:root {
  --ink: #090805;
  --coal: #11100d;
  --charcoal: #191611;
  --gold: #c89a43;
  --old-gold: #8d682c;
  --sand: #d8bf8a;
  --ivory: #f4eedf;
  --muted: #c8bda6;
  --line: rgba(216, 191, 138, 0.24);
  --shadow: rgba(0, 0, 0, 0.48);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 70% 20%, rgba(200, 154, 67, 0.08), transparent 32rem),
    linear-gradient(180deg, var(--ink), #0e0d0a 48%, #15120d);
  color: var(--ivory);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}

body.nav-open {
  overflow: hidden;
}

a {
  color: inherit;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

:focus-visible {
  outline: 2px solid var(--sand);
  outline-offset: 4px;
}

.sr-only,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  width: auto;
  height: auto;
  margin: 1rem;
  padding: 0.7rem 1rem;
  clip: auto;
  background: var(--ivory);
  color: var(--ink);
  z-index: 200;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem clamp(1rem, 4vw, 3rem);
  color: var(--ivory);
  transition: background 240ms ease, border-color 240ms ease, transform 500ms ease;
  border-bottom: 1px solid transparent;
}

.site-header.is-scrolled,
.site-header.is-open {
  background: rgba(9, 8, 5, 0.82);
  border-color: var(--line);
  backdrop-filter: blur(16px);
}

.brand-mark {
  width: clamp(148px, 18vw, 230px);
  display: block;
}

.brand-mark img {
  width: 100%;
  height: auto;
  max-height: 64px;
  object-fit: contain;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(0.65rem, 1.6vw, 1.35rem);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.main-nav a {
  text-decoration: none;
  color: rgba(244, 238, 223, 0.76);
  transition: color 180ms ease;
}

.main-nav a:hover {
  color: var(--sand);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: rgba(9, 8, 5, 0.6);
  color: var(--ivory);
  padding: 0;
  border-radius: 4px;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 1px;
  margin: 5px auto;
  background: currentColor;
}

.hero {
  min-height: 100svh;
  position: relative;
  display: grid;
  place-items: center;
  isolation: isolate;
  overflow: hidden;
  padding: 7rem 1.5rem 4rem;
}

.compact-hero {
  min-height: 78svh;
}

.static-nav {
  position: static;
  transform: none;
}

.project-hero {
  min-height: 92svh;
  position: relative;
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  padding: 8rem clamp(1.1rem, 4vw, 3rem) clamp(4rem, 8vw, 6rem);
}

.project-hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

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

.project-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(9, 8, 5, 0.88), rgba(9, 8, 5, 0.42) 52%, rgba(9, 8, 5, 0.72)),
    linear-gradient(180deg, rgba(9, 8, 5, 0.24), rgba(9, 8, 5, 0.92));
}

.project-hero-content {
  width: min(860px, 100%);
}

.hero-particles {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  opacity: 0.72;
  background-image:
    radial-gradient(circle, rgba(216, 191, 138, 0.78) 0 1px, transparent 1.7px),
    radial-gradient(circle, rgba(200, 154, 67, 0.45) 0 1px, transparent 1.6px),
    radial-gradient(circle, rgba(244, 238, 223, 0.34) 0 1px, transparent 1.4px);
  background-position:
    8% 22%,
    64% 18%,
    82% 58%;
  background-size:
    170px 190px,
    230px 210px,
    310px 260px;
  filter: drop-shadow(0 0 7px rgba(200, 154, 67, 0.18));
  mask-image: radial-gradient(circle at center, black 0 48%, transparent 78%);
  animation: goldDustDrift 18s ease-in-out infinite alternate;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(9, 8, 5, 0.32), rgba(9, 8, 5, 0.92)),
    radial-gradient(circle at center, transparent 0 28%, rgba(0, 0, 0, 0.68) 78%);
}

.hero-content {
  width: min(880px, 100%);
  text-align: center;
}

.hero-logo {
  width: min(684px, 92vw);
  height: auto;
  margin: 0 auto 2.2rem;
  opacity: 1;
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--sand);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  line-height: 1.08;
  font-family: "Cinzel", Georgia, serif;
  font-weight: 500;
}

h1 {
  max-width: 820px;
  margin: 0 auto 1rem;
  font-size: clamp(2.55rem, 7vw, 6.4rem);
}

h2 {
  font-size: clamp(2rem, 4.8vw, 4.4rem);
  margin-bottom: 1rem;
}

h3 {
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  margin-bottom: 0.7rem;
}

.hero-copy,
.section-heading > p,
.narrow p,
.section-copy p {
  color: var(--muted);
}

.hero-copy {
  max-width: 650px;
  margin: 0 auto 2rem;
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: rgba(244, 238, 223, 0.9);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.82);
}

.hero-actions,
.inline-actions,
.center-action {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 0.78rem 1.1rem;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.02em;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

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

.button-primary {
  color: #120f09;
  background: linear-gradient(135deg, var(--sand), var(--gold));
  box-shadow: 0 14px 38px rgba(200, 154, 67, 0.16);
}

.button-secondary,
.button-quiet {
  color: var(--ivory);
  border-color: var(--line);
  background: rgba(244, 238, 223, 0.04);
}

.button-quiet {
  background: transparent;
}

.scroll-cue {
  position: absolute;
  bottom: 0.7rem;
  left: 50%;
  width: 26px;
  height: 42px;
  border: 1px solid rgba(216, 191, 138, 0.5);
  border-radius: 999px;
  transform: translateX(-50%);
}

.scroll-cue::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--sand);
  transform: translateX(-50%);
  animation: cue 1.8s ease infinite;
}

.section {
  padding: clamp(5rem, 10vw, 9rem) clamp(1.1rem, 4vw, 3rem);
  position: relative;
}

.section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(216, 191, 138, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(216, 191, 138, 0.035) 1px, transparent 1px);
  background-size: 80px 80px;
  opacity: 0.24;
}

.section > * {
  position: relative;
}

.section-grid,
.section-heading,
.narrow,
.feature-grid,
.objective-grid,
.project-grid,
.tag-grid,
.timeline {
  width: min(var(--max), 100%);
  margin-inline: auto;
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.section-grid.reverse {
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1fr);
}

.subtitle {
  color: var(--sand);
  font-size: 1.1rem;
}

.status {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 1.1rem;
  color: var(--sand);
  border: 1px solid var(--line);
  background: rgba(216, 191, 138, 0.06);
  border-radius: 999px;
  padding: 0.28rem 0.7rem;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.status::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--gold);
}

.status-live::before {
  background: #94c973;
}

.archive-frame,
.concept-art,
.founder-portrait,
.advisor-card {
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(244, 238, 223, 0.06), rgba(200, 154, 67, 0.04));
  box-shadow: 0 30px 80px var(--shadow);
}

.archive-frame {
  padding: clamp(0.8rem, 2vw, 1.3rem);
}

.archive-carousel {
  min-height: 420px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(200, 154, 67, 0.08), transparent),
    #0c0b08;
}

.static-showcase img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.archive-track {
  min-height: 420px;
  position: relative;
}

.archive-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transform: scale(1.012);
  transition: opacity 420ms ease, transform 620ms ease;
}

.archive-slide.is-active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}

.archive-slide img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.88) contrast(1.04);
}

.archive-slide figcaption {
  position: absolute;
  left: 1rem;
  top: 3.8rem;
  z-index: 3;
  margin: 0;
  color: rgba(244, 238, 223, 0.88);
  background: rgba(9, 8, 5, 0.62);
  border: 1px solid rgba(216, 191, 138, 0.22);
  padding: 0.35rem 0.55rem;
  font-size: 0.78rem;
}

.archive-carousel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(9, 8, 5, 0.1), rgba(9, 8, 5, 0.36)),
    radial-gradient(circle at center, transparent 35%, rgba(9, 8, 5, 0.28));
}

.archive-label {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  color: var(--sand);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(9, 8, 5, 0.66);
  border: 1px solid rgba(216, 191, 138, 0.28);
  padding: 0.35rem 0.55rem;
}

.carousel-controls {
  position: absolute;
  inset: auto 1rem 1rem;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
}

.carousel-button,
.carousel-dots button {
  border: 1px solid rgba(216, 191, 138, 0.38);
  background: rgba(9, 8, 5, 0.72);
  color: var(--ivory);
  cursor: pointer;
}

.carousel-button {
  width: 38px;
  height: 38px;
  border-radius: 4px;
  font-size: 1.6rem;
  line-height: 1;
}

.carousel-dots {
  display: flex;
  align-items: center;
  gap: 0.38rem;
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
}

.carousel-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  opacity: 0.55;
}

.carousel-dots button.is-active {
  background: var(--gold);
  opacity: 1;
}

.narrow {
  max-width: 820px;
  text-align: center;
}

.timeline {
  display: grid;
  grid-template-columns: 1fr minmax(70px, 0.35fr) 1fr;
  gap: 1.2rem;
  align-items: center;
  margin-top: 3rem;
}

.timeline article {
  border-top: 1px solid var(--line);
  padding-top: 1.4rem;
}

.timeline span,
.card-index {
  color: var(--sand);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.timeline-line {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  position: relative;
}

.timeline-line::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 9px;
  height: 9px;
  border-top: 1px solid var(--gold);
  border-right: 1px solid var(--gold);
  transform: translateY(-50%) rotate(45deg);
}

.section-heading {
  max-width: 860px;
  text-align: center;
  margin-bottom: 3rem;
}

.feature-grid,
.project-grid,
.objective-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.feature-card,
.project-card,
.objective {
  border: 1px solid var(--line);
  background: rgba(244, 238, 223, 0.045);
  border-radius: 6px;
}

.feature-card {
  padding: clamp(1.25rem, 3vw, 2rem);
  min-height: 100%;
}

.feature-card ul {
  margin: 1rem 0 0;
  padding-left: 1.1rem;
  color: var(--muted);
}

.feature-card li + li {
  margin-top: 0.45rem;
}

.center-action {
  margin-top: 2rem;
}

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

.objective {
  padding: 1.2rem;
  color: var(--ivory);
}

.note {
  width: min(var(--max), 100%);
  margin: 1.4rem auto 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.advisor-card {
  padding: clamp(1.4rem, 4vw, 2.4rem);
}

.advisor-card span {
  color: var(--sand);
  font-family: Georgia, serif;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
}

.project-card {
  overflow: hidden;
  padding: 1rem;
}

.project-card h3,
.project-card p,
.project-card .status,
.project-card .text-link {
  margin-left: 0.35rem;
  margin-right: 0.35rem;
}

.project-art {
  height: 220px;
  margin-bottom: 1.1rem;
  background-color: #0c0b08;
  border: 1px solid rgba(216, 191, 138, 0.18);
  overflow: hidden;
  position: relative;
}

.project-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.project-art::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 42%, rgba(9, 8, 5, 0.46)),
    radial-gradient(circle at 50% 30%, transparent 20%, rgba(9, 8, 5, 0.2));
}

.legacy-art {
  background: #0a0907;
}

.legacy-art img {
  object-position: center 48%;
}

.sanctuary-art {
  background: #0b0a07;
}

.sanctuary-art img {
  object-position: center 45%;
}

.sammy-art {
  background: #0c0b08;
}

.sammy-art img {
  object-position: center 42%;
}

.text-link {
  color: var(--sand);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.28em;
  font-weight: 700;
}

.concept-art,
.founder-portrait {
  min-height: 460px;
  position: relative;
  overflow: hidden;
}

.concept-art {
  background: #0c0b08;
}

.concept-art img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 42% center;
}

.concept-art::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(9, 8, 5, 0.28), transparent 38%, rgba(9, 8, 5, 0.18)),
    linear-gradient(180deg, transparent 58%, rgba(9, 8, 5, 0.5));
}

.founder-portrait {
  display: grid;
  place-items: center;
  background: #0b0a07;
}

.founder-portrait img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 34%;
}

.founder-portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 62%, rgba(9, 8, 5, 0.42)),
    radial-gradient(circle at center, transparent 45%, rgba(9, 8, 5, 0.18));
}

.location {
  color: var(--sand);
}

.support-section {
  background:
    radial-gradient(circle at 50% 18%, rgba(200, 154, 67, 0.12), transparent 36rem),
    linear-gradient(180deg, rgba(9, 8, 5, 0), rgba(216, 191, 138, 0.025));
}

.support-panel {
  width: min(var(--max), 100%);
  margin-inline: auto;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(244, 238, 223, 0.06), rgba(200, 154, 67, 0.04)),
    rgba(9, 8, 5, 0.45);
  box-shadow: 0 30px 80px var(--shadow);
  border-radius: 6px;
  overflow: hidden;
}

.support-areas {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.support-areas article {
  min-height: 230px;
  padding: clamp(1.1rem, 2.5vw, 1.7rem);
  border-right: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(216, 191, 138, 0.035), transparent),
    rgba(244, 238, 223, 0.025);
}

.support-areas article:last-child {
  border-right: 0;
}

.support-areas span {
  display: inline-block;
  margin-bottom: 1.5rem;
  color: var(--sand);
  font-size: 0.74rem;
  letter-spacing: 0.14em;
}

.support-areas p {
  color: var(--muted);
  margin-bottom: 0;
}

.support-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem clamp(1.1rem, 2.5vw, 1.7rem);
  border-top: 1px solid var(--line);
}

.support-note {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.support-action .support-trust {
  flex: 0 0 auto;
  font-family: inherit;
  font-size: 0.82rem;
  color: var(--muted);
  opacity: 0.82;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.45rem 0.85rem;
  background: rgba(9, 8, 5, 0.38);
}

.tag-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.tag-grid span {
  border: 1px solid var(--line);
  color: var(--muted);
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  background: rgba(244, 238, 223, 0.035);
}

.contact-card,
.contact-form {
  display: grid;
  gap: 1rem;
  border: 1px solid var(--line);
  background: rgba(244, 238, 223, 0.045);
  padding: clamp(1rem, 3vw, 1.8rem);
  border-radius: 6px;
}

.contact-card {
  align-content: center;
  min-height: 300px;
}

.contact-card p {
  color: var(--muted);
}

.contact-reasons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.contact-reasons span {
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(9, 8, 5, 0.35);
  padding: 0.42rem 0.68rem;
  font-size: 0.84rem;
}

.contact-form label {
  display: grid;
  gap: 0.35rem;
  color: var(--sand);
  font-size: 0.92rem;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(216, 191, 138, 0.28);
  background: rgba(9, 8, 5, 0.72);
  color: var(--ivory);
  border-radius: 4px;
  padding: 0.8rem 0.9rem;
}

.contact-form textarea {
  resize: vertical;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.4rem;
}

.social-links a {
  color: var(--sand);
  text-underline-offset: 0.25em;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  gap: 2rem;
  align-items: end;
  padding: 3rem clamp(1.1rem, 4vw, 3rem);
  border-top: 1px solid var(--line);
  background: #070604;
  color: var(--muted);
}

.site-footer img {
  width: min(260px, 72vw);
  height: auto;
  margin-bottom: 1rem;
}

.site-footer p {
  margin-bottom: 0.3rem;
}

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

.site-footer nav a {
  color: var(--muted);
  text-decoration: none;
}

.site-footer strong {
  grid-column: 1 / -1;
  color: var(--sand);
  font-family: Georgia, serif;
  font-size: 1.25rem;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes cue {
  0% {
    opacity: 0;
    transform: translate(-50%, 0);
  }
  45% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, 14px);
  }
}

@keyframes goldDustDrift {
  from {
    transform: translate3d(-0.4rem, 0.2rem, 0);
    opacity: 0.5;
  }

  to {
    transform: translate3d(0.45rem, -0.35rem, 0);
    opacity: 0.78;
  }
}

@media (max-width: 920px) {
  .nav-toggle {
    display: block;
    position: relative;
    z-index: 102;
  }

  .main-nav {
    position: fixed;
    inset: 0;
    z-index: 101;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 1.4rem;
    background: rgba(9, 8, 5, 0.96);
    transform: translateY(-100%);
    transition: transform 320ms ease;
    font-size: 1rem;
  }

  .main-nav.is-open {
    transform: translateY(0);
  }

  .static-nav {
    position: static;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    transform: none;
    background: transparent;
    font-size: 0.72rem;
    gap: 0.7rem;
  }

  .section-grid,
  .section-grid.reverse,
  .timeline {
    grid-template-columns: 1fr;
  }

  .timeline-line {
    min-height: 56px;
    width: 1px;
    justify-self: center;
    background: linear-gradient(180deg, transparent, var(--gold), transparent);
  }

  .timeline-line::after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: 0;
    transform: translateX(-50%) rotate(135deg);
  }

  .feature-grid,
  .project-grid {
    grid-template-columns: 1fr;
  }

  .objective-grid {
    grid-template-columns: 1fr;
  }

  .support-areas {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .support-areas article {
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .support-areas article:nth-child(2n) {
    border-right: 0;
  }

  .support-areas article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer nav {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .hero {
    padding-inline: 1rem;
  }

  .brand-mark {
    width: 150px;
  }

  .hero-actions,
  .inline-actions {
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

  .project-hero {
    min-height: 82svh;
    padding: 7rem 1rem 3.5rem;
  }

  .project-hero::after {
    background:
      linear-gradient(180deg, rgba(9, 8, 5, 0.44), rgba(9, 8, 5, 0.94)),
      linear-gradient(90deg, rgba(9, 8, 5, 0.82), rgba(9, 8, 5, 0.38));
  }

  .archive-carousel,
  .archive-track,
  .archive-slide img,
  .concept-art,
  .founder-portrait {
    min-height: 330px;
  }

  .carousel-controls {
    inset: auto 0.75rem 0.75rem;
    justify-content: space-between;
  }

  .archive-slide figcaption {
    top: 3.6rem;
    right: 0.75rem;
  }

  .support-areas {
    grid-template-columns: 1fr;
  }

  .support-areas article,
  .support-areas article:nth-child(2n),
  .support-areas article:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .support-areas article:last-child {
    border-bottom: 0;
  }

  .support-action {
    align-items: stretch;
    flex-direction: column;
  }
}

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

  .hero-particles {
    animation: none !important;
  }
}
