/* ==========================================================================
   acusto.css — Colección Acusto (cabinas acústicas)
   ========================================================================== */

.page-acusto .crumb {
  padding: 22px 0 0;
  font-size: .82rem;
  color: var(--ink-soft);
}

.page-acusto .crumb a:hover {
  color: var(--ink);
}

.page-acusto .crumb span {
  margin: 0 8px;
  opacity: .5;
}

.page-acusto .ph {
  display: flex;
  align-items: flex-end;
  padding: 14px;
  color: rgba(0, 0, 0, .34);
  font-size: .74rem;
  font-style: italic;
}

.page-acusto .ph.dark {
  color: rgba(255, 255, 255, .62);
}

.page-acusto .wrap.crumb,
.page-acusto .configs > .wrap,
.page-acusto .manifiesto > .wrap,
.page-acusto .modelos > .wrap,
.page-acusto .rasgos > .wrap,
.page-acusto .usos > .wrap,
.page-acusto .galeria > .wrap,
.page-acusto .acab > .wrap,
.page-acusto .faq > .wrap,
.page-acusto .contact > .wrap {
  width: min(var(--frame-max), calc(100% - (var(--frame-gutter) * 2)));
  max-width: none;
  margin-inline: auto;
  padding-inline: 0;
}

.page-acusto .hero > .wrap {
  width: min(var(--frame-max), calc(100% - (var(--frame-gutter) * 2)));
  max-width: none;
  margin-inline: auto;
  padding-inline: 0;
}

.page-acusto .sec-head {
  max-width: 640px;
}

.page-acusto .sec-head h2 {
  margin-top: 14px;
}

.page-acusto .sec-head p:not(.eyebrow) {
  margin-top: 14px;
}

/* --- Hero (marco redondeado como otras colecciones) --- */
.page-acusto .hero {
  padding: clamp(8px, 1.2vw, 20px) 0 60px;
}

.page-acusto .hero > .wrap {
  padding-inline: 0;
}

.page-acusto .hero-panel {
  position: relative;
  isolation: isolate;
  border-radius: var(--frame-radius);
  overflow: hidden;
  min-height: 640px;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(150deg, #3a3a36, #5a5a52 60%, #7a7a6e);
  color: #fff;
}

@media (min-width: 1440px) {
  .page-acusto .hero-panel {
    min-height: 720px;
  }
}

@media (min-width: 1920px) {
  .page-acusto .hero-panel {
    min-height: 820px;
  }
}

@media (min-width: 2560px) {
  .page-acusto .hero-panel {
    min-height: 960px;
  }
}

.page-acusto .hero-panel .hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.page-acusto .hero-panel .ph {
  position: absolute;
  inset: 0;
  align-items: flex-start;
  justify-content: flex-end;
  color: rgba(255, 255, 255, .5);
}

.page-acusto .hero-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(20, 20, 16, .8) 0%, rgba(20, 20, 16, .42) 45%, transparent 70%);
}

.page-acusto .hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 54px 56px;
  max-width: 680px;
}

.page-acusto .acusto-logo {
  height: clamp(40px, 4.8vw, 60px);
  width: auto;
  margin-bottom: 20px;
  filter: drop-shadow(0 2px 14px rgba(0, 0, 0, .35));
}

.page-acusto .hero-inner .eyebrow {
  color: rgba(255, 255, 255, .7);
}

.page-acusto .hero h1 {
  font-weight: var(--fw-display);
  font-size: var(--fs-h1);
  line-height: var(--lh-display);
  letter-spacing: var(--track-display);
  margin: 16px 0 18px;
  color: #fff;
}

.page-acusto .hero h1 b {
  font-weight: var(--fw-emphasis);
}

.page-acusto .hero .sub {
  font-size: var(--fs-lead);
  line-height: var(--lh-body);
  color: rgba(255, 255, 255, .82);
  max-width: 42ch;
  margin-bottom: 28px;
}

.page-acusto .hero-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.page-acusto .htag {
  font-size: .8rem;
  font-weight: 600;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .25);
  padding: 7px 14px;
  border-radius: 999px;
}

/* --- Configuraciones (pestañas) --- */
.page-acusto .configs {
  padding: clamp(20px, 2.5vw, 32px) 0 96px;
}

.page-acusto .configs-head {
  display: grid;
  grid-template-columns: clamp(320px, 34vw, 460px) 1fr;
  column-gap: 32px;
  align-items: start;
}

.page-acusto .configs-head .sec-head {
  display: contents;
}

.page-acusto .configs-head .sec-head .eyebrow {
  grid-column: 1;
  grid-row: 1;
}

.page-acusto .configs-head .sec-head h2 {
  grid-column: 1;
  grid-row: 2;
}

.page-acusto .configs-side {
  grid-column: 2;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.page-acusto .configs-side p {
  color: var(--ink-soft);
  font-size: var(--fs-lead);
  line-height: var(--lh-body);
  text-align: right;
  margin: 0 0 14px;
  max-width: 100%;
}

.page-acusto .tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  margin: 0 0 22px;
}

.page-acusto .tabs .chip {
  background: #E8E8E5;
  color: var(--brand-dark);
  border-color: rgba(0, 0, 0, .08);
}

.page-acusto .tabs .chip:hover {
  background: #DEDEDA;
  border-color: var(--brand);
  color: var(--brand-dark);
}

.page-acusto .tabs .chip.active {
  background: var(--brand);
  color: #fff;
  border-color: var(--brand);
}

.page-acusto .tabs .chip.active:hover {
  background: var(--brand-dark);
  border-color: var(--brand-dark);
  color: #fff;
}

.page-acusto .tabpanel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.page-acusto .tabpanel[hidden] {
  display: none;
}

.page-acusto .cfgcard {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--surface);
  aspect-ratio: 3 / 2;
}

.page-acusto .cfgcard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}

.page-acusto .cfgcard:hover img {
  transform: scale(1.03);
}

.page-acusto .cfgcard .ph {
  width: 100%;
  height: 100%;
  min-height: 180px;
}

/* --- Manifiesto --- */
.page-acusto .manifiesto {
  padding: 96px 0;
  background: var(--surface2);
}

.page-acusto .usos + .manifiesto {
  background: #fff;
}

.page-acusto .manif-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 48px;
  align-items: center;
}

.page-acusto .manif-txt .eyebrow {
  font-size: var(--fs-lead);
  line-height: var(--lh-body);
  letter-spacing: .22em;
  margin-bottom: 14px;
}

.page-acusto .manif-txt h2 {
  font-size: clamp(1.7rem, 3.2vw, 2.5rem);
  font-weight: var(--fw-emphasis);
  letter-spacing: var(--track-section);
  line-height: 1.1;
  margin-bottom: 16px;
}

.page-acusto .manif-txt p {
  color: var(--ink-mid);
  font-size: var(--fs-lead);
  margin-bottom: 26px;
  max-width: 60ch;
}

.page-acusto .manif-media {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #efeeea;
  aspect-ratio: 9 / 13;
  max-height: 560px;
  margin-inline: auto;
  width: 100%;
}

.page-acusto .manif-media.ancho {
  aspect-ratio: 16 / 9;
  max-height: none;
}

.page-acusto .manif-media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-acusto .manif-media .acusto-media-fallback,
.page-acusto .rasgo-media .acusto-media-fallback {
  position: absolute;
  inset: 0;
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-acusto .manif-media > img:not(.acusto-media-fallback) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-acusto .acusto-cta {
  margin-top: 0;
}

/* --- Modelos --- */
.page-acusto .modelos {
  padding: 96px 0;
  background: var(--surface2);
}

.page-acusto .mgrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 24px;
}

.page-acusto .mcard {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  transition: transform .3s, box-shadow .3s;
}

.page-acusto .mcard:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px -34px rgba(0, 0, 0, .35);
}

.page-acusto .mimg {
  aspect-ratio: 1 / 1;
  background: var(--surface2);
  display: grid;
  place-items: center;
  padding: 16px;
}

.page-acusto .mimg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.page-acusto .mbody {
  padding: 18px 20px 22px;
}

.page-acusto .mbody h3 {
  font-size: var(--fs-h3);
  font-weight: var(--fw-emphasis);
  letter-spacing: var(--track-heading);
}

.page-acusto .mbody .cap {
  font-size: var(--fs-body);
  color: var(--brand);
  font-weight: var(--fw-emphasis);
  margin: 2px 0 12px;
}

.page-acusto .mbody ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
}

.page-acusto .mbody li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: var(--fs-body);
  border-bottom: 1px dashed var(--line);
  padding-bottom: 6px;
}

.page-acusto .mbody li:last-child {
  border-bottom: 0;
}

.page-acusto .mbody li span {
  color: var(--ink-soft);
}

.page-acusto .mbody li b {
  font-weight: var(--fw-emphasis);
}

/* --- Rasgos (carrusel) --- */
.page-acusto .rasgos {
  padding: 100px 0;
}

.page-acusto .rasgos-head {
  display: grid;
  grid-template-columns: clamp(320px, 40vw, 560px) 1fr;
  column-gap: 32px;
  align-items: start;
}

.page-acusto .rasgos-head .sec-head {
  display: contents;
}

.page-acusto .rasgos-head .sec-head .eyebrow {
  grid-column: 1;
  grid-row: 1;
}

.page-acusto .rasgos-head .sec-head h2 {
  grid-column: 1;
  grid-row: 2;
  margin-top: 14px;
  white-space: nowrap;
}

.page-acusto .rasgos-side {
  grid-column: 2;
  grid-row: 2;
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 900px) {
  .page-acusto .rasgos-head {
    grid-template-columns: 1fr;
  }

  .page-acusto .rasgos-head .sec-head h2 {
    white-space: normal;
  }

  .page-acusto .rasgos-side {
    grid-column: 1;
    grid-row: 3;
    justify-content: flex-start;
    margin-top: 18px;
  }
}

.page-acusto .carrusel {
  position: relative;
  margin-top: 34px;
}

.page-acusto .slide[hidden] {
  display: none;
}

/* "auto" en vez de un ancho fijo en la pista: mide exactamente el ancho
   propio del video (ver .rasgo-media) y el texto (1fr) absorbe el resto.
   En pantalla chica/mediana queda modesto (un poco de gap y margen izq, no
   tanto que se desalinee); el crecimiento fuerte empieza en 1440px. */
.page-acusto .rasgo {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 48px;
  background: #efeeea;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: clamp(16px, 3vw, 34px) clamp(16px, 3vw, 34px) clamp(16px, 3vw, 34px) clamp(24px, 4vw, 48px);
  overflow: hidden;
}

@media (min-width: 1440px) {
  .page-acusto .rasgo {
    gap: clamp(40px, 6vw, 90px);
    padding-left: clamp(34px, 6vw, 90px);
  }
}

@media (min-width: 1920px) {
  .page-acusto .rasgo {
    gap: clamp(48px, 6vw, 110px);
    padding-left: clamp(40px, 6vw, 110px);
  }
}

@media (min-width: 2560px) {
  .page-acusto .rasgo {
    gap: clamp(56px, 6vw, 140px);
    padding-left: clamp(48px, 6vw, 140px);
  }
}

.page-acusto .rasgo-media {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #efeeea;
  aspect-ratio: 1 / 1;
  width: 380px;
  min-width: 0;
}

@media (min-width: 1440px) {
  .page-acusto .rasgo-media {
    width: clamp(380px, 34vw, 620px);
  }
}

@media (min-width: 1920px) {
  .page-acusto .rasgo-media {
    width: clamp(420px, 34vw, 700px);
  }
}

@media (min-width: 2560px) {
  .page-acusto .rasgo-media {
    width: clamp(460px, 34vw, 780px);
  }
}

.page-acusto .rasgo-media video,
.page-acusto .rasgo-media > img:not(.acusto-media-fallback),
.page-acusto .rasgo-media .acusto-media-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.page-acusto .rasgo .kicker {
  font-size: .85rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-weight: var(--fw-emphasis);
  color: var(--ink-soft);
  margin-bottom: 10px;
  line-height: 1;
}

.page-acusto .rasgo h3 {
  font-size: clamp(1.6rem, 2.2vw, 2.1rem);
  font-weight: var(--fw-emphasis);
  letter-spacing: var(--track-section);
  line-height: 1.12;
  margin-bottom: 16px;
}

.page-acusto .rasgo p {
  color: var(--ink-mid);
  margin-bottom: 12px;
  max-width: 52ch;
  font-size: 1.05rem;
}

/* La letra crece solo en pantallas grandes, junto con el video y el margen
   (ver .rasgo / .rasgo-media arriba) - en chica/mediana se queda modesta. */
@media (min-width: 1440px) {
  .page-acusto .rasgo .kicker {
    font-size: clamp(.9rem, .5vw + .75rem, 1.2rem);
  }

  .page-acusto .rasgo h3 {
    font-size: clamp(2.1rem, 2vw + 1.2rem, 3.2rem);
  }

  .page-acusto .rasgo p {
    font-size: clamp(1.05rem, .6vw + .85rem, 1.7rem);
  }
}

@media (min-width: 1920px) {
  .page-acusto .rasgo .kicker {
    font-size: clamp(1rem, .5vw + .8rem, 1.35rem);
  }

  .page-acusto .rasgo h3 {
    font-size: clamp(2.4rem, 2vw + 1.4rem, 3.6rem);
  }

  .page-acusto .rasgo p {
    font-size: clamp(1.15rem, .6vw + .9rem, 1.9rem);
  }
}

@media (min-width: 2560px) {
  .page-acusto .rasgo .kicker {
    font-size: clamp(1.1rem, .5vw + .9rem, 1.5rem);
  }

  .page-acusto .rasgo h3 {
    font-size: clamp(2.7rem, 2vw + 1.6rem, 4rem);
  }

  .page-acusto .rasgo p {
    font-size: clamp(1.25rem, .6vw + 1rem, 2.1rem);
  }
}

.page-acusto .contact > .wrap {
  width: min(var(--frame-max), calc(100% - (var(--frame-gutter) * 2)));
  max-width: none;
  margin-inline: auto;
  padding-inline: 0;
}

.page-acusto .rasgo-flechas {
  position: absolute;
  top: 34px;
  right: 34px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: .5rem;
}

.page-acusto .rasgos-mobile-flechas {
  display: none;
}

.page-acusto .rasgo-scroll-track {
  display: none;
  position: relative;
  height: 3px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.page-acusto .rasgo-scroll-thumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  min-width: 24px;
  border-radius: 999px;
  background: var(--brand);
  transition: transform 0.12s ease, width 0.12s ease;
  will-change: transform, width;
}

.page-acusto .cflecha {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid var(--brand);
  background: var(--brand);
  color: #fff;
  font-family: inherit;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  padding: 0;
  transition: background .2s, border-color .2s, transform .2s;
  appearance: none;
  -webkit-appearance: none;
}

.page-acusto .cflecha:hover {
  background: var(--brand-dark);
  border-color: var(--brand-dark);
  transform: scale(1.05);
}

.page-acusto .cpuntos {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 22px;
}

.page-acusto .cpuntos button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--line);
  cursor: pointer;
  transition: background .2s, transform .2s;
}

.page-acusto .cpuntos button.on {
  background: var(--brand);
  transform: scale(1.35);
}


/* --- Usos --- */
.page-acusto .usos {
  padding: 96px 0;
}

.page-acusto .usos-fotos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 24px;
}

.page-acusto .usocard {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  aspect-ratio: 4 / 3;
  background: var(--surface2);
}

.page-acusto .usocard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}

.page-acusto .usocard:hover img {
  transform: scale(1.03);
}

.page-acusto .usos-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 22px;
}

.page-acusto .uso {
  background: var(--surface2);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 18px 18px 20px;
}

.page-acusto .uso h3 {
  font-size: var(--fs-h4);
  font-weight: var(--fw-emphasis);
  letter-spacing: var(--track-heading);
  margin-bottom: 6px;
}

.page-acusto .uso p {
  font-size: var(--fs-body);
  color: var(--ink-mid);
  line-height: var(--lh-body);
}

/* --- Galería (carrusel, mismo motor que home/diseño de espacios) --- */
.page-acusto .galeria {
  padding: 92px 0;
}

.page-acusto .gal-head {
  display: grid;
  grid-template-columns: clamp(280px, 34vw, 420px) 1fr;
  column-gap: 32px;
  align-items: start;
  max-width: none !important;
}

.page-acusto .gal-head .eyebrow {
  grid-column: 1;
  grid-row: 1;
}

.page-acusto .gal-head h2 {
  grid-column: 1;
  grid-row: 2;
  margin: 14px 0 8px;
}

.page-acusto .gal-copy {
  grid-column: 2;
  grid-row: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.page-acusto .gal-head .gal-copy .sub {
  color: var(--ink-soft);
  margin: 0;
  max-width: 46ch;
  text-align: right;
  text-align-last: right;
}

.page-acusto .gal-flechas {
  display: flex;
  align-items: center;
  gap: .6rem;
  flex-shrink: 0;
}

.page-acusto .gal-scroll-track {
  display: none;
  position: relative;
  flex: 1 1 auto;
  height: 3px;
  border-radius: 999px;
  background: rgba(0, 0, 0, .1);
  overflow: hidden;
  max-width: 140px;
}

.page-acusto .gal-scroll-thumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  min-width: 28px;
  border-radius: 999px;
  background: var(--brand);
  transition: transform .12s ease, width .12s ease;
  will-change: transform, width;
}

.page-acusto .gal-flechas button {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid var(--brand);
  background: var(--brand);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-family: inherit;
  flex-shrink: 0;
  transition: background .2s, border-color .2s;
}

.page-acusto .gal-flechas button:hover {
  background: var(--brand-dark);
  border-color: var(--brand-dark);
}

.page-acusto .gal-gallery {
  width: 100%;
  max-width: 100%;
  margin-top: 28px;
}

.page-acusto .gal-slider {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 0 0 60px;
}

.page-acusto .gal-slider .custom-gallery-track {
  display: flex;
  align-items: center;
  transition: transform .6s ease-in-out;
  will-change: transform;
}

.page-acusto .gal-slide {
  flex: 0 0 50%;
  max-width: 50%;
  box-sizing: border-box;
  padding: 0 clamp(14px, 1.8vw, 26px);
}

.page-acusto .gal-slide .galcard {
  margin: 0;
  display: block;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  aspect-ratio: 4 / 3;
}

.page-acusto .gal-slide .galcard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}

.page-acusto .gal-slide .galcard:hover img {
  transform: scale(1.04);
}

.page-acusto #acu-gal-pagination {
  position: absolute;
  left: 50%;
  bottom: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  z-index: 12;
  transform: translateX(-50%);
  margin: 0;
  padding: 10px 20px;
  user-select: none;
  width: max-content;
  max-width: calc(100% - 32px);
}

.page-acusto #acu-gal-pagination span {
  flex: 0 0 40px;
  width: 40px;
  height: 36px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  background: transparent;
}

.page-acusto #acu-gal-pagination span::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 999px;
  background-color: rgba(0, 0, 0, .14);
  transition: background-color .3s ease;
}

.page-acusto #acu-gal-pagination span:hover::after {
  background-color: rgba(0, 0, 0, .28);
}

.page-acusto #acu-gal-pagination span.active::after {
  background-color: var(--brand);
}

@media (min-width: 901px) {
  .page-acusto .gal-head h2 {
    font-size: clamp(1.5rem, 2.1vw, 1.9rem);
    white-space: nowrap;
  }

  .page-acusto .gal-slide {
    flex: 0 0 70%;
    max-width: 70%;
    min-width: min(100%, 580px);
    padding: 0 clamp(16px, 2vw, 28px);
  }

  .page-acusto .gal-slide .galcard {
    aspect-ratio: 3 / 2;
  }
}

@media (min-width: 1280px) {
  .page-acusto .gal-slide {
    flex: 0 0 58%;
    max-width: 58%;
  }
}

@media (min-width: 1600px) {
  .page-acusto .gal-slide {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 0;
  }
}

@media (min-width: 2200px) {
  .page-acusto .gal-slide {
    flex: 0 0 46%;
    max-width: 46%;
  }
}

/* --- FAQ --- */
.page-acusto .faq {
  padding: 88px 0;
}

.page-acusto .faq .head {
  max-width: 640px;
  margin-bottom: 30px;
}

/* --- Zoom / lightbox --- */
.page-acusto .zoom {
  cursor: zoom-in;
  position: relative;
}

.page-acusto .zoom::after {
  content: "+";
  position: absolute;
  top: 12px;
  right: 12px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(0, 0, 0, .45);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  opacity: 0;
  transition: .25s;
  z-index: 4;
}

.page-acusto .zoom:hover::after {
  opacity: 1;
}

.acusto-lightbox {
  position: fixed;
  inset: 0;
  z-index: 3000;
  background: rgba(0, 0, 0, .92);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 5vh 5vw;
  cursor: zoom-out;
}

.acusto-lightbox.open {
  display: flex;
}

.acusto-lightbox img {
  max-width: 90vw;
  max-height: 88vh;
  border-radius: 10px;
  display: block;
}

.acusto-lightbox .lb-close {
  position: absolute;
  top: 22px;
  right: 30px;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1;
  cursor: pointer;
  opacity: .85;
}

.acusto-lightbox .lb-close:hover {
  opacity: 1;
}

.acusto-lightbox .lb-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/* --- Responsive --- */
@media (max-width: 1000px) {
  .page-acusto .mgrid {
    grid-template-columns: 1fr 1fr;
  }

  .page-acusto .usos-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 900px) {
  .page-acusto .hero {
    padding: 20px 0 48px;
  }

  .page-acusto .hero-panel {
    min-height: clamp(380px, 62vw, 520px);
    border-radius: 18px;
  }

  .page-acusto .hero-inner {
    padding: 32px 28px;
    max-width: none;
  }

  .page-acusto .hero h1 {
    margin: 12px 0 14px;
  }

  .page-acusto .hero .sub {
    font-size: var(--fs-lead);
    max-width: none;
    margin-bottom: 22px;
  }

  .page-acusto .manif-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .page-acusto .manif-media {
    max-width: 420px;
  }

  .page-acusto .rasgo {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    padding: 20px;
  }

  .page-acusto .rasgo-media {
    width: 100%;
    aspect-ratio: 1 / 1;
  }

  .page-acusto .rasgo-flechas {
    display: none;
  }

  .page-acusto .rasgos-mobile-flechas {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: .5rem;
    margin-top: 20px;
  }

  .page-acusto .rasgo-scroll-track {
    display: block;
    flex: 1 1 auto;
    max-width: 140px;
  }

  .page-acusto .cpuntos {
    display: none;
  }

  .page-acusto .gal-head {
    display: block;
    margin-bottom: 28px;
  }

  .page-acusto .gal-copy {
    align-items: flex-start;
    margin-top: 14px;
  }

  .page-acusto .gal-head .gal-copy .sub {
    max-width: none;
    text-align: left;
    text-align-last: left;
  }

  .page-acusto .gal-flechas {
    align-self: stretch;
    justify-content: center;
  }

  .page-acusto .gal-flechas button {
    width: 44px;
    height: 44px;
    font-size: .85rem;
  }

  .page-acusto .gal-scroll-track {
    display: block;
  }

  .page-acusto .gal-gallery #acu-gal-pagination {
    display: none;
  }

  .page-acusto .gal-slide {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 14px;
  }

  .page-acusto .gal-slide .galcard {
    aspect-ratio: 4 / 3;
    border-radius: 14px;
  }

  .page-acusto .gal-slider {
    padding-bottom: 56px;
  }

  .page-acusto .configs-head {
    grid-template-columns: 1fr;
  }

  .page-acusto .configs-side {
    grid-column: 1;
    grid-row: 3;
    align-items: flex-start;
    margin-top: 10px;
  }

  .page-acusto .configs-side p {
    text-align: left;
  }

  .page-acusto .tabs {
    justify-content: flex-start;
  }
}

@media (max-width: 820px) {
  .page-acusto .tabpanel {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .page-acusto .usos-fotos {
    grid-template-columns: 1fr;
  }

  .page-acusto .usos-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  .page-acusto .hero {
    padding: 16px 0 40px;
  }

  .page-acusto .hero-panel {
    min-height: clamp(340px, 88vw, 440px);
    border-radius: 14px;
  }

  .page-acusto .hero-inner {
    padding: 24px 20px;
  }

  .page-acusto .hero .sub {
    font-size: var(--fs-body);
  }

  .page-acusto .htag {
    font-size: .74rem;
    padding: 6px 11px;
  }

  .page-acusto .tabpanel,
  .page-acusto .mgrid,
  .page-acusto .usos-grid {
    grid-template-columns: 1fr;
  }

  /* Tarjeta de rasgos (video + texto) más pegada a la orilla en móvil. */
  .page-acusto .rasgos > .wrap {
    padding-inline: 4px;
  }

  .page-acusto .rasgo {
    border-radius: 14px;
    padding: 8px;
    gap: 12px;
  }

  .page-acusto .rasgo .kicker {
    font-size: .68rem;
    margin-bottom: 6px;
  }

  .page-acusto .rasgo h3 {
    font-size: 1.25rem;
    margin-bottom: 8px;
  }

  .page-acusto .rasgo p {
    font-size: .88rem;
    margin-bottom: 8px;
  }

  .page-acusto .configs,
  .page-acusto .manifiesto,
  .page-acusto .modelos,
  .page-acusto .rasgos,
  .page-acusto .usos,
  .page-acusto .galeria,
  .page-acusto .faq {
    padding: 64px 0;
  }

  .page-acusto .configs {
    padding-top: clamp(16px, 4vw, 24px);
  }

  .page-acusto .tabs {
    justify-content: center;
    flex-wrap: nowrap;
    gap: 6px;
  }

  .page-acusto .tabs .chip {
    flex: 0 1 auto;
    min-width: 0;
    padding: 9px 8px;
    min-height: 48px;
    font-size: .78rem;
    line-height: 1.2;
    white-space: nowrap;
    text-align: center;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-acusto .manif-media:has(.acusto-media-fallback) video,
  .page-acusto .rasgo-media:has(.acusto-media-fallback) video {
    display: none;
  }

  .page-acusto .manif-media .acusto-media-fallback,
  .page-acusto .rasgo-media .acusto-media-fallback {
    display: block;
  }

  .page-acusto .zoom::after {
    display: none;
  }
}
