:root {
  --acai-950: #260026;
  --acai-900: #480044;
  --acai-700: #71005f;
  --magenta: #ed176f;
  --sun: #ffc512;
  --orange: #ff8a00;
  --sky: #16b9ee;
  --leaf: #6a9f1f;
  --cream: #fff4cf;
  --paper: #fff8e7;
  --white: #fffdf7;
  --ink: #24111f;
  --muted: #6f5968;
  --line: rgba(72, 0, 68, 0.16);
  --shadow: 0 28px 70px rgba(72, 0, 68, 0.2);
  --display: "Lilita One", Impact, sans-serif;
  --body: "Nunito", "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 8%, rgba(22, 185, 238, 0.34), transparent 26rem),
    radial-gradient(circle at 92% 18%, rgba(255, 197, 18, 0.42), transparent 24rem),
    linear-gradient(180deg, #fff8e7 0%, #fff0c7 52%, #fff7df 100%);
  font-family: var(--body);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(72, 0, 68, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(72, 0, 68, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 78%);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

.top-strip {
  display: flex;
  gap: 2rem;
  justify-content: center;
  overflow: hidden;
  padding: 0.66rem 1rem;
  color: var(--white);
  background: var(--acai-950);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.top-strip span {
  position: relative;
}

.top-strip span:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.12rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sun);
  transform: translateY(-50%);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  width: 100%;
  margin: 0;
  padding: 10px max(16px, calc((100vw - 1200px) / 2));
  border: 0;
  border-bottom: 2px solid var(--acai-950);
  border-radius: 0;
  background: rgba(72, 0, 68, 0.88);
  box-shadow: 0 8px 0 var(--acai-950);
  backdrop-filter: blur(16px);
}

.brand,
.nav-links,
.header-button {
  display: inline-flex;
  align-items: center;
}

.brand {
  gap: 0;
  color: var(--white);
  font-weight: 900;
  font-size: 1.08rem;
  line-height: 1.08;
  min-width: 0;
}

.brand span {
  overflow-wrap: anywhere;
}

.nav-links {
  gap: 1.4rem;
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 900;
}

.nav-links a,
.site-footer a {
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.nav-links a:hover,
.site-footer a:hover {
  color: var(--sun);
}

.header-button {
  justify-self: end;
  min-height: 42px;
  padding: 0 1.1rem;
  border-radius: 999px;
  color: var(--acai-950);
  background: var(--sun);
  font-size: 0.9rem;
  font-weight: 900;
}

.section-shell {
  width: min(1200px, calc(100% - 32px));
  margin-inline: auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  width: min(1200px, calc(100% - 32px));
  min-height: calc(100dvh - 112px);
  margin-inline: auto;
  padding: 62px 0 46px;
}

.eyebrow {
  display: inline-flex;
  margin: 0 0 1rem;
  padding: 0.36rem 0.7rem;
  color: var(--white);
  background: var(--magenta);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transform: rotate(-1.5deg);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--display);
  line-height: 0.91;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

h1 {
  max-width: 10ch;
  margin-bottom: 1.35rem;
  color: var(--acai-950);
  font-size: clamp(2.7rem, 6.1vw, 5.2rem);
}

h1::first-line {
  color: var(--acai-700);
}

h2 {
  margin-bottom: 1rem;
  color: var(--acai-950);
  font-size: clamp(2.6rem, 5.6vw, 5.2rem);
}

h3 {
  margin-bottom: 0.65rem;
  color: var(--acai-950);
  font-size: 1.42rem;
}

.hero-text,
.product-copy p,
.order-copy p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.72;
}

.hero-text {
  max-width: 58ch;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin: 2rem 0 1.8rem;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--acai-950);
  border-radius: 999px;
  padding: 0.95rem 1.35rem;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.button:hover,
.header-button:hover {
  transform: translateY(-2px);
}

.button:active,
.header-button:active {
  transform: translateY(1px) scale(0.99);
}

.button-primary {
  color: var(--white);
  background: var(--acai-900);
  box-shadow: 6px 6px 0 var(--sun);
}

.button-secondary {
  color: var(--acai-950);
  background: var(--white);
  box-shadow: 6px 6px 0 rgba(237, 23, 111, 0.42);
}

.button-light {
  color: var(--acai-950);
  background: var(--sun);
  box-shadow: 6px 6px 0 var(--white);
}

.proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.proof-row span {
  border: 2px solid var(--acai-950);
  border-radius: 999px;
  padding: 0.58rem 0.82rem;
  color: var(--acai-950);
  background: rgba(255, 255, 255, 0.62);
  font-size: 0.86rem;
  font-weight: 900;
}

.proof-row span:nth-child(2) {
  background: var(--sun);
}

.proof-row span:nth-child(3) {
  color: var(--white);
  background: var(--magenta);
}

.hero-media {
  position: relative;
  isolation: isolate;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 7% -3% -3% 9%;
  z-index: -1;
  border: 2px solid var(--acai-950);
  border-radius: 44px;
  background: var(--sun);
  transform: rotate(3.5deg);
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: -4% 9% 12% -5%;
  z-index: -2;
  border-radius: 999px;
  background: var(--sky);
  opacity: 0.55;
  filter: blur(2px);
}

.hero-media img {
  width: 100%;
  height: auto;
  border: 2px solid var(--acai-950);
  border-radius: 42px;
  background: var(--cream);
  box-shadow: var(--shadow);
}

.price-bubble,
.size-tag {
  position: absolute;
  display: grid;
  place-items: center;
  border: 2px solid var(--acai-950);
  color: var(--white);
  background: var(--acai-900);
  box-shadow: 6px 6px 0 var(--sun);
  text-align: center;
}

.price-bubble {
  right: -18px;
  top: 8%;
  width: 146px;
  height: 146px;
  border-radius: 50%;
  transform: rotate(7deg);
}

.price-bubble span,
.size-tag span {
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-bubble strong {
  display: block;
  color: var(--sun);
  font-family: var(--display);
  font-size: 3.8rem;
  line-height: 0.8;
}

.size-tag {
  left: -14px;
  bottom: 12%;
  width: 112px;
  height: 92px;
  border-radius: 24px;
  background: var(--magenta);
  transform: rotate(-8deg);
}

.size-tag strong {
  font-family: var(--display);
  font-size: 2.55rem;
  line-height: 0.85;
}

.marquee {
  overflow: hidden;
  border-block: 2px solid var(--acai-950);
  background: var(--acai-950);
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: slide 12s ease-in-out infinite alternate;
}

.marquee span {
  padding: 1rem 1.45rem;
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(1.1rem, 3vw, 2rem);
  text-transform: uppercase;
  white-space: nowrap;
}

.marquee span:nth-child(odd) {
  color: var(--sun);
}

@keyframes slide {
  to {
    transform: translateX(calc(-50% + 100vw));
  }
}

.product-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  padding: 20px 0 115px;
}

.poster-card {
  position: relative;
}

.poster-card::before {
  content: "";
  position: absolute;
  inset: 18px -18px -18px 18px;
  z-index: -1;
  border: 2px solid var(--acai-950);
  border-radius: 34px;
  background: var(--orange);
}

.poster-card img {
  width: 100%;
  height: auto;
  background: var(--cream);
  border: 2px solid var(--acai-950);
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.product-copy {
  max-width: 660px;
}

.feature-list {
  display: grid;
  gap: 0.8rem;
  margin-top: 2rem;
}

.feature-list div {
  display: grid;
  grid-template-columns: 96px 1fr;
  align-items: center;
  min-height: 72px;
  border: 2px solid var(--acai-950);
  border-radius: 22px;
  overflow: hidden;
  background: var(--white);
}

.feature-list span {
  display: grid;
  height: 100%;
  place-items: center;
  color: var(--acai-950);
  background: var(--sun);
  font-family: var(--display);
  font-size: 1.2rem;
}

.feature-list strong {
  padding-inline: 1rem;
  color: var(--acai-900);
  font-weight: 900;
}

.flavor-band {
  padding: 86px 0;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(38, 0, 38, 0.92), rgba(72, 0, 68, 0.72)),
    url("img/img02.jpeg") center / cover;
  background-attachment: fixed;
}

.flavor-content {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: center;
}

.flavor-content h2 {
  max-width: 740px;
  margin-bottom: 0;
  color: var(--white);
}

.order-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.72fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
  padding: 112px 0;
}

.order-form {
  display: grid;
  gap: 1rem;
  padding: clamp(1.3rem, 3vw, 2rem);
  border: 2px solid var(--acai-950);
  border-radius: 30px;
  background: var(--white);
  box-shadow: 8px 8px 0 var(--acai-950);
}

.order-form label {
  display: grid;
  gap: 0.45rem;
  color: var(--acai-950);
  font-size: 0.9rem;
  font-weight: 900;
}

.order-form input,
.order-form select {
  width: 100%;
  min-height: 54px;
  border: 2px solid var(--line);
  border-radius: 16px;
  padding: 0 1rem;
  color: var(--ink);
  background: #fffaf0;
  font: inherit;
}

.order-form input:focus,
.order-form select:focus,
.button:focus-visible,
.header-button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(255, 197, 18, 0.64);
  outline-offset: 3px;
}

.form-status {
  min-height: 1.4rem;
  margin: 0;
  color: var(--magenta);
  font-size: 0.92rem;
  font-weight: 900;
}

.site-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.4rem;
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0;
  border-top: 2px solid var(--acai-950);
  color: var(--acai-950);
  font-size: 0.94rem;
  font-weight: 900;
}

@media (max-width: 920px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .hero,
  .product-section,
  .flavor-content,
  .order-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-media img {
    max-height: none;
  }

  .flavor-band {
    background-attachment: scroll;
  }
}

@media (max-width: 620px) {
  .top-strip {
    justify-content: center;
    gap: 0.95rem;
    padding-inline: 0.45rem;
    font-size: 0.58rem;
    letter-spacing: 0.06em;
  }

  .top-strip span:nth-child(4) {
    display: none;
  }

  .top-strip span:not(:last-child)::after {
    right: -0.58rem;
    width: 5px;
    height: 5px;
  }

  .top-strip span:nth-child(3)::after {
    display: none;
  }

  .section-shell,
  .hero,
  .site-footer {
    width: min(100% - 22px, 1200px);
  }

  .site-header {
    display: none;
  }

  .hero {
    gap: 1.7rem;
    padding-top: 34px;
    padding-bottom: 34px;
  }

  h1 {
    max-width: 12ch;
    font-size: clamp(2.2rem, 10vw, 3.05rem);
  }

  h2 {
    font-size: clamp(2rem, 10.5vw, 3.2rem);
    line-height: 0.96;
  }

  .hero-text,
  .order-copy p {
    font-size: 1rem;
    line-height: 1.58;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin: 1.5rem 0 1.35rem;
  }

  .button {
    width: 100%;
    min-height: 50px;
    padding-inline: 1rem;
  }

  .hero-media::before {
    inset: 10px;
    border-radius: 28px;
    transform: rotate(2deg);
  }

  .hero-media::after {
    inset: 4% 6% 10%;
  }

  .hero-media img,
  .poster-card img {
    border-radius: 28px;
    box-shadow: 0 18px 42px rgba(72, 0, 68, 0.18);
  }

  .price-bubble {
    top: 10px;
    right: 10px;
    width: 82px;
    height: 82px;
    box-shadow: 4px 4px 0 var(--sun);
  }

  .price-bubble strong {
    font-size: 2.05rem;
  }

  .price-bubble span,
  .size-tag span {
    font-size: 0.62rem;
  }

  .size-tag {
    left: 10px;
    bottom: 10px;
    width: 76px;
    height: 62px;
    border-radius: 18px;
    box-shadow: 4px 4px 0 var(--sun);
  }

  .size-tag strong {
    font-size: 1.85rem;
  }

  .marquee span {
    padding: 0.8rem 1rem;
    font-size: 1rem;
  }

  .order-section {
    padding: 76px 0;
  }

  .product-section {
    gap: 2rem;
    padding-top: 64px;
    padding-bottom: 82px;
  }

  .poster-card::before {
    inset: 10px;
    border-radius: 28px;
  }

  .flavor-content {
    justify-items: start;
  }

  .flavor-band {
    padding: 66px 0;
  }

  .feature-list div {
    grid-template-columns: 82px 1fr;
    min-height: 64px;
  }

  .feature-list span {
    font-size: 1rem;
  }

  .feature-list strong {
    padding-inline: 0.82rem;
  }

  .site-footer {
    align-items: center;
    flex-direction: column;
    gap: 0.8rem;
  }
}
