:root {
	/*
		These variable values are set using Admin Panel Design Settings.
		The values below are defaults and will be over-written by the AP values.
	*/
	/* Support Only Edit Body Options */
	--body-bgcolor: #f7f2e8;
	--body-texture: none;
	--body-font-family: "Figtree", sans-serif;
	--body-line-height: 1.74;
	--content-area-bgcolor: #f7f2e8;

	/* Support Only Edit Color Options */
	--color-primary: #4f7d52;
	--color-primary-text: #fff;
	--color-primary-link: var(--color-primary-text);
	--color-primary-link-hover: var(--color-primary-text);

	--color-secondary: #36603a;
	--color-secondary-text: #fff;
	--color-secondary-link: var(--color-secondary-text);
	--color-secondary-link-hover: var(--color-secondary-text);

	--color-tertiary: #e2674a;
	--color-tertiary-text: #fff;
	--color-tertiary-link: var(--color-tertiary-text);
	--color-tertiary-link-hover: var(--color-tertiary-text);

	/* Header Theme */
	--header-bg-color: rgba(247, 242, 232, .96);
	--header-bg-color-solid: var(--body-bgcolor);
	--header-text-color: var(--body-text-color);
	--header-link-color: var(--body-text-color);
	--header-link-color-hover: var(--color-tertiary);

	/* Nav Theme */
	--nav-bg-color: var(--body-bgcolor);
	--nav-bg-color-solid: var(--body-bgcolor);
	--nav-text-color: var(--body-text-color);
	--nav-link-color: var(--body-text-color);
	--nav-link-color-hover: var(--color-tertiary);

	/* Footer Theme */
	--footer-bg-color: var(--color-secondary);
	--footer-bg-color-solid: var(--color-secondary);
	--footer-text-color: var(--color-secondary-text);
	--footer-link-color: var(--color-secondary-link);
	--footer-link-color-hover: var(--color-secondary-link-hover);

	/* Footer Copyright Theme */
	--copyright-bg-color: var(--color-secondary);
	--copyright-bg-color-solid: var(--color-secondary);
	--copyright-text-color: var(--color-secondary-text);
	--copyright-link-color: var(--color-secondary-link);
	--copyright-link-color-hover: var(--color-secondary-link-hover);

	/* Title Theme */
	--title-bg-color: var(--color-primary);
	--title-text-color: var(--color-primary-text);
	--title-link-color: var(--color-primary-link);
	--title-link-color-hover: var(--color-primary-link-hover);

	/* Admin Edit */
	--body-font-size: 1.0625rem;
	--body-text-color: #4b554a;
	--link-color: var(--color-primary);
	--link-color-hover: var(--color-tertiary);
	--nav-font-size: var(--body-font-size);
	--copyright-alignment: left;

	/*****/
	/* Additional Variables - Not defined in Design Options */
	/*****/

	/* Header */
	--header-inner-width: 1920;
	--header-inner-height: 440;

	/* Feature Boxes */
	--featurebox-content-bgcolor: var(--content-area-bgcolor);

	/* Decorative only, derived from the admin colors above rather than
	   hardcoded so they stay in sync with whatever palette is set */
	--theme-line: color-mix(in srgb, var(--body-text-color) 18%, transparent);
	--theme-muted: color-mix(in srgb, var(--body-text-color) 70%, transparent);
	--theme-surface: color-mix(in srgb, var(--content-area-bgcolor) 90%, var(--color-primary) 10%);
	--theme-shadow: color-mix(in srgb, var(--color-secondary) 40%, transparent);
	--ink: color-mix(in srgb, var(--body-text-color) 82%, black);
	--accent-dark: color-mix(in srgb, var(--color-tertiary) 78%, black);
}

/* =====================
   Base
   ===================== */

html {
	scroll-behavior: smooth;
	scroll-padding-top: 90px;
}

body {
	font-family: var(--body-font-family);
	line-height: var(--body-line-height);
	color: var(--body-text-color);
	font-size: var(--body-font-size);
	background: var(--body-bgcolor) var(--body-texture) repeat;
	-webkit-font-smoothing: antialiased;
}

a {
	color: var(--link-color);
	text-decoration: underline;
}

a:hover, a:active {
	color: var(--link-color-hover);
}

/* =====================
   Standard Content Styles
   ===================== */

h1, h2, h3, h4, .title {
	font-family: "Sora", sans-serif;
	font-weight: 700;
	line-height: 1.1;
	color: var(--ink);
}

.colortext {
	color: var(--title-bg-color);
}

.calendarhead, .organizerlight {
	background: var(--title-bg-color);
	color: var(--title-text-color);
}

.calendarhead a:active, .calendarhead a:link, .calendarhead a:visited,
.organizerlight a:active, .organizerlight a:link, .organizerlight a:visited {
	color: var(--title-link-color);
}

.calendarhead a:hover, .organizerlight a:hover {
	color: var(--title-link-color-hover);
}

/* =====================
   Header
   ===================== */

header {
	background: var(--header-bg-color);
	color: var(--header-text-color);
}

header a {
	color: var(--header-link-color);
}

header a:hover {
	color: var(--header-link-color-hover);
}

.topbar {
	background: var(--color-primary);
	color: var(--color-primary-link);
	font-size: 1rem;
}

.topbar-inner {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
	height: 42px;
}

.topbar a {
	color: var(--color-primary-link);
	text-decoration: none;
	font-weight: 700;
}

.topbar a:hover {
	color: var(--color-primary-link-hover);
}

.loginLinBreak::after {
	content: " | ";
	white-space: normal;
}

.login-links {
	display: flex;
	align-items: center;
	white-space: nowrap;
}

.login-links .loginExtraClass {
	text-align: right;
}

.social-icons {
	font-size: 1.125rem;
	color: var(--header-link-color);
}

.social-header {
	display: flex;
	align-items: center;
}

.social-icons-header a {
	color: var(--header-link-color);
}

.social-icons-header a:hover {
	color: var(--header-link-color-hover);
}

.social-icons-footer .social-icons, .social-icons-footer .social-icons a {
	color: var(--footer-link-color);
}

.social-icons-footer .social-icons a:hover {
	color: var(--footer-link-color-hover);
}

.social-icons-footer {
	margin-top: 15px;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 60;
	border-bottom: 1px solid var(--theme-line);
	transition: box-shadow .3s;
}

.site-header.header-stuck {
	box-shadow: 0 12px 30px -22px var(--theme-shadow);
}

.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 14px 0;
}

.logo {
	flex-shrink: 0;
	display: flex;
	align-items: center;
}

.logo img.mnw-img-responsive {
	max-height: 58px;
	width: auto;
	max-width: 100%;
}

.header-nav-wrap {
	flex: 1;
	min-width: 0;
}

.header-nav-wrap .navbar-nav {
	margin-left: auto;
}

.site-header .navbar {
	padding: 0;
	background: transparent;
}

.header-nav-wrap .container, .header-nav-wrap .container-fluid {
	padding: 0;
	max-width: none;
}

.header-nav-wrap .navbar-brand {
	display: none;
}

/* =====================
   Nav
   ===================== */

/* The Design Configuration admin panel injects a vertical pipe divider
   between nav items for any navbar-pipes-classed nav (see the @media
   (min-width:1200px) block it adds) — this design's nav is meant to be
   clean, just the underline-on-hover below, so turn that off. */
@media (min-width: 1200px) {
	.navbar-pipes .navbar-nav li:after {
		content: none;
	}
}

.navbar-brand, .navbar-brand:hover {
	color: var(--nav-text-color);
}

.navbar .nav-link, .navbar .dropdown-item, .navbar-brand {
	font-size: var(--nav-font-size);
}


nav.navbar .navbar-nav .nav-item {
	position: relative;
}

nav.navbar .navbar-nav .nav-link {
	position: relative;
	padding-top: 6px;
	padding-bottom: 6px;
}

nav.navbar .navbar-nav .nav-link::after {
	content: "";
	position: absolute;
	left: 0;
	right: 100%;
	bottom: -1px;
	height: 2px;
	background: var(--nav-link-color-hover);
	transition: right .28s ease;
}

nav.navbar .navbar-nav li:hover .nav-link {
	color: var(--nav-link-color-hover);
}

nav.navbar .navbar-nav li:hover .nav-link::after,
nav.navbar .navbar-nav .nav-link.active::after {
	right: 0;
}

/* The framework only gives us a single <svg> bars icon inside the toggler
   button, not the reference's 3 individual <span> bars — so hide that icon
   and draw the 3-bar look with a single pseudo-element instead (the middle
   bar, with the top/bottom bars faked via box-shadow). */
.navbar-toggler svg {
	display: none;
}

.navbar-toggler {
	position: relative;
	width: 46px;
	height: 42px;
	padding: 0;
	border: none;
	background: none;
	cursor: pointer;
}

.navbar-toggler::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 24px;
	height: 2px;
	border-radius: 2px;
	background: var(--ink);
	box-shadow: 0 -7px 0 var(--ink), 0 7px 0 var(--ink);
	transform: translate(-50%, -50%);
}

.navbar-toggler:focus {
	outline: none;
	box-shadow: none;
}

.dropdown-item {
	text-decoration: none;
	color: var(--ink);
	font-family: "Figtree", sans-serif;
	font-weight: 600;
	font-size: 1rem;
	border-radius: 8px;
	padding: 10px 16px;
}

.dropdown-item:hover, .dropdown-item:focus, .dropdown-item:active {
	background: var(--color-tertiary);
	color: var(--color-tertiary-text);
}

.dropdown-menu {
	border: none;
	border-top: 3px solid var(--color-tertiary);
	border-radius: 12px;
	background-color: #fff;
	box-shadow: 0 26px 50px -34px var(--theme-shadow);
	padding: 8px;
	margin-top: 10px;
}

@media (min-width: 1200px) {
	.nav-item {
		white-space: nowrap;
	}

	.navbar-nav {
		flex-wrap: wrap;
		gap: 6px 26px;
	}
}

@media (max-width: 991px) {
	.dropdown-item {
		white-space: initial;
	}
}

/* =====================
   Slideshow/Image
   ===================== */

.header-img {
	position: relative;
	overflow: hidden;
	background-color: var(--color-secondary);
}

#mnw-harmony-header-img:has(.inner-header-img)::after {
	content: '';
	position: absolute;
	inset: 0;
	background: color-mix(in srgb, var(--color-secondary) 45%, transparent);
	pointer-events: none;
	z-index: 1;
}

.inner-header-img {
	background-size: cover;
	background-position-y: center;
	aspect-ratio: calc(var(--header-inner-width) / var(--header-inner-height));
	width: 100%;
}

/* =====================
   Content
   ===================== */

.mnw-harmony-content-container {
	background: var(--content-area-bgcolor);
	position: relative;
}

.mnw-harmony-content-overflow {
	padding: 0;
}

.content-page-title {
	font-size: clamp(2rem, 3.6vw, 2.8rem);
	margin: 15px 0 20px;
}

main h2 {
	font-size: clamp(1.8rem, 3vw, 2.6rem);
	margin-bottom: 16px;
}

/* =====================
   Accordion Boxes
   ===================== */

.accordion {
	background: var(--featurebox-content-bgcolor);
}

.accordion-section-title {
	text-decoration: none;
	background: var(--title-bg-color);
	color: var(--title-text-color);
	font-family: "Figtree", sans-serif;
	font-weight: 600;
}

.accordion-section-title.active, .accordion-section-title:hover {
	background: var(--title-bg-color);
	color: var(--title-link-color-hover);
}

/* =====================
   Grid Boxes
   ===================== */

.gridBoxes-container, .homebox {
	border: 1px solid var(--theme-line);
	background: var(--content-area-bgcolor);
	border-radius: 16px;
	transition: border-color .25s, transform .25s, box-shadow .25s;
}

.gridBoxes-container:hover, .homebox:hover {
	border-color: var(--color-tertiary);
	transform: translateY(-4px);
	box-shadow: 0 26px 50px -34px var(--theme-shadow);
}

.gridBoxes-title {
	background: var(--title-bg-color);
	color: var(--title-text-color);
	font-family: "Sora", sans-serif;
	font-weight: 700;
	border-bottom: 1px solid var(--theme-line);
	padding: 16px 20px;
}

.gridBoxes-item {
	border: none;
	padding: 14px 20px;
	color: var(--theme-muted);
}

.home-boxes-fluid {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* =====================
   Footer
   ===================== */

footer {
	background: var(--footer-bg-color);
	color: var(--footer-text-color);
	padding: 70px 0 32px;
}

footer a {
	color: var(--footer-link-color);
	font-size: 1rem;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 11px;
}

footer a:hover, footer a:active {
	color: var(--footer-link-color-hover);
}

footer h5, footer h4, footer h3, footer h2 {
	font-family: "Figtree", sans-serif;
	font-weight: 700;
	font-size: 1rem;
	letter-spacing: .1rem;
	text-transform: uppercase;
	color: var(--footer-link-color);
	margin-bottom: 16px;
}

footer .row {
	padding-bottom: 34px;
	border-bottom: 1px solid rgba(255, 255, 255, .14);
}

@media (max-width: 991px) {
	footer [class*=col] {
		margin-bottom: 24px;
	}
}

/* =====================
   Copyright
   ===================== */

.copyright {
	background: var(--copyright-bg-color);
	padding: 22px 0 32px;
	text-align: var(--copyright-alignment);
	color: var(--copyright-text-color);
	font-size: 1rem;
}

.copyright a {
	color: var(--copyright-link-color);
	text-decoration: none;
}

.copyright a:hover, .copyright a:focus {
	color: var(--copyright-link-color-hover);
}

/* =====================================================================
   Design-specific additions below this line — everything above is the
   shared base contract (same variables/selectors as css.css) so another
   site can drop this file in and get most of the look from admin colors
   alone; everything below is what "selection8" adds on top of that.
   ===================================================================== */

/* =====================
   Buttons
   ===================== */

.btn {
	display: inline-flex;
	align-items: center;
	gap: .55rem;
	font-family: "Figtree", sans-serif;
	font-weight: 700;
	font-size: 1rem;
	padding: .9rem 1.85rem;
	border-radius: 12px;
	text-decoration: none;
	border: 2px solid transparent;
	cursor: pointer;
	transition: background .25s, color .25s, border-color .25s, transform .25s, box-shadow .25s;
}

.btn-primary {
	background: var(--color-primary);
	color: var(--color-primary-text);
}

.btn-primary:hover {
	background: var(--color-secondary);
	color: var(--color-secondary-text);
	transform: translateY(-2px);
	box-shadow: 0 16px 30px -16px var(--theme-shadow);
}

.btn-ghost {
	background: transparent;
	color: var(--color-primary);
	border-color: var(--theme-line);
}

.btn-ghost:hover {
	border-color: var(--color-primary);
	transform: translateY(-2px);
}

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	font-family: "Figtree", sans-serif;
	font-weight: 700;
	font-size: 1rem;
	letter-spacing: .14rem;
	text-transform: uppercase;
	color: var(--color-tertiary);
	margin: 0 0 20px;
}

.eyebrow svg {
	width: 16px;
	height: 16px;
}

/* =====================
   Hero
   ===================== */

.hero {
	background: var(--header-bg-color);
	padding: clamp(40px, 5vw, 72px) 0 clamp(56px, 7vw, 90px);
}

.hero-grid {
	display: grid;
	grid-template-columns: 1fr 1.05fr;
	gap: clamp(36px, 5vw, 68px);
	align-items: center;
}

.hero-title {
	font-size: clamp(2.4rem, 5vw, 3.8rem);
	line-height: 1.05;
}

.hero-sub {
	margin: 24px 0 0;
	font-size: 1.1rem;
	max-width: 30ch;
}

.hero-rule {
	width: 64px;
	height: 3px;
	background: var(--color-tertiary);
	margin-top: 30px;
}

.mapwrap {
	position: relative;
	border-radius: 26px;
	overflow: hidden;
	border: 1px solid var(--theme-line);
	box-shadow: 0 34px 60px -38px var(--theme-shadow);
}

.mapwrap .map {
	display: block;
	width: 100%;
	height: auto;
}

.photo-pin {
	position: absolute;
	left: 44%;
	top: 30%;
	transform: translate(-50%, -50%);
	width: min(56%, 240px);
}

.photo-frame {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	border: 5px solid #fff;
	box-shadow: 0 22px 38px -18px var(--theme-shadow);
	aspect-ratio: 4 / 3;
	background: var(--color-secondary);
}

.photo-frame .carousel, .photo-frame .carousel-inner, .photo-frame .carousel-item {
	height: 100%;
}

.photo-frame .carousel-item img, .photo-frame .carousel-item [role="img"] {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.photo-frame .carousel-control-prev, .photo-frame .carousel-control-next, .photo-frame .carousel-indicators {
	display: none;
}

.photo-tail {
	position: absolute;
	left: 50%;
	bottom: -13px;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-top: 16px solid #fff;
}

.photo-here {
	position: absolute;
	left: 50%;
	bottom: -34px;
	transform: translateX(-50%);
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: var(--color-tertiary);
}

.photo-here::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 50%;
	background: var(--color-tertiary);
	opacity: .35;
	animation: mnw-pin-ping 2.2s ease-out infinite;
}

@media (prefers-reduced-motion: reduce) {
	.photo-here::after {
		animation: none;
	}
}

@keyframes mnw-pin-ping {
	0% { transform: scale(1); opacity: .5; }
	100% { transform: scale(3.4); opacity: 0; }
}

.map-controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-top: 22px;
}

.map-arrow {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 44px;
	height: 44px;
	padding: 0;
	border-radius: 50%;
	border: 2px solid var(--theme-line);
	background: transparent;
	color: var(--color-primary);
	display: grid;
	place-items: center;
	cursor: pointer;
	transition: background .2s, border-color .2s, color .2s;
}

.map-arrow svg {
	width: 18px;
	height: 18px;
}

.map-arrow:hover {
	background: var(--color-primary);
	border-color: var(--color-primary);
	color: var(--color-primary-text);
}

.map-dots {
	display: flex;
	gap: 9px;
}

.map-dots button {
	width: 30px;
	height: 6px;
	border-radius: 6px;
	border: none;
	padding: 0;
	background: var(--theme-line);
	cursor: pointer;
	transition: background .25s;
}

.map-dots button.is-active {
	background: var(--color-tertiary);
}

/* =====================
   Welcome section — hand-authored as page content (homepage), using
   .section/.welcome/.dashdiv/.eyebrow/.btn-primary/.btn-ghost below.
   ===================== */

.section {
	padding: clamp(60px, 8vw, 108px) 0;
}

.welcome {
	background: #fff;
	text-align: center;
}

.welcome .inner {
	max-width: 760px;
	margin-inline: auto;
}

.welcome .eyebrow {
	justify-content: center;
}

.welcome h1 {
	font-size: clamp(2.2rem, 4.4vw, 3rem);
	margin-bottom: 18px;
	max-width: 16ch;
	margin-inline: auto;
}

.dashdiv {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 0 0 28px;
	color: var(--color-tertiary);
}

.dashdiv .ln {
	width: 70px;
	height: 0;
	border-top: 3px dashed var(--color-tertiary);
	opacity: .6;
}

.dashdiv svg {
	width: 22px;
	height: 22px;
}

.welcome p {
	margin: 0 0 18px;
}

.welcome .lead {
	font-size: 1.14rem;
}

.welcome .actions {
	display: flex;
	gap: 14px;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 34px;
}

/* =====================
   Icon Cards (Quick Links) — Layout: Pin Drop
   The editor sets background/border/icon color per card as inline styles;
   this only adds the structural polish the framework default doesn't.
   ===================== */

.mnw-icards-card {
	border-radius: 18px;
	box-shadow: 0 24px 44px -34px var(--theme-shadow);
	transition: transform .3s, box-shadow .3s;
}

.mnw-icards-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 36px 58px -34px var(--theme-shadow);
}

.mnw-icards-caption {
	font-family: "Sora", sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
	margin-top: 6px;
}

.mnw-icards-subtext {
	font-size: 1rem;
}

/* =====================
   Spotlight teasers
   The dark "on-brand" section uses the Primary color theme
   (mnw-teaser-bg-primary / mnw-teaser-color-primary) for light text on a
   dark background; other color themes fall back to the base dark heading.
   ===================== */

.mnw-teaser-harmony {
	padding: clamp(64px, 8vw, 108px) 0;
}

.mnw-teaser-harmony h2 {
	font-size: clamp(2rem, 3.4vw, 2.8rem);
	margin-bottom: 18px;
}

.mnw-teaser-spotlight-img {
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0;
}

.mnw-teaser-spotlight-img img.mnw-img-responsive {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 18px;
	display: block;
}

.mnw-teaser-spotlight-img ~ .col {
	padding-left: clamp(40px, 5.5vw, 80px);
	align-self: center;
}

.mnw-teaser-spotlight-img ~ .col p {
	margin-bottom: 22px;
}

.mnw-teaser-spotlight-img-right {
	order: 2;
}

.mnw-teaser-spotlight-img-right ~ .col {
	padding-left: 15px;
	padding-right: clamp(40px, 5.5vw, 80px);
}

@media (max-width: 767px) {
	.mnw-teaser-spotlight-img,
	.mnw-teaser-spotlight-img-right {
		flex: 0 0 100%;
		max-width: 100%;
		order: 0;
	}

	.mnw-teaser-spotlight-img ~ .col,
	.mnw-teaser-spotlight-img-right ~ .col {
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 28px;
	}
}

.mnw-teaser-bg-primary, .mnw-teaser-color-primary {
	--link-color: var(--color-primary-text);
}

.mnw-teaser-bg-secondary, .mnw-teaser-color-secondary {
	--link-color: var(--color-secondary-text);
}

.mnw-teaser-bg-primary h1, .mnw-teaser-bg-primary h2, .mnw-teaser-bg-primary h3,
.mnw-teaser-color-primary h1, .mnw-teaser-color-primary h2, .mnw-teaser-color-primary h3 {
	color: var(--color-primary-text);
}

.mnw-teaser-bg-secondary h1, .mnw-teaser-bg-secondary h2, .mnw-teaser-bg-secondary h3,
.mnw-teaser-color-secondary h1, .mnw-teaser-color-secondary h2, .mnw-teaser-color-secondary h3 {
	color: var(--color-secondary-text);
}

.mnw-teaser-bg-primary .eyebrow, .mnw-teaser-color-primary .eyebrow {
	color: var(--color-primary-text);
	opacity: .8;
}

.mnw-teaser-bg-secondary .eyebrow, .mnw-teaser-color-secondary .eyebrow {
	color: var(--color-secondary-text);
	opacity: .8;
}

/* .lk — hand-typed arrow link inside teaser rich text, e.g.
   <a class="lk" href="...">Tour the amenities →</a> */
.lk {
	font-family: "Figtree", sans-serif;
	font-weight: 700;
	font-size: 1rem;
	color: var(--ink);
	text-decoration: none;
	border-bottom: 2px solid var(--color-tertiary);
	padding-bottom: 4px;
}

.mnw-teaser-bg-primary .lk, .mnw-teaser-color-primary .lk {
	color: var(--color-primary-text);
}

.mnw-teaser-bg-secondary .lk, .mnw-teaser-color-secondary .lk {
	color: var(--color-secondary-text);
}

/* =====================
   Feature Columns Grid — Style: Boxes
   The editor sets background/border color per item as inline styles; this
   only adds the structural polish the framework default doesn't.
   ===================== */

.mnw-feature-columns-item {
	border-radius: 18px;
	transition: box-shadow .3s;
}

.mnw-feature-columns-item:hover {
	box-shadow: 0 30px 52px -36px rgba(54,96,58,.4);
}

.mnw-feature-columns-title {
	font-family: "Sora", sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
}

/* =====================
   Footer brand block (.fbrand/.b) — hand-authored in the Footer editor's
   col1, e.g. <div class="fbrand"><div class="b">Name</div><p>Tagline</p></div>
   ===================== */

.fbrand {
	max-width: 260px;
}

.fbrand .b {
	font-family: "Sora", sans-serif;
	font-weight: 700;
	font-size: 1.4rem;
	color: var(--footer-text-color);
	margin-bottom: 14px;
}

.fbrand p {
	margin: 0;
	max-width: 34ch;
	font-size: 1rem;
	line-height: 1.65;
	color: var(--footer-text-color);
}

/* =====================
   Responsive
   ===================== */

@media (max-width: 880px) {
	.hero-grid {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.hero-copy {
		text-align: center;
	}

	.hero-copy .eyebrow, .hero-rule, .hero-sub {
		margin-inline: auto;
	}

	.mapwrap {
		max-width: 520px;
		margin-inline: auto;
	}
}

/* html.mnw-nav-collapsed tracks whether the nav is actually rendering as a
   burger toggler right now (see base.twig) — NavBars.setBootstrap5OverflowBehavior
   can drop into burger mode at any width, not just below a fixed breakpoint. */
html.mnw-nav-collapsed .header-inner {
	flex-wrap: nowrap;
	gap: 12px;
	padding-left: 4vw;
	padding-right: 4vw;
}

html.mnw-nav-collapsed .navbar-toggler {
	margin-left: auto;
	position: relative;
	z-index: 1060;
}

html.mnw-nav-collapsed .header-nav-wrap nav.navbar {
	position: static;
}

/* Off-canvas drawer lives on .navbar-nav (not .navbar-collapse, which Bootstrap
   itself animates by height) so our own transform transition, toggled by
   "mnw-drawer-open" (see base.twig), has something to animate from. */
html.mnw-nav-collapsed .header-nav-wrap .navbar-collapse .navbar-nav {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	width: min(82vw, 320px);
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 6px;
	overflow-y: auto;
	background: var(--nav-bg-color-solid);
	padding: 92px 28px 28px;
	z-index: 1050;
	box-shadow: -20px 0 50px -28px var(--theme-shadow);
	transform: translateX(100%);
	transition: transform .32s ease;
}

html.mnw-nav-collapsed .header-nav-wrap .navbar-collapse.mnw-drawer-open .navbar-nav {
	transform: translateX(0);
}

html.mnw-nav-collapsed .header-nav-wrap .navbar-collapse .nav-item {
	width: 100%;
	border-bottom: 1px solid var(--theme-line);
}

html.mnw-nav-collapsed .header-nav-wrap .navbar-collapse .nav-link {
	font-size: 1rem;
	padding: 13px 0;
	width: 100%;
}

html.mnw-nav-collapsed .header-nav-wrap .navbar-collapse .nav-link::after {
	display: none;
}

html.mnw-nav-collapsed .header-nav-wrap .navbar-collapse .dropdown-menu {
	position: static;
	background: color-mix(in srgb, var(--color-secondary) 6%, transparent);
	border-top-color: var(--color-tertiary);
	box-shadow: none;
	margin-top: 8px;
}

@media (max-width: 767px) {
	.site-header .container {
		padding-left: 4vw;
		padding-right: 4vw;
	}

	.mnw-harmony-content-overflow {
		padding: 40px 0;
	}
}

@media (max-width: 991px) {
	.logo {
		text-align: center;
	}
}
