/* =========================================================
   meinenatur.bio — Coming Soon
   Bio-Imkerei von Barbara & Marek, Wien
   Clean, professionelles Light-Design — abgeleitet vom
   Honigglas-Etikett: Cremeweiß, Schwarz, Salbeigrün, Gold-Linien
   ========================================================= */

:root {
  --paper: #faf8f3;
  --paper-alt: #ffffff;
  --ink: #17170f;
  --ink-soft: #4a4a41;
  --ink-faint: #6f6e64;

  --sage: #c9d8cd;
  --sage-deep: #4f6d59;
  --sage-ink: #3f5747;
  --sage-line: #a9c0b1;

  --gold: #b9962f;
  --gold-ink: #816920;
  --gold-soft: #d9c07f;

  --leaf: #4c9f47;

  --black-band: #15150f;
  --black-band-text: #f4f1e9;

  --hairline: rgba(23, 23, 15, 0.12);

  --radius-sm: 4px;
  --radius-md: 10px;
  --radius-lg: 18px;

  --maxw: 1140px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/jost-400.woff2") format("woff2");
}
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/jost-500.woff2") format("woff2");
}
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/jost-600.woff2") format("woff2");
}
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/jost-700.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/inter-400.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/inter-500.woff2") format("woff2");
}
@font-face {
  font-family: "Caveat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/caveat-600.woff2") format("woff2");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Jost", "Segoe UI", system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img, svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
  padding: 0;
  margin: -1px;
}

.skip-link {
  position: absolute;
  top: -100px;
  left: 1rem;
  background: var(--ink);
  color: var(--paper);
  padding: 0.75rem 1.25rem;
  border-radius: var(--radius-sm);
  font-weight: 600;
  z-index: 1000;
  transition: top 0.2s var(--ease);
}
.skip-link:focus { top: 1rem; }

.wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ---------- Header ---------- */
header.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 248, 243, 0.92);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--hairline);
}

.header-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  row-gap: 0.6rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  color: var(--ink);
}

.brand-mark {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
}

.brand-word {
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1;
}

/* Language switcher */
.lang-switch {
  display: flex;
  gap: 0.35rem;
  align-items: center;
}

.lang-btn {
  appearance: none;
  border: none;
  background: transparent;
  color: var(--ink-faint);
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 0.65rem 0.7rem;
  min-width: 44px;
  min-height: 44px;
  cursor: pointer;
  border-bottom: 1.5px solid transparent;
  transition: color 0.2s var(--ease), border-color 0.2s var(--ease);
}

.lang-btn:hover { color: var(--ink); }

.lang-btn[aria-pressed="true"] {
  color: var(--ink);
  border-bottom-color: var(--gold);
}

.lang-btn:focus-visible,
button:focus-visible,
a:focus-visible,
input:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

/* ---------- Hero ---------- */
.hero {
  padding: clamp(3.5rem, 9vw, 6.5rem) 0 clamp(3rem, 7vw, 5rem);
  text-align: center;
}

.hero-mark {
  width: clamp(84px, 9vw, 116px);
  height: clamp(84px, 9vw, 116px);
  margin: 0 auto 1.5rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: "Caveat", cursive;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--sage-deep);
  margin-bottom: 1rem;
}

.eyebrow .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
}

.hero h1 {
  font-size: clamp(2.3rem, 6vw, 4.2rem);
  line-height: 1.08;
  letter-spacing: -0.01em;
  font-weight: 600;
  margin: 0 0 1.25rem;
  color: var(--ink);
}

.hero-sub {
  max-width: 580px;
  margin: 0 auto;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  color: var(--ink-soft);
  font-weight: 400;
  line-height: 1.65;
}

.hero-actions {
  margin-top: 2.25rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: "Jost", sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding: 0.85rem 1.7rem;
  border-radius: 2px;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform 0.2s var(--ease), background 0.2s var(--ease), border-color 0.2s var(--ease), color 0.2s var(--ease);
}

.btn:hover { transform: translateY(-1px); }

.btn-primary {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}
.btn-primary:hover { background: #000; }

.btn-ghost {
  background: transparent;
  border-color: var(--ink);
  color: var(--ink);
}
.btn-ghost:hover {
  background: var(--ink);
  color: var(--paper);
}

/* ---------- Curved divider (echoes label band) ---------- */
.curve-divider {
  display: block;
  width: 100%;
  height: 56px;
  margin-top: -1px;
}

/* ---------- Section shell ---------- */
.section {
  padding: clamp(3.5rem, 8vw, 5.5rem) 0;
}

.section--sage {
  background: var(--sage);
  position: relative;
}

.section--black {
  background: var(--black-band);
  color: var(--black-band-text);
  position: relative;
}

.section-head {
  max-width: 620px;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.section-kicker {
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-ink);
  margin-bottom: 0.85rem;
}

.section--sage .section-kicker { color: var(--sage-ink); }

.section-head h1,
.section-head h2 {
  font-size: clamp(1.7rem, 3.6vw, 2.3rem);
  letter-spacing: -0.005em;
  margin: 0 0 0.9rem;
  font-weight: 600;
}

.section-head p {
  font-family: "Inter", sans-serif;
  color: var(--ink-soft);
  font-size: 1.02rem;
  line-height: 1.6;
  margin: 0;
}

/* ---------- About ---------- */
.about-grid {
  max-width: 720px;
  margin: 0 auto;
}

.about-card {
  background: var(--paper-alt);
  border: 1px solid var(--hairline);
  border-radius: var(--radius-md);
  padding: clamp(2rem, 5vw, 3rem);
  text-align: center;
}

.about-card .names {
  font-family: "Caveat", cursive;
  font-size: 2.1rem;
  font-weight: 600;
  color: var(--ink);
  margin: 0 0 1rem;
  display: inline-block;
}

.about-card p {
  font-family: "Inter", sans-serif;
  color: var(--ink-soft);
  font-size: 1.03rem;
  line-height: 1.75;
  margin: 0;
}

/* ---------- Products ---------- */
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.5rem;
}

.product-card {
  background: var(--paper-alt);
  border: 1px solid var(--hairline);
  border-radius: var(--radius-sm);
  padding: 2rem 1.6rem;
  transition: border-color 0.25s var(--ease), transform 0.25s var(--ease);
}

.product-card:hover {
  border-color: var(--gold);
  transform: translateY(-2px);
}

.product-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 1.25rem;
}

.product-icon svg {
  width: 100%;
  height: 100%;
}

.product-card h3 {
  font-size: 1.1rem;
  margin: 0 0 0.6rem;
  font-weight: 600;
}

.product-card p {
  font-family: "Inter", sans-serif;
  color: var(--ink-soft);
  font-size: 0.94rem;
  line-height: 1.6;
  margin: 0 0 1.15rem;
}

.badge-soon {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--gold-ink);
  border-top: 1px solid var(--gold-soft);
  padding-top: 0.55rem;
}

/* ---------- Contact ---------- */
.contact-card {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.contact-card .section-kicker { color: var(--gold-soft); }
.contact-card h2 { color: var(--black-band-text); }

.contact-card > p {
  font-family: "Inter", sans-serif;
  color: #cfcdc2;
  font-size: 1.02rem;
  line-height: 1.6;
  margin: 0 0 2rem;
}

.notify-form {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: center;
}

.notify-form input[type="email"] {
  flex: 1 1 260px;
  min-width: 0;
  font-family: "Inter", sans-serif;
  font-size: 0.98rem;
  padding: 0.85rem 1.1rem;
  border-radius: 2px;
  border: 1px solid #3a3a30;
  background: #1f1f17;
  color: var(--black-band-text);
}

.notify-form input[type="email"]::placeholder { color: #9a9888; }
.notify-form input[type="email"]:focus-visible { border-color: var(--gold-soft); }

.notify-form .btn-primary {
  background: var(--gold);
  border-color: var(--gold);
  color: #17170f;
}
.notify-form .btn-primary:hover { background: var(--gold-soft); }

.form-note {
  margin-top: 1.25rem;
  font-family: "Inter", sans-serif;
  font-size: 0.86rem;
  color: #9a9888;
}

.form-note a {
  display: inline-block;
  padding: 0.5rem 0.15rem;
  color: var(--gold-soft);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.form-status {
  margin-top: 1rem;
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
  color: #b7d8bf;
  min-height: 1.2em;
}

.form-status.is-error { color: #e2a37a; }

.form-privacy-note {
  margin-top: 1rem;
  font-family: "Inter", sans-serif;
  font-size: 0.78rem;
  line-height: 1.6;
  color: #8b8a7e;
}

.form-privacy-note a {
  color: var(--gold-soft);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ---------- Footer (black band, echoes label) ---------- */
footer.site-footer {
  background: var(--black-band);
  color: var(--black-band-text);
  padding: 2.25rem 0;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  font-family: "Inter", sans-serif;
  font-size: 0.85rem;
  color: #b8b6a9;
}

.footer-inner a { color: #b8b6a9; text-decoration: none; }
.footer-inner a:hover { color: var(--gold-soft); }

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.footer-brand .brand-mark { width: 20px; height: 20px; }

/* ---------- Accessibility badge ---------- */
.a11y-note {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(244, 241, 233, 0.12);
}

.a11y-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  list-style: none;
  padding: 0.4rem 0.85rem 0.4rem 0.6rem;
  border: 1px solid rgba(217, 192, 127, 0.4);
  border-radius: 999px;
  font-family: "Inter", sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--gold-soft);
  transition: border-color 0.2s var(--ease), background 0.2s var(--ease);
}

.a11y-badge::-webkit-details-marker { display: none; }
.a11y-badge::marker { content: ""; }

.a11y-badge:hover { border-color: var(--gold-soft); background: rgba(217, 192, 127, 0.08); }

.a11y-badge-icon {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

.a11y-note[open] .a11y-badge { border-color: var(--gold-soft); }

.a11y-statement {
  max-width: 640px;
  margin: 0.9rem 0 0;
  font-family: "Inter", sans-serif;
  font-size: 0.82rem;
  line-height: 1.65;
  color: #b8b6a9;
}

/* ---------- Legal pages (Impressum / Datenschutz) ---------- */
.legal-lang-note {
  max-width: 640px;
  margin: 0.75rem 0 0;
  font-family: "Inter", sans-serif;
  font-size: 0.78rem;
  line-height: 1.6;
  color: #b8b6a9;
}

.legal-content {
  max-width: 680px;
  margin: 0 auto;
  font-family: "Inter", sans-serif;
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.75;
}

.legal-content address { font-style: normal; }

.legal-content h2 {
  font-family: "Jost", sans-serif;
  color: var(--ink);
  font-size: 1.2rem;
  font-weight: 600;
  margin: 2.25rem 0 0.75rem;
}

.legal-content p,
.legal-line {
  margin: 0 0 0.6rem;
}

.legal-content a { color: var(--gold-ink); text-decoration: underline; text-underline-offset: 2px; }

.legal-back {
  display: inline-block;
  margin-top: 1.5rem;
  font-weight: 600;
  color: var(--ink);
}

/* ---------- Responsive ---------- */
@media (max-width: 640px) {
  .footer-inner { flex-direction: column; align-items: flex-start; }
}
