@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-latin-variable.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

@font-face {
  font-family: "Lora";
  src: url("../fonts/lora-latin-variable.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

@font-face {
  font-family: "Lora";
  src: url("../fonts/lora-latin-variable-italic.woff2") format("woff2-variations");
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
}

:root {
  --green: #264d3b;
  --green-dark: #17362a;
  --apple: #8bae3d;
  --red: #c95d3a;
  --cream: #f5f1e7;
  --white: #ffffff;
  --ink: #252525;
  --sand: #d8c9a7;
  --muted: #667168;
  --line: rgba(38, 77, 59, 0.16);
  --shadow: 0 18px 48px rgba(30, 48, 37, 0.12);
  --radius: 1.25rem;
  --content: 74rem;
  --font-body: "Manrope", Arial, sans-serif;
  --font-display: "Lora", Georgia, serif;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  color-scheme: light;
  background: var(--cream);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

body.nav-open { overflow: hidden; }

img { display: block; max-width: 100%; height: auto; }
a { color: var(--green); text-decoration-thickness: 0.08em; text-underline-offset: 0.18em; }
a:hover { color: var(--red); }
button, input, textarea { font: inherit; }

h1, h2, h3 {
  margin: 0 0 0.7em;
  color: var(--green-dark);
  font-family: var(--font-display);
  font-weight: 650;
  line-height: 1.12;
  text-wrap: balance;
}

h1 { font-size: clamp(2.7rem, 7vw, 5.8rem); letter-spacing: -0.045em; }
h2 { font-size: clamp(2.05rem, 4vw, 3.65rem); letter-spacing: -0.035em; }
h3 { font-size: clamp(1.25rem, 2vw, 1.65rem); letter-spacing: -0.02em; }
p { margin: 0 0 1.2rem; }
ul, ol { padding-left: 1.2rem; }

.skip-link {
  position: fixed;
  z-index: 999;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.65rem 1rem;
  color: var(--white);
  background: var(--green-dark);
  border-radius: 999px;
  transform: translateY(-160%);
}

.skip-link:focus { transform: translateY(0); }

:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 4px;
}

/* Header logo */
.site-header .brand {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.site-header .header-logo {
  display: block;
  width: 220px;
  max-width: none;
  height: auto;
  object-fit: contain;
}

@media (max-width: 768px) {
  .site-header .header-logo {
    width: 150px;
  }
}


.container { width: min(calc(100% - 2rem), var(--content)); margin-inline: auto; }
.narrow { width: min(calc(100% - 2rem), 50rem); margin-inline: auto; }
.section { padding: clamp(4.5rem, 9vw, 8rem) 0; }
.section-white { background: var(--white); }
.section-green { color: rgba(255,255,255,0.85); background: var(--green); }
.section-green h2, .section-green h3, .section-green a { color: var(--white); }
.section-sand { background: color-mix(in srgb, var(--sand) 42%, var(--cream)); }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1rem;
  color: var(--apple);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow::before { width: 2rem; height: 2px; content: ""; background: currentColor; }
.lead { max-width: 44rem; font-size: clamp(1.1rem, 1.7vw, 1.32rem); line-height: 1.65; }
.muted { color: var(--muted); }
.small { font-size: 0.86rem; }
.center { text-align: center; }
.center .lead { margin-inline: auto; }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  color: var(--white);
  background: rgba(23, 54, 42, 0.97);
  border-bottom: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(12px);
}

.nav-wrap { display: flex; min-height: 5rem; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: 0.75rem; color: var(--white); text-decoration: none; }
.brand:hover { color: var(--white); }
.brand-mark { position: relative; width: 3rem; height: 2.5rem; flex: 0 0 auto; }
.apple-dot { position: absolute; bottom: 0; width: 1.85rem; height: 1.85rem; border-radius: 48% 52% 50% 50%; }
.apple-dot:first-child { left: 0; background: var(--apple); transform: rotate(-8deg); }
.apple-dot:last-child { right: 0; background: var(--red); transform: rotate(8deg); }
.brand-mark::before, .brand-mark::after { position: absolute; z-index: 2; content: ""; }
.brand-mark::before { top: 0.15rem; left: 1.45rem; width: 0.18rem; height: 0.8rem; background: var(--sand); transform: rotate(15deg); }
.brand-mark::after { top: 0; left: 1.62rem; width: 0.9rem; height: 0.48rem; background: var(--apple); border-radius: 100% 0 100% 0; transform: rotate(-18deg); }
.brand-name { font-weight: 800; letter-spacing: 0.02em; line-height: 1; }
.brand-sub { display: block; margin-top: 0.3rem; color: rgba(255,255,255,0.65); font-size: 0.67rem; font-weight: 650; letter-spacing: 0.15em; text-transform: uppercase; }

.menu-toggle {
  display: none;
  width: 2.9rem;
  height: 2.9rem;
  place-items: center;
  padding: 0;
  color: var(--white);
  background: transparent;
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 50%;
  cursor: pointer;
}

.menu-lines, .menu-lines::before, .menu-lines::after { display: block; width: 1.2rem; height: 2px; background: currentColor; transition: transform 180ms ease; }
.menu-lines { position: relative; }
.menu-lines::before, .menu-lines::after { position: absolute; left: 0; content: ""; }
.menu-lines::before { top: -0.38rem; }
.menu-lines::after { top: 0.38rem; }
.nav-open .menu-lines { background: transparent; }
.nav-open .menu-lines::before { top: 0; transform: rotate(45deg); }
.nav-open .menu-lines::after { top: 0; transform: rotate(-45deg); }

.nav-list { display: flex; align-items: center; gap: clamp(0.9rem, 1.8vw, 1.65rem); margin: 0; padding: 0; list-style: none; }
.nav-list a { color: rgba(255,255,255,0.82); font-size: 0.9rem; font-weight: 650; text-decoration: none; }
.nav-list a:hover, .nav-list a[aria-current="page"] { color: var(--white); }
.nav-list .nav-cta { padding: 0.6rem 1rem; color: var(--green-dark); background: var(--apple); border-radius: 999px; }

.hero {
  position: relative;
  display: grid;
  min-height: min(47rem, calc(100vh - 5rem));
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background: var(--green-dark) url("../images/hopfenwiese-streuobstwiese.webp") center / cover no-repeat;
}

.hero::before { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(13,37,27,0.94) 0%, rgba(13,37,27,0.74) 38%, rgba(13,37,27,0.08) 72%), linear-gradient(0deg, rgba(13,37,27,0.62), transparent 48%); }
.hero-inner { position: relative; z-index: 1; padding: clamp(5rem, 12vw, 9rem) 0 clamp(4rem, 8vw, 7rem); }
.hero h1 { max-width: 12ch; color: var(--white); }
.hero .lead { max-width: 36rem; color: rgba(255,255,255,0.86); }
.hero-kicker { display: flex; align-items: center; gap: 0.65rem; margin-bottom: 1.4rem; color: #c6df8d; font-size: 0.8rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.hero-kicker::before { width: 2.5rem; height: 2px; content: ""; background: currentColor; }
.hero-actions, .button-row { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 2rem; }

.button {
  display: inline-flex;
  min-height: 3.2rem;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.8rem 1.25rem;
  color: var(--green-dark);
  background: var(--apple);
  border: 2px solid var(--apple);
  border-radius: 999px;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease;
}

.button:hover { color: var(--green-dark); background: #9fc34f; transform: translateY(-2px); }
.button-outline { color: var(--white); background: transparent; border-color: rgba(255,255,255,0.62); }
.button-outline:hover { color: var(--green-dark); background: var(--white); }
.button-red { color: var(--white); background: var(--red); border-color: var(--red); }
.button-red:hover { color: var(--white); background: #b94c2d; }

.trust-strip { color: var(--white); background: var(--green-dark); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 1.35rem 1rem; text-align: center; border-right: 1px solid rgba(255,255,255,0.12); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; font-family: var(--font-display); font-size: 1.05rem; }
.trust-item span { color: rgba(255,255,255,0.63); font-size: 0.76rem; }

.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.82fr); gap: clamp(2.5rem, 7vw, 7rem); align-items: center; }
.quote-card { position: relative; padding: clamp(2rem, 5vw, 3.5rem); color: var(--white); background: var(--green); border-radius: var(--radius); box-shadow: var(--shadow); }
.quote-card::before { position: absolute; top: -1.6rem; right: 2rem; color: var(--apple); content: "“"; font-family: var(--font-display); font-size: 8rem; line-height: 1; }
.quote-card blockquote { position: relative; margin: 0; font-family: var(--font-display); font-size: clamp(1.55rem, 3vw, 2.35rem); line-height: 1.35; }
.quote-card cite { display: block; margin-top: 1rem; color: #c6df8d; font-family: var(--font-body); font-size: 0.86rem; font-style: normal; font-weight: 750; letter-spacing: 0.08em; text-transform: uppercase; }

.cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.15rem; margin-top: 2.5rem; }
.card { padding: clamp(1.5rem, 3vw, 2.2rem); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 30px rgba(38,77,59,0.06); }
.card p:last-child { margin-bottom: 0; }
.card-number { display: inline-grid; width: 2.7rem; height: 2.7rem; place-items: center; margin-bottom: 1.4rem; color: var(--white); background: var(--green); border-radius: 50%; font-weight: 800; }
.icon-disc { display: inline-grid; width: 3.5rem; height: 3.5rem; place-items: center; margin-bottom: 1.4rem; color: var(--green); background: color-mix(in srgb, var(--apple) 18%, var(--white)); border-radius: 50%; font-size: 1.45rem; }

.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.4rem; margin-top: 2.5rem; }
.product-card { position: relative; min-height: 33rem; padding: clamp(2rem, 5vw, 3.2rem); overflow: hidden; color: var(--white); background: var(--green); border-radius: var(--radius); box-shadow: var(--shadow); }
.product-card.spritz { background: #466723; }
.product-card::after { position: absolute; right: -5rem; bottom: -6rem; width: 20rem; height: 20rem; content: ""; background: rgba(255,255,255,0.07); border-radius: 50%; }
.product-card h3 { max-width: 11ch; color: var(--white); font-size: clamp(2rem, 4vw, 3.4rem); }
.product-card p { max-width: 34rem; color: rgba(255,255,255,0.82); }
.product-badge { display: inline-flex; margin-bottom: 5rem; padding: 0.55rem 0.85rem; color: var(--green-dark); background: var(--cream); border-radius: 999px; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }
.sizes { display: flex; flex-wrap: wrap; gap: 0.55rem; margin: 1.4rem 0 0; padding: 0; list-style: none; }
.sizes li { padding: 0.42rem 0.75rem; border: 1px solid rgba(255,255,255,0.35); border-radius: 999px; font-size: 0.84rem; font-weight: 750; }

.process { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 0; margin-top: 3rem; padding: 0; counter-reset: process; list-style: none; }
.process li { position: relative; padding: 0 1rem; text-align: center; counter-increment: process; }
.process li::before { display: grid; position: relative; z-index: 2; width: 3.8rem; height: 3.8rem; place-items: center; margin: 0 auto 1.1rem; color: var(--green); content: counter(process, decimal-leading-zero); background: var(--cream); border: 2px solid var(--apple); border-radius: 50%; font-weight: 850; }
.process li::after { position: absolute; z-index: 1; top: 1.9rem; left: 50%; width: 100%; height: 2px; content: ""; background: var(--sand); }
.process li:last-child::after { display: none; }
.process strong { display: block; margin-bottom: 0.35rem; color: var(--green-dark); font-family: var(--font-display); }
.process span { color: var(--muted); font-size: 0.77rem; line-height: 1.45; }

.page-hero { position: relative; padding: clamp(5rem, 10vw, 8rem) 0; overflow: hidden; background: var(--green); }
.page-hero::after { position: absolute; right: -8rem; bottom: -14rem; width: 36rem; height: 36rem; content: ""; background: radial-gradient(circle, rgba(139,174,61,0.26), transparent 67%); border-radius: 50%; }
.page-hero h1 { position: relative; z-index: 1; max-width: 13ch; color: var(--white); font-size: clamp(2.8rem, 7vw, 5.4rem); }
.page-hero .lead { position: relative; z-index: 1; color: rgba(255,255,255,0.8); }
.breadcrumbs { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1.6rem; color: rgba(255,255,255,0.62); font-size: 0.8rem; }
.breadcrumbs a { color: rgba(255,255,255,0.78); }

.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 18rem; gap: clamp(2.5rem, 6vw, 5rem); align-items: start; }
.article-body h2 { margin-top: 2.3rem; font-size: clamp(1.75rem, 3vw, 2.5rem); }
.article-body h3 { margin-top: 1.8rem; }
.article-body > :first-child { margin-top: 0; }
.article-body .note { margin: 2rem 0; padding: 1.3rem 1.5rem; background: color-mix(in srgb, var(--apple) 13%, var(--white)); border-left: 4px solid var(--apple); border-radius: 0 0.8rem 0.8rem 0; }
.article-body .warning { background: color-mix(in srgb, var(--red) 10%, var(--white)); border-left-color: var(--red); }
.article-nav { position: sticky; top: 7rem; padding: 1.35rem; background: var(--white); border: 1px solid var(--line); border-radius: 1rem; }
.article-nav strong { display: block; margin-bottom: 0.8rem; color: var(--green-dark); }
.article-nav ul { margin: 0; padding: 0; list-style: none; }
.article-nav li + li { margin-top: 0.55rem; }
.article-nav a { font-size: 0.85rem; text-decoration: none; }
.source-list { padding: 1.2rem 1.4rem; background: var(--white); border: 1px solid var(--line); border-radius: 1rem; font-size: 0.84rem; }
.source-list li + li { margin-top: 0.65rem; }
.source-list a { overflow-wrap: anywhere; }

.check-list { padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 2rem; }
.check-list li + li { margin-top: 0.8rem; }
.check-list li::before { position: absolute; top: 0.05rem; left: 0; color: var(--apple); content: "✓"; font-weight: 900; }
.facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); }
.fact { padding: 1.6rem; background: var(--white); }
.fact strong { display: block; color: var(--green-dark); font-family: var(--font-display); font-size: 1.3rem; }
.fact span { color: var(--muted); font-size: 0.82rem; }

.cta-band { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: clamp(2rem, 6vw, 4rem); color: var(--white); background: var(--red); border-radius: var(--radius); }
.cta-band h2 { max-width: 14ch; margin-bottom: 0; color: var(--white); font-size: clamp(2rem, 4vw, 3.4rem); }
.cta-band p { max-width: 35rem; margin: 0; color: rgba(255,255,255,0.82); }
.cta-band .button { flex: 0 0 auto; color: var(--green-dark); background: var(--cream); border-color: var(--cream); }

.legal { padding: clamp(3rem, 8vw, 6rem) 0; }
.legal h1 { font-size: clamp(2.5rem, 6vw, 4.5rem); }
.legal h2 { margin-top: 2.5rem; font-size: 1.7rem; }
.placeholder { padding: 0.08em 0.35em; color: #7b2315; background: #ffe6de; border-radius: 0.25rem; font-weight: 750; }

.site-footer { color: rgba(255,255,255,0.72); background: var(--green-dark); }
.footer-main { display: grid; grid-template-columns: 1.25fr 0.8fr 0.8fr; gap: 3rem; padding: 4.5rem 0 3rem; }
.footer-main .brand { margin-bottom: 1.3rem; }
.footer-main h2 { color: var(--white); font-family: var(--font-body); font-size: 0.78rem; letter-spacing: 0.13em; text-transform: uppercase; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li + li { margin-top: 0.55rem; }
.footer-links a { color: rgba(255,255,255,0.7); font-size: 0.88rem; text-decoration: none; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding: 1.2rem 0 1.6rem; border-top: 1px solid rgba(255,255,255,0.1); font-size: 0.76rem; }

@media (max-width: 62rem) {
  .js .menu-toggle { display: grid; }
  .js .nav-list { position: fixed; inset: 5rem 0 auto; display: none; min-height: calc(100vh - 5rem); align-content: start; align-items: stretch; padding: 2rem 1rem 5rem; background: var(--green-dark); overflow-y: auto; }
  .js .nav-open .nav-list { display: grid; }
  .js .nav-list li { width: min(100%, 34rem); margin-inline: auto; }
  .js .nav-list a { display: block; padding: 0.9rem 0; font-family: var(--font-display); font-size: 1.35rem; border-bottom: 1px solid rgba(255,255,255,0.12); }
  .js .nav-list .nav-cta { display: inline-flex; margin-top: 0.7rem; padding: 0.8rem 1.2rem; font-family: var(--font-body); font-size: 1rem; border: 0; }
  .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process { grid-template-columns: repeat(3, 1fr); row-gap: 2.5rem; }
  .process li:nth-child(3)::after { display: none; }
  .article-layout { grid-template-columns: 1fr; }
  .article-nav { position: static; order: -1; }
}

@media (max-width: 44rem) {
  .container, .narrow { width: min(calc(100% - 1.4rem), var(--content)); }
  .hero { min-height: 41rem; background-position: 64% center; }
  .hero::before { background: linear-gradient(0deg, rgba(13,37,27,0.96) 0%, rgba(13,37,27,0.73) 62%, rgba(13,37,27,0.28) 100%); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,0.12); }
  .split, .product-grid, .cards { grid-template-columns: 1fr; }
  .product-card { min-height: 29rem; }
  .process { grid-template-columns: 1fr; gap: 0; }
  .process li { display: grid; grid-template-columns: 3.8rem 1fr; column-gap: 1rem; padding: 0 0 1.7rem; text-align: left; }
  .process li::before { grid-row: span 2; margin: 0; }
  .process li::after { top: 3.8rem; left: 1.85rem; width: 2px; height: calc(100% - 3.8rem); }
  .process li:nth-child(3)::after { display: block; }
  .process li:last-child::after { display: none; }
  .facts { grid-template-columns: 1fr; }
  .cta-band { display: block; }
  .cta-band p { margin: 1rem 0 1.5rem; }
  .footer-main { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { display: block; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}

@media print {
  .site-header, .site-footer, .article-nav, .cta-band, .button { display: none !important; }
  body { color: #000; background: #fff; font-size: 11pt; }
  .section, .legal { padding: 1rem 0; }
}
