
  :root{
    --cream:#FAF6EE;
    --paper:#FFFFFF;
    --navy:#17130D;
    --navy-deep:#0C0A07;
    --ink:#221E18;
    --gold:#B29A56;
    --gold-lite:#CDB477;
    --honey:#E8B23A;
    --line:rgba(168,137,79,.30);
    --line-lite:rgba(168,137,79,.16);
    --shadow:0 22px 54px -28px rgba(0,0,0,.55);
  }
  *{box-sizing:border-box;margin:0;padding:0}
  html{scroll-behavior:smooth}
  body{
    font-family:'Jost',system-ui,sans-serif;
    color:var(--ink);
    background:var(--cream);
    line-height:1.7;
    font-weight:300;
    -webkit-font-smoothing:antialiased;
    overflow-x:hidden;
  }
  h1,h2,h3{font-family:'Playfair Display',Georgia,serif;font-weight:500;line-height:1.1;color:var(--ink)}
  a{color:inherit;text-decoration:none}
  img{max-width:100%;display:block}
  .beecls,.wmcls{fill:currentColor}
  use{pointer-events:none}
  .wrap{max-width:1120px;margin:0 auto;padding:0 28px}

  /* ---------- eyebrow / labels ---------- */
  .eyebrow{
    font-size:.72rem;letter-spacing:.42em;text-transform:uppercase;
    font-weight:400;color:var(--gold);display:inline-flex;align-items:center;gap:.7em;
  }
  .eyebrow::before{content:"";width:22px;height:1px;background:var(--gold)}
  .eyebrow.center::after{content:"";width:22px;height:1px;background:var(--gold)}
  .eyebrow.center{justify-content:center}

  /* ---------- top nav ---------- */
  header{
    position:sticky;top:0;z-index:60;
    background:rgba(250,246,238,.86);
    backdrop-filter:saturate(140%) blur(10px);
    border-bottom:1px solid var(--line-lite);
  }
  .nav{display:flex;align-items:center;justify-content:space-between;height:74px}
  .brandmark{display:flex;align-items:center;gap:.55rem;font-family:'Playfair Display',serif;
    font-size:1.15rem;letter-spacing:.34em;text-transform:uppercase;color:var(--ink)}
  .brandmark .bee{height:22px;width:auto;color:var(--gold);flex:0 0 auto}
  .navlinks{display:flex;gap:2.2rem;align-items:center}
  .navlinks a{font-size:.82rem;letter-spacing:.18em;text-transform:uppercase;color:var(--navy);opacity:.82;transition:opacity .2s}
  .navlinks a:hover{opacity:1}
  .navlinks a.cta{
    border:1px solid var(--gold);color:var(--gold);padding:.55rem 1.1rem;border-radius:2px;opacity:1;
    transition:background .25s,color .25s;
  }
  .navlinks a.cta:hover{background:var(--gold);color:var(--cream)}
  .navtoggle{display:none;background:none;border:0;cursor:pointer;color:var(--navy)}

  /* ---------- hero (kept still — no entrance motion) ---------- */
  .hero{position:relative;text-align:center;padding:120px 24px 108px;overflow:hidden;min-height:96vh;display:flex;align-items:center;justify-content:center;background:var(--navy-deep) url(/assets/hero-poster.jpg) center/cover no-repeat}
  .hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
  .comb2{width:100%;height:100%}
  .hero-scrim{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(12,10,7,.5),rgba(12,10,7,.42) 42%,rgba(8,7,5,.68)),radial-gradient(72% 62% at 50% 46%,rgba(0,0,0,.1),rgba(0,0,0,.36))}
  .hero-inner{position:relative;z-index:2;max-width:820px;margin:0 auto}
  .hero .kicker{margin-bottom:34px}
  .hero-crest{display:block;width:clamp(54px,9vw,86px);color:var(--gold-lite);margin:0 auto 20px;filter:drop-shadow(0 2px 14px rgba(0,0,0,.4))}
  .hero-wordmark{display:block;width:clamp(280px,52vw,470px);color:var(--gold-lite);margin:0 auto .6rem;filter:drop-shadow(0 3px 20px rgba(0,0,0,.45))}
  .hero p.lede{font-size:clamp(1.02rem,1.6vw,1.2rem);max-width:560px;margin:0 auto 2.4rem;color:rgba(255,255,255,.94);text-shadow:0 1px 12px rgba(0,0,0,.45)}
  .btn{display:inline-block;font-family:'Jost',sans-serif;font-weight:400;font-size:.82rem;
    letter-spacing:.2em;text-transform:uppercase;padding:.95rem 2.1rem;border-radius:2px;
    transition:transform .2s,background .25s,color .25s,border-color .25s;cursor:pointer;border:1px solid transparent}
  .btn-gold{background:var(--gold);color:var(--cream)}
  .btn-gold:hover{background:#96773f}
  .btn-ghost{border-color:var(--gold);color:var(--gold);margin-left:.6rem}
  .btn-ghost:hover{background:var(--gold);color:var(--cream)}
  .btn-navy{background:var(--navy);color:var(--cream)}
  .btn-navy:hover{background:var(--navy-deep)}
  .hero-actions{display:flex;gap:0;justify-content:center;flex-wrap:wrap;gap:.6rem}
  .hero .eyebrow{color:var(--gold-lite)}
  .hero .eyebrow::before,.hero .eyebrow.center::after{background:var(--gold-lite)}
  .hero .btn-ghost{border-color:rgba(255,255,255,.65);color:#fff}
  .hero .btn-ghost:hover{background:#fff;color:var(--navy)}
  @media (prefers-reduced-motion:reduce){.hero-video,.band-video{display:none}}
  /* full-bleed video bands */
  .vband{position:relative;overflow:hidden;text-align:center;padding:120px 24px;color:#fff}
  .vband .band-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
  .vband .scrim{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(12,10,7,.72),rgba(12,10,7,.6) 50%,rgba(8,7,5,.76))}
  .vband .inner{position:relative;z-index:2;max-width:720px;margin:0 auto}
  .vband h2{color:#fff;font-size:clamp(1.8rem,3.6vw,2.7rem);margin:.7rem 0 1rem;text-shadow:0 2px 16px rgba(0,0,0,.4)}
  .vband p{color:rgba(255,255,255,.94);font-size:1.05rem;text-shadow:0 1px 10px rgba(0,0,0,.45)}
  .vband .eyebrow{color:var(--gold-lite)}
  .vband .eyebrow::before,.vband .eyebrow.center::after{background:var(--gold-lite)}
  .vband.quote{padding:96px 24px}
  .vband.quote blockquote{font-family:'Playfair Display',serif;font-style:italic;font-weight:500;
    font-size:clamp(1.5rem,3.2vw,2.4rem);line-height:1.3;color:#fff;text-shadow:0 2px 18px rgba(0,0,0,.5)}
  .vband.quote cite{display:block;margin-top:1.2rem;font-style:normal;font-family:'Jost',sans-serif;
    font-size:.74rem;letter-spacing:.3em;text-transform:uppercase;color:var(--gold-lite)}
  /* icon treatment */
  .icx{display:block;margin:0 auto 18px;color:var(--gold-lite)}
  .bee-fact .icx{margin:0;color:var(--gold-lite);width:52px;height:52px;flex:0 0 auto}

  /* ---------- section scaffolding ---------- */
  section{position:relative}
  .band{padding:104px 0}
  .band.navy{background:var(--navy);color:#eef1f4}
  .band.navy h2,.band.navy h3{color:#fff}
  .band.navy .card h3,.band.navy .card h3 a{color:var(--ink)}
  .card h3 a{color:inherit}
  .band.navy .eyebrow{color:var(--gold-lite)}
  .band.navy .eyebrow::before,.band.navy .eyebrow.center::after{background:var(--gold-lite)}
  .sec-head{max-width:640px}
  .sec-head.center{margin:0 auto;text-align:center}
  .sec-head h2{font-size:clamp(1.9rem,4vw,2.9rem);margin:.7rem 0 .2rem}
  .sec-head .sub{color:#6a655d;font-size:1.02rem}
  .band.navy .sec-head .sub{color:#b8b0a2}

  /* hex divider */
  .hexrule{display:flex;align-items:center;justify-content:center;gap:14px;margin:0 auto 4px}
  .hexrule span{height:1px;width:64px;background:var(--line)}
  .hexrule svg{width:16px;height:18px}
  .band.navy .hexrule span{background:rgba(205,180,119,.4)}

  /* ---------- gift split ---------- */
  .gift{display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center}
  .gift .copy p{color:#4f4a43;margin-top:1.2rem;max-width:460px}
  .gift .tags{margin-top:2rem;display:flex;flex-wrap:wrap;gap:.6rem}
  .pill{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--navy);
    border:1px solid var(--line);border-radius:100px;padding:.5rem 1rem}
  /* the hex jar label rendered in CSS/SVG — no photo needed */
  .jar-stage{position:relative;border-radius:6px;overflow:hidden;box-shadow:var(--shadow);aspect-ratio:4/5}
  .jar-stage img{width:100%;height:100%;object-fit:cover;display:block}
  .jar-stage .comb2{position:absolute;inset:0;opacity:.35;z-index:0}
  .hexlabel{position:relative;z-index:2;width:230px;aspect-ratio:1/1.02;
    filter:drop-shadow(0 22px 40px rgba(12,10,7,.35))}

  /* ---------- magic of bees ---------- */
  .bees-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:44px;margin-top:60px}
  .bee-fact{position:relative}
  .bee-fact .top{display:flex;align-items:center;gap:16px;margin-bottom:16px}
  .bee-fact .n{font-family:'Playfair Display',serif;font-style:italic;color:var(--gold-lite);font-size:1.7rem;line-height:1}
  .bee-fact h3{font-size:1.15rem;letter-spacing:.02em;margin-bottom:.5rem;font-weight:500}
  .bee-fact p{color:#b8b0a2;font-size:.98rem}
  .bees-lede{max-width:760px;margin:0 auto;text-align:center;color:#cfc7b8;font-size:1.08rem}

  /* ---------- collection ---------- */
  .collection{display:grid;grid-template-columns:repeat(2,1fr);gap:34px;margin-top:58px}
  .card{background:var(--paper);border:1px solid var(--line-lite);border-radius:4px;overflow:hidden;
    display:flex;flex-direction:column;transition:transform .3s,box-shadow .3s}
  .card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
  .card .visual{position:relative;aspect-ratio:4/5;display:flex;align-items:center;justify-content:center;
    background:linear-gradient(160deg,#20406040,#1e3a5710),var(--cream);border-bottom:1px solid var(--line-lite);overflow:hidden}
  .card .visual .comb2{position:absolute;inset:0;opacity:.3}
  .card.honey .visual{background:radial-gradient(120% 120% at 30% 20%,#f3e6c6,#e9d9b0)}
  .card.navylabel .visual{background:var(--navy)}
  .card .visual .hexlabel{width:150px;z-index:2}
  .card .visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1}
  .imgslot{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;flex-direction:column;
    color:var(--gold);gap:.4rem;z-index:2}
  .imgslot svg{width:34px;height:34px;opacity:.7}
  .imgslot span{font-size:.66rem;letter-spacing:.18em;text-transform:uppercase;opacity:.7}
  .card .body{padding:26px 26px 28px;flex:1;display:flex;flex-direction:column}
  .card .head{display:flex;justify-content:space-between;align-items:baseline;gap:1rem}
  .card .head h3{font-size:1.32rem}
  .card .price{font-family:'Playfair Display',serif;color:var(--gold);font-size:1.12rem;white-space:nowrap}
  .card .desc{color:#5c574f;font-size:.92rem;margin:.7rem 0 1.3rem;flex:1}
  .card .avail{font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:var(--navy);
    border-top:1px solid var(--line-lite);padding-top:1rem}
  .card .avail b{color:var(--gold);font-weight:500}
  .swatches{display:flex;gap:.5rem;margin:0 0 1.2rem;align-items:center;flex-wrap:wrap}
  .swatch{width:40px;height:40px;border-radius:3px;object-fit:cover;border:1px solid var(--line)}
  .swatch-note{font-size:.66rem;letter-spacing:.14em;text-transform:uppercase;color:#8a8478;margin-left:.2rem}

  /* ---------- story ---------- */
  .story{display:grid;grid-template-columns:.9fr 1.1fr;gap:64px;align-items:center}
  .story .imgslot-lg{aspect-ratio:4/5;border:1px solid var(--line);border-radius:4px;position:relative;
    background:linear-gradient(160deg,#eae0c8,#dcd0b2);display:flex;align-items:center;justify-content:center}
  .story .imgslot-lg .comb2{position:absolute;inset:0;opacity:.4}
  .story .imgslot-lg img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
  .story blockquote{font-family:'Playfair Display',serif;font-style:italic;font-size:clamp(1.4rem,2.4vw,1.9rem);
    line-height:1.35;color:var(--ink);margin:1.2rem 0}
  .story .founders{color:var(--gold);letter-spacing:.14em;text-transform:uppercase;font-size:.78rem}
  .story p{color:#4f4a43;margin-top:1.1rem;max-width:520px}

  /* ---------- where to buy ---------- */
  .buy-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin-top:56px}
  .buy-card{background:rgba(255,255,255,.04);border:1px solid rgba(205,180,119,.26);border-radius:4px;
    padding:36px 30px;text-align:center}
  .buy-card .hx{width:52px;height:58px;margin:0 auto 20px}
  .buy-card h3{font-size:1.25rem;margin-bottom:.6rem}
  .buy-card p{color:#b8b0a2;font-size:.94rem;margin-bottom:1.4rem;min-height:52px}
  .buy-card .btn{width:100%}
  .buy-note{text-align:center;margin-top:44px;color:#a39b8d;font-size:.9rem;letter-spacing:.02em}
  .buy-note b{color:var(--gold-lite);font-weight:400}

  /* ---------- footer ---------- */
  footer{background:var(--navy-deep);color:#8f887c;padding:64px 0 40px;text-align:center}
  footer .brandmark{flex-direction:column;justify-content:center;align-items:center;color:#fff;margin-bottom:1.4rem}
  footer .fnav{display:flex;gap:1.8rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}
  footer .fnav a{font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;color:#c9c1b2;opacity:.85}
  footer .fnav a:hover{opacity:1;color:var(--gold-lite)}
  footer .ig{width:24px;height:24px;margin:0 auto 1.6rem;display:block;color:#c9c1b2}
  footer .fine{font-size:.78rem;letter-spacing:.06em;color:#6e675c}

  /* ---------- reveal (gentle, respects reduced motion) ---------- */
  .reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}
  .reveal.in{opacity:1;transform:none}
  @media (prefers-reduced-motion:reduce){
    .reveal{opacity:1;transform:none;transition:none}
    html{scroll-behavior:auto}
  }
  :focus-visible{outline:2px solid var(--gold);outline-offset:3px}

  /* ---------- responsive ---------- */
  @media (max-width:880px){
    .gift,.story{grid-template-columns:1fr;gap:40px}
    .bees-grid,.buy-grid,.collection{grid-template-columns:1fr}
    .navlinks{display:none;position:fixed;top:74px;left:0;right:0;background:var(--cream);
      flex-direction:column;gap:0;padding:8px 0 16px;border-bottom:1px solid var(--line);box-shadow:var(--shadow);
      max-height:calc(100dvh - 74px);overflow-y:auto;z-index:80}
    .navlinks.open{display:flex}
    .navlinks a{padding:14px 28px;width:100%}
    .navlinks a.cta{margin:10px 28px;text-align:center}
    .navtoggle{display:block}
    .band{padding:76px 0}
    .story .imgslot-lg{max-width:340px}
  }

/* ---------- interior pages ---------- */
.page-hero{position:relative;overflow:hidden;min-height:84vh;display:flex;align-items:flex-end;
  background:var(--navy-deep);color:#fff}
.page-hero .band-video,.page-hero img.bgimg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.page-hero .scrim{position:absolute;inset:0;z-index:1;
  background:linear-gradient(180deg,rgba(8,7,5,.35),rgba(8,7,5,.25) 45%,rgba(8,7,5,.82))}
.page-hero .inner{position:relative;z-index:2;width:100%;max-width:1120px;margin:0 auto;padding:120px 28px 64px}
.page-hero h1{font-family:'Playfair Display',serif;font-weight:500;color:#fff;
  font-size:clamp(2.2rem,5.4vw,3.8rem);line-height:1.05;margin:.6rem 0 .8rem;text-shadow:0 2px 20px rgba(0,0,0,.45)}
.page-hero .sub{max-width:620px;color:rgba(255,255,255,.92);font-size:1.06rem;text-shadow:0 1px 10px rgba(0,0,0,.4)}
.page-hero .eyebrow{color:var(--gold-lite)}
.page-hero .eyebrow::before{background:var(--gold-lite)}
.prose{max-width:680px;margin:0 auto}
.prose p{color:#4f4a43;margin:0 0 1.3rem;font-size:1.04rem}
.prose h2{font-size:clamp(1.6rem,3vw,2.2rem);margin:2.4rem 0 .9rem}
.band.navy .prose p{color:#b8b0a2}
.duo{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.duo img{border-radius:5px;box-shadow:var(--shadow);width:100%;height:auto}
.edu-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;margin-top:52px}
.edu{border:1px solid rgba(205,180,119,.24);border-radius:4px;padding:30px 28px;background:rgba(255,255,255,.03)}
.edu .icx{width:46px;height:46px;color:var(--gold-lite);margin-bottom:14px}
.edu h3{font-size:1.14rem;margin-bottom:.5rem;color:#fff}
.edu p{color:#b8b0a2;font-size:.95rem}
.band:not(.navy) .edu{background:var(--paper);border-color:var(--line-lite)}
.band:not(.navy) .edu h3{color:var(--ink)}
.band:not(.navy) .edu p{color:#5c574f}
.statline{display:flex;gap:48px;justify-content:center;flex-wrap:wrap;margin-top:54px;text-align:center}
.stat .big{font-family:'Playfair Display',serif;font-size:clamp(2rem,4.4vw,3rem);color:var(--gold-lite);line-height:1}
.stat .lbl{font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;color:#b8b0a2;margin-top:.6rem}
.crumb{font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem;display:block}
.crumb a{color:inherit}
/* product page */
.pd{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:start}
.pd .gal{display:grid;gap:18px}
.pd .gal img{width:100%;border-radius:4px;box-shadow:var(--shadow)}
.pd .info{position:sticky;top:100px}
.pd h1{font-size:clamp(1.9rem,4vw,2.7rem);line-height:1.1;margin:.4rem 0 .6rem}
.pd .price{font-family:'Playfair Display',serif;color:var(--gold);font-size:1.5rem;margin-bottom:1.2rem}
.pd .info p{color:#4f4a43;margin-bottom:1.1rem}
.pd .meta{border-top:1px solid var(--line-lite);margin-top:1.4rem;padding-top:1.2rem;
  font-size:.86rem;color:#6a655d}
.pd .meta b{color:var(--ink);font-weight:500}
.backlink{display:inline-block;margin-top:2.4rem;font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold)}
.teaser-link{display:inline-block;margin-top:1.6rem;font-size:.78rem;letter-spacing:.2em;text-transform:uppercase;
  color:var(--gold);border-bottom:1px solid var(--line);padding-bottom:.35rem;transition:color .2s,border-color .2s}
.teaser-link:hover{color:var(--gold-lite);border-color:var(--gold-lite)}
.band.navy .teaser-link{color:var(--gold-lite)}
@media (max-width:880px){
  .duo,.pd,.edu-grid{grid-template-columns:1fr}
  .pd .info{position:static}
  .page-hero .inner{padding:96px 24px 48px}
}

.page-hero.slim{min-height:44vh}
.page-hero.slim h1{font-size:clamp(1.8rem,4.2vw,3rem)}
.hero-scrim{background:linear-gradient(180deg,rgba(12,10,7,.6),rgba(12,10,7,.5) 42%,rgba(8,7,5,.74)),radial-gradient(72% 62% at 50% 46%,rgba(0,0,0,.12),rgba(0,0,0,.4)) !important}

/* ---------- buy flow ---------- */
.qty{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:2px}
.qbtn{background:none;border:0;width:38px;height:44px;font-size:1.1rem;color:var(--ink);cursor:pointer}
.qbtn:hover{color:var(--gold)}
.qnum{min-width:28px;text-align:center;font-family:'Playfair Display',serif;font-size:1.05rem}
.cwrow{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:.4rem}
.cwlbl{font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:#8a8478;margin-right:.3rem}
.cw{background:var(--paper);border:1px solid var(--line);border-radius:2px;padding:.5rem 1rem;cursor:pointer;
  font-family:'Jost',sans-serif;font-size:.82rem;letter-spacing:.08em;color:var(--ink);transition:all .2s}
.cw:hover{border-color:var(--gold)}
.cw.on{background:var(--gold);border-color:var(--gold);color:var(--cream)}
.buy-note-sm{font-size:.78rem;color:#8a8478;margin-top:.9rem;letter-spacing:.03em}
.buy-err{color:#8c3a2b;font-size:.9rem;margin-top:.8rem}
.buy .btn[disabled]{opacity:.6;cursor:wait}

/* ---------- mobile product page: swipe gallery + tight path to buy ---------- */
@media (max-width:880px){
  .pd{gap:26px}
  .pd .gal{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;margin:0 -28px;padding:0 28px 10px;scrollbar-width:none}
  .pd .gal::-webkit-scrollbar{display:none}
  .pd .gal img{flex:0 0 82%;max-width:82%;height:88vw;max-height:420px;object-fit:cover;scroll-snap-align:center}
  .collection{grid-template-columns:1fr !important}
  .card .head{flex-wrap:wrap}
  .page-hero.slim{min-height:30vh}
}
