:root {
  color-scheme: dark;
  --hot-pink: #ff4dcc;
  --candy: #ff7aef;
  --sun: #fff458;
  --aqua: #58f5ff;
  --lime: #b9ff43;
  --ink: #18001f;
  --white: #fff8ff;
  --glass: rgba(255, 255, 255, 0.15);
  --stroke: rgba(255, 255, 255, 0.36);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--ink);
}

body {
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--white);
  background: var(--ink);
}

a {
  color: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page-shell {
  min-height: 100vh;
  overflow: hidden;
}

.hero {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding: clamp(18px, 3vw, 38px);
  overflow: hidden;
}

.hero__media,
.hero__wash {
  position: absolute;
  inset: 0;
  z-index: -3;
}

.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 46%;
  filter: saturate(1.18) contrast(1.05);
  transform: scale(1.015);
}

.hero__wash {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(24, 0, 31, 0.85) 0%, rgba(76, 0, 74, 0.56) 38%, rgba(255, 77, 204, 0.08) 68%, rgba(24, 0, 31, 0.62) 100%),
    radial-gradient(circle at 20% 18%, rgba(255, 244, 88, 0.44), transparent 23%),
    radial-gradient(circle at 78% 20%, rgba(88, 245, 255, 0.34), transparent 25%),
    linear-gradient(180deg, rgba(24, 0, 31, 0.18) 0%, rgba(24, 0, 31, 0.82) 100%);
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, black, transparent 72%);
}

.topbar,
.status-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.topbar {
  position: absolute;
  top: clamp(18px, 3vw, 38px);
  right: clamp(18px, 3vw, 38px);
  left: clamp(18px, 3vw, 38px);
  z-index: 3;
}

.brand {
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 1000;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0;
  text-shadow: 0 0 20px rgba(255, 77, 204, 0.9);
}

.topbar__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.icon-link,
.social {
  text-decoration: none;
  border: 1px solid var(--stroke);
  background: rgba(255, 255, 255, 0.13);
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.23), inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
}

.icon-link {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 999px;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.icon-link svg {
  width: 23px;
  height: 23px;
  fill: var(--white);
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.34));
}

.icon-link:hover {
  border-color: rgba(255, 244, 88, 0.8);
  background: rgba(255, 255, 255, 0.22);
  transform: translateY(-2px);
}

.icon-link--youtube {
  background: rgba(255, 88, 88, 0.26);
}

.icon-link--instagram {
  background: rgba(255, 122, 239, 0.24);
}

.icon-link--tiktok {
  background: rgba(88, 245, 255, 0.2);
}

.icon-link--facebook {
  background: rgba(142, 173, 255, 0.23);
}

.hero__content {
  max-width: 760px;
  padding-block: 92px 72px;
}

.eyebrow,
.headline,
.copy {
  text-shadow: 0 5px 26px rgba(0, 0, 0, 0.45);
}

.eyebrow {
  display: inline-flex;
  margin: 0 0 14px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 244, 88, 0.6);
  border-radius: 999px;
  color: var(--sun);
  background: rgba(24, 0, 31, 0.34);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  color: var(--sun);
  font-size: clamp(5.6rem, 16vw, 13.5rem);
  font-weight: 1000;
  line-height: 0.72;
  letter-spacing: 0;
  text-shadow:
    0 0 18px rgba(255, 244, 88, 0.65),
    0 12px 0 rgba(255, 77, 204, 0.65),
    0 28px 60px rgba(0, 0, 0, 0.55);
}

.headline {
  margin: clamp(24px, 3vw, 34px) 0 0;
  color: var(--white);
  font-size: clamp(1.9rem, 5vw, 4.6rem);
  font-weight: 1000;
  line-height: 0.98;
}

.copy {
  max-width: 640px;
  margin: 18px 0 0;
  color: rgba(255, 248, 255, 0.88);
  font-size: clamp(1rem, 1.7vw, 1.25rem);
  font-weight: 700;
  line-height: 1.45;
}

.email-form {
  display: flex;
  width: min(100%, 610px);
  min-height: 58px;
  margin-top: 24px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24), inset 0 0 0 1px rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(18px);
}

.email-form input,
.email-form button {
  border: 0;
  font: inherit;
}

.email-form input {
  min-width: 0;
  flex: 1;
  padding: 0 18px;
  color: var(--white);
  background: transparent;
  font-size: 1rem;
  font-weight: 850;
  outline: none;
}

.email-form input::placeholder {
  color: rgba(255, 248, 255, 0.62);
}

.email-form button {
  min-width: 132px;
  padding: 0 22px;
  border-radius: 999px;
  color: var(--ink);
  background: var(--sun);
  box-shadow: 0 0 26px rgba(255, 244, 88, 0.45);
  font-weight: 1000;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.email-form button:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 34px rgba(255, 244, 88, 0.68);
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  width: min(100%, 660px);
  margin-top: 16px;
}

.social {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 14px 12px;
  border-radius: 8px;
  font-size: clamp(0.8rem, 1.5vw, 1rem);
  font-weight: 950;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.social span {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border-radius: 999px;
  color: var(--ink);
  background: var(--sun);
  font-size: 0.76rem;
  font-weight: 1000;
}

.social span svg {
  width: 20px;
  height: 20px;
  fill: var(--ink);
}

.social:hover {
  border-color: rgba(255, 244, 88, 0.8);
  background: rgba(255, 255, 255, 0.22);
  transform: translateY(-3px);
}

.social--youtube span {
  background: #ff5858;
}

.social--instagram span {
  background: #ff7aef;
}

.social--tiktok span {
  background: #58f5ff;
}

.social--facebook span {
  background: #8eadff;
}

.photo-stack {
  position: absolute;
  right: clamp(18px, 4vw, 64px);
  bottom: clamp(88px, 12vh, 160px);
  width: min(31vw, 380px);
  min-width: 260px;
  height: 420px;
  pointer-events: none;
}

.photo-card {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.55);
  border-radius: 8px;
  background: var(--glass);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
}

.photo-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-card--portrait {
  right: 42%;
  bottom: 22px;
  width: 42%;
  aspect-ratio: 3 / 4;
  transform: rotate(-8deg);
}

.photo-card--summer {
  right: 0;
  bottom: 0;
  width: 70%;
  aspect-ratio: 4 / 3;
  transform: rotate(6deg);
}

.photo-card--floor {
  right: 24%;
  bottom: 176px;
  width: 44%;
  aspect-ratio: 3 / 4;
  transform: rotate(9deg);
}

.status-bar {
  position: absolute;
  right: clamp(18px, 3vw, 38px);
  bottom: clamp(18px, 3vw, 38px);
  left: clamp(18px, 3vw, 38px);
  z-index: 3;
  min-height: 52px;
  padding-top: 18px;
  color: var(--sun);
  font-size: clamp(0.78rem, 1.4vw, 0.98rem);
  font-weight: 950;
  text-transform: uppercase;
  text-shadow: 0 0 16px rgba(255, 244, 88, 0.65);
}

.status-bar span {
  padding: 9px 13px;
  border: 1px solid rgba(255, 244, 88, 0.46);
  border-radius: 999px;
  background: rgba(24, 0, 31, 0.28);
  backdrop-filter: blur(14px);
}

.sparkle {
  position: absolute;
  z-index: -1;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: var(--sun);
  box-shadow: 0 0 22px rgba(255, 244, 88, 0.8);
  transform: rotate(45deg);
}

.sparkle--one {
  top: 22%;
  left: 7%;
}

.sparkle--two {
  top: 16%;
  right: 26%;
  background: var(--aqua);
  box-shadow: 0 0 22px rgba(88, 245, 255, 0.9);
}

.sparkle--three {
  right: 12%;
  bottom: 28%;
  background: var(--lime);
  box-shadow: 0 0 22px rgba(185, 255, 67, 0.9);
}

@media (max-width: 980px) {
  .hero {
    min-height: 100svh;
  }

  .hero__media img {
    object-position: 60% 50%;
  }

  .hero__content {
    max-width: 690px;
    padding-block: 74px 150px;
  }

  .photo-stack {
    right: 24px;
    bottom: 76px;
    width: 280px;
    height: 260px;
    min-width: 0;
    opacity: 0.84;
  }

  .photo-card--floor {
    display: none;
  }
}

@media (max-width: 720px) {
  .hero {
    padding: 16px;
  }

  .hero__media img {
    object-position: 61% 50%;
  }

  .hero__wash {
    background:
      linear-gradient(180deg, rgba(24, 0, 31, 0.82) 0%, rgba(76, 0, 74, 0.42) 43%, rgba(24, 0, 31, 0.88) 100%),
      radial-gradient(circle at 20% 18%, rgba(255, 244, 88, 0.32), transparent 28%),
      radial-gradient(circle at 78% 20%, rgba(88, 245, 255, 0.24), transparent 30%);
  }

  .topbar {
    align-items: flex-start;
  }

  .topbar__links {
    display: none;
  }

  .hero__content {
    padding-block: 66px 148px;
  }

  .headline {
    max-width: 390px;
  }

  .copy {
    max-width: 440px;
  }

  .email-form {
    width: min(100%, 440px);
  }

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

  .photo-stack {
    width: 220px;
    height: 166px;
    right: 10px;
    bottom: 76px;
    opacity: 0.72;
  }

  .photo-card--portrait {
    display: none;
  }

  .photo-card--summer {
    width: 100%;
  }

  .status-bar {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 8px;
  }
}

@media (max-width: 460px) {
  .brand {
    font-size: 1.3rem;
  }

  .topbar__links {
    display: none;
  }

  .hero__content {
    padding-block: 48px 132px;
  }

  .email-form {
    display: grid;
    min-height: 112px;
    padding: 7px;
    border-radius: 8px;
  }

  .email-form input {
    min-height: 48px;
    padding: 0 14px;
    text-align: center;
  }

  .email-form button {
    min-height: 48px;
  }

  h1 {
    font-size: clamp(4.7rem, 23vw, 6.2rem);
    text-shadow:
      0 0 16px rgba(255, 244, 88, 0.65),
      0 8px 0 rgba(255, 77, 204, 0.65),
      0 26px 50px rgba(0, 0, 0, 0.58);
  }

  .social {
    min-height: 64px;
    justify-content: flex-start;
  }

  .social span {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  .photo-stack {
    display: none;
  }
}
