/* ==========================================================================
   Our Story — page-specific styles
   Uses tokens from css/brand-v1.6.css. Master-brand / cross-platform page,
   so accents stay Navy + Teal — never Indigo or Coral here.
   ========================================================================== */

/* ---- Hero visual: CSS-built abstract panel (no image asset yet) ---- */

.shv-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 16px;
    backdrop-filter: blur(6px);
}

.shv-card-main {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
}

.shv-milestone {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 0.9rem 1.1rem;
}

.shv-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--da-teal-400);
    flex-shrink: 0;
}

.shv-lines {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.shv-lines span {
    display: block;
    height: 6px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.22);
}

.shv-lines span:first-child { width: 75%; }
.shv-lines span:last-child { width: 50%; }

.shv-card-float {
    width: 190px;
    padding: 1rem 1.1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    box-shadow: 0 16px 40px rgba(8, 25, 47, 0.35);
    background: rgba(15, 46, 90, 0.9);
    top: -20px;
    right: -16px;
}

.shv-card-float i {
    color: var(--da-teal-400);
    font-size: 1.3rem;
}

/* ---- Story sections ---- */

.story-section {
    padding: 70px 0;
    background: var(--da-white);
}

.story-section-alt {
    background: var(--da-gray-100);
}

.story-section-label {
    color: var(--da-teal-600);
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
    display: block;
}

.story-section-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--da-navy-900);
    margin-bottom: 1.5rem;
    max-width: 700px;
}

.story-text {
    font-size: 1.1rem;
    color: var(--da-gray-500);
    line-height: 1.8;
    width: 100%;
    margin-bottom: 1.25rem;
}

.story-text:last-child {
    margin-bottom: 0;
}

.story-text strong {
    color: var(--da-navy-900);
}

/* ---- Pillars grid (why platforms not projects) ---- */

.story-pillars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 2.5rem;
}

.story-pillar-card {
    background: var(--da-white);
    border: 1px solid var(--da-gray-300);
    border-radius: 14px;
    padding: 1.75rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.story-pillar-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(8, 25, 47, 0.1);
    border-color: var(--da-teal-600);
}

.story-pillar-icon {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    background: var(--da-teal-50);
    color: var(--da-teal-600);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin-bottom: 1.1rem;
}

.story-pillar-title {
    font-weight: 700;
    color: var(--da-navy-900);
    font-size: 1.02rem;
    margin-bottom: 0.5rem;
}

.story-pillar-text {
    font-size: 0.92rem;
    color: var(--da-gray-500);
    line-height: 1.6;
    margin-bottom: 0;
}

/* ---- Path forward: focused approach callout ---- */

.story-focus-card {
    background: var(--da-navy-700);
    border-radius: 18px;
    padding: 2.5rem;
    color: var(--da-white);
    margin-top: 2rem;
}

.story-focus-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.story-focus-text {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.02rem;
    line-height: 1.7;
    margin-bottom: 0;
}

.story-focus-text strong {
    color: var(--da-white);
}

/* ---- Closing CTA band ---- */

.story-cta-band {
    background: var(--da-navy-700);
    padding: 60px 0;
}

.story-cta-content {
    text-align: center;
    color: var(--da-white);
}

.story-cta-title {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.story-cta-text {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.05rem;
    margin-bottom: 2rem;
}

.story-cta-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.story-cta-actions a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.85rem 1.75rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.98rem;
    transition: background 0.25s ease, transform 0.25s ease;
}

.story-cta-actions a.primary {
    background: var(--da-teal-600);
    color: var(--da-white);
}

.story-cta-actions a.primary:hover {
    background: var(--da-teal-400);
    transform: translateY(-2px);
}

.story-cta-actions a.secondary {
    background: rgba(255, 255, 255, 0.08);
    color: var(--da-white);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.story-cta-actions a.secondary:hover {
    background: rgba(255, 255, 255, 0.16);
}

/* ---- Responsive ---- */

@media (max-width: 991.98px) {
    .story-hero {
        padding: 130px 0 60px;
    }

    .story-hero-title {
        font-size: 2.1rem;
    }

    .story-hero-visual {
        max-width: 380px;
        margin-top: 1rem;
    }

    .story-section-title {
        font-size: 1.65rem;
    }

    .story-pillars {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .story-hero-title {
        font-size: 1.75rem;
    }

    .story-section-title {
        font-size: 1.5rem;
    }

    .story-cta-title {
        font-size: 1.4rem;
    }

    .story-focus-card {
        padding: 1.75rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .story-pillar-card,
    .story-cta-actions a {
        transition: none;
    }

    .story-pillar-card:hover,
    .story-cta-actions a:hover {
        transform: none;
    }
}
