@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@600;700;800;900&family=Kaushan+Script&family=Nunito:wght@400;600;700;800;900&family=Righteous&display=swap");

@font-face {
  font-family: "Summer Stussy Demo";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/summer-stussy-demo.otf") format("opentype");
}

@font-face {
  font-family: "Soltisce Coast High";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/soltisce-coast-high-regular.ttf") format("truetype");
}

:root {
  --cyan: #00f0ff;
  --mint: #00ff81;
  --sun: #ffa900;
  --orange: #ff6800;
  --chartreuse: #ccff00;
  --hot-orange: #ff6b00;
  --hot-pink: #ff2f7d;
  --ink: #102125;
  --deep: #06383c;
  --navy: #082f49;
  --paper: #fffdf4;
  --white: #ffffff;
  --mist: #effdff;
  --cream: #fff7d8;
  --line: rgba(16, 33, 37, 0.14);
  --muted: rgba(16, 33, 37, 0.72);
  --shadow: 0 22px 60px rgba(16, 33, 37, 0.14);
  --accent-shadow: 0 16px 34px rgba(0, 240, 255, 0.16);
  --corner: 8px;
  --corner-sm: 6px;
  --rainbow: linear-gradient(90deg, var(--cyan), var(--mint), var(--chartreuse), var(--sun), var(--orange), var(--hot-pink));
  --font-display: "Soltisce Coast High", "Kaushan Script", "Brush Script MT", cursive;
  --font-hero: var(--font-display);
  --font-premium: "Cinzel", Georgia, serif;
  --font-label: "Righteous", "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  --font-body: "Nunito", "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 8%, rgba(0, 240, 255, 0.16), transparent 24%),
    radial-gradient(circle at 92% 10%, rgba(255, 47, 125, 0.07), transparent 24%),
    linear-gradient(180deg, var(--paper), #f8fffb 54%, #fff8e7);
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 10px 30px rgba(16, 33, 37, 0.08);
  color: var(--ink);
  display: grid;
  gap: 22px;
  grid-template-columns: 86px 1fr auto;
  left: 0;
  padding: 12px 34px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
}

.site-header::before {
  background: var(--rainbow);
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.brand-lockup img,
.hero-logo,
.statement-logo img,
.join-logo,
.footer-brand img {
  border-radius: 50%;
  object-fit: cover;
}

.brand-lockup img {
  background: var(--white);
  border: 2px solid rgba(16, 33, 37, 0.12);
  box-shadow: 0 0 0 4px rgba(204, 255, 0, 0.38), 0 10px 20px rgba(16, 33, 37, 0.12);
  height: 62px;
  width: 62px;
}

.main-nav,
.header-actions,
.site-footer nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.main-nav a,
.header-actions a,
.site-footer a {
  border-bottom: 2px solid transparent;
  color: var(--ink);
  font-family: var(--font-premium);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.main-nav a:hover,
.header-actions a:hover,
.site-footer a:hover,
.cocktail-card button:hover {
  border-bottom-color: var(--hot-pink);
  color: var(--deep);
}

.outlined-link {
  background: linear-gradient(135deg, rgba(204, 255, 0, 0.42), rgba(0, 240, 255, 0.26));
  border: 1px solid rgba(16, 33, 37, 0.2);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(0, 240, 255, 0.18);
  font-family: var(--font-label);
  font-weight: 400;
  padding: 9px 14px;
}

.feature-hero {
  min-height: 94svh;
  overflow: hidden;
  position: relative;
}

.hero-media {
  background-image:
    linear-gradient(90deg, rgba(255, 253, 244, 0.96), rgba(255, 253, 244, 0.74) 30%, rgba(0, 240, 255, 0.16) 54%, rgba(255, 47, 125, 0.08)),
    linear-gradient(0deg, rgba(16, 33, 37, 0.18), rgba(16, 33, 37, 0)),
    url("assets/hero/lime-margarita-glass.jpg");
  background-position: center;
  background-size: cover;
  inset: 0;
  position: absolute;
}

.feature-hero::after,
.still-showcase::after,
.summer-section::after,
.story-section::after,
.pickup-section::after {
  background: var(--rainbow);
  bottom: 0;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  right: 0;
}

.hero-content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 1180px;
  min-height: 94svh;
  padding: 132px 34px 78px;
  position: relative;
  z-index: 1;
}

.hero-logo {
  background: var(--white);
  border: 1px solid rgba(16, 33, 37, 0.12);
  box-shadow:
    0 0 0 7px rgba(0, 240, 255, 0.22),
    0 0 0 13px rgba(204, 255, 0, 0.2),
    var(--shadow);
  margin-bottom: 36px;
  max-width: 245px;
}

.eyebrow {
  background: linear-gradient(135deg, rgba(204, 255, 0, 0.55), rgba(0, 240, 255, 0.28));
  border: 1px solid rgba(16, 33, 37, 0.12);
  border-radius: 999px;
  color: var(--deep);
  display: inline-block;
  font-family: var(--font-label);
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0 0 12px;
  padding: 6px 12px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0;
}

h1 {
  font-size: 4.85rem;
  line-height: 1.02;
  margin-bottom: 20px;
  max-width: 800px;
  text-shadow: 0 5px 0 rgba(255, 169, 0, 0.34);
}

.feature-hero h1 {
  font-family: var(--font-hero);
  font-size: 5.3rem;
  line-height: 0.88;
  max-width: 760px;
  text-shadow: 0 7px 0 rgba(255, 169, 0, 0.34);
}

h2 {
  font-size: 3.05rem;
  line-height: 1.08;
  margin-bottom: 20px;
}

h3 {
  font-size: 1.38rem;
  line-height: 1.14;
  margin-bottom: 10px;
}

.feature-hero p,
.brand-statement p,
.story-copy p,
.pickup-copy p,
.summer-section p {
  color: var(--muted);
  font-size: 1.1rem;
  font-weight: 700;
}

.feature-hero p {
  border-left: 5px solid var(--hot-pink);
  max-width: 610px;
  padding-left: 18px;
}

.button {
  align-items: center;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-family: var(--font-label);
  font-weight: 400;
  justify-content: center;
  min-height: 50px;
  padding: 13px 22px;
  text-align: center;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  box-shadow: 0 16px 30px rgba(255, 104, 0, 0.2);
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, var(--hot-pink), var(--hot-orange));
  box-shadow: 0 14px 28px rgba(255, 47, 125, 0.22);
  color: var(--white);
}

.button-gold {
  background: linear-gradient(135deg, var(--sun), var(--hot-orange));
  box-shadow: 0 14px 28px rgba(255, 104, 0, 0.18);
  color: var(--ink);
}

.brand-statement {
  align-items: center;
  background:
    radial-gradient(circle at 8% 14%, rgba(0, 240, 255, 0.22), transparent 28%),
    radial-gradient(circle at 96% 20%, rgba(204, 255, 0, 0.2), transparent 24%),
    var(--white);
  display: grid;
  gap: 56px;
  grid-template-columns: 280px minmax(0, 780px);
  justify-content: center;
  padding: 92px 34px;
  position: relative;
}

.statement-logo img {
  background: var(--white);
  border: 1px solid rgba(16, 33, 37, 0.12);
  box-shadow: 0 18px 44px rgba(16, 33, 37, 0.16), -10px 10px 0 rgba(0, 255, 129, 0.28);
}

.still-showcase {
  min-height: 680px;
  overflow: hidden;
  position: relative;
}

.still-showcase img {
  height: 680px;
  object-fit: cover;
  width: 100%;
}

.still-showcase::before,
.summer-section::before {
  background:
    linear-gradient(0deg, rgba(8, 47, 73, 0.7), rgba(8, 47, 73, 0.08) 56%),
    linear-gradient(90deg, rgba(0, 240, 255, 0.18), rgba(255, 47, 125, 0.08));
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.showcase-copy,
.summer-section > div {
  left: 50%;
  max-width: 800px;
  padding: 0 34px;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  width: 100%;
  z-index: 2;
}

.showcase-copy {
  bottom: 58px;
}

.showcase-copy h2,
.summer-section h2 {
  color: var(--white);
  text-shadow: 0 4px 22px rgba(0, 0, 0, 0.34);
}

.showcase-copy .eyebrow {
  background: rgba(255, 255, 255, 0.86);
}

.summer-section .eyebrow {
  background: linear-gradient(135deg, rgba(204, 255, 0, 0.78), rgba(0, 240, 255, 0.42));
  border: 1px solid rgba(0, 124, 137, 0.24);
  box-shadow: 0 10px 24px rgba(0, 240, 255, 0.16);
  color: var(--ink);
}

.product-section,
.cocktail-section,
.gifting-section,
.follow-section,
.join-section {
  padding: 92px 34px;
}

.product-section {
  background:
    linear-gradient(90deg, rgba(0, 240, 255, 0.09) 1px, transparent 1px),
    linear-gradient(0deg, rgba(0, 240, 255, 0.05) 1px, transparent 1px),
    linear-gradient(135deg, var(--paper), #f5fff9 48%, #effdff);
  background-size: 44px 44px, 44px 44px, auto;
  color: var(--ink);
}

.product-section h2,
.product-section h3,
.cocktail-section h2,
.cocktail-section h3,
.gifting-section h2,
.gifting-section h3,
.join-section h2,
.join-section h3 {
  color: var(--ink);
}

.section-heading {
  margin: 0 auto 50px;
  max-width: 820px;
  text-align: center;
}

.section-heading h2 {
  text-shadow: 0 6px 0 rgba(0, 240, 255, 0.2);
}

.product-carousel {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: 58px minmax(0, 1fr) 58px;
  margin: 0 auto;
  max-width: 1180px;
}

.carousel-control {
  background: var(--white);
  border: 1px solid rgba(16, 33, 37, 0.18);
  border-radius: 50%;
  box-shadow: 0 12px 24px rgba(0, 240, 255, 0.18);
  color: var(--deep);
  cursor: pointer;
  font-size: 2.2rem;
  height: 58px;
  line-height: 1;
  width: 58px;
}

.carousel-control:hover {
  background: linear-gradient(135deg, var(--cyan), var(--chartreuse));
  color: var(--ink);
}

.product-stage {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(5, minmax(180px, 1fr));
}

.product-card {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(16, 33, 37, 0.12);
  border-radius: var(--corner);
  box-shadow: 0 14px 34px rgba(16, 33, 37, 0.08);
  display: grid;
  justify-items: center;
  min-height: 440px;
  overflow: hidden;
  padding: 34px 20px 28px;
  position: relative;
  text-align: center;
  transition: opacity 180ms ease, transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.product-card::before {
  background: var(--rainbow);
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.product-card.is-active {
  border-color: rgba(0, 240, 255, 0.36);
  box-shadow: var(--accent-shadow), 0 0 0 5px rgba(204, 255, 0, 0.18);
  transform: translateY(-8px);
}

.bottle {
  align-items: center;
  border: 1px solid rgba(16, 33, 37, 0.16);
  border-radius: var(--corner);
  box-shadow:
    inset 16px 0 28px rgba(255, 255, 255, 0.28),
    inset -10px 0 20px rgba(16, 33, 37, 0.08),
    0 18px 28px rgba(16, 33, 37, 0.12);
  color: var(--ink);
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: 224px;
  justify-content: center;
  justify-self: center;
  margin: 0 0 28px;
  overflow: hidden;
  padding: 22px 16px;
  position: relative;
  width: min(100%, 162px);
}

.bottle::before {
  display: none;
}

.bottle-logo {
  background: var(--white);
  border: 1px solid rgba(16, 33, 37, 0.14);
  border-radius: 50%;
  box-shadow:
    0 0 0 4px rgba(255, 255, 255, 0.4),
    0 10px 20px rgba(16, 33, 37, 0.14);
  height: 90px;
  object-fit: cover;
  width: 90px;
}

.bottle-flavor {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(16, 33, 37, 0.12);
  border-radius: var(--corner-sm);
  color: var(--ink);
  font-family: var(--font-label);
  font-size: 0.78rem;
  font-weight: 400;
  line-height: 1.08;
  padding: 9px 10px;
  text-transform: uppercase;
  width: 100%;
}

.bottle-teal {
  background: linear-gradient(180deg, #63f8ff, var(--cyan));
}

.bottle-gold {
  background: linear-gradient(180deg, #ffc861, var(--sun));
}

.bottle-pink {
  background: linear-gradient(180deg, #ff7aa8, var(--hot-pink));
  color: var(--white);
}

.bottle-green {
  background: linear-gradient(180deg, #7dffc0, var(--mint));
}

.bottle-orange {
  background: linear-gradient(180deg, #ff9a4b, var(--hot-orange));
}

.product-card p,
.cocktail-card p,
.gift-grid p,
.form-note,
.checkbox-line span {
  color: var(--muted);
  font-weight: 700;
}

.story-section {
  align-items: center;
  background:
    radial-gradient(circle at 10% 10%, rgba(204, 255, 0, 0.24), transparent 28%),
    linear-gradient(135deg, #ffffff, #f1fffa 52%, #effdff);
  display: grid;
  gap: 52px;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1.14fr);
  padding: 100px 34px;
  position: relative;
}

.story-copy {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(16, 33, 37, 0.12);
  border-left: 8px solid var(--hot-orange);
  border-radius: var(--corner);
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-self: end;
  max-width: 590px;
  min-height: 596px;
  padding: 34px;
}

.story-copy h2 {
  text-shadow: 0 5px 0 rgba(255, 169, 0, 0.24);
}

.story-collage {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}

.story-collage img {
  border: 1px solid rgba(16, 33, 37, 0.12);
  border-radius: var(--corner-sm);
  box-shadow: var(--shadow);
  height: 290px;
  object-fit: cover;
  width: 100%;
}

.story-collage img:first-child {
  box-shadow: 0 20px 44px rgba(255, 47, 125, 0.12);
  grid-row: span 2;
  height: 596px;
}

.cocktail-section {
  background:
    linear-gradient(135deg, rgba(255, 169, 0, 0.13), rgba(0, 240, 255, 0.12)),
    var(--paper);
  color: var(--ink);
}

.cocktail-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto 36px;
  max-width: 1180px;
}

.cocktail-card {
  background: var(--white);
  border: 1px solid rgba(16, 33, 37, 0.12);
  border-radius: var(--corner);
  box-shadow: 0 16px 34px rgba(16, 33, 37, 0.08);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  min-height: 456px;
  overflow: hidden;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.cocktail-card:hover,
.cocktail-card:focus-visible,
.cocktail-card.is-selected {
  border-color: rgba(255, 47, 125, 0.5);
  box-shadow: 0 20px 44px rgba(16, 33, 37, 0.14);
  transform: translateY(-3px);
}

.cocktail-card:focus-visible {
  outline: 3px solid rgba(0, 240, 255, 0.5);
  outline-offset: 4px;
}

.cocktail-card::after {
  background: var(--rainbow);
  content: "";
  height: 6px;
  margin-top: auto;
}

.cocktail-card img {
  aspect-ratio: 4 / 5;
  border-radius: var(--corner-sm) var(--corner-sm) 0 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.cocktail-card div {
  padding: 22px;
}

.cocktail-card button {
  background: transparent;
  border: 0;
  border-bottom: 2px solid var(--hot-pink);
  color: var(--deep);
  cursor: pointer;
  font-family: var(--font-label);
  font-weight: 400;
  padding: 0 0 5px;
  text-transform: uppercase;
}

.recipe-panel {
  background: linear-gradient(135deg, var(--deep), var(--navy));
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--corner);
  box-shadow: var(--shadow);
  color: var(--white);
  margin: 0 auto;
  max-width: 880px;
  overflow: hidden;
  padding: 34px;
  position: relative;
}

.recipe-panel::before {
  background: var(--rainbow);
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.recipe-panel h3 {
  color: var(--white);
  font-size: 2rem;
}

.recipe-panel ul {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  padding-left: 20px;
}

.recipe-panel li,
.recipe-panel p:last-child {
  color: rgba(255, 255, 255, 0.84);
  font-weight: 700;
}

.recipe-panel li::marker {
  color: var(--chartreuse);
}

.pickup-section {
  background:
    linear-gradient(135deg, rgba(255, 169, 0, 0.26), rgba(255, 107, 0, 0.14)),
    var(--white);
  color: var(--ink);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  position: relative;
}

.pickup-image img {
  border-radius: var(--corner-sm);
  height: 100%;
  min-height: 600px;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

.pickup-copy {
  align-self: center;
  padding: 78px 52px;
}

.pickup-copy h2 {
  text-shadow: 0 5px 0 rgba(0, 240, 255, 0.2);
}

.pickup-cards {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.pickup-cards article {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(16, 33, 37, 0.12);
  border-radius: var(--corner);
  box-shadow: 0 16px 32px rgba(16, 33, 37, 0.08);
  padding: 24px;
}

.pickup-cards span {
  background: linear-gradient(135deg, var(--cyan), rgba(204, 255, 0, 0.72));
  border-radius: 50%;
  display: inline-grid;
  font-size: 1.7rem;
  height: 48px;
  margin-bottom: 12px;
  place-items: center;
  width: 48px;
}

.pickup-cards a {
  color: var(--deep);
  font-family: var(--font-label);
  font-weight: 400;
  text-transform: uppercase;
}

.pickup-logo {
  background: var(--white);
  border: 10px solid rgba(181, 255, 216, 0.9);
  border-radius: 50%;
  box-shadow: 0 24px 50px rgba(16, 33, 37, 0.12);
  display: block;
  margin: 34px auto 0;
  max-width: 250px;
  width: min(250px, 62vw);
}

.gifting-section {
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 47, 125, 0.09), transparent 22%),
    radial-gradient(circle at 92% 14%, rgba(255, 107, 0, 0.14), transparent 24%),
    var(--paper);
  color: var(--ink);
  text-align: center;
}

.gifting-section h2 {
  text-shadow: 0 5px 0 rgba(0, 255, 129, 0.18);
}

.gift-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  margin: 40px auto 0;
  max-width: 1100px;
}

.gift-grid article {
  background: var(--white);
  border: 1px solid rgba(16, 33, 37, 0.12);
  border-radius: var(--corner);
  box-shadow: 0 16px 34px rgba(16, 33, 37, 0.08);
  overflow: hidden;
  padding: 28px;
  position: relative;
}

.gift-grid article::before {
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.gift-grid article:nth-child(1)::before {
  background: var(--sun);
}

.gift-grid article:nth-child(2)::before {
  background: var(--cyan);
}

.gift-grid article:nth-child(3)::before {
  background: var(--hot-pink);
}

.summer-section {
  min-height: 620px;
  position: relative;
}

.summer-section img {
  border-radius: var(--corner-sm);
  height: 620px;
  object-fit: cover;
  width: 100%;
}

.summer-section > div {
  bottom: 66px;
}

.summer-section p {
  color: rgba(255, 255, 255, 0.86);
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.28);
}

.follow-section {
  background:
    linear-gradient(135deg, rgba(0, 240, 255, 0.22), rgba(0, 255, 129, 0.16)),
    var(--white);
  text-align: center;
}

.follow-section > p {
  background: linear-gradient(135deg, rgba(204, 255, 0, 0.68), rgba(0, 240, 255, 0.3));
  border: 1px solid rgba(0, 124, 137, 0.22);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(0, 240, 255, 0.14);
  color: var(--deep);
  display: inline-block;
  font-family: var(--font-label);
  font-weight: 400;
  padding: 8px 14px;
  text-transform: uppercase;
}

.follow-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, 1fr);
  margin: 30px auto 0;
  max-width: 1180px;
}

.follow-grid img {
  aspect-ratio: 1 / 1;
  border-radius: var(--corner-sm);
  box-shadow: 0 16px 32px rgba(16, 33, 37, 0.1);
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.join-section {
  align-items: start;
  background:
    linear-gradient(90deg, rgba(204, 255, 0, 0.18), rgba(0, 240, 255, 0.13), rgba(255, 47, 125, 0.06)),
    var(--paper);
  color: var(--ink);
  display: grid;
  gap: 38px;
  grid-template-columns: 170px minmax(280px, 0.8fr) minmax(320px, 1fr);
}

.join-logo {
  background: var(--white);
  border: 1px solid rgba(16, 33, 37, 0.12);
  box-shadow: 0 0 0 8px rgba(255, 104, 0, 0.12), var(--shadow);
}

.join-copy h2 {
  text-shadow: 0 5px 0 rgba(204, 255, 0, 0.24);
}

.preference-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.preference-row button {
  background: var(--white);
  border: 1px solid rgba(16, 33, 37, 0.16);
  border-radius: 999px;
  color: var(--ink);
  cursor: pointer;
  font-family: var(--font-label);
  font-weight: 400;
  padding: 10px 13px;
  text-transform: uppercase;
}

.preference-row button.is-selected {
  background: linear-gradient(135deg, rgba(204, 255, 0, 0.86), rgba(0, 240, 255, 0.38));
  border-color: rgba(0, 124, 137, 0.28);
  box-shadow: 0 10px 20px rgba(0, 240, 255, 0.12);
  color: var(--deep);
}

.signup-form {
  background: var(--white);
  border: 1px solid rgba(16, 33, 37, 0.12);
  border-radius: var(--corner);
  box-shadow: var(--shadow);
  padding: 28px;
}

.signup-form label {
  color: var(--ink);
  display: block;
  font-family: var(--font-label);
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.form-row {
  display: flex;
  gap: 10px;
}

.form-row input {
  border: 1px solid rgba(16, 33, 37, 0.22);
  border-radius: var(--corner-sm);
  color: var(--ink);
  min-height: 52px;
  min-width: 0;
  padding: 11px 13px;
  width: 100%;
}

.form-row input:focus {
  border-color: var(--cyan);
  outline: 4px solid rgba(0, 240, 255, 0.22);
}

.checkbox-line {
  align-items: flex-start;
  display: flex;
  gap: 10px;
  margin: 18px 0 0;
  text-transform: none;
}

.checkbox-line input {
  accent-color: var(--hot-pink);
  margin-top: 4px;
}

.checkbox-line span,
.form-note {
  font-size: 0.92rem;
}

.form-note {
  margin: 14px 0 0;
}

.site-footer {
  align-items: center;
  background: var(--white);
  border-top: 1px solid var(--line);
  box-shadow: inset 0 6px 0 0 rgba(0, 240, 255, 0.34);
  color: var(--ink);
  display: grid;
  gap: 24px;
  grid-template-columns: 180px 1fr auto;
  padding: 38px 34px 30px;
  position: relative;
}

.site-footer::before {
  background: var(--rainbow);
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.footer-brand {
  align-items: center;
  display: flex;
  gap: 12px;
}

.footer-brand img {
  box-shadow: 0 0 0 4px rgba(204, 255, 0, 0.38);
  height: 52px;
  width: 52px;
}

.footer-brand strong {
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 400;
}

.site-footer p {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: 72px 1fr;
  }

  .header-actions {
    display: none;
  }

  .product-stage {
    grid-template-columns: repeat(3, minmax(180px, 1fr));
  }

  .product-card:nth-child(n + 4) {
    display: none;
  }

  .cocktail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .join-section,
  .site-footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .site-header {
    padding: 10px 18px;
    position: absolute;
  }

  .brand-lockup img {
    height: 52px;
    width: 52px;
  }

  .main-nav {
    gap: 12px;
    justify-content: flex-end;
  }

  .main-nav a {
    font-size: 0.75rem;
  }

  .main-nav a:nth-child(5),
  .main-nav a:nth-child(6) {
    display: none;
  }

  .hero-content,
  .feature-hero {
    min-height: 86svh;
  }

  .hero-content {
    padding: 112px 20px 58px;
  }

  .hero-logo {
    max-width: 184px;
  }

  h1 {
    font-size: 3.2rem;
    text-shadow: 0 4px 0 rgba(255, 169, 0, 0.28);
  }

  h2 {
    font-size: 2.25rem;
  }

  .brand-statement,
  .story-section,
  .pickup-section,
  .join-section {
    grid-template-columns: 1fr;
  }

  .brand-statement,
  .product-section,
  .cocktail-section,
  .gifting-section,
  .follow-section,
  .join-section {
    padding: 66px 20px;
  }

  .statement-logo {
    max-width: 220px;
  }

  .still-showcase,
  .still-showcase img,
  .summer-section,
  .summer-section img {
    min-height: 520px;
    height: 520px;
  }

  .product-carousel {
    grid-template-columns: 44px minmax(0, 1fr) 44px;
  }

  .carousel-control {
    font-size: 2rem;
    height: 44px;
    width: 44px;
  }

  .product-stage {
    grid-template-columns: 1fr;
  }

  .product-card {
    display: none;
    min-height: 390px;
  }

  .product-card.is-active {
    display: grid;
  }

  .story-copy {
    justify-self: start;
    min-height: auto;
  }

  .story-collage {
    grid-template-columns: 1fr;
  }

  .story-collage img,
  .story-collage img:first-child {
    grid-row: auto;
    height: 330px;
  }

  .pickup-image img {
    min-height: 380px;
  }

  .pickup-copy {
    padding: 58px 20px;
  }

  .gift-grid,
  .follow-grid {
    grid-template-columns: 1fr;
  }

  .join-logo {
    max-width: 160px;
  }
}

@media (max-width: 520px) {
  .main-nav a:nth-child(3) {
    display: none;
  }

  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 1.86rem;
  }

  .feature-hero p,
  .brand-statement p,
  .story-copy p,
  .pickup-copy p,
  .summer-section p {
    font-size: 1rem;
  }

  .product-carousel {
    gap: 10px;
    grid-template-columns: 34px minmax(0, 1fr) 34px;
  }

  .carousel-control {
    font-size: 1.6rem;
    height: 34px;
    width: 34px;
  }

  .cocktail-grid {
    grid-template-columns: 1fr;
  }

  .form-row {
    flex-direction: column;
  }
}
