@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Montserrat:wght@400;500;600;700&display=swap');

:root {
  --ink: #251b2e;
  --ink-soft: #564b5f;
  --gold: #b89550;
  --gold-light: #d9c28c;
  --cream: #fbf8f2;
  --paper: #ffffff;
  --line: rgba(37, 27, 46, .12);
  --shadow: 0 20px 60px rgba(37, 27, 46, .12);
  --radius: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }

.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: 100px 0; }
.section--white { background: var(--paper); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  margin: 0 0 14px; color: var(--gold); font-weight: 800;
  text-transform: uppercase; letter-spacing: .14em; font-size: .78rem;
}
.eyebrow::before { content: ""; width: 34px; height: 2px; background: currentColor; }
h1, h2, h3 { margin-top: 0; font-family: "Manrope", sans-serif; line-height: 1.12; }
h1 { font-size: clamp(2.55rem, 5.4vw, 5.8rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2rem, 4vw, 3.65rem); letter-spacing: -.035em; }
h3 { font-size: 1.3rem; }
p { margin-top: 0; }
.lead { font-size: clamp(1.05rem, 1.7vw, 1.25rem); color: var(--ink-soft); max-width: 760px; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100;
  background: rgba(251,248,242,.82); backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent; transition: .25s ease;
}
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(37,27,46,.06); }
.nav { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand img { width: 250px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 28px; list-style: none; margin: 0; padding: 0; }
.nav-links a { text-decoration: none; font-weight: 700; font-size: .93rem; position: relative; }
.nav-links a:not(.btn)::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 0; height: 2px; background: var(--gold); transition: .2s; }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.menu-toggle { display: none; border: 0; background: none; width: 44px; height: 44px; cursor: pointer; }
.menu-toggle span { display: block; width: 25px; height: 2px; background: var(--ink); margin: 5px auto; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 50px; padding: 0 24px; border: 1px solid var(--ink); border-radius: 999px;
  text-decoration: none; font-weight: 800; transition: .2s ease; cursor: pointer;
}
.btn--primary { background: var(--ink); color: white; }
.btn--primary:hover { background: var(--gold); border-color: var(--gold); transform: translateY(-2px); }
.btn--ghost:hover { background: var(--ink); color: white; transform: translateY(-2px); }
.btn--light { background: white; color: var(--ink); border-color: white; }
.btn--light:hover { background: var(--gold-light); border-color: var(--gold-light); }

.hero { min-height: 760px; padding: 150px 0 70px; display: grid; align-items: center; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; background: rgba(184,149,80,.12); top: 120px; right: -140px; filter: blur(3px); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 56px; }
.hero-copy h1 span { color: var(--gold); }
.hero-copy .lead { max-width: 650px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.hero-meta { display: flex; gap: 28px; margin-top: 36px; color: var(--ink-soft); font-size: .88rem; font-weight: 600; }
.hero-meta span { display: flex; align-items: center; gap: 8px; }
.hero-meta span::before { content: "✓"; display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: rgba(184,149,80,.18); color: var(--gold); }
.hero-visual { position: relative; min-height: 520px; }
.hero-image {
  position: absolute; inset: 0 0 34px 40px; width: calc(100% - 40px); height: calc(100% - 34px);
  object-fit: cover; object-position: center; border-radius: 34px; box-shadow: var(--shadow);
}
.hero-card { position: absolute; left: 0; bottom: 0; width: min(300px, 70%); padding: 20px 22px; background: rgba(255,255,255,.92); backdrop-filter: blur(14px); border: 1px solid rgba(255,255,255,.8); border-radius: 20px; box-shadow: var(--shadow); }
.hero-card strong { display: block; font-family: Manrope; font-size: 1.12rem; margin-bottom: 4px; }
.hero-card span { color: var(--ink-soft); font-size: .9rem; }

.intro-grid, .split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.image-stack { position: relative; min-height: 560px; }
.image-stack .main { width: 82%; height: 500px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.image-stack .small { position: absolute; width: 50%; right: 0; bottom: 0; border: 10px solid var(--cream); border-radius: 18px; box-shadow: var(--shadow); }
.check-list { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 14px; }
.check-list li { padding-left: 34px; position: relative; font-weight: 600; }
.check-list li::before { content: ""; position: absolute; left: 0; top: .35em; width: 18px; height: 18px; border: 2px solid var(--gold); border-radius: 50%; box-shadow: inset 0 0 0 4px var(--cream); background: var(--gold); }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: .25s ease; }
.card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.card-body { padding: 28px; }
.card-body p { color: var(--ink-soft); margin-bottom: 0; }

.process { background: var(--ink); color: white; overflow: hidden; position: relative; }
.process::after { content: ""; position: absolute; width: 460px; height: 460px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; right: -170px; top: -140px; }
.process .eyebrow { color: var(--gold-light); }
.process .lead { color: rgba(255,255,255,.7); }
.steps { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 50px; }
.step { padding: 28px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.04); }
.step-number { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: white; font-family: Manrope; font-weight: 800; margin-bottom: 20px; }
.step p { color: rgba(255,255,255,.68); margin-bottom: 0; }

.story-photo { width: 100%; height: 520px; object-fit: cover; border-radius: 28px; box-shadow: var(--shadow); }
.quote { border-left: 3px solid var(--gold); padding-left: 24px; margin-top: 28px; font-size: 1.12rem; font-weight: 600; }

.cta { padding: 80px 0; }
.cta-box { padding: 60px; border-radius: 30px; background: linear-gradient(135deg, var(--gold), #8f6f34); color: white; display: flex; align-items: center; justify-content: space-between; gap: 40px; box-shadow: var(--shadow); }
.cta-box h2 { margin-bottom: 10px; }
.cta-box p { margin-bottom: 0; color: rgba(255,255,255,.84); }

.page-hero { padding: 170px 0 70px; background: var(--ink); color: white; }
.page-hero .eyebrow { color: var(--gold-light); }
.page-hero p { color: rgba(255,255,255,.72); max-width: 720px; }
.shop-wrap { padding: 70px 0 100px; min-height: 700px; }
.shop-panel { background: white; border-radius: 24px; padding: clamp(18px, 4vw, 44px); box-shadow: var(--shadow); }
.legal { padding: 70px 0 100px; }
.legal-grid { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 50px; }
.legal-nav { position: sticky; top: 120px; align-self: start; padding: 22px; background: white; border: 1px solid var(--line); border-radius: 18px; }
.legal-nav a { display: block; text-decoration: none; padding: 9px 0; font-weight: 700; }
.legal-content { background: white; padding: clamp(28px, 5vw, 60px); border-radius: 24px; box-shadow: var(--shadow); }
.legal-content section { scroll-margin-top: 120px; margin-bottom: 50px; }
.legal-content section:last-child { margin-bottom: 0; }
.legal-content h2 { font-size: 2rem; margin-bottom: 24px; }
.legal-content h3 { margin-top: 30px; }

footer { background: #1c1522; color: rgba(255,255,255,.72); padding: 58px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 50px; padding-bottom: 38px; }
.footer-logo { width: 250px; filter: brightness(0) invert(1); opacity: .92; margin-bottom: 18px; }
footer h3 { color: white; font-size: 1rem; }
footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
footer a { text-decoration: none; }
footer a:hover { color: white; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding-top: 24px; display: flex; justify-content: space-between; gap: 20px; font-size: .88rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .nav-links { position: fixed; inset: 84px 20px auto; display: none; flex-direction: column; align-items: stretch; padding: 22px; background: white; border-radius: 18px; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-links a { display: block; padding: 8px; }
  .hero { padding-top: 130px; }
  .hero-grid, .intro-grid, .split { grid-template-columns: 1fr; }
  .hero-visual { min-height: 450px; }
  .cards { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .legal-grid { grid-template-columns: 1fr; }
  .legal-nav { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .container { width: min(calc(100% - 26px), var(--max)); }
  .section { padding: 74px 0; }
  .nav { min-height: 72px; }
  .brand img { width: 205px; }
  .nav-links { inset: 72px 13px auto; }
  .hero { min-height: auto; padding: 115px 0 64px; }
  .hero-visual { min-height: 380px; }
  .hero-image { inset: 0 0 28px 20px; width: calc(100% - 20px); }
  .hero-meta { flex-direction: column; gap: 10px; }
  .image-stack { min-height: 430px; }
  .image-stack .main { height: 380px; }
  .cards, .steps, .footer-grid { grid-template-columns: 1fr; }
  .cta-box { padding: 38px 26px; flex-direction: column; align-items: flex-start; }
  .footer-bottom { flex-direction: column; }
  .page-hero { padding-top: 130px; }
}

/* Produktsicherheit */
.safety-hero { position: relative; overflow: hidden; }
.safety-hero::after { content: ""; position: absolute; width: 380px; height: 380px; right: -100px; bottom: -230px; border: 70px solid rgba(184,149,80,.12); border-radius: 50%; }
.safety-page .legal-content section { padding-bottom: 48px; border-bottom: 1px solid var(--line); }
.safety-page .legal-content section:last-child { padding-bottom: 0; border-bottom: 0; }
.info-box, .final-notice { margin-top: 28px; padding: 26px 28px; background: rgba(184,149,80,.1); border: 1px solid rgba(184,149,80,.28); border-radius: 18px; }
.info-box strong { display: block; font-family: Manrope, sans-serif; font-size: 1.08rem; margin-bottom: 5px; }
.info-box p, .final-notice p:last-child { margin-bottom: 0; }
.material-heading { display: flex; align-items: flex-start; gap: 20px; margin-bottom: 30px; }
.material-heading h2 { margin-bottom: 8px; }
.material-heading p { color: var(--ink-soft); margin-bottom: 0; }
.material-badge { flex: 0 0 auto; display: grid; place-items: center; min-width: 74px; height: 74px; padding: 0 12px; border-radius: 20px; background: var(--ink); color: white; font-family: Manrope, sans-serif; font-weight: 800; }
.safety-columns, .do-dont-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin: 28px 0 34px; }
.safety-card, .do-card, .dont-card { padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: var(--cream); }
.warning-card, .dont-card { background: #fff5f0; border-color: rgba(178,77,49,.22); }
.do-card { background: #f3f8f1; border-color: rgba(73,119,66,.2); }
.safety-card h3, .do-card h3, .dont-card h3 { margin-bottom: 16px; }
.safety-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.safety-list li { position: relative; padding-left: 26px; }
.safety-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--gold); font-weight: 900; }
.warning-card .safety-list li::before, .dont-card .safety-list li::before { content: "!"; color: #ad4d33; }
.emphasized { padding: 26px; border-radius: 18px; background: var(--cream); border: 1px solid var(--line); }
.pill-list { list-style: none; padding: 0; margin: 18px 0 30px; display: flex; flex-wrap: wrap; gap: 10px; }
.pill-list li { padding: 8px 14px; border-radius: 999px; background: #fff1eb; border: 1px solid rgba(178,77,49,.2); font-weight: 700; font-size: .9rem; }
.final-notice { margin-top: 0; padding: clamp(28px, 5vw, 46px); }
.final-notice h2 { margin-bottom: 18px; }
.safety-notice { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; margin-bottom: 28px; padding: 22px 24px; background: white; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 12px 35px rgba(37,27,46,.08); }
.safety-notice h2 { font-size: 1.25rem; margin-bottom: 4px; }
.safety-notice p { margin-bottom: 0; color: var(--ink-soft); }
.notice-icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: rgba(184,149,80,.16); color: var(--gold); font-family: Manrope, sans-serif; font-weight: 900; font-size: 1.2rem; }
@media (max-width: 900px) {
  .safety-columns, .do-dont-grid { grid-template-columns: 1fr; }
  .safety-notice { grid-template-columns: auto 1fr; }
  .safety-notice .btn { grid-column: 1 / -1; justify-self: start; }
}
@media (max-width: 620px) {
  .material-heading { flex-direction: column; }
  .material-badge { min-width: 66px; height: 66px; border-radius: 17px; }
  .safety-notice { grid-template-columns: 1fr; }
}
