.gl-hero { position: relative; overflow: hidden; background: #111; }
.gl-hero__track { display: flex; height: clamp(480px, 54vw, 720px); overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; }
.gl-hero__track::-webkit-scrollbar { display: none; }
.gl-hero__slide { position: relative; flex: 0 0 100%; width: 100%; height: 100%; scroll-snap-align: start; color: #fff; text-decoration: none; }
.gl-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gl-hero__slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.58), rgba(0,0,0,.12) 58%, rgba(0,0,0,.02)); }
.gl-hero__content { position: absolute; z-index: 2; left: max(20px, calc((100% - min(calc(100% - 40px), var(--gl-container))) / 2)); bottom: clamp(48px, 9vw, 105px); width: min(560px, calc(100% - 40px)); }
.gl-hero__eyebrow { color: var(--gl-accent); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.gl-hero__title { color: #fff; font-size: clamp(2rem, 4.2vw, 4.2rem); margin: 8px 0 14px; text-shadow: 0 2px 16px rgba(0,0,0,.25); }
.gl-hero__text { max-width: 520px; margin-bottom: 22px; color: #fff; font-size: clamp(.98rem, 1.5vw, 1.12rem); }
.gl-hero__nav { position: absolute; z-index: 5; top: 50%; transform: translateY(-50%); width: 46px; height: 46px; border: 0; border-radius: 50%; background: rgba(0,0,0,.5); color: #fff; font-size: 1.7rem; }
.gl-hero__nav--prev { left: 18px; } .gl-hero__nav--next { right: 18px; }
.gl-hero__controls { position: absolute; z-index: 5; right: max(20px, calc((100% - min(calc(100% - 40px), var(--gl-container))) / 2)); bottom: 22px; display: flex; align-items: center; gap: 10px; }
.gl-hero__dots { display: flex; gap: 8px; }
.gl-hero__dot { width: 10px; height: 10px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.55); }
.gl-hero__dot[aria-current="true"] { background: var(--gl-accent); transform: scale(1.25); }
.gl-hero__play { width: 28px; height: 28px; padding: 0; border: 0; border-radius: 50%; background: rgba(0,0,0,.5); color: #fff; }
.gl-intro { padding-block: clamp(42px, 5vw, 68px); border-bottom: 1px solid var(--gl-border); }
.gl-intro__grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(260px, .6fr); gap: clamp(30px, 6vw, 80px); align-items: center; }
.gl-intro__lede { max-width: 800px; color: var(--gl-muted); font-size: 1.08rem; }
.gl-intro__action { padding: 24px; background: var(--gl-surface-soft); border-radius: var(--gl-radius); }
.gl-intro__action p { color: var(--gl-muted); }
.gl-home-regions { padding-top: 24px; }
.gl-popular .gl-card__body { padding-bottom: 22px; }
@media (prefers-reduced-motion: reduce) { .gl-hero__track { scroll-behavior: auto; } }
@media (max-width: 800px) { .gl-hero__track { height: 560px; } .gl-hero__slide::after { background: linear-gradient(0deg, rgba(0,0,0,.72), rgba(0,0,0,.08) 75%); } .gl-hero__content { left: 20px; right: 20px; bottom: 62px; width: auto; } .gl-hero__nav { display: none; } .gl-intro__grid { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .gl-hero__track { height: 510px; } .gl-hero__content { left: 14px; right: 14px; } .gl-hero__text { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; } }



/* ==========================================================
   INTERIOR PAGE LAYOUT
   ========================================================== */

.gl-interior {
	padding: 48px 0 72px;
}

.gl-content-sidebar {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: clamp(36px, 5vw, 64px);
	align-items: start;
}

.gl-content {
	min-width: 0;
}


/* ==========================================================
   SIDEBAR
   ========================================================== */

.gl-sidebar {
	min-width: 0;
}

.gl-sidebar__inner {
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.gl-sidebar__section {
	padding: 24px;
	background: #fff;
	border: 1px solid var(--gl-border);
	border-radius: var(--gl-radius);
}

.gl-sidebar__section h3 {
	margin-top: 0;
}

.gl-sidebar__ad {
	padding: 0;
	border: 0;
	background: transparent;
	text-align: center;
}

.gl-sidebar__ad-label {
	margin-bottom: 7px;
	color: var(--gl-muted);
	font-size: 10px;
	line-height: 1;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.gl-sidebar__ad > div {
	margin-inline: auto;
}


/* Buyer's Guide */

.gl-sidebar__guide {
	padding: 30px 26px;
	background: var(--gl-primary);
	color: #fff;
	border: 0;
}

.gl-sidebar__eyebrow {
	display: block;
	margin-bottom: 9px;
	color: var(--gl-accent);
	font-size: .75rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.gl-sidebar__guide h3 {
	margin: 0 0 12px;
	color: #fff;
	font-size: 1.45rem;
	line-height: 1.2;
}

.gl-sidebar__guide p {
	margin: 0 0 22px;
	color: rgba(255,255,255,.88);
	font-size: .95rem;
	line-height: 1.65;
}

.gl-sidebar__guide .gl-button {
	width: 100%;
	text-align: center;
}


/* Sidebar Links */

.gl-sidebar__title {
	margin: 0 0 14px;
	font-size: 1.15rem;
}

.gl-sidebar__links {
	display: flex;
	flex-direction: column;
}

.gl-sidebar__links a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 13px 0;
	color: var(--gl-text);
	font-weight: 650;
	text-decoration: none;
	border-bottom: 1px solid var(--gl-border);
	transition:
		color .18s ease,
		padding-left .18s ease;
}

.gl-sidebar__links a:first-child {
	border-top: 1px solid var(--gl-border);
}

.gl-sidebar__links a::after {
	content: "";
	width: 7px;
	height: 7px;
	margin-left: 14px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: rotate(45deg);
	flex: 0 0 auto;
}

.gl-sidebar__links a:hover {
	color: var(--gl-primary);
	padding-left: 4px;
}


/* ==========================================================
   RESPONSIVE INTERIOR / SIDEBAR
   ========================================================== */

@media (max-width: 960px) {

	.gl-content-sidebar {
		grid-template-columns: 1fr;
	}

	.gl-sidebar {
		width: 100%;
		max-width: 600px;
	}

}


@media (max-width: 600px) {

	.gl-interior {
		padding: 32px 0 52px;
	}

	.gl-content-sidebar {
		gap: 40px;
	}

	.gl-sidebar__section {
		padding: 20px;
	}

	.gl-sidebar__ad {
		padding: 0;
	}

	.gl-sidebar__guide {
		padding: 26px 22px;
	}

}

/* ==========================================================
   PAGE HEADER
   ========================================================== */

.gl-page-header {
	padding: 52px 0 44px;
	background: var(--gl-surface-soft);
	border-bottom: 1px solid var(--gl-border);
}

.gl-page-header__eyebrow {
	display: block;
	margin-bottom: 8px;
	color: var(--gl-primary);
	font-size: .76rem;
	font-weight: 800;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.gl-page-header h1 {
	max-width: 850px;
	margin: 0 0 14px;
	font-size: clamp(2rem, 4vw, 3.5rem);
	line-height: 1.08;
}

.gl-page-header p {
	max-width: 800px;
	margin: 0;
	color: var(--gl-muted);
	font-size: 1.06rem;
	line-height: 1.7;
}


/* ==========================================================
   BLOG
   ========================================================== */

.gl-blog-section + .gl-blog-section {
	margin-top: 64px;
}

.gl-section-heading {
	margin-bottom: 24px;
}

.gl-section-heading__eyebrow {
	display: block;
	margin-bottom: 5px;
	color: var(--gl-primary);
	font-size: .74rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.gl-section-heading h2 {
	margin: 0;
	font-size: clamp(1.65rem, 3vw, 2.25rem);
}


/* ==========================================================
   ARTICLE LIST
   ========================================================== */

.gl-blog-list {
	display: flex;
	flex-direction: column;
	gap: 42px;
}

.gl-blog-card {
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--gl-border);
	border-radius: var(--gl-radius);
}

.gl-blog-card__image-link {
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 8;
	background: var(--gl-surface-soft);
}

.gl-blog-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .3s ease;
}

.gl-blog-card:hover .gl-blog-card__image {
	transform: scale(1.02);
}

.gl-blog-card__body {
	padding: 25px 28px 26px;
}

.gl-blog-card__title {
	margin: 0 0 10px;
	font-size: clamp(1.35rem, 2.4vw, 1.85rem);
	line-height: 1.25;
}

.gl-blog-card__title a {
	color: var(--gl-text);
	text-decoration: none;
}

.gl-blog-card__title a:hover {
	color: var(--gl-primary);
}

.gl-blog-card__summary {
	margin: 0 0 20px;
	color: var(--gl-muted);
	font-size: 1rem;
	line-height: 1.65;
}

.gl-blog-card__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 20px;
	padding-top: 18px;
	border-top: 1px solid var(--gl-border);
	color: var(--gl-muted);
	font-size: .82rem;
}

.gl-blog-card__author {
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--gl-text);
	font-weight: 700;
}

.gl-blog-card__author img {
	width: 32px;
	height: 32px;
	object-fit: cover;
	border-radius: 50%;
}

.gl-blog-card__meta-item {
	position: relative;
}


/* ==========================================================
   VIDEO GRID
   ========================================================== */

.gl-video-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.gl-video-card {
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--gl-border);
	border-radius: var(--gl-radius);
}

.gl-video-card__media {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: #111;
}

.gl-video-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .3s ease;
}

.gl-video-card:hover .gl-video-card__media img {
	transform: scale(1.03);
}


/* CSS play icon - avoids character encoding issues */

.gl-video-card__play {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 54px;
	height: 54px;
	background: rgba(0, 0, 0, .68);
	border: 2px solid rgba(255,255,255,.9);
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.gl-video-card__play::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 52%;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 13px solid #fff;
	transform: translate(-40%, -50%);
}

.gl-video-card__body {
	padding: 18px 20px 20px;
}

.gl-video-card__body h3 {
	margin: 0 0 13px;
	font-size: 1.1rem;
	line-height: 1.35;
}

.gl-video-card__body h3 a {
	color: var(--gl-text);
	text-decoration: none;
}

.gl-video-card__body h3 a:hover {
	color: var(--gl-primary);
}

.gl-video-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 14px;
	color: var(--gl-muted);
	font-size: .78rem;
}


/* ==========================================================
   BLOG RESPONSIVE
   ========================================================== */

@media (max-width: 700px) {

	.gl-page-header {
		padding: 36px 0 32px;
	}

	.gl-blog-card__image-link {
		aspect-ratio: 16 / 9;
	}

	.gl-blog-card__body {
		padding: 20px;
	}

	.gl-video-grid {
		grid-template-columns: 1fr;
	}

	.gl-blog-card__meta {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

}


/* ==========================================================
   ARTICLE
   ========================================================== */

.gl-article {
	min-width: 0;
}

.gl-article__header {
	margin-bottom: 30px;
}

.gl-article__eyebrow {
	display: block;
	margin-bottom: 10px;
	color: var(--gl-primary);
	font-size: .76rem;
	font-weight: 800;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.gl-article__header h1 {
	max-width: 900px;
	margin: 0 0 14px;
	font-size: clamp(2rem, 4vw, 3.4rem);
	line-height: 1.08;
}

.gl-article__subtitle {
	max-width: 850px;
	margin: 0 0 22px;
	color: var(--gl-muted);
	font-size: clamp(1.05rem, 2vw, 1.3rem);
	font-style: italic;
	line-height: 1.55;
}

.gl-article__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 20px;
	padding-top: 18px;
	color: var(--gl-muted);
	font-size: .84rem;
	border-top: 1px solid var(--gl-border);
}

.gl-article__author-mini {
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--gl-text);
	font-weight: 700;
}

.gl-article__author-mini img {
	width: 34px;
	height: 34px;
	object-fit: cover;
	border-radius: 50%;
}


/* Article Image */

.gl-article__figure {
	margin: 0 0 32px;
}

.gl-article__figure img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: var(--gl-radius);
}

.gl-article__figure figcaption {
	padding: 8px 3px 0;
	color: var(--gl-muted);
	font-size: .78rem;
	line-height: 1.45;
}


/* Article Body */

.gl-article__body {
	color: var(--gl-text);
	font-size: 1.04rem;
	line-height: 1.8;
}

.gl-article__body p {
	margin: 0 0 1.15em;
}

.gl-article__body h2 {
	margin: 2em 0 .7em;
	font-size: clamp(1.5rem, 2.6vw, 2rem);
}

.gl-article__body h3 {
	margin: 1.8em 0 .6em;
	font-size: 1.35rem;
}

.gl-article__body img {
	max-width: 100%;
	height: auto;
}

.gl-article__body a {
	color: var(--gl-primary);
}

.gl-article__body ul,
.gl-article__body ol {
	margin: 1.2em 0 1.5em;
	padding-left: 1.5em;
}

.gl-article__body blockquote {
	margin: 1.8em 0;
	padding: 18px 24px;
	background: var(--gl-surface-soft);
	border-left: 4px solid var(--gl-primary);
}


/* More Information */

.gl-article__more {
	margin: 34px 0;
}


/* Article Footer */

.gl-article__footer {
	margin-top: 38px;
	padding: 20px 0;
	border-top: 1px solid var(--gl-border);
	border-bottom: 1px solid var(--gl-border);
}

.gl-article__footer p {
	margin: 5px 0;
	color: var(--gl-muted);
	font-size: .8rem;
}

.gl-article__stats span {
	margin: 0 6px;
}


/* ==========================================================
   AUTHOR
   ========================================================== */

.gl-author {
	margin-top: 46px;
	padding: 30px;
	background: var(--gl-surface-soft);
	border-radius: var(--gl-radius);
}

.gl-author__heading {
	margin-bottom: 22px;
	color: var(--gl-muted);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.gl-author__profile {
	display: grid;
	grid-template-columns: 110px minmax(0, 1fr);
	gap: 24px;
	align-items: start;
}

.gl-author__image img {
	display: block;
	width: 110px;
	height: 110px;
	object-fit: cover;
	border-radius: 50%;
}

.gl-author__content h2 {
	margin: 0 0 12px;
	font-size: 1.5rem;
}

.gl-author__bio {
	color: var(--gl-muted);
	font-size: .95rem;
	line-height: 1.7;
}

.gl-author__bio p:first-child {
	margin-top: 0;
}

.gl-author__bio p:last-child {
	margin-bottom: 0;
}

.gl-author__social {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
	margin-top: 18px;
	padding-top: 16px;
	border-top: 1px solid var(--gl-border);
}

.gl-author__social a {
	color: var(--gl-primary);
	font-size: .85rem;
	font-weight: 700;
	text-decoration: none;
}

.gl-author__social a:hover {
	text-decoration: underline;
}


/* ==========================================================
   ARTICLE RESPONSIVE
   ========================================================== */

@media (max-width: 600px) {

	.gl-article__header h1 {
		font-size: 2rem;
	}

	.gl-article__meta {
		align-items: flex-start;
		flex-direction: column;
	}

	.gl-author {
		padding: 24px 20px;
	}

	.gl-author__profile {
		grid-template-columns: 1fr;
	}

	.gl-author__image img {
		width: 90px;
		height: 90px;
	}

}

/* ==========================================================
   CONTACT PAGE
   ========================================================== */

.gl-contact__hero {
	overflow: hidden;
	margin-bottom: 36px;
	border-radius: var(--gl-radius);
}

.gl-contact__hero img {
	display: block;
	width: 100%;
	height: auto;
}


/* Intro */

.gl-contact__intro {
	margin-bottom: 38px;
}

.gl-contact__intro h2 {
	margin: 0 0 14px;
	font-size: clamp(1.6rem, 3vw, 2.15rem);
}

.gl-contact__intro p {
	margin: 0 0 16px;
	color: var(--gl-muted);
	font-size: 1rem;
	line-height: 1.75;
}


/* ==========================================================
   CONTACT PEOPLE
   ========================================================== */

.gl-contact__people {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	margin: 36px 0 42px;
}

.gl-contact-person {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 24px;
	background: #fff;
	border: 1px solid var(--gl-border);
	border-radius: var(--gl-radius);
}

.gl-contact-person__photo {
	flex: 0 0 auto;
}

.gl-contact-person__photo img {
	display: block;
	width: 88px;
	height: 88px;
	object-fit: cover;
	border-radius: 50%;
}

.gl-contact-person__content {
	min-width: 0;
}

.gl-contact-person__role {
	display: block;
	margin-bottom: 4px;
	color: var(--gl-primary);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.gl-contact-person h3 {
	margin: 0 0 10px;
	font-size: 1.25rem;
}

.gl-contact-person__details {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: 0;
}

.gl-contact-person__details a {
	color: var(--gl-muted);
	font-size: .88rem;
	text-decoration: none;
	overflow-wrap: anywhere;
}

.gl-contact-person__details a:hover {
	color: var(--gl-primary);
}


/* ==========================================================
   CONTACT CTA
   ========================================================== */

.gl-contact__cta {
	margin-top: 10px;
	padding: clamp(28px, 4vw, 42px);
	background: var(--gl-primary);
	color: #fff;
	border-radius: var(--gl-radius);
}

.gl-contact__eyebrow {
	display: block;
	margin-bottom: 8px;
	color: var(--gl-accent);
	font-size: .74rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.gl-contact__cta h2 {
	margin: 0 0 12px;
	color: #fff;
	font-size: clamp(1.55rem, 3vw, 2rem);
}

.gl-contact__cta p {
	max-width: 680px;
	margin: 0 0 22px;
	color: rgba(255,255,255,.88);
	line-height: 1.7;
}

.gl-contact__privacy {
	margin: 24px 0 0;
	padding: 16px 18px;
	background: var(--gl-surface-soft);
	color: var(--gl-muted);
	font-size: .78rem;
	line-height: 1.55;
	border-radius: var(--gl-radius);
}


/* ==========================================================
   CONTACT RESPONSIVE
   ========================================================== */

@media (max-width: 760px) {

	.gl-contact__people {
		grid-template-columns: 1fr;
	}

}


@media (max-width: 480px) {

	.gl-contact-person {
		align-items: flex-start;
		padding: 20px;
	}

	.gl-contact-person__photo img {
		width: 70px;
		height: 70px;
	}

}

/* ==========================================================
   FOOTER SOCIAL
   ========================================================== */

.gl-footer-social {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 20px;
}

.gl-footer-social a {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 40px;
	height: 40px;

	color: #fff;
	background: rgba(255,255,255,.10);
	border: 1px solid rgba(255,255,255,.16);
	border-radius: 50%;

	text-decoration: none;

	transition:
		background .18s ease,
		transform .18s ease,
		border-color .18s ease;
}

.gl-footer-social a:hover {
	background: var(--gl-primary);
	border-color: var(--gl-primary);
	transform: translateY(-2px);
}

.gl-footer-social svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
}

/* ==========================================================
   INDIVIDUAL VIDEO PAGE
   ========================================================== */

.gl-video-detail {
	min-width: 0;
}


/* Header */

.gl-video-detail__header {
	margin-bottom: 28px;
}

.gl-video-detail__eyebrow {
	display: block;
	margin-bottom: 9px;
	color: var(--gl-primary);
	font-size: .76rem;
	font-weight: 800;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.gl-video-detail__header h1 {
	max-width: 900px;
	margin: 0 0 18px;
	font-size: clamp(2rem, 4vw, 3.25rem);
	line-height: 1.1;
}

.gl-video-detail__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 20px;
	padding-top: 16px;
	color: var(--gl-muted);
	font-size: .84rem;
	border-top: 1px solid var(--gl-border);
}


/* ==========================================================
   VIDEO PLAYER
   ========================================================== */

.gl-video-detail__player {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 38px;
	aspect-ratio: 16 / 9;
	background: #000;
	border-radius: var(--gl-radius);
}

.gl-video-detail__player iframe,
.gl-video-detail__player video,
.gl-video-detail__player embed,
.gl-video-detail__player object {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}


/* ==========================================================
   VIDEO CONTENT
   ========================================================== */

.gl-video-detail__section {
	margin-top: 36px;
}

.gl-video-detail__section h2 {
	margin: 0 0 14px;
	font-size: clamp(1.45rem, 2.5vw, 1.9rem);
}

.gl-video-detail__description {
	color: var(--gl-text);
	font-size: 1.03rem;
	line-height: 1.75;
}

.gl-video-detail__description p {
	margin: 0 0 1.15em;
}

.gl-video-detail__description img {
	max-width: 100%;
	height: auto;
}

.gl-video-detail__description a {
	color: var(--gl-primary);
}


/* More Information */

.gl-video-detail__more {
	margin: 30px 0 38px;
}


/* ==========================================================
   YOUTUBE CTA
   ========================================================== */

.gl-video-detail__youtube {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	margin-top: 42px;
	padding: 28px 30px;
	background: var(--gl-surface-soft);
	border: 1px solid var(--gl-border);
	border-radius: var(--gl-radius);
}

.gl-video-detail__youtube-label {
	display: block;
	margin-bottom: 5px;
	color: var(--gl-primary);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.gl-video-detail__youtube h2 {
	margin: 0 0 7px;
	font-size: 1.4rem;
}

.gl-video-detail__youtube p {
	max-width: 520px;
	margin: 0;
	color: var(--gl-muted);
	font-size: .9rem;
	line-height: 1.55;
}

.gl-video-detail__youtube .gl-button {
	flex: 0 0 auto;
}


/* ==========================================================
   VIDEO FOOTER
   ========================================================== */

.gl-video-detail__footer {
	margin-top: 38px;
	padding: 18px 0;
	border-top: 1px solid var(--gl-border);
	border-bottom: 1px solid var(--gl-border);
}

.gl-video-detail__footer p {
	margin: 5px 0;
	color: var(--gl-muted);
	font-size: .8rem;
}

.gl-video-detail__footer span {
	margin: 0 6px;
}


/* ==========================================================
   VIDEO RESPONSIVE
   ========================================================== */

@media (max-width: 700px) {

	.gl-video-detail__header h1 {
		font-size: 2rem;
	}

	.gl-video-detail__youtube {
		align-items: flex-start;
		flex-direction: column;
		padding: 24px;
	}

	.gl-video-detail__youtube .gl-button {
		width: 100%;
		text-align: center;
	}

}

/* ==========================================================
   FREE GUIDE
   ========================================================== */

.gl-guide-page {
	min-width: 0;
}


/* Guide Hero */

.gl-guide-hero {
	overflow: hidden;
	margin-bottom: 38px;
	border-radius: var(--gl-radius);
}

.gl-guide-hero img {
	display: block;
	width: 100%;
	height: auto;
}


/* Intro */

.gl-guide-intro {
	margin-bottom: 42px;
}

.gl-guide-intro h2 {
	margin: 0 0 14px;
	font-size: clamp(1.6rem, 3vw, 2.15rem);
}

.gl-guide-intro p {
	margin: 0 0 16px;
	color: var(--gl-muted);
	font-size: 1.02rem;
	line-height: 1.75;
}


/* Eyebrow */

.gl-guide-eyebrow {
	display: block;
	margin-bottom: 7px;
	color: var(--gl-primary);
	font-size: .74rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}


/* ==========================================================
   GUIDE FEATURES
   ========================================================== */

.gl-guide-features {
	margin-bottom: 48px;
	padding: clamp(26px, 4vw, 38px);
	background: var(--gl-surface-soft);
	border-radius: var(--gl-radius);
}

.gl-guide-features h2 {
	margin: 0 0 22px;
	font-size: clamp(1.5rem, 3vw, 2rem);
}

.gl-guide-checklist {
	display: grid;
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.gl-guide-checklist li {
	position: relative;
	margin: 0;
	padding-left: 30px;
	color: var(--gl-text);
	line-height: 1.6;
}

.gl-guide-checklist li::before {
	content: "";
	position: absolute;
	top: .34em;
	left: 2px;
	width: 13px;
	height: 7px;
	border-left: 3px solid var(--gl-primary);
	border-bottom: 3px solid var(--gl-primary);
	transform: rotate(-45deg);
}


/* ==========================================================
   FORM COMPONENTS
   ========================================================== */

.gl-guide-form {
	padding: clamp(26px, 4vw, 38px);
	background: #fff;
	border: 1px solid var(--gl-border);
	border-radius: var(--gl-radius);
}

.gl-guide-form__header {
	margin-bottom: 26px;
}

.gl-guide-form__header h2 {
	margin: 0 0 8px;
	font-size: clamp(1.5rem, 3vw, 2rem);
}

.gl-guide-form__header p {
	margin: 0;
	color: var(--gl-muted);
	line-height: 1.6;
}


.gl-form {
	position: relative;
}

.gl-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.gl-form__field {
	min-width: 0;
}

.gl-form__field--full {
	grid-column: 1 / -1;
}

.gl-form__field label {
	display: block;
	margin-bottom: 7px;
	color: var(--gl-text);
	font-size: .86rem;
	font-weight: 700;
}

.gl-form__field label span {
	color: #b42318;
}

.gl-form__field input,
.gl-form__field textarea,
.gl-form__field select {
	display: block;
	width: 100%;
	padding: 12px 14px;
	color: var(--gl-text);
	background: #fff;
	border: 1px solid var(--gl-border);
	border-radius: 6px;
	font: inherit;
	line-height: 1.4;
	transition:
		border-color .18s ease,
		box-shadow .18s ease;
}

.gl-form__field input {
	min-height: 48px;
}

.gl-form__field textarea {
	min-height: 140px;
	resize: vertical;
}

.gl-form__field input:focus,
.gl-form__field textarea:focus,
.gl-form__field select:focus {
	outline: none;
	border-color: var(--gl-primary);
	box-shadow: 0 0 0 3px rgba(22, 63, 107, .10);
}

.gl-form__actions {
	margin-top: 4px;
}

.gl-form__submit {
	border: 0;
	cursor: pointer;
}

.gl-form__consent {
	margin: 22px 0 0;
	padding-top: 18px;
	color: var(--gl-muted);
	font-size: .76rem;
	line-height: 1.55;
	border-top: 1px solid var(--gl-border);
}


/* Honeypot stays off screen, not display:none */

.gl-form__honeypot {
	position: absolute !important;
	left: -10000px !important;
	top: auto !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}


/* ==========================================================
   GUIDE SUCCESS
   ========================================================== */

.gl-guide-success {
	padding: clamp(32px, 5vw, 52px);
	text-align: center;
	background: var(--gl-surface-soft);
	border-radius: var(--gl-radius);
}

.gl-guide-success__icon {
	position: relative;
	width: 64px;
	height: 64px;
	margin: 0 auto 22px;
	background: var(--gl-primary);
	border-radius: 50%;
}

.gl-guide-success__icon::after {
	content: "";
	position: absolute;
	top: 19px;
	left: 17px;
	width: 27px;
	height: 14px;
	border-left: 4px solid #fff;
	border-bottom: 4px solid #fff;
	transform: rotate(-45deg);
}

.gl-guide-success h2 {
	margin: 0 0 12px;
	font-size: clamp(1.6rem, 3vw, 2.15rem);
}

.gl-guide-success > p {
	max-width: 600px;
	margin: 0 auto 24px;
	color: var(--gl-muted);
	font-size: 1rem;
	line-height: 1.7;
}

.gl-guide-success__button {
	display: inline-flex;
}

.gl-guide-success .gl-guide-success__note {
	margin: 13px auto 0;
	font-size: .75rem;
}


/* ==========================================================
   FREE GUIDE RESPONSIVE
   ========================================================== */

@media (max-width: 650px) {

	.gl-form__grid {
		grid-template-columns: 1fr;
	}

	.gl-form__field--full {
		grid-column: auto;
	}

	.gl-form__submit {
		width: 100%;
	}

}

/* ==========================================================
   GUIDE DOWNLOAD PAGE
   ========================================================== */

.gl-guide-download {
	padding: clamp(48px, 7vw, 90px) 0 72px;
	background: var(--gl-surface-soft);
}

.gl-guide-download__card {
	display: grid;
	grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
	overflow: hidden;
	max-width: 1050px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid var(--gl-border);
	border-radius: var(--gl-radius);
	box-shadow: 0 18px 50px rgba(0,0,0,.07);
}


/* Guide Visual */

.gl-guide-download__visual {
	min-height: 100%;
	background: #e9ece9;
}

.gl-guide-download__visual img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* Content */

.gl-guide-download__content {
	padding: clamp(32px, 5vw, 58px);
}

.gl-guide-download__check {
	position: relative;
	width: 54px;
	height: 54px;
	margin-bottom: 22px;
	background: var(--gl-primary);
	border-radius: 50%;
}

.gl-guide-download__check::after {
	content: "";
	position: absolute;
	top: 16px;
	left: 14px;
	width: 23px;
	height: 12px;
	border-left: 4px solid #fff;
	border-bottom: 4px solid #fff;
	transform: rotate(-45deg);
}

.gl-guide-download__content h1 {
	margin: 4px 0 16px;
	font-size: clamp(2rem, 4vw, 3.2rem);
	line-height: 1.08;
}

.gl-guide-download__lead {
	max-width: 600px;
	margin: 0 0 26px;
	color: var(--gl-muted);
	font-size: 1.05rem;
	line-height: 1.7;
}

.gl-guide-download__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding-inline: 28px;
}

.gl-guide-download__note {
	margin: 10px 0 0;
	color: var(--gl-muted);
	font-size: .75rem;
}


/* What's Inside */

.gl-guide-download__inside {
	margin-top: 34px;
	padding-top: 28px;
	border-top: 1px solid var(--gl-border);
}

.gl-guide-download__inside h2 {
	margin: 0 0 15px;
	font-size: 1.25rem;
}

.gl-guide-download__inside ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.gl-guide-download__inside li {
	position: relative;
	padding-left: 25px;
	color: var(--gl-muted);
	font-size: .92rem;
	line-height: 1.5;
}

.gl-guide-download__inside li::before {
	content: "";
	position: absolute;
	top: .35em;
	left: 2px;
	width: 11px;
	height: 6px;
	border-left: 2px solid var(--gl-primary);
	border-bottom: 2px solid var(--gl-primary);
	transform: rotate(-45deg);
}


/* Next Step */

.gl-guide-download__next {
	max-width: 800px;
	margin: 60px auto 0;
	text-align: center;
}

.gl-guide-download__next h2 {
	margin: 5px 0 10px;
	font-size: clamp(1.7rem, 3vw, 2.35rem);
}

.gl-guide-download__next p {
	max-width: 650px;
	margin: 0 auto 22px;
	color: var(--gl-muted);
	line-height: 1.7;
}


/* Responsive */

@media (max-width: 760px) {

	.gl-guide-download {
		padding-top: 30px;
	}

	.gl-guide-download__card {
		grid-template-columns: 1fr;
	}

	.gl-guide-download__visual {
		max-height: 360px;
	}

	.gl-guide-download__visual img {
		height: 360px;
		object-position: center top;
	}

}


@media (max-width: 480px) {

	.gl-guide-download__visual,
	.gl-guide-download__visual img {
		height: 280px;
	}

	.gl-guide-download__content {
		padding: 28px 22px;
	}

	.gl-guide-download__button {
		width: 100%;
		text-align: center;
	}

}

/* ==========================================================
   ABOUT PAGE
   ========================================================== */

.gl-about__hero {
	overflow: hidden;
	margin-bottom: 42px;

	border-radius: var(--gl-radius);
}

.gl-about__hero img {
	display: block;

	width: 100%;
	height: auto;
}


/* Introduction */

.gl-about__intro {
	margin-bottom: 42px;
}

.gl-about__intro h2 {
	margin: 0 0 16px;

	font-size: clamp(1.7rem, 3vw, 2.3rem);
	line-height: 1.2;
}

.gl-about__intro p {
	margin: 0 0 17px;

	color: var(--gl-muted);

	font-size: 1rem;
	line-height: 1.75;
}

.gl-about__intro .gl-about__lead {
	color: var(--gl-text);

	font-size: 1.12rem;
	font-weight: 600;
	line-height: 1.7;
}


/* Content Section */

.gl-about__section {
	margin: 0 0 42px;
}

.gl-about__section h2 {
	margin: 0 0 16px;

	font-size: clamp(1.55rem, 3vw, 2rem);
	line-height: 1.25;
}

.gl-about__section p {
	margin: 0 0 16px;

	color: var(--gl-muted);

	line-height: 1.75;
}


/* ==========================================================
   ABOUT FEATURES
   ========================================================== */

.gl-about__features {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;

	margin: 0 0 48px;
}

.gl-about-feature {
	position: relative;

	padding: 26px 24px;

	background: var(--gl-surface-soft);

	border: 1px solid var(--gl-border);
	border-radius: var(--gl-radius);
}

.gl-about-feature__number {
	display: block;

	margin-bottom: 16px;

	color: var(--gl-primary);

	font-size: .75rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: .12em;
}

.gl-about-feature h3 {
	margin: 0 0 10px;

	font-size: 1.15rem;
	line-height: 1.3;
}

.gl-about-feature p {
	margin: 0;

	color: var(--gl-muted);

	font-size: .92rem;
	line-height: 1.65;
}


/* ==========================================================
   ABOUT MISSION
   ========================================================== */

.gl-about__mission {
	margin: 0 0 48px;
	padding: clamp(28px, 4vw, 40px);

	background: var(--gl-surface-soft);

	border-left: 4px solid var(--gl-primary);
	border-radius: var(--gl-radius);
}

.gl-about__mission h2 {
	margin: 0 0 14px;

	font-size: clamp(1.55rem, 3vw, 2rem);
	line-height: 1.25;
}

.gl-about__mission p {
	margin: 0;

	color: var(--gl-muted);

	font-size: 1rem;
	line-height: 1.75;
}


/* ==========================================================
   ABOUT CTA
   ========================================================== */

.gl-about__cta {
	padding: clamp(30px, 5vw, 46px);

	background: var(--gl-primary);
	color: #fff;

	border-radius: var(--gl-radius);
}

.gl-about__cta-eyebrow {
	display: block;

	margin-bottom: 9px;

	color: var(--gl-accent);

	font-size: .75rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.gl-about__cta h2 {
	margin: 0 0 13px;

	color: #fff;

	font-size: clamp(1.7rem, 3vw, 2.25rem);
	line-height: 1.2;
}

.gl-about__cta p {
	max-width: 640px;

	margin: 0 0 24px;

	color: rgba(255, 255, 255, .88);

	line-height: 1.7;
}

.gl-about__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}


/* Ghost button on dark background */

.gl-about__cta .gl-button--ghost {
	color: #fff;
	border-color: rgba(255, 255, 255, .75);
}

.gl-about__cta .gl-button--ghost:hover {
	color: var(--gl-primary);
	background: #fff;
	border-color: #fff;
}


/* ==========================================================
   ABOUT RESPONSIVE
   ========================================================== */

@media (max-width: 760px) {

	.gl-about__features {
		grid-template-columns: 1fr;
	}

}


@media (max-width: 520px) {

	.gl-about__hero {
		margin-bottom: 32px;
	}

	.gl-about__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.gl-about__actions .gl-button {
		width: 100%;
	}

}

/* ==========================================================
   LEGAL / POLICY PAGES
   ========================================================== */

.gl-legal {
	min-width: 0;
}

.gl-legal__updated {
	display: inline-flex;
	align-items: center;

	margin: 0 0 24px;
	padding: 7px 13px;

	background: var(--gl-surface-soft);
	color: var(--gl-muted);

	border: 1px solid var(--gl-border);
	border-radius: 999px;

	font-size: .78rem;
	font-weight: 700;
	line-height: 1.2;
}

.gl-legal__lead {
	margin: 0 0 18px;

	color: var(--gl-text);

	font-size: 1.08rem;
	font-weight: 600;
	line-height: 1.75;
}

.gl-legal > p {
	margin: 0 0 18px;

	color: var(--gl-muted);
	line-height: 1.75;
}


/* ==========================================================
   LEGAL SECTIONS
   ========================================================== */

.gl-legal__section {
	margin-top: 38px;
	padding-top: 34px;

	border-top: 1px solid var(--gl-border);
}

.gl-legal__section h2 {
	margin: 0 0 16px;

	color: var(--gl-text);

	font-size: clamp(1.35rem, 2.5vw, 1.75rem);
	line-height: 1.25;
}

.gl-legal__section p {
	margin: 0 0 16px;

	color: var(--gl-muted);
	line-height: 1.75;
}

.gl-legal__section p:last-child {
	margin-bottom: 0;
}


/* Lists */

.gl-legal__section ul {
	margin: 18px 0 22px;
	padding-left: 24px;
}

.gl-legal__section li {
	margin-bottom: 9px;
	padding-left: 3px;

	color: var(--gl-muted);
	line-height: 1.6;
}

.gl-legal__section li::marker {
	color: var(--gl-primary);
}


/* Links */

.gl-legal__section a {
	color: var(--gl-primary);
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.gl-legal__section a:hover {
	color: var(--gl-primary-dark);
}


/* Small heading qualifier */

.gl-legal__heading-note {
	display: block;

	margin-top: 5px;

	color: var(--gl-muted);

	font-size: .72em;
	font-weight: 500;
}


/* ==========================================================
   PRIVACY NOTICE
   ========================================================== */

.gl-legal__notice {
	padding: clamp(24px, 4vw, 34px);

	background: var(--gl-surface-soft);

	border: 1px solid var(--gl-border);
	border-left: 4px solid var(--gl-primary);
	border-radius: var(--gl-radius);
}

.gl-legal__notice h2 {
	margin-top: 0;
}


/* ==========================================================
   RESPONSIVE
   ========================================================== */

@media (max-width: 600px) {

	.gl-legal__section {
		margin-top: 30px;
		padding-top: 28px;
	}

	.gl-legal__notice {
		padding: 22px;
	}

}

/* ==========================================================
   MEDIA KIT
   ========================================================== */

.gl-mediakit {
	min-width: 0;
}


/* HERO */

.gl-mediakit__hero {
	overflow: hidden;
	margin-bottom: 42px;

	border-radius: var(--gl-radius);
}

.gl-mediakit__hero img {
	display: block;

	width: 100%;
	height: auto;
}


/* INTRO */

.gl-mediakit__intro {
	margin-bottom: 34px;
}

.gl-mediakit__intro h2 {
	margin: 0 0 16px;

	font-size: clamp(1.7rem, 3vw, 2.35rem);
	line-height: 1.2;
}

.gl-mediakit__intro p {
	margin: 0 0 17px;

	color: var(--gl-muted);

	font-size: 1rem;
	line-height: 1.75;
}

.gl-mediakit__intro .gl-mediakit__lead {
	color: var(--gl-text);

	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.7;
}


/* ==========================================================
   MEDIA KIT STATS
   ========================================================== */

.gl-mediakit__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));

	margin: 0 0 52px;

	background: var(--gl-primary);

	border-radius: var(--gl-radius);

	overflow: hidden;
}

.gl-mediakit-stat {
	padding: 27px 20px;

	text-align: center;

	border-right: 1px solid rgba(255, 255, 255, .16);
}

.gl-mediakit-stat:last-child {
	border-right: 0;
}

.gl-mediakit-stat strong {
	display: block;

	margin-bottom: 7px;

	color: #fff;

	font-size: clamp(1.3rem, 2.5vw, 1.75rem);
	font-weight: 800;
	line-height: 1.15;
}

.gl-mediakit-stat span {
	display: block;

	color: rgba(255, 255, 255, .78);

	font-size: .78rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: .08em;
	text-transform: uppercase;
}


/* ==========================================================
   SECTION HEAD
   ========================================================== */

.gl-mediakit__section {
	margin-bottom: 56px;
}

.gl-mediakit__section-head {
	margin-bottom: 26px;
}

.gl-mediakit__section-head h2 {
	margin: 0 0 12px;

	font-size: clamp(1.65rem, 3vw, 2.2rem);
	line-height: 1.2;
}

.gl-mediakit__section-head p {
	max-width: 680px;
	margin: 0;

	color: var(--gl-muted);

	line-height: 1.7;
}


/* ==========================================================
   SERVICES
   ========================================================== */

.gl-mediakit__services {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));

	gap: 18px;
}

.gl-mediakit-service {
	position: relative;

	min-width: 0;
	padding: 27px 25px;

	background: #fff;

	border: 1px solid var(--gl-border);
	border-radius: var(--gl-radius);

	box-shadow: 0 4px 18px rgba(18, 30, 22, .04);
}

.gl-mediakit-service__number {
	display: block;

	margin-bottom: 18px;

	color: var(--gl-primary);

	font-size: .76rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: .12em;
}

.gl-mediakit-service h3 {
	margin: 0 0 12px;

	font-size: 1.25rem;
	line-height: 1.3;
}

.gl-mediakit-service p {
	margin: 0 0 13px;

	color: var(--gl-muted);

	font-size: .94rem;
	line-height: 1.7;
}

.gl-mediakit-service p:last-child {
	margin-bottom: 0;
}


/* FEATURED EMAIL CARD */

.gl-mediakit-service--featured {
	padding-top: 54px;

	background: var(--gl-surface-soft);

	border-color: var(--gl-primary);
}

.gl-mediakit-service__flag {
	position: absolute;
	top: 0;
	right: 0;

	padding: 9px 15px;

	background: var(--gl-primary);
	color: #fff;

	border-radius: 0 0 0 var(--gl-radius);

	font-size: .68rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: .08em;
	text-transform: uppercase;
}


/* ==========================================================
   TRAFFIC
   ========================================================== */

.gl-mediakit__traffic {
	margin-bottom: 56px;
}

.gl-mediakit__traffic-list {
	border-top: 1px solid var(--gl-border);
}

.gl-mediakit-traffic {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr);

	gap: 18px;

	padding: 25px 0;

	border-bottom: 1px solid var(--gl-border);
}

.gl-mediakit-traffic__number {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 46px;
	height: 46px;

	background: var(--gl-surface-soft);
	color: var(--gl-primary);

	border-radius: 50%;

	font-size: .76rem;
	font-weight: 800;
}

.gl-mediakit-traffic h3 {
	margin: 1px 0 8px;

	font-size: 1.15rem;
	line-height: 1.3;
}

.gl-mediakit-traffic p {
	margin: 0 0 10px;

	color: var(--gl-muted);

	font-size: .94rem;
	line-height: 1.7;
}

.gl-mediakit-traffic p:last-child {
	margin-bottom: 0;
}


/* ==========================================================
   MEDIA KIT CTA
   ========================================================== */

.gl-mediakit__cta {
	padding: clamp(30px, 5vw, 46px);

	background: var(--gl-primary);
	color: #fff;

	border-radius: var(--gl-radius);
}

.gl-mediakit__cta-eyebrow {
	display: block;

	margin-bottom: 9px;

	color: var(--gl-accent);

	font-size: .75rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.gl-mediakit__cta h2 {
	margin: 0 0 13px;

	color: #fff;

	font-size: clamp(1.7rem, 3vw, 2.25rem);
	line-height: 1.2;
}

.gl-mediakit__cta > p {
	max-width: 650px;
	margin: 0 0 24px;

	color: rgba(255, 255, 255, .88);

	line-height: 1.7;
}


/* CONTACT */

.gl-mediakit__contact {
	display: flex;
	flex-wrap: wrap;
	align-items: center;

	gap: 7px 18px;

	margin-bottom: 25px;
}

.gl-mediakit__contact strong {
	color: #fff;

	font-size: 1.05rem;
}

.gl-mediakit__contact span {
	color: rgba(255, 255, 255, .72);

	font-size: .9rem;
}

.gl-mediakit__contact a,
.gl-mediakit__contact a:link,
.gl-mediakit__contact a:visited {
	color: #fff;

	font-weight: 700;
	text-decoration: none;
}

.gl-mediakit__contact a:hover {
	text-decoration: underline;
}

.gl-mediakit__actions {
	display: flex;
	flex-wrap: wrap;

	gap: 12px;
}


/* ==========================================================
   RESPONSIVE
   ========================================================== */

@media (max-width: 760px) {

	.gl-mediakit__services {
		grid-template-columns: 1fr;
	}

	.gl-mediakit__stats {
		grid-template-columns: 1fr;
	}

	.gl-mediakit-stat {
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, .16);
	}

	.gl-mediakit-stat:last-child {
		border-bottom: 0;
	}

}


@media (max-width: 520px) {

	.gl-mediakit__hero {
		margin-bottom: 32px;
	}

	.gl-mediakit-traffic {
		grid-template-columns: 42px minmax(0, 1fr);

		gap: 13px;
	}

	.gl-mediakit-traffic__number {
		width: 38px;
		height: 38px;
	}

	.gl-mediakit__contact {
		flex-direction: column;
		align-items: flex-start;
	}

	.gl-mediakit__actions {
		display: block;
	}

	.gl-mediakit__actions .gl-button {
		width: 100%;
	}

}

/* ==========================================================
   DISCOVERY PACKAGES
   Full-Width Conversion / Luxury Real Estate Page
   ========================================================== */


/* ==========================================================
   HERO
   ========================================================== */

.gl-discovery-hero {
	position: relative;

	padding: clamp(72px, 9vw, 120px) 0;

	background:
		linear-gradient(
			90deg,
			rgba(8, 24, 18, .91) 0%,
			rgba(8, 24, 18, .75) 44%,
			rgba(8, 24, 18, .22) 100%
		),
		url("https://www.golfcommunityliving.com/images/discoverytours.jpg")
		center / cover no-repeat;

	color: #fff;
}

.gl-discovery-hero__content {
	max-width: 760px;
}

.gl-discovery-hero__eyebrow {
	display: block;

	margin: 0 0 15px;

	color: var(--gl-accent);

	font-size: .78rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.gl-discovery-hero h1 {
	max-width: 760px;

	margin: 0 0 20px;

	color: #fff;

	font-size: clamp(2.5rem, 5vw, 4.4rem);
	line-height: 1.03;
	letter-spacing: -.03em;
}

.gl-discovery-hero__lead {
	max-width: 650px;

	margin: 0 0 30px;

	color: rgba(255,255,255,.9);

	font-size: clamp(1.08rem, 2vw, 1.28rem);
	line-height: 1.65;
}


/* ==========================================================
   PAGE
   ========================================================== */

.gl-discovery-page {
	padding: clamp(50px, 6vw, 80px) 0 80px;
}


/* ==========================================================
   INTRO
   ========================================================== */

.gl-discovery-intro {
	max-width: 900px;

	margin: 0 auto 42px;

	text-align: center;
}

.gl-discovery-intro h2 {
	margin: 0 0 20px;

	color: var(--gl-text);

	font-size: clamp(1.9rem, 3.5vw, 2.75rem);
	line-height: 1.16;
	letter-spacing: -.02em;
}

.gl-discovery-intro p {
	max-width: 800px;

	margin: 0 auto 17px;

	color: var(--gl-muted);

	font-size: 1rem;
	line-height: 1.8;
}

.gl-discovery-intro__lead {
	color: var(--gl-text) !important;

	font-size: clamp(1.05rem, 1.7vw, 1.17rem) !important;
	font-weight: 600;
}


/* ==========================================================
   STAY / PLAY / EXPLORE / DISCOVER
   ========================================================== */

.gl-discovery-benefits {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));

	margin: 45px 0 78px;

	background: #fff;

	border: 1px solid var(--gl-border);
	border-radius: var(--gl-radius);

	box-shadow: 0 5px 22px rgba(18,30,22,.05);

	overflow: hidden;
}

.gl-discovery-benefit {
	display: flex;
	align-items: center;

	gap: 14px;

	min-width: 0;
	padding: 25px 22px;

	border-right: 1px solid var(--gl-border);
}

.gl-discovery-benefit:last-child {
	border-right: 0;
}

.gl-discovery-benefit__number {
	display: flex;
	align-items: center;
	justify-content: center;

	flex: 0 0 42px;

	width: 42px;
	height: 42px;

	background: var(--gl-surface-soft);
	color: var(--gl-primary);

	border-radius: 50%;

	font-size: .72rem;
	font-weight: 800;
	line-height: 1;
}

.gl-discovery-benefit strong {
	display: block;

	margin: 0 0 3px;

	color: var(--gl-text);

	font-size: 1rem;
	line-height: 1.25;
}

.gl-discovery-benefit small {
	display: block;

	color: var(--gl-muted);

	font-size: .8rem;
	line-height: 1.35;
}


/* ==========================================================
   PACKAGE SECTION
   ========================================================== */

.gl-discovery-list {
	scroll-margin-top: 30px;
}

.gl-discovery-section-head {
	max-width: 820px;

	margin: 0 auto 38px;

	text-align: center;
}

.gl-discovery-section-head h2 {
	margin: 0 0 14px;

	color: var(--gl-text);

	font-size: clamp(1.9rem, 3.5vw, 2.7rem);
	line-height: 1.15;
	letter-spacing: -.02em;
}

.gl-discovery-section-head p {
	max-width: 720px;

	margin: 0 auto;

	color: var(--gl-muted);

	font-size: 1rem;
	line-height: 1.75;
}


/* ==========================================================
   3-COLUMN DISCOVERY GRID
   ========================================================== */

.gl-discovery-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));

	gap: 28px;
}


/* ==========================================================
   DISCOVERY CARD
   ========================================================== */

.gl-discovery-card {
	display: flex;
	flex-direction: column;

	min-width: 0;

	background: #fff;

	border: 1px solid var(--gl-border);
	border-radius: var(--gl-radius);

	overflow: hidden;

	box-shadow: 0 5px 22px rgba(18,30,22,.06);

	transition:
		transform .22s ease,
		box-shadow .22s ease,
		border-color .22s ease;
}

.gl-discovery-card:hover {
	transform: translateY(-5px);

	border-color: rgba(22,63,107,.25);

	box-shadow: 0 16px 38px rgba(18,30,22,.12);
}


/* IMAGE */

.gl-discovery-card__image {
	position: relative;

	display: block;

	aspect-ratio: 16 / 10;

	overflow: hidden;

	background: var(--gl-surface-soft);
}

.gl-discovery-card__image img {
	display: block;

	width: 100%;
	height: 100%;

	object-fit: cover;

	transition: transform .45s ease;
}

.gl-discovery-card:hover
.gl-discovery-card__image img {
	transform: scale(1.035);
}


/* BADGE */

.gl-discovery-card__badge {
	position: absolute;

	top: 16px;
	right: 0;

	display: inline-flex;

	padding: 9px 15px;

	background: rgba(15,46,80,.94);
	color: #fff;

	font-size: .66rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: .1em;
	text-transform: uppercase;
}


/* BODY */

.gl-discovery-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;

	padding: 24px;
}

.gl-discovery-card__location {
	margin: 0 0 8px;

	color: var(--gl-primary);

	font-size: .73rem;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.gl-discovery-card h3 {
	margin: 0 0 8px;

	color: var(--gl-text);

	font-size: clamp(1.2rem, 1.6vw, 1.4rem);
	line-height: 1.25;
}

.gl-discovery-card h3 a,
.gl-discovery-card h3 a:link,
.gl-discovery-card h3 a:visited {
	color: var(--gl-text);

	text-decoration: none;
}

.gl-discovery-card h3 a:hover {
	color: var(--gl-primary);
}

.gl-discovery-card__community {
	margin: 0 0 14px;

	color: var(--gl-text);

	font-size: .9rem;
	font-weight: 700;
	line-height: 1.4;
}

.gl-discovery-card__body p {
	margin: 0 0 20px;

	color: var(--gl-muted);

	font-size: .91rem;
	line-height: 1.65;
}


/* CARD CTA */

.gl-discovery-card__link,
.gl-discovery-card__link:link,
.gl-discovery-card__link:visited {
	display: inline-flex;
	align-items: center;

	gap: 8px;

	margin-top: auto;

	color: var(--gl-primary);

	font-size: .88rem;
	font-weight: 800;
	line-height: 1.3;
	text-decoration: none;
}

.gl-discovery-card__link:hover {
	color: var(--gl-primary-dark);
}

.gl-discovery-card__link span {
	transition: transform .18s ease;
}

.gl-discovery-card__link:hover span {
	transform: translateX(4px);
}


/* ==========================================================
   WHY DISCOVERY VISIT
   ========================================================== */

.gl-discovery-why {
	margin-top: clamp(70px, 8vw, 105px);
	padding: clamp(40px, 6vw, 70px);

	background: var(--gl-surface-soft);

	border-radius: var(--gl-radius);
}

.gl-discovery-why__intro {
	max-width: 780px;

	margin: 0 auto 40px;

	text-align: center;
}

.gl-discovery-why__intro h2 {
	margin: 0 0 15px;

	color: var(--gl-text);

	font-size: clamp(1.8rem, 3vw, 2.5rem);
	line-height: 1.18;
}

.gl-discovery-why__intro p {
	max-width: 650px;

	margin: 0 auto;

	color: var(--gl-muted);

	line-height: 1.7;
}

.gl-discovery-why__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));

	gap: 28px;
}

.gl-discovery-why__item {
	min-width: 0;
}

.gl-discovery-why__item h3 {
	margin: 0 0 10px;

	color: var(--gl-text);

	font-size: 1.08rem;
	line-height: 1.3;
}

.gl-discovery-why__item p {
	margin: 0;

	color: var(--gl-muted);

	font-size: .9rem;
	line-height: 1.65;
}


/* ==========================================================
   FINAL BUYER CTA
   ========================================================== */

.gl-discovery-buyer {
	margin-top: 52px;

	padding: clamp(42px, 6vw, 70px);

	background: var(--gl-primary);
	color: #fff;

	border-radius: var(--gl-radius);

	text-align: center;
}

.gl-discovery-buyer__content {
	max-width: 760px;

	margin: 0 auto;
}

.gl-discovery-buyer__eyebrow {
	display: block;

	margin: 0 0 11px;

	color: var(--gl-accent);

	font-size: .76rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.gl-discovery-buyer h2 {
	margin: 0 0 15px;

	color: #fff;

	font-size: clamp(1.9rem, 3.5vw, 2.65rem);
	line-height: 1.15;
}

.gl-discovery-buyer p {
	max-width: 660px;

	margin: 0 auto 27px;

	color: rgba(255,255,255,.87);

	font-size: 1rem;
	line-height: 1.75;
}

.gl-discovery-buyer__actions {
	display: flex;
	justify-content: center;
}


/* ==========================================================
   EMPTY STATE
   ========================================================== */

.gl-discovery-empty {
	padding: 42px;

	background: var(--gl-surface-soft);

	border: 1px solid var(--gl-border);
	border-radius: var(--gl-radius);

	text-align: center;
}

.gl-discovery-empty h3 {
	margin: 0 0 10px;

	color: var(--gl-text);
}

.gl-discovery-empty p {
	margin: 0;

	color: var(--gl-muted);
}


/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 1050px) {

	.gl-discovery-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gl-discovery-benefits {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gl-discovery-benefit {
		border-bottom: 1px solid var(--gl-border);
	}

	.gl-discovery-benefit:nth-child(2n) {
		border-right: 0;
	}

	.gl-discovery-benefit:nth-last-child(-n+2) {
		border-bottom: 0;
	}

	.gl-discovery-why__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 650px) {

	.gl-discovery-hero {
		padding: 58px 0 62px;

		background-position: 62% center;
	}

	.gl-discovery-hero h1 {
		font-size: clamp(2.15rem, 11vw, 3rem);
	}

	.gl-discovery-page {
		padding-top: 42px;
	}

	.gl-discovery-intro {
		text-align: left;
	}

	.gl-discovery-intro h2 br {
		display: none;
	}

	.gl-discovery-benefits {
		grid-template-columns: 1fr;

		margin-bottom: 58px;
	}

	.gl-discovery-benefit,
	.gl-discovery-benefit:nth-child(2n),
	.gl-discovery-benefit:nth-last-child(-n+2) {
		border-right: 0;
		border-bottom: 1px solid var(--gl-border);
	}

	.gl-discovery-benefit:last-child {
		border-bottom: 0;
	}

	.gl-discovery-section-head {
		text-align: left;
	}

	.gl-discovery-grid {
		grid-template-columns: 1fr;

		gap: 24px;
	}

	.gl-discovery-card__body {
		padding: 21px;
	}

	.gl-discovery-why {
		padding: 30px 23px;
	}

	.gl-discovery-why__intro {
		text-align: left;
	}

	.gl-discovery-why__grid {
		grid-template-columns: 1fr;

		gap: 27px;
	}

	.gl-discovery-buyer {
		padding: 38px 23px;
	}

	.gl-discovery-buyer__actions .gl-button {
		width: 100%;
	}

}

/* ==========================================================
   DISCOVERY PACKAGE DETAIL
   Luxury Lead Generation Page
   ========================================================== */


/* ==========================================================
   HERO
   ========================================================== */

.gl-package-hero {
	position: relative;

	display: flex;
	align-items: flex-end;

	min-height: clamp(500px, 66vh, 720px);
	padding: 90px 0 70px;

	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;

	color: #fff;
}

.gl-package-hero__content {
	max-width: 780px;
}

.gl-package-hero__location {
	margin-bottom: 15px;

	color: rgba(255,255,255,.78);

	font-size: .8rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.gl-package-hero__eyebrow {
	margin-bottom: 10px;

	color: var(--gl-accent);

	font-size: .75rem;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.gl-package-hero h1 {
	max-width: 760px;

	margin: 0 0 13px;

	color: #fff;

	font-size: clamp(2.8rem, 6vw, 5rem);
	font-weight: 700;
	line-height: .98;
	letter-spacing: -.035em;
}

.gl-package-hero__package {
	max-width: 720px;

	margin-bottom: 17px;

	color: #fff;

	font-size: clamp(1.25rem, 2.4vw, 1.75rem);
	font-weight: 500;
	line-height: 1.35;
}

.gl-package-hero p {
	max-width: 650px;

	margin: 0 0 28px;

	color: rgba(255,255,255,.88);

	font-size: 1.04rem;
	line-height: 1.7;
}


/* ==========================================================
   PAGE
   ========================================================== */

.gl-package-page {
	padding: clamp(58px, 7vw, 90px) 0 80px;
}


/* ==========================================================
   PACKAGE INTRO
   ========================================================== */

.gl-package-intro {
	max-width: 1180px;

	margin: 0 auto;
}

.gl-package-intro__heading {
	margin-bottom: 30px;
}

.gl-package-intro__heading h2 {
	margin: 0;

	color: var(--gl-text);

	font-size: clamp(2rem, 3.5vw, 2.8rem);
	line-height: 1.1;
}


/* ==========================================================
   PACKAGE DETAILS
   ========================================================== */

.gl-package-intro__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.65fr) minmax(300px, .75fr);

	gap: clamp(35px, 6vw, 75px);

	align-items: start;
}

.gl-package-details {
	min-width: 0;
}

.gl-package-details__label {
	margin-bottom: 10px;

	color: var(--gl-primary);

	font-size: .74rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.gl-package-details h3 {
	margin: 0 0 22px;

	color: var(--gl-text);

	font-size: clamp(1.45rem, 2.5vw, 2rem);
	line-height: 1.25;
}

.gl-package-details__content {
	color: var(--gl-muted);

	font-size: 1.02rem;
	line-height: 1.85;
}

.gl-package-details__content p:first-child {
	margin-top: 0;
}

.gl-package-details__content p:last-child {
	margin-bottom: 0;
}

.gl-package-details__content img {
	max-width: 100%;
	height: auto;
}

.gl-package-details__content a {
	color: var(--gl-primary);
}


/* ==========================================================
   EXPERIENCE BOX
   ========================================================== */

.gl-package-experience {
	overflow: hidden;

	padding: 30px;

	background: var(--gl-primary);
	color: #fff;

	border-radius: var(--gl-radius);

	box-shadow: 0 14px 36px rgba(18,30,22,.10);
}


/* Community Logo */

.gl-package-experience__logo {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 100%;
	min-height: 105px;

	margin: 0 0 27px;
	padding: 18px 22px;

	background: #fff;

	border-radius: 8px;
}

.gl-package-experience__logo img {
	display: block;

	max-width: 180px;
	max-height: 72px;

	width: auto;
	height: auto;

	object-fit: contain;
}


/* Experience Content */

.gl-package-experience__eyebrow {
	display: block;

	margin-bottom: 10px;

	color: var(--gl-accent);

	font-size: .7rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.gl-package-experience h3 {
	margin: 0 0 13px;

	color: #fff;

	font-size: 1.45rem;
	line-height: 1.25;
}

.gl-package-experience > p {
	margin: 0 0 25px;

	color: rgba(255,255,255,.78);

	font-size: .92rem;
	line-height: 1.65;
}


/* Experience Items */

.gl-package-experience__items {
	border-top: 1px solid rgba(255,255,255,.16);
}

.gl-package-experience__items > div {
	padding: 16px 0;

	border-bottom: 1px solid rgba(255,255,255,.16);
}

.gl-package-experience__items > div:last-child {
	border-bottom: 0;
}

.gl-package-experience__items strong {
	display: block;

	margin-bottom: 3px;

	color: #fff;

	font-size: .92rem;
}

.gl-package-experience__items span {
	display: block;

	color: rgba(255,255,255,.68);

	font-size: .8rem;
	line-height: 1.45;
}


/* ==========================================================
   PACKAGE IMAGE STRIP
   ========================================================== */

.gl-package-gallery {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));

	gap: 12px;

	max-width: 1180px;

	margin: 42px auto 0;
}

.gl-package-gallery__image {
	position: relative;

	height: 220px;

	overflow: hidden;

	background: var(--gl-surface-soft);

	border-radius: var(--gl-radius);
}

.gl-package-gallery__image img {
	display: block;

	width: 100%;
	height: 100%;

	object-fit: cover;

	transition: transform .45s ease;
}

.gl-package-gallery__image:hover img {
	transform: scale(1.025);
}


/* ==========================================================
   INQUIRY
   ========================================================== */

.gl-package-inquiry {
	max-width: 1180px;

	margin: 58px auto 0;

	scroll-margin-top: 30px;
}

.gl-package-inquiry__intro {
	max-width: 1000px;
	margin: 0 auto 35px;
	text-align: center;
}

.gl-package-inquiry__intro h2 {
	margin: 0 0 15px;

	color: var(--gl-text);

	font-size: clamp(2rem, 3.5vw, 2.8rem);
	line-height: 1.15;

	white-space: nowrap;
}

.gl-package-inquiry__intro p {
	margin: 0;

	color: var(--gl-muted);

	font-size: 1rem;
	line-height: 1.75;
}


/* ==========================================================
   INQUIRY PANEL
   ========================================================== */

.gl-package-inquiry__panel {
	display: grid;
	grid-template-columns: minmax(280px, .72fr) minmax(0, 1.5fr);

	overflow: hidden;

	background: #fff;

	border: 1px solid var(--gl-border);
	border-radius: var(--gl-radius);

	box-shadow: 0 16px 50px rgba(18,30,22,.09);
}


/* ==========================================================
   INQUIRY SUMMARY
   ========================================================== */

.gl-package-inquiry__summary {
	padding: clamp(30px, 4vw, 45px);

	background: var(--gl-primary);
	color: #fff;
}

.gl-package-inquiry__label {
	display: block;

	margin-bottom: 15px;

	color: var(--gl-accent);

	font-size: .7rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.gl-package-inquiry__summary h3 {
	margin: 0 0 5px;

	color: #fff;

	font-size: clamp(1.5rem, 2.4vw, 2rem);
	line-height: 1.2;
}

.gl-package-inquiry__location {
	margin: 0 0 26px;

	color: rgba(255,255,255,.68);

	font-size: .9rem;
}

.gl-package-inquiry__package {
	padding: 20px 0;

	color: #fff;

	border-top: 1px solid rgba(255,255,255,.16);
	border-bottom: 1px solid rgba(255,255,255,.16);

	font-size: 1.05rem;
	font-weight: 600;
	line-height: 1.55;
}

.gl-package-inquiry__note {
	margin: 24px 0 0;

	color: rgba(255,255,255,.72);

	font-size: .85rem;
	line-height: 1.65;
}


/* ==========================================================
   INQUIRY FORM
   ========================================================== */

.gl-package-inquiry__form {
	padding: clamp(30px, 4vw, 46px);
}

.gl-package-form {
	position: relative;
}

.gl-package-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0,1fr));

	gap: 20px;
}

.gl-package-form .gl-field {
	min-width: 0;
}

.gl-package-form .gl-field label {
	display: block;

	margin-bottom: 7px;

	color: var(--gl-text);

	font-size: .83rem;
	font-weight: 700;
}

.gl-package-form .gl-field label span {
	color: var(--gl-primary);
}

.gl-package-form .gl-field input,
.gl-package-form .gl-field textarea,
.gl-package-form .gl-field select {
	display: block;

	width: 100%;

	padding: 13px 14px;

	background: #fff;
	color: var(--gl-text);

	border: 1px solid var(--gl-border);
	border-radius: 7px;

	font: inherit;
	line-height: 1.4;

	transition:
		border-color .18s ease,
		box-shadow .18s ease;
}

.gl-package-form .gl-field input,
.gl-package-form .gl-field select {
	min-height: 48px;
}

.gl-package-form .gl-field textarea {
	min-height: 130px;

	resize: vertical;
}

.gl-package-form .gl-field input:focus,
.gl-package-form .gl-field textarea:focus,
.gl-package-form .gl-field select:focus {
	outline: none;

	border-color: var(--gl-primary);

	box-shadow: 0 0 0 3px rgba(22,63,107,.10);
}

.gl-package-form__full,
.gl-package-form__actions {
	grid-column: 1 / -1;
}

.gl-package-form__actions {
	padding-top: 3px;
}

.gl-package-form__actions .gl-button {
	min-width: 190px;
}

.gl-package-form__consent {
	max-width: 650px;

	margin: 12px auto 0;

	color: var(--gl-muted);

	font-size: .72rem;
	line-height: 1.5;
	text-align: center;
}


/* ==========================================================
   HONEYPOT
   ========================================================== */

.hp-field {
	position: absolute !important;

	left: -10000px !important;
	top: auto !important;

	width: 1px !important;
	height: 1px !important;

	overflow: hidden !important;
}


/* ==========================================================
   FINAL BRAND CLOSE
   ========================================================== */

.gl-package-close {
	max-width: 900px;

	margin: clamp(70px, 8vw, 105px) auto 0;

	text-align: center;
}

.gl-package-close > span {
	display: block;

	margin-bottom: 12px;

	color: var(--gl-primary);

	font-size: .76rem;
	font-weight: 800;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.gl-package-close h2 {
	margin: 0 0 15px;

	color: var(--gl-text);

	font-size: clamp(1.9rem, 3.5vw, 2.7rem);
	line-height: 1.15;
}

.gl-package-close p {
	max-width: 650px;

	margin: 0 auto;

	color: var(--gl-muted);

	line-height: 1.75;
}


/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 900px) {

	.gl-package-intro__layout {
		grid-template-columns: 1fr;
	}

	.gl-package-experience {
		width: 100%;
		max-width: 650px;
	}

	.gl-package-inquiry__panel {
		grid-template-columns: 1fr;
	}

	.gl-package-inquiry__summary {
		padding: 34px;
	}

    .gl-package-inquiry__intro h2 {
		white-space: normal;
	}

}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 650px) {

	.gl-package-hero {
		min-height: 500px;

		padding: 65px 0 45px;

		background-position: 60% center;
	}

	.gl-package-hero h1 {
		font-size: clamp(2.45rem, 12vw, 3.4rem);
	}

	.gl-package-hero__package {
		font-size: 1.2rem;
	}

	.gl-package-page {
		padding-top: 45px;
		padding-bottom: 60px;
	}

	.gl-package-intro__heading {
		margin-bottom: 25px;
	}

	.gl-package-intro__layout {
		gap: 35px;
	}

	.gl-package-experience {
		padding: 24px;
	}

	.gl-package-experience__logo {
		min-height: 90px;

		margin-bottom: 24px;
		padding: 15px 18px;
	}

	.gl-package-experience__logo img {
		max-width: 160px;
		max-height: 62px;
	}

	.gl-package-gallery {
		grid-template-columns: 1fr;

		gap: 10px;

		margin-top: 35px;
	}

	.gl-package-gallery__image {
		height: 190px;
	}

	.gl-package-gallery__image:nth-child(n+3) {
		display: none;
	}

	.gl-package-inquiry {
		margin-top: 48px;
	}

	.gl-package-inquiry__intro {
		margin-bottom: 28px;

		text-align: left;
	}

	.gl-package-inquiry__panel {
		border-radius: var(--gl-radius);
	}

	.gl-package-inquiry__summary {
		padding: 28px 24px;
	}

	.gl-package-inquiry__form {
		padding: 28px 22px;
	}

	.gl-package-form__grid {
		grid-template-columns: 1fr;
	}

	.gl-package-form__full,
	.gl-package-form__actions {
		grid-column: auto;
	}

	.gl-package-form__actions .gl-button {
		width: 100%;
	}

	.gl-package-form__consent {
		text-align: left;
	}

	.gl-package-close {
		margin-top: 65px;

		text-align: left;
	}

}


/* ==========================================================
   SMALL MOBILE
   ========================================================== */

@media (max-width: 420px) {

	.gl-package-hero {
		min-height: 470px;

		padding-bottom: 38px;
	}

	.gl-package-experience {
		padding: 21px;
	}

	.gl-package-gallery__image {
		height: 175px;
	}

	.gl-package-inquiry__summary {
		padding: 25px 21px;
	}

	.gl-package-inquiry__form {
		padding: 25px 20px;
	}

}

/* ==========================================================
   DISCOVERY PACKAGE SUCCESS
   ========================================================== */

.gl-package-success {
	padding: clamp(65px, 8vw, 110px) 0;
	background: var(--gl-surface-soft);
}

.gl-package-success__card {
	max-width: 850px;
	margin: 0 auto;
	padding: clamp(38px, 6vw, 70px);

	background: #fff;

	border: 1px solid var(--gl-border);
	border-radius: var(--gl-radius);

	box-shadow: 0 18px 55px rgba(18,30,22,.08);

	text-align: center;
}


/* CHECK MARK */

.gl-package-success__check {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 64px;
	height: 64px;

	margin: 0 auto 25px;

	background: var(--gl-primary);

	border-radius: 50%;
}

.gl-package-success__check span {
	position: relative;

	display: block;

	width: 25px;
	height: 13px;

	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;

	transform: rotate(-45deg) translateY(-2px);
}


/* EYEBROW */

.gl-package-success__eyebrow {
	display: block;

	margin-bottom: 12px;

	color: var(--gl-primary);

	font-size: .74rem;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}


/* TITLE */

.gl-package-success h1 {
	max-width: 720px;

	margin: 0 auto 22px;

	color: var(--gl-text);

	font-size: clamp(2.2rem, 4.5vw, 3.5rem);
	line-height: 1.08;
	letter-spacing: -.025em;
}


/* COMMUNITY LOGO */

.gl-package-success__logo {
	display: flex;
	align-items: center;
	justify-content: center;

	max-width: 280px;
	min-height: 110px;

	margin: 28px auto;
	padding: 18px 24px;

	background: #fff;

	border: 1px solid var(--gl-border);
	border-radius: 8px;
}

.gl-package-success__logo img {
	display: block;

	max-width: 220px;
	max-height: 80px;

	width: auto;
	height: auto;

	object-fit: contain;
}


/* COPY */

.gl-package-success__lead {
	max-width: 650px;

	margin: 0 auto 15px;

	color: var(--gl-text);

	font-size: 1.12rem;
	font-weight: 600;
	line-height: 1.65;
}

.gl-package-success__card > p:not(.gl-package-success__lead) {
	max-width: 650px;

	margin: 0 auto;

	color: var(--gl-muted);

	font-size: .98rem;
	line-height: 1.75;
}


/* DIVIDER */

.gl-package-success__divider {
	width: 80px;
	height: 1px;

	margin: 42px auto;

	background: var(--gl-border);
}


/* NEXT STEP */

.gl-package-success__next {
	max-width: 650px;

	margin: 0 auto;
}

.gl-package-success__next > span {
	display: block;

	margin-bottom: 9px;

	color: var(--gl-primary);

	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.gl-package-success__next h2 {
	margin: 0 0 12px;

	color: var(--gl-text);

	font-size: clamp(1.55rem, 3vw, 2.1rem);
	line-height: 1.2;
}

.gl-package-success__next p {
	margin: 0;

	color: var(--gl-muted);

	font-size: .95rem;
	line-height: 1.7;
}


/* ACTIONS */

.gl-package-success__actions {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;

	gap: 12px;

	margin-top: 28px;
}


/* BRAND CLOSE */

.gl-package-success__brand {
	margin: 48px -20px -20px;
	padding: 28px 25px;

	background: var(--gl-primary);

	border-radius: calc(var(--gl-radius) - 2px);

	color: #fff;
}

.gl-package-success__brand span {
	display: block;

	margin-bottom: 7px;

	color: var(--gl-accent);

	font-size: 1.05rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.gl-package-success__brand p {
	max-width: 560px;

	margin: 0 auto;

	color: rgba(255,255,255,.78);

	font-size: .88rem;
	line-height: 1.6;
}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 650px) {

	.gl-package-success {
		padding: 42px 0 60px;
	}

	.gl-package-success__card {
		padding: 32px 22px;
	}

	.gl-package-success__check {
		width: 56px;
		height: 56px;

		margin-bottom: 22px;
	}

	.gl-package-success h1 {
		font-size: clamp(2rem, 10vw, 2.8rem);
	}

	.gl-package-success__logo {
		max-width: 240px;
		min-height: 95px;
	}

	.gl-package-success__logo img {
		max-width: 190px;
		max-height: 70px;
	}

	.gl-package-success__actions {
		flex-direction: column;
	}

	.gl-package-success__actions .gl-button {
		width: 100%;
	}

	.gl-package-success__brand {
		margin: 40px 0 0;
	}

}

/* ==========================================================
   GOLF COMMUNITIES SEARCH
   ========================================================== */


/* ==========================================================
   HERO
   ========================================================== */

.gl-community-search-hero {
	padding: clamp(55px, 7vw, 90px) 0;

	background:
		linear-gradient(
			135deg,
			var(--gl-primary-dark),
			var(--gl-primary)
		);

	color: #fff;
}

.gl-community-search-hero__content {
	max-width: 820px;
}

.gl-community-search-hero .gl-eyebrow {
	margin-bottom: 12px;

	color: var(--gl-accent);
}

.gl-community-search-hero h1 {
	margin: 0 0 18px;

	color: #fff;

	font-size: clamp(2.7rem, 5.5vw, 4.7rem);
	line-height: 1;
	letter-spacing: -.035em;
}

.gl-community-search-hero p {
	max-width: 700px;

	margin: 0;

	color: rgba(255,255,255,.82);

	font-size: clamp(1rem, 1.7vw, 1.18rem);
	line-height: 1.7;
}


/* ==========================================================
   INTRO
   ========================================================== */

.gl-community-search-intro {
	max-width: 780px;

	margin-bottom: 55px;
}

.gl-community-search-intro h2 {
	margin: 0 0 18px;

	color: var(--gl-text);

	font-size: clamp(2rem, 3.6vw, 2.8rem);
	line-height: 1.12;
}

.gl-community-search-intro p {
	color: var(--gl-muted);

	line-height: 1.8;
}

.gl-community-search-intro__lead {
	color: var(--gl-text) !important;

	font-size: 1.08rem;
}


/* ==========================================================
   SECTION HEADING
   ========================================================== */

.gl-community-section-heading {
	max-width: 760px;

	margin-bottom: 30px;
}

.gl-community-section-heading h2 {
	margin: 0 0 14px;

	color: var(--gl-text);

	font-size: clamp(1.8rem, 3vw, 2.45rem);
	line-height: 1.15;
}

.gl-community-section-heading p {
	margin: 0;

	color: var(--gl-muted);

	line-height: 1.7;
}


/* ==========================================================
   MAP
   ========================================================== */

.gl-community-map {
	margin-bottom: 65px;
}

.gl-community-map__frame {
	width: 100%;

	padding: 24px;

	overflow: hidden;

	background: #fff;

	border: 1px solid var(--gl-border);
	border-radius: var(--gl-radius);

	box-shadow: 0 10px 32px rgba(18,30,22,.05);
}

.gl-community-map #map {
	width: 100%;
	max-width: 100%;

	margin: 0 auto;
}


/* ==========================================================
   REGIONS
   ========================================================== */

.gl-community-regions {
	margin-top: 20px;
}

.gl-community-regions__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0,1fr));

	gap: 18px;
}


/* REGION CARD */

.gl-community-region {
	overflow: hidden;

	background: #fff;

	border: 1px solid var(--gl-border);
	border-radius: var(--gl-radius);

	transition:
		transform .18s ease,
		box-shadow .18s ease,
		border-color .18s ease;
}

.gl-community-region:hover {
	transform: translateY(-2px);

	border-color: rgba(22,63,107,.22);

	box-shadow: 0 12px 30px rgba(18,30,22,.07);
}

.gl-community-region h3 {
	margin: 0;
	padding: 17px 20px;

	background: var(--gl-primary);

	color: #fff;

	font-size: 1.05rem;
	line-height: 1.3;
}

.gl-community-region ul {
	margin: 0;
	padding: 8px 20px 14px;

	list-style: none;
}

.gl-community-region li {
	margin: 0;
	padding: 0;

	border-bottom: 1px solid var(--gl-border);
}

.gl-community-region li:last-child {
	border-bottom: 0;
}

.gl-community-region a,
.gl-community-region a:link,
.gl-community-region a:visited {
	position: relative;

	display: block;

	padding: 10px 20px 10px 0;

	color: var(--gl-text);

	font-size: .92rem;
	font-weight: 600;
	text-decoration: none;

	transition:
		color .18s ease,
		padding-left .18s ease;
}

.gl-community-region a::after {
	content: "";

	position: absolute;
	top: 50%;
	right: 2px;

	width: 6px;
	height: 6px;

	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;

	transform:
		translateY(-50%)
		rotate(45deg);
}

.gl-community-region a:hover {
	padding-left: 4px;

	color: var(--gl-primary);
}


/* ==========================================================
   DISCOVERY PACKAGE CTA
   ========================================================== */

.gl-community-discovery-cta {
	margin-top: 60px;
	padding: clamp(32px, 5vw, 50px);

	background: var(--gl-primary);

	border-radius: var(--gl-radius);

	color: #fff;
}

.gl-community-discovery-cta > span {
	display: block;

	margin-bottom: 9px;

	color: var(--gl-accent);

	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.gl-community-discovery-cta h2 {
	max-width: 620px;

	margin: 0 0 14px;

	color: #fff;

	font-size: clamp(1.8rem, 3.2vw, 2.5rem);
	line-height: 1.15;
}

.gl-community-discovery-cta p {
	max-width: 650px;

	margin: 0 0 24px;

	color: rgba(255,255,255,.82);

	line-height: 1.7;
}


/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 900px) {

	.gl-community-regions__grid {
		grid-template-columns: repeat(2, minmax(0,1fr));
	}

}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 700px) {

	.gl-community-map {
		display: none;
	}

	.gl-community-regions__grid {
		grid-template-columns: 1fr;
	}

	.gl-community-search-intro {
		margin-bottom: 45px;
	}

	.gl-community-discovery-cta {
		margin-top: 45px;
	}

}


/* ==========================================================
   GOLF COMMUNITY REGION PAGE
   ========================================================== */


/* HERO */

.gl-region-hero {
	display: flex;
	align-items: flex-end;

	min-height: 320px;
	padding: 70px 0 55px;

	background:
		linear-gradient(
			135deg,
			var(--gl-primary-dark),
			var(--gl-primary)
		);

	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;

	color: #fff;
}

.gl-region-hero--image {
	min-height: clamp(400px, 48vh, 540px);
}

.gl-region-hero__content {
	max-width: 790px;
}

.gl-region-hero__eyebrow {
	display: block;

	margin-bottom: 11px;

	color: var(--gl-accent);

	font-size: .74rem;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.gl-region-hero h1 {
	max-width: 800px;

	margin: 0 0 17px;

	color: #fff;

	font-size: clamp(2.7rem, 5.5vw, 4.8rem);
	line-height: 1;
	letter-spacing: -.035em;
}

.gl-region-hero p {
	max-width: 660px;

	margin: 0;

	color: rgba(255,255,255,.86);

	font-size: clamp(1rem, 1.7vw, 1.17rem);
	line-height: 1.7;
}


/* ==========================================================
   INTRO
   ========================================================== */

.gl-region-intro {
	max-width: 790px;

	margin-bottom: 52px;
}

.gl-region-intro h2 {
	margin: 0 0 18px;

	color: var(--gl-text);

	font-size: clamp(2rem, 3.6vw, 2.8rem);
	line-height: 1.12;
}

.gl-region-intro p {
	margin: 0;

	color: var(--gl-muted);

	line-height: 1.8;
}

.gl-region-intro__lead {
	color: var(--gl-text) !important;

	font-size: 1.08rem;
}


/* ==========================================================
   EDITORIAL CONTENT
   ========================================================== */

.gl-region-editorial {
	display: grid;
	grid-template-columns: repeat(2, minmax(0,1fr));

	gap: 20px;

	margin-bottom: 60px;
}

.gl-region-editorial__block {
	padding: 30px;

	background: var(--gl-surface-soft);

	border: 1px solid var(--gl-border);
	border-radius: var(--gl-radius);
}

.gl-region-editorial__block h2 {
	margin: 0 0 14px;

	color: var(--gl-text);

	font-size: clamp(1.4rem, 2.4vw, 1.8rem);
	line-height: 1.2;
}

.gl-region-editorial__block p {
	margin: 0;

	color: var(--gl-muted);

	font-size: .95rem;
	line-height: 1.75;
}


/* ==========================================================
   SECTION HEADING
   ========================================================== */

.gl-region-section-heading {
	max-width: 760px;

	margin-bottom: 28px;
}

.gl-region-section-heading h2 {
	margin: 0 0 13px;

	color: var(--gl-text);

	font-size: clamp(1.8rem, 3vw, 2.45rem);
	line-height: 1.15;
}

.gl-region-section-heading p {
	margin: 0;

	color: var(--gl-muted);

	line-height: 1.7;
}


/* ==========================================================
   STATE LINKS
   ========================================================== */

.gl-region-states {
	margin-bottom: 60px;
}

.gl-region-state-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0,1fr));

	gap: 12px;
}

.gl-region-state-link,
.gl-region-state-link:link,
.gl-region-state-link:visited {
	display: flex;
	align-items: center;
	justify-content: space-between;

	gap: 20px;

	min-height: 62px;
	padding: 15px 19px;

	background: #fff;

	border: 1px solid var(--gl-border);
	border-radius: 8px;

	color: var(--gl-text);

	font-size: .96rem;
	font-weight: 700;
	text-decoration: none;

	transition:
		transform .18s ease,
		border-color .18s ease,
		box-shadow .18s ease,
		color .18s ease;
}

.gl-region-state-link:hover {
	transform: translateY(-2px);

	border-color: rgba(22,63,107,.28);

	box-shadow: 0 8px 24px rgba(18,30,22,.06);

	color: var(--gl-primary);
}

.gl-region-state-link i {
	display: block;

	width: 8px;
	height: 8px;

	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;

	transform: rotate(45deg);

	flex: 0 0 auto;
}


/* ==========================================================
   REAL ESTATE
   ========================================================== */

.gl-region-real-estate {
	margin: 60px 0;
	padding: clamp(30px, 5vw, 48px);

	background: #fff;

	border-top: 1px solid var(--gl-border);
	border-bottom: 1px solid var(--gl-border);
}

.gl-region-real-estate__inner {
	max-width: 760px;
}

.gl-region-real-estate h2 {
	margin: 0 0 16px;

	color: var(--gl-text);

	font-size: clamp(1.75rem, 3vw, 2.35rem);
	line-height: 1.18;
}

.gl-region-real-estate p {
	margin: 0;

	color: var(--gl-muted);

	line-height: 1.8;
}


/* ==========================================================
   DISCOVERY CTA
   ========================================================== */

.gl-region-discovery {
	margin-top: 60px;
	padding: clamp(34px, 5vw, 52px);

	background: var(--gl-primary);

	border-radius: var(--gl-radius);

	color: #fff;
}

.gl-region-discovery > span {
	display: block;

	margin-bottom: 9px;

	color: var(--gl-accent);

	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.gl-region-discovery h2 {
	margin: 0 0 14px;

	color: #fff;

	font-size: clamp(1.9rem, 3.3vw, 2.6rem);
	line-height: 1.12;
}

.gl-region-discovery p {
	max-width: 670px;

	margin: 0 0 25px;

	color: rgba(255,255,255,.83);

	line-height: 1.7;
}


/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 800px) {

	.gl-region-editorial {
		grid-template-columns: 1fr;
	}

	.gl-region-state-links {
		grid-template-columns: 1fr;
	}

}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 650px) {

	.gl-region-hero {
		min-height: 300px;

		padding: 55px 0 42px;
	}

	.gl-region-hero--image {
		min-height: 390px;
	}

	.gl-region-hero h1 {
		font-size: clamp(2.35rem, 11vw, 3.3rem);
	}

	.gl-region-intro {
		margin-bottom: 42px;
	}

	.gl-region-editorial {
		margin-bottom: 48px;
	}

	.gl-region-editorial__block {
		padding: 24px 22px;
	}

	.gl-region-states {
		margin-bottom: 48px;
	}

	.gl-region-real-estate {
		margin: 48px 0;
		padding: 28px 22px;
	}

	.gl-region-discovery {
		margin-top: 48px;
	}

}


/* ==========================================================
   STATE GOLF COMMUNITIES
   ========================================================== */


/* ==========================================================
   HERO
   ========================================================== */

.gl-state-hero {
	display: flex;
	align-items: flex-end;

	min-height: 320px;
	padding: 70px 0 55px;

	background:
		linear-gradient(
			135deg,
			var(--gl-primary-dark),
			var(--gl-primary)
		);

	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;

	color: #fff;
}

.gl-state-hero--image {
	min-height: clamp(400px, 48vh, 540px);
}

.gl-state-hero__content {
	max-width: 800px;
}

.gl-state-hero__eyebrow {
	display: block;

	margin-bottom: 11px;

	color: var(--gl-accent);

	font-size: .74rem;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.gl-state-hero h1 {
	margin: 0 0 17px;

	color: #fff;

	font-size: clamp(2.7rem, 5.5vw, 4.8rem);
	line-height: 1;
	letter-spacing: -.035em;
}

.gl-state-hero p {
	max-width: 660px;

	margin: 0;

	color: rgba(255,255,255,.86);

	font-size: clamp(1rem, 1.7vw, 1.17rem);
	line-height: 1.7;
}


/* ==========================================================
   PHOTO CREDIT
   ========================================================== */

.gl-state-photo-credit {
	margin: -22px 0 38px;

	color: var(--gl-muted);

	font-size: .72rem;
	text-align: right;
}

.gl-state-photo-credit a,
.gl-state-photo-credit a:visited {
	color: var(--gl-muted);
	text-decoration: none;
}

.gl-state-photo-credit a:hover {
	color: var(--gl-primary);
}


/* ==========================================================
   INTRO
   ========================================================== */

.gl-state-intro {
	max-width: 790px;

	margin-bottom: 55px;
}

.gl-state-intro h2 {
	margin: 0 0 18px;

	color: var(--gl-text);

	font-size: clamp(2rem, 3.6vw, 2.8rem);
	line-height: 1.12;
}

.gl-state-intro p {
	color: var(--gl-muted);

	line-height: 1.8;
}

.gl-state-intro__lead {
	color: var(--gl-text) !important;

	font-size: 1.08rem;
}


/* ==========================================================
   SECTION HEADING
   ========================================================== */

.gl-state-section-heading {
	max-width: 760px;

	margin-bottom: 28px;
}

.gl-state-section-heading h2 {
	margin: 0 0 13px;

	color: var(--gl-text);

	font-size: clamp(1.8rem, 3vw, 2.45rem);
	line-height: 1.15;
}

.gl-state-section-heading p {
	margin: 0;

	color: var(--gl-muted);

	line-height: 1.7;
}


/* ==========================================================
   COMMUNITY GRID
   ========================================================== */

.gl-state-community-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0,1fr));

	gap: 22px;
}


/* ==========================================================
   COMMUNITY CARD
   ========================================================== */

.gl-state-community-card {
	overflow: hidden;

	background: #fff;

	border: 1px solid var(--gl-border);
	border-radius: 10px;

	box-shadow: 0 8px 28px rgba(18,30,22,.05);

	transition:
		transform .2s ease,
		box-shadow .2s ease,
		border-color .2s ease;
}

.gl-state-community-card:hover {
	transform: translateY(-3px);

	border-color: rgba(22,63,107,.22);

	box-shadow: 0 15px 38px rgba(18,30,22,.09);
}


/* IMAGE */

.gl-state-community-card__image {
	position: relative;

	display: block;

	overflow: hidden;

	aspect-ratio: 16 / 10;

	background: var(--gl-surface-soft);
}

.gl-state-community-card__image img {
	display: block;

	width: 100%;
	height: 100%;

	object-fit: cover;

	transition: transform .35s ease;
}

.gl-state-community-card:hover
.gl-state-community-card__image img {
	transform: scale(1.025);
}


/* DISCOVERY BADGE */

.gl-state-community-card__package {
	position: absolute;

	top: 14px;
	left: 14px;

	display: inline-flex;

	padding: 7px 10px;

	background: var(--gl-accent);

	border-radius: 4px;

	color: #1d2520;

	font-size: .66rem;
	font-weight: 800;
	letter-spacing: .07em;
	text-transform: uppercase;
}


/* CARD BODY */

.gl-state-community-card__body {
	padding: 21px 22px 23px;
}

.gl-state-community-card__location {
	margin-bottom: 7px;

	color: var(--gl-muted);

	font-size: .77rem;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.gl-state-community-card h3 {
	margin: 0 0 17px;

	font-size: 1.35rem;
	line-height: 1.2;
}

.gl-state-community-card h3 a,
.gl-state-community-card h3 a:link,
.gl-state-community-card h3 a:visited {
	color: var(--gl-text);
	text-decoration: none;
}

.gl-state-community-card h3 a:hover {
	color: var(--gl-primary);
}


/* VIEW COMMUNITY */

.gl-state-community-card__link,
.gl-state-community-card__link:link,
.gl-state-community-card__link:visited {
	display: inline-flex;
	align-items: center;

	gap: 9px;

	color: var(--gl-primary);

	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .06em;
	text-decoration: none;
	text-transform: uppercase;
}

.gl-state-community-card__link i {
	width: 7px;
	height: 7px;

	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;

	transform: rotate(45deg);

	transition: transform .18s ease;
}

.gl-state-community-card__link:hover i {
	transform:
		translateX(3px)
		rotate(45deg);
}


/* ==========================================================
   EMPTY STATE
   ========================================================== */

.gl-state-empty {
	padding: 36px;

	background: var(--gl-surface-soft);

	border: 1px solid var(--gl-border);
	border-radius: 10px;
}

.gl-state-empty h3 {
	margin: 0 0 12px;

	color: var(--gl-text);

	font-size: 1.5rem;
}

.gl-state-empty p {
	max-width: 620px;

	margin: 0 0 22px;

	color: var(--gl-muted);

	line-height: 1.7;
}

.gl-state-empty__actions {
	display: flex;
	flex-wrap: wrap;

	gap: 10px;
}


/* ==========================================================
   LIFESTYLE CONTENT
   ========================================================== */

.gl-state-lifestyle {
	display: grid;
	grid-template-columns: repeat(2, minmax(0,1fr));

	gap: 20px;

	margin-top: 60px;
}

.gl-state-lifestyle__block {
	padding: 30px;

	background: var(--gl-surface-soft);

	border: 1px solid var(--gl-border);
	border-radius: 10px;
}

.gl-state-lifestyle__block h2 {
	margin: 0 0 15px;

	color: var(--gl-text);

	font-size: clamp(1.4rem, 2.4vw, 1.8rem);
	line-height: 1.2;
}

.gl-state-lifestyle__block p {
	margin: 0 0 14px;

	color: var(--gl-muted);

	font-size: .95rem;
	line-height: 1.75;
}

.gl-state-lifestyle__block p:last-child {
	margin-bottom: 0;
}


/* ==========================================================
   DISCOVERY CTA
   ========================================================== */

.gl-state-discovery {
	margin-top: 60px;
	padding: clamp(34px, 5vw, 52px);

	background: var(--gl-primary);

	border-radius: 10px;

	color: #fff;
}

.gl-state-discovery > span {
	display: block;

	margin-bottom: 9px;

	color: var(--gl-accent);

	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.gl-state-discovery h2 {
	margin: 0 0 14px;

	color: #fff;

	font-size: clamp(1.9rem, 3.3vw, 2.6rem);
	line-height: 1.12;
}

.gl-state-discovery p {
	max-width: 680px;

	margin: 0 0 25px;

	color: rgba(255,255,255,.83);

	line-height: 1.7;
}


/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 800px) {

	.gl-state-community-grid {
		grid-template-columns: 1fr;
	}

	.gl-state-lifestyle {
		grid-template-columns: 1fr;
	}

}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 650px) {

	.gl-state-hero {
		min-height: 300px;
		padding: 55px 0 42px;
	}

	.gl-state-hero--image {
		min-height: 390px;
	}

	.gl-state-hero h1 {
		font-size: clamp(2.35rem, 11vw, 3.3rem);
	}

	.gl-state-photo-credit {
		margin-top: -16px;

		text-align: left;
	}

	.gl-state-intro {
		margin-bottom: 44px;
	}

	.gl-state-community-grid {
		gap: 17px;
	}

	.gl-state-community-card__body {
		padding: 19px 20px 21px;
	}

	.gl-state-lifestyle {
		margin-top: 48px;
	}

	.gl-state-lifestyle__block {
		padding: 24px 22px;
	}

	.gl-state-discovery {
		margin-top: 48px;
	}

	.gl-state-empty {
		padding: 26px 22px;
	}

}

/* ==========================================================
   COMMUNITY PROFILE
   Standard + Premium Client
   SalesTypeID 4 = .gl-client-profile
   ========================================================== */


/* ==========================================================
   HERO
   ========================================================== */

.gl-profile-hero {
	display: flex;
	align-items: flex-end;

	min-height: clamp(500px, 64vh, 700px);
	padding: 90px 0 68px;

	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

	color: #fff;
}

.gl-client-profile .gl-profile-hero {
	min-height: clamp(600px, 76vh, 820px);
	padding-bottom: 78px;
}

.gl-profile-hero__content {
	max-width: 920px;
}

.gl-profile-hero__badge {
	display: inline-flex;
	align-items: center;

	margin-bottom: 19px;
	padding: 8px 12px;

	background: var(--gl-accent);

	border-radius: 4px;

	color: #17201b;

	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.gl-profile-hero h1 {
	max-width: 950px;

	margin: 0;

	color: #fff;

	font-size: clamp(3rem, 6.3vw, 5.6rem);
	font-weight: 600;
	line-height: .98;
	letter-spacing: -.045em;
}

.gl-client-profile .gl-profile-hero h1 {
	font-size: clamp(3.5rem, 7vw, 6.4rem);
}

.gl-profile-hero__location {
	margin-top: 19px;

	color: rgba(255,255,255,.87);

	font-size: 1.12rem;
	font-weight: 500;
	letter-spacing: .025em;
}

.gl-profile-hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;

	gap: 20px;

	margin-top: 31px;
}

.gl-profile-hero__secondary,
.gl-profile-hero__secondary:link,
.gl-profile-hero__secondary:visited {
	padding-bottom: 4px;

	color: #fff;

	border-bottom: 1px solid rgba(255,255,255,.62);

	font-size: .76rem;
	font-weight: 800;
	letter-spacing: .07em;
	text-decoration: none;
	text-transform: uppercase;
}

.gl-profile-hero__secondary:hover {
	border-color: #fff;
}


/* ==========================================================
   PREMIUM PHOTO GALLERY
   ========================================================== */

.gl-profile-gallery {
	padding: 50px 0 20px;
	background: #fff;
}


/* HEADER */

.gl-profile-gallery__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;

	gap: 30px;

	margin-bottom: 22px;
}

.gl-profile-gallery__header h2 {
	margin: 4px 0 0;

	color: var(--gl-text);

	font-size: clamp(1.8rem, 3vw, 2.5rem);
	line-height: 1.1;
}


/* VIEW ALL PHOTOS */

.gl-profile-gallery__all {
	display: inline-flex;
	align-items: center;

	gap: 9px;

	padding: 10px 14px;

	background: #fff;

	border: 1px solid var(--gl-border);
	border-radius: 5px;

	color: var(--gl-text);

	font: inherit;
	font-size: .75rem;
	font-weight: 800;
	letter-spacing: .04em;

	cursor: pointer;
}

.gl-profile-gallery__all:hover {
	border-color: var(--gl-primary);
}

.gl-profile-gallery__all span {
	display: flex;
	align-items: center;
	justify-content: center;

	min-width: 23px;
	height: 23px;

	padding: 0 6px;

	background: var(--gl-primary);

	border-radius: 50%;

	color: #fff;

	font-size: .67rem;
}


/* ==========================================================
   PHOTO GRID
   ========================================================== */

.gl-profile-gallery__grid {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);

	gap: 8px;

	height: clamp(430px, 46vw, 640px);

	overflow: hidden;

	border-radius: 10px;
}


/* MAIN IMAGE */

.gl-profile-gallery__main {
	position: relative;

	overflow: hidden;

	background: var(--gl-surface-soft);
}


/* SECONDARY IMAGES */

.gl-profile-gallery__secondary {
	display: grid;
	grid-template-columns: repeat(2, minmax(0,1fr));
	grid-template-rows: repeat(2, minmax(0,1fr));

	gap: 8px;

	min-width: 0;
	min-height: 0;
}

.gl-profile-gallery__item {
	position: relative;

	min-width: 0;
	min-height: 0;

	overflow: hidden;

	background: var(--gl-surface-soft);
}


/* ==========================================================
   CLICKABLE PHOTO
   ========================================================== */

.gl-profile-gallery__photo {
	position: relative;

	display: block;

	width: 100%;
	height: 100%;

	margin: 0;
	padding: 0;

	overflow: hidden;

	background: var(--gl-surface-soft);

	border: 0;

	font: inherit;

	cursor: zoom-in;
}

.gl-profile-gallery__photo img {
	display: block;

	width: 100%;
	height: 100%;

	object-fit: cover;

	transition: transform .35s ease;
}

.gl-profile-gallery__photo:hover img {
	transform: scale(1.02);
}


/* VIEW FULL PHOTO LABEL */

.gl-profile-gallery__view {
	position: absolute;

	right: 14px;
	bottom: 14px;

	z-index: 2;

	padding: 8px 11px;

	background: rgba(12,22,16,.86);

	border-radius: 4px;

	color: #fff;

	font-size: .65rem;
	font-weight: 800;
	letter-spacing: .07em;
	line-height: 1;
	text-transform: uppercase;

	opacity: 0;

	transition: opacity .2s ease;
}

.gl-profile-gallery__photo:hover
.gl-profile-gallery__view {
	opacity: 1;
}


/* ==========================================================
   SINGLE PHOTO
   ========================================================== */

.gl-profile-gallery__single {
	width: 100%;
	height: auto;

	max-height: 650px;

	aspect-ratio: 16 / 8;

	overflow: hidden;

	border-radius: 10px;
}

.gl-profile-gallery__single img {
	width: 100%;
	height: 100%;

	object-fit: cover;
}


/* ==========================================================
   FULL PHOTO LIGHTBOX
   ========================================================== */

.gl-photo-lightbox {
	position: fixed;
	inset: 0;

	z-index: 99999;

	display: none;
	align-items: center;
	justify-content: center;

	padding: 30px 85px;

	background: rgba(5,10,7,.96);
}

.gl-photo-lightbox.is-open {
	display: flex;
}

body.gl-lightbox-open {
	overflow: hidden;
}


/* LIGHTBOX CONTENT */

.gl-photo-lightbox__content {
	display: flex;
	flex-direction: column;

	align-items: center;
	justify-content: center;

	width: 100%;
	height: 100%;

	min-width: 0;
	min-height: 0;
}

.gl-photo-lightbox__photo {
	display: flex;
	align-items: center;
	justify-content: center;

	flex: 1;

	width: 100%;

	min-width: 0;
	min-height: 0;
}


/*
	IMPORTANT:
	The lightbox uses contain instead of cover.
	This shows the COMPLETE ORIGINAL PHOTO.
*/

.gl-photo-lightbox__photo img {
	display: block;

	max-width: 100%;
	max-height: calc(100vh - 125px);

	width: auto;
	height: auto;

	object-fit: contain;

	box-shadow: 0 18px 65px rgba(0,0,0,.38);
}


/* LIGHTBOX CAPTION */

.gl-photo-lightbox__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;

	gap: 25px;

	width: min(100%, 1200px);

	padding-top: 16px;

	color: rgba(255,255,255,.82);

	font-size: .78rem;
}

#glPhotoLightboxCount {
	color: rgba(255,255,255,.58);
}


/* ==========================================================
   LIGHTBOX CLOSE BUTTON
   ========================================================== */

.gl-photo-lightbox__close {
	position: fixed;

	top: 18px;
	right: 22px;

	z-index: 3;

	display: flex;
	align-items: center;
	justify-content: center;

	width: 46px;
	height: 46px;

	margin: 0;
	padding: 0;

	background: rgba(255,255,255,.10);

	border: 1px solid rgba(255,255,255,.23);
	border-radius: 50%;

	color: #fff;

	font-family: Arial, sans-serif;
	font-size: 31px;
	font-weight: 300;
	line-height: 1;

	cursor: pointer;
}

.gl-photo-lightbox__close:hover {
	background: rgba(255,255,255,.19);
}


/* ==========================================================
   PREVIOUS / NEXT
   ========================================================== */

.gl-photo-lightbox__nav {
	position: fixed;

	top: 50%;

	z-index: 3;

	display: flex;
	align-items: center;
	justify-content: center;

	width: 52px;
	height: 68px;

	margin: 0;
	padding: 0;

	background: rgba(255,255,255,.09);

	border: 1px solid rgba(255,255,255,.18);
	border-radius: 5px;

	color: #fff;

	font-family: Arial, sans-serif;
	font-size: 45px;
	font-weight: 200;
	line-height: 1;

	cursor: pointer;

	transform: translateY(-50%);
}

.gl-photo-lightbox__nav:hover {
	background: rgba(255,255,255,.18);
}

.gl-photo-lightbox__prev {
	left: 20px;
}

.gl-photo-lightbox__next {
	right: 20px;
}


/* ==========================================================
   PHOTO GALLERY MOBILE
   ========================================================== */

@media (max-width: 700px) {

	.gl-profile-gallery {
		padding: 38px 0 10px;
	}

	.gl-profile-gallery__header {
		align-items: flex-start;
		flex-direction: column;

		gap: 14px;
	}

	.gl-profile-gallery__grid {
		display: block;

		height: auto;

		border-radius: 7px;
	}

	.gl-profile-gallery__main {
		aspect-ratio: 4 / 3;
	}

	.gl-profile-gallery__secondary {
		grid-template-columns: repeat(2, minmax(0,1fr));

		gap: 5px;

		margin-top: 5px;
	}

	.gl-profile-gallery__item {
		aspect-ratio: 4 / 3;
	}

	.gl-profile-gallery__single {
		aspect-ratio: 4 / 3;
	}

	.gl-profile-gallery__view {
		right: 8px;
		bottom: 8px;

		padding: 6px 8px;

		opacity: 1;
	}

	.gl-photo-lightbox {
		padding: 60px 12px 15px;
	}

	.gl-photo-lightbox__photo img {
		max-width: 100%;
		max-height: calc(100vh - 135px);
	}

	.gl-photo-lightbox__close {
		top: 10px;
		right: 10px;
	}

	.gl-photo-lightbox__nav {
		top: auto;
		bottom: 18px;

		width: 43px;
		height: 43px;

		font-size: 33px;

		transform: none;
	}

	.gl-photo-lightbox__prev {
		left: 12px;
	}

	.gl-photo-lightbox__next {
		right: 12px;
	}

	.gl-photo-lightbox__footer {
		justify-content: center;

		padding: 12px 55px 0;

		text-align: center;
	}

	#glPhotoLightboxCount {
		display: none;
	}

}

/* ==========================================================
   OVERVIEW
   ========================================================== */

.gl-profile-overview {
	padding: clamp(60px, 7vw, 95px) 0;
}

.gl-client-profile .gl-profile-overview {
	padding-top: clamp(75px, 8vw, 110px);
}

.gl-profile-layout {
	display: grid;
	grid-template-columns: minmax(0,1fr) 320px;

	gap: clamp(45px, 6vw, 85px);

	align-items: start;
}

.gl-profile-main {
	min-width: 0;
}

.gl-profile-section-heading {
	max-width: 780px;

	margin-bottom: 27px;
}

.gl-profile-section-heading--wide {
	max-width: 900px;

	margin-bottom: 39px;
}

.gl-profile-section-heading h2 {
	margin: 0;

	color: var(--gl-text);

	font-size: clamp(2rem, 3.6vw, 3rem);
	font-weight: 650;
	line-height: 1.08;
	letter-spacing: -.025em;
}

.gl-client-profile .gl-profile-section-heading h2 {
	font-size: clamp(2.2rem, 4vw, 3.35rem);
}

.gl-profile-description {
	max-width: 850px;

	color: var(--gl-text);

	font-size: 1.03rem;
	line-height: 1.9;
}

.gl-client-profile .gl-profile-description {
	font-size: 1.08rem;
	line-height: 1.95;
}


/* STANDARD SECONDARY IMAGE */

.gl-profile-standard-image {
	margin-top: 35px;

	overflow: hidden;

	border-radius: 9px;
}

.gl-profile-standard-image img {
	display: block;

	width: 100%;
	height: auto;
}


/* ==========================================================
   COMMUNITY RAIL
   ========================================================== */

.gl-profile-rail__sticky {
	position: sticky;

	top: 25px;
}

.gl-profile-community-card {
	padding: 28px;

	background: var(--gl-surface-soft);

	border: 1px solid var(--gl-border);
	border-radius: 10px;
}

.gl-client-profile .gl-profile-community-card {
	padding: 30px;

	background: #fff;

	box-shadow: 0 15px 45px rgba(15,35,23,.09);
}

.gl-profile-community-card__logo {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 100%;
	min-height: 120px;

	margin-bottom: 23px;
	padding: 18px;

	background: #fff;

	border: 1px solid var(--gl-border);
	border-radius: 7px;
}

.gl-client-profile .gl-profile-community-card__logo {
	min-height: 135px;

	border: 0;
}

.gl-profile-community-card__logo img {
	display: block;

	max-width: 200px;
	max-height: 92px;

	width: auto;
	height: auto;

	object-fit: contain;
}

.gl-profile-community-card__featured {
	margin-bottom: 10px;

	color: var(--gl-primary);

	font-size: .65rem;
	font-weight: 800;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.gl-profile-community-card h3 {
	margin: 0 0 12px;

	color: var(--gl-text);

	font-size: 1.4rem;
	line-height: 1.2;
}

.gl-profile-community-card__address {
	margin-bottom: 22px;

	color: var(--gl-muted);

	font-size: .9rem;
	line-height: 1.65;
}

.gl-profile-community-card__button {
	display: flex;

	width: 100%;

	justify-content: center;

	text-align: center;
}

.gl-profile-community-card__discovery,
.gl-profile-community-card__discovery:link,
.gl-profile-community-card__discovery:visited {
	display: block;

	margin-top: 14px;

	color: var(--gl-primary);

	font-size: .75rem;
	font-weight: 800;
	letter-spacing: .06em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.gl-profile-community-card__discovery:hover {
	text-decoration: underline;
}


/* ==========================================================
   SOCIAL
   ========================================================== */

.gl-profile-social {
	display: flex;
	flex-wrap: wrap;

	gap: 7px;

	margin-top: 22px;
	padding-top: 20px;

	border-top: 1px solid var(--gl-border);
}

.gl-profile-social a,
.gl-profile-social a:link,
.gl-profile-social a:visited {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 35px;
	height: 35px;

	background: #fff;

	border: 1px solid var(--gl-border);
	border-radius: 50%;

	color: var(--gl-primary);

	font-size: .65rem;
	font-weight: 800;
	text-decoration: none;
}

.gl-profile-social a:hover {
	border-color: var(--gl-primary);
}


/* ==========================================================
   CLIENT BANNER
   ========================================================== */

.gl-profile-banner {
	display: block;

	margin-top: 22px;

	overflow: hidden;

	border-radius: 8px;

	box-shadow: 0 10px 30px rgba(15,35,23,.07);
}

.gl-profile-banner img {
	display: block;

	width: 100%;
	height: auto;
}


/* ==========================================================
   DISCOVERY EXPERIENCE
   ========================================================== */

.gl-profile-discovery {
	padding: clamp(70px, 8vw, 110px) 0;

	background: var(--gl-primary);

	color: #fff;
}

.gl-client-profile .gl-profile-discovery {
	padding: clamp(80px, 9vw, 125px) 0;
}

.gl-profile-discovery__inner {
	display: grid;
	grid-template-columns: minmax(0,1.55fr) minmax(280px,.55fr);

	gap: clamp(45px, 7vw, 95px);

	align-items: center;
}

.gl-profile-discovery__eyebrow {
	display: block;

	margin-bottom: 14px;

	color: var(--gl-accent);

	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.gl-profile-discovery h2 {
	max-width: 850px;

	margin: 0 0 23px;

	color: #fff;

	font-size: clamp(2.3rem, 4.8vw, 4.25rem);
	font-weight: 600;
	line-height: 1.03;
	letter-spacing: -.035em;
}

.gl-client-profile .gl-profile-discovery h2 {
	font-size: clamp(2.6rem, 5.2vw, 4.7rem);
}

.gl-profile-discovery__description {
	max-width: 830px;

	color: rgba(255,255,255,.84);

	font-size: 1rem;
	line-height: 1.85;
}

.gl-profile-discovery__action {
	padding: 31px;

	background: rgba(255,255,255,.075);

	border: 1px solid rgba(255,255,255,.16);
	border-radius: 10px;
}

.gl-profile-discovery__action > span {
	display: block;

	margin-bottom: 8px;

	color: var(--gl-accent);

	font-size: .65rem;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.gl-profile-discovery__action h3 {
	margin: 0 0 11px;

	color: #fff;

	font-size: 1.45rem;
	line-height: 1.18;
}

.gl-profile-discovery__action p {
	margin: 0 0 21px;

	color: rgba(255,255,255,.76);

	font-size: .9rem;
	line-height: 1.65;
}

.gl-profile-discovery__action .gl-button {
	display: flex;

	width: 100%;

	justify-content: center;

	text-align: center;
}


/* ==========================================================
   COMMUNITY DETAILS
   ========================================================== */

.gl-profile-details {
	padding: clamp(70px, 8vw, 105px) 0;

	background: #fff;
}

.gl-profile-details__grid {
	display: grid;
	grid-template-columns: repeat(2,minmax(0,1fr));

	gap: 23px;
}

.gl-client-profile .gl-profile-details__grid {
	gap: 27px;
}

.gl-profile-detail {
	position: relative;

	padding: clamp(29px, 4vw, 40px);

	background: var(--gl-surface-soft);

	border: 1px solid var(--gl-border);
	border-radius: 10px;
}

.gl-client-profile .gl-profile-detail {
	padding: clamp(34px, 4vw, 45px);
}

.gl-profile-detail__number {
	position: absolute;

	top: 28px;
	right: 30px;

	color: rgba(22,63,107,.16);

	font-size: 2rem;
	font-weight: 800;
}

.gl-profile-detail h2 {
	margin: 0 0 20px;

	color: var(--gl-text);

	font-size: clamp(1.6rem, 2.7vw, 2.15rem);
	line-height: 1.15;
}

.gl-profile-detail__content,
.gl-profile-detail__group {
	color: var(--gl-muted);

	font-size: .95rem;
	line-height: 1.82;
}

.gl-profile-detail__group + .gl-profile-detail__group {
	margin-top: 28px;
	padding-top: 25px;

	border-top: 1px solid var(--gl-border);
}

.gl-profile-detail__group h3 {
	margin: 0 0 9px;

	color: var(--gl-text);

	font-size: 1.08rem;
}


/* ==========================================================
   MAP
   ========================================================== */

.gl-profile-map {
	margin-top: 70px;
}

.gl-profile-map__embed {
	overflow: hidden;

	background: var(--gl-surface-soft);

	border-radius: 10px;
}

.gl-profile-map__embed iframe {
	display: block;

	width: 100% !important;
	min-height: 460px;

	border: 0;
}

.gl-profile-map__link,
.gl-profile-map__link:link,
.gl-profile-map__link:visited {
	display: inline-block;

	margin-top: 14px;

	color: var(--gl-primary);

	font-size: .8rem;
	font-weight: 800;
	text-decoration: none;
}


/* ==========================================================
   STORIES
   ========================================================== */

.gl-profile-stories {
	padding: clamp(70px, 8vw, 110px) 0;

	background: var(--gl-surface-soft);
}


/* PREMIUM */

.gl-profile-stories__grid {
	display: grid;
	grid-template-columns: minmax(0,1.25fr) minmax(0,.75fr);

	gap: 24px;
}

.gl-profile-story {
	overflow: hidden;

	background: #fff;

	border: 1px solid var(--gl-border);
	border-radius: 10px;
}

.gl-profile-story__image {
	display: block;

	overflow: hidden;

	aspect-ratio: 16 / 9;

	background: #e8ebe8;
}

.gl-profile-story__image img {
	display: block;

	width: 100%;
	height: 100%;

	object-fit: cover;

	transition: transform .35s ease;
}

.gl-profile-story:hover .gl-profile-story__image img {
	transform: scale(1.02);
}

.gl-profile-story__body {
	padding: 29px;
}

.gl-profile-story__type,
.gl-profile-story-card__body > span,
.gl-profile-video-card__body > span {
	display: block;

	margin-bottom: 9px;

	color: var(--gl-primary);

	font-size: .66rem;
	font-weight: 800;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.gl-profile-story h3 {
	margin: 0 0 13px;

	font-size: clamp(1.6rem, 2.7vw, 2.3rem);
	line-height: 1.12;
}

.gl-profile-story h3 a,
.gl-profile-story h3 a:link,
.gl-profile-story h3 a:visited {
	color: var(--gl-text);
	text-decoration: none;
}

.gl-profile-story__body p {
	margin: 0 0 19px;

	color: var(--gl-muted);

	line-height: 1.65;
}

.gl-profile-story__link,
.gl-profile-story__link:link,
.gl-profile-story__link:visited {
	color: var(--gl-primary);

	font-size: .75rem;
	font-weight: 800;
	letter-spacing: .07em;
	text-decoration: none;
	text-transform: uppercase;
}


/* PREMIUM SECONDARY */

.gl-profile-stories__secondary {
	display: grid;
	grid-template-columns: repeat(2,minmax(0,1fr));

	gap: 16px;
}

.gl-profile-story-card {
	overflow: hidden;

	background: #fff;

	border: 1px solid var(--gl-border);
	border-radius: 8px;
}

.gl-profile-story-card__image {
	display: block;

	overflow: hidden;

	aspect-ratio: 16 / 10;

	background: #e8ebe8;
}

.gl-profile-story-card__image img {
	display: block;

	width: 100%;
	height: 100%;

	object-fit: cover;

	transition: transform .3s ease;
}

.gl-profile-story-card:hover
.gl-profile-story-card__image img {
	transform: scale(1.025);
}

.gl-profile-story-card__body {
	padding: 17px;
}

.gl-profile-story-card h3 {
	margin: 0;

	font-size: .98rem;
	line-height: 1.35;
}

.gl-profile-story-card h3 a,
.gl-profile-story-card h3 a:link,
.gl-profile-story-card h3 a:visited {
	color: var(--gl-text);
	text-decoration: none;
}


/* ==========================================================
   STANDARD STORIES
   ========================================================== */

.gl-profile-standard-stories {
	display: grid;

	gap: 17px;
}

.gl-profile-standard-story {
	display: grid;
	grid-template-columns: 210px minmax(0,1fr);

	gap: 23px;

	align-items: center;

	padding: 17px;

	background: #fff;

	border: 1px solid var(--gl-border);
	border-radius: 8px;
}

.gl-profile-standard-story__image {
	display: block;

	overflow: hidden;

	aspect-ratio: 16 / 10;

	border-radius: 6px;
}

.gl-profile-standard-story__image img {
	display: block;

	width: 100%;
	height: 100%;

	object-fit: cover;
}

.gl-profile-standard-story h3 {
	margin: 0 0 7px;

	font-size: 1.25rem;
	line-height: 1.25;
}

.gl-profile-standard-story h3 a,
.gl-profile-standard-story h3 a:visited {
	color: var(--gl-text);
	text-decoration: none;
}

.gl-profile-standard-story p {
	margin: 0;

	color: var(--gl-muted);

	font-size: .9rem;
	line-height: 1.55;
}


/* ==========================================================
   VIDEOS
   ========================================================== */

.gl-profile-videos {
	padding: clamp(70px, 8vw, 105px) 0;

	background: #fff;
}

.gl-profile-videos__grid {
	display: grid;
	grid-template-columns: repeat(3,minmax(0,1fr));

	gap: 22px;
}

.gl-client-profile .gl-profile-videos__grid {
	gap: 25px;
}

.gl-profile-video-card {
	overflow: hidden;

	background: #fff;

	border: 1px solid var(--gl-border);
	border-radius: 9px;
}

.gl-profile-video-card__image {
	position: relative;

	display: block;

	overflow: hidden;

	aspect-ratio: 16 / 9;

	background: var(--gl-dark);
}

.gl-profile-video-card__image img {
	display: block;

	width: 100%;
	height: 100%;

	object-fit: cover;

	transition: transform .35s ease;
}

.gl-profile-video-card:hover
.gl-profile-video-card__image img {
	transform: scale(1.025);
}

.gl-profile-video-card__play {
	position: absolute;

	top: 50%;
	left: 50%;

	display: flex;
	align-items: center;
	justify-content: center;

	width: 58px;
	height: 58px;

	background: rgba(255,255,255,.94);

	border-radius: 50%;

	transform: translate(-50%,-50%);
}

.gl-profile-video-card__play span {
	width: 0;
	height: 0;

	margin-left: 4px;

	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 11px solid var(--gl-primary);
}

.gl-profile-video-card__body {
	padding: 20px 21px 22px;
}

.gl-profile-video-card h3 {
	margin: 0;

	font-size: 1.08rem;
	line-height: 1.35;
}

.gl-profile-video-card h3 a,
.gl-profile-video-card h3 a:link,
.gl-profile-video-card h3 a:visited {
	color: var(--gl-text);
	text-decoration: none;
}


/* ==========================================================
   FINAL CTA
   ========================================================== */

.gl-profile-final {
	padding: clamp(65px, 7vw, 90px) 0;

	background: var(--gl-surface-soft);

	color: var(--gl-text);

	border-top: 1px solid var(--gl-border);
}

.gl-client-profile .gl-profile-final {
	padding: clamp(75px, 8vw, 105px) 0;
}

.gl-profile-final__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;

	gap: 55px;
}

.gl-profile-final__eyebrow {
	display: block;

	margin-bottom: 10px;

	color: var(--gl-primary);

	font-size: .69rem;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.gl-profile-final h2 {
	margin: 0 0 11px;

	color: var(--gl-text);

	font-size: clamp(2rem, 4vw, 3.4rem);
	line-height: 1.05;
	letter-spacing: -.025em;
}

.gl-profile-final p {
	max-width: 640px;

	margin: 0;

	color: var(--gl-muted);

	font-size: 1rem;
	line-height: 1.68;
}

.gl-profile-final__actions {
	flex: 0 0 auto;
}

/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 950px) {

	.gl-profile-layout {
		grid-template-columns: 1fr;
	}

	.gl-profile-rail {
		max-width: 520px;
	}

	.gl-profile-rail__sticky {
		position: static;
	}

	.gl-profile-discovery__inner {
		grid-template-columns: 1fr;
	}

	.gl-profile-stories__grid {
		grid-template-columns: 1fr;
	}

	.gl-profile-stories__secondary {
		grid-template-columns: repeat(2,minmax(0,1fr));
	}

	.gl-profile-videos__grid {
		grid-template-columns: repeat(2,minmax(0,1fr));
	}

}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 700px) {

	.gl-profile-hero,
	.gl-client-profile .gl-profile-hero {
		min-height: 510px;

		padding: 75px 0 48px;
	}

	.gl-profile-hero h1,
	.gl-client-profile .gl-profile-hero h1 {
		font-size: clamp(2.6rem, 13vw, 4rem);
	}

	

	.gl-profile-details__grid {
		grid-template-columns: 1fr;
	}

	.gl-profile-stories__secondary {
		grid-template-columns: 1fr;
	}

	.gl-profile-standard-story {
		grid-template-columns: 1fr;
	}

	.gl-profile-videos__grid {
		grid-template-columns: 1fr;
	}

	.gl-profile-final__inner {
		display: block;
	}

	.gl-profile-final__actions {
		margin-top: 29px;
	}

	.gl-profile-map__embed iframe {
		min-height: 330px;
	}

}


/* ==========================================================
   404 PAGE
   ========================================================== */

.gl-404 {
	position: relative;

	padding: clamp(70px, 9vw, 125px) 0;

	overflow: hidden;

	background:
		linear-gradient(
			135deg,
			#f7f8f6 0%,
			#eef2ee 100%
		);
}


/* SUBTLE BACKGROUND 404 */

.gl-404::before {
	content: "404";

	position: absolute;

	top: 50%;
	right: -25px;

	color: rgba(22,63,107,.035);

	font-size: clamp(16rem, 35vw, 34rem);
	font-weight: 900;
	line-height: .75;
	letter-spacing: -.08em;

	transform: translateY(-50%);

	pointer-events: none;
}


.gl-404__inner {
	position: relative;

	z-index: 1;

	display: grid;
	grid-template-columns: minmax(0,1.2fr) minmax(340px,.8fr);

	align-items: center;

	gap: clamp(60px,8vw,120px);

	max-width: 1180px;

	margin: 0 auto;
}


/* ==========================================================
   MESSAGE
   ========================================================== */

.gl-404__content {
	max-width: 680px;
}


.gl-404__number {
	display: block;

	margin-bottom: 18px;

	color: var(--gl-primary);

	font-size: .76rem;
	font-weight: 900;
	letter-spacing: .18em;
}


.gl-404__eyebrow {
	display: block;

	margin-bottom: 12px;

	color: var(--gl-primary);

	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .13em;
	text-transform: uppercase;
}


.gl-404 h1 {
	max-width: 650px;

	margin: 0 0 24px;

	color: var(--gl-text);

	font-size: clamp(3rem,6vw,5.6rem);
	font-weight: 800;
	line-height: .96;
	letter-spacing: -.045em;
}


.gl-404__lead {
	max-width: 610px;

	margin: 0 0 13px;

	color: var(--gl-text);

	font-size: clamp(1.15rem,2vw,1.4rem);
	font-weight: 600;
	line-height: 1.55;
}


.gl-404__content > p:not(.gl-404__lead) {
	max-width: 590px;

	margin: 0;

	color: var(--gl-muted);

	font-size: 1rem;
	line-height: 1.7;
}


/* BUTTONS */

.gl-404__actions {
	display: flex;
	flex-wrap: wrap;

	gap: 12px;

	margin-top: 32px;
}


/* ==========================================================
   QUICK LINKS
   ========================================================== */

.gl-404__links {
	background: #fff;

	border: 1px solid var(--gl-border);
	border-radius: 10px;

	box-shadow: 0 18px 50px rgba(18,34,25,.08);
}


.gl-404-link {
	display: flex;
	align-items: flex-start;

	gap: 18px;

	padding: 24px 25px;

	border-bottom: 1px solid var(--gl-border);

	color: var(--gl-text);

	text-decoration: none;

	transition:
		background .2s ease,
		transform .2s ease;
}


.gl-404-link:first-child {
	border-radius: 10px 10px 0 0;
}


.gl-404-link:last-child {
	border-bottom: 0;

	border-radius: 0 0 10px 10px;
}


.gl-404-link:hover {
	background: var(--gl-surface-soft);

	transform: translateX(3px);
}


.gl-404-link__number {
	flex: 0 0 auto;

	padding-top: 2px;

	color: var(--gl-primary);

	font-size: .68rem;
	font-weight: 900;
	letter-spacing: .08em;
}


.gl-404-link strong {
	display: block;

	margin-bottom: 5px;

	color: var(--gl-text);

	font-size: 1rem;
	line-height: 1.25;
}


.gl-404-link div > span {
	display: block;

	color: var(--gl-muted);

	font-size: .84rem;
	line-height: 1.5;
}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 900px) {

	.gl-404 {
		padding: 65px 0 75px;
	}

	.gl-404__inner {
		grid-template-columns: 1fr;

		gap: 50px;
	}

	.gl-404__content {
		max-width: 720px;
	}

	.gl-404__links {
		max-width: 650px;
	}

}


@media (max-width: 600px) {

	.gl-404 {
		padding: 50px 0 60px;
	}

	.gl-404::before {
		top: 140px;
		right: -10px;

		font-size: 14rem;

		transform: none;
	}

	.gl-404 h1 {
		font-size: clamp(2.7rem,14vw,4rem);
	}

	.gl-404__actions {
		flex-direction: column;
	}

	.gl-404__actions .gl-button {
		width: 100%;

		text-align: center;
	}

	.gl-404-link {
		padding: 20px;
	}

}




/* ==========================================================
   REAL ESTATE - COMING SOON
   ========================================================== */

.gl-realestate-coming {
	padding: clamp(70px, 8vw, 110px) 0;

	background: #fff;
}


.gl-realestate-coming__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(350px, .75fr);

	gap: clamp(55px, 8vw, 110px);

	align-items: center;
}


/* ==========================================================
   CONTENT
   ========================================================== */

.gl-realestate-coming__content {
	max-width: 720px;
}


.gl-realestate-coming__content h2 {
	margin: 10px 0 24px;

	color: var(--gl-text);

	font-size: clamp(2.3rem, 4.5vw, 4rem);
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: -.035em;
}


.gl-realestate-coming__lead {
	margin: 0 0 17px;

	color: var(--gl-text);

	font-size: clamp(1.1rem, 2vw, 1.3rem);
	font-weight: 600;
	line-height: 1.65;
}


.gl-realestate-coming__content > p:not(.gl-realestate-coming__lead) {
	max-width: 650px;

	margin: 0;

	color: var(--gl-muted);

	font-size: 1rem;
	line-height: 1.8;
}


.gl-realestate-coming__actions {
	display: flex;
	flex-wrap: wrap;

	gap: 12px;

	margin-top: 32px;
}


/* ==========================================================
   COMING SOON PANEL
   ========================================================== */

.gl-realestate-coming__panel {
	padding: clamp(30px, 4vw, 42px);

	background: var(--gl-surface-soft);

	border: 1px solid var(--gl-border);
	border-radius: 10px;
}


.gl-realestate-coming__panel-eyebrow {
	display: block;

	margin-bottom: 10px;

	color: var(--gl-primary);

	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}


.gl-realestate-coming__panel h3 {
	margin: 0 0 28px;

	color: var(--gl-text);

	font-size: clamp(1.6rem, 2.5vw, 2.15rem);
	line-height: 1.15;
}


/* FEATURES */

.gl-realestate-coming__features {
	display: grid;

	gap: 0;
}


.gl-realestate-coming__feature {
	display: flex;
	align-items: flex-start;

	gap: 17px;

	padding: 20px 0;

	border-top: 1px solid var(--gl-border);
}


.gl-realestate-coming__feature > span {
	flex: 0 0 auto;

	padding-top: 2px;

	color: var(--gl-primary);

	font-size: .68rem;
	font-weight: 900;
	letter-spacing: .07em;
}


.gl-realestate-coming__feature strong {
	display: block;

	margin-bottom: 5px;

	color: var(--gl-text);

	font-size: 1rem;
}


.gl-realestate-coming__feature p {
	margin: 0;

	color: var(--gl-muted);

	font-size: .87rem;
	line-height: 1.55;
}


/* ==========================================================
   FINAL CTA
   ========================================================== */

.gl-realestate-cta {
	padding: clamp(60px, 7vw, 85px) 0;

	background: var(--gl-surface-soft);

	border-top: 1px solid var(--gl-border);
}


.gl-realestate-cta__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;

	gap: 55px;
}


.gl-realestate-cta h2 {
	margin: 8px 0 12px;

	color: var(--gl-text);

	font-size: clamp(2rem, 3.8vw, 3.2rem);
	line-height: 1.08;
	letter-spacing: -.025em;
}


.gl-realestate-cta p {
	max-width: 680px;

	margin: 0;

	color: var(--gl-muted);

	line-height: 1.7;
}


.gl-realestate-cta__action {
	flex: 0 0 auto;
}


/* ==========================================================
   RESPONSIVE
   ========================================================== */

@media (max-width: 900px) {

	.gl-realestate-coming__inner {
		grid-template-columns: 1fr;

		gap: 50px;
	}

	.gl-realestate-coming__panel {
		max-width: 650px;
	}

}


@media (max-width: 700px) {

	.gl-realestate-coming {
		padding: 55px 0 65px;
	}

	.gl-realestate-coming__actions {
		flex-direction: column;
	}

	.gl-realestate-coming__actions .gl-button {
		width: 100%;

		text-align: center;
	}

	.gl-realestate-cta__inner {
		display: block;
	}

	.gl-realestate-cta__action {
		margin-top: 27px;
	}

}


/* ==========================================================
   AGENT DIRECTORY
   ========================================================== */

.gl-agent-directory {
	padding: clamp(65px, 7vw, 95px) 0 100px;

	background: #fff;
}


/* ==========================================================
   INTRO
   ========================================================== */

.gl-agent-directory__intro {
	max-width: 850px;

	margin-bottom: clamp(65px, 8vw, 95px);
}


.gl-agent-directory__intro h2 {
	max-width: 780px;

	margin: 9px 0 22px;

	color: var(--gl-text);

	font-size: clamp(2.2rem, 4vw, 3.6rem);
	line-height: 1.08;
	letter-spacing: -.03em;
}


.gl-agent-directory__lead {
	margin: 0 0 16px;

	color: var(--gl-text);

	font-size: clamp(1.08rem, 1.8vw, 1.25rem);
	font-weight: 600;
	line-height: 1.65;
}


.gl-agent-directory__intro > p:not(.gl-agent-directory__lead) {
	max-width: 760px;

	margin: 0;

	color: var(--gl-muted);

	line-height: 1.75;
}


/* ==========================================================
   DIRECTORY HEADING
   ========================================================== */

.gl-agent-directory__heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;

	gap: 30px;

	margin-bottom: 30px;

	padding-bottom: 20px;

	border-bottom: 1px solid var(--gl-border);
}


.gl-agent-directory__heading h2 {
	margin: 7px 0 0;

	color: var(--gl-text);

	font-size: clamp(1.8rem, 3vw, 2.6rem);
	line-height: 1.1;
}


.gl-agent-directory__count {
	flex: 0 0 auto;

	color: var(--gl-muted);

	font-size: .82rem;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
}


/* ==========================================================
   GRID
   ========================================================== */

.gl-agent-grid {
	display: grid;

	grid-template-columns: repeat(3, minmax(0, 1fr));

	gap: 25px;
}


/* ==========================================================
   CARD
   ========================================================== */

.gl-agent-card {
	display: flex;
	flex-direction: column;

	min-width: 0;

	overflow: hidden;

	background: #fff;

	border: 1px solid var(--gl-border);
	border-radius: 10px;

	box-shadow: 0 8px 30px rgba(18,34,25,.045);

	transition:
		transform .25s ease,
		box-shadow .25s ease;
}


.gl-agent-card:hover {
	transform: translateY(-4px);

	box-shadow: 0 18px 45px rgba(18,34,25,.10);
}


/* PHOTO */

.gl-agent-card__media {
	position: relative;

	display: block;

	aspect-ratio: 4 / 3;

	overflow: hidden;

	background: var(--gl-surface-soft);
}


.gl-agent-card__media img {
	display: block;

	width: 100%;
	height: 100%;

	object-fit: cover;

	transition: transform .35s ease;
}


.gl-agent-card:hover .gl-agent-card__media img {
	transform: scale(1.025);
}


.gl-agent-card__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 100%;
	height: 100%;

	padding: 30px;

	color: var(--gl-muted);

	text-align: center;

	font-size: .8rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}


/* BODY */

.gl-agent-card__body {
	flex: 1 1 auto;

	padding: 25px 25px 22px;
}


.gl-agent-card__location {
	display: block;

	margin-bottom: 8px;

	color: var(--gl-primary);

	font-size: .67rem;
	font-weight: 800;
	letter-spacing: .11em;
	text-transform: uppercase;
}


.gl-agent-card__body h3 {
	margin: 0 0 6px;

	font-size: 1.35rem;
	line-height: 1.2;
}


.gl-agent-card__body h3 a {
	color: var(--gl-text);

	text-decoration: none;
}


.gl-agent-card__body h3 a:hover {
	color: var(--gl-primary);
}


.gl-agent-card__company {
	margin: 0 0 14px;

	color: var(--gl-primary);

	font-size: .86rem;
	font-weight: 700;
}


.gl-agent-card__headline {
	margin: 0;

	color: var(--gl-muted);

	font-size: .91rem;
	line-height: 1.6;
}


/* ==========================================================
   CARD FOOTER
   ========================================================== */

.gl-agent-card__footer {
	padding: 0 25px 24px;
}


.gl-agent-card__profile {
	display: flex;
	align-items: center;
	justify-content: space-between;

	gap: 15px;

	padding: 15px 0;

	border-top: 1px solid var(--gl-border);

	color: var(--gl-primary);

	font-size: .8rem;
	font-weight: 800;
	letter-spacing: .04em;

	text-decoration: none;
}


.gl-agent-card__profile span {
	font-size: 1.05rem;

	transition: transform .2s ease;
}


.gl-agent-card__profile:hover span {
	transform: translateX(4px);
}


/* CONTACT LINKS */

.gl-agent-card__contact {
	display: flex;
	flex-wrap: wrap;

	gap: 7px;
}


.gl-agent-card__contact a {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	min-height: 34px;

	padding: 7px 11px;

	background: var(--gl-surface-soft);

	border: 1px solid var(--gl-border);
	border-radius: 5px;

	color: var(--gl-text);

	font-size: .69rem;
	font-weight: 800;
	letter-spacing: .04em;
	text-transform: uppercase;

	text-decoration: none;
}


.gl-agent-card__contact a:hover {
	background: var(--gl-primary);

	border-color: var(--gl-primary);

	color: #fff;
}


/* ==========================================================
   EMPTY
   ========================================================== */

.gl-agent-directory__empty {
	padding: 60px 30px;

	background: var(--gl-surface-soft);

	border: 1px solid var(--gl-border);
	border-radius: 10px;

	text-align: center;
}


.gl-agent-directory__empty h2 {
	margin: 0 0 10px;

	color: var(--gl-text);
}


.gl-agent-directory__empty p {
	margin: 0;

	color: var(--gl-muted);
}


/* ==========================================================
   AGENT CTA
   ========================================================== */

.gl-agent-cta {
	padding: clamp(60px, 7vw, 85px) 0;

	background: var(--gl-surface-soft);

	border-top: 1px solid var(--gl-border);
}


.gl-agent-cta__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;

	gap: 55px;
}


.gl-agent-cta h2 {
	margin: 8px 0 11px;

	color: var(--gl-text);

	font-size: clamp(2rem, 3.8vw, 3.2rem);
	line-height: 1.08;
	letter-spacing: -.025em;
}


.gl-agent-cta p {
	max-width: 680px;

	margin: 0;

	color: var(--gl-muted);

	line-height: 1.7;
}


.gl-agent-cta__action {
	flex: 0 0 auto;
}


/* ==========================================================
   RESPONSIVE
   ========================================================== */

@media (max-width: 1050px) {

	.gl-agent-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

}


@media (max-width: 700px) {

	.gl-agent-directory {
		padding: 55px 0 70px;
	}

	.gl-agent-directory__intro {
		margin-bottom: 55px;
	}

	.gl-agent-directory__heading {
		display: block;
	}

	.gl-agent-directory__count {
		margin-top: 12px;
	}

	.gl-agent-grid {
		grid-template-columns: 1fr;
	}

	.gl-agent-card__media {
		aspect-ratio: 16 / 11;
	}

	.gl-agent-cta__inner {
		display: block;
	}

	.gl-agent-cta__action {
		margin-top: 27px;
	}

}

/* ==========================================================
   AGENT PROFILE
   ========================================================== */


/* ==========================================================
   HERO
   ========================================================== */

.gl-agent-profile-hero {
	padding: clamp(55px, 7vw, 90px) 0;

	background: var(--gl-surface-soft);

	border-bottom: 1px solid var(--gl-border);
}


.gl-agent-profile--premium .gl-agent-profile-hero {
	padding: clamp(65px, 8vw, 105px) 0;
}


.gl-agent-profile-hero__inner {
	display: grid;

	grid-template-columns:
		minmax(260px, 390px)
		minmax(0, 1fr);

	align-items: center;

	gap: clamp(45px, 7vw, 90px);

	max-width: 1100px;

	margin: 0 auto;
}


/* PHOTO */

.gl-agent-profile-hero__photo {
	overflow: hidden;

	aspect-ratio: 4 / 5;

	background: #e7eae7;

	border-radius: 10px;

	box-shadow: 0 20px 55px rgba(20,35,27,.12);
}


.gl-agent-profile-hero__photo img {
	display: block;

	width: 100%;
	height: 100%;

	object-fit: cover;
}


.gl-agent-profile-hero__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 100%;
	height: 100%;

	padding: 30px;

	color: var(--gl-muted);

	font-size: .75rem;
	font-weight: 800;
	letter-spacing: .1em;
	text-align: center;
	text-transform: uppercase;
}


/* HERO CONTENT */

.gl-agent-profile-hero__eyebrow {
	display: block;

	margin-bottom: 13px;

	color: var(--gl-primary);

	font-size: .69rem;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}


.gl-agent-profile-hero h1 {
	margin: 0 0 13px;

	color: var(--gl-text);

	font-size: clamp(3rem, 6vw, 5.4rem);
	line-height: .98;
	letter-spacing: -.045em;
}


.gl-agent-profile-hero__title {
	margin: 0 0 4px;

	color: var(--gl-text);

	font-size: clamp(1.15rem, 2vw, 1.4rem);
	font-weight: 600;
}


.gl-agent-profile-hero__company {
	margin: 0 0 5px;

	color: var(--gl-primary);

	font-size: 1rem;
	font-weight: 700;
}


.gl-agent-profile-hero__location {
	margin: 12px 0 0;

	color: var(--gl-muted);

	font-size: .95rem;
}


.gl-agent-profile-hero__actions {
	display: flex;
	flex-wrap: wrap;

	gap: 11px;

	margin-top: 28px;
}


/* ==========================================================
   ABOUT
   ========================================================== */

.gl-agent-profile-main {
	padding: clamp(65px, 8vw, 105px) 0;

	background: #fff;
}


.gl-agent-profile-main__grid {
	display: grid;

	grid-template-columns:
		minmax(0, 1fr)
		minmax(300px, 360px);

	gap: clamp(55px, 8vw, 100px);

	align-items: start;
}


.gl-agent-profile-about {
	max-width: 800px;
}


.gl-agent-profile-about h2 {
	margin: 8px 0 24px;

	color: var(--gl-text);

	font-size: clamp(2.2rem, 4vw, 3.6rem);
	line-height: 1.08;
	letter-spacing: -.03em;
}


.gl-agent-profile-about__description {
	color: var(--gl-text);

	font-size: 1rem;
	line-height: 1.85;
}


/* ==========================================================
   CONTACT PANEL
   ========================================================== */

.gl-agent-profile-panel {
	padding: 30px;

	background: var(--gl-surface-soft);

	border: 1px solid var(--gl-border);
	border-radius: 10px;
}


.gl-agent-profile--premium .gl-agent-profile-panel {
	background: #fff;

	box-shadow: 0 18px 50px rgba(18,34,25,.08);
}


.gl-agent-profile-panel__logo {
	margin-bottom: 24px;

	padding-bottom: 22px;

	border-bottom: 1px solid var(--gl-border);
}


.gl-agent-profile-panel__logo img {
	display: block;

	max-width: 210px;
	max-height: 100px;

	width: auto;
	height: auto;
}


.gl-agent-profile-panel__featured {
	display: inline-block;

	margin-bottom: 13px;

	padding: 6px 9px;

	background: var(--gl-primary);

	border-radius: 4px;

	color: #fff;

	font-size: .62rem;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}


.gl-agent-profile-panel h3 {
	margin: 0 0 5px;

	color: var(--gl-text);

	font-size: 1.5rem;
}


.gl-agent-profile-panel__company {
	margin: 0 0 16px;

	color: var(--gl-primary);

	font-size: .88rem;
	font-weight: 700;
}


.gl-agent-profile-panel__address {
	margin: 0 0 19px;

	color: var(--gl-muted);

	font-size: .88rem;
	line-height: 1.6;
}


.gl-agent-profile-panel__link {
	display: block;

	padding: 11px 0;

	border-top: 1px solid var(--gl-border);

	color: var(--gl-text);

	font-size: .88rem;
	font-weight: 700;

	text-decoration: none;
}


.gl-agent-profile-panel__link:hover {
	color: var(--gl-primary);
}


.gl-agent-profile-panel__contact {
	width: 100%;

	margin-top: 18px;

	text-align: center;
}


/* ==========================================================
   AGENT SOCIAL MEDIA
   ========================================================== */

.gl-agent-profile-panel__social {
	display: flex;
	align-items: center;
	flex-wrap: wrap;

	gap: 10px;

	margin-top: 22px;
	padding-top: 20px;

	border-top: 1px solid var(--gl-border);
}


.gl-agent-profile-panel__social a {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 38px;
	height: 38px;

	padding: 0;

	background: transparent;

	border: 0;
	border-radius: 50%;

	text-decoration: none;

	transition:
		transform .2s ease,
		opacity .2s ease;
}


.gl-agent-profile-panel__social img {
	display: block;

	width: 34px;
	height: 34px;

	object-fit: contain;
}


.gl-agent-profile-panel__social a:hover {
	transform: translateY(-2px);

	opacity: .8;
}

/* ==========================================================
   GALLERY
   ========================================================== */

.gl-agent-profile-gallery {
	padding: 75px 0;

	background: var(--gl-surface-soft);
}


.gl-agent-profile-section-heading {
	margin-bottom: 27px;
}


.gl-agent-profile-section-heading h2 {
	margin: 7px 0 0;

	color: var(--gl-text);

	font-size: clamp(2rem, 3.5vw, 3rem);
}


.gl-agent-profile-gallery__grid {
	display: grid;

	grid-template-columns: repeat(3,minmax(0,1fr));

	gap: 8px;
}


.gl-agent-profile-gallery__photo {
	display: block;

	padding: 0;

	overflow: hidden;

	aspect-ratio: 4 / 3;

	background: #e7eae7;

	border: 0;

	cursor: pointer;
}


.gl-agent-profile-gallery__photo:first-child {
	grid-column: span 2;
	grid-row: span 2;
}


.gl-agent-profile-gallery__photo img {
	display: block;

	width: 100%;
	height: 100%;

	object-fit: cover;

	transition: transform .3s ease;
}


.gl-agent-profile-gallery__photo:hover img {
	transform: scale(1.02);
}


/* ==========================================================
   LISTINGS
   ========================================================== */

.gl-agent-listings {
	padding: clamp(70px, 8vw, 100px) 0;

	background: #fff;
}


.gl-agent-listings__inner {
	display: grid;

	grid-template-columns: minmax(0,.8fr) minmax(350px,1fr);

	gap: clamp(50px, 8vw, 100px);

	align-items: center;
}


.gl-agent-listings__heading h2 {
	margin: 8px 0 15px;

	color: var(--gl-text);

	font-size: clamp(2.2rem,4vw,3.6rem);
}


.gl-agent-listings__heading p {
	max-width: 570px;

	margin: 0;

	color: var(--gl-muted);

	line-height: 1.7;
}


.gl-agent-listings__coming {
	padding: clamp(32px,5vw,50px);

	background: var(--gl-surface-soft);

	border: 1px solid var(--gl-border);
	border-radius: 10px;
}


.gl-agent-listings__coming-label {
	display: block;

	margin-bottom: 10px;

	color: var(--gl-primary);

	font-size: .67rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}


.gl-agent-listings__coming h3 {
	margin: 0 0 11px;

	color: var(--gl-text);

	font-size: 1.65rem;
}


.gl-agent-listings__coming p {
	margin: 0;

	color: var(--gl-muted);

	line-height: 1.65;
}


/* ==========================================================
   LOCATION
   ========================================================== */

.gl-agent-profile-location {
	padding: 70px 0;

	background: var(--gl-surface-soft);

	border-top: 1px solid var(--gl-border);
}


.gl-agent-profile-map {
	overflow: hidden;

	border-radius: 10px;
}


.gl-agent-profile-map iframe {
	display: block;

	width: 100% !important;

	min-height: 420px;

	border: 0;
}


.gl-agent-profile-location__link {
	margin: 14px 0 0;
}


/* ==========================================================
   BANNER
   ========================================================== */

.gl-agent-profile-banner {
	padding: 45px 0;

	background: #fff;

	text-align: center;
}


.gl-agent-profile-banner img {
	display: block;

	max-width: 100%;
	height: auto;

	margin: 0 auto;
}


/* ==========================================================
   FINAL CTA
   ========================================================== */

.gl-agent-profile-final {
	padding: clamp(70px, 8vw, 95px) 0;

	background: var(--gl-surface-soft);

	border-top: 1px solid var(--gl-border);
}


.gl-agent-profile-final__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;

	gap: 55px;
}


.gl-agent-profile-final__eyebrow {
	display: block;

	margin-bottom: 9px;

	color: var(--gl-primary);

	font-size: .69rem;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}


.gl-agent-profile-final h2 {
	margin: 0 0 11px;

	color: var(--gl-text);

	font-size: clamp(2rem,4vw,3.4rem);
	line-height: 1.05;
	letter-spacing: -.025em;
}


.gl-agent-profile-final p {
	max-width: 680px;

	margin: 0;

	color: var(--gl-muted);

	line-height: 1.7;
}


.gl-agent-profile-final__action {
	flex: 0 0 auto;
}


/* ==========================================================
   LIGHTBOX
   ========================================================== */

.gl-agent-lightbox {
	position: fixed;

	z-index: 99999;

	inset: 0;

	display: none;

	align-items: center;
	justify-content: center;

	padding: 55px 80px;

	background: rgba(8,12,10,.94);
}


.gl-agent-lightbox.is-open {
	display: flex;
}


.gl-agent-lightbox__image {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 100%;
	height: 100%;
}


.gl-agent-lightbox__image img {
	display: block;

	max-width: 100%;
	max-height: calc(100vh - 120px);

	width: auto;
	height: auto;

	object-fit: contain;
}


.gl-agent-lightbox__close,
.gl-agent-lightbox__previous,
.gl-agent-lightbox__next {
	position: absolute;

	z-index: 2;

	display: flex;
	align-items: center;
	justify-content: center;

	background: rgba(255,255,255,.12);

	border: 1px solid rgba(255,255,255,.25);
	border-radius: 50%;

	color: #fff;

	cursor: pointer;
}


.gl-agent-lightbox__close {
	top: 20px;
	right: 20px;

	width: 44px;
	height: 44px;

	font-size: 1.8rem;
}


.gl-agent-lightbox__previous,
.gl-agent-lightbox__next {
	top: 50%;

	width: 48px;
	height: 48px;

	font-size: 2rem;

	transform: translateY(-50%);
}


.gl-agent-lightbox__previous {
	left: 20px;
}


.gl-agent-lightbox__next {
	right: 20px;
}


.gl-agent-lightbox__count {
	position: absolute;

	bottom: 20px;
	left: 50%;

	color: #fff;

	font-size: .75rem;
	font-weight: 700;
	letter-spacing: .08em;

	transform: translateX(-50%);
}


/* ==========================================================
   RESPONSIVE
   ========================================================== */

@media (max-width: 900px) {

	.gl-agent-profile-hero__inner {
		grid-template-columns: minmax(220px,300px) 1fr;

		gap: 40px;
	}

	.gl-agent-profile-main__grid {
		grid-template-columns: 1fr;
	}

	.gl-agent-profile-panel {
		max-width: 600px;
	}

	.gl-agent-listings__inner {
		grid-template-columns: 1fr;
	}

}


@media (max-width: 700px) {

	.gl-agent-profile-hero__inner {
		grid-template-columns: 1fr;
	}

	.gl-agent-profile-hero__photo {
		max-width: 330px;
	}

	.gl-agent-profile-hero h1 {
		font-size: clamp(2.7rem,13vw,4rem);
	}

	.gl-agent-profile-hero__actions {
		flex-direction: column;
	}

	.gl-agent-profile-hero__actions .gl-button {
		width: 100%;

		text-align: center;
	}

	.gl-agent-profile-gallery__grid {
		grid-template-columns: 1fr 1fr;
	}

	.gl-agent-profile-gallery__photo:first-child {
		grid-column: span 2;
		grid-row: auto;
	}

	.gl-agent-profile-final__inner {
		display: block;
	}

	.gl-agent-profile-final__action {
		margin-top: 28px;
	}

	.gl-agent-lightbox {
		padding: 60px 12px;
	}

	.gl-agent-lightbox__previous {
		left: 8px;
	}

	.gl-agent-lightbox__next {
		right: 8px;
	}

}