/* ============================================================
   Würzano – Bio-Gewürznelken · Deutsche Website
   Gemeinsames Stylesheet
   ============================================================ */

:root {
  --clove:        #3b2416;   /* dunkles Nelkenbraun */
  --clove-soft:   #5a3a24;
  --cream:        #f7f1e7;   /* warmes Creme */
  --cream-2:      #efe5d3;
  --paper:        #fffdf9;
  --terra:        #b5502f;   /* Terrakotta / Akzent */
  --terra-dark:   #8f3c22;
  --gold:         #c99a3f;
  --bio-green:    #4a7c3f;
  --ink:          #2a1c12;
  --muted:        #6b5647;
  --line:         #e2d6c2;
  --shadow:       0 18px 50px rgba(59, 36, 22, .12);
  --radius:       18px;
  --maxw:         1160px;
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans:  "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-family: var(--serif); font-weight: 600; line-height: 1.1; color: var(--clove); letter-spacing: .2px; }
h1 { font-size: clamp(2.4rem, 5vw, 4.1rem); }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); }
h3 { font-size: 1.4rem; }

p { margin: 0 0 1rem; }
a { color: var(--terra-dark); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; display: block; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: 88px 0; }
.section--tight { padding: 56px 0; }
.center { text-align: center; }
.eyebrow {
  display: inline-block;
  font-family: var(--sans);
  font-size: .78rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--terra);
  font-weight: 700;
  margin-bottom: 14px;
}
.lead { font-size: 1.18rem; color: var(--muted); max-width: 62ch; }
.center .lead { margin-left: auto; margin-right: auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 30px;
  border-radius: 999px;
  font-weight: 700; font-size: 1rem;
  cursor: pointer; border: 2px solid transparent;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
  text-decoration: none;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn--primary { background: var(--terra); color: #fff; box-shadow: 0 10px 24px rgba(181,80,47,.35); }
.btn--primary:hover { background: var(--terra-dark); }
.btn--ghost { background: transparent; color: var(--clove); border-color: var(--clove); }
.btn--ghost:hover { background: var(--clove); color: var(--cream); }
.btn--light { background: var(--cream); color: var(--clove); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(59,36,22,.96);
  backdrop-filter: blur(8px);
  color: var(--cream);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.brand { display: flex; align-items: center; gap: 12px; font-family: var(--serif); font-size: 1.75rem; color: var(--cream); font-weight: 700; letter-spacing: 3px; text-transform: uppercase; }
.brand__name { letter-spacing: 3px; }
.brand .dot { color: var(--gold); }
.brand:hover { text-decoration: none; }
.brand .dot { color: var(--gold); }
.brand__mark { width: 30px; height: 30px; }
.nav__links { display: flex; gap: 30px; align-items: center; list-style: none; margin: 0; padding: 0; }
.nav__links a { color: var(--cream); font-size: .96rem; font-weight: 500; opacity: .9; }
.nav__links a:hover { opacity: 1; text-decoration: none; color: var(--gold); }
.nav__cta { padding: 10px 22px; font-size: .92rem; }
.nav__toggle { display: none; background: none; border: 0; color: var(--cream); font-size: 1.7rem; cursor: pointer; }

/* ---------- Hero ---------- */
.hero {
  background:
    radial-gradient(1100px 500px at 80% -10%, rgba(201,154,63,.18), transparent 60%),
    linear-gradient(160deg, #4a2e1c 0%, #3b2416 55%, #2c1a10 100%);
  color: var(--cream);
  padding: 90px 0 100px;
  overflow: hidden;
}
.hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.hero h1 { color: var(--cream); }
.hero h1 em { color: var(--gold); font-style: italic; }
.hero p { color: rgba(247,241,231,.85); font-size: 1.2rem; max-width: 48ch; }
.hero__badges { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0 30px; }
.chip {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  color: var(--cream);
  padding: 7px 15px; border-radius: 999px; font-size: .82rem; font-weight: 600;
}
.hero__cta { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.hero__note { font-size: .85rem; opacity: .7; margin-top: 18px; }

/* Produkt-Visual (SVG-Beutel) */
.hero__visual { display: flex; justify-content: center; }
.pouch {
  position: relative; width: 320px; max-width: 80vw;
  filter: drop-shadow(0 30px 50px rgba(0,0,0,.4));
  animation: float 6s ease-in-out infinite;
}
@keyframes float { 0%,100% { transform: translateY(0) } 50% { transform: translateY(-14px) } }

/* ---------- Trust bar ---------- */
.trustbar { background: var(--clove); color: var(--cream); }
.trustbar .wrap { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 44px; padding: 20px 24px; }
.trustbar span { display: inline-flex; align-items: center; gap: 9px; font-size: .9rem; font-weight: 600; opacity: .92; }
.trustbar svg { color: var(--gold); }

/* ---------- Feature-Grid ---------- */
.grid { display: grid; gap: 26px; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px 28px;
  box-shadow: var(--shadow);
}
.card__icon {
  width: 56px; height: 56px; border-radius: 14px;
  background: var(--cream-2); color: var(--terra);
  display: grid; place-items: center; margin-bottom: 18px;
}
.card h3 { margin: 0 0 8px; }
.card p { margin: 0; color: var(--muted); font-size: .98rem; }

/* ---------- Produkt-Sektion ---------- */
.product { background: var(--paper); }
.product__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.product__media {
  background: linear-gradient(160deg, #5a3a24, #3b2416);
  border-radius: 26px; padding: 50px; display: grid; place-items: center;
  box-shadow: var(--shadow); position: relative; overflow: hidden;
}
.product__media::after {
  content:""; position:absolute; inset:0;
  background: radial-gradient(400px 200px at 70% 20%, rgba(201,154,63,.22), transparent 60%);
}
.product__price { display: flex; align-items: baseline; gap: 14px; margin: 8px 0 4px; }
.product__price .amount { font-family: var(--serif); font-size: 3rem; color: var(--terra); font-weight: 700; }
.product__price .per { color: var(--muted); font-size: .95rem; }
.product__list { list-style: none; padding: 0; margin: 20px 0 28px; }
.product__list li { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 12px; color: var(--ink); }
.product__list li svg { flex: none; color: var(--bio-green); margin-top: 3px; }
.spec { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 24px; border-top: 1px solid var(--line); padding-top: 20px; margin-top: 8px; font-size: .92rem; }
.spec dt { color: var(--muted); }
.spec dd { margin: 0 0 8px; font-weight: 600; color: var(--clove); }

/* ---------- Galerie ---------- */
.gallery__main {
  background: #fff; border: 1px solid var(--line); border-radius: 22px;
  padding: 24px; box-shadow: var(--shadow); display: grid; place-items: center;
}
.gallery__main img { width: 100%; max-width: 460px; height: auto; border-radius: 12px; }
.gallery__thumbs { display: flex; gap: 12px; margin-top: 14px; flex-wrap: wrap; }
.thumb {
  width: 74px; height: 74px; border: 2px solid var(--line); border-radius: 12px;
  background: #fff; padding: 4px; cursor: pointer; overflow: hidden; transition: border-color .15s;
}
.thumb img { width: 100%; height: 100%; object-fit: contain; }
.thumb.is-active, .thumb:hover { border-color: var(--terra); }

/* ---------- Rating ---------- */
.rating { color: var(--gold); font-weight: 700; letter-spacing: 1px; margin: 4px 0 2px; }
.rating span { color: var(--muted); font-weight: 500; font-size: .85rem; letter-spacing: 0; margin-left: 6px; }

/* ---------- Varianten ---------- */
.variants { display: grid; gap: 10px; margin: 4px 0 22px; }
.variant {
  display: flex; align-items: center; gap: 12px;
  border: 2px solid var(--line); border-radius: 14px; padding: 14px 16px;
  cursor: pointer; transition: border-color .15s, background .15s; background: var(--paper);
}
.variant:hover { border-color: var(--gold); }
.variant.is-active { border-color: var(--terra); background: #fdf5ef; }
.variant input { accent-color: var(--terra); width: 18px; height: 18px; flex: none; }
.variant__name { flex: 1; font-weight: 600; color: var(--clove); }
.variant__price { font-weight: 700; color: var(--terra); font-family: var(--serif); font-size: 1.2rem; }

/* ---------- Kaufleiste ---------- */
.buybar { display: flex; gap: 14px; align-items: stretch; margin-bottom: 10px; }
.qty { display: flex; align-items: center; border: 2px solid var(--line); border-radius: 999px; overflow: hidden; }
.qty button { width: 44px; border: 0; background: var(--cream-2); font-size: 1.3rem; cursor: pointer; color: var(--clove); }
.qty button:hover { background: var(--gold); color: #fff; }
.qty input { width: 46px; border: 0; text-align: center; font-size: 1.05rem; font-weight: 700; color: var(--clove); background: #fff; -moz-appearance: textfield; }
.qty input::-webkit-outer-spin-button, .qty input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.checkout-note { font-size: .84rem; color: var(--muted); margin: 0 0 20px; }

/* ---------- Anwendung / Rezepte-Vorschau ---------- */
.uses { background: var(--cream-2); }
.use-card { background: var(--paper); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); }
.use-card__top { height: 150px; display: grid; place-items: center; font-size: 3.2rem; }
.u1 { background: linear-gradient(135deg,#e9c46a,#e76f51); }
.u2 { background: linear-gradient(135deg,#a8763e,#5a3a24); }
.u3 { background: linear-gradient(135deg,#8ab17d,#4a7c3f); }
.u4 { background: linear-gradient(135deg,#c9743f,#8f3c22); }
.use-card__body { padding: 22px 24px; }
.use-card__body h3 { margin: 0 0 6px; }
.use-card__body p { margin: 0; color: var(--muted); font-size: .95rem; }

/* ---------- Disclaimer / Transparenz ---------- */
.transparency { background: var(--clove); color: var(--cream); }
.transparency h2 { color: var(--cream); }
.transparency .lead { color: rgba(247,241,231,.82); }
.note-box {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  border-left: 4px solid var(--gold);
  border-radius: 12px; padding: 24px 26px; margin-top: 10px;
}
.note-box strong { color: var(--gold); }

/* ---------- Über uns ---------- */
.about__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.about__media { border-radius: 22px; overflow: hidden; box-shadow: var(--shadow); background: linear-gradient(160deg,#6b4226,#3b2416); min-height: 340px; display:grid; place-items:center; }
.stat-row { display: flex; gap: 34px; flex-wrap: wrap; margin-top: 24px; }
.stat b { font-family: var(--serif); font-size: 2.2rem; color: var(--terra); display: block; }
.stat span { color: var(--muted); font-size: .9rem; }

/* ---------- FAQ ---------- */
.faq { max-width: 780px; margin: 0 auto; }
.acc { border-bottom: 1px solid var(--line); }
.acc__q {
  width: 100%; text-align: left; background: none; border: 0; cursor: pointer;
  padding: 22px 40px 22px 0; font-family: var(--serif); font-size: 1.25rem; color: var(--clove);
  position: relative;
}
.acc__q::after { content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); font-size: 1.6rem; color: var(--terra); transition: transform .2s; }
.acc.open .acc__q::after { content: "–"; }
.acc__a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.acc__a p { padding: 0 0 22px; color: var(--muted); margin: 0; }

/* ---------- CTA-Band ---------- */
.cta-band {
  background: linear-gradient(160deg, var(--terra), var(--terra-dark));
  color: #fff; text-align: center;
}
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,.9); }

/* ---------- Kontakt ---------- */
.contact__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-weight: 600; margin-bottom: 6px; font-size: .92rem; color: var(--clove); }
.field input, .field textarea {
  width: 100%; padding: 13px 15px; border: 1px solid var(--line); border-radius: 12px;
  font-family: inherit; font-size: 1rem; background: var(--paper); color: var(--ink);
}
.field input:focus, .field textarea:focus { outline: 2px solid var(--terra); border-color: var(--terra); }
.contact-info li { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; list-style: none; }
.contact-info ul { padding: 0; margin: 0; }
.contact-info svg { color: var(--terra); flex: none; margin-top: 3px; }
.form-note { font-size: .82rem; color: var(--muted); }
.form-ok { background: #eaf3e6; border: 1px solid var(--bio-green); color: #2f5227; padding: 14px 16px; border-radius: 12px; margin-top: 8px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--clove); color: rgba(247,241,231,.8); padding: 64px 0 30px; }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 34px; }
.site-footer h4 { color: var(--cream); font-family: var(--sans); font-size: .82rem; letter-spacing: .16em; text-transform: uppercase; margin: 0 0 16px; }
.site-footer a { color: rgba(247,241,231,.8); font-size: .95rem; }
.site-footer a:hover { color: var(--gold); text-decoration: none; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 10px; }
.footer__brand p { font-size: .95rem; max-width: 40ch; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 44px; padding-top: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: .85rem; opacity: .8; }

/* ---------- Legal-Seiten ---------- */
.legal { background: var(--paper); }
.legal__inner { max-width: 820px; margin: 0 auto; }
.legal h1 { margin-bottom: 8px; }
.legal h2 { font-size: 1.5rem; margin-top: 40px; }
.legal h3 { font-size: 1.15rem; margin-top: 26px; }
.legal p, .legal li { color: var(--ink); }
.legal address { font-style: normal; margin: 8px 0 16px; }
.legal .updated { color: var(--muted); font-size: .9rem; }
.breadcrumb { font-size: .88rem; color: var(--muted); margin-bottom: 20px; }

/* ---------- Rezepte-Seite ---------- */
.recipe { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.recipe__head { height: 130px; display: grid; place-items: center; font-size: 3rem; }
.recipe__body { padding: 26px; }
.recipe__body h3 { margin: 0 0 4px; }
.recipe__meta { font-size: .8rem; color: var(--terra); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 14px; }
.recipe__body ul { margin: 0 0 14px; padding-left: 20px; color: var(--muted); font-size: .95rem; }
.recipe__body ol { margin: 0; padding-left: 20px; color: var(--ink); font-size: .95rem; }
.recipe__body ol li { margin-bottom: 8px; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .hero__grid, .product__grid, .about__grid, .contact__grid { grid-template-columns: 1fr; }
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .grid--3 { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .hero__visual { order: -1; }
  .about__media { min-height: 240px; }
}
@media (max-width: 620px) {
  .section { padding: 60px 0; }
  .grid--4, .grid--2 { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .nav__links {
    position: absolute; top: 74px; left: 0; right: 0;
    background: var(--clove); flex-direction: column; gap: 0; padding: 10px 0;
    display: none; border-top: 1px solid rgba(255,255,255,.1);
  }
  .nav__links.open { display: flex; }
  .nav__links li { width: 100%; text-align: center; }
  .nav__links a { display: block; padding: 14px; }
  .nav__toggle { display: block; }
  .spec { grid-template-columns: 1fr; }
}
