/* =====================================================================
   Aura Network page — hero (gradient + stats), story, audience grid,
   features, quote, press, join, related, FAQs, final CTA
   ===================================================================== */

/* ---------- Hero ---------- */
.aura-hero {
    background: radial-gradient(ellipse at 65% 50%, #4a0090 0%, #320068 35%, var(--c-purple-deep) 70%);
    color: #fff;
    overflow: hidden;
    padding-block: 64px 80px;
    position: relative;
}

.aura-hero::before,
.aura-hero::after {
    content: '';
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 9999px;
    pointer-events: none;
}

.aura-hero::before { width: 600px; height: 600px; right: -180px; top: -180px; }
.aura-hero::after  { width: 400px; height: 400px; right: -80px;  top: -80px; }

.aura-hero__inner {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    align-items: center;
}

.aura-hero__copy { max-width: 640px; }

.aura-hero__pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.85);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.72px;
    text-transform: uppercase;
}

.aura-hero__pill svg { width: 11px; height: 11px; }

.aura-hero__title {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: clamp(40px, 5.5vw, 58px);
    line-height: 1.05;
    letter-spacing: -2.35px;
    color: #fff;
    margin-top: 24px;
}

.aura-hero__tagline {
    margin-top: 12px;
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.55);
    letter-spacing: 0.36px;
}

.aura-hero__lede {
    margin-top: 28px;
    font-size: 16.8px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.75);
    max-width: 600px;
}

.aura-hero__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.aura-hero__stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.aura-hero-stat {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 28px 16px;
    text-align: center;
    transition: background var(--t-fast) var(--ease-out),
                border-color var(--t-fast) var(--ease-out),
                transform var(--t-fast) var(--ease-out);
}

.aura-hero-stat:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.aura-hero-stat__num {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 25.6px;
    line-height: 1;
    color: #fff;
}

.aura-hero-stat__label {
    margin-top: 8px;
    font-size: 11.5px;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 1024px) {
    .aura-hero { padding-block: 112px 128px; }
    .aura-hero__inner { grid-template-columns: 1.2fr 1fr; gap: 64px; }
    .aura-hero__stats { max-width: 480px; }
}

/* ---------- Hero white button (solid white on dark) ---------- */
.btn--white {
    background: #fff;
    color: var(--c-purple-deep);
}

.btn--white:hover {
    background: var(--c-purple-50);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ---------- Section base ---------- */
.aura-section {
    padding-block: 80px;
    background: #fff;
}

.aura-section--soft { background: var(--c-purple-50); }

.aura-section__head { margin-bottom: 32px; }

.aura-section__head.is-center {
    text-align: center;
    margin-inline: auto;
    max-width: 720px;
}

.aura-section__head.is-center .eyebrow {
    justify-content: center;
}

.aura-title {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: clamp(28px, 3.6vw, 41.6px);
    line-height: 1.1;
    letter-spacing: -1.25px;
    color: var(--c-purple-deep);
    margin-top: 24px;
}

.aura-title--md { font-size: clamp(26px, 3.2vw, 38.4px); letter-spacing: -1.15px; }
.aura-title--sm { font-size: clamp(24px, 3vw, 35.2px);   letter-spacing: -1.06px; }

.aura-lede {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.7;
    color: var(--c-text-strong);
    max-width: 640px;
}

.aura-lede strong {
    font-weight: 700;
    color: var(--c-text-strong);
}

/* ===== Aura Gallery 4x4 Grid Carousel ===== */

.aura-section.aura-gallery-section{
	padding-block: 0;
	padding-bottom:70px;
}
.aura-gallery-section {
    overflow: hidden;
}

.aura-gallery-carousel {
    width: 100%;
}

.aura-gallery-carousel__track {
    position: relative;
}

.aura-gallery {
    display: none;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.aura-gallery.is-active {
    display: grid;
}

.aura-gallery__item {
    min-width: 0;
}

.aura-gallery__item img {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 1 /1 ;
    border-radius: 1.1rem;
    background: #f4f0ff;
}


.aura-gallery__image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transform: scale(1);
    transition: transform 280ms ease;
}

.aura-gallery__item img:hover .aura-gallery__image,
.aura-gallery__item img:focus-visible .aura-gallery__image {
    transform: scale(1.045);
}

.aura-gallery__item img:hover::after,
.aura-gallery__item img:focus-visible::after {
    opacity: 1;
}

.aura-gallery__item img:focus-visible {
    outline: 3px solid currentColor;
    outline-offset: 4px;
}

/* Dots */

.aura-gallery-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.65rem;
    margin-top: 2rem;
}

.aura-gallery-dot {
    width: 0.7rem;
    height: 0.7rem;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(38, 24, 84, 0.25);
    cursor: pointer;
    transition:
        width 180ms ease,
        background 180ms ease,
        transform 180ms ease;
}

.aura-gallery-dot:hover,
.aura-gallery-dot:focus-visible {
    transform: scale(1.15);
    background: rgba(38, 24, 84, 0.45);
}

.aura-gallery-dot.is-active {
    width: 1.8rem;
    background: #27155f;
}

.aura-gallery-dot:focus-visible {
    outline: 3px solid currentColor;
    outline-offset: 4px;
}

/* Responsive */

@media (max-width: 900px) {
    .aura-gallery {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .aura-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
    }

    .aura-gallery__item img {
        border-radius: 0.9rem;
    }
}

@media (min-width: 1024px) {
    .aura-section { padding-block: 96px; }
}

/* Muted eyebrow used above the press + related sections */
.eyebrow.is-muted {
    color: var(--c-text-subtle);
}

.eyebrow.is-muted::before {
    background: var(--c-text-subtle);
}

/* ---------- Story section ---------- */
.story-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: start;
}

.story-stats {
    display: flex;
    flex-direction: column;
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.story-stat {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background: var(--c-purple-50);
    border: 1px solid rgba(107, 33, 168, 0.1);
    border-radius: 12px;
    transition: transform var(--t-fast) var(--ease-out),
                border-color var(--t-fast) var(--ease-out);
}

.story-stat:hover {
    transform: translateY(-2px);
    border-color: rgba(107, 33, 168, 0.3);
}

.story-stat__num {
    flex: none;
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 32px;
    line-height: 1;
    min-width: 86px;
}

.story-stat__num--violet { color: #7c3aed; }
.story-stat__num--pink   { color: #db2777; }
.story-stat__num--cyan   { color: #0891b2; }

.story-stat__body {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.story-stat__title {
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 14.4px;
    line-height: 1.4;
    color: var(--c-purple-deep);
}

.story-stat__source {
    font-size: 12px;
    color: var(--c-text-subtle);
}

@media (min-width: 1024px) {
    .story-grid { grid-template-columns: 1.1fr 1fr; gap: 80px; }
}

/* ---------- Audience grid ---------- */
.audience-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 40px;
    list-style: none;
    padding: 0;
}

.audience-card {
    background: #fff;
    border: 1px solid rgba(107, 33, 168, 0.1);
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 1px 1.5px rgba(30, 11, 75, 0.05);
    transition: transform var(--t-base) var(--ease-out),
                box-shadow var(--t-base) var(--ease-out),
                border-color var(--t-base) var(--ease-out);
}

.audience-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: rgba(107, 33, 168, 0.3);
}

.audience-card__icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: var(--c-purple-50);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--c-purple-700);
}

.audience-card__icon svg { width: 20px; height: 20px; }

.audience-card__title {
    margin-top: 28px;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.24px;
    color: var(--c-purple-deep);
}

.audience-card__copy {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.6;
    color: var(--c-text-strong);
}

@media (min-width: 600px) {
    .audience-grid { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 1024px) {
    .audience-grid { grid-template-columns: repeat(3, 1fr); gap: 24px; }
}

/* ---------- Feature grid ---------- */
.feature-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 40px;
    list-style: none;
    padding: 0;
}

.feature-card {
    background: #fff;
    border: 1px solid var(--c-border);
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 1px 1.5px rgba(30, 11, 75, 0.04);
    transition: transform var(--t-base) var(--ease-out),
                box-shadow var(--t-base) var(--ease-out),
                border-color var(--t-base) var(--ease-out);
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: var(--c-purple-600);
}

.feature-card__icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: var(--c-purple-deep);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.feature-card__icon svg { width: 22px; height: 22px; }

.feature-card__title {
    margin-top: 28px;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.24px;
    color: var(--c-purple-deep);
}

.feature-card__copy {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.65;
    color: var(--c-text-strong);
}

@media (min-width: 768px) {
    .feature-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
}

/* ---------- Quote ---------- */
.aura-quote {
    background: radial-gradient(ellipse at 30% 50%, #3b0764 0%, #2a0452 35%, var(--c-purple-deep) 70%);
    color: #fff;
    padding-block: 80px;
    text-align: center;
}

.aura-quote__inner {
    max-width: 880px;
    margin-inline: auto;
}

.aura-quote__icon {
    width: 56px;
    height: 56px;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 32px;
}

.aura-quote__icon svg { width: 24px; height: 24px; }

.aura-quote__text {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(22px, 2.6vw, 30.4px);
    line-height: 1.25;
    letter-spacing: -0.76px;
    color: #fff;
    margin: 0;
}

.aura-quote__author {
    margin-top: 28px;
    font-size: 14.4px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 767px) {
    .aura-quote { padding-block: 64px; }
}

/* ---------- Press grid ---------- */
.press-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
    list-style: none;
    padding: 0;
}

.press-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    background: #fff;
    border: 1px solid var(--c-border);
    border-radius: 12px;
    box-shadow: 0 1px 1.5px rgba(30, 11, 75, 0.04);
    transition: transform var(--t-base) var(--ease-out),
                box-shadow var(--t-base) var(--ease-out),
                border-color var(--t-base) var(--ease-out);
}

.press-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
    border-color: var(--c-purple-600);
}

.press-card__icon {
    flex: none;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: var(--c-purple-50);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--c-purple-700);
}

.press-card__icon svg { width: 15px; height: 15px; }

.press-card__body {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.press-card__source {
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 11.5px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    color: var(--c-purple-700);
}

.press-card__title {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: -0.14px;
    color: var(--c-purple-deep);
}

@media (min-width: 768px) {
    .press-grid { grid-template-columns: repeat(3, 1fr); gap: 24px; }
}

/* ---------- Join ---------- */
.join-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: start;
}

.join-grid__copy { max-width: 540px; }

.join-grid__lede {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.7;
    color: var(--c-text-strong);
}

.join-grid__lede + .join-grid__lede { margin-top: 20px; }

.join-grid__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.steps-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.step-card {
    position: relative;
    background: #fff;
    border: 1px solid rgba(107, 33, 168, 0.1);
    border-radius: 12px;
    padding: 24px 24px 24px 72px;
    box-shadow: 0 1px 1.5px rgba(30, 11, 75, 0.04);
    transition: transform var(--t-fast) var(--ease-out),
                border-color var(--t-fast) var(--ease-out);
}

.step-card:hover {
    transform: translateY(-2px);
    border-color: rgba(107, 33, 168, 0.3);
}

.step-card__num {
    position: absolute;
    left: 20px;
    top: 24px;
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 22.4px;
    line-height: 1;
    color: rgba(107, 33, 168, 0.2);
}

.step-card__title {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 15.2px;
    line-height: 1.5;
    letter-spacing: -0.15px;
    color: var(--c-purple-deep);
}

.step-card__copy {
    margin-top: 8px;
    font-size: 13.6px;
    line-height: 1.55;
    color: var(--c-text-strong);
}

@media (min-width: 1024px) {
    .join-grid { grid-template-columns: 1fr 1fr; gap: 80px; }
}

/* ---------- Related programmes ---------- */
.related-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
    list-style: none;
    padding: 0;
}

.related-card {
    display: block;
    padding: 24px;
    background: #fff;
    border: 1px solid var(--c-border);
    border-radius: 12px;
    box-shadow: 0 1px 1.5px rgba(30, 11, 75, 0.04);
    cursor: pointer;
    transition: transform var(--t-base) var(--ease-out),
                box-shadow var(--t-base) var(--ease-out),
                border-color var(--t-base) var(--ease-out);
}

.related-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
    border-color: var(--c-purple-600);
}

.related-card__title {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 17.6px;
    line-height: 1.5;
    letter-spacing: -0.35px;
    color: var(--c-purple-deep);
}

.related-card__copy {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.6;
    color: var(--c-text-strong);
}

.related-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 14px;
    color: var(--c-purple-700);
    transition: gap var(--t-fast) var(--ease-out),
                color var(--t-fast) var(--ease-out);
}

.related-card__cta svg {
    width: 14px;
    height: 14px;
    transition: transform var(--t-fast) var(--ease-out);
}

.related-card:hover .related-card__cta { color: var(--c-purple-500); }
.related-card:hover .related-card__cta svg { transform: translateX(3px); }

@media (min-width: 768px) {
    .related-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
}

/* ---------- FAQs ---------- */
.aura-faq__inner {
    max-width: 720px;
    margin-inline: auto;
}

.aura-faq .aura-section__head { margin-bottom: 28px; }

.faq-list {
    background: #fff;
    border-radius: 16px;
    padding: 8px 24px;
    box-shadow: 0 1px 3px rgba(30, 11, 75, 0.04);
    list-style: none;
    margin: 0;
}

.faq-item {
    border-bottom: 1px solid var(--c-border);
}

.faq-item:last-child { border-bottom: 0; }

.faq-item__trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 0;
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 15.2px;
    line-height: 1.5;
    text-align: left;
    color: var(--c-purple-deep);
    letter-spacing: -0.15px;
    transition: color var(--t-fast) var(--ease-out);
    background: transparent;
    border: 0;
    cursor: pointer;
}

.faq-item__trigger:hover { color: var(--c-purple-700); }

.faq-item__icon {
    width: 18px;
    height: 18px;
    flex: none;
    color: var(--c-text-muted);
    transition: transform var(--t-base) var(--ease-out),
                color var(--t-fast) var(--ease-out);
}

.faq-item__trigger:hover .faq-item__icon { color: var(--c-purple-700); }

.faq-item.is-open .faq-item__icon {
    transform: rotate(180deg);
    color: var(--c-purple-700);
}

.faq-item__panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height var(--t-base) var(--ease-out);
}

.faq-item.is-open .faq-item__panel { max-height: 800px; }

.faq-item__copy {
    padding: 0 0 22px;
    font-size: 14px;
    line-height: 1.7;
    color: var(--c-text);
}

/* ---------- Final flat CTA (page-local override is fine) ---------- */
.aura-faq + .cta-flat,
.aura-section + .cta-flat {
    /* allow this page's cta-flat to stay aligned with the rest of the site */
}
