/* ============================================================
   Brauereien — Landingpage Styling (SSR/Zurich-Design)
   ============================================================ */

/* ---------- Header-Anpassung ---------- */
.brew-header .brew-coop {
  margin-left: auto; margin-right: 26px;
  display: flex; align-items: center; gap: 12px;
  padding-right: 26px;
  border-right: 1px solid rgba(255,255,255,0.2);
}
.brew-header.glass .brew-coop { border-right-color: var(--gray-15); }
.brew-coop .lbl {
  font-size: 12px; font-weight: 500; letter-spacing: 0.02em;
  color: rgba(255,255,255,0.7);
}
.brew-header.glass .brew-coop .lbl { color: var(--gray-60); }
.brew-coop .zurich {
  font-size: 19px; font-weight: 700; letter-spacing: 0.04em;
  color: #fff;
}
.brew-header.glass .brew-coop .zurich { color: var(--zurich-blue); }
.brew-coop .zurich sup { font-size: 9px; top: -0.7em; }
@media (max-width: 720px) {
  .brew-header .brew-coop { display: none; }
}

/* ============================================================
   Hero
   ============================================================ */
.brew-hero {
  min-height: 100vh;
  display: flex; align-items: center;
  position: relative; overflow: hidden;
  background: #07203A;
}
.brew-hero-bg { position: absolute; inset: 0; z-index: 0; }
.brew-hero-art { position: absolute; inset: 0; }
.brew-hero-art svg { width: 100%; height: 100%; display: block; }
.brew-hero-photo {
  position: absolute; inset: 0;
  background-image: url('assets/brewery-hero.jpg');
  background-size: cover;
  background-position: center right;
}
.shk-hero-photo { background-image: url('assets/shk-hero.jpg'); }
.brew-hero-bg image-slot { position: absolute; inset: 0; width: 100%; height: 100%; display: block; background: transparent; }
.brew-hero-scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(100deg, rgba(7,32,58,0.95) 0%, rgba(9,38,64,0.78) 38%, rgba(7,32,58,0.32) 72%, rgba(7,32,58,0.18) 100%),
    linear-gradient(0deg, rgba(7,32,58,0.5) 0%, transparent 30%);
  z-index: 1;
}
.brew-hero-content { position: relative; z-index: 2; padding-top: 100px; padding-bottom: 60px; }

/* Hero-Inhalt immer sichtbar — zuverlässig, ohne Animation (Re-Render-sicher) */
.brew-hero-reveal > * { opacity: 1; }
.brew-hero-seal { opacity: 1; }
.brew-hero-content .eyebrow-pill {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 9px 18px; border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  font-size: 13px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase;
  color: #fff; margin-bottom: 32px;
}
.brew-hero-content .eyebrow-pill .dot {
  width: 7px; height: 7px; border-radius: 50%; background: #F5A623;
  box-shadow: 0 0 0 4px rgba(245,166,35,0.25);
}
.brew-hero-title {
  font-size: clamp(48px, 8vw, 116px);
  font-weight: 700; line-height: 0.96; letter-spacing: -0.035em;
  color: #fff; margin: 0 0 28px; text-transform: uppercase;
}
.brew-hero-title .accent { color: #9ec9ee; }
.brew-hero .lead {
  font-size: clamp(17px, 1.7vw, 21px); line-height: 1.55;
  color: rgba(255,255,255,0.85); max-width: 600px; margin: 0 0 38px;
}
.brew-hero .lead strong { color: #fff; font-weight: 600; }
.brew-hero .v2-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* Rundes Siegel rechts unten */
.brew-hero-seal {
  position: absolute; z-index: 2;
  right: clamp(20px, 5vw, 90px); bottom: clamp(40px, 8vw, 90px);
}
.brew-hero-seal .ring {
  width: clamp(150px, 16vw, 210px); height: clamp(150px, 16vw, 210px);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 25%, #2167AE, #0F4C81 70%);
  border: 2px solid rgba(158,201,238,0.5);
  box-shadow: 0 24px 60px rgba(7,32,58,0.5);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 20px;
  color: #fff;
}
.brew-hero-seal .ring svg { width: 30px; height: 30px; color: #9ec9ee; margin-bottom: 10px; }
.brew-hero-seal .ring span { font-size: clamp(13px, 1.3vw, 15px); font-weight: 700; line-height: 1.3; }
.brew-hero-seal .ring em {
  font-style: normal; font-size: 11px; font-weight: 500;
  color: rgba(255,255,255,0.7); margin-top: 8px; line-height: 1.3;
}
@media (max-width: 980px) { .brew-hero-seal { display: none; } }

/* ============================================================
   Sektion-Köpfe (zentriert)
   ============================================================ */
.brew-sec-head { max-width: 760px; margin: 0 auto clamp(40px, 5vw, 64px); text-align: center; }
.brew-sec-head .v2-eyebrow { justify-content: center; }
.brew-sec-head .v2-lead { margin-left: auto; margin-right: auto; }

/* ============================================================
   Umfassender Schutz — 6 Module
   ============================================================ */
.brew-schutz { background: var(--sand); }
.brew-mod-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.brew-mod {
  position: relative;
  background: #fff;
  border: 1px solid var(--gray-15);
  border-radius: 22px;
  padding: clamp(28px, 3vw, 40px);
  transition: transform 350ms cubic-bezier(0.22,1,0.36,1), box-shadow 350ms ease, border-color 350ms ease;
}
.brew-mod:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 56px rgba(15,76,129,0.13);
  border-color: var(--zurich-blue-50);
}
.brew-mod .ic {
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--zurich-blue-10);
  border: 1.5px solid var(--zurich-blue-50);
  color: var(--zurich-blue);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 22px;
  transition: background 350ms ease, color 350ms ease;
}
.brew-mod:hover .ic { background: var(--zurich-blue); color: #fff; border-color: var(--zurich-blue); }
.brew-mod .ic svg { width: 28px; height: 28px; }
.brew-mod h3 {
  font-size: clamp(19px, 2vw, 23px); font-weight: 600; color: var(--ink);
  letter-spacing: -0.01em; margin: 0 0 12px; text-transform: uppercase;
  overflow-wrap: break-word; hyphens: auto;
}
.brew-mod p { font-size: 14.5px; line-height: 1.6; color: var(--gray-60); margin: 0; }
.brew-mod.is-neu { border-color: var(--zurich-blue); box-shadow: 0 18px 44px rgba(33,103,174,0.16); }
.brew-mod.is-neu .ic { background: var(--zurich-blue); color: #fff; border-color: var(--zurich-blue); }
.brew-neu {
  position: absolute; top: 18px; right: 18px;
  background: #F5A623; color: #2A1800;
  font-size: 12px; font-weight: 700;
  padding: 5px 12px; border-radius: 999px;
  transform: rotate(3deg);
}
@media (max-width: 880px) { .brew-mod-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 580px) { .brew-mod-grid { grid-template-columns: 1fr; } }

/* ============================================================
   Benefits (dunkel)
   ============================================================ */
.brew-benefits { background: linear-gradient(160deg, #0F4C81 0%, #07203A 100%); color: #fff; overflow: hidden; position: relative; }
.brew-benefits::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 45% 60% at 90% 8%, rgba(33,103,174,0.4), transparent 70%);
  pointer-events: none;
}
.brew-benefits .container { position: relative; z-index: 1; }
.brew-benefits-grid {
  display: grid; grid-template-columns: 1.05fr 1fr;
  gap: clamp(40px, 5vw, 80px); align-items: center;
}
.brew-benefits-intro .v2-title { color: #fff; }
.brew-benefits-intro .v2-title .accent { color: #9ec9ee; }
.brew-benefits-intro .v2-lead { color: rgba(255,255,255,0.78); }
.brew-benefits-points { list-style: none; padding: 0; margin: 30px 0 0; display: flex; flex-direction: column; gap: 14px; }
.brew-benefits-points li {
  display: flex; align-items: center; gap: 13px;
  font-size: 15.5px; font-weight: 500; color: rgba(255,255,255,0.9);
}
.brew-benefits-points .ck {
  width: 26px; height: 26px; border-radius: 50%; flex-shrink: 0;
  background: rgba(158,201,238,0.18); color: #9ec9ee;
  display: flex; align-items: center; justify-content: center;
}
.brew-benefits-points .ck svg { width: 14px; height: 14px; stroke-width: 3; }

.brew-benefit-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.brew-benefit {
  display: flex; flex-direction: column; gap: 14px;
  padding: 22px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(158,201,238,0.2);
  border-radius: 18px;
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  transition: transform 300ms cubic-bezier(0.22,1,0.36,1), background 300ms ease, border-color 300ms ease;
}
.brew-benefit:hover { transform: translateY(-4px); background: rgba(255,255,255,0.12); border-color: rgba(158,201,238,0.5); }
.brew-benefit .ic {
  width: 48px; height: 48px; border-radius: 13px;
  background: rgba(255,255,255,0.12); color: #9ec9ee;
  display: flex; align-items: center; justify-content: center;
}
.brew-benefit .ic svg { width: 23px; height: 23px; }
.brew-benefit span { font-size: 15px; font-weight: 600; color: #fff; line-height: 1.3; letter-spacing: -0.01em; }
@media (max-width: 880px) { .brew-benefits-grid { grid-template-columns: 1fr; } }
@media (max-width: 460px) { .brew-benefit-cards { grid-template-columns: 1fr; } }

/* ============================================================
   Regionaler Spezialist
   ============================================================ */
.brew-regional { background: var(--sand); }
.brew-regional-grid {
  display: grid; grid-template-columns: 1.2fr 1fr;
  gap: clamp(30px, 4vw, 60px); align-items: center;
}
.brew-map { position: relative; border-radius: 22px; overflow: hidden; box-shadow: 0 24px 56px rgba(90,75,40,0.18); }
.brew-map .base { width: 100%; height: auto; display: block; }
.v2-map-pin.static { position: absolute; transform: translate(-50%, -100%); pointer-events: none; }
.v2-map-pin.static .tag {
  position: absolute; bottom: calc(100% + 6px); left: 50%; transform: translateX(-50%);
  white-space: nowrap;
  background: #0F4C81; color: #fff;
  font-size: 12px; font-weight: 600;
  padding: 5px 11px; border-radius: 8px;
  box-shadow: 0 6px 16px rgba(15,76,129,0.3);
}
.v2-map-pin.static.tag-high .tag { bottom: calc(100% + 10px); }
.v2-map-pin.static.soon .tag { background: #9C9684; }
.v2-map-pin.static .tag::after {
  content: ''; position: absolute; top: 100%; left: 50%; transform: translateX(-50%);
  border: 5px solid transparent; border-top-color: #0F4C81;
}
.v2-map-pin.static.soon .tag::after { border-top-color: #9C9684; }

.brew-regional-side { display: flex; flex-direction: column; }
.brew-standorte-lbl {
  font-size: 12px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gray-60); margin-bottom: 18px;
}
.brew-standorte { display: flex; flex-direction: column; gap: 12px; margin-bottom: 30px; }
.brew-standort {
  display: flex; align-items: center; gap: 13px;
  padding: 16px 20px; border-radius: 14px;
  background: #fff; border: 1px solid var(--gray-15);
  font-size: 17px; font-weight: 600; color: var(--ink);
}
.brew-standort i, .brew-standort svg { width: 20px; height: 20px; color: var(--zurich-blue); flex-shrink: 0; }
.brew-claim {
  font-size: clamp(20px, 2.4vw, 28px); font-weight: 600; font-style: italic;
  line-height: 1.25; letter-spacing: -0.01em;
  color: var(--zurich-blue);
}
@media (max-width: 880px) { .brew-regional-grid { grid-template-columns: 1fr; } }

.brew-trust {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
  margin-top: clamp(40px, 5vw, 64px);
  padding-top: clamp(32px, 4vw, 48px);
  border-top: 1px solid var(--sand-deep);
}
.brew-trust-item { display: flex; align-items: center; gap: 14px; }
.brew-trust-item .ic {
  width: 46px; height: 46px; border-radius: 12px; flex-shrink: 0;
  background: var(--zurich-blue-10); border: 1px solid var(--zurich-blue-50);
  color: var(--zurich-blue);
  display: flex; align-items: center; justify-content: center;
}
.brew-trust-item .ic svg { width: 22px; height: 22px; }
.brew-trust-item span { font-size: 14.5px; font-weight: 600; color: var(--ink); line-height: 1.3; }
@media (max-width: 880px) { .brew-trust { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .brew-trust { grid-template-columns: 1fr; } }

/* ============================================================
   Kontakt (dunkel)
   ============================================================ */
.brew-contact {
  background:
    radial-gradient(ellipse 50% 60% at 10% 10%, rgba(33,103,174,0.3), transparent 65%),
    #07203A;
  color: #fff;
}
.brew-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 5vw, 80px); align-items: start; }
.brew-contact-intro .v2-title { color: #fff; }
.brew-contact-intro .v2-title .accent { color: #9ec9ee; }
.brew-contact-call { display: flex; flex-direction: column; gap: 12px; margin-top: 32px; }
.brew-call {
  display: flex; align-items: center; gap: 15px;
  padding: 16px 20px; border-radius: 14px;
  background: rgba(255,255,255,0.06); border: 1px solid rgba(158,201,238,0.22);
  transition: background 250ms ease, border-color 250ms ease, transform 250ms ease;
  max-width: 340px;
}
.brew-call:hover { background: rgba(255,255,255,0.12); border-color: rgba(158,201,238,0.5); transform: translateY(-2px); text-decoration: none; }
.brew-call .ic {
  width: 44px; height: 44px; border-radius: 12px; flex-shrink: 0;
  background: var(--zurich-blue); color: #fff;
  display: flex; align-items: center; justify-content: center;
}
.brew-call .ic svg { width: 21px; height: 21px; }
.brew-call .meta { display: flex; flex-direction: column; }
.brew-call .meta .k { font-size: 12.5px; color: rgba(255,255,255,0.6); }
.brew-call .meta .v { font-size: 16px; font-weight: 600; color: #fff; }

.brew-form { background: #fff; border-radius: 24px; padding: clamp(28px, 3.4vw, 44px); box-shadow: 0 30px 70px rgba(0,0,0,0.3); }
@media (max-width: 880px) { .brew-contact-grid { grid-template-columns: 1fr; } }
