.archery-hero {
    min-height: 78vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: #10261b;
    color: #fff;
}

.archery-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(10, 34, 22, 0.82), rgba(10, 34, 22, 0.38) 48%, rgba(10, 34, 22, 0.12));
    z-index: 1;
}

.archery-hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.archery-hero-content {
    position: relative;
    z-index: 2;
    width: min(92%, 1160px);
    margin: 0 auto;
    padding: 120px 0 80px;
}

.archery-hero h1 {
    max-width: 680px;
    color: #fff;
    font-size: clamp(2.2rem, 5vw, 4.8rem);
    letter-spacing: 0;
    margin-bottom: 18px;
}

.archery-hero p {
    max-width: 560px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.08rem;
}

.archery-hero-actions,
.archery-action-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.archery-band {
    padding: 70px 0;
    background: #fff;
}

.archery-band.alt {
    background: #f4f8f2;
}

.archery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.archery-card,
.archery-panel {
    background: #fff;
    border: 1px solid #dfe9dd;
    border-radius: 8px;
    padding: 20px;
}

.archery-card strong,
.archery-panel h2,
.archery-panel h3 {
    color: #123a26;
}

.archery-booking-shell {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.55fr);
    gap: 24px;
    align-items: start;
}

#archery-hold-panel {
    align-self: start;
}

.archery-summary-content {
    min-height: 0;
}

.archery-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.archery-form-grid .full {
    grid-column: 1 / -1;
}

.archery-choice-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.archery-choice-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    gap: 4px 10px;
    border: 1px solid #d8dfd5;
    border-radius: 8px;
    min-height: 74px;
    padding: 14px 16px 14px 52px;
    position: relative;
    background: #fff;
    cursor: pointer;
    transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}

.archery-choice-card input[type="radio"] {
    opacity: 0;
    pointer-events: none;
    position: absolute;
}

.archery-choice-card strong::before {
    border: 2px solid #18823c;
    border-radius: 50%;
    content: "";
    height: 20px;
    left: 18px;
    position: absolute;
    top: 16px;
    width: 20px;
}

.archery-choice-card input[type="radio"]:checked + strong::before {
    background: #18823c;
    box-shadow: inset 0 0 0 5px #fff;
}

.archery-choice-card input[type="radio"]:focus-visible + strong::before {
    outline: 2px solid #18823c;
    outline-offset: 2px;
}

.archery-choice-card strong,
.archery-choice-card small {
    display: block;
    min-width: 0;
}

.archery-choice-card strong {
    color: #123a26;
    font-size: .98rem;
    line-height: 1.25;
}

.archery-choice-card small {
    color: #667;
    font-size: .88rem;
    font-weight: 500;
    line-height: 1.35;
}

.archery-choice-card:has(input:checked) {
    border-color: #18823c;
    background: #f4fbf6;
    box-shadow: 0 0 0 2px rgba(24, 130, 60, .14);
}

.archery-participant-list {
    display: grid;
    gap: 10px;
}

.archery-participant-row {
    align-items: end;
    background: #fff;
    border: 1px solid #d8dfd5;
    border-radius: 8px;
    display: grid;
    gap: 10px;
    grid-template-columns: 90px minmax(150px, 0.85fr) minmax(190px, 1.15fr);
    padding: 12px;
}

.archery-participant-row strong {
    color: #123a26;
    line-height: 1.25;
    padding-bottom: 12px;
}

.archery-participant-row label {
    display: grid;
    gap: 5px;
    min-width: 0;
}

.archery-participant-row label span {
    color: #4c6156;
    font-size: 0.82rem;
    font-weight: 700;
}

.archery-participant-row small {
    color: #8a5a00;
    font-size: 0.82rem;
    font-weight: 700;
    grid-column: 2 / -1;
}

.archery-pricing-warning {
    background: #fff8e7;
    border: 1px solid #f0d28a;
    border-radius: 8px;
    color: #725100;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.45;
    margin: 0;
    padding: 12px 14px;
}

.archery-section-lead {
    max-width: 760px;
    color: #5f7067;
    margin-bottom: 24px;
}

.archery-login-panel {
    display: grid;
    gap: 8px;
    max-width: 760px;
    margin: 18px 0 24px;
    padding: 18px;
    border: 1px solid #dfe9dd;
    border-radius: 8px;
    background: #fff;
}

.archery-login-panel[hidden] {
    display: none !important;
}

.archery-field {
    display: grid;
    gap: 6px;
    color: #2d4035;
    font-weight: 600;
}

.archery-field input,
.archery-field select,
.archery-field textarea {
    width: 100%;
    min-height: 44px;
    border: 1px solid #ccdacd;
    border-radius: 8px;
    padding: 10px 12px;
    font: inherit;
    background: #fff;
}

.archery-field textarea {
    min-height: 92px;
    resize: vertical;
}

.archery-status {
    min-height: 24px;
    color: #577064;
    font-weight: 600;
}

.archery-status.error {
    color: #b42318;
}

.archery-status.success {
    color: #137234;
}

.archery-status.loading {
    color: #577064;
}

.archery-status.loading:not(:empty) {
    display: block;
    width: 100%;
    margin-top: 8px;
    padding: 12px;
    border: 1px solid rgba(24, 130, 60, 0.22);
    border-radius: 8px;
    background: linear-gradient(135deg, #f5fbf5 0%, #ffffff 58%, #fff8e8 100%);
    box-shadow: 0 10px 28px rgba(18, 88, 45, 0.08);
    color: #21382b;
    font-weight: 800;
}

.archery-status.loading:not(:empty)::after {
    content: "";
    position: relative;
    display: block;
    height: 9px;
    margin-top: 8px;
    overflow: hidden;
    border-radius: 999px;
    background:
        linear-gradient(90deg, transparent 0%, #18823c 18%, #4fbf78 62%, #f2b84b 100%)
        0 0 / 44% 100% no-repeat,
        #dce8df;
    box-shadow: inset 0 0 0 1px rgba(24, 130, 60, 0.05);
    animation: archeryAvailabilityFallbackBar 1.35s ease-in-out infinite;
}

.archery-status.loading:has(.archery-availability-loader) {
    margin-top: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.archery-status.loading:has(.archery-availability-loader)::after {
    display: none;
}

.archery-availability-loader {
    display: grid;
    gap: 8px;
    width: 100%;
    margin-top: 8px;
    padding: 12px;
    border: 1px solid rgba(24, 130, 60, 0.22);
    border-radius: 8px;
    background: linear-gradient(135deg, #f5fbf5 0%, #ffffff 58%, #fff8e8 100%);
    box-shadow: 0 10px 28px rgba(18, 88, 45, 0.08);
}

.archery-availability-loader__top {
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 0;
}

.archery-availability-loader__pulse {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: #18823c;
    box-shadow: 0 0 0 0 rgba(24, 130, 60, 0.32);
    flex: 0 0 auto;
    animation: archeryAvailabilityPulse 1.25s ease-out infinite;
}

.archery-availability-loader__label {
    color: #21382b;
    font-weight: 800;
    line-height: 1.25;
    min-width: 0;
}

.archery-availability-loader__badge {
    margin-left: auto;
    border-radius: 999px;
    padding: 3px 8px;
    background: #173d2a;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: nowrap;
}

.archery-availability-loader__bar {
    position: relative;
    display: block;
    height: 9px;
    overflow: hidden;
    border-radius: 999px;
    background: #dce8df;
}

.archery-availability-loader__bar span {
    position: absolute;
    inset: 0;
    width: 44%;
    border-radius: inherit;
    background: linear-gradient(90deg, #18823c 0%, #4fbf78 62%, #f2b84b 100%);
    box-shadow: 0 0 18px rgba(24, 130, 60, 0.22);
    animation: archeryAvailabilityBar 1.35s ease-in-out infinite;
}

.archery-availability-loader__steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    color: #5b7165;
    font-size: 0.78rem;
    font-weight: 700;
}

.archery-availability-loader__steps span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@keyframes archeryAvailabilityPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(24, 130, 60, 0.34);
    }
    70% {
        box-shadow: 0 0 0 9px rgba(24, 130, 60, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(24, 130, 60, 0);
    }
}

@keyframes archeryAvailabilityBar {
    0% {
        transform: translateX(-110%);
    }
    52% {
        transform: translateX(70%);
    }
    100% {
        transform: translateX(230%);
    }
}

@keyframes archeryAvailabilityFallbackBar {
    0% {
        background-position: -60% 0, 0 0;
    }
    52% {
        background-position: 72% 0, 0 0;
    }
    100% {
        background-position: 160% 0, 0 0;
    }
}

@media (max-width: 520px) {
    .archery-availability-loader {
        padding: 10px;
    }

    .archery-availability-loader__top {
        align-items: flex-start;
    }

    .archery-availability-loader__badge {
        font-size: 0.68rem;
        padding-inline: 7px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .archery-status.loading:not(:empty)::after,
    .archery-availability-loader__pulse,
    .archery-availability-loader__bar span {
        animation: none;
    }

    .archery-status.loading:not(:empty)::after {
        background:
            linear-gradient(90deg, #18823c 0%, #4fbf78 62%, #f2b84b 100%)
            0 0 / 100% 100% no-repeat,
            #dce8df;
        opacity: 0.78;
    }

    .archery-availability-loader__bar span {
        width: 100%;
        opacity: 0.78;
    }
}

.archery-action-row .btn.is-loading {
    align-items: center;
    display: inline-flex;
    gap: 8px;
    justify-content: center;
}

.archery-summary-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid #edf2ed;
    background: #fff;
}

.archery-summary-actions .btn {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-height: 48px;
    text-align: center;
}

.archery-summary-actions .btn:only-child {
    grid-column: 1 / -1;
}

.archery-summary-actions .btn:disabled,
.archery-summary-actions .btn[aria-disabled="true"] {
    background: #d7ddd8;
    border-color: #d7ddd8;
    color: #6d776f;
    cursor: not-allowed;
    opacity: 1;
    transform: none;
}

.archery-summary-actions .btn-outline:disabled,
.archery-summary-actions .btn-outline[aria-disabled="true"] {
    background: #f5f7f5;
    border-color: #d7ddd8;
    color: #78837b;
}

.archery-btn-spinner {
    animation: archery-spin 0.8s linear infinite;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    display: inline-block;
    height: 14px;
    width: 14px;
}

@keyframes archery-spin {
    to {
        transform: rotate(360deg);
    }
}

.archery-suggestions {
    margin: 8px 0 14px;
}

.archery-suggestions p {
    margin: 0 0 8px;
    color: #5f7067;
    font-weight: 600;
}

.archery-suggestion-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.archery-suggestion-row button {
    min-height: 36px;
    border: 1px solid #cfded0;
    border-radius: 8px;
    background: #fff;
    color: #123a26;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    padding: 6px 12px;
}

.archery-summary-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.archery-summary-list li {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid #edf2ed;
    padding-bottom: 8px;
}

.archery-summary-list span {
    color: #66756c;
}

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

.archery-hold-modal {
    position: fixed;
    inset: 0;
    z-index: 1100;
    display: grid;
    place-items: center;
    padding: 24px;
}

.archery-hold-modal__backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(8, 24, 15, 0.54);
    cursor: pointer;
}

.archery-hold-modal__panel {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 16px;
    width: min(92vw, 680px);
    max-height: calc(100vh - 48px);
    overflow: auto;
    border: 1px solid #dce9de;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 80px rgba(7, 35, 20, 0.28);
    padding: 22px;
}

.archery-hold-modal__header {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: flex-start;
}

.archery-hold-modal__header h2 {
    margin: 0;
    color: #123a26;
    font-size: clamp(1.8rem, 4vw, 2.6rem);
}

.archery-hold-modal__eyebrow {
    color: #66766e;
    display: block;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.archery-hold-modal__close {
    border: 1px solid #dce9de;
    border-radius: 8px;
    background: #f8fcf8;
    color: #123a26;
    cursor: pointer;
    font: inherit;
    font-size: 0.84rem;
    font-weight: 800;
    min-height: 36px;
    padding: 6px 12px;
}

.archery-hold-modal__summary {
    border: 1px solid #edf2ed;
    border-radius: 8px;
    background: #fbfdfb;
    padding: 14px;
}

.archery-hold-modal__countdown,
.archery-hold-modal__status {
    margin: 0;
}

.archery-hold-modal__actions {
    position: sticky;
    bottom: -22px;
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
    gap: 12px;
    margin: 2px -22px -22px;
    padding: 14px 22px 22px;
    border-top: 1px solid #edf2ed;
    background: #fff;
    box-shadow: 0 -14px 30px rgba(18, 58, 38, 0.08);
}

.archery-hold-modal__actions .btn {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-height: 50px;
}

body.archery-hold-modal-open {
    overflow: hidden;
}

.archery-promo-code,
.archery-loyalty-code {
    background: #f8fcf8;
    border: 1px solid #dce9de;
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(18, 58, 38, 0.06);
    display: grid;
    gap: 10px;
    margin: 18px 0;
    padding: 14px;
}

.archery-loyalty-code[hidden] {
    display: none !important;
}

.archery-promo-label {
    color: #5d6e64;
    display: grid;
    font-size: 0.86rem;
    font-weight: 700;
    gap: 2px;
    line-height: 1.35;
}

.archery-promo-kicker {
    color: #123a26;
    font-size: 0.96rem;
}

.archery-promo-control,
.archery-loyalty-control {
    align-items: center;
    background: #fff;
    border: 1px solid #cbdccd;
    border-radius: 8px;
    display: grid;
    gap: 8px;
    grid-template-columns: 36px minmax(0, 1fr) auto;
    min-height: 56px;
    padding: 6px;
    transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}

.archery-loyalty-control {
    grid-template-columns: 36px minmax(72px, 1fr) auto auto;
}

.archery-loyalty-balance {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.archery-loyalty-balance div {
    background: #ffffff;
    border: 1px solid #dce9de;
    border-radius: 8px;
    display: grid;
    gap: 2px;
    min-height: 58px;
    padding: 10px;
}

.archery-loyalty-balance span {
    color: #66766b;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.2;
}

.archery-loyalty-balance strong {
    color: #123a26;
    font-size: 0.98rem;
    line-height: 1.25;
}

.archery-promo-control:focus-within,
.archery-loyalty-control:focus-within {
    background: #ffffff;
    border-color: #18823c;
    box-shadow: 0 0 0 3px rgba(24, 130, 60, .14);
}

.archery-promo-icon {
    align-items: center;
    background: #edf7ef;
    border-radius: 8px;
    color: #0f6f33;
    display: inline-flex;
    font-weight: 900;
    height: 36px;
    justify-content: center;
    width: 36px;
}

.archery-promo-input,
.archery-loyalty-input {
    background: transparent;
    border: 0;
    color: #17261d;
    font: inherit;
    font-weight: 800;
    min-height: 42px;
    min-width: 0;
    outline: none;
    padding: 0 2px;
    text-transform: uppercase;
    width: 100%;
}

.archery-loyalty-input {
    text-transform: none;
}

.archery-promo-input::placeholder {
    color: #9ba8a0;
    font-weight: 700;
    opacity: 1;
}

.archery-loyalty-input::placeholder {
    color: #9ba8a0;
    font-weight: 700;
    opacity: 1;
}

.archery-promo-apply,
.archery-loyalty-quote,
.archery-loyalty-reserve {
    border-radius: 8px;
    border-width: 1px;
    min-height: 42px;
    min-width: 92px;
    padding: 0 16px;
    white-space: nowrap;
}

.archery-loyalty-message:not(:empty) {
    font-size: 0.9rem;
    line-height: 1.45;
}

.archery-loyalty-reserve[hidden] {
    display: none !important;
}

.archery-loyalty-quick-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.archery-loyalty-quick-actions button {
    background: #ffffff;
    border: 1px solid #cbdccd;
    border-radius: 8px;
    color: #123a26;
    cursor: pointer;
    font: inherit;
    font-size: 0.84rem;
    font-weight: 800;
    min-height: 34px;
    padding: 0 12px;
}

.archery-loyalty-quick-actions button:disabled,
.archery-loyalty-quick-actions button[aria-disabled="true"],
.archery-loyalty-input:disabled,
.archery-loyalty-quote:disabled,
.archery-loyalty-reserve:disabled {
    cursor: not-allowed;
    opacity: .62;
}

.archery-promo-apply:hover {
    transform: none;
}

.archery-promo-input:disabled,
.archery-promo-apply:disabled {
    cursor: not-allowed;
}

.archery-promo-message {
    font-size: 0.88rem;
    margin: 0 2px;
    min-height: 20px;
}

.archery-confirm-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) 300px;
    gap: 24px;
    align-items: start;
}

.archery-qr-box {
    min-height: 300px;
    display: grid;
    place-items: center;
    background: #fff;
    border: 1px solid #dfe9dd;
    border-radius: 8px;
    padding: 18px;
}

.archery-qr-box img {
    width: 240px;
    height: 240px;
    object-fit: contain;
}

.archery-qr-payload {
    width: 100%;
    max-width: 260px;
    white-space: pre-wrap;
    word-break: break-word;
    color: #53645b;
    background: #f6faf6;
    border-radius: 8px;
    padding: 10px;
    font-size: 0.78rem;
}

.archery-admin-grid {
    display: grid;
    grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
    gap: 20px;
    align-items: start;
}

.archery-admin-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 10px 0 18px;
    border-bottom: 1px solid #dde9df;
    padding-bottom: 10px;
}

.archery-admin-tab {
    border: 1px solid #d7e2d8;
    border-radius: 8px;
    background: #fff;
    color: #2c4636;
    cursor: pointer;
    font: inherit;
    font-weight: 800;
    min-height: 40px;
    padding: 8px 14px;
}

.archery-admin-tab.is-active {
    border-color: #18823c;
    background: #e9f6ed;
    color: #0f6530;
    box-shadow: inset 0 -2px 0 #18823c;
}

.archery-admin-tab-panel[hidden] {
    display: none !important;
}

.archery-ops-summary {
    display: grid;
    grid-template-columns: repeat(5, minmax(130px, 1fr));
    gap: 10px;
    margin-bottom: 14px;
}

.archery-ops-summary > div {
    border: 1px solid #dfe9dd;
    border-radius: 8px;
    background: #fff;
    padding: 12px;
}

.archery-ops-summary span,
.archery-ops-summary small {
    display: block;
    color: #66766e;
    font-weight: 700;
}

.archery-ops-summary strong {
    display: block;
    color: #123a26;
    font-size: 1.55rem;
    line-height: 1.1;
    margin: 6px 0 4px;
}

.archery-board-shell {
    display: grid;
    gap: 10px;
}

.archery-panel-title {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    margin-bottom: 18px;
}

.archery-panel-title h3 {
    margin: 0;
}

.archery-panel-title p {
    margin: 4px 0 0;
    color: #66766e;
    font-size: .9rem;
    line-height: 1.45;
}

.archery-step-badge {
    display: inline-grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: #e9f6ed;
    color: #15743b;
    font-weight: 800;
}

.archery-admin-toolbar {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 10px;
    margin-bottom: 14px;
}

.archery-admin-toolbar-primary {
    margin-bottom: 0;
}

.archery-admin-toolbar input,
.archery-admin-toolbar select {
    min-height: 40px;
    border: 1px solid #d7e2d8;
    border-radius: 8px;
    padding: 8px 10px;
    font: inherit;
}

.archery-schedule-wrap,
.archery-table-wrap {
    overflow: auto;
    border: 1px solid #e3ece4;
    border-radius: 8px;
    background: #fff;
}

.archery-booking-list {
    margin-top: 16px;
}

.archery-board-legend {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    color: #586a60;
    font-size: .88rem;
    font-weight: 700;
}

.archery-board-legend span {
    align-items: center;
    display: inline-flex;
    gap: 6px;
}

.archery-board-legend i {
    border-radius: 999px;
    display: inline-block;
    height: 10px;
    width: 10px;
}

.archery-board-legend i.available {
    background: #cfe9d4;
}

.archery-board-legend i.busy {
    background: #f1bf3a;
}

.archery-board-legend i.held {
    background: #9fb3f4;
}

.archery-board-legend i.checked-in {
    background: #37aaa0;
}

.archery-board-legend i.warning {
    background: #e88957;
}

.archery-inline-action {
    border: 1px solid #18823c;
    border-radius: 8px;
    background: #fff;
    color: #137234;
    cursor: pointer;
    font: inherit;
    font-weight: 800;
    margin-left: auto;
    min-height: 34px;
    padding: 6px 12px;
}

.archery-admin-panels {
    margin-top: 18px;
}

.archery-panel[hidden] {
    display: none !important;
}

.archery-page-hero-preview {
    border: 1px solid #dfe9dd;
    border-radius: 8px;
    background: #f8fbf7;
    overflow: hidden;
}

.archery-page-hero-preview img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.archery-page-settings-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 18px 0 12px;
}

.archery-page-settings-head h4 {
    margin: 0;
    color: #123a26;
}

.archery-page-settings-head small {
    color: #66766e;
    font-weight: 600;
}

.archery-price-card {
    display: grid;
    gap: 12px;
    border: 1px solid #cfe3d2;
    border-radius: 8px;
    background: #f7fbf7;
    padding: 14px 16px;
}

.archery-price-card > div {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
}

.archery-price-card span {
    color: #52645b;
    font-weight: 700;
}

.archery-price-card strong {
    color: #0f6d34;
    font-size: 1.35rem;
    white-space: nowrap;
}

.archery-page-package-list {
    display: grid;
    gap: 12px;
}

.archery-page-package-row {
    display: grid;
    grid-template-columns: minmax(86px, 0.5fr) minmax(96px, 0.5fr) minmax(0, 1.2fr) auto;
    gap: 10px;
    align-items: end;
    border: 1px solid #e3ece4;
    border-radius: 8px;
    padding: 12px;
    background: #fbfdfb;
}

.archery-page-package-row .archery-field {
    gap: 4px;
    font-size: .86rem;
}

.archery-page-package-row input[type="checkbox"] {
    width: 20px;
    height: 20px;
    min-height: 20px;
    accent-color: #18823c;
}

.archery-page-package-row .full {
    grid-column: 1 / -1;
}

.archery-page-package-row .remove-package {
    min-height: 44px;
    border: 1px solid #e0b5af;
    border-radius: 8px;
    background: #fff5f4;
    color: #a12418;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    padding: 0 12px;
}

.archery-dynamic-list {
    display: grid;
    gap: 12px;
}

.archery-dynamic-list .archery-card ul {
    margin: 10px 0 0 18px;
    color: #4f6258;
}

.archery-dynamic-list .archery-card li + li {
    margin-top: 6px;
}

.archery-schedule {
    min-width: 1040px;
    border-collapse: collapse;
    width: 100%;
}

.archery-schedule th,
.archery-schedule td {
    border-bottom: 1px solid #edf2ed;
    border-right: 1px solid #edf2ed;
    padding: 8px;
    vertical-align: top;
    font-size: 0.82rem;
}

.archery-schedule th {
    position: sticky;
    top: 0;
    background: #f7faf6;
    z-index: 1;
}

.archery-schedule th:first-child {
    left: 0;
    z-index: 2;
}

.archery-schedule tbody th {
    left: 0;
    z-index: 1;
}

.archery-slot-chip {
    display: grid;
    gap: 2px;
    min-height: 46px;
    border-radius: 8px;
    padding: 6px;
    background: #eef7ef;
    color: #1d4b2f;
    line-height: 1.2;
}

.archery-slot-chip.available {
    align-items: center;
    border: 1px dashed #c8dec9;
    color: #3f6f4b;
    cursor: pointer;
    font: inherit;
    font-size: .76rem;
    font-weight: 800;
    justify-items: center;
    min-height: 34px;
    opacity: .72;
    width: 100%;
}

.archery-slot-chip.available:hover {
    border-color: #18823c;
    background: #e9f6ed;
    color: #0f6530;
    opacity: 1;
}

.archery-slot-chip.busy {
    background: #fff3d6;
    color: #6d4b00;
}

.archery-slot-chip.held {
    background: #edf2ff;
    color: #26457a;
}

.archery-slot-chip.checked-in {
    background: #e8f7f5;
    color: #12665f;
}

.archery-slot-chip.no-show,
.archery-slot-chip.cancel-requested {
    background: #fff0e8;
    color: #8a3a16;
}

.archery-slot-chip.closed {
    background: #f4eeee;
    color: #8a302b;
}

.archery-action-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.archery-action-buttons button {
    min-height: 32px;
    border: 1px solid #cfded0;
    border-radius: 8px;
    background: #fff;
    color: #123a26;
    cursor: pointer;
    font: inherit;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 5px 8px;
}

.archery-action-buttons button.danger {
    color: #9f261d;
    border-color: #efc8c2;
}

.archery-action-buttons button.primary {
    border-color: #18823c;
    background: #f4fbf6;
    color: #137234;
}

.archery-action-buttons button:disabled {
    cursor: wait;
    opacity: 0.62;
}

.archery-panel-list {
    display: grid;
    gap: 8px;
}

.archery-panel-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #edf2ed;
}

.archery-panel-row:last-child {
    border-bottom: 0;
}

.archery-panel-row small {
    color: #60716a;
}

.archery-action-modal-content {
    margin: 4% auto;
    max-width: 640px;
    width: min(92%, 640px);
}

.archery-action-summary {
    border: 1px solid #e3ece4;
    border-radius: 8px;
    background: #f8fbf7;
    display: grid;
    gap: 8px;
    margin: 12px 0 16px;
    padding: 14px;
}

.archery-action-summary strong {
    color: #123a26;
}

.archery-action-summary small {
    color: #66766e;
    font-weight: 700;
}

.archery-modal-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 14px;
}

@media (max-width: 980px) {
    .archery-grid,
    .archery-booking-shell,
    .archery-confirm-grid,
    .archery-admin-grid {
        grid-template-columns: 1fr;
    }

    .archery-ops-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .archery-admin-toolbar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 981px) {
    #archery-hold-panel {
        position: sticky;
        top: 92px;
        display: flex;
        flex-direction: column;
        max-height: calc(100vh - 112px);
        overflow: hidden;
    }

    .archery-summary-content {
        overflow-y: auto;
        padding-right: 6px;
    }

    .archery-summary-actions {
        flex: 0 0 auto;
        margin: 14px -20px -20px;
        padding: 14px 20px 20px;
        box-shadow: 0 -12px 24px rgba(18, 58, 38, 0.06);
    }
}

@media (max-width: 640px) {
    .archery-hero {
        min-height: 72vh;
    }

    .archery-hold-modal {
        align-items: end;
        padding: 0;
    }

    .archery-hold-modal__panel {
        width: 100%;
        max-height: 92vh;
        border-radius: 8px 8px 0 0;
        padding: 18px;
    }

    .archery-hold-modal__actions {
        bottom: -18px;
        margin: 0 -18px -18px;
        padding: 12px 18px 18px;
    }

    .archery-form-grid,
    .archery-admin-toolbar {
        grid-template-columns: 1fr;
    }

    .archery-participant-row {
        align-items: stretch;
        grid-template-columns: 1fr;
    }

    .archery-participant-row strong {
        padding-bottom: 0;
    }

    .archery-participant-row small {
        grid-column: auto;
    }

    .archery-ops-summary {
        grid-template-columns: 1fr;
    }

    .archery-inline-action {
        margin-left: 0;
        width: 100%;
    }

    .archery-promo-control,
    .archery-loyalty-control {
        grid-template-columns: 36px minmax(0, 1fr);
    }

    .archery-loyalty-balance {
        grid-template-columns: 1fr;
    }

    .archery-loyalty-quick-actions button {
        flex: 1 1 84px;
    }

    .archery-promo-apply,
    .archery-loyalty-quote,
    .archery-loyalty-reserve {
        grid-column: 1 / -1;
        width: 100%;
    }

}

/* Shared Skeleton Loading for Archery and Admin surfaces */
.eden-skeleton-grid,
.eden-skeleton-list,
.eden-skeleton-form,
.eden-skeleton-profile,
.eden-skeleton-summary {
    display: grid;
    gap: 16px;
    width: 100%;
}

.eden-skeleton-grid.cards,
.eden-skeleton-grid.faq,
.eden-skeleton-grid.reviews,
.eden-skeleton-grid.stats {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.eden-skeleton-card,
.eden-skeleton-panel,
.eden-skeleton-list-item {
    background: rgba(255,255,255,.9);
    border: 1px solid rgba(70,92,78,.14);
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(20,42,32,.08);
    display: grid;
    gap: 12px;
    padding: 16px;
}

.eden-skeleton-card.compact { min-height: 120px; }
.eden-skeleton-line,
.eden-skeleton-media,
.eden-skeleton-pill,
.eden-skeleton-button,
.eden-skeleton-input,
.eden-skeleton-avatar,
.eden-skeleton-filter,
.eden-skeleton-counter,
.eden-skeleton-qr,
.eden-skeleton-map,
.eden-skeleton-map span {
    animation: edenSkeletonShimmer 1.25s ease-in-out infinite;
    background: linear-gradient(90deg, rgba(221,230,224,.8), rgba(247,250,248,.98), rgba(221,230,224,.8));
    background-size: 220% 100%;
    display: block;
}
.eden-skeleton-media { aspect-ratio: 4 / 3; border-radius: 12px; }
.eden-skeleton-line { border-radius: 999px; height: 12px; width: 74%; }
.eden-skeleton-line.wide { width: 92%; }
.eden-skeleton-line.medium { width: 62%; }
.eden-skeleton-line.short { width: 36%; }
.eden-skeleton-line.table-cell { height: 14px; width: 100%; }
.eden-skeleton-pill { border-radius: 999px; height: 24px; width: 84px; }
.eden-skeleton-button { border-radius: 999px; height: 40px; width: 128px; }
.eden-skeleton-input { border-radius: 10px; height: 44px; width: 100%; }
.eden-skeleton-avatar { border-radius: 50%; height: 44px; width: 44px; }
.eden-skeleton-avatar.large { height: 76px; width: 76px; }
.eden-skeleton-filter-row { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 16px; }
.eden-skeleton-filter { border-radius: 999px; height: 36px; width: 96px; }
.eden-skeleton-list-item { align-items: center; grid-template-columns: auto 1fr; }
.eden-skeleton-form { grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); }
.eden-skeleton-profile .eden-skeleton-panel { align-items: center; grid-template-columns: auto 1fr; }
.eden-skeleton-summary-row { align-items: center; border-bottom: 1px solid rgba(74,98,82,.1); display: grid; gap: 12px; grid-template-columns: minmax(80px,.6fr) 1fr; padding: 10px 0; }
.eden-skeleton-counter { border-radius: 999px; height: 28px; min-width: 96px; }
.eden-skeleton-qr { aspect-ratio: 1; border-radius: 18px; margin: 0 auto; max-width: 260px; width: 100%; }
.eden-skeleton-map { border-radius: 18px; min-height: 280px; overflow: hidden; position: relative; }
.eden-skeleton-map span { border-radius: 12px; position: absolute; }
.eden-skeleton-map span:nth-child(1) { height: 24%; left: 8%; top: 12%; width: 22%; }
.eden-skeleton-map span:nth-child(2) { height: 18%; left: 38%; top: 18%; width: 18%; }
.eden-skeleton-map span:nth-child(3) { height: 22%; left: 67%; top: 16%; width: 20%; }
.eden-skeleton-map span:nth-child(4) { height: 20%; left: 17%; top: 58%; width: 24%; }
.eden-skeleton-map span:nth-child(5) { height: 24%; left: 57%; top: 54%; width: 28%; }
.eden-skeleton-row td { padding: 12px 10px; }
@keyframes edenSkeletonShimmer { 0% { background-position: 120% 0; } 100% { background-position: -120% 0; } }
@media (max-width: 640px) { .eden-skeleton-grid.cards, .eden-skeleton-grid.faq, .eden-skeleton-grid.reviews, .eden-skeleton-grid.stats, .eden-skeleton-summary-row { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) { .eden-skeleton-line, .eden-skeleton-media, .eden-skeleton-pill, .eden-skeleton-button, .eden-skeleton-input, .eden-skeleton-avatar, .eden-skeleton-filter, .eden-skeleton-counter, .eden-skeleton-qr, .eden-skeleton-map, .eden-skeleton-map span { animation: none; } }
