body[data-city-pilot="jelcz-spec-frame-v1"] {
  --jelcz-paper: #f4f7f7;
  --jelcz-white: #ffffff;
  --jelcz-ink: #142239;
  --jelcz-copy: #526173;
  --jelcz-line: #d4dfe3;
  --jelcz-line-strong: #9cafb6;
  --jelcz-red: #d63846;
  --jelcz-red-bright: #ff4654;
  --jelcz-teal: #2f6670;
  --jelcz-brass: #aa7c3d;
  background: var(--jelcz-white);
  color: var(--jelcz-ink);
  overflow-x: clip;
}

body[data-city-pilot="jelcz-spec-frame-v1"] #navbar {
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(206, 217, 222, 0.94);
  box-shadow: 0 12px 38px -34px rgba(20, 34, 57, 0.56);
}

body[data-city-pilot="jelcz-spec-frame-v1"] #main-content {
  background: var(--jelcz-white);
  color: var(--jelcz-ink);
}

body[data-city-pilot="jelcz-spec-frame-v1"] #main-content:focus {
  outline: none;
}

body[data-city-pilot="jelcz-spec-frame-v1"] footer .flex.items-center.gap-3 > span {
  white-space: nowrap;
}

body[data-city-pilot="jelcz-spec-frame-v1"] main > section,
body[data-city-pilot="jelcz-spec-frame-v1"] main > aside {
  color: var(--jelcz-ink);
}

body[data-city-pilot="jelcz-spec-frame-v1"] main :is(a, button, summary):focus,
body[data-city-pilot="jelcz-spec-frame-v1"] main :is(a, button, summary):focus-visible {
  outline: 3px solid var(--jelcz-red) !important;
  outline-offset: 4px !important;
  border-radius: 0.3rem;
  box-shadow: 0 0 0 4px #fff, 0 0 0 7px var(--jelcz-red) !important;
}

.jelcz-shell {
  width: min(1168px, calc(100% - 2rem));
  margin-inline: auto;
}

.jelcz-kicker {
  margin: 0 0 0.9rem;
  color: var(--jelcz-red);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1.35;
  text-transform: uppercase;
}

.jelcz-kicker span {
  letter-spacing: 0.08em;
}

.jelcz-hero {
  min-height: 590px;
  padding: 6.75rem 0 2.25rem;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(47, 102, 112, 0.055) 1px, transparent 1px) 0 0 / 92px 92px,
    linear-gradient(180deg, #fff 0%, #f8fafa 100%);
  border-bottom: 1px solid var(--jelcz-line);
}

.jelcz-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(410px, 0.96fr);
  align-items: center;
  gap: clamp(2rem, 4.8vw, 4.4rem);
}

.jelcz-hero__copy,
.jelcz-hero__visual {
  min-width: 0;
}

.jelcz-hero h1 {
  max-width: 700px;
  margin: 0;
  color: var(--jelcz-ink);
  font-size: clamp(3.05rem, 4.65vw, 4.55rem);
  font-weight: 800;
  letter-spacing: -0.066em;
  line-height: 0.98;
  text-wrap: balance;
}

.jelcz-hero h1 em {
  display: inline;
  color: var(--jelcz-red);
  font-style: normal;
}

.jelcz-hero__copy > p:not(.jelcz-kicker) {
  max-width: 650px;
  margin: 1.45rem 0 0;
  color: var(--jelcz-copy);
  font-size: clamp(1.02rem, 1.45vw, 1.18rem);
  font-weight: 500;
  line-height: 1.68;
}

.jelcz-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.7rem;
}

.jelcz-actions a,
.jelcz-evidence nav a,
.jelcz-faq header > a,
.jelcz-editorial a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0.72rem 1rem;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
}

.jelcz-actions a:first-child {
  padding-inline: 1.35rem;
  color: #fff;
  background: var(--jelcz-red);
  border: 1px solid var(--jelcz-red);
  border-radius: 0.3rem;
  box-shadow: 0 16px 30px -22px rgba(214, 56, 70, 0.9);
}

.jelcz-actions a:last-child {
  color: var(--jelcz-ink);
  background: #fff;
  border: 1px solid var(--jelcz-line);
  border-radius: 0.3rem;
}

.jelcz-actions a:hover {
  transform: translateY(-2px);
}

.jelcz-hero__visual {
  margin: 0;
}

.jelcz-hero__visual picture,
.jelcz-hero__visual img {
  display: block;
  width: 100%;
}

.jelcz-hero__visual img {
  height: auto;
  max-height: 394px;
  object-fit: contain;
}

.jelcz-hero__visual figcaption {
  width: min(96%, 600px);
  margin: 0.45rem auto 0;
  color: #60707b;
  font-size: 0.75rem;
  font-weight: 650;
  line-height: 1.5;
  text-align: center;
}

.jelcz-evidence,
.jelcz-frame,
.jelcz-scope,
.jelcz-receipts,
.jelcz-faq {
  padding: 4rem 0;
  background: #fff;
  border-bottom: 1px solid var(--jelcz-line);
}

.jelcz-frame,
.jelcz-faq {
  background: var(--jelcz-paper);
}

.jelcz-evidence__layout,
.jelcz-frame__layout,
.jelcz-scope__layout,
.jelcz-receipts__layout,
.jelcz-faq__layout {
  display: grid;
  grid-template-columns: minmax(265px, 0.76fr) minmax(0, 1.24fr);
  gap: clamp(2.5rem, 6.5vw, 6.2rem);
  align-items: start;
}

.jelcz-evidence h2,
.jelcz-frame h2,
.jelcz-scope h2,
.jelcz-receipts h2,
.jelcz-stack h2,
.jelcz-faq h2 {
  margin: 0;
  color: var(--jelcz-ink);
  font-size: clamp(2rem, 3.15vw, 3.3rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.04;
  text-wrap: balance;
}

.jelcz-evidence__body {
  min-width: 0;
}

.jelcz-evidence__body > p {
  margin: 0;
  color: var(--jelcz-copy);
  font-size: 0.96rem;
  line-height: 1.66;
}

.jelcz-evidence__body > p + p {
  margin-top: 0.75rem;
}

.jelcz-evidence__body .jelcz-evidence__lead {
  color: var(--jelcz-ink);
  font-size: clamp(1.08rem, 1.55vw, 1.28rem);
  font-weight: 700;
  line-height: 1.52;
}

.jelcz-limit {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 1rem;
  margin-top: 1.15rem;
  padding: 1rem 0;
  border-block: 1px solid var(--jelcz-line);
}

.jelcz-limit strong {
  color: var(--jelcz-red);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.45;
  text-transform: uppercase;
}

.jelcz-limit span {
  color: var(--jelcz-copy);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.55;
}

.jelcz-evidence nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.35rem 1.25rem;
  margin-top: 0.7rem;
}

.jelcz-evidence nav a {
  justify-content: flex-start;
  padding: 0.45rem 0;
  color: var(--jelcz-ink);
  border-bottom: 1px solid var(--jelcz-line);
}

.jelcz-evidence nav a:hover {
  color: var(--jelcz-red);
  border-color: var(--jelcz-red);
}

.jelcz-frame header > p:last-child,
.jelcz-scope header > p:last-child,
.jelcz-receipts header > p:last-child,
.jelcz-faq header > p:last-of-type {
  margin: 1rem 0 0;
  color: var(--jelcz-copy);
  font-size: 0.94rem;
  line-height: 1.65;
}

.jelcz-frame__ledger {
  position: relative;
  min-width: 0;
  padding: 1rem 1.2rem 1.2rem;
  background: #fff;
  border: 1px solid var(--jelcz-line);
  box-shadow: 0 24px 54px -42px rgba(20, 34, 57, 0.55);
}

.jelcz-frame__ledger::before,
.jelcz-frame__ledger::after {
  position: absolute;
  top: 3.5rem;
  bottom: 5.5rem;
  width: 5px;
  background: var(--jelcz-ink);
  content: "";
}

.jelcz-frame__ledger::before {
  left: 1.35rem;
}

.jelcz-frame__ledger::after {
  right: 1.35rem;
}

.jelcz-frame__labels {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 0.55rem 0.75rem;
  color: var(--jelcz-teal);
  font-size: 0.71rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1.35;
  text-transform: uppercase;
}

.jelcz-frame__ledger dl {
  position: relative;
  z-index: 1;
  margin: 0;
}

.jelcz-frame__ledger dl > div {
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr);
  gap: 1.2rem;
  align-items: center;
  min-height: 67px;
  margin: 0;
  padding: 0.7rem 2rem;
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid var(--jelcz-line);
}

.jelcz-frame__ledger dl > div:last-child {
  border-bottom: 1px solid var(--jelcz-line);
}

.jelcz-frame__ledger dt {
  color: var(--jelcz-red);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.jelcz-frame__ledger dd {
  display: grid;
  grid-template-columns: minmax(175px, 0.85fr) minmax(0, 1.15fr);
  gap: 1.2rem;
  align-items: center;
  margin: 0;
}

.jelcz-frame__ledger dd strong {
  color: var(--jelcz-ink);
  font-size: 0.94rem;
  line-height: 1.35;
}

.jelcz-frame__ledger dd span {
  color: var(--jelcz-copy);
  font-size: 0.78rem;
  line-height: 1.45;
}

.jelcz-frame__plate {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr);
  gap: 1.2rem;
  margin: 0.85rem 0.15rem 0;
  padding: 0.9rem 1.15rem;
  background: #fff0f2;
  border: 2px solid var(--jelcz-red);
  box-shadow: 6px 6px 0 #f3cfd4;
}

.jelcz-frame__plate span {
  color: var(--jelcz-red);
  font-size: 0.71rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.jelcz-frame__plate strong {
  color: var(--jelcz-ink);
  font-size: 0.88rem;
  line-height: 1.45;
}

.jelcz-scope__sequence {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--jelcz-line-strong);
}

.jelcz-scope__sequence li {
  display: grid;
  grid-template-columns: 160px minmax(190px, 0.75fr) minmax(0, 1.25fr);
  gap: 1.5rem;
  align-items: center;
  min-height: 105px;
  padding: 1.15rem 0;
  border-bottom: 1px solid var(--jelcz-line);
}

.jelcz-scope__sequence li::before {
  width: 40px;
  height: 7px;
  margin-bottom: 0.2rem;
  background: var(--jelcz-teal);
  content: "";
  grid-column: 1;
  grid-row: 1;
}

.jelcz-scope__sequence li:nth-child(2)::before {
  width: 68px;
  background: var(--jelcz-brass);
}

.jelcz-scope__sequence li:nth-child(3)::before {
  width: 96px;
  background: var(--jelcz-red);
}

.jelcz-scope__sequence span {
  align-self: end;
  color: var(--jelcz-teal);
  font-size: 0.71rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1.35;
  text-transform: uppercase;
  grid-column: 1;
  grid-row: 1;
  margin-left: 50px;
}

.jelcz-scope__sequence strong {
  color: var(--jelcz-ink);
  font-size: 1rem;
  line-height: 1.35;
}

.jelcz-scope__sequence p {
  margin: 0;
  color: var(--jelcz-copy);
  font-size: 0.85rem;
  line-height: 1.55;
}

body[data-city-pilot="jelcz-spec-frame-v1"] #kalkulator {
  color: var(--jelcz-ink);
  background: #f7f9f9 !important;
  border-color: var(--jelcz-line) !important;
}

body[data-city-pilot="jelcz-spec-frame-v1"] #kalkulator > .absolute {
  display: none !important;
}

body[data-city-pilot="jelcz-spec-frame-v1"] #kalkulator [data-calculator-profile="professional-services"] {
  border-radius: 0.7rem !important;
  box-shadow: 0 28px 62px -46px rgba(20, 34, 57, 0.58) !important;
}

body[data-city-pilot="jelcz-spec-frame-v1"] #kalkulator .calc-btn,
body[data-city-pilot="jelcz-spec-frame-v1"] #kalkulator label {
  border-radius: 0.35rem !important;
}

body[data-city-pilot="jelcz-spec-frame-v1"] #kalkulator .calc-btn.active {
  border-color: var(--jelcz-red) !important;
  background: #fff1f2 !important;
}

body[data-city-pilot="jelcz-spec-frame-v1"] #calc-context-jelcz-laskowice,
body[data-city-pilot="jelcz-spec-frame-v1"] #kalkulator ul.space-y-2 li {
  font-size: 0.75rem !important;
}

.jelcz-receipts__list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--jelcz-line-strong);
}

.jelcz-receipts__list li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 180px;
  gap: 1.15rem;
  align-items: center;
  min-height: 92px;
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--jelcz-line);
}

.jelcz-receipts__list li > b {
  color: var(--jelcz-red);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

.jelcz-receipts__list li > div > span {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--jelcz-teal);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.jelcz-receipts__list li strong {
  color: var(--jelcz-ink);
  font-size: 0.96rem;
  line-height: 1.35;
}

.jelcz-receipts__list li p {
  margin: 0.25rem 0 0;
  color: var(--jelcz-copy);
  font-size: 0.78rem;
  line-height: 1.45;
}

.jelcz-receipts__list li em {
  justify-self: stretch;
  padding: 0.65rem 0.8rem;
  color: var(--jelcz-ink);
  background: var(--jelcz-paper);
  border-left: 3px solid var(--jelcz-teal);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.4;
}

.jelcz-stack {
  padding: 3.2rem 0;
  background: #fff;
  border-bottom: 1px solid var(--jelcz-line);
}

.jelcz-stack__layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
}

.jelcz-stack h2 {
  max-width: 440px;
  font-size: clamp(1.8rem, 2.8vw, 2.9rem);
}

.jelcz-stack ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  border-block: 1px solid var(--jelcz-line-strong);
}

.jelcz-stack li {
  display: grid;
  min-height: 130px;
  align-content: center;
  padding: 1rem;
  border-left: 1px solid var(--jelcz-line);
}

.jelcz-stack li:last-child {
  border-right: 1px solid var(--jelcz-line);
}

.jelcz-stack .iconify {
  width: 1.6rem;
  height: 1.6rem;
  margin-bottom: 0.65rem;
  color: var(--jelcz-teal);
}

.jelcz-stack li strong,
.jelcz-stack li small {
  display: block;
}

.jelcz-stack li strong {
  color: var(--jelcz-ink);
  font-size: 0.86rem;
  line-height: 1.35;
}

.jelcz-stack li small {
  margin-top: 0.28rem;
  color: var(--jelcz-copy);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.4;
}

.jelcz-faq header > a {
  margin-top: 1.35rem;
  padding-inline: 0;
  color: var(--jelcz-red);
  border-bottom: 2px solid var(--jelcz-red);
}

.jelcz-faq__list {
  border-top: 1px solid var(--jelcz-line-strong);
}

.jelcz-faq details {
  border-bottom: 1px solid var(--jelcz-line);
}

.jelcz-faq summary {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 28px;
  gap: 0.85rem;
  align-items: center;
  min-height: 70px;
  padding: 0.7rem 0;
  cursor: pointer;
  list-style: none;
}

.jelcz-faq summary::-webkit-details-marker {
  display: none;
}

.jelcz-faq summary > span {
  color: var(--jelcz-red);
  font-size: 0.75rem;
  font-weight: 800;
}

.jelcz-faq summary strong {
  color: var(--jelcz-ink);
  font-size: 0.95rem;
  line-height: 1.4;
}

.jelcz-faq summary i {
  position: relative;
  width: 26px;
  height: 26px;
  border: 1px solid var(--jelcz-line-strong);
  border-radius: 50%;
}

.jelcz-faq summary i::before,
.jelcz-faq summary i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  background: var(--jelcz-ink);
  content: "";
  transform: translate(-50%, -50%);
}

.jelcz-faq summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 180ms ease;
}

.jelcz-faq details[open] summary i::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.jelcz-faq details > div {
  padding: 0 3.5rem 1.2rem 3.6rem;
  color: var(--jelcz-copy);
  font-size: 0.88rem;
  line-height: 1.65;
}

.jelcz-editorial {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 2rem;
  width: min(1168px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.6rem 0;
  background: #fff;
}

.jelcz-editorial > div {
  display: grid;
  gap: 0.2rem;
  align-content: center;
}

.jelcz-editorial strong,
.jelcz-editorial span {
  line-height: 1.45;
}

.jelcz-editorial strong {
  color: var(--jelcz-ink);
  font-size: 0.8rem;
}

.jelcz-editorial span {
  color: var(--jelcz-copy);
  font-size: 0.72rem;
  font-weight: 600;
}

.jelcz-editorial nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.3rem 1rem;
}

.jelcz-editorial a {
  padding: 0.35rem 0;
  color: var(--jelcz-ink);
}

.jelcz-editorial a:hover {
  color: var(--jelcz-red);
}

body[data-city-pilot="jelcz-spec-frame-v1"] #contact {
  color: var(--jelcz-ink);
  background: #f7f9f9 !important;
}

body[data-city-pilot="jelcz-spec-frame-v1"] #contact > .absolute {
  display: none !important;
}

body[data-city-pilot="jelcz-spec-frame-v1"] #contact input,
body[data-city-pilot="jelcz-spec-frame-v1"] #contact textarea {
  color: var(--jelcz-ink) !important;
  background: #fff !important;
}

@media (max-width: 1120px) {
  .jelcz-hero__layout {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
    gap: 2rem;
  }

  .jelcz-hero h1 {
    font-size: clamp(2.9rem, 5.3vw, 4.2rem);
  }

  .jelcz-evidence__layout,
  .jelcz-frame__layout,
  .jelcz-scope__layout,
  .jelcz-receipts__layout,
  .jelcz-faq__layout {
    grid-template-columns: minmax(235px, 0.68fr) minmax(0, 1.32fr);
    gap: 3rem;
  }

  .jelcz-frame__ledger dl > div {
    grid-template-columns: 115px minmax(0, 1fr);
  }

  .jelcz-frame__ledger dd {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }

  .jelcz-frame__plate {
    grid-template-columns: 115px minmax(0, 1fr);
  }

  .jelcz-scope__sequence li {
    grid-template-columns: 140px minmax(175px, 0.8fr) minmax(0, 1.2fr);
    gap: 1rem;
  }
}

@media (max-width: 900px) {
  .jelcz-hero {
    min-height: auto;
    padding-top: 6.6rem;
  }

  .jelcz-hero__layout {
    grid-template-columns: 1fr;
  }

  .jelcz-hero__copy {
    max-width: 720px;
  }

  .jelcz-hero__visual {
    width: min(680px, 100%);
    margin-inline: auto;
  }

  .jelcz-hero__visual img {
    max-height: 370px;
  }

  .jelcz-evidence__layout,
  .jelcz-frame__layout,
  .jelcz-scope__layout,
  .jelcz-receipts__layout,
  .jelcz-faq__layout,
  .jelcz-stack__layout {
    grid-template-columns: 1fr;
    gap: 2.2rem;
  }

  .jelcz-evidence header,
  .jelcz-frame header,
  .jelcz-scope header,
  .jelcz-receipts header,
  .jelcz-faq header {
    max-width: 720px;
  }

  .jelcz-stack ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 701px) and (max-height: 500px) {
  .jelcz-hero {
    min-height: 390px;
    padding: 5.15rem 0 1.35rem;
  }

  .jelcz-hero__layout {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.82fr);
    gap: 1.4rem;
  }

  .jelcz-hero h1 {
    font-size: clamp(2.25rem, 5vw, 3.05rem);
  }

  .jelcz-hero__copy > p:not(.jelcz-kicker) {
    margin-top: 0.8rem;
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .jelcz-actions {
    margin-top: 0.9rem;
  }

  .jelcz-hero__visual img {
    max-height: 250px;
  }

  .jelcz-hero__visual figcaption {
    display: none;
  }
}

@media (max-width: 700px) {
  .jelcz-shell,
  .jelcz-editorial {
    width: min(100% - 1.5rem, 620px);
  }

  .jelcz-hero {
    padding: 5.75rem 0 1.9rem;
  }

  .jelcz-hero h1 {
    font-size: clamp(2.3rem, 11.8vw, 3.2rem);
    line-height: 0.99;
  }

  .jelcz-hero__copy > p:not(.jelcz-kicker) {
    margin-top: 1.15rem;
    font-size: 0.98rem;
  }

  .jelcz-actions {
    margin-top: 1.35rem;
  }

  .jelcz-actions a {
    flex: 1 1 170px;
  }

  .jelcz-hero__visual {
    width: min(100%, 360px);
  }

  .jelcz-hero__visual img {
    height: min(92vw, 380px);
    max-height: 380px;
    object-fit: contain;
  }

  .jelcz-hero__visual figcaption {
    font-size: 0.75rem;
  }

  .jelcz-evidence,
  .jelcz-frame,
  .jelcz-scope,
  .jelcz-receipts,
  .jelcz-faq {
    padding: 3.2rem 0;
  }

  .jelcz-evidence h2,
  .jelcz-frame h2,
  .jelcz-scope h2,
  .jelcz-receipts h2,
  .jelcz-faq h2 {
    font-size: clamp(1.85rem, 9.2vw, 2.7rem);
  }

  .jelcz-limit {
    grid-template-columns: 1fr;
    gap: 0.4rem;
  }

  .jelcz-evidence nav {
    grid-template-columns: 1fr;
  }

  .jelcz-frame__ledger {
    padding: 0.85rem;
  }

  .jelcz-frame__ledger::before,
  .jelcz-frame__ledger::after {
    top: 3.7rem;
    bottom: 6rem;
  }

  .jelcz-frame__ledger::before {
    left: 1rem;
  }

  .jelcz-frame__ledger::after {
    right: 1rem;
  }

  .jelcz-frame__labels {
    padding-inline: 0.3rem;
    font-size: 0.69rem;
  }

  .jelcz-frame__ledger dl > div {
    grid-template-columns: 1fr;
    gap: 0.3rem;
    min-height: 93px;
    padding: 0.8rem 1.45rem;
  }

  .jelcz-frame__ledger dd {
    grid-template-columns: 1fr;
    gap: 0.15rem;
  }

  .jelcz-frame__plate {
    grid-template-columns: 1fr;
    gap: 0.35rem;
    margin-inline: 0;
  }

  .jelcz-scope__sequence li {
    grid-template-columns: 1fr;
    gap: 0.4rem;
    min-height: 0;
    padding: 1.1rem 0;
  }

  .jelcz-scope__sequence li::before,
  .jelcz-scope__sequence span {
    grid-column: 1;
    grid-row: auto;
  }

  .jelcz-scope__sequence span {
    margin: -0.8rem 0 0 50px;
  }

  .jelcz-receipts__list li {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 0.7rem;
    padding: 1rem 0;
  }

  .jelcz-receipts__list li em {
    grid-column: 2;
    justify-self: start;
  }

  .jelcz-stack {
    padding: 2.8rem 0;
  }

  .jelcz-stack ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jelcz-stack li {
    min-height: 122px;
    border-bottom: 1px solid var(--jelcz-line);
  }

  .jelcz-stack li:nth-child(3),
  .jelcz-stack li:nth-child(4) {
    border-bottom: 0;
  }

  .jelcz-faq summary {
    grid-template-columns: 34px minmax(0, 1fr) 28px;
    min-height: 78px;
  }

  .jelcz-faq details > div {
    padding: 0 0 1.2rem 2.75rem;
  }

  .jelcz-editorial {
    grid-template-columns: 1fr;
    gap: 0.8rem;
    padding: 1.35rem 0;
  }

  .jelcz-editorial nav {
    justify-content: flex-start;
  }
}

@media (max-width: 400px) {
  .jelcz-hero h1 {
    font-size: clamp(2.12rem, 11.2vw, 2.7rem);
  }

  .jelcz-hero__copy > p:not(.jelcz-kicker) {
    font-size: 0.94rem;
  }

  .jelcz-actions a {
    flex-basis: 100%;
  }

  .jelcz-frame__labels {
    gap: 0.5rem;
  }

  .jelcz-frame__labels span {
    max-width: 46%;
  }
}

@media (max-width: 340px) {
  .jelcz-shell,
  .jelcz-editorial {
    width: calc(100% - 1rem);
  }

  .jelcz-hero h1 {
    font-size: 2rem;
  }

  .jelcz-frame__ledger dl > div {
    padding-inline: 1.25rem;
  }

  .jelcz-stack li {
    padding: 0.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-city-pilot="jelcz-spec-frame-v1"] *,
  body[data-city-pilot="jelcz-spec-frame-v1"] *::before,
  body[data-city-pilot="jelcz-spec-frame-v1"] *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
