:root {
  --zk-bg: #100b08;
  --zk-bg-2: #1a100b;
  --zk-panel: rgba(58, 41, 31, .6);
  --zk-panel-strong: rgba(78, 55, 43, .7);
  --zk-line: rgba(215, 166, 128, .28);
  --zk-line-strong: rgba(215, 166, 128, .6);
  --zk-text: #f6eee7;
  --zk-muted: rgba(246, 238, 231, .5);
  --zk-soft: rgba(246, 238, 231, .75);
  --zk-cocoa: #b87962;
  --zk-copper: #e5a887;
  --zk-cream: #fff7ee;
  --zk-shadow: 0 30px 90px rgba(0, 0, 0, .4);
}

* { box-sizing: border-box; }

b,
strong {
  font-weight: 400;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--zk-text);
  font-family: Quicksand, sans-serif;
  font-weight: 300;
  background:
    radial-gradient(circle at 55% 0%, rgba(150, 86, 54, .22), transparent 34rem),
    radial-gradient(circle at 18% 30%, rgba(181, 107, 76, .12), transparent 27rem),
    linear-gradient(180deg, #0c0806 0%, var(--zk-bg) 48%, #0b0705 100%);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px);
  background-size: 100% 3px;
  opacity: .25;
  z-index: 20;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

.g-width-80x {
  width: 80% !important;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 100;
  padding: 10px 14px;
  color: #1c100b;
  background: var(--zk-cream);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.zk-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  padding: 12px 0 0;
  pointer-events: none;
}

.zk-topline,
.zk-nav {
  pointer-events: auto;
}

.zk-topline {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 22px;
  align-items: center;
  min-height: 42px;
  padding: 0 22px;
  border: 1px solid var(--zk-line);
  border-radius: 999px;
  color: var(--zk-muted);
  background: rgba(17, 10, 7, .58);
  box-shadow: 0 12px 38px rgba(0,0,0,.22);
  backdrop-filter: blur(16px);
  font-size: 14px;
}

.zk-topline a {
  justify-self: end;
}

.zk-topline__center {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  color: rgba(246,238,231,.78);
}

.zk-topline__center i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--zk-cocoa);
}

.zk-nav {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  margin-top: 26px;
}

.zk-logo {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 78px;
  color: var(--zk-copper);
}

.zk-logo img {
  width: 235px;
  height: auto;
  filter: drop-shadow(0 12px 22px rgba(0,0,0,.38));
}

.zk-logo__name {
  font-size: 28px;
  line-height: .95;
  font-style: italic;
  color: var(--zk-cocoa);
}

.zk-logo__sub {
  margin-left: 60px;
  font-size: 10px;
  letter-spacing: .42em;
  text-transform: uppercase;
  color: rgba(246,238,231,.68);
}

.zk-logo__cup {
  width: 52px;
  height: 28px;
  margin-left: 4px;
  border: 1px solid var(--zk-cocoa);
  border-top: 0;
  border-radius: 0 0 8px 8px;
}

.zk-logo--footer img {
  width: 245px;
}

.zk-menu {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border: 1px solid var(--zk-line);
  border-radius: 999px;
  background: rgba(48, 30, 22, .42);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 16px 40px rgba(0,0,0,.28);
  backdrop-filter: blur(16px);
}

.zk-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: rgba(246,238,231,.82);
  font-size: 14px;
  white-space: nowrap;
}

.zk-menu a:hover,
.zk-menu a.is-active {
  border-color: rgba(229, 168, 135, .34);
  background: rgba(229, 168, 135, .1);
  color: var(--zk-cream);
}

.zk-menu-toggle {
  display: none;
}

.zk-main {
  overflow: hidden;
}

.zk-hero {
  position: relative;
  min-height: 100vh;
  padding: 176px 0 52px;
  background:
    linear-gradient(90deg, rgba(10,6,4,.95) 0%, rgba(10,6,4,.82) 36%, rgba(10,6,4,.12) 68%, rgba(10,6,4,.84) 100%),
    linear-gradient(180deg, rgba(10,6,4,.1), rgba(10,6,4,.96)),
    url("../img/hero-zapachkakao.png") right center / cover no-repeat;
}

.zk-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(330px, .58fr);
  gap: 44px;
  align-items: center;
  min-height: calc(100vh - 245px);
}

.zk-kicker,
.zk-section__kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  color: rgba(229,168,135,.88);
  font-size: 13px;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.zk-kicker::before,
.zk-section__kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid var(--zk-copper);
  border-radius: 50%;
}

.zk-hero h1 {
  max-width: 560px;
  margin: 0;
  color: var(--zk-cream);
  font-size: clamp(25px, 1.6vw, 28px);
  font-weight: 300;
  line-height: 1.12;
  letter-spacing: 0;
}

.zk-script {
  display: block;
  color: var(--zk-cocoa);
  font-style: italic;
}

.zk-hero__lead {
  max-width: 470px;
  margin: 24px 0 0;
  color: var(--zk-muted);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
}

.zk-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 30px;
}

.zk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid rgba(229,168,135,.42);
  border-radius: 999px;
  color: var(--zk-cream);
  background: linear-gradient(135deg, rgba(196,128,99,.78), rgba(77,50,39,.72));
  box-shadow: 0 20px 42px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.12);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 13px;
  font-weight: 400;
}

.zk-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(255,231,214,.62);
}

.zk-btn--ghost {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  color: rgba(246,238,231,.82);
}

.zk-btn--line {
  background: rgba(255,255,255,.04);
  box-shadow: none;
}

.zk-social-proof {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 34px;
  color: var(--zk-muted);
}

.zk-avatars {
  display: flex;
}

.zk-avatars span {
  width: 36px;
  height: 36px;
  margin-left: -8px;
  border: 2px solid rgba(255,255,255,.28);
  border-radius: 50%;
  background: linear-gradient(135deg, #6c3f31, #d2a087);
}

.zk-avatars span:first-child {
  margin-left: 0;
}

.zk-social-proof strong {
  display: block;
  color: var(--zk-copper);
  letter-spacing: .18em;
}

.zk-hero__aside {
  display: grid;
  gap: 88px;
  justify-items: end;
}

.zk-pill-list,
.zk-booking-card,
.zk-feature,
.zk-guide-card,
.zk-contact-mini,
.zk-page-card,
.zk-price-card {
  border: 1px solid var(--zk-line);
  background: linear-gradient(135deg, rgba(80,60,48,.48), rgba(29,18,13,.52));
  box-shadow: var(--zk-shadow), inset 0 1px 0 rgba(255,255,255,.07);
  backdrop-filter: blur(10px);
}

.zk-pill-list {
  width: min(100%, 250px);
  padding: 20px;
  border-radius: 8px;
}

.zk-pill-list span {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 46px;
  border-bottom: 1px solid rgba(255,255,255,.09);
  color: var(--zk-muted);
}

.zk-pill-list span:last-child {
  border-bottom: 0;
}

.zk-booking-card {
  width: min(100%, 330px);
  padding: 24px 28px;
  border-radius: 8px;
}

.zk-booking-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--zk-cream);
  font-size: 17px;
  font-weight: 400;
}

.zk-booking-card p {
  margin: 0;
  color: var(--zk-soft);
  font-size: 14px;
}

.zk-section {
  padding: 64px 0;
}

.zk-section--tight {
  padding-top: 46px;
}

.zk-section__head {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: end;
  margin-bottom: 34px;
}

.zk-section h2,
.zk-page-hero h1 {
  margin: 0;
  color: var(--zk-cream);
  font-size: clamp(22px, 1.55vw, 28px);
  font-weight: 300;
  line-height: 1.2;
}

.zk-section__head p,
.zk-page-hero p {
  max-width: 560px;
  margin: 0;
  color: var(--zk-muted);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.75;
}

.zk-cards-shell {
  position: relative;
  padding: 34px;
  border: 1px solid var(--zk-line);
  border-radius: 8px;
  background: rgba(58, 36, 25, .26);
}

.zk-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.zk-service-card {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  border: 1px solid var(--zk-line);
  border-radius: 8px;
  background: #24160f;
}

.zk-service-card img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  filter: saturate(.78);
  transition: transform .5s ease, filter .5s ease;
}

.zk-service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.78));
}

.zk-service-card:hover img {
  transform: scale(1.04);
  filter: saturate(.95);
}

.zk-service-card__body {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  padding: 28px;
}

.zk-service-card__body small {
  display: block;
  margin-bottom: 16px;
  color: var(--zk-copper);
  font-size: 24px;
}

.zk-service-card h3 {
  margin: 0 0 22px;
  color: var(--zk-cream);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}

.zk-service-card p {
  max-width: 250px;
  margin: 0 0 24px;
  color: var(--zk-muted);
  line-height: 1.6;
}

.zk-service-card a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: var(--zk-cream);
  background: rgba(255,255,255,.07);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.zk-sessions-section {
  padding: 64px 0;
  border-top: 1px solid rgba(215,166,128,.12);
}

.zk-section__head--center {
  align-items: start;
  margin-bottom: 28px;
}

.zk-session-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.zk-session-card {
  overflow: hidden;
  border: 1px solid var(--zk-line);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(56,35,25,.54), rgba(12,7,5,.72));
  box-shadow: 0 24px 70px rgba(0,0,0,.28);
}

.zk-session-card img {
  width: 100%;
  aspect-ratio: 1.1 / 1;
  object-fit: cover;
  filter: saturate(.78) brightness(.78);
}

.zk-session-card__body {
  padding: 22px 22px 24px;
}

.zk-session-card__body span {
  display: block;
  margin-bottom: 10px;
  color: var(--zk-copper);
  font-size: 14px;
}

.zk-session-card h3 {
  margin: 0 0 12px;
  color: var(--zk-cream);
  font-size: 16px;
  font-weight: 300;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.zk-session-card p {
  margin: 0 0 18px;
  color: var(--zk-muted);
  font-size: 14px;
  line-height: 1.65;
}

.zk-session-card a {
  color: var(--zk-copper);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.zk-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.zk-feature {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 16px;
  min-height: 132px;
  padding: 26px;
  border-radius: 8px;
}

.zk-feature i {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 8px;
  color: var(--zk-copper);
  background: rgba(229,168,135,.08);
  font-style: normal;
  font-size: 25px;
}

.zk-feature strong {
  display: block;
  margin-bottom: 8px;
  color: var(--zk-cream);
  font-weight: 400;
}

.zk-feature p {
  margin: 0;
  color: var(--zk-muted);
  font-size: 14px;
  line-height: 1.55;
}

.zk-split {
  display: grid;
  grid-template-columns: 1.3fr .9fr;
  gap: 24px;
}

.zk-guide-card,
.zk-contact-mini {
  position: relative;
  min-height: 222px;
  overflow: hidden;
  padding: 30px 34px;
  border-radius: 8px;
}

.zk-guide-card::after,
.zk-contact-mini::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 74% 48%, rgba(229,168,135,.34), transparent 16rem);
}

.zk-guide-card h2,
.zk-contact-mini h2 {
  max-width: 390px;
  margin: 0 0 12px;
  color: var(--zk-cream);
  font-size: clamp(21px, 1.45vw, 28px);
  font-weight: 300;
  line-height: 1.22;
}

.zk-guide-card p,
.zk-contact-mini p {
  max-width: 390px;
  margin: 0 0 24px;
  color: var(--zk-muted);
  font-size: 14px;
  line-height: 1.65;
}

.zk-guide-card__mock {
  position: absolute;
  right: 62px;
  bottom: -48px;
  width: 150px;
  height: 210px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.08), transparent),
    linear-gradient(180deg, #2a1a13, #100a07);
  box-shadow: 0 30px 60px rgba(0,0,0,.42);
  transform: rotate(8deg);
}

.zk-guide-card__mock span {
  position: absolute;
  inset: 48px 20px auto;
  color: var(--zk-cream);
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  font-style: italic;
}

.zk-contact-mini {
  background:
    linear-gradient(120deg, rgba(52,32,23,.82), rgba(15,9,6,.72)),
    url("../img/zwierzeca.png") center / cover no-repeat;
}

.zk-page-hero {
  min-height: 660px;
  display: flex;
  align-items: center;
  padding: 220px 0 124px;
  background:
    linear-gradient(90deg, rgba(10,6,4,.96), rgba(10,6,4,.74), rgba(10,6,4,.50)),
    url("../img/hero-zapachkakao.png") right center / cover no-repeat;
}

.zk-page-hero__inner {
  max-width: 700px;
}

.zk-page-hero h1 {
  max-width: 680px;
  font-size: clamp(24px, 1.5vw, 28px);
  font-weight: 300;
  line-height: 1.34;
}

.zk-page-hero .zk-kicker {
  margin-bottom: 16px;
  font-size: 11px;
  letter-spacing: .24em;
}

.zk-page-hero p:not(.zk-kicker) {
  max-width: 620px;
  margin-top: 18px;
  font-size: 14px;
  line-height: 1.75;
}

.zk-page-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.zk-page-card,
.zk-price-card {
  padding: 26px;
  border-radius: 8px;
}

.zk-page-card h2,
.zk-price-card h2,
.zk-page-card h3,
.zk-price-card h3 {
  margin: 0 0 14px;
  color: var(--zk-cream);
  font-size: 22px;
  font-weight: 300;
  line-height: 1.25;
}

.zk-page-card p,
.zk-price-card p,
.zk-page-card li,
.zk-price-card li {
  color: var(--zk-muted);
  font-size: 14px;
  line-height: 1.7;
}

.zk-page-card ul,
.zk-price-card ul {
  padding-left: 20px;
  margin: 18px 0 0;
}

.zk-price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.zk-price-card strong {
  display: block;
  margin: 18px 0;
  color: var(--zk-copper);
  font-size: 22px;
  font-weight: 400;
}

.zk-form {
  display: grid;
  gap: 16px;
}

.zk-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.zk-form label {
  display: grid;
  gap: 8px;
  color: var(--zk-muted);
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.zk-form input,
.zk-form select,
.zk-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 12px 16px;
  border: 1px solid rgba(229,168,135,.24);
  border-radius: 8px;
  color: var(--zk-cream);
  background: rgba(255,255,255,.055);
  outline: none;
}

.zk-form textarea {
  min-height: 150px;
  resize: vertical;
}

.zk-form input:focus,
.zk-form select:focus,
.zk-form textarea:focus {
  border-color: rgba(229,168,135,.68);
}

.zk-hidden {
  position: absolute;
  left: -9999px;
}

.zk-footer {
  padding: 34px 0 24px;
}

.zk-footer__shell {
  overflow: hidden;
  border: 1px solid var(--zk-line-strong);
  border-radius: 8px;
  background: rgba(25, 14, 10, .72);
  box-shadow: 0 30px 90px rgba(0,0,0,.34);
}

.zk-footer-cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .9fr) auto minmax(260px, .52fr);
  gap: 54px;
  align-items: center;
  min-height: 300px;
  padding: 54px 58px;
  border-bottom: 1px solid var(--zk-line);
  background:
    linear-gradient(90deg, rgba(18,10,7,.95) 0%, rgba(18,10,7,.7) 32%, rgba(18,10,7,.1) 58%, rgba(18,10,7,.82) 100%),
    url("../img/footer-cta.png") center center / cover no-repeat;
}

.zk-footer-cta__copy p {
  margin: 0 0 16px;
  color: var(--zk-copper);
  font-size: 13px;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.zk-footer-cta__copy h2 {
  margin: 0 0 22px;
  color: var(--zk-cream);
  font-size: clamp(21px, 1.35vw, 28px);
  font-weight: 300;
  line-height: 1.28;
}

.zk-footer-cta__copy span {
  display: block;
  max-width: 470px;
  color: var(--zk-muted);
  font-size: 14px;
  line-height: 1.7;
}

.zk-footer-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-width: 300px;
  min-height: 58px;
  padding: 0 34px;
  border: 1px solid rgba(229,168,135,.72);
  border-radius: 999px;
  background: rgba(24,13,9,.42);
  color: var(--zk-cream);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.zk-footer-cta__button i,
.zk-footer-cta__note b {
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 1px solid var(--zk-copper);
  transform: rotate(45deg);
}

.zk-footer-cta__note {
  min-height: 136px;
  padding-left: 36px;
  border-left: 1px solid var(--zk-line);
}

.zk-footer-cta__note b {
  width: 58px;
  height: 58px;
  margin-bottom: 24px;
  border-radius: 50%;
  transform: none;
}

.zk-footer-cta__note p {
  margin: 0 0 20px;
  color: var(--zk-muted);
  font-size: 14px;
  line-height: 1.6;
}

.zk-footer-cta__note em {
  color: var(--zk-copper);
  font-size: 25px;
  font-style: italic;
}

.zk-footer-main {
  display: grid;
  grid-template-columns: 1.15fr .52fr 1fr;
  gap: 54px;
  padding: 58px 64px;
}

.zk-footer-brand,
.zk-footer-links {
  border-right: 1px solid var(--zk-line);
}

.zk-footer-brand p {
  max-width: 410px;
  margin: 28px 0 26px;
  color: var(--zk-muted);
  font-size: 14px;
  line-height: 1.7;
}

.zk-footer-social {
  display: flex;
  gap: 18px;
}

.zk-footer-social a {
  color: var(--zk-copper);
  font-size: 14px;
}

.zk-footer-links {
  display: grid;
  gap: 18px;
  align-content: start;
}

.zk-footer-links a,
.zk-footer__bottom a {
  color: var(--zk-muted);
}

.zk-footer-newsletter strong {
  display: block;
  margin-bottom: 14px;
  color: var(--zk-cream);
  font-size: 24px;
  font-weight: 300;
}

.zk-footer-newsletter strong::after {
  content: "";
  display: block;
  width: 42px;
  height: 1px;
  margin-top: 14px;
  background: var(--zk-copper);
}

.zk-footer-newsletter p {
  max-width: 430px;
  margin: 0 0 22px;
  color: var(--zk-muted);
  font-size: 14px;
  line-height: 1.7;
}

.zk-footer-newsletter label {
  display: grid;
  grid-template-columns: 1fr 62px;
  align-items: center;
  max-width: 460px;
  min-height: 58px;
  border: 1px solid var(--zk-line);
  border-radius: 999px;
  background: rgba(255,255,255,.05);
}

.zk-footer-newsletter label span {
  position: absolute;
  left: -9999px;
}

.zk-footer-newsletter input {
  min-width: 0;
  border: 0;
  padding: 0 24px;
  color: var(--zk-cream);
  background: transparent;
  outline: none;
}

.zk-footer-newsletter button {
  width: 54px;
  height: 54px;
  margin-right: 3px;
  border: 0;
  border-radius: 50%;
  color: var(--zk-cream);
  background: rgba(142, 126, 58, .68);
  cursor: pointer;
}

.zk-footer-newsletter small {
  display: block;
  margin-top: 18px;
  color: rgba(246,238,231,.56);
  font-size: 12px;
}

.zk-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 18px;
  color: rgba(246,238,231,.46);
  font-size: 12px;
}

.zk-about-band,
.zk-portfolio-band,
.zk-process-band,
.zk-mid-cta {
  padding: 58px 0;
  border-top: 1px solid rgba(215,166,128,.12);
}

.zk-about-band__inner {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(340px, .75fr);
  gap: 56px;
  align-items: center;
}

.zk-about-band__copy {
  max-width: 480px;
}

.zk-about-band__copy h2,
.zk-portfolio-head h2,
.zk-process-band h2,
.zk-mid-cta h2 {
  margin: 0 0 16px;
  color: var(--zk-cream);
  font-size: clamp(21px, 1.35vw, 28px);
  font-weight: 300;
  line-height: 1.22;
}

.zk-about-band__copy p:not(.zk-section__kicker) {
  margin: 0 0 18px;
  color: var(--zk-muted);
  font-size: 14px;
  line-height: 1.75;
}

.zk-about-band__copy em {
  color: var(--zk-copper);
  font-size: 25px;
  font-style: italic;
}

.zk-about-band__photo {
  margin: 0;
  border: 1px solid var(--zk-line);
  background: rgba(255,255,255,.04);
}

.zk-about-band__photo img {
  width: 100%;
  aspect-ratio: 1.6 / 1;
  object-fit: cover;
  filter: saturate(.82);
}

.zk-portfolio-head {
  text-align: center;
}

.zk-portfolio-head p:not(.zk-section__kicker) {
  max-width: 760px;
  margin: 12px auto 0;
  color: var(--zk-muted);
  font-size: 14px;
  line-height: 1.7;
}

.zk-coverflow {
  position: relative;
  display: grid;
  grid-template-columns: 46px minmax(0, 920px) 46px;
  gap: 18px;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.zk-coverflow__stage {
  position: relative;
  min-height: 390px;
  perspective: 1200px;
}

.zk-coverflow__item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(680px, 72%);
  border: 1px solid var(--zk-line);
  background: #120b08;
  box-shadow: 0 34px 90px rgba(0,0,0,.52);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(.72);
  transition: transform .55s ease, opacity .55s ease, filter .55s ease, z-index .55s ease;
}

.zk-coverflow__item img {
  width: 100%;
  aspect-ratio: 1.72 / 1;
  object-fit: cover;
  filter: saturate(.86);
}

.zk-coverflow__item span {
  position: absolute;
  left: 22px;
  bottom: 18px;
  padding: 7px 12px;
  border: 1px solid rgba(229,168,135,.3);
  border-radius: 999px;
  color: var(--zk-cream);
  background: rgba(12,7,5,.62);
  font-size: 12px;
}

.zk-coverflow__item.is-active {
  z-index: 3;
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}

.zk-coverflow__item.is-prev {
  z-index: 2;
  opacity: .72;
  transform: translate(-108%, -50%) scale(.72) rotateY(7deg);
  filter: brightness(.68);
}

.zk-coverflow__item.is-next {
  z-index: 2;
  opacity: .72;
  transform: translate(8%, -50%) scale(.72) rotateY(-7deg);
  filter: brightness(.68);
}

.zk-carousel-btn {
  width: 38px;
  height: 38px;
  border: 1px solid var(--zk-line);
  border-radius: 50%;
  color: var(--zk-copper);
  background: rgba(255,255,255,.045);
  cursor: pointer;
}

.zk-coverflow__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.zk-coverflow__dots button {
  width: 34px;
  height: 3px;
  padding: 0;
  border: 1px solid var(--zk-line);
  border-radius: 999px;
  background: transparent;
  opacity: .68;
  cursor: pointer;
}

.zk-coverflow__dots button.is-active {
  opacity: 1;
  background: var(--zk-copper);
}

.zk-text-link {
  display: table;
  margin: 18px auto 0;
  color: var(--zk-copper);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.zk-process-band {
  text-align: center;
}

.zk-process-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 28px;
  text-align: left;
}

.zk-process-steps article {
  padding: 0 26px;
  border-right: 1px solid var(--zk-line);
}

.zk-process-steps article:last-child {
  border-right: 0;
}

.zk-process-steps strong {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--zk-copper);
  font-size: 18px;
  font-weight: 400;
}

.zk-process-steps span {
  display: inline-block;
  margin-left: 10px;
  color: var(--zk-cream);
  font-size: 14px;
}

.zk-process-steps p {
  margin: 0;
  color: var(--zk-muted);
  font-size: 12px;
  line-height: 1.65;
}

.zk-process-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  max-width: 1040px;
  margin: 34px auto 0;
  padding-top: 28px;
  border-top: 1px solid var(--zk-line);
  text-align: left;
}

.zk-process-copy p {
  margin: 0;
  color: var(--zk-muted);
  font-size: 14px;
  line-height: 1.75;
}

.zk-mid-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  width: 100%;
  min-height: 210px;
  padding: 46px 5%;
  border-top: 1px solid var(--zk-line);
  border-bottom: 1px solid var(--zk-line);
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(6,4,3,.96) 0%, rgba(6,4,3,.84) 33%, rgba(6,4,3,.32) 70%, rgba(6,4,3,.82) 100%),
    url("../img/hero-zapachkakao.png") center 58% / cover no-repeat;
}

.zk-mid-cta__inner > div {
  max-width: 760px;
  margin-left: 5%;
}

.zk-mid-cta__inner p:not(.zk-section__kicker) {
  max-width: 620px;
  margin: 10px 0 0;
  color: var(--zk-muted);
  font-size: 14px;
  line-height: 1.65;
}

.zk-mid-cta .zk-btn {
  margin-right: 5%;
  background: linear-gradient(135deg, rgba(207,136,101,.96), rgba(120,72,52,.95));
}

@media (max-width: 1399px) {
  .zk-menu a {
    padding: 0 13px;
  }
}

@media (max-width: 1199px) {
  .zk-topline {
    grid-template-columns: 1fr auto;
  }

  .zk-topline__center {
    display: none;
  }

  .zk-nav {
    grid-template-columns: 220px 1fr;
  }

  .zk-service-grid,
  .zk-price-grid,
  .zk-session-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zk-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zk-footer-cta,
  .zk-footer-main {
    gap: 32px;
    padding-left: 38px;
    padding-right: 38px;
  }

  .zk-footer-cta {
    grid-template-columns: 1fr;
  }

  .zk-footer-cta__note {
    max-width: 420px;
    padding-left: 0;
    border-left: 0;
  }

  .zk-footer-main {
    grid-template-columns: 1fr .55fr;
  }

  .zk-footer-newsletter {
    grid-column: 1 / -1;
  }

  .zk-footer-links {
    border-right: 0;
  }
}

@media (max-width: 991px) {
  .zk-header {
    padding-top: 8px;
  }

  .zk-topline {
    display: none;
  }

  .zk-nav {
    grid-template-columns: 1fr auto;
    margin-top: 0;
    padding: 8px 12px;
    border: 1px solid var(--zk-line);
    border-radius: 8px;
    background: rgba(17,10,7,.82);
    backdrop-filter: blur(14px);
  }

  .zk-logo {
    min-height: 58px;
  }

  .zk-logo img {
    width: 190px;
  }

  .zk-menu-toggle {
    display: inline-grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid var(--zk-line);
    border-radius: 50%;
    color: var(--zk-cream);
    background: rgba(255,255,255,.06);
  }

  .zk-menu-toggle span {
    display: block;
    width: 18px;
    height: 1px;
    margin: 2px 0;
    background: currentColor;
  }

  .zk-menu-toggle em {
    position: absolute;
    left: -9999px;
  }

  .zk-menu {
    position: fixed;
    top: 86px;
    left: 4%;
    right: 4%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    border-radius: 8px;
    padding: 14px;
  }

  .zk-menu.is-open {
    display: flex;
  }

  .zk-menu a {
    justify-content: center;
  }

  .zk-hero,
  .zk-page-hero {
    padding-top: 126px;
  }

  .zk-hero__grid,
  .zk-split,
  .zk-page-grid,
  .zk-about-band__inner,
  .zk-mid-cta__inner {
    grid-template-columns: 1fr;
  }

  .zk-hero__aside {
    display: none;
  }

  .zk-section__head {
    display: block;
  }

  .zk-section__head p {
    margin-top: 18px;
  }

  .zk-footer-main {
    grid-template-columns: 1fr;
  }

  .zk-footer-brand,
  .zk-footer-links {
    border-right: 0;
  }

  .zk-process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 0;
  }

  .zk-process-steps article:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 767px) {
  .g-width-80x {
    width: calc(100% - 28px) !important;
    max-width: calc(100% - 28px);
  }

  .zk-hero {
    min-height: auto;
    padding-bottom: 44px;
    background-position: 62% center;
  }

  .zk-hero h1 {
    font-size: 27px;
  }

  .zk-hero__lead {
    font-size: 14px;
  }

  .zk-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .zk-btn {
    width: 100%;
  }

  .zk-service-grid,
  .zk-features,
  .zk-price-grid,
  .zk-form__grid {
    grid-template-columns: 1fr;
  }

  .zk-cards-shell {
    padding: 14px;
    border-radius: 8px;
  }

  .zk-section {
    padding: 46px 0;
  }

  .zk-guide-card,
  .zk-contact-mini,
  .zk-page-card,
  .zk-price-card {
    padding: 22px;
  }

  .zk-guide-card__mock {
    display: none;
  }

  .zk-footer__bottom {
    flex-direction: column;
  }

  .zk-about-band,
  .zk-portfolio-band,
  .zk-process-band,
  .zk-mid-cta {
    padding: 42px 0;
  }

  .zk-about-band__photo img {
    aspect-ratio: 1.15 / 1;
  }

  .zk-sessions-section {
    padding: 46px 0;
  }

  .zk-session-grid {
    grid-template-columns: 1fr;
  }

  .zk-session-card img {
    aspect-ratio: 1.55 / 1;
  }

  .zk-coverflow {
    grid-template-columns: 32px minmax(0, 1fr) 32px;
    gap: 10px;
  }

  .zk-coverflow__stage {
    min-height: 250px;
  }

  .zk-coverflow__item {
    width: 82%;
  }

  .zk-coverflow__item.is-prev {
    transform: translate(-92%, -50%) scale(.66) rotateY(4deg);
  }

  .zk-coverflow__item.is-next {
    transform: translate(-8%, -50%) scale(.66) rotateY(-4deg);
  }

  .zk-process-steps {
    grid-template-columns: 1fr;
  }

  .zk-process-steps article,
  .zk-process-steps article:nth-child(2) {
    padding: 0 0 18px;
    border-right: 0;
    border-bottom: 1px solid var(--zk-line);
  }

  .zk-process-steps article:last-child {
    border-bottom: 0;
  }

  .zk-mid-cta__inner {
    padding: 24px;
    min-height: 0;
  }

  .zk-mid-cta__inner > div,
  .zk-mid-cta .zk-btn {
    margin-left: 0;
    margin-right: 0;
  }

  .zk-process-copy {
    grid-template-columns: 1fr;
  }

  .zk-footer__shell {
    border-radius: 8px;
  }

  .zk-footer-cta {
    min-height: 0;
    padding: 34px 24px;
  }

  .zk-footer-cta__copy h2 {
    font-size: 28px;
  }

  .zk-footer-cta__button {
    min-width: 0;
    width: 100%;
  }

  .zk-footer-main {
    padding: 34px 24px;
  }

  .zk-footer-newsletter strong {
    font-size: 21px;
  }
}

/* Landing hero rebuilt from the supplied ZapachKakao design. */
.zk-header {
  padding: 0;
  background: #120906;
  box-shadow: 0 14px 34px rgba(0,0,0,.34);
}

.zk-topline {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 44px;
  padding: 0 58px;
  border: 0;
  border-bottom: 1px solid rgba(215,166,128,.18);
  border-radius: 0;
  background: #120906;
  box-shadow: none;
  color: var(--zk-copper);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .18em;
  text-transform: uppercase;
  backdrop-filter: none;
}

.zk-topline__message {
  display: inline-flex;
  align-items: center;
  gap: 22px;
}

.zk-topline__message i {
  width: 14px;
  height: 14px;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.zk-topline__message b {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}

.zk-topline__close {
  position: absolute;
  right: 34px;
  color: rgba(246,238,231,.66);
  font-size: 18px;
  line-height: 1;
}

.zk-nav {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 44px;
  align-items: center;
  margin-top: 0;
  min-height: 92px;
  padding: 0 max(4%, 36px);
  border-bottom: 1px solid rgba(215,166,128,.16);
  background: #160c08;
}

.zk-logo {
  align-items: center;
  min-height: 86px;
}

.zk-logo img {
  width: 270px;
}

.zk-menu {
  justify-self: stretch;
  display: flex;
  gap: 42px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.zk-menu--left {
  justify-content: flex-start;
}

.zk-menu--right {
  justify-content: flex-end;
}

.zk-menu a {
  min-height: 40px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(246,238,231,.82);
  font-size: 15px;
  font-weight: 300;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.zk-menu a:hover,
.zk-menu a.is-active {
  border-color: transparent;
  background: transparent;
  color: var(--zk-copper);
}

.zk-hero {
  min-height: 100vh;
  padding: 190px 0 72px;
  background:
    linear-gradient(90deg, rgba(8,5,4,.86) 0%, rgba(8,5,4,.48) 34%, rgba(8,5,4,.08) 68%, rgba(8,5,4,.38) 100%),
    url("../img/banners/baner-landing.webp") center center / cover no-repeat;
}

.zk-hero::before,
.zk-hero::after {
  display: none;
}

.zk-hero__grid {
  grid-template-columns: minmax(360px, .72fr) minmax(300px, .62fr);
  min-height: calc(100vh - 262px);
  align-items: center;
}

.zk-hero h1 {
  max-width: 520px;
  font-size: clamp(25px, 1.6vw, 28px);
  font-weight: 300;
  line-height: 1.22;
}

.zk-script {
  color: var(--zk-copper);
}

.zk-hero__lead {
  max-width: 390px;
  margin-top: 26px;
}

.zk-hero__lead::before {
  display: none;
}

.zk-hero .zk-btn {
  min-width: 260px;
  min-height: 54px;
  background: linear-gradient(135deg, rgba(217,151,112,.98), rgba(104,61,43,.94));
  box-shadow: 0 22px 44px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,.16);
}

.zk-social-proof {
  max-width: 390px;
  margin-top: 28px;
}

.zk-voucher-mark {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(229,168,135,.48);
  border-radius: 50%;
  background:
    linear-gradient(45deg, transparent 45%, rgba(229,168,135,.7) 46%, rgba(229,168,135,.7) 54%, transparent 55%),
    radial-gradient(circle, rgba(229,168,135,.18), rgba(229,168,135,.04));
}

.zk-social-proof strong {
  margin-bottom: 4px;
  color: var(--zk-copper);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.zk-social-proof span {
  display: block;
  max-width: 310px;
  font-size: 14px;
  line-height: 1.55;
}

.zk-hero__aside {
  gap: 58px;
  align-self: center;
}

.zk-pill-list {
  width: 290px;
  margin-right: 6%;
  padding: 24px 26px;
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(48,30,22,.72), rgba(20,12,9,.76));
}

.zk-pill-list span {
  display: block;
  min-height: 0;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(215,166,128,.18);
  color: rgba(246,238,231,.82);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.55;
}

.zk-pill-list small {
  display: block;
  margin-top: 16px;
  color: var(--zk-copper);
  font-size: 13px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.zk-booking-card {
  width: 300px;
  margin-right: 2%;
  background: linear-gradient(145deg, rgba(48,30,22,.72), rgba(20,12,9,.76));
}

.zk-booking-card strong {
  font-weight: 400;
}

.zk-booking-card--voucher a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  margin-top: 18px;
  padding: 0 16px;
  border: 1px solid rgba(229,168,135,.42);
  border-radius: 999px;
  color: var(--zk-cream);
  background: rgba(255,255,255,.045);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.zk-booking-card--voucher p {
  line-height: 1.6;
}

/* Supplied backgrounds for the poradnik/contact cards. */
.zk-guide-card {
  background:
    linear-gradient(90deg, rgba(31,18,13,.9) 0%, rgba(31,18,13,.58) 52%, rgba(31,18,13,.25) 100%),
    url("../img/backgrounds/bg-poradnik-sesji.png") center center / cover no-repeat;
}

.zk-contact-mini {
  background:
    linear-gradient(90deg, rgba(31,18,13,.88) 0%, rgba(31,18,13,.62) 48%, rgba(31,18,13,.18) 100%),
    url("../img/backgrounds/bg-kwiaty.png") center center / cover no-repeat;
}

.zk-guide-card::after,
.zk-contact-mini::after {
  display: none;
}

.zk-guide-card__mock {
  display: none;
}

@media (max-width: 1199px) {
  .zk-nav {
    gap: 24px;
  }

  .zk-menu {
    gap: 24px;
  }

  .zk-logo img {
    width: 230px;
  }
}

@media (max-width: 991px) {
  .zk-header {
    padding-top: 8px;
  }

  .zk-topline {
    display: none;
  }

  .zk-nav {
    grid-template-columns: 1fr auto;
    margin-top: 0;
    padding: 8px 12px;
    border: 1px solid var(--zk-line);
    border-radius: 8px;
    background: rgba(17,10,7,.82);
    backdrop-filter: blur(14px);
  }

  .zk-menu--left {
    display: none;
  }

  .zk-menu--right {
    position: fixed;
    top: 86px;
    left: 4%;
    right: 4%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 8px;
    border: 1px solid var(--zk-line);
    border-radius: 8px;
    padding: 14px;
    background: rgba(48,30,22,.92);
    backdrop-filter: blur(16px);
  }

  .zk-menu--right.is-open {
    display: flex;
  }

  .zk-menu--right a {
    justify-content: center;
    min-height: 42px;
  }

  .zk-hero {
    padding-top: 126px;
  }

  .zk-hero::before,
  .zk-hero::after,
  .zk-hero__aside {
    display: none;
  }
}

@media (max-width: 767px) {
  .zk-hero {
    min-height: auto;
    padding-bottom: 48px;
    background-position: 58% center;
  }

  .zk-hero h1 {
    font-size: 27px;
  }

  .zk-hero .zk-btn {
    min-width: 0;
  }
}

/* Rich content system for subpages. */
.zk-rich {
  padding: 72px 0;
  border-top: 1px solid rgba(215,166,128,.12);
}

.zk-rich--tight {
  padding-top: 42px;
}

.zk-rich-split {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 54px;
  align-items: center;
}

.zk-rich-split--reverse {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
}

.zk-rich-copy {
  display: grid;
  gap: 18px;
}

.zk-rich-copy h2,
.zk-rich-head h2 {
  margin: 0;
  max-width: 720px;
  color: var(--zk-cream);
  font-size: clamp(22px, 1.45vw, 28px);
  font-weight: 300;
  line-height: 1.34;
}

.zk-rich-copy p,
.zk-rich-head p,
.zk-rich-list li,
.zk-rich-note p {
  margin: 0;
  color: var(--zk-muted);
  font-size: 14px;
  line-height: 1.75;
}

.zk-rich-media {
  overflow: hidden;
  min-height: 360px;
  border: 1px solid var(--zk-line);
  border-radius: 8px;
  background: rgba(44,27,19,.5);
}

.zk-rich-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.zk-rich-list {
  display: grid;
  gap: 12px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.zk-rich-list li {
  position: relative;
  padding-left: 24px;
}

.zk-rich-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .7em;
  width: 7px;
  height: 7px;
  border: 1px solid var(--zk-copper);
  border-radius: 50%;
}

.zk-rich-head {
  display: flex;
  justify-content: space-between;
  gap: 44px;
  align-items: end;
  margin-bottom: 34px;
}

.zk-rich-head p {
  max-width: 580px;
}

.zk-rich-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.zk-rich-card {
  overflow: hidden;
  border: 1px solid var(--zk-line);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(49,30,21,.64), rgba(11,7,5,.74));
}

.zk-rich-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.35 / 1;
  object-fit: cover;
}

.zk-rich-card__body {
  display: grid;
  gap: 12px;
  padding: 22px;
}

.zk-rich-card span,
.zk-step-card span {
  color: var(--zk-copper);
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.zk-rich-card h2,
.zk-rich-card h3,
.zk-step-card h2,
.zk-step-card h3,
.zk-faq-card h2,
.zk-faq-card h3 {
  margin: 0;
  color: var(--zk-cream);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.35;
}

.zk-rich-card p,
.zk-step-card p,
.zk-faq-card p {
  margin: 0;
  color: var(--zk-muted);
  font-size: 13px;
  line-height: 1.7;
}

.zk-step-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.zk-step-card,
.zk-faq-card,
.zk-rich-note {
  padding: 24px;
  border: 1px solid var(--zk-line);
  border-radius: 8px;
  background: rgba(42,26,18,.44);
}

.zk-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.zk-page-cta {
  position: relative;
  overflow: hidden;
  margin: 72px auto 0;
  padding: 36px;
  border: 1px solid var(--zk-line);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(16,9,6,.94), rgba(16,9,6,.72), rgba(16,9,6,.92)),
    url("../img/footer-cta.png") center center / cover no-repeat;
}

.zk-page-cta__inner {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
}

.zk-page-cta h2 {
  margin: 0 0 10px;
  color: var(--zk-cream);
  font-size: clamp(21px, 1.35vw, 27px);
  font-weight: 300;
}

.zk-page-cta p {
  max-width: 650px;
  margin: 0;
  color: var(--zk-muted);
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 980px) {
  .zk-rich-split,
  .zk-rich-split--reverse,
  .zk-rich-head,
  .zk-page-cta__inner {
    display: grid;
    grid-template-columns: 1fr;
  }

  .zk-rich-cards,
  .zk-step-grid,
  .zk-faq-grid {
    grid-template-columns: 1fr;
  }
}

.zk-pricing-premium .zk-price-grid {
  align-items: stretch;
}

.zk-price-card--premium {
  position: relative;
  overflow: hidden;
  padding: 0;
  border-color: rgba(229,168,135,.34);
  background:
    linear-gradient(145deg, rgba(55,35,25,.66), rgba(13,8,6,.92));
  box-shadow: 0 24px 70px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.05);
}

.zk-price-card--premium::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(255,255,255,.06), transparent 34%),
    radial-gradient(circle at 24% 0%, rgba(229,168,135,.16), transparent 34%);
  opacity: .82;
}

.zk-price-card--premium.is-featured {
  border-color: rgba(229,168,135,.56);
  background:
    linear-gradient(145deg, rgba(71,45,31,.74), rgba(15,9,6,.94));
  transform: translateY(-10px);
}

.zk-price-card--premium figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(229,168,135,.22);
}

.zk-price-card--premium figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(13,8,6,.72) 100%);
}

.zk-price-card--premium img {
  display: block;
  width: 100%;
  aspect-ratio: 1.45 / .72;
  object-fit: cover;
  filter: saturate(.9) contrast(1.04);
}

.zk-price-card__body {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  padding: 24px 26px 26px;
}

.zk-price-card__tag {
  width: fit-content;
  padding: 7px 10px;
  border: 1px solid rgba(229,168,135,.28);
  border-radius: 999px;
  color: var(--zk-copper);
  background: rgba(255,255,255,.035);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.zk-price-card--premium h2 {
  margin: 0;
  font-size: 22px;
}

.zk-price-card--premium p {
  min-height: 50px;
  font-size: 13px;
}

.zk-price-card--premium strong {
  display: flex;
  align-items: baseline;
  min-height: 58px;
  margin: 2px 0 0;
  padding: 16px 0;
  border-top: 1px solid rgba(229,168,135,.18);
  border-bottom: 1px solid rgba(229,168,135,.18);
  color: var(--zk-copper);
  font-size: 24px;
  font-weight: 300;
  line-height: 1.15;
}

.zk-price-card--premium ul {
  display: grid;
  gap: 10px;
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
}

.zk-price-card--premium li {
  position: relative;
  padding-left: 22px;
  font-size: 13px;
  line-height: 1.55;
}

.zk-price-card--premium li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 7px;
  height: 7px;
  border: 1px solid var(--zk-copper);
  border-radius: 50%;
}

.zk-price-card__link {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  width: fit-content;
  margin-top: 8px;
  color: var(--zk-copper);
  font-size: 12px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .zk-price-card--premium.is-featured {
    transform: none;
  }
}

/* Final type scale guard: calm, premium, never shouty. */
.zk-page-hero h1 {
  font-size: clamp(23px, 1.45vw, 28px);
  line-height: 1.36;
}

.zk-section h2,
.zk-rich-copy h2,
.zk-rich-head h2,
.zk-page-cta h2,
.zk-mid-cta h2,
.zk-footer-cta__copy h2 {
  font-size: clamp(21px, 1.35vw, 28px);
  line-height: 1.36;
}

.zk-rich-card h2,
.zk-rich-card h3,
.zk-step-card h2,
.zk-step-card h3,
.zk-faq-card h2,
.zk-faq-card h3,
.zk-page-card h2,
.zk-page-card h3,
.zk-price-card h2,
.zk-price-card h3,
.zk-price-card--premium h2 {
  font-size: clamp(18px, 1.05vw, 21px);
  line-height: 1.35;
}

@media (max-width: 767px) {
  .zk-page-hero h1,
  .zk-hero h1 {
    font-size: 27px;
  }
}

/* Requested refinements: preserve the existing design, improve only width, motion and page rhythm. */
:root {
  --zk-edge-gap: 10px;
  --zk-soft-radius: 10px;
}

.zk-header {
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.zk-topline,
.zk-nav {
  width: calc(100% - (var(--zk-edge-gap) * 2));
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(215,166,128,.22);
  transition: background-color .28s ease, border-color .28s ease, box-shadow .28s ease, backdrop-filter .28s ease;
}

.zk-topline {
  justify-content: space-between;
  min-height: 42px;
  margin-top: var(--zk-edge-gap);
  padding: 0 26px;
  border-radius: var(--zk-soft-radius);
  background: rgba(18,9,6,.34);
  backdrop-filter: blur(12px);
}

.zk-topline__message {
  gap: 14px;
  letter-spacing: .12em;
}

.zk-topline__message i {
  width: 7px;
  height: 7px;
  border: 1px solid currentColor;
}

.zk-topline__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--zk-cream);
  letter-spacing: .12em;
  white-space: nowrap;
}

.zk-nav {
  margin-top: 8px;
  min-height: 88px;
  padding: 0 max(3.2%, 28px);
  border-radius: var(--zk-soft-radius);
  background: rgba(22,12,8,.42);
  backdrop-filter: blur(14px);
}

.zk-header.is-scrolled .zk-topline {
  background: rgba(18,9,6,.97);
  border-color: rgba(215,166,128,.3);
  box-shadow: 0 12px 30px rgba(0,0,0,.2);
  backdrop-filter: blur(18px);
}

.zk-header.is-scrolled .zk-nav {
  background: rgba(22,12,8,.98);
  border-color: rgba(215,166,128,.3);
  box-shadow: 0 18px 44px rgba(0,0,0,.34);
  backdrop-filter: blur(18px);
}

.zk-hero,
.zk-page-hero {
  width: calc(100% - (var(--zk-edge-gap) * 2));
  margin: var(--zk-edge-gap) auto 0;
  overflow: hidden;
  border: 1px solid rgba(215,166,128,.18);
  border-radius: var(--zk-soft-radius);
}

.zk-page-hero {
  min-height: 640px;
}

.zk-page-hero--about {
  background:
    linear-gradient(90deg, rgba(10,6,4,.97) 0%, rgba(10,6,4,.76) 48%, rgba(10,6,4,.2) 100%),
    url("../img/o-zapach-kakao.png") 78% center / cover no-repeat;
}

.zk-page-hero--offer {
  background:
    linear-gradient(90deg, rgba(10,6,4,.97) 0%, rgba(10,6,4,.78) 46%, rgba(10,6,4,.18) 100%),
    url("../img/sesja-rodzinna.png") center 44% / cover no-repeat;
}

.zk-page-hero--portfolio {
  background:
    linear-gradient(90deg, rgba(10,6,4,.97) 0%, rgba(10,6,4,.74) 42%, rgba(10,6,4,.14) 100%),
    url("../img/galeria-2.png") center 45% / cover no-repeat;
}

.zk-page-hero--delivery {
  background:
    linear-gradient(90deg, rgba(10,6,4,.97) 0%, rgba(10,6,4,.75) 46%, rgba(10,6,4,.18) 100%),
    url("../img/galeria-1.png") center 50% / cover no-repeat;
}

.zk-page-hero--process {
  background:
    linear-gradient(90deg, rgba(10,6,4,.97) 0%, rgba(10,6,4,.77) 48%, rgba(10,6,4,.2) 100%),
    url("../img/reportazowa.png") center 42% / cover no-repeat;
}

.zk-page-hero--guide {
  background:
    linear-gradient(90deg, rgba(10,6,4,.97) 0%, rgba(10,6,4,.76) 46%, rgba(10,6,4,.18) 100%),
    url("../img/backgrounds/bg-poradnik-sesji.png") center 48% / cover no-repeat;
}

.zk-page-hero--pricing {
  background:
    linear-gradient(90deg, rgba(10,6,4,.97) 0%, rgba(10,6,4,.76) 47%, rgba(10,6,4,.16) 100%),
    url("../img/sesja-3.png") center 45% / cover no-repeat;
}

.zk-page-hero--contact,
.zk-page-hero--thanks {
  background:
    linear-gradient(90deg, rgba(10,6,4,.97) 0%, rgba(10,6,4,.77) 48%, rgba(10,6,4,.24) 100%),
    url("../img/backgrounds/bg-kwiaty.png") center 48% / cover no-repeat;
}

.zk-page-hero--error,
.zk-page-hero--legal {
  min-height: 500px;
  background:
    linear-gradient(90deg, rgba(10,6,4,.97), rgba(10,6,4,.72)),
    url("../img/hero-zapachkakao.png") center 44% / cover no-repeat;
}

/* Existing page structures stay in place; only their rhythm differs. */
.zk-page--about .zk-rich-split {
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .72fr);
  align-items: stretch;
}

.zk-page--about .zk-rich-media img {
  min-height: 100%;
  object-position: center 28%;
}

.zk-page--offer .zk-rich-cards,
.zk-page--portfolio .zk-rich-cards {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.zk-page--offer .zk-rich-card:first-child {
  grid-column: span 6;
}

.zk-page--offer .zk-rich-card:nth-child(2),
.zk-page--offer .zk-rich-card:nth-child(3) {
  grid-column: span 3;
}

.zk-page--offer .zk-rich-card:first-child img {
  aspect-ratio: 1.75 / 1;
}

.zk-page--portfolio .zk-rich-card:nth-child(1),
.zk-page--portfolio .zk-rich-card:nth-child(4) {
  grid-column: span 7;
}

.zk-page--portfolio .zk-rich-card:nth-child(2),
.zk-page--portfolio .zk-rich-card:nth-child(3),
.zk-page--portfolio .zk-rich-card:nth-child(5),
.zk-page--portfolio .zk-rich-card:nth-child(6) {
  grid-column: span 5;
}

.zk-page--portfolio .zk-rich-card:nth-child(1) img,
.zk-page--portfolio .zk-rich-card:nth-child(4) img {
  aspect-ratio: 1.75 / 1;
}

.zk-page--portfolio [data-lightbox-image] {
  cursor: zoom-in;
}

.zk-page--delivery .zk-step-grid {
  position: relative;
  gap: 0;
  border-top: 1px solid var(--zk-line-strong);
}

.zk-page--delivery .zk-step-card {
  border: 0;
  border-right: 1px solid var(--zk-line);
  border-radius: 0;
  background: transparent;
}

.zk-page--delivery .zk-step-card:last-child {
  border-right: 0;
}

.zk-page--guide .zk-faq-grid {
  grid-template-columns: 1fr;
  max-width: 920px;
}

.zk-page--contact .zk-rich-split {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr);
  align-items: start;
}

.zk-page--contact .zk-page-card {
  padding: 34px;
}

/* Accordion: same cards, now genuinely useful. */
.zk-faq-card {
  padding: 0;
  overflow: hidden;
  transition: border-color .22s ease, background-color .22s ease;
}

.zk-faq-card.is-open {
  border-color: rgba(229,168,135,.5);
  background: rgba(53,33,23,.58);
}

.zk-faq-card__question {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  width: 100%;
  padding: 22px 24px;
  border: 0;
  color: var(--zk-cream);
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.zk-faq-card__question span {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

.zk-faq-card__question i {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(229,168,135,.34);
  border-radius: 50%;
  color: var(--zk-copper);
  font-size: 18px;
  font-style: normal;
  transition: transform .22s ease;
}

.zk-faq-card.is-open .zk-faq-card__question i {
  transform: rotate(45deg);
}

.zk-faq-card__answer {
  padding: 0 24px 24px;
}

.zk-faq-card__answer p {
  max-width: 760px;
}

/* Footer stays recognisably the same, but carries more useful content. */
.zk-footer {
  padding: var(--zk-edge-gap) var(--zk-edge-gap) 24px;
}

.zk-footer__shell,
.zk-footer__bottom {
  width: 100%;
  max-width: none;
}

.zk-footer-main {
  grid-template-columns: 1.05fr .55fr 1fr;
}

.zk-footer-brand,
.zk-footer-links {
  padding-right: 40px;
}

.zk-footer-links strong,
.zk-footer-contact strong {
  display: block;
  margin-bottom: 18px;
  color: var(--zk-cream);
  font-size: 19px;
  font-weight: 300;
  line-height: 1.4;
}

.zk-footer-mail {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--zk-copper);
  font-size: 14px;
}

.zk-footer-contact p {
  max-width: 470px;
  margin: 0 0 22px;
  color: var(--zk-muted);
  font-size: 14px;
  line-height: 1.7;
}

.zk-footer-contact .zk-btn {
  min-height: 48px;
}

.zk-footer-mini-links {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.zk-footer-mini-links a {
  width: fit-content;
  color: var(--zk-muted);
  font-size: 13px;
}

.zk-footer-mini-links a:hover,
.zk-footer-links a:hover,
.zk-footer__bottom a:hover {
  color: var(--zk-copper);
}

.zk-footer__bottom {
  padding: 0 12px;
}

/* Portfolio lightbox. */
body.zk-lightbox-open {
  overflow: hidden;
}

.zk-lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 52px;
  gap: 18px;
  align-items: center;
  padding: 28px;
  background: rgba(8,5,4,.94);
  backdrop-filter: blur(16px);
}

.zk-lightbox[hidden] {
  display: none;
}

.zk-lightbox figure {
  margin: 0;
  text-align: center;
}

.zk-lightbox img {
  width: auto;
  max-width: 100%;
  max-height: calc(100vh - 120px);
  margin: 0 auto;
  border: 1px solid var(--zk-line-strong);
  border-radius: 8px;
  box-shadow: var(--zk-shadow);
}

.zk-lightbox figcaption {
  margin-top: 14px;
  color: var(--zk-muted);
  font-size: 13px;
}

.zk-lightbox__close,
.zk-lightbox__nav {
  border: 1px solid var(--zk-line-strong);
  border-radius: 50%;
  color: var(--zk-cream);
  background: rgba(255,255,255,.06);
  cursor: pointer;
}

.zk-lightbox__close {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 42px;
  height: 42px;
  font-size: 22px;
}

.zk-lightbox__nav {
  width: 46px;
  height: 46px;
  font-size: 28px;
}

/* Subtle motion, never required for reading or navigation. */
.zk-reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .52s ease var(--zk-reveal-delay, 0ms), transform .52s ease var(--zk-reveal-delay, 0ms);
}

.zk-reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1199px) {
  .zk-menu {
    gap: 22px;
  }

  .zk-page--offer .zk-rich-card:first-child,
  .zk-page--offer .zk-rich-card:nth-child(2),
  .zk-page--offer .zk-rich-card:nth-child(3),
  .zk-page--portfolio .zk-rich-card:nth-child(n) {
    grid-column: span 6;
  }

  .zk-footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .zk-footer-contact {
    grid-column: 1 / -1;
    padding-top: 8px;
  }
}

@media (max-width: 991px) {
  .zk-nav {
    width: calc(100% - (var(--zk-edge-gap) * 2));
    margin-top: var(--zk-edge-gap);
    padding: 8px 12px;
    background: rgba(17,10,7,.78);
  }

  .zk-header.is-scrolled .zk-nav {
    background: rgba(17,10,7,.98);
  }

  .zk-page--about .zk-rich-split,
  .zk-page--contact .zk-rich-split {
    grid-template-columns: 1fr;
  }

  .zk-page--delivery .zk-step-grid {
    border-top: 0;
  }

  .zk-page--delivery .zk-step-card {
    border-right: 0;
    border-bottom: 1px solid var(--zk-line);
  }

  .zk-page--delivery .zk-step-card:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 767px) {
  :root {
    --zk-edge-gap: 7px;
  }

  .zk-hero,
  .zk-page-hero {
    border-radius: 8px;
  }

  .zk-page-hero {
    min-height: 520px;
  }

  .zk-page--offer .zk-rich-cards,
  .zk-page--portfolio .zk-rich-cards {
    grid-template-columns: 1fr;
  }

  .zk-page--offer .zk-rich-card:first-child,
  .zk-page--offer .zk-rich-card:nth-child(2),
  .zk-page--offer .zk-rich-card:nth-child(3),
  .zk-page--portfolio .zk-rich-card:nth-child(n) {
    grid-column: auto;
  }

  .zk-page--contact .zk-page-card {
    padding: 24px;
  }

  .zk-footer-main {
    grid-template-columns: 1fr;
  }

  .zk-footer-brand,
  .zk-footer-links {
    padding-right: 0;
    border-right: 0;
  }

  .zk-footer-contact {
    grid-column: auto;
  }

  .zk-footer__bottom {
    padding: 0 4px;
  }

  .zk-lightbox {
    grid-template-columns: 36px minmax(0, 1fr) 36px;
    gap: 8px;
    padding: 16px 8px;
  }

  .zk-lightbox__nav {
    width: 34px;
    height: 34px;
    font-size: 24px;
  }

  .zk-lightbox__close {
    top: 12px;
    right: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .zk-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Contact consent keeps its native scale instead of inheriting text-field dimensions. */
.zk-form label:has(.zk-form__consent) {
  display: block;
}

.zk-form__consent {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: var(--zk-muted);
  font-size: 12px;
  line-height: 1.55;
  letter-spacing: .06em;
}

.zk-form__consent input[type="checkbox"] {
  flex: 0 0 auto;
  width: 16px;
  min-height: 0;
  height: 16px;
  margin: 2px 0 0;
  padding: 0;
  accent-color: var(--zk-cocoa);
}

/* Global typography guard requested for this brand. */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}

/* =========================================================
   Header + footer layout correction
   Layout only: the existing palette, typography and content
   hierarchy remain unchanged.
   ========================================================= */

/* Header: full-width, borderless bars like the Mivare layout. */
.zk-header {
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.zk-topline,
.zk-nav {
  width: 100%;
  max-width: none;
  margin: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  box-shadow: none;
}

.zk-topline {
  min-height: 42px;
  padding: 0 max(3.2%, 28px);
  border-top: 0;
  border-bottom: 1px solid rgba(215,166,128,.16);
  background: rgba(18,9,6,.34);
  backdrop-filter: blur(12px);
}

.zk-nav {
  min-height: 88px;
  padding: 0 max(3.2%, 28px);
  border-top: 0;
  border-bottom: 1px solid rgba(215,166,128,.14);
  background: rgba(22,12,8,.40);
  backdrop-filter: blur(14px);
}

.zk-header.is-scrolled .zk-topline {
  border-color: rgba(215,166,128,.20);
  background: rgba(18,9,6,.98);
  box-shadow: none;
}

.zk-header.is-scrolled .zk-nav {
  border-color: rgba(215,166,128,.18);
  background: rgba(22,12,8,.99);
  box-shadow: 0 14px 34px rgba(0,0,0,.28);
}

/* Footer: full background, Mivare-like inner panels and a clean ending. */
.zk-footer {
  position: relative;
  margin: 0;
  padding: 72px 0 30px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(11,7,5,.96) 0%, rgba(16,9,6,.90) 42%, rgba(16,9,6,.74) 100%),
    url("../img/footer-cta.png") center center / cover no-repeat;
}

.zk-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(9,5,4,.30), rgba(9,5,4,.06) 45%, rgba(7,4,3,.58)),
    radial-gradient(circle at 82% 22%, rgba(184,121,98,.12), transparent 34rem);
}

.zk-footer__inner {
  position: relative;
  z-index: 1;
  width: 80%;
  max-width: 1540px;
  margin: 0 auto;
}

.zk-footer-panel {
  display: grid;
  grid-template-columns: 1.08fr .66fr .78fr .94fr;
  gap: 0;
  padding: 42px 38px;
  border: 1px solid rgba(215,166,128,.28);
  border-radius: 18px;
  background: rgba(18,11,8,.74);
  box-shadow: 0 28px 80px rgba(0,0,0,.30);
  backdrop-filter: blur(10px);
}

.zk-footer-panel > * {
  min-width: 0;
  padding: 0 34px;
  border-right: 1px solid rgba(215,166,128,.16);
}

.zk-footer-panel > :first-child {
  padding-left: 0;
}

.zk-footer-panel > :last-child {
  padding-right: 0;
  border-right: 0;
}

.zk-footer-brand,
.zk-footer-links {
  border-right: 1px solid rgba(215,166,128,.16);
}

.zk-footer-brand p {
  max-width: 390px;
  margin: 24px 0 22px;
}

.zk-footer-links {
  display: grid;
  align-content: start;
  gap: 0;
}

.zk-footer-links strong,
.zk-footer-contact strong {
  position: relative;
  margin: 0 0 18px;
  padding-bottom: 16px;
}

.zk-footer-links strong::after,
.zk-footer-contact strong::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 1px;
  background: var(--zk-copper);
}

.zk-footer-links a {
  position: relative;
  padding: 11px 18px 11px 0;
  border-bottom: 1px solid rgba(215,166,128,.11);
}

.zk-footer-links a::after {
  content: "›";
  position: absolute;
  right: 0;
  color: var(--zk-copper);
}

.zk-footer-contact p {
  margin-top: 0;
}

.zk-footer-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .72fr) auto;
  gap: 34px;
  align-items: center;
  margin-top: 22px;
  padding: 24px 30px;
  border: 1px solid rgba(215,166,128,.24);
  border-radius: 14px;
  background: rgba(18,11,8,.68);
  backdrop-filter: blur(10px);
}

.zk-footer-strip__copy p {
  margin: 0 0 7px;
  color: var(--zk-copper);
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.zk-footer-strip__copy h2 {
  margin: 0;
  color: var(--zk-cream);
  font-size: clamp(19px, 1.25vw, 25px);
  font-weight: 300;
  line-height: 1.32;
}

.zk-footer-strip__note {
  margin: 0;
  color: var(--zk-muted);
  font-size: 13px;
  line-height: 1.65;
}

.zk-footer-strip__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid rgba(229,168,135,.52);
  border-radius: 8px;
  color: var(--zk-cream);
  background: rgba(28,16,11,.55);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .13em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background-color .22s ease, border-color .22s ease, color .22s ease;
}

.zk-footer-strip__button:hover {
  border-color: rgba(229,168,135,.78);
  background: rgba(229,168,135,.10);
}

.zk-footer-strip__button i {
  width: 9px;
  height: 9px;
  border: 1px solid var(--zk-copper);
  transform: rotate(45deg);
}

.zk-footer__bottom {
  display: grid;
  justify-items: center;
  gap: 8px;
  width: 100%;
  margin: 20px 0 0;
  padding: 0;
  color: rgba(246,238,231,.48);
  text-align: center;
  font-size: 11px;
  line-height: 1.55;
}

.zk-footer__bottom nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  margin-bottom: 6px;
}

.zk-footer__bottom nav a {
  padding: 0 18px;
  border-right: 1px solid rgba(215,166,128,.18);
}

.zk-footer__bottom nav a:last-child {
  border-right: 0;
}

.zk-footer__bottom p {
  margin: 0;
}

@media (max-width: 1199px) {
  .zk-footer__inner {
    width: calc(100% - 40px);
  }

  .zk-footer-panel {
    grid-template-columns: 1fr 1fr;
    row-gap: 34px;
  }

  .zk-footer-panel > * {
    padding: 0 28px;
  }

  .zk-footer-panel > :nth-child(2) {
    border-right: 0;
  }

  .zk-footer-panel > :nth-child(3) {
    padding-left: 0;
  }

  .zk-footer-strip {
    grid-template-columns: 1fr auto;
  }

  .zk-footer-strip__note {
    grid-column: 1 / -1;
    grid-row: 2;
  }
}

@media (max-width: 991px) {
  .zk-header {
    padding-top: 0;
  }

  .zk-nav {
    width: 100%;
    margin: 0;
    padding: 8px 18px;
    border: 0;
    border-bottom: 1px solid rgba(215,166,128,.16);
    border-radius: 0;
    background: rgba(17,10,7,.78);
  }

  .zk-header.is-scrolled .zk-nav {
    background: rgba(17,10,7,.99);
  }

  .zk-menu--right {
    left: 12px;
    right: 12px;
    border-radius: 8px;
  }

  .zk-footer {
    padding-top: 46px;
  }

  .zk-footer-panel {
    padding: 34px 28px;
  }
}

@media (max-width: 767px) {
  .zk-footer__inner {
    width: calc(100% - 16px);
  }

  .zk-footer-panel {
    grid-template-columns: 1fr;
    padding: 30px 22px;
    border-radius: 12px;
  }

  .zk-footer-panel > * {
    padding: 0 0 28px;
    border-right: 0;
    border-bottom: 1px solid rgba(215,166,128,.14);
  }

  .zk-footer-panel > :not(:first-child) {
    padding-top: 28px;
  }

  .zk-footer-panel > :last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .zk-footer-strip {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 22px;
    border-radius: 10px;
  }

  .zk-footer-strip__note {
    grid-column: auto;
    grid-row: auto;
  }

  .zk-footer-strip__button {
    width: 100%;
  }

  .zk-footer__bottom nav a {
    padding: 0 10px;
  }
}

.zk-footer__bottom {
  grid-template-columns: 1fr;
  justify-content: stretch;
  justify-items: center;
}


/* =========================================================
   Final refinement: borderless hero + more editorial footer
   ========================================================= */

/* Remove the visible frame from the main hero and page heroes. */
.zk-hero,
.zk-page-hero {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: hidden;
}

.zk-hero {
  width: 100%;
  margin: 0;
}

/* Footer with stronger layout rhythm and a cleaner ending. */
.zk-footer {
  position: relative;
  margin: 0;
  padding: 56px 0 24px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(9, 5, 4, .12) 0%, rgba(9, 5, 4, .84) 12%, rgba(9, 5, 4, .96) 100%),
    radial-gradient(circle at 85% 18%, rgba(184, 121, 98, .18), transparent 28rem),
    url("../img/footer-cta.png") center center / cover no-repeat;
}

.zk-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(10, 6, 4, .88) 0%, rgba(10, 6, 4, .56) 42%, rgba(10, 6, 4, .88) 100%),
    linear-gradient(180deg, rgba(255,255,255,.02), transparent 18rem);
}

.zk-footer__inner {
  position: relative;
  z-index: 1;
  width: min(92%, 1580px);
  margin: 0 auto;
}

.zk-footer-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin: 0 0 18px;
  padding: 26px 34px;
  border-top: 1px solid rgba(215,166,128,.22);
  border-bottom: 1px solid rgba(215,166,128,.18);
  background: rgba(18, 10, 7, .28);
  backdrop-filter: blur(10px);
}

.zk-footer-showcase__copy p {
  margin: 0 0 7px;
  color: var(--zk-copper);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.zk-footer-showcase__copy h2 {
  margin: 0;
  color: var(--zk-cream);
  font-size: clamp(20px, 1.35vw, 28px);
  font-weight: 300;
  line-height: 1.24;
}

.zk-footer-showcase__copy span {
  display: block;
  margin-top: 10px;
  color: var(--zk-muted);
  font-size: 14px;
  line-height: 1.65;
}

.zk-footer-showcase__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 50px;
  padding: 0 24px;
  border: 1px solid rgba(229,168,135,.46);
  border-radius: 999px;
  background: rgba(31, 18, 13, .68);
  color: var(--zk-cream);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .14em;
  text-transform: uppercase;
  white-space: nowrap;
}

.zk-footer-showcase__button i {
  width: 9px;
  height: 9px;
  border: 1px solid var(--zk-copper);
  transform: rotate(45deg);
}

.zk-footer-shell {
  padding: 24px 28px 18px;
  border: 1px solid rgba(215,166,128,.18);
  border-radius: 26px;
  background: rgba(12, 8, 6, .60);
  box-shadow: 0 28px 80px rgba(0,0,0,.34);
  backdrop-filter: blur(10px);
}

.zk-footer-panel {
  display: grid;
  grid-template-columns: 1.05fr .62fr .62fr .94fr;
  gap: 28px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.zk-footer-panel > * {
  min-width: 0;
  padding: 0 22px;
  border-right: 1px solid rgba(215,166,128,.14);
}

.zk-footer-panel > :first-child {
  padding-left: 0;
}

.zk-footer-panel > :last-child {
  padding-right: 0;
  border-right: 0;
}

.zk-footer-brand,
.zk-footer-links {
  border-right: 0;
}

.zk-footer-brand p {
  max-width: 360px;
  margin: 22px 0 20px;
  color: var(--zk-muted);
  font-size: 14px;
  line-height: 1.8;
}

.zk-footer-mail {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--zk-copper);
  font-size: 15px;
}

.zk-footer-links {
  display: grid;
  align-content: start;
  gap: 0;
}

.zk-footer-links strong,
.zk-footer-spotlight strong {
  display: block;
  margin: 0 0 20px;
  color: var(--zk-cream);
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
}

.zk-footer-links strong::after {
  content: "";
  display: block;
  width: 34px;
  height: 1px;
  margin-top: 14px;
  background: var(--zk-copper);
}

.zk-footer-links a {
  position: relative;
  padding: 12px 18px 12px 0;
  border-bottom: 1px solid rgba(215,166,128,.10);
  color: var(--zk-soft);
  transition: color .2s ease, transform .2s ease;
}

.zk-footer-links a::after {
  content: "›";
  position: absolute;
  right: 0;
  color: var(--zk-copper);
}

.zk-footer-links a:hover {
  color: var(--zk-cream);
  transform: translateX(3px);
}

.zk-footer-spotlight {
  position: relative;
  padding: 26px 26px 24px;
  border: 1px solid rgba(215,166,128,.22);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(56, 34, 24, .48), rgba(20, 12, 9, .72)),
    rgba(17,10,7,.72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}

.zk-footer-spotlight::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: radial-gradient(circle at 100% 0%, rgba(229,168,135,.12), transparent 42%);
}

.zk-footer-spotlight strong {
  margin-bottom: 14px;
  font-size: 22px;
}

.zk-footer-spotlight p {
  margin: 0 0 18px;
  color: var(--zk-muted);
  font-size: 14px;
  line-height: 1.75;
}

.zk-footer-spotlight ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.zk-footer-spotlight li {
  position: relative;
  padding: 0 0 11px 18px;
  color: var(--zk-soft);
  font-size: 14px;
  line-height: 1.6;
}

.zk-footer-spotlight li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border: 1px solid var(--zk-copper);
  border-radius: 50%;
}

.zk-footer-spotlight .zk-btn {
  width: 100%;
  min-height: 46px;
}

.zk-footer-subpanel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(215,166,128,.14);
}

.zk-footer-mini-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
}

.zk-footer-mini-links a {
  padding: 0 18px;
  color: var(--zk-soft);
  font-size: 14px;
}

.zk-footer-mini-links a:first-child {
  padding-left: 0;
}

.zk-footer-mini-links a + a {
  border-left: 1px solid rgba(215,166,128,.16);
}

.zk-footer-mini-links a:hover,
.zk-footer__bottom a:hover {
  color: var(--zk-copper);
}

.zk-footer-social-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid rgba(215,166,128,.24);
  border-radius: 999px;
  background: rgba(255,255,255,.03);
  color: var(--zk-cream);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.zk-footer-social-cta span {
  color: var(--zk-copper);
  font-size: 14px;
}

.zk-footer__bottom {
  display: grid;
  justify-items: center;
  gap: 6px;
  margin-top: 16px;
  color: rgba(246,238,231,.50);
  text-align: center;
  font-size: 11px;
  line-height: 1.55;
}

.zk-footer__bottom p {
  margin: 0;
}

@media (max-width: 1199px) {
  .zk-footer-showcase {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .zk-footer-shell {
    padding: 22px 22px 16px;
  }

  .zk-footer-panel {
    grid-template-columns: 1fr 1fr;
  }

  .zk-footer-panel > :nth-child(2) {
    border-right: 0;
  }

  .zk-footer-panel > :nth-child(3) {
    padding-left: 0;
  }

  .zk-footer-panel > :nth-child(4) {
    border-right: 0;
  }
}

@media (max-width: 991px) {
  .zk-hero,
  .zk-page-hero {
    width: 100%;
    margin-top: 0;
  }

  .zk-footer {
    padding-top: 36px;
  }

  .zk-footer-subpanel {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .zk-footer__inner {
    width: calc(100% - 16px);
  }

  .zk-footer-showcase {
    padding: 22px 18px;
  }

  .zk-footer-shell {
    padding: 18px 16px 14px;
    border-radius: 18px;
  }

  .zk-footer-panel {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .zk-footer-panel > * {
    padding: 0 0 24px;
    border-right: 0;
    border-bottom: 1px solid rgba(215,166,128,.12);
  }

  .zk-footer-panel > :not(:first-child) {
    padding-top: 24px;
  }

  .zk-footer-panel > :last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .zk-footer-links strong,
  .zk-footer-spotlight strong {
    font-size: 20px;
  }

  .zk-footer-mini-links {
    gap: 10px 0;
  }

  .zk-footer-mini-links a {
    padding: 0 12px;
  }

  .zk-footer-social-cta {
    width: 100%;
    justify-content: center;
  }
}

/* =========================================================
   Footer final — custom photographic background
   Header and hero remain unchanged.
   ========================================================= */

.zk-footer {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #0b0705;
}

.zk-footer::before {
  display: none;
}

.zk-footer__inner,
.zk-footer-shell,
.zk-footer-showcase,
.zk-footer-subpanel,
.zk-footer-panel,
.zk-footer-strip,
.zk-footer__bottom {
  all: unset;
}

.zk-footer-hero {
  position: relative;
  min-height: 320px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-top: 1px solid rgba(215,166,128,.18);
  border-bottom: 1px solid rgba(215,166,128,.18);
  background:
    linear-gradient(90deg, rgba(8,5,4,.96) 0%, rgba(8,5,4,.78) 42%, rgba(8,5,4,.20) 72%, rgba(8,5,4,.34) 100%),
    linear-gradient(180deg, rgba(8,5,4,.10), rgba(8,5,4,.58)),
    url("../img/footer-zapach-kakao.webp") center center / cover no-repeat;
}

.zk-footer-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 84% 24%, rgba(229,168,135,.12), transparent 22rem),
    linear-gradient(90deg, transparent 54%, rgba(8,5,4,.16) 74%, rgba(8,5,4,.38) 100%),
    linear-gradient(180deg, transparent 70%, rgba(8,5,4,.34));
}

.zk-footer-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: center;
  padding: 58px 0;
}

.zk-footer-hero__copy {
  max-width: 700px;
}

.zk-footer-hero__copy p {
  margin: 0 0 12px;
  color: var(--zk-copper);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.zk-footer-hero__copy h2 {
  max-width: 650px;
  margin: 0;
  color: var(--zk-cream);
  font-size: clamp(22px, 1.45vw, 28px);
  font-weight: 300;
  line-height: 1.25;
}

.zk-footer-hero__copy span {
  display: block;
  max-width: 520px;
  margin-top: 14px;
  color: var(--zk-soft);
  font-size: 14px;
  line-height: 1.7;
}

.zk-footer-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 54px;
  padding: 0 26px;
  border: 1px solid rgba(229,168,135,.54);
  border-radius: 999px;
  color: var(--zk-cream);
  background: rgba(20,12,9,.50);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
  backdrop-filter: blur(8px);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .14em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: transform .22s ease, border-color .22s ease, background-color .22s ease;
}

.zk-footer-hero__button:hover {
  transform: translateY(-2px);
  border-color: rgba(229,168,135,.82);
  background: rgba(56,34,24,.58);
}

.zk-footer-hero__button i {
  width: 9px;
  height: 9px;
  border: 1px solid var(--zk-copper);
  transform: rotate(45deg);
}

.zk-footer-hero__button span {
  color: var(--zk-copper);
  font-size: 14px;
}

.zk-footer-main-wrap {
  border-bottom: 1px solid rgba(215,166,128,.16);
  background:
    radial-gradient(circle at 78% 0%, rgba(184,121,98,.09), transparent 28rem),
    linear-gradient(180deg, #0d0806 0%, #0a0605 100%);
}

.zk-footer-main {
  display: grid;
  grid-template-columns: 1.08fr .62fr .72fr .98fr;
  gap: 0;
  padding: 54px 0;
}

.zk-footer-main > * {
  min-width: 0;
  padding: 0 34px;
  border-right: 1px solid rgba(215,166,128,.14);
}

.zk-footer-main > :first-child {
  padding-left: 0;
}

.zk-footer-main > :last-child {
  padding-right: 0;
  border-right: 0;
}

.zk-footer-brand,
.zk-footer-links {
  border-right: 0;
}

.zk-logo--footer img {
  width: 248px;
}

.zk-footer-brand p {
  max-width: 390px;
  margin: 24px 0 22px;
  color: var(--zk-muted);
  font-size: 14px;
  line-height: 1.8;
}

.zk-footer-mail {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--zk-copper);
  font-size: 15px;
}

.zk-footer-links {
  display: grid;
  align-content: start;
  gap: 0;
}

.zk-footer-links strong,
.zk-footer-contact strong {
  display: block;
  margin: 0 0 20px;
  color: var(--zk-cream);
  font-size: 22px;
  font-weight: 300;
  line-height: 1.25;
}

.zk-footer-links strong::after {
  content: "";
  display: block;
  width: 34px;
  height: 1px;
  margin-top: 14px;
  background: var(--zk-copper);
}

.zk-footer-links a {
  position: relative;
  padding: 12px 18px 12px 0;
  border-bottom: 1px solid rgba(215,166,128,.10);
  color: var(--zk-soft);
  transition: color .2s ease, transform .2s ease;
}

.zk-footer-links a::after {
  content: "›";
  position: absolute;
  right: 0;
  color: var(--zk-copper);
}

.zk-footer-links a:hover {
  color: var(--zk-cream);
  transform: translateX(3px);
}

.zk-footer-contact {
  position: relative;
  align-self: start;
  padding-top: 2px;
}

.zk-footer-contact__eyebrow {
  margin: 0 0 12px;
  color: var(--zk-copper);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.zk-footer-contact strong {
  margin-bottom: 14px;
  font-size: 24px;
}

.zk-footer-contact > p:not(.zk-footer-contact__eyebrow) {
  max-width: 390px;
  margin: 0 0 22px;
  color: var(--zk-muted);
  font-size: 14px;
  line-height: 1.75;
}

.zk-footer-contact .zk-btn {
  min-width: 220px;
  background: rgba(255,255,255,.025);
}

.zk-footer-bottom-wrap {
  border-bottom: 1px solid rgba(215,166,128,.10);
  background: #080504;
}

.zk-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 76px;
  color: rgba(246,238,231,.48);
  font-size: 11px;
  line-height: 1.55;
}

.zk-footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
}

.zk-footer-bottom nav a {
  padding: 0 18px;
  color: rgba(246,238,231,.56);
}

.zk-footer-bottom nav a:first-child {
  padding-left: 0;
}

.zk-footer-bottom nav a + a {
  border-left: 1px solid rgba(215,166,128,.16);
}

.zk-footer-bottom nav a:hover {
  color: var(--zk-copper);
}

.zk-footer-bottom__company {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  text-align: right;
}

@media (max-width: 1199px) {
  .zk-footer-main {
    grid-template-columns: 1fr 1fr;
    row-gap: 38px;
  }

  .zk-footer-main > :nth-child(2) {
    border-right: 0;
  }

  .zk-footer-main > :nth-child(3) {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .zk-footer-hero {
    min-height: 300px;
    background-size: auto 100%;
    background-position: right center;
  }

  .zk-footer-hero__inner {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 26px;
  }

  .zk-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 18px 0;
  }

  .zk-footer-bottom__company {
    align-items: flex-start;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .zk-footer-hero {
    min-height: 330px;
    background-size: auto 100%;
    background-position: 78% center;
  }

  .zk-footer-hero__inner {
    padding: 42px 0;
  }

  .zk-footer-hero__button {
    width: 100%;
  }

  .zk-footer-main {
    grid-template-columns: 1fr;
    padding: 38px 0;
  }

  .zk-footer-main > * {
    padding: 0 0 28px;
    border-right: 0;
    border-bottom: 1px solid rgba(215,166,128,.12);
  }

  .zk-footer-main > :not(:first-child) {
    padding-top: 28px;
  }

  .zk-footer-main > :last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .zk-footer-links strong,
  .zk-footer-contact strong {
    font-size: 20px;
  }

  .zk-footer-bottom nav {
    gap: 10px 0;
  }

  .zk-footer-bottom nav a {
    padding: 0 10px;
  }
}

/* =========================================================
   FINAL: one photographic background across the ENTIRE footer
   Source: assets/img/backgrounds/bg-footer.webp (2000x800)
   Header, hero and footer layout remain unchanged.
   ========================================================= */

.zk-footer {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #0b0705;
  background-image:
    linear-gradient(90deg, rgba(8, 5, 4, .84) 0%, rgba(8, 5, 4, .64) 48%, rgba(8, 5, 4, .72) 100%),
    linear-gradient(180deg, rgba(8, 5, 4, .18) 0%, rgba(8, 5, 4, .42) 52%, rgba(8, 5, 4, .72) 100%),
    url("../img/backgrounds/bg-footer.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.zk-footer::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 12%, rgba(229, 168, 135, .08), transparent 30rem),
    linear-gradient(180deg, transparent 0%, rgba(7, 4, 3, .08) 55%, rgba(7, 4, 3, .28) 100%);
}

.zk-footer > * {
  position: relative;
  z-index: 1;
}

/* The image belongs to the whole footer, not to this single section. */
.zk-footer-hero {
  background: transparent !important;
}

.zk-footer-hero::after {
  background:
    linear-gradient(90deg, rgba(8, 5, 4, .22) 0%, transparent 55%, rgba(8, 5, 4, .10) 100%),
    linear-gradient(180deg, rgba(8, 5, 4, .02), rgba(8, 5, 4, .12));
}

/* Keep the existing layout, while allowing the same image to remain visible. */
.zk-footer-main-wrap {
  background:
    linear-gradient(180deg, rgba(10, 6, 5, .52) 0%, rgba(9, 5, 4, .68) 100%) !important;
}

.zk-footer-bottom-wrap {
  background: rgba(7, 4, 3, .68) !important;
}

@media (max-width: 991px) {
  .zk-footer {
    background-position: center top;
  }
}


/* =========================================================
   REFINEMENT: unified lighter footer mask
   Keep divider lines, remove different heavy top/bottom overlays.
   ========================================================= */

.zk-footer {
  background-image:
    linear-gradient(90deg, rgba(8, 5, 4, .60) 0%, rgba(8, 5, 4, .44) 50%, rgba(8, 5, 4, .54) 100%),
    linear-gradient(180deg, rgba(8, 5, 4, .16) 0%, rgba(8, 5, 4, .20) 100%),
    url("../img/backgrounds/bg-footer.webp");
}

.zk-footer::before {
  background:
    radial-gradient(circle at 78% 12%, rgba(229, 168, 135, .05), transparent 30rem),
    linear-gradient(180deg, rgba(7, 4, 3, .04) 0%, rgba(7, 4, 3, .12) 100%);
}

.zk-footer-hero::after {
  background: none;
}

.zk-footer-main-wrap,
.zk-footer-bottom-wrap {
  background: transparent !important;
}

/* =========================================================
   CTA SYSTEM — full-width sections only
   Header, hero, footer and all non-CTA components unchanged.
   ========================================================= */

/* Final CTA placed directly above the footer. */
.zk-page-cta {
  width: 100% !important;
  max-width: none !important;
  margin: 76px 0 0 !important;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-top: 1px solid rgba(215, 166, 128, .18);
  border-bottom: 1px solid rgba(215, 166, 128, .18);
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(7, 4, 3, .98) 0%, rgba(10, 6, 4, .90) 38%, rgba(14, 8, 6, .68) 70%, rgba(7, 4, 3, .94) 100%),
    linear-gradient(180deg, rgba(7, 4, 3, .28), rgba(7, 4, 3, .72)),
    url("../img/footer-cta.png") center 44% / cover no-repeat;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
}

.zk-page-cta__inner {
  width: 80%;
  max-width: 80%;
  min-height: 218px;
  margin: 0 auto;
  padding: 52px 0;
}

/* The footer follows immediately — only one divider line remains. */
.zk-main > .zk-page-cta:last-child {
  margin-bottom: 0 !important;
  border-bottom: 0;
}

/* CTA used inside a page: full-width, darker and with more breathing room. */
.zk-mid-cta {
  width: 100%;
  margin: 76px 0;
  padding: 72px 0;
  border-top: 1px solid rgba(215, 166, 128, .16);
  border-bottom: 1px solid rgba(215, 166, 128, .16);
  background:
    linear-gradient(90deg, rgba(6, 4, 3, .98) 0%, rgba(8, 5, 4, .92) 38%, rgba(12, 7, 5, .74) 70%, rgba(6, 4, 3, .96) 100%),
    linear-gradient(180deg, rgba(6, 4, 3, .34), rgba(6, 4, 3, .70)),
    url("../img/hero-zapachkakao.png") center 58% / cover no-repeat;
}

.zk-mid-cta__inner {
  width: 80%;
  max-width: 80%;
  min-height: 0;
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
}

.zk-mid-cta__inner > div,
.zk-mid-cta .zk-btn {
  margin-left: 0;
  margin-right: 0;
}

/* A slightly stronger button treatment limited only to CTA sections. */
.zk-page-cta .zk-btn,
.zk-mid-cta .zk-btn {
  border-color: rgba(229, 168, 135, .48);
  background: linear-gradient(135deg, rgba(172, 102, 73, .92), rgba(76, 42, 30, .98));
  box-shadow: 0 18px 40px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.10);
}

@media (max-width: 991px) {
  .zk-page-cta__inner,
  .zk-mid-cta__inner {
    width: calc(100% - 40px);
    max-width: none;
  }

  .zk-page-cta__inner {
    min-height: 0;
    padding: 46px 0;
  }

  .zk-mid-cta {
    margin: 60px 0;
    padding: 58px 0;
  }
}

@media (max-width: 767px) {
  .zk-page-cta {
    margin-top: 52px !important;
  }

  .zk-page-cta__inner,
  .zk-mid-cta__inner {
    width: calc(100% - 32px);
  }

  .zk-page-cta__inner {
    padding: 38px 0;
  }

  .zk-mid-cta {
    margin: 48px 0;
    padding: 46px 0;
  }

  .zk-page-cta .zk-btn,
  .zk-mid-cta .zk-btn {
    width: 100%;
  }
}


/* =========================================================
   HERO REBUILD — all subpages in one premium layout system
   Header, homepage hero and footer remain untouched.
   ========================================================= */

.zk-page-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  padding: 210px 0 88px;
  overflow: hidden;
  background-color: #140d0a;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.zk-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 6, 4, .94) 0%, rgba(10, 6, 4, .82) 36%, rgba(10, 6, 4, .44) 66%, rgba(10, 6, 4, .76) 100%),
    linear-gradient(180deg, rgba(10, 6, 4, .18) 0%, rgba(10, 6, 4, .76) 100%);
}

.zk-page-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
  gap: 72px;
  align-items: end;
  width: 80%;
  max-width: 80%;
  min-height: calc(100vh - 298px);
  margin: 0 auto;
}

.zk-page-hero__copy {
  max-width: 600px;
  padding-bottom: 8px;
}

.zk-page-hero .zk-kicker {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 26px;
  color: rgba(229,168,135,.92);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.zk-page-hero .zk-kicker::after {
  content: "";
  width: 44px;
  height: 1px;
  background: rgba(229,168,135,.58);
}

.zk-page-hero h1 {
  max-width: 660px;
  margin: 0;
  color: var(--zk-cream);
  font-size: clamp(24px, 1.8vw, 30px);
  font-weight: 300;
  line-height: 1.26;
}

.zk-page-hero p:not(.zk-kicker),
.zk-page-hero__point p {
  font-size: 14px;
  font-weight: 300;
}

.zk-page-hero p:not(.zk-kicker) {
  max-width: 560px;
  margin: 20px 0 0;
  color: rgba(246,238,231,.82);
  line-height: 1.8;
}

.zk-page-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 50px;
  margin-top: 34px;
  padding: 0 24px;
  border: 1px solid rgba(229,168,135,.38);
  border-radius: 999px;
  background: rgba(15, 9, 6, .42);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
  backdrop-filter: blur(8px);
}

.zk-page-hero__button:hover {
  border-color: rgba(229,168,135,.62);
  background: rgba(24, 14, 10, .56);
}

.zk-page-hero__button span {
  color: var(--zk-copper);
}

.zk-page-hero__points {
  display: grid;
  gap: 26px;
  align-self: end;
  padding: 16px 0 16px 34px;
  border-left: 1px solid rgba(215,166,128,.22);
}

.zk-page-hero__point {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.zk-page-hero__icon {
  position: relative;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(215,166,128,.44);
  border-radius: 50%;
  background: rgba(15, 9, 6, .18);
}

.zk-page-hero__icon::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 15px;
  width: 12px;
  height: 7px;
  border-left: 1px solid var(--zk-copper);
  border-bottom: 1px solid var(--zk-copper);
  transform: rotate(-45deg);
}

.zk-page-hero__point p {
  margin: 0;
  color: rgba(246,238,231,.88);
  line-height: 1.55;
}

.zk-page-hero--about {
  background-image: url("../img/o-zapach-kakao.png");
  background-position: 74% center;
}

.zk-page-hero--offer {
  background-image: url("../img/sesja-rodzinna.png");
  background-position: 68% center;
}

.zk-page-hero--portfolio {
  background-image: url("../img/galeria-2.png");
  background-position: 66% center;
}

.zk-page-hero--deliverables {
  background-image: url("../img/galeria-1.png");
  background-position: 70% center;
}

.zk-page-hero--workflow {
  background-image: url("../img/reportazowa.png");
  background-position: 72% center;
}

.zk-page-hero--guide {
  background-image: url("../img/backgrounds/bg-poradnik-sesji.png");
  background-position: 70% center;
}

.zk-page-hero--pricing {
  background-image: url("../img/sesja-2.png");
  background-position: 70% center;
}

.zk-page-hero--contact {
  background-image: url("../img/hero-zapachkakao.png");
  background-position: 72% center;
}

.zk-page-hero--privacy {
  background-image: url("../img/sesja-3.png");
  background-position: 70% center;
}

.zk-page-hero--cookies {
  background-image: url("../img/sesja-4.png");
  background-position: 68% center;
}

.zk-page-hero--error {
  background-image: url("../img/galeria-3.png");
  background-position: 72% center;
}

.zk-page-hero--thanks {
  background-image: url("../img/sesja-1.png");
  background-position: 70% center;
}

@media (max-width: 1199px) {
  .zk-page-hero {
    padding-top: 198px;
  }

  .zk-page-hero__grid {
    gap: 48px;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  }
}

@media (max-width: 991px) {
  .zk-page-hero {
    min-height: auto;
    padding: 182px 0 74px;
  }

  .zk-page-hero__grid {
    grid-template-columns: 1fr;
    gap: 34px;
    width: calc(100% - 40px);
    max-width: none;
    min-height: 0;
  }

  .zk-page-hero__copy,
  .zk-page-hero p:not(.zk-kicker) {
    max-width: 100%;
  }

  .zk-page-hero__points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    padding: 24px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(215,166,128,.18);
  }

  .zk-page-hero__point {
    grid-template-columns: 36px 1fr;
    gap: 14px;
    align-items: start;
  }

  .zk-page-hero__icon {
    width: 36px;
    height: 36px;
  }

  .zk-page-hero__icon::before {
    left: 10px;
    top: 12px;
  }
}

@media (max-width: 767px) {
  .zk-page-hero {
    padding: 164px 0 56px;
  }

  .zk-page-hero__grid {
    width: calc(100% - 32px);
    gap: 28px;
  }

  .zk-page-hero h1 {
    font-size: 28px;
  }

  .zk-page-hero__button {
    width: 100%;
  }

  .zk-page-hero__points {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   SUBPAGE HERO HEIGHT CORRECTION
   Layout/content/images unchanged — only vertical scale reduced.
   ========================================================= */

@media (min-width: 992px) {
  .zk-page-hero {
    min-height: 650px;
    padding: 170px 0 56px;
  }

  .zk-page-hero__grid {
    min-height: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .zk-page-hero {
    min-height: 620px;
    padding-top: 158px;
    padding-bottom: 52px;
  }
}

/* =========================================================
   SUBPAGE HERO POINTS — vertical alignment correction
   ========================================================= */

.zk-page-hero__point {
  min-height: 42px;
  align-items: center;
}

.zk-page-hero .zk-page-hero__point p {
  align-self: center;
  margin: 0;
  line-height: 1.45;
}

@media (max-width: 991px) {
  .zk-page-hero__point {
    min-height: 36px;
    align-items: center;
  }
}
