:root {
  --frz-black: #121315;
  --frz-ink: #17191d;
  --frz-graphite: #242628;
  --frz-gray: #aaa9a7;
  --frz-light: #f4f1eb;
  --frz-muted: #d9d9d9;
  --frz-orange: #f15722;
  --frz-orange-soft: #ff9976;
  --frz-gold: #dda72a;
  --frz-gold-soft: #ffda6d;
  --content: min(1120px, calc(100vw - 48px));
  color-scheme: dark;
  font-family:
    Lato,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--frz-black);
  color: var(--frz-light);
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.ambient-grid {
  position: fixed;
  z-index: -10;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, black 0%, transparent 78%);
}

a {
  color: inherit;
  text-decoration: none;
}

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: var(--content);
  margin: 0 auto;
  padding: 22px 0;
  pointer-events: none;
}

.brand,
.header-actions {
  pointer-events: auto;
}

.brand img {
  width: 124px;
  height: auto;
}

.header-actions {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(18, 19, 21, 0.68);
  backdrop-filter: blur(18px);
}

.header-actions a {
  min-height: 38px;
  padding: 9px 13px;
  color: rgba(244, 241, 235, 0.86);
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
}

.header-actions a:hover,
.header-actions a:focus-visible {
  color: var(--frz-gold-soft);
  outline: 2px solid transparent;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(241, 87, 34, 0.08) 0%, transparent 30%),
    linear-gradient(135deg, #070707 0%, var(--frz-black) 52%, #0c0e11 100%);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.hero::before {
  inset: 92px max(32px, calc((100vw - 1120px) / 2)) 72px auto;
  width: min(34vw, 460px);
  border: 1px solid rgba(255, 218, 109, 0.2);
  background:
    linear-gradient(180deg, rgba(255, 218, 109, 0.04), transparent 38%),
    rgba(255, 255, 255, 0.015);
}

.hero::after {
  right: max(32px, calc((100vw - 1120px) / 2));
  bottom: 72px;
  width: min(32vw, 260px);
  height: 2px;
  background: var(--frz-orange);
}

.hero-media {
  display: block;
  position: absolute;
  z-index: -3;
  top: 92px;
  right: max(32px, calc((100vw - 1120px) / 2));
  bottom: 72px;
  left: calc(50% + 104px);
  overflow: hidden;
  border: 1px solid rgba(255, 218, 109, 0.16);
  background: #0c0d0f;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 30%;
  filter: saturate(0.96) contrast(1.04);
}

.hero-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(8, 8, 8, 0.98) 0%,
      rgba(8, 8, 8, 0.9) 41%,
      rgba(8, 8, 8, 0.32) 64%,
      rgba(8, 8, 8, 0.02) 100%
    ),
    linear-gradient(
      0deg,
      rgba(18, 19, 21, 0.98) 0%,
      transparent 26%,
      transparent 72%,
      rgba(18, 19, 21, 0.76) 100%
    );
}

.hero-content {
  width: var(--content);
  margin: 0 auto;
  padding: 128px 0 82px;
}

.hero-status {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 1px;
  margin-bottom: 34px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(18, 19, 21, 0.52);
}

.hero-status span {
  padding: 8px 10px;
  color: rgba(244, 241, 235, 0.76);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-status span + span {
  border-left: 1px solid rgba(255, 255, 255, 0.13);
  color: var(--frz-gold-soft);
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: var(--frz-gold-soft);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 600px;
  margin-bottom: 16px;
  font-family: "Inter Tight", Lato, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(4rem, 7.4vw, 7.45rem);
  font-weight: 900;
  line-height: 0.86;
  letter-spacing: 0;
  text-transform: uppercase;
}

h2 {
  max-width: 780px;
  margin-bottom: 0;
  font-family: "Inter Tight", Lato, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(2.15rem, 3.9vw, 4.15rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
}

h3 {
  margin-bottom: 14px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.12;
  letter-spacing: 0;
}

.hero-lede {
  max-width: 610px;
  margin-bottom: 18px;
  color: #fff;
  font-family: "Inter Tight", Lato, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.35rem, 1.95vw, 2.02rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 570px;
  margin-bottom: 28px;
  color: rgba(244, 241, 235, 0.82);
  font-size: clamp(0.98rem, 1.12vw, 1.08rem);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 600px;
  margin-bottom: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.hero-metrics div {
  min-height: 104px;
  padding: 20px 20px 20px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.hero-metrics div + div {
  padding-left: 22px;
}

.hero-metrics div:last-child {
  border-right: 0;
}

.hero-metrics strong,
.hero-metrics span {
  display: block;
}

.hero-metrics strong {
  margin-bottom: 8px;
  color: var(--frz-gold-soft);
  font-family: "Inter Tight", Lato, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.35rem, 2vw, 2.05rem);
  line-height: 1;
}

.hero-metrics span {
  color: rgba(244, 241, 235, 0.72);
  font-size: 0.94rem;
}

.hero-signature {
  max-width: 600px;
  margin: 0 0 24px;
  padding-left: 14px;
  border-left: 3px solid var(--frz-orange);
  color: rgba(244, 241, 235, 0.72);
  font-size: 0.94rem;
  font-weight: 700;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 600px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 15px 20px;
  font-size: 0.88rem;
  font-weight: 900;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  outline: 2px solid var(--frz-gold-soft);
  outline-offset: 3px;
}

.button-primary {
  background: linear-gradient(135deg, var(--frz-orange), #ff6c2b);
  color: #fff;
  box-shadow: 0 18px 42px rgba(241, 87, 34, 0.18);
}

.button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(18, 19, 21, 0.62);
  color: #fff;
}

.hero-index {
  position: absolute;
  right: max(32px, calc((100vw - 1120px) / 2));
  bottom: 34px;
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 1px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(18, 19, 21, 0.5);
  color: rgba(244, 241, 235, 0.74);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-index span {
  padding: 8px 10px;
}

.hero-index span:first-child {
  background: var(--frz-orange);
  color: #fff;
}

.section {
  position: relative;
  padding: clamp(78px, 9vw, 136px) 0;
  background: var(--frz-black);
}

.section-inner,
.manifesto-inner {
  width: var(--content);
  margin: 0 auto;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.7fr);
  gap: clamp(36px, 6vw, 84px);
  align-items: start;
}

.prose {
  color: rgba(244, 241, 235, 0.78);
  font-size: clamp(1.05rem, 1.45vw, 1.28rem);
}

.prose p {
  margin-bottom: 22px;
}

.thesis {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, #101113, #191a1d 100%), var(--frz-black);
}

.education {
  background: linear-gradient(180deg, #f6f1e8 0%, #eee9df 100%);
  color: var(--frz-black);
}

.education .section-kicker {
  color: var(--frz-orange);
}

.education h2 {
  color: var(--frz-black);
}

.education-intro {
  max-width: 760px;
  margin: 24px 0 44px;
  color: rgba(18, 19, 21, 0.74);
  font-size: clamp(1.05rem, 1.4vw, 1.22rem);
}

.education-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(18, 19, 21, 0.18);
  border-left: 1px solid rgba(18, 19, 21, 0.18);
}

.education-grid article {
  min-height: 320px;
  padding: 30px;
  border-right: 1px solid rgba(18, 19, 21, 0.18);
  border-bottom: 1px solid rgba(18, 19, 21, 0.18);
  background: rgba(255, 255, 255, 0.24);
}

.education-grid span {
  display: block;
  margin-bottom: 86px;
  color: var(--frz-orange);
  font-family: "Inter Tight", Lato, ui-sans-serif, system-ui, sans-serif;
  font-weight: 900;
}

.education-grid h3 {
  color: var(--frz-black);
}

.education-grid p {
  margin-bottom: 0;
  color: rgba(18, 19, 21, 0.72);
}

.operating-system {
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(90deg, rgba(255, 218, 109, 0.08), transparent 40%), #0f1012;
}

.system-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1fr);
  gap: clamp(38px, 6vw, 92px);
  align-items: end;
}

.system-copy p:last-child {
  max-width: 620px;
  margin: 28px 0 0;
  color: rgba(244, 241, 235, 0.72);
  font-size: clamp(1.05rem, 1.35vw, 1.2rem);
}

.system-stack {
  display: grid;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.system-stack article {
  display: grid;
  grid-template-columns: 0.58fr 1fr;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.system-stack span {
  color: var(--frz-orange-soft);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.system-stack strong {
  color: #fff;
  font-family: "Inter Tight", Lato, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.25rem, 2vw, 2.15rem);
  line-height: 1;
}

.pillars {
  background: linear-gradient(180deg, #f6f1e8 0%, #eee9df 100%);
  color: var(--frz-black);
}

.pillars .section-kicker {
  color: var(--frz-orange);
}

.pillars h2 {
  margin-bottom: 44px;
  color: var(--frz-black);
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(18, 19, 21, 0.18);
  border-left: 1px solid rgba(18, 19, 21, 0.18);
}

.pillar-grid article {
  min-height: 300px;
  padding: 28px;
  border-right: 1px solid rgba(18, 19, 21, 0.18);
  border-bottom: 1px solid rgba(18, 19, 21, 0.18);
  background: rgba(255, 255, 255, 0.22);
}

.pillar-grid span {
  display: block;
  margin-bottom: 80px;
  color: var(--frz-orange);
  font-family: "Inter Tight", Lato, ui-sans-serif, system-ui, sans-serif;
  font-weight: 900;
}

.pillar-grid h3 {
  color: var(--frz-black);
}

.pillar-grid p,
.ecosystem-list p {
  margin-bottom: 0;
  color: rgba(18, 19, 21, 0.72);
}

.ecosystem {
  background:
    linear-gradient(120deg, transparent 0%, rgba(221, 167, 42, 0.1) 100%),
    #17191d;
}

.ecosystem h2 {
  margin-bottom: 44px;
}

.ecosystem-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.14);
}

.ecosystem-list article {
  min-height: 330px;
  padding: 30px;
  background: #202225;
  transition:
    transform 180ms ease,
    background 180ms ease;
}

.ecosystem-list article:hover {
  transform: translateY(-4px);
  background: #25272a;
}

.ecosystem-label {
  display: inline-flex;
  margin-bottom: 68px;
  padding: 7px 9px;
  background: rgba(241, 87, 34, 0.14);
  color: var(--frz-orange-soft);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ecosystem-list p {
  color: rgba(244, 241, 235, 0.7);
}

.direct-answers {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(135deg, rgba(241, 87, 34, 0.1), transparent 32%), #101113;
}

.direct-answers h2 {
  margin-bottom: 42px;
}

.answers-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.14);
}

.answers-grid article {
  min-height: 260px;
  padding: 28px;
  background: #1c1e21;
}

.answers-grid h3 {
  color: var(--frz-gold-soft);
  font-family: "Inter Tight", Lato, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.35rem, 2vw, 2.05rem);
  line-height: 1;
}

.answers-grid p {
  max-width: 520px;
  margin-bottom: 0;
  color: rgba(244, 241, 235, 0.74);
  font-size: 1.02rem;
}

.manifesto {
  position: relative;
  overflow: hidden;
  padding: clamp(88px, 12vw, 176px) 0;
  background:
    linear-gradient(135deg, rgba(241, 87, 34, 0.1), transparent 34%),
    linear-gradient(180deg, #f4f1eb 0%, #d9d9d9 100%);
  color: var(--frz-black);
}

.manifesto::after {
  content: "RESULTADO";
  position: absolute;
  right: -0.08em;
  bottom: -0.18em;
  color: rgba(18, 19, 21, 0.045);
  font-family: "Inter Tight", Lato, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(6rem, 18vw, 18rem);
  font-weight: 900;
  line-height: 0.8;
  pointer-events: none;
}

.manifesto h2 {
  margin-bottom: 42px;
  color: var(--frz-black);
}

.manifesto .section-kicker {
  color: var(--frz-orange);
}

.manifesto-lines {
  display: grid;
  gap: 10px;
  max-width: 860px;
  margin-bottom: 32px;
  font-size: clamp(1.35rem, 2.7vw, 3rem);
  font-family: "Inter Tight", Lato, ui-sans-serif, system-ui, sans-serif;
  font-weight: 900;
  line-height: 1.02;
  text-transform: uppercase;
}

.manifesto-lines p {
  margin-bottom: 0;
}

.manifesto-close {
  max-width: 680px;
  margin-bottom: 0;
  color: rgba(18, 19, 21, 0.72);
  font-size: 1.18rem;
}

.final-cta {
  background: var(--frz-black);
}

.cta-panel {
  display: grid;
  gap: 12px;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 84px;
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.social-link:hover,
.social-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 218, 109, 0.8);
  background: rgba(255, 218, 109, 0.08);
  outline: 2px solid transparent;
}

.social-link span {
  color: rgba(244, 241, 235, 0.68);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.social-link strong {
  color: var(--frz-gold-soft);
  font-size: clamp(1rem, 1.5vw, 1.3rem);
}

.site-footer {
  display: flex;
  width: var(--content);
  margin: 0 auto;
  padding: 34px 0 44px;
  gap: 22px;
  align-items: center;
  justify-content: space-between;
  color: rgba(244, 241, 235, 0.62);
  font-size: 0.9rem;
}

.site-footer img {
  width: 96px;
}

.site-footer p {
  margin: 0;
}

@media (max-width: 980px) {
  .site-header {
    position: absolute;
  }

  .hero {
    display: block;
    min-height: auto;
    background:
      linear-gradient(180deg, #070707 0%, var(--frz-black) 78%),
      var(--frz-black);
  }

  .hero::before,
  .hero::after {
    display: none;
  }

  .hero-media {
    position: relative;
    z-index: 0;
    inset: auto;
    height: 56svh;
    min-height: 470px;
    max-height: 620px;
    border: 0;
  }

  .hero-media img {
    object-fit: cover;
    object-position: center 22%;
  }

  .hero-shade {
    z-index: 1;
    top: 0;
    bottom: auto;
    height: 56svh;
    background:
      linear-gradient(
        180deg,
        rgba(18, 19, 21, 0.04) 0%,
        rgba(18, 19, 21, 0.1) 48%,
        var(--frz-black) 100%
      ),
      linear-gradient(90deg, rgba(10, 10, 10, 0.34), rgba(10, 10, 10, 0.08));
  }

  .hero-content {
    position: relative;
    z-index: 2;
    padding: 34px 0 58px;
  }

  .hero-metrics,
  .education-grid,
  .pillar-grid,
  .ecosystem-list,
  .answers-grid,
  .system-grid,
  .two-column {
    grid-template-columns: 1fr;
  }

  .hero-metrics div {
    min-height: 92px;
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .hero-metrics div + div {
    padding-left: 14px;
  }

  .hero-metrics div:last-child {
    border-bottom: 0;
  }

  .hero-index {
    display: none;
  }

  .system-stack article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .pillar-grid article,
  .education-grid article,
  .ecosystem-list article,
  .answers-grid article {
    min-height: 230px;
  }

  .pillar-grid span,
  .education-grid span,
  .ecosystem-label {
    margin-bottom: 44px;
  }
}

@media (max-width: 640px) {
  :root {
    --content: min(100vw - 28px, 1120px);
  }

  .site-header {
    padding: 16px 0;
  }

  .brand img {
    width: 106px;
  }

  .header-actions {
    gap: 2px;
    padding: 4px;
  }

  .header-actions a {
    min-height: 34px;
    padding: 8px 8px;
    font-size: 0.7rem;
  }

  .hero-media {
    height: 50svh;
    min-height: 380px;
    max-height: 500px;
  }

  .hero-media img {
    object-fit: cover;
    object-position: center 18%;
  }

  .hero-shade {
    height: 50svh;
    background:
      linear-gradient(
        180deg,
        rgba(18, 19, 21, 0.05) 0%,
        rgba(18, 19, 21, 0.08) 42%,
        rgba(18, 19, 21, 0.96) 100%
      ),
      linear-gradient(90deg, rgba(10, 10, 10, 0.24), rgba(10, 10, 10, 0.02));
  }

  .hero-content {
    margin-top: 0;
    padding: 24px 0 44px;
  }

  .hero-status {
    display: flex;
    width: 100%;
    margin-bottom: 16px;
    border: 0;
    background: transparent;
    gap: 6px;
  }

  .hero-status span {
    flex: 1 1 100%;
    border: 1px solid rgba(255, 255, 255, 0.13);
    background: rgba(255, 255, 255, 0.035);
    padding: 8px 9px;
    font-size: 0.62rem;
  }

  .hero-status span + span {
    border-left: 1px solid rgba(255, 255, 255, 0.13);
  }

  .eyebrow,
  .section-kicker {
    margin-bottom: 12px;
    font-size: 0.66rem;
  }

  h1 {
    max-width: 100%;
    margin-bottom: 12px;
    font-size: clamp(2.75rem, 12.8vw, 3.62rem);
    line-height: 0.9;
  }

  h2 {
    max-width: 100%;
    font-size: clamp(1.9rem, 8.4vw, 2.55rem);
    line-height: 1;
  }

  h3 {
    font-size: 1.03rem;
  }

  .hero-lede {
    max-width: 100%;
    margin-bottom: 14px;
    font-size: 1.14rem;
    line-height: 1.12;
  }

  .hero-copy {
    max-width: 100%;
    margin-bottom: 18px;
    color: rgba(244, 241, 235, 0.76);
    font-size: 0.92rem;
    line-height: 1.48;
  }

  .hero-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin-bottom: 16px;
    border: 0;
    background: rgba(255, 255, 255, 0.13);
  }

  .hero-metrics div {
    min-height: 86px;
    padding: 14px;
    border: 0;
    background: rgba(18, 19, 21, 0.78);
  }

  .hero-metrics div + div {
    padding-left: 0;
  }

  .hero-metrics div:nth-child(2) {
    border-right: 0;
  }

  .hero-metrics div:last-child {
    grid-column: 1 / -1;
    min-height: 78px;
    padding-left: 14px;
    border-bottom: 0;
  }

  .hero-metrics strong {
    margin-bottom: 2px;
    font-size: 1.08rem;
  }

  .hero-metrics span {
    font-size: 0.76rem;
  }

  .hero-signature {
    display: none;
  }

  .hero-ctas,
  .button {
    width: 100%;
  }

  .hero-ctas {
    gap: 8px;
  }

  .button {
    min-height: 44px;
    padding: 12px 14px;
    font-size: 0.72rem;
  }

  .section {
    padding: 64px 0;
  }

  .system-copy p:last-child {
    margin-top: 18px;
    font-size: 0.98rem;
  }

  .system-stack strong {
    font-size: 1.35rem;
  }

  .pillar-grid article,
  .education-grid article,
  .ecosystem-list article,
  .answers-grid article {
    min-height: auto;
    padding: 22px;
  }

  .pillar-grid span,
  .education-grid span,
  .ecosystem-label {
    margin-bottom: 34px;
  }

  .manifesto-lines {
    font-size: clamp(1.25rem, 6.2vw, 1.7rem);
  }

  .final-cta h2 {
    font-size: clamp(2rem, 9vw, 2.8rem);
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

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