/* =========================================================
   QUICK ANSWERS + EVIDENCE
   ========================================================= */

.quick-answers{
  margin-top:16px;
  border:1px solid rgba(91,74,39,.12);
  border-radius:0;
  padding:14px 14px 10px;
  background:#ffffff;
  box-shadow: 0 6px 18px rgba(91,74,39,.05);
}
.qa-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:12px;
  margin-top:10px;
}
@media (max-width: 980px){ .qa-grid{ grid-template-columns:repeat(2, minmax(0,1fr)); } }
@media (max-width: 560px){ .qa-grid{ grid-template-columns:1fr; } }
.qa{
  border:1px solid rgba(91,74,39,.12);
  border-radius:0;
  padding:12px 12px 10px;
  background:#ffffff;
}
.qa h3{
  margin:0 0 6px;
  font-size:1rem;
  line-height:1.25;
  color:#1f1a14;
}
.qa p{
  margin:0;
  color:#5a4d3f;
  font-size:.95rem;
  line-height:1.45;
}
.qa a{
  text-decoration:underline;
  color:#7a5a1f;
  text-underline-offset:2px;
}

.evidence-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:14px;
  margin-top:18px;
}
@media (max-width: 980px){ .evidence-grid{ grid-template-columns:repeat(2, minmax(0, 1fr)); } }
@media (max-width: 540px){ .evidence-grid{ grid-template-columns:1fr; } }
.evidence-card{
  border:1px solid rgba(91,74,39,.12);
  border-radius:0;
  overflow:hidden;
  background:#ffffff;
  box-shadow: 0 6px 18px rgba(91,74,39,.05);
}
.evidence-card img{
  width:100%;
  height:auto;
  display:block;
  background:rgba(91,74,39,.03);
}
.evidence-cap{
  padding:10px 12px 12px;
  font-size:.92rem;
  color:#5a4d3f;
  line-height:1.35;
}
.evidence-cap strong{
  display:block;
  margin-bottom:4px;
  color:#1f1a14;
}
.evidence-note{
  margin-top:12px;
  color:#7a6b59;
  font-size:.92rem;
  line-height:1.45;
}

/* =========================================================
   ROOT + BASE
   ========================================================= */

:root {
  --color-bg: #ffffff;
  --color-text: #1f1a14;
  --color-accent: #b8860b;
  --color-accent-deep: #8d6710;
  --color-accent-soft: #e6c670;
  --color-muted: #faf8f3;
  --color-surface: #f8f3e8;
  --color-surface-2: #f3ead7;
  --color-dark: #1a140e;
  --color-link: #7a5a1f;
  --color-link-hover: #5f4517;
  --color-border: rgba(91,74,39,.12);
  --color-border-strong: rgba(91,74,39,.20);
  --color-success: #4e6b2c;
  --color-warning: #996b00;
  --color-info: #8d6710;

  --font-heading: "Playfair Display", serif;
  --font-ui: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --max-width: 1200px;
  --radius-card: 0;
  --shadow-soft: 0 10px 28px rgba(91,74,39,.06);
  --shadow-medium: 0 14px 34px rgba(91,74,39,.08);
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--color-text);
  background-color: var(--color-bg);
  line-height: 1.6;
}

a{
  color: var(--color-link);
}

a:hover{
  color: var(--color-link-hover);
}

.site-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.container {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 16px;
}

section { padding: 72px 0; }

.section-heading {
  text-align: center;
  margin-bottom: 32px;
}

.section-heading h2 {
  font-family: var(--font-heading);
  font-size: 2rem;
  margin: 0 0 8px;
  color:#1a140e;
}

.section-heading p {
  margin: 0;
  color: #7a6b59;
  font-size: 0.98rem;
}

/* =========================================================
   HEADER
   ========================================================= */

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: rgba(255,255,255,.97);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(91,74,39,.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding: 12px 16px;
  max-width: var(--max-width);
  margin: 0 auto;
  position: static !important;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  min-width: 0;
  flex: 1 1 auto;
}

.brand-logo {
  width: 42px;
  height: 42px;
  border-radius:0;
  border: 1px solid rgba(184,134,11,.42);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-accent);
  flex: 0 0 42px;
  background:#ffffff;
}

.brand-text{
  display:flex;
  flex-direction:column;
  min-width:0;
}

.brand-text span:first-child {
  font-family: var(--font-ui);
  font-weight: 700;
  font-size: 1.02rem;
  color: #1f1a14;
  min-width:0;
  overflow-wrap:anywhere;
}

.brand-text span:last-child {
  display:block;
  font-size: 0.8rem;
  color: #7a6b59;
  min-width:0;
  overflow-wrap:anywhere;
  word-break: break-word;
  line-height: 1.2;
}

.nav-toggle{
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  border: 1px solid rgba(91,74,39,.16);
  background: rgba(255,255,255,.98);
  border-radius:0;
  padding: 8px 12px;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: none;
  transition: background .15s ease, border-color .15s ease, color .15s ease;
}

.nav-toggle:hover{ background:#faf8f3; }

.nav-toggle[aria-expanded="true"]{
  background: rgba(184,134,11,.06);
  border-color: rgba(184,134,11,.24);
}

.lang-switch{
  display:flex;
  gap:8px;
  align-items:center;
  margin-left:10px;
  flex: 0 0 auto;
}

.lang-switch .lang-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:34px;
  padding:0 12px;
  border-radius:0;
  border:1px solid rgba(91,74,39,.12);
  background:rgba(255,255,255,.98);
  color:#1f1a14;
  font-weight:700;
  font-size:.85rem;
  text-decoration:none;
  line-height:1;
  user-select:none;
  white-space:nowrap;
  transition: background-color .15s ease, border-color .15s ease, transform .15s ease;
}

.lang-switch .lang-pill:hover{
  background:#faf8f3;
  transform: translateY(-1px);
}

.lang-switch .lang-pill.is-active,
.lang-switch .lang-pill[aria-current="page"]{
  background:#1a140e;
  color:#ffffff;
  border-color:#1a140e;
}

.site-header .main-nav{
  position:absolute !important;
  top: calc(100% + 10px) !important;
  left: max(12px, env(safe-area-inset-left)) !important;
  right: max(12px, env(safe-area-inset-right)) !important;
  width: auto !important;
  max-width: 420px !important;
  margin-left: auto !important;
  display: none !important;
  flex-direction: column !important;
  gap: 6px !important;
  padding: 10px !important;
  border-radius:0 !important;
  background: rgba(255,255,255,.995) !important;
  border: 1px solid rgba(91,74,39,.12) !important;
  box-shadow: 0 14px 34px rgba(91,74,39,.12) !important;
  backdrop-filter: blur(8px);
  z-index: 2000 !important;
  max-height: min(70vh, 520px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.site-header .main-nav.is-open{ display:flex !important; }

.site-header .main-nav a{
  display:block;
  padding:10px 12px;
  border-radius:0;
  font-size:.95rem;
  text-decoration:none;
  color: #5a4d3f;
  white-space: normal !important;
  overflow-wrap:anywhere;
  word-break: break-word;
  transition:background-color .12s ease, color .12s ease, transform .12s ease;
}

.site-header .main-nav a:hover{
  background: rgba(184,134,11,.06);
  color:#1f1a14;
  transform: translateX(2px);
}

.site-header .main-nav .nav-cta{
  border: 1px solid rgba(184,134,11,.30);
  color: #1f1a14;
  font-weight: 600;
  background: rgba(184,134,11,.05);
}

@media (max-width: 920px){
  .header-inner{ gap:10px; }
  .lang-switch{ margin-left:8px; }
  .lang-switch .lang-pill{
    height:32px;
    padding:0 10px;
    font-size:.82rem;
  }
}

@media (max-width: 420px){
  .lang-switch .lang-pill{
    height:30px;
    padding:0 9px;
    font-size:0.8rem;
  }
}

/* =========================================================
   HERO
   ========================================================= */

.hero {
  padding: 20px 0 64px;
  background:
    linear-gradient(180deg, #f8f3e8 0%, #ffffff 56%),
    radial-gradient(circle at top left, rgba(230,198,112,.18) 0, transparent 40%);
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 40px;
  align-items: start;
  grid-template-rows: auto auto;
}

.hero-eyebrow {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #8a785f;
  margin-bottom: 10px;
}

.separator{
  margin: 0 10px;
  color: rgba(91,74,39,.30);
}

.hero h1 {
  font-family: var(--font-heading);
  font-size: 2.6rem;
  line-height: 1.2;
  margin: 0 0 16px;
  color:#1a140e;
}

.h1-accent{
  color:#8d6710;
  text-shadow:none;
}

.hero-subtitle {
  font-family: var(--font-ui);
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a785f;
  margin-bottom: 16px;
}

.hero p {
  margin: 0 0 16px;
  color: #5a4d3f;
  font-size: 0.98rem;
}

.hero p strong{
  color:#1f1a14;
  font-weight:800;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 11px;
  border-radius:0;
  border: 1px solid rgba(184,134,11,.18);
  background-color: #fffaf0;
  font-size: 0.78rem;
  color: #5a4d3f;
}

.badge-dot {
  width: 7px;
  height: 7px;
  border-radius:0;
  background-color: var(--color-accent);
}

.hero-updated{
  margin:0 0 12px;
  font-size:0.88rem;
  color:#8a785f;
}

.hero-disclaimer{
  margin:6px 0 14px;
  font-size:0.82rem;
  color:#7a6b59;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 20px;
  border-radius:0;
  font-family: var(--font-ui);
  font-size: 0.9rem;
  cursor: pointer;
  border: none;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease, border-color .15s ease;
}

.btn-primary {
  background: linear-gradient(135deg, #b8860b, #8d6710);
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(141,103,16,.22);
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(141,103,16,.28);
}

.btn-ghost {
  background-color: #ffffff;
  color: #1f1a14;
  border: 1px solid rgba(91,74,39,.14);
  box-shadow: none;
}

.btn-ghost:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(91,74,39,.08);
  background:#faf8f3;
}

.hero-note {
  margin-top: 10px;
  font-size: 0.8rem;
  color: #7a6b59;
}

.hero-media { position: relative; }

.hero-card {
  background-color: #ffffff;
  border-radius:0;
  padding: 24px;
  box-shadow: var(--shadow-soft);
  position: relative;
  z-index: 1;
  overflow:hidden;
  border:1px solid rgba(91,74,39,.10);
}

.hero-card::before{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(230,198,112,.08), transparent 36%);
  pointer-events:none;
}

.hero-card-title {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  margin-bottom: 6px;
  display:flex;
  align-items:center;
  gap:10px;
  color:#1a140e;
}

.hero-card-title::after{
  content:"";
  flex:1;
  height:1px;
  background: linear-gradient(90deg, rgba(91,74,39,.14), rgba(91,74,39,0));
}

.hero-card-subtitle {
  font-size: 0.85rem;
  color: #7a6b59;
  margin-bottom: 16px;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 10px;
}

.metric {
  padding: 10px 12px;
  border-radius:0;
  border:1px solid rgba(91,74,39,.10);
  background: linear-gradient(180deg, #fffdf8, #f8f3e8);
}

.metric-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #8a785f;
  margin-bottom: 4px;
}

.metric-value {
  font-family: var(--font-ui);
  font-size: 0.9rem;
  font-weight: 700;
  color:#1f1a14;
}

.metric-value strong{
  font-size:1.05rem;
  letter-spacing:.01em;
}

.metric-note {
  font-size: 0.78rem;
  color: #7a6b59;
}

.hero-pill {
  position: absolute;
  right: -12px;
  bottom: 14px;
  background-color: #1a140e;
  color: #ffffff;
  border-radius:0;
  padding: 8px 14px;
  font-size: 0.78rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.hero-pill-dot {
  width: 8px;
  height: 8px;
  border-radius:0;
  background-color: #6b8e23;
}

.hero-card.hero-card-outline{
  border: 1px solid rgba(91,74,39,.12);
  background: linear-gradient(180deg, #ffffff, #faf8f3);
  box-shadow: 0 8px 22px rgba(91,74,39,.06);
  position: relative;
  overflow: hidden;
}

.hero-card.hero-card-outline::after{
  content:"";
  position:absolute;
  left:0;
  top:0;
  right:0;
  height:2px;
  background: linear-gradient(90deg, rgba(184,134,11,.34), rgba(184,134,11,.08), rgba(184,134,11,0));
  pointer-events:none;
}

.hero-links{
  margin-top:10px;
  display:grid;
  gap:10px;
}

.hero-link{
  display:block;
  text-decoration:none;
  color:inherit;
  padding:12px 12px;
  border-radius:0;
  border:1px solid rgba(91,74,39,.10);
  background: #ffffff;
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease, background-color .12s ease;
}

.hero-link:hover{
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(91,74,39,.07);
  border-color: rgba(184,134,11,.26);
  background:#fffdf8;
}

.hero-link strong{
  display:block;
  font-family: var(--font-ui);
  font-weight: 800;
  color:#1f1a14;
  line-height:1.25;
}

.hero-link span{
  display:block;
  margin-top:4px;
  font-size:0.92rem;
  color:#7a6b59;
}

.hero-link:focus-visible{
  outline: 2px solid rgba(184,134,11,.28);
  outline-offset: 3px;
}

.hero-answers{
  grid-column: 1 / -1;
  margin-top: 18px;
}

/* =========================================================
   UNIVERSAL CHIPS
   ========================================================= */

.hero-chips,
.chips,
.pill-row{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.chip,
.pill{
  display:inline-flex;
  align-items:center;
  padding:6px 10px;
  border-radius:0;
  border:1px solid rgba(184,134,11,.18);
  background: #fffaf0;
  color:#5a4d3f;
  font-size:.82rem;
  font-family: var(--font-ui);
  font-weight:700;
}

/* =========================================================
   UNIVERSAL CALLOUTS
   ========================================================= */

.callout{
  margin-top:12px;
  padding:12px 14px;
  border-radius:0;
  border:1px solid rgba(91,74,39,.10);
  box-shadow: 0 6px 16px rgba(91,74,39,.04);
  line-height:1.58;
  background:#ffffff;
  color:#5a4d3f;
}

.callout-title{
  font-family: var(--font-ui);
  font-weight:900;
  letter-spacing:.01em;
  margin:0 0 6px;
  color:#1f1a14;
}

.callout p{ margin:0; color:#5a4d3f; }

.callout-info,
.callout--info{
  border-left:3px solid #b8860b;
  background: linear-gradient(90deg, rgba(230,198,112,.22), rgba(255,255,255,0));
}

.callout-warn,
.callout--warn{
  border-left:3px solid #996b00;
  background: linear-gradient(90deg, rgba(184,134,11,.12), rgba(255,255,255,0));
}

.hero-callout{
  margin:10px 0 0;
  padding:12px 14px;
  border-radius:0;
  border:1px solid rgba(91,74,39,.10);
  box-shadow: 0 6px 16px rgba(91,74,39,.04);
  line-height:1.55;
  background:#ffffff;
  color:#5a4d3f;
}

.hero-callout-warn{
  border-left:3px solid #996b00;
  background: linear-gradient(90deg, rgba(184,134,11,.12), rgba(255,255,255,0));
}

.hero-callout-info{
  border-left:3px solid #b8860b;
  background: linear-gradient(90deg, rgba(230,198,112,.22), rgba(255,255,255,0));
  font-style: normal;
}

/* =========================================================
   UNIVERSAL CARDS
   ========================================================= */

.card{
  border:1px solid rgba(91,74,39,.10);
  border-radius:0;
  padding:16px 16px 14px;
  background:#ffffff;
  box-shadow: 0 8px 20px rgba(91,74,39,.05);
}

.card--soft{
  background: linear-gradient(180deg, #ffffff, #faf8f3);
}

.card--gold{
  border-color: rgba(184,134,11,.24);
  background: linear-gradient(180deg, rgba(230,198,112,.16), #ffffff 60%);
}

.note{
  font-size:0.9rem;
  color:#7a6b59;
  margin:8px 0 0;
}

.fine-note{
  margin:12px 0 0;
  font-size:.85rem;
  color:#7a6b59;
}

/* =========================================================
   STACK STEPS
   ========================================================= */

.stack-steps{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap:14px;
}

@media (max-width: 980px){
  .stack-steps{ grid-template-columns: 1fr; }
}

.step{
  position:relative;
  overflow:hidden;
}

.step::before{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(230,198,112,.08), transparent 40%);
  pointer-events:none;
}

.step-head{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:8px;
}

.step-head h3{
  margin:0;
  font-size:1.02rem;
  font-family: var(--font-ui);
  color:#1f1a14;
}

.step-badge{
  width:32px;
  height:32px;
  border-radius:0;
  display:flex;
  align-items:center;
  justify-content:center;
  font-family: var(--font-ui);
  font-weight:900;
  color:#1a140e;
  background: #fffaf0;
  border:1px solid rgba(184,134,11,.18);
  flex: 0 0 32px;
}

/* =========================================================
   FEATURES
   ========================================================= */

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.feature-card {
  border-radius:0;
  padding: 22px 20px;
  background-color: #ffffff;
  border:1px solid rgba(91,74,39,.10);
  box-shadow: 0 6px 18px rgba(91,74,39,.05);
}

.feature-icon {
  width: 40px;
  height: 40px;
  border-radius:0;
  background-color: #fff8ea;
  border:1px solid rgba(184,134,11,.16);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.feature-card h3 {
  margin: 0 0 6px;
  font-size: 1.02rem;
  font-family: var(--font-ui);
  color:#1f1a14;
}

.feature-card p {
  margin: 0;
  font-size: 0.9rem;
  color: #7a6b59;
}

/* =========================================================
   PRODUCTS GRID
   ========================================================= */

.cards-grid-4 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.product-card {
  background-color: #ffffff;
  border-radius:0;
  padding: 18px 16px;
  border:1px solid rgba(91,74,39,.10);
  box-shadow: 0 6px 18px rgba(91,74,39,.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-tag {
  display: inline-block;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #8a785f;
  margin-bottom: 6px;
}

.product-card h3 {
  margin: 0 0 6px;
  font-size: 1.05rem;
  font-family: var(--font-ui);
  font-weight: 700;
  color: var(--color-dark);
  line-height: 1.25;
}

.product-highlight {
  font-size: 0.86rem;
  color: var(--color-accent-deep);
  margin-bottom: 10px;
}

.product-card p {
  margin: 0 0 12px;
  font-size: 0.88rem;
  color: #7a6b59;
}

.product-card a {
  font-size: 0.85rem;
  text-decoration: none;
  color: #1f1a14;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.product-card a span { font-size: 1rem; }

/* =========================================================
   GIFT SECTION
   ========================================================= */

.gift-section {
  background: linear-gradient(135deg, #1a140e, #2a2014);
  color: #f6ead2;
}

.gift-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 30px;
  align-items: center;
}

.gift-heading h2 { color: #ffffff; }

.gift-heading p { color: #d9c7a3; }

.gift-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 24px;
}

.gift-list li {
  font-size: 0.9rem;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
  color:#f0dfbf;
}

.gift-dot {
  width: 8px;
  height: 8px;
  border-radius:0;
  background-color: var(--color-accent);
}

.gift-card {
  background-color: rgba(255,255,255,.04);
  border:1px solid rgba(230,198,112,.12);
  border-radius:0;
  padding: 20px 18px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.28);
}

.gift-card-badge {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #d9c7a3;
  margin-bottom: 6px;
}

.gift-card h3 {
  margin: 0 0 6px;
  font-size: 1.05rem;
  color: #ffffff;
}

.gift-card p {
  margin: 0 0 10px;
  font-size: 0.88rem;
  color: #d9c7a3;
}

.gift-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}

.gift-tag {
  font-size: 0.75rem;
  padding: 4px 8px;
  border-radius:0;
  border: 1px solid rgba(230,198,112,0.18);
  color:#f6ead2;
}

/* =========================================================
   LAB SECTION (base)
   ========================================================= */

.lab-section { background-color: #faf8f3; }

.lab-section-soft{
  background:
    linear-gradient(180deg, #faf8f3 0%, #ffffff 52%),
    radial-gradient(circle at top left, rgba(230,198,112,.16), transparent 40%);
}

.lab-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 28px;
  align-items: center;
}

.lab-card {
  background-color: #ffffff;
  border-radius:0;
  box-shadow: var(--shadow-soft);
  padding: 20px 18px;
  border:1px solid rgba(91,74,39,.10);
}

.lab-card-highlight{
  border:1px solid rgba(184,134,11,.20);
  background: linear-gradient(180deg, rgba(230,198,112,.14), #ffffff 60%);
}

.lab-pill {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #8a785f;
  margin-bottom: 6px;
}

.lab-card h3 {
  margin: 0 0 8px;
  font-family: var(--font-heading);
  font-size: 1.1rem;
  color:#1a140e;
}

.lab-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.lab-row span {
  font-size: 0.85rem;
  color:#5a4d3f;
}

.lab-note {
  font-size: 0.8rem;
  color: #7a6b59;
  margin-top: 6px;
}

.content-card{
  background:#ffffff;
  border:1px solid rgba(91,74,39,.10);
  border-radius:0;
  padding:18px 16px;
  box-shadow: 0 8px 20px rgba(91,74,39,.05);
}

.content-card-accent{
  position:relative;
  overflow:hidden;
}

.content-card-accent::before{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(230,198,112,.08), transparent 36%);
  pointer-events:none;
}

.content-card-outline{
  border:1px solid rgba(91,74,39,.10);
  background: linear-gradient(180deg, #ffffff, #faf8f3);
}

.content-lead{
  display:flex;
  gap:12px;
  align-items:flex-start;
}

.content-icon{
  width:40px;
  height:40px;
  border-radius:0;
  background: #fff8ea;
  border:1px solid rgba(184,134,11,.16);
  display:flex;
  align-items:center;
  justify-content:center;
  flex: 0 0 40px;
  font-size:1.2rem;
}

.intro-paragraph{
  margin:0;
  color:#5a4d3f;
}

.compare-grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap:14px;
  margin-top:12px;
}

@media (max-width: 980px){
  .compare-grid{ grid-template-columns: 1fr; }
}

.compare-card{
  border:1px solid rgba(91,74,39,.10);
  border-radius:0;
  padding:14px 14px 12px;
  background: linear-gradient(180deg, #ffffff, #faf8f3);
}

.compare-card-gold{
  border-color: rgba(184,134,11,.22);
  box-shadow: 0 8px 20px rgba(91,74,39,.05);
}

.compare-head{
  display:grid;
  grid-template-columns: 36px 1fr;
  column-gap:10px;
  row-gap:2px;
  align-items:center;
  margin-bottom:10px;
}

.compare-icon{
  width:36px;
  height:36px;
  border-radius:0;
  background: #fff8ea;
  border:1px solid rgba(184,134,11,.16);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:1.05rem;
}

.compare-head h3{
  margin:0;
  font-size:1.02rem;
  font-family: var(--font-ui);
  color:#1f1a14;
}

.compare-head p{
  margin:0;
  grid-column: 2 / -1;
  font-size:.85rem;
  color:#7a6b59;
}

.nice-list{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:8px;
}

.nice-list li{
  position:relative;
  padding-left:18px;
  color:#5a4d3f;
  font-size:.92rem;
}

.nice-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:.58em;
  width:8px;
  height:8px;
  border-radius:0;
  background: #b8860b;
}

/* =========================================================
   BLOG
   ========================================================= */

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.blog-card {
  border-radius:0;
  background-color: #ffffff;
  padding: 18px 16px;
  border:1px solid rgba(91,74,39,.10);
  box-shadow: 0 6px 18px rgba(91,74,39,.05);
}

.blog-tag {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #8a785f;
  margin-bottom: 6px;
}

.blog-card h3 {
  margin: 0 0 8px;
  font-size: 0.98rem;
  color:#1f1a14;
}

.blog-card p {
  margin: 0 0 10px;
  font-size: 0.86rem;
  color: #7a6b59;
}

.blog-card a {
  font-size: 0.82rem;
  text-decoration: none;
  color: #1f1a14;
  font-weight: 600;
}

/* =========================================================
   SELL SECTION
   ========================================================= */

.sell-section { background-color: #faf8f3; }

.sell-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 24px;
  align-items: flex-start;
}

.sell-card {
  background-color: #ffffff;
  border-radius:0;
  padding: 18px 16px;
  border:1px solid rgba(91,74,39,.10);
  box-shadow: 0 6px 18px rgba(91,74,39,.05);
}

.sell-card h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  color:#1f1a14;
}

.sell-card p {
  margin: 0 0 8px;
  font-size: 0.9rem;
  color: #5a4d3f;
}

.sell-list {
  list-style: none;
  padding: 0;
  margin: 8px 0 12px;
}

.sell-list li {
  font-size: 0.88rem;
  margin-bottom: 4px;
  color:#5a4d3f;
}

.sell-contact { font-size: 0.9rem; }

/* =========================================================
   FOOTER
   ========================================================= */

.site-footer {
  background-color: #1a140e;
  color: #cdbda0;
  padding: 32px 0 20px;
  margin-top: 40px;
}

.footer-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 16px;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.footer-brand h3 {
  margin: 0 0 6px;
  font-family: var(--font-heading);
  color: #ffffff;
}

.footer-brand p {
  margin: 0;
  font-size: 0.86rem;
  color:#cdbda0;
}

.footer-column h4 {
  margin: 0 0 8px;
  font-size: 0.9rem;
  color: #ffffff;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column li { margin-bottom: 4px; }

.footer-column a {
  font-size: 0.85rem;
  color: #cdbda0;
  text-decoration: none;
}

.footer-column a:hover { color: #ffffff; }

.footer-bottom {
  text-align: center;
  font-size: 0.78rem;
  color: #9f8e73;
  margin-top: 20px;
}

/* =========================================================
   IMAGES
   ========================================================= */

.hero-image {
  width: 100%;
  border-radius:0;
  object-fit: contain;
  margin-bottom: 16px;
  box-shadow: 0 14px 28px rgba(91,74,39,.12);
}

.product-image {
  width: 100%;
  height: auto;
  border-radius:0;
  object-fit: cover;
  margin-bottom: 10px;
  background-color: #faf8f3;
}

.gift-image {
  width: 100%;
  border-radius:0;
  object-fit: cover;
  margin-bottom: 14px;
}

.lab-image {
  width: 100%;
  border-radius:0;
  object-fit: cover;
  margin-bottom: 12px;
}

.blog-thumb {
  width: 100%;
  height: 120px;
  border-radius:0;
  object-fit: cover;
  margin-bottom: 10px;
  background-color: #f8f3e8;
}

.hero-image-mobile-wrapper { display: none; }

.hero-image-mobile {
  width: 100%;
  border-radius:0;
  object-fit: contain;
  margin: 16px 0;
  box-shadow: 0 14px 28px rgba(91,74,39,.12);
}

.hero-image-desktop {
  width: 100%;
  border-radius:0;
  object-fit: contain;
  margin-bottom: 16px;
  box-shadow: 0 14px 28px rgba(91,74,39,.12);
}

@media (min-width: 961px) and (max-width: 1180px){
  .hero-media{ max-width: 420px; }
  .hero h1{ font-size: 2.3rem; }
}

/* =========================================================
   MIC – technická report tabuľka
   ========================================================= */

.mic-table-wrap{
  margin-top: 12px;
  border-radius:0;
  overflow: hidden;
  border: 1px solid rgba(91,74,39,.12);
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(91,74,39,.05);
}

.mic-table-wrap::before{
  content:"";
  display:block;
  height: 2px;
  background: linear-gradient(90deg, rgba(184,134,11,.34), rgba(184,134,11,.08), rgba(184,134,11,0));
}

.mic-table{
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 0.92rem;
  line-height: 1.35;
}

.mic-table col.col-med{ width: 54%; }
.mic-table col.col-mic{ width: 18%; }
.mic-table col.col-int{ width: 28%; }

.mic-table thead th{
  text-align: left;
  padding: 12px 14px;
  background: #faf8f3;
  border-bottom: 1px solid rgba(91,74,39,.12);
  font-family: var(--font-ui);
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #7a6b59;
  vertical-align: bottom;
}

.mic-table tbody td{
  padding: 12px 14px;
  border-bottom: 1px solid rgba(91,74,39,.06);
  vertical-align: middle;
  color: #5a4d3f;
}

.mic-table thead th + th,
.mic-table tbody td + td{
  border-left: 1px solid rgba(91,74,39,.06);
}

.mic-table tbody tr:last-child td{ border-bottom: 0; }

.mic-name{
  font-family: var(--font-ui);
  font-weight: 700;
  color: #1f1a14;
}

.mic-sub{
  display:block;
  margin-top: 3px;
  font-size: 0.82rem;
  color: #7a6b59;
}

.mic-num{
  text-align: right;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.mic-chip{
  display:inline-flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
  padding:6px 10px;
  border-radius:0;
  border:1px solid rgba(184,134,11,.18);
  background:#fffaf0;
}

/* =========================================================
   MAP
   ========================================================= */

.map-section { margin-top: 70px; }

.map-section .map-wrap {
  width: 100%;
  height: 420px;
  overflow: hidden;
  border-radius:0;
  box-shadow: 0 14px 28px rgba(91,74,39,.12);
}

.map-section #gmap_canvas,
.map-section .gmap-canvas {
  width: 100%;
  height: 100%;
}

.map-section #gmap_canvas img {
  max-width: none !important;
  background: none !important;
}

@media (max-width: 768px) {
  .map-section .map-wrap {
    height: 300px;
    border-radius:0;
  }
}

.map-actions{
  margin-top: 14px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 960px) {
  .hero-inner,
  .gift-inner,
  .lab-grid,
  .sell-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero { padding-top: 20px; }

  .hero-content { order: 0; }

  .hero-media {
    order: 1;
    max-width: 480px;
    margin: 0 auto;
  }

  .hero-image-mobile-wrapper { display: block; }
  .hero-image-desktop { display: none; }

  .hero-card { margin-top: 8px; }

  .cards-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .features-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .header-inner { padding-inline: 12px; }

  section { padding: 56px 0; }

  .cards-grid-4 { grid-template-columns: minmax(0, 1fr); }
  .features-grid,
  .blog-grid { grid-template-columns: minmax(0, 1fr); }

  .footer-inner { grid-template-columns: minmax(0, 1fr); }

  .chip{
    font-size:.80rem;
    padding:6px 9px;
  }
}

/* =========================================================
   EXTRA blocks
   ========================================================= */

.hero-disclaimer {
  margin-top: 14px;
  padding-left: 14px;
  border-left: 3px solid rgba(184,134,11,.28);
  font-size: 0.85rem;
  line-height: 1.45;
  color: #7a6b59;
}

.metric-badge{
  display:inline-block;
  margin-left:8px;
  padding:2px 8px;
  font-size:0.72rem;
  border-radius:0;
  line-height:1.2;
  vertical-align:middle;
  letter-spacing:.02em;
}

.badge-gold{
  background: rgba(184,134,11,.12);
  color: #8d6710;
  border: 1px solid rgba(184,134,11,.18);
}

.badge-silver{
  background: rgba(160,145,120,.12);
  color: #6c604f;
  border: 1px solid rgba(160,145,120,.18);
}

.fine-note {
  margin-top: 10px;
  padding-top: 8px;
  font-size: 0.78rem;
  color: #7a6b59;
  border-top: 1px solid rgba(91,74,39,0.08);
}

.hero-mini-cta{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 10px;
  border-radius:0;
  background: rgba(184,134,11,.08);
  border:1px solid rgba(184,134,11,.16);
  color:#8d6710;
  font-weight:700;
  text-decoration:none;
  transition: transform .15s ease, background .15s ease;
}

.hero-mini-cta:hover{
  transform: translateY(-1px);
  background: rgba(184,134,11,.12);
}

.metric-sub {
  color: #7a6b59;
  font-size: 0.85em;
}

.hero .hero-inner{
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-areas:
    "top   media"
    "body  media"
    "body  side";
  column-gap: 24px;
  row-gap: 16px;
  align-items: start;
}

.hero .hero-text-top{ grid-area: top; }
.hero .hero-text-body{ grid-area: body; }
.hero .hero-media{ grid-area: media; }
.hero .hero-card-side{ grid-area: side; }

@media (max-width: 991px){
  .hero .hero-inner{
    grid-template-columns: 1fr;
    grid-template-areas:
      "top"
      "media"
      "body"
      "side";
    column-gap: 0;
  }

  .hero .hero-media{ margin: 6px 0 6px; }
  .hero .hero-card-side{ margin-top: 10px; }
}

.btn-icon {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.btn-icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/* =========================
   VERIFY CARD
   ========================= */

.verify-links{
  display:flex;
  gap:8px;
  align-items:stretch;
}

.verify-links a{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:0 14px;
  height:44px;
  border-radius:0;
  border:1px solid rgba(91,74,39,.12);
  background:#ffffff;
  color:#1f1a14;
  font-size:.85rem;
  font-weight:700;
  text-decoration:none;
  white-space:nowrap;
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}

.verify-links a:hover{
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(91,74,39,.08);
  border-color: rgba(184,134,11,.24);
}

.sr-only{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  padding:0 !important;
  margin:-1px !important;
  overflow:hidden !important;
  clip:rect(0,0,0,0) !important;
  white-space:nowrap !important;
  border:0 !important;
}

.verify-card {
  margin-top: 14px;
  border-radius:0;
  position: relative;
  overflow: hidden;
  background: rgba(255,255,255,0.99);
  border: 1px solid rgba(91,74,39,0.10);
  box-shadow: 0 8px 20px rgba(91,74,39,0.06);
}
.verify-card::before {
  content:"";
  position:absolute;
  inset:-2px;
  background: linear-gradient(90deg, rgba(184,134,11,0.18), rgba(230,198,112,0.18), rgba(141,103,16,0.14));
  filter: blur(14px);
  opacity: .26;
  z-index: 0;
}
.verify-inner {
  position: relative;
  z-index: 1;
  padding: 14px 14px 12px;
}
.verify-top {
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}
.verify-title {
  display:flex;
  align-items:center;
  gap:10px;
  font-weight: 900;
  color:#1f1a14;
  line-height: 1.1;
}
.verify-pill {
  font-size: 0.78rem;
  padding: 6px 10px;
  border-radius:0;
  background: rgba(230,198,112,0.22);
  border: 1px solid rgba(184,134,11,0.18);
  color:#8d6710;
  font-weight: 700;
  white-space: nowrap;
}
.verify-sub {
  margin: 0 0 10px;
  color:#5a4d3f;
  font-size: 0.92rem;
}
.verify-form {
  display:flex;
  gap:10px;
  align-items: stretch;
  flex-wrap: wrap;
}
.verify-input {
  flex: 1 1 220px;
  min-width: 220px;
  border-radius:0;
  border: 1px solid rgba(91,74,39,0.12);
  padding: 12px 12px;
  font-size: 1rem;
  outline: none;
  background: #ffffff;
}
.verify-input:focus {
  border-color: rgba(184,134,11,0.34);
  box-shadow: 0 0 0 4px rgba(230,198,112,0.22);
}
.verify-btn {
  flex: 0 0 auto;
  border-radius:0;
  padding: 12px 14px;
  border: 0;
  cursor: pointer;
  font-weight: 800;
  background: #8d6710;
  color: #ffffff;
  transition: transform .12s ease, filter .12s ease;
  display:flex;
  align-items:center;
  gap:8px;
  justify-content:center;
}
.verify-btn:hover { transform: translateY(-1px); filter: brightness(1.02); }
.verify-btn:active { transform: translateY(0); }

.verify-help {
  margin-top: 10px;
  display:flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items:center;
  justify-content: space-between;
}
.verify-hint {
  font-size: 0.85rem;
  color:#7a6b59;
}
.verify-links {
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items:center;
}
.verify-link {
  font-size: 0.88rem;
  font-weight: 700;
  color:#7a5a1f;
  text-decoration: underline;
}
.verify-msg {
  margin-top: 10px;
  font-size: 0.9rem;
}
.verify-msg.is-error { color:#9b1c1c; font-weight:700; }
.verify-msg.is-ok { color:#4e6b2c; font-weight:700; }

@media (max-width: 720px) {
  .verify-top { flex-direction: column; align-items:flex-start; }
  .verify-pill { align-self:flex-start; }
}

.btn-ghost {
  background-color: #ffffff;
  color: #1f1a14;
  border: 1px solid rgba(91, 74, 39, 0.14);
}
.btn-ghost:hover { background-color: #faf8f3; }

/* FAQ */
.faq-section { padding: 18px 0 0; }
.faq-card {
  margin-top: 16px;
  border-radius:0;
  background: #ffffff;
  border: 1px solid rgba(91,74,39,0.10);
  box-shadow: 0 8px 20px rgba(91,74,39,0.05);
  overflow: hidden;
}
.faq-card-header {
  padding: 14px 14px 0;
  font-weight: 900;
  color:#1f1a14;
  display:flex;
  gap:10px;
  align-items:center;
}
.faq-card-sub {
  padding: 8px 14px 0;
  color:#5a4d3f;
  font-size: 0.92rem;
}
details.faq-item {
  border-top: 1px solid rgba(91,74,39,0.06);
  padding: 12px 14px;
}
details.faq-item summary {
  cursor: pointer;
  font-weight: 800;
  color:#1f1a14;
  list-style: none;
}
details.faq-item summary::-webkit-details-marker { display:none; }
.faq-a {
  margin-top: 8px;
  color:#5a4d3f;
  line-height: 1.55;
}
.faq-a .def {
  font-weight: 900;
  color:#1f1a14;
}
.faq-links {
  padding: 12px 14px 14px;
  display:flex;
  gap:10px;
  flex-wrap: wrap;
  align-items:center;
}
.faq-links a {
  font-weight: 800;
  color:#7a5a1f;
  text-decoration: underline;
}

/* proof */
.proof-strip {
  margin-top: 18px;
  border-radius:0;
  background: rgba(255,255,255,0.99);
  border: 1px solid rgba(91,74,39,0.10);
  box-shadow: 0 8px 20px rgba(91,74,39,0.05);
  padding: 14px;
}
.proof-grid {
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.proof {
  border-radius:0;
  border: 1px solid rgba(91,74,39,0.08);
  padding: 12px;
  background: #ffffff;
}
.proof h3 {
  margin: 0 0 6px;
  font-size: 0.98rem;
  color:#1f1a14;
}
.proof p {
  margin: 0;
  color:#5a4d3f;
  font-size: 0.9rem;
  line-height: 1.45;
}
.proof a {
  color:#7a5a1f;
  font-weight:800;
  text-decoration: underline;
}
@media (max-width: 960px) {
  .proof-grid { grid-template-columns: 1fr; }
}

/* Facts table */
.table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius:0;
}

.facts-table {
  width: 100%;
  min-width: 720px;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
  border: 1px solid rgba(91,74,39,0.10);
  border-radius:0;
  overflow: hidden;
}

.facts-table thead th {
  text-align: left;
  font-weight: 700;
  font-size: 0.92rem;
  padding: 14px 16px;
  background: #faf8f3;
  border-bottom: 1px solid rgba(91,74,39,0.08);
  vertical-align: top;
  color:#5a4d3f;
}

.facts-table tbody td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(91,74,39,0.05);
  vertical-align: top;
  line-height: 1.6;
  color: #5a4d3f;
  font-size: 0.95rem;
}

.facts-table tbody tr:last-child td { border-bottom: 0; }

.facts-table tbody tr:nth-child(even) td { background: rgba(248,243,232,0.55); }

.facts-table tbody tr:hover td {
  background: rgba(230,198,112,0.10);
  transition: background 0.2s ease;
}

.facts-table tbody td:first-child {
  width: 22%;
  font-weight: 600;
  color: #1f1a14;
}

@media (max-width: 900px) {
  .facts-table { min-width: 680px; }
  .facts-table tbody td:first-child { width: 28%; }
}

@media (max-width: 640px) {
  .facts-table { min-width: 620px; font-size: 0.9rem; }
  .facts-table thead th,
  .facts-table tbody td { padding: 12px 14px; }
}

/* =========================================================
   FIX: text autosizing
   ========================================================= */

html{
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body{
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

p, li, a, span, strong, em, small, button, input, label, h1, h2, h3, h4, h5, h6{
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

@media (max-width: 520px){
  body{ line-height: 1.55; }
}

/* =========================================================
   TYPO STABILIZER
   ========================================================= */

html{
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body{
  font-size: 16px;
  line-height: 1.52;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

p, li{
  line-height: 1.52;
}

.fine-note,
.evidence-cap,
.blog-card p,
.section-heading p{
  line-height: 1.45;
}

h1, h2, h3{
  line-height: 1.22;
}

/* =========================================================
   FIX: Fluid typography + mobile spacing
   ========================================================= */

html{
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

@media (max-width: 520px){
  html{ font-size: 15px; }
}

.hero h1{
  font-size: clamp(1.85rem, 4.8vw, 2.6rem) !important;
  line-height: 1.18 !important;
}

.section-heading h2{
  font-size: clamp(1.45rem, 3.6vw, 2rem) !important;
  line-height: 1.22 !important;
}

.hero p,
.section-heading p,
.content-card p,
.lab-note,
.fine-note{
  font-size: clamp(0.95rem, 2.2vw, 1rem) !important;
}

.hero-eyebrow{
  font-size: clamp(0.72rem, 2.1vw, 0.85rem) !important;
  letter-spacing: 0.12em !important;
}

section{
  padding: clamp(48px, 7vw, 72px) 0 !important;
}

.hero{
  padding: 18px 0 clamp(44px, 7vw, 64px) !important;
}

.hero-inner{
  gap: clamp(16px, 4.5vw, 40px) !important;
}

@media (max-width: 520px){
  .hero h1{ margin-bottom: 10px !important; }
  .hero-updated{ margin-bottom: 8px !important; }
}

/* =========================================================
   PREDAJ Z DVORA – HERO EMPHASIS + COMPACT PRODUCT GRID
   ========================================================= */

.hero-proof-strip{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px;
}

.proof-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 12px;
  border:1px solid rgba(91,74,39,.14);
  background:#fff;
  color:#2f2a22;
  font-size:.92rem;
  font-weight:600;
  line-height:1.3;
  box-shadow:0 6px 18px rgba(91,74,39,.05);
}

.proof-pill strong{
  font-weight:700;
}

.hero-trust-box{
  margin-top:14px;
  border:1px solid rgba(91,74,39,.12);
  background:#fff;
  padding:14px;
  box-shadow:0 8px 22px rgba(91,74,39,.05);
}

.hero-trust-title{
  margin:0 0 8px;
  font-size:1rem;
  font-weight:700;
  color:#2f2a22;
}

.hero-trust-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:10px 14px;
  margin-top:10px;
}

.hero-trust-item{
  font-size:.94rem;
  color:#4d463d;
  line-height:1.5;
}

.hero-trust-item strong{
  color:#2f2a22;
}

.section-emphasis{
  margin-top:14px;
  border-left:3px solid #e6b800;
  padding:10px 0 10px 12px;
  font-weight:600;
  color:#333;
  line-height:1.6;
}

/* =========================================================
   QUICK ORIENTATION
   ========================================================= */

.quick-jump-grid{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px;
}

/* =========================================================
   PRODUCT GRID – COMPACT
   ========================================================= */

.product-grid-compact{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:16px;
  margin-top:18px;
}

.product-card-compact{
  display:flex;
  flex-direction:column;
  height:100%;
  border:1px solid rgba(91,74,39,.12);
  background:#fff;
  padding:12px;
  box-shadow:0 6px 18px rgba(91,74,39,.05);
}

.product-card-compact img{
  width:100%;
  height:auto;
  display:block;
  margin-bottom:10px;
  object-fit:cover;
}

.product-card-compact h3{
  margin:0 0 8px;
  font-size:1.02rem;
  line-height:1.3;
  color:#2f2a22;
}

.product-card-compact p{
  margin:0;
  font-size:.93rem;
  line-height:1.55;
  color:#555;
}

.product-meta{
  margin-top:10px;
  padding-top:10px;
  border-top:1px solid rgba(91,74,39,.10);
  display:grid;
  gap:5px;
  font-size:.85rem;
  color:#5b5348;
}

.product-meta strong{
  color:#2f2a22;
}

.product-card-actions{
  margin-top:12px;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.product-card-actions .btn{
  width:100%;
  justify-content:center;
}

/* =========================================================
   HERO SIDE + BUTTON POLISH
   ========================================================= */

.hero-card-side .fine-note{
  line-height:1.6;
}

.hero-actions .btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1180px){
  .product-grid-compact{
    grid-template-columns:repeat(3, minmax(0,1fr));
  }
}

@media (max-width: 980px){
  .hero-trust-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width: 860px){
  .product-grid-compact{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }

  .proof-pill{
    font-size:.88rem;
    padding:9px 11px;
  }
}

@media (max-width: 560px){
  .product-grid-compact{
    grid-template-columns:1fr;
  }

  .quick-jump-grid{
    flex-direction:column;
  }

  .quick-jump-grid .btn{
    width:100%;
    justify-content:center;
  }

  .hero-proof-strip{
    flex-direction:column;
  }

  .proof-pill{
    width:100%;
  }
}

/* =========================================================
   PREDAJ Z DVORA – FINÁLNY KONSOLIDOVANÝ BLOK
   nahrádza predchádzajúce pridané bloky pre predaj-z-dvora.html
   ========================================================= */

/* =========================================================
   HERO – PREDAJNÁ PODSTRÁNKA S DÔRAZOM NA ŠARŽE A OVERENIE
   ========================================================= */

.hero-mija-shop{
  padding-top:24px;
}

.mija-shop-hero{
  display:grid;
  grid-template-columns:minmax(0, 1.35fr) minmax(320px, .95fr);
  gap:24px;
  align-items:start;
}

.mija-shop-main{
  min-width:0;
}

.mija-shop-side{
  min-width:0;
}

.mija-shop-lead{
  margin:14px 0 0;
  font-size:1.03rem;
  line-height:1.7;
  color:#4d463d;
  max-width:760px;
}

.mija-proof-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:12px;
  margin-top:18px;
}

.mija-proof-box{
  border:1px solid rgba(91,74,39,.12);
  background:#fff;
  padding:14px;
  box-shadow:0 6px 18px rgba(91,74,39,.05);
  display:grid;
  gap:6px;
}

.mija-proof-box strong{
  font-size:.95rem;
  color:#2f2a22;
}

.mija-proof-box span{
  font-size:.9rem;
  line-height:1.55;
  color:#5b5348;
}

.mija-shop-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}

/* =========================================================
   HERO SIDE CARD – AKTUÁLNY PREHĽAD MEDOV
   ========================================================= */

.mija-availability-card{
  border:1px solid rgba(91,74,39,.12);
  background:#fff;
  padding:16px;
  box-shadow:0 8px 22px rgba(91,74,39,.06);
}

.mija-availability-title{
  font-size:1rem;
  font-weight:700;
  color:#2f2a22;
  margin-bottom:12px;
}

.mija-availability-item{
  display:grid;
  gap:8px;
  padding:12px 0;
  border-top:1px solid rgba(91,74,39,.10);
}

.mija-availability-item:first-of-type{
  border-top:none;
  padding-top:0;
}

.mija-availability-item strong{
  color:#2f2a22;
}

.mija-availability-sub{
  margin-top:3px;
  font-size:.88rem;
  line-height:1.5;
  color:#5b5348;
}

.mija-availability-actions{
  margin-top:14px;
}

.mija-availability-actions .btn{
  width:100%;
  justify-content:center;
}

/* =========================================================
   STOCK BADGES
   ========================================================= */

.stock-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:4px 8px;
  font-size:.82rem;
  font-weight:700;
  line-height:1.2;
  border:1px solid rgba(91,74,39,.14);
  background:#fff;
  color:#2f2a22;
  vertical-align:middle;
  width:fit-content;
}

.stock-badge.in-stock{
  border-color:rgba(32,106,55,.20);
  background:rgba(32,106,55,.06);
  color:#206a37;
}

.stock-badge.sold-out{
  border-color:rgba(154,53,53,.18);
  background:rgba(154,53,53,.06);
  color:#9a3535;
}

/* =========================================================
   QUICK ORIENTATION / PREHĽAD PRODUKTOV
   ========================================================= */

.quick-jump-grid{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px;
}

/* =========================================================
   PRODUCT GRID – KOMPAKTNÉ KARTY
   ========================================================= */

.product-grid-compact{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:16px;
  margin-top:18px;
}

.product-card-compact{
  display:flex;
  flex-direction:column;
  height:100%;
  border:1px solid rgba(91,74,39,.12);
  background:#fff;
  padding:12px;
  box-shadow:0 6px 18px rgba(91,74,39,.05);
}

.product-card-compact img{
  width:100%;
  aspect-ratio:4 / 3;
  object-fit:cover;
  display:block;
  margin-bottom:10px;
}

.product-card-compact h3{
  margin:0 0 8px;
  font-size:1.02rem;
  line-height:1.3;
  color:#2f2a22;
}

.product-card-compact p{
  margin:0;
  font-size:.93rem;
  line-height:1.55;
  color:#555;
}

.product-meta{
  margin-top:10px;
  padding-top:10px;
  border-top:1px solid rgba(91,74,39,.10);
  display:grid;
  gap:5px;
  font-size:.85rem;
  color:#5b5348;
}

.product-meta strong{
  color:#2f2a22;
}

.product-card-actions{
  margin-top:12px;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.product-card-actions .btn{
  width:100%;
  justify-content:center;
}

/* jemné zvýraznenie medových kariet */
.product-card-honey{
  border-color:rgba(91,74,39,.15);
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1180px){
  .mija-shop-hero{
    grid-template-columns:1fr;
  }

  .product-grid-compact{
    grid-template-columns:repeat(3, minmax(0,1fr));
  }
}

@media (max-width: 860px){
  .mija-proof-grid{
    grid-template-columns:1fr;
  }

  .product-grid-compact{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
}

@media (max-width: 560px){
  .product-grid-compact{
    grid-template-columns:1fr;
  }

  .quick-jump-grid,
  .mija-shop-actions{
    flex-direction:column;
  }

  .quick-jump-grid .btn,
  .mija-shop-actions .btn{
    width:100%;
    justify-content:center;
  }
}

