/* ============ BeeWise — design tokens & base ============ */
:root {
  --bg: #FFFFFF;
  --ink: #111111;
  --ink-soft: #4a4a4a;
  --honey: #FFC629;
  --coral: #F26B38;
  --wash: #FFF8E5;
  --line: rgba(17,17,17,0.10);
  --line-strong: rgba(17,17,17,0.18);
  --display: "Bricolage Grotesque", ui-sans-serif, system-ui, sans-serif;
  --body: "DM Sans", ui-sans-serif, system-ui, sans-serif;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
img { max-width: 100%; display: block; }
h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 0.95;
  margin: 0;
  text-wrap: balance;
}

.wrap { max-width: 1440px; margin: 0 auto; padding: 0 40px; }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 8px;
  background: var(--ink);
  color: var(--bg);
  padding: 10px 16px;
  border-radius: 999px;
  z-index: 9999;
}
.skip-link:focus { left: 16px; }

.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 22px; border-radius: 999px;
  font-family: var(--body); font-weight: 600; font-size: 15px;
  border: 1.5px solid var(--ink);
  background: var(--ink); color: var(--bg);
  transition: transform .15s ease, background .15s ease, color .15s ease;
  text-align: center;
}
.btn:hover { transform: translateY(-2px); }
.btn.honey { background: var(--honey); border-color: var(--ink); color: var(--ink); }
.btn.coral { background: var(--coral); border-color: var(--coral); color: var(--bg); }
.btn.ghost { background: transparent; color: var(--ink); }
.btn.ghost:hover { background: var(--ink); color: var(--bg); }
.btn.sm { padding: 10px 16px; font-size: 14px; }
.btn:disabled { opacity: 0.4; cursor: not-allowed; transform: none !important; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--ink-soft);
}
.eyebrow::before {
  content: ""; width: 6px; height: 6px;
  background: var(--coral); border-radius: 50%;
}

section { position: relative; }
.section-pad { padding: 120px 0; }

.pre-load {
  position: fixed; inset: 0; background: var(--bg);
  display: flex; align-items: center; justify-content: center;
  z-index: 9999; transition: opacity .4s ease;
  font-family: var(--display); font-weight: 700; font-size: 28px;
}
.pre-load.hide { opacity: 0; pointer-events: none; }

/* ---------- Sticky Nav ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: saturate(160%) blur(10px);
  -webkit-backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s ease, background .3s ease;
}
.nav.scrolled {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.95);
}
.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  gap: 32px;
}
.nav__brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--display);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.02em;
}
.nav__brand-mark {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  background: var(--honey);
  border-radius: 50%;
  position: relative;
}
.nav__brand-mark svg { display: block; }
.nav__links {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav__links a {
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
  opacity: 0.78;
  transition: opacity .15s ease;
}
.nav__links a:hover { opacity: 1; }
.nav__right {
  display: flex;
  align-items: center;
  gap: 14px;
}
.nav__cart {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1.5px solid var(--ink);
  background: var(--bg);
  color: var(--ink);
  transition: transform .15s ease, background .15s ease;
}
.nav__cart:hover { transform: translateY(-2px); background: var(--honey); }
.nav__cart-count {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--coral);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  display: grid;
  place-items: center;
  border: 2px solid var(--bg);
}
.nav__progress {
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 3px;
  background: linear-gradient(90deg, var(--honey), var(--coral));
  width: 0%;
  transition: width .12s linear;
}

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; }
.hero__title { font-size: clamp(54px, 7vw, 104px); }
.hero__title em { font-style: italic; color: var(--coral); }
.hero__lede {
  font-size: 18px;
  color: var(--ink-soft);
  max-width: 480px;
  margin: 24px 0 32px;
  line-height: 1.55;
}
.hero__ctas { display: flex; flex-wrap: wrap; gap: 14px; }
.hero__ctas--center { justify-content: center; }

/* Hero — centered */
.hero--centered {
  padding: 80px 0 120px;
  min-height: 90vh;
  display: grid;
  place-items: center;
}
.hero__centered-bg {
  position: absolute;
  inset: -5%;
  opacity: 0.7;
}
.hero__centered-bg svg { width: 100%; height: 100%; display: block; }
.hero__centered-veil {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at center,
    rgba(255,255,255,0.85) 0%,
    rgba(255,255,255,0.45) 60%,
    rgba(255,255,255,0.9) 100%);
  pointer-events: none;
}
.hero__centered-content { position: relative; z-index: 2; text-align: center; }
.hero__title--mega { font-size: clamp(76px, 11vw, 180px); }
.hero__title-bee {
  display: block;
  width: clamp(200px, 26vw, 380px);
  height: auto;
  margin: 16px auto 0;
}

/* ---------- Section heads ---------- */
.section-head { max-width: 720px; margin-bottom: 60px; }
.section-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.section-title {
  font-size: clamp(40px, 5.5vw, 80px);
  margin: 16px 0 20px;
}
.section-lede {
  font-size: 18px;
  color: var(--ink-soft);
  max-width: 580px;
}

/* ---------- Stats strip ---------- */
.stats {
  background: var(--ink);
  color: var(--bg);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.stats::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 50%, rgba(255,198,41,0.15) 0%, transparent 40%),
    radial-gradient(circle at 85% 50%, rgba(242,107,56,0.12) 0%, transparent 40%);
  pointer-events: none;
}
.stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  position: relative;
}
.stat__num {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(48px, 6vw, 84px);
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--honey);
}
.stat__num .unit { color: var(--bg); font-size: 0.55em; margin-left: 4px; }
.stat__label {
  margin-top: 12px;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0.7;
}

/* ---------- Services ---------- */
.services { background: var(--wash); }
.services__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.service-card {
  background: var(--bg);
  border: 1.5px solid var(--ink);
  border-radius: 24px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: transform .25s ease, box-shadow .25s ease;
  position: relative;
  overflow: hidden;
}
.service-card:hover { transform: translateY(-4px); box-shadow: 10px 10px 0 var(--ink); }
.service-card__hex {
  width: 64px; height: 64px;
  background: var(--honey);
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  display: grid; place-items: center;
  color: var(--ink);
  flex-shrink: 0;
}
.service-card h3 { font-size: 36px; }
.service-card p { color: var(--ink-soft); margin: 0; }
.service-card ul { padding-left: 18px; margin: 0; color: var(--ink-soft); font-size: 15px; }
.service-card ul li { margin: 6px 0; }
.service-card__cta {
  margin-top: auto;
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 600; font-size: 15px;
  color: var(--ink);
  border-bottom: 1.5px solid var(--ink);
  padding-bottom: 4px;
  align-self: flex-start;
}

/* ---------- Shop ---------- */
.shop { background: var(--bg); }
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.product {
  background: var(--bg);
  border: 1.5px solid var(--ink);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .25s ease, box-shadow .25s ease;
}
.product:hover { transform: translateY(-4px); box-shadow: 10px 10px 0 var(--ink); }
.product__media {
  height: 220px;
  display: grid;
  place-items: center;
  position: relative;
  border-bottom: 1.5px solid var(--ink);
}
.product__icon { filter: drop-shadow(3px 3px 0 rgba(0,0,0,0.15)); }
.product__tag {
  position: absolute; top: 14px; left: 14px;
  background: var(--ink); color: var(--bg);
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 6px 10px; border-radius: 999px;
}
.product__body { padding: 22px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.product__head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.product__name { font-family: var(--display); font-weight: 700; font-size: 22px; letter-spacing: -0.02em; }
.product__price { font-family: var(--display); font-weight: 700; font-size: 22px; color: var(--coral); }
.product__blurb { color: var(--ink-soft); font-size: 14px; line-height: 1.5; margin: 0; }
.product__foot {
  margin-top: auto;
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 12px; border-top: 1px solid var(--line);
}
.product__size { font-size: 13px; color: var(--ink-soft); }
.product__add {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--honey); border: 1.5px solid var(--ink); border-radius: 999px;
  padding: 8px 14px; font-weight: 600; font-size: 13px; color: var(--ink);
  transition: background .15s ease, color .15s ease;
}
.product__add:hover { background: var(--ink); color: var(--bg); }

/* ---------- Cart drawer ---------- */
.cart-scrim {
  position: fixed; inset: 0;
  background: rgba(17, 17, 17, 0.4);
  opacity: 0; pointer-events: none;
  transition: opacity .25s ease;
  z-index: 200;
}
.cart-scrim.open { opacity: 1; pointer-events: auto; }
.cart-drawer {
  position: fixed; top: 0; right: 0; bottom: 0;
  width: 420px; max-width: 92vw;
  background: var(--bg);
  z-index: 201;
  display: flex; flex-direction: column;
  transform: translateX(100%);
  transition: transform .3s cubic-bezier(.4,0,.2,1);
  border-left: 1.5px solid var(--ink);
}
.cart-drawer.open { transform: translateX(0); }
.cart-drawer__head {
  display: flex; justify-content: space-between; align-items: center;
  padding: 24px;
  border-bottom: 1.5px solid var(--ink);
}
.cart-drawer__head h3 { font-family: var(--display); font-size: 24px; font-weight: 700; margin: 0; }
.cart-close {
  width: 36px; height: 36px; border-radius: 50%;
  border: 1.5px solid var(--ink); background: var(--bg);
  display: grid; place-items: center; font-size: 14px; font-weight: 600;
  transition: background .15s ease, color .15s ease;
}
.cart-close:hover { background: var(--ink); color: var(--bg); }
.cart-drawer__body { flex: 1; overflow-y: auto; padding: 24px; }
.cart-empty { text-align: center; padding: 60px 0; color: var(--ink-soft); }
.cart-empty__hex { font-size: 80px; color: var(--honey); line-height: 1; margin-bottom: 16px; }
.cart-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 18px; }
.cart-item {
  display: grid; grid-template-columns: 64px 1fr; gap: 14px;
  padding-bottom: 18px; border-bottom: 1px solid var(--line);
}
.cart-item:last-child { border-bottom: none; }
.cart-item__thumb {
  width: 64px; height: 64px; border-radius: 12px;
  border: 1.5px solid var(--ink);
  display: grid; place-items: center; overflow: hidden;
}
.cart-item__thumb svg { width: 44px; height: 44px; }
.cart-item__name { font-family: var(--display); font-weight: 700; font-size: 16px; }
.cart-item__size { font-size: 12px; color: var(--ink-soft); margin-top: 2px; }
.cart-item__row {
  display: flex; justify-content: space-between; align-items: center;
  margin-top: 10px;
}
.cart-item__price { font-weight: 700; color: var(--coral); }
.qty {
  display: inline-flex; align-items: center;
  border: 1.5px solid var(--ink); border-radius: 999px;
  overflow: hidden;
}
.qty button {
  width: 26px; height: 26px; background: var(--bg); border: none;
  color: var(--ink); font-weight: 700;
  display: grid; place-items: center;
}
.qty button:hover { background: var(--honey); }
.qty span { padding: 0 10px; font-weight: 600; font-size: 14px; min-width: 24px; text-align: center; }
.cart-drawer__foot { padding: 20px 24px 24px; border-top: 1.5px solid var(--ink); }
.cart-total {
  display: flex; justify-content: space-between; align-items: baseline;
  margin-bottom: 14px;
}
.cart-total span { font-size: 14px; color: var(--ink-soft); }
.cart-total strong { font-family: var(--display); font-weight: 700; font-size: 24px; }
.cart-note { font-size: 12px; color: var(--ink-soft); text-align: center; margin: 10px 0 0; }

/* ---------- About ---------- */
.about { background: var(--bg); }
.about__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.about__media {
  aspect-ratio: 4/5;
  background: var(--wash);
  border: 1.5px solid var(--ink);
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  background-image:
    repeating-linear-gradient(45deg, rgba(0,0,0,0.05) 0 2px, transparent 2px 22px),
    linear-gradient(135deg, #FFE08A 0%, #FFC629 100%);
  display: grid;
  place-items: center;
}
.about__media-label {
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 13px;
  background: var(--bg);
  border: 1.5px solid var(--ink);
  padding: 10px 14px;
  border-radius: 8px;
}
.about__copy h2 { font-size: clamp(40px, 5vw, 72px); }
.about__copy p { color: var(--ink-soft); font-size: 17px; margin: 18px 0; }
.about__sig {
  display: inline-flex; align-items: center; gap: 14px;
  margin-top: 24px;
  font-family: var(--display);
  font-style: italic;
  font-weight: 500;
  font-size: 20px;
  color: var(--coral);
}

/* ---------- Contact ---------- */
.contact { background: var(--ink); color: var(--bg); }
.contact .eyebrow { color: rgba(255,255,255,0.7); }
.contact .eyebrow::before { background: var(--honey); }
.contact__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.contact h2 { color: var(--bg); }
.contact__lede {
  color: rgba(255,255,255,0.75);
  font-size: 18px;
  max-width: 460px;
  margin: 20px 0 32px;
}
.contact__info { display: flex; flex-direction: column; gap: 20px; margin-top: 32px; }
.contact__info-row { display: flex; align-items: center; gap: 14px; font-size: 16px; }
.contact__info-row .icon {
  width: 40px; height: 40px;
  background: var(--honey); color: var(--ink);
  border-radius: 50%;
  display: grid; place-items: center;
  flex-shrink: 0;
}
.contact__form {
  background: rgba(255,255,255,0.04);
  border: 1.5px solid rgba(255,255,255,0.15);
  border-radius: 24px;
  padding: 36px;
}
.contact__form-fields { display: flex; flex-direction: column; gap: 18px; }
.contact__form-success { padding: 40px 0; text-align: center; }
.contact__form label {
  font-size: 13px; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin-bottom: 6px;
  display: block;
}
.contact__form input,
.contact__form select,
.contact__form textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1.5px solid rgba(255,255,255,0.25);
  padding: 8px 0 12px;
  color: var(--bg);
  font-family: inherit;
  font-size: 16px;
  outline: none;
  transition: border-color .15s ease;
}
.contact__form input:focus,
.contact__form select:focus,
.contact__form textarea:focus {
  border-color: var(--honey);
}
.contact__form textarea { resize: vertical; min-height: 80px; }
.contact__form select { appearance: none; -webkit-appearance: none; }
.contact__form select option { color: var(--ink); background: var(--bg); }

/* ---------- Footer ---------- */
.footer {
  padding: 60px 0 40px;
  border-top: 1.5px solid var(--ink);
  background: var(--bg);
}
.footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
.footer__brand-text { font-size: 14px; color: var(--ink-soft); max-width: 280px; margin-top: 16px; }
.footer__col h4 {
  font-family: var(--body);
  font-size: 12px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 16px;
}
.footer__col ul { list-style: none; padding: 0; margin: 0; }
.footer__col li { margin: 10px 0; font-size: 15px; }
.footer__col a { transition: color .15s ease; }
.footer__col a:hover { color: var(--coral); }
.footer__bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  font-size: 13px;
  color: var(--ink-soft);
}

/* ---------- Scroll reveal ---------- */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .6s ease, transform .6s cubic-bezier(.2,.7,.2,1);
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .wrap { padding: 0 28px; }
  .stats__grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .services__grid { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .about__grid { grid-template-columns: 1fr; gap: 40px; }
  .contact__grid { grid-template-columns: 1fr; gap: 40px; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .wrap { padding: 0 20px; }
  .nav__links { display: none; }
  .section-pad { padding: 80px 0; }
  .product-grid { grid-template-columns: 1fr; }
  .footer__bottom { flex-direction: column; gap: 8px; text-align: center; }
}

/* ---------- Shop categories ---------- */
.shop__cat + .shop__cat { margin-top: 88px; }
.shop__cat-title { font-size: 34px; }
.shop__cat-lede {
  color: var(--ink-soft);
  font-size: 16px;
  max-width: 640px;
  margin: 10px 0 32px;
}
.product-grid--four { grid-template-columns: repeat(4, 1fr); }
.note-box {
  margin-top: 32px;
  border: 1.5px solid var(--ink);
  border-radius: 16px;
  background: var(--wash);
  padding: 22px 26px;
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.55;
}
.note-box strong { display: block; color: var(--ink); margin-bottom: 6px; }

/* ---------- Equipment & supplies ---------- */
.equipment { margin-top: 90px; }
.equipment__title { font-size: 34px; }
.equipment__lede {
  color: var(--ink-soft);
  max-width: 620px;
  margin: 12px 0 32px;
}
.equipment__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 18px;
}
.supply-item {
  background: var(--bg);
  border: 1.5px solid var(--ink);
  border-radius: 16px;
  padding: 20px;
  font-size: 14px;
  color: var(--ink-soft);
}
.supply-item strong {
  display: block;
  font-family: var(--display);
  font-size: 18px;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin-bottom: 6px;
}

/* ---------- Service pages ---------- */
.hero--page { padding: 60px 0 80px; min-height: 52vh; }
.hero__title--page { font-size: clamp(52px, 8vw, 128px); }
.svc-article { max-width: 840px; margin: 0 auto; }
.svc-article h3 { font-size: 30px; margin: 52px 0 16px; }
.svc-article .reveal:first-child h3 { margin-top: 0; }
.svc-article p { color: var(--ink-soft); margin: 14px 0; }
.svc-article p strong { color: var(--ink); }
.badges { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0 8px; }
.badge {
  border: 1.5px solid var(--ink);
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  background: var(--bg);
}
.badge--off { opacity: 0.45; text-decoration: line-through; }
.benefit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 28px;
}
.benefit-card {
  border: 1.5px solid var(--ink);
  border-radius: 16px;
  background: var(--bg);
  padding: 26px;
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.55;
}
.benefit-card strong {
  display: block;
  font-family: var(--display);
  font-size: 20px;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin-bottom: 8px;
}
.svc-cta {
  margin-top: 80px;
  padding: 56px 40px;
  border: 1.5px solid var(--ink);
  border-radius: 24px;
  background: var(--wash);
  text-align: center;
}
.svc-cta h3 { margin: 0 0 10px; font-size: 32px; }
.svc-cta p { margin: 0 auto 26px; max-width: 480px; }

@media (max-width: 1024px) {
  .product-grid--four { grid-template-columns: repeat(2, 1fr); }
  .benefit-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .product-grid--four { grid-template-columns: 1fr; }
  .svc-cta { padding: 40px 24px; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .reveal { opacity: 1; transform: none; }
}
