/*
Theme Name: SoCal Desert Cleanup
Theme URI: https://socaldesertcleanup.org
Author: SoCal Desert Cleanup
Description: Custom launch-stage nonprofit landing page for SoCal Desert Cleanup using Tracia's approved numbered visual page order.
Version: 1.1.4
License: Proprietary - SoCal Desert Cleanup
Text Domain: socal-desert-cleanup
*/

:root {
  --charcoal: #080706;
  --charcoal-2: #11100e;
  --bone: #fff7ea;
  --muted: rgba(255, 247, 234, .72);
  --sun: #f2a23a;
  --rust: #7d311e;
  --line: rgba(255, 247, 234, .16);
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--charcoal); }
body {
  margin: 0;
  color: var(--bone);
  background: radial-gradient(circle at 50% 0, rgba(242, 162, 58, .16), transparent 28%), var(--charcoal);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
.wrap { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; }
.sr-only { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(8, 7, 6, .86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  gap: 16px;
}
.brand {
  display: flex;
  align-items: baseline;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: -.04em;
  font-weight: 1000;
}
.brand-mark { color: var(--sun); font-size: clamp(18px, 2vw, 28px); }
.brand-name { color: var(--bone); font-size: clamp(18px, 2vw, 28px); }
.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 900;
}
.nav-links a {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .05);
}
.nav-links a:hover { color: var(--sun); border-color: rgba(242, 162, 58, .55); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .18);
  font-weight: 950;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn.primary { background: var(--sun); color: #1d1209; border-color: transparent; box-shadow: 0 18px 42px rgba(242, 162, 58, .22); }
.btn.dark { background: #15110d; color: var(--bone); }
.btn.light { background: var(--bone); color: #1d1209; }
.btn.outline { background: transparent; color: #1d1209; border-color: rgba(29, 18, 9, .36); }

.page-shot-section {
  padding: clamp(28px, 5vw, 58px) 0;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.page-shot-section:first-of-type { padding-top: clamp(18px, 4vw, 38px); }
.page-shot-meta {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}
.page-shot-meta span {
  color: var(--sun);
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.page-shot-meta h2 {
  margin: 0;
  color: rgba(255, 247, 234, .82);
  font-size: clamp(18px, 2.4vw, 30px);
  line-height: 1;
  letter-spacing: -.04em;
  text-align: right;
}
.page-shot-frame {
  width: min(1440px, 100%);
  margin: 0 auto;
  border-radius: clamp(14px, 2vw, 28px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  background: #000;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .42);
}
.page-shot-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.action-strip {
  background: var(--sun);
  color: #1d1209;
  padding: clamp(42px, 7vw, 82px) 0;
}
.action-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 28px;
  align-items: center;
}
.eyebrow {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.action-strip h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 72px);
  line-height: .95;
  letter-spacing: -.055em;
}
.action-strip p:not(.eyebrow) {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(29, 18, 9, .74);
  font-size: clamp(17px, 2vw, 22px);
}
.action-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

footer {
  background: #050403;
  padding: 32px 0;
  color: rgba(255, 247, 234, .58);
  font-size: 14px;
}
.footer-row { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.footer-row strong { color: var(--bone); }
.footer-row a { color: rgba(255, 247, 234, .82); }

@media (max-width: 820px) {
  .nav { min-height: 66px; }
  .nav-links { display: none; }
  .page-shot-meta { align-items: start; flex-direction: column; }
  .page-shot-meta h2 { text-align: left; }
  .page-shot-frame { border-radius: 0; border-left: 0; border-right: 0; }
  .action-grid { grid-template-columns: 1fr; }
  .action-buttons { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; scroll-behavior: auto !important; transition: none !important; }
}
