/* Rollladen – Apple-inspiriertes Seiten-Design */

body.page-rollladen {
  --bg: #fbfbfd;
  --bg-alt: #f5f5f7;
  --surface: #ffffff;
  --text: #1d1d1f;
  --text-muted: #6e6e73;
  --accent: #0071e3;
  --accent-light: #0077ed;
  --accent-soft: rgba(0, 113, 227, 0.1);
  --border: rgba(0, 0, 0, 0.06);
  --shadow-md: 0 8px 40px rgba(0, 0, 0, 0.08);
  --radius-lg: 24px;
  background: var(--bg);
}

body.page-rollladen .site-header {
  background: rgba(251, 251, 253, 0.8);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
}

body.page-rollladen .nav-logo em,
body.page-rollladen .footer-brand em {
  font-style: normal;
  font-weight: 700;
}

body.page-rollladen .nav-cta {
  border-radius: 980px;
}

body.page-rollladen .breadcrumb {
  padding-top: calc(var(--nav-h) + 0.75rem);
  font-size: 0.8125rem;
}

body.page-rollladen .page-hero .hero-media img {
  filter: brightness(0.51) saturate(0.95);
}

body.page-rollladen .page-hero .hero-overlay {
  background: linear-gradient(
    180deg,
    rgba(15, 23, 36, 0.45) 0%,
    rgba(15, 23, 36, 0.65) 55%,
    rgba(15, 23, 36, 0.79) 100%
  );
}

body.page-rollladen .page-hero .hero-inner {
  padding-bottom: 4rem;
  text-align: center;
  align-items: center;
}

body.page-rollladen .page-hero h1 {
  max-width: none;
  font-size: clamp(2.25rem, 6vw, 3.5rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.45);
}

body.page-rollladen .page-hero .hero-lead {
  margin-left: auto;
  margin-right: auto;
  max-width: 36rem;
  font-size: clamp(1.1rem, 2.2vw, 1.35rem);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 16px rgba(0, 0, 0, 0.4);
}

body.page-rollladen .hero-actions {
  justify-content: center;
}

body.page-rollladen .btn {
  border-radius: 980px;
  font-weight: 400;
  padding: 0.9rem 1.75rem;
}

body.page-rollladen .btn-primary {
  background: var(--accent);
}

body.page-rollladen .btn-primary:hover {
  background: var(--accent-light);
}

body.page-rollladen .page-hero .btn-secondary {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

body.page-rollladen .page-hero .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
}

body.page-rollladen .section {
  padding: 5.5rem 1.5rem;
}

body.page-rollladen .section--alt {
  background: var(--bg-alt);
}

body.page-rollladen .section-inner--symmetry {
  max-width: 980px;
  margin: 0 auto;
}

body.page-rollladen .section-header--center {
  margin-bottom: 2.5rem;
  text-align: center;
}

body.page-rollladen .section-label {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.5rem;
}

body.page-rollladen .section-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  letter-spacing: -0.035em;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 0.75rem;
}

body.page-rollladen .section-intro {
  font-size: 1.1875rem;
  line-height: 1.5;
  color: var(--text-muted);
  max-width: 40rem;
  margin: 0 auto;
}

body.page-rollladen .section-intro a {
  color: var(--accent);
  text-decoration: none;
}

body.page-rollladen .section-intro a:hover {
  text-decoration: underline;
}

/* Symmetrie-System */
.symmetry-row {
  display: grid;
  gap: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: stretch;
}

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

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

.symmetry-box {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 1.75rem 1.25rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.symmetry-box__icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 0.875rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  flex-shrink: 0;
}

.symmetry-box h3 {
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--text);
  margin-bottom: 0.5rem;
}

.symmetry-box p {
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--text-muted);
  margin: 0;
}

/* Produkt-Karten 2×2 */
.product-grid {
  gap: 1.5rem;
}

.symmetry-media-card {
  display: flex;
  flex-direction: column;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  height: 100%;
}

.symmetry-media-card__figure {
  margin: 0;
  flex-shrink: 0;
}

.symmetry-media-card__figure--product {
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.25rem;
  background: #fff;
  border-bottom: 1px solid var(--border);
}

.symmetry-media-card__figure--product img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

/* Produkt-Schnittbilder: weißer Kartenhintergrund = weißer Bildhintergrund */
#loesungen .symmetry-media-card {
  background: #fff;
}

#loesungen .symmetry-media-card__figure--product {
  padding: 0.75rem 1rem;
  background: #fff;
}

#loesungen .symmetry-media-card__figure--product img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

body.page-rollladen .rollladen-insektenschutz {
  margin-top: 3rem;
  padding-top: 2.5rem;
  border-top: 1px solid var(--border);
}

body.page-rollladen .rollladen-insektenschutz__head {
  margin-bottom: 1.25rem;
}

body.page-rollladen .rollladen-insektenschutz__head .section-title {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
}

body.page-rollladen .rollladen-insektenschutz__prose {
  max-width: 44rem;
  margin: 0 auto;
}

body.page-rollladen .rollladen-insektenschutz__prose p {
  font-size: 0.9875rem;
  line-height: 1.65;
  color: var(--text-muted);
  margin: 0 0 0.85rem;
}

body.page-rollladen .rollladen-insektenschutz__prose p:last-child {
  margin-bottom: 0;
}

.symmetry-media-card__body {
  padding: 1.35rem 1.25rem 1.5rem;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.symmetry-media-card__body h3 {
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
  color: var(--text);
}

.symmetry-media-card__body p {
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--text-muted);
  margin: 0;
}

/* Lifestyle-Showcase */
.showcase-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.showcase-split__text .section-title {
  text-align: left;
  margin-bottom: 1rem;
}

.showcase-split__text p {
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--text-muted);
  margin-bottom: 1.75rem;
}

.showcase-split__figure {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  aspect-ratio: 4 / 3;
}

.showcase-split__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Kataloge */
body.page-rollladen .catalog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

body.page-rollladen .catalog-card {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1.5rem 1.35rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 18px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  transition: border-color 0.2s, box-shadow 0.2s;
}

body.page-rollladen .catalog-card:hover {
  border-color: rgba(0, 113, 227, 0.25);
  box-shadow: var(--shadow-md);
}

body.page-rollladen .catalog-card strong {
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--text);
}

body.page-rollladen .catalog-card span:not(.link-more) {
  font-size: 0.9rem;
  color: var(--text-muted);
}

body.page-rollladen .catalog-card .link-more {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--accent);
}

body.page-rollladen .cta-band {
  background: var(--text);
  padding: 5rem 1.5rem;
  text-align: center;
}

body.page-rollladen .cta-band h2 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  letter-spacing: -0.03em;
  color: #fff;
}

body.page-rollladen .cta-band p {
  color: rgba(255, 255, 255, 0.75);
}

body.page-rollladen .site-footer {
  background: #f5f5f7;
  color: var(--text-muted);
}

body.page-rollladen .footer-brand {
  color: var(--accent);
}

body.page-rollladen .footer-brand em {
  color: var(--text);
}

body.page-rollladen .footer-nav a {
  color: var(--text-muted);
}

body.page-rollladen .footer-nav a:hover {
  color: var(--text);
}

@media (max-width: 800px) {
  .symmetry-row--2,
  .symmetry-row--3,
  body.page-rollladen .catalog-grid {
    grid-template-columns: 1fr;
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
  }

  .showcase-split {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .showcase-split__text .section-title {
    text-align: center;
  }

  .showcase-split__text {
    text-align: center;
  }

  .showcase-split__text .btn {
    width: 100%;
  }
}
