/* Engel & Ewald Passage GmbH — icon & layout polish */

@import url('https://fonts.googleapis.com/css2?family=PT+Serif:wght@700&family=Roboto:wght@300;400;500;700&display=swap');

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  direction: ltr;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  -webkit-font-smoothing: antialiased;
  user-select: none;
}

body {
  font-family: 'Roboto', system-ui, sans-serif;
}

.main h1,
.main h2,
.main h3,
.split-copy h2,
.hero-form h2 {
  font-family: 'PT Serif', Georgia, serif;
}

.rail-brand .material-symbols-outlined {
  font-size: 2rem;
  color: var(--site-primary);
}

.tile-icon,
.stat-icon,
.hero-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}

.tile-icon .material-symbols-outlined,
.stat-icon .material-symbols-outlined {
  font-size: 1.55rem;
}

.hero-mark .material-symbols-outlined {
  font-size: 2.5rem;
}

.hero-points .material-symbols-outlined {
  font-size: 1.35rem;
  color: var(--color-primary);
  flex-shrink: 0;
}

.btn-cta .material-symbols-outlined {
  font-size: 1.15rem;
}

.quote-mark {
  font-family: 'PT Serif', Georgia, serif;
  font-size: 3rem;
  line-height: 0.6;
  color: var(--color-accent);
}

.tile {
  min-height: 180px;
}

.glass-card {
  background: rgba(253, 238, 219, 0.72);
}

#cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--site-surface);
  color: var(--site-text);
  border-top: 1px solid var(--site-border);
  padding: 16px 24px;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

#cookie-consent.is-visible {
  display: flex;
}

.rail-foot .btn-cta {
  font-size: 0.85rem;
  padding: 6px 14px;
}

.rail-foot .btn-cta .material-symbols-outlined {
  font-size: 1rem;
}

.rail-foot > p:nth-child(2) {
  margin-top: 12px;
}

.tiles > .section-heading {
  grid-column: 1 / -1;
}

#cookie-consent p {
  margin: 0;
  font-size: 0.9rem;
}

#cookie-consent .btn-cta,
#cookie-accept {
  padding: 8px 16px;
  font-size: 0.85rem;
}

@media (prefers-color-scheme: dark) {
  .glass-card,
  .tile {
    background: rgba(27, 25, 22, 0.82);
  }
}

@media (max-width: 900px) {
  .rail.open {
    box-shadow: 8px 0 24px rgba(0, 0, 0, 0.12);
  }
}
