/* ===================================================
   Drop-In Dodgeball Pages
   Hub: drop-in-dodgeball.html
   Venue: monday-dodgeball-auburn.html
          tuesday-dodgeball-flemington.html
   =================================================== */

/* ---- Hub: Venue Panels ---- */

.di-panels {
    border-top: 1px solid #ebebeb;
}

.di-panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 520px;
    overflow: hidden;
}

.di-panel + .di-panel {
    border-top: 1px solid #ebebeb;
}

.di-panel__image {
    position: relative;
    overflow: hidden;
}

.di-panel__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 700ms cubic-bezier(0.4, 0, 0.2, 1);
}

.di-panel:hover .di-panel__image img {
    transform: scale(1.04);
}

.di-panel--reverse .di-panel__image {
    order: -1;
}

.di-panel__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem 5rem;
    background: #fff;
}

.di-panel__day {
    display: block;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #F4C430;
    margin-bottom: 0.875rem;
}

.di-panel__venue-name {
    font-size: clamp(2.75rem, 4vw, 3.75rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1;
    color: #222;
    margin: 0 0 0.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 3px solid #F4C430;
}

.di-panel__address {
    font-size: 0.95rem;
    color: #666;
    margin: 1rem 0 2rem;
    line-height: 1.5;
}

.di-panel__meta {
    display: flex;
    gap: 2.5rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.di-panel__meta-item {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.di-panel__meta-value {
    font-size: 1.375rem;
    font-weight: 700;
    color: #222;
    line-height: 1;
}

.di-panel__meta-label {
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #999;
    margin-top: 0.25rem;
}

.di-panel__price {
    display: flex;
    align-items: baseline;
    gap: 0.35rem;
    margin-bottom: 2.5rem;
}

.di-panel__price-from {
    font-size: 0.8rem;
    font-weight: 600;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.di-panel__price-amount {
    font-size: 2.25rem;
    font-weight: 800;
    color: #222;
    line-height: 1;
}

.di-panel__price-currency {
    font-size: 1rem;
    font-weight: 700;
    color: #888;
    align-self: flex-start;
    padding-top: 0.35rem;
}

.di-panel__price-note {
    font-size: 0.8rem;
    color: #888;
    align-self: center;
}


/* ---- Hub: Manifesto (Why Play) ---- */

.di-manifesto {
    padding: 6rem 0;
    background: #f8f9fa;
}

.di-manifesto__heading {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 800;
    color: #222;
    letter-spacing: -0.01em;
    margin: 0 0 3rem;
}

.di-manifesto__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.di-manifesto__item {
    display: grid;
    grid-template-columns: 3.25rem 1fr;
    gap: 1.5rem;
    padding: 2rem 0;
    border-top: 1px solid #e0e0e0;
    align-items: start;
}

.di-manifesto__item:last-child {
    border-bottom: 1px solid #e0e0e0;
}

.di-manifesto__num {
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #F4C430;
    padding-top: 0.2rem;
    font-variant-numeric: tabular-nums;
}

.di-manifesto__title {
    font-size: 1.075rem;
    font-weight: 700;
    color: #222;
    margin: 0 0 0.4rem;
    line-height: 1.3;
}

.di-manifesto__body {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.65;
    margin: 0;
    max-width: 58ch;
}


/* ---- Hub: What to Expect ---- */

.di-expect {
    padding: 6rem 0;
    background: #222;
    color: #fff;
}

.di-expect__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

.di-expect__label {
    display: block;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #F4C430;
    margin-bottom: 0.875rem;
}

.di-expect__title {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.01em;
    margin: 0 0 1.25rem;
    line-height: 1.15;
}

.di-expect__intro {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    margin: 0 0 2.25rem;
    max-width: 48ch;
}

.di-expect__list {
    list-style: none;
    padding: 0;
    margin: 0 0 2.5rem;
}

.di-expect__list li {
    display: flex;
    gap: 0.875rem;
    align-items: baseline;
    padding: 0.65rem 0;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.di-expect__list li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.di-expect__marker {
    color: #F4C430;
    font-weight: 700;
    font-size: 0.875rem;
    flex-shrink: 0;
    user-select: none;
}

.di-expect__image {
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

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

.di-expect .cta-button.primary {
    background-color: #F4C430;
    color: #333;
    border-color: #F4C430;
}

.di-expect .cta-button.primary:hover {
    background-color: #e6b129;
    border-color: #e6b129;
}

.di-expect .cta-button.secondary {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.di-expect .cta-button.secondary:hover {
    background-color: #fff;
    color: #333;
}


/* ---- Hub: FAQ ---- */

.di-faq {
    padding: 6rem 0;
    background: #fff;
}

.di-faq__heading {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 800;
    color: #222;
    letter-spacing: -0.01em;
    margin: 0 0 3rem;
}

.di-faq__list {
    margin: 0;
}

.di-faq__item {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
    padding: 1.75rem 0;
    border-top: 1px solid #e0e0e0;
    align-items: start;
}

.di-faq__item:last-child {
    border-bottom: 1px solid #e0e0e0;
}

.di-faq__question {
    font-size: 0.975rem;
    font-weight: 700;
    color: #222;
    margin: 0;
    line-height: 1.4;
}

.di-faq__answer {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.7;
    margin: 0;
}

.di-faq__answer a {
    color: #b66a00;
    font-weight: 600;
    text-decoration: none;
}

.di-faq__answer a:hover {
    text-decoration: underline;
}


/* ---- Venue Pages: Hero ---- */

.di-venue-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 72vh;
    overflow: hidden;
}

.di-venue-hero__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5rem 5rem;
    background: #fff;
    position: relative;
}

.di-venue-hero__day {
    display: block;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #F4C430;
    margin-bottom: 0.875rem;
}

.di-venue-hero__title {
    font-size: clamp(3.5rem, 5.5vw, 5.5rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 0.95;
    color: #222;
    margin: 0 0 0.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 4px solid #F4C430;
}

.di-venue-hero__location {
    font-size: 1rem;
    color: #666;
    margin: 1rem 0 2.5rem;
    line-height: 1.5;
}

.di-venue-hero__facts {
    display: flex;
    gap: 2.5rem;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
}

.di-venue-hero__fact {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.di-venue-hero__fact-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #222;
    line-height: 1;
}

.di-venue-hero__fact-label {
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #999;
    margin-top: 0.2rem;
}

.di-venue-hero__pricing {
    margin-bottom: 2.5rem;
}

.di-venue-hero__price-row {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    margin-bottom: 0.4rem;
}

.di-venue-hero__price-amount {
    font-size: 2.75rem;
    font-weight: 800;
    color: #222;
    line-height: 1;
}

.di-venue-hero__price-currency {
    font-size: 1.1rem;
    font-weight: 700;
    color: #888;
    align-self: flex-start;
    padding-top: 0.4rem;
}

.di-venue-hero__price-tier {
    font-size: 0.875rem;
    color: #888;
}

.di-venue-hero__price-student {
    font-size: 0.875rem;
    color: #888;
    margin-top: 0.25rem;
}

.di-venue-hero__image {
    position: relative;
    overflow: hidden;
}

.di-venue-hero__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* ---- Venue Pages: Facts Strip ---- */

.di-facts {
    background: #f8f9fa;
    padding: 2.5rem 0;
    border-bottom: 1px solid #e9ecef;
}

.di-facts__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.di-fact {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.di-fact::before {
    content: '';
    display: block;
    width: 1.75rem;
    height: 3px;
    background: #F4C430;
    margin-bottom: 0.875rem;
}

.di-fact__value {
    font-size: 0.975rem;
    font-weight: 700;
    color: #222;
    line-height: 1.3;
    margin-bottom: 0.2rem;
}

.di-fact__label {
    font-size: 0.8rem;
    color: #666;
    line-height: 1.4;
}


/* ---- Venue Pages: Rankings CTA ---- */

.booking-price-display {
    font-size: 0.95rem;
    color: #555;
    margin-top: 0.35rem;
}

.booking-price-display strong {
    color: #333;
}

.booking-header .booking-price-display {
    color: rgba(255, 255, 255, 0.7);
}

.booking-header .booking-price-display strong {
    color: #F4C430;
}

.rankings-booking-cta {
    text-align: center;
    padding: 2rem 0 0.5rem;
    border-top: 1px solid #e9ecef;
    margin-top: 2rem;
}

.rankings-booking-cta p {
    color: #555;
    font-size: 0.98rem;
    margin-bottom: 1rem;
}

.rankings-book-btn {
    display: inline-block;
    background: #F4C430;
    color: #333;
    padding: 0.75rem 1.75rem;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    transition: background 0.2s ease;
}

.rankings-book-btn:hover {
    background: #e6b129;
    color: #333;
}


/* ---- Responsive ---- */

@media (max-width: 968px) {
    .di-panel {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .di-panels .di-panel:first-child .di-panel__image {
        display: none;
    }

    .di-panel__image {
        height: 280px;
        order: -1;
    }

    .di-panel--reverse .di-panel__image {
        order: -1;
    }

    .di-panel__content {
        padding: 2.5rem 2rem;
    }

    .di-manifesto__item {
        grid-template-columns: 2.75rem 1fr;
        gap: 1.25rem;
    }

    .di-faq__item {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .di-expect__grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .di-venue-hero {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .di-venue-hero__image {
        height: 300px;
        order: -1;
    }

    .di-venue-hero__content {
        padding: 2.5rem 1.75rem;
    }

    .di-facts__grid {
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem 2rem;
    }
}

@media (max-width: 600px) {
    .di-panel__content {
        padding: 2rem 1.25rem;
    }

    .di-panel__venue-name {
        font-size: 2.5rem;
    }

    .di-panel__meta {
        gap: 1.75rem;
    }

    .di-manifesto {
        padding: 4rem 0;
    }

    .di-manifesto__item {
        grid-template-columns: 2.25rem 1fr;
        gap: 1rem;
        padding: 1.5rem 0;
    }

    .di-faq {
        padding: 4rem 0;
    }

    .di-expect {
        padding: 4rem 0;
    }

    .di-venue-hero__content {
        padding: 2rem 1.25rem;
    }

    .di-venue-hero__title {
        font-size: 3rem;
    }

    .di-venue-hero__price-amount {
        font-size: 2.25rem;
    }

    .di-venue-hero__facts {
        gap: 1.75rem;
    }

    .di-facts__grid {
        grid-template-columns: 1fr 1fr;
        gap: 1.25rem 1.5rem;
    }
}
