/* Fabricated Crime — The Arsenal page */

.arsenal-page {
    --arsenal-muted: rgba(255, 255, 255, 0.78);
    --arsenal-line: rgba(255, 255, 255, 0.22);
    font-family: 'Inter', sans-serif;
}

.arsenal-hero {
    position: relative;
    min-height: 78vh;
    margin-top: 0;
    background: #000;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.arsenal-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background: #000;
}

.arsenal-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.18) 45%, rgba(0, 0, 0, 0.45));
    pointer-events: none;
}

.arsenal-hero-title-wrap {
    position: relative;
    z-index: 2;
    width: min(1200px, 100%);
    margin: 0 auto;
    padding: 0 24px 32px;
}

.arsenal-hero-title {
    margin: 0;
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(3.5rem, 9vw, 7rem);
    letter-spacing: 3px;
    line-height: 0.95;
    text-transform: uppercase;
    color: #ff0000;
}

.arsenal-hero-tagline {
    margin-top: 8px;
    font-size: 0.9rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--arsenal-muted);
}

.arsenal-content {
    width: min(1200px, 100%);
    margin: 0 auto;
    padding: 40px 24px 80px;
}

.arsenal-intro {
    max-width: 900px;
    margin: 0 0 32px;
    color: var(--arsenal-muted);
    font-size: 1.08rem;
    line-height: 1.65;
}

.stashhouse-featured {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 2rem;
    background: #000;
    margin: 0 0 32px;
    overflow: hidden;
    border: 1px solid var(--arsenal-line);
}

.stashhouse-video-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
}

.stashhouse-video-wrap video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    object-position: center center;
}

.stashhouse-content {
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.stashhouse-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2rem, 3.6vw, 3rem);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 10px;
    color: #ff0000;
}

.stashhouse-copy {
    margin: 0 0 14px;
    color: var(--arsenal-muted);
    line-height: 1.7;
    font-size: 1rem;
}

.stashhouse-bullets {
    margin: 0;
    padding-left: 18px;
    color: var(--arsenal-muted);
    line-height: 1.7;
    font-size: 0.98rem;
}

.stashhouse-bullets li { margin: 0 0 8px; }
.stashhouse-bullets li strong { color: #fff; font-weight: 600; }

.arsenal-section-eyebrow {
    margin: 0 0 0.5rem;
    font-size: 0.8rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 77, 77, 0.85);
}

.arsenal-section-title {
    margin: 0 0 1.5rem;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #ff0000;
}

.arsenal-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    border-top: 1px solid var(--arsenal-line);
    padding: 28px 0 12px;
}

.arsenal-grid--studio-ops {
    border-bottom: 1px solid var(--arsenal-line);
    margin-bottom: 2.5rem;
}

.arsenal-item-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(1.5rem, 2.6vw, 2.1rem);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 6px;
    color: #fff;
}

.arsenal-item-copy {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;
    color: var(--arsenal-muted);
}

.arsenal-proof {
    border: 1px solid var(--arsenal-line);
    border-radius: 8px;
    padding: 1.75rem 1.5rem;
    background: rgba(0, 0, 0, 0.6);
    max-width: 900px;
}

.arsenal-proof-title {
    margin: 0 0 0.75rem;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ff0000;
}

.arsenal-proof-lead {
    margin: 0 0 1rem;
    font-size: 0.98rem;
    line-height: 1.65;
    color: var(--arsenal-muted);
}

.arsenal-proof-client {
    margin: 0 0 0.5rem;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.15rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff;
}

.arsenal-proof-summary {
    margin: 0 0 1.25rem;
    font-size: 0.95rem;
    line-height: 1.65;
    color: var(--arsenal-muted);
}

.arsenal-proof-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin: 0 0 1rem;
    padding: 0;
    list-style: none;
}

.arsenal-proof-stats li {
    text-align: center;
    padding: 0.75rem 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
}

.arsenal-proof-stat-value {
    display: block;
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(1.25rem, 2.5vw, 1.75rem);
    letter-spacing: 1px;
    color: #ff0000;
    line-height: 1.1;
}

.arsenal-proof-stat-label {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.8rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.65);
}

.arsenal-proof-note {
    margin: 0;
    font-size: 0.8rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.45);
    font-style: italic;
}

.arsenal-footer-line {
    margin-top: 28px;
    font-size: 0.98rem;
    line-height: 1.7;
    color: var(--arsenal-muted);
}

.arsenal-page .contact-section {
    background: #000;
    padding: 80px 24px;
    border-top: 1px solid var(--arsenal-line);
}

.arsenal-page .contact-section .contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
    justify-items: center;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.arsenal-page .contact-section .contact-info {
    text-align: center;
    width: min(420px, 100%);
}

.arsenal-page .contact-section .contact-info h2 {
    font-size: clamp(2.25rem, 5vw, 3.5rem);
    letter-spacing: 4px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Bebas Neue', sans-serif;
    color: #ff0000;
}

.arsenal-page .contact-section .contact-description {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1rem;
    line-height: 1.6;
}

.arsenal-page .contact-section .contact-org-line {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0.75rem;
    line-height: 1.5;
}

.arsenal-page .contact-section .contact-form {
    width: min(420px, 100%);
}

.arsenal-page .contact-section .form { width: 100%; }
.arsenal-page .contact-section .form-group { margin-bottom: 1.5rem; }

.arsenal-page .contact-section .form-group label {
    display: block;
    font-size: 0.95rem;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.arsenal-page .contact-section .form-control {
    width: 100%;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
    font-size: 1rem;
    font-family: 'Inter', sans-serif;
    box-sizing: border-box;
}

.arsenal-page .contact-section .form-control:focus {
    outline: none;
    border-color: rgba(255, 0, 0, 0.55);
    background: rgba(255, 255, 255, 0.12);
}

.arsenal-page .contact-section .form-control::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.arsenal-page .contact-section textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

.arsenal-page .contact-section .btn-submit {
    width: 100%;
    padding: 1rem 1.5rem;
    background: #ff0000;
    color: #000;
    border: none;
    font-size: 1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    font-family: 'Bebas Neue', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arsenal-page .contact-section .btn-submit:hover {
    background: #fff;
}

.arsenal-page .contact-section .btn-submit .btn-text,
.arsenal-page .contact-section .btn-submit .btn-loading {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.arsenal-page .contact-section .form-message {
    margin-top: 1rem;
    font-size: 0.95rem;
    font-family: 'Inter', sans-serif;
}

@media (max-width: 900px) {
    .arsenal-hero { min-height: 72vh; }
    .arsenal-hero-title-wrap { padding: 0 16px 18px; }
    .arsenal-content { padding: 32px 16px 64px; }
    .arsenal-grid { grid-template-columns: 1fr; gap: 22px; }
    .stashhouse-featured { grid-template-columns: 1fr; gap: 0; }
    .stashhouse-content { padding: 1.25rem 1.1rem 1.5rem; }
    .arsenal-proof-stats { grid-template-columns: 1fr; }
    .arsenal-page .contact-section { padding: 56px 16px; }
    .arsenal-page .contact-section .contact-content {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0 8px;
    }
}
