/* CoderLyft Social Responsibility — page-scoped only */

.csr-page {
  --csr-navy: #071a2d;
  --csr-blue: #0b66c3;
  --csr-blue-soft: #eaf4ff;
  --csr-muted: #5d738a;
  --csr-line: #d7e5f3;
  --csr-soft: #f5f9fd;
  --csr-radius: 18px;
  background: #fff;
  color: #12263a;
  font-family: "Outfit", "Outfit Placeholder", sans-serif;
}

.csr-page main,
.csr-page main *,
.csr-page .csr-bottom-band,
.csr-page .csr-lightbox {
  font-family: "Outfit", "Outfit Placeholder", sans-serif !important;
}

.csr-page :focus-visible {
  outline: 3px solid #63a9ff;
  outline-offset: 3px;
}

.csr-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--csr-blue);
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.csr-kicker.light {
  color: #8ec5ff;
}

.csr-section-heading {
  max-width: 760px;
  margin-bottom: 36px;
}

.csr-section-heading h2 {
  margin: 0;
  color: var(--csr-navy);
  font-size: clamp(1.9rem, 3.2vw, 2.85rem);
  font-weight: 700 !important;
  line-height: 1.15;
  letter-spacing: -.035em;
}

.csr-section-heading p {
  margin: 14px 0 0;
  color: var(--csr-muted);
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.7;
}

.csr-btn {
  min-height: 48px;
  padding: 12px 22px;
  font-size: 1rem !important;
  font-weight: 700 !important;
}

.csr-hero-actions .button-primary.csr-btn {
  background: linear-gradient(135deg, #4f46e5, #7c3aed) !important;
  color: #fff !important;
  border: 0 !important;
  box-shadow: 0 10px 28px rgba(76, 60, 200, .35);
}

.csr-hero-actions .button-primary.csr-btn:hover {
  filter: brightness(1.06);
}

.csr-btn-secondary {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 10px 4px;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid rgba(255, 255, 255, .7);
}

.csr-btn-secondary:hover {
  color: #fff;
  border-bottom-color: #fff;
}

/* Hero */
.csr-hero {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  padding: 168px 0 120px;
  color: #fff;
}

.csr-hero-media {
  position: absolute;
  inset: 0;
}

.csr-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}

.csr-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(4, 24, 44, .9) 6%, rgba(7, 35, 68, .76) 48%, rgba(8, 50, 90, .58) 100%),
    linear-gradient(0deg, rgba(4, 20, 36, .62), transparent 46%);
}

.csr-hero-inner {
  position: relative;
  z-index: 2;
}

.csr-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  color: rgba(220, 234, 250, .62);
  font-size: .88rem;
  font-weight: 600;
}

.csr-breadcrumb a {
  color: rgba(220, 234, 250, .82);
  text-decoration: none;
}

.csr-breadcrumb a:hover,
.csr-breadcrumb strong {
  color: #fff;
}

.csr-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: #9bc7ff;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.csr-eyebrow i {
  width: 28px;
  height: 1px;
  background: #63a9ff;
}

.csr-hero-title {
  margin: 0;
  max-width: 18ch;
  color: #fff;
  font-size: clamp(2.35rem, 4.8vw, 4.1rem);
  font-weight: 700 !important;
  line-height: 1.08;
  letter-spacing: -.045em;
}

.csr-hero-title span {
  color: transparent;
  background: linear-gradient(100deg, #fff 8%, #8fc5ff 55%, #b8f0c8 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.csr-hero-lead {
  max-width: 640px;
  margin: 22px 0 0;
  color: rgba(235, 244, 255, .9);
  font-size: 1.16rem;
  font-weight: 500;
  line-height: 1.7;
}

.csr-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 32px;
}

@media (prefers-reduced-motion: no-preference) {
  .csr-hero-inner > * {
    animation: csrHeroIn .7s ease both;
  }

  .csr-hero-inner > *:nth-child(1) { animation-delay: .05s; }
  .csr-hero-inner > *:nth-child(2) { animation-delay: .12s; }
  .csr-hero-inner > *:nth-child(3) { animation-delay: .18s; }
  .csr-hero-inner > *:nth-child(4) { animation-delay: .24s; }
  .csr-hero-inner > *:nth-child(5) { animation-delay: .3s; }
}

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

/* Focus strip */
.csr-focus-strip {
  position: relative;
  z-index: 3;
  margin-top: -48px;
  margin-bottom: 8px;
  padding: 0 0 8px;
}

.csr-focus-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.csr-focus-card {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 78px;
  padding: 16px 18px;
  border: 1px solid var(--csr-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 70, 130, .08);
  color: inherit;
  text-decoration: none;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.csr-focus-card:hover {
  border-color: #9fc4ea;
  box-shadow: 0 16px 36px rgba(15, 70, 130, .12);
  transform: translateY(-2px);
}

.csr-focus-card:focus-visible {
  outline-offset: 2px;
}

.csr-focus-icon {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 12px;
  background: var(--csr-blue-soft);
  color: var(--csr-blue);
}

.csr-focus-icon svg {
  width: 20px;
  height: 20px;
}

.csr-focus-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.csr-focus-index {
  color: var(--csr-blue);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.csr-focus-copy strong {
  color: var(--csr-navy);
  font-size: .98rem;
  font-weight: 700;
  line-height: 1.3;
}

.csr-impact,
.csr-activities,
.csr-upcoming,
.csr-gallery,
.csr-transparency,
.csr-join,
.csr-activity-story {
  scroll-margin-top: 110px;
}

.csr-metrics-grid,
.csr-focus-themes {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.csr-metric-card,
.csr-focus-themes li {
  padding: 22px 20px;
  border: 1px solid var(--csr-line);
  border-radius: var(--csr-radius);
  background: var(--csr-soft);
}

.csr-metric-value {
  display: block;
  color: var(--csr-navy);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1;
}

.csr-metric-label,
.csr-focus-themes h3 {
  display: block;
  margin: 10px 0 0;
  color: var(--csr-navy);
  font-size: 1rem;
  font-weight: 700;
}

.csr-metric-period {
  display: block;
  margin-top: 6px;
  color: var(--csr-muted);
  font-size: .88rem;
  font-weight: 600;
}

.csr-metrics-updated {
  margin: 16px 0 0;
  color: var(--csr-muted);
  font-size: .92rem;
  font-weight: 600;
}

.csr-focus-themes h3 {
  margin: 0 0 8px;
}

.csr-focus-themes p {
  margin: 0;
  color: var(--csr-muted);
  font-size: .98rem;
  font-weight: 500;
  line-height: 1.6;
}

/* Activities */
.csr-activities {
  padding: 48px 0 56px;
  background: #fff;
}

.csr-activity-stack {
  display: grid;
  gap: 64px;
}

.csr-activity-story {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: 36px;
  align-items: start;
}

.csr-activity-story.is-reversed {
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
}

.csr-activity-story.is-reversed .csr-activity-media {
  order: 2;
}

.csr-activity-story.is-reversed .csr-activity-copy {
  order: 1;
}

.csr-activity-media {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  aspect-ratio: 4 / 3;
  background: #0a2744;
  box-shadow: 0 18px 42px rgba(10, 50, 95, .14);
}

.csr-activity-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.csr-status-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(7, 34, 64, .82);
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  backdrop-filter: blur(6px);
}

.csr-status-upcoming {
  background: rgba(11, 102, 195, .9);
}

.csr-status-completed {
  background: rgba(28, 120, 82, .9);
}

.csr-activity-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-bottom: 12px;
  color: var(--csr-blue);
  font-size: .84rem;
  font-weight: 700;
}

.csr-tag {
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--csr-blue-soft);
}

.csr-activity-copy h3 {
  margin: 0 0 12px;
  color: var(--csr-navy);
  font-size: clamp(1.55rem, 2.5vw, 2.15rem);
  font-weight: 700 !important;
  letter-spacing: -.03em;
  line-height: 1.18;
}

.csr-activity-copy > p {
  margin: 0 0 18px;
  color: #4f657b;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.68;
}

.csr-outcome-panel {
  padding: 18px 18px 16px;
  border: 1px solid var(--csr-line);
  border-radius: 16px;
  background: var(--csr-soft);
}

.csr-outcome-panel h4 {
  margin: 0 0 10px;
  color: var(--csr-navy);
  font-size: .92rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.csr-outcome-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.csr-outcome-panel li {
  position: relative;
  padding-left: 18px;
  color: #29445f;
  font-size: .98rem;
  font-weight: 600;
  line-height: 1.45;
}

.csr-outcome-panel li::before {
  position: absolute;
  left: 0;
  top: .55em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--csr-blue);
  content: "";
}

.csr-outcome-meta {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding-top: 12px;
  border-top: 1px solid #dbe7f3;
}

.csr-outcome-meta div {
  display: grid;
  gap: 2px;
}

.csr-outcome-meta dt {
  color: var(--csr-muted);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.csr-outcome-meta dd {
  margin: 0;
  color: var(--csr-navy);
  font-size: .95rem;
  font-weight: 650;
}

.csr-inline-action {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: 18px;
  color: var(--csr-blue);
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(11, 102, 195, .35);
}

.csr-inline-action:hover {
  border-bottom-color: var(--csr-blue);
}

/* Upcoming */
.csr-upcoming {
  padding: 56px 0;
  background: var(--csr-soft);
}

.csr-upcoming-empty {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 28px;
  border: 1px solid var(--csr-line);
  border-radius: 20px;
  background: #fff;
}

.csr-upcoming-empty p {
  margin: 0;
  max-width: 640px;
  color: #4f657b;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.65;
}

.csr-event-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.csr-event-card {
  padding: 24px;
  border: 1px solid var(--csr-line);
  border-radius: 18px;
  background: #fff;
}

.csr-event-card h3 {
  margin: 0 0 10px;
  color: var(--csr-navy);
  font-size: 1.2rem;
  font-weight: 700;
}

.csr-event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin: 0 0 12px;
  color: var(--csr-blue);
  font-size: .86rem;
  font-weight: 700;
}

.csr-event-card > p:last-of-type {
  margin: 0 0 18px;
  color: var(--csr-muted);
  font-size: .98rem;
  line-height: 1.55;
}

/* Stories */
.csr-stories {
  padding: 56px 0;
  background: #fff;
}

.csr-stories-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.csr-story-card {
  padding: 22px;
  border: 1px solid var(--csr-line);
  border-radius: 18px;
  background: var(--csr-soft);
}

.csr-story-card img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 14px;
}

.csr-story-card blockquote {
  margin: 0;
}

.csr-story-card p {
  margin: 0 0 14px;
  color: #33485f;
  font-size: 1.02rem;
  line-height: 1.6;
}

.csr-story-card footer {
  display: grid;
  gap: 2px;
}

.csr-story-card cite {
  font-style: normal;
  color: var(--csr-navy);
  font-weight: 700;
}

.csr-story-card footer span {
  color: var(--csr-muted);
  font-size: .9rem;
  font-weight: 600;
}

/* Gallery */
.csr-gallery {
  padding: 56px 0 64px;
  background: #fff;
}

.csr-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.csr-gallery-item {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #0a2744;
  aspect-ratio: 4 / 3;
}

.csr-gallery-item:nth-child(1),
.csr-gallery-item:nth-child(4) {
  aspect-ratio: 3 / 4;
}

.csr-gallery-trigger {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.csr-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .45s ease;
}

@media (prefers-reduced-motion: no-preference) {
  .csr-gallery-item:hover img,
  .csr-gallery-trigger:focus-visible img {
    transform: scale(1.04);
  }
}

.csr-gallery-item figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 16px 14px;
  color: #fff;
  font-size: .95rem;
  font-weight: 650;
  line-height: 1.35;
  background: linear-gradient(180deg, transparent, rgba(4, 24, 44, .88));
  pointer-events: none;
}

/* Transparency */
.csr-transparency {
  padding: 56px 0 64px;
  background: var(--csr-soft);
}

.csr-transparency-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.csr-transparency-grid li {
  padding: 24px;
  border: 1px solid var(--csr-line);
  border-radius: 18px;
  background: #fff;
}

.csr-transparency-grid h3 {
  margin: 0 0 10px;
  color: var(--csr-navy);
  font-size: 1.12rem;
  font-weight: 700;
}

.csr-transparency-grid p,
.csr-transparency-contact {
  margin: 0;
  color: #4f657b;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.65;
}

.csr-transparency-contact {
  margin-top: 18px;
}

.csr-policy-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.csr-policy-links a {
  color: var(--csr-blue);
  font-size: 1rem;
  font-weight: 700;
}

/* CTA / form */
.csr-bottom-band {
  background:
    radial-gradient(ellipse 90% 70% at 10% 0%, rgba(0, 119, 200, 0.35), transparent 55%),
    radial-gradient(ellipse 80% 60% at 90% 35%, rgba(109, 94, 247, 0.22), transparent 50%),
    linear-gradient(160deg, #04192c 0%, #071c3c 35%, #001F2B 70%, #001018 100%);
  margin: 0;
  padding: 0;
}

.csr-bottom-band .csr-join {
  margin: 0;
  padding: 72px 0 48px;
  background: transparent;
  color: #fff;
}

.csr-bottom-band .cl-footer {
  margin: 0 !important;
  padding-top: 28px !important;
  border-top: 0 !important;
  background: transparent !important;
}

.csr-bottom-band .cl-footer::before {
  display: none !important;
}

.csr-join-intro {
  max-width: 760px;
  margin-bottom: 28px;
}

.csr-join h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 3.4vw, 2.9rem);
  font-weight: 700 !important;
  line-height: 1.12;
  letter-spacing: -.04em;
}

.csr-join-intro p {
  margin: 16px 0 0;
  color: rgba(230, 241, 255, .8);
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.7;
}

.csr-path-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 28px;
}

.csr-path-card {
  min-height: 56px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 14px;
  background: rgba(255, 255, 255, .06);
  color: #fff;
  font-size: .98rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease;
}

.csr-path-card:hover,
.csr-path-card.is-active {
  background: rgba(255, 255, 255, .12);
  border-color: rgba(142, 197, 255, .55);
}

.csr-involve-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.csr-involve-form {
  min-width: 0;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 20px;
  background: rgba(255, 255, 255, .06);
}

.csr-next-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 20px;
  background:
    linear-gradient(160deg, rgba(18, 48, 90, .72) 0%, rgba(24, 36, 78, .78) 48%, rgba(42, 28, 88, .7) 100%),
    rgba(255, 255, 255, .07);
  box-shadow: 0 12px 28px rgba(2, 12, 28, .18);
}

.csr-next-body {
  padding: 28px 22px 24px;
}

.csr-next-body h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 1.28rem;
  font-weight: 700 !important;
  letter-spacing: -.02em;
  line-height: 1.25;
}

.csr-next-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0;
}

.csr-next-steps li {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  padding-bottom: 18px;
}

.csr-next-steps li:last-child {
  padding-bottom: 0;
}

.csr-next-steps li:not(:last-child)::before {
  position: absolute;
  left: 16px;
  top: 34px;
  bottom: 2px;
  width: 1px;
  background: rgba(158, 205, 255, .28);
  content: "";
}

.csr-next-num {
  position: relative;
  z-index: 1;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #4f46e5, #7c3aed);
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .02em;
}

.csr-next-steps strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: .98rem;
  font-weight: 700;
  line-height: 1.35;
}

.csr-next-steps p {
  margin: 0;
  color: rgba(186, 214, 245, .88);
  font-size: .92rem;
  font-weight: 500;
  line-height: 1.55;
}

.csr-next-reassure {
  margin: 20px 0 12px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: rgba(235, 244, 255, .92);
  font-size: .98rem;
  font-weight: 650;
  line-height: 1.5;
}

.csr-next-privacy {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  color: rgba(176, 208, 242, .82);
  font-size: .88rem;
  font-weight: 500;
  line-height: 1.5;
}

.csr-next-shield {
  flex: 0 0 auto;
  margin-top: 2px;
  color: #9bc7ff;
}

.csr-next-privacy a {
  color: #c5e0ff;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.csr-next-privacy a:hover,
.csr-next-privacy a:focus-visible {
  color: #fff;
}

.csr-form-alert {
  margin-bottom: 16px;
  padding: 12px 14px;
  border-radius: 12px;
  font-size: .95rem;
  font-weight: 600;
}

.csr-form-alert.success {
  background: rgba(46, 160, 110, .2);
  color: #c8f5df;
}

.csr-form-alert.error {
  background: rgba(190, 60, 70, .22);
  color: #ffd0d4;
}

.csr-interest-fieldset {
  margin: 0 0 18px;
  padding: 0;
  border: 0;
}

.csr-interest-fieldset legend {
  margin-bottom: 10px;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

.csr-interest-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.csr-interest-options label {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 12px;
  color: rgba(235, 244, 255, .92);
  font-size: .95rem;
  font-weight: 600;
  cursor: pointer;
}

.csr-interest-options input {
  width: 18px;
  height: 18px;
  accent-color: #7c3aed;
}

.csr-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.csr-form-grid label,
.csr-consent {
  display: grid;
  gap: 8px;
  color: rgba(235, 244, 255, .9);
  font-size: .95rem;
  font-weight: 650;
}

.csr-form-full {
  grid-column: 1 / -1;
}

.csr-form-grid input,
.csr-form-grid textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 12px;
  background: rgba(4, 20, 36, .45);
  color: #fff;
  font: inherit;
  font-size: 1rem;
}

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

.csr-form-grid input::placeholder,
.csr-form-grid textarea::placeholder {
  color: rgba(210, 225, 240, .55);
}

.csr-field-error {
  color: #ffb4bc;
  font-size: .88rem;
  font-weight: 600;
}

.csr-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 16px 0 18px;
  font-weight: 500;
}

.csr-consent input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  flex: 0 0 auto;
  accent-color: #7c3aed;
}

.csr-consent a {
  color: #9bc7ff;
}

.csr-submit {
  min-width: 180px;
}

.csr-submit.is-loading {
  opacity: .72;
  pointer-events: none;
}

/* Lightbox */
.csr-lightbox[hidden] {
  display: none !important;
}

.csr-lightbox {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: grid;
  place-items: center;
  padding: 24px;
}

.csr-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 14, 28, .86);
}

.csr-lightbox-dialog {
  position: relative;
  z-index: 1;
  width: min(960px, 100%);
  max-height: calc(100vh - 48px);
  padding: 18px;
  border-radius: 18px;
  background: #0a1f35;
  color: #fff;
  outline: none;
}

.csr-lightbox-dialog img {
  width: 100%;
  max-height: min(70vh, 720px);
  object-fit: contain;
  border-radius: 12px;
  background: #041221;
}

.csr-lightbox-caption {
  margin: 14px 4px 4px;
  color: rgba(235, 244, 255, .92);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.45;
}

.csr-lightbox-close,
.csr-lightbox-nav {
  position: absolute;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
  color: #fff;
  cursor: pointer;
}

.csr-lightbox-close {
  top: 10px;
  right: 10px;
  width: 44px;
  height: 44px;
  font-size: 1.6rem;
  z-index: 2;
}

.csr-lightbox-nav {
  top: 50%;
  width: 44px;
  height: 44px;
  font-size: 1.6rem;
  transform: translateY(-50%);
}

.csr-lightbox-nav.prev { left: 10px; }
.csr-lightbox-nav.next { right: 10px; }

/* Responsive */
@media (max-width: 980px) {
  .csr-focus-grid,
  .csr-metrics-grid,
  .csr-focus-themes,
  .csr-path-grid {
    grid-template-columns: 1fr 1fr;
  }

  .csr-activity-story,
  .csr-activity-story.is-reversed,
  .csr-transparency-grid,
  .csr-event-grid,
  .csr-stories-grid,
  .csr-gallery-grid,
  .csr-interest-options,
  .csr-form-grid,
  .csr-involve-layout {
    grid-template-columns: 1fr;
  }

  .csr-activity-story.is-reversed .csr-activity-media,
  .csr-activity-story.is-reversed .csr-activity-copy {
    order: initial;
  }

  .csr-gallery-item:nth-child(1),
  .csr-gallery-item:nth-child(4) {
    aspect-ratio: 4 / 3;
  }

  .csr-hero-title {
    max-width: none;
  }
}

@media (max-width: 720px) {
  .csr-hero {
    min-height: 0;
    padding: 140px 0 96px;
  }

  .csr-focus-strip {
    margin-top: -36px;
  }

  .csr-focus-grid,
  .csr-metrics-grid,
  .csr-focus-themes,
  .csr-path-grid,
  .csr-gallery-grid {
    grid-template-columns: 1fr;
  }

  .csr-impact,
  .csr-activities,
  .csr-upcoming,
  .csr-gallery,
  .csr-transparency {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .csr-activity-stack {
    gap: 40px;
  }

  .csr-upcoming-empty {
    padding: 22px;
  }

  .csr-involve-form {
    padding: 20px;
  }

  .csr-next-body {
    padding: 22px 18px 20px;
  }

  .csr-lightbox-nav.prev { left: 4px; }
  .csr-lightbox-nav.next { right: 4px; }
}

@media (prefers-reduced-motion: reduce) {
  .csr-hero-inner > *,
  .csr-gallery-item img,
  .csr-focus-card {
    animation: none !important;
    transition: none !important;
  }
}
