/*
Theme Name: Carp Lake Pro
Theme URI: https://carplake.org
Description: Modern professional theme for Carp Lake Township
Author: Carp Lake Township
Version: 1.0.0
Text Domain: carplake-pro
*/

/* =====================================================
   GOOGLE FONTS + RESET
   ===================================================== */

@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700;900&family=Mulish:wght@400;500;600;700&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* =====================================================
   DESIGN TOKENS
   ===================================================== */

:root {
  --navy:       #1d2540;
  --navy-dark:  #14192e;
  --navy-mid:   #262640;
  --bronze:     #c08c59;
  --bronze-dark:#a5733e;
  --cream:      #f7f5f0;
  --cream-dark: #ede9e1;
  --slate:      #3a3f4b;
  --slate-light:#5a6070;
  --white:      #ffffff;
  --radius:     8px;
  --shadow-sm:  0 2px 8px rgba(0,0,0,.08);
  --shadow-md:  0 4px 20px rgba(0,0,0,.12);
  --shadow-lg:  0 8px 32px rgba(0,0,0,.16);
  --transition: 0.22s ease;
  --container:  1160px;
}

/* =====================================================
   BASE
   ===================================================== */

html { font-size: 16px; scroll-behavior: smooth; }

body {
  font-family: 'Mulish', sans-serif;
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--slate);
  background: var(--white);
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Merriweather', Georgia, serif;
  line-height: 1.25;
  color: var(--navy);
}

h1 { font-size: clamp(2rem, 5vw, 3.25rem); font-weight: 900; }
h2 { font-size: clamp(1.5rem, 3vw, 2.125rem); font-weight: 700; }
h3 { font-size: 1.375rem; font-weight: 700; }
h4 { font-size: 1.125rem; font-weight: 700; }

p { margin-bottom: 1rem; }
p:last-child { margin-bottom: 0; }

a { color: var(--bronze); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--bronze-dark); }

img { display: block; max-width: 100%; height: auto; }

ul, ol { padding-left: 1.5rem; margin-bottom: 1rem; }
ul li, ol li { margin-bottom: .35rem; }

/* =====================================================
   LAYOUT
   ===================================================== */

.site-container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 1.5rem;
}

.section-pad { padding: 5rem 0; }
.section-pad-sm { padding: 3rem 0; }

/* =====================================================
   ALERT BANNER
   ===================================================== */

#alert-banner {
  background: var(--bronze);
  color: var(--white);
  font-size: .9375rem;
  font-weight: 600;
  padding: .625rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  position: relative;
  z-index: 200;
}

#alert-banner a { color: var(--white); text-decoration: underline; }
#alert-banner a:hover { opacity: .85; }

#alert-banner .alert-dismiss {
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: var(--white);
  font-size: 1.25rem;
  cursor: pointer;
  line-height: 1;
  opacity: .8;
  transition: opacity var(--transition);
}

#alert-banner .alert-dismiss:hover { opacity: 1; }

/* =====================================================
   HEADER
   ===================================================== */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(29, 37, 64, 0.88);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255,255,255,.08);
  transition: background var(--transition), box-shadow var(--transition);
}

.site-header.scrolled {
  background: var(--navy);
  box-shadow: var(--shadow-md);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  max-width: var(--container);
  margin: 0 auto;
}

.site-branding a {
  text-decoration: none;
  display: block;
}

.site-branding .site-title {
  font-family: 'Merriweather', Georgia, serif;
  font-size: 1.1875rem;
  font-weight: 900;
  color: var(--white);
  letter-spacing: -.01em;
  margin: 0;
}

.site-branding .site-tagline {
  font-size: .8125rem;
  color: rgba(255,255,255,.6);
  letter-spacing: .04em;
  text-transform: uppercase;
  margin: .125rem 0 0;
}

.primary-nav ul {
  display: flex;
  list-style: none;
  gap: .25rem;
  padding: 0;
  margin: 0;
}

.primary-nav a {
  display: block;
  color: rgba(255,255,255,.85);
  font-weight: 600;
  font-size: .9375rem;
  padding: .5rem .875rem;
  border-radius: var(--radius);
  text-decoration: none;
  transition: background var(--transition), color var(--transition);
}

.primary-nav a:hover,
.primary-nav .current-menu-item > a,
.primary-nav .current_page_item > a {
  background: rgba(255,255,255,.12);
  color: var(--white);
}

.nav-toggle {
  display: none;
  background: none;
  border: 2px solid rgba(255,255,255,.4);
  color: var(--white);
  font-size: 1.3rem;
  padding: .4rem .7rem;
  border-radius: var(--radius);
  cursor: pointer;
  transition: border-color var(--transition);
}

.nav-toggle:hover { border-color: rgba(255,255,255,.8); }

/* =====================================================
   HERO
   ===================================================== */

.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--navy-dark);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('assets/hero-sunset.jpg');
  background-size: cover;
  background-position: center 40%;
  transform-origin: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    160deg,
    rgba(29, 37, 64, 0.78) 0%,
    rgba(38, 38, 64, 0.65) 50%,
    rgba(192, 140, 89, 0.18) 100%
  );
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 4rem 1.5rem 2rem;
  max-width: 860px;
  margin: 0 auto;
}

.hero-content h1 {
  color: var(--white);
  text-shadow: 0 2px 24px rgba(0,0,0,.4);
  margin-bottom: 1rem;
}

.hero-content .hero-sub {
  font-size: 1.25rem;
  color: rgba(255,255,255,.85);
  font-weight: 500;
  margin-bottom: 3rem;
}

/* Quick action tiles */
.quick-actions {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 0 1.5rem 4rem;
}

.quick-tile {
  background: rgba(255,255,255,.95);
  border-radius: var(--radius);
  padding: 1.5rem 1rem;
  text-align: center;
  text-decoration: none;
  color: var(--navy);
  box-shadow: var(--shadow-md);
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .625rem;
  border-top: 3px solid var(--bronze);
}

.quick-tile:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  background: var(--white);
  color: var(--navy);
}

.quick-tile svg {
  width: 36px;
  height: 36px;
  stroke: var(--bronze);
}

.quick-tile span {
  font-weight: 700;
  font-size: .9375rem;
  font-family: 'Mulish', sans-serif;
  letter-spacing: .01em;
}

/* =====================================================
   SECTION HEADINGS
   ===================================================== */

.section-heading {
  text-align: center;
  margin-bottom: 3rem;
}

.section-heading h2 { margin-bottom: .5rem; }

.section-heading p {
  color: var(--slate-light);
  font-size: 1.0625rem;
  max-width: 520px;
  margin: 0 auto;
}

.section-label {
  display: inline-block;
  font-family: 'Mulish', sans-serif;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--bronze);
  margin-bottom: .5rem;
}

/* =====================================================
   EVENTS ON HOME
   ===================================================== */

.events-home {
  background: var(--cream);
  padding: 5rem 0;
}

.events-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.event-card {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: transform var(--transition), box-shadow var(--transition);
  display: flex;
  flex-direction: column;
}

.event-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.event-card-inner { display: flex; flex-direction: column; height: 100%; }

.event-card-header {
  display: flex;
  align-items: stretch;
  gap: 0;
}

.event-date-badge {
  background: var(--navy);
  color: var(--white);
  text-align: center;
  padding: 1rem;
  min-width: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.event-date-badge .badge-month {
  font-size: .6875rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--bronze);
}

.event-date-badge .badge-day {
  font-family: 'Merriweather', serif;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1;
}

.event-card-body {
  padding: 1.25rem 1.25rem 1.5rem;
  flex: 1;
}

.event-card-body h3 {
  font-size: 1.0625rem;
  margin-bottom: .4rem;
}

.event-card-body h3 a {
  color: var(--navy);
  text-decoration: none;
  transition: color var(--transition);
}

.event-card-body h3 a:hover { color: var(--bronze); }

.event-location {
  font-size: .875rem;
  color: var(--slate-light);
  display: flex;
  align-items: center;
  gap: .3rem;
  margin-top: .25rem;
}

.event-location svg {
  width: 14px;
  height: 14px;
  stroke: var(--bronze);
  flex-shrink: 0;
}

.view-all-link {
  text-align: center;
}

.view-all-link a {
  display: inline-flex;
  align-items: center;
  gap: .375rem;
  font-weight: 700;
  color: var(--navy);
  font-size: 1rem;
  border-bottom: 2px solid var(--bronze);
  padding-bottom: .125rem;
  transition: color var(--transition), border-color var(--transition);
}

.view-all-link a:hover { color: var(--bronze); }

/* =====================================================
   FEATURE STRIP (info section)
   ===================================================== */

.feature-strip {
  background: var(--navy);
  color: var(--white);
  padding: 4.5rem 0;
}

.feature-strip h2 { color: var(--white); }

.feature-strip .section-label { color: rgba(192,140,89,.9); }

.strip-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}

.strip-col { text-align: center; }

.strip-icon {
  width: 56px;
  height: 56px;
  background: rgba(192,140,89,.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
}

.strip-icon svg { width: 28px; height: 28px; stroke: var(--bronze); }

.strip-col h3 {
  color: var(--white);
  font-size: 1.125rem;
  margin-bottom: .5rem;
}

.strip-col p { color: rgba(255,255,255,.7); font-size: .9375rem; }

/* =====================================================
   BUTTONS
   ===================================================== */

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: var(--bronze);
  color: var(--white);
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
  font-size: .9375rem;
  padding: .75rem 1.75rem;
  border-radius: var(--radius);
  text-decoration: none;
  border: 2px solid var(--bronze);
  cursor: pointer;
  transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
}

.btn-primary:hover {
  background: var(--bronze-dark);
  border-color: var(--bronze-dark);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(192,140,89,.3);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: transparent;
  color: var(--navy);
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
  font-size: .9375rem;
  padding: .75rem 1.75rem;
  border-radius: var(--radius);
  text-decoration: none;
  border: 2px solid var(--navy);
  cursor: pointer;
  transition: background var(--transition), color var(--transition);
}

.btn-secondary:hover { background: var(--navy); color: var(--white); }

/* =====================================================
   PAGE CONTENT AREA
   ===================================================== */

.page-banner {
  background: var(--navy);
  padding: 3.5rem 0 3rem;
}

.page-banner h1 { color: var(--white); font-size: clamp(1.75rem, 4vw, 2.5rem); }
.page-banner .breadcrumb { color: rgba(255,255,255,.55); font-size: .875rem; margin-top: .5rem; }
.page-banner .breadcrumb a { color: var(--bronze); }

.page-content {
  padding: 4rem 0 5rem;
}

.content-max { max-width: 760px; }

/* =====================================================
   EVENTS ARCHIVE
   ===================================================== */

.events-archive-grid {
  display: grid;
  gap: 1.25rem;
}

.events-archive-card {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  border-left: 4px solid var(--bronze);
  display: flex;
  align-items: stretch;
  overflow: hidden;
  transition: transform var(--transition), box-shadow var(--transition);
}

.events-archive-card:hover {
  transform: translateX(4px);
  box-shadow: var(--shadow-md);
}

.events-archive-card .event-date-badge {
  min-width: 72px;
  padding: 1.25rem;
}

.events-archive-card .card-body {
  padding: 1.25rem 1.5rem;
  flex: 1;
}

.events-archive-card h3 {
  margin-bottom: .3rem;
  font-size: 1.125rem;
}

.events-archive-card h3 a {
  color: var(--navy);
  text-decoration: none;
  transition: color var(--transition);
}

.events-archive-card h3 a:hover { color: var(--bronze); }

.events-archive-card .event-meta {
  font-size: .875rem;
  color: var(--slate-light);
  margin-bottom: .5rem;
}

.events-archive-card .event-excerpt {
  font-size: .9375rem;
  color: var(--slate);
}

/* =====================================================
   SINGLE EVENT
   ===================================================== */

.single-event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 2rem;
  padding: 1.25rem 1.5rem;
  background: var(--cream);
  border-radius: var(--radius);
  border-left: 4px solid var(--bronze);
}

.single-event-meta-item {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-weight: 600;
  color: var(--navy);
  font-size: .9375rem;
}

.single-event-meta-item svg {
  width: 18px;
  height: 18px;
  stroke: var(--bronze);
  flex-shrink: 0;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: .375rem;
  color: var(--bronze);
  font-weight: 600;
  font-size: .9375rem;
  margin-top: 2.5rem;
  transition: gap var(--transition);
}

.back-link:hover { gap: .625rem; }

/* =====================================================
   MEETINGS LIST
   ===================================================== */

.meetings-list { list-style: none; padding: 0; }

.meetings-list li {
  border-bottom: 1px solid var(--cream-dark);
  padding: 1.25rem 0;
}

.meetings-list li:first-child { padding-top: 0; }

.meetings-list .meeting-title a {
  font-family: 'Merriweather', serif;
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--navy);
  transition: color var(--transition);
}

.meetings-list .meeting-title a:hover { color: var(--bronze); }

.meetings-list .meeting-date {
  font-size: .875rem;
  color: var(--slate-light);
  margin-top: .2rem;
}

/* =====================================================
   DIRECTORY
   ===================================================== */

.directory-filter {
  display: flex;
  gap: .5rem;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}

.filter-btn {
  background: var(--white);
  border: 2px solid var(--cream-dark);
  color: var(--slate);
  font-family: 'Mulish', sans-serif;
  font-weight: 600;
  font-size: .875rem;
  padding: .45rem 1rem;
  border-radius: 100px;
  cursor: pointer;
  transition: background var(--transition), border-color var(--transition), color var(--transition);
}

.filter-btn.active,
.filter-btn:hover {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--white);
}

.directory-section { margin-bottom: 3.5rem; }

.directory-section-title {
  font-family: 'Merriweather', serif;
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--navy);
  border-bottom: 2px solid var(--cream-dark);
  padding-bottom: .625rem;
  margin-bottom: 1.25rem;
}

.directory-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.25rem;
}

.directory-card {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  padding: 1.5rem;
  transition: transform var(--transition), box-shadow var(--transition);
}

.directory-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.directory-card-name {
  font-family: 'Merriweather', serif;
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: .375rem;
}

.dir-tag {
  display: inline-block;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: .2rem .625rem;
  border-radius: 100px;
  margin-bottom: .75rem;
}

.tag-lodging    { background: #dbeafe; color: #1e40af; }
.tag-dining     { background: #fef3c7; color: #92400e; }
.tag-services   { background: #d1fae5; color: #065f46; }
.tag-water      { background: #e0f2fe; color: #0369a1; }

.directory-card-blurb {
  font-size: .9375rem;
  color: var(--slate);
  margin-bottom: .625rem;
}

.directory-card-phone {
  font-size: .875rem;
  font-weight: 600;
  color: var(--slate-light);
}

.directory-card-phone a { color: var(--bronze); }

/* =====================================================
   LAKE PAGE
   ===================================================== */

.lake-hero {
  position: relative;
  height: 340px;
  overflow: hidden;
  border-radius: 0 0 var(--radius) var(--radius);
  margin-bottom: 3rem;
}

.lake-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 60%;
}

.lake-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(29,37,64,.7) 0%, transparent 60%);
}

.info-box {
  background: var(--cream);
  border-radius: var(--radius);
  border-left: 4px solid var(--bronze);
  padding: 1.25rem 1.5rem;
  margin-bottom: 1.5rem;
}

.info-box strong { color: var(--navy); }

/* =====================================================
   CONTACT FORM
   ===================================================== */

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 4rem;
  align-items: start;
}

.contact-form label {
  display: block;
  font-weight: 600;
  font-size: .9375rem;
  color: var(--navy);
  margin-bottom: .375rem;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  border: 2px solid var(--cream-dark);
  border-radius: var(--radius);
  padding: .625rem .875rem;
  font-family: 'Mulish', sans-serif;
  font-size: 1rem;
  color: var(--slate);
  background: var(--white);
  transition: border-color var(--transition);
  margin-bottom: 1.25rem;
  appearance: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--bronze);
}

.contact-form textarea { resize: vertical; min-height: 130px; }

.contact-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.contact-sidebar h3 { margin-bottom: 1rem; }

.contact-sidebar address {
  font-style: normal;
  color: var(--slate);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.contact-sidebar address a { color: var(--bronze); font-weight: 600; }

.office-hours {
  background: var(--cream);
  border-radius: var(--radius);
  padding: 1.25rem;
  margin-bottom: 1.5rem;
}

.office-hours h4 { color: var(--navy); margin-bottom: .5rem; }

.map-embed iframe {
  width: 100%;
  height: 220px;
  border-radius: var(--radius);
  border: none;
}

/* =====================================================
   ASSESSING PAGE
   ===================================================== */

.assessing-grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 3rem;
  align-items: start;
}

.forms-list { list-style: none; padding: 0; }

.forms-list li {
  padding: .875rem 1rem;
  border-bottom: 1px solid var(--cream-dark);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.forms-list li:first-child { padding-top: 0; }

.form-links a {
  font-size: .875rem;
  font-weight: 600;
  color: var(--bronze);
  padding: .25rem .5rem;
  border-radius: 4px;
  transition: background var(--transition);
}

.form-links a:hover { background: var(--cream); }
.form-links a + a { margin-left: .25rem; }

.assessor-card {
  background: var(--navy);
  color: var(--white);
  border-radius: var(--radius);
  padding: 2rem;
  position: sticky;
  top: 6rem;
}

.assessor-card h3 { color: var(--white); margin-bottom: 1.25rem; }

.assessor-card p { color: rgba(255,255,255,.8); font-size: .9375rem; margin-bottom: .5rem; }

.assessor-card a { color: var(--bronze); font-weight: 600; }

/* =====================================================
   FOOTER
   ===================================================== */

.site-footer {
  background: var(--navy-dark);
  color: rgba(255,255,255,.7);
  padding: 4.5rem 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.2fr;
  gap: 3rem;
  padding-bottom: 3.5rem;
}

.footer-col h4 {
  font-family: 'Merriweather', serif;
  color: var(--white);
  font-size: 1rem;
  margin-bottom: 1.25rem;
  padding-bottom: .625rem;
  border-bottom: 2px solid rgba(192,140,89,.4);
}

.footer-brand .footer-name {
  font-family: 'Merriweather', serif;
  font-size: 1.125rem;
  font-weight: 900;
  color: var(--white);
  margin-bottom: .5rem;
}

.footer-col address { font-style: normal; line-height: 1.9; }

.footer-col a { color: var(--bronze); }
.footer-col a:hover { color: #d9a872; }

.footer-links { list-style: none; padding: 0; }

.footer-links li { margin-bottom: .5rem; }

.footer-links a {
  color: rgba(255,255,255,.65);
  font-size: .9375rem;
  transition: color var(--transition);
}

.footer-links a:hover { color: var(--bronze); }

.footer-hours p { font-size: .9375rem; margin-bottom: .5rem; }

.footer-hours .meeting-note {
  background: rgba(192,140,89,.12);
  border: 1px solid rgba(192,140,89,.25);
  border-radius: var(--radius);
  padding: .875rem 1rem;
  font-size: .875rem;
  margin-top: 1rem;
  color: rgba(255,255,255,.8);
}

.map-embed-footer iframe {
  width: 100%;
  height: 160px;
  border-radius: 6px;
  border: none;
  margin-top: 1rem;
  opacity: .9;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 1.25rem 0;
  text-align: center;
  font-size: .875rem;
  color: rgba(255,255,255,.4);
}

/* =====================================================
   RESPONSIVE
   ===================================================== */

@media (max-width: 960px) {
  .quick-actions { grid-template-columns: repeat(2, 1fr); }
  .events-grid { grid-template-columns: repeat(2, 1fr); }
  .strip-cols { grid-template-columns: 1fr; gap: 2rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .contact-layout { grid-template-columns: 1fr; gap: 2rem; }
  .assessing-grid { grid-template-columns: 1fr; }
  .assessor-card { position: static; }
}

@media (max-width: 600px) {
  .quick-actions { grid-template-columns: repeat(2, 1fr); gap: .75rem; padding-bottom: 2.5rem; }
  .quick-tile { padding: 1.25rem .75rem; }
  .events-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .nav-toggle { display: block; }
  .primary-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--navy); padding: 1rem; box-shadow: var(--shadow-md); }
  .primary-nav.open { display: block; }
  .primary-nav ul { flex-direction: column; gap: .25rem; }
  .primary-nav a { padding: .625rem 1rem; }
  .contact-form .form-row { grid-template-columns: 1fr; }
  .directory-grid { grid-template-columns: 1fr; }
  .hero { min-height: 80vh; }
  .hero-content h1 { font-size: 2rem; }
}
