/*
Theme Name: Luam Center Child Theme
Theme URI: https://luamcenter.com
Version: 1.0
Description: Child theme for Luam Center for Wellness.
Author: Dependent Media
Author URI: https://dependentmedia.com
template: bb-theme
*/

/* ==========================================================================
   Luam Center for Wellness — design system
   Loaded from the bb-theme-child stylesheet.
   ========================================================================== */

:root {
	--lc-ink:      #16282b;
	--lc-body:     #46595c;
	--lc-deep:     #0e4c52;
	--lc-deep-2:   #093a3f;
	--lc-mid:      #2e7c82;
	--lc-aqua:     #8fc0c3;
	--lc-aqua-10:  #eef5f5;
	--lc-sand:     #e9e0d3;
	--lc-sand-40:  #f6f1e9;
	--lc-cream:    #fbf9f6;
	--lc-line:     #dfe5e4;
	--lc-clay:     #a9634a;
	--lc-serif:    'Fraunces', Georgia, 'Times New Roman', serif;
	--lc-sans:     'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
	--lc-maxw:     1120px;
	--lc-radius:   14px;
	--lc-shadow:   0 1px 2px rgba(22,40,43,.04), 0 8px 28px rgba(22,40,43,.06);
}

/* NOTE: bb-theme sets html{font-size:62.5%} (root = 10px), so rem units silently
   shrink every value by ~37%. This sheet uses px + vw only — do not reintroduce rem. */

/* ---------------------------------------------------------------- base -- */

body,
.fl-page {
	background: var(--lc-cream);
	color: var(--lc-body);
	font-family: var(--lc-sans);
	font-size: 17px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6,
.fl-heading .fl-heading-text {
	font-family: var(--lc-serif);
	color: var(--lc-ink);
	font-weight: 500;
	line-height: 1.18;
	letter-spacing: -.015em;
}

h1 { font-size: clamp(37.6px, 5.2vw, 58.4px); }
h2 { font-size: clamp(27.2px, 3.2vw, 36.8px); margin-bottom: .55em; }
h3 { font-size: 19.2px; letter-spacing: -.005em; }

p { margin: 0 0 1.15em; }
p:last-child { margin-bottom: 0; }

a { color: var(--lc-deep); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover, a:focus { color: var(--lc-clay); }

/* Keep BB rows on a sane measure. */
.fl-row-fixed-width { max-width: var(--lc-maxw); }

/* -------------------------------------------------------- shared parts -- */

.lc-eyebrow {
	font-family: var(--lc-sans);
	font-size: 11.8px;
	font-weight: 600;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--lc-mid);
	margin-bottom: 1.1em;
}

.lc-lede {
	font-size: 19.5px;
	line-height: 1.62;
	color: var(--lc-body);
	max-width: 34em;
}

.lc-narrow .fl-row-content-wrap { max-width: 760px; margin-inline: auto; }

.lc-section .fl-row-content-wrap { padding-block: clamp(56px, 7vw, 104px); }
.lc-section + .lc-section .fl-row-content-wrap { padding-top: 0; }

.lc-link {
	font-weight: 600;
	font-size: 15.5px;
	text-decoration: none;
	border-bottom: 2px solid var(--lc-aqua);
	padding-bottom: 2px;
	transition: border-color .18s ease, color .18s ease;
}
.lc-link:hover { border-color: var(--lc-clay); }
.lc-link::after { content: ' \2192'; }

/* Buttons ------------------------------------------------------------- */

.lc-hero-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px 26px;
	margin-top: 2.1em;
}

a.lc-cta {
	display: inline-block;
	background: var(--lc-deep);
	color: #fff;
	font-family: var(--lc-sans);
	font-weight: 600;
	font-size: 15.7px;
	letter-spacing: .005em;
	padding: 15px 30px;
	border-radius: 999px;
	text-decoration: none;
	box-shadow: 0 2px 14px rgba(14,76,82,.22);
	transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
a.lc-cta:hover,
a.lc-cta:focus {
	background: var(--lc-deep-2);
	color: #fff;
	transform: translateY(-1px);
	box-shadow: 0 6px 22px rgba(14,76,82,.28);
}
a.lc-cta-light { background: #fff; color: var(--lc-deep); box-shadow: none; }
a.lc-cta-light:hover, a.lc-cta-light:focus { background: var(--lc-sand-40); color: var(--lc-deep-2); }

a.lc-tel {
	font-family: var(--lc-sans);
	font-weight: 600;
	font-size: 16.3px;
	color: var(--lc-ink);
	text-decoration: none;
	border-bottom: 2px solid var(--lc-sand);
	padding-bottom: 3px;
}
a.lc-tel:hover { border-color: var(--lc-aqua); color: var(--lc-deep); }
a.lc-tel-light { color: #fff; border-color: rgba(255,255,255,.34); }
a.lc-tel-light:hover { color: #fff; border-color: #fff; }

/* --------------------------------------------------------------- hero -- */

.lc-hero {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(120% 90% at 8% 0%, #ffffff 0%, rgba(255,255,255,0) 58%),
		linear-gradient(168deg, var(--lc-aqua-10) 0%, var(--lc-sand-40) 62%, var(--lc-cream) 100%);
}
.lc-hero .fl-row-content-wrap {
	padding-block: clamp(74px, 11vw, 148px) clamp(84px, 12vw, 160px);
}
.lc-hero h1 { max-width: 15ch; margin-bottom: .38em; }
.lc-hero .lc-lede { font-size: clamp(17.9px, 1.9vw, 21.3px); }

/* soft water rule under the hero */
.lc-hero::after {
	content: '';
	position: absolute;
	left: 0; right: 0; bottom: 0;
	height: 46px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 46' preserveAspectRatio='none'%3E%3Cpath d='M0 30c180-24 300 12 480 6s300-30 480-24 300 30 480 18v16H0z' fill='%23fbf9f6'/%3E%3C/svg%3E") no-repeat center bottom / 100% 100%;
	pointer-events: none;
}

/* Decorative concentric ripple, top right. */
.lc-hero::before {
	content: '';
	position: absolute;
	top: -140px; right: -130px;
	width: 520px; height: 520px;
	border-radius: 50%;
	background:
		radial-gradient(circle, transparent 30%, rgba(143,192,195,.16) 30.6%, transparent 32%),
		radial-gradient(circle, transparent 46%, rgba(143,192,195,.14) 46.6%, transparent 48%),
		radial-gradient(circle, transparent 62%, rgba(143,192,195,.12) 62.6%, transparent 64%),
		radial-gradient(circle, transparent 78%, rgba(143,192,195,.10) 78.6%, transparent 80%);
	pointer-events: none;
}

/* -------------------------------------------------------------- trust -- */

.lc-trust {
	background: var(--lc-deep);
	color: #fff;
}
.lc-trust .fl-row-content-wrap { padding-block: 18px; }
.lc-trustlist {
	list-style: none;
	margin: 0; padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 34px;
	font-size: 13.1px;
	font-weight: 500;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: rgba(255,255,255,.9);
}
.lc-trustlist li { position: relative; }
.lc-trustlist li + li::before {
	content: '';
	position: absolute;
	left: -18px; top: 50%;
	width: 4px; height: 4px;
	margin-top: -2px;
	border-radius: 50%;
	background: var(--lc-aqua);
}

/* -------------------------------------------------------------- cards -- */

.lc-cards-row .fl-row-content-wrap { padding-top: 0; }
.lc-cards-row .fl-col-content { padding: 0; }

.lc-card .fl-col-content {
	background: #fff;
	border: 1px solid var(--lc-line);
	border-radius: var(--lc-radius);
	padding: 34px 30px 32px;
	box-shadow: var(--lc-shadow);
	transition: transform .2s ease, box-shadow .2s ease;
	height: 100%;
}
.lc-card .fl-col-content:hover {
	transform: translateY(-3px);
	box-shadow: 0 2px 4px rgba(22,40,43,.05), 0 16px 40px rgba(22,40,43,.09);
}
.lc-card h3 {
	position: relative;
	padding-top: 20px;
	margin-bottom: .5em;
}
.lc-card h3::before {
	content: '';
	position: absolute;
	top: 0; left: 0;
	width: 34px; height: 3px;
	border-radius: 2px;
	background: var(--lc-aqua);
}
.lc-card p { font-size: 15.5px; margin: 0; }

/* -------------------------------------------------------------- steps -- */

.lc-steps-head .fl-row-content-wrap { padding-bottom: 8px; }
.lc-steps-row .fl-row-content-wrap { padding-bottom: clamp(56px, 7vw, 104px); }
.lc-step .fl-col-content { padding: 0 26px 0 0; }

.lc-step .lc-num {
	display: block;
	font-family: var(--lc-serif);
	font-size: 40px;
	line-height: 1;
	color: var(--lc-aqua);
	margin-bottom: .28em;
}
.lc-step h3 { margin-bottom: .45em; }
.lc-step p { font-size: 15.5px; margin: 0; }

/* -------------------------------------------------------------- marie -- */

.lc-marie { background: var(--lc-sand-40); }
.lc-marie .fl-col-content { padding: 0; }
.lc-marie-text .fl-col-content { padding-right: 46px; }
.lc-marie-text h2 { margin-top: 0; }

.lc-portrait {
	position: relative;
	aspect-ratio: 4 / 5;
	border-radius: var(--lc-radius);
	background: linear-gradient(150deg, var(--lc-aqua) 0%, var(--lc-deep) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	box-shadow: var(--lc-shadow);
}
.lc-portrait::after {
	content: '';
	position: absolute; inset: 0;
	background:
		radial-gradient(circle at 50% 55%, transparent 34%, rgba(255,255,255,.13) 34.6%, transparent 36%),
		radial-gradient(circle at 50% 55%, transparent 48%, rgba(255,255,255,.11) 48.6%, transparent 50%),
		radial-gradient(circle at 50% 55%, transparent 62%, rgba(255,255,255,.09) 62.6%, transparent 64%);
}
.lc-portrait span {
	position: relative;
	z-index: 1;
	font-family: var(--lc-serif);
	font-size: 54.4px;
	color: rgba(255,255,255,.94);
	letter-spacing: .04em;
}

/* --------------------------------------------------------- page heads -- */

.lc-pagehead {
	background:
		radial-gradient(110% 80% at 6% 0%, #ffffff 0%, rgba(255,255,255,0) 60%),
		linear-gradient(168deg, var(--lc-aqua-10) 0%, var(--lc-cream) 78%);
	border-bottom: 1px solid var(--lc-line);
}
.lc-pagehead .fl-row-content-wrap { padding-block: clamp(52px, 7vw, 92px) clamp(44px, 6vw, 76px); }
.lc-pagehead h1 { margin-bottom: .3em; }
.lc-about-head .fl-col-content { padding: 0; }
.lc-about-head .lc-about-text .fl-col-content { padding-right: 46px; }

/* -------------------------------------------------------------- prose -- */

.lc-prose h2 { margin-top: 1.9em; }
.lc-prose > .fl-module:first-child h2:first-child,
.lc-prose h2:first-child { margin-top: 0; }
.lc-prose ul { margin: 0 0 1.3em; padding-left: 1.25em; }
.lc-prose li { margin-bottom: .45em; }

.lc-checklist { list-style: none; margin: 0 0 1.4em; padding: 0; }
.lc-checklist li {
	position: relative;
	padding-left: 30px;
	margin-bottom: .6em;
}
.lc-checklist li::before {
	content: '';
	position: absolute;
	left: 2px; top: .58em;
	width: 9px; height: 9px;
	border-radius: 50%;
	border: 2px solid var(--lc-aqua);
}

.lc-notebox {
	background: #fff;
	border: 1px solid var(--lc-line);
	border-left: 4px solid var(--lc-deep);
	border-radius: var(--lc-radius);
	padding: 34px 34px 30px;
	box-shadow: var(--lc-shadow);
}
.lc-notebox h2 { margin-top: 0; font-size: 24.8px; }
.lc-notebox ul { list-style: none; margin: 0; padding: 0; }
.lc-notebox li {
	position: relative;
	padding-left: 26px;
	margin-bottom: .7em;
	font-size: 15.7px;
}
.lc-notebox li:last-child { margin-bottom: 0; }
.lc-notebox li::before {
	content: '';
	position: absolute;
	left: 0; top: .62em;
	width: 12px; height: 2px;
	background: var(--lc-clay);
}

.lc-alert {
	background: var(--lc-sand-40);
	border-left: 3px solid var(--lc-clay);
	border-radius: 0 8px 8px 0;
	padding: 16px 20px;
	font-size: 15.5px;
	color: var(--lc-ink);
}

/* -------------------------------------------------------------- visit -- */

.lc-visit-row .fl-col-content { padding: 0; }
.lc-panel .fl-col-content {
	background: #fff;
	border: 1px solid var(--lc-line);
	border-radius: var(--lc-radius);
	padding: 34px 32px;
	box-shadow: var(--lc-shadow);
	height: 100%;
}
.lc-panel h2 { font-size: 22.4px; margin-top: 1.7em; }
.lc-panel h2:first-child { margin-top: 0; }
.lc-visit-row .fl-col:first-child .fl-col-content { margin-right: 14px; }
.lc-visit-row .fl-col:last-child  .fl-col-content { margin-left: 14px; }

/* ---------------------------------------------------------------- faq -- */

.lc-faq { margin: 0; }
.lc-faq dt {
	font-family: var(--lc-serif);
	font-size: 18.9px;
	font-weight: 500;
	color: var(--lc-ink);
	margin: 0 0 .4em;
}
.lc-faq dd {
	margin: 0 0 2.1em;
	padding-bottom: 2.1em;
	border-bottom: 1px solid var(--lc-line);
	font-size: 16px;
}
.lc-faq dd:last-child { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; }

/* ----------------------------------------------------------- cta band -- */

.lc-cta-band {
	position: relative;
	background-color: var(--lc-deep-2);
	background-image:
		linear-gradient(180deg, rgba(9,58,63,.86) 0%, rgba(9,58,63,.94) 100%),
		url('/wp-content/uploads/2026/08/water-ripple.jpg');
	background-size: cover;
	background-position: center;
	color: #fff;
}
.lc-cta-band .fl-row-content-wrap { padding-block: clamp(60px, 8vw, 96px); }
.lc-cta-band h2,
.lc-cta-band .fl-heading .fl-heading-text { color: #fff; margin-bottom: .4em; }
.lc-cta-band .lc-lede { color: rgba(255,255,255,.86); }
.lc-cta-band p { color: rgba(255,255,255,.86); }

/* --------------------------------------------------------- responsive -- */

@media (max-width: 992px) {
	.lc-marie-text .fl-col-content,
	.lc-about-head .lc-about-text .fl-col-content { padding-right: 0; }
	.lc-step .fl-col-content { padding-right: 0; }
}

@media (max-width: 768px) {
	body, .fl-page { font-size: 16.5px; }
	.lc-hero::before { width: 320px; height: 320px; top: -100px; right: -110px; }
	.lc-hero-actions { gap: 12px 20px; }
	a.lc-cta { padding: 14px 26px; }

	.lc-marie-img .fl-col-content { margin-top: 32px; max-width: 340px; }
	.lc-about-head .lc-marie-img .fl-col-content { margin-top: 28px; max-width: 300px; }

	.lc-cards-row .fl-col + .fl-col .fl-col-content,
	.lc-steps-row .fl-col + .fl-col .fl-col-content { margin-top: 20px; }
	.lc-steps-row .fl-col + .fl-col .fl-col-content { margin-top: 34px; }

	.lc-visit-row .fl-col:first-child .fl-col-content,
	.lc-visit-row .fl-col:last-child  .fl-col-content { margin: 0; }
	.lc-visit-row .fl-col + .fl-col .fl-col-content { margin-top: 20px; }

	.lc-trustlist { gap: 6px 22px; font-size: 11.8px; }
	.lc-trustlist li + li::before { display: none; }
}

@media (max-width: 480px) {
	.lc-notebox, .lc-panel .fl-col-content { padding: 26px 22px; }
	.lc-hero-actions { flex-direction: column; align-items: flex-start; }
	a.lc-cta { width: auto; }
}

/* ==========================================================================
   Header / footer (Beaver Themer layouts 71 / 65)
   ========================================================================== */

/* --------------------------------------------------------------- header */

.lc-header {
	background: rgba(251,249,246,.94);
	backdrop-filter: saturate(150%) blur(10px);
	border-bottom: 1px solid var(--lc-line);
}
.lc-header .fl-row-content-wrap { padding-block: 16px; }
.lc-header .fl-col-group { display: flex; align-items: center; flex-wrap: nowrap; }
.lc-header .fl-col-content { padding: 0; }
.lc-header .fl-module { margin: 0; }

a.lc-wordmark { display: inline-block; text-decoration: none; line-height: 1.05; }
.lc-wordmark-name {
	display: block;
	font-family: var(--lc-serif);
	font-size: 21.8px;
	font-weight: 500;
	color: var(--lc-ink);
	letter-spacing: -.01em;
}
.lc-wordmark-sub {
	display: block;
	font-family: var(--lc-sans);
	font-size: 10.6px;
	font-weight: 600;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: var(--lc-mid);
	margin-top: 3px;
}

/* nav */
.lc-nav .fl-menu ul.menu { margin: 0; }
.lc-nav .fl-menu ul.menu > li > a {
	font-family: var(--lc-sans);
	font-size: 14px;
	font-weight: 500;
	color: var(--lc-ink);
	padding: 8px 9px;
	border-radius: 8px;
	transition: color .16s ease, background .16s ease;
}
.lc-nav .fl-menu ul.menu > li > a:hover,
.lc-nav .fl-menu ul.menu > li > a:focus { color: var(--lc-deep); background: var(--lc-aqua-10); }
.lc-nav .fl-menu ul.menu > li.current-menu-item > a { color: var(--lc-deep); }

.lc-headactions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 16px;
}
a.lc-headtel {
	font-family: var(--lc-sans);
	font-size: 14.1px;
	font-weight: 600;
	color: var(--lc-ink);
	text-decoration: none;
	white-space: nowrap;
}
a.lc-headtel:hover { color: var(--lc-deep); }
a.lc-cta-sm { padding: 10px 20px; font-size: 14.1px; box-shadow: none; }

@media (max-width: 1100px) {
	a.lc-headtel { display: none; }
}
/* The menu module collapses to a hamburger at BB's "medium" breakpoint (<=992),
   so the nav column must shrink to the toggle rather than claim a full row. */
@media (max-width: 992px) {
	.lc-header .fl-col-group { flex-wrap: nowrap; align-items: center; }
	.lc-header .lc-brand   { flex: 1 1 auto; order: 1; }
	.lc-header .lc-nav     { flex: 0 0 auto; order: 2; width: auto; margin: 0 14px 0 0; }
	.lc-header .lc-headcta { flex: 0 0 auto; order: 3; }
	.lc-nav .fl-menu .fl-menu-mobile-toggle { padding: 6px 8px; }
	a.lc-headtel { display: none; }

	/* Collapsed menu drops as a full-width panel under the bar. The ul must
	   position against .lc-header, so every wrapper between them stays static. */
	.lc-header { position: relative; }
	.lc-header .lc-nav .fl-module-content,
	.lc-header .lc-nav .fl-menu,
	.lc-header .lc-nav .fl-menu nav { position: static; }
	.lc-header .lc-nav .fl-menu ul.menu {
		position: absolute;
		left: 0; right: 0; top: 100%;
		width: auto;
		background: var(--lc-cream);
		border-top: 1px solid var(--lc-line);
		border-bottom: 1px solid var(--lc-line);
		box-shadow: 0 14px 30px rgba(22,40,43,.10);
		padding: 6px 24px 12px;
		z-index: 200;
	}
	.lc-header .lc-nav .fl-menu ul.menu > li { display: block; width: 100%; }
	.lc-header .lc-nav .fl-menu ul.menu > li > a {
		display: block;
		padding: 14px 0;
		margin: 0;
		font-size: 16px;
		border-radius: 0;
		border-bottom: 1px solid var(--lc-line);
	}
	.lc-header .lc-nav .fl-menu ul.menu > li:last-child > a { border-bottom: 0; }
	.lc-header .lc-nav .fl-menu ul.menu > li > a:hover { background: transparent; }
}
@media (max-width: 600px) {
	a.lc-headtel { display: none; }
	.lc-wordmark-name { font-size: 18.9px; }
}

/* --------------------------------------------------------------- footer */

.lc-footer {
	background: var(--lc-deep-2);
	color: rgba(255,255,255,.78);
}
.lc-footer .fl-row-content-wrap { padding-block: clamp(48px, 6vw, 76px) 40px; }
.lc-footer .fl-col-content { padding: 0 24px 0 0; }
.lc-footer .lc-wordmark-name { color: #fff; font-size: 20.8px; }
.lc-footer .lc-wordmark-sub { color: var(--lc-aqua); }
.lc-footer h4 {
	font-family: var(--lc-sans);
	font-size: 11.5px;
	font-weight: 600;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--lc-aqua);
	margin: 0 0 1.1em;
}
.lc-footer p { font-size: 14.9px; margin-bottom: 1em; }
.lc-f-blurb { margin-top: 1.3em; max-width: 30ch; }
.lc-f-note { color: rgba(255,255,255,.55); font-size: 13.8px; }
.lc-footer a { color: rgba(255,255,255,.86); text-decoration: none; }
.lc-footer a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.lc-f-nav { list-style: none; margin: 0; padding: 0; }
.lc-f-nav li { margin-bottom: .55em; font-size: 14.9px; }

.lc-footer-bottom { background: var(--lc-deep-2); }
.lc-footer-bottom .fl-row-content-wrap {
	padding-block: 0 30px;
}
.lc-footer-bottom .fl-col-content { padding: 0; }
.lc-fb {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 8px 24px;
	padding-top: 22px;
	border-top: 1px solid rgba(255,255,255,.14);
}
.lc-fb p { margin: 0; font-size: 13.4px; color: rgba(255,255,255,.6); }
.lc-fb-links a { margin-left: 20px; font-size: 13.4px; color: rgba(255,255,255,.72); }
.lc-fb-links a:first-child { margin-left: 0; }
.lc-fb-legal {
	margin: 16px 0 0;
	font-size: 12.5px;
	line-height: 1.6;
	color: rgba(255,255,255,.62);
	max-width: 72ch;
}
.lc-fb-legal a { color: rgba(255,255,255,.7); text-decoration: underline; }

@media (max-width: 768px) {
	.lc-footer .fl-col-content { padding: 0; }
	.lc-footer .fl-col + .fl-col .fl-col-content { margin-top: 34px; }
	.lc-fb { flex-direction: column; }
	.lc-fb-links a:first-child { margin-left: 0; }
}

/* ==========================================================================
   Contact page + Ninja Form
   ========================================================================== */

.lc-contact-row .fl-col-content { padding: 0; }
.lc-formcol .fl-col-content { padding-right: 44px; }

.lc-formnote {
	margin-top: 22px;
	font-size: 13.5px;
	line-height: 1.6;
	color: #6b7b7d;
	border-left: 3px solid var(--lc-sand);
	padding-left: 14px;
}

.lc-infocard {
	background: #fff;
	border: 1px solid var(--lc-line);
	border-radius: var(--lc-radius);
	padding: 32px 30px;
	box-shadow: var(--lc-shadow);
}
.lc-infocard h2 { font-size: 22px; margin-bottom: .6em; }
.lc-addr { font-size: 16px; margin-bottom: 1.4em; }

.lc-contactlist { margin: 0 0 1.6em; }
.lc-contactlist dt {
	font-family: var(--lc-sans);
	font-size: 11.5px;
	font-weight: 600;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--lc-mid);
	margin-bottom: 3px;
}
.lc-contactlist dd { margin: 0 0 14px; font-size: 16px; color: var(--lc-ink); }
.lc-contactlist dd a { text-decoration: none; font-weight: 500; }

.lc-infonote {
	font-size: 14.5px;
	line-height: 1.6;
	color: var(--lc-body);
	padding-top: 18px;
	border-top: 1px solid var(--lc-line);
	margin: 0;
}

/* Ninja Forms ---------------------------------------------------------- */

.lc-formwrap .nf-form-fields-required { display: none; }
.lc-formwrap .nf-field-container { margin-bottom: 20px; }
.lc-formwrap .nf-field-label label {
	font-family: var(--lc-sans);
	font-size: 13.5px;
	font-weight: 600;
	color: var(--lc-ink);
	letter-spacing: .01em;
	margin-bottom: 6px;
}
.lc-formwrap .nf-field-label .ninja-forms-req-symbol { color: var(--lc-clay); }

.lc-formwrap .nf-form-content input.nf-element[type=text],
.lc-formwrap .nf-form-content input.nf-element[type=email],
.lc-formwrap .nf-form-content input.nf-element[type=tel],
.lc-formwrap .nf-form-content select.nf-element,
.lc-formwrap .nf-form-content textarea.nf-element {
	width: 100%;
	background: #fff;
	border: 1px solid var(--lc-line);
	border-radius: 10px;
	padding: 12px 14px;
	font-family: var(--lc-sans);
	font-size: 16px;
	color: var(--lc-ink);
	box-shadow: none;
	transition: border-color .16s ease, box-shadow .16s ease;
}
.lc-formwrap .nf-form-content textarea.nf-element { min-height: 130px; resize: vertical; }
.lc-formwrap .nf-form-content input.nf-element:focus,
.lc-formwrap .nf-form-content select.nf-element:focus,
.lc-formwrap .nf-form-content textarea.nf-element:focus {
	outline: none;
	border-color: var(--lc-mid);
	box-shadow: 0 0 0 3px rgba(46,124,130,.14);
}

/* consent checkbox: DOM order is label-then-element, so reverse the row. */
.lc-formwrap .checkbox-container .field-wrap {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	align-items: flex-start;
	gap: 11px;
}
.lc-formwrap .checkbox-container .nf-field-label { flex: 1; }
.lc-formwrap .checkbox-container .nf-field-label label {
	font-weight: 400;
	font-size: 13.5px;
	line-height: 1.55;
	color: var(--lc-body);
	margin: 0;
}
.lc-formwrap .checkbox-container .nf-field-element { flex: 0 0 auto; width: auto; padding-top: 2px; }
.lc-formwrap .checkbox-container input[type=checkbox] { width: 17px; height: 17px; accent-color: var(--lc-deep); }

.lc-formwrap .nf-form-content input[type=button].nf-element,
.lc-formwrap .nf-form-content input[type=submit].nf-element {
	background: var(--lc-deep);
	color: #fff;
	font-family: var(--lc-sans);
	font-weight: 600;
	font-size: 15.5px;
	border: 0;
	border-radius: 999px;
	padding: 15px 32px;
	width: auto;
	cursor: pointer;
	box-shadow: 0 2px 14px rgba(14,76,82,.22);
	transition: background .18s ease, transform .18s ease;
}
.lc-formwrap .nf-form-content input[type=button].nf-element:hover,
.lc-formwrap .nf-form-content input[type=submit].nf-element:hover { background: var(--lc-deep-2); transform: translateY(-1px); }

.lc-formwrap .nf-error-msg,
.lc-formwrap .ninja-forms-field-error { color: var(--lc-clay); font-size: 13.5px; }
.lc-formwrap .nf-error .nf-field-element input,
.lc-formwrap .nf-error .nf-field-element textarea { border-color: var(--lc-clay); }
.lc-formwrap .nf-response-msg {
	background: var(--lc-aqua-10);
	border: 1px solid var(--lc-aqua);
	border-radius: var(--lc-radius);
	padding: 22px 24px;
	color: var(--lc-ink);
}

/* two-up fields on wide screens. nf-field is a custom element wrapping each
   container, so the width has to go on the wrapper, not on .lc-half itself. */
.lc-formwrap nf-fields-wrap { display: flex; flex-wrap: wrap; column-gap: 4%; }
.lc-formwrap nf-fields-wrap > nf-field { display: block; width: 100%; }
@media (min-width: 700px) {
	.lc-formwrap nf-fields-wrap > nf-field:has(.lc-half) { width: 48%; }
}

@media (max-width: 768px) {
	.lc-formcol .fl-col-content { padding-right: 0; }
	.lc-contact-row .fl-col + .fl-col .fl-col-content { margin-top: 34px; }
}
