.sa-front,
.sa-front-header,
.sa-front-footer {
  --sa-front-bg: #F2F2F2;
  --sa-front-ink: #151922;
  --sa-front-charcoal: #2A2A27;
  --sa-front-muted: rgba(21, 25, 34, 0.66);
  --sa-front-soft: rgba(21, 25, 34, 0.08);
  --sa-front-line: rgba(21, 25, 34, 0.14);
  --sa-front-card: #FAFAFA;
  --sa-front-lime: #C7F000;
  --color-background: var(--sa-front-bg);
  --color-card: var(--sa-front-card);
  --color-accent: var(--sa-front-lime);
  --foreground: var(--sa-front-ink);
  background: var(--sa-front-bg);
  color: var(--sa-front-ink);
  font-family: var(--sa-font-secondary, "Raleway", sans-serif);
}

body:has(.sa-front) .wp-site-blocks > header:not(.sa-front-header),
body:has(.sa-front) .wp-site-blocks > .wp-block-template-part:first-child:not(.sa-front-header),
body:has(.sa-front) .wp-site-blocks > footer:not(.sa-front-footer) {
  display: none;
}

.sa-front *,
.sa-front *::before,
.sa-front *::after,
.sa-front-header *,
.sa-front-header *::before,
.sa-front-header *::after,
.sa-front-footer *,
.sa-front-footer *::before,
.sa-front-footer *::after {
  box-sizing: border-box;
}

.sa-front a,
.sa-front-header a,
.sa-front-footer a {
  color: inherit;
  text-decoration: none;
}

.sa-front a:focus-visible,
.sa-front-header a:focus-visible,
.sa-front-footer a:focus-visible {
  outline: 2px solid var(--sa-front-lime);
  outline-offset: 4px;
}

.sa-front h1,
.sa-front h2,
.sa-front h3,
.sa-front p,
.sa-front-footer p {
  color: inherit;
  margin: 0;
  text-transform: none !important;
}

.sa-front h1,
.sa-front h2,
.sa-front h3,
.sa-front-header,
.sa-front-footer,
.sa-front-eyebrow,
.sa-front-kicker,
.sa-front-button,
.sa-front-link,
.sa-status {
  font-family: var(--sa-font-primary, "Poppins", sans-serif);
  letter-spacing: 0 !important;
}

.sa-front h1 {
  max-width: 11ch;
  font-size: 2.55rem;
  font-weight: 300;
  line-height: 1.05;
}

.sa-front h2 {
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.08;
}

.sa-front h3 {
  font-size: 1.55rem;
  font-weight: 300;
  line-height: 1.14;
}

.sa-front p {
  font-size: 0.95rem;
  line-height: 1.75;
}

.sa-front img,
.sa-front svg {
  display: block;
  max-width: 100%;
}

.sa-front-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(242, 242, 242, 0.86);
  backdrop-filter: blur(14px);
}

.sa-front-header__inner,
.sa-front__inner,
.sa-front-footer__inner,
.sa-front-footer__bottom {
  width: min(calc(100% - 3rem), 1400px);
  margin: 0 auto;
}

.sa-front-header__inner {
  display: flex;
  min-height: 3.75rem;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.sa-front-brand {
  font-family: var(--sa-font-primary, "Poppins", sans-serif);
  font-size: 0.95rem;
  font-weight: 500;
}

.sa-front-brand::after,
.sa-front-footer__bottom i {
  content: "";
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  margin-left: 0.45rem;
  border-radius: 999px;
  background: var(--sa-front-lime);
}

.sa-front-nav {
  display: none;
  align-items: center;
  gap: 2rem;
  font-family: var(--sa-font-primary, "Poppins", sans-serif);
  font-size: 0.82rem;
}

.sa-front-nav a,
.sa-front-footer nav a,
.sa-front-social a,
.sa-front-link {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size 260ms ease;
}

.sa-front-nav a:hover,
.sa-front-footer nav a:hover,
.sa-front-social a:hover,
.sa-front-link:hover {
  background-size: 100% 1px;
}

.sa-front-header__hello {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  border: 1px solid rgba(21, 25, 34, 0.68);
  border-radius: 999px;
  padding: 0 0.9rem;
  font-family: var(--sa-font-primary, "Poppins", sans-serif);
  font-size: 0.72rem;
}

.sa-front {
  min-height: 100vh;
  overflow: hidden;
  overflow-x: clip;
}

.sa-front-grid {
  background-image:
    linear-gradient(to right, rgba(21, 25, 34, 0.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(21, 25, 34, 0.06) 1px, transparent 1px);
  background-position: -1px -1px;
  background-size: 48px 48px;
}

.sa-front-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--sa-front-line);
}

.sa-front-hero > .sa-front-grid {
  position: absolute;
  inset: 0;
  opacity: 0.42;
  pointer-events: none;
}

.sa-front-hero__inner {
  display: grid;
  gap: 2.5rem;
  align-items: center;
  position: relative;
  min-height: calc(90vh - 3.75rem);
  padding-top: 4.5rem;
  padding-bottom: 4rem;
}

.sa-front-hero__content {
  position: relative;
  z-index: 2;
  max-width: 42rem;
}

.sa-front-eyebrow,
.sa-front-kicker,
.sa-status,
.sa-project-frame__label,
.sa-thumb-box > span,
.sa-journal-card__category,
.sa-journal-card__read,
.sa-front-footer nav p,
.sa-front-footer__brand span,
.sa-front-scroll span {
  color: var(--sa-front-muted);
  font-family: var(--sa-font-primary, "Poppins", sans-serif);
  font-size: 0.68rem;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0 !important;
}

.sa-front-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.sa-front-eyebrow::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: var(--sa-front-lime);
}

.sa-front-eyebrow--line::before {
  width: 2.5rem;
  height: 1px;
  border-radius: 0;
  background: rgba(21, 25, 34, 0.5);
}

.sa-front-kicker {
  margin-top: 2.5rem;
  color: rgba(21, 25, 34, 0.72);
  font-size: 0.75rem;
}

.sa-front-hero h1 {
  max-width: 10.8ch;
  margin-top: 1.75rem;
  color: var(--sa-front-charcoal);
}

.sa-front-highlight {
  position: relative;
  display: inline-block;
  z-index: 0;
}

.sa-front-highlight::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.09em;
  z-index: -1;
  height: 0.24em;
  background: var(--sa-front-lime);
}

.sa-front-hero__bottom {
  display: grid;
  gap: 2rem;
  margin-top: 3rem;
}

.sa-front-hero__bottom p {
  max-width: 29rem;
  color: var(--sa-front-muted);
  font-size: 1rem;
}

.sa-front-hero__text {
  max-width: 32rem;
  margin-top: 2rem;
  color: var(--sa-front-muted);
  font-size: 1rem;
}

.sa-hero-visual {
  position: relative;
  z-index: 1;
  min-height: clamp(22rem, 56vw, 42rem);
  margin-right: -2.5rem;
  pointer-events: none;
}

.sa-hero-visual__field {
  position: absolute;
  inset: -5% -12% -2% -16%;
  transform: translate3d(
    calc(var(--sa-parallax-x, 0) * 1px),
    calc(var(--sa-parallax-y, 0) * 1px),
    0
  );
  transform-origin: 58% 48%;
  transition: transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.sa-hero-visual__field::before {
  content: "";
  position: absolute;
  inset: 12% 7% 8% 20%;
  z-index: 2;
  background:
    linear-gradient(90deg, transparent, rgba(199, 240, 0, 0.16), transparent),
    repeating-linear-gradient(0deg, transparent 0 9px, rgba(21, 25, 34, 0.05) 10px);
  mix-blend-mode: multiply;
  opacity: 0.34;
  transform: skewY(-8deg);
  animation: sa-hero-edge-glitch 8.5s steps(1, end) infinite;
  pointer-events: none;
}

.sa-hero-visual__fragment {
  position: absolute;
  inset: 0;
  width: 112%;
  max-width: none;
  height: 100%;
  object-fit: contain;
  object-position: 54% 50%;
  filter: contrast(1.04) saturate(1.03);
  mix-blend-mode: multiply;
  opacity: 0.98;
  -webkit-mask-image: radial-gradient(ellipse at 58% 50%, #000 50%, rgba(0, 0, 0, 0.82) 66%, transparent 86%);
          mask-image: radial-gradient(ellipse at 58% 50%, #000 50%, rgba(0, 0, 0, 0.82) 66%, transparent 86%);
}

.sa-hero-sweep {
  position: absolute;
  inset: 10% 4% 7% 3%;
  z-index: 4;
  width: 100%;
  height: 100%;
  color: var(--sa-front-lime);
  opacity: 0.92;
  overflow: visible;
}

.sa-hero-sweep__trace {
  filter: drop-shadow(0 0 7px rgba(199, 240, 0, 0.42));
  animation: sa-hero-sweep 7.5s cubic-bezier(0.45, 0, 0.25, 1) infinite;
}

.sa-hero-sweep__ghost {
  opacity: 0.54;
  animation: sa-hero-sweep 11s cubic-bezier(0.45, 0, 0.25, 1) infinite reverse;
}

.sa-hero-orbits {
  position: absolute;
  inset: 14% 10% 7% 8%;
  z-index: 5;
}

.sa-hero-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  width: var(--sa-orbit-size);
  height: var(--sa-orbit-size);
  margin-left: calc(var(--sa-orbit-size) / -2);
  margin-top: calc(var(--sa-orbit-size) / -2);
  border: 1px solid rgba(21, 25, 34, 0.08);
  border-radius: 999px;
  animation: sa-hero-orbit var(--sa-orbit-speed) linear infinite;
}

.sa-hero-orbit i {
  position: absolute;
  top: 11%;
  left: 50%;
  width: var(--sa-dot-size);
  height: var(--sa-dot-size);
  border-radius: 999px;
  background: var(--sa-dot-color);
  box-shadow: 0 0 18px var(--sa-dot-glow);
}

.sa-hero-orbit--one {
  --sa-orbit-size: min(38vw, 25rem);
  --sa-orbit-speed: 23s;
  --sa-dot-size: 0.48rem;
  --sa-dot-color: var(--sa-front-lime);
  --sa-dot-glow: rgba(199, 240, 0, 0.34);
  transform-origin: 48% 49%;
}

.sa-hero-orbit--two {
  --sa-orbit-size: min(52vw, 34rem);
  --sa-orbit-speed: 31s;
  --sa-dot-size: 0.34rem;
  --sa-dot-color: var(--sa-front-ink);
  --sa-dot-glow: rgba(21, 25, 34, 0.12);
  animation-direction: reverse;
}

.sa-hero-orbit--three {
  --sa-orbit-size: min(28vw, 18rem);
  --sa-orbit-speed: 19s;
  --sa-dot-size: 0.28rem;
  --sa-dot-color: var(--sa-front-charcoal);
  --sa-dot-glow: rgba(21, 25, 34, 0.12);
  left: 58%;
  top: 47%;
}

.sa-hero-particles {
  position: absolute;
  inset: 0;
  z-index: 6;
}

.sa-hero-particles span {
  position: absolute;
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 999px;
  background: rgba(21, 25, 34, 0.58);
  animation: sa-hero-particle-drift 9s ease-in-out infinite;
}

.sa-hero-particles span:nth-child(1) {
  left: 22%;
  top: 28%;
}

.sa-hero-particles span:nth-child(2) {
  left: 72%;
  top: 18%;
  width: 0.3rem;
  height: 0.3rem;
  background: var(--sa-front-lime);
  animation-delay: -2.1s;
}

.sa-hero-particles span:nth-child(3) {
  left: 80%;
  top: 68%;
  animation-delay: -4.4s;
}

.sa-hero-particles span:nth-child(4) {
  left: 35%;
  top: 72%;
  width: 0.28rem;
  height: 0.28rem;
  background: rgba(42, 42, 39, 0.62);
  animation-delay: -3.2s;
}

.sa-hero-particles span:nth-child(5) {
  left: 58%;
  top: 32%;
  background: var(--sa-front-lime);
  animation-delay: -5.7s;
}

.sa-hero-particles span:nth-child(6) {
  left: 16%;
  top: 58%;
  animation-delay: -6.6s;
}

.sa-hero-scan {
  position: absolute;
  inset: 18% 12% 12% 24%;
  z-index: 7;
  overflow: hidden;
  opacity: 0.34;
  mix-blend-mode: multiply;
}

.sa-hero-scan::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 26%, rgba(21, 25, 34, 0.16) 28%, transparent 31%),
    repeating-linear-gradient(0deg, rgba(21, 25, 34, 0.06) 0 1px, transparent 1px 8px);
  transform: translateX(-82%);
  animation: sa-hero-scan 10s ease-in-out infinite;
}

@keyframes sa-hero-sweep {
  0% {
    stroke-dashoffset: 180;
    opacity: 0;
  }

  14% {
    opacity: 0.95;
  }

  76% {
    opacity: 0.8;
  }

  100% {
    stroke-dashoffset: -220;
    opacity: 0;
  }
}

@keyframes sa-hero-orbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes sa-hero-particle-drift {
  0%,
  100% {
    opacity: 0.36;
    transform: translate3d(0, 0, 0);
  }

  50% {
    opacity: 0.78;
    transform: translate3d(0.8rem, -0.55rem, 0);
  }
}

@keyframes sa-hero-scan {
  0%,
  48% {
    transform: translateX(-82%);
  }

  74%,
  100% {
    transform: translateX(82%);
  }
}

@keyframes sa-hero-edge-glitch {
  0%,
  62%,
  69%,
  100% {
    clip-path: inset(0 0 0 0);
    transform: translate3d(0, 0, 0) skewY(-8deg);
  }

  64% {
    clip-path: inset(18% 0 74% 0);
    transform: translate3d(0.35rem, -0.1rem, 0) skewY(-8deg);
  }

  67% {
    clip-path: inset(64% 0 23% 0);
    transform: translate3d(-0.25rem, 0.08rem, 0) skewY(-8deg);
  }
}

.sa-front-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.5rem;
}

.sa-front-button,
.sa-front-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.85rem;
}

.sa-front-button {
  min-height: 3rem;
  border-radius: 999px;
  padding: 0 1.4rem;
  background: var(--sa-front-ink);
  color: var(--sa-front-bg);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.sa-front-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px -26px rgba(0, 0, 0, 0.45);
}

.sa-front-button span,
.sa-front-link span,
.sa-project-card__more span,
.sa-experiment-card__body > span span,
.sa-front-social span,
.sa-front-contact__email span {
  display: inline-block;
  transition: transform 260ms ease;
}

.sa-front-button:hover span,
.sa-front-link:hover span,
.sa-project-card:hover .sa-project-card__more span,
.sa-experiment-card:hover .sa-experiment-card__body > span span,
.sa-front-social a:hover span,
.sa-front-contact__email:hover span {
  transform: translateX(0.3rem);
}

.sa-front-scroll {
  display: none;
}

.sa-front-scroll__line {
  position: relative;
  display: block;
  width: 1px;
  height: 2.5rem;
  overflow: hidden;
  background: rgba(21, 25, 34, 0.16);
}

.sa-front-scroll__line::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 0.75rem;
  background: rgba(21, 25, 34, 0.6);
  animation: sa-front-scroll-cue 2.2s ease-in-out infinite;
}

@keyframes sa-front-scroll-cue {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

  30% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateY(1.6rem);
  }
}

.sa-front-section {
  border-bottom: 1px solid var(--sa-front-line);
}

.sa-front-section > .sa-front__inner {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.sa-front-section-header {
  max-width: 46rem;
}

.sa-front-section-header h2 {
  margin-top: 1.35rem;
}

.sa-front-section-header > p:last-child {
  max-width: 35rem;
  margin-top: 1.35rem;
  color: var(--sa-front-muted);
  font-size: 1rem;
}

.sa-project-list,
.sa-experiment-grid,
.sa-journal-grid {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sa-project-list {
  margin-top: 4rem;
}

.sa-project-card {
  display: grid;
  gap: 2rem;
  border-top: 1px solid var(--sa-front-line);
  padding: 2.5rem 0;
}

.sa-project-card__visual {
  position: relative;
}

.sa-corner {
  position: absolute;
  z-index: 2;
  width: 1.25rem;
  height: 1.25rem;
  border-color: rgba(21, 25, 34, 0.55);
  pointer-events: none;
}

.sa-corner--top {
  top: -0.5rem;
  left: -0.5rem;
  border-top: 1px solid;
  border-left: 1px solid;
}

.sa-corner--bottom {
  right: -0.5rem;
  bottom: -0.5rem;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

.sa-project-frame {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid var(--sa-front-line);
  background: var(--sa-front-card);
  color: var(--sa-front-ink);
  transition: transform 360ms ease;
}

.sa-project-card:hover .sa-project-frame {
  transform: translateY(-0.25rem);
}

.sa-project-svg {
  width: 100%;
  height: 100%;
}

.sa-project-frame__label {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
}

.sa-project-card__body {
  display: grid;
  gap: 1.5rem;
}

.sa-project-card__number {
  color: var(--sa-front-muted);
  font-family: var(--sa-font-primary, "Poppins", sans-serif);
  font-size: 0.82rem;
}

.sa-project-card h3 {
  font-size: 2.6rem;
  line-height: 1;
  transition: transform 360ms ease;
}

.sa-project-card:hover h3 {
  transform: translateY(-0.18rem);
}

.sa-project-card__name {
  margin-top: 0.8rem;
  color: var(--sa-front-muted);
  font-family: var(--sa-font-primary, "Poppins", sans-serif);
  font-size: 1rem;
}

.sa-status {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 1.1rem;
}

.sa-status span {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 999px;
  background: rgba(21, 25, 34, 0.42);
}

.sa-status--live span,
.sa-front-footer__bottom i {
  background: var(--sa-front-lime);
}

.sa-project-card__text {
  max-width: 35rem;
  margin-top: 1rem;
  color: var(--sa-front-muted);
}

.sa-project-card__more {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
  font-family: var(--sa-font-primary, "Poppins", sans-serif);
  font-size: 0.85rem;
}

.sa-front-about__grid {
  display: grid;
  gap: 3rem;
  align-items: center;
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.sa-front-about__media {
  position: relative;
  max-width: 28rem;
  margin: 0 auto;
}

.sa-front-portrait {
  position: relative;
  margin: 0;
  overflow: hidden;
}

.sa-front-portrait::before {
  content: "";
  position: absolute;
  inset: -0.9rem;
  z-index: -1;
  border: 1px solid rgba(21, 25, 34, 0.16);
  transform: translate(0.75rem, 0.75rem);
}

.sa-front-portrait img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: grayscale(14%);
  transition: filter 360ms ease, transform 520ms ease;
}

.sa-front-about__media:hover .sa-front-portrait img {
  filter: grayscale(0);
  transform: scale(1.025);
}

.sa-about-mark {
  display: none;
}

.sa-front-about__text h2 {
  margin-top: 1.5rem;
  font-size: 1.85rem;
  line-height: 1.28;
}

.sa-front-about__text .sa-front-link {
  margin-top: 2rem;
}

.sa-experiment-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  margin-top: 3.5rem;
  border: 1px solid var(--sa-front-line);
  background: var(--sa-front-line);
}

.sa-experiment-grid > li {
  display: flex;
}

.sa-experiment-card {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  background: var(--sa-front-bg);
  padding: 1.25rem;
  transition: background 260ms ease;
}

.sa-experiment-card:hover {
  background: var(--sa-front-card);
}

.sa-thumb-box {
  position: relative;
  display: grid;
  aspect-ratio: 1;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--sa-front-line);
  background: var(--sa-front-card);
}

.sa-thumb-box > .sa-front-grid {
  position: absolute;
  inset: 0;
  opacity: 0.5;
}

.sa-thumb-svg {
  position: relative;
  width: 74%;
  height: 74%;
  color: rgba(21, 25, 34, 0.72);
  transition: transform 360ms ease, color 360ms ease;
}

.sa-experiment-card:hover .sa-thumb-svg {
  color: var(--sa-front-ink);
  transform: scale(1.035);
}

.sa-thumb-box > span {
  position: absolute;
  top: 0.65rem;
  left: 0.65rem;
}

.sa-experiment-card__body {
  position: relative;
  margin-top: 1.35rem;
}

.sa-experiment-card__body p {
  max-width: 24rem;
  margin-top: 0.75rem;
  color: var(--sa-front-muted);
  font-size: 0.88rem;
}

.sa-experiment-card__body > span {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 1.35rem;
  font-family: var(--sa-font-primary, "Poppins", sans-serif);
  font-size: 0.82rem;
}

.sa-front-section-link {
  display: flex;
  justify-content: flex-end;
  margin-top: 2rem;
}

.sa-front-section-split {
  display: grid;
  gap: 2rem;
}

.sa-front-section-split > .sa-front-link {
  align-self: end;
  justify-self: start;
}

.sa-journal-grid {
  display: grid;
  gap: 2rem;
  margin-top: 3.5rem;
}

.sa-journal-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  transition: transform 260ms ease;
}

.sa-journal-card:hover {
  transform: translateY(-0.25rem);
}

.sa-journal-card__cover {
  position: relative;
  display: grid;
  aspect-ratio: 4 / 3;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--sa-front-line);
  background: var(--sa-front-card);
}

.sa-journal-card__cover > .sa-front-grid {
  position: absolute;
  inset: 0;
  opacity: 0.48;
}

.sa-journal-mark {
  position: relative;
  width: 66%;
  height: 66%;
  color: rgba(21, 25, 34, 0.72);
  transition: transform 360ms ease;
}

.sa-journal-card:hover .sa-journal-mark {
  transform: scale(1.035);
}

.sa-journal-card__category,
.sa-journal-card__read {
  position: absolute;
}

.sa-journal-card__category {
  top: 0.8rem;
  left: 0.8rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.sa-journal-card__category span {
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 999px;
  background: var(--sa-front-lime);
}

.sa-journal-card__read {
  right: 0.8rem;
  bottom: 0.8rem;
}

.sa-journal-card__cover::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--sa-front-lime);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 360ms ease;
}

.sa-journal-card:hover .sa-journal-card__cover::after {
  transform: scaleX(1);
}

.sa-journal-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding-top: 1.5rem;
}

.sa-journal-card__body h3 {
  font-size: 1.5rem;
  line-height: 1.22;
}

.sa-journal-card__body p {
  margin-top: 0.85rem;
  color: var(--sa-front-muted);
  font-size: 0.9rem;
}

.sa-journal-card__body time {
  margin-top: auto;
  padding-top: 1.5rem;
  color: var(--sa-front-muted);
  font-family: var(--sa-font-primary, "Poppins", sans-serif);
  font-size: 0.8rem;
}

.sa-front-contact {
  position: relative;
  overflow: hidden;
  border-bottom: 0;
}

.sa-front-contact__content {
  max-width: 58rem;
}

.sa-front-contact h2 {
  margin-top: 1.35rem;
}

.sa-front-contact__email {
  position: relative;
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  gap: 0.8rem;
  margin-top: 2.5rem;
  color: var(--sa-front-ink);
  font-family: var(--sa-font-primary, "Poppins", sans-serif);
  font-size: 1.45rem;
  font-weight: 300;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.sa-front-contact__email::after {
  content: "";
  position: absolute;
  right: 2.4rem;
  bottom: -0.35rem;
  left: 0;
  height: 2px;
  background: rgba(21, 25, 34, 0.25);
  transition: background 260ms ease, height 260ms ease;
}

.sa-front-contact__email:hover::after {
  height: 4px;
  background: var(--sa-front-lime);
}

.sa-front-social {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.8rem;
  margin-top: 2rem;
  font-family: var(--sa-font-primary, "Poppins", sans-serif);
  font-size: 0.85rem;
}

.sa-front-footer {
  border-top: 1px solid var(--sa-front-line);
}

.sa-front-footer__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.25rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.sa-front-footer__brand p {
  font-family: var(--sa-font-primary, "Poppins", sans-serif);
  font-size: 1rem;
  font-weight: 500;
}

.sa-front-footer__brand span {
  display: block;
  margin-top: 0.85rem;
}

.sa-front-footer nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}

.sa-front-footer nav p {
  margin-bottom: 0.45rem;
}

.sa-front-footer nav a {
  font-size: 0.9rem;
}

.sa-front-footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  color: var(--sa-front-muted);
  font-family: var(--sa-font-primary, "Poppins", sans-serif);
  font-size: 0.8rem;
}

.sa-front-footer__bottom span:last-child {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.sa-front-footer__bottom i {
  margin-left: 0;
}

.sa-front.sa-reveal-enabled [data-sa-reveal] {
  opacity: 0;
  transform: translateY(1.5rem);
  transition:
    opacity 700ms cubic-bezier(0.2, 0.7, 0.2, 1),
    transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
  transition-delay: var(--sa-reveal-delay, 0ms);
}

.sa-front.sa-reveal-enabled [data-sa-reveal].sa-is-visible {
  opacity: 1;
  transform: none;
}

@media (min-width: 640px) {
  .sa-front h1 {
    font-size: 4rem;
  }

  .sa-front-contact__email {
    font-size: 2rem;
  }
}

@media (min-width: 760px) {
  .sa-front-header__inner,
  .sa-front__inner,
  .sa-front-footer__inner,
  .sa-front-footer__bottom {
    width: min(calc(100% - 6rem), 1400px);
  }

  .sa-front-header__inner {
    min-height: 5rem;
  }

  .sa-front-nav {
    display: flex;
  }

  .sa-front-header__hello {
    display: none;
  }

  .sa-front-hero__inner {
    grid-template-columns: minmax(0, 0.84fr) minmax(24rem, 1.16fr);
    min-height: calc(90vh - 5rem);
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .sa-front-hero__text {
    margin-top: 2.5rem;
  }

  .sa-front-scroll {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    transform: translateX(-50%);
  }

  .sa-hero-visual {
    min-height: clamp(33rem, 54vw, 46rem);
    margin-right: -7rem;
  }

  .sa-hero-visual__field {
    inset: -7% -14% -4% -10%;
  }

  .sa-front-section > .sa-front__inner,
  .sa-front-about__grid {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sa-front h2 {
    font-size: 3.6rem;
  }

  .sa-project-list {
    margin-top: 5rem;
  }

  .sa-project-card {
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    align-items: center;
    gap: 3rem;
    padding: 4rem 0;
  }

  .sa-project-card--reverse .sa-project-card__visual {
    order: 2;
  }

  .sa-project-card__body {
    grid-template-columns: 4rem minmax(0, 1fr);
    align-items: baseline;
  }

  .sa-project-card h3 {
    font-size: 3.75rem;
  }

  .sa-front-about__grid {
    grid-template-columns: minmax(16rem, 5fr) minmax(0, 7fr);
    gap: 5rem;
  }

  .sa-front-about__media {
    margin: 0;
  }

  .sa-about-mark {
    position: absolute;
    right: -2.5rem;
    bottom: -2.5rem;
    display: block;
    width: 9.5rem;
    height: 9.5rem;
    border: 1px solid var(--sa-front-line);
    background: var(--sa-front-bg);
    padding: 0.8rem;
    color: var(--sa-front-ink);
  }

  .sa-front-about__text h2 {
    font-size: 2.6rem;
  }

  .sa-experiment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 5rem;
  }

  .sa-journal-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 4.5rem;
  }

  .sa-front-section-split {
    grid-template-columns: 1fr auto;
    align-items: end;
  }

  .sa-front-contact__email {
    font-size: 3.1rem;
  }

  .sa-front-footer__inner {
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 3rem;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .sa-front-footer__bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

@media (min-width: 1024px) {
  .sa-front h1 {
    font-size: 5.5rem;
  }

  .sa-front-hero__inner {
    grid-template-columns: minmax(0, 0.78fr) minmax(33rem, 1.22fr);
  }

  .sa-hero-visual {
    margin-right: -9rem;
  }

  .sa-front h2 {
    font-size: 3.75rem;
  }

  .sa-experiment-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .sa-front-header__inner,
  .sa-front__inner,
  .sa-front-footer__inner,
  .sa-front-footer__bottom {
    width: min(calc(100% - 10rem), 1400px);
  }

  .sa-front h1 {
    font-size: 6.5rem;
  }

  .sa-front-hero__inner {
    grid-template-columns: minmax(0, 0.72fr) minmax(42rem, 1.28fr);
  }

  .sa-hero-visual {
    min-height: min(72vh, 48rem);
    margin-right: -12rem;
  }

  .sa-front-section > .sa-front__inner,
  .sa-front-about__grid {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

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

  .sa-front *,
  .sa-front *::before,
  .sa-front *::after,
  .sa-front-header *,
  .sa-front-header *::before,
  .sa-front-header *::after,
  .sa-front-footer *,
  .sa-front-footer *::before,
  .sa-front-footer *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .sa-front.sa-reveal-enabled [data-sa-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }

  .sa-hero-visual__field {
    transform: none !important;
  }

  .sa-hero-sweep__trace,
  .sa-hero-sweep__ghost,
  .sa-hero-orbit,
  .sa-hero-particles span,
  .sa-hero-scan::before,
  .sa-hero-visual__field::before {
    animation: none !important;
  }

  .sa-hero-scan,
  .sa-hero-particles,
  .sa-hero-orbits {
    opacity: 0.18;
  }
}
