:root {
  color-scheme: light;
  --ink: #1A1B1C;
  --muted: #5d6875;
  --line: #E0E0E0;
  --brand: #C3F91C;
  --brand-2: #C3F91C;
  --navy: #1A1B1C;
  --topsites-font-family: inherit;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #f7f7f7;
  color: var(--ink);
  font-family: var(--topsites-font-family);
  text-rendering: optimizeLegibility;
}

.topsites-card,
.topsites-card * {
  font-family: var(--topsites-font-family);
}

.topsites-card {
  display: flex;
  flex-direction: column;
}

.topsites-card-media {
  aspect-ratio: 16 / 9;
  background: #eef1f4;
  overflow: hidden;
  position: relative;
}

.topsites-card-media img {
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
  width: 100%;
}

.topsites-card:hover .topsites-card-media img {
  transform: scale(1.04);
}

.topsites-card-status {
  box-shadow: none;
}

.topsites-card-meta {
  display: block;
}

.topsites-card-meta div {
  background: transparent;
  border: 0;
  border-radius: 0;
  min-width: 0;
  padding: 0;
}

.topsites-card-actions {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.topsites-card-actions > a,
.topsites-card-actions > button {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  min-height: 3rem;
}

.topsites-card-actions .topsites-reserve-button {
  background-color: #C3F91C !important;
  color: #1A1B1C !important;
}

.topsites-card-actions .topsites-reserve-button:hover,
.topsites-card-actions .topsites-reserve-button:focus-visible {
  background-color: #d9ff3f !important;
}

.topsites-brand-button {
  background-color: #C3F91C !important;
  border-color: #C3F91C !important;
  color: #1A1B1C !important;
}

.topsites-brand-button:hover,
.topsites-brand-button:focus-visible {
  background-color: #d9ff3f !important;
  border-color: #d9ff3f !important;
  color: #1A1B1C !important;
}

body.menu-open {
  overflow: hidden;
}

body.protect-content {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

body.protect-content input,
body.protect-content textarea,
body.protect-content select,
body.protect-content option {
  -webkit-user-select: auto;
  user-select: auto;
}

body.protect-content img {
  -webkit-user-drag: none;
  pointer-events: none;
}

.hero-media::after {
  background:
    linear-gradient(90deg, rgba(26, 27, 28, .94) 0%, rgba(26, 27, 28, .7) 45%, rgba(26, 27, 28, .18) 100%),
    linear-gradient(0deg, rgba(26, 27, 28, .78), rgba(26, 27, 28, .05) 44%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.hero-slider {
  touch-action: pan-y;
}

.hero-slide {
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 900ms ease;
}

.hero-slide.is-active {
  opacity: 1;
  z-index: 1;
}

.hero-image {
  height: 100%;
  object-position: center center;
  width: 100%;
}

.hero-slide picture {
  display: block;
  height: 100%;
  width: 100%;
}

.hero-arrow-controls {
  top: 50%;
  transform: translateY(-50%);
}

.hero-control {
  align-items: center;
  background: rgba(26, 27, 28, .46);
  border: 0;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  height: 2.75rem;
  justify-content: center;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
  width: 2.75rem;
}

.hero-control:hover,
.hero-control:focus-visible {
  background: rgba(195, 249, 28, .92);
  color: #1A1B1C;
  transform: translateY(-1px);
}

.hero-dot {
  background: rgba(255, 255, 255, .42);
  border-radius: 999px;
  height: .65rem;
  transition: background-color 180ms ease, width 180ms ease;
  width: .65rem;
}

.hero-dot.is-active {
  background: #C3F91C;
  width: 1.75rem;
}

.hero-copy-content {
  transition: opacity 220ms ease, transform 220ms ease;
}

.hero-copy-content.is-changing {
  opacity: .2;
  transform: translateY(.35rem);
}

@media (max-width: 767px) {
  .mobile-hero {
    min-height: 64vh;
  }

  .mobile-hero-copy {
    align-items: flex-end;
    min-height: 64vh;
  }

  .mobile-hero .hero-image {
    object-position: var(--mobile-position-x, 50%) var(--mobile-position-y, 50%);
  }

  .mobile-hero .hero-media::after {
    background:
      linear-gradient(180deg, rgba(26, 27, 28, .36) 0%, rgba(26, 27, 28, .74) 46%, rgba(26, 27, 28, .96) 100%),
      linear-gradient(90deg, rgba(26, 27, 28, .68), rgba(26, 27, 28, .12));
  }

  .hero-arrow-controls {
    display: none !important;
  }

  .hero-control {
    height: 2.45rem;
    width: 2.45rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide,
  .hero-control,
  .hero-dot,
  .hero-copy-content {
    transition: none;
  }
}

.brand-nav {
  backdrop-filter: blur(18px);
  background: linear-gradient(90deg, rgba(16, 17, 18, .98), rgba(26, 27, 28, .94));
  border-bottom: 1px solid rgba(195, 249, 28, .22);
}

.brand-rail {
  background: linear-gradient(180deg, rgba(195, 249, 28, 0), rgba(195, 249, 28, .92) 36%, rgba(195, 249, 28, 0));
  filter: blur(.2px) drop-shadow(0 0 32px rgba(195, 249, 28, .48));
}

.brand-word {
  background: linear-gradient(92deg, #c3f91c 0%, #45a856 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.section-band {
  background: linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
}

.focus-ring:focus-visible,
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(195, 249, 28, .58);
  outline-offset: 3px;
}

.lift {
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.lift:hover {
  box-shadow: 0 22px 50px rgba(26, 27, 28, .14);
  transform: translateY(-4px);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .65s ease, transform .65s ease;
}

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

.billboard-frame {
  background: #1A1B1C;
  overflow: hidden;
  position: relative;
}

.screen-slot {
  cursor: move;
  position: absolute;
  touch-action: none;
  transform-origin: center;
  z-index: 2;
}

.screen-slot.is-locked {
  cursor: not-allowed;
}

.artwork-mask {
  background: rgba(8, 13, 18, .8);
  height: 100%;
  inset: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
}

.artwork-mask img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  transition: transform .18s ease;
  transform-origin: center;
  width: 100%;
}

.artwork-canvas {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.screen-outline {
  filter: drop-shadow(0 0 10px rgba(195, 249, 28, .34));
  height: 100%;
  inset: 0;
  overflow: visible;
  pointer-events: none;
  position: absolute;
  width: 100%;
}

.screen-outline polygon {
  fill: transparent;
  stroke: var(--brand);
  stroke-linejoin: round;
  stroke-width: 2.8;
  vector-effect: non-scaling-stroke;
}

.screen-slot.is-chrome-hidden .screen-outline,
.screen-slot.is-chrome-hidden .screen-handle {
  opacity: 0;
  visibility: hidden;
}

.screen-handle {
  background: #ffffff;
  border: 2px solid var(--brand);
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(26, 27, 28, .65), 0 6px 14px rgba(0, 0, 0, .25);
  height: 13px;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 13px;
  z-index: 3;
}

.screen-slot.is-locked .screen-handle {
  cursor: not-allowed;
}

.screen-handle-n,
.screen-handle-s {
  cursor: ns-resize;
}

.screen-handle-e,
.screen-handle-w {
  cursor: ew-resize;
}

.screen-handle-nw,
.screen-handle-se {
  cursor: nwse-resize;
}

.screen-handle-ne,
.screen-handle-sw {
  cursor: nesw-resize;
}

.range {
  accent-color: var(--brand-2);
}

.mobile-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height .24s ease;
}

.mobile-panel.open {
  max-height: 420px;
}

.whatsapp-chat {
  align-items: center;
  background: #25d366;
  border-radius: 999px;
  bottom: 22px;
  box-shadow: 0 18px 38px rgba(16, 24, 32, .24);
  color: #ffffff;
  display: inline-flex;
  gap: 10px;
  min-height: 56px;
  padding: 0 18px 0 14px;
  position: fixed;
  right: 22px;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  z-index: 60;
}

.whatsapp-chat,
.whatsapp-chat * {
  pointer-events: auto;
}

.whatsapp-chat:hover {
  background: #1ebe5d;
  box-shadow: 0 22px 48px rgba(16, 24, 32, .3);
  transform: translateY(-3px);
}

.whatsapp-chat svg {
  flex: 0 0 auto;
  height: 28px;
  width: 28px;
}

.whatsapp-chat span {
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .whatsapp-chat {
    bottom: 16px;
    min-height: 54px;
    padding: 0;
    right: 16px;
    width: 54px;
    justify-content: center;
  }

  .whatsapp-chat span {
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
}

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

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