/* so.annka Check – Landingpage. Gleiche Farben, Schriften und Abstände wie soannka.de. */

/* Schriften lokal (SIL OFL 1.1), keine Google-Server */
@font-face { font-family: 'Belleza'; font-style: normal; font-weight: 400; font-display: swap; src: url(fonts/belleza-400-latin.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Belleza'; font-style: normal; font-weight: 400; font-display: swap; src: url(fonts/belleza-400-latin-ext.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'DM Sans'; font-style: normal; font-weight: 100 1000; font-display: swap; src: url(fonts/dm-sans-var-latin.woff2) format('woff2-variations'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'DM Sans'; font-style: normal; font-weight: 100 1000; font-display: swap; src: url(fonts/dm-sans-var-latin-ext.woff2) format('woff2-variations'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'DM Sans'; font-style: italic; font-weight: 100 1000; font-display: swap; src: url(fonts/dm-sans-var-italic-latin.woff2) format('woff2-variations'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Caveat'; font-style: normal; font-weight: 400 700; font-display: swap; src: url(fonts/caveat-var-latin.woff2) format('woff2-variations'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Caveat'; font-style: normal; font-weight: 400 700; font-display: swap; src: url(fonts/caveat-var-latin-ext.woff2) format('woff2-variations'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

:root {
  --cream: #F4EFE6; --cream-dark: #F0D5B8;
  --brown-light: #896A59; --brown-mid: #9A916B; --brown-dark: #3E2924;
  --sage: #544815; --sage-light: #B8BCB2;
  --line: rgba(62, 41, 36, 0.14);
  --pad: clamp(24px, 6vw, 80px);
  --font-display: 'Belleza', 'Gill Sans', 'Trebuchet MS', sans-serif;
  --font-body: 'DM Sans', 'Helvetica Neue', Arial, sans-serif;
  --font-hand: 'Caveat', 'Segoe Script', cursive;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font-body); background: var(--cream); color: var(--brown-dark); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
h1, h2, h3 { font-family: var(--font-display); font-weight: 400; margin: 0; }
h1, h2 { text-wrap: balance; }
p { margin: 0; }
a { color: inherit; }
img { display: block; max-width: 100%; }
ul, ol { margin: 0; padding: 0; list-style: none; }

/* Typo-Bausteine */
.hand { font-family: var(--font-hand); font-size: 18px; color: var(--brown-light); font-weight: 500; line-height: 1.3; }
.hand-sm { font-family: var(--font-hand); font-size: 20px; color: var(--brown-light); line-height: 1.2; }
.eyebrow { font-family: var(--font-hand); font-size: 20px; color: var(--brown-light); line-height: 1.2; margin-bottom: 4px; }
.lead, .intro { font-weight: 300; color: var(--brown-light); line-height: 1.75; }
.lead { font-size: 16px; max-width: 460px; }
.intro { font-size: 15px; max-width: 560px; margin-top: 18px; }
.fine { font-size: 13px; color: var(--brown-light); }
.hero-fine { margin-top: 22px; font-weight: 300; max-width: 460px; }
.steps-note { margin-top: 40px; font-size: 15px; font-weight: 300; color: var(--brown-light); line-height: 1.75; max-width: 560px; }

/* Buttons wie auf der Website */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; background: var(--brown-dark); color: var(--cream); font-size: 14px; font-weight: 500; letter-spacing: 0.06em; padding: 16px 32px; border-radius: 4px; text-decoration: none; transition: background .2s, transform .2s; }
.btn:hover { background: var(--brown-mid); transform: translateY(-1px); }
.btn-ghost { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; color: var(--brown-light); text-decoration: none; transition: color .2s; }
.btn-ghost:hover { color: var(--brown-dark); }
.btn-ghost svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 1.5; stroke-linecap: round; }
.actions { display: flex; flex-wrap: wrap; gap: 16px 24px; align-items: center; }
.actions.center { justify-content: center; margin-top: 48px; }

/* Nav */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 50; height: 64px; display: flex; align-items: center; justify-content: space-between; padding: 0 var(--pad); background: rgba(247,243,237,0.92); backdrop-filter: blur(12px); border-bottom: 1px solid var(--cream-dark); }
.wordmark { font-family: var(--font-display); font-size: 22px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--brown-dark); text-decoration: none; }
.wordmark.light { color: var(--cream); font-size: 20px; margin-bottom: 12px; }
.nav-cta { background: var(--brown-dark); color: var(--cream); font-size: 13px; font-weight: 500; letter-spacing: 0.06em; padding: 10px 22px; border-radius: 4px; text-decoration: none; transition: background .2s; }
.nav-cta:hover { background: var(--brown-mid); }
main { padding-top: 64px; }

/* Hero */
.hero { min-height: calc(100vh - 64px); display: grid; grid-template-columns: 1fr; align-items: center; }
.hero-text { padding: 64px var(--pad); }
.hero-text .hand { margin-bottom: 24px; }
.hero h1 { font-size: clamp(38px, 5vw, 62px); line-height: 1.15; margin-bottom: 28px; }
.hero .lead { margin-bottom: 44px; }
.hero-img { position: relative; height: 300px; overflow: hidden; }
.hero-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.signatur { position: absolute; left: 28px; bottom: 24px; font-family: var(--font-hand); font-size: 44px; color: var(--cream); line-height: 1; text-shadow: 0 2px 18px rgba(62,41,36,0.35); pointer-events: none; will-change: transform; }
.signatur.sm { font-size: 32px; left: 20px; bottom: 16px; }
@media (min-width: 768px) {
  .hero { grid-template-columns: 1fr 1fr; }
  .hero-text { padding: 80px var(--pad); }
  .hero-img { height: calc(100vh - 64px); min-height: 480px; }
}
@media (min-width: 640px) and (max-width: 767px) { .hero-img { height: 400px; } }

/* Sektionen */
.section { padding: 96px var(--pad); }
.bg-white { background: #fff; }
.bg-cream-dark { background: var(--cream-dark); }
.section-head { max-width: 640px; margin-bottom: 56px; }
.section h2 { font-size: clamp(28px, 4vw, 44px); line-height: 1.15; }
.section h3 { font-size: 21px; line-height: 1.25; margin-bottom: 10px; }
.item p, .steps p, .way p, .about-text p, .faq p { font-size: 15px; font-weight: 300; color: var(--brown-light); line-height: 1.75; }

/* Ergebnis-Raster */
.grid-3 { display: grid; grid-template-columns: 1fr; gap: 20px; }
.item { background: var(--cream); border-radius: 4px; padding: 32px; }
.item svg { width: 26px; height: 26px; stroke: var(--sage); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; margin-bottom: 18px; }
@media (min-width: 640px) { .grid-3 { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .grid-3 { grid-template-columns: 1fr 1fr 1fr; } }

/* Ablauf */
.steps { display: grid; grid-template-columns: 1fr; gap: 20px; }
.steps li { background: #fff; border-radius: 4px; padding: 32px; }
.steps .num { display: block; font-family: var(--font-hand); font-size: 34px; color: var(--brown-mid); line-height: 1; margin-bottom: 14px; }
@media (min-width: 640px) { .steps { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .steps { grid-template-columns: repeat(4, 1fr); } }

/* Über Annka */
.about { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center; }
.about-img { position: relative; aspect-ratio: 4 / 5; overflow: hidden; border-radius: 4px; max-width: 420px; }
.about-text { max-width: 640px; }
.about-img img { width: 100%; height: 100%; object-fit: cover; }
.about-text h2 { font-size: clamp(26px, 3.4vw, 38px); margin-bottom: 24px; }
.about-text p + p { margin-top: 16px; }
@media (min-width: 860px) { .about { grid-template-columns: minmax(0, 380px) 1fr; gap: 72px; } }

/* Wege */
.ways { display: grid; grid-template-columns: 1fr; gap: 20px; }
.way { background: var(--cream); border-radius: 4px; padding: 36px 32px; display: flex; flex-direction: column; gap: 12px; }
.way-link { margin-top: auto; padding-top: 14px; font-size: 14px; }
.way em, .item em { font-style: italic; }
.way.main { background: var(--cream-dark); }
.way h3 { margin-bottom: 0; }
.way .hand-sm { margin-bottom: -4px; }
.price { font-family: var(--font-display); font-size: 30px; line-height: 1; color: var(--brown-dark); margin: 6px 0 10px; display: flex; align-items: baseline; gap: 12px; }
.price .note { font-family: var(--font-hand); font-size: 18px; color: var(--brown-light); }
.way .fine { margin-top: auto; padding-top: 10px; }
@media (min-width: 900px) { .ways { grid-template-columns: 1.15fr 1fr 1fr; } }

/* FAQ */
.faq { max-width: 720px; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; font-family: var(--font-display); font-size: 20px; padding: 22px 40px 22px 0; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ''; position: absolute; right: 6px; top: 50%; width: 10px; height: 10px; border-right: 1.5px solid var(--brown-light); border-bottom: 1.5px solid var(--brown-light); transform: translateY(-70%) rotate(45deg); transition: transform .2s; }
.faq details[open] summary::after { transform: translateY(-30%) rotate(225deg); }
.faq details p { padding: 0 0 24px; max-width: 640px; }

/* Abschluss */
.closing { text-align: center; padding-top: 110px; padding-bottom: 120px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.closing h2 { max-width: 640px; margin-inline: auto; }
.closing .intro { margin-inline: auto; }
.closing .actions.center { margin-top: 36px; }

/* Footer */
.footer { background: var(--brown-dark); color: var(--cream); padding: 60px var(--pad) 40px; }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.1); margin-bottom: 32px; }
.footer-text { font-size: 14px; font-weight: 300; color: var(--brown-light); line-height: 1.7; max-width: 300px; }
.footer-label { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.3); font-weight: 500; margin-bottom: 20px; }
.footer ul { display: flex; flex-direction: column; gap: 10px; }
.footer ul a { font-size: 14px; font-weight: 300; color: rgba(255,255,255,0.6); text-decoration: none; }
.footer ul a:hover { color: var(--cream); }
.footer-bottom { display: flex; flex-direction: column; gap: 16px; align-items: center; font-size: 13px; font-weight: 300; color: rgba(255,255,255,0.3); }
.legal { display: flex; gap: 24px; }
.legal a { color: rgba(255,255,255,0.3); text-decoration: none; }
.legal a:hover { color: rgba(255,255,255,0.7); }
.footer-disclaimer { margin-top: 32px; font-size: 12px; font-weight: 300; color: rgba(255,255,255,0.3); line-height: 1.6; max-width: 640px; }
@media (min-width: 768px) {
  .footer-grid { grid-template-columns: 2fr 1fr; gap: 60px; }
  .footer-bottom { flex-direction: row; justify-content: space-between; }
}

/* Scroll-Reveal, nur mit JS aktiv */
.reveal-aktiv [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .7s cubic-bezier(.22,.61,.36,1), transform .7s cubic-bezier(.22,.61,.36,1); will-change: opacity, transform; }
.reveal-aktiv [data-reveal].ist-sichtbar { opacity: 1; transform: none; }
.reveal-aktiv [data-reveal-delay="1"] { transition-delay: .08s; }
.reveal-aktiv [data-reveal-delay="2"] { transition-delay: .16s; }
.reveal-aktiv [data-reveal-delay="3"] { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) {
  .reveal-aktiv [data-reveal] { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}
