:root {
  --bg: #05070d;
  --bg-2: #080d14;
  --surface: rgba(12, 18, 26, 0.78);
  --surface-2: rgba(18, 28, 38, 0.7);
  --text: #f6fbff;
  --muted: #aab7c4;
  --dim: #6f7f8e;
  --line: rgba(214, 232, 255, 0.16);
  --green: #72ff83;
  --cyan: #7de4ff;
  --amber: #f0c96a;
  --rose: #ff7bbd;
  --ink: #071017;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.4);
  --radius: 8px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background:
    linear-gradient(180deg, rgba(5, 7, 13, 0.72), #05070d 38%, #06080d 100%),
    #05070d;
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -5;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(120deg, rgba(114, 255, 131, 0.08), transparent 34%),
    linear-gradient(250deg, rgba(125, 228, 255, 0.08), transparent 36%),
    linear-gradient(180deg, transparent, rgba(240, 201, 106, 0.035) 55%, transparent);
}

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

img {
  max-width: 100%;
  height: auto;
}

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

.screen-reader-text,
.skip-link,
.hp-field {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.skip-link:focus {
  z-index: 80;
  top: 1rem;
  left: 1rem;
  width: auto;
  height: auto;
  padding: 0.8rem 1rem;
  clip: auto;
  border-radius: var(--radius);
  background: var(--text);
  color: var(--ink);
}

#field,
.lab-vignette,
.grain {
  position: fixed;
  pointer-events: none;
}

#field {
  inset: 0;
  z-index: -6;
  width: 100vw;
  height: 100vh;
  background: var(--bg);
  transform: translateZ(0);
}

.lab-vignette {
  inset: 0;
  z-index: -4;
  background:
    linear-gradient(90deg, rgba(5, 7, 13, 0.86), transparent 28%, transparent 72%, rgba(5, 7, 13, 0.82)),
    linear-gradient(180deg, rgba(5, 7, 13, 0.08), transparent 42%, rgba(5, 7, 13, 0.94));
}

.grain {
  inset: 0;
  z-index: -3;
  opacity: 0.1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(180deg, black, transparent 92%);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  padding: 1rem clamp(1rem, 4vw, 3rem);
  color: rgba(246, 251, 255, 0.94);
}

.brand,
.nav,
.tiny-action {
  display: inline-flex;
  align-items: center;
  min-height: 2.35rem;
  border: 1px solid var(--line);
  background: rgba(5, 9, 14, 0.72);
  backdrop-filter: blur(14px);
}

.brand {
  gap: 0.6rem;
  padding: 0 0.9rem;
  border-radius: 999px;
  font-weight: 900;
}

.brand-mark {
  width: 0.72rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green), var(--cyan));
  box-shadow: 0 0 1.2rem rgba(114, 255, 131, 0.44);
}

.nav {
  justify-self: center;
  gap: 0.15rem;
  padding: 0.2rem;
  border-radius: 999px;
}

.nav ul {
  display: flex;
  gap: 0.15rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav a,
.tiny-action,
.sticky-cta {
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 850;
}

.nav a {
  display: inline-flex;
  padding: 0.5rem 0.78rem;
}

.nav a:hover,
.tiny-action:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
}

.tiny-action {
  justify-self: end;
  padding: 0 0.95rem;
}

.sticky-cta {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 40;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0 1rem;
  color: var(--ink);
  background: linear-gradient(135deg, var(--green), var(--cyan));
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.38);
}

.section-shell {
  width: min(100% - 2rem, var(--container));
  margin-inline: auto;
  padding-block: clamp(4.5rem, 8vw, 7rem);
}

.clarity-main .section-shell {
  padding-block: clamp(3.2rem, 6vw, 5rem);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 8rem clamp(1rem, 4vw, 3rem) 5rem;
  overflow: hidden;
}

.clarity-hero {
  min-height: min(88svh, 860px);
  padding-bottom: clamp(3rem, 6vw, 4.5rem);
}

.hero::before,
.hero::after {
  position: absolute;
  pointer-events: none;
  content: "";
  border-radius: 999px;
}

.hero::before {
  width: min(54rem, 82vw);
  aspect-ratio: 1;
  border: 1px solid rgba(114, 255, 131, 0.13);
  box-shadow: inset 0 0 5rem rgba(114, 255, 131, 0.04);
  animation: slow-spin 36s linear infinite;
}

.hero::after {
  width: min(24rem, 50vw);
  aspect-ratio: 1;
  border: 1px dashed rgba(125, 228, 255, 0.18);
  animation: slow-spin 24s linear infinite reverse;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(100%, 76rem);
  min-width: 0;
  text-align: center;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

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

h1 {
  max-width: 78rem;
  margin: 0 auto 1.35rem;
  font-size: clamp(3rem, 7vw, 6.2rem);
  line-height: 0.92;
  font-weight: 900;
  overflow-wrap: break-word;
}

.headline-part {
  display: inline;
}

h2 {
  max-width: 58rem;
  margin-bottom: 0;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 0.98;
  font-weight: 900;
  overflow-wrap: break-word;
}

h3 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  line-height: 1.08;
}

.hero-line,
.page-hero p,
.section-head + p,
.console-copy p,
.lead-copy p,
.split-card p,
.micro-card p,
.service-card p,
.case-card p,
.process-step p,
.faq-list p {
  color: var(--muted);
  line-height: 1.65;
}

.hero-line {
  width: min(100%, 48rem);
  margin: 0 auto 1.7rem;
  font-size: clamp(1.05rem, 1.8vw, 1.32rem);
}

.clarity-hero .hero-line {
  width: min(100%, 43rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0 1.1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 900;
  font-size: 0.94rem;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.button.primary {
  color: var(--ink);
  background: linear-gradient(135deg, var(--green), var(--cyan));
  box-shadow: 0 0 3rem rgba(114, 255, 131, 0.2);
}

.button.ghost {
  color: var(--text);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
}

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

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
  margin-top: 1.3rem;
}

.hero-proof span,
.orbit-label,
.service-price,
.case-card span,
.automation-card span,
.process-step span {
  display: inline-flex;
  align-items: center;
  min-height: 1.8rem;
  padding: 0 0.62rem;
  border: 1px solid rgba(214, 232, 255, 0.16);
  border-radius: 999px;
  color: rgba(246, 251, 255, 0.74);
  background: rgba(7, 12, 18, 0.7);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.lab-panel {
  position: absolute;
  z-index: 3;
  right: clamp(1rem, 4vw, 3rem);
  bottom: clamp(2rem, 8vw, 5rem);
  width: min(18rem, calc(100% - 2rem));
  padding: 0.75rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
  contain: layout paint style;
}

.panel-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 0.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--muted);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.panel-row:last-child {
  border-bottom: 0;
}

.panel-row strong {
  color: var(--text);
}

.signal-ring {
  position: absolute;
  z-index: 0;
  width: min(39rem, 74vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    conic-gradient(from 0deg, transparent, rgba(114, 255, 131, 0.18), transparent 28%, rgba(125, 228, 255, 0.12), transparent 48%),
    radial-gradient(circle, transparent 58%, rgba(114, 255, 131, 0.1) 59%, transparent 60%);
  opacity: 0.72;
  animation: slow-spin 20s linear infinite;
  will-change: transform;
}

.orbit-label {
  position: absolute;
  z-index: 3;
  display: none;
}

.label-one { top: 27%; left: 12%; }
.label-two { top: 31%; right: 14%; }
.label-three { bottom: 24%; left: 16%; }
.label-four { bottom: 32%; right: 24%; }

.ticker {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.35);
  color: rgba(246, 251, 255, 0.68);
}

.ticker-track {
  display: flex;
  width: max-content;
  gap: clamp(1.2rem, 4vw, 4rem);
  padding: 1rem clamp(1rem, 4vw, 3rem);
  white-space: nowrap;
  animation: marquee 36s linear infinite;
}

.ticker span {
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.section-head {
  width: min(100%, 62rem);
  margin-bottom: 2rem;
}

.problem-band,
.solution-band,
.services-band,
.results-band,
.roi-band,
.automation-band,
.process-band,
.cases-band,
.trust-band,
.faq-band,
.lead-band,
.page-hero,
.content-split {
  content-visibility: auto;
  contain-intrinsic-size: 900px;
}

.problem-grid,
.result-grid,
.service-grid,
.automation-grid,
.process-grid,
.case-grid,
.trust-grid {
  display: grid;
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.problem-grid,
.trust-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.service-grid,
.result-grid,
.case-grid {
 grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

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

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

.micro-card,
.result-card,
.service-card,
.automation-card,
.process-step,
.case-card,
.split-card,
.lead-form,
.console {
  background:
    linear-gradient(145deg, rgba(114, 255, 131, 0.04), transparent 44%),
    var(--surface);
  border-radius: 0;
}

.micro-card,
.result-card,
.service-card,
.automation-card,
.process-step,
.case-card {
  min-height: 14rem;
  padding: clamp(1.15rem, 2.4vw, 1.8rem);
}

.micro-card h3,
.result-card h3,
.service-card h3,
.automation-card h3,
.process-step h3,
.case-card h3 {
  margin-top: 1rem;
}

.micro-card p,
.result-card p,
.service-card p,
.case-card p,
.process-step p {
  margin-bottom: 0;
}

.status-dot {
  display: block;
  width: 0.72rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 1.2rem rgba(240, 201, 106, 0.42);
}

.solution-band,
.content-split,
.lead-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(19rem, 0.82fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
}

.console {
  overflow: hidden;
  border: 1px solid rgba(125, 228, 255, 0.18);
  border-radius: var(--radius);
  box-shadow: 0 0 4rem rgba(114, 255, 131, 0.08);
  contain: layout paint style;
}

.console-top {
  display: flex;
  gap: 0.45rem;
  padding: 0.9rem;
  border-bottom: 1px solid var(--line);
}

.console-top span {
  width: 0.65rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--dim);
}

.console-top span:first-child {
  background: var(--green);
}

pre {
  margin: 0;
  padding: clamp(1.1rem, 3vw, 2rem);
  color: #d7ffd9;
  font: 750 1.05rem / 1.9 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  white-space: pre-wrap;
}

.service-card {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.result-card {
  position: relative;
  min-height: 12rem;
}

.result-card::before {
  display: block;
  width: 2.35rem;
  height: 0.18rem;
  margin-bottom: 1.2rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--cyan));
  content: "";
}

.roi-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.72fr);
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.roi-calculator,
.roi-output {
  display: grid;
  gap: 1rem;
  padding: clamp(1.2rem, 3vw, 2rem);
  background:
    linear-gradient(145deg, rgba(125, 228, 255, 0.045), transparent 48%),
    var(--surface);
}

.roi-calculator label {
  display: grid;
  gap: 0.5rem;
  color: rgba(246, 251, 255, 0.84);
  font-size: 0.9rem;
  font-weight: 850;
}

.roi-calculator input {
  width: 100%;
  min-height: 3rem;
  padding: 0.8rem 0.9rem;
  border: 1px solid rgba(214, 232, 255, 0.16);
  border-radius: var(--radius);
  outline: none;
  background: rgba(3, 7, 11, 0.7);
  color: var(--text);
}

.roi-calculator input[type="range"] {
  min-height: auto;
  padding: 0;
  accent-color: var(--green);
}

.range-value,
.roi-note {
  color: var(--muted);
  line-height: 1.55;
}

.roi-output {
  align-content: start;
}

.roi-metric {
  display: grid;
  gap: 0.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.roi-metric span {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 850;
}

.roi-metric strong {
  color: var(--text);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1;
}

.service-card ul,
.case-card ul,
.check-list,
.trust-list {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted);
  line-height: 1.55;
}

.text-link {
  margin-top: auto;
  color: var(--green);
  font-weight: 900;
}

.automation-card {
  min-height: 11rem;
}

.case-card strong {
  display: block;
  margin-top: 1rem;
  color: var(--amber);
  line-height: 1.45;
}

.case-card p + p,
.split-card p + p {
  margin-top: 0.9rem;
}

.case-card .check-list {
  margin-top: 1rem;
}

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

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

.final-cta {
  display: grid;
  place-items: center;
  border-top: 1px solid var(--line);
  text-align: center;
}

.final-cta-copy {
  display: grid;
  width: 100%;
  max-width: 46rem;
  min-width: 0;
  justify-items: center;
  overflow-wrap: break-word;
}

.final-cta-copy > * {
  max-width: 100%;
}

.final-cta-copy p {
  color: var(--muted);
  line-height: 1.65;
}

.faq-list {
  display: grid;
  gap: 0.75rem;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.faq-list summary {
  cursor: pointer;
  padding: 1.15rem 1.25rem;
  color: var(--text);
  font-weight: 900;
}

.faq-list p {
  margin: 0;
  padding: 0 1.25rem 1.25rem;
}

.page-hero {
  min-height: 58svh;
  display: grid;
  align-items: end;
  padding-top: 9rem;
}

.page-hero h1 {
  margin-inline: 0;
  text-align: left;
}

.page-hero-copy {
  width: min(100%, 72rem);
}

.page-hero .hero-actions {
  justify-content: flex-start;
}

.split-card {
  padding: clamp(1.3rem, 3vw, 2rem);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.lead-band {
  align-items: start;
  border-top: 1px solid var(--line);
}

.lead-copy {
  position: sticky;
  top: 6rem;
}

.lead-form {
  display: grid;
  gap: 1rem;
  padding: clamp(1.2rem, 3vw, 1.8rem);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

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

.lead-form label {
  display: grid;
  gap: 0.45rem;
  color: rgba(246, 251, 255, 0.84);
  font-size: 0.9rem;
  font-weight: 800;
}

.lead-form input,
.lead-form textarea,
.lead-form select {
  width: 100%;
  min-height: 3rem;
  padding: 0.8rem 0.9rem;
  border: 1px solid rgba(214, 232, 255, 0.16);
  border-radius: var(--radius);
  outline: none;
  background: rgba(3, 7, 11, 0.7);
  color: var(--text);
}

.lead-form textarea {
  min-height: 7rem;
  resize: vertical;
}

.lead-form input:focus,
.lead-form textarea:focus,
.lead-form select:focus {
  border-color: rgba(125, 228, 255, 0.56);
  box-shadow: 0 0 0 3px rgba(125, 228, 255, 0.12);
}

.checkline {
  grid-template-columns: auto 1fr;
  align-items: start;
}

.checkline input {
  width: 1.1rem;
  min-height: 1.1rem;
  margin-top: 0.2rem;
}

.form-notice {
  margin: 0;
  padding: 0.85rem 1rem;
  border-radius: var(--radius);
  font-weight: 850;
}

.form-notice.success {
  background: rgba(114, 255, 131, 0.12);
  border: 1px solid rgba(114, 255, 131, 0.24);
}

.form-notice.error {
  background: rgba(255, 123, 189, 0.12);
  border: 1px solid rgba(255, 123, 189, 0.28);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 1.25rem;
  padding: 1.5rem clamp(1rem, 4vw, 3rem);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.9rem;
}

.site-footer div {
  display: grid;
  gap: 0.2rem;
}

.site-footer strong,
.footer-mail {
  color: var(--text);
}

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

.site-footer a {
  font-weight: 850;
}

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

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

.magnetic,
.tilt-card {
  will-change: transform;
}

.perf-lite .brand,
.perf-lite .nav,
.perf-lite .tiny-action,
.perf-lite .button.ghost,
.perf-lite .lab-panel,
.perf-lite .orbit-label {
  backdrop-filter: none;
}

.perf-lite .grain {
  opacity: 0.08;
}

.perf-lite .hero::before,
.perf-lite .hero::after,
.perf-lite .signal-ring {
  animation-duration: 72s;
}

@keyframes slow-spin {
  to { transform: rotate(1turn); }
}

@keyframes marquee {
  to { transform: translateX(-50%); }
}

@media (max-width: 1120px) {
  .problem-grid,
  .trust-grid,
  .compact-grid,
  .trust-grid.compact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 920px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .nav {
    display: none;
  }

  .hero {
    place-items: start center;
    min-height: auto;
    padding-top: 8rem;
  }

  .lab-panel {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 2rem;
  }

  .orbit-label {
    display: none;
  }

	  .solution-band,
	  .content-split,
	  .lead-band,
	  .roi-layout,
	  .result-grid,
	  .service-grid,
	  .case-grid {
	    grid-template-columns: 1fr;
  }

  .lead-copy {
    position: static;
  }

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

@media (max-width: 640px) {
  .site-header {
    padding: 0.85rem;
  }

  .brand {
    max-width: 56vw;
  }

  .hero-copy {
    width: min(100%, calc(100vw - 2rem));
  }

  h1 {
    max-width: 18.5rem;
    font-size: clamp(1.95rem, 7.2vw, 2.25rem);
    line-height: 1.04;
  }

  .headline-part {
    display: block;
  }

  h2 {
    max-width: 21rem;
    font-size: clamp(1.8rem, 7vw, 2.2rem);
    line-height: 1.08;
  }

  .hero-line {
    width: min(100%, 18.5rem);
    font-size: 1rem;
  }

  .clarity-hero .hero-line {
    width: min(100%, 18.5rem);
  }

	  .hero-actions,
	  .form-grid,
	  .problem-grid,
	  .result-grid,
	  .automation-grid,
	  .process-grid,
	  .trust-grid,
	  .compact-grid,
	  .trust-grid.compact-grid {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    width: min(100%, 18.5rem);
    margin-inline: auto;
  }

  .hero-proof {
    flex-direction: column;
    align-items: center;
  }

  .hero-proof span {
    max-width: calc(100vw - 2rem);
    justify-content: center;
    text-align: center;
  }

  .button {
    width: 100%;
  }

  .sticky-cta {
    display: none;
  }

  .site-footer {
    padding-bottom: 1.5rem;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  #field {
    opacity: 0.62;
  }

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