/* =====================================================
   SASIA – Stiegler & Sons
   Modernes Lifestyle-Design für Küche & Tisch
===================================================== */
:root {
  /* Basis */
  --primary:    #A01D2E;         /* Sasia Rubinrot          */
  --secondary:  #A01D2E;         /* Sasia Rubinrot          */
  --accent-gruen: #7DB32A;       /* Sasia Grün              */
  --accent-blau:  #1E3A5F;       /* Sasia Blau              */

  /* Grautöne */
  --dark:       #1A1A1A;         /* Tief-Schwarz            */
  --dark-mid:   #2C2C2A;         /* Dunkelgrau (Karten)     */
  --dark-border:#444441;         /* Mittelgrau (Rahmen)     */

  /* Hell */
  --bg:         #1A1A1A;         /* Seitenhintergrund       */
  --bg-alt:     #2C2C2A;         /* Alternativfläche        */
  --text:       #F1EFE8;         /* Cremeweiß               */
  --text-muted: rgba(241,239,232,.55);
  --border:     #444441;

  --radius:     14px;
  --shadow:     0 4px 32px rgba(0,0,0,.35);
  --transition: .25s ease;
  --max-width:  1100px;
}

/* ===== RESET ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html  { scroll-behavior: smooth; }
body  {
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.7;
}
img { max-width: 100%; display: block; }
a   { color: inherit; text-decoration: none; }
strong { font-weight: 700; }

/* ===== CONTAINER ===== */
.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .85rem 2rem;
  border-radius: 8px;
  font-weight: 700;
  font-size: .95rem;
  cursor: pointer;
  transition: var(--transition);
  border: 2px solid transparent;
}
.btn-primary {
  background: transparent;
  color: var(--text-muted);
  border: 2px solid var(--text-muted);
  padding: .45rem 1.1rem;
  border-radius: 6px;
  font-weight: 800;
  font-size: .78rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
.btn-primary:hover {
  border-color: var(--text);
  color: var(--text);
}
.btn-amazon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  background: transparent;
  color: var(--text-muted);
  border: 2px solid var(--text-muted);
  padding: .45rem 1.1rem;
  border-radius: 6px;
  font-weight: 800;
  font-size: .78rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  transition: var(--transition);
  cursor: pointer;
  width: 100%;
}
.btn-amazon:hover {
  border-color: var(--text);
  color: var(--text);
}
.btn-outline-dark {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  border: 2px solid var(--text-muted);
  color: var(--text-muted);
  background: transparent;
  padding: .45rem 1.1rem;
  border-radius: 6px;
  font-weight: 800;
  font-size: .78rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  transition: var(--transition);
  margin-top: 1.5rem;
}
.btn-outline-dark:hover {
  border-color: var(--text);
  color: var(--text);
}

/* ===== HEADER / NAV ===== */
header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 1.25rem 0;
  transition: var(--transition);
}
header.scrolled {
  background: rgba(26,26,26,.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: .75rem 0;
  box-shadow: 0 2px 20px rgba(0,0,0,.3);
}
nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  font-size: 1.5rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: -1px;
}
.logo span { color: var(--secondary); }

nav ul {
  list-style: none;
  display: flex;
  gap: 2.5rem;
}
nav ul a {
  color: rgba(255,255,255,.8);
  font-weight: 500;
  font-size: .93rem;
  transition: var(--transition);
  letter-spacing: .3px;
}
nav ul a:hover { color: #fff; }

/* Hamburger */
.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px 4px;
}
.menu-toggle span {
  display: block;
  width: 24px; height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: var(--transition);
}

/* ===== HERO ===== */
.hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 80px;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-color: #1a1a1a; /* Fallback wenn Bild nicht lädt */
}
.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(10,10,10,.70) 0%,
    rgba(10,10,10,.40) 55%,
    rgba(10,10,10,.10) 100%
  );
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 640px;
  padding: 4rem 0;
}
.eyebrow {
  color: rgba(255,255,255,.75);
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.65;
  margin-bottom: 1rem;
  display: block;
}
.hero h1 {
  font-size: clamp(2.8rem, 7vw, 5rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.05;
  margin-bottom: 1.5rem;
  letter-spacing: -2px;
}
.hero h1 span { color: var(--primary); }
.hero-sub {
  font-size: 1.15rem;
  color: rgba(255,255,255,.75);
  margin-bottom: 2.5rem;
  max-width: 500px;
  line-height: 1.65;
}

/* ===== SECTIONS ===== */
.section { padding: 6rem 0; }
.section-alt { background: var(--bg-alt); }

.section-header {
  text-align: center;
  max-width: 580px;
  margin: 0 auto 4rem;
}
.section-tag {
  color: var(--primary);
  font-weight: 700;
  font-size: .78rem;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  margin-bottom: .75rem;
  display: block;
}
.section-header h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  color: var(--dark);
  margin-bottom: 1rem;
  letter-spacing: -1.5px;
  line-height: 1.1;
}
.section-intro {
  color: var(--text-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

/* ===== PRODUKTE ===== */
#products { background: #ffffff; }
#products .section-tag { color: var(--primary); }
#products .section-header h2 { color: #1A1A1A; }
#products .section-intro { color: #777; }
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  max-width: 880px;
  margin: 0 auto;
}
.product-card {
  background: var(--dark-mid);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  transition: transform var(--transition), box-shadow var(--transition);
}
.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 52px rgba(0,0,0,.14);
}
.product-img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f0ebe3;
}
.product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.product-card:hover .product-img img {
  transform: scale(1.06);
}
.product-img.img-fallback {
  background: linear-gradient(135deg, #e8e0d5 0%, #cfc3b0 100%);
}

/* Coming Soon Bild */
.product-soon-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #eee8df 0%, #ddd3c3 100%);
}
.soon-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .75rem;
  color: var(--text);
}
.soon-content p {
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.product-body {
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0;
}
.brand-tag {
  display: inline-block;
  background: var(--primary);
  color: #fff;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: 2.5px;
  padding: .22rem .7rem;
  border-radius: 4px;
  text-transform: uppercase;
  margin-bottom: .9rem;
  align-self: flex-start;
}
.brand-tag--muted {
  background: var(--text-muted);
}
.product-body h3 {
  font-size: 1.3rem;
  font-weight: 900;
  color: var(--text);
  margin-bottom: .75rem;
  letter-spacing: -.4px;
}
.product-desc {
  color: var(--text-muted);
  font-size: .95rem;
  line-height: 1.65;
  margin-bottom: 1.25rem;
  flex: 1;
}
.features {
  list-style: none;
  margin-bottom: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: .45rem;
}
.features li {
  font-size: .9rem;
  color: var(--text);
  padding-left: 1.4rem;
  position: relative;
}
.features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--primary);
  font-weight: 800;
}

.soon-badge {
  display: inline-block;
  border: 2px solid var(--text-muted);
  color: var(--text-muted);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: 2.5px;
  padding: .45rem 1.1rem;
  border-radius: 6px;
  text-transform: uppercase;
  align-self: center;
}

/* ===== ÜBER UNS ===== */
.about-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.about-img {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: #e8e0d5;
  box-shadow: var(--shadow);
}
.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-img.img-fallback {
  background: linear-gradient(160deg, #e8e0d5 0%, #cfc3b0 100%);
}
.about-text h2 {
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 900;
  color: var(--text);
  line-height: 1.1;
  letter-spacing: -1.5px;
  margin-bottom: 1.5rem;
  margin-top: .5rem;
}
.about-text p {
  color: var(--text-muted);
  line-height: 1.75;
  font-size: 1rem;
  margin-bottom: 1rem;
}

/* ===== FOOTER ===== */
footer {
  background: var(--dark);
  padding: 2.5rem 0;
}
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
footer p { color: rgba(255,255,255,.4); font-size: .85rem; }

.footer-links { display: flex; gap: 1.5rem; }
.footer-links a {
  color: rgba(255,255,255,.55);
  font-size: .88rem;
  transition: var(--transition);
}
.footer-links a:hover { color: var(--primary); }

/* ===== IMPRESSUM ===== */
.impressum-page {
  padding-top: 80px;
  min-height: 80vh;
  background: var(--dark-mid);
}
.impressum-content {
  max-width: 720px;
  padding: 4rem 1.5rem 5rem;
}
.impressum-content h1 {
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--text);
  margin-bottom: 2.5rem;
  letter-spacing: -1px;
}
.impressum-content section {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--border);
}
.impressum-content section:last-of-type { border-bottom: none; }
.impressum-content h2 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: .75rem;
}
.impressum-content p {
  color: var(--text-muted);
  line-height: 1.75;
  font-size: .97rem;
}
.impressum-content a { color: var(--primary); text-decoration: underline; }

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .menu-toggle { display: flex; }

  nav ul {
    display: none;
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: rgba(26,26,26,.97);
    backdrop-filter: blur(12px);
    flex-direction: column;
    padding: 1.5rem;
    gap: 1.1rem;
    box-shadow: 0 16px 40px rgba(0,0,0,.35);
  }
  nav ul.open { display: flex; }

  header         { position: relative; padding: 1rem 0; background: var(--dark); }
  .hero          { min-height: auto; padding: 5rem 0 4rem; }

  .about-wrap {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .about-img { aspect-ratio: 16 / 9; }
}

@media (max-width: 480px) {
  .products-grid { grid-template-columns: 1fr; }
  .section        { padding: 4rem 0; }
  .hero h1        { letter-spacing: -1px; }
}
