  :root {
    --green: #2a6b3f;
    --green-light: #3a8f56;
    --green-pale: #edf5f0;
    --green-dark: #1a4228;
    --gold: #b8943a;
    --gold-dark: #9a7a2e;
    --text: #1c2b20;
    --muted: #6b7d6f;
    --bg: #f8faf8;
    --white: #ffffff;
    --border: #d6e8db;
  }
  * { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body { font-family: 'Outfit', sans-serif; background: var(--bg); color: var(--text); overflow-x: hidden; }
  h1,h2,h3 { font-family: 'Cormorant Garamond', serif; }

  /* NAV */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    display: flex; justify-content: center;
    padding: 18px 4%;
    pointer-events: none;
    transition: padding 0.5s cubic-bezier(0.34,1.56,0.64,1);
  }
  .nav-inner {
    display: flex; align-items: center; justify-content: space-between;
    width: 100%; max-width: 1400px; gap: 32px;
    pointer-events: auto;
    border-radius: 999px;
    border: 1px solid transparent;
    padding: 0;
    transition:
      background 0.4s ease,
      box-shadow 0.45s ease,
      max-width 0.55s cubic-bezier(0.34,1.56,0.64,1),
      padding 0.45s cubic-bezier(0.34,1.56,0.64,1),
      border-color 0.4s ease;
  }
  nav.scrolled { padding: 10px 4%; }
  nav.scrolled .nav-inner {
    background: rgba(255,255,255,0.97);
    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 4px 40px rgba(0,0,0,0.10), 0 1px 6px rgba(0,0,0,0.05);
    border-color: rgba(0,0,0,0.08);
    max-width: 980px;
    padding: 6px 8px 6px 24px;
  }
  .nav-logo { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
  .nav-logo-name { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 700; color: white; transition: color 0.4s ease; }
  nav.scrolled .nav-logo-name { color: var(--green-dark); }
  .nav-logo-sub { font-size: 10px; color: rgba(255,255,255,0.65); letter-spacing: 2px; text-transform: uppercase; margin-top: 1px; transition: color 0.4s ease; }
  nav.scrolled .nav-logo-sub { color: var(--muted); }
  .nav-links { display: flex; gap: 28px; list-style: none; flex: 1; justify-content: center; }
  .nav-links a { font-size: 14px; font-weight: 500; color: rgba(255,255,255,0.82); text-decoration: none; transition: color 0.25s; white-space: nowrap; }
  .nav-links a:hover { color: white; }
  nav.scrolled .nav-links a { color: var(--muted); }

  /* ===== Podstrony: zielony, przestronny navbar (stan gorny) — Opcja B ===== */
  nav:not(.scrolled) .nav-inner {
    background: var(--green-dark);
    padding: 16px 34px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.16);
    border-color: rgba(255,255,255,0.10);
  }
  nav:not(.scrolled) .nav-logo-name { font-size: 23px; }
  nav:not(.scrolled) .nav-logo-sub  { font-size: 11px; }
  nav:not(.scrolled) .nav-links     { gap: 34px; }
  nav:not(.scrolled) .nav-links a   { font-size: 15px; }
  nav:not(.scrolled) .nav-cta       { padding: 12px 26px; font-size: 15px; }
  nav.scrolled .nav-links a:hover { color: var(--green); }
  .nav-cta {
    background: var(--green); color: white; padding: 10px 22px;
    border-radius: 999px; font-size: 14px; font-weight: 600;
    text-decoration: none; transition: all 0.3s; flex-shrink: 0; white-space: nowrap;
  }
  .nav-cta:hover { background: var(--green-light); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(42,107,63,0.3); }
  /* Mobile toggle */
  .nav-toggle { display: none; flex-direction: column; gap: 5px; padding: 8px; background: none; border: none; cursor: pointer; pointer-events: auto; margin-left: auto; }
  .nav-toggle span { width: 22px; height: 2px; background: white; display: block; border-radius: 2px; transition: transform 0.4s cubic-bezier(0.34,1.56,0.64,1), opacity 0.3s, background 0.4s; }
  nav.scrolled .nav-toggle span { background: var(--green-dark); }
  nav.menu-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  nav.menu-open .nav-toggle span:nth-child(2) { opacity: 0; }
  nav.menu-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  /* Mobile drawer */
  .nav-drawer {
    display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 99;
    background: rgba(26,66,40,0.97); backdrop-filter: blur(20px);
    flex-direction: column; align-items: center; justify-content: center; gap: 32px;
    opacity: 0; transform: translateY(-16px);
    transition: opacity 0.35s ease, transform 0.4s cubic-bezier(0.34,1.56,0.64,1);
  }
  .nav-drawer.open { opacity: 1; transform: translateY(0); }
  .nav-drawer a { font-family: 'Cormorant Garamond', serif; font-size: 32px; font-weight: 600; color: white; text-decoration: none; transition: color 0.2s; }
  .nav-drawer a:hover { color: #a8d5b5; }

  /* HERO */
  .hero { min-height: 100vh; display: flex; align-items: center; padding: 110px 6% 70px; position: relative; overflow: hidden; }
  .hero::before { content:''; position:absolute; inset:0; background: url('https://images.pexels.com/photos/1453499/pexels-photo-1453499.jpeg?auto=compress&cs=tinysrgb&w=1600') center/cover no-repeat; z-index:0; }
  .hero::after { content:''; position:absolute; inset:0; background: linear-gradient(to right, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.3) 60%, rgba(0,0,0,0.15) 100%); z-index:0; }
  @keyframes sway { 0%,100%{transform:rotate(-2deg)} 50%{transform:rotate(2deg)} }
  .hero-left { position: relative; z-index: 1; }
  .hero-tag { display: inline-flex; align-items: center; gap: 8px; background: var(--green-pale); color: var(--green); border: 1px solid rgba(42,107,63,0.18); padding: 6px 14px 6px 10px; border-radius: 4px; font-size: 11px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 28px; animation: fadeUp 0.6s ease both; box-shadow: 0 2px 12px rgba(42,107,63,0.12); }
  .tag-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--green); display: block; position: relative; flex-shrink: 0; }
  .tag-dot::before { content: ''; position: absolute; inset: -3px; border-radius: 50%; background: var(--green); opacity: 0.4; animation: locPulse 1.8s ease-out infinite; }
  .tag-dot::after { content: ''; position: absolute; inset: -6px; border-radius: 50%; background: var(--green); opacity: 0.15; animation: locPulse 1.8s ease-out 0.4s infinite; }
  @keyframes locPulse { 0%{transform:scale(1);opacity:0.4} 100%{transform:scale(2.2);opacity:0} }
  h1 { font-size: clamp(44px,5vw,74px); font-weight: 600; line-height: 1.06; color: var(--green-dark); margin-bottom: 22px; animation: fadeUp 0.6s 0.1s ease both; }
  h1 em { font-style: italic; color: var(--green); }
  .hero-sub { font-size: 16px; line-height: 1.8; color: var(--muted); max-width: 460px; margin-bottom: 38px; font-weight: 400; animation: fadeUp 0.6s 0.2s ease both; }
  /* hero-btns: stagger per button — see inline animation on each <a> */
  .btn { padding: 13px 26px; border-radius: 6px; font-size: 14px; font-weight: 600; text-decoration: none; transition: all 0.2s; cursor: pointer; border: none; display: inline-flex; align-items: center; gap: 8px; font-family: 'Outfit', sans-serif; letter-spacing: 0.2px; }
  .btn-primary { background: var(--green); color: white; }
  .btn-primary:hover { background: var(--green-light); transform: translateY(-1px); box-shadow: 0 8px 24px rgba(42,107,63,0.25); }
  .btn-secondary { background: white; color: var(--text); border: 1.5px solid var(--border); }
  .btn-secondary:hover { border-color: var(--green); color: var(--green); }
  .btn-gold { background: var(--gold); color: white; }
  .btn-gold:hover { background: var(--gold-dark); transform: translateY(-1px); }
  .btn-shop { background: var(--gold); color: white; box-shadow: 0 4px 20px rgba(184,148,58,0.28); }
  .btn-shop:hover { background: var(--gold-dark); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(184,148,58,0.4); }
  .hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }
  @media(max-width:600px) { .hero-btns { flex-direction: column; align-items: flex-start; } }
  .hero-right { position: relative; z-index: 1; overflow: hidden; margin: -110px -6% -70px 0; }
  @keyframes panelEntry { 0%{opacity:0;transform:translateX(60px) scale(0.92)} 100%{opacity:1;transform:translateX(0) scale(1)} }
  .hero-panel { background: var(--green-dark); border-radius: 20px; padding: 40px; position: relative; overflow: hidden; }
  .hero-panel::after { content: ''; position: absolute; inset: 0; background: url('https://images.unsplash.com/photo-1589923188900-85dae523342b?w=800&q=80&fit=crop&crop=center') center/cover no-repeat; opacity: 0.45; z-index: 0; border-radius: 20px; }
  .hero-panel::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(42,107,63,0.75) 0%, rgba(42,107,63,0.6) 60%), radial-gradient(circle at 80% 20%, rgba(184,148,58,0.15) 0%, transparent 50%); z-index: 1; }
  .panel-leaf { position: absolute; right: -30px; bottom: -30px; opacity: 0.07; z-index: 2; }
  .panel-title { position: relative; z-index: 2; font-family: 'Cormorant Garamond', serif; font-size: 26px; color: white; margin-bottom: 8px; font-weight: 600; }
  .panel-sub { position: relative; z-index: 2; font-size: 13px; color: rgba(255,255,255,0.5); margin-bottom: 28px; line-height: 1.6; }
  .panel-stats { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .panel-stat { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; padding: 18px; box-shadow: 0 8px 32px rgba(0,0,0,0.25), 0 2px 8px rgba(0,0,0,0.15), inset 0 1px 0 rgba(255,255,255,0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; }
  .panel-stat:hover { transform: translateY(-4px) scale(1.03); box-shadow: 0 16px 48px rgba(0,0,0,0.35), 0 4px 16px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.1); }
  .panel-stat-num { font-family: 'Cormorant Garamond', serif; font-size: 30px; font-weight: 700; color: #d4b86a; line-height: 1; }
  .panel-stat-label { font-size: 12px; color: rgba(255,255,255,0.45); margin-top: 5px; line-height: 1.4; }
  @keyframes fadeUp { from{opacity:0;transform:translateY(16px)} to{opacity:1;transform:translateY(0)} }

  /* PROMO BAR */
  .promo-bar { background: var(--green-dark); overflow: hidden; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .promo-track { display: flex; animation: marquee 22s linear infinite; white-space: nowrap; width: max-content; }
  .promo-track:hover { animation-play-state: paused; }
  .promo-item { display: inline-flex; align-items: center; gap: 10px; padding: 0 40px; font-size: 13px; font-weight: 600; color: white; letter-spacing: 0.3px; }
  .promo-dot { width: 5px; height: 5px; border-radius: 50%; background: #d4b86a; flex-shrink: 0; }
  @keyframes marquee { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }

  .divider { height: 1px; background: linear-gradient(90deg, transparent, var(--border), transparent); }

  section { padding: 88px 6%; }
  .section-label { font-size: 11px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: var(--green); margin-bottom: 12px; }
  .section-title { font-size: clamp(28px,3.5vw,44px); font-weight: 600; line-height: 1.12; color: var(--green-dark); margin-bottom: 16px; }
  .section-sub { font-size: 15px; color: var(--muted); line-height: 1.75; max-width: 500px; }

  /* SERVICES */
  .services { background: white; }
  .services-top { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 52px; flex-wrap: wrap; gap: 24px; }
  .services-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 2px; background: var(--border); border-radius: 16px; overflow: hidden; }
  .service-card { background: white; padding: 38px; transition: background 0.25s; }
  .service-card:hover { background: var(--green-pale); }
  .svc-icon { width: 50px; height: 50px; border-radius: 12px; background: var(--green-pale); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
  .svc-icon svg { width: 24px; height: 24px; stroke: var(--green); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
  .service-card h3 { font-size: 22px; font-weight: 600; margin-bottom: 10px; color: var(--green-dark); }
  .service-card p { font-size: 14px; line-height: 1.75; color: var(--muted); margin-bottom: 18px; }
  .tags { display: flex; flex-wrap: wrap; gap: 7px; }
  .tag { font-size: 12px; font-weight: 500; color: var(--green); background: var(--green-pale); padding: 4px 11px; border-radius: 100px; border: 1px solid rgba(42,107,63,0.14); }

  /* RENTAL */
  .rental { background: var(--green-dark); }
  .rental .section-label { color: #d4b86a; }
  .rental .section-title { color: white; }
  .rental .section-sub { color: rgba(255,255,255,0.4); }
  .rental-top { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 44px; flex-wrap: wrap; gap: 20px; }
  .rental-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 2px; background: rgba(255,255,255,0.05); border-radius: 14px; overflow: hidden; align-items: stretch; grid-auto-rows: 1fr; }
  .rental-item { background: rgba(255,255,255,0.02); padding: 26px 20px; transition: background 0.25s; display: flex; flex-direction: column; }
  .rental-item:hover { background: rgba(255,255,255,0.07); }
  .r-icon { width: 42px; height: 42px; border-radius: 10px; background: rgba(255,255,255,0.06); display: flex; align-items: center; justify-content: center; margin-bottom: 12px; flex-shrink: 0; }
  .r-icon svg { width: 20px; height: 20px; stroke: #d4b86a; fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
  .rental-item h4 { font-size: 15px; font-weight: 700; color: white; margin-bottom: 6px; line-height: 1.3; }
  .rental-item p { font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.5; flex: 1; }
  .rental-item a { margin-top: 16px; align-self: flex-start; }
  .rental-cta-bar { margin-top: 40px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; padding: 28px 36px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; }
  .rental-cta-bar h3 { font-size: 20px; color: white; margin-bottom: 4px; }
  .rental-cta-bar p { font-size: 14px; color: rgba(255,255,255,0.45); }

  /* ABOUT */
  .about { background: var(--bg); }
  .about-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
  .about-visual { background: linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%); border-radius: 20px; padding: 44px; color: white; position: relative; overflow: hidden; }
  .about-visual::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 20% 20%, rgba(184,148,58,0.18) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(58,143,86,0.12) 0%, transparent 50%); }
  .about-visual-leaf { position: absolute; right: -20px; bottom: -20px; opacity: 0.08; }
  .about-visual h3 { font-size: 24px; font-weight: 600; margin-bottom: 8px; position: relative; z-index: 1; }
  .about-visual > p { font-size: 14px; opacity: 0.6; line-height: 1.7; margin-bottom: 26px; position: relative; z-index: 1; }
  .about-items { display: flex; flex-direction: column; gap: 12px; position: relative; z-index: 1; }
  .about-item { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.1); border-radius: 10px; padding: 14px 18px; display: flex; align-items: center; gap: 14px; }
  .a-icon { width: 36px; height: 36px; border-radius: 8px; background: rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .a-icon svg { width: 18px; height: 18px; stroke: #d4b86a; fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
  .a-text { font-size: 14px; font-weight: 500; color: white; }
  .a-sub { font-size: 12px; color: rgba(255,255,255,0.45); margin-top: 2px; }
  .features { display: flex; flex-direction: column; gap: 26px; margin-top: 32px; }
  .feature { display: flex; gap: 16px; align-items: flex-start; }
  .f-icon { width: 44px; height: 44px; border-radius: 12px; background: var(--green-pale); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .f-icon svg { width: 20px; height: 20px; stroke: var(--green); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
  .feature h4 { font-size: 15px; font-weight: 600; margin-bottom: 4px; color: var(--green-dark); }
  .feature p { font-size: 14px; color: var(--muted); line-height: 1.65; }

  /* REVIEWS */
  .reviews { background: white; }
  .reviews-header { text-align: center; margin-bottom: 56px; }
  .reviews-header .section-label { display: block; }
  .reviews-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
  .review-card {
    background: var(--bg); border: 1px solid var(--border); border-radius: 20px; padding: 28px;
    display: flex; flex-direction: column; gap: 16px;
    transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.3s ease;
    opacity: 0; transform: translateY(32px);
  }
  .review-card.visible { opacity: 1; transform: translateY(0); }
  .review-card:hover { transform: translateY(-6px) !important; box-shadow: 0 16px 40px rgba(42,107,63,0.12); }
  .review-top { display: flex; align-items: center; gap: 14px; }
  .review-avatar {
    width: 48px; height: 48px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 16px; font-weight: 700; color: white; flex-shrink: 0;
  }
  .review-name { font-size: 15px; font-weight: 600; color: var(--green-dark); }
  .review-role { font-size: 12px; color: var(--muted); margin-top: 2px; }
  .review-stars { display: flex; gap: 3px; }
  .review-stars svg { width: 15px; height: 15px; }
  .review-text { font-size: 14px; color: var(--muted); line-height: 1.75; flex: 1; }
  .review-quote { font-size: 40px; line-height: 0.6; color: var(--green); opacity: 0.18; font-family: 'Cormorant Garamond', serif; font-weight: 700; margin-bottom: -4px; }
  @media(max-width:900px) { .reviews-grid { grid-template-columns: 1fr; } }

  /* FAQ */
  .faq { background: var(--bg); }
  .faq-header { text-align: center; margin-bottom: 56px; }
  .faq-list { max-width: 760px; margin: 0 auto; }
  .faq-item { border-bottom: 1px solid var(--border); }
  .faq-list .faq-item:first-child { border-top: 1px solid var(--border); }
  .faq-question {
    display: flex; align-items: center; justify-content: space-between;
    padding: 22px 0; cursor: pointer; gap: 20px; width: 100%;
    background: none; border: none; text-align: left; font-family: 'Outfit', sans-serif;
    font-size: 16px; font-weight: 600; color: var(--green-dark);
    transition: color 0.2s;
  }
  .faq-question:hover { color: var(--green); }
  .faq-icon {
    width: 30px; height: 30px; min-width: 30px; border-radius: 50%;
    border: 1.5px solid var(--border); display: flex; align-items: center; justify-content: center;
    transition: transform 0.4s cubic-bezier(0.34,1.56,0.64,1), background 0.25s, border-color 0.25s;
  }
  .faq-item.open .faq-icon { transform: rotate(45deg); background: var(--green); border-color: var(--green); }
  .faq-icon svg { width: 12px; height: 12px; stroke: var(--green-dark); transition: stroke 0.25s; }
  .faq-item.open .faq-icon svg { stroke: white; }
  .faq-answer { height: 0; overflow: hidden; transition: height 0.42s cubic-bezier(0.22,1,0.36,1); }
  .faq-answer-inner { padding-bottom: 22px; font-size: 14px; color: var(--muted); line-height: 1.85; max-width: 680px; }

  /* SHOP SECTION */
  .shop-section { background: var(--green-pale); }
  .shop-header { text-align: center; margin-bottom: 52px; }
  .shop-products { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-bottom: 44px; }
  .shop-card {
    background: white; border-radius: 20px; overflow: hidden;
    border: 1px solid var(--border);
    transition: transform 0.4s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.3s ease;
    opacity: 0; transform: translateY(28px);
  }
  .shop-card.visible { opacity: 1; transform: translateY(0); }
  .shop-card:hover { transform: translateY(-8px) !important; box-shadow: 0 24px 56px rgba(42,107,63,0.16); }
  .shop-card-img {
    aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center;
    position: relative; overflow: hidden;
  }
  .shop-card-img svg { width: 64px; height: 64px; opacity: 0.55; }
  .shop-badge {
    position: absolute; top: 14px; left: 14px;
    font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
    padding: 4px 10px; border-radius: 100px;
  }
  .shop-card-body { padding: 22px 24px 26px; }
  .shop-card-name { font-family: 'Cormorant Garamond', serif; font-size: 21px; font-weight: 600; color: var(--green-dark); margin-bottom: 8px; line-height: 1.2; }
  .shop-card-desc { font-size: 13px; color: var(--muted); line-height: 1.75; margin-bottom: 18px; }
  .shop-card-footer { display: flex; align-items: center; justify-content: space-between; }
  .shop-card-price { font-size: 22px; font-weight: 700; color: var(--green); }
  .shop-card-price span { font-size: 13px; font-weight: 500; color: var(--muted); margin-left: 2px; }
  .shop-card-link {
    display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 600;
    color: var(--green-dark); text-decoration: none; padding: 9px 18px;
    border: 1.5px solid var(--border); border-radius: 100px;
    transition: all 0.25s;
  }
  .shop-card-link:hover { border-color: var(--green); color: var(--green); background: var(--green-pale); }
  .shop-cta-wrap { text-align: center; }
  .shop-cta-btn {
    display: inline-flex; align-items: center; gap: 10px;
    background: var(--green-dark); color: white;
    padding: 16px 38px; border-radius: 100px; font-size: 16px; font-weight: 600;
    text-decoration: none; transition: all 0.3s; letter-spacing: 0.2px;
  }
  .shop-cta-btn:hover { background: var(--green); transform: translateY(-2px); box-shadow: 0 10px 32px rgba(42,107,63,0.3); }
  @media(max-width:900px) { .shop-products { grid-template-columns: 1fr; } }

  /* CONTACT */
  .contact { background: white; }
  .contact-inner { display: grid; grid-template-columns: 5fr 4fr; gap: 80px; align-items: start; }
  .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 32px; }
  .c-card { background: var(--bg); border: 1px solid var(--border); border-radius: 12px; padding: 22px; transition: border-color 0.2s; }
  .c-card:hover { border-color: var(--green); }
  .c-card-icon { width: 40px; height: 40px; border-radius: 10px; background: var(--green-pale); display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
  .c-card-icon svg { width: 19px; height: 19px; stroke: var(--green); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
  .c-card h4 { font-size: 11px; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 5px; }
  .c-card p, .c-card a { font-size: 15px; color: var(--green-dark); font-weight: 500; text-decoration: none; line-height: 1.5; display: block; }
  .c-card a:hover { color: var(--green); }
  .c-card.full { grid-column: 1/-1; }
  .cform { display: flex; flex-direction: column; gap: 13px; }
  .cform input, .cform textarea, .cform select { padding: 13px 15px; border: 1.5px solid var(--border); border-radius: 8px; font-family: 'Outfit', sans-serif; font-size: 14px; color: var(--text); background: var(--bg); outline: none; transition: border-color 0.2s; width: 100%; }
  .cform input:focus, .cform textarea:focus { border-color: var(--green); background: white; }
  .cform textarea { resize: vertical; min-height: 110px; }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }

  /* CTA */
  .cta { background: var(--green-pale); padding: 70px 6%; }
  .cta-box { background: var(--green-dark); border-radius: 20px; padding: 56px; display: flex; justify-content: space-between; align-items: center; gap: 32px; flex-wrap: wrap; position: relative; overflow: hidden; }
  .cta-box::before { content: ''; position: absolute; right: -60px; top: -60px; width: 280px; height: 280px; border-radius: 50%; background: rgba(184,148,58,0.07); }
  .cta-box h2 { font-size: clamp(24px,3vw,36px); color: white; margin-bottom: 8px; }
  .cta-box p { font-size: 14px; color: rgba(255,255,255,0.45); max-width: 420px; line-height: 1.6; }
  .cta-buttons { display: flex; gap: 12px; flex-wrap: wrap; position: relative; }
  .btn-ghost { background: rgba(255,255,255,0.08); color: white; border: 1px solid rgba(255,255,255,0.2); }
  .btn-ghost:hover { background: rgba(255,255,255,0.14); }

  footer { background: var(--green-dark); padding: 32px 6%; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
  .footer-name { font-family: 'Cormorant Garamond', serif; font-size: 17px; font-weight: 700; color: white; }
  .footer-name span { color: #d4b86a; }
  footer p { font-size: 12px; color: rgba(255,255,255,0.3); }

  @media(max-width:900px) {
    .hero { grid-template-columns: 1fr; } .hero-right { display: none; }
    .services-grid { grid-template-columns: 1fr; }
    .rental-grid { grid-template-columns: repeat(2,1fr); }
    .about-inner, .contact-inner { grid-template-columns: 1fr; gap: 44px; }
    .nav-links { display: none; }
    .nav-toggle { display: flex; }
    nav.menu-open .nav-drawer { display: flex; }
    nav.scrolled .nav-inner { padding: 6px 8px 6px 16px; max-width: calc(100% - 32px); }
    .form-row { grid-template-columns: 1fr; }
    .cta-box { padding: 36px; }
  }

/* SCROLL REVEAL */
.reveal { opacity: 0; transform: translateY(40px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* OPADAJĄCE LIŚCIE */
.leaf { position: fixed; top: -60px; pointer-events: none; z-index: 999; opacity: 0; animation: leafFall linear infinite; }
@keyframes leafFall {
  0%   { opacity: 0; transform: translateY(0) rotate(0deg) translateX(0); }
  10%  { opacity: 0.7; }
  85%  { opacity: 0.5; }
  100% { opacity: 0; transform: translateY(110vh) rotate(540deg) translateX(60px); }
}

/* HOVER KARTY */
.service-card-anim { transition: transform 0.3s ease, box-shadow 0.3s ease; }
.service-card-anim:hover { transform: translateY(-8px) scale(1.02); box-shadow: 0 20px 40px rgba(42,107,63,0.18); }

/* PULSOWANIE PRZYCISKU */
@keyframes btnPulse { 0%,100%{box-shadow:0 4px 20px rgba(42,107,63,0.3);} 50%{box-shadow:0 4px 40px rgba(42,107,63,0.6);} }
.btn-pulse { animation: btnPulse 2s infinite; }

/* ANIMACJA LICZB W KWADRATACH */
@keyframes numPop {
  0%   { transform: scale(0.5); opacity: 0; }
  70%  { transform: scale(1.15); opacity: 1; }
  100% { transform: scale(1); opacity: 1; }
}
.num-animated { animation: numPop 0.6s cubic-bezier(0.34,1.56,0.64,1) both; }

/* ANIMACJA TEKSTU W KWADRATACH */
@keyframes textSlide {
  0%   { opacity: 0; transform: translateY(10px); }
  100% { opacity: 1; transform: translateY(0); }
}
.text-animated { animation: textSlide 0.5s ease 0.3s both; }

/* CIEŃ ZA GŁÓWNĄ SEKCJĄ HERO */
.hero-shadow { filter: drop-shadow(0 30px 60px rgba(42,107,63,0.12)); }


/* ============ SUBPAGES (galeria / o-nas / maszyny) ============ */
.subhero { position: relative; overflow: hidden; padding: 150px 4% 90px;
  background: linear-gradient(135deg,#1a4228 0%,#2a6b3f 60%,#1a4228 100%); color:#fff; }
.subhero::after { content:""; position:absolute; inset:0; pointer-events:none;
  background: radial-gradient(circle at 78% 22%, rgba(184,148,58,0.16) 0%, transparent 55%),
              radial-gradient(circle at 12% 78%, rgba(76,175,114,0.18) 0%, transparent 50%); }
.subhero-inner { position:relative; z-index:2; max-width:1200px; margin:0 auto; }
.breadcrumb { font-size:13px; color:rgba(255,255,255,0.55); margin-bottom:22px; letter-spacing:.3px; }
.breadcrumb a { color:rgba(255,255,255,0.75); text-decoration:none; }
.breadcrumb a:hover { color:#fff; }
.subhero .eyebrow { font-size:11px; font-weight:700; letter-spacing:5px; text-transform:uppercase; color:#90ce9e; margin-bottom:16px; }
.subhero h1 { font-size:clamp(38px,5.2vw,66px); font-weight:700; line-height:1.08; margin-bottom:18px; }
.subhero h1 em { font-style:italic; color:#a8d5b5; }
.subhero p.lead { color:rgba(255,255,255,0.66); font-size:17px; line-height:1.7; max-width:620px; }
.subhero-wave { line-height:0; }
.subhero-wave svg { display:block; width:100%; }
.page-wrap { max-width:1200px; margin:0 auto; padding:70px 4%; }

/* ============ GALLERY ============ */
.gal-tabs { display:flex; gap:10px; flex-wrap:wrap; margin-bottom:34px; }
.gal-tab { padding:9px 20px; border-radius:999px; font-size:13.5px; font-weight:600; cursor:pointer;
  background:#fff; color:var(--muted); border:1.5px solid var(--border); transition:all .2s; font-family:'Outfit',sans-serif; }
.gal-tab:hover { border-color:var(--green); color:var(--green); background:var(--green-pale); }
.gal-tab.active { background:var(--green-dark); color:#fff; border-color:var(--green-dark); }
.gal-grid { display:grid; grid-template-columns:repeat(4,1fr); grid-auto-rows:210px; gap:16px; }
.gal-item { position:relative; border-radius:18px; overflow:hidden; border:1px solid var(--border);
  background:var(--green-pale); cursor:pointer; }
.gal-item.wide { grid-column:span 2; }
.gal-item.tall { grid-row:span 2; }
.gal-item img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition:transform .5s ease; }
.gal-item:hover img { transform:scale(1.06); }
.gal-tag { position:absolute; top:12px; left:12px; z-index:3; font-size:10px; font-weight:700; letter-spacing:.6px;
  text-transform:uppercase; padding:5px 11px; border-radius:999px; background:rgba(255,255,255,0.92); color:var(--green-dark);
  backdrop-filter:blur(4px); }
.gal-cap { position:absolute; inset-inline:0; bottom:0; z-index:2; padding:34px 16px 15px 16px;
  background:linear-gradient(to top, rgba(0,0,0,0.78), rgba(0,0,0,0.30) 45%, transparent); }
.gal-cap h4 { font-family:'Outfit',sans-serif; font-size:14px; font-weight:600; color:#fff; line-height:1.2; }
.gal-cap p { font-size:11.5px; color:rgba(255,255,255,0.78); margin-top:2px; }
@media(max-width:820px){ .gal-grid{ grid-template-columns:repeat(2,1fr); grid-auto-rows:160px; }
  .gal-item.wide{ grid-column:span 2; } .gal-item.tall{ grid-row:span 1; } }

/* Photo strip (shared) */
.photo-strip { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.photo-strip a { position:relative; height:230px; border-radius:18px; overflow:hidden; border:1px solid var(--border); display:block; }
.photo-strip img { width:100%; height:100%; object-fit:cover; transition:transform .5s ease; }
.photo-strip a:hover img { transform:scale(1.06); }
.photo-strip .ps-cap { position:absolute; inset-inline:0; bottom:0; padding:26px 14px 12px; color:#fff; font-size:13.5px; font-weight:600;
  background:linear-gradient(to top, rgba(0,0,0,0.7), transparent); }
@media(max-width:760px){ .photo-strip{ grid-template-columns:1fr; } }

/* ============ O NAS ============ */
.story-grid { display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; }
@media(max-width:900px){ .story-grid{ grid-template-columns:1fr; gap:36px; } }
.stat-card { position:relative; overflow:hidden; border-radius:26px; padding:44px 40px; color:#fff;
  background:linear-gradient(135deg,#2a6b3f 0%,#1a4228 100%); }
.stat-card img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:.25; }
.stat-card .sc-ov { position:absolute; inset:0; background:linear-gradient(135deg,rgba(42,107,63,0.82),rgba(26,66,40,0.92)); }
.stat-card .sc-in { position:relative; z-index:2; }
.stat-card .big { font-size:64px; font-weight:700; color:#d4b86a; line-height:1; font-family:'Cormorant Garamond',serif; }
.stat-card .big-sub { color:rgba(255,255,255,0.55); font-size:15px; margin:6px 0 28px; }
.stat-row { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; border-top:1px solid rgba(255,255,255,0.12); padding-top:26px; }
.stat-row .n { font-family:'Cormorant Garamond',serif; font-weight:700; font-size:27px; color:#d4b86a; line-height:1; }
.stat-row .l { color:rgba(255,255,255,0.5); font-size:12px; margin-top:5px; line-height:1.3; }
.values-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
@media(max-width:860px){ .values-grid{ grid-template-columns:1fr; } }
.value-card { background:#fff; border:1px solid var(--border); border-radius:18px; padding:34px;
  box-shadow:0 2px 12px rgba(42,107,63,0.06); transition:transform .3s, box-shadow .3s; }
.value-card:hover { transform:translateY(-6px); box-shadow:0 18px 40px rgba(42,107,63,0.12); }
.value-card .v-ic { width:48px; height:48px; border-radius:12px; background:var(--green-pale); display:flex; align-items:center; justify-content:center; margin-bottom:18px; }
.value-card .v-ic svg { width:22px; height:22px; stroke:var(--green); fill:none; stroke-width:1.6; }
.value-card h3 { font-size:21px; color:var(--green-dark); margin-bottom:10px; }
.value-card p { font-size:14px; color:var(--muted); line-height:1.75; }

/* ============ MACHINE PAGES ============ */
.mp-hero-grid { display:grid; grid-template-columns:1.15fr 1fr; gap:44px; align-items:center; }
@media(max-width:900px){ .mp-hero-grid{ grid-template-columns:1fr; gap:28px; } }
.mp-ic { width:74px; height:74px; border-radius:18px; background:rgba(255,255,255,0.10); border:1px solid rgba(255,255,255,0.18);
  display:flex; align-items:center; justify-content:center; margin-bottom:22px; }
.mp-ic svg { width:36px; height:36px; stroke:#a8d5b5; fill:none; stroke-width:1.6; stroke-linecap:round; stroke-linejoin:round; }
.mp-hero-photo { border-radius:22px; overflow:hidden; border:1px solid rgba(255,255,255,0.15); box-shadow:0 24px 60px rgba(0,0,0,0.35); }
.mp-hero-photo img { width:100%; height:360px; object-fit:cover; display:block; }
.mp-badges { display:flex; gap:10px; flex-wrap:wrap; margin-top:26px; }
.mp-badge { display:inline-flex; align-items:center; gap:7px; font-size:12.5px; font-weight:600; color:#eaf5ee;
  background:rgba(255,255,255,0.09); border:1px solid rgba(255,255,255,0.16); border-radius:999px; padding:8px 15px; }
.mp-badge svg { width:14px; height:14px; stroke:#d4b86a; fill:none; stroke-width:2; }

.mp-cols { display:grid; grid-template-columns:1.4fr 1fr; gap:44px; }
@media(max-width:900px){ .mp-cols{ grid-template-columns:1fr; gap:30px; } }
.mp-body h2 { font-size:30px; color:var(--green-dark); margin:0 0 16px; }
.mp-body p { color:var(--muted); font-size:15.5px; line-height:1.85; margin-bottom:16px; }
.use-list { list-style:none; margin:8px 0 0; padding:0; display:grid; gap:12px; }
.use-list li { display:flex; gap:12px; align-items:flex-start; font-size:14.5px; color:var(--text); line-height:1.6; }
.use-list li svg { width:20px; height:20px; flex-shrink:0; margin-top:1px; stroke:var(--green); fill:none; stroke-width:2; }
.mp-aside { background:var(--green-pale); border:1px solid var(--border); border-radius:20px; padding:30px; align-self:start; }
.mp-aside h3 { font-size:20px; color:var(--green-dark); margin-bottom:16px; }
.mp-info { list-style:none; padding:0; margin:0 0 22px; display:grid; gap:14px; }
.mp-info li { display:flex; gap:12px; align-items:flex-start; }
.mp-info .mi-ic { width:38px; height:38px; border-radius:10px; background:#fff; border:1px solid var(--border); flex-shrink:0; display:flex; align-items:center; justify-content:center; }
.mp-info .mi-ic svg { width:18px; height:18px; stroke:var(--green); fill:none; stroke-width:1.8; }
.mp-info .mi-t { font-size:14px; font-weight:600; color:var(--green-dark); }
.mp-info .mi-s { font-size:12.5px; color:var(--muted); }
.mp-call { display:block; text-align:center; background:var(--green-dark); color:#fff; text-decoration:none; font-weight:700;
  padding:15px; border-radius:12px; font-size:16px; transition:background .2s; }
.mp-call:hover { background:#0f2a18; }
.mp-call-sub { text-align:center; font-size:12px; color:var(--muted); margin-top:10px; }

.related-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
@media(max-width:900px){ .related-grid{ grid-template-columns:repeat(2,1fr); } }
.related-card { display:block; text-decoration:none; background:#fff; border:1px solid var(--border); border-radius:16px;
  padding:22px; transition:transform .25s, box-shadow .25s, border-color .25s; }
.related-card:hover { transform:translateY(-5px); box-shadow:0 16px 34px rgba(42,107,63,0.12); border-color:rgba(42,107,63,0.35); }
.related-card .rc-ic { width:44px; height:44px; border-radius:11px; background:var(--green-pale); display:flex; align-items:center; justify-content:center; margin-bottom:14px; }
.related-card .rc-ic svg { width:22px; height:22px; stroke:var(--green); fill:none; stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round; }
.related-card h4 { font-family:'Outfit',sans-serif; font-size:14.5px; font-weight:600; color:var(--green-dark); margin-bottom:4px; }
.related-card p { font-size:12.5px; color:var(--muted); }

.cta-bar { display:flex; align-items:center; justify-content:space-between; gap:26px; flex-wrap:wrap;
  background:linear-gradient(135deg,#2a6b3f,#1a4228); border-radius:22px; padding:38px 44px; color:#fff; }
.cta-bar h3 { font-size:26px; margin-bottom:6px; }
.cta-bar p { color:rgba(255,255,255,0.6); font-size:14px; max-width:440px; }

.sec-head { margin-bottom:30px; }
.sec-head .section-label { margin-bottom:8px; }
