:root {
  --color-ivory: #fff3df;
  --color-cream: #fff9ef;
  --color-gold: #d49a2a;
  --color-gold-dark: #a76e1b;
  --color-ink: #17130d;
  --color-brown: #6a5942;
  --color-olive: #6f6a48;
  --color-red: #8f1e14;
  --color-line: #dfc79f;
  --color-green: #486644;
  --font-display: Georgia, "Times New Roman", serif;
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow-soft: 0 24px 70px rgba(78, 53, 20, .11);
  --radius: 12px;
  --shell: min(1160px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--color-ink); background: var(--color-cream); font-family: var(--font-body); line-height: 1.65; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--color-gold); outline-offset: 3px; }
.shell { width: var(--shell); margin-inline: auto; }
.narrow { max-width: 760px; }
.centered { text-align: center; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 14px; color: #fff; background: var(--color-ink); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

h1, h2, h3 { margin: 0; font-family: var(--font-display); font-weight: 400; line-height: 1.06; text-wrap: balance; }
h1 { font-size: clamp(3rem, 6.5vw, 6.1rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.3rem, 4.6vw, 4.2rem); letter-spacing: -.035em; }
h3 { font-size: 1.75rem; }
p { margin-block: 0 1.2rem; }
.eyebrow { margin: 0 0 18px; color: var(--color-gold-dark); font-size: .72rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow > span { display: inline-block; width: 34px; height: 1px; margin-right: 10px; vertical-align: middle; background: var(--color-gold); }
.centered-eyebrow::before, .centered-eyebrow::after { content: ""; display: inline-block; width: 34px; height: 1px; margin: 0 11px 3px; background: var(--color-gold); }
.section { padding-block: 110px; }
.section-lead { color: var(--color-brown); font-family: var(--font-display); font-size: clamp(1.2rem, 2vw, 1.52rem); line-height: 1.55; }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 18px; padding: 12px 24px; border: 1px solid transparent; border-radius: 3px; font-size: .8rem; font-weight: 800; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; transition: .2s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { color: #fff; background: var(--color-gold-dark); box-shadow: 0 10px 25px rgba(167, 110, 27, .18); }
.button-primary:hover { background: #875512; }
.button-quiet { border-color: transparent; color: var(--color-ink); background: transparent; text-decoration: underline; text-decoration-color: var(--color-line); text-underline-offset: 6px; }
.button-outline { border-color: var(--color-gold-dark); color: var(--color-gold-dark); background: transparent; }
.button-outline:hover { color: #fff; background: var(--color-gold-dark); }
.button-dark { color: var(--color-ivory); background: var(--color-ink); }
.button-danger { border-color: #ba8882; color: #7c1f16; background: #fff5f3; }
.button.full { width: 100%; }
.small-button { min-height: 42px; padding: 8px 16px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.text-link { color: var(--color-gold-dark); font-size: .79rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.text-link b { margin-left: 8px; transition: .2s; }
.text-link:hover b { margin-left: 13px; }
.text-link.standalone { display: inline-block; margin-top: 8px; }

.site-header { position: relative; z-index: 20; border-bottom: 1px solid rgba(167, 110, 27, .26); background: rgba(255, 249, 239, .94); }
.header-inner { display: flex; min-height: 88px; align-items: center; justify-content: space-between; }
.brand, .admin-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { display: grid; width: 44px; height: 49px; overflow: hidden; place-items: center; color: var(--color-ink); border: 1px solid var(--color-gold); background: var(--color-ivory); clip-path: polygon(50% 0, 95% 24%, 95% 76%, 50% 100%, 5% 76%, 5% 24%); font-family: var(--font-display); font-size: 1.35rem; }
.brand-mark img { width: 62px; max-width: none; height: 62px; object-fit: contain; transform: translateY(2px); }
.brand-mark.small { width: 36px; height: 40px; font-size: 1.05rem; }
.brand-mark.small img { width: 52px; height: 52px; }
.brand strong, .admin-brand strong { display: block; font-family: var(--font-display); font-size: 1.38rem; font-weight: 400; letter-spacing: .09em; text-transform: uppercase; }
.brand small, .admin-brand small { display: block; margin-top: -4px; color: var(--color-brown); font-size: .56rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 10px; }
.desktop-nav a { position: relative; font-family: var(--font-display); font-size: .99rem; text-decoration: none; }
.desktop-nav .nav-cta { display: inline-flex; min-height: 42px; align-items: center; padding: 8px 17px; border: 1px solid var(--color-gold-dark); color: var(--color-gold-dark); background: transparent; font-family: var(--font-body); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; transition: .2s ease; }
.desktop-nav .nav-cta:hover, .desktop-nav .nav-cta[aria-current="page"] { color: #fff; background: var(--color-gold-dark); }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { list-style: none; min-height: 44px; padding: 10px 4px; font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu nav { position: absolute; top: 52px; right: 0; width: min(290px, calc(100vw - 40px)); padding: 12px; border: 1px solid var(--color-line); background: var(--color-cream); box-shadow: var(--shadow-soft); }
.mobile-menu nav a { display: block; padding: 13px 10px; border-bottom: 1px solid #eadbc2; text-decoration: none; }

.hero { position: relative; min-height: 750px; overflow: hidden; background: var(--color-ivory); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .35; background-image: radial-gradient(circle at 20% 40%, rgba(212, 154, 42, .11), transparent 34%), repeating-linear-gradient(90deg, transparent 0, transparent 79px, rgba(167, 110, 27, .035) 80px); }
.hero-glow { position: absolute; top: 10%; right: 8%; width: 470px; height: 470px; border: 1px solid rgba(212, 154, 42, .18); border-radius: 50%; }
.hero-glow::before, .hero-glow::after { content: ""; position: absolute; border: 1px solid rgba(212, 154, 42, .12); border-radius: inherit; }
.hero-glow::before { inset: 30px; }
.hero-glow::after { inset: 65px; }
.hero-grid { position: relative; display: grid; min-height: 690px; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 70px; padding-block: 55px 70px; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy h1 { max-width: 760px; }
.hero-copy h1 em { color: var(--color-gold-dark); font-weight: 400; }
.hero-lead { max-width: 660px; margin-top: 28px; color: var(--color-brown); font-family: var(--font-display); font-size: clamp(1.18rem, 2vw, 1.5rem); line-height: 1.55; }
.hero-note { display: flex; align-items: center; gap: 12px; margin-top: 42px; }
.hero-note .bee-dot { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid var(--color-line); border-radius: 50%; color: var(--color-gold-dark); }
.hero-note strong, .hero-note small { display: block; }
.hero-note strong { font-family: var(--font-display); font-weight: 400; }
.hero-note small { color: var(--color-brown); font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; }
.hero-visual { position: relative; display: grid; place-items: center; }
.hero-brand-frame { position: relative; width: min(100%, 620px); }
.hero-brand-frame img { width: 100%; filter: drop-shadow(0 24px 28px rgba(91, 59, 16, .11)); transform: scale(1.06); }

.intro-section { background: var(--color-cream); }
.intro-section .narrow h2 { margin-bottom: 18px; }
.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 62px; }
.story-card { position: relative; min-height: 360px; padding: 45px 38px 38px; overflow: hidden; border: 1px solid var(--color-line); border-radius: var(--radius); color: var(--color-ink); background: rgba(255, 243, 223, .4); text-decoration: none; transition: .25s ease; }
.story-card:hover { border-color: var(--color-gold); transform: translateY(-5px); box-shadow: var(--shadow-soft); }
.story-card.featured { background: var(--color-ivory); box-shadow: 0 18px 50px rgba(91, 59, 16, .08); transform: translateY(-12px); }
.story-card.featured:hover { transform: translateY(-17px); }
.story-card .card-number { position: absolute; top: 24px; right: 28px; color: #cfb987; font-family: var(--font-display); font-size: 3rem; opacity: .42; }
.line-icon { display: grid; width: 58px; height: 58px; place-items: center; margin-bottom: 34px; border: 1px solid var(--color-gold); border-radius: 50%; color: var(--color-gold-dark); font-family: var(--font-display); font-size: 1.7rem; }
.story-card p { min-height: 78px; margin: 16px 0 30px; color: var(--color-brown); font-family: var(--font-display); font-size: 1.05rem; line-height: 1.55; }

.season-section { padding-block: 105px; color: var(--color-ivory); background: var(--color-olive); }
.season-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 110px; }
.season-section .eyebrow, .season-section .text-link { color: #f3d597; }
.season-section .section-lead { max-width: 650px; margin-top: 24px; color: #e8dfce; }
.season-art { position: relative; display: grid; width: 330px; height: 330px; place-items: center; margin-inline: auto; }
.season-ring { position: absolute; inset: 0; border: 1px solid rgba(255, 243, 223, .45); border-radius: 50%; }
.season-ring::before, .season-ring::after { content: ""; position: absolute; inset: 28px; border: 1px solid rgba(212, 154, 42, .5); border-radius: 50%; }
.season-ring::after { inset: 56px; border-style: dashed; }
.season-flower { color: #f0c46c; font-family: var(--font-display); font-size: 8rem; }
.season-label { position: absolute; right: -10px; bottom: 30px; display: grid; width: 82px; height: 82px; place-items: center; border-radius: 50%; color: var(--color-ink); background: #e7bd65; font-size: .62rem; font-weight: 800; letter-spacing: .08em; line-height: 1.1; text-align: center; text-transform: uppercase; }
.season-label b { font-family: var(--font-display); font-size: 1rem; }

.maker-section { background: #fdf7ec; }
.maker-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; }
.maker-grid > div:last-child { padding-top: 28px; }
.dropcap { color: var(--color-brown); font-family: var(--font-display); font-size: 1.22rem; line-height: 1.75; }
.dropcap::first-letter { float: left; margin: 7px 9px 0 0; color: var(--color-gold-dark); font-size: 4.6rem; line-height: .65; }
.maker-grid .button { margin-top: 20px; }
.honey-cta { padding-block: 85px; color: var(--color-ivory); background: var(--color-gold-dark); }
.honey-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.honey-cta .eyebrow { color: #ffe4ad; }
.honey-cta h2 { max-width: 700px; font-size: clamp(2.3rem, 4vw, 3.8rem); }
.honey-cta p:last-child { margin: 20px 0 0; color: #fbe2bc; }

.site-footer { padding-top: 78px; color: #e7dccb; background: var(--color-ink); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 80px; padding-bottom: 70px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; }
.footer-brand { margin-bottom: 16px; color: var(--color-ivory); font-family: var(--font-display); font-size: 2rem; letter-spacing: .11em; text-decoration: none; text-transform: uppercase; }
.footer-grid p { color: #a99a86; }
.footer-grid a:not(.footer-brand) { margin-block: 5px; color: #d5c7b3; text-decoration: none; }
.footer-grid a:hover { color: #fff; }
.footer-heading { color: var(--color-gold) !important; font-size: .67rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; padding-block: 22px; border-top: 1px solid #342d24; color: #847765; font-size: .69rem; letter-spacing: .08em; text-transform: uppercase; }

.page-hero { padding: 115px 0 95px; background: var(--color-ivory); }
.page-hero.compact { padding-block: 90px 70px; }
.page-hero h1 { font-size: clamp(3.5rem, 7vw, 6.4rem); }
.page-hero p:last-child { max-width: 700px; margin: 28px auto 0; color: var(--color-brown); font-family: var(--font-display); font-size: clamp(1.2rem, 2.2vw, 1.55rem); }
.page-hero-branded { position: relative; min-height: 560px; padding-block: 55px 35px; overflow: hidden; }
.page-hero-branded.compact { min-height: 500px; padding-block: 45px 25px; }
.page-hero-grid { display: grid; min-height: 470px; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 55px; }
.page-hero-copy { position: relative; z-index: 2; }
.page-hero-copy h1 { font-size: clamp(3.5rem, 6.2vw, 5.8rem); }
.page-hero-copy p:last-child { max-width: 590px; margin: 26px 0 0; }
.page-media-visual { position: relative; display: grid; height: 470px; place-items: center; }
.page-media-placeholder { position: relative; display: grid; width: min(100%, 555px); min-height: 345px; place-items: center; align-content: center; gap: 8px; padding: 35px; border: 1px dashed rgba(167, 110, 27, .52); border-radius: var(--radius); color: var(--color-gold-dark); background: rgba(255, 249, 239, .5); text-align: center; }
.page-media-placeholder::before { content: ""; position: absolute; width: min(88%, 490px); height: 300px; border: 1px solid rgba(212, 154, 42, .12); border-radius: var(--radius); transform: rotate(2deg); pointer-events: none; }
.media-placeholder-icon { display: grid; width: 88px; height: 76px; place-items: center; }
.media-placeholder-icon svg { width: 100%; fill: none; stroke: currentColor; stroke-width: 2; }
.media-placeholder-label { font-family: var(--font-display); font-size: 1.45rem; }
.page-media-placeholder small { color: var(--color-brown); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.page-media-photo { width: min(100%, 555px); height: 365px; margin: 0; overflow: hidden; border: 1px solid rgba(167, 110, 27, .34); border-radius: var(--radius); background: #d8cfbd; box-shadow: var(--shadow-soft); }
.page-media-photo img { width: 100%; height: 100%; object-fit: cover; }
.payment-media-photo img { object-position: center center; }
.page-ornament { display: flex; align-items: center; justify-content: center; height: 55px; color: var(--color-gold); background: var(--color-cream); }
.page-ornament::before, .page-ornament::after { content: ""; width: 25%; height: 1px; margin: 0 20px; background: var(--color-line); }
.article-layout { display: grid; grid-template-columns: 190px 1fr; gap: 85px; max-width: 960px; padding-block: 95px 125px; }
.article-layout aside { color: var(--color-brown); text-align: center; }
.article-mark { display: grid; width: 92px; height: 102px; overflow: hidden; place-items: center; margin: 0 auto 20px; border: 1px solid var(--color-gold); background: var(--color-ivory); clip-path: polygon(50% 0, 94% 25%, 94% 75%, 50% 100%, 6% 75%, 6% 25%); }
.article-mark img { width: 130px; max-width: none; height: 130px; object-fit: contain; transform: translateY(4px); }
.article-layout aside p { font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.article-layout aside small { font-weight: 400; }
.prose { max-width: 680px; color: #3e3529; font-family: var(--font-display); font-size: 1.25rem; line-height: 1.8; }
.prose > p:first-child::first-letter { float: left; margin: 14px 10px 0 0; color: var(--color-gold-dark); font-size: 5.2rem; line-height: .55; }
.prose p { margin-bottom: 1.75rem; }
.article-next { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 55px; padding-top: 28px; border-top: 1px solid var(--color-line); font-family: var(--font-body); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.article-next span { color: var(--color-brown); }
.article-next a { color: var(--color-gold-dark); font-weight: 800; text-decoration: none; }

.payment-grid { display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: 100px; max-width: 1000px; }
.payment-copy h2 { margin-bottom: 25px; }
.payment-copy > p { color: var(--color-brown); }
.price-line { display: flex; align-items: center; justify-content: space-between; margin: 34px 0 15px; padding-block: 18px; border-block: 1px solid var(--color-line); }
.price-line span { font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.price-line strong { font-family: var(--font-display); font-size: 2rem; font-weight: 400; }
.small-copy { font-size: .86rem; }
.qr-card { padding: 42px; border: 1px solid var(--color-line); border-radius: var(--radius); background: var(--color-ivory); box-shadow: var(--shadow-soft); text-align: center; }
.qr-kicker { color: var(--color-brown); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.qr-code { display: grid; min-height: 230px; place-items: center; margin: 22px auto; }
.qr-code svg { width: min(100%, 250px); height: auto; padding: 12px; background: #fff; }
.qr-code.large { min-height: 330px; }
.qr-code.large svg { width: min(100%, 330px); }
.qr-placeholder { display: grid; width: 190px; height: 190px; place-items: center; margin: 5px auto 25px; border: 1px dashed var(--color-gold); color: var(--color-gold); font-size: 6rem; }
.qr-card h3 { margin-bottom: 14px; }
.qr-card > p { color: var(--color-brown); }
.payment-product-note { margin: 17px 0 0; color: var(--color-brown); font-family: var(--font-display); font-size: .98rem; line-height: 1.45; }
.payment-product-note strong { color: var(--color-ink); font-size: 1.12rem; font-weight: 400; }
.error-page { display: grid; min-height: 65vh; place-items: center; padding-block: 100px; background: var(--color-ivory); }
.error-page p:not(.eyebrow) { margin: 24px 0 34px; color: var(--color-brown); font-family: var(--font-display); font-size: 1.3rem; }

/* Omgeving en dracht */
.forage-hero { background: linear-gradient(120deg, var(--color-ivory), #fff8e8 72%); }
.forage-hero .page-hero-copy .text-link { margin-top: 28px; font-family: var(--font-body); font-size: .72rem; }
.forage-hero-image { position: relative; width: min(100%, 555px); height: 410px; margin: 0; overflow: hidden; border: 1px solid rgba(167, 110, 27, .34); border-radius: 50% 50% 12px 12px; background: #d8cfad; box-shadow: var(--shadow-soft); }
.forage-hero-image::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 9px rgba(255, 249, 239, .32); pointer-events: none; }
.forage-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.forage-hero-image figcaption { position: absolute; right: 18px; bottom: 18px; left: 18px; padding: 16px 18px; color: #fff; background: rgba(23, 19, 13, .82); backdrop-filter: blur(8px); }
.forage-hero-image figcaption span, .forage-hero-image figcaption strong { display: block; }
.forage-hero-image figcaption span { margin-bottom: 2px; color: #f1ce88; font-size: .64rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.forage-hero-image figcaption strong { font-family: var(--font-display); font-size: 1.45rem; font-weight: 400; }

.current-forage { color: #fff8e9; background: var(--color-green); }
.current-forage-grid { display: grid; min-height: 285px; grid-template-columns: 112px minmax(0, 1fr); align-items: center; gap: 42px 48px; padding-block: 48px; }
.forage-date { display: grid; width: 108px; height: 120px; place-items: center; align-content: center; border: 1px solid rgba(255, 248, 233, .48); clip-path: polygon(50% 0, 94% 25%, 94% 75%, 50% 100%, 6% 75%, 6% 25%); background: rgba(255, 255, 255, .06); }
.forage-date strong, .forage-date span { display: block; line-height: 1; }
.forage-date strong { font-family: var(--font-display); font-size: 2.7rem; font-weight: 400; }
.forage-date span { margin-top: 7px; color: #f1ce88; font-size: .67rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.current-forage-copy .eyebrow { margin-bottom: 10px; color: #f1ce88; }
.current-forage-copy h2 { font-size: clamp(2.25rem, 4vw, 3.6rem); }
.current-forage-copy > p:not(.eyebrow) { max-width: 800px; color: #dfe8dc; }
.current-forage-copy .current-forage-plants { margin: 14px 0 6px; color: #fff8e9; font-family: var(--font-display); font-size: 1.32rem; }
.current-forage time { display: inline-block; margin-top: 5px; color: #bfcfba; font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.current-forage .plant-term { color: #fff8e9; text-decoration-color: #f1ce88; }
.year-track { display: grid; grid-column: 1 / -1; grid-template-columns: repeat(12, 1fr); gap: 7px; margin: 0; padding: 0; list-style: none; }
.year-track li { position: relative; padding-top: 12px; color: #aabda5; border-top: 1px solid rgba(255, 248, 233, .2); font-size: .62rem; font-weight: 800; text-align: center; }
.year-track li.is-current { color: #fff; border-color: #f1ce88; }
.year-track li.is-current::before { content: ""; position: absolute; top: -4px; left: 50%; width: 7px; height: 7px; border-radius: 50%; background: #f1ce88; transform: translateX(-50%); }

.forage-reader { display: grid; grid-template-columns: minmax(0, 760px) 300px; justify-content: space-between; gap: 80px; padding-block: 105px 130px; }
.forage-copy { min-width: 0; }
.forage-article-section { position: relative; margin-bottom: 88px; scroll-margin-top: 28px; }
.forage-article-section h2, .plant-gallery-section > h2 { margin-bottom: 30px; font-size: clamp(2.3rem, 4.5vw, 3.65rem); }
.forage-article-section > p, .forage-section-intro { color: #40382e; font-family: var(--font-display); font-size: 1.18rem; line-height: 1.82; }
.forage-article-section > p { margin-bottom: 1.55rem; }
.forage-article-section:first-child > p:first-of-type::first-letter { float: left; margin: 14px 10px 0 0; color: var(--color-gold-dark); font-size: 5.2rem; line-height: .55; }
.plant-term { color: #385d3d; font-weight: 600; text-decoration-line: underline; text-decoration-color: rgba(56, 93, 61, .4); text-decoration-style: dotted; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.plant-term:hover, .plant-term:focus-visible { color: var(--color-gold-dark); text-decoration-color: currentColor; }
.plant-term.has-preview { cursor: zoom-in; }
.forage-article-section h2 .plant-term { color: inherit; font-weight: inherit; text-decoration-color: rgba(56, 93, 61, .42); text-decoration-thickness: 2px; text-underline-offset: 7px; }
.forage-article-section h2 .plant-term:hover, .forage-article-section h2 .plant-term:focus-visible { color: var(--color-green); }

.forage-aside { min-width: 0; }
.plant-preview { position: sticky; top: 28px; padding: 22px; border: 1px solid var(--color-line); border-radius: var(--radius); background: var(--color-ivory); box-shadow: 0 18px 50px rgba(91, 59, 16, .08); }
.plant-preview .eyebrow { margin-bottom: 14px; }
.plant-preview-image { height: 225px; margin-bottom: 18px; overflow: hidden; border-radius: 8px; background: #ddd4bd; }
.plant-preview-image img { width: 100%; height: 100%; object-fit: cover; transition: opacity .16s ease; }
.plant-preview > span { color: var(--color-gold-dark); font-size: .64rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.plant-preview h2 { margin: 7px 0 12px; font-size: 2rem; }
.plant-preview > p:not(.eyebrow) { color: var(--color-brown); font-family: var(--font-display); font-size: .98rem; line-height: 1.6; }
.plant-preview .text-link { display: inline-block; margin: 4px 0 17px; font-size: .66rem; }
.plant-preview > small { display: block; padding-top: 13px; border-top: 1px solid var(--color-line); color: var(--color-brown); font-size: .61rem; line-height: 1.55; }
.plant-preview > small a { text-underline-offset: 2px; }
.plant-preview .plant-preview-hint { margin: 13px 0 0; font-family: var(--font-body) !important; font-size: .67rem !important; }

.forage-calendar-section { margin-bottom: 105px; }
.forage-calendar { margin: 38px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--color-line); }
.forage-calendar li { display: grid; grid-template-columns: 155px minmax(0, 1fr) 190px; gap: 24px; align-items: start; padding: 24px 18px; border-bottom: 1px solid var(--color-line); }
.forage-calendar li.is-current { border-color: #c69a48; background: var(--color-ivory); box-shadow: inset 4px 0 0 var(--color-gold-dark); }
.calendar-period { display: flex; align-items: center; gap: 8px; color: var(--color-brown); font-size: .7rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.calendar-period b { padding: 3px 7px; border-radius: 99px; color: #fff; background: var(--color-green); font-size: .55rem; letter-spacing: .08em; }
.forage-calendar strong { display: block; margin-bottom: 4px; font-family: var(--font-display); font-size: 1.12rem; font-weight: 400; }
.forage-calendar p { margin: 0; color: var(--color-brown); font-size: .82rem; line-height: 1.55; }
.forage-calendar .calendar-meaning { color: #5d554b; font-size: .76rem; }

.plant-gallery-section { padding-top: 18px; }
.plant-gallery-section > .eyebrow { margin-bottom: 15px; }
.plant-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 42px; }
.plant-gallery-card { overflow: hidden; border: 1px solid var(--color-line); border-radius: var(--radius); background: #fffdf8; transition: transform .2s ease, box-shadow .2s ease; }
.plant-gallery-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft); }
.plant-gallery-image { display: block; height: 225px; overflow: hidden; background: #ddd4bd; }
.plant-gallery-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.plant-gallery-card:hover .plant-gallery-image img { transform: scale(1.035); }
.plant-gallery-card > div { padding: 22px; }
.plant-gallery-card span { color: var(--color-gold-dark); font-size: .63rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.plant-gallery-card h3 { margin: 5px 0 11px; }
.plant-gallery-card h3 a { text-decoration: none; }
.plant-gallery-card p { min-height: 74px; color: var(--color-brown); font-family: var(--font-display); font-size: .98rem; line-height: 1.55; }
.plant-gallery-card small { display: block; padding-top: 13px; border-top: 1px solid #eadbc2; color: #81735f; font-size: .6rem; line-height: 1.5; }

/* Admin */
.admin-body { min-height: 100vh; background: #f5f1e8; }
.admin-shell { width: min(1280px, calc(100% - 40px)); margin-inline: auto; }
.admin-header { color: #fff; background: var(--color-ink); }
.admin-header-inner { display: flex; min-height: 76px; align-items: center; gap: 42px; }
.admin-brand { color: #fff; }
.admin-brand .brand-mark { color: var(--color-ink); }
.admin-brand strong { font-size: 1.15rem; }
.admin-brand small { color: #ad9d88; }
.admin-nav { display: flex; align-self: stretch; gap: 4px; margin-left: auto; }
.admin-nav a { display: flex; align-items: center; padding: 0 15px; border-bottom: 2px solid transparent; color: #d8cebf; font-size: .75rem; font-weight: 700; text-decoration: none; }
.admin-nav a:hover { border-color: var(--color-gold); color: #fff; }
.admin-user { display: flex; align-items: center; gap: 12px; padding-left: 18px; border-left: 1px solid #3c3329; }
.admin-account { color: inherit; line-height: 1.25; text-align: right; text-decoration: none; }
.admin-user strong, .admin-user small { display: block; }
.admin-user strong { font-size: .75rem; }
.admin-user small { color: #ad9d88; font-size: .62rem; text-transform: uppercase; }
.icon-button { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid #54483a; border-radius: 50%; color: #fff; background: transparent; }
.admin-back { margin-left: auto; color: #d8cebf; font-size: .8rem; text-decoration: none; }
.admin-mobile-nav { display: none; }
.admin-main { padding-block: 48px 90px; }
.admin-page-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 36px; }
.admin-page-heading h1 { font-size: clamp(2.45rem, 5vw, 4.5rem); }
.admin-page-heading h1 span { color: var(--color-brown); }
.admin-page-heading p:last-child { margin: 13px 0 0; color: var(--color-brown); }
.heading-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; }
.heading-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 16px; color: var(--color-brown); font-size: .78rem; }
.heading-meta > span:not(.status) { padding-left: 12px; border-left: 1px solid var(--color-line); }
.alert { margin-bottom: 25px; padding: 15px 18px; border: 1px solid #d9c59e; border-radius: 7px; background: #fff9eb; }
.alert-error { border-color: #d8a39e; color: #751e16; background: #fff1ef; }
.alert-success { border-color: #9eb999; color: #2c5129; background: #f1faef; }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; margin-bottom: 25px; }
.stat-card { position: relative; min-height: 150px; padding: 24px 26px; overflow: hidden; border: 1px solid #ded3c1; border-radius: 10px; background: #fffdf8; }
.stat-card::after { content: "⬡"; position: absolute; right: 15px; bottom: -25px; color: rgba(212, 154, 42, .09); font-size: 7.5rem; }
.stat-card.attention { border-color: #dfb8a1; background: #fff8f0; }
.stat-card span, .stat-card small { display: block; color: var(--color-brown); font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.stat-card strong { display: block; margin: 5px 0 0; font-family: var(--font-display); font-size: 3.3rem; font-weight: 400; line-height: 1; }
.admin-panel { padding: 30px; border: 1px solid #ded3c1; border-radius: 10px; background: #fffdf8; box-shadow: 0 12px 35px rgba(59, 42, 20, .04); }
.admin-panel + .admin-panel { margin-top: 24px; }
.panel-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.panel-heading .eyebrow { margin-bottom: 6px; }
.panel-heading h2 { font-size: 2rem; }
.empty-state { margin: 15px 0; padding: 24px; border: 1px dashed #d7c8af; color: var(--color-brown); background: #fbf7ef; text-align: center; }
.hive-list { display: flex; flex-direction: column; }
.hive-row { display: grid; min-height: 88px; grid-template-columns: 52px minmax(230px, 1.5fr) auto minmax(120px, .6fr) 24px; align-items: center; gap: 18px; padding: 14px 8px; border-top: 1px solid #e8dfd1; text-decoration: none; }
.hive-row:first-child { border-top: 0; }
.hive-row:hover { background: #fff8eb; }
.hive-avatar { display: grid; width: 48px; height: 52px; place-items: center; color: var(--color-gold-dark); border: 1px solid var(--color-gold); background: var(--color-ivory); clip-path: polygon(50% 0, 95% 23%, 95% 77%, 50% 100%, 5% 77%, 5% 23%); font-family: var(--font-display); }
.hive-main strong, .hive-main small, .hive-meta strong, .hive-meta small { display: block; }
.hive-main small, .hive-meta small { color: var(--color-brown); font-size: .7rem; }
.hive-meta { text-align: right; }
.hive-meta strong { font-family: var(--font-display); font-size: 1rem; font-weight: 400; }
.hive-arrow { color: var(--color-gold-dark); font-size: 1.2rem; }
.status { display: inline-flex; min-height: 27px; align-items: center; justify-content: center; padding: 4px 10px; border-radius: 99px; font-size: .62rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.status-active { color: #31582e; background: #e8f2e4; }
.status-attention { color: #7c4018; background: #f8e8cf; }
.status-inactive { color: #68615a; background: #ebe8e4; }
.audit-list > div { display: flex; justify-content: space-between; gap: 20px; padding: 10px 0; border-top: 1px solid #e8dfd1; }
.audit-list span { font-size: .82rem; text-transform: capitalize; }
.audit-list small { color: var(--color-brown); }

.login-grid { display: grid; min-height: calc(100vh - 170px); grid-template-columns: 1fr 470px; align-items: center; gap: 100px; max-width: 1080px; margin-inline: auto; }
.login-intro h1 { max-width: 600px; }
.login-intro > p:not(.eyebrow) { max-width: 610px; margin-top: 25px; color: var(--color-brown); font-family: var(--font-display); font-size: 1.25rem; }
.login-security { display: flex; align-items: center; gap: 16px; margin-top: 40px; }
.login-security > span { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid var(--color-gold); border-radius: 50%; color: var(--color-gold-dark); }
.login-security p { margin: 0; }
.login-security strong, .login-security small { display: block; }
.login-security small { color: var(--color-brown); }
.login-card { padding: 46px; border: 1px solid var(--color-line); border-radius: 12px; background: #fffdf8; box-shadow: var(--shadow-soft); }
.login-mark { display: grid; width: 62px; height: 69px; place-items: center; margin-bottom: 24px; color: var(--color-gold-dark); border: 1px solid var(--color-gold); clip-path: polygon(50% 0, 95% 24%, 95% 76%, 50% 100%, 5% 76%, 5% 24%); font-family: var(--font-display); font-size: 1.8rem; }
.login-card h2 { font-size: 2.5rem; }
.login-card > p { color: var(--color-brown); }
.stack-form { display: flex; flex-direction: column; gap: 17px; }
.stack-form label, .admin-form label { color: #43382b; font-size: .73rem; font-weight: 800; letter-spacing: .045em; }
.stack-form label small, .admin-form label small { color: var(--color-brown); font-weight: 400; }
input, select, textarea { width: 100%; min-height: 48px; margin-top: 6px; padding: 10px 12px; border: 1px solid #ccbfa9; border-radius: 5px; color: var(--color-ink); background: #fff; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--color-gold-dark); outline: 2px solid rgba(212, 154, 42, .18); }
.inline-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

.admin-form { display: flex; flex-direction: column; gap: 24px; }
.form-section { padding: 34px; border: 1px solid #ded3c1; border-radius: 10px; background: #fffdf8; }
.form-section-title { display: flex; align-items: center; gap: 15px; margin-bottom: 30px; padding-bottom: 20px; border-bottom: 1px solid #e8dfd1; }
.form-section-title > span { display: grid; min-width: 38px; height: 38px; place-items: center; border: 1px solid var(--color-gold); border-radius: 50%; color: var(--color-gold-dark); font-size: .66rem; font-weight: 800; }
.form-section-title h2 { font-size: 1.8rem; }
.form-section-title p { margin: 2px 0 0; color: var(--color-brown); font-size: .78rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.full-field { grid-column: 1 / -1; }
.check-label { display: flex; min-height: 48px; align-items: center; align-self: end; gap: 10px; padding: 10px 0; }
.check-label input, .check-grid input { width: 20px; min-height: 20px; margin: 0; accent-color: var(--color-gold-dark); }
.check-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.check-grid label { display: flex; min-height: 52px; align-items: center; gap: 10px; padding: 12px; border: 1px solid #ded3c1; border-radius: 6px; background: #fffaf1; }
.form-actions { display: flex; justify-content: flex-end; padding: 10px 0; }

.tab-nav { display: flex; gap: 5px; margin-bottom: 24px; overflow-x: auto; border-bottom: 1px solid #d7cbb8; }
.tab-nav a { display: flex; min-height: 48px; align-items: center; gap: 8px; padding: 10px 18px; border-bottom: 2px solid transparent; color: var(--color-brown); font-size: .78rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.tab-nav a[aria-current="page"] { border-color: var(--color-gold-dark); color: var(--color-ink); }
.tab-nav span { display: grid; min-width: 22px; height: 22px; place-items: center; border-radius: 50%; background: #e8decf; font-size: .6rem; }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 24px; }
.detail-grid .admin-panel + .admin-panel { margin-top: 0; }
.inspection-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.inspection-summary > div { padding: 14px; border: 1px solid #e8dfd1; background: #fbf7ef; }
.inspection-summary span, .inspection-summary strong { display: block; }
.inspection-summary span { color: var(--color-brown); font-size: .65rem; text-transform: uppercase; }
.inspection-summary strong { font-family: var(--font-display); font-size: 1.1rem; font-weight: 400; }
.panel-note { margin-top: 20px; color: var(--color-brown); }
.definition-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 22px; }
.definition-grid.single { grid-template-columns: 1fr; }
.definition-grid div { padding-bottom: 10px; border-bottom: 1px solid #e8dfd1; }
.definition-grid dt { color: var(--color-brown); font-size: .65rem; font-weight: 700; text-transform: uppercase; }
.definition-grid dd { margin: 3px 0 0; font-family: var(--font-display); }
.action-list { display: flex; flex-direction: column; }
.action-list > div { display: flex; align-items: center; gap: 12px; padding: 13px 0; border-top: 1px solid #e8dfd1; }
.action-list > div:first-child { border-top: 0; }
.action-list p { margin: 0; }
.action-list strong, .action-list small { display: block; }
.action-list small { color: var(--color-brown); }
.action-check { display: grid; flex: 0 0 26px; width: 26px; height: 26px; place-items: center; border: 1px solid var(--color-gold-dark); border-radius: 50%; color: #fff; background: transparent; font-size: .7rem; }
button.action-check:hover, .is-completed .action-check { background: var(--color-green); border-color: var(--color-green); }
.is-completed p { opacity: .58; text-decoration: line-through; }
.timeline article { display: grid; grid-template-columns: 145px 1fr; gap: 30px; padding: 26px 0; border-top: 1px solid #e8dfd1; }
.timeline article:first-child { border-top: 0; }
.timeline-date strong, .timeline-date small { display: block; }
.timeline-date strong { font-family: var(--font-display); font-size: 1.1rem; }
.timeline-date small { color: var(--color-brown); }
.timeline-content > p { margin: 12px 0 4px; }
.timeline-content > small { color: var(--color-brown); }
.timeline-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.timeline-tags span, .role-badge { padding: 4px 9px; border-radius: 99px; color: #42603d; background: #e7f0e3; font-size: .62rem; font-weight: 700; }
.timeline-tags .warning-tag { color: #7b4015; background: #f7e5c9; }
.record-list article, .note-list article { padding: 16px 0; border-top: 1px solid #e8dfd1; }
.record-list article:first-child, .note-list article:first-child { border-top: 0; }
.record-list strong, .record-list span, .record-list small { display: block; }
.record-list span, .record-list small, .note-list small { color: var(--color-brown); font-size: .72rem; }
.record-list p { margin: 5px 0; }
.note-list p { margin-bottom: 8px; }

.qr-admin-grid { display: grid; grid-template-columns: minmax(380px, .8fr) 1fr; align-items: start; gap: 40px; }
.print-sticker { width: 100%; max-width: 500px; padding: 38px; border: 2px solid var(--color-gold); border-radius: 12px; background: #fff; text-align: center; }
.sticker-brand { display: flex; align-items: center; justify-content: center; gap: 10px; font-family: var(--font-display); font-size: 1.3rem; letter-spacing: .1em; text-transform: uppercase; }
.print-sticker h2 { font-size: 2rem; }
.print-sticker > p { color: var(--color-brown); }
.button-stack { display: flex; flex-direction: column; gap: 12px; margin-top: 28px; }
.button-stack form, .button-stack button { width: 100%; }
.content-list > a { display: grid; grid-template-columns: 1fr auto 24px; align-items: center; gap: 18px; padding: 18px 8px; border-top: 1px solid #e8dfd1; text-decoration: none; }
.content-list > a:first-child { border-top: 0; }
.content-list strong, .content-list small { display: block; }
.content-list small { color: var(--color-brown); }
.user-list > div { display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 12px; padding: 15px 0; border-top: 1px solid #e8dfd1; }
.user-list > div:first-child { border-top: 0; }
.user-avatar { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; color: #fff; background: var(--color-olive); font-family: var(--font-display); }
.user-list p { margin: 0; }
.user-list strong, .user-list small { display: block; }
.user-list small { color: var(--color-brown); }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .hero-grid { grid-template-columns: 1fr 400px; gap: 20px; }
  .hero-copy h1 { font-size: clamp(3.2rem, 7vw, 5rem); }
  .story-grid { gap: 12px; }
  .story-card { padding: 38px 25px 30px; }
  .season-grid, .maker-grid, .payment-grid { gap: 55px; }
  .admin-nav { display: none; }
  .admin-user { margin-left: auto; }
  .admin-mobile-nav { display: flex; position: sticky; z-index: 10; top: 0; justify-content: space-around; border-bottom: 1px solid #d7cbb8; background: #fffdf8; }
  .admin-mobile-nav a { min-height: 44px; padding: 11px 14px; font-size: .72rem; font-weight: 700; text-decoration: none; }
  .stat-grid { grid-template-columns: 1fr 1fr; }
  .login-grid { grid-template-columns: 1fr 430px; gap: 45px; }
  .forage-reader { grid-template-columns: minmax(0, 1fr); max-width: 820px; }
  .forage-aside { display: none; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 28px, 1160px); }
  h1 { font-size: 3.15rem; }
  h2 { font-size: 2.55rem; }
  .section { padding-block: 75px; }
  .header-inner { min-height: 72px; }
  .brand strong { font-size: 1.05rem; }
  .brand small { font-size: .48rem; }
  .brand-mark { width: 37px; height: 42px; font-size: 1.05rem; }
  .hero { min-height: auto; }
  .hero-grid { display: flex; min-height: auto; flex-direction: column-reverse; gap: 18px; padding-block: 25px 72px; }
  .hero-copy { width: 100%; }
  .hero-visual { width: min(82vw, 390px); margin-inline: auto; }
  .hero-copy h1 { font-size: clamp(3rem, 14vw, 4.6rem); }
  .hero-lead { font-size: 1.12rem; }
  .hero-note { margin-top: 30px; }
  .button-row { flex-direction: column; align-items: stretch; }
  .story-grid { grid-template-columns: 1fr; margin-top: 42px; }
  .story-card, .story-card.featured { min-height: 0; transform: none; }
  .story-card.featured:hover { transform: translateY(-5px); }
  .story-card p { min-height: 0; }
  .season-grid, .maker-grid, .payment-grid { grid-template-columns: 1fr; gap: 50px; }
  .season-art { width: 260px; height: 260px; }
  .season-flower { font-size: 6rem; }
  .maker-grid > div:last-child { padding-top: 0; }
  .honey-cta-inner { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 45px 25px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .article-layout { grid-template-columns: 1fr; gap: 30px; padding-block: 60px 85px; }
  .article-layout aside { display: none; }
  .article-next { align-items: flex-start; flex-direction: column; }
  .page-hero { padding-block: 75px 65px; }
  .page-hero-branded, .page-hero-branded.compact { min-height: 0; padding-block: 30px 62px; }
  .page-hero-grid { display: flex; min-height: 0; flex-direction: column; gap: 0; }
  .page-media-visual { order: -1; width: min(100%, 440px); height: 305px; margin-inline: auto; }
  .page-media-placeholder { min-height: 235px; padding: 24px; }
  .page-media-placeholder::before { width: 86%; height: 205px; }
  .page-media-photo { height: 285px; }
  .beekeeper-media-visual { height: 250px; }
  .beekeeper-media-photo { height: 230px; }
  .page-hero-copy { width: 100%; text-align: center; }
  .page-hero-copy .eyebrow::before, .page-hero-copy .eyebrow::after { content: ""; display: inline-block; width: 26px; height: 1px; margin: 0 9px 3px; background: var(--color-gold); }
  .page-hero-copy p:last-child { margin-inline: auto; }
  .qr-card { padding: 28px 20px; }
  .forage-hero .page-hero-grid { gap: 25px; }
  .forage-hero-visual { height: 300px; }
  .forage-hero-image { height: 285px; border-radius: 48% 48% 10px 10px; }
  .forage-hero-image figcaption { right: 11px; bottom: 11px; left: 11px; padding: 12px 14px; }
  .forage-hero .page-hero-copy .text-link { margin-top: 20px; }
  .current-forage-grid { grid-template-columns: 72px 1fr; gap: 26px 20px; padding-block: 38px; }
  .forage-date { width: 72px; height: 82px; }
  .forage-date strong { font-size: 2rem; }
  .current-forage-copy h2 { font-size: 2.35rem; }
  .current-forage-copy .current-forage-plants { font-size: 1.12rem; }
  .year-track { gap: 3px; }
  .year-track li { font-size: .52rem; }
  .forage-reader { padding-block: 75px 90px; }
  .forage-article-section { margin-bottom: 68px; }
  .forage-article-section h2, .plant-gallery-section > h2 { margin-bottom: 23px; }
  .forage-article-section > p, .forage-section-intro { font-size: 1.08rem; line-height: 1.75; }
  .forage-calendar li { grid-template-columns: 1fr; gap: 9px; padding: 20px 15px; }
  .forage-calendar .calendar-meaning { padding-top: 4px; color: var(--color-green); font-weight: 700; }
  .plant-gallery { grid-template-columns: 1fr; }
  .plant-gallery-card { display: grid; grid-template-columns: minmax(145px, .82fr) 1.18fr; }
  .plant-gallery-image { height: 100%; min-height: 285px; }
  .plant-gallery-card p { min-height: 0; }

  .admin-shell { width: min(100% - 24px, 1280px); }
  .admin-header-inner { min-height: 68px; }
  .admin-brand strong { font-size: .95rem; }
  .admin-account { display: none; }
  .admin-main { padding-block: 30px 75px; }
  .admin-page-heading { align-items: flex-start; flex-direction: column; margin-bottom: 25px; }
  .admin-page-heading .button { width: 100%; }
  .heading-actions { width: 100%; }
  .heading-actions .button { flex: 1 1 46%; }
  .stat-grid { gap: 10px; }
  .stat-card { min-height: 130px; padding: 18px; }
  .stat-card strong { font-size: 2.7rem; }
  .admin-panel { padding: 20px 17px; }
  .panel-heading { align-items: flex-start; }
  .hive-row { grid-template-columns: 46px 1fr auto; gap: 11px; padding-block: 15px; }
  .hive-row .status { grid-column: 2; justify-self: start; }
  .hive-meta { display: none; }
  .hive-arrow { grid-column: 3; grid-row: 1 / 3; }
  .login-grid { display: block; min-height: 0; }
  .login-intro { padding: 25px 0 45px; }
  .login-intro h1 { font-size: 3rem; }
  .login-card { padding: 32px 24px; }
  .form-section { padding: 24px 18px; }
  .form-grid, .detail-grid, .qr-admin-grid { grid-template-columns: 1fr; }
  .check-grid { grid-template-columns: 1fr 1fr; }
  .full-field { grid-column: auto; }
  .tab-nav { width: calc(100% + 24px); margin-left: -12px; padding-inline: 12px; }
  .timeline article { grid-template-columns: 1fr; gap: 8px; }
  .qr-admin-grid { gap: 24px; }
  .print-sticker { padding: 25px 18px; }
}

@media (max-width: 420px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 7px; }
  .check-grid, .inspection-summary, .definition-grid, .inline-fields { grid-template-columns: 1fr; }
  .stat-card span { min-height: 34px; }
  .current-forage-grid { grid-template-columns: 1fr; }
  .forage-date { display: none; }
  .year-track { grid-template-columns: repeat(6, 1fr); row-gap: 10px; }
  .plant-gallery-card { display: block; }
  .plant-gallery-image { height: 230px; min-height: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .plant-preview-image img, .plant-gallery-image img, .plant-gallery-card { transition: none; }
}

@media print {
  body { background: #fff; }
  .admin-header, .admin-mobile-nav, .no-print, .alert, .site-header, .site-footer { display: none !important; }
  .admin-main { width: 100%; padding: 0; }
  .qr-admin-grid { display: block; }
  .print-sticker { width: 70mm; min-height: 90mm; margin: 0 auto; padding: 8mm; box-shadow: none; page-break-inside: avoid; }
  .qr-code.large { min-height: 45mm; margin: 4mm auto; }
  .qr-code.large svg { width: 45mm; }
}
