:root {
  --green: #36794a;
  --green-dark: #173f28;
  --green-pale: #e7f0e8;
  --cream: #fbf7ee;
  --paper: #fffdf8;
  --orange: #e8783f;
  --yellow: #f1c85b;
  --ink: #243128;
  --muted: #687269;
  --line: #dfe5dc;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.65; }
a { color: inherit; }
.skip-link { position: absolute; left: -9999px; top: 0; padding: .75rem 1rem; background: white; z-index: 10; }
.skip-link:focus { left: 1rem; top: 1rem; }

.site-header { width: min(1160px, calc(100% - 40px)); height: 86px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: .75rem; text-decoration: none; font-weight: 700; }
.brand-mark { position: relative; display: grid; place-items: center; width: 44px; height: 44px; color: white; background: var(--green-dark); border-radius: 50% 47% 52% 45%; font-family: var(--serif); font-size: 1.35rem; transform: rotate(-5deg); }
.brand-mark b { font-weight: 800; transform: rotate(5deg); }
.brand-mark i { position: absolute; right: -3px; bottom: 1px; width: 12px; height: 12px; background: var(--orange); border: 2px solid var(--paper); border-radius: 50%; }
.brand-name { display: flex; flex-direction: column; line-height: 1.05; }
.brand-name small { margin-top: .3rem; color: var(--orange); font-size: .58rem; letter-spacing: .16em; text-transform: uppercase; }
nav { display: flex; gap: 2rem; }
nav a { color: #4e5c51; font-size: .95rem; font-weight: 600; text-decoration: none; }
nav a:hover { color: var(--green); }

.hero { position: relative; min-height: 680px; padding: 80px max(20px, calc((100% - 1160px) / 2)); background: linear-gradient(105deg, var(--cream) 0 62%, #eaf1e7 62%); display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 5rem; overflow: hidden; }
.hero::before { content: "02"; position: absolute; left: -1rem; bottom: -6rem; color: rgba(54, 121, 74, .055); font: 800 17rem/1 var(--serif); letter-spacing: -.1em; }
.hero-copy { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 .8rem; color: var(--orange); font-size: .78rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { margin-right: .5rem; color: var(--green); font-size: .5rem; letter-spacing: .2em; vertical-align: .15em; }
h1, h2 { margin: 0; font-family: var(--serif); line-height: 1.08; }
h1 { max-width: 720px; font-size: clamp(3.2rem, 7vw, 6.4rem); letter-spacing: -.055em; }
h1 em { position: relative; color: var(--green); font-style: italic; white-space: nowrap; }
h1 em::after { content: ""; position: absolute; right: -.08em; bottom: -.07em; left: .03em; height: .1em; background: var(--orange); border-radius: 100%; transform: rotate(-2deg); opacity: .8; }
.hero-text { max-width: 590px; margin: 1.6rem 0 2rem; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.3rem); }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; gap: .7rem; padding: 1rem 1.4rem; color: white; background: var(--green); border-radius: 7px; box-shadow: 0 10px 24px rgba(41, 88, 55, .18); font-weight: 700; text-decoration: none; transition: transform .2s, background .2s; }
.button:hover { background: var(--green-dark); transform: translateY(-2px); }
.text-link { color: var(--green-dark); font-weight: 700; text-underline-offset: 5px; }
.benefits { display: flex; gap: 1.5rem; padding: 0; margin: 2.2rem 0 0; list-style: none; color: #5d685f; font-size: .85rem; font-weight: 600; }
.benefits li::before { content: "✓"; margin-right: .4rem; color: var(--green); }

.hero-visual { position: relative; min-height: 460px; display: grid; place-items: center; }
.signature-stamp { position: absolute; z-index: 2; left: -22px; top: 10px; width: 112px; height: 112px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: white; background: var(--green-dark); border: 2px solid rgba(255,255,255,.65); outline: 2px solid var(--green-dark); border-radius: 50%; box-shadow: 0 12px 25px rgba(23,63,40,.2); transform: rotate(-10deg); text-align: center; }
.signature-stamp span { color: #f2c67a; font-family: var(--serif); font-size: .85rem; font-style: italic; }
.signature-stamp strong { font: 800 1.65rem/1 var(--serif); }
.signature-stamp small { margin-top: .25rem; font-size: .48rem; letter-spacing: .13em; text-transform: uppercase; }
.sun { position: absolute; width: 370px; height: 370px; border-radius: 50%; background: var(--yellow); opacity: .32; }
.plate { position: relative; width: 330px; height: 330px; border: 32px solid white; border-radius: 50%; background: #f0e8d7; box-shadow: 0 30px 60px rgba(34, 59, 39, .18); transform: rotate(-7deg); }
.food { position: absolute; display: block; border-radius: 55% 45% 50% 45%; background: var(--orange); box-shadow: inset -10px -12px 0 rgba(139, 57, 23, .18); }
.food-one { width: 115px; height: 78px; left: 28px; top: 42px; transform: rotate(24deg); }
.food-two { width: 105px; height: 85px; right: 22px; bottom: 38px; transform: rotate(-14deg); background: #d9923c; }
.food-three { width: 78px; height: 62px; left: 42px; bottom: 30px; background: #e8b34f; }
.leaf { position: absolute; width: 78px; height: 28px; border-radius: 100% 0 100% 0; background: var(--green); }
.leaf-one { right: 28px; top: 45px; transform: rotate(24deg); }
.leaf-two { left: 96px; top: 126px; transform: rotate(-32deg); background: #6f9b65; }
.note { position: absolute; right: -10px; bottom: 18px; padding: 1rem 1.2rem; background: white; border-left: 4px solid var(--orange); box-shadow: 0 15px 35px rgba(42, 66, 47, .14); transform: rotate(3deg); }
.note strong, .note span { display: block; }
.note span { color: var(--muted); font-size: .84rem; }

.signature-strip { min-height: 74px; padding: 1rem 5vw; display: flex; align-items: center; justify-content: center; gap: clamp(1rem, 3vw, 3rem); color: #fff7e6; background: var(--orange); overflow: hidden; font-family: var(--serif); font-size: clamp(1rem, 2vw, 1.35rem); font-style: italic; white-space: nowrap; }
.signature-strip i { color: var(--green-dark); font-style: normal; font-size: .75rem; }

.section { padding: 110px max(20px, calc((100% - 1160px) / 2)); }
.section h2, .closing h2 { font-size: clamp(2.4rem, 5vw, 4rem); letter-spacing: -.035em; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 5rem; margin-bottom: 3rem; }
.section-heading > p { max-width: 540px; margin: 0; color: var(--muted); }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.card { position: relative; min-height: 310px; padding: 2rem; border: 1px solid var(--line); border-radius: 6px 28px 6px 6px; display: flex; flex-direction: column; align-items: flex-start; overflow: hidden; transition: transform .25s, box-shadow .25s; }
.card:hover { transform: translateY(-6px) rotate(-.4deg); box-shadow: 0 18px 35px rgba(35,62,42,.1); }
.card-number { position: absolute; right: 1.2rem; top: .5rem; color: rgba(23,63,40,.09); font: 800 5rem/1 var(--serif); letter-spacing: -.08em; }
.card-warm { background: #fff5ec; }
.card-green { background: var(--green-pale); }
.card-yellow { background: #fff9e8; }
.card-icon { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 2rem; border-radius: 50%; background: white; color: var(--green-dark); font-family: var(--serif); font-weight: 800; }
.card h3 { margin: 0 0 .7rem; font-family: var(--serif); font-size: 1.45rem; line-height: 1.25; }
.card p { margin: 0; color: var(--muted); }
.coming-soon { margin-top: auto; color: var(--green); font-size: .75rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.blog-placeholder { margin: 2rem 0 0; padding: 1rem; border: 1px dashed #b9c8b8; color: var(--muted); text-align: center; font-size: .9rem; }
.soro-embed { min-height: 180px; }
.soro-status { margin: 1.5rem 0 0; padding: 1rem 1.2rem; border: 1px dashed #b9c8b8; border-radius: 7px; color: var(--muted); background: var(--green-pale); text-align: center; font-size: .92rem; }
.consent-box { padding: clamp(1.5rem, 4vw, 2.4rem); border: 1px solid #cddbcf; border-radius: 12px; background: linear-gradient(135deg, #f6faf5, var(--green-pale)); box-shadow: 0 14px 36px rgba(35,62,42,.08); }
.consent-box[hidden], .soro-status[hidden] { display: none; }
.consent-kicker { margin: 0 0 .35rem; color: var(--orange); font-size: .75rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.consent-box h3 { margin: 0; color: var(--green-dark); font: 700 clamp(1.55rem, 3vw, 2rem)/1.2 var(--serif); }
.consent-box > p:not(.consent-kicker) { max-width: 760px; margin: .8rem 0 0; color: var(--muted); }
.consent-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.4rem; }
.consent-button, .button-secondary, .text-button { border: 0; cursor: pointer; font: inherit; }
.button-secondary { padding: .9rem 1.25rem; border: 1px solid #9db3a1; border-radius: 7px; color: var(--green-dark); background: white; font-weight: 700; }
.button-secondary:hover { background: #f5f8f4; }
.consent-box .consent-detail { font-size: .82rem; }
.consent-detail a { color: var(--green-dark); font-weight: 700; }
.soro-status p { margin: 0; }
.text-button { margin-top: .35rem; padding: .2rem; color: var(--green-dark); background: transparent; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.consent-button:focus-visible, .button-secondary:focus-visible, .text-button:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }

.book { background: var(--cream); display: grid; grid-template-columns: .9fr 1.1fr; gap: 8rem; align-items: center; }
.book-art { position: relative; min-height: 500px; display: grid; place-items: center; background: #dce9db; border-radius: 50% 50% 45% 55%; }
.book-art::after { content: "für uns zwei"; position: absolute; right: -1.2rem; bottom: 2rem; padding: .5rem 1.1rem; color: white; background: var(--orange); font: italic 1.25rem var(--serif); transform: rotate(-6deg); box-shadow: 0 8px 18px rgba(100,50,25,.15); }
.book-cover { width: 245px; min-height: 350px; padding: 2rem; color: var(--green-dark); background: #fffaf0; border-left: 12px solid var(--green); box-shadow: 15px 20px 35px rgba(38, 69, 44, .22); transform: rotate(-5deg); display: flex; flex-direction: column; }
.book-cover span, .book-cover small { color: var(--orange); font-size: .7rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.book-cover strong { margin: 3rem 0 auto; font-family: var(--serif); font-size: 2.3rem; line-height: .98; }
.book-cover em { color: var(--green); }
.book-cover-image { display: block; width: min(72%, 330px); height: auto; border-radius: 5px; box-shadow: 15px 20px 35px rgba(38, 69, 44, .22); transform: rotate(-3deg); }
.book-copy > p:not(.eyebrow) { max-width: 610px; color: var(--muted); font-size: 1.05rem; }
.book-copy .button { margin-top: 1rem; }

.closing { padding: 90px 20px; background: var(--green-dark); color: white; text-align: center; }
.closing { position: relative; overflow: hidden; }
.closing::before, .closing::after { content: ""; position: absolute; width: 180px; height: 180px; border: 2px solid rgba(255,255,255,.08); border-radius: 50%; }
.closing::before { left: -70px; top: -80px; }
.closing::after { right: -60px; bottom: -90px; }
.closing .eyebrow { color: #f2c67a; }
.button-light { margin-top: 2rem; color: var(--green-dark); background: white; }
.button-light:hover { color: white; background: var(--orange); }

footer { width: min(1160px, calc(100% - 40px)); min-height: 170px; margin: auto; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 3rem; color: var(--muted); }
footer strong { color: var(--ink); }
footer p { margin: .2rem 0 0; font-size: .9rem; }
.footer-links { display: flex; gap: 1.5rem; }
.footer-links a, .footer-links span { color: inherit; text-underline-offset: 4px; }
.footer-links span { cursor: help; text-decoration: underline; text-decoration-style: dotted; }

.legal-header { border-bottom: 1px solid var(--line); }
.legal-main { min-height: calc(100vh - 256px); padding: 90px max(20px, calc((100% - 760px) / 2)) 110px; background: var(--cream); }
.legal-main h1 { margin-bottom: 2.5rem; font-size: clamp(3rem, 7vw, 5rem); }
.legal-card { padding: clamp(1.5rem, 5vw, 3.5rem); background: white; border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 18px 45px rgba(38, 69, 44, .08); }
.legal-card h2 { margin: 2.4rem 0 .75rem; font-size: 1.45rem; }
.legal-card h2:first-child { margin-top: 0; }
.legal-card p { margin: 0; color: var(--muted); }
.legal-card p + p, .legal-card ul + p { margin-top: .9rem; }
.legal-card ul { margin: .8rem 0 0; padding-left: 1.25rem; color: var(--muted); }
.legal-card a { color: var(--green-dark); font-weight: 600; }
.back-link { display: inline-block; margin-top: 2rem; color: var(--green-dark); font-weight: 700; text-underline-offset: 5px; }

@media (max-width: 850px) {
  .site-header { height: 72px; }
  nav { display: none; }
  .hero { min-height: auto; padding-top: 65px; padding-bottom: 75px; grid-template-columns: 1fr; gap: 3rem; background: linear-gradient(160deg, var(--cream) 0 70%, #eaf1e7 70%); }
  .hero-visual { min-height: 360px; }
  .signature-stamp { left: 2px; top: -5px; transform: rotate(-10deg) scale(.88); }
  .plate { width: 280px; height: 280px; }
  .sun { width: 310px; height: 310px; }
  .section { padding-top: 80px; padding-bottom: 80px; }
  .section-heading, .book { grid-template-columns: 1fr; gap: 2rem; }
  .card-grid { grid-template-columns: 1fr; }
  .card { min-height: 250px; }
  .book { gap: 4rem; }
  .book-art { min-height: 420px; }
  footer { padding: 2.5rem 0; grid-template-columns: 1fr; gap: 1.5rem; }
}

@media (max-width: 480px) {
  h1 { font-size: 3.15rem; }
  .benefits { align-items: flex-start; flex-direction: column; gap: .35rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { justify-content: center; text-align: center; }
  .text-link { text-align: center; }
  .hero-visual { min-height: 315px; transform: scale(.88); }
  .note { right: -25px; }
  .signature-strip { justify-content: flex-start; }
  .section-heading { gap: 1rem; }
  .consent-actions { align-items: stretch; flex-direction: column; }
  .consent-actions .button, .button-secondary { justify-content: center; width: 100%; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
