/*
Theme Name: Parsifer
Theme URI: https://par.minservers.com
Description: On-brand child theme of Twenty Twenty-Five for Parsifer — Semantic DLP for regulated organizations. Brand colors, typography, header/footer, and marketing patterns. Content lives in editable Pages.
Author: Minservers
Template: twentytwentyfive
Version: 1.0
*/

/* Small polish on top of theme.json (kept minimal — most styling is in theme.json) */
.site-header a { text-decoration: none; }
.site-header .wp-block-navigation, .site-header .nav-links a { font-weight: 550; }
.nav-links a:hover { color: var(--wp--preset--color--accent); }

/* Card hover */
.brand-card { transition: box-shadow .18s ease, transform .18s ease, border-color .18s; }
.brand-card:hover { box-shadow: 0 16px 40px -24px rgba(15,23,42,.4); transform: translateY(-2px); }

/* Eyebrow */
.eyebrow { text-transform: uppercase; letter-spacing: .14em; font-size: .74rem !important; font-weight: 700; color: var(--wp--preset--color--accent) !important; }

/* Availability pills */
.pill { display:inline-block; font-size:.72rem; font-weight:700; letter-spacing:.04em; padding:.18rem .55rem; border-radius:999px; text-transform:uppercase; }
.pill-now { background:#dcfce7; color:#166534; }
.pill-soon { background:#fef9c3; color:#854d0e; }

/* Big stat number */
.statnum { font-weight: 800; color: var(--wp--preset--color--accent); font-size: 1.6rem; line-height:1; }
