/* ============================================================
   Canadian Dream Honey — variant 4 "Golden Morning"
   Bright white + honey yellow, elegant · Lead Web Studio
   ============================================================ */

:root {
  --sun: #F6A800;
  --sun-2: #FFC53D;
  --sun-soft: #FFF3D2;
  --milk: #FFF1C8;   /* accent panels — a step deeper than the page */
  --paper: #FFF8DF;  /* the client asked for a light-yellow base across the whole site */
  --ink: #241C0F;
  --mut: #7A6C51;
  --line: rgba(36, 28, 15, .1);
  --r: 20px;
  --r-lg: 28px;
  --sh: 0 4px 18px rgba(148, 103, 0, .1);
  --sh-lg: 0 24px 56px rgba(148, 103, 0, .18);
  --fd: "Fraunces", Georgia, serif;
  --fb: "Plus Jakarta Sans", "Segoe UI", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  font-family: var(--fb); color: var(--ink); background: var(--paper);
  font-size: 16.5px; line-height: 1.66; overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
.wrap { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
.center { text-align: center; }

h1, h2, h3 { font-family: var(--fd); font-weight: 600; line-height: 1.12; letter-spacing: -.01em; }
h2 { font-size: clamp(2rem, 3.8vw, 3.1rem); margin-bottom: 16px; }
h2 em, h1 em { font-style: italic; font-weight: 600; color: var(--sun); }
::selection { background: var(--sun-2); color: var(--ink); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-weight: 700; font-size: .78rem; letter-spacing: .22em; text-transform: uppercase;
  color: #C88A00; margin-bottom: 14px;
}
.eyebrow::before { content: ""; width: 36px; height: 2px; border-radius: 2px; background: var(--sun); }
.head { max-width: 780px; margin: 0 auto 46px; text-align: center; }
.head .eyebrow::after { content: ""; width: 36px; height: 2px; border-radius: 2px; background: var(--sun); }
.sub { color: var(--mut); font-size: 1.04rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--fb); font-weight: 700; font-size: .93rem; letter-spacing: .01em;
  border-radius: 999px; padding: 14px 30px; cursor: pointer; border: 2px solid transparent;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease, border-color .22s ease;
  position: relative; overflow: hidden;
}
.btn svg { transition: transform .22s ease; }
.btn:hover svg { transform: translateX(3px); }
.btn-sun {
  background: linear-gradient(135deg, #FFC53D 0%, #F6A800 60%, #EE9C00 100%);
  color: var(--ink); box-shadow: 0 10px 26px rgba(246, 168, 0, .38);
}
.btn-sun::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,.5) 50%, transparent 70%);
  transform: translateX(-120%); transition: transform .55s ease;
}
.btn-sun:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(246, 168, 0, .5); }
.btn-sun:hover::after { transform: translateX(120%); }
.btn-out { border-color: rgba(246, 168, 0, .6); color: #B57C00; background: #fff; }
.btn-out:hover { background: var(--sun-soft); border-color: var(--sun); transform: translateY(-2px); }
.btn-glass { border-color: rgba(255,255,255,.65); color: #fff; background: rgba(255,255,255,.12); backdrop-filter: blur(6px); }
.btn-glass:hover { background: rgba(255,255,255,.24); transform: translateY(-2px); }
.btn-sm { padding: 10px 20px; font-size: .84rem; }
.btn-sq { border-radius: 10px; }   /* the old site's Shop Now is a rectangle, not a pill */
/* exact replica of the old site's hero button: flat amber rectangle, white text */
.btn-old {
  background: #FFC219; color: #fff; border-radius: 4px; padding: 13px 32px;
  font-weight: 600; font-size: 1rem; box-shadow: none;
}
.btn-old:hover { background: #EDB004; transform: translateY(-1px); }
.btn-xs { padding: 9px 17px; font-size: .78rem; border-width: 1.6px; }
.btn-lg { padding: 17px 36px; font-size: 1rem; }
.btn-full { width: 100%; }

/* ---------- Utility bar ---------- */
.util { background: var(--milk); border-bottom: 1px solid rgba(246, 168, 0, .22); }
.util-in { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 7px 24px; }
.util-mail, .util-tel {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: .84rem; font-weight: 600; color: var(--mut); transition: color .2s;
}
.util-mail svg, .util-tel svg { color: var(--sun); }
.util-mail:hover, .util-tel:hover { color: #B57C00; }
.util-r { display: flex; align-items: center; gap: 22px; }
/* cart lives in the amber header, old-site style: running $total + icon + red count badge */
.cart {
  position: relative; display: inline-flex; align-items: center; gap: 9px; flex-shrink: 0;
  color: var(--ink); font-weight: 700; font-size: .96rem;
  transition: color .2s, transform .2s;
}
.cart:hover { color: #6B4E00; transform: translateY(-1px); }
.cart b { font-weight: 700; }
.cart-ico { position: relative; display: inline-flex; }
.cart em {
  position: absolute; top: -7px; right: -9px;
  min-width: 17px; height: 17px; padding: 0 4px; border-radius: 999px;
  background: #E53935; color: #fff; font-style: normal; font-weight: 700; font-size: .64rem;
  display: inline-flex; align-items: center; justify-content: center;
  border: 2px solid #fff;
}

/* ---------- Announcement strip ---------- */
/* (the old top announcement strip was removed — the seasonal line now lives in the hero,
   matching the original site; .notice kept only so any cached page won't look broken) */
.notice { display: none; }
.notice-in { display: flex; align-items: center; justify-content: center; padding: 9px 20px; position: relative; }
.notice p { font-size: .85rem; font-weight: 600; text-align: center; }
.notice-x {
  position: absolute; right: 12px; top: 50%; transform: translateY(-50%);
  background: none; border: none; font-size: 1.3rem; color: #FFE9B8; cursor: pointer; opacity: .7; padding: 0 6px;
}
.notice-x:hover { opacity: 1; }
.notice.off { display: none; }
@media (max-width: 640px) { .notice p { font-size: .76rem; } .notice-in { padding: 8px 16px; } }

/* ---------- Header (clean white bar; brand + nav + phone + cart) ---------- */
.hdr {
  position: sticky; top: 0; z-index: 50;
  background: #FFFFFF;
  transition: box-shadow .3s;
}
.hdr.sc { box-shadow: 0 6px 26px rgba(148, 103, 0, .14); }
.hdr-in { display: flex; align-items: center; gap: 18px; padding: 10px 24px; }
.logo { display: flex; align-items: center; gap: 13px; flex-shrink: 0; }
.logo img { width: 72px; height: auto; transition: transform .3s ease; }
.logo:hover img { transform: rotate(-7deg) scale(1.05); }
/* wordmark — espresso serif + burnt-orange gradient "Honey" that periodically drips a
   little bead of honey off the tail of the "y" */
.logo-w { display: inline-flex; align-items: baseline; gap: 1px; white-space: nowrap; line-height: 1; }
.logo-w b {
  font-family: var(--fd); font-weight: 700; font-size: 1.5rem; letter-spacing: -.02em;
  color: #241C0F;
}
.logo-w i {
  position: relative;
  font-family: var(--fd); font-style: italic; font-weight: 700; font-size: 1.5rem;
  /* honey-gold, not orange — same family as the site's sun accent, just deeper at the end */
  background: linear-gradient(165deg, #FFC53D 0%, #F09C00 55%, #D57F00 100%);
  -webkit-background-clip: text; background-clip: text;
  color: #E89400;                       /* fallback when clipped text isn't supported */
  -webkit-text-fill-color: transparent;
  /* background-clip:text only paints inside the element box, and the italic "y" swings
     below and past it — pad the box out (and pull the margins back) so nothing is cut */
  padding: 0 .14em .18em 0;
  margin: 0 -.14em -.18em 0;
}
/* the honey drop: a proper teardrop (rotated square trick), swelling under the "y"
   tail, stretching, letting go and falling with a soft inner highlight */
.logo-w i::after {
  content: ""; position: absolute; left: 68%; top: 84%;
  width: 8px; height: 8px;
  background: linear-gradient(135deg, #FFD34D 0%, #F0A200 65%, #D57F00 100%);
  border-radius: 0 50% 50% 50%;                        /* pointed top-left = drop tail */
  box-shadow: inset -1.5px -1.5px 2px rgba(255, 255, 255, .5);
  transform: translateY(0) rotate(45deg) scale(0);
  opacity: 0;
  animation: honey-drip 6s cubic-bezier(.5, .05, .65, 1) infinite;
  pointer-events: none;
}
@keyframes honey-drip {
  0%, 44%  { transform: translateY(0) rotate(45deg) scale(0); opacity: 0; }
  54%      { transform: translateY(0) rotate(45deg) scale(.55); opacity: 1; }   /* bead swells */
  64%      { transform: translateY(1px) rotate(45deg) scale(.85); }
  71%      { transform: translateY(3px) rotate(45deg) scale(1, 1.18); }         /* stretches… */
  75%      { transform: translateY(7px) rotate(45deg) scale(.92, 1.08); }       /* …lets go */
  93%      { transform: translateY(30px) rotate(45deg) scale(.82, 1); opacity: .95; }
  100%     { transform: translateY(37px) rotate(45deg) scale(.7); opacity: 0; }
}
.nav { margin-left: auto; }
.nav > ul { display: flex; gap: 2px; }
.nav a {
  display: inline-flex; align-items: center; gap: 6px;
  font-weight: 600; font-size: .93rem; padding: 9px 12px; border-radius: 999px;
  transition: background .2s, color .2s; white-space: nowrap; color: var(--ink);
}
.nav > ul > li > a:hover { background: var(--sun-soft); }
.nav > ul > li > a.cur { background: var(--sun-soft); color: #B57C00; }
.hdr-tel {
  display: inline-flex; align-items: center; gap: 8px; flex-shrink: 0;
  font-weight: 700; font-size: 1rem; color: var(--ink); white-space: nowrap;
}
.hdr-tel svg { color: var(--sun); }
.hdr-tel:hover { color: #B57C00; }
.has-drop { position: relative; }
.drop {
  position: absolute; top: calc(100% + 12px); right: 0; min-width: 330px;
  background: #fff; border-radius: 16px; border: 1px solid var(--line);
  box-shadow: var(--sh-lg); padding: 10px;
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: all .25s ease;
}
.has-drop:hover .drop, .has-drop:focus-within .drop { opacity: 1; visibility: visible; transform: translateY(0); }
.drop a { display: block; padding: 9px 14px; border-radius: 10px; font-size: .88rem; }
.drop a:hover { background: var(--sun-soft); }
.drop-l { left: 0; right: auto; min-width: 200px; }
.hdr-cta { display: flex; align-items: center; gap: 16px; flex-shrink: 0; }
.burg { display: none; background: none; border: none; cursor: pointer; padding: 9px; z-index: 70; }
.burg span { display: block; width: 25px; height: 2.6px; background: var(--ink); margin: 5.4px 0; border-radius: 3px; transition: all .3s; }
body.mo .burg span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
body.mo .burg span:nth-child(2) { opacity: 0; }
body.mo .burg span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ---------- Hero (full-bleed photo, like the original site) ---------- */
.hero {
  position: relative; overflow: hidden; display: flex; align-items: center;
  min-height: clamp(560px, 80vh, 820px); padding: 72px 0 150px;
}
.hero-bg { position: absolute; inset: 0; overflow: hidden; }
/* the photo sits naturally, bright and full-bleed — the old site pins it top-center
   (background-position: top center), which keeps the bee fully in frame, never clipped */
.hero-bg img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: 50% 0;
}
/* the old site's overlay, verbatim: a flat black at 10% opacity (their elementor
   .elementor-background-overlay was background:#000; opacity:0.1) — nothing more */
.hero-shade { position: absolute; inset: 0; background: rgba(0, 0, 0, .1); }
.hero-inner { position: relative; z-index: 2; width: 100%; max-width: 1000px; margin-right: auto; }
.hero .eyebrow { color: #FFD34D; }
/* Bebas Neue, white, tight leading — the exact heading treatment of the old site
   (their elementor css: Bebas Neue 83px / 500 / #FFFFFF / line-height 1) */
.hero h1 {
  font-family: "Bebas Neue", Impact, var(--fd); font-weight: 500;
  font-size: clamp(3rem, 5.7vw, 5.1875rem); line-height: 1.05; letter-spacing: .012em;
  margin-bottom: 14px; color: #fff; text-shadow: 0 2px 18px rgba(20, 14, 2, .38);
}
.hl { position: relative; white-space: nowrap; }
.hl i { font-style: normal; color: #fff; }
.hero .lead { color: rgba(255, 255, 255, .95); max-width: 920px; text-shadow: 0 1px 12px rgba(20, 14, 2, .55); }
.lead { color: var(--mut); font-size: 1.12rem; max-width: 540px; margin-bottom: 26px; }
/* the farm's seasonal announcement — same Bebas treatment the old site gave this line,
   with the old site's generous breathing room above it */
.fresh {
  font-family: "Bebas Neue", Impact, var(--fb); font-weight: 500;
  color: #fff; font-size: clamp(1.6rem, 2.4vw, 2.15rem); line-height: 1.14;
  margin: 44px 0 26px; text-shadow: 0 1px 14px rgba(20, 14, 2, .5); letter-spacing: .015em;
}
.fresh em { font-style: normal; color: #FFC219; text-decoration: underline; text-underline-offset: 5px; text-decoration-thickness: 2px; }
.hero-btns { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 18px; }
.note { font-size: .87rem; color: var(--mut); font-style: italic; }
.hero .note { color: rgba(255, 255, 255, .85); }
.trust { display: flex; align-items: center; gap: 12px; margin-top: 26px; font-size: .92rem; color: var(--mut); }
.trust b { color: var(--ink); letter-spacing: .04em; }
.hero .trust { color: rgba(255, 255, 255, .88); }
.hero .trust b { color: #fff; }
.t-stars { color: var(--sun); letter-spacing: .16em; font-size: 1.02rem; }
.hero .t-stars { color: #FFD34D; }
.hero-curve { position: absolute; left: 0; right: 0; bottom: -1px; line-height: 0; z-index: 3; }
.hero-curve svg { width: 100%; height: 74px; }

/* ---------- Story ---------- */
.story { position: relative; background: var(--milk); padding: 96px 0 110px; overflow: hidden; }
.route { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
#beePath { stroke: rgba(200, 138, 0, .4); stroke-width: 2.2; stroke-dasharray: 1 13; stroke-linecap: round; vector-effect: non-scaling-stroke; }
.route-bee {
  /* above .story-grid (z-index 2) — at the same level the bee kept disappearing behind
     the photo collage instead of flying over it */
  position: absolute; top: 0; left: 0; z-index: 6; pointer-events: none;
  will-change: transform; filter: drop-shadow(0 4px 7px rgba(120, 82, 0, .3));
}
.route-bee svg { display: block; }
.route-bee .wg { transform-origin: 49px 32px; animation: flap-fly .16s linear infinite alternate; }
.route-bee .wg-b { transform-origin: 45px 30px; animation-delay: .08s; }
.rw1 { transform-origin: -3px -7px; animation: flap .13s linear infinite alternate; }
.rw2 { transform-origin: 3px -7px; animation: flap .13s linear infinite alternate-reverse; }
@keyframes flap { from { transform: rotate(-11deg); } to { transform: rotate(11deg); } }
.story-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1.05fr; gap: 70px; align-items: center; }
.story-vis { position: relative; padding: 0 44px 56px 0; }
.ph-main { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-lg); border: 7px solid #fff; }
.ph-main img { transition: transform .8s ease; }
.story-vis:hover .ph-main img { transform: scale(1.045); }
.ph-over {
  position: absolute; right: 0; bottom: 0; width: 47%;
  border-radius: var(--r); overflow: hidden; border: 7px solid #fff; box-shadow: var(--sh-lg);
}
.hex-badge {
  position: absolute; top: -28px; right: 20px; width: 116px;
  filter: drop-shadow(0 12px 22px rgba(246, 168, 0, .45));
  animation: badge-b 5.5s ease-in-out infinite;
}
@keyframes badge-b { 0%,100% { transform: translateY(0) rotate(-3deg); } 50% { transform: translateY(-10px) rotate(3deg); } }
.hex-badge span {
  position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center;
  color: #fff; font-weight: 700; font-size: .74rem; text-transform: uppercase; letter-spacing: .1em; line-height: 1.1;
}
.hex-badge b { font-family: var(--fd); font-size: 1.65rem; font-weight: 700; }
.story-copy p { color: var(--mut); margin-bottom: 16px; }
.story-copy p strong { color: var(--ink); font-weight: 700; }
.facts { display: flex; gap: 12px; margin: 26px 0 30px; flex-wrap: wrap; }
.fact {
  background: #fff; border: 1px solid var(--line); border-radius: 16px;
  padding: 13px 20px; box-shadow: var(--sh);
  display: flex; flex-direction: column; line-height: 1.25;
}
.fact b { font-family: var(--fd); font-weight: 700; font-size: 1.5rem; color: #C88A00; }
.fact span { font-size: .78rem; color: var(--mut); font-weight: 600; }

/* ---------- Products ---------- */
.prods { padding: 100px 0; background: var(--paper); }
.pills { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 16px; }
.cat-note { text-align: center; font-size: .86rem; font-style: italic; color: var(--mut); margin: 0 0 32px; }
.pill {
  font-family: var(--fb); font-weight: 700; font-size: .87rem;
  background: #fff; color: var(--ink); border: 1.6px solid rgba(246, 168, 0, .45); border-radius: 999px;
  padding: 10px 21px; cursor: pointer; transition: all .2s ease;
}
.pill:hover { border-color: var(--sun); background: var(--sun-soft); transform: translateY(-1px); }
.pill.cur {
  background: linear-gradient(135deg, #FFC53D, #F6A800); border-color: transparent;
  box-shadow: 0 8px 20px rgba(246, 168, 0, .35);
}
.grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
/* Photo-forward product card, matching the client's original store: the photo IS the
   card, text reads over a dark scrim at the top, buttons stack at the bottom. */
.pc {
  position: relative; border-radius: var(--r-lg); overflow: hidden;
  aspect-ratio: 1 / 1.34; display: flex; background: #F3ECDC;
  border: 1px solid var(--line); box-shadow: var(--sh);
  transition: transform .3s ease, box-shadow .3s ease;
}
.pc:hover { transform: translateY(-8px); box-shadow: var(--sh-lg); }
.pc.hid { display: none; }
.pc-img { position: absolute; inset: 0; display: block; }
.pc-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .55s cubic-bezier(.2,.7,.3,1);
}
.pc:hover .pc-img img { transform: scale(1.07); }
.halo { display: none; }
.tag-oos {
  position: absolute; top: 14px; right: 14px; z-index: 4;
  background: var(--ink); color: #FFE9B8; font-weight: 700; font-size: .75rem;
  text-transform: uppercase; letter-spacing: .06em; padding: 6px 12px; border-radius: 999px;
}
.pc-b {
  position: relative; z-index: 2; flex: 1; display: flex; flex-direction: column;
  padding: 16px 16px 14px; color: #fff;
  background: linear-gradient(180deg,
    rgba(24, 17, 5, .68) 0%, rgba(24, 17, 5, .38) 34%, rgba(24, 17, 5, 0) 54%,
    rgba(24, 17, 5, .12) 68%, rgba(24, 17, 5, .58) 100%);
}
.pc-b h3 { font-size: 1.06rem; line-height: 1.24; margin-bottom: 4px; }
.pc-b h3 a { color: #fff; text-shadow: 0 1px 12px rgba(0, 0, 0, .45); }
.pc-b h3 a:hover { color: #FFD34D; }
/* base price/desc are DARK — these classes also live on the white service cards
   (Bees for sale, Pollination), which went unreadable when the photo-card styles
   were applied globally. The light-on-scrim variants are scoped to .pc below. */
.price { font-family: var(--fd); font-style: italic; font-weight: 600; font-size: 1.02rem; color: #C88A00; margin-bottom: 5px; }
.desc { font-size: .8rem; line-height: 1.5; color: var(--mut); margin-bottom: 10px; }
.pc .price { color: #FFD34D; text-shadow: 0 1px 10px rgba(0, 0, 0, .4); }
.pc .desc {
  color: rgba(255, 255, 255, .92); text-shadow: 0 1px 8px rgba(0, 0, 0, .5);
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.acts { margin-top: auto; display: flex; flex-direction: column; gap: 8px; }
.acts .btn-xs { width: 100%; justify-content: center; }
.pc-view {
  display: flex; align-items: center; justify-content: center;
  background: rgba(255, 255, 255, .94); color: var(--ink);
  font-weight: 700; font-size: .8rem; padding: 10px 16px; border-radius: 999px;
  transition: background .2s ease, transform .2s ease;
}
.pc-view:hover { background: #fff; transform: translateY(-1px); }
/* legacy text-link kept for older cards (related products) */
.view {
  display: inline-flex; align-items: center; gap: 5px; white-space: nowrap;
  font-size: .78rem; font-weight: 700; color: #FFD34D; transition: gap .2s ease;
}
.view:hover { gap: 8px; }

/* services (Bees / Pollination) — wide, compact */
.svc-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 16px; }
.svc {
  display: grid; grid-template-columns: 210px 1fr;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  overflow: hidden; box-shadow: var(--sh);
  transition: transform .3s ease, box-shadow .3s ease;
}
.svc:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); }
.svc-img { display: block; overflow: hidden; }
.svc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.svc:hover .svc-img img { transform: scale(1.06); }
.svc-b { padding: 18px 20px; display: flex; flex-direction: column; }
.svc-b h3 { font-size: 1.05rem; line-height: 1.25; margin-bottom: 5px; }
.svc-b h3 a:hover { color: #C88A00; }
.svc-b .desc { margin-bottom: 12px; }
.svc-b .btn { align-self: flex-start; margin-top: auto; }

.prods-cta { text-align: center; margin-top: 36px; }
.prods-cta .ask { color: var(--mut); font-style: italic; margin-bottom: 16px; }

/* dedicated /products/ page */
.page-head { padding: 58px 0 30px; text-align: center; background: linear-gradient(180deg, #FFFCEE, var(--paper)); }
.page-head h1 { font-size: clamp(2rem, 3.8vw, 3.1rem); margin-bottom: 14px; }
.page-head h1 em { font-style: italic; color: var(--sun); }
.page-head .sub { max-width: 720px; margin: 0 auto; }
.page-head .eyebrow::after { content: ""; width: 36px; height: 2px; border-radius: 2px; background: var(--sun); }
.prods-page { padding-top: 20px; }

/* ---------- Article / content pages ---------- */
.article { padding: 44px 0 90px; }
.prose { max-width: 820px; }
.prose h2 { font-size: clamp(1.5rem, 2.6vw, 2.05rem); margin: 40px 0 14px; }
.prose h3 { font-size: 1.22rem; margin: 26px 0 10px; }
.prose h4 { font-size: 1.05rem; margin: 22px 0 8px; }
.prose p { color: var(--mut); margin-bottom: 15px; }
.prose ul { margin: 0 0 18px; padding-left: 4px; }
.prose li {
  position: relative; padding-left: 28px; margin-bottom: 9px; color: var(--mut);
}
.prose li::before {
  content: ""; position: absolute; left: 4px; top: .55em; width: 10px; height: 11px;
  background: var(--sun);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
.prose > *:first-child { margin-top: 0; }

/* FAQ accordion */
.faq { margin-top: 30px; display: flex; flex-direction: column; gap: 10px; }
.faq-i {
  background: #fff; border: 1px solid var(--line); border-radius: 16px;
  padding: 4px 20px; box-shadow: var(--sh); transition: box-shadow .25s ease;
}
.faq-i[open] { box-shadow: var(--sh-lg); }
.faq-i summary {
  list-style: none; cursor: pointer; padding: 14px 30px 14px 0; position: relative;
  font-family: var(--fd); font-weight: 600; font-size: 1.05rem; color: var(--ink);
}
.faq-i summary::-webkit-details-marker { display: none; }
.faq-i summary::after {
  content: ""; position: absolute; right: 4px; top: 50%; width: 11px; height: 11px;
  border-right: 2.4px solid var(--sun); border-bottom: 2.4px solid var(--sun);
  transform: translateY(-70%) rotate(45deg); transition: transform .25s ease;
}
.faq-i[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.faq-i p { color: var(--mut); padding: 0 0 16px; margin: 0; }

/* ---------- Articles index ---------- */
.posts { padding: 40px 0 90px; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.post {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  overflow: hidden; display: flex; flex-direction: column; box-shadow: var(--sh);
  transition: transform .3s ease, box-shadow .3s ease;
}
.post:hover { transform: translateY(-7px); box-shadow: var(--sh-lg); }
.post-img { display: block; aspect-ratio: 3 / 2; overflow: hidden; }
.post-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.post:hover .post-img img { transform: scale(1.06); }
.post-b { padding: 20px 22px 22px; display: flex; flex-direction: column; flex: 1; }
.post-b h3 { font-size: 1.1rem; line-height: 1.3; margin-bottom: 9px; }
.post-b h3 a:hover { color: #C88A00; }
.post-b p { font-size: .87rem; color: var(--mut); margin-bottom: 14px; }
.post-b .view { margin-top: auto; }

/* ---------- Single product ---------- */
.prod { padding: 40px 0 20px; }
.prod-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 56px; align-items: center; }
.prod-media {
  position: relative; border-radius: var(--r-lg); overflow: hidden;
  background: #FFFDF6; border: 1px solid var(--line); aspect-ratio: 1 / .88;
  display: flex; align-items: center; justify-content: center;
}
.prod-media img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: contain; padding: 34px; }
.crumbs { font-size: .82rem; color: var(--mut); margin-bottom: 14px; }
.crumbs a:hover { color: #C88A00; }
.crumbs span { opacity: .5; margin: 0 3px; }
.prod-info h1 { font-size: clamp(1.8rem, 3.4vw, 2.7rem); margin-bottom: 10px; }
.prod-price {
  font-family: var(--fd); font-style: italic; font-weight: 600;
  font-size: 1.5rem; color: #C88A00; margin-bottom: 18px;
}
.sizes { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 20px; }
.sizes > span { font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: var(--mut); }
.sizes div { display: flex; gap: 8px; flex-wrap: wrap; }
.sizes b {
  background: var(--sun-soft); border: 1px solid rgba(246, 168, 0, .35);
  border-radius: 999px; padding: 7px 16px; font-size: .86rem; font-weight: 700;
}
.prod-info p { color: var(--mut); margin-bottom: 14px; }
.prod-buy { display: flex; gap: 14px; flex-wrap: wrap; margin: 24px 0 12px; }

/* ---------- Variant picker + buy row ---------- */
.picker { margin: 6px 0 22px; }
.picker-l { display: block; font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: var(--mut); margin-bottom: 10px; }
.picker-o { display: flex; gap: 10px; flex-wrap: wrap; }
.opt input { position: absolute; opacity: 0; pointer-events: none; }
.opt span {
  display: flex; flex-direction: column; gap: 2px; cursor: pointer;
  border: 1.6px solid var(--line); border-radius: 14px; padding: 10px 18px;
  background: #fff; transition: all .2s ease; line-height: 1.2;
}
.opt b { font-size: .95rem; }
.opt i { font-style: normal; font-size: .84rem; color: #C88A00; font-weight: 700; }
.opt span:hover { border-color: var(--sun); }
.opt input:checked + span { border-color: var(--sun); background: var(--sun-soft); box-shadow: 0 0 0 3px rgba(246,168,0,.18); }
.opt input:focus-visible + span { outline: 2px solid var(--sun); outline-offset: 2px; }
.opt.off span { opacity: .45; cursor: not-allowed; text-decoration: line-through; }

.buy-row { display: flex; gap: 14px; align-items: stretch; flex-wrap: wrap; margin: 22px 0 14px; }
.qty { display: inline-flex; align-items: center; border: 1.6px solid var(--line); border-radius: 999px; background: #fff; overflow: hidden; }
.qty button {
  width: 42px; height: 46px; border: none; background: none; cursor: pointer;
  font-size: 1.25rem; color: var(--ink); transition: background .2s;
}
.qty button:hover { background: var(--sun-soft); }
.qty input {
  width: 48px; height: 46px; border: none; text-align: center; font-family: var(--fb);
  font-weight: 700; font-size: 1rem; color: var(--ink); background: none; -moz-appearance: textfield;
}
.qty input::-webkit-outer-spin-button, .qty input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.btn[disabled] { opacity: .5; pointer-events: none; }
.prod-media .tag-oos { top: 16px; left: 16px; }

/* ---------- Cart ---------- */
.cart em.has { background: #C0392B; color: #fff; }
.cart-empty { text-align: center; padding: 30px 0 10px; }
.cart-empty p { color: var(--mut); margin-bottom: 20px; font-size: 1.05rem; }
.cart-list { border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; background: #fff; box-shadow: var(--sh); }
.cart-row {
  display: grid; grid-template-columns: 84px 1fr auto auto auto 34px;
  gap: 16px; align-items: center; padding: 14px 18px; border-bottom: 1px solid var(--line);
}
.cart-row:last-child { border-bottom: none; }
.cart-img { display: block; width: 84px; height: 84px; border-radius: 14px; overflow: hidden; background: #FFFDF6; border: 1px solid var(--line); }
.cart-img img { width: 100%; height: 100%; object-fit: contain; padding: 6px; }
.cart-name a { font-weight: 700; font-size: .97rem; }
.cart-name a:hover { color: #C88A00; }
.cart-name small { display: block; color: var(--mut); font-size: .82rem; }
.cart-price, .cart-sum { font-family: var(--fd); font-style: italic; font-weight: 600; color: #C88A00; white-space: nowrap; }
.cart-sum { min-width: 76px; text-align: right; }
.cart-x { background: none; border: none; font-size: 1.5rem; line-height: 1; color: var(--mut); cursor: pointer; transition: color .2s; }
.cart-x:hover { color: #C0392B; }
.cart-foot { margin-top: 22px; text-align: right; }
.cart-total { display: flex; justify-content: flex-end; align-items: baseline; gap: 16px; font-size: 1.05rem; }
.cart-total b { font-family: var(--fd); font-size: 1.6rem; color: var(--ink); }
.cart-hint { color: var(--mut); font-size: .86rem; margin-top: 6px; }
.cart-actions { display: flex; gap: 14px; justify-content: flex-end; flex-wrap: wrap; margin-top: 20px; }

/* toast */
.toast {
  position: fixed; left: 50%; bottom: 24px; transform: translate(-50%, 20px);
  z-index: 120; display: flex; align-items: center; gap: 16px;
  background: var(--ink); color: #FFF3D2; padding: 13px 20px; border-radius: 999px;
  box-shadow: 0 16px 40px rgba(28,22,10,.3); opacity: 0; visibility: hidden;
  transition: opacity .3s ease, transform .3s ease, visibility .3s; font-size: .9rem; font-weight: 600;
}
.toast.on { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.toast a { color: var(--sun-2); text-decoration: underline; white-space: nowrap; }

/* ---------- Checkout ---------- */
.co-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: start; }
.co-form h2, .co-side h2 { font-size: 1.2rem; margin: 0 0 14px; }
.co-form h2 + .way { margin-top: 0; }
.co-form h2:not(:first-child) { margin-top: 28px; }
.way { display: block; margin-bottom: 12px; cursor: pointer; }
.way input { position: absolute; opacity: 0; pointer-events: none; }
.way span {
  display: block; border: 1.6px solid var(--line); border-radius: 16px; padding: 15px 18px;
  background: #fff; transition: all .2s ease;
}
.way b { display: block; margin-bottom: 3px; }
.way small { color: var(--mut); font-size: .85rem; line-height: 1.45; display: block; }
.way span:hover { border-color: var(--sun); }
.way input:checked + span { border-color: var(--sun); background: var(--sun-soft); box-shadow: 0 0 0 3px rgba(246,168,0,.16); }
.co-side {
  background: #fff; border: 1px solid var(--line); border-radius: 24px;
  padding: 26px; box-shadow: var(--sh-lg); position: sticky; top: 100px;
}
.co-lines { margin-bottom: 14px; }
.co-lines li { display: flex; justify-content: space-between; gap: 14px; padding: 8px 0; border-bottom: 1px dashed var(--line); font-size: .9rem; }
.co-lines li:last-child { border-bottom: none; }
.co-lines b { font-weight: 700; }
.co-row { display: flex; justify-content: space-between; gap: 14px; padding: 5px 0; font-size: .92rem; color: var(--mut); }
.co-row span:last-child { color: var(--ink); font-weight: 600; white-space: nowrap; }
.co-grid .cart-total { border-top: 1px solid var(--line); margin-top: 8px; padding-top: 12px; }
/* ---------- Product gallery ---------- */
.prod-shots { position: relative; }
.prod-media .zoom {
  position: absolute; right: 14px; bottom: 14px; z-index: 3;
  width: 40px; height: 40px; border-radius: 50%; cursor: pointer;
  background: rgba(255, 255, 255, .92); border: 1px solid var(--line); color: var(--ink);
  font-size: 1.05rem; line-height: 1; box-shadow: var(--sh); transition: all .2s ease;
}
.prod-media .zoom:hover { background: var(--sun); transform: scale(1.06); }
.thumbs { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 14px; }
.thumb {
  width: 74px; height: 74px; padding: 5px; cursor: pointer;
  background: #FFFDF6; border: 1.6px solid var(--line); border-radius: 14px;
  transition: border-color .2s ease, transform .2s ease;
}
.thumb img { width: 100%; height: 100%; object-fit: contain; }
.thumb:hover { transform: translateY(-2px); border-color: rgba(246, 168, 0, .6); }
.thumb.cur { border-color: var(--sun); box-shadow: 0 0 0 3px rgba(246, 168, 0, .18); }

/* ---------- Apiary page: videos + photo grid ---------- */
.apiary-media { padding: 10px 0 90px; }
.apiary-media h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); margin: 40px 0 22px; text-align: center; }
.vid-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }
.vid {
  border-radius: var(--r-lg); overflow: hidden; border: 6px solid #fff;
  box-shadow: var(--sh-lg); background: #000; line-height: 0;
}
.vid video { width: 100%; height: 100%; display: block; aspect-ratio: 9 / 16; object-fit: cover; background: #000; }
.ap-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 16px; }
.mosaic { padding: 20px 0 100px; background: var(--paper); }
.ap-shot {
  border-radius: var(--r); overflow: hidden; border: 5px solid #fff; box-shadow: var(--sh);
  cursor: zoom-in; aspect-ratio: 4 / 3; transition: transform .3s ease, box-shadow .3s ease;
}
.ap-shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.ap-shot:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); }
.ap-shot:hover img { transform: scale(1.06); }

@media (max-width: 640px) {
  .vid-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .vid { border-width: 4px; }
  .ap-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .ap-shot { border-width: 3px; }
  .thumb { width: 60px; height: 60px; }
}

.ship-fields { margin: 4px 0 6px; }
.ship-fields h2 { font-size: 1.05rem; margin: 4px 0 12px; }
.ship-fields select {
  width: 100%; background: #FFFBF2; border: 1.6px solid var(--line); border-radius: 13px;
  padding: 13px 16px; font-family: var(--fb); font-size: .95rem; color: var(--ink);
  transition: border-color .25s, box-shadow .25s;
}
.ship-fields select:focus { outline: none; border-color: var(--sun); background: #fff; box-shadow: 0 0 0 4px rgba(246, 168, 0, .18); }
.paypal-box { margin-top: 18px; min-height: 52px; }
.co-done { text-align: center; padding: 30px 0; }
.co-done .tick {
  display: inline-flex; align-items: center; justify-content: center;
  width: 66px; height: 66px; border-radius: 50%; background: var(--sun);
  color: #fff; font-size: 2rem; margin-bottom: 18px;
}
.co-done p { color: var(--mut); margin-bottom: 24px; }

@media (max-width: 960px) {
  .grid { grid-template-columns: repeat(2, 1fr); }   /* tall cards need the width here */
  .post-grid { grid-template-columns: repeat(2, 1fr); }
  .prod-grid { grid-template-columns: 1fr; gap: 34px; }
  .prod-media { max-width: 460px; margin: 0 auto; }
  .co-grid { grid-template-columns: 1fr; gap: 28px; }
  .co-side { position: static; }
}
@media (max-width: 640px) {
  .cart-row { grid-template-columns: 64px 1fr 30px; grid-template-areas: "img name x" "img price qty" "img sum sum"; gap: 8px 12px; }
  .cart-img { width: 64px; height: 64px; grid-area: img; }
  .cart-name { grid-area: name; }
  .cart-price { grid-area: price; font-size: .9rem; }
  .qty { grid-area: qty; justify-self: end; }
  .qty button { width: 34px; height: 38px; }
  .qty input { width: 38px; height: 38px; }
  .cart-sum { grid-area: sum; text-align: right; }
  .cart-x { grid-area: x; }
  .cart-actions { justify-content: stretch; }
  .cart-actions .btn { flex: 1; }
  .toast { left: 14px; right: 14px; transform: translateY(20px); justify-content: space-between; }
  .toast.on { transform: translateY(0); }
}
@media (max-width: 640px) {
  .post-grid { grid-template-columns: 1fr; }
  .article { padding: 30px 0 66px; }
  .faq-i summary { font-size: .97rem; }
}

/* ---------- Apiary strip ---------- */
.apiary { padding: 100px 0 90px; background: var(--paper); }
.strip { overflow: hidden; position: relative; margin-bottom: 42px; }
.strip::before, .strip::after {
  content: ""; position: absolute; top: 0; bottom: 0; width: 90px; z-index: 2; pointer-events: none;
}
.strip::before { left: 0; background: linear-gradient(90deg, #fff, transparent); }
.strip::after { right: 0; background: linear-gradient(-90deg, #fff, transparent); }
.strip-track {
  display: flex; gap: 20px; width: max-content; animation: roll 46s linear infinite;
  padding: 12px 0; align-items: center;
  will-change: transform; transform: translateZ(0);   /* keep Safari compositing the huge layer */
}
.strip:hover .strip-track { animation-play-state: paused; }
@keyframes roll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.shot {
  flex: 0 0 320px; height: 250px; overflow: hidden; cursor: zoom-in;
  border-radius: var(--r); border: 6px solid #fff;
  box-shadow: var(--sh-lg); position: relative;
  transition: transform .3s ease;
}
.shot.tall { height: 300px; flex-basis: 260px; }
.shot:hover { transform: translateY(-8px); }
.shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.shot:hover img { transform: scale(1.07); }

/* ---------- Band ---------- */
.band { position: relative; padding: 108px 0; text-align: center; color: #fff; overflow: hidden; }
.band-bg {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(60, 38, 4, .55) 0%, rgba(84, 54, 8, .5) 100%),
    url("../img/hero.webp") center 30% / cover no-repeat;
}
@media (min-width: 961px) { .band-bg { background-attachment: scroll, fixed; } }
.band-in { position: relative; max-width: 840px; }
.band-t {
  font-family: var(--fd); font-style: italic; font-weight: 500;
  font-size: clamp(1.3rem, 2.6vw, 1.85rem); line-height: 1.45;
  color: #FFF9EC; margin-bottom: 34px; text-shadow: 0 2px 18px rgba(0, 0, 0, .35);
}
.band-a { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }

/* ---------- Reviews ---------- */
.revs { padding: 100px 0; background: var(--milk); }
.score { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; color: var(--mut); font-size: .95rem; }
.score b { color: var(--ink); font-family: var(--fd); font-style: italic; font-size: 1.2rem; letter-spacing: .05em; }
.rev-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 40px; }
.rc {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  padding: 24px 26px; box-shadow: var(--sh);
  transition: transform .3s ease, box-shadow .3s ease;
}
.rc:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); }
.rc-h { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.rc-a {
  width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, #FFC53D, #F6A800); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--fd); font-weight: 700; font-size: 1.15rem;
}
.rc-h b { font-size: .93rem; display: block; line-height: 1.2; }
.rc-s { color: var(--sun); font-size: .78rem; letter-spacing: .12em; display: block; }
.g {
  margin-left: auto; width: 28px; height: 28px; border-radius: 50%;
  background: #fff; border: 1px solid var(--line); color: #4285F4;
  font-weight: 700; font-family: Arial, sans-serif; font-size: .95rem;
  display: inline-flex; align-items: center; justify-content: center;
}
.rc p { font-size: .91rem; color: #4A4030; }

/* ---------- Contact ---------- */
.contact { padding: 100px 0; background: var(--paper); }
/* on /contacts/ this section follows the page heading, so its full 100px top padding
   stacked with the heading's and left a dead gap — especially obvious on a phone */
.page-head + .contact { padding-top: 34px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.08fr; gap: 64px; align-items: start; margin-bottom: 52px; }
.c-lead { color: var(--mut); margin-bottom: 28px; max-width: 460px; }
.c-list li { display: flex; gap: 15px; align-items: flex-start; margin-bottom: 20px; }
/* the email and street address are long unbreakable strings — without this the contact
   block sets a floor wider than a 320px phone and the whole page scrolls sideways */
.c-list li > div { min-width: 0; }
.c-list a { overflow-wrap: anywhere; }
.ci {
  width: 46px; height: 46px; flex: 0 0 46px; border-radius: 14px;
  background: var(--sun-soft); color: #C88A00; border: 1px solid rgba(246, 168, 0, .3);
  display: inline-flex; align-items: center; justify-content: center;
}
.c-list small { display: block; font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: var(--mut); margin-bottom: 1px; }
.c-list a { font-weight: 700; }
.c-list a:hover { color: #C88A00; }
.c-form {
  background: #fff; border: 1px solid var(--line); border-radius: 24px;
  padding: 36px; box-shadow: var(--sh-lg); position: relative; overflow: hidden;
}
.c-form::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 5px;
  background: linear-gradient(90deg, #FFC53D, #F6A800);
}
.fr { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.fg { margin-bottom: 17px; }
.fg label { display: block; font-weight: 700; font-size: .84rem; margin-bottom: 6px; }
.fg input, .fg textarea {
  width: 100%; background: #FFFBF2; border: 1.6px solid var(--line); border-radius: 13px;
  padding: 13px 16px; font-family: var(--fb); font-size: .95rem; color: var(--ink);
  transition: border-color .25s, box-shadow .25s, background .25s; resize: vertical;
}
.fg input:focus, .fg textarea:focus {
  outline: none; border-color: var(--sun); background: #fff;
  box-shadow: 0 0 0 4px rgba(246, 168, 0, .18);
}
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; }
.fstat { margin-top: 14px; text-align: center; font-weight: 600; font-size: .92rem; min-height: 1.4em; }
.fstat.ok { color: #2E7D32; }
.fstat.err { color: #C62828; }
.map { border-radius: 22px; overflow: hidden; border: 6px solid #fff; box-shadow: var(--sh-lg); line-height: 0; outline: 1px solid var(--line); }
.map iframe { width: 100%; height: 410px; border: 0; }

/* ---------- Footer ---------- */
.foot { background: var(--milk); border-top: 1px solid rgba(246, 168, 0, .25); }
.foot-grid { display: grid; grid-template-columns: 1.3fr .7fr 1.2fr .9fr; gap: 42px; padding: 66px 24px 46px; }
.f-brand p { font-size: .9rem; color: var(--mut); margin-top: 18px; max-width: 330px; }
.f-col h4 { font-family: var(--fd); font-weight: 600; font-size: 1.05rem; margin-bottom: 16px; }
.f-col a { display: block; font-size: .9rem; color: var(--mut); font-weight: 500; padding: 4.5px 0; transition: color .2s, transform .2s; }
.f-col a:hover { color: #C88A00; transform: translateX(4px); }
.f-col p { font-size: .9rem; color: var(--mut); padding: 4.5px 0; }
.foot-c { border-top: 1px solid rgba(246, 168, 0, .2); padding: 18px 24px; text-align: center; }
.foot-c p { font-size: .84rem; color: var(--mut); }
.foot-c a { color: #C88A00; font-weight: 700; }
.foot-c a:hover { text-decoration: underline; }

/* ---------- Flying bees ---------- */
/* the flying bees stay ON TOP of everything (user's explicit call — including the hero) */
.bees { position: fixed; inset: 0; pointer-events: none; z-index: 30; overflow: hidden; }
.bee { position: absolute; top: 0; left: 0; will-change: transform; }
.bee svg { display: block; filter: drop-shadow(0 5px 7px rgba(120, 82, 0, .28)); }
.bee .wg { transform-origin: 49px 32px; animation: flap-fly .16s linear infinite alternate; }
.bee .wg-b { transform-origin: 45px 30px; animation-delay: .08s; }
@keyframes flap-fly { from { transform: rotate(-16deg) scaleY(.82); } to { transform: rotate(14deg) scaleY(1); } }

/* ---------- Lightbox ---------- */
.lbx {
  position: fixed; inset: 0; z-index: 100; background: rgba(28, 20, 6, .9);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s;
}
.lbx.open { opacity: 1; visibility: visible; }
.lbx img {
  max-width: min(88vw, 1080px); max-height: 84vh; width: auto; height: auto;
  border-radius: 16px; border: 6px solid #fff; box-shadow: var(--sh-lg);
}
.lbx .x, .lbx .pv, .lbx .nx {
  position: absolute; background: rgba(255,255,255,.12); border: none; color: #fff;
  cursor: pointer; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  transition: background .2s;
}
.lbx .x:hover, .lbx .pv:hover, .lbx .nx:hover { background: var(--sun); color: var(--ink); }
.lbx .x { top: 22px; right: 26px; width: 52px; height: 52px; font-size: 1.8rem; }
.lbx .pv, .lbx .nx { top: 50%; transform: translateY(-50%); width: 54px; height: 54px; }
.lbx .pv { left: 20px; } .lbx .nx { right: 20px; }

/* ---------- Back to top ---------- */
.top {
  position: fixed; right: 24px; bottom: 24px; z-index: 40;
  width: 50px; height: 50px; border-radius: 50%;
  background: linear-gradient(135deg, #FFC53D, #F6A800); color: var(--ink);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 26px rgba(246, 168, 0, .45);
  opacity: 0; visibility: hidden; transform: translateY(14px);
  transition: all .3s ease;
}
.top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.top:hover { transform: translateY(-4px); }

/* ---------- Reveal ---------- */
.js .rv { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.3,1); }
.js .rv.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1120px) {
  .grid { grid-template-columns: repeat(3, 1fr); }
  .rev-grid { grid-template-columns: repeat(2, 1fr); }
}
/* In the 961-1199 strip the full nav + phone + cart + wordmark can't all fit — the
   hexagon logo carries the brand there on its own (the old site had no wordmark at all) */
@media (min-width: 961px) and (max-width: 1199px) {
  .logo-w { display: none; }
}

/* Compact menu (About/Explore dropdowns) + phone + cart fit down to ~960px */
@media (max-width: 960px) {
  .nav {
    position: fixed; inset: 0; z-index: 90; background: #fff;
    display: flex; align-items: flex-start; justify-content: center; padding: 88px 24px 40px;
    overflow-y: auto; -webkit-overflow-scrolling: touch;
    opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; margin: 0;
  }
  body.mo .nav { opacity: 1; visibility: visible; }
  body.mo { overflow: hidden; }
  .burg { position: relative; z-index: 100; display: block; }
  .nav > ul { flex-direction: column; width: 100%; max-width: 430px; gap: 4px; }
  .nav a { font-size: 1.06rem; padding: 12px 16px; }
  .drop { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: none; min-width: 0; display: none; padding: 0 0 0 14px; }
  .has-drop.o .drop { display: block; }
  /* .nav goes position:fixed here, so its margin-left:auto stops pushing anything —
     the phone number takes over as the flexible spacer */
  .hdr-tel { margin-left: auto; }
  .logo img { width: 64px; }
}
@media (max-width: 960px) {
  .hero { padding: 46px 0 110px; min-height: clamp(520px, 78vh, 760px); }
  .story-grid { grid-template-columns: 1fr; gap: 54px; }
  .story-vis { max-width: 560px; margin: 0 auto; }
  .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .svc-row { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  /* tall photo cards need real width — two columns only while they still fit a title,
     price and two buttons; below 560px they go single column, big like the old site */
  .grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .pc { aspect-ratio: 1 / 1.5; }
  .pc-b { padding: 12px 13px 14px; }
  .pc-b h3 { font-size: .9rem; }
  .desc { font-size: .77rem; margin-bottom: 8px; }
  .acts .btn-xs { padding: 8px 14px; font-size: .75rem; }
  .pc-view { padding: 8px 14px; font-size: .75rem; }
  .view { display: none; }
  .cat-note { margin-bottom: 24px; font-size: .8rem; }
  .svc { grid-template-columns: 116px 1fr; }
  .svc-b { padding: 13px 14px; }
  .svc-b h3 { font-size: .95rem; }
  .svc-b .desc { margin-bottom: 10px; }
  .page-head { padding: 40px 0 22px; }
  .rev-grid { grid-template-columns: 1fr; }
  .shot { flex-basis: 240px; height: 200px; border-width: 4px; }
  .shot.tall { flex-basis: 200px; height: 235px; }
  .hero-btns .btn-lg { padding: 14px 25px; font-size: .93rem; }
  .fr { grid-template-columns: 1fr; gap: 0; }
  .c-form { padding: 26px 20px; }
  .map iframe { height: 320px; }
  .foot-grid { grid-template-columns: 1fr; gap: 30px; padding-top: 50px; }
  .band { padding: 78px 0; }
  .hex-badge { width: 94px; top: -20px; right: 8px; }
  .top { right: 15px; bottom: 15px; width: 46px; height: 46px; }
  /* small screens: logo left, cart + burger right; the phone number hides (it still
     lives in the hero note and the contact section) */
  .hdr-tel { display: none; }
  .cart { margin-left: auto; }
  .cart b { display: none; }   /* just the icon + badge on a phone */
  .burg { margin-right: 0; padding: 9px 0; }
}
@media (max-width: 560px) {
  .grid { grid-template-columns: 1fr; }
  .pc { aspect-ratio: 1 / 1.18; }
}

/* Phones and small tablets: the full-size wordmark (1.5rem) next to the 72px hexagon is
   wider than a 414-680px screen — scale the whole brand row down so nothing overflows.
   (The earlier fix only covered <=400px, which is how iPhone XR at 414px broke.) */
@media (max-width: 700px) {
  .hdr-in { gap: 12px; }
  .logo { min-width: 0; gap: 9px; }
  /* big brand row like the old mobile header (their hexagon nearly filled the bar) */
  .logo img { width: 70px; }
  /* NO overflow:hidden here — it was clipping the "y" descender AND the falling honey
     drop on phones; the wordmark is sized to fit every width, so nothing can overflow */
  .logo-w { min-width: 0; }
  .logo-w b, .logo-w i { font-size: 1.2rem; }

  /* first screen sized like the old mobile site: smaller Bebas heading (theirs breaks
     into ~2 lines, not 4), shorter hero so the next block peeks in below the fold,
     flat bottom edge (the old site has no curve). +30px height and +50px top padding
     were dialled in by the user against the old site. */
  .hero { min-height: calc(64vh + 30px); padding: 84px 0 60px; }
  .hero-curve { display: none; }
  .hero h1 { font-size: clamp(1.9rem, 8vw, 2.3rem); }
  .fresh { font-size: 1.5rem; margin-top: 30px; }
  /* breathing room between the cart icon and the burger */
  .burg { margin-left: 10px; }

  /* iOS Safari blanks a transform-animated layer this wide (~4000px), so on phones the
     marquee becomes a native scroll gallery: no CSS animation, no transform. The clones
     stay VISIBLE — main.js wraps scrollLeft across the two identical halves, which is
     what makes the swipe loop around endlessly (and auto-advances via scrollLeft). */
  .strip { overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .strip::-webkit-scrollbar { display: none; }
  .strip::before, .strip::after { display: none; }
  .strip-track { animation: none; will-change: auto; transform: none; padding: 12px 14px; }
}

/* Narrow phones (iPhone SE and friends): tighten further for the 320px edge. */
@media (max-width: 400px) {
  .hdr-in { gap: 8px; padding: 8px 14px; }
  .logo { gap: 6px; }
  .logo img { width: 52px; }
  .logo-w b, .logo-w i { font-size: .96rem; }
  .burg { flex: none; padding: 7px 0; margin-right: 0; }
  .burg span { width: 22px; margin: 4.6px 0; }
  .wrap { padding-left: 14px; padding-right: 14px; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .rv { opacity: 1; transform: none; }
  .bees, .route { display: none; }
  .strip-track { animation: none; }
}
