@import url('https://fonts.googleapis.com/css2?family=Cormorant+SC:wght@300;400;500;600&family=Jost:wght@300;400;500;600&display=swap');

:root {
	--zrd-bg: #f8f8f8;
	--zrd-white: #fff;
	--zrd-ink: #151515;
	--zrd-green: #054815;
	--zrd-sage: #758956;
	--zrd-line: rgba(21, 21, 21, .18);
	--zrd-container: 1760px;
	--zrd-pad: clamp(18px, 2.2vw, 32px);
	--zrd-display: "Cormorant SC", Georgia, serif;
	--zrd-sans: "Futura PT", "Jost", "Century Gothic", Arial, sans-serif;
}

html { scroll-behavior: smooth; }
body.zrd-site { margin: 0; background: var(--zrd-bg); color: var(--zrd-ink); font-family: var(--zrd-sans); font-size: 16px; line-height: 1.35; }
body.zrd-site *, body.zrd-site *::before, body.zrd-site *::after { box-sizing: border-box; }
body.zrd-site img { display: block; max-width: 100%; }
body.zrd-site a { color: inherit; text-decoration: none; }
body.zrd-site button, body.zrd-site input, body.zrd-site textarea, body.zrd-site select { font: inherit; }
body.zrd-site h1, body.zrd-site h2, body.zrd-site h3, body.zrd-site p { margin-top: 0; }
.zrd-container { width: min(var(--zrd-container), calc(100% - 2 * var(--zrd-pad))); margin-inline: auto; }
.zrd-section { padding: clamp(72px, 9vw, 140px) 0; }
.zrd-section-title { font-size: clamp(38px, 4vw, 68px); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
.zrd-section-title--center { text-align: center; }
.zrd-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: clamp(36px, 5vw, 72px); }
.zrd-section-head h2 { max-width: 980px; margin: 0; font-size: clamp(38px, 4.5vw, 70px); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
.zrd-section-head > p, .zrd-section-head > a { max-width: 380px; }
.zrd-section-head > a { padding-bottom: 8px; border-bottom: 1px solid currentColor; }
.zrd-section__action { display: flex; justify-content: center; margin-top: 34px; }
.zrd-eyebrow { text-transform: uppercase; letter-spacing: .12em; font-size: 12px; }
.zrd-skip-link { position: fixed; z-index: 10000; top: 8px; left: 8px; transform: translateY(-150%); background: #fff; padding: 10px 14px; }
.zrd-skip-link:focus { transform: none; }

.zrd-button, body.zrd-site a.zrd-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 52px; padding: 12px 18px; border: 1px solid var(--zrd-ink); border-radius: 0; background: var(--zrd-ink); color: #fff; cursor: pointer; transition: background .2s, color .2s, transform .2s; }
.zrd-button:hover { background: var(--zrd-green); color: #fff; transform: translateY(-2px); }
.zrd-button--ghost, body.zrd-site a.zrd-button--ghost { min-width: 52px; padding-inline: 15px; background: transparent; color: var(--zrd-green); border-color: var(--zrd-green); }
.zrd-button--light, body.zrd-site a.zrd-button--light { background: #fff; color: var(--zrd-ink); }
.zrd-button--small { min-height: 38px; padding: 8px 14px; }
.zrd-button--card { width: 100%; min-height: 44px; margin-top: auto; font-size: 13px; text-align: center; justify-content: center; }

.zrd-header { position: sticky; z-index: 50; top: 0; background: rgba(248, 248, 248, .96); border-bottom: 1px solid var(--zrd-line); backdrop-filter: blur(10px); }
.zrd-header__top { min-height: 82px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.zrd-socials { display: flex; gap: 8px; }
.zrd-socials a, .zrd-footer__socials a, body.zrd-site .zrd-socials a, body.zrd-site .zrd-footer__socials a { width: 42px; height: 42px; display: grid; place-items: center; background: var(--zrd-ink); color: #fff; font-weight: 600; }
.zrd-logo { display: inline-flex; flex-direction: column; align-items: center; justify-content: center; font-family: var(--zrd-display); font-size: 20px; text-transform: uppercase; line-height: 1; }
.zrd-logo__mark { font-size: 22px; }
.zrd-logo__image { width: 178px; height: 50px; object-fit: contain; }
.zrd-header__contacts { display: flex; align-items: flex-end; flex-direction: column; font-size: 12px; }
.zrd-header__contacts a { font-size: 15px; margin-top: 4px; }
.zrd-nav { min-height: 54px; display: flex; align-items: center; border-top: 1px solid var(--zrd-line); }
.zrd-menu { width: 100%; margin: 0; padding: 0; display: flex; justify-content: space-between; gap: 20px; list-style: none; }
.zrd-menu a { display: block; padding: 17px 0; font-size: 14px; }
.zrd-menu a:hover { color: var(--zrd-green); }
.zrd-menu-toggle { display: none; width: 46px; height: 46px; padding: 0 10px; border: 0; background: transparent; }
.zrd-menu-toggle span { display: block; height: 1px; background: var(--zrd-ink); margin: 7px 0; }

.zrd-hero { min-height: min(780px, 78vh); background: linear-gradient(90deg, rgba(21,21,21,.08), rgba(21,21,21,.15)), var(--hero-image, linear-gradient(130deg,#d9ddd7,#879584)); background-size: cover; background-position: center; color: #fff; }
.zrd-hero__inner { min-height: inherit; padding-block: 38px; display: grid; grid-template-rows: auto 1fr auto; }
.zrd-hero h1 { margin: 0; align-self: start; font-family: var(--zrd-display); font-size: clamp(68px, 11.5vw, 190px); font-weight: 300; line-height: .82; letter-spacing: -.075em; text-transform: uppercase; text-shadow: 0 3px 24px rgba(0,0,0,.28); }
.zrd-hero__copy { justify-self: end; width: min(520px, 100%); padding: 24px; background: rgba(21,21,21,.58); backdrop-filter: blur(8px); }
.zrd-hero__copy h2 { font-size: clamp(26px, 3vw, 42px); font-weight: 400; line-height: 1; }
.zrd-hero__copy p { max-width: 440px; }

.zrd-stats { padding: 28px 0; background: #fff; }
.zrd-stats__grid { display: grid; grid-template-columns: repeat(3, 1fr) 1.5fr; gap: 28px; align-items: center; }
.zrd-stats__grid > div { display: flex; flex-direction: column; border-right: 1px solid var(--zrd-line); }
.zrd-stats strong { font-size: clamp(28px, 3.1vw, 50px); font-weight: 400; }
.zrd-stats span, .zrd-stats li { font-size: 13px; }
.zrd-stats ul { margin: 0; padding-left: 20px; columns: 2; }

.zrd-ready-hero { padding-bottom: 0; }
.zrd-ready-hero__grid { display: grid; grid-template-columns: 34% 18% 48%; min-height: 500px; }
.zrd-ready-hero__dark { padding: clamp(28px, 4vw, 60px); display: flex; flex-direction: column; align-items: flex-start; background: var(--zrd-ink); color: #fff; }
.zrd-ready-hero__dark > p { margin: 0 0 10px; font-size: clamp(42px, 5vw, 78px); font-weight: 300; line-height: .9; text-transform: uppercase; }
.zrd-ready-hero__price { margin-top: auto; margin-bottom: 18px; font-size: clamp(28px, 3vw, 50px); font-weight: 300; }
.zrd-ready-hero__facts { padding: 38px 24px; display: flex; flex-direction: column; gap: 15px; background: #fff; border-block: 1px solid var(--zrd-line); }
.zrd-ready-hero__facts strong { font-size: 27px; font-weight: 400; }
.zrd-ready-hero__image { overflow: hidden; min-height: 500px; }
.zrd-ready-hero__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.zrd-ready-hero__image:hover img { transform: scale(1.025); }

.zrd-services__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--zrd-line); }
.zrd-services__grid a { min-height: 360px; padding: 26px; display: flex; flex-direction: column; justify-content: space-between; background-size: cover; background-position: center; color: #fff; text-shadow: 0 1px 18px rgba(0,0,0,.4); }
.zrd-services__grid a:nth-child(1) { background-image: linear-gradient(180deg,rgba(21,21,21,.08),rgba(21,21,21,.76)), url('../images/service-build.webp'); }
.zrd-services__grid a:nth-child(2) { background-image: linear-gradient(180deg,rgba(21,21,21,.08),rgba(21,21,21,.76)), url('../images/service-frame.webp'); }
.zrd-services__grid a:nth-child(3) { background-image: linear-gradient(180deg,rgba(21,21,21,.08),rgba(21,21,21,.76)), url('../images/service-ready.webp'); }
.zrd-services__grid a:nth-child(4) { background-image: linear-gradient(180deg,rgba(21,21,21,.08),rgba(21,21,21,.76)), url('../images/service-interior.webp'); }
.zrd-services__grid span { font-size: clamp(24px, 2.2vw, 38px); line-height: 1; }
.zrd-services__grid strong { font-size: 13px; font-weight: 400; border-bottom: 1px solid; padding-bottom: 8px; }

.zrd-card-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 1fr; gap: 28px 18px; }
.zrd-card { min-width: 0; display: flex; flex-direction: column; background: #fff; }
.zrd-card__image { display: block; aspect-ratio: 1.18; overflow: hidden; background: #e9ece8; }
.zrd-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.zrd-card:hover .zrd-card__image img { transform: scale(1.035); }
.zrd-card__placeholder { display: grid; width: 100%; height: 100%; place-items: center; background: linear-gradient(135deg,#e9ece8,#c7cec4); color: #60665f; font-size: 13px; }
.zrd-card__body { flex: 1; padding: 14px; display: flex; flex-direction: column; align-items: stretch; }
.zrd-card h3 { min-height: 2em; margin: 0 0 8px; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-size: clamp(23px, 2vw, 31px); font-weight: 400; line-height: 1; }
.zrd-card p { min-height: 4.05em; margin: 0 0 10px; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; font-size: 13px; color: #4b4b4b; }
.zrd-card__price { margin: 0 0 14px; font-size: 17px; }
.zrd-card-grid--featured .zrd-card:nth-child(2), .zrd-card-grid--featured .zrd-card:nth-child(3) { transform: translateY(44px); }

.zrd-quiz { background: #fff; }
.zrd-quiz__head { text-align: center; margin-bottom: 42px; }
.zrd-quiz__head h2 { margin-bottom: 12px; font-size: clamp(38px, 4vw, 64px); font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.zrd-quiz__head p { max-width: 560px; margin-inline: auto; }
.zrd-quiz__progress { height: 4px; background: #dfe3dc; margin-bottom: 42px; }
.zrd-quiz__progress span { display: block; width: 33.333%; height: 100%; background: var(--zrd-green); transition: width .3s; }
.zrd-quiz__form.popup_form { width: 100%; display: block; margin: 0; }
.zrd-quiz fieldset { border: 0; margin: 0; padding: 0; }
.zrd-quiz legend { margin-bottom: 28px; font-size: clamp(28px, 3vw, 44px); line-height: 1.08; }
.zrd-quiz__step { display: none; }
.zrd-quiz__step.is-active { width: 100%; display: block; }
.zrd-quiz__options { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; padding-bottom: 42px; }
.zrd-quiz__options label { min-height: 200px; display: flex; align-items: flex-end; padding: 18px; background: linear-gradient(145deg,#e9e5df,#c2b29e); cursor: pointer; }
.zrd-quiz__options label:nth-child(2) { background: linear-gradient(145deg,#e8dfd0,#948a7d); }
.zrd-quiz__options label:nth-child(3) { background: linear-gradient(145deg,#d8d8d2,#6e7778); }
.zrd-quiz__options label:nth-child(4) { background: linear-gradient(145deg,#d8d0c3,#7d6959); }
.zrd-quiz__options label { min-height: 250px; padding: 0 0 30px; background-size: cover !important; background-position: center !important; color: var(--zrd-ink); }
.zrd-quiz__options label:nth-child(1) { background-image: url('../images/room-office.webp'); }
.zrd-quiz__options label:nth-child(2) { background-image: url('../images/room-bedroom.webp'); }
.zrd-quiz__options label:nth-child(3) { background-image: url('../images/room-kids.webp'); }
.zrd-quiz__options label:nth-child(4) { background-image: url('../images/room-wardrobe.webp'); }
.zrd-quiz__options label span { width: 100%; padding: 10px 0 0; transform: translateY(42px); background: var(--zrd-bg); }
.zrd-quiz input[type=checkbox], .zrd-quiz input[type=radio] { width: 20px; height: 20px; margin-right: 9px; accent-color: var(--zrd-green); }
.zrd-quiz__choices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.zrd-quiz__choices label { min-height: 120px; display: grid; place-items: center; background: var(--zrd-bg); border: 1px solid var(--zrd-line); font-size: 24px; cursor: pointer; }
.zrd-quiz__contacts { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 24px; }
.zrd-quiz__contacts input, .zrd-form input { width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid var(--zrd-line); background: #fff; }
.zrd-quiz__form.popup_form .zrd-quiz__contacts input { max-width: none; height: 52px; margin: 0; border: 1px solid var(--zrd-line); border-radius: 0; background: #fff; font-family: var(--zrd-sans); }
.zrd-quiz__footer { margin-top: 32px; display: flex; align-items: center; justify-content: space-between; color: #777; }
.zrd-form__success { padding: 24px; background: #edf4ee; color: var(--zrd-green); font-size: 20px; }
.zrd-form__error { margin-top: 14px; color: #9d2626; }

.zrd-benefits { background: var(--zrd-green); color: #fff; }
.zrd-benefits__grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.25); }
.zrd-benefits article { min-height: 250px; padding: 26px; border-right: 1px solid rgba(255,255,255,.25); }
.zrd-benefits article:last-child { border-right: 0; }
.zrd-benefits article span { color: #a6bb9d; }
.zrd-benefits h3 { margin-top: 86px; font-size: 28px; font-weight: 400; line-height: 1; }

.zrd-manifesto__grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: clamp(24px, 4vw, 64px); align-items: start; }
.zrd-manifesto h2 { font-size: clamp(40px, 4.3vw, 70px); font-weight: 400; line-height: .95; letter-spacing: -.04em; }
.zrd-manifesto li { margin-bottom: 12px; }
.zrd-manifesto__image { aspect-ratio: .8; overflow: hidden; }
.zrd-manifesto__image img { width: 100%; height: 100%; object-fit: cover; }

.zrd-mortgage { background: #f2f3f0; }
.zrd-mortgage__intro { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; align-items: start; }
.zrd-mortgage h2 { font-size: clamp(36px, 4vw, 62px); font-weight: 400; line-height: .95; }
.zrd-bank-row { margin-top: 52px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.zrd-bank-row span { min-height: 82px; padding: 18px; display: grid; place-items: center; background: #fff; }
.zrd-bank-row img { max-width: 150px; max-height: 42px; object-fit: contain; }

.zrd-family__grid { display: grid; grid-template-columns: 1fr 1.1fr 1fr; gap: 44px; align-items: center; }
.zrd-family h2 { font-size: clamp(38px, 4vw, 64px); font-weight: 400; }
.zrd-family__photo { min-height: 520px; background: url('../images/founders.webp') center 20% / cover no-repeat; }

.zrd-blog__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.zrd-blog article img { width: 100%; aspect-ratio: 1.1; object-fit: cover; }
.zrd-blog__grid h2, .zrd-blog__grid h3 { margin: 14px 0 8px; font-size: 22px; font-weight: 400; line-height: 1.05; }
.zrd-blog h3 { margin: 18px 0 8px; font-size: 22px; font-weight: 400; }
.zrd-blog p { color: #666; font-size: 13px; }

.zrd-faq__grid { display: grid; grid-template-columns: 1fr 1fr; column-gap: 24px; margin-top: 42px; }
.zrd-faq details { border-top: 1px solid var(--zrd-line); }
.zrd-faq details:nth-last-child(-n+2) { border-bottom: 1px solid var(--zrd-line); }
.zrd-faq summary { min-height: 84px; padding: 20px 4px; display: flex; align-items: center; justify-content: space-between; gap: 24px; cursor: pointer; list-style: none; }
.zrd-faq summary::-webkit-details-marker { display: none; }
.zrd-faq details p { padding: 0 32px 24px 4px; color: #555; }

.zrd-visit { background: #fff; }
.zrd-visit__grid { display: grid; grid-template-columns: 1.15fr 1.25fr .8fr; gap: clamp(22px, 4vw, 64px); align-items: center; }
.zrd-visit__photo { background-size: cover; background-position: center; }
.zrd-visit__photo--office { min-height: 430px; background-image: url('../images/office-team.webp'); }
.zrd-visit__photo--house { min-height: 210px; margin-bottom: 26px; background-image: linear-gradient(145deg,#dce9ef,#708974); }
.zrd-visit h2 { font-size: clamp(52px, 6vw, 92px); font-weight: 300; line-height: .84; text-transform: uppercase; letter-spacing: -.06em; }
.zrd-visit address { font-style: normal; text-transform: uppercase; }

.zrd-footer { overflow: hidden; padding-top: 58px; background: #fff; border-top: 1px solid var(--zrd-line); }
.zrd-footer__inner { min-height: 380px; display: grid; grid-template-columns: 1fr 2fr auto; align-items: start; gap: 36px; }
.zrd-footer__nav ul, .zrd-footer-menu { margin: 0; padding: 0; list-style: none; }
.zrd-footer__nav a { display: block; padding: 5px 0; font-size: 13px; }
.zrd-footer__statement { text-align: center; text-transform: uppercase; font-size: 22px; }
.zrd-footer__socials { display: grid; gap: 6px; }
.zrd-footer__team { grid-column: 1 / -1; min-height: 420px; margin-top: -170px; background: url('../images/team-wide.webp') center bottom / contain no-repeat; pointer-events: none; }
.zrd-footer__legal { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; font-size: 10px; color: #7c7c7c; }
.zrd-footer__wordmark { width: 104%; margin: 40px -2% -2vw; white-space: nowrap; text-align: center; font-family: var(--zrd-display); font-size: clamp(80px, 13.2vw, 215px); line-height: .78; letter-spacing: -.075em; text-transform: uppercase; }

.zrd-modal[hidden], .zrd-cookie[hidden] { display: none; }
.zrd-modal { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; padding: 18px; }
.zrd-modal__backdrop { position: absolute; inset: 0; background: rgba(21,21,21,.66); }
.zrd-modal__dialog { position: relative; width: min(560px, 100%); padding: clamp(28px, 5vw, 60px); background: var(--zrd-bg); }
.zrd-modal__dialog h2 { font-size: clamp(38px, 5vw, 64px); line-height: .92; font-weight: 400; }
.zrd-modal__close { position: absolute; top: 10px; right: 14px; border: 0; background: none; font-size: 34px; cursor: pointer; }
.zrd-form { display: grid; gap: 14px; }
.zrd-form label span { display: block; margin-bottom: 5px; font-size: 12px; }
.zrd-form small { color: #777; }
.zrd-form small a { text-decoration: underline; text-underline-offset: 2px; }
.zrd-quiz__validation {
	position: static;
	min-height: 22px;
	margin: 18px 0 0;
	color: #9d2626;
	line-height: 1.35;
	text-align: center;
}
.zrd-cookie { position: fixed; z-index: 900; left: 18px; bottom: 18px; width: min(380px, calc(100% - 36px)); padding: 18px; display: flex; align-items: center; gap: 16px; background: #fff; box-shadow: 0 10px 36px rgba(0,0,0,.17); }
.zrd-cookie p { margin: 0; font-size: 13px; }

/* Catalogs and single pages */
.zrd-page-hero { padding: 70px 0 55px; text-align: center; }
.zrd-page-hero h1 { margin: 0; font-size: clamp(50px, 5.5vw, 84px); font-weight: 400; line-height: .9; letter-spacing: -.055em; text-transform: uppercase; }
.zrd-page-hero p { max-width: 680px; margin: 18px auto 0; font-size: 20px; }
.zrd-catalog { padding: 35px 0 110px; }
.zrd-catalog__layout { display: grid; grid-template-columns: 230px 1fr; gap: 34px; align-items: start; }
.zrd-catalog__layout--wide { grid-template-columns: 1fr; }
.zrd-filters { position: sticky; top: 20px; display: grid; gap: 18px; }
.zrd-filters label { display: grid; gap: 6px; font-size: 13px; }
.zrd-filters input, .zrd-filters select { width: 100%; min-height: 40px; padding: 8px 4px; border: 0; border-bottom: 1px solid var(--zrd-line); background: transparent; }
.zrd-filter-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.zrd-filter-checks { display: grid; gap: 6px; }
.zrd-filter-checks label { display: flex; grid-template-columns: auto 1fr; align-items: center; gap: 7px; }
.zrd-filter-checks input { width: 16px; min-height: 16px; }
.zrd-catalog__toolbar { display: grid; grid-template-columns: minmax(180px, 1fr) 190px; justify-content: flex-end; gap: 8px; max-width: 420px; margin: 0 0 22px auto; }
.zrd-catalog__toolbar input, .zrd-catalog__toolbar select { width: 100%; height: 38px; padding: 0 12px; border: 1px solid var(--zrd-line); background: #fff; color: #777; }
.zrd-filter-price { position: relative; padding-top: 5px; }
.zrd-filter-price::after { content: ''; position: absolute; left: 4px; right: 4px; bottom: -7px; height: 2px; background: linear-gradient(90deg,var(--zrd-green),var(--zrd-green)); }
.zrd-filter-note { margin: 0; color: #777; font-size: 12px; line-height: 1.45; }
.zrd-filter-actions { display: grid; gap: 10px; }
.zrd-filter-reset { justify-self: start; padding: 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: #777; cursor: pointer; font: inherit; }
.zrd-filter-reset:hover, .zrd-filter-reset:focus-visible { color: var(--zrd-green); }
.zrd-catalog__empty { padding: 70px 0; text-align: center; }
.zrd-pagination, body.zrd-site .zrd-pagination { margin-top: 42px; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 6px; }
.zrd-pagination .nav-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 6px; }
.zrd-pagination a, .zrd-pagination span,
body.zrd-site .zrd-pagination .page-numbers { width: auto; min-width: 42px; height: 42px; padding: 0 12px; display: inline-grid; place-items: center; border: 1px solid var(--zrd-line); background: #fff; line-height: 1; }
.zrd-pagination .current,
body.zrd-site .zrd-pagination .page-numbers.current { background: var(--zrd-green); color: #fff; border-color: var(--zrd-green); }
.zrd-filter-toggle { display: none; }

.zrd-single { padding: 50px 0 100px; }
.zrd-single > article { position: relative; }
.zrd-single__close { position: absolute; z-index: 4; top: -34px; right: 0; width: 44px; height: 44px; display: grid; place-items: center; font-size: 34px; font-weight: 300; line-height: 1; }
.zrd-single__hero { display: grid; grid-template-columns: 1fr .9fr; gap: 42px; align-items: start; }
.zrd-single__hero > *, .zrd-gallery { min-width: 0; max-width: 100%; }
.zrd-gallery, .zrd-gallery__main { width: 100%; }
.zrd-gallery__main { position: relative; aspect-ratio: 1.15; overflow: hidden; background: #eceeea; }
.zrd-gallery__main img { width: 100%; height: 100%; object-fit: cover; }
.zrd-gallery--contain .zrd-gallery__main { background: #fff; }
.zrd-gallery--contain .zrd-gallery__main img,
.zrd-gallery--contain .zrd-gallery__thumbs img { object-fit: contain; }
.zrd-gallery__arrow { position: absolute; z-index: 2; top: 50%; width: 46px; height: 46px; transform: translateY(-50%); border: 0; background: #fff; cursor: pointer; }
.zrd-gallery__arrow--prev { left: 16px; }
.zrd-gallery__arrow--next { right: 16px; }
.zrd-gallery__thumbs { display: flex; gap: 10px; margin-top: 12px; overflow-x: auto; }
.zrd-gallery__thumbs button { flex: 0 0 84px; height: 68px; padding: 0; border: 1px solid transparent; background: none; cursor: pointer; }
.zrd-gallery__thumbs button.is-active { border-color: var(--zrd-green); }
.zrd-gallery__thumbs img { width: 100%; height: 100%; object-fit: cover; }
.zrd-single__summary h1 { margin: 0 0 16px; font-size: clamp(42px, 5vw, 78px); font-weight: 400; line-height: .92; }
.zrd-single__meta { font-size: 18px; }
.zrd-single__area { margin: 0 0 16px; text-transform: uppercase; font-size: 15px; }
.zrd-single__content { margin-top: 24px; }
.zrd-single__materials { margin-top: 22px; text-transform: uppercase; }
.zrd-single__materials strong { font-weight: 500; }
.zrd-single__materials ul { margin: 8px 0 0; padding-left: 22px; text-transform: none; }
.zrd-single__price { margin: 48px 0 20px; font-size: clamp(36px, 4vw, 58px); }
.zrd-single__actions { display: flex; gap: 12px; flex-wrap: wrap; }
.zrd-related { padding-top: 100px; }
.zrd-related h2, .zrd-process h2 { font-size: clamp(38px, 4vw, 64px); font-weight: 400; }
.zrd-process { padding-top: 100px; }
.zrd-process ol { margin: 0; padding: 0; list-style: none; counter-reset: process; }
.zrd-process li { counter-increment: process; min-height: 58px; padding: 16px 4px; display: flex; justify-content: space-between; border-top: 1px solid var(--zrd-line); }
.zrd-process li::after { content: "0" counter(process) " шаг"; }
.zrd-tour-frame { width: 100%; height: min(76vh, 840px); border: 0; background: #111; }
.zrd-inline-tour { padding-top: 100px; }
.zrd-inline-tour h2 { font-size: clamp(38px, 4vw, 64px); font-weight: 400; }
.zrd-contact-choice { padding: 0; display: flex; flex-wrap: wrap; gap: 8px 18px; border: 0; }
.zrd-contact-choice legend { width: 100%; margin-bottom: 6px; font-size: 12px; }
.zrd-contact-choice label { display: flex; align-items: center; gap: 6px; }
.zrd-contact-choice input { width: 16px; min-height: 16px; }
.zrd-generic-page { max-width: 1120px; }
.zrd-generic-page__content { font-size: 18px; line-height: 1.65; overflow-wrap: anywhere; }
.zrd-generic-page__content > * { max-width: 850px; margin-inline: auto; }
.zrd-generic-page__content > .alignwide { max-width: 1120px; }
.zrd-generic-page__content img { max-width: 100%; height: auto; margin-block: 30px; }
.zrd-generic-page__content iframe { max-width: 100%; }
.zrd-generic-page__content pre { max-width: 100%; overflow: auto; }
.zrd-generic-page__content table { display: block; max-width: 100%; overflow-x: auto; }
.zrd-article { max-width: 1120px; }
.zrd-article__hero { margin-bottom: 50px; }
.zrd-article__hero img { width: 100%; max-height: 680px; object-fit: cover; }

/* Full redesign for legacy pages whose old content lived in detached WP blocks. */
.zrd-services-page .zrd-services__grid { grid-template-columns: 1fr 1fr; gap: 18px; background: transparent; }
.zrd-services-page .zrd-services__grid > a { min-height: 340px; padding: 0; display: grid; grid-template-columns: 1fr 1fr; background: #fff !important; color: var(--zrd-ink); text-shadow: none; }
.zrd-services-page .zrd-service__image { min-height: 340px; }
.zrd-about-page .zrd-stats { margin-top: 20px; }
.zrd-about-story__grid { display: grid; grid-template-columns: .8fr 1fr 1.15fr; gap: 28px; align-items: stretch; }
.zrd-about-story__grid > img, .zrd-about-story figure img { width: 100%; height: 560px; object-fit: cover; }
.zrd-about-story figure { position: relative; margin: 0; }
.zrd-about-story figcaption { position: absolute; left: 16px; right: 16px; bottom: 16px; color: #fff; text-shadow: 0 1px 10px rgba(0,0,0,.65); }
.zrd-about-story h2 { margin: 0 0 30px; font-size: clamp(44px, 5vw, 76px); font-weight: 400; line-height: .92; }
.zrd-about-story p { padding: 18px 0; border-bottom: 1px solid var(--zrd-line); font-size: 18px; }
.zrd-mortgage-steps ol { margin: 0; padding: 0; list-style: none; }
.zrd-mortgage-steps li { display: grid; grid-template-columns: 80px 1fr; gap: 20px; align-items: center; padding: 24px 0; border-top: 1px solid var(--zrd-line); font-size: clamp(20px, 2.2vw, 34px); }
.zrd-mortgage-steps li:last-child { border-bottom: 1px solid var(--zrd-line); }
.zrd-mortgage-steps li strong { color: var(--zrd-green); font-weight: 400; }
.zrd-contact-details { padding-top: 15px; }
.zrd-contact-details__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--zrd-line); }
.zrd-contact-details__grid > div { min-height: 180px; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; background: #fff; }
.zrd-contact-details__grid span { color: #777; }
.zrd-contact-details__grid strong, .zrd-contact-details__grid a { font-size: clamp(18px, 1.8vw, 28px); font-weight: 400; line-height: 1.1; }
.zrd-contact-channels { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; padding-top: 24px; }
.zrd-contact-channels span { color: #777; }
.zrd-contact-channels a { border-bottom: 1px solid currentColor; }
.zrd-contact-channels a:hover, .zrd-contact-channels a:focus-visible { color: var(--zrd-green); }
.zrd-sales-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.zrd-sales-grid article { background: #fff; }
.zrd-sales-grid article > a { height: 100%; display: grid; grid-template-columns: .85fr 1.15fr; }
.zrd-sales-grid img { width: 100%; height: 100%; min-height: 330px; object-fit: cover; }
.zrd-sales-grid article > a > div { padding: 28px; display: flex; flex-direction: column; align-items: flex-start; }
.zrd-sales-grid time { color: #777; }
.zrd-sales-grid h2 { margin: 24px 0 16px; font-size: clamp(25px, 2.3vw, 36px); font-weight: 400; line-height: 1; }
.zrd-sales-grid p { margin-bottom: 24px; }
.zrd-sales-grid .zrd-button { margin-top: auto; }

@media (max-width: 1100px) {
	.zrd-header__top { grid-template-columns: 1fr auto 1fr; }
	.zrd-menu { gap: 12px; }
	.zrd-menu a { font-size: 12px; }
	.zrd-ready-hero__grid { grid-template-columns: 42% 58%; }
	.zrd-ready-hero__facts { display: none; }
	.zrd-services__grid, .zrd-card-grid, .zrd-blog__grid { grid-template-columns: repeat(2, 1fr); }
	.zrd-card-grid--featured .zrd-card:nth-child(2), .zrd-card-grid--featured .zrd-card:nth-child(3) { transform: none; }
	.zrd-benefits__grid { grid-template-columns: repeat(2, 1fr); }
	.zrd-manifesto__grid { grid-template-columns: 1fr 1fr; }
	.zrd-manifesto__image { grid-column: 1 / -1; aspect-ratio: 2.2; }
	.zrd-mortgage__intro { grid-template-columns: 1fr 1fr; }
	.zrd-mortgage__intro h2 { grid-column: 1 / -1; }
	.zrd-bank-row { grid-template-columns: repeat(3, 1fr); }
	.zrd-footer__wordmark { font-size: 12vw; }
}

@media (max-width: 820px) {
	:root { --zrd-pad: 20px; }
	body.zrd-site { font-size: 15px; }
	.zrd-section { padding-block: 76px; }
	.zrd-socials { display: none; }
	.zrd-header__top { grid-template-columns: 1fr auto; }
	.zrd-logo { justify-self: start; }
	.zrd-header__contacts { display: none; }
	.zrd-menu-toggle { display: block; }
	.zrd-nav { display: none; position: absolute; top: 82px; left: 0; width: 100%; padding: 18px var(--zrd-pad); background: var(--zrd-bg); border-bottom: 1px solid var(--zrd-line); }
	.zrd-nav.is-open { display: block; }
	.zrd-menu { display: grid; gap: 0; }
	.zrd-menu a { padding: 13px 0; font-size: 16px; border-bottom: 1px solid var(--zrd-line); }
	.zrd-hero { min-height: 680px; }
	.zrd-hero__inner { padding-block: 26px; }
	.zrd-hero h1 { font-size: clamp(62px, 14vw, 115px); }
	.zrd-hero__copy { justify-self: stretch; }
	.zrd-stats__grid { grid-template-columns: repeat(3, 1fr); }
	.zrd-stats ul { grid-column: 1 / -1; columns: 2; padding-top: 18px; border-top: 1px solid var(--zrd-line); }
	.zrd-ready-hero__grid { grid-template-columns: 1fr; }
	.zrd-ready-hero__dark { min-height: 420px; }
	.zrd-ready-hero__image { min-height: 380px; }
	.zrd-section-head { align-items: flex-start; flex-direction: column; }
	.zrd-quiz__options { grid-template-columns: repeat(2, 1fr); }
	.zrd-quiz__choices { grid-template-columns: 1fr; }
	.zrd-mortgage__intro, .zrd-family__grid, .zrd-visit__grid { grid-template-columns: 1fr; }
	.zrd-family__photo { min-height: 420px; }
	.zrd-visit__address { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: end; }
	.zrd-footer__inner { grid-template-columns: 1fr auto; min-height: 300px; }
	.zrd-footer__statement { grid-column: 1 / -1; grid-row: 1; }
	.zrd-footer__legal { grid-template-columns: 1fr 1fr; }
	.zrd-catalog__layout { grid-template-columns: 1fr; }
	.zrd-filter-toggle { display: inline-flex; }
	.zrd-filters { display: none; position: static; padding: 20px; background: #fff; }
	.zrd-filters.is-open { display: grid; }
	.zrd-single__hero { grid-template-columns: 1fr; }
	.zrd-services-page .zrd-services__grid { grid-template-columns: 1fr; }
	.zrd-about-story__grid { grid-template-columns: 1fr 1fr; }
	.zrd-about-story__grid > div { grid-column: 1 / -1; }
	.zrd-contact-details__grid { grid-template-columns: 1fr 1fr; }
	.zrd-sales-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
	:root { --zrd-pad: 14px; }
	.zrd-section { padding-block: 58px; }
	.zrd-section-head h2, .zrd-section-title { font-size: 38px; }
	.zrd-header__top { min-height: 66px; }
	.zrd-nav { top: 66px; }
	.zrd-logo { font-size: 16px; }
.zrd-logo__image { width: 145px; height: 42px; }
	.zrd-hero { min-height: 610px; }
	.zrd-hero h1 { font-size: 58px; line-height: .92; }
	.zrd-hero__copy { padding: 18px; }
	.zrd-hero__copy h2 { font-size: 28px; }
	.zrd-stats__grid { grid-template-columns: 1fr 1fr; }
	.zrd-stats__grid > div:nth-child(3) { grid-column: 1 / -1; border: 0; }
	.zrd-stats ul { columns: 1; }
	.zrd-ready-hero__dark > p { font-size: 48px; }
	.zrd-ready-hero__image { min-height: 280px; }
	.zrd-services__grid, .zrd-card-grid, .zrd-blog__grid { grid-template-columns: 1fr; }
	.zrd-services__grid a { min-height: 220px; }
	.zrd-card-grid { gap: 14px; }
	.zrd-card { display: grid; grid-template-columns: 46% 54%; }
	.zrd-card__image { aspect-ratio: auto; min-height: 190px; }
	.zrd-card h3 { font-size: 23px; }
	.zrd-card p { min-height: 0; }
	.zrd-quiz__options { grid-template-columns: 1fr; }
	.zrd-quiz__options label { min-height: 130px; }
	.zrd-quiz__contacts { grid-template-columns: 1fr; }
	.zrd-benefits__grid { grid-template-columns: 1fr; }
	.zrd-benefits article { min-height: 210px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.25); }
	.zrd-benefits h3 { margin-top: 55px; }
	.zrd-manifesto__grid { grid-template-columns: 1fr; }
	.zrd-manifesto__image { grid-column: auto; aspect-ratio: 1; }
	.zrd-bank-row { grid-template-columns: 1fr 1fr; }
	.zrd-bank-row span { font-size: 15px; }
	.zrd-family__photo { min-height: 340px; }
	.zrd-faq__grid { grid-template-columns: 1fr; }
	.zrd-faq details:nth-last-child(2) { border-bottom: 0; }
	.zrd-visit__address { grid-template-columns: 1fr; }
	.zrd-footer__inner { grid-template-columns: 1fr auto; }
	.zrd-footer__legal { grid-template-columns: 1fr; }
	.zrd-footer__wordmark { margin-top: 48px; font-size: 17vw; }
	.zrd-catalog__content .zrd-card-grid { grid-template-columns: 1fr; }
	.zrd-catalog__toolbar { grid-template-columns: 1fr; width: 100%; max-width: none; }
	.zrd-catalog__content .zrd-card,
	.zrd-related .zrd-card { display: flex; }
	.zrd-catalog__content .zrd-card__image,
	.zrd-related .zrd-card__image {
		min-height: 0;
		aspect-ratio: 1.25;
	}
	.zrd-page-hero { padding: 50px 0 35px; }
	.zrd-page-hero h1 { font-size: 48px; overflow-wrap: anywhere; }
	.zrd-page-hero p { font-size: 16px; }
	.zrd-single { padding-top: 24px; }
	.zrd-single__summary h1 { font-size: 42px; }
	.zrd-tour-frame { height: 68vh; }
	.zrd-services-page .zrd-services__grid > a { grid-template-columns: 1fr; }
	.zrd-services-page .zrd-service__image { min-height: 230px; grid-row: 1; }
	.zrd-about-story__grid { grid-template-columns: 1fr; }
	.zrd-about-story__grid > div { grid-column: auto; }
	.zrd-about-story__grid > img, .zrd-about-story figure img { height: 480px; }
	.zrd-contact-details__grid { grid-template-columns: 1fr; }
	.zrd-contact-details__grid > div { min-height: 130px; }
	.zrd-mortgage-steps li { grid-template-columns: 48px 1fr; }
	.zrd-sales-grid article > a { grid-template-columns: 1fr; }
	.zrd-sales-grid img { min-height: 240px; }
}

/* Authoritative desktop typography and hero annotations from the 1440px frame. */
@media (min-width: 1101px) {
	.zrd-header__top > .zrd-socials { grid-column: 1; grid-row: 1; justify-self: start; }
	.zrd-socials svg { width: 22px; height: 22px; fill: #fff; }
	.zrd-menu a { font-size: 16px; }
	body.home .zrd-home-title h1 { font-size: clamp(174.5px, 11.45vw, 220px); line-height: .78; }
	body.home .zrd-hero__copy { font-size: 22px; line-height: 1.25; }
	.zrd-hero__label { padding: 7px 12px; font-size: 32px; line-height: 1; }
	.zrd-hero__label--one { left: 12.6%; top: 140px; bottom: auto; }
	.zrd-hero__label--two { left: 49.2%; top: 186px; }
	.zrd-hero__label--three { right: 20.3%; top: 227px; }
	.zrd-hero__label--four { right: 6.9%; top: 402px; bottom: auto; }
	body.home .zrd-services .zrd-section-head h2,
	body.home .zrd-extra-services__head h2,
	body.home .zrd-projects-preview .zrd-catalog-intro h2,
	body.home .zrd-quiz__head h2,
	body.home .zrd-benefits .zrd-section-head h2,
	body.home .zrd-dreams__head h2,
	body.home .zrd-mortgage h2,
	body.home .zrd-blog .zrd-section-head h2 { font-size: 56px; }
	body.home .zrd-tour-promo h2,
	body.home .zrd-cost__card h2 { font-size: 48px; }
	body.home .zrd-services { padding-bottom: 51px; }
	body.home .zrd-projects-preview { padding-bottom: 92px; }
	body.home .zrd-quiz { padding-bottom: 102px; }
	body.home .zrd-benefits { padding-bottom: 92px; }
	body.home .zrd-dreams { padding-bottom: 85px; }
	body.home .zrd-mortgage { padding-bottom: 201px; }
	body.home .zrd-mortgage__intro { grid-template-columns: 1.8fr .6fr .6fr; }
	body.home .zrd-cost__card { width: 520px; }
	body.home > .zrd-visit { padding-top: 60px; }
}

@media (min-width: 561px) and (max-width: 820px) {
	.zrd-visit__grid { grid-template-columns: 1fr; }
	.zrd-visit__content { align-self: start; }
	.zrd-visit__address { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 820px) {
	body.single-projects .zrd-single__summary,
	body.single-product .zrd-single__summary {
		padding-inline: var(--zrd-pad);
	}
}

/* Local content pass: real office media and a tighter footer transition. */
.zrd-visit__video {
	min-width: 0;
	display: grid;
	align-content: start;
	gap: 12px;
}
.zrd-visit__video-frame {
	position: relative;
	width: 100%;
	min-height: 610px;
	display: block;
	background: #111;
}
.zrd-visit__video-frame iframe,
.zrd-visit__video-poster {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
}
.zrd-visit__video-poster { padding: 0; cursor: pointer; background: #111; overflow: hidden; }
.zrd-visit__video-poster img { width: 100%; height: 100%; display: block; object-fit: cover; }
.zrd-visit__play {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 68px;
	height: 68px;
	display: grid;
	place-items: center;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: rgba(255,255,255,.94);
	color: var(--zrd-ink);
	font-size: 24px;
	text-indent: 4px;
	box-shadow: 0 12px 40px rgba(0,0,0,.22);
}
.zrd-visit__video-link {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding-bottom: 8px;
	border-bottom: 1px solid var(--zrd-line);
	font-size: 13px;
	text-transform: uppercase;
}
.zrd-visit__office {
	margin: 0 0 26px;
	aspect-ratio: 16 / 10;
	overflow: hidden;
}
.zrd-visit__office img { width: 100%; height: 100%; display: block; object-fit: cover; }
.zrd-footer { padding-top: 26px; }

@media (max-width: 1100px) {
	.zrd-visit__video { width: min(440px, 100%); justify-self: center; }
	.zrd-visit__video-frame { min-height: 640px; }
}

@media (max-width: 820px) {
	.zrd-visit__grid { gap: 44px; }
	.zrd-visit__video { grid-row: 1; }
	.zrd-visit__content { grid-row: 2; }
	.zrd-visit__address { grid-row: 3; }
	.zrd-footer { padding-top: 26px; }
}

@media (max-width: 560px) {
	.zrd-visit__video-frame { min-height: 620px; }
	.zrd-visit__address { display: block; }
	.zrd-visit__office { margin-bottom: 18px; }
}

/* Local fidelity pass: exact hero artwork, aligned facts and unclipped source photos. */
body.home .zrd-stats {
	min-height: 0;
	padding: 44px 0 58px;
}
body.home .zrd-stats__grid {
	align-items: stretch;
}
body.home .zrd-stats__grid > div {
	min-height: 118px;
	padding-right: 24px;
	justify-content: flex-start;
}
body.home .zrd-stats strong {
	display: flex;
	align-items: flex-end;
	min-height: 58px;
}
body.home .zrd-stats span {
	min-height: 38px;
	line-height: 1.25;
}
body.home .zrd-stats ul {
	margin: 0;
	padding: 0 0 0 28px;
	columns: 1;
	line-height: 1.3;
}
body.home .zrd-stats li {
	margin: 0 0 8px;
	break-inside: avoid;
}
.zrd-benefits__image--house { background-size: cover; background-position: center; }
.zrd-ready-hero__visual > a img { object-position: center; }

@media (min-width: 1101px) {
	body.home .zrd-hero,
	body.home .zrd-hero__inner {
		height: clamp(607px, 42.16vw, 810px);
		min-height: 607px;
	}
	body.home .zrd-hero { background-position: center; }
	body.home .zrd-hero__label--one { left: 7.2%; top: 69.2%; right: auto; bottom: auto; }
	body.home .zrd-hero__label--two { left: 40.7%; top: 17%; right: auto; bottom: auto; }
	body.home .zrd-hero__label--three { left: 62.2%; top: 46.6%; right: auto; bottom: auto; }
	body.home .zrd-hero__label--four { left: 86.8%; top: 43.2%; right: auto; bottom: auto; }
	body.home .zrd-ready-hero__grid,
	body.home .zrd-ready-hero__dark,
	body.home .zrd-ready-hero__visual > a img {
		min-height: clamp(500px, 34.72vw, 667px);
	}
}

@media (max-width: 820px) {
	body.home .zrd-stats__grid { align-items: start; }
	body.home .zrd-stats__grid > div { min-height: 108px; }
	body.home .zrd-stats ul { padding-left: 24px; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Home page — exact composition from the approved 1440px layout. */
body.home .zrd-section { padding: 96px 0; }
body.home .zrd-section-head { margin-bottom: 44px; }
body.home .zrd-section-head h2 { font-size: clamp(34px, 3.15vw, 48px); line-height: .96; }
body.home .zrd-socials a,
body.home .zrd-footer__socials a { text-indent: 0 !important; font-size: 12px !important; line-height: 1 !important; color: #fff !important; }
.zrd-home-title { padding: 26px 0 30px; background: var(--zrd-bg); overflow: hidden; }
.zrd-home-title h1 { margin: 0; white-space: nowrap; font-family: var(--zrd-display); font-size: clamp(74px, 10.7vw, 154px); font-weight: 300; line-height: .78; letter-spacing: -.073em; text-transform: uppercase; }
body.home .zrd-hero { position: relative; min-height: 610px; color: var(--zrd-ink); background-image: var(--hero-image); background-size: cover; background-position: center; }
body.home .zrd-hero__inner { position: relative; min-height: 610px; padding: 0; display: block; }
body.home .zrd-hero__copy { position: absolute; z-index: 2; top: 24px; right: 7%; width: 335px; padding: 0; background: transparent; backdrop-filter: none; font-size: 17px; }
body.home .zrd-hero__copy p { margin-bottom: 14px; }
body.home .zrd-hero__copy .zrd-button { min-width: 315px; }
.zrd-hero__team { position: absolute; z-index: 2; right: 0; bottom: 0; width: 155px; height: 235px !important; padding: 6px 6px 0; object-fit: contain; object-position: bottom; background: #fff; }
.zrd-hero__label { position: absolute; z-index: 2; padding: 7px 11px; background: #fff; font-size: 20px; box-shadow: 0 2px 9px rgba(0,0,0,.08); }
.zrd-hero__label::after { content: ''; position: absolute; width: 1px; height: 95px; background: rgba(255,255,255,.8); }
.zrd-hero__label--one { left: 4%; bottom: 120px; }
.zrd-hero__label--two { left: 39%; top: 118px; }
.zrd-hero__label--three { right: 31%; top: 310px; }
body.home .zrd-stats { padding: 38px 0 58px; min-height: 225px; }
body.home .zrd-stats__grid { grid-template-columns: .7fr 1.12fr 1fr 2fr; align-items: start; }
body.home .zrd-stats__grid > div { min-height: 105px; }
body.home .zrd-stats strong { font-size: 53px; line-height: 1; font-weight: 300; }
body.home .zrd-stats span { margin-top: 12px; font-size: 15px; }
body.home .zrd-stats ul { columns: 1; font-size: 14px; }
body.home .zrd-stats li { margin-bottom: 9px; }

body.home .zrd-ready-hero { padding: 0; }
body.home .zrd-ready-hero__grid { grid-template-columns: 50.6% 49.4%; min-height: 500px; }
body.home .zrd-ready-hero__dark { min-height: 500px; padding: 40px 30px 28px; }
body.home .zrd-ready-hero__dark > p { font-size: clamp(54px, 5.5vw, 80px); }
body.home .zrd-ready-hero__dark > span { font-size: 16px; }
body.home .zrd-ready-hero__price { font-size: clamp(38px, 4.4vw, 64px); }
.zrd-ready-hero__visual { position: relative; min-width: 0; overflow: hidden; background: #fff; }
.zrd-ready-hero__visual > a { display: block; height: 100%; }
.zrd-ready-hero__visual > a img { width: 100%; height: 100%; min-height: 500px; object-fit: cover; }
body.home .zrd-ready-hero__facts { position: absolute; z-index: 2; top: 0; left: 0; right: 0; min-height: 92px; padding: 18px 22px; display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; gap: 0; border: 0; }
body.home .zrd-ready-hero__facts > * { padding: 0 18px; border-right: 1px solid var(--zrd-line); }
body.home .zrd-ready-hero__facts > *:last-child { border-right: 0; }
body.home .zrd-ready-hero__facts strong { font-size: 27px; }
.zrd-ready-hero--archive { margin-top: 76px; }
.zrd-ready-hero--archive .zrd-ready-hero__grid { grid-template-columns: 50.6% 49.4%; min-height: 500px; }
.zrd-ready-hero--archive .zrd-ready-hero__dark { min-height: 500px; }
.zrd-ready-hero--archive .zrd-ready-hero__visual > a { display: block; height: 100%; }
.zrd-ready-hero--archive .zrd-ready-hero__visual > a img { width: 100%; height: 100%; min-height: 500px; object-fit: cover; }
.zrd-ready-hero--archive .zrd-ready-hero__facts { position: absolute; z-index: 2; top: 0; left: 0; right: 0; min-height: 92px; padding: 18px 22px; display: grid; grid-template-columns: 1.05fr .8fr 1.6fr .7fr; align-items: center; background: #fff; }
.zrd-ready-hero--archive .zrd-ready-hero__facts > * { min-width: 0; padding: 0 16px; border-right: 1px solid var(--zrd-line); }
.zrd-ready-hero--archive .zrd-ready-hero__facts > *:last-child { border-right: 0; }
.zrd-ready-hero--archive .zrd-ready-hero__facts strong { line-height: 1; }
.zrd-ready-hero--archive .zrd-ready-hero__facts strong small { display: block; margin-top: 6px; font-size: 10px; font-weight: 400; }
.zrd-ready-hero--archive .zrd-ready-hero__facts span { font-size: 12px; line-height: 1.1; }

body.home .zrd-services { padding-bottom: 82px; }
body.home .zrd-services__grid { grid-template-columns: 1fr 1fr; gap: 18px; background: transparent; }
body.home .zrd-services__grid > a { min-height: 300px; padding: 0; display: grid; grid-template-columns: 1fr 1fr; background: #fff !important; color: var(--zrd-ink); text-shadow: none; }
.zrd-service__text { padding: 24px; display: flex; flex-direction: column; align-items: flex-start; }
.zrd-service__text strong { font-size: 31px; font-weight: 400; line-height: 1; }
.zrd-service__text small { margin-top: 18px; font-size: 14px; line-height: 1.25; }
.zrd-service__text b { margin-top: auto; min-width: 200px; padding: 13px 18px; background: var(--zrd-ink); color: #fff; text-align: center; text-transform: lowercase; font-size: 12px; font-weight: 400; }
.zrd-service__image { display: block; min-height: 300px; background-position: center; background-size: cover; }
.zrd-service__image--build { background-image: url('../images/service-build.webp'); }
.zrd-service__image--frame { background-image: url('../images/service-frame.webp'); }
.zrd-service__image--design { background-image: url('../images/service-design-plan.png'); background-color: #fff; background-size: contain; background-repeat: no-repeat; }
.zrd-service__image--ready { background-image: url('../images/service-ready.webp'); }
.zrd-service__image--interior { background-image: url('../images/service-interior.webp'); }
.zrd-extra-services__head { margin: 84px 0 36px; display: flex; justify-content: space-between; align-items: center; }
.zrd-extra-services__head h2 { margin: 0; font-size: 46px; font-weight: 400; line-height: 1; }
.zrd-extra-services__head p { margin: 4px 0 0; }
.zrd-extra-services { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.zrd-extra-services article { background: #fff; }
.zrd-extra-services img { width: 100%; aspect-ratio: 1.25; object-fit: cover; }
.zrd-extra-services h3 { margin: 0; padding: 14px; font-size: 21px; font-weight: 400; line-height: 1.05; }

body.home .zrd-projects-preview { padding-top: 108px; }
.zrd-catalog-intro { margin-bottom: 56px; text-align: center; }
.zrd-catalog-intro h2 { margin: 0 0 12px; font-size: 52px; font-weight: 400; line-height: 1; }
.zrd-catalog-intro p { margin: 0; }
.zrd-project-toolbar { margin-bottom: 18px; display: flex; align-items: center; gap: 38px; color: #777; font-size: 13px; }
.zrd-project-toolbar label { margin-left: auto; display: grid; grid-template-columns: 230px 185px; }
.zrd-project-toolbar input, .zrd-project-toolbar select { height: 38px; padding: 0 12px; border: 1px solid var(--zrd-line); background: #fff; color: #777; }
body.home .zrd-card-grid { gap: 22px 18px; }
body.home .zrd-card h3 { font-size: 28px; }
body.home .zrd-card p { font-size: 13px; }
.zrd-catalog-outro { margin-top: 74px; text-align: center; }
.zrd-catalog-outro p { margin-bottom: 20px; }

body.home .zrd-quiz { background: transparent; }
body.home .zrd-quiz__head h2 { font-size: 52px; }
body.home .zrd-quiz__options label { min-height: 250px; background-size: cover; background-position: center; color: var(--zrd-ink); padding: 0 0 30px; }
body.home .zrd-quiz__options label:nth-child(1) { background-image: url('../images/room-office.webp'); }
body.home .zrd-quiz__options label:nth-child(2) { background-image: url('../images/room-bedroom.webp'); }
body.home .zrd-quiz__options label:nth-child(3) { background-image: url('../images/room-kids.webp'); }
body.home .zrd-quiz__options label:nth-child(4) { background-image: url('../images/room-wardrobe.webp'); }
body.home .zrd-quiz__options label span { width: 100%; padding: 10px 0 0; transform: translateY(42px); background: var(--zrd-bg); }

body.home .zrd-benefits { background: var(--zrd-bg); color: var(--zrd-ink); }
body.home .zrd-benefits__grid { grid-template-columns: repeat(4, 1fr); border-top: 0; gap: 0 18px; }
body.home .zrd-benefits article { min-height: 245px; padding: 18px 14px; border-right: 0; border-left: 1px solid var(--zrd-line); }
body.home .zrd-benefits article span { color: #777; }
body.home .zrd-benefits h3 { margin-top: 78px; font-size: 21px; }
body.home .zrd-benefits article p { font-size: 13px; }
.zrd-benefits__image { border: 0 !important; background-size: cover; background-position: center; }
.zrd-benefits__image--team { background-image: url('../images/founders.webp'); }
.zrd-benefits__image--house { background-image: url('../images/benefit-house.jpg'); background-position: center; }

body.home .zrd-manifesto__grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 18px; }
.zrd-manifesto__team { grid-row: span 2; min-height: 670px; padding: 34px 30px 0; display: flex; flex-direction: column; overflow: hidden; background: #fff; }
.zrd-manifesto__team { position: sticky; top: 154px; align-self: start; }
body.home .zrd-manifesto__team h2 { margin: 0; font-size: 46px; }
.zrd-manifesto__team img { width: 100%; height: 475px; margin-top: auto; object-fit: contain; object-position: bottom; }
.zrd-manifesto__copy, .zrd-manifesto__approach { padding: 28px 26px; background: #fff; }
.zrd-manifesto__copy h3, .zrd-manifesto__approach h3 { margin: 0 0 14px; font-size: 30px; font-weight: 400; line-height: 1; }
.zrd-manifesto__copy li, .zrd-manifesto__approach p { font-size: 13px; }
.zrd-manifesto__house, .zrd-manifesto__plan { min-height: 325px; overflow: hidden; }
.zrd-manifesto__house img, .zrd-manifesto__plan img { width: 100%; height: 100%; object-fit: cover; }

.zrd-dreams__head { margin-bottom: 42px; display: grid; grid-template-columns: 2fr 1fr; gap: 80px; }
.zrd-dreams__head h2 { margin: 0; font-size: 50px; font-weight: 400; line-height: .95; }
.zrd-dreams__head p { margin-top: 72px; }
.zrd-dreams__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: start; }
.zrd-dreams__grid article:nth-child(1) { grid-row: span 2; }
.zrd-dreams__grid article:nth-child(3) { grid-column: 1; }
.zrd-dreams__grid article:nth-child(4) { grid-column: 3; }
.zrd-dreams__grid img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.zrd-dreams__grid h3 { margin: 12px 0 2px; font-size: 18px; font-weight: 400; }
.zrd-dreams__grid p { font-size: 13px; }

.zrd-tour-promo { padding: 92px 0; }
.zrd-tour-promo__grid { display: grid; grid-template-columns: 41% 59%; align-items: stretch; }
.zrd-tour-promo__grid > div { padding: 25px 50px 25px 0; display: flex; flex-direction: column; align-items: flex-start; }
.zrd-tour-promo h2 { margin: 0 0 18px; font-size: 43px; font-weight: 400; line-height: .95; }
.zrd-tour-promo p { max-width: 390px; }
.zrd-tour-promo .zrd-button { margin-top: auto; }
.zrd-tour-promo img { width: 100%; min-height: 420px; object-fit: cover; }

body.home .zrd-mortgage { padding: 88px 0; background: var(--zrd-bg); }
body.home .zrd-mortgage__intro { grid-template-columns: 1.5fr .75fr .75fr; }
body.home .zrd-mortgage h2 { font-size: 46px; }
body.home .zrd-bank-row { margin-top: 36px; }

.zrd-cost { background: #dfe7ec; }
.zrd-cost__image { min-height: 620px; padding: 28px; display: flex; align-items: stretch; background: url('../images/office-exterior.webp') center/cover no-repeat; }
.zrd-cost__card { width: 460px; padding: 36px 28px; display: flex; flex-direction: column; align-items: flex-start; background: rgba(255,255,255,.94); }
.zrd-cost__card h2 { margin: 0 0 18px; font-size: 39px; font-weight: 400; line-height: .93; }
.zrd-cost__card li { margin-bottom: 9px; }
.zrd-cost__card .zrd-button { margin-top: auto; }

body.home .zrd-family__head { margin-bottom: 44px; }
body.home .zrd-family__head h2 { margin: 0 0 5px; font-size: 48px; font-weight: 400; }
body.home .zrd-family__grid { grid-template-columns: .8fr 1fr 1.05fr; align-items: stretch; gap: 28px; }
body.home .zrd-family__grid > img { width: 100%; height: 100%; min-height: 560px; object-fit: contain; object-position: bottom; background: #fff; }
body.home .zrd-family figure { position: relative; margin: 0; min-height: 630px; }
body.home .zrd-family figure img { width: 100%; height: 100%; object-fit: cover; }
body.home .zrd-family figcaption { position: absolute; left: 15px; bottom: 15px; color: #fff; }
.zrd-family__story { display: grid; grid-template-rows: repeat(4, 1fr); }
.zrd-family__story p { margin: 0; padding: 10px 0 20px; border-bottom: 1px solid var(--zrd-line); }
body.home .zrd-blog .zrd-section-head { justify-content: center; text-align: center; }
body.home .zrd-blog__grid h3 { font-size: 17px; }

@media (max-width: 1100px) {
	.zrd-home-title h1 { font-size: 10.5vw; }
	body.home .zrd-hero, body.home .zrd-hero__inner { min-height: 520px; }
	.zrd-hero__team { width: 125px; height: 195px !important; }
	body.home .zrd-ready-hero__facts { grid-template-columns: repeat(3, 1fr); }
	body.home .zrd-ready-hero__facts > *:nth-child(n+4) { display: none; }
	.zrd-extra-services { grid-template-columns: repeat(2, 1fr); }
	body.home .zrd-benefits__grid { grid-template-columns: repeat(2, 1fr); }
	body.home .zrd-manifesto__grid { grid-template-columns: 1fr 1fr; }
	.zrd-manifesto__team { grid-row: span 2; }
	.zrd-project-toolbar label { grid-template-columns: 160px 150px; }
}

@media (max-width: 820px) {
	body.home .zrd-section { padding: 72px 0; }
	.zrd-home-title { padding: 22px 0; }
	.zrd-home-title h1 { font-size: 13.2vw; white-space: normal; line-height: .88; }
	body.home .zrd-hero, body.home .zrd-hero__inner { min-height: 590px; }
	body.home .zrd-hero__copy { top: 22px; right: 20px; width: 300px; padding: 18px; background: rgba(255,255,255,.88); }
	.zrd-hero__label { display: none; }
	body.home .zrd-stats__grid { grid-template-columns: repeat(3, 1fr); }
	body.home .zrd-stats ul { grid-column: 1 / -1; }
	body.home .zrd-ready-hero__grid { grid-template-columns: 1fr; }
	.zrd-ready-hero__visual > a img { min-height: 420px; }
	body.home .zrd-services__grid { grid-template-columns: 1fr; }
	.zrd-project-toolbar { flex-wrap: wrap; gap: 18px; }
	.zrd-project-toolbar label { width: 100%; margin-left: 0; grid-template-columns: 1fr 1fr; }
	body.home .zrd-card-grid { grid-template-columns: repeat(2, 1fr); }
	body.home .zrd-manifesto__grid { grid-template-columns: 1fr; }
	.zrd-manifesto__team { grid-row: auto; }
	.zrd-manifesto__team { position: static; }
	.zrd-dreams__head { grid-template-columns: 1fr; gap: 24px; }
	.zrd-dreams__head p { margin-top: 20px; }
	.zrd-tour-promo__grid { grid-template-columns: 1fr; }
	.zrd-tour-promo__grid > div { min-height: 390px; padding-right: 0; }
	body.home .zrd-mortgage__intro { grid-template-columns: 1fr; }
	body.home .zrd-family__grid { grid-template-columns: 1fr 1fr; }
	.zrd-family__story { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
	body.home .zrd-section { padding: 56px 0; }
	.zrd-home-title h1 { font-size: 15vw; }
	body.home .zrd-hero, body.home .zrd-hero__inner { min-height: 520px; }
	body.home .zrd-hero__copy { left: 14px; right: 14px; top: 14px; width: auto; }
	body.home .zrd-hero__copy .zrd-button { min-width: 0; width: 100%; }
	.zrd-hero__team { width: 104px; height: 160px !important; }
	body.home .zrd-stats__grid { grid-template-columns: 1fr 1fr; }
	body.home .zrd-stats__grid > div:nth-child(3) { grid-column: 1 / -1; }
	body.home .zrd-ready-hero__dark { min-height: 400px; }
	body.home .zrd-ready-hero__facts { display: none; }
	.zrd-ready-hero__visual > a img { min-height: 290px; }
	body.home .zrd-services__grid > a { grid-template-columns: 1fr; }
	.zrd-service__image { min-height: 230px; grid-row: 1; }
	.zrd-service__text { min-height: 270px; }
	.zrd-extra-services__head { align-items: flex-start; flex-direction: column; gap: 20px; }
	.zrd-extra-services__head h2 { font-size: 38px; }
	.zrd-extra-services { grid-template-columns: 1fr 1fr; gap: 10px; }
	.zrd-extra-services h3 { font-size: 16px; }
	.zrd-catalog-intro h2, body.home .zrd-quiz__head h2 { font-size: 38px; }
	.zrd-project-toolbar > span { display: none; }
	body.home .zrd-card-grid { grid-template-columns: 1fr; }
	body.home .zrd-card { grid-template-columns: 45% 55%; }
	body.home .zrd-benefits__grid { grid-template-columns: 1fr; }
	.zrd-dreams__grid { grid-template-columns: 1fr; }
	.zrd-dreams__grid article:nth-child(n) { grid-column: auto; grid-row: auto; }
	.zrd-tour-promo h2 { font-size: 36px; }
	.zrd-cost__image { min-height: 650px; padding: 14px; }
	.zrd-cost__card { width: 100%; }
	body.home .zrd-family__grid { grid-template-columns: 1fr; }
	body.home .zrd-family__grid > img { min-height: 420px; }
	body.home .zrd-family figure { min-height: 520px; }
	.zrd-family__story { grid-column: auto; }
}

/* 1440px precision pass against the approved PDF layouts. */
@media (min-width: 1101px) {
	.zrd-header__top { min-height: 70px; }
	.zrd-nav { min-height: 49px; }
	.zrd-menu a { padding-block: 14px; }
	.zrd-logo__image { filter: grayscale(1) brightness(.35); }
	body.home .zrd-home-title { height: 224px; padding: 9px 0 79px; }
	body.home .zrd-home-title h1 { font-size: clamp(174.5px, 11.45vw, 220px); line-height: .78; }
	body.home .zrd-stats { min-height: 405px; }
	body.home .zrd-services { padding-top: 130px; }
	body.home .zrd-services__grid { row-gap: 41px; }
	body.home .zrd-projects-preview { padding-top: 182px; }
	body.home .zrd-projects-preview .zrd-catalog-intro { margin-bottom: 101px; }
	body.home .zrd-card-grid { row-gap: 48px; }
	body.home .zrd-catalog-outro { margin-top: 51px; }
	body.home .zrd-quiz { padding-bottom: 107px; }
	body.home .zrd-benefits { padding-bottom: 102px; }
	body.home .zrd-manifesto__grid { grid-template-rows: 325px 325px; }
	body.home .zrd-manifesto__team { height: 668px; min-height: 668px; }
	body.home .zrd-manifesto__plan { height: 325px; }
	body.home .zrd-dreams__grid img { height: 500px; aspect-ratio: auto; }
	body.home .zrd-tour-promo { padding-bottom: 21px; }
	body.home .zrd-mortgage { padding-bottom: 221px; }
	body.home .zrd-cost__image { min-height: 726px; }
	body.home .zrd-family__grid { height: 480px; }
	body.home .zrd-family__grid > img,
	body.home .zrd-family figure,
	body.home .zrd-family figure img { height: 480px; min-height: 480px; }
	body.home .zrd-blog { min-height: 898px; }
	body.home .zrd-faq { padding-bottom: 2px; }
	body.home .zrd-visit__photo--office { min-height: 600px; }
	body.home .zrd-visit__grid { transform: translateY(-78px); }
	.zrd-footer__inner { min-height: 570px; }
	.zrd-footer__wordmark { font-size: 12.12vw; }

	/* Desktop archive coordinates measured from the approved 1440px PDFs. */
	body.post-type-archive-projects .zrd-page-hero,
	body.post-type-archive-product .zrd-page-hero,
	body.post-type-archive-3d_tour .zrd-page-hero {
		padding-top: 36px;
		padding-bottom: 89px;
	}
	body.post-type-archive-projects .zrd-page-hero h1,
	body.post-type-archive-product .zrd-page-hero h1,
	body.post-type-archive-3d_tour .zrd-page-hero h1 { font-size: 90px; }
	body.post-type-archive-projects .zrd-catalog__layout,
	body.post-type-archive-product .zrd-catalog__layout { grid-template-columns: 205px 1fr; }
	body.post-type-archive-projects .zrd-catalog,
	body.post-type-archive-product .zrd-catalog { padding-bottom: 2px; }
	body.post-type-archive-3d_tour .zrd-catalog { padding-bottom: 57px; }
	body.post-type-archive-projects .zrd-quiz,
	body.post-type-archive-3d_tour .zrd-quiz { padding-bottom: 65px; }
	body.post-type-archive-projects .zrd-mortgage h2,
	body.post-type-archive-product .zrd-mortgage h2,
	body.post-type-archive-3d_tour .zrd-mortgage h2 { font-size: 46px; }
	body.post-type-archive-projects .zrd-mortgage__intro,
	body.post-type-archive-product .zrd-mortgage__intro,
	body.post-type-archive-3d_tour .zrd-mortgage__intro { grid-template-columns: 1.5fr .75fr .75fr; }
	body.post-type-archive-projects .zrd-mortgage,
	body.post-type-archive-product .zrd-mortgage,
	body.post-type-archive-3d_tour .zrd-mortgage { padding-bottom: 86px; }
	body.post-type-archive-projects .zrd-faq,
	body.post-type-archive-product .zrd-faq,
	body.post-type-archive-3d_tour .zrd-faq { padding-bottom: 40px; }
	body.post-type-archive-projects .zrd-faq summary,
	body.post-type-archive-product .zrd-faq summary,
	body.post-type-archive-3d_tour .zrd-faq summary {
		min-height: 60px;
		padding-block: 14px;
	}
	body.post-type-archive-product .zrd-ready-hero--archive {
		margin-top: 14px;
	}
	body.post-type-archive-product .zrd-ready-hero--archive .zrd-ready-hero__grid,
	body.post-type-archive-product .zrd-ready-hero--archive .zrd-ready-hero__dark,
	body.post-type-archive-product .zrd-ready-hero--archive .zrd-ready-hero__visual > a img {
		min-height: 582px;
		height: 582px;
	}
	body.post-type-archive-product .zrd-ready-hero--archive .zrd-ready-hero__dark {
		padding-top: 58px;
		padding-bottom: 93px;
	}
	body.post-type-archive-projects .zrd-footer__inner,
	body.post-type-archive-product .zrd-footer__inner,
	body.post-type-archive-3d_tour .zrd-footer__inner { min-height: 708px; }

	/* Project/product cards are frameless in the approved desktop layouts. */
	body.single-projects .zrd-header,
	body.single-product .zrd-header { display: none; }
	body.single-projects .zrd-single,
	body.single-product .zrd-single { padding: 30px 0 0; }
	body.single-projects .zrd-single__hero,
	body.single-product .zrd-single__hero {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		gap: 20px;
	}
	body.single-projects .zrd-gallery__main,
	body.single-product .zrd-gallery__main {
		width: 680px;
		height: 680px;
		aspect-ratio: 1;
	}
	body.single-projects .zrd-gallery__thumbs,
	body.single-product .zrd-gallery__thumbs {
		gap: 20px;
		margin-top: 17px;
		height: 97px;
	}
	body.single-projects .zrd-gallery__thumbs button,
	body.single-product .zrd-gallery__thumbs button {
		flex-basis: 97px;
		height: 97px;
	}
	body.single-projects .zrd-single__summary,
	body.single-product .zrd-single__summary {
		position: relative;
		min-height: 794px;
		transform: translateY(-9px);
	}
	body.single-projects .zrd-single__price,
	body.single-product .zrd-single__price {
		position: absolute;
		top: 540px;
		left: 0;
		margin: 0;
		font-size: 56px;
		line-height: 1.1;
	}
	body.single-projects .zrd-single__actions,
	body.single-product .zrd-single__actions {
		position: absolute;
		top: 634px;
		left: 0;
	}
	body.single-projects .zrd-single__close,
	body.single-product .zrd-single__close { top: -15px; }
	body.single-projects .zrd-related,
	body.single-product .zrd-related { padding-top: 166px; }
	body.single-projects .zrd-related h2,
	body.single-product .zrd-related h2 {
		margin-bottom: 33px;
		text-align: center;
	}
	body.single-projects .zrd-related .zrd-card-grid,
	body.single-product .zrd-related .zrd-card-grid { gap: 20px; }
	body.single-projects .zrd-related .zrd-card,
	body.single-product .zrd-related .zrd-card {
		height: 547px;
		overflow: hidden;
	}
	body.single-projects .zrd-related .zrd-card__image,
	body.single-product .zrd-related .zrd-card__image {
		flex: 0 0 330px;
		height: 330px;
		aspect-ratio: 1;
	}
	body.single-projects .zrd-related .zrd-card__body,
	body.single-product .zrd-related .zrd-card__body { padding: 10px; }
	body.single-projects .zrd-related .zrd-card h3,
	body.single-product .zrd-related .zrd-card h3 {
		min-height: 1em;
		-webkit-line-clamp: 1;
	}
	body.single-projects .zrd-process { padding-top: 171px; }
	body.single-projects .zrd-process h2 { margin-bottom: 28px; }
	body.single-projects .zrd-process li {
		height: 62px;
		min-height: 62px;
		padding: 14px 10px;
		font-size: 24px;
		line-height: 34px;
	}
	body.single-projects .zrd-mortgage,
	body.single-product .zrd-mortgage {
		padding-top: 171px;
		padding-bottom: 83px;
	}
	body.single-projects .zrd-mortgage__intro,
	body.single-product .zrd-mortgage__intro { grid-template-columns: 1.5fr .75fr .75fr; }
	body.single-projects .zrd-mortgage h2,
	body.single-product .zrd-mortgage h2 { font-size: 46px; }
	body.single-projects .zrd-bank-row,
	body.single-product .zrd-bank-row { margin-top: 77px; }
	body.single-projects .zrd-mortgage .zrd-section__action,
	body.single-product .zrd-mortgage .zrd-section__action { margin-top: 52px; }
	body.single-projects .zrd-visit,
	body.single-product .zrd-visit { padding: 0 0 86px; }
	body.single-projects .zrd-visit__grid,
	body.single-product .zrd-visit__grid {
		min-height: 715px;
		align-items: start;
	}
	body.single-projects .zrd-visit__photo--office,
	body.single-product .zrd-visit__photo--office { min-height: 715px; }
	body.single-projects .zrd-visit__content,
	body.single-product .zrd-visit__content { margin-top: 94px; }
	body.single-projects .zrd-visit__address,
	body.single-product .zrd-visit__address { margin-top: 105px; }
	body.single-projects .zrd-visit__photo--house,
	body.single-product .zrd-visit__photo--house { min-height: 330px; }
	body.single-projects .zrd-footer__inner,
body.single-product .zrd-footer__inner { min-height: 464px; }
}

/* Current 1440px Figma frame: vertical rhythm after the benefits section. */
@media (min-width: 1101px) {
	body.home .zrd-tour-promo { padding-bottom: 151px; }
	body.home .zrd-cost__image { min-height: 644px; }
}

/* Review correction pass: component fidelity and working catalogue controls. */
.zrd-header { position: relative; top: auto; backdrop-filter: none; }
.zrd-header__top > .zrd-logo { grid-column: 2; grid-row: 1; }
.zrd-header__top > .zrd-header__contacts { grid-column: 3; grid-row: 1; }
[hidden] { display: none !important; }
.zrd-catalog__no-results { grid-column: 1 / -1; margin: 32px 0; padding: 28px; border: 1px solid var(--zrd-line); text-align: center; }
.zrd-catalog__more { display: flex; justify-content: center; margin-top: 42px; }
.zrd-catalog__more .zrd-button { min-width: 190px; }

body.home .zrd-home-title {
	height: 218px;
	padding: 24px 0;
	display: grid;
	align-items: center;
	overflow: hidden;
}
body.home .zrd-home-title h1 {
	font-size: clamp(110px, 9.05vw, 164px);
	line-height: .94;
	letter-spacing: -.067em;
}
.zrd-hero__label--four { right: 4.5%; bottom: 54px; }

.zrd-project-toolbar {
	display: grid;
	grid-template-columns: 128px 128px 170px minmax(190px, 1fr) 190px;
	gap: 14px;
	align-items: end;
}
.zrd-project-toolbar label { min-width: 0; margin: 0; display: grid; grid-template-columns: 1fr; gap: 7px; }
.zrd-project-toolbar label span:not(.screen-reader-text) { color: var(--zrd-ink); }
.zrd-project-toolbar input,
.zrd-project-toolbar select { width: 100%; }
.zrd-project-toolbar__search { width: 260px; justify-self: end; }
.zrd-project-toolbar__sort { width: 190px; }

.zrd-quiz__footer { width: 100%; min-height: 54px; margin-top: 32px; align-items: center; justify-content: space-between; gap: 20px; }
.zrd-quiz__footer > span { padding-top: 0; color: #777; }
.zrd-quiz__footer > div { display: flex; align-items: center; gap: 10px; }
.zrd-quiz__footer .zrd-button { min-width: 0; height: 48px; padding: 0 15px; justify-content: center; }
.zrd-quiz__footer [data-quiz-prev] { border: 1px solid var(--zrd-green); background: transparent; color: var(--zrd-green); }
.zrd-quiz__footer [data-quiz-next],
.zrd-quiz__footer [data-quiz-submit] { background: var(--zrd-green); color: #fff; }
.zrd-quiz__footer [data-quiz-submit] { width: 212px; }

body.home .zrd-benefits__grid { grid-template-rows: repeat(2, 250px); }
body.home .zrd-benefits article { min-height: 0; overflow: hidden; }
body.home .zrd-benefits__image { padding: 0; min-height: 250px; }

.zrd-dreams__grid {
	grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
	grid-template-rows: none;
	gap: 38px 18px;
}
.zrd-dreams__grid article:nth-child(n) { grid-column: auto; grid-row: auto; margin-top: 0; }
.zrd-dreams__case > a { display: flex; min-width: 0; height: 100%; flex-direction: column; }
.zrd-dreams__photos { display: grid; min-height: clamp(440px, 35vw, 610px); gap: 12px; overflow: hidden; background: #eef1ee; }
.zrd-dreams__case--compact .zrd-dreams__photos { grid-template-columns: 1fr; }
.zrd-dreams__case--gallery .zrd-dreams__photos { grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; }
body.home .zrd-dreams__photos img { display: block; width: 100%; height: 100%; min-height: 0; aspect-ratio: auto; object-fit: cover; transition: transform .35s ease; }
.zrd-dreams__case > a:hover .zrd-dreams__photos img { transform: scale(1.015); }
.zrd-dreams__copy { display: block; padding-top: 14px; }
.zrd-dreams__copy h3 { margin: 0 0 7px; font-size: clamp(26px, 2vw, 34px); line-height: 1; }
.zrd-dreams__copy p { max-width: 720px; min-height: 42px; margin: 0; font-size: 15px; line-height: 1.4; }
.zrd-dreams__copy b { display: inline-flex; margin-top: 14px; align-items: center; gap: 26px; font-size: 13px; font-weight: 500; text-transform: uppercase; }

.zrd-tour-promo__frame {
	width: 100%;
	min-height: 420px;
	border: 0;
	background: #d9dfdc url('../images/office-exterior.webp') center / cover no-repeat;
}
.zrd-cost__image { background-image: url('../images/entrance.webp'); background-position: center; }

.zrd-visit__grid { grid-template-columns: minmax(280px, 1.05fr) minmax(430px, 1.45fr) minmax(230px, .72fr); gap: clamp(28px, 3vw, 56px); }
.zrd-visit__content { align-self: center; }
.zrd-visit h2 { font-size: clamp(58px, 5vw, 82px); line-height: .88; }
.zrd-visit__content p { max-width: 600px; }

.zrd-footer__inner {
	min-height: 520px;
	display: grid;
	grid-template-columns: 230px minmax(0, 1fr) 58px;
	grid-template-rows: auto 430px;
	gap: 24px 40px;
}
.zrd-footer__nav { grid-column: 1; grid-row: 1 / 3; }
.zrd-footer__statement { grid-column: 2; grid-row: 1; align-self: start; }
.zrd-footer__socials { grid-column: 3; grid-row: 1 / 3; align-self: start; }
.zrd-footer__team {
	grid-column: 2;
	grid-row: 2;
	min-height: 430px;
	margin: 0;
	background-position: center bottom;
}
.zrd-footer__wordmark {
	width: 100%;
	max-width: 100%;
	margin: 24px 0 0;
	padding: 14px 2vw 72px;
	font-size: clamp(78px, 7.7vw, 148px);
	line-height: 1.08;
	letter-spacing: -.065em;
	overflow: visible;
}

@media (min-width: 1101px) {
	body.post-type-archive-projects .zrd-page-hero h1,
	body.post-type-archive-product .zrd-page-hero h1,
	body.post-type-archive-3d_tour .zrd-page-hero h1 { max-width: 100%; font-size: clamp(64px, 5.2vw, 86px); overflow-wrap: anywhere; }
	body.home .zrd-visit__grid { transform: none; }
	body.home .zrd-visit__photo--office { min-height: 520px; }
	body.home .zrd-footer__inner,
	body.post-type-archive-projects .zrd-footer__inner,
	body.post-type-archive-product .zrd-footer__inner,
	body.post-type-archive-3d_tour .zrd-footer__inner,
	body.single-projects .zrd-footer__inner,
	body.single-product .zrd-footer__inner { min-height: 520px; }
}

@media (max-width: 1100px) {
	.zrd-project-toolbar { grid-template-columns: repeat(3, 1fr); }
	.zrd-project-toolbar__search { width: auto; justify-self: stretch; grid-column: 1 / 3; }
	.zrd-project-toolbar__sort { width: auto; }
	.zrd-footer__inner { grid-template-columns: 180px 1fr 52px; }
}

@media (max-width: 820px) {
	.zrd-header__top > .zrd-logo { grid-column: 1; }
	.zrd-header__top > .zrd-menu-toggle { grid-column: 2; grid-row: 1; }
	body.home .zrd-home-title { height: auto; min-height: 142px; padding: 24px 0; }
	body.home .zrd-home-title h1 { white-space: normal; font-size: 13vw; line-height: .9; }
	.zrd-project-toolbar { grid-template-columns: 1fr 1fr; }
	.zrd-project-toolbar__search { grid-column: 1; }
	.zrd-dreams__grid { grid-template-columns: 1fr; }
	.zrd-dreams__grid article:nth-child(n) { grid-column: auto; grid-row: auto; margin-top: 0; }
	.zrd-dreams__photos { min-height: clamp(420px, 72vw, 580px); }
	.zrd-tour-promo__frame { min-height: 440px; }
	.zrd-footer__inner { grid-template-columns: 1fr 52px; grid-template-rows: auto auto 360px; min-height: 0; }
	.zrd-footer__nav { grid-column: 1; grid-row: 2; }
	.zrd-footer__statement { grid-column: 1 / -1; grid-row: 1; text-align: left; }
	.zrd-footer__socials { grid-column: 2; grid-row: 2; }
	.zrd-footer__team { grid-column: 1 / -1; grid-row: 3; min-height: 360px; }
}

@media (max-width: 560px) {
	.zrd-project-toolbar { grid-template-columns: 1fr; }
	.zrd-project-toolbar__search { grid-column: auto; }
	.zrd-dreams__grid { grid-template-columns: 1fr; }
	.zrd-dreams__photos { min-height: 0; }
	.zrd-dreams__case--compact .zrd-dreams__photos { aspect-ratio: 4 / 3; }
	.zrd-dreams__case--gallery .zrd-dreams__photos { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(2, minmax(150px, 44vw)); }
	.zrd-dreams__copy h3 { font-size: 28px; }
	body.home .zrd-benefits__grid { grid-template-rows: none; }
	.zrd-quiz__footer { align-items: stretch; flex-direction: column; gap: 14px; }
	.zrd-quiz__footer > span { padding-top: 0; }
	.zrd-quiz__footer > div { width: 100%; display: grid; grid-template-columns: 48px minmax(0, 1fr); }
	.zrd-quiz__footer [data-quiz-submit] { width: 100%; }
	.zrd-tour-promo__frame { min-height: 320px; }
	.zrd-visit__grid { grid-template-columns: minmax(0, 1fr); }
	.zrd-visit__grid > * { min-width: 0; }
	.zrd-visit h2 { font-size: clamp(42px, 12vw, 48px); }
	.zrd-footer__wordmark { margin-top: 28px; padding-bottom: 42px; font-size: 12.5vw; white-space: nowrap; }
}

/* Final footer composition from the approved layout. */
.zrd-footer { padding-top: 54px; }
.zrd-footer__inner {
	min-height: 580px;
	grid-template-columns: 140px minmax(0, 1fr) 54px;
	grid-template-rows: 80px 500px;
	column-gap: 32px;
	row-gap: 0;
	position: relative;
}
.zrd-footer__nav {
	grid-column: 1;
	grid-row: 1 / 3;
	z-index: 2;
	padding-top: 0;
}
.zrd-footer__nav .zrd-menu,
.zrd-footer__nav .zrd-footer-menu {
	width: auto;
	display: grid;
	grid-template-columns: 1fr;
	justify-content: stretch;
	gap: 0;
}
.zrd-footer__nav .zrd-menu li,
.zrd-footer__nav .zrd-footer-menu li { min-width: 0; }
.zrd-footer__nav .zrd-menu a,
.zrd-footer__nav .zrd-footer-menu a {
	padding: 5px 0;
	font-size: 12px;
	line-height: 1.25;
	white-space: nowrap;
	border: 0;
}
.zrd-footer__statement {
	grid-column: 2;
	grid-row: 1;
	z-index: 2;
	width: min(390px, 100%);
	justify-self: center;
	align-self: start;
	padding-top: 2px;
	font-size: 18px;
	line-height: 1.15;
	letter-spacing: -.025em;
}
.zrd-footer__socials {
	grid-column: 3;
	grid-row: 1 / 3;
	z-index: 2;
	justify-self: end;
	align-self: start;
	display: grid;
	gap: 8px;
}
.zrd-footer__socials a,
body.zrd-site .zrd-footer__socials a {
	width: 52px;
	height: 52px;
	font-size: 15px !important;
	line-height: 1;
	text-indent: 0 !important;
}
.zrd-footer__socials svg { width: 24px; height: 24px; fill: #fff; }
.zrd-footer__team {
	grid-column: 2;
	grid-row: 1 / 3;
	z-index: 1;
	min-height: 580px;
	margin: 0;
	background-position: center bottom;
	background-size: contain;
}
.zrd-footer__legal {
	align-items: center;
	min-height: 30px;
	padding-top: 0;
	line-height: 1.25;
}
.zrd-footer__legal > * { min-width: 0; }
.zrd-footer__wordmark {
	width: 100%;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-size: clamp(80px, 8.7vw, 150px);
}

@media (max-width: 1100px) {
	.zrd-footer__inner { grid-template-columns: 150px minmax(0, 1fr) 54px; }
	.zrd-footer__statement { font-size: 16px; }
}

@media (max-width: 820px) {
	.zrd-footer { padding-top: 42px; }
	.zrd-footer__inner {
		min-height: 0;
		grid-template-columns: minmax(0, 1fr) 52px;
		grid-template-rows: auto auto 360px;
		gap: 24px;
	}
	.zrd-footer__statement { grid-column: 1 / -1; grid-row: 1; justify-self: start; width: 100%; padding: 0; text-align: left; }
	.zrd-footer__nav { grid-column: 1; grid-row: 2; }
	.zrd-footer__socials { grid-column: 2; grid-row: 2; }
	.zrd-footer__team { grid-column: 1 / -1; grid-row: 3; min-height: 360px; }
	.zrd-footer__nav .zrd-menu,
	.zrd-footer__nav .zrd-footer-menu { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 24px; }
	.zrd-footer__nav .zrd-menu a,
	.zrd-footer__nav .zrd-footer-menu a { white-space: normal; }
}

@media (max-width: 560px) {
	.zrd-footer__inner { grid-template-rows: auto auto 290px; }
	.zrd-footer__team { min-height: 290px; }
	.zrd-footer__legal { gap: 12px; padding-top: 18px; }
}

/* Final cascade: exact current desktop frame values. */
@media (min-width: 1101px) {
	.zrd-header__top > .zrd-socials { grid-column: 1; grid-row: 1; justify-self: start; }
	.zrd-header .zrd-socials svg { width: 22px; height: 22px; fill: #fff; }
	.zrd-header .zrd-menu a { font-size: 16px; }
	body.home .zrd-home-title h1 { font-size: clamp(174.5px, 11.45vw, 220px); line-height: .78; }
	body.home .zrd-hero__copy { font-size: 22px; line-height: 1.25; }
	body.home .zrd-hero__label { padding: 7px 12px; font-size: 32px; line-height: 1; }
	body.home .zrd-hero__label--one { left: 12.6%; top: 140px; right: auto; bottom: auto; }
	body.home .zrd-hero__label--two { left: 49.2%; top: 186px; right: auto; bottom: auto; }
	body.home .zrd-hero__label--three { left: auto; right: 20.3%; top: 227px; bottom: auto; }
	body.home .zrd-hero__label--three { left: 75.4%; right: auto; }
	body.home .zrd-hero__label--four { left: 85.9%; right: auto; top: 402px; bottom: auto; }
	body.home .zrd-services .zrd-section-head h2,
	body.home .zrd-extra-services__head h2,
	body.home .zrd-projects-preview .zrd-catalog-intro h2,
	body.home .zrd-quiz__head h2,
	body.home .zrd-benefits .zrd-section-head h2,
	body.home .zrd-dreams__head h2,
	body.home .zrd-mortgage h2,
	body.home .zrd-blog .zrd-section-head h2 { font-size: 56px; }
	body.home .zrd-tour-promo h2,
	body.home .zrd-cost__card h2 { font-size: 48px; }

	/* The footer has three approved desktop depths in the supplied frames. */
	.zrd-footer__wordmark {
		margin: 24px 0 0;
		padding-top: 14px;
		padding-bottom: 32px;
		font-size: 174.5px;
		line-height: .9;
	}
	body.post-type-archive-projects .zrd-footer__inner,
	body.post-type-archive-product .zrd-footer__inner,
	body.post-type-archive-3d_tour .zrd-footer__inner {
		min-height: 755px;
		grid-template-rows: 80px 675px;
	}
	body.post-type-archive-projects .zrd-footer__team,
	body.post-type-archive-product .zrd-footer__team,
	body.post-type-archive-3d_tour .zrd-footer__team { min-height: 755px; }
	body.post-type-archive-product .zrd-footer__inner {
		min-height: 773px;
		grid-template-rows: 80px 693px;
	}
	body.post-type-archive-product .zrd-footer__team { min-height: 773px; }
	body.single-projects .zrd-footer__inner,
	body.single-product .zrd-footer__inner {
		min-height: 508px;
		grid-template-rows: 80px 428px;
	}
	body.single-projects .zrd-footer__team,
	body.single-product .zrd-footer__team { min-height: 508px; }
	body.single-projects .zrd-visit__content,
	body.single-product .zrd-visit__content { align-self: start; }
}

@media (min-width: 561px) and (max-width: 820px) {
	.zrd-visit__grid { grid-template-columns: 1fr; }
	.zrd-visit__content { align-self: start; }
	.zrd-visit__address { grid-template-columns: 1fr 1fr; }
}

/* Keep the footer visually attached to the preceding section. */
.zrd-footer { padding-top: 26px; }
@media (max-width: 820px) { .zrd-footer { padding-top: 24px; } }

/* Figma lock: approved home composition (frame 1059:592). */
body.home .zrd-hero__copy {
	color: var(--zrd-ink);
}
body.home .zrd-hero__copy p {
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.18;
}
body.home .zrd-hero__copy .zrd-button {
	width: 100%;
	min-width: 0;
	margin-top: 14px;
	min-height: 55px;
	padding: 0 0 0 20px;
	font-size: 15px;
}
body.home .zrd-hero__copy .zrd-button span {
	width: 55px;
	height: 55px;
	display: grid;
	place-items: center;
	border-left: 1px solid rgba(255,255,255,.55);
}

body.home .zrd-stats__grid > div {
	justify-content: flex-start;
}
body.home .zrd-stats ul {
	line-height: 1.25;
}

body.home .zrd-ready-hero__dark {
	justify-content: flex-start;
}
body.home .zrd-ready-hero__dark > p {
	margin-bottom: 8px;
	letter-spacing: -.055em;
}
body.home .zrd-ready-hero__price {
	max-width: 100%;
	margin-top: auto;
	margin-bottom: 14px;
	font-size: clamp(26px, 2.25vw, 42px);
	line-height: 1.12;
	letter-spacing: -.035em;
}
body.home .zrd-ready-hero__price small {
	display: block;
	margin-top: 8px;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: uppercase;
}
body.home .zrd-ready-hero__dark .zrd-button {
	min-width: 172px;
	min-height: 43px;
	padding: 0 0 0 16px;
	font-size: 13px;
}
body.home .zrd-ready-hero__dark .zrd-button span {
	width: 44px;
	height: 42px;
	display: grid;
	place-items: center;
	border-left: 1px solid var(--zrd-line);
}
body.home .zrd-ready-hero__facts > div {
	min-width: 0;
	padding: 0 18px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-right: 1px solid var(--zrd-line);
}
body.home .zrd-ready-hero__facts > div:last-child {
	border-right: 0;
}
body.home .zrd-ready-hero__facts strong {
	font-size: clamp(19px, 1.45vw, 27px);
	font-weight: 400;
	line-height: 1;
	white-space: nowrap;
}
body.home .zrd-ready-hero__facts small {
	margin-top: 5px;
	font-size: 10px;
	line-height: 1.1;
}
.zrd-ready-hero__location {
	position: absolute;
	z-index: 3;
	left: 18px;
	bottom: 18px;
	padding: 4px 8px;
	background: rgba(255,255,255,.9);
	font-size: 12px;
	line-height: 1;
}

body.home .zrd-benefits .zrd-section-head {
	margin-bottom: 38px;
}
body.home .zrd-benefits article {
	display: flex;
	min-width: 0;
	flex-direction: column;
}
body.home .zrd-benefits h3 {
	margin-bottom: 3px;
	line-height: 1.05;
}
body.home .zrd-benefits article p {
	margin: 0;
	line-height: 1.25;
}

.zrd-dreams__gallery {
	display: grid;
	grid-template-columns: 1.05fr 1fr 1fr;
	grid-template-rows: repeat(2, minmax(230px, 20vw));
	gap: 4px;
	overflow: hidden;
}
.zrd-dreams__gallery img {
	width: 100%;
	height: 100%;
	min-width: 0;
	object-fit: cover;
	object-position: center;
}
.zrd-dreams__gallery img:first-child {
	grid-row: 1 / 3;
}
.zrd-dreams__gallery img:nth-child(2) { object-position: center 54%; }
.zrd-dreams__gallery img:nth-child(3) { object-position: center 45%; }

.zrd-footer__team {
	min-height: 0;
	background: none;
	pointer-events: none;
}
.zrd-footer__team img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: contain;
	object-position: center bottom;
}

/* The supplied team artwork is the complete footer background, not a cropped
   card inside the middle column. Navigation and socials sit over its white
   margins exactly as in the Figma frame. */
@media (min-width: 821px) {
	.zrd-footer__inner {
		min-height: 0 !important;
		aspect-ratio: 3080 / 2048;
		isolation: isolate;
	}
	.zrd-footer__team,
	body.home .zrd-footer__team,
	body.post-type-archive-projects .zrd-footer__team,
	body.post-type-archive-product .zrd-footer__team,
	body.post-type-archive-3d_tour .zrd-footer__team,
	body.single-projects .zrd-footer__team,
	body.single-product .zrd-footer__team {
		position: absolute;
		inset: 0;
		z-index: 0;
		width: 100%;
		height: 100%;
	}
	.zrd-footer__team img {
		width: 100%;
		height: 100%;
		object-fit: contain;
		object-position: center top;
	}
	.zrd-footer__nav,
	.zrd-footer__statement,
	.zrd-footer__socials { position: relative; z-index: 2; }
}

@media (min-width: 1101px) {
	body.home .zrd-hero__copy {
		top: 20px;
		right: 8.1%;
		width: 312px;
		padding: 0;
		font-size: 18px;
		line-height: 1.18;
	}
	body.home .zrd-hero__label {
		padding: 7px 11px;
		font-size: 20px;
		font-weight: 400;
	}
	body.home .zrd-hero__label--one { left: 7.2%; top: 69.2%; }
	body.home .zrd-hero__label--two { left: 40.7%; top: 17%; }
	body.home .zrd-hero__label--three { left: 62.2%; top: 46.6%; }
	body.home .zrd-hero__label--four { left: 86.8%; top: 43.2%; }
	body.home .zrd-stats {
		min-height: 404px;
		padding: 38px 0 162px;
	}
	body.home .zrd-stats__grid {
		grid-template-columns: .72fr 1.18fr .95fr 1.72fr;
		gap: 0;
	}
	body.home .zrd-stats__grid > div {
		min-height: 112px;
		padding: 0 24px;
	}
	body.home .zrd-stats__grid > div:first-child { padding-left: 0; }
	body.home .zrd-stats strong { font-size: 53px; }
	body.home .zrd-stats span { margin-top: 10px; font-size: 14px; }
	body.home .zrd-stats ul { margin: 0; padding: 0 0 0 42px; font-size: 13px; }
	body.home .zrd-stats li { margin-bottom: 9px; padding-left: 2px; }

	body.home .zrd-ready-hero__grid {
		grid-template-columns: 50% 50%;
		min-height: 500px;
	}
	body.home .zrd-ready-hero__dark {
		min-height: 500px;
		padding: 34px 30px 26px;
	}
	body.home .zrd-ready-hero__dark > p { font-size: clamp(54px, 4vw, 68px); }
	body.home .zrd-ready-hero__facts {
		min-height: 92px;
		padding: 16px 0;
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	body.home .zrd-ready-hero__visual > a img {
		min-height: 500px;
		object-position: center 52%;
	}

	body.home .zrd-benefits {
		padding-top: 90px;
		padding-bottom: 90px;
	}
	body.home .zrd-benefits .zrd-section-head h2 { font-size: 42px; }
	body.home .zrd-benefits__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		grid-template-rows: repeat(2, 190px);
		gap: 0;
	}
	body.home .zrd-benefits article {
		min-height: 0;
		padding: 12px 14px;
		overflow: hidden;
	}
	body.home .zrd-benefits h3 { margin-top: auto; font-size: 18px; }
	body.home .zrd-benefits article p { font-size: 12px; }
	body.home .zrd-benefits__image { min-height: 190px; padding: 0; }
	body.home .zrd-benefits__image--team { background-position: center 24%; }

	body.home .zrd-dreams { padding-top: 90px; padding-bottom: 90px; }
	body.home .zrd-dreams__head { margin-bottom: 42px; grid-template-columns: 1.7fr 1fr; gap: 70px; }
	body.home .zrd-dreams__head h2 { font-size: 48px; }
	body.home .zrd-dreams__head p { margin-top: 58px; }

	.zrd-footer__inner {
		min-height: 0;
		grid-template-columns: 140px minmax(0, 1fr) 54px;
		grid-template-rows: 76px auto;
	}
	.zrd-footer__team {
		grid-row: 2;
		align-self: end;
	}
	body.home .zrd-footer__inner,
	body.post-type-archive-projects .zrd-footer__inner,
	body.post-type-archive-product .zrd-footer__inner,
	body.post-type-archive-3d_tour .zrd-footer__inner,
	body.single-projects .zrd-footer__inner,
	body.single-product .zrd-footer__inner {
		min-height: 0;
		grid-template-rows: 76px auto;
	}
	body.home .zrd-footer__team,
	body.post-type-archive-projects .zrd-footer__team,
	body.post-type-archive-product .zrd-footer__team,
	body.post-type-archive-3d_tour .zrd-footer__team,
	body.single-projects .zrd-footer__team,
	body.single-product .zrd-footer__team { min-height: 0; }
}

@media (max-width: 1100px) {
	body.home .zrd-ready-hero__facts { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	body.home .zrd-ready-hero__facts > div { padding-inline: 10px; }
	body.home .zrd-benefits article p { font-size: 12px; }
	.zrd-dreams__gallery { grid-template-rows: repeat(2, minmax(220px, 28vw)); }
	.zrd-footer__team { grid-row: 3; }
}

@media (max-width: 820px) {
	body.home .zrd-hero__copy p { font-size: 16px; }
	body.home .zrd-ready-hero__dark { min-height: 430px; }
	body.home .zrd-ready-hero__facts { display: grid; }
	body.home .zrd-ready-hero__visual > a img { min-height: 390px; }
	body.home .zrd-benefits__grid { grid-template-rows: repeat(4, 210px); }
	body.home .zrd-benefits__image { min-height: 210px; }
	.zrd-dreams__gallery {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: repeat(3, minmax(220px, 47vw));
	}
	.zrd-dreams__gallery img:first-child { grid-row: 1 / 3; }
	.zrd-footer__team img { max-height: none; }
}

@media (max-width: 560px) {
	body.home .zrd-ready-hero__price { font-size: 26px; }
	body.home .zrd-ready-hero__price small { font-size: 13px; }
	body.home .zrd-ready-hero__facts { display: none; }
	body.home .zrd-ready-hero__visual > a img { min-height: 280px; }
	body.home .zrd-benefits__grid { grid-template-rows: none; }
	.zrd-dreams__gallery {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: repeat(3, minmax(150px, 46vw));
	}
	.zrd-dreams__gallery img:first-child { grid-column: 1 / -1; grid-row: 1; }
	.zrd-footer__inner { grid-template-rows: auto auto auto; }
	.zrd-footer__team { min-height: 0; }
}

/* Figma structural lock 1.6.22
   These rules own complete desktop compositions. Keep them together so later
   edits cannot separate labels, facts, imagery, or footer artwork again. */
body.home .zrd-ready-hero__facts {
	background: transparent;
}
body.home .zrd-benefits__image--team {
	background-image: url('../images/founders-figma.png');
	background-position: center;
}
body.home .zrd-benefits__image--house {
	background-image: url('../images/benefit-house-figma.png');
	background-position: center;
}

@media (min-width: 561px) and (max-width: 1100px) {
	body.home .zrd-ready-hero__facts > div:nth-child(n + 4) {
		display: flex;
	}
}

@media (min-width: 561px) and (max-width: 820px) {
	body.home .zrd-benefits__grid {
		grid-template-rows: repeat(4, 240px);
	}
	body.home .zrd-benefits__image {
		min-height: 240px;
	}
}

@media (min-width: 1101px) {
	body.home .zrd-ready-hero__grid {
		grid-template-columns: 50% 50%;
		height: 550px;
		min-height: 550px;
	}
	body.home .zrd-ready-hero__dark,
	body.home .zrd-ready-hero__visual,
	body.home .zrd-ready-hero__visual > a,
	body.home .zrd-ready-hero__visual > a img {
		height: 550px;
		min-height: 550px;
	}
	body.home .zrd-ready-hero__dark {
		padding: 34px 30px 26px;
	}
	body.home .zrd-ready-hero__dark > p {
		font-size: clamp(50px, 3.8vw, 64px);
	}
	body.home .zrd-ready-hero__facts {
		top: 0;
		min-height: 84px;
		padding: 16px 0;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		background: transparent;
	}
	body.home .zrd-ready-hero__facts > div {
		padding: 0 18px;
		background: transparent;
	}
	body.home .zrd-ready-hero__visual > a {
		display: block;
	}
	body.home .zrd-ready-hero__visual > a img {
		width: 100%;
		object-fit: cover;
		object-position: center 54%;
	}
	body.home .zrd-ready-hero__location {
		left: 18px;
		bottom: 14px;
	}

	body.home .zrd-benefits {
		padding: 90px 0 95px;
	}
	body.home .zrd-benefits .zrd-section-head {
		margin-bottom: 52px;
	}
	body.home .zrd-benefits .zrd-section-head h2 {
		font-size: 42px;
	}
	body.home .zrd-benefits__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		grid-template-rows: repeat(2, 240px);
		column-gap: 20px;
		row-gap: 32px;
	}
	body.home .zrd-benefits article {
		min-height: 0;
		padding: 12px 14px;
		border-right: 0;
		border-left: 1px solid var(--zrd-line);
		overflow: hidden;
	}
	body.home .zrd-benefits article:nth-child(4n + 1) {
		border-left: 0;
	}
	body.home .zrd-benefits h3 {
		margin-top: auto;
		margin-bottom: 3px;
		font-size: 18px;
		line-height: 1.05;
	}
	body.home .zrd-benefits article p {
		margin: 0;
		font-size: 12px;
		line-height: 1.22;
	}
	body.home .zrd-benefits__image {
		min-height: 240px;
		padding: 0;
		background-size: cover;
	}
	body.home .zrd-benefits__image--team {
		background-position: center;
	}
	body.home .zrd-benefits__image--house {
		background-position: center;
	}

	.zrd-footer {
		padding-top: 0;
	}
	.zrd-footer .zrd-footer__inner,
	.zrd-footer .zrd-footer__legal {
		width: 100%;
		max-width: none;
		padding-left: clamp(30px, 2.1vw, 42px);
		padding-right: clamp(30px, 2.1vw, 42px);
	}
	.zrd-footer .zrd-footer__inner {
		min-height: 0 !important;
		aspect-ratio: 2880 / 1570;
		grid-template-columns: 180px minmax(0, 1fr) 64px;
		grid-template-rows: 110px 1fr;
		gap: 24px;
	}
	.zrd-footer .zrd-footer__team,
	body.home .zrd-footer .zrd-footer__team,
	body.post-type-archive-projects .zrd-footer .zrd-footer__team,
	body.post-type-archive-product .zrd-footer .zrd-footer__team,
	body.post-type-archive-3d_tour .zrd-footer .zrd-footer__team,
	body.single-projects .zrd-footer .zrd-footer__team,
	body.single-product .zrd-footer .zrd-footer__team {
		position: absolute;
		inset: 0;
		grid-column: auto;
		grid-row: auto;
		z-index: 0;
		width: 100%;
		height: 100%;
		margin: 0;
	}
	.zrd-footer .zrd-footer__team img {
		width: 100%;
		height: 100%;
		max-width: none;
		object-fit: contain;
		object-position: center top;
	}
	.zrd-footer__nav,
	.zrd-footer__statement,
	.zrd-footer__socials {
		position: relative;
		z-index: 2;
	}
	.zrd-footer__legal {
		margin-top: 0;
	}
}

/* Figma service-card composition: the card itself is the action. */
.zrd-services__grid .zrd-service__text > strong {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}
.zrd-services__grid .zrd-service__text > strong::after {
	content: "\2192";
	flex: 0 0 auto;
	font: inherit;
}
.zrd-services__grid .zrd-service__text > b {
	display: none;
}

/* Figma footer frame 1059:928 — one 1440 × 781.36 composition. */
@media (min-width: 1101px) {
	.zrd-footer {
		position: relative;
		width: 100%;
		height: auto;
		aspect-ratio: 1440 / 781.36;
		padding: 0;
		overflow: hidden;
		background: #fff;
	}
	.zrd-footer .zrd-footer__inner {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		min-height: 0 !important;
		aspect-ratio: auto;
		box-sizing: border-box;
		padding: 92px 30px 0;
		display: grid;
		grid-template-columns: 180px minmax(0, 1fr) 52px;
		grid-template-rows: 96px 1fr;
		column-gap: 24px;
		row-gap: 0;
	}
	.zrd-footer .zrd-footer__nav {
		grid-column: 1;
		grid-row: 1 / 3;
		padding: 0;
	}
	.zrd-footer .zrd-footer__nav .zrd-menu a,
	.zrd-footer .zrd-footer__nav .zrd-footer-menu a {
		padding: 5px 0;
		font-size: 12px;
		line-height: 1.25;
	}
	.zrd-footer .zrd-footer__statement {
		grid-column: 2;
		grid-row: 1;
		justify-self: center;
		align-self: start;
		width: 430px;
		max-width: 100%;
		padding: 0;
		font-size: 18px;
		line-height: 1.08;
		letter-spacing: -.025em;
		text-align: center;
	}
	.zrd-footer .zrd-footer__statement span {
		display: block;
		white-space: nowrap;
	}
	.zrd-footer .zrd-footer__socials {
		grid-column: 3;
		grid-row: 1 / 3;
		justify-self: end;
		align-self: start;
		gap: 8px;
	}
	.zrd-footer .zrd-footer__team,
	body.home .zrd-footer .zrd-footer__team,
	body.post-type-archive-projects .zrd-footer .zrd-footer__team,
	body.post-type-archive-product .zrd-footer .zrd-footer__team,
	body.post-type-archive-3d_tour .zrd-footer .zrd-footer__team,
	body.single-projects .zrd-footer .zrd-footer__team,
	body.single-product .zrd-footer .zrd-footer__team {
		position: absolute;
		inset: 0;
		z-index: 0;
		width: 100%;
		height: 100%;
		min-height: 0;
		margin: 0;
		pointer-events: none;
	}
	.zrd-footer .zrd-footer__team img {
		display: block;
		width: 100%;
		height: 100%;
		max-width: none;
		object-fit: contain;
		object-position: center top;
	}
	.zrd-footer .zrd-footer__legal {
		position: absolute;
		z-index: 3;
		top: 76.55%;
		left: 30px;
		right: 30px;
		width: auto;
		max-width: none;
		min-height: 0;
		margin: 0;
		padding: 0;
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 18px;
		font-size: 10px;
		line-height: 1.2;
	}
	.zrd-footer .zrd-footer__wordmark {
		position: absolute;
		z-index: 2;
		top: 79.2%;
		left: 0;
		width: 100%;
		margin: 0;
		padding: 0;
		font-size: clamp(110px, 11.8vw, 200px);
		line-height: .78;
		white-space: nowrap;
		text-align: center;
	}

	body.home .zrd-benefits__grid {
		grid-template-rows: repeat(2, auto);
		align-items: stretch;
	}
	body.home .zrd-benefits__grid article,
	body.home .zrd-benefits__image {
		aspect-ratio: 330 / 240;
		min-height: 0;
	}
	body.home .zrd-benefits__image--team {
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}
	body.home .zrd-dreams__head p {
		margin-top: 28px;
	}
}

/* Responsive QA lock: keep the Figma composition intact on narrow screens. */
.zrd-footer__statement span {
	display: block;
}

@media (max-width: 560px) {
	body.home .zrd-benefits .zrd-section-head h2 {
		font-size: 34px;
		line-height: 1.08;
	}
	body.home .zrd-benefits__grid {
		grid-template-rows: none;
	}
	body.home .zrd-benefits__grid > article:not(.zrd-benefits__image) {
		min-height: 190px;
	}
	body.home .zrd-benefits__image {
		min-height: 0;
		aspect-ratio: 330 / 240;
		background-repeat: no-repeat;
	}
	body.home .zrd-benefits__image--team {
		background-size: contain;
		background-position: center;
	}
	body.home .zrd-benefits__image--house {
		background-size: cover;
		background-position: center;
	}
	.zrd-footer__statement {
		line-height: 1.15;
	}
	.zrd-footer__statement span + span {
		margin-top: 2px;
	}
}

/* Final QA corrections: preserve content bounds and keep the responsive footer
   in the same visual hierarchy as the approved desktop frame. */
body.home .zrd-benefits article.zrd-benefits__image {
	padding: 0;
}

@media (min-width: 1101px) {
	body.single-projects .zrd-single__summary,
	body.single-product .zrd-single__summary {
		transform: none;
		padding-top: 8px;
	}
}

@media (min-width: 561px) and (max-width: 820px) {
	.zrd-footer__legal {
		position: relative;
		z-index: 3;
		width: 100%;
		max-width: none;
		margin: 0;
		padding: 24px 20px 0;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px 24px;
		background: #fff;
		overflow: visible;
	}
	.zrd-footer__wordmark {
		margin-top: 26px;
		padding-bottom: 34px;
	}
}

/* User QA corrections 2026-07-21 — final cascade owner. */
@media (min-width: 1101px) {
	body.home .zrd-hero__label--one { left: 8.8%; top: 25.5%; right: auto; bottom: auto; }
	body.home .zrd-hero__label--two { left: 42.2%; top: 32%; right: auto; bottom: auto; }
	body.home .zrd-hero__label--three { left: 72.1%; top: 40.5%; right: auto; bottom: auto; }
	body.home .zrd-hero__label--four { left: 82.6%; top: 68.2%; right: auto; bottom: auto; }
	body.home .zrd-ready-hero__facts { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	body.home .zrd-ready-hero__visual > a img { object-position: center; }
	body.home .zrd-dreams__gallery img:first-child {
		object-fit: cover;
		object-position: center center;
	}
	.zrd-footer .zrd-footer__legal { top: 73.5%; }
	.zrd-footer .zrd-footer__wordmark { top: 81.2%; }
}

/* Visit block: tablet/mobile layout must not retain the compressed
   three-column desktop grid. Keep every related element in one flow. */
@media (max-width: 1100px) {
	.zrd-visit {
		padding-block: clamp(54px, 8vw, 82px);
	}
	.zrd-visit .zrd-visit__grid {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 32px;
	}
	.zrd-visit__video,
	.zrd-visit__content,
	.zrd-visit__address {
		width: 100%;
		max-width: none;
		min-width: 0;
		grid-row: auto;
		justify-self: auto;
	}
	.zrd-visit__video {
		order: 1;
	}
	.zrd-visit__content {
		order: 2;
	}
	.zrd-visit__address {
		order: 3;
		display: block;
	}
	.zrd-visit__video-frame {
		min-height: 0;
		aspect-ratio: 16 / 10;
	}
	.zrd-visit__content p {
		max-width: 680px;
	}
	.zrd-visit__office {
		width: 100%;
		margin: 0 0 16px;
		aspect-ratio: 16 / 10;
		overflow: hidden;
	}
	.zrd-visit__office img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	.zrd-visit address {
		margin: 0;
		line-height: 1.35;
	}
}

@media (max-width: 560px) {
	.zrd-visit {
		padding-block: 44px 54px;
	}
	.zrd-visit .zrd-visit__grid {
		gap: 24px;
	}
	.zrd-visit h2 {
		max-width: 100%;
		font-size: clamp(40px, 11.5vw, 48px);
		line-height: .9;
		letter-spacing: -.045em;
	}
	.zrd-visit__content p {
		margin-top: 12px;
		font-size: 17px;
		line-height: 1.32;
	}
	.zrd-visit__content .zrd-button {
		width: 100%;
		max-width: 390px;
		margin-top: 18px;
	}
	.zrd-visit__video,
	.zrd-visit__address {
		display: grid;
		gap: 12px;
	}
	.zrd-visit__video-frame,
	.zrd-visit__office {
		aspect-ratio: 4 / 3;
	}
	.zrd-visit__office {
		margin: 0;
	}
	.zrd-visit address {
		font-size: 16px;
	}
}

/* Mobile footer: keep the display wordmark inside the viewport.
   Older rules deliberately oversized it for desktop, which caused
   horizontal clipping on phones. */
@media (max-width: 820px) {
	.zrd-footer {
		overflow: hidden;
	}
	.zrd-footer__inner,
	.zrd-footer__team,
	.zrd-footer__legal {
		min-width: 0;
		max-width: 100%;
	}
	.zrd-footer__wordmark {
		box-sizing: border-box;
		width: 100%;
		max-width: 100%;
		margin: 32px 0 0;
		padding: 0 clamp(16px, 4vw, 28px) clamp(30px, 8vw, 52px);
		font-size: clamp(34px, 9.6vw, 70px);
		line-height: .82;
		letter-spacing: -.075em;
		white-space: nowrap;
		text-align: center;
	}
}
