/* Shared ABBA components: one implementation for home, gallery and concerts. */
:root {
    --abba-section-space: 80px;
    --abba-control-radius: 12px;
    --abba-surface: #0d223d;
}
/* One surface token for navigation, song ribbon and footer on every route. */
html body #menu,
html body #menu:not(.opened),
html body #menu:not(.opened) > .container,
html body #menu .offcanvas,
html body #menu .offcanvas-header,
html body #menu .offcanvas-body,
html body #contacts,
html body #video.album-ribbon { background: var(--abba-surface) !important; }

/* Both notices use the ABBA surface, without changing infopanel layout or content. */
.notification,
#cookie {
    background: var(--abba-surface);
    color: #f7f7f4;
}
#cookie { border-color: rgba(247, 247, 244, .35); }
.notification a,
.notification .link { color: var(--abba-yellow, #efd912); }
.notification a:hover,
.notification a:focus-visible { color: #fff; }

/* One edge-to-edge mobile header; Bootstrap container caps must not pull the toggle inward. */
@media (max-width: 991.98px) {
    html body:has(#menu) #menu.navbar.fixed-top:not(.opened) {
        top: 0 !important; left: 0 !important; right: 0 !important;
        width: 100% !important; height: 64px !important; min-height: 64px !important;
        margin: 0 !important; padding: 0 !important; border: 0 !important;
        border-radius: 0 !important; box-shadow: none !important; overflow: visible !important;
    }
    html body:has(#menu) #menu.navbar.fixed-top:not(.opened) > .container {
        display: flex; align-items: center; justify-content: space-between; flex-wrap: nowrap;
        width: 100% !important; max-width: none !important;
        height: 64px !important; min-height: 64px !important;
        margin: 0 !important; padding: 0 16px !important;
        border: 0 !important; border-radius: 0 !important;
    }
    #menu .nooffcanvas { flex: 1 1 auto; min-width: 0; }
    #menu .navbar-brand { margin: 0; padding: 0; }
    html body #menu .navbar-brand-logo { width: auto !important; max-width: 120px !important; height: 60px !important; object-fit: contain; }
    #menu .navbar-toggler { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 44px; width: 44px; height: 44px; margin: 0 0 0 auto; padding: 8px; border-radius: 8px; }
    #menu .navbar-toggler-icon { width: 28px; height: 20px; background-size: 28px 18px; }
    #menu .navbar-toggler:hover { background-color: rgba(255, 255, 255, .06); }
    #menu .navbar-toggler:focus-visible { outline: 2px solid #f3f2ee; outline-offset: 2px; }
    #menu .offcanvas-header { min-height: 64px; padding: 0 16px; }
    #menu .offcanvas-header .btn-close { flex: 0 0 44px; width: 44px; height: 44px; margin: 0; padding: 0; background-size: 18px; }
}

/* Hero content stays in document flow. Only artwork is positioned over the stage. */
#home:not(.main):not(.product) { min-height: 80px; }
#home.abba-main-hero,
#home.abba-event-hero { position: relative; margin-top: 80px; isolation: isolate; }
#home.abba-main-hero { padding-bottom: 64px; background: #03050f url('/image/catalog/abbamia/figma/hero-lights.webp') center 38% / cover no-repeat; }
.main-hero__stage { position: relative; isolation: isolate; height: clamp(400px, 51vw, 760px); max-width: 1560px; margin: auto; }
/* The transparent cast cutout must cover the wordmark, including its mia suffix. */
.main-hero__cast { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center bottom; }
.hero-wordmark { position: absolute; z-index: 1; top: 12%; left: 50%; transform: translateX(-50%); width: min(68%, 900px); margin: 0; padding: 0; line-height: 1; }
.hero-wordmark svg { display: block; width: 100%; height: auto; overflow: visible; }
.hero-wordmark text,
section#home.abba-event-hero .event-hero-wordmark text { fill: none; stroke: #fff; stroke-width: 5; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 1 16; font: 800 270px 'Inter', sans-serif; letter-spacing: -.08em; }
.hero-wordmark > span { position: absolute; left: 50%; top: 5%; transform: translateX(-50%); color: var(--abba-yellow); font: italic 400 clamp(40px, 5.6vw, 80px)/.8 'Segoe Script', 'Brush Script MT', cursive; text-transform: lowercase; }
.main-hero__footer { position: relative; display: grid; grid-template-columns: 1fr minmax(280px, 360px) 1fr; gap: 24px; align-items: end; max-width: 1180px; margin-top: -104px; }
.main-hero__action { grid-column: 2; grid-row: 1; text-align: center; }
section#home.abba-main-hero .main-hero__action p { margin: 0 0 22px; font: 600 18px/1.35 'Inter', sans-serif; text-shadow: 0 1px 5px #03050f; }
section#home.abba-main-hero .main-hero__action .btn { display: flex; align-items: center; justify-content: center; width: 100%; min-height: 48px; margin: 0; padding: 12px 18px; font: 500 14px/1.4 'Inter', sans-serif; border-radius: var(--abba-control-radius); }
.main-hero__rating { grid-column: 1; grid-row: 1; justify-self: start; display: flex; gap: 10px; align-items: center; }
.hero-badge { padding: 12px 14px; border: 1px solid rgba(230, 236, 246, .35); border-radius: 16px; background: rgba(94, 109, 132, .68); backdrop-filter: blur(12px); }
.hero-badge strong { display: block; font: 600 15px/1.3 'Inter', sans-serif; }
.hero-badge span:not(.main-hero__score) { display: block; margin-top: 3px; color: #d4dbe6; font: 400 13px/1.3 'Inter', sans-serif; }
.main-hero__score { display: grid; place-items: center; width: 44px; height: 44px; border: 2px solid #fff; border-radius: 50%; font: 500 15px/1 'Inter', sans-serif; }
.main-hero__meta { grid-column: 3; grid-row: 1; justify-self: end; display: flex; gap: 12px; }

#home.abba-event-hero { padding: clamp(48px, 6vw, 96px) 0 72px; background: #21060c; }
#home.abba-event-hero::before { content: ''; position: absolute; z-index: -1; inset: 0 0 0 -4.5%; background: url('/image/catalog/abbamia/figma/event-hero.png') right top / cover no-repeat; pointer-events: none; }
#home.abba-event-hero > .container { max-width: 1180px; }
section#home.abba-event-hero .event-hero-content { display: flex; flex-direction: column; align-items: flex-start; gap: 40px; width: 58%; min-width: 0; min-height: clamp(510px, 40vw, 620px); }
section#home.abba-event-hero .event-hero-kicker { margin: 0; max-width: 520px; font: 400 18px/1.4 'Inter', sans-serif; text-wrap: balance; }
section#home.abba-event-hero .event-hero-wordmark { position: relative; width: 100%; max-width: 660px; margin: auto 0; padding: 0 0 30px; line-height: 1; }
section#home.abba-event-hero .event-hero-wordmark__abba { display: block; width: 100%; }
section#home.abba-event-hero .event-hero-wordmark svg { display: block; width: 100%; height: auto; overflow: visible; }
section#home.abba-event-hero .event-hero-wordmark__mia { position: absolute; right: 6%; bottom: 5px; color: var(--abba-yellow); font: italic 400 clamp(42px, 5vw, 76px)/.8 'Segoe Script', 'Brush Script MT', cursive; text-transform: lowercase; }
section#home.abba-event-hero .event-hero-details { display: grid; grid-template-columns: minmax(100px, .32fr) minmax(0, 1fr); align-items: end; gap: 28px; width: 100%; }
section#home.abba-event-hero .event-hero-date { display: flex; flex-direction: column; align-items: center; gap: 10px; }
section#home.abba-event-hero .event-hero-date strong { font: 600 clamp(84px, 8.5vw, 128px)/.85 'Inter', sans-serif; letter-spacing: -.06em; }
section#home.abba-event-hero .event-hero-date span { font: 400 clamp(22px, 2.2vw, 30px)/1 'Inter', sans-serif; text-transform: lowercase; }
section#home.abba-event-hero .event-hero-place { min-width: 0; }
section#home.abba-event-hero .event-hero-place p { margin: 0 0 24px; font: 400 clamp(20px, 2vw, 28px)/1.3 'Inter', sans-serif; overflow-wrap: break-word; }
section#home.abba-event-hero .event-hero-button.event-button { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; width: 100%; min-width: 0; min-height: 48px; height: auto; margin: 0; padding: 7px 12px; border-radius: var(--abba-control-radius); font: 500 14px/1.25 'Inter', sans-serif; }
section#home.abba-event-hero .event-hero-button.event-button .hide { display: block; margin: 0; font: 400 10px/1.2 'Inter', sans-serif; }

@media (max-width: 1199.98px) {
    section#home.abba-event-hero .event-hero-content { width: 60%; gap: 32px; }
    .main-hero__footer { grid-template-columns: 1fr minmax(260px, 330px) 1fr; gap: 18px; margin-top: -64px; }
    .hero-badge { padding: 10px; }
    .main-hero__meta { gap: 8px; }
}
@media (max-width: 991.98px) {
    #home.abba-main-hero, #home.abba-event-hero { margin-top: 64px; }
    #home.abba-event-hero { padding: 48px 0; }
    #home.abba-event-hero::before { background-position: 62% top; }
    section#home.abba-event-hero .event-hero-content { width: 65%; min-height: 490px; }
    section#home.abba-event-hero .event-hero-details { grid-template-columns: 90px minmax(0, 1fr); gap: 18px; }
    section#home.abba-event-hero .event-hero-kicker { font-size: 16px; max-width: 320px; }
    .main-hero__footer { grid-template-columns: 1fr 1fr; max-width: 720px; margin-top: -24px; gap: 24px; }
    .main-hero__action { grid-column: 1 / -1; grid-row: 1; width: min(100%, 360px); justify-self: center; }
    .main-hero__rating { grid-column: 1; grid-row: 2; }
    .main-hero__meta { grid-column: 2; grid-row: 2; }
}
@media (max-width: 575.98px) {
    #home.abba-main-hero, #home.abba-event-hero { margin-top: 64px; }
    #home.abba-main-hero { padding-bottom: 40px; }
    .main-hero__stage { height: 330px; overflow: hidden; }
    .main-hero__cast { left: 0; width: 100%; max-width: none; object-fit: contain; object-position: center bottom; }
    .hero-wordmark { top: 11%; width: 90%; }
    .main-hero__footer { width: calc(100% - 32px); padding: 0; margin-top: -8px; gap: 22px 10px; }
    section#home.abba-main-hero .main-hero__action p { font-size: 16px; margin-bottom: 20px; }
    .hero-badge { padding: 10px 9px; border-radius: 12px; }
    .hero-badge strong { font-size: 12px; }
    .hero-badge span:not(.main-hero__score) { font-size: 11px; }
    .main-hero__score { width: 36px; height: 36px; font-size: 13px; }
    .main-hero__rating { gap: 7px; }
    .main-hero__meta { gap: 6px; }
    #home.abba-event-hero { padding: 28px 0 40px; }
    #home.abba-event-hero::before { background-position: 61% top; }
    #home.abba-event-hero > .container { width: calc(100% - 32px); padding: 0; }
    section#home.abba-event-hero .event-hero-content { width: 100%; min-height: 510px; gap: 28px; }
    section#home.abba-event-hero .event-hero-kicker { width: 65%; max-width: 240px; font-size: 14px; }
    section#home.abba-event-hero .event-hero-wordmark { width: 86%; margin: auto 0; }
    section#home.abba-event-hero .event-hero-details { grid-template-columns: 74px minmax(0, 1fr); align-items: center; gap: 16px; }
    section#home.abba-event-hero .event-hero-date strong { font-size: 76px; }
    section#home.abba-event-hero .event-hero-date span { font-size: 21px; }
    section#home.abba-event-hero .event-hero-place p { font-size: 19px; margin-bottom: 18px; }
    section#home.abba-event-hero .event-hero-button.event-button { font-size: 12px; padding: 8px; }
    section#home.abba-event-hero .event-hero-button.event-button .hide { font-size: 9px; }
}
.concert-videos > .container,
.event-countdown > .container {
    max-width: 1180px;
}
.abba-heading { padding: 0; }
.accordion-header { font-weight: 600; }

/* Reading documents use their own type scale, never the concert-poster scale. */
.abba-document__content { max-width: 900px; font: 400 17px/1.65 'Inter', sans-serif; }
section#error.abba-document .abba-document__content h1 { margin: 0 0 32px; padding: 0; font: 600 clamp(28px, 3vw, 40px)/1.2 'Inter', sans-serif; text-transform: none; color: #f5f5f3 !important; }
section#error.abba-document .abba-document__content h2,
section#error.abba-document .abba-document__content h3 { margin: 32px 0 14px; padding: 0; font-family: 'Inter', sans-serif !important; font-size: 24px !important; font-weight: 600; line-height: 1.3 !important; text-transform: none !important; letter-spacing: normal; }
.abba-document__content p { margin-bottom: 18px; line-height: inherit; }
.abba-document__content a { color: var(--abba-yellow); text-decoration: underline; text-underline-offset: .2em; }
.abba-document__content a:hover { color: #fff; }
.abba-document__content a:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
#pdModal.modal .abba-document__content h2,
#pdModal.modal .abba-document__content h3 { margin: 24px 0 12px; font: 600 22px/1.35 'Inter', sans-serif !important; text-transform: none !important; }

/* The home FAQ is the shared baseline for the listings and event pages.
   Keep these rules together so legacy page selectors cannot narrow the answers. */
html body:is(:has(#home.main), :has(#home.product), :has(#tours.category)) #faq {
    margin: 0;
    background-color: var(--abba-navy, #03050f) !important;
    background-image: linear-gradient(rgba(3, 5, 15, .12), rgba(3, 5, 15, .12)), url('/image/catalog/abbamia/figma/stars.webp') !important;
    background-position: center top !important;
    background-repeat: repeat-y !important;
    background-size: max(1440px, 100vw) auto !important;
    background-attachment: fixed !important;
}
html body:is(:has(#home.main), :has(#home.product), :has(#tours.category)) #faq > .container {
    width: min(1180px, calc(100% - 48px));
    max-width: 1180px;
    margin-inline: auto;
    padding-inline: 12px;
}
html body:is(:has(#home.main), :has(#home.product), :has(#tours.category)) #faq > .container > h2.heading-lines { padding: 0; }
html body:is(:has(#home.main), :has(#home.product), :has(#tours.category)) #faq > .container > h2.heading-lines > span { max-width: 100%; }
html body:is(:has(#home.main), :has(#home.product), :has(#tours.category)) #faq .faq-layout { margin-top: 0 !important; }
html body:is(:has(#home.main), :has(#home.product), :has(#tours.category)) #faq .faq-aside {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 270px;
    padding-right: 70px;
}
html body:is(:has(#home.main), :has(#home.product), :has(#tours.category)) #faq .faq-aside h3 { display: flex; flex-direction: column; }
html body:is(:has(#home.main), :has(#home.product), :has(#tours.category)) #faq .faq-aside h3 > span:last-child { align-self: flex-start; }
html body:is(:has(#home.main), :has(#home.product), :has(#tours.category)) #faq .faq-social a { border-color: rgba(253, 253, 253, .66); font: 500 18px/1.3 'Inter', sans-serif; }
html body:is(:has(#home.main), :has(#home.product), :has(#tours.category)) #faq .faq-social a svg { color: inherit; }
html body:is(:has(#home.main), :has(#home.product), :has(#tours.category)) #faq .accordion-item { border-color: rgba(253, 253, 253, .34) !important; }
html body:is(:has(#home.main), :has(#home.product), :has(#tours.category)) #faq .accordion-item .accordion-button { min-height: 50px; padding: 14px 0 8px; }
html body:is(:has(#home.main), :has(#home.product), :has(#tours.category)) #faq .accordion-item .accordion-body { max-width: none; padding: 2px 42px 14px 0; }

@media (max-width: 991.98px) {
    #faq .faq-layout { row-gap: 40px; }
    html body:is(:has(#home.main), :has(#home.product), :has(#tours.category)) #faq .faq-aside { padding-right: 12px; }
    #faq .faq-collage {
        width: 100%;
        max-width: none;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        grid-template-rows: repeat(4, auto);
        margin-bottom: 0;
    }
    #faq .faq-collage__cell { width: 100%; aspect-ratio: 1; }
}
@media (max-width: 767.98px) {
    html body:is(:has(#home.main), :has(#home.product), :has(#tours.category)) #faq { background-size: cover !important; }
    html body:is(:has(#home.main), :has(#home.product), :has(#tours.category)) #faq > .container {
        width: calc(100% - 32px) !important;
        max-width: none !important;
        padding-inline: 0 !important;
    }
    html body:is(:has(#home.main), :has(#home.product), :has(#tours.category)) #faq .faq-aside { min-height: 0; margin-bottom: 42px; }
    html body:is(:has(#home.main), :has(#home.product), :has(#tours.category)) #faq .faq-social { justify-content: center; }
    html body:is(:has(#home.main), :has(#home.product), :has(#tours.category)) #faq > .container > h2.heading-lines > span:first-child { align-self: flex-start; }
    html body:is(:has(#home.main), :has(#home.product), :has(#tours.category)) #faq > .container > h2.heading-lines > span:last-child { align-self: flex-end; }
    html body:is(:has(#home.main), :has(#home.product), :has(#tours.category)) #faq .accordion-item .accordion-button { min-height: 48px; padding: 13px 0 8px; }
    html body:is(:has(#home.main), :has(#home.product), :has(#tours.category)) #faq .accordion-item .accordion-body { padding: 2px 30px 14px 0; }
}
.concert-videos {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: var(--abba-section-space) 0;
    background: linear-gradient(180deg, #141027 0%, #03090b 29%, #000 60%, #1c0a19 78%, #1b1b34 100%);
}
.concert-videos::before,
.concert-videos::after {
    content: '';
    position: absolute;
    z-index: -1;
    pointer-events: none;
    left: -35%;
    width: 170%;
    height: 44%;
    background-image: linear-gradient(rgba(151, 156, 224, .42) 1px, transparent 1px), linear-gradient(90deg, rgba(151, 156, 224, .36) 1px, transparent 1px);
    background-size: 100% 28px, 110px 100%;
    box-shadow: inset 0 0 55px #151324;
}
.concert-videos::before {
    top: 0;
    transform-origin: center top;
    transform: perspective(300px) rotateX(-50deg);
    mask-image: linear-gradient(#000, transparent 85%);
}
.concert-videos::after {
    bottom: 0;
    transform-origin: center bottom;
    transform: perspective(300px) rotateX(50deg);
    mask-image: linear-gradient(transparent, #000 70%);
}
.concert-videos__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 56px;
}
.concert-videos__header h2 {
    max-width: 790px;
    margin: 0;
    font: 600 clamp(28px, 3.3vw, 48px)/1.12 'Inter', sans-serif;
    letter-spacing: -.025em;
    text-transform: uppercase;
    text-wrap: balance;
}
.concert-videos__header .btn {
    flex-shrink: 0;
    border-radius: var(--abba-control-radius);
    background: #f4f3f1;
    color: #08090e;
    font: 500 14px/1.3 'Inter', sans-serif;
    min-height: 44px;
}
.concert-videos__header .btn:hover,
.concert-videos__header .btn:focus-visible {
    background: #d9dce5;
    color: #08090e;
}
.concert-videos__carousel {
    position: relative;
    touch-action: pan-y;
}
.concert-videos__track {
    display: flex;
    gap: 16px;
    height: clamp(350px, 37vw, 540px);
}
.concert-videos__slide {
    position: relative;
    min-width: 0;
    flex: 1 1 0;
    overflow: hidden;
    border: 1px solid #92939e;
    background: #08090e;
    transition: flex-basis .35s ease, flex-grow .35s ease;
}
.concert-videos__slide.is-active { flex: 0 0 62%; }
.concert-videos__slide:only-child { flex-basis: 100%; }
.concert-videos__slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: none;
}
.concert-videos__slide.is-active img { filter: none; }
/* These two supplied thumbnails contain black pixels along their own edges. */
.concert-videos__slide img[src$="/video-2.jpg"] { transform: scale(1.09); }
.concert-videos__slide img[src$="/video-1_2.jpg"] { transform: scale(1.04); }
.concert-videos__select {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    cursor: pointer;
}
.concert-videos__slide.is-active .concert-videos__select { pointer-events: none; }
.concert-videos__play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    display: grid;
    place-items: center;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: rgba(250, 250, 252, .9);
    color: #050710;
    font: 26px/1 'Inter', sans-serif;
    text-decoration: none;
}
.concert-videos__play span { margin-left: 4px; }
.concert-videos__play:hover { background: #fff; color: #050710; }
.concert-videos__caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    padding: 48px 16px 18px;
    background: linear-gradient(transparent, rgba(0, 0, 0, .78));
    color: #fff;
    font: 500 15px/1.4 'Inter', sans-serif;
    pointer-events: none;
}
.concert-videos__slide.is-active .concert-videos__play { display: grid; }
.concert-videos__slide.is-active .concert-videos__caption { display: block; }
.concert-videos__slide:not(.is-active) .concert-videos__play { width: 48px; height: 48px; font-size: 22px; }
.concert-videos__slide:not(.is-active) .concert-videos__caption { font-size: 13px; }
.concert-videos__arrow {
    position: absolute;
    top: 50%;
    z-index: 4;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid #fff;
    border-radius: 50%;
    transform: translateY(-50%);
    background: #f9f9fa;
    color: #10172a;
    font: 24px/1 'Inter', sans-serif;
    cursor: pointer;
}
.concert-videos__arrow--previous { left: -22px; }
.concert-videos__arrow--next { right: -22px; }
.concert-videos__arrow:hover { background: #d9dce5; }
.concert-videos :focus-visible { outline: 2px solid #fff; outline-offset: 4px; }
.concert-videos__select:focus-visible { outline-offset: -5px; }

/* Hide the review track when Swiper reports no scrollable content. */
#reviews .swiper:not(.swiper-initialized) .swiper-scrollbar,
#reviews .swiper-scrollbar.swiper-scrollbar-lock { display: none !important; }
#reviews .swiper:has(.swiper-scrollbar-lock) { padding-bottom: 0 !important; }

.event-countdown {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: var(--abba-section-space) 0;
    min-height: 680px;
    background: #100710;
}
.event-countdown__photo {
    position: absolute;
    z-index: -1;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 22%;
    transform: scaleX(-1);
}
.event-countdown__content {
    display: grid;
    grid-template-columns: 270px 1fr;
    gap: 24px;
    max-width: 720px;
}
.event-countdown__content h2 {
    grid-column: 1 / -1;
    margin: 0;
    font: 600 clamp(30px, 3vw, 44px)/1.14 'Inter', sans-serif;
    text-transform: uppercase;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}
.event-countdown__description {
    align-self: center;
    margin: 0;
    font: 400 17px/1.4 'Inter', sans-serif;
    color: #f2eff2;
}
.event-countdown__digits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    padding: 14px 12px;
    border-radius: var(--abba-control-radius);
    background: rgba(8, 7, 13, .78);
    text-align: center;
}
.event-countdown__number { font: 600 32px/1.1 'Inter', sans-serif; font-variant-numeric: tabular-nums; }
.event-countdown__label { margin-top: 3px; font: 400 12px/1.3 'Inter', sans-serif; }
section#timer.event-countdown .event-button {
    display: flex !important;
    min-width: 0;
    min-height: 48px;
    margin: 0;
    padding: 6px 12px;
    gap: 2px;
    height: auto;
    border-radius: var(--abba-control-radius);
    flex-direction: column;
    justify-content: center;
    font: 500 14px/1.25 'Inter', sans-serif;
}
section#timer.event-countdown .event-button .show,
section#home.abba-event-hero .event-button .show { display: block; margin: 0; }
section#timer.event-countdown .event-button .hide { display: block; margin: 0; font: 400 10px/1.2 'Inter', sans-serif; }
.event-countdown__note {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.8);
    border-radius: var(--abba-control-radius);
    padding: 10px 14px;
    font: 400 12px/1.4 'Inter', sans-serif;
    text-align: center;
}
.event-countdown__map { grid-column: 1 / -1; overflow: hidden; border-radius: var(--abba-control-radius); }
.event-countdown__map iframe { display: block; width: 100%; height: 280px; border: 0; }
@media (max-width: 767px) {
    :root { --abba-section-space: 56px; }
    .concert-videos > .container,
    .event-countdown > .container { width: calc(100% - 32px); padding-inline: 0; }
    .concert-videos__header { gap: 20px; margin-bottom: 32px; flex-wrap: wrap; }
    .concert-videos__header h2 { max-width: 100%; font-size: 28px; }
    .concert-videos__header .btn { min-width: 160px; }
    .concert-videos__track { gap: 8px; height: 360px; }
    .concert-videos__slide.is-active { flex-basis: 78%; }
    .concert-videos__slide:only-child { flex-basis: 100%; }
    .concert-videos__slide:not(.is-active) .concert-videos__play,
    .concert-videos__slide:not(.is-active) .concert-videos__caption { display: none; }
    .concert-videos__arrow--previous { left: -8px; }
    .concert-videos__arrow--next { right: -8px; }
    .concert-videos__play { width: 52px; height: 52px; font-size: 22px; }
    .concert-videos__caption { padding: 42px 14px 16px; font-size: 13px; }
    .event-countdown__content { grid-template-columns: 1fr; gap: 20px; max-width: 480px; }
    .event-countdown { min-height: 0; }
    .event-countdown__content h2 { font-size: 28px; }
    .event-countdown__description { font-size: 16px; }
    .event-countdown__digits { max-width: 360px; }
    .event-countdown__photo { object-position: 58% center; }
    .event-countdown__map iframe { height: 240px; }
}
@media (prefers-reduced-motion: reduce) {
    .concert-videos__slide { transition: none; }
}
