/* Firefly catalog surface: the architectural spec strip is the visual anchor. */
.ff-catalog {
	--ff-white: #ffffff;
	--ff-paper: #f7f7f3;
	--ff-mist: #eceee8;
	--ff-olive: #3b3b33;
	--ff-sage: #a8a892;
	--ff-charcoal: #212326;
	--ff-ink: #141617;
	--ff-yellow: #ffe600;
	--ff-gold: #bc9000;
	--ff-gold-readable: #765b00;
	--ff-muted: #62666a;
	--ff-border: rgba(33, 35, 38, 0.16);
	background: var(--ff-paper);
	color: var(--ff-charcoal);
	font-family: "PT Sans", Arial, sans-serif;
	font-size: 17px;
	line-height: 1.55;
	margin: 0;
	min-width: 0;
	width: 100%;
}

.ff-catalog,
.ff-catalog *,
.ff-catalog *::before,
.ff-catalog *::after {
	box-sizing: border-box;
}

.ff-catalog.ff-catalog--index {
	--ff-catalog-accent: var(--ff-yellow);
}

.ff-catalog.ff-catalog--model {
	--ff-catalog-accent: var(--ff-gold);
}

.ff-catalog.ff-catalog--customizations {
	--ff-catalog-accent: var(--ff-sage);
}

.ff-catalog h1,
.ff-catalog h2,
.ff-catalog h3,
.ff-catalog h4,
.ff-catalog p,
.ff-catalog figure,
.ff-catalog ul,
.ff-catalog ol {
	margin-top: 0;
}

.ff-catalog h1,
.ff-catalog h2,
.ff-catalog h3,
.ff-catalog h4 {
	font-family: "Pontano Sans", "PT Sans", Arial, sans-serif;
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.08;
}

.ff-catalog h1 {
	font-size: clamp(2.55rem, 7vw, 5.7rem);
	max-width: 780px;
}

.ff-catalog h2 {
	font-size: clamp(2rem, 4.5vw, 4.1rem);
}

.ff-catalog h3 {
	font-size: clamp(1.45rem, 2vw, 2rem);
}

.ff-catalog p {
	margin-bottom: 1rem;
}

.ff-catalog a {
	color: inherit;
}

.ff-catalog img {
	display: block;
	height: auto;
	max-width: 100%;
}

.ff-catalog :where(a, button, input, select, textarea, summary):focus-visible {
	border-radius: 2px;
	box-shadow: 0 0 0 3px var(--ff-charcoal), 0 0 0 6px var(--ff-yellow);
	outline: 0;
}

.ff-catalog__inner {
	margin: 0 auto;
	max-width: 1440px;
	padding-left: clamp(18px, 5vw, 78px);
	padding-right: clamp(18px, 5vw, 78px);
	position: relative;
	width: 100%;
}

.ff-catalog__hero {
	background: var(--ff-charcoal);
	color: var(--ff-white);
	padding-bottom: clamp(58px, 8vw, 118px);
	padding-top: clamp(62px, 9vw, 132px);
}

.ff-catalog__hero-grid {
	align-items: end;
	display: grid;
	gap: clamp(28px, 6vw, 90px);
	grid-template-columns: minmax(0, 1fr);
}

.ff-catalog__eyebrow {
	align-items: center;
	color: var(--ff-catalog-accent, var(--ff-yellow));
	display: inline-flex;
	font-size: 0.76rem;
	font-weight: 700;
	gap: 10px;
	letter-spacing: 0.16em;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.ff-catalog__eyebrow::before {
	background: currentColor;
	content: "";
	height: 2px;
	width: 30px;
}

.ff-catalog__hero p {
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(1.05rem, 1.7vw, 1.3rem);
	max-width: 640px;
}

.ff-catalog .ff-catalog__hero h1,
.ff-catalog .ff-catalog__hero h2 {
	color: var(--ff-white);
	margin-bottom: 0;
}

.ff-catalog__hero-copy p {
	margin-bottom: 0;
}

.ff-catalog__hero-note {
	align-self: end;
	border-left: 3px solid var(--ff-catalog-accent, var(--ff-yellow));
	padding: 0.25rem 0 0.25rem 1.2rem;
}

.ff-catalog__hero-note p {
	font-size: 1rem;
	margin-bottom: 0;
}

.ff-catalog__listing,
.ff-catalog__content {
	padding-bottom: clamp(56px, 8vw, 112px);
	padding-top: clamp(44px, 7vw, 92px);
}

.ff-catalog__filters {
	background: var(--ff-white);
	border: 1px solid var(--ff-border);
	border-top: 5px solid var(--ff-yellow);
	display: grid;
	gap: 1rem;
	grid-template-columns: minmax(0, 1fr);
	margin-bottom: 1.35rem;
	padding: clamp(1rem, 2.3vw, 1.65rem);
}

.ff-catalog__filter {
	display: grid;
	font-family: "Pontano Sans", "PT Sans", Arial, sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	gap: 0.45rem;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.ff-catalog__filter select {
	appearance: none;
	background-color: var(--ff-paper);
	border: 1px solid var(--ff-border);
	border-radius: 0;
	color: var(--ff-charcoal);
	font: 600 1rem/1.2 "PT Sans", Arial, sans-serif;
	min-height: 48px;
	padding: 0.7rem 2.4rem 0.7rem 0.8rem;
	width: 100%;
}

.ff-catalog__result-summary {
	color: var(--ff-muted);
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: 1.15rem;
	text-transform: uppercase;
}

.ff-catalog__grid {
	display: grid;
	gap: clamp(1rem, 2.2vw, 1.65rem);
	grid-template-columns: minmax(0, 1fr);
}

.ff-catalog__card {
	background: var(--ff-white);
	border: 1px solid var(--ff-border);
	border-top: 4px solid var(--ff-olive);
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.ff-catalog__card-media,
.ff-catalog__media-placeholder {
	align-items: center;
	background-color: var(--ff-mist);
	background-image: linear-gradient(rgba(33, 35, 38, 0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(33, 35, 38, 0.055) 1px, transparent 1px);
	background-size: 18px 18px;
	color: var(--ff-muted);
	display: flex;
	font-size: 0.74rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.1em;
	min-height: 210px;
	padding: 1rem;
	text-align: center;
	text-transform: uppercase;
}

.ff-catalog__card-media {
	aspect-ratio: 16 / 10;
	border-bottom: 1px solid var(--ff-border);
	min-height: 0;
	overflow: hidden;
}

.ff-catalog__card-media img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ff-catalog__card-media--floorplan img {
	background: var(--ff-white);
	object-fit: contain;
	padding: 0.65rem;
}

.ff-catalog__card h2 {
	font-size: clamp(1.85rem, 3.1vw, 2.7rem);
	margin-bottom: 0.6rem;
}

.ff-catalog__card-code {
	font-size: 0.76rem !important;
	font-weight: 700;
	letter-spacing: 0.07em;
	margin-bottom: 0.75rem !important;
	text-transform: uppercase;
}

.ff-catalog__card-specs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin-top: 1rem;
}

.ff-catalog__card-specs span {
	background: var(--ff-paper);
	border: 1px solid var(--ff-border);
	font-size: 0.8rem;
	font-weight: 700;
	padding: 0.35rem 0.5rem;
}

.ff-catalog__card .ff-catalog__price {
	font-size: clamp(1.45rem, 2.6vw, 2rem);
	margin: 1.15rem 0 0;
}

.ff-catalog__content-grid,
.ff-catalog__option-grid {
	display: grid;
	gap: clamp(1.2rem, 2.5vw, 2rem);
	grid-template-columns: minmax(0, 1fr);
}

.ff-catalog__option-category,
.ff-catalog__content-grid > section {
	background: var(--ff-white);
	border: 1px solid var(--ff-border);
	border-top: 4px solid var(--ff-sage);
	padding: clamp(1.2rem, 2.5vw, 2rem);
}

.ff-catalog__option-category h2,
.ff-catalog__content-grid h2 {
	font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.ff-catalog__feature-list {
	display: grid;
	gap: 0;
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}

.ff-catalog__feature-list li {
	border-top: 1px solid var(--ff-border);
	display: grid;
	gap: 0.3rem;
	padding: 0.8rem 0;
}

.ff-catalog__status {
	color: var(--ff-muted);
	font-size: 0.82rem;
	font-weight: 400;
}

.ff-catalog__gallery figure {
	background: var(--ff-paper);
	border: 1px solid var(--ff-border);
	margin-bottom: 0;
	min-width: 0;
}

.ff-catalog__gallery figcaption {
	color: var(--ff-muted);
	font-size: 0.76rem;
	padding: 0.6rem 0.75rem;
}

.ff-catalog__card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 1.15rem 1.15rem 1.25rem;
}

.ff-catalog__card h3 {
	margin-bottom: 0.55rem;
}

.ff-catalog__card p {
	color: var(--ff-muted);
	font-size: 0.95rem;
	margin-bottom: 0;
}

.ff-catalog__card-link {
	align-items: center;
	display: inline-flex;
	font-size: 0.85rem;
	font-weight: 700;
	gap: 0.55rem;
	letter-spacing: 0.08em;
	margin-top: auto;
	padding-top: 1.2rem;
	text-decoration-color: var(--ff-gold);
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
	text-transform: uppercase;
}

.ff-catalog__card-link::after {
	color: var(--ff-gold);
	content: "\2192";
	font-size: 1.15rem;
}

.ff-catalog__empty {
	background: var(--ff-white);
	border-left: 4px solid var(--ff-yellow);
	margin-top: 1.8rem;
	padding: 1.25rem 1.4rem;
}

.ff-catalog__empty[hidden],
.ff-catalog__card[hidden] {
	display: none;
}

.ff-catalog__detail {
	background: var(--ff-white);
	padding-bottom: clamp(54px, 8vw, 110px);
	padding-top: clamp(42px, 6vw, 90px);
}

.ff-catalog__detail-grid {
	display: grid;
	gap: clamp(32px, 6vw, 96px);
	grid-template-columns: minmax(0, 1fr);
}

.ff-catalog__gallery {
	display: grid;
	gap: 0.65rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ff-catalog__gallery img {
	background: var(--ff-mist);
	height: 100%;
	min-height: 160px;
	object-fit: cover;
	width: 100%;
}

.ff-catalog__gallery figure:first-child {
	grid-column: 1 / -1;
}

.ff-catalog__gallery figure:first-child img,
.ff-catalog__gallery figure:first-child .ff-catalog__media-placeholder {
	grid-column: 1 / -1;
	min-height: clamp(280px, 52vw, 580px);
}

.ff-catalog__detail-copy {
	align-self: center;
}

.ff-catalog__detail-copy .ff-catalog__eyebrow {
	color: var(--ff-gold-readable);
}

.ff-catalog__price {
	color: var(--ff-olive);
	font-family: "Pontano Sans", "PT Sans", Arial, sans-serif;
	font-size: clamp(2rem, 4vw, 3.8rem);
	font-weight: 700;
	line-height: 1;
	margin: 1.4rem 0;
}

.ff-catalog__spec-strip {
	background: var(--ff-olive);
	border-bottom: 5px solid var(--ff-yellow);
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: var(--ff-white);
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ff-catalog__spec {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	min-height: 104px;
	padding: 1rem;
}

.ff-catalog__spec:nth-child(2n) {
	border-right: 0;
}

.ff-catalog__spec-label {
	color: rgba(255, 255, 255, 0.64);
	display: block;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ff-catalog__spec-value {
	display: block;
	font-family: "Pontano Sans", "PT Sans", Arial, sans-serif;
	font-size: clamp(1.45rem, 2.2vw, 2.1rem);
	font-weight: 700;
	line-height: 1.1;
	margin-top: 0.45rem;
}

.ff-catalog__cta {
	background: var(--ff-ink);
	color: var(--ff-white);
	padding-bottom: clamp(48px, 7vw, 92px);
	padding-top: clamp(48px, 7vw, 92px);
}

.ff-catalog__cta-inner {
	align-items: center;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: minmax(0, 1fr);
}

.ff-catalog__cta h2 {
	color: var(--ff-white);
	margin-bottom: 0;
}

.ff-catalog__cta p {
	color: rgba(255, 255, 255, 0.76);
	margin-bottom: 0;
	max-width: 600px;
}

.ff-catalog__button {
	align-items: center;
	background: var(--ff-yellow);
	border: 2px solid var(--ff-yellow);
	color: var(--ff-ink) !important;
	display: inline-flex;
	font-size: 0.82rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.09em;
	min-height: 52px;
	padding: 0.8rem 1.35rem;
	text-decoration: none;
	text-transform: uppercase;
}

.ff-catalog__button:hover,
.ff-catalog__button:focus-visible {
	background: var(--ff-white);
	border-color: var(--ff-white);
}

@media (min-width: 768px) {
	.ff-catalog__hero-grid,
	.ff-catalog__detail-grid {
		grid-template-columns: minmax(0, 1.02fr) minmax(280px, 0.98fr);
	}

	.ff-catalog__filters {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

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

	.ff-catalog__content-grid,
	.ff-catalog__option-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ff-catalog__spec-strip {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.ff-catalog__spec {
		border-bottom: 0;
	}

	.ff-catalog__spec:nth-child(2n) {
		border-right: 1px solid rgba(255, 255, 255, 0.2);
	}

	.ff-catalog__spec:last-child {
		border-right: 0;
	}

	.ff-catalog__cta-inner {
		grid-template-columns: minmax(0, 1fr) auto;
	}
}

@media (min-width: 1440px) {
	.ff-catalog {
		font-size: 18px;
	}

	.ff-catalog__hero-grid {
		grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
	}

	.ff-catalog__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ff-catalog__option-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ff-catalog__detail-grid {
		grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.94fr);
	}
}

@media (prefers-reduced-motion: reduce) {
	.ff-catalog *,
	.ff-catalog *::before,
	.ff-catalog *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
