:root {
  --green-950: #07130d;
  --green-900: #0b2015;
  --green-800: #123520;
  --green-700: #1f5a36;
  --green-500: #42a668;
  --cream: #f6f0e6;
  --paper: #fffaf1;
  --ink: #121613;
  --muted: #687267;
  --gold: #d6a64f;
  --line: rgba(18, 22, 19, 0.12);
  --shadow: 0 24px 70px rgba(7, 19, 13, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

body.locked {
  overflow: hidden;
}

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

.age-gate {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at 25% 20%, rgba(66, 166, 104, 0.28), transparent 34%),
    linear-gradient(135deg, rgba(7, 19, 13, 0.96), rgba(11, 32, 21, 0.94));
}

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

.age-panel {
  width: min(460px, 100%);
  padding: 36px;
  border: 1px solid rgba(255, 250, 241, 0.18);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.96);
  box-shadow: var(--shadow);
}

.age-logo {
  display: block;
  width: min(250px, 78%);
  margin: 0 auto 22px;
  object-fit: contain;
}

.age-no {
  min-height: 38px;
  padding-inline: 16px;
  font-size: 0.82rem;
}

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

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

.age-actions,
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.button.primary {
  background: var(--gold);
  color: #151006;
}

.button.secondary {
  border-color: var(--line);
  background: #fff;
}

.button.ghost {
  border-color: rgba(255, 250, 241, 0.45);
  color: var(--cream);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  min-height: 78px;
  padding: 14px clamp(18px, 5vw, 64px);
  background: rgba(7, 19, 13, 0.95);
  color: var(--cream);
  backdrop-filter: blur(18px);
}

.brand {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(360px, 42vw);
  min-height: 54px;
  text-align: left;
}

.brand-logo {
  display: block;
  width: 100%;
  max-height: 58px;
  object-fit: contain;
  filter: invert(1) brightness(1.8) contrast(1.05);
  mix-blend-mode: screen;
}

.brand-logo.is-hidden,
.brand-logo.is-hidden + .brand-fallback {
  display: none;
}

.brand-logo.is-hidden ~ .brand-text {
  display: inline-flex;
}

.brand-fallback {
  display: none;
  align-items: center;
  gap: 12px;
}

.brand-text {
  display: none;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  font-weight: 900;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: rgba(246, 240, 230, 0.68);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 0.88rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.nav-cta {
  padding: 12px 16px;
  border-radius: 4px;
  background: var(--gold);
  color: #151006;
}

.nav-instagram {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 250, 241, 0.24);
  border-radius: 4px;
}

.nav-instagram svg {
  width: 19px;
  height: 19px;
  fill: #fff;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 250, 241, 0.22);
  border-radius: 4px;
  background: transparent;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--cream);
}

.hero {
  position: relative;
  min-height: calc(100vh - 78px);
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--cream);
}

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

.hero-image {
  object-fit: cover;
  object-position: center 62%;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(7, 19, 13, 0.92) 0%, rgba(7, 19, 13, 0.76) 38%, rgba(7, 19, 13, 0.26) 100%),
    linear-gradient(0deg, rgba(7, 19, 13, 0.35), transparent 45%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  padding: clamp(56px, 9vw, 120px) clamp(18px, 5vw, 64px);
}

.eyebrow,
.tag {
  margin: 0;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.hero h1,
.intro h2,
.section-heading h2,
.reason-copy h2,
.visit h2 {
  margin: 12px 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 0.95;
}

.hero h1 {
  max-width: 680px;
  font-size: clamp(3.4rem, 9vw, 7.5rem);
}

.hero-content p:not(.eyebrow) {
  max-width: 590px;
  margin: 0 0 28px;
  color: rgba(246, 240, 230, 0.82);
  font-size: clamp(1rem, 2vw, 1.18rem);
  line-height: 1.7;
}

.hero-card-row {
  position: absolute;
  right: clamp(18px, 5vw, 64px);
  bottom: 40px;
  z-index: 1;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: 14px;
  width: min(720px, calc(100% - 36px));
}

.hero-card {
  flex: 1 1 0;
  width: min(340px, calc(100% - 36px));
  padding: 22px;
  border: 1px solid rgba(255, 250, 241, 0.25);
  border-radius: 8px;
  background: rgba(7, 19, 13, 0.74);
  backdrop-filter: blur(12px);
}

.hero-card span,
.hero-card strong,
.hero-card small {
  display: block;
}

.hero-card span {
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
}

.hero-card strong {
  margin: 8px 0;
  font-size: 1.45rem;
}

.hero-card small {
  color: rgba(246, 240, 230, 0.72);
}

.ticker {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--green-950);
  color: var(--cream);
}

.ticker span {
  padding: 18px;
  border-right: 1px solid rgba(255, 250, 241, 0.12);
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.section {
  padding: clamp(58px, 9vw, 104px) clamp(18px, 5vw, 64px);
}

.categories,
.deals-section,
.events-section {
  padding-top: clamp(32px, 5vw, 58px);
}

.deals-heading h2,
.section-heading h2,
.reason-copy h2,
.visit h2 {
  font-size: clamp(2.25rem, 5vw, 4.7rem);
}

.reason-copy p,
.visit p,
.product-card p,
.category-card small,
.reason-grid p {
  color: var(--muted);
  line-height: 1.65;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.section-heading a {
  color: var(--green-700);
  font-weight: 900;
  text-transform: uppercase;
}

.categories-heading {
  align-items: center;
  flex-direction: column;
  gap: 0;
  justify-content: center;
  text-align: center;
}

.deals-section,
.events-section {
  background: var(--cream);
}

.deals-heading {
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.deals-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.deal-card {
  display: grid;
  grid-template-rows: 220px auto;
  gap: 14px;
  min-height: 312px;
  padding-bottom: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fffdf8;
  box-shadow: 0 12px 34px rgba(7, 19, 13, 0.08);
  text-align: center;
}

.deal-photo {
  display: block;
  width: 100%;
  height: 220px;
  padding: 18px;
  object-fit: contain;
  background: #050505;
}

.deal-image-placeholder {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 42%, rgba(214, 166, 79, 0.28), transparent 30%),
    linear-gradient(135deg, #0b2015, #245b39);
  color: rgba(246, 240, 230, 0.78);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.deal-card strong {
  padding-inline: 20px;
  font-size: 1.35rem;
}

.weekly-deal-strip {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
  align-items: center;
  gap: 28px;
  margin: 32px calc(clamp(18px, 5vw, 64px) * -1) 0;
  padding: 32px clamp(18px, 5vw, 64px);
  border-top: 3px solid var(--gold);
  border-bottom: 3px solid var(--gold);
  background:
    radial-gradient(circle at 82% 50%, rgba(214, 166, 79, 0.32), transparent 24%),
    radial-gradient(circle at 18% 18%, rgba(246, 240, 230, 0.12), transparent 22%),
    linear-gradient(135deg, #07130d 0%, #123520 58%, #1f5a36 100%);
  color: var(--cream);
  box-shadow: 0 22px 54px rgba(7, 19, 13, 0.22);
}

.weekly-deal-strip::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 34%, rgba(255, 250, 241, 0.16) 42%, transparent 52%),
    repeating-linear-gradient(135deg, rgba(214, 166, 79, 0.12) 0 2px, transparent 2px 18px);
  content: "";
  pointer-events: none;
}

.weekly-deal-copy {
  text-align: center;
}

.weekly-deal-copy,
.weekly-deal-card {
  position: relative;
  z-index: 1;
}

.weekly-deal-copy span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  padding: 8px 12px;
  border: 1px solid rgba(214, 166, 79, 0.65);
  border-radius: 999px;
  background: rgba(214, 166, 79, 0.18);
  color: #ffe4a3;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.weekly-deal-strip h3 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 0.98;
  text-shadow: 0 4px 22px rgba(0, 0, 0, 0.28);
}

.weekly-deal-copy p {
  max-width: 520px;
  margin: 14px 0 0;
  color: rgba(246, 240, 230, 0.82);
  font-size: 1.05rem;
  line-height: 1.5;
}

.weekly-deal-card {
  grid-template-rows: 170px auto;
  min-height: 244px;
  border: 2px solid var(--gold);
  background: #fffdf8;
  color: var(--ink);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.22);
}

.weekly-deal-card .deal-photo {
  display: block;
  width: 100%;
  height: 220px;
  padding: 18px;
  object-fit: contain;
  background: #050505;
}

.deal-image-placeholder {
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 228, 163, 0.52), transparent 30%),
    linear-gradient(135deg, #173522, #d6a64f);
  color: rgba(7, 19, 13, 0.78);
}

.featured-menu-heading {
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.growers-heading {
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.craft-growers {
  background: var(--paper);
}

.grower-toggle-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.grower-toggle {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 118px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: 0 12px 34px rgba(7, 19, 13, 0.08);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.grower-toggle:hover,
.grower-toggle:focus-visible {
  border-color: rgba(31, 90, 54, 0.42);
  box-shadow: 0 18px 42px rgba(7, 19, 13, 0.14);
  transform: translateY(-2px);
}

.grower-toggle:focus-visible {
  outline: 3px solid rgba(214, 166, 79, 0.42);
  outline-offset: 3px;
}

.toggle-dot {
  position: relative;
  flex: 0 0 auto;
  width: 46px;
  height: 26px;
  border: 2px solid var(--green-700);
  border-radius: 999px;
  background: rgba(31, 90, 54, 0.1);
}

.toggle-dot::after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--green-700);
  content: "";
  transition: transform 180ms ease;
}

.grower-toggle:hover .toggle-dot::after,
.grower-toggle:focus-visible .toggle-dot::after {
  transform: translateX(18px);
}

.grower-photo {
  flex: 0 0 92px;
  width: 92px;
  height: 64px;
  border-radius: 6px;
  object-fit: cover;
  background: var(--green-900);
}

.grower-square {
  aspect-ratio: 1;
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-items: center;
  justify-items: center;
  gap: 14px;
  min-height: auto;
  padding: 24px;
  text-align: center;
}

.grower-square-image {
  display: block;
  width: min(72%, 210px);
  max-height: 100%;
  object-fit: contain;
}

.grower-image-frame {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.alpine-image {
  width: 82%;
  max-width: none;
  max-height: none;
}

.grower-toggle strong,
.grower-toggle small {
  display: block;
}

.grower-toggle strong {
  font-size: 1.18rem;
}

.grower-toggle small {
  margin-top: 6px;
  color: var(--muted);
  line-height: 1.45;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.flowhub-status {
  margin: -8px 0 18px;
  color: var(--muted);
  font-weight: 800;
}

.flowhub-status[hidden] {
  display: none;
}

.flowhub-status.error {
  color: #8b2d25;
}

.product-card,
.reason-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: 0 12px 34px rgba(7, 19, 13, 0.08);
}

.product-card {
  display: grid;
  grid-template-rows: 220px 1fr auto;
  overflow: hidden;
}

.product-card div:not(.product-art) {
  padding: 24px 24px 8px;
}

.product-card h3,
.reason-grid h3 {
  margin: 8px 0;
  font-size: 1.45rem;
}

.product-card > span {
  display: block;
  padding: 0 24px 12px;
  color: var(--green-700);
  font-weight: 900;
}

.price-note {
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.product-order {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 24px 24px;
  padding: 12px 14px;
  border-radius: 4px;
  background: var(--green-700);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.product-order:hover {
  background: var(--green);
}

.product-card .stock {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.product-art,
.category-photo {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #173522;
}

.category-image {
  width: 100%;
  height: 190px;
  padding: 12px;
  object-fit: contain;
  object-position: center;
  background: #fff;
}

.category-image-large {
  padding: 4px;
}

.category-image-flower {
  padding: 0;
  transform: scale(1.25);
}

.category-image-cover {
  padding: 4px;
  object-fit: cover;
}

.category-image-transparent {
  background: transparent;
}

.category-image-solventless {
  transform: scale(2);
}

.product-image {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  background: #f4efe5;
}

.product-art::before,
.product-art::after,
.category-photo::before,
.category-photo::after {
  position: absolute;
  content: "";
}

.product-art.flower,
.category-photo.flower {
  background:
    radial-gradient(circle at 42% 48%, #6fb779 0 8%, transparent 9%),
    radial-gradient(circle at 52% 42%, #2f7a43 0 14%, transparent 15%),
    radial-gradient(circle at 58% 57%, #8bc783 0 10%, transparent 11%),
    linear-gradient(135deg, #0d2517, #245b39);
}

.product-art.edible,
.category-photo.edible {
  background:
    radial-gradient(circle at 35% 48%, #f0b24c 0 10%, transparent 11%),
    radial-gradient(circle at 52% 42%, #d85f47 0 9%, transparent 10%),
    radial-gradient(circle at 63% 56%, #7fbf71 0 8%, transparent 9%),
    linear-gradient(135deg, #f8d487, #74382f);
}

.product-art.vape,
.category-photo.vape {
  background:
    linear-gradient(90deg, transparent 44%, #f4efe5 45% 51%, transparent 52%),
    linear-gradient(135deg, #173522, #9b7d47);
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.category-card {
  display: grid;
  grid-template-rows: 190px auto auto;
  gap: 10px;
  min-height: 310px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fffdf8;
}

.category-card strong,
.category-card small {
  padding-inline: 20px;
}

.category-card strong {
  padding-top: 10px;
  font-size: 1.35rem;
}

.category-card small {
  padding-bottom: 20px;
}

.category-photo.preroll {
  background:
    linear-gradient(32deg, transparent 38%, #f2e3c2 39% 44%, #3b2818 45% 47%, transparent 48%),
    linear-gradient(135deg, #1c3f28, #d4a352);
}

.category-photo.concentrate {
  background:
    radial-gradient(circle at 50% 54%, rgba(251, 192, 78, 0.92) 0 21%, transparent 22%),
    radial-gradient(circle at 56% 49%, rgba(255, 249, 221, 0.55) 0 10%, transparent 11%),
    linear-gradient(135deg, #24170b, #86642e);
}

.category-photo.accessory {
  background:
    linear-gradient(90deg, transparent 30%, #e4dccb 31% 38%, transparent 39%),
    radial-gradient(circle at 58% 55%, transparent 0 19%, #e4dccb 20% 25%, transparent 26%),
    linear-gradient(135deg, #0b2015, #495f48);
}

.category-photo.beverage {
  background:
    linear-gradient(90deg, transparent 31%, rgba(255, 250, 241, 0.88) 32% 43%, transparent 44%),
    radial-gradient(circle at 50% 24%, #d6a64f 0 9%, transparent 10%),
    linear-gradient(135deg, #123520, #48a6a0);
}

.category-photo.solventless {
  background:
    radial-gradient(circle at 46% 52%, #f7c75d 0 16%, transparent 17%),
    radial-gradient(circle at 57% 43%, rgba(255, 250, 241, 0.72) 0 8%, transparent 9%),
    radial-gradient(circle at 54% 58%, #c46b35 0 23%, transparent 24%),
    linear-gradient(135deg, #173522, #71451e);
}

.category-photo.glass {
  background:
    radial-gradient(circle at 50% 64%, transparent 0 18%, rgba(246, 240, 230, 0.72) 19% 24%, transparent 25%),
    linear-gradient(90deg, transparent 46%, rgba(246, 240, 230, 0.8) 47% 53%, transparent 54%),
    linear-gradient(135deg, #0b2015, #426a72);
}

.brand-band {
  padding: 38px clamp(18px, 5vw, 64px);
  background: var(--green-900);
  color: var(--cream);
  text-align: center;
}

.brand-list {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.brand-logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 82px;
  padding: 18px 12px;
  border: 1px solid rgba(255, 250, 241, 0.16);
  border-radius: 4px;
  background: rgba(7, 19, 13, 0.32);
  text-align: center;
  font-weight: 900;
}

.brand-logo-box img {
  display: block;
  width: 100%;
  max-width: 276px;
  max-height: 108px;
  object-fit: contain;
}

.brand-logo-box img.brand-logo-rove {
  max-width: 138px;
  max-height: 54px;
}

.brand-logo-jeeter {
  transform: scale(1.5);
}

.brand-logo-rolling-green {
  transform: scale(1.25);
}

.brand-logo-bouket {
  transform: scale(1.25);
}

.instagram-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(34px, 6vw, 62px) clamp(18px, 5vw, 64px);
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.34), transparent 22%),
    linear-gradient(135deg, #f9ce34 0%, #ee2a7b 45%, #6228d7 100%);
  color: #fff;
}

.instagram-copy {
  display: flex;
  align-items: center;
  gap: clamp(18px, 4vw, 34px);
}

.instagram-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: clamp(72px, 10vw, 116px);
  height: clamp(72px, 10vw, 116px);
  border: 2px solid rgba(255, 255, 255, 0.62);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 20px 42px rgba(74, 14, 106, 0.26);
}

.instagram-icon svg {
  width: 58%;
  height: 58%;
  fill: #fff;
}

.instagram-callout .eyebrow {
  color: rgba(255, 255, 255, 0.86);
}

.instagram-callout h2 {
  margin: 8px 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 5vw, 4.6rem);
  line-height: 0.96;
}

.instagram-callout p:not(.eyebrow) {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.08rem;
  font-weight: 800;
}

.instagram-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.94);
  color: #43115f;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  box-shadow: 0 16px 34px rgba(67, 17, 95, 0.26);
}

.instagram-button:hover,
.instagram-button:focus-visible {
  background: #fff;
  transform: translateY(-1px);
}

.reasons {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(28px, 7vw, 86px);
  background: #fffdf8;
}

.reason-grid {
  display: grid;
  gap: 16px;
}

.reason-grid article {
  padding: 24px;
}

.reason-grid span {
  color: var(--gold);
  font-weight: 900;
}

.store-photo-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(24px, 6vw, 72px);
  align-items: center;
  padding: clamp(58px, 9vw, 104px) clamp(18px, 5vw, 64px);
  background: var(--cream);
}

.store-photo-copy h2 {
  margin: 12px 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 5vw, 4.7rem);
  line-height: 0.95;
}

.store-photo-copy p {
  color: var(--muted);
  line-height: 1.65;
}

.store-photo-frame {
  position: relative;
  aspect-ratio: 1.08 / 1;
  min-height: 360px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(7, 19, 13, 0.78), rgba(31, 90, 54, 0.68)),
    radial-gradient(circle at 35% 45%, rgba(214, 166, 79, 0.34), transparent 28%);
  box-shadow: var(--shadow);
}

.store-photo-frame img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  object-position: center;
}

.store-photo-frame figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 10px 12px;
  border-radius: 4px;
  background: rgba(7, 19, 13, 0.78);
  color: var(--cream);
  font-weight: 800;
}

.store-photo-frame.missing-photo::before {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  color: var(--cream);
  content: "The Chronic Gallery";
  font-weight: 900;
  text-align: center;
}

.store-photo-frame.missing-photo img {
  display: none;
}

.customer-reviews {
  background:
    radial-gradient(circle at 14% 16%, rgba(214, 166, 79, 0.26), transparent 25%),
    linear-gradient(135deg, var(--green-950), var(--green-800));
  color: var(--cream);
}

.reviews-heading {
  max-width: 820px;
  margin: 0 auto 30px;
  text-align: center;
}

.reviews-heading h2 {
  margin: 12px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 5vw, 4.9rem);
  line-height: 0.95;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.review-card {
  display: flex;
  flex-direction: column;
  min-height: 300px;
  padding: 26px;
  border: 1px solid rgba(255, 250, 241, 0.16);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.08);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
}

.review-stars {
  display: flex;
  gap: 6px;
  margin-bottom: 18px;
  color: #ffd35a;
  font-size: 1.35rem;
  line-height: 1;
  text-shadow: 0 0 18px rgba(255, 211, 90, 0.42);
}

.review-card blockquote {
  flex: 1;
  margin: 0;
  color: rgba(246, 240, 230, 0.9);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1.35;
}

.review-card strong {
  margin-top: 24px;
  color: var(--gold);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.visit {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 24px;
  padding: clamp(58px, 9vw, 104px) clamp(18px, 5vw, 64px);
  background: var(--green-950);
  color: var(--cream);
}

.contact-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.contact-list a {
  padding: 12px 16px;
  border: 1px solid rgba(255, 250, 241, 0.18);
  border-radius: 4px;
}

.map-card {
  min-height: 360px;
  display: grid;
  align-content: end;
  gap: 8px;
  padding: 28px;
  border-radius: 8px;
  background:
    linear-gradient(30deg, rgba(255, 250, 241, 0.08) 12%, transparent 12% 48%, rgba(255, 250, 241, 0.08) 48% 50%, transparent 50%),
    radial-gradient(circle at 60% 42%, var(--gold) 0 2%, transparent 3%),
    linear-gradient(135deg, #173522, #08140d);
}

.map-card span {
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
}

.map-card strong {
  font-size: 1.8rem;
}

.map-card small {
  color: rgba(246, 240, 230, 0.78);
}

.google-map-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  margin-top: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 250, 241, 0.2);
  border-radius: 4px;
  background: rgba(255, 250, 241, 0.1);
  color: var(--cream);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.google-map-link img {
  width: 69px;
  height: 29px;
  object-fit: contain;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 28px clamp(18px, 5vw, 64px);
  border-top: 1px solid rgba(255, 250, 241, 0.12);
  background: #050c08;
  color: rgba(246, 240, 230, 0.75);
}

.site-footer strong,
.site-footer a {
  color: var(--cream);
}

@media (max-width: 900px) {
  .brand {
    position: static;
    transform: none;
    justify-content: flex-start;
    width: min(260px, 64vw);
  }

  .site-header {
    justify-content: space-between;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 78px;
    right: 18px;
    left: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    border-radius: 8px;
    background: var(--green-950);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 12px;
  }

  .ticker,
  .product-grid,
  .grower-toggle-list,
  .category-grid,
  .deals-grid,
  .brand-list,
  .review-grid,
  .instagram-callout,
  .reasons,
  .store-photo-section,
  .visit {
    grid-template-columns: 1fr;
  }

  .instagram-callout {
    align-items: flex-start;
    flex-direction: column;
  }

  .instagram-button {
    align-self: center;
  }

  .hero {
    min-height: 760px;
  }

  .hero-card-row {
    position: relative;
    right: auto;
    bottom: auto;
    flex-direction: column;
    width: auto;
    margin: -28px 18px 32px;
  }

  .hero-card {
    width: 100%;
  }

  .section-heading {
    align-items: start;
    flex-direction: column;
  }

  .categories-heading,
  .deals-heading {
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
  }

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

  .weekly-deal-card {
    width: min(100%, 360px);
  }
}

@media (max-width: 560px) {
  .site-header {
    min-height: 70px;
  }

  .site-nav {
    top: 70px;
  }

  .hero {
    min-height: 720px;
  }

  .hero-content {
    padding-top: 64px;
  }

  .hero h1 {
    font-size: clamp(3rem, 15vw, 4.25rem);
  }

  .ticker span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
  }

  .categories-heading,
  .deals-heading {
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
  }

  .categories-heading .eyebrow,
  .deals-heading .eyebrow {
    width: 100%;
    text-align: center;
  }

  .instagram-callout {
    align-items: center;
    text-align: center;
  }

  .instagram-copy {
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
  }

  .instagram-button {
    align-self: center;
    margin-inline: auto;
    text-align: center;
  }

  .product-card,
  .category-card {
    grid-template-rows: 180px auto auto;
  }

  .category-image-flower {
    transform: scale(1.08);
  }

  .site-footer {
    flex-direction: column;
  }
}

.deal-photo-black {
  background: #050505;
  padding: 28px;
  object-fit: contain;
}

.weekly-title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 4vw, 42px);
  flex-wrap: wrap;
}

.weekly-title-row strong {
  color: #ffe4a3;
  font-size: clamp(1.8rem, 3.6vw, 3.75rem);
  line-height: 0.98;
  text-shadow: 0 4px 22px rgba(0, 0, 0, 0.28);
}

.weekly-deal-card > strong {
  display: grid;
  align-items: center;
  min-height: 64px;
  padding: 10px 16px;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.12;
  text-wrap: balance;
}

.weekly-discount {
  color: #ffe4a3 !important;
  font-size: clamp(1.8rem, 3.6vw, 3.75rem) !important;
  font-weight: 900;
  line-height: 0.98 !important;
  text-shadow: 0 4px 22px rgba(0, 0, 0, 0.28);
}

.weekly-image-only-card {
  grid-template-rows: 1fr;
  padding-bottom: 0;
}

.weekly-full-photo {
  display: block;
  width: 100%;
  height: 244px;
  object-fit: cover;
  object-position: center;
}

.weekly-banner-logo {
  display: block;
  width: min(150px, 30vw);
  margin: 0 auto 14px;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}

.weekly-discount {
  width: fit-content;
  margin-inline: auto !important;
  text-align: center;
}

.weekly-deal-card:not(.weekly-image-only-card) > strong {
  align-items: end;
  min-height: 74px;
  padding-bottom: 16px;
  font-size: clamp(0.82rem, 1.08vw, 1rem);
  line-height: 1.08;
}

.gallery-address {
  margin: 8px 0 18px;
  color: #050505;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 2vw, 1.65rem);
  font-weight: 900;
  letter-spacing: 0.03em;
}

.weekly-title-stack {
  display: grid;
  gap: 8px;
  justify-items: center;
}

.weekly-title-stack strong {
  color: #ffe4a3;
  font-size: clamp(1.8rem, 3.6vw, 3.75rem);
  line-height: 0.98;
  text-align: center;
  text-shadow: 0 4px 22px rgba(0, 0, 0, 0.28);
}

.event-card {
  grid-template-rows: 220px auto auto;
}

.event-photo {
  padding: 0;
  object-fit: cover;
  object-position: center;
}

.event-photo-lower {
  object-position: center 44%;
}

.event-date {
  display: block;
  padding: 0 20px 22px;
  color: var(--muted);
  font-weight: 900;
  text-align: center;
}

#categories,
#deals {
  scroll-margin-top: 96px;
}

.event-coming-soon {
  background: #050505;
  color: #fff;
  font-size: clamp(1.4rem, 3vw, 2.4rem);
  letter-spacing: 0.08em;
}
