/* =============================================
   Crewstack Venues Landing — aligned with da/venues-pdf.html (v2 Clean)
   Archivo + Newsreader + Geist + Geist Mono · paper / ink / accent
   ============================================= */

.venues-landing {
    --v-accent: #1F3B2E;
    --v-paper: #fbfaf7;
    --v-ink: #15171a;
    --v-muted: #6b6b66;
    --v-rule: #d6d2c8;
    --v-canvas: #1b1b1b;
}

.venues-landing .nav-link:hover {
    color: var(--v-accent);
}

.venues-landing .btn-primary {
    background-color: var(--v-accent);
    color: #fff;
}

.venues-landing .btn-primary:hover {
    background-color: #142e24;
    box-shadow: 0 4px 12px rgba(31, 59, 46, 0.35);
}

.venues-landing .btn-secondary {
    color: var(--v-accent);
    border-color: var(--v-accent);
}

.venues-landing .btn-secondary:hover {
    background-color: var(--v-accent);
    color: #fff;
}

.venues-landing .section-title {
    font-family: 'Archivo', system-ui, sans-serif;
    font-weight: 800;
    color: var(--v-ink);
    letter-spacing: -0.03em;
}

.venues-landing .section-subtitle {
    font-family: 'Geist', system-ui, sans-serif;
    color: var(--v-muted);
}

/* ---- Hero ---- */
.venues-hero {
    padding: 10rem 0 4.5rem;
    background: var(--v-paper);
    color: var(--v-ink);
}

.venues-hero-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem 2.5rem;
    align-items: start;
}

.venues-hero-content {
    max-width: none;
    margin: 0;
    text-align: left;
}

.venues-eyebrow {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    font-family: 'Geist Mono', ui-monospace, monospace;
    font-size: 0.625rem;
    font-weight: 500;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--v-muted);
    margin-bottom: 1.25rem;
    background: none;
    border: none;
    padding: 0;
    border-radius: 0;
}

.venues-eyebrow::before {
    content: "";
    width: 18px;
    height: 1px;
    background: var(--v-accent);
    flex-shrink: 0;
}

.venues-hero-title {
    font-family: 'Archivo', system-ui, sans-serif;
    font-size: clamp(2.5rem, 5.5vw, 4rem);
    font-weight: 800;
    line-height: 0.95;
    letter-spacing: -0.045em;
    margin-bottom: 1.25rem;
    color: var(--v-ink);
}

.venues-hero-title .highlight {
    font-family: 'Newsreader', Georgia, serif;
    font-style: italic;
    font-weight: 400;
    color: var(--v-accent);
    letter-spacing: -0.03em;
}

.venues-hero-subtitle {
    font-family: 'Geist', system-ui, sans-serif;
    font-size: 1.05rem;
    color: var(--v-muted);
    line-height: 1.65;
    margin-bottom: 2rem;
    max-width: 36rem;
    margin-left: 0;
    margin-right: 0;
}

.hero-ctas {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.venues-trust-badge {
    margin-top: 1.75rem;
    font-family: 'Geist', system-ui, sans-serif;
    font-size: 0.8125rem;
    color: var(--v-muted);
    opacity: 1;
}

/* Hero photo (match PDF hero band) */
.venues-hero-photo-wrap {
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    border: 1px solid var(--v-rule);
    min-height: 280px;
    background: #eee;
}

.venues-hero-photo {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
    object-position: 58% 32%;
}

.venues-hero-photo-cap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 3.5rem 1rem 0.75rem;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.55) 100%);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 0.5rem;
    font-family: 'Geist Mono', ui-monospace, monospace;
    font-size: 0.5625rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #fbfaf7;
}

.venues-hero-photo-cap-sep {
    opacity: 0.7;
}

/* ---- Problem section ---- */
.venues-problem {
    padding: 5rem 0;
    background: var(--v-paper);
}

.venues-problem .section-title {
    text-align: center;
}

.problem-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin: 2.5rem 0;
}

.problem-card {
    background: #fff;
    border: 1px solid var(--v-rule);
    border-radius: 2px;
    padding: 1.75rem;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    box-shadow: none;
}

.problem-icon {
    font-size: 1.75rem;
    flex-shrink: 0;
    line-height: 1;
    padding-top: 0.1rem;
}

.problem-card p {
    font-family: 'Newsreader', Georgia, serif;
    color: var(--v-ink);
    font-size: 1rem;
    line-height: 1.55;
    margin: 0;
    font-style: italic;
    font-weight: 400;
}

.solution-bridge {
    text-align: center;
    margin: 2rem 0;
}

.solution-bridge-arrow {
    font-size: 1.25rem;
    color: var(--v-muted);
    line-height: 1.8;
}

.solution-bridge-text {
    font-family: 'Geist', system-ui, sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--v-accent);
    padding: 0.5rem 0;
}

.solution-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.solution-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.solution-check {
    background: #efefef;
    color: var(--v-ink);
    font-weight: 700;
    border-radius: 2px;
    border: 1px solid var(--v-rule);
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 0.85rem;
    margin-top: 0.2rem;
}

.solution-item strong {
    display: block;
    font-family: 'Archivo', system-ui, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--v-ink);
}

.solution-item p {
    font-family: 'Geist', system-ui, sans-serif;
    color: var(--v-muted);
    font-size: 0.95rem;
    margin: 0;
}

/* ---- Features ---- */
.venues-features {
    padding: 5rem 0;
    background: #fff;
}

.venues-features .section-title,
.venues-features .section-subtitle {
    text-align: center;
}

.venue-features-grid {
    display: flex;
    flex-direction: column;
    gap: 5rem;
    margin-top: 3rem;
}

.venue-feature-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.venue-feature-item--reverse {
    direction: rtl;
}

.venue-feature-item--reverse > * {
    direction: ltr;
}

.venue-video-placeholder {
    background: linear-gradient(135deg, var(--v-paper) 0%, #eceae6 100%);
    border: 2px dashed var(--v-rule);
    border-radius: 2px;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.placeholder-icon {
    font-size: 3rem;
    margin-bottom: 0.75rem;
}

.placeholder-content {
    text-align: center;
    padding: 2rem;
}

.placeholder-label {
    font-family: 'Archivo', system-ui, sans-serif;
    font-weight: 600;
    color: var(--v-muted);
    font-size: 1rem;
    margin-bottom: 0.4rem;
}

.placeholder-note {
    font-size: 0.8rem;
    color: var(--v-muted);
    font-style: italic;
    font-family: 'Geist', system-ui, sans-serif;
}

.venue-feature-visual--static {
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.static-feature-card {
    background: #fff;
    border: 1px solid var(--v-rule);
    border-radius: 2px;
    padding: 2rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    width: 100%;
    max-width: 380px;
}

.sfc-title {
    font-family: 'Archivo', system-ui, sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--v-ink);
    margin-bottom: 1.25rem;
}

.sfc-item {
    border-radius: 2px;
}

.sfc-item--done {
    background: rgba(31, 59, 46, 0.08);
    color: var(--v-accent);
}

.sfc-item--pending {
    background: rgba(107, 107, 102, 0.12);
    color: var(--v-muted);
}

.sfc-footer {
    font-family: 'Geist', system-ui, sans-serif;
    font-size: 0.8rem;
    color: var(--v-muted);
    border-top: 1px solid var(--v-rule);
    padding-top: 0.75rem;
}

.venue-feature-text h3 {
    font-family: 'Archivo', system-ui, sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--v-ink);
    letter-spacing: -0.02em;
}

.venue-feature-text p {
    font-family: 'Geist', system-ui, sans-serif;
    color: var(--v-muted);
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 1.25rem;
}

.feature-bullets li {
    font-family: 'Geist', system-ui, sans-serif;
    color: var(--v-muted);
}

.feature-bullets li::before {
    color: var(--v-accent);
}

/* ---- Social Proof ---- */
.venues-social-proof {
    padding: 5rem 0;
    background: #eceae6;
    color: var(--v-ink);
    text-align: center;
}

.venues-social-proof .section-title {
    color: var(--v-ink);
}

.venues-social-proof .section-subtitle {
    color: var(--v-muted);
    max-width: 640px;
    margin: 0 auto 3rem;
}

.venues-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-bottom: 3.5rem;
    padding-top: 2rem;
    border-top: 1px solid var(--v-rule);
}

.venues-stat {
    padding: 1.25rem 1rem;
    background: transparent;
    border: none;
    border-right: 1px solid var(--v-rule);
    border-radius: 0;
    text-align: center;
}

.venues-stat:last-child {
    border-right: none;
}

.venues-stat-number {
    font-family: 'Newsreader', Georgia, serif;
    font-style: italic;
    font-weight: 400;
    font-feature-settings: "lnum" on;
    font-size: 2rem;
    line-height: 1;
    color: var(--v-ink);
    letter-spacing: -0.02em;
    margin-bottom: 0.5rem;
}

.venues-stat-label {
    font-family: 'Geist Mono', ui-monospace, monospace;
    font-size: 0.5625rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--v-muted);
}

.venues-customer-logos {
    margin-bottom: 2rem;
    text-align: left;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.venues-section-rule-head {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    margin-bottom: 0.6rem;
}

.venues-section-rule-head::after {
    content: "";
    flex: 1;
    height: 1px;
    background: var(--v-rule);
    min-width: 2rem;
}

.customer-logos-label {
    font-family: 'Geist Mono', ui-monospace, monospace;
    font-size: 0.625rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--v-muted);
    margin-bottom: 0;
}

.venues-customers-line {
    font-family: 'Newsreader', Georgia, serif;
    font-size: 1.35rem;
    line-height: 1.35;
    color: var(--v-ink);
    letter-spacing: -0.015em;
    margin: 0;
    text-align: left;
}

.venues-customers-line em {
    font-style: italic;
    font-weight: 400;
}

.venues-customers-tail {
    color: var(--v-muted);
    font-style: italic;
    font-weight: 400;
}

/* ---- Setup steps ---- */
.venues-setup {
    padding: 5rem 0;
    background: var(--v-paper);
    text-align: center;
}

.setup-step-num {
    font-family: 'Geist Mono', ui-monospace, monospace;
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--v-accent);
    letter-spacing: 0.16em;
    line-height: 1;
    margin-bottom: 0.75rem;
}

.setup-step h3 {
    font-family: 'Archivo', system-ui, sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--v-ink);
}

.setup-step p {
    font-family: 'Geist', system-ui, sans-serif;
    font-size: 0.9rem;
    color: var(--v-muted);
    line-height: 1.5;
    margin: 0;
}

.setup-connector {
    color: var(--v-rule);
    font-size: 1.25rem;
    padding-top: 2rem;
    flex-shrink: 0;
}

/* ---- Contact ---- */
.venues-contact {
    padding: 5rem 0;
    background: #fff;
}

.venues-contact-info h2 {
    font-family: 'Archivo', system-ui, sans-serif;
    font-weight: 800;
    font-size: 2.25rem;
    letter-spacing: -0.04em;
    margin-bottom: 1rem;
    color: var(--v-ink);
}

.venues-contact-info p {
    font-family: 'Geist', system-ui, sans-serif;
    color: var(--v-muted);
    font-size: 1.05rem;
    line-height: 1.7;
}

.venues-contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: start;
    max-width: 960px;
    margin: 0 auto;
}

/* ============================================
   Responsive
   ============================================ */
@media (max-width: 900px) {
    .venues-hero-layout {
        grid-template-columns: 1fr;
    }

    .venues-hero-content {
        text-align: center;
    }

    .venues-eyebrow {
        justify-content: center;
    }

    .venues-hero-subtitle {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-ctas {
        justify-content: center;
    }

    .venues-customer-logos,
    .venues-customers-line {
        text-align: center;
    }

    .venues-section-rule-head::after {
        display: none;
    }

    .problem-grid,
    .solution-grid {
        grid-template-columns: 1fr;
    }

    .venue-feature-item,
    .venue-feature-item--reverse {
        grid-template-columns: 1fr;
        direction: ltr;
        gap: 2rem;
    }

    .venues-stats {
        grid-template-columns: repeat(2, 1fr);
        border-top: none;
        padding-top: 0;
    }

    .venues-stat {
        border-right: none;
        border-bottom: 1px solid var(--v-rule);
        padding: 1rem;
    }

    .venues-stat:nth-child(odd) {
        border-right: 1px solid var(--v-rule);
    }

    .venues-contact-content {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .setup-connector {
        display: none;
    }

    .setup-steps {
        gap: 2rem;
    }
}

@media (max-width: 600px) {
    .venues-hero {
        padding: 8rem 0 3rem;
    }

    .venues-stats {
        grid-template-columns: 1fr 1fr;
        gap: 0;
    }

    .venues-stat:nth-child(odd) {
        border-right: none;
    }
}
