/* HGX Media — Shell Pages */

.page-hero {
    min-height: 60vh;
    display: flex;
    align-items: flex-end;
    padding: 0 48px 64px;
    padding-top: 140px;
    position: relative;
    overflow: hidden;
    margin: 12px 12px 0;
    border-radius: var(--r-xl);
    background: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.04);
}

.page-hero::before {
    content: '';
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 400px;
    background: radial-gradient(ellipse, rgba(27, 108, 242, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

.page-hero-inner {
    max-width: var(--max-w);
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.page-hero-label {
    font-size: 11px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--blue);
    margin-bottom: 16px;
    font-weight: 600;
}

.page-hero-title {
    font-size: clamp(36px, 5vw, 64px);
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -.035em;
    color: var(--text-primary);
    margin-bottom: 16px;
}

.page-hero-title em {
    font-family: var(--playfair);
    font-style: italic;
    font-weight: 400;
    color: var(--blue);
    letter-spacing: -0.01em;
}

.page-hero-sub {
    font-size: 15px;
    color: var(--text-secondary);
    max-width: 500px;
    line-height: 1.7;
    font-weight: 400;
}

.page-content {
    max-width: var(--max-w);
    margin: 0 auto;
    padding: 80px 48px;
}

/* Responsive */
@media (max-width: 900px) {
    .page-hero {
        min-height: 50vh;
        padding: 100px 20px 40px;
        margin: 6px 6px 0;
        border-radius: var(--r-lg);
    }
    .page-hero-title {
        font-size: clamp(28px, 8vw, 44px);
    }
    .page-content {
        padding: 56px 20px;
    }
}

@media (max-width: 480px) {
    .page-hero {
        padding: 88px 16px 32px;
        margin: 4px 4px 0;
        border-radius: var(--r);
    }
    .page-content {
        padding: 44px 16px;
    }
}

/* ── POLICY PAGE ── */
.policy-nav {
    position: sticky;
    top: 80px;
    z-index: 100;
    display: flex;
    gap: 8px;
    padding: 16px 48px;
    background: rgba(7, 11, 21, 0.85);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    justify-content: center;
}

.policy-nav a {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--text-secondary);
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all .25s cubic-bezier(.23, 1, .32, 1);
}

.policy-nav a:hover,
.policy-nav a.active {
    color: #fff;
    border-color: rgba(27, 108, 242, 0.4);
    background: rgba(27, 108, 242, 0.1);
}

.policy-section {
    max-width: 800px;
    margin: 0 auto;
    padding: 80px 48px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.policy-section:last-of-type {
    border-bottom: none;
}

.policy-section h2 {
    font-size: clamp(22px, 3vw, 28px);
    font-weight: 600;
    letter-spacing: -.02em;
    color: var(--text-primary);
    margin-bottom: 8px;
    scroll-margin-top: 140px;
}

.policy-section .policy-updated {
    font-size: 12px;
    color: var(--text-muted);
    margin-bottom: 32px;
}

.policy-section h3 {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-primary);
    margin: 32px 0 12px;
    letter-spacing: -.01em;
}

.policy-section p {
    font-size: 14px;
    line-height: 1.75;
    color: var(--text-secondary);
    margin-bottom: 16px;
}

.policy-section ul,
.policy-section ol {
    font-size: 14px;
    line-height: 1.75;
    color: var(--text-secondary);
    margin: 0 0 16px 20px;
}

.policy-section li {
    margin-bottom: 6px;
}

.policy-section a {
    color: var(--blue);
    text-decoration: none;
    transition: color .2s;
}

.policy-section a:hover {
    color: #4494ff;
    text-decoration: underline;
}

.policy-section strong {
    color: var(--text-primary);
    font-weight: 600;
}

.policy-contact {
    margin-top: 32px;
    padding: 20px 24px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: var(--r);
}

.policy-contact p {
    margin-bottom: 4px;
}

@media (max-width: 900px) {
    .policy-nav {
        padding: 12px 16px;
        gap: 6px;
        top: 60px;
    }
    .policy-nav a {
        font-size: 11px;
        padding: 8px 14px;
    }
    .policy-section {
        padding: 56px 20px;
    }
    .policy-section h2 {
        scroll-margin-top: 120px;
    }
}

@media (max-width: 480px) {
    .policy-nav a {
        font-size: 10px;
        padding: 7px 10px;
        letter-spacing: .03em;
    }
    .policy-section {
        padding: 40px 16px;
    }
}

/* ── SHARED SECTION PRIMITIVES (mirror work.css) ── */
.bp-section {
    padding: 96px 48px;
    position: relative;
    /* Skip rendering of below-fold sections until they're near the viewport — big paint/layout win */
    content-visibility: auto;
    contain-intrinsic-size: 800px;
}
.bp-section-inner { max-width: var(--max-w); margin: 0 auto; }

.bp-section-label {
    font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
    color: var(--blue); margin-bottom: 10px; font-weight: 600;
    display: block;
}

.bp-section-title {
    font-size: clamp(24px, 3vw, 38px); font-weight: 500;
    line-height: 1.2; letter-spacing: -.025em;
    color: var(--text-primary);
    max-width: 640px;
}
.bp-section-title strong {
    font-family: var(--playfair); font-style: italic;
    font-weight: 600; letter-spacing: -.01em;
    color: var(--blue);
}

.bp-section-note {
    font-size: 13px; color: var(--text-secondary);
    max-width: 340px; line-height: 1.7; font-weight: 400;
}

.bp-section-header {
    display: flex; justify-content: space-between;
    align-items: flex-start; margin-bottom: 56px; gap: 40px;
}

/* ── BRANDS PAGE — Philosophy ── */
.brands-phil { border-top: 1px solid rgba(255, 255, 255, 0.04); }

.brands-phil-grid {
    display: grid;
    grid-template-columns: 5fr 4fr;
    gap: 80px;
    align-items: center;
}

.brands-phil-body {
    font-size: 15px;
    color: var(--text-secondary);
    line-height: 1.85;
    margin-top: 24px;
    max-width: 540px;
}

.brands-phil-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.brands-phil-stat {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 28px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.brands-phil-stat:nth-child(odd) {
    padding-right: 32px;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.brands-phil-stat:nth-child(even) { padding-left: 32px; }
.brands-phil-stat:nth-last-child(-n+2) { border-bottom: none; }

.brands-phil-stat-num {
    font-size: clamp(32px, 3.5vw, 48px);
    font-weight: 700;
    letter-spacing: -.04em;
    color: var(--text-primary);
    line-height: 1;
}

.brands-phil-stat-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: var(--text-muted);
    font-weight: 600;
}

/* ── BRANDS PAGE — Portfolio ── */
.brands-portfolio { border-top: 1px solid rgba(255, 255, 255, 0.04); }

.brands-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

/* ── Brand Card (BLACK theme — mirrors work card system) ── */
.brand-card {
    background: #000;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: var(--r-lg);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    cursor: default;
    transition: transform .4s cubic-bezier(.23,1,.32,1),
                box-shadow .4s cubic-bezier(.23,1,.32,1),
                border-color .3s;
    position: relative;
}

.brand-card:hover {
    transform: translateY(-6px);
    border-color: rgba(27, 108, 242, 0.28);
    box-shadow: 0 24px 56px rgba(0,0,0,0.5),
                0 0 0 1px rgba(27, 108, 242, 0.1),
                0 0 60px rgba(27, 108, 242, 0.08);
}

/* Visual area — clean cover image */
.brand-card-logo {
    height: 200px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    background: #0a0a0a;
}

.brand-card-cover {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .8s cubic-bezier(.23, 1, .32, 1);
}

.brand-card:hover .brand-card-cover {
    transform: scale(1.06);
}

/* Body */
.brand-card-body {
    padding: 22px 22px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
    background: linear-gradient(to bottom, rgba(0,0,0,0.95), #000);
}

.brand-card-category {
    font-size: 9.5px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--blue);
    font-weight: 600;
    margin-bottom: 8px;
}

.brand-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.brand-card-name {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.2;
    color: #fff;
}

/* Status pill */
.brand-card-status {
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 100px;
    white-space: nowrap;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.6);
}

.brand-card-status.s-active {
    color: #4ade80;
    border-color: rgba(74, 222, 128, 0.25);
    background: rgba(74, 222, 128, 0.08);
}

.brand-card-status.s-building {
    color: #fbbf24;
    border-color: rgba(251, 191, 36, 0.25);
    background: rgba(251, 191, 36, 0.08);
}

.brand-card-status.s-acquired {
    color: #60a5fa;
    border-color: rgba(96, 165, 250, 0.25);
    background: rgba(96, 165, 250, 0.08);
}

.brand-card-desc {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.65;
    margin-bottom: 16px;
}

/* Footer — meta strip */
.brand-card-meta {
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.brand-card-meta-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.brand-card-meta-label {
    font-size: 9.5px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    font-weight: 600;
}

.brand-card-meta-value {
    font-size: 12.5px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: -.01em;
}

/* Featured (full-width) brand card variant */
.brand-card.bc-featured {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: stretch;
}

.brand-card.bc-featured .brand-card-logo {
    width: 320px;
    height: auto;
    flex-shrink: 0;
    border-bottom: none;
    border-right: 1px solid rgba(255, 255, 255, 0.04);
}

.brand-card.bc-featured .brand-card-body {
    padding: 32px 36px;
}

.brand-card.bc-featured .brand-card-name {
    font-size: 24px;
}

.brand-card.bc-featured .brand-card-desc {
    font-size: 14px;
    max-width: 580px;
}

/* Note */
.brands-note {
    max-width: var(--max-w);
    margin: 0 auto;
    padding: 0 48px 80px;
    text-align: center;
}

.brands-note p {
    font-size: 13px;
    color: var(--text-muted);
    font-style: italic;
}

/* Responsive */
@media (max-width: 1024px) {
    .brands-phil-grid { gap: 56px; }
    .brands-grid { grid-template-columns: repeat(2, 1fr); }
    .brand-card.bc-featured .brand-card-logo { width: 240px; }
}

@media (max-width: 900px) {
    .bp-section { padding: 64px 24px; }
    .brands-phil-grid { grid-template-columns: 1fr; gap: 48px; }
    .brands-grid { grid-template-columns: 1fr; gap: 14px; }
    .brand-card.bc-featured { flex-direction: column; }
    .brand-card.bc-featured .brand-card-logo {
        width: 100%;
        height: 200px;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    }
    .brand-card.bc-featured .brand-card-body { padding: 22px 22px 20px; }
    .brand-card.bc-featured .brand-card-name { font-size: 20px; }
    .bp-section-header { flex-direction: column; gap: 16px; margin-bottom: 36px; }
    .brands-note { padding: 0 20px 56px; }
}

@media (max-width: 480px) {
    .brand-card-meta { flex-wrap: wrap; gap: 12px; }
}

/* Consultation form (reuses modal field styles) */
.consult-form-wrap {
    max-width: 560px;
    margin: 0 auto;
    padding: 60px 48px 80px;
}

.consult-form-wrap .hgx-modal-title {
    color: var(--text-primary);
    font-size: 24px;
    margin-bottom: 8px;
}

.consult-form-wrap .hgx-modal-sub {
    color: var(--text-secondary);
    margin-bottom: 32px;
}

.consult-form-wrap .hgx-modal-field label {
    color: var(--text-secondary);
}

.consult-form-wrap .hgx-modal-field input,
.consult-form-wrap .hgx-modal-field select,
.consult-form-wrap .hgx-modal-field textarea {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
    color: var(--text-primary);
}

.consult-form-wrap .hgx-modal-field input:focus,
.consult-form-wrap .hgx-modal-field select:focus,
.consult-form-wrap .hgx-modal-field textarea:focus {
    border-color: var(--blue);
    box-shadow: 0 0 0 3px rgba(27, 108, 242, 0.15);
}

.consult-form-wrap .hgx-modal-field textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    font-size: 14px;
    font-family: var(--font);
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.05);
    resize: vertical;
    min-height: 100px;
}

.consult-form-wrap .hgx-modal-field select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2394a0b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
    -webkit-appearance: none;
    appearance: none;
}

@media (max-width: 480px) {
    .hgx-modal-card { padding: 28px 20px; }
    .hgx-modal-row { grid-template-columns: 1fr; }
    .consult-form-wrap { padding: 40px 16px 60px; }
}

/* ─────────────────────────────────────────────
   SERVICE PAGE PRIMITIVES (reusable across all
   /services/* pages, also harsh, contact, etc.)
   ───────────────────────────────────────────── */

/* Deliverables grid — 3-up feature cards */
.sp-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.sp-grid.sp-grid-2 { grid-template-columns: repeat(2, 1fr); }
.sp-grid.sp-grid-4 { grid-template-columns: repeat(4, 1fr); }

.sp-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: var(--r-lg);
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: border-color .3s, background .3s, transform .4s cubic-bezier(.23,1,.32,1);
}
.sp-card:hover {
    border-color: rgba(27, 108, 242, 0.25);
    background: rgba(27, 108, 242, 0.04);
    transform: translateY(-3px);
}

.sp-card-num {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--blue);
}

.sp-card-title {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -.015em;
    color: var(--text-primary);
    line-height: 1.3;
}

.sp-card-desc {
    font-size: 13.5px;
    color: var(--text-secondary);
    line-height: 1.7;
    margin: 0;
}

/* Check-list / what's included */
.sp-checklist {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 32px;
    margin-top: 32px;
}
.sp-checklist-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.6;
}
.sp-checklist-item::before {
    content: '';
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    border-radius: 50%;
    background: rgba(27, 108, 242, 0.12);
    border: 1px solid rgba(27, 108, 242, 0.3);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%231B6CF2' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}
.sp-checklist-item strong { color: var(--text-primary); font-weight: 600; }

/* Stats strip */
.sp-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: var(--r-lg);
    overflow: hidden;
}
.sp-stat {
    background: rgba(255, 255, 255, 0.02);
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.sp-stat-num {
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 700;
    letter-spacing: -.04em;
    color: var(--text-primary);
    line-height: 1;
}
.sp-stat-num .sp-stat-suffix {
    color: var(--blue);
    font-family: var(--playfair);
    font-style: italic;
    font-weight: 500;
}
.sp-stat-label {
    font-size: 10.5px;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: var(--text-muted);
    font-weight: 600;
}

/* FAQ accordion (uses <details><summary>) */
.sp-faq {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 820px;
    margin: 0 auto;
}
.sp-faq details {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: var(--r);
    overflow: hidden;
    transition: border-color .3s, background .3s;
}
.sp-faq details[open] {
    border-color: rgba(27, 108, 242, 0.25);
    background: rgba(27, 108, 242, 0.03);
}
.sp-faq summary {
    cursor: pointer;
    padding: 20px 24px;
    font-size: 15px;
    font-weight: 500;
    color: var(--text-primary);
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    transition: color .2s;
}
.sp-faq summary::-webkit-details-marker { display: none; }
.sp-faq summary::after {
    content: '+';
    font-size: 22px;
    font-weight: 300;
    color: var(--blue);
    flex-shrink: 0;
    transition: transform .3s;
}
.sp-faq details[open] summary::after { content: '−'; }
.sp-faq summary:hover { color: var(--blue); }
.sp-faq-body {
    padding: 0 24px 22px;
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.75;
}
.sp-faq-body p { margin: 0 0 10px; }
.sp-faq-body p:last-child { margin-bottom: 0; }

/* Pricing / package card */
.sp-tier {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--r-lg);
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
}
.sp-tier.sp-tier-featured {
    border-color: rgba(27, 108, 242, 0.4);
    background: linear-gradient(180deg, rgba(27, 108, 242, 0.08), rgba(27, 108, 242, 0.02));
}
.sp-tier-name {
    font-size: 11px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--blue);
    font-weight: 600;
}
.sp-tier-price {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -.03em;
    color: var(--text-primary);
    line-height: 1;
}
.sp-tier-price .sp-tier-price-sub {
    font-size: 13px;
    font-weight: 400;
    color: var(--text-muted);
    margin-left: 6px;
    letter-spacing: 0;
}
.sp-tier-desc {
    font-size: 13.5px;
    color: var(--text-secondary);
    line-height: 1.65;
}
.sp-tier-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}
.sp-tier-list li {
    font-size: 13.5px;
    color: var(--text-secondary);
    padding-left: 22px;
    position: relative;
    line-height: 1.55;
}
.sp-tier-list li::before {
    content: '';
    position: absolute;
    left: 0; top: 5px;
    width: 14px; height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%231B6CF2' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
}

/* Two-column "split" — copy left, visual/list right */
.sp-split {
    display: grid;
    grid-template-columns: 5fr 6fr;
    gap: 64px;
    align-items: start;
}
.sp-split-body {
    font-size: 15px;
    color: var(--text-secondary);
    line-height: 1.85;
    margin-top: 24px;
}
.sp-split-body p { margin: 0 0 14px; }
.sp-split-body strong { color: var(--text-primary); font-weight: 600; }

/* Numbered step list (alt to process timeline) */
.sp-steps {
    display: flex;
    flex-direction: column;
    gap: 0;
    counter-reset: spstep;
}
.sp-step {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 24px;
    padding: 28px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    counter-increment: spstep;
}
.sp-step:last-child { border-bottom: none; }
.sp-step::before {
    content: counter(spstep, decimal-leading-zero);
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -.04em;
    color: var(--blue);
    font-family: var(--playfair);
    font-style: italic;
    line-height: 1;
}
.sp-step-title {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -.015em;
    color: var(--text-primary);
    margin-bottom: 8px;
}
.sp-step-desc {
    font-size: 13.5px;
    color: var(--text-secondary);
    line-height: 1.7;
    margin: 0;
}

/* Responsive */
@media (max-width: 900px) {
    .sp-grid, .sp-grid.sp-grid-2, .sp-grid.sp-grid-4 { grid-template-columns: 1fr; }
    .sp-checklist { grid-template-columns: 1fr; gap: 12px; }
    .sp-stats { grid-template-columns: repeat(2, 1fr); }
    .sp-split { grid-template-columns: 1fr; gap: 32px; }
    .sp-step { grid-template-columns: 56px 1fr; gap: 16px; padding: 20px 0; }
    .sp-step::before { font-size: 26px; }
    .sp-card { padding: 22px; }
    .sp-tier { padding: 26px; }
}

@media (max-width: 480px) {
    .sp-stats { grid-template-columns: 1fr; }
    .sp-stat { padding: 22px 18px; }
}

/* ─────────────────────────────────────────────
   CONTACT PAGE
   ───────────────────────────────────────────── */
.contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 64px;
}
.contact-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: var(--r-lg);
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-decoration: none;
    transition: border-color .3s, background .3s, transform .4s cubic-bezier(.23,1,.32,1);
}
.contact-card:hover {
    border-color: rgba(27, 108, 242, 0.28);
    background: rgba(27, 108, 242, 0.04);
    transform: translateY(-3px);
}
.contact-card-icon {
    width: 44px; height: 44px;
    border-radius: 12px;
    background: rgba(27, 108, 242, 0.12);
    border: 1px solid rgba(27, 108, 242, 0.25);
    display: flex; align-items: center; justify-content: center;
    color: var(--blue);
    margin-bottom: 4px;
}
.contact-card-label {
    font-size: 10.5px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--blue);
    font-weight: 600;
}
.contact-card-title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -.02em;
    color: var(--text-primary);
    line-height: 1.25;
}
.contact-card-desc {
    font-size: 13.5px;
    color: var(--text-secondary);
    line-height: 1.65;
    margin: 0;
}
.contact-card-arrow {
    margin-top: auto;
    padding-top: 14px;
    font-size: 13px;
    font-weight: 600;
    color: var(--blue);
    display: flex;
    align-items: center;
    gap: 6px;
}
@media (max-width: 900px) {
    .contact-grid { grid-template-columns: 1fr; }
}

/* ─────────────────────────────────────────────
   HARSH (FOUNDER) PAGE
   ───────────────────────────────────────────── */
.harsh-intro-grid {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 72px;
    align-items: center;
}
.harsh-portrait {
    aspect-ratio: 4 / 5;
    border-radius: var(--r-lg);
    overflow: hidden;
    background: #0a0a0a;
    border: 1px solid rgba(255, 255, 255, 0.06);
}
.harsh-portrait img {
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.harsh-tags {
    display: flex; flex-wrap: wrap; gap: 8px;
    margin-top: 24px;
}
.harsh-tag {
    font-size: 11.5px;
    letter-spacing: .03em;
    padding: 6px 12px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--text-secondary);
}
.harsh-quote {
    background: rgba(27, 108, 242, 0.04);
    border: 1px solid rgba(27, 108, 242, 0.18);
    border-left: 3px solid var(--blue);
    padding: 32px 40px;
    border-radius: var(--r-lg);
    margin: 24px 0;
    font-family: var(--playfair);
    font-style: italic;
    font-size: 22px;
    line-height: 1.45;
    color: var(--text-primary);
    letter-spacing: -.005em;
}
.harsh-quote-attr {
    margin-top: 16px;
    font-family: var(--font);
    font-style: normal;
    font-size: 12px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--text-muted);
    font-weight: 600;
}
.harsh-timeline {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 760px;
    margin: 0 auto;
}
.harsh-tl-row {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 32px;
    padding: 28px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.harsh-tl-row:last-child { border-bottom: none; }
.harsh-tl-year {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .04em;
    color: var(--blue);
}
.harsh-tl-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 6px;
    letter-spacing: -.015em;
}
.harsh-tl-desc {
    font-size: 13.5px;
    color: var(--text-secondary);
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 900px) {
    .harsh-intro-grid { grid-template-columns: 1fr; gap: 40px; }
    .harsh-portrait { max-width: 360px; }
    .harsh-quote { font-size: 18px; padding: 24px 26px; }
    .harsh-tl-row { grid-template-columns: 1fr; gap: 6px; padding: 20px 0; }
}

/* ─────────────────────────────────────────────
   CONSULTATION PAGE — intro block
   ───────────────────────────────────────────── */
.consult-intro-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 64px;
}
.consult-intro-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: var(--r-lg);
    padding: 28px;
}
.consult-intro-card h3 {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-primary);
    letter-spacing: -.015em;
    margin: 0 0 10px;
}
.consult-intro-card p {
    font-size: 13.5px;
    color: var(--text-secondary);
    line-height: 1.7;
    margin: 0;
}
.consult-intro-card-label {
    font-size: 10.5px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--blue);
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}
@media (max-width: 900px) {
    .consult-intro-grid { grid-template-columns: 1fr; }
}

