/*
Theme Name: Astra Child (WPVibe Draft)
Author: EyeOn
Description: Custom presentation layer for Stop Prop 497.
Version: 1.0.2
License: GNU General Public License v2 or later
Text Domain: astra-child
Template: astra
*/

:root {
	--eyeon-ink: #17202a;
	--eyeon-blue: #dcecf8;
	--eyeon-blue-light: #eef6fc;
	--eyeon-blue-border: #bfd8ea;
	--eyeon-muted: #5d6873;
	--eyeon-line: #d3e1eb;
	--eyeon-surface: #f5f9fc;
	--eyeon-white: #fff;
	--eyeon-accent: #174a70;
	--eyeon-accent-dark: #10344f;
}

html { scroll-behavior: smooth; }
body { color: var(--eyeon-ink); background: var(--eyeon-white); }
a { color: var(--eyeon-accent); }
a:hover { color: var(--eyeon-accent-dark); }

.eyeon-header { background: #fff; border-bottom: 4px solid var(--eyeon-blue-border); position: relative; z-index: 10; }
.eyeon-header-inner { max-width: 1200px; margin: 0 auto; min-height: 82px; padding: 14px 28px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.eyeon-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--eyeon-ink); min-width: 235px; }
.eyeon-brand:hover { color: var(--eyeon-ink); }
.eyeon-brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 9px; background: var(--eyeon-accent); color: #fff; font-size: 24px; font-weight: 800; letter-spacing: -1px; }
.eyeon-brand strong { display: block; font-size: 24px; line-height: 1; letter-spacing: -.5px; }
.eyeon-brand small { display: block; margin-top: 5px; color: var(--eyeon-muted); font-size: 11px; line-height: 1.2; letter-spacing: .5px; text-transform: uppercase; }
.eyeon-primary-nav { margin-left: auto; }
.eyeon-nav-list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 5px; }
.eyeon-nav-list li { margin: 0; }
.eyeon-nav-list a { display: block; padding: 9px 10px; border-radius: 5px; text-decoration: none; color: var(--eyeon-ink); font-size: 14px; font-weight: 600; }
.eyeon-nav-list a:hover, .eyeon-nav-list .current-menu-item a { background: var(--eyeon-blue); color: var(--eyeon-accent); }

.eyeon-main { min-height: 60vh; }
.eyeon-container { max-width: 1120px; margin: 0 auto; padding-left: 28px; padding-right: 28px; }
.eyeon-hero { background: linear-gradient(135deg, var(--eyeon-blue-light) 0%, #fff 68%); border-bottom: 1px solid var(--eyeon-line); padding: 88px 0 82px; }
.eyeon-hero-stop { border-bottom: 6px solid var(--eyeon-accent); }
.eyeon-hero-stop h1 { max-width: 900px; }
.eyeon-hero-stop .eyeon-kicker { font-size: 14px; letter-spacing: 2px; }
.eyeon-hero-sub { margin: 12px 0 0; color: var(--eyeon-accent); font-size: clamp(24px, 3.2vw, 38px); line-height: 1.05; font-weight: 900; letter-spacing: -1px; }
.eyeon-fact-strip { background: var(--eyeon-accent); color: #fff; }
.eyeon-fact-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.eyeon-fact-grid > div { padding: 25px 28px; border-right: 1px solid rgba(255,255,255,.25); }
.eyeon-fact-grid > div:last-child { border-right: 0; }
.eyeon-fact-grid strong { display: block; font-size: 28px; line-height: 1; }
.eyeon-fact-grid span { display: block; margin-top: 7px; color: #dbe7ef; font-size: 13px; line-height: 1.35; }
.eyeon-section-focus { padding-top: 64px; }
.eyeon-section-focus .eyeon-section-heading h2 { max-width: 850px; }
.eyeon-kicker { margin: 0 0 14px; color: var(--eyeon-accent); font-size: 12px; line-height: 1.3; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; }
.eyeon-hero h1 { margin: 0; max-width: 760px; font-size: clamp(46px, 7vw, 76px); line-height: .98; letter-spacing: -2.5px; }
.eyeon-lead { max-width: 780px; margin: 25px 0 0; color: #3d4853; font-size: 21px; line-height: 1.55; }
.eyeon-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.eyeon-button { display: inline-block; padding: 13px 19px; border-radius: 6px; background: var(--eyeon-accent); color: #fff; text-decoration: none; font-weight: 700; border: 1px solid var(--eyeon-accent); }
.eyeon-button:hover { background: var(--eyeon-accent-dark); border-color: var(--eyeon-accent-dark); color: #fff; }
.eyeon-button-light { background: #fff; color: var(--eyeon-accent); }
.eyeon-button-light:hover { background: var(--eyeon-surface); color: var(--eyeon-accent-dark); }

.eyeon-section { padding: 76px 0; }
.eyeon-section-muted { background: var(--eyeon-blue-light); border-top: 1px solid var(--eyeon-line); border-bottom: 1px solid var(--eyeon-line); }
.eyeon-section-compact { padding: 52px 0; }
.eyeon-section-heading h2, .eyeon-two-column h2, .eyeon-callout h2 { margin: 0; font-size: clamp(30px, 4vw, 42px); line-height: 1.1; letter-spacing: -1px; }
.eyeon-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 34px; }
.eyeon-card { padding: 28px; border: 2px solid var(--eyeon-blue-border); border-radius: 8px; background: #fff; box-shadow: 0 5px 18px rgba(23,32,42,.04); }
.eyeon-card-number { color: var(--eyeon-muted); font-size: 12px; font-weight: 800; letter-spacing: 1px; }
.eyeon-card h3 { margin: 12px 0 10px; font-size: 22px; }
.eyeon-card p { margin: 0 0 18px; color: var(--eyeon-muted); line-height: 1.6; }
.eyeon-card a { font-weight: 700; text-decoration: none; }
.eyeon-card-secondary { margin-left: 15px; }
.eyeon-two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.eyeon-two-column > div:last-child p { margin-top: 0; color: var(--eyeon-muted); font-size: 17px; line-height: 1.7; }
.eyeon-text-link { font-weight: 700; text-decoration: none; }
.eyeon-callout { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 30px 34px; border: 1px solid var(--eyeon-line); border-radius: 8px; background: #fff; }
.eyeon-callout h2 { font-size: 30px; }

.eyeon-content-wrap { padding-top: 68px; padding-bottom: 80px; }
.eyeon-page-header { max-width: 820px; margin-bottom: 38px; }
.eyeon-page-header h1 { margin: 0; font-size: clamp(38px, 5vw, 58px); line-height: 1.05; letter-spacing: -1.5px; }
.eyeon-post-meta { color: var(--eyeon-muted); font-size: 14px; margin: 10px 0 0; }
.eyeon-entry-content { max-width: 820px; font-size: 17px; line-height: 1.75; }
.eyeon-entry-content h2 { margin-top: 38px; font-size: 30px; line-height: 1.2; }
.eyeon-entry-content h3 { margin-top: 30px; font-size: 23px; }
.eyeon-entry-content img { max-width: 100%; height: auto; }
.eyeon-featured-image { margin: 0 0 32px; }
.eyeon-featured-image img { width: 100%; border-radius: 7px; }
.eyeon-post-list { display: grid; gap: 20px; max-width: 820px; }
.eyeon-post-card { padding: 25px; border: 1px solid var(--eyeon-line); border-radius: 8px; }
.eyeon-post-card h2 { margin: 5px 0 8px; font-size: 25px; }
.eyeon-post-card h2 a { text-decoration: none; }
.eyeon-post-card p:last-child { margin-bottom: 0; }

.eyeon-footer { background: #17202a; color: #dbe2e8; border-top: 6px solid var(--eyeon-accent); }
.eyeon-footer-inner { max-width: 1120px; margin: 0 auto; padding: 42px 28px 28px; display: flex; justify-content: space-between; gap: 40px; }
.eyeon-footer strong { color: #fff; font-size: 19px; }
.eyeon-footer p { max-width: 520px; margin: 9px 0 0; color: #aeb9c2; line-height: 1.55; }
.eyeon-footer-links { display: flex; flex-wrap: wrap; gap: 18px; align-items: flex-start; }
.eyeon-footer-links a { color: #dbe2e8; text-decoration: none; font-size: 14px; }
.eyeon-footer-links a:hover { color: #fff; text-decoration: underline; }
.eyeon-footer-bottom { max-width: 1120px; margin: 0 auto; padding: 15px 28px 25px; border-top: 1px solid rgba(255,255,255,.15); color: #9eabb5; font-size: 13px; }

@media (max-width: 900px) {
	.eyeon-header-inner { align-items: flex-start; flex-direction: column; padding-top: 17px; padding-bottom: 17px; }
	.eyeon-primary-nav { width: 100%; margin-left: 0; }
	.eyeon-nav-list { justify-content: flex-start; }
	.eyeon-nav-list a { padding-left: 7px; padding-right: 7px; }
	.eyeon-cards, .eyeon-two-column { grid-template-columns: 1fr; }
	.eyeon-fact-grid { grid-template-columns: 1fr; }
	.eyeon-fact-grid > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.25); }
	.eyeon-fact-grid > div:last-child { border-bottom: 0; }
	.eyeon-two-column { gap: 25px; }
	.eyeon-footer-inner { flex-direction: column; }
}

@media (max-width: 600px) {
	.eyeon-container, .eyeon-header-inner, .eyeon-footer-inner, .eyeon-footer-bottom { padding-left: 18px; padding-right: 18px; }
	.eyeon-hero { padding: 58px 0 55px; }
	.eyeon-hero h1 { letter-spacing: -1.5px; }
	.eyeon-lead { font-size: 18px; }
	.eyeon-section { padding: 55px 0; }
	.eyeon-card { padding: 22px; }
	.eyeon-callout { align-items: flex-start; flex-direction: column; padding: 24px; }
	.eyeon-nav-list { gap: 2px; }
	.eyeon-nav-list a { font-size: 13px; padding: 7px 5px; }
}
