/* ============================================================
   Kruidano – Biologische Hele Kruidnagels · Nederlandse Website
   Gezamenlijk Stylesheet
   ============================================================ */

:root {
  --clove:        #3b2416;   /* donker kruidnagelbruin */
  --clove-soft:   #5a3a24;
  --cream:        #f7f1e7;   /* warm crème */
  --cream-2:      #efe5d3;
  --paper:        #fffdf9;
  --terra:        #b5502f;   /* terracotta / accent */
  --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; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.center { text-align: center; }

/* ---------- Buttons & Badges ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 28px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 1.02rem;
  letter-spacing: .2px;
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none !important;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(59, 36, 22, .18); }
.btn--primary { background: var(--terra); color: #fff; }
.btn--primary:hover { background: var(--terra-dark); }
.btn--light { background: var(--cream); color: var(--clove); }
.btn--light:hover { background: #fff; }
.btn--ghost { background: transparent; border-color: var(--clove); color: var(--clove); }
.btn--ghost:hover { background: rgba(59, 36, 22, .06); }

.eyebrow {
  display: inline-block;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--terra);
  margin-bottom: 12px;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: .88rem;
  font-weight: 500;
  color: var(--clove-soft);
}

/* ---------- Header & Nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(247, 241, 231, .94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none !important; }
.brand__mark { width: 34px; height: 34px; }
.brand__name { font-family: var(--serif); font-size: 1.7rem; font-weight: 600; color: var(--clove); letter-spacing: .5px; }
.brand__name .dot { color: var(--terra); }

.nav__links { display: flex; list-style: none; margin: 0; padding: 0; gap: 28px; align-items: center; }
.nav__links a { color: var(--clove); font-weight: 500; font-size: .95rem; }
.nav__links a:hover { color: var(--terra); text-decoration: none; }
.nav__cta { padding: 10px 20px; font-size: .9rem; }
.nav__toggle { display: none; background: none; border: none; font-size: 1.6rem; cursor: pointer; color: var(--clove); }

/* ---------- Hero ---------- */
.hero { padding: 80px 0 60px; background: radial-gradient(120% 100% at 80% 20%, #4a2c1b 0%, var(--clove) 100%); color: var(--cream); position: relative; overflow: hidden; }
.hero h1 { color: #fff; margin: 0 0 18px; }
.hero h1 em { font-style: italic; color: var(--gold); }
.hero p { font-size: 1.2rem; color: rgba(247,241,231,.9); max-width: 540px; margin-bottom: 28px; }
.hero__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; }
.hero__badges { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; }
.hero__badges .chip { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.18); color: var(--cream); }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-bottom: 18px; }
.hero__note { font-size: .88rem; color: rgba(247,241,231,.7); margin: 0; }
.hero__visual { display: flex; justify-content: center; position: relative; }
.hero__visual .pouch { width: 100%; max-width: 380px; height: auto; filter: drop-shadow(0 24px 40px rgba(0,0,0,.45)); transform: rotate(-2deg); transition: transform .3s ease; }
.hero__visual:hover .pouch { transform: rotate(0deg) scale(1.02); }

/* ---------- Trust Bar ---------- */
.trustbar { background: var(--cream-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 16px 0; font-size: .9rem; color: var(--clove); }
.trustbar .wrap { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 16px; }
.trustbar span { display: inline-flex; align-items: center; gap: 8px; font-weight: 500; }
.trustbar svg { color: var(--bio-green); }

/* ---------- Section Standard ---------- */
.section { padding: 90px 0; }
.section--alt { background: var(--paper); }
.section--tight { padding: 60px 0; }
.lead { font-size: 1.18rem; color: var(--muted); max-width: 680px; margin: 0 auto 36px; }

/* ---------- Product Detail ---------- */
.product { background: var(--paper); }
.product__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.gallery__main { background: var(--cream); border-radius: var(--radius); padding: 30px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--line); min-height: 440px; }
.gallery__main img { width: 100%; max-width: 420px; height: auto; object-fit: contain; filter: drop-shadow(0 14px 30px rgba(59,36,22,.15)); }
.gallery__thumbs { display: flex; gap: 12px; margin-top: 14px; }
.thumb { width: 78px; height: 78px; border-radius: 12px; border: 2px solid var(--line); background: var(--cream); padding: 6px; cursor: pointer; transition: border-color .15s ease; }
.thumb.is-active, .thumb:hover { border-color: var(--terra); }
.thumb img { width: 100%; height: 100%; object-fit: contain; }

.product__price { display: flex; align-items: baseline; gap: 14px; margin: 18px 0 14px; }
.product__price .amount { font-family: var(--serif); font-size: 2.5rem; font-weight: 600; color: var(--clove); }
.product__price .per { font-size: .92rem; color: var(--muted); }

.variants { display: flex; flex-direction: column; gap: 10px; margin: 22px 0; }
.variant {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 18px; border: 2px solid var(--line); border-radius: 14px;
  background: var(--paper); cursor: pointer; transition: all .15s ease;
}
.variant input { margin-right: 12px; accent-color: var(--terra); }
.variant.is-active { border-color: var(--terra); background: rgba(181, 80, 47, .04); }
.variant__name { font-weight: 600; color: var(--clove); }
.variant__price { font-weight: 700; color: var(--terra-dark); }

.buybar { display: flex; gap: 14px; align-items: center; margin: 22px 0 10px; }
.qty {
  display: inline-flex; align-items: center;
  border: 2px solid var(--line); border-radius: 999px; background: var(--paper);
}
.qty button {
  background: none; border: none; font-size: 1.3rem; width: 44px; height: 48px;
  cursor: pointer; color: var(--clove); font-weight: 600;
}
.qty input {
  width: 44px; border: none; text-align: center; font-size: 1.05rem; font-weight: 600;
  background: transparent; color: var(--clove);
}
.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: 6px 0 24px; }

.product__list { list-style: none; padding: 0; margin: 24px 0 0; display: flex; flex-direction: column; gap: 12px; }
.product__list li { display: flex; align-items: flex-start; gap: 10px; font-size: .98rem; }
.product__list svg { color: var(--bio-green); flex-shrink: 0; margin-top: 2px; }

.spec { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line); font-size: .9rem; }
.spec dt { color: var(--muted); }
.spec dd { margin: 0; font-weight: 600; color: var(--clove); }

/* ---------- Cards Grid ---------- */
.grid { display: grid; gap: 24px; }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }

.card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px; box-shadow: var(--shadow); transition: transform .2s ease;
}
.card:hover { transform: translateY(-4px); }
.card__icon { font-size: 2rem; margin-bottom: 14px; }
.card h3 { margin: 0 0 8px; font-size: 1.3rem; }
.card p { margin: 0; color: var(--muted); font-size: .95rem; }

/* ---------- Use Cases ---------- */
.uses { background: var(--cream); }
.use-card { background: var(--paper); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); }
.use-card__top { height: 110px; display: grid; place-items: center; font-size: 2.8rem; }
.use-card__top.u1 { background: linear-gradient(135deg, #f7d5c7, #eed0c5); }
.use-card__top.u2 { background: linear-gradient(135deg, #ebd9be, #e2cfae); }
.use-card__top.u3 { background: linear-gradient(135deg, #dce6d3, #cfe0c2); }
.use-card__top.u4 { background: linear-gradient(135deg, #ebd2b9, #dfbe9b); }
.use-card__body { padding: 22px; }
.use-card__body h3 { margin: 0 0 6px; font-size: 1.25rem; }
.use-card__body p { margin: 0; font-size: .92rem; color: var(--muted); }

/* ---------- Transparency Box ---------- */
.transparency { background: var(--paper); }
.note-box {
  background: rgba(181, 80, 47, .06);
  border: 1px solid rgba(181, 80, 47, .25);
  border-left: 4px solid var(--terra);
  border-radius: 12px;
  padding: 20px 24px;
  margin-top: 24px;
}
.note-box p { font-size: .95rem; color: var(--clove); line-height: 1.6; }

/* ---------- About ---------- */
.about__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; align-items: center; }
.about__media {
  border-radius: var(--radius);
  min-height: 380px; display: flex; align-items: center; justify-content: center;
}
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line); }
.stat b { font-family: var(--serif); font-size: 2.1rem; color: var(--terra); display: block; line-height: 1; }
.stat span { font-size: .85rem; color: var(--muted); }

/* ---------- FAQ Accordion ---------- */
.faq { max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.acc { background: var(--paper); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.acc__q {
  width: 100%; text-align: left; background: none; border: none;
  padding: 20px 24px; font-family: var(--serif); font-size: 1.25rem; font-weight: 600;
  color: var(--clove); cursor: pointer; display: flex; justify-content: space-between; align-items: center;
}
.acc__q::after { content: "+"; font-family: var(--sans); font-size: 1.4rem; color: var(--terra); font-weight: 400; }
.acc.open .acc__q::after { content: "–"; }
.acc__a { padding: 0 24px 20px; color: var(--muted); font-size: .96rem; }

/* ---------- CTA Band ---------- */
.cta-band {
  background: radial-gradient(120% 120% at 50% 10%, #683a22 0%, var(--clove) 100%);
  color: #fff; text-align: center;
}
.cta-band h2 { color: #fff; margin: 0 0 14px; }

/* ---------- Contact List ---------- */
.contact-info { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 18px; }
.contact-info li { display: flex; align-items: center; gap: 16px; font-size: 1rem; }
.contact-info svg { color: var(--terra); flex-shrink: 0; }

/* ---------- Footer ---------- */
.site-footer { background: var(--clove); color: var(--cream); padding: 70px 0 30px; font-size: .92rem; }
.site-footer a { color: rgba(247,241,231,.8); }
.site-footer a:hover { color: #fff; }
.footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 50px; }
.footer__brand p { color: rgba(247,241,231,.7); font-size: .9rem; max-width: 280px; }
.footer__brand .brand__name { color: #fff; }
.site-footer h4 { color: #fff; font-family: var(--sans); font-size: .88rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; margin: 0 0 16px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.12); padding-top: 26px; display: flex; justify-content: space-between; font-size: .84rem; color: rgba(247,241,231,.55); }

/* ---------- Legal Pages ---------- */
.legal { background: var(--paper); min-height: 60vh; }
.legal__inner { max-width: 780px; margin: 0 auto; }
.legal__inner h1 { margin-bottom: 12px; }
.legal__inner h2 { margin-top: 36px; margin-bottom: 10px; font-size: 1.6rem; }
.legal__inner h3 { margin-top: 24px; margin-bottom: 8px; font-size: 1.2rem; }
.legal__inner p, .legal__inner li { color: var(--ink); font-size: .98rem; }
.legal__inner ul { padding-left: 22px; margin-bottom: 18px; }
.legal__inner address { font-style: normal; line-height: 1.8; color: var(--ink); margin-bottom: 16px; }
.updated { font-size: .88rem; color: var(--muted); margin-bottom: 30px; }
.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; }
}
