/* About page editorial layout */
.about-story__inner {
    display: grid;
    gap: 28px;
}

.about-story__lead,
.about-story__detail {
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.9;
    color: var(--color-muted);
}

.about-story__pillars {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin: 8px 0 0;
}

.about-story__pillars > div {
    background: linear-gradient(180deg, #f8faf9 0%, #f2f6f5 100%);
    border: 1px solid #e7eeeb;
    padding: 24px 22px;
    border-radius: 20px;
}

.about-story__pillars h3 {
    margin: 0 0 12px;
    font-size: 1.1rem;
}

.about-story__pillars p {
    margin: 0;
    line-height: 1.8;
    color: var(--color-muted);
}

.audience {
    background: #f7f8f8;
}

.section-heading {
    margin-bottom: 8px;
}

.section-heading--centered {
    text-align: center;
}

.section-heading__eyebrow {
    margin: 0 0 10px;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
    color: var(--color-muted);
}

.section-heading h2 {
    margin: 0;
    font-size: clamp(2.8rem, 4vw, 4.4rem);
    line-height: 0.97;
    letter-spacing: -0.06em;
    font-weight: 800;
}

.audience__list {
    display: grid;
    gap: 32px;
    margin-top: 32px;
}

.audience__item {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 32px;
    align-items: center;
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 18px 28px rgba(20, 22, 26, 0.04);
}

.audience__item.is-reversed {
    grid-template-columns: 1fr 1.1fr;
}

.audience__item.is-reversed .audience__media {
    order: 2;
}

.audience__item.is-reversed .audience__content {
    order: 1;
}

.audience__media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
}

.audience__content {
    padding: 28px 30px;
}

.audience__label {
    margin: 0 0 12px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 11px;
    font-weight: 800;
    color: var(--color-accent);
}

.audience__content h3 {
    margin: 0 0 12px;
    font-size: clamp(1.8rem, 2vw, 2.5rem);
    line-height: 1.12;
}

.audience__content p:last-child {
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.8;
    color: var(--color-muted);
}

.audience__cta-wrap {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.about-newsletter {
    background: linear-gradient(135deg, #0d6f5d 0%, #0a4a4f 100%);
    color: #fff;
    padding: 0;
}

.about-newsletter .section-inner {
    max-width: 1140px;
    padding: 38px 24px;
}

.about-newsletter__content {
    display: grid;
    grid-template-columns: 1.1fr 1.1fr;
    align-items: center;
    gap: 28px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 18px;
    padding: 28px 32px;
}

.about-newsletter__text {
    display: grid;
    gap: 10px;
}

.about-newsletter h2 {
    margin: 0;
    font-size: clamp(2rem, 3vw, 2.6rem);
    letter-spacing: -0.04em;
    line-height: 1.08;
}

.about-newsletter p {
    margin: 0;
    color: rgba(255,255,255,0.8);
    font-size: 0.97rem;
    line-height: 1.7;
}

.about-newsletter__form {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
}

.about-newsletter__form input {
    flex: 1;
    min-width: 0;
    padding: 14px 16px;
    border: 1px solid rgba(255,255,255,0.18);
    background: rgba(255,255,255,0.08);
    border-radius: 10px;
    font-size: 1rem;
    color: #fff;
}

.about-newsletter__form input::placeholder {
    color: rgba(255,255,255,0.7);
}

.about-newsletter__form button {
    border: none;
    border-radius: 10px;
    background: #fff;
    color: var(--color-accent);
    padding: 14px 24px;
    font-weight: 800;
    cursor: pointer;
    white-space: nowrap;
}

.about-contact {
    background: linear-gradient(135deg, #0d6f5d 0%, #0b4d4f 100%);
    color: #fff;
    margin-top: 0;
}

.about-contact .section-inner {
    padding-top: 54px;
    padding-bottom: 54px;
}

.about-contact h2 {
    margin: 0 0 18px;
    font-size: clamp(2rem, 3vw, 3rem);
    letter-spacing: -0.04em;
}

.about-contact p {
    margin: 0 0 10px;
    font-size: 1.08rem;
    color: rgba(255,255,255,0.94);
}

.about-contact .btn {
    background: #fff;
    color: var(--color-accent);
    margin-top: 18px;
    border-radius: 14px;
    padding: 14px 28px;
    font-weight: 800;
    box-shadow: 0 16px 24px rgba(0, 0, 0, 0.12);
}

.event-marquee {
    overflow: hidden;
    background: #0d0f12;
    padding: 0;
    margin: 0;
    border-top: 1px solid rgba(255,255,255,0.06);
    line-height: 0;
}

.event-marquee__track {
    display: flex;
    gap: 0;
    width: max-content;
    animation: marquee 40s linear infinite;
}

.event-marquee__track img {
    width: 220px;
    height: 150px;
    object-fit: cover;
    border-radius: 0;
    filter: saturate(0.9) contrast(1.04);
}

@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .event-marquee__track { animation: none; } }

@media (max-width: 820px) {
    .audience__item,
    .audience__item.is-reversed {
        grid-template-columns: 1fr;
    }

    .audience__item.is-reversed .audience__media,
    .audience__item.is-reversed .audience__content {
        order: initial;
    }

    .audience__media img {
        min-height: 260px;
    }
}

@media (max-width: 640px) {
    .page-banner { height: 220px; }
    .page-banner h1 { font-size: 28px; }
    .about-story__pillars { grid-template-columns: 1fr; }
    .about-newsletter .section-inner { padding: 24px 18px; }
    /* Make the newsletter content stack vertically on narrower screens
       so the text appears above the form and inputs/buttons don't overflow */
    .about-newsletter__content { grid-template-columns: 1fr; align-items: stretch; }
    .about-newsletter__text { text-align: center; grid-row: 1; }
    .about-newsletter__form { flex-direction: column; padding: 12px; align-items: stretch; grid-row: 2; }
    .about-newsletter__form input { width: 100%; box-sizing: border-box; }
    .about-newsletter__form button { width: 100%; padding: 14px 18px; margin-top: 10px; }
    .audience__content { padding: 22px 18px; }
    .section-heading h2 { font-size: 1.9rem; }
    .event-marquee__track img { width: 180px; height: 120px; }
}
