:root {
  --about-blue-50: #eff6ff;
  --about-blue-100: #dbeafe;
  --about-blue-300: #93c5fd;
  --about-blue-500: #3b82f6;
  --about-blue-600: #2563eb;
  --about-blue-700: #1d4ed8;
  --about-ink: #06111f;
  --about-dark: #071426;
  --about-dark-2: #0a1628;
  --about-mid: #11334c;
  --about-light: #f2f6f8;
  --about-muted: #5d6c80;
  --about-line: rgba(59, 130, 246, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  overflow-x: hidden;
}

body.about-page {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--about-dark);
  color: var(--about-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.about-page a {
  color: inherit;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 0.75rem;
  z-index: 10000;
  transform: translateY(-150%);
  border-radius: 999px;
  background: #fff;
  color: var(--about-blue-700);
  padding: 0.75rem 1rem;
  font-weight: 850;
  text-decoration: none;
}

.skip-link:focus {
  transform: translateY(0);
}

.material-symbols-rounded {
  font-family: "Material Symbols Rounded";
  font-weight: normal;
  font-style: normal;
  font-size: 1.35em;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.about-eyebrow {
  margin: 0 0 0.85rem;
  color: var(--about-blue-300);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.about-hero {
  position: relative;
  min-height: min(480px, calc(100dvh - 180px));
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
  padding: clamp(5rem, 9vh, 7rem) clamp(1rem, 4vw, 4rem) clamp(3rem, 5vw, 4rem);
  background: var(--about-dark);
  border-bottom: 1px solid rgba(147, 197, 253, 0.18);
}

.about-hero__image,
.about-hero__wash {
  position: absolute;
  inset: 0;
}

.about-hero__image {
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% center;
  filter: saturate(1.04) contrast(0.98) brightness(1);
}

.about-hero__wash {
  z-index: -1;
  background: rgba(5, 14, 28, 0.46);
}

.about-hero__inner {
  width: min(1240px, 100%);
  margin: 0 auto;
}

.about-kicker {
  margin: 0 0 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid rgba(147, 197, 253, 0.42);
  border-radius: 999px;
  background: rgba(7, 20, 38, 0.58);
  padding: 0.6rem 0.85rem;
  color: var(--about-blue-100);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.about-hero h1 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.7rem, 4.6vw, 4.6rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  text-wrap: balance;
}

.about-hero p:not(.about-kicker) {
  max-width: 560px;
  margin: 1.15rem 0 0;
  color: rgba(239, 246, 255, 0.9);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.58;
}

.about-intro-band {
  background: #071a31;
  color: #fff;
  box-shadow: 0 0 0 100vmax #071a31;
  clip-path: inset(0 -100vmax);
  padding: clamp(1.15rem, 2.5vw, 1.8rem) clamp(1rem, 4vw, 4rem);
  border-top: 1px solid rgba(147, 197, 253, 0.16);
  border-bottom: 1px solid rgba(147, 197, 253, 0.14);
}

.about-intro-band__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(1rem, 3vw, 2rem);
  align-items: center;
}

.about-intro-band p {
  margin: 0;
  color: rgba(226, 238, 255, 0.86);
  font-size: clamp(1.02rem, 1.35vw, 1.2rem);
  line-height: 1.6;
}

.about-intro-band__label {
  margin: 0 0 0.45rem;
  color: var(--about-blue-300);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.about-intro-band__chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.6rem;
}

.about-intro-band__chips a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid rgba(147, 197, 253, 0.2);
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.22);
  padding: 0.55rem 0.8rem;
  color: rgba(239, 246, 255, 0.92);
  font-size: 0.82rem;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.about-intro-band__chips a:hover {
  transform: translateY(-2px);
  border-color: rgba(147, 197, 253, 0.42);
}

.about-intro-band__chips a:nth-child(2) {
  background: rgba(13, 148, 136, 0.24);
  border-color: rgba(94, 234, 212, 0.26);
}

.about-intro-band__chips a:nth-child(3) {
  background: rgba(245, 158, 11, 0.2);
  border-color: rgba(252, 211, 77, 0.25);
}

.about-intro-band__chips .material-symbols-rounded {
  color: #93c5fd;
  font-size: 1.1rem;
  line-height: 1;
}

.about-intro-band__chips a:nth-child(2) .material-symbols-rounded {
  color: #99f6e4;
}

.about-intro-band__chips a:nth-child(3) .material-symbols-rounded {
  color: #fde68a;
}

.founder-section {
  position: relative;
  color: #fff;
  background-color: var(--about-dark);
  box-shadow: 0 0 0 100vmax var(--about-dark);
  clip-path: inset(0 -100vmax);
  overflow: hidden;
}

.founder-hero {
  position: relative;
  min-height: clamp(560px, 78vh, 820px);
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: clamp(5rem, 9vw, 8rem) clamp(1rem, 4vw, 4rem);
}

.founder-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 42%;
}

.founder-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 16, 32, 0.9), rgba(5, 16, 32, 0.58) 42%, rgba(5, 16, 32, 0.12) 76%),
    linear-gradient(0deg, rgba(5, 16, 32, 0.88), rgba(5, 16, 32, 0.32) 48%, rgba(5, 16, 32, 0.05));
}

.founder-hero__copy {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  margin: 0 auto 0 max(0px, calc((100% - 1220px) / 2));
}

.about-section h2,
.future-section h2,
.field-copy h2 {
  margin: 0;
  color: var(--about-ink);
  font-weight: 950;
  letter-spacing: 0;
  text-wrap: balance;
}

.founder-hero h1 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 7vw, 6.5rem);
  line-height: 0.95;
  font-weight: 950;
  letter-spacing: 0;
  text-wrap: balance;
}

.founder-hero__copy p:not(.about-eyebrow) {
  max-width: 680px;
  margin: 1.15rem 0 0;
  color: rgba(226, 238, 255, 0.88);
  font-size: clamp(1.03rem, 1.35vw, 1.22rem);
  line-height: 1.62;
}

.founder-story {
  width: min(1220px, 100%);
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 4vw, 4rem);
}

.founder-story-row {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.founder-story-row + .founder-story-row {
  margin-top: clamp(4rem, 8vw, 7rem);
}

.founder-story-row--reverse {
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
}

.founder-story-photo {
  margin: 0;
}

.founder-story-photo img {
  width: 100%;
  min-height: clamp(360px, 48vw, 610px);
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 1.2rem;
}

.founder-story-photo--young img {
  height: clamp(330px, 38vw, 510px);
  min-height: 0;
  object-position: center 72%;
}

.founder-story-photo figcaption {
  margin-top: 0.7rem;
  color: rgba(226, 238, 255, 0.54);
  font-size: 0.82rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.founder-story-text {
  max-width: 590px;
}

.founder-story-label {
  margin: 0 0 0.9rem;
  color: var(--about-blue-300);
  font-size: 0.84rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.founder-story-text p:not(.founder-story-label),
.founder-close p:not(.founder-story-label) {
  margin: 0;
  color: rgba(226, 238, 255, 0.84);
  font-size: clamp(1.05rem, 1.35vw, 1.24rem);
  line-height: 1.78;
}

.founder-close {
  width: min(850px, 100%);
  margin: clamp(4.5rem, 8vw, 7rem) auto 0;
  text-align: center;
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.8rem;
}

.about-btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.95rem 1.35rem;
  font-size: 0.98rem;
  font-weight: 900;
  text-decoration: none;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.about-btn:hover {
  transform: translateY(-2px);
}

.about-btn--primary {
  background: var(--about-blue-600);
  color: #fff;
}

.about-btn--quiet {
  border-color: rgba(147, 197, 253, 0.34);
  background: rgba(255, 255, 255, 0.92);
  color: #0b3b86;
}

body.about-page .about-btn--quiet {
  color: #0b3b86;
}

.about-section {
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 4vw, 4rem);
}

.about-section--light {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-color: var(--about-dark-2);
  background-image: url("/WillowBackground.jpg");
  background-size: cover;
  background-position: center 42%;
  color: #fff;
  box-shadow: 0 0 0 100vmax var(--about-dark-2);
  clip-path: inset(0 -100vmax);
}

.about-section--light::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: rgba(5, 16, 32, 0.58);
}

.about-section--light::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(4, 12, 24, 0.18);
  border-top: 1px solid rgba(147, 197, 253, 0.14);
  border-bottom: 1px solid rgba(147, 197, 253, 0.14);
}

.about-section__header {
  width: min(940px, 100%);
  margin: 0 auto clamp(2rem, 4vw, 3rem);
  text-align: center;
}

.about-section__header .about-eyebrow {
  color: var(--about-blue-300);
}

.about-section h2 {
  color: #fff;
  font-size: clamp(2.4rem, 5vw, 4.9rem);
  line-height: 0.98;
}

.about-section__header p {
  margin: 1rem auto 0;
  max-width: 860px;
  color: rgba(226, 238, 255, 0.8);
  font-size: clamp(1rem, 1.18vw, 1.12rem);
  line-height: 1.75;
}

.pillar-grid {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.pillar-grid article,
.roadmap-grid article {
  border: 1px solid rgba(147, 197, 253, 0.18);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.08);
  padding: 1.25rem;
}

.pillar-grid article {
  min-height: 250px;
  border-color: rgba(147, 197, 253, 0.22);
  background: rgba(8, 25, 48, 0.78);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(8px);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.pillar-grid article:hover {
  transform: translateY(-5px);
  border-color: rgba(147, 197, 253, 0.38);
}

.pillar-grid article:nth-child(1) .material-symbols-rounded {
  background: rgba(37, 99, 235, 0.34);
  color: #dbeafe;
}

.pillar-grid article:nth-child(1) {
  background: rgba(37, 99, 235, 0.16);
  border-color: rgba(96, 165, 250, 0.34);
}

.pillar-grid article:nth-child(2) .material-symbols-rounded {
  background: rgba(8, 145, 178, 0.34);
  color: #a5f3fc;
}

.pillar-grid article:nth-child(2) {
  background: rgba(14, 165, 233, 0.13);
  border-color: rgba(34, 211, 238, 0.3);
}

.pillar-grid article:nth-child(3) .material-symbols-rounded {
  background: rgba(245, 158, 11, 0.28);
  color: #fde68a;
}

.pillar-grid article:nth-child(3) {
  background: rgba(245, 158, 11, 0.11);
  border-color: rgba(252, 211, 77, 0.28);
}

.pillar-grid article:nth-child(4) .material-symbols-rounded {
  background: rgba(13, 148, 136, 0.34);
  color: #99f6e4;
}

.pillar-grid article:nth-child(4) {
  background: rgba(16, 185, 129, 0.13);
  border-color: rgba(94, 234, 212, 0.28);
}

.pillar-grid .material-symbols-rounded,
.roadmap-grid .material-symbols-rounded {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background: rgba(37, 99, 235, 0.28);
  color: #bfdbfe;
  font-size: 1.45rem;
  line-height: 1;
  text-align: center;
}

.pillar-grid h3,
.roadmap-grid h3,
.field-card h3 {
  margin: 1.15rem 0 0;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.15;
  font-weight: 950;
}

.pillar-grid p,
.roadmap-grid p {
  margin: 0.75rem 0 0;
  color: rgba(226, 238, 255, 0.8);
  font-size: 0.95rem;
  line-height: 1.62;
}

.future-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-color: var(--about-dark);
  background-image: url("/UrbanCottonwood.jpg");
  background-size: cover;
  background-position: center 45%;
  color: #fff;
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 4vw, 4rem);
  scroll-margin-top: 84px;
}

.future-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: rgba(5, 16, 32, 0.76);
}

.future-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(4, 12, 24, 0.18);
  border-top: 1px solid rgba(147, 197, 253, 0.14);
  border-bottom: 1px solid rgba(147, 197, 253, 0.14);
}

.future-section__header,
.roadmap-grid {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.future-section__header {
  max-width: 900px;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.future-section h2 {
  color: #fff;
  font-size: clamp(2.4rem, 5vw, 4.9rem);
  line-height: 0.98;
}

.future-section__header p:not(.about-eyebrow) {
  margin: 1rem 0 0;
  max-width: 760px;
  color: rgba(226, 238, 255, 0.78);
  font-size: 1.05rem;
  line-height: 1.7;
}

.roadmap-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.roadmap-grid article {
  min-height: 250px;
  border-color: rgba(147, 197, 253, 0.34);
  background: rgba(8, 25, 48, 0.86);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(10px);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.roadmap-grid article:hover {
  transform: translateY(-5px);
  border-color: rgba(147, 197, 253, 0.5);
  box-shadow: 0 30px 64px rgba(0, 0, 0, 0.42);
}

.roadmap-grid article:nth-child(1) .material-symbols-rounded {
  background: rgba(37, 99, 235, 0.28);
  color: #bfdbfe;
}

.roadmap-grid article:nth-child(1) {
  background: rgba(37, 99, 235, 0.2);
  border-color: rgba(96, 165, 250, 0.44);
}

.roadmap-grid article:nth-child(2) .material-symbols-rounded {
  background: rgba(8, 145, 178, 0.28);
  color: #a5f3fc;
}

.roadmap-grid article:nth-child(2) {
  background: rgba(14, 165, 233, 0.18);
  border-color: rgba(34, 211, 238, 0.4);
}

.roadmap-grid article:nth-child(3) .material-symbols-rounded {
  background: rgba(245, 158, 11, 0.2);
  color: #fde68a;
}

.roadmap-grid article:nth-child(3) {
  background: rgba(245, 158, 11, 0.16);
  border-color: rgba(252, 211, 77, 0.38);
}

.roadmap-grid article:nth-child(4) .material-symbols-rounded {
  background: rgba(13, 148, 136, 0.28);
  color: #99f6e4;
}

.roadmap-grid article:nth-child(4) {
  background: rgba(16, 185, 129, 0.17);
  border-color: rgba(94, 234, 212, 0.38);
}

.roadmap-grid h3 {
  color: #fff;
}

.roadmap-grid p {
  color: rgba(226, 238, 255, 0.8);
}

.field-section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 285px;
  gap: 1rem;
  padding: clamp(3rem, 5.8vw, 5rem) clamp(1rem, 4vw, 4rem);
  background: var(--about-light);
}

.field-card,
.field-copy {
  position: relative;
  border-radius: 1.25rem;
  background: var(--about-dark);
}

.field-card {
  min-height: 285px;
  overflow: hidden;
  color: #fff;
}

.field-card--large {
  grid-column: span 2;
  grid-row: span 2;
}

.field-card img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: brightness(0.54) saturate(1.02);
}

.field-card div {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  padding: 1.05rem;
  background: rgba(5, 16, 32, 0.84);
}

.field-card span {
  display: block;
  margin-bottom: 0.45rem;
  color: #dbeafe;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.field-card h3 {
  margin: 0;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.42);
}

.field-card p {
  margin: 0.5rem 0 0;
  color: rgba(239, 246, 255, 0.92);
  font-size: 0.9rem;
  line-height: 1.45;
}

.field-copy {
  grid-column: span 2;
  overflow: visible;
  padding: clamp(1.35rem, 2vw, 1.7rem);
  background: #fff;
}

.field-copy .about-eyebrow {
  color: #5d6c80;
}

.field-copy h2 {
  font-size: clamp(2rem, 2.7vw, 3.05rem);
  line-height: 1.03;
}

.field-copy p {
  margin-top: 0.75rem;
  color: var(--about-muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.ara-site-footer {
  background: var(--about-dark);
  color: #fff;
  border-top: 1px solid rgba(147, 197, 253, 0.18);
}

.ara-site-footer__inner {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 2.2rem 0;
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(260px, 1.1fr) auto;
  gap: 1.5rem;
  align-items: start;
}

.ara-site-footer strong {
  display: block;
  font-size: 1rem;
  line-height: 1.2;
}

.ara-site-footer p {
  margin: 0.4rem 0 0;
  color: rgba(226, 238, 255, 0.72);
  font-size: 0.9rem;
  line-height: 1.55;
}

.ara-site-footer__mission {
  max-width: 440px;
}

.ara-site-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.8rem 1rem;
}

.ara-site-footer__links a {
  color: rgba(226, 238, 255, 0.86);
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
}

.ara-site-footer__links a:hover {
  color: #fff;
}

.ara-site-footer__legal {
  grid-column: 1 / -1;
  padding-top: 1rem;
  border-top: 1px solid rgba(147, 197, 253, 0.12);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.ara-site-footer__legal a {
  color: rgba(226, 238, 255, 0.9);
  font-weight: 800;
  text-decoration: none;
}

.ara-site-footer__legal a:hover {
  color: #fff;
}

.ara-site-footer__legal-links {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-left: auto;
}

@media (max-width: 1100px) {
  .pillar-grid,
  .field-section {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-intro-band__inner {
    grid-template-columns: 1fr;
  }

  .about-intro-band__chips {
    justify-content: flex-start;
  }

  .founder-story-row,
  .founder-story-row--reverse {
    grid-template-columns: 1fr 1fr;
  }

  .roadmap-grid,
  .ara-site-footer__inner {
    grid-template-columns: 1fr;
  }

  .ara-site-footer__links {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .about-hero {
    min-height: auto;
    padding: 5.5rem 1rem 2.75rem;
  }

  .about-hero h1 {
    font-size: clamp(2.3rem, 10vw, 3.4rem);
  }

  .pillar-grid,
  .roadmap-grid,
  .field-section {
    grid-template-columns: 1fr;
  }

  .founder-hero {
    min-height: 620px;
    padding: 7rem 1rem 2.75rem;
  }

  .founder-hero h1 {
    font-size: clamp(2.65rem, 12vw, 4rem);
  }

  .founder-story {
    padding: 3.5rem 1rem 4.5rem;
  }

  .founder-story-row,
  .founder-story-row--reverse {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .founder-story-row--reverse .founder-story-photo {
    order: 1;
  }

  .founder-story-row--reverse .founder-story-text {
    order: 2;
  }

  .founder-story-photo img {
    min-height: 340px;
  }

  .founder-close {
    text-align: left;
  }

  .about-section h2,
  .future-section h2,
  .field-copy h2 {
    font-size: clamp(2.25rem, 11vw, 3.4rem);
  }

  .about-actions {
    flex-direction: column;
  }

  .about-btn {
    width: 100%;
  }

  .field-section {
    grid-auto-rows: auto;
  }

  .field-card,
  .field-card--large {
    min-height: 300px;
    grid-column: auto;
    grid-row: auto;
  }

  .field-copy {
    grid-column: auto;
  }
}

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