:root {
    --brand-primary: #0d6efd;
    --brand-secondary: #20c997;
    --brand-ink: #101010;
    --brand-bg: #f6f7fb;
    --shadow-soft: 0 8px 30px rgba(0, 0, 0, 0.06);
    --font-family: 'Manrope', 'Segoe UI', system-ui, -apple-system, sans-serif;
}

body {
    font-family: var(--font-family);
    background: var(--brand-bg);
}

.navbar-shell {
    margin: 0.35rem 0.75rem;
    border-radius: 0.75rem;
}

.eyebrow {
    letter-spacing: 0.08em;
}

.hero-card .card {
    box-shadow: var(--shadow-soft);
}

.card,
.navbar,
.footer {
    border-radius: 0.75rem;
}

.post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem;
    margin: 1rem 0;
}

.post-content p {
    margin-bottom: 1rem;
    color: #343a40;
}

.post-content h2,
.post-content h3 {
    margin: 1.5rem 0 1rem;
    font-weight: 700;
}

.post-content a {
    color: var(--brand-primary);
}

.object-fit-cover {
    object-fit: cover;
}

.video-embed iframe {
    border: 0;
    width: 100%;
    height: 100%;
}

.video-fallback {
    position: relative;
}

.video-fallback .play-badge {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: white;
    font-size: 3rem;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
}

.page-header {
    padding: 1rem 1.25rem;
    border: 1px solid #e9ecef;
    border-radius: 0.75rem;
    background: #ffffff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
}

.navbar-collapse.show .nav-link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
