:root {
  --zn-ink: #14231d;
  --zn-green: #087a50;
  --zn-green-dark: #07583c;
  --zn-red: #c7353f;
  --zn-cream: #f5f1e9;
  --zn-sand: #e7ddcf;
  --zn-white: #ffffff;
  --zn-muted: #64706b;
  --zn-shadow: 0 18px 50px rgba(20, 35, 29, .10);
}

html { scroll-behavior: smooth; }
body { color: var(--zn-ink); }
.wp-site-blocks { overflow: clip; }
.zn-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.zn-site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid rgba(20, 35, 29, .09);
  backdrop-filter: blur(14px);
}
.zn-header-inner { min-height: 86px; gap: 28px; }
.zn-brand { gap: 12px; min-width: 245px; }
.zn-brand img { width: 58px; height: 58px; object-fit: contain; border-radius: 50%; }
.zn-brand-name { margin: 0; font-size: 1.1rem; font-weight: 700; line-height: 1.05; letter-spacing: -.02em; }
.zn-brand-tagline { margin: 3px 0 0; color: var(--zn-muted); font-size: .78rem; }
.zn-site-header .wp-block-navigation { flex: 1; }
.zn-site-header .wp-block-navigation-item__content { font-size: .93rem; font-weight: 600; }
.zn-site-header .wp-block-navigation-item__content:hover { color: var(--zn-green); }
.zn-phone a, .zn-primary-button .wp-block-button__link { background: var(--zn-green); color: #fff !important; border: 0; border-radius: 999px; padding: .82rem 1.22rem; font-weight: 700; }
.zn-phone a:hover, .zn-primary-button .wp-block-button__link:hover { background: var(--zn-green-dark); transform: translateY(-1px); }
.zn-outline-button .wp-block-button__link { background: transparent; color: #fff !important; border: 1px solid rgba(255,255,255,.75); border-radius: 999px; padding: .82rem 1.22rem; }
.zn-outline-button .wp-block-button__link:hover { background: #fff; color: var(--zn-ink) !important; }

.zn-hero { min-height: 720px; display: flex; align-items: center; }
.zn-hero .wp-block-cover__background { background: linear-gradient(90deg, rgba(10,24,18,.88) 0%, rgba(10,24,18,.58) 48%, rgba(10,24,18,.18) 100%) !important; opacity: 1 !important; }
.zn-hero__content { width: min(1180px, calc(100% - 40px)); margin-inline: auto; padding-block: 110px; }
.zn-hero__content > * { max-width: 720px; }
.zn-eyebrow { color: #b8e2cc; font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.zn-hero h1 { color: #fff; margin: 18px 0 22px; font-size: clamp(2.65rem, 6vw, 5.6rem); line-height: .98; letter-spacing: -.045em; font-weight: 700; }
.zn-hero p { color: rgba(255,255,255,.87); font-size: clamp(1.05rem, 2vw, 1.3rem); max-width: 640px; }
.zn-hero .wp-block-buttons { margin-top: 34px; }

.zn-stats { position: relative; z-index: 5; margin-top: -56px !important; background: #fff; border-radius: 18px; padding: 28px 34px; box-shadow: var(--zn-shadow); }
.zn-stat { padding: 8px 22px; border-right: 1px solid #e8ece9; }
.zn-stat:last-child { border-right: 0; }
.zn-stat strong { display: block; color: var(--zn-green); font-size: 1.55rem; line-height: 1.1; }
.zn-stat span { color: var(--zn-muted); font-size: .9rem; }

.zn-section { padding-block: clamp(74px, 9vw, 120px); }
.zn-section--soft { background: var(--zn-cream); }
.zn-section--dark { background: var(--zn-ink); color: #fff; }
.zn-kicker { margin: 0 0 12px; color: var(--zn-green); font-size: .8rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.zn-section-title { margin: 0; max-width: 780px; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.06; letter-spacing: -.035em; font-weight: 700; }
.zn-section-lead { max-width: 720px; margin-top: 18px; color: var(--zn-muted); font-size: 1.08rem; }
.zn-section--dark .zn-kicker { color: #8ed0ac; }
.zn-section--dark .zn-section-title, .zn-section--dark h2, .zn-section--dark h3 { color: #fff; }
.zn-section--dark p { color: rgba(255,255,255,.74); }

.zn-card-grid { gap: 22px; margin-top: 46px; }
.zn-card { height: 100%; background: #fff; border: 1px solid rgba(20,35,29,.08); border-radius: 18px; padding: 30px; box-shadow: 0 10px 30px rgba(20,35,29,.05); }
.zn-card:hover { transform: translateY(-4px); box-shadow: var(--zn-shadow); }
.zn-card h3 { margin: 18px 0 10px; font-size: 1.35rem; font-weight: 700; }
.zn-card p { margin: 0; color: var(--zn-muted); }
.zn-card-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; background: #e7f3ed; color: var(--zn-green); font-size: 1.35rem; font-weight: 800; }

.zn-process { gap: 18px; margin-top: 44px; counter-reset: step; }
.zn-step { position: relative; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.13); border-radius: 16px; padding: 28px; }
.zn-step strong { display: block; margin-bottom: 10px; color: #fff; font-size: 1.16rem; }
.zn-step-number { display: inline-block; margin-bottom: 28px; color: #8ed0ac; font-size: .82rem; font-weight: 800; letter-spacing: .12em; }

.zn-split { gap: clamp(36px, 7vw, 88px); align-items: center !important; }
.zn-portrait img { width: 100%; max-height: 650px; object-fit: cover; object-position: center top; border-radius: 22px; box-shadow: var(--zn-shadow); }
.zn-property-image img { width: 100%; height: 280px; object-fit: cover; border-radius: 16px; }
.zn-credentials { margin-top: 28px; gap: 12px; }
.zn-credential { border-left: 3px solid var(--zn-green); padding: 10px 0 10px 18px; }
.zn-credential strong { display: block; }
.zn-credential span { color: var(--zn-muted); font-size: .92rem; }

.zn-gallery { gap: 18px; margin-top: 42px; }
.zn-gallery figure { overflow: hidden; border-radius: 16px; }
.zn-gallery img { width: 100%; height: 320px; object-fit: cover; transition: transform .45s ease; }
.zn-gallery figure:hover img { transform: scale(1.035); }

.zn-cta { border-radius: 24px; padding: clamp(36px, 6vw, 72px); background: linear-gradient(135deg, var(--zn-green-dark), var(--zn-green)); color: #fff; }
.zn-cta h2 { color: #fff; margin: 0 0 14px; font-size: clamp(2rem, 4vw, 3.25rem); font-weight: 700; }
.zn-cta p { color: rgba(255,255,255,.82); max-width: 700px; }

.zn-page-hero { background: var(--zn-cream); padding: 72px 20px 62px; border-bottom: 1px solid var(--zn-sand); }
.zn-page-hero h1 { margin: 0; font-weight: 700; letter-spacing: -.035em; }
.zn-page-content { padding-block: 72px 100px; }
.zn-page-content > *:not(.alignwide):not(.alignfull) { max-width: 900px; }
.zn-info-panel { background: var(--zn-cream); border-radius: 18px; padding: 30px; }
.zn-price-table { width: 100%; border-collapse: collapse; }
.zn-price-table td { padding: 14px 10px; border-bottom: 1px solid var(--zn-sand); }
.zn-price-table td:last-child { text-align: right; font-weight: 700; }
.zn-contact-card { background: var(--zn-ink); color: #fff; border-radius: 20px; padding: 40px; }
.zn-contact-card h2, .zn-contact-card a { color: #fff; }
.zn-contact-card a { text-decoration-color: rgba(255,255,255,.45); }

.zn-site-footer { background: #0c1712; color: rgba(255,255,255,.72); }
.zn-footer-main { padding-block: 70px 48px; gap: 50px; }
.zn-site-footer h2, .zn-site-footer h3, .zn-site-footer a { color: #fff; }
.zn-site-footer a { text-decoration: none; }
.zn-site-footer a:hover { color: #8ed0ac; }
.zn-footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding-block: 22px; font-size: .86rem; }

@media (max-width: 980px) {
  .zn-header-inner { min-height: 76px; }
  .zn-phone { display: none; }
  .zn-brand-tagline { display: none; }
  .zn-stats { margin-top: 0 !important; border-radius: 0; width: 100%; }
  .zn-stat { border-right: 0; border-bottom: 1px solid #e8ece9; }
  .zn-stat:last-child { border-bottom: 0; }
}

@media (max-width: 700px) {
  .zn-shell, .zn-hero__content { width: min(100% - 28px, 1180px); }
  .zn-brand { min-width: auto; }
  .zn-brand img { width: 48px; height: 48px; }
  .zn-brand-name { font-size: .98rem; }
  .zn-hero { min-height: 650px; }
  .zn-hero__content { padding-block: 86px; }
  .zn-hero h1 { font-size: clamp(2.45rem, 12vw, 4rem); }
  .zn-stats { padding: 18px 22px; }
  .zn-card, .zn-step { padding: 24px; }
  .zn-gallery img { height: 240px; }
  .zn-page-hero { padding-top: 54px; }
}


/* Astra integration for the block-based Ziemann pages. */
body.home .site-content > .ast-container,
body.page .site-content > .ast-container {
  display: block;
  max-width: 100%;
  padding: 0;
}

body.home .site-content {
  padding-top: 0;
}

body.home #primary,
body.page #primary {
  width: 100%;
  margin: 0 !important;
  padding: 0;
}

body.home article,
body.page article {
  padding: 0;
}

body.home .entry-header,
body.home .entry-title,
body.home .post-thumb,
body.home .entry-meta {
  display: none !important;
}

body.home .entry-content,
body.page .entry-content {
  margin: 0;
}

body.home .zn-hero p {
  color: rgba(255,255,255,.88) !important;
}

body.home .zn-hero .zn-eyebrow {
  color: #b8e2cc !important;
}

body.home .entry-content > .alignfull,
body.page .entry-content > .alignfull {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.site-header .ast-container {
  width: min(1180px, calc(100% - 40px));
}

.site-title a {
  color: var(--zn-ink);
  font-weight: 750;
  letter-spacing: -.025em;
}

.main-header-menu > .menu-item > .menu-link {
  color: var(--zn-ink);
  font-size: .92rem;
  font-weight: 650;
}

.main-header-menu > .menu-item > .menu-link:hover,
.main-header-menu > .current-menu-item > .menu-link {
  color: var(--zn-green);
}

.ast-primary-header-bar {
  background: rgba(255,255,255,.97);
  border-bottom-color: rgba(20,35,29,.1);
}

.ast-builder-menu-mobile .main-navigation .menu-item > .menu-link {
  font-weight: 650;
}

body.page:not(.home) .entry-header {
  margin: 0;
  padding: 64px 20px 54px;
  background: var(--zn-cream);
  text-align: center;
}

body.page:not(.home) .entry-title {
  margin: 0 auto;
  max-width: 1100px;
  color: var(--zn-ink);
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 750;
  letter-spacing: -.04em;
}

body.page:not(.home) .entry-content {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 72px 0 100px;
}

.site-footer {
  border-top: 1px solid rgba(20,35,29,.08);
}

@media (max-width: 921px) {
  .site-header .ast-container {
    width: min(100% - 28px, 1180px);
  }
  body.page:not(.home) .entry-content {
    width: min(100% - 28px, 1180px);
    padding-top: 52px;
  }
}
