:root {
	--employee-ink: #10243a;
	--employee-muted: #52677d;
	--employee-green: #0a5597;
	--employee-green-deep: #063963;
	--employee-green-soft: #edf4f9;
	--employee-gold: #f5831f;
	--employee-cream: #fff4e8;
	--employee-paper: #f7f9fb;
	--employee-white: #fff;
	--employee-line: #dbe5ee;
	--employee-shadow: 0 24px 70px rgba(6, 57, 99, .14);
}

html { scroll-behavior: smooth; }

body.reco-employee-site {
	margin: 0;
	background: var(--employee-white);
	color: var(--employee-ink);
	font-family: "Be Vietnam Pro", "Segoe UI", Arial, sans-serif;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

.reco-employee-site *,
.reco-employee-site *::before,
.reco-employee-site *::after { box-sizing: border-box; }
.reco-employee-site a { color: inherit; }
.reco-employee-site svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.employee-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.employee-preview-bar {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	padding: 9px 20px;
	background: #fff3cd;
	color: #5c4700;
	font-size: 13px;
}
.employee-preview-bar a { color: #5c4700; font-weight: 700; }

.employee-header { position: relative; z-index: 20; border-bottom: 1px solid var(--employee-line); background: rgba(255, 255, 255, .94); backdrop-filter: blur(14px); }
.employee-header__inner { display: flex; align-items: center; justify-content: space-between; min-height: 82px; gap: 30px; }
.employee-brand { display: inline-flex; align-items: center; gap: 12px; color: var(--employee-ink); text-decoration: none; }
.employee-brand__logo { display: block; width: 158px; height: 58px; object-fit: contain; }
.employee-brand__mark { display: grid; width: 42px; height: 42px; flex: 0 0 42px; place-items: center; border-radius: 50%; background: var(--employee-green); color: #fff; font-family: Georgia, serif; font-size: 23px; font-weight: 700; box-shadow: inset 0 0 0 1px rgba(255,255,255,.2); }
.employee-brand__text { display: flex; flex-direction: column; line-height: 1.15; }
.employee-brand__text strong { font-size: 14px; letter-spacing: .02em; }
.employee-brand__text small { margin-top: 5px; color: var(--employee-muted); font-size: 10px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.employee-nav { display: flex; align-items: center; gap: 30px; }
.employee-nav a, .employee-nav button { position: relative; color: #36526e; font: inherit; font-size: 12px; font-weight: 700; letter-spacing: .055em; text-decoration: none; text-transform: uppercase; transition: color .2s ease; }
.employee-nav > a:not(.employee-nav__company)::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; content: ""; background: var(--employee-green); transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.employee-nav > a:hover::after { transform: scaleX(1); transform-origin: left; }
.employee-nav__company { display: inline-flex; align-items: center; gap: 8px; padding: 11px 16px; border: 1px solid var(--employee-gold); border-radius: 999px; background: var(--employee-gold); box-shadow: 0 8px 20px rgba(245,131,31,.22); cursor: pointer; }
.employee-nav__company svg { width: 16px; transition: transform .2s ease; }
.reco-employee-site .employee-nav__company { color: #fff; }
.employee-nav__company:hover { border-color: #d85f08; background: #d85f08; color: #fff; }
.employee-nav__company:hover svg { transform: translateX(3px); }

.employee-hero { position: relative; overflow: hidden; padding: clamp(70px, 8vw, 116px) 0 104px; background: linear-gradient(115deg, #f2f6fa 0%, #fff5eb 100%); }
.employee-hero::before { position: absolute; top: -240px; left: -160px; width: 520px; height: 520px; border: 1px solid rgba(10,85,151,.11); border-radius: 50%; content: ""; box-shadow: 0 0 0 80px rgba(10,85,151,.025), 0 0 0 160px rgba(10,85,151,.018); }
.employee-hero__glow { position: absolute; top: 6%; right: 8%; width: 350px; height: 350px; border-radius: 50%; background: rgba(245, 131, 31, .16); filter: blur(85px); }
.employee-hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(330px, .72fr); align-items: center; gap: clamp(70px, 10vw, 130px); }
.employee-hero__content { max-width: 700px; }
.employee-verified { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 29px; padding: 7px 11px; border: 1px solid rgba(10,85,151,.16); border-radius: 999px; background: rgba(255,255,255,.68); color: var(--employee-green); font-size: 11px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.employee-verified svg { width: 15px; height: 15px; padding: 2px; border-radius: 50%; background: var(--employee-green); color: #fff; stroke-width: 2.7; }
.employee-eyebrow { margin: 0 0 14px; color: var(--employee-green); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.employee-hero h1 { max-width: 760px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(52px, 6.4vw, 86px); font-weight: 500; line-height: .98; letter-spacing: -.045em; }
.employee-position { margin: 23px 0 0; color: var(--employee-green); font-size: clamp(17px, 1.8vw, 21px); font-weight: 650; }
.employee-hero__lead { max-width: 590px; margin: 17px 0 30px; color: var(--employee-muted); font-size: 16px; line-height: 1.75; }
.employee-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.employee-button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; padding: 11px 21px; border: 1px solid var(--employee-green); border-radius: 999px; color: var(--employee-green); font-size: 12px; font-weight: 750; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease; cursor: pointer; }
.employee-button:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(6,57,99,.13); }
.reco-employee-site .employee-button--primary { border-color: var(--employee-gold); background: var(--employee-gold); color: #fff; box-shadow: 0 8px 20px rgba(245,131,31,.23); }
.reco-employee-site .employee-button--primary:hover { border-color: #d85f08; background: #d85f08; color: #fff; }
.reco-employee-site .employee-button--light { border-color: var(--employee-green); background: #fff; color: var(--employee-green); }
.reco-employee-site .employee-button--light:hover { background: var(--employee-green-soft); color: var(--employee-green-deep); }
.employee-contact-inline { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 23px; }
.employee-contact-inline a { display: inline-flex; align-items: center; gap: 7px; color: var(--employee-muted); font-size: 12px; font-weight: 600; text-decoration: none; }
.employee-contact-inline svg { width: 16px; height: 16px; color: var(--employee-green); }
.employee-contact-inline a:hover { color: var(--employee-green); }
.employee-portrait-wrap { position: relative; width: min(100%, 430px); justify-self: end; }
.employee-portrait-accent { position: absolute; top: -20px; right: -20px; width: 56%; height: 56%; border-radius: 0 80px 0 0; background: var(--employee-gold); opacity: .82; }
.employee-profile-photo { position: relative; z-index: 1; display: grid; overflow: hidden; aspect-ratio: 4 / 5; place-items: center; border: 8px solid rgba(255,255,255,.72); border-radius: 4px 76px 4px 76px; background: var(--employee-green); color: #fff; font-family: Georgia, serif; font-size: 110px; box-shadow: var(--employee-shadow); }
.employee-profile-photo img { width: 100%; height: 100%; object-fit: cover; }
.employee-availability { position: absolute; z-index: 3; right: -28px; bottom: 32px; display: flex; min-width: 286px; align-items: center; gap: 12px; padding: 15px 17px; border: 1px solid rgba(255,255,255,.7); border-radius: 12px; background: rgba(255,255,255,.94); box-shadow: 0 18px 40px rgba(6,57,99,.15); backdrop-filter: blur(10px); }
.employee-availability__dot { width: 11px; height: 11px; flex: 0 0 11px; border: 3px solid #d5f3e6; border-radius: 50%; background: #1e9c67; box-shadow: 0 0 0 3px rgba(30,156,103,.15); }
.employee-availability div { display: flex; flex-direction: column; line-height: 1.35; }
.employee-availability strong { font-size: 13px; }
.employee-availability small { margin-top: 3px; color: var(--employee-muted); font-size: 10px; }

.employee-assurance { position: relative; z-index: 4; margin-top: -31px; }
.employee-assurance__grid { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid var(--employee-line); border-radius: 16px; background: #fff; box-shadow: 0 18px 55px rgba(6,57,99,.1); }
.employee-assurance__grid > div { display: flex; align-items: center; gap: 14px; padding: 23px 28px; }
.employee-assurance__grid > div + div { border-left: 1px solid var(--employee-line); }
.employee-assurance svg { width: 34px; height: 34px; flex: 0 0 34px; padding: 8px; border-radius: 50%; background: var(--employee-green-soft); color: var(--employee-green); }
.employee-assurance span { display: flex; flex-direction: column; line-height: 1.35; }
.employee-assurance strong { font-size: 13px; }
.employee-assurance small { margin-top: 4px; color: var(--employee-muted); font-size: 11px; }

.employee-section { padding-block: clamp(82px, 9vw, 128px); }
.employee-about { background: linear-gradient(135deg, var(--employee-green-deep), #082f51); color: #fff; }
.employee-about .employee-eyebrow { color: #ffad63; }
.employee-about__grid { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: clamp(60px, 10vw, 140px); }
.employee-about__heading h2, .employee-section__heading h2, .employee-cta h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(40px, 4.8vw, 62px); font-weight: 500; line-height: 1.08; letter-spacing: -.035em; }
.employee-about__heading > p:last-child { max-width: 360px; margin: 26px 0 0; color: rgba(255,255,255,.72); }
.employee-about__content { position: relative; }
.employee-about__content::before { position: absolute; top: 2px; bottom: 0; left: -35px; width: 1px; content: ""; background: linear-gradient(var(--employee-gold), transparent); }
.employee-prose { color: rgba(255,255,255,.82); font-size: 17px; line-height: 1.85; }
.employee-prose > :first-child { margin-top: 0; }
.employee-prose > :last-child { margin-bottom: 0; }
.employee-prose img { max-width: 100%; height: auto; margin: 18px 0; border-radius: 14px; }
.employee-prose a { color: #ffad63; font-weight: 650; }
.employee-direct-contact { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 35px; padding: 20px 22px; border: 1px solid rgba(255,255,255,.2); border-radius: 14px; background: rgba(255,255,255,.08); }
.employee-direct-contact div { display: flex; flex-direction: column; }
.employee-direct-contact__label { margin: 0 0 3px; color: rgba(255,255,255,.64); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.employee-direct-contact strong { font-family: Georgia, serif; font-size: 23px; }
.employee-direct-contact > a { display: grid; width: 46px; height: 46px; flex: 0 0 46px; place-items: center; border-radius: 50%; background: var(--employee-gold); color: #fff; transition: background-color .2s ease; }
.employee-direct-contact > a:hover { background: #d85f08; }

.employee-project-section { background: var(--employee-paper); }
.employee-section__heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 44px; }
.employee-section__heading > p { max-width: 390px; margin: 0 0 5px; color: var(--employee-muted); }
.employee-project-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.employee-project-card { overflow: hidden; border: 1px solid var(--employee-line); border-radius: 16px; background: #fff; box-shadow: 0 14px 38px rgba(6,57,99,.06); transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.employee-project-card:hover { border-color: rgba(10,85,151,.28); box-shadow: 0 22px 55px rgba(6,57,99,.12); transform: translateY(-5px); }
.employee-project-card__image { position: relative; display: block; overflow: hidden; aspect-ratio: 4 / 3; background: #dfe7e2; }
.employee-project-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.employee-project-card:hover .employee-project-card__image img { transform: scale(1.035); }
.employee-project-card__number { position: absolute; right: 14px; bottom: 14px; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; background: rgba(6,57,99,.9); color: #fff; font-family: Georgia, serif; font-size: 13px; backdrop-filter: blur(6px); }
.employee-project-card__body { padding: 25px 25px 27px; }
.employee-project-card__type { margin: 0 0 11px; color: var(--employee-green); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.employee-project-card h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 26px; font-weight: 600; line-height: 1.18; }
.employee-project-card h3 a { text-decoration: none; }
.employee-project-card__address { display: flex; align-items: flex-start; gap: 8px; margin: 11px 0 0; color: var(--employee-gold); font-size: 13px; font-weight: 700; line-height: 1.45; }
.employee-project-card__address svg { width: 17px; height: 17px; flex: 0 0 17px; margin-top: 1px; }
.employee-project-card__excerpt { display: -webkit-box; overflow: hidden; min-height: 52px; margin: 12px 0 19px; color: var(--employee-muted); font-size: 13px; line-height: 1.6; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.employee-text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--employee-green); font-size: 12px; font-weight: 750; text-decoration: none; }
.employee-text-link svg { width: 17px; transition: transform .2s ease; }
.employee-text-link:hover svg { transform: translateX(4px); }

.employee-product-section { padding-block: clamp(76px, 8vw, 112px); background: #fff; }
.employee-product-section--sale { position: relative; overflow: hidden; background: radial-gradient(circle at 88% 12%, rgba(31,113,174,.28), transparent 31%), linear-gradient(135deg, #063963, #082f51); }
.employee-product-section--sale::before { position: absolute; top: 0; right: 8%; width: 1px; height: 100%; content: ""; background: linear-gradient(transparent, rgba(255,255,255,.16), transparent); }
.employee-product-section--rent { position: relative; overflow: hidden; border-top: 1px solid #f0dccb; background: radial-gradient(circle at 12% 10%, rgba(245,131,31,.12), transparent 28%), #fff8f1; }
.employee-product-section--rent::before { position: absolute; top: -90px; right: -70px; width: 260px; height: 260px; border: 1px solid rgba(216,95,8,.13); border-radius: 50%; content: ""; }
.employee-product-section--project { border-top: 1px solid rgba(255,255,255,.12); background: linear-gradient(135deg, var(--employee-green-deep), #082f51); }
.employee-product-section--project .employee-product-section__heading h2 { color: #fff; }
.employee-product-section--project .employee-product-section__heading > p { color: rgba(255,255,255,.72); }
.employee-product-section--project .employee-eyebrow { color: #ffad63; }
.employee-product-section--home.employee-section--dark { background: linear-gradient(135deg, var(--employee-green-deep), #082f51); }
.employee-product-section--home.employee-section--dark .employee-product-section__heading h2 { color: #fff; }
.employee-product-section--home.employee-section--dark .employee-product-section__heading > p { color: rgba(255,255,255,.7); }
.employee-product-section--home.employee-section--dark .employee-eyebrow { color: #ffad63; }
.employee-product-section__heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 42px; }
.employee-product-section__title-group { display: flex; min-width: 0; align-items: flex-start; gap: 22px; }
.employee-product-section__marker { display: flex; width: 70px; min-height: 70px; flex: 0 0 auto; flex-direction: column; justify-content: space-between; padding: 11px 12px; border-radius: 14px; }
.employee-product-section__marker span { font-family: Georgia, "Times New Roman", serif; font-size: 23px; line-height: 1; }
.employee-product-section__marker strong { font-size: 9px; font-weight: 800; letter-spacing: .1em; line-height: 1.2; text-transform: uppercase; }
.employee-product-section--sale .employee-product-section__marker { border: 1px solid rgba(255,255,255,.25); color: #fff; background: rgba(255,255,255,.08); }
.employee-product-section--rent .employee-product-section__marker { border: 1px solid rgba(216,95,8,.2); color: #a74605; background: #fff; box-shadow: 0 12px 30px rgba(126,66,15,.08); }
.employee-product-section__heading h2 { margin: 0; color: var(--employee-ink); font-family: "Be Vietnam Pro", "Segoe UI", Arial, sans-serif; font-size: clamp(36px, 4vw, 52px); font-weight: 700; line-height: 1.12; letter-spacing: -.035em; }
.employee-product-section__heading > p { max-width: 420px; margin: 0 0 5px auto; color: var(--employee-muted); line-height: 1.7; }
.employee-product-section__all { display: inline-flex; min-height: 42px; flex: 0 0 auto; align-items: center; gap: 7px; padding: 9px 15px; border: 1px solid currentColor; border-radius: 999px; color: var(--employee-green); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; transition: color .2s ease, background-color .2s ease; }
.employee-product-section__all svg { width: 15px; height: 15px; }
.employee-product-section__all:hover { color: #fff; background: var(--employee-green); }
.employee-product-section--sale .employee-product-section__all { color: #fff; }
.employee-product-section--sale .employee-product-section__all:hover { color: var(--employee-green-deep); background: #fff; }
.employee-product-section--rent .employee-eyebrow { color: #b34c07; }
.employee-product-section--rent .employee-product-section__heading > p { color: #665144; }
.employee-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.employee-product-card { overflow: hidden; border: 1px solid var(--employee-line); border-radius: 18px; background: #fff; box-shadow: 0 14px 38px rgba(6,57,99,.06); transition: border-color .25s ease, box-shadow .25s ease; }
.employee-product-card--sale { border-top: 4px solid #2b83c2; }
.employee-product-card--rent { border-color: #efd8c5; border-top: 4px solid var(--employee-gold); border-radius: 8px 28px 8px 28px; box-shadow: 0 16px 40px rgba(126,66,15,.1); }
.employee-product-card:hover { border-color: rgba(10,85,151,.3); box-shadow: 0 22px 52px rgba(6,57,99,.12); }
.employee-product-card--rent:hover { border-color: rgba(216,95,8,.36); box-shadow: 0 22px 52px rgba(126,66,15,.16); }
.employee-product-card__media { position: relative; display: block; overflow: hidden; aspect-ratio: 16 / 10; background: linear-gradient(135deg, var(--employee-green-soft), #dbe8f2); }
.employee-product-card__media img { width: 100%; height: 100%; object-fit: cover; transition: filter .25s ease; }
.employee-product-card:hover .employee-product-card__media img { filter: saturate(1.06); }
.employee-product-card__placeholder { display: grid; width: 100%; height: 100%; place-items: center; color: rgba(10,85,151,.55); }
.employee-product-card__placeholder svg { width: 64px; height: 64px; fill: none; stroke: currentColor; stroke-width: 1.2; }
.employee-product-card__status, .employee-product-card__code { position: absolute; top: 14px; display: inline-flex; min-height: 28px; align-items: center; padding: 5px 10px; border-radius: 999px; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(10px); }
.employee-product-card__status { left: 14px; color: #fff; background: rgba(10,85,151,.94); }
.employee-product-card__status--reserved { background: rgba(216,95,8,.94); }
.employee-product-card__status--rent { background: rgba(216,95,8,.94); }
.employee-product-card__code { right: 14px; color: var(--employee-ink); background: rgba(255,255,255,.92); }
.employee-product-card__body { padding: 24px; }
.employee-product-card__project { position: absolute; bottom: 14px; left: 14px; display: block; overflow: hidden; max-width: calc(100% - 28px); padding: 6px 10px; border-radius: 999px; color: #fff; background: rgba(245,131,31,.96); box-shadow: 0 5px 16px rgba(6,57,99,.2); font-size: 9px; font-weight: 800; letter-spacing: .055em; line-height: 1.35; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; backdrop-filter: blur(10px); }
.employee-product-card h3 { margin: 0; color: var(--employee-ink); font-family: "Be Vietnam Pro", "Segoe UI", Arial, sans-serif; font-size: 21px; font-weight: 700; line-height: 1.3; }
.employee-product-card h3 a { color: inherit; text-decoration: none; }
.employee-product-card__location { margin: 8px 0 0; color: var(--employee-muted); font-size: 12px; }
.employee-product-card__address { display: flex; min-height: 34px; align-items: flex-start; gap: 7px; margin: 11px 0 0; color: #36526e; font-size: 11px; line-height: 1.5; }
.employee-product-card__address svg { width: 14px; height: 14px; flex: 0 0 auto; margin-top: 1px; fill: none; stroke: var(--employee-gold); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.employee-product-card__specs { display: flex; flex-wrap: wrap; gap: 7px; padding: 0; margin: 17px 0 0; list-style: none; }
.employee-product-card__specs li { padding: 6px 9px; border: 1px solid var(--employee-line); border-radius: 7px; color: #36526e; background: var(--employee-paper); font-size: 10px; font-weight: 650; }
.employee-product-card__excerpt { display: -webkit-box; overflow: hidden; min-height: 44px; margin: 17px 0 0; color: var(--employee-muted); font-size: 12px; line-height: 1.65; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.employee-product-card__footer { display: flex; align-items: end; justify-content: space-between; gap: 16px; padding-top: 19px; margin-top: 20px; border-top: 1px solid var(--employee-line); }
.employee-product-card__footer > div { display: flex; min-width: 0; flex-direction: column; }
.employee-product-card__footer small { color: var(--employee-muted); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.employee-product-card__footer strong { overflow-wrap: anywhere; margin-top: 3px; color: var(--employee-green-deep); font-size: 17px; }
.reco-employee-site .employee-product-card__cta { display: inline-flex; min-height: 40px; flex: 0 0 auto; align-items: center; gap: 7px; padding: 8px 13px; border-radius: 999px; color: #fff; background: var(--employee-gold); font-size: 10px; font-weight: 800; letter-spacing: .055em; text-decoration: none; text-transform: uppercase; transition: background-color .2s ease; }
.reco-employee-site .employee-product-card__cta:hover { color: #fff; background: #d85f08; }
.employee-product-card__cta svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.employee-nav a[aria-current="page"] { color: var(--employee-green); }
.employee-nav a[aria-current="page"]::after { transform: scaleX(1); }
.employee-listing-hero { position: relative; overflow: hidden; padding: clamp(58px, 7vw, 96px) 0; color: #fff; background: radial-gradient(circle at 82% 20%, rgba(57,146,210,.35), transparent 34%), linear-gradient(135deg, #063963, #082f51); }
.employee-listing-hero--rent { background: radial-gradient(circle at 82% 20%, rgba(245,131,31,.27), transparent 34%), linear-gradient(135deg, #123b5b, #082f51); }
.employee-listing-hero::after { position: absolute; top: -180px; right: -80px; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; content: ""; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); }
.employee-listing-hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) 360px; align-items: end; gap: clamp(38px, 7vw, 100px); }
.employee-listing-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin: 0 0 27px; color: rgba(255,255,255,.64); font-size: 11px; font-weight: 650; }
.employee-listing-breadcrumb a { text-decoration: none; }
.employee-listing-breadcrumb a:hover { color: #fff; }
.employee-listing-breadcrumb strong { color: #fff; }
.employee-listing-hero .employee-eyebrow { color: #ffad63; }
.employee-listing-hero h1 { max-width: 760px; margin: 0; font-size: clamp(43px, 5.6vw, 72px); line-height: 1.05; letter-spacing: -.045em; }
.employee-listing-hero__intro { max-width: 690px; margin: 22px 0 0; color: rgba(255,255,255,.76); font-size: 16px; line-height: 1.8; }
.employee-listing-advisor { display: grid; grid-template-columns: 58px minmax(0, 1fr) 46px; align-items: center; gap: 14px; padding: 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; background: rgba(255,255,255,.08); backdrop-filter: blur(12px); }
.employee-listing-advisor img, .employee-listing-advisor__initial { display: grid; width: 58px; height: 58px; place-items: center; border: 2px solid rgba(255,255,255,.6); border-radius: 50%; object-fit: cover; background: var(--employee-gold); color: #fff; font-size: 22px; font-weight: 800; }
.employee-listing-advisor div { display: flex; min-width: 0; flex-direction: column; line-height: 1.35; }
.employee-listing-advisor small { color: rgba(255,255,255,.6); font-size: 9px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.employee-listing-advisor strong { overflow: hidden; margin-top: 4px; color: #fff; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.employee-listing-advisor span { margin-top: 3px; color: rgba(255,255,255,.68); font-size: 11px; }
.employee-listing-advisor > a { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; color: #fff; background: var(--employee-gold); transition: background-color .2s ease; }
.employee-listing-advisor > a:hover { background: #d85f08; }
.employee-listing-toolbar { position: relative; z-index: 3; border-bottom: 1px solid var(--employee-line); background: #fff; box-shadow: 0 10px 30px rgba(6,57,99,.05); }
.employee-listing-toolbar__inner { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 24px; }
.employee-listing-tabs { display: flex; align-self: stretch; gap: 32px; }
.employee-listing-tabs a { position: relative; display: flex; align-items: center; color: var(--employee-muted); font-size: 12px; font-weight: 800; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.employee-listing-tabs a::after { position: absolute; right: 0; bottom: 0; left: 0; height: 3px; content: ""; background: var(--employee-gold); transform: scaleX(0); transition: transform .2s ease; }
.employee-listing-tabs a:hover, .employee-listing-tabs a[aria-current="page"] { color: var(--employee-green-deep); }
.employee-listing-tabs a[aria-current="page"]::after { transform: scaleX(1); }
.employee-listing-toolbar__inner > p { margin: 0; color: var(--employee-muted); font-size: 12px; font-weight: 650; }
.employee-listing-page .employee-product-section { padding-top: 66px; background: var(--employee-paper); }
.employee-listing-page .employee-product-section::before { display: none; }
.employee-listing-page .employee-product-section__heading { margin-bottom: 34px; }
.employee-listing-page .employee-product-section__heading .employee-eyebrow { color: var(--employee-green); }
.employee-listing-page--rent .employee-product-section__heading .employee-eyebrow { color: #b34c07; }
.employee-listing-page .employee-product-section__heading h2 { color: var(--employee-ink); }
.employee-listing-page .employee-product-section__heading > p { color: var(--employee-muted); }
.employee-pagination { display: flex; justify-content: center; gap: 8px; padding-bottom: clamp(68px, 8vw, 100px); background: var(--employee-paper); }
.employee-pagination a { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--employee-line); border-radius: 50%; color: var(--employee-green-deep); background: #fff; font-size: 12px; font-weight: 800; text-decoration: none; transition: border-color .2s ease, color .2s ease, background-color .2s ease; }
.employee-pagination a:hover, .employee-pagination a[aria-current="page"] { border-color: var(--employee-green); color: #fff; background: var(--employee-green); }
.employee-listing-empty { padding: clamp(74px, 9vw, 118px) 0; text-align: center; background: var(--employee-paper); }
.employee-listing-empty .employee-shell { display: flex; max-width: 620px; flex-direction: column; align-items: center; }
.employee-listing-empty svg { width: 68px; height: 68px; padding: 16px; border-radius: 50%; color: var(--employee-green); background: var(--employee-green-soft); }
.employee-listing-empty h2 { margin: 22px 0 7px; font-size: clamp(28px, 4vw, 40px); line-height: 1.2; }
.employee-listing-empty p { max-width: 550px; margin: 0 0 25px; color: var(--employee-muted); }
.employee-listing-cta { padding: clamp(62px, 7vw, 88px) 0; background: #fff; }
.employee-listing-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 48px; padding: clamp(32px, 5vw, 54px); border: 1px solid var(--employee-line); border-radius: 22px; background: linear-gradient(120deg, #f2f7fb, #fff7ef); box-shadow: 0 18px 50px rgba(6,57,99,.08); }
.employee-listing-cta h2 { margin: 0; font-size: clamp(30px, 4vw, 46px); line-height: 1.15; letter-spacing: -.035em; }
.employee-listing-cta p:last-child { max-width: 650px; margin: 14px 0 0; color: var(--employee-muted); }
.employee-listing-cta .employee-actions { flex: 0 0 auto; }

.employee-product-detail { min-height: 70vh; background: var(--employee-paper); }
.employee-product-detail__layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: clamp(28px, 5vw, 64px); padding-block: clamp(42px, 6vw, 82px); }
.employee-product-detail__main { min-width: 0; }
.employee-product-detail__media { position: relative; display: grid; overflow: hidden; min-height: 340px; aspect-ratio: 16 / 9; place-items: center; border-radius: 22px; background: linear-gradient(135deg, var(--employee-green-soft), #dbe8f2); }
.employee-product-detail__media img { width: 100%; height: 100%; object-fit: cover; }
.employee-product-detail__heading { padding: 32px 0; border-bottom: 1px solid var(--employee-line); }
.employee-product-detail__heading h1 { max-width: 800px; margin: 5px 0 20px; color: var(--employee-ink); font-family: "Be Vietnam Pro", "Segoe UI", Arial, sans-serif; font-size: clamp(34px, 5vw, 56px); line-height: 1.12; letter-spacing: -.035em; }
.employee-product-detail__address { display: flex; max-width: 720px; align-items: flex-start; gap: 9px; margin: -5px 0 23px; color: #36526e; font-size: 14px; line-height: 1.6; }
.employee-product-detail__address svg { width: 18px; height: 18px; flex: 0 0 auto; margin-top: 2px; fill: none; stroke: var(--employee-gold); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.employee-product-detail__price { display: flex; flex-direction: column; }
.employee-product-detail__price small { color: var(--employee-muted); font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.employee-product-detail__price strong { margin-top: 4px; color: var(--employee-green-deep); font-size: 24px; }
.employee-product-detail__content { padding-top: 28px; color: #36526e; font-size: 16px; line-height: 1.8; }
.employee-product-detail__content img { max-width: 100%; height: auto; border-radius: 14px; }
.employee-product-detail__aside { display: flex; flex-direction: column; gap: 20px; }
.employee-product-detail__spec-card, .employee-product-detail__advisor { padding: 26px; border: 1px solid var(--employee-line); border-radius: 18px; background: #fff; box-shadow: 0 14px 38px rgba(6,57,99,.06); }
.employee-product-detail__spec-card h2 { margin: 0 0 18px; color: var(--employee-ink); font-size: 20px; }
.employee-product-detail__spec-card dl { margin: 0; }
.employee-product-detail__spec-card dl div { display: flex; justify-content: space-between; gap: 18px; padding: 13px 0; border-top: 1px solid var(--employee-line); }
.employee-product-detail__spec-card dt { color: var(--employee-muted); }
.employee-product-detail__spec-card dd { margin: 0; color: var(--employee-ink); font-weight: 700; text-align: right; }
.employee-product-detail__spec-card dd a { color: var(--employee-green); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.employee-product-detail__advisor > small { color: var(--employee-muted); font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.employee-product-detail__advisor-identity { display: flex; align-items: center; gap: 13px; margin: 16px 0 20px; }
.employee-product-detail__advisor-identity img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; }
.employee-product-detail__advisor-identity div { display: flex; min-width: 0; flex-direction: column; }
.employee-product-detail__advisor-identity strong { color: var(--employee-ink); }
.employee-product-detail__advisor-identity span { color: var(--employee-muted); font-size: 12px; }
.employee-product-detail__contact { display: flex; min-height: 44px; align-items: center; justify-content: center; padding: 9px 15px; margin-top: 10px; border: 1px solid var(--employee-green); border-radius: 999px; color: var(--employee-green); font-weight: 750; text-decoration: none; }
.reco-employee-site .employee-product-detail__contact--primary { border-color: var(--employee-gold); color: #fff; background: var(--employee-gold); }
.reco-employee-site .employee-product-detail__contact--primary:hover { border-color: #d85f08; color: #fff; background: #d85f08; }
.employee-related-products { position: relative; overflow: hidden; padding-block: clamp(70px, 8vw, 104px); border-top: 1px solid var(--employee-line); }
.employee-related-products--sale { background: radial-gradient(circle at 90% 8%, rgba(31,113,174,.24), transparent 30%), linear-gradient(135deg, #063963, #082f51); }
.employee-related-products--rent { background: radial-gradient(circle at 10% 12%, rgba(245,131,31,.12), transparent 28%), #fff8f1; }
.employee-related-products__heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 38px; }
.employee-related-products__heading h2 { margin: 5px 0 12px; color: var(--employee-ink); font-family: "Be Vietnam Pro", "Segoe UI", Arial, sans-serif; font-size: clamp(32px, 4vw, 46px); line-height: 1.15; letter-spacing: -.035em; }
.employee-related-products__heading > div > p:last-child { max-width: 650px; margin: 0; color: var(--employee-muted); line-height: 1.7; }
.employee-related-products--sale .employee-eyebrow { color: #ffad63; }
.employee-related-products--sale .employee-related-products__heading h2 { color: #fff; }
.employee-related-products--sale .employee-related-products__heading > div > p:last-child { color: rgba(255,255,255,.72); }
.reco-employee-site .employee-related-products__all { display: inline-flex; min-height: 44px; flex: 0 0 auto; align-items: center; gap: 8px; padding: 10px 17px; border: 1px solid var(--employee-green); border-radius: 999px; color: var(--employee-green); font-size: 11px; font-weight: 800; letter-spacing: .055em; text-decoration: none; text-transform: uppercase; transition: border-color .2s ease, color .2s ease, background-color .2s ease; }
.employee-related-products__all svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.reco-employee-site .employee-related-products--sale .employee-related-products__all { border-color: rgba(255,255,255,.5); color: #fff; }
.reco-employee-site .employee-related-products__all:hover { border-color: var(--employee-gold); color: #fff; background: var(--employee-gold); }

.employee-cta { padding-block: clamp(70px, 8vw, 100px); }
.employee-cta.employee-section--dark { background: linear-gradient(111deg, var(--employee-green-deep), var(--employee-green)); color: #fff; }
.employee-cta.employee-section--light { background: linear-gradient(115deg, #f2f6fa 0%, #fff5eb 100%); color: var(--employee-ink); }
.employee-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.employee-cta .employee-eyebrow { color: #ffad63; }
.employee-cta.employee-section--light .employee-eyebrow { color: var(--employee-green); }
.employee-cta h2 { max-width: 680px; }
.employee-cta p:not(.employee-eyebrow) { margin: 18px 0 0; }
.employee-cta.employee-section--dark p:not(.employee-eyebrow) { color: rgba(255,255,255,.7); }
.employee-cta.employee-section--light p:not(.employee-eyebrow) { color: var(--employee-muted); }
.employee-cta__actions { display: flex; flex: 0 0 auto; flex-direction: column; gap: 10px; }
.reco-employee-site .employee-button--cream { border-color: var(--employee-gold); background: var(--employee-gold); color: #fff; box-shadow: 0 8px 20px rgba(245,131,31,.24); }
.reco-employee-site .employee-button--cream:hover { border-color: #d85f08; background: #d85f08; color: #fff; }
.reco-employee-site .employee-button--outline-light { border-color: rgba(255,255,255,.64); background: transparent; color: #fff; }
.reco-employee-site .employee-button--outline-light:hover { border-color: #fff; background: rgba(255,255,255,.1); color: #fff; box-shadow: none; }
.reco-employee-site .employee-cta.employee-section--light .employee-button--outline-light { border-color: var(--employee-green); color: var(--employee-green); }
.reco-employee-site .employee-cta.employee-section--light .employee-button--outline-light:hover { border-color: var(--employee-green-deep); background: var(--employee-green-soft); color: var(--employee-green-deep); }

.employee-project-header { position: sticky; top: 0; }
.admin-bar .employee-project-header { top: 32px; }
.employee-project-header__actions { display: flex; align-items: center; gap: 20px; }
.employee-project-header__back { color: var(--employee-muted); font-size: 11px; font-weight: 750; letter-spacing: .055em; text-decoration: none; text-transform: uppercase; }
.employee-project-header__back:hover { color: var(--employee-green); }
.employee-project-header__form-link { padding: 9px 14px; border: 1px solid var(--employee-green); border-radius: 999px; color: var(--employee-green); font-size: 11px; font-weight: 750; letter-spacing: .055em; text-decoration: none; text-transform: uppercase; transition: color .2s ease, background-color .2s ease; }
.employee-project-header__form-link:hover { background: var(--employee-green-soft); color: var(--employee-green-deep); }
.employee-project-header .employee-button { min-height: 43px; padding: 8px 15px; font-size: 12px; }
.employee-project-context { border-bottom: 1px solid var(--employee-line); background: var(--employee-paper); }
.employee-project-context p { display: flex; min-height: 47px; align-items: center; gap: 10px; margin: 0; color: var(--employee-muted); font-size: 11px; }
.employee-project-context a { color: var(--employee-green); font-weight: 700; text-decoration: none; }
.employee-project-context strong { overflow: hidden; color: var(--employee-ink); font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.employee-project-page__content { margin-top: 0 !important; }
.employee-project-page__content > :first-child { margin-top: 0; }
.employee-project-page .reco-project-slider__track .wp-block-image img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	object-position: center;
}
.employee-project-advisor { display: flex; width: min(1160px, calc(100vw - 40px)); max-width: none; align-items: center; justify-content: space-between; gap: 28px; margin: 34px 0 54px 50%; padding: 18px 20px; border: 1px solid var(--employee-line); border-radius: 14px; background: var(--employee-paper); box-shadow: 0 12px 35px rgba(6,57,99,.07); transform: translateX(-50%); }
.employee-project-advisor__identity { display: flex; min-width: 0; align-items: center; gap: 13px; }
.employee-project-advisor__photo { display: grid; overflow: hidden; width: 52px; height: 52px; flex: 0 0 52px; place-items: center; border-radius: 50%; background: var(--employee-green); color: #fff; font-family: Georgia, serif; font-size: 22px; }
.employee-project-advisor__photo img { width: 100%; height: 100%; object-fit: cover; }
.employee-project-advisor__identity > div:last-child { display: flex; min-width: 0; flex-direction: column; line-height: 1.35; }
.employee-project-advisor__identity small { color: var(--employee-green); font-size: 8px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.employee-project-advisor__identity strong { margin-top: 3px; font-size: 14px; }
.employee-project-advisor__identity span { overflow: hidden; margin-top: 2px; color: var(--employee-muted); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.employee-project-advisor__actions { display: flex; flex: 0 0 auto; align-items: center; gap: 8px; }
.employee-project-advisor__actions a { display: inline-flex; min-height: 40px; align-items: center; gap: 7px; padding: 8px 12px; border: 1px solid var(--employee-line); border-radius: 8px; color: var(--employee-green); font-size: 11px; font-weight: 700; text-decoration: none; transition: border-color .2s ease, background-color .2s ease; }
.employee-project-advisor__actions a:hover { border-color: var(--employee-green); background: #fff; }
.employee-project-advisor__actions svg { width: 16px; height: 16px; }
.employee-project-advisor__actions .employee-project-advisor__register { border-color: var(--employee-green); background: var(--employee-green); color: #fff; }
.employee-project-advisor__actions .employee-project-advisor__register:hover { background: var(--employee-green-deep); }

.employee-lead-section { position: relative; overflow: hidden; padding-block: clamp(80px, 9vw, 126px); background: linear-gradient(125deg, #f2f6fa 0%, #fff4e8 100%); }
.employee-lead-section::before { position: absolute; top: -240px; left: -190px; width: 520px; height: 520px; border: 1px solid rgba(10,85,151,.09); border-radius: 50%; content: ""; box-shadow: 0 0 0 78px rgba(10,85,151,.025), 0 0 0 156px rgba(10,85,151,.015); }
.employee-lead-layout { position: relative; display: grid; grid-template-columns: minmax(0, .78fr) minmax(480px, 1.22fr); align-items: start; gap: clamp(55px, 9vw, 118px); }
.employee-lead-intro { position: sticky; top: 130px; }
.employee-lead-intro h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 4.7vw, 62px); font-weight: 500; line-height: 1.06; letter-spacing: -.035em; }
.employee-lead-intro > p:not(.employee-eyebrow) { margin: 22px 0 0; color: var(--employee-muted); line-height: 1.75; }
.employee-lead-agent { display: flex; align-items: center; gap: 14px; margin-top: 32px; padding-top: 26px; border-top: 1px solid var(--employee-line); }
.employee-lead-agent__photo { display: grid; overflow: hidden; width: 58px; height: 58px; flex: 0 0 58px; place-items: center; border-radius: 50%; background: var(--employee-green); color: #fff; font-family: Georgia, serif; font-size: 24px; }
.employee-lead-agent__photo img { width: 100%; height: 100%; object-fit: cover; }
.employee-lead-agent > div:last-child { display: flex; flex-direction: column; }
.employee-lead-agent strong { font-size: 14px; }
.employee-lead-agent small { margin-top: 3px; color: var(--employee-muted); font-size: 11px; }
.employee-lead-contact { display: grid; gap: 9px; margin-top: 24px; }
.employee-lead-contact a { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border: 1px solid rgba(10,85,151,.16); border-radius: 11px; background: rgba(255,255,255,.65); text-decoration: none; transition: border-color .2s ease, background-color .2s ease; }
.employee-lead-contact a:hover { border-color: var(--employee-green); background: #fff; }
.employee-lead-contact svg { width: 34px; height: 34px; padding: 8px; border-radius: 50%; background: var(--employee-green-soft); color: var(--employee-green); }
.employee-lead-contact span { display: flex; flex-direction: column; line-height: 1.3; }
.employee-lead-contact small { color: var(--employee-muted); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.employee-lead-contact strong { margin-top: 3px; font-size: 13px; }

.employee-lead-card { min-width: 0; padding: clamp(25px, 4vw, 40px); border: 1px solid rgba(6,57,99,.13); border-radius: 20px; background: rgba(255,255,255,.93); box-shadow: 0 24px 70px rgba(6,57,99,.12); backdrop-filter: blur(12px); }
.employee-lead-form__heading { display: flex; align-items: center; gap: 13px; margin-bottom: 28px; }
.employee-lead-form__heading > span { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; border-radius: 50%; background: var(--employee-green); color: #fff; font-family: Georgia, serif; font-size: 12px; }
.employee-lead-form__heading > div { display: flex; min-width: 0; flex-direction: column; line-height: 1.35; }
.employee-lead-form__heading strong { color: var(--employee-ink); font-size: 17px; }
.employee-lead-form__heading small { overflow: hidden; margin-top: 3px; color: var(--employee-muted); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.employee-lead-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 19px 16px; }
.employee-lead-field { display: flex; min-width: 0; flex-direction: column; gap: 7px; color: #294542; font-size: 12px; font-weight: 700; }
.employee-lead-field--full { grid-column: 1 / -1; }
.employee-lead-field b { color: #b42318; }
.employee-lead-field em { color: var(--employee-muted); font-size: 10px; font-style: normal; font-weight: 500; }
.employee-lead-field input, .employee-lead-field select { width: 100%; min-height: 50px; padding: 0 14px; border: 1px solid #cdd9d5; border-radius: 9px; outline: 0; background: #fff; color: var(--employee-ink); font: inherit; font-size: 14px; font-weight: 450; transition: border-color .2s ease, box-shadow .2s ease; }
.employee-lead-field input:focus, .employee-lead-field select:focus { border-color: var(--employee-green); box-shadow: 0 0 0 3px rgba(10,85,151,.11); }
.employee-lead-field input[aria-invalid="true"], .employee-lead-field select[aria-invalid="true"], .employee-lead-consent input[aria-invalid="true"] { border-color: #b42318; }
.employee-lead-error { min-height: 16px; color: #b42318; font-size: 10px; font-weight: 600; line-height: 1.45; }
.employee-lead-consent { display: flex; align-items: flex-start; gap: 10px; margin-top: 21px; color: var(--employee-muted); font-size: 11px; line-height: 1.6; cursor: pointer; }
.employee-lead-consent input { width: 17px; height: 17px; flex: 0 0 17px; margin: 2px 0 0; accent-color: var(--employee-green); }
.employee-lead-consent a { color: var(--employee-green); font-weight: 700; }
.employee-lead-honeypot { position: absolute !important; overflow: hidden !important; width: 1px !important; height: 1px !important; clip: rect(1px,1px,1px,1px) !important; clip-path: inset(50%) !important; white-space: nowrap !important; }
.employee-lead-submit, .employee-lead-confirm, .employee-lead-edit { min-height: 50px; padding: 10px 19px; border: 1px solid transparent; border-radius: 9px; font: inherit; font-size: 13px; font-weight: 750; cursor: pointer; transition: background-color .2s ease, border-color .2s ease, transform .2s ease; }
.employee-lead-submit { display: flex; width: 100%; align-items: center; justify-content: center; gap: 11px; margin-top: 10px; border-radius: 999px; background: var(--employee-gold); color: #fff; letter-spacing: .06em; text-transform: uppercase; }
.employee-lead-submit:hover, .employee-lead-confirm:hover { background: #d85f08; transform: translateY(-2px); }
.employee-lead-review dl { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; margin: 0; }
.employee-lead-review dl > div { padding: 15px 0; border-bottom: 1px solid var(--employee-line); }
.employee-lead-review dt { color: var(--employee-muted); font-size: 9px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.employee-lead-review dd { margin: 5px 0 0; color: var(--employee-ink); font-size: 13px; font-weight: 650; white-space: pre-wrap; }
.employee-lead-review__actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 27px; }
.employee-lead-edit { border-color: var(--employee-line); background: #fff; color: var(--employee-green); }
.employee-lead-edit:hover { border-color: var(--employee-green); }
.employee-lead-confirm { border-radius: 999px; background: var(--employee-gold); color: #fff; letter-spacing: .05em; text-transform: uppercase; }
.employee-lead-status { min-height: 22px; margin: 17px 0 0; color: var(--employee-muted); font-size: 11px; line-height: 1.55; }

body.employee-modal-open { overflow: hidden; }
.employee-contact-modal { position: fixed; z-index: 1000; inset: 0; display: grid; overflow-y: auto; padding: 24px; place-items: center; }
.employee-contact-modal[hidden] { display: none; }
.employee-contact-modal__backdrop { position: fixed; inset: 0; border: 0; background: rgba(6,34,57,.72); backdrop-filter: blur(7px); cursor: pointer; }
.employee-contact-modal__dialog { position: relative; z-index: 1; width: min(620px, 100%); max-height: calc(100vh - 48px); overflow-y: auto; border-radius: 22px; box-shadow: 0 30px 90px rgba(0,0,0,.28); }
.employee-contact-modal__dialog .employee-lead-card { border: 0; border-radius: inherit; box-shadow: none; }
.employee-contact-modal__close { position: absolute; z-index: 2; top: 15px; right: 15px; display: grid; width: 38px; height: 38px; padding: 0; place-items: center; border: 1px solid var(--employee-line); border-radius: 50%; background: #fff; color: var(--employee-ink); cursor: pointer; transition: border-color .2s ease, background-color .2s ease; }
.employee-contact-modal__close:hover { border-color: var(--employee-green); background: var(--employee-green-soft); }
.employee-contact-modal__close svg { width: 18px; height: 18px; }

.employee-unavailable { display: flex; min-height: 65vh; flex-direction: column; align-items: flex-start; justify-content: center; }
.employee-unavailable h1 { margin: 0 0 8px; font-family: Georgia, serif; font-size: clamp(38px, 6vw, 64px); line-height: 1.1; }
.employee-unavailable .employee-button { margin-top: 16px; }
.employee-footer { overflow: hidden; color: #e8f2f9; background: var(--employee-green); }
.employee-footer__main { --employee-footer-contact-width: 400px; position: relative; display: grid; width: min(1180px, calc(100% - 48px)); min-height: 510px; grid-template-columns: var(--employee-footer-contact-width) minmax(0, 1fr); margin-inline: auto; }
.employee-footer__main::before { position: absolute; z-index: 0; top: 0; right: calc(100% - var(--employee-footer-contact-width)); bottom: 0; width: 100vw; content: ""; background: linear-gradient(145deg, var(--employee-gold) 0%, #d85f08 100%); }
.employee-footer__contact { position: relative; z-index: 1; isolation: isolate; overflow: hidden; color: #fff; background: linear-gradient(145deg, var(--employee-gold) 0%, #d85f08 100%); }
.employee-footer__contact::before, .employee-footer__contact::after { position: absolute; z-index: -1; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; content: ""; }
.employee-footer__contact::before { top: -180px; right: -185px; width: 330px; height: 330px; }
.employee-footer__contact::after { bottom: -250px; left: -245px; width: 390px; height: 390px; background: rgba(255,255,255,.07); }
.employee-footer__contact-inner { width: 100%; padding: 72px 48px 58px 0; }
.employee-footer__kicker { margin: 0 0 12px; font-size: 11px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.employee-footer__contact h2 { max-width: 350px; margin: 0; color: #fff; font-family: "Be Vietnam Pro", "Segoe UI", Arial, sans-serif; font-size: clamp(30px, 3vw, 42px); font-weight: 700; line-height: 1.14; letter-spacing: -.03em; }
.employee-footer__intro { max-width: 380px; margin: 17px 0 31px; color: rgba(255,255,255,.86); font-size: 14px; line-height: 1.68; }
.employee-footer__contact-list { display: grid; }
.reco-employee-site .employee-footer__contact-item { display: grid; grid-template-columns: 46px minmax(0, 1fr); min-height: 78px; align-items: center; gap: 14px; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.3); color: #fff; text-decoration: none; transition: background-color .2s ease, padding .2s ease; }
.reco-employee-site .employee-footer__contact-item:hover { padding-inline: 10px; color: #fff; background: rgba(255,255,255,.09); }
.employee-footer__contact-icon { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; color: var(--employee-green-deep); background: #fff; }
.employee-footer__contact-icon svg { width: 21px; height: 21px; }
.employee-footer__contact-item small, .employee-footer__contact-item strong { display: block; }
.employee-footer__contact-item small { margin-bottom: 5px; color: rgba(255,255,255,.74); font-size: 10px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.employee-footer__contact-item strong { overflow-wrap: anywhere; color: #fff; font-size: 15px; line-height: 1.45; }
.employee-footer__content { position: relative; z-index: 1; background: radial-gradient(circle at 100% 0, rgba(255,255,255,.1), transparent 36%), var(--employee-green); }
.employee-footer__content-inner { width: min(100% - 70px, 1000px); height: 100%; padding: 72px 0 24px 70px; margin-right: auto; }
.employee-footer__columns { display: grid; grid-template-columns: .9fr 1.15fr 1.15fr; gap: clamp(28px, 4vw, 70px); }
.employee-footer__title { position: relative; padding-bottom: 13px; margin: 0 0 24px; color: #fff; font-family: "Be Vietnam Pro", "Segoe UI", Arial, sans-serif; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.employee-footer__title::after { position: absolute; bottom: 0; left: 0; width: 25px; height: 2px; content: ""; background: var(--employee-gold); }
.employee-footer__links { display: grid; gap: 10px; padding: 0; margin: 0; color: #b7cddd; font-size: 13px; line-height: 1.5; list-style: none; }
.employee-footer__links a { display: inline-flex; align-items: center; gap: 9px; color: #b7cddd; text-decoration: none; transition: color .2s ease, transform .2s ease; }
.employee-footer__links a:hover { color: #fff; transform: translateX(3px); }
.employee-footer__links--contact svg { width: 16px; height: 16px; flex: 0 0 auto; fill: none; stroke: var(--employee-gold); stroke-width: 1.8; }
.employee-footer__cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px 24px; margin-top: 48px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: rgba(255,255,255,.045); }
.employee-footer__cta span, .employee-footer__cta strong { display: block; }
.employee-footer__cta span { margin-bottom: 5px; color: #a9bfd0; font-size: 12px; }
.employee-footer__cta strong { color: #fff; font-size: 15px; }
.reco-employee-site .employee-footer__cta > a { display: inline-flex; min-height: 44px; flex: 0 0 auto; align-items: center; gap: 8px; padding: 0 18px; border-radius: 999px; color: #fff; background: var(--employee-gold); font-size: 12px; font-weight: 750; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; transition: background-color .2s ease; }
.reco-employee-site .employee-footer__cta > a:hover { color: #fff; background: #d85f08; }
.employee-footer__cta svg { width: 17px; height: 17px; }
.employee-footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 23px; margin-top: 26px; border-top: 1px solid rgba(207,223,236,.13); color: #8da8bc; font-size: 11px; }
.employee-mobile-contact { display: none; }

.reco-employee-site a:focus-visible { outline: 3px solid var(--employee-gold); outline-offset: 4px; }

.employee-hero h1,
.employee-about__heading h2,
.employee-section__heading h2,
.employee-cta h2,
.employee-project-card h3,
.employee-unavailable h1,
.employee-lead-intro h2,
.employee-direct-contact strong {
	font-family: "Be Vietnam Pro", "Segoe UI", Arial, sans-serif;
	font-weight: 700;
}

@media (max-width: 980px) {
	.employee-hero__grid { grid-template-columns: minmax(0, 1fr) minmax(300px, .66fr); gap: 48px; }
	.employee-hero h1 { font-size: clamp(48px, 7vw, 68px); }
	.employee-availability { right: -12px; min-width: 245px; }
	.employee-project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.employee-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.employee-listing-hero__inner { grid-template-columns: minmax(0, 1fr) 310px; gap: 38px; }
	.employee-listing-cta__inner { align-items: flex-start; flex-direction: column; }
	.employee-product-detail__layout { grid-template-columns: 1fr; }
	.employee-product-detail__aside { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.employee-related-products__heading { align-items: flex-start; flex-direction: column; gap: 22px; }
	.employee-cta__inner { align-items: flex-start; flex-direction: column; }
	.employee-cta__actions { flex-direction: row; }
	.employee-lead-layout { grid-template-columns: minmax(250px, .7fr) minmax(430px, 1.3fr); gap: 46px; }
	.employee-footer__main { --employee-footer-contact-width: 38%; }
	.employee-footer__contact-inner { width: calc(100% - 40px); padding: 58px 30px 48px 0; }
	.employee-footer__content-inner { width: calc(100% - 44px); padding: 58px 0 24px 44px; }
	.employee-footer__columns { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 38px 28px; }
	.employee-footer__columns > :last-child { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
	.employee-shell { width: min(100% - 34px, 1180px); }
	.employee-header__inner { min-height: 72px; }
	.employee-nav > a:not(.employee-nav__company) { display: none; }
	.employee-nav__company { padding: 9px 12px; }
	.employee-hero { padding: 52px 0 76px; }
	.employee-hero::before { display: none; }
	.employee-hero__grid { grid-template-columns: 1fr; gap: 48px; }
	.employee-hero__content { order: 2; }
	.employee-portrait-wrap { order: 1; width: min(88%, 420px); justify-self: center; }
	.employee-verified { margin-bottom: 22px; }
	.employee-hero h1 { font-size: clamp(46px, 13vw, 68px); }
	.employee-assurance { margin-top: -22px; }
	.employee-assurance__grid { grid-template-columns: 1fr; }
	.employee-assurance__grid > div { padding: 17px 20px; }
	.employee-assurance__grid > div + div { border-top: 1px solid var(--employee-line); border-left: 0; }
	.employee-about__grid { grid-template-columns: 1fr; gap: 48px; }
	.employee-about__heading > p:last-child { max-width: none; }
	.employee-about__content::before { top: -24px; right: 0; bottom: auto; left: 0; width: 80px; height: 1px; background: linear-gradient(90deg, var(--employee-gold), transparent); }
	.employee-section__heading { align-items: flex-start; flex-direction: column; gap: 18px; }
	.employee-product-section__heading { align-items: flex-start; flex-direction: column; gap: 18px; }
	.employee-product-section__heading > p { margin-left: 0; }
	.employee-product-section__all { align-self: flex-start; }
	.employee-listing-hero__inner { grid-template-columns: 1fr; align-items: start; }
	.employee-listing-advisor { max-width: 420px; }
	.employee-listing-toolbar__inner { min-height: 0; align-items: stretch; flex-direction: column; gap: 0; padding-top: 18px; }
	.employee-listing-tabs { min-height: 54px; justify-content: space-between; gap: 18px; order: 2; }
	.employee-listing-toolbar__inner > p { order: 1; }
	.employee-listing-cta .employee-actions { width: 100%; }
	.admin-bar .employee-project-header { top: 46px; }
	.employee-project-header__back { display: none; }
	.employee-project-advisor { align-items: flex-start; flex-direction: column; }
	.employee-project-advisor__actions { width: 100%; flex-wrap: wrap; }
	.employee-lead-layout { grid-template-columns: 1fr; }
	.employee-lead-intro { position: static; }
	.employee-lead-contact { grid-template-columns: 1fr 1fr; }
	.employee-footer__main { width: 100%; grid-template-columns: 1fr; }
	.employee-footer__main::before { display: none; }
	.employee-footer__contact-inner { width: min(100% - 34px, 520px); padding: 52px 0 42px; margin-inline: auto; }
	.employee-footer__content-inner { width: min(100% - 34px, 520px); padding: 48px 0 23px; margin-inline: auto; }
	.employee-footer__columns { grid-template-columns: 1fr; gap: 36px; }
	.employee-footer__columns > :last-child { grid-column: auto; }
	.employee-footer__cta { align-items: flex-start; flex-direction: column; margin-top: 38px; }
	.employee-footer__bottom { display: block; }
	.employee-footer__bottom > * + * { display: block; margin-top: 10px; }
}

@media (max-width: 560px) {
	body.reco-employee-site { padding-bottom: 68px; }
	.employee-preview-bar { align-items: flex-start; flex-direction: column; gap: 2px; }
	.employee-brand__text small { display: none; }
	.employee-brand__logo { width: 118px; height: 48px; }
	.employee-nav__company { border: 0; padding: 7px 0; }
	.employee-nav__company svg { display: none; }
	.employee-hero { padding-top: 34px; }
	.employee-portrait-wrap { width: 92%; }
	.employee-profile-photo { border-width: 6px; border-radius: 4px 54px 4px 54px; }
	.employee-portrait-accent { top: -12px; right: -12px; }
	.employee-availability { right: -8px; bottom: 20px; min-width: 220px; padding: 12px 14px; }
	.employee-availability small { max-width: 170px; }
	.employee-hero h1 { font-size: clamp(43px, 14vw, 58px); }
	.employee-position { font-size: 16px; }
	.employee-hero__lead { font-size: 14px; }
	.employee-actions { display: grid; grid-template-columns: 1fr 1fr; }
	.employee-button { min-height: 48px; padding-inline: 13px; font-size: 13px; }
	.employee-contact-inline { align-items: flex-start; flex-direction: column; gap: 10px; }
	.employee-section { padding-block: 72px; }
	.employee-about__heading h2, .employee-section__heading h2, .employee-cta h2 { font-size: 39px; }
	.employee-prose { font-size: 15px; }
	.employee-project-grid { grid-template-columns: 1fr; }
	.employee-product-grid { grid-template-columns: 1fr; }
	.employee-product-detail__aside { display: flex; }
	.employee-product-detail__media { min-height: 230px; }
	.reco-employee-site .employee-related-products__all { width: 100%; justify-content: center; }
	.employee-project-card h3 { font-size: 25px; }
	.employee-product-section__heading h2 { font-size: 37px; }
	.employee-product-section__title-group { flex-direction: column; gap: 16px; }
	.employee-product-section__marker { width: auto; min-height: 0; flex-direction: row; align-items: center; justify-content: flex-start; gap: 10px; padding: 8px 11px; border-radius: 999px; }
	.employee-product-section__marker span { font-size: 16px; }
	.employee-product-card__body { padding: 21px; }
	.employee-product-card__footer { align-items: stretch; flex-direction: column; }
	.employee-listing-hero { padding: 42px 0 54px; }
	.employee-listing-hero h1 { font-size: 42px; }
	.employee-listing-hero__intro { font-size: 14px; }
	.employee-listing-advisor { grid-template-columns: 50px minmax(0, 1fr) 42px; padding: 14px; }
	.employee-listing-advisor img, .employee-listing-advisor__initial { width: 50px; height: 50px; }
	.employee-listing-advisor > a { width: 40px; height: 40px; }
	.employee-listing-tabs a { font-size: 10px; }
	.employee-listing-page .employee-product-section { padding-top: 54px; }
	.employee-listing-cta__inner { padding: 28px 20px; }
	.employee-listing-cta .employee-actions { display: grid; grid-template-columns: 1fr; }
	.reco-employee-site .employee-product-card__cta { justify-content: center; }
	.employee-cta__actions { width: 100%; flex-direction: column; }
	.employee-footer__contact h2 { font-size: 34px; }
	.employee-footer__cta > a { width: 100%; justify-content: center; }
	.employee-mobile-contact { position: fixed; z-index: 30; right: 10px; bottom: 9px; left: 10px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 13px; background: rgba(6,57,99,.97); box-shadow: 0 12px 30px rgba(6,57,99,.3); backdrop-filter: blur(12px); }
	.employee-mobile-contact a { display: flex; min-height: 50px; align-items: center; justify-content: center; gap: 8px; color: #fff; font-size: 13px; font-weight: 700; text-decoration: none; }
	.employee-mobile-contact a + a { border-left: 1px solid rgba(255,255,255,.2); }
	.employee-project-header .employee-brand__text small { display: block; overflow: hidden; max-width: 145px; text-overflow: ellipsis; white-space: nowrap; }
	.employee-project-header .employee-button span { display: none; }
	.employee-project-header__form-link { display: none; }
	.employee-project-header .employee-button { width: 42px; min-height: 42px; padding: 0; border-radius: 50%; }
	.employee-project-context p { font-size: 10px; }
	.employee-project-advisor { width: calc(100vw - 28px); }
	.employee-project-advisor__actions { display: grid; grid-template-columns: 1fr 1fr; }
	.employee-project-advisor__actions a { justify-content: center; }
	.employee-project-advisor__actions .employee-project-advisor__register { grid-column: 1 / -1; }
	.employee-lead-section { padding-block: 68px; }
	.employee-lead-intro h2 { font-size: 40px; }
	.employee-lead-contact, .employee-lead-fields { grid-template-columns: 1fr; }
	.employee-lead-card { padding: 24px 18px; border-radius: 15px; }
	.employee-lead-review dl { grid-template-columns: 1fr; }
	.employee-lead-review__actions { align-items: stretch; flex-direction: column-reverse; }
	.employee-lead-review__actions button { width: 100%; }
	.employee-contact-modal { align-items: end; padding: 12px 8px 76px; }
	.employee-contact-modal__dialog { width: 100%; max-height: calc(100vh - 96px); border-radius: 20px 20px 12px 12px; }
	.employee-contact-modal__dialog .employee-lead-card { padding: 25px 18px 20px; }
	.employee-contact-modal__close { top: 11px; right: 11px; }
	.employee-contact-modal .employee-lead-form__heading { padding-right: 38px; }
}

@media (prefers-reduced-motion: reduce) {
	.employee-project-card__image img,
	.employee-text-link svg,
	.employee-product-card,
	.employee-product-card__media img { transition: none; }
}

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