@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Manrope:wght@400;600;700&display=swap');

:root {
  --bg: #06130f;
  --bg-2: #0c1f18;
  --panel: rgba(255, 255, 255, 0.03);
  --border: rgba(255, 255, 255, 0.08);
  --text: #e9f7ef;
  --muted: #a8c3b6;
  --accent: #62f3c5;
  --accent-2: #f4c157;
  --shadow: 0 18px 60px rgba(0, 0, 0, 0.35);
  --glow: 0 15px 50px rgba(98, 243, 197, 0.25);
  --radius: 18px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: radial-gradient(circle at 20% 20%, rgba(98, 243, 197, 0.07), transparent 30%),
    radial-gradient(circle at 80% 0%, rgba(244, 193, 87, 0.08), transparent 30%),
    var(--bg);
  color: var(--text);
  font-family: 'Space Grotesk', 'Manrope', 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

body.age-locked #page {
  filter: blur(6px) saturate(0.7);
  pointer-events: none;
  user-select: none;
}

a {
  color: inherit;
  text-decoration: none;
}

.hero {
  position: relative;
  padding: 32px clamp(24px, 4vw, 60px) 96px;
  overflow: hidden;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  position: relative;
  z-index: 2;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: 1.05rem;
}

.brand-mark {
  font-size: 1.2rem;
  filter: drop-shadow(0 4px 12px rgba(98, 243, 197, 0.6));
}

.nav-links {
  display: flex;
  gap: 18px;
  color: var(--muted);
  font-weight: 600;
}

.nav-links a {
  padding: 10px 12px;
  border-radius: 10px;
  transition: color 0.2s ease, background 0.2s ease;
}

.nav-links a:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
}

.btn {
  border: none;
  padding: 12px 18px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.btn.primary {
  background: linear-gradient(135deg, #62f3c5, #a7ffd6);
  color: #032217;
  box-shadow: var(--glow);
}

.btn.primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 45px rgba(98, 243, 197, 0.3);
}

.btn.ghost {
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  border: 1px solid var(--border);
}

.btn.ghost:hover {
  background: rgba(255, 255, 255, 0.1);
}

.nav-cta {
  background: rgba(98, 243, 197, 0.14);
  color: #c8ffec;
  border: 1px solid rgba(98, 243, 197, 0.4);
  box-shadow: 0 0 0 0 rgba(98, 243, 197, 0.3);
  animation: pulse 3s ease-in-out infinite;
}

.hero-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  align-items: center;
  gap: 40px;
  margin-top: 60px;
  position: relative;
  z-index: 2;
}

.hero-copy h1 {
  margin: 12px 0 8px;
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  line-height: 1.1;
}

.eyebrow {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 700;
  font-size: 0.9rem;
}

.lede,
.section-lede {
  color: var(--muted);
  max-width: 640px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  margin: 20px 0;
}

.hero-disclaimer {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pill {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--border);
  color: var(--muted);
  background: rgba(255, 255, 255, 0.04);
  font-weight: 600;
  font-size: 0.9rem;
}

.hero-visual {
  position: relative;
  padding: 20px;
}

.hero-badge {
  position: absolute;
  top: 8px;
  right: 32px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--border);
  padding: 12px 16px;
  border-radius: 14px;
  backdrop-filter: blur(8px);
  color: var(--accent);
  font-weight: 700;
  box-shadow: var(--shadow);
}

.hero-badge h3 {
  margin: 6px 0 2px;
  color: var(--text);
}

.hero-card {
  margin-top: 20px;
  padding: 26px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(98, 243, 197, 0.05));
  border: 1px solid var(--border);
  border-radius: 20px;
  box-shadow: var(--shadow);
}

.card-kicker {
  color: var(--accent-2);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.85rem;
}

.card-body {
  color: var(--muted);
  margin-bottom: 16px;
}

.card-stats {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}

.label {
  display: block;
  color: var(--muted);
  font-size: 0.85rem;
}

.floating-leaf {
  width: 120px;
  height: 120px;
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  filter: drop-shadow(0 10px 25px rgba(98, 243, 197, 0.3));
  opacity: 0.7;
}

.floating-leaf::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #62f3c5, #d4ffe8);
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'><path fill='%23000000' d='M32 6c4 9 6 13 10 16 6 4 11 2 11 2s-4 6-10 8c-3 1-8 1-11-1 1 7 3 14 2 23l-3-8-3 8c-1-9 1-16 2-23-3 2-8 2-11 1-6-2-10-8-10-8s5 2 11-2c4-3 6-7 10-16z'/></svg>") center / contain no-repeat;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'><path fill='%23000000' d='M32 6c4 9 6 13 10 16 6 4 11 2 11 2s-4 6-10 8c-3 1-8 1-11-1 1 7 3 14 2 23l-3-8-3 8c-1-9 1-16 2-23-3 2-8 2-11 1-6-2-10-8-10-8s5 2 11-2c4-3 6-7 10-16z'/></svg>") center / contain no-repeat;
}

.leaf-a {
  top: -10px;
  left: 10%;
  animation: float 8s ease-in-out infinite;
}

.leaf-b {
  bottom: 0;
  right: 12%;
  animation: float 9s ease-in-out infinite 1s;
}

.leaf-c {
  top: 20%;
  right: -30px;
  transform: scale(0.7);
  animation: float 7s ease-in-out infinite 2s;
}

.gradient-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.6;
}

.blob-1 {
  width: 320px;
  height: 320px;
  background: #62f3c5;
  bottom: -80px;
  left: -40px;
}

.blob-2 {
  width: 280px;
  height: 280px;
  background: #f4c157;
  top: -60px;
  right: -60px;
}

.section {
  padding: 80px clamp(24px, 4vw, 60px);
}

.section-header {
  max-width: 860px;
  margin-bottom: 32px;
}

.section-header h2 {
  margin: 12px 0 6px;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
}

.strain-note {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.strains {
  background: radial-gradient(circle at 10% 20%, rgba(98, 243, 197, 0.06), transparent 25%),
    radial-gradient(circle at 90% 10%, rgba(244, 193, 87, 0.06), transparent 25%),
    var(--bg-2);
}

.strain-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}

.strain-card {
  background: var(--panel);
  border: 1px solid var(--border);
  padding: 18px;
  border-radius: var(--radius);
  position: relative;
  overflow: hidden;
  transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.strain-media {
  width: 100%;
  height: 180px;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 12px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.03);
}

.strain-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.25s ease, filter 0.25s ease;
}

.strain-card:hover {
  transform: translateY(-3px);
  border-color: rgba(98, 243, 197, 0.4);
  box-shadow: var(--glow);
}

.strain-card:hover .strain-media img {
  transform: scale(1.03);
  filter: saturate(1.08);
}

.strain-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.leaf-icon {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, rgba(98, 243, 197, 0.3), rgba(244, 193, 87, 0.35));
  border-radius: 12px;
  display: grid;
  place-items: center;
  border: 1px solid var(--border);
  animation: shimmer 5s ease-in-out infinite;
}

.leaf-icon svg {
  width: 26px;
  height: 26px;
  fill: #bdfde0;
  filter: drop-shadow(0 6px 10px rgba(98, 243, 197, 0.35));
}

.tag {
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.3px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--border);
  color: var(--text);
}

.tag.sativa {
  border-color: rgba(98, 243, 197, 0.5);
  color: #b5ffe6;
}

.tag.indica {
  border-color: rgba(244, 193, 87, 0.6);
  color: #ffe7b6;
}

.tag.hybrid {
  border-color: rgba(255, 255, 255, 0.35);
  color: #e9f7ef;
}

.strain-card h3 {
  margin: 8px 0 6px;
  font-size: 1.1rem;
}

.strain-card p {
  margin: 0 0 10px;
  color: var(--muted);
}

.specs {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #c9dfd3;
  font-weight: 600;
  font-size: 0.92rem;
}

.merch {
  background: #0a1713;
}

.merch-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  align-items: stretch;
  grid-auto-rows: 1fr;
}

.merch-media {
  width: 100%;
  height: 5in;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.03);
  margin-bottom: 10px;
}

.merch-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.25s ease, filter 0.25s ease;
}

.merch-card:hover .merch-media img {
  transform: scale(1.03);
  filter: saturate(1.05);
}

.merch-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(98, 243, 197, 0.08));
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 18px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
  min-height: 620px;
}

.merch-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.merch-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.merch-card h3 {
  margin: 0;
}

.merch-card p {
  margin: 0;
  color: var(--muted);
}

.price {
  font-weight: 800;
  color: var(--accent);
}

.merch-card ul {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.merch-card li {
  margin: 0;
}

.ghost-btn {
  margin-top: auto;
  width: 100%;
  text-align: center;
}

.ghost-btn-left {
  margin-top: 20px;
}

.merch-card > *:not(.ghost-btn) {
  margin-bottom: 0;
}

.visit {
  background: radial-gradient(circle at 20% 30%, rgba(98, 243, 197, 0.08), transparent 30%), #09120f;
}

.visit-note {
  margin: 6px 0 16px;
  color: var(--muted);
}

.visit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 28px;
  align-items: start;
}

.visit-info .info-block {
  margin: 14px 0;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
  border-radius: 12px;
}

.info-block.two-col {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
  border-radius: 14px;
  min-height: 2.2in;
  align-items: center;
}

.info-block.two-col > div {
  min-height: auto;
  background: transparent;
  border: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.contact-actions {
  margin-top: 12px;
  padding-bottom: 8px;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}

.contact-actions .btn {
  width: min(260px, 100%);
  justify-content: center;
  display: inline-flex;
  text-align: center;
  margin-top: 0;
}

.contact-col {
  align-items: center;
}

.map-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.map-embed iframe {
  width: 100%;
  min-height: 320px;
  border: none;
  filter: grayscale(0) saturate(1.2) contrast(1.05);
}

.map-note {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: rgba(98, 243, 197, 0.08);
  color: #c5ffe8;
}

.pulse-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--accent);
  position: relative;
  animation: pulse 2.4s infinite;
}

.footer {
  padding: 32px clamp(24px, 4vw, 60px);
  border-top: 1px solid var(--border);
  background: #06130f;
  color: var(--muted);
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer-note {
  margin: 0;
  color: var(--muted);
}

.footer-legal {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.legal-title {
  margin: 0;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--accent);
  font-size: 0.9rem;
}

.legal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px;
}

.legal-card {
  padding: 14px;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  box-shadow: var(--shadow);
}

.legal-card p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.5;
}

.lang-tag {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(98, 243, 197, 0.12);
  border: 1px solid rgba(98, 243, 197, 0.4);
  font-weight: 800;
  color: var(--accent);
  font-size: 0.85rem;
}

.age-gate {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(6, 19, 15, 0.82);
  backdrop-filter: blur(8px);
  z-index: 20;
}

.age-card {
  width: min(520px, 90vw);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.04), rgba(98, 243, 197, 0.08));
  border: 1px solid var(--border);
  padding: 26px;
  border-radius: 18px;
  text-align: center;
  box-shadow: var(--shadow);
}

.age-kicker {
  color: var(--accent-2);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 800;
}

.age-copy {
  color: var(--muted);
}

.age-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin: 16px 0;
  flex-wrap: wrap;
}

.age-warning {
  color: #ffc9c9;
  min-height: 20px;
}

.hidden {
  display: none !important;
}

@keyframes float {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-18px) rotate(5deg);
  }
  100% {
    transform: translateY(0px) rotate(0deg);
  }
}

@keyframes shimmer {
  0% {
    box-shadow: 0 0 0 rgba(98, 243, 197, 0.2);
  }
  50% {
    box-shadow: 0 10px 30px rgba(98, 243, 197, 0.35);
  }
  100% {
    box-shadow: 0 0 0 rgba(98, 243, 197, 0.2);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(98, 243, 197, 0.4);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(98, 243, 197, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(98, 243, 197, 0);
  }
}

@media (max-width: 960px) {
  .nav-links {
    display: none;
  }
  .hero {
    padding-top: 24px;
  }
  .hero-visual {
    order: -1;
  }
}

@media (max-width: 640px) {
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .pill-row {
    gap: 8px;
  }
  .hero-card {
    padding: 20px;
  }
}
