:root {
  color-scheme: dark;
  --ink: #f7f2e8;
  --muted: #aaa196;
  --paper: #050506;
  --panel: rgba(18, 18, 20, 0.72);
  --panel-solid: #111113;
  --line: rgba(236, 211, 157, 0.2);
  --gold: #d7b56d;
  --gold-soft: #f1d895;
  --clay: #b96a3f;
  --blue: #7bb7ff;
  --chalk: #fffaf0;
  --shadow: 0 26px 90px rgba(0, 0, 0, 0.45);
  --ease: cubic-bezier(.2, .8, .2, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 8%, rgba(215, 181, 109, 0.12), transparent 30%),
    radial-gradient(circle at 82% 24%, rgba(123, 183, 255, 0.11), transparent 32%),
    linear-gradient(180deg, #070708 0%, #050506 48%, #0b0a09 100%);
  font-family: Arial, "Microsoft YaHei", sans-serif;
  line-height: 1.6;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(115deg, transparent 0 35%, rgba(215, 181, 109, 0.07) 45%, transparent 56%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 92px);
  background-size: 220% 100%, auto;
  animation: ambient-flow 16s linear infinite;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: radial-gradient(rgba(255,255,255,0.08) 1px, transparent 1px);
  background-size: 3px 3px;
  opacity: 0.16;
  mix-blend-mode: screen;
}

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

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 56px);
  color: var(--chalk);
  background: rgba(5, 5, 6, 0.72);
  border-bottom: 1px solid rgba(215, 181, 109, 0.16);
  box-shadow: 0 12px 46px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px);
}

.brand,
.main-nav {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 900;
  white-space: nowrap;
}

.brand-mark {
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid rgba(241, 216, 149, 0.3);
  border-radius: 50%;
  background: #070708;
  box-shadow: 0 0 24px rgba(215, 181, 109, 0.28);
  object-fit: contain;
  transition: transform 260ms var(--ease), box-shadow 260ms var(--ease);
}

.logo-bg {
  fill: #0c0c0e;
  stroke: var(--gold);
  stroke-width: 10;
}

.logo-ring,
.logo-stitch {
  fill: none;
  stroke: rgba(241, 216, 149, 0.48);
  stroke-width: 5;
  stroke-linecap: round;
}

.logo-ring {
  stroke-width: 3;
  opacity: 0.45;
}

.logo-letter {
  fill: var(--gold-soft);
}

.logo-letter.light {
  fill: var(--chalk);
  opacity: 0.92;
}

.brand:hover .brand-mark {
  transform: rotate(-8deg) scale(1.06);
  box-shadow: 0 0 34px rgba(215, 181, 109, 0.48);
}

.main-nav {
  gap: clamp(12px, 2vw, 28px);
  font-size: 14px;
}

.main-nav a {
  position: relative;
  opacity: 0.78;
  transition: opacity 220ms var(--ease), color 220ms var(--ease);
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-soft), transparent);
  transform: scaleX(0);
  transition: transform 260ms var(--ease);
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--gold-soft);
  opacity: 1;
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after {
  transform: scaleX(1);
}

.language-toggle {
  min-width: 44px;
  min-height: 34px;
  border: 1px solid rgba(241, 216, 149, 0.34);
  border-radius: 999px;
  color: var(--gold-soft);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 260ms var(--ease), border-color 260ms var(--ease), box-shadow 260ms var(--ease);
}

.language-toggle:hover,
.language-toggle:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(241, 216, 149, 0.76);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.3), 0 0 28px rgba(215, 181, 109, 0.12);
}

.hero {
  position: relative;
  min-height: 94vh;
  display: grid;
  align-items: end;
  padding: 118px clamp(18px, 5vw, 72px) clamp(28px, 5vw, 72px);
  overflow: hidden;
  color: var(--chalk);
  isolation: isolate;
}

.hero-image,
.hero-overlay,
.hero-flow {
  position: absolute;
  inset: 0;
}

.hero-image {
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  transform: scale(1.02);
  filter: contrast(1.08) saturate(0.92);
  animation: hero-breathe 12s var(--ease) infinite alternate;
}

.hero-overlay {
  z-index: -2;
  background:
    radial-gradient(circle at 72% 48%, rgba(215, 181, 109, 0.15), transparent 32%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.78) 42%, rgba(0, 0, 0, 0.34) 100%),
    linear-gradient(0deg, rgba(5, 5, 6, 0.94) 0%, rgba(5, 5, 6, 0.14) 44%);
}

.hero-flow {
  z-index: -1;
  opacity: 0.62;
  background:
    linear-gradient(110deg, transparent 0 40%, rgba(241, 216, 149, 0.18) 48%, transparent 58%),
    linear-gradient(80deg, transparent 0 72%, rgba(123, 183, 255, 0.13) 78%, transparent 86%);
  background-size: 220% 100%, 180% 100%;
  animation: sweep 7s linear infinite;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 780px;
  padding-bottom: 48px;
  animation: rise-in 850ms var(--ease) both;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--gold-soft);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  font-size: clamp(52px, 10vw, 128px);
  line-height: 0.92;
  letter-spacing: 0;
  text-shadow: 0 10px 42px rgba(0, 0, 0, 0.7);
}

h2 {
  margin: 0;
  font-size: clamp(30px, 4.2vw, 58px);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 8px;
  font-size: 19px;
}

.hero-subtitle {
  max-width: 620px;
  margin: 22px 0 0;
  color: rgba(255, 250, 240, 0.82);
  font-size: clamp(18px, 2.4vw, 26px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  position: relative;
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 900;
  transition: transform 260ms var(--ease), box-shadow 260ms var(--ease), border-color 260ms var(--ease);
}

.button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent, rgba(255, 255, 255, 0.32), transparent);
  transform: translateX(-120%);
  transition: transform 520ms var(--ease);
}

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

.button:hover::before,
.button:focus-visible::before {
  transform: translateX(120%);
}

.button-primary {
  color: #0a0907;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  box-shadow: 0 16px 42px rgba(215, 181, 109, 0.22);
}

.button-ghost {
  color: var(--chalk);
  border-color: rgba(241, 216, 149, 0.4);
  background: rgba(255, 255, 255, 0.06);
}

.button-primary:hover,
.button-primary:focus-visible {
  box-shadow: 0 22px 54px rgba(215, 181, 109, 0.34);
}

.button-ghost:hover,
.button-ghost:focus-visible {
  border-color: rgba(241, 216, 149, 0.78);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

.quick-card {
  position: relative;
  z-index: 2;
  justify-self: end;
  width: min(100%, 590px);
  overflow: hidden;
  border: 1px solid rgba(241, 216, 149, 0.24);
  border-radius: 8px;
  background: rgba(9, 9, 10, 0.54);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  animation: rise-in 980ms var(--ease) 140ms both;
}

.quick-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(241, 216, 149, 0.1), transparent);
  transform: translateX(-100%);
  animation: card-shine 6.5s linear infinite;
}

.quick-card dl {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 0;
}

.quick-card div {
  padding: 18px;
  border-left: 1px solid rgba(241, 216, 149, 0.16);
}

.quick-card dt {
  color: rgba(255, 250, 240, 0.58);
  font-size: 13px;
}

.quick-card dd {
  margin: 4px 0 0;
  font-size: 18px;
  font-weight: 900;
}

section:not(.hero) {
  position: relative;
  padding: clamp(56px, 8vw, 110px) clamp(18px, 5vw, 72px);
}

section:not(.hero)::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(215, 181, 109, 0.035), transparent);
}

.section-heading {
  position: relative;
  max-width: 760px;
  margin-bottom: 32px;
}

.intro-band,
.stats-section,
.media-section,
.needs-section {
  background: transparent;
}

.intro-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.intro-copy {
  color: rgba(247, 242, 232, 0.82);
  font-size: 18px;
}

.trait-list {
  display: grid;
  gap: 14px;
}

.trait-list article,
.stat-card,
.timeline article,
.needs-grid article,
.video-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    var(--panel);
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
  transition: transform 300ms var(--ease), border-color 300ms var(--ease), box-shadow 300ms var(--ease);
}

.trait-list article::before,
.stat-card::before,
.timeline article::before,
.needs-grid article::before,
.video-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 0 38%, rgba(241, 216, 149, 0.12) 50%, transparent 62%);
  transform: translateX(-120%);
  transition: transform 620ms var(--ease);
}

.trait-list article:hover,
.stat-card:hover,
.timeline article:hover,
.needs-grid article:hover,
.video-panel:hover {
  transform: translateY(-8px);
  border-color: rgba(241, 216, 149, 0.48);
  box-shadow: 0 28px 78px rgba(0, 0, 0, 0.36), 0 0 38px rgba(215, 181, 109, 0.08);
}

.trait-list article:hover::before,
.stat-card:hover::before,
.timeline article:hover::before,
.needs-grid article:hover::before,
.video-panel:hover::before {
  transform: translateX(120%);
}

.trait-list article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 4px 18px;
  padding: 22px;
}

.trait-list span {
  grid-row: span 2;
  color: var(--gold-soft);
  font-size: 26px;
  font-weight: 900;
}

.trait-list p,
.timeline p,
.needs-grid li,
.video-meta p {
  margin: 0;
  color: var(--muted);
}

.stats-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.stat-card {
  min-height: 150px;
  padding: 24px;
  display: grid;
  align-content: end;
  border-top: 1px solid rgba(241, 216, 149, 0.45);
}

.stat-value {
  color: var(--chalk);
  font-size: clamp(36px, 5vw, 62px);
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 0 26px rgba(215, 181, 109, 0.2);
}

.stat-label {
  margin-top: 8px;
  color: var(--muted);
  font-weight: 800;
}

.career-section {
  background:
    radial-gradient(circle at 75% 20%, rgba(185, 106, 63, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent);
  color: var(--chalk);
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.timeline article {
  min-height: 230px;
  padding: 24px;
  color: var(--ink);
}

.timeline time {
  display: inline-block;
  margin-bottom: 26px;
  color: var(--gold-soft);
  font-size: 34px;
  font-weight: 900;
}

.media-layout {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.video-panel {
  overflow: hidden;
}

.video-stack {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 12px;
}

.video-player {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  object-fit: contain;
}

.video-meta {
  position: relative;
  z-index: 1;
  padding: 22px;
}

.photo-grid {
  display: grid;
  gap: 16px;
}

.photo-controls {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.photo-wall {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.photo-tile {
  position: relative;
  min-height: 132px;
  overflow: hidden;
  border: 1px solid rgba(241, 216, 149, 0.18);
  border-radius: 8px;
  color: var(--chalk);
  background: linear-gradient(145deg, #131313, #261c13);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.24);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  transition: transform 300ms var(--ease), border-color 300ms var(--ease), box-shadow 300ms var(--ease);
}

.photo-tile::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: conic-gradient(from 180deg, transparent, rgba(241, 216, 149, 0.24), transparent 30%);
  opacity: 0;
  animation: rotate-glow 5s linear infinite;
  transition: opacity 260ms var(--ease);
}

.photo-tile:nth-child(2) {
  background: linear-gradient(145deg, #0d141f, #1a2b3d);
}

.photo-tile:nth-child(3) {
  background: linear-gradient(145deg, #171717, #352216);
}

.photo-tile:nth-child(4) {
  background: linear-gradient(145deg, #111411, #23331f);
}

.photo-tile.pitching-tile {
  background:
    linear-gradient(145deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.66)),
    url("assets/photos/kosmo-pitching-release.jpg") center 34% / cover;
}

.photo-tile.batting-tile {
  background:
    linear-gradient(145deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.66)),
    url("assets/photos/kosmo-batting-photo.jpg") center 35% / cover;
}

.photo-tile.defense-tile {
  background:
    linear-gradient(145deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.66)),
    url("assets/photos/kosmo-defense.jpg") center 38% / cover;
}

.photo-tile.running-tile {
  background:
    linear-gradient(145deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.62)),
    url("assets/photos/kosmo-running.jpg") center 40% / cover;
}

.photo-tile.team-tile {
  background:
    linear-gradient(145deg, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.68)),
    url("assets/photos/kosmo-team.jpg") center / cover;
}

.photo-tile:hover,
.photo-tile:focus-visible,
.photo-tile.active {
  transform: translateY(-7px) scale(1.015);
  border-color: rgba(241, 216, 149, 0.58);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.38), 0 0 34px rgba(215, 181, 109, 0.11);
}

.photo-tile:hover::before,
.photo-tile:focus-visible::before,
.photo-tile.active::before {
  opacity: 1;
}

.team-photo {
  position: relative;
  min-height: 320px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(241, 216, 149, 0.2);
  border-radius: 8px;
  background: #080808;
  box-shadow: 0 20px 62px rgba(0, 0, 0, 0.3);
  transition: transform 300ms var(--ease), border-color 300ms var(--ease), box-shadow 300ms var(--ease);
}

.team-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.66), transparent 48%),
    radial-gradient(circle at 50% 18%, transparent 0 44%, rgba(0, 0, 0, 0.28) 100%);
}

.team-photo img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  transition: transform 520ms var(--ease), filter 520ms var(--ease);
}

.team-photo figcaption {
  position: absolute;
  z-index: 1;
  left: 18px;
  right: 18px;
  bottom: 16px;
  color: var(--chalk);
  font-weight: 900;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.7);
}

.team-photo:hover {
  transform: translateY(-7px);
  border-color: rgba(241, 216, 149, 0.54);
  box-shadow: 0 30px 82px rgba(0, 0, 0, 0.42), 0 0 38px rgba(215, 181, 109, 0.1);
}

.team-photo:hover img {
  transform: scale(1.045);
  filter: contrast(1.05) saturate(1.08);
}

.pitching-photo img {
  object-position: center 34%;
}

.batting-photo img {
  object-position: center 35%;
}

.defense-photo img {
  object-position: center 38%;
}

.running-photo img {
  object-position: center 38%;
}

.caption {
  min-height: 28px;
  margin: 16px 0 0;
  color: var(--muted);
  font-weight: 900;
}

.needs-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
}

.needs-grid article {
  padding: 22px;
}

.needs-grid ul {
  margin: 14px 0 0;
  padding-left: 19px;
}

.contact-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(215, 181, 109, 0.12), transparent 34%),
    #090909;
  color: var(--chalk);
  border-top: 1px solid rgba(241, 216, 149, 0.18);
  border-bottom: 1px solid rgba(241, 216, 149, 0.12);
}

.contact-section p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 250, 240, 0.72);
}

.contact-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 14px;
  width: min(100%, 680px);
}

.contact-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px 16px;
  align-items: center;
  padding: 20px;
  border: 1px solid rgba(241, 216, 149, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.045);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.22);
}

.contact-label {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-number {
  color: var(--chalk);
  font-size: clamp(19px, 2vw, 25px);
  font-weight: 900;
  user-select: all;
}

.site-footer {
  padding: 24px clamp(18px, 5vw, 72px);
  color: var(--muted);
  background: #050506;
}

.site-footer p {
  margin: 0;
}

@keyframes ambient-flow {
  from {
    background-position: 160% 0, 0 0;
  }
  to {
    background-position: -60% 0, 92px 0;
  }
}

@keyframes sweep {
  from {
    background-position: 160% 0, -80% 0;
  }
  to {
    background-position: -70% 0, 120% 0;
  }
}

@keyframes hero-breathe {
  from {
    transform: scale(1.02);
  }
  to {
    transform: scale(1.07);
  }
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes card-shine {
  0% {
    transform: translateX(-100%);
  }
  45%,
  100% {
    transform: translateX(120%);
  }
}

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

@media (max-width: 920px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .main-nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .language-toggle {
    position: absolute;
    top: 16px;
    right: clamp(18px, 4vw, 56px);
  }

  .hero {
    min-height: 880px;
    align-items: center;
  }

  .quick-card {
    justify-self: stretch;
  }

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

  .video-stack,
  .photo-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .photo-controls {
    grid-template-columns: repeat(5, minmax(90px, 1fr));
    overflow-x: auto;
    padding-bottom: 6px;
  }

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

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

  .contact-section {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-actions {
    width: 100%;
  }

}

@media (max-width: 560px) {
  .hero {
    min-height: 820px;
    padding-top: 150px;
  }

  .hero-content {
    padding-bottom: 24px;
  }

  .quick-card dl,
  .stats-grid,
  .needs-grid,
  .video-stack,
  .photo-wall {
    grid-template-columns: 1fr;
  }

  .photo-controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow-x: visible;
  }

  .photo-tile {
    min-height: 116px;
  }

  .contact-actions {
    grid-template-columns: 1fr;
  }

  .quick-card div {
    border-left: 0;
    border-top: 1px solid rgba(241, 216, 149, 0.14);
  }

  .button {
    width: 100%;
  }
}

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