:root {
  --primary: #082c47;
  --secondary: #0e4a6b;
  --accent: #9b3d6a;
  --light: #d9d2e1;
  --white: #ffffff;
  --warm: #fcf7f1;
  --warm-soft: #f6edf8;
  --ink: #123149;
  --muted: #4f667b;
  --border: rgba(8, 44, 71, 0.14);
  --accent-soft: #cc7ca3;
  --sky-soft: #edf5fb;
  --shadow-soft: 0 14px 40px rgba(8, 44, 71, 0.12);
  --shadow-strong: 0 20px 45px rgba(8, 44, 71, 0.22);
  --radius-md: 18px;
  --radius-lg: 28px;
  --transition: 240ms ease;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable both-edges;
}

:focus-visible {
  outline: 3px solid #0e4a6b;
  outline-offset: 3px;
}

body {
  margin: 0;
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at 10% 10%, #ffffff 0%, var(--warm) 52%, var(--sky-soft) 100%);
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
h4 {
  margin: 0 0 0.65rem;
  font-family: "Fraunces", "Georgia", serif;
  line-height: 1.2;
  color: var(--primary);
}

p {
  margin: 0 0 1rem;
}

ul {
  margin: 0;
  padding-left: 1.2rem;
}

.container {
  width: min(1180px, calc(100% - 2.2rem));
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: 0.8rem;
  top: -200px;
  z-index: 160;
  border-radius: 999px;
  background: #ffffff;
  color: var(--primary);
  border: 1px solid var(--border);
  padding: 0.5rem 0.85rem;
  font-weight: 800;
  box-shadow: var(--shadow-soft);
  transition: top var(--transition);
}

.skip-link:focus-visible {
  top: 0.8rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid var(--border);
}

.nav-shell {
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand-logo {
  display: inline-flex;
  align-items: center;
}

.brand img {
  width: 228px;
  height: auto;
}

.menu-toggle {
  display: none;
  margin-left: auto;
  border: 1px solid var(--secondary);
  color: var(--secondary);
  background: var(--white);
  border-radius: 999px;
  padding: 0.55rem 1rem;
  font-weight: 700;
  cursor: pointer;
}

.main-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.main-nav a {
  font-size: 0.94rem;
  font-weight: 700;
  color: var(--primary);
  padding: 0.45rem 0.65rem;
  border-radius: 999px;
  transition: background-color var(--transition), color var(--transition);
}

.main-nav a:hover,
.main-nav a:focus-visible,
.main-nav a.active {
  color: var(--white);
  background: var(--secondary);
  outline: 0;
}

.nav-cta {
  background: linear-gradient(130deg, var(--accent), var(--accent-soft));
  color: var(--white) !important;
  box-shadow: 0 14px 28px rgba(155, 61, 106, 0.36);
}

main {
  display: block;
}

.section {
  padding: 4.5rem 0;
  content-visibility: auto;
  contain-intrinsic-size: 760px;
}

.section-tight {
  padding: 3rem 0;
}

.section-soft {
  background: linear-gradient(135deg, rgba(217, 210, 225, 0.78), rgba(255, 255, 255, 0.96));
}

.eyebrow {
  display: inline-block;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--secondary);
  margin-bottom: 0.85rem;
}

.hero-copy .eyebrow {
  color: var(--primary);
  background: rgba(248, 220, 233, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  padding: 0.26rem 0.62rem;
  letter-spacing: 0.12em;
}

.section-title {
  font-size: clamp(1.9rem, 2.8vw, 2.8rem);
  margin-bottom: 0.9rem;
}

.section-lead {
  color: var(--muted);
  max-width: 760px;
  font-size: 1.06rem;
}

.section-lead-spaced {
  margin-top: 1.2rem;
}

.hero {
  padding: 2.4rem 0 1.6rem;
}

.hero-wrap {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1.6rem;
  align-items: stretch;
}

.hero-copy {
  padding: clamp(1rem, 1.6vw, 1.6rem);
  border-radius: var(--radius-lg);
  background: linear-gradient(132deg, var(--primary), var(--secondary));
  color: var(--white);
  box-shadow: var(--shadow-strong);
}

.hero-copy h1 {
  color: var(--white);
  font-size: clamp(1.75rem, 3.1vw, 2.75rem);
  margin-bottom: 0.7rem;
}

.hero-copy p {
  color: rgba(255, 255, 255, 0.92);
  max-width: 64ch;
  margin-bottom: 0.85rem;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1rem;
}

.hero-badges span {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  padding: 0.3rem 0.7rem;
}

.hero-media {
  min-height: 0;
  height: 100%;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.hero-media img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
}

.actions {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.actions-spaced {
  margin-top: 1.2rem;
}

.actions-tight {
  margin-top: 0.5rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  letter-spacing: 0.03em;
  padding: 0.82rem 1.25rem;
  transition: box-shadow var(--transition), background-color var(--transition), color var(--transition);
}

.button-primary {
  background: linear-gradient(130deg, var(--accent), var(--accent-soft));
  color: var(--white);
  box-shadow: 0 12px 30px rgba(155, 61, 106, 0.38);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.5);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.button-light {
  background: var(--white);
  color: var(--primary);
  border-color: var(--border);
}

.button:hover,
.button:focus-visible {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2) inset;
  outline: 0;
}

.grid-3,
.grid-4,
.grid-2 {
  display: grid;
  gap: 1.1rem;
}

.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card {
  border-radius: var(--radius-md);
  background: var(--white);
  border: 1px solid var(--border);
  padding: 1.35rem;
  box-shadow: var(--shadow-soft);
}

.card h3 {
  font-size: 1.35rem;
}

.card p,
.card li {
  color: var(--muted);
}

.generation-card {
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
}

.generation-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.generation-card .card-body {
  padding: 1.2rem;
}

.team-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.team-card img {
  width: 100%;
  height: 245px;
  object-fit: cover;
}

.team-card .team-body {
  padding: 1.25rem;
}

.role {
  margin: 0 0 0.8rem;
  color: var(--secondary);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.hours-widget {
  background: linear-gradient(145deg, #ffffff, var(--warm-soft));
  border: 1px solid rgba(14, 74, 107, 0.2);
  border-radius: var(--radius-md);
  padding: 1.2rem;
  box-shadow: var(--shadow-soft);
}

.hours-status {
  margin: 0 0 0.9rem;
  font-weight: 800;
  color: var(--primary);
}

.hours-status.is-open {
  color: #1d6b2b;
}

.hours-status.is-closed {
  color: #9c2e39;
}

.hours-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hours-list li {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  border-bottom: 1px dashed rgba(8, 44, 71, 0.18);
  padding: 0.5rem 0;
  font-size: 0.95rem;
}

.hours-list li:last-child {
  border-bottom: 0;
}

.hours-list li.is-today {
  color: var(--secondary);
  font-weight: 800;
}

.cta-band {
  border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 2.5vw, 2.4rem);
  background: linear-gradient(135deg, rgba(8, 44, 71, 0.96), rgba(14, 74, 107, 0.94));
  color: var(--white);
  box-shadow: var(--shadow-strong);
}

.cta-band h2,
.cta-band p {
  color: var(--white);
}

.info-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.6rem;
}

.info-list li {
  position: relative;
  padding-left: 1.2rem;
  color: var(--muted);
}

.info-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--accent);
}

.visual-card {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  min-height: 230px;
  box-shadow: var(--shadow-soft);
}

.visual-card img {
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
}

.visual-caption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0.9rem;
  padding: 0.65rem 0.8rem;
  border-radius: 12px;
  color: var(--white);
  background: rgba(8, 44, 71, 0.68);
  font-size: 0.9rem;
  font-weight: 700;
}

.kontakt-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.contact-card {
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  background: var(--white);
  padding: 1.3rem;
  box-shadow: var(--shadow-soft);
}

.contact-item {
  margin-bottom: 0.9rem;
}

.contact-item > span {
  display: block;
  color: var(--secondary);
  font-size: 0.79rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.akut-hours {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.35rem;
}

.akut-hours li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  border: 1px solid rgba(8, 44, 71, 0.15);
  background: rgba(255, 255, 255, 0.85);
  padding: 0.42rem 0.56rem;
  color: var(--primary);
  font-weight: 700;
}

.akut-hours .day {
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.akut-hours time {
  font-variant-numeric: tabular-nums;
}

.akut-grid {
  align-items: stretch;
}

.akut-card {
  width: 100%;
  max-width: none;
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.akut-grid .akut-card .actions-tight {
  margin-top: auto;
}

.contact-item a:hover,
.contact-item a:focus-visible {
  color: var(--accent);
  outline: 0;
}

.eyebrow-contrast {
  color: #f8dce9;
}

.map-wrap {
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
}

.map-wrap iframe {
  width: 100%;
  height: 340px;
  border: 0;
}

.map-note {
  margin-top: 0.8rem;
  color: var(--muted);
}

.legal {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 1.25rem;
  box-shadow: var(--shadow-soft);
}

.legal h2,
.legal h3 {
  margin-top: 0;
}

.legal p,
.legal li {
  color: var(--muted);
}

.site-footer {
  margin-top: 4rem;
  background: linear-gradient(130deg, var(--primary), var(--secondary));
  color: rgba(255, 255, 255, 0.88);
  padding-top: 2.6rem;
}

.site-footer .brand-logo {
  background: #ffffff;
  border-radius: 14px;
  padding: 0.28rem 0.5rem;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.25);
}

.footer-logo {
  display: inline-block;
  margin-bottom: 0.75rem;
}

.site-footer .brand-logo img {
  width: 220px;
  height: auto;
}

.footer-grid {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: 1.15fr 1fr 1fr 1fr;
}

.footer-col h3 {
  color: var(--white);
  font-size: 1.06rem;
  margin-bottom: 0.65rem;
}

.footer-brand {
  max-width: 370px;
}

.footer-links,
.footer-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.footer-admin-link a {
  font-size: 0.82rem;
  opacity: 0.82;
}

.footer-links a:hover,
.footer-links a:focus-visible,
.footer-meta a:hover,
.footer-meta a:focus-visible {
  color: #f8dce9;
  outline: 0;
}

.footer-note {
  margin: 1.6rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  text-align: center;
  font-size: 0.85rem;
  padding: 0.95rem 0 1.25rem;
}

.consent-manage {
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  background: transparent;
  color: #f3f8ff;
  padding: 0.38rem 0.82rem;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.consent-manage:hover,
.consent-manage:focus-visible {
  background: rgba(255, 255, 255, 0.16);
  outline: 0;
}

.consent-layer {
  position: fixed;
  z-index: 130;
  left: 0.8rem;
  right: 0.8rem;
  bottom: 0.8rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.consent-layer.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.consent-fallback-modal {
  position: fixed;
  inset: 0;
  z-index: 140;
  background: rgba(8, 31, 50, 0.62);
  display: grid;
  place-items: center;
  padding: 1rem;
}

.consent-fallback-panel {
  width: min(560px, 100%);
  border: 1px solid rgba(8, 44, 71, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 45px rgba(8, 44, 71, 0.24);
  padding: 1rem 1.1rem;
}

.consent-fallback-panel h2 {
  margin: 0 0 0.4rem;
  font-size: 1.15rem;
}

.consent-fallback-panel p {
  margin: 0 0 0.9rem;
  color: var(--muted);
}

.consent-panel {
  width: min(980px, 100%);
  margin: 0 auto;
  border: 1px solid rgba(8, 44, 71, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 45px rgba(8, 44, 71, 0.24);
  padding: 1rem 1.1rem;
}

.consent-panel h2 {
  font-size: 1.2rem;
  margin-bottom: 0.25rem;
}

.consent-panel p {
  color: var(--muted);
  margin-bottom: 0.8rem;
  font-size: 0.97rem;
}

.consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.consent-button {
  border-radius: 999px;
  padding: 0.56rem 0.94rem;
  border: 1px solid transparent;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.consent-button-light {
  background: var(--sky-soft);
  border-color: rgba(8, 44, 71, 0.18);
  color: var(--primary);
}

.consent-button-primary {
  background: linear-gradient(130deg, var(--accent), var(--accent-soft));
  color: var(--white);
}

.consent-button-ghost {
  background: transparent;
  border-color: rgba(8, 44, 71, 0.24);
  color: var(--secondary);
}

.consent-button:hover,
.consent-button:focus-visible {
  filter: brightness(1.03);
  outline: 0;
}

.consent-detail {
  margin-top: 0.78rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(8, 44, 71, 0.12);
  display: grid;
  gap: 0.65rem;
}

.consent-option {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  color: var(--primary);
}

.consent-option input {
  margin-top: 0.23rem;
}

.consent-option strong {
  display: block;
}

.consent-option small {
  display: block;
  color: var(--muted);
  font-size: 0.85rem;
}

.map-wrap-consent {
  position: relative;
}

.consent-embed-note {
  background: rgba(255, 255, 255, 0.96);
  padding: 1rem;
  border-top: 1px solid var(--border);
}

.consent-embed-note p {
  margin-bottom: 0.6rem;
  color: var(--muted);
}

.consent-embed-note button {
  border: 1px solid rgba(8, 44, 71, 0.2);
  border-radius: 999px;
  background: var(--sky-soft);
  color: var(--primary);
  font: inherit;
  font-weight: 700;
  padding: 0.42rem 0.8rem;
  cursor: pointer;
}

.consent-embed-note button:hover,
.consent-embed-note button:focus-visible {
  background: #deebf8;
  outline: 0;
}

.news-banner {
  position: relative;
  z-index: 30;
  background: linear-gradient(132deg, var(--primary), var(--secondary));
  color: var(--white);
  box-shadow: 0 10px 26px rgba(8, 44, 71, 0.2);
}

.news-banner-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(290px, 0.9fr);
  align-items: center;
  gap: 1rem;
  padding-block: 0.9rem;
}

.news-copy h2 {
  color: var(--white);
  font-size: clamp(1.2rem, 2.2vw, 2rem);
  margin-bottom: 0.25rem;
}

.news-copy p {
  margin: 0;
  font-size: clamp(1rem, 1.7vw, 1.18rem);
  line-height: 1.35;
}

.news-copy p:last-child {
  color: rgba(255, 255, 255, 0.92);
}

.news-contacts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
  justify-items: stretch;
  text-align: left;
}

.news-contact-box {
  display: grid;
  gap: 0.4rem;
}

.news-contact-title {
  margin: 0;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 800;
  opacity: 0.92;
  text-align: right;
}

.news-contacts li {
  margin: 0;
  font-size: 1.02rem;
}

.news-contact-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.3rem;
  align-items: baseline;
}

.news-contact-label {
  font-weight: 800;
}

.news-contact-detail {
  justify-self: end;
  text-align: right;
}

.news-contact-name {
  opacity: 0.92;
}

.news-contact-phone {
  color: #f7fbff;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.news-banner .news-contacts li {
  color: rgba(255, 255, 255, 0.96);
}

.news-banner .news-contact-title {
  color: #d7eafb;
}

.news-label {
  display: inline-block;
  margin: 0 0 0.25rem;
  color: #ffd8ea;
  font-size: 0.72rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-weight: 800;
}

.news-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.news-banner .news-actions {
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 0.6rem;
  min-width: 0;
  padding: 0.7rem 0.85rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(248, 220, 233, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.news-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: var(--white);
  padding: 0.52rem 1rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.08);
  transition: background-color var(--transition), transform var(--transition);
}

.news-cta:hover,
.news-cta:focus-visible {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-1px);
  outline: 0;
}

.news-popup-overlay {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(6, 24, 40, 0.46);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.news-popup-overlay.show {
  opacity: 1;
  pointer-events: auto;
}

.news-popup {
  width: min(560px, 100%);
  border-radius: 18px;
  background: var(--white);
  border: 1px solid var(--border);
  padding: 1.15rem 1.15rem 1.2rem;
  box-shadow: var(--shadow-strong);
  position: relative;
}

.news-popup h2 {
  margin-bottom: 0.45rem;
  font-size: clamp(1.2rem, 2.4vw, 1.55rem);
}

.news-popup p {
  margin-bottom: 0.85rem;
  color: var(--muted);
}

.news-popup .news-contacts {
  margin: 0.35rem 0 0.9rem;
  margin-left: auto;
}

.news-popup .news-contact-title {
  color: var(--secondary);
  text-align: right;
}

.news-popup .news-contacts li {
  color: var(--ink);
}

.news-popup .news-contact-phone {
  color: var(--primary);
}

.news-popup .news-actions {
  justify-content: flex-end;
}

.news-popup .news-cta {
  border-color: rgba(8, 44, 71, 0.2);
  color: var(--primary);
  background: rgba(217, 210, 225, 0.35);
}

.news-popup .news-cta:hover,
.news-popup .news-cta:focus-visible {
  background: rgba(217, 210, 225, 0.56);
}

.news-popup-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  border: 1px solid rgba(8, 44, 71, 0.2);
  background: var(--white);
  color: var(--primary);
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
}

.scroll-top {
  position: fixed;
  right: 1.1rem;
  bottom: 1.1rem;
  z-index: 60;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(130deg, var(--accent), var(--accent-soft));
  color: var(--white);
  font-weight: 800;
  padding: 0.74rem 0.95rem;
  cursor: pointer;
  box-shadow: 0 14px 24px rgba(155, 61, 106, 0.42);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity var(--transition), transform var(--transition);
}

.scroll-top.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.mobile-quick-actions {
  position: fixed;
  left: 0.7rem;
  right: 0.7rem;
  bottom: calc(0.7rem + env(safe-area-inset-bottom));
  z-index: 90;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
}

.mobile-quick-action {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 2.8rem;
  border-radius: 999px;
  border: 1px solid rgba(8, 44, 71, 0.15);
  font-weight: 800;
  letter-spacing: 0.02em;
  box-shadow: 0 10px 22px rgba(8, 44, 71, 0.2);
}

.mobile-quick-action-call {
  background: linear-gradient(130deg, var(--accent), var(--accent-soft));
  color: var(--white);
}

.mobile-quick-action-contact {
  background: #ffffff;
  color: var(--primary);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 500ms ease, transform 500ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 880px) {
  body.has-mobile-quick-actions {
    padding-bottom: 5.2rem;
  }

  .mobile-quick-actions {
    display: grid;
  }

  .scroll-top {
    bottom: calc(4.8rem + env(safe-area-inset-bottom));
  }

  .nav-cta,
  .button-primary,
  .consent-button-primary {
    background: linear-gradient(130deg, var(--accent), #c58aa8);
    box-shadow: 0 10px 22px rgba(155, 61, 106, 0.3);
  }

  .news-banner {
    background: linear-gradient(132deg, #0a3553, #0f5378);
  }

  .news-banner .news-actions {
    background: rgba(248, 220, 233, 0.12);
  }

  .scroll-top {
    box-shadow: 0 10px 18px rgba(155, 61, 106, 0.32);
  }

  .nav-shell {
    min-height: 70px;
  }

  .brand img {
    width: 194px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .main-nav {
    position: absolute;
    left: 0.8rem;
    right: 0.8rem;
    top: 74px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 0.95rem;
    border-radius: 14px;
    background: var(--white);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-soft);
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav a {
    text-align: center;
    padding: 0.68rem;
  }

  .news-banner-inner {
    align-items: stretch;
    padding-block: 0.8rem;
    grid-template-columns: 1fr;
  }

  .news-actions {
    width: 100%;
    justify-content: flex-end;
  }

  .news-banner .news-actions {
    min-width: 0;
    align-items: flex-end;
  }

  .hero-wrap,
  .grid-4,
  .grid-3,
  .grid-2,
  .kontakt-grid {
    grid-template-columns: 1fr;
  }

  .hero-media img {
    min-height: 230px;
  }

  .hero {
    padding: 2rem 0 1.4rem;
  }

  .hero-copy h1 {
    font-size: clamp(1.9rem, 6vw, 2.5rem);
  }
}

@media (max-width: 640px) {
  .nav-cta,
  .button-primary,
  .consent-button-primary {
    background: linear-gradient(130deg, #974066, #be86a2);
    box-shadow: 0 8px 16px rgba(155, 61, 106, 0.26);
  }

  .news-label {
    color: #ffe5ef;
  }

  .news-copy p {
    font-size: 1rem;
  }

  .container {
    width: min(1180px, calc(100% - 1.4rem));
  }

  .section {
    padding: 3rem 0;
  }

  .hero {
    padding: 1.4rem 0 1rem;
  }

  .brand img {
    width: 170px;
  }

  .menu-toggle {
    padding: 0.44rem 0.84rem;
    font-size: 0.88rem;
  }

  .main-nav {
    left: 0.5rem;
    right: 0.5rem;
    top: 66px;
  }

  .hero-copy {
    padding: 1.08rem;
  }

  .hero-copy h1 {
    font-size: clamp(1.45rem, 8vw, 1.9rem);
  }

  .news-popup {
    padding: 1rem;
  }

  .actions {
    flex-direction: column;
    align-items: stretch;
  }

  .actions .button {
    width: 100%;
  }

  .hours-list li {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.18rem;
  }

  .card,
  .contact-card,
  .hours-widget,
  .legal {
    padding: 1.08rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-brand {
    max-width: none;
  }

  .consent-layer {
    left: 0.6rem;
    right: 0.6rem;
    bottom: 0.6rem;
  }

  .consent-panel {
    padding: 0.9rem;
  }

  .consent-actions {
    flex-direction: column;
  }

  .consent-button {
    width: 100%;
  }

  .site-footer .brand-logo {
    margin-inline: auto;
  }

  .footer-links,
  .footer-meta {
    justify-items: center;
  }

  .scroll-top {
    right: 0.75rem;
    bottom: calc(4.55rem + env(safe-area-inset-bottom));
    box-shadow: 0 8px 14px rgba(155, 61, 106, 0.24);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
