/*
Theme Name: MugMead
Theme URI: https://mugmead.com/
Author: MugMead
Author URI: https://mugmead.com/
Description: A cozy honey-woodland WooCommerce theme for MugMead, a Pacific Northwest meadery. Storybook warmth, a honeycomb structural motif, and a bee that stitches the page together — built for selling small-batch mead.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mugmead
Tags: woocommerce, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready
WC requires at least: 6.0
WC tested up to: 9.0
*/

/* =========================================================
   Design tokens
   ========================================================= */
:root {
  /* Honey */
  --honey:        #E6A52C;
  --honey-deep:   #C07F22;
  --honey-glow:   #F4C95D;
  --honey-wash:   #FBE7B6;
  /* Woodland */
  --forest:       #2E3A24;
  --forest-deep:  #222B1B;
  --moss:         #6E7F4E;
  --moss-soft:    #93A270;
  /* Paper & wood */
  --parchment:    #FBF1DC;
  --parchment-2:  #F6E8CB;
  --cream:        #FFF9ED;
  --bark:         #3D2F1F;
  --bark-soft:    #715B43;
  /* Accent — the bear's red vest, used sparingly */
  --brick:        #BB4D33;
  --brick-deep:   #9E3D27;
  /* Lines & shadow */
  --line:         #E7D6B4;
  --line-soft:    #EFE3C7;
  --shadow-sm:    0 2px 10px rgba(61,47,31,0.07);
  --shadow-md:    0 14px 34px rgba(61,47,31,0.12);
  --shadow-lg:    0 30px 60px rgba(35,43,27,0.22);

  --font-display: "Bitter", Georgia, "Times New Roman", serif;
  --font-body:    "Nunito", system-ui, -apple-system, "Segoe UI", sans-serif;

  --r:    16px;
  --r-lg: 26px;
  --maxw: 1180px;
  --gutter: clamp(20px, 5vw, 56px);
}

/* =========================================================
   Reset / base
   ========================================================= */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--bark);
  background-color: var(--parchment);
  /* faint honeycomb wash behind everything */
  background-image: url("assets/images/honeycomb-bg.svg");
  background-size: 132px;
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--honey-deep); text-underline-offset: 3px; }
a:hover { color: var(--brick); }

h1, h2, h3, h4, h5 {
  font-family: var(--font-display);
  color: var(--bark);
  line-height: 1.12;
  margin: 0 0 0.5em;
  font-weight: 700;
  letter-spacing: -0.01em;
}
p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

.mm-wrap { max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.mm-wrap--narrow { max-width: 820px; }

.mm-section { padding-block: clamp(64px, 9vw, 120px); position: relative; }
.mm-section--cream { background: var(--cream); }
.mm-section--paper2 { background: var(--parchment-2); }

/* Eyebrow / labels — utility type */
.mm-eyebrow {
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--honey-deep);
  margin: 0 0 0.9em;
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
}
.mm-eyebrow::before, .mm-eyebrow::after {
  content: ""; width: 26px; height: 2px; background: currentColor; opacity: 0.7;
}
.mm-eyebrow--center { justify-content: center; }

/* Latin backronym (M.U.G.) */
.mm-latin {
  font-family: var(--font-display); font-style: italic; font-weight: 600;
  letter-spacing: 0.04em; font-size: 0.95rem; margin: 0 0 6px;
  color: var(--moss);
}
.mm-latin__i { font-style: normal; color: var(--honey-deep); }
.mm-hero .mm-latin { color: var(--moss); }
.mm-footer .mm-latin { color: #b7b09c; font-size: 0.88rem; margin-top: 10px; }
.mm-footer .mm-latin__i { color: var(--honey-glow); }

.mm-h2 { font-size: clamp(2rem, 4.6vw, 3.1rem); }
.mm-lead { font-size: clamp(1.08rem, 1.6vw, 1.28rem); color: var(--bark-soft); }

.mm-section__head { max-width: 660px; margin-bottom: clamp(34px, 5vw, 56px); }
.mm-section__head--center { margin-inline: auto; text-align: center; }

/* =========================================================
   Buttons
   ========================================================= */
.mm-btn {
  display: inline-flex; align-items: center; gap: 0.55em;
  font-family: var(--font-body); font-weight: 800;
  font-size: 0.95rem; letter-spacing: 0.02em;
  padding: 0.85em 1.5em;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer; text-decoration: none;
  transition: transform .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease, border-color .18s ease;
  line-height: 1;
}
.mm-btn svg { width: 1.05em; height: 1.05em; }
.mm-btn--primary { background: var(--brick); color: #fff5ec; box-shadow: 0 8px 20px rgba(187,77,51,0.28); }
.mm-btn--primary:hover { background: var(--brick-deep); color: #fff; transform: translateY(-2px); }
.mm-btn--honey { background: var(--honey); color: var(--bark); box-shadow: 0 8px 20px rgba(192,127,34,0.3); }
.mm-btn--honey:hover { background: var(--honey-glow); transform: translateY(-2px); color: var(--bark); }
.mm-btn--ghost { background: transparent; border-color: currentColor; color: var(--bark); }
.mm-btn--ghost:hover { background: var(--bark); color: var(--cream); transform: translateY(-2px); }
.mm-btn--onforest { background: var(--honey); color: var(--forest-deep); }
.mm-btn--onforest:hover { background: var(--honey-glow); transform: translateY(-2px); }
.mm-btn--ghost-light { background: transparent; border-color: rgba(255,255,255,0.5); color: var(--cream); }
.mm-btn--ghost-light:hover { background: rgba(255,255,255,0.12); border-color: var(--honey-glow); color: var(--honey-glow); transform: translateY(-2px); }

/* =========================================================
   Header
   ========================================================= */
.mm-skip {
  position: absolute; left: -9999px; top: 0; z-index: 1000;
  background: var(--bark); color: var(--cream); padding: 12px 18px; border-radius: 0 0 10px 0;
}
.mm-skip:focus { left: 0; }

.mm-header {
  position: sticky; top: 0; z-index: 200;
  background: rgba(251,241,220,0.86);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
  transition: box-shadow .25s ease, border-color .25s ease, background .25s ease;
}
.mm-header.is-stuck { box-shadow: var(--shadow-sm); border-color: var(--line); background: rgba(251,241,220,0.95); }
.mm-header__bar { display: flex; align-items: center; gap: 24px; padding-block: 14px; }

.mm-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; margin-right: auto; }
.mm-brand__mark { width: 42px; height: 42px; flex: none; color: var(--honey-deep); }
.mm-brand__text { display: flex; flex-direction: column; line-height: 1; }
.mm-brand__name { font-family: var(--font-display); font-weight: 800; font-size: 1.5rem; color: var(--bark); letter-spacing: -0.02em; }
.mm-brand__tag { font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--moss); font-weight: 800; margin-top: 3px; }
.mm-brand__initial { color: var(--forest); font-size: 1.15em; font-weight: 800; }
.mm-brand img.custom-logo { width: auto; height: 46px; }

.mm-nav { display: flex; align-items: center; }
.mm-nav ul { list-style: none; display: flex; gap: 4px; margin: 0; padding: 0; }
.mm-nav a {
  display: block; text-decoration: none; color: var(--bark);
  font-weight: 700; font-size: 0.96rem; padding: 8px 14px; border-radius: 10px;
  transition: background .15s ease, color .15s ease;
}
.mm-nav a:hover, .mm-nav .current-menu-item > a { background: var(--honey-wash); color: var(--bark); }

.mm-header__actions { display: flex; align-items: center; gap: 10px; }
.mm-cart { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; color: var(--bark); text-decoration: none; transition: background .15s ease; }
.mm-cart:hover { background: var(--honey-wash); color: var(--bark); }
.mm-cart svg { width: 22px; height: 22px; }
.mm-cart__count {
  position: absolute; top: 2px; right: 0;
  min-width: 20px; height: 20px; padding: 0 5px;
  background: var(--brick); color: #fff; font-size: 0.7rem; font-weight: 800;
  border-radius: 999px; display: flex; align-items: center; justify-content: center;
  border: 2px solid var(--parchment);
}

.mm-burger { display: none; width: 44px; height: 44px; border: none; background: transparent; cursor: pointer; color: var(--bark); border-radius: 10px; }
.mm-burger:hover { background: var(--honey-wash); }
.mm-burger svg { width: 26px; height: 26px; margin-inline: auto; }

/* =========================================================
   Honeycomb background pieces & dividers
   ========================================================= */
.mm-comb-edge { position: absolute; left: 0; right: 0; height: 38px; pointer-events: none; opacity: 0.5; background-repeat: repeat-x; background-size: 44px 38px; }

/* the signature: a dashed bee flight path between sections */
.mm-beepath { display: flex; align-items: center; justify-content: center; gap: 0; padding-block: 6px; color: var(--honey-deep); }
.mm-beepath svg { width: min(560px, 80%); height: 40px; overflow: visible; }
.mm-beepath .mm-bee { color: var(--bark); }

/* =========================================================
   Hero — storybook split
   ========================================================= */
.mm-hero { position: relative; overflow: hidden; background: linear-gradient(180deg, var(--parchment) 0%, var(--parchment-2) 100%); }
.mm-hero__inner {
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(28px, 5vw, 70px);
  align-items: center; padding-block: clamp(48px, 7vw, 96px);
}
.mm-hero__copy { position: relative; z-index: 2; }
.mm-hero__copy .mm-eyebrow { display: flex; justify-content: center; }
.mm-hero h1 {
  font-size: clamp(3rem, 8vw, 6rem);
  line-height: 0.98; letter-spacing: -0.03em; margin-bottom: 0.18em;
  color: var(--bark);
}
.mm-hero h1 .mm-hero__mead { color: var(--honey-deep); display: inline-block; }

/* SVG fitline headline — each line scales to fill the same width */
.mm-fithead { margin: 0 0 0.5em; line-height: 1; max-width: 560px; }
.mm-fitline { display: block; width: 100%; overflow: visible; }
.mm-fitline text { font-family: var(--font-display); font-weight: 800; fill: var(--bark); }
.mm-fitline--accent { margin-top: 0; }
.mm-fitline--accent text { fill: var(--honey-deep); }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); white-space: nowrap; border: 0; padding: 0; margin: -1px; }
.mm-hero__lead { font-size: clamp(1.1rem, 1.7vw, 1.35rem); color: var(--bark-soft); max-width: 42ch; margin-bottom: 1.2em; text-align: justify; text-justify: inter-word; }
.mm-dict__word { font-family: var(--font-display); font-size: 1.2em; color: var(--bark); font-weight: 800; }
.mm-dict__pron { font-family: var(--font-body); font-weight: 400; color: var(--moss); font-size: 0.92em; letter-spacing: 0.02em; }
.mm-dict__pos { font-style: italic; color: var(--honey-deep); font-weight: 600; }
.mm-hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 40px; }

.mm-hero__art { position: relative; z-index: 1; }
.mm-hero__bear {
  position: relative; border-radius: 50% 50% 46% 46% / 54% 54% 46% 46%;
  overflow: hidden;
  background: radial-gradient(120% 100% at 50% 18%, var(--honey-wash) 0%, var(--honey) 70%, var(--honey-deep) 130%);
  box-shadow: var(--shadow-lg), inset 0 0 0 10px rgba(255,249,237,0.4);
  aspect-ratio: 5 / 6; max-width: 460px; margin-inline: auto;
}
.mm-hero__bear img { width: 100%; height: 100%; object-fit: cover; object-position: center 38%; mix-blend-mode: multiply; }
.mm-hero__badge {
  position: absolute; z-index: 3; bottom: 6%; left: -4%;
  width: clamp(96px, 12vw, 132px); height: clamp(96px, 12vw, 132px);
  display: grid; place-items: center; text-align: center;
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
  background: var(--forest); color: var(--honey-glow);
  font-family: var(--font-display); transform: rotate(-6deg);
  box-shadow: var(--shadow-md);
}
.mm-hero__badge b { display: block; font-size: 1.7rem; line-height: 1; color: #fff; }
.mm-hero__badge span { font-size: 0.6rem; letter-spacing: 0.16em; text-transform: uppercase; font-family: var(--font-body); font-weight: 800; color: var(--honey-glow); margin-top: 4px; }

/* a drifting bee on the hero */
.mm-hero__bee { position: absolute; top: 16%; right: 8%; width: 46px; color: var(--bark); z-index: 4; animation: mm-drift 9s ease-in-out infinite; }
@keyframes mm-drift {
  0%   { transform: translate(0,0) rotate(-6deg); }
  25%  { transform: translate(-30px, 24px) rotate(4deg); }
  50%  { transform: translate(-60px, -10px) rotate(-3deg); }
  75%  { transform: translate(-26px, 30px) rotate(6deg); }
  100% { transform: translate(0,0) rotate(-6deg); }
}

/* =========================================================
   Stat hexagons
   ========================================================= */
.mm-stats { display: flex; flex-wrap: wrap; justify-content: center; gap: clamp(18px, 4vw, 48px); }
.mm-stat { text-align: center; }
.mm-stat__hex {
  width: 132px; height: 116px; margin: 0 auto 14px;
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
  background: linear-gradient(160deg, var(--honey-glow), var(--honey) 60%, var(--honey-deep));
  display: grid; place-items: center;
  box-shadow: var(--shadow-sm);
}
.mm-stat__hex b { font-family: var(--font-display); font-size: 2.2rem; color: var(--bark); line-height: 1; }
.mm-stat__label { font-weight: 800; letter-spacing: 0.04em; color: var(--bark); }
.mm-stat__sub { font-size: 0.9rem; color: var(--bark-soft); }

/* =========================================================
   Three-up feature cards
   ========================================================= */
.mm-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.mm-card {
  position: relative; background: var(--cream); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: 34px 30px 30px; overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}
.mm-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.mm-card::after {
  content: ""; position: absolute; top: -26px; right: -26px; width: 96px; height: 96px;
  background: url("assets/images/comb-corner.svg") no-repeat center / contain; opacity: 0.5;
}
.mm-card__icon {
  width: 62px; height: 62px; border-radius: 16px; display: grid; place-items: center;
  background: var(--honey-wash); color: var(--honey-deep); margin-bottom: 18px;
}
.mm-card__icon svg { width: 32px; height: 32px; }
.mm-card h3 { font-size: 1.5rem; margin-bottom: 0.35em; }
.mm-card p { color: var(--bark-soft); }
.mm-card__link { display: inline-flex; align-items: center; gap: 6px; margin-top: 16px; font-weight: 800; color: var(--brick); text-decoration: none; }
.mm-card__link svg { width: 16px; height: 16px; transition: transform .18s ease; }
.mm-card:hover .mm-card__link svg { transform: translateX(4px); }

/* =========================================================
   "Why MugMead" — deep forest band
   ========================================================= */
.mm-why { background: var(--forest); color: #efe9d8; position: relative; overflow: hidden; }
.mm-why::before {
  content: ""; position: absolute; inset: 0; opacity: 0.10;
  background: url("assets/images/honeycomb-bg.svg"); background-size: 120px;
}
.mm-why .mm-eyebrow { color: var(--honey-glow); }
.mm-why .mm-h2, .mm-why h3 { color: #fff; }
.mm-why__inner { position: relative; z-index: 1; }
.mm-pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 12px; }
.mm-pillar { padding-top: 8px; }
.mm-pillar__num { font-family: var(--font-display); font-size: 0.95rem; color: var(--honey-glow); font-weight: 700; letter-spacing: 0.1em; }
.mm-pillar h3 { font-size: 1.45rem; margin: 10px 0 0.4em; }
.mm-pillar p { color: #d6cfba; margin: 0; }
.mm-pillar__rule { width: 44px; height: 3px; background: var(--honey); border-radius: 2px; margin-top: 16px; }

/* =========================================================
   Products / shop
   ========================================================= */
.mm-products { background: var(--parchment-2); position: relative; z-index: 1; }
.mm-prodgrid, ul.products { display: grid !important; grid-template-columns: repeat(4, 1fr); gap: 26px; list-style: none; margin: 0; padding: 0; }
ul.products::before, ul.products::after { content: none !important; }

.mm-prod, ul.products li.product {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  padding: 16px 16px 20px; margin: 0 !important; width: auto !important; float: none !important;
  text-align: center; transition: transform .2s ease, box-shadow .2s ease; position: relative;
  box-shadow: var(--shadow-sm);
}
.mm-prod:hover, ul.products li.product:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.mm-prod__media, ul.products li.product a img {
  border-radius: 12px; background: var(--honey-wash); margin-bottom: 14px; aspect-ratio: 1/1; object-fit: cover; width: 100%;
}
ul.products li.product a { text-decoration: none; color: var(--bark); display: block; }
.mm-prod h3, ul.products li.product .woocommerce-loop-product__title {
  font-family: var(--font-display); font-size: 1.12rem; padding: 0; margin: 0 0 4px; color: var(--bark);
}
ul.products li.product .price, .mm-prod__price { color: var(--bark) !important; font-weight: 800; font-size: 1.05rem; font-family: var(--font-body); }
ul.products li.product .price del { color: var(--bark-soft) !important; font-weight: 600; opacity: 0.7; }
ul.products li.product .price .woocommerce-Price-amount { color: var(--bark); }
ul.products li.product .price ins { text-decoration: none; }
.mm-prod__cat { font-size: 0.74rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--moss); font-weight: 800; margin-bottom: 6px; }

/* WooCommerce buttons */
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit,
.woocommerce a.button.alt, .woocommerce button.button.alt, .mm-prod .button {
  background: var(--brick); color: #fff5ec; border-radius: 999px; font-family: var(--font-body);
  font-weight: 800; padding: 0.7em 1.3em; transition: background .18s ease, transform .18s ease; border: none;
}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce #respond input#submit:hover {
  background: var(--brick-deep); color: #fff; transform: translateY(-2px);
}
.woocommerce ul.products li.product .added_to_cart { display: inline-block; margin-top: 8px; color: var(--forest); font-weight: 800; }
.woocommerce span.onsale {
  background: var(--forest); color: var(--honey-glow); border-radius: 999px; padding: 6px 12px;
  font-weight: 800; min-height: auto; min-width: auto; line-height: 1.2; top: 10px; left: 10px;
}
.woocommerce .star-rating span::before, .woocommerce .star-rating::before { color: var(--honey-deep); }
.woocommerce-message, .woocommerce-info, .woocommerce-error {
  border-top-color: var(--honey); background: var(--cream); border-radius: var(--r);
}
.woocommerce-message::before, .woocommerce-info::before { color: var(--honey-deep); }
.woocommerce-store-notice, p.demo_store { background: var(--forest); color: var(--honey-glow); }

/* Shop page wrapper */
.mm-shop-wrap {
  padding-block: clamp(40px, 6vw, 80px);
  background: var(--cream);
  position: relative;
  z-index: 1;
}
.woocommerce-products-header__title, .mm-shop-wrap h1 { font-family: var(--font-display); font-size: clamp(2rem, 4vw, 2.8rem); color: var(--bark); }
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { color: var(--bark-soft); }
.woocommerce div.product .product_title { font-family: var(--font-display); }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--bark); font-weight: 800; }

/* =========================================================
   CTA band (Visit & Connect)
   ========================================================= */
.mm-cta {
  background: linear-gradient(150deg, var(--honey) 0%, var(--honey-deep) 100%);
  color: var(--bark); text-align: center; position: relative; overflow: hidden;
}
.mm-cta::before { content:""; position:absolute; inset:0; background:url("assets/images/honeycomb-bg.svg"); background-size:120px; opacity:0.16; }
.mm-cta__inner { position: relative; z-index: 1; }
.mm-cta .mm-eyebrow { color: var(--brick-deep); }
.mm-cta h2 { color: var(--bark); }
.mm-cta__btns { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 26px; }

/* =========================================================
   Page headers / generic content
   ========================================================= */
.mm-pagehead { background: var(--parchment-2); padding-block: clamp(56px, 8vw, 96px); text-align: center; position: relative; }
.mm-pagehead h1 { font-size: clamp(2.4rem, 5vw, 3.6rem); }
.mm-pagehead p { color: var(--bark-soft); max-width: 60ch; margin-inline: auto; }

.mm-prose { font-size: 1.08rem; }
.mm-prose h2 { font-size: 1.9rem; margin-top: 1.4em; }
.mm-prose h3 { font-size: 1.4rem; margin-top: 1.2em; }
.mm-prose img { border-radius: var(--r); margin-block: 1.2em; }
.mm-prose ul, .mm-prose ol { padding-left: 1.3em; }
.mm-prose li { margin-bottom: 0.5em; }
.mm-prose blockquote {
  border-left: 4px solid var(--honey); background: var(--cream);
  margin: 1.4em 0; padding: 1em 1.4em; border-radius: 0 var(--r) var(--r) 0; font-style: italic; color: var(--bark-soft);
}

/* Info rows for About/Contact */
.mm-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
.mm-figure { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-md); background: var(--honey-wash); }
.mm-figure img { width: 100%; }

.mm-infolist { list-style: none; margin: 0; padding: 0; }
.mm-infolist li { display: flex; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); align-items: flex-start; }
.mm-infolist li:last-child { border-bottom: none; }
.mm-infolist svg { width: 22px; height: 22px; color: var(--honey-deep); flex: none; margin-top: 3px; }
.mm-infolist b { display: block; color: var(--bark); }
.mm-infolist a { color: var(--bark-soft); text-decoration: none; }
.mm-infolist a:hover { color: var(--brick); }

.mm-hours { list-style: none; margin: 0; padding: 0; }
.mm-hours li { display: flex; justify-content: space-between; gap: 16px; padding: 10px 0; border-bottom: 1px dashed var(--line); }
.mm-hours li:last-child { border-bottom: none; }
.mm-hours .mm-hours__day { font-weight: 800; color: var(--bark); }
.mm-hours .mm-hours__time { color: var(--bark-soft); }

/* Panels + map (Contact, info surfaces) */
.mm-panel { background: var(--cream); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(24px, 3vw, 38px); box-shadow: var(--shadow-sm); }
.mm-panel + .mm-panel { margin-top: 26px; }
.mm-panel h3 { margin: 0 0 16px; font-size: 1.35rem; }
.mm-mapholder { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); aspect-ratio: 4 / 3; background: var(--parchment-2); box-shadow: var(--shadow-sm); display: grid; place-items: center; text-align: center; color: var(--bark-soft); padding: 24px; }
.mm-mapholder svg { width: 30px; height: 30px; color: var(--honey-deep); margin-bottom: 10px; }
.mm-mapholder iframe { width: 100%; height: 100%; border: 0; display: block; }

/* =========================================================
   Posts / journal cards
   ========================================================= */
.mm-postgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.mm-postcard { background: var(--cream); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; display: flex; flex-direction: column; transition: transform .2s ease, box-shadow .2s ease; }
.mm-postcard:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.mm-postcard__media { aspect-ratio: 16/10; background: var(--honey-wash); overflow: hidden; }
.mm-postcard__media img { width: 100%; height: 100%; object-fit: cover; }
.mm-postcard__body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.mm-postcard__meta { font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--moss); font-weight: 800; margin-bottom: 8px; }
.mm-postcard h3 { font-size: 1.3rem; margin-bottom: 0.4em; }
.mm-postcard h3 a { color: var(--bark); text-decoration: none; }
.mm-postcard h3 a:hover { color: var(--brick); }
.mm-postcard p { color: var(--bark-soft); font-size: 0.97rem; }
.mm-postcard__more { margin-top: auto; padding-top: 14px; font-weight: 800; color: var(--brick); text-decoration: none; }

.mm-pagination { display: flex; gap: 8px; justify-content: center; margin-top: 50px; }
.mm-pagination .page-numbers { display: grid; place-items: center; min-width: 44px; height: 44px; padding: 0 10px; border-radius: 12px; background: var(--cream); border: 1px solid var(--line); color: var(--bark); text-decoration: none; font-weight: 800; }
.mm-pagination .page-numbers.current { background: var(--honey); border-color: var(--honey-deep); }
.mm-pagination .page-numbers:hover { background: var(--honey-wash); }

/* =========================================================
   Footer
   ========================================================= */
.mm-footer { background: var(--forest-deep); color: #cfc8b4; position: relative; overflow: hidden; }
.mm-footer::before { content:""; position:absolute; inset:0; background:url("assets/images/honeycomb-bg.svg"); background-size:130px; opacity:0.07; }
.mm-footer__inner { position: relative; z-index: 1; padding-block: clamp(50px, 7vw, 80px); }
.mm-footer__top { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.mm-footer__brand .mm-brand__name { color: #fff; }
.mm-footer__brand .mm-brand__tag { color: var(--honey-glow); }
.mm-footer__brand .mm-brand__mark { color: var(--honey); }
.mm-footer p { color: #b7b09c; max-width: 36ch; }
.mm-footer h4 { color: #fff; font-size: 1.05rem; letter-spacing: 0.02em; margin-bottom: 1em; }
.mm-footer ul { list-style: none; margin: 0; padding: 0; }
.mm-footer li { margin-bottom: 0.6em; }
.mm-footer a { color: #cfc8b4; text-decoration: none; }
.mm-footer a:hover { color: var(--honey-glow); }
.mm-social { display: flex; gap: 10px; margin-top: 16px; }
.mm-social a { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,0.08); color: #e7e0cd; }
.mm-social a:hover { background: var(--honey); color: var(--forest-deep); }
.mm-social svg { width: 20px; height: 20px; }
.mm-footer__bottom { position: relative; z-index: 1; border-top: 1px solid rgba(255,255,255,0.12); padding-block: 22px; display: flex; flex-wrap: wrap; gap: 10px 24px; justify-content: space-between; font-size: 0.86rem; color: #9a9281; }
.mm-footer__bottom a { color: #9a9281; }

/* =========================================================
   Widgets / sidebar (blog)
   ========================================================= */
.mm-layout { display: grid; grid-template-columns: 1fr 300px; gap: clamp(30px, 5vw, 56px); }
.mm-sidebar .widget { background: var(--cream); border: 1px solid var(--line); border-radius: var(--r); padding: 22px; margin-bottom: 24px; }
.mm-sidebar .widget-title { font-family: var(--font-display); font-size: 1.15rem; margin-bottom: 0.7em; }
.mm-sidebar ul { list-style: none; margin: 0; padding: 0; }
.mm-sidebar li { padding: 6px 0; border-bottom: 1px solid var(--line-soft); }
.mm-sidebar a { color: var(--bark-soft); text-decoration: none; }
.mm-sidebar a:hover { color: var(--brick); }

/* =========================================================
   Scroll reveal
   ========================================================= */
.mm-reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.mm-reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .mm-reveal { opacity: 1 !important; transform: none !important; transition: none; }
  .mm-hero__bee { animation: none; }
}

/* Under-construction banner */
.mm-underconstruction {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 999;
  background: var(--forest); color: var(--honey-wash);
  text-align: center; padding: 12px var(--gutter);
  font-size: 0.9rem; box-shadow: 0 -4px 20px rgba(46,58,36,0.3);
}
.mm-underconstruction p { margin: 0; display: inline-flex; align-items: center; gap: 6px; flex-wrap: wrap; justify-content: center; }
.mm-underconstruction strong { color: var(--honey-glow); }
.mm-underconstruction .mm-ico { width: 18px; height: 18px; color: var(--honey); flex: none; }

/* Focus visibility */
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, .mm-btn:focus-visible {
  outline: 3px solid var(--honey-deep); outline-offset: 3px; border-radius: 6px;
}

/* =========================================================
   Mobile nav drawer
   ========================================================= */
.mm-nav__close { display: none; }

@media (max-width: 980px) {
  .mm-cards, .mm-pillars, .mm-postgrid { grid-template-columns: repeat(2, 1fr); }
  .mm-prodgrid, ul.products { grid-template-columns: repeat(2, 1fr); }
  .mm-hero__inner { grid-template-columns: 1fr; }
  .mm-hero__art { order: -1; max-width: 380px; margin-inline: auto; }
  .mm-footer__top { grid-template-columns: 1fr 1fr; }
  .mm-footer__brand { grid-column: 1 / -1; }
  .mm-layout { grid-template-columns: 1fr; }
  .mm-split { grid-template-columns: 1fr; }

  .mm-burger { display: grid; place-items: center; }
  .mm-nav {
    position: fixed; inset: 0 0 0 auto; width: min(82vw, 340px);
    background: var(--parchment); flex-direction: column; align-items: stretch;
    padding: 84px 22px 30px; transform: translateX(100%); transition: transform .3s ease;
    box-shadow: var(--shadow-lg); z-index: 300;
  }
  .mm-nav.is-open { transform: none; }
  .mm-nav ul { flex-direction: column; gap: 2px; }
  .mm-nav a { padding: 14px 16px; font-size: 1.1rem; }
  .mm-nav__close { display: grid; place-items: center; position: absolute; top: 18px; right: 18px; width: 44px; height: 44px; border: none; background: var(--honey-wash); border-radius: 12px; cursor: pointer; color: var(--bark); }
  .mm-nav__close svg { width: 24px; height: 24px; }
  body.mm-nav-open { overflow: hidden; }
  .mm-scrim { position: fixed; inset: 0; background: rgba(34,43,27,0.5); opacity: 0; visibility: hidden; transition: opacity .3s ease; z-index: 250; }
  .mm-scrim.is-open { opacity: 1; visibility: visible; }
}

@media (max-width: 600px) {
  .mm-cards, .mm-pillars, .mm-postgrid, .mm-prodgrid, ul.products, .mm-footer__top { grid-template-columns: 1fr; }
  .mm-hero h1 { font-size: clamp(2.6rem, 13vw, 3.6rem); }
  .mm-stats { gap: 22px; }
}
