/* -------------------------------------------------------
   LIVE SITE ONLY: Squarespace cleanup for pages using #zirkel-site
   Important: this does NOT run in Squarespace edit mode.
------------------------------------------------------- */

body:not(.squarespace-editable):not(.squarespace-config):has(#zirkel-site) #header,
body:not(.squarespace-editable):not(.squarespace-config):has(#zirkel-site) .Header,
body:not(.squarespace-editable):not(.squarespace-config):has(#zirkel-site) #footer,
body:not(.squarespace-editable):not(.squarespace-config):has(#zirkel-site) .Footer,
body:not(.squarespace-editable):not(.squarespace-config):has(#zirkel-site) footer:not(.zk-footer),
body:not(.squarespace-editable):not(.squarespace-config):has(#zirkel-site) .footer,
body:not(.squarespace-editable):not(.squarespace-config):has(#zirkel-site) .site-footer,
body:not(.squarespace-editable):not(.squarespace-config):has(#zirkel-site) .sqs-site-footer,
body:not(.squarespace-editable):not(.squarespace-config):has(#zirkel-site) .sqs-footer,
body:not(.squarespace-editable):not(.squarespace-config):has(#zirkel-site) .sqs-announcement-bar {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
}

body:not(.squarespace-editable):not(.squarespace-config):has(#zirkel-site) .sqs-block-code,
body:not(.squarespace-editable):not(.squarespace-config):has(#zirkel-site) .sqs-block-code .sqs-block-content {
  padding: 0 !important;
  margin: 0 !important;
}

body:not(.squarespace-editable):not(.squarespace-config):has(#zirkel-site) .page-section:has(#zirkel-site),
body:not(.squarespace-editable):not(.squarespace-config):has(#zirkel-site) .page-section:has(#zirkel-site) .content-wrapper,
body:not(.squarespace-editable):not(.squarespace-config):has(#zirkel-site) .page-section:has(#zirkel-site) .content,
body:not(.squarespace-editable):not(.squarespace-config):has(#zirkel-site) .page-section:has(#zirkel-site) .sqs-layout,
body:not(.squarespace-editable):not(.squarespace-config):has(#zirkel-site) .page-section:has(#zirkel-site) .sqs-row,
body:not(.squarespace-editable):not(.squarespace-config):has(#zirkel-site) .page-section:has(#zirkel-site) .sqs-col-12,
body:not(.squarespace-editable):not(.squarespace-config):has(#zirkel-site) .page-section:has(#zirkel-site) .sqs-block,
body:not(.squarespace-editable):not(.squarespace-config):has(#zirkel-site) .page-section:has(#zirkel-site) .sqs-block-content,
body:not(.squarespace-editable):not(.squarespace-config):has(#zirkel-site) .page-section:has(#zirkel-site) .fe-block,
body:not(.squarespace-editable):not(.squarespace-config):has(#zirkel-site) .page-section:has(#zirkel-site) [class*="fe-block"] {
  width: 100vw !important;
  max-width: 100vw !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 0 !important;
  overflow: visible !important;
}

/* -------------------------------------------------------
   Main custom site
------------------------------------------------------- */

#zirkel-site {
  --zk-bg: #F8F3EA;
  --zk-paper: #FFFFFF;
  --zk-ink: #1B1712;
  --zk-muted: #70675C;
  --zk-line: #DED0BC;
  --zk-accent: #B4874A;
  --zk-accent-hover: #C49A5C;
  --zk-soft: #EEE4D4;
  --zk-accent-soft: #E8D8BD;
  --zk-dark: #5C5145;
  --zk-header: #4E463C;

  display: block !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--zk-bg);
  color: var(--zk-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

#zirkel-site,
#zirkel-site * {
  box-sizing: border-box;
}

#zirkel-site a {
  color: inherit;
  text-decoration: none;
}

#zirkel-site p,
#zirkel-site h1,
#zirkel-site h2,
#zirkel-site h3 {
  margin-top: 0;
}

#zirkel-site .zk-container {
  width: min(1500px, 92vw) !important;
  max-width: 1500px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* -------------------------------------------------------
   Header
------------------------------------------------------- */

#zirkel-site .zk-header {
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
  background: rgba(78, 70, 60, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

#zirkel-site .zk-nav {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#zirkel-site .zk-logo {
  display: flex;
  align-items: center;
}

#zirkel-site .zk-logo-img {
  height: 50px;
  width: auto;
  display: block;
  filter: brightness(1.05);
}

#zirkel-site .zk-nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 15px;
  font-weight: 550;
  color: rgba(255, 255, 255, 0.72);
}

#zirkel-site .zk-nav-links a {
  position: relative;
  padding: 5px 0;
  transition: color 0.18s ease;
}

#zirkel-site .zk-nav-links a:hover {
  color: #FFFFFF;
}

#zirkel-site .zk-nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: var(--zk-accent-hover);
  transition: width 0.2s ease;
}

#zirkel-site .zk-nav-links a:hover::after {
  width: 100%;
}

#zirkel-site section[id] {
  scroll-margin-top: 100px;
}

/* -------------------------------------------------------
   Sections
------------------------------------------------------- */

#zirkel-site .zk-section {
  padding: 84px 0;
  border-top: 1px solid var(--zk-line);
}

#zirkel-site .zk-hero {
  padding: 96px 0 90px;
  border-top: 0;
}

#zirkel-site .zk-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
}

#zirkel-site .zk-eyebrow {
  margin-bottom: 16px;
  color: var(--zk-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

#zirkel-site h1 {
  max-width: 820px;
  margin-bottom: 24px;
  font-size: clamp(48px, 6.2vw, 88px);
  font-weight: 650;
  line-height: 1.05;
  letter-spacing: -0.07em;
  color: var(--zk-ink);
}

#zirkel-site .zk-hero h1 span {
  display: block;
  color: var(--zk-accent);
}

/* English: keep second line together */
html[lang="en"] #zirkel-site .zk-hero h1 span {
  white-space: nowrap;
}

/* Medium desktop / smaller laptop */
@media (max-width: 1350px) {
  html[lang="en"] #zirkel-site .zk-hero h1 {
    font-size: 64px;
  }
}

/* Smaller laptop / tablet landscape */
@media (max-width: 1150px) {
  html[lang="en"] #zirkel-site .zk-hero h1 {
    font-size: 56px;
  }
}

/* Once there really isn't enough space, stack the hero */
@media (max-width: 1000px) {
  #zirkel-site .zk-hero-grid {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }

  #zirkel-site .zk-framework {
    max-width: 540px !important;
  }
}

/* Phone: wrapping is allowed */
@media (max-width: 640px) {
  html[lang="en"] #zirkel-site .zk-hero h1 span {
    white-space: normal;
  }
}

#zirkel-site h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 3.6vw, 54px);
  line-height: 1.05;
  letter-spacing: -0.045em;
  font-weight: 760;
  color: var(--zk-ink);
}

#zirkel-site h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: -0.025em;
  font-weight: 720;
  color: var(--zk-ink);
}

#zirkel-site .zk-lead {
  max-width: 660px;
  margin-bottom: 32px;
  color: #322B24;
  font-size: 20px;
}

#zirkel-site .zk-muted {
  color: var(--zk-muted);
}

/* -------------------------------------------------------
   Buttons
------------------------------------------------------- */

#zirkel-site .zk-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

#zirkel-site .zk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid var(--zk-ink);
  border-radius: 999px;
  background: var(--zk-ink);
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 650;
  line-height: 1;
  transition: transform 0.18s ease, opacity 0.18s ease;
}

#zirkel-site .zk-btn:hover {
  transform: translateY(-1px);
  opacity: 0.9;
}

#zirkel-site .zk-btn-light {
  background: transparent;
  color: var(--zk-ink);
  border-color: var(--zk-line);
}

#zirkel-site .zk-btn-white {
  background: #FFFFFF;
  color: var(--zk-ink);
  border-color: #FFFFFF;
}

/* -------------------------------------------------------
   Hero framework
------------------------------------------------------- */

#zirkel-site .zk-framework {
  padding: 30px;
  border: 1px solid var(--zk-line);
  border-radius: 28px;
  background: var(--zk-paper);
  box-shadow: 0 24px 70px rgba(20, 20, 20, 0.07);
}

#zirkel-site .zk-framework-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

#zirkel-site .zk-framework-top small {
  color: var(--zk-muted);
}

#zirkel-site .zk-flow {
  display: grid;
  gap: 10px;
}

#zirkel-site .zk-flow-step {
  display: flex;
  justify-content: space-between;
  padding: 15px 18px;
  border: 1px solid var(--zk-line);
  border-radius: 18px;
  background: linear-gradient(135deg, #FFFFFF, #F1E8DA);
  font-weight: 700;
}

#zirkel-site .zk-flow-step span {
  color: var(--zk-muted);
  font-size: 13px;
  font-weight: 500;
}

#zirkel-site .zk-arrow {
  color: var(--zk-accent);
  text-align: center;
  line-height: 1;
  font-size: 18px;
}

/* -------------------------------------------------------
   Dark section
------------------------------------------------------- */

#zirkel-site .zk-dark {
  background: var(--zk-dark);
  color: #FFFFFF;
}

#zirkel-site .zk-dark h2,
#zirkel-site .zk-dark h3 {
  color: #FFFFFF;
}

#zirkel-site .zk-dark p,
#zirkel-site .zk-dark .zk-muted {
  color: #EFE7DC;
}

#zirkel-site .zk-two-col {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 44px;
  align-items: start;
}

#zirkel-site .zk-statement {
  color: #FFFFFF;
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.045em;
  font-weight: 760;
}

/* -------------------------------------------------------
   Cards
------------------------------------------------------- */

#zirkel-site .zk-section-head {
  max-width: 790px;
  margin-bottom: 34px;
}

#zirkel-site .zk-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

#zirkel-site .zk-card {
  min-height: 210px;
  padding: 24px;
  border: 1px solid var(--zk-line);
  border-radius: 22px;
  background: var(--zk-paper);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

#zirkel-site .zk-card:hover {
  transform: translateY(-4px);
  border-color: #CBB996;
  box-shadow: 0 18px 42px rgba(30, 25, 18, 0.08);
}

#zirkel-site .zk-small-card {
  min-height: 170px;
}

#zirkel-site .zk-tagline {
  margin-bottom: 10px;
  color: var(--zk-accent);
  font-weight: 700;
}

#zirkel-site .zk-card p {
  margin-bottom: 0;
  color: var(--zk-muted);
}

#zirkel-site .zk-impact {
  margin-top: 18px;
  padding-top: 15px;
  border-top: 1px solid var(--zk-line);
  color: #322B24;
  font-size: 14px;
}

#zirkel-site .zk-impact b {
  display: block;
  margin-bottom: 8px;
  color: var(--zk-muted);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#zirkel-site .zk-impact ul {
  display: grid;
  gap: 4px;
  padding: 0;
  margin: 0;
  list-style: none;
}

#zirkel-site .zk-impact li::before {
  content: "✓";
  margin-right: 8px;
  color: var(--zk-accent);
  font-weight: 800;
}

#zirkel-site .zk-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  margin-top: 18px;
  padding: 10px 16px;

  border: 1px solid var(--zk-line);
  border-radius: 999px;

  background: var(--zk-soft);
  color: var(--zk-ink);

  font-size: 13px;
  font-weight: 650;
  line-height: 1;

  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease;
}

#zirkel-site .zk-card-link::after {
  content: "→";
  font-size: 14px;
  transition: transform 0.18s ease;
}

#zirkel-site .zk-card-link:hover {
  transform: translateY(-1px);
  border-color: #CBB996;
  background: var(--zk-accent-soft);
}

#zirkel-site .zk-card-link:hover::after {
  transform: translateX(3px);
}

/* -------------------------------------------------------
   Industries
------------------------------------------------------- */

#zirkel-site .zk-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#zirkel-site .zk-pill {
  padding: 12px 18px;
  border: 1px solid var(--zk-line);
  border-radius: 999px;
  background: var(--zk-paper);
  color: #3A332A;
  font-weight: 650;
  transition: border-color 0.18s ease;
}

#zirkel-site .zk-pill:hover {
  border-color: #CBB996;
}

/* -------------------------------------------------------
   Cases
------------------------------------------------------- */

#zirkel-site .zk-case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

#zirkel-site .zk-case {
  padding: 24px;
  border: 1px solid var(--zk-line);
  border-radius: 22px;
  background: var(--zk-paper);
}

#zirkel-site .zk-case small {
  color: var(--zk-accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#zirkel-site .zk-case h3 {
  margin: 10px 0 14px;
}

#zirkel-site .zk-case p {
  margin-bottom: 12px;
  color: var(--zk-muted);
  font-size: 15px;
}

#zirkel-site .zk-case b {
  color: var(--zk-ink);
}

/* -------------------------------------------------------
   Approach
------------------------------------------------------- */

#zirkel-site .zk-approach {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

#zirkel-site .zk-step {
  padding: 18px;
  border: 1px solid var(--zk-line);
  border-radius: 18px;
  background: var(--zk-paper);
}

#zirkel-site .zk-num {
  margin-bottom: 22px;
  color: var(--zk-accent);
  font-weight: 850;
}

#zirkel-site .zk-step h3 {
  margin-bottom: 6px;
  font-size: 17px;
}

#zirkel-site .zk-step p {
  margin: 0;
  color: var(--zk-muted);
  font-size: 14px;
}

/* -------------------------------------------------------
   About
------------------------------------------------------- */

#zirkel-site .zk-about-intro {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 46px;
  margin-bottom: 24px;
  padding: 34px;
  border: 1px solid var(--zk-line);
  border-radius: 28px;
  background: var(--zk-paper);
}

#zirkel-site .zk-about-intro p {
  color: var(--zk-muted);
  font-size: 17px;
}

#zirkel-site .zk-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

#zirkel-site .zk-chip {
  padding: 7px 10px;
  border: 1px solid var(--zk-line);
  border-radius: 999px;
  background: var(--zk-soft);
  font-size: 12px;
}

/* -------------------------------------------------------
   Team
------------------------------------------------------- */

#zirkel-site .zk-team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

#zirkel-site .zk-member {
  position: relative;
  height: 360px;
  overflow: hidden;
  border: 1px solid var(--zk-line);
  border-radius: 24px;
  background: var(--zk-paper);
  box-shadow: 0 16px 45px rgba(20, 20, 20, 0.05);
}

#zirkel-site .zk-portrait {
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #d8c7a7;
}

#zirkel-site .zk-portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease, filter 0.35s ease;
}

#zirkel-site .zk-member:hover .zk-portrait img {
  transform: scale(1.04);
  filter: brightness(0.72);
}

#zirkel-site .zk-member-base {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  background: linear-gradient(transparent, rgba(78, 70, 60, 0.78));
  color: #FFFFFF;
}

#zirkel-site .zk-member-base h3 {
  margin: 0 0 4px;
  color: #FFFFFF;
}

#zirkel-site .zk-role {
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.82;
}

#zirkel-site .zk-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  background: rgba(78, 70, 60, 0.88);
  color: #FFFFFF;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.25s ease;
}

#zirkel-site .zk-member:hover .zk-overlay {
  opacity: 1;
  transform: translateY(0);
}

#zirkel-site .zk-overlay h3 {
  color: #FFFFFF;
}

#zirkel-site .zk-overlay p {
  color: #F0E7DA;
  font-size: 15px;
}

#zirkel-site .zk-mini {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

#zirkel-site .zk-mini span {
  padding: 6px 8px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: #F8F3EA;
  font-size: 11px;
}

/* -------------------------------------------------------
   CTA
------------------------------------------------------- */

#zirkel-site .zk-cta {
  padding: 88px 0;
  margin-bottom: 0 !important;
  background: var(--zk-dark);
  color: #FFFFFF;
  text-align: center;
}

#zirkel-site .zk-cta h2 {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  color: #FFFFFF;
}

#zirkel-site .zk-cta p {
  max-width: 680px;
  margin: 0 auto 28px;
  color: #EFE7DC;
  font-size: 18px;
}

/* -------------------------------------------------------
   Footer
------------------------------------------------------- */

#zirkel-site .zk-footer {
  display: block !important;
  visibility: visible !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 34px 0 20px;
  margin: 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--zk-header);
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
}

#zirkel-site .zk-footer-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 36px;
}

#zirkel-site .zk-footer-logo {
  display: flex;
  align-items: center;
}

#zirkel-site .zk-footer-logo img {
  display: block;
  height: 42px;
  width: auto;
  filter: brightness(1.08);
}

#zirkel-site .zk-footer-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  color: rgba(255, 255, 255, 0.58);
}

#zirkel-site .zk-footer-info strong {
  color: #FFFFFF;
  font-weight: 650;
}

#zirkel-site .zk-footer-info a {
  color: rgba(255, 255, 255, 0.72);
  transition: color 0.18s ease;
}

#zirkel-site .zk-footer-info a:hover {
  color: #FFFFFF;
}

#zirkel-site .zk-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}

#zirkel-site .zk-footer-links a,
#zirkel-site .zk-footer-links button,
#zirkel-site .zk-footer-links span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.4;
  transition: color 0.18s ease;
}

#zirkel-site .zk-footer-links a:hover,
#zirkel-site .zk-footer-links button:hover {
  color: #FFFFFF;
}

#zirkel-site #zk-cookie-preferences {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: auto !important;
  height: auto !important;
  position: static !important;
  pointer-events: auto !important;
  cursor: pointer !important;
  color: rgba(255, 255, 255, 0.62) !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
}

#zirkel-site #zk-cookie-preferences:hover {
  color: #ffffff !important;
}

#zirkel-site .zk-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.42);
  font-size: 12px;
}

/* -------------------------------------------------------
   Legal / Privacy Policy
------------------------------------------------------- */

#zirkel-site.zk-legal-page {
  background: var(--zk-bg);
}

#zirkel-site .zk-legal-hero {
  padding: 92px 0 48px;
  border-top: 0;
  background:
    radial-gradient(circle at 8% 0%, rgba(164, 123, 63, 0.12), transparent 34%),
    var(--zk-bg);
}

#zirkel-site .zk-legal-hero h1 {
  margin-bottom: 18px;
  font-size: clamp(44px, 5.4vw, 76px);
}

#zirkel-site .zk-legal-hero .zk-lead {
  margin-bottom: 0;
  color: var(--zk-muted);
}

#zirkel-site .zk-legal-content-section {
  padding: 0 0 88px;
}

#zirkel-site .zk-legal-card {
  max-width: 940px;
  padding: 46px;
  border: 1px solid var(--zk-line);
  border-radius: 28px;
  background: var(--zk-paper);
  box-shadow: 0 18px 48px rgba(30, 25, 18, 0.06);
}

#zirkel-site .zk-legal-card p {
  margin-bottom: 22px;
  color: var(--zk-muted);
  font-size: 16px;
  line-height: 1.75;
}

#zirkel-site .zk-legal-card h2 {
  margin-top: 34px;
  margin-bottom: 12px;
  color: var(--zk-ink);
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

#zirkel-site .zk-legal-card h2:first-of-type {
  margin-top: 0;
}

#zirkel-site .zk-legal-card ul {
  display: grid;
  gap: 8px;
  margin: 0 0 22px;
  padding-left: 20px;
  color: var(--zk-muted);
}

#zirkel-site .zk-legal-card li {
  line-height: 1.7;
}

#zirkel-site .zk-legal-card a {
  color: var(--zk-accent);
  font-weight: 650;
  text-decoration: none;
}

#zirkel-site .zk-legal-card a:hover {
  text-decoration: underline;
}


/* -------------------------------------------------------
   Refined warm premium palette overrides
------------------------------------------------------- */

#zirkel-site .zk-header {
  background: rgba(78, 70, 60, 0.96) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
}

#zirkel-site .zk-dark,
#zirkel-site .zk-cta {
  background: var(--zk-dark) !important;
}

#zirkel-site .zk-footer {
  background: var(--zk-header) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
}

#zirkel-site h1 span,
#zirkel-site .zk-eyebrow,
#zirkel-site .zk-tagline,
#zirkel-site .zk-num,
#zirkel-site .zk-case small,
#zirkel-site .zk-arrow {
  color: var(--zk-accent) !important;
}

#zirkel-site .zk-nav-links a::after {
  background: var(--zk-accent-hover) !important;
}

#zirkel-site .zk-btn {
  background: var(--zk-ink) !important;
  border-color: var(--zk-ink) !important;
  color: #FFFFFF !important;
}

#zirkel-site .zk-btn-light {
  background: transparent !important;
  color: var(--zk-ink) !important;
  border-color: var(--zk-line) !important;
}

#zirkel-site .zk-btn-white {
  background: #FFFFFF !important;
  color: var(--zk-ink) !important;
  border-color: #FFFFFF !important;
}

#zirkel-site .zk-card:hover,
#zirkel-site .zk-pill:hover {
  border-color: #CBB996 !important;
}

#zirkel-site .zk-member-base {
  background: linear-gradient(transparent, rgba(78, 70, 60, 0.78)) !important;
}

#zirkel-site .zk-overlay {
  background: rgba(78, 70, 60, 0.88) !important;
}

/* -------------------------------------------------------
   LIVE SITE ONLY: Squarespace native cookie manager fix
   Removes the native bottom cookie bar but keeps the modal usable.
------------------------------------------------------- */

body:not(.squarespace-editable):not(.squarespace-config):has(#zirkel-site) .cookie-banner-manager {
  position: fixed !important;
  right: 0 !important;
  bottom: 0 !important;
  left: auto !important;
  top: auto !important;

  width: 1px !important;
  height: 1px !important;
  min-height: 0 !important;
  max-height: 1px !important;

  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;

  opacity: 1 !important;
  pointer-events: none !important;
  z-index: 2147483000 !important;
}

/* Hide only the small native Squarespace bottom cookie bar */
body:not(.squarespace-editable):not(.squarespace-config):has(#zirkel-site) .cookie-banner-manager .manage-bar {
  position: absolute !important;
  left: -9999px !important;
  bottom: 0 !important;

  width: 1px !important;
  height: 1px !important;
  min-height: 0 !important;
  max-height: 1px !important;

  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;

  opacity: 0 !important;
  pointer-events: none !important;
}

/* Keep the actual preferences modal usable when opened */
body:not(.squarespace-editable):not(.squarespace-config):has(#zirkel-site) .cookie-banner-manager .manage-overlay-wrapper {
  position: fixed !important;
  inset: 0 !important;

  width: 100vw !important;
  height: 100vh !important;
  min-height: 100vh !important;
  max-height: none !important;

  padding: 0 !important;
  margin: 0 !important;

  overflow: visible !important;
  pointer-events: auto !important;
  z-index: 2147483647 !important;
}

/* The real Squarespace cookie button remains clickable through JavaScript */
body:not(.squarespace-editable):not(.squarespace-config):has(#zirkel-site) .cookie-banner-manager .manage-bar-action {
  pointer-events: auto !important;
}

/* =======================================================
   NEW HOME ONLY: remove Fluid Engine blank space after footer
   Targets the exact homepage Fluid Engine block.
   Does NOT affect Privacy Policy.
======================================================= */

body:not(.squarespace-editable):not(.squarespace-config) .fe-6a4771bc43da8f4dbbfc8fd5,
body:not(.squarespace-editable):not(.squarespace-config) .page-section:has(.fe-6a4771bc43da8f4dbbfc8fd5),
body:not(.squarespace-editable):not(.squarespace-config) .page-section:has(.fe-6a4771bc43da8f4dbbfc8fd5) .content-wrapper,
body:not(.squarespace-editable):not(.squarespace-config) .page-section:has(.fe-6a4771bc43da8f4dbbfc8fd5) .content {
  display: block !important;

  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;

  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;

  overflow: visible !important;
}

/* Turn the homepage Fluid Engine grid into normal flow on live site */
body:not(.squarespace-editable):not(.squarespace-config) .fe-6a4771bc43da8f4dbbfc8fd5 {
  display: block !important;
  grid-template-rows: none !important;
  grid-template-columns: none !important;
  row-gap: 0 !important;
  column-gap: 0 !important;
}

/* Exact homepage Code Block */
body:not(.squarespace-editable):not(.squarespace-config) .fe-block-yui_3_17_2_1_1783067031725_465,
body:not(.squarespace-editable):not(.squarespace-config) #block-yui_3_17_2_1_1783067031725_465 {
  display: block !important;
  position: relative !important;

  grid-area: auto !important;
  grid-row: auto !important;
  grid-column: auto !important;

  width: 100vw !important;
  max-width: 100vw !important;

  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;

  padding: 0 !important;
  margin: 0 !important;

  overflow: visible !important;
  transform: none !important;
}

/* Inner wrappers of the exact homepage Code Block */
body:not(.squarespace-editable):not(.squarespace-config) #block-yui_3_17_2_1_1783067031725_465 .sqs-block-content,
body:not(.squarespace-editable):not(.squarespace-config) #block-yui_3_17_2_1_1783067031725_465 .sqs-code-container {
  display: block !important;

  width: 100vw !important;
  max-width: 100vw !important;

  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;

  padding: 0 !important;
  margin: 0 !important;

  overflow: visible !important;
}

/* Remove any bottom spacing from the coded homepage itself */
body:not(.squarespace-editable):not(.squarespace-config) #block-yui_3_17_2_1_1783067031725_465 #zirkel-site,
body:not(.squarespace-editable):not(.squarespace-config) #block-yui_3_17_2_1_1783067031725_465 #zirkel-site main,
body:not(.squarespace-editable):not(.squarespace-config) #block-yui_3_17_2_1_1783067031725_465 #zirkel-site .zk-cta,
body:not(.squarespace-editable):not(.squarespace-config) #block-yui_3_17_2_1_1783067031725_465 #zirkel-site .zk-footer {
  margin-bottom: 0 !important;
}

/* Keep intentional footer padding */
body:not(.squarespace-editable):not(.squarespace-config) #block-yui_3_17_2_1_1783067031725_465 #zirkel-site .zk-footer {
  padding-top: 34px !important;
  padding-bottom: 20px !important;
}

/* If Squarespace injected an empty section directly after this homepage section, hide it */
body:not(.squarespace-editable):not(.squarespace-config) .page-section:has(.fe-6a4771bc43da8f4dbbfc8fd5) + .page-section:empty,
body:not(.squarespace-editable):not(.squarespace-config) .page-section:has(.fe-6a4771bc43da8f4dbbfc8fd5) + section:empty {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

/* =======================================================
   PRIVACY POLICY ONLY: remove Fluid Engine blank space
   Exact IDs from privacy policy page.
======================================================= */

body:not(.squarespace-editable):not(.squarespace-config) .fe-6a4786a75df6ee1ec67b8017,
body:not(.squarespace-editable):not(.squarespace-config) .page-section:has(.fe-6a4786a75df6ee1ec67b8017),
body:not(.squarespace-editable):not(.squarespace-config) .page-section:has(.fe-6a4786a75df6ee1ec67b8017) .content-wrapper,
body:not(.squarespace-editable):not(.squarespace-config) .page-section:has(.fe-6a4786a75df6ee1ec67b8017) .content {
  display: block !important;

  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;

  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;

  overflow: visible !important;
}

/* Turn privacy Fluid Engine grid into normal flow on live site */
body:not(.squarespace-editable):not(.squarespace-config) .fe-6a4786a75df6ee1ec67b8017 {
  display: block !important;
  grid-template-rows: none !important;
  grid-template-columns: none !important;
  row-gap: 0 !important;
  column-gap: 0 !important;
}

/* Exact privacy policy Code Block */
body:not(.squarespace-editable):not(.squarespace-config) .fe-block-yui_3_17_2_1_178307239536_454,
body:not(.squarespace-editable):not(.squarespace-config) #block-yui_3_17_2_1_178307239536_454 {
  display: block !important;
  position: relative !important;

  grid-area: auto !important;
  grid-row: auto !important;
  grid-column: auto !important;

  width: 100vw !important;
  max-width: 100vw !important;

  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;

  padding: 0 !important;
  margin: 0 !important;

  overflow: visible !important;
  transform: none !important;
}

/* Inner wrappers of the exact privacy Code Block */
body:not(.squarespace-editable):not(.squarespace-config) #block-yui_3_17_2_1_178307239536_454 .sqs-block-content,
body:not(.squarespace-editable):not(.squarespace-config) #block-yui_3_17_2_1_178307239536_454 .sqs-code-container {
  display: block !important;

  width: 100vw !important;
  max-width: 100vw !important;

  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;

  padding: 0 !important;
  margin: 0 !important;

  overflow: visible !important;
}

/* Remove bottom spacing from the privacy page itself */
body:not(.squarespace-editable):not(.squarespace-config) #block-yui_3_17_2_1_178307239536_454 #zirkel-site,
body:not(.squarespace-editable):not(.squarespace-config) #block-yui_3_17_2_1_178307239536_454 #zirkel-site main,
body:not(.squarespace-editable):not(.squarespace-config) #block-yui_3_17_2_1_178307239536_454 #zirkel-site .zk-legal-content-section,
body:not(.squarespace-editable):not(.squarespace-config) #block-yui_3_17_2_1_178307239536_454 #zirkel-site .zk-footer {
  margin-bottom: 0 !important;
}

/* Keep intentional footer padding */
body:not(.squarespace-editable):not(.squarespace-config) #block-yui_3_17_2_1_178307239536_454 #zirkel-site .zk-footer {
  padding-top: 34px !important;
  padding-bottom: 20px !important;
}

/* =======================================================
   ITERATION PATCH: HERO, FRAMEWORK, DARK INTRO, PROOF, TEAM
======================================================= */

/* Hero layout: reduce the empty space between text and framework */
#zirkel-site .zk-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.78fr);
  gap: 52px;
  align-items: start;
}

/* Make framework align with the text content, not the full hero division */
#zirkel-site .zk-framework {
  align-self: start;
  justify-self: stretch;
  max-width: 620px;
  margin-top: 8px;
  padding: 22px 24px;
  border-radius: 24px;
}

#zirkel-site .zk-framework-top {
  margin-bottom: 14px;
}

#zirkel-site .zk-flow {
  gap: 6px;
}

#zirkel-site .zk-flow-step {
  padding: 10px 14px;
  border-radius: 15px;
  font-size: 14px;
}

#zirkel-site .zk-flow-step span {
  font-size: 12px;
}

#zirkel-site .zk-arrow {
  font-size: 13px;
}

/* Dark intro text: bigger and aligned with the left statement */
#zirkel-site .zk-dark .zk-two-col {
  align-items: center;
}

#zirkel-site .zk-dark .zk-two-col > div:last-child p {
  max-width: 660px;
  margin-bottom: 16px;
  font-size: clamp(20px, 1.45vw, 25px);
  line-height: 1.42;
  color: #f1eadf;
}

#zirkel-site .zk-dark .zk-two-col > div:last-child p:last-child {
  margin-bottom: 0;
}

/* Proof: anonymized client label above case titles */
#zirkel-site .zk-case-client {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--zk-accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

#zirkel-site #proof .zk-card {
  min-height: 285px;
}

#zirkel-site #proof .zk-card h3 {
  margin-bottom: 8px;
}

/* Team photos: filled cards, less head cropping */
#zirkel-site .zk-member {
  height: 430px;
  background: var(--zk-paper);
}

#zirkel-site .zk-portrait {
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: var(--zk-paper);
}

#zirkel-site .zk-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: center 12% !important;
  background: transparent !important;
}

/* Individual fine-tuning: move photos lower in the card visually by giving more top room */
#zirkel-site .zk-team-grid .zk-member:nth-child(1) .zk-portrait img {
  object-position: center 10% !important;
}

#zirkel-site .zk-team-grid .zk-member:nth-child(2) .zk-portrait img {
  object-position: center 12% !important;
}

#zirkel-site .zk-team-grid .zk-member:nth-child(3) .zk-portrait img {
  object-position: center 10% !important;
}

#zirkel-site .zk-team-grid .zk-member:nth-child(4) .zk-portrait img {
  object-position: center 12% !important;
}

#zirkel-site .zk-member:hover .zk-portrait img {
  transform: scale(1.015);
  filter: brightness(0.76);
}

/* Remove old hover tags if still present */
#zirkel-site .zk-mini {
  display: none !important;
}

#zirkel-site .zk-overlay {
  padding: 22px;
  background: rgba(44, 38, 31, 0.86);
}

#zirkel-site .zk-overlay p {
  font-size: 14px;
  line-height: 1.48;
}

/* Footer info can wrap nicer with the longer company name/address */
#zirkel-site .zk-footer-info {
  max-width: 760px;
}

@media (max-width: 960px) {
  #zirkel-site .zk-hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  #zirkel-site .zk-framework {
    max-width: none;
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  #zirkel-site .zk-member {
    height: 395px;
  }
}

/* =======================================================
   TEAM PHOTO REFINEMENT
   Filled photos, minimal cropping, no colored side gaps.
======================================================= */

/* Make the cards a bit taller so more of each portrait is visible */
#zirkel-site .zk-member {
  height: 420px;
  background: var(--zk-paper);
}

/* Keep image filling the full card, but crop less aggressively */
#zirkel-site .zk-portrait {
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: var(--zk-paper);
}

#zirkel-site .zk-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: center 18% !important;
  background: transparent !important;
}

/* Individual fine-tuning per team member */
#zirkel-site .zk-team-grid .zk-member:nth-child(1) .zk-portrait img {
  object-position: center 14% !important;
}

#zirkel-site .zk-team-grid .zk-member:nth-child(2) .zk-portrait img {
  object-position: center 16% !important;
}

#zirkel-site .zk-team-grid .zk-member:nth-child(3) .zk-portrait img {
  object-position: center 14% !important;
}

#zirkel-site .zk-team-grid .zk-member:nth-child(4) .zk-portrait img {
  object-position: center 16% !important;
}

/* Slight zoom only on hover, not too much */
#zirkel-site .zk-member:hover .zk-portrait img {
  transform: scale(1.015);
  filter: brightness(0.76);
}

/* Keep overlay readable */
#zirkel-site .zk-overlay {
  background: rgba(44, 38, 31, 0.86);
}

/* Remove old hover tags if still present */
#zirkel-site .zk-mini {
  display: none !important;
}

/* Mobile: avoid too tall cards */
@media (max-width: 640px) {
  #zirkel-site .zk-member {
    height: 390px;
  }
}

/* -------------------------------------------------------
   Squarespace editor safety
   Keeps editor usable.
------------------------------------------------------- */

body.squarespace-editable #zirkel-site,
body.squarespace-config #zirkel-site,
body.sqs-frame-loaded #zirkel-site {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 600px !important;
  overflow: visible !important;
}

body.squarespace-editable .cookie-banner-manager,
body.squarespace-config .cookie-banner-manager,
body.sqs-frame-loaded .cookie-banner-manager {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  left: auto !important;
  bottom: auto !important;
  width: auto !important;
  height: auto !important;
  min-height: 20px !important;
  max-height: none !important;
  overflow: visible !important;
  pointer-events: auto !important;
  z-index: auto !important;
}

/* =======================================================
   SQUARESPACE EDITOR ONLY FIX
   Live site remains unchanged.
   Fixes empty homepage while editing.
======================================================= */

body.squarespace-config #zirkel-site,
body.squarespace-editable #zirkel-site,
body.sqs-frame-loaded #zirkel-site {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;

  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;

  height: auto !important;
  min-height: 1200px !important;
  max-height: none !important;

  margin: 0 !important;
  padding: 0 !important;

  overflow: visible !important;
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  transform: none !important;
  z-index: 1 !important;
}

/* Restore the Squarespace Code Block wrapper in edit mode */
body.squarespace-config .sqs-code-container,
body.squarespace-editable .sqs-code-container,
body.sqs-frame-loaded .sqs-code-container,
body.squarespace-config .sqs-block-code,
body.squarespace-editable .sqs-block-code,
body.sqs-frame-loaded .sqs-block-code,
body.squarespace-config .sqs-block-content,
body.squarespace-editable .sqs-block-content,
body.sqs-frame-loaded .sqs-block-content {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;

  height: auto !important;
  min-height: 1200px !important;
  max-height: none !important;

  width: 100% !important;
  max-width: 100% !important;

  overflow: visible !important;
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  transform: none !important;
}

/* Restore Fluid Engine block in edit mode */
body.squarespace-config .fluid-engine,
body.squarespace-editable .fluid-engine,
body.sqs-frame-loaded .fluid-engine,
body.squarespace-config .fe-block,
body.squarespace-editable .fe-block,
body.sqs-frame-loaded .fe-block,
body.squarespace-config [class*="fe-block"],
body.squarespace-editable [class*="fe-block"],
body.sqs-frame-loaded [class*="fe-block"] {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;

  height: auto !important;
  min-height: 1200px !important;
  max-height: none !important;

  overflow: visible !important;
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  transform: none !important;
}

/* Make sure the actual page sections are visible in editor */
body.squarespace-config .page-section,
body.squarespace-editable .page-section,
body.sqs-frame-loaded .page-section,
body.squarespace-config section,
body.squarespace-editable section,
body.sqs-frame-loaded section,
body.squarespace-config .content-wrapper,
body.squarespace-editable .content-wrapper,
body.sqs-frame-loaded .content-wrapper {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;

  height: auto !important;
  min-height: 100px !important;
  max-height: none !important;

  overflow: visible !important;
}

/* Keep Squarespace editor controls clickable */
body.squarespace-config [class*="sqs-"],
body.squarespace-editable [class*="sqs-"],
body.sqs-frame-loaded [class*="sqs-"],
body.squarespace-config [data-sqsp-block],
body.squarespace-editable [data-sqsp-block],
body.sqs-frame-loaded [data-sqsp-block] {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

/* Do not hide the cookie manager while editing */
body.squarespace-config .cookie-banner-manager,
body.squarespace-editable .cookie-banner-manager,
body.sqs-frame-loaded .cookie-banner-manager {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;

  position: relative !important;
  left: auto !important;
  bottom: auto !important;

  width: auto !important;
  height: auto !important;
  min-height: 20px !important;
  max-height: none !important;

  overflow: visible !important;
  pointer-events: auto !important;
  z-index: auto !important;
}

/* -------------------------------------------------------
   Responsive
------------------------------------------------------- */

@media (max-width: 1100px) {
  #zirkel-site .zk-approach {
    grid-template-columns: repeat(3, 1fr);
  }

  #zirkel-site .zk-team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 960px) {
  #zirkel-site .zk-container {
    width: min(100vw - 48px, 1500px) !important;
  }

  #zirkel-site .zk-hero-grid,
  #zirkel-site .zk-two-col,
  #zirkel-site .zk-about-intro {
    grid-template-columns: 1fr;
  }

  #zirkel-site .zk-hero-grid {
    gap: 44px;
  }

  #zirkel-site .zk-cards,
  #zirkel-site .zk-case-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  #zirkel-site .zk-nav-links {
    display: none;
  }

  #zirkel-site .zk-footer-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  #zirkel-site .zk-footer-links {
    justify-content: flex-start;
  }

  #zirkel-site .zk-footer-bottom {
    flex-direction: column;
    gap: 6px;
  }
}

@media (max-width: 640px) {
  #zirkel-site .zk-container {
    width: min(100vw - 28px, 1500px) !important;
  }

  #zirkel-site .zk-nav {
    height: 78px;
  }

  #zirkel-site .zk-logo-img {
    height: 42px;
  }

  #zirkel-site .zk-section,
  #zirkel-site .zk-hero {
    padding: 60px 0;
  }

  #zirkel-site .zk-cards,
  #zirkel-site .zk-case-grid,
  #zirkel-site .zk-team-grid,
  #zirkel-site .zk-approach {
    grid-template-columns: 1fr;
  }

  #zirkel-site .zk-actions {
    flex-direction: column;
  }

  #zirkel-site .zk-btn {
    width: 100%;
  }

  #zirkel-site .zk-member {
    height: 330px;
  }

  #zirkel-site .zk-about-intro,
  #zirkel-site .zk-framework,
  #zirkel-site .zk-legal-card {
    padding: 22px;
  }

  #zirkel-site .zk-footer-logo img {
    height: 38px;
  }

  #zirkel-site .zk-legal-hero {
    padding: 64px 0 36px;
  }

  #zirkel-site .zk-legal-content-section {
    padding-bottom: 64px;
  }

  #zirkel-site .zk-legal-card {
    border-radius: 22px;
  }

  #zirkel-site .zk-legal-card h2 {
    font-size: 21px;
  }
}

/* =======================================================
   CONTENT FEEDBACK PATCH
   Smaller framework card, cleaner team photos, no hover tags.
======================================================= */

/* Make the Zirkel Framework card visually lighter and closer to hero text height */
#zirkel-site .zk-framework {
  max-width: 520px;
  justify-self: end;
  padding: 22px;
  border-radius: 24px;
}

#zirkel-site .zk-flow {
  gap: 7px;
}

#zirkel-site .zk-flow-step {
  padding: 11px 14px;
  border-radius: 15px;
  font-size: 14px;
}

#zirkel-site .zk-flow-step span {
  font-size: 12px;
}

#zirkel-site .zk-arrow {
  font-size: 14px;
}

/* Team photos: use equal card size and show faces more naturally */
#zirkel-site .zk-member {
  height: 330px;
}

#zirkel-site .zk-portrait img {
  object-fit: cover;
  object-position: center top;
}

/* Keep hover text only, remove visual tag styling if any old tags remain */
#zirkel-site .zk-mini {
  display: none !important;
}

/* Slightly longer overlay text support */
#zirkel-site .zk-overlay {
  padding: 22px;
}

#zirkel-site .zk-overlay p {
  font-size: 14px;
  line-height: 1.48;
}

/* Footer info can wrap nicer with the longer company name/address */
#zirkel-site .zk-footer-info {
  max-width: 760px;
}

/* Proof section cards with many cases */
#zirkel-site #proof .zk-card {
  min-height: 250px;
}

/* Slightly better spacing for the combined Proof section */
#zirkel-site #proof .zk-section-head {
  max-width: 920px;
}

/* Make the long footer address feel intentional */
#zirkel-site .zk-footer-row {
  grid-template-columns: auto minmax(420px, 1fr) auto;
}

@media (max-width: 960px) {
  #zirkel-site .zk-framework {
    justify-self: stretch;
    max-width: none;
  }

  #zirkel-site .zk-footer-row {
    grid-template-columns: 1fr;
  }
}

/* =======================================================
   FINAL HERO / ZIRKEL FRAMEWORK ALIGNMENT FIX
   Smaller framework, balanced spacing.
======================================================= */

#zirkel-site .zk-hero-grid {
  grid-template-columns: minmax(0, 1.06fr) minmax(440px, 0.74fr) !important;
  gap: 64px !important;
  align-items: start !important;
}

#zirkel-site .zk-hero-grid > div:first-child {
  max-width: 820px !important;
}

#zirkel-site .zk-framework {
  align-self: start !important;
  justify-self: start !important;

  width: 100% !important;
  max-width: 540px !important;

  margin-top: 8px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;

  padding: 20px 22px !important;
  border-radius: 22px !important;
}

#zirkel-site .zk-framework-top {
  margin-bottom: 12px !important;
}

#zirkel-site .zk-flow {
  gap: 5px !important;
}

#zirkel-site .zk-flow-step {
  padding: 9px 13px !important;
  border-radius: 14px !important;
  font-size: 13px !important;
  line-height: 1.22 !important;
}

#zirkel-site .zk-flow-step span {
  font-size: 11px !important;
}

#zirkel-site .zk-arrow {
  font-size: 12px !important;
  line-height: 1 !important;
}

@media (max-width: 960px) {
  #zirkel-site .zk-hero-grid {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }

  #zirkel-site .zk-framework {
    width: 100% !important;
    max-width: none !important;
    margin-top: 0 !important;
  }
}

/* Responsive: stack normally on tablets/mobile */
@media (max-width: 960px) {
  #zirkel-site .zk-hero-grid {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }

  #zirkel-site .zk-framework {
    width: 100% !important;
    max-width: none !important;
    margin-top: 0 !important;
  }
}

/* Responsive: stack normally on tablets/mobile */
@media (max-width: 960px) {
  #zirkel-site .zk-hero-grid {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }

  #zirkel-site .zk-framework {
    width: 100% !important;
    max-width: none !important;
    margin-top: 0 !important;
  }
}

/* =======================================================
   ZDM PRODUCT PAGE
======================================================= */

#zirkel-site.zk-product-page .zk-product-hero {
  padding: 96px 0 92px;
  border-top: 0;
}

#zirkel-site .zk-product-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.72fr);
  gap: 64px;
  align-items: start;
}

#zirkel-site.zk-product-page h1 {
  max-width: 920px;
}

#zirkel-site.zk-product-page h1 span {
  margin-top: 10px;
}

#zirkel-site .zk-product-panel {
  padding: 26px;
  border: 1px solid var(--zk-line);
  border-radius: 28px;
  background: var(--zk-paper);
  box-shadow: 0 24px 70px rgba(20, 20, 20, 0.07);
}

#zirkel-site .zk-product-panel-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

#zirkel-site .zk-product-panel-top span {
  color: var(--zk-accent);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

#zirkel-site .zk-product-panel-top small {
  color: var(--zk-muted);
}

#zirkel-site .zk-product-checks {
  display: grid;
  gap: 10px;
}

#zirkel-site .zk-product-checks div {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid var(--zk-line);
  border-radius: 16px;
  background: linear-gradient(135deg, #FFFFFF, #F1E8DA);
}

#zirkel-site .zk-product-checks b {
  color: var(--zk-accent);
  font-size: 13px;
}

#zirkel-site .zk-product-checks span {
  color: var(--zk-ink);
  font-weight: 700;
}

#zirkel-site .zk-product-video-section {
  background: var(--zk-soft);
}

#zirkel-site .zk-video-card {
  overflow: hidden;
  border: 1px solid var(--zk-line);
  border-radius: 28px;
  background: var(--zk-paper);
  box-shadow: 0 22px 60px rgba(30, 25, 18, 0.08);
}

#zirkel-site .zk-video-card video,
#zirkel-site .zk-video-card iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  background: #000;
}

#zirkel-site .zk-video-note {
  margin: 14px 0 0;
  color: var(--zk-muted);
  font-size: 13px;
}

@media (max-width: 960px) {
  #zirkel-site .zk-product-hero-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }
}

@media (max-width: 640px) {
  #zirkel-site.zk-product-page .zk-product-hero {
    padding: 64px 0;
  }

  #zirkel-site .zk-product-panel {
    padding: 22px;
  }

  #zirkel-site .zk-product-checks div {
    grid-template-columns: 36px 1fr;
    padding: 12px 14px;
  }
}
/* =======================================================
   ZDM PAGE WIDTH FIX
   Removes left blank space and right-side cut-off.
======================================================= */

/* Product/ZDM page should use normal full width, not forced 100vw */
#zirkel-site.zk-product-page {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  overflow-x: hidden !important;
}

/* Prevent inner content from exceeding viewport */
#zirkel-site.zk-product-page .zk-container {
  width: min(1500px, calc(100% - 8vw)) !important;
  max-width: 1500px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Fix Squarespace wrapper around the ZDM page code block */
body:not(.squarespace-editable):not(.squarespace-config):has(#zirkel-site.zk-product-page) .page-section:has(#zirkel-site.zk-product-page),
body:not(.squarespace-editable):not(.squarespace-config):has(#zirkel-site.zk-product-page) .page-section:has(#zirkel-site.zk-product-page) .content-wrapper,
body:not(.squarespace-editable):not(.squarespace-config):has(#zirkel-site.zk-product-page) .page-section:has(#zirkel-site.zk-product-page) .content,
body:not(.squarespace-editable):not(.squarespace-config):has(#zirkel-site.zk-product-page) .page-section:has(#zirkel-site.zk-product-page) .sqs-layout,
body:not(.squarespace-editable):not(.squarespace-config):has(#zirkel-site.zk-product-page) .page-section:has(#zirkel-site.zk-product-page) .sqs-row,
body:not(.squarespace-editable):not(.squarespace-config):has(#zirkel-site.zk-product-page) .page-section:has(#zirkel-site.zk-product-page) .sqs-col-12,
body:not(.squarespace-editable):not(.squarespace-config):has(#zirkel-site.zk-product-page) .page-section:has(#zirkel-site.zk-product-page) .sqs-block,
body:not(.squarespace-editable):not(.squarespace-config):has(#zirkel-site.zk-product-page) .page-section:has(#zirkel-site.zk-product-page) .sqs-block-content,
body:not(.squarespace-editable):not(.squarespace-config):has(#zirkel-site.zk-product-page) .page-section:has(#zirkel-site.zk-product-page) .sqs-code-container {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow-x: hidden !important;
}

/* Safety: no element inside ZDM page should create horizontal scroll */
#zirkel-site.zk-product-page,
#zirkel-site.zk-product-page main,
#zirkel-site.zk-product-page section,
#zirkel-site.zk-product-page .zk-product-hero-grid,
#zirkel-site.zk-product-page .zk-cards,
#zirkel-site.zk-product-page .zk-footer,
#zirkel-site.zk-product-page .zk-header {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

/* Mobile/tablet container */
@media (max-width: 960px) {
  #zirkel-site.zk-product-page .zk-container {
    width: min(100% - 48px, 1500px) !important;
  }
}

@media (max-width: 640px) {
  #zirkel-site.zk-product-page .zk-container {
    width: min(100% - 28px, 1500px) !important;
  }
}
/* =======================================================
   ZDM PAGE EXACT BLANK SPACE FIX
   Exact Fluid Engine IDs from the ZDM page.
======================================================= */

/* Exact ZDM Fluid Engine wrapper */
body:not(.squarespace-editable):not(.squarespace-config) .fe-6a47c50be51bcc1a4070fe48,
body:not(.squarespace-editable):not(.squarespace-config) .page-section:has(.fe-6a47c50be51bcc1a4070fe48),
body:not(.squarespace-editable):not(.squarespace-config) .page-section:has(.fe-6a47c50be51bcc1a4070fe48) .content-wrapper,
body:not(.squarespace-editable):not(.squarespace-config) .page-section:has(.fe-6a47c50be51bcc1a4070fe48) .content {
  display: block !important;

  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;

  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;

  overflow: visible !important;
}

/* Turn ZDM Fluid Engine grid into normal flow */
body:not(.squarespace-editable):not(.squarespace-config) .fe-6a47c50be51bcc1a4070fe48 {
  display: block !important;
  grid-template-rows: none !important;
  grid-template-columns: none !important;
  row-gap: 0 !important;
  column-gap: 0 !important;
}

/* Exact ZDM Code Block */
body:not(.squarespace-editable):not(.squarespace-config) .fe-block-yui_3_17_2_1_178308835895_454,
body:not(.squarespace-editable):not(.squarespace-config) #block-yui_3_17_2_1_178308835895_454 {
  display: block !important;
  position: relative !important;

  grid-area: auto !important;
  grid-row: auto !important;
  grid-column: auto !important;

  width: 100% !important;
  max-width: 100% !important;

  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;

  padding: 0 !important;
  margin: 0 !important;

  overflow: visible !important;
  transform: none !important;
}

/* Inner wrappers of the exact ZDM Code Block */
body:not(.squarespace-editable):not(.squarespace-config) #block-yui_3_17_2_1_178308835895_454 .sqs-block-content,
body:not(.squarespace-editable):not(.squarespace-config) #block-yui_3_17_2_1_178308835895_454 .sqs-code-container {
  display: block !important;

  width: 100% !important;
  max-width: 100% !important;

  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;

  padding: 0 !important;
  margin: 0 !important;

  overflow: visible !important;
}

/* Remove bottom spacing from the coded ZDM page itself */
body:not(.squarespace-editable):not(.squarespace-config) #block-yui_3_17_2_1_178308835895_454 #zirkel-site,
body:not(.squarespace-editable):not(.squarespace-config) #block-yui_3_17_2_1_178308835895_454 #zirkel-site main,
body:not(.squarespace-editable):not(.squarespace-config) #block-yui_3_17_2_1_178308835895_454 #zirkel-site .zk-cta,
body:not(.squarespace-editable):not(.squarespace-config) #block-yui_3_17_2_1_178308835895_454 #zirkel-site .zk-footer {
  margin-bottom: 0 !important;
}

/* Keep intentional footer padding */
body:not(.squarespace-editable):not(.squarespace-config) #block-yui_3_17_2_1_178308835895_454 #zirkel-site .zk-footer {
  padding-top: 34px !important;
  padding-bottom: 20px !important;
}

/* Hide empty section directly after the ZDM page, if Squarespace added one */
body:not(.squarespace-editable):not(.squarespace-config) .page-section:has(.fe-6a47c50be51bcc1a4070fe48) + .page-section:empty,
body:not(.squarespace-editable):not(.squarespace-config) .page-section:has(.fe-6a47c50be51bcc1a4070fe48) + section:empty {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

/* =======================================================
   ZDM VIDEO EMBED - CLEAN VERSION
   Use this with either a real public MP4 <video> source
   or an external iframe such as Vimeo/YouTube.
   Do not use manually copied Squarespace .sqs-native-video markup here.
======================================================= */

#zirkel-site .zk-video-card {
  position: relative !important;
  width: 100% !important;
  overflow: hidden !important;
  border: 1px solid var(--zk-line) !important;
  border-radius: 28px !important;
  background: #000 !important;
  box-shadow: 0 22px 60px rgba(30, 25, 18, 0.08) !important;
}

#zirkel-site .zk-video-card video,
#zirkel-site .zk-video-card iframe {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  height: auto !important;
  min-height: 0 !important;
  border: 0 !important;
  background: #000 !important;
}

#zirkel-site .zk-video-card iframe {
  height: auto !important;
}

#zirkel-site .zk-video-card video {
  pointer-events: auto !important;
}

#zirkel-site .zk-product-video-section {
  background: var(--zk-soft) !important;
}

#zirkel-site .zk-video-note {
  margin: 14px 0 0 !important;
  color: var(--zk-muted) !important;
  font-size: 13px !important;
}


/* =======================================================
   LANGUAGE SWITCHER
======================================================= */
#zirkel-site .zk-nav-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}
#zirkel-site .zk-language-switcher {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-shrink: 0;
  padding-left: 20px;
  border-left: 1px solid rgba(255,255,255,.16);
}
#zirkel-site .zk-language-switcher a {
  position: relative;
  padding: 5px 0;
  color: rgba(255,255,255,.52);
  font-size: 12px;
  font-weight: 750;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: color .18s ease;
}
#zirkel-site .zk-language-switcher a:hover,
#zirkel-site .zk-language-switcher a.is-active { color:#fff; }
#zirkel-site .zk-language-switcher a.is-active::after {
  content:"";
  position:absolute;
  left:0; right:0; bottom:-5px;
  height:1px;
  background:var(--zk-accent-hover);
}
#zirkel-site .zk-language-switcher span {
  display:block;
  width:1px;
  height:12px;
  background:rgba(255,255,255,.18);
}
@media (max-width:1100px) {
  #zirkel-site .zk-nav-links { gap:18px; font-size:14px; }
  #zirkel-site .zk-nav-right { gap:20px; }
  #zirkel-site .zk-language-switcher { padding-left:16px; }
}
@media (max-width:960px) {
  #zirkel-site .zk-nav-right { margin-left:auto; }
  #zirkel-site .zk-language-switcher { padding-left:0; border-left:0; }
}
@media (max-width:640px) {
  #zirkel-site .zk-language-switcher { gap:7px; }
  #zirkel-site .zk-language-switcher a { font-size:11px; }
  #zirkel-site .zk-language-switcher span { height:10px; }
}
/* =======================================================
   ALL PRIVACY POLICY PAGES
   Remove Squarespace Fluid Engine blank space after footer
======================================================= */

body:not(.squarespace-editable):not(.squarespace-config):has(#zirkel-site.zk-legal-page)
.page-section:has(#zirkel-site.zk-legal-page),

body:not(.squarespace-editable):not(.squarespace-config):has(#zirkel-site.zk-legal-page)
.page-section:has(#zirkel-site.zk-legal-page) .content-wrapper,

body:not(.squarespace-editable):not(.squarespace-config):has(#zirkel-site.zk-legal-page)
.page-section:has(#zirkel-site.zk-legal-page) .content,

body:not(.squarespace-editable):not(.squarespace-config):has(#zirkel-site.zk-legal-page)
.page-section:has(#zirkel-site.zk-legal-page) .sqs-layout,

body:not(.squarespace-editable):not(.squarespace-config):has(#zirkel-site.zk-legal-page)
.page-section:has(#zirkel-site.zk-legal-page) .sqs-row,

body:not(.squarespace-editable):not(.squarespace-config):has(#zirkel-site.zk-legal-page)
.page-section:has(#zirkel-site.zk-legal-page) .sqs-col-12,

body:not(.squarespace-editable):not(.squarespace-config):has(#zirkel-site.zk-legal-page)
.page-section:has(#zirkel-site.zk-legal-page) .sqs-block,

body:not(.squarespace-editable):not(.squarespace-config):has(#zirkel-site.zk-legal-page)
.page-section:has(#zirkel-site.zk-legal-page) .sqs-block-content,

body:not(.squarespace-editable):not(.squarespace-config):has(#zirkel-site.zk-legal-page)
.page-section:has(#zirkel-site.zk-legal-page) .sqs-code-container,

body:not(.squarespace-editable):not(.squarespace-config):has(#zirkel-site.zk-legal-page)
.page-section:has(#zirkel-site.zk-legal-page) .fluid-engine,

body:not(.squarespace-editable):not(.squarespace-config):has(#zirkel-site.zk-legal-page)
.page-section:has(#zirkel-site.zk-legal-page) .fe-block,

body:not(.squarespace-editable):not(.squarespace-config):has(#zirkel-site.zk-legal-page)
.page-section:has(#zirkel-site.zk-legal-page) [class*="fe-block"] {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;

  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;

  overflow: visible !important;
}

/* Turn the containing Fluid Engine grid into normal document flow */
body:not(.squarespace-editable):not(.squarespace-config):has(#zirkel-site.zk-legal-page)
.page-section:has(#zirkel-site.zk-legal-page) .fluid-engine {
  display: block !important;
  grid-template-rows: none !important;
  grid-template-columns: none !important;
  row-gap: 0 !important;
  column-gap: 0 !important;
}

/* Normalize the Code Block containing the privacy page */
body:not(.squarespace-editable):not(.squarespace-config):has(#zirkel-site.zk-legal-page)
.page-section:has(#zirkel-site.zk-legal-page) .fe-block,

body:not(.squarespace-editable):not(.squarespace-config):has(#zirkel-site.zk-legal-page)
.page-section:has(#zirkel-site.zk-legal-page) [class*="fe-block"] {
  display: block !important;
  position: relative !important;

  grid-area: auto !important;
  grid-row: auto !important;
  grid-column: auto !important;

  width: 100% !important;
  max-width: 100% !important;

  transform: none !important;
}

/* Ensure the coded page and footer end naturally */
body:not(.squarespace-editable):not(.squarespace-config)
#zirkel-site.zk-legal-page,

body:not(.squarespace-editable):not(.squarespace-config)
#zirkel-site.zk-legal-page main,

body:not(.squarespace-editable):not(.squarespace-config)
#zirkel-site.zk-legal-page .zk-legal-content-section,

body:not(.squarespace-editable):not(.squarespace-config)
#zirkel-site.zk-legal-page .zk-footer {
  margin-bottom: 0 !important;
}

/* Keep the intentional footer spacing */
body:not(.squarespace-editable):not(.squarespace-config)
#zirkel-site.zk-legal-page .zk-footer {
  padding-top: 34px !important;
  padding-bottom: 20px !important;
}

/* Hide a genuinely empty Squarespace section directly afterwards */
body:not(.squarespace-editable):not(.squarespace-config):has(#zirkel-site.zk-legal-page)
.page-section:has(#zirkel-site.zk-legal-page) + .page-section:empty,

body:not(.squarespace-editable):not(.squarespace-config):has(#zirkel-site.zk-legal-page)
.page-section:has(#zirkel-site.zk-legal-page) + section:empty {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}
/* =======================================================
   GERMAN HOME — MOBILE RESPONSIVENESS FIX
======================================================= */

@media (max-width: 960px) {
  #zirkel-site {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  #zirkel-site .zk-container {
    width: calc(100% - 40px) !important;
    max-width: none !important;
  }

  #zirkel-site .zk-hero-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 36px !important;
  }

  #zirkel-site .zk-hero-grid > div,
  #zirkel-site .zk-two-col > div,
  #zirkel-site .zk-about-intro > div {
    min-width: 0 !important;
  }

  #zirkel-site .zk-framework {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    justify-self: stretch !important;
  }

  #zirkel-site .zk-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  #zirkel-site .zk-card,
  #zirkel-site .zk-step,
  #zirkel-site .zk-member {
    min-width: 0 !important;
  }

  #zirkel-site h1,
  #zirkel-site h2,
  #zirkel-site h3,
  #zirkel-site p,
  #zirkel-site .zk-tagline,
  #zirkel-site .zk-case-client {
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
  }
}

@media (max-width: 640px) {
  #zirkel-site .zk-container {
    width: calc(100% - 28px) !important;
  }

  #zirkel-site .zk-nav {
    height: 72px !important;
    gap: 12px;
  }

  #zirkel-site .zk-logo-img {
    height: 38px !important;
    max-width: 130px;
    object-fit: contain;
  }

  #zirkel-site .zk-nav-right {
    min-width: 0;
    gap: 8px !important;
  }

  #zirkel-site .zk-language-switcher {
    gap: 6px !important;
    padding-left: 0 !important;
    border-left: 0 !important;
  }

  #zirkel-site .zk-language-switcher a {
    padding: 8px 2px !important;
    font-size: 10px !important;
  }

  #zirkel-site .zk-language-switcher span {
    height: 10px !important;
  }

  #zirkel-site .zk-hero {
    padding: 52px 0 56px !important;
  }

  #zirkel-site .zk-section {
    padding: 54px 0 !important;
  }

  #zirkel-site h1 {
    max-width: 100% !important;
    margin-bottom: 20px !important;
    font-size: clamp(38px, 11vw, 52px) !important;
    line-height: 1.02 !important;
    letter-spacing: -0.045em !important;
  }

  #zirkel-site h1 span {
    margin-top: 6px;
  }

  #zirkel-site h2 {
    font-size: clamp(30px, 9vw, 40px) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.035em !important;
  }

  #zirkel-site h3 {
    font-size: 20px !important;
  }

  #zirkel-site .zk-lead {
    font-size: 17px !important;
    line-height: 1.55 !important;
  }

  #zirkel-site .zk-eyebrow {
    font-size: 10px !important;
    letter-spacing: 0.12em !important;
  }

  #zirkel-site .zk-framework {
    padding: 18px !important;
    border-radius: 20px !important;
  }

  #zirkel-site .zk-framework-top {
    display: grid !important;
    gap: 4px !important;
  }

  #zirkel-site .zk-framework-top strong,
  #zirkel-site .zk-framework-top small {
    min-width: 0;
  }

  #zirkel-site .zk-flow-step {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 10px !important;
    align-items: center !important;
    padding: 11px 12px !important;
  }

  #zirkel-site .zk-flow-step span {
    text-align: right;
    white-space: normal;
  }

  #zirkel-site .zk-two-col,
  #zirkel-site .zk-about-intro {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 26px !important;
  }

  #zirkel-site .zk-statement {
    font-size: clamp(28px, 8vw, 36px) !important;
  }

  #zirkel-site .zk-dark .zk-two-col > div:last-child p {
    font-size: 18px !important;
  }

  #zirkel-site .zk-cards,
  #zirkel-site .zk-team-grid,
  #zirkel-site .zk-approach {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  #zirkel-site .zk-card {
    min-height: 0 !important;
    padding: 20px !important;
  }

  #zirkel-site #proof .zk-card {
    min-height: 0 !important;
  }

  #zirkel-site .zk-about-intro {
    padding: 22px !important;
  }

  #zirkel-site .zk-pills,
  #zirkel-site .zk-chips {
    align-items: stretch;
  }

  #zirkel-site .zk-pill,
  #zirkel-site .zk-chip {
    max-width: 100%;
    white-space: normal;
  }

  #zirkel-site .zk-member {
    height: 390px !important;
  }

  #zirkel-site .zk-overlay {
    padding: 20px !important;
  }

  #zirkel-site .zk-overlay p {
    font-size: 13px !important;
    line-height: 1.45 !important;
  }

  #zirkel-site .zk-cta {
    padding: 60px 0 !important;
  }

  #zirkel-site .zk-cta p {
    font-size: 17px !important;
  }

  #zirkel-site .zk-footer {
    padding: 30px 0 18px !important;
  }

  #zirkel-site .zk-footer-row {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 18px !important;
  }

  #zirkel-site .zk-footer-info {
    display: grid !important;
    align-items: start !important;
    gap: 6px !important;
  }

  #zirkel-site .zk-footer-links {
    justify-content: flex-start !important;
  }

  #zirkel-site .zk-footer-bottom {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}

@media (max-width: 390px) {
  #zirkel-site .zk-container {
    width: calc(100% - 22px) !important;
  }

  #zirkel-site .zk-logo-img {
    height: 34px !important;
    max-width: 112px;
  }

  #zirkel-site h1 {
    font-size: 36px !important;
  }

  #zirkel-site h2 {
    font-size: 29px !important;
  }

  #zirkel-site .zk-flow-step {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 2px !important;
  }

  #zirkel-site .zk-flow-step span {
    text-align: left;
  }
}
/* =======================================================
   STANDALONE HOSTING ONLY
   Minimal browser reset + mobile menu + cookie UI.
   No Zirkel visual typography/layout values are overridden.
======================================================= */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
}
body { background: #F8F3EA; }

/* Static-site mobile menu button (Squarespace did not need this). */
#zirkel-site .zk-menu-toggle {
  display: none;
  width: 38px;
  height: 38px;
  padding: 8px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
#zirkel-site .zk-menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 4px auto;
  background: #fff;
  transform-origin: center;
  transition: transform .2s ease, opacity .2s ease;
}
@media (max-width: 960px) {
  #zirkel-site .zk-menu-toggle { display: block; }
  #zirkel-site .zk-nav-right {
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding: 20px 24px 24px;
    background: var(--zk-header);
    border-top: 1px solid rgba(255,255,255,.1);
  }
  #zirkel-site .zk-header.is-open .zk-nav-right { display: flex; }
  #zirkel-site .zk-nav-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  #zirkel-site .zk-language-switcher { padding-left: 0; border-left: 0; }
  #zirkel-site .zk-menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  #zirkel-site .zk-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  #zirkel-site .zk-menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
}
@media (max-width: 640px) {
  #zirkel-site .zk-nav-right { top: 72px; }
}

/* Standalone cookie consent UI. */
.zk-cookie-banner {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2147483000;
}
.zk-cookie-banner[hidden], .zk-cookie-modal[hidden] { display: none !important; }
.zk-cookie-banner-inner {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 22px;
  align-items: center;
  border: 1px solid #DED0BC;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(27,23,18,.18);
  color: #1B1712;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}
.zk-cookie-copy p { margin: 0; color: #4d463e; font-size: 14px; line-height: 1.5; }
.zk-cookie-actions { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.zk-cookie-actions button, .zk-cookie-save {
  min-height: 38px;
  padding: 10px 15px;
  border: 1px solid #1B1712;
  border-radius: 999px;
  background: #1B1712;
  color: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 650;
  cursor: pointer;
}
.zk-cookie-actions .zk-cookie-secondary { background: transparent; color: #1B1712; border-color: #DED0BC; }
.zk-cookie-modal { position: fixed; inset: 0; z-index: 2147483647; display: grid; place-items: center; padding: 20px; }
.zk-cookie-backdrop { position: absolute; inset: 0; background: rgba(27,23,18,.52); }
.zk-cookie-dialog {
  position: relative;
  width: min(620px, 100%);
  max-height: min(760px, calc(100vh - 40px));
  overflow: auto;
  padding: 28px;
  border-radius: 24px;
  background: #fff;
  color: #1B1712;
  box-shadow: 0 30px 90px rgba(0,0,0,.28);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}
.zk-cookie-dialog h2 { margin: 0 40px 10px 0; font-size: 28px !important; line-height: 1.1 !important; letter-spacing: -.03em !important; }
.zk-cookie-dialog > p { color: #70675C; }
.zk-cookie-close { position: absolute; top: 16px; right: 16px; width: 36px; height: 36px; border: 0; border-radius: 50%; background: transparent; color: #1B1712; font-size: 24px; line-height: 1; cursor: pointer; }
.zk-cookie-option { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 20px; align-items: center; padding: 18px 0; border-top: 1px solid #DED0BC; }
.zk-cookie-option strong { display: block; margin-bottom: 4px; }
.zk-cookie-option p { margin: 0; color: #70675C; font-size: 14px; }
.zk-cookie-option input { width: 20px; height: 20px; accent-color: #B4874A; }
.zk-cookie-always { color: #70675C; font-size: 12px; font-weight: 700; }
.zk-cookie-save { margin-top: 12px; }
.zk-consent-placeholder { min-height: 360px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; padding: 30px; text-align: center; background: #2c261f; color: #fff; }
.zk-consent-placeholder p { max-width: 520px; margin: 0; color: rgba(255,255,255,.82); }
@media (max-width:760px) {
  .zk-cookie-banner { left:10px; right:10px; bottom:10px; }
  .zk-cookie-banner-inner { width:auto; margin:0; padding:16px; grid-template-columns:1fr; gap:14px; }
  .zk-cookie-actions { justify-content:stretch; }
  .zk-cookie-actions button { flex:1 1 auto; }
  .zk-cookie-dialog { padding:22px; }
}

/* COOKIE CONSENT FIX */

.zk-cookie-modal {
  display: none;
}

.zk-cookie-modal.is-open {
  display: grid;
}

.zk-cookie-modal[aria-hidden="true"] {
  display: none !important;
}

.zk-cookie-modal[aria-hidden="false"] {
  display: grid;
}

.zk-cookie-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(27, 23, 18, 0.52);
}

.zk-cookie-banner-inner > p {
  margin: 0;
  color: #4d463e;
  font-size: 14px;
  line-height: 1.5;
}

#zk-back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1000;

  width: 44px;
  height: 44px;

  border: 1px solid var(--zk-line);
  border-radius: 50%;

  background: var(--zk-paper);
  color: var(--zk-ink);

  font-size: 18px;
  line-height: 1;

  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;

  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);

  box-shadow: 0 8px 24px rgba(30, 25, 18, 0.12);

  transition:
    opacity 0.2s ease,
    visibility 0.2s ease,
    transform 0.2s ease,
    background 0.2s ease;
}

#zk-back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#zk-back-to-top:hover {
  background: var(--zk-soft);
}

@media (max-width: 640px) {
  #zk-back-to-top {
    right: 16px;
    bottom: 16px;
    width: 40px;
    height: 40px;
  }
}