:root {
  --bg-1: #05070d;
  --bg-2: #0b1422;
  --ink: #ecf2ff;
  --muted: #afbdd4;
  --line: rgba(180, 210, 255, 0.2);
  --glass: rgba(12, 21, 37, 0.62);
  --fire: #ff6a1f;
  --fire-soft: #ff9f45;
  --aether: #57e7d5;
  --gold: #f4d27a;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  font-family: "Space Grotesk", sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at 15% 10%, #13253e 0%, var(--bg-1) 40%),
    linear-gradient(165deg, var(--bg-1) 0%, var(--bg-2) 65%, #091119 100%);
  overflow-x: hidden;
}

body.is-live {
  background: radial-gradient(circle at 15% 10%, #25154a 0%, var(--bg-1) 40%),
    linear-gradient(165deg, #0c0718 0%, #170b32 65%, #10051f 100%);
}

.bg-embers {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.bg-embers span {
  position: absolute;
  bottom: -24px;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 231, 183, 1) 0%, rgba(255, 138, 61, 0.9) 60%, rgba(255, 106, 31, 0) 100%);
  box-shadow: 0 0 9px rgba(255, 132, 60, 0.75);
  animation: emberFloat linear infinite;
}

body.is-live .bg-embers span {
  background: radial-gradient(circle, rgba(241, 232, 255, 1) 0%, rgba(183, 132, 255, 0.92) 60%, rgba(124, 58, 237, 0) 100%);
  box-shadow: 0 0 9px rgba(169, 112, 255, 0.82);
}

.bg-embers span:nth-child(1) {
  left: 4%;
  width: 3px;
  height: 3px;
  animation-duration: 6.2s;
  animation-delay: -0.3s;
}

.bg-embers span:nth-child(2) {
  left: 10%;
  width: 5px;
  height: 5px;
  animation-duration: 8.8s;
  animation-delay: -2.1s;
}

.bg-embers span:nth-child(3) {
  left: 16%;
  animation-duration: 7.5s;
  animation-delay: -4.2s;
}

.bg-embers span:nth-child(4) {
  left: 23%;
  width: 3px;
  height: 3px;
  animation-duration: 9.1s;
  animation-delay: -1.8s;
}

.bg-embers span:nth-child(5) {
  left: 29%;
  width: 6px;
  height: 6px;
  animation-duration: 7.9s;
  animation-delay: -5.3s;
}

.bg-embers span:nth-child(6) {
  left: 35%;
  animation-duration: 6.8s;
  animation-delay: -3.6s;
}

.bg-embers span:nth-child(7) {
  left: 42%;
  width: 3px;
  height: 3px;
  animation-duration: 8.5s;
  animation-delay: -0.8s;
}

.bg-embers span:nth-child(8) {
  left: 49%;
  animation-duration: 7.2s;
  animation-delay: -2.7s;
}

.bg-embers span:nth-child(9) {
  left: 56%;
  width: 5px;
  height: 5px;
  animation-duration: 9.8s;
  animation-delay: -4.1s;
}

.bg-embers span:nth-child(10) {
  left: 63%;
  width: 3px;
  height: 3px;
  animation-duration: 6.9s;
  animation-delay: -1.2s;
}

.bg-embers span:nth-child(11) {
  left: 69%;
  animation-duration: 8.2s;
  animation-delay: -5.8s;
}

.bg-embers span:nth-child(12) {
  left: 75%;
  width: 5px;
  height: 5px;
  animation-duration: 7.6s;
  animation-delay: -2.4s;
}

.bg-embers span:nth-child(13) {
  left: 82%;
  width: 3px;
  height: 3px;
  animation-duration: 8.9s;
  animation-delay: -0.9s;
}

.bg-embers span:nth-child(14) {
  left: 88%;
  animation-duration: 6.6s;
  animation-delay: -4.6s;
}

.bg-embers span:nth-child(15) {
  left: 93%;
  width: 5px;
  height: 5px;
  animation-duration: 9.4s;
  animation-delay: -1.7s;
}

.bg-embers span:nth-child(16) {
  left: 97%;
  width: 3px;
  height: 3px;
  animation-duration: 7.1s;
  animation-delay: -3.9s;
}

.bg-aurora {
  position: fixed;
  inset: -20%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 80% 30%, rgba(87, 231, 213, 0.18), transparent 45%),
    radial-gradient(circle at 20% 70%, rgba(255, 106, 31, 0.2), transparent 35%),
    radial-gradient(circle at 45% 15%, rgba(244, 210, 122, 0.12), transparent 30%);
  filter: blur(10px);
  animation: drift 16s ease-in-out infinite alternate;
}

body.is-live .bg-aurora {
  background:
    radial-gradient(circle at 80% 30%, rgba(169, 112, 255, 0.28), transparent 45%),
    radial-gradient(circle at 20% 70%, rgba(124, 58, 237, 0.26), transparent 35%),
    radial-gradient(circle at 45% 15%, rgba(221, 195, 255, 0.16), transparent 30%);
}

.bg-grid {
  position: fixed;
  inset: 0;
  background-image: linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 56px 56px;
  opacity: 0.08;
  z-index: 0;
  pointer-events: none;
  mask-image: radial-gradient(circle at center, black 30%, transparent 90%);
}

.site-header,
main {
  position: relative;
  z-index: 2;
}

.section {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  margin: 1rem auto;
  width: min(1120px, calc(100% - 2rem));
  padding: 0.8rem 1rem;
  border-radius: 999px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  backdrop-filter: blur(8px);
  background: rgba(12, 21, 37, 0.86);
  border: 1px solid rgba(124, 174, 255, 0.26);
  box-shadow: 0 12px 36px rgba(3, 8, 17, 0.56);
  isolation: isolate;
  z-index: 30;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.58rem;
  text-decoration: none;
  color: #fff;
  font-family: "Unbounded", sans-serif;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-seal {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(120deg, var(--fire), var(--gold));
  box-shadow: 0 8px 24px rgba(255, 106, 31, 0.35);
}

body.is-live .brand-seal {
  background: linear-gradient(120deg, #6d28d9, #a970ff, #d8c4ff);
  box-shadow: 0 8px 24px rgba(145, 70, 255, 0.5);
}

.brand-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.brand-fallback {
  display: none;
  place-items: center;
  width: 100%;
  height: 100%;
  color: #1a0f08;
  font-family: "Unbounded", sans-serif;
  font-weight: 900;
}

.main-nav {
  display: flex;
  gap: 1rem;
}

.main-nav a {
  color: var(--ink);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.92rem;
  opacity: 0.88;
}

.main-nav a[aria-current="page"] {
  color: var(--gold);
}

body.is-live .main-nav a[aria-current="page"] {
  color: #c4b5fd;
}

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

.nav-more {
  position: relative;
  width: max-content;
}

.nav-more summary {
  color: var(--ink);
  cursor: pointer;
  font-size: 0.92rem;
  font-weight: 700;
  list-style: none;
  opacity: 0.88;
}

.nav-more summary::-webkit-details-marker {
  display: none;
}

.nav-more summary::after {
  content: "+";
  display: inline-block;
  margin-left: 0.35rem;
  color: var(--gold);
  transition: transform 220ms ease;
}

.nav-more[open] summary {
  color: var(--aether);
}

.nav-more[open] summary::after {
  transform: rotate(45deg);
}

.nav-more-menu {
  position: absolute;
  top: calc(100% + 0.75rem);
  right: 0;
  z-index: 40;
  display: grid;
  width: 100%;
  padding: 0.45rem;
  border: 1px solid rgba(124, 174, 255, 0.28);
  border-radius: 10px;
  background: rgba(12, 21, 37, 0.98);
  box-shadow: 0 16px 36px rgba(3, 8, 17, 0.56);
}

.main-nav .nav-more-menu a {
  padding: 0.65rem 0.7rem;
  border-radius: 7px;
  color: var(--ink);
  font-size: 0.85rem;
  opacity: 1;
  overflow-wrap: anywhere;
}

.main-nav .nav-more-menu a:hover,
.main-nav .nav-more-menu a:focus-visible {
  color: var(--gold);
  background: rgba(255, 190, 104, 0.1);
  outline: none;
}

.profile-hero {
  min-height: calc(100vh - 92px);
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  align-items: center;
  gap: 1.35rem;
  padding: 2.8rem 0 3.4rem;
  position: relative;
}

.avatar-wrap {
  width: 305px;
  aspect-ratio: 1;
  justify-self: center;
  position: relative;
  display: grid;
  place-items: center;
}

.twitch-live-badge {
  position: absolute;
  z-index: 3;
  top: -0.7rem;
  left: 50%;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  width: max-content;
  max-width: calc(100% - 1rem);
  transform: translateX(-50%);
  padding: 0.5rem 0.7rem;
  border: 1px solid rgba(255, 89, 89, 0.72);
  border-radius: 999px;
  background: rgba(87, 15, 24, 0.92);
  box-shadow: 0 8px 24px rgba(255, 57, 57, 0.26);
  color: #fff1f1;
  font-size: 0.72rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.twitch-live-badge[hidden] {
  display: none !important;
}

.twitch-live-badge:hover {
  color: #fff;
  border-color: #ff9d9d;
}

.twitch-live-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #ff5959;
  box-shadow: 0 0 0 0 rgba(255, 89, 89, 0.7);
  animation: livePulse 1.6s ease-out infinite;
}

.avatar-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(
    from 120deg,
    rgba(255, 184, 104, 0.98),
    rgba(255, 106, 31, 0.96),
    rgba(255, 73, 25, 0.92),
    rgba(255, 171, 79, 0.97),
    rgba(255, 209, 132, 0.96),
    rgba(255, 106, 31, 0.97)
  );
  filter: drop-shadow(0 0 14px rgba(255, 106, 31, 0.55));
  animation: spin 16s linear infinite;
}

.avatar-ring::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid rgba(255, 163, 83, 0.6);
  filter: blur(3px);
  animation: flamePulse 1.9s ease-in-out infinite;
}

.avatar-wrap.is-live .avatar-ring {
  background: conic-gradient(
    from 120deg,
    #a970ff,
    #7c3aed,
    #5b21b6,
    #8b5cf6,
    #c4b5fd,
    #7c3aed
  );
  filter: drop-shadow(0 0 16px rgba(145, 70, 255, 0.72));
}

.avatar-wrap.is-live .avatar-ring::after {
  border-color: rgba(190, 150, 255, 0.78);
}

.avatar-core {
  position: relative;
  width: 282px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}

.avatar-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.avatar-fallback {
  position: absolute;
  inset: 0;
  display: none;
  place-items: center;
  font-family: "Unbounded", sans-serif;
  font-size: 7rem;
  font-weight: 900;
  color: #eff7ff;
  text-shadow: 0 0 20px rgba(226, 238, 255, 0.4);
}

.avatar-runes {
  position: absolute;
  bottom: -2.5rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: calc(0.65rem + 2px);
  color: var(--aether);
}

.profile-copy {
  padding: 1rem;
}

.profile-copy h1,
.profile-copy h2,
.profile-copy h3 {
  font-family: "Unbounded", sans-serif;
  margin: 0;
  line-height: 1.1;
}

.profile-copy h1 {
  font-size: clamp(2.1rem, 6.8vw, 4.9rem);
  max-width: 13ch;
}

.profile-copy p {
  color: var(--muted);
  max-width: 58ch;
  font-size: clamp(1rem, 2.4vw, 1.12rem);
  line-height: 1.65;
}

.rune {
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.7rem;
  color: var(--aether);
  margin: 0;
}

.social-row {
  margin-top: 1rem;
  display: flex;
  gap: 0.7rem;
}

.social-row a {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  text-decoration: none;
  font-weight: 800;
  color: #d6e5ff;
  border: 1px solid rgba(130, 182, 255, 0.45);
  background: rgba(11, 19, 33, 0.45);
  transition: transform 220ms ease, border-color 220ms ease;
}

.social-row a:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 190, 104, 0.78);
}

.social-row a img {
  width: 20px;
  height: 20px;
  display: block;
}

.profile-hero:has(.avatar-wrap.is-live) .twitch-social-link {
  border-color: rgba(169, 112, 255, 0.9);
  background: rgba(124, 58, 237, 0.22);
  box-shadow: 0 0 0 0 rgba(169, 112, 255, 0.58);
  animation: twitchLiveGlow 1.8s ease-out infinite;
}

.profile-hero:has(.avatar-wrap.is-live) .twitch-social-link img {
  filter: drop-shadow(0 0 5px rgba(213, 187, 255, 0.95));
}

.projects-main {
  padding: 2.4rem 0 3.4rem;
}

.projects-hero {
  max-width: 860px;
  margin-bottom: 1.4rem;
}

.projects-hero h1 {
  margin: 0;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(1.8rem, 5.2vw, 3rem);
  line-height: 1.1;
}

.projects-hero p {
  color: var(--muted);
  line-height: 1.6;
}

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

.project-card {
  display: grid;
  gap: 1rem;
  align-content: start;
  padding: 1rem;
  border-radius: 16px;
  border: 1px solid rgba(124, 174, 255, 0.26);
  background: linear-gradient(180deg, rgba(17, 26, 42, 0.88), rgba(12, 21, 37, 0.68));
  box-shadow: 0 14px 36px rgba(3, 8, 17, 0.4);
}

.project-logo-wrap {
  width: 100%;
  height: 220px;
  overflow: hidden;
  position: relative;
  border-radius: 12px;
  border: 1px solid rgba(124, 174, 255, 0.24);
  background: rgba(8, 14, 25, 0.64);
  padding: 0.9rem;
}

.project-logo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.project-content h2 {
  margin: 0;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(1.1rem, 2.8vw, 1.45rem);
}

.project-content p {
  color: var(--muted);
  line-height: 1.65;
  margin: 0.6rem 0 1rem;
}

.project-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #101826;
  font-weight: 800;
  background: linear-gradient(120deg, var(--gold), #ffd897);
  border: 1px solid rgba(255, 227, 170, 0.7);
  border-radius: 10px;
  padding: 0.6rem 0.9rem;
  transition: transform 220ms ease, filter 220ms ease;
}

.project-link:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
}

body.is-live .project-link {
  color: #f7f2ff;
  background: linear-gradient(120deg, #6d28d9, #7a34e2);
  border-color: rgba(216, 196, 255, 0.72);
}

.faq-main {
  padding: 2.4rem 0 3.4rem;
}

.faq-hero {
  max-width: 860px;
  margin-bottom: 1.3rem;
}

.faq-hero h1 {
  margin: 0;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(1.8rem, 5.2vw, 3rem);
  line-height: 1.1;
}

.faq-hero p {
  color: var(--muted);
  line-height: 1.6;
}

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

.faq-accordion {
  display: grid;
  gap: 2.2rem;
}

.faq-category {
  interpolate-size: allow-keywords;
  overflow: hidden;
  border: 1px solid rgba(124, 174, 255, 0.22);
  border-radius: 14px;
  background: rgba(12, 21, 37, 0.5);
}

.faq-category::details-content {
  block-size: 0;
  overflow: hidden;
  padding: 0 0.85rem;
  transition:
    block-size 520ms cubic-bezier(0.22, 1, 0.36, 1),
    content-visibility 520ms allow-discrete,
    padding 520ms ease;
}

.faq-category[open]::details-content {
  block-size: auto;
  padding: 0 0.85rem 0.85rem;
}

.faq-category > .faq-item {
  margin-top: 0.85rem;
}

.faq-category-title {
  padding: 1rem 1.1rem;
  color: #fff;
  cursor: pointer;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(1.05rem, 2.8vw, 1.4rem);
  line-height: 1.15;
  list-style: none;
}

.faq-category-title::-webkit-details-marker {
  display: none;
}

.faq-category-title::after {
  content: "+";
  float: right;
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-category[open] .faq-category-title::after {
  transform: rotate(45deg);
}

.faq-item {
  padding: 0;
  border-radius: 14px;
  interpolate-size: allow-keywords;
  background: linear-gradient(180deg, rgba(17, 26, 42, 0.88), rgba(12, 21, 37, 0.68));
  border: 1px solid rgba(124, 174, 255, 0.22);
  box-shadow: 0 12px 36px rgba(3, 8, 17, 0.35);
  overflow: hidden;
  transition:
    box-shadow 700ms ease,
    border-color 700ms ease,
    background 700ms ease;
}

.faq-item summary {
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

details.faq-item::details-content {
  block-size: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    block-size 680ms cubic-bezier(0.22, 1, 0.36, 1),
    content-visibility 680ms allow-discrete,
    opacity 380ms ease;
}

details.faq-item[open]::details-content {
  block-size: auto;
  opacity: 1;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  cursor: pointer;
  user-select: none;
  transition: background-color 620ms ease, box-shadow 620ms ease;
}

.faq-question h2 {
  margin: 0;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(1rem, 2.6vw, 1.3rem);
  line-height: 1.15;
}

.faq-question span {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(124, 174, 255, 0.28);
  color: var(--gold);
  font-weight: 800;
  transition:
    transform 900ms cubic-bezier(0.22, 1, 0.36, 1),
    background-color 900ms ease,
    border-color 900ms ease;
}

.faq-answer {
  padding: 0 1.1rem 1rem;
}

.faq-answer-inner {
  padding-top: 0.2rem;
}

.faq-answer p {
  margin: 0 0 1rem;
  color: var(--muted);
  line-height: 1.6;
}

.faq-item[open] .faq-answer {
  padding: 0 1.1rem 1rem;
}

.faq-item[open] .faq-question {
  background: transparent;
  box-shadow: none;
}

.faq-item[open] {
  border-color: rgba(255, 190, 104, 0.34);
  background: linear-gradient(180deg, rgba(18, 28, 46, 0.96), rgba(12, 21, 37, 0.76));
  box-shadow: 0 18px 48px rgba(3, 8, 17, 0.48);
}

.faq-item[open] .faq-question span {
  transform: rotate(45deg);
  border-color: rgba(255, 190, 104, 0.5);
  background: rgba(255, 190, 104, 0.12);
}

body.is-live .faq-item {
  border-color: rgba(169, 112, 255, 0.46);
}

body.is-live .faq-question span {
  border-color: rgba(190, 150, 255, 0.62);
  color: #d8c4ff;
}

body.is-live .faq-item[open] {
  border-color: rgba(190, 150, 255, 0.78);
}

body.is-live .faq-item[open] .faq-question span {
  border-color: rgba(216, 196, 255, 0.9);
  background: rgba(124, 58, 237, 0.22);
}

.faq-item summary:focus-visible {
  outline: 2px solid rgba(255, 190, 104, 0.75);
  outline-offset: 3px;
}

.faq-question:hover {
  background: rgba(255, 255, 255, 0.03);
}

.faq-item a {
  color: var(--gold);
}

.faq-item a:hover {
  color: #ffdfa1;
}

body.is-live .faq-item a,
body.is-live .faq-item a:hover {
  color: #c4b5fd;
}

.glass {
  background: transparent;
  border: none;
  box-shadow: none;
}

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

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

@keyframes drift {
  from {
    transform: translate3d(-2%, 0, 0) scale(1);
  }
  to {
    transform: translate3d(2%, 1%, 0) scale(1.06);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes flamePulse {
  0%,
  100% {
    opacity: 0.55;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.03);
  }
}

@keyframes livePulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 89, 89, 0.7);
  }
  70% {
    box-shadow: 0 0 0 0.42rem rgba(255, 89, 89, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 89, 89, 0);
  }
}

@keyframes twitchLiveGlow {
  0% {
    box-shadow: 0 0 0 0 rgba(169, 112, 255, 0.58);
  }
  70% {
    box-shadow: 0 0 0 0.45rem rgba(169, 112, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(169, 112, 255, 0);
  }
}

@keyframes emberFloat {
  0% {
    transform: translate3d(0, 0, 0) scale(0.75);
    opacity: 0;
  }
  10% {
    opacity: 0.9;
  }
  65% {
    opacity: 0.65;
  }
  100% {
    transform: translate3d(-18px, -108vh, 0) scale(1.1);
    opacity: 0;
  }
}

@media (max-width: 900px) {
  .profile-hero {
    grid-template-columns: 1fr;
    min-height: unset;
    padding-top: 1rem;
    text-align: center;
  }

  .avatar-wrap {
    margin-bottom: 1.5rem;
  }

  .profile-copy p {
    margin-left: auto;
    margin-right: auto;
  }

  .social-row {
    justify-content: center;
  }

  .site-header {
    border-radius: 18px;
    padding: 0.85rem;
    flex-direction: column;
    gap: 0.75rem;
  }

  .main-nav {
    flex-wrap: wrap;
    justify-content: center;
  }

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

  .projects-main {
    padding-top: 1rem;
  }

  .faq-main {
    padding-top: 1rem;
  }

}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

/* Barra de scroll */
html {
  scrollbar-color: var(--fire) var(--bg-2);
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: var(--bg-2);
}

::-webkit-scrollbar-thumb {
  background-color: var(--fire);
  border-radius: 10px;
  border: 3px solid var(--bg-2);
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--fire-soft);
}

html:has(body.is-live) {
  scrollbar-color: #7c3aed var(--bg-2);
}

html:has(body.is-live)::-webkit-scrollbar-thumb {
  background-color: #7c3aed;
}

html:has(body.is-live)::-webkit-scrollbar-thumb:hover {
  background-color: #a970ff;
}