/* ===== SHARED INNER PAGE STYLES ===== */

/* Active nav link */
.nav-active { color: var(--red) !important; }

/* Utility */
.text-red { color: var(--red); }

/* ===== PAGE HERO ===== */
.page-hero {
    position: relative; min-height: 50vh;
    display: flex; align-items: center;
    overflow: hidden; padding: 110px 0 50px;
    background:
        radial-gradient(ellipse 80% 60% at 50% 120%, rgba(225,6,0,0.06) 0%, transparent 60%),
        radial-gradient(ellipse 50% 40% at 10% 20%, rgba(225,6,0,0.03) 0%, transparent 50%),
        linear-gradient(180deg, #030303 0%, #050505 50%, #020202 100%);
}
.page-hero-content {
    position: relative; z-index: 10; max-width: 700px;
}
.page-hero-label {
    font-size: 14px; font-weight: 600; text-transform: uppercase;
    letter-spacing: 3px; color: var(--red); margin-bottom: 16px;
    animation: fadeUp 0.6s cubic-bezier(0.16,1,0.3,1) 0.1s both;
}
.page-hero-title {
    font-size: clamp(40px, 7vw, 72px); font-weight: 700;
    line-height: 1.1; letter-spacing: -2px; margin-bottom: 20px;
    animation: fadeUp 0.6s cubic-bezier(0.16,1,0.3,1) 0.2s both;
}
.page-hero-desc {
    font-size: clamp(16px, 1.8vw, 20px); color: var(--gray-400);
    line-height: 1.6; max-width: 560px;
    animation: fadeUp 0.6s cubic-bezier(0.16,1,0.3,1) 0.35s both;
}

/* ===== SECTION DARK ===== */
.section-dark {
    padding: 60px 0; position: relative;
    background:
        radial-gradient(ellipse 60% 50% at 80% 20%, rgba(225,6,0,0.02) 0%, transparent 50%),
        linear-gradient(180deg, #080808 0%, #0A0A0A 50%, #070707 100%);
}
.section-dark::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(225,6,0,0.15), transparent);
}

/* ===== PAGE CTA ===== */
.page-cta {
    padding: 72px 0; position: relative; overflow: hidden;
    background:
        radial-gradient(ellipse 70% 50% at 50% 80%, rgba(225,6,0,0.05) 0%, transparent 50%),
        linear-gradient(180deg, #030303 0%, #050505 50%, #020202 100%);
}
.page-cta::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(225,6,0,0.15), transparent);
}
.page-cta-content {
    text-align: center; max-width: 600px; margin: 0 auto;
}
.page-cta-content h2 {
    font-size: clamp(28px, 5vw, 48px); font-weight: 700;
    margin-bottom: 16px; letter-spacing: -0.5px;
}
.page-cta-content p {
    font-size: 18px; color: var(--gray-400); margin-bottom: 36px; line-height: 1.6;
}

/* ===== SERVICES DETAIL ===== */
.service-detail {
    display: grid; grid-template-columns: 100px 1fr;
    gap: 40px; padding: 56px 0;
    border-bottom: 1px solid rgba(255,255,255,0.04);
}
.service-detail:last-child { border-bottom: none; }
.service-detail-num {
    font-size: 72px; font-weight: 800; line-height: 1;
    -webkit-text-stroke: 1.5px rgba(225,6,0,0.15);
    color: transparent; user-select: none;
    transition: all 0.4s;
}
.service-detail:hover .service-detail-num {
    -webkit-text-stroke: 1.5px rgba(225,6,0,0.4);
    color: rgba(225,6,0,0.05);
}
.service-detail-header {
    display: flex; align-items: center; gap: 20px;
    margin-bottom: 16px;
}
.service-detail-header h2 {
    font-size: 28px; font-weight: 700; letter-spacing: -0.5px;
}
.service-detail-desc {
    font-size: 16px; color: var(--gray-400); line-height: 1.7;
    max-width: 600px; margin-bottom: 28px;
}
.service-detail-features {
    display: flex; flex-direction: column; gap: 16px;
}
.service-detail-feature {
    display: flex; align-items: flex-start; gap: 14px;
}
.service-detail-feature strong {
    display: block; font-size: 15px; font-weight: 600; margin-bottom: 2px;
}
.service-detail-feature p {
    font-size: 14px; color: var(--gray-400); line-height: 1.5; margin: 0;
}

/* ===== PROCESS STEPS ===== */
.process-step {
    display: grid; grid-template-columns: 100px 1fr;
    gap: 40px; padding: 56px 0;
    border-bottom: 1px solid rgba(255,255,255,0.04);
}
.process-step:last-child { border-bottom: none; }
.process-step-left {
    display: flex; flex-direction: column; align-items: center;
}
.process-step-num {
    font-size: 56px; font-weight: 800; line-height: 1;
    -webkit-text-stroke: 1.5px rgba(225,6,0,0.2);
    color: transparent; user-select: none; margin-bottom: 16px;
    transition: all 0.4s;
}
.process-step:hover .process-step-num {
    -webkit-text-stroke: 1.5px rgba(225,6,0,0.5);
    color: rgba(225,6,0,0.06);
}
.process-step-line {
    flex: 1; width: 2px; min-height: 40px;
    background: linear-gradient(180deg, rgba(225,6,0,0.2), rgba(225,6,0,0.02));
}
.process-step-icon {
    width: 56px; height: 56px; border-radius: 14px;
    background: rgba(225,6,0,0.08); border: 1px solid rgba(225,6,0,0.1);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 20px;
}
.process-step-icon svg { width: 26px; height: 26px; color: var(--red); }
.process-step-body h2 {
    font-size: 32px; font-weight: 700; letter-spacing: -0.5px; margin-bottom: 4px;
}
.process-step-subtitle {
    font-size: 14px; font-weight: 600; text-transform: uppercase;
    letter-spacing: 2px; color: var(--red); margin-bottom: 16px;
}
.process-step-desc {
    font-size: 16px; color: var(--gray-400); line-height: 1.7;
    max-width: 560px; margin-bottom: 28px;
}
.process-step-details {
    display: flex; flex-direction: column; gap: 12px;
}
.process-step-detail {
    display: flex; align-items: center; gap: 12px;
    font-size: 15px; color: var(--gray-300);
}
.process-step-detail svg { color: var(--red); flex-shrink: 0; }

/* ===== WORK GRID ===== */
.work-grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.work-item {
    position: relative; border-radius: 16px; overflow: hidden;
    min-height: 360px;
    border: 1px solid rgba(255,255,255,0.06);
    transition: border-color 0.4s, transform 0.4s, box-shadow 0.4s;
}
.work-item:hover {
    border-color: rgba(225,6,0,0.3);
    transform: translateY(-6px);
    box-shadow: 0 20px 60px rgba(225,6,0,0.08);
}
.work-item-wide {
    grid-column: span 2;
}
.work-item-bg {
    position: absolute; inset: 0;
}
.work-item-watermark {
    position: absolute; inset: 0;
    display: flex; align-items: center; justify-content: center;
    pointer-events: none;
}
.work-item-watermark span {
    font-size: 48px; font-weight: 800; letter-spacing: 6px;
    text-transform: uppercase; color: rgba(225,6,0,0.04);
}
.work-item-tag {
    position: absolute; top: 16px; left: 16px; z-index: 2;
    font-size: 10px; font-weight: 700; letter-spacing: 1.5px;
    text-transform: uppercase; color: #fff;
    background: rgba(225,6,0,0.85); padding: 4px 14px; border-radius: 4px;
}
.work-item-overlay {
    position: absolute; inset: 0; z-index: 1;
    background: linear-gradient(180deg, transparent 30%, rgba(0,0,0,0.92) 100%);
    display: flex; flex-direction: column; justify-content: flex-end;
    padding: 32px;
}
.work-item-overlay h3 { font-size: 22px; font-weight: 700; margin-bottom: 6px; }
.work-item-overlay > p { font-size: 14px; color: var(--gray-400); line-height: 1.5; margin-bottom: 20px; }
.work-item-stats {
    display: flex; gap: 24px; flex-wrap: wrap;
}
.work-item-stat { display: flex; flex-direction: column; }
.work-item-stat-num {
    font-size: 22px; font-weight: 700; color: var(--red);
}
.work-item-stat-label {
    font-size: 11px; color: var(--gray-400); text-transform: uppercase;
    letter-spacing: 1px; font-weight: 500;
}

/* ===== CONTACT FORM ===== */
.contact-grid {
    display: grid; grid-template-columns: 1.2fr 0.8fr;
    gap: 48px; align-items: start;
}
.contact-form-wrap h2 {
    font-size: 28px; font-weight: 700; margin-bottom: 32px;
    letter-spacing: -0.5px;
}
.contact-form {
    display: flex; flex-direction: column; gap: 20px;
}
.form-row {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px;
}
.form-group {
    display: flex; flex-direction: column; gap: 8px;
}
.form-group label {
    font-size: 14px; font-weight: 600; color: var(--gray-300);
}
.form-optional { font-weight: 400; color: var(--gray-400); }
.form-group input,
.form-group select,
.form-group textarea {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 10px; padding: 14px 16px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 15px; color: #fff;
    transition: border-color 0.3s, box-shadow 0.3s;
    outline: none; width: 100%;
}
.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(255,255,255,0.2);
}
.form-group select {
    appearance: none; cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%239ca3af' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
}
.form-group select option {
    background: #111; color: #fff;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: rgba(225,6,0,0.4);
    box-shadow: 0 0 0 3px rgba(225,6,0,0.08);
}
.form-group textarea { resize: vertical; min-height: 120px; }
.form-submit {
    align-self: flex-start; margin-top: 8px;
}
.form-success {
    display: none; flex-direction: column; align-items: center;
    text-align: center; gap: 16px; padding: 60px 20px;
}
.form-success h3 { font-size: 24px; font-weight: 700; }
.form-success p { color: var(--gray-400); font-size: 16px; }

/* Contact info sidebar */
.contact-info { display: flex; flex-direction: column; gap: 24px; }
.contact-info-card {
    background: linear-gradient(165deg, rgba(20,20,20,0.9) 0%, rgba(8,8,8,0.95) 100%);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 20px; padding: 36px 32px;
}
.contact-info-card h3 {
    font-size: 20px; font-weight: 700; margin-bottom: 8px;
}
.contact-info-card > p {
    font-size: 14px; color: var(--gray-400); line-height: 1.6; margin-bottom: 28px;
}
.contact-info-items { display: flex; flex-direction: column; gap: 20px; }
.contact-info-item {
    display: flex; align-items: center; gap: 16px;
    color: var(--gray-300); transition: color 0.3s;
}
.contact-info-item:hover { color: #fff; }
.contact-info-label {
    display: block; font-size: 12px; color: var(--gray-400);
    text-transform: uppercase; letter-spacing: 1px; font-weight: 500;
    margin-bottom: 2px;
}
.contact-info-value { display: block; font-size: 15px; font-weight: 500; }
.contact-promise {
    display: flex; align-items: flex-start; gap: 16px;
    background: rgba(225,6,0,0.04);
    border: 1px solid rgba(225,6,0,0.08);
    border-radius: 16px; padding: 24px;
}
.contact-promise-icon { color: var(--red); flex-shrink: 0; margin-top: 2px; }
.contact-promise strong {
    display: block; font-size: 15px; margin-bottom: 4px;
}
.contact-promise p {
    font-size: 13px; color: var(--gray-400); line-height: 1.5; margin: 0;
}

/* Work page reel cards */
.reels-card-grid {
    display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px;
}
.reel-card {
    position: relative; display: block; border-radius: 16px; overflow: hidden;
    height: 360px; border: 1px solid rgba(255,255,255,0.06);
    background: #111;
    transition: border-color 0.4s, transform 0.4s, box-shadow 0.4s;
}
.reel-card:hover {
    border-color: rgba(225,6,0,0.3);
    transform: translateY(-6px);
    box-shadow: 0 16px 48px rgba(225,6,0,0.1);
}
.reel-video {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    background: #000;
    border: none;
    display: block;
}

/* ===== RESPONSIVE — INNER PAGES ===== */
@media (max-width: 1024px) {
    .work-grid { grid-template-columns: repeat(2, 1fr); }
    .work-item-wide { grid-column: span 2; }
    .reels-card-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
    /* Page hero */
    .page-hero { padding: 120px 0 48px; min-height: auto; }
    .page-hero-title { letter-spacing: -1px; }
    .page-hero-label { font-size: 12px; letter-spacing: 2px; }

    /* Services detail */
    .service-detail {
        grid-template-columns: 1fr; gap: 8px;
        padding: 40px 0;
    }
    .service-detail-num { font-size: 48px; }
    .service-detail-header { flex-direction: column; align-items: flex-start; gap: 12px; }
    .service-detail-header h2 { font-size: 22px; }

    /* Process steps */
    .process-step {
        grid-template-columns: 1fr; gap: 8px;
        padding: 40px 0;
    }
    .process-step-left { flex-direction: row; gap: 16px; }
    .process-step-line { min-height: 2px; height: 2px; width: 40px; flex: 0;
        background: linear-gradient(90deg, rgba(225,6,0,0.2), rgba(225,6,0,0.02)); }
    .process-step-num { font-size: 40px; margin-bottom: 0; }
    .process-step-body h2 { font-size: 26px; }

    /* Work grid */
    .work-grid { grid-template-columns: 1fr; }
    .work-item-wide { grid-column: span 1; }
    .work-item { min-height: 300px; }
    .work-item-overlay { padding: 24px; }
    .work-item-overlay h3 { font-size: 20px; }

    /* Contact */
    .contact-grid {
        grid-template-columns: 1fr; gap: 40px;
    }
    .form-row { grid-template-columns: 1fr; }
    .contact-form-wrap h2 { font-size: 24px; }
    .contact-info-card { padding: 28px 24px; }

    /* Reels */
    .reels-card-grid { grid-template-columns: repeat(2, 1fr); }
    .reel-card { height: 280px; }

    /* Page CTA */
    .page-cta { padding: 64px 0; }
    .page-cta-content p { font-size: 16px; }
}
@media (max-width: 480px) {
    .page-hero { padding: 110px 0 40px; }
    .service-detail-num { font-size: 40px; }
    .work-item-stats { gap: 16px; }
    .work-item-stat-num { font-size: 18px; }
    .contact-promise { flex-direction: column; align-items: flex-start; }
    .reels-card-grid { grid-template-columns: 1fr; }
    .reel-card { height: 260px; }
}

/* ===== WORK PAGE — EDITORIAL LAYOUT ===== */

/* Brand logo marquee */
.brand-marquee-section {
    padding: 40px 0 0;
    background:
        radial-gradient(ellipse 60% 50% at 80% 20%, rgba(225,6,0,0.02) 0%, transparent 50%),
        linear-gradient(180deg, #080808 0%, #0A0A0A 50%, #070707 100%);
}
.brand-marquee-eyebrow {
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: var(--gray-400);
    margin-bottom: 28px;
    font-weight: 600;
}
.brand-marquee {
    overflow: hidden;
    border-top: 1px solid rgba(225,6,0,0.18);
    border-bottom: 1px solid rgba(225,6,0,0.18);
    padding: 32px 0;
    background: linear-gradient(90deg, rgba(225,6,0,0.05), transparent 18%, transparent 82%, rgba(225,6,0,0.05));
    -webkit-mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
    mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
}
.brand-marquee-track {
    display: flex; gap: 72px; align-items: center;
    width: max-content;
    animation: brandMarquee 38s linear infinite;
}
.brand-logo {
    flex-shrink: 0;
    color: var(--gray-300);
    transition: color 0.3s, transform 0.3s;
    cursor: default;
}
.brand-logo:hover {
    color: var(--red);
    transform: scale(1.06);
}
.brand-logo svg {
    height: 40px; width: auto; display: block;
    overflow: visible;
}
@keyframes brandMarquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

/* Big stats banner */
.work-stats-banner { padding: 56px 0; }
.wsb-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid rgba(255,255,255,0.06);
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.wsb-cell {
    padding: 48px 24px;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,0.06);
    transition: background 0.3s;
}
.wsb-cell:last-child { border-right: none; }
.wsb-cell:hover { background: rgba(225,6,0,0.04); }
.wsb-num {
    font-size: clamp(40px, 5.5vw, 72px);
    font-weight: 700;
    color: #fff;
    line-height: 1;
    letter-spacing: -2px;
}
.wsb-num span { color: var(--red); }
.wsb-lbl {
    margin-top: 14px;
    font-size: 12px;
    color: var(--gray-400);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

/* Editorial story rows */
.work-stories { padding: 24px 0 72px; }
.ws-eyebrow {
    margin-bottom: 60px;
    text-align: center;
}
.ws-eyebrow .label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: var(--red);
    margin-bottom: 14px;
    font-weight: 600;
}
.ws-eyebrow h2 {
    font-size: clamp(36px, 5vw, 64px);
    font-weight: 700;
    letter-spacing: -1.5px;
    line-height: 1.05;
}
.story {
    position: relative;
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 40px;
    padding: 56px 0;
    border-top: 1px solid rgba(255,255,255,0.08);
    align-items: start;
    transition: padding-left 0.4s ease;
}
.story:last-of-type { border-bottom: 1px solid rgba(255,255,255,0.08); }
.story::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(225,6,0,0.05), transparent 60%);
    opacity: 0;
    transition: opacity 0.4s;
    pointer-events: none;
}
.story:hover::after { opacity: 1; }
.story:hover { padding-left: 16px; }
.story-num {
    font-size: clamp(80px, 12vw, 160px);
    font-weight: 700;
    line-height: 0.85;
    color: transparent;
    -webkit-text-stroke: 2px var(--red);
    letter-spacing: -6px;
    transition: color 0.4s;
}
.story:hover .story-num { color: var(--red); }
.story-body { position: relative; z-index: 1; }
.story-meta {
    display: flex; gap: 8px; margin-bottom: 20px; flex-wrap: wrap;
}
.story-cat, .story-tag {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    padding: 6px 14px;
    border-radius: 100px;
    font-weight: 600;
}
.story-cat {
    color: var(--red);
    border: 1px solid rgba(225,6,0,0.4);
    background: rgba(225,6,0,0.06);
}
.story-tag {
    color: var(--gray-400);
    border: 1px solid rgba(255,255,255,0.1);
}
.story-title {
    font-size: clamp(28px, 3.5vw, 48px);
    font-weight: 700;
    margin-bottom: 18px;
    line-height: 1.05;
    letter-spacing: -1px;
    transition: color 0.3s;
}
.story:hover .story-title { color: var(--red); }
.story-desc {
    font-size: 17px;
    color: var(--gray-300);
    max-width: 720px;
    line-height: 1.7;
    margin-bottom: 32px;
}
.story-stats {
    display: flex; gap: 56px; flex-wrap: wrap;
}
.story-stat strong {
    display: block;
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 700;
    color: #fff;
    line-height: 1;
    letter-spacing: -0.5px;
}
.story-stat span {
    display: block;
    font-size: 12px;
    color: var(--gray-500);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-top: 8px;
    font-weight: 500;
}

/* Editorial layout — mobile */
@media (max-width: 768px) {
    .brand-marquee-section { padding: 40px 0 0; }
    .brand-marquee-eyebrow { font-size: 10px; letter-spacing: 3px; margin-bottom: 18px; }
    .brand-marquee { padding: 22px 0; }
    .brand-marquee-track { gap: 44px; }
    .brand-logo svg { height: 30px; }
    .faq-item summary { font-size: 16px; padding: 22px 4px; }
    .faq-body { font-size: 15px; padding: 0 4px 24px; }
    .work-stats-banner { padding: 56px 0; }
    .wsb-grid { grid-template-columns: repeat(2, 1fr); }
    .wsb-cell { padding: 32px 16px; border-right: none; }
    .wsb-cell:nth-child(odd) { border-right: 1px solid rgba(255,255,255,0.06); }
    .wsb-cell:nth-child(1), .wsb-cell:nth-child(2) {
        border-bottom: 1px solid rgba(255,255,255,0.06);
    }
    .work-stories { padding: 24px 0 80px; }
    .ws-eyebrow { margin-bottom: 40px; }
    .story {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 40px 0;
    }
    .story:hover { padding-left: 0; }
    .story-num { font-size: 80px; }
    .story-stats { gap: 28px; }
}


/* ===== INDUSTRIES WE SERVE ===== */
.industries { padding: 48px 0 32px; }
.ind-eyebrow {
    text-align: center;
    margin-bottom: 48px;
}
.ind-eyebrow .label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: var(--red);
    margin-bottom: 12px;
    font-weight: 600;
}
.ind-eyebrow h2 {
    font-size: clamp(32px, 4.5vw, 56px);
    font-weight: 700;
    letter-spacing: -1.5px;
    line-height: 1.05;
}
.ind-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.ind-cell {
    padding: 32px 28px;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 12px;
    background: rgba(255,255,255,0.02);
    transition: border-color 0.4s, transform 0.4s, background 0.4s;
}
.ind-cell:hover {
    border-color: rgba(225,6,0,0.3);
    transform: translateY(-4px);
    background: rgba(225,6,0,0.03);
}
.ind-icon {
    width: 44px; height: 44px;
    color: var(--red);
    margin-bottom: 18px;
}
.ind-cell h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    letter-spacing: -0.3px;
}
.ind-cell p {
    font-size: 14px;
    color: var(--gray-400);
    line-height: 1.6;
}

/* ===== FAQ ===== */
.faq { padding: 60px 0; }
.faq-list {
    max-width: 880px;
    margin: 48px auto 0;
}
.faq-item {
    border-top: 1px solid rgba(255,255,255,0.08);
}
.faq-item:last-child {
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 26px 8px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    transition: color 0.3s;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
    content: "+";
    font-size: 28px;
    font-weight: 300;
    color: var(--red);
    transition: transform 0.4s;
    flex-shrink: 0;
    line-height: 1;
}
.faq-item[open] summary::after { content: "−"; }
.faq-item summary:hover { color: var(--red); }
.faq-item[open] summary { color: var(--red); }
.faq-body {
    padding: 0 8px 26px;
    color: var(--gray-300);
    font-size: 16px;
    line-height: 1.7;
    max-width: 760px;
    animation: faqSlideDown 0.35s ease;
}
@keyframes faqSlideDown {
    from { opacity: 0; transform: translateY(-8px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Industries — responsive cascade (desktop → laptop → tablet → phone) */
@media (max-width: 1199px) {
    .ind-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
    .ind-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
}
@media (max-width: 479px) {
    .ind-grid { grid-template-columns: 1fr; }
}

/* ===== ABOUT PAGE ===== */
.about-story {
    max-width: 820px;
    margin: 0 auto;
}
.about-story-lead {
    font-size: clamp(22px, 2.6vw, 30px);
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
    letter-spacing: -0.5px;
    margin-bottom: 24px;
}
.about-story p {
    font-size: 17px;
    color: var(--gray-300);
    line-height: 1.75;
    margin-bottom: 18px;
}
.about-story p:last-child { margin-bottom: 0; }

.about-howwework {
    max-width: 820px;
    margin: 0 auto;
}
.about-howwework p {
    font-size: 17px;
    color: var(--gray-300);
    line-height: 1.75;
    margin-bottom: 18px;
}
.about-howwework p:last-child { margin-bottom: 0; }

/* About page — uniform sub-heading size (smaller than default to fit longer copy on one line) */
.ind-eyebrow.tight h2 {
    font-size: clamp(22px, 2.8vw, 36px);
    letter-spacing: -1px;
}

/* About page — pull quote */
.about-quote {
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
    padding: 0 24px;
}
.about-quote-mark {
    font-family: Georgia, serif;
    font-size: 96px;
    color: var(--red);
    opacity: 0.55;
    line-height: 0.6;
    margin-bottom: 12px;
    user-select: none;
}
.about-quote p {
    font-size: clamp(20px, 2.4vw, 28px);
    font-weight: 500;
    color: #fff;
    line-height: 1.45;
    letter-spacing: -0.3px;
    font-style: italic;
}
.about-quote-attrib {
    margin-top: 24px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--gray-400);
    font-weight: 600;
    font-style: normal;
}

@media (max-width: 768px) {
    .about-story-lead { font-size: 22px; }
    .about-story p, .about-howwework p { font-size: 16px; }
    .about-quote-mark { font-size: 64px; }
    .about-quote p { font-size: 18px; }
}
