/* ============================================================
   SWEETFRONT PRINT (CRAFT v8 · 4.1) — loaded with media="print", so it costs nothing on screen.
   A farmer prints opening hours and prices. Paper gets: ink on white, no chrome, no decoration, links spelled out,
   and "Find us" on a page of its own — a flyer with the address, the hours and the markets.
   ============================================================ */
@page { margin: 18mm; }

html { font-size: 11pt; }
body { background: #fff; color: #000; }
body::after { display: none; }                                        /* no grain on paper */

/* chrome and decoration stay on the screen */
.site-head, .section-index, .back-wrap, .studio-return, .scroll-progress, .cta-sticky, .demo-strip, .skip-link, .site-foot nav,
.hero-shots, .hero-plate, .type-poster, .drops, .stamp, .ba, .copy-btn, .btn-ghost::before { display: none !important; }

/* on paper a chapter is as tall as its content, not as tall as a window */
main > section { display: block !important; min-height: 0 !important; }

/* every ground becomes paper, every text ink */
main, section, .band, .section-dark, .hero-night, .panel, .plate, .site-foot {
  background: #fff !important;
  color: #000 !important;
  box-shadow: none !important;
  -webkit-mask: none !important;
  mask: none !important;
}
.section-dark p, .section-dark .lead, .lead, .note, .m-muted, .sr-note, .h-notes, .stat dt, .stat-hero-cap, .stat-hero-num { color: #000 !important; }
*, *::before, *::after { animation: none !important; transition: none !important; }

section { padding-block: 5mm !important; }
/* keep small things whole, let sections flow — "break-inside: avoid" on whole sections cost five extra pages */
.spec-row, tr, .tl-item, .h-card, .panel, .stat, .faq-item, .step, .gd { break-inside: avoid; }
.sec-head { margin-bottom: 4mm !important; }
.grid12 { display: block !important; }
h1, h2, h3 { break-after: avoid; }
.hero-h1 { font-size: 28pt; }
.sec-title { font-size: 18pt; }
.stat-hero-num { font-size: 40pt; }
.btn { border: 1pt solid #000; background: none !important; color: #000 !important; box-shadow: none !important; }

/* the grade switcher shows all three grades on paper; FAQ answers are printed open */
.gd { display: block !important; opacity: 1 !important; margin-bottom: 6mm; }
.gs-seg, .gs-plate { display: none !important; }
details::details-content { content-visibility: visible !important; height: auto !important; }
details > summary::after { content: none !important; }

/* links are spelled out — paper cannot be clicked */
a { color: #000 !important; text-decoration: underline; }
main a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 9pt; word-break: break-all; }
main a[href^="mailto:"]::after, main a[href^="tel:"]::after { content: none; }

/* the flyer: Find us starts a page of its own and stays in one piece */
#find { break-before: page; break-inside: avoid; }
#find .grid12, #find .find-grid { display: block; }
#find table { width: 100%; margin-bottom: 6mm; }
