/* Co-Packer Index — botanical-lab design system. Zero JS, zero frameworks.
   Deliberately distinct footprint from any sibling property: cream paper
   ground, deep botanical green, clay accent, serif display type, light
   masthead, left-rule list rows. */
:root {
  --paper: #faf7f1;
  --panel: #ffffff;
  --ink: #24291f;
  --green: #1d4d38;
  --green-deep: #123527;
  --clay: #b4562e;
  --clay-deep: #8a3f1f;
  --sage: #dde3d5;
  --soft: #6d745f;
  --flag: #9a3412;
  --clear: #1d4d38;
  --shell: 980px;
  --r: 4px;
  --serif: Georgia, "Iowan Old Style", "Times New Roman", serif;
  --sans: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0; font-family: var(--sans); color: var(--ink);
  background: var(--paper); line-height: 1.6; font-size: 16.5px;
}
.shell { max-width: var(--shell); margin: 0 auto; padding: 0 22px; }
a { color: var(--clay-deep); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3 { font-family: var(--serif); font-weight: 700; color: var(--green-deep); }
h1 { font-size: 2.1rem; line-height: 1.15; margin: .2em 0 .45em; }
h2 { font-size: 1.35rem; margin: 2.2rem 0 .7rem; }
.soft { color: var(--soft); }
.small { font-size: .85rem; }
.skip { position: absolute; left: -999px; }
.skip:focus { left: 12px; top: 12px; background: #fff; padding: 8px 12px; z-index: 10; }

/* masthead — light, ruled, nothing like a dark app bar */
.masthead { background: var(--paper); border-bottom: 3px double var(--green); }
.masthead-row { display: flex; align-items: baseline; justify-content: space-between; padding-top: 18px; padding-bottom: 14px; gap: 14px; flex-wrap: wrap; }
.wordmark { font-family: var(--serif); font-size: 1.25rem; font-weight: 700; color: var(--green-deep); display: inline-flex; align-items: center; gap: 10px; }
.wordmark:hover { text-decoration: none; }
.seal { background: var(--green); color: var(--paper); border-radius: 50%; width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; font-size: .85rem; letter-spacing: .03em; font-family: var(--sans); }
.topnav { display: flex; gap: 18px; flex-wrap: wrap; }
.topnav a { color: var(--green-deep); font-size: .92rem; letter-spacing: .01em; text-transform: uppercase; }
.topnav a:hover { color: var(--clay-deep); text-decoration: none; border-bottom: 2px solid var(--clay); }

/* lead */
.lead { padding: 2.6rem 0 1.2rem; }
.lead h1 { font-size: 2.5rem; max-width: 22ch; }
.standfirst { font-size: 1.12rem; color: #3d4433; max-width: 64ch; }
.figures { display: flex; gap: 0; margin: 1.8rem 0 .6rem; padding: 0; border-top: 1px solid var(--green); border-bottom: 1px solid var(--green); flex-wrap: wrap; }
.figures div { flex: 1 1 160px; padding: 14px 18px; border-right: 1px dotted var(--sage); }
.figures div:last-child { border-right: 0; }
.figures dt { font-size: .74rem; text-transform: uppercase; letter-spacing: .08em; color: var(--soft); }
.figures dd { margin: 2px 0 0; font-family: var(--serif); font-size: 1.9rem; color: var(--green-deep); }
.freshness { color: var(--clear); font-weight: 600; font-size: .9rem; }
.edge-list { list-style: none; padding: 0; margin: 1.2rem 0 0; max-width: 72ch; }
.edge-list li { padding: 7px 0 7px 20px; position: relative; font-size: .95rem; color: #3d4433; }
.edge-list li::before { content: ""; position: absolute; left: 2px; top: 15px; width: 8px; height: 8px; background: var(--clay); border-radius: 50%; }
.edge-list strong { color: var(--green-deep); }

/* MOQ band row */
.band-row { list-style: none; padding: 0; margin: 1rem 0 1.6rem; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 12px; }
.band-row a { display: flex; flex-direction: column; gap: 2px; background: var(--green); color: var(--paper); border-radius: var(--r); padding: 14px 16px; }
.band-row a:hover { background: var(--green-deep); text-decoration: none; }
.band-row strong { font-family: var(--serif); font-size: 1.1rem; }
.band-row span { font-size: .84rem; color: #cfe0d3; }

/* category index — ruled list, not cards */
.index-list { list-style: none; padding: 0; margin: 1rem 0 1.6rem; columns: 2; column-gap: 40px; }
.index-list li { display: flex; justify-content: space-between; gap: 12px; padding: 9px 2px; border-bottom: 1px dotted var(--sage); break-inside: avoid; }
.index-list a { font-weight: 600; color: var(--green-deep); }
.index-list a:hover { color: var(--clay-deep); }

/* states */
.state-row { list-style: none; padding: 0; margin: 1rem 0 2.2rem; display: flex; flex-wrap: wrap; gap: 8px 10px; }
.state-row a { display: inline-block; border: 1px solid var(--green); border-radius: 2px; padding: 4px 12px; font-size: .88rem; color: var(--green-deep); background: transparent; }
.state-row a:hover { background: var(--green); color: var(--paper); text-decoration: none; }

/* vendor roll — left-rule rows */
.vendor-roll { list-style: none; padding: 0; margin: 1.2rem 0 2.4rem; counter-reset: n; }
.vendor-roll li { counter-increment: n; padding: 12px 14px 12px 56px; position: relative; background: var(--panel); border-left: 4px solid var(--green); border-bottom: 1px solid var(--sage); }
.vendor-roll li::before { content: counter(n, decimal-leading-zero); position: absolute; left: 14px; top: 13px; font-family: var(--serif); color: var(--clay); font-size: .95rem; }
.vendor-name { font-weight: 700; font-size: 1.04rem; color: var(--green-deep); }
.vendor-meta { display: block; color: var(--soft); font-size: .89rem; margin-top: 2px; }
.vendor-meta strong { color: var(--green-deep); }
.unv { font-style: normal; font-size: .76rem; background: #f4e8d7; color: #7a5b22; border-radius: 2px; padding: 1px 5px; vertical-align: 1px; }
.flag-dot { color: var(--flag); font-weight: 600; }
.rank-note { font-size: .88rem; max-width: 72ch; }

/* profile */
.crumbs { font-size: .84rem; color: var(--soft); margin: 1.3rem 0 .5rem; }
.crumbs a { color: var(--soft); }
.profile-head { border-bottom: 3px double var(--green); padding-bottom: .8rem; margin-bottom: 1.2rem; }
.spec-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 1.2rem 0 1.6rem; }
.spec { background: var(--panel); border: 1px solid var(--sage); border-top: 4px solid var(--green); border-radius: var(--r); padding: 14px 16px; display: flex; flex-direction: column; gap: 4px; }
.spec-label { font-size: .72rem; text-transform: uppercase; letter-spacing: .09em; color: var(--soft); }
.spec-value { font-family: var(--serif); font-size: 1.3rem; color: var(--green-deep); }
.spec-note { font-size: .8rem; color: var(--soft); }
.spec-certs { display: flex; flex-wrap: wrap; gap: 6px; }
.cert-pill { display: inline-block; font-family: var(--sans); font-size: .78rem; font-weight: 600; border: 1.5px solid var(--green); color: var(--green-deep); border-radius: 999px; padding: 2px 10px; }
a.cert-pill:hover { background: var(--green); color: var(--paper); text-decoration: none; }
.flagged { color: var(--flag); }
.clear-value { color: var(--clear); }

.fda-flags { background: #fdf6f1; border: 1px solid #ecd7c8; border-radius: var(--r); padding: 4px 18px 12px; margin: 0 0 1.4rem; }
.fda-flags h2 { margin-top: .9rem; font-size: 1.1rem; }
.fda-flag { margin: .5rem 0; }
.fda-note { font-size: .82rem; }

.factsheet { display: grid; grid-template-columns: max-content 1fr; gap: 8px 26px; margin: 1.2rem 0; }
.factsheet dt { font-weight: 600; color: var(--green-deep); }
.factsheet dd { margin: 0; }
.chip { display: inline-block; background: #eef1e7; border-radius: 2px; padding: 2px 9px; font-size: .85rem; margin: 0 3px 5px 0; color: var(--green-deep); }
.provenance { font-size: .82rem; margin-top: 1.4rem; }
.claim-strip { border: 1px dashed var(--clay); background: #fbf3ec; border-radius: var(--r); padding: 14px 18px; margin: 1.5rem 0; }

/* buttons + forms */
.button { display: inline-block; background: var(--clay); color: #fff; border-radius: 2px; padding: 8px 18px; font-weight: 700; }
.button:hover { background: var(--clay-deep); text-decoration: none; }
.claim-form { background: var(--panel); border: 1px solid var(--sage); border-radius: var(--r); padding: 20px; max-width: 460px; margin: 1.2rem 0; }
.claim-form label { display: block; font-weight: 600; margin-bottom: 6px; }
.claim-form input[type=email] { width: 100%; padding: 10px 12px; border: 1px solid var(--sage); border-radius: 2px; font-size: 1rem; margin-bottom: 12px; background: var(--paper); }
.claim-form button { width: 100%; background: var(--clay); color: #fff; border: 0; border-radius: 2px; padding: 12px; font-size: 1rem; font-weight: 700; cursor: pointer; }
.claim-form button:hover { background: var(--clay-deep); }
.value-list { padding-left: 1.1rem; }
.value-list li { margin-bottom: 8px; }
.honest-note { font-style: italic; }

/* longform (static pages) */
.longform { max-width: 70ch; margin: 1rem auto 3rem; }
.longform h2 { font-size: 1.22rem; }
.longform h3 { font-size: 1.02rem; }
.longform ul, .longform ol { padding-left: 1.2rem; }
.longform li { margin-bottom: 6px; }

/* basement footer — light, ruled */
.basement { border-top: 3px double var(--green); margin-top: 3.2rem; padding: 1.8rem 0 1.2rem; font-size: .9rem; background: var(--paper); }
.basement-grid { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.wordmark-foot { font-family: var(--serif); font-weight: 700; color: var(--green-deep); margin: 0 0 4px; }
.foot-nav { display: flex; flex-wrap: wrap; gap: 14px; align-items: flex-start; }
.foot-nav a { color: var(--green-deep); }
.colophon { margin-top: 1.3rem; font-size: .78rem; color: var(--soft); }

@media (max-width: 760px) {
  body { font-size: 16px; }
  .lead h1 { font-size: 1.9rem; }
  .spec-strip { grid-template-columns: 1fr; }
  .index-list { columns: 1; }
  .factsheet { grid-template-columns: 1fr; gap: 2px 0; }
  .factsheet dt { margin-top: 8px; }
}
