/* =========================================================
   style.css — Zielona Ferma
   Jeden plik CSS dla wszystkich podstron.
   ========================================================= */

/* 01. RESET & TOKENS */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --cream:       #faf6ed;
  --cream-2:     #f3ede0;
  --cream-3:     #ebe2ce;
  --parch:       #ddd0b0;
  --gold:        #a07830;
  --gold-mid:    #c49a48;
  --gold-light:  #dbb96a;
  --gold-pale:   #eedfa0;
  --gold-ghost:  #f7f0d8;
  --forest:      #2a4820;
  --forest-2:    #3a6030;
  --forest-3:    #527848;
  --sage:        #7a9a6a;
  --sage-light:  #b8d0a8;
  --sage-ghost:  #eaf2e4;
  --ink:         #1a1a14;
  --ink-2:       #2e2e24;
  --text:        #3a3428;
  --text-mid:    #6a6050;
  --text-light:  #9a9080;
  --white:       #ffffff;
  --yolk:        #e8a020;
  --yolk-deep:   #c07010;
  --yolk-pale:   #f5d080;
  --yolk-ghost:  #fdf5e0;
  --shell:       #f7f0e4;
  --shell-2:     #ede4d0;
  --shell-3:     #ddd0b8;
  --white-egg:   #fefcf8;
  --serif:   'Libre Baskerville', Georgia, serif;
  --sans:    'Jost', system-ui, sans-serif;
  --display: 'Playfair Display', Georgia, serif;
  --max:  1200px;
  --ease: cubic-bezier(0.25, 1, 0.5, 1);
}

/* 02. BASE */
html { scroll-behavior: smooth; }
body { font-family: var(--sans); background: var(--cream); color: var(--text); line-height: 1.65; overflow-x: hidden; }
body.page-jajka { background: var(--shell); line-height: 1.7; }
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: var(--cream-2); }
::-webkit-scrollbar-thumb { background: var(--gold-mid); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

/* 03. ORNAMENTS */
.orn-line { display: flex; align-items: center; gap: 0; width: 100%; }
.orn-line .ol { flex: 1; height: 1px; background: var(--gold-mid); }
.orn-line .od { width: 7px; height: 7px; background: var(--gold-mid); transform: rotate(45deg); flex-shrink: 0; margin: 0 10px; }
.orn-line .od-sm { width: 4px; height: 4px; background: var(--gold-light); transform: rotate(45deg); flex-shrink: 0; margin: 0 6px; }
.orn-short { display: flex; align-items: center; gap: 0; width: fit-content; margin: 0 auto; }
.orn-short .sl { width: 48px; height: 1px; background: var(--gold-mid); }
.orn-short .sd { width: 6px; height: 6px; background: var(--gold-mid); transform: rotate(45deg); margin: 0 8px; flex-shrink: 0; }

/* 04. SHARED COMPONENTS */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
.reveal.left { transform: translateX(-32px); }
.reveal.right { transform: translateX(32px); }
.reveal.in { opacity: 1; transform: none; }
.sec-head { text-align: center; margin-bottom: 60px; }
.sec-overline { font-size: 0.65rem; font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 18px; }
.sec-title { font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 400; font-style: italic; color: var(--ink); line-height: 1.1; letter-spacing: -0.01em; margin-bottom: 20px; }
.sec-title b { font-style: normal; font-weight: 700; color: var(--forest); }
.sec-body { font-size: 0.95rem; font-weight: 300; color: var(--text-mid); max-width: 540px; margin: 0 auto; line-height: 1.85; }
.btn-forest { font-family: var(--sans); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; background: var(--forest); color: var(--cream); padding: 14px 36px; border-radius: 1px; border: none; cursor: pointer; transition: all 0.3s var(--ease); display: inline-flex; align-items: center; gap: 8px; }
.btn-forest:hover { background: var(--ink); transform: translateY(-2px); box-shadow: 0 10px 40px rgba(42,72,32,0.2); }
.btn-outline-gold { font-family: var(--sans); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; background: transparent; color: var(--gold); padding: 14px 36px; border-radius: 1px; border: 1px solid var(--gold-mid); transition: all 0.3s; cursor: pointer; display: inline-flex; align-items: center; }
.btn-outline-gold:hover { background: var(--gold-ghost); border-color: var(--gold); }

/* 05. NAV — INDEX */
nav#nav { position: sticky; top: 0; z-index: 100; background: var(--cream); border-bottom: 1px solid var(--gold-mid); padding: 0 40px; transition: box-shadow 0.3s; }
nav#nav.raised { box-shadow: 0 4px 32px rgba(160,120,48,0.1); }
nav#nav .nav-inner { max-width: var(--max); margin: 0 auto; height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
nav#nav .nav-logo { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
nav#nav .nav-logo img { height: 48px; width: auto; }
nav#nav .nav-logo-text { line-height: 1; }
nav#nav .nav-logo-text .nl1 { font-family: var(--serif); font-size: 1.15rem; font-weight: 700; color: var(--forest); display: block; letter-spacing: 0.01em; }
nav#nav .nav-logo-text .nl2 { font-size: 0.6rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); display: block; margin-top: 3px; }
.nav-links { display: flex; gap: 32px; list-style: none; }
.nav-links a { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-mid); transition: color 0.2s; position: relative; }
.nav-links a::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 1px; background: var(--gold); transition: width 0.3s var(--ease); }
.nav-links a:hover { color: var(--forest); }
.nav-links a:hover::after { width: 100%; }
.nav-tel { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.06em; color: var(--forest); border: 1px solid var(--forest); padding: 8px 20px; border-radius: 1px; transition: all 0.25s; display: flex; align-items: center; gap: 7px; flex-shrink: 0; }
.nav-tel:hover { background: var(--forest); color: var(--cream); }
.mob-toggle { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.mob-toggle span { display: block; width: 22px; height: 1.5px; background: var(--text); border-radius: 1px; transition: 0.3s; }

/* 06. NAV — SUBPAGES */
nav.site-nav { position: sticky; top: 0; z-index: 100; background: rgba(247,240,228,0.95); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(160,120,48,0.2); padding: 0 40px; box-shadow: 0 2px 20px rgba(160,120,48,0.06); }
nav.site-nav .nav-inner { max-width: var(--max); margin: 0 auto; height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
nav.site-nav .nav-logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
nav.site-nav .nav-logo img { height: 40px; width: auto; }
nav.site-nav .nav-logo-text .nl1 { font-family: var(--serif); font-size: 1rem; font-weight: 700; color: var(--forest); display: block; }
nav.site-nav .nav-logo-text .nl2 { font-size: 0.58rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); display: block; margin-top: 2px; }
.nav-back { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-mid); display: flex; align-items: center; gap: 6px; border: 1px solid var(--parch); padding: 7px 16px; transition: all 0.2s; }
.nav-back:hover { border-color: var(--forest); color: var(--forest); }

/* 07. TOPBAR */
.topbar { background: var(--forest); padding: 9px 40px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.topbar-left { display: flex; align-items: center; gap: 20px; }
.topbar-item { font-size: 0.7rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.5); display: flex; align-items: center; gap: 6px; }
.topbar-item b { color: var(--sage-light); font-weight: 600; }
.topbar-sep { width: 3px; height: 3px; background: var(--gold-mid); transform: rotate(45deg); flex-shrink: 0; }
.topbar-tel { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.08em; color: var(--gold-light); display: flex; align-items: center; gap: 6px; border: 1px solid rgba(196,154,72,0.3); padding: 4px 14px; border-radius: 1px; transition: all 0.25s; }
.topbar-tel:hover { background: rgba(196,154,72,0.1); color: var(--gold-pale); }

/* 08. HERO — INDEX */
.hero { background: var(--cream); padding: 80px 40px 0; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: -120px; left: 50%; transform: translateX(-50%); width: 900px; height: 900px; border-radius: 50%; border: 1px solid rgba(160,120,48,0.06); pointer-events: none; }
.hero::after  { content: ''; position: absolute; top: -60px;  left: 50%; transform: translateX(-50%); width: 640px; height: 640px; border-radius: 50%; border: 1px solid rgba(160,120,48,0.08); pointer-events: none; }
.hero-inner { max-width: 840px; margin: 0 auto; text-align: center; position: relative; z-index: 1; }
.hero-provenance { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-bottom: 28px; display: block; animation: fadeDown 0.8s var(--ease) both; }
.hero-ornament-top { margin: 0 auto 28px; animation: fadeDown 0.8s 0.1s var(--ease) both; }
.hero-logo-img { width: min(450px, 70vw); margin: 0 auto 32px; filter: drop-shadow(0 12px 40px rgba(42,72,32,0.12)); animation: fadeUp 1s 0.15s var(--ease) both; }
.hero-title { font-family: var(--serif); font-size: clamp(3rem, 7vw, 6rem); font-weight: 400; font-style: italic; color: var(--forest); line-height: 1.05; letter-spacing: -0.02em; margin-bottom: 8px; animation: fadeUp 1s 0.2s var(--ease) both; }
.hero-title b { font-style: normal; font-weight: 700; color: var(--ink); }
.hero-title .gold-word { color: var(--gold); }
.hero-subtitle { font-family: var(--serif); font-style: italic; font-size: clamp(1.1rem, 2.5vw, 1.6rem); color: var(--text-mid); font-weight: 400; letter-spacing: 0.01em; margin-bottom: 32px; animation: fadeUp 1s 0.25s var(--ease) both; }
.hero-ornament-mid { margin: 0 auto 36px; animation: fadeUp 1s 0.3s var(--ease) both; }
.hero-desc { font-size: 0.95rem; font-weight: 300; color: var(--text-mid); max-width: 520px; margin: 0 auto 40px; line-height: 1.85; animation: fadeUp 1s 0.35s var(--ease) both; }
.hero-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 64px; animation: fadeUp 1s 0.4s var(--ease) both; }
.hero-stats-bar { background: var(--forest); padding: 0 40px; animation: fadeUp 1s 0.45s var(--ease) both; }
.hero-stats-inner { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); }
.hero-stat { padding: 28px 20px; text-align: center; border-right: 1px solid rgba(255,255,255,0.07); transition: background 0.3s; }
.hero-stat:last-child { border-right: none; }
.hero-stat:hover { background: rgba(255,255,255,0.04); }
.hero-stat strong { display: block; font-family: var(--serif); font-size: clamp(2.5rem, 4vw, 3.5rem); font-weight: 700; color: var(--gold-light); line-height: 1; letter-spacing: -0.02em; white-space: nowrap; }
.hero-stat strong sup { font-size: 0.6em; vertical-align: super; margin-left: 2px; }
.hero-stat > span { font-size: 0.62rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.4); display: block; margin-top: 8px; }

/* 09. HERO — JAJKA */
.hero-jajka { background: var(--forest); min-height: 88vh; display: flex; align-items: center; position: relative; overflow: hidden; padding: 80px 40px; }
.hero-orb { position: absolute; border-radius: 50%; pointer-events: none; }
.hero-orb-1 { width: 600px; height: 600px; background: radial-gradient(circle, rgba(232,160,32,0.18) 0%, transparent 70%); top: -100px; right: -150px; animation: pulse 8s ease-in-out infinite; }
.hero-orb-2 { width: 400px; height: 400px; background: radial-gradient(circle, rgba(232,160,32,0.1) 0%, transparent 70%); bottom: -80px; left: 20%; animation: pulse 10s ease-in-out infinite reverse; }
.hero-jajka .hero-inner { max-width: var(--max); margin: 0 auto; width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; position: relative; z-index: 1; }
.hero-tag { display: inline-block; font-size: 0.6rem; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--yolk); border: 1px solid rgba(232,160,32,0.3); padding: 5px 14px; margin-bottom: 24px; }
.hero-jajka h1 { font-family: var(--display); font-size: clamp(3rem, 5vw, 5.5rem); font-weight: 900; font-style: italic; color: var(--shell); line-height: 0.95; letter-spacing: -0.03em; margin-bottom: 28px; }
.hero-jajka h1 em { color: var(--yolk); }
.hero-jajka .hero-desc { font-size: 1rem; font-weight: 300; color: rgba(247,240,228,0.55); max-width: 400px; line-height: 1.8; margin-bottom: 36px; animation: none; }
.hero-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.hero-pill { font-size: 0.68rem; font-weight: 500; letter-spacing: 0.06em; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); color: rgba(247,240,228,0.7); padding: 6px 14px; transition: all 0.2s; }
.hero-pill:hover { background: rgba(232,160,32,0.15); border-color: var(--yolk); color: var(--yolk-pale); }
.hero-visual { display: flex; align-items: center; justify-content: center; position: relative; }
.egg-big { width: clamp(220px, 28vw, 360px); aspect-ratio: 9/11; background: radial-gradient(ellipse at 38% 32%, #fff9f0 0%, #f5e8c8 40%, #e0c890 80%, #c8a050 100%); border-radius: 50% 50% 50% 50% / 58% 58% 42% 42%; position: relative; box-shadow: inset -20px -30px 60px rgba(160,100,20,0.25), inset 12px 14px 30px rgba(255,255,255,0.5), 0 30px 80px rgba(0,0,0,0.35), 0 0 0 1px rgba(200,160,80,0.2); animation: float 6s ease-in-out infinite; }
.egg-shadow { position: absolute; bottom: -30px; left: 50%; transform: translateX(-50%); width: 70%; height: 20px; background: radial-gradient(ellipse, rgba(0,0,0,0.25) 0%, transparent 70%); animation: shadow-pulse 6s ease-in-out infinite; }
.egg-badges { position: absolute; display: flex; flex-direction: column; gap: 12px; left: -20px; top: 50%; transform: translateY(-50%); }
.egg-badge { background: var(--yolk); color: var(--ink); padding: 8px 14px; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; white-space: nowrap; box-shadow: 0 4px 16px rgba(232,160,32,0.4); }

/* 10. SEKCJE — INDEX */
.about { padding: 120px 40px; background: var(--cream); }
.about-inner { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-visual { position: relative; }
.about-img-frame { position: relative; border-radius: 2px; overflow: hidden; width: 100%; aspect-ratio: 4/5; }
.about-img-frame::before, .about-img-frame::after { content: ''; position: absolute; width: 32px; height: 32px; z-index: 2; pointer-events: none; }
.about-img-frame::before { top: 12px; left: 12px; border-top: 1px solid var(--gold-mid); border-left: 1px solid var(--gold-mid); }
.about-img-frame::after  { bottom: 12px; right: 12px; border-bottom: 1px solid var(--gold-mid); border-right: 1px solid var(--gold-mid); }
.about-ph { width: 100%; height: 100%; background: linear-gradient(145deg, var(--sage-ghost) 0%, var(--cream-3) 60%, var(--sage-light) 100%); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; }
.about-ph .ph-e { font-size: 4.5rem; opacity: 0.4; }
.about-ph .ph-t { font-size: 0.65rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-light); }
.about-badge { position: absolute; bottom: -20px; right: -20px; background: var(--forest); color: var(--cream); padding: 20px 26px; text-align: center; box-shadow: 0 12px 48px rgba(42,72,32,0.25); }
.about-badge strong { display: block; font-family: var(--serif); font-size: 2rem; font-weight: 700; line-height: 1; color: var(--gold-light); }
.about-badge span { font-size: 0.6rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; opacity: 0.6; display: block; margin-top: 5px; }
.about-text { padding-left: 20px; }
.about-text .sec-head { text-align: left; margin-bottom: 28px; }
.about-text .sec-head .orn-short { margin: 16px 0; }
.about-text .sec-body { margin: 0; max-width: 100%; }
.about-feats { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-top: 40px; border-top: 1px solid rgba(160,120,48,0.12); border-left: 1px solid rgba(160,120,48,0.12); }
.about-feat { padding: 20px; border-right: 1px solid rgba(160,120,48,0.12); border-bottom: 1px solid rgba(160,120,48,0.12); transition: background 0.3s; }
.about-feat:hover { background: var(--gold-ghost); }
.about-feat-icon { font-size: 1.2rem; margin-bottom: 8px; }
.about-feat h4 { font-family: var(--sans); font-size: 0.8rem; font-weight: 600; color: var(--ink-2); margin-bottom: 4px; }
.about-feat p { font-size: 0.75rem; color: var(--text-light); font-weight: 300; line-height: 1.5; }

.oferta { background: var(--cream-2); padding: 120px 40px; }
.oferta-head { max-width: var(--max); margin: 0 auto 64px; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 32px; }
.filter-btn { font-family: var(--sans); font-size: 0.68rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; padding: 7px 18px; border-radius: 1px; border: 1px solid var(--parch); background: transparent; color: var(--text-mid); cursor: pointer; transition: all 0.22s; }
.filter-btn:hover { border-color: var(--gold-mid); color: var(--gold); }
.filter-btn.active { background: var(--forest); color: var(--cream); border-color: var(--forest); }
.kury-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fill, minmax(310px, 1fr)); gap: 24px; }
.kura-card { background: var(--cream); border: 1px solid var(--cream-3); border-radius: 2px; overflow: hidden; transition: all 0.4s var(--ease); position: relative; }
.kura-card:hover { border-color: var(--gold-mid); transform: translateY(-6px); box-shadow: 0 20px 60px rgba(160,120,48,0.1); }
.kura-card.hidden { display: none; }
.kura-card::before { content: ''; position: absolute; top: 0; left: 0; width: 28px; height: 28px; border-top: 2px solid var(--gold-mid); border-left: 2px solid var(--gold-mid); z-index: 2; pointer-events: none; opacity: 0; transition: opacity 0.3s; }
.kura-card:hover::before { opacity: 1; }
.kura-img-box { height: 220px; position: relative; overflow: hidden; background: var(--cream-2); }
.kura-img-box img { width: 100%; height: 100%; object-fit: contain; padding: 8px; transition: transform 0.6s var(--ease); }
.kura-card:hover .kura-img-box img { transform: scale(1.04); }
.kura-img-ph { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 3.5rem; opacity: 0.45; position: relative; }
.kura-img-ph::after { content: 'Zdjęcie wkrótce'; position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%); font-size: 0.6rem; font-family: var(--sans); color: var(--text-light); letter-spacing: 0.1em; text-transform: uppercase; white-space: nowrap; }
.kura-price { position: absolute; top: 14px; right: 14px; background: var(--forest); color: var(--gold-light); font-family: var(--sans); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.06em; padding: 5px 14px; }
.kura-badge-lbl { position: absolute; top: 14px; left: 14px; background: rgba(250,246,237,0.92); backdrop-filter: blur(6px); font-size: 0.62rem; font-weight: 600; letter-spacing: 0.1em; color: var(--gold); border: 1px solid var(--gold-pale); padding: 3px 9px; }
.kura-body { padding: 20px 22px 24px; }
.kura-name { font-family: var(--serif); font-size: 1.15rem; font-weight: 700; color: var(--ink); margin-bottom: 7px; letter-spacing: -0.01em; }
.kura-desc { font-size: 0.8rem; font-weight: 300; color: var(--text-mid); line-height: 1.65; margin-bottom: 16px; }
.kura-specs { display: grid; grid-template-columns: repeat(4,1fr); gap: 6px; border-top: 1px solid rgba(160,120,48,0.1); padding-top: 14px; margin-bottom: 12px; }
.kura-spec { text-align: center; }
.kura-spec strong { display: block; font-size: 0.75rem; font-weight: 700; color: var(--forest); }
.kura-spec span { font-size: 0.58rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-light); display: block; margin-top: 2px; }
.kura-tags { display: flex; flex-wrap: wrap; gap: 5px; }
.kura-tag { font-size: 0.6rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); border: 1px solid var(--gold-pale); padding: 2px 8px; }

.kalk-section { padding: 0 40px 120px; background: var(--cream-2); }
.kalk-wrap { max-width: 820px; margin: 0 auto; background: var(--cream); border: 1px solid var(--gold-mid); position: relative; }
.kalk-corner { position: absolute; pointer-events: none; }
.kalk-corner.tl { top:8px;left:8px; border-top:1px solid var(--gold-mid);border-left:1px solid var(--gold-mid); width:24px;height:24px; }
.kalk-corner.tr { top:8px;right:8px; border-top:1px solid var(--gold-mid);border-right:1px solid var(--gold-mid); width:24px;height:24px; }
.kalk-corner.bl { bottom:8px;left:8px; border-bottom:1px solid var(--gold-mid);border-left:1px solid var(--gold-mid); width:24px;height:24px; }
.kalk-corner.br { bottom:8px;right:8px; border-bottom:1px solid var(--gold-mid);border-right:1px solid var(--gold-mid); width:24px;height:24px; }
.kalk-head { padding: 32px 40px 28px; text-align: center; border-bottom: 1px solid rgba(160,120,48,0.12); }
.kalk-head h3 { font-family: var(--serif); font-size: 1.6rem; font-style: italic; font-weight: 400; color: var(--ink); margin: 12px 0 6px; }
.kalk-head p { font-size: 0.8rem; font-weight: 300; color: var(--text-light); }
.kalk-rows-wrap { max-height: 360px; overflow-y: auto; padding: 16px 40px; scrollbar-width: thin; scrollbar-color: var(--gold-pale) transparent; }
.kalk-row { display: grid; grid-template-columns: 1fr 100px 80px; gap: 14px; align-items: center; padding: 11px 0; border-bottom: 1px solid rgba(160,120,48,0.08); }
.kalk-row:last-child { border-bottom: none; }
.kalk-rname { font-size: 0.85rem; color: var(--ink-2); }
.kalk-rprice { font-size: 0.72rem; color: var(--text-light); margin-top: 2px; }
.kalk-input { width: 100%; padding: 8px; text-align: center; border: 1px solid var(--parch); background: var(--cream-2); font-family: var(--sans); font-size: 0.9rem; font-weight: 600; color: var(--ink); transition: border-color 0.2s; -moz-appearance: textfield; }
.kalk-input:focus { outline: none; border-color: var(--gold-mid); background: var(--cream); }
.kalk-input::-webkit-inner-spin-button, .kalk-input::-webkit-outer-spin-button { opacity: 1; }
.kalk-rtotal { text-align: right; font-size: 0.85rem; font-weight: 700; color: var(--forest); }
.kalk-foot { padding: 24px 40px; border-top: 1px solid rgba(160,120,48,0.12); display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.kalk-total-lbl { font-size: 0.62rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-light); display: block; margin-bottom: 4px; }
#kalkTotal { font-family: var(--serif); font-size: 2.2rem; font-weight: 700; color: var(--ink); letter-spacing: -0.02em; }

.dlaczego { background: var(--forest); padding: 120px 40px; position: relative; overflow: hidden; }
.dlaczego-bg-text { position: absolute; bottom: -40px; right: -40px; font-family: var(--serif); font-style: italic; font-size: clamp(10rem,18vw,22rem); font-weight: 400; color: rgba(255,255,255,0.025); line-height: 1; pointer-events: none; user-select: none; white-space: nowrap; }
.dlaczego-inner { max-width: var(--max); margin: 0 auto; position: relative; z-index: 1; }
.dlaczego .sec-overline { color: var(--sage-light); }
.dlaczego .sec-title { color: var(--cream); }
.dlaczego .sec-title b { color: var(--gold-light); }
.dlaczego .sec-body { color: rgba(250,246,237,0.55); }
.dlaczego .orn-short .sl, .dlaczego .orn-short .sd { background: var(--gold-mid); }
.d-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.06); margin-top: 64px; }
.d-card { background: rgba(255,255,255,0.02); padding: 38px 30px; transition: background 0.3s; }
.d-card:hover { background: rgba(255,255,255,0.05); }
.d-num { font-family: var(--serif); font-size: 2.8rem; font-style: italic; color: rgba(196,154,72,0.2); display: block; line-height: 1; margin-bottom: 20px; transition: color 0.3s; }
.d-card:hover .d-num { color: rgba(196,154,72,0.35); }
.d-ico { font-size: 1.3rem; display: block; margin-bottom: 14px; }
.d-card h4 { font-family: var(--sans); font-size: 0.82rem; font-weight: 600; color: var(--cream); margin-bottom: 10px; }
.d-card p { font-size: 0.78rem; color: rgba(250,246,237,0.45); line-height: 1.7; font-weight: 300; }

.stats { background: var(--cream-3); padding: 0; }
.stats-inner { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); border-left: 1px solid rgba(160,120,48,0.15); }
.stat-item { padding: 56px 24px; text-align: center; border-right: 1px solid rgba(160,120,48,0.15); transition: background 0.3s; }
.stat-item:hover { background: var(--cream-2); }
.stat-val { font-family: var(--serif); font-size: clamp(2.4rem,4vw,3.6rem); font-weight: 700; color: var(--forest); line-height: 1; display: block; letter-spacing: -0.03em; margin-bottom: 12px; }
.stat-val sup { font-size: 0.45em; vertical-align: super; color: var(--gold-mid); }
.stat-label { font-size: 0.6rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-light); display: block; }
.stat-gem { width: 5px; height: 5px; background: var(--gold-mid); transform: rotate(45deg); margin: 10px auto 0; }

.opinie { background: var(--cream); padding: 120px 40px; }
.opinie-inner { max-width: var(--max); margin: 0 auto; }
.opinie-head { margin-bottom: 64px; }
.opinie-google-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 20px; font-size: 0.68rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--forest); border-bottom: 1px solid var(--gold-pale); padding-bottom: 2px; transition: border-color 0.2s; }
.opinie-google-link:hover { border-color: var(--forest); }
.opinie-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; }
.opinia-c { background: var(--cream-2); border: 1px solid var(--cream-3); padding: 30px 26px; position: relative; transition: all 0.35s var(--ease); }
.opinia-c::before { content: '"'; font-family: var(--serif); font-size: 5rem; font-style: italic; color: var(--gold-pale); position: absolute; top: 10px; left: 20px; line-height: 1; pointer-events: none; }
.opinia-c:hover { border-color: var(--gold-mid); box-shadow: 0 10px 40px rgba(160,120,48,0.08); }
.op-stars { color: var(--gold-mid); font-size: 0.75rem; letter-spacing: 3px; margin-bottom: 20px; display: block; padding-top: 28px; }
.op-text { font-family: var(--serif); font-size: 1rem; font-style: italic; font-weight: 400; color: var(--ink-2); line-height: 1.75; margin-bottom: 22px; }
.op-author { display: flex; align-items: center; gap: 12px; border-top: 1px solid rgba(160,120,48,0.1); padding-top: 16px; }
.op-av { width: 36px; height: 36px; border-radius: 50%; background: var(--sage-ghost); border: 1px solid var(--sage-light); display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: 0.95rem; color: var(--forest); font-weight: 700; }
.op-name { font-size: 0.82rem; font-weight: 600; color: var(--ink-2); display: block; }
.op-place { font-size: 0.68rem; color: var(--text-light); letter-spacing: 0.05em; }

.faq { background: var(--cream-2); padding: 120px 40px; }
.faq-inner { max-width: 800px; margin: 0 auto; }
.faq-list { margin-top: 60px; }
.faq-item { border-bottom: 1px solid rgba(160,120,48,0.12); }
.faq-item:first-child { border-top: 1px solid rgba(160,120,48,0.12); }
.faq-btn { width: 100%; padding: 21px 0; background: transparent; border: none; text-align: left; font-family: var(--sans); font-size: 0.9rem; font-weight: 500; color: var(--ink-2); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; transition: color 0.2s; }
.faq-btn:hover { color: var(--forest); }
.faq-item.open .faq-btn { color: var(--forest); }
.faq-icon { width: 20px; height: 20px; flex-shrink: 0; border-radius: 50%; border: 1px solid var(--parch); display: flex; align-items: center; justify-content: center; font-size: 0.6rem; color: var(--text-light); transition: all 0.3s; }
.faq-item.open .faq-icon { background: var(--forest); border-color: var(--forest); color: var(--cream); transform: rotate(180deg); }
.faq-ans { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.3s; padding: 0; }
.faq-item.open .faq-ans { max-height: 600px; padding: 0 0 20px; }
.faq-ans p { font-size: 0.88rem; font-weight: 300; color: var(--text-mid); line-height: 1.8; }

.poradnik { background: var(--cream); padding: 120px 40px; }
.poradnik-inner { max-width: var(--max); margin: 0 auto; }
.poradnik-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; background: var(--cream-3); border: 1px solid var(--cream-3); margin-top: 64px; }
.poradnik-card { background: var(--cream); padding: 36px 30px; position: relative; transition: background 0.3s var(--ease); }
.poradnik-card:hover { background: var(--gold-ghost); }
.poradnik-num { font-family: var(--serif); font-size: 2.4rem; font-style: italic; color: rgba(160,120,48,0.15); line-height: 1; margin-bottom: 16px; display: block; transition: color 0.3s; }
.poradnik-card:hover .poradnik-num { color: rgba(160,120,48,0.3); }
.poradnik-ico { font-size: 1.5rem; display: block; margin-bottom: 14px; }
.poradnik-card h3 { font-family: var(--sans); font-size: 0.85rem; font-weight: 700; color: var(--forest); margin-bottom: 12px; letter-spacing: 0.01em; }
.poradnik-card p { font-size: 0.82rem; font-weight: 300; color: var(--text-mid); line-height: 1.75; }
.poradnik-card p strong { font-weight: 700; color: var(--ink-2); }
.poradnik-cta { margin-top: 48px; border: 1px solid var(--gold-mid); background: var(--forest); padding: 32px 40px; position: relative; }
.poradnik-cta::before { content:''; position:absolute; top:8px;left:8px; width:28px;height:28px; border-top:1px solid var(--gold-mid);border-left:1px solid var(--gold-mid); pointer-events:none; }
.poradnik-cta::after  { content:''; position:absolute; bottom:8px;right:8px; width:28px;height:28px; border-bottom:1px solid var(--gold-mid);border-right:1px solid var(--gold-mid); pointer-events:none; }
.poradnik-cta-inner { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.poradnik-cta-icon { font-size: 2rem; flex-shrink: 0; }
.poradnik-cta-inner > div { flex: 1; min-width: 200px; }
.poradnik-cta-inner strong { display: block; font-family: var(--serif); font-size: 1.2rem; font-weight: 700; color: var(--gold-light); margin-bottom: 4px; }
.poradnik-cta-inner p { font-size: 0.82rem; color: rgba(250,246,237,0.55); font-weight: 300; }

.kontakt { background: var(--cream); padding: 120px 40px; }
.kontakt-inner { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: stretch; }
.k-items { margin-top: 48px; display: flex; flex-direction: column; gap: 26px; }
.k-row { display: flex; gap: 16px; align-items: flex-start; }
.k-ico { width: 44px; height: 44px; background: var(--sage-ghost); border: 1px solid var(--sage-light); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.k-row h4 { font-size: 0.62rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); margin-bottom: 5px; }
.k-row p, .k-row a { font-size: 0.92rem; font-weight: 300; color: var(--text); line-height: 1.5; }
.k-row a { color: var(--forest); font-weight: 500; }
.k-row a:hover { text-decoration: underline; }
.hours-box { margin-top: 40px; border: 1px solid rgba(160,120,48,0.25); overflow: hidden; }
.hours-ttl { padding: 14px 22px; background: var(--forest); font-size: 0.65rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-light); display: flex; align-items: center; gap: 8px; }
.h-row { display: flex; justify-content: space-between; align-items: center; padding: 13px 22px; border-bottom: 1px solid rgba(160,120,48,0.1); font-size: 0.92rem; transition: background 0.2s; }
.h-row:last-of-type { border-bottom: none; }
.h-row:hover { background: var(--gold-ghost); }
.hday { color: var(--ink-2); font-weight: 400; }
.htime { font-weight: 700; color: var(--forest); font-size: 0.95rem; }
.htime.closed { color: var(--parch); font-weight: 400; font-style: italic; font-size: 0.88rem; }
.h-note { padding: 13px 22px; background: var(--cream-2); font-size: 0.78rem; font-weight: 400; color: var(--text-mid); line-height: 1.6; border-top: 1px solid rgba(160,120,48,0.12); }
.kontakt-map { border: 1px solid rgba(160,120,48,0.2); height: 100%; min-height: 480px; position: relative; display: flex; flex-direction: column; }
.kontakt-map::before, .kontakt-map::after { content:''; position:absolute; z-index:1; pointer-events:none; width:32px;height:32px; }
.kontakt-map::before { top:10px;left:10px; border-top:1px solid var(--gold-mid);border-left:1px solid var(--gold-mid); }
.kontakt-map::after  { bottom:10px;right:10px; border-bottom:1px solid var(--gold-mid);border-right:1px solid var(--gold-mid); }
.kontakt-map iframe { width: 100%; flex: 1; border: 0; display: block; min-height: 480px; }

/* 11. SEKCJE — JAJKA */
.section { padding: 100px 40px; }
.section-inner { max-width: var(--max); margin: 0 auto; }
.page-jajka .sec-overline { color: var(--yolk-deep); font-weight: 500; font-size: 0.6rem; }
.page-jajka .sec-title { font-family: var(--display); font-size: clamp(2rem,4vw,3.5rem); font-weight: 700; }
.page-jajka .sec-title em { color: var(--yolk-deep); }
.wlasciwosci { background: var(--shell); }
.wl-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; background: var(--shell-3); margin-top: 60px; }
.wl-card { background: var(--shell); padding: 40px 32px; transition: background 0.3s; position: relative; overflow: hidden; }
.wl-card::before { content:''; position:absolute; bottom:0;left:0;right:0;height:3px; background:linear-gradient(90deg,var(--yolk),var(--yolk-deep)); transform:scaleX(0);transform-origin:left; transition:transform 0.4s var(--ease); }
.wl-card:hover { background: var(--yolk-ghost); }
.wl-card:hover::before { transform: scaleX(1); }
.wl-num { font-family: var(--display); font-size: 4rem; font-weight: 900; font-style: italic; color: rgba(232,160,32,0.1); line-height: 1; position: absolute; top: 16px; right: 20px; transition: color 0.3s; }
.wl-card:hover .wl-num { color: rgba(232,160,32,0.2); }
.wl-icon { font-size: 1.8rem; margin-bottom: 16px; }
.wl-card h3 { font-family: var(--display); font-size: 1.2rem; font-weight: 700; color: var(--ink); margin-bottom: 10px; }
.wl-card p { font-size: 0.85rem; font-weight: 300; color: var(--text-mid); line-height: 1.75; }
.wl-card p strong { font-weight: 600; color: var(--ink-2); }
.nutrition { background: var(--forest); padding: 80px 40px; }
.nutrition-inner { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.nutr-bars { margin-top: 32px; display: flex; flex-direction: column; gap: 18px; }
.nutr-bar-top { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 6px; }
.nutr-bar-name { font-size: 0.75rem; font-weight: 500; color: rgba(247,240,228,0.7); }
.nutr-bar-val { font-size: 0.72rem; font-weight: 700; color: var(--yolk-pale); }
.nutr-bar-track { height: 4px; background: rgba(255,255,255,0.1); border-radius: 2px; overflow: hidden; }
.nutr-bar-fill { height: 100%; background: linear-gradient(90deg, var(--yolk), var(--yolk-deep)); transform: scaleX(0); transform-origin: left; transition: transform 1s var(--ease); }
.nutr-bar-fill.animate { transform: scaleX(var(--w)); }
.nutr-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: rgba(255,255,255,0.05); }
.nutr-stat { padding: 28px 20px; text-align: center; }
.nutr-stat-val { display: block; font-family: var(--display); font-size: clamp(2rem,3.5vw,3rem); font-weight: 900; font-style: italic; color: var(--yolk); line-height: 1; margin-bottom: 8px; }
.nutr-stat-val sup { font-size: 0.45em; vertical-align: super; }
.nutr-stat-lbl { font-size: 0.6rem; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(247,240,228,0.35); display: block; }
.swiezosc { background: var(--shell-2); padding: 100px 40px; }
.swiezosc-inner { max-width: var(--max); margin: 0 auto; }
.test-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; background: var(--shell-3); margin-top: 60px; }
.test-card { background: var(--shell); padding: 36px 28px; }
.test-step { display: inline-block; font-family: var(--display); font-size: 2.8rem; font-weight: 900; font-style: italic; color: rgba(192,112,16,0.12); line-height: 1; margin-bottom: 16px; }
.test-card h3 { font-family: var(--display); font-size: 1.15rem; font-weight: 700; color: var(--ink); margin-bottom: 12px; }
.test-card p { font-size: 0.85rem; font-weight: 300; color: var(--text-mid); line-height: 1.75; margin-bottom: 20px; }
.test-result { font-size: 0.8rem; font-weight: 400; color: var(--text); background: var(--shell-2); padding: 8px 12px; border-radius: 2px; }
.test-result.bad { background: #fdf0f0; }
.przepisy { background: var(--cream); padding: 100px 40px; }
.przepisy-inner { max-width: var(--max); margin: 0 auto; }
.przepisy-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px,1fr)); gap: 24px; margin-top: 60px; }
.recipe-card { background: var(--shell); border: 1px solid var(--shell-3); border-radius: 2px; overflow: hidden; display: flex; flex-direction: column; transition: all 0.35s var(--ease); }
.recipe-card:hover { border-color: var(--yolk); box-shadow: 0 12px 48px rgba(232,160,32,0.12); transform: translateY(-4px); }
.recipe-thumb { height: 200px; overflow: hidden; position: relative; }
.recipe-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s var(--ease); }
.recipe-card:hover .recipe-thumb img { transform: scale(1.04); }
.recipe-difficulty { font-size: 0.58rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 4px 10px; }
.recipe-difficulty.easy   { background: #d4edda; color: #1a5928; }
.recipe-difficulty.medium { background: #fff3cd; color: #856404; }
.recipe-difficulty.hard   { background: #f8d7da; color: #842029; }
.recipe-body { padding: 24px 26px 28px; flex: 1; }
.recipe-time { font-size: 0.62rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--yolk-deep); margin-bottom: 8px; display: flex; align-items: center; gap: 6px; }
.recipe-card h3 { font-family: var(--display); font-size: 1.3rem; font-weight: 700; color: var(--ink); margin-bottom: 10px; line-height: 1.2; }
.recipe-card p { font-size: 0.82rem; font-weight: 300; color: var(--text-mid); line-height: 1.65; margin-bottom: 16px; }
.recipe-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 20px; }
.recipe-tag { font-size: 0.58rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-light); border: 1px solid var(--shell-3); padding: 3px 8px; }
.recipe-expand-btn { width: 100%; background: var(--forest); border: none; cursor: pointer; font-family: var(--sans); font-size: 0.7rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--shell); border-top: 1px solid var(--shell-3); padding: 14px 26px; text-align: left; display: flex; justify-content: space-between; align-items: center; transition: background 0.2s; margin-top: auto; }
.recipe-expand-btn:hover { background: #1e3a16; }
.recipe-modal-overlay { display: none; position: fixed; inset: 0; z-index: 1000; background: rgba(20,16,10,0.72); backdrop-filter: blur(4px); align-items: center; justify-content: center; padding: 20px; }
.recipe-modal-overlay.open { display: flex; }
.recipe-modal { background: var(--white-egg); max-width: 680px; width: 100%; max-height: 90vh; overflow-y: auto; position: relative; animation: modalIn 0.3s var(--ease) both; }
@keyframes modalIn { from { opacity:0; transform:translateY(20px) scale(0.97); } to { opacity:1; transform:none; } }
.modal-close { position: absolute; top: 14px; left: 14px; background: rgba(0,0,0,0.35); border: none; cursor: pointer; color: #fff; font-size: 1rem; line-height: 1; padding: 6px 10px; z-index: 2; transition: background 0.2s; }
.modal-close:hover { background: rgba(0,0,0,0.6); }
.modal-thumb { width: 100%; height: 240px; overflow: hidden; position: relative; }
.modal-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.modal-thumb .recipe-difficulty { position: absolute; top: 14px; right: 14px; }
.modal-body { padding: 28px 32px 36px; }
.modal-body .recipe-time { margin-bottom: 8px; }
.modal-body h3 { font-family: var(--display); font-size: 1.6rem; font-weight: 700; color: var(--ink); margin-bottom: 10px; line-height: 1.2; }
.modal-body > p { font-size: 0.85rem; font-weight: 300; color: var(--text-mid); line-height: 1.65; margin-bottom: 18px; }
.modal-body .recipe-tags { margin-bottom: 24px; }
.modal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; border-top: 1px solid var(--shell-3); padding-top: 24px; }
.modal-grid h4 { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--yolk-deep); margin-bottom: 12px; }
.modal-grid ul { list-style: none; display: flex; flex-direction: column; gap: 7px; }
.modal-grid ul li { font-size: 0.82rem; font-weight: 300; color: var(--text); padding-left: 14px; position: relative; line-height: 1.5; }
.modal-grid ul li::before { content: '◆'; position: absolute; left: 0; top: 4px; font-size: 0.35rem; color: var(--yolk); }
.modal-steps { grid-column: 1/-1; }
.modal-steps ol { list-style: none; counter-reset: steps; display: flex; flex-direction: column; gap: 10px; }
.modal-steps ol li { counter-increment: steps; font-size: 0.85rem; font-weight: 300; color: var(--text); padding-left: 28px; position: relative; line-height: 1.65; }
.modal-steps ol li::before { content: counter(steps); position: absolute; left: 0; top: 1px; font-family: var(--display); font-size: 0.75rem; font-weight: 700; color: var(--yolk); width: 18px; text-align: center; }
.kolory { background: var(--forest); padding: 100px 40px; }
.kolory-inner { max-width: var(--max); margin: 0 auto; }
.kolory .sec-overline { color: var(--yolk-pale); }
.kolory .sec-title { color: var(--shell); }
.kolory .sec-title em { color: var(--yolk); }
.kolory .sec-body { color: rgba(247,240,228,0.5); }
.kolory-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px,1fr)); gap: 16px; margin-top: 56px; }
.kolor-card { padding: 28px 20px 24px; text-align: center; border: 1px solid rgba(255,255,255,0.06); background: rgba(255,255,255,0.02); transition: all 0.3s; cursor: default; }
.kolor-card:hover { background: rgba(255,255,255,0.06); transform: translateY(-4px); }
.kolor-egg { width: 56px; height: 68px; border-radius: 50% 50% 50% 50% / 58% 58% 42% 42%; margin: 0 auto 16px; box-shadow: inset -4px -6px 12px rgba(0,0,0,0.2), inset 2px 3px 8px rgba(255,255,255,0.2); }
.kolor-card h4 { font-family: var(--display); font-size: 0.9rem; font-weight: 700; color: var(--shell); margin-bottom: 6px; }
.kolor-card p { font-size: 0.72rem; font-weight: 300; color: rgba(247,240,228,0.4); line-height: 1.5; }
.cta-band { background: var(--yolk); padding: 72px 40px; text-align: center; position: relative; overflow: hidden; }
.cta-band::before { content:'🥚🥚🥚'; position:absolute; font-size:8rem; opacity:0.06; top:-10px;left:-20px; pointer-events:none;user-select:none;letter-spacing:-10px; }
.cta-band::after  { content:'🥚🥚🥚'; position:absolute; font-size:8rem; opacity:0.06; bottom:-10px;right:-20px; pointer-events:none;user-select:none;letter-spacing:-10px; }
.cta-band h2 { font-family: var(--display); font-size: clamp(2rem,4vw,3.5rem); font-weight: 900; font-style: italic; color: var(--ink); line-height: 1.1; margin-bottom: 16px; }
.cta-band p { font-size: 1rem; font-weight: 300; color: rgba(26,22,14,0.65); margin-bottom: 32px; max-width: 480px; margin-left: auto; margin-right: auto; }
.btn-dark { display: inline-flex; align-items: center; gap: 8px; font-family: var(--sans); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; background: var(--ink); color: var(--shell); padding: 15px 36px; transition: all 0.3s var(--ease); }
.btn-dark:hover { background: var(--forest); transform: translateY(-2px); }
.btn-outline-dark { display: inline-flex; align-items: center; gap: 8px; font-family: var(--sans); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; background: transparent; color: var(--ink); border: 2px solid rgba(26,22,14,0.3); padding: 13px 34px; transition: all 0.3s; margin-left: 12px; }
.btn-outline-dark:hover { border-color: var(--ink); }

/* 12. SEKCJE — PORADNIK */
.article-hero { background: var(--forest); padding: 72px 40px 64px; position: relative; overflow: hidden; }
.article-hero::before { content:'🐔'; position:absolute; right:-20px;bottom:-30px; font-size:clamp(10rem,18vw,18rem); opacity:0.04; pointer-events:none;user-select:none;line-height:1; }
.article-hero-inner { max-width: 800px; margin: 0 auto; }
.article-breadcrumb { font-size: 0.68rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 20px; display: flex; align-items: center; gap: 8px; }
.article-breadcrumb a { color: var(--gold-light); transition: opacity 0.2s; }
.article-breadcrumb a:hover { opacity: 0.8; }
.article-breadcrumb span { color: rgba(255,255,255,0.2); }
.article-tag { display: inline-block; font-size: 0.62rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--forest); background: var(--gold-light); padding: 4px 12px; margin-bottom: 22px; }
.article-hero h1 { font-family: var(--serif); font-size: clamp(2rem,4.5vw,3.4rem); font-weight: 400; font-style: italic; color: var(--cream); line-height: 1.15; letter-spacing: -0.02em; margin-bottom: 20px; }
.article-hero h1 b { font-style: normal; font-weight: 700; color: var(--gold-light); }
.article-hero-meta { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; font-size: 0.72rem; color: rgba(255,255,255,0.4); border-top: 1px solid rgba(255,255,255,0.08); padding-top: 20px; margin-top: 28px; }
.article-hero-meta strong { color: rgba(255,255,255,0.7); }
.meta-dot { width: 3px; height: 3px; background: var(--gold-mid); transform: rotate(45deg); flex-shrink: 0; }
.article-layout { max-width: var(--max); margin: 0 auto; padding: 60px 40px 100px; display: grid; grid-template-columns: 1fr 300px; gap: 64px; align-items: start; }
.article-body { min-width: 0; }
.toc { background: var(--cream-2); border: 1px solid var(--cream-3); border-left: 3px solid var(--gold-mid); padding: 24px 28px 28px; margin-bottom: 56px; }
.toc-title { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); display: flex; align-items: center; gap: 8px; margin-bottom: 16px; }
.toc ol { list-style: none; counter-reset: toc; display: flex; flex-direction: column; gap: 8px; }
.toc ol li { counter-increment: toc; }
.toc ol li a { font-size: 0.85rem; font-weight: 400; color: var(--text-mid); display: flex; align-items: baseline; gap: 10px; transition: color 0.2s; }
.toc ol li a::before { content: counter(toc,decimal-leading-zero); font-size: 0.65rem; font-weight: 700; color: var(--gold-mid); flex-shrink: 0; font-family: var(--serif); }
.toc ol li a:hover { color: var(--forest); }
.toc ol li.toc-sub a { padding-left: 24px; font-size: 0.8rem; }
.toc ol li.toc-sub a::before { content: '—'; font-size: 0.7rem; }
.article-section { margin-bottom: 56px; scroll-margin-top: 80px; }
.section-label { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.section-label::after { content: ''; flex: 1; height: 1px; background: var(--gold-pale); }
.article-section h2 { font-family: var(--serif); font-size: clamp(1.5rem,3vw,2.2rem); font-weight: 700; color: var(--forest); line-height: 1.2; margin-bottom: 20px; letter-spacing: -0.01em; }
.article-section h3 { font-family: var(--serif); font-size: 1.15rem; font-weight: 700; color: var(--ink-2); margin: 28px 0 10px; padding-left: 14px; border-left: 2px solid var(--gold-mid); }
.article-section p { font-size: 0.95rem; font-weight: 300; color: var(--text); line-height: 1.9; margin-bottom: 16px; }
.article-section p strong { font-weight: 700; color: var(--ink-2); }
.article-section ul, .article-section ol { padding-left: 0; list-style: none; display: flex; flex-direction: column; gap: 9px; margin-bottom: 20px; }
.article-section ul li, .article-section ol li { font-size: 0.92rem; font-weight: 300; color: var(--text); line-height: 1.7; padding-left: 20px; position: relative; }
.article-section ul li::before { content:'◆'; position:absolute;left:0;top:3px;font-size:0.45rem;color:var(--gold-mid); }
.article-section ol { counter-reset: article-ol; }
.article-section ol li { counter-increment: article-ol; }
.article-section ol li::before { content:counter(article-ol)'.'; position:absolute;left:0;font-size:0.8rem;font-weight:700;color:var(--gold);font-family:var(--serif); }
.article-section li strong { font-weight: 600; color: var(--ink-2); }
.tip { background: var(--sage-ghost); border: 1px solid var(--sage-light); border-left: 3px solid var(--forest); padding: 18px 22px; margin: 24px 0; font-size: 0.88rem; line-height: 1.7; color: var(--text); }
.tip strong { color: var(--forest); font-weight: 700; }
.tip-icon { margin-right: 6px; }
.warning { background: #fff8ec; border: 1px solid var(--gold-pale); border-left: 3px solid var(--gold-mid); padding: 18px 22px; margin: 24px 0; font-size: 0.88rem; line-height: 1.7; color: var(--text); }
.warning strong { color: var(--gold); font-weight: 700; }
.table-wrap { overflow-x: auto; margin: 24px 0; }
table { width: 100%; border-collapse: collapse; font-size: 0.85rem; }
thead tr { background: var(--forest); color: var(--cream); }
thead th { padding: 12px 16px; text-align: left; font-family: var(--sans); font-size: 0.68rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; }
tbody tr { border-bottom: 1px solid var(--cream-3); }
tbody tr:nth-child(even) { background: var(--cream-2); }
tbody tr:hover { background: var(--gold-ghost); }
tbody td { padding: 11px 16px; color: var(--text); font-weight: 300; }
tbody td strong { font-weight: 700; color: var(--ink-2); }
.td-good { color: #2a6020; font-weight: 600; }
.td-bad  { color: #8b2020; font-weight: 600; }
.article-sep { display: flex; align-items: center; gap: 12px; margin: 48px 0; }
.article-sep .sl { flex: 1; height: 1px; background: var(--cream-3); }
.article-sep .sd { width: 6px; height: 6px; background: var(--gold-mid); transform: rotate(45deg); flex-shrink: 0; }
.article-faq { margin-top: 12px; }
.afaq-item { border-bottom: 1px solid rgba(160,120,48,0.12); }
.afaq-item:first-child { border-top: 1px solid rgba(160,120,48,0.12); }
.afaq-btn { width: 100%; padding: 18px 0; background: transparent; border: none; text-align: left; font-family: var(--sans); font-size: 0.9rem; font-weight: 500; color: var(--ink-2); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; transition: color 0.2s; }
.afaq-btn:hover { color: var(--forest); }
.afaq-item.open .afaq-btn { color: var(--forest); }
.afaq-icon { width: 20px; height: 20px; flex-shrink: 0; border-radius: 50%; border: 1px solid var(--parch); display: flex; align-items: center; justify-content: center; font-size: 0.6rem; color: var(--text-light); transition: all 0.3s; }
.afaq-item.open .afaq-icon { background: var(--forest); border-color: var(--forest); color: var(--cream); transform: rotate(180deg); }
.afaq-ans { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.3s; }
.afaq-item.open .afaq-ans { max-height: 400px; padding: 0 0 18px; }
.afaq-ans p { font-size: 0.88rem; font-weight: 300; color: var(--text-mid); line-height: 1.8; }
.sidebar { position: sticky; top: 80px; display: flex; flex-direction: column; gap: 24px; max-height: calc(100vh - 100px); overflow-y: auto; }
.sidebar-box { background: var(--cream-2); border: 1px solid var(--cream-3); padding: 24px; }
.sidebar-box.green { background: var(--forest); border-color: var(--forest); }
.sidebar-box-title { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
.sidebar-box.green .sidebar-box-title { color: var(--gold-light); }
.sidebar-box p { font-size: 0.82rem; font-weight: 300; color: var(--text-mid); line-height: 1.7; margin-bottom: 16px; }
.sidebar-box.green p { color: rgba(250,246,237,0.6); }
.sidebar-tel { display: flex; align-items: center; gap: 8px; font-size: 1rem; font-weight: 700; color: var(--gold-light); margin-bottom: 6px; }
.sidebar-hours { font-size: 0.75rem; color: rgba(255,255,255,0.35); line-height: 1.7; }
.btn-full { display: block; width: 100%; text-align: center; font-family: var(--sans); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; background: var(--gold-mid); color: var(--ink); padding: 13px 20px; border: none; cursor: pointer; transition: background 0.2s; margin-top: 16px; }
.btn-full:hover { background: var(--gold); color: var(--cream); }
.sidebar-checklist { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.sidebar-checklist li { font-size: 0.82rem; font-weight: 300; color: var(--text-mid); display: flex; align-items: flex-start; gap: 8px; line-height: 1.5; }
.sidebar-checklist li::before { content:'◆'; font-size:0.4rem;color:var(--gold-mid);flex-shrink:0;margin-top:5px; }
.inline-cta { background: var(--forest); padding: 32px 36px; margin: 40px 0; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; position: relative; }
.inline-cta::before { content:''; position:absolute;top:8px;left:8px;width:24px;height:24px;border-top:1px solid var(--gold-mid);border-left:1px solid var(--gold-mid); }
.inline-cta::after  { content:''; position:absolute;bottom:8px;right:8px;width:24px;height:24px;border-bottom:1px solid var(--gold-mid);border-right:1px solid var(--gold-mid); }
.inline-cta-icon { font-size: 2.2rem; flex-shrink: 0; }
.inline-cta-text { flex: 1; min-width: 160px; }
.inline-cta-text strong { display: block; font-family: var(--serif); font-size: 1.1rem; color: var(--gold-light); margin-bottom: 4px; }
.inline-cta-text p { font-size: 0.82rem; color: rgba(250,246,237,0.55); margin: 0; }
.inline-cta a { display: inline-block; font-family: var(--sans); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; background: var(--gold-mid); color: var(--ink); padding: 12px 24px; flex-shrink: 0; transition: background 0.2s; }
.inline-cta a:hover { background: var(--gold); color: var(--cream); }

/* 13. FOOTER */
footer { background: var(--ink); border-top: 2px solid var(--gold); padding: 72px 40px 36px; }
.footer-orn { margin-bottom: 48px; }
.footer-orn .ol { background: rgba(196,154,72,0.2); }
.footer-orn .od { background: var(--gold-mid); }
.footer-inner { max-width: var(--max); margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 60px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.05); }
.f-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.f-logo img { height: 40px; }
.f-logo-txt .fl1 { font-family: var(--serif); font-size: 1.1rem; font-weight: 700; color: var(--cream); display: block; }
.f-logo-txt .fl2 { font-size: 0.58rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-mid); display: block; margin-top: 3px; }
.f-desc { font-size: 0.82rem; font-weight: 300; color: rgba(255,255,255,0.3); line-height: 1.7; max-width: 280px; }
.f-col h4 { font-size: 0.6rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold-mid); margin-bottom: 18px; }
.f-col a { display: block; font-size: 0.84rem; font-weight: 300; color: rgba(255,255,255,0.4); margin-bottom: 10px; transition: color 0.2s; }
.f-col a:hover { color: var(--cream); }
.footer-btm { padding-top: 28px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; font-size: 0.7rem; font-weight: 300; color: rgba(255,255,255,0.2); }
.f-diamond { color: var(--gold-mid); font-size: 0.6rem; }
footer.footer-min { padding: 40px; text-align: center; }
.footer-logo { font-family: var(--serif); font-size: 1.1rem; font-weight: 700; color: var(--cream); margin-bottom: 8px; }
.footer-sub { font-size: 0.72rem; color: rgba(255,255,255,0.25); margin-bottom: 20px; }
.footer-links { display: flex; justify-content: center; gap: 24px; flex-wrap: wrap; margin-bottom: 20px; }
.footer-links a { font-size: 0.75rem; color: rgba(255,255,255,0.35); transition: color 0.2s; }
.footer-links a:hover { color: var(--gold-light); }
.footer-copy { font-size: 0.68rem; color: rgba(255,255,255,0.15); }

/* 14. FLOAT BUTTON */
.float-cta { position: fixed; bottom: 28px; right: 28px; z-index: 999; display: flex; align-items: center; gap: 9px; background: var(--forest); color: var(--cream); padding: 13px 24px; font-family: var(--sans); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; border-top: 2px solid var(--gold-mid); box-shadow: 0 8px 40px rgba(42,72,32,0.3); transition: all 0.3s var(--ease); animation: floatUp 4s ease-in-out infinite; }
.float-cta:hover { background: var(--ink); transform: translateY(-3px); box-shadow: 0 16px 56px rgba(42,72,32,0.35); }

/* 15. KEYFRAMES */
@keyframes fadeUp    { from{opacity:0;transform:translateY(20px)} to{opacity:1;transform:none} }
@keyframes fadeDown  { from{opacity:0;transform:translateY(-10px)} to{opacity:1;transform:none} }
@keyframes floatUp   { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-5px)} }
@keyframes pulse     { 0%,100%{transform:scale(1);opacity:1} 50%{transform:scale(1.12);opacity:0.7} }
@keyframes float     { 0%,100%{transform:translateY(0) rotate(-2deg)} 50%{transform:translateY(-16px) rotate(2deg)} }
@keyframes shadow-pulse { 0%,100%{transform:translateX(-50%) scaleX(1);opacity:0.5} 50%{transform:translateX(-50%) scaleX(0.7);opacity:0.2} }

/* 16. RESPONSIVE */
@media(max-width:900px){
  .topbar-left .topbar-item:nth-child(1), .topbar-left .topbar-item:nth-child(3), .topbar-sep { display:none; }
  .topbar { justify-content:center; }
  .topbar-left { justify-content:center; width:100%; }
  nav#nav { padding:0 24px; }
  .nav-links, .nav-tel { display:none; }
  .mob-toggle { display:flex; }
  .nav-links.open { display:flex;flex-direction:column;position:absolute;top:68px;left:0;right:0;background:rgba(250,246,237,0.98);backdrop-filter:blur(20px);padding:24px 32px;gap:20px;border-bottom:1px solid var(--gold-mid);z-index:200; }
  .kontakt-inner { grid-template-columns:1fr;gap:48px; }
  .kontakt-map { height:360px; }
  .d-grid { grid-template-columns:1fr 1fr; }
  .hero-stats-inner { grid-template-columns:repeat(2,1fr); }
  .hero-stat { border-bottom:1px solid rgba(255,255,255,0.07); }
}
@media(max-width:1024px){
  .about-inner { grid-template-columns:1fr;gap:60px; }
  .about-text { padding-left:0; }
  .about-img-frame { height:auto;aspect-ratio:1/1; }
  .about-badge { bottom:-16px;right:0; }
  .footer-top { grid-template-columns:1fr 1fr; }
  .stats-inner { grid-template-columns:repeat(2,1fr); }
  .poradnik-grid { grid-template-columns:repeat(2,1fr); }
  .article-layout { grid-template-columns:1fr;padding:40px 24px 80px;gap:40px; }
  .sidebar { position:static;max-height:none; }
  .wl-grid { grid-template-columns:repeat(2,1fr); }
  .test-grid { grid-template-columns:1fr 1fr; }
  .nutrition-inner { grid-template-columns:1fr;gap:48px; }
  .hero-jajka .hero-inner { grid-template-columns:1fr;text-align:center;gap:48px; }
  .hero-jajka .hero-desc { margin:0 auto 36px; }
  .hero-jajka .hero-pills { justify-content:center; }
  .hero-visual { display:none; }
}
@media(max-width:768px){
  .hero { padding:60px 24px 0; }
  .hero-stats-bar { padding:0 24px; }
  .about,.oferta,.kalk-section,.dlaczego,.opinie,.faq,.kontakt { padding:80px 24px; }
  .kalk-section { padding:0 24px 80px; }
  .topbar { padding:8px 20px;flex-wrap:wrap;gap:8px; }
  .topbar-left { gap:12px;flex-wrap:wrap; }
  .kury-grid { grid-template-columns:1fr; }
  .about-feats { grid-template-columns:1fr; }
  footer { padding:56px 24px 28px; }
  footer.footer-min { padding:32px 20px; }
  .footer-top { grid-template-columns:1fr;gap:32px; }
  .d-grid { grid-template-columns:1fr; }
  .kalk-rows-wrap,.kalk-head,.kalk-foot { padding-left:20px;padding-right:20px; }
  .kalk-row { grid-template-columns:1fr 80px 60px;gap:8px; }
  .poradnik { padding:80px 24px; }
  .poradnik-grid { grid-template-columns:1fr; }
  .poradnik-cta { padding:24px 20px; }
  .article-hero { padding:48px 24px; }
  .article-hero h1 { font-size:1.8rem; }
  nav.site-nav { padding: 0 16px; }
  nav.site-nav .nav-inner { height: 56px; gap: 10px; }
  nav.site-nav .nav-logo img { height: 32px; }
  nav.site-nav .nav-logo-text .nl2 { display: none; }
  .nav-back { font-size: 0.65rem; padding: 5px 10px; letter-spacing: 0.06em; white-space: nowrap; }
  .section,.przepisy,.swiezosc,.wlasciwosci,.kolory { padding:64px 20px; }
  .nutrition { padding:64px 20px; }
  .cta-band { padding:56px 20px; }
  .wl-grid { grid-template-columns:1fr; }
  .test-grid { grid-template-columns:1fr; }
  .przepisy-grid { grid-template-columns:1fr; }
  .modal-grid { grid-template-columns:1fr; }
  .modal-body { padding:20px; }
}
@media(max-width:600px){
  .float-cta { bottom: 20px; right: 16px; padding: 11px 18px; font-size: 0.68rem; }
  .float-cta-txt { display: inline; }
  .hero-jajka { padding:60px 20px;min-height:auto; }
  .btn-outline-dark { margin-left:0;margin-top:10px; }
}
@media(max-width:480px){
  .hero-btns { flex-direction:column;align-items:center; }
  .btn-forest,.btn-outline-gold { width:100%;justify-content:center; }
  .hero-stats-inner { grid-template-columns:repeat(2,1fr); }
  .stats-inner { grid-template-columns:repeat(2,1fr); }
  .opinie-grid { grid-template-columns:1fr; }
}
