/* ==========================================================================
   Safe On Stage — Hub + All Sub-pages
   Used on: Pages/Company/Safe-On-Stage/ (hub and all six sub-pages)
   ========================================================================== */

/* ── Gold divider — mirrors faq.css definition for SOS pages ─────────────── */
.gold-divider {
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, var(--gold) 50%, transparent 100%);
}

/* ── Hub Hero ─────────────────────────────────────────────────────────────── */
.sos-hub-hero {
    position: relative;
    background-image: url('../../images/hero/sos-hero.webp');
    background-size: cover;
    background-position: center 30%;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    text-align: center;
}

.sos-hub-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(0,0,0,0.88) 0%,
        rgba(0,0,0,0.62) 50%,
        rgba(0,0,0,0.80) 100%
    );
}

.sos-hub-hero-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
    padding: 140px 0 80px;
}

.sos-hub-hero-tag {
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(254,192,39,0.65);
    margin-bottom: 24px;
}

.sos-hub-hero-content h1 {
    font-size: clamp(52px, 8vw, 100px);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 0.9;
    color: #ffffff;
    margin-bottom: 16px;
}

.sos-hub-hero-tagline {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: rgba(254,192,39,0.6);
    margin-bottom: 24px;
}

.sos-hub-hero-sub {
    font-size: clamp(16px, 2vw, 22px);
    font-weight: 300;
    color: rgba(255,255,255,0.78);
    max-width: 680px;
    margin: 0 auto;
    line-height: 1.6;
}

.sos-hub-trademark {
    margin-top: 48px;
    font-size: 11px;
    color: rgba(255,255,255,0.22);
    letter-spacing: 0.05em;
}

/* ── Hub content sections ─────────────────────────────────────────────────── */
.sos-hub-origin {
    background: #ffffff;
    padding: 80px 20px;
}

.sos-hub-origin-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.sos-hub-eyebrow {
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(0,0,0,0.30);
    margin-bottom: 14px;
}

.sos-hub-section-headline {
    font-size: clamp(28px, 3.5vw, 48px);
    font-weight: 900;
    color: #1a1a1a;
    letter-spacing: -0.03em;
    line-height: 0.95;
    margin-bottom: 36px;
}

.sos-hub-origin-inner p {
    font-size: 19px;
    line-height: 1.82;
    color: rgba(0,0,0,0.68);
    margin-bottom: 24px;
}

.sos-hub-origin-inner p:last-child {
    margin-bottom: 0;
}

/* ── Sub-page hero — shared base ──────────────────────────────────────────── */
.sos-sub-hero {
    position: relative;
    min-height: 50vh;
    display: flex;
    align-items: center;
    padding: 0 20px;
    text-align: center;
    overflow: hidden;
}

.sos-sub-hero::before {
    content: '';
    position: absolute;
    inset: 0;
}

.sos-sub-hero-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
    padding: 140px 0 60px;
}

.sos-sub-hero-tag {
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(254,192,39,0.65);
    margin-bottom: 20px;
}

.sos-sub-hero-content h1 {
    font-size: clamp(48px, 8vw, 96px);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 0.9;
    color: #ffffff;
    margin-bottom: 24px;
}

.sos-sub-hero-sub {
    font-size: clamp(16px, 2vw, 22px);
    font-weight: 300;
    color: rgba(255,255,255,0.82);
    line-height: 1.55;
    max-width: 680px;
    margin: 0 auto;
}

/* ── Sub-page hero — per-page gradients ───────────────────────────────────── */
.sos-mental-hero {
    background: linear-gradient(135deg, #000 0%, #001a2e 100%);
}
.sos-mental-hero::before {
    background: radial-gradient(ellipse at 30% 60%, rgba(0,0,0,0.3) 0%, transparent 55%);
}

.sos-physical-hero {
    background: linear-gradient(135deg, #000 0%, #1a0000 100%);
}
.sos-physical-hero::before {
    background: radial-gradient(ellipse at 30% 60%, rgba(180,0,0,0.15) 0%, transparent 55%);
}

.sos-moral-hero {
    background: linear-gradient(135deg, #000 0%, #1a1000 100%);
}
.sos-moral-hero::before {
    background: radial-gradient(ellipse at 30% 60%, rgba(254,192,39,0.09) 0%, transparent 55%);
}

.sos-performance-hero {
    background: linear-gradient(135deg, #000 0%, #0d0d0d 100%);
}
.sos-performance-hero::before {
    background: radial-gradient(ellipse at 30% 60%, rgba(254,192,39,0.07) 0%, transparent 55%);
}

.sos-legal-hero {
    background: linear-gradient(135deg, #000 0%, #1a0000 100%);
}
.sos-legal-hero::before {
    background: radial-gradient(ellipse at 30% 60%, rgba(180,0,0,0.12) 0%, transparent 55%);
}

.sos-protocol-hero {
    background: linear-gradient(135deg, #000 0%, #0d0800 100%);
}
.sos-protocol-hero::before {
    background: radial-gradient(ellipse at 30% 60%, rgba(254,192,39,0.08) 0%, transparent 55%);
}

/* ── Active/inactive nav states ───────────────────────────────────────────── */
.sh-nav-item--active .sh-nav-title {
    color: var(--gold-dark) !important;
    -webkit-text-fill-color: var(--gold-dark) !important;
    background: none !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
    border-bottom: 2px solid var(--gold);
    padding-bottom: 2px;
}

.sh-nav-item--inactive .sh-nav-title {
    color: rgba(0,0,0,0.28) !important;
    -webkit-text-fill-color: rgba(0,0,0,0.28) !important;
    background: none !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
}

.sh-nav-item--inactive .sh-nav-circle {
    opacity: 0.25;
}

/* ── Responsive ───────────────────────────────────────────────────────────── */
@media (max-width: 768px) {
    .sos-hub-hero { min-height: 50vh; background-position: center center; }
    .sos-hub-hero-content { padding: 120px 0 60px; }
    .sos-hub-hero-content h1 { font-size: 52px; }
    .sos-sub-hero { min-height: 40vh; }
    .sos-sub-hero-content { padding: 120px 0 48px; }
    .sos-sub-hero-content h1 { font-size: 48px; }
    /* ── Hub content responsive ──────────────────────────────────────────── */
    .sos-section-cards { grid-template-columns: 1fr; gap: 12px; }
    .sos-board-grid { grid-template-columns: 1fr; }
    .sos-checklist-item { gap: 16px; }
    .sos-checklist-item::before { font-size: 22px; min-width: 36px; }
    /* ── Sub-page content responsive ────────────────────────────────────── */
    .sos-numbered-item { gap: 20px; }
    .sos-numbered-item::before { font-size: 36px; min-width: 44px; }
    .sos-sub-headline { font-size: 26px; }
    .sos-sub-subhead { font-size: 19px; }
}

/* ==========================================================================
   HUB CONTENT SECTIONS
   ========================================================================== */

/* ── Generic section wrapper (mirrors .sos-hub-origin pattern) ────────────── */
.sos-hub-section {
    background: #ffffff;
    padding: 80px 20px;
}

.sos-hub-section-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.sos-hub-section-inner > p {
    font-size: 19px;
    line-height: 1.82;
    color: rgba(0,0,0,0.68);
    margin-bottom: 24px;
}

.sos-hub-section-inner > p:last-child {
    margin-bottom: 0;
}

/* ── Section cards grid (Six Sections) ───────────────────────────────────── */
.sos-section-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    margin-top: 48px;
}

.sos-section-card {
    position: relative;
    background: #ffffff;
    border: 2px solid #f0f0f0;
    border-radius: 12px;
    padding: 40px 32px;
    overflow: hidden;
    text-decoration: none;
    display: block;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                border-color 0.3s;
}

.sos-section-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--gold);
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.sos-section-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(254, 192, 39, 0.15);
    border-color: var(--gold);
}

.sos-section-card:hover::before {
    transform: scaleY(1);
}

.sos-section-card-title {
    font-size: 20px;
    font-weight: 900;
    color: #1a1a1a;
    letter-spacing: -0.02em;
    margin: 16px 0 12px;
}

.sos-section-card-body {
    font-size: 16px;
    line-height: 1.7;
    color: #666666;
}

/* ── Advisory board grid ──────────────────────────────────────────────────── */
.sos-board-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 48px;
}

.sos-board-card {
    background: #f8f9fa;
    border-left: 4px solid var(--gold);
    border-radius: 0 8px 8px 0;
    padding: 32px;
}

.sos-board-name {
    font-size: 19px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.sos-board-credentials {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #666666;
    margin-bottom: 14px;
}

.sos-board-bio {
    font-size: 16px;
    line-height: 1.75;
    color: #333333;
}

/* ── Pre-show checklist (Top 12) ──────────────────────────────────────────── */
.sos-checklist-list {
    counter-reset: checklist-counter;
    list-style: none;
    padding: 0;
    margin: 40px 0 0;
}

.sos-checklist-item {
    counter-increment: checklist-counter;
    display: flex;
    gap: 28px;
    align-items: flex-start;
    padding: 28px 0;
    border-bottom: 1px solid #f0f0f0;
}

.sos-checklist-item:last-child {
    border-bottom: none;
}

.sos-checklist-item::before {
    content: counter(checklist-counter, decimal-leading-zero);
    flex-shrink: 0;
    font-size: 28px;
    font-weight: 900;
    color: var(--gold);
    letter-spacing: -0.03em;
    line-height: 1.1;
    min-width: 44px;
}

.sos-checklist-item-content {
    flex: 1;
}

.sos-checklist-item-title {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 6px;
}

.sos-checklist-item-body {
    font-size: 16px;
    line-height: 1.75;
    color: #333333;
    margin: 0;
}

/* ── Trademark block ──────────────────────────────────────────────────────── */
.sos-trademark-block {
    background: #f8f9fa;
    border-top: 1px solid #f0f0f0;
    padding: 48px 20px;
    text-align: center;
}

.sos-trademark-block p {
    max-width: 820px;
    margin: 0 auto;
    font-size: 13px;
    color: #666666;
    line-height: 1.7;
    letter-spacing: 0.02em;
}

/* ==========================================================================
   SUB-PAGE CONTENT SECTIONS
   ========================================================================== */

/* ── Opening prose block ──────────────────────────────────────────────────── */
.sos-sub-opening {
    background: #ffffff;
    padding: 80px 20px 60px;
}

.sos-sub-opening-inner {
    max-width: 900px;
    margin: 0 auto;
}

.sos-sub-opening-inner p {
    font-size: 19px;
    line-height: 1.82;
    color: rgba(0,0,0,0.68);
    margin-bottom: 20px;
}

.sos-sub-opening-inner p:last-child {
    margin-bottom: 0;
}

/* ── Sub-page content sections ────────────────────────────────────────────── */
.sos-sub-section {
    background: #ffffff;
    padding: 72px 20px;
}

.sos-sub-section-inner {
    max-width: 900px;
    margin: 0 auto;
}

.sos-sub-eyebrow {
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(0,0,0,0.30);
    margin-bottom: 12px;
}

.sos-sub-headline {
    font-size: clamp(24px, 3vw, 40px);
    font-weight: 900;
    color: #1a1a1a;
    letter-spacing: -0.03em;
    line-height: 0.97;
    margin-bottom: 32px;
}

.sos-sub-subhead {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.01em;
    line-height: 1.2;
    margin: 36px 0 14px;
}

.sos-sub-section-inner > p {
    font-size: 17px;
    line-height: 1.8;
    color: #333333;
    margin-bottom: 18px;
}

.sos-sub-section-inner > p:last-child {
    margin-bottom: 0;
}

/* ── Numbered list with large gold counter ────────────────────────────────── */
.sos-numbered-list {
    counter-reset: numbered-counter;
    list-style: none;
    padding: 0;
    margin: 28px 0 0;
}

.sos-numbered-list--start-12 {
    counter-reset: numbered-counter 11;
}

.sos-numbered-item {
    counter-increment: numbered-counter;
    display: flex;
    gap: 28px;
    align-items: flex-start;
    padding: 24px 0;
    border-bottom: 1px solid #f0f0f0;
}

.sos-numbered-item:last-child {
    border-bottom: none;
}

.sos-numbered-item::before {
    content: counter(numbered-counter);
    flex-shrink: 0;
    font-size: 48px;
    font-weight: 900;
    color: var(--gold);
    letter-spacing: -0.04em;
    line-height: 1;
    min-width: 56px;
    opacity: 0.85;
}

.sos-numbered-item-content {
    flex: 1;
    padding-top: 8px;
}

.sos-numbered-item-title {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.sos-numbered-item-body {
    font-size: 16px;
    line-height: 1.78;
    color: #333333;
    margin-bottom: 10px;
}

.sos-numbered-item-body:last-child {
    margin-bottom: 0;
}

/* ── Notice block (legal disclaimers, important warnings) ─────────────────── */
.sos-notice-block {
    background: rgba(254, 192, 39, 0.06);
    border-left: 4px solid var(--gold);
    border-radius: 0 8px 8px 0;
    padding: 28px 32px;
    margin: 0 0 32px;
    font-size: 16px;
    line-height: 1.75;
    color: #333333;
    font-style: italic;
}

/* ── Verbatim block (quoted / cautionary language) ────────────────────────── */
.sos-verbatim-block {
    background: #f8f9fa;
    border-left: 4px solid #d0d0d0;
    border-radius: 0 8px 8px 0;
    padding: 28px 32px;
    margin: 28px 0;
    font-size: 17px;
    line-height: 1.82;
    color: #333333;
    font-style: italic;
}

/* ── Sources block ────────────────────────────────────────────────────────── */
.sos-sources {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}

.sos-sources-label {
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: rgba(0,0,0,0.30);
    margin-bottom: 10px;
}

.sos-sources-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sos-sources-list li {
    font-size: 12px;
    line-height: 1.6;
    color: #666666;
    padding-left: 22px;
    position: relative;
    margin-bottom: 4px;
}

.sos-sources-list li:last-child {
    margin-bottom: 0;
}

.sos-sources-list li::before {
    content: '--';
    position: absolute;
    left: 0;
    color: var(--gold);
    font-weight: 700;
}
