:root {
  color-scheme: light;
  --bg: #0b0f0a;
  --bg-2: #111a10;
  --acid: #c6ff4e;
  --pickle: #3bc061;
  --foam: #f5f2e9;
  --ink: #111409;
  --glow: rgba(190, 255, 90, 0.35);
  --card: rgba(17, 26, 16, 0.85);
  --shadow: rgba(9, 12, 7, 0.7);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Fraunces", serif;
  background: radial-gradient(circle at 20% 20%, #1b2715 0%, #0b0f0a 45%, #070906 100%);
  color: var(--foam);
  min-height: 100vh;
  overflow-x: hidden;
}

.noise {
  position: fixed;
  inset: 0;
  opacity: 0.12;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
  mix-blend-mode: screen;
}

.topbar {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 7vw;
  background: rgba(6, 9, 5, 0.7);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(198, 255, 78, 0.1);
  z-index: 10;
}

.brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.logo {
  width: 56px;
  height: auto;
  filter: drop-shadow(0 0 20px rgba(198, 255, 78, 0.3));
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.7rem;
  font-family: "Unbounded", sans-serif;
  color: var(--acid);
}

.tagline {
  font-size: 1.1rem;
  color: rgba(245, 242, 233, 0.7);
}

.nav {
  display: flex;
  gap: 24px;
  font-family: "Unbounded", sans-serif;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.nav a {
  color: rgba(245, 242, 233, 0.7);
  text-decoration: none;
  position: relative;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background: var(--acid);
  transition: width 0.3s ease;
}

.nav a:hover::after {
  width: 100%;
}

button {
  border: none;
  cursor: pointer;
  font-family: "Unbounded", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cta {
  background: linear-gradient(135deg, #b7ff3f 0%, #3bc061 70%);
  color: #0b1006;
  padding: 14px 22px;
  border-radius: 999px;
  box-shadow: 0 18px 36px rgba(57, 192, 97, 0.35);
}

.ghost {
  background: transparent;
  color: var(--foam);
  border: 1px solid rgba(198, 255, 78, 0.5);
  padding: 12px 20px;
  border-radius: 999px;
}

main {
  padding: 0 7vw 80px;
  display: flex;
  flex-direction: column;
  gap: 96px;
}

.hero {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 48px;
  padding-top: 80px;
  align-items: center;
}

.pill {
  display: inline-block;
  background: rgba(198, 255, 78, 0.15);
  color: var(--acid);
  padding: 8px 14px;
  border-radius: 999px;
  font-family: "Unbounded", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}

.hero h1 {
  font-size: clamp(2.6rem, 4vw, 4.3rem);
  line-height: 1.05;
  margin-bottom: 20px;
}

.lead {
  font-size: 1.15rem;
  color: rgba(245, 242, 233, 0.8);
  max-width: 520px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  margin: 28px 0 32px;
  flex-wrap: wrap;
}

.hero-stats {
  display: flex;
  gap: 32px;
  font-family: "Unbounded", sans-serif;
}

.hero-stats span {
  display: block;
  font-size: 1.6rem;
  color: var(--acid);
}

.hero-stats p {
  font-size: 0.8rem;
  color: rgba(245, 242, 233, 0.6);
}

.hero-card {
  position: relative;
  background: var(--card);
  border-radius: 32px;
  padding: 40px 32px;
  box-shadow: 0 28px 60px var(--shadow);
  border: 1px solid rgba(198, 255, 78, 0.15);
  overflow: hidden;
}

.card-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 10%, rgba(198, 255, 78, 0.22), transparent 60%);
  z-index: 0;
}

.jar {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.jar-top {
  width: 60%;
  height: 36px;
  border-radius: 999px;
  background: linear-gradient(90deg, #162014, #24361b, #162014);
  box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.6);
}

.jar-body {
  width: 70%;
  height: 200px;
  margin-top: 6px;
  border-radius: 24px;
  border: 2px solid rgba(198, 255, 78, 0.4);
  background: linear-gradient(180deg, rgba(59, 192, 97, 0.2), rgba(16, 24, 12, 0.6));
  position: relative;
  overflow: hidden;
}

.pickle {
  position: absolute;
  width: 52px;
  height: 140px;
  border-radius: 999px;
  background: linear-gradient(180deg, #5add6c 0%, #2a7a38 100%);
  opacity: 0.7;
  filter: blur(0.2px);
  animation: float 5s ease-in-out infinite;
}

.pickle:nth-child(1) {
  left: 16px;
  top: 30px;
}

.pickle:nth-child(2) {
  right: 20px;
  top: 10px;
  animation-delay: -1.5s;
}

.pickle:nth-child(3) {
  left: 80px;
  top: 60px;
  animation-delay: -3s;
}

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

.jar-caption {
  position: relative;
  z-index: 1;
  margin-top: 18px;
  text-align: center;
  color: rgba(245, 242, 233, 0.7);
}

.section-title h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  margin-bottom: 12px;
}

.section-title p {
  color: rgba(245, 242, 233, 0.7);
}

.ritual-steps,
.serve-grid,
.review-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin-top: 32px;
}

.ritual-steps article,
.serve-card,
.review-grid blockquote {
  background: rgba(11, 15, 10, 0.8);
  border: 1px solid rgba(198, 255, 78, 0.1);
  padding: 24px;
  border-radius: 20px;
  box-shadow: inset 0 0 22px rgba(0, 0, 0, 0.4);
}

.ritual-steps h3,
.serve-card h3 {
  font-family: "Unbounded", sans-serif;
  margin-bottom: 12px;
  color: var(--acid);
}

.review-grid blockquote {
  font-size: 1.05rem;
  font-style: italic;
}

.review-grid span {
  display: block;
  margin-top: 16px;
  font-family: "Unbounded", sans-serif;
  font-size: 0.75rem;
  color: rgba(245, 242, 233, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.cta-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px 40px;
  border-radius: 28px;
  background: linear-gradient(120deg, rgba(198, 255, 78, 0.2), rgba(59, 192, 97, 0.2));
  border: 1px solid rgba(198, 255, 78, 0.3);
}

.cta-banner h2 {
  font-size: clamp(1.6rem, 2.4vw, 2.6rem);
}

.footer {
  padding: 40px 7vw 56px;
  border-top: 1px solid rgba(198, 255, 78, 0.1);
  color: rgba(245, 242, 233, 0.5);
  font-size: 0.85rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 900px) {
  .topbar {
    flex-direction: column;
    gap: 16px;
  }

  .nav {
    flex-wrap: wrap;
    justify-content: center;
  }

  .cta-banner {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .hero {
    padding-top: 40px;
  }

  .hero-actions,
  .hero-stats {
    flex-direction: column;
    align-items: flex-start;
  }

  .topbar {
    position: static;
  }
}
