/* Silver Brothers - Sektionen: Hero, Bento, Brueder, Teilstuecke, Prozess, Statement, Marquee, Kontakt */

/* ==================== Hero: asymmetrischer Split ==================== */

.hero {
  min-height: 100dvh;
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  border-bottom: 1px solid var(--line);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: calc(var(--nav-h) + 40px) var(--pad) 56px;
  max-width: 860px;
  margin-left: auto;
  width: 100%;
}

/* Schriftgroesse exakt bemessen, damit jede der beiden Zeilen einzeilig bleibt */
.hero-title {
  font-family: var(--font-disp);
  font-weight: 400;
  font-size: clamp(1rem, 5.5vw, 3rem);
  line-height: 1.06;
  letter-spacing: -0.015em;
  text-transform: uppercase;
}

@media (min-width: 861px) {
  .hero-title {
    font-size: clamp(1.7rem, 3.5vw - 0.35rem, 2.95rem);
  }
}

.hero-sub {
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.1875rem);
  max-width: 44ch;
  margin-top: 26px;
}

.hero-cta {
  margin-top: 38px;
}

.hero-emblem {
  --emblem-bg: var(--bg-2);
  background: var(--bg-2);
  border-left: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(var(--nav-h) + 32px) 40px 48px;
}

.emblem {
  width: min(100%, 400px);
  height: auto;
}

@media (max-width: 860px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: none;
    margin-left: 0;
  }

  .hero-emblem {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 44px 32px;
  }

  .emblem {
    width: min(70vw, 300px);
  }
}

/* ==================== Sortiment: Bento ==================== */

.bento {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.cell {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  padding: clamp(22px, 3vw, 34px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
  min-height: 180px;
}

.cell > * {
  position: relative;
}

.cell h3 {
  font-size: 1.3125rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.cell p {
  color: var(--muted);
  font-size: 0.9688rem;
  line-height: 1.6;
  max-width: 54ch;
}

.cell-pattern {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.cell-zucht,
.cell-wurst,
.cell-hofladen {
  background: var(--bg-2);
}

.cell-zucht {
  min-height: 320px;
}

/* Akzent-Flaeche: helle Schrift (4.1:1), fett-gross = grosse Schrift, WCAG AA erfuellt */
.cell-spanferkel {
  background: var(--accent);
  border-color: var(--accent);
}

.cell-spanferkel h3 {
  color: var(--text);
  font-family: var(--font-disp);
  font-weight: 400;
  font-size: 1.5rem;
}

.cell-spanferkel p {
  color: var(--text);
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.45;
  max-width: 46ch;
}

@media (min-width: 900px) {
  .bento {
    grid-template-columns: repeat(4, 1fr);
  }

  .cell-zucht {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
    min-height: 420px;
  }

  .cell-schlachtung {
    grid-column: 3 / 5;
    grid-row: 1;
  }

  .cell-wurst {
    grid-column: 3 / 4;
    grid-row: 2;
  }

  .cell-rauch {
    grid-column: 4 / 5;
    grid-row: 2;
  }

  .cell-spanferkel {
    grid-column: 1 / 3;
    grid-row: 3;
  }

  .cell-hofladen {
    grid-column: 3 / 5;
    grid-row: 3;
  }
}

/* ==================== Die Brueder: 2 asymmetrische Splits ==================== */

.bro {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: clamp(24px, 4vw, 64px);
  align-items: center;
}

.bro + .bro {
  margin-top: clamp(56px, 8vw, 96px);
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
}

.bro-flip .bro-media {
  order: 2;
}

.bro-media {
  aspect-ratio: 3 / 4;
  max-height: 460px;
  width: 100%;
  background: var(--bg-2);
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.bro-initial {
  font-family: var(--font-disp);
  font-size: clamp(6rem, 14vw, 11rem);
  line-height: 1;
  color: rgba(201, 206, 212, 0.12);
  user-select: none;
}

.bro-body h3 {
  font-family: var(--font-disp);
  font-weight: 400;
  font-size: clamp(1.5rem, 2.6vw, 2.125rem);
  letter-spacing: -0.01em;
}

.bro-role {
  color: var(--muted);
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-top: 10px;
}

.bro-body > p:last-child {
  color: var(--muted);
  margin-top: 20px;
  max-width: 56ch;
}

.bro-claim {
  margin-top: clamp(56px, 8vw, 88px);
  text-align: center;
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  font-weight: 700;
  color: var(--silver);
  max-width: 720px;
  margin-inline: auto;
}

@media (max-width: 760px) {
  .bro,
  .bro + .bro {
    grid-template-columns: 1fr;
  }

  .bro-flip .bro-media {
    order: 0;
  }

  .bro-media {
    max-width: 420px;
  }
}

/* ==================== Teilstuecke-Schaubild ==================== */

.cuts-figure {
  border: 1px solid var(--line);
  background: var(--bg-2);
  padding: clamp(16px, 3vw, 40px);
}

.cuts-svg {
  width: 100%;
  height: auto;
}

.cuts-svg text {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  fill: var(--silver);
}

.cut {
  cursor: pointer;
  outline: none;
}

.cut .zone {
  fill: #C44536;
  fill-opacity: 0;
}

.cut .lead {
  stroke: #9BA3AB;
  stroke-opacity: 0.55;
  stroke-width: 1;
}

.cut:hover .zone,
.cut:focus-visible .zone,
.cut.is-active .zone {
  fill-opacity: 0.38;
}

.cut:hover .lead,
.cut:focus-visible .lead,
.cut.is-active .lead {
  stroke: #C44536;
  stroke-opacity: 1;
  stroke-width: 2;
}

.cut:focus-visible .zone {
  stroke: #C44536;
  stroke-width: 2;
}

/* Immer sichtbare Labels: unter 700px uebernimmt die Liste, SVG-Labels weichen */
.cuts-list {
  display: none;
  list-style: none;
  padding: 24px 0 0;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
  color: var(--silver);
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cuts-list li {
  border-top: 1px solid var(--line);
  padding-top: 10px;
}

@media (max-width: 700px) {
  .cuts-svg text,
  .cuts-svg .lead {
    display: none;
  }

  .cuts-list {
    display: grid;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .cut .zone,
  .cut .lead {
    transition: fill-opacity 0.2s ease, stroke 0.2s ease;
  }
}

/* ==================== Prozess: vertikale Abfolge ==================== */

.steps {
  list-style: none;
  padding: 0;
  max-width: 780px;
}

.step {
  position: relative;
  border-left: 1px solid var(--line);
  padding: 0 0 clamp(40px, 6vw, 60px) clamp(28px, 5vw, 56px);
}

.step:last-child {
  padding-bottom: 4px;
}

.step::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 15px;
  width: 26px;
  height: 2px;
  background: var(--accent);
}

.step h3 {
  font-family: var(--font-disp);
  font-weight: 400;
  font-size: clamp(1.375rem, 2.6vw, 2rem);
  letter-spacing: -0.01em;
  line-height: 1.1;
  text-transform: uppercase;
}

.step p {
  color: var(--muted);
  margin-top: 12px;
  max-width: 54ch;
}

/* ==================== Nose-to-Tail-Statement ==================== */

.statement {
  background: var(--bg-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.statement-display {
  font-family: var(--font-disp);
  font-weight: 400;
  font-size: clamp(1.7rem, 4.4vw, 3.9rem);
  line-height: 1.1;
  letter-spacing: -0.01em;
  max-width: 1060px;
}

.statement-display .mark {
  font-style: normal;
  text-decoration: underline;
  text-decoration-color: var(--accent);
  text-decoration-thickness: 0.09em;
  text-underline-offset: 0.14em;
}

.statement-body {
  color: var(--muted);
  max-width: 760px;
  margin-top: clamp(28px, 4vw, 44px);
  font-size: 1.0625rem;
  line-height: 1.7;
}

/* ==================== Wurst-Marquee ==================== */

.marquee-sec {
  border-bottom: 1px solid var(--line);
}

.marquee {
  overflow: hidden;
  padding: clamp(20px, 3vw, 34px) 0;
}

.marquee-track {
  font-family: var(--font-disp);
  font-weight: 400;
  font-size: clamp(1.3rem, 3vw, 2.25rem);
  line-height: 1.25;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--silver);
  padding-inline: var(--pad);
}

.marquee-run[aria-hidden="true"] {
  display: none;
}

@media (prefers-reduced-motion: no-preference) {
  .marquee-track {
    display: flex;
    width: max-content;
    white-space: nowrap;
    padding-inline: 0;
    animation: marq 46s linear infinite;
  }

  .marquee-run[aria-hidden="true"] {
    display: block;
  }

  .marquee-run::after {
    content: "\00a0/\00a0";
  }

  .marquee:hover .marquee-track {
    animation-play-state: paused;
  }
}

@keyframes marq {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ==================== Kontakt ==================== */

.kontakt-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr) minmax(0, 1.2fr);
  gap: clamp(28px, 4vw, 56px);
}

.k-label {
  font-size: 0.78125rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 12px;
}

.k-col > .k-label:not(:first-child) {
  margin-top: 28px;
}

.k-col address {
  font-style: normal;
  line-height: 1.7;
}

.k-link {
  color: var(--text);
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: var(--line);
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.k-link:hover {
  text-decoration-color: var(--accent);
  text-decoration-thickness: 2px;
}

.hours {
  list-style: none;
  padding: 0;
}

.hours li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
}

.hours li + li {
  border-top: 1px solid var(--line);
}

.hours li span:last-child:not(:first-child) {
  color: var(--muted);
  white-space: nowrap;
}

.hours .hours-note {
  color: var(--muted);
}

.k-photo {
  aspect-ratio: 4 / 3;
  background: var(--bg-2);
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.k-photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cell-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cell-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 18, 20, 0.25), rgba(16, 18, 20, 0.9) 78%);
}

.bro-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.k-photo-mark {
  width: 110px;
  height: 105px;
  opacity: 0.18;
}

.gastro {
  margin-top: clamp(44px, 6vw, 68px);
  padding-top: clamp(28px, 4vw, 44px);
  border-top: 1px solid var(--line);
  max-width: 820px;
}

.gastro h3 {
  font-size: 1.125rem;
  font-weight: 700;
}

.gastro p {
  color: var(--muted);
  margin-top: 12px;
}

@media (max-width: 900px) {
  .kontakt-grid {
    grid-template-columns: 1fr;
  }

  .k-photo {
    max-width: 480px;
  }
}
