/* Beanivo editorial design system — monochrome UI, color in photos only */

:root {
  --b-bg: #ffffff;
  --b-surface: #ffffff;
  --b-text: #000000;
  --b-muted: #555555;
  --b-subtle: #777777;
  --b-line: #000000;
  --b-line-soft: #d8d8d8;
  --b-gray-50: #fafafa;
  --b-gray-100: #f4f4f4;
  --b-gray-200: #e6e6e6;
  --b-gray-300: #cccccc;

  --b-radius-xs: 4px;
  --b-radius-sm: 8px;
  --b-radius-md: 12px;
  --b-radius-lg: 16px;
  --b-radius-pill: 999px;

  --b-space-page: clamp(22px, 5vw, 72px);
  --b-max-width: 1440px;
  --b-max-width-text: 780px;
  --b-max-width-detail: 1280px;

  --b-font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --b-font-display: "Roboto Condensed", "Arial Narrow", "Helvetica Neue Condensed", Impact, sans-serif;

  --b-wishlist-heart: #e91e8c;
  --b-offer-bg: #d7ff3f;
  --b-offer-text: #000000;
  --b-offer-border: #000000;
}

/* Editorial theme: neutralize legacy warm UI tokens */
html.b-editorial,
html.b-editorial body.b-editorial {
  --bg: var(--b-bg);
  --bg2: var(--b-gray-50);
  --border: var(--b-line-soft);
  --border-soft: var(--b-line-soft);
  --hover-bg: var(--b-gray-100);
  --text: var(--b-text);
  --muted: var(--b-muted);
  --muted-2: var(--b-gray-300);
  --cta: #000000;
  --cta-2: #000000;
  --cta-btn-gradient: #000000;
  --cta-btn-border: #000000;
  --cta-btn-text: #ffffff;
  --shadow: none;
  --shadow-2: none;
  --promo-bar-gradient: #ffffff;
  --topbar-glass-bg: #ffffff;
}

html.b-editorial {
  background: #fff;
}

html.b-editorial body.b-editorial {
  background-color: var(--b-bg);
  background-image: none;
  color: var(--b-text);
  font-family: var(--b-font-body);
  font-size: 16px;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

html.b-editorial body.b-editorial.beanivo-twic {
  background-image: none;
}

html.b-editorial a {
  color: inherit;
}

html.b-editorial img {
  max-width: 100%;
  display: block;
}

/* Flaggen-Emojis — einheitliche Größe */
html.b-editorial .b-flag,
html.b-editorial [class$="__flag"] {
  display: inline-block;
  font-size: 2rem;
  line-height: 1;
  flex-shrink: 0;
  vertical-align: middle;
}

html.b-editorial .farm-contact-card__language {
  font-size: 2rem;
  line-height: 1;
}

html.b-editorial :focus-visible {
  outline: 3px solid #000;
  outline-offset: 3px;
}

html.b-editorial .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;
}

/* Typography — automatic hyphenation on all headings */
html.b-editorial :where(h1, h2, h3, h4, h5, h6),
html.b-editorial :where(.b-display, .b-page-title, .b-detail-title, .b-section-title),
html.b-editorial :where([class$="__heading"], [class$="__title"]) {
  text-wrap: balance;
  text-wrap-style: balance;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
}

html.b-editorial .b-display {
  font-family: var(--b-font-display);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.045em;
  line-height: 0.88;
  color: #000;
}

html.b-editorial .b-page-title {
  font-family: var(--b-font-display);
  font-size: clamp(4.6rem, 18vw, 8rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.055em;
  line-height: 0.84;
  margin: 0;
}

html.b-editorial .b-detail-title {
  font-family: var(--b-font-display);
  font-size: clamp(4.2rem, 16vw, 7.4rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.055em;
  line-height: 0.84;
  margin: 0;
}

html.b-editorial .b-section-title {
  font-family: var(--b-font-display);
  font-size: clamp(2rem, 8vw, 3.8rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.035em;
  line-height: 0.95;
  margin: 0;
}

html.b-editorial .b-label {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

html.b-editorial .b-copy {
  font-size: clamp(1rem, 4vw, 1.15rem);
  line-height: 1.42;
  color: #111;
}

/* Topbar */
html.b-editorial .b-topbar {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-bottom: 1px solid #000;
  background: #fff;
  color: #000;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0 18px;
  position: relative;
}

html.b-editorial .b-topbar a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35em;
  max-width: 100%;
  text-decoration: none;
  color: inherit;
}

html.b-editorial .b-topbar a:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

html.b-editorial .b-topbar__text {
  min-width: 0;
}

html.b-editorial .b-topbar__arrow {
  flex-shrink: 0;
  font-size: 1.1em;
  line-height: 1;
}

/* Header */
html.b-editorial .b-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 28px var(--b-space-page) 22px;
  background: #fff;
  border-bottom: 1px solid var(--b-line-soft);
  max-width: none;
}

html.b-editorial .b-brand {
  text-decoration: none;
  color: #000;
  min-width: 0;
}

html.b-editorial .b-brand__name {
  display: block;
  font-family: var(--b-font-display);
  font-size: 2.1rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 0.9;
  text-transform: uppercase;
}

html.b-editorial .b-brand__claim {
  display: block;
  margin-top: 5px;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

html.b-editorial .b-header .b-brand {
  display: block;
  flex-shrink: 0;
  width: min(220px, 58vw);
  height: 56px;
  line-height: 0;
  overflow: hidden;
}

html.b-editorial .b-header .b-brand__logo {
  display: block;
  width: 100%;
  height: 56px;
  max-width: 100%;
  max-height: 56px;
  min-height: 56px;
  object-fit: contain;
  object-position: left center;
}

html.b-editorial .b-brand__logo {
  display: block;
  width: auto;
  max-width: min(220px, 58vw);
  height: auto;
  max-height: 56px;
  object-fit: contain;
  object-position: left center;
}

html.b-editorial .b-brand__logo--drawer {
  max-width: min(180px, 52vw);
  max-height: 48px;
}

html.b-editorial .b-brand__logo--footer {
  max-height: 52px;
  max-width: min(200px, 70vw);
}

html.b-editorial .b-header__right {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-shrink: 0;
  padding-top: 4px;
}

html.b-editorial .b-header__aside {
  box-sizing: border-box;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  gap: 16px;
}

@media (max-width: 767px) {
  html.b-editorial .b-header__aside {
    display: none;
  }

  html.b-editorial .b-header__right {
    gap: 12px;
  }
}

html.b-editorial .b-btn--secondary {
  background: #fff;
  color: #000;
}

html.b-editorial .b-btn--secondary:hover {
  background: var(--b-gray-100);
  color: #000;
}

/* Header Merkliste: Zähler-Bubble oben rechts */
html.b-editorial .b-header__wishlist {
  position: relative;
}

html.b-editorial .b-header__wishlist-badge {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(40%, -40%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.28rem;
  height: 1.28rem;
  padding: 0 0.32rem;
  border-radius: 999px;
  border: 1.5px solid #000;
  background: #000;
  color: #fff;
  font-size: 0.62rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
  pointer-events: none;
  box-shadow: 0 0 0 2px #fff;
}

html.b-editorial .b-header__wishlist-badge[hidden] {
  display: none;
}

html.b-editorial .b-header__wishlist-badge.is-wide {
  min-width: 1.42rem;
  font-size: 0.54rem;
  letter-spacing: -0.04em;
}

html.b-editorial .b-menu {
  width: 38px;
  min-width: 38px;
  height: 28px;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

html.b-editorial .b-menu span {
  display: block;
  height: 3px;
  background: #000;
}

/* Buttons */
html.b-editorial .b-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 56px;
  padding: 0 24px;
  border: 1.5px solid #000;
  border-radius: 0;
  background: #fff;
  color: #000;
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  font-family: inherit;
}

html.b-editorial .b-btn:hover {
  background: var(--b-gray-100);
}

html.b-editorial .b-btn--primary {
  background: #000;
  color: #fff;
}

html.b-editorial .b-btn--primary:hover {
  background: #222;
  color: #fff;
}

html.b-editorial .b-btn--full {
  width: 100%;
}

/* Page shells */
html.b-editorial .b-home {
  max-width: none;
  margin: 0;
  width: 100%;
  background: #fff;
  color: #000;
}

html.b-editorial .b-farm-detail {
  max-width: none;
  margin: 0;
  width: 100%;
}

html.b-editorial .b-directory {
  max-width: none;
  margin: 0;
  width: 100%;
}

html.b-editorial body.b-editorial .site-wrap {
  max-width: none;
  padding: 0;
  width: 100%;
}

/* Home hero */
html.b-editorial .b-hero {
  padding: 18px var(--b-space-page) 40px;
  border-bottom: 1px solid var(--b-line-soft);
}

html.b-editorial .b-hero__inner {
  width: 100%;
  max-width: var(--b-max-width);
  margin: 0 auto;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  html.b-editorial .b-home .b-hero .b-page-title {
    margin-top: 100px;
  }
}

html.b-editorial .b-hero__copy {
  max-width: var(--b-max-width-text);
  margin: 24px 0 0;
}

html.b-editorial .b-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 26px;
}

@media (max-width: 560px) {
  html.b-editorial .b-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }
}

html.b-editorial .b-featured-image {
  margin: 34px 0 0;
  position: relative;
  overflow: hidden;
  border: 1.5px solid #000;
  border-radius: 0;
}

html.b-editorial .b-featured-image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 0;
}

html.b-editorial .b-featured-image figcaption {
  position: absolute;
  left: 22px;
  bottom: 20px;
  color: #fff;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.55);
}

html.b-editorial .b-featured-image figcaption span,
html.b-editorial .b-featured-image figcaption em {
  display: block;
  font-style: normal;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

html.b-editorial .b-featured-image figcaption strong {
  display: block;
  margin-top: 4px;
  font-family: var(--b-font-display);
  font-size: clamp(2rem, 8vw, 3.8rem);
  line-height: 0.9;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

html.b-editorial a.b-featured-image {
  display: block;
  text-decoration: none;
  color: inherit;
}

/* Large content images — square corners (editorial) */
html.b-editorial .b-detail-hero-image,
html.b-editorial .b-detail-hero-image img,
html.b-editorial .b-featured-image,
html.b-editorial .b-featured-image img,
html.b-editorial .b-farm-card--directory .b-farm-card__media,
html.b-editorial .b-farm-card--directory .b-farm-card__media img,
html.b-editorial .b-farm-card__image,
html.b-editorial .b-farm-card__image img,
html.b-editorial .b-gallery-item,
html.b-editorial .b-gallery-item img,
html.b-editorial .b-farm-detail .farm-gallery__item,
html.b-editorial .b-farm-detail .farm-gallery__item img,
html.b-editorial .b-detail-image,
html.b-editorial .b-detail-image img,
html.b-editorial .b-hero-carousel__viewport {
  border-radius: 0;
}

/* Hero farm carousel */
html.b-editorial .b-hero-carousel {
  margin: 34px 0 0;
}

html.b-editorial .b-hero-carousel__row {
  width: 100%;
}

html.b-editorial .b-hero-carousel__stage {
  position: relative;
  width: 100%;
}

html.b-editorial .b-hero-carousel__viewport {
  width: 100%;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  border-radius: 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

html.b-editorial .b-hero-carousel__viewport::-webkit-scrollbar {
  display: none;
  height: 0;
}

html.b-editorial .b-hero-carousel__track {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  min-height: 100%;
}

html.b-editorial .b-hero-carousel__slide {
  flex: 0 0 100%;
  min-width: 100%;
  scroll-snap-align: start;
}

html.b-editorial .b-hero-carousel__slide .b-featured-image,
html.b-editorial .b-hero-carousel__slide .b-hero-carousel__media {
  margin: 0;
}

html.b-editorial .b-hero-carousel__slide .b-hero-carousel__media::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45%;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.68) 0%,
    rgba(0, 0, 0, 0.42) 38%,
    rgba(0, 0, 0, 0.16) 70%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 1;
}

html.b-editorial .b-hero-carousel__hitarea {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  z-index: 3;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  touch-action: manipulation;
}

html.b-editorial .b-hero-carousel__hitarea--prev {
  left: 0;
  cursor: w-resize;
}

html.b-editorial .b-hero-carousel__hitarea--next {
  right: 0;
  cursor: e-resize;
}

html.b-editorial .b-hero-carousel__hitarea:focus-visible {
  outline: 3px solid #fff;
  outline-offset: -6px;
}

html.b-editorial .b-hero-carousel__content {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  z-index: 4;
  color: #fff;
  pointer-events: none;
}

html.b-editorial .b-hero-carousel__eyebrow {
  margin: 0;
  font-style: normal;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

html.b-editorial .b-hero-carousel__title {
  margin: 4px 0 0;
  font-family: var(--b-font-display);
  font-size: clamp(2rem, 8vw, 3.8rem);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

html.b-editorial .b-hero-carousel__farm-link {
  position: relative;
  z-index: 5;
  color: #fff;
  text-decoration: none;
  text-underline-offset: 0.08em;
  text-decoration-thickness: 0.06em;
  pointer-events: auto;
}

html.b-editorial .b-hero-carousel__farm-link:hover,
html.b-editorial .b-hero-carousel__farm-link:focus-visible {
  text-decoration: underline;
}

html.b-editorial .b-hero-carousel__farm-link:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}

html.b-editorial .b-hero-carousel__location {
  margin: 6px 0 0;
  font-style: normal;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

html.b-editorial .b-hero-carousel__nav.b-scroll-row__control {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

html.b-editorial .b-hero-carousel__nav.b-scroll-row__control--prev {
  left: clamp(10px, 2vw, 18px);
}

html.b-editorial .b-hero-carousel__nav.b-scroll-row__control--next {
  right: clamp(10px, 2vw, 18px);
}

html.b-editorial .b-hero-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.85rem;
}

html.b-editorial .b-hero-carousel__dot {
  width: 0.55rem;
  height: 0.55rem;
  padding: 0;
  border: 1.5px solid #000;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: background 180ms ease-out;
}

html.b-editorial .b-hero-carousel__dot.is-active {
  background: #000;
}

html.b-editorial .b-hero-carousel--single .b-hero-carousel__viewport {
  overflow: visible;
}

/* Home — content sections (editorial) */
html.b-editorial .b-home-section {
  border-bottom: 1px solid var(--b-line-soft);
}

html.b-editorial .b-home-section__inner {
  width: 100%;
  max-width: var(--b-max-width);
  margin: 0 auto;
  padding: clamp(56px, 8vw, 120px) var(--b-space-page);
  box-sizing: border-box;
}

html.b-editorial .b-section-header {
  max-width: 980px;
  margin-bottom: clamp(32px, 5vw, 64px);
}

html.b-editorial .b-section-kicker {
  margin: 0 0 14px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--b-muted);
}

html.b-editorial .b-section-header h2 {
  margin: 0;
  font-family: var(--b-font-display);
  font-size: clamp(3rem, 7vw, 7rem);
  font-weight: 900;
  line-height: 0.86;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  color: #000;
}

html.b-editorial .b-section-header p:not(.b-section-kicker) {
  max-width: var(--b-max-width-text);
  margin: 22px 0 0;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  line-height: 1.42;
  color: #222;
}

html.b-editorial .b-feature-matrix {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1.5px solid #000;
  border-bottom: 1.5px solid #000;
}

html.b-editorial .b-feature-matrix article {
  min-height: 260px;
  padding: clamp(24px, 3vw, 42px);
  border-right: 1px solid var(--b-line-soft);
}

html.b-editorial .b-feature-matrix article:last-child {
  border-right: 0;
}

html.b-editorial .b-feature-matrix__icon {
  width: 42px;
  height: 42px;
  margin-bottom: 28px;
  color: #000;
}

html.b-editorial .b-feature-matrix__icon svg {
  width: 100%;
  height: 100%;
}

html.b-editorial .b-feature-matrix h3 {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

html.b-editorial .b-feature-matrix p {
  margin: 14px 0 0;
  max-width: 320px;
  font-size: 1rem;
  line-height: 1.45;
  color: #333;
}

html.b-editorial .b-home-editorial-split {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(32px, 6vw, 96px);
  align-items: start;
}

html.b-editorial .b-lead {
  margin: 0;
  font-size: clamp(1.4rem, 2.5vw, 2.4rem);
  line-height: 1.12;
  letter-spacing: -0.025em;
  font-weight: 700;
  color: #000;
}

html.b-editorial .b-testimonial-list {
  border-top: 1.5px solid #000;
}

html.b-editorial .b-testimonial {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 300px);
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(34px, 5vw, 72px) 0;
  border-bottom: 1px solid var(--b-line-soft);
}

html.b-editorial .b-testimonial:last-child {
  border-bottom: 0;
}

html.b-editorial .b-testimonial blockquote {
  margin: 0;
}

html.b-editorial .b-testimonial blockquote p {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
  font-weight: 800;
  color: #000;
}

html.b-editorial .b-testimonial footer {
  display: flex;
  gap: 16px;
  align-items: center;
  align-self: end;
}

html.b-editorial .b-testimonial img {
  width: 74px;
  height: 74px;
  object-fit: cover;
  border: 1.5px solid #000;
  border-radius: 50%;
  flex-shrink: 0;
}

html.b-editorial .b-testimonial footer strong {
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

html.b-editorial .b-testimonial footer span {
  display: block;
  margin-top: 5px;
  font-size: 0.82rem;
  color: #555;
}

html.b-editorial .b-faq-list {
  border-top: 1.5px solid #000;
}

html.b-editorial .b-faq-item {
  border-bottom: 1px solid var(--b-line-soft);
}

html.b-editorial .b-faq-item summary {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  list-style: none;
  padding: 12px 0;
}

html.b-editorial .b-faq-item summary::-webkit-details-marker {
  display: none;
}

html.b-editorial .b-faq-item summary span:first-child {
  font-family: var(--b-font-display);
  font-size: clamp(1.6rem, 3vw, 3.2rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #000;
}

html.b-editorial .b-faq-item__toggle {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1.5px solid #000;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
}

html.b-editorial .b-faq-item[open] summary .b-faq-item__toggle {
  background: #000;
  color: #fff;
  font-size: 0;
}

html.b-editorial .b-faq-item[open] summary .b-faq-item__toggle::before {
  content: "–";
  font-size: 1.5rem;
}

html.b-editorial .b-faq-item__content {
  max-width: 820px;
  padding: 0 0 28px;
}

html.b-editorial .b-faq-item__content p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.5;
  color: #333;
}

html.b-editorial .b-final-cta {
  border: 1.5px solid #000;
  padding: clamp(34px, 6vw, 80px);
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 5vw, 48px);
}

html.b-editorial .b-final-cta h2 {
  margin: 0;
  width: 100%;
  max-width: none;
  font-family: var(--b-font-display);
  font-size: clamp(3.6rem, 8vw, 8rem);
  line-height: 0.84;
  letter-spacing: -0.055em;
  font-weight: 900;
  text-transform: uppercase;
  hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
}

html.b-editorial .b-final-cta__row {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
}

html.b-editorial .b-final-cta p {
  margin: 0;
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  line-height: 1.4;
  color: #222;
}

html.b-editorial .b-final-cta__actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

html.b-editorial .b-home .b-btn {
  min-height: 52px;
  gap: 14px;
  padding: 0 22px;
  font-size: 0.76rem;
  letter-spacing: 0.1em;
}

html.b-editorial .b-home .b-btn:hover {
  background: #000;
  color: #fff;
}

html.b-editorial .b-home .b-btn--primary:hover {
  background: #fff;
  color: #000;
}

@media (max-width: 900px) {
  html.b-editorial .b-home-editorial-split {
    grid-template-columns: 1fr;
  }

  html.b-editorial .b-final-cta__row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  html.b-editorial .b-home-section__inner {
    padding: 56px 22px;
  }

  html.b-editorial .b-section-header h2 {
    font-size: clamp(3rem, 16vw, 5.6rem);
  }

  html.b-editorial .b-feature-matrix {
    grid-template-columns: 1fr;
  }

  html.b-editorial .b-feature-matrix article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--b-line-soft);
  }

  html.b-editorial .b-feature-matrix article:last-child {
    border-bottom: 0;
  }

  html.b-editorial .b-testimonial {
    grid-template-columns: 1fr;
  }

  html.b-editorial .b-testimonial footer {
    align-self: start;
  }

  html.b-editorial .b-home .b-btn {
    width: 100%;
  }
}

html.b-editorial .b-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

html.b-editorial .b-section-head a {
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}

html.b-editorial .b-farm-grid {
  display: grid;
  gap: 20px;
  margin-top: 24px;
}

@media (min-width: 900px) {
  html.b-editorial .b-farm-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Directory */
html.b-editorial .b-directory-hero {
  padding: 18px 0 22px;
}

/* App directory: horizontales Padding — directory-filters.css (.b-directory-hero + .b-farm-list) */

html.b-editorial .b-directory-hero .b-copy {
  margin-top: 16px;
}

html.b-editorial .b-searchbar {
  display: block;
  margin-top: 28px;
}

html.b-editorial .b-searchbar__field {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1.5px solid #000;
  padding: 0 18px;
}

html.b-editorial .b-searchbar__field svg {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
}

html.b-editorial .b-searchbar input {
  width: 100%;
  border: 0;
  outline: 0;
  font: inherit;
  background: transparent;
  color: #000;
}

html.b-editorial .b-searchbar input::placeholder {
  color: #666;
}

html.b-editorial .b-farm-list {
  padding: 0;
}

/* Grid für Karten: directory-filters.css (.app__results-scroll auf page-app) */

html.b-editorial .b-floating-filter {
  position: fixed;
  right: 22px;
  bottom: 26px;
  z-index: 20;
  width: 3.35rem;
  height: 3.35rem;
  border-radius: 0;
  border: 1.5px solid #000;
  background: #fff;
  color: #000;
  display: grid;
  place-items: center;
  cursor: pointer;
  padding: 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

@media (min-width: 901px) {
  html.b-editorial.page-app .b-floating-filter {
    display: none;
  }

}

html.b-editorial .b-floating-filter svg {
  width: 26px;
  height: 26px;
}

html.b-editorial .b-floating-filter .ph {
  font-size: 1.55rem;
  line-height: 1;
}

/* Farm card */
html.b-editorial .b-farm-card {
  border: 1.5px solid #000;
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  position: relative;
}

html.b-editorial .b-farm-card.is-hidden {
  display: none;
}

html.b-editorial .b-farm-card__image {
  position: relative;
  border-bottom: 1.5px solid #000;
}

html.b-editorial .b-farm-card__image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

html.b-editorial .b-farm-card__image--placeholder {
  aspect-ratio: 16 / 9;
  background: var(--b-gray-100);
  display: grid;
  place-items: center;
  color: var(--b-muted);
  font-size: 2rem;
}

html.b-editorial .b-farm-card__favorite {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 1.5px solid #000;
  background: #fff;
  color: #000;
  display: grid;
  place-items: center;
  cursor: pointer;
  padding: 0;
  z-index: 2;
}

html.b-editorial .b-farm-card__favorite.is-added {
  background: #000;
  color: #fff;
}

/* Merkliste — gespeichert: ausgefülltes Herz rosa (Phosphor: ph-fill + ph-heart) */
html.b-editorial .farm__wishlist-btn.is-added .ph-fill.ph-heart,
html.b-editorial .farm__wishlist-btn.is-active .ph-fill.ph-heart,
html.b-editorial .farm__wishlist-btn[aria-pressed="true"] .ph-fill.ph-heart,
html.b-editorial .b-farm-card__save.is-added .ph-fill.ph-heart,
html.b-editorial .b-farm-card__save.is-active .ph-fill.ph-heart {
  color: var(--b-wishlist-heart);
}

html.b-editorial .b-farm-card__favorite svg {
  width: 24px;
  height: 24px;
}

html.b-editorial .b-farm-card__body {
  padding: 20px;
}

html.b-editorial .b-farm-card__title {
  margin: 6px 0 8px;
  font-family: var(--b-font-display);
  font-size: clamp(2.4rem, 10vw, 4.2rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.04em;
  line-height: 0.9;
}

html.b-editorial .b-farm-card__title a {
  text-decoration: none;
  color: inherit;
}

html.b-editorial .b-farm-card__location {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

html.b-editorial .b-farm-card__meta {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: 18px;
}

html.b-editorial .b-farm-card__meta > div {
  padding: 18px 12px;
  border-right: 1px solid var(--b-line-soft);
  min-width: 0;
}

html.b-editorial .b-farm-card__meta > div:last-child {
  border-right: 0;
}

html.b-editorial .b-farm-card__meta-icon {
  display: block;
  width: 20px;
  height: 20px;
  color: #000;
}

html.b-editorial .b-farm-card__meta strong {
  display: block;
  margin-top: 8px;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  word-break: break-word;
}

html.b-editorial .b-farm-card__meta span {
  display: block;
  margin-top: 4px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--b-muted);
}

@media (max-width: 520px) {
  html.b-editorial .b-farm-card__meta {
    grid-template-columns: repeat(2, 1fr);
  }

  html.b-editorial .b-farm-card__meta > div:nth-child(2) {
    border-right: 0;
  }

  html.b-editorial .b-farm-card__meta > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--b-line-soft);
  }
}

html.b-editorial .b-farm-card__link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 18px;
  color: #000;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Farm detail */
html.b-editorial .b-detail-hero {
  padding: 18px var(--b-space-page) 0;
}

html.b-editorial .b-detail-location {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 20px;
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

html.b-editorial .b-detail-image {
  margin: 0;
  border: 1.5px solid #000;
  border-radius: 0;
  overflow: hidden;
}

html.b-editorial .b-detail-image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 0;
}

html.b-editorial .b-detail-intro {
  margin: 24px 0 0;
}

html.b-editorial .b-facts {
  margin: 28px var(--b-space-page) 0;
  border: 1.5px solid #000;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

html.b-editorial .b-facts__item {
  min-height: 104px;
  padding: 20px;
  border-right: 1px solid var(--b-line-soft);
  border-bottom: 1px solid var(--b-line-soft);
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 16px;
  align-content: center;
  align-items: center;
}

html.b-editorial .b-facts__item:nth-child(2n) {
  border-right: 0;
}

html.b-editorial .b-facts__item--wide {
  grid-column: 1 / -1;
  border-right: 0;
  border-bottom: 0;
}

html.b-editorial .b-facts__item-icon {
  width: 22px;
  height: 22px;
}

html.b-editorial .b-facts__item strong {
  display: block;
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

html.b-editorial .b-facts__item span {
  display: block;
  margin-top: 4px;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--b-muted);
}

html.b-editorial .b-detail-section,
html.b-editorial .b-location-box,
html.b-editorial .b-varieties,
html.b-editorial .b-detail-actions,
html.b-editorial .b-detail-extra {
  padding: 30px var(--b-space-page) 0;
}

html.b-editorial .b-detail-section h2,
html.b-editorial .b-location-box h2,
html.b-editorial .b-varieties h2,
html.b-editorial .b-detail-extra h2 {
  margin: 0 0 12px;
  font-family: var(--b-font-display);
  font-size: 1.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

html.b-editorial .b-detail-section p,
html.b-editorial .b-detail-section .b-detail-richtext {
  margin: 0;
  color: #111;
}

html.b-editorial .b-detail-section a.b-read-more {
  display: inline-block;
  margin-top: 8px;
  color: #000;
  text-decoration: underline;
}

html.b-editorial .b-location-box__inner {
  min-height: 120px;
  border: 1.5px solid #000;
  background: #fff;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
  padding: 18px;
}

html.b-editorial .b-location-box__inner--map {
  grid-template-columns: auto 1fr;
}

html.b-editorial .b-location-box__map {
  margin-top: 16px;
  border: 1.5px solid #000;
  border-radius: var(--b-radius-sm);
  overflow: hidden;
  min-height: 200px;
}

html.b-editorial .b-varieties div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

html.b-editorial .b-varieties span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 18px;
  border: 1.5px solid #000;
  border-radius: var(--b-radius-pill);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

html.b-editorial .b-detail-actions {
  display: grid;
  gap: 12px;
  padding-bottom: 32px;
}

/* Nav drawer — editorial */
html.b-editorial .nav-drawer__panel {
  background: #fff;
  border-left: 1.5px solid #000;
  box-shadow: none;
}

html.b-editorial .nav-drawer__legal {
  border-top-color: var(--b-line-soft);
}

html.b-editorial .nav-drawer__legal-link {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--b-muted);
}

html.b-editorial .nav-drawer__legal-link:hover {
  color: #000;
}

html.b-editorial .nav-drawer__backdrop {
  background: rgba(0, 0, 0, 0.35);
}

html.b-editorial .btn.primary {
  background: #000;
  color: #fff;
  border: 1.5px solid #000;
  border-radius: 0;
  box-shadow: none;
}

html.b-editorial .btn:not(.primary) {
  border-radius: 0;
  border-color: #000;
  box-shadow: none;
}

html.b-editorial.page-app .app__results-scroll {
  overflow: visible;
  max-height: none;
}


html.b-editorial.page-app .app-results-edge-fade {
  display: none;
}

/* Verzeichnis — floating actions (wie Farmdetail-Merkliste-FAB) */
@media (max-width: 900px) {
  html.b-editorial body.page-app .app-results-edge-fade {
    display: block;
    background: linear-gradient(
      to top,
      #fff 0%,
      rgba(255, 255, 255, 0.92) 28%,
      rgba(255, 255, 255, 0) 100%
    );
  }

  html.b-editorial body.page-app .app-scroll-top,
  html.b-editorial body.page-app .app-filter-fab,
  html.b-editorial body.page-app .app-wishlist-fab,
  html.b-editorial body.page-app .b-floating-filter {
    border-radius: 0;
    border: 1.5px solid #000;
    background: #fff;
    color: #000;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    width: 3.35rem;
    height: 3.35rem;
    -webkit-tap-highlight-color: transparent;
    transition:
      background 0.18s ease,
      color 0.18s ease,
      box-shadow 0.18s ease,
      opacity 0.28s ease,
      transform 0.34s cubic-bezier(0.32, 0.72, 0, 1);
  }

  html.b-editorial body.page-app .app-filter-fab:hover,
  html.b-editorial body.page-app .app-wishlist-fab:hover,
  html.b-editorial body.page-app .b-floating-filter:hover {
    background: #000;
    color: #fff;
    filter: none;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  }

  html.b-editorial body.page-app .app-scroll-top:hover {
    background: #000;
    color: #fff;
    border-color: #000;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  }

  html.b-editorial body.page-app .app-filter-fab:focus-visible,
  html.b-editorial body.page-app .app-wishlist-fab:focus-visible,
  html.b-editorial body.page-app .b-floating-filter:focus-visible,
  html.b-editorial body.page-app .app-scroll-top:focus-visible {
    outline: 3px solid #000;
    outline-offset: 3px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  }

  html.b-editorial body.page-app .app-filter-fab .ph,
  html.b-editorial body.page-app .app-wishlist-fab .ph,
  html.b-editorial body.page-app .b-floating-filter .ph,
  html.b-editorial body.page-app .app-scroll-top .pi {
    font-size: 1.28rem;
    line-height: 1;
  }

  html.b-editorial body.page-app .app-wishlist-fab__badge {
    border-radius: 0;
    background: #000;
    color: #fff;
    box-shadow: 0 0 0 2px #fff;
  }
}

/* Farm page — legacy blocks replaced by editorial hero */
html.b-editorial .farm-page .farm-hero,
html.b-editorial .farm-page .farm-detail__section--about,
html.b-editorial .farm-page .farm-detail__aside {
  display: none;
}

html.b-editorial .farm-page .farm-detail {
  display: block;
  max-width: var(--b-max-width);
  margin: 0 auto;
}

html.b-editorial .farm-page .farm-detail__main {
  max-width: none;
  padding: 0 var(--b-space-page);
}

html.b-editorial .farm-page .farm-detail .farm-gallery,
html.b-editorial .farm-page .farm-detail__section--coffee,
html.b-editorial .farm-page .farm-detail__section--export {
  border-top: 1px solid #000;
  padding-top: 2rem;
  margin-top: 2rem;
}

html.b-editorial .site-footer {
  border-top: 1px solid #000;
  background: #fff;
  color: #000;
}

html.b-editorial .site-footer a {
  color: #000;
}

/* Filter sheet when open */
html.b-editorial.app--filters-sheet-open .filters-sheet__surface {
  background: #fff;
  border: 1.5px solid #000;
  box-shadow: none;
}

html.b-editorial .filters-sheet__title,
html.b-editorial .filters__heading {
  font-family: var(--b-font-display);
  text-transform: uppercase;
  color: #000;
}

/* Site chrome — scrollt mit dem Seiteninhalt (nicht sticky) */
html.b-editorial .b-site-header {
  position: static;
  z-index: auto;
  background: #fff;
}

html.b-editorial .nav-drawer {
  display: flex !important;
  z-index: 100;
}

html.b-editorial .nav-drawer[hidden] {
  display: none !important;
  pointer-events: none;
}

html.b-editorial .b-menu {
  position: relative;
  z-index: 1;
}

/* Generic content pages */
html.b-editorial .b-page {
  max-width: var(--b-max-width);
  margin: 0 auto;
  width: 100%;
  padding-bottom: 48px;
}

html.b-editorial .b-page-content {
  padding: 24px var(--b-space-page) 0;
}

html.b-editorial .b-page-content .b-section-title {
  margin-bottom: 20px;
}

html.b-editorial .b-page-content .b-copy + .b-copy {
  margin-top: 0;
}

html.b-editorial .b-page-empty {
  padding: 24px var(--b-space-page);
  border: 1.5px solid #000;
  margin: 0 var(--b-space-page);
}

html.b-editorial .app-farms-wishlist .b-farm-grid,
html.b-editorial .app-farms-wishlist .b-farm-list {
  padding: 8px var(--b-space-page) 48px;
}

html.b-editorial.page-wishlist .b-farm-grid {
  display: grid;
  gap: 20px;
}

@media (min-width: 900px) {
  html.b-editorial.page-wishlist .b-farm-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* For farmers page */
html.b-editorial .b-farmer-page {
  max-width: none;
  padding: 0;
}

html.b-editorial .b-farmer-section {
  border-bottom: 1px solid var(--b-line-soft);
}

html.b-editorial .b-farmer-section--compact .b-farmer-section__inner {
  padding-top: 18px;
  padding-bottom: 18px;
}

html.b-editorial .b-farmer-section__inner {
  width: 100%;
  max-width: var(--b-max-width, 1440px);
  margin: 0 auto;
  padding: clamp(56px, 8vw, 120px) var(--b-space-page, clamp(22px, 5vw, 72px));
  box-sizing: border-box;
}

html.b-editorial .b-farmer-hero__inner {
  max-width: 980px;
}

html.b-editorial .b-farmer-hero__kicker {
  margin: 0 0 14px;
}

html.b-editorial .b-farmer-hero__title {
  margin-bottom: 20px;
  max-width: 18ch;
}

html.b-editorial .b-farmer-hero__copy {
  max-width: 62ch;
}

html.b-editorial .b-farmer-hero__trust {
  margin: 14px 0 0;
  max-width: 74ch;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

html.b-editorial .b-farmer-hero__launch {
  display: inline-flex;
  margin: 18px 0 0;
  border: 1.5px solid #000;
  padding: 8px 12px;
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

html.b-editorial .b-farmer-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

html.b-editorial .b-farmer-hero__actions .b-btn {
  min-height: 52px;
}

html.b-editorial .b-farmer-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: start;
}

html.b-editorial .b-farmer-section__lead {
  max-width: 72ch;
}

html.b-editorial .b-farmer-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1.5px solid #000;
  border-bottom: 1.5px solid #000;
}

html.b-editorial .b-farmer-trust-strip span {
  padding: 10px 12px;
  border-right: 1px solid var(--b-line-soft);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: nowrap;
  text-align: center;
}

html.b-editorial .b-farmer-trust-strip span:last-child {
  border-right: 0;
}

html.b-editorial .b-benefit-matrix {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

html.b-editorial .b-benefit-matrix li {
  padding: 12px 0;
  font-size: 0.95rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-bottom: 1px solid var(--b-line-soft);
}

html.b-editorial .b-benefit-matrix li:last-child {
  border-bottom: 0;
}

html.b-editorial .b-farmer-inline-cta {
  margin-top: 24px;
}

html.b-editorial .b-feature-matrix--farmer {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

html.b-editorial .b-feature-matrix--farmer article {
  padding: 20px 0;
  border-bottom: 1px solid var(--b-line-soft);
}

html.b-editorial .b-feature-matrix--farmer article:nth-child(odd) {
  padding-right: 18px;
  border-right: 1px solid var(--b-line-soft);
}

html.b-editorial .b-feature-matrix--farmer article:nth-child(even) {
  padding-left: 18px;
}

html.b-editorial .b-feature-matrix--farmer h3 {
  margin: 0 0 10px;
  font-family: var(--b-font-display);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

html.b-editorial .b-feature-matrix--farmer p {
  margin: 0;
  color: #111;
}

html.b-editorial .b-steps-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  border-top: 1px solid #000;
}

html.b-editorial .b-steps-list li {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid var(--b-line-soft);
  list-style: none;
}

html.b-editorial .b-steps-list li::marker {
  content: '';
}

html.b-editorial .b-steps-list__number {
  font-family: var(--b-font-display);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

html.b-editorial .b-steps-list h3 {
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

html.b-editorial .b-steps-list p {
  margin: 0;
}

html.b-editorial .b-profile-preview {
  margin-top: 24px;
  border: 1.5px solid #000;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

html.b-editorial .b-profile-preview__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

html.b-editorial .b-profile-preview__content {
  padding: 20px;
}

html.b-editorial .b-profile-preview__badge {
  margin: 0 0 10px;
}

html.b-editorial .b-profile-preview__content h3 {
  margin: 0;
  font-family: var(--b-font-display);
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 0.95;
}

html.b-editorial .b-profile-preview__location {
  margin: 10px 0 16px;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

html.b-editorial .b-profile-preview__kpis {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

html.b-editorial .b-profile-preview__kpis li {
  border: 1px solid #000;
  padding: 8px;
  text-align: center;
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

html.b-editorial .b-profile-preview__chips {
  margin: 14px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

html.b-editorial .b-profile-preview__chips span {
  border: 1px solid #000;
  padding: 6px 10px;
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

html.b-editorial .b-profile-preview .b-btn {
  margin-top: 16px;
}

html.b-editorial .b-pricing-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

html.b-editorial .b-price-card {
  border: 1.5px solid #000;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

html.b-editorial .b-price-card--featured {
  border-width: 2px;
}

html.b-editorial .b-price-card__name {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

html.b-editorial .b-price-card h3 {
  margin: 0;
  font-size: 1.1rem;
  text-transform: uppercase;
}

html.b-editorial .b-price-card__size {
  margin: 0;
  color: var(--b-muted);
}

html.b-editorial .b-price-card__summary {
  margin: 0;
  font-size: 0.88rem;
}

html.b-editorial .b-price-card__price {
  margin: auto 0 0;
  display: flex;
  align-items: baseline;
  gap: 10px;
}

html.b-editorial .b-price-card__price-old {
  text-decoration: line-through;
  color: var(--b-muted);
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 16px;
  border: 1.5px solid var(--b-offer-border);
  background: var(--b-gray-100);
  color: var(--b-offer-text);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.03rem;
}

html.b-editorial .b-price-card__price-launch--free {
  display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 8px 16px;
    border: 1.5px solid var(--b-offer-border);
    background: var(--b-offer-bg);
    color: var(--b-offer-text);
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
}

html.b-editorial .b-price-card__badge {
  margin: 0;
  border: 1px solid #000;
  padding: 7px 10px;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

html.b-editorial .b-price-card ul {
  margin: 4px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
}

html.b-editorial .b-price-card .b-btn {
  margin-top: auto;
}

html.b-editorial .b-pricing-shared {
  margin-top: 22px;
  border: 1.5px solid #000;
  padding: clamp(18px, 2.3vw, 26px);
  background: #fff;
}

html.b-editorial .b-pricing-shared__title {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

html.b-editorial .b-pricing-shared__list {
  margin: 12px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 7px;
}

html.b-editorial .b-pricing-shared__cta {
  margin: 16px 0 0;
}

html.b-editorial .b-launch-offer {
  max-width: 980px;
}

html.b-editorial .b-launch-offer__legal {
  margin-top: 10px;
  font-size: 0.8rem;
  color: var(--b-muted);
}

html.b-editorial .b-farmer-faq details {
  border-top: 1px solid #000;
  padding: 12px 0;
}

html.b-editorial .b-farmer-faq details:last-child {
  border-bottom: 1px solid #000;
}

html.b-editorial .b-farmer-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

html.b-editorial .b-farmer-faq__icon {
  font-size: 1.35rem;
  line-height: 1;
}

html.b-editorial .b-farmer-faq details[open] .b-farmer-faq__icon {
  transform: rotate(45deg);
}

html.b-editorial .b-farmer-faq p {
  margin: 10px 0 0;
}

html.b-editorial .b-final-cta .b-farmer-section__inner {
  max-width: 980px;
}

/* Farmers registration page keeps the existing embed card style */
html.b-editorial .farmers-register {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1.5px solid #000;
}

html.b-editorial .farmers-register__heading {
  margin-bottom: 20px;
}

html.b-editorial .farmers-tally__card {
  border: 1.5px solid #000;
  background: #fff;
}

@media (max-width: 1024px) {
  html.b-editorial .b-pricing-grid {
    grid-template-columns: 1fr;
  }

  html.b-editorial .b-profile-preview {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  html.b-editorial .b-farmer-trust-strip {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
  }

  html.b-editorial .b-farmer-trust-strip::-webkit-scrollbar {
    display: none;
  }

  html.b-editorial .b-farmer-trust-strip span {
    min-width: max-content;
  }

  html.b-editorial .b-farmer-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  html.b-editorial .b-farmer-hero__actions .b-btn {
    width: 100%;
  }

  html.b-editorial .b-farmer-split {
    grid-template-columns: 1fr;
  }

  html.b-editorial .b-feature-matrix--farmer {
    grid-template-columns: 1fr;
  }

  html.b-editorial .b-feature-matrix--farmer article,
  html.b-editorial .b-feature-matrix--farmer article:nth-child(odd),
  html.b-editorial .b-feature-matrix--farmer article:nth-child(even) {
    padding: 18px 0;
    border-right: 0;
  }

  html.b-editorial .b-steps-list li {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  html.b-editorial .b-profile-preview__kpis {
    grid-template-columns: 1fr;
  }
}

/* For-farmers refinement (conversion hierarchy v2) */
html.b-editorial .b-offer-badge {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 12px 24px;
  border: 1.5px solid var(--b-offer-border);
  background: var(--b-offer-bg);
  color: var(--b-offer-text);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
}

html.b-editorial #pricing {
  scroll-margin-top: 120px;
}

html.b-editorial .b-editorial-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  gap: clamp(24px, 5vw, 76px);
}

html.b-editorial .b-farmer-problem-points {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

html.b-editorial .b-farmer-problem-points li {
  margin: 0;
  padding: 12px 14px;
  border: 1px solid #000;
  background: #fff;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

html.b-editorial .b-farmer-problem-points__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #000;
  line-height: 1;
  flex: 0 0 20px;
}

html.b-editorial .b-farmer-problem-points__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

html.b-editorial .b-benefit-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1.5px solid #000;
}

html.b-editorial .b-benefit-card {
  min-height: 280px;
  padding: clamp(22px, 3vw, 40px);
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  background: #fff;
  color: #000;
}

html.b-editorial .b-benefit-card:nth-child(3n) {
  border-right: 0;
}

html.b-editorial .b-benefit-card:nth-child(n + 4) {
  border-bottom: 0;
}

html.b-editorial .b-benefit-card--strong {
  background: var(--b-gray-100);
  color: #000;
}

html.b-editorial .b-benefit-card__icon {
  display: block;
  width: clamp(48px, 8vw, 84px);
  height: clamp(48px, 8vw, 84px);
  margin-bottom: 24px;
}

html.b-editorial .b-benefit-card__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

html.b-editorial .b-benefit-card h3 {
  margin: 0;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

html.b-editorial .b-benefit-card--strong h3 {
  color: #000;
}

html.b-editorial .b-benefit-card p {
  margin: 14px 0 0;
  font-size: 1rem;
  line-height: 1.45;
}

html.b-editorial .b-profile-preview__media--placeholder {
  margin: 0;
  min-height: 360px;
  border-right: 1px solid #000;
  background: linear-gradient(140deg, #101010, #3b3b3b);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

html.b-editorial .b-profile-preview__media--placeholder span {
  border: 1px solid #fff;
  padding: 8px 12px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

html.b-editorial .b-price-card__launch,
html.b-editorial .b-launch-offer,
html.b-editorial .b-offer-badge {
  background: var(--b-offer-bg);
  color: var(--b-offer-text);
  border-color: var(--b-offer-border);
}

html.b-editorial .b-launch-offer {
  border: 2px solid #000;
  padding: clamp(34px, 6vw, 80px);
  max-width: none;
}

html.b-editorial .b-launch-offer .b-section-title {
  font-size: clamp(2.6rem, 7vw, 6rem);
  line-height: 0.84;
  letter-spacing: -0.055em;
}

html.b-editorial .b-final-cta .b-farmer-section__inner {
  border: 1.5px solid #000;
  padding-top: clamp(38px, 6vw, 72px);
  padding-bottom: clamp(38px, 6vw, 72px);
}

@media (max-width: 900px) {
  html.b-editorial .b-editorial-split,
  html.b-editorial .b-benefit-grid {
    grid-template-columns: 1fr;
  }

  html.b-editorial .b-benefit-card,
  html.b-editorial .b-benefit-card:nth-child(3n),
  html.b-editorial .b-benefit-card:nth-child(n + 4) {
    border-right: 0;
    border-bottom: 1px solid #000;
  }

  html.b-editorial .b-benefit-card:last-child {
    border-bottom: 0;
  }

  html.b-editorial .b-profile-preview__media--placeholder {
    min-height: 240px;
    border-right: 0;
    border-bottom: 1px solid #000;
  }
}

/* Footer */
html.b-editorial .site-footer {
  border-top: 1.5px solid #000;
  background: #fff;
  color: #000;
  padding: 32px var(--b-space-page);
}

html.b-editorial .site-footer__inner {
  max-width: var(--b-max-width);
  margin: 0 auto;
}

html.b-editorial .site-footer__logo.b-brand .b-brand__logo {
  margin: 0;
}

html.b-editorial .site-footer a {
  color: #000;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

html.b-editorial .site-footer a:hover {
  text-decoration: underline;
}

html.b-editorial .site-footer__meta {
  margin: 24px 0 0;
  font-size: 0.75rem;
  color: var(--b-muted);
  letter-spacing: 0.06em;
}

html.b-editorial .site-footer__meta a {
  color: var(--b-muted);
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: none;
}

html.b-editorial .site-footer__meta a:hover {
  color: #000;
  text-decoration: underline;
}

html.b-editorial .site-footer__legal {
  margin: 8px 0 0;
  font-size: 0.75rem;
  color: var(--b-muted);
  letter-spacing: 0.06em;
}

html.b-editorial .lang-switch__btn {
  border: 1.5px solid #000;
  border-radius: 0;
  background: #fff;
  color: #000;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  min-height: 48px;
}

html.b-editorial .lang-switch__btn + .lang-switch__btn {
  margin-left: -1.5px;
}

html.b-editorial .lang-switch__btn:hover,
html.b-editorial .lang-switch__btn:focus-visible {
  background: var(--b-gray-100);
  color: #000;
}

html.b-editorial .lang-switch__btn.is-active {
  background: #000;
  border-color: #000;
  color: #fff;
}

html.b-editorial .lang-switch__btn.is-active:hover,
html.b-editorial .lang-switch__btn.is-active:focus-visible {
  background: #000;
  color: #fff;
}

html.b-editorial .field,
html.b-editorial .dropdown .select select,
html.b-editorial .sub__check {
  border-color: #000;
}

html.b-editorial .range-single__fill,
html.b-editorial .range-dual__fill {
  background: #000;
}

/* Tooltips — schwarz, weißer Text, eckig */
html.b-editorial {
  --b-tooltip-bg: #000;
  --b-tooltip-fg: #fff;
}

html.b-editorial .farm-feature-tooltip__bubble,
html.b-editorial .farm-profile__info-tooltip-bubble {
  padding: 8px 12px;
  border-radius: 0;
  background: var(--b-tooltip-bg);
  color: var(--b-tooltip-fg);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.4;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  hyphens: auto;
  border: 1.5px solid #000;
  box-shadow: none;
}

html.b-editorial .farm-feature-tooltip__arrow,
html.b-editorial .farm-profile__info-tooltip-arrow {
  width: 0;
  height: 0;
  margin-top: -1px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid var(--b-tooltip-bg);
  flex-shrink: 0;
}

html.b-editorial .farm-feature-tooltip {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 12000;
  display: none;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
  transform: translate(-50%, -100%);
  max-width: min(13rem, 92vw);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.18s cubic-bezier(0.2, 0.8, 0.2, 1),
    visibility 0.18s ease;
}

html.b-editorial .farm-feature-tooltip:not([hidden]) {
  display: flex;
}

html.b-editorial .farm-feature-tooltip--variety-list {
  max-width: min(22rem, 92vw);
}

html.b-editorial .farm-feature-tooltip--variety-list .farm-feature-tooltip__bubble {
  max-width: min(22rem, 92vw);
  text-align: left;
}

html.b-editorial .farm-feature-tooltip--variety-list .farm-feature-tooltip__text {
  white-space: normal;
  word-wrap: break-word;
  hyphens: auto;
}

html.b-editorial .farm-feature-tooltip--visible {
  opacity: 1;
  visibility: visible;
}

html.b-editorial .farm-profile__info-tooltip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 0.45rem);
  z-index: 12000;
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
  transform: translateX(-50%);
  max-width: min(13rem, 92vw);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.18s cubic-bezier(0.2, 0.8, 0.2, 1),
    visibility 0.18s ease;
}

html.b-editorial .farm-profile__info-tooltip-bubble,
html.b-editorial .farm-profile__info-tooltip-arrow {
  pointer-events: none;
}

html.b-editorial .farm-profile__info:hover .farm-profile__info-tooltip,
html.b-editorial .farm-profile__info:focus-within .farm-profile__info-tooltip {
  opacity: 1;
  visibility: visible;
}
