.la-hero {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  color: #ffffff;
  background: #04162c;
}

.la-breadcrumb {
  position: relative;
  z-index: 5;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 14px clamp(24px, 5vw, 72px);
  color: #ffffff;
  background: rgba(4, 22, 44, 0.92);
  font-size: 12px;
  font-weight: 700;
}

.la-breadcrumb a {
  color: #ffffff;
  text-decoration: none;
}

.la-breadcrumb a:hover {
  color: #d8aa3b;
}

.la-hero-photo {
  position: absolute;
  inset: 42px 0 0 auto;
  z-index: 0;
  width: 64%;
  background-image: url("assets/LA-learnmore.PNG");
  background-size: cover;
  background-position: center center;
}

.la-hero-overlay {
  position: absolute;
  inset: 42px 0 0 0;
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(4, 22, 44, 0.98) 0%,
      rgba(4, 22, 44, 0.92) 38%,
      rgba(4, 22, 44, 0.42) 58%,
      rgba(4, 22, 44, 0.02) 88%
    );
}

.la-hero-content {
  position: relative;
  z-index: 3;
  max-width: 650px;
  padding: 72px clamp(24px, 5vw, 72px) 130px;
}

.la-kicker,
.la-section-kicker {
  margin: 0 0 8px;
  color: #c99522;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.la-hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 6vw, 82px);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.la-hero h1 span {
  color: #d8aa3b;
}

.la-gold-line {
  width: 64px;
  height: 4px;
  margin: 28px 0 28px;
  background: #c99522;
}

.la-gold-line.small {
  width: 54px;
  height: 3px;
  margin: 14px 0 18px;
}

.la-hero-content p {
  max-width: 520px;
  margin: 0;
  font-size: clamp(18px, 1.8vw, 23px);
  line-height: 1.45;
  font-weight: 700;
}

.la-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 36px;
}

.la-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 165px;
  min-height: 52px;
  padding: 15px 24px;
  border-radius: 3px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.la-button-gold {
  color: #ffffff;
  background: linear-gradient(135deg, #d8aa3b, #c99522);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.20);
}

.la-button-outline {
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.80);
  background: rgba(255, 255, 255, 0.03);
}

.la-hero-curve {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 4;
  height: 118px;
  pointer-events: none;
}

.la-hero-curve svg {
  width: 100%;
  height: 100%;
}

.la-curve-gold {
  fill: #c99522;
}

.la-curve-white {
  fill: #ffffff;
}

.la-intro {
  display: grid;
  grid-template-columns: minmax(360px, 1.1fr) minmax(320px, 0.85fr);
  gap: clamp(36px, 7vw, 86px);
  align-items: center;
  padding: 34px clamp(24px, 7vw, 94px) 46px;
  background: #ffffff;
}

.la-intro-copy {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 32px;
  align-items: start;
}

.la-intro-icon {
  display: grid;
  place-items: center;
  width: 84px;
  height: 84px;
  margin-top: 8px;
  border-radius: 50%;
  background: #071d38;
}

.la-intro-icon svg {
  width: 48px;
  height: 48px;
  stroke: #ffffff;
  stroke-width: 3.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.la-intro h2,
.la-goals h2,
.la-cycle h2,
.la-final-cta h2 {
  font-family: Georgia, "Times New Roman", serif;
}

.la-intro h2 {
  margin: 0 0 12px;
  color: #071d38;
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.15;
}

.la-intro p {
  margin: 0 0 14px;
  color: #111827;
  font-size: 16px;
  line-height: 1.65;
}

.la-intro p:last-child {
  margin-bottom: 0;
}

.la-quote {
  position: relative;
  padding: 38px 44px 36px 72px;
  background: #f6f2eb;
  border-radius: 4px;
  box-shadow: 0 18px 42px rgba(7, 29, 56, 0.08);
}

.la-quote::before {
  content: "";
  position: absolute;
  left: -45px;
  top: 30px;
  bottom: 30px;
  width: 1px;
  background: #c99522;
  opacity: 0.55;
}

.quote-mark {
  position: absolute;
  top: 20px;
  left: 34px;
  color: #c99522;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 72px;
  line-height: 1;
  font-weight: 700;
}

.la-quote p {
  margin: 0 0 18px;
  color: #071d38;
  font-size: 18px;
  line-height: 1.55;
}

.la-quote cite {
  color: #b88618;
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
}

.la-goals {
  padding: 24px clamp(24px, 6vw, 86px) 52px;
  text-align: center;
  background: #ffffff;
}

.la-section-kicker {
  color: #071d38;
}

.la-goals h2 {
  position: relative;
  margin: 0 0 56px;
  color: #071d38;
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.2;
}

.la-goals h2::after {
  content: "★";
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  color: #c99522;
  font-size: 13px;
}

.la-goals-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1060px;
  margin: 0 auto;
}

.la-goal {
  position: relative;
  padding: 0 34px;
}

.la-goal::after {
  content: "";
  position: absolute;
  top: 78px;
  right: 0;
  width: 1px;
  height: 140px;
  background: rgba(201, 149, 34, 0.45);
}

.la-goal.no-line::after {
  display: none;
}

.la-goal-icon {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: #071d38;
  border: 4px solid #ffffff;
  box-shadow: 0 14px 34px rgba(7, 29, 56, 0.13);
}

.la-goal-icon svg {
  width: 44px;
  height: 44px;
  stroke: #ffffff;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.la-goal h3 {
  margin: 0 0 10px;
  color: #071d38;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.2;
}

.la-goal p {
  max-width: 195px;
  margin: 0 auto;
  color: #111827;
  font-size: 14px;
  line-height: 1.55;
}

.la-cycle {
  display: grid;
  grid-template-columns: minmax(260px, 0.68fr) minmax(620px, 1.7fr);
  gap: clamp(38px, 6vw, 70px);
  align-items: center;
  padding: 48px clamp(24px, 6vw, 86px);
  background: linear-gradient(135deg, #f7f3eb, #ffffff);
}

.la-cycle-copy h2 {
  margin: 0;
  color: #071d38;
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1.15;
}

.la-cycle-copy p:not(.la-kicker) {
  margin: 0;
  max-width: 410px;
  color: #111827;
  font-size: 15px;
  line-height: 1.65;
}

.la-cycle-steps {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
}

.la-cycle-steps article {
  position: relative;
  text-align: center;
}

.la-cycle-steps article:not(:last-child)::after {
  content: "•••";
  position: absolute;
  top: 28px;
  right: -22px;
  color: #c99522;
  font-size: 24px;
  letter-spacing: 4px;
}

.cycle-icon {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  margin: 0 auto 8px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(7, 29, 56, 0.08);
}

.cycle-icon svg {
  width: 40px;
  height: 40px;
  stroke: #c99522;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.la-cycle-steps strong {
  display: block;
  color: #071d38;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.1;
}

.la-cycle-steps p {
  margin: 4px auto 0;
  max-width: 105px;
  color: #071d38;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
}

.la-final-cta {
  display: grid;
  grid-template-columns: 72px minmax(280px, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 30px clamp(24px, 6vw, 86px);
  color: #ffffff;
  background: linear-gradient(135deg, #c18a17, #c99522 50%, #b98214);
}

.final-icon svg {
  width: 72px;
  height: 72px;
  stroke: #ffffff;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.la-final-cta h2 {
  margin: 0 0 6px;
  font-size: clamp(27px, 2.8vw, 36px);
  line-height: 1.1;
}

.la-final-cta p {
  max-width: 600px;
  margin: 0;
  font-size: 16px;
  line-height: 1.45;
}

.final-actions {
  display: flex;
  gap: 16px;
}

.final-primary {
  color: #ffffff;
  background: #071d38;
}

.final-outline {
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.75);
  background: transparent;
}

.la-button:hover,
.la-button:focus-visible {
  transform: translateY(-1px);
}

@media (max-width: 1120px) {
  .la-intro,
  .la-cycle,
  .la-final-cta {
    grid-template-columns: 1fr;
  }

  .la-goals-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 44px 0;
  }

  .la-goal:nth-child(2)::after,
  .la-goal.no-line::after {
    display: none;
  }

  .la-cycle-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .la-cycle-steps article:not(:last-child)::after {
    display: none;
  }

  .final-actions {
    flex-wrap: wrap;
  }
}

@media (max-width: 760px) {
  .la-hero-photo {
    width: 100%;
    opacity: 0.36;
  }

  .la-hero-overlay {
    background: rgba(4, 22, 44, 0.82);
  }

  .la-hero-content {
    padding: 62px 24px 125px;
  }

  .la-hero h1 {
    font-size: 54px;
  }

  .la-hero-actions {
    gap: 14px;
  }

  .la-button {
    width: 100%;
  }

  .la-intro {
    padding-top: 26px;
  }

  .la-intro-copy {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .la-quote {
    padding: 34px 28px 30px 64px;
  }

  .la-quote::before {
    display: none;
  }

  .la-goals-grid,
  .la-cycle-steps {
    grid-template-columns: 1fr;
  }

  .la-goal {
    padding: 0;
  }

  .la-goal::after {
    display: none;
  }

  .la-goal p {
    max-width: 300px;
  }

  .la-final-cta {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .final-actions {
    width: 100%;
  }
}
/* =========================================================
   FIX: Pull work-page hero photos up to remove top gap
   Applies to Grassroots Activism + Legislative Advocacy pages
   ========================================================= */

.ga-hero,
.la-hero {
  margin-top: 0 !important;
}

.ga-hero-photo,
.la-hero-photo {
  top: 0 !important;
  margin-top: 0 !important;
  height: 100% !important;
  transform: none !important;
}

.ga-hero-overlay,
.la-hero-overlay {
  top: 0 !important;
  margin-top: 0 !important;
  height: 100% !important;
  transform: none !important;
}

/* Keeps the breadcrumb visible above the photo/overlay */
.ga-breadcrumb,
.la-breadcrumb {
  position: relative;
  z-index: 8;
}
/* =========================================================
   FIX: Close gap between header and work-page hero images
   ========================================================= */

.ga-hero,
.la-hero,
.ce-hero {
  margin-top: 0 !important;
}

/* Pull each hero image all the way to the top of the section */
.ga-hero-photo,
.la-hero-photo,
.ce-hero-photo {
  inset: 0 0 0 auto !important;
  top: 0 !important;
  bottom: 0 !important;
  height: auto !important;
  margin-top: 0 !important;
  transform: none !important;
}

/* Pull the dark overlay all the way to the top too */
.ga-hero-overlay,
.la-hero-overlay,
.ce-hero-overlay {
  inset: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  height: auto !important;
  margin-top: 0 !important;
  transform: none !important;
}

/* Place the breadcrumb on top of the hero image instead of creating a separate strip */
.ga-breadcrumb,
.la-breadcrumb,
.ce-breadcrumb {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 8 !important;
  background: transparent !important;
}

/* Keep the main hero text from sliding too high after the breadcrumb becomes absolute */
.ga-hero-content,
.la-hero-content,
.ce-hero-content {
  padding-top: 114px !important;
}

@media (max-width: 760px) {
  .ga-hero-content,
  .la-hero-content,
  .ce-hero-content {
    padding-top: 104px !important;
  }

  .ga-breadcrumb,
  .la-breadcrumb,
  .ce-breadcrumb {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
