﻿.aiwk-speaking-section {
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(circle at 18% 30%, rgba(34, 211, 238, 0.17), transparent 26rem),
        radial-gradient(circle at 88% 68%, rgba(139, 92, 246, 0.16), transparent 26rem),
        linear-gradient(180deg, rgba(7, 12, 31, 0.98), rgba(3, 7, 18, 0.98));
}

.aiwk-speaking-header {
    max-width: 56rem;
}

.aiwk-speaking-header h2 {
    max-width: 13ch;
    margin-inline: auto;
    text-wrap: balance;
}

.aiwk-speaking-header p {
    max-width: 50rem;
    margin-inline: auto;
}

.aiwk-speaking-showcase {
    display: grid;
    gap: 1rem;
    align-items: stretch;
}

.aiwk-stage-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(34, 211, 238, 0.22);
    border-radius: 1.7rem;
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.88), rgba(5, 8, 26, 0.92)),
        radial-gradient(circle at 20% 20%, rgba(34, 211, 238, 0.12), transparent 16rem);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.aiwk-stage-card::after {
    content: "";
    position: absolute;
    right: -4rem;
    bottom: -5rem;
    width: 13rem;
    height: 13rem;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(250, 204, 21, 0.16), transparent 68%);
    filter: blur(8px);
}

.aiwk-speaking-photo {
    min-height: 15rem;
    border: 0;
    border-radius: 0;
    aspect-ratio: 16 / 10;
}

.aiwk-speaking-photo .aiwk-cover-img {
    object-position: center 58%;
    filter: saturate(1.08) contrast(1.04);
}

.aiwk-stage-card-copy {
    position: relative;
    z-index: 1;
    padding: clamp(1.15rem, 4vw, 1.5rem);
}

.aiwk-stage-card-copy h3 {
    max-width: 18rem;
    margin-top: 0.8rem;
    font-size: clamp(1.45rem, 4vw, 2rem);
    letter-spacing: -0.05em;
    text-wrap: balance;
}

.aiwk-stage-card-copy p {
    margin: 0;
    max-width: 27rem;
}

.aiwk-stage-list article {
    min-height: 12rem;
    padding: 1.2rem;
    transition: transform 240ms ease, border-color 240ms ease, background 240ms ease;
}

.aiwk-stage-list article:hover {
    transform: translateY(-6px);
    border-color: rgba(34, 211, 238, 0.42);
    background:
        linear-gradient(135deg, rgba(34, 211, 238, 0.1), rgba(139, 92, 246, 0.11)),
        var(--aiwk-panel);
}

.aiwk-talk-rune {
    position: relative;
    display: inline-grid;
    width: 2.4rem;
    height: 2.4rem;
    place-items: center;
    margin-bottom: 1rem;
    border-radius: 0.85rem;
    background: linear-gradient(135deg, var(--aiwk-blue), var(--aiwk-violet));
    color: #fff;
    font-size: 0.75rem;
    font-weight: 900;
    box-shadow: 0 12px 26px rgba(47, 124, 255, 0.22);
}

@media (min-width: 768px) {
    .aiwk-speaking-showcase {
        grid-template-columns: 0.92fr 1.08fr;
        gap: 1.2rem;
    }

    .aiwk-stage-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .aiwk-speaking-showcase {
        gap: 1.4rem;
    }

    .aiwk-stage-card {
        display: grid;
        grid-template-rows: minmax(0, 1fr) auto;
    }

    .aiwk-speaking-photo {
        min-height: 20rem;
    }
}

.aiwk-media-section {
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(circle at 18% 22%, rgba(34, 211, 238, 0.13), transparent 24rem),
        radial-gradient(circle at 72% 32%, rgba(139, 92, 246, 0.18), transparent 25rem),
        radial-gradient(circle at 48% 90%, rgba(47, 124, 255, 0.12), transparent 28rem),
        linear-gradient(180deg, #030712, #070b1f);
}

.aiwk-story-layout {
    align-items: center;
}

.aiwk-story-card {
    overflow: hidden;
    border-color: rgba(34, 211, 238, 0.24);
    background:
        radial-gradient(circle at 88% 12%, rgba(34, 211, 238, 0.14), transparent 15rem),
        linear-gradient(135deg, rgba(15, 23, 42, 0.9), rgba(8, 12, 36, 0.86));
}

.aiwk-story-card::before {
    content: "";
    position: absolute;
    inset: auto 1.25rem 1.25rem auto;
    width: 9rem;
    height: 9rem;
    border-radius: 999px;
    background: conic-gradient(from 90deg, rgba(34, 211, 238, 0.55), rgba(139, 92, 246, 0.4), transparent, rgba(34, 211, 238, 0.55));
    filter: blur(18px);
    opacity: 0.38;
}

.aiwk-story-label {
    margin-bottom: 1rem;
}

.aiwk-story-card h3 {
    font-size: clamp(1.7rem, 5vw, 2.6rem);
    letter-spacing: -0.055em;
}

.aiwk-story-card p,
.aiwk-story-card strong,
.aiwk-story-signals {
    position: relative;
    z-index: 1;
}

.aiwk-story-card strong {
    max-width: 24rem;
    font-size: clamp(1.18rem, 3vw, 1.45rem);
    line-height: 1.32;
}

.aiwk-story-signals {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 1.25rem;
}

.aiwk-story-signals span {
    border: 1px solid rgba(34, 211, 238, 0.2);
    border-radius: 999px;
    padding: 0.5rem 0.72rem;
    background:
        linear-gradient(135deg, rgba(34, 211, 238, 0.1), rgba(139, 92, 246, 0.08)),
        rgba(2, 6, 23, 0.52);
    color: #dff9ff;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.aiwk-floating-gallery .aiwk-media-tile {
    isolation: isolate;
    border-radius: 1.35rem;
    box-shadow: 0 22px 65px rgba(0, 0, 0, 0.32);
    transition: transform 260ms ease, box-shadow 260ms ease;
}

.aiwk-floating-gallery .aiwk-media-tile::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, transparent 42%, rgba(2, 6, 23, 0.78) 100%),
        radial-gradient(circle at 20% 14%, rgba(255, 255, 255, 0.12), transparent 14rem);
    pointer-events: none;
}

.aiwk-floating-gallery .aiwk-cover-img {
    filter: saturate(1.08) contrast(1.04);
    transition: transform 320ms ease, filter 320ms ease;
}

.aiwk-floating-gallery figcaption {
    position: absolute;
    right: 0.9rem;
    bottom: 0.9rem;
    left: 0.9rem;
    z-index: 2;
}

.aiwk-floating-gallery figcaption span {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 0.42rem;
    border-radius: 999px;
    padding: 0.34rem 0.55rem;
    background: rgba(34, 211, 238, 0.13);
    color: #a5f3fc;
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.aiwk-floating-gallery figcaption strong {
    display: block;
    color: #fff;
    font-size: clamp(0.98rem, 2.4vw, 1.18rem);
    line-height: 1.15;
    letter-spacing: -0.035em;
}

.aiwk-floating-gallery .aiwk-media-tile:nth-child(2),
.aiwk-floating-gallery .aiwk-media-tile:nth-child(4) {
    transform: translateY(1rem);
}

.aiwk-floating-gallery .aiwk-media-tile:hover {
    transform: translateY(-0.45rem) scale(1.015);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4), 0 0 32px rgba(34, 211, 238, 0.13);
}

.aiwk-floating-gallery .aiwk-media-tile:hover .aiwk-cover-img {
    transform: scale(1.04);
    filter: saturate(1.16) contrast(1.07);
}

@media (min-width: 1024px) {
    .aiwk-story-layout {
        grid-template-columns: 0.9fr 1.1fr;
        gap: 3.2rem;
    }
}
