/* Blend pass: Horizons structure + Stitch-inspired editorial warmth + orange/blue brand colors. */
:root{
  --background:#fffbf7;
  --foreground:#1f252b;
  --card:#ffffff;
  --muted:#f6efe6;
  --muted-text:#56616b;
  --primary:#f47b20;
  --primary-dark:#bf5412;
  --secondary:#216f9c;
  --accent:#58a7c8;
  --border:#eadfce;
  --radius:16px;
}
body{
  background:
    radial-gradient(circle at 12% 8%, rgba(244,123,32,.10), transparent 26rem),
    radial-gradient(circle at 82% 4%, rgba(33,111,156,.12), transparent 28rem),
    var(--background);
}
.skip-link{
  position:absolute;
  left:16px;
  top:-80px;
  z-index:100;
  padding:10px 14px;
  border-radius:8px;
  background:#ffffff;
  color:#123c56;
  font-weight:900;
  text-decoration:none;
  box-shadow:0 12px 30px rgba(31,37,43,.18);
}
.skip-link:focus{
  top:14px;
}
.site-header{
  background:rgba(255,251,247,.88);
  border-bottom-color:rgba(234,223,206,.72);
  box-shadow:0 10px 30px rgba(31,37,43,.05);
}
.brand{color:#123c56}
.brand img{
  width:46px;
  height:46px;
  object-fit:contain;
}
.brand-full{
  display:inline;
}
.brand-short{
  display:none;
}
.footer-brand img{
  width:38px;
  height:38px;
  object-fit:contain;
  filter:invert(1);
}
.site-nav a:hover,.site-nav a.active{
  background:#eaf5fb;
  color:var(--secondary);
}
.home-hero{
  min-height:760px;
  text-align:left;
  place-items:center start;
  padding-left:clamp(18px,6vw,88px);
  background:
    linear-gradient(90deg, rgba(11,44,62,.82), rgba(11,44,62,.48) 52%, rgba(244,123,32,.28)),
    url("assets/home-hero.jpg") center/cover;
}
.home-hero-content{
  max-width:720px;
  margin:0;
  text-align:left;
}
.home-hero h1{max-width:780px}
.home-hero p{margin-left:0}
.actions{justify-content:flex-start}
.primary-action,.form button,.newsletter button{
  background:linear-gradient(135deg,var(--primary),#ffb063);
  color:#1c252d;
}
.primary-action:hover,.form button:hover,.newsletter button:hover{
  background:linear-gradient(135deg,#df6719,#ffa24a);
}
.ghost-action{background:rgba(255,255,255,.18)}
.survey-action{
  max-width:280px;
  text-align:center;
  line-height:1.15;
}
.section{
  max-width:1280px;
  margin:0 auto;
}
.tinted{
  max-width:none;
  background:linear-gradient(180deg,#f6efe6,#fff7ee);
}
.tinted>.section-head,.tinted>.grid{
  max-width:1280px;
  margin-left:auto;
  margin-right:auto;
}
.card,.initiative,.contact-panel{
  background:rgba(255,255,255,.88);
  box-shadow:0 18px 48px rgba(31,37,43,.06);
}
.card:hover,.initiative:hover{
  transform:translateY(-3px);
  transition:transform .2s ease, box-shadow .2s ease;
  box-shadow:0 24px 60px rgba(31,37,43,.10);
}
.badge,.chips span{
  background:#fff1e6;
  color:#9d430e;
}
.badge.civic,.badge.community{
  background:#eaf5fb;
  color:#15577d;
}
.badge.environmental{
  background:#fff1e6;
  color:#9d430e;
}
.badge.cultural,.badge.neutral{
  background:#eaf5fb;
  color:#15577d;
}
.initiative.green,.initiative.coral{border-top-color:var(--primary)}
.initiative.blue{border-top-color:var(--secondary)}
.cta-band{
  background:linear-gradient(135deg,#174d70,#216f9c 48%,#f47b20);
  box-shadow:0 24px 70px rgba(33,111,156,.22);
}
.page-hero{
  background:
    radial-gradient(circle at 72% 20%, rgba(244,123,32,.18), transparent 18rem),
    linear-gradient(135deg,#fff7ee,#eaf5fb);
}
.eyebrow,.section-head a,.resource-card a{color:var(--secondary)}
.person .avatar{
  background:#eaf5fb;
  color:var(--secondary);
}
.person-photo{
  width:96px;
  height:96px;
  border-radius:18px;
  object-fit:cover;
  object-position:center top;
  display:block;
  margin-bottom:16px;
  box-shadow:0 12px 30px rgba(31,37,43,.14);
}
.bowie-story-image{
  background:
    linear-gradient(rgba(18,60,86,.05),rgba(18,60,86,.28)),
    url("assets/community-about-generated.png") center/cover;
}
.number{color:rgba(244,123,32,.26)}
.footer{
  background:#102d40;
  color:#dce8ee;
}
.footer p,.footer-bottom{color:#b9c9d2}
.footer a,.footer h3,.footer-brand{color:#ffffff}
.footer input{border-color:rgba(255,255,255,.22)}
.social-links{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  margin-top:14px;
}
.footer .social-link{
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:32px;
  margin:0;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.18);
  color:#ffffff;
  font-size:13px;
  font-weight:800;
  line-height:1;
  text-decoration:none;
}
.footer .social-link span{
  width:20px;
  height:20px;
  display:inline-grid;
  place-items:center;
  border-radius:999px;
  background:#ffffff;
  color:#102d40;
  font-size:11px;
  font-weight:900;
}
.footer .social-link .instagram-mark{
  color:#dd2a7b;
}
.footer .social-link .facebook-mark{
  color:#1877f2;
}
.footer .social-mark svg{
  width:13px;
  height:13px;
  display:block;
  fill:currentColor;
}
.footer .social-link:hover{
  background:linear-gradient(135deg,var(--primary),var(--secondary));
  text-decoration:none;
}
.footer .social-link:nth-child(1){
  background:linear-gradient(135deg,#f58529,#dd2a7b 52%,#515bd4);
  border-color:rgba(255,255,255,.24);
  box-shadow:0 10px 24px rgba(221,42,123,.22);
}
.footer .social-link:nth-child(2){
  background:linear-gradient(135deg,#1877f2,#0f4f9f);
  border-color:rgba(255,255,255,.24);
  box-shadow:0 10px 24px rgba(24,119,242,.22);
}
.footer .social-link:nth-child(1) span{
  background:#ffffff;
}
.footer .social-link:nth-child(2) span{
  background:#ffffff;
}
.form-note{
  margin:0;
  color:var(--muted-text);
  font-size:13px;
  line-height:1.45;
}
.form-status{
  margin:0;
  color:var(--primary-dark);
  font-size:13px;
  font-weight:800;
  line-height:1.45;
}
.form-status.error{
  color:#9f2d1f;
}
.hidden-field,
.form label.hidden-field,
.newsletter label.hidden-field{
  display:none!important;
}
[hidden]{
  display:none!important;
}
.quick-strip{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  max-width:1180px;
  margin:-52px auto 0;
  padding:0 clamp(18px,4vw,56px);
  position:relative;
  z-index:3;
}
.quick-strip a{
  min-height:96px;
  display:grid;
  align-content:center;
  gap:6px;
  padding:22px 24px;
  border-radius:18px;
  text-decoration:none;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(234,223,206,.8);
  box-shadow:0 20px 50px rgba(31,37,43,.12);
}
.quick-strip span{
  font-weight:900;
  color:#123c56;
}
.quick-strip small{color:var(--muted-text)}
.home-update-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
}
.home-status-card{
  min-height:300px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-end;
  background:
    linear-gradient(135deg,rgba(255,255,255,.94),rgba(255,247,238,.94)),
    radial-gradient(circle at 92% 12%, rgba(244,123,32,.18), transparent 16rem);
}
.home-status-card:nth-child(2){
  background:
    linear-gradient(135deg,rgba(255,255,255,.94),rgba(234,245,251,.94)),
    radial-gradient(circle at 92% 12%, rgba(33,111,156,.18), transparent 16rem);
}
.home-status-card h2{
  font-size:clamp(32px,5vw,54px);
  line-height:1.04;
  letter-spacing:-.02em;
  margin:0 0 12px;
}
.feature-collage{
  display:grid;
  grid-template-columns:1.35fr .8fr;
  gap:24px;
  align-items:stretch;
}
.feature-large,.feature-small{
  border-radius:22px;
  padding:30px;
  min-height:260px;
  color:white;
  box-shadow:0 24px 60px rgba(31,37,43,.11);
}
.feature-large{
  grid-row:span 2;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  background:
    linear-gradient(rgba(18,60,86,.18),rgba(18,60,86,.76)),
    url("assets/community-garden.jpg") center/cover;
}
.feature-large .eyebrow{color:#ffd3b0}
.feature-large h2{
  font-size:clamp(34px,5vw,58px);
  margin:0 0 10px;
  letter-spacing:-.02em;
}
.feature-large p,.feature-small p{color:rgba(255,255,255,.9)}
.feature-small.orange{
  background:linear-gradient(135deg,#f47b20,#ffb063);
  color:#24201c;
}
.feature-small.orange p{color:#3f342b}
.feature-small.blue{background:linear-gradient(135deg,#174d70,#58a7c8)}
.event-ideas-section h2{
  font-size:clamp(32px,5vw,56px);
  line-height:1.05;
  letter-spacing:-.02em;
  margin:0 0 16px;
}
.idea-prompts{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}
.idea-prompts span{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:8px 12px;
  border-radius:999px;
  background:#eaf5fb;
  color:#15577d;
  font-weight:800;
  font-size:14px;
}
.suggestion-box h2{
  margin:0;
}
@media(max-width:900px){
  .brand-full{
    display:inline;
    font-size:16px;
    line-height:1.05;
  }
  .brand-short{
    display:none;
  }
  .home-hero{
    min-height:680px;
    padding-right:18px;
  }
  .quick-strip,.feature-collage{
    grid-template-columns:1fr;
  }
  .home-update-grid{
    grid-template-columns:1fr;
  }
  .person-photo{
    width:64px;
    height:64px;
    border-radius:14px;
    margin-bottom:12px;
  }
  .quick-strip{margin:24px auto 0}
  .social-links{
    gap:10px;
    margin-top:16px;
  }
  .footer .social-link{
    min-height:40px;
    padding:8px 12px 8px 9px;
    font-size:13px;
    box-shadow:0 12px 28px rgba(0,0,0,.22);
  }
  .footer .social-link span{
    width:24px;
    height:24px;
    font-size:12px;
  }
  .footer .social-mark svg{
    width:15px;
    height:15px;
  }
}
