/* ALBANESE Baumaterialien AG – Stylesheet
   Markenfarbe Rot, dunkler Header, klares B2B-Layout. */

:root{
  --rot:#c8102e;
  --rot-dunkel:#9d0c23;
  --tinte:#1c1e22;
  --grau-900:#22252b;
  --grau-600:#5b616b;
  --grau-300:#d9dde2;
  --grau-100:#f4f6f8;
  --weiss:#ffffff;
  --max:1280px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Segoe UI",system-ui,-apple-system,Arial,sans-serif;
  color:var(--tinte);
  line-height:1.65;
  background:var(--weiss);
}
img{max-width:100%;height:auto;display:block}
a{color:var(--rot);text-decoration:none}
a:hover{text-decoration:underline}
.wrap{max-width:var(--max);margin:0 auto;padding:0 24px}

/* ---------- Header ---------- */
.site-header{background:var(--grau-900);position:sticky;top:0;z-index:50;box-shadow:0 2px 10px rgba(0,0,0,.15)}
.header-inner{display:flex;align-items:center;gap:18px;min-height:72px}
.brand{flex:0 0 auto}
.brand img{display:block;height:38px;width:auto}
.main-nav{display:flex;gap:18px;margin-left:auto;flex-wrap:wrap}
.main-nav a{color:#e7e9ec;font-weight:600;font-size:15px;letter-spacing:.01em;padding:6px 0;border-bottom:2px solid transparent}
.main-nav a:hover{color:#fff;text-decoration:none;border-bottom-color:var(--rot)}
.main-nav a.is-active{color:#fff;border-bottom-color:var(--rot)}
.main-nav .nav-shop{background:var(--rot);color:#fff;padding:8px 16px;border-radius:4px;border:none}
.main-nav .nav-shop:hover{background:var(--rot-dunkel)}
.lang-switch{display:flex;gap:2px}
.lang-switch a{color:#9aa0a8;font-size:13px;font-weight:600;padding:2px 6px;border-radius:3px}
.lang-switch a.is-active{color:#fff;background:var(--rot)}
.lang-switch a:hover{color:#fff;text-decoration:none}
.nav-toggle{display:none}

/* ---------- Hero ---------- */
.hero{position:relative;min-height:clamp(440px,50vh,600px);display:flex;align-items:flex-end;color:#fff;
  background:linear-gradient(180deg,rgba(28,30,34,.15),rgba(28,30,34,.75)),var(--hero,#333) center/cover no-repeat}
.hero .wrap{padding-bottom:64px;padding-top:64px}
.hero .kicker{display:inline-block;background:var(--rot);color:#fff;font-size:13px;font-weight:700;
  letter-spacing:.08em;text-transform:uppercase;padding:5px 12px;border-radius:3px;margin-bottom:18px}
.hero h1{font-size:clamp(30px,4.2vw,54px);line-height:1.1;margin:0 0 14px;max-width:24ch;text-wrap:balance;
  text-shadow:0 2px 20px rgba(0,0,0,.35)}
.hero p.lead{font-size:clamp(17px,2vw,21px);max-width:46ch;margin:0 0 26px;color:#eef0f2}

/* ---------- Buttons ---------- */
.btn{display:inline-block;background:var(--rot);color:#fff;font-weight:700;padding:13px 26px;border-radius:5px;
  border:2px solid var(--rot);transition:.15s}
.btn:hover{background:var(--rot-dunkel);border-color:var(--rot-dunkel);text-decoration:none}
.btn.ghost{background:transparent;border-color:#fff;color:#fff}
.btn.ghost:hover{background:#fff;color:var(--tinte)}
.btn-row{display:flex;gap:14px;flex-wrap:wrap}

/* ---------- Sektionen ---------- */
section.block{padding:72px 0}
section.block.grau{background:var(--grau-100)}
.section-head{max-width:66ch;margin:0 0 40px}
.section-head .kicker{color:var(--rot);font-weight:700;font-size:13px;letter-spacing:.09em;text-transform:uppercase}
h2{font-size:clamp(24px,3vw,34px);line-height:1.2;margin:.2em 0 .4em;text-wrap:balance}
h3{font-size:20px;margin:0 0 .3em}
p{margin:0 0 1em}
.lead{font-size:19px;color:var(--grau-600)}
.swiss{color:var(--rot);font-weight:700}

/* ---------- Karten-Raster ---------- */
.grid{display:grid;gap:26px}
.grid.c3{grid-template-columns:repeat(3,1fr)}
.grid.c2{grid-template-columns:repeat(2,1fr)}
.card{background:var(--weiss);border:1px solid var(--grau-300);border-radius:8px;padding:26px;transition:.15s}
.card:hover{box-shadow:0 8px 26px rgba(0,0,0,.08);transform:translateY(-2px)}
.card h3{color:var(--tinte)}
.card .num{display:inline-grid;place-items:center;width:38px;height:38px;background:var(--rot);color:#fff;
  border-radius:50%;font-weight:700;margin-bottom:14px}

/* ---------- Aussendienst ---------- */
.person{background:#fff;border:1px solid var(--grau-300);border-radius:8px;padding:22px}
.person h3{color:var(--rot);margin-bottom:.15em}
.person .kantone{color:var(--grau-600);font-size:14.5px;margin:.4em 0 .8em}
.person .tel{font-weight:700}

/* ---------- Jobs ---------- */
.joblist{list-style:none;padding:0;margin:0}
.joblist li{position:relative;padding-left:28px;margin:.55em 0}
.joblist li::before{content:"✓";position:absolute;left:0;top:0;color:var(--rot);font-weight:800}
.joblist li.plus::before{content:"+";font-size:1.15em;line-height:1.1}
.job-meta{display:flex;flex-wrap:wrap;gap:8px 20px;margin:0 0 6px;color:var(--grau-600);font-size:14.5px;font-weight:600}

/* ---------- Produkte-Liste ---------- */
.prodcat{border:1px solid var(--grau-300);border-radius:8px;overflow:hidden;margin-bottom:18px}
.prodcat summary{cursor:pointer;padding:18px 22px;font-weight:700;font-size:18px;background:var(--grau-100);
  list-style:none;display:flex;align-items:center;gap:12px}
.prodcat summary::-webkit-details-marker{display:none}
.prodcat summary .n{display:inline-grid;place-items:center;width:30px;height:30px;background:var(--rot);
  color:#fff;border-radius:50%;font-size:15px}
.prodcat[open] summary{border-bottom:1px solid var(--grau-300)}
.prodcat ul{columns:2;margin:0;padding:18px 22px 18px 40px}
.prodcat li{margin:.2em 0;break-inside:avoid}
.prodcat .hint{padding:0 22px 16px 22px;color:var(--grau-600);font-size:14px}

/* ---------- Content-Prosa (Recht) ---------- */
.prose{max-width:70ch}
.wrap.prose{max-width:var(--max)}
.wrap.prose > *{max-width:70ch}
.prose h1{font-size:30px}.prose h2{font-size:23px;margin-top:1.4em}.prose h3{font-size:18px;margin-top:1.2em}
.prose ul{padding-left:1.2em}.prose li{margin:.3em 0}

/* ---------- Kontakt ---------- */
.kontakt-grid{display:grid;grid-template-columns:1fr 1fr;gap:44px}
.form-field{margin-bottom:16px}
.form-field label{display:block;font-weight:600;margin-bottom:5px;font-size:14.5px}
.form-field input,.form-field textarea{width:100%;padding:11px 13px;border:1px solid var(--grau-300);
  border-radius:5px;font:inherit}
.form-field textarea{min-height:140px;resize:vertical}
.hinweis{padding:14px 18px;border-radius:6px;margin-bottom:20px;font-size:15px}
.hinweis.ok{background:#e7f0ea;color:#2c6446;border:1px solid #2c6446}
.hinweis.warn{background:#fdf0d5;color:#8a5a08;border:1px solid #d9a94e}

/* ---------- Footer ---------- */
.site-footer{background:var(--grau-900);color:#c7ccd3;margin-top:0}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:34px;padding:56px 24px}
.footer-grid h4{color:#fff;font-size:15px;margin:0 0 .6em;letter-spacing:.03em}
.footer-grid a{color:#c7ccd3}.footer-grid a:hover{color:#fff}
.footer-logo{margin-bottom:12px}
.footer-claim{color:#9aa0a8;font-size:14px}
.footer-bottom{background:#16181c;color:#8a8f97;font-size:13px;padding:16px 0}

/* ---------- Info-Streifen ---------- */
.stripe{background:var(--rot);color:#fff;padding:44px 0}
.stripe .wrap{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.stripe h2{margin:0;color:#fff}
.stripe .btn.ghost{border-color:#fff}

/* ---------- Responsiv ---------- */
@media(max-width:860px){
  .footer-grid{grid-template-columns:1fr 1fr}
  .grid.c3{grid-template-columns:1fr 1fr}
  .kontakt-grid{grid-template-columns:1fr}
  /* Header: Logo klein, Hamburger rechts, Menü + Sprachen klappen darunter auf */
  .header-inner{flex-wrap:wrap;gap:0 14px;min-height:64px}
  .brand img{height:34px}
  .nav-toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;margin-left:auto;
    width:40px;height:40px;background:none;border:0;cursor:pointer}
  .nav-toggle span{display:block;height:3px;background:#fff;border-radius:2px}
  .main-nav{display:none;flex-basis:100%;order:3;flex-direction:column;gap:0;padding:8px 0}
  .main-nav a{padding:13px 2px;border-bottom:1px solid #33373e}
  .main-nav .nav-shop{display:inline-block;margin:12px 0 4px;text-align:center}
  body.nav-open .main-nav{display:flex}
  .lang-switch{display:none;order:4;flex-basis:100%;justify-content:center;gap:10px;
    padding:12px 0;border-top:1px solid #33373e}
  body.nav-open .lang-switch{display:flex}
}
@media(max-width:560px){
  .grid.c3,.grid.c2{grid-template-columns:1fr}
  .prodcat ul{columns:1}
}

/* ---------- Geschäftsleitung ---------- */
.gl-bild{margin:0 0 32px;max-width:760px}
.gl-bild img{border-radius:8px;width:100%;height:auto}
.gl-bild figcaption{margin-top:10px;font-size:14.5px;color:var(--grau-600)}

/* ---------- Aussendienst: Porträts ---------- */
.person{display:flex;flex-direction:column}
.person-bild{width:100%;max-width:150px;border-radius:6px;margin:0 0 14px;
  aspect-ratio:3/4;object-fit:cover;object-position:top center}
.person.ohne-bild::before{content:"";display:block;width:150px;height:200px;border-radius:6px;
  margin:0 0 14px;background:var(--grau-100) center/40px no-repeat;border:1px dashed var(--grau-300)}

/* ---------- Berichte in der Fachpresse ---------- */
.berichte-gruppe{font-size:15px;letter-spacing:.06em;text-transform:uppercase;color:var(--rot);
  margin:44px 0 18px;padding-bottom:8px;border-bottom:1px solid var(--grau-300)}
.berichte-gruppe:first-of-type{margin-top:0}
.berichte{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.bericht{display:flex;flex-direction:row;border:1px solid var(--grau-300);border-radius:8px;
  overflow:hidden;background:#fff;color:var(--tinte);text-decoration:none;transition:.15s}
.bericht:hover{box-shadow:0 8px 26px rgba(0,0,0,.10);transform:translateY(-2px);text-decoration:none}
.bericht img{flex:0 0 132px;width:132px;align-self:stretch;aspect-ratio:3/4;object-fit:cover;
  object-position:top center;border-right:1px solid var(--grau-300);background:var(--grau-100)}
.bericht-text{padding:18px 20px;display:flex;flex-direction:column;gap:10px;flex:1;min-width:0}
.bericht h3{font-size:16.5px;line-height:1.35;margin:0;font-weight:600}
.bericht-pdf{margin-top:auto;color:var(--rot);font-weight:700;font-size:14.5px}
@media(max-width:860px){.berichte{grid-template-columns:1fr}}
@media(max-width:420px){.bericht img{flex-basis:104px;width:104px}
  .bericht-text{padding:14px 16px}}

/* ---------- Layout-Vereinheitlichung ---------- */
/* Unterseiten: flacherer Hero, aber nach derselben Regel wie die Startseite. */
.hero.kompakt{min-height:clamp(280px,32vh,400px)}
.hero.kompakt h1{font-size:clamp(28px,3.4vw,44px)}

/* Alle Inhaltsbloecke im selben vertikalen Rhythmus. */
section.block{padding:clamp(56px,6vw,92px) 0}

/* Portraet neben Fliesstext: einheitliche Groesse, linke Kante wie der Text. */
.portraet-bild{border-radius:8px;width:100%;max-width:340px;margin:0}
.grid.c2.text-bild{gap:48px}

/* Bildlegende und Fliesstext teilen die Textbreite. */
.gl-bild{max-width:70ch}

/* ---------- Editorial-Satz: Titel links, Fliesstext rechts ---------- */
.editorial{display:grid;grid-template-columns:minmax(200px,1fr) minmax(0,1.75fr);
  gap:clamp(24px,4vw,60px);align-items:start}
.editorial-kopf .kicker{color:var(--rot);font-weight:700;font-size:13px;
  letter-spacing:.09em;text-transform:uppercase}
.editorial-kopf h2{margin:.25em 0 0;text-wrap:balance}
.editorial-text{max-width:64ch}
.editorial-text p:last-child{margin-bottom:0}
@media(max-width:860px){.editorial{grid-template-columns:1fr;gap:14px}}
