/* ==========================================================================
   Expert Trösch — Langenthal  |  EasyWeb 2.0 theme
   Brand: expert orange (#e9611a) on warm neutrals
   ========================================================================== */

:root {
  --brand: #e9611a;
  --brand-dark: #c94f10;
  --brand-soft: #fdeee3;
  --ink: #1d1d1b;
  --ink-2: #3c3b38;
  --muted: #6f6d68;
  --cream: #fbf4ee;
  --cream-2: #f5ebe1;
  --line: #e8e1d8;
  --white: #ffffff;
  --ok: #2f855a;
  --radius: 14px;
  --radius-sm: 8px;
  --radius-lg: 18px;
  --shadow-sm: 0 1px 3px rgba(29, 29, 27, .05);
  --shadow: 0 8px 22px rgba(29, 29, 27, .07);
  --shadow-lg: 0 18px 40px rgba(29, 29, 27, .10);
  --maxw: 1140px;
  --gutter: clamp(18px, 4vw, 40px);
  --font: "Inter", "Segoe UI", system-ui, -apple-system, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--white);
  line-height: 1.7;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
a { color: var(--brand-dark); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4 { line-height: 1.12; color: var(--ink); margin: 0 0 .55em; font-weight: 700; letter-spacing: -.02em; }
h1 { font-size: clamp(2.3rem, 5vw, 3.6rem); }
h2 { font-size: clamp(1.7rem, 3.5vw, 2.4rem); }
h3 { font-size: 1.15rem; font-weight: 600; letter-spacing: 0; }
p { margin: 0 0 1rem; }

.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--ink); color: #fff; padding: 12px 18px; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  font-weight: 600; font-size: 1rem; line-height: 1; cursor: pointer;
  padding: 15px 26px; border-radius: var(--radius-sm); border: 2px solid transparent;
  transition: transform .15s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
  text-decoration: none; white-space: nowrap;
}
.btn:hover { text-decoration: none; }
.btn--primary { background: var(--brand); color: #fff; }
.btn--primary:hover { background: var(--brand-dark); color: #fff; }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--ink); color: var(--ink); }
.btn--light { background: #fff; color: var(--ink); }
.btn--light:hover { background: #fff; color: var(--brand-dark); }
.btn--lg { padding: 17px 32px; font-size: 1.06rem; }

/* ---------- Announcement bar (temporary — remove after 2026-07-24 Apéro) ---------- */
.announce-bar {
  display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap;
  background: var(--brand); color: #fff; text-align: center;
  padding: 11px 20px; font-size: .92rem; font-weight: 500;
}
.announce-bar:hover { text-decoration: none; background: var(--brand-dark); }
.announce-bar__pill {
  background: rgba(255, 255, 255, .22); border-radius: 999px; padding: 3px 12px; font-weight: 800;
  font-size: .78rem; letter-spacing: .04em; text-transform: uppercase; flex: none;
}
.announce-bar__cta { font-weight: 800; text-decoration: underline; flex: none; }

/* ---------- Top bar ---------- */
.topbar { background: var(--ink); color: #efe9e2; font-size: .86rem; }
.topbar__inner { display: flex; align-items: center; gap: 22px; min-height: 42px; flex-wrap: wrap; }
.topbar__item { display: inline-flex; align-items: center; gap: 7px; color: #efe9e2; font-weight: 500; }
.topbar__item:hover { color: #fff; text-decoration: none; }
.topbar__item--muted { color: #b7b0a7; font-weight: 500; }
.topbar__item svg { width: 15px; height: 15px; fill: var(--brand); flex: none; }
.topbar__hours { margin-left: auto; }

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100; background: rgba(255, 255, 255, .92);
  backdrop-filter: saturate(1.4) blur(8px); border-bottom: 1px solid var(--line);
}
.site-header__inner { display: flex; align-items: center; justify-content: space-between; min-height: 74px; gap: 18px; }
.brand { display: inline-flex; align-items: baseline; gap: 10px; }
.brand:hover { text-decoration: none; }
.brand img { height: 40px; width: auto; max-width: none; flex: none; }
.brand__place {
  font-weight: 700; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--muted); border-left: 2px solid var(--brand); padding-left: 10px; transform: translateY(-3px);
}

.main-nav { display: flex; align-items: center; gap: 22px; }
.nav-list { display: flex; align-items: center; gap: 20px; list-style: none; margin: 0; padding: 0; }
.nav-list a {
  color: var(--ink); font-weight: 500; font-size: .98rem; padding: 8px 2px; position: relative; white-space: nowrap;
}
.nav-list a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px;
  background: var(--brand); transform: scaleX(0); transform-origin: left; transition: transform .2s ease;
}
.nav-list a:hover { text-decoration: none; }
.nav-list a:hover::after, .nav-list a.is-active::after { transform: scaleX(1); }
.nav-list a.is-active { color: var(--brand-dark); }
.nav-cta { padding: 11px 20px; }

.nav-toggle {
  display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 12px;
  background: #fff; cursor: pointer; padding: 0; align-items: center; justify-content: center; flex-direction: column; gap: 5px;
}
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .25s ease, opacity .2s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Sections ---------- */
.section { padding: clamp(64px, 9vw, 120px) 0; }
.section--cream { background: var(--cream); }
.section--ink { background: var(--ink); color: #f3ede6; }
.section--tight { padding: clamp(40px, 6vw, 72px) 0; }
.section-head { max-width: 720px; margin: 0 auto clamp(40px, 6vw, 68px); text-align: center; }
.section-head--left { margin-inline: 0; text-align: left; }
.eyebrow {
  display: inline-block; font-weight: 600; font-size: .74rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--brand-dark); margin-bottom: 16px;
}
.section--ink .eyebrow { color: #ff9256; }
.section-head__brandline {
  display: inline-flex; align-items: center; gap: 9px; margin: 0 0 18px;
  font-size: .95rem; font-weight: 600; color: var(--muted);
}
.section-head__brandline img { height: 22px; width: auto; }
.lead { font-size: 1.16rem; line-height: 1.75; color: var(--ink-2); }
.section--ink .lead, .section--ink p { color: #d8d0c7; }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; background: var(--cream); }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(1100px 520px at 88% -8%, rgba(233, 97, 26, .08), transparent 60%),
    linear-gradient(180deg, #fff 0%, var(--cream) 100%);
}
.hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px, 5vw, 64px); align-items: center; padding: clamp(46px, 7vw, 92px) 0; }
.hero__pill {
  display: inline-flex; align-items: center; gap: 9px; background: #fff; border: 1px solid var(--line);
  border-radius: 999px; padding: 8px 16px; font-weight: 500; font-size: .9rem; color: var(--ink-2); box-shadow: var(--shadow-sm);
}
.hero__pill .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 4px rgba(233, 97, 26, .18); }
.hero h1 { margin: 20px 0 16px; }
.hero h1 .accent { color: var(--brand); }
.hero__lead { font-size: 1.2rem; color: var(--ink-2); max-width: 34ch; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 22px 30px; margin-top: 34px; }
.hero__trust div { display: flex; flex-direction: column; }
.hero__trust b { font-size: 1.5rem; color: var(--ink); letter-spacing: -.02em; }
.hero__trust span { font-size: .84rem; color: var(--muted); font-weight: 500; }

.hero__card {
  position: relative; background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg);
  padding: 30px; border: 1px solid var(--line);
}
.hero__card img { border-radius: var(--radius); width: 100%; height: auto; }
.hero__badge {
  position: absolute; right: -14px; top: -14px; background: #fff; color: var(--ink); border-radius: 50%;
  width: 108px; height: 108px; display: grid; place-content: center; text-align: center; line-height: 1.2;
  font-weight: 600; font-size: .78rem; box-shadow: var(--shadow); border: 1px solid var(--line); padding: 8px;
}
.hero__badge b { display: block; font-size: 1.12rem; font-weight: 700; color: var(--brand-dark); }

/* ---------- Service pillars ---------- */
.pillars { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.pillars--three { grid-template-columns: repeat(3, 1fr); }
.pillar {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px;
  box-shadow: var(--shadow-sm); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.pillar:hover { transform: translateY(-2px); box-shadow: var(--shadow); border-color: #ddd2c6; }
.pillar__icon {
  width: 56px; height: 56px; border-radius: 14px; background: var(--brand-soft); color: var(--brand);
  display: grid; place-content: center; margin-bottom: 18px;
}
.pillar__icon svg { width: 30px; height: 30px; stroke: var(--brand); fill: none; stroke-width: 1.9; }
.pillar h3 { margin-bottom: 8px; }
.pillar p { color: var(--muted); font-size: .98rem; margin: 0; }

/* ---------- Split feature ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 72px); align-items: center; }
.split--flip .split__media { order: 2; }
.split__media img { width: 100%; height: auto; border-radius: var(--radius-lg); box-shadow: var(--shadow); border: 1px solid var(--line); }

/* ---------- Branded media tile (used where no photo is needed) ---------- */
.mediatile {
  position: relative; border-radius: var(--radius-lg); padding: clamp(30px, 4vw, 46px);
  background: linear-gradient(160deg, #ffffff 0%, var(--cream) 100%); border: 1px solid var(--line);
  box-shadow: var(--shadow); overflow: hidden;
}
.mediatile::before {
  content: ""; position: absolute; right: -60px; top: -60px; width: 200px; height: 200px; border-radius: 50%;
  background: radial-gradient(circle at center, rgba(233, 97, 26, .08), transparent 70%);
}
.mediatile--dark { background: linear-gradient(160deg, #26251f, #16150f); border-color: #16150f; color: #f3ede6; }
.mediatile__mark { position: relative; display: flex; align-items: center; gap: 12px; margin-bottom: 22px; }
.mediatile__mark img { height: 40px; width: auto; border: none; border-radius: 0; box-shadow: none; }
.mediatile__mark span { font-weight: 700; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); border-left: 2px solid var(--brand); padding-left: 10px; }
.mediatile__list { position: relative; list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.mediatile__list li { display: flex; gap: 14px; align-items: center; }
.mediatile__list .ic { width: 46px; height: 46px; border-radius: 12px; background: var(--brand-soft); display: grid; place-content: center; flex: none; }
.mediatile__list .ic svg { width: 24px; height: 24px; stroke: var(--brand); fill: none; stroke-width: 1.9; }
.mediatile__list b { display: block; font-size: 1.02rem; color: var(--ink); }
.mediatile__list span { color: var(--muted); font-size: .92rem; }
.checklist { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 14px; }
.checklist li { display: flex; gap: 13px; align-items: flex-start; }
.checklist li svg { width: 24px; height: 24px; flex: none; margin-top: 1px; }
.checklist b { display: block; }
.checklist span { color: var(--muted); font-size: .97rem; }

/* ---------- Event / Apéro banner ---------- */
.event { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(26px, 4vw, 54px); align-items: center; }
.event__panel {
  background: linear-gradient(160deg, #26251f, #16150f); color: #f4efe6; border-radius: var(--radius-lg);
  padding: clamp(30px, 4vw, 46px); box-shadow: var(--shadow-lg); position: relative; overflow: hidden;
}
.event__kicker { color: #ff9256; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; font-size: .8rem; }
.event__panel h2 { color: #fff; margin: 10px 0 6px; }
.event__script { font-size: 1.05rem; color: #e8dfd4; margin-bottom: 22px; }
.event__meta { list-style: none; margin: 0 0 26px; padding: 0; display: grid; gap: 14px; }
.event__meta li { display: flex; align-items: center; gap: 14px; }
.event__meta svg { width: 20px; height: 20px; fill: #ff9256; flex: none; }
.event__meta b { color: #fff; font-size: 1.08rem; }
.event__meta span { display: block; color: #c9c0b4; font-size: .9rem; }
.event__media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }

/* ---------- Info / hours / contact ---------- */
.infogrid { display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(26px, 4vw, 48px); align-items: start; }
.infocard {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow-sm);
}
.infocard h3 { display: flex; align-items: center; gap: 10px; }
.infocard h3 svg { width: 22px; height: 22px; fill: var(--brand); }
.hours-table { width: 100%; border-collapse: collapse; margin-top: 6px; }
.hours-table th, .hours-table td { text-align: left; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 1rem; }
.hours-table th { font-weight: 600; color: var(--ink); width: 42%; }
.hours-table td { color: var(--ink-2); font-variant-numeric: tabular-nums; }
.hours-table tr:last-child th, .hours-table tr:last-child td { border-bottom: 0; }
.hours-table .is-closed td { color: var(--muted); }

.contactline { display: flex; align-items: center; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.contactline:last-child { border-bottom: 0; }
.contactline__ic { width: 44px; height: 44px; border-radius: 12px; background: var(--brand-soft); display: grid; place-content: center; flex: none; }
.contactline__ic svg { width: 22px; height: 22px; fill: var(--brand); }
.contactline b { display: block; font-size: 1.05rem; }
.contactline span { color: var(--muted); font-size: .92rem; }

.mapframe { border: 0; width: 100%; height: 100%; min-height: 320px; border-radius: var(--radius); filter: grayscale(.15); }
.mapwrap { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--line); min-height: 320px; }

/* ---------- Form ---------- */
.form { display: grid; gap: 16px; }
.form .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 7px; }
.field label { font-weight: 600; font-size: .92rem; }
.field input, .field textarea, .field select {
  font: inherit; font-size: 1rem; padding: 13px 15px; border: 1px solid var(--line); border-radius: var(--radius-sm);
  background: #fff; color: var(--ink); width: 100%; transition: border-color .15s ease, box-shadow .15s ease;
}
.field textarea { resize: vertical; min-height: 130px; }
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(233, 97, 26, .16);
}
.form__note { font-size: .86rem; color: var(--muted); margin: 0; }
.form__status { font-weight: 600; margin: 4px 0 0; min-height: 1.2em; }
.form__status.is-ok { color: var(--ok); }
.form__status.is-err { color: #c0392b; }

/* ---------- CTA strip ---------- */
.cta {
  background: linear-gradient(160deg, #26251f, #16150f); color: #fff; border-radius: var(--radius-lg);
  padding: clamp(40px, 6vw, 64px); text-align: center; box-shadow: var(--shadow);
}
.cta h2 { color: #fff; }
.cta p { color: rgba(255, 255, 255, .92); max-width: 52ch; margin-inline: auto; }
.cta__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 26px; }

/* ---------- Prose (legal / text pages) ---------- */
.prose { max-width: 760px; }
.prose h2 { margin-top: 2em; }
.prose h3 { margin-top: 1.6em; }
.prose ul { padding-left: 1.2em; }
.prose li { margin-bottom: .4em; }

/* ---------- Page hero (sub pages) ---------- */
.pagehead { background: var(--cream); border-bottom: 1px solid var(--line); padding: clamp(40px, 6vw, 72px) 0 clamp(34px, 5vw, 56px); }
.pagehead .eyebrow { margin-bottom: 12px; }
.pagehead h1 { margin: 0 0 12px; }
.pagehead p { font-size: 1.15rem; color: var(--ink-2); max-width: 62ch; margin: 0; }
.breadcrumb { font-size: .86rem; color: var(--muted); margin-bottom: 18px; }
.breadcrumb a { color: var(--muted); }

/* ---------- Press cards ---------- */
.press-list { display: grid; gap: 26px; }
.press-card {
  display: grid; grid-template-columns: 300px 1fr; gap: 30px; align-items: start;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px;
  box-shadow: var(--shadow-sm);
}
.press-card--text { grid-template-columns: 1fr; }
.press-thumb { border-radius: var(--radius-sm); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.press-thumb img { display: block; width: 100%; height: auto; transition: transform .2s ease; }
.press-thumb:hover img { transform: scale(1.02); }
.press-meta { display: flex; align-items: center; gap: 10px; font-size: .86rem; color: var(--muted); font-weight: 600; margin-bottom: 10px; flex-wrap: wrap; }
.press-meta .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--line); }
.press-tag { display: inline-block; background: var(--brand-soft); color: var(--brand-dark); font-weight: 700; font-size: .78rem; letter-spacing: .04em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; }
.press-card h3 { margin-bottom: 8px; }
.press-card p { color: var(--ink-2); }
.press-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 14px; }
.press-actions a { font-size: .95rem; }
.press-full {
  margin-top: 16px; border-top: 1px solid var(--line); padding-top: 16px; color: var(--ink-2); font-size: .98rem;
}
.press-full p { margin-bottom: .9em; }
.press-card summary {
  cursor: pointer; font-weight: 700; color: var(--brand-dark); list-style: none; display: inline-flex; align-items: center; gap: 6px;
}
.press-card summary::-webkit-details-marker { display: none; }
.press-card summary::after { content: "+"; font-size: 1.1em; transition: transform .2s ease; }
.press-card details[open] summary::after { transform: rotate(45deg); }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: #cfc8bf; padding-top: clamp(46px, 6vw, 72px); }
.site-footer__grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.1fr; gap: 34px; padding-bottom: 44px; }
.site-footer__brand img { height: 38px; width: auto; margin-bottom: 16px; }
.site-footer__brand p { color: #b3aca2; font-size: .96rem; max-width: 40ch; }
.site-footer__legal-name { color: #8b857b !important; font-size: .84rem !important; margin-top: 12px; display: flex; align-items: center; gap: 5px; flex-wrap: wrap; }
.site-footer__easymedia-logo { height: 20px; width: auto; margin: 0 !important; vertical-align: -5px; opacity: .9; }
.site-footer h3 { color: #fff; font-size: .78rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 18px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.site-footer a { color: #cfc8bf; }
.site-footer a:hover { color: #fff; }
.site-footer__hours li { display: flex; justify-content: space-between; gap: 14px; color: #b3aca2; font-size: .95rem; }
.site-footer__hours span:last-child { color: #efe9e2; font-variant-numeric: tabular-nums; }
.site-footer__bar { border-top: 1px solid rgba(255, 255, 255, .1); }
.site-footer__bar-inner { display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 20px 0; flex-wrap: wrap; }
.site-footer__bar p { margin: 0; font-size: .86rem; color: #8b857b; }

/* ---------- Expert-Gruppe / partner section ---------- */
.group-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 30px; }
.group-card {
  position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px;
  box-shadow: var(--shadow-sm); transition: transform .18s ease, box-shadow .18s ease;
}
.group-card--link:hover { transform: translateY(-2px); box-shadow: var(--shadow); border-color: #ddd2c6; }
.group-card__badge {
  position: absolute; top: 18px; right: 18px; font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  color: var(--brand-dark); background: var(--brand-soft); padding: 4px 10px; border-radius: 999px;
}
.group-card__place { display: block; font-size: .8rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 10px; }
.group-card h3 { margin-bottom: 8px; font-size: 1.15rem; }
.group-card p { color: var(--muted); font-size: .95rem; margin: 0; }
.group-card__link { display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; font-weight: 700; font-size: .95rem; }
.group-card__link svg { width: 16px; height: 16px; }

/* ---------- Brand spotlight (Angebot) ---------- */
.brand-tiles { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 20px; margin-top: 30px; }
.brand-tile {
  position: relative; display: block; background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 0; overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.brand-tile:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: #ddd2c6; text-decoration: none; }
.brand-tile__media {
  aspect-ratio: 4 / 3; background: linear-gradient(160deg, #ffffff 0%, var(--cream) 100%);
  border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.brand-tile__media img { width: 100%; height: 100%; object-fit: contain; padding: 22px; transition: transform .35s ease; }
.brand-tile:hover .brand-tile__media img { transform: scale(1.05); }
.brand-tile__body { padding: 22px 24px 26px; }
.brand-tile__badge {
  position: absolute; top: 18px; right: 18px; font-size: .7rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase;
  color: var(--brand-dark); background: var(--brand-soft); padding: 4px 10px; border-radius: 999px; z-index: 1;
}
.brand-tile__word { display: block; font-size: 1.5rem; font-weight: 700; letter-spacing: -.02em; color: var(--ink); margin-bottom: 10px; }
.brand-tile__cat { display: block; font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
.brand-tile p { color: var(--muted); font-size: .95rem; margin: 0; }
.brand-tile__link { display: inline-flex; align-items: center; gap: 6px; margin-top: 16px; font-weight: 700; font-size: .95rem; color: var(--brand-dark); }
.brand-tile__link svg { width: 16px; height: 16px; }

/* ---------- Brand page ---------- */
.brandhead { background: var(--ink); color: #f3ede6; padding: clamp(46px, 7vw, 76px) 0 clamp(38px, 5vw, 58px); }
.brandhead .breadcrumb { color: #a49d92; }
.brandhead .breadcrumb a { color: #a49d92; }
.brandhead__word { display: block; font-size: clamp(2.2rem, 6vw, 3.6rem); font-weight: 700; letter-spacing: -.02em; color: #fff; margin-bottom: 10px; }
.brandhead__tag { font-size: 1.1rem; color: #d8d0c7; max-width: 56ch; margin: 0; }
.brandhead .brand-tile__badge { position: static; display: inline-block; margin-bottom: 16px; color: #ff9256; background: rgba(255,146,86,.14); }
.brand-facts { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 12px; }
.brand-facts li { display: flex; gap: 12px; }
.brand-facts b { color: var(--ink); min-width: 11ch; flex: none; }
.brand-facts span { color: var(--muted); }
.brand-crosslinks { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 22px; }

/* ---------- Helpers ---------- */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
.stack-sm > * + * { margin-top: 10px; }

/* ---------- Responsive ---------- */
@media (max-width: 940px) {
  .hero__inner { grid-template-columns: 1fr; }
  .hero__card { max-width: 460px; }
  .pillars { grid-template-columns: 1fr 1fr; }
  .split, .event, .infogrid { grid-template-columns: 1fr; }
  .split--flip .split__media { order: 0; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
  .topbar__hours { display: none; }
  .press-card { grid-template-columns: 1fr; }
  .group-cards { grid-template-columns: 1fr; }
  .brand-tiles { grid-template-columns: 1fr; }
}

@media (max-width: 1140px) {  /* nav drawer — logo + 7 nav items + CTA only fit inside the full 1140px container */
  /* backdrop-filter would make .site-header the containing block for the
     fixed drawer below — disable it on mobile so the drawer spans the viewport */
  .site-header { background: #fff; -webkit-backdrop-filter: none; backdrop-filter: none; }
  .nav-toggle { display: inline-flex; }
  .main-nav {
    position: fixed; inset: 0 0 0 auto; width: min(320px, 84vw); background: #fff;
    flex-direction: column; align-items: stretch; gap: 0; padding: 90px 26px 30px;
    transform: translateX(100%); transition: transform .28s ease; box-shadow: var(--shadow-lg); z-index: 90;
  }
  body.nav-open { overflow: hidden; }
  body.nav-open .main-nav { transform: translateX(0); }
  body.nav-open::after { content: ""; position: fixed; inset: 0; background: rgba(20, 19, 15, .45); z-index: 80; }
  .nav-list { flex-direction: column; align-items: stretch; gap: 0; width: 100%; }
  .nav-list li { border-bottom: 1px solid var(--line); }
  .nav-list a { display: block; padding: 15px 2px; font-size: 1.08rem; }
  .nav-list a::after { display: none; }
  .nav-cta { margin-top: 18px; width: 100%; }
}

@media (max-width: 520px) {
  .brand__place { display: none; }
  .pillars { grid-template-columns: 1fr; }
  .form .row2 { grid-template-columns: 1fr; }
  .site-footer__grid { grid-template-columns: 1fr; }
  .hero__badge { width: 92px; height: 92px; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

/* ---------- News ----------
   Used by /de/news and the news teaser on the home page.
   A news item is one <article class="news-card">. To add photos or a video
   to an existing item later, drop in .news-gallery / .news-video (see the
   commented examples in pages/de/news.html) and remove .news-pending. */
.news-list { display: grid; gap: 26px; }
.news-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-sm); padding: clamp(22px, 3vw, 34px);
}
.news-card h2, .news-card h3 { font-size: clamp(1.32rem, 2.4vw, 1.72rem); font-weight: 700; letter-spacing: -.02em; margin-bottom: 12px; }
.news-card p { color: var(--ink-2); }
.news-card > :last-child { margin-bottom: 0; }
.news-meta {
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
  font-size: .86rem; color: var(--muted); font-weight: 600; margin-bottom: 12px;
}
.news-meta .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--line); }
.news-tag {
  display: inline-block; background: var(--brand-soft); color: var(--brand-dark);
  font-weight: 700; font-size: .78rem; letter-spacing: .04em; text-transform: uppercase;
  padding: 3px 10px; border-radius: 999px;
}
.news-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 18px; }
.news-actions a { font-size: .95rem; }

/* "Material folgt" note — remove once the photos/video are published. */
.news-pending {
  display: flex; align-items: center; gap: 12px; margin-top: 22px;
  border: 1px dashed var(--line); border-radius: var(--radius-sm);
  background: var(--cream); padding: 14px 16px; color: var(--muted); font-size: .93rem;
}
.news-pending svg { width: 22px; height: 22px; fill: var(--brand); flex: none; }

/* Photo grid — one <a> or <img> per picture, as many as you like. */
.news-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 12px; margin-top: 22px; }
.news-gallery img {
  width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover;
  border-radius: var(--radius-sm); border: 1px solid var(--line);
}
.news-gallery a:hover img { opacity: .92; }

/* 16:9 wrapper for a <video> or an embed iframe. */
.news-video {
  position: relative; aspect-ratio: 16 / 9; margin-top: 22px;
  border-radius: var(--radius-sm); overflow: hidden; background: var(--ink);
}
.news-video iframe, .news-video video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.news-caption { margin-top: 10px; font-size: .88rem; color: var(--muted); }
/* ew-site-design */
:root {
  --ew-color-primary: #0d6efd;
  --ew-color-secondary: #6c757d;
  --ew-color-accent: #198754;
  --ew-nav-bg: #f8f9fa;
  --ew-nav-text: #212529;
  --ew-link-color: #0d6efd;
  --ew-link-hover: #0a58ca;
  --ew-heading-color: #212529;
  --ew-footer-bg: #212529;
  --ew-footer-text: #ffffff;
  --ew-footer-link: #ffffff;
}
.text-ew-primary{color:var(--ew-color-primary)!important}.bg-ew-primary{background-color:var(--ew-color-primary)!important}.border-ew-primary{border-color:var(--ew-color-primary)!important}.text-ew-secondary{color:var(--ew-color-secondary)!important}.bg-ew-secondary{background-color:var(--ew-color-secondary)!important}.border-ew-secondary{border-color:var(--ew-color-secondary)!important}.text-ew-accent{color:var(--ew-color-accent)!important}.bg-ew-accent{background-color:var(--ew-color-accent)!important}.border-ew-accent{border-color:var(--ew-color-accent)!important}hr{border-top:solid 0.25px #0d6efd;opacity:.25;}#ewSiteFooter{background-color:var(--ew-footer-bg);color:var(--ew-footer-text);}#ewSiteFooter a,#ewSiteFooter .nav-link{color:var(--ew-footer-link);}#ewSiteFooter .ew-footer-bottom{border-top:1px solid color-mix(in srgb, var(--ew-footer-text) 18%, transparent);}#ewSiteFooter .ew-footer-nav{gap:.25rem 1rem;flex-wrap:wrap;}
#ewMainNav { background-color: var(--ew-nav-bg) !important; }
#ewMainNav .navbar-brand,#ewMainNav .nav-link { color: var(--ew-nav-text) !important; }
#ewMainNav .navbar-toggler { border-color: color-mix(in srgb, var(--ew-nav-text) 35%, transparent); }
/* /ew-site-design */