body {
    background: radial-gradient(circle at 20% -10%, #22d3ee, #020617 55%);
}

.page-shell {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.hero-card {
    position: relative;
    border-radius: 32px;
    padding: 3rem clamp(2rem, 4vw, 4rem);
    background: linear-gradient(120deg, rgba(15, 118, 110, 0.8), rgba(15, 23, 42, 0.95));
    overflow: visible;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    align-items: center;
    border: 1px solid rgba(45, 212, 191, 0.25);
    box-shadow: 0 25px 120px rgba(15, 118, 110, 0.4);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.15), transparent 40%);
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.hero-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.hero-tools {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
}

.hero-tools .share-trigger,
.hero-tools .language-button,
.hero-tools .cart-link,
.hero-tools .icon-button,
.hero-tools .loyalty-indicator {
    border-color: rgba(252, 211, 77, 0.58);
    background: rgba(252, 211, 77, 0.14);
    color: #fde68a;
    box-shadow: 0 12px 30px rgba(2, 6, 23, 0.22);
}

.hero-tools .share-trigger:hover,
.hero-tools .share-trigger[aria-expanded="true"],
.hero-tools .language-button:hover,
.hero-tools .language-button.active,
.hero-tools .cart-link:hover,
.hero-tools .icon-button:hover,
.hero-tools .loyalty-indicator:hover {
    border-color: rgba(252, 211, 77, 0.9);
    background: rgba(252, 211, 77, 0.24);
    color: #fef3c7;
}

.hero-tools .share-dropdown {
    left: auto;
    right: 0;
}

h1 {
    margin: 0;
    font-size: clamp(3rem, 5vw, 4.5rem);
    line-height: 1.05;
}

.hero-motto {
    margin: 0.75rem 0 0;
    font-size: 1.35rem;
    color: rgba(248, 250, 252, 0.9);
    font-weight: 500;
}

.hero-meta {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 1rem;
}

.hero-meta div {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.hero-meta strong {
    font-size: 0.7rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(248, 250, 252, 0.6);
}

.hero-meta span {
    font-size: 1rem;
    letter-spacing: 0.02em;
    color: rgba(248, 250, 252, 0.85);
}

.hero-schedule {
    border-radius: 18px;
    padding: 1rem 1.25rem;
    background: rgba(15, 23, 42, 0.5);
    border: 1px solid rgba(148, 163, 184, 0.3);
}

.hero-schedule strong {
    font-size: 0.7rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(248, 250, 252, 0.6);
}

.hero-schedule ul {
    list-style: none;
    padding: 0;
    margin: 0.75rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.hero-schedule li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    font-size: 0.95rem;
    color: rgba(248, 250, 252, 0.9);
}

.language-switcher {
    display: inline-flex;
    gap: 0.5rem;
}

.language-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 999px;
    border: 1px solid rgba(241, 245, 249, 0.4);
    background: rgba(248, 250, 252, 0.1);
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.language-button.active {
    border-color: rgba(252, 211, 77, 0.9);
    background: rgba(252, 211, 77, 0.15);
}

.language-button:disabled {
    opacity: 0.6;
    cursor: default;
}



.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.favorite-form-icon {
    margin: 0;
}

.icon-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 999px;
    border: 1px solid rgba(248, 250, 252, 0.3);
    background: rgba(248, 250, 252, 0.08);
    color: #f8fafc;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.icon-button svg {
    width: 20px;
    height: 20px;
}

.loyalty-indicator {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    padding: 0 0.8rem;
    border-radius: 999px;
    border: 1px solid rgba(248, 250, 252, 0.3);
    background: rgba(248, 250, 252, 0.08);
    color: #f8fafc;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.loyalty-indicator:hover {
    border-color: rgba(45, 212, 191, 0.6);
    background: rgba(45, 212, 191, 0.15);
}

.loyalty-tooltip {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 10px);
    transform: translate(-50%, 6px);
    opacity: 0;
    pointer-events: none;
    padding: 0.35rem 0.6rem;
    border-radius: 10px;
    background: rgba(15, 23, 42, 0.95);
    color: #f8fafc;
    font-size: 0.75rem;
    white-space: nowrap;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.5);
    transition: opacity 0.2s ease, transform 0.2s ease;
    z-index: 3;
}

.loyalty-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px 6px 0;
    border-style: solid;
    border-color: rgba(15, 23, 42, 0.95) transparent transparent;
}

.loyalty-indicator:hover .loyalty-tooltip {
    opacity: 1;
    transform: translate(-50%, 0);
}

.favorite-toggle svg path {
    fill: transparent;
    stroke: #f87171;
    stroke-width: 1.5;
}

.favorite-toggle:hover {
    border-color: rgba(248, 113, 113, 0.7);
    background: rgba(248, 113, 113, 0.15);
}

.favorite-toggle.is-active svg path {
    fill: #f43f5e;
    stroke: #f43f5e;
}

.icon-button[disabled] {
    opacity: 0.7;
    cursor: default;
}

.hero-image {
    position: relative;
    z-index: 1;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 20px 80px rgba(15, 23, 42, 0.65);
    height: 480px;
}

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

.cart-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem;
    border-radius: 999px;
    border: 1px solid rgba(248, 250, 252, 0.3);
    background: rgba(248, 250, 252, 0.08);
    color: #f8fafc;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.cart-link:hover {
    border-color: rgba(252, 211, 77, 0.85);
    background: rgba(252, 211, 77, 0.2);
    color: #fcd34d;
}

.cart-count {
    position: absolute;
    top: -0.4rem;
    right: -0.15rem;
    min-width: 1.5rem;
    padding: 0.1rem 0.35rem;
    border-radius: 999px;
    background: #fcd34d;
    color: #0f172a;
    font-size: 0.75rem;
    font-weight: 700;
    text-align: center;
}

.panel {
    border-radius: 28px;
    padding: 2.5rem clamp(1.5rem, 4vw, 3rem);
    background: rgba(2, 6, 23, 0.85);
    border: 1px solid rgba(100, 116, 139, 0.25);
    box-shadow: 0 30px 80px rgba(2, 6, 23, 0.55);
}

.panel-header {
    margin-bottom: 2rem;
}

.info-panel-body {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.info-panel-location {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 1rem 1.5rem;
    border-radius: 20px;
    background: rgba(15, 23, 42, 0.55);
    border: 1px solid rgba(148, 163, 184, 0.3);
}

.info-panel-location strong {
    font-size: 0.7rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(248, 250, 252, 0.6);
}

.info-panel-location span {
    display: block;
    margin-top: 0.35rem;
    font-size: 1rem;
    color: rgba(248, 250, 252, 0.85);
}

.panel-header.with-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: space-between;
    align-items: flex-end;
}

.eyebrow {
    font-size: 0.75rem;
    letter-spacing: 0.6em;
    text-transform: uppercase;
    color: #fcd34d;
    display: block;
    margin-bottom: 0.6rem;
}

h2 {
    margin: 0;
    font-size: clamp(2rem, 3vw, 2.75rem);
}

.muted.small {
    font-size: 0.85rem;
}

.gallery-grid {
    columns: 3;
    column-gap: 1rem;
}

.gallery-tile {
    margin: 0 0 1rem;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.2);
    background: linear-gradient(120deg, rgba(13, 148, 136, 0.3), rgba(7, 89, 133, 0.6));
    color: #e0f2fe;
    padding: 1.5rem;
    display: block;
    width: 100%;
    break-inside: avoid;
    page-break-inside: avoid;
}

.gallery-tile.gallery-image {
    padding: 0;
    background: rgba(15, 23, 42, 0.38);
}

.gallery-tile.gallery-image img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 900px) {
    .gallery-grid {
        columns: 2;
    }
}

@media (max-width: 560px) {
    .gallery-grid {
        columns: 1;
    }
}

.gallery-tile.gradient {
    background: linear-gradient(135deg, rgba(248, 113, 113, 0.7), rgba(34, 197, 94, 0.7));
}

.gallery-tile .tag {
    margin: 0;
    font-size: 0.7rem;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: rgba(248, 250, 252, 0.7);
}

.gallery-tile h3 {
    margin: 0.4rem 0 0.25rem;
    font-size: 1.4rem;
}

.gallery-tile p {
    margin: 0;
    font-size: 0.95rem;
    color: rgba(241, 245, 249, 0.9);
}

.filters-wrap {
    position: relative;
}

.menu-search {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 1rem;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(148, 163, 184, 0.35);
    border-radius: 16px;
    background: rgba(15, 23, 42, 0.62);
    color: rgba(248, 250, 252, 0.68);
}

.menu-search:focus-within {
    border-color: rgba(252, 211, 77, 0.72);
    box-shadow: 0 0 0 3px rgba(252, 211, 77, 0.12);
}

.menu-search svg {
    flex: 0 0 auto;
}

.menu-search input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: #f8fafc;
    font: inherit;
    font-size: 0.98rem;
}

.menu-search input::placeholder {
    color: rgba(248, 250, 252, 0.48);
}

.menu-empty-state {
    margin-top: 1rem;
}

.filters {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    scrollbar-width: none;
    padding-bottom: 1.5rem;
}

.filters::-webkit-scrollbar {
    display: none;
}

.filters-more {
    position: absolute;
    right: 0;
    top: 0;
    height: calc(100% - 1.5rem);
    width: 3rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 0.5rem;
    border: none;
    background: linear-gradient(to right, transparent, rgba(2, 6, 23, 0.92) 45%);
    color: rgba(252, 211, 77, 0.85);
    cursor: pointer;
}

.filters-more[hidden] {
    display: none;
}

.filter-pill {
    flex-shrink: 0;
    white-space: nowrap;
    border: 1px solid rgba(148, 163, 184, 0.35);
    border-radius: 999px;
    padding: 0.4rem 1.1rem;
    background: rgba(15, 23, 42, 0.5);
    color: rgba(248, 250, 252, 0.75);
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: 500;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.filter-pill:hover {
    border-color: rgba(252, 211, 77, 0.5);
    color: #fcd34d;
}

.filter-pill.is-active {
    background: rgba(252, 211, 77, 0.15);
    border-color: rgba(252, 211, 77, 0.7);
    color: #fcd34d;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.25rem;
}

#productGrid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.cards-grid.two-column {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.cards-grid.two-column.promo-grid {
    grid-template-columns: repeat(3, minmax(220px, 1fr));
}

@media (max-width: 1100px) {
    .cards-grid.two-column.promo-grid {
        grid-template-columns: repeat(2, minmax(220px, 1fr));
    }
}

@media (max-width: 720px) {
    #productGrid {
        grid-template-columns: 1fr;
    }

    .cards-grid.two-column.promo-grid {
        grid-template-columns: 1fr;
    }
}

.card {
    border-radius: 22px;
    border: 1px solid rgba(148, 163, 184, 0.25);
    padding: 1.5rem;
    background: rgba(15, 23, 42, 0.8);
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.05);
}

#productGrid .card {
    padding: 0;
    gap: 0;
    overflow: hidden;
}

.card-media {
    overflow: hidden;
    background: rgba(15, 23, 42, 0.35);
    aspect-ratio: 3 / 2;
}

.card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.card-body {
    flex: 1;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
}

.card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    padding-bottom: 1rem;
}

.card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(148, 163, 184, 0.15);
}

#productGrid .card[data-product-expandable="true"] {
    cursor: pointer;
}

#productGrid .card[data-product-expandable="true"]:focus-visible {
    outline: 2px solid rgba(252, 211, 77, 0.9);
    outline-offset: 2px;
}

#productGrid .card.is-expanded .card-media {
    aspect-ratio: auto;
}

#productGrid .card.is-expanded .card-media img {
    height: clamp(240px, 34vw, 420px);
    object-fit: contain;
}


.card.accent {
    background: linear-gradient(145deg, rgba(59, 130, 246, 0.25), rgba(147, 51, 234, 0.25));
}

.card.highlight {
    background: linear-gradient(145deg, rgba(250, 204, 21, 0.2), rgba(249, 115, 22, 0.2));
    border-color: rgba(249, 115, 22, 0.4);
}

.grouped-promo-card {
    gap: 1rem;
}

.grouped-promo-row {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 1rem;
    align-items: stretch;
}

.grouped-promo-reqs {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.grouped-promo-reward {
    display: flex;
    align-items: stretch;
}

.grouped-promo-reward .grouped-promo-item {
    width: 100%;
}

.grouped-promo-item {
    border-radius: 14px;
    padding: 0.45rem 0.65rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    background: rgba(250, 204, 21, 0.15);
    border: 1px solid rgba(249, 115, 22, 0.25);
}

.grouped-promo-item.reward {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
}

.grouped-promo-count {
    min-width: 2.2rem;
    padding: 0.1rem 0.45rem;
    border-radius: 999px;
    background: rgba(249, 115, 22, 0.2);
    font-weight: 700;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
}

.grouped-promo-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(226, 232, 240, 0.8);
}

@media (max-width: 720px) {
    .grouped-promo-row {
        grid-template-columns: 1fr;
    }
}

.events-grid .card {
    gap: 1rem;
}

.size-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    z-index: 50;
}

.size-modal {
    width: min(360px, 92vw);
    border-radius: 20px;
    border: 1px solid rgba(148, 163, 184, 0.3);
    background: rgba(15, 23, 42, 0.95);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.5);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.size-modal header h3 {
    margin: 0;
    font-size: 1.1rem;
}

.size-modal header p {
    margin: 0.35rem 0 0;
    color: rgba(226, 232, 240, 0.8);
    font-size: 0.9rem;
}

.size-options {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.size-option {
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.35);
    background: rgba(15, 23, 42, 0.6);
    color: #f8fafc;
    padding: 0.65rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.95rem;
    cursor: pointer;
}

.size-option:hover {
    border-color: rgba(250, 204, 21, 0.6);
}

.size-actions {
    display: flex;
    justify-content: flex-end;
}

.size-actions .secondary {
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.4);
    background: transparent;
    color: rgba(226, 232, 240, 0.8);
    padding: 0.5rem 1rem;
    cursor: pointer;
}

.size-actions [data-extra-apply],
.size-actions [data-ticket-confirm] {
    border-radius: 999px;
    border: 1px solid rgba(250, 204, 21, 0.45);
    background: rgba(250, 204, 21, 0.16);
    color: #f8fafc;
    padding: 0.5rem 1rem;
}

.event-card-image {
    border-radius: 20px;
    overflow: hidden;
    height: clamp(280px, 38vw, 420px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(15, 23, 42, 0.45);
    border: 1px solid rgba(148, 163, 184, 0.3);
}

.event-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

@media (min-width: 768px) {
    .event-card-image img {
        object-fit: contain;
    }
}

.event-card-meta {
    margin: 1rem 0 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 0.75rem;
}

.event-card-meta dt {
    font-size: 0.7rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(248, 250, 252, 0.6);
    margin-bottom: 0.25rem;
}

.event-card-meta dd {
    margin: 0;
    font-size: 0.95rem;
    color: rgba(248, 250, 252, 0.9);
}

.event-card-actions {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.event-card-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.event-action {
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.4);
    background: rgba(15, 23, 42, 0.6);
    color: #f8fafc;
    padding: 0.45rem 1.25rem;
    font-size: 0.85rem;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.event-login-action {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    border-radius: 999px;
    border: 1px solid rgba(250, 204, 21, 0.55);
    background: rgba(250, 204, 21, 0.16);
    color: #f8fafc;
    padding: 0.45rem 1.25rem;
    font-size: 0.85rem;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.event-login-action:hover {
    border-color: rgba(250, 204, 21, 0.85);
    background: rgba(250, 204, 21, 0.24);
}

.event-action.secondary {
    border-color: rgba(16, 185, 129, 0.6);
}

.event-action.active {
    border-color: rgba(252, 211, 77, 0.9);
    background: rgba(251, 191, 36, 0.15);
    color: #fcd34d;
}

.event-action:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.event-status-text {
    margin: 0;
    font-size: 0.85rem;
    color: rgba(226, 232, 240, 0.8);
}

.event-card-actions.is-full .event-status-text,
.event-status-text .is-warning,
.event-status-text.is-warning {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    padding: 0.65rem 0.85rem;
    border: 1px solid rgba(251, 191, 36, 0.45);
    border-radius: 14px;
    background: rgba(251, 191, 36, 0.14);
    color: #fde68a;
    box-shadow: 0 12px 28px rgba(251, 191, 36, 0.08);
}

.event-paid-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
    border: 1px solid rgba(16, 185, 129, 0.5);
    background: rgba(16, 185, 129, 0.15);
    color: #6ee7b7;
    font-size: 0.75rem;
    margin-left: 0.5rem;
}

.event-paid-chip[hidden] {
    display: none;
}

.event-status-hint {
    margin: 0;
    font-size: 0.75rem;
    color: rgba(226, 232, 240, 0.6);
}

.badge {
    font-size: 0.75rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #fcd34d;
    margin: 0;
}

.price {
    display: flex;
    align-items: baseline;
    gap: 0.4rem;
    flex-wrap: wrap;
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: #fcd34d;
}

.price-current {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fcd34d;
}

.price-original {
    font-size: 0.82rem;
    font-weight: 400;
    color: rgba(148, 163, 184, 0.6);
    text-decoration: line-through;
}

.card-actions {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    flex-shrink: 0;
}

.qty {
    min-width: 1.65rem;
    padding: 0.2rem 0.45rem;
    border-radius: 999px;
    background: rgba(252, 211, 77, 0.18);
    border: 1px solid rgba(252, 211, 77, 0.35);
    color: #fef3c7;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}



.add-to-cart {
    margin-top: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.6rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(248, 250, 252, 0.2);
    background: rgba(8, 47, 73, 0.8);
    color: #f8fafc;
    font-size: 0.85rem;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.add-to-cart-icon {
    margin-top: 0;
    padding: 0.35rem 0.65rem;
}

.add-to-cart-icon svg {
    color: #fcd34d;
}

.add-to-cart-icon.is-added {
    border-color: rgba(52, 211, 153, 0.8);
    background: rgba(16, 185, 129, 0.15);
}

.add-to-cart-icon.is-added svg {
    color: #34d399;
}

.add-to-cart:hover {
    border-color: rgba(252, 211, 77, 0.9);
    background: rgba(252, 211, 77, 0.15);
    color: #fcd34d;
}

.schedule-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1rem;
}

.schedule-card {
    border-radius: 18px;
    padding: 1.25rem;
    border: 1px solid rgba(148, 163, 184, 0.3);
    background: rgba(15, 23, 42, 0.75);
}

.schedule-card.closed {
    opacity: 0.5;
}

.schedule-card .day {
    margin: 0;
    font-weight: 600;
}

.cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1.75rem;
    border-radius: 999px;
    border: 1px solid rgba(252, 211, 77, 0.6);
    color: #020617;
    background: #fcd34d;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.2s ease;
}

.cta.outline {
    background: transparent;
    color: #fcd34d;
    border-color: rgba(252, 211, 77, 0.4);
}

.cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 30px rgba(252, 211, 77, 0.35);
}

@media (max-width: 640px) {
    body {
        padding: 2rem 1rem 3rem;
    }

    .panel {
        padding: 1.75rem;
    }

    .hero-card {
        padding: 2.5rem 1.75rem;
    }

    .hero-image {
        height: auto;
        aspect-ratio: 4 / 3;
    }

    .hero-tools .share-dropdown {
        left: 0;
        right: auto;
    }

    .hero-meta {
        grid-template-columns: 1fr;
    }
}
