/*
Theme Name: Viniko Child
Theme URI: https://viniko.dk/
Description: Child theme for SiteOrigin Corp — AdSense-ready editorial layout.
Author: Northstar
Template: siteorigin-corp
Version: 1.0.1
Text Domain: viniko-child
*/

.vk-front-hero {
	margin: 0 0 2rem;
	padding: 1.75rem 1.5rem;
	background: linear-gradient(135deg, #f4f7fb 0%, #eef2f8 100%);
	border-radius: 10px;
	border: 1px solid #dde4ec;
}

.vk-front-hero__eyebrow {
	margin: 0 0 0.35rem;
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #5a6b7d;
}

.vk-front-hero h1 {
	margin: 0 0 0.85rem;
	font-size: clamp(1.55rem, 3vw, 2.05rem);
	line-height: 1.25;
}

.vk-front-hero__lead {
	margin: 0 0 1rem;
	max-width: 62ch;
	line-height: 1.65;
}

.vk-front-hero__links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1.25rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.vk-front-hero__links a {
	font-weight: 600;
}

.vk-trust-panel {
	margin: 2.5rem 0 0;
	padding: 1.25rem 1rem;
	background: #f8f9fb;
	border-radius: 8px;
	border: 1px solid #e4e8ee;
}

.vk-trust-panel h2 {
	margin: 0 0 0.75rem;
	font-size: 1.15rem;
}

.vk-trust-panel ul {
	margin: 0;
	padding-left: 1.2rem;
}

.vk-trust-panel li {
	margin: 0.35rem 0;
}

.vk-resources-note {
	font-size: 0.9rem;
	color: #5c6570;
	margin-top: 1.5rem;
}

/* Blog home: site name is not the page H1 — hero carries editorial title. */
.home .site-branding .site-title,
.blog .site-branding .site-title {
	font-size: 1.25rem;
	font-weight: 700;
}

.home .site-branding .site-title a,
.blog .site-branding .site-title a {
	font-size: inherit;
}
