:root {
      --espresso: #2b1a14;
      --brown: #493027;
      --copper: #9c5f3f;
      --bronze: #c4865b;
      --cream: #fbf8f3;
      --paper: #fffdf9;
      --sand: #efe4d8;
      --line: #ddc8b6;
      --muted: #74645c;
      --white: #ffffff;
      --shadow: 0 24px 70px rgba(43, 26, 20, .12);
      --radius-lg: 28px;
      --radius-md: 18px;
      --max: 1180px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; scroll-padding-top: 96px; }
    body {
      margin: 0;
      color: var(--espresso);
      background: var(--cream);
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      font-size: 16px;
      line-height: 1.65;
      -webkit-font-smoothing: antialiased;
    }
    body::before {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      opacity: .17;
      background-image: radial-gradient(rgba(73,48,39,.16) .6px, transparent .6px);
      background-size: 11px 11px;
      z-index: -1;
    }
    img { max-width: 100%; display: block; }
    a { color: inherit; }
    button, a { -webkit-tap-highlight-color: transparent; }
    .container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
    .skip-link {
      position: fixed; left: 16px; top: -80px; z-index: 100;
      padding: 12px 16px; background: var(--white); color: var(--espresso); border-radius: 10px;
    }
    .skip-link:focus { top: 16px; }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(251, 248, 243, .92);
      backdrop-filter: blur(18px);
      border-bottom: 1px solid rgba(156, 95, 63, .16);
    }
    .nav {
      min-height: 82px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }
    .brand { display: inline-flex; align-items: center; text-decoration: none; }
    .brand img { width: 215px; height: 75px;}
    .nav-links { display: flex; align-items: center; gap: 30px; }
    .nav-links > a {
      position: relative;
      color: var(--brown);
      text-decoration: none;
      font-size: .92rem;
      font-weight: 650;
    }
    .nav-links > a:not(.nav-cta)::after {
      content: "";
      position: absolute;
      left: 0; right: 100%; bottom: -7px;
      height: 2px;
      background: var(--copper);
      transition: right .2s ease;
    }
    .nav-links > a:hover::after, .nav-links > a:focus-visible::after { right: 0; }
    .nav-cta {
      padding: 11px 17px;
      color: var(--white) !important;
      background: #4930279a;
      border-radius: 9px;
      box-shadow: 0 8px 20px rgba(92, 90, 90, 0.15);
    }
    .menu-button {
      display: none;
      width: 44px; height: 44px;
      border: 1px solid var(--line);
      background: var(--paper);
      border-radius: 12px;
      color: var(--espresso);
      cursor: pointer;
    }

    .hero { padding: 58px 0 96px; overflow: hidden; }
    .hero-grid { display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 52px; }
    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      
      color: var(--copper);
      font-weight: 800;
      font-size: .78rem;
      letter-spacing: .14em;
      text-transform: uppercase;
    }
    .eyebrow::before { content: ""; width: 34px; height: 2px; background: currentColor; }
    h1, h2, h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; line-height: 1.08; }
    h1 { max-width: 780px; font-size: clamp(2.8rem, 5.7vw, 5.25rem); letter-spacing: -.045em; }
    h1 span { color: var(--copper); font-style: italic; font-weight: 500; }
    .hero-copy > p {
      max-width: 650px;
      margin: 25px 0 0;
      color: var(--muted);
      font-size: clamp(1.05rem, 1.7vw, 1.22rem);
    }
    .hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
    .button {
      min-height: 52px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 0 22px;
      border: 1px solid transparent;
      border-radius: 999px;
      text-decoration: none;
      font-weight: 750;
      
    }
    .button:hover { transform: translateY(-2px); }
    .button-primary { color: var(--white); background: var(--espresso); box-shadow: 0 12px 28px rgba(43,26,20,.2); }
    .button-primary:hover { box-shadow: 0 16px 32px rgba(43,26,20,.26); }
    .button-secondary { border-color: var(--line); background: rgba(255,255,255,.55); }
    .button svg { width: 19px; height: 19px; }

    .hero-art {
      position: relative;
      height: 520px;
      display: grid;
      place-items: center;
    }
    .hero-art::before {
      content: "";
      position: absolute;
      width: 400px; height: 400px;
      border-radius: 50%;
      background: linear-gradient(145deg, #ead8c6, #f7efe6);
      box-shadow: inset 0 0 0 1px rgba(156,95,63,.1), var(--shadow);
    }
    .hero-art::after {
      content: "";
      position: absolute;
      width: 340px; height: 340px;
      border: 1px solid rgba(156,95,63,.26);
      border-radius: 50%;
      transform: translate(32px, -24px);
    }
    .hero-owl { position: relative; z-index: 2; width: 420px; filter: drop-shadow(0 24px 24px rgba(43,26,20,.16)); }
    .hero-note {
      position: absolute;
      right: 0; bottom: 0px; z-index: 3;
      max-width: 240px;
      padding: 17px 19px;
      background: rgba(255, 253, 249, 0.884);
      border: 1px solid var(--line);
      border-radius: 10px;
      box-shadow: 0 18px 40px rgba(43,26,20,.14);
      font-family: Georgia, "Times New Roman", serif;
      font-weight: 700;
    }
    .hero-note small { display: block; margin-top: 3px; color: var(--copper); font-family: inherit; font-weight: 600; }

    .trust-strip { padding: 0 0 78px; }
    .trust-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      border: 1px solid var(--line);
      border-radius: 10px;
      background: rgba(255,253,249,.78);
      box-shadow: 0 14px 45px rgba(43,26,20,.06);
    }
    .trust-item { padding: 24px 30px;
       display: flex;
        align-items: center;
         gap: 16px; }

    .trustkonkurs{
      flex-direction: column;
      justify-content: center;
      padding: 5px 0px;
      gap: 5px;
    }
    .nagrody{
      display: flex;
      justify-content: center;
      align-items: center;
      
    }
    .nagrody img{
      margin: 0 4px;
    }
    #kontakt{
      padding: 0;
    }
    .trust-item + .trust-item { border-left: 1px solid var(--line); }
    .trust-icon { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--sand); color: var(--copper); }
    .trust-icon svg { width: 21px; height: 21px; }
    .trust-item strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 1.15rem; }
    .trust-item span { color: var(--muted); font-size: .9rem; }

    .section { padding: 96px 0; }
    .section-soft { background: var(--sand); padding: 65px 0 100px;}
    .section-dark { color: var(--white); background: var(--espresso); }
    .section-heading { max-width: 740px; margin-bottom: 45px; }
    .section-heading.center { margin-inline: auto; text-align: center; }
    .section-heading.center .eyebrow::before { display: none; }
    .section-heading h2 { font-size: clamp(2.2rem, 4.3vw, 3.75rem); letter-spacing: -.035em; }
    .section-heading p { margin: 18px 0 0; color: var(--muted); font-size: 1.08rem; }
    .section-dark .section-heading p { color: #d8cbc4; }

    .services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
    .service-card {
      min-height: 215px;
      padding: 30px;
      background: var(--paper);
      border: 1px solid rgba(156,95,63,.18);
      border-radius: var(--radius-md);
      transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
    }
    .service-card:hover { transform: translateY(-5px); border-color: var(--bronze); box-shadow: 0 18px 45px rgba(43,26,20,.1); }
    .service-number { display: flex; align-items: center; margin-bottom: 6px; color: var(--copper); }
    .service-number span {font-size: 1.3rem; font-family: Georgia, "Times New Roman", serif; margin-right: 10px; margin-bottom: 5px; font-style: italic; font-weight: 800;}
    .service-number svg { width: 28px; height: 28px; stroke-width: 1.6; }
    .service-card h3 { font-size: 1.2rem; letter-spacing: 1px;}
    .service-card p { margin: 2px 0 0; color: var(--muted); }

    .process { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; align-items: start; }
    .process-intro { position: sticky; top: 125px; }
    .process-intro h2 { font-size: clamp(2.2rem, 4vw, 3.6rem); }
    .process-intro p { color: #d8cbc4; margin: 18px 0 0; }
    .steps { display: grid; }
    .step { display: grid; grid-template-columns: 58px 1fr; gap: 22px; padding: 0 0 34px; position: relative; }
    .step:not(:last-child)::before { content: ""; position: absolute; left: 28px; top: 58px; bottom: 0; width: 1px; background: rgba(196,134,91,.36); }
    .step-index { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid rgba(196,134,91,.48); border-radius: 50%; color: var(--bronze); font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; }
    .step h3 { padding-top: 5px; font-size: 1.3rem; }
    .step p { margin: 8px 0 0; color: #d8cbc4; }

    .owner-grid { display: grid;
       grid-template-columns: .78fr 1.22fr;
        gap: 20px;
         align-items: center; }
    .owner-portrait {
      position: relative;
      height: 520px;
      width: 433px;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-top: 10px;
      overflow: hidden;
      border-radius:  0 20px 0 20px;
      background: var(--espresso);
      box-shadow: var(--shadow);
      border: 2px solid #493027;
    }
    .owner-portrait img{
      width: 96%;
      border-radius:  0 20px 0 25px;
      border: 2px solid #493027;
      
    }
    

    .owner-label { position: relative;    z-index: 2; }
    .owner-label strong { display: block; color: var(--white); font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; }
    .owner-label span { color: #d9c5b8; }
    .owner-copy h2 { font-size: clamp(2.3rem, 4.3vw, 3.8rem); }
    .owner-copy p { margin: 22px 0 0; color: var(--muted); font-size: 1.06rem; }
    .quote { margin-top: 30px; padding: 23px 26px; border-left: 3px solid var(--copper); background: var(--paper); font-family: Georgia, "Times New Roman", serif; font-size: 1.15rem; font-style: italic; }
    .owner-points { 
      display: flex;
       flex-wrap: wrap;
        gap: 9px;
         margin-top: 28px;
         }
    .owner-points span { 
      padding: 8px 13px;
       border: 1px solid var(--line);
         font-size: .86rem; font-weight: 650;
          
         }

    .contact-wrap { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 480px; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }
    .contact-copy { padding: clamp(38px, 6vw, 72px); color: var(--white); background: var(--espresso); }
    .contact-copy .eyebrow { color: var(--bronze); }
    .contact-copy h2 { font-size: clamp(2.3rem, 4.5vw, 4rem); }
    .contact-copy > p { max-width: 620px; margin: 20px 0 0; color: #d8cbc4; }
    .contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
    .contact-actions .button-primary { color: var(--espresso); background: var(--bronze); box-shadow: none; }
    .contact-actions .button-secondary { color: var(--white); border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.05); }
    .contact-card { padding: clamp(34px, 5vw, 60px); background: var(--paper); display: grid; align-content: center; gap: 26px; }
    .contact-item { display: grid; grid-template-columns: 45px 1fr; gap: 15px; align-items: start; }
    .contact-item svg { width: 45px; height: 45px; padding: 11px; color: var(--copper); background: var(--sand); border-radius: 50%; }
    .contact-item small { display: block; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; font-weight: 750; font-size: .7rem; }
    .contact-item a, .contact-item address { display: block; margin-top: 3px; color: var(--espresso); text-decoration: none; font-style: normal; font-weight: 700; overflow-wrap: anywhere; }
    .contact-item a:hover { color: var(--copper); }

    .legal-note { margin-top: 28px; color: var(--muted); font-size: .84rem; }
    footer { padding: 34px 0; border-top: 1px solid var(--line); }
    .footer-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--muted); font-size: .88rem; }
    .footer-row img { width: 190px; }

    :focus-visible { outline: 3px solid rgba(156,95,63,.46); outline-offset: 3px; }

    .google-business {
  margin-bottom: 42px;
  overflow: hidden;
  background: #fff;
  border: 3px solid rgba(156, 96, 63, 0.295);
  border-radius: 18px;
  box-shadow: 0 12px 35px rgba(45, 31, 23, 0.08);
}

.google-business__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 28px 32px;
  border-bottom: 1px solid rgba(156, 96, 63, 0.932);
}

.google-business__heading h3 {
  margin: 5px 0 8px;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
}

.google-business__heading p {
  margin: 0;
}

.google-map {
  width: 100%;
  height: 400px;
  background: #eee;
}

.google-map iframe {
  display: block;
  width: 100%;
  height: 100%;
}


    @media (max-width: 980px) {
      .owner-portrait{
        width: 50%;
        height: auto;
        padding-bottom: 5px;
        justify-content: flex-start;
        margin: 0 auto;
      }
      #o-nas{
        padding-top: 20px;
      }
      
      .menu-button { display: grid; place-items: center; }
      .nav-links {
        position: absolute;
        top: calc(100% + 1px); left: 0px; right: 0px;
        display: none;
        align-items: stretch;
        padding: 18px;
        background: var(--paper);
        border: 1px solid var(--line);
        
        box-shadow: var(--shadow);
      }
      .nav-links.open { display: grid; gap: 7px; text-align: center; background-color: rgb(241, 236, 233); }
      .nav-links > a { padding: 10px 8px; border-bottom: 1px solid #4930279a;}
      .nav-cta { margin-top: 0px; color: #2b1a14 !important; background-color: #ffffff00; box-shadow: none; border: none !important;} 
      .hero-grid, .owner-grid, .contact-wrap { grid-template-columns: 1fr; }
      .hero-copy { text-align: center; }
      .hero-copy .eyebrow { justify-content: center; }
      .hero-copy > p { margin-inline: auto; }
      .hero-actions { justify-content: center; }
      .hero-art { min-height: 460px; }
      .services-grid { grid-template-columns: repeat(2, 1fr); }
      .process { grid-template-columns: 1fr; gap: 44px; }
      .process-intro { position: static; }
      
      .contact-card { grid-template-columns: repeat(3, 1fr); }
      .contact-item { grid-template-columns: 1fr; }
    }
@media (max-width: 700px) {
  .google-business__heading {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px;
  }

  .google-business__heading .button {
    width: 100%;
    text-align: center;
  }

  .google-map {
    height: 330px;
  }
}

    @media (max-width: 680px) {
      .container { width: min(100% - 28px, var(--max)); }
      .nav { min-height: 72px; }
      .brand img { width: 180px; }
      .hero { padding: 50px 0 36px; }
      h1 { font-size: clamp(2.6rem, 13vw, 4rem); }
      .hero-actions, .contact-actions { display: grid; }
      .hero-art { min-height: 360px; }
      .hero-art::before { width: 315px; height: 315px; }
      .hero-art::after { width: 278px; height: 278px; transform: translate(20px,-15px); }
      .hero-owl { width: 305px; }
      .hero-note { right: 4px; bottom: 12px; max-width: 194px; padding: 13px 15px; font-size: .9rem; }
      .trust-strip { padding-bottom: 52px; }
      .trust-grid { grid-template-columns: 1fr; }
      .trust-item + .trust-item { border-left: 0; border-top: 1px solid var(--line); }
      .section { padding: 70px 0; }
      .services-grid { grid-template-columns: 1fr; }
      .service-card { min-height: 0; }
      .owner-grid { gap: 38px; }
      .owner-portrait { min-height: 340px; }
      .contact-card { grid-template-columns: 1fr; }
      .footer-row { flex-direction: column; text-align: center; }
    }
@media (max-width: 580px) {
.owner-portrait{
        width: 60%;
        height: auto;
        padding-bottom: 5px;
        justify-content: flex-start;
        margin: 0 auto;
      }}
      @media (max-width: 480px) {
.owner-portrait{
        width: 70%;
        height: auto;
        padding-bottom: 5px;
        justify-content: flex-start;
        margin: 0 auto;
      }}
@media (max-width: 420px) {
.owner-portrait{
        width: 80%;
        height: auto;
        padding-bottom: 5px;
        justify-content: flex-start;
        margin: 0 auto;
      }}
@media (max-width: 370px) {
.owner-portrait{
        width: 90%;
        height: auto;
        padding-bottom: 5px;
        justify-content: flex-start;
        margin: 0 auto;
      }}
@media (max-width: 325px) {
  .service-card {
    width: 98%;
    min-height: 270px;
    max-height: auto;
    padding: 15px;
  }
.owner-portrait img{
        width: 90%;
        
        padding: 0px;
        
        
      }
    .owner-copy h2{
        font-size: x-large;
      }
      .owner-portrait{
        width: 100%;
        min-height: auto;
      }
    }
      
    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
    }
     @media (max-width: 1160px) {
      .nagrody{
        width: 100%;
      }
      .nagrody>img{
        width: 20%;
      }

     }