@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap");

:root {
  --act-color-primary: #3d3428;
  --act-color-primary-soft: #8b7355;
  --act-color-background: #faf8f5;
  --act-color-surface: #ffffff;
  --act-color-surface-alt: #f2ece4;
  --act-color-text: #2f281f;
  --act-color-text-light: #6f6355;
  --act-color-border: rgba(61, 52, 40, 0.14);
  --act-color-accent: #b85c38;
  --act-color-accent-strong: #9f4724;
  --act-shadow: 0 24px 60px rgba(61, 52, 40, 0.12);
  --act-shadow-soft: 0 14px 34px rgba(61, 52, 40, 0.08);
  --act-radius-xl: 32px;
  --act-radius-lg: 24px;
  --act-radius-md: 18px;
  --act-site-width: min(1160px, calc(100vw - 40px));
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  background: var(--act-color-background);
  color: var(--act-color-text);
  line-height: 1.6;
}

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

a {
  color: var(--act-color-primary);
  text-decoration: none;
}

p,
ul,
ol {
  margin: 0 0 1rem;
}

h1,
h2,
h3,
h4 {
  margin: 0 0 0.8rem;
  line-height: 1.05;
  color: var(--act-color-primary);
}

h1,
h2,
.act-home-hero__title,
.act-manifesto__title,
.act-site-nav__title,
.act-site-footer__meta strong,
.act-home-hero__signal,
.act-manifesto__count,
.act-what-hero__eyebrow,
.act-process-step__index,
.act-metric-card__value {
  font-family: "Archivo Black", sans-serif;
}

.act-shell {
  min-height: 100vh;
}

.act-band,
.act-home-hero,
.act-what-hero {
  padding: 40px 0;
}

.act-band > *,
.act-home-hero__grid,
.act-what-hero__grid,
.act-site-nav__inner,
.act-site-footer__grid {
  width: var(--act-site-width);
  margin: 0 auto;
}

.act-site-nav {
  position: sticky;
  top: 0;
  z-index: 30;
  padding: 16px 0;
  background: rgba(250, 248, 245, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(61, 52, 40, 0.08);
}

.act-site-nav__inner {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 18px;
  align-items: center;
}

.act-site-nav__brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.act-site-nav__sigil {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: var(--act-color-primary);
  color: var(--act-color-surface);
  font-family: "Archivo Black", sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
}

.act-site-nav__title {
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.act-site-nav__tools {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.act-lang-switch {
  display: inline-flex;
  gap: 8px;
  padding: 6px;
  border-radius: 999px;
  background: var(--act-color-surface);
  border: 1px solid var(--act-color-border);
}

.act-lang-switch__button {
  border: 0;
  background: transparent;
  color: var(--act-color-text-light);
  border-radius: 999px;
  padding: 8px 12px;
  font: inherit;
  cursor: pointer;
}

.act-lang-switch__button.act-is-active {
  background: var(--act-color-primary);
  color: var(--act-color-surface);
}

.act-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.act-pill--accent {
  background: var(--act-color-accent);
  color: var(--act-color-surface);
}

.act-pill--accent:hover,
.act-pill--accent:focus-visible {
  background: var(--act-color-accent-strong);
}

.act-pill--ghost {
  background: transparent;
  color: var(--act-color-primary);
  border-color: rgba(61, 52, 40, 0.22);
}

.act-site-nav__toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 8px;
  cursor: pointer;
}

.act-site-nav__toggle-line {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px 0;
  background: var(--act-color-primary);
  border-radius: 999px;
}

.act-site-nav__menu {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 18px;
  flex-wrap: wrap;
}

.act-site-nav__link {
  color: var(--act-color-text-light);
  font-weight: 700;
}

.act-site-nav__link.act-is-current {
  color: var(--act-color-primary);
}

.act-u-hide {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.act-home-hero,
.act-what-hero {
  padding-top: 56px;
}

.act-home-hero__grid,
.act-what-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 28px;
  align-items: stretch;
}

.act-home-hero__signal,
.act-manifesto__count,
.act-what-hero__eyebrow,
.act-section-tag {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--act-color-accent);
}

.act-home-hero__title,
.act-what-hero__title {
  font-size: clamp(2.8rem, 7vw, 5.5rem);
  margin-bottom: 18px;
}

.act-home-hero__lead,
.act-what-hero__lead {
  max-width: 46rem;
  font-size: 1.12rem;
  color: var(--act-color-text-light);
}

.act-cluster {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.act-home-hero__rail,
.act-what-hero__side {
  display: grid;
  gap: 18px;
}

.act-home-hero__board,
.act-what-side-card,
.act-option-card,
.act-quote-card,
.act-faq-item,
.act-chapter-tile,
.act-win-item,
.act-resource-bank__panel,
.act-counter-band__card,
.act-what-card,
.act-metric-card,
.act-process-step {
  background: var(--act-color-surface);
  border: 1px solid var(--act-color-border);
  border-radius: var(--act-radius-lg);
  box-shadow: var(--act-shadow-soft);
}

.act-home-hero__board,
.act-what-side-card,
.act-option-card,
.act-resource-bank__panel,
.act-counter-band__card,
.act-what-card,
.act-metric-card,
.act-process-step {
  padding: 24px;
}

.act-home-hero__board-label,
.act-what-side-card__label {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--act-color-accent);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
}

.act-manifesto {
  background: linear-gradient(180deg, rgba(242, 236, 228, 0.5), rgba(242, 236, 228, 0.9));
}

.act-manifesto__layout,
.act-action-grid,
.act-counter-band__frame,
.act-chapter-grid,
.act-testimonial-collage,
.act-win-log,
.act-resource-bank,
.act-faq-bank,
.act-media-ribbon,
.act-big-push__frame,
.act-what-section,
.act-what-gallery,
.act-what-process,
.act-what-cta {
  width: var(--act-site-width);
  margin: 0 auto;
}

.act-manifesto__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 26px;
  align-items: start;
}

.act-manifesto__list {
  margin: 0;
  padding-left: 1.3rem;
  display: grid;
  gap: 16px;
}

.act-manifesto__item {
  padding: 20px 22px;
  border-radius: var(--act-radius-md);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--act-shadow-soft);
}

.act-action-grid__header,
.act-chapter-grid__header,
.act-win-log__header,
.act-resource-bank__header,
.act-faq-bank__header,
.act-media-ribbon__header,
.act-big-push__header,
.act-what-section__header,
.act-what-gallery__header,
.act-what-process__header,
.act-what-cta__header {
  max-width: 48rem;
  margin-bottom: 28px;
}

.act-action-grid__tiles,
.act-chapter-grid__tiles,
.act-big-push__actions,
.act-what-card-grid,
.act-what-metrics,
.act-what-process__steps,
.act-what-gallery__grid {
  display: grid;
  gap: 20px;
}

.act-action-grid__tiles,
.act-what-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.act-tile,
.act-what-gallery-card {
  overflow: hidden;
  background: var(--act-color-surface);
  border-radius: 28px;
  border: 1px solid var(--act-color-border);
  box-shadow: var(--act-shadow-soft);
}

.act-tile__media,
.act-what-gallery-card__media,
.act-what-scene-card__media {
  min-height: 220px;
  background-size: cover;
  background-position: center;
}

.act-tile__body,
.act-what-gallery-card__body {
  padding: 22px;
}

.act-tile__kicker,
.act-what-gallery-card__kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--act-color-accent);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.act-tile__title,
.act-what-gallery-card h3 {
  font-size: 1.4rem;
}

.act-tile__link {
  font-weight: 700;
}

.act-counter-band {
  background: var(--act-color-primary);
  color: var(--act-color-surface);
}

.act-counter-band h2,
.act-counter-band p,
.act-counter-band .act-manifesto__count {
  color: var(--act-color-surface);
}

.act-counter-band__frame {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 26px;
  align-items: center;
}

.act-counter-band__card {
  text-align: center;
  background: rgba(255, 255, 255, 0.08);
  color: var(--act-color-surface);
  border-color: rgba(255, 255, 255, 0.16);
}

.act-counter-band__number {
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(3rem, 8vw, 4.8rem);
  line-height: 1;
}

.act-chapter-grid__tiles {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.act-chapter-tile__meta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 12px;
  color: var(--act-color-text-light);
  font-weight: 700;
}

.act-testimonial-collage {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
  align-items: start;
}

.act-testimonial-collage__quotes {
  display: grid;
  gap: 18px;
}

.act-quote-card {
  padding: 22px;
}

.act-quote-card blockquote {
  margin: 0 0 12px;
  font-size: 1.1rem;
  color: var(--act-color-primary);
}

.act-quote-card cite {
  font-style: normal;
  color: var(--act-color-text-light);
}

.act-testimonial-collage__photos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.act-photo-card {
  overflow: hidden;
  border-radius: 22px;
  box-shadow: var(--act-shadow-soft);
}

.act-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.act-photo-card--a {
  grid-row: span 2;
  min-height: 420px;
}

.act-win-log__list {
  display: grid;
  gap: 18px;
}

.act-win-item {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr) 160px;
  gap: 20px;
  padding: 22px;
  align-items: start;
}

.act-win-item__date,
.act-win-item__impact {
  font-weight: 700;
  color: var(--act-color-accent);
}

.act-resource-bank__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 22px;
  align-items: stretch;
}

.act-download-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.act-download-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 14px;
  border-radius: 18px;
  background: var(--act-color-surface-alt);
  color: var(--act-color-primary);
  font-weight: 700;
}

.act-faq-bank__list {
  display: grid;
  gap: 14px;
}

.act-faq-item__question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 20px 22px;
  border: 0;
  background: transparent;
  color: var(--act-color-primary);
  text-align: left;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.act-faq-item__answer {
  padding: 0 22px 22px;
  color: var(--act-color-text-light);
}

.act-faq-item:not(.act-is-open) .act-faq-item__answer {
  display: none;
}

.act-link-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.act-link-strip a {
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--act-color-surface);
  border: 1px solid var(--act-color-border);
  font-weight: 700;
}

.act-big-push {
  background: linear-gradient(180deg, rgba(242, 236, 228, 0.65), rgba(255, 255, 255, 0.95));
}

.act-big-push__actions {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.act-what-hero {
  background:
    linear-gradient(135deg, rgba(250, 248, 245, 0.88), rgba(242, 236, 228, 0.76)),
    url("images/scene-1.jpg") center/cover no-repeat;
}

.act-what-hero__panel {
  padding: 32px;
  border-radius: var(--act-radius-xl);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(61, 52, 40, 0.12);
  box-shadow: var(--act-shadow);
}

.act-what-side-card__list,
.act-what-card ul {
  margin: 0;
  padding-left: 1.2rem;
}

.act-what-section__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
  align-items: start;
}

.act-what-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.act-what-card h3,
.act-metric-card__value,
.act-process-step h3 {
  margin-bottom: 12px;
}

.act-what-card p:last-child,
.act-process-step p:last-child,
.act-option-card p:last-child,
.act-chapter-tile p:last-child,
.act-win-item p:last-child {
  margin-bottom: 0;
}

.act-what-metrics {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.act-metric-card {
  text-align: center;
}

.act-metric-card__value {
  display: block;
  font-size: clamp(2rem, 5vw, 3rem);
  color: var(--act-color-accent);
  line-height: 1;
}

.act-metric-card__label {
  display: block;
  margin-top: 10px;
  color: var(--act-color-text-light);
  font-weight: 700;
}

.act-what-gallery__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.act-what-scene-band {
  background:
    linear-gradient(rgba(250, 248, 245, 0.84), rgba(250, 248, 245, 0.92)),
    url("images/scene-2.jpg") center/cover no-repeat;
}

.act-what-process__steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.act-process-step__index {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--act-color-accent);
  letter-spacing: 0.08em;
}

.act-what-cta__frame {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 24px;
  padding: 32px;
  border-radius: 30px;
  background: var(--act-color-primary);
  color: var(--act-color-surface);
  box-shadow: var(--act-shadow);
}

.act-what-cta__frame h2,
.act-what-cta__frame p,
.act-what-cta__frame a,
.act-what-cta__frame .act-section-tag {
  color: var(--act-color-surface);
}

.act-what-cta__actions {
  display: grid;
  gap: 14px;
  align-content: start;
}

.act-what-scene-card {
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid var(--act-color-border);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--act-shadow-soft);
}

.act-what-scene-card__body {
  padding: 22px;
}

.fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.fade-in.act-is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .fade-in {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 980px) {
  .act-site-nav__inner,
  .act-home-hero__grid,
  .act-what-hero__grid,
  .act-manifesto__layout,
  .act-testimonial-collage,
  .act-resource-bank__layout,
  .act-counter-band__frame,
  .act-what-section__layout,
  .act-what-cta__frame {
    grid-template-columns: 1fr;
  }

  .act-action-grid__tiles,
  .act-chapter-grid__tiles,
  .act-big-push__actions,
  .act-what-metrics,
  .act-what-gallery__grid,
  .act-what-process__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .act-win-item {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .act-site-nav__inner {
    grid-template-columns: auto 1fr auto;
  }

  .act-site-nav__tools {
    justify-self: end;
  }

  .act-site-nav__toggle {
    display: inline-block;
    justify-self: end;
  }

  .act-site-nav__menu {
    display: none;
    grid-column: 1 / -1;
    justify-self: stretch;
    padding: 16px;
    border-radius: 22px;
    background: var(--act-color-surface);
    border: 1px solid var(--act-color-border);
    box-shadow: var(--act-shadow-soft);
  }

  .act-site-nav__menu.act-is-open {
    display: grid;
  }

  .act-site-nav__tools {
    display: none;
  }

  .act-action-grid__tiles,
  .act-chapter-grid__tiles,
  .act-big-push__actions,
  .act-what-card-grid,
  .act-what-metrics,
  .act-what-gallery__grid,
  .act-what-process__steps,
  .act-download-grid {
    grid-template-columns: 1fr;
  }

  .act-testimonial-collage__photos {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .act-band,
  .act-home-hero,
  .act-what-hero {
    padding: 28px 0;
  }

  .act-site-nav {
    padding: 12px 0;
  }

  .act-site-nav__sigil {
    width: 42px;
    height: 42px;
  }

  .act-site-nav__title {
    font-size: 0.9rem;
  }

  .act-home-hero__board,
  .act-what-side-card,
  .act-option-card,
  .act-resource-bank__panel,
  .act-counter-band__card,
  .act-what-card,
  .act-metric-card,
  .act-process-step,
  .act-what-hero__panel {
    padding: 20px;
  }

  .act-testimonial-collage__photos {
    grid-template-columns: 1fr;
  }

  .act-photo-card--a {
    min-height: 300px;
  }
}
