/* ============================================================
   e-Gardenia — szablon podstrony MASZYNY (wypożyczalnia)
   Wspólny dla wszystkich plików maszyna-*.html
   Prefiks .mz- (nie koliduje ze starymi stylami .mp-*)
   Kolory: zmienne :root z assets/site.css
   ============================================================ */

.mz-wrap { max-width: 1180px; margin: 0 auto; padding: 0 4%; }

/* ---------- HERO ---------- */
.mz-hero { padding: 156px 0 72px; }
.mz-hero-grid {
  display: grid; grid-template-columns: 1.05fr 1fr;
  gap: 72px; align-items: center;
}
.mz-crumb { font-size: 13px; color: var(--muted); margin-bottom: 34px; letter-spacing: .2px; }
.mz-crumb a { color: var(--muted); text-decoration: none; transition: color .2s; }
.mz-crumb a:hover { color: var(--green); }
.mz-crumb span { margin: 0 8px; opacity: .55; }
.mz-eyebrow {
  display: inline-block; font-size: 11px; font-weight: 600; letter-spacing: 4px;
  text-transform: uppercase; color: var(--green); margin-bottom: 20px;
}
.mz-hero h1 {
  font-family: 'Cormorant Garamond', serif; font-weight: 700;
  font-size: clamp(48px, 6.2vw, 80px); line-height: 1.0; letter-spacing: -.5px;
  color: var(--text); margin: 0 0 24px;
}
.mz-lead { font-size: 18px; line-height: 1.75; color: var(--muted); max-width: 520px; margin: 0 0 40px; font-weight: 300; }
.mz-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.mz-btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 28px; border-radius: 999px; font-size: 15px; font-weight: 600;
  text-decoration: none; transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
  font-family: 'Outfit', sans-serif;
}
.mz-btn svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.mz-btn-primary { background: var(--green); color: #fff; }
.mz-btn-primary:hover { background: var(--green-light); transform: translateY(-2px); box-shadow: 0 12px 30px rgba(42,107,63,.28); }
.mz-btn-ghost { background: transparent; color: var(--text); border: 1.5px solid var(--border); }
.mz-btn-ghost:hover { border-color: var(--green); color: var(--green); }

.mz-photo { position: relative; }
.mz-photo img {
  width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block;
  border-radius: 30px;
  box-shadow: 0 30px 70px rgba(26,66,40,.14), 0 4px 14px rgba(26,66,40,.06);
}
.mz-photo-tag {
  position: absolute; left: 22px; bottom: 22px;
  background: rgba(255,255,255,.92); backdrop-filter: blur(10px);
  padding: 10px 16px; border-radius: 999px; font-size: 12px; font-weight: 600;
  color: var(--green-dark); letter-spacing: .5px; display: inline-flex; align-items: center; gap: 8px;
}
.mz-photo-tag::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--green-light); }

/* ---------- FAKTY (pasek 4 kafli) ---------- */
.mz-facts {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px;
  padding: 40px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
}
.mz-fact { display: flex; gap: 16px; align-items: flex-start; }
.mz-fact-ic {
  flex-shrink: 0; width: 44px; height: 44px; border-radius: 14px; background: var(--green-pale);
  display: grid; place-items: center;
}
.mz-fact-ic svg { width: 20px; height: 20px; fill: none; stroke: var(--green); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.mz-fact-t { font-size: 15px; font-weight: 600; color: var(--text); margin-bottom: 3px; }
.mz-fact-s { font-size: 13px; color: var(--muted); line-height: 1.5; }

/* ---------- OPIS (editorial 2 kolumny) ---------- */
.mz-about { padding: 96px 0 80px; }
.mz-about-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 80px; align-items: start; }
.mz-label { font-size: 11px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; color: var(--green); margin-bottom: 16px; }
.mz-about h2 {
  font-family: 'Cormorant Garamond', serif; font-weight: 700;
  font-size: clamp(34px, 3.6vw, 46px); line-height: 1.08; color: var(--text); margin: 0;
  position: sticky; top: 130px;
}
.mz-about p { font-size: 17px; line-height: 1.85; color: #3a4a3e; margin: 0 0 22px; font-weight: 300; }
.mz-about p strong { color: var(--green-dark); font-weight: 600; }
.mz-uses-h { font-size: 13px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--text); margin: 44px 0 20px; }
.mz-uses { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 28px; }
.mz-uses li { display: flex; gap: 12px; align-items: flex-start; font-size: 15.5px; color: var(--text); line-height: 1.5; }
.mz-uses li svg { flex-shrink: 0; width: 20px; height: 20px; margin-top: 2px; border-radius: 50%; background: var(--green-pale); padding: 4px; fill: none; stroke: var(--green); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- WYNAJEM (karta) ---------- */
.mz-rent { padding: 0 0 96px; }
.mz-rent-card {
  background: #fff; border: 1px solid var(--border); border-radius: 30px;
  padding: 56px; display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 64px; align-items: center;
  box-shadow: 0 20px 60px rgba(26,66,40,.06);
}
.mz-rent h3 { font-family: 'Cormorant Garamond', serif; font-size: 34px; font-weight: 700; color: var(--text); margin: 0 0 28px; line-height: 1.1; }
.mz-info { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 26px 32px; }
.mz-info li { display: flex; gap: 14px; align-items: flex-start; }
.mz-info-ic { flex-shrink: 0; width: 38px; height: 38px; border-radius: 12px; background: var(--green-pale); display: grid; place-items: center; }
.mz-info-ic svg { width: 18px; height: 18px; fill: none; stroke: var(--green); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.mz-info-t { font-size: 15px; font-weight: 600; color: var(--text); margin-bottom: 2px; }
.mz-info-s { font-size: 13.5px; color: var(--muted); line-height: 1.5; }
.mz-call {
  background: var(--green-dark); border-radius: 24px; padding: 40px 36px; color: #fff; text-align: center;
}
.mz-call-l { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: rgba(255,255,255,.6); margin-bottom: 12px; }
.mz-call-n { font-family: 'Cormorant Garamond', serif; font-size: 40px; font-weight: 700; line-height: 1; margin-bottom: 8px; letter-spacing: -.5px; }
.mz-call-n a { color: #fff; text-decoration: none; }
.mz-call-s { font-size: 13.5px; color: rgba(255,255,255,.65); margin-bottom: 26px; line-height: 1.5; }
.mz-call .mz-btn { width: 100%; justify-content: center; background: var(--gold); color: #fff; }
.mz-call .mz-btn:hover { background: var(--gold-dark); transform: translateY(-2px); box-shadow: 0 12px 30px rgba(184,148,58,.35); }

/* ---------- POWIĄZANE ---------- */
.mz-related { padding: 0 0 100px; }
.mz-related-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 36px; flex-wrap: wrap; }
.mz-related h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(32px, 3.4vw, 42px); font-weight: 700; color: var(--text); margin: 0; line-height: 1.08; }
.mz-related-head a { font-size: 14px; font-weight: 600; color: var(--green); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; }
.mz-related-head a:hover { color: var(--green-dark); }
.mz-rgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.mz-rcard {
  display: block; background: #fff; border: 1px solid var(--border); border-radius: 22px;
  padding: 30px 28px; text-decoration: none; transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.mz-rcard:hover { transform: translateY(-5px); border-color: rgba(42,107,63,.35); box-shadow: 0 20px 44px rgba(26,66,40,.10); }
.mz-rcard-ic { width: 42px; height: 42px; border-radius: 13px; background: var(--green-pale); display: grid; place-items: center; margin-bottom: 20px; }
.mz-rcard-ic svg { width: 20px; height: 20px; fill: none; stroke: var(--green); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.mz-rcard h4 { font-family: 'Cormorant Garamond', serif; font-size: 23px; font-weight: 700; color: var(--text); margin: 0 0 6px; line-height: 1.15; }
.mz-rcard p { font-size: 13.5px; color: var(--muted); margin: 0; line-height: 1.5; }
.mz-rcard-go { display: inline-flex; align-items: center; gap: 6px; margin-top: 18px; font-size: 13px; font-weight: 600; color: var(--green); }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 960px) {
  .mz-hero { padding-top: 136px; }
  .mz-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .mz-facts { grid-template-columns: 1fr 1fr; gap: 28px; }
  .mz-about-grid { grid-template-columns: 1fr; gap: 28px; }
  .mz-about h2 { position: static; }
  .mz-rent-card { grid-template-columns: 1fr; padding: 40px 32px; gap: 40px; }
  .mz-rgrid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .mz-hero { padding-top: 120px; }
  .mz-facts { grid-template-columns: 1fr; }
  .mz-uses { grid-template-columns: 1fr; }
  .mz-info { grid-template-columns: 1fr; }
  .mz-rgrid { grid-template-columns: 1fr; }
  .mz-rent-card { padding: 30px 22px; }
  .mz-call { padding: 32px 22px; }
  .mz-call-n { font-size: 30px; white-space: nowrap; }
  .mz-btn { width: 100%; justify-content: center; }
}
