@font-face {
  font-family: "Transcend";
  src: url("fonts/Transcend-Semibold.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Regular.ttf") format("truetype");
  font-display: swap;
}

:root {
  --ink: #070707;
  --iron: #101014;
  --steel: #19191f;
  --ash: #bfc4ce;
  --paper: #f7f3ed;
  --ember: #ff7a1a;
  --ember-hot: #ffad4d;
  --cyan: #00a6d6;
  --violet: #7f36d9;
  --line: rgba(255, 255, 255, 0.14);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  color-scheme: dark;
  font-family: "Poppins", system-ui, sans-serif;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--ink);
}

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(90deg, rgba(0, 166, 214, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(127, 54, 217, 0.06) 1px, transparent 1px),
    var(--ink);
  background-size: 96px 96px;
  color: var(--paper);
}

body.nav-open {
  overflow: hidden;
}

a {
  color: inherit;
}

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

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

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

.skip-link:focus {
  z-index: 1000;
  top: 1rem;
  left: 1rem;
  width: auto;
  height: auto;
  padding: 0.75rem 1rem;
  clip: auto;
  border: 1px solid var(--ember);
  background: var(--ink);
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem clamp(1rem, 4vw, 3rem);
  border-bottom: 1px solid transparent;
  transition: background-color 180ms ease, border-color 180ms ease, backdrop-filter 180ms ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  background: rgba(7, 7, 7, 0.76);
  backdrop-filter: blur(18px);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 0.82rem;
  color: var(--paper);
}

.brand-mark img {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(0.85rem, 2vw, 1.7rem);
}

.site-nav a {
  color: rgba(247, 243, 237, 0.78);
  text-decoration: none;
  font-size: 0.86rem;
  transition: color 160ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--ember-hot);
}

.floating-socials {
  position: fixed;
  z-index: 45;
  top: 50%;
  left: 0.85rem;
  display: grid;
  gap: 0.45rem;
  transform: translateY(-50%);
}

.floating-socials__link {
  position: relative;
  display: grid;
  place-items: center;
  width: 2.65rem;
  height: 2.65rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(7, 7, 7, 0.7);
  color: rgba(247, 243, 237, 0.78);
  text-decoration: none;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(14px);
  transition: color 160ms ease, transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.floating-socials__link:hover,
.floating-socials__link:focus-visible {
  z-index: 2;
  transform: translateX(4px);
  border-color: rgba(255, 173, 77, 0.56);
  background: rgba(255, 122, 26, 0.12);
  color: var(--ember-hot);
}

.floating-socials__link::after {
  position: absolute;
  left: calc(100% + 0.45rem);
  max-width: 14rem;
  padding: 0.45rem 0.6rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(7, 7, 7, 0.88);
  color: var(--paper);
  content: attr(aria-label);
  font-size: 0.78rem;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-4px);
  transition: opacity 160ms ease, transform 160ms ease;
  white-space: nowrap;
}

.floating-socials__link:hover::after,
.floating-socials__link:focus-visible::after {
  opacity: 1;
  transform: translateX(0);
}

.nav-toggle {
  display: none;
  width: 2.6rem;
  height: 2.6rem;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--paper);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 1.1rem;
  height: 2px;
  margin: 0.24rem auto;
  border-radius: 999px;
  background: currentColor;
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 94svh;
  align-items: end;
  padding: 7.25rem clamp(1rem, 6vw, 5rem) 2.25rem;
  overflow: hidden;
}

.hero__backdrop {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(7, 7, 7, 0.93) 0%, rgba(7, 7, 7, 0.58) 46%, rgba(7, 7, 7, 0.82) 100%),
    linear-gradient(180deg, rgba(7, 7, 7, 0.08), rgba(7, 7, 7, 0.92)),
    url("media/hero-banner.jpg") center / cover no-repeat;
}

.hero::after {
  position: absolute;
  right: clamp(1rem, 5vw, 4rem);
  bottom: 2rem;
  z-index: -1;
  width: min(52vw, 44rem);
  height: min(38vw, 30rem);
  content: "";
  background: linear-gradient(135deg, rgba(255, 122, 26, 0.18), rgba(0, 166, 214, 0.08), rgba(127, 54, 217, 0.16));
  clip-path: polygon(0 50%, 28% 0, 100% 24%, 78% 100%, 24% 86%);
  opacity: 0.72;
}

.hero__content {
  width: min(47rem, 100%);
}

.hero__logo {
  width: min(13.5rem, 48vw);
  margin: 0 0 1.2rem;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.45));
}

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

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

h1,
h2 {
  font-family: "Transcend", Georgia, serif;
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: 0;
}

h1 {
  max-width: 12ch;
  margin-bottom: 1.1rem;
  font-size: clamp(3.35rem, 10vw, 8.6rem);
}

h2 {
  max-width: 13ch;
  margin-bottom: 0;
  font-size: clamp(2.55rem, 6vw, 5.8rem);
}

h3 {
  margin-bottom: 0.55rem;
  font-size: clamp(1.1rem, 1.8vw, 1.5rem);
}

.hero__copy {
  max-width: 42rem;
  margin-bottom: 1.65rem;
  color: rgba(247, 243, 237, 0.82);
  font-size: clamp(1rem, 1.7vw, 1.24rem);
  line-height: 1.7;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0.8rem 1.1rem;
  border-radius: 8px;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

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

.button--primary {
  border: 1px solid rgba(255, 173, 77, 0.52);
  background: linear-gradient(135deg, var(--ember), var(--ember-hot));
  color: #1a0b02;
  font-weight: 700;
}

.button--ghost {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.055);
  color: var(--paper);
}

.hero__signal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: clamp(2.2rem, 8vw, 7rem);
  color: rgba(247, 243, 237, 0.74);
}

.hero__signal span {
  padding: 0.62rem 0.82rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(7, 7, 7, 0.5);
  backdrop-filter: blur(12px);
  font-size: 0.88rem;
}

.section {
  padding: clamp(4.5rem, 9vw, 8rem) clamp(1rem, 6vw, 5rem);
}

.section__intro {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 5vw, 5rem);
  align-items: end;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.section__intro .eyebrow {
  align-self: start;
}

.studio {
  background:
    linear-gradient(180deg, rgba(255, 122, 26, 0.07), transparent 34%),
    var(--iron);
}

.studio__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(17rem, 0.62fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: stretch;
}

.studio__copy {
  display: grid;
  align-content: center;
  min-height: 21rem;
  padding: clamp(1.3rem, 4vw, 3rem);
  border-left: 2px solid var(--ember);
  background: linear-gradient(90deg, rgba(255, 122, 26, 0.1), rgba(255, 255, 255, 0.025));
}

.studio__copy p {
  max-width: 64rem;
  margin-bottom: 1.25rem;
  color: rgba(247, 243, 237, 0.79);
  line-height: 1.8;
}

.studio__copy p:last-child {
  margin-bottom: 0;
}

.studio__stats {
  display: grid;
  gap: 0.75rem;
  margin: 0;
}

.studio__stats div {
  display: grid;
  align-content: space-between;
  min-height: 7.25rem;
  padding: 1.1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.studio__stats dt {
  color: var(--cyan);
  font-size: 0.9rem;
}

.studio__stats dd {
  margin: 0;
  color: var(--paper);
  font-size: 1.1rem;
}

.team {
  background:
    linear-gradient(180deg, rgba(0, 166, 214, 0.08), transparent 42%),
    var(--ink);
}

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

.team-card,
.social-card,
.video-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: var(--shadow);
}

.team-card {
  overflow: hidden;
}

.team-card__image {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 122, 26, 0.12), rgba(0, 166, 214, 0.08), rgba(127, 54, 217, 0.14)),
    var(--steel);
}

.team-card__photo {
  width: 72%;
  height: 72%;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.4));
}

.team-card__photo--portrait {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: none;
}

.team-card__image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 45%, rgba(7, 7, 7, 0.7));
}

.team-card__body {
  padding: 1.05rem;
}

.team-card__role {
  margin-bottom: 0.85rem;
  color: var(--cyan);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.team-card p {
  color: rgba(247, 243, 237, 0.74);
  line-height: 1.65;
}

.media {
  background:
    linear-gradient(135deg, rgba(255, 122, 26, 0.08), rgba(127, 54, 217, 0.09) 55%, rgba(0, 166, 214, 0.05)),
    var(--steel);
}

.media-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.65fr);
  gap: 1rem;
}

.featured-video {
  display: grid;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #050505;
  box-shadow: var(--shadow);
}

.video-shell {
  aspect-ratio: 16 / 9;
  background: #000;
}

.video-shell video,
.video-shell iframe {
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.featured-video__body {
  padding: clamp(1.1rem, 3vw, 1.7rem);
}

.featured-video__body p:last-child {
  margin-bottom: 0;
  color: rgba(247, 243, 237, 0.74);
  line-height: 1.6;
}

.video-grid {
  display: grid;
  gap: 1rem;
}

.video-card {
  display: grid;
  gap: 0.8rem;
  align-content: space-between;
  min-height: 10rem;
  padding: 1rem;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.video-card:hover,
.video-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(255, 173, 77, 0.56);
  background: rgba(255, 255, 255, 0.07);
}

.video-card__source {
  color: var(--ember-hot);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.video-card__copy {
  color: rgba(247, 243, 237, 0.72);
  line-height: 1.55;
}

.socials {
  background: var(--ink);
}

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

.social-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.85rem;
  align-items: center;
  min-height: 5.4rem;
  padding: 1rem;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.social-card:hover,
.social-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(0, 166, 214, 0.56);
  background: rgba(255, 255, 255, 0.07);
}

.social-icon {
  display: inline-grid;
  place-items: center;
  background-color: currentColor;
  color: inherit;
  mask: var(--icon) center / contain no-repeat;
  -webkit-mask: var(--icon) center / contain no-repeat;
}

.social-icon {
  width: 1.2rem;
  height: 1.2rem;
}

.social-card__badge {
  display: inline-grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  padding: 0.58rem;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 122, 26, 0.95), rgba(0, 166, 214, 0.78), rgba(127, 54, 217, 0.88));
  color: var(--paper);
}

.social-card__badge .social-icon {
  width: 1.15rem;
  height: 1.15rem;
}

.social-card strong {
  display: block;
  margin-bottom: 0.15rem;
}

.social-card span:not(.social-card__badge):not(.social-card__arrow) {
  display: block;
  min-width: 0;
  overflow: hidden;
  color: rgba(247, 243, 237, 0.62);
  font-size: 0.85rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.social-card__arrow {
  color: var(--ember-hot);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem clamp(1rem, 6vw, 5rem);
  border-top: 1px solid var(--line);
  color: rgba(247, 243, 237, 0.68);
  background: #050505;
}

.site-footer img {
  width: 2.35rem;
  height: 2.35rem;
  object-fit: contain;
}

.site-footer p {
  margin: 0;
}

.site-footer a,
.report-brand {
  color: var(--ember-hot);
  text-decoration: none;
}

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

.bug-report-page {
  min-height: 100svh;
  background:
    linear-gradient(90deg, rgba(7, 7, 7, 0.92), rgba(7, 7, 7, 0.66), rgba(7, 7, 7, 0.9)),
    linear-gradient(180deg, rgba(255, 122, 26, 0.12), rgba(0, 166, 214, 0.06)),
    url("media/hero-banner.jpg") center / cover fixed;
}

.report-shell {
  display: grid;
  min-height: 100svh;
  padding: clamp(1rem, 4vw, 3rem);
}

.report-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  width: fit-content;
  height: fit-content;
  color: var(--paper);
  text-transform: uppercase;
  font-size: 0.82rem;
}

.report-brand img {
  width: 2.2rem;
  height: 2.2rem;
  object-fit: contain;
}

.report-panel {
  align-self: center;
  width: min(58rem, 100%);
  margin: 2rem auto;
  padding: clamp(1.1rem, 4vw, 2rem);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(7, 7, 7, 0.82);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.report-panel__intro {
  margin-bottom: clamp(1.4rem, 3vw, 2rem);
}

.report-panel h1 {
  max-width: none;
  margin-bottom: 0.9rem;
  font-size: clamp(2.6rem, 6vw, 5rem);
}

.report-panel__intro p:last-child {
  max-width: 44rem;
  margin-bottom: 0;
  color: rgba(247, 243, 237, 0.76);
  line-height: 1.7;
}

.bug-form {
  display: grid;
  gap: 1rem;
}

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

.bug-form label {
  display: grid;
  gap: 0.45rem;
}

.bug-form label span {
  color: rgba(247, 243, 237, 0.72);
  font-size: 0.84rem;
}

.bug-form input,
.bug-form select,
.bug-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  color: var(--paper);
  outline: none;
  transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.bug-form input,
.bug-form select {
  min-height: 2.9rem;
  padding: 0 0.82rem;
}

.bug-form textarea {
  min-height: 8rem;
  padding: 0.82rem;
  resize: vertical;
}

.bug-form input:focus,
.bug-form select:focus,
.bug-form textarea:focus {
  border-color: rgba(255, 173, 77, 0.68);
  background: rgba(255, 255, 255, 0.095);
  box-shadow: 0 0 0 3px rgba(255, 122, 26, 0.16);
}

.bug-form select option {
  background: var(--iron);
  color: var(--paper);
}

.bug-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 1rem;
  align-items: center;
}

.bug-form button:disabled {
  cursor: wait;
  opacity: 0.7;
}

.bug-form__status {
  min-height: 1.5rem;
  margin: 0;
  color: rgba(247, 243, 237, 0.72);
  line-height: 1.5;
}

.bug-form__status[data-status="success"] {
  color: var(--ember-hot);
}

.bug-form__status[data-status="error"] {
  color: #ff8e8e;
}

.survey-panel {
  width: min(72rem, 100%);
}

.survey-form {
  gap: 1.35rem;
}

.survey-form fieldset {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.survey-form legend {
  padding: 0 0.45rem;
  color: var(--ember-hot);
  font-family: "Transcend", "Poppins", system-ui, sans-serif;
  font-size: 1.35rem;
}

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

.rating-control {
  display: grid;
  gap: 0.7rem;
  padding: 0.9rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.rating-control > span {
  color: rgba(247, 243, 237, 0.82);
}

.rating-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.rating-option {
  position: relative;
}

.rating-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.rating-option span {
  display: grid;
  place-items: center;
  min-width: 2.15rem;
  height: 2.15rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(247, 243, 237, 0.78);
  cursor: pointer;
  font-weight: 700;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.rating-option input:checked + span {
  border-color: rgba(255, 173, 77, 0.9);
  background: var(--ember);
  color: var(--ink);
}

.rating-option input:focus-visible + span,
.rating-option span:hover {
  border-color: var(--ember-hot);
  transform: translateY(-1px);
}

.rating-control small {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(247, 243, 237, 0.62);
  font-size: 0.78rem;
}

.check-row {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 0.65rem;
  color: rgba(247, 243, 237, 0.78);
}

.check-row input {
  width: 1.05rem;
  height: 1.05rem;
  margin-top: 0.2rem;
  accent-color: var(--ember);
}

.admin-panel {
  max-width: 42rem;
}

.reveal {
  transform: translateY(0);
  opacity: 1;
  transition: transform 520ms ease, opacity 520ms ease;
}

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

@media (max-width: 1040px) {
  .team-grid,
  .social-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .media-layout,
  .studio__grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 720px) {
  body {
    padding-left: 2.7rem;
  }

  .site-header {
    padding: 0.75rem 1rem 0.75rem 0.75rem;
  }

  .floating-socials {
    top: 5rem;
    left: 0.42rem;
    gap: 0.34rem;
    transform: none;
  }

  .floating-socials__link {
    width: 1.95rem;
    height: 1.95rem;
  }

  .floating-socials__link::after {
    display: none;
  }

  .social-icon {
    width: 0.92rem;
    height: 0.92rem;
  }

  .nav-toggle {
    position: relative;
    z-index: 60;
    display: block;
  }

  .site-nav {
    position: fixed;
    inset: 0;
    z-index: 55;
    display: grid;
    place-content: center;
    gap: 1rem;
    transform: translateY(-100%);
    background: rgba(7, 7, 7, 0.96);
    transition: transform 220ms ease;
  }

  body.nav-open .site-nav {
    transform: translateY(0);
  }

  .site-nav a {
    font-size: 1.6rem;
  }

  .hero {
    min-height: 92svh;
    padding: 6.5rem 1rem 1.5rem;
  }

  .hero__logo {
    width: min(12rem, 58vw);
  }

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

  .section {
    padding: 4.25rem 1rem;
  }

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

  .team-grid,
  .social-grid {
    grid-template-columns: 1fr;
  }

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

  .footer-links {
    justify-content: flex-start;
  }

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

@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;
  }

  .reveal {
    transform: none;
    opacity: 1;
  }
}
