:root {
    --forest: #2d4a3e; --forest-deep: #1f3329; --forest-soft: #4a6b5a;
    --navy: #1a2942; --sand: #d9c5a0; --sand-warm: #e8d6b3; --sand-light: #f4ead5;
    --cream: #faf6ed; --white: #ffffff; --text: #1f2826; --text-muted: #5a6b66; --line: #e8e0cf;
  }
  * { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body { font-family: 'Montserrat', sans-serif; background: var(--cream); color: var(--text); line-height: 1.6; -webkit-font-smoothing: antialiased; }
  a { color: inherit; }

  /* === NAVIGATION === */
  .nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(250, 246, 237, 0.92); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(45, 74, 62, 0.08); }
  .nav-inner { max-width: 1280px; margin: 0 auto; padding: 14px 40px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
  .logo { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--text); }
  .logo-mark { width: 44px; height: 44px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
  .logo-mark svg { width: 100%; height: 100%; }
  .logo-text { display: flex; flex-direction: column; line-height: 1.1; }
  .logo-name { font-size: 16px; font-weight: 700; color: var(--forest-deep); letter-spacing: -0.01em; }
  .logo-sub { font-size: 10px; font-weight: 500; color: var(--text-muted); letter-spacing: 0.05em; text-transform: uppercase; margin-top: 2px; }
  .nav-menu { display: flex; gap: 28px; list-style: none; }
  .nav-menu a { text-decoration: none; color: var(--text); font-size: 14px; font-weight: 500; transition: color 0.2s ease; }
  .nav-menu a:hover { color: var(--forest); }
  .nav-cta { background: var(--forest); color: var(--cream); padding: 12px 22px; border-radius: 100px; text-decoration: none; font-size: 13px; font-weight: 600; transition: all 0.3s ease; }
  .nav-cta:hover { background: var(--forest-deep); transform: translateY(-1px); }

  .breadcrumb { padding: 100px 40px 0; max-width: 1280px; margin: 0 auto; font-size: 13px; color: var(--text-muted); }
  .breadcrumb a { color: var(--text-muted); text-decoration: none; transition: color 0.2s ease; }
  .breadcrumb a:hover { color: var(--forest); }
  .breadcrumb-sep { margin: 0 10px; opacity: 0.5; }
  .breadcrumb-current { color: var(--forest-deep); font-weight: 500; }

  /* === HERO === */
  .about-hero { padding: 32px 40px 80px; background: linear-gradient(180deg, var(--cream) 0%, var(--sand-light) 100%); }
  .about-hero-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px; align-items: center; }
  .hero-eyebrow { display: inline-flex; align-items: center; gap: 10px; background: rgba(45, 74, 62, 0.08); color: var(--forest); padding: 8px 16px; border-radius: 100px; font-size: 12px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 28px; }
  .hero-eyebrow-dot { width: 6px; height: 6px; background: var(--forest); border-radius: 50%; }
  .about-hero h1 { font-family: 'Lora', serif; font-size: clamp(40px, 5vw, 64px); font-weight: 500; line-height: 1.05; color: var(--forest-deep); margin-bottom: 24px; letter-spacing: -0.02em; }
  .about-hero h1 em { font-style: italic; color: var(--forest); }
  .about-hero-lead { font-size: 19px; line-height: 1.6; color: var(--text-muted); margin-bottom: 32px; }
  .hero-trust-row { display: flex; gap: 24px; flex-wrap: wrap; padding-top: 28px; border-top: 1px solid var(--line); }
  .trust-item { display: flex; align-items: center; gap: 12px; }
  .trust-icon { width: 40px; height: 40px; background: var(--sand); color: var(--forest-deep); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .trust-text strong { display: block; color: var(--forest-deep); font-size: 14px; font-weight: 600; line-height: 1.2; }
  .trust-text span { font-size: 12px; color: var(--text-muted); }

  .hero-stat-card { background: var(--forest-deep); color: var(--cream); border-radius: 32px; padding: 48px; box-shadow: 0 40px 80px -30px rgba(45, 74, 62, 0.5); position: relative; overflow: hidden; }
  .hero-stat-card::before { content: ''; position: absolute; top: -100px; right: -100px; width: 300px; height: 300px; background: radial-gradient(circle, rgba(217, 197, 160, 0.15) 0%, transparent 70%); pointer-events: none; }
  .hero-stat-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--sand); margin-bottom: 24px; }
  .hero-stat-list { display: flex; flex-direction: column; gap: 24px; position: relative; z-index: 1; }
  .hero-stat-item { display: flex; align-items: baseline; gap: 18px; padding-bottom: 24px; border-bottom: 1px solid rgba(250, 246, 237, 0.1); }
  .hero-stat-item:last-child { border-bottom: none; padding-bottom: 0; }
  .hero-stat-num { font-family: 'Lora', serif; font-size: 48px; font-weight: 500; color: var(--sand); line-height: 1; letter-spacing: -0.02em; min-width: 132px; white-space: nowrap; }
  .hero-stat-num.is-long { font-size: 38px; }
  .hero-stat-text { font-size: 14px; line-height: 1.5; color: rgba(250, 246, 237, 0.85); }
  .hero-stat-text strong { color: var(--cream); font-weight: 600; }

  /* === SECTION COMMON === */
  .section-eyebrow { font-size: 12px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--forest); margin-bottom: 20px; display: inline-flex; align-items: center; gap: 12px; }
  .section-eyebrow::before, .section-eyebrow::after { content: ''; width: 32px; height: 1px; background: var(--forest); opacity: 0.4; }
  .section-eyebrow.center::before, .section-eyebrow.center::after { display: inline-block; }

  /* === STORY === */
  .story { padding: 120px 40px; background: var(--cream); }
  .story-inner { max-width: 1100px; margin: 0 auto; }
  .story-header { text-align: center; max-width: 720px; margin: 0 auto 64px; }
  .story h2 { font-family: 'Lora', serif; font-size: clamp(34px, 4vw, 52px); font-weight: 500; line-height: 1.15; color: var(--forest-deep); margin-bottom: 20px; letter-spacing: -0.02em; }
  .story h2 em { font-style: italic; color: var(--forest); }
  .story-lead { font-size: 18px; line-height: 1.7; color: var(--text-muted); }
  .story-content { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
  .story-text p { font-size: 16px; line-height: 1.75; color: var(--text-muted); margin-bottom: 18px; }
  .story-text p:first-child::first-letter { font-family: 'Lora', serif; font-size: 64px; font-weight: 500; float: left; line-height: 0.9; margin: 8px 12px 0 -2px; color: var(--forest); font-style: italic; }
  .story-pillars { display: flex; flex-direction: column; gap: 16px; }
  .pillar { background: var(--white); border: 1px solid var(--line); border-radius: 18px; padding: 24px; display: flex; gap: 16px; align-items: flex-start; }
  .pillar-icon { width: 44px; height: 44px; background: var(--sand-light); color: var(--forest); border-radius: 11px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .pillar-content strong { display: block; font-family: 'Lora', serif; font-size: 18px; font-weight: 500; color: var(--forest-deep); margin-bottom: 6px; }
  .pillar-content p { font-size: 14px; line-height: 1.6; color: var(--text-muted); margin: 0; }

  /* === ORIGIN SUBBRAND === */
  .origin { padding: 120px 40px; background: var(--forest-deep); color: var(--cream); position: relative; overflow: hidden; }
  .origin::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--sand), transparent); }
  .origin-inner { max-width: 980px; margin: 0 auto; }
  .origin .section-eyebrow { color: var(--sand); }
  .origin .section-eyebrow::before, .origin .section-eyebrow::after { background: var(--sand); opacity: 0.5; }
  .origin h2 { font-family: 'Lora', serif; font-size: clamp(32px, 4vw, 48px); font-weight: 500; line-height: 1.15; margin-bottom: 32px; letter-spacing: -0.02em; }
  .origin h2 em { font-style: italic; color: var(--sand); }
  .origin-quote { font-family: 'Lora', serif; font-size: clamp(22px, 2.4vw, 28px); font-style: italic; line-height: 1.5; color: var(--cream); padding-left: 24px; border-left: 3px solid var(--sand); margin-bottom: 40px; }
  .origin p { font-size: 17px; line-height: 1.75; color: rgba(250, 246, 237, 0.85); margin-bottom: 18px; max-width: 760px; }

  /* === DLACZEGO KLIENCI WYBIERAJA === */
  .why-us { padding: 120px 40px; background: var(--sand-light); }
  .why-us-inner { max-width: 1280px; margin: 0 auto; }
  .why-us-header { text-align: center; max-width: 720px; margin: 0 auto 64px; }
  .why-us h2 { font-family: 'Lora', serif; font-size: clamp(34px, 4vw, 52px); font-weight: 500; line-height: 1.15; color: var(--forest-deep); margin-bottom: 20px; letter-spacing: -0.02em; }
  .why-us h2 em { font-style: italic; color: var(--forest); }
  .why-us-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .why-card { background: var(--white); padding: 36px 32px; border-radius: 22px; border: 1px solid var(--line); transition: all 0.3s ease; }
  .why-card:hover { transform: translateY(-4px); box-shadow: 0 24px 48px -24px rgba(45, 74, 62, 0.2); border-color: var(--forest-soft); }
  .why-card-num { font-family: 'Lora', serif; font-size: 14px; font-style: italic; color: var(--forest); margin-bottom: 16px; }
  .why-card-icon { width: 56px; height: 56px; background: var(--sand-light); color: var(--forest); border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 22px; }
  .why-card h3 { font-family: 'Lora', serif; font-size: 20px; font-weight: 500; color: var(--forest-deep); margin-bottom: 12px; line-height: 1.25; letter-spacing: -0.01em; }
  .why-card p { font-size: 14px; line-height: 1.65; color: var(--text-muted); margin-bottom: 16px; }
  .why-card-badge { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; color: var(--forest); padding: 6px 12px; background: var(--sand-light); border-radius: 100px; }

  /* === KLIENCI / REFERENCJE === */
  .clients { padding: 120px 40px; background: var(--cream); }
  .clients-inner { max-width: 1280px; margin: 0 auto; }
  .clients-header { text-align: center; max-width: 720px; margin: 0 auto 64px; }
  .clients h2 { font-family: 'Lora', serif; font-size: clamp(34px, 4vw, 52px); font-weight: 500; line-height: 1.15; color: var(--forest-deep); margin-bottom: 20px; letter-spacing: -0.02em; }
  .clients h2 em { font-style: italic; color: var(--forest); }
  .clients-lead { font-size: 17px; line-height: 1.7; color: var(--text-muted); }
  .client-card { background: var(--white); border: 1px solid var(--line); border-radius: 24px; padding: 40px; margin-bottom: 24px; display: grid; grid-template-columns: 1fr 1.3fr; gap: 48px; align-items: center; transition: all 0.3s ease; }
  .client-card:hover { border-color: var(--forest-soft); transform: translateY(-2px); }
  .client-info-tag { display: inline-flex; align-items: center; gap: 8px; background: var(--sand-light); color: var(--forest-deep); padding: 6px 14px; border-radius: 100px; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 16px; }
  .client-info h3 { font-family: 'Lora', serif; font-size: 28px; font-weight: 500; color: var(--forest-deep); margin-bottom: 14px; line-height: 1.15; letter-spacing: -0.01em; }
  .client-info p { font-size: 15px; line-height: 1.7; color: var(--text-muted); }
  .client-quote { background: var(--sand-light); border-radius: 18px; padding: 28px; position: relative; }
  .client-quote::before { content: '"'; position: absolute; top: 8px; left: 18px; font-family: 'Lora', serif; font-size: 64px; font-weight: 600; color: var(--forest); opacity: 0.2; line-height: 1; }
  .client-quote-text { font-family: 'Lora', serif; font-size: 16px; font-style: italic; line-height: 1.6; color: var(--forest-deep); margin-bottom: 16px; padding-top: 8px; }
  .client-quote-author { display: flex; align-items: center; gap: 12px; padding-top: 16px; border-top: 1px solid rgba(45, 74, 62, 0.15); }
  .client-quote-avatar { width: 44px; height: 44px; background: var(--forest); color: var(--cream); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Lora', serif; font-size: 16px; font-weight: 600; font-style: italic; flex-shrink: 0; }
  .client-quote-meta { font-size: 13px; line-height: 1.4; }
  .client-quote-meta strong { display: block; color: var(--forest-deep); font-weight: 600; }
  .client-quote-meta span { color: var(--text-muted); }

  /* === CERTYFIKATY === */
  .certs { padding: 120px 40px; background: var(--forest-deep); color: var(--cream); }
  .certs-inner { max-width: 1100px; margin: 0 auto; }
  .certs-header { text-align: center; max-width: 720px; margin: 0 auto 56px; }
  .certs .section-eyebrow { color: var(--sand); }
  .certs .section-eyebrow::before, .certs .section-eyebrow::after { background: var(--sand); opacity: 0.5; }
  .certs h2 { font-family: 'Lora', serif; font-size: clamp(32px, 4vw, 48px); font-weight: 500; line-height: 1.15; margin-bottom: 20px; letter-spacing: -0.02em; }
  .certs h2 em { font-style: italic; color: var(--sand); }
  .certs-lead { font-size: 17px; line-height: 1.7; color: rgba(250, 246, 237, 0.75); }
  .certs-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
  .cert-item { background: rgba(250, 246, 237, 0.04); border: 1px solid rgba(250, 246, 237, 0.12); border-radius: 18px; padding: 28px; text-align: center; transition: all 0.3s ease; }
  .cert-item:hover { background: rgba(250, 246, 237, 0.08); border-color: var(--sand); }
  .cert-icon { width: 56px; height: 56px; background: var(--sand); color: var(--forest-deep); border-radius: 14px; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; font-family: 'Lora', serif; font-size: 18px; font-weight: 600; font-style: italic; }
  .cert-item h4 { font-family: 'Lora', serif; font-size: 17px; font-weight: 500; margin-bottom: 8px; letter-spacing: -0.01em; }
  .cert-item p { font-size: 13px; line-height: 1.5; color: rgba(250, 246, 237, 0.7); }

  /* === CTA === */
  .cta-section { padding: 120px 40px; background: var(--cream); }
  .cta-inner { max-width: 1100px; margin: 0 auto; background: linear-gradient(135deg, var(--sand-light) 0%, var(--sand-warm) 100%); border-radius: 32px; padding: 80px 64px; text-align: center; }
  .cta-eyebrow { font-size: 12px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--forest); margin-bottom: 20px; }
  .cta-inner h2 { font-family: 'Lora', serif; font-size: clamp(32px, 3.8vw, 48px); font-weight: 500; line-height: 1.15; color: var(--forest-deep); margin-bottom: 20px; letter-spacing: -0.02em; }
  .cta-inner h2 em { font-style: italic; color: var(--forest); }
  .cta-inner p { font-size: 17px; line-height: 1.7; color: var(--text-muted); max-width: 580px; margin: 0 auto 36px; }
  .cta-buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
  .btn-primary-cta { background: var(--forest); color: var(--cream); padding: 16px 32px; border-radius: 100px; text-decoration: none; font-size: 15px; font-weight: 600; transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 10px; }
  .btn-primary-cta:hover { background: var(--forest-deep); transform: translateY(-2px); box-shadow: 0 12px 24px -8px rgba(45, 74, 62, 0.4); }
  .btn-ghost-cta { background: transparent; color: var(--forest-deep); padding: 16px 28px; border-radius: 100px; text-decoration: none; font-size: 15px; font-weight: 600; border: 1.5px solid var(--forest-deep); transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 10px; }
  .btn-ghost-cta:hover { background: var(--forest-deep); color: var(--cream); }

  /* === FOOTER === */
  .footer { padding: 64px 40px 32px; background: var(--forest-deep); color: rgba(250, 246, 237, 0.7); }
  .footer-inner { max-width: 1280px; margin: 0 auto; }
  .footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(250, 246, 237, 0.1); }
  .footer-brand p { font-size: 14px; line-height: 1.7; margin-top: 20px; max-width: 320px; }
  .footer-col h5 { color: var(--cream); font-size: 13px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 18px; }
  .footer-col ul { list-style: none; }
  .footer-col li { margin-bottom: 10px; }
  .footer-col a { color: rgba(250, 246, 237, 0.7); text-decoration: none; font-size: 14px; transition: color 0.2s ease; }
  .footer-col a:hover { color: var(--sand); }
  .footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; font-size: 12px; }
  .footer-bottom a { color: rgba(250, 246, 237, 0.7); text-decoration: none; }
  .footer-bottom a:hover { color: var(--sand); }
  .footer-divider { color: rgba(250, 246, 237, 0.3); }

  @media (max-width: 980px) {
    .about-hero-inner, .story-content { grid-template-columns: 1fr; gap: 48px; }
    .about-hero { padding: 24px 24px 60px; }
    .breadcrumb { padding: 100px 24px 0; }
    .story, .origin, .why-us, .clients, .certs, .cta-section { padding: 80px 24px; }
    .why-us-grid { grid-template-columns: 1fr; }
    .client-card { grid-template-columns: 1fr; gap: 24px; padding: 28px; }
    .certs-grid { grid-template-columns: 1fr 1fr; }
    .cta-inner { padding: 56px 32px; }
    .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
    .nav-menu { display: none; }
    .nav-inner { padding: 14px 20px; }
    .footer { padding: 48px 24px 24px; }
    .hero-stat-card { padding: 32px; }
    .hero-stat-item { flex-direction: column; align-items: flex-start; gap: 6px; }
    .hero-stat-num, .hero-stat-num.is-long { font-size: 40px; min-width: 0; }

    /* Karty „dlaczego my": ikona po lewej, tekst po prawej */
    .why-card {
      display: grid;
      grid-template-columns: auto 1fr;
      column-gap: 18px;
      align-items: start;
    }
    .why-card-num { grid-column: 1 / -1; }
    .why-card-icon { margin-bottom: 0; grid-row: span 3; }
    .why-card h3, .why-card p, .why-card-badge { grid-column: 2; }
  }
  @media (max-width: 480px) {
    .footer-top, .certs-grid { grid-template-columns: 1fr; }
    .cta-buttons { flex-direction: column; align-items: stretch; }
    .btn-primary-cta, .btn-ghost-cta { justify-content: center; }
    .hero-trust-row { flex-direction: column; gap: 16px; }
  }

  /* === LOGO — replaced with new lockup SVG === */
  .logo { display: flex; align-items: center; text-decoration: none; }
  .logo-img { height: 64px; width: auto; display: block; }
  .footer .logo-img { height: 80px; }
  @media (max-width: 980px) {
    .logo-img { height: 52px; }
  }
  @media (max-width: 560px) {
    .logo-img { height: 44px; }
    .footer .logo-img { height: 56px; }
  }
