
main {
    padding-top: 72px;
}

@media(min-width:992px) {
    main {
        padding-top: 80px;
    }
}

/* ── Breadcrumb ── */
.ar-breadcrumb {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px !important;
    color: #111827;
    margin-bottom: 0;
}

.ar-breadcrumb a {
    color: #111827;
    text-decoration: none;
    transition: color .2s;
}

.ar-breadcrumb a:hover {
    color: #f54342;
}

.ar-breadcrumb .sep {
    color: #9ca3af;
    font-size: .75rem;
}

.ar-breadcrumb .current {
    color: #111827;
    font-weight: 500;
}

/* ── Event hero band ── */
.event-hero-band {
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    padding: 2rem 0 3rem;
}

/* ── Event image (square) ── */
.event-img-wrap {
    border-radius: 1rem;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: #f3f4f6;
    box-shadow: 0 8px 32px rgba(0, 0, 0, .12);
}

.event-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s;
}

.event-img-wrap:hover img {
    transform: scale(1.03);
}

/* ── Event type badge ── */
.event-type-pill {
    display: inline-block;
    padding: 5px 14px;
    border-radius: .625rem;
    background: rgba(245, 67, 66, .1);
    color: #f54342;
    font-size: .6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: 1.25rem;
}

/* ── Event title ── */
.event-title {
    font-size: clamp(1.875rem, 4vw, 3rem);
    font-weight: 900;
    color: #111827;
    letter-spacing: -.03em;
    line-height: 1.1;
    margin: 0 0 2rem;
}

/* ── Event meta rows ── */
.event-meta-row {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.event-meta-icon {
    width: 24px;
    height: 24px;
    color: #f54342;
    flex-shrink: 0;
    margin-top: 2px;
    font-size: 1.25rem;
}

.event-meta-label {
    font-size: .625rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #9ca3af;
    margin-bottom: 2px;
}

.event-meta-value {
    font-size: 1.0625rem;
    font-weight: 700;
    color: #111827;
}

.event-meta-sub {
    font-size: .875rem;
    color: #6b7280;
    margin-top: 1px;
}

/* ── Action button ── */
.btn-action {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: .625rem 1.25rem;
    border-radius: .625rem;
    font-size: .875rem;
    font-weight: 700;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all .15s;
}

.btn-action-light {
    background: #f3f4f6;
    color: #111827;
}

.btn-action-light:hover {
    background: #e5e7eb;
    color: #111827;
}

/* ── Content sections ── */
.event-content {
    padding: 3.5rem 0;
}

/* ── Section title ── */
.section-heading {
    font-size: 1.75rem;
    font-weight: 900;
    color: #111827;
    letter-spacing: -.02em;
    margin: 0 0 1rem;
}

/* ── About text ── */
.about-text {
    font-size: 1.0625rem;
    color: #374151;
    line-height: 1.75;
    margin-bottom: 2rem;
}

/* ── Highlights card ── */
.highlights-card {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    padding: 2rem;
}

.highlights-card h3 {
    font-size: 1.25rem;
    font-weight: 800;
    color: #111827;
    margin: 0 0 1.25rem;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: .75rem;
    color: #374151;
    font-size: .9375rem;
    padding: .375rem 0;
}

.highlight-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f54342;
    flex-shrink: 0;
}

/* ── Divider ── */
.section-divider {
    border: none;
    border-top: 1px solid #e5e7eb;
    margin: 0;
}

/* ── Reviews section ── */
.reviews-section {
    padding: 3.5rem 0;
}

/* ── Review card ── */
.review-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    padding: 1.5rem;
    margin-bottom: 1.25rem;
}

.review-card .reviewer-name {
    font-size: .9375rem;
    font-weight: 700;
    color: #111827;
}

.review-card .review-date {
    font-size: .8125rem;
    color: #9ca3af;
    margin-top: 2px;
}

.review-card .review-text {
    font-size: .9375rem;
    color: #374151;
    line-height: 1.65;
    margin: .75rem 0 0;
}

.stars {
    display: flex;
    gap: 2px;
}

.star-icon {
    font-size: .875rem;
    color: #f59e0b;
}

/* ── Write a review form card ── */
.review-form-card {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    padding: 2rem;
}

.review-form-card h3 {
    font-size: 1.25rem;
    font-weight: 800;
    color: #111827;
    margin: 0 0 1.5rem;
}

/* Form controls */
.form-label-custom {
    display: block;
    font-size: .8125rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: .5rem;
}

.form-input-custom {
    width: 100%;
    padding: .75rem 1rem;
    border-radius: .625rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    color: #111827;
    font-size: .9375rem;
    outline: none;
    transition: border-color .15s;
    box-sizing: border-box;
}

.form-input-custom::placeholder {
    color: #9ca3af;
}

.form-input-custom:focus {
    border-color: #f54342;
}

textarea.form-input-custom {
    resize: none;
}

/* Star rating interactive */
.star-rating {
    display: flex;
    gap: 6px;
}

.star-btn {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: 2rem;
    color: #f59e0b;
    transition: transform .15s;
    line-height: 1;
}

.star-btn:hover {
    transform: scale(1.15);
}

/* Submit button */
.btn-submit {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: .75rem 2rem;
    border-radius: .625rem;
    font-size: .9375rem;
    font-weight: 700;
    background: #f54342;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background .15s;
}

.btn-submit:hover {
    background: #d93a39;
}
