/* Landing, modales, SEO shell — no toca composición de remera */

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  z-index: 1000;
  padding: 0.6rem 1rem;
  background: var(--celeste);
  color: #fff;
  font-weight: 600;
  border-radius: 0 0 8px 0;
}

.skip-link:focus {
  left: 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* —— Hero —— */
.hero {
  width: min(100% - 2rem, 1100px);
  margin: 0 auto;
  padding: clamp(1.75rem, 5vw, 3.25rem) 0 clamp(2rem, 4vw, 3rem);
  display: grid;
  gap: 1.75rem;
  align-items: center;
}

.hero__brand {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 4.5vw, 2.1rem);
  font-weight: 700;
  color: var(--celeste);
  line-height: 1.1;
}

.hero__title {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 5vw, 2.45rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--ink);
}

.hero__text {
  margin: 0 0 0.6rem;
  font-size: clamp(1rem, 2.4vw, 1.15rem);
  color: var(--ink-soft);
  line-height: 1.5;
  max-width: 36rem;
}

.hero__claim {
  margin: 0 0 1.35rem;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 2.8vw, 1.3rem);
  font-weight: 600;
  line-height: 1.35;
  color: var(--celeste);
  max-width: 32rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero__price {
  margin: 0.85rem 0 0;
  font-size: 0.98rem;
  color: var(--ink-soft);
}

.hero__price strong {
  color: var(--ink);
  font-weight: 600;
  white-space: nowrap;
}

/* CTA destacado (hero + CTA final) */
.btn--hero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.95rem 1.9rem;
  text-decoration: none;
  font-size: 1.08rem;
  font-weight: 600;
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(116, 172, 223, 0.45);
}

.btn--hero:hover {
  box-shadow: 0 10px 26px rgba(90, 154, 212, 0.5);
  transform: translateY(-1px);
}

.btn--hero:focus-visible {
  outline: 3px solid var(--dorado-bright);
  outline-offset: 3px;
}

/* —— Remera de ejemplo del hero (decorativa, no interviene en el configurador) —— */
.hero__visual {
  position: relative;
  width: min(100%, 340px);
  margin-inline: auto;
  aspect-ratio: 822 / 964;
}

.hero-shirt {
  position: relative;
  width: 100%;
  height: 100%;
  animation: hero-float 5.5s ease-in-out infinite;
}

.hero-shirt__mockup {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 16px 32px var(--shadow));
}

.hero-shirt__sun,
.hero-shirt__map,
.hero-shirt__icon {
  position: absolute;
  height: auto;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.hero-shirt__sun {
  left: 50%;
  top: 22%;
  width: 11.5%;
}

.hero-shirt__map {
  left: 50%;
  top: 45%;
  width: 16.8%;
  opacity: 0.95;
}

.hero-shirt__icon {
  left: var(--hx);
  top: var(--hy);
  width: 10%;
  transform: translate(-50%, -50%) rotate(var(--hrot, 0deg));
}

/* Misma tipografía y color que la frase de la plantilla (.shirt-phrase). */
.hero-shirt__phrase {
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-family: "Ink Free", "Segoe Print", "Bradley Hand", "Apple Chancery", cursive;
  font-size: clamp(0.65rem, 2.1vw, 0.9rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--celeste);
  white-space: nowrap;
  pointer-events: none;
}

@keyframes hero-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@media (min-width: 860px) {
  .hero {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 2.5rem;
  }

  .hero__visual {
    width: min(100%, 400px);
    margin-inline: 0 auto;
  }
}

/* —— Frase puente —— */
.bridge {
  width: min(100% - 2rem, 720px);
  margin-inline: auto;
  padding: clamp(2rem, 6vw, 3.5rem) 0 clamp(1.75rem, 5vw, 3rem);
  text-align: center;
}

.bridge__title {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 4vw, 1.85rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--ink);
}

.bridge__lead {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 3.4vw, 1.55rem);
  font-weight: 600;
  color: var(--celeste);
}

/* Configurator spacing within landing */
.configurator.page {
  padding-top: 0.5rem;
  scroll-margin-top: 8rem;
}

.personalize-note {
  margin: 0.55rem 0 0;
  font-size: 0.82rem;
  line-height: 1.35;
  color: var(--ink-soft);
}

/* —— Progreso de la selección —— */
.icons-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem 1.5rem;
}

.progress {
  flex: 1 1 260px;
  max-width: 420px;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.progress__label {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--ink-soft);
}

.progress__track {
  position: relative;
  height: 0.6rem;
  border-radius: 999px;
  background: rgba(116, 172, 223, 0.2);
  overflow: hidden;
}

.progress__fill {
  display: block;
  height: 100%;
  width: 0%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--celeste-soft), var(--celeste));
  transition: width 0.35s ease;
}

.progress.is-complete .progress__label {
  color: var(--celeste);
  font-weight: 600;
}

.progress.is-complete .progress__fill {
  background: linear-gradient(90deg, var(--celeste), #4f8dc4);
}

/* —— Silenciar el aliento —— */
.sound-toggle {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.85rem;
  border: 1px solid rgba(116, 172, 223, 0.45);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  color: var(--ink-soft);
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.sound-toggle:hover {
  background: #fff;
  border-color: var(--celeste);
  color: var(--ink);
}

.sound-toggle:focus-visible {
  outline: 3px solid var(--dorado-bright);
  outline-offset: 2px;
}

.sound-toggle__icon svg {
  display: block;
  width: 1.05rem;
  height: 1.05rem;
}

.sound-toggle .sound-toggle__cross {
  display: none;
}

/* Silenciado: cambia el ícono, no solo el color. */
.sound-toggle[aria-pressed="false"] {
  color: var(--ink-soft);
  border-color: rgba(116, 172, 223, 0.28);
  background: rgba(255, 255, 255, 0.55);
}

.sound-toggle[aria-pressed="false"] .sound-toggle__wave {
  display: none;
}

.sound-toggle[aria-pressed="false"] .sound-toggle__cross {
  display: inline;
}

/* —— Confeti de celebración —— */
.confetti-canvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 60;
}

.panel-title {
  /* visual title — H1 único está en el hero */
  display: block;
}

/* —— Sections —— */
.section {
  width: 100%;
  padding: clamp(2.5rem, 6vw, 4rem) 0;
}

.section__inner {
  width: min(100% - 2rem, 1100px);
  margin-inline: auto;
}

.section__inner--narrow {
  width: min(100% - 2rem, 720px);
  text-align: center;
}

.section__title {
  margin: 0 0 1.5rem;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 3.5vw, 1.9rem);
  font-weight: 700;
  color: var(--ink);
}

.how {
  background: rgba(255, 255, 255, 0.55);
  border-block: 1px solid rgba(116, 172, 223, 0.22);
}

.how__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .how__steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
  }
}

.how__steps li {
  padding: 1.15rem 1.2rem 1.25rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(116, 172, 223, 0.28);
}

.how__steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas:
    "num icon"
    "label label"
    "text text";
  align-items: center;
  gap: 0.5rem 0.75rem;
}

.how__num {
  grid-area: num;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--celeste);
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
}

.how__icon {
  grid-area: icon;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 10px;
  background: rgba(116, 172, 223, 0.14);
  color: var(--celeste);
}

.how__icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.how__label {
  grid-area: label;
}

.how__steps p {
  grid-area: text;
}

.how__label {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
}

.how__steps p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.95rem;
  line-height: 1.45;
}

.includes__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 0.75rem 1rem;
}

.includes__list li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: rgba(116, 172, 223, 0.12);
  border: 1px solid rgba(116, 172, 223, 0.28);
  font-weight: 500;
  text-align: left;
  line-height: 1.3;
}

.includes__icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #fff;
  color: var(--celeste);
  box-shadow: 0 2px 8px var(--shadow);
}

.includes__icon svg {
  width: 1.15rem;
  height: 1.15rem;
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  text-align: left;
}

.faq-item {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(116, 172, 223, 0.28);
  padding: 0.15rem 0.95rem;
}

.faq-item summary {
  cursor: pointer;
  font-weight: 600;
  padding: 0.85rem 0;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  float: right;
  color: var(--celeste);
  font-weight: 700;
}

.faq-item[open] summary::after {
  content: "–";
}

.faq-item p {
  margin: 0 0 0.95rem;
  color: var(--ink-soft);
  line-height: 1.45;
  font-size: 0.95rem;
}

.cta-final {
  background:
    radial-gradient(ellipse 80% 80% at 50% 0%, rgba(116, 172, 223, 0.22), transparent 60%),
    rgba(255, 255, 255, 0.4);
}

.cta-final .section__title {
  margin-bottom: 0.75rem;
}

.cta-final__text {
  margin: 0 auto 1.5rem;
  max-width: 34rem;
  color: var(--ink-soft);
  line-height: 1.5;
  font-size: clamp(1rem, 2.2vw, 1.08rem);
}

.site-footer {
  padding: 1.5rem 1rem 2.25rem;
  text-align: center;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.site-footer a {
  color: var(--celeste);
  text-decoration: none;
  font-weight: 600;
}

.site-footer a:hover {
  text-decoration: underline;
}

/* —— Botones extra —— */
.btn:disabled,
.btn[aria-disabled="true"] {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.btn:disabled:hover,
.btn[aria-disabled="true"]:hover {
  background: inherit;
  border-color: inherit;
  color: inherit;
}

.btn--primary:disabled:hover,
.btn--primary[aria-disabled="true"]:hover {
  background: var(--celeste);
  border-color: var(--celeste);
  color: #fff;
}

.btn--ghost {
  border: 2px solid transparent;
  background: transparent;
  color: var(--ink-soft);
  box-shadow: none;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.btn--ghost:hover {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.5);
}

.btn--whatsapp {
  border: 2px solid #25d366;
  background: #25d366;
  color: #fff;
  box-shadow: 0 4px 18px rgba(37, 211, 102, 0.3);
}

.btn--whatsapp:hover {
  background: #1ebe57;
  border-color: #1ebe57;
}

/* —— Modales —— */
body.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 1.25rem;
  overflow-y: auto;
  background: rgba(26, 42, 58, 0.45);
  -webkit-overflow-scrolling: touch;
}

.modal[hidden] {
  display: none !important;
}

.modal.is-open {
  display: flex;
}

.modal__panel {
  width: min(100%, 440px);
  margin: auto;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(26, 42, 58, 0.25);
  padding: 1.25rem 1.25rem 1.35rem;
  outline: none;
  animation: modal-in 0.22s ease;
}

.modal__panel--wide {
  width: min(100%, 920px);
}

/* Modal de resultado: header fijo + scroll interno, nunca scroll del fondo. */
.modal__panel--result {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 2.5rem);
  padding-top: 0;
  overflow: hidden;
}

.modal__header--result {
  position: sticky;
  top: 0;
  z-index: 2;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 1.15rem 0 0.85rem;
  background: #fff;
  border-bottom: 1px solid rgba(116, 172, 223, 0.25);
}

.modal__heading {
  min-width: 0;
}

.modal__subtitle {
  margin: 0.3rem 0 0;
  font-size: 0.95rem;
  line-height: 1.4;
  color: var(--ink-soft);
}

.modal__panel--result .preview-body {
  overflow-y: auto;
  padding: 1.15rem 0 0.25rem;
  -webkit-overflow-scrolling: touch;
}

@keyframes modal-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.modal__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
}

.modal__close {
  appearance: none;
  border: none;
  background: transparent;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  color: var(--ink-soft);
  padding: 0.15rem 0.4rem;
  border-radius: 8px;
}

.modal__close:hover {
  background: var(--celeste-mist);
  color: var(--ink);
}

.modal__close:focus-visible {
  outline: 3px solid var(--dorado-bright);
  outline-offset: 2px;
}

.order-form {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.field label {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--ink);
}

.field input,
.field select,
.field textarea {
  font-family: var(--font-body);
  font-size: 1rem;
  padding: 0.65rem 0.75rem;
  border-radius: 10px;
  border: 1px solid rgba(116, 172, 223, 0.45);
  background: #fff;
  color: var(--ink);
}

.field input:focus-visible,
.field select:focus-visible,
.field textarea:focus-visible {
  outline: 3px solid var(--dorado-bright);
  outline-offset: 1px;
  border-color: var(--celeste);
}

.field input[aria-invalid="true"],
.field select[aria-invalid="true"] {
  border-color: #c45c5c;
}

.field-error {
  margin: 0;
  min-height: 1.1em;
  font-size: 0.8rem;
  color: #a33;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.field--check .check {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.92rem;
  line-height: 1.35;
  cursor: pointer;
}

.field--check input {
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.order-status {
  margin: 0;
  padding: 0.65rem 0.75rem;
  border-radius: 10px;
  font-size: 0.9rem;
  background: var(--celeste-mist);
  color: var(--ink);
}

.order-status[data-kind="error"] {
  background: #fde8e8;
  color: #8b3a3a;
}

.order-status[data-kind="loading"] {
  background: rgba(116, 172, 223, 0.18);
}

.modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.35rem;
}

.modal__actions .btn {
  flex: 1 1 auto;
  text-align: center;
}

.modal__actions--stack {
  flex-direction: column;
  gap: 0.55rem;
}

.modal__actions--stack .btn {
  width: 100%;
  min-height: 2.9rem;
}

.preview-body {
  display: grid;
  gap: 1.25rem;
}

/* Escritorio: el diseño manda (55%), datos y acciones acompañan (45%). */
@media (min-width: 720px) {
  .preview-body {
    grid-template-columns: 55fr 45fr;
    gap: 1.75rem;
    align-items: start;
  }

  .preview-visual {
    position: sticky;
    top: 0;
  }
}

.preview-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
  background: var(--celeste-mist);
  border: 1px solid rgba(116, 172, 223, 0.3);
}

.preview-meta {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.preview-summary__list {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.preview-summary__list > div {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  gap: 0.5rem;
  font-size: 0.95rem;
}

.preview-summary__list dt {
  margin: 0;
  font-weight: 600;
  color: var(--ink-soft);
}

.preview-summary__list dd {
  margin: 0;
  color: var(--ink);
}

.preview-checks {
  margin: 0.75rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  font-size: 0.95rem;
}

.preview-checks__item {
  display: grid;
  grid-template-columns: 1.15rem 1fr;
  gap: 0.5rem;
  align-items: start;
  color: var(--ink);
}

.preview-checks__mark {
  font-weight: 700;
  color: #2a9d5c;
  line-height: 1.4;
}

.preview-checks__item.is-off {
  color: var(--ink-soft);
}

.preview-checks__item.is-off .preview-checks__mark {
  color: #b0bac4;
}

.preview-symbols__toggle {
  align-self: flex-start;
  margin-top: 0.55rem;
  padding: 0;
  border: none;
  background: none;
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--celeste);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.preview-symbols__toggle:hover {
  color: var(--ink);
}

.preview-symbols__toggle:focus-visible {
  outline: 3px solid var(--dorado-bright);
  outline-offset: 2px;
  border-radius: 6px;
}

.preview-symbols {
  margin: 0.6rem 0 0;
  padding: 0.7rem 0.9rem 0.7rem 2rem;
  border-radius: 10px;
  background: var(--celeste-mist);
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--ink);
}

.preview-symbols[hidden] {
  display: none !important;
}

/* —— Bloque comercial —— */
.price-block {
  padding: 0.9rem 1rem;
  border-radius: 12px;
  background: var(--celeste-mist);
  border: 1px solid rgba(116, 172, 223, 0.35);
}

.price-block__product {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--ink-soft);
}

.price-block__row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.15rem 0.75rem;
  margin: 0.35rem 0 0;
}

.price-block__label {
  font-size: 0.9rem;
  color: var(--ink-soft);
}

.price-block__amount {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--ink);
  white-space: nowrap;
}

.price-block__note {
  margin: 0.45rem 0 0;
  font-size: 0.78rem;
  line-height: 1.35;
  color: var(--ink-soft);
}

.preview-trust {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.4;
  color: var(--ink-soft);
}

.preview-attach {
  margin: -0.15rem 0 0.1rem;
  font-size: 0.82rem;
  line-height: 1.35;
  color: var(--ink-soft);
  text-align: center;
}

/* Acción principal: más alta y con más peso que el resto. */
.btn--lead {
  min-height: 3.85rem;
  width: 100%;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.preview-hint {
  margin: 0 0 0.85rem;
  padding: 0.7rem 0.8rem;
  border-radius: 10px;
  background: rgba(232, 197, 71, 0.18);
  border: 1px solid rgba(201, 162, 39, 0.35);
  font-size: 0.9rem;
  line-height: 1.4;
}

.preview-hint[hidden] {
  display: none !important;
}

.app-toast {
  position: fixed;
  left: 50%;
  bottom: 1.25rem;
  transform: translateX(-50%) translateY(120%);
  z-index: 200;
  max-width: min(92vw, 420px);
  padding: 0.85rem 1.1rem;
  border-radius: 12px;
  background: var(--ink);
  color: #fff;
  font-size: 0.92rem;
  line-height: 1.35;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  opacity: 0;
  pointer-events: none;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}

.app-toast.is-visible {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

.export-shirt-static .shirt-face {
  transform: none !important;
}

/* Móvil: el diseño ocupa casi todo el ancho y los botones se tocan cómodos. */
@media (max-width: 719px) {
  .modal {
    padding: 0.75rem;
  }

  .modal__panel--result {
    max-height: calc(100vh - 1.5rem);
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .modal__title {
    font-size: 1.25rem;
  }

  .preview-visual {
    margin-inline: auto;
    width: 100%;
    max-width: 26rem;
  }

  .modal__actions--stack .btn {
    min-height: 3.1rem;
  }

  .btn--lead {
    min-height: 3.6rem;
  }

  .hero__actions,
  .hero__actions .btn--hero {
    width: 100%;
  }

  .hero__actions .btn--hero {
    justify-content: center;
  }

  .cta-final .btn--hero {
    width: 100%;
  }

  .icons-head {
    flex-direction: column;
    align-items: stretch;
  }

  .progress {
    max-width: none;
  }

  .sound-toggle {
    align-self: flex-end;
  }
}

/* Muy angosto: el precio puede bajar a dos líneas. */
@media (max-width: 380px) {
  .price-block__row {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-shirt,
  .modal__panel {
    animation: none;
  }

  .btn--hero:hover {
    transform: none;
  }

  .progress__fill {
    transition: none;
  }

  .app-toast {
    transition: none;
  }
}
