/* ===== Edmonds Honey - prototype homepage (build 2a) ===== */

:root{
  --honey:#FFB90F;
  --ink:#201A12;
  --warm-white:#FCFAF4;
  --cream:#F7F0E1;
  --red:#D8402A;
  --amber:#C57F0A;
  --footer:#171310;

  /* noise texture behind the honey sections */
  --noise-honey:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='2' stitchTiles='stitch' result='t'/%3E%3CfeColorMatrix in='t' type='matrix' values='0 0 0 0 0.13 0 0 0 0 0.09 0 0 0 0 0.02 0 0 0 0.35 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)'/%3E%3C/svg%3E");
  /* paper texture on the stamp badge */
  --noise-paper:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='170' height='170'%3E%3Cfilter id='p'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23p)'/%3E%3C/svg%3E");
}

*{box-sizing:border-box}

body{
  margin:0;
  background:var(--warm-white);
  color:var(--ink);
  font-family:'Hanken Grotesk',system-ui,-apple-system,sans-serif;
  -webkit-font-smoothing:antialiased;
}

img{max-width:100%}
a{color:var(--amber)}

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

/* ============ HEADER ============ */
.site-header{
  background-color:var(--honey);
  background-image:var(--noise-honey);
  background-size:180px;
}
.header-bar{
  display:flex;align-items:center;justify-content:space-between;
  gap:20px;
  padding:16px 40px;
  max-width:1360px;margin:0 auto;
}
.logo{display:flex;align-items:center;text-decoration:none}
.logo img{height:60px;width:auto;display:block}

.main-nav{display:flex;align-items:center;gap:30px}
.main-nav a{
  font-weight:700;font-size:14px;color:var(--ink);text-decoration:none;
}
.main-nav a:hover{color:#000}

.header-actions{display:flex;align-items:center;gap:18px}
.header-actions svg{stroke:var(--ink)}
.icon-btn{display:inline-flex;background:none;border:none;padding:0;cursor:pointer;color:var(--ink)}
.cart-wrap{position:relative;display:flex}
.cart-count{
  position:absolute;top:-6px;right:-8px;background:var(--ink);color:var(--honey);
  font-weight:700;font-size:9px;min-width:15px;height:15px;border-radius:9px;
  display:flex;align-items:center;justify-content:center;padding:0 2px;
}
.btn-shop-now{
  background:var(--ink);color:var(--honey);font-weight:700;font-size:13px;
  padding:11px 20px;border-radius:40px;text-decoration:none;white-space:nowrap;
}
.btn-shop-now:hover{color:var(--honey);background:#000}

/* hamburger (mobile only) */
.nav-toggle{
  display:none;background:none;border:none;padding:8px;cursor:pointer;color:var(--ink);
}
.nav-toggle svg{display:block}

/* ============ HERO ============ */
.hero{
  background-color:var(--honey);
  background-image:var(--noise-honey);
  background-size:180px;
  padding:56px 40px 60px;
  position:relative;overflow:hidden;
}
.hero-grid{
  display:grid;grid-template-columns:1.02fr 0.98fr;gap:48px;align-items:center;
  max-width:1280px;margin:0 auto;
}
.hero-copy{position:relative}
.hero-tag{
  display:inline-flex;align-items:center;gap:8px;
  border:1.5px solid var(--ink);border-radius:40px;padding:6px 14px;margin-bottom:24px;
}
.hero-tag .dot{width:7px;height:7px;border-radius:50%;background:var(--red)}
.hero-tag span:last-child{
  font-weight:700;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--ink);
}
.hero h1{
  font-family:'Fredoka',sans-serif;font-weight:700;font-size:80px;line-height:.9;
  letter-spacing:-.01em;color:var(--ink);margin:0 0 22px;
}
.hero-lede{
  font-weight:600;font-size:18px;line-height:1.5;color:var(--ink);
  margin:0 0 30px;max-width:440px;
}
.hero-ctas{display:flex;flex-wrap:wrap;gap:14px;align-items:center;margin-bottom:34px}
.btn-primary{
  display:inline-flex;align-items:center;gap:9px;background:var(--ink);color:var(--honey);
  font-weight:700;font-size:16px;padding:16px 30px;border-radius:40px;text-decoration:none;
  transition:transform .15s ease;
}
.btn-primary:hover{transform:translateY(-2px);color:var(--honey)}
.btn-primary span{font-size:17px}
.link-underline{
  display:inline-flex;align-items:center;font-weight:700;font-size:15px;color:var(--ink);
  text-decoration:none;padding:15px 4px;border-bottom:2.5px solid var(--ink);
}
.link-underline:hover{color:var(--ink)}

.hero-stats{display:flex;gap:28px;flex-wrap:wrap}
.hero-stats .num{
  font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:22px;color:var(--ink);line-height:1;
}
.hero-stats .lbl{font-weight:600;font-size:12px;color:rgba(32,26,18,.7)}
.hero-stats .rule{width:1.5px;background:rgba(32,26,18,.25)}

.hero-media{position:relative}
.hero-frame{
  border:2px solid var(--ink);border-radius:18px;overflow:hidden;
  box-shadow:10px 10px 0 var(--ink);height:460px;
}
.hero-frame img{display:block;width:100%;height:100%;object-fit:cover}

/* hand-labelled stamp badge */
.stamp{
  position:absolute;bottom:-24px;left:-22px;transform:rotate(-5deg);
  filter:drop-shadow(0 1px 1.5px rgba(32,26,18,.5)) drop-shadow(0 1px 0 rgba(32,26,18,.32));
}
.stamp-paper{
  position:relative;background:#FBF3E2;padding:13px 18px;overflow:hidden;
  box-shadow:inset 0 0 0 4px #FFFDF8,inset 0 0 0 5px rgba(32,26,18,.14),
    inset 0 1px 2px rgba(255,255,255,.9),inset 0 -8px 14px rgba(150,120,60,.12);
}
.stamp-paper::before{
  content:'';position:absolute;inset:0;
  background-image:var(--noise-paper);background-size:150px;
  opacity:.4;mix-blend-mode:multiply;pointer-events:none;border-radius:inherit;
}
.stamp-paper::after{
  content:'';position:absolute;inset:0;
  background:linear-gradient(148deg,rgba(255,255,255,.6) 0%,rgba(255,255,255,0) 38%),
    radial-gradient(120% 90% at 90% 105%,rgba(120,90,40,.16),transparent 55%);
  pointer-events:none;border-radius:inherit;
}
.stamp-inner{position:relative}
.stamp-kicker{font-family:ui-monospace,Menlo,monospace;font-weight:700;font-size:9px;letter-spacing:.1em;color:var(--red)}
.stamp-script{font-family:'Caveat',cursive;font-weight:700;font-size:26px;line-height:.95;color:var(--ink);margin-top:1px}

/* ============ MARQUEE BAND ============ */
.marquee{
  display:flex;align-items:center;justify-content:center;gap:26px;
  padding:13px 40px;background:var(--ink);overflow:hidden;position:relative;
}
.marquee span.txt{
  font-weight:700;font-size:12px;letter-spacing:.24em;color:var(--honey);white-space:nowrap;
}
.marquee .sep{width:5px;height:5px;border-radius:50%;background:var(--red);flex:none}

/* ============ TWO WORLDS ============ */
.two-worlds{padding:64px 40px 40px;background:var(--warm-white);position:relative}
.section-head{text-align:center;margin-bottom:34px;position:relative}
.eyebrow{
  font-weight:700;font-size:12px;letter-spacing:.16em;text-transform:uppercase;
  color:var(--amber);margin-bottom:9px;
}
.section-head h2{
  font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:38px;
  letter-spacing:-.025em;color:var(--ink);margin:0;
}
.worlds-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px}
.world-tile{
  text-decoration:none;color:inherit;display:block;
  border:2px solid var(--ink);border-radius:18px;overflow:hidden;
  transition:transform .15s ease,box-shadow .15s ease;
}
.world-tile .media{height:230px;overflow:hidden;border-bottom:2px solid var(--ink)}
.world-tile .media img{display:block;width:100%;height:100%;object-fit:cover}
.world-tile .body{padding:24px 26px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.world-tile .title{font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:30px;line-height:1}
.world-tile .sub{font-weight:600;font-size:14px;margin-top:5px}
.world-tile .arrow{
  width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  font-size:22px;flex:none;
}
.world-tile--honey{background:var(--honey);box-shadow:8px 8px 0 var(--ink)}
.world-tile--honey:hover{transform:translate(-2px,-2px);box-shadow:10px 10px 0 var(--ink)}
.world-tile--honey .title{color:var(--ink)}
.world-tile--honey .sub{color:rgba(32,26,18,.72)}
.world-tile--honey .arrow{background:var(--ink);color:var(--honey)}
.world-tile--dark{background:var(--ink);box-shadow:8px 8px 0 var(--amber)}
.world-tile--dark:hover{transform:translate(-2px,-2px);box-shadow:10px 10px 0 var(--amber)}
.world-tile--dark .title{color:var(--warm-white)}
.world-tile--dark .sub{color:rgba(252,250,244,.65)}
.world-tile--dark .arrow{background:var(--honey);color:var(--ink)}

/* ============ BEST SELLERS ============ */
.products{padding:44px 40px 64px;background:var(--warm-white)}
.products-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:26px}
.products-head h2{
  font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:34px;
  letter-spacing:-.02em;color:var(--ink);margin:0;
}
.shop-all{
  font-weight:700;font-size:14px;color:var(--ink);text-decoration:none;
  border-bottom:2.5px solid var(--honey);padding-bottom:2px;white-space:nowrap;
}
.shop-all:hover{color:var(--ink)}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.product-card{
  display:block;text-decoration:none;color:inherit;
  background:#fff;border:2px solid var(--ink);border-radius:16px;overflow:hidden;
  box-shadow:6px 6px 0 var(--ink);transition:transform .15s ease,box-shadow .15s ease;
}
.product-card:hover{transform:translate(-2px,-2px);box-shadow:8px 8px 0 var(--ink)}
.product-card .media{
  position:relative;height:230px;border-bottom:2px solid var(--ink);overflow:hidden;
  display:flex;align-items:center;justify-content:center;
}
.product-card .media img{display:block;width:100%;height:100%;object-fit:contain}
.product-card .body{padding:16px 17px 18px}
.product-card .name{font-weight:700;font-size:16px;color:var(--ink)}
.product-card .desc{font-weight:500;font-size:12.5px;color:rgba(32,26,18,.55);margin-bottom:14px}
.product-card .foot{display:flex;align-items:center;justify-content:space-between}
.product-card .price{font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:20px;color:var(--ink)}
.product-card .price-sale{color:var(--red)}
.price-group{display:flex;align-items:baseline;gap:8px}
.price-was{font-weight:600;font-size:14px;color:rgba(32,26,18,.45);text-decoration:line-through}
.add-btn{
  border:2px solid var(--ink);color:var(--ink);font-weight:700;font-size:12px;
  padding:8px 16px;border-radius:8px;background:none;cursor:pointer;
}
.add-btn:hover{background:var(--ink);color:var(--honey)}
.product-badge{
  position:absolute;top:12px;left:12px;
  font-family:'Permanent Marker',cursive;font-weight:400;font-size:12px;letter-spacing:.01em;
  padding:2px 9px 3px;transform:rotate(-3deg);border:1.5px solid var(--ink);
  box-shadow:2px 2px 0 var(--ink);
}
.product-badge--popular{background:var(--ink);color:var(--honey)}
.product-badge--sale{background:var(--red);color:#fff}

/* ============ BRAND STORY ============ */
.story{background:var(--ink);padding:0}
.story-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:0.92fr 1.08fr}
.story-media{min-height:440px;overflow:hidden}
.story-media img{display:block;width:100%;height:100%;object-fit:cover}
.story-body{
  padding:60px 56px;display:flex;flex-direction:column;justify-content:center;
  position:relative;overflow:hidden;
}
.story-eyebrow{
  font-weight:700;font-size:12px;letter-spacing:.16em;text-transform:uppercase;
  color:var(--honey);margin-bottom:16px;
}
.story-body h2{
  font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:46px;line-height:1;
  letter-spacing:-.025em;color:var(--warm-white);margin:0 0 20px;max-width:440px;
}
.story-body p{
  font-weight:500;font-size:16px;line-height:1.6;color:rgba(252,250,244,.72);
  margin:0 0 28px;max-width:470px;
}
.btn-honey{
  display:inline-flex;align-items:center;gap:9px;background:var(--honey);color:var(--ink);
  font-weight:700;font-size:15px;padding:15px 28px;border-radius:40px;text-decoration:none;
  transition:transform .15s ease;
}
.btn-honey:hover{transform:translateY(-2px);color:var(--ink)}

/* ============ TRUST SIGNALS ============ */
.trust{
  padding:44px 40px;background:var(--warm-white);border-bottom:1.5px solid rgba(32,26,18,.1);
}
.trust-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:32px}
.trust-item{display:flex;gap:13px;align-items:flex-start}
.trust-item svg{stroke:var(--amber);flex:none;margin-top:1px}
.trust-item .t-title{font-weight:700;font-size:15px;color:var(--ink);margin-bottom:2px}
.trust-item .t-sub{font-weight:500;font-size:13px;line-height:1.45;color:rgba(32,26,18,.6)}
.trust-item .t-sub a{text-decoration:none}

/* ============ NEWSLETTER ============ */
.newsletter{padding:52px 40px;background:var(--honey)}
.newsletter-inner{
  max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;
  gap:40px;flex-wrap:wrap;
}
.newsletter-copy{flex:1;min-width:280px}
.newsletter-copy h2{
  font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:34px;
  letter-spacing:-.02em;color:var(--ink);margin:0 0 6px;
}
.newsletter-copy p{font-weight:600;font-size:15px;color:rgba(32,26,18,.72);margin:0}
.newsletter-form{display:flex;gap:10px;flex:none}
.newsletter-form input{
  width:280px;background:var(--warm-white);border:2px solid var(--ink);border-radius:10px;
  padding:14px 18px;color:var(--ink);font-weight:500;font-size:15px;
  font-family:'Hanken Grotesk',sans-serif;outline:none;
}
.newsletter-form button{
  background:var(--ink);color:var(--honey);border:none;font-weight:700;font-size:15px;
  padding:14px 26px;border-radius:10px;cursor:pointer;white-space:nowrap;
}
.newsletter-form button:hover{background:#000}

/* ============ FOOTER ============ */
.site-footer{padding:56px 40px 30px;background:var(--footer);color:rgba(252,250,244,.62)}
.footer-top{
  display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;
  padding-bottom:36px;border-bottom:1px solid rgba(252,250,244,.12);
}
.footer-brand img{height:112px;width:auto;display:block;margin-bottom:18px}
.footer-address{font-weight:500;font-size:13px;line-height:1.7;max-width:260px}
.footer-social{display:flex;gap:10px;margin-top:16px}
.footer-social a{display:inline-flex;width:34px;height:34px;text-decoration:none}
.footer-col .col-title{
  font-weight:700;font-size:12px;letter-spacing:.1em;text-transform:uppercase;
  color:var(--warm-white);margin-bottom:14px;
}
.footer-col .links{display:flex;flex-direction:column;gap:9px;font-weight:500;font-size:13px}
.footer-col .links a{text-decoration:none;color:rgba(252,250,244,.62)}
.footer-col .links a:hover{color:var(--warm-white)}
.footer-bottom{
  display:flex;align-items:center;justify-content:space-between;
  padding-top:22px;flex-wrap:wrap;gap:14px;
}
.footer-copy{font-weight:500;font-size:12px;color:rgba(252,250,244,.4)}
.pay-marks{display:flex;gap:7px;flex-wrap:wrap;align-items:center}
.pay{
  height:26px;border-radius:4px;display:flex;align-items:center;
  box-shadow:0 1px 2px rgba(0,0,0,.25);
}
.pay-apple{padding:0 8px;background:#fff;gap:3px}
.pay-apple span{font-family:-apple-system,Arial,sans-serif;font-weight:600;font-size:13px;color:#000}
.pay-google{padding:0 8px;background:#fff;gap:3px}
.pay-google span{font-family:Arial,sans-serif;font-weight:500;font-size:13px;color:#5F6368}
.pay-after{padding:0 9px;background:#000}
.pay-after span{font-family:Arial,Helvetica,sans-serif;font-weight:800;font-size:12px;color:#B2FCE4;letter-spacing:-.3px}
.pay-visa{padding:0 9px;background:#fff}
.pay-visa span{font-family:Arial,Helvetica,sans-serif;font-style:italic;font-weight:800;font-size:13px;color:#1434CB;letter-spacing:.4px}
.pay-mc{width:40px;background:#fff;justify-content:center}

/* ============ SHARED: BREADCRUMB ============ */
.breadcrumb{
  display:flex;align-items:center;gap:8px;
  font-weight:600;font-size:13px;color:rgba(32,26,18,.55);
}
.breadcrumb a{text-decoration:none;color:rgba(32,26,18,.55)}
.breadcrumb a:hover{color:var(--amber)}
.breadcrumb .current{color:var(--ink);font-weight:700}

/* ============ SHOP (PLP) ============ */
.shop-title{padding:34px 40px 26px;max-width:1280px;margin:0 auto;width:100%}
.shop-title .breadcrumb{margin-bottom:16px}
.shop-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;flex-wrap:wrap}
.shop-title h1{
  font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:52px;line-height:.9;
  letter-spacing:-.03em;color:var(--ink);margin:0;
}
.shop-title .eyebrow{margin-bottom:8px}
.shop-title .intro{
  font-weight:600;font-size:15px;line-height:1.5;color:rgba(32,26,18,.62);
  margin:0;max-width:360px;
}

.shop-layout{
  max-width:1280px;margin:0 auto;padding:0 40px 20px;
  display:grid;grid-template-columns:246px 1fr;gap:44px;align-items:start;
}
.shop-sidebar{position:sticky;top:20px}
.sidebar-title{
  font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:17px;
  color:var(--ink);margin-bottom:14px;
}
.cat-list{display:flex;flex-direction:column;gap:1px;margin-bottom:26px}
.cat-link{
  text-decoration:none;font-weight:600;font-size:14px;padding:7px 12px;border-radius:8px;
  display:flex;align-items:center;justify-content:space-between;
  color:rgba(32,26,18,.78);background:transparent;
}
.cat-link:hover{background:rgba(32,26,18,.05);color:var(--ink)}
.cat-link .cat-count{font-weight:600;font-size:11px;color:rgba(32,26,18,.35)}
.cat-link.active{background:var(--honey);color:var(--ink)}
.cat-link.active:hover{background:var(--honey);color:var(--ink)}
.cat-link.active .cat-count{color:rgba(32,26,18,.6)}

.filter-group{border-top:1.5px solid rgba(32,26,18,.12);padding:16px 2px}
.filter-head{
  display:flex;align-items:center;justify-content:space-between;cursor:pointer;
  background:none;border:none;padding:0;width:100%;font-family:inherit;
}
.filter-head span{font-weight:700;font-size:14px;color:var(--ink)}
.filter-head svg{stroke:var(--ink);transition:transform .2s ease}
.filter-group.open .filter-head svg{transform:rotate(180deg)}
/* animated expand/collapse */
.filter-body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .28s ease}
.filter-group.open .filter-body{grid-template-rows:1fr}
.filter-opts{
  overflow:hidden;min-height:0;
  display:flex;flex-direction:column;gap:10px;
  opacity:0;transform:translateY(-4px);
  transition:opacity .2s ease,transform .2s ease;
}
.filter-group.open .filter-opts{opacity:1;transform:none;padding-top:13px}
.filter-opt{display:flex;align-items:center;gap:10px;cursor:pointer;
  font:500 13.5px 'Hanken Grotesk',sans-serif;color:rgba(32,26,18,.82)}
.filter-opt:hover{color:var(--ink)}
.filter-opt input{width:16px;height:16px;accent-color:var(--ink);cursor:pointer;flex:none}

.shop-main-head{
  display:flex;align-items:center;justify-content:space-between;
  margin-bottom:22px;flex-wrap:wrap;gap:14px;
}
.results-count{font-weight:600;font-size:14px;color:rgba(32,26,18,.6)}
.results-count strong{color:var(--ink);font-weight:800}
.sort-wrap{position:relative}
.sort-wrap select{
  -webkit-appearance:none;appearance:none;
  font-family:'Hanken Grotesk',sans-serif;font-weight:700;font-size:14px;color:var(--ink);
  background:#fff;border:2px solid var(--ink);border-radius:10px;
  padding:11px 42px 11px 16px;cursor:pointer;box-shadow:3px 3px 0 var(--ink);
}
.sort-wrap svg{
  position:absolute;right:16px;top:50%;transform:translateY(-50%);
  pointer-events:none;stroke:var(--ink);
}

.shop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.shop-card{
  text-decoration:none;color:inherit;display:block;
  background:#fff;border:2px solid var(--ink);border-radius:16px;overflow:hidden;
  box-shadow:6px 6px 0 var(--ink);transition:transform .15s ease,box-shadow .15s ease;
}
.shop-card:hover{transform:translate(-2px,-2px);box-shadow:8px 8px 0 var(--ink)}
.shop-card .media{
  position:relative;height:224px;border-bottom:2px solid var(--ink);overflow:hidden;
  background:#fdf8f1;display:flex;align-items:center;justify-content:center;
}
.shop-card .media img{display:block;width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}
.card-sticker{
  position:absolute;top:12px;left:12px;z-index:2;
  font-family:'Permanent Marker',cursive;font-weight:400;font-size:12px;letter-spacing:.02em;
  padding:2px 9px 3px;transform:rotate(-3deg);border:1.5px solid var(--ink);
  box-shadow:2px 2px 0 var(--ink);pointer-events:none;line-height:1.15;
}
.card-sticker--sale{background:var(--red);color:#fff}
.card-sticker--popular{background:var(--ink);color:var(--honey)}
.shot-placeholder{
  width:100%;height:100%;display:flex;flex-direction:column;align-items:center;
  justify-content:center;gap:8px;
  background-image:repeating-linear-gradient(45deg,#f4ecdd 0,#f4ecdd 11px,#efe4cf 11px,#efe4cf 22px);
}
.shot-placeholder span{
  font-family:ui-monospace,Menlo,monospace;font-weight:600;font-size:10px;
  letter-spacing:.04em;color:rgba(32,26,18,.4);
}
.shot-placeholder svg{stroke:rgba(32,26,18,.32)}
.sale-badge{
  position:absolute;top:12px;left:12px;background:var(--red);color:var(--warm-white);
  font-family:'Permanent Marker',cursive;font-weight:400;font-size:12px;letter-spacing:.02em;
  padding:3px 10px 4px;transform:rotate(-3deg);box-shadow:2px 2px 0 var(--ink);
}
.shop-card .body{padding:15px 16px 17px}
.shop-card .name{
  font-weight:700;font-size:15px;color:var(--ink);line-height:1.25;min-height:38px;
}
.shop-card .price-row{display:flex;align-items:baseline;gap:8px;margin-top:6px;flex-wrap:wrap}
.shop-card .price-old{
  font-weight:600;font-size:13px;color:rgba(32,26,18,.4);text-decoration:line-through;
}
.shop-card .price{
  font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:16px;color:var(--ink);
}

.load-more-wrap{display:flex;flex-direction:column;align-items:center;gap:14px;margin-top:44px}
.showing-count{font-weight:600;font-size:13px;color:rgba(32,26,18,.5)}
.btn-load-more{
  display:inline-flex;align-items:center;gap:9px;background:var(--ink);color:var(--honey);
  font-weight:700;font-size:15px;padding:15px 32px;border-radius:40px;text-decoration:none;
  transition:transform .15s ease;
}
.btn-load-more:hover{transform:translateY(-2px);color:var(--honey)}

/* ============ PRODUCT (PDP) ============ */
.pdp-main{max-width:1280px;margin:0 auto;padding:30px 40px 20px;width:100%}
.pdp-main .breadcrumb{margin-bottom:26px}
.pdp-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}

.pdp-gallery{display:grid;grid-template-columns:78px 1fr;gap:16px}
.pdp-thumbs{display:flex;flex-direction:column;gap:12px}
.pdp-thumb{
  height:78px;border:2px solid rgba(32,26,18,.25);border-radius:12px;overflow:hidden;
  background:#fbf7f2;display:flex;align-items:center;justify-content:center;cursor:pointer;
}
.pdp-thumb img{width:100%;height:100%;object-fit:contain}
.pdp-thumb.active{border-color:var(--ink);box-shadow:2px 2px 0 var(--honey)}
.pdp-hero{
  position:relative;border:2px solid var(--ink);border-radius:18px;overflow:hidden;
  background:#fbf7f2;box-shadow:8px 8px 0 var(--ink);aspect-ratio:1/1;
  display:flex;align-items:center;justify-content:center;
}
.pdp-hero img{width:100%;height:100%;object-fit:contain}
.pdp-stamp{
  position:absolute;top:16px;left:16px;background:var(--warm-white);border:1.5px solid var(--ink);
  color:var(--ink);font-family:'Permanent Marker',cursive;font-weight:400;font-size:13px;
  padding:3px 11px 4px;transform:rotate(-3deg);box-shadow:2px 2px 0 var(--ink);
}
.pdp-nav{position:absolute;bottom:16px;right:16px;display:flex;gap:8px}
.pdp-nav button{
  width:40px;height:40px;border-radius:50%;background:#fff;border:2px solid var(--ink);
  display:flex;align-items:center;justify-content:center;cursor:pointer;
  box-shadow:2px 2px 0 var(--ink);font-size:18px;color:var(--ink);padding:0;line-height:1;
}

.pdp-buy h1{
  font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:44px;line-height:.95;
  letter-spacing:-.03em;color:var(--ink);margin:0 0 12px;
}
.pdp-price-row{display:flex;align-items:baseline;gap:10px;margin-bottom:22px;flex-wrap:wrap}
.pdp-price-old{
  font-weight:600;font-size:16px;color:rgba(32,26,18,.4);text-decoration:line-through;
}
.pdp-price{
  font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:26px;color:var(--ink);
}

.pdp-qty{
  display:flex;align-items:center;border:2px solid var(--ink);border-radius:12px;
  width:fit-content;overflow:hidden;margin-bottom:26px;
}
.pdp-qty button{
  width:46px;height:46px;background:#fff;border:none;font-size:20px;font-weight:700;
  color:var(--ink);cursor:pointer;padding:0;
}
.pdp-qty button:first-child{border-right:2px solid var(--ink)}
.pdp-qty button:last-child{border-left:2px solid var(--ink)}
.pdp-qty .qty-val{
  width:56px;text-align:center;font-weight:800;font-size:17px;color:var(--ink);
}

.pdp-label{font-weight:700;font-size:13px;color:var(--ink);margin-bottom:9px}
.pdp-sizes{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:26px}
.size-btn{
  font-family:'Hanken Grotesk',sans-serif;font-weight:700;font-size:14px;color:var(--ink);
  background:#fff;border:2px solid var(--ink);border-radius:10px;padding:11px 18px;cursor:pointer;
  box-shadow:none;
}
.size-btn.active{background:var(--honey);box-shadow:3px 3px 0 var(--ink)}

.pdp-get-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}
.pdp-get-head .lbl{font-weight:700;font-size:13px;color:var(--ink)}
.pdp-get-head .req{font-weight:700;font-size:12px;color:var(--red)}
.pdp-pickup{
  border:2px solid var(--ink);border-radius:12px;padding:15px 16px;
  display:flex;align-items:flex-start;gap:12px;margin-bottom:26px;background:#fff;
}
.pdp-radio{
  width:18px;height:18px;border-radius:50%;border:2px solid var(--ink);flex:none;margin-top:2px;
  display:flex;align-items:center;justify-content:center;
}
.pdp-radio .dot{width:9px;height:9px;border-radius:50%;background:var(--ink)}
.pdp-pickup .pickup-title{font-weight:700;font-size:14px;color:var(--ink)}
.pdp-pickup .pickup-sub{font-weight:500;font-size:13px;line-height:1.5;color:rgba(32,26,18,.6)}

.btn-add-cart{
  display:flex;align-items:center;justify-content:center;gap:12px;
  background:var(--honey);color:var(--ink);font-weight:800;font-size:17px;
  padding:18px 28px;border-radius:40px;text-decoration:none;border:2px solid var(--ink);
  box-shadow:5px 5px 0 var(--ink);margin-bottom:26px;transition:transform .15s ease,box-shadow .15s ease;
}
.btn-add-cart:hover{transform:translate(-2px,-2px);box-shadow:7px 7px 0 var(--ink);color:var(--ink)}
.btn-add-cart .sep{opacity:.7}

.pdp-desc{border-top:1.5px solid rgba(32,26,18,.14);padding-top:20px}
.pdp-desc-head{
  display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;
  cursor:pointer;background:none;border:none;padding:0;width:100%;font-family:inherit;
}
.pdp-desc-head span{
  font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:18px;color:var(--ink);
}
.pdp-desc-head svg{stroke:var(--ink);transition:transform .2s ease}
.pdp-desc.collapsed .pdp-desc-head svg{transform:rotate(180deg)}
.pdp-desc.collapsed .pdp-desc-body{display:none}
.pdp-desc-body p:first-child{
  font-weight:500;font-size:15px;line-height:1.6;color:rgba(32,26,18,.72);margin:0 0 12px;
}
.pdp-desc-body p:last-child{
  font-weight:500;font-size:14px;color:rgba(32,26,18,.5);margin:0;
}

/* ============ SIMILAR ITEMS (dark) ============ */
.similar{background:var(--ink);margin-top:48px;padding:52px 40px}
.similar-inner{max-width:1280px;margin:0 auto}
.similar-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:26px}
.similar-head .eyebrow{color:var(--honey);margin-bottom:7px}
.similar-head h2{
  font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:32px;
  letter-spacing:-.02em;color:var(--warm-white);margin:0;
}
.similar-nav{display:flex;gap:10px}
.similar-nav button{
  width:44px;height:44px;border-radius:50%;border:2px solid var(--honey);
  display:flex;align-items:center;justify-content:center;cursor:pointer;
  font-size:18px;padding:0;line-height:1;
}
.similar-nav .prev{background:transparent;color:var(--honey)}
.similar-nav .next{background:var(--honey);color:var(--ink)}
.similar-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.similar-card{
  text-decoration:none;color:inherit;display:block;
  background:#fff;border:2px solid var(--ink);border-radius:16px;overflow:hidden;
  box-shadow:6px 6px 0 var(--amber);transition:transform .15s ease,box-shadow .15s ease;
}
.similar-card:hover{transform:translate(-2px,-2px);box-shadow:8px 8px 0 var(--amber)}
.similar-card .media{
  height:200px;border-bottom:2px solid var(--ink);overflow:hidden;background:#fbf7f2;
  display:flex;align-items:center;justify-content:center;
}
.similar-card .media img{width:100%;height:100%;object-fit:contain}
.similar-card .body{padding:15px 16px 17px}
.similar-card .name{font-weight:700;font-size:15px;color:var(--ink)}
.similar-card .price{
  font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:16px;
  color:var(--ink);margin-top:5px;
}

/* ============ ABOUT / OUR STORY ============ */
/* active nav underline */
.main-nav a.active{position:relative}
.main-nav a.active::after{
  content:'';position:absolute;left:0;right:0;bottom:-6px;height:2.5px;
  background:var(--ink);border-radius:2px;
}

/* hero */
.about-hero{
  background-color:var(--honey);background-image:var(--noise-honey);background-size:180px;
  padding:60px 40px 66px;position:relative;overflow:hidden;
}
.about-hero-grid{
  display:grid;grid-template-columns:1.06fr 0.94fr;gap:52px;align-items:center;
  max-width:1280px;margin:0 auto;
}
.about-hero-copy{position:relative}
.about-hero h1{
  font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:66px;line-height:.94;
  letter-spacing:-.03em;color:var(--ink);margin:0 0 22px;max-width:560px;
}
.about-hero .lede{
  font-weight:600;font-size:18px;line-height:1.6;color:var(--ink);margin:0 0 20px;max-width:500px;
}
.about-hero .sub{
  font-weight:500;font-size:16px;line-height:1.65;color:rgba(32,26,18,.72);margin:0;max-width:490px;
}
.about-hero-media{position:relative}
.about-hero-frame{
  border:2px solid var(--ink);border-radius:18px;overflow:hidden;
  box-shadow:12px 12px 0 var(--ink);aspect-ratio:4/5;
}
.about-hero-frame img{display:block;width:100%;height:100%;object-fit:cover}
.about-hero .stamp{bottom:-22px;left:-24px}
.about-hero-sprig{
  position:absolute;top:-30px;right:-26px;width:104px;height:auto;
  transform:rotate(12deg);pointer-events:none;
}

/* timeline */
.timeline{padding:72px 40px 20px;background:var(--warm-white)}
.timeline-inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:88px}
.tl-row{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.tl-media{position:relative}
.tl-media--text{order:1}
.tl-media--photo{order:2}
.tl-frame{
  border:2px solid var(--ink);border-radius:18px;overflow:hidden;
  box-shadow:12px 12px 0 var(--ink);aspect-ratio:5/4;background:#f4ecdd;
}
.tl-frame--amber{box-shadow:12px 12px 0 var(--amber)}
.tl-frame img{display:block;width:100%;height:100%;object-fit:cover}
.tl-placeholder{
  width:100%;height:100%;display:flex;flex-direction:column;align-items:center;
  justify-content:center;gap:12px;
  background-image:repeating-linear-gradient(45deg,#f4ecdd 0,#f4ecdd 12px,#efe4cf 12px,#efe4cf 24px);
}
.tl-placeholder svg{stroke:rgba(32,26,18,.34)}
.tl-placeholder span{
  font:600 11px/1.5 ui-monospace,Menlo,monospace;letter-spacing:.03em;
  color:rgba(32,26,18,.46);text-align:center;padding:0 20px;
}
.tl-tag{
  position:absolute;font:400 15px 'Permanent Marker',cursive;
  padding:4px 14px 5px;box-shadow:3px 3px 0 rgba(32,26,18,.3);
}
.tl-tag--ink{background:var(--ink);color:var(--honey)}
.tl-tag--amber{background:var(--amber);color:var(--warm-white)}
.tl-tag--tl{top:-16px;left:-14px;transform:rotate(-4deg)}
.tl-tag--tr{top:-16px;right:-14px;transform:rotate(4deg)}
.tl-tag--bl{bottom:-16px;left:-14px;transform:rotate(-3deg)}
.tl-tag--br{bottom:-16px;right:-14px;transform:rotate(3deg)}

.tl-era{display:flex;align-items:center;gap:14px;margin-bottom:16px}
.tl-era .badge{
  font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:15px;letter-spacing:.06em;
  color:var(--amber);background:rgba(197,127,10,.10);border:1.5px solid var(--amber);
  border-radius:30px;padding:5px 14px;white-space:nowrap;
}
.tl-era .rule{
  flex:1;height:1.5px;
  background:repeating-linear-gradient(90deg,rgba(32,26,18,.28) 0 5px,transparent 5px 10px);
}
.tl-body h2{
  font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:42px;line-height:1;
  letter-spacing:-.025em;color:var(--ink);margin:0 0 20px;
}
.tl-body p{
  font-weight:500;font-size:16.5px;line-height:1.72;color:rgba(32,26,18,.78);margin:0 0 15px;
}
.tl-body p:last-child{margin-bottom:0}
.tl-body p a{text-decoration:underline}
.tl-pills{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
.tl-pills span{
  font-weight:700;font-size:12px;color:var(--ink);background:var(--honey);
  border:1.5px solid var(--ink);border-radius:30px;padding:6px 13px;
}

/* pull quote */
.pull-quote{
  background:var(--ink);border-radius:22px;padding:56px 56px;position:relative;overflow:hidden;
}
.pull-quote-sprig{
  position:absolute;bottom:-14px;right:20px;width:220px;height:auto;opacity:.9;pointer-events:none;
}
.pull-quote-inner{position:relative;max-width:760px}
.pull-quote .mark{
  font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:120px;line-height:.5;
  color:var(--amber);height:56px;
}
.pull-quote p{
  font-family:'Bricolage Grotesque',sans-serif;font-weight:700;font-size:34px;line-height:1.22;
  letter-spacing:-.02em;color:var(--warm-white);margin:0 0 18px;
}
.pull-quote .kicker{
  font-weight:700;font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:var(--amber);
}

/* by the numbers */
.by-numbers{padding:56px 40px;background:var(--warm-white)}
.by-numbers-inner{
  max-width:1200px;margin:0 auto;
  border-top:1.5px solid rgba(32,26,18,.14);border-bottom:1.5px solid rgba(32,26,18,.14);
  padding:36px 0;display:grid;grid-template-columns:repeat(4,1fr);gap:32px;
}
.by-numbers .num{
  font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:44px;line-height:1;color:var(--ink);
}
.by-numbers .lbl{
  font-weight:600;font-size:13.5px;line-height:1.4;color:rgba(32,26,18,.62);margin-top:8px;
}

/* about CTA */
.about-cta{
  padding:60px 40px;background-color:var(--honey);background-image:var(--noise-honey);background-size:180px;
}
.about-cta-inner{
  max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;
  gap:40px;flex-wrap:wrap;
}
.about-cta-copy{flex:1;min-width:300px}
.about-cta-copy h2{
  font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:40px;line-height:1;
  letter-spacing:-.025em;color:var(--ink);margin:0 0 10px;
}
.about-cta-copy p{font-weight:600;font-size:16px;color:rgba(32,26,18,.75);margin:0}
.about-cta-btns{display:flex;gap:14px;flex-wrap:wrap;flex:none}
.about-cta-btns .btn-solid{
  display:inline-flex;align-items:center;gap:9px;background:var(--ink);color:var(--honey);
  font-weight:800;font-size:16px;padding:16px 28px;border-radius:40px;text-decoration:none;
  border:2px solid var(--ink);box-shadow:5px 5px 0 rgba(32,26,18,.28);
  transition:transform .15s ease,box-shadow .15s ease;
}
.about-cta-btns .btn-solid:hover{transform:translate(-2px,-2px);box-shadow:7px 7px 0 rgba(32,26,18,.28);color:var(--honey)}
.about-cta-btns .btn-outline{
  display:inline-flex;align-items:center;font-weight:800;font-size:16px;color:var(--ink);
  text-decoration:none;padding:16px 24px;border:2px solid var(--ink);border-radius:40px;
  background:transparent;transition:background .15s ease;
}
.about-cta-btns .btn-outline:hover{background:rgba(32,26,18,.06);color:var(--ink)}

/* ============ FIND US ============ */
/* hero */
.fu-hero{
  background-color:var(--honey);background-image:var(--noise-honey);background-size:180px;
  padding:56px 40px 60px;position:relative;overflow:hidden;
}
.fu-hero-grid{
  display:grid;grid-template-columns:1.02fr 0.98fr;gap:52px;align-items:center;
  max-width:1280px;margin:0 auto;
}
.fu-hero-copy{position:relative}
.fu-hero h1{
  font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:64px;line-height:.94;
  letter-spacing:-.03em;color:var(--ink);margin:0 0 22px;max-width:560px;
}
.fu-hero .lede{
  font-weight:600;font-size:18px;line-height:1.6;color:var(--ink);margin:0 0 26px;max-width:500px;
}
.fu-hero-stats{display:flex;gap:32px;flex-wrap:wrap}
.fu-hero-stats .num{
  font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:38px;line-height:1;color:var(--ink);
}
.fu-hero-stats .lbl{font-weight:600;font-size:12.5px;color:rgba(32,26,18,.7);margin-top:5px}
.fu-hero-stats .rule{width:1.5px;background:rgba(32,26,18,.2)}

/* farm-shop flagship card */
.fu-flag{position:relative}
.fu-flag-card{
  background:#FFFDF8;border:2px solid var(--ink);border-radius:18px;
  box-shadow:12px 12px 0 var(--ink);overflow:hidden;
}
.fu-flag-map{
  position:relative;aspect-ratio:16/9;background:#f4ecdd;
  background-image:repeating-linear-gradient(45deg,#f4ecdd 0,#f4ecdd 12px,#efe4cf 12px,#efe4cf 24px);
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;
}
.fu-flag-map svg{stroke:rgba(32,26,18,.4)}
.fu-flag-map span{
  font:600 10.5px/1.5 ui-monospace,Menlo,monospace;letter-spacing:.03em;
  color:rgba(32,26,18,.5);text-align:center;padding:0 20px;
}
.fu-flag-stamp{
  position:absolute;top:14px;left:14px;background:var(--ink);color:var(--honey);
  font:400 14px 'Permanent Marker',cursive;padding:3px 12px 4px;transform:rotate(-3deg);
}
.fu-flag-body{padding:22px 24px 24px}
.fu-flag-eyebrow{
  font-weight:700;font-size:11px;letter-spacing:.14em;text-transform:uppercase;
  color:var(--amber);margin-bottom:6px;
}
.fu-flag-body h2{
  font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:26px;line-height:1;
  letter-spacing:-.02em;color:var(--ink);margin:0 0 12px;
}
.fu-flag-meta{
  display:flex;flex-direction:column;gap:9px;
  font-weight:500;font-size:14.5px;color:rgba(32,26,18,.8);
}
.fu-flag-meta > div{display:flex;gap:10px;align-items:center}
.fu-flag-meta .fu-meta-addr{align-items:flex-start}
.fu-flag-meta svg{stroke:var(--amber);flex:none}
.fu-flag-meta .fu-meta-addr svg{margin-top:1px}
.fu-flag-meta a{text-decoration:none;color:var(--ink);font-weight:600}
.fu-flag-btns{display:flex;gap:10px;margin-top:18px;flex-wrap:wrap}
.fu-btn-solid{
  display:inline-flex;align-items:center;gap:7px;background:var(--ink);color:var(--honey);
  font-weight:800;font-size:14px;padding:11px 18px;border-radius:40px;text-decoration:none;
  transition:transform .15s ease;
}
.fu-btn-solid:hover{transform:translate(-1px,-1px);color:var(--honey)}
.fu-btn-outline{
  display:inline-flex;align-items:center;font-weight:800;font-size:14px;color:var(--ink);
  text-decoration:none;padding:11px 18px;border:1.6px solid var(--ink);border-radius:40px;
  background:transparent;transition:background .15s ease;
}
.fu-btn-outline:hover{background:rgba(32,26,18,.06);color:var(--ink)}
.fu-flag-sprig{
  position:absolute;top:-32px;right:-24px;width:98px;height:auto;
  transform:rotate(12deg);pointer-events:none;
}

/* directory */
.fu-directory{padding:64px 40px 24px;background:var(--warm-white)}
.fu-directory-inner{max-width:1200px;margin:0 auto}
.fu-dir-head{
  display:flex;align-items:flex-end;justify-content:space-between;gap:24px;
  flex-wrap:wrap;margin-bottom:28px;
}
.fu-dir-badge{
  display:inline-block;font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:14px;
  letter-spacing:.06em;color:var(--amber);background:rgba(197,127,10,.1);
  border:1.5px solid var(--amber);border-radius:30px;padding:5px 14px;margin-bottom:12px;
}
.fu-dir-head h2{
  font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:44px;line-height:.98;
  letter-spacing:-.025em;color:var(--ink);margin:0;max-width:560px;
}
.fu-dir-head p{
  font-weight:500;font-size:15px;line-height:1.6;color:rgba(32,26,18,.66);margin:0;max-width:320px;
}

/* toolbar */
.fu-toolbar{
  display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:12px;
  position:sticky;top:0;z-index:5;padding:14px 0;background:var(--warm-white);
}
.fu-search{position:relative;flex:1;min-width:260px}
.fu-search svg{
  position:absolute;left:16px;top:50%;transform:translateY(-50%);
  pointer-events:none;stroke:rgba(32,26,18,.5);
}
.fu-search input{
  width:100%;box-sizing:border-box;font-family:'Hanken Grotesk',sans-serif;
  font-weight:600;font-size:15px;color:var(--ink);background:#FFFDF8;
  border:1.6px solid rgba(32,26,18,.2);border-radius:40px;padding:13px 18px 13px 44px;outline:none;
}
.fu-search input::placeholder{color:rgba(32,26,18,.42)}
.fu-chips{
  display:flex;gap:8px;background:#FFFDF8;border:1.6px solid rgba(32,26,18,.2);
  border-radius:40px;padding:5px;
}
.fu-chip{
  font-family:'Hanken Grotesk',sans-serif;font-weight:700;font-size:12.5px;cursor:pointer;
  border:none;border-radius:30px;padding:9px 15px;white-space:nowrap;
  background:transparent;color:var(--ink);
}
.fu-chip.active{background:var(--ink);color:var(--honey)}

.fu-count{font-weight:600;font-size:13.5px;color:rgba(32,26,18,.6);margin:0 0 30px}

/* region + store cards */
.fu-region{margin-bottom:52px}
.fu-region-head{display:flex;align-items:center;gap:16px;margin-bottom:22px}
.fu-region-name{
  font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:24px;line-height:1;
  letter-spacing:-.02em;color:var(--ink);margin:0;
}
.fu-region-count{
  font-weight:700;font-size:12px;color:var(--ink);background:var(--honey);
  border:1.5px solid var(--ink);border-radius:30px;padding:4px 11px;white-space:nowrap;
}
.fu-region-rule{
  flex:1;height:1.5px;
  background:repeating-linear-gradient(90deg,rgba(32,26,18,.26) 0 5px,transparent 5px 10px);
}
.fu-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(292px,1fr));gap:16px}
.fu-store{
  background:#FFFDF8;border:1.6px solid rgba(32,26,18,.14);border-radius:15px;
  padding:20px 20px 18px;display:flex;flex-direction:column;gap:11px;
  transition:border-color .15s ease,box-shadow .15s ease;
}
.fu-store:hover{border-color:var(--ink);box-shadow:5px 5px 0 rgba(32,26,18,.1)}
.fu-store-head{display:flex;align-items:flex-start;gap:11px}
.fu-store-pin{
  flex:none;width:30px;height:30px;border-radius:8px;background:rgba(197,127,10,.12);
  display:flex;align-items:center;justify-content:center;
}
.fu-store-name{
  font-family:'Bricolage Grotesque',sans-serif;font-weight:700;font-size:17px;line-height:1.12;
  letter-spacing:-.01em;color:var(--ink);margin:2px 0 0;
}
.fu-store-addr{
  font-weight:500;font-size:13.5px;line-height:1.5;color:rgba(32,26,18,.66);padding-left:41px;
}
.fu-store-note{
  margin-left:41px;align-self:flex-start;font-weight:700;font-size:10.5px;letter-spacing:.04em;
  text-transform:uppercase;color:var(--red);background:rgba(216,64,42,.09);
  border-radius:30px;padding:4px 10px;
}
.fu-store-phone{
  margin-top:auto;display:inline-flex;align-items:center;gap:8px;text-decoration:none;
  font-weight:700;font-size:13.5px;color:var(--ink);padding-left:41px;transition:color .15s ease;
}
.fu-store-phone:hover{color:var(--amber)}

/* empty state */
.fu-empty{text-align:center;padding:60px 20px 40px}
.fu-empty-title{
  font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:24px;color:var(--ink);margin-bottom:8px;
}
.fu-empty-sub{font-weight:500;font-size:15px;color:rgba(32,26,18,.6);margin:0 0 18px}
.fu-empty-btn{
  font-family:'Hanken Grotesk',sans-serif;font-weight:800;font-size:14px;color:var(--ink);
  background:var(--honey);border:1.6px solid var(--ink);border-radius:40px;padding:11px 22px;cursor:pointer;
}

/* stockist CTA */
.fu-cta{padding:44px 40px 64px;background:var(--warm-white)}
.fu-cta-panel{
  max-width:1200px;margin:0 auto;background:var(--ink);border-radius:22px;padding:44px 48px;
  display:flex;align-items:center;justify-content:space-between;gap:36px;flex-wrap:wrap;
  position:relative;overflow:hidden;
}
.fu-cta-sprig{
  position:absolute;bottom:-16px;right:14px;width:190px;height:auto;opacity:.85;pointer-events:none;
}
.fu-cta-copy{position:relative;flex:1;min-width:300px}
.fu-cta-eyebrow{
  font-weight:700;font-size:11px;letter-spacing:.14em;text-transform:uppercase;
  color:var(--amber);margin-bottom:10px;
}
.fu-cta-copy h2{
  font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:34px;line-height:1.02;
  letter-spacing:-.025em;color:var(--warm-white);margin:0 0 8px;
}
.fu-cta-copy p{
  font-weight:500;font-size:15.5px;color:rgba(252,250,244,.7);margin:0;max-width:440px;
}
.fu-cta-btns{position:relative;display:flex;gap:12px;flex-wrap:wrap;flex:none}
.fu-cta-solid{
  display:inline-flex;align-items:center;gap:9px;background:var(--honey);color:var(--ink);
  font-weight:800;font-size:15px;padding:15px 26px;border-radius:40px;text-decoration:none;
  box-shadow:4px 4px 0 rgba(0,0,0,.35);transition:transform .15s ease;
}
.fu-cta-solid:hover{transform:translate(-2px,-2px);color:var(--ink)}
.fu-cta-outline{
  display:inline-flex;align-items:center;font-weight:800;font-size:15px;color:var(--warm-white);
  text-decoration:none;padding:15px 24px;border:1.6px solid rgba(252,250,244,.4);border-radius:40px;
  transition:border-color .15s ease;
}
.fu-cta-outline:hover{border-color:var(--warm-white);color:var(--warm-white)}

/* ============ PDP: PROOF STRIP (honey only) ============ */
.pdp-proof{padding:14px 40px 44px;background:var(--warm-white)}
.pdp-proof-inner{
  max-width:1280px;margin:0 auto;
  border-top:1.5px solid rgba(32,26,18,.14);border-bottom:1.5px solid rgba(32,26,18,.14);
  padding:28px 0;display:grid;grid-template-columns:repeat(4,1fr);gap:30px;
}
.pdp-proof-col{display:flex;flex-direction:column;gap:6px}
.pdp-proof-num{
  font:700 11px ui-monospace,Menlo,monospace;letter-spacing:.12em;color:var(--amber);
}
.pdp-proof-title{
  font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:18px;
  letter-spacing:-.01em;color:var(--ink);
}
.pdp-proof-sub{font-weight:500;font-size:13px;line-height:1.5;color:rgba(32,26,18,.6)}

/* ============ PDP: TASTING NOTES (honey only) ============ */
.pdp-tasting{
  background-color:var(--honey);background-image:var(--noise-honey);background-size:180px;
  padding:62px 40px 56px;
}
.pdp-tasting-inner{max-width:1080px;margin:0 auto}
.pdp-tasting-head{text-align:center;margin-bottom:44px}
.pdp-tasting-eyebrow{
  font-weight:700;font-size:12px;letter-spacing:.2em;text-transform:uppercase;
  color:var(--ink);opacity:.75;margin-bottom:12px;
}
.pdp-tasting-head h2{
  font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:40px;line-height:1;
  letter-spacing:-.025em;color:var(--ink);margin:0;
}
.pdp-tasting-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.pdp-tasting-cell{padding:0 26px;border-right:1.5px solid rgba(32,26,18,.2)}
.pdp-tasting-cell:last-child{border-right:none}
.pdp-tasting-label{
  font-weight:700;font-size:11px;letter-spacing:.14em;text-transform:uppercase;
  color:var(--ink);opacity:.6;margin-bottom:8px;
}
.pdp-tasting-value{
  font-family:'Bricolage Grotesque',sans-serif;font-weight:700;font-size:22px;
  color:var(--ink);margin-bottom:8px;
}
.pdp-tasting-cell p{
  font-weight:500;font-size:13.5px;line-height:1.55;color:rgba(32,26,18,.72);margin:0;
}
.pdp-tasting-pairs{
  text-align:center;margin-top:44px;
  font-weight:700;font-size:12px;letter-spacing:.18em;color:var(--ink);opacity:.8;
}

/* ============ PDP: PROVENANCE (honey only) ============ */
.pdp-prov{
  background:var(--ink);padding:0;
  display:grid;grid-template-columns:1fr 1fr;align-items:stretch;
}
.pdp-prov-copy{padding:60px 56px;display:flex;flex-direction:column;justify-content:center}
.pdp-prov-eyebrow{
  font-weight:700;font-size:12px;letter-spacing:.16em;text-transform:uppercase;
  color:var(--honey);margin-bottom:14px;
}
.pdp-prov-copy h2{
  font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:36px;line-height:1.04;
  letter-spacing:-.025em;color:var(--warm-white);margin:0 0 18px;max-width:420px;
}
.pdp-prov-copy > p{
  font-weight:500;font-size:15.5px;line-height:1.7;color:rgba(252,250,244,.72);
  margin:0 0 14px;max-width:440px;
}
.pdp-prov-quote{
  font-family:'Caveat',cursive;font-weight:700;font-size:23px;line-height:1.15;
  color:var(--honey);margin:0 0 26px;max-width:420px;
}
.pdp-prov-btn{
  display:inline-flex;align-items:center;gap:9px;align-self:flex-start;
  background:var(--honey);color:var(--ink);font-weight:800;font-size:15px;
  padding:14px 24px;border-radius:40px;text-decoration:none;
  box-shadow:4px 4px 0 rgba(0,0,0,.35);transition:transform .15s ease;
}
.pdp-prov-btn:hover{transform:translate(-2px,-2px);color:var(--ink)}
.pdp-prov-media{position:relative;min-height:420px;overflow:hidden;border-left:2px solid var(--honey)}
.pdp-prov-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}

/* ============ PDP: SPECIFICATIONS (honey only) ============ */
.pdp-specs{padding:66px 40px 60px;background:var(--warm-white)}
.pdp-specs-inner{max-width:1080px;margin:0 auto}
.pdp-specs-head{text-align:center;margin-bottom:40px}
.pdp-specs-eyebrow{
  font-weight:700;font-size:12px;letter-spacing:.2em;text-transform:uppercase;
  color:var(--amber);margin-bottom:12px;
}
.pdp-specs-head h2{
  font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:40px;line-height:1;
  letter-spacing:-.025em;color:var(--ink);margin:0;
}
.pdp-specs-table{display:grid;grid-template-columns:1fr 1fr;gap:0 64px;margin-bottom:44px}
.pdp-spec-row{
  display:flex;align-items:baseline;justify-content:space-between;gap:16px;
  padding:16px 2px;border-bottom:1px solid rgba(32,26,18,.13);
}
.pdp-spec-key{
  font:700 11px ui-monospace,Menlo,monospace;letter-spacing:.06em;text-transform:uppercase;
  color:rgba(32,26,18,.5);
}
.pdp-spec-val{font-weight:700;font-size:14.5px;color:var(--ink);text-align:right}
.pdp-specs-cards{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.pdp-spec-card{
  background:#FBF3E2;border:1.6px solid rgba(32,26,18,.16);border-radius:16px;padding:26px 28px;
}
.pdp-spec-card-head{display:flex;align-items:center;gap:10px;margin-bottom:10px}
.pdp-spec-card-head svg{stroke:var(--amber);flex:none}
.pdp-spec-card-head span{
  font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:18px;color:var(--ink);
}
.pdp-spec-card p{font-weight:500;font-size:14px;line-height:1.65;color:rgba(32,26,18,.7);margin:0}

/* ============ PDP: FAQ (honey only) ============ */
.pdp-faq{padding:8px 40px 66px;background:var(--warm-white)}
.pdp-faq-inner{max-width:820px;margin:0 auto}
.pdp-faq-head{text-align:center;margin-bottom:30px}
.pdp-faq-eyebrow{
  font-weight:700;font-size:12px;letter-spacing:.2em;text-transform:uppercase;
  color:var(--amber);margin-bottom:12px;
}
.pdp-faq-head h2{
  font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:40px;line-height:1;
  letter-spacing:-.025em;color:var(--ink);margin:0;
}
.pdp-faq-item{border-top:1.5px solid rgba(32,26,18,.14)}
.pdp-faq-q{
  width:100%;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;
  gap:20px;background:transparent;border:none;padding:22px 4px;cursor:pointer;
  text-align:left;font-family:inherit;
}
.pdp-faq-q > span:first-child{
  font-family:'Bricolage Grotesque',sans-serif;font-weight:700;font-size:19px;
  letter-spacing:-.01em;color:var(--ink);
}
.pdp-faq-sign{
  font-family:'Bricolage Grotesque',sans-serif;font-weight:700;font-size:26px;line-height:1;
  color:var(--amber);flex:none;
}
.pdp-faq-a{display:none}
.pdp-faq-item.open .pdp-faq-a{display:block}
.pdp-faq-a p{
  font-weight:500;font-size:15.5px;line-height:1.7;color:rgba(32,26,18,.72);
  margin:0;padding:0 4px 24px;max-width:700px;
}
.pdp-faq-rule{border-top:1.5px solid rgba(32,26,18,.14)}

/* ============ RESPONSIVE ============ */
@media (max-width:1080px){
  .hero h1{font-size:64px}
  .story-body{padding:48px 40px}
  .story-body h2{font-size:38px}
  .shop-layout{grid-template-columns:220px 1fr;gap:32px}
  .pdp-grid{gap:36px}

  .about-hero h1{font-size:56px}
  .tl-body h2{font-size:36px}
}

@media (max-width:900px){
  .main-nav{display:none}
  .nav-toggle{display:inline-flex}
  .header-actions .btn-shop-now{display:none}

  /* mobile nav drop panel */
  .site-header.nav-open .main-nav{
    display:flex;flex-direction:column;gap:0;align-items:stretch;
    width:100%;order:3;
    padding:8px 0 14px;
    border-top:1.5px solid rgba(32,26,18,.18);
    margin-top:4px;
  }
  .site-header.nav-open .header-bar{flex-wrap:wrap}
  .site-header.nav-open .main-nav a{
    padding:13px 4px;font-size:16px;
    border-bottom:1px solid rgba(32,26,18,.1);
  }
  .site-header.nav-open .main-nav a:last-child{border-bottom:none}

  .hero-grid{grid-template-columns:1fr;gap:36px}
  .hero-media{order:2}
  .hero h1{font-size:60px}
  .hero-frame{height:auto;aspect-ratio:4/3}
  .stamp{bottom:-20px;left:-14px}

  .worlds-grid{grid-template-columns:1fr}

  .product-grid{grid-template-columns:repeat(2,1fr)}

  .story-grid{grid-template-columns:1fr}
  .story-media{min-height:0;aspect-ratio:16/10}
  .story-body{padding:40px 32px}
  .story-body h2{font-size:34px}

  .trust-grid{grid-template-columns:1fr 1fr;gap:24px}

  .newsletter-form{flex:1 1 100%}
  .newsletter-form input{flex:1;width:auto}

  .footer-top{grid-template-columns:1fr 1fr;gap:32px}
  .footer-brand{grid-column:1 / -1}

  /* PLP: sidebar stacks above grid, grid 3→2 */
  .shop-layout{grid-template-columns:1fr;gap:28px}
  .shop-sidebar{position:static;top:auto}
  .cat-list{
    display:grid;grid-template-columns:1fr 1fr;gap:4px;margin-bottom:18px;
  }
  .shop-grid{grid-template-columns:repeat(2,1fr)}

  /* PDP: gallery + buy box stack; similar 4→2 */
  .pdp-grid{grid-template-columns:1fr;gap:34px}
  .similar-grid{grid-template-columns:repeat(2,1fr)}

  /* PDP honey sections: proof 4→2, tasting 4→2, provenance stacks, specs 2→1 */
  .pdp-proof-inner{grid-template-columns:repeat(2,1fr);gap:26px 30px}
  .pdp-tasting{padding:48px 40px 44px}
  .pdp-tasting-grid{grid-template-columns:repeat(2,1fr);gap:32px 0}
  .pdp-tasting-cell{border-right:none}
  .pdp-tasting-cell:nth-child(odd){border-right:1.5px solid rgba(32,26,18,.2)}
  .pdp-tasting-cell:first-child{padding-left:0}
  .pdp-tasting-cell:nth-child(even){padding-right:0}
  .pdp-prov{grid-template-columns:1fr}
  .pdp-prov-copy{order:1;padding:48px 40px}
  .pdp-prov-media{order:2;min-height:0;aspect-ratio:16/10;border-left:none;border-top:2px solid var(--honey)}
  .pdp-prov-media img{position:static;height:100%}
  .pdp-specs{padding:52px 40px 48px}
  .pdp-specs-table{grid-template-columns:1fr;gap:0}
  .pdp-specs-cards{grid-template-columns:1fr}

  /* ABOUT */
  .about-hero-grid{grid-template-columns:1fr;gap:40px}
  .about-hero-media{order:2}
  .about-hero h1{font-size:52px}
  .about-hero-frame{aspect-ratio:4/3}
  .about-hero .stamp{bottom:-18px;left:-14px}
  .about-hero-sprig{width:80px;top:-22px;right:-12px}

  /* timeline stacks: image ALWAYS above text on mobile, every row */
  .tl-row{grid-template-columns:1fr;gap:34px}
  .tl-media--text,.tl-media--photo{order:1}
  .tl-body{order:2}
  .tl-frame{box-shadow:8px 8px 0 var(--ink)}
  .tl-frame--amber{box-shadow:8px 8px 0 var(--amber)}
  .timeline{padding:56px 40px 20px}
  .timeline-inner{gap:64px}

  .pull-quote{padding:44px 40px}
  .pull-quote p{font-size:28px}
  .pull-quote-sprig{width:160px}

  .by-numbers-inner{grid-template-columns:1fr 1fr;gap:28px}

  .about-cta-btns{flex:1 1 100%}

  /* FIND US: hero stacks, farm-shop card below copy */
  .fu-hero-grid{grid-template-columns:1fr;gap:40px}
  .fu-flag{order:2}
  .fu-hero h1{font-size:52px}
  .fu-flag-card{box-shadow:8px 8px 0 var(--ink)}
  .fu-flag-sprig{width:80px;top:-22px;right:-12px}
}

@media (max-width:560px){
  .header-bar{padding:14px 20px}
  .logo img{height:46px}

  .hero{padding:40px 20px 46px}
  .hero h1{font-size:52px}
  .hero-lede{font-size:16px}
  .hero-ctas{gap:12px}
  .btn-primary{flex:1 1 100%;justify-content:center}

  .marquee{gap:16px;padding:12px 20px;flex-wrap:wrap}
  .marquee span.txt{font-size:11px;letter-spacing:.18em}

  .two-worlds{padding:48px 20px 32px}
  .section-head h2{font-size:30px}

  .products{padding:36px 20px 48px}
  .products-head{flex-direction:column;align-items:flex-start;gap:8px}
  .product-grid{grid-template-columns:1fr;gap:20px}

  .story-body{padding:34px 24px}
  .story-body h2{font-size:30px}

  .trust{padding:36px 20px}
  .trust-grid{grid-template-columns:1fr}

  .newsletter{padding:40px 20px}
  .newsletter-copy h2{font-size:28px}
  .newsletter-form{flex-direction:column}
  .newsletter-form button{width:100%}

  .site-footer{padding:44px 20px 26px}
  .footer-top{grid-template-columns:1fr;gap:28px}
  .footer-bottom{flex-direction:column;align-items:flex-start}

  /* PLP mobile */
  .shop-title{padding:28px 20px 22px}
  .shop-title h1{font-size:40px}
  .shop-title-row{gap:14px}
  .shop-title .intro{max-width:none}
  .shop-layout{padding:0 20px 20px}
  .cat-list{grid-template-columns:1fr}
  .shop-grid{grid-template-columns:1fr;gap:20px}
  .shop-card .name{min-height:0}
  .sort-wrap,.sort-wrap select{width:100%}

  /* PDP mobile */
  .pdp-main{padding:26px 20px 20px}
  .pdp-buy h1{font-size:36px}
  .pdp-gallery{grid-template-columns:64px 1fr;gap:12px}
  .pdp-thumb{height:64px}
  .similar{padding:44px 20px}
  .similar-grid{grid-template-columns:1fr}
  .similar-head h2{font-size:26px}

  /* PDP honey sections mobile: everything single column */
  .pdp-proof{padding:8px 20px 36px}
  .pdp-proof-inner{grid-template-columns:1fr;gap:24px;padding:24px 0}
  .pdp-tasting{padding:44px 20px 40px}
  .pdp-tasting-head h2{font-size:30px}
  .pdp-tasting-grid{grid-template-columns:1fr;gap:26px}
  .pdp-tasting-cell,.pdp-tasting-cell:nth-child(odd){border-right:none;padding:0}
  .pdp-prov-copy{padding:40px 24px}
  .pdp-prov-copy h2{font-size:30px}
  .pdp-specs{padding:44px 20px 40px}
  .pdp-specs-head h2{font-size:30px}
  .pdp-faq{padding:8px 20px 48px}
  .pdp-faq-head h2{font-size:30px}
  .pdp-faq-q > span:first-child{font-size:17px}

  /* ABOUT mobile */
  .about-hero{padding:44px 20px 50px}
  .about-hero h1{font-size:40px}
  .about-hero .lede{font-size:16px}

  .timeline{padding:44px 20px 12px}
  .timeline-inner{gap:52px}
  .tl-body h2{font-size:30px}
  .tl-body p{font-size:15.5px}
  .tl-era{flex-wrap:wrap;gap:10px}

  .pull-quote{padding:34px 24px}
  .pull-quote p{font-size:24px}
  .pull-quote .mark{font-size:96px}
  .pull-quote-sprig{width:120px;right:8px}

  .by-numbers{padding:44px 20px}
  .by-numbers-inner{grid-template-columns:1fr;gap:22px;padding:28px 0}
  .by-numbers .num{font-size:38px}

  .about-cta{padding:44px 20px}
  .about-cta-copy h2{font-size:30px}
  .about-cta-btns .btn-solid,.about-cta-btns .btn-outline{flex:1 1 100%;justify-content:center}

  /* FIND US mobile */
  .fu-hero{padding:44px 20px 50px}
  .fu-hero h1{font-size:40px}
  .fu-hero .lede{font-size:16px}
  .fu-hero-stats{gap:22px}

  .fu-directory{padding:48px 20px 20px}
  .fu-dir-head h2{font-size:32px}
  .fu-search{flex:1 1 100%;min-width:0}
  .fu-chips{flex:1 1 100%;justify-content:center;flex-wrap:wrap}
  .fu-grid{grid-template-columns:1fr}

  .fu-cta{padding:36px 20px 48px}
  .fu-cta-panel{padding:34px 26px;flex-direction:column;align-items:flex-start}
  .fu-cta-copy h2{font-size:28px}
  .fu-cta-btns{flex:1 1 100%}
  .fu-cta-solid,.fu-cta-outline{flex:1 1 100%;justify-content:center}
}

/* ============ PROTOTYPE GUIDE (note from Glen) ============ */
.eh-guide-locked{overflow:hidden}

.eh-guide-scrim{
  position:fixed;inset:0;z-index:1000;
  display:flex;align-items:center;justify-content:center;
  padding:20px;
  background:rgba(20,18,12,.55);
  -webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);
  opacity:0;transition:opacity .2s ease;
  overflow-y:auto;
}
.eh-guide-scrim[hidden]{display:none}
.eh-guide-scrim.is-open{opacity:1}

.eh-guide-card{
  position:relative;width:100%;max-width:560px;
  max-height:calc(100vh - 40px);overflow-y:auto;
  background:#FBF3E2;color:var(--ink);
  border:2px solid var(--ink);border-radius:20px;
  box-shadow:12px 12px 0 var(--ink);
  padding:32px 34px 30px;
  transform:translateY(10px) scale(.97);
  transition:transform .22s cubic-bezier(.2,.8,.2,1);
}
.eh-guide-scrim.is-open .eh-guide-card{transform:none}

.eh-guide-close{
  position:absolute;top:14px;right:14px;
  display:inline-flex;align-items:center;justify-content:center;
  width:32px;height:32px;padding:0;cursor:pointer;
  background:var(--warm-white);color:var(--ink);
  border:1.5px solid var(--ink);border-radius:50%;
  transition:background .12s ease,color .12s ease;
}
.eh-guide-close:hover{background:var(--ink);color:var(--honey)}

.eh-guide-eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-family:ui-monospace,Menlo,monospace;font-weight:600;font-size:11px;
  letter-spacing:.06em;text-transform:uppercase;color:rgba(32,26,18,.66);
  margin-bottom:14px;padding-right:28px;
}
.eh-guide-dot{width:9px;height:9px;border-radius:50%;background:#c7f541;border:1px solid var(--ink);flex:none}

.eh-guide-title{
  font-family:'Bricolage Grotesque',sans-serif;font-weight:800;
  font-size:30px;line-height:1.08;letter-spacing:-.02em;color:var(--ink);
  margin:0 0 16px;
}
.eh-guide-body p{
  font-family:'Hanken Grotesk',sans-serif;font-weight:400;
  font-size:15px;line-height:1.62;color:var(--ink);margin:0 0 13px;
}
.eh-guide-body p:last-child{margin-bottom:0}

.eh-guide-dismiss{
  margin-top:22px;cursor:pointer;
  display:inline-flex;align-items:center;
  background:var(--ink);color:var(--honey);
  border:2px solid var(--ink);border-radius:40px;
  font-family:'Hanken Grotesk',sans-serif;font-weight:700;font-size:15px;
  padding:12px 26px;
  transition:transform .14s ease;
}
.eh-guide-dismiss:hover{transform:translateY(-2px)}

.eh-guide-toast{
  position:fixed;top:104px;right:18px;z-index:900;
  display:inline-flex;align-items:center;gap:9px;cursor:pointer;
  background:#171310;color:var(--warm-white);
  border:1.5px solid #000;border-radius:40px;
  padding:9px 15px 9px 13px;
  box-shadow:0 6px 20px rgba(20,18,12,.28);
  transform:translateY(-14px);opacity:0;
  transition:transform .32s cubic-bezier(.2,.8,.2,1),opacity .32s ease;
  max-width:calc(100vw - 36px);
}
.eh-guide-toast.is-in{transform:none;opacity:1}
.eh-guide-toast:hover{background:#201A12}
.eh-toast-dot{
  width:9px;height:9px;border-radius:50%;background:#c7f541;flex:none;
  box-shadow:0 0 0 0 rgba(199,245,65,.6);
  animation:eh-toast-pulse 2s ease-out infinite;
}
.eh-toast-label{font-family:'Hanken Grotesk',sans-serif;font-weight:700;font-size:13px;letter-spacing:.01em;white-space:nowrap}
.eh-toast-hint{
  font-family:ui-monospace,Menlo,monospace;font-weight:500;font-size:10px;
  letter-spacing:.04em;color:rgba(252,250,244,.55);white-space:nowrap;
}

@keyframes eh-toast-pulse{
  0%{box-shadow:0 0 0 0 rgba(199,245,65,.55)}
  70%{box-shadow:0 0 0 7px rgba(199,245,65,0)}
  100%{box-shadow:0 0 0 0 rgba(199,245,65,0)}
}

@media (max-width:640px){
  .eh-guide-card{padding:26px 22px 24px;box-shadow:8px 8px 0 var(--ink)}
  .eh-guide-title{font-size:25px}
  .eh-guide-toast{top:84px;right:12px}
  .eh-toast-hint{display:none}
}

@media (prefers-reduced-motion: reduce){
  .eh-guide-scrim,.eh-guide-card,.eh-guide-toast,.eh-guide-dismiss{transition:none}
  .eh-guide-card{transform:none}
  .eh-toast-dot{animation:none}
}

/* ============ "WHILE YOU'RE HERE" PANEL (matched set with the toast) ============ */
/* Top-right, stacked directly under .eh-guide-toast (top:104px, ~37px tall). */
.eh-tour{
  position:fixed;top:150px;right:18px;z-index:900;
  display:flex;flex-direction:column;
  width:auto;max-width:calc(100vw - 36px);
  background:#171310;color:var(--warm-white);
  border:1.5px solid #000;border-radius:16px;
  box-shadow:0 6px 20px rgba(20,18,12,.28);
  overflow:hidden;
  transform:translateY(-14px);opacity:0;
  transition:transform .32s cubic-bezier(.2,.8,.2,1),opacity .32s ease;
}
.eh-tour.is-in{transform:none;opacity:1}

.eh-tour-head{
  display:flex;align-items:center;gap:9px;cursor:pointer;
  background:none;border:none;padding:9px 13px 9px 13px;
  font-family:inherit;color:inherit;text-align:left;width:100%;
}
.eh-tour-dot{
  width:9px;height:9px;border-radius:50%;background:#c7f541;flex:none;
}
.eh-tour-lead{
  font-family:'Hanken Grotesk',sans-serif;font-weight:700;font-size:13px;
  letter-spacing:.01em;color:var(--warm-white);white-space:nowrap;
}
.eh-tour-chev{
  margin-left:auto;padding-left:8px;flex:none;
  font-family:'Hanken Grotesk',sans-serif;font-weight:700;font-size:14px;line-height:1;
  color:#c7f541;transition:transform .24s ease;
}
.eh-tour.is-expanded .eh-tour-chev{transform:rotate(180deg)}

/* animated expand/collapse */
.eh-tour-list{
  display:grid;grid-template-rows:0fr;
  transition:grid-template-rows .28s ease;
}
.eh-tour.is-expanded .eh-tour-list{grid-template-rows:1fr}
.eh-tour-list-inner{
  overflow:hidden;min-height:0;
  padding:0 13px;
}
.eh-tour.is-expanded .eh-tour-list-inner{padding-bottom:11px}
.eh-tour-intro{
  font-family:ui-monospace,Menlo,monospace;font-weight:500;font-size:10.5px;
  letter-spacing:.03em;color:rgba(252,250,244,.55);
  padding:2px 2px 8px;
}
.eh-tour-link{
  display:flex;align-items:center;gap:12px;text-decoration:none;
  padding:9px 2px;border-top:1px solid rgba(252,250,244,.1);
}
.eh-tour-link-label{
  font-family:'Hanken Grotesk',sans-serif;font-weight:700;font-size:13.5px;
  color:rgba(252,250,244,.9);
}
.eh-tour-arrow{
  margin-left:auto;flex:none;
  font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:17px;line-height:1;
  color:#c7f541;transition:transform .15s ease;
}
.eh-tour-link:hover .eh-tour-link-label{color:var(--warm-white)}
.eh-tour-link:hover .eh-tour-arrow{transform:translateX(2px)}

@media (max-width:640px){
  .eh-tour{top:128px;right:12px}
}

@media (prefers-reduced-motion: reduce){
  .eh-tour,.eh-tour-list,.eh-tour-chev,.eh-tour-arrow{transition:none}
  .eh-tour{transform:none}
}
