/*
Theme Name: Mycohond
Theme URI: https://mycohond.nl/
Author: 1704Media
Description: Rustige supplementshop voor paddenstoelen (onder andere turkey tail) als aanvullend diervoeder voor honden. WooCommerce-klaar, met doseringscalculator op de homepage.
Version: 1.0.2
Requires at least: 6.0
License: GNU General Public License v2 or later
Text Domain: mycohond
*/

:root {
  --mh-inkt: #14211a;
  --mh-bos: #1f3d2b;
  --mh-creme: #f6f2ea;
  --mh-papier: #fffdf8;
  --mh-lijn: #e3dccf;
  --mh-mos: #5b7d5a;
  --mh-moslicht: #eaeee3;
  --mh-gedempt: #6a6f66;
  --mh-oker: #b8742a;
  --mh-okerdonker: #9a5e1f;
  --mh-fout: #9c3a2a;
  --mh-radius: 10px;
  --mh-schaduw: 0 18px 50px rgba(20, 33, 26, 0.10);
  --mh-font: "Instrument Sans", "Manrope", ui-sans-serif, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--mh-creme);
  color: var(--mh-inkt);
  font-family: var(--mh-font);
  font-size: 1.05rem;
  line-height: 1.65;
}
a { color: var(--mh-okerdonker); text-decoration-thickness: 0.08em; text-underline-offset: 0.18em; }
img { max-width: 100%; height: auto; display: block; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 2px solid var(--mh-bos); outline-offset: 2px; }

h1, h2, h3, h4 {
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin: 0;
}
h1 { font-size: clamp(2.4rem, 5.2vw, 4rem); }
h2 { font-size: clamp(1.55rem, 2.8vw, 2.3rem); }
h3 { font-size: 1.25rem; }

.mh-shell { width: min(1140px, calc(100% - 40px)); margin-inline: auto; }
.mh-content { width: min(760px, calc(100% - 40px)); margin-inline: auto; }
.mh-content h2 { font-size: 1.7rem; margin: 2.1em 0 0.45em; }
.mh-content h3 { font-size: 1.3rem; margin: 1.7em 0 0.35em; }
.mh-content p { margin: 0 0 1.1em; }
.mh-content table { width: 100%; border-collapse: collapse; margin: 1.6em 0; background: var(--mh-papier); }
.mh-content th, .mh-content td { text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--mh-lijn); vertical-align: top; }
.mh-content th { color: var(--mh-inkt); background: var(--mh-moslicht); }

.mh-sectie { padding: clamp(56px, 8vw, 104px) 0; }
.mh-sectie__voet { margin: 30px 0 0; }
.mh-sectie__link { color: var(--mh-inkt); font-weight: 600; }
.mh-sectie__link:hover { color: var(--mh-okerdonker); }
.mh-band { background: var(--mh-papier); }
.mh-band--mos { background: var(--mh-moslicht); }

.mh-eyebrow {
  display: inline-block;
  color: var(--mh-okerdonker);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.mh-h2 { font-size: clamp(1.55rem, 2.8vw, 2.3rem); }
.mh-h3 { font-size: 1.25rem; }
.mh-lead { font-size: 1.15rem; color: var(--mh-gedempt); max-width: 62ch; margin: 14px 0 0; }
.mh-meta { color: var(--mh-gedempt); font-size: 0.85rem; font-weight: 600; }

.mh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: var(--mh-radius);
  padding: 12px 22px;
  min-height: 50px;
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--mh-papier);
  background: var(--mh-oker);
  text-decoration: none;
  cursor: pointer;
}
.mh-btn:hover { background: var(--mh-okerdonker); color: var(--mh-papier); }
.mh-btn--ghost {
  background: transparent;
  color: var(--mh-inkt);
  border-color: var(--mh-lijn);
  font-size: 1rem;
}
.mh-btn--ghost:hover { background: var(--mh-papier); color: var(--mh-inkt); }

.mh-pagehero { padding: clamp(48px, 7vw, 88px) 0 clamp(18px, 3vw, 34px); }
.mh-pagehero .mh-h1 { font-size: clamp(2.4rem, 5.2vw, 4rem); }
.mh-pagehero .mh-lead { max-width: 70ch; }

/* ---------- header ---------- */

.mh-header-wrap {
  position: sticky;
  top: 0;
  z-index: 90;
  background: var(--mh-papier);
  border-bottom: 1px solid var(--mh-lijn);
}
.mh-header {
  width: min(1140px, calc(100% - 40px));
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 0;
}
.mh-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--mh-inkt);
  text-decoration: none;
  font-weight: 800;
  font-size: 1.3rem;
  letter-spacing: -0.01em;
}
.mh-brand svg {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  color: var(--mh-bos);
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.mh-nav { margin-left: auto; display: flex; align-items: center; gap: 4px; }
.mh-nav a {
  color: var(--mh-gedempt);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 9px 11px;
  border-radius: 8px;
}
.mh-nav a:hover, .mh-nav a[aria-current="page"] { color: var(--mh-inkt); }
.mh-nav a[aria-current="page"] { text-decoration: underline; text-underline-offset: 6px; text-decoration-color: var(--mh-oker); }
.mh-header-acties { display: flex; align-items: center; gap: 6px; flex: 0 0 auto; }
.mh-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--mh-lijn);
  border-radius: 8px;
  background: transparent;
  color: var(--mh-inkt);
  cursor: pointer;
  place-items: center;
}
.mh-menu-toggle svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
}

/* ---------- footer ---------- */

.mh-footer { background: var(--mh-bos); color: var(--mh-creme); padding: 56px 0 30px; margin-top: 0; }
.mh-footer a { color: var(--mh-creme); text-decoration: none; }
.mh-footer a:hover { text-decoration: underline; text-underline-offset: 0.18em; }
.mh-footer h2, .mh-footer h3 { color: #ffffff; }
.mh-footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 30px; }
.mh-footer-grid > div > p { color: rgba(246, 242, 234, 0.82); margin: 12px 0 0; }
.mh-footer-naw { font-size: 0.92rem; }
.mh-footer ul { list-style: none; padding: 0; margin: 12px 0 0; display: grid; gap: 8px; font-size: 0.95rem; }
.mh-footer-bottom {
  border-top: 1px solid rgba(246, 242, 234, 0.22);
  margin-top: 36px;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 12px 24px;
  flex-wrap: wrap;
  color: rgba(246, 242, 234, 0.82);
  font-size: 0.85rem;
}

/* ---------- homepage ---------- */

.mh-hero { padding: clamp(48px, 8vw, 96px) 0; }
.mh-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.mh-hero h1 { margin-top: 14px; max-width: 16ch; }
.mh-hero__acties { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; margin-top: 28px; }
.mh-tekstlink { color: var(--mh-inkt); font-weight: 600; }
.mh-tekstlink:hover { color: var(--mh-okerdonker); }
.mh-hero__beeld { border-radius: var(--mh-radius); overflow: hidden; background: var(--mh-papier); aspect-ratio: 4 / 3; }
.mh-hero__beeld img { width: 100%; height: 100%; object-fit: cover; }
.mh-hero__vlak { width: 100%; height: 100%; background: var(--mh-creme); border: 1px solid var(--mh-lijn); border-radius: var(--mh-radius); }
.mh-hero .products { margin-top: 34px; }

/* calculator */

.mh-calc { max-width: 760px; margin-top: 30px; }
.mh-calc__velden { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.mh-calc label { display: grid; gap: 7px; font-size: 0.95rem; font-weight: 600; }
.mh-calc input, .mh-calc select {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--mh-lijn);
  border-radius: var(--mh-radius);
  background: var(--mh-papier);
  color: var(--mh-inkt);
  padding: 11px 14px;
}
.mh-calc input:focus, .mh-calc select:focus { outline: 2px solid var(--mh-bos); outline-offset: 1px; }
.mh-calc__uitkomst {
  margin-top: 24px;
  border-top: 1px solid var(--mh-lijn);
  padding-top: 20px;
  display: grid;
  gap: 8px;
  font-size: 1.15rem;
}
.mh-calc__uitkomst strong { font-size: 1.35em; font-weight: 700; }
.mh-calc__notitie { color: var(--mh-gedempt); font-size: 0.9rem; margin: 16px 0 0; max-width: 62ch; }

/* waarom */

.mh-waarom { margin-top: 30px; max-width: 72ch; }
.mh-waarom__blok { border-top: 1px solid var(--mh-lijn); padding: 26px 0; }
.mh-waarom__blok:first-child { border-top: 0; padding-top: 0; }
.mh-waarom__blok h3 { margin-bottom: 8px; }
.mh-waarom__blok p { margin: 0; color: var(--mh-gedempt); }
.mh-waarom__blok p strong { color: var(--mh-inkt); }

/* kennisbank */

.mh-kennis { margin-top: 26px; max-width: 820px; }
.mh-kennis a {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 20px;
  border-top: 1px solid var(--mh-lijn);
  padding: 18px 0;
  text-decoration: none;
  color: inherit;
}
.mh-kennis a:first-child { border-top: 0; padding-top: 0; }
.mh-kennis strong { display: block; color: var(--mh-inkt); font-weight: 600; }
.mh-kennis em { display: block; font-style: normal; color: var(--mh-gedempt); font-size: 0.95rem; margin-top: 3px; }
.mh-kennis a:hover strong { color: var(--mh-okerdonker); }
.mh-kennis__pijl { flex: 0 0 auto; color: var(--mh-okerdonker); }

/* ---------- artikelen en postlijsten ---------- */

.mh-artikel__kop { max-width: 860px; margin: 0 auto; padding: clamp(44px, 6vw, 76px) 20px 24px; }
.mh-artikel__kop h1 { font-size: clamp(2rem, 4.4vw, 3.4rem); margin-top: 10px; }
.mh-artikel__beeld { width: min(1040px, calc(100% - 40px)); margin: 0 auto 44px; border-radius: var(--mh-radius); overflow: hidden; }
.mh-artikel__lijf { max-width: 720px; margin: 0 auto; padding: 0 20px 72px; }
.mh-artikel__lijf h2 { font-size: 1.7rem; margin: 1.9em 0 0.45em; }
.mh-artikel__lijf h3 { font-size: 1.3rem; margin: 1.6em 0 0.35em; }
.mh-artikel__lijf p, .mh-artikel__lijf li { color: #3a423b; }
.mh-artikel__lijf a { font-weight: 600; }
.mh-artikel__lijf table { width: 100%; border-collapse: collapse; margin: 1.6em 0; background: var(--mh-papier); }
.mh-artikel__lijf th, .mh-artikel__lijf td { text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--mh-lijn); vertical-align: top; }
.mh-artikel__lijf th { background: var(--mh-moslicht); }
.mh-artikel__cta {
  margin-top: 44px;
  border-top: 1px solid var(--mh-lijn);
  padding-top: 30px;
}
.mh-artikel__cta p { color: var(--mh-gedempt); }
.mh-artikel__noot {
  margin-top: 30px;
  border-left: 3px solid var(--mh-mos);
  padding: 4px 0 4px 18px;
}
.mh-artikel__noot h2 { font-size: 1.2rem; margin: 0 0 6px; }
.mh-artikel__noot p { color: var(--mh-gedempt); font-size: 0.98rem; margin: 0; }
.mh-verwant { background: var(--mh-papier); padding: 52px 0; }
.mh-verwant .mh-kennis { margin-top: 14px; }

.mh-postlijst { margin-top: 34px; }
.mh-postrij {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 24px;
  align-items: center;
  padding: 22px 0;
  border-top: 1px solid var(--mh-lijn);
  text-decoration: none;
  color: inherit;
}
.mh-postrij:first-child { border-top: 0; padding-top: 0; }
.mh-postrij img { aspect-ratio: 16 / 10; object-fit: cover; border-radius: var(--mh-radius); }
.mh-postrij h2 { font-size: 1.4rem; margin: 6px 0; }
.mh-postrij p { margin: 0; color: var(--mh-gedempt); }
.mh-postrij:hover h2 { color: var(--mh-okerdonker); }

/* ---------- winkelpagina's (winkelwagen, afrekenen, account) ---------- */

.mh-store-page { padding: 46px 0 90px; background: var(--mh-papier); }
.mh-store-page .mh-pagehero { padding-bottom: 0; }
.mh-store-page__body { margin-top: 34px; }

/* ---------- responsief ---------- */

@media (max-width: 900px) {
  .mh-menu-toggle { display: grid; }
  .mh-nav {
    display: none;
    position: absolute;
    left: 14px;
    right: 14px;
    top: calc(100% + 8px);
    background: var(--mh-papier);
    border: 1px solid var(--mh-lijn);
    border-radius: var(--mh-radius);
    box-shadow: var(--mh-schaduw);
    padding: 8px;
    flex-direction: column;
    align-items: stretch;
  }
  .mh-nav.is-open { display: flex; }
  .mh-nav a { padding: 12px; }
  .mh-header { position: relative; }
  .mh-hero__grid, .mh-footer-grid, .mh-calc__velden { grid-template-columns: 1fr; }
  .mh-postrij { grid-template-columns: 1fr; gap: 12px; }
  .mh-footer-bottom { flex-direction: column; }
}

@media (max-width: 560px) {
  body { font-size: 1rem; }
  .mh-sectie { padding: 52px 0; }
  .mh-brand span { font-size: 1.15rem; }
  .mh-hero__acties .mh-btn { width: 100%; }
  .mh-kennis a { flex-direction: column; align-items: flex-start; gap: 4px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition-duration: 1ms !important; animation-duration: 1ms !important; }
}

.pdp-abo-link{margin:.9rem 0 0;font-size:.95rem;color:var(--mh-muted)}.pdp-abo-link a{color:var(--mh-accent,#b8742a)}
