:root{
  --gold:#bd8b35;
  --gold-light:#d5a65b;
  --brown:#4a2d18;
  --brown-dark:#332013;
  --brown-soft:#6b4b34;
  --cream:#fbf6ec;
  --cream-2:#f4eadb;
  --card:#fffaf2;
  --white:#ffffff;
  --shadow:0 18px 50px rgba(74,45,24,.12);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--cream);
  color:var(--brown);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
a{color:inherit}

.site-header{
  position:absolute;
  z-index:10;
  top:0;left:0;right:0;
  min-height:104px;
  display:flex;
  align-items:center;
  gap:26px;
  padding:18px 46px;
  background:rgba(255,250,240,.70);
  border-bottom:1px solid rgba(255,255,255,.40);
  backdrop-filter:blur(16px);
}
.brand img{width:146px;display:block}
.menu-toggle{display:none}
.nav{display:flex;gap:26px;margin-left:auto;align-items:center}
.nav a{
  text-decoration:none;
  color:var(--brown-dark);
  font-weight:800;
  text-transform:uppercase;
  font-size:13px;
  letter-spacing:.04em;
  white-space:nowrap;
}
.nav a.active{color:var(--gold);border-bottom:2px solid var(--gold);padding-bottom:10px}
.lang{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--gold);white-space:nowrap}
.lang button{border:0;background:transparent;color:var(--gold);font-weight:800;cursor:pointer;padding:3px}
.lang button.active{color:var(--brown-dark)}
.offer{
  background:var(--gold);
  color:white;
  text-decoration:none;
  font-weight:850;
  text-transform:uppercase;
  padding:14px 18px;
  border-radius:4px;
  font-size:13px;
  letter-spacing:.045em;
  box-shadow:0 12px 28px rgba(189,139,53,.22);
  white-space:nowrap;
}

.hero{position:relative;min-height:760px;overflow:hidden;padding-top:150px}
.hero-bg{
  position:absolute;inset:0;
  background-image:radial-gradient(circle at 42% 30%,rgba(255,146,38,.38) 0%,rgba(145,75,28,.15) 17%,rgba(0,0,0,0) 31%),url('../images/hero-flatbread-production.jpg');
  background-size:auto,112% auto;
  background-position:center center,center center;
  background-repeat:no-repeat;
  filter:saturate(1.08) contrast(1.03);
}
.hero-shade{
  position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(38,19,7,.91) 0%,rgba(67,34,14,.75) 34%,rgba(114,67,27,.28) 60%,rgba(255,255,255,.02) 100%),linear-gradient(0deg,rgba(36,20,9,.54),rgba(255,255,255,0) 58%);
}
.hero-content{position:relative;z-index:1;max-width:690px;margin-left:58px;color:#fff;padding-top:58px;padding-bottom:220px}
.hero h1{font-size:56px;line-height:1.03;margin:0 0 24px;font-weight:900;letter-spacing:-.035em;text-shadow:0 12px 30px rgba(0,0,0,.38)}
.gold-line{width:94px;height:4px;background:var(--gold-light);margin-bottom:28px}
.claim{font-size:22px;font-weight:650;margin:0 0 16px;max-width:620px;color:#fff}
.sub{font-size:18px;line-height:1.55;max-width:560px;margin:0;color:rgba(255,255,255,.92)}

.trustbar{
  position:absolute;left:58px;right:58px;bottom:24px;z-index:2;
  display:grid;grid-template-columns:repeat(4,1fr);
  background:linear-gradient(180deg,rgba(78,45,22,.68),rgba(48,27,13,.60));
  backdrop-filter:blur(16px);
  border:1px solid rgba(255,255,255,.24);
  border-radius:10px;
  color:#fff;
  box-shadow:0 18px 60px rgba(35,19,8,.28),inset 0 1px 0 rgba(255,255,255,.18);
}
.trust{display:flex;gap:18px;align-items:center;padding:22px 24px;border-right:1px solid rgba(213,166,91,.34);transition:transform .18s ease,background .18s ease}.trust:last-child{border-right:0}.trust:hover{transform:translateY(-2px);background:rgba(255,255,255,.045)}
.icon{width:58px;height:58px;min-width:58px;color:var(--gold-light);display:grid;place-items:center}.icon svg{width:58px;height:58px;fill:none;stroke:currentColor;stroke-width:2.7;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 8px 18px rgba(0,0,0,.22))}.trust strong{display:block;text-transform:uppercase;font-size:14px;letter-spacing:.045em;color:#fff}.trust span{display:block;margin-top:7px;font-size:13px;line-height:1.35;color:rgba(255,255,255,.86)}

.intro-grid{display:grid;grid-template-columns:1.3fr .8fr .8fr;gap:26px;padding:52px 58px 28px;background:linear-gradient(180deg,#fffaf2,#f8f1e5)}
.panel{background:rgba(255,255,255,.72);border:1px solid rgba(189,139,53,.14);border-radius:14px;padding:28px;box-shadow:0 14px 38px rgba(74,45,24,.06)}
.panel h2,.section-head h2,.product-copy h3,.contact-card h2{color:var(--brown);font-family:Inter,system-ui,sans-serif;font-style:italic;font-weight:900;letter-spacing:.035em}.panel h2{margin:0 0 10px;font-size:22px;line-height:1.18;text-transform:uppercase}.section-subtitle{margin:0 0 18px;color:var(--brown-soft);font-size:15px;font-weight:750;letter-spacing:.02em}
.brand-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.brand-cards article{background:linear-gradient(180deg,#fff,#fbf7ef);border:1px solid rgba(189,139,53,.13);border-radius:10px;min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:18px 16px 20px;box-shadow:0 14px 34px rgba(68,42,19,.08);transition:transform .18s ease,box-shadow .18s ease}.brand-cards article:hover{transform:translateY(-3px);box-shadow:0 18px 42px rgba(68,42,19,.13)}.brand-logo{height:122px;width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:18px}.brand-logo img{display:block;max-width:100%;max-height:118px;object-fit:contain;filter:drop-shadow(0 10px 18px rgba(48,31,15,.10))}.brand-logo.best-baker img{max-height:112px}.brand-logo.gloripan img{max-height:92px}.brand-logo.aalimayeh img{max-height:122px}.brand-cards p{font-size:14px;line-height:1.45;margin:0;min-height:40px;color:var(--brown-soft)}
.primary{display:block;width:max-content;margin:18px auto 0;background:var(--gold);color:#fff;text-decoration:none;text-transform:uppercase;font-weight:850;padding:14px 62px;border-radius:5px;font-size:13px;box-shadow:0 12px 28px rgba(189,139,53,.18)}
.map-art{height:235px;border-radius:8px;background:linear-gradient(145deg,rgba(255,255,255,.95),rgba(247,239,225,.74));position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px rgba(189,139,53,.10)}.map-art:before{content:'';position:absolute;inset:6px;background:url('../images/europe-map.png') center center/contain no-repeat;filter:drop-shadow(0 12px 18px rgba(86,59,27,.13))}.map-art:after{content:'Düsseldorf';position:absolute;left:48%;top:44%;transform:translate(-50%,-50%);background:rgba(189,139,53,.92);color:white;font-size:11px;font-weight:850;letter-spacing:.04em;padding:5px 8px;border-radius:999px;box-shadow:0 8px 18px rgba(98,63,23,.18)}
.why-panel ul{margin:0;padding:0;list-style:none}.why-panel li{margin:15px 0;color:var(--brown-soft);font-size:15px;line-height:1.45}.why-panel li:before{content:'✓';color:var(--gold);font-weight:900;margin-right:12px}

.product-overview{padding:58px 58px 64px;background:linear-gradient(180deg,#f8f1e5 0%,#fff8ed 100%);color:var(--brown)}.section-head{max-width:820px;margin:0 auto 34px;text-align:center}.eyebrow{display:inline-block;color:var(--gold);font-weight:900;text-transform:uppercase;letter-spacing:.16em;font-size:12px;margin-bottom:12px}.section-head h2{margin:0;font-size:34px;line-height:1.15}.section-head p{margin:14px auto 0;color:var(--brown-soft);font-size:16px;line-height:1.55;max-width:680px}.product-cards-two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;max-width:1040px;margin:0 auto}.product-card{background:rgba(255,252,246,.93);border:1px solid rgba(189,139,53,.16);border-radius:14px;overflow:hidden;box-shadow:var(--shadow);transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{transform:translateY(-5px);box-shadow:0 26px 64px rgba(74,48,20,.15)}.product-media{height:250px;position:relative;overflow:hidden;background-color:#f4e5cc;background-position:center;background-size:cover;background-repeat:no-repeat}.packaging-visual{background-image:url('../images/products/brotbeutel-clipband-hero.png')}.equipment-visual{background-image:url('../images/products/bakery-machine-visual.png')}.product-copy{padding:24px 24px 26px;color:var(--brown)}.product-copy h3{margin:0 0 10px;font-size:22px;line-height:1.2}.product-copy p{margin:0 0 20px;color:var(--brown-soft);font-size:15px;line-height:1.55;min-height:70px}.product-button{display:inline-flex;align-items:center;background:var(--gold);color:#fff;text-decoration:none;text-transform:uppercase;font-weight:850;letter-spacing:.055em;font-size:13px;padding:12px 20px;border-radius:6px;box-shadow:0 12px 28px rgba(189,139,53,.18)}

.contact-preview{display:grid;grid-template-columns:1.08fr .92fr;gap:28px;padding:58px;background:linear-gradient(180deg,#fff8ed,#f4eadb);color:var(--brown)}.contact-map{min-height:430px;border-radius:16px;overflow:hidden;border:1px solid rgba(189,139,53,.20);box-shadow:0 18px 55px rgba(74,48,20,.12);background:#efe3d2}.contact-map iframe{width:100%;height:100%;border:0;display:block;min-height:430px;filter:saturate(.9) sepia(.08)}.contact-card{background:rgba(255,255,255,.80);border:1px solid rgba(189,139,53,.18);border-radius:16px;padding:34px;box-shadow:0 18px 55px rgba(74,48,20,.10);color:var(--brown)}.contact-card h2{margin:8px 0 12px;font-size:30px;line-height:1.16}.contact-card p{color:var(--brown-soft);line-height:1.55}.contact-lines{display:grid;grid-template-columns:1fr 1fr;gap:10px 22px;margin:20px 0;color:var(--brown-soft)}.contact-lines p:first-child{grid-column:1/-1}.contact-lines strong{color:var(--brown);font-weight:850}.contact-card a{color:var(--brown);text-decoration:none;font-weight:750}.quick-form{display:grid;gap:12px;margin-top:22px}.quick-form input,.quick-form textarea{width:100%;border:1px solid rgba(189,139,53,.22);border-radius:8px;background:#fffaf3;padding:13px 14px;font:inherit;color:var(--brown)}.quick-form input::placeholder,.quick-form textarea::placeholder{color:#9b8775}.quick-form textarea{min-height:105px;resize:vertical}.quick-form button{border:0;background:var(--gold);color:white;border-radius:6px;padding:14px 18px;text-transform:uppercase;font-weight:850;letter-spacing:.055em;cursor:pointer}.quick-form button:hover,.product-button:hover,.primary:hover,.offer:hover{filter:brightness(1.04)}

body, h1, h2, h3, h4, h5, p, li, label, input, textarea, button, .product-overview, .contact-preview{color:var(--brown)}
.hero h1,.hero p,.trustbar,.trustbar strong,.trustbar span,.offer,.primary,.product-button,.quick-form button{color:#fff}

[dir="rtl"] .hero-content{margin-left:auto;margin-right:58px;text-align:right}[dir="rtl"] .gold-line{margin-left:0;margin-right:auto}

@media(max-width:1120px){.site-header{gap:18px;padding:16px 24px}.nav{gap:16px}.offer{display:none}.hero h1{font-size:46px}.intro-grid{grid-template-columns:1fr}.contact-preview{grid-template-columns:1fr}.brand-cards{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.site-header{position:relative;min-height:auto;flex-wrap:wrap;padding:14px 18px}.brand img{width:126px}.menu-toggle{display:block;margin-left:auto;border:1px solid rgba(189,139,53,.35);background:rgba(255,250,242,.75);color:var(--brown);border-radius:8px;padding:8px 11px;font-size:22px}.nav{order:5;width:100%;display:none;flex-direction:column;align-items:flex-start;margin-left:0;padding:10px 0}.nav.open{display:flex}.nav a.active{padding-bottom:4px}.lang{margin-left:auto}.hero{padding-top:0;min-height:830px}.hero-bg{background-size:auto,cover;background-position:center center,60% center}.hero-content{margin:0 22px;padding-top:74px;padding-bottom:70px}.hero h1{font-size:38px}.claim{font-size:19px}.sub{font-size:16px}.trustbar{position:relative;left:auto;right:auto;bottom:auto;margin:16px 20px 0;grid-template-columns:1fr}.trust{border-right:0;border-bottom:1px solid rgba(213,166,91,.30)}.trust:last-child{border-bottom:0}.intro-grid{padding:34px 20px 22px;gap:18px}.panel{padding:22px}.brand-cards{grid-template-columns:1fr}.product-overview{padding:42px 20px}.section-head h2{font-size:27px}.product-cards-two{grid-template-columns:1fr}.product-media{height:210px}.product-copy p{min-height:auto}.contact-preview{padding:34px 20px}.contact-lines{grid-template-columns:1fr}.contact-card{padding:24px}.contact-card h2{font-size:25px}}

/* Unterseiten – basiert auf dem bestehenden Master-Design */
.subpage-hero{
  position:relative;
  min-height:560px;
  display:flex;
  align-items:flex-end;
  overflow:hidden;
  background:#2f1d12;
}
.subpage-hero-bg{
  position:absolute;
  inset:0;
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
  transform:scale(1.01);
}
.subpage-hero-bg.packaging-bg{
  background-image:url('../images/products/brotbeutel-clipband-hero.png');
}
.subpage-hero-bg.machines-bg{
  background-image:url('../images/products/baeckereimaschinen-hero.png');
}
.subpage-hero-shade{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(43,24,12,.82) 0%,rgba(70,42,22,.46) 42%,rgba(50,27,12,.16) 100%),linear-gradient(0deg,rgba(34,19,9,.48),rgba(255,255,255,0) 54%);
}
.subpage-hero-content{
  position:relative;
  z-index:1;
  max-width:740px;
  margin:0 58px 64px;
  color:#fff;
}
.subpage-hero-content h1{
  margin:0 0 22px;
  font-size:52px;
  line-height:1.04;
  font-weight:900;
  letter-spacing:-.035em;
  color:#fff;
  text-shadow:0 12px 30px rgba(0,0,0,.38);
}
.subpage-hero-content p{
  max-width:620px;
  margin:0;
  color:rgba(255,255,255,.92);
  font-size:19px;
  line-height:1.55;
}
.subpage-content{
  padding:64px 58px 70px;
  background:linear-gradient(180deg,#fffaf2,#f4eadb);
  color:var(--brown);
}
.subpage-inner{
  max-width:1120px;
  margin:0 auto;
}
.subpage-head{
  max-width:780px;
  margin:0 auto 34px;
  text-align:center;
}
.subpage-head h2{
  margin:0;
  color:var(--brown);
  font-family:Inter,system-ui,sans-serif;
  font-style:italic;
  font-weight:900;
  letter-spacing:.035em;
  font-size:34px;
  line-height:1.15;
}
.subpage-head p{
  margin:14px auto 0;
  color:var(--brown-soft);
  font-size:16px;
  line-height:1.55;
}
.info-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
}
.info-card{
  background:rgba(255,255,255,.78);
  border:1px solid rgba(189,139,53,.16);
  border-radius:14px;
  padding:30px;
  box-shadow:var(--shadow);
  color:var(--brown);
}
.info-card h3{
  margin:0 0 14px;
  color:var(--brown);
  font-size:23px;
  font-weight:900;
  letter-spacing:.02em;
}
.info-card p{
  margin:0 0 18px;
  color:var(--brown-soft);
  font-size:15px;
  line-height:1.6;
}
.info-list{
  list-style:none;
  margin:0;
  padding:0;
}
.info-list li{
  position:relative;
  padding-left:28px;
  margin:12px 0;
  color:var(--brown-soft);
  line-height:1.45;
}
.info-list li:before{
  content:'✓';
  position:absolute;
  left:0;
  top:0;
  color:var(--gold);
  font-weight:900;
}
.full-info{
  margin-top:24px;
  background:linear-gradient(135deg,rgba(255,255,255,.80),rgba(243,224,194,.72));
  border:1px solid rgba(189,139,53,.18);
  border-radius:14px;
  padding:28px 30px;
  box-shadow:0 18px 55px rgba(74,48,20,.10);
  color:var(--brown);
}
.full-info h3{
  margin:0 0 10px;
  color:var(--brown);
  font-size:22px;
  font-weight:900;
}
.full-info p{
  margin:0;
  color:var(--brown-soft);
  line-height:1.6;
}
.subpage-cta{
  margin-top:30px;
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  justify-content:center;
}
.subpage-cta a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:12px 22px;
  border-radius:6px;
  text-decoration:none;
  text-transform:uppercase;
  font-size:13px;
  font-weight:850;
  letter-spacing:.055em;
}
.subpage-cta .primary-link{
  background:var(--gold);
  color:#fff;
  box-shadow:0 12px 28px rgba(189,139,53,.18);
}
.subpage-cta .secondary-link{
  color:var(--brown);
  border:1px solid rgba(189,139,53,.35);
  background:rgba(255,255,255,.55);
}
@media(max-width:760px){
  .subpage-hero{min-height:620px;align-items:flex-end;}
  .subpage-hero-content{margin:0 22px 44px;}
  .subpage-hero-content h1{font-size:38px;}
  .subpage-hero-content p{font-size:16px;}
  .subpage-content{padding:42px 20px 52px;}
  .subpage-head h2{font-size:27px;}
  .info-grid{grid-template-columns:1fr;}
  .info-card,.full-info{padding:24px;}
}


.site-footer{background:var(--brown-dark);color:rgba(255,250,242,.86);padding:28px 58px;border-top:1px solid rgba(213,166,91,.24)}
.footer-inner{max-width:1180px;margin:0 auto;display:flex;justify-content:space-between;gap:22px;align-items:center}
.footer-brand{display:flex;flex-direction:column;gap:6px;font-size:14px}.footer-brand strong{color:#fff;font-size:16px}.footer-links{display:flex;gap:24px;flex-wrap:wrap}.footer-links a{color:#fff;text-decoration:none;font-weight:800;text-transform:uppercase;font-size:12px;letter-spacing:.08em}.footer-links a:hover{color:var(--gold-light)}
.legal-header{position:relative;background:rgba(255,250,240,.92)}.legal-main{background:linear-gradient(180deg,#fff8ed,#f4eadb);padding:54px 58px 70px}.legal-content{max-width:940px;margin:0 auto;background:rgba(255,255,255,.82);border:1px solid rgba(189,139,53,.16);border-radius:16px;box-shadow:var(--shadow);padding:42px;color:var(--brown)}.legal-content h1{margin:0 0 24px;font-size:42px;line-height:1.1;color:var(--brown);font-style:italic}.legal-content h2{margin:28px 0 10px;font-size:21px;color:var(--brown);font-style:italic}.legal-content p{color:var(--brown-soft);line-height:1.65}.legal-content a{color:var(--brown);font-weight:800}.legal-note{background:#fff4dd;border-left:4px solid var(--gold);padding:14px 16px;border-radius:8px}
.cookie-banner{position:fixed;left:18px;right:18px;bottom:18px;z-index:50}.cookie-banner[hidden]{display:none}.cookie-box{max-width:1120px;margin:0 auto;background:rgba(255,250,242,.96);border:1px solid rgba(189,139,53,.28);box-shadow:0 20px 60px rgba(35,19,8,.22);border-radius:14px;padding:20px;display:flex;justify-content:space-between;gap:22px;align-items:center;color:var(--brown);backdrop-filter:blur(14px)}.cookie-box strong{display:block;margin-bottom:6px;font-size:16px}.cookie-box p{margin:0;color:var(--brown-soft);line-height:1.45}.cookie-actions{display:flex;gap:10px;flex-wrap:wrap}.cookie-actions button,.map-load{border:0;border-radius:6px;padding:12px 16px;font-weight:850;cursor:pointer}.cookie-primary,.map-load{background:var(--gold);color:#fff}.cookie-secondary{background:#f1e2cc;color:var(--brown)}.map-consent{height:100%;min-height:430px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:14px;padding:24px;color:var(--brown);background:linear-gradient(145deg,#fff8ed,#efe1cc)}.map-consent p{max-width:360px;color:var(--brown-soft)}.contact-map iframe:not([src]){display:none}
@media (max-width:760px){.footer-inner{flex-direction:column;text-align:center}.legal-main{padding:32px 18px 48px}.legal-content{padding:26px}.legal-content h1{font-size:34px}.cookie-box{flex-direction:column;align-items:flex-start}.cookie-actions{width:100%}.cookie-actions button{flex:1}.site-footer{padding:26px 18px}}

.machine-photo{width:100%;height:320px;object-fit:contain;background:#fff;border-radius:10px;margin-bottom:18px;border:1px solid rgba(189,139,53,.18);box-shadow:0 12px 28px rgba(74,48,20,.10)}
.machine-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-top:28px}
.machine-card{background:rgba(255,252,246,.92);border:1px solid rgba(189,139,53,.18);border-radius:14px;padding:26px;box-shadow:0 18px 55px rgba(74,48,20,.10);color:var(--brown)}
.machine-card h3{margin:0 0 14px;color:var(--brown);font-size:23px;line-height:1.2}
.machine-card .price{display:inline-block;margin:6px 0 16px;background:rgba(189,139,53,.14);color:var(--brown);font-weight:900;padding:8px 12px;border-radius:999px}
.machine-card ul{margin:0;padding:0;list-style:none}.machine-card li{margin:10px 0;color:var(--brown-soft);line-height:1.45}.machine-card li:before{content:'✓';color:var(--gold);font-weight:900;margin-right:10px}.machine-note{margin-top:22px;color:var(--brown-soft);line-height:1.6;text-align:center}
@media(max-width:760px){.machine-list{grid-template-columns:1fr}.machine-card{padding:22px}}


.subpage-hero-bg.yeast-bg{
  background-image:radial-gradient(circle at 42% 30%,rgba(255,146,38,.28) 0%,rgba(145,75,28,.12) 18%,rgba(0,0,0,0) 32%),url('../images/hero-flatbread-production.jpg');
  background-size:auto,112% auto;
  background-position:center center,center center;
}
.yeast-page .subpage-head{margin-bottom:30px}
.yeast-brand-showcase{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin:0 auto 30px;
}
.yeast-brand-showcase article{
  min-height:210px;
  background:linear-gradient(180deg,#fff,#fbf7ef);
  border:1px solid rgba(189,139,53,.16);
  border-radius:14px;
  box-shadow:0 18px 50px rgba(74,45,24,.10);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
}
.yeast-brand-logo{
  width:100%;
  height:142px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.yeast-brand-logo img{
  display:block;
  max-width:100%;
  max-height:128px;
  object-fit:contain;
  filter:drop-shadow(0 12px 20px rgba(48,31,15,.10));
}
.yeast-brand-logo.best-baker img{max-height:118px}
.yeast-brand-logo.gloripan img{max-height:98px}
.yeast-brand-logo.aalimayeh img{max-height:128px}
.yeast-info-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  margin-top:22px;
}
.card-symbol{
  width:58px;
  height:58px;
  color:var(--gold);
  margin-bottom:14px;
}
.card-symbol svg{
  width:58px;
  height:58px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.5;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.cert-badges{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:18px;
}
.cert-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:42px;
  padding:9px 14px;
  border-radius:999px;
  background:linear-gradient(180deg,rgba(255,250,242,.95),rgba(244,229,203,.84));
  border:1px solid rgba(189,139,53,.32);
  color:var(--brown);
  font-weight:900;
  font-size:13px;
  letter-spacing:.045em;
  text-transform:uppercase;
  box-shadow:0 10px 24px rgba(74,45,24,.08);
}
.cert-badge svg{
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
  flex:0 0 20px;
}
.cert-iso{color:#6a4526}
.cert-haccp{color:#7a4a21}
.cert-halal{color:#5d4a20}
.cert-vegan{color:#4d6b34}
.cert-gmo{color:#6f5129}
.cert-brc{color:#8a5b1f}
.benefit-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  margin-top:24px;
}
.benefit-grid article{
  background:rgba(255,255,255,.72);
  border:1px solid rgba(189,139,53,.16);
  border-radius:14px;
  padding:22px;
  box-shadow:0 14px 38px rgba(74,45,24,.06);
  color:var(--brown);
}
.benefit-grid strong{
  display:block;
  color:var(--brown);
  font-size:15px;
  font-weight:900;
  margin-bottom:8px;
}
.benefit-grid span{
  display:block;
  color:var(--brown-soft);
  font-size:14px;
  line-height:1.45;
}
@media(max-width:900px){
  .yeast-info-grid,.benefit-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:760px){
  .yeast-brand-showcase{grid-template-columns:1fr}
  .yeast-info-grid,.benefit-grid{grid-template-columns:1fr}
}

/* Über uns */
.subpage-hero-bg.about-bg{
  background-image:radial-gradient(circle at 42% 30%,rgba(255,146,38,.28) 0%,rgba(145,75,28,.12) 18%,rgba(0,0,0,0) 32%),url('../images/hero-flatbread-production.jpg');
  background-size:auto,112% auto;
  background-position:center center,center center;
}
.about-page .subpage-head{margin-bottom:26px}
.about-company-card{
  max-width:920px;
  margin:0 auto 42px;
  background:rgba(255,255,255,.74);
  border:1px solid rgba(189,139,53,.16);
  border-radius:14px;
  box-shadow:0 14px 38px rgba(74,45,24,.06);
  padding:26px 30px;
  text-align:center;
}
.about-company-card p{margin:0;color:var(--brown-soft);line-height:1.65;font-size:16px}
.about-section-head{margin-top:18px;margin-bottom:28px}
.team-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
.team-card,.memory-card{
  background:rgba(255,252,246,.92);
  border:1px solid rgba(189,139,53,.16);
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 18px 55px rgba(74,48,20,.10);
  color:var(--brown);
}
.team-card img{
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
  display:block;
  background:#f6ead7;
}
.team-copy{padding:22px 22px 24px}
.team-copy h3,.memory-copy h3{
  margin:0 0 6px;
  color:var(--brown);
  font-size:22px;
  font-weight:900;
  line-height:1.15;
}
.team-copy strong,.memory-copy strong{
  display:block;
  color:var(--gold);
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.075em;
  font-weight:900;
  margin-bottom:12px;
}
.team-copy p,.memory-copy p{
  margin:0;
  color:var(--brown-soft);
  line-height:1.58;
  font-size:14.5px;
}
.team-card-oskar{background:linear-gradient(180deg,#fffdf7,#f8ecda)}
.memory-section{
  margin-top:58px;
  padding-top:36px;
  border-top:1px solid rgba(189,139,53,.22);
}
.memory-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
}
.memory-card{
  display:grid;
  grid-template-columns:220px 1fr;
  align-items:stretch;
  background:linear-gradient(135deg,rgba(255,255,255,.84),rgba(244,229,203,.76));
}
.memory-card img{
  width:100%;
  height:100%;
  min-height:250px;
  object-fit:cover;
  display:block;
  background:#f6ead7;
}
.memory-copy{padding:26px 28px}
@media(max-width:980px){
  .team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .memory-card{grid-template-columns:180px 1fr}
}
@media(max-width:760px){
  .team-grid,.memory-grid{grid-template-columns:1fr}
  .memory-card{grid-template-columns:1fr}
  .memory-card img{aspect-ratio:1/1;min-height:0}
  .about-company-card{padding:22px}
}
