:root {
  --black: #050706;
  --ink: #111713;
  --forest: #14391f;
  --leaf: #68b36b;
  --mist: #f4f8f0;
  --muted: #aeb8aa;
  --line: rgba(244, 248, 240, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--mist);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.age-gate {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(5, 7, 6, 0.94);
}

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

.age-panel {
  width: min(440px, 100%);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
  background: #0c120e;
}

.age-panel h1 {
  margin: 8px 0 12px;
  font-size: clamp(2rem, 7vw, 3.5rem);
  line-height: 0.95;
}

.age-panel p {
  color: var(--muted);
  line-height: 1.6;
}

.age-actions {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.age-actions button,
.age-actions a,
.button,
form button {
  border: 1px solid rgba(244, 248, 240, 0.28);
  border-radius: 999px;
  padding: 12px 18px;
  cursor: pointer;
}

.age-actions button,
.button.primary,
form button {
  background: var(--mist);
  color: var(--black);
}

.age-actions a,
.button.secondary {
  background: transparent;
  color: var(--mist);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 14px clamp(18px, 4vw, 48px);
  background: transparent;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.brand img {
  width: clamp(116px, 15vw, 162px);
  height: auto;
  max-height: 78px;
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.64));
}

nav {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(14px, 3vw, 34px);
  color: rgba(244, 248, 240, 0.78);
  font-size: 0.94rem;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.68);
}

nav a {
  border-bottom: 1px solid transparent;
  padding-bottom: 4px;
}

nav a[aria-current="page"] {
  color: var(--mist);
  border-color: rgba(244, 248, 240, 0.72);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: 110px clamp(20px, 5vw, 72px) 60px;
  overflow: hidden;
}

.hero-image,
.hero-overlay,
.brand-watermark {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(5, 7, 6, 0.96) 0%, rgba(5, 7, 6, 0.74) 39%, rgba(5, 7, 6, 0.14) 100%),
    linear-gradient(0deg, rgba(5, 7, 6, 0.88), rgba(5, 7, 6, 0.08) 46%);
}

.brand-watermark {
  display: grid;
  place-items: center end;
  padding-right: clamp(18px, 5vw, 72px);
  color: rgba(244, 248, 240, 0.07);
  font-size: clamp(6rem, 17vw, 14rem);
  font-weight: 900;
  line-height: 0.8;
}

.hero-content {
  position: relative;
  max-width: 660px;
}

.hero-logo {
  width: min(500px, 86vw);
  object-fit: contain;
  filter: drop-shadow(0 20px 36px rgba(0, 0, 0, 0.52));
}

.eyebrow {
  margin: 0;
  color: var(--leaf);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 12px 0;
  font-size: clamp(4.8rem, 18vw, 11rem);
  line-height: 0.84;
  letter-spacing: 0;
}

h2 {
  margin: 8px 0 0;
  max-width: 760px;
  font-size: clamp(2.1rem, 5vw, 4.4rem);
  line-height: 1;
}

h3 {
  margin: 16px 0 10px;
  font-size: 1.2rem;
}

.hero-copy {
  max-width: 540px;
  color: rgba(244, 248, 240, 0.82);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.page-main {
  padding-top: clamp(112px, 12vw, 150px);
}

.page-hero {
  padding: 0 clamp(20px, 5vw, 72px) clamp(40px, 7vw, 78px);
  background:
    radial-gradient(circle at 78% 18%, rgba(104, 179, 107, 0.16), transparent 34%),
    linear-gradient(180deg, #050706, #0b100d);
}

.page-hero .eyebrow {
  margin: 0 0 12px;
}

.page-hero h1 {
  max-width: 880px;
  margin: 0;
  font-size: clamp(3.6rem, 12vw, 8.5rem);
}

.page-hero p:not(.eyebrow) {
  max-width: 680px;
  color: rgba(244, 248, 240, 0.78);
  font-size: clamp(1.04rem, 2vw, 1.28rem);
  line-height: 1.6;
}

.intro,
.section,
.wholesale,
footer {
  padding: clamp(64px, 9vw, 120px) clamp(20px, 5vw, 72px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 520px);
  gap: clamp(28px, 6vw, 90px);
  background: var(--mist);
  color: var(--ink);
}

.intro .eyebrow {
  color: var(--forest);
}

.brand-art {
  display: block;
  width: min(520px, 100%);
  aspect-ratio: 1.64;
  margin-top: 28px;
  object-fit: contain;
}

.intro p {
  color: #405044;
  font-size: 1.08rem;
  line-height: 1.75;
}

.brand-points,
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.brand-points span,
.chips span {
  border: 1px solid rgba(20, 57, 31, 0.18);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--forest);
  background: rgba(20, 57, 31, 0.06);
  font-size: 0.86rem;
}

.proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 0 clamp(20px, 5vw, 72px);
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.proof div {
  min-height: 150px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 24px 0;
  background: var(--black);
}

.proof strong {
  color: var(--leaf);
  font-size: clamp(2.8rem, 8vw, 6.4rem);
  line-height: 0.88;
}

.proof span {
  color: var(--muted);
}

.brand-strip {
  display: grid;
  grid-template-columns: minmax(220px, 360px) minmax(0, 1fr);
  gap: clamp(20px, 5vw, 56px);
  align-items: center;
  padding: clamp(28px, 5vw, 56px) clamp(20px, 5vw, 72px);
  background:
    linear-gradient(90deg, rgba(5, 7, 6, 0.9), rgba(20, 57, 31, 0.58)),
    #0b100d;
  border-bottom: 1px solid var(--line);
}

.brand-feature {
  display: grid;
  grid-template-columns: minmax(260px, 540px) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  padding: clamp(44px, 6vw, 82px) clamp(20px, 5vw, 72px);
  background:
    radial-gradient(circle at 18% 20%, rgba(210, 27, 35, 0.2), transparent 34%),
    linear-gradient(135deg, #050706, #121715 52%, #050706);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.brand-feature img {
  width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 26px 46px rgba(0, 0, 0, 0.52));
}

.brand-feature h2 {
  color: var(--mist);
}

.brand-feature p:not(.eyebrow) {
  max-width: 640px;
  color: rgba(244, 248, 240, 0.76);
  font-size: 1.05rem;
  line-height: 1.7;
}

.brand-strip img {
  width: 100%;
  object-fit: contain;
}

.brand-strip div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.brand-strip span {
  border: 1px solid rgba(244, 248, 240, 0.18);
  border-radius: 999px;
  padding: 12px 16px;
  background: rgba(244, 248, 240, 0.08);
  color: var(--mist);
  font-size: 0.92rem;
  font-weight: 800;
  text-transform: uppercase;
}

.section-heading {
  margin-bottom: 28px;
}

.section-heading p {
  max-width: 720px;
  color: var(--muted);
  line-height: 1.65;
}

.strain-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.strain-card {
  min-height: 210px;
  padding: 24px;
  background: var(--black);
}

.strain-card.has-art {
  grid-row: span 2;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 16px;
}

.strain-card.has-art img {
  display: block;
  width: 100%;
  aspect-ratio: 0.73;
  border-radius: 8px;
  object-fit: cover;
}

.strain-grid span {
  color: var(--leaf);
  font-size: 0.82rem;
  font-weight: 800;
}

.strain-grid p,
.note,
footer p {
  color: var(--muted);
  line-height: 1.65;
}

.strain-grid small {
  display: block;
  margin-top: 18px;
  color: rgba(104, 179, 107, 0.88);
  line-height: 1.45;
}

.merch {
  background: var(--mist);
  color: var(--ink);
}

.merch .eyebrow {
  color: var(--forest);
}

.merch .section-heading p,
.merch-copy {
  color: #405044;
}

.merch-grid {
  display: grid;
  gap: 28px;
}

.merch-card {
  display: grid;
  grid-template-columns: minmax(280px, 1.15fr) minmax(280px, 0.85fr);
  gap: clamp(22px, 5vw, 54px);
  align-items: stretch;
}

.merch-media {
  display: grid;
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
}

.merch-media figure {
  position: relative;
  margin: 0;
}

.merch-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
}

.merch-media figcaption {
  position: absolute;
  top: 12px;
  left: 12px;
  border: 1px solid rgba(20, 57, 31, 0.14);
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(255, 255, 255, 0.84);
  color: var(--forest);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

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

.merch-card.image-contain .merch-media img {
  object-fit: contain;
  padding: clamp(12px, 2vw, 22px);
  background: #ffffff;
}

.merch-info {
  display: grid;
  align-content: center;
  gap: 18px;
  border: 1px solid rgba(20, 57, 31, 0.16);
  border-radius: 8px;
  padding: clamp(22px, 4vw, 36px);
  background: rgba(255, 255, 255, 0.54);
}

.merch-info .status {
  margin: 0;
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.merch-info .chips span {
  border-color: rgba(20, 57, 31, 0.18);
  color: var(--forest);
  background: rgba(20, 57, 31, 0.06);
}

.merch-info h3 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.95;
}

.merch-copy {
  margin: 0;
  line-height: 1.65;
}

.size-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.size-grid span {
  display: grid;
  gap: 4px;
  border: 1px solid rgba(20, 57, 31, 0.18);
  border-radius: 8px;
  padding: 12px;
  color: #405044;
  background: rgba(20, 57, 31, 0.06);
  font-size: 0.82rem;
}

.size-grid strong {
  color: var(--ink);
  font-size: 1rem;
}

.merch-form {
  grid-template-columns: minmax(120px, 1fr) minmax(100px, 0.65fr);
}

.merch-form button {
  grid-column: 1 / -1;
}

.merch-form label {
  color: #405044;
}

.merch-form input,
.merch-form select {
  width: 100%;
  border: 1px solid rgba(20, 57, 31, 0.22);
  border-radius: 8px;
  padding: 12px 14px;
  background: #ffffff;
  color: var(--ink);
  font: inherit;
}

.merch .note {
  margin: 0;
  color: #405044;
}

.checkout-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(280px, 1fr);
  gap: clamp(18px, 4vw, 42px);
  margin-top: 28px;
  border: 1px solid rgba(20, 57, 31, 0.16);
  border-radius: 8px;
  padding: clamp(18px, 3vw, 28px);
  background: rgba(255, 255, 255, 0.62);
}

.checkout-summary,
.checkout-form {
  align-content: start;
}

.checkout-summary h3 {
  margin: 8px 0 20px;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1;
}

.cart-lines {
  display: grid;
  gap: 10px;
}

.empty-cart,
.checkout-status {
  margin: 0;
  color: #405044;
  line-height: 1.6;
}

.cart-line {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid rgba(20, 57, 31, 0.16);
  border-radius: 8px;
  padding: 12px;
  background: rgba(20, 57, 31, 0.06);
}

.cart-line div {
  display: grid;
  gap: 6px;
}

.cart-line span {
  color: #405044;
  font-size: 0.9rem;
}

.cart-line button {
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--forest);
  cursor: pointer;
  font-size: 0.84rem;
  font-weight: 900;
  text-align: right;
}

.cart-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 16px;
  border-top: 1px solid rgba(20, 57, 31, 0.16);
  padding-top: 16px;
}

.cart-total span {
  color: #405044;
}

.cart-total strong {
  font-size: 1.6rem;
}

.checkout-form label {
  color: #405044;
}

.checkout-form input,
.checkout-form select,
.checkout-form textarea {
  width: 100%;
  border: 1px solid rgba(20, 57, 31, 0.22);
  border-radius: 8px;
  padding: 12px 14px;
  background: #ffffff;
  color: var(--ink);
  font: inherit;
}

.stores {
  background: #0b100d;
}

.store-tools {
  display: grid;
  grid-template-columns: minmax(180px, 280px) minmax(260px, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}

.store-tools select {
  width: 100%;
  border: 1px solid rgba(244, 248, 240, 0.26);
  border-radius: 8px;
  padding: 12px 14px;
  background: var(--black);
  color: var(--mist);
  font: inherit;
}

.store-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.store-card {
  display: grid;
  gap: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: rgba(5, 7, 6, 0.48);
}

.store-card h3 {
  margin-top: 8px;
}

.store-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.store-card .status {
  color: var(--leaf);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.store-card .chips span {
  border-color: rgba(244, 248, 240, 0.14);
  color: var(--mist);
  background: rgba(244, 248, 240, 0.06);
}

.store-card a {
  width: fit-content;
  color: var(--leaf);
  font-weight: 700;
}

.empty {
  grid-column: 1 / -1;
  color: var(--muted);
}

.wholesale {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 520px);
  gap: clamp(32px, 7vw, 100px);
  background: var(--forest);
}

form {
  display: grid;
  gap: 16px;
}

label {
  display: grid;
  gap: 8px;
  color: rgba(244, 248, 240, 0.82);
  font-size: 0.92rem;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(244, 248, 240, 0.26);
  border-radius: 8px;
  padding: 12px 14px;
  background: rgba(5, 7, 6, 0.32);
  color: var(--mist);
}

textarea {
  resize: vertical;
}

footer {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  background: #050706;
}

footer img {
  width: min(220px, 45vw);
  object-fit: contain;
}

footer p {
  max-width: 760px;
  margin: 0;
  font-size: 0.9rem;
}

@media (max-width: 780px) {
  .site-header {
    align-items: flex-start;
    gap: 14px;
  }

  nav {
    gap: 12px;
    font-size: 0.86rem;
  }

  .hero {
    min-height: 760px;
  }

  .hero-overlay {
    background: linear-gradient(180deg, rgba(5, 7, 6, 0.82), rgba(5, 7, 6, 0.58) 45%, rgba(5, 7, 6, 0.94));
  }

  .intro,
  .proof,
  .brand-feature,
  .brand-strip,
  .wholesale,
  .merch-card,
  .checkout-panel,
  footer,
  .store-tools,
  .store-grid {
    grid-template-columns: 1fr;
  }

  .strain-grid,
  .size-grid,
  .merch-gallery {
    grid-template-columns: 1fr;
  }

  footer {
    display: grid;
  }
}
