:root {
  --z-ink: #10161d;
  --z-steel: #263746;
  --z-steel-2: #364a59;
  --z-accent: #d51f29;
  --z-accent-dark: #a50f18;
  --z-paper: #f7f8f8;
  --z-sand: #efece6;
  --z-line: rgba(16, 22, 29, .14);
  --z-muted: #60707c;
  --z-white: #fff;
  --z-container: 1240px;
  --z-ease: cubic-bezier(.2, .75, .25, 1);
  --z-shadow: 0 18px 50px rgba(13, 22, 29, .14);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--z-ink);
  background: var(--z-paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.zeman-no-scroll { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .18em; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
::selection { background: var(--z-accent); color: #fff; }
.zeman-container { width: min(var(--z-container), calc(100% - 64px)); margin-inline: auto; }
.zeman-site-shell { overflow: clip; }
.zeman-skip-link { position: fixed; z-index: 9999; top: 8px; left: 8px; padding: 10px 14px; transform: translateY(-150%); color: #fff; background: var(--z-ink); border-radius: 3px; }
.zeman-skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #f5bd3e; outline-offset: 3px; }

/* Header */
.zeman-header { position: sticky; z-index: 90; top: 0; color: #fff; background: rgba(16,22,29,.97); transition: box-shadow .25s var(--z-ease), background .25s var(--z-ease); }
.zeman-header.is-scrolled { box-shadow: 0 10px 25px rgba(0,0,0,.18); }
.admin-bar .zeman-header { top: 32px; }
.zeman-header__topbar { font-size: 11px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; color: rgba(255,255,255,.68); border-bottom: 1px solid rgba(255,255,255,.13); }
.zeman-header__topbar-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.zeman-header__topbar p { margin: 0; }
.zeman-header__topbar a { text-decoration: none; transition: color .2s; }
.zeman-header__topbar a:hover { color: #fff; }
.zeman-header__inner { min-height: 88px; display: grid; grid-template-columns: minmax(150px, .8fr) minmax(400px, 1.7fr) minmax(175px, .8fr); align-items: center; gap: 20px; }
.zeman-brand { min-width: 0; }
.zeman-brand .custom-logo-link { display: inline-flex; align-items: center; max-width: 184px; padding: 4px 8px; background: #fff; }
.zeman-brand .custom-logo { width: auto; max-width: 168px; max-height: 54px; object-fit: contain; }
.zeman-brand__fallback { display: inline-flex; gap: 10px; align-items: center; color: #fff; text-decoration: none; font-size: 20px; font-weight: 450; letter-spacing: -.05em; }
.zeman-brand__mark { display: inline-grid; width: 34px; height: 34px; place-items: center; color: #fff; background: var(--z-accent); font-weight: 900; font-style: italic; transform: skew(-10deg); }
.zeman-brand__name b { font-weight: 800; }
.zeman-nav { justify-self: center; }
.zeman-menu, .zeman-menu ul, .zeman-mobile-menu, .zeman-footer-menu { padding: 0; margin: 0; list-style: none; }
.zeman-menu { display: flex; align-items: center; justify-content: center; gap: clamp(15px, 2vw, 35px); }
.zeman-menu > li { position: relative; }
.zeman-menu a { display: block; padding: 10px 0; color: rgba(255,255,255,.93); text-decoration: none; font-size: 12px; font-weight: 760; letter-spacing: .045em; text-transform: uppercase; white-space: nowrap; transition: color .2s; }
.zeman-menu > li > a::after { content: ""; display: block; width: 0; height: 2px; margin-top: 5px; background: var(--z-accent); transition: width .25s var(--z-ease); }
.zeman-menu > li:hover > a::after, .zeman-menu > li.current-menu-item > a::after, .zeman-menu > li.current-menu-ancestor > a::after { width: 100%; }
.zeman-menu a:hover { color: #fff; }
.zeman-menu .sub-menu { position: absolute; top: calc(100% + 14px); left: -20px; min-width: 230px; padding: 11px; opacity: 0; visibility: hidden; transform: translateY(8px); background: #fff; box-shadow: var(--z-shadow); transition: .2s var(--z-ease); }
.zeman-menu li:hover > .sub-menu, .zeman-menu li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.zeman-menu .sub-menu a { padding: 10px; color: var(--z-ink); font-size: 12px; }
.zeman-menu .sub-menu a:hover { color: var(--z-accent); background: var(--z-paper); }
.zeman-header__actions { display: flex; justify-content: flex-end; align-items: center; gap: 15px; }
.zeman-header__phone { color: #fff; font-size: 12px; font-weight: 750; letter-spacing: .02em; text-decoration: none; white-space: nowrap; }
.zeman-header__phone span { display: inline-grid; place-items: center; width: 22px; height: 22px; margin-right: 6px; background: rgba(255,255,255,.12); color: #fff; }
.zeman-menu-toggle { display: none; align-items: center; gap: 10px; padding: 6px 0; color: #fff; background: transparent; border: 0; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.zeman-menu-toggle__lines { display: grid; gap: 4px; width: 23px; }
.zeman-menu-toggle__lines i { display: block; height: 2px; background: currentColor; }
.zeman-menu-toggle__lines i:nth-child(2) { width: 68%; justify-self: end; }

/* Mobile navigation */
.zeman-mobile-panel[hidden] { display: none; }
.zeman-mobile-panel { position: fixed; z-index: 300; inset: 0; }
.zeman-mobile-panel__backdrop { position: absolute; inset: 0; background: rgba(5,10,14,.56); backdrop-filter: blur(3px); opacity: 0; transition: opacity .25s var(--z-ease); }
.zeman-mobile-panel__drawer { position: absolute; top: 0; right: 0; width: min(90vw, 430px); height: 100%; padding: 26px; overflow-y: auto; transform: translateX(100%); color: #fff; background: var(--z-ink); transition: transform .32s var(--z-ease); }
.zeman-mobile-panel.is-open .zeman-mobile-panel__backdrop { opacity: 1; }
.zeman-mobile-panel.is-open .zeman-mobile-panel__drawer { transform: translateX(0); }
.zeman-mobile-panel__head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.17); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.zeman-mobile-panel__head button { display: grid; width: 38px; height: 38px; place-items: center; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.32); font-size: 27px; line-height: 1; }
.zeman-mobile-menu { margin-top: 22px; }
.zeman-mobile-menu li { border-bottom: 1px solid rgba(255,255,255,.13); }
.zeman-mobile-menu a { display: block; padding: 15px 0; color: #fff; text-decoration: none; font-size: 18px; font-weight: 710; }
.zeman-mobile-menu .sub-menu { display: block; padding-left: 17px; }
.zeman-mobile-menu .sub-menu a { padding-block: 11px; color: rgba(255,255,255,.66); font-size: 14px; font-weight: 500; }
.zeman-mobile-panel__cta { width: 100%; margin-top: 28px; justify-content: center; }

/* Common elements */
.zeman-section { padding: clamp(78px, 11vw, 150px) 0; }
.zeman-eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 19px; color: rgba(255,255,255,.73); font-size: 11px; font-weight: 800; letter-spacing: .145em; text-transform: uppercase; }
.zeman-eyebrow span { display: inline-block; width: 30px; height: 2px; background: var(--z-accent); }
.zeman-eyebrow--dark { color: var(--z-muted); }
.zeman-button-row { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 33px; }
.zeman-button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 52px; padding: 14px 21px; border: 1px solid transparent; font-size: 12px; font-weight: 800; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; transition: transform .22s var(--z-ease), background .22s var(--z-ease), border-color .22s var(--z-ease); }
.zeman-button:hover { transform: translateY(-3px); }
.zeman-button--red { color: #fff; background: var(--z-accent); }
.zeman-button--red:hover { background: var(--z-accent-dark); }
.zeman-button--ghost { color: #fff; border-color: rgba(255,255,255,.52); background: rgba(255,255,255,.03); }
.zeman-button--ghost:hover { border-color: #fff; background: rgba(255,255,255,.1); }
.zeman-button--light { color: var(--z-ink); background: #fff; }
.zeman-button--light:hover { background: var(--z-sand); }
.zeman-text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--z-ink); font-size: 12px; font-weight: 810; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.zeman-text-link span { color: var(--z-accent); font-size: 20px; line-height: .7; transition: transform .2s var(--z-ease); }
.zeman-text-link:hover span { transform: translateX(5px); }
.zeman-reveal { opacity: 1; transform: none; }
.js .zeman-reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--z-ease), transform .7s var(--z-ease); }
.js .zeman-reveal.is-visible { opacity: 1; transform: translateY(0); }

/* Hero */
.zeman-hero { position: relative; display: flex; min-height: min(825px, calc(100vh - 36px)); overflow: hidden; color: #fff; background: var(--z-ink); isolation: isolate; }
.zeman-hero__media { position: absolute; z-index: -3; inset: 0; background-image: linear-gradient(90deg, rgba(9,15,20,.93) 0%, rgba(9,15,20,.7) 48%, rgba(9,15,20,.3) 100%), url('../images/hero-structure.svg'); background-position: center; background-size: cover; }
.zeman-hero__grid { position: absolute; z-index: -2; inset: 0; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 76px 76px; mask-image: linear-gradient(90deg, #000 0%, rgba(0,0,0,.65) 52%, transparent 88%); opacity: .42; }
.zeman-hero__rail { position: absolute; z-index: -1; inset: 0 0 0 auto; display: flex; gap: clamp(12px, 2vw, 30px); width: 28%; padding: 0 clamp(24px,4vw,68px); transform: skewX(-18deg); border-left: 1px solid rgba(255,255,255,.14); }
.zeman-hero__rail span { flex: 1; background: linear-gradient(180deg, transparent 12%, rgba(213,31,41,.47) 75%, var(--z-accent)); mix-blend-mode: screen; opacity: .74; }
.zeman-hero__content { display: flex; align-items: center; justify-content: space-between; gap: 60px; width: 100%; padding-block: clamp(90px, 14vw, 180px) 175px; }
.zeman-hero__copy { max-width: 760px; }
.zeman-hero h1 { max-width: 790px; margin: 0; font-size: clamp(3.1rem, 6.1vw, 6.8rem); font-weight: 760; letter-spacing: -.072em; line-height: .97; }
.zeman-hero__lead { max-width: 610px; margin: 29px 0 0; color: rgba(255,255,255,.8); font-size: clamp(1.03rem, 1.5vw, 1.25rem); line-height: 1.65; }
.zeman-hero__stamp { flex: 0 0 auto; width: clamp(123px, 13vw, 174px); margin-top: 90px; color: #fff; }
.zeman-hero__stamp svg { overflow: visible; display: block; width: 100%; animation: zeman-spin 25s linear infinite; }
.zeman-hero__stamp text { fill: currentColor; font-size: 10px; font-weight: 700; letter-spacing: 3px; }
@keyframes zeman-spin { to { transform: rotate(360deg); } }
.zeman-hero__stats { position: absolute; bottom: 0; left: 50%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; transform: translateX(-50%); color: #fff; border-top: 1px solid rgba(255,255,255,.26); }
.zeman-hero__stats > div { min-height: 108px; display: flex; align-items: center; gap: 15px; padding: 18px 28px; border-right: 1px solid rgba(255,255,255,.26); }
.zeman-hero__stats > div:first-child { border-left: 1px solid rgba(255,255,255,.26); }
.zeman-hero__stats strong { color: var(--z-accent); font-size: 32px; letter-spacing: -.06em; line-height: 1; }
.zeman-hero__stats span { max-width: 90px; color: rgba(255,255,255,.77); font-size: 11px; font-weight: 680; line-height: 1.35; text-transform: uppercase; }

/* Intro and service cards */
.zeman-intro { background: var(--z-paper); }
.zeman-intro__grid { display: grid; grid-template-columns: minmax(280px, 1.16fr) minmax(300px, .84fr); gap: clamp(40px, 10vw, 166px); align-items: end; margin-bottom: clamp(46px, 7vw, 90px); }
.zeman-intro h2, .zeman-section-head h2, .zeman-process h2, .zeman-cta h2 { margin: 0; font-size: clamp(2.4rem, 4.3vw, 4.65rem); font-weight: 720; letter-spacing: -.065em; line-height: 1.03; }
.zeman-intro__text { max-width: 480px; padding-bottom: 9px; }
.zeman-intro__text p { margin: 0 0 24px; color: #44525d; font-size: 17px; line-height: 1.8; }
.zeman-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--z-line); border-left: 1px solid var(--z-line); }
.zeman-service-card { position: relative; min-height: 330px; display: flex; flex-direction: column; padding: 28px 28px 26px; overflow: hidden; color: var(--z-ink); border-right: 1px solid var(--z-line); border-bottom: 1px solid var(--z-line); text-decoration: none; transition: color .35s var(--z-ease); }
.zeman-service-card::before { position: absolute; z-index: -1; inset: auto -1px -1px; height: 0; content: ""; background: var(--z-ink); transition: height .45s var(--z-ease); }
.zeman-service-card:hover { color: #fff; }
.zeman-service-card:hover::before { height: 103%; }
.zeman-service-card__index { color: var(--z-accent); font-size: 12px; font-weight: 850; letter-spacing: .09em; }
.zeman-service-card__arrow { position: absolute; top: 26px; right: 28px; font-size: 25px; color: var(--z-accent); transition: transform .2s var(--z-ease); }
.zeman-service-card:hover .zeman-service-card__arrow { transform: translate(4px,-4px); }
.zeman-service-card h3 { max-width: 255px; margin: auto 0 14px; font-size: clamp(1.5rem, 2.2vw, 2.1rem); font-weight: 680; letter-spacing: -.052em; line-height: 1.06; }
.zeman-service-card p { max-width: 310px; margin: 0; color: #66747d; font-size: 14px; line-height: 1.65; transition: color .3s; }
.zeman-service-card:hover p { color: rgba(255,255,255,.68); }
.zeman-service-card__line { width: 100%; height: 1px; margin-top: 25px; background: var(--z-line); transition: background .3s; }
.zeman-service-card:hover .zeman-service-card__line { background: rgba(255,255,255,.2); }

/* Projects */
.zeman-projects { background: var(--z-sand); }
.zeman-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 47px; }
.zeman-section-head h2 { max-width: 650px; }
.zeman-project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.zeman-project-card { min-width: 0; overflow: hidden; background: #fff; box-shadow: 0 4px 0 rgba(16,22,29,.04); }
.zeman-project-card__image { position: relative; display: block; overflow: hidden; aspect-ratio: 1.2 / 1; color: #fff; background: var(--z-steel); }
.zeman-project-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--z-ease); }
.zeman-project-card:hover .zeman-project-card__image img { transform: scale(1.055); }
.zeman-project-card__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 46%, rgba(7,12,16,.56)); }
.zeman-project-card__arrow { position: absolute; top: 16px; right: 16px; display: grid; width: 44px; height: 44px; place-items: center; transform: translateY(-10px); color: var(--z-ink); background: #fff; font-size: 21px; opacity: 0; transition: .27s var(--z-ease); }
.zeman-project-card:hover .zeman-project-card__arrow { transform: translateY(0); opacity: 1; }
.zeman-project-card__body { min-height: 178px; padding: 21px 23px 23px; }
.zeman-project-card__label, .zeman-post-card > div > p { margin: 0 0 7px; color: var(--z-accent); font-size: 10px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.zeman-project-card h3, .zeman-post-card h2 { margin: 0; font-size: 22px; font-weight: 700; letter-spacing: -.04em; line-height: 1.13; }
.zeman-project-card h3 a, .zeman-post-card h2 a { text-decoration: none; }
.zeman-project-card h3 a:hover, .zeman-post-card h2 a:hover { color: var(--z-accent); }
.zeman-project-card__excerpt { display: -webkit-box; margin: 12px 0 0; overflow: hidden; color: var(--z-muted); font-size: 13px; line-height: 1.6; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.zeman-project-card__meta { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 13px; }
.zeman-project-card__meta span, .zeman-project-facts span { padding: 4px 7px; color: #586872; background: var(--z-paper); font-size: 10px; font-weight: 700; letter-spacing: .04em; }
.zeman-project-card--placeholder .zeman-project-card__image { display: grid; place-items: center; background: linear-gradient(135deg, #1d2c36, #4b606d); }
.zeman-project-card--placeholder .zeman-project-card__image::before { position: absolute; inset: 18px; content: ""; border: 1px solid rgba(255,255,255,.25); }
.zeman-project-card--placeholder .zeman-project-card__image span { position: relative; font-size: 12px; font-weight: 830; letter-spacing: .15em; }
.zeman-projects__empty { margin: 24px 0 0; color: var(--z-muted); font-size: 13px; }

/* Process and CTA */
.zeman-process { padding: clamp(75px, 10vw, 135px) 0; color: #fff; background: var(--z-ink); }
.zeman-process__grid { display: grid; grid-template-columns: minmax(260px, .82fr) minmax(520px, 1.18fr); gap: clamp(45px, 10vw, 130px); align-items: start; }
.zeman-process h2 { max-width: 470px; }
.zeman-process__steps { border-top: 1px solid rgba(255,255,255,.25); }
.zeman-process__step { display: grid; grid-template-columns: 52px 1fr 1.25fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.zeman-process__step > span { color: var(--z-accent); font-size: 12px; font-weight: 800; }
.zeman-process__step h3 { margin: 0; font-size: 22px; letter-spacing: -.04em; }
.zeman-process__step p { margin: 0; color: rgba(255,255,255,.67); font-size: 14px; }
.zeman-cta { padding-top: clamp(54px, 7vw, 95px); padding-bottom: clamp(54px, 7vw, 95px); background: var(--z-accent); }
.zeman-cta__inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 55px; color: #fff; }
.zeman-cta h2 { max-width: 760px; }
.zeman-cta p:not(.zeman-eyebrow) { max-width: 550px; margin: 17px 0 0; color: rgba(255,255,255,.83); font-size: 17px; }
.zeman-cta .zeman-eyebrow span { background: #fff; }

/* Footer */
.zeman-footer { color: #fff; background: #0a0f14; }
.zeman-footer__main { display: grid; grid-template-columns: 1.35fr .8fr .95fr 1.3fr; gap: 36px; padding: 74px 0 61px; }
.zeman-footer .custom-logo-link { display: inline-flex; max-width: 174px; padding: 4px 8px; background: #fff; }
.zeman-footer .custom-logo { max-width: 158px; max-height: 50px; }
.zeman-brand__fallback--footer { margin-bottom: 18px; }
.zeman-footer__brand p { max-width: 285px; margin: 21px 0 0; color: rgba(255,255,255,.55); font-size: 14px; line-height: 1.75; }
.zeman-footer__socials { display: flex; gap: 8px; margin-top: 23px; }
.zeman-footer__socials a { display: grid; width: 31px; height: 31px; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.27); font-size: 12px; font-weight: 800; text-decoration: none; transition: background .2s; }
.zeman-footer__socials a:hover { background: var(--z-accent); border-color: var(--z-accent); }
.zeman-footer h2 { margin: 8px 0 20px; color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.zeman-footer-menu { display: grid; gap: 9px; }
.zeman-footer-menu a, .zeman-footer__contact a { color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.5; text-decoration: none; transition: color .2s; }
.zeman-footer-menu a:hover, .zeman-footer__contact a:hover { color: #fff; }
.zeman-footer__contact { display: grid; gap: 11px; font-style: normal; }
.zeman-footer__contact a { display: flex; gap: 9px; align-items: flex-start; }
.zeman-footer__contact a > span { flex: 0 0 16px; color: var(--z-accent); font-size: 15px; }
.zeman-footer__address { max-width: 300px; }
.zeman-footer__bottom { border-top: 1px solid rgba(255,255,255,.12); }
.zeman-footer__bottom-inner { display: flex; justify-content: space-between; gap: 16px; padding: 17px 0; color: rgba(255,255,255,.42); font-size: 11px; }
.zeman-footer__bottom p { margin: 0; }
.zeman-footer__bottom div { display: flex; gap: 18px; }
.zeman-footer__bottom a { color: inherit; text-decoration: none; }
.zeman-footer__bottom a:hover { color: #fff; }
.zeman-back-to-top { position: fixed; z-index: 50; right: 24px; bottom: 24px; display: grid; width: 42px; height: 42px; place-items: center; transform: translateY(18px); color: #fff; background: var(--z-accent); border: 0; box-shadow: 0 8px 20px rgba(0,0,0,.17); font-size: 20px; opacity: 0; pointer-events: none; transition: .25s var(--z-ease); }
.zeman-back-to-top.is-visible { transform: translateY(0); opacity: 1; pointer-events: auto; }

/* Generic WordPress pages */
.zeman-page-hero, .zeman-single-hero { padding: clamp(76px, 10vw, 132px) 0 clamp(55px, 7vw, 92px); color: #fff; background: linear-gradient(130deg, #10161d 0%, #223442 66%, #8d1c29 160%); }
.zeman-page-hero__crumb { display: flex; align-items: center; gap: 9px; margin: 0 0 17px; color: rgba(255,255,255,.67); font-size: 11px; font-weight: 720; letter-spacing: .06em; text-transform: uppercase; }
.zeman-page-hero__crumb a { color: inherit; text-decoration: none; }
.zeman-page-hero h1, .zeman-single-hero h1 { max-width: 900px; margin: 0; font-size: clamp(2.7rem, 5.3vw, 5.4rem); font-weight: 720; letter-spacing: -.07em; line-height: 1; }
.zeman-page-hero__description { max-width: 680px; margin-top: 21px; color: rgba(255,255,255,.72); }
.zeman-entry-wrap { padding: clamp(50px, 8vw, 110px) 0; }
.zeman-entry-container { max-width: 920px; }
.zeman-entry__featured { margin: 0 0 42px; }
.zeman-entry__featured img { width: 100%; }
.zeman-entry__content { color: #34444f; font-size: 17px; line-height: 1.8; }
.zeman-entry__content > *:first-child { margin-top: 0; }
.zeman-entry__content h2, .zeman-entry__content h3, .zeman-entry__content h4 { color: var(--z-ink); letter-spacing: -.04em; line-height: 1.15; }
.zeman-entry__content h2 { margin-top: 2.5em; font-size: clamp(1.8rem, 3.5vw, 2.8rem); }
.zeman-entry__content h3 { margin-top: 2.2em; font-size: 1.55rem; }
.zeman-entry__content a { color: var(--z-accent-dark); font-weight: 680; }
.zeman-entry__content blockquote { margin: 2.4em 0; padding: 20px 0 20px 29px; color: var(--z-ink); border-left: 4px solid var(--z-accent); font-size: 1.3em; font-weight: 600; }
.zeman-entry__content img { margin-block: 35px; }
.zeman-entry__content table { width: 100%; border-collapse: collapse; }
.zeman-entry__content td, .zeman-entry__content th { padding: 11px; border: 1px solid var(--z-line); text-align: left; }
.zeman-page-links { display: flex; gap: 8px; margin-top: 30px; }
.zeman-single-hero { position: relative; min-height: 390px; display: grid; place-items: end start; overflow: hidden; }
.zeman-single-hero__image { position: absolute; z-index: 0; inset: 0; }
.zeman-single-hero__image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(11,17,22,.9), rgba(11,17,22,.5)); }
.zeman-single-hero__image img { width: 100%; height: 100%; object-fit: cover; }
.zeman-single-hero__content { position: relative; z-index: 1; }
.zeman-single-hero__content > p:last-child { max-width: 650px; margin: 22px 0 0; color: rgba(255,255,255,.75); font-size: 18px; }
.zeman-project-facts { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 30px; }
.zeman-project-facts span { padding: 8px 12px; font-size: 12px; }
.zeman-archive__content { padding-top: clamp(50px, 7vw, 85px); }
.zeman-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.zeman-post-card { overflow: hidden; background: #fff; border: 1px solid var(--z-line); }
.zeman-post-card__image { display: block; overflow: hidden; aspect-ratio: 1.4; }
.zeman-post-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s var(--z-ease); }
.zeman-post-card:hover img { transform: scale(1.05); }
.zeman-post-card > div { padding: 23px; }
.zeman-post-card > div > p:last-child { margin-bottom: 0; color: var(--z-muted); font-size: 14px; line-height: 1.65; }
.zeman-pagination { margin-top: 42px; }
.zeman-pagination .nav-links { display: flex; flex-wrap: wrap; gap: 7px; }
.zeman-pagination a, .zeman-pagination span { min-width: 36px; padding: 7px 10px; color: var(--z-ink); background: #fff; border: 1px solid var(--z-line); text-align: center; text-decoration: none; }
.zeman-pagination .current { color: #fff; background: var(--z-accent); border-color: var(--z-accent); }
.zeman-not-found { min-height: 65vh; display: grid; place-items: center; padding: 100px 0; }
.zeman-not-found__inner { max-width: 720px; text-align: center; }
.zeman-not-found h1 { margin: 0; font-size: clamp(2.7rem, 6vw, 5.4rem); letter-spacing: -.07em; line-height: 1; }
.zeman-not-found p:not(.zeman-eyebrow) { margin: 22px auto 30px; color: var(--z-muted); font-size: 18px; }

/* Forms, blocks and legacy Visual Composer compatibility */
.zeman-entry .wp-block-cover, .zeman-entry .wp-block-group { margin-block: 35px; }
.zeman-entry .wp-block-button__link { border-radius: 0; color: #fff; background: var(--z-accent); font-size: 12px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.zeman-entry .wp-block-columns { gap: 36px; }
.zeman-entry .vc_row { margin-right: 0; margin-left: 0; }
.zeman-entry .vc_column_container > .vc_column-inner { padding-left: 0; padding-right: 0; }
.zeman-entry .wpb_content_element { margin-bottom: 28px; }
.zeman-entry .wpb_text_column p:last-child { margin-bottom: 0; }
.wpcf7 { margin-top: 25px; }
.wpcf7-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.wpcf7-form p { margin: 0; }
.wpcf7-form p:has(textarea), .wpcf7-form p:has(.wpcf7-submit) { grid-column: 1 / -1; }
.wpcf7 input:not([type="submit"]), .wpcf7 textarea, .wpcf7 select { width: 100%; padding: 14px; color: var(--z-ink); background: #fff; border: 1px solid var(--z-line); border-radius: 0; outline: 0; }
.wpcf7 textarea { min-height: 140px; resize: vertical; }
.wpcf7 input:focus, .wpcf7 textarea:focus, .wpcf7 select:focus { border-color: var(--z-accent); box-shadow: 0 0 0 3px rgba(213,31,41,.12); }
.wpcf7 input[type="submit"] { min-height: 52px; padding: 14px 24px; color: #fff; background: var(--z-accent); border: 0; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.wpcf7-response-output { grid-column: 1 / -1; margin: 0 !important; }

/* Cookie Notice is kept readable above the new fixed controls. */
#cookie-notice { z-index: 260 !important; font-family: inherit !important; }
#cookie-notice .cn-button { border-radius: 0 !important; background: var(--z-accent) !important; }

@media (max-width: 1100px) {
  .zeman-header__inner { grid-template-columns: 1fr auto; min-height: 76px; }
  .zeman-nav, .zeman-header__phone { display: none; }
  .zeman-menu-toggle { display: inline-flex; }
  .zeman-footer__main { grid-template-columns: 1.4fr 1fr 1fr; }
  .zeman-footer__contact { grid-column: 2 / -1; }
  .zeman-project-grid { grid-template-columns: repeat(2, 1fr); }
  .zeman-project-card--1:first-child { grid-column: span 2; }
  .zeman-post-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 800px) {
  .admin-bar .zeman-header { top: 46px; }
  .zeman-container { width: min(100% - 40px, var(--z-container)); }
  .zeman-header__topbar { display: none; }
  .zeman-header__inner { min-height: 69px; }
  .zeman-brand .custom-logo { max-height: 48px; }
  .zeman-hero { min-height: 740px; }
  .zeman-hero__content { align-items: flex-start; padding-top: 105px; padding-bottom: 165px; }
  .zeman-hero__stamp { display: none; }
  .zeman-hero__rail { width: 35%; opacity: .7; }
  .zeman-hero__stats { width: calc(100% - 40px); }
  .zeman-hero__stats > div { min-height: 92px; gap: 7px; padding: 12px; }
  .zeman-hero__stats strong { font-size: 23px; }
  .zeman-hero__stats span { font-size: 9px; }
  .zeman-intro__grid, .zeman-process__grid { grid-template-columns: 1fr; gap: 34px; }
  .zeman-service-grid { grid-template-columns: 1fr; }
  .zeman-service-card { min-height: 250px; }
  .zeman-section-head, .zeman-cta__inner { align-items: flex-start; flex-direction: column; }
  .zeman-project-grid, .zeman-post-grid { grid-template-columns: 1fr; }
  .zeman-project-card--1:first-child { grid-column: auto; }
  .zeman-project-card__image { aspect-ratio: 1.4 / 1; }
  .zeman-process__step { grid-template-columns: 40px 1fr; gap: 12px; }
  .zeman-process__step p { grid-column: 2; }
  .zeman-footer__main { grid-template-columns: 1fr 1fr; gap: 37px 24px; }
  .zeman-footer__brand { grid-column: 1 / -1; }
  .zeman-footer__contact { grid-column: auto; }
  .zeman-footer__bottom-inner { align-items: flex-start; flex-direction: column; }
  .zeman-entry__content { font-size: 16px; }
  .wpcf7-form { grid-template-columns: 1fr; }
  .wpcf7-form p:has(textarea), .wpcf7-form p:has(.wpcf7-submit) { grid-column: auto; }
}
@media (max-width: 480px) {
  .zeman-container { width: calc(100% - 32px); }
  .zeman-hero h1 { font-size: clamp(2.8rem, 15vw, 4.1rem); }
  .zeman-hero__lead { font-size: 16px; }
  .zeman-button-row { gap: 10px; }
  .zeman-button { width: 100%; }
  .zeman-hero__stats { width: 100%; }
  .zeman-hero__stats > div { padding: 11px 8px; }
  .zeman-hero__stats > div:first-child { border-left: 0; }
  .zeman-hero__stats > div:last-child { border-right: 0; }
  .zeman-hero__stats span { max-width: 70px; }
  .zeman-footer__main { grid-template-columns: 1fr; }
  .zeman-footer__contact { grid-column: auto; }
  .zeman-back-to-top { right: 15px; bottom: 15px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .js .zeman-reveal { opacity: 1; transform: none; }
}

/* --------------------------------------------------------------------------
   Premium V2 — executive industrial art direction
   -------------------------------------------------------------------------- */
:root {
  --z-ink: #0a1118;
  --z-steel: #1a2d39;
  --z-steel-2: #335363;
  --z-paper: #f5f5f3;
  --z-sand: #eae8e3;
  --z-line: rgba(10, 17, 24, .11);
  --z-shadow: 0 24px 65px rgba(14, 25, 33, .15);
}
.zeman-header {
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(10,17,24,.88);
  backdrop-filter: blur(18px) saturate(135%);
}
.zeman-header.is-scrolled { background: rgba(10,17,24,.96); box-shadow: 0 17px 35px rgba(0,0,0,.2); }
.zeman-header__topbar { border-color: rgba(255,255,255,.09); color: rgba(255,255,255,.56); }
.zeman-header__inner { min-height: 84px; }
.zeman-brand .custom-logo-link {
  max-width: 190px;
  padding: 7px 11px;
  border: 1px solid rgba(255,255,255,.85);
  border-radius: 13px;
  box-shadow: 0 8px 22px rgba(0,0,0,.21);
}
.zeman-brand .custom-logo { max-width: 168px; max-height: 50px; }
.zeman-brand__fallback { gap: 11px; }
.zeman-brand__mark { width: 37px; height: 37px; border-radius: 8px 12px 8px 12px; box-shadow: 0 7px 18px rgba(213,31,41,.32); }
.zeman-menu { gap: clamp(17px, 2.05vw, 33px); }
.zeman-menu a { color: rgba(255,255,255,.78); font-size: 11px; letter-spacing: .09em; }
.zeman-header__phone { display: inline-flex; align-items: center; padding: 8px 11px; border: 1px solid rgba(255,255,255,.17); border-radius: 999px; background: rgba(255,255,255,.05); }
.zeman-header__phone span { width: 18px; height: 18px; margin-right: 5px; color: var(--z-accent); background: rgba(213,31,41,.13); border-radius: 50%; }

.zeman-hero {
  min-height: min(870px, calc(100vh - 35px));
  margin-bottom: 0;
  border-radius: 0 0 42px 42px;
  background: #091219;
}
.zeman-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: radial-gradient(circle at 71% 28%, rgba(120,167,183,.26), transparent 27%), radial-gradient(circle at 81% 83%, rgba(213,31,41,.25), transparent 28%);
  pointer-events: none;
}
.zeman-hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  opacity: .14;
  background-image: linear-gradient(115deg, transparent 0 46%, rgba(255,255,255,.6) 46.1% 46.25%, transparent 46.4% 100%), linear-gradient(65deg, transparent 0 66%, rgba(255,255,255,.45) 66.1% 66.23%, transparent 66.4% 100%);
  background-size: 580px 430px, 760px 510px;
  mix-blend-mode: soft-light;
  pointer-events: none;
}
.zeman-hero__media { filter: saturate(.78) contrast(1.11) brightness(.86); opacity: .97; }
.zeman-hero__media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(6,12,17,.94) 0%, rgba(6,12,17,.68) 46%, rgba(6,12,17,.17) 100%); }
.zeman-hero__grid { background-size: 118px 118px; opacity: .18; mask-image: linear-gradient(90deg, #000 0%, rgba(0,0,0,.76) 57%, transparent 92%); }
.zeman-hero__rail { width: 19%; gap: 10px; padding: 0 clamp(14px,2vw,30px); border-color: rgba(255,255,255,.09); opacity: .73; transform: skewX(-14deg); }
.zeman-hero__rail span { background: linear-gradient(180deg, transparent 8%, rgba(157,23,33,.25) 52%, var(--z-accent)); }
.zeman-hero__content { gap: clamp(36px, 8vw, 106px); padding-top: clamp(95px, 13vw, 165px); padding-bottom: 196px; }
.zeman-hero__copy { max-width: 775px; }
.zeman-hero .zeman-eyebrow { margin-bottom: 23px; color: rgba(255,255,255,.62); }
.zeman-hero h1 { max-width: 810px; font-size: clamp(3.25rem, 6.15vw, 6.95rem); font-weight: 740; letter-spacing: -.082em; line-height: .93; text-wrap: balance; }
.zeman-hero__lead { max-width: 570px; margin-top: 31px; color: rgba(255,255,255,.73); font-size: clamp(1.04rem, 1.5vw, 1.21rem); }
.zeman-button { min-height: 54px; border-radius: 14px; letter-spacing: .065em; }
.zeman-button--red { box-shadow: 0 12px 26px rgba(213,31,41,.27); }
.zeman-button--ghost { border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.045); backdrop-filter: blur(8px); }
.zeman-hero__insight {
  width: min(306px, 26vw);
  padding: 22px 22px 18px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.19);
  border-radius: 26px;
  background: linear-gradient(150deg, rgba(255,255,255,.16), rgba(7,14,19,.38));
  box-shadow: 0 28px 70px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.16);
  backdrop-filter: blur(16px) saturate(135%);
}
.zeman-hero__insight-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.18); }
.zeman-hero__insight-head span { color: rgba(255,255,255,.72); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.zeman-hero__insight-head b { color: var(--z-accent); font-size: 11px; letter-spacing: .07em; }
.zeman-hero__insight > p { margin: 18px 0 19px; color: rgba(255,255,255,.82); font-size: 14px; font-weight: 520; line-height: 1.63; }
.zeman-hero__insight-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; padding: 0; margin: 0; list-style: none; }
.zeman-hero__insight-list li { display: grid; gap: 4px; min-width: 0; padding: 10px 7px; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; background: rgba(0,0,0,.11); }
.zeman-hero__insight-list span { color: var(--z-accent); font-size: 9px; font-weight: 800; }
.zeman-hero__insight-list b { overflow: hidden; color: #fff; font-size: 10px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.zeman-hero__insight-mark { display: flex; align-items: end; gap: 4px; height: 26px; margin-top: 16px; }
.zeman-hero__insight-mark i { display: block; width: 3px; background: var(--z-accent); }
.zeman-hero__insight-mark i:nth-child(1) { height: 9px; opacity: .55; }.zeman-hero__insight-mark i:nth-child(2) { height: 19px; }.zeman-hero__insight-mark i:nth-child(3) { height: 13px; opacity: .75; }
.zeman-hero__stats {
  bottom: 27px;
  width: min(var(--z-container), calc(100% - 64px));
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.19);
  border-radius: 20px;
  background: rgba(4,10,14,.52);
  box-shadow: 0 18px 36px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.1);
  backdrop-filter: blur(14px);
}
.zeman-hero__stats > div { min-height: 86px; padding: 16px 25px; border-color: rgba(255,255,255,.17); }
.zeman-hero__stats > div:first-child { border-left: 0; }.zeman-hero__stats > div:last-child { border-right: 0; }
.zeman-hero__stats strong { font-size: 30px; }.zeman-hero__stats span { max-width: 104px; font-size: 10px; letter-spacing: .02em; }

.zeman-intro { position: relative; background: radial-gradient(circle at 100% 8%, rgba(213,31,41,.055), transparent 21%), var(--z-paper); }
.zeman-intro__grid { margin-bottom: clamp(44px, 6vw, 76px); }
.zeman-intro h2, .zeman-section-head h2, .zeman-process h2, .zeman-cta h2 { letter-spacing: -.075em; }
.zeman-intro__statement { max-width: 720px; }
.zeman-intro__text { padding: 20px 0 20px 27px; border-left: 2px solid var(--z-accent); }
.zeman-intro__text p { margin-bottom: 22px; color: #53616a; }
.zeman-service-grid { gap: 16px; border: 0; }
.zeman-service-card {
  isolation: isolate;
  min-height: 348px;
  padding: 28px 27px 27px;
  border: 1px solid rgba(10,17,24,.08);
  border-radius: 24px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 8px 24px rgba(22,35,42,.05);
}
.zeman-service-card::before { z-index: 0; inset: auto 0 0; height: 5px; border-radius: 0 0 23px 23px; background: linear-gradient(90deg, var(--z-accent), #f4a6aa); transition: height .42s var(--z-ease); }
.zeman-service-card > * { position: relative; z-index: 1; }
.zeman-service-card:hover { color: #fff; border-color: transparent; box-shadow: 0 25px 45px rgba(12,24,32,.2); }
.zeman-service-card:hover::before { height: 100%; border-radius: 23px; background: linear-gradient(145deg, #15242d, #0b1218); }
.zeman-service-card__index { width: fit-content; padding: 5px 8px; color: var(--z-accent); border: 1px solid rgba(213,31,41,.17); border-radius: 999px; background: rgba(213,31,41,.05); font-size: 10px; }
.zeman-service-card:hover .zeman-service-card__index { color: #fff; border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.1); }
.zeman-service-card__arrow { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(10,17,24,.12); border-radius: 50%; font-size: 17px; }
.zeman-service-card:hover .zeman-service-card__arrow { border-color: rgba(255,255,255,.24); color: var(--z-accent); }
.zeman-service-card h3 { max-width: 270px; font-size: clamp(1.52rem, 2vw, 2rem); }
.zeman-service-card__line { opacity: .7; }.zeman-service-card:hover .zeman-service-card__line { background: rgba(255,255,255,.2); }

.zeman-projects { background: linear-gradient(180deg, #eeece7, #e7e5df); }
.zeman-section-head { margin-bottom: 42px; }
.zeman-project-grid { gap: 18px; }
.zeman-project-card {
  border: 1px solid rgba(10,17,24,.08);
  border-radius: 24px;
  box-shadow: 0 12px 32px rgba(17,28,34,.075);
  transition: transform .34s var(--z-ease), box-shadow .34s var(--z-ease);
}
.zeman-project-card:hover { transform: translateY(-7px); box-shadow: 0 26px 48px rgba(17,28,34,.17); }
.zeman-project-card__image { aspect-ratio: 1.24 / 1; }
.zeman-project-card__image::after { position: absolute; inset: 11px; content: ""; border: 1px solid rgba(255,255,255,.24); border-radius: 16px; pointer-events: none; }
.zeman-project-card__serial { position: absolute; top: 22px; left: 22px; z-index: 1; padding: 7px 9px; color: #fff; border: 1px solid rgba(255,255,255,.26); border-radius: 999px; background: rgba(5,12,17,.38); font-size: 10px; font-weight: 800; letter-spacing: .12em; backdrop-filter: blur(8px); }
.zeman-project-card__arrow { top: 23px; right: 23px; width: 42px; height: 42px; border-radius: 50%; box-shadow: 0 8px 18px rgba(0,0,0,.16); }
.zeman-project-card__body { min-height: 168px; padding: 22px 23px 24px; }
.zeman-project-card__meta span, .zeman-project-facts span { border-radius: 999px; }
.zeman-project-card--placeholder .zeman-project-card__image { background: linear-gradient(135deg, #162934, #778d94); }

.zeman-process { margin: 0 32px; border-radius: 34px; background: radial-gradient(circle at 87% 6%, rgba(213,31,41,.25), transparent 30%), radial-gradient(circle at 71% 80%, rgba(97,151,169,.22), transparent 32%), #0b141b; }
.zeman-process__grid { padding-inline: clamp(8px, 3vw, 44px); }
.zeman-process__step { padding: 28px 0; }
.zeman-process__step > span { display: grid; width: 35px; height: 35px; place-items: center; border: 1px solid rgba(213,31,41,.42); border-radius: 50%; background: rgba(213,31,41,.08); font-size: 10px; }
.zeman-process__step h3 { font-size: 24px; }

.zeman-cta { padding: clamp(50px, 7vw, 90px) 0; background: var(--z-paper); }
.zeman-cta__inner { padding: clamp(35px, 5vw, 72px); border-radius: 32px; background: linear-gradient(118deg, #0c151c 0%, #182c37 58%, #a01c29 150%); box-shadow: 0 24px 50px rgba(10,17,24,.16); }
.zeman-cta__inner::after { position: absolute; inset: 0; content: ""; border: 1px solid rgba(255,255,255,.15); border-radius: inherit; pointer-events: none; }
.zeman-cta__inner { position: relative; overflow: hidden; }
.zeman-cta__inner > * { position: relative; z-index: 1; }
.zeman-cta__inner::before { position: absolute; right: -8%; bottom: -145%; width: 470px; height: 470px; content: ""; border: 54px solid rgba(213,31,41,.55); border-radius: 50%; transform: rotate(-13deg); }
.zeman-cta .zeman-eyebrow span { background: var(--z-accent); }
.zeman-button--light { border-radius: 999px; }

.zeman-footer { background: #070c10; }
.zeman-footer__main { padding: 82px 0 67px; }
.zeman-footer .custom-logo-link { padding: 7px 10px; border-radius: 12px; box-shadow: 0 10px 22px rgba(0,0,0,.25); }
.zeman-footer__socials a { border-radius: 50%; }.zeman-footer__bottom { border-color: rgba(255,255,255,.08); }

@media (min-width: 1101px) {
  .zeman-project-card--1:first-child { grid-column: span 2; }
  .zeman-project-card--1:first-child .zeman-project-card__image { aspect-ratio: 1.75 / 1; }
  .zeman-project-card--1:first-child .zeman-project-card__body { min-height: 148px; }
}
@media (max-width: 1100px) {
  .zeman-hero__insight { width: min(290px, 30vw); }
}
@media (max-width: 800px) {
  .zeman-header__inner { min-height: 73px; }
  .zeman-brand .custom-logo-link { padding: 5px 8px; border-radius: 10px; }
  .zeman-hero { min-height: 770px; border-radius: 0 0 28px 28px; }
  .zeman-hero__content { padding-top: 100px; padding-bottom: 175px; }
  .zeman-hero__insight { display: none; }
  .zeman-hero__rail { width: 28%; opacity: .55; }
  .zeman-hero__stats { bottom: 17px; width: calc(100% - 40px); border-radius: 16px; }
  .zeman-hero__stats > div { min-height: 76px; padding: 10px; }
  .zeman-service-card { min-height: 280px; }
  .zeman-process { margin-inline: 16px; border-radius: 25px; }
  .zeman-cta__inner { border-radius: 24px; }
}
@media (max-width: 480px) {
  .zeman-hero { min-height: 725px; }
  .zeman-hero__content { padding-top: 82px; }
  .zeman-hero__stats { bottom: 13px; width: calc(100% - 24px); }
  .zeman-hero__stats > div { padding: 9px 7px; }
  .zeman-hero__stats strong { font-size: 22px; }
  .zeman-hero__stats span { font-size: 8px; }
  .zeman-process { margin-inline: 0; border-radius: 0; }
}

/* --------------------------------------------------------------------------
   Premium V3 — signature motion and scroll choreography
   -------------------------------------------------------------------------- */
:root {
  --z-scroll-progress: 0;
  --z-pointer-x: 0;
  --z-pointer-y: 0;
  --z-cursor-x: 50%;
  --z-cursor-y: 50%;
  --z-reveal-order: 0;
}
html { scrollbar-color: var(--z-accent) #dcd9d2; scrollbar-width: thin; }
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #e9e7e1; }
::-webkit-scrollbar-thumb { border: 3px solid #e9e7e1; border-radius: 999px; background: var(--z-accent); }
::-webkit-scrollbar-thumb:hover { background: var(--z-accent-dark); }
.zeman-section { scroll-margin-top: 108px; }
.zeman-header::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  content: "";
  transform: scaleX( var(--z-scroll-progress) );
  transform-origin: 0 50%;
  background: linear-gradient(90deg, var(--z-accent), #f18b91);
  transition: transform .08s linear;
  pointer-events: none;
}

.zeman-reel {
  position: relative;
  z-index: 4;
  overflow: hidden;
  color: rgba(255,255,255,.82);
  background: linear-gradient(100deg, #070d12 0%, #152730 50%, #090f14 100%);
  border-block: 1px solid rgba(255,255,255,.09);
  box-shadow: inset 0 1px rgba(255,255,255,.04), 0 12px 28px rgba(10,17,24,.07);
}
.zeman-reel::before, .zeman-reel::after {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: min(16vw, 180px);
  content: "";
  pointer-events: none;
}
.zeman-reel::before { left: 0; background: linear-gradient(90deg, #080e13, transparent); }
.zeman-reel::after { right: 0; background: linear-gradient(270deg, #0b1318, transparent); }
.zeman-reel__track {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 14px 0 15px;
  animation: zeman-reel-slide 30s linear infinite;
  will-change: transform;
}
.zeman-reel__track span {
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.zeman-reel__track i {
  flex: 0 0 auto;
  margin: 0 27px;
  color: var(--z-accent);
  font-size: 12px;
  font-style: normal;
}
@keyframes zeman-reel-slide {
  to { transform: translate3d(-50%, 0, 0); }
}

.js .zeman-reveal {
  opacity: 0;
  transform: translate3d(0, 30px, 0) scale(.985);
  filter: blur(5px);
  transition: opacity .76s var(--z-ease), transform .82s var(--z-ease), filter .68s var(--z-ease);
  transition-delay: calc(var(--z-reveal-order) * 55ms);
}
.js .zeman-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

.zeman-hero__cursor {
  position: absolute;
  z-index: -1;
  top: var(--z-cursor-y);
  left: var(--z-cursor-x);
  width: clamp(220px, 30vw, 460px);
  aspect-ratio: 1;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0;
  background: radial-gradient(circle, rgba(213,31,41,.19) 0%, rgba(123,171,186,.11) 28%, transparent 69%);
  filter: blur(8px);
  transition: opacity .45s var(--z-ease), top .7s var(--z-ease), left .7s var(--z-ease);
  pointer-events: none;
}
.zeman-hero__media, .zeman-hero__grid, .zeman-hero__rail { will-change: transform; }
.zeman-hero__media { transition: transform 1.1s cubic-bezier(.16, .8, .22, 1); }
.zeman-hero__grid { transition: transform .9s cubic-bezier(.16, .8, .22, 1); }
.zeman-hero__rail { transition: transform 1.05s cubic-bezier(.16, .8, .22, 1); }
.js .zeman-hero__insight.zeman-reveal.is-visible {
  transform: translate3d(0, 0, 0) scale(1);
  transition: transform .82s var(--z-ease), opacity .76s var(--z-ease), filter .68s var(--z-ease);
}

.zeman-button[data-zeman-magnetic] {
  --z-magnetic-x: 0px;
  --z-magnetic-y: 0px;
  --z-button-lift: 0px;
  transform: translate3d(var(--z-magnetic-x), calc(var(--z-magnetic-y) + var(--z-button-lift)), 0);
  transition: transform .42s cubic-bezier(.16, .8, .22, 1), background .22s var(--z-ease), border-color .22s var(--z-ease), box-shadow .3s var(--z-ease);
}
.zeman-button[data-zeman-magnetic]:hover { --z-button-lift: -3px; }
.zeman-service-card { transition: color .38s var(--z-ease), border-color .38s var(--z-ease), box-shadow .38s var(--z-ease), transform .48s cubic-bezier(.16, .8, .22, 1); }
.zeman-cta__inner::before { transition: transform .85s cubic-bezier(.16, .8, .22, 1); }

.zeman-project-card {
  --z-card-lift: 0px;
  --z-card-rotate-x: 0deg;
  --z-card-rotate-y: 0deg;
  --z-card-image-x: 0px;
  --z-card-image-y: 0px;
}
.zeman-project-card__image img { transition: transform .65s cubic-bezier(.16, .8, .22, 1); }

@media (hover: hover) and (pointer: fine) {
  .zeman-hero:hover .zeman-hero__cursor { opacity: 1; }
  .zeman-hero[data-zeman-parallax] .zeman-hero__media {
    transform: scale(1.045) translate3d(calc(var(--z-pointer-x) * -7px), calc(var(--z-pointer-y) * -5px), 0);
  }
  .zeman-hero[data-zeman-parallax] .zeman-hero__grid {
    transform: translate3d(calc(var(--z-pointer-x) * -13px), calc(var(--z-pointer-y) * -9px), 0);
  }
  .zeman-hero[data-zeman-parallax] .zeman-hero__rail {
    transform: skewX(-14deg) translate3d(calc(var(--z-pointer-x) * 13px), calc(var(--z-pointer-y) * 7px), 0);
  }
  .js .zeman-hero__insight.zeman-reveal.is-visible {
    transform: translate3d(calc(var(--z-pointer-x) * 7px), calc(var(--z-pointer-y) * 7px), 0) scale(1);
  }
  .zeman-service-card:hover { transform: translate3d(0, -8px, 0); }
  .zeman-cta__inner:hover::before { transform: translate3d(-31px, -18px, 0) rotate(-19deg); }
  .js .zeman-project-card.zeman-reveal.is-visible {
    transform: perspective(1000px) translate3d(0, var(--z-card-lift), 0) rotateX(var(--z-card-rotate-x)) rotateY(var(--z-card-rotate-y));
    transition: transform .46s cubic-bezier(.16, .8, .22, 1), box-shadow .38s var(--z-ease);
    will-change: transform;
  }
  .js .zeman-project-card.zeman-reveal.is-visible:hover {
    --z-card-lift: -7px;
    box-shadow: 0 28px 52px rgba(17,28,34,.19);
  }
  .js .zeman-project-card.zeman-reveal.is-visible .zeman-project-card__image img {
    transform: translate3d(var(--z-card-image-x), var(--z-card-image-y), 0) scale(1.025);
  }
  .js .zeman-project-card.zeman-reveal.is-visible:hover .zeman-project-card__image img {
    transform: translate3d(var(--z-card-image-x), var(--z-card-image-y), 0) scale(1.065);
  }
}

@media (max-width: 800px) {
  .zeman-section { scroll-margin-top: 82px; }
  .zeman-reel__track { padding-block: 12px; animation-duration: 25s; }
  .zeman-reel__track span { font-size: 9px; letter-spacing: .14em; }
  .zeman-reel__track i { margin-inline: 18px; font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  .zeman-reel__track { animation: none; transform: none; }
  .zeman-hero__cursor { display: none; }
  .js .zeman-reveal {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
}

/* --------------------------------------------------------------------------
   Premium V4 — cinematic media, case studies and enquiry conversion
   -------------------------------------------------------------------------- */
.zeman-hero__media { overflow: hidden; }
.zeman-hero__video {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .94;
  transform: scale(1.018);
}
.zeman-hero__video-toggle {
  position: absolute;
  z-index: 4;
  right: clamp(22px, 3.2vw, 58px);
  bottom: 139px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 35px;
  padding: 8px 12px;
  color: rgba(255,255,255,.85);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(6,12,17,.42);
  box-shadow: inset 0 1px rgba(255,255,255,.08);
  backdrop-filter: blur(12px);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: color .25s var(--z-ease), border-color .25s var(--z-ease), background .25s var(--z-ease);
}
.zeman-hero__video-toggle:hover { color: #fff; border-color: rgba(255,255,255,.42); background: rgba(6,12,17,.7); }
.zeman-hero__video-toggle > span:first-child { color: var(--z-accent); font-size: 11px; }

.zeman-journey {
  position: relative;
  margin: 0 32px;
  padding: clamp(75px, 9vw, 135px) 0;
  overflow: hidden;
  color: #fff;
  border-radius: 34px;
  background: radial-gradient(circle at 85% 10%, rgba(213,31,41,.28), transparent 26%), radial-gradient(circle at 10% 91%, rgba(69,123,144,.26), transparent 34%), #091219;
  isolation: isolate;
}
.zeman-journey::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  opacity: .48;
  background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(90deg, #000, rgba(0,0,0,.18));
}
.zeman-journey__grid { display: grid; grid-template-columns: minmax(290px, .92fr) minmax(360px, 1.08fr); gap: clamp(50px, 9vw, 150px); align-items: start; }
.zeman-journey__sticky { position: sticky; top: 118px; }
.zeman-journey__head { max-width: 530px; }
.zeman-journey__head h2 { margin: 0; color: #fff; font-size: clamp(2.7rem, 4.5vw, 4.75rem); font-weight: 720; letter-spacing: -.078em; line-height: .97; text-wrap: balance; }
.zeman-journey__head > p:last-child { max-width: 460px; margin: 25px 0 0; color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.75; }
.zeman-journey__visual {
  position: relative;
  min-height: 365px;
  margin-top: clamp(35px, 6vw, 65px);
  padding: 23px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(5,13,18,.42));
  box-shadow: inset 0 1px rgba(255,255,255,.14), 0 28px 60px rgba(0,0,0,.17);
  backdrop-filter: blur(15px) saturate(130%);
}
.zeman-journey__visual::before {
  position: absolute;
  top: -20%;
  right: -10%;
  width: 72%;
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgba(255,255,255,.03), 0 0 0 57px rgba(255,255,255,.025);
}
.zeman-journey__visual-top, .zeman-journey__visual-bottom { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.zeman-journey__visual-top > span { color: var(--z-accent); font-size: clamp(3.8rem, 7vw, 6.7rem); font-weight: 760; letter-spacing: -.09em; line-height: .8; transition: color .45s var(--z-ease); }
.zeman-journey__visual-top b { max-width: 140px; color: rgba(255,255,255,.84); font-size: 11px; letter-spacing: .12em; line-height: 1.35; text-align: right; text-transform: uppercase; }
.zeman-journey__visual-copy { position: relative; z-index: 1; max-width: 78%; margin-top: 30px; padding: 13px 0 13px 16px; border-left: 2px solid var(--z-accent); text-shadow: 0 2px 18px rgba(0,0,0,.26); }
.zeman-journey__visual-copy > span { display: block; margin-bottom: 8px; color: rgba(255,255,255,.58); font-size: 9px; font-weight: 800; letter-spacing: .14em; line-height: 1.2; text-transform: uppercase; }
.zeman-journey__visual-copy strong { display: block; max-width: 310px; color: #fff; font-size: clamp(1.2rem, 2.15vw, 1.62rem); font-weight: 700; letter-spacing: -.052em; line-height: 1.04; }
.zeman-journey__visual-copy p { max-width: 285px; margin: 10px 0 0; color: rgba(255,255,255,.7); font-size: 11px; line-height: 1.52; }
.zeman-journey__structure { position: absolute; right: 6%; bottom: 41px; left: 5%; display: flex; align-items: end; justify-content: space-between; height: 58%; transform: skewX(-14deg); }
.zeman-journey__structure i { display: block; width: clamp(17px, 5vw, 43px); height: 100%; transform-origin: 50% 100%; background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(213,31,41,.18) 56%, var(--z-accent)); box-shadow: 0 0 0 1px rgba(255,255,255,.08); transition: height .7s cubic-bezier(.16,.8,.22,1), opacity .55s var(--z-ease), background .55s var(--z-ease); }
.zeman-journey__structure i:nth-child(1) { height: 42%; opacity: .55; }.zeman-journey__structure i:nth-child(2) { height: 78%; opacity: .75; }.zeman-journey__structure i:nth-child(3) { height: 59%; }.zeman-journey__structure i:nth-child(4) { height: 91%; opacity: .72; }.zeman-journey__structure i:nth-child(5) { height: 32%; opacity: .45; }
.zeman-journey[data-zeman-journey-active="02"] .zeman-journey__structure i:nth-child(1) { height: 72%; }.zeman-journey[data-zeman-journey-active="02"] .zeman-journey__structure i:nth-child(2) { height: 38%; opacity: .45; }.zeman-journey[data-zeman-journey-active="02"] .zeman-journey__structure i:nth-child(3) { height: 94%; }.zeman-journey[data-zeman-journey-active="02"] .zeman-journey__structure i:nth-child(4) { height: 63%; }.zeman-journey[data-zeman-journey-active="02"] .zeman-journey__structure i:nth-child(5) { height: 54%; opacity: .65; }
.zeman-journey[data-zeman-journey-active="03"] .zeman-journey__structure i:nth-child(1) { height: 35%; opacity: .4; }.zeman-journey[data-zeman-journey-active="03"] .zeman-journey__structure i:nth-child(2) { height: 61%; }.zeman-journey[data-zeman-journey-active="03"] .zeman-journey__structure i:nth-child(3) { height: 45%; opacity: .5; }.zeman-journey[data-zeman-journey-active="03"] .zeman-journey__structure i:nth-child(4) { height: 72%; }.zeman-journey[data-zeman-journey-active="03"] .zeman-journey__structure i:nth-child(5) { height: 97%; opacity: .98; background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(213,31,41,.5) 60%, var(--z-accent)); }
.zeman-journey__visual-bottom { position: absolute; right: 23px; bottom: 20px; left: 23px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.55); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.zeman-journey__visual-bottom b { color: var(--z-accent); }
.zeman-journey__steps { display: grid; gap: 18px; padding-top: clamp(28px, 6vw, 90px); }
.zeman-journey__step {
  position: relative;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 24px;
  min-height: 236px;
  padding: 32px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 22px;
  background: rgba(255,255,255,.045);
  transition: background .45s var(--z-ease), border-color .45s var(--z-ease), transform .45s var(--z-ease), box-shadow .45s var(--z-ease);
}
.zeman-journey__step::before { position: absolute; top: 0; bottom: 0; left: 0; width: 3px; content: ""; transform: scaleY(.2); transform-origin: 50% 50%; background: var(--z-accent); transition: transform .48s var(--z-ease); }
.zeman-journey__step.is-active { border-color: rgba(255,255,255,.25); background: linear-gradient(132deg, rgba(213,31,41,.17), rgba(255,255,255,.065)); box-shadow: 0 20px 42px rgba(0,0,0,.12); }
.zeman-journey__step.is-active::before { transform: scaleY(1); }
.zeman-journey__step-index { display: grid; width: 48px; height: 48px; place-items: center; color: var(--z-accent); border: 1px solid rgba(213,31,41,.42); border-radius: 50%; background: rgba(213,31,41,.08); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.zeman-journey__step > div:last-child > p:first-child { margin: 2px 0 16px; color: rgba(255,255,255,.52); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.zeman-journey__step h3 { margin: 0; color: #fff; font-size: clamp(1.6rem, 2.4vw, 2.35rem); font-weight: 700; letter-spacing: -.055em; line-height: 1; }
.zeman-journey__step-text { max-width: 430px; margin: 19px 0 0; color: rgba(255,255,255,.74); font-size: 15px; line-height: 1.7; }

.zeman-project-filter { display: flex; flex-wrap: wrap; gap: 9px; margin: 0 0 40px; }
.zeman-project-filter a { padding: 9px 14px; color: #52616a; border: 1px solid rgba(10,17,24,.12); border-radius: 999px; background: rgba(255,255,255,.54); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; transition: color .25s var(--z-ease), border-color .25s var(--z-ease), background .25s var(--z-ease), transform .25s var(--z-ease); }
.zeman-project-filter a:hover, .zeman-project-filter a.is-active { color: #fff; border-color: var(--z-ink); background: var(--z-ink); transform: translateY(-2px); }

.zeman-case-study-wrap { background: linear-gradient(180deg, var(--z-paper), #ebe9e4); }
.zeman-case-study { display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, 330px); gap: clamp(42px, 8vw, 130px); align-items: start; }
.zeman-case-study__article { min-width: 0; }
.zeman-case-study__intro { margin: 0 0 36px; }
.zeman-case-study__intro h2 { max-width: 620px; margin: 0; color: var(--z-ink); font-size: clamp(2.3rem, 4vw, 4rem); font-weight: 720; letter-spacing: -.07em; line-height: .98; }
.zeman-case-study__sidebar { position: sticky; top: 117px; display: grid; gap: 14px; }
.zeman-case-study__facts { padding: 24px; border: 1px solid rgba(10,17,24,.1); border-radius: 20px; background: rgba(255,255,255,.76); box-shadow: 0 14px 35px rgba(17,28,34,.06); }
.zeman-case-study__facts > p { margin: 0 0 20px; color: var(--z-muted); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.zeman-case-study__facts dl { display: grid; gap: 0; margin: 0; }
.zeman-case-study__facts dl > div { display: grid; gap: 4px; padding: 13px 0; border-top: 1px solid rgba(10,17,24,.09); }
.zeman-case-study__facts dt { color: var(--z-muted); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.zeman-case-study__facts dd { margin: 0; color: var(--z-ink); font-size: 13px; font-weight: 660; line-height: 1.45; }
.zeman-case-study__quote { width: 100%; padding-inline: 16px; font-size: 10px; }
.zeman-case-study__back { width: fit-content; margin: 7px 0 0; }
.zeman-case-study__insights { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: clamp(45px, 7vw, 82px); }
.zeman-case-study__insights article { min-height: 250px; padding: 27px; border: 1px solid rgba(10,17,24,.1); border-radius: 20px; background: rgba(255,255,255,.68); box-shadow: 0 10px 26px rgba(17,28,34,.045); }
.zeman-case-study__insights article > p:first-child { margin: 0 0 24px; color: var(--z-accent); font-size: 9px; font-weight: 850; letter-spacing: .14em; }
.zeman-case-study__insights h3 { margin: 0; color: var(--z-ink); font-size: 25px; font-weight: 700; letter-spacing: -.05em; }
.zeman-case-study__insights h3 + p { margin: 15px 0 0; color: #56656e; font-size: 15px; line-height: 1.72; }

.zeman-quote-trigger {
  position: fixed;
  z-index: 180;
  right: 22px;
  bottom: 83px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 49px;
  padding: 10px 13px 10px 15px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(9,18,25,.9);
  box-shadow: 0 16px 35px rgba(7,12,16,.26), inset 0 1px rgba(255,255,255,.08);
  backdrop-filter: blur(15px);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: transform .35s cubic-bezier(.16,.8,.22,1), background .25s var(--z-ease), box-shadow .25s var(--z-ease);
}
.zeman-quote-trigger:hover { transform: translateY(-4px); background: var(--z-accent); box-shadow: 0 18px 39px rgba(165,15,24,.34); }
.zeman-quote-trigger__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--z-accent); box-shadow: 0 0 0 5px rgba(213,31,41,.15); transition: background .25s var(--z-ease); }
.zeman-quote-trigger:hover .zeman-quote-trigger__dot { background: #fff; }
.zeman-quote-trigger b { color: var(--z-accent); font-size: 16px; line-height: 1; transition: color .25s var(--z-ease); }
.zeman-quote-trigger:hover b { color: #fff; }
.zeman-quote-panel[hidden] { display: none; }
.zeman-quote-panel { position: fixed; z-index: 420; inset: 0; }
.zeman-quote-panel__backdrop { position: absolute; inset: 0; opacity: 0; background: rgba(4,10,14,.58); backdrop-filter: blur(5px); transition: opacity .32s var(--z-ease); }
.zeman-quote-panel__drawer { position: absolute; top: 0; right: 0; display: flex; flex-direction: column; width: min(100%, 655px); height: 100%; padding: clamp(26px, 4vw, 48px); overflow-y: auto; transform: translateX(103%); color: #fff; background: linear-gradient(145deg, #0b151b, #152a34); box-shadow: -25px 0 65px rgba(0,0,0,.28); transition: transform .42s cubic-bezier(.16,.8,.22,1); }
.zeman-quote-panel__drawer::before { position: absolute; right: -18%; bottom: -20%; width: 400px; aspect-ratio: 1; content: ""; border: 55px solid rgba(213,31,41,.3); border-radius: 50%; pointer-events: none; }
.zeman-quote-panel.is-open .zeman-quote-panel__backdrop { opacity: 1; }
.zeman-quote-panel.is-open .zeman-quote-panel__drawer { transform: translateX(0); }
.zeman-quote-panel__head { position: relative; z-index: 1; display: flex; align-items: start; justify-content: space-between; gap: 25px; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.15); }
.zeman-quote-panel__head p { margin: 0 0 8px; color: rgba(255,255,255,.5); font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.zeman-quote-panel__head h2 { margin: 0; color: #fff; font-size: clamp(2rem, 4vw, 3rem); font-weight: 720; letter-spacing: -.065em; line-height: 1; }
.zeman-quote-panel__head button { display: grid; flex: 0 0 auto; width: 40px; height: 40px; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: transparent; font-size: 28px; line-height: 1; transition: background .2s var(--z-ease), border-color .2s var(--z-ease); }
.zeman-quote-panel__head button:hover { border-color: var(--z-accent); background: var(--z-accent); }
.zeman-quote-panel__intro { position: relative; z-index: 1; max-width: 500px; margin: 22px 0 27px; color: rgba(255,255,255,.68); font-size: 15px; line-height: 1.7; }
.zeman-quote-form { position: relative; z-index: 1; }
.zeman-quote-form__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.zeman-quote-form__field { margin: 0; }
.zeman-quote-form__field label { display: block; margin: 0 0 7px; color: rgba(255,255,255,.75); font-size: 10px; font-weight: 750; letter-spacing: .06em; }
.zeman-quote-form__field label b { color: var(--z-accent); }
.zeman-quote-form__field input, .zeman-quote-form__field select, .zeman-quote-form__field textarea { width: 100%; min-height: 45px; padding: 11px 12px; color: #fff; border: 1px solid rgba(255,255,255,.16); border-radius: 11px; outline: 0; background: rgba(255,255,255,.055); font-size: 13px; transition: border-color .2s var(--z-ease), background .2s var(--z-ease), box-shadow .2s var(--z-ease); }
.zeman-quote-form__field textarea { min-height: 104px; resize: vertical; }
.zeman-quote-form__field select { color-scheme: dark; }
.zeman-quote-form__field input::placeholder, .zeman-quote-form__field textarea::placeholder { color: rgba(255,255,255,.34); }
.zeman-quote-form__field input:focus, .zeman-quote-form__field select:focus, .zeman-quote-form__field textarea:focus { border-color: rgba(213,31,41,.8); background: rgba(255,255,255,.08); box-shadow: 0 0 0 3px rgba(213,31,41,.13); }
.zeman-quote-form__field--full { margin-top: 13px; }
.zeman-quote-form__field small { display: block; margin-top: 8px; color: rgba(255,255,255,.43); font-size: 10px; line-height: 1.45; }
.zeman-quote-form__honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }
.zeman-quote-form__footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 24px; }
.zeman-quote-form__footer > p { max-width: 230px; margin: 0; color: rgba(255,255,255,.43); font-size: 10px; line-height: 1.45; }
.zeman-quote-form__footer .zeman-button { flex: 0 0 auto; min-height: 48px; padding-inline: 16px; font-size: 10px; }
.zeman-quote-form__notice { margin: 0 0 17px; padding: 12px 13px; border-radius: 11px; font-size: 12px; line-height: 1.45; }
.zeman-quote-form__notice--success { color: #d9f3e4; border: 1px solid rgba(100,203,144,.38); background: rgba(45,133,85,.18); }
.zeman-quote-form__notice--error { color: #ffdadd; border: 1px solid rgba(230,96,107,.44); background: rgba(190,40,51,.17); }

@media (max-width: 900px) {
  .zeman-journey { margin-inline: 16px; border-radius: 28px; }
  .zeman-journey__grid { grid-template-columns: 1fr; gap: 43px; }
  .zeman-journey__sticky { position: static; }
  .zeman-journey__visual { min-height: 310px; margin-top: 35px; }
  .zeman-journey__steps { padding-top: 0; }
  .zeman-case-study { grid-template-columns: 1fr; gap: 38px; }
  .zeman-case-study__sidebar { position: static; grid-template-columns: minmax(0, 1fr) minmax(215px, .65fr); align-items: start; }
  .zeman-case-study__quote { align-self: stretch; height: fit-content; }
  .zeman-case-study__back { grid-column: 2; }
}
@media (max-width: 800px) {
  .zeman-hero__video { display: none; }
  .zeman-hero__video-toggle { display: none; }
  .zeman-quote-trigger { right: 15px; bottom: 73px; min-height: 45px; }
  .zeman-quote-trigger span:not(.zeman-quote-trigger__dot) { display: none; }
  .zeman-quote-trigger b { color: #fff; }
  .zeman-journey__step { grid-template-columns: 43px minmax(0, 1fr); min-height: 0; padding: 25px 21px; gap: 17px; }
  .zeman-journey__step-index { width: 39px; height: 39px; }
  .zeman-case-study__sidebar { grid-template-columns: 1fr; }
  .zeman-case-study__back { grid-column: auto; }
}
@media (max-width: 560px) {
  .zeman-journey { margin-inline: 0; border-radius: 0; }
  .zeman-journey__visual { min-height: 270px; padding: 18px; border-radius: 18px; }
  .zeman-journey__visual-top > span { font-size: 52px; }
  .zeman-journey__visual-copy { max-width: 90%; margin-top: 18px; padding-top: 9px; padding-bottom: 9px; }
  .zeman-journey__visual-copy > span { margin-bottom: 5px; font-size: 8px; }
  .zeman-journey__visual-copy strong { font-size: 19px; }
  .zeman-journey__visual-copy p { display: none; }
  .zeman-journey__steps { gap: 10px; }
  .zeman-journey__step h3 { font-size: 25px; }
  .zeman-journey__step-text { font-size: 14px; }
  .zeman-case-study__insights { grid-template-columns: 1fr; }
  .zeman-quote-panel__drawer { padding: 25px 18px; }
  .zeman-quote-form__grid { grid-template-columns: 1fr; }
  .zeman-quote-form__footer { align-items: stretch; flex-direction: column; }
  .zeman-quote-form__footer > p { max-width: none; }
  .zeman-quote-form__footer .zeman-button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .zeman-hero__video { display: none; }
  .zeman-journey__structure i, .zeman-quote-panel__backdrop, .zeman-quote-panel__drawer { transition: none !important; }
}
