
    :root {
      --bg: #f4eee5;
      --bg-2: #f8f4ed;
      --paper: rgba(255, 251, 245, 0.84);
      --paper-strong: rgba(255, 252, 248, 0.94);
      --text: #2f241d;
      --muted: #6f6257;
      --line: #d7c8b6;
      --gold: #d2b06f;
      --gold-2: #b98d48;
      --green: #1d4d41;
      --green-2: #13372f;
      --green-soft: #365f54;
      --brown: #5b4130;
      --shadow: 0 20px 45px rgba(90, 66, 41, 0.12);
      --radius-xl: 28px;
      --radius-lg: 20px;
      --radius-md: 16px;
      --container: 1180px;
    }

    * { box-sizing: border-box; }

    html { scroll-behavior: smooth; }

    body {
      margin: 0;
      color: var(--text);
      font-family: Georgia, "Times New Roman", serif;
      background:
        radial-gradient(circle at 0% 100%, rgba(198, 170, 129, 0.16), transparent 22%),
        radial-gradient(circle at 100% 100%, rgba(223, 198, 164, 0.18), transparent 18%),
        linear-gradient(180deg, #f9f6f0 0%, var(--bg) 28%, #f7f2ea 100%);
      position: relative;
      overflow-x: hidden;
    }

    body::before,
    body::after {
      content: "";
      position: fixed;
      pointer-events: none;
      z-index: -2;
      inset: 0;
      opacity: 0.45;
      background-image:
        radial-gradient(circle at 18% 82%, rgba(194, 167, 122, 0.18), transparent 16%),
        radial-gradient(circle at 86% 14%, rgba(194, 167, 122, 0.12), transparent 14%),
        linear-gradient(rgba(110, 91, 71, 0.025), rgba(110, 91, 71, 0.025));
      mix-blend-mode: multiply;
    }

    body::after {
      z-index: -1;
      opacity: 0.9;
      background:
        linear-gradient(135deg, rgba(255,255,255,0.22), rgba(255,255,255,0.02)),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='320' height='320' viewBox='0 0 320 320'%3E%3Cg fill='none' stroke='%23d9ccb9' stroke-width='1'%3E%3Cpath d='M0 160C80 105 80 55 160 0' opacity='.35'/%3E%3Cpath d='M320 160C240 105 240 55 160 0' opacity='.35'/%3E%3Cpath d='M0 160c80 55 80 105 160 160' opacity='.35'/%3E%3Cpath d='M320 160c-80 55-80 105-160 160' opacity='.35'/%3E%3Ccircle cx='160' cy='160' r='16' opacity='.35'/%3E%3C/g%3E%3C/svg%3E") center top/420px repeat;
    }

    img { max-width: 100%; display: block; }
    a { color: inherit; }

    .container {
      width: min(calc(100% - 34px), var(--container));
      margin: 0 auto;
    }

    .sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      border: 0;
    }

    .topbar {
      position: sticky;
      top: 0;
      z-index: 40;
      backdrop-filter: blur(10px);
      background: rgba(250, 246, 239, 0.82);
      border-bottom: 1px solid rgba(215, 200, 182, 0.72);
    }

    .topbar-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      padding: 14px 0;
    }

    .brand {
      text-decoration: none;
      display: flex;
      flex-direction: column;
      min-width: 0;
    }

    .brand strong {
      font-size: 1.35rem;
      letter-spacing: 0.02em;
    }

    .brand span {
      font: 400 0.92rem/1.4 Arial, Helvetica, sans-serif;
      color: var(--muted);
    }

    .nav {
      display: flex;
      gap: 18px;
      align-items: center;
      flex-wrap: wrap;
      justify-content: center;
      font: 600 0.95rem/1 Arial, Helvetica, sans-serif;
    }

    .nav a {
      text-decoration: none;
      color: var(--text);
    }

    .nav a:hover { color: var(--green); }

    .topbar-cta {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      min-height: 48px;
      padding: 0 18px;
      border-radius: 999px;
      text-decoration: none;
      color: #fff;
      background: linear-gradient(180deg, var(--green) 0%, var(--green-2) 100%);
      box-shadow: var(--shadow);
      font: 700 0.94rem/1 Arial, Helvetica, sans-serif;
      white-space: nowrap;
    }

    .hero {
      padding: 34px 0 22px;
    }

    .hero-shell {
      position: relative;
      min-height: 720px;
      border-radius: 34px;
      overflow: hidden;
      box-shadow: var(--shadow);
      border: 1px solid rgba(255,255,255,0.65);
	  /*
      background:
        linear-gradient(180deg, rgba(255,255,255,0.14), rgba(255,255,255,0.06)),
        url("https://images.unsplash.com/photo-1505693416388-ac5ce068fe85?auto=format&fit=crop&w=1800&q=80") center/cover no-repeat;
      */
	  background:
        linear-gradient(180deg, rgba(255,255,255,0.14), rgba(255,255,255,0.06)),
        url("/assets/images/hero-sofa-banner.webp") center/cover no-repeat;

    }

    .hero-shell::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(180deg, rgba(255,250,243,0.82) 0%, rgba(255,250,243,0.70) 25%, rgba(255,250,243,0.18) 56%, rgba(255,250,243,0.03) 100%),
        radial-gradient(circle at 48% 22%, rgba(255,252,248,0.78), transparent 30%);
    }

    .hero-shell::after {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 8% 60%, rgba(255,255,255,0.1), transparent 18%),
        radial-gradient(circle at 92% 30%, rgba(255,255,255,0.08), transparent 20%);
    }

    .hero-furniture {
      position: absolute;
      bottom: 0;
      z-index: 1;
      object-fit: contain;
      filter: drop-shadow(0 26px 34px rgba(42, 24, 11, 0.18));
      pointer-events: none;
    }

    .hero-sofa {
      left: -3%;
      width: 54%;
      height: 72%;
    }

    .hero-chair {
      right: 2.5%;
      width: 26%;
      height: 74%;
    }

    .hero-content {
      position: relative;
      z-index: 2;
      text-align: center;
      max-width: 860px;
      margin: 0 auto;
      padding: 52px 24px 0;
    }

    .hero-title {
      font-size: clamp(2rem, 4vw, 4.25rem);
      line-height: 0.96;
      margin: 0;
    }

    .hero-subtitle {
      margin: 10px 0 0;
      font-size: clamp(1.9rem, 2.6vw, 3rem);
      line-height: 1.08;
      font-style: italic;
      color: #6b5744;
    }

    .hero-rule {
      width: 120px;
      height: 2px;
      background: linear-gradient(90deg, transparent, rgba(185,141,72,0.84), transparent);
      margin: 18px auto 14px;
      position: relative;
    }

    .hero-rule::after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: rgba(185,141,72,0.8);
      box-shadow: 0 0 0 4px rgba(210,176,111,0.18);
    }

    .hero-description {
      margin: 0 auto;
      max-width: 680px;
      font: 600 1.18rem/1.8 Arial, Helvetica, sans-serif;
      color: #6b5744;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 14px;
      margin-top: 26px;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 56px;
      padding: 0 24px;
      border-radius: 999px;
      /* border: 1px solid transparent; */
      text-decoration: none;
      font: 700 1rem/1 Arial, Helvetica, sans-serif;
      transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
      cursor: pointer;
    }

    .btn:hover { transform: translateY(-2px); }

    .btn-primary {
      background: linear-gradient(180deg, var(--green) 0%, var(--green-2) 100%);
      color: #fff;
      box-shadow: 0 16px 30px rgba(19,55,47,0.20);
    }

    .btn-secondary {
      background: linear-gradient(180deg, #ecd29f 0%, var(--gold) 100%);
      color: #2f241d;
      box-shadow: 0 16px 30px rgba(185,141,72,0.22);
    }
	
	.btn-dojazd {
	  background: linear-gradient(180deg, #5aa6ff 0%, #2f7df6 100%);
	  color: #ffffff;
	  box-shadow: 0 16px 30px rgba(47,125,246,0.24);
	}

    .btn-dark {
      background: linear-gradient(180deg, #173b33 0%, #0f2a23 100%);
      color: #fff;
      box-shadow: 0 16px 28px rgba(19,55,47,0.18);
    }

    section {
      padding: 34px 0;
      position: relative;
    }

    .section-title-wrap {
      text-align: center;
      margin-bottom: 24px;
    }

    .ornament-title {
      display: flex;
      align-items: center;
      gap: 16px;
      justify-content: center;
      margin-bottom: 10px;
    }

    .ornament-title::before,
    .ornament-title::after {
      content: "";
      width: min(13vw, 140px);
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(185,141,72,0.55), transparent);
    }

    .ornament-title h2 {
      margin: 0;
      font-size: clamp(1.4rem, 2.6vw, 3rem);
      line-height: 1;
      font-style: italic;
    }

    .section-title-wrap p {
      max-width: 760px;
      margin: 0 auto;
      font: 400 1.02rem/1.8 Arial, Helvetica, sans-serif;
      color: var(--muted);
    }

    .services-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0,1fr));
      gap: 18px;
    }

    .service-card {
      background: linear-gradient(180deg, rgba(255,255,255,0.82), rgba(255,255,255,0.62));
      border: 1px solid rgba(215,200,182,0.9);
      border-radius: 18px;
      box-shadow: 0 12px 28px rgba(89,65,48,0.06);
      padding: 20px 18px 18px;
      display: flex;
      flex-direction: column;
      min-height: 100%;
    }

    .service-head {
      display: flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 10px;
    }

.service-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(210,176,111,0.22), rgba(210,176,111,0.08));
  display: grid;
  place-items: center;
  flex: 0 0 54px;
}

.service-icon svg {
  width: 26px;
  height: 26px;
  stroke: #8a5a3c;
  stroke-width: 1.9;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

    .service-card h3 {
      margin: 0;
      font-size: 1.4rem;
      line-height: 1.05;
    }

    .service-card p {
      margin: 0 0 18px;
      font: 400 1rem/1.7 Arial, Helvetica, sans-serif;
      color: var(--muted);
      flex: 1;
    }

    .small-btn {
      align-self: flex-start;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      min-height: 44px;
      padding: 0 18px;
      border-radius: 999px;
      border: 1px solid rgba(185,141,72,0.3);
      background: rgba(255,255,255,0.68);
      text-decoration: none;
      font: 700 0.95rem/1 Arial, Helvetica, sans-serif;
      color: var(--text);
    }

    .portfolio-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0,1fr));
      gap: 18px;
    }

    .portfolio-card {
      background: transparent;
    }
/*
    .portfolio-photo {
      aspect-ratio: 1.08 / 0.78;
      border-radius: 6px;
      overflow: hidden;
      position: relative;
      box-shadow: 0 14px 28px rgba(89,65,48,0.10);
      background-size: cover;
      background-position: center;
      border: 1px solid rgba(215,200,182,0.85);
    }

    .portfolio-photo.sofa {
      background-image: linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.18)), url("/assets/images/sofa2v1.png");
    }

    .portfolio-photo.armchairs {
      background-image: linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.18)), url("/assets/images/naroznik1.png");
    }

    .portfolio-photo.chairs {
      background-image: linear-gradient(180deg, rgba(0,0,0,0.06), rgba(0,0,0,0.16)), url("/assets/images/fotel1.png");
    }
*/
	.portfolio-photo {
	  display: block;
	  aspect-ratio: 1.08 / 0.78;
	  border-radius: 6px;
	  overflow: hidden;
	  position: relative;
	  box-shadow: 0 14px 28px rgba(89,65,48,0.10);
	  border: 1px solid rgba(215,200,182,0.85);
	  text-decoration: none;
	}

	.portfolio-photo::after {
	  content: "";
	  position: absolute;
	  inset: 0;
	  background: linear-gradient(180deg, rgba(0,0,0,0.06), rgba(0,0,0,0.18));
	  pointer-events: none;
	}

	.portfolio-photo img {
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
	  display: block;
	  transition: transform .35s ease;
	}

	.portfolio-photo:hover img {
	  transform: scale(1.04);
	}

    .before-after {
      position: absolute;
      left: 18px;
      right: 18px;
      bottom: 16px;
      display: flex;
      justify-content: space-between;
      gap: 12px;
	  display: none;
    }

    .before-after span {
      min-width: 92px;
      padding: 10px 16px;
      border-radius: 999px;
      text-align: center;
      color: #fff;
      font: 700 0.95rem/1 Arial, Helvetica, sans-serif;
      backdrop-filter: blur(4px);
    }

    .before-after .before { background: rgba(69, 46, 30, 0.82); }
    .before-after .after { background: rgba(24, 79, 66, 0.88); }

    .portfolio-title {
      text-align: center;
      margin-top: 12px;
      font-size: 1.9rem;
      line-height: 1.1;
    }

    .portfolio-subline {
      width: 72%;
      margin: 8px auto 0;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(185,141,72,0.48), transparent);
      position: relative;
    }

    .portfolio-subline::after {
      content: "✧";
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -56%);
      font-size: 0.82rem;
      color: rgba(185,141,72,0.7);
      background: var(--bg);
      padding: 0 7px;
    }

    .testimonials-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0,1fr));
      gap: 18px;
    }

    .testimonial-card {
      position: relative;
      background: linear-gradient(180deg, rgba(255,252,248,0.88), rgba(255,249,242,0.74));
      border: 1px solid rgba(215,200,182,0.88);
      border-radius: 16px;
      box-shadow: 0 12px 28px rgba(89,65,48,0.06);
      padding: 28px 26px 22px;
      overflow: hidden;
    }

    .testimonial-card::before,
    .testimonial-card::after {
      content: "";
      position: absolute;
      width: 24px;
      height: 24px;
      border: 2px solid rgba(210,176,111,0.48);
      pointer-events: none;
    }

    .testimonial-card::before {
      top: 10px;
      left: 10px;
      border-right: 0;
      border-bottom: 0;
      border-top-left-radius: 9px;
    }

    .testimonial-card::after {
      right: 10px;
      bottom: 10px;
      border-left: 0;
      border-top: 0;
      border-bottom-right-radius: 9px;
    }

    .quote-mark {
      font-size: 3.2rem;
      line-height: 1;
      color: rgba(185,141,72,0.82);
      margin-bottom: 8px;
    }

    .testimonial-card p {
      margin: 0 0 14px;
      font-size: 1.05rem;
      line-height: 1.9;
    }

    .testimonial-footer {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 16px;
      flex-wrap: wrap;
    }

    .testimonial-author {
      font: 600 1rem/1 Arial, Helvetica, sans-serif;
      color: #54463a;
    }

    .rating-line {
      margin-top: 14px;
      display: flex;
      align-items: center;
      gap: 10px;
      flex-wrap: wrap;
      font: 700 0.98rem/1 Arial, Helvetica, sans-serif;
      color: #54463a;
    }

    .stars {
      color: var(--gold-2);
      letter-spacing: 0.18em;
      font-size: 1.12rem;
    }

    .opinion-actions {
      display: flex;
      justify-content: center;
      gap: 18px;
      flex-wrap: wrap;
      margin-top: 26px;
    }

    .quote-section {
      padding-top: 40px;
    }

    .quote-top {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 30px;
      align-items: start;
      margin-bottom: 24px;
    }

    .quote-title {
      margin: 0;
      font-size: clamp(2rem, 3.8vw, 3.9rem);
      line-height: 0.95;
    }

    .quote-info {
      padding-top: 4px;
    }

    .quote-info h3 {
      margin: 0 0 18px;
      font: 600 1.4rem/1.5 Arial, Helvetica, sans-serif;
      color: #55483d;
    }

    .quote-list {
      list-style: none;
      margin: 0;
      padding: 0;
      display: grid;
      gap: 12px;
      font: 600 1.08rem/1.8 Arial, Helvetica, sans-serif;
      color: #4f463d;
    }

    .quote-list li {
      position: relative;
      padding-left: 36px;
    }

    .quote-list li::before {
      content: "◌";
      position: absolute;
      left: 0;
      top: 0.12rem;
      color: var(--green);
      font-size: 1.35rem;
      line-height: 1;
    }

    .quote-box {
      position: relative;
      background: linear-gradient(180deg, rgba(255,252,248,0.90), rgba(255,249,243,0.76));
      border: 1px solid rgba(215,200,182,0.92);
      border-radius: 14px;
      box-shadow: 0 16px 34px rgba(89,65,48,0.07);
      padding: 34px 30px 30px;
      overflow: hidden;
    }

    .quote-box::before,
    .quote-box::after {
      content: "";
      position: absolute;
      width: 24px;
      height: 24px;
      border: 2px solid rgba(210,176,111,0.52);
    }

    .quote-box::before {
      top: 10px;
      left: 10px;
      border-right: 0;
      border-bottom: 0;
      border-top-left-radius: 8px;
    }

    .quote-box::after {
      bottom: 10px;
      right: 10px;
      border-left: 0;
      border-top: 0;
      border-bottom-right-radius: 8px;
    }

    .quote-form {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px 24px;
    }

    .field,
    .field-full {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .field-full { grid-column: span 2; }

    label {
      font: 500 1rem/1.35 Arial, Helvetica, sans-serif;
      color: #483d34;
    }

    .req { color: #9c2e22; }

    input,
    select,
    textarea {
      width: 100%;
      padding: 15px 16px;
      border-radius: 10px;
      border: 1px solid #cfc2b2;
      background: rgba(255,255,255,0.78);
      color: var(--text);
      font: 400 1rem/1.45 Arial, Helvetica, sans-serif;
      outline: none;
      transition: border-color .2s ease, box-shadow .2s ease;
      appearance: none;
    }

    select {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23756554' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 14px center;
      padding-right: 42px;
    }

    input:focus,
    select:focus,
    textarea:focus {
      border-color: rgba(185,141,72,0.85);
      box-shadow: 0 0 0 4px rgba(210,176,111,0.16);
    }

    textarea {
      min-height: 192px;
      resize: vertical;
    }

    .file-input {
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: center;
      gap: 12px;
      min-height: 54px;
      padding: 8px 10px;
      border-radius: 10px;
      border: 1px solid #cfc2b2;
      background: rgba(255,255,255,0.78);
      font: 400 1rem/1.4 Arial, Helvetica, sans-serif;
      color: #6c6158;
    }

    .file-input input {
      position: absolute;
      inset: 0;
      opacity: 0;
      cursor: pointer;
      padding: 0;
      border: 0;
      box-shadow: none;
    }

    .file-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 40px;
      padding: 0 18px;
      border-radius: 8px;
      background: linear-gradient(180deg, #60726d 0%, #495a55 100%);
      color: #fff;
      font: 700 0.95rem/1 Arial, Helvetica, sans-serif;
      white-space: nowrap;
    }

    .consent {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      margin-top: 4px;
      font: 400 0.95rem/1.6 Arial, Helvetica, sans-serif;
      color: var(--muted);
    }

    .consent input {
      width: 18px;
      height: 18px;
      padding: 0;
      margin-top: 2px;
      appearance: auto;
    }

    .quote-submit {
      grid-column: span 2;
      display: flex;
      justify-content: flex-end;
      margin-top: 2px;
    }

    .faq-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0,1fr));
      gap: 18px;
    }

    details {
      background: linear-gradient(180deg, rgba(255,252,248,0.82), rgba(255,249,243,0.66));
      border: 1px solid rgba(215,200,182,0.9);
      border-radius: 16px;
      box-shadow: 0 12px 24px rgba(89,65,48,0.05);
      padding: 18px 20px;
    }

    summary {
      cursor: pointer;
      list-style: none;
      font-size: 1.14rem;
      font-weight: 700;
    }

    summary::-webkit-details-marker { display: none; }

    details p {
      margin: 14px 0 0;
      font: 400 0.98rem/1.75 Arial, Helvetica, sans-serif;
      color: var(--muted);
    }

    .contact-band {
      padding: 36px 0 54px;
    }

    .contact-card {
      background: linear-gradient(180deg, rgba(83,58,42,0.95), rgba(59,40,29,0.98));
      color: #fff8ee;
      border-radius: 22px;
      box-shadow: var(--shadow);
      padding: 28px 30px;
      display: grid;
      grid-template-columns: 1.1fr auto;
      gap: 20px;
      align-items: center;
      border: 1px solid rgba(255,255,255,0.08);
    }

    .contact-card h2 {
      margin: 0 0 10px;
      font-size: clamp(2rem, 2vw, 2.1rem);
      line-height: 1.04;
    }

    .contact-card p {
      margin: 0;
      font: 400 1rem/1.8 Arial, Helvetica, sans-serif;
      color: rgba(255,248,238,0.84);
    }

    .contact-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      justify-content: flex-end;
    }

    .contact-actions .btn {
      min-width: 220px;
    }

    footer.site-footer {
      padding: 24px 0 34px;
      border-top: 1px solid rgba(215,200,182,0.82);
      text-align: center;
      font: 400 0.95rem/1.7 Arial, Helvetica, sans-serif;
      color: var(--muted);
    }
	
	input:invalid,
	textarea:invalid,
	select:invalid {
	  border: 2px solid #b94a48;
	}

	input:valid,
	textarea:valid,
	select:valid {
	  border: 1px solid #cfc7bc;
	}

	@media (max-width: 1200px) {
	  .services-grid {
		grid-template-columns: repeat(2, minmax(0,1fr));
	  }
	}
	
    @media (max-width: 1180px) {
      .hero-shell { min-height: 640px; }
      .hero-sofa { width: 58%; }
      .hero-chair { width: 30%; }
    }

    @media (max-width: 980px) {
      .topbar-inner,
      .contact-card,
      .quote-top,
      .quote-form { grid-template-columns: 1fr; }
      .topbar-inner { display: flex; flex-direction: column; align-items: flex-start; }
      .nav { justify-content: flex-start; }
      .services-grid,
      .portfolio-grid,
      .testimonials-grid,
      .faq-grid { grid-template-columns: 1fr; }
      .field-full,
      .quote-submit { grid-column: span 1; }
      .quote-submit { justify-content: stretch; }
      .quote-submit .btn { width: 100%; }
      .contact-actions { justify-content: flex-start; }
      .contact-actions .btn { width: 100%; min-width: 0; }
    }

    @media (max-width: 760px) {
      .hero { padding-top: 20px; }
      .hero-shell { min-height: 560px; }
      .hero-content { padding-top: 34px; }
      .hero-title { max-width: 12ch; margin-inline: auto; }
      .hero-subtitle { font-size: 1.8rem; }
      .hero-description { font-size: 1rem; }
      .hero-sofa {
        width: 72%;
        height: 46%;
        left: -8%;
      }
      .hero-chair {
        width: 42%;
        height: 50%;
        right: -2%;
      }
      .hero-actions .btn,
      .opinion-actions .btn,
      .contact-actions .btn,
      .topbar-cta,
      .small-btn { width: 100%; }
      .ornament-title { gap: 10px; }
      .ornament-title::before,
      .ornament-title::after { width: 46px; }
      .quote-title { font-size: 2.8rem; }
      .quote-box { padding: 24px 18px 22px; }
      .portfolio-title { font-size: 1.6rem; }
    }

    .hp-field {
      position: absolute !important;
      left: -9999px !important;
      width: 1px;
      height: 1px;
      overflow: hidden;
      pointer-events: none;
    }

    .file-text {
      min-width: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .form-note {
      margin: 0;
      color: var(--muted);
      font: 400 0.95rem/1.6 Arial, Helvetica, sans-serif;
    }

    .captcha-wrap {
      display: flex;
      justify-content: flex-start;
      align-items: center;
    }

    .g-recaptcha {
      transform-origin: left top;
    }

    @media (max-width: 420px) {
      .g-recaptcha {
        transform: scale(0.92);
      }
    }
	
/* Cookies banner */
.cookie-banner {
  position: fixed;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%) translateY(24px);
  z-index: 9999;
  width: min(calc(100% - 34px), 980px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(215, 200, 182, 0.92);
  background:
    linear-gradient(180deg, rgba(255, 252, 248, 0.96), rgba(255, 249, 243, 0.92));
  box-shadow: 0 18px 44px rgba(59, 40, 29, 0.18);
  color: var(--text);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    visibility 0.25s ease;
}

.cookie-banner.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.cookie-banner p {
  margin: 0;
  font: 400 0.95rem/1.65 Arial, Helvetica, sans-serif;
  color: var(--muted);
}

.cookie-banner a {
  color: var(--green);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-banner a:hover {
  color: var(--green-2);
}

.cookie-banner button {
  flex: 0 0 auto;
  min-height: 46px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--green) 0%, var(--green-2) 100%);
  color: #fff;
  box-shadow: 0 12px 24px rgba(19, 55, 47, 0.18);
  font: 700 0.95rem/1 Arial, Helvetica, sans-serif;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.cookie-banner button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(19, 55, 47, 0.24);
}

.cookie-banner button:focus-visible {
  outline: 3px solid rgba(210, 176, 111, 0.55);
  outline-offset: 3px;
}

@media (max-width: 700px) {
  .cookie-banner {
    bottom: 12px;
    width: min(calc(100% - 24px), 980px);
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 16px;
  }

  .cookie-banner button {
    width: 100%;
  }
}

/* Legal pages: polityka cookies, polityka prywatności */
.legal-page {
  padding: 42px 0 64px;
}

.legal-card {
  max-width: 920px;
  margin: 0 auto;
  padding: 34px 34px 38px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(215, 200, 182, 0.92);
  background:
    linear-gradient(180deg, rgba(255, 252, 248, 0.92), rgba(255, 249, 243, 0.78));
  box-shadow: var(--shadow);
}

.legal-card .ornament-title h1 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1;
  font-style: italic;
}

.legal-content {
  margin-top: 24px;
  font: 400 1.02rem/1.85 Arial, Helvetica, sans-serif;
  color: var(--muted);
}

.legal-content h2 {
  margin: 28px 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.15;
  color: var(--text);
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content p {
  margin: 0 0 14px;
}

.legal-updated {
  margin-top: 30px !important;
  padding-top: 18px;
  border-top: 1px solid rgba(215, 200, 182, 0.85);
  font-size: 0.95rem;
  color: var(--brown);
}

@media (max-width: 700px) {
  .legal-page {
    padding: 26px 0 44px;
  }

  .legal-card {
    padding: 24px 18px 28px;
    border-radius: var(--radius-lg);
  }

  .legal-content {
    font-size: 0.98rem;
    line-height: 1.75;
  }
}

/* SEO service pages */
.subpage-hero {
  padding: 42px 0 24px;
}

.subpage-hero-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(215, 200, 182, 0.92);
  background:
    radial-gradient(circle at 85% 20%, rgba(210, 176, 111, 0.20), transparent 28%),
    linear-gradient(180deg, rgba(255, 252, 248, 0.94), rgba(255, 249, 243, 0.78));
  box-shadow: var(--shadow);
  padding: 46px 38px;
}

.subpage-hero-card::before,
.subpage-hero-card::after {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  border: 2px solid rgba(210, 176, 111, 0.50);
  pointer-events: none;
}

.subpage-hero-card::before {
  top: 14px;
  left: 14px;
  border-right: 0;
  border-bottom: 0;
  border-top-left-radius: 12px;
}

.subpage-hero-card::after {
  right: 14px;
  bottom: 14px;
  border-left: 0;
  border-top: 0;
  border-bottom-right-radius: 12px;
}

.breadcrumbs {
  margin-bottom: 18px;
  font: 700 0.92rem/1 Arial, Helvetica, sans-serif;
  color: var(--muted);
}

.breadcrumbs a {
  color: var(--green);
  text-decoration: none;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.subpage-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 4.4rem);
  line-height: 0.98;
}

.subpage-lead {
  max-width: 820px;
  margin: 18px 0 0;
  font: 600 1.15rem/1.8 Arial, Helvetica, sans-serif;
  color: var(--muted);
}

.subpage-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.subpage-content {
  padding: 24px 0 54px;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
  align-items: start;
}

.content-card,
.sidebar-card {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(215, 200, 182, 0.92);
  background: linear-gradient(180deg, rgba(255, 252, 248, 0.90), rgba(255, 249, 243, 0.72));
  box-shadow: 0 14px 30px rgba(89,65,48,0.07);
}

.content-card {
  padding: 34px;
}

.content-card h2 {
  margin: 30px 0 12px;
  font-size: clamp(1.55rem, 2.4vw, 2.2rem);
  line-height: 1.12;
}

.content-card h2:first-child {
  margin-top: 0;
}

.content-card p,
.content-card li {
  font: 400 1.03rem/1.85 Arial, Helvetica, sans-serif;
  color: var(--muted);
}

.content-card p {
  margin: 0 0 16px;
}

.content-card ul {
  margin: 0 0 20px;
  padding-left: 22px;
}

.content-card strong {
  color: var(--text);
}

.sidebar-card {
  position: sticky;
  top: 96px;
  padding: 24px;
}

.sidebar-card h2 {
  margin: 0 0 14px;
  font-size: 1.7rem;
  line-height: 1.1;
}

.sidebar-card p {
  margin: 0 0 18px;
  font: 400 0.98rem/1.7 Arial, Helvetica, sans-serif;
  color: var(--muted);
}

.sidebar-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: grid;
  gap: 10px;
}

.sidebar-list li {
  position: relative;
  padding-left: 26px;
  font: 700 0.96rem/1.45 Arial, Helvetica, sans-serif;
  color: var(--text);
}

.sidebar-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
}

.subpage-links {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.subpage-links a {
  display: block;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255,255,255,0.58);
  border: 1px solid rgba(215, 200, 182, 0.78);
  text-decoration: none;
  font: 700 0.95rem/1.35 Arial, Helvetica, sans-serif;
}

.subpage-links a:hover {
  color: var(--green);
  border-color: rgba(29, 77, 65, 0.35);
}

@media (max-width: 980px) {
  .content-grid {
    grid-template-columns: 1fr;
  }

  .sidebar-card {
    position: static;
  }
}

@media (max-width: 700px) {
  .subpage-hero {
    padding: 26px 0 18px;
  }

  .subpage-hero-card,
  .content-card,
  .sidebar-card {
    padding: 24px 18px;
  }

  .subpage-actions .btn {
    width: 100%;
  }
}

.site-footer p {
  margin: 0;
}

.footer-links {
  margin-top: 8px !important;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-links a {
  color: var(--green);
  font-weight: 700;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-links span {
  color: var(--muted);
}

@media (max-width: 700px) {
  .footer-links {
    gap: 6px 10px;
    line-height: 1.7;
  }
}

/* Service page hero banner */
.service-hero {
  padding: 34px 0 24px;
}

.service-hero-shell {
  position: relative;
  min-height: 560px;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255,255,255,0.65);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.16), rgba(255,255,255,0.06)),
    url("/assets/images/hero-sofa-banner2.webp") center/cover no-repeat;
}

.service-hero-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,250,243,0.86) 0%, rgba(255,250,243,0.72) 35%, rgba(255,250,243,0.32) 100%),
    radial-gradient(circle at 48% 22%, rgba(255,252,248,0.78), transparent 34%);
}

.service-hero-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 8% 60%, rgba(255,255,255,0.12), transparent 18%),
    radial-gradient(circle at 92% 30%, rgba(255,255,255,0.10), transparent 20%);
}

.service-hero-content {
  position: relative;
  z-index: 2;
  max-width: 840px;
  margin: 0 auto;
  padding: 54px 28px 46px;
  text-align: center;
}

.service-hero-content .breadcrumbs {
  margin-bottom: 18px;
  font: 700 0.92rem/1 Arial, Helvetica, sans-serif;
  color: var(--brown);
}

.service-hero-content .breadcrumbs a {
  color: var(--green);
  text-decoration: none;
}

.service-hero-content .breadcrumbs a:hover {
  text-decoration: underline;
}

.service-hero-content h1 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 0.98;
  color: var(--text);
}

.service-hero-content h1::after {
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  margin: 20px auto 18px;
  background: linear-gradient(90deg, transparent, rgba(185,141,72,0.84), transparent);
}

.service-hero-content p {
  max-width: 720px;
  margin: 0 auto;
  font: 700 1.12rem/1.8 Arial, Helvetica, sans-serif;
  color: #5b4130;
  text-shadow: 0 1px 0 rgba(255,255,255,0.55);
}

.service-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
}

@media (max-width: 760px) {
  .service-hero {
    padding-top: 20px;
  }

  .service-hero-shell {
    min-height: 420px;
    border-radius: 24px;
  }

  .service-hero-content {
    padding: 36px 18px 34px;
  }

  .service-hero-content h1 {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .service-hero-content p {
    font-size: 1rem;
  }

  .service-hero-actions .btn {
    width: 100%;
  }
}

.service-hero-tapicer .service-hero-shell {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.16), rgba(255,255,255,0.06)),
    url("/assets/images/tapicer-czestochowa-banner.webp") center/cover no-repeat;
}