/* ==========================================================================
   Logis Pro — feuille de style principale
   ========================================================================== */

/* WP core injects margin-block-start (block-gap) onto is-layout-flow elements
   that follow a prior sibling — main always follows the header template part,
   so it silently picks up an unwanted top margin nobody asked for. */
main.wp-block-group { margin-top: 0 !important; }

/* -- Polices auto-hébergées (variable fonts, une seule source par famille) -- */
@font-face {
	font-family: 'Bricolage Grotesque';
	font-style: normal;
	font-weight: 500 700;
	font-display: swap;
	src: url('../fonts/bricolage-grotesque.woff2') format('woff2');
}
@font-face {
	font-family: 'Instrument Sans';
	font-style: normal;
	font-weight: 400 600;
	font-display: swap;
	src: url('../fonts/instrument-sans.woff2') format('woff2');
}

/* -- Tokens -- */
:root {
	--accent: var(--wp--preset--color--accent, #1a8452);
	--r: 18px;
	--ink: #16181d;
	--secondary: #4b525b;
	--muted: #6b7280;
	--nav-color: #3a4048;
	--nav-hover: #16181d;
	--available: #169857;
	--surface: #f6f8fa;
	--surface-2: #f1f4f7;
	--surface-3: #eef2f6;
	--border: #eaedf0;
	--border-2: #eef1f4;
	--border-3: #e2e6ea;
	--border-4: #e6e9ed;
	--footer-bg: #0f1114;
	--footer-text: #c3c9d0;
	--footer-text-muted: #8b929b;
	--footer-border: #23272d;
}

/* -- Reset -- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
	font-family: 'Instrument Sans', system-ui, sans-serif;
	color: var(--ink);
	background: #fff;
}
img { max-width: 100%; display: block; }
a { color: var(--accent); text-decoration: none; }
a:hover { color: #0f2440; }
::selection { background: #dbe6ef; color: var(--ink); }
h1, h2, h3, h4 {
	font-family: 'Bricolage Grotesque', system-ui, sans-serif;
	font-weight: 600;
	letter-spacing: -0.02em;
	margin: 0;
}
p { margin: 0; }
button { font-family: inherit; cursor: pointer; }
ul { margin: 0; padding: 0; list-style: none; }

/* -- Layout containers -- */
.glp-container {
	max-width: 1360px;
	margin: 0 auto;
	padding: 0 40px;
}
.glp-container-home {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 32px;
}
@media (max-width: 640px) {
	.glp-container { padding: 0 20px; }
	.glp-container-home { padding: 0 20px; }
}

/* -- Shared utility classes (from design spec) -- */
.glp-nav-link { color: var(--nav-color); transition: color .18s; }
.glp-nav-link:hover { color: var(--nav-hover); }

.glp-card-h { transition: transform .25s ease, box-shadow .25s ease; }
.glp-card-h:hover { transform: translateY(-4px); box-shadow: 0 18px 40px -22px rgba(22,24,29,.35); }

.glp-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	justify-content: center;
	border-radius: 999px;
	font-family: 'Instrument Sans', sans-serif;
	font-weight: 600;
	font-size: 15px;
	padding: 13px 22px;
	border: 1px solid transparent;
	white-space: nowrap;
}
.glp-btn-lg { padding: 17px 30px; font-size: 17px; }
.glp-btn-sm { padding: 10px 18px; font-size: 14px; }
.glp-btn-dark {
	background: var(--ink);
	color: #fff;
	transition: background .18s, transform .12s;
}
.glp-btn-dark:hover { background: #2b2f37; color: #fff; }
.glp-btn-dark:active { transform: scale(.98); }
.glp-btn-dark:disabled,
.glp-btn-dark[aria-disabled="true"] {
	background: var(--border-2);
	color: #9aa1aa;
	cursor: default;
}
.glp-btn-out {
	background: #fff;
	color: var(--ink);
	border-color: var(--border-3);
	transition: border-color .18s, background .18s;
}
.glp-btn-out:hover { background: var(--surface); color: var(--ink); border-color: #cfd6dd; }
.glp-btn-glass {
	background: rgba(255,255,255,.14);
	backdrop-filter: blur(12px) saturate(150%);
	border: 1px solid rgba(255,255,255,.28);
	color: #fff;
	transition: background .18s;
}
.glp-btn-glass:hover { background: rgba(255,255,255,.26); color: #fff; }

.glp-arrow-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-weight: 600;
	font-size: 14px;
	transition: gap .18s;
}
.glp-arrow-link:hover { gap: 12px; }

.glp-fld {
	font-family: 'Instrument Sans', sans-serif;
	font-size: 15px;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #d9dfe5;
	border-radius: 12px;
	padding: 13px 15px;
	outline: none;
	color: var(--ink);
	background: #fff;
	transition: border-color .18s;
}
.glp-fld:focus { border-color: var(--accent); }
label.glp-label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 6px; }

/* -- Pill / badge -- */
.glp-pill {
	display: inline-flex;
	align-items: center;
	font-size: 12px;
	font-weight: 600;
	padding: 5px 11px;
	border-radius: 999px;
}
.glp-pill-zone { background: rgba(255,255,255,.94); color: var(--ink); box-shadow: 0 4px 12px -6px rgba(0,0,0,.3); }
.glp-pill-dispo { background: var(--available); color: #fff; }
.glp-pill-loue { background: rgba(15,17,20,.7); color: #fff; }
.glp-pill-type { background: #fff; color: var(--ink); }
.glp-pill-eyebrow { background: var(--available); color: #fff; font-size: 11.5px; padding: 3px 10px; }

/* -- Filter tabs -- */
.glp-tabs { display: flex; flex-wrap: wrap; gap: 8px; }
.glp-tab {
	border-radius: 999px;
	font-weight: 600;
	font-size: 14px;
	padding: 9px 18px;
	border: 1px solid var(--border-3);
	background: #fff;
	color: var(--nav-color);
	transition: all .16s;
}
.glp-tab.is-active {
	border-color: var(--ink);
	background: var(--ink);
	color: #fff;
}
.glp-tab.is-active.glp-tab-accent {
	border-color: var(--accent);
	background: var(--accent);
}

/* -- Icons -- */
.glp-icon { stroke: currentColor; fill: none; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.glp-icon-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: var(--surface-2);
	color: var(--ink);
	flex-shrink: 0;
}
.glp-icon-badge-accent { background: var(--accent); color: #fff; }

/* -- Site header -- */
.glp-header {
	position: sticky;
	top: 0;
	z-index: 60;
	background: rgba(255,255,255,.9);
	backdrop-filter: blur(16px) saturate(150%);
	border-bottom: 1px solid var(--border-2);
}
/* backdrop-filter creates a containing block for position:fixed descendants,
   trapping the mobile nav modal inside the 88px header on every page that
   isn't body.home (which already clears backdrop-filter itself) — drop it
   while the modal is open so the overlay can reach the real viewport. */
html.has-modal-open .glp-header,
html.has-modal-open body.home .glp-header.is-scrolled {
	backdrop-filter: none !important;
}
.wp-block-navigation__responsive-container.is-menu-open {
	animation: none !important;
}
body.home.admin-bar .glp-header { top: 32px; }
@media screen and (max-width: 782px) {
	body.home.admin-bar .glp-header { top: 46px; }
}
body.home .glp-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: transparent;
	backdrop-filter: none;
	border-bottom: 1px solid transparent;
	box-shadow: none;
	transition: background .3s ease, border-color .3s ease, backdrop-filter .3s ease, box-shadow .3s ease;
}
body.home .glp-header.is-scrolled {
	background: rgba(255,255,255,.9);
	backdrop-filter: blur(16px) saturate(150%);
	border-bottom: 1px solid var(--border-2);
	box-shadow: 0 8px 30px -18px rgba(22,24,29,.4);
}
body.home .glp-header:not(.is-scrolled) .glp-logo-front { fill: #fff; }
body.home .glp-header:not(.is-scrolled) .glp-logo-text { color: #fff; }
html:not(.has-modal-open) body.home .glp-header:not(.is-scrolled) .glp-main-nav a.wp-block-navigation-item__content { color: rgba(255,255,255,.85); }
html:not(.has-modal-open) body.home .glp-header:not(.is-scrolled) .glp-main-nav a.wp-block-navigation-item__content:hover { color: #fff; }
body.home .glp-header:not(.is-scrolled) .glp-btn-dark { background: #fff; color: var(--ink); }
body.home .glp-header:not(.is-scrolled) .glp-btn-dark:hover { background: #eef1f4; }

.glp-header-inner {
	max-width: 1360px;
	margin: 0 auto;
	height: 88px;
	padding: 0 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	box-sizing: border-box;
}
.glp-header-inner > * { margin-top: 0 !important; margin-bottom: 0 !important; }
.glp-logo { display: flex; align-items: center; gap: 10px; }
.glp-logo-front { flex-shrink: 0; fill: var(--ink); }
.glp-logo-text { font-family: 'Bricolage Grotesque', sans-serif; font-size: 21px; letter-spacing: -.01em; color: var(--ink); }
.glp-logo-text strong { font-weight: 700; }

.wp-block-navigation.glp-main-nav a.wp-block-navigation-item__content {
	color: var(--nav-color);
	transition: color .18s;
	font-family: 'Instrument Sans', sans-serif;
	font-size: 15px;
	font-weight: 500;
	padding: 0;
}
.glp-main-nav a.wp-block-navigation-item__content:hover { color: var(--nav-hover); }
.glp-main-nav .wp-block-navigation-item { margin: 0 17px; }
.glp-header-actions { display: flex; align-items: center; gap: 16px; }

@media (max-width: 900px) {
	.glp-header-inner { padding: 0 20px; }
}
@media (max-width: 420px) {
	.glp-header-inner { gap: 10px; }
}
/* WP core's nav-block hamburger only kicks in below 600px, but the inline
   wordmark + 4 links + CTA button need ~900px to fit without wrapping —
   extend the hamburger breakpoint to cover that 600-900px dead zone. */
@media (min-width: 600px) and (max-width: 900px) {
	.glp-main-nav.wp-block-navigation .wp-block-navigation__responsive-container-open:not(.always-shown) { display: flex; }
	.glp-main-nav.wp-block-navigation .wp-block-navigation__responsive-container:not(.is-menu-open) { display: none; }
}

/* -- Footer (interior single-row variant) -- */
.glp-footer {
	background: var(--footer-bg);
	padding: 56px 0 32px;
}
.glp-footer-top {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
	border-bottom: 1px solid var(--footer-border);
	padding-bottom: 36px;
}
.glp-footer-nav { display: flex; gap: 28px; flex-wrap: wrap; }
.glp-footer-nav a, .glp-footer-bottom a { color: var(--footer-text); }
.glp-footer-nav a:hover, .glp-footer-bottom a:hover { color: #fff; }
.glp-footer-bottom {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
	padding-top: 24px;
	font-size: 13px;
	color: var(--footer-text-muted);
}
.glp-footer .glp-logo-text { color: #fff; }
.glp-footer .glp-logo-front { fill: #fff; }

/* -- Footer (home 4-column variant) -- */
.glp-footer-home-grid {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr 1fr;
	gap: 40px;
	border-bottom: 1px solid var(--footer-border);
	padding-bottom: 40px;
}
.glp-footer-home-grid h4 { color: #fff; font-size: 14px; margin-bottom: 16px; }
.glp-footer-home-grid p { color: var(--footer-text-muted); font-size: 14px; line-height: 1.6; }
.glp-footer-home-grid ul li { margin-bottom: 10px; }
.glp-footer-home-grid a,
.glp-footer-home-grid .wp-block-navigation-item__content { color: var(--footer-text); font-size: 14px; }
.glp-footer-home-grid a:hover,
.glp-footer-home-grid .wp-block-navigation-item__content:hover { color: #fff; }
.glp-footer-home-nav.wp-block-navigation { color: var(--footer-text); gap: 12px; }
.glp-footer-home-nav .wp-block-navigation-item { margin-bottom: 0; }
@media (max-width: 900px) {
	.glp-footer-home-grid { grid-template-columns: 1fr 1fr; }
}

/* -- Responsive: shared breakpoints (900 / 640) -- */
@media (max-width: 900px) {
	.glp-grid-3, .glp-grid-4, .glp-grid-5 { grid-template-columns: 1fr !important; }
	.glp-log-layout { grid-template-columns: 1fr !important; gap: 24px !important; }
	.glp-unit-row { grid-template-columns: 1fr !important; }
	.glp-split-map { grid-template-columns: 1fr !important; }
	.glp-split-map .glp-map-frame { border-radius: var(--r) !important; }
	.glp-sticky-aside { position: static !important; top: auto !important; }
	.glp-cta-block { padding: 34px 22px !important; }
}
@media (max-width: 640px) {
	.glp-stats-5, .glp-thumbs-5 { grid-template-columns: repeat(3, 1fr) !important; }
	.glp-atouts-4, .glp-thumbs-4 { grid-template-columns: repeat(2, 1fr) !important; }
	.glp-atouts-2 { grid-template-columns: 1fr !important; }
	.glp-h1-hero { font-size: 36px !important; }
	.glp-h1-archive { font-size: 32px !important; }
	.glp-h1-single { font-size: 30px !important; }
	.glp-h2-section { font-size: 27px !important; }
	.glp-h2-block { font-size: 25px !important; }
}

/* -- Mobile hamburger (native core/navigation block, overlayMenu="mobile") -- */
.glp-main-nav .wp-block-navigation__responsive-container-open {
	border: 1px solid var(--border-3);
	border-radius: 10px;
	padding: 8px;
	color: var(--ink);
}
body.home .glp-header:not(.is-scrolled) .glp-main-nav .wp-block-navigation__responsive-container-open {
	border-color: rgba(255,255,255,.4);
	color: #fff;
}
.glp-main-nav .wp-block-navigation__responsive-container.is-menu-open {
	background: #fff;
}
.wp-block-navigation__responsive-container-close {
	border: 1px solid var(--border-3);
	border-radius: 10px;
	padding: 8px;
	color: var(--ink);
	background: #fff;
	top: 20px !important;
	right: 20px !important;
}
.wp-block-navigation__responsive-container-close svg { width: 18px; height: 18px; }
.glp-main-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
	color: var(--ink);
	font-size: 22px;
}
.wp-block-navigation__responsive-container.is-menu-open,
.wp-block-navigation__responsive-container.is-menu-open .items-justified-right {
	--navigation-layout-justification-setting: flex-start;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
	padding-left: 28px;
}

/* ==========================================================================
   Modal "Demander un retour d'appel" — global, une seule instance (footer)
   ========================================================================== */
.glp-modal {
	position: fixed;
	inset: 0;
	z-index: 220;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.glp-modal.is-open { display: flex; }
.glp-modal-overlay {
	position: absolute;
	inset: 0;
	background: rgba(10,11,13,.55);
	backdrop-filter: blur(3px);
}
.glp-modal-panel {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 470px;
	background: #fff;
	border-radius: 22px;
	box-shadow: 0 40px 90px -30px rgba(0,0,0,.5);
	padding: 30px;
	max-height: 90vh;
	overflow-y: auto;
}
.glp-modal-close {
	position: absolute;
	top: 18px;
	right: 18px;
	width: 36px;
	height: 36px;
	border-radius: 999px;
	background: var(--surface-2);
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--ink);
}
.glp-modal-head { display: flex; align-items: center; gap: 12px; margin-bottom: 6px; }
.glp-modal-head h3 { font-size: 19px; }
.glp-modal-view-form > p { color: var(--muted); font-size: 14px; margin: 8px 0 18px; }
.glp-modal-view-sent { display: none; text-align: center; padding: 20px 0; }
.glp-modal-view-sent .glp-modal-sent-icon {
	width: 54px; height: 54px; border-radius: 999px; background: var(--available);
	display: flex; align-items: center; justify-content: center; margin: 0 auto 18px;
}
.glp-modal-view-sent h3 { font-size: 20px; margin-bottom: 8px; }
.glp-modal-view-sent p { color: var(--muted); font-size: 14px; margin-bottom: 20px; }
.glp-modal.is-sent .glp-modal-view-form { display: none; }
.glp-modal.is-sent .glp-modal-view-sent { display: block; }

.glp-modal .wpcf7-form-control-wrap { display: block; }
.glp-modal form p { margin: 0 0 14px; }
.glp-modal .glp-fld-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

/* ==========================================================================
   Lightbox galerie — utilisé par immeuble-hero-gallery + logement-gallery-price
   ========================================================================== */
.glp-lightbox {
	position: fixed;
	inset: 0;
	z-index: 200;
	background: rgba(10,11,13,.94);
	display: none;
	align-items: center;
	justify-content: center;
	padding: 32px;
}
.glp-lightbox.is-open { display: flex; }
.glp-lightbox-backdrop { position: absolute; inset: 0; }
.glp-lightbox-img {
	position: relative;
	z-index: 1;
	max-width: 86vw;
	max-height: 82vh;
	border-radius: 16px;
	object-fit: contain;
	box-shadow: 0 30px 80px -20px rgba(0,0,0,.6);
}
.glp-lightbox-btn {
	position: absolute;
	z-index: 2;
	border-radius: 999px;
	border: 1px solid rgba(255,255,255,.25);
	background: rgba(255,255,255,.08);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background .18s;
}
.glp-lightbox-btn:hover { background: rgba(255,255,255,.18); }
.glp-lightbox-close { top: 22px; right: 26px; width: 46px; height: 46px; }
.glp-lightbox-prev { left: 26px; top: 50%; transform: translateY(-50%); width: 52px; height: 52px; }
.glp-lightbox-next { right: 26px; top: 50%; transform: translateY(-50%); width: 52px; height: 52px; }
.glp-lightbox-counter {
	position: absolute;
	bottom: 24px;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(255,255,255,.1);
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 7px 16px;
	border-radius: 999px;
}
.glp-thumb { position: relative; cursor: pointer; overflow: hidden; transition: transform .2s, box-shadow .2s; }
.glp-thumb:hover { transform: translateY(-3px); box-shadow: 0 14px 30px -18px rgba(22,24,29,.4); }
.glp-thumb-ov {
	position: absolute; inset: 0; background: rgba(15,17,20,0);
	display: flex; align-items: center; justify-content: center;
	transition: background .18s;
}
.glp-thumb:hover .glp-thumb-ov { background: rgba(15,17,20,.34); }
.glp-thumb-ov svg { opacity: 0; transition: opacity .18s; }
.glp-thumb:hover .glp-thumb-ov svg { opacity: 1; }
.glp-expand-btn {
	position: absolute; bottom: 14px; right: 14px; z-index: 2;
	display: inline-flex; align-items: center; gap: 8px;
	background: rgba(15,17,20,.78); color: #fff; font-size: 13px; font-weight: 600;
	padding: 9px 14px; border-radius: 999px; border: none; cursor: pointer;
	transition: background .18s, transform .12s;
}
.glp-expand-btn:hover { background: rgba(15,17,20,.92); }

/* ==========================================================================
   Grilles génériques
   ========================================================================== */
.glp-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.glp-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.glp-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.glp-grid-5 { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.glp-section { padding-top: 72px; padding-bottom: 72px; }
@media (max-width: 640px) {
	.glp-section { padding-left: 20px; padding-right: 20px; }
}
.glp-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 32px; flex-wrap: wrap; }
@media (max-width: 640px) {
	body.home .glp-section-head { display: none; }
	.glp-section-head .glp-tabs:nth-of-type(2) { display: none; }
}
.glp-eyebrow { font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--accent); margin-bottom: 10px; display: block; }
.glp-archive-note { text-align: center; color: var(--muted); font-size: 14.5px; margin-top: 40px; }

.glp-empty-state {
	border: 1px dashed #d5dbe1; border-radius: var(--r); padding: 72px 20px; text-align: center;
	color: var(--muted); grid-column: 1 / -1;
}

/* -- Tailles de titres (valeurs desktop ; réduites <640px plus bas) -- */
.glp-h1-hero { font-size: 64px; line-height: 1.0; }
.glp-h1-archive { font-size: 52px; margin-bottom: 12px; }
.glp-h1-single { font-size: 48px; }
.glp-h2-section { font-size: 42px; line-height: 1.15; margin-bottom: 4px; }
.glp-h2-block { font-size: 36px; margin-bottom: 4px; }
.glp-archive-hero { text-align: left; }
.glp-archive-hero > * { max-width: 1360px; margin-left: auto; margin-right: auto; padding-left: 40px; padding-right: 40px; }

/* ==========================================================================
   Carte immeuble (grille portfolio + archive immeubles)
   ========================================================================== */
.glp-building-card { border: 1px solid var(--border); border-radius: var(--r); overflow: hidden; background: #fff; display: flex; flex-direction: column; }
.glp-building-card-media { position: relative; aspect-ratio: 4/3; background: var(--border-2); display: block; }
.glp-building-card-media img { width: 100%; height: 100%; object-fit: cover; }
.glp-building-card-badges { position: absolute; top: 12px; left: 12px; display: flex; gap: 7px; }
.glp-building-card-body { padding: 20px 20px 18px; display: flex; flex-direction: column; flex: 1; }
.glp-building-card-body h3 { font-size: 19px; margin-bottom: 4px; }
.glp-building-card-body h3 a { color: var(--ink); }
.glp-building-card-body h3 a:hover { color: var(--ink); }
.glp-building-card-city { font-size: 14px; color: var(--muted); }
.glp-building-card-foot {
	margin-top: auto; display: flex; align-items: center; justify-content: space-between;
	padding-top: 16px; border-top: 1px solid var(--border-2); font-size: 13.5px; color: var(--secondary);
}
.glp-building-card-foot span { display: flex; align-items: center; gap: 6px; }
.glp-building-card-static { cursor: default; }
.glp-building-card-static:hover { transform: none; box-shadow: none; }
.glp-dispo-count { font-weight: 600; }
.glp-dispo-count:hover { gap: 6px; }
.glp-dispo-count.is-dispo { color: var(--available); }

/* ==========================================================================
   Carte logement (archive + related)
   ========================================================================== */
.glp-unit-card { border-radius: var(--r); overflow: hidden; background: #fff; border: 1px solid var(--border); display: flex; flex-direction: column; }
.glp-unit-card-media { position: relative; display: block; aspect-ratio: 16/10; background: var(--border-2); }
.glp-unit-card-media img { width: 100%; height: 100%; object-fit: cover; }
.glp-unit-card-badges { position: absolute; top: 12px; left: 12px; display: flex; gap: 7px; }
.glp-unit-card-price {
	position: absolute; bottom: 12px; right: 12px; background: rgba(15,17,20,.62); backdrop-filter: blur(10px);
	border: 1px solid rgba(255,255,255,.16); color: #fff; font-family: 'Bricolage Grotesque', sans-serif;
	font-weight: 700; font-size: 16px; padding: 6px 12px; border-radius: 999px;
}
.glp-unit-card-price small { font-size: 11px; font-weight: 500; opacity: .85; }
.glp-unit-card-body { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.glp-unit-card-related .glp-unit-card-body { padding: 20px; }
.glp-unit-card-body h3 { font-size: 18px; margin-bottom: 6px; }
.glp-unit-card-body h3 a { color: var(--ink); }
.glp-unit-card-loc { display: flex; align-items: center; gap: 6px; font-size: 13.5px; color: var(--muted); margin-bottom: 12px; }
.glp-unit-card-stats {
	display: flex; gap: 16px; font-size: 13.5px; color: var(--secondary);
	padding: 14px 0; border-top: 1px solid var(--border-2); border-bottom: 1px solid var(--border-2);
}
.glp-unit-card-related .glp-unit-card-stats { border-bottom: none; }
.glp-unit-card-atouts { display: flex; flex-wrap: wrap; gap: 8px 14px; font-size: 13px; color: var(--secondary); margin-top: 14px; }
@media (max-width: 640px) {
	.glp-unit-card-atouts { margin-bottom: 10px; }
}
.glp-unit-card-atouts span { display: flex; align-items: center; gap: 5px; }
.glp-unit-card-cta { margin-top: 16px; width: 100%; }

/* ==========================================================================
   Hero + recherche (page d'accueil)
   ========================================================================== */
.glp-hero-wrap { padding: 0; }
.glp-hero-frame {
	position: relative; overflow: hidden; min-height: 660px;
	display: flex; align-items: center;
	width: 100%; margin: 0;
}
.glp-hero-frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.glp-hero-overlay {
	position: absolute; inset: 0; pointer-events: none;
	background: linear-gradient(231deg, rgb(15 17 20 / 0%) 0%, rgb(15 17 20 / 0%) 32%, rgb(15 17 20 / 23%) 100%);
}
.glp-hero-content { position: relative; width: 100%; padding: 160px 40px 100px; z-index: 1; }
.glp-hero-badge {
	display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.15);
	backdrop-filter: blur(14px) saturate(150%); border: 1px solid rgba(255,255,255,.3);
	border-radius: 999px; padding: 7px 15px 7px 8px; color: #fff; font-size: 13.5px; margin-bottom: 20px;
}
.glp-hero-content h1 {
	font-size: 64px; line-height: 1.0; letter-spacing: -.03em; color: #fff; max-width: 760px;
	text-wrap: balance; text-shadow: 0 2px 34px rgba(0,0,0,.4); margin-bottom: 16px;
}
.glp-hero-content > p {
	font-size: 19px; line-height: 1.55; color: rgba(255,255,255,.92); max-width: 540px;
	text-shadow: 0 1px 22px rgba(0,0,0,.5); margin-bottom: 28px;
}
.glp-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.glp-search-wrap { max-width: 1080px; margin: -48px auto 0; padding: 0 32px; position: relative; z-index: 5; }
.glp-search-bar {
	background: rgba(255,255,255,.72); backdrop-filter: blur(26px) saturate(160%);
	border: 1px solid rgba(255,255,255,.75); border-radius: 22px; box-shadow: 0 26px 60px -30px rgba(22,24,29,.5);
	padding: 16px; display: grid; grid-template-columns: 1fr 1fr auto; gap: 6px; align-items: end;
}
.glp-search-bar label { display: block; font-size: 12px; font-weight: 600; color: var(--secondary); padding: 0 12px; }
.glp-search-bar label + label { border-left: 1px solid rgba(22,24,29,.1); }
.glp-search-bar select {
	width: 100%; border: none; background: transparent; font-family: 'Instrument Sans', sans-serif;
	font-size: 15px; font-weight: 600; color: var(--ink); padding: 4px 12px 0; outline: none;
}
.glp-search-bar button { border-radius: 16px; }
@media (max-width: 900px) {
	.glp-hero-content h1 { font-size: 42px; }
	.glp-search-bar { grid-template-columns: 1fr 1fr; }
	.glp-search-bar button { grid-column: 1 / -1; }
}
@media (max-width: 480px) {
	.glp-hero-badge { font-size: 10.5px; white-space: nowrap; gap: 6px; padding: 6px 12px 6px 6px; }
	.glp-hero-badge .glp-pill-eyebrow { white-space: nowrap; font-size: 10px; padding: 3px 8px; }
	.glp-search-bar { grid-template-columns: 1fr; }
	.glp-search-bar label + label { border-left: none; border-top: 1px solid rgba(22,24,29,.1); padding-top: 10px; }
	.glp-search-bar button { grid-column: auto; }
	.glp-search-bar select { font-size: 15px; padding: 4px 20px 0 12px; }
}

/* ==========================================================================
   Bandes stats
   ========================================================================== */
.glp-stats-bar { display: grid; grid-template-columns: repeat(5, 1fr); }
@media (max-width: 640px) {
	.glp-stats-bar { grid-template-columns: repeat(4, 1fr); }
	.glp-stats-bar > div:nth-child(4) { display: none; }
}
.glp-stats-bar > div { border-right: 1px solid var(--border-2); padding: 0 20px; text-align: center; min-width: 0; }
.glp-stats-bar > div:last-child { border-right: none; }
.glp-stat-num { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 40px; display: block; }
.glp-stat-num small { font-size: 24px; }
.glp-stat-label { font-size: 14px; color: var(--muted); overflow-wrap: break-word; }

/* ==========================================================================
   Cartes secteurs
   ========================================================================== */
.glp-sector-card { border: 1px solid var(--border); border-radius: var(--r); padding: 26px; background: #fff; display: block; }
.glp-sector-card h3 { font-size: 18px; margin: 14px 0 4px; color: var(--ink); }
.glp-sector-card-counts strong { color: var(--ink); }
.glp-sector-card-region { font-size: 13px; color: var(--muted); margin-bottom: 12px; }
.glp-sector-card p { font-size: 14px; color: var(--secondary); line-height: 1.6; margin-bottom: 16px; }
.glp-sector-card-counts { display: flex; gap: 20px; padding-top: 16px; border-top: 1px solid var(--border-2); font-size: 14px; margin-bottom: 14px; }
.glp-sector-card-counts strong { font-family: 'Bricolage Grotesque', sans-serif; display: block; font-size: 18px; }

/* ==========================================================================
   Why us / icon cards
   ========================================================================== */
.glp-icon-card { display: flex; gap: 14px; align-items: flex-start; }
.glp-icon-card h4 { font-size: 15px; margin-bottom: 3px; }
.glp-icon-card p { font-size: 13.5px; color: var(--muted); }

/* ==========================================================================
   Bloc CTA sombre
   ========================================================================== */
.glp-cta-block {
	background: var(--ink); border-radius: calc(var(--r) + 8px); padding: 64px 56px; position: relative; overflow: hidden;
	display: grid; grid-template-columns: 1fr 1.3fr; gap: 32px; align-items: center; color: #fff;
}
.glp-cta-block.glp-cta-interior { padding: 56px 52px; }
.glp-cta-block::before {
	content: ''; position: absolute; inset: 0; pointer-events: none;
	background: radial-gradient(600px 300px at 85% 10%, rgba(29,61,90,.55), transparent 70%);
}
.glp-cta-block h2 { color: #fff; font-size: 32px; line-height: 1.15; margin-bottom: 8px; }
.glp-cta-block > div > p { color: rgba(255,255,255,.75); font-size: 15px; margin-bottom: 24px; }
.glp-cta-contacts { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 12px; }
.glp-cta-contact-pill {
	display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,.06);
	border: 1px solid rgba(255,255,255,.12); border-radius: 14px; padding: 14px 18px; color: #fff;
}
.glp-cta-contact-pill small { display: block; color: rgba(255,255,255,.6); font-size: 12px; }
.glp-cta-contact-pill strong { font-size: 15px; }
.glp-cta-contact-pill:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.22); }
.glp-cta-contact-pill:hover, .glp-cta-contact-pill:hover strong { color: #fff; }
.glp-cta-contact-pill:hover small { color: rgba(255,255,255,.75); }

.glp-cta-form {
	position: relative; z-index: 1; max-width: 480px; width: 100%; margin-left: auto;
}
.glp-cta-form .wpcf7-form { display: flex; flex-direction: column; gap: 12px; }
.glp-cta-form .wpcf7-form p { margin: 0; }
.glp-cta-form .wpcf7-form-control-wrap { display: block; width: 100%; min-width: 0; }
.glp-cta-field-pill {
	display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,.06);
	border: 1px solid rgba(255,255,255,.12); border-radius: 14px; padding: 14px 18px;
	transition: background .18s, border-color .18s;
}
.wpcf7 .glp-cta-field-pill { display: flex; margin-bottom: 0; }
.glp-cta-field-pill:focus-within { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.22); }
.glp-cta-field-pill > span:first-child { color: rgba(255,255,255,.6); font-size: 12px; line-height: 1; white-space: nowrap; flex-shrink: 0; min-width: 80px; }
.glp-cta-field-pill .wpcf7-form-control-wrap { flex-shrink: 1; }
.wpcf7 .glp-cta-field-pill > span:first-child { margin-bottom: 0; }
.glp-cta-form input.glp-cta-field {
	width: 100%; min-width: 0; background: transparent !important; border: none !important; padding: 0 !important;
	color: #fff !important; font-family: 'Instrument Sans', sans-serif; font-size: 15px; line-height: 1;
}
.glp-cta-form input.glp-cta-field::placeholder { color: rgba(255,255,255,.4); }
.glp-cta-form input.glp-cta-field:focus { outline: none; }
.glp-cta-form .wpcf7-response-output { color: #fff; border-color: rgba(255,255,255,.3) !important; }
@media (max-width: 900px) {
	.glp-cta-form { margin-left: 0; max-width: 100%; }
}
@media (max-width: 640px) {
	.glp-cta-form .wpcf7-form p { flex: 1 1 100%; }
	.glp-cta-form .glp-btn { width: 100%; }
}

@media (max-width: 900px) {
	.glp-cta-block { grid-template-columns: 1fr; }
}

/* ==========================================================================
   Immeuble single — hero, stats, atouts
   ========================================================================== */
.glp-imm-hero { display: grid; grid-template-columns: 1fr 1.15fr; gap: 48px; align-items: center; }
.glp-imm-hero h1 { font-size: 48px; margin: 14px 0; }
.glp-imm-hero-address { display: flex; align-items: center; gap: 6px; color: var(--muted); font-size: 15px; margin-bottom: 14px; }
.glp-imm-hero-address svg { flex-shrink: 0; }
.glp-imm-hero-desc { color: var(--secondary); line-height: 1.6; margin-bottom: 24px; }
.glp-imm-hero-photo { position: relative; aspect-ratio: 16/11; border-radius: calc(var(--r) + 8px); overflow: hidden; box-shadow: 0 30px 60px -34px rgba(22,24,29,.45); }
.glp-imm-hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.glp-imm-thumbs { margin-top: 20px; }
.glp-imm-thumbs .glp-thumb { aspect-ratio: 4/3; border-radius: var(--r); }
.glp-imm-thumbs .glp-thumb img { width: 100%; height: 100%; object-fit: cover; }

.glp-stats-band {
	display: grid; grid-template-columns: repeat(4, 1fr); background: var(--surface); border: 1px solid var(--border);
	border-radius: calc(var(--r) + 4px); padding: 30px 34px; margin: 48px 0;
}
.glp-stats-band > div { border-right: 1px solid var(--border-4); text-align: center; }
.glp-stats-band > div:last-child { border-right: none; }
.glp-stats-band .glp-stat-num { font-size: 32px; }
.glp-stats-band .glp-stat-num.is-available { color: var(--available); }

.glp-atout-item { border: 1px solid var(--border); border-radius: var(--r); padding: 18px 20px; display: flex; gap: 14px; align-items: center; }
.glp-atout-item h4 { font-size: 15px; margin-bottom: 2px; }
.glp-atout-item p { font-size: 13px; color: var(--muted); }
.glp-atout-check { display: flex; align-items: center; gap: 10px; border: 1px solid var(--border); border-radius: var(--r); padding: 14px 16px; font-size: 14.5px; }
.glp-atout-check svg { color: var(--accent); flex-shrink: 0; }

/* ==========================================================================
   Liste des logements (single immeuble)
   ========================================================================== */
.glp-unit-row {
	border-radius: calc(var(--r) + 4px); border: 1px solid var(--border); display: grid;
	grid-template-columns: 300px 1fr 280px; overflow: hidden; background: #fff;
}
.glp-unit-row-media { position: relative; min-height: 280px; }
.glp-unit-row-media img { width: 100%; height: 100%; object-fit: cover; }
.glp-unit-row-media .glp-pill { position: absolute; top: 12px; left: 12px; }
.glp-unit-row-details { padding: 28px 30px; border-right: 1px solid var(--border-2); }
.glp-unit-row-details h3 { font-size: 19px; margin: 10px 0 8px; }
.glp-unit-row-details h3 a { color: var(--ink); }
.glp-unit-row-details p { color: var(--secondary); font-size: 14px; line-height: 1.5; margin-bottom: 14px; }
.glp-unit-row-spec { display: flex; gap: 16px; font-size: 13.5px; color: var(--muted); margin-bottom: 12px; }
.glp-unit-row-amenities { display: flex; flex-wrap: wrap; gap: 7px; }
.glp-unit-row-amenities span { display: inline-flex; align-items: center; gap: 5px; background: var(--surface-2); color: var(--nav-color); font-size: 12.5px; font-weight: 500; padding: 5px 11px; border-radius: 999px; }
.glp-unit-row-amenities svg { color: var(--accent); flex-shrink: 0; }
.glp-unit-row-price { padding: 28px 30px; display: flex; flex-direction: column; }
.glp-unit-row-price .price { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 28px; margin-bottom: 14px; }
.glp-unit-row-price .price small { font-size: 14px; font-weight: 500; color: var(--muted); }
.glp-unit-row-minispec { font-size: 13.5px; margin-bottom: 18px; }
.glp-unit-row-minispec div { display: flex; justify-content: space-between; padding: 5px 0; color: var(--muted); }
.glp-unit-row-minispec strong { color: var(--ink); font-weight: 600; }

/* ==========================================================================
   Localisation / carte
   ========================================================================== */
.glp-split-map { display: grid; grid-template-columns: 1fr 1.4fr; gap: 32px; align-items: stretch; }
.glp-split-map > * { margin-top: 0 !important; margin-bottom: 0 !important; }
.glp-split-map.glp-split-map-narrow { grid-template-columns: minmax(300px,500px) 1fr; }
.glp-map-frame { aspect-ratio: 16/9; border-radius: calc(var(--r) + 4px); overflow: hidden; background: var(--surface-3); border: none; width: 100%; height: 100%; min-height: 300px; }
.glp-split-map-narrow .glp-map-frame { border-radius: 24px 0 0 24px; }

/* ==========================================================================
   Logement single — galerie + carte prix sticky
   ========================================================================== */
.glp-log-layout { display: grid; grid-template-columns: 1.5fr 1fr; gap: 40px; align-items: start; }
.glp-log-layout > * { margin-top: 0 !important; margin-bottom: 0 !important; }
.glp-log-gallery-main { position: relative; aspect-ratio: 16/11; border-radius: calc(var(--r) + 6px); overflow: hidden; }
.glp-log-gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.glp-log-thumbs { margin-top: 16px; }
.glp-log-thumbs .glp-thumb { aspect-ratio: 1/1; border-radius: 14px; }
.glp-log-thumbs .glp-thumb img { width: 100%; height: 100%; object-fit: cover; }

.glp-sticky-aside {
	border: 1px solid var(--border); border-radius: calc(var(--r) + 6px); padding: 28px;
	position: sticky; top: 96px;
}
.glp-sticky-aside .glp-badges-row { display: flex; gap: 8px; margin-bottom: 14px; }
.glp-sticky-aside h1 { font-size: 30px; margin-bottom: 8px; }
.glp-sticky-aside-loc { display: flex; align-items: center; gap: 6px; color: var(--muted); font-size: 14px; margin-bottom: 18px; }
.glp-sticky-price { display: flex; align-items: baseline; gap: 6px; font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 36px; padding: 16px 0; border-top: 1px solid var(--border-2); border-bottom: 1px solid var(--border-2); margin-bottom: 18px; }
.glp-sticky-price small { font-size: 15px; font-weight: 500; color: var(--muted); }
.glp-sticky-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 20px; }
.glp-sticky-specs div { display: flex; align-items: center; gap: 10px; font-size: 14px; }
.glp-sticky-specs svg { color: var(--accent); }
.glp-sticky-specs strong { display: block; font-size: 14px; }
.glp-sticky-specs small { color: var(--muted); font-size: 12px; }
.glp-sticky-aside .glp-btn { width: 100%; margin-bottom: 10px; }
.glp-sticky-minispec { margin-top: 20px; font-size: 13.5px; }
.glp-sticky-minispec div { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid var(--border-2); color: var(--muted); }
.glp-sticky-minispec div:last-child { border-bottom: none; }
.glp-sticky-minispec strong { color: var(--ink); font-weight: 600; }

/* ==========================================================================
   Caractéristiques (table 2 col)
   ========================================================================== */
.glp-carac-table { display: grid; grid-template-columns: 1fr 1fr; gap: 0 40px; }
.glp-carac-row { display: flex; justify-content: space-between; padding: 13px 0; border-bottom: 1px solid var(--border-2); font-size: 15px; }
.glp-carac-row span:first-child { color: var(--muted); }
.glp-carac-row span:last-child { font-weight: 600; }
@media (max-width: 480px) {
	.glp-carac-table { grid-template-columns: 1fr; gap: 0; }
	.glp-carac-row { font-size: 13.5px; padding: 11px 0; }
}

/* ==========================================================================
   Situé dans (carte immeuble parent)
   ========================================================================== */
.glp-situe-card {
	display: block; border: 1px solid var(--border); border-radius: var(--r); overflow: hidden;
	background: #fff; color: inherit; text-decoration: none; transition: box-shadow .18s, transform .18s;
}
.glp-situe-card:hover { box-shadow: 0 20px 40px -24px rgba(22,24,29,.35); transform: translateY(-2px); }
.glp-situe-card:hover h3 { color: var(--accent); }
.glp-situe-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.glp-situe-card-body { padding: 20px; }
.glp-situe-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--muted); }
.glp-situe-card-body h3 { font-size: 18px; margin: 6px 0; }
.glp-situe-card-meta { font-size: 13.5px; color: var(--muted); margin-bottom: 12px; }
.glp-situe-card-desc { font-size: 14.5px; color: var(--secondary); line-height: 1.55; margin: 6px 0 14px; }
.glp-situe-card-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.glp-situe-card-pills span { background: var(--surface); border: 1px solid var(--border); border-radius: 999px; padding: 5px 12px; font-size: 12.5px; }

/* ==========================================================================
   Barre d'action mobile (single logement)
   ========================================================================== */
.glp-mobile-bar { display: none; }
@media (max-width: 760px) {
	.glp-mobile-bar {
		display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 120;
		background: #fff; border-top: 1px solid var(--border-4); box-shadow: 0 -8px 24px -16px rgba(22,24,29,.4);
		padding: 12px 18px; align-items: center; justify-content: space-between; gap: 14px;
	}
	body.single-logement { padding-bottom: 78px; }
}
.glp-mobile-bar-price { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 20px; }
.glp-mobile-bar-price small { font-size: 12px; color: var(--muted); font-weight: 500; }
.glp-mobile-bar-meta { display: block; font-size: 12px; color: var(--muted); }

/* ==========================================================================
   Carrousel "Logements en vedette"
   ========================================================================== */
.glp-carousel-wrap { position: relative; }
.glp-swiper-featured { overflow: hidden; border-radius: calc(var(--r) + 6px); }
.glp-featured-card {
	display: grid; grid-template-columns: 1.05fr 1fr; border-radius: calc(var(--r) + 6px);
	overflow: hidden; border: 1px solid var(--border); background: #fff;
}
.glp-featured-card-media { position: relative; min-height: 520px; background: var(--border-2); }
.glp-featured-card-media img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.glp-featured-card-body { padding: 36px 44px; display: flex; flex-direction: column; }
.glp-featured-card-body h3 { font-size: 30px; margin-bottom: 8px; }
.glp-featured-card-body p { color: var(--secondary); line-height: 1.6; margin: 14px 0; }
.glp-featured-card-body .glp-unit-card-cta { margin-top: auto; }
.glp-car-btn {
	width: 44px; height: 44px; border-radius: 999px; border: 1px solid var(--border-3); background: #fff;
	display: inline-flex; align-items: center; justify-content: center; transition: all .18s;
}
.glp-car-btn:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.glp-car-dots.swiper-pagination { position: static; display: flex; justify-content: center; gap: 9px; margin-top: 20px; }
.glp-car-dot { width: 8px; height: 8px; border-radius: 999px; background: #cfd6dd; transition: all .25s; cursor: pointer; display: inline-block; }
.glp-car-dot.is-active { width: 26px; background: var(--ink); }
@media (max-width: 900px) {
	.glp-featured-card { grid-template-columns: 1fr; }
	.glp-featured-card-media { min-height: 320px; }
	.glp-featured-card-body { padding: 26px 24px; }
}

/* ==========================================================================
   Formulaires CF7 — habillage générique
   ========================================================================== */
.wpcf7-form-control:not(.wpcf7-submit):not([type="checkbox"]):not([type="radio"]) {
	font-family: 'Instrument Sans', sans-serif; font-size: 15px; width: 100%; box-sizing: border-box;
	border: 1px solid #d9dfe5; border-radius: 12px; padding: 13px 15px; outline: none; color: var(--ink);
	background: #fff; transition: border-color .18s;
}
.wpcf7-form-control:focus { border-color: var(--accent); }
.wpcf7-form-control.wpcf7-submit { -webkit-appearance: none; appearance: none; cursor: pointer; }
.wpcf7 label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 14px; }
.wpcf7 label > span:first-child { display: block; margin-bottom: 6px; }
.wpcf7-form p { margin: 0 0 4px; }
.wpcf7-not-valid-tip { color: #c0392b; font-size: 12.5px; margin-top: 4px; }
.wpcf7-response-output { border-radius: 10px; font-size: 13.5px; margin-top: 14px !important; }

.glp-contact-form-panel {
	background: rgb(255 255 255 / 53%); backdrop-filter: blur(26px) saturate(160%);
	border: 1px solid rgba(255,255,255,.4);
	box-shadow: 0 30px 60px -30px rgba(0,0,0,.5);
	border-radius: calc(var(--r) + 4px); padding: 28px; color: var(--ink); position: relative; z-index: 1;
}
.glp-contact-form-panel h3 { font-size: 19px; margin-bottom: 6px; }
.glp-contact-form-panel > p { color: var(--muted); font-size: 14px; margin-bottom: 18px; }
.glp-contact-form-panel textarea.glp-fld { height: 100px; min-height: 70px; }
.glp-fld-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0 14px; }
@media (max-width: 640px) {
	.glp-fld-row { grid-template-columns: 1fr; }
}
