:root {
  --green: #087443;
  --green-dark: #06492f;
  --cream: #f4f1e8;
  --ink: #17211c;
  --muted: #67736d;
  --line: #d8ddd8;
  --red: #d52b3f;
  --white: #fff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "DM Sans", sans-serif; }
button, input { font: inherit; }
button { cursor: pointer; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.site-header { height: 78px; padding: 0 clamp(22px, 5vw, 74px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.18); position: absolute; inset: 0 0 auto; z-index: 4; color: white; }
.brand { color: inherit; display: flex; align-items: center; gap: 18px; text-decoration: none; font-size: 14px; letter-spacing: .05em; }
.brand img { width: 142px; filter: brightness(0) invert(1); }
.brand b { background: var(--red); padding: 3px 6px; margin-left: 4px; font-size: 10px; }
.language-mark { display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.language-mark i { width: 26px; height: 1px; background: rgba(255,255,255,.55); }
.search-area { min-height: 560px; color: white; padding: 142px clamp(22px, 8vw, 120px) 76px; background: linear-gradient(112deg, rgba(3,54,34,.98), rgba(7,116,67,.91)), radial-gradient(circle at 80% 20%, #69a98b, transparent 48%); position: relative; overflow: hidden; }
.search-area::after { content: "+"; position: absolute; right: 4vw; bottom: -165px; font-family: Manrope, sans-serif; font-size: 520px; line-height: 1; font-weight: 500; color: rgba(255,255,255,.055); transform: rotate(8deg); }
.eyebrow { color: #b9dec9; text-transform: uppercase; letter-spacing: .15em; font-size: 12px; font-weight: 700; margin-bottom: 22px; animation: rise .55s ease both; }
h1 { max-width: 820px; margin: 0; font: 700 clamp(42px, 6.5vw, 82px)/.98 Manrope, sans-serif; letter-spacing: -.055em; animation: rise .65s .06s ease both; }
h1 span { color: #bce1cb; }
.search-area > p { margin: 24px 0 32px; color: #d8ebe1; font-size: clamp(16px, 2vw, 19px); animation: rise .65s .12s ease both; }
.search-box { width: min(730px, 100%); height: 68px; display: flex; align-items: center; background: white; border-radius: 2px; padding: 0 18px; box-shadow: 0 22px 60px rgba(0,0,0,.2); position: relative; z-index: 2; animation: rise .7s .18s ease both; }
.search-box svg { width: 23px; fill: none; stroke: var(--green); stroke-width: 1.8; }
.search-box input { flex: 1; min-width: 0; border: 0; outline: 0; padding: 0 16px; color: var(--ink); font-size: 17px; background: transparent; }
.search-box input::placeholder { color: #8c9691; }
#clearSearch { border: 0; background: transparent; color: #85908a; font-size: 28px; opacity: 0; transition: opacity .2s; }
#clearSearch.visible { opacity: 1; }
.quick-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; position: relative; z-index: 2; animation: rise .7s .24s ease both; }
.filter { border: 1px solid rgba(255,255,255,.32); background: transparent; color: white; padding: 9px 16px; border-radius: 999px; font-size: 13px; transition: .2s ease; }
.filter:hover, .filter.active { background: white; border-color: white; color: var(--green-dark); }
.catalog { width: min(1180px, calc(100% - 44px)); margin: 0 auto; padding: 56px 0 90px; }
.catalog-heading { display: flex; justify-content: space-between; align-items: center; padding-bottom: 18px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.catalog-heading p { margin: 0; font-weight: 600; color: var(--ink); }
.catalog-heading span { text-transform: uppercase; letter-spacing: .12em; }
.results { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.product { min-height: 245px; display: grid; grid-template-columns: 148px 1fr; gap: 28px; padding: 36px 26px 36px 0; border-bottom: 1px solid var(--line); opacity: 0; transform: translateY(10px); animation: appear .42s ease forwards; }
.product:nth-child(odd) { border-right: 1px solid var(--line); padding-right: 36px; }
.product:nth-child(even) { padding-left: 36px; }
.product-image { height: 168px; display: grid; place-items: center; background: #ebece6; overflow: hidden; }
.product-image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; transition: transform .35s ease; }
.product:hover img { transform: scale(1.045); }
.product-info { min-width: 0; display: flex; flex-direction: column; }
.product-meta { display: flex; gap: 9px; align-items: center; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.product-meta b { color: var(--green); }
.product h2 { font: 700 21px/1.15 Manrope, sans-serif; letter-spacing: -.025em; margin: 12px 0 8px; }
.product-description { color: var(--muted); font-size: 13px; line-height: 1.45; margin: 0 0 18px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; }
.pdf-link { text-decoration: none; padding: 10px 13px; border: 1px solid var(--green); color: var(--green); font-size: 12px; font-weight: 700; transition: .2s ease; }
.pdf-link:hover { background: var(--green); color: white; transform: translateY(-1px); }
.pdf-link.de { border-color: var(--ink); color: var(--ink); }
.pdf-link.de:hover { background: var(--ink); color: white; }
.unavailable { color: #929b96; font-size: 12px; align-self: center; }
.empty { text-align: center; padding: 100px 20px; }
.empty strong { font: 700 25px Manrope, sans-serif; }
.empty p { color: var(--muted); }
footer { background: var(--green-dark); color: #c9dfd4; padding: 38px clamp(22px, 5vw, 74px); display: flex; justify-content: space-between; gap: 20px; font-size: 12px; }
footer p { margin: 0; }
@keyframes rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@keyframes appear { to { opacity: 1; transform: none; } }
@media (max-width: 820px) {
  .site-header { height: 66px; }
  .brand img { width: 116px; }
  .brand span { display: none; }
  .search-area { min-height: 500px; padding-top: 122px; }
  .results { grid-template-columns: 1fr; }
  .product, .product:nth-child(odd), .product:nth-child(even) { border-right: 0; padding: 28px 0; }
}
@media (max-width: 520px) {
  h1 { font-size: 43px; }
  .search-area { padding-left: 20px; padding-right: 20px; }
  .search-box { height: 60px; }
  .catalog { width: calc(100% - 40px); padding-top: 38px; }
  .product { grid-template-columns: 102px 1fr; gap: 18px; min-height: 220px; }
  .product-image { height: 126px; }
  .product h2 { font-size: 18px; }
  .product-description { display: none; }
  .actions { flex-direction: column; align-items: stretch; }
  .pdf-link { text-align: center; }
  footer { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; } .product { opacity: 1; transform: none; } }
