body[data-city-pilot="otwock-catalog-v1"] {
  --otwock-paper: #fbfaf7;
  --otwock-white: #ffffff;
  --otwock-ink: #15233b;
  --otwock-copy: #475569;
  --otwock-line: #d9d2c8;
  --otwock-red: #d63846;
  --otwock-red-bright: #ff4654;
  --otwock-timber: #a87547;
  --otwock-pine: #345c51;
  background: var(--otwock-white);
  color: var(--otwock-ink);
  overflow-x: clip;
}

body[data-city-pilot="otwock-catalog-v1"] #navbar {
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(217, 210, 200, 0.86);
  box-shadow: 0 12px 38px -34px rgba(21, 35, 59, 0.5);
}

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

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

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

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

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

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

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

.otwock-hero {
  min-height: 604px;
  padding: 7.2rem 0 3rem;
  background:
    linear-gradient(90deg, rgba(168, 117, 71, 0.08) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(180deg, #fff 0%, var(--otwock-paper) 100%);
  border-bottom: 1px solid var(--otwock-line);
  overflow: hidden;
}

.otwock-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 4.5rem);
}

.otwock-hero__copy {
  min-width: 0;
}

.otwock-hero h1 {
  max-width: 730px;
  margin: 0;
  color: var(--otwock-ink);
  font-size: clamp(3.15rem, 5vw, 4.8rem);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 0.98;
  text-wrap: balance;
}

.otwock-hero h1 em {
  color: var(--otwock-red);
  font-style: normal;
  position: relative;
  white-space: nowrap;
}

.otwock-hero h1 em::after {
  position: absolute;
  right: 0.05em;
  bottom: -0.08em;
  left: 0.05em;
  height: 0.12em;
  background: repeating-linear-gradient(100deg, var(--otwock-red) 0 18%, transparent 18% 25%);
  content: "";
  transform: skewX(-16deg);
}

.otwock-hero__copy > p:not(.otwock-kicker) {
  max-width: 650px;
  margin: 1.55rem 0 0;
  color: var(--otwock-copy);
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  font-weight: 500;
  line-height: 1.65;
}

.otwock-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.8rem;
}

.otwock-actions a,
.otwock-evidence nav a,
.otwock-faq header > a,
.otwock-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;
}

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

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

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

.otwock-hero__visual {
  min-width: 0;
  margin: 0;
}

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

.otwock-hero__visual img {
  height: auto;
  max-height: 402px;
  object-fit: contain;
}

.otwock-hero__visual figcaption {
  width: min(95%, 600px);
  margin: 0.55rem auto 0;
  color: #6b5b4b;
  font-size: 0.75rem;
  font-weight: 650;
  line-height: 1.45;
  text-align: center;
}

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

.otwock-evidence {
  background: #fff;
}

.otwock-evidence__layout,
.otwock-catalog__layout,
.otwock-scope__layout,
.otwock-receipts__layout,
.otwock-faq__layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(2.5rem, 7vw, 6.5rem);
  align-items: start;
}

.otwock-evidence h2,
.otwock-catalog h2,
.otwock-scope h2,
.otwock-receipts h2,
.otwock-stack h2,
.otwock-faq h2 {
  margin: 0;
  color: var(--otwock-ink);
  font-size: clamp(2rem, 3.35vw, 3.45rem);
  font-weight: 800;
  letter-spacing: -0.052em;
  line-height: 1.04;
  text-wrap: balance;
}

.otwock-evidence__body {
  min-width: 0;
  padding-top: 0.15rem;
}

.otwock-evidence__body > p {
  margin: 0;
  color: var(--otwock-copy);
  font-size: 0.98rem;
  line-height: 1.65;
}

.otwock-evidence__body > p + p {
  margin-top: 0.8rem;
}

.otwock-evidence__body .otwock-evidence__lead {
  color: var(--otwock-ink);
  font-size: clamp(1.12rem, 1.7vw, 1.35rem);
  font-weight: 700;
  line-height: 1.5;
}

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

.otwock-limit strong {
  color: var(--otwock-red);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.otwock-limit span {
  color: #64748b;
  font-size: 0.78rem;
  line-height: 1.5;
}

.otwock-evidence nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0.9rem;
  margin-top: 0.7rem;
}

.otwock-evidence nav a {
  justify-content: flex-start;
  padding-inline: 0;
  color: var(--otwock-pine);
  text-decoration: underline;
  text-decoration-color: rgba(52, 92, 81, 0.32);
  text-underline-offset: 0.25rem;
}

.otwock-catalog {
  background: var(--otwock-paper);
}

.otwock-catalog__header > p:not(.otwock-kicker),
.otwock-receipts header > p:not(.otwock-kicker),
.otwock-faq header > p:not(.otwock-kicker) {
  margin: 1.2rem 0 0;
  color: var(--otwock-copy);
  font-size: 0.95rem;
  line-height: 1.6;
}

.otwock-catalog__ledger {
  margin: 0;
  border-block: 2px solid var(--otwock-ink);
}

.otwock-catalog__ledger > div {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 1rem;
  align-items: center;
  min-height: 82px;
  padding: 0.75rem 0;
}

.otwock-catalog__ledger > div + div {
  border-top: 1px solid var(--otwock-line);
}

.otwock-catalog__ledger dt {
  color: var(--otwock-red);
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.otwock-catalog__ledger dd {
  display: grid;
  grid-template-columns: minmax(180px, 0.7fr) minmax(220px, 1fr);
  gap: 1.2rem;
  align-items: center;
  margin: 0;
}

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

.otwock-catalog__ledger span {
  color: var(--otwock-copy);
  font-size: 0.83rem;
  line-height: 1.5;
}

.otwock-scope {
  background: #fff;
}

.otwock-scope__rows {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 2px solid var(--otwock-ink);
}

.otwock-scope__rows li {
  display: grid;
  grid-template-columns: 172px 1fr;
  gap: 1.25rem;
  align-items: start;
  padding: 1rem 0;
  border-bottom: 1px solid var(--otwock-line);
}

.otwock-scope__rows li > span {
  color: var(--otwock-red);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}

.otwock-scope__rows strong {
  display: block;
  color: var(--otwock-ink);
  font-size: 1rem;
  line-height: 1.35;
}

.otwock-scope__rows p {
  margin: 0.35rem 0 0;
  color: var(--otwock-copy);
  font-size: 0.83rem;
  line-height: 1.5;
}

body[data-city-pilot="otwock-catalog-v1"].city-page-wave1 #kalkulator {
  background: #f7f8f8;
  border-bottom: 1px solid var(--otwock-line);
}

body[data-city-pilot="otwock-catalog-v1"].city-page-wave1 #kalkulator > .container > div:first-of-type > div {
  color: var(--otwock-red);
}

.otwock-receipts {
  background: var(--otwock-paper);
}

.otwock-receipts__list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 2px solid var(--otwock-ink);
}

.otwock-receipts__list li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) minmax(150px, 0.45fr);
  gap: 1rem;
  align-items: center;
  min-height: 79px;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--otwock-line);
}

.otwock-receipts__list b {
  color: var(--otwock-red);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
}

.otwock-receipts__list div > span {
  display: block;
  margin-bottom: 0.2rem;
  color: #687386;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.otwock-receipts__list strong {
  color: var(--otwock-ink);
  font-size: 0.98rem;
}

.otwock-receipts__list p {
  margin: 0.22rem 0 0;
  color: var(--otwock-copy);
  font-size: 0.76rem;
  line-height: 1.45;
}

.otwock-receipts__list em {
  padding: 0.55rem 0.75rem;
  color: var(--otwock-pine);
  background: rgba(52, 92, 81, 0.07);
  border-left: 3px solid var(--otwock-pine);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.35;
}

.otwock-stack {
  padding: 2.6rem 0;
  background: #f4f7f5;
  border-bottom: 1px solid var(--otwock-line);
}

.otwock-stack__layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(2.5rem, 7vw, 6.5rem);
  align-items: center;
}

.otwock-stack h2 {
  font-size: clamp(1.75rem, 2.6vw, 2.6rem);
}

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

.otwock-stack li {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-content: center;
  min-width: 0;
  min-height: 104px;
  padding: 1rem;
}

.otwock-stack li + li {
  border-left: 1px solid #cbd7d1;
}

.otwock-stack .iconify {
  grid-row: 1 / span 2;
  width: 24px;
  height: 24px;
  align-self: center;
}

.otwock-stack strong,
.otwock-stack small {
  display: block;
  min-width: 0;
}

.otwock-stack strong {
  color: var(--otwock-ink);
  font-size: 0.86rem;
}

.otwock-stack small {
  margin-top: 0.2rem;
  color: var(--otwock-copy);
  font-size: 0.75rem;
  line-height: 1.35;
}

.otwock-faq {
  background: #fff;
}

.otwock-faq header > a {
  margin-top: 1.35rem;
  padding-inline: 0;
  color: var(--otwock-red);
  text-decoration: underline;
  text-underline-offset: 0.28rem;
}

.otwock-faq__list {
  border-block: 2px solid var(--otwock-ink);
}

.otwock-faq__list details + details {
  border-top: 1px solid var(--otwock-line);
}

.otwock-faq__list summary {
  display: grid;
  grid-template-columns: 40px 1fr 44px;
  gap: 0.8rem;
  align-items: center;
  min-height: 70px;
  padding: 0.55rem 0;
  cursor: pointer;
  list-style: none;
}

.otwock-faq__list summary::-webkit-details-marker {
  display: none;
}

.otwock-faq__list summary > span {
  color: var(--otwock-red);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.otwock-faq__list summary > strong {
  color: var(--otwock-ink);
  font-size: 0.92rem;
  line-height: 1.35;
}

.otwock-faq__list summary > i {
  position: relative;
  width: 44px;
  height: 44px;
  border: 1px solid var(--otwock-line);
  border-radius: 50%;
}

.otwock-faq__list summary > i::before,
.otwock-faq__list summary > i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background: var(--otwock-red);
  content: "";
  transform: translate(-50%, -50%);
}

.otwock-faq__list summary > i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.otwock-faq__list details[open] summary > i::after {
  transform: translate(-50%, -50%) rotate(0);
}

.otwock-faq__list details > div {
  padding: 0 3.2rem 1.2rem;
  color: var(--otwock-copy);
  font-size: 0.84rem;
  line-height: 1.6;
}

.otwock-editorial {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: 2rem;
  align-items: center;
  width: min(1168px, calc(100% - 2rem));
  margin-inline: auto;
  padding: 2.2rem 0;
  background: #fff;
}

.otwock-editorial > div {
  display: grid;
  gap: 0.35rem;
}

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

.otwock-editorial span {
  color: var(--otwock-copy);
  font-size: 0.75rem;
  line-height: 1.45;
}

.otwock-editorial nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.25rem 0.8rem;
}

.otwock-editorial a {
  justify-content: flex-start;
  padding-inline: 0;
  color: var(--otwock-pine);
  text-decoration: underline;
  text-decoration-color: rgba(52, 92, 81, 0.28);
  text-underline-offset: 0.25rem;
}

body[data-city-pilot="otwock-catalog-v1"] #calc-context-otwock,
body[data-city-pilot="otwock-catalog-v1"] #calc-form-otwock > div:last-child .flex-1 > ul > li {
  font-size: 0.75rem !important;
}

body[data-city-pilot="otwock-catalog-v1"].city-page-wave1 #contact {
  color: var(--otwock-ink);
  background: #fff !important;
  border-top-color: var(--otwock-line);
}

body[data-city-pilot="otwock-catalog-v1"].city-page-wave1 #contact :is(.bg-brand-dark, .bg-slate-900, .bg-black) {
  color: var(--otwock-ink) !important;
  background: #fff !important;
}

@media (min-width: 901px) {
  body[data-city-pilot="otwock-catalog-v1"].city-page-wave1 #contact {
    padding-block: 1.6rem !important;
  }
}

@media (max-width: 900px) {
  .otwock-catalog__layout {
    grid-template-columns: 1fr;
  }

  .otwock-catalog__ledger dd {
    grid-template-columns: minmax(160px, 0.7fr) minmax(0, 1fr);
  }
}

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

  .otwock-hero h1 {
    font-size: clamp(2.9rem, 5.4vw, 4rem);
  }

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

  .otwock-stack li:nth-child(3) {
    border-top: 1px solid #cbd7d1;
    border-left: 0;
  }

  .otwock-stack li:nth-child(4) {
    border-top: 1px solid #cbd7d1;
  }
}

@media (max-width: 820px) {
  .otwock-shell {
    width: min(100% - 2rem, 700px);
  }

  .otwock-hero {
    min-height: 0;
    padding: 6.8rem 0 3.2rem;
  }

  .otwock-hero__layout,
  .otwock-evidence__layout,
  .otwock-catalog__layout,
  .otwock-scope__layout,
  .otwock-receipts__layout,
  .otwock-stack__layout,
  .otwock-faq__layout,
  .otwock-editorial {
    grid-template-columns: 1fr;
  }

  .otwock-hero__layout {
    gap: 2.4rem;
  }

  .otwock-hero h1 {
    max-width: 680px;
    font-size: clamp(3rem, 9.2vw, 4.25rem);
  }

  .otwock-hero__copy > p:not(.otwock-kicker) {
    max-width: 620px;
  }

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

  .otwock-hero__visual img {
    max-height: none;
  }

  .otwock-evidence,
  .otwock-catalog,
  .otwock-scope,
  .otwock-receipts,
  .otwock-faq {
    padding: 3.4rem 0;
  }

  .otwock-evidence__layout,
  .otwock-catalog__layout,
  .otwock-scope__layout,
  .otwock-receipts__layout,
  .otwock-faq__layout {
    gap: 2rem;
  }

  .otwock-editorial {
    gap: 1rem;
    width: min(100% - 2rem, 700px);
  }

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

@media (max-width: 600px) {
  .otwock-shell {
    width: min(100% - 1.5rem, 560px);
  }

  .otwock-hero {
    padding-top: 6.25rem;
  }

  .otwock-hero h1 {
    font-size: clamp(2.55rem, 12.2vw, 3.35rem);
    line-height: 1;
  }

  .otwock-hero h1 em {
    white-space: normal;
  }

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

  .otwock-actions {
    display: grid;
  }

  .otwock-actions a {
    width: 100%;
    min-height: 48px;
  }

  .otwock-hero__visual figcaption {
    width: 100%;
    text-align: left;
  }

  .otwock-evidence h2,
  .otwock-catalog h2,
  .otwock-scope h2,
  .otwock-receipts h2,
  .otwock-faq h2 {
    font-size: clamp(2rem, 9.5vw, 2.65rem);
  }

  .otwock-limit {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  .otwock-evidence nav {
    display: grid;
    gap: 0;
  }

  .otwock-evidence nav a,
  .otwock-editorial a {
    min-height: 48px;
  }

  .otwock-catalog__ledger > div {
    grid-template-columns: 64px 1fr;
    align-items: start;
    padding: 0.9rem 0;
  }

  .otwock-catalog__ledger dd {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .otwock-scope__rows li {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    padding: 1.05rem 0;
  }

  .otwock-receipts__list li {
    grid-template-columns: 38px 1fr;
    gap: 0.8rem;
    padding: 0.9rem 0;
  }

  .otwock-receipts__list em {
    grid-column: 2;
  }

  .otwock-stack {
    padding: 2.5rem 0;
  }

  .otwock-stack ul {
    grid-template-columns: 1fr 1fr;
  }

  .otwock-stack li {
    grid-template-columns: 30px 1fr;
    min-height: 96px;
    padding: 0.8rem;
  }

  .otwock-faq__list summary {
    grid-template-columns: 32px 1fr 44px;
    min-height: 76px;
  }

  .otwock-faq__list summary > strong {
    font-size: 0.84rem;
  }

  .otwock-faq__list details > div {
    padding: 0 0.25rem 1.25rem 2.5rem;
  }

  .otwock-editorial {
    width: min(100% - 1.5rem, 560px);
  }
}

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

  .otwock-actions a:hover {
    transform: none;
  }
}
