:root {
  color-scheme: light;
  --ink: #18332b;
  --muted: #5e716b;
  --paper: #f7f5ed;
  --surface: #fffef9;
  --leaf: #167451;
  --leaf-dark: #0e533a;
  --line: #d7dfd7;
  --accent: #dff2b8;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; color: var(--ink); background: var(--paper); line-height: 1.65; }
a { color: var(--leaf-dark); text-underline-offset: .18em; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }
.site-header, main, footer { width: min(1120px, calc(100% - 32px)); margin-inline: auto; }
.site-header { padding-top: 22px; }
.site-header__top { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-bottom: 18px; }
.site-header nav { display: flex; flex-wrap: wrap; gap: 8px 26px; padding: 13px 0 15px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.site-header nav a { font-size: .94rem; font-weight: 700; text-decoration: none; }
.site-header nav a:hover { color: var(--leaf); text-decoration: underline; }
.brand { display: inline-flex; align-items: center; gap: 13px; max-width: none; color: var(--ink); font-size: clamp(1.45rem, 3vw, 2.15rem); font-weight: 800; line-height: 1.08; letter-spacing: -.035em; text-decoration: none; white-space: nowrap; }
.brand:hover { color: var(--leaf-dark); }
.brand__icon { width: clamp(42px, 5vw, 52px); height: auto; flex: 0 0 auto; }
.menu-toggle { display: none; align-items: center; gap: 9px; min-height: 44px; padding: 8px 13px; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); background: var(--surface); font: inherit; font-weight: 750; cursor: pointer; }
.menu-toggle:hover { border-color: var(--leaf); }
.menu-toggle:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; }
.menu-toggle__icon, .menu-toggle__icon::before, .menu-toggle__icon::after { width: 18px; height: 2px; border-radius: 2px; background: currentColor; }
.menu-toggle__icon { position: relative; display: block; transition: background .15s ease; }
.menu-toggle__icon::before, .menu-toggle__icon::after { position: absolute; left: 0; content: ""; transition: transform .15s ease, top .15s ease; }
.menu-toggle__icon::before { top: -6px; }
.menu-toggle__icon::after { top: 6px; }
.menu-toggle[aria-expanded="true"] .menu-toggle__icon { background: transparent; }
.menu-toggle[aria-expanded="true"] .menu-toggle__icon::before { top: 0; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-toggle__icon::after { top: 0; transform: rotate(-45deg); }
.hero { margin: 24px 0 48px; padding: clamp(28px, 7vw, 84px); border-radius: 28px; background: var(--ink); color: white; }
.hero h1 { max-width: 820px; margin: .1em 0 .35em; font-size: clamp(2.2rem, 6vw, 4.7rem); line-height: 1.02; letter-spacing: -.045em; }
.hero p { max-width: 700px; font-size: 1.14rem; color: #dce9e2; }
.hero__identity { display: flex; align-items: center; gap: clamp(16px, 3vw, 30px); margin-bottom: clamp(18px, 3vw, 30px); }
.hero__icon { width: clamp(76px, 13vw, 132px); height: auto; flex: 0 0 auto; }
.hero__naming { min-width: 0; }
.hero__naming h1 { margin: 0; font-size: clamp(1.15rem, 6.2vw, 4.4rem); }
.hero__tagline { margin: .45em 0 0; font-size: clamp(.82rem, 2.3vw, 1.5rem); line-height: 1.3; }
.eyebrow, .meta { color: var(--muted); font-size: .83rem; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.group-heading-prefix { display: inline-block; margin-right: .35rem; color: var(--muted); font-family: inherit; font-size: .64em; font-weight: inherit; letter-spacing: inherit; vertical-align: .18em; }
.hero .eyebrow { color: var(--accent); }
.search-box { display: flex; gap: 10px; margin-top: 28px; }
.search-box input, .search-box select, .search-box button { min-height: 50px; border: 1px solid var(--line); border-radius: 12px; font: inherit; }
.search-box input { min-width: 0; flex: 1; padding: 0 16px; }
.search-box select { padding: 0 38px 0 14px; background: white; }
.search-box button { padding: 0 24px; color: white; background: var(--leaf); border-color: var(--leaf); font-weight: 750; cursor: pointer; }
.search-box button:hover { background: var(--leaf-dark); }
section { margin: 46px 0; }
h2 { font-size: clamp(1.6rem, 3vw, 2.25rem); line-height: 1.2; }
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 16px; }
.card { display: block; min-height: 150px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); text-decoration: none; }
.card:hover { border-color: var(--leaf); transform: translateY(-2px); }
.card h3 { margin: 0 0 10px; }
.card p { color: var(--muted); }
.result-list { display: grid; gap: 14px; }
.result { padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); }
.result h3 { margin: 3px 0 6px; font-size: 1.35rem; }
.result p { margin: 0; }
.show-more { display: block; margin: 14px auto 0; padding: 4px 0; border: 0; color: var(--leaf-dark); background: transparent; font: inherit; font-weight: 750; text-decoration: underline; text-underline-offset: .18em; cursor: pointer; }
.show-more:hover { color: var(--leaf); }
.news-heading { max-width: 880px; margin-bottom: 28px; }
.news-heading .page-title { margin-bottom: 10px; }
.news-heading .intro { color: var(--muted); }
.news-heading .intro h1 { display: none; }
.news-toggle { display: inline-flex; gap: 4px; margin-bottom: 18px; padding: 4px; border: 1px solid var(--line); border-radius: 13px; background: var(--surface); }
.news-toggle button { min-width: 128px; padding: 9px 18px; border: 0; border-radius: 9px; color: var(--ink); background: transparent; font: inherit; font-weight: 800; cursor: pointer; }
.news-toggle button[aria-selected="true"] { color: white; background: var(--ink); }
.news-toggle button:focus-visible, .news-read-button:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; }
.news-panel { margin: 0 0 48px; }
.news-list { display: grid; gap: 14px; }
.news-card { position: relative; padding: clamp(20px, 4vw, 28px); border: 1px solid var(--line); border-radius: 18px; background: var(--surface); }
.news-card h2 { margin: 6px 0 8px; font-size: clamp(1.2rem, 2.4vw, 1.5rem); line-height: 1.3; }
.news-card__meta { display: flex; flex-wrap: wrap; gap: 4px 8px; margin: 0; }
.news-card__summary { max-width: 880px; margin: 0; color: var(--muted); }
.news-read-button { display: block; margin-top: 14px; padding: 0; border: 0; color: var(--muted); background: transparent; font: inherit; font-size: .9rem; font-weight: 700; text-decoration: underline; text-underline-offset: .18em; cursor: pointer; }
.news-read-button:hover { color: var(--leaf-dark); }
.news-read-button:disabled { opacity: .6; cursor: wait; }
.news-read-label { display: inline-block; margin: 16px 0 0; padding: 3px 10px; border-radius: 999px; color: var(--leaf-dark); background: var(--accent); font-size: .86rem; font-weight: 800; }
.news-status { min-height: 1.65em; margin: 0 0 10px; color: var(--muted); font-size: .9rem; }
mark { background: var(--accent); color: inherit; }
.glossary-term {
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px dashed currentColor;
  color: inherit;
  background: transparent;
  font: inherit;
  line-height: inherit;
  text-align: inherit;
  cursor: help;
}
.glossary-term:hover { color: var(--leaf-dark); border-bottom-style: solid; }
.glossary-term:focus-visible { border-radius: 2px; outline: 3px solid var(--accent); outline-offset: 2px; }
.glossary-term--fallback { text-decoration: none; }
h1 .glossary-term, h2 .glossary-term, h3 .glossary-term, h4 .glossary-term,
h5 .glossary-term, h6 .glossary-term, .page-title .glossary-term,
.meta .glossary-term, .eyebrow .glossary-term, .breadcrumbs .glossary-term,
.filter-chip .glossary-term, .material-chip .glossary-term,
.taxonomy-data__chip-row .glossary-term {
  border-bottom: 0;
  text-transform: inherit;
  cursor: inherit;
}
.glossary-popover {
  position: fixed;
  z-index: 1000;
  width: min(390px, calc(100vw - 24px));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface);
  box-shadow: 0 16px 46px rgba(24, 51, 43, .2);
}
.glossary-popover__header { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 15px 18px 0; }
.glossary-popover__close { width: 32px; height: 32px; padding: 0; border: 0; border-radius: 50%; color: var(--muted); background: #edf2ed; font: inherit; font-size: 1.3rem; line-height: 1; cursor: pointer; }
.glossary-popover__close:hover { color: var(--ink); background: var(--accent); }
.glossary-popover__close:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; }
.glossary-popover h2 { margin: 3px 18px 7px; font-size: 1.3rem; line-height: 1.25; }
.glossary-popover__definition { margin: 0; padding: 0 18px 17px; color: var(--muted); line-height: 1.5; }
.glossary-popover__link { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 18px; border-top: 1px solid var(--line); color: var(--leaf-dark); font-weight: 800; text-decoration: none; }
.glossary-popover__link:hover { background: #f0f5ee; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0; color: var(--muted); font-size: .9rem; }
.back-to-top { display: inline-block; margin: 26px 0 34px; color: var(--muted); font-size: .9rem; font-weight: 700; text-underline-offset: .18em; }
.back-to-top:hover { color: var(--leaf-dark); }
.is-short-page .back-to-top { display: none; }
.page { margin: 0 0 64px; padding: clamp(22px, 5vw, 58px); background: var(--surface); border: 1px solid var(--line); border-radius: 22px; }
.section-index { margin: 0 0 48px; }
.page-title { margin: 0 0 28px; font-size: clamp(2rem, 5vw, 3.6rem); line-height: 1.08; letter-spacing: -.035em; }
.prose h1 { margin-top: 0; font-size: clamp(2rem, 5vw, 3.6rem); line-height: 1.08; letter-spacing: -.035em; }
.prose h2 { margin-top: 1.8em; }
.prose h3 { margin-top: 1.5em; }
.prose img { max-width: 100%; height: auto; border-radius: 14px; }
.prose table { display: block; overflow-x: auto; border-collapse: collapse; }
.prose th, .prose td { padding: 9px 12px; border: 1px solid var(--line); text-align: left; }
.prose blockquote { margin-left: 0; padding-left: 18px; border-left: 4px solid var(--leaf); color: var(--muted); }
.filters { max-width: 900px; }
.catalog-heading { margin-top: 0; }
.catalog-heading .intro { max-width: 860px; }
.material-filter { max-width: 860px; margin-top: 20px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); scroll-margin-top: 16px; }
#production-catalog[aria-busy="true"] { opacity: .6; pointer-events: none; transition: opacity .15s ease; }
#materials-catalog[aria-busy="true"] { opacity: .6; pointer-events: none; transition: opacity .15s ease; }
#eco-blog-catalog[aria-busy="true"] { opacity: .6; pointer-events: none; transition: opacity .15s ease; }
.material-filter > label { display: block; margin-bottom: 6px; font-size: .9rem; font-weight: 800; }
.filter-row { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; }
.filter-row select { width: auto; max-width: 100%; min-height: 34px; padding: 3px 32px 3px 10px; border: 1px solid var(--line); border-radius: 9px; background: white; font: inherit; font-size: .82rem; }
.filter-chips, .material-links { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0 0; padding: 0; list-style: none; }
.filter-row .filter-chips { gap: 7px; margin: 0; }
.filter-chip, .material-links a { display: inline-flex; align-items: center; min-height: 34px; padding: 4px 11px; border-radius: 999px; background: var(--accent); color: var(--ink); font-size: .9rem; font-weight: 700; text-decoration: none; }
.material-chip { display: inline-flex; align-items: center; min-height: 30px; padding: 3px 10px; border-radius: 999px; background: var(--accent); color: var(--ink); font-size: .9rem; font-weight: 700; line-height: 1.2; text-decoration: none; }
.filter-chip a { display: inline-grid; width: 24px; height: 24px; margin-left: 5px; place-items: center; border-radius: 50%; color: var(--ink); font-size: 1.3rem; line-height: 1; text-decoration: none; }
.filter-chip a:hover, .filter-chip a:focus-visible { background: rgba(24, 51, 43, .12); }
.filter-hint { margin: 10px 0 0; color: var(--muted); font-size: .9rem; }
.section-heading { display: flex; align-items: center; gap: 10px; }
.result-count { display: inline-grid; min-width: 30px; height: 30px; padding-inline: 8px; place-items: center; border-radius: 99px; background: var(--ink); color: white; font-size: .85rem; font-weight: 800; }
.eco-blog-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.eco-blog-card { display: flex; min-width: 0; flex-direction: column; padding: clamp(20px, 4vw, 26px); border: 1px solid var(--line); border-radius: 18px; background: var(--surface); }
.eco-blog-card h3 { margin: 4px 0 9px; font-size: 1.4rem; line-height: 1.25; }
.eco-blog-card__summary { margin: 0; color: var(--muted); }
.eco-blog-topics { display: flex; flex-wrap: wrap; gap: 7px; margin: 18px 0; padding: 0; list-style: none; }
.eco-blog-topics li { padding: 3px 10px; border-radius: 999px; background: #edf2ed; color: var(--ink); font-size: .84rem; font-weight: 700; }
.eco-blog-card__link { align-self: flex-start; margin-top: auto; font-weight: 800; }
.related-materials, .production-cta { margin-top: 40px; padding: 20px; border-radius: 16px; background: #f0f5ee; }
.related-materials h2, .production-cta h2 { margin-top: 0; font-size: 1.35rem; }
.production-cta p { margin-bottom: 18px; }
.button-link { display: inline-block; padding: 10px 16px; border-radius: 10px; color: white; background: var(--leaf); font-weight: 750; text-decoration: none; }
.catalog-toggle { display: inline-flex; flex-wrap: wrap; gap: 4px; margin: 0 0 16px; padding: 4px; border: 1px solid var(--line); border-radius: 13px; background: var(--surface); }
.catalog-toggle a, .catalog-toggle button { min-width: 128px; padding: 9px 18px; border: 0; border-radius: 9px; background: transparent; color: var(--ink); font: inherit; font-weight: 800; text-align: center; text-decoration: none; cursor: pointer; }
.catalog-toggle a[aria-current="page"], .catalog-toggle button[aria-selected="true"] { color: white; background: var(--ink); }
.catalog-toggle a:hover:not([aria-current="page"]), .catalog-toggle button:hover:not([aria-selected="true"]) { background: #edf2ed; }
.catalog-intro { max-width: 820px; color: var(--muted); }
.taxonomy-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 16px; }
.taxonomy-groups { display: grid; gap: 34px; }
.taxonomy-group { margin: 0; }
.taxonomy-group__heading { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 14px; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.taxonomy-group__heading h3 { margin: 2px 0 0; font-size: clamp(1.35rem, 2.5vw, 1.85rem); }
.taxonomy-group__heading .meta { margin: 0; }
.taxonomy-card { display: flex; min-width: 0; flex-direction: column; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); }
.taxonomy-card h3 { margin: 2px 0 8px; font-size: 1.35rem; line-height: 1.25; }
.taxonomy-card > p:not(.meta) { margin: 0; color: var(--muted); }
.taxonomy-data { display: grid; gap: 8px; margin: 18px 0 0; font-size: .9rem; }
.taxonomy-data div { display: grid; grid-template-columns: 82px 1fr; gap: 10px; }
.taxonomy-data dt { color: var(--muted); font-weight: 800; }
.taxonomy-data dd { margin: 0; }
.taxonomy-data--detail div { grid-template-columns: max-content minmax(0, 1fr); }
.taxonomy-data--detail dt { white-space: nowrap; }
.taxonomy-data--detail .taxonomy-data__chip-row { align-items: center; }
.taxonomy-relations { margin-top: auto; padding-top: 18px; }
.taxonomy-relations > span { color: var(--muted); font-size: .82rem; font-weight: 800; text-transform: uppercase; }
.taxonomy-relations .material-links { margin-top: 7px; }
.taxonomy-relations--groups { margin-top: 10px; padding-top: 0; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.empty { padding: 40px; border: 1px dashed var(--line); border-radius: 16px; text-align: center; }
.glossary-heading { max-width: 900px; margin-bottom: 28px; }
.glossary-heading h1 { margin: .15em 0; font-size: clamp(2rem, 5vw, 3.8rem); line-height: 1.08; letter-spacing: -.035em; }
.glossary-heading .intro { color: var(--muted); }
.alphabet { display: grid; gap: 10px; margin: 28px 0 40px; }
.alphabet__group { display: flex; flex-wrap: wrap; gap: 7px; }
.alphabet a, .alphabet span { display: inline-grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--line); border-radius: 9px; background: var(--surface); font-weight: 800; text-decoration: none; }
.alphabet a:hover, .alphabet a:focus-visible { border-color: var(--leaf); background: var(--accent); }
.alphabet a[aria-current="page"] { border-color: var(--ink); background: var(--ink); color: white; }
.alphabet span { color: #9aa7a2; background: transparent; }
.glossary-results > h2 { margin-bottom: 18px; scroll-margin-top: 16px; }
.glossary-list { display: grid; gap: 16px; }
.glossary-card { padding: clamp(20px, 4vw, 30px); border: 1px solid var(--line); border-radius: 18px; background: var(--surface); }
.glossary-card h3 { margin: 0 0 5px; font-size: 1.5rem; }
.glossary-aliases { margin: 0 0 16px; color: var(--muted); font-size: .92rem; }
.glossary-card dl, .glossary-entry dl { display: grid; grid-template-columns: minmax(110px, 150px) 1fr; gap: 10px 18px; margin: 18px 0 0; }
.glossary-card dt, .glossary-entry dt { color: var(--muted); font-weight: 800; }
.glossary-card dd, .glossary-entry dd { margin: 0; }
.glossary-entry dl { margin-bottom: 36px; }
.collection-heading .intro { max-width: 900px; }
.map-layer-switch { margin-top: 24px; }
.map-layer-notes { max-width: 900px; margin: 0 0 4px; }
.map-layer-note { margin: 0 0 10px; }
.collection-filters { display: flex; flex-wrap: wrap; align-items: end; gap: 12px; margin: 24px 0 12px; padding: 16px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); }
.collection-filters > div { min-width: min(220px, 100%); flex: 1; }
.collection-filters label { display: block; margin-bottom: 5px; font-size: .85rem; font-weight: 800; }
.collection-filters select, .collection-filters button { width: 100%; min-height: 44px; padding: 7px 12px; border: 1px solid var(--line); border-radius: 10px; background: white; color: var(--ink); font: inherit; }
.collection-filters button { width: auto; padding-inline: 18px; border-color: var(--leaf); background: var(--leaf); color: white; font-weight: 800; cursor: pointer; }
.collection-filters .secondary-button { border-color: var(--line); background: white; color: var(--ink); }
.map-status { margin: 10px 0; color: var(--muted); font-weight: 700; }
.collection-map-layout { margin-bottom: 48px; }
.collection-map { width: 100%; min-height: 680px; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #e5ebe5; }
.collection-point-detail { position: relative; margin-top: 12px; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); }
.collection-point-detail h2 { margin: 0 40px 6px 0; font-size: 1.35rem; }
.collection-point-detail dl { display: grid; grid-template-columns: max-content 1fr; gap: 5px 12px; margin: 14px 0; }
.collection-point-detail dt { color: var(--muted); font-weight: 750; }
.collection-point-detail dd { margin: 0; }
.collection-point-detail ul { padding-left: 20px; }
.collection-detail-close { position: absolute; top: 10px; right: 10px; width: 34px; height: 34px; border: 0; border-radius: 50%; background: #edf2ed; color: var(--ink); font-size: 1.35rem; cursor: pointer; }
.map-attribution-note { color: var(--muted); font-size: .85rem; }
footer { padding: 36px 0 48px; border-top: 1px solid var(--line); color: var(--muted); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 720px) {
  .site-header { padding-top: 14px; }
  .site-header__top { padding-bottom: 14px; }
  .brand { max-width: min(70vw, 460px); font-size: clamp(1.15rem, 5.3vw, 1.5rem); white-space: normal; }
  .brand__icon { width: 40px; }
  .site-header.menu-ready .menu-toggle { display: inline-flex; flex: 0 0 auto; }
  .site-header nav { flex-direction: column; gap: 0; padding: 8px 0; }
  .site-header nav a { padding: 10px 2px; font-size: 1rem; }
  .site-header.menu-ready nav { display: none; }
  .site-header.menu-ready nav.is-open { display: flex; }
  .hero__identity { gap: 14px; }
  .hero__icon { width: clamp(58px, 16vw, 88px); }
  .search-box { flex-direction: column; }
  .search-box input, .search-box select, .search-box button { width: 100%; }
  .eco-blog-grid { grid-template-columns: 1fr; }
  .collection-map { min-height: 62vh; }
  .collection-point-detail dl { grid-template-columns: 1fr; gap: 2px; }
  .collection-point-detail dd { margin-bottom: 7px; }
  .glossary-card dl, .glossary-entry dl { grid-template-columns: 1fr; gap: 3px; }
  .glossary-card dd, .glossary-entry dd { margin-bottom: 10px; }
}
