/*
Theme Name: Striped
Theme URI: https://html5up.net/striped
Author: HTML5 UP (WordPress port)
Description: Striped by HTML5 UP - clean, minimal blog layout. Responsive with sidebar.
Version: 1.0
License: CC BY 3.0 (html5up.net/license)
*/

/* Enqueue in functions.php; overrides for assets path (no bg images) */
body { background-image: none !important; }
#content { background-image: none !important; }
#sidebar { background-image: none !important; }
#titleBar { background-image: none !important; }
#titleBar .toggle:before { background-image: none !important; }
input[type="submit"], .button { background-image: none !important; }
.pagination .pages a { background-image: none !important; }
.box.calendar td.today a { background-image: none !important; }
#nav li.current-menu-item a { background-color: rgba(0, 0, 0, 0.15) !important; box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05), inset 0 0 0.25em 0 rgba(0, 0, 0, 0.25); font-weight: 700; color: #fff; }

/* Hide duplicate Search widget (theme already has a search box without button) */
#sidebar section.widget_search { display: none !important; }

/* Home page: simple date card instead of reaction panel */
.date-card-wrap { margin: 0 0 1.5em 0; }
.date-card {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 4em;
	padding: 0.6em 0.75em;
	background-color: #f4f4f4;
	border-radius: 0.4em;
	text-decoration: none;
	color: inherit;
	box-shadow: inset 0 0.075em 0.2em 0 rgba(0, 0, 0, 0.06);
	transition: background-color 0.2s ease;
}
.date-card:hover { background-color: #e8e8e8; color: inherit; }
.date-card-day {
	display: block;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 1.75em;
	line-height: 1.1;
	color: #232323;
}
.date-card-month {
	font-size: 0.75em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #999;
}
.date-card-year {
	font-size: 0.7em;
	color: #999;
}

/* Reaction links: same as skin .stats li a (icon + number, Source Sans Pro) */
.box.post .info .stats.striped-reactions .striped-react-btn,
.box.post .info .stats a {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 0.8em;
	line-height: 1em;
}
.striped-react-btn { text-decoration: none; color: inherit; cursor: pointer; }

/* Pagination: match skin/index.html structure and styles */
.pagination {
	padding: 3em 0 0 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.4em;
}
.pagination .pages {
	display: inline-block;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
}
.pagination .pages span.dots {
	display: inline-block;
	width: auto;
	min-width: 1.5em;
	text-align: center;
	margin: 0 0.4em 0 0;
	background: none;
	box-shadow: none;
}
.pagination .pages a,
.pagination .pages span.page-numbers {
	cursor: pointer;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	color: inherit;
	background-color: #e8e8e8;
	color: #565656;
	margin: 0 0.4em 0 0;
	border-radius: 0.4em;
	width: 2.75em;
	height: 2.75em;
	line-height: 2.75em;
	transition: background-color 0.25s ease;
	box-shadow: inset 0 0.075em 0.25em 0 rgba(0, 0, 0, 0.1);
}
.pagination .pages a:hover {
	background-color: #dadada;
}
.pagination .pages a.current,
.pagination .pages span.current {
	background-color: #364050;
	color: #fff;
	box-shadow: none;
	text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.5);
}
.pagination .button.previous,
.pagination .button.next {
	display: inline-block;
	padding: 0 2em;
	height: 2.75em;
	line-height: 2.75em;
	cursor: pointer;
	background-color: #c94663;
	border-radius: 0.4em;
	text-align: center;
	color: #fff;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-decoration: none;
	box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
	text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.5);
}
.pagination .button.previous:hover,
.pagination .button.next:hover { background-color: #d95673; color: #fff; }
.pagination .button.previous { margin-right: 0.6em; }
.pagination .button.next { margin-left: 0.2em; }

/* Comments: compact, intuitive */
#comments.box.comments { margin-top: 2.5em; }
#comments .comments-header { margin-bottom: 1.25em; }
#comments .comments-header h2 { font-size: 1.35em; margin: 0; font-family: 'Open Sans Condensed', sans-serif; font-weight: 700; color: #232323; }

.striped-comment-list { list-style: none; padding-left: 0; margin: 0 0 1.5em 0; }
.striped-comment-list > li {
	border-top: 1px solid #eee;
	padding: 1em 0;
	margin: 0;
}
.striped-comment-list > li:first-child { border-top: 0; padding-top: 0; }

.striped-comment .comment-body { position: relative; }
.striped-comment .comment-meta {
	display: flex;
	align-items: center;
	gap: 0.6em;
	margin-bottom: 0.5em;
}
.striped-comment .comment-avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	flex-shrink: 0;
}
.striped-comment .comment-meta-text { min-width: 0; }
.striped-comment .comment-author {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 0.95em;
}
.striped-comment .comment-author a { text-decoration: none; color: inherit; }
.striped-comment .comment-date {
	font-size: 0.8em;
	color: #999;
	margin-left: 0.35em;
}
.striped-comment .comment-date:before { content: ''; display: none; }
.striped-comment .comment-content {
	font-size: 0.95em;
	line-height: 1.6;
	margin: 0 0 0 3.25em;
	color: #565656;
}
.striped-comment .comment-content p { margin: 0 0 0.5em 0; }
.striped-comment .comment-content p:last-child { margin-bottom: 0; }
.striped-comment .comment-reply {
	margin: 0.5em 0 0 3.25em;
	font-size: 0.85em;
}
.striped-comment .comment-reply a {
	text-decoration: none;
	color: #c94663;
}
.striped-comment .comment-reply a:hover { text-decoration: underline; }
#comments .comment-awaiting { font-size: 0.85em; font-style: italic; color: #999; }

/* Nested replies */
.striped-comment-list .children {
	list-style: none;
	padding-left: 1.5em;
	margin: 0.75em 0 0 3.25em;
	border-left: 2px solid #e8e8e8;
}
.striped-comment-list .children li { padding: 0.75em 0; }
.striped-comment-list .children .comment-content,
.striped-comment-list .children .comment-reply { margin-left: 0; }

/* Comment form: compact, clear */
.striped-comment-form {
	margin-top: 1.5em;
	padding-top: 1.25em;
	border-top: 1px solid #eee;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 1.25em;
}
.striped-comment-form .comment-form-author,
.striped-comment-form .comment-form-email { margin-bottom: 0.85em; }
.striped-comment-form .comment-form-url,
.striped-comment-form .comment-form-comment,
.striped-comment-form .form-submit { grid-column: 1 / -1; }
@media (max-width: 480px) {
	.striped-comment-form { grid-template-columns: 1fr; }
}
#comments .comment-reply-title { font-size: 1.1em; margin-bottom: 0.75em; font-family: 'Open Sans Condensed', sans-serif; font-weight: 700; }
.striped-comment-form p { margin-bottom: 0.85em; }
.striped-comment-form .form-submit { margin-top: 1em; margin-bottom: 0; }
.striped-comment-form label {
	display: block;
	margin-bottom: 0.25em;
	font-size: 0.9em;
	font-weight: 600;
	color: #232323;
}
.striped-comment-form input[type="text"],
.striped-comment-form input[type="email"],
.striped-comment-form input[type="url"],
.striped-comment-form textarea {
	width: 100%;
	max-width: 28em;
	padding: 0.5em 0.65em;
	font-size: 0.95em;
	border: 1px solid #ddd;
	border-radius: 0.35em;
	font-family: inherit;
	transition: border-color 0.2s;
}
.striped-comment-form input:focus,
.striped-comment-form textarea:focus { outline: 0; border-color: #c94663; }
.striped-comment-form textarea { min-height: 5em; resize: vertical; }
.striped-comment-form .form-submit { margin: 1em 0 0 0; }
/* Post Comment button: match skin .button (inline-block, padding, font, colors) */
.striped-comment-form .form-submit input[type="submit"],
.striped-comment-form .form-submit button[type="submit"],
.striped-comment-form .form-submit .button {
	display: inline-block;
	padding: 0.5em 2em;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 1em;
	line-height: 1.5;
	background-color: #c94663;
	color: #fff;
	border: 0;
	border-radius: 0.4em;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
	cursor: pointer;
	transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
}
.striped-comment-form .form-submit input[type="submit"]:hover,
.striped-comment-form .form-submit button[type="submit"]:hover,
.striped-comment-form .form-submit .button:hover { background-color: #d95673; color: #fff; }
.striped-comment-form .form-submit input[type="submit"]:active,
.striped-comment-form .form-submit button[type="submit"]:active,
.striped-comment-form .form-submit .button:active { background-color: #b93653; color: #fff; }
#comments .no-comments { margin-top: 0.75em; font-size: 0.95em; font-style: italic; color: #999; }
#comments .nopassword { margin: 0; }
/* Comment pagination: one line, "Page X of Y — Previous · 1 2 3 · Next" */
.comment-pagination {
	margin: 1.5em 0 2em 0;
	padding-top: 1em;
	border-top: 1px solid #eee;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.6em 1em;
	font-size: 0.9em;
}
.comment-pagination-meta {
	color: #777;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	margin-right: 0.25em;
}
.comment-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 0.5em;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
}
.comment-pagination .nav-links a.prev,
.comment-pagination .nav-links a.next {
	color: #c94663;
	text-decoration: none;
	transition: color 0.2s ease-in-out;
}
.comment-pagination .nav-links a.prev:hover,
.comment-pagination .nav-links a.next:hover { color: #d95673; }
.comment-pagination .nav-links .prev::after {
	content: ' · ';
	color: #bbb;
	font-weight: 400;
	margin-left: 0.15em;
}
.comment-pagination .nav-links .next::before {
	content: ' · ';
	color: #bbb;
	font-weight: 400;
	margin-right: 0.15em;
}
.comment-pagination .nav-links .page-numbers {
	text-decoration: none;
	color: #565656;
	transition: color 0.2s ease-in-out;
}
.comment-pagination .nav-links a.page-numbers:hover { color: #c94663; }
.comment-pagination .nav-links .page-numbers.current {
	color: #c94663;
	cursor: default;
}
.comment-pagination .nav-links .dots {
	color: #999;
	padding: 0 0.1em;
}

/* ==========================================================================
   FV Landing (front page) – matches blog palette (#364050, #c94663, #232323, #565656)
   ========================================================================== */

/* Full-bleed landing: hide sidebar, no left margin */
body.striped-landing #sidebar,
body .fv-landing-wrap ~ #sidebar { display: none !important; }
body.striped-landing { background: #e8e8e8 !important; overflow-x: hidden; }
body.striped-landing #titleBar { display: none !important; }

.fv-landing-wrap {
	width: 100vw;
	max-width: 100%;
	position: relative;
	left: 50%;
	margin-left: -50vw;
	box-sizing: border-box;
	font-family: 'Inter', sans-serif;
	color: #232323;
}

/* ----- Form notice (success/error) ----- */
.fv-form-notice {
	position: relative;
	z-index: 90;
	margin: 0;
	padding: 16px 48px 16px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	font-family: 'Inter', sans-serif;
	font-size: 0.95rem;
	line-height: 1.5;
}
.fv-form-notice--success {
	background: #e8f5e9;
	color: #1b5e20;
}
.fv-form-notice--error {
	background: #ffebee;
	color: #b71c1c;
}
.fv-form-notice__text {
	margin: 0;
	flex: 1;
}
.fv-form-notice__close {
	position: absolute;
	top: 12px;
	right: 12px;
	border: none;
	padding: 0;
	width: 28px;
	height: 28px;
	background: transparent;
	color: inherit;
	opacity: 0.8;
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
	border-radius: 4px;
}
.fv-form-notice__close:hover {
	opacity: 1;
	background: rgba(0, 0, 0, 0.08);
}
.fv-landing-wrap > .fv-form-notice {
	margin-top: 72px;
}

/* ----- Header ----- */
.fv-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	padding: 24px 0;
	transition: background 0.25s ease, backdrop-filter 0.25s ease;
}
.fv-header.fv-header--scrolled {
	background: rgba(54, 64, 80, 0.92);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}
.fv-header-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.fv-logo {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	font-size: 1.5rem;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0.02em;
}
.fv-logo:hover { color: #FFFFFF; opacity: 0.9; }
.fv-nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.fv-nav-contact {
	margin-left: 24px;
	padding: 8px 18px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.7);
	font-family: 'Inter', sans-serif;
	font-size: 0.85rem;
	font-weight: 500;
	color: #ffffff;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.fv-nav-contact:hover {
	background-color: rgba(255, 255, 255, 0.1);
	color: #ffffff;
	border-color: #ffffff;
}
.fv-nav .fv-nav-list,
.fv-nav ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 24px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.fv-nav .fv-nav-list li,
.fv-nav ul li { margin: 0; }
.fv-nav a {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.85);
	text-decoration: none;
	transition: color 0.2s;
}
.fv-nav a:hover { color: #FFFFFF; }

.fv-nav-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	min-width: 44px;
	flex-shrink: 0;
	border: none;
	padding: 0;
	margin: 0;
	background: transparent;
	color: #ffffff;
	cursor: pointer;
	line-height: 0;
}
.fv-nav-toggle svg {
	display: block;
}
.fv-nav-toggle[aria-expanded="true"] .fv-nav-toggle-icon {
	transform: rotate(90deg);
}

/* ----- Hero ----- */
.fv-hero {
	position: relative;
	z-index: 2;
	min-height: 100vh;
	min-height: 100dvh;
	display: flex;
	align-items: center;
	padding: 100px 0 120px 0;
	overflow: visible;
}
.fv-hero-bg-wrap {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
}
.fv-hero-bg {
	position: absolute;
	inset: 0;
	background: linear-gradient(to right, #252d38 0%, #2a3340 40%, #353040 70%, #3d3642 100%);
	z-index: 0;
}
.fv-hero-shape {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%) translateY(50%);
	width: 120vmax;
	height: 120vmax;
	max-width: 1400px;
	max-height: 1400px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	z-index: 0.5;
}
.fv-hero-inner {
	position: relative;
	z-index: 2;
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	min-height: 100%;
	display: flex;
	align-items: center;
	padding: 0 24px;
	box-sizing: border-box;
}
/* Nested text container: 2 columns, text on left half, right empty */
.fv-hero-text-wrap {
	position: relative;
	z-index: 3;
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 0;
}
.fv-hero-text-col { min-width: 0; }
.fv-hero-text-col--empty { }
.fv-hero-text { padding-bottom: 0; }
.fv-hero-eyebrow {
	font-family: 'Waterfall', cursive;
	font-size: clamp(2.5rem, 5.5vw, 3.9rem);
	color: #c94663;
	margin: 0 0 12px;
	line-height: 1.2;
}
.fv-hero-headline {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	font-size: clamp(3.25rem, 8vw, 6rem);
	line-height: 1.08;
	color: #FFFFFF;
	margin: 0;
	letter-spacing: -0.02em;
}
.fv-hero-tagline {
	font-family: 'Inter', sans-serif;
	font-size: clamp(1rem, 2vw, 1.2rem);
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.9);
	margin: 16px 0 0;
	max-width: 28em;
}
/* Image container: full viewport, fills the hero */
.fv-hero-figure {
	position: absolute;
	inset: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	box-sizing: border-box;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.fv-hero-model {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center bottom;
}

@media (min-width: 901px) {
	.fv-hero-figure {
		height: 95%;
		top: auto;
		bottom: 0;
		justify-content: flex-end;
		padding-right: 8%;
		box-sizing: border-box;
	}
	.fv-hero-model {
		height: 100%;
		width: auto;
		max-width: 100%;
		object-position: right bottom;
	}
}

@media (min-width: 901px) and (max-width: 1699px) {
  .fv-hero-figure {
    padding-right: 0%;
  }
}
.fv-shoutout-section {
	position: relative;
	z-index: 10;
	margin-top: -120px;
	margin-bottom: 0;
}
.fv-hero-cta-card {
	width: calc(100% - 48px);
	max-width: 680px;
	margin: 0 auto;
	padding: 24px 28px;
	background: #364050;
	border-radius: 24px;
	box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.25);
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: end;
	gap: 24px 32px;
}
.fv-hero-cta-card-content {
	min-width: 0;
}
.fv-cta-card-eyebrow {
	font-family: 'Waterfall', cursive;
	font-size: 2rem;
	color: rgba(255, 255, 255, 0.9);
	margin: 0 0 8px;
}
.fv-cta-card-text {
	font-family: 'Inter', sans-serif;
	font-size: 0.95rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.9);
	margin: 0;
}
.fv-hero-cta-card-action {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-shrink: 0;
}
.fv-btn {
	display: inline-block;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 1rem;
	text-decoration: none;
	padding: 14px 28px;
	border-radius: 999px;
	transition: opacity 0.2s, transform 0.15s;
	border: none;
	cursor: pointer;
}
.fv-btn:hover { opacity: 0.95; }
.fv-btn-teal {
	background: #c94663;
	color: #FFFFFF;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
}
.fv-btn-teal:hover { color: #FFFFFF; background: #d95673; }
.fv-btn-outline-light {
	background: transparent;
	color: #FFFFFF;
	border: 1px solid rgba(255, 255, 255, 0.6);
}
.fv-btn-outline-light:hover { color: #FFFFFF; border-color: #FFFFFF; }

.fv-card-resources .fv-btn-outline-light {
	color: #232323;
	border-color: #4b5563;
	text-shadow: none;
}
.fv-card-resources .fv-btn-outline-light:hover {
	background: #4b5563;
	color: #ffffff;
	border-color: #4b5563;
}

/* ----- Content highlight ----- */
.fv-content-highlight {
	position: relative;
	z-index: 1;
	background: #e8e8e8;
	padding: 120px 24px 80px;
}
.fv-featured-carousel {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.fv-featured-track {
	display: flex;
	width: 100%;
	transition: transform 0.6s ease;
}
.fv-featured-slide {
	flex: 0 0 100%;
	min-width: 0;
}
.fv-featured-slide .fv-content-highlight-inner {
	max-width: 100%;
	grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
}
.fv-featured-slide .fv-content-image {
	margin-left: 0;
}
.fv-featured-slide .fv-content-highlight-media {
	padding-left: 8px;
}
.fv-content-highlight-inner {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px 64px;
	align-items: center;
}
.fv-content-highlight-media {
	position: relative;
}
.fv-content-image {
	width: 100%;
	max-width: 420px;
	height: auto;
	border-radius: 24px;
	object-fit: cover;
	box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.25);
	display: block;
	margin-left: -8px;
}
.fv-content-image-label {
	display: block;
	margin-top: 12px;
	font-size: 0.85rem;
	color: #565656;
	font-style: italic;
}
.fv-section-headline {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	font-size: clamp(1.75rem, 3vw, 2.25rem);
	line-height: 1.25;
	color: #232323;
	margin: 0 0 16px;
}
.fv-section-headline--center { text-align: center; margin-bottom: 40px; }
.fv-body {
	font-family: 'Inter', sans-serif;
	font-size: 1rem;
	line-height: 1.65;
	color: #565656;
	margin: 0 0 24px;
}
.fv-signature {
	font-family: 'Allura', cursive;
	font-size: 1.5rem;
	color: #565656;
	margin: 0;
}
.fv-signature cite { font-style: normal; }

.fv-featured-link-wrap {
	margin-top: 8px;
	text-align: right;
}
.fv-content-highlight-empty {
	grid-template-columns: 1fr;
	text-align: center;
}
.fv-content-highlight-empty .fv-content-empty-message {
	font-size: 1.15rem;
	max-width: 36em;
	margin-left: auto;
	margin-right: auto;
}
.fv-featured-eyebrow-heading {
	font-family: 'Waterfall', cursive;
	font-size: clamp(2.4rem, 5vw, 3.3rem);
	color: #c94663;
	text-align: center;
	margin: 0 0 36px;
	line-height: 1.2;
}
.fv-featured-eyebrow-link {
	font-family: 'Inter', sans-serif;
	font-size: 0.8rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #c94663;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}
.fv-featured-eyebrow-link:hover {
	color: #a83a52;
	text-decoration: underline;
}
.fv-featured-eyebrow-arrow {
	font-size: 1em;
	line-height: 1;
}

.fv-featured-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin-top: 16px;
}
.fv-featured-dot {
	width: 9px;
	height: 9px;
	border-radius: 999px;
	border: none;
	background: rgba(0, 0, 0, 0.3);
	padding: 0;
	cursor: pointer;
	transition: background 0.2s ease, transform 0.2s ease, width 0.2s ease;
}
.fv-featured-dot.is-active {
	width: 18px;
	background: rgba(0, 0, 0, 0.75);
	transform: translateY(-1px);
}

/* ----- Cards ----- */
.fv-cards {
	background: #fff;
	padding: 80px 24px;
}
.fv-cards-inner { max-width: 1200px; margin: 0 auto; }
.fv-cards-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	align-items: stretch;
}
.fv-card {
	border-radius: 24px;
	padding: 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.25);
}
.fv-card-image {
	padding: 0;
	overflow: hidden;
}
.fv-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 24px;
	min-height: 320px;
}
.fv-card-community,
.fv-card-bio {
	background: #364050;
	color: #fff;
}
.fv-card-bio .fv-card-desc {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.fv-card-bio .fv-card-desc p {
	margin: 0 0 12px;
}
.fv-card-bio .fv-card-desc p:last-child {
	margin-bottom: 0;
}
.fv-card-bio .fv-card-desc,
.fv-card-bio .fv-card-title { color: #fff; }
.fv-card-resources {
	background: #f1f2f5;
	color: #232323;
	border: 1px solid #e0e2e8;
}
.fv-card-community-avatar {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 16px;
}
.fv-card-community-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.fv-card-title {
	font-family: 'Playfair Display', serif;
	font-weight: 600;
	font-size: 1.25rem;
	margin: 0 0 8px;
}
.fv-card-desc {
	font-family: 'Inter', sans-serif;
	font-size: 0.9rem;
	line-height: 1.5;
	margin: 0 0 20px;
	flex: 1;
}
.fv-card-community .fv-card-desc,
.fv-card-community .fv-card-title { color: #fff; }

/* ----- Social proof ----- */
.fv-social-proof {
	background: #e8e8e8;
	padding: 80px 24px;
}
.fv-social-proof-inner {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
	gap: 40px 64px;
	align-items: center;
}
.fv-social-proof-text {
	min-width: 0;
}
.fv-social-proof-eyebrow {
	font-family: 'Waterfall', cursive;
	font-size: 3.25rem;
	color: #364050;
	margin: 0 0 20px;
}
.fv-social-proof-body {
	font-family: 'Inter', sans-serif;
	font-size: 1rem;
	line-height: 1.6;
	color: #232323;
	margin: 0;
}
.fv-stat-badges {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 40px;
}
.fv-stat-badge {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: #c94663;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 16px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15), 0 0.025em 0.15em rgba(0, 0, 0, 0.25);
}
.fv-stat-value {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.2;
}
.fv-stat-label {
	font-family: 'Inter', sans-serif;
	font-size: 0.9rem;
	line-height: 1.4;
	opacity: 0.95;
}
.fv-screen-reader-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}

@media (max-width: 900px) {
	.fv-social-proof-inner {
		grid-template-columns: 1fr;
		text-align: center;
	}
	.fv-social-proof-text {
		text-align: center;
	}
	.fv-stat-badges {
		justify-content: center;
	}
}

/* ----- Footer ----- */
.fv-footer {
	background: #364050;
	color: rgba(255, 255, 255, 0.8);
	padding: 40px 24px;
}
.fv-footer-inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.fv-footer-main {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 40px;
	flex-wrap: wrap;
}
.fv-footer-brand {
	max-width: 360px;
}
.fv-footer-logo {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	font-size: 1.25rem;
	color: #fff;
	margin: 0 0 4px;
}
.fv-footer-tagline {
	font-family: 'Inter', sans-serif;
	font-size: 0.95rem;
	line-height: 1.6;
	margin: 0;
}
.fv-footer-nav {
	font-family: 'Inter', sans-serif;
}
.fv-footer-links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.fv-footer-links a {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.95rem;
}
.fv-footer-links a:hover {
	color: #ffffff;
}
.fv-footer-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding-top: 16px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 0.8rem;
}
.fv-footer-copy {
	margin: 0;
}
.fv-footer-credit {
	margin: 0;
	opacity: 0.85;
}
.fv-footer-dev-link {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.9);
}
.fv-footer-dev-link:hover {
	color: #c94663;
}

/* ----- Image overlay (lifescope) ----- */
.fv-card-lifescope {
	cursor: pointer;
}
.fv-image-overlay {
	position: fixed;
	inset: 0;
	z-index: 110;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.9);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.2s ease, visibility 0.2s ease;
}
.fv-image-overlay.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.fv-image-overlay__img {
	max-width: 95vw;
	max-height: 95vh;
	width: auto;
	height: auto;
	object-fit: contain;
	border-radius: 8px;
}
.fv-image-overlay__close {
	position: absolute;
	top: 16px;
	right: 20px;
	border: none;
	padding: 0;
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	color: #ffffff;
	font-size: 1.6rem;
	cursor: pointer;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fv-image-overlay__close:hover {
	background: rgba(255, 255, 255, 0.35);
}
.fv-image-overlay__close-icon {
	display: block;
	font-size: 1.5rem;
	line-height: 1;
}

/* ----- Contact modal ----- */
.fv-contact-modal {
	position: fixed;
	inset: 0;
	z-index: 110;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.65);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.2s ease, visibility 0.2s ease;
}
.fv-contact-modal.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.fv-contact-modal__dialog {
	position: relative;
	width: 100%;
	max-width: 520px;
	background: #ffffff;
	border-radius: 24px;
	padding: 32px 32px 28px;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}
.fv-contact-modal__close {
	position: absolute;
	top: 14px;
	right: 16px;
	border: none;
	padding: 0;
	box-sizing: border-box;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #364050;
	color: #ffffff;
	font-size: 1.4rem;
	cursor: pointer;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0.15em 0.3em rgba(0, 0, 0, 0.3);
}
.fv-contact-modal__close-icon {
	display: block;
	font-size: 1.3rem;
	line-height: 1;
}
.fv-contact-eyebrow {
	font-family: 'Waterfall', cursive;
	font-size: 2rem;
	color: #c94663;
	margin: 0 0 4px;
}
.fv-contact-heading {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	font-size: 1.5rem;
	color: #232323;
	margin: 0 0 8px;
}
.fv-contact-body {
	font-family: 'Inter', sans-serif;
	font-size: 0.95rem;
	line-height: 1.6;
	color: #565656;
	margin: 0 0 18px;
}
.fv-contact-form {
	display: grid;
	gap: 14px;
}
.fv-contact-field {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.fv-contact-label {
	font-family: 'Inter', sans-serif;
	font-size: 0.85rem;
	color: #364050;
}
.fv-contact-input,
.fv-contact-textarea {
	font-family: 'Inter', sans-serif;
	font-size: 0.95rem;
	padding: 12px 14px;
	min-height: 44px;
	border-radius: 8px;
	border: 1px solid #d0d4dc;
	background: #f9fafb;
	color: #232323;
}
.fv-contact-input:focus,
.fv-contact-textarea:focus {
	outline: none;
	border-color: #c94663;
	box-shadow: 0 0 0 1px rgba(201, 70, 99, 0.6);
	background: #ffffff;
}
.fv-contact-textarea {
	resize: vertical;
	min-height: 120px;
}
.fv-contact-actions {
	margin-top: 8px;
	display: flex;
	justify-content: flex-end;
}
.fv-contact-submit {
	min-width: 0;
}

body.fv-modal-open {
	overflow: hidden;
}

/* ----- Shoutout modal (shares contact modal styling) ----- */
.fv-shoutout-modal {
	position: fixed;
	inset: 0;
	z-index: 110;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.65);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.2s ease, visibility 0.2s ease;
}
.fv-shoutout-modal.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.fv-shoutout-modal .fv-modal__dialog {
	position: relative;
	width: 100%;
	max-width: 560px;
	max-height: 90vh;
	overflow-y: auto;
	background: #ffffff;
	border-radius: 24px;
	padding: 32px 32px 28px;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}
.fv-shoutout-modal .fv-modal__close {
	position: absolute;
	top: 14px;
	right: 16px;
	border: none;
	padding: 0;
	box-sizing: border-box;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #364050;
	color: #ffffff;
	font-size: 1.4rem;
	cursor: pointer;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0.15em 0.3em rgba(0, 0, 0, 0.3);
}
.fv-shoutout-modal .fv-modal__close-icon {
	display: block;
	font-size: 1.3rem;
	line-height: 1;
}
.fv-shoutout-modal .fv-modal-eyebrow {
	font-family: 'Waterfall', cursive;
	font-size: 2rem;
	color: #c94663;
	margin: 0 0 4px;
}
.fv-shoutout-modal .fv-modal-heading {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	font-size: 1.5rem;
	color: #232323;
	margin: 0 0 8px;
}
.fv-shoutout-modal .fv-modal-body {
	font-family: 'Inter', sans-serif;
	font-size: 0.95rem;
	line-height: 1.6;
	color: #565656;
	margin: 0 0 20px;
}
.fv-form-section {
	border: none;
	margin: 24px 0 0;
	padding: 0;
}
.fv-form-section:first-of-type {
	margin-top: 0;
}
.fv-form-section-legend {
	font-family: 'Playfair Display', serif;
	font-size: 1.15rem;
	font-weight: 600;
	color: #232323;
	letter-spacing: 0.02em;
	margin: 0 0 14px;
	padding: 12px 14px;
	background: #f5f5f7;
	border-left: 4px solid #c94663;
	border-radius: 0 8px 8px 0;
	width: fit-content;
}
.fv-form-hint {
	display: block;
	font-size: 0.8rem;
	color: #aaa;
	margin-top: 4px;
}
.fv-optional {
	font-weight: 400;
	color: #888;
}
.fv-consent-section {
	margin-top: 24px;
}
.fv-form-section-legend--consent {
	margin-bottom: 12px;
}
.fv-consent-section .fv-contact-field--checkbox {
	margin-top: 0;
}
.fv-consent-section .fv-contact-field--email {
	margin-top: 24px;
}
.fv-contact-field--checkbox .fv-checkbox-label {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	cursor: pointer;
	font-size: 0.9rem;
	color: #364050;
}
.fv-contact-field--checkbox .fv-checkbox,
.fv-shoutout-form input[type="checkbox"] {
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	min-width: 20px;
	min-height: 20px;
	margin-top: 2px;
	accent-color: #c94663;
	cursor: pointer;
	appearance: auto;
	-webkit-appearance: checkbox;
}
.fv-shoutout-form .fv-contact-form {
	gap: 0;
}
.fv-shoutout-form .fv-contact-field {
	margin-top: 24px;
	gap: 4px;
}
.fv-shoutout-form .fv-form-section {
	margin-top: 24px;
}
.fv-shoutout-form .fv-form-section:first-of-type {
	margin-top: 0;
}
.fv-shoutout-form .fv-form-section .fv-contact-field:first-of-type {
	margin-top: 0;
}
.fv-shoutout-form .fv-form-section .fv-contact-field + .fv-contact-field {
	margin-top: 24px;
}
.fv-shoutout-form .fv-form-section + .fv-contact-field {
	margin-top: 24px;
}
.fv-shoutout-form .fv-contact-field + .fv-form-section {
	margin-top: 24px;
}
.fv-contact-input--stacked {
	margin-top: 8px;
}

/* ----- Responsive ----- */
@media (max-width: 768px) {
	.fv-nav-toggle {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.fv-nav {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		display: none;
		flex-direction: column;
		align-items: stretch;
		background: rgba(54, 64, 80, 0.98);
		backdrop-filter: blur(12px);
		padding: 16px;
		gap: 8px;
		box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
	}
	.fv-nav.is-open {
		display: flex;
	}
	.fv-nav .fv-nav-list,
	.fv-nav ul {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
	}
	.fv-nav .fv-nav-list li,
	.fv-nav ul li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	.fv-nav .fv-nav-list a,
	.fv-nav ul a {
		display: block;
		padding: 12px 16px;
	}
	.fv-nav-contact {
		margin-left: 0;
		margin-top: 8px;
		text-align: center;
		padding: 12px 18px;
	}
	.fv-header-inner {
		position: relative;
	}
}
@media (max-width: 900px) {
	.fv-shoutout-section {
		margin-top: 0;
		padding: 24px 16px 0;
	}
	.fv-hero-text-wrap {
		grid-template-columns: 1fr;
		text-align: center;
	}
	.fv-hero-text-col--empty { display: none; }
	.fv-hero-text .fv-hero-tagline { max-width: none; }
	.fv-content-highlight-inner { grid-template-columns: 1fr; }
	.fv-featured-slide .fv-content-highlight-inner { grid-template-columns: 1fr; }
	.fv-featured-slide .fv-content-highlight-media {
		padding-left: 0;
		margin-bottom: 16px;
		text-align: center;
	}
	.fv-featured-slide .fv-content-highlight-media .fv-content-image {
		margin-left: auto;
		margin-right: auto;
	}
	.fv-featured-slide .fv-content-image-label {
		text-align: center;
	}
	.fv-content-image { margin-left: 0; }
	.fv-cards-grid { grid-template-columns: 1fr; }
	.fv-nav .fv-nav-list,
	.fv-nav ul { gap: 8px 16px; }
}
@media (max-width: 600px) {
	.fv-hero {
		padding: 60px 0 8vh 0;
		align-items: flex-end;
		justify-content: center;
	}
	.fv-hero-inner {
		align-items: flex-end;
	}
	.fv-hero-eyebrow {
		color: #ffffff;
	}
	.fv-hero-cta-card {
		width: 100%;
		max-width: none;
		padding: 20px;
		grid-template-columns: 1fr;
		align-items: stretch;
		gap: 16px;
	}
	.fv-hero-cta-card-action { justify-content: stretch; }
	.fv-hero-cta-card-action .fv-btn { width: 100%; text-align: center; }
	.fv-content-highlight { padding: 80px 16px 48px; }
	.fv-content-highlight,
	.fv-cards,
	.fv-social-proof { padding: 48px 16px; }
	.fv-footer-inner {
		gap: 20px;
	}
	.fv-footer-main {
		flex-direction: column;
		align-items: flex-start;
	}
	.fv-footer-meta {
		flex-direction: column;
		align-items: flex-start;
	}
	.fv-contact-modal__dialog {
		margin: 0 16px;
		padding: 24px 20px 20px;
	}
	.fv-stat-badges { gap: 24px; }
	.fv-stat-badge { width: 150px; height: 150px; font-size: 0.9rem; }
	.fv-stat-value { font-size: 2rem; }
}
