
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
button, input, select, textarea { font-family: inherit; }

:root {
  --bg: #1a1c18;
  --bg-surface: #1e2019;
  --bg-card: #222420;
  --bg-card-hover: #272924;
  --text: #e8edd8;
  --text-muted: #8a9078;
  --text-faint: #3e4838;
  --green-lime: #5a9a48;
  --green-lime-hover: #6db058;
  --green-accent: #4a7a38;
  --border: #282b24;
  --gold: #d4940a;
  --woody: #e87062;
  --weed: #72c85a;
  --pecker: #e8ac28;
  --red-dusty: #c85040;
  --tropicana: #df4a5c;
  --patronus: #e5cc42;
  --topweed: #9570dc;
  --joint: #dc963c;
}

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: Arial, 'Helvetica Neue', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'><g fill='none' stroke='%235a9a48' stroke-width='0.7' opacity='0.2' stroke-linecap='round'><g transform='translate(40 45) rotate(15)'><ellipse cx='0' cy='-14' rx='2.5' ry='12'/><ellipse cx='0' cy='-12' rx='2' ry='10' transform='rotate(38)'/><ellipse cx='0' cy='-12' rx='2' ry='10' transform='rotate(-38)'/><ellipse cx='0' cy='-9' rx='1.5' ry='7' transform='rotate(72)'/><ellipse cx='0' cy='-9' rx='1.5' ry='7' transform='rotate(-72)'/><line x1='0' y1='0' x2='0' y2='14'/></g><g transform='translate(115 110) rotate(-25)'><ellipse cx='0' cy='-14' rx='2.5' ry='12'/><ellipse cx='0' cy='-12' rx='2' ry='10' transform='rotate(38)'/><ellipse cx='0' cy='-12' rx='2' ry='10' transform='rotate(-38)'/><ellipse cx='0' cy='-9' rx='1.5' ry='7' transform='rotate(72)'/><ellipse cx='0' cy='-9' rx='1.5' ry='7' transform='rotate(-72)'/><line x1='0' y1='0' x2='0' y2='14'/></g></g></svg>");
  background-repeat: repeat;
  -webkit-mask-image: radial-gradient(ellipse 80% 90% at center, black 35%, transparent 100%);
          mask-image: radial-gradient(ellipse 80% 90% at center, black 35%, transparent 100%);
}

.bg-sine {
  position: fixed;
  inset: -30%;
  z-index: -1;
  pointer-events: none;
  transform: rotate(-15deg);
  overflow: hidden;
}
.bg-sine svg {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  overflow: visible;
}
.bg-sine-wave {
  fill: none;
  stroke: rgba(90, 154, 72, 0.1);
  stroke-width: 2;
  stroke-linecap: round;
}
.bg-sine-train {
  animation: bg-sine-march 110s linear infinite;
  will-change: transform;
}

@keyframes bg-sine-march {
  from { transform: translateX(0); }
  to   { transform: translateX(-240px); }
}

@media (prefers-reduced-motion: reduce) {
  .bg-sine-train { animation: none; }
}

@media (max-width: 900px) {
  .bg-sine svg {
    transform: scaleX(1.8) scaleY(0.55);
    transform-origin: center;
  }
}

/* Previous: h1, h2, h3, h4 { font-family: Georgia, 'Times New Roman', serif; } */
h1, h2, h3, h4 {
  font-family: 'Fraunces', Georgia, 'Times New Roman', serif;
  font-variation-settings: "opsz" 144, "SOFT" 100, "WONK" 1;
}
a { color: inherit; text-decoration: none; }

/* ── NAVBAR ──────────────────────────────────────────────── */
#navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 48px;
  height: 76px;
  background: rgba(26,28,24,0.94);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border);
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.nav-mascot {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--bg-card);
  border: 1.5px solid rgba(90,154,72,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}
.nav-brand .nav-mascot {
  cursor: inherit;
}
.nav-mascot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.nav-brand-name {
  font-family: 'Outfit', system-ui, sans-serif;
  font-size: clamp(15px, 1.1vw + 12px, 19px);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.15;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

.nav-brand-piece--woody {
  color: #e87062;
  text-shadow: 0 0 22px rgba(232, 112, 98, 0.5), 0 1px 2px rgba(0, 0, 0, 0.45);
}
.nav-brand-piece--weed {
  color: #72c85a;
  text-shadow: 0 0 22px rgba(114, 200, 90, 0.42), 0 1px 2px rgba(0, 0, 0, 0.45);
}
.nav-brand-piece--pecker {
  color: #e8ac28;
  text-shadow: 0 0 22px rgba(232, 172, 40, 0.48), 0 1px 2px rgba(0, 0, 0, 0.45);
}

.nav-brand-tagline {
  font-family: 'Outfit', system-ui, sans-serif;
  font-size: clamp(9px, 0.35vw + 8px, 11px);
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #b8c4a8;
  text-transform: uppercase;
  margin-top: 3px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
  list-style: none;
}

.nav-links a {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
  transition: color 0.22s;
  cursor: pointer;
}

.nav-links a:hover { color: var(--text); }

.nav-order-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 14px;
  border: 1px solid rgba(90,154,72,0.4);
  background: rgba(90,154,72,0.09);
  color: var(--green-lime);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 3px;
  text-decoration: none;
  transition: all 0.24s;
  white-space: nowrap;
}
.nav-order-btn:hover {
  background: rgba(90,154,72,0.18);
  border-color: rgba(90,154,72,0.7);
  box-shadow: 0 4px 16px rgba(90,154,72,0.14);
}

.lang-dropdown { position: relative; }

.lang-trigger {
  display: flex;
  align-items: center;
  gap: 5px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 4px;
  color: var(--text-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 5px 9px;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
  white-space: nowrap;
}
.lang-trigger:hover { border-color: rgba(90,154,72,0.4); color: var(--text); }
.lang-trigger svg { width: 9px; height: 9px; flex-shrink: 0; transition: transform 0.28s cubic-bezier(0.23,1,0.32,1); }
.lang-dropdown.open .lang-trigger { border-color: rgba(90,154,72,0.35); color: var(--text); }
.lang-dropdown.open .lang-trigger svg { transform: rotate(180deg); }

.lang-panel {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 4px;
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 110px;
  opacity: 0;
  transform: translateY(-6px) scale(0.96);
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.22s cubic-bezier(0.23,1,0.32,1), transform 0.22s cubic-bezier(0.23,1,0.32,1), visibility 0.22s;
  z-index: 200;
  box-shadow: 0 8px 24px rgba(0,0,0,0.4);
}
.lang-dropdown.open .lang-panel {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  visibility: visible;
}
.lang-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 10px;
  border: none;
  background: none;
  color: var(--text-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  cursor: pointer;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  transition: background 0.15s, color 0.15s;
}
.lang-option:hover { background: rgba(90,154,72,0.1); color: var(--text); }
.lang-option.active { color: var(--green-lime); }
.lang-option-full { font-size: 8px; font-weight: 500; color: var(--text-faint); letter-spacing: 0.06em; }

.nav-hamburger {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
.nav-hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--text-muted);
  border-radius: 2px;
  transform-origin: center;
  transition: transform 0.38s cubic-bezier(0.23,1,0.32,1), opacity 0.25s, width 0.3s cubic-bezier(0.23,1,0.32,1), background 0.2s;
}
.nav-hamburger:hover span { background: var(--text); }
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); background: var(--text); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); background: var(--text); }

.nav-right { display: flex; align-items: center; gap: 16px; flex-shrink: 0; }

/* ── HERO ─────────────────────────────────────────────────── */
#hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 76px;
  align-items: start;
}

.hero-left {
  padding: 80px 56px 80px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-left.hero-pending .hero-eyebrow,
.hero-left.hero-pending .hero-headline,
.hero-left.hero-pending .hero-sub,
.hero-left.hero-pending .hero-trust {
  opacity: 0;
}

.hero-left.hero-pending .hero-ctas > * {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.hero-eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 22px;
}

.hero-headline {
  font-size: clamp(40px, 4.8vw, 70px);
  font-weight: normal;
  line-height: 1.08;
  color: var(--text);
  margin-bottom: 22px;
  letter-spacing: -0.015em;
}

.hero-sub {
  font-size: 15px;
  color: var(--text-muted);
  max-width: 420px;
  line-height: 1.75;
  margin-bottom: 44px;
}

.hero-ctas {
  display: flex;
  align-items: center;
  gap: 30px;
}

.hero-trust {
  display: flex;
  align-items: flex-start;
  gap: 0;
  margin-top: 48px;
  padding-top: 28px;
  border-top: 1px solid var(--border);
}

.hero-trust-stat {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
  padding: 0 24px 0 0;
}

.hero-trust-stat + .hero-trust-stat {
  padding-left: 24px;
  border-left: 1px solid var(--border);
}

.hero-trust-number {
  font-size: 26px;
  font-weight: 700;
  color: var(--text);
  letter-spacing: -0.02em;
  line-height: 1;
}

.hero-trust-suffix {
  color: var(--gold);
}

.hero-trust-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.btn-primary {
  background: var(--green-lime);
  color: #071007;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 14px 34px;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  transition: all 0.22s;
}

.btn-primary:hover {
  background: var(--green-lime-hover);
  transform: translateY(-1px);
  box-shadow: 0 8px 28px rgba(90,154,72,0.28);
}

.btn-text-link {
  font-size: 13px;
  color: var(--text-muted);
  border-bottom: 1px solid var(--text-faint);
  padding-bottom: 2px;
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s;
  text-decoration: none;
}

.btn-text-link:hover { color: var(--text); border-color: var(--text-muted); }

.hero-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 40px;
  position: relative;
  min-height: 600px;
  background: radial-gradient(circle at 50% 38%, var(--bg) 0%, var(--bg) 18%, transparent 58%);
}

.model-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 220px;
  --buff-ring: rgba(229, 204, 66, 0.35);
}

.model-container.buff-tropicana { --buff-ring: rgba(223, 74, 92, 0.42); }
.model-container.buff-patronus { --buff-ring: rgba(229, 204, 66, 0.42); }
.model-container.buff-topweed { --buff-ring: rgba(149, 112, 220, 0.42); }

.woody-buff {
  position: absolute;
  top: 6%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  pointer-events: none;
  z-index: 4;
  opacity: 0;
  white-space: nowrap;
  text-shadow: 0 0 14px currentColor, 0 0 28px currentColor;
}

.woody-buff.show {
  animation: buffPop 1.5s ease forwards;
}

@keyframes buffPop {
  0% { opacity: 0; transform: translateX(-50%) translateY(10px) scale(0.55); }
  12% { opacity: 1; transform: translateX(-50%) translateY(0) scale(1.12); }
  65% { opacity: 1; transform: translateX(-50%) translateY(-4px) scale(1); }
  100% { opacity: 0; transform: translateX(-50%) translateY(-20px) scale(0.95); }
}

.ring {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
}

.ring-1 {
  width: 360px; height: 360px;
  border: 1px solid var(--buff-ring);
  animation: rpulse 5s ease-in-out infinite;
  transition: border-color 0.8s ease;
}
.ring-2 {
  width: 460px; height: 460px;
  border: 1px solid color-mix(in srgb, var(--buff-ring) 70%, transparent);
  animation: rpulse 5s ease-in-out infinite 0.6s;
  transition: border-color 0.8s ease;
}
.ring-3 {
  width: 560px; height: 560px;
  border: 1px solid color-mix(in srgb, var(--buff-ring) 45%, transparent);
  animation: rpulse 5s ease-in-out infinite 1.2s;
  transition: border-color 0.8s ease;
}

@keyframes rpulse {
  0%, 100% { opacity: 0.5; transform: translate(-50%,-50%) scale(1); }
  50% { opacity: 1; transform: translate(-50%,-50%) scale(1.018); }
}

.model-loader {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  z-index: 3;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.55s ease;
}

.model-loader::before {
  content: '';
  position: absolute;
  inset: 28%;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, rgba(212, 148, 10, 0.18) 0%, transparent 72%);
  animation: modelLoaderPulse 2.4s ease-in-out infinite;
}

.model-loader::after {
  content: '';
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  border: 1px dashed rgba(212, 148, 10, 0.22);
  animation: modelLoaderOrbit 4s linear infinite;
}

.model-container.is-loading #three-canvas {
  opacity: 0;
}

.model-container.is-ready #three-canvas {
  opacity: 1;
  transition: opacity 0.65s ease 0.05s;
}

.model-container.is-ready .model-loader {
  opacity: 0;
}

@keyframes modelLoaderPulse {
  0%, 100% { transform: scale(0.88); opacity: 0.35; }
  50% { transform: scale(1); opacity: 0.65; }
}

@keyframes modelLoaderOrbit {
  from { transform: rotate(0deg); opacity: 0.35; }
  50% { opacity: 0.55; }
  to { transform: rotate(360deg); opacity: 0.35; }
}

@media (prefers-reduced-motion: reduce) {
  .model-loader::before,
  .model-loader::after {
    animation: none;
  }

  .model-container.is-ready #three-canvas,
  .model-container.is-ready .model-loader {
    transition: none;
  }
}

#three-canvas {
  border-radius: 50%;
  display: block;
  position: relative;
  z-index: 2;
}

.strain-pills {
  display: flex;
  gap: 10px;
  margin-top: 32px;
  position: relative;
  z-index: 3;
}

.strain-pill {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 20px;
  border: 1px solid var(--border);
  background: var(--bg-card);
  color: var(--text-muted);
  cursor: pointer;
  transition: all 0.24s;
}

.strain-pill:hover { color: var(--text); border-color: rgba(255,255,255,0.14); }
.strain-pill.active-tropicana { color: var(--tropicana); border-color: rgba(223,74,92,0.5); background: rgba(223,74,92,0.08); }
.strain-pill.active-patronus { color: var(--patronus); border-color: rgba(229,204,66,0.5); background: rgba(229,204,66,0.08); }
.strain-pill.active-topweed { color: var(--topweed); border-color: rgba(149,112,220,0.5); background: rgba(149,112,220,0.08); }

/* ── SHOWCASE ─────────────────────────────────────────────── */
#our-story {
  padding: 100px 80px;
  border-top: 1px solid var(--border);
}

.showcase-header {
  margin-bottom: 56px;
}

.showcase-header .section-title {
  max-width: 560px;
}

#our-story .section-title--peck .title-line {
  display: inline-block;
  transform-origin: left center;
  will-change: transform, clip-path, filter;
}

#our-story .section-title--peck .title-line--accent {
  color: var(--text);
  background: linear-gradient(90deg, var(--text) 0%, var(--text) 62%, var(--gold) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.showcase-photo-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  grid-template-rows: 230px 230px;
  gap: 12px;
}

.showcase-photo-main {
  grid-column: 1;
  grid-row: 1 / 3;
}

.showcase-photo-wide {
  grid-column: 2 / 4;
  grid-row: 2;
}

.showcase-photo {
  overflow: hidden;
  border: 2px solid rgba(232, 237, 216, 0.14);
  border-radius: 5px;
  padding: 0;
  margin: 0;
  background: var(--bg-card);
  box-shadow:
    inset 0 0 0 1px rgba(0, 0, 0, 0.35),
    0 4px 18px rgba(0, 0, 0, 0.28);
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-align: left;
  -webkit-tap-highlight-color: transparent;
}

.showcase-photo:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
  z-index: 1;
}

.showcase-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
  pointer-events: none;
}

.showcase-photo:hover {
  border-color: rgba(212, 148, 10, 0.35);
}

.showcase-photo:hover img {
  transform: scale(1.04);
}

.photo-lightbox {
  --lightbox-pad-top: max(56px, calc(12px + env(safe-area-inset-top)));
  --lightbox-pad-bottom: max(16px, env(safe-area-inset-bottom));
  --lightbox-pad-x: max(16px, env(safe-area-inset-right)) max(16px, env(safe-area-inset-left));
  --lightbox-body-h: calc(100dvh - var(--lightbox-pad-top) - var(--lightbox-pad-bottom));

  position: fixed;
  inset: 0;
  z-index: 9000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--lightbox-pad-top) var(--lightbox-pad-x) var(--lightbox-pad-bottom);
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  overflow: hidden;
  overscroll-behavior: none;
}

.photo-lightbox:not(.hidden) {
  cursor: pointer;
}

.photo-lightbox.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.photo-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 12, 9, 0.92);
}

.photo-lightbox-close {
  position: fixed;
  top: max(12px, env(safe-area-inset-top));
  right: max(12px, env(safe-area-inset-right));
  z-index: 2;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background: rgba(20, 28, 22, 0.85);
  color: var(--text);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.photo-lightbox-close:hover,
.photo-lightbox-close:focus-visible {
  border-color: var(--gold);
  background: rgba(30, 40, 32, 0.95);
  outline: none;
}

.photo-lightbox-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto auto;
  width: 100%;
  max-width: min(1200px, 100%);
  height: var(--lightbox-body-h);
  max-height: var(--lightbox-body-h);
  min-height: 0;
  cursor: default;
}

.photo-lightbox-frame {
  position: relative;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.photo-lightbox-frame img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 4px;
}

.photo-lightbox-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  background: rgba(12, 18, 14, 0.72);
  color: var(--text);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%) scale(0.88);
  transition:
    opacity 0.28s ease,
    transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.photo-lightbox-prev {
  left: 14px;
}

.photo-lightbox-next {
  right: 14px;
}

.photo-lightbox-nav-icon {
  display: block;
  font-size: 30px;
  line-height: 1;
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (hover: hover) {
  .photo-lightbox-frame:hover .photo-lightbox-nav,
  .photo-lightbox-frame:focus-within .photo-lightbox-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(-50%) scale(1);
  }

  .photo-lightbox-frame:hover .photo-lightbox-prev,
  .photo-lightbox-frame:focus-within .photo-lightbox-prev {
    transition-delay: 0s;
  }

  .photo-lightbox-frame:hover .photo-lightbox-next,
  .photo-lightbox-frame:focus-within .photo-lightbox-next {
    transition-delay: 0.04s;
  }
}

@media (hover: none) {
  .photo-lightbox-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(-50%) scale(1);
  }
}

.photo-lightbox-nav:hover,
.photo-lightbox-nav:focus-visible {
  border-color: rgba(212, 148, 10, 0.55);
  background: rgba(24, 34, 26, 0.92);
  box-shadow: 0 0 0 1px rgba(212, 148, 10, 0.15), 0 8px 24px rgba(0, 0, 0, 0.35);
  outline: none;
}

.photo-lightbox-prev:hover .photo-lightbox-nav-icon,
.photo-lightbox-prev:focus-visible .photo-lightbox-nav-icon {
  transform: translateX(-2px);
}

.photo-lightbox-next:hover .photo-lightbox-nav-icon,
.photo-lightbox-next:focus-visible .photo-lightbox-nav-icon {
  transform: translateX(2px);
}

.photo-lightbox-prev.is-pecking {
  animation: lightbox-nav-peck-prev 0.5s cubic-bezier(0.34, 1.45, 0.64, 1);
}

.photo-lightbox-next.is-pecking {
  animation: lightbox-nav-peck-next 0.5s cubic-bezier(0.34, 1.45, 0.64, 1);
}

.photo-lightbox-prev.is-pecking .photo-lightbox-nav-icon {
  animation: lightbox-nav-icon-prev 0.5s cubic-bezier(0.34, 1.45, 0.64, 1);
}

.photo-lightbox-next.is-pecking .photo-lightbox-nav-icon {
  animation: lightbox-nav-icon-next 0.5s cubic-bezier(0.34, 1.45, 0.64, 1);
}

@keyframes lightbox-nav-peck-prev {
  0% { transform: translateY(-50%) scale(1); box-shadow: 0 0 0 0 rgba(212, 148, 10, 0); }
  35% { transform: translateY(-50%) scale(0.86) translateX(-5px); box-shadow: 0 0 0 6px rgba(212, 148, 10, 0.22); border-color: var(--gold); }
  70% { transform: translateY(-50%) scale(1.06) translateX(1px); }
  100% { transform: translateY(-50%) scale(1) translateX(0); box-shadow: 0 0 0 0 rgba(212, 148, 10, 0); }
}

@keyframes lightbox-nav-peck-next {
  0% { transform: translateY(-50%) scale(1); box-shadow: 0 0 0 0 rgba(212, 148, 10, 0); }
  35% { transform: translateY(-50%) scale(0.86) translateX(5px); box-shadow: 0 0 0 6px rgba(212, 148, 10, 0.22); border-color: var(--gold); }
  70% { transform: translateY(-50%) scale(1.06) translateX(-1px); }
  100% { transform: translateY(-50%) scale(1) translateX(0); box-shadow: 0 0 0 0 rgba(212, 148, 10, 0); }
}

@keyframes lightbox-nav-icon-prev {
  0%, 100% { transform: translateX(0); }
  40% { transform: translateX(-7px); }
  75% { transform: translateX(1px); }
}

@keyframes lightbox-nav-icon-next {
  0%, 100% { transform: translateX(0); }
  40% { transform: translateX(7px); }
  75% { transform: translateX(-1px); }
}

.photo-lightbox-frame img.is-step-prev {
  animation: lightbox-img-step-prev 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

.photo-lightbox-frame img.is-step-next {
  animation: lightbox-img-step-next 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes lightbox-img-step-prev {
  0% { opacity: 0.35; transform: translateX(22px) scale(0.985); }
  100% { opacity: 1; transform: translateX(0) scale(1); }
}

@keyframes lightbox-img-step-next {
  0% { opacity: 0.35; transform: translateX(-22px) scale(0.985); }
  100% { opacity: 1; transform: translateX(0) scale(1); }
}

.photo-lightbox-caption {
  margin-top: 12px;
  text-align: center;
  font-size: 13px;
  color: var(--text-muted);
  letter-spacing: 0.02em;
}

.photo-lightbox-caption:empty {
  display: none;
}

.photo-lightbox-counter {
  margin: 6px 0 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(232, 237, 216, 0.45);
}

.photo-lightbox-counter:empty {
  display: none;
}

@media (max-width: 640px) {
  .photo-lightbox-prev {
    left: max(8px, env(safe-area-inset-left));
  }

  .photo-lightbox-next {
    right: max(8px, env(safe-area-inset-right));
  }
}

@media (prefers-reduced-motion: reduce) {
  .photo-lightbox-nav,
  .photo-lightbox-frame img {
    transition: opacity 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  }

  .photo-lightbox-prev.is-pecking,
  .photo-lightbox-next.is-pecking,
  .photo-lightbox-prev.is-pecking .photo-lightbox-nav-icon,
  .photo-lightbox-next.is-pecking .photo-lightbox-nav-icon,
  .photo-lightbox-frame img.is-step-prev,
  .photo-lightbox-frame img.is-step-next {
    animation: none;
  }
}

.showcase-features {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: 4px;
  overflow: hidden;
  margin-top: 32px;
}

.showcase-feature {
  background: var(--bg-card);
  padding: 32px 26px;
  display: flex;
  flex-direction: column;
  transition: background 0.22s;
  border-top: 2px solid transparent;
}

.showcase-feature:hover { background: var(--bg-card-hover); }

.showcase-feature.sf-gold      { border-top-color: var(--gold); }
.showcase-feature.sf-joint     { border-top-color: var(--joint); }
.showcase-feature.sf-patronus  { border-top-color: #8850dc; }
.showcase-feature.sf-green     { border-top-color: var(--green-lime); }
.showcase-feature.sf-tropicana { border-top-color: var(--tropicana); }
.showcase-feature.sf-red       { border-top-color: var(--red-dusty); }

.showcase-feature-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.sf-gold .showcase-feature-label      { color: var(--gold); }
.sf-joint .showcase-feature-label     { color: var(--joint); }
.sf-patronus .showcase-feature-label  { color: #8850dc; }
.sf-green .showcase-feature-label     { color: var(--green-lime); }
.sf-tropicana .showcase-feature-label { color: var(--tropicana); }
.sf-red .showcase-feature-label       { color: var(--red-dusty); }

.showcase-feature-title {
  font-size: 17px;
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: normal;
  color: var(--text);
  line-height: 1.25;
  margin-bottom: 14px;
}

.showcase-feature-desc {
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.7;
}

.section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 52px;
}

.section-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}

.section-title {
  font-size: clamp(26px, 3.2vw, 42px);
  font-weight: normal;
  color: var(--text);
  line-height: 1.2;
}

.certified-badge {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(212,148,10,0.28);
  padding: 7px 15px;
  border-radius: 2px;
  white-space: nowrap;
  flex-shrink: 0;
}

.strain-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}

.strain-card {
  background: var(--bg-card);
  padding: 32px 28px;
  transition: background 0.22s;
  border-top: 2px solid transparent;
}

.strain-card:hover { background: var(--bg-card-hover); }
.strain-card.tropicana { border-top-color: var(--tropicana); }
.strain-card.patronus { border-top-color: var(--patronus); }
.strain-card.topweed { border-top-color: var(--topweed); }
.strain-card.joint { border-top-color: var(--joint); }

.card-category {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.card-category.tropicana { color: var(--tropicana); }
.card-category.patronus { color: var(--patronus); }
.card-category.topweed { color: var(--topweed); }
.card-category.joint { color: var(--joint); }

.card-name {
  font-size: 22px;
  font-weight: normal;
  color: var(--text);
  line-height: 1.2;
  margin-bottom: 18px;
}

.stat-pills { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 18px; }

.stat-pill {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 5px 11px;
  border-radius: 2px;
  border: 1px solid;
}

.stat-pill.tropicana { color: var(--tropicana); border-color: rgba(223,74,92,0.28); background: rgba(223,74,92,0.06); }
.stat-pill.patronus { color: var(--patronus); border-color: rgba(229,204,66,0.28); background: rgba(229,204,66,0.06); }
.stat-pill.topweed { color: var(--topweed); border-color: rgba(149,112,220,0.28); background: rgba(149,112,220,0.06); }
.stat-pill.joint { color: var(--joint); border-color: rgba(220,150,60,0.28); background: rgba(220,150,60,0.06); }

.card-desc {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 24px;
}

.lab-tag {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-faint);
  border: 1px solid var(--border);
  padding: 4px 10px;
  border-radius: 2px;
  display: inline-block;
}

/* ── FIND US ─────────────────────────────────────────────── */
#findus {
  padding: 100px 80px;
  background: var(--bg-surface);
  border-top: 1px solid var(--border);
}

.findus-inner { max-width: 860px; margin: 0 auto; }

.findus-header { text-align: center; margin-bottom: 48px; }

.findus-title {
  font-size: clamp(30px, 4vw, 52px);
  font-weight: normal;
  margin-bottom: 10px;
  color: var(--text);
}

.findus-sub { font-size: 13px; color: var(--text-muted); letter-spacing: 0.06em; }

.map-wrapper {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--border);
  margin-bottom: 36px;
}

.map-wrapper iframe {
  width: 100%;
  height: 380px;
  border: none;
  display: block;
  filter: grayscale(0.25) brightness(0.82);
}

.findus-contact {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 420px;
  margin-inline: auto;
}

.findus-contact-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: center;
}

.findus-contact-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-faint);
}

.findus-contact-link {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--gold);
  text-decoration: none;
  user-select: all;
  transition: color 0.2s, opacity 0.2s;
}

.findus-contact-link:hover {
  color: var(--text);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.btn-instagram, .btn-whatsapp, .btn-email {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 13px 28px;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.24s;
}

.btn-instagram, .btn-whatsapp, .btn-email {
  border: 1px solid var(--border);
  background: transparent;
  color: var(--text-muted);
}

.btn-instagram:hover, .btn-whatsapp:hover, .btn-email:hover { border-color: rgba(255,255,255,0.18); color: var(--text); }

.btn-instagram svg, .btn-whatsapp svg, .btn-email svg, .nav-order-btn svg {
  width: 15px; height: 15px;
  stroke: currentColor; fill: none;
  stroke-width: 1.8;
  stroke-linecap: round; stroke-linejoin: round;
}

/* ── FOOTER ──────────────────────────────────────────────── */
footer {
  background: var(--bg);
  border-top: 1px solid var(--border);
  padding: 30px 80px;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

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

.footer-copy {
  font-size: 10px;
  letter-spacing: 0.12em;
  color: var(--text-muted);
}

.footer-disclaimer {
  font-size: 10px;
  color: var(--text-faint);
  letter-spacing: 0.02em;
}

.footer-right { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }

.footer-badge {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-faint);
  border: 1px solid var(--border);
  padding: 5px 12px;
  border-radius: 2px;
}

.footer-socials { display: flex; gap: 8px; align-items: center; }

.footer-social-btn {
  width: 32px; height: 32px;
  border-radius: 3px;
  border: 1px solid var(--border);
  background: var(--bg-card);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.footer-social-btn:hover { border-color: rgba(255,255,255,0.14); background: var(--bg-card-hover); }

.footer-social-btn svg {
  width: 13px; height: 13px;
  stroke: var(--text-muted); fill: none;
  stroke-width: 1.8;
  stroke-linecap: round; stroke-linejoin: round;
}

/* ── STRAIN STATS PANEL ──────────────────────────────────── */
.strain-stats {
  margin-top: 20px;
  width: min(420px, 90vw);
  padding: 22px 0 20px;
  position: relative;
  z-index: 3;
  font-family: 'Outfit', sans-serif;
}

.ss-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border);
}

.ss-name {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: var(--text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.5s;
}

.ss-type {
  font-size: 9px;
  letter-spacing: 0.18em;
  color: var(--text-muted);
  white-space: nowrap;
  flex-shrink: 0;
}

.ss-chem {
  display: flex;
  gap: 28px;
  margin-bottom: 20px;
  align-items: flex-start;
}

.ss-chem-item { display: flex; flex-direction: column; gap: 6px; }

.ss-chem-effects,
.ss-chem-flavor { flex: 1; min-width: 0; }

.ss-chem-effects .ss-chem-value,
.ss-chem-flavor .ss-chem-value {
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.03em;
}

.ss-chem-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: #c5cbb8;
  text-transform: uppercase;
}

.ss-chem-value {
  font-size: 13px;
  font-weight: bold;
  color: var(--text);
  letter-spacing: 0.04em;
  transition: color 0.5s;
}

.ss-vibe {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ss-vibe-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.ss-vibe-tag {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: lowercase;
  color: var(--text);
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--vibe-accent) 42%, transparent);
  background: color-mix(in srgb, var(--vibe-accent) 10%, transparent);
  white-space: nowrap;
  transition: border-color 0.5s, background 0.5s, color 0.5s;
}

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 1100px) {
  .showcase-features { grid-template-columns: repeat(3, 1fr); }

}

@media (max-width: 900px) {
  #hero { grid-template-columns: 1fr; align-items: start; }
  .hero-right { padding: 56px 28px 16px; min-height: auto; align-items: center; }
  .hero-left { padding: 48px 28px 60px; }
  .ring-2, .ring-3 { display: none; }
  #navbar { padding: 0 20px; }
  .nav-hamburger { display: flex; }
  .nav-order-btn { display: none; }

  .nav-links {
    position: fixed;
    top: 76px; left: 0; right: 0;
    background: rgba(22,24,20,0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border);
    flex-direction: column;
    padding: 8px 20px 20px;
    gap: 0;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    visibility: hidden;
    transition: opacity 0.32s cubic-bezier(0.23,1,0.32,1), transform 0.32s cubic-bezier(0.23,1,0.32,1), visibility 0.32s;
  }
  .nav-links.open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    visibility: visible;
  }

  .nav-links > li {
    border-bottom: 1px solid var(--border);
    opacity: 0;
    transform: translateX(-10px);
    transition: opacity 0.28s, transform 0.28s cubic-bezier(0.23,1,0.32,1);
  }
  .nav-links > li:last-child { border-bottom: none; }
  .nav-links.open > li { opacity: 1; transform: translateX(0); }
  .nav-links.open > li:nth-child(1) { transition-delay: 0.06s; }
  .nav-links.open > li:nth-child(2) { transition-delay: 0.11s; }
  .nav-links.open > li:nth-child(3) { transition-delay: 0.16s; }

  .nav-links a { display: block; padding: 14px 0; font-size: 11px; letter-spacing: 0.16em; }
  .nav-links a:hover { color: var(--green-lime); }

  #our-story { padding: 80px 28px; }
  .showcase-photo-grid { grid-template-columns: 1fr; grid-template-rows: 280px 220px 220px 220px; }
  .showcase-photo-main, .showcase-photo-wide { grid-column: 1; grid-row: auto; }
  .showcase-features { grid-template-columns: repeat(2, 1fr); }
  #findus { padding: 80px 28px; }
  footer { padding: 28px 28px; }
  .strain-stats { width: min(420px, calc(100vw - 56px)); }
}

@media (max-width: 600px) {
  .showcase-features { grid-template-columns: 1fr; }
  .hero-ctas { flex-direction: column; align-items: flex-start; }
  .findus-contact { width: 100%; }
  .btn-instagram, .btn-whatsapp, .btn-email { justify-content: center; width: 100%; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .hero-right { padding: 48px 20px 16px; }
  .strain-stats { width: calc(100vw - 40px); padding: 18px 18px 16px; }
  .ss-name { font-size: 13px; }
  .ss-vibe-tag { font-size: 10px; padding: 5px 10px; }
  .ss-chem { gap: 16px; }
  .ss-chem-value { font-size: 12px; }
}

@media (max-width: 480px) {
  .nav-brand-tagline { display: none; }
  .nav-right { gap: 10px; }
}

/* -- AGE GATE -------------------------------------------- */
html.age-verified #age-gate {
  display: none;
}

#age-gate {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background:
    radial-gradient(ellipse 80% 60% at 50% 35%, rgba(90,154,72,0.08) 0%, transparent 65%),
    var(--bg);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}
#age-gate.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.age-gate-card { text-align: center; max-width: 440px; width: 100%; }

.age-gate-eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}

.age-gate-brand {
  font-family: 'Outfit', system-ui, sans-serif;
  font-size: clamp(20px, 4vw, 30px);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 8px;
}

.age-gate-sub {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 44px;
}

.age-gate-question {
  font-family: 'Fraunces', Georgia, 'Times New Roman', serif;
  font-variation-settings: "opsz" 144, "SOFT" 100, "WONK" 1;
  font-size: clamp(22px, 3vw, 28px);
  font-weight: normal;
  color: var(--text);
  line-height: 1.35;
  margin-bottom: 14px;
}

.age-gate-btns {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-bottom: 24px;
}

.age-gate-confirm {
  background: var(--green-lime);
  color: #071007;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 13px 36px;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  transition: all 0.22s;
}
.age-gate-confirm:hover {
  background: var(--green-lime-hover);
  transform: translateY(-1px);
  box-shadow: 0 8px 28px rgba(90,154,72,0.28);
}

.age-gate-decline {
  background: transparent;
  color: var(--text-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 13px 28px;
  border-radius: 3px;
  border: 1px solid var(--border);
  cursor: pointer;
  transition: all 0.22s;
}
.age-gate-decline:hover { border-color: rgba(255,255,255,0.14); color: var(--text); }

.age-gate-disclaimer {
  font-size: 10px;
  color: var(--text-faint);
  letter-spacing: 0.04em;
  line-height: 1.7;
  max-width: 360px;
  margin: 0 auto;
}

.age-gate-mascot {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 22px;
  border-radius: 50%;
  border: 1.5px solid rgba(90,154,72,0.3);
  background: var(--bg-card);
  object-fit: cover;
}

.age-gate-subtext {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.55;
  max-width: 340px;
  margin: 0 auto 32px;
}

/* ── ABOUT PAGE ──────────────────────────────────────────── */
.nav-links a.active { color: var(--green-lime); }

#our-story, #findus { scroll-margin-top: 88px; }

.about-hero {
  position: relative;
  margin-top: 76px;
  min-height: 56vh;
  display: flex;
  align-items: flex-end;
  padding: 80px 80px 56px;
  background-image:
    linear-gradient(180deg, rgba(20,22,17,0.5) 0%, rgba(20,22,17,0.34) 38%, rgba(20,22,17,0.97) 100%),
    url('pics/store_front_2.jpg');
  background-size: cover;
  background-position: center 40%;
  border-bottom: 1px solid var(--border);
}

.about-hero-inner {
  max-width: 760px;
  margin: 0 auto;
  width: 100%;
}

.about-hero-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}

.about-hero-title {
  font-size: clamp(34px, 5vw, 58px);
  font-weight: normal;
  line-height: 1.1;
  letter-spacing: -0.015em;
  color: var(--text);
  max-width: 16ch;
}

@media (prefers-reduced-motion: no-preference) {
  .about-hero-eyebrow {
    opacity: 0;
    animation: about-rise 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.1s forwards;
  }

  .about-hero-title {
    opacity: 0;
    animation: about-rise 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.22s forwards;
  }
}

@keyframes about-rise {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

.about-article {
  max-width: 760px;
  margin: 0 auto;
  padding: 84px 28px 92px;
}

.about-lead {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(20px, 2.3vw, 26px);
  line-height: 1.5;
  color: var(--text);
}

.about-divider {
  width: 46px;
  height: 2px;
  background: var(--gold);
  margin: 36px 0;
}

.about-body p {
  font-size: 16px;
  line-height: 1.85;
  color: #c2c8b4;
}

.about-body p + p { margin-top: 22px; }

.about-quote {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(23px, 3.3vw, 34px);
  line-height: 1.34;
  color: var(--text);
  text-align: center;
  margin: 60px 0;
  padding: 44px 16px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.about-cta {
  background: var(--bg-surface);
  border-top: 1px solid var(--border);
  padding: 84px 28px;
  text-align: center;
}

.about-cta-eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}

.about-cta-title {
  font-size: clamp(26px, 3.6vw, 40px);
  font-weight: normal;
  line-height: 1.18;
  color: var(--text);
  margin-bottom: 32px;
}

.about-cta-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 900px) {
  .about-hero { padding: 60px 28px 44px; min-height: 48vh; }
  .about-article { padding: 60px 24px 72px; }
  .about-cta { padding: 64px 24px; }
}

@media (max-width: 600px) {
  .about-cta-btns { flex-direction: column; width: 100%; }
  .about-cta-btns .btn-primary { justify-content: center; width: 100%; }
}

/* ── PARTNERSHIPS PAGE ───────────────────────────────────── */
.partners-hero {
  position: relative;
  margin-top: 76px;
  min-height: 56vh;
  display: flex;
  align-items: flex-end;
  padding: 80px 80px 56px;
  background-image:
    linear-gradient(180deg, rgba(20,22,17,0.5) 0%, rgba(20,22,17,0.34) 38%, rgba(20,22,17,0.97) 100%),
    url('pics/store_front.jpg');
  background-size: cover;
  background-position: center 42%;
  border-bottom: 1px solid var(--border);
}

.partners-hero-inner {
  max-width: 880px;
  margin: 0 auto;
  width: 100%;
}

.partners-hero-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}

.partners-hero-title {
  font-size: clamp(34px, 5vw, 58px);
  font-weight: normal;
  line-height: 1.1;
  letter-spacing: -0.015em;
  color: var(--text);
}

@media (prefers-reduced-motion: no-preference) {
  .partners-hero-eyebrow {
    opacity: 0;
    animation: about-rise 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.1s forwards;
  }

  .partners-hero-title {
    opacity: 0;
    animation: about-rise 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.22s forwards;
  }
}

.partners-intro {
  max-width: 720px;
  margin: 0 auto;
  padding: 80px 28px 16px;
  text-align: center;
}

.partners-lead {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(21px, 2.4vw, 27px);
  line-height: 1.45;
  color: var(--text);
  margin-bottom: 22px;
}

.partners-intro p:not(.partners-lead) {
  font-size: 15px;
  line-height: 1.8;
  color: #c2c8b4;
}

.partners-stats {
  max-width: 1060px;
  margin: 52px auto 0;
  padding: 0 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.partners-stat {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-top: 2px solid var(--gold);
  border-radius: 4px;
  padding: 38px 26px;
  text-align: center;
}
.partners-stat:nth-child(2) { border-top-color: var(--green-lime); }
.partners-stat:nth-child(3) { border-top-color: #8850dc; }

.partners-stat-num {
  font-family: 'Outfit', system-ui, sans-serif;
  font-size: clamp(40px, 5vw, 54px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--gold);
}
.partners-stat:nth-child(2) .partners-stat-num { color: var(--green-lime); }
.partners-stat:nth-child(3) .partners-stat-num { color: #8850dc; }

.partners-stat-label {
  font-size: 12px;
  line-height: 1.6;
  color: var(--text-muted);
  margin-top: 14px;
}

.partners-benefits {
  max-width: 1000px;
  margin: 0 auto;
  padding: 84px 28px 90px;
}

.partners-benefits-header {
  text-align: center;
  margin-bottom: 42px;
}

.partners-benefits-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}

.partners-benefits-title {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: normal;
  color: var(--text);
  line-height: 1.2;
}

.partners-benefits-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: 4px;
  overflow: hidden;
}

.partners-benefit {
  background: var(--bg-card);
  padding: 24px 26px;
  display: flex;
  align-items: flex-start;
  gap: 13px;
  transition: background 0.2s;
}
.partners-benefit:hover { background: var(--bg-card-hover); }

.partners-benefit svg {
  width: 17px; height: 17px;
  flex-shrink: 0;
  margin-top: 2px;
  stroke: var(--green-lime);
  fill: none;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.partners-benefit span {
  font-size: 14px;
  line-height: 1.55;
  color: var(--text);
}

.partners-cta {
  background: var(--bg-surface);
  border-top: 1px solid var(--border);
  padding: 84px 28px;
  text-align: center;
}

.partners-cta-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}

.partners-cta-title {
  font-size: clamp(26px, 3.6vw, 40px);
  font-weight: normal;
  line-height: 1.18;
  color: var(--text);
  margin-bottom: 16px;
}

.partners-cta-text {
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-muted);
  max-width: 480px;
  margin: 0 auto 32px;
}

.partners-cta-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.partners-cta-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.partners-talk-btn {
  border: 1px solid var(--border);
  background: transparent;
  font-family: inherit;
}

.partners-talk-btn.is-active {
  border-color: rgba(255,255,255,0.18);
  color: var(--text);
}

.partners-talk-panel {
  width: 100%;
  max-width: 420px;
  margin-top: 28px;
  padding-top: 4px;
}

.partners-talk-panel .findus-contact {
  margin-inline: auto;
}

@media (max-width: 900px) {
  .partners-hero { padding: 60px 28px 44px; min-height: 48vh; }
  .partners-benefits { padding: 64px 24px 76px; }
  .partners-cta { padding: 64px 24px; }
}

@media (max-width: 760px) {
  .partners-stats { grid-template-columns: 1fr; }
  .partners-benefits-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .partners-cta-btns { flex-direction: column; width: 100%; }
  .partners-cta-btns .btn-primary,
  .partners-cta-btns .btn-email,
  .partners-talk-btn { justify-content: center; width: 100%; }
}

/* ── FUN FACTS ───────────────────────────────────────────── */
#funfacts {
  padding: 90px 80px;
  background: var(--bg);
  border-top: 1px solid var(--border);
}

.funfacts-inner {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

#funfacts .section-title {
  margin-bottom: 44px;
}

.funfacts-card {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 52px clamp(52px, 10vw, 72px) 48px;
  overflow: hidden;
}

.funfacts-card::before,
.funfacts-card::after {
  position: absolute;
  font-family: Georgia, 'Times New Roman', serif;
  line-height: 1;
  color: var(--gold);
  opacity: 0.1;
  pointer-events: none;
  user-select: none;
}

.funfacts-card::before {
  content: '\201C';
  top: 14px;
  left: 16px;
  font-size: clamp(44px, 10vw, 72px);
}

.funfacts-card::after {
  content: '\201D';
  right: 16px;
  bottom: 10px;
  font-size: clamp(36px, 8vw, 60px);
}

.funfacts-stage {
  position: relative;
  min-height: 140px;
  z-index: 1;
}

.funfact {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(20px, 2.4vw, 26px);
  line-height: 1.55;
  color: var(--text);
  opacity: 0;
  visibility: hidden;
  transform: translateX(40px);
  transition: opacity 0.6s cubic-bezier(0.4,0,0.2,1), transform 0.6s cubic-bezier(0.4,0,0.2,1), visibility 0.6s;
}

.funfact.is-active,
.funfact.is-prev {
  visibility: visible;
}

.funfact.is-active {
  opacity: 1;
  transform: translateX(0);
}

.funfact.is-prev {
  opacity: 0;
  transform: translateX(-40px);
}

@media (max-width: 900px) {
  #funfacts { padding: 72px 28px; }
  .funfacts-card { padding: 44px 40px 40px; }
  .funfacts-stage { min-height: 160px; }
}

@media (max-width: 600px) {
  .funfacts-card {
    padding: 40px 36px 36px;
  }

  .funfacts-card::before {
    top: 10px;
    left: 12px;
    font-size: 40px;
  }

  .funfacts-card::after {
    right: 12px;
    bottom: 8px;
    font-size: 34px;
  }

  .funfacts-stage { min-height: 200px; }
}

/* ── PRIVACY PAGE ────────────────────────────────────────── */
.privacy-header {
  padding: 120px 28px 36px;
  text-align: center;
  border-bottom: 1px solid var(--border);
}

.privacy-eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}

.privacy-title {
  font-size: clamp(28px, 3.6vw, 44px);
  font-weight: normal;
  line-height: 1.15;
  color: var(--text);
  letter-spacing: -0.01em;
}

.privacy-body {
  max-width: 720px;
  margin: 0 auto;
  padding: 64px 28px 88px;
}

.privacy-lead {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(18px, 2.1vw, 22px);
  line-height: 1.55;
  color: var(--text);
  margin-bottom: 24px;
}

.privacy-section {
  margin-top: 36px;
}

.privacy-section-title {
  font-size: 17px;
  font-weight: normal;
  color: var(--text);
  letter-spacing: 0.01em;
  margin-bottom: 12px;
}

.privacy-section p {
  font-size: 15px;
  line-height: 1.8;
  color: #c2c8b4;
}

.privacy-section p + p {
  margin-top: 14px;
}

.privacy-contact {
  margin-top: 14px;
}

.privacy-contact a {
  color: var(--green-lime);
  border-bottom: 1px solid rgba(90,154,72,0.3);
  padding-bottom: 1px;
  transition: color 0.2s, border-color 0.2s;
}

.privacy-contact a:hover {
  color: var(--green-lime-hover);
  border-color: rgba(90,154,72,0.6);
}

.privacy-updated {
  margin-top: 52px;
  font-size: 11px;
  color: var(--text-faint);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
}

.footer-link {
  font-size: 10px;
  color: var(--text-faint);
  letter-spacing: 0.06em;
  text-decoration: underline;
  text-decoration-color: rgba(255,255,255,0.1);
  text-underline-offset: 3px;
  display: inline-block;
  margin-top: 4px;
  transition: color 0.2s, text-decoration-color 0.2s;
}

.footer-link:hover {
  color: var(--text-muted);
  text-decoration-color: rgba(255,255,255,0.3);
}

@media (max-width: 900px) {
  .privacy-header { padding: 96px 24px 30px; }
  .privacy-body { padding: 48px 24px 72px; }
}
