/* ============================================
   Prairie Sentinel Cybersecurity
   Main Stylesheet
   ============================================ */

/* ---------- Reset & Base ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --clr-bg:        #0b0f1a;
  --clr-surface:   #111827;
  --clr-card:      #1a2235;
  --clr-accent:    #00d4ff;
  --clr-accent2:   #7c3aed;
  --clr-text:      #e2e8f0;
  --clr-muted:     #94a3b8;
  --clr-border:    #1e2d45;
  --clr-danger:    #ef4444;
  --clr-success:   #22c55e;
  --font-sans:     'Inter', system-ui, sans-serif;
  --font-mono:     'JetBrains Mono', 'Fira Code', monospace;
  --radius:        8px;
  --shadow:        0 4px 24px rgba(0, 212, 255, 0.08);
  --transition:    0.3s ease;
  --max-w:         1200px;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-sans);
  background: var(--clr-bg);
  color: var(--clr-text);
  line-height: 1.7;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a  { color: var(--clr-accent); text-decoration: none; transition: color var(--transition); }
a:hover { color: #fff; }

.container { max-width: var(--max-w); margin: 0 auto; padding: 0 1.5rem; }
.section    { padding: 6rem 0; }
.section--alt { background: var(--clr-surface); }

/* ---------- Typography ---------- */
h1, h2, h3, h4 { line-height: 1.2; font-weight: 700; }
h1 { font-size: clamp(2.2rem, 5vw, 3.8rem); }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.8rem); }
h3 { font-size: 1.4rem; }
h4 { font-size: 1.1rem; }

.section-label {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--clr-accent);
  margin-bottom: 0.75rem;
}

.section-title { margin-bottom: 1rem; }
.section-desc  { color: var(--clr-muted); max-width: 640px; font-size: 1.05rem; }
.section-header { margin-bottom: 3.5rem; }
.section-header.center { text-align: center; }
.section-header.center .section-desc { margin: 0 auto; }

.gradient-text {
  background: linear-gradient(90deg, var(--clr-accent), var(--clr-accent2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.75rem;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  border: none;
  transition: all var(--transition);
  text-decoration: none;
}
.btn-primary {
  background: linear-gradient(135deg, var(--clr-accent), var(--clr-accent2));
  color: #fff;
}
.btn-primary:hover { opacity: 0.88; transform: translateY(-2px); color: #fff; }
.btn-outline {
  border: 1px solid var(--clr-accent);
  color: var(--clr-accent);
  background: transparent;
}
.btn-outline:hover { background: rgba(0,212,255,0.1); color: var(--clr-accent); }
.btn-ghost { background: rgba(255,255,255,0.05); color: var(--clr-text); }
.btn-ghost:hover { background: rgba(255,255,255,0.1); color: #fff; }

/* ---------- Nav ---------- */
#navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 1rem 0;
  transition: background var(--transition), box-shadow var(--transition);
}
#navbar.scrolled {
  background: rgba(11,15,26,0.96);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 var(--clr-border);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 800;
  font-size: 1.15rem;
  color: #fff;
}
.nav-logo-icon {
  width: 36px; height: 36px;
  background: linear-gradient(135deg, var(--clr-accent), var(--clr-accent2));
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
}
.nav-links a { color: var(--clr-muted); font-size: 0.92rem; font-weight: 500; }
.nav-links a:hover, .nav-links a.active { color: var(--clr-text); }
.nav-links a.active::after {
  content: '';
  display: block;
  height: 2px;
  background: var(--clr-accent);
  border-radius: 2px;
  margin-top: 2px;
}
.nav-cta { margin-left: 1rem; }
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}
.nav-toggle span {
  display: block;
  width: 24px; height: 2px;
  background: var(--clr-text);
  border-radius: 2px;
  transition: all var(--transition);
}
#mobile-menu {
  display: none;
  flex-direction: column;
  background: rgba(11,15,26,0.98);
  padding: 1.5rem;
  gap: 1rem;
}
#mobile-menu.open { display: flex; }
#mobile-menu a { color: var(--clr-text); font-size: 1.1rem; }

/* ---------- Hero ---------- */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  /* Calgary at Dawn hero background */
  background-image: url('https://upload.wikimedia.org/wikipedia/commons/thumb/8/8e/Calgary-Dawn-Szmurlo.jpg/1280px-Calgary-Dawn-Szmurlo.jpg');
  background-size: cover;
  background-position: center 60%;
  background-attachment: fixed;
}

/* Dark gradient overlay — keeps text readable */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(11, 15, 26, 0.88) 0%,
    rgba(11, 15, 26, 0.75) 50%,
    rgba(11, 15, 26, 0.60) 100%
  );
  z-index: 0;
}

/* Ensure all hero children sit above the overlay */
.hero > * { position: relative; z-index: 1; }
.hero .container { position: relative; z-index: 1; }

/* Subtle animated scan-line effect over hero */
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 3px,
    rgba(0, 212, 255, 0.012) 3px,
    rgba(0, 212, 255, 0.012) 4px
  );
  pointer-events: none;
  z-index: 1;
}

/* Photo credit badge inside hero */
.hero-photo-credit {
  position: absolute;
  bottom: 1rem;
  right: 1.25rem;
  font-size: .7rem;
  color: rgba(255,255,255,.35);
  font-style: italic;
  z-index: 2;
  pointer-events: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(0,212,255,0.1);
  border: 1px solid rgba(0,212,255,0.3);
  border-radius: 100px;
  padding: 0.35rem 1rem;
  font-size: 0.82rem;
  color: var(--clr-accent);
  font-family: var(--font-mono);
  margin-bottom: 1.5rem;
}
.hero-badge-dot {
  width: 7px; height: 7px;
  background: var(--clr-accent);
  border-radius: 50%;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.4; transform: scale(1.4); }
}
.hero-title { margin-bottom: 1.25rem; }
.hero-desc  { color: var(--clr-muted); font-size: 1.1rem; margin-bottom: 2rem; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-stats {
  display: flex;
  gap: 2rem;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--clr-border);
}
.hero-stat-num  { font-size: 1.8rem; font-weight: 800; color: var(--clr-accent); }
.hero-stat-label { font-size: 0.82rem; color: var(--clr-muted); }

/* ---------- Terminal ---------- */
.terminal {
  background: #0d1117;
  border: 1px solid var(--clr-border);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5), 0 0 0 1px rgba(0,212,255,0.05);
}
.terminal-bar {
  background: #161b22;
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-bottom: 1px solid var(--clr-border);
}
.t-dot { width: 12px; height: 12px; border-radius: 50%; }
.t-dot.red    { background: #ff5f56; }
.t-dot.yellow { background: #ffbd2e; }
.t-dot.green  { background: #27c93f; }
.terminal-title {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--clr-muted);
  margin: 0 auto;
}
.terminal-body {
  padding: 1.5rem;
  font-family: var(--font-mono);
  font-size: 0.82rem;
  line-height: 1.9;
}
.t-line  { display: flex; gap: 0.5rem; }
.t-prompt { color: var(--clr-accent); }
.t-cmd   { color: #79c0ff; }
.t-out   { color: var(--clr-muted); padding-left: 1.1rem; }
.t-ok    { color: var(--clr-success); }
.t-warn  { color: #f59e0b; }
.t-err   { color: var(--clr-danger); }
.t-cursor { display: inline-block; width: 8px; height: 14px; background: var(--clr-accent); animation: blink 1s step-end infinite; vertical-align: middle; }
@keyframes blink { 50% { opacity: 0; } }

/* ---------- Cards ---------- */
.card {
  background: var(--clr-card);
  border: 1px solid var(--clr-border);
  border-radius: 12px;
  padding: 2rem;
  transition: border-color var(--transition), transform var(--transition), box-shadow var(--transition);
}
.card:hover {
  border-color: rgba(0,212,255,0.3);
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.card-icon {
  width: 52px; height: 52px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
  background: linear-gradient(135deg, rgba(0,212,255,0.15), rgba(124,58,237,0.15));
  border: 1px solid rgba(0,212,255,0.2);
}
.card h3 { margin-bottom: 0.6rem; }
.card p  { color: var(--clr-muted); font-size: 0.95rem; }

.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }

/* ---------- Feature List ---------- */
.feature-list { list-style: none; display: flex; flex-direction: column; gap: 0.75rem; }
.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: var(--clr-muted);
  font-size: 0.95rem;
}
.feature-list li::before { content: '✓'; color: var(--clr-accent); font-weight: 700; flex-shrink: 0; }

/* ---------- Badges ---------- */
.badge {
  display: inline-block;
  padding: 0.2rem 0.7rem;
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 600;
  font-family: var(--font-mono);
}
.badge-accent { background: rgba(0,212,255,0.15);  color: var(--clr-accent); }
.badge-purple { background: rgba(124,58,237,0.15); color: #a78bfa; }
.badge-green  { background: rgba(34,197,94,0.15);  color: var(--clr-success); }
.badge-red    { background: rgba(239,68,68,0.15);  color: var(--clr-danger); }

/* ---------- CTA Section ---------- */
.cta-section {
  background: linear-gradient(135deg, rgba(0,212,255,0.08), rgba(124,58,237,0.08));
  border: 1px solid var(--clr-border);
  border-radius: 20px;
  padding: 4rem;
  text-align: center;
}
.cta-section h2 { margin-bottom: 1rem; }
.cta-section p  { color: var(--clr-muted); margin-bottom: 2rem; max-width: 560px; margin-left: auto; margin-right: auto; }
.cta-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ---------- Page Hero ---------- */
.page-hero {
  padding: 10rem 0 5rem;
  background: radial-gradient(ellipse at top, rgba(0,212,255,0.06) 0%, transparent 70%);
  text-align: center;
  border-bottom: 1px solid var(--clr-border);
}
.page-hero .section-label { justify-content: center; display: flex; }
.page-hero h1 { margin-bottom: 1rem; }
.page-hero p  { color: var(--clr-muted); max-width: 600px; margin: 0 auto; font-size: 1.1rem; }

/* ---------- Team Cards ---------- */
.team-card {
  background: var(--clr-card);
  border: 1px solid var(--clr-border);
  border-radius: 12px;
  overflow: hidden;
  transition: transform var(--transition), box-shadow var(--transition);
}
.team-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.team-avatar {
  width: 100%; height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  background: linear-gradient(135deg, rgba(0,212,255,0.1), rgba(124,58,237,0.1));
}
.team-info { padding: 1.5rem; }
.team-name  { font-weight: 700; margin-bottom: 0.25rem; }
.team-role  { color: var(--clr-accent); font-size: 0.85rem; font-family: var(--font-mono); margin-bottom: 0.75rem; }
.team-bio   { color: var(--clr-muted); font-size: 0.88rem; }

/* ---------- Timeline ---------- */
.timeline { position: relative; padding-left: 2rem; }
.timeline::before {
  content: '';
  position: absolute;
  left: 7px; top: 0; bottom: 0;
  width: 2px;
  background: var(--clr-border);
}
.timeline-item { position: relative; padding-bottom: 2.5rem; }
.timeline-item:last-child { padding-bottom: 0; }
.timeline-dot {
  position: absolute;
  left: -1.95rem; top: 4px;
  width: 16px; height: 16px;
  border-radius: 50%;
  background: var(--clr-accent);
  border: 3px solid var(--clr-bg);
}
.timeline-year  { font-family: var(--font-mono); font-size: 0.78rem; color: var(--clr-accent); margin-bottom: 0.35rem; }
.timeline-title { font-weight: 700; margin-bottom: 0.35rem; }
.timeline-desc  { color: var(--clr-muted); font-size: 0.92rem; }

/* ---------- Service Detail ---------- */
.service-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.service-detail.reverse { direction: rtl; }
.service-detail.reverse > * { direction: ltr; }
.service-visual {
  background: var(--clr-card);
  border: 1px solid var(--clr-border);
  border-radius: 16px;
  padding: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 6rem;
  min-height: 280px;
}

/* ---------- Portfolio ---------- */
.portfolio-filters { display: flex; gap: 0.75rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
.filter-btn {
  padding: 0.4rem 1rem;
  border-radius: 100px;
  font-size: 0.85rem;
  cursor: pointer;
  border: 1px solid var(--clr-border);
  background: transparent;
  color: var(--clr-muted);
  transition: all var(--transition);
}
.filter-btn.active, .filter-btn:hover {
  background: var(--clr-accent);
  border-color: var(--clr-accent);
  color: var(--clr-bg);
}
.portfolio-card {
  background: var(--clr-card);
  border: 1px solid var(--clr-border);
  border-radius: 12px;
  overflow: hidden;
  transition: transform var(--transition), box-shadow var(--transition);
}
.portfolio-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.portfolio-thumb {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  background: linear-gradient(135deg, rgba(0,212,255,0.08), rgba(124,58,237,0.12));
}
.portfolio-body { padding: 1.5rem; }
.portfolio-meta { display: flex; align-items: center; justify-content: space-between; margin-bottom: 0.75rem; }
.portfolio-title { font-weight: 700; margin-bottom: 0.5rem; }
.portfolio-desc  { color: var(--clr-muted); font-size: 0.88rem; }

/* ---------- Testimonials ---------- */
.testimonial-card {
  background: var(--clr-card);
  border: 1px solid var(--clr-border);
  border-radius: 12px;
  padding: 2rem;
}
.testimonial-quote  { font-size: 1.05rem; color: var(--clr-text); margin-bottom: 1.5rem; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 0.75rem; }
.testimonial-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--clr-accent), var(--clr-accent2));
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
}
.testimonial-name    { font-weight: 600; font-size: 0.92rem; }
.testimonial-company { color: var(--clr-muted); font-size: 0.8rem; }
.stars { color: #f59e0b; font-size: 0.9rem; margin-bottom: 0.75rem; }

/* ---------- Contact ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 4rem;
  align-items: start;
}
.contact-info-item  { display: flex; align-items: flex-start; gap: 1rem; margin-bottom: 2rem; }
.contact-info-icon  {
  width: 44px; height: 44px;
  border-radius: 10px;
  background: rgba(0,212,255,0.1);
  border: 1px solid rgba(0,212,255,0.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.contact-info-label { font-size: 0.78rem; color: var(--clr-muted); font-family: var(--font-mono); margin-bottom: 0.2rem; }
.contact-info-val   { font-weight: 600; }

.form-group { margin-bottom: 1.25rem; }
.form-row   { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
label { display: block; font-size: 0.85rem; color: var(--clr-muted); margin-bottom: 0.4rem; font-weight: 500; }
input, textarea, select {
  width: 100%;
  padding: 0.75rem 1rem;
  background: var(--clr-card);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius);
  color: var(--clr-text);
  font-family: var(--font-sans);
  font-size: 0.95rem;
  transition: border-color var(--transition);
  outline: none;
}
input:focus, textarea:focus, select:focus { border-color: var(--clr-accent); }
textarea { resize: vertical; min-height: 140px; }
select option { background: var(--clr-card); }

/* ---------- Footer ---------- */
footer {
  background: var(--clr-surface);
  border-top: 1px solid var(--clr-border);
  padding: 4rem 0 2rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}
.footer-brand p { color: var(--clr-muted); font-size: 0.9rem; margin: 1rem 0; max-width: 280px; }
.footer-col h4  { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--clr-text); margin-bottom: 1.25rem; }
.footer-links   { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; }
.footer-links a { color: var(--clr-muted); font-size: 0.9rem; }
.footer-links a:hover { color: var(--clr-accent); }
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2rem;
  border-top: 1px solid var(--clr-border);
  font-size: 0.85rem;
  color: var(--clr-muted);
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-legal { display: flex; gap: 1.5rem; }
.footer-legal a { color: var(--clr-muted); }
.footer-legal a:hover { color: var(--clr-accent); }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .section { padding: 4rem 0; }
  .hero-grid, .service-detail, .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .service-detail.reverse { direction: ltr; }
  .hero-stats { flex-wrap: wrap; gap: 1.5rem; }
  .grid-2, .grid-3 { grid-template-columns: 1fr; }
  .cta-section { padding: 2.5rem 1.5rem; }
  .nav-links, .nav-cta { display: none; }
  .nav-toggle { display: flex; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 480px) {
  .grid-4 { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; }
  h1 { font-size: 2rem; }
}

/* ---------- Utilities ---------- */
.text-center { text-align: center; }
.text-muted  { color: var(--clr-muted); }
.mt-1 { margin-top: 0.5rem; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.5rem; }
.mb-2 { margin-bottom: 1rem; }
.flex { display: flex; }
.flex-center { display: flex; align-items: center; justify-content: center; }
.inline-flex { display: inline-flex; align-items: center; gap: 0.5rem; }

/* ---------- Scan-line overlay (decorative) ---------- */
body::before {
  content: '';
  pointer-events: none;
  position: fixed;
  inset: 0;
  background: repeating-linear-gradient(
    0deg, transparent, transparent 3px,
    rgba(0,212,255,0.01) 3px, rgba(0,212,255,0.01) 4px
  );
  z-index: 9999;
}

/* ═══════════════════════════════════════════════
   CITY PHOTO SECTIONS
   ════════════════════════════════════════════ */
.city-photo-section { padding-top: 1rem; }

.city-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-top: 2rem;
}

.city-photo-wrap {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--clr-border);
  box-shadow: 0 8px 32px rgba(0,0,0,.45);
}

.city-photo-wrap img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}

.city-photo-wrap:hover img { transform: scale(1.04); }

.city-photo-overlay {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(transparent, rgba(11,15,26,.82));
  padding: 1.5rem 1.25rem .85rem;
}

.city-photo-overlay span {
  color: #e2e8f0;
  font-weight: 600;
  font-size: .92rem;
  font-family: var(--font-mono);
}

.city-photo-overlay .city-tag {
  display: inline-block;
  background: rgba(0,212,255,.18);
  color: var(--clr-accent);
  border: 1px solid rgba(0,212,255,.3);
  border-radius: 100px;
  font-size: .72rem;
  padding: .1rem .65rem;
  margin-bottom: .4rem;
  font-family: var(--font-mono);
}

.photo-credit {
  font-size: .73rem;
  color: var(--clr-muted);
  opacity: .55;
  margin-top: .75rem;
  text-align: right;
  font-style: italic;
}

/* Full-width story photo */
.story-photo-wrap {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--clr-border);
  box-shadow: 0 8px 32px rgba(0,0,0,.45);
  margin-top: 1.5rem;
}

.story-photo-wrap img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

/* Contact local photo */
.local-photo-card {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--clr-border);
  background: var(--clr-card);
  text-align: center;
}

.local-photo-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.local-photo-card-body {
  padding: 1.25rem 1.5rem;
}

.local-photo-card-body p { color: var(--clr-muted); font-size: .88rem; margin-bottom: .75rem; }

@media (max-width: 768px) {
  .city-gallery { grid-template-columns: 1fr; }
  .city-photo-wrap img { height: 220px; }
}


/* ── Hero logo on home page ───────────────────────────────────────── */
.ps-hero-logo {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 0 auto 1.5rem;
  box-shadow: 0 0 28px rgba(255,185,0,.6), 0 0 56px rgba(255,185,0,.22);
  animation: psLogoPulse 3.5s ease-in-out infinite;
}
@keyframes psLogoPulse {
  0%,100% { box-shadow: 0 0 28px rgba(255,185,0,.6),  0 0 56px rgba(255,185,0,.22); }
  50%      { box-shadow: 0 0 44px rgba(255,185,0,.88), 0 0 88px rgba(255,185,0,.38); }
}

/* ── Prairie Sentinel Falcon Logo — top left navbar ─────────────── */
.ps-logo-wrap {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
  margin-right: 1.2rem;
}
.ps-logo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 10px rgba(245,184,0,0.5), 0 0 22px rgba(245,184,0,0.18);
  transition: box-shadow .3s ease, transform .3s ease;
  display: block;
  flex-shrink: 0;
}
.ps-logo:hover {
  box-shadow: 0 0 18px rgba(245,184,0,0.85), 0 0 38px rgba(245,184,0,0.32);
  transform: scale(1.08);
}
/* ── Hero logo on home page ───────────────────────────────────────── */
.ps-hero-logo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 0 auto 1.5rem;
  box-shadow: 0 0 28px rgba(245,184,0,.6), 0 0 56px rgba(245,184,0,.22);
  animation: psLogoPulse 3.5s ease-in-out infinite;
}
@keyframes psLogoPulse {
  0%,100% { box-shadow: 0 0 28px rgba(245,184,0,.6), 0 0 56px rgba(245,184,0,.22); }
  50%      { box-shadow: 0 0 44px rgba(245,184,0,.9), 0 0 88px rgba(245,184,0,.38); }
}
