/* Informera prototype overrides (Bootstrap-first) */
:root{--if-muted:#6c757d;}
body{background:#f8f9fa;}
a{text-decoration:none;}
.if-brand small{color:var(--if-muted);display:block;line-height:1.1;}
.if-skip{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;}
.if-skip:focus{left:1rem;top:1rem;width:auto;height:auto;background:#fff;padding:.5rem .75rem;border:1px solid #ced4da;border-radius:.5rem;z-index:9999;}
.if-kv dt{color:var(--if-muted);font-weight:600;font-size:.875rem;}
.if-kv dd{margin-bottom:.5rem;}
.if-table td,.if-table th{vertical-align:top;}
.if-ledger .badge{font-weight:600;}
.if-compact{font-size:.95rem;}
.if-card-tight .card-body{padding:.75rem;}
.if-section-title{font-size:1rem;letter-spacing:.02em;}
.if-source code{font-size:.8rem;}
.if-pill{font-size:.75rem;}


/* Wider top search */
@if (false) {}

/* Wider top search */
.if-nav-search{
	flex:1 1 520px;
	max-width:860px;
}

.if-hero-titlewrap{
	min-width: 280px;
	width: 100%;
}
.if-hero-search{
	width: 100%;
	max-width: 560px; /* ~1/3-ish on typical desktops */
}

/* Homepage hero */
.if-home-hero{
	min-height: 420px;
	background-image: linear-gradient(rgba(0,0,0,.65), rgba(0,0,0,.65)),
		url('https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?q=80&w=1920&auto=format&fit=crop');
	background-size: cover;
	background-position: center;
	padding: 4rem 0;
}

.if-home-hero h1{
	letter-spacing: -.01em;
}

.if-home-hero .lead{
	font-size: 1rem;
}
