.band-landing-page {
    --band-accent: #8e68d8;
    --band-accent-soft: rgba(142, 104, 216, 0.2);
    background:
        radial-gradient(circle at 76% 8%, rgba(90, 55, 130, 0.2), transparent 34rem),
        #050505;
    color: #f4f4f4;
    overflow-x: clip;
}

.band-landing-page main,
.band-landing-page section,
.band-landing-page .catalog-toolbar,
.band-landing-page .products-section {
    min-width: 0;
    max-width: 100%;
}

.band-landing-header .logo {
    text-decoration: none;
}

.band-landing-page .btn-back-catalog {
    min-height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    color: #f2f2f2;
    background: rgba(255, 255, 255, 0.04);
    font-family: "Oswald", sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-decoration: none;
    white-space: nowrap;
}

.band-landing-page .btn-back-catalog:hover,
.band-landing-page .btn-back-catalog:focus-visible {
    border-color: rgba(232, 67, 46, 0.72);
    color: #fff;
    background: rgba(232, 67, 46, 0.12);
}

.band-landing-hero {
    width: min(1180px, calc(100% - 32px));
    min-height: 570px;
    margin: 24px auto 0;
    border: 1px solid rgba(142, 104, 216, 0.38);
    border-radius: 28px;
    background:
        linear-gradient(100deg, rgba(4, 4, 5, 0.98) 0%, rgba(8, 7, 11, 0.92) 52%, rgba(18, 12, 25, 0.78) 100%);
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
    align-items: center;
    gap: 48px;
    padding: 58px;
    overflow: hidden;
    position: relative;
}

.band-landing-hero::before {
    content: "";
    position: absolute;
    inset: auto auto -180px -120px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: var(--band-accent-soft);
    filter: blur(80px);
    pointer-events: none;
}

.band-design-showcase {
    width: min(1180px, calc(100% - 32px));
    margin: 24px auto 0;
    padding: 26px 0 28px;
    overflow: hidden;
    border: 1px solid rgba(142, 104, 216, 0.28);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(18, 12, 25, 0.86), rgba(4, 4, 5, 0.96));
}

.band-design-showcase-head {
    padding: 0 24px 18px;
    text-align: center;
}

.band-design-showcase-head h2 {
    margin: 0;
    color: #fff;
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(2rem, 4.8vw, 3.5rem);
    line-height: 1;
    letter-spacing: 0.025em;
}

.band-design-showcase-head p {
    margin: 8px 0 0;
    color: #cfcbd5;
    font-family: "Inter", sans-serif;
    font-size: 0.94rem;
}

.band-design-showcase-viewport {
    width: 100%;
    overflow: hidden;
    touch-action: pan-y;
}

.band-design-showcase-track {
    --showcase-gap: 8px;
    display: flex;
    width: max-content;
    will-change: transform;
    animation: band-showcase-scroll var(--showcase-duration, 60s) linear infinite;
}

.band-design-showcase-track.is-paused,
.band-design-showcase-viewport:hover .band-design-showcase-track,
.band-design-showcase-viewport:focus-within .band-design-showcase-track {
    animation-play-state: paused;
}

.band-design-showcase-set {
    display: flex;
    flex: none;
    gap: var(--showcase-gap);
    padding-right: var(--showcase-gap);
}

.band-design-showcase-card {
    width: clamp(142px, 15vw, 190px);
    flex: none;
    aspect-ratio: 4 / 5;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 9px;
    background: #111;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.26);
    cursor: pointer;
}

.band-design-showcase-card:focus-visible {
    outline: 3px solid #ff6a2f;
    outline-offset: 3px;
}

.band-design-showcase-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #f5f3f0;
}

.band-design-showcase-cta {
    min-height: 46px;
    margin: 22px auto 0;
    padding: 11px 24px;
    display: block;
    border: 1px solid rgba(255, 106, 47, 0.8);
    border-radius: 8px;
    color: #fff;
    background: rgba(255, 83, 39, 0.12);
    font-family: "Oswald", sans-serif;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    cursor: pointer;
}

.band-design-showcase-cta:hover,
.band-design-showcase-cta:focus-visible {
    background: #ed4c2f;
    border-color: #ed4c2f;
}

@keyframes band-showcase-scroll {
    to { transform: translate3d(-50%, 0, 0); }
}

.band-landing-hero-copy {
    position: relative;
    z-index: 1;
}

.band-landing-brand,
.band-landing-section-head > p,
.band-landing-custom > p {
    margin: 0 0 10px;
    color: var(--band-accent);
    font-family: "Oswald", sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.24em;
}

.band-landing-hero h1,
.band-landing-hero h2,
.band-landing-section-head h2,
.band-landing-custom h2 {
    font-family: "Bebas Neue", sans-serif;
    text-transform: uppercase;
}

.band-landing-hero h1 {
    margin: 0;
    font-size: clamp(4.8rem, 10vw, 8.5rem);
    line-height: 0.84;
    letter-spacing: 0.025em;
}

body.band-landing-page[data-band="Ricardo Iorio"] .band-landing-hero h1 {
    max-width: 760px;
    font-size: clamp(3.8rem, 7vw, 5.4rem);
    line-height: 0.9;
    letter-spacing: 0.015em;
}

.band-landing-hero h2 {
    max-width: 620px;
    margin: 24px 0 12px;
    color: #ded8e8;
    font-size: clamp(1.65rem, 3.2vw, 2.45rem);
    line-height: 1;
    letter-spacing: 0.04em;
}

.band-landing-hero-copy > p:not(.band-landing-brand) {
    max-width: 590px;
    margin: 0;
    color: #b8b4bd;
    font-size: clamp(1rem, 1.7vw, 1.15rem);
    line-height: 1.65;
}

.band-landing-hero-copy > .band-landing-quality-line {
    margin-top: 16px;
    color: #f0c75e;
    font-family: "Oswald", sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.12em;
}

.band-landing-primary-cta,
.band-landing-custom a {
    min-height: 48px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    background: #e8432e;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-decoration: none;
}

.band-landing-primary-cta {
    margin-top: 28px;
}

.band-landing-related-archive {
    width: max-content;
    max-width: 100%;
    margin-top: 12px;
    border: 1px solid rgba(152, 196, 170, 0.45);
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    background: rgba(21, 54, 38, 0.42);
    color: #d9eee1;
    font-family: "Oswald", sans-serif;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-decoration: none;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.band-landing-related-archive strong {
    color: #fff;
    font-size: 0.9rem;
}

.band-landing-related-archive:hover,
.band-landing-related-archive:focus-visible {
    border-color: #75c48f;
    background: rgba(31, 83, 56, 0.65);
    transform: translateY(-1px);
}

.band-landing-primary-cta:hover,
.band-landing-custom a:hover {
    background: #ff563f;
}

.band-landing-hero-art {
    align-self: stretch;
    min-height: 440px;
    border-radius: 22px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.5);
}

.band-landing-hero-art::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 62%, rgba(4, 4, 5, 0.58));
    pointer-events: none;
}

.band-landing-hero-art img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.band-landing-garment-selector {
    width: min(1180px, calc(100% - 32px));
    margin: 28px auto 0;
    scroll-margin-top: 92px;
}

.band-landing-garment-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.band-landing-garment-card {
    min-width: 0;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    background: #0d0d0f;
    color: #f4f4f4;
    overflow: hidden;
    text-align: left;
    cursor: pointer;
    transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.band-landing-garment-card:hover,
.band-landing-garment-card:focus-visible {
    border-color: rgba(142, 104, 216, 0.76);
    transform: translateY(-2px);
    outline: none;
}

.band-landing-garment-card.active {
    border-color: var(--band-accent);
    box-shadow: 0 0 0 1px rgba(142, 104, 216, 0.26), 0 16px 40px rgba(0, 0, 0, 0.34);
}

.band-landing-garment-media {
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #151518;
}

.band-landing-garment-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.band-landing-garment-copy {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 5px 14px;
    padding: 16px;
}

.band-landing-garment-copy strong {
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.75rem;
    line-height: 1;
    letter-spacing: 0.045em;
}

.band-landing-garment-copy > span:not(.band-landing-garment-cta) {
    color: #bbb7c0;
    font-size: 0.88rem;
}

.band-landing-garment-cta {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
    padding: 9px 12px;
    border-radius: 7px;
    background: #e8432e;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.045em;
    white-space: nowrap;
}

.band-landing-size-guide {
    width: min(920px, calc(100% - 32px));
    margin: 22px auto 0;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 16px;
    background: rgba(10, 10, 12, 0.94);
    overflow: hidden;
}

.band-landing-size-guide > summary {
    min-height: 66px;
    padding: 15px 20px;
    display: grid;
    align-content: center;
    gap: 3px;
    cursor: pointer;
    list-style: none;
    position: relative;
}

.band-landing-size-guide > summary::-webkit-details-marker {
    display: none;
}

.band-landing-size-guide > summary::after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 50%;
    color: var(--band-accent);
    font-size: 1.6rem;
    transform: translateY(-50%);
}

.band-landing-size-guide[open] > summary::after {
    content: "−";
}

.band-landing-size-guide > summary span {
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.band-landing-size-guide > summary small {
    color: #aaa7ae;
    font-size: 0.78rem;
}

.band-landing-size-guide-body {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 18px;
}

.band-landing-size-guide-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 18px;
}

.band-landing-size-guide-tabs button {
    min-height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 9px;
    background: #121216;
    color: #ddd;
    font-family: var(--font-body);
    font-size: 0.78rem;
    font-weight: 700;
    cursor: pointer;
}

.band-landing-size-guide-tabs button:hover,
.band-landing-size-guide-tabs button:focus-visible,
.band-landing-size-guide-tabs button.active {
    border-color: var(--band-accent);
    background: var(--band-accent-soft);
    color: #fff;
    outline: none;
}

.band-landing-size-guide-content {
    max-width: 620px;
    margin: 0 auto;
}

.band-landing-size-guide-content h3 {
    margin: 0;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 1.25rem;
}

.band-landing-size-guide-content > p:not(.band-landing-size-guide-note) {
    margin: 5px 0 14px;
    color: #aaa7ae;
    font-size: 0.82rem;
}

.band-landing-size-guide-content .size-table {
    width: 100%;
}

.band-landing-size-guide-note {
    margin: 12px 0 0;
    color: #aaa7ae;
    font-size: 0.76rem;
    line-height: 1.45;
}

.band-landing-catalog {
    width: min(1220px, calc(100% - 24px));
    margin: 80px auto 0;
}

.band-landing-all-designs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    margin: 22px 0 14px;
    padding: 18px 20px;
    border: 1px solid rgba(30, 215, 96, 0.52);
    border-radius: 14px;
    background: linear-gradient(120deg, rgba(30, 215, 96, 0.13), rgba(12, 12, 13, 0.96) 58%);
}

.band-landing-all-designs > div {
    display: grid;
    gap: 3px;
}

.band-landing-all-designs > div span {
    color: var(--magic-green);
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.13em;
}

.band-landing-all-designs > div strong {
    font-size: 0.92rem;
    line-height: 1.4;
}

.band-landing-all-designs > button {
    flex: 0 0 auto;
    min-height: 48px;
    padding: 11px 20px;
    border: 0;
    border-radius: 9px;
    background: var(--magic-green);
    color: #050505;
    font-family: var(--font-body);
    font-size: 0.82rem;
    font-weight: 950;
    cursor: pointer;
}

.band-landing-all-designs > button.active {
    box-shadow: 0 0 0 3px rgba(30, 215, 96, 0.25);
}

.band-landing-collections {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px;
    margin: 22px 0 16px;
}

.band-landing-collection-btn {
    min-height: 42px;
    padding: 9px 15px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: #101011;
    color: #d7d7d7;
    font-family: var(--font-body);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.035em;
    cursor: pointer;
}

.band-landing-collection-btn span {
    color: var(--text-muted);
    font-weight: 600;
}

.band-landing-collection-btn:hover,
.band-landing-collection-btn:focus-visible,
.band-landing-collection-btn.active {
    border-color: var(--magic-green);
    color: #fff;
    background: rgba(30, 215, 96, 0.1);
}

.band-landing-section-head {
    margin: 0 auto 22px;
    text-align: center;
}

.band-landing-section-head h2 {
    margin: 0;
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    letter-spacing: 0.035em;
}

.band-landing-design-note {
    max-width: 680px;
    margin: 12px auto 0;
    padding: 12px 14px;
    border: 1px solid rgba(57, 255, 20, 0.32);
    border-radius: 10px;
    background: rgba(57, 255, 20, 0.055);
    color: #d0cdd4;
    font-size: 0.92rem;
    line-height: 1.5;
}

.band-landing-design-note strong,
.band-landing-design-note span {
    display: block;
}

.band-landing-design-note strong {
    margin-bottom: 2px;
    color: var(--magic-green);
    font-size: 0.79rem;
    letter-spacing: 0.065em;
}

.band-landing-page .catalog-toolbar {
    scroll-margin-top: 92px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    background: rgba(13, 13, 14, 0.92);
    padding: 16px;
}

.band-landing-page .products-section {
    padding-inline: 0;
}

.band-landing-page .catalog-design-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.band-landing-page .catalog-design-copy > strong {
    font-family: var(--font-body);
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.01em;
}

.band-landing-hidden-controls {
    display: none !important;
}

.band-landing-page #modal .modal-actions-secondary,
.band-landing-page #modal #btnDobleAction {
    display: none !important;
}

.band-landing-page #modal .band-landing-modal-help {
    width: max-content;
    max-width: 100%;
    min-height: 0;
    margin: 8px auto 0;
    padding: 4px 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: #aaa5af;
    font-size: 0.8rem;
    font-weight: 500;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.band-landing-page #modal .band-landing-modal-help:hover {
    background: transparent;
    color: #fff;
}

.band-landing-custom {
    width: min(920px, calc(100% - 32px));
    margin: 86px auto 70px;
    padding: 48px;
    border: 1px solid rgba(142, 104, 216, 0.35);
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(142, 104, 216, 0.12), rgba(10, 10, 11, 0.95) 58%);
    text-align: center;
}

.band-landing-custom h2 {
    margin: 0;
    font-size: clamp(2rem, 5vw, 3.2rem);
    letter-spacing: 0.035em;
}

.band-landing-custom div {
    margin: 12px auto 24px;
    color: #bcb8c2;
    line-height: 1.6;
}

/* Archivo Argentina: celeste, blanco y acentos dorados */
body.band-landing-page[data-band="Argentina"] {
    --band-accent: #74acdf;
    --band-accent-soft: rgba(116, 172, 223, 0.24);
    --magic-green: #74acdf;
    --magic-orange: #e2b93f;
    background:
        radial-gradient(circle at 78% 6%, rgba(116, 172, 223, 0.24), transparent 34rem),
        radial-gradient(circle at 12% 38%, rgba(255, 255, 255, 0.08), transparent 28rem),
        #061522;
    color: #f8fcff;
}

body.band-landing-page[data-band="Argentina"] .band-landing-header {
    border-bottom-color: rgba(116, 172, 223, 0.35);
    background: rgba(4, 18, 30, 0.94);
}

body.band-landing-page[data-band="Argentina"] .logo span,
body.band-landing-page[data-band="Argentina"] .band-landing-brand,
body.band-landing-page[data-band="Argentina"] .band-landing-section-head > p,
body.band-landing-page[data-band="Argentina"] .band-landing-custom > p,
body.band-landing-page[data-band="Argentina"] .catalog-design-band {
    color: #74acdf;
}

body.band-landing-page[data-band="Argentina"] .btn-back-catalog {
    border-color: rgba(116, 172, 223, 0.55);
    color: #eaf7ff;
    background: rgba(116, 172, 223, 0.1);
}

body.band-landing-page[data-band="Argentina"] .btn-back-catalog:hover,
body.band-landing-page[data-band="Argentina"] .btn-back-catalog:focus-visible {
    border-color: #e2b93f;
    color: #061522;
    background: #e2b93f;
}

body.band-landing-page[data-band="Argentina"] .band-landing-hero {
    border-color: rgba(116, 172, 223, 0.62);
    background:
        linear-gradient(105deg, rgba(4, 20, 34, 0.98), rgba(8, 38, 61, 0.94) 58%, rgba(116, 172, 223, 0.18));
    box-shadow: 0 24px 70px rgba(1, 10, 18, 0.42);
}

body.band-landing-page[data-band="Argentina"] .band-landing-hero::after {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: linear-gradient(90deg, #74acdf 0 33.33%, #fff 33.33% 66.66%, #74acdf 66.66% 100%);
}

body.band-landing-page[data-band="Argentina"] .band-landing-hero h1 {
    color: #fff;
    text-shadow: 0 5px 32px rgba(116, 172, 223, 0.35);
}

body.band-landing-page[data-band="Argentina"] .band-landing-hero h2 {
    color: #dff3ff;
}

body.band-landing-page[data-band="Argentina"] .band-landing-hero-copy > p:not(.band-landing-brand) {
    color: rgba(238, 248, 255, 0.8);
}

body.band-landing-page[data-band="Argentina"] .band-landing-primary-cta,
body.band-landing-page[data-band="Argentina"] .band-landing-custom a,
body.band-landing-page[data-band="Argentina"] .band-landing-garment-cta {
    border: 1px solid #f1d879;
    background: linear-gradient(135deg, #f1d879, #c9971c);
    color: #071725;
    box-shadow: 0 10px 28px rgba(226, 185, 63, 0.2);
}

body.band-landing-page[data-band="Argentina"] .band-landing-primary-cta:hover,
body.band-landing-page[data-band="Argentina"] .band-landing-custom a:hover,
body.band-landing-page[data-band="Argentina"] .band-landing-garment-card:hover .band-landing-garment-cta {
    background: linear-gradient(135deg, #fff0a6, #e2b93f);
}

body.band-landing-page[data-band="Argentina"] .band-landing-garment-card,
body.band-landing-page[data-band="Argentina"] .catalog-design-card {
    border-color: rgba(116, 172, 223, 0.24);
    background: linear-gradient(180deg, #0c263a, #071722);
}

body.band-landing-page[data-band="Argentina"] .band-landing-garment-card:hover,
body.band-landing-page[data-band="Argentina"] .band-landing-garment-card:focus-visible {
    border-color: rgba(116, 172, 223, 0.85);
}

body.band-landing-page[data-band="Argentina"] .band-landing-garment-card.active {
    border-color: #74acdf;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.22), 0 16px 40px rgba(1, 12, 20, 0.38);
}

body.band-landing-page[data-band="Argentina"] .band-landing-garment-media,
body.band-landing-page[data-band="Argentina"] .catalog-design-media {
    background: #e8f5fd;
}

body.band-landing-page[data-band="Argentina"] .band-landing-garment-copy > span:not(.band-landing-garment-cta),
body.band-landing-page[data-band="Argentina"] .catalog-design-subtitle {
    color: #c5dce9;
}

body.band-landing-page[data-band="Argentina"] .catalog-design-price {
    color: #f0ca55;
}

body.band-landing-page[data-band="Argentina"] .catalog-design-cta {
    border-top-color: rgba(116, 172, 223, 0.28);
    color: #eaf7ff;
}

body.band-landing-page[data-band="Argentina"] .catalog-toolbar {
    border-color: rgba(116, 172, 223, 0.35);
    background: rgba(5, 25, 40, 0.94);
}

body.band-landing-page[data-band="Argentina"] .search-box {
    border-color: rgba(116, 172, 223, 0.42);
    background: rgba(3, 17, 28, 0.84);
}

body.band-landing-page[data-band="Argentina"] .search-box:focus-within {
    border-color: #e2b93f;
    box-shadow: 0 0 0 3px rgba(226, 185, 63, 0.12);
}

body.band-landing-page[data-band="Argentina"] .band-landing-custom {
    border-color: rgba(116, 172, 223, 0.5);
    background: linear-gradient(135deg, rgba(116, 172, 223, 0.2), rgba(5, 24, 38, 0.97) 60%);
}

body.band-landing-page[data-band="Argentina"] .band-landing-custom div {
    color: #c9dfeb;
}

body.band-landing-page[data-band="Argentina"] #modal .modal,
body.band-landing-page[data-band="Argentina"] #cartPanel {
    border-color: rgba(116, 172, 223, 0.45);
    background: #071722;
}

body.band-landing-page[data-band="Argentina"] #modal .btn-wa,
body.band-landing-page[data-band="Argentina"] #modal .btn-add-cart {
    border-color: #f1d879;
}

@media (max-width: 820px) {
    .band-landing-hero {
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 36px;
    }

    .band-landing-hero-art {
        min-height: 340px;
        max-height: 480px;
    }

    .band-landing-page .catalog-design-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 560px) {
    .band-landing-page .header-content {
        gap: 10px;
    }

    .band-landing-page .header-actions {
        gap: 6px;
    }

    .band-landing-page .btn-back-catalog {
        min-height: 38px;
        padding-inline: 10px;
        font-size: 0.72rem;
        letter-spacing: 0.04em;
    }

    .band-landing-page .btn-wa-header {
        min-height: 38px;
        padding-inline: 12px;
    }

    .band-landing-hero {
        width: calc(100% - 20px);
        margin-top: 12px;
        border-radius: 20px;
        padding: 28px 20px 20px;
    }

    .band-landing-hero h1 {
        font-size: clamp(4.2rem, 23vw, 6.4rem);
    }

    body.band-landing-page[data-band="Ricardo Iorio"] .band-landing-hero h1 {
        font-size: clamp(3rem, 15vw, 4.4rem);
        line-height: 0.9;
    }

    .band-landing-hero h2 {
        margin-top: 18px;
    }

    .band-landing-primary-cta {
        width: 100%;
    }

    .band-landing-related-archive {
        width: 100%;
        justify-content: center;
    }

    .band-landing-hero-art {
        min-height: 290px;
        border-radius: 16px;
    }

    .band-design-showcase {
        width: calc(100% - 20px);
        margin-top: 14px;
        padding: 20px 0 22px;
        border-radius: 18px;
    }

    .band-design-showcase-head {
        padding: 0 12px 14px;
    }

    .band-design-showcase-head h2 {
        font-size: clamp(1.8rem, 9vw, 2.45rem);
    }

    .band-design-showcase-head p {
        font-size: 0.84rem;
    }

    .band-design-showcase-viewport {
        padding-inline: 12px;
    }

    .band-design-showcase-card {
        width: calc((100vw - 62px) / 3);
        border-radius: 8px;
    }

    .band-design-showcase-cta {
        width: calc(100% - 24px);
        margin-top: 18px;
    }

    .band-landing-garment-selector {
        width: calc(100% - 20px);
        margin-top: 18px;
    }

    .band-landing-garment-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .band-landing-garment-card {
        display: grid;
        grid-template-columns: 112px minmax(0, 1fr);
        min-height: 112px;
        border-radius: 14px;
    }

    .band-landing-garment-media {
        height: 100%;
        aspect-ratio: auto;
    }

    .band-landing-garment-copy {
        padding: 14px;
    }

    .band-landing-garment-copy strong {
        font-size: 1.55rem;
    }

    .band-landing-garment-cta {
        padding: 8px 10px;
        font-size: 0.7rem;
    }

    .band-landing-size-guide {
        width: calc(100% - 20px);
        margin-top: 14px;
        border-radius: 14px;
    }

    .band-landing-size-guide > summary {
        padding: 13px 42px 13px 14px;
    }

    .band-landing-size-guide > summary::after {
        right: 14px;
    }

    .band-landing-size-guide-body {
        padding: 12px;
    }

    .band-landing-size-guide-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
    }

    .band-landing-catalog {
        width: calc(100% - 16px);
        margin-top: 56px;
    }

    .band-landing-all-designs {
        align-items: stretch;
        flex-direction: column;
        gap: 13px;
        padding: 15px;
    }

    .band-landing-all-designs > button {
        width: 100%;
    }

    .band-landing-collections {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin: 18px 0 12px;
    }

    .band-landing-collection-btn {
        width: 100%;
        min-width: 0;
        padding-inline: 8px;
        border-radius: 10px;
        white-space: normal;
    }

    .band-landing-page .catalog-toolbar {
        padding: 12px;
    }

    .band-landing-page .catalog-design-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .band-landing-page .catalog-design-copy {
        padding: 12px 10px 14px;
    }

    .band-landing-page .catalog-design-copy strong {
        font-size: 1rem;
    }

    .band-landing-page .catalog-design-cta {
        width: 100%;
    }

    .band-landing-custom {
        width: calc(100% - 20px);
        margin-block: 64px 42px;
        padding: 32px 20px;
    }

    .band-landing-custom a {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .band-design-showcase-viewport {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: thin;
    }

    .band-design-showcase-track {
        animation: none;
    }

    .band-design-showcase-set[aria-hidden="true"] {
        display: none;
    }

    .band-design-showcase-card {
        scroll-snap-align: start;
    }
}
