/*
Theme Name: KSGRMS Community
Theme URI: https://ksgrms.com/
Author: KSGRMS
Description: A lightweight public front page for the South Central Kansas GMRS community.
Version: 1.1.0
License: GPL-2.0-or-later
Text Domain: ksgrms-community
*/

:root { --navy:#071b33; --blue:#1465a8; --sky:#dff1ff; --gold:#f4bd3d; --ink:#10243d; --muted:#596b7d; --paper:#f7fafc; --line:#d9e2eb; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:Arial, Helvetica, sans-serif; line-height:1.55; }
a { color:inherit; }
.site-header { background:rgba(7,27,51,.97); color:#fff; position:sticky; top:0; z-index:10; box-shadow:0 2px 12px rgba(0,0,0,.16); }
.bar { width:min(1120px,calc(100% - 40px)); min-height:68px; margin:auto; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.brand { text-decoration:none; display:flex; align-items:center; gap:12px; font-weight:800; letter-spacing:.02em; }
.brand-mark { width:34px; height:34px; display:grid; place-items:center; border:2px solid var(--gold); border-radius:50%; color:var(--gold); font-size:18px; }
.brand small { display:block; color:#b9d8ef; font-size:11px; font-weight:600; letter-spacing:.12em; text-transform:uppercase; }
.nav-links { display:flex; align-items:center; gap:19px; font-size:14px; }
.nav-links a { text-decoration:none; color:#dcecf8; }
.nav-links a:hover { color:var(--gold); }
.hero { overflow:hidden; color:#fff; background:radial-gradient(circle at 78% 15%,#247fc0 0,transparent 32%),linear-gradient(135deg,#071b33 0%,#0d3156 58%,#1465a8 100%); }
.hero-inner { width:min(1120px,calc(100% - 40px)); margin:auto; min-height:540px; padding:88px 0 70px; display:grid; grid-template-columns:1.08fr .92fr; gap:55px; align-items:center; }
.eyebrow { color:var(--gold); font-weight:800; font-size:12px; letter-spacing:.16em; text-transform:uppercase; }
h1 { max-width:720px; margin:13px 0 18px; font-family:Georgia, 'Times New Roman', serif; font-size:clamp(43px,6vw,74px); line-height:.99; letter-spacing:-.04em; }
.hero-copy { max-width:600px; margin:0; color:#d4e7f6; font-size:19px; }
.buttons { display:flex; flex-wrap:wrap; gap:13px; margin-top:30px; }
.button { display:inline-block; padding:13px 19px; border:1px solid transparent; border-radius:6px; text-decoration:none; font-weight:800; font-size:14px; }
.button.primary { background:var(--gold); color:#17263a; }
.button.secondary { border-color:#a8c8e1; color:#fff; }
.button:hover { transform:translateY(-1px); }
.event-wrap { position:relative; z-index:2; width:min(1120px,calc(100% - 40px)); margin:-30px auto 0; }
.event-feature { display:grid; grid-template-columns:154px 1fr auto; gap:28px; align-items:center; padding:22px 26px; background:#fff; border:1px solid var(--line); border-left:7px solid var(--gold); box-shadow:0 10px 28px rgba(7,27,51,.14); }
.event-date { min-width:112px; padding:9px 12px; border-radius:5px; background:var(--navy); color:#fff; text-align:center; }
.event-date span { display:block; color:var(--gold); font-size:12px; font-weight:800; letter-spacing:.13em; text-transform:uppercase; }
.event-date strong { display:block; font-family:Georgia,serif; font-size:37px; line-height:1.05; }
.event-copy .eyebrow { color:#1465a8; }
.event-copy h2 { margin:3px 0 2px; font-size:25px; line-height:1.15; }
.event-copy p { margin:0; color:var(--muted); }
.event-action { white-space:nowrap; }
.hero-art { position:relative; min-height:350px; }
.radio { position:absolute; right:5%; bottom:6%; width:min(370px,100%); height:244px; border:10px solid #102034; border-radius:24px; background:#172f4b; box-shadow:16px 18px 0 rgba(0,0,0,.22), 0 0 0 2px #4c789e inset; transform:rotate(-5deg); }
.radio:before { content:''; position:absolute; left:55px; top:-151px; height:151px; border-left:8px solid #27415e; transform:rotate(12deg); transform-origin:bottom; }
.screen { position:absolute; top:32px; left:32px; width:145px; height:62px; padding:10px; border-radius:5px; background:#a9cbd0; color:#142a3b; font-family:monospace; font-size:14px; font-weight:700; box-shadow:inset 0 0 0 5px #051525; }
.dial { position:absolute; width:43px; height:43px; border:7px solid #385574; border-radius:50%; background:#0b1b2d; }
.dial.one { top:32px; right:36px; } .dial.two { top:99px; right:36px; }
.grille { position:absolute; left:32px; right:32px; bottom:26px; height:72px; border-radius:8px; background:repeating-linear-gradient(0deg,#0c1e31 0 5px,#284260 5px 9px); }
.signal { position:absolute; width:295px; height:295px; right:-43px; top:-28px; border:1px solid rgba(207,237,255,.35); border-radius:50%; }
.signal:before,.signal:after { content:''; position:absolute; inset:31px; border:1px solid rgba(207,237,255,.23); border-radius:50%; } .signal:after { inset:63px; }
.section { width:min(1120px,calc(100% - 40px)); margin:auto; padding:78px 0; }
.section-title { max-width:680px; margin:0 0 10px; font-family:Georgia, 'Times New Roman', serif; font-size:clamp(31px,4vw,48px); line-height:1.06; letter-spacing:-.03em; }
.intro { max-width:710px; margin:0; color:var(--muted); font-size:17px; }
.cards { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:34px; }
.card { display:flex; flex-direction:column; min-height:270px; padding:28px; background:#fff; border:1px solid var(--line); border-top:5px solid var(--blue); box-shadow:0 8px 26px rgba(22,45,69,.06); }
.card:nth-child(2) { border-top-color:var(--gold); } .card:nth-child(3) { border-top-color:#43a284; }
.card-kicker { color:var(--blue); font-weight:800; font-size:12px; letter-spacing:.13em; text-transform:uppercase; }
.card h3 { margin:13px 0 10px; font-size:23px; line-height:1.15; }
.card p { margin:0; color:var(--muted); }
.card a { margin-top:auto; padding-top:20px; color:var(--blue); font-weight:800; text-decoration:none; }
.band { color:#fff; background:var(--navy); }
.band-inner { width:min(1120px,calc(100% - 40px)); margin:auto; padding:65px 0; display:grid; grid-template-columns:1fr 1fr; gap:50px; }
.band h2 { margin:0 0 14px; font-family:Georgia, 'Times New Roman', serif; font-size:37px; line-height:1.08; }
.band p { margin:0; color:#c8dcec; font-size:17px; }
.coming-list { margin:0; padding:0; list-style:none; display:grid; gap:12px; }
.coming-list li { padding:13px 16px; border-left:3px solid var(--gold); background:rgba(255,255,255,.06); color:#e6f3fc; }
.site-footer { padding:26px 20px; background:#041426; color:#a8c3d7; text-align:center; font-size:13px; }
.content-page { width:min(900px,calc(100% - 40px)); min-height:70vh; margin:0 auto; padding:70px 0; }
.content-page h1 { color:var(--navy); font-size:48px; }
@media (max-width:760px) { .bar { min-height:60px; width:min(100% - 28px,1120px); } .nav-links { display:none; } .hero-inner { width:min(100% - 34px,1120px); grid-template-columns:1fr; min-height:0; padding:70px 0 42px; gap:20px; } .hero-art { min-height:230px; transform:scale(.75); transform-origin:left top; margin-bottom:-60px; } .event-wrap,.section { width:min(100% - 34px,1120px); } .event-feature { grid-template-columns:1fr; gap:13px; padding:21px; } .event-date { width:112px; } .event-action { white-space:normal; } .section { padding:58px 0; } .cards,.band-inner { grid-template-columns:1fr; } .band-inner { width:min(100% - 34px,1120px); gap:30px; } }
