/*
Theme Name: RECO Corporate
Theme URI: https://recogroup.vn/
Author: Nhà Ở Ngay RECO
Description: Corporate block theme for Nhà Ở Ngay RECO.
Version: 1.0.75
Requires at least: 6.6
Requires PHP: 8.0
Text Domain: reco-corporate
*/

@font-face {
	font-family: "Be Vietnam Pro";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("assets/fonts/be-vietnam-pro-regular.ttf") format("truetype");
}

@font-face {
	font-family: "Be Vietnam Pro";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("assets/fonts/be-vietnam-pro-medium.ttf") format("truetype");
}

@font-face {
	font-family: "Be Vietnam Pro";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("assets/fonts/be-vietnam-pro-semibold.ttf") format("truetype");
}

@font-face {
	font-family: "Be Vietnam Pro";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("assets/fonts/be-vietnam-pro-bold.ttf") format("truetype");
}

:root {
	--reco-font-body: "Be Vietnam Pro", Arial, sans-serif;
	--reco-font-heading: "Be Vietnam Pro", Arial, sans-serif;
	--reco-blue: #0a5597;
	--reco-blue-dark: #063963;
	--reco-orange: #f5831f;
	--reco-orange-accessible: #d85f08;
	--reco-ink: #10243a;
	--reco-slate: #52677d;
	--reco-mist: #f2f6fa;
	--reco-white: #ffffff;
	--reco-line: #dbe5ee;
	--reco-radius: 1.25rem;
	--reco-shadow: 0 18px 48px rgba(6, 57, 99, 0.12);
}

html { scroll-behavior: smooth; }
body { margin: 0; color: var(--reco-ink); background: var(--reco-white); font-family: var(--reco-font-body); }
.wp-site-blocks > .reco-shell { margin-block-start: 0; }
h1, h2, h3, h4, h5, h6, .wp-block-heading, .wp-block-post-title, .wp-block-query-title, .reco-footer-title { font-family: var(--reco-font-heading); font-weight: 600; }
* { box-sizing: border-box; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--reco-orange-accessible); outline-offset: 3px; }
.reco-hero a:focus-visible, .reco-section--blue a:focus-visible, .reco-cta-band a:focus-visible { outline-color: var(--reco-orange); }
.reco-nav-cta, .reco-mobile-call, .reco-button, .reco-project-quote__submit, .reco-project-quote__edit, .reco-project-quote__confirm, .reco-footer-cta > a { letter-spacing: .06em; text-transform: uppercase; }
img { display: block; max-width: 100%; height: auto; }
.reco-shell { overflow: clip; }
.reco-container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.reco-site-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid rgba(219,229,238,.78); background: rgba(255,255,255,.93); backdrop-filter: blur(16px); }
.reco-header-inner { position: relative; display: flex; min-height: 62px; align-items: center; justify-content: space-between; gap: 24px; }
.reco-brand { display: inline-flex; align-items: center; color: var(--reco-blue-dark); }
.reco-brand img { display: block; width: 142px; height: auto; max-height: 44px; object-fit: contain; }
.reco-nav { display: flex; align-items: center; gap: 18px; font-size: 12px; font-weight: 700; letter-spacing: .045em; text-transform: uppercase; }
.reco-nav a { color: #36526e; white-space: nowrap; transition: color .2s ease; }
.reco-nav a:hover, .reco-nav a[aria-current="page"] { color: var(--reco-blue); }
.reco-nav-dropdown { position: relative; display: flex; min-height: 62px; align-items: center; }
.reco-nav-dropdown__trigger { display: inline-flex; align-items: center; gap: 5px; }
.reco-nav-dropdown__trigger svg { width: 16px; height: 16px; transition: transform .2s ease; }
.reco-nav-dropdown__menu { position: absolute; z-index: 30; top: calc(100% - 3px); left: 50%; display: grid; width: 270px; gap: 3px; padding: 10px; border: 1px solid #d4e1eb; border-radius: 14px; visibility: hidden; opacity: 0; background: rgba(255,255,255,.98); box-shadow: 0 18px 42px rgba(6,57,99,.16); transform: translate(-50%, 9px); transition: opacity .2s ease, visibility .2s ease, transform .2s ease; pointer-events: none; }
.reco-nav-dropdown__menu a { display: flex; min-height: 42px; align-items: center; padding: 0 13px; border-radius: 8px; color: #29465f; font-size: 11px; letter-spacing: .035em; }
.reco-nav-dropdown__menu a:hover, .reco-nav-dropdown__menu a:focus-visible { color: var(--reco-blue-dark); background: #edf4f9; }
.reco-nav-dropdown__menu .reco-nav-dropdown__group-title, .reco-nav-dropdown__menu .reco-nav-dropdown__standalone { color: var(--reco-blue-dark); font-weight: 800; }
.reco-nav-dropdown__menu .reco-nav-dropdown__group-title { background: #edf4f9; }
.reco-nav-dropdown__sub { display: grid; gap: 1px; padding: 4px 0 6px 11px; margin-left: 13px; border-left: 2px solid #d4e3ed; }
.reco-nav-dropdown__sub a { min-height: 35px; padding-inline: 10px; color: #587087; font-size: 10px; font-weight: 650; }
.reco-nav-dropdown__standalone { border-top: 1px solid #e0e9ef; border-radius: 0 0 8px 8px; }
.reco-nav-dropdown:hover .reco-nav-dropdown__menu, .reco-nav-dropdown:focus-within .reco-nav-dropdown__menu { visibility: visible; opacity: 1; transform: translate(-50%, 0); pointer-events: auto; }
.reco-nav-dropdown:hover .reco-nav-dropdown__trigger svg, .reco-nav-dropdown:focus-within .reco-nav-dropdown__trigger svg { transform: rotate(180deg); }
.reco-nav .reco-nav-cta { padding: 11px 16px; border-radius: 999px; background: var(--reco-orange); color: #fff; box-shadow: 0 8px 20px rgba(245,131,31,.25); }
.reco-nav .reco-nav-cta:hover { color: white; background: var(--reco-orange-accessible); }
.reco-nav .reco-header-login { display: inline-flex; min-height: 38px; align-items: center; gap: 7px; padding: 0 12px; border: 1px solid #b8ccdb; border-radius: 999px; color: var(--reco-blue-dark); background: #fff; }
.reco-nav .reco-header-login:hover { border-color: var(--reco-blue); color: var(--reco-blue); background: #edf5fb; }
.reco-header-login svg { width: 18px; height: 18px; flex: 0 0 auto; }
.reco-mobile-actions { display: none; }
.reco-mobile-call { display: inline-flex; min-height: 42px; align-items: center; padding: 0 14px; border-radius: 999px; background: var(--reco-orange); color: #fff; font-size: 13px; font-weight: 750; }
.reco-mobile-nav { position: static; }
.reco-mobile-nav summary { display: grid; width: 42px; height: 42px; place-items: center; padding: 0; border: 1px solid #cad9e4; border-radius: 11px; color: var(--reco-blue-dark); background: #fff; cursor: pointer; list-style: none; transition: border-color .2s ease, background .2s ease; }
.reco-mobile-nav summary::-webkit-details-marker { display: none; }
.reco-mobile-nav summary:hover { border-color: #9eb8cb; background: #f2f6fa; }
.reco-mobile-nav__icon { width: 23px; height: 23px; }
.reco-mobile-nav__icon--close { display: none; }
.reco-mobile-nav[open] .reco-mobile-nav__icon--menu { display: none; }
.reco-mobile-nav[open] .reco-mobile-nav__icon--close { display: block; }
.reco-mobile-nav__panel { position: absolute; top: calc(100% + 9px); right: 0; left: 0; display: grid; gap: 4px; padding: 12px; border: 1px solid var(--reco-line); border-radius: 14px; background: #fff; box-shadow: 0 18px 42px rgba(6,57,99,.18); }
.reco-mobile-nav__panel a { display: flex; min-height: 46px; align-items: center; padding: 0 15px; border-radius: 9px; color: #29465f; font-size: 14px; font-weight: 650; transition: color .2s ease, background .2s ease; }
.reco-mobile-nav__panel a:hover, .reco-mobile-nav__panel a:focus-visible { color: var(--reco-blue-dark); background: #edf4f9; }
.reco-mobile-nav__panel { text-transform: uppercase; }
.reco-mobile-nav__sub { display: grid; gap: 2px; padding: 5px 0 8px 14px; margin: -3px 0 3px 15px; border-left: 2px solid #dce8f0; }
.reco-mobile-nav__sub a { min-height: 38px; padding-inline: 11px; color: #587087; font-size: 11px; letter-spacing: .035em; }
.reco-mobile-nav__sub .reco-mobile-nav__group-title, .reco-mobile-nav__sub .reco-mobile-nav__standalone { color: var(--reco-blue-dark); font-weight: 800; }
.reco-mobile-nav__types { display: grid; gap: 1px; padding-left: 10px; margin-left: 10px; border-left: 1px solid #cbdde9; }
.reco-mobile-nav__types a { min-height: 35px; color: #637b90; font-size: 10px; }
.reco-mobile-nav__standalone { border-top: 1px solid #e0e9ef; }
.reco-mobile-nav__panel .reco-mobile-login { justify-content: center; gap: 8px; margin-top: 4px; color: #fff; background: var(--reco-blue); }
.reco-mobile-nav__panel .reco-mobile-login:hover, .reco-mobile-nav__panel .reco-mobile-login:focus-visible { color: #fff; background: var(--reco-blue-dark); }
.reco-mobile-login svg { width: 19px; height: 19px; }
.reco-hero { position: relative; isolation: isolate; min-height: 680px; padding: 86px 0 58px; overflow: hidden; color: white; background: radial-gradient(circle at 72% 34%, rgba(20,89,151,.34), transparent 32%), linear-gradient(112deg, #03172a 0%, #052c4d 50%, #061b31 100%); }
.reco-hero::before { position: absolute; z-index: -1; inset: 0; content: ''; background-image: linear-gradient(90deg, rgba(2,20,37,.92) 0%, rgba(3,31,54,.84) 40%, rgba(4,39,69,.25) 67%, rgba(2,17,31,.58) 100%), radial-gradient(circle at 12% 24%, rgba(33,119,190,.19) 0 1px, transparent 2px), radial-gradient(circle at 88% 76%, rgba(70,145,211,.16) 0 1px, transparent 2px); background-size: auto, 74px 74px, 96px 96px; pointer-events: none; }
.reco-hero::after { position: absolute; z-index: -1; right: -9rem; bottom: -19rem; width: 48rem; height: 48rem; border: 1px solid rgba(96,165,224,.15); border-radius: 50%; content: ''; }
.reco-hero > .reco-container { position: relative; z-index: 2; }
.reco-hero__content { position: relative; z-index: 2; width: min(62%, 720px); }
.reco-hero-map { position: absolute; z-index: 0; top: 16px; right: max(calc((100vw - 1300px) / 2), 10px); width: min(47vw, 590px); height: 610px; opacity: .98; pointer-events: none; filter: drop-shadow(0 24px 48px rgba(0,0,0,.3)); }
.reco-hero-map::before { position: absolute; z-index: -1; top: 8%; left: 4%; width: 92%; height: 84%; border-radius: 50%; content: ''; background: radial-gradient(ellipse, rgba(19,86,145,.2), transparent 68%); filter: blur(14px); }
.reco-hero-map svg { display: block; width: 100%; height: 100%; overflow: visible; }
.reco-map-province { fill: rgba(247,251,255,.96); stroke: rgba(85,143,199,.72); stroke-width: .6; }
.reco-map-island { fill: none; stroke: rgba(116,180,239,.72); stroke-width: 1; }
.reco-map-island-box { fill: none; stroke: rgba(103,169,229,.24); stroke-width: .6; stroke-dasharray: 4 3; }
.reco-map-island-label { fill: rgba(174,211,245,.72); font-family: var(--reco-font-body); font-size: 8px; font-style: italic; }
.reco-map-label-name { fill: #fff; font-family: var(--reco-font-body); font-size: 13px; font-weight: 700; letter-spacing: .04em; paint-order: stroke; stroke: rgba(2,17,31,.9); stroke-width: 4px; stroke-linejoin: round; }
.reco-map-label-sub { fill: #f7a14f; font-family: var(--reco-font-body); font-size: 7.5px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; paint-order: stroke; stroke: rgba(2,17,31,.9); stroke-width: 3px; stroke-linejoin: round; }
.reco-map-leader { stroke: rgba(245,151,61,.72); stroke-width: 1; stroke-dasharray: 5 3; }
.reco-map-pin { fill: url('#reco-pin-gradient'); filter: url('#reco-pin-glow'); }
.reco-map-pin-dot { fill: #ffe0b5; }
.reco-map-pulse { fill: none; stroke: rgba(245,131,31,.76); stroke-width: 1.4; transform-box: fill-box; transform-origin: center; animation: reco-map-pulse 2.5s ease-out infinite; }
.reco-map-pulse--two { animation-delay: .85s; }
.reco-map-pulse--three { animation-delay: 1.7s; }
@keyframes reco-map-pulse { 0% { opacity: .85; transform: scale(.45); } 100% { opacity: 0; transform: scale(2.35); } }
.reco-eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 18px; color: var(--reco-orange-accessible); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.reco-hero .reco-eyebrow, .reco-section--blue .reco-eyebrow, .reco-cta-band .reco-eyebrow { color: var(--reco-orange); }
.reco-eyebrow::before { width: 26px; height: 2px; content: ''; background: currentColor; }
.reco-hero h1, .reco-page-hero h1 { max-width: 900px; margin: 0; font-size: clamp(40px, 5vw, 64px); line-height: 1.12; letter-spacing: -.025em; }
.reco-hero h1 { font-size: clamp(43px, 3.7vw, 53px); }
.reco-hero h1 { text-shadow: 0 4px 28px rgba(2,20,36,.52); }
.reco-hero-copy { max-width: 620px; margin: 28px 0 0; color: rgba(255,255,255,.92); font-size: clamp(18px, 2vw, 21px); line-height: 1.6; text-shadow: 0 2px 16px rgba(2,20,36,.65); }
.reco-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.reco-button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 21px; border: 1px solid transparent; border-radius: 999px; background: var(--reco-orange); color: #fff; font-size: 14px; font-weight: 750; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.reco-button:hover { background: var(--reco-orange-accessible); transform: translateY(-2px); }
.reco-button--ghost { border-color: rgba(255,255,255,.55); background: transparent; }
.reco-button--ghost:hover { background: rgba(255,255,255,.12); }
.reco-button--blue { background: var(--reco-blue); }
.reco-button--blue:hover { background: var(--reco-blue-dark); }
.reco-stat-list { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 54px; overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: var(--reco-radius); background: rgba(20,65,102,.48); box-shadow: 0 18px 44px rgba(1,18,32,.22); backdrop-filter: blur(14px); }
.reco-stat { padding: 21px 18px; background: rgba(5,56,98,.23); }
.reco-stat strong { display: block; font-size: 28px; letter-spacing: -.05em; }
.reco-stat span { display: block; margin-top: 4px; color: rgba(255,255,255,.74); font-size: 13px; }
@media (min-width: 1025px) {
	.reco-hero { min-height: 790px; }
	.reco-hero .reco-stat-list { margin-top: 160px; }
}
.reco-section { padding: 100px 0; }
.reco-section--mist { background: var(--reco-mist); }
.reco-section--projects { background: #eaf2f8; }
.reco-section--warm { background: #fff7ed; }
.reco-section--partners { background: #fff; }
.reco-section--blue { color: #fff; background: var(--reco-blue-dark); }
.reco-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.reco-section-heading h2 { max-width: 650px; margin: 0; color: var(--reco-blue-dark); font-size: clamp(30px, 3.6vw, 45px); line-height: 1.15; letter-spacing: -.025em; }
.reco-section-heading h2::after { display: block; width: 56px; height: 4px; margin-top: 20px; border-radius: 999px; content: ''; background: var(--reco-orange); }
.reco-section-heading p { max-width: 400px; margin: 0; color: var(--reco-slate); line-height: 1.65; }
.reco-section-heading .reco-eyebrow { margin: 0 0 18px; color: var(--reco-orange-accessible); }
.reco-section--blue .reco-section-heading h2 { color: #fff; }
.reco-section--blue .reco-section-heading p { color: rgba(255,255,255,.7); }
.reco-section--blue .reco-section-heading .reco-eyebrow { color: var(--reco-orange); }
.reco-business { position: relative; isolation: isolate; overflow: hidden; background: linear-gradient(135deg, var(--reco-blue-dark), var(--reco-blue) 68%, #0d68ad); }
.reco-business::before { position: absolute; z-index: -1; inset: 0; content: ''; background: url("assets/images/building-pattern.svg") bottom center / 420px 220px repeat-x; pointer-events: none; }
.reco-business::after { position: absolute; z-index: -1; inset: 0; content: ''; background: linear-gradient(180deg, rgba(6,57,99,.12), rgba(6,57,99,.38)); pointer-events: none; }
.reco-business > .reco-container { position: relative; z-index: 1; }
.reco-business__heading { align-items: end; }
.reco-business .reco-section-heading h2 { color: #fff; }
.reco-business .reco-section-heading > p { color: rgba(255,255,255,.8); }
.reco-business .reco-eyebrow { color: var(--reco-orange); }
.reco-business__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.reco-business-card { position: relative; display: flex; min-height: 350px; flex-direction: column; padding: 30px; overflow: hidden; border: 1px solid rgba(255,255,255,.58); border-radius: var(--reco-radius); background: rgba(255,255,255,.96); box-shadow: 0 16px 38px rgba(3,39,69,.18); cursor: pointer; transition: color .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease; -webkit-tap-highlight-color: transparent; }
.reco-business-card::after { position: absolute; right: -54px; bottom: -68px; width: 150px; height: 150px; border: 1px solid rgba(10,85,151,.1); border-radius: 50%; content: ''; pointer-events: none; }
.reco-business-card:hover, .reco-business-card:focus-within, .reco-business-card:active { border-color: rgba(255,255,255,.7); color: #fff; background: var(--reco-orange); box-shadow: 0 20px 46px rgba(3,39,69,.3); transform: translateY(-4px); }
.reco-business-card:focus-visible { outline-color: #fff; outline-offset: 4px; }
.reco-business-card__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 34px; }
.reco-business-card__number { color: #71879a; font-size: 12px; font-weight: 800; letter-spacing: .14em; transition: color .25s ease; }
.reco-business-card__icon { display: grid; width: 56px; height: 56px; place-items: center; border-radius: 16px; color: var(--reco-blue); background: #e9f3fa; transition: color .25s ease, background .25s ease; }
.reco-business-card__icon svg { width: 29px; height: 29px; }
.reco-business-card h3 { max-width: 260px; margin: 0; color: var(--reco-blue-dark); font-size: 23px; line-height: 1.3; letter-spacing: -.02em; transition: color .25s ease; }
.reco-business-card p { margin: 15px 0 24px; color: var(--reco-slate); font-size: 15px; line-height: 1.7; transition: color .25s ease; }
.reco-business-card__link { position: relative; z-index: 1; display: inline-flex; width: fit-content; align-items: center; gap: 8px; margin-top: auto; color: var(--reco-blue); font-size: 14px; font-weight: 750; transition: color .2s ease, gap .2s ease; }
.reco-business-card__link:hover { gap: 12px; color: inherit; }
.reco-business-card:hover .reco-business-card__number, .reco-business-card:focus-within .reco-business-card__number, .reco-business-card:active .reco-business-card__number { color: rgba(255,255,255,.78); }
.reco-business-card:hover .reco-business-card__icon, .reco-business-card:focus-within .reco-business-card__icon, .reco-business-card:active .reco-business-card__icon { color: var(--reco-orange); background: #fff; }
.reco-business-card:hover h3, .reco-business-card:focus-within h3, .reco-business-card:active h3, .reco-business-card:hover p, .reco-business-card:focus-within p, .reco-business-card:active p, .reco-business-card:hover .reco-business-card__link, .reco-business-card:focus-within .reco-business-card__link, .reco-business-card:active .reco-business-card__link { color: #fff; }
.reco-business-card:hover::after, .reco-business-card:focus-within::after, .reco-business-card:active::after { border-color: rgba(255,255,255,.22); }
.reco-project-grid, .reco-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.reco-project-card, .reco-card { overflow: hidden; border: 1px solid var(--reco-line); border-radius: var(--reco-radius); background: #fff; box-shadow: 0 10px 26px rgba(27,59,89,.05); transition: box-shadow .2s ease, transform .2s ease; }
.reco-project-card:hover, .reco-card:hover { box-shadow: var(--reco-shadow); transform: translateY(-4px); }
.reco-project-image { min-height: 234px; background: linear-gradient(135deg, #bdd6e9, #5d8db7); }
.reco-project-image img { width: 100%; height: 234px; object-fit: cover; }
.reco-project-body, .reco-card-body { padding: 25px; }
.reco-kicker { display: block; margin-bottom: 10px; color: var(--reco-orange); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.reco-project-card h3, .reco-card h3 { margin: 0; font-size: 22px; line-height: 1.2; letter-spacing: -.015em; }
.reco-project-card p, .reco-card p { margin: 12px 0 0; color: var(--reco-slate); font-size: 15px; line-height: 1.6; }
.reco-project-card .reco-project-address { display: flex; align-items: flex-start; gap: 8px; margin-top: 11px; color: var(--reco-orange-accessible); font-size: 14px; font-weight: 650; line-height: 1.45; }
.reco-project-listing-card .reco-project-address { display: flex; align-items: flex-start; gap: 8px; margin: 12px 0 0; color: #48647d; font-size: 13px; font-weight: 600; line-height: 1.5; }
.reco-project-address svg { flex: 0 0 17px; width: 17px; height: 17px; margin-top: 2px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.reco-project-type { display: inline-flex; min-height: 27px; align-items: center; padding: 5px 10px; margin-bottom: 11px; border-radius: 999px; color: var(--reco-orange-accessible); background: rgba(245,131,31,.12); font-size: 10px; font-weight: 800; letter-spacing: .07em; line-height: 1.2; text-transform: uppercase; transition: color .2s ease, background .2s ease; }
.reco-project-type:hover { color: #fff; background: var(--reco-orange); }
.reco-project-listing-card h2 { margin: 0; color: var(--reco-ink); font-size: 24px; line-height: 1.28; letter-spacing: -.02em; }
.reco-project-listing-card h2 a, .reco-project-listing-card h3 a { transition: color .2s ease; }
.reco-project-listing-card h2 a:hover, .reco-project-listing-card h3 a:hover { color: var(--reco-blue); }
.reco-product-type-archive { padding: 64px 0 84px; background: linear-gradient(180deg, #f6f9fc, #fff 48%); }
.reco-product-type-hero p:empty { display: none; }
.reco-product-type-archive__heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 30px; }
.reco-product-type-archive__heading .reco-kicker { margin-bottom: 8px; }
.reco-product-type-archive__heading h2 { margin: 0; color: var(--reco-blue-dark); font-size: clamp(28px, 3vw, 38px); line-height: 1.2; letter-spacing: -.025em; }
.reco-product-type-archive__heading > p { margin: 0; color: var(--reco-slate); font-size: 14px; }
.reco-project-type-grid { align-items: stretch; }
.reco-project-type-grid:has(> :only-child) { grid-template-columns: minmax(0, 760px); justify-content: center; }
.reco-project-type-grid .reco-project-listing-card { height: 100%; }
.reco-project-type-grid .reco-project-image { display: block; height: 260px; overflow: hidden; }
.reco-project-type-grid .reco-project-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.reco-project-type-grid .reco-project-listing-card:hover .reco-project-image img { transform: scale(1.035); }
.reco-project-type-grid .reco-project-body { padding: 25px 27px 28px; }
.reco-product-type-archive .navigation.pagination { margin-top: 38px; }
.reco-product-type-archive .nav-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.reco-product-type-archive .page-numbers { padding: 9px 13px; border: 1px solid var(--reco-line); border-radius: 8px; color: var(--reco-blue-dark); background: #fff; font-size: 13px; font-weight: 700; }
.reco-product-type-archive .page-numbers.current, .reco-product-type-archive a.page-numbers:hover { border-color: var(--reco-orange); color: #fff; background: var(--reco-orange); }
.reco-card-link { display: inline-flex; margin-top: 20px; color: var(--reco-blue); font-size: 14px; font-weight: 750; }
.reco-card-link:hover { color: var(--reco-orange-accessible); }
.reco-news-page-hero { position: relative; isolation: isolate; min-height: 288px; padding: 62px 0 56px; overflow: hidden; }
.reco-news-page-hero::before, .reco-news-page-hero::after { position: absolute; z-index: -1; border-radius: 50%; content: ''; pointer-events: none; }
.reco-news-page-hero::before { top: -190px; right: 8%; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.14); }
.reco-news-page-hero::after { right: -80px; bottom: -250px; width: 460px; height: 460px; background: radial-gradient(circle, rgba(255,255,255,.1), transparent 68%); }
.reco-news-page-hero .reco-container { position: relative; }
.reco-news-page-hero h1 { font-size: clamp(38px, 4.3vw, 54px); line-height: 1.1; letter-spacing: -.035em; }
.reco-news-page-hero p:last-child { max-width: 650px; margin: 17px 0 0; color: rgba(255,255,255,.78); font-size: 16px; line-height: 1.7; }
.reco-news-archive { padding: 56px 0 72px; background: linear-gradient(180deg, #f7fafc 0%, #fff 38%); }
.reco-news-query > .wp-block-query-pagination { margin-top: 42px; }
.reco-news-query .wp-block-query-pagination { gap: 8px; }
.reco-news-query .wp-block-query-pagination a, .reco-news-query .wp-block-query-pagination .page-numbers { min-width: 38px; padding: 9px 12px; border: 1px solid var(--reco-line); border-radius: 8px; color: var(--reco-blue-dark); font-size: 14px; font-weight: 700; line-height: 1.2; text-align: center; text-decoration: none; }
.reco-news-query .wp-block-query-pagination .page-numbers.current, .reco-news-query .wp-block-query-pagination a:hover { border-color: var(--reco-orange); background: var(--reco-orange); color: #fff; }
.reco-news-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 22px; padding: 0; margin: 0; list-style: none; }
.reco-news-grid > li { min-width: 0; margin: 0; }
.reco-news-grid > li:not(:first-child) { grid-column: span 4; }
.reco-news-grid .reco-news-card { height: 100%; border-color: #d6e2eb; border-radius: 18px; box-shadow: 0 12px 32px rgba(6,57,99,.07); }
.reco-news-grid .wp-block-post-featured-image { display: block; height: 220px; overflow: hidden; background: linear-gradient(135deg, #bdd6e9, #5d8db7); }
.reco-news-grid .wp-block-post-featured-image > a { display: block; height: 100%; }
.reco-news-grid .wp-block-post-featured-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.reco-news-grid .reco-news-card:hover .wp-block-post-featured-image img { transform: scale(1.035); }
.reco-news-grid .reco-news-card:focus-within { border-color: var(--reco-blue); box-shadow: 0 16px 38px rgba(6,57,99,.14); }
.reco-news-grid .reco-card-body { padding: 22px; }
.reco-news-card__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 11px; margin-bottom: 11px; }
.reco-news-card__meta time { margin: 0; color: #647c92; font-size: 10px; font-weight: 700; letter-spacing: .07em; line-height: 1.2; }
.reco-news-type { display: inline-flex; min-height: 25px; align-items: center; padding: 5px 10px; border-radius: 999px; font-size: 10px; font-weight: 800; letter-spacing: .055em; line-height: 1.2; text-transform: uppercase; }
a.reco-news-type { transition: color .2s ease, background-color .2s ease; }
.reco-news-type--market { color: #07518e; background: #e6f2fb; }
a.reco-news-type--market:hover { color: #fff; background: var(--reco-blue); }
.reco-news-type--project { color: var(--reco-orange-accessible); background: rgba(245,131,31,.12); }
a.reco-news-type--project:hover { color: #fff; background: var(--reco-orange); }
.reco-news-type--reco { color: #405d76; background: #edf2f6; }
.reco-news-grid .wp-block-post-date { display: block; margin-bottom: 10px; color: #536f88; font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.reco-news-grid .wp-block-post-title { margin: 0; font-size: 19px; line-height: 1.38; letter-spacing: -.015em; }
.reco-news-grid .wp-block-post-title a { color: var(--reco-ink); text-decoration: none; }
.reco-news-grid .wp-block-post-title a:hover { color: var(--reco-blue); }
.reco-news-grid .wp-block-post-excerpt { margin-top: 12px; color: var(--reco-slate); font-size: 14px; line-height: 1.62; }
.reco-news-grid .wp-block-post-excerpt__excerpt { display: -webkit-box; margin: 0; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.reco-news-grid:not(.reco-news-grid--latest) > li:first-child { grid-column: span 8; grid-row: span 2; height: 494px; }
.reco-news-grid:not(.reco-news-grid--latest) > li:first-child:only-child { grid-column: 3 / span 8; }
.reco-news-grid:not(.reco-news-grid--latest) > li:first-child .reco-news-card { display: grid; height: 100%; grid-template-rows: 250px minmax(0, 1fr); border: 1px solid #d6e2eb; background: #fff; }
.reco-news-grid:not(.reco-news-grid--latest) > li:first-child .reco-news-card::after { display: none; }
.reco-news-grid:not(.reco-news-grid--latest) > li:first-child .wp-block-post-featured-image { position: relative; inset: auto; height: 250px !important; min-height: 0; }
.reco-news-grid:not(.reco-news-grid--latest) > li:first-child .wp-block-post-featured-image > a, .reco-news-grid:not(.reco-news-grid--latest) > li:first-child .wp-block-post-featured-image img { display: block; height: 100% !important; }
.reco-news-grid:not(.reco-news-grid--latest) > li:first-child .reco-card-body { position: relative; z-index: auto; display: block; max-width: none; padding: 24px 27px 26px; }
.reco-news-grid:not(.reco-news-grid--latest) > li:first-child .wp-block-post-date { color: #536f88; }
.reco-news-grid:not(.reco-news-grid--latest) > li:first-child .reco-news-card__meta time { color: #647c92; }
.reco-news-grid:not(.reco-news-grid--latest) > li:first-child .reco-news-type--market { color: #07518e; background: #e6f2fb; }
.reco-news-grid:not(.reco-news-grid--latest) > li:first-child .reco-news-type--project { color: var(--reco-orange-accessible); background: rgba(245,131,31,.12); }
.reco-news-grid:not(.reco-news-grid--latest) > li:first-child .reco-news-type--reco { color: #405d76; background: #edf2f6; }
.reco-news-grid:not(.reco-news-grid--latest) > li:first-child .wp-block-post-title { display: -webkit-box; max-width: 650px; overflow: hidden; font-size: clamp(23px, 2vw, 29px); line-height: 1.3; letter-spacing: -.025em; text-shadow: none; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.reco-news-grid:not(.reco-news-grid--latest) > li:first-child .wp-block-post-title a { color: var(--reco-ink); }
.reco-news-grid:not(.reco-news-grid--latest) > li:first-child .wp-block-post-title a:hover { color: var(--reco-blue); }
.reco-news-grid:not(.reco-news-grid--latest) > li:first-child .wp-block-post-excerpt { max-width: 650px; color: var(--reco-slate); font-size: 14px; line-height: 1.58; text-shadow: none; }
.reco-news-grid:not(.reco-news-grid--latest) > li:first-child .wp-block-post-excerpt__excerpt { color: inherit; -webkit-line-clamp: 2; }
.reco-news-latest-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; padding-top: 46px; margin: 0 0 20px; border-top: 1px solid #dbe5ec; }
.reco-news-latest-heading .reco-kicker { margin: 0 0 7px; }
.reco-news-latest-heading h2 { margin: 0; color: var(--reco-blue-dark); font-size: clamp(28px, 3vw, 38px); line-height: 1.2; letter-spacing: -.025em; }
.reco-news-grid--latest > li { grid-column: span 4; }
.reco-news-grid--latest > li:only-child { grid-column: 1 / -1; }
.reco-news-grid--latest > li:only-child .reco-news-card { display: grid; grid-template-columns: minmax(280px, .75fr) minmax(0, 1fr); }
.reco-news-grid--latest > li:only-child .wp-block-post-featured-image { height: 100%; min-height: 270px; }
.reco-news-grid--latest > li:first-child:nth-last-child(2), .reco-news-grid--latest > li:first-child:nth-last-child(2) ~ li { grid-column: span 6; }
@media (min-width: 821px) {
	.reco-news-grid:not(.reco-news-grid--latest) > li:nth-child(2), .reco-news-grid:not(.reco-news-grid--latest) > li:nth-child(3) { height: 236px; }
	.reco-news-grid:not(.reco-news-grid--latest) > li:nth-child(2) .reco-card-body, .reco-news-grid:not(.reco-news-grid--latest) > li:nth-child(3) .reco-card-body { padding: 15px 18px 17px; }
	.reco-news-grid:not(.reco-news-grid--latest) > li:nth-child(2) .wp-block-post-featured-image, .reco-news-grid:not(.reco-news-grid--latest) > li:nth-child(3) .wp-block-post-featured-image { height: 112px !important; }
	.reco-news-grid:not(.reco-news-grid--latest) > li:nth-child(2) .wp-block-post-featured-image > a, .reco-news-grid:not(.reco-news-grid--latest) > li:nth-child(3) .wp-block-post-featured-image > a, .reco-news-grid:not(.reco-news-grid--latest) > li:nth-child(2) .wp-block-post-featured-image img, .reco-news-grid:not(.reco-news-grid--latest) > li:nth-child(3) .wp-block-post-featured-image img { display: block; height: 100% !important; }
	.reco-news-grid:not(.reco-news-grid--latest) > li:nth-child(2) .wp-block-post-date, .reco-news-grid:not(.reco-news-grid--latest) > li:nth-child(3) .wp-block-post-date { margin-bottom: 6px; font-size: 9px; }
	.reco-news-grid:not(.reco-news-grid--latest) > li:nth-child(2) .reco-news-card__meta, .reco-news-grid:not(.reco-news-grid--latest) > li:nth-child(3) .reco-news-card__meta { flex-wrap: nowrap; gap: 7px; margin-bottom: 7px; }
	.reco-news-grid:not(.reco-news-grid--latest) > li:nth-child(2) .reco-news-type, .reco-news-grid:not(.reco-news-grid--latest) > li:nth-child(3) .reco-news-type { min-height: 21px; padding: 4px 7px; font-size: 8px; }
	.reco-news-grid:not(.reco-news-grid--latest) > li:nth-child(2) .reco-news-card__meta time, .reco-news-grid:not(.reco-news-grid--latest) > li:nth-child(3) .reco-news-card__meta time { font-size: 8px; }
	.reco-news-grid:not(.reco-news-grid--latest) > li:nth-child(2) .wp-block-post-title, .reco-news-grid:not(.reco-news-grid--latest) > li:nth-child(3) .wp-block-post-title { display: -webkit-box; overflow: hidden; font-size: 15px; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
	.reco-news-grid:not(.reco-news-grid--latest) > li:nth-child(2) .wp-block-post-excerpt, .reco-news-grid:not(.reco-news-grid--latest) > li:nth-child(3) .wp-block-post-excerpt { display: none; }
}
.reco-split { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(36px, 7vw, 90px); }
.reco-image-panel { min-height: 480px; border-radius: var(--reco-radius); background: linear-gradient(140deg, #dceaf3, #82abc9); box-shadow: var(--reco-shadow); }
.reco-image-panel img { width: 100%; height: 480px; border-radius: inherit; object-fit: cover; }
.reco-content h2 { margin: 0; font-size: clamp(30px, 3.6vw, 45px); line-height: 1.15; letter-spacing: -.025em; }
.reco-content p { margin: 20px 0 0; color: var(--reco-slate); font-size: 17px; line-height: 1.7; }
.reco-list { display: grid; gap: 15px; padding: 0; margin: 28px 0 0; list-style: none; }
.reco-list li { position: relative; padding-left: 29px; color: #29455f; line-height: 1.5; }
.reco-list li::before { position: absolute; top: .48em; left: 0; width: 11px; height: 11px; border-radius: 50%; content: ''; background: var(--reco-orange); box-shadow: 0 0 0 5px rgba(245,131,31,.14); }
.reco-values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.reco-value { padding: 27px; border: 1px solid rgba(255,255,255,.17); border-radius: 18px; background: rgba(255,255,255,.06); }
.reco-value strong { display: block; color: var(--reco-orange); font-size: 28px; }
.reco-value h3 { margin: 16px 0 8px; font-size: 19px; }
.reco-value p { margin: 0; color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.6; }
.reco-values--media { gap: 20px; }
.reco-values--media .reco-value { position: relative; isolation: isolate; overflow: hidden; padding: 0; border-color: rgba(232,211,159,.34); background: linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.055)); box-shadow: inset 0 1px 0 rgba(255,246,218,.12), 0 14px 36px rgba(1,31,54,.2); transition: border-color .25s ease, background-color .25s ease, transform .25s ease, box-shadow .25s ease; }
.reco-values--media .reco-value:hover { border-color: rgba(255,220,139,.76); background: rgba(255,255,255,.105); transform: translateY(-5px); box-shadow: inset 0 1px 0 rgba(255,248,225,.24), 0 0 22px rgba(247,198,96,.12), 0 22px 46px rgba(1,25,45,.3); }
.reco-value__media { position: relative; height: 168px; margin: 0; overflow: hidden; background: #123f62; }
.reco-value__media::before { position: absolute; z-index: 2; top: -35%; bottom: -35%; left: -85%; width: 54%; content: ''; background: linear-gradient(105deg, transparent 8%, rgba(255,241,194,.08) 30%, rgba(255,255,255,.68) 49%, rgba(255,213,120,.18) 68%, transparent 92%); filter: blur(1px); pointer-events: none; transform: skewX(-17deg); animation: reco-metallic-sweep 5.8s cubic-bezier(.4,0,.2,1) infinite; }
.reco-value__media::after { position: absolute; z-index: 1; inset: 0; content: ''; background: linear-gradient(180deg, rgba(5,42,70,.02) 42%, rgba(5,42,70,.64) 100%); box-shadow: inset 0 0 0 1px rgba(255,238,194,.08); }
.reco-value__media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.reco-values--media .reco-value:hover .reco-value__media img { transform: scale(1.045); }
.reco-value__body { flex: 1; padding: 23px 22px 25px; border-top: 1px solid rgba(255,224,183,.42); background: linear-gradient(145deg, #f5831f 0%, #d85f08 100%); box-shadow: inset 0 1px 0 rgba(255,255,255,.12); }
.reco-values--media .reco-value h3 { width: fit-content; margin: 0 0 9px; color: #fff8e7; font-size: 19px; text-shadow: 0 0 14px rgba(255,218,132,.14); }
.reco-values--media .reco-value p { min-height: 68px; color: rgba(255,255,255,.94); }
.reco-values--media .reco-value:nth-child(2) .reco-value__media::before { animation-delay: -1.45s; }
.reco-values--media .reco-value:nth-child(3) .reco-value__media::before { animation-delay: -2.9s; }
.reco-values--media .reco-value:nth-child(4) .reco-value__media::before { animation-delay: -4.35s; }
.reco-values--media .reco-value:nth-child(1) .reco-value__media img { object-position: center 68%; }
.reco-values--media .reco-value:nth-child(2) .reco-value__media img { object-position: center 45%; }
.reco-values--media .reco-value:nth-child(3) .reco-value__media img { object-position: center 58%; }
.reco-values--media .reco-value:nth-child(4) .reco-value__media img { object-position: center 52%; }
@keyframes reco-metallic-sweep {
	0%, 55% { left: -85%; opacity: 0; }
	62% { opacity: .95; }
	82% { left: 135%; opacity: .7; }
	83%, 100% { left: 135%; opacity: 0; }
}
.reco-proof-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-bottom: 42px; }
.reco-proof-card { display: flex; min-width: 0; flex-direction: column; padding: 27px; border: 1px solid #d8e4ed; border-radius: 18px; background: #f7fafc; }
.reco-proof-card__icon { display: grid; width: 50px; height: 50px; place-items: center; margin-bottom: 24px; border-radius: 14px; color: var(--reco-blue); background: #e6f1f8; }
.reco-proof-card__icon svg { width: 26px; height: 26px; }
.reco-proof-card .reco-kicker { margin-bottom: 9px; color: var(--reco-orange-accessible); }
.reco-proof-card h3 { margin: 0; color: var(--reco-blue-dark); font-size: 20px; line-height: 1.35; }
.reco-proof-card p:not(.reco-kicker) { margin: 13px 0 0; color: var(--reco-slate); font-size: 14px; line-height: 1.65; }
.reco-proof-card a { display: inline-flex; width: fit-content; align-items: center; gap: 8px; margin-top: 20px; color: var(--reco-blue); font-size: 13px; font-weight: 750; transition: color .2s ease, gap .2s ease; }
.reco-proof-card a:hover { gap: 11px; color: var(--reco-orange-accessible); }
.reco-partner-label { display: flex; align-items: center; gap: 12px; margin: 0 0 16px; color: #4e687e; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.reco-partner-label::after { height: 1px; flex: 1; content: ''; background: var(--reco-line); }
.reco-logo-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.reco-logo { display: grid; min-height: 96px; place-items: center; padding: 16px; border: 1px solid var(--reco-line); border-radius: 15px; background: #fff; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.reco-logo:hover { border-color: #b8ccdc; box-shadow: 0 12px 28px rgba(6,57,99,.1); transform: translateY(-2px); }
.reco-logo img { width: 100%; max-width: 132px; max-height: 54px; object-fit: contain; filter: saturate(.92); }
.reco-cta-band { padding: 65px 0; color: white; background: linear-gradient(111deg, var(--reco-blue-dark), var(--reco-blue)); }
.reco-cta-band .reco-section-heading { margin: 0; }
.reco-cta-band .reco-section-heading h2 { color: #fff; }
.reco-cta-band .reco-section-heading p { color: rgba(255,255,255,.74); }
.reco-latest-news { background: #f7fafc; }
.reco-home-news-split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.reco-home-news-column { position: relative; min-width: 0; padding: 26px; border: 1px solid #d8e4ed; border-radius: 20px; background: #fff; box-shadow: 0 14px 34px rgba(6,57,99,.07); }
.reco-home-news-column--internal { border-top: 4px solid var(--reco-orange); }
.reco-home-news-column--news { border-top: 4px solid var(--reco-blue); }
.reco-home-news-column__heading { display: flex; align-items: end; justify-content: space-between; gap: 18px; padding-bottom: 19px; margin-bottom: 18px; border-bottom: 1px solid #e0e8ef; }
.reco-home-news-column__heading .reco-kicker { margin-bottom: 7px; }
.reco-home-news-column__heading h3 { margin: 0; color: var(--reco-blue-dark); font-size: 25px; line-height: 1.2; letter-spacing: -.02em; }
.reco-home-news-column__heading > a { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 5px; padding-bottom: 2px; color: var(--reco-blue); font-size: 12px; font-weight: 750; transition: color .2s ease, gap .2s ease; }
.reco-home-news-column__heading > a:hover { gap: 8px; color: var(--reco-orange-accessible); }
.reco-home-news-list { display: grid; gap: 16px; }
.reco-home-news-item { display: grid; min-width: 0; grid-template-columns: 178px minmax(0, 1fr); overflow: hidden; border: 1px solid #dce6ed; border-radius: 14px; background: #fff; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.reco-home-news-item:hover, .reco-home-news-item:focus-within { border-color: #b7ccdc; box-shadow: 0 12px 28px rgba(6,57,99,.11); transform: translateY(-2px); }
.reco-home-news-item__image { display: grid; min-height: 154px; place-items: center; overflow: hidden; color: rgba(255,255,255,.82); background: linear-gradient(135deg, var(--reco-blue-dark), var(--reco-blue)); font-size: 20px; font-weight: 800; letter-spacing: .12em; }
.reco-home-news-item__image img { width: 100%; height: 100%; min-height: 154px; object-fit: cover; transition: transform .3s ease; }
.reco-home-news-item:hover .reco-home-news-item__image img { transform: scale(1.035); }
.reco-home-news-item__body { min-width: 0; padding: 17px 17px 16px; }
.reco-home-news-item__body time { display: block; margin-bottom: 7px; color: #60788d; font-size: 10px; font-weight: 700; letter-spacing: .05em; }
.reco-home-news-item__body h4 { display: -webkit-box; margin: 0; overflow: hidden; color: var(--reco-ink); font-size: 16px; line-height: 1.35; letter-spacing: -.01em; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.reco-home-news-item__body h4 a { transition: color .2s ease; }
.reco-home-news-item__body h4 a:hover { color: var(--reco-blue); }
.reco-home-news-item__body p { display: -webkit-box; margin: 8px 0 0; overflow: hidden; color: var(--reco-slate); font-size: 12px; line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.reco-news-card__image { display: block; min-height: 234px; overflow: hidden; background: linear-gradient(135deg, #bdd6e9, #5d8db7); }
.reco-news-card__image img { width: 100%; height: 234px; object-fit: cover; transition: transform .3s ease; }
.reco-news-card:hover .reco-news-card__image img { transform: scale(1.035); }
.reco-news-card time { display: block; margin-bottom: 10px; color: #58708a; font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.reco-news-card h3 a { color: inherit; }
.reco-news-card h3 a:hover { color: var(--reco-blue); }
.reco-project-search { overflow: hidden; border: 1px solid #cbdce9; border-radius: var(--reco-radius); background: #fff; box-shadow: 0 16px 40px rgba(6,57,99,.08); }
.reco-project-search__intro { padding: 34px 36px 24px; text-align: center; }
.reco-project-search__intro .reco-eyebrow { justify-content: center; margin-bottom: 9px; }
.reco-project-search__intro h2 { margin: 0; color: var(--reco-blue); font-size: clamp(29px, 3.4vw, 42px); line-height: 1.15; }
.reco-project-search__intro p:last-child { margin: 8px 0 0; color: var(--reco-slate); }
.reco-project-search__tabs { display: grid; grid-template-columns: repeat(2, 1fr); padding: 0; margin: 0; border: 0; }
.reco-project-search__tabs label { position: relative; display: grid; min-height: 52px; place-items: center; color: #fff; font-size: 15px; font-weight: 750; cursor: pointer; }
.reco-project-search__tabs label:first-of-type { background: var(--reco-orange); }
.reco-project-search__tabs label:last-of-type { background: var(--reco-blue); }
.reco-project-search__tabs input { position: absolute; opacity: 0; }
.reco-project-search__tabs span { border-bottom: 2px solid transparent; }
.reco-project-search__tabs input:focus-visible + span { outline: 3px solid #fff; outline-offset: 5px; }
.reco-project-search__tabs input:checked + span { border-color: currentColor; }
.reco-project-search__fields { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px 28px; padding: 25px 20px 28px; }
.reco-project-search__fields label { display: grid; gap: 8px; color: #36526e; font-size: 14px; font-weight: 750; }
.reco-project-search__fields input, .reco-project-search__fields select { width: 100%; min-height: 44px; padding: 0 13px; border: 1px solid #cedbe5; border-radius: 7px; color: var(--reco-ink); background: #fff; font: inherit; font-size: 14px; font-weight: 400; }
.reco-project-search__fields input:focus, .reco-project-search__fields select:focus { border-color: var(--reco-blue); outline: 3px solid rgba(10,85,151,.15); }
.reco-project-search__actions { display: flex; align-items: end; gap: 16px; }
.reco-project-search__actions button { min-height: 44px; flex: 1; border: 0; border-radius: 7px; background: var(--reco-blue); color: #fff; font: inherit; font-size: 14px; font-weight: 800; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.reco-project-search__actions button:hover { background: var(--reco-blue-dark); transform: translateY(-1px); }
.reco-project-search__actions a { color: var(--reco-blue); font-size: 13px; font-weight: 700; white-space: nowrap; }
.reco-project-search__actions a:hover { color: var(--reco-orange); }
.reco-project-search__result { margin: 28px 0 18px; color: var(--reco-slate); font-size: 14px; font-weight: 650; }
.reco-project-grid--archive .reco-project-image { display: block; }
.reco-page-hero { padding: 86px 0 74px; color: white; background: linear-gradient(130deg, var(--reco-blue-dark), var(--reco-blue)); }
.reco-page-hero p { max-width: 620px; margin: 20px 0 0; color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.65; }
.reco-about-banner { position: relative; overflow: hidden; background: var(--reco-blue-dark); }
.reco-about-banner img { display: block; width: 100%; max-height: 540px; object-fit: cover; object-position: center; }
.reco-about-banner::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,42,75,.82), rgba(4,42,75,.15) 68%); content: ''; }
.reco-about-banner__content { position: absolute; z-index: 1; bottom: clamp(28px, 6vw, 78px); left: max(24px, calc((100% - 1180px) / 2)); max-width: min(680px, calc(100% - 48px)); color: #fff; }
.reco-about-banner__content .reco-eyebrow { color: #fff; }
.reco-about-banner__content h1 { margin: 10px 0 0; color: #fff; font-size: clamp(34px, 5vw, 64px); line-height: 1.08; letter-spacing: -.035em; }
.reco-news-hero { position: relative; isolation: isolate; padding: 54px 0 66px; overflow: hidden; color: #fff; background-image: linear-gradient(90deg, rgba(3, 25, 44, .9), rgba(3, 25, 44, .72)), var(--reco-news-hero-image, linear-gradient(130deg, var(--reco-blue-dark), var(--reco-blue))); background-position: center; background-size: cover; }
.reco-news-hero::after { position: absolute; z-index: -1; inset: 0; content: ''; background: linear-gradient(0deg, rgba(3, 25, 44, .24), transparent 55%); }
.reco-news-hero__content { position: relative; z-index: 1; max-width: 900px; }
.reco-news-hero .reco-breadcrumbs { margin-bottom: 24px; }
.reco-news-hero .reco-kicker { color: var(--reco-orange); }
.reco-news-hero h1 { max-width: 900px; margin: 0; color: #fff; font-size: clamp(36px, 4.5vw, 58px); line-height: 1.14; letter-spacing: -.025em; }
.reco-news-single__date { display: block; margin-top: 22px; color: rgba(255,255,255,.68); font-size: 14px; }
.reco-news-single__layout { display: grid; grid-template-columns: minmax(0, 780px) minmax(250px, 300px); align-items: start; justify-content: space-between; gap: clamp(34px, 6vw, 82px); padding-top: 64px; padding-bottom: 32px; }
.reco-news-single__content { width: 100%; margin: 0; }
.reco-news-single__mobile-toc { display: none; }
.reco-news-single__featured-image { margin: 0 0 42px !important; overflow: hidden; border-radius: var(--reco-radius); box-shadow: var(--reco-shadow); }
.reco-news-single__featured-image img { width: 100%; }
.reco-news-tags { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; padding-top: 28px; margin-top: 42px; border-top: 1px solid #dce7ef; }
.reco-news-tags > span { color: var(--reco-blue-dark); font-size: 13px; font-weight: 800; }
.reco-news-tags__list { display: flex; flex-wrap: wrap; gap: 8px; }
.reco-news-tags a { padding: 7px 11px; border: 1px solid #cbdde9; border-radius: 999px; color: var(--reco-blue); font-size: 12px; font-weight: 700; line-height: 1.2; text-decoration: none; background: #f4f9fc; }
.reco-news-tags a:hover { border-color: var(--reco-orange); color: #fff; background: var(--reco-orange); }
.reco-news-single__sidebar { min-width: 0; }
.reco-news-sidebar { position: sticky; top: 94px; display: grid; gap: 22px; }
.reco-news-sidebar__section { padding: 23px; border: 1px solid #d8e4ed; border-radius: 14px; background: #fff; box-shadow: 0 10px 28px rgba(6,57,99,.07); }
.reco-news-sidebar__title { margin: 0 0 14px; color: var(--reco-blue-dark); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.reco-news-toc { padding: 24px 20px 25px; border: 1px solid #c9dce9; border-radius: 14px; background: linear-gradient(145deg, #fff, #f1f7fb); box-shadow: 0 12px 30px rgba(6,57,99,.09); }
.reco-news-toc .reco-news-sidebar__title { position: relative; padding: 0 4px 15px 16px; margin: 0 0 18px; border-bottom: 1px solid #c9dce9; color: var(--reco-blue-dark); font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.reco-news-toc .reco-news-sidebar__title::before { position: absolute; top: 1px; bottom: 16px; left: 0; width: 4px; border-radius: 999px; content: ''; background: var(--reco-orange); }
.reco-news-toc .reco-news-sidebar__title::after { position: absolute; bottom: -1px; left: 16px; width: 42px; height: 2px; content: ''; background: var(--reco-orange); }
.reco-news-toc ol { display: grid; gap: 14px; padding: 0 3px; margin: 0; list-style: none; counter-reset: reco-toc-item; }
.reco-news-toc__item--level-2 { display: grid; grid-template-columns: 24px minmax(0, 1fr); gap: 8px; align-items: start; counter-increment: reco-toc-item; }
.reco-news-toc__item--level-2::before { padding-top: 1px; color: var(--reco-orange); content: counter(reco-toc-item, decimal-leading-zero); font-size: 12px; font-weight: 800; line-height: 1.45; }
.reco-news-toc a { display: block; color: #50667b; font-size: 12px; font-weight: 600; line-height: 1.42; text-decoration: none; transition: color .2s ease; }
.reco-news-toc a:hover, .reco-news-toc a[aria-current="true"] { color: var(--reco-blue-dark); }
.reco-news-toc a[aria-current="true"] { font-weight: 800; }
.reco-news-toc__item--level-3 { position: relative; padding-left: 32px; margin-top: -6px; }
.reco-news-toc__item--level-3::before { position: absolute; top: .55em; left: 11px; width: 5px; height: 5px; border: 1px solid var(--reco-orange); border-radius: 50%; content: ''; }
.reco-news-sidebar__category { display: inline-flex; margin-bottom: 13px; color: var(--reco-orange); font-size: 15px; font-weight: 800; text-decoration: none; }
.reco-news-sidebar__section ul { display: grid; gap: 9px; padding: 0; margin: 0; list-style: none; }
.reco-news-sidebar__section li a { color: #50667b; font-size: 14px; text-decoration: none; }
.reco-news-sidebar__section li a:hover { color: var(--reco-blue); }
.reco-news-sidebar__latest { display: block; }
.reco-news-sidebar__latest-item { display: flex !important; min-width: 0; align-items: flex-start; gap: 11px; padding: 14px 0; color: var(--reco-ink); text-decoration: none; }
.reco-news-sidebar__latest-item > br, .reco-news-sidebar__latest-content > br, .reco-news-sidebar__thumb > br { display: none; }
.reco-news-sidebar__latest-item:first-child { padding-top: 0; }
.reco-news-sidebar__latest-item + .reco-news-sidebar__latest-item { border-top: 1px solid #e2eaf0; }
.reco-news-sidebar__thumb { display: block; width: 76px; height: 58px; flex: 0 0 76px; align-self: flex-start; margin: 0 !important; overflow: hidden; border-radius: 8px; background: linear-gradient(135deg, #dceaf3, #8db3cf); }
.reco-news-sidebar__thumb img { width: 100%; height: 100%; object-fit: cover; transition: opacity .2s ease; }
.reco-news-sidebar__thumb-placeholder { display: block; width: 100%; height: 100%; background: linear-gradient(145deg, rgba(255,255,255,.18), transparent), linear-gradient(135deg, var(--reco-blue), var(--reco-blue-dark)); }
.reco-news-sidebar__latest-content { display: flex !important; min-width: 0; flex: 1 1 auto; flex-direction: column; align-self: flex-start; margin: 0 !important; }
.reco-news-sidebar__latest time { display: block; margin: 0 0 5px; color: #668198; font-size: 10px; font-weight: 600; letter-spacing: .035em; line-height: 1.3; }
.reco-news-sidebar__latest-title { display: -webkit-box; overflow: hidden; color: var(--reco-ink); font-family: var(--reco-font-body); font-size: 12.5px; font-weight: 600; letter-spacing: -.01em; line-height: 1.46; -webkit-box-orient: vertical; -webkit-line-clamp: 3; transition: color .2s ease; }
.reco-news-sidebar__latest-item:hover .reco-news-sidebar__latest-title { color: var(--reco-blue); }
.reco-news-sidebar__latest-item:hover .reco-news-sidebar__thumb img { opacity: .88; }
.reco-related-news { padding: 42px 0 52px; border-top: 1px solid #cbdde9; background: linear-gradient(135deg, #edf5fa, #e3eff7); }
.reco-related-news__heading { margin-bottom: 24px; }
.reco-related-news__heading h2 { margin: 0; color: var(--reco-ink); font-size: clamp(25px, 2.5vw, 34px); line-height: 1.15; letter-spacing: -.025em; }
.reco-related-news .reco-eyebrow { margin-bottom: 7px; font-size: 10px; }
.reco-related-news__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.reco-related-news .reco-card { overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.reco-related-news .reco-card:hover { box-shadow: none; transform: none; }
.reco-related-news .reco-news-card__image { display: block; height: 132px; overflow: hidden; border-radius: 8px; background: linear-gradient(135deg, #bdd6e9, #5d8db7); }
.reco-related-news .reco-news-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.reco-related-news .reco-card:hover .reco-news-card__image img { transform: scale(1.04); }
.reco-related-news .reco-card-body { padding: 11px 1px 0; }
.reco-related-news .reco-card-body time { display: block; margin-bottom: 6px; color: #7790a4; font-size: 11px; font-weight: 700; }
.reco-related-news .reco-card h3 { font-size: 16px; line-height: 1.36; }
.reco-related-news .reco-card h3 a { color: var(--reco-ink); }
.reco-related-news .reco-card h3 a:hover { color: var(--reco-blue); }
.reco-related-news .reco-card p { display: -webkit-box; margin-top: 7px; overflow: hidden; color: #6b7e8f; font-size: 12px; line-height: 1.48; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.reco-project-hero { position: relative; isolation: isolate; padding: 54px 0 66px; overflow: hidden; color: #fff; background-image: linear-gradient(90deg, rgba(3, 25, 44, .86), rgba(3, 25, 44, .7)), var(--reco-project-hero-image, linear-gradient(130deg, var(--reco-blue-dark), var(--reco-blue))); background-position: center; background-size: cover; }
.reco-project-hero::after { position: absolute; z-index: -1; inset: 0; content: ''; background: linear-gradient(0deg, rgba(3, 25, 44, .2), transparent 55%); }
.reco-project-hero__content { position: relative; z-index: 1; }
.reco-breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 28px; color: rgba(255,255,255,.82); font-size: 13px; }
.reco-breadcrumbs a { color: #fff; text-decoration: none; }
.reco-breadcrumbs a:hover { color: var(--reco-orange); }
.reco-project-hero__category { margin: 0 0 12px; color: var(--reco-orange); font-size: 13px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.reco-project-hero h1 { max-width: 900px; margin: 0; color: #fff; font-size: clamp(40px, 5vw, 64px); line-height: 1.12; letter-spacing: -.025em; }
.reco-project-section-nav { position: sticky; z-index: 19; top: 0; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(3,38,66,.8); color: #fff; background: linear-gradient(110deg, var(--reco-blue-dark), #075e9d); box-shadow: 0 8px 22px rgba(3,38,66,.18); }
.reco-project-section-nav[hidden] { display: none; }
.reco-project-section-nav__inner { display: flex; min-height: 66px; align-items: center; justify-content: center; gap: 18px; }
.reco-project-section-nav__inner > p { display: none; }
.reco-project-section-nav__logo { display: inline-flex; min-width: 88px; min-height: 46px; flex: 0 0 auto; align-items: center; justify-content: center; align-self: center; padding: 5px 12px; border: 1px solid rgba(255,255,255,.7); border-radius: 10px; background: rgba(255,255,255,.96); box-shadow: 0 5px 14px rgba(2,34,58,.2); }
.reco-project-section-nav__logo-image { display: block; width: auto; max-width: 92px; max-height: 44px; object-fit: contain; }
.reco-project-section-nav__toggle { display: none; }
.reco-project-section-nav__links { display: flex; min-width: 0; flex: 0 1 auto; justify-content: center; gap: 4px; padding: 7px 0; overflow-x: auto; overscroll-behavior-inline: contain; scroll-behavior: smooth; scrollbar-width: none; }
.reco-project-section-nav__links::-webkit-scrollbar { display: none; }
.reco-project-section-nav__links a { display: inline-flex; min-height: 40px; flex: 0 0 auto; align-items: center; padding: 0 15px; border: 1px solid transparent; border-radius: 8px; color: rgba(255,255,255,.88); font-size: 13px; font-weight: 700; line-height: 1.25; white-space: nowrap; scroll-snap-align: start; transition: border-color .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
.reco-project-section-nav__links a:hover { border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.12); color: #fff; }
.reco-project-section-nav__links a[aria-current="true"] { border-color: rgba(255,255,255,.18); background: var(--reco-orange); color: #fff; box-shadow: 0 6px 16px rgba(2,34,58,.26); }
.reco-project-section-nav__links a:focus-visible { outline: 3px solid rgba(245,131,31,.65); outline-offset: 2px; }
@media (prefers-reduced-motion: reduce) {
	.reco-project-section-nav__toggle, .reco-project-section-nav__links { transition: none; scroll-behavior: auto; }
}
.reco-project-shell .reco-article h2 { scroll-margin-top: 150px; }
.reco-project-shell .reco-article { margin-top: 58px; }
.reco-project-news { padding-top: 14px; }
.reco-project-news__grid { margin-top: 28px; }
.reco-project-news__image { display: block; min-height: 234px; background: linear-gradient(135deg, #bdd6e9, #5d8db7); }
.reco-project-news__image img { display: block; width: 100%; height: 234px; object-fit: cover; }
.reco-project-news__card h3 a { color: inherit; text-decoration: none; }
.reco-project-news__card h3 a:hover { color: var(--reco-blue); }
.reco-project-advisors { position: relative; padding: 68px 0; overflow: hidden; background: #edf4f8; }
.reco-project-advisors::after { position: absolute; right: -170px; bottom: -330px; width: 520px; height: 520px; border: 1px solid rgba(10,85,151,.12); border-radius: 50%; content: ''; pointer-events: none; }
.reco-project-advisors .reco-container { position: relative; z-index: 1; }
.reco-project-advisors__heading { margin-bottom: 25px; }
.reco-project-advisors__toolbar { display: flex; min-height: 42px; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 14px; }
.reco-project-advisors__toolbar > p { margin: 0; color: #607b8f; font-size: 13px; font-weight: 750; }
.reco-project-advisors__controls { display: flex; gap: 8px; }
.reco-project-advisors__controls button { display: grid; width: 40px; height: 40px; place-items: center; padding: 0; border: 1px solid #bfd1dd; border-radius: 50%; color: var(--reco-blue-dark); background: #fff; cursor: pointer; transition: border-color .2s ease, color .2s ease, background .2s ease; }
.reco-project-advisors__controls button:hover { border-color: var(--reco-blue); color: #fff; background: var(--reco-blue); }
.reco-project-advisors__controls button:disabled { opacity: .38; cursor: default; }
.reco-project-advisors__controls button:disabled:hover { border-color: #bfd1dd; color: var(--reco-blue-dark); background: #fff; }
.reco-project-advisors__controls svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.reco-project-advisors__viewport { overflow: hidden; }
.reco-project-advisors__grid { display: flex; gap: 18px; padding: 4px 3px 18px; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.reco-project-advisors__grid::-webkit-scrollbar { display: none; }
.reco-project-advisors__grid > p:empty, .reco-project-advisor-card > p:empty { display: none; }
.reco-project-advisor-card { display: grid; min-width: calc((100% - 36px) / 3); flex: 0 0 calc((100% - 36px) / 3); grid-template-columns: 92px minmax(0, 1fr); gap: 18px; align-items: start; padding: 20px; border: 1px solid #d4e2eb; border-radius: 16px; background: #fff; box-shadow: 0 10px 26px rgba(6,57,99,.08); scroll-snap-align: start; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.reco-project-advisors__grid--count-1 .reco-project-advisor-card { min-width: 100%; flex-basis: 100%; }
.reco-project-advisors__grid--count-2 .reco-project-advisor-card { min-width: calc((100% - 18px) / 2); flex-basis: calc((100% - 18px) / 2); }
.reco-project-advisors__grid--count-1 .reco-project-advisor-card, .reco-project-advisors__grid--count-2 .reco-project-advisor-card { grid-template-columns: 108px minmax(0, 1fr); gap: 22px; align-items: center; padding: 24px; }
.reco-project-advisors__grid--count-1 .reco-project-advisor-card__media, .reco-project-advisors__grid--count-2 .reco-project-advisor-card__media { width: 108px; height: 108px; }
.reco-project-advisors__grid--count-1 .reco-project-advisor-card__body, .reco-project-advisors__grid--count-2 .reco-project-advisor-card__body { display: grid; grid-template-columns: minmax(0, 1fr) auto; column-gap: 18px; align-items: center; }
.reco-project-advisors__grid--count-1 .reco-project-advisor-card__body > p, .reco-project-advisors__grid--count-2 .reco-project-advisor-card__body > p, .reco-project-advisors__grid--count-1 .reco-project-advisor-card h3, .reco-project-advisors__grid--count-2 .reco-project-advisor-card h3, .reco-project-advisors__grid--count-1 .reco-project-advisor-card__contacts, .reco-project-advisors__grid--count-2 .reco-project-advisor-card__contacts { grid-column: 1; }
.reco-project-advisors__grid--count-1 .reco-project-advisor-card__body > p, .reco-project-advisors__grid--count-2 .reco-project-advisor-card__body > p { overflow: visible; white-space: normal; }
.reco-project-advisors__grid--count-1 .reco-project-advisor-card h3, .reco-project-advisors__grid--count-2 .reco-project-advisor-card h3 { overflow: visible; font-size: 21px; text-overflow: clip; white-space: normal; }
.reco-project-advisors__grid--count-1 .reco-project-advisor-card__cta, .reco-project-advisors__grid--count-2 .reco-project-advisor-card__cta { min-width: 126px; min-height: 48px; grid-column: 2; grid-row: 1 / span 3; justify-content: center; align-self: center; padding: 0 13px; margin: 0; border: 0; border-radius: 10px; color: #fff; background: var(--reco-blue); text-align: center; }
.reco-project-advisors__grid--count-1 .reco-project-advisor-card__cta:hover, .reco-project-advisors__grid--count-2 .reco-project-advisor-card__cta:hover { background: var(--reco-orange-accessible); }
.reco-project-advisors__grid--count-1 .reco-project-advisor-card__cta span, .reco-project-advisors__grid--count-2 .reco-project-advisor-card__cta span { display: none; }
.reco-project-advisor-card:hover { border-color: #aac6d9; box-shadow: 0 16px 34px rgba(6,57,99,.13); transform: translateY(-3px); }
.reco-project-advisor-card__media { display: block; width: 92px; height: 92px; overflow: hidden; border: 3px solid #edf4f8; border-radius: 50%; background: linear-gradient(145deg, #dce9f1, #f7fafc); }
.reco-project-advisor-card > .reco-project-advisor-card__media { grid-column: 1; }
.reco-project-advisor-card__media img { width: 100%; height: 100%; object-fit: cover; object-position: center center; transition: transform .3s ease; }
.reco-project-advisor-card:hover .reco-project-advisor-card__media img { transform: scale(1.035); }
.reco-project-advisor-card__media > span { display: grid; width: 100%; height: 100%; place-items: center; color: var(--reco-blue); font-size: 36px; font-weight: 800; }
.reco-project-advisor-card__body { min-width: 0; }
.reco-project-advisor-card > .reco-project-advisor-card__body { grid-column: 2; }
.reco-project-advisor-card__body > p { overflow: hidden; margin: 0 0 5px; color: var(--reco-orange-accessible); font-size: 9px; font-weight: 800; letter-spacing: .055em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.reco-project-advisor-card h3 { overflow: hidden; margin: 0; color: var(--reco-blue-dark); font-size: 19px; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }
.reco-project-advisor-card h3 a:hover { color: var(--reco-blue); }
.reco-project-advisor-card__contacts { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.reco-project-advisor-card__contacts a { display: inline-flex; min-height: 31px; align-items: center; gap: 6px; padding: 0 8px; border-radius: 7px; color: #31566f; background: #edf4f8; font-size: 10px; font-weight: 750; }
.reco-project-advisor-card__contacts a:hover { color: #fff; background: var(--reco-blue); }
.reco-project-advisor-card__contacts svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.reco-project-advisor-card__contacts strong { display: grid; width: 18px; height: 18px; place-items: center; border-radius: 5px; color: #fff; background: #168d48; font-size: 7px; }
.reco-project-advisor-card__cta { display: flex; min-height: 34px; align-items: center; justify-content: space-between; gap: 10px; padding-top: 12px; margin-top: 12px; border-top: 1px solid #e3ebf0; color: var(--reco-blue); font-size: 11px; font-weight: 800; }
.reco-project-advisor-card__cta span { font-size: 17px; transition: transform .2s ease; }
.reco-project-advisor-card__cta:hover span { transform: translateX(4px); }
.reco-project-advisors__empty { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 28px; border: 1px dashed #b8cbd9; border-radius: 16px; background: rgba(255,255,255,.75); }
.reco-project-advisors__empty p { margin: 0; color: var(--reco-slate); }
.reco-project-shell .wp-block-details:has(summary:only-child) { display: none; }
.reco-project-shell .reco-article h2 { position: relative; margin: 58px 0 22px; padding: 18px 24px 18px 30px; overflow: hidden; border: 1px solid #0d669f; border-radius: 16px; color: #fff; font-size: clamp(25px, 3vw, 34px); line-height: 1.25; background: linear-gradient(110deg, var(--reco-blue-dark), var(--reco-blue)); box-shadow: 0 12px 28px rgba(6, 57, 99, .2); }
.reco-project-shell .reco-article h2:first-child { margin-top: 0; }
.reco-project-shell .reco-article h2::before { position: absolute; top: 15px; bottom: 15px; left: 0; width: 5px; border-radius: 0 999px 999px 0; content: ''; background: linear-gradient(var(--reco-orange), var(--reco-orange-accessible)); }
.reco-project-shell .reco-article h2::after { position: absolute; top: 0; right: 26px; width: 62px; height: 3px; border-radius: 0 0 999px 999px; content: ''; background: var(--reco-orange); }
.reco-project-quote { position: relative; padding: clamp(72px, 8vw, 116px) 0; overflow: hidden; background-image: linear-gradient(90deg, rgba(247,246,241,.96), rgba(247,246,241,.9) 56%, rgba(247,246,241,.82)), var(--reco-project-quote-image, linear-gradient(125deg, #dce7ed, #f7f6f1)); background-position: center; background-size: cover; }
.reco-project-quote::after { position: absolute; inset: 0; content: ''; background: linear-gradient(90deg, rgba(255,255,255,.18), transparent 55%); pointer-events: none; }
.reco-project-quote .reco-container { position: relative; z-index: 1; }
.reco-project-quote__panel { display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); gap: clamp(40px, 7vw, 92px); align-items: center; }
.reco-project-quote__intro { min-width: 0; }
.reco-project-quote__intro .reco-eyebrow { margin-bottom: 16px; color: var(--reco-orange); }
.reco-project-quote__intro h2 { max-width: 520px; margin: 0; color: var(--reco-blue-dark); font-size: clamp(38px, 4vw, 56px); font-weight: 600; line-height: 1.06; letter-spacing: -.045em; }
.reco-project-quote__intro > p:last-of-type { max-width: 510px; margin: 22px 0 0; color: #4c6173; font-size: 16px; line-height: 1.72; }
.reco-project-quote__media { max-width: 520px; margin: 32px 0 0; overflow: hidden; border: 1px solid rgba(6,57,99,.22); border-radius: 10px; background: var(--reco-blue-dark); box-shadow: 0 18px 42px rgba(30,48,63,.18); }
.reco-project-quote__media img { width: 100%; aspect-ratio: 1.72; object-fit: cover; }
.reco-project-quote__form, .reco-project-quote__review { padding: clamp(28px, 3vw, 42px); border: 1px solid rgba(107,91,62,.19); border-radius: 12px; background: rgba(255,253,248,.97); color: var(--reco-ink); box-shadow: 0 22px 55px rgba(40,49,51,.16); }
.reco-project-quote__form-kicker { margin: 0 0 7px; color: #8b7653; font-size: 11px; font-weight: 800; letter-spacing: .12em; line-height: 1.3; }
.reco-project-quote__form h3 { margin: 0 0 24px; color: var(--reco-blue-dark); font-size: clamp(24px, 2.2vw, 30px); line-height: 1.2; letter-spacing: -.025em; }
.reco-project-quote__fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }
.reco-project-quote__fields > br { display: none; }
.reco-project-quote__field { display: grid; gap: 7px; color: #29465f; font-size: 13px; font-weight: 700; }
.reco-project-quote__field--full { grid-column: 1 / -1; }
.reco-project-quote__field input, .reco-project-quote__field textarea { width: 100%; border: 1px solid #d8d2c5; border-radius: 7px; background: #fffefa; color: var(--reco-ink); font: inherit; font-size: 15px; font-weight: 400; line-height: 1.5; }
.reco-project-quote__field input { min-height: 50px; padding: 0 14px; }
.reco-project-quote__field textarea { min-height: 116px; padding: 12px 14px; resize: vertical; }
.reco-project-quote__field input:focus, .reco-project-quote__field textarea:focus { border-color: var(--reco-blue); outline: 3px solid rgba(10,85,151,.16); }
.reco-project-quote__field input[aria-invalid="true"], .reco-project-quote__field textarea[aria-invalid="true"] { border-color: #c33a33; }
.reco-project-quote__error { min-height: 1.25em; color: #b22d28; font-size: 12px; font-weight: 600; line-height: 1.35; }
.reco-project-quote__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.reco-project-quote__submit, .reco-project-quote__edit, .reco-project-quote__confirm { min-height: 50px; padding: 0 20px; border: 1px solid transparent; border-radius: 7px; background: var(--reco-orange); color: #fff; font: inherit; font-size: 13px; font-weight: 800; letter-spacing: .05em; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.reco-project-quote__submit { width: 100%; background: var(--reco-blue-dark); }
.reco-project-quote__submit::after { margin-left: 12px; content: '→'; font-size: 17px; line-height: 1; }
.reco-project-quote__submit:hover { background: var(--reco-blue); transform: translateY(-2px); }
.reco-project-quote__confirm:hover { background: var(--reco-orange-accessible); transform: translateY(-2px); }
.reco-project-quote__edit { border-color: #b8cddb; background: #fff; color: var(--reco-blue-dark); }
.reco-project-quote__edit:hover { background: #f0f7fb; }
.reco-project-quote__status { min-height: 1.4em; margin: 15px 0 0; color: #496178; font-size: 13px; line-height: 1.45; }
.reco-project-quote__review h3 { margin: 0; color: var(--reco-blue-dark); font-size: 25px; }
.reco-project-quote__review p { margin: 8px 0 0; color: var(--reco-slate); font-size: 14px; line-height: 1.55; }
.reco-project-quote__summary { display: grid; gap: 12px; padding: 0; margin: 23px 0 0; }
.reco-project-quote__summary div { display: grid; gap: 5px; padding-bottom: 12px; border-bottom: 1px solid var(--reco-line); }
.reco-project-quote__summary dt { color: #5d7287; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.reco-project-quote__summary dd { margin: 0; color: var(--reco-ink); font-size: 15px; line-height: 1.5; white-space: pre-wrap; }
.reco-project-breadcrumb { display: flex; min-height: 76px; align-items: center; gap: 7px; color: #66788b; font-size: 17px; }
.reco-project-breadcrumb a { color: var(--reco-blue); transition: color .2s ease; }
.reco-project-breadcrumb a:hover { color: var(--reco-orange-accessible); }
.reco-project-title { padding-top: 4px; padding-bottom: 24px; }
.reco-project-title .reco-eyebrow { margin-bottom: 8px; }
.reco-project-title h1 { max-width: 920px; margin: 0; color: var(--reco-blue-dark); font-size: clamp(32px, 4.6vw, 58px); line-height: 1.08; letter-spacing: -.04em; }
.reco-project-title__address { display: flex; max-width: 920px; align-items: flex-start; gap: 9px; margin: 13px 0 0; color: #526a80; font-size: 16px; font-weight: 500; line-height: 1.5; }
.reco-project-title__address svg { width: 20px; height: 20px; flex: 0 0 20px; margin-top: 2px; color: var(--reco-orange-accessible); }
.reco-project-slider { width: 100%; padding: 50px 0; background: linear-gradient(135deg, var(--reco-blue-dark) 0%, var(--reco-blue) 100%); }
.reco-project-slider__inner { position: relative; width: min(100% - 40px, 1400px); }
.reco-project-slider__track, .reco-project-slider__track .wp-block-gallery, .reco-project-slider__gallery { width: 100%; height: 454px; margin: 0 !important; }
.reco-project-slider__track .wp-block-gallery, .reco-project-slider__gallery { display: grid; grid-template-columns: 1.5fr 1.5fr 1fr; grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 14px 20px; }
.reco-project-slider__track .wp-block-image { position: relative; display: block; overflow: hidden; width: 100% !important; height: 100%; margin: 0 !important; border: 1px solid rgba(255,255,255,.18); border-radius: 5px; background: #dfe6eb; box-shadow: 0 12px 30px rgba(1, 24, 42, .24); }
.reco-project-slider__track .wp-block-image:nth-child(1), .reco-project-slider__track .wp-block-image:nth-child(2) { grid-row: 1 / -1; }
.reco-project-slider__track .wp-block-image:nth-child(n+5) { display: none !important; }
.reco-project-slider__track .wp-block-image a { display: block; width: 100%; height: 100%; }
.reco-project-slider__track img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.reco-project-slider__track .wp-block-image:hover img { transform: scale(1.02); }
.reco-project-slider__track .wp-block-image { cursor: zoom-in; }
.reco-project-slider__arrow, .reco-project-slider__dots, .reco-project-slider__status { display: none; }
.reco-project-slider:focus-visible { outline: 3px solid var(--reco-orange); outline-offset: -3px; }
.reco-project-lightbox { width: 100vw; max-width: none; height: 100vh; max-height: none; padding: 24px; border: 0; overflow: hidden; color: #fff; background: rgba(2, 14, 25, .94); }
.reco-project-lightbox:not([hidden]) { position: fixed; z-index: 1000000; inset: 0; display: grid; grid-template-columns: minmax(0, 1fr); place-items: center; }
.reco-project-lightbox[hidden] { display: none !important; }
body.reco-lightbox-open { overflow: hidden; }
.reco-project-lightbox figure { position: relative; display: grid; width: 100%; min-width: 0; height: calc(100vh - 48px); place-items: center; margin: 0; }
.reco-project-lightbox img { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: contain; box-shadow: 0 24px 70px rgba(0,0,0,.45); }
.reco-project-lightbox figcaption { position: absolute; right: 14px; bottom: 14px; padding: 7px 10px; border-radius: 4px; background: rgba(0,0,0,.7); font-size: 15px; }
.reco-project-lightbox figcaption b { font-weight: 400; }
.reco-project-lightbox button { display: grid; width: 46px; height: 46px; padding: 0; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; color: #fff; background: rgba(7,56,91,.75); cursor: pointer; transition: background .2s ease, border-color .2s ease; }
.reco-project-lightbox button:hover { border-color: #fff; background: var(--reco-blue); }
.reco-project-lightbox button:focus-visible { outline: 3px solid var(--reco-orange); outline-offset: 3px; }
.reco-project-lightbox button svg { width: 25px; height: 25px; }
.reco-project-lightbox__close { position: absolute; z-index: 2; top: 20px; right: 20px; }
.reco-project-lightbox figure { grid-column: 1; grid-row: 1; }
.reco-project-lightbox__arrow { position: absolute; z-index: 2; top: 50%; transform: translateY(-50%); }
.reco-project-lightbox__arrow--previous { left: 20px; }
.reco-project-lightbox__arrow--next { right: 20px; }
.reco-luxury-overview { width: 100%; padding: clamp(44px, 5vw, 76px) clamp(20px, 4vw, 72px); background: #f7f9fb; }
.reco-luxury-overview__grid { position: relative; display: grid; width: min(100%, 1600px); min-height: clamp(440px, 42vw, 650px); grid-template-columns: minmax(0, 68%) minmax(320px, 32%); align-items: stretch; margin: 0 auto; }
.reco-luxury-overview__media { height: 100%; min-height: 0; margin: 0; overflow: hidden; background: #dce8f0; box-shadow: 0 18px 46px rgba(15, 48, 75, .13); }
.reco-luxury-overview__image { display: block; width: 100%; height: 100%; object-fit: cover; }
.reco-luxury-overview__card { position: relative; z-index: 1; height: calc(100% - 34px); align-self: center; padding: clamp(26px, 3vw, 46px); overflow-y: auto; border-left: 7px solid var(--reco-orange); border-right: 7px solid var(--reco-blue-dark); background: rgba(255,255,255,.98); box-shadow: 0 16px 42px rgba(12, 43, 69, .17); scrollbar-width: thin; scrollbar-color: var(--reco-orange) #e8eef2; }
.reco-luxury-overview__card::before { position: absolute; top: 42%; left: -22px; border-top: 22px solid transparent; border-right: 22px solid var(--reco-orange); border-bottom: 22px solid transparent; content: ''; }
.reco-luxury-overview__content { color: #263c4f; font-size: clamp(14px, 1.05vw, 16px); line-height: 1.65; }
.reco-luxury-overview__content > :first-child { margin-top: 0; }
.reco-luxury-overview__content > :last-child { margin-bottom: 0; }
.reco-luxury-overview__content p { margin: 0 0 1em; }
.reco-luxury-overview__content ul, .reco-luxury-overview__content ol { padding-left: 1.25em; margin: 1em 0; }
.reco-luxury-overview__content li + li { margin-top: .48em; }
.reco-luxury-overview__content h2, .reco-luxury-overview__content h3 { margin: 0 0 .65em; color: var(--reco-blue-dark); font-size: clamp(24px, 2.5vw, 36px); line-height: 1.2; letter-spacing: -.025em; }
.reco-luxury-overview__content strong { color: #102f48; }
.reco-article { width: min(780px, calc(100% - 40px)); margin: 70px auto 100px; font-size: 18px; line-height: 1.75; }
.reco-project-shell .reco-article { width: min(1160px, calc(100% - 40px)); }
.reco-article > * + * { margin-top: 1.3em; }
.reco-article h2 { margin-top: 2.2em; font-size: 30px; line-height: 1.25; letter-spacing: -.02em; }
.reco-article h3 { margin-top: 1.8em; font-size: 23px; line-height: 1.3; letter-spacing: -.015em; }
.reco-article a { color: var(--reco-blue); text-decoration: underline; }
/* Project article hierarchy and apartment-plan tabs. */
.reco-project-shell .reco-article h3 { position: relative; margin: 44px 0 20px; padding: 13px 20px 13px 24px; border: 1px solid #d7e4ef; border-left: 5px solid var(--reco-orange); border-radius: 12px; color: var(--reco-blue-dark); font-size: clamp(20px, 2.3vw, 25px); font-weight: 700; letter-spacing: -.02em; background: linear-gradient(100deg, #f4f8fb, #fff); box-shadow: 0 8px 22px rgba(6, 57, 99, .07); }
.reco-project-shell .reco-article h3::after { position: absolute; right: 18px; bottom: -1px; width: 42px; height: 2px; border-radius: 999px 999px 0 0; content: ''; background: var(--reco-orange); }
/* Premium image-and-copy banners used for project amenity highlights. */
.reco-project-shell .reco-article .wp-block-media-text:has(h3) { margin: 52px 0; overflow: hidden; border: 1px solid #d6e1e9; border-radius: 18px; background: #063d6d; box-shadow: 0 18px 42px rgba(5, 44, 79, .16); }
.reco-project-shell .reco-article .wp-block-media-text:has(h3) .wp-block-media-text__media { align-self: stretch; min-height: 0; background: #e9eef2; }
.reco-project-shell .reco-article .wp-block-media-text:has(h3) .wp-block-media-text__media img { width: 100%; height: 100%; min-height: 0; object-fit: cover; }
.reco-project-shell .reco-article .wp-block-media-text:has(h3) .wp-block-media-text__content { display: flex; min-width: 0; min-height: 0; flex-direction: column; justify-content: center; padding: 30px !important; background: linear-gradient(145deg, #083f6e 0%, #07578e 100%); }
.reco-project-shell .reco-article .wp-block-media-text:has(h3) h3 { margin: 0 0 16px; padding: 0 0 16px; border: 0; border-bottom: 1px solid rgba(245, 131, 31, .55); border-radius: 0; color: #fff !important; font-size: clamp(24px, 2.25vw, 30px); font-weight: 600; letter-spacing: -.03em; line-height: 1.2; background: none; box-shadow: none; }
.reco-project-shell .reco-article .wp-block-media-text:has(h3) h3::before { display: block; margin-bottom: 13px; color: var(--reco-orange); content: 'TRẢI NGHIỆM ĐẶC QUYỀN'; font-size: 11px; font-weight: 800; letter-spacing: .16em; line-height: 1.2; }
.reco-project-shell .reco-article .wp-block-media-text:has(h3) h3::after { right: auto; bottom: -1px; left: 0; width: 56px; height: 3px; background: var(--reco-orange); }
.reco-project-shell .reco-article .wp-block-media-text:has(h3) .wp-block-media-text__content > p { margin: 0; color: rgba(255, 255, 255, .88) !important; font-size: 16px !important; line-height: 1.6 !important; }
.reco-project-shell .reco-article .wp-block-media-text:has(h3) .wp-block-media-text__content > p strong { color: #fff; font-weight: 700; }
.reco-project-shell .reco-article .gutena-tabs-block { gap: 14px; padding: clamp(14px, 2.5vw, 24px); border: 1px solid #d6e3ed; border-radius: 20px; background: linear-gradient(135deg, #f6faff, #edf5fa); box-shadow: 0 16px 36px rgba(6, 57, 99, .09); }
.reco-project-shell .reco-article .gutena-tabs-block > .gutena-tabs-tab { gap: 8px; padding: 7px; overflow-x: auto; border: 1px solid #d4e2ed; border-radius: 15px; background: rgba(255, 255, 255, .86); scrollbar-width: thin; }
.reco-project-shell .reco-article .gutena-tabs-block > .gutena-tabs-tab > .gutena-tab-title { flex: 0 0 auto; padding: 10px 17px; border: 1px solid #b8cad9 !important; border-radius: 10px !important; background: #fff !important; color: #35516a !important; font-size: 13px; font-weight: 700; letter-spacing: .01em; line-height: 1.35; text-transform: none; transition: color .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.reco-project-shell .reco-article .gutena-tabs-block > .gutena-tabs-tab > .gutena-tab-title:hover { border-color: var(--reco-blue) !important; background: #eef6fc !important; color: var(--reco-blue-dark) !important; box-shadow: 0 5px 12px rgba(6, 57, 99, .1); }
.reco-project-shell .reco-article .gutena-tabs-block > .gutena-tabs-tab > .gutena-tab-title.active { border-color: var(--reco-blue-dark) !important; background: linear-gradient(120deg, var(--reco-blue-dark), var(--reco-blue)) !important; color: #fff !important; box-shadow: 0 7px 16px rgba(6, 57, 99, .22); }
.reco-project-shell .reco-article .gutena-tabs-block > .gutena-tabs-tab > .gutena-tab-title:focus-visible { outline: 3px solid rgba(245, 131, 31, .55); outline-offset: 2px; }
.reco-project-shell .reco-article .gutena-tabs-block > .gutena-tabs-content { margin: 0 !important; }
.reco-project-shell .reco-article .gutena-tabs-block > .gutena-tabs-content > .gutena-tab-block { padding: clamp(20px, 3vw, 32px) !important; border: 1px solid #d9e6ef !important; border-radius: 14px !important; background: linear-gradient(145deg, #fff, #f7fbfe) !important; color: var(--reco-ink) !important; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .95), 0 10px 24px rgba(6, 57, 99, .07); }
.reco-project-shell .reco-article .gutena-tab-block > .wp-block-details { padding: 0; margin: 0 0 26px; border: 1px solid #f0d38b; border-radius: 10px; background: #fff7dc; color: #765019; }
.reco-project-shell .reco-article .gutena-tab-block > .wp-block-details > summary { display: flex; align-items: center; gap: 9px; min-height: 42px; padding: 8px 15px; cursor: pointer; font-weight: 700; line-height: 1.45; list-style: none; }
.reco-project-shell .reco-article .gutena-tab-block > .wp-block-details > summary::-webkit-details-marker { display: none; }
.reco-project-shell .reco-article .gutena-tab-block > .wp-block-details > summary::marker { content: ''; }
.reco-project-shell .reco-article .gutena-tab-block > .wp-block-details > summary::before { display: inline-grid; width: 19px; height: 19px; flex: 0 0 19px; place-items: center; border-radius: 50%; content: 'i'; background: var(--reco-orange); color: #fff; font-family: Georgia, serif; font-size: 14px; font-style: italic; font-weight: 700; line-height: 1; }
.reco-project-shell .reco-article .gutena-tab-block > .wp-block-details[open] > summary { border-bottom: 1px solid #f0d38b; }
.reco-project-shell .reco-article .gutena-tab-block > .wp-block-details > :not(summary) { padding: 0 15px 15px; color: #6d5934; }
.reco-project-shell .reco-article .gutena-tab-block > figure { padding: 10px; margin: 0; border: 1px solid #e0eaf1; border-radius: 12px; background: #fff; box-shadow: 0 8px 18px rgba(6, 57, 99, .06); }

.reco-project-overview { width: min(1160px, calc(100vw - 40px)); max-width: none !important; margin: 68px 0; margin-left: 50% !important; padding: clamp(24px, 4vw, 46px); border: 1px solid var(--reco-line); border-radius: var(--reco-radius); background: var(--reco-mist); transform: translateX(-50%); }
/* The overview pattern may be wrapped by Gutenberg in a no-wrap flex Group.
 * A flex item shrinks to the article width, which breaks its full-width centering. */
.reco-project-shell .reco-article > .wp-block-group.is-layout-flex:has(> .reco-project-overview) { display: block !important; width: 100% !important; max-width: none !important; }
.editor-styles-wrapper .reco-project-overview { width: min(1160px, calc(100% - 48px)) !important; max-width: 100% !important; margin: 40px auto !important; transform: none !important; }
.reco-project-overview.wp-block-group-is-layout-constrained > .reco-project-overview__inner { width: 100% !important; max-width: none !important; }
.reco-project-overview > .reco-project-overview__inner { width: 100% !important; max-width: none !important; }
.reco-project-overview__columns { width: 100% !important; max-width: none !important; align-items: flex-start !important; gap: clamp(28px, 5vw, 70px); margin: 0 !important; }
.reco-project-overview__gallery .wp-block-gallery { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin: 0; }
.reco-project-overview__gallery .wp-block-gallery .wp-block-image { min-width: 0 !important; height: 82px; min-height: 0; margin: 0 !important; border-radius: 10px; overflow: hidden; background: linear-gradient(135deg, #bdd6e9, #5d8db7); }
body:not(.block-editor-iframe__body) .reco-project-overview__gallery .wp-block-gallery .wp-block-image { width: auto !important; }
.reco-project-overview__gallery .wp-block-gallery .wp-block-image:first-child { grid-column: 1 / -1; height: clamp(280px, 31vw, 430px); border-radius: 14px; }
.reco-project-overview__gallery .wp-block-gallery .wp-block-image:has(img[src=""]) { display: none; }
.reco-project-overview__gallery .wp-block-gallery .wp-block-image:has(img[src=""]) + .wp-block-image:not(:has(img[src=""])) { grid-column: 1 / -1; height: clamp(280px, 31vw, 430px); border-radius: 14px; }
.reco-project-overview__gallery .wp-block-image img { width: 100%; height: 100%; min-height: 0; object-fit: cover; }
.reco-project-overview__gallery .wp-block-image { cursor: pointer; }
.reco-project-overview__gallery .wp-block-gallery .wp-block-image:not(:first-child).is-active { outline: 3px solid var(--reco-orange); outline-offset: 2px; opacity: 1; }
/* Keep the overview preview compact inside Gutenberg. */
.editor-styles-wrapper .reco-project-overview__gallery .wp-block-gallery { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin: 0; }
.editor-styles-wrapper .reco-project-overview__gallery .wp-block-gallery .wp-block-image { width: auto !important; min-width: 0 !important; height: 82px; min-height: 0; margin: 0 !important; overflow: hidden; border-radius: 10px; background: linear-gradient(135deg, #bdd6e9, #5d8db7); }
.editor-styles-wrapper .reco-project-overview__gallery .wp-block-gallery .wp-block-image:first-child { grid-column: 1 / -1; height: clamp(280px, 31vw, 430px); border-radius: 14px; }
.editor-styles-wrapper .reco-project-overview__gallery .wp-block-image img { width: 100%; height: 100%; min-height: 0; object-fit: cover; }
.reco-gallery-lightbox { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 30px; }
.reco-gallery-lightbox__backdrop { position: absolute; inset: 0; background: rgba(2, 15, 27, .9); backdrop-filter: blur(8px); }
.reco-gallery-lightbox__dialog { position: relative; z-index: 1; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; width: min(1200px, 100%); }
.reco-gallery-lightbox img { max-width: 100%; max-height: calc(100vh - 80px); margin: auto; box-shadow: 0 30px 80px rgba(0,0,0,.5); }
.reco-gallery-lightbox button { position: relative; z-index: 2; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.36); border-radius: 50%; background: rgba(10,85,151,.82); color: #fff; font-size: 34px; line-height: 1; cursor: pointer; }
.reco-gallery-lightbox__close { position: absolute !important; top: -14px; right: -14px; font-size: 30px !important; }
.reco-project-overview__content > *:first-child { margin-top: 0; }
.reco-project-overview__content { max-height: 522px; padding-right: 10px; overflow-y: auto; scrollbar-width: thin; }
.reco-project-overview__content h2 { margin: 0; font-size: clamp(30px, 3.3vw, 44px); line-height: 1.18; letter-spacing: -.025em; }
.reco-project-overview__content p:not(.reco-eyebrow) { color: var(--reco-slate); font-size: 16px; line-height: 1.7; }
.reco-project-overview__facts { display: grid; gap: 13px; padding: 0; margin: 28px 0 0; list-style: none; color: var(--reco-slate); font-size: 15px; line-height: 1.55; }
.reco-project-overview__facts li { padding-bottom: 13px; border-bottom: 1px solid var(--reco-line); }
.reco-project-overview__facts strong { display: inline-block; min-width: 150px; color: var(--reco-ink); }
.reco-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; padding: 0; overflow: hidden; margin: 30px 0; list-style: none; border: 1px solid var(--reco-line); border-radius: 16px; background: var(--reco-line); }
.reco-facts li { padding: 18px; background: #fff; }
.reco-facts span { display: block; color: var(--reco-slate); font-size: 12px; font-weight: 650; text-transform: uppercase; letter-spacing: .08em; }
.reco-facts strong { display: block; margin-top: 6px; color: var(--reco-ink); font-size: 16px; }
.reco-empty { padding: 35px; border: 1px dashed #b5c5d3; border-radius: 16px; color: var(--reco-slate); text-align: center; }
.reco-policy-note { padding: 20px; border-left: 4px solid var(--reco-orange); background: #fff8ef; color: #674316; font-size: 15px; }
.reco-contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.reco-contact-card { padding: 28px; border: 1px solid var(--reco-line); border-radius: 18px; background: white; }
.reco-contact-card span { display: block; color: var(--reco-orange); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.reco-contact-card strong { display: block; margin-top: 13px; font-size: 18px; line-height: 1.5; }
.reco-leadership-grid { display: grid; gap: 28px; }
.reco-leader-card { display: grid; grid-template-columns: minmax(240px, 32%) 1fr; overflow: hidden; border: 1px solid var(--reco-line); border-radius: var(--reco-radius); background: var(--reco-white); box-shadow: var(--reco-shadow); }
.reco-leader-card > img { width: 100%; height: 100%; min-height: 400px; background: #0a3357; object-fit: cover; object-position: center; }
.reco-leader-card:nth-child(2) > img { object-position: right center; }
.reco-leader-card__body { padding: clamp(28px, 4vw, 48px); }
.reco-leader-card__body h3 { margin: 8px 0 22px; color: var(--reco-blue-dark); font-size: clamp(28px, 3vw, 38px); line-height: 1.15; }
.reco-leader-card__body p { margin: 0; color: var(--reco-slate); line-height: 1.72; }
.reco-leader-card__body p + p { margin-top: 16px; }
.reco-leader-role { display: inline-flex; width: fit-content; padding: 8px 13px; border-radius: 999px; background: var(--reco-orange); color: #fff !important; font-size: 12px; font-weight: 800; letter-spacing: .09em; line-height: 1.2 !important; text-transform: uppercase; box-shadow: 0 8px 20px rgba(245, 131, 31, .25); }
.reco-leader-card__body .reco-leader-role + h3 { margin-top: 16px; }
.reco-activities { overflow: hidden; background: linear-gradient(180deg, #fff 0%, #f4f8fb 100%); }
.reco-activities-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 205px; gap: 16px; }
.reco-activity { position: relative; overflow: hidden; margin: 0; border: 1px solid rgba(9, 60, 97, .1); border-radius: 16px; background: var(--reco-blue-dark); box-shadow: 0 12px 28px rgba(7, 48, 78, .1); }
.reco-activity::after { position: absolute; inset: auto 0 0; height: 38%; content: ''; background: linear-gradient(transparent, rgba(3, 25, 44, .36)); pointer-events: none; }
.reco-activity img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.reco-activity:hover img { transform: scale(1.045); }
.reco-activity--tall { grid-row: span 2; }
.reco-activity--wide { grid-column: span 2; }
.reco-site-footer { color: #e8f2f9; background: var(--reco-blue); }
.reco-footer-main { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); min-height: 510px; }
.reco-footer-contact { position: relative; isolation: isolate; overflow: hidden; color: #fff; background: linear-gradient(145deg, #f5831f 0%, #d85f08 100%); }
.reco-footer-contact::before, .reco-footer-contact::after { position: absolute; z-index: -1; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; content: ''; }
.reco-footer-contact::before { width: 330px; height: 330px; right: -185px; top: -180px; }
.reco-footer-contact::after { width: 390px; height: 390px; left: -245px; bottom: -250px; background: rgba(255,255,255,.07); }
.reco-footer-contact__inner { width: min(430px, calc(100% - 64px)); margin-inline: auto; padding: 72px 0 58px; }
.reco-footer-kicker { margin: 0 0 12px; font-size: 11px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.reco-footer-contact h2 { max-width: 340px; margin: 0; color: #fff; font-size: clamp(30px, 3vw, 42px); line-height: 1.14; letter-spacing: -.03em; }
.reco-footer-contact__intro { max-width: 380px; margin: 17px 0 31px; color: rgba(255,255,255,.82); font-size: 14px; line-height: 1.68; }
.reco-footer-contact__list { display: grid; gap: 0; }
.reco-footer-contact__item { display: grid; grid-template-columns: 46px minmax(0, 1fr); gap: 14px; align-items: center; min-height: 78px; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.3); color: #fff; }
a.reco-footer-contact__item { transition: background .2s ease, padding .2s ease; }
a.reco-footer-contact__item:hover { padding-inline: 10px; background: rgba(255,255,255,.09); }
.reco-footer-contact__icon { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; color: var(--reco-blue-dark); background: #fff; }
.reco-footer-contact__icon svg { width: 21px; height: 21px; }
.reco-footer-contact__item small, .reco-footer-contact__item strong { display: block; }
.reco-footer-contact__item small { margin-bottom: 5px; color: rgba(255,255,255,.72); font-size: 10px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.reco-footer-contact__item strong { color: #fff; font-size: 15px; line-height: 1.45; }
.reco-footer-content { background: radial-gradient(circle at 100% 0, rgba(255,255,255,.1), transparent 36%), var(--reco-blue); }
.reco-footer-content__inner { width: min(720px, calc(100% - 64px)); height: 100%; margin-inline: auto; padding: 72px 0 24px; }
.reco-footer-columns { display: grid; grid-template-columns: .9fr 1.15fr 1.15fr; gap: clamp(28px, 4vw, 70px); }
.reco-footer-title { position: relative; margin: 0 0 24px; padding-bottom: 13px; color: #fff; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.reco-footer-title::after { position: absolute; bottom: 0; left: 0; width: 25px; height: 2px; content: ''; background: var(--reco-orange); }
.reco-footer-links { display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; color: #a9bfd0; font-size: 13px; line-height: 1.5; }
.reco-footer-links a { display: inline-flex; align-items: center; gap: 9px; transition: color .2s ease, transform .2s ease; }
.reco-footer-links a:hover { color: #fff; transform: translateX(3px); }
.reco-footer-links--contact svg { width: 16px; height: 16px; fill: none; stroke: var(--reco-orange); stroke-width: 1.8; flex: 0 0 auto; }
.reco-footer-social { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding-top: 28px; margin-top: 38px; border-top: 1px solid rgba(207,223,236,.13); }
.reco-footer-social__eyebrow { display: block; margin-bottom: 5px; color: var(--reco-orange); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.reco-footer-social h2 { margin: 0; color: #fff; font-size: 16px; line-height: 1.4; }
.reco-footer-social__links { display: flex; flex-wrap: wrap; gap: 10px; }
.reco-footer-social__links a { display: inline-flex; min-height: 42px; align-items: center; gap: 8px; padding: 0 13px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: #dce8f1; background: rgba(255,255,255,.045); font-size: 12px; font-weight: 700; transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease; }
.reco-footer-social__links a:hover { border-color: var(--reco-orange); color: #fff; background: rgba(255,255,255,.09); transform: translateY(-2px); }
.reco-footer-social__links a:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.reco-footer-social__links svg { width: 18px; height: 18px; flex: 0 0 auto; fill: currentColor; }
.reco-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); }
.reco-footer-cta span, .reco-footer-cta strong { display: block; }
.reco-footer-cta span { margin-bottom: 5px; color: #8fa9bd; font-size: 12px; }
.reco-footer-cta strong { color: #fff; font-size: 15px; }
.reco-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(--reco-orange); font-size: 13px; font-weight: 750; transition: background .2s ease; }
.reco-footer-cta > a:hover { background: var(--reco-orange-accessible); }
.reco-footer-cta svg { width: 17px; height: 17px; }
.reco-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: #7893a8; font-size: 11px; }

@media (max-width: 1300px) {
	.reco-footer-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 38px 28px; }
	.reco-footer-columns > :last-child { grid-column: 1 / -1; }
}

@media (max-width: 1100px) {
	.reco-footer-main { grid-template-columns: 1fr; }
	.reco-footer-contact__inner { width: min(calc(100% - 40px), 620px); margin-inline: auto; padding: 58px 0 48px; }
	.reco-footer-content__inner { width: min(calc(100% - 40px), 720px); margin-inline: auto; padding: 52px 0 24px; }
}

@media (min-width: 821px) and (max-width: 960px) {
	.reco-header-inner { gap: 14px; }
	.reco-brand img { width: 120px; }
	.reco-nav { gap: 8px; font-size: 10px; letter-spacing: .025em; }
	.reco-nav .reco-nav-cta { padding-inline: 11px; }
	.reco-nav .reco-header-login { padding-inline: 9px; }
}

@media (max-width: 820px) {
	.reco-product-type-archive__heading { display: block; }
	.reco-product-type-archive__heading > p { margin-top: 10px; }
	.reco-home-news-split { grid-template-columns: 1fr; }
	.reco-project-slider { padding: 36px 0; }
	.reco-luxury-overview { padding-inline: 24px; }
	.reco-luxury-overview__grid { min-height: 0; grid-template-columns: 1fr; }
	.reco-luxury-overview__media { height: auto; aspect-ratio: 16 / 10; }
	.reco-luxury-overview__card { width: calc(100% - 48px); height: auto; max-height: none; margin: -54px auto 0; overflow: visible; border-right-width: 0; }
	.reco-luxury-overview__card::before { display: none; }
	.reco-news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.reco-news-grid > li:not(:first-child) { grid-column: auto; }
	.reco-news-grid:not(.reco-news-grid--latest) > li:first-child { grid-column: 1 / -1; grid-row: auto; height: auto; }
	.reco-news-grid:not(.reco-news-grid--latest) > li:first-child .reco-news-card { grid-template-rows: 300px auto; }
	.reco-news-grid:not(.reco-news-grid--latest) > li:first-child .wp-block-post-featured-image { min-height: 0; }
	.reco-news-grid--latest > li { grid-column: auto; }
	.reco-news-grid--latest > li:only-child { grid-column: 1 / -1; }
	.reco-nav { display: none; }
	.reco-mobile-actions { display: flex; align-items: center; gap: 8px; }
	.reco-project-section-nav__inner { display: grid; width: 100%; min-height: 0; grid-template-columns: minmax(0, 1fr) auto; gap: 0; }
	.reco-project-section-nav__logo { width: fit-content; min-width: 68px; min-height: 34px; align-self: auto; justify-content: center; margin: 6px 15px 4px; padding: 3px 9px; border-radius: 8px; }
	.reco-project-section-nav__logo-image { max-width: 78px; max-height: 30px; }
	.reco-project-section-nav__toggle { display: inline-grid; width: 44px; height: 44px; place-items: center; align-self: center; margin-right: 15px; padding: 0; border: 1px solid rgba(255,255,255,.62); border-radius: 9px; color: #fff; background: rgba(255,255,255,.12); cursor: pointer; transition: border-color .2s ease, background .2s ease; }
	.reco-project-section-nav__toggle:hover { border-color: #fff; background: rgba(255,255,255,.2); }
	.reco-project-section-nav__toggle:focus-visible { outline: 3px solid var(--reco-orange); outline-offset: 2px; }
	.reco-project-section-nav__toggle-icon { width: 24px; height: 24px; }
	.reco-project-section-nav__toggle-icon--close { display: none; }
	.reco-project-section-nav.is-open .reco-project-section-nav__toggle-icon--menu { display: none; }
	.reco-project-section-nav.is-open .reco-project-section-nav__toggle-icon--close { display: block; }
	.reco-project-section-nav__links { display: none; width: 100%; max-width: 100%; grid-column: 1 / -1; flex-direction: column; justify-content: flex-start; gap: 8px; padding: 10px 15px 15px; overflow: visible; border-top: 1px solid rgba(255,255,255,.16); }
	.reco-project-section-nav.is-open .reco-project-section-nav__links { display: flex; }
	.reco-project-section-nav__links a { width: 100%; min-height: 44px; justify-content: flex-start; padding-inline: 16px; }
	.reco-news-single__layout { grid-template-columns: minmax(0, 1fr); gap: 42px; padding-bottom: 36px; }
	.reco-news-single__mobile-toc { display: block; padding-top: 38px; }
	.reco-news-single__mobile-toc .reco-news-toc { max-width: 680px; }
	.reco-news-sidebar > .reco-news-toc { display: none; }
	.reco-news-sidebar { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.reco-news-sidebar__section + .reco-news-sidebar__section { padding-top: 0; border-top: 0; }
	.reco-project-shell .reco-article h2 { scroll-margin-top: 140px; }
	.reco-project-shell .reco-article .wp-block-media-text:has(h3) .wp-block-media-text__media { min-height: 240px; }
	.reco-project-shell .reco-article .wp-block-media-text:has(h3) .wp-block-media-text__media img { min-height: 240px; }
	.reco-project-shell .reco-article .wp-block-media-text:has(h3) .wp-block-media-text__content { min-height: 0; padding: 32px 26px !important; }
	.reco-hero { min-height: 600px; padding-top: 80px; }
	.reco-hero__content { width: min(64%, 620px); }
	.reco-hero-map { top: 22px; right: -55px; width: 52vw; height: 560px; opacity: .72; }
	.reco-stat-list, .reco-values { grid-template-columns: repeat(2, 1fr); }
	.reco-proof-grid { grid-template-columns: 1fr; }
	.reco-business__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.reco-business-card:last-child { grid-column: 1 / -1; min-height: 300px; }
	.reco-project-grid, .reco-card-grid { grid-template-columns: repeat(2, 1fr); }
	.reco-split { grid-template-columns: 1fr; }
	.reco-project-overview__columns { gap: 32px; }
	.reco-project-quote__panel { grid-template-columns: 1fr; gap: 30px; }
	.reco-project-advisor-card, .reco-project-advisors__grid--count-2 .reco-project-advisor-card { min-width: calc((100% - 18px) / 2); flex-basis: calc((100% - 18px) / 2); }
	.reco-project-advisors__grid--count-1 .reco-project-advisor-card { min-width: 100%; flex-basis: 100%; }
	.reco-project-advisors__grid--count-1 .reco-project-advisor-card, .reco-project-advisors__grid--count-2 .reco-project-advisor-card { grid-template-columns: 82px minmax(0, 1fr); gap: 15px; padding: 18px; }
	.reco-project-advisors__grid--count-1 .reco-project-advisor-card__media, .reco-project-advisors__grid--count-2 .reco-project-advisor-card__media { width: 82px; height: 82px; }
	.reco-project-advisors__grid--count-1 .reco-project-advisor-card__body, .reco-project-advisors__grid--count-2 .reco-project-advisor-card__body { display: block; }
	.reco-project-advisors__grid--count-1 .reco-project-advisor-card__cta, .reco-project-advisors__grid--count-2 .reco-project-advisor-card__cta { min-width: 0; min-height: 34px; justify-content: space-between; padding: 12px 0 0; margin-top: 12px; border-top: 1px solid #e3ebf0; border-radius: 0; color: var(--reco-blue); background: transparent; text-align: left; }
	.reco-project-advisors__grid--count-1 .reco-project-advisor-card__cta:hover, .reco-project-advisors__grid--count-2 .reco-project-advisor-card__cta:hover { color: var(--reco-orange-accessible); background: transparent; }
	.reco-project-advisors__grid--count-1 .reco-project-advisor-card__cta span, .reco-project-advisors__grid--count-2 .reco-project-advisor-card__cta span { display: inline; }
	.reco-project-overview__gallery .wp-block-gallery .wp-block-image:first-child { height: clamp(270px, 55vw, 420px); }
	.reco-project-overview__content { max-height: none; padding-right: 0; overflow: visible; }
	.reco-section-heading { display: block; }
	.reco-section-heading p { margin-top: 18px; }
	.reco-logo-row { grid-template-columns: repeat(3, 1fr); }
	.reco-project-search__fields { grid-template-columns: repeat(2, 1fr); }
	.reco-footer-main { grid-template-columns: 1fr; }
	.reco-footer-contact__inner { width: min(calc(100% - 40px), 620px); margin-inline: auto; padding: 58px 0 48px; }
	.reco-footer-content__inner { width: min(calc(100% - 40px), 720px); margin-inline: auto; padding: 52px 0 24px; }
	.reco-footer-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 38px 28px; }
	.reco-footer-columns > :last-child { grid-column: 1 / -1; }
	.reco-leader-card { grid-template-columns: minmax(210px, 30%) 1fr; }
	.reco-activities-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
	.reco-product-type-archive { padding: 42px 0 56px; }
	.reco-project-type-grid .reco-project-image { height: 220px; }
	.reco-project-type-grid .reco-project-body { padding: 22px 20px 24px; }
	.reco-project-listing-card h2 { font-size: 21px; }
	.reco-home-news-column { padding: 20px; border-radius: 16px; }
	.reco-home-news-column__heading { align-items: flex-start; }
	.reco-home-news-column__heading h3 { font-size: 22px; }
	.reco-home-news-item { grid-template-columns: 120px minmax(0, 1fr); }
	.reco-home-news-item__image, .reco-home-news-item__image img { min-height: 142px; }
	.reco-home-news-item__body { padding: 14px; }
	.reco-home-news-item__body h4 { font-size: 14px; -webkit-line-clamp: 3; }
	.reco-home-news-item__body p { display: none; }
	.reco-project-breadcrumb { min-height: 56px; gap: 5px; font-size: 15px; white-space: nowrap; overflow: hidden; }
	.reco-project-breadcrumb span[aria-current="page"] { overflow: hidden; text-overflow: ellipsis; }
	.reco-project-title { padding-top: 0; padding-bottom: 20px; }
	.reco-project-title__address { margin-top: 10px; font-size: 14px; }
	.reco-project-slider { padding: 0 0 28px; background: #f5f5f5; }
	.reco-project-slider .reco-project-slider__inner { width: 100%; }
	.reco-project-slider__track, .reco-project-slider__track .wp-block-gallery, .reco-project-slider__gallery { position: relative; display: block; height: clamp(220px, 66.7vw, 390px); touch-action: pan-y; }
	.reco-project-slider__track .wp-block-image, .reco-project-slider__track .wp-block-image:nth-child(n) { position: absolute; inset: 0; display: block !important; border-radius: 0; opacity: 0; visibility: hidden; transition: opacity .32s ease, visibility .32s ease; }
	.reco-project-slider__track .wp-block-image.is-active { opacity: 1; visibility: visible; }
	.reco-project-slider__track .wp-block-image:hover img { transform: none; }
	.reco-project-slider__arrow { position: absolute; z-index: 5; top: calc(50% - 14px); display: grid; width: 40px; height: 40px; padding: 0; place-items: center; border: 1px solid rgba(255,255,255,.72); border-radius: 50%; color: #fff; background: rgba(5,42,70,.62); cursor: pointer; transform: translateY(-50%); box-shadow: 0 4px 16px rgba(0,0,0,.18); }
	.reco-project-slider__arrow--previous { left: 12px; }
	.reco-project-slider__arrow--next { right: 12px; }
	.reco-project-slider__arrow svg { display: block; width: 23px; height: 23px; }
	.reco-project-slider__arrow:focus-visible { outline: 3px solid var(--reco-orange); outline-offset: 2px; }
	.reco-project-slider__status { position: absolute; z-index: 4; right: 16px; bottom: 43px; display: block; padding: 7px 10px; border-radius: 2px; color: #fff; background: rgba(0,0,0,.68); font-size: 17px; line-height: 1; }
	.reco-project-slider__status b { font-weight: 400; }
	.reco-project-slider__dots { position: absolute; z-index: 4; bottom: 21px; left: 50%; display: block; transform: translateX(-50%); }
	.reco-project-slider__dots button { display: none; width: 11px; height: 11px; padding: 0; border: 0; border-radius: 50%; background: var(--reco-orange); }
	.reco-project-slider__dots button[aria-current="true"] { display: block; }
	.reco-project-slider.has-one-slide .reco-project-slider__arrow, .reco-project-slider.has-one-slide .reco-project-slider__dots, .reco-project-slider.has-one-slide .reco-project-slider__status { display: none; }
	.reco-project-lightbox { padding: 12px; }
	.reco-project-lightbox:not([hidden]) { grid-template-columns: minmax(0, 1fr); }
	.reco-project-lightbox figure { width: 100vw; height: calc(100vh - 24px); }
	.reco-project-lightbox button { width: 38px; height: 38px; }
	.reco-project-lightbox__close { top: 12px; right: 12px; }
	.reco-project-lightbox__arrow--previous { left: 10px; }
	.reco-project-lightbox__arrow--next { right: 10px; }
	.reco-news-page-hero { min-height: 0; padding: 48px 0 44px; }
	.reco-news-page-hero::before { right: -210px; }
	.reco-news-page-hero h1 { font-size: 38px; }
	.reco-news-page-hero p:last-child { font-size: 15px; }
	.reco-news-archive { padding: 36px 0 54px; }
	.reco-news-grid { grid-template-columns: 1fr; gap: 18px; }
	.reco-news-grid:not(.reco-news-grid--latest) > li:first-child { height: auto; }
	.reco-news-grid:not(.reco-news-grid--latest) > li:first-child .reco-news-card { display: block; border: 1px solid #d6e2eb; background: #fff; }
	.reco-news-grid:not(.reco-news-grid--latest) > li:first-child .reco-news-card::after { display: none; }
	.reco-news-grid:not(.reco-news-grid--latest) > li:first-child .wp-block-post-featured-image { position: relative; height: 230px !important; min-height: 0; }
	.reco-news-grid:not(.reco-news-grid--latest) > li:first-child .reco-card-body { position: relative; padding: 23px 21px 25px; }
	.reco-news-grid:not(.reco-news-grid--latest) > li:first-child .wp-block-post-date { color: #536f88; }
	.reco-news-grid:not(.reco-news-grid--latest) > li:first-child .wp-block-post-title { font-size: 25px; line-height: 1.28; }
	.reco-news-grid:not(.reco-news-grid--latest) > li:first-child .wp-block-post-title a { color: var(--reco-ink); }
	.reco-news-grid:not(.reco-news-grid--latest) > li:first-child .wp-block-post-title a:hover { color: var(--reco-blue); }
	.reco-news-grid:not(.reco-news-grid--latest) > li:first-child .wp-block-post-excerpt { color: var(--reco-slate); }
	.reco-news-grid:not(.reco-news-grid--latest) > li:first-child .wp-block-post-excerpt__excerpt { color: inherit; }
	.reco-news-latest-heading { padding-top: 34px; margin-bottom: 17px; }
	.reco-news-grid--latest > li:only-child .reco-news-card { display: block; }
	.reco-news-grid--latest > li:only-child .wp-block-post-featured-image { height: 220px; min-height: 0; }
	.reco-news-query > .wp-block-query-pagination { margin-top: 30px; }
	.reco-container { width: min(100% - 30px, 1160px); }
	.reco-header-inner { min-height: 58px; }
	.reco-brand img { width: 122px; max-height: 40px; }
	.reco-hero { min-height: 1060px; padding: 58px 0 34px; }
	.reco-hero::before { background-image: linear-gradient(180deg, rgba(2,20,37,.98) 0%, rgba(3,31,54,.88) 47%, rgba(3,27,48,.42) 72%, rgba(2,17,31,.9) 100%), radial-gradient(circle at 12% 24%, rgba(33,119,190,.18) 0 1px, transparent 2px); background-size: auto, 74px 74px; }
	.reco-hero__content { width: 100%; }
	.reco-hero-map { top: 520px; right: 50%; width: 390px; height: 500px; opacity: .82; transform: translateX(50%); filter: drop-shadow(0 20px 42px rgba(0,0,0,.36)); }
	.reco-hero h1, .reco-page-hero h1 { font-size: 42px; }
	.reco-project-hero { padding: 40px 0 48px; }
	.reco-project-hero h1 { font-size: 42px; }
	.reco-news-hero { padding: 40px 0 48px; }
	.reco-news-single__mobile-toc { padding-top: 28px; }
	.reco-news-single__layout { padding-top: 34px; }
	.reco-related-news__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.reco-news-sidebar { grid-template-columns: 1fr; padding: 22px; }
	.reco-news-sidebar__section + .reco-news-sidebar__section { padding-top: 22px; border-top: 1px solid #e1e9ef; }
	.reco-related-news { padding: 40px 0 48px; }
	.reco-related-news__grid { grid-template-columns: 1fr; }
	.reco-related-news .reco-news-card__image { height: 170px; }
	.reco-news-tags { align-items: flex-start; flex-direction: column; gap: 10px; }
	.reco-luxury-overview__media { min-height: 0; }
	.reco-hero-copy { font-size: 17px; }
	.reco-hero .reco-actions { gap: 10px; margin-top: 25px; }
	.reco-hero .reco-actions .reco-button { padding-inline: 15px; font-size: 12px; }
	.reco-hero .reco-stat-list { margin-top: 550px; background: rgba(5,44,77,.86); }
	.reco-hero .reco-stat-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.reco-hero .reco-stat { min-height: 116px; padding: 20px 16px; }
	.reco-hero .reco-stat strong { font-size: 25px; }
	.reco-hero .reco-stat span { font-size: 11px; line-height: 1.45; }
	.reco-stat-list, .reco-project-grid, .reco-card-grid, .reco-values, .reco-contact-grid, .reco-facts { grid-template-columns: 1fr; }
	.reco-business__grid { grid-template-columns: 1fr; }
	.reco-business-card, .reco-business-card:last-child { min-height: 0; grid-column: auto; padding: 25px; }
	.reco-business-card__top { margin-bottom: 26px; }
	.reco-section { padding: 68px 0; }
	.reco-project-advisors { padding: 54px 0; }
	.reco-project-advisors__heading { margin-bottom: 18px; }
	.reco-project-advisor-card, .reco-project-advisors__grid--count-2 .reco-project-advisor-card { min-width: 88%; flex-basis: 88%; grid-template-columns: 76px minmax(0, 1fr); gap: 14px; padding: 17px; }
	.reco-project-advisors__grid--count-1 .reco-project-advisor-card { min-width: 100%; flex-basis: 100%; }
	.reco-project-advisor-card__media { width: 76px; height: 76px; }
	.reco-project-advisor-card__contacts a { min-height: 30px; }
	.reco-project-advisors__empty { align-items: flex-start; flex-direction: column; }
	.reco-project-overview { width: min(100vw - 30px, 1160px); margin: 48px 0; margin-left: 50%; padding: 22px; }
	.reco-project-quote { padding-bottom: 62px; }
	.reco-project-quote { padding: 64px 0; }
	.reco-project-quote__panel { gap: 28px; padding: 0; }
	.reco-project-quote__intro h2 { font-size: 38px; }
	.reco-project-quote__media { margin-top: 26px; }
	.reco-project-quote__form, .reco-project-quote__review { padding: 26px 20px; }
	.reco-project-quote__fields { grid-template-columns: 1fr; }
	.reco-project-overview__gallery .wp-block-gallery { gap: 7px; }
	.reco-project-overview__gallery .wp-block-gallery .wp-block-image { height: 58px; }
	.reco-project-overview__gallery .wp-block-gallery .wp-block-image:first-child { height: 220px; }
	.reco-gallery-lightbox { padding: 16px; }
	.reco-gallery-lightbox__dialog { grid-template-columns: 42px minmax(0, 1fr) 42px; }
	.reco-gallery-lightbox button { width: 38px; height: 38px; font-size: 28px; }
	.reco-project-overview__facts strong { display: block; min-width: 0; }
	.reco-luxury-overview { padding: 38px 14px; }
	.reco-luxury-overview__media { min-height: 0; aspect-ratio: 4 / 3; }
	.reco-luxury-overview__card { width: calc(100% - 20px); padding: 25px 20px; margin-top: -32px; border-left-width: 4px; }
	.reco-luxury-overview__content h2, .reco-luxury-overview__content h3 { font-size: 26px; }
	.reco-section-heading h2, .reco-content h2 { font-size: 34px; }
	.reco-image-panel, .reco-image-panel img { min-height: 340px; height: 340px; }
	.reco-logo-row { grid-template-columns: repeat(2, 1fr); }
	.reco-project-search__intro { padding: 28px 20px 20px; }
	.reco-project-search__tabs { grid-template-columns: 1fr; }
	.reco-project-search__fields { grid-template-columns: 1fr; gap: 17px; padding: 22px 15px; }
	.reco-project-search__actions { align-items: center; }
	.reco-footer-main { grid-template-columns: 1fr; }
	.reco-footer-contact__inner { width: min(100% - 30px, 520px); margin-inline: auto; padding: 52px 0 42px; }
	.reco-footer-content__inner { width: min(100% - 30px, 520px); margin-inline: auto; padding: 48px 0 23px; }
	.reco-footer-columns { grid-template-columns: 1fr; gap: 36px; }
	.reco-footer-columns > :last-child { grid-column: auto; }
	.reco-footer-social { align-items: flex-start; flex-direction: column; }
	.reco-footer-cta { align-items: flex-start; flex-direction: column; margin-top: 38px; }
	.reco-footer-bottom { display: block; }
	.reco-footer-bottom > * + * { margin-top: 10px; }
	.reco-leader-card { grid-template-columns: 1fr; }
	.reco-leader-card > img { height: 340px; min-height: 0; }
	.reco-about-banner img { height: 240px; object-position: center; }
	.reco-activities-grid { grid-auto-rows: 160px; gap: 12px; }
	.reco-activity--wide { grid-column: span 2; }
}

@media (max-width: 390px) {
	.reco-hero { min-height: 1150px; }
	.reco-hero h1 { font-size: 36px; }
	.reco-hero-copy { margin-top: 20px; font-size: 15px; }
	.reco-hero .reco-button { width: 100%; }
	.reco-hero-map { top: 555px; width: 370px; height: 475px; }
	.reco-hero .reco-stat-list { margin-top: 500px; }
}

@media (prefers-reduced-motion: reduce) {
	.reco-map-pulse { animation: none; opacity: .55; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
.reco-project-quote__consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-top: 16px;
	color: #52615a;
	font-size: 13px;
	line-height: 1.55;
}

.reco-project-quote__consent input {
	width: 18px;
	height: 18px;
	margin-top: 1px;
	accent-color: #0b5d3b;
}

.reco-project-quote__consent a { color: #0b5d3b; }
