/* === RESET & BASE === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --bg: #0D0D0F;
  --surface: #141416;
  --border: #1E1E22;
  --fg: #F0EDE6;
  --fg-2: #7A7870;
  --fg-3: #3D3C38;
  --accent: #B8FF57;
  --accent-dim: rgba(184, 255, 87, 0.12);
  --accent-glow: rgba(184, 255, 87, 0.08);
  --sativa: #7AFF57;
  --hybrid: #57C8FF;
  --indica: #C857FF;
  --font-display: 'Syne', system-ui, sans-serif;
  --font-body: 'Epilogue', system-ui, sans-serif;
  --max-w: 1100px;
  --gutter: clamp(24px, 5vw, 64px);
}
html { font-size: 16px; scroll-behavior: smooth; }
body { background: var(--bg); color: var(--fg); font-family: var(--font-body); font-weight: 400; line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
::selection { background: var(--accent); color: var(--bg); }
/* === NAV === */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px var(--gutter);
  background: linear-gradient(to bottom, rgba(13,13,15,0.95) 0%, transparent 100%);
  backdrop-filter: blur(8px);
}
.nav-logo { display: flex; align-items: center; gap: 8px; }
.logo-mark { color: var(--accent); font-size: 10px; }
.logo-text { font-family: var(--font-display); font-weight: 700; font-size: 1.1rem; letter-spacing: -0.02em; }
.nav-tag { font-size: 0.7rem; color: var(--fg-2); letter-spacing: 0.1em; text-transform: uppercase; font-family: var(--font-body); }
/* === HERO === */
.hero {
  min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr;
  align-items: center; padding: 0 var(--gutter); gap: 40px;
  padding-top: 100px;
}
.hero-content { display: flex; flex-direction: column; gap: 20px; }
.hero-kicker {
  font-family: var(--font-display); font-size: 0.75rem; font-weight: 600;
  letter-spacing: 0.15em; text-transform: uppercase; color: var(--accent);
  display: flex; align-items: center; gap: 10px;
}
.hero-kicker::before { content: ''; display: inline-block; width: 24px; height: 1px; background: var(--accent); }
.hero-headline {
  font-family: var(--font-display); font-size: clamp(3.2rem, 7vw, 5.5rem);
  font-weight: 800; line-height: 1.0; letter-spacing: -0.03em; color: var(--fg);
}
.hero-sub { font-size: 1.05rem; color: var(--fg-2); max-width: 420px; line-height: 1.7; }
.hero-stats { display: flex; align-items: center; gap: 20px; padding-top: 12px; }
.stat { display: flex; flex-direction: column; gap: 2px; }
.stat-val { font-family: var(--font-display); font-size: 1.4rem; font-weight: 700; color: var(--accent); }
.stat-label { font-size: 0.72rem; color: var(--fg-2); letter-spacing: 0.08em; text-transform: uppercase; }
.stat-divider { width: 1px; height: 32px; background: var(--border); }
/* === HERO VISUAL === */
.hero-visual {
  position: relative; display: flex; justify-content: center; align-items: center;
  height: 500px;
}
.pen-display { position: relative; z-index: 2; text-align: center; }
.pen-body {
  position: relative; display: inline-flex; flex-direction: column; align-items: center;
  margin-bottom: 16px;
}
.pen-tip {
  width: 8px; height: 28px; background: var(--accent);
  border-radius: 4px 4px 1px 1px; filter: blur(0.5px);
  box-shadow: 0 0 16px var(--accent), 0 0 32px rgba(184,255,87,0.3);
}
.pen-tube {
  width: 26px; height: 180px;
  background: linear-gradient(180deg, #1a1a1e 0%, #111114 50%, #1a1a1e 100%);
  border-radius: 13px;
  position: relative; overflow: hidden;
  box-shadow: 0 0 30px rgba(0,0,0,0.8), inset 0 1px 0 rgba(255,255,255,0.05);
}
.pen-tube::after {
  content: ''; position: absolute; top: 10px; right: 5px; bottom: 10px; left: 5px;
  background: linear-gradient(180deg, rgba(184,255,87,0.15) 0%, rgba(184,255,87,0.03) 100%);
  border-radius: 6px; border: 1px solid rgba(184,255,87,0.15);
}
.pen-collar {
  width: 34px; height: 22px; background: #222225; border-radius: 4px;
  position: relative;
}
.pen-collar::after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 6px; height: 6px; border-radius: 50%; background: var(--accent); opacity: 0.6; }
.pen-mouth {
  width: 30px; height: 14px; background: #1c1c1f; border-radius: 2px 2px 6px 6px;
  margin-top: -2px;
}
.pen-glow {
  position: absolute; top: 20px; left: 50%; transform: translateX(-50%);
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--accent); filter: blur(6px); opacity: 0.8;
}
.pen-shadow { width: 50px; height: 8px; border-radius: 50%; background: rgba(184,255,87,0.08); filter: blur(12px); margin-top: 8px; }
.pen-label { font-family: var(--font-display); font-size: 0.65rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--fg-2); margin-top: 12px; }
/* Vapor rings */
.vapor-ring {
  position: absolute; border-radius: 50%; border: 1px solid rgba(184,255,87,0.08);
  animation: expand 4s ease-out infinite;
}
.ring-1 { width: 160px; height: 160px; bottom: 20%; right: 10%; animation-delay: 0s; }
.ring-2 { width: 260px; height: 260px; bottom: 15%; right: 5%; animation-delay: 1.2s; }
.ring-3 { width: 380px; height: 380px; bottom: 10%; right: 0%; animation-delay: 2.4s; }
@keyframes expand { 0% { opacity: 0.3; transform: scale(0.8); } 100% { opacity: 0; transform: scale(1.3); } }
/* === SECTIONS COMMON === */
section { padding: 80px var(--gutter); }
.section-label { font-size: 0.72rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--accent); margin-bottom: 16px; font-family: var(--font-body); }
.section-title { font-family: var(--font-display); font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 700; letter-spacing: -0.02em; line-height: 1.15; }
/* === LINEUP === */
.lineup { border-top: 1px solid var(--border); }
.section-header { margin-bottom: 48px; }
.strain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }
.strain-card { background: var(--surface); padding: 40px 32px; display: flex; flex-direction: column; gap: 20px; position: relative; transition: background 0.2s; }
.strain-card:hover { background: #161619; }
.strain-badge { font-family: var(--font-display); font-size: 0.65rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; padding: 5px 10px; border-radius: 4px; width: fit-content; }
.strain-sativa .strain-badge { background: rgba(122,255,87,0.1); color: #7AFF57; }
.strain-hybrid .strain-badge { background: rgba(87,200,255,0.1); color: #57C8FF; }
.strain-indica .strain-badge { background: rgba(200,87,255,0.1); color: #C857FF; }
.strain-visual { display: flex; flex-direction: column; gap: 16px; }
.strain-icon { width: 40px; height: 40px; }
.strain-icon svg { width: 100%; height: 100%; }
.strain-name { font-family: var(--font-display); font-size: 1.3rem; font-weight: 700; letter-spacing: -0.02em; }
.strain-desc { font-size: 0.9rem; color: var(--fg-2); line-height: 1.6; flex: 1; }
.strain-terps { display: flex; gap: 8px; flex-wrap: wrap; }
.terp { font-size: 0.68rem; letter-spacing: 0.06em; padding: 4px 8px; border-radius: 4px; background: var(--accent-glow); color: var(--accent); font-family: var(--font-body); }
.lineup-note { margin-top: 28px; font-size: 0.8rem; color: var(--fg-3); font-family: var(--font-body); }
/* === HARDWARE === */
.hardware {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start;
  border-top: 1px solid var(--border);
}
.hardware-title { font-family: var(--font-display); font-size: clamp(1.8rem, 3.5vw, 2.5rem); font-weight: 700; letter-spacing: -0.02em; line-height: 1.2; margin-top: 16px; }
.hardware-right { display: flex; flex-direction: column; gap: 4px; }
.spec-row {
  display: flex; gap: 20px; align-items: flex-start; padding: 20px 0;
  border-bottom: 1px solid var(--border);
}
.spec-row:last-child { border-bottom: none; }
.spec-icon { flex-shrink: 0; width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; background: var(--accent-dim); border-radius: 8px; margin-top: 2px; }
.spec-content { display: flex; flex-direction: column; gap: 4px; }
.spec-name { font-family: var(--font-display); font-size: 0.95rem; font-weight: 600; }
.spec-desc { font-size: 0.85rem; color: var(--fg-2); line-height: 1.5; }
/* === MANIFESTO === */
.manifesto { border-top: 1px solid var(--border); background: var(--surface); }
.manifesto-inner { max-width: 680px; margin: 0 auto; text-align: center; }
.manifesto-label { font-size: 0.72rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--accent); margin-bottom: 32px; font-family: var(--font-body); }
.manifesto-quote { font-family: var(--font-display); font-size: clamp(1.1rem, 2.5vw, 1.4rem); font-weight: 400; line-height: 1.6; color: var(--fg); font-style: normal; border: none; }
.manifesto-divider { width: 40px; height: 1px; background: var(--accent); margin: 40px auto; }
.manifesto-points { display: flex; flex-direction: column; gap: 16px; text-align: left; }
.point { display: flex; gap: 20px; align-items: flex-start; }
.point-num { font-family: var(--font-display); font-size: 0.72rem; color: var(--accent); flex-shrink: 0; padding-top: 2px; }
.point-text { font-size: 0.95rem; color: var(--fg-2); line-height: 1.5; }
/* === CLOSING === */
.closing { border-top: 1px solid var(--border); text-align: center; }
.closing-inner { max-width: 560px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 24px; }
.closing-glyph { opacity: 0.6; }
.closing-title { font-family: var(--font-display); font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 800; letter-spacing: -0.03em; }
.closing-sub { font-size: 1rem; color: var(--fg-2); }
.cta-badge { font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--fg-3); font-family: var(--font-body); }
/* === FOOTER === */
.footer {
  border-top: 1px solid var(--border);
  padding: 40px var(--gutter);
  display: grid; grid-template-columns: 1fr auto;
  gap: 32px; align-items: start;
}
.footer-logo { font-family: var(--font-display); font-size: 1.1rem; font-weight: 700; margin-bottom: 12px; display: block; }
.footer-disclaimer { font-size: 0.78rem; color: var(--fg-3); line-height: 1.6; max-width: 520px; }
.footer-meta { text-align: right; }
.footer-meta p { font-size: 0.75rem; color: var(--fg-3); }
.footer-state { margin-top: 8px; }
/* === RESPONSIVE === */
@media (max-width: 768px) {
  .hero { grid-template-columns: 1fr; padding-top: 80px; }
  .hero-visual { height: 320px; }
  .vapor-ring { display: none; }
  .strain-grid { grid-template-columns: 1fr; }
  .hardware { grid-template-columns: 1fr; gap: 40px; }
  .footer { grid-template-columns: 1fr; }
  .footer-meta { text-align: left; }
  .hero-stats { gap: 14px; }
}
@media (max-width: 480px) {
  .stat-val { font-size: 1.1rem; }
  .hero-headline { font-size: 2.8rem; }
  section { padding: 60px var(--gutter); }
}