/* ==========================================================================
   Plymouth Dance Centre — hen-party-dance.css
   Theme pages (salsa etc). Loads AFTER hen-party.css and reuses its hero,
   FAQ, form and strip styles — this file adds theme-page-only pieces:
   breadcrumb trail, what's-included cards, testimonials.
   Per-theme hero image is set inline on .hub-hero__photo via style="".
   ========================================================================== */

/* --- Breadcrumb trail (sits on paper, under the statement strip) --- */
.crumbs {
    background: #fff;
    color: #5a6a70;
    padding: 16px clamp(24px, 10vw, 158px);
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    display: flex;
    gap: 9px;
    align-items: center;
}

.crumbs a:hover {
    color: var(--ink);
}

.crumbs b {
    color: var(--coral);
    font-weight: 800;
}

.crumbs span {
    color: var(--ink);
}

/* --- Price receipt (Harbour Pulse take on the till-receipt motif) --- */
.price-receipt {
    position: relative;
    background: #fff;
    background-image: repeating-linear-gradient(0deg, transparent 0 26px, rgba(7, 28, 44, 0.035) 26px 27px);
    color: var(--text);
    padding: 26px 24px 22px;
    max-width: 300px;
    margin: 42px 0 16px 6px;
    box-shadow: 0 26px 55px -18px rgba(0, 0, 0, 0.6);
    transform: rotate(-1.5deg);
}

/* torn zigzag edges */
.price-receipt::before,
.price-receipt::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 12px;
}

.price-receipt::before {
    top: -12px;
    background: linear-gradient(135deg, #fff 6px, transparent 0), linear-gradient(-135deg, #fff 6px, transparent 0);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 12px 12px;
}

.price-receipt::after {
    bottom: -12px;
    background: linear-gradient(45deg, #fff 6px, transparent 0), linear-gradient(-45deg, #fff 6px, transparent 0);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 12px 12px;
}

/* rubber stamp */
.price-receipt__stamp {
    position: absolute;
    top: 54px;
    right: -14px;
    border: 2px solid var(--coral);
    color: var(--coral);
    border-radius: 3px;
    padding: 5px 9px;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    transform: rotate(9deg);
    opacity: 0.85;
    background: rgba(255, 255, 255, 0.7);
}

/* barcode */
.price-receipt__barcode {
    height: 26px;
    width: 72%;
    margin: 14px auto 2px;
    background: repeating-linear-gradient(90deg,
        #1b2b36 0 2px, transparent 2px 5px,
        #1b2b36 5px 6px, transparent 6px 8px,
        #1b2b36 8px 11px, transparent 11px 13px,
        #1b2b36 13px 14px, transparent 14px 18px);
}

.price-receipt__barcode-label {
    text-align: center;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.3em;
    color: #8a9aa0;
    text-transform: uppercase;
    margin: 4px 0 0;
}

.price-receipt__title {
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--ink);
    text-align: center;
    margin: 0 0 4px;
}

.price-receipt__dashes {
    text-align: center;
    color: #aebabc;
    letter-spacing: 0.2em;
    margin: 0 0 12px;
    font-size: 11px;
}

.price-receipt__row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-size: 13px;
    font-weight: 700;
    color: var(--ink);
    padding: 7px 0;
    border-bottom: 1px dashed #d7dee1;
}

.price-receipt__row b {
    font-family: var(--serif);
    font-weight: 400;
    font-size: 22px;
    letter-spacing: -0.02em;
    color: var(--coral);
}

.price-receipt__row small {
    font-weight: 500;
    color: var(--muted);
    font-size: 10px;
    display: block;
}

.price-receipt__notes {
    margin: 12px 0 0;
    font-size: 11px;
    color: #52626a;
    line-height: 1.6;
    text-align: center;
}

.price-receipt__thanks {
    font-family: var(--serif);
    font-style: italic;
    font-size: 19px;
    color: var(--coral);
    text-align: center;
    margin: 10px 0 0;
}

/* --- Description / about section --- */
.about-section {
    padding: 96px clamp(24px, 8vw, 128px);
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: clamp(35px, 6vw, 90px);
    border-bottom: 1px solid var(--line);
}

.about-section__side h2 {
    font-size: clamp(42px, 5vw, 68px);
}

.about-section__photo {
    position: relative;
    margin-top: 35px;
    overflow: hidden;
    border-radius: 0 90px 0 0;
    max-width: 440px;
}

.about-section__photo img {
    width: 100%;
    display: block;
}

.about-section__photo-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 12px 17px;
    background: var(--coral);
    color: #fff;
    font-family: var(--serif);
    font-size: 24px;
    line-height: 0.95;
}

.about-section__copy p {
    color: #516269;
    line-height: 1.85;
    font-size: 15px;
    margin-bottom: 22px;
    max-width: 560px;
}

.about-section__copy a {
    color: var(--ink);
    font-weight: 700;
    border-bottom: 2px solid var(--coral);
    transition: color var(--transition);
}

.about-section__copy a:hover {
    color: var(--coral);
}

/* --- Checklist triple (included / experience / perfect-for) --- */
.checklists-section {
    padding: 96px clamp(24px, 7vw, 112px);
    background: var(--sand);
}

.checklists-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    max-width: var(--container);
    margin: 0 auto;
}

.checklist-card {
    background: var(--paper);
    padding: 30px 27px;
    border-top: 3px solid var(--coral);
}

.checklist-card h3 {
    font-family: var(--serif);
    font-weight: 400;
    color: var(--ink);
    font-size: 26px;
    letter-spacing: -0.03em;
    margin: 0 0 18px;
}

.checklist-card ul {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.checklist-card li {
    display: flex;
    gap: 11px;
    align-items: baseline;
    font-size: 13px;
    color: #3f5057;
    line-height: 1.55;
}

.checklist-card li i {
    color: var(--coral);
    font-size: 11px;
    flex-shrink: 0;
}

/* --- What's included --- */
.included-section {
    padding: 100px clamp(24px, 7vw, 112px);
}

.included-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    max-width: var(--container);
    margin: 0 auto;
}

.included-card {
    background: var(--sand);
    padding: 27px;
    min-height: 210px;
    display: flex;
    flex-direction: column;
    transition: transform 0.25s cubic-bezier(0.23, 1, 0.32, 1), background 0.25s ease;
}

.included-card:hover {
    transform: translateY(-5px);
    background: #ece8dd;
}

.included-card__number {
    color: var(--coral-ink);
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 12px;
}

.included-card h3 {
    font-family: var(--serif);
    font-weight: 400;
    color: var(--ink);
    font-size: 25px;
    letter-spacing: -0.03em;
    line-height: 1.05;
    margin: 0 0 10px;
}

.included-card p {
    font-size: 13px;
    color: #52626a;
    line-height: 1.6;
    margin: 0;
}

/* --- Session flow (editorial text block) --- */
.flow-section {
    padding: 96px clamp(24px, 8vw, 128px);
    background: var(--mist);
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: clamp(35px, 6vw, 90px);
}

.flow-section h2 {
    font-size: clamp(42px, 5vw, 68px);
}

.flow-section__copy p {
    color: #516269;
    line-height: 1.8;
    max-width: 520px;
    margin-bottom: 20px;
}

.flow-section__copy .signal-bar {
    margin-top: 29px;
    max-width: 520px;
}

/* --- Testimonials --- */
.quotes-section {
    padding: 100px clamp(24px, 7vw, 112px);
    background: var(--navy-deep);
    color: #fff;
}

.quotes-section .section-heading h2 {
    color: #fff;
}

.quotes-section .section-intro {
    color: #c2d2d5;
}

.quotes-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    max-width: 960px;
    margin: 0 auto;
}

.quote-card {
    background: var(--navy);
    padding: 30px 27px;
    border-top: 3px solid var(--coral);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 22px;
}

.quote-card blockquote {
    margin: 0;
    font-family: var(--serif);
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: #e8f0ef;
}

.quote-card figcaption {
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--coral);
}

.quote-card figcaption span {
    color: #8aa1a6;
    display: block;
    margin-top: 4px;
}

/* --- Responsive --- */
@media (max-width: 1024px) {
    .included-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .checklists-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 860px) {
    .flow-section,
    .about-section {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .quotes-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 640px) {
    .quotes-grid {
        grid-template-columns: 1fr;
    }

    .about-section,
    .checklists-section {
        padding: 68px 24px;
    }
}

@media (max-width: 600px) {
    .included-section,
    .quotes-section {
        padding: 72px 20px;
    }

    .included-grid {
        grid-template-columns: 1fr;
    }

    .included-card {
        min-height: 0;
    }

    .flow-section {
        padding: 68px 24px;
    }
}
