/*
Theme Name: Drew Moss for District 4
Theme URI: https://drewmossforflagler.com
Author: Drew Moss Campaign
Author URI: https://drewmossforflagler.com
Description: Official campaign theme for Drew Moss — Republican candidate for Flagler County Commission, District 4. Features a patriotic design with sections for platform, biography, press releases, endorsements, and contact.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: drew-moss
Tags: one-column, custom-logo, custom-menu, featured-images
*/

/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:  #1B2A4A;
  --blue:  #1E3A5F;
  --red:   #B22234;
  --red-dark: #8B1A28;
  --white: #FFFFFF;
  --off-white: #F7F8FA;
  --light-gray: #E8ECF1;
  --text:  #2C3E50;
  --text-light: #5A6C7E;
  --gold: #C9A84C;
  --shadow: 0 2px 20px rgba(0,0,0,.08);
  --shadow-lg: 0 8px 40px rgba(0,0,0,.12);
  --radius: 8px;
  --max-width: 1200px;
  --transition: .3s ease;
}

html { scroll-behavior: smooth; scroll-padding-top: 111px; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text);
  line-height: 1.7;
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

.container { max-width: var(--max-width); margin: 0 auto; padding: 0 24px; }

/* ===== TYPOGRAPHY ===== */
h1, h2, h3, h4 { font-family: 'Merriweather', Georgia, serif; color: var(--navy); line-height: 1.3; }
h1 { font-size: clamp(2.2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.5rem); }
h3 { font-size: 1.3rem; }

.section-label {
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: 3px;
  color: var(--red);
  margin-bottom: 8px;
}

.section-title { margin-bottom: 16px; }

.section-subtitle {
  font-size: 1.1rem;
  color: var(--text-light);
  max-width: 640px;
  margin: 0 auto 48px;
}

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 600;
  font-size: .95rem;
  letter-spacing: .5px;
  transition: all var(--transition);
  border: 2px solid transparent;
  cursor: pointer;
}

.btn-primary {
  background: var(--red);
  color: var(--white);
  border-color: var(--red);
}
.btn-primary:hover {
  background: var(--red-dark);
  border-color: var(--red-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(178,34,52,.35);
}

.btn-secondary {
  background: transparent;
  color: var(--white);
  border-color: var(--white);
}
.btn-secondary:hover {
  background: var(--white);
  color: var(--navy);
  transform: translateY(-2px);
}

.btn-outline {
  background: transparent;
  color: var(--navy);
  border-color: var(--navy);
}
.btn-outline:hover {
  background: var(--navy);
  color: var(--white);
  transform: translateY(-2px);
}

/* ===== HEADER / NAV ===== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--light-gray);
  transition: box-shadow var(--transition);
}
.site-header.scrolled { box-shadow: var(--shadow); }

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 105px;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

.header-logo {
  display: inline-block;
}
.header-logo img { height: 94px; width: auto; display: block; }

/* Text-based logo (matches rack card v2 style) */
.header-logo-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  background: linear-gradient(180deg, var(--navy) 0%, var(--blue) 100%);
  padding: 6px 0 0;
  border-radius: 6px;
  box-shadow: 0 4px 14px rgba(0,0,0,.15);
  border-top: 3px solid var(--red);
  overflow: hidden;
  width: 110px;
  color: var(--white);
  line-height: 1;
  text-align: center;
}

.logo-elect-row {
  width: 100%;
}

.logo-elect {
  font-family: 'Merriweather', serif;
  font-size: .7rem;
  font-style: italic;
  font-weight: 700;
  color: rgba(255,255,255,.8);
  text-transform: lowercase;
}

.logo-drew {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 1px;
  margin-top: 2px;
}

.logo-moss {
  font-family: 'Inter', sans-serif;
  font-size: 1.85rem;
  font-weight: 900;
  letter-spacing: 1px;
  text-shadow: 0 2px 4px rgba(0,0,0,.2);
  margin-top: -1px;
  margin-bottom: 5px;
}

.logo-banner {
  background: var(--red);
  width: 100%;
  padding: 4px 4px 5px;
  color: var(--white);
}

.logo-office-line1,
.logo-office-line2 {
  font-family: 'Inter', sans-serif;
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .5px;
  line-height: 1.15;
}

.logo-district {
  font-family: 'Inter', sans-serif;
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: 1px;
  margin-top: 3px;
  border-top: 1px solid rgba(255,255,255,.25);
  padding-top: 3px;
}

.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a {
  font-size: .9rem;
  font-weight: 500;
  color: var(--text);
  position: relative;
  transition: color var(--transition);
}
.nav-links a:hover, .nav-links a.active { color: var(--red); }
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--red);
  transition: width var(--transition);
}
.nav-links a:hover::after { width: 100%; }

.nav-donate .btn { padding: 10px 24px; font-size: .85rem; }

.mobile-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.mobile-toggle span {
  width: 24px;
  height: 2px;
  background: var(--navy);
  transition: all var(--transition);
}

/* ===== HERO ===== */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 50%, #2A4A7F 100%);
  overflow: hidden;
  padding-top: 105px;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(178,34,52,.15) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 30%, rgba(255,255,255,.05) 0%, transparent 50%);
}

.hero-stars {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: .08;
}

.hero-stars span {
  position: absolute;
  font-size: 24px;
  color: white;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.hero-text { color: var(--white); }

.hero-badge {
  display: inline-block;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  padding: 6px 16px;
  border-radius: 50px;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
  color: rgba(255,255,255,.9);
}

.hero-text h1 {
  color: var(--white);
  margin-bottom: 8px;
  font-size: clamp(2.5rem, 5.5vw, 4rem);
}

.hero-text h1 .highlight {
  color: var(--red);
  display: block;
  font-size: .45em;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 4px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
}

.hero-tagline {
  font-size: 1.25rem;
  color: rgba(255,255,255,.85);
  margin-bottom: 12px;
  font-style: italic;
}

.hero-desc {
  font-size: 1.05rem;
  color: rgba(255,255,255,.75);
  margin-bottom: 36px;
  max-width: 500px;
  line-height: 1.8;
}

.hero-buttons { display: flex; gap: 16px; flex-wrap: wrap; }

.hero-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-photo {
  max-width: 380px;
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0,0,0,.4);
  border: 4px solid rgba(255,255,255,.15);
  object-fit: cover;
}

/* Decorative stripe */
.hero-stripe {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, var(--red) 0%, var(--red) 33%, var(--white) 33%, var(--white) 66%, var(--blue) 66%, var(--blue) 100%);
}

/* ===== ANNOUNCEMENT BAR ===== */
.announcement-bar {
  background: var(--red);
  color: var(--white);
  text-align: center;
  padding: 10px 24px;
  font-size: .9rem;
  font-weight: 500;
  position: relative;
  z-index: 1001;
}
.announcement-bar a { text-decoration: underline; font-weight: 700; }

/* ===== PLATFORM / ISSUES ===== */
.platform {
  padding: 100px 0;
  background: var(--off-white);
  text-align: center;
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
  margin-top: 48px;
}

.platform-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 40px 32px;
  text-align: left;
  box-shadow: var(--shadow);
  border-top: 4px solid transparent;
  transition: all var(--transition);
  position: relative;
}
.platform-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-top-color: var(--red);
}

.platform-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--navy), var(--blue));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 24px;
}

.platform-card h3 { margin-bottom: 12px; }
.platform-card p { color: var(--text-light); font-size: .95rem; }

/* ===== ABOUT ===== */
.about {
  padding: 100px 0;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.about-image-area {
  position: relative;
}

.about-photo-placeholder {
  background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 100%);
  border-radius: 16px;
  padding: 48px 32px;
  text-align: center;
  color: var(--white);
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
}

.about-photo-placeholder::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(178,34,52,.2) 0%, transparent 70%);
}

.about-photo-placeholder img {
  max-width: 280px;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 24px;
  position: relative;
  z-index: 1;
}

.stat-item {
  text-align: center;
  padding: 16px 8px;
  background: rgba(255,255,255,.1);
  border-radius: var(--radius);
}

.stat-number {
  font-size: 1.8rem;
  font-weight: 800;
  font-family: 'Merriweather', serif;
  display: block;
}

.stat-label {
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: .8;
}

.about-content .section-label { text-align: left; }
.about-content .section-title { text-align: left; }

.about-text {
  color: var(--text-light);
  margin-bottom: 20px;
  font-size: 1rem;
}

.about-highlights {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 32px 0;
}

.highlight-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.highlight-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: rgba(178,34,52,.08);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--red);
  font-size: 18px;
}

.highlight-text h4 { font-size: 1rem; margin-bottom: 2px; }
.highlight-text p { font-size: .9rem; color: var(--text-light); }

/* ===== BIOGRAPHY SECTION ===== */
.biography {
  padding: 100px 0;
  background: var(--navy);
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.biography::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.biography .container { position: relative; z-index: 1; }

.bio-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.biography h2 { color: var(--white); margin-bottom: 32px; }

.bio-content .section-label { color: rgba(255,255,255,.6); }

.bio-text {
  font-size: 1.05rem;
  line-height: 1.9;
  color: rgba(255,255,255,.8);
  margin-bottom: 20px;
}

.bio-quote {
  font-family: 'Merriweather', Georgia, serif;
  font-size: 1.3rem;
  font-style: italic;
  color: var(--white);
  margin: 40px 0;
  padding: 24px 0;
  border-top: 1px solid rgba(255,255,255,.15);
  border-bottom: 1px solid rgba(255,255,255,.15);
  line-height: 1.6;
}

/* ===== PRESS RELEASE ===== */
.press {
  padding: 100px 0;
  background: var(--off-white);
}

.press-card {
  max-width: 800px;
  margin: 0 auto;
  background: var(--white);
  border-radius: var(--radius);
  padding: 48px;
  box-shadow: var(--shadow);
}

.press-meta {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.press-tag {
  background: var(--red);
  color: var(--white);
  padding: 4px 14px;
  border-radius: 50px;
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.press-date { color: var(--text-light); font-size: .9rem; }

.press-card h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  line-height: 1.4;
}

.press-card p {
  color: var(--text-light);
  margin-bottom: 16px;
}

/* Press Slider */
.press-slider {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.press-slide {
  animation: fadeIn .3s ease;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.press-body p {
  color: var(--text-light);
  margin-bottom: 16px;
}

.press-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 28px;
}

.press-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid var(--navy);
  background: var(--white);
  color: var(--navy);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--transition);
}

.press-arrow:hover {
  background: var(--navy);
  color: var(--white);
}

.press-counter {
  font-size: .9rem;
  font-weight: 600;
  color: var(--text-light);
  min-width: 50px;
  text-align: center;
}

/* ===== DONATE / CTA ===== */
.donate-cta {
  padding: 100px 0;
  background: linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%);
  text-align: center;
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.donate-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 30% 0%, rgba(255,255,255,.08) 0%, transparent 60%),
    radial-gradient(ellipse at 70% 100%, rgba(0,0,0,.1) 0%, transparent 60%);
}

.donate-cta .container { position: relative; z-index: 1; }

.donate-cta h2 { color: var(--white); margin-bottom: 16px; }
.donate-cta p {
  font-size: 1.1rem;
  color: rgba(255,255,255,.85);
  max-width: 600px;
  margin: 0 auto 36px;
}

.donate-cta .btn-secondary {
  font-size: 1.1rem;
  padding: 16px 48px;
  border-width: 2px;
}

/* ===== GET INVOLVED ===== */
.get-involved {
  padding: 100px 0;
}

.involve-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 28px;
  margin-top: 48px;
}

.involve-card {
  background: var(--white);
  border: 1px solid var(--light-gray);
  border-radius: var(--radius);
  padding: 40px 32px;
  text-align: center;
  transition: all var(--transition);
}
.involve-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: transparent;
}

.involve-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  background: rgba(178,34,52,.06);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}

.involve-card h3 { margin-bottom: 12px; }
.involve-card p { color: var(--text-light); font-size: .95rem; margin-bottom: 24px; }

/* ===== CONTACT ===== */
.contact {
  padding: 100px 0;
  background: var(--off-white);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-top: 48px;
}

.contact-info-card {
  background: var(--white);
  padding: 40px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.contact-info-card h3 { margin-bottom: 24px; }

.contact-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid var(--light-gray);
}
.contact-item:last-child { border-bottom: none; }

.contact-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  background: linear-gradient(135deg, var(--navy), var(--blue));
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 18px;
}

.contact-detail h4 { font-size: .95rem; margin-bottom: 4px; }
.contact-detail p { font-size: .9rem; color: var(--text-light); }

.contact-form-card {
  background: var(--white);
  padding: 40px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.contact-form-card h3 { margin-bottom: 24px; }

.form-group { margin-bottom: 20px; }

.form-group label {
  display: block;
  font-size: .85rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 6px;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--light-gray);
  border-radius: var(--radius);
  font-size: .95rem;
  font-family: inherit;
  transition: border-color var(--transition);
  background: var(--off-white);
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--blue);
  background: var(--white);
}

.form-group textarea { resize: vertical; min-height: 120px; }

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

/* ===== ENDORSEMENTS ===== */
.endorsements {
  padding: 80px 0;
  background: var(--white);
  text-align: center;
}

.endorsements-desc {
  max-width: 700px;
  margin: 0 auto;
  font-size: 1.05rem;
  color: var(--text-light);
  line-height: 1.8;
}

/* ===== FOOTER ===== */
.site-footer {
  background: var(--navy);
  color: rgba(255,255,255,.7);
  padding: 60px 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.footer-brand img { height: 113px; margin-bottom: 16px; border-radius: 4px; }
.footer-brand p { font-size: .9rem; line-height: 1.7; max-width: 300px; }

.footer-col h4 {
  color: var(--white);
  font-family: 'Inter', sans-serif;
  font-size: .85rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.footer-col a {
  display: block;
  padding: 4px 0;
  font-size: .9rem;
  transition: color var(--transition);
}
.footer-col a:hover { color: var(--white); }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  font-size: .8rem;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-legal-links a {
  color: rgba(255,255,255,.6);
  transition: color var(--transition);
}
.footer-legal-links a:hover { color: var(--white); }

.footer-disclaimer {
  font-size: .75rem;
  color: rgba(255,255,255,.4);
  text-align: center;
  padding: 16px 0;
  border-top: 1px solid rgba(255,255,255,.05);
}

/* ===== BACK TO TOP ===== */
.back-to-top {
  position: fixed;
  bottom: 32px;
  left: 32px;
  width: 48px;
  height: 48px;
  background: var(--navy);
  color: var(--white);
  border: none;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all var(--transition);
  z-index: 999;
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  justify-content: center;
}
.back-to-top.visible { opacity: 1; visibility: visible; }
.back-to-top:hover { background: var(--red); transform: translateY(-3px); }

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

/* Tablet */
@media (max-width: 968px) {
  .hero-content { grid-template-columns: 1fr; text-align: center; gap: 40px; }
  .hero-desc { margin-left: auto; margin-right: auto; }
  .hero-buttons { justify-content: center; }
  .hero-image { order: -1; }
  .hero-photo { max-width: 260px; }

  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-content .section-label,
  .about-content .section-title { text-align: center; }
  .about-text { text-align: center; }
  .about-highlights { align-items: center; }

  .contact-grid { grid-template-columns: 1fr; }

  .footer-grid { grid-template-columns: 1fr 1fr; }

  .platform { padding: 70px 0; }
  .about { padding: 70px 0; }
  .biography { padding: 70px 0; }
  .press { padding: 70px 0; }
  .donate-cta { padding: 70px 0; }
  .get-involved { padding: 70px 0; }
  .contact { padding: 70px 0; }
  .endorsements { padding: 60px 0; }
}

/* Mobile nav breakpoint */
@media (max-width: 768px) {
  .header-logo { display: none !important; }
  .mobile-toggle { display: none !important; }
  .nav-donate { display: none !important; }

  .header-inner { height: auto; padding: 0; flex-wrap: wrap; justify-content: center; }

  .nav-links {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    width: 100%;
    padding: 8px 12px;
  }

  /* WordPress menu structure: ul > li > a */
  .nav-links ul,
  .nav-links .menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
  }

  .nav-links li,
  .nav-links .menu-item {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .nav-links a,
  .nav-links li a,
  .nav-links .menu-item a {
    font-size: .75rem;
    padding: 6px 8px;
    white-space: nowrap;
    display: block;
  }

  .site-header { position: fixed; }

  .hero { min-height: auto; padding-top: 50px; padding-bottom: 60px; }
  .hero-content { gap: 32px; }
  .hero-photo { max-width: 220px; }
  .hero-badge { font-size: .7rem; padding: 5px 12px; }
  .hero-text h1 { font-size: clamp(1.8rem, 8vw, 2.8rem); }
  .hero-tagline { font-size: 1rem; }
  .hero-desc { font-size: .95rem; margin-bottom: 28px; }
  .hero-buttons .btn { padding: 12px 24px; font-size: .9rem; width: 100%; justify-content: center; }

  .platform-grid { grid-template-columns: 1fr; }
  .platform-card { padding: 28px 24px; }

  .about-photo-placeholder { padding: 32px 20px; min-height: auto; }
  .about-photo-placeholder img { max-width: 180px !important; }
  .about-stats { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .stat-number { font-size: 1.4rem; }
  .stat-label { font-size: .65rem; }
  .highlight-item { flex-direction: column; align-items: center; text-align: center; }

  .bio-content { text-align: left; }
  .bio-text { font-size: .95rem; }
  .bio-quote { font-size: 1.1rem; }

  .press-card { padding: 24px 20px; }
  .press-card h3 { font-size: 1.2rem; }

  .donate-cta h2 { font-size: clamp(1.5rem, 6vw, 2rem); }
  .donate-cta p { font-size: .95rem; }
  .donate-cta .btn-secondary { padding: 14px 36px; font-size: 1rem; width: 100%; text-align: center; justify-content: center; }

  .involve-grid { grid-template-columns: 1fr; }
  .involve-card { padding: 32px 24px; }

  .contact-info-card { padding: 28px 20px; }
  .contact-form-card { padding: 28px 20px; }

  .form-row { grid-template-columns: 1fr; }

  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { display: flex; flex-direction: column; align-items: center; }
  .footer-brand p { text-align: center; }
  .footer-brand img { margin: 0 auto 16px; }
  .footer-bottom { justify-content: center; text-align: center; }

  .container { padding: 0 16px; }

  .section-label { font-size: .7rem; letter-spacing: 2px; }
  h2 { font-size: clamp(1.5rem, 5vw, 2rem); }
  .section-subtitle { font-size: 1rem; margin-bottom: 32px; }

  .back-to-top { bottom: 20px; left: 20px; width: 42px; height: 42px; }
}

/* Small phones */
@media (max-width: 400px) {
  .nav-links a,
  .nav-links li a { font-size: .65rem; padding: 5px 5px; }
  .nav-links ul { gap: 0; }

  .hero { padding-top: 50px; padding-bottom: 48px; }
  .hero-photo { max-width: 180px; }
  .hero-text h1 { font-size: 1.6rem; }
  .hero-text h1 .highlight { font-size: .5em; }
  .hero-buttons { flex-direction: column; }

  .about-stats { grid-template-columns: 1fr 1fr 1fr; }

  .platform-card { padding: 24px 18px; }
  .platform-icon { width: 44px; height: 44px; }

  .press-meta { flex-direction: column; gap: 8px; }

  .contact-item { gap: 12px; }
  .contact-icon { width: 36px; height: 36px; min-width: 36px; }
}

/* ===== ANIMATIONS ===== */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .6s ease, transform .6s ease;
}
.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Stars animation for hero */
@keyframes twinkle {
  0%, 100% { opacity: .3; }
  50% { opacity: 1; }
}
