*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: system-ui, sans-serif;
  color: #FAA844;
  background: #010123;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

header {
  padding: 1rem 2rem;
}

nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}

nav a {
  text-decoration: none;
  color: #FAA844;
}

nav a.logo {
  font-weight: 700;
  font-size: 1.1rem;
}

nav a.logo img {
  height: 15rem;
  width: auto;
}

main {
  flex: 1;
  padding: 4rem 1rem;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

main h1 {
  margin-bottom: 1rem;
}

.about {
  margin-bottom: 4rem;
}

.about h2,
.products h2 {
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.6;
  margin-bottom: 1.5rem;
}

.about p {
  font-size: 1.15rem;
  line-height: 1.8;
  max-width: 60ch;
}

.products {
  margin-bottom: 2rem;
}

.cards {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.card {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 1.5rem;
  aspect-ratio: 4 / 1;
  border: 1px solid #FAA844;
  border-radius: 0.5rem;
  text-decoration: none;
  color: #FAA844;
  transition: background 0.15s;
}

.card:hover {
  background: #FAA84422;
}

.policy-dates {
  font-size: 0.85rem;
  opacity: 0.5;
  margin-bottom: 2rem;
}

.privacy h2 {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.6;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.privacy p,
.privacy li {
  font-size: 1rem;
  line-height: 1.8;
  max-width: 70ch;
  margin-bottom: 0.75rem;
}

.privacy ul {
  list-style: none;
  padding-left: 1.2rem;
  margin-bottom: 0.75rem;
}

.privacy li {
  position: relative;
  margin-bottom: 0.25rem;
}

.privacy li::before {
  content: '—';
  position: absolute;
  left: -1.2rem;
  opacity: 0.5;
}

.privacy a {
  color: #FAA844;
}

.zap-intro,
.zap-features {
  margin-bottom: 3rem;
}

.zap-intro h2,
.zap-features h2 {
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.6;
  margin-bottom: 1.5rem;
}

.zap-intro p {
  font-size: 1.15rem;
  line-height: 1.8;
  max-width: 60ch;
  margin-bottom: 1rem;
}

.zap-features ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.zap-features li {
  font-size: 1.1rem;
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
}

.zap-features li::before {
  content: '—';
  opacity: 0.5;
  flex-shrink: 0;
}

.store-badge {
  display: inline-block;
  margin-bottom: 2rem;
}

.store-badge img {
  height: 3rem;
  width: auto;
  display: block;
}

.zap-outro {
  margin-bottom: 3rem;
}

.zap-outro h2 {
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.6;
  margin-bottom: 1.5rem;
}

.zap-outro p {
  font-size: 1.15rem;
  line-height: 1.8;
  max-width: 60ch;
  margin-bottom: 0.35rem;
}

.zap-gallery {
  margin-bottom: 3rem;
}

.zap-gallery h2 {
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.6;
  margin-bottom: 1.5rem;
}

.gallery-scroll {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 1rem;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
}

.gallery-scroll.dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.gallery-scroll::-webkit-scrollbar {
  height: 4px;
}

.gallery-scroll::-webkit-scrollbar-track {
  background: transparent;
}

.gallery-scroll::-webkit-scrollbar-thumb {
  background: #FAA844;
  border-radius: 2px;
}

.gallery-scroll img {
  height: 400px;
  width: auto;
  flex-shrink: 0;
  scroll-snap-align: start;
  border-radius: 0.5rem;
  border: 1px solid #FAA84455;
}

.header-hero {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  padding: 0;
  max-height: 12rem;
}

.header-hero nav {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
  flex-shrink: 0;
}


.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  position: relative;
  overflow: hidden;
  flex: 1;
}

.hero .card-mascot {
  position: relative;
  left: auto;
  max-height: 80%;
  flex-shrink: 0;
  z-index: 2;
}

.hero .card-sprite {
  position: relative;
  right: auto;
  height: 80%;
  aspect-ratio: 1 / 1;
  transform-origin: center;
  flex-shrink: 0;
}

.hero .card-title {
  max-height: 50%;
  width: auto;
  flex-shrink: 0;
}

.card img {
  max-height: 60%;
  width: auto;
}

.card-mascot {
  position: absolute;
  left: 1.5rem;
  z-index: 2;
}

.grid-canvas {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.lightning-canvas {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.card-title {
  position: relative;
  z-index: 2;
}

.card-sprite {
  position: absolute;
  right: 1.5rem;
  height: 60%;
  aspect-ratio: 1 / 1;
  background-repeat: no-repeat;
}

footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #FAA844;
  padding: 1rem 2rem;
  font-size: 0.875rem;
  color: #FAA844;
}

footer a {
  color: #FAA844;
  text-decoration: none;
}
