/* Ausstellung */
.hero{--hero-img:url(../img/ausstellung-buero-02.jpg);--hero-pos:center 20%;min-height:clamp(440px,60vh,660px);min-height:clamp(440px,60svh,660px)}
.hero-inner{padding:72px 31px 64px}
.hero h1{font-size:46px;line-height:1.1;max-width:760px;margin-bottom:18px}
section.section{padding:88px 0}
.section-alt{background:var(--surface)}
.split{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}
.split h2{font-size:34px;margin-bottom:18px}
.split p{font-size:17px;line-height:1.7;color:var(--ink-soft)}
.section-head{max-width:680px;margin:0 auto 48px}
.section-head.tc{text-align:center}
.section-head h2{font-size:34px;margin-top:8px}
.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.ph{aspect-ratio:4/3;border-radius:2px;display:flex;align-items:center;justify-content:center;background:repeating-linear-gradient(135deg,#DCE6EF,#DCE6EF 10px,#EAF1F7 10px,#EAF1F7 20px);color:var(--ink-soft);font-family:monospace;font-size:12.5px;text-align:center;padding:12px}
.offer{display:grid;grid-template-columns:280px 1fr;gap:36px;align-items:center;background:var(--bg);border:1px solid var(--line);border-radius:2px;padding:28px;max-width:820px;margin:0 auto}
.offer img{width:100%;height:200px;object-fit:cover;border-radius:2px}
.offer h3{font-size:22px;margin-bottom:8px}
.offer .price{font-size:22px;font-weight:700;color:var(--brand-dark);margin:10px 0}
.offer .fine{font-size:12.5px;color:var(--ink-soft)}
.people{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;max-width:920px;margin:0 auto}
.people img.photo{display:block;width:auto;max-width:100%;height:340px;object-fit:contain;margin:0 auto;border-radius:2px}
.people p{font-size:17px;line-height:1.75;color:var(--ink-soft)}
.people img.sig{height:52px;margin-top:22px}
.process{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}
.process-item{text-align:center}
.process-item img{height:64px;width:64px;margin:0 auto 18px}
.process-item h3{font-size:19px;margin-bottom:10px}
.process-item p{font-size:14.5px;line-height:1.6;color:var(--ink-soft)}
.banner{position:relative;background:var(--navy);color:var(--surface)}
.banner-grid{display:grid;grid-template-columns:1fr 1fr}
.banner-cell{position:relative;min-height:420px}
.banner-cell img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hours-cell{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;text-align:right;padding:64px 72px}
.hours-cell h2{font-size:30px;margin-bottom:24px;color:var(--surface)}
@media(max-width:900px){.split,.banner-grid,.gallery,.process,.offer,.people{grid-template-columns:1fr}.split{gap:40px}.people{gap:32px}.hero h1{font-size:32px}.hours-cell{align-items:center;text-align:center;padding:56px 32px}}
@media(max-width:600px){
  .hero-inner{padding:56px 18px 48px}
  .hero h1{font-size:28px}
  .hero p{font-size:16.5px}
  section.section{padding:56px 0}
  .split{gap:32px}
  .split h2,.section-head h2{font-size:26px}
  .section-head{margin-bottom:32px}
  .gallery{gap:16px}
  .process{gap:26px}
  .offer{padding:20px;gap:22px}
  .offer img{height:170px}
  .offer h3{font-size:20px}
  .people{gap:26px}
  .people img.photo{height:250px}
  .people p{font-size:16px}
  .banner-cell{min-height:280px}
  .hours-cell{padding:40px 22px}
  .hours-cell h2{font-size:24px}
}
@media(max-width:400px){
  .hero-inner{padding:44px 12px 38px}
  .hero h1{font-size:24px}
  .hero p{font-size:15.5px}
  section.section{padding:42px 0}
  .split h2,.section-head h2{font-size:22px}
  .split p,.people p{font-size:15.5px}
  .gallery{gap:12px}
  .offer{padding:14px;gap:16px}
  .offer img{height:140px}
  .offer h3,.offer .price{font-size:18px}
  .people img.photo{height:200px}
  .banner-cell{min-height:220px}
  .hours-cell{padding:32px 14px}
  .hours-cell h2{font-size:21px}
}
