﻿body.theme-aquamarine {
    --aq-blue: var(--theme-accent, var(--theme-primary, #0084ff));
    --aq-blue-deep: color-mix(in srgb, var(--aq-blue) 82%, #000);
    --aq-ink: #1a1a1a;
    --aq-muted: #5c5c5c;
    --aq-line: #e6e6e6;
    --aq-soft: #f4f7fb;

    margin: 0;
    background: #fff;
    color: var(--aq-ink);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
}

body.theme-aquamarine a { color: inherit; text-decoration: none; }
body.theme-aquamarine img { max-width: 100%; height: auto; }

body.theme-aquamarine .aq-wrap {
    width: min(1080px, calc(100% - 2rem));
    margin-inline: auto;
}

body.theme-aquamarine .aq-main { min-height: 40vh; }
body.theme-aquamarine .aq-main--home { padding: 0 0 2.5rem; }

/* Disclaimer */
body.theme-aquamarine .aq-disclaimer {
    background: #fff;
    border-bottom: 1px solid #eee;
    text-align: center;
}

body.theme-aquamarine .aq-disclaimer__text {
    margin: 0;
    padding: .4rem 0;
    font-size: .78rem;
    color: #555;
}

/* Hero = accent blue block with logo/nav + tagline + search */
body.theme-aquamarine .aq-hero {
    background: var(--aq-blue);
    color: #fff;
    padding: 1rem 0 2.25rem;
}

body.theme-aquamarine .aq-hero--compact {
    padding-bottom: 1.35rem;
}

body.theme-aquamarine .aq-hero--compact .aq-hero__top {
    margin-bottom: 1rem;
}

body.theme-aquamarine .aq-hero--tickets {
    padding-top: .85rem;
    padding-bottom: .85rem;
}

body.theme-aquamarine .aq-hero--tickets .aq-hero__top {
    margin-bottom: .75rem;
}

body.theme-aquamarine .aq-hero--compact .aq-search {
    width: min(560px, 100%);
    max-width: 100%;
}

body.theme-aquamarine .aq-hero--compact .aq-search input[type="search"] {
    padding: .7rem .4rem;
}

body.theme-aquamarine .aq-hero--compact:not(:has(.aq-search)) .aq-hero__top {
    margin-bottom: 0;
}

body.theme-aquamarine .aq-hero--compact:not(:has(.aq-search)) {
    padding-bottom: .85rem;
}

body.theme-aquamarine:has(.seat-workspace):not(.tl-admin-storefront) {
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
    height: 100dvh;
    overflow: hidden;
}

body.theme-aquamarine.tl-admin-storefront:has(.seat-workspace) .tl-admin-storefront-main {
    display: flex;
    flex-direction: column;
    min-height: 0;
    height: calc(100dvh - var(--tl-admin-topbar-h, 3.25rem));
    overflow: hidden;
}

body.theme-aquamarine:has(.seat-workspace) .aq-main.is-tickets {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

body.theme-aquamarine:has(.seat-workspace) .seat-workspace {
    flex: 1 1 auto;
    height: auto;
    max-height: none;
    min-height: 0;
}

@media (max-width: 991px) {
    body.theme-aquamarine:has(.seat-workspace):not(.tl-admin-storefront) {
        height: 100dvh;
        min-height: 100dvh;
        overflow: hidden;
    }

    body.theme-aquamarine.tl-admin-storefront:has(.seat-workspace) .tl-admin-storefront-main {
        height: calc(100dvh - var(--tl-admin-topbar-h, 3.25rem));
        min-height: 0;
        overflow: hidden;
    }

    body.theme-aquamarine:has(.seat-workspace) .aq-main.is-tickets {
        flex: 1 1 auto;
        min-height: 0;
        overflow: hidden;
    }
}

body.theme-aquamarine .aq-tickets-alerts {
    padding: .65rem 0 0;
}

body.theme-aquamarine .aq-hero__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 2.25rem;
    color: #fff;
}

body.theme-aquamarine .aq-brand {
    display: inline-flex;
    align-items: center;
    color: #fff !important;
}

body.theme-aquamarine .aq-brand__logo {
    display: block;
    height: 52px;
    width: auto;
    max-width: 280px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

body.theme-aquamarine .aq-brand__name {
    font-weight: 800;
    font-size: 1.35rem;
    letter-spacing: -.02em;
    color: #fff !important;
}

body.theme-aquamarine .aq-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: .15rem 1.15rem;
    margin-left: auto;
    color: #fff;
}

body.theme-aquamarine .aq-hero__tools {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    flex: 0 0 auto;
    color: #fff !important;
}

body.theme-aquamarine .aq-hero__tools .storefront-location {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: .4rem;
    color: #fff;
    font-size: .82rem;
}

body.theme-aquamarine .aq-hero__tools .storefront-location__label {
    color: #fff;
    font-weight: 700;
    max-width: 9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.theme-aquamarine .aq-hero__tools a.storefront-location__label[href] {
    text-decoration: underline;
    text-underline-offset: 3px;
}

body.theme-aquamarine .aq-hero__tools a.storefront-location__label[href]:hover,
body.theme-aquamarine .aq-hero__tools a.storefront-location__label[href]:focus-visible {
    color: #d6ecff;
}

body.theme-aquamarine .aq-hero__tools .storefront-location__change,
body.theme-aquamarine .aq-hero__tools .storefront-location__gps {
    color: #fff;
}

body.theme-aquamarine .aq-hero__tools .storefront-location__change {
    text-decoration: underline;
    text-underline-offset: 2px;
}

body.theme-aquamarine .aq-hero__tools .sf-cart-link,
body.theme-aquamarine .aq-hero__tools .sf-cart-link__icon,
body.theme-aquamarine .aq-hero__tools .sf-member-menu__toggle,
body.theme-aquamarine .aq-hero__tools .sf-member-menu__direct,
body.theme-aquamarine .aq-hero__tools .sf-member-menu__icon {
    color: #fff !important;
}

body.theme-aquamarine .aq-hero__tools .sf-cart-link:hover,
body.theme-aquamarine .aq-hero__tools .sf-cart-link:hover .sf-cart-link__icon,
body.theme-aquamarine .aq-hero__tools .sf-member-menu__toggle:hover,
body.theme-aquamarine .aq-hero__tools .sf-member-menu__direct:hover,
body.theme-aquamarine .aq-hero__tools .sf-member-menu.is-open .sf-member-menu__toggle,
body.theme-aquamarine .aq-hero__tools .sf-member-menu__toggle:hover .sf-member-menu__icon,
body.theme-aquamarine .aq-hero__tools .sf-member-menu__direct:hover .sf-member-menu__icon {
    color: #fff !important;
    opacity: .92;
}

body.theme-aquamarine .aq-hero__tools .sf-member-menu__toggle.is-signed-in::after {
    box-shadow: 0 0 0 2px var(--aq-blue, #1270c4);
}

body.theme-aquamarine .aq-hero__tools .sf-cart-link__badge {
    --sf-cart-badge: #fff;
    --sf-cart-badge-ink: var(--aq-blue-deep, #0a4d8c);
    box-shadow: 0 0 0 2px var(--aq-blue, #1270c4);
}

body.theme-aquamarine .aq-hero__tools .sf-member-menu__panel {
    right: 0;
    left: auto;
}

body.theme-aquamarine .aq-hero .aq-nav a.aq-nav__link,
body.theme-aquamarine .aq-hero .aq-nav a.aq-nav__link:link,
body.theme-aquamarine .aq-hero .aq-nav a.aq-nav__link:visited,
body.theme-aquamarine .aq-hero .aq-nav a.aq-nav__link:active,
body.theme-aquamarine .aq-hero .aq-nav a.aq-nav__link:hover,
body.theme-aquamarine .aq-hero .aq-nav a.aq-nav__link:focus-visible,
body.theme-aquamarine .tl-admin-main .aq-hero .aq-nav a.aq-nav__link,
body.theme-aquamarine .tl-admin-main .aq-hero .aq-nav a.aq-nav__link:link,
body.theme-aquamarine .tl-admin-main .aq-hero .aq-nav a.aq-nav__link:visited,
body.theme-aquamarine .tl-admin-main .aq-hero .aq-nav a.aq-nav__link:active,
body.theme-aquamarine .tl-admin-main .aq-hero .aq-nav a.aq-nav__link:hover,
body.theme-aquamarine .tl-admin-main .aq-hero .aq-nav a.aq-nav__link:focus-visible,
body.theme-aquamarine.tl-admin-storefront .aq-hero .aq-nav a.aq-nav__link,
body.theme-aquamarine.tl-admin-storefront .aq-hero .aq-nav a.aq-nav__link:link,
body.theme-aquamarine.tl-admin-storefront .aq-hero .aq-nav a.aq-nav__link:visited,
body.theme-aquamarine.tl-admin-storefront .aq-hero .aq-nav a.aq-nav__link:active,
body.theme-aquamarine.tl-admin-storefront .aq-hero .aq-nav a.aq-nav__link:hover,
body.theme-aquamarine.tl-admin-storefront .aq-hero .aq-nav a.aq-nav__link:focus-visible {
    color: #fff !important;
    opacity: 1;
    font-size: .88rem;
    font-weight: 600;
    text-decoration: none;
    text-underline-offset: .28em;
    text-decoration-thickness: 2px;
    transition: opacity .15s ease, text-decoration-color .15s ease;
}

body.theme-aquamarine .aq-hero .aq-nav a.aq-nav__link:hover,
body.theme-aquamarine .aq-hero .aq-nav a.aq-nav__link:focus-visible,
body.theme-aquamarine .tl-admin-main .aq-hero .aq-nav a.aq-nav__link:hover,
body.theme-aquamarine .tl-admin-main .aq-hero .aq-nav a.aq-nav__link:focus-visible,
body.theme-aquamarine.tl-admin-storefront .aq-hero .aq-nav a.aq-nav__link:hover,
body.theme-aquamarine.tl-admin-storefront .aq-hero .aq-nav a.aq-nav__link:focus-visible {
    opacity: .92;
    text-decoration: underline;
    text-decoration-color: #fff;
}

body.theme-aquamarine .aq-nav-toggle {
    display: none;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    padding: 8px;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
}

body.theme-aquamarine .aq-nav-toggle span {
    display: block;
    height: 2px;
    background: #fff;
    border-radius: 1px;
}

body.theme-aquamarine .aq-hero__title {
    margin: 0 0 1.15rem;
    text-align: center;
    font-size: clamp(2.1rem, 4.5vw, 3rem);
    font-weight: 800;
    letter-spacing: -.03em;
    line-height: 1.1;
    color: #fff;
}

body.theme-aquamarine .aq-search {
    position: relative;
    display: flex;
    align-items: center;
    gap: .65rem;
    box-sizing: border-box;
    width: min(620px, 100%);
    max-width: 100%;
    min-width: 0;
    margin: 0 auto;
    background: #fff;
    border-radius: 999px;
    padding: .15rem .35rem .15rem 1rem;
    box-shadow: 0 4px 18px rgba(0, 0, 0, .12);
}

body.theme-aquamarine .aq-search__icon {
    width: 1.15rem;
    height: 1.15rem;
    color: #8a8a8a;
    flex: 0 0 auto;
}

body.theme-aquamarine .aq-search input[type="search"] {
    flex: 1 1 auto;
    border: 0;
    background: transparent;
    padding: .85rem .4rem;
    font: inherit;
    font-size: 1rem;
    min-width: 0;
    color: #222;
}

body.theme-aquamarine .aq-search input[type="search"]:focus { outline: none; }
body.theme-aquamarine .aq-search input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

body.theme-aquamarine .aq-search .search-suggestions {
    left: 1rem;
    right: 1rem;
    top: calc(100% + 6px);
    border-radius: 12px;
    text-align: left;
}

/* Category links under hero */
body.theme-aquamarine .aq-chips-bar {
    background: #fff;
    border-bottom: 1px solid var(--aq-line);
    padding: .85rem 0;
}

body.theme-aquamarine .aq-chips {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: .35rem 0;
}

body.theme-aquamarine .aq-chip {
    color: var(--aq-blue);
    font-size: .88rem;
    font-weight: 700;
    padding: 0 .7rem;
    border-right: 1px solid #d5d5d5;
    line-height: 1.1;
}

body.theme-aquamarine .aq-chip:last-child { border-right: 0; }
body.theme-aquamarine .aq-chip:hover { text-decoration: underline; }

/* Sections */
body.theme-aquamarine .aq-section {
    padding: 2rem 0 1.25rem;
}

body.theme-aquamarine .aq-section__title {
    margin: 0 0 1.1rem;
    font-size: 1.45rem;
    font-weight: 800;
    letter-spacing: -.02em;
}

/* On-sale image grid */
body.theme-aquamarine .aq-onsale-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .75rem;
}

body.theme-aquamarine .aq-onsale-tile__media {
    position: relative;
    aspect-ratio: 16 / 10;
    border-radius: 6px;
    overflow: hidden;
    background: linear-gradient(145deg, var(--aq-blue-deep), var(--aq-blue));
    display: block;
}

body.theme-aquamarine .aq-onsale-tile__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

body.theme-aquamarine .aq-section--teams {
    padding-top: 0;
}

body.theme-aquamarine .aq-teams__head {
    margin-bottom: 1rem;
}

body.theme-aquamarine .aq-teams__head .aq-section__title {
    margin: 0;
}

body.theme-aquamarine .aq-teams__eyebrow {
    margin: 0 0 .25rem;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--aq-muted, #6b6b6b);
}

body.theme-aquamarine .aq-teams__body {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10.5rem, 1fr));
    gap: 1.15rem 1.75rem;
}

body.theme-aquamarine .aq-teams__group {
    min-width: 0;
}

body.theme-aquamarine .aq-teams__league {
    margin: 0 0 .4rem;
    padding-bottom: .25rem;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--aq-ink, #1a1a1a);
    border-bottom: 2px solid var(--aq-blue);
    display: inline-block;
}

body.theme-aquamarine .aq-teams__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

body.theme-aquamarine .aq-team,
body.theme-aquamarine a.aq-team {
    display: block;
    padding: .28rem 0;
    color: var(--aq-ink, #1a1a1a);
    font-size: .95rem;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
}

body.theme-aquamarine a.aq-team:hover,
body.theme-aquamarine a.aq-team:focus-visible {
    color: var(--aq-blue);
    outline: none;
}

body.theme-aquamarine .aq-onsale-tile__name {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1.6rem .7rem .55rem;
    color: #fff;
    font-weight: 800;
    font-size: .92rem;
    line-height: 1.2;
    background: linear-gradient(transparent, rgba(0, 0, 0, .72));
}

/* Near you */
body.theme-aquamarine .aq-near-head {
    display: flex;
    align-items: center;
    gap: .45rem;
    margin-bottom: 1rem;
    color: var(--aq-blue);
    font-weight: 700;
}

body.theme-aquamarine .aq-near-head__pin {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
}

body.theme-aquamarine .aq-near-head__label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .35rem .55rem;
}

body.theme-aquamarine .aq-near-head .storefront-location {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
}

body.theme-aquamarine .aq-near-head .storefront-location__label {
    color: var(--aq-blue);
    font-weight: 800;
}

body.theme-aquamarine .aq-near-head .storefront-location__change,
body.theme-aquamarine .aq-near-head .storefront-location__gps {
    border: 0;
    background: transparent;
    color: var(--aq-blue);
    font: inherit;
    font-size: .85rem;
    font-weight: 700;
    cursor: pointer;
    padding: 0;
}

body.theme-aquamarine .aq-near-head .storefront-location__change {
    text-decoration: underline;
}

body.theme-aquamarine .aq-near-grid,
body.theme-aquamarine .aq-top-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

body.theme-aquamarine .aq-near-card,
body.theme-aquamarine .aq-top-card {
    background: #fff;
    border: 1px solid var(--aq-line);
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .05);
    padding: .85rem .85rem 1rem;
    min-width: 0;
}

body.theme-aquamarine .aq-near-card__title,
body.theme-aquamarine .aq-top-card__title {
    margin: 0 0 .65rem;
    font-size: 1.05rem;
    font-weight: 800;
}

body.theme-aquamarine .aq-near-card__list {
    display: flex;
    flex-direction: column;
}

body.theme-aquamarine .aq-row {
    display: grid;
    grid-template-columns: 72px 1fr 18px;
    gap: .65rem;
    align-items: center;
    padding: .7rem 0;
    border-top: 1px solid #f0f0f0;
    color: inherit;
}

body.theme-aquamarine .aq-near-card__list .aq-row:first-child {
    border-top: 0;
    padding-top: .15rem;
}

body.theme-aquamarine .aq-row__when {
    display: flex;
    flex-direction: column;
    gap: .1rem;
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--aq-muted);
    line-height: 1.2;
}

body.theme-aquamarine .aq-row__meta {
    display: flex;
    flex-direction: column;
    gap: .15rem;
    min-width: 0;
}

body.theme-aquamarine .aq-row__title {
    font-weight: 700;
    font-size: .92rem;
    line-height: 1.25;
}

body.theme-aquamarine .aq-row__place {
    font-size: .8rem;
    color: var(--aq-muted);
}

body.theme-aquamarine .aq-row__chevron {
    color: var(--aq-blue);
    display: inline-flex;
}

body.theme-aquamarine .aq-near-card__more {
    display: block;
    margin-top: .85rem;
    text-align: center;
    color: var(--aq-blue);
    font-weight: 700;
    font-size: .9rem;
}

body.theme-aquamarine .aq-near-card__more:hover { text-decoration: underline; }

body.theme-aquamarine .aq-empty {
    margin: .5rem 0 0;
    color: var(--aq-muted);
    font-size: .9rem;
}

/* Top performers */
body.theme-aquamarine .aq-top-list {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: aq-top;
}

body.theme-aquamarine .aq-top-list li {
    counter-increment: aq-top;
    display: flex;
    align-items: center;
    gap: .65rem;
    padding: .65rem .7rem;
    font-weight: 700;
}

body.theme-aquamarine .aq-top-list li::before {
    content: counter(aq-top);
    color: var(--aq-muted);
    width: 1.1rem;
    flex: 0 0 auto;
}

body.theme-aquamarine .aq-top-list li:nth-child(odd) {
    background: var(--aq-soft);
}

body.theme-aquamarine .aq-top-list a {
    color: var(--aq-blue);
}

body.theme-aquamarine .aq-top-list a:hover { text-decoration: underline; }

body.theme-aquamarine .aq-top-list__empty {
    color: var(--aq-muted);
    font-weight: 500;
}

body.theme-aquamarine .aq-top-list__empty::before { content: none; }

/* Inner pages */
body.theme-aquamarine .aq-page { padding: 1.5rem 0 2.5rem; }
body.theme-aquamarine .aq-page > h1,
body.theme-aquamarine .aq-page .aq-panel > h1 {
    margin: 0 0 1rem;
    font-size: 1.7rem;
    font-weight: 800;
}

body.theme-aquamarine .aq-hero__title--page {
    margin: 0;
    font-size: clamp(1.6rem, 3vw, 2.1rem);
}

body.theme-aquamarine .aq-hero--compact .aq-hero__title--page {
    text-align: center;
    margin-top: .35rem;
}

body.theme-aquamarine .aq-page__lead {
    margin: 0 0 1.1rem;
    color: var(--aq-muted);
    font-size: 1rem;
}

body.theme-aquamarine .aq-page > .storefront-filters {
    align-items: center;
    gap: 0.85rem;
    margin: 0 0 1.35rem;
    padding: 0.85rem 0;
    border-top: 1px solid var(--aq-line);
    border-bottom: 1px solid var(--aq-line);
}

body.theme-aquamarine .storefront-date-fields {
    width: min(540px, 100%);
    gap: 14px;
}

body.theme-aquamarine .storefront-date-field {
    min-height: 46px;
    border-color: #d5d5d5;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

body.theme-aquamarine .storefront-date-field:hover {
    border-color: #bdbdbd;
}

body.theme-aquamarine .storefront-date-field:focus-within {
    border-color: var(--aq-blue);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--aq-blue) 16%, transparent);
}

body.theme-aquamarine .storefront-date-field__input,
body.theme-aquamarine .storefront-date-field__placeholder {
    font-size: 0.95rem;
}

body.theme-aquamarine .storefront-date-field.is-filled .storefront-date-field__input {
    color: var(--aq-ink);
    font-weight: 600;
}

body.theme-aquamarine .aq-page > .storefront-filters .storefront-filters__btn--clear {
    background: transparent;
    border: 0;
    color: var(--aq-muted);
    padding: 0.4rem 0.2rem;
    box-shadow: none;
}

body.theme-aquamarine .aq-page > .storefront-filters .storefront-filters__btn--clear:hover {
    color: var(--aq-blue);
    background: transparent;
}

body.theme-aquamarine .aq-panel {
    background: #fff;
    border: 1px solid var(--aq-line);
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .05);
    padding: 1.25rem 1.35rem 1.5rem;
    max-width: 720px;
}

body.theme-aquamarine .aq-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

body.theme-aquamarine .aq-form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

body.theme-aquamarine .aq-field {
    display: flex;
    flex-direction: column;
    gap: .35rem;
    min-width: 0;
}

body.theme-aquamarine .aq-field__label {
    font-size: .88rem;
    font-weight: 700;
    color: #333;
}

body.theme-aquamarine .aq-req {
    color: #c0392b;
}

body.theme-aquamarine .aq-field input,
body.theme-aquamarine .aq-field textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    padding: .7rem .8rem;
    font: inherit;
    color: var(--aq-ink);
    background: #fff;
}

body.theme-aquamarine .aq-field input:focus,
body.theme-aquamarine .aq-field textarea:focus {
    outline: 2px solid color-mix(in srgb, var(--aq-blue) 35%, transparent);
    border-color: var(--aq-blue);
}

body.theme-aquamarine .aq-field textarea {
    resize: vertical;
    min-height: 140px;
}

body.theme-aquamarine .aq-form__actions {
    display: flex;
    justify-content: flex-start;
    padding-top: .25rem;
}

body.theme-aquamarine .aq-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 4px;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    padding: .7rem 1.25rem;
    text-decoration: none;
}

body.theme-aquamarine .aq-btn--primary {
    background: var(--aq-blue);
    color: #fff;
}

body.theme-aquamarine .aq-btn--primary:hover {
    background: var(--aq-blue-deep);
}

body.theme-aquamarine .aq-notice {
    margin: 0 0 1rem;
    padding: .75rem .9rem;
    border-radius: 4px;
    font-size: .92rem;
    max-width: 720px;
}

body.theme-aquamarine .aq-notice--success,
body.theme-aquamarine .aq-notice--info {
    background: #eef7ff;
    color: #0b3d91;
    border: 1px solid #cfe3ff;
}

body.theme-aquamarine .aq-notice--error {
    background: #fff1f0;
    color: #a11919;
    border: 1px solid #f5c2c0;
}

body.theme-aquamarine .aq-recaptcha {
    margin-top: .25rem;
}

body.theme-aquamarine .aq-recaptcha.is-invalid {
    outline: 2px solid #c0392b;
    outline-offset: 4px;
}

body.theme-aquamarine .aq-recaptcha__hint {
    margin: .45rem 0 0;
    color: #c0392b;
    font-size: .86rem;
}

body.theme-aquamarine .aq-btn,
body.theme-aquamarine .aq-form button[type="submit"],
body.theme-aquamarine .aq-page form:not(.storefront-filters):not(.sf-cart-login__form):not(.sf-cart__clear-form) > button[type="submit"],
body.theme-aquamarine .aq-page form:not(.storefront-filters):not(.sf-cart-login__form) button[type="submit"].btn {
    background: var(--aq-blue);
    color: #fff;
    border: 0;
    padding: .55rem 1rem;
    border-radius: 4px;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

body.theme-aquamarine .sf-cart-login,
body.theme-aquamarine .sf-cart {
    color: var(--theme-text, #1a1a1a);
}

body.theme-aquamarine .sf-cart-login button,
body.theme-aquamarine .sf-cart button {
    font: inherit;
}

/* Admin chrome isolation */
body.theme-aquamarine .tl-admin-topbar img,
body.theme-aquamarine .tl-admin-sidebar img {
    max-width: none;
    height: unset;
    filter: none;
}

body.theme-aquamarine .tl-admin-topbar button,
body.theme-aquamarine .tl-admin-sidebar button {
    background: transparent;
    color: inherit;
    padding: .7rem 0;
    border-radius: 0;
    font-weight: inherit;
}

body.theme-aquamarine .tl-admin-topbar__toggle { padding: 8px; }

body.theme-aquamarine.tl-admin-storefront .aq-header,
body.theme-aquamarine.tl-admin-storefront .aq-hero--tickets {
    top: auto;
}

/* Footer */
body.theme-aquamarine .aq-footer {
    margin-top: 2rem;
    background: #f7f7f7;
    border-top: 1px solid var(--aq-line);
    color: #444;
    padding: 2.25rem 0 1.25rem;
}

body.theme-aquamarine .aq-footer a { color: #444; }
body.theme-aquamarine .aq-footer a:hover { color: var(--aq-blue); }

body.theme-aquamarine .aq-footer__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e0e0e0;
}

body.theme-aquamarine .aq-footer__col h3 {
    margin: 0 0 .55rem;
    font-size: .92rem;
    color: #222;
}

body.theme-aquamarine .aq-footer__col ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: .35rem;
    font-size: .88rem;
}

body.theme-aquamarine .aq-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    padding-top: 1rem;
    font-size: .82rem;
    color: #777;
}

body.theme-aquamarine .aq-footer__brand img {
    height: 28px;
    width: auto;
}

body.theme-aquamarine .aq-footer__bottom p { margin: 0; }

body.theme-aquamarine .aq-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 auto;
}

body.theme-aquamarine .aq-social__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: var(--aq-blue);
    border: 1px solid var(--aq-blue);
    color: #fff !important;
    text-decoration: none !important;
    transition: background .15s ease, color .15s ease, border-color .15s ease;
}

body.theme-aquamarine .aq-social__link:hover,
body.theme-aquamarine .aq-social__link:focus-visible {
    background: #0a4f8a;
    border-color: #0a4f8a;
    color: #fff !important;
    text-decoration: none !important;
}

/* —— Category hubs (sports / concerts / theater) —— */
body.theme-aquamarine .aq-hero--hub {
    padding-bottom: 1.75rem;
}

body.theme-aquamarine .aq-hub-hero {
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
}

body.theme-aquamarine .aq-hub-hero__eyebrow {
    margin: 0 0 .35rem;
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    opacity: .9;
}

body.theme-aquamarine .aq-hub-hero__lead {
    margin: .55rem 0 0;
    font-size: 1rem;
    opacity: .92;
}

body.theme-aquamarine .aq-hub {
    padding-top: 1.25rem;
}

body.theme-aquamarine .aq-hub__crumbs {
    margin-bottom: 1.35rem;
}

body.theme-aquamarine .aq-hub-browse,
body.theme-aquamarine .aq-hub-events {
    margin-bottom: 2rem;
}

body.theme-aquamarine .aq-hub-browse__head {
    margin-bottom: 1rem;
}

body.theme-aquamarine .aq-hub-browse__head h2 {
    margin: 0 0 .3rem;
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -.02em;
}

body.theme-aquamarine .aq-hub-browse__head p {
    margin: 0;
    color: var(--aq-muted);
    font-size: .95rem;
}

body.theme-aquamarine .aq-hub-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .75rem;
}

body.theme-aquamarine .aq-hub-grid--artists {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.theme-aquamarine .aq-hub-tile {
    display: grid;
    grid-template-columns: 44px 1fr 18px;
    align-items: center;
    gap: .75rem;
    padding: .9rem 1rem;
    border: 1px solid var(--aq-line);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .04);
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
    min-height: 76px;
}

body.theme-aquamarine .aq-hub-tile:hover {
    transform: translateY(-2px);
    border-color: color-mix(in srgb, var(--aq-blue) 45%, #ddd);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
}

body.theme-aquamarine .aq-hub-tile__icon,
body.theme-aquamarine .aq-hub-tile__avatar {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: color-mix(in srgb, var(--aq-blue) 12%, #fff);
    color: var(--aq-blue);
    flex-shrink: 0;
}

body.theme-aquamarine .aq-hub-tile__icon svg {
    width: 22px;
    height: 22px;
}

body.theme-aquamarine .aq-hub-tile__avatar {
    font-weight: 800;
    font-size: 1.05rem;
}

body.theme-aquamarine .aq-hub-tile--concerts .aq-hub-tile__icon,
body.theme-aquamarine .aq-hub-tile--concerts .aq-hub-tile__avatar {
    background: color-mix(in srgb, #7c3aed 14%, #fff);
    color: #6d28d9;
}

body.theme-aquamarine .aq-hub-tile--theater .aq-hub-tile__icon,
body.theme-aquamarine .aq-hub-tile--theater .aq-hub-tile__avatar {
    background: color-mix(in srgb, #db2777 14%, #fff);
    color: #be185d;
}

body.theme-aquamarine .aq-hub-tile__body {
    display: flex;
    flex-direction: column;
    gap: .15rem;
    min-width: 0;
}

body.theme-aquamarine .aq-hub-tile__label {
    font-weight: 800;
    font-size: 1rem;
    line-height: 1.25;
}

body.theme-aquamarine .aq-hub-tile__meta {
    font-size: .82rem;
    color: var(--aq-muted);
}

body.theme-aquamarine .aq-hub-tile__chevron {
    color: var(--aq-blue);
    display: inline-flex;
}

body.theme-aquamarine .aq-hub-events__list {
    margin-top: .25rem;
}

body.theme-aquamarine .aq-hub-pager {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .85rem;
    margin-top: 1.1rem;
}

body.theme-aquamarine .aq-hub-pager__meta {
    color: var(--aq-muted);
    font-size: .9rem;
    font-weight: 600;
}

body.theme-aquamarine .aq-btn--ghost {
    background: #fff;
    color: var(--aq-blue);
    border: 1px solid var(--aq-blue);
    padding: .55rem 1rem;
}

body.theme-aquamarine .aq-btn--ghost:hover {
    background: color-mix(in srgb, var(--aq-blue) 8%, #fff);
}

body.theme-aquamarine .aq-team-columns {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

body.theme-aquamarine .aq-team-column {
    border: 1px solid var(--aq-line);
    border-radius: 10px;
    background: #fff;
    padding: .9rem 1rem 1rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .04);
}

body.theme-aquamarine .aq-team-column__title {
    margin: 0 0 .65rem;
    font-size: .95rem;
    font-weight: 800;
    color: var(--aq-blue);
}

body.theme-aquamarine .aq-team-column__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: .35rem;
}

body.theme-aquamarine .aq-team-column__list a {
    display: block;
    padding: .4rem .45rem;
    border-radius: 6px;
    font-weight: 600;
    font-size: .92rem;
}

body.theme-aquamarine .aq-team-column__list a:hover {
    background: var(--aq-soft);
    color: var(--aq-blue);
}

body.theme-aquamarine .storefront-breadcrumbs {
    margin: 0;
    padding: 0;
    color: var(--aq-muted);
}

body.theme-aquamarine .storefront-breadcrumbs__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .4rem .35rem;
    list-style: none;
    margin: 0;
    padding: .35rem;
    font-size: .82rem;
    line-height: 1.2;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(244, 247, 251, .96));
    border: 1px solid color-mix(in srgb, var(--aq-blue) 16%, var(--aq-line));
    border-radius: 999px;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, .8) inset,
        0 8px 22px -16px color-mix(in srgb, var(--aq-blue) 55%, #000);
}

body.theme-aquamarine .storefront-breadcrumbs__item {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    min-width: 0;
}

body.theme-aquamarine .storefront-breadcrumbs__item a,
body.theme-aquamarine .storefront-breadcrumbs__item.is-current > span {
    display: inline-flex;
    align-items: center;
    max-width: 16rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: .42rem .85rem;
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: .01em;
}

body.theme-aquamarine .storefront-breadcrumbs__item a {
    color: var(--aq-blue-deep);
    background: #fff;
    border: 1px solid color-mix(in srgb, var(--aq-blue) 14%, #e8eef5);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .9) inset;
    transition: background .16s ease, color .16s ease, border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

body.theme-aquamarine .storefront-breadcrumbs__item a:hover {
    color: #fff;
    background: var(--aq-blue);
    border-color: var(--aq-blue);
    box-shadow: 0 6px 16px -10px color-mix(in srgb, var(--aq-blue) 80%, #000);
    transform: translateY(-1px);
}

body.theme-aquamarine .storefront-breadcrumbs__item a:focus-visible {
    outline: 2px solid var(--aq-blue);
    outline-offset: 2px;
}

body.theme-aquamarine .storefront-breadcrumbs__item.is-current > span {
    color: #fff;
    background: linear-gradient(180deg, color-mix(in srgb, var(--aq-blue) 88%, #fff), var(--aq-blue-deep));
    border: 1px solid var(--aq-blue-deep);
    box-shadow: 0 6px 16px -10px color-mix(in srgb, var(--aq-blue) 75%, #000);
}

body.theme-aquamarine .storefront-breadcrumbs__sep {
    width: .42rem;
    height: .42rem;
    margin: 0 .1rem;
    font-size: 0;
    color: transparent;
    border-top: 1.5px solid color-mix(in srgb, var(--aq-blue) 42%, #9aa8b8);
    border-right: 1.5px solid color-mix(in srgb, var(--aq-blue) 42%, #9aa8b8);
    transform: rotate(45deg);
    opacity: 1;
}

@media (max-width: 640px) {
    body.theme-aquamarine .storefront-breadcrumbs__list {
        border-radius: 16px;
        padding: .4rem;
        gap: .35rem;
    }

    body.theme-aquamarine .storefront-breadcrumbs__item a,
    body.theme-aquamarine .storefront-breadcrumbs__item.is-current > span {
        max-width: 11.5rem;
        padding: .38rem .7rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.theme-aquamarine .storefront-breadcrumbs__item a {
        transition: none;
    }

    body.theme-aquamarine .storefront-breadcrumbs__item a:hover {
        transform: none;
    }
}

body.theme-aquamarine .aq-entity {
    padding-top: 1.25rem;
}

body.theme-aquamarine .aq-entity-header {
    display: grid;
    gap: 1rem;
    margin: 0 0 1.35rem;
    align-items: start;
}

body.theme-aquamarine .aq-entity-header--media {
    grid-template-columns: minmax(0, 1fr) minmax(140px, 280px);
    gap: 1.25rem 1.75rem;
}

body.theme-aquamarine .aq-entity-header__eyebrow {
    margin: 0 0 .35rem;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--aq-muted);
}

body.theme-aquamarine .aq-entity-header__title {
    margin: 0;
    font-size: clamp(1.75rem, 3vw, 2.4rem);
    line-height: 1.15;
    letter-spacing: -0.02em;
    font-weight: 800;
    color: var(--aq-ink);
}

body.theme-aquamarine .aq-entity-header__meta {
    margin: .55rem 0 0;
    color: var(--aq-muted);
    font-size: .98rem;
    line-height: 1.45;
}

body.theme-aquamarine .aq-entity-header__media {
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: var(--aq-soft);
    border: 1px solid var(--aq-line);
}

body.theme-aquamarine .aq-entity-header__media img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
}

body.theme-aquamarine .aq-entity-location {
    margin: 0 0 1rem;
}

body.theme-aquamarine .aq-entity-location__btn {
    appearance: none;
    border: 0;
    background: transparent;
    color: var(--aq-blue);
    cursor: pointer;
    padding: 0;
    font: inherit;
    font-weight: 700;
    text-decoration: underline;
}

body.theme-aquamarine .aq-richtext {
    margin: 0 0 1.25rem;
    color: var(--aq-ink);
    line-height: 1.55;
    font-size: .98rem;
}

body.theme-aquamarine .aq-richtext--top { margin-top: .25rem; }
body.theme-aquamarine .aq-richtext--bottom { margin-top: 1.5rem; }

body.theme-aquamarine .aq-entity-events,
body.theme-aquamarine .aq-hub-events {
    margin-top: .35rem;
}

body.theme-aquamarine .event-listing {
    margin: 0 0 1.25rem;
}

body.theme-aquamarine .aq-hub-events .event-listing__toolbar,
body.theme-aquamarine .aq-entity-events .event-listing__toolbar {
    margin-bottom: 1rem;
}

body.theme-aquamarine .aq-entity-cities,
body.theme-aquamarine .aq-local-guides {
    margin: .25rem 0 1.5rem;
}

body.theme-aquamarine .aq-entity-cities .sf-state-cities__title,
body.theme-aquamarine .aq-local-guides .sf-local-guides__title {
    color: var(--aq-ink);
}

body.theme-aquamarine .aq-entity-cities .sf-state-cities__link,
body.theme-aquamarine .aq-local-guides .sf-local-guides__link {
    color: var(--aq-ink);
}

body.theme-aquamarine .aq-entity-cities .sf-state-cities__link:hover,
body.theme-aquamarine .aq-local-guides .sf-local-guides__link:hover {
    color: var(--aq-blue);
}

@media (max-width: 782px) {
    body.theme-aquamarine .aq-entity-header--media {
        grid-template-columns: 1fr;
    }

    body.theme-aquamarine .aq-entity-header__media {
        order: -1;
        max-width: 420px;
    }
}

@media (max-width: 900px) {
    body.theme-aquamarine .aq-onsale-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    body.theme-aquamarine .aq-near-grid,
    body.theme-aquamarine .aq-top-grid,
    body.theme-aquamarine .aq-footer__grid,
    body.theme-aquamarine .aq-hub-grid,
    body.theme-aquamarine .aq-team-columns { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
    body.theme-aquamarine .aq-hub-grid,
    body.theme-aquamarine .aq-hub-grid--artists,
    body.theme-aquamarine .aq-team-columns,
    body.theme-aquamarine .aq-near-grid,
    body.theme-aquamarine .aq-top-grid { grid-template-columns: 1fr; }

    body.theme-aquamarine .aq-teams__body {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.theme-aquamarine .aq-hub-tile {
        grid-template-columns: 40px 1fr 18px;
        padding: .8rem .85rem;
    }
}

@media (max-width: 400px) {
    body.theme-aquamarine .aq-teams__body {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 720px) {
    body.theme-aquamarine .aq-nav-toggle { display: inline-flex; }

    body.theme-aquamarine .aq-hero__top {
        position: relative;
        gap: .5rem;
        margin-bottom: 1.25rem;
    }

    body.theme-aquamarine .aq-brand__logo {
        height: 36px;
        max-width: 140px;
    }

    body.theme-aquamarine .aq-hero__tools {
        margin-left: auto;
        gap: .15rem;
        min-width: 0;
    }

    body.theme-aquamarine .aq-hero__tools .storefront-location__label {
        display: none;
    }

    body.theme-aquamarine .aq-near-grid,
    body.theme-aquamarine .aq-top-grid {
        grid-template-columns: 1fr;
    }

    body.theme-aquamarine .aq-hero .aq-search,
    body.theme-aquamarine .aq-hero--compact .aq-search {
        width: 100%;
        max-width: 100%;
        margin-inline: auto;
    }

    body.theme-aquamarine .aq-nav {
        display: none;
        position: absolute;
        top: calc(100% + .35rem);
        left: 0;
        right: 0;
        margin-left: 0;
        flex-direction: column;
        align-items: stretch;
        background: var(--aq-blue-deep);
        padding: .5rem .75rem .85rem;
        border-radius: 8px;
        z-index: 40;
    }

    body.theme-aquamarine.aq-nav-open .aq-nav { display: flex; }

    body.theme-aquamarine .aq-hero .aq-nav a.aq-nav__link,
    body.theme-aquamarine .aq-hero .aq-nav a.aq-nav__link:hover,
    body.theme-aquamarine .aq-hero .aq-nav a.aq-nav__link:focus-visible,
    body.theme-aquamarine .tl-admin-main .aq-hero .aq-nav a.aq-nav__link,
    body.theme-aquamarine .tl-admin-main .aq-hero .aq-nav a.aq-nav__link:hover,
    body.theme-aquamarine .tl-admin-main .aq-hero .aq-nav a.aq-nav__link:focus-visible,
    body.theme-aquamarine.tl-admin-storefront .aq-hero .aq-nav a.aq-nav__link,
    body.theme-aquamarine.tl-admin-storefront .aq-hero .aq-nav a.aq-nav__link:hover,
    body.theme-aquamarine.tl-admin-storefront .aq-hero .aq-nav a.aq-nav__link:focus-visible {
        color: #fff !important;
        padding: .55rem 0;
        border-bottom: 1px solid rgba(255, 255, 255, .18);
    }

    body.theme-aquamarine .aq-hero .aq-nav a.aq-nav__link:last-child {
        border-bottom: 0;
    }

    body.theme-aquamarine .aq-chip {
        border-right: 0;
        padding: .25rem .55rem;
    }

    body.theme-aquamarine .aq-form__row {
        grid-template-columns: 1fr;
    }

    body.theme-aquamarine .aq-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}