html,
body {
  margin: 0;
  padding: 0;
  background: #050505;
}

* {
  box-sizing: border-box;
}

a {
  color: #cbf51c;
  text-decoration: none;
}

a:hover {
  color: #f4187e;
}

.site {
  background: #050505;
  color: #f4f4f2;
  font-family: Archivo, Helvetica, sans-serif;
  overflow-x: hidden;
}

.hero {
  position: relative;
  min-height: min(92vh, 820px);
  padding: 0 0 clamp(28px, 4vw, 48px);
  overflow: hidden;
}

.hero-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 30%;
  filter: saturate(0.88) brightness(0.98) contrast(1.04);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(5, 5, 5, 0.7) 0%, rgba(5, 5, 5, 0) 30%),
    radial-gradient(circle at top right, rgba(5, 5, 5, 0.62) 0%, rgba(5, 5, 5, 0) 30%),
    radial-gradient(circle at bottom left, rgba(5, 5, 5, 0.5) 0%, rgba(5, 5, 5, 0) 28%),
    radial-gradient(circle at bottom right, rgba(5, 5, 5, 0.58) 0%, rgba(5, 5, 5, 0) 30%),
    linear-gradient(100deg, rgba(5, 5, 5, 0.44) 3%, rgba(5, 5, 5, 0.52) 24%, rgba(5, 5, 5, 0.16) 56%, rgba(5, 5, 5, 0.3) 100%);
}

.hero-header {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 4vw, 56px);
}

.header-logo {
  width: clamp(96px, 11vw, 148px);
  height: auto;
  display: block;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.4vw, 40px);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.header-link {
  color: #e9e9e6;
}

.header-cta {
  padding: 12px 26px;
  border-radius: 999px;
  background: #cbf51c;
  color: #050505;
  font-family: Archivo, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-transform: none;
}

.header-cta:hover {
  background: #f4187e;
  color: #fff;
}

.hero-content {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 20px;
  align-items: end;
  padding: clamp(20px, 3vw, 44px) clamp(20px, 4vw, 56px) 0;
}

.hero-copy {
  max-width: 640px;
}

.hero-headline {
  margin: 0;
  font-size: 0;
}

.hero-headline-image {
  width: min(100%, 620px);
  height: auto;
  display: block;
  filter: drop-shadow(0 10px 28px rgba(0, 0, 0, 0.7));
}

.hero-subtitle {
  margin: 26px 0 0;
  max-width: 36ch;
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.6;
  color: #dcdcd8;
  text-wrap: pretty;
}

.store-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-store-buttons {
  margin-top: 28px;
}

.download-store-buttons {
  justify-content: center;
  margin-top: 26px;
}

.store-link {
  display: block;
}

.store-badge {
  height: clamp(46px, 4.4vw, 58px);
  width: auto;
  display: block;
}

.hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(18px, 3vw, 44px);
  margin-top: clamp(28px, 3.2vw, 44px);
}

.hero-feature-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 78px;
}

.hero-feature-icon {
  font-family: "Material Symbols Outlined";
  font-size: 30px;
  color: #fff;
}

.hero-feature-label {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25;
  color: #e9e9e6;
}

.hero-side {
  position: relative;
  align-self: end;
  min-height: clamp(300px, 40vw, 620px);
}

.hero-tagline {
  position: absolute;
  right: clamp(4px, 1vw, 18px);
  bottom: 56%;
  transform: rotate(-10deg);
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(18px, 2.1vw, 30px);
  line-height: 1.12;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.8);
}

.hero-tagline-repeat {
  color: #cbf51c;
}

.hero-tagline-accent {
  width: clamp(74px, 8vw, 120px);
  height: 7px;
  margin-top: 6px;
  background: #cbf51c;
  border-radius: 4px;
}

.screens {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  align-items: center;
  justify-items: center;
  justify-content: center;
  gap: clamp(30px, 4vw, 64px);
  padding: clamp(48px, 6vw, 96px) clamp(20px, 4vw, 56px);
  background: #0a0a0a;
}

.screens-media {
  display: flex;
  justify-content: center;
  min-width: 0;
}

.app-demo {
  height: clamp(560px, 46vw, 840px);
  width: auto;
  max-width: none;
  display: block;
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.6));
}

.screens-copy {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}

.screens-kicker {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #cbf51c;
}

.screens-title {
  margin: 14px 0 0;
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 0.97;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #fff;
  transform: skewX(-6deg);
}

.screens-title-accent {
  color: #cbf51c;
}

.screens-description {
  margin: 22px 0 0;
  max-width: 42ch;
  font-size: 16px;
  line-height: 1.6;
  color: #b7b7b2;
  text-wrap: pretty;
}

.screens-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
}

.screens-item {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 16px;
  color: #ececea;
}

.screens-check {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: #cbf51c;
  color: #050505;
  font-family: "Material Symbols Outlined";
  font-size: 17px;
}

.real {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 6px;
  padding: 0;
  background: #050505;
}

.real-item {
  position: relative;
  aspect-ratio: 16 / 9;
  min-width: 0;
  overflow: hidden;
  background: #050505;
}

.real-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  display: block;
}

.download {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(280px, 1.6fr) minmax(0, 0.7fr);
  align-items: center;
  gap: clamp(16px, 3vw, 40px);
  padding: clamp(48px, 6vw, 96px) clamp(20px, 4vw, 56px);
  background: #080808;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  overflow: visible;
}

.download-left {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.download-dumbbells {
  width: 100%;
  max-width: 320px;
  height: auto;
  display: block;
  filter: drop-shadow(0 22px 44px rgba(0, 0, 0, 0.7));
}

.download-center {
  text-align: center;
}

.download-logo {
  width: min(420px, 88%);
  height: auto;
  display: block;
  margin: 0 auto;
}

.download-title {
  margin: 22px 0 0;
  font-size: clamp(16px, 1.5vw, 19px);
  font-weight: 600;
  color: #fff;
}

.download-subtitle {
  margin: 6px 0 0;
  font-size: 15px;
  line-height: 1.55;
  color: #b7b7b2;
}

.download-right {
  position: relative;
  display: flex;
  align-self: stretch;
  align-items: flex-end;
  justify-content: flex-end;
  min-width: 0;
}

.download-bunnies {
  position: absolute;
  right: clamp(-18px, -1vw, 0px);
  bottom: calc(-1 * clamp(48px, 6vw, 96px));
  width: min(170%, 620px);
  min-width: 340px;
  height: auto;
  display: block;
  filter: drop-shadow(0 26px 52px rgba(0, 0, 0, 0.78));
  z-index: 3;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 26px clamp(20px, 4vw, 56px) 20px;
  background: #020202;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-logo {
  width: 96px;
  height: auto;
  display: block;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(18px, 3vw, 44px);
  font-size: 14px;
}

.footer-link {
  color: #c4c4bf;
}

.footer-social {
  display: flex;
  gap: 12px;
}

.footer-social-link {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 9px;
  color: #d2d2cd;
  font-family: "Material Symbols Outlined";
  font-size: 18px;
}

.footer-social-link:hover {
  border-color: #cbf51c;
}

.footer-bottom {
  flex: 1 0 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 6px;
}

.footer-copy {
  margin: 0;
  font-size: 12px;
  color: #76766f;
}

.footer-motto {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #a9a9a3;
}

@media (max-width: 980px) {
  .hero-content {
    grid-template-columns: 1fr;
  }

  .hero-side {
    min-height: 180px;
  }

  .header-nav {
    gap: 14px;
    font-size: 13px;
  }

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

  .download-right {
    min-height: 220px;
    justify-content: center;
  }

  .download-bunnies {
    right: 50%;
    transform: translateX(50%);
    width: min(90vw, 620px);
  }
}

@media (max-width: 640px) {
  .hero {
    min-height: auto;
    padding-bottom: 26px;
  }

  .hero-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding-top: 16px;
  }

  .header-logo {
    width: 104px;
  }

  .header-nav {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px 16px;
    font-size: 11px;
    letter-spacing: 1.5px;
  }

  .header-cta {
    padding: 10px 18px;
    font-size: 13px;
  }

  .hero-content {
    padding: 12px 20px 0;
    gap: 8px;
  }

  .hero-copy {
    max-width: none;
  }

  .hero-subtitle {
    margin-top: 18px;
    max-width: 30ch;
    font-size: 15px;
  }

  .hero-store-buttons {
    margin-top: 22px;
  }

  .store-buttons {
    flex-direction: column;
    align-items: flex-start;
  }

  .store-badge {
    height: 44px;
  }

  .hero-features {
    gap: 14px 18px;
    margin-top: 22px;
  }

  .hero-feature-item {
    min-width: 72px;
  }

  .hero-feature-icon {
    font-size: 24px;
  }

  .hero-feature-label {
    font-size: 11px;
  }

  .hero-side {
    min-height: 104px;
  }

  .hero-tagline {
    position: static;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 10px;
    transform: none;
    font-size: 23px;
    line-height: 1.15;
    letter-spacing: 0.8px;
  }

  .hero-tagline-accent {
    width: 82px;
    height: 6px;
    margin-top: 0;
  }

  .screens {
    gap: 28px;
    padding: 42px 18px;
  }

  .screens-media {
    width: 100%;
  }

  .app-demo {
    width: 100%;
    height: auto;
    max-width: 420px;
  }

  .screens-copy {
    max-width: none;
  }

  .screens-title {
    font-size: clamp(42px, 14vw, 54px);
  }

  .screens-description {
    font-size: 15px;
  }

  .screens-item {
    font-size: 15px;
    gap: 12px;
  }

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

  .real-item {
    aspect-ratio: 4 / 3;
  }

  .download {
    padding: 42px 18px;
    gap: 18px;
  }

  .download-left,
  .download-right {
    min-height: 0;
  }

  .download-dumbbells {
    max-width: 220px;
  }

  .download-bunnies {
    position: relative;
    right: auto;
    bottom: auto;
    transform: none;
    width: min(100%, 320px);
    min-width: 0;
  }

  .download-center {
    order: -1;
  }

  .download-logo {
    width: min(260px, 72%);
  }

  .site-footer {
    justify-content: center;
    text-align: center;
    padding: 22px 18px 18px;
  }

  .footer-nav,
  .footer-social {
    justify-content: center;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }
}
