:root {
  --ink: #090b0d;
  --ink-2: #101317;
  --ink-3: #171b20;
  --paper: #ffffff;
  --mist: #f4f7fa;
  --sky: #e8f6ff;
  --gold: #e8be52;
  --line: rgba(9, 11, 13, 0.14);
  --line-light: rgba(255, 255, 255, 0.18);
  --blue: #a9d8f5;
  --blue-2: #6fb5de;
  --blue-dark: #2b6c8f;
  --muted: #6a7178;
  --font-round: "Fredoka", system-ui, sans-serif;
  --font-body: "Outfit", system-ui, sans-serif;
  --shadow-blue: 0 24px 80px rgba(112, 188, 232, 0.2);
  --swirl-dark: url("../assets/patterns/puffy-flow-dark.svg");
  --swirl-light: url("../assets/patterns/puffy-flow-light.svg");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body.gate-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.svg-defs {
  position: absolute;
}

.section-shell {
  width: min(1160px, calc(100% - 44px));
  margin: 0 auto;
}

.vibe,
.flower,
.premium,
.stash,
.wholesale {
  scroll-margin-top: 118px;
}

.wordmark {
  margin: 0;
  font-family: var(--font-round);
  font-size: clamp(2.1rem, 5vw, 4.2rem);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0.08em;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.72rem;
  min-height: 52px;
  padding: 0.88rem 1.32rem;
  border: 2px solid transparent;
  border-radius: 999px;
  font-family: var(--font-round);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button svg,
.header-cta svg,
.hero__down svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button--blue {
  background: var(--blue);
  color: var(--ink);
  box-shadow: var(--shadow-blue);
}

.button--blue:hover {
  background: #c1e7ff;
}

.button--light {
  background: var(--paper);
  color: var(--ink);
}

.button--outline-light {
  background: transparent;
  color: var(--paper);
  border-color: rgba(255, 255, 255, 0.72);
}

.button--outline-light:hover {
  border-color: var(--blue);
  color: var(--blue);
}

.button--compact {
  min-height: 48px;
  padding-inline: 1.16rem;
}

.age-gate {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
  background: var(--ink);
  background-image: radial-gradient(circle at 78% 18%, rgba(169, 216, 245, 0.18), transparent 30%), var(--swirl-dark);
  background-repeat: no-repeat;
  background-size: auto, cover;
  background-position: center, center;
  color: var(--paper);
}

.age-gate.hidden {
  display: none;
}

.age-gate__panel {
  width: min(430px, 100%);
  text-align: center;
}

.age-gate__logo {
  width: 122px;
  margin: 0 auto 4px;
  --cloud-fill: #fff;
  --cloud-stroke: #090b0d;
}

.age-gate h1 {
  margin: 1.6rem 0 0.42rem;
  font-family: var(--font-round);
  font-size: clamp(2rem, 7vw, 3rem);
  line-height: 1;
}

.age-gate p {
  margin: 0;
}

.age-gate__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.55rem;
}

.age-gate__fine {
  max-width: 320px;
  margin: 1.35rem auto 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  left: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2rem;
  padding: 16px clamp(18px, 4vw, 56px);
  color: var(--paper);
  transition: background 180ms ease, border-color 180ms ease, padding 180ms ease;
}

.site-header.is-scrolled {
  padding-block: 10px;
  background: rgba(9, 11, 13, 0.86);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.66rem;
  text-decoration: none;
}

.brand__mark {
  width: 54px;
  --cloud-fill: #fff;
  --cloud-stroke: #090b0d;
}

.brand__text {
  font-family: var(--font-round);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.09em;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(1.35rem, 4vw, 3.1rem);
}

.site-nav a,
.header-cta {
  font-family: var(--font-round);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.site-nav a {
  opacity: 0.88;
  transition: color 160ms ease, opacity 160ms ease;
}

.site-nav a:hover {
  color: var(--blue);
  opacity: 1;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 44px;
  padding: 0.62rem 1rem;
  border: 1.5px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  color: var(--paper);
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.header-cta:hover {
  background: var(--blue);
  border-color: var(--blue);
  color: var(--ink);
}

.header-cta svg {
  width: 18px;
  height: 18px;
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  padding: 0;
  border: 1.5px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  background: transparent;
  color: var(--paper);
}

.menu-button span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 3px 0;
  border-radius: 999px;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 88svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, #070809 0%, #111820 58%, #24445a 100%);
  color: var(--paper);
}

.hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 22%;
  background: linear-gradient(180deg, transparent, rgba(9, 11, 13, 0.94));
  pointer-events: none;
}

.hero__smoke,
.hero__swirl {
  position: absolute;
  inset: 0;
}

.hero__smoke {
  background-image: linear-gradient(90deg, rgba(9, 11, 13, 0.24), rgba(9, 11, 13, 0.52)), url("../assets/img/hero-smoke.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.62;
  filter: saturate(0.78) brightness(1.06);
}

.hero__swirl {
  background-image: var(--swirl-dark);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.64;
  mix-blend-mode: screen;
}

.hero__inner {
  position: relative;
  z-index: 2;
  width: min(1160px, calc(100% - 44px));
  margin: 0 auto;
  padding: 102px 0 70px;
}

.hero__copy {
  width: min(840px, 100%);
}

.hero__logo {
  width: clamp(86px, 12vw, 132px);
  margin-bottom: clamp(1.3rem, 3.6vh, 2.2rem);
  --cloud-fill: #fff;
  --cloud-stroke: #090b0d;
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.45));
}

.hero h1 {
  margin: 0;
  font-family: var(--font-round);
  font-size: clamp(3.25rem, 7.4vw, 6.6rem);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0;
  max-width: min(100%, 860px);
}

.hero p {
  max-width: 560px;
  margin: 1.3rem 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.04rem, 1.75vw, 1.33rem);
  font-weight: 300;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.1rem;
}

.hero__legal {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-top: 1.55rem;
  padding-left: 58px;
  min-height: 44px;
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.66);
}

.hero__legal::before {
  content: "21+";
  position: absolute;
  left: 0;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 2px solid var(--blue);
  border-radius: 50%;
  color: var(--blue);
  font-family: var(--font-round);
  font-weight: 700;
  font-size: 0.9rem;
}

.hero__flower {
  position: absolute;
  z-index: 1;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.52);
  filter: saturate(0.88) contrast(1.08);
}

.hero__flower--one {
  right: max(20px, 7vw);
  bottom: max(38px, 9vh);
  width: clamp(260px, 31vw, 500px);
  aspect-ratio: 1 / 1;
}

.hero__flower--two {
  right: max(22px, 2.8vw);
  top: max(92px, 17vh);
  width: clamp(180px, 20vw, 330px);
  aspect-ratio: 1 / 1.18;
  opacity: 0.72;
}

.hero__down {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 10px;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 2px solid var(--blue);
  border-radius: 50%;
  background: var(--ink);
  color: var(--blue);
  transform: translateX(-50%);
}

.vibe {
  position: relative;
  overflow: hidden;
  padding: clamp(78px, 10vw, 132px) 0;
  background: var(--paper);
  background-image: var(--swirl-light);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.vibe__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.95fr);
  gap: clamp(2.2rem, 6vw, 6rem);
  align-items: center;
}

.vibe__copy h2,
.flower__copy h2,
.premium__copy h2,
.stash__copy h2,
.wholesale__copy h2 {
  margin: 0;
  font-family: var(--font-round);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.vibe__copy h2 {
  max-width: 670px;
  font-size: clamp(2.6rem, 5.6vw, 5.25rem);
}

.vibe__copy > p,
.flower__copy > p,
.premium__copy p,
.stash__copy p,
.wholesale__copy p {
  margin: 1.2rem 0 0;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.7vw, 1.18rem);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2.8rem;
}

.proof-strip div {
  min-width: 0;
}

.proof-strip svg {
  width: 52px;
  height: 52px;
  margin-bottom: 0.9rem;
  color: var(--ink);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  --cloud-fill: var(--blue);
  --cloud-stroke: var(--ink);
}

.proof-strip strong {
  display: block;
  font-family: var(--font-round);
  font-size: 1.02rem;
  line-height: 1.05;
}

.proof-strip span {
  display: block;
  margin-top: 0.38rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.vibe__media {
  position: relative;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 28px 90px rgba(9, 11, 13, 0.16);
}

.vibe__media::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 6px;
  z-index: 1;
  pointer-events: none;
}

.vibe__media img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1.05;
  object-fit: cover;
}

.flower {
  padding: clamp(78px, 10vw, 126px) 0 clamp(82px, 10vw, 136px);
  background: var(--paper);
  background-image: linear-gradient(180deg, rgba(232, 246, 255, 0.72), rgba(255, 255, 255, 0.95) 44%, rgba(244, 247, 250, 0.92)), var(--swirl-light);
  background-repeat: no-repeat;
  background-size: auto, cover;
  background-position: center, center;
  color: var(--ink);
}

.flower__intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.72fr);
  gap: clamp(2rem, 5vw, 4.8rem);
  align-items: end;
  margin-bottom: clamp(2.2rem, 5vw, 4.4rem);
}

.flower__copy h2 {
  max-width: 760px;
  font-size: clamp(2.55rem, 5.8vw, 5.35rem);
}

.flower__copy > p {
  max-width: 610px;
}

.wholesale__copy p {
  color: rgba(255, 255, 255, 0.72);
}

.flower__notes {
  display: grid;
  gap: 1.1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.flower__notes li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 0.9rem;
  align-items: center;
  color: rgba(9, 11, 13, 0.8);
}

.flower__notes svg {
  width: 34px;
  height: 34px;
  color: var(--blue-dark);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
  --cloud-fill: none;
  --cloud-stroke: var(--blue);
}

.lineup-block {
  display: grid;
  gap: clamp(1.45rem, 3.5vw, 2.4rem);
}

.lineup-heading {
  display: grid;
  grid-template-columns: minmax(260px, 0.48fr) minmax(280px, 0.52fr);
  gap: clamp(1.2rem, 4vw, 4rem);
  align-items: end;
}

.lineup-heading h3 {
  margin: 0;
  font-family: var(--font-round);
  font-size: clamp(2rem, 4.4vw, 3.9rem);
  line-height: 1;
}

.lineup-heading p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.13rem);
}

.mylar-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.4rem);
}

.mylar-card {
  display: grid;
  gap: 1rem;
  min-width: 0;
  --mylar-image-scale: 1;
  --mylar-image-hover-scale: 1.025;
}

.mylar-card--ounce {
  --mylar-image-scale: 1.075;
  --mylar-image-hover-scale: 1.1;
}

.mylar-card__image {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(9, 11, 13, 0.1);
  border-radius: 8px;
  background: linear-gradient(145deg, #ffffff, var(--sky));
  box-shadow: 0 22px 62px rgba(43, 108, 143, 0.14);
}

.mylar-card__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.08 / 1;
  object-fit: contain;
  transform: scale(var(--mylar-image-scale));
  transform-origin: center bottom;
  transition: transform 420ms ease;
}

.mylar-card:hover .mylar-card__image img {
  transform: scale(var(--mylar-image-hover-scale));
}

.mylar-card__meta {
  display: grid;
  gap: 0.32rem;
}

.mylar-card__meta span {
  color: var(--blue-dark);
  font-family: var(--font-round);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.mylar-card__meta strong {
  font-family: var(--font-round);
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  line-height: 1;
}

.mylar-card__meta p {
  margin: 0;
  color: var(--muted);
}

.pre-roll-block {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(300px, 0.7fr);
  gap: clamp(2rem, 5vw, 5.3rem);
  align-items: center;
  margin-top: clamp(3.1rem, 7vw, 5.8rem);
}

.pre-roll-block__image {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(9, 11, 13, 0.1);
  border-radius: 8px;
  background: linear-gradient(145deg, #ffffff, var(--sky));
  box-shadow: 0 24px 70px rgba(43, 108, 143, 0.16);
}

.pre-roll-block__image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 420ms ease;
}

.pre-roll-block:hover .pre-roll-block__image img {
  transform: scale(1.018);
}

.pre-roll-block__copy {
  max-width: 540px;
}

.pre-roll-block__copy > span {
  color: var(--blue-dark);
  font-family: var(--font-round);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.pre-roll-block__copy h3 {
  margin: 0.7rem 0 0;
  font-family: var(--font-round);
  font-size: clamp(2rem, 4.4vw, 4rem);
  line-height: 1;
}

.pre-roll-block__copy p {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.55vw, 1.14rem);
}

.pre-roll-block__details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.72rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.pre-roll-block__details li {
  min-width: 0;
  padding-top: 0.78rem;
  border-top: 2px solid var(--blue);
  color: rgba(9, 11, 13, 0.78);
  font-family: var(--font-round);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.08;
}

.premium {
  padding: clamp(76px, 10vw, 132px) 0;
  background: var(--ink);
  background-image: radial-gradient(circle at 76% 10%, rgba(169, 216, 245, 0.14), transparent 34%), var(--swirl-dark);
  background-repeat: no-repeat;
  background-size: auto, cover;
  background-position: center, center;
  color: var(--paper);
}

.premium__layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.38fr) minmax(0, 1fr);
  gap: clamp(2.4rem, 5vw, 4.5rem);
  align-items: center;
}

.premium__copy h2 {
  font-size: clamp(2.25rem, 4.9vw, 4.5rem);
}

.premium__copy p {
  color: rgba(255, 255, 255, 0.72);
}

.premium__note {
  max-width: 380px;
  color: rgba(255, 255, 255, 0.48) !important;
  font-size: 0.9rem !important;
}

.product-stage {
  position: relative;
  isolation: isolate;
  min-height: 560px;
  display: grid;
  grid-template-columns: repeat(2, minmax(250px, 1fr));
  gap: clamp(1rem, 2.3vw, 1.65rem);
  align-items: end;
  justify-content: center;
  padding: 2.2rem 0 2.2rem;
}

.product-stage::after {
  content: "";
  position: absolute;
  right: 5%;
  bottom: clamp(5.8rem, 8.5vw, 7.5rem);
  left: 5%;
  z-index: -2;
  height: 76px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(0, 0, 0, 0.46), transparent 70%);
  filter: blur(18px);
  pointer-events: none;
}

.product-stage::before {
  content: "";
  position: absolute;
  inset: 0 -4% 10%;
  z-index: -3;
  background:
    radial-gradient(ellipse at 74% 42%, rgba(232, 190, 82, 0.12), transparent 42%),
    radial-gradient(ellipse at 26% 42%, rgba(169, 216, 245, 0.15), transparent 46%);
  pointer-events: none;
}

.jar-card {
  position: relative;
  min-width: 0;
  display: grid;
  gap: 1rem;
  color: var(--paper);
  --jar-accent: var(--blue);
}

.jar-card--premium {
  --jar-accent: var(--gold);
  transform: translateY(-24px);
}

.jar-card__image {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: #111316;
  box-shadow: 0 34px 95px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.jar-card__image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(125deg, rgba(255, 255, 255, 0.14), transparent 24%, transparent 72%, rgba(255, 255, 255, 0.06));
  mix-blend-mode: screen;
  pointer-events: none;
}

.jar-card__image::after {
  content: "";
  position: absolute;
  right: 10%;
  bottom: 4%;
  left: 10%;
  height: 10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.48);
  filter: blur(7px);
  pointer-events: none;
}

.jar-card__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 420ms ease;
}

.jar-card:hover .jar-card__image img {
  transform: scale(1.018);
}

.jar-card__meta {
  display: grid;
  gap: 0.34rem;
  padding: 0 0.35rem;
}

.jar-card__meta span {
  color: var(--jar-accent);
  font-family: var(--font-round);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.jar-card__meta strong {
  font-family: var(--font-round);
  font-size: clamp(1.25rem, 2.2vw, 1.8rem);
  line-height: 1;
}

.jar-card__meta p {
  max-width: 420px;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.95rem;
}

.stash {
  padding: clamp(78px, 10vw, 130px) 0;
  background: var(--paper);
  background-image: var(--swirl-light);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.stash__layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.34fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

.stash__copy h2 {
  font-size: clamp(2.35rem, 5.5vw, 5rem);
}

.stash__copy .button {
  margin-top: 2.05rem;
}

.stash__gallery {
  display: grid;
  grid-template-columns: 1.1fr 1fr 0.9fr;
  gap: 12px;
}

.stash__item {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--ink);
  box-shadow: 0 16px 50px rgba(9, 11, 13, 0.16);
}

.stash__item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 0.86;
  object-fit: cover;
  transition: transform 420ms ease;
}

.stash__item:hover img {
  transform: scale(1.04);
}

.stash__item--tall {
  grid-row: span 2;
}

.stash__item--tall img {
  aspect-ratio: 0.78 / 1;
}

.stash__item--wide {
  grid-column: span 2;
}

.stash__item--wide img {
  aspect-ratio: 1.95 / 0.78;
}

.wholesale {
  padding: clamp(58px, 8vw, 90px) 0;
  background: var(--ink-2);
  background-image: radial-gradient(circle at 10% 30%, rgba(169, 216, 245, 0.09), transparent 34%), var(--swirl-dark);
  background-repeat: no-repeat;
  background-size: auto, cover;
  background-position: center, center;
  color: var(--paper);
}

.wholesale__grid {
  display: grid;
  grid-template-columns: minmax(190px, 0.6fr) minmax(260px, 0.9fr) minmax(260px, 0.82fr);
  gap: clamp(1.6rem, 4.5vw, 4rem);
  align-items: center;
}

.wholesale__brand {
  border-right: 1px solid var(--line-light);
  padding-right: clamp(1rem, 4vw, 3rem);
}

.wholesale__brand svg {
  width: clamp(90px, 11vw, 132px);
  margin-bottom: 0.35rem;
  --cloud-fill: #fff;
  --cloud-stroke: #090b0d;
}

.wholesale__brand p {
  margin: 0.7rem 0 0;
  color: var(--blue);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wholesale__copy h2 {
  color: var(--paper);
  font-size: clamp(2.2rem, 4.5vw, 4.2rem);
}

.wholesale__actions {
  display: grid;
  gap: 1rem;
  justify-items: start;
}

.email-link {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}

.email-link:hover {
  color: var(--blue);
}

.socials {
  display: flex;
  gap: 0.8rem;
  margin-top: 0.2rem;
}

.socials a {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  border: 1.5px solid var(--blue);
  border-radius: 50%;
  color: var(--blue);
  transition: background 160ms ease, color 160ms ease;
}

.socials a:hover {
  background: var(--blue);
  color: var(--ink);
}

.socials svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.socials a:last-child svg {
  fill: currentColor;
  stroke: none;
}

.site-footer {
  padding: 34px 0 42px;
  background: #070809;
  color: rgba(255, 255, 255, 0.6);
}

.site-footer__inner {
  width: min(1160px, calc(100% - 44px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(190px, 0.36fr) 1fr 0.72fr auto auto;
  gap: 1.35rem;
  align-items: start;
  font-size: 0.74rem;
  line-height: 1.55;
}

.site-footer strong,
.site-footer span {
  display: block;
}

.site-footer strong {
  color: var(--paper);
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-footer span:last-child {
  margin-top: 0.48rem;
  color: var(--blue);
  font-size: 1rem;
  letter-spacing: 0.12em;
}

.site-footer p {
  margin: 0;
}

.site-footer__age {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  border: 2px solid var(--blue);
  border-radius: 50%;
  color: var(--blue);
  font-family: var(--font-round);
  font-size: 0.76rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 1080px) {
  .hero__flower--one {
    right: -48px;
    opacity: 0.55;
  }

  .hero__flower--two {
    display: none;
  }

  .vibe__grid,
  .flower__intro,
  .pre-roll-block,
  .premium__layout,
  .stash__layout,
  .wholesale__grid {
    grid-template-columns: 1fr;
  }

  .flower__intro {
    align-items: start;
  }

  .wholesale__brand {
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
    padding: 0 0 1.5rem;
  }

  .site-footer__inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 820px) {
  .site-header {
    grid-template-columns: auto auto;
    gap: 1rem;
  }

  .site-nav {
    position: fixed;
    top: 72px;
    right: 18px;
    left: 18px;
    display: grid;
    gap: 0;
    padding: 0.6rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: rgba(9, 11, 13, 0.96);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 160ms ease, transform 160ms ease;
  }

  .site-nav.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    padding: 0.95rem 0.8rem;
    border-radius: 6px;
  }

  .site-nav a:hover {
    background: rgba(255, 255, 255, 0.08);
  }

  .header-cta {
    display: none;
  }

  .menu-button {
    display: grid;
    justify-self: end;
  }

  .hero__inner {
    padding-top: 104px;
    padding-bottom: 58px;
  }

  .hero__copy {
    width: min(570px, 100%);
  }

  .hero__flower--one {
    width: min(360px, 72vw);
    right: -84px;
    bottom: 2vh;
    opacity: 0.42;
  }

  .proof-strip {
    grid-template-columns: 1fr;
  }

  .lineup-heading {
    grid-template-columns: 1fr;
  }

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

  .product-stage {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    min-height: auto;
    justify-items: center;
  }

  .pre-roll-block__copy {
    max-width: 680px;
  }

  .jar-card {
    width: 100%;
  }

  .jar-card--premium {
    transform: translateY(-12px);
  }

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

  .stash__item--tall,
  .stash__item--wide {
    grid-column: auto;
    grid-row: auto;
  }

  .stash__item img,
  .stash__item--tall img,
  .stash__item--wide img {
    aspect-ratio: 1 / 1;
  }
}

@media (max-width: 560px) {
  .section-shell,
  .hero__inner,
  .site-footer__inner {
    width: min(100% - 30px, 1160px);
  }

  .brand__mark {
    width: 48px;
  }

  .brand__text {
    font-size: 1.16rem;
  }

  .hero h1 {
    font-size: clamp(2.78rem, 15.6vw, 3.9rem);
  }

  .hero__logo {
    display: none;
  }

  .hero__actions,
  .age-gate__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .vibe__copy h2,
  .flower__copy h2,
  .premium__copy h2,
  .stash__copy h2,
  .wholesale__copy h2 {
    font-size: clamp(2.18rem, 12vw, 3.2rem);
  }

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

  .pre-roll-block__details {
    grid-template-columns: 1fr;
  }

  .product-stage {
    grid-template-columns: 1fr;
    gap: 1.45rem;
    padding-bottom: 1.2rem;
  }

  .jar-card--premium {
    transform: none;
  }

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

  .wholesale__actions {
    justify-items: stretch;
  }

  .socials {
    justify-content: center;
  }

  .site-footer__inner {
    grid-template-columns: 1fr;
  }
}

/* ---------------------------------------------------------------------------
   Motion + interaction layer
--------------------------------------------------------------------------- */

[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes smoke-drift {
  from { transform: scale(1); }
  to { transform: scale(1.07); }
}

@keyframes bob {
  0%, 100% { transform: translate(-50%, 0); }
  50% { transform: translate(-50%, 7px); }
}

@keyframes cloud-drift {
  from { transform: translate(0, 0); }
  to { transform: translate(26px, -14px); }
}

@keyframes marquee-scroll {
  to { transform: translateX(-50%); }
}

@keyframes gate-in {
  from { opacity: 0; transform: translateY(18px) scale(0.97); }
  to { opacity: 1; transform: none; }
}

.hero__logo {
  animation: floaty 6s ease-in-out infinite;
}

.hero__smoke {
  animation: smoke-drift 26s ease-in-out infinite alternate;
}

.hero__down {
  animation: bob 2.6s ease-in-out infinite;
  transition: background 160ms ease, color 160ms ease;
}

.hero__down:hover {
  background: var(--blue);
  color: var(--ink);
}

.button svg,
.header-cta svg {
  transition: transform 200ms ease;
}

.button:hover svg,
.header-cta:hover svg {
  transform: translateX(4px);
}

.mylar-card__image,
.pre-roll-block__image,
.jar-card__image {
  transition: transform 420ms ease, box-shadow 420ms ease;
}

.mylar-card:hover .mylar-card__image {
  transform: translateY(-6px);
  box-shadow: 0 30px 74px rgba(43, 108, 143, 0.22);
}

.jar-card:hover .jar-card__image {
  transform: translateY(-6px);
  box-shadow: 0 42px 105px rgba(0, 0, 0, 0.56), 0 0 0 1px rgba(255, 255, 255, 0.07);
}

.site-nav a {
  position: relative;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--blue);
  opacity: 0;
  transform: translateX(-50%) scale(0);
  transition: opacity 180ms ease, transform 180ms ease;
}

.site-nav a.active {
  color: var(--blue);
  opacity: 1;
}

.site-nav a.active::after {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

.marquee {
  overflow: hidden;
  padding: 15px 0;
  background: var(--blue);
  color: var(--ink);
  border-block: 1px solid rgba(9, 11, 13, 0.16);
}

.marquee__track {
  display: flex;
  width: max-content;
  animation: marquee-scroll 30s linear infinite;
}

.marquee:hover .marquee__track {
  animation-play-state: paused;
}

.marquee__group {
  display: flex;
  align-items: center;
  gap: 2.6rem;
  padding-right: 2.6rem;
}

.marquee__group span {
  font-family: var(--font-round);
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}

.marquee__group svg {
  width: 42px;
  height: 28px;
  flex: none;
  --cloud-fill: #fff;
  --cloud-stroke: var(--ink);
}

.drift-cloud {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  --cloud-fill: #fff;
  --cloud-stroke: rgba(9, 11, 13, 0.18);
  filter: drop-shadow(0 14px 30px rgba(43, 108, 143, 0.14));
  animation: cloud-drift 16s ease-in-out infinite alternate;
}

.drift-cloud--vibe {
  top: 46px;
  right: 5%;
  width: 112px;
}

.drift-cloud--stash {
  bottom: 44px;
  left: 4%;
  width: 88px;
  animation-delay: -8s;
}

.stash {
  position: relative;
}

.skyband {
  position: relative;
  padding: clamp(96px, 14vw, 176px) 0;
  background-image: url("../assets/img/cloud-sky.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  text-align: center;
  color: var(--ink);
}

.skyband::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.66), rgba(232, 246, 255, 0.34) 50%, rgba(255, 255, 255, 0.7));
  pointer-events: none;
}

.skyband__inner {
  position: relative;
  width: min(860px, calc(100% - 44px));
  margin: 0 auto;
}

.skyband__inner svg {
  width: clamp(64px, 8vw, 84px);
  margin: 0 auto 1.3rem;
  --cloud-fill: #fff;
  --cloud-stroke: #090b0d;
  filter: drop-shadow(0 14px 28px rgba(43, 108, 143, 0.28));
  animation: floaty 7s ease-in-out infinite;
}

.skyband__inner p {
  margin: 0;
  font-family: var(--font-round);
  font-size: clamp(1.85rem, 4.6vw, 3.6rem);
  font-weight: 700;
  line-height: 1.06;
}

.skyband__inner span {
  display: block;
  margin-top: 1.15rem;
  color: var(--blue-dark);
  font-family: var(--font-round);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.stash__item {
  position: relative;
}

.stash__item figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 0.42rem 0.92rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(9, 11, 13, 0.72);
  color: #fff;
  font-family: var(--font-round);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 280ms ease, transform 280ms ease;
  backdrop-filter: blur(6px);
  pointer-events: none;
}

.stash__item:hover figcaption {
  opacity: 1;
  transform: none;
}

.to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 60;
  display: grid;
  justify-items: center;
  gap: 1px;
  padding: 9px 13px 7px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 18px;
  background: rgba(9, 11, 13, 0.82);
  color: var(--blue);
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(14px);
  transition: opacity 240ms ease, transform 240ms ease, background 160ms ease, visibility 0s linear 240ms;
  backdrop-filter: blur(8px);
}

.to-top.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
  transition-delay: 0s;
}

.to-top:hover {
  background: rgba(23, 27, 32, 0.94);
  transform: translateY(-3px);
}

.to-top svg {
  width: 34px;
  --cloud-fill: #fff;
  --cloud-stroke: #090b0d;
}

.to-top span {
  font-family: var(--font-round);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.age-gate {
  transition: opacity 440ms ease;
}

.age-gate.closing {
  opacity: 0;
  pointer-events: none;
}

.age-gate__panel {
  animation: gate-in 640ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@media (max-width: 820px) {
  .site-nav a::after {
    display: none;
  }

  .skyband {
    background-attachment: scroll;
  }

  .marquee__group {
    gap: 1.7rem;
    padding-right: 1.7rem;
  }

  .marquee__group span {
    font-size: 0.9rem;
  }

  .stash__item figcaption {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .hero__logo,
  .hero__smoke,
  .hero__down,
  .marquee__track,
  .drift-cloud,
  .skyband__inner svg,
  .age-gate__panel {
    animation: none;
  }
}
