:root {
	--bf-ink: #111317;
	--bf-charcoal: #24272c;
	--bf-yellow: #f4c900;
	--bf-yellow-soft: #fff5b6;
	--bf-warm: #f7f6f1;
	--bf-border: #dfe1e3;
	--bf-muted: #68717c;
	--bf-white: #fff;
	--bf-radius: 14px;
	--bf-shadow: 0 20px 60px rgba(17, 19, 23, .1);
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 86px;
}

body {
	overflow-x: hidden;
}

body,
button,
input,
select,
textarea {
	font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", sans-serif;
}

a {
	transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.bf-site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	margin: 0;
	background: rgba(255, 255, 255, .96);
	border-bottom: 1px solid rgba(17, 19, 23, .1);
	backdrop-filter: blur(12px);
}

.admin-bar .bf-site-header {
	top: 32px;
}

.bf-header-inner {
	min-height: 74px;
	padding: 0 24px;
}

.bf-brand,
.bf-brand .wp-block-site-title {
	margin: 0;
}

.bf-brand {
	gap: 10px;
}

.bf-brand-mark {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	color: var(--bf-ink);
	background: var(--bf-yellow);
	border-radius: 4px;
	font-weight: 900;
	line-height: 1;
	transform: skew(-4deg);
}

.bf-brand-mark span {
	transform: skew(4deg);
}

.bf-site-title a {
	font-size: 1.05rem;
	font-weight: 900;
	letter-spacing: .04em;
}

.bf-main-nav {
	font-size: .92rem;
	font-weight: 650;
}

.bf-main-nav a:hover {
	color: #8f7600;
}

.bf-header-cta {
	margin: 0;
}

.bf-header-cta .wp-block-button__link {
	padding: .68rem 1rem;
	font-size: .9rem;
}

.bf-home {
	margin: 0;
}

.bf-hero {
	margin: 0;
	background-color: var(--bf-ink);
}

.bf-hero .wp-block-cover__image-background {
	object-position: center 54%;
}

.bf-hero-content {
	max-width: 1240px;
	padding: 100px 24px 74px;
}

.bf-eyebrow,
.bf-section-kicker {
	margin: 0 0 14px;
	color: #8b7400;
	font-size: .78rem;
	font-weight: 850;
	letter-spacing: .16em;
}

.bf-hero .bf-eyebrow {
	display: inline-flex;
	padding: 7px 10px;
	color: var(--bf-ink);
	background: var(--bf-yellow);
	border-radius: 3px;
	letter-spacing: .11em;
}

.bf-hero-title {
	max-width: 820px;
	margin: 18px 0 22px;
	color: var(--bf-white);
	font-size: clamp(2.8rem, 7.2vw, 6rem);
	font-weight: 900;
	letter-spacing: -.055em;
	line-height: 1.04;
	text-wrap: balance;
}

.bf-hero-copy {
	max-width: 650px;
	margin: 0 0 32px;
	color: rgba(255, 255, 255, .82);
	font-size: clamp(1.05rem, 2vw, 1.3rem);
	line-height: 1.7;
}

.bf-hero-actions {
	gap: 12px;
}

.bf-hero-actions .is-style-outline .wp-block-button__link {
	color: var(--bf-white);
	border-color: rgba(255, 255, 255, .55);
}

.bf-hero-points {
	gap: 0;
	margin-top: 70px;
}

.bf-hero-points p {
	min-width: 190px;
	margin: 0;
	padding: 0 30px;
	color: var(--bf-white);
	border-left: 1px solid rgba(255, 255, 255, .28);
}

.bf-hero-points p:first-child {
	padding-left: 0;
	border-left: 0;
}

.bf-hero-points strong {
	font-size: 1.05rem;
}

.bf-hero-points span {
	color: rgba(255, 255, 255, .62);
	font-size: .86rem;
}

.bf-quick-select {
	margin: 0;
	background: var(--bf-warm);
}

.bf-quick-select-inner,
.bf-section > .wp-block-group.alignwide,
.bf-section > .wp-block-columns.alignwide {
	padding-right: 24px;
	padding-left: 24px;
}

.bf-quick-select-inner {
	padding-top: 88px;
	padding-bottom: 88px;
}

.bf-section {
	margin: 0;
	padding-top: 110px;
	padding-bottom: 110px;
}

.bf-section-title {
	max-width: 850px;
	margin: 0 0 20px;
	font-size: clamp(2rem, 4.7vw, 3.5rem);
	letter-spacing: -.04em;
	text-wrap: balance;
}

.bf-section-lead {
	max-width: 760px;
	margin: 0 0 44px;
	color: var(--bf-muted);
	font-size: 1.08rem;
}

.bf-guide-grid,
.bf-product-grid,
.bf-config-grid,
.bf-case-grid {
	gap: 22px;
	margin-top: 42px;
}

.bf-guide-card {
	height: 100%;
	min-height: 285px;
	box-sizing: border-box;
	padding: 30px;
	background: var(--bf-white);
	border: 1px solid var(--bf-border);
	border-radius: var(--bf-radius);
	box-shadow: 0 12px 36px rgba(17, 19, 23, .05);
}

.bf-guide-card-accent {
	background: var(--bf-yellow);
	border-color: var(--bf-yellow);
}

.bf-guide-card h3 {
	margin: 18px 0 10px;
	font-size: 1.35rem;
}

.bf-guide-card p {
	color: #565e68;
}

.bf-guide-card-accent p {
	color: #2a2d31;
}

.bf-guide-number {
	margin: 0 !important;
	color: #8f7600 !important;
	font-size: .82rem;
	font-weight: 900;
	letter-spacing: .12em;
}

.bf-text-link {
	margin-top: 22px;
	font-weight: 800;
}

.bf-mesh-section {
	background: var(--bf-white);
}

.bf-product-card {
	height: 100%;
	overflow: hidden;
	background: var(--bf-warm);
	border: 1px solid var(--bf-border);
	border-radius: var(--bf-radius);
}

.bf-product-card-dark {
	color: var(--bf-white);
	background: var(--bf-ink);
	border-color: var(--bf-ink);
}

.bf-card-image {
	overflow: hidden;
	margin: 0;
	aspect-ratio: 16 / 10;
}

.bf-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .5s ease;
}

.bf-product-card:hover .bf-card-image img {
	transform: scale(1.025);
}

.bf-product-body {
	padding: 30px 32px 34px;
}

.bf-product-label {
	margin: 0;
	color: #917900;
	font-size: .76rem;
	font-weight: 900;
	letter-spacing: .14em;
}

.bf-product-card-dark .bf-product-label {
	color: var(--bf-yellow);
}

.bf-product-body h3 {
	margin: 8px 0 12px;
	font-size: clamp(1.5rem, 3vw, 2rem);
}

.bf-product-body h3 span {
	color: #806c00;
	font-size: .78em;
}

.bf-product-card-dark h3 span {
	color: var(--bf-yellow);
}

.bf-product-spec {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	margin: 0 0 12px;
	padding: 7px 10px;
	color: #4f5660 !important;
	background: var(--bf-yellow-soft);
	border-radius: 5px;
	font-size: .88rem;
	font-weight: 750;
}

.bf-product-spec strong {
	color: #7d6800;
	font-size: .72rem;
	letter-spacing: .08em;
}

.bf-product-card-dark .bf-product-spec {
	color: var(--bf-white) !important;
	background: rgba(244, 201, 0, .15);
	border: 1px solid rgba(244, 201, 0, .3);
}

.bf-product-card-dark .bf-product-spec strong {
	color: var(--bf-yellow);
}

.bf-product-body > p:not(.bf-product-label) {
	color: #5c6570;
}

.bf-product-card-dark .bf-product-body > p {
	color: rgba(255, 255, 255, .72);
}

.bf-product-body ul {
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

.bf-product-body li {
	position: relative;
	margin: 7px 0;
	padding-left: 22px;
}

.bf-product-body li::before {
	position: absolute;
	top: .72em;
	left: 0;
	width: 8px;
	height: 8px;
	background: var(--bf-yellow);
	border-radius: 50%;
	content: "";
	transform: translateY(-50%);
}

.bf-structure-section {
	background:
		linear-gradient(rgba(17, 19, 23, .035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(17, 19, 23, .035) 1px, transparent 1px),
		var(--bf-warm);
	background-size: 42px 42px;
}

.bf-structure-header {
	max-width: 820px;
}

.bf-finish-bar {
	display: grid;
	grid-template-columns: 150px minmax(250px, .85fr) minmax(320px, 1.4fr);
	gap: 20px 34px;
	align-items: center;
	margin-top: 38px;
	padding: 25px 30px;
	color: var(--bf-white);
	background: var(--bf-ink);
	border-left: 7px solid var(--bf-yellow);
	border-radius: 10px;
	box-shadow: var(--bf-shadow);
}

.bf-finish-bar p,
.bf-finish-bar h3 {
	margin: 0;
}

.bf-finish-bar h3 {
	font-size: clamp(1.18rem, 2vw, 1.55rem);
}

.bf-finish-bar > p:last-child {
	color: rgba(255, 255, 255, .68);
	font-size: .92rem;
	line-height: 1.65;
}

.bf-finish-label {
	color: var(--bf-yellow) !important;
	font-size: .72rem;
	font-weight: 900;
	letter-spacing: .13em;
}

.bf-structure-grid {
	gap: 22px;
	align-items: stretch !important;
	margin-top: 24px;
}

.bf-structure-grid > .wp-block-column {
	display: flex;
}

.bf-structure-card {
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	overflow: hidden;
	background: var(--bf-white);
	border: 1px solid var(--bf-border);
	border-radius: var(--bf-radius);
	box-shadow: 0 12px 36px rgba(17, 19, 23, .07);
}

.bf-structure-image {
	overflow: hidden;
	margin: 0;
	aspect-ratio: 4 / 3;
	background: #eef0f1;
	border-bottom: 1px solid var(--bf-border);
}

.bf-structure-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .45s ease;
}

.bf-structure-card:hover .bf-structure-image img {
	transform: scale(1.025);
}

.bf-structure-image-drawing {
	background: var(--bf-white);
}

.bf-structure-image-drawing img {
	object-fit: contain;
	padding: 12px;
}

.bf-structure-body {
	display: flex;
	height: 100%;
	flex-direction: column;
	padding: 27px 27px 29px;
}

.bf-structure-number {
	margin: 0;
	color: #806c00;
	font-size: .72rem;
	font-weight: 900;
	letter-spacing: .1em;
}

.bf-structure-body h3 {
	margin: 9px 0 12px;
	font-size: clamp(1.18rem, 2vw, 1.43rem);
	line-height: 1.35;
}

.bf-structure-body > p:not(.bf-structure-number, .bf-structure-caption) {
	margin: 0;
	color: #59616b;
	line-height: 1.7;
}

.bf-structure-body ul {
	margin: 21px 0 0;
	padding: 18px 0 0;
	border-top: 1px solid var(--bf-border);
	list-style: none;
}

.bf-structure-body li {
	position: relative;
	margin: 8px 0;
	padding-left: 20px;
	color: #363c44;
	font-size: .91rem;
	font-weight: 650;
}

.bf-structure-body li::before {
	position: absolute;
	top: .7em;
	left: 0;
	width: 8px;
	height: 8px;
	background: var(--bf-yellow);
	border: 2px solid var(--bf-ink);
	border-radius: 50%;
	box-sizing: border-box;
	content: "";
	transform: translateY(-50%);
}

.bf-structure-caption {
	margin: auto 0 0;
	padding-top: 16px;
	color: var(--bf-muted);
	font-size: .76rem;
	line-height: 1.55;
}

.bf-structure-note {
	display: grid;
	grid-template-columns: 175px 190px 1fr;
	gap: 18px 28px;
	align-items: center;
	margin-top: 22px;
	padding: 24px 28px;
	background: var(--bf-yellow);
	border-radius: 10px;
}

.bf-structure-note p,
.bf-structure-note h3 {
	margin: 0;
}

.bf-structure-note-label {
	font-size: .7rem;
	font-weight: 950;
	letter-spacing: .1em;
}

.bf-structure-note h3 {
	font-size: 1.12rem;
}

.bf-structure-note > p:last-child {
	color: #393713;
	font-size: .9rem;
	line-height: 1.65;
}

.bf-booth-section {
	color: var(--bf-white);
	background: var(--bf-ink);
}

.bf-split {
	gap: clamp(40px, 7vw, 100px);
}

.bf-feature-image {
	overflow: hidden;
	margin: 0;
	border-radius: var(--bf-radius);
	box-shadow: 0 30px 80px rgba(0, 0, 0, .3);
}

.bf-feature-image img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.bf-feature-copy .bf-section-kicker {
	color: var(--bf-yellow);
}

.bf-feature-copy .bf-section-lead {
	color: rgba(255, 255, 255, .68);
}

.bf-check-list {
	margin: 28px 0 32px;
	padding: 0;
	list-style: none;
}

.bf-check-list li {
	position: relative;
	margin: 10px 0;
	padding-left: 30px;
}

.bf-check-list li::before {
	position: absolute;
	top: .62em;
	left: 0;
	display: grid;
	width: 19px;
	height: 19px;
	place-items: center;
	color: var(--bf-ink);
	background: var(--bf-yellow);
	border-radius: 50%;
	content: "✓";
	font-size: .68rem;
	font-weight: 900;
	transform: translateY(-50%);
}

.bf-config-section {
	background: var(--bf-warm);
}

.bf-shape-panel,
.bf-door-panel {
	height: 100%;
	box-sizing: border-box;
	padding: clamp(26px, 4vw, 42px);
	background: var(--bf-white);
	border: 1px solid var(--bf-border);
	border-radius: var(--bf-radius);
}

.bf-shape-panel h3,
.bf-door-panel h3 {
	margin-top: 0;
	font-size: 1.5rem;
}

.bf-shapes {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin: 28px 0;
}

.bf-shapes div {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px;
	background: var(--bf-warm);
	border-radius: 8px;
}

.bf-shapes .bf-shape-wide {
	grid-column: 1 / -1;
}

.bf-shape-wide small {
	margin-left: auto;
	color: var(--bf-muted);
	font-size: .78rem;
}

.bf-shape-line {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	color: var(--bf-ink);
	background: var(--bf-yellow);
	border-radius: 5px;
	font-size: 1.35rem;
	font-weight: 900;
}

.bf-door-panel figure {
	overflow: hidden;
	margin: 20px 0;
	border-radius: 8px;
}

.bf-door-tags {
	gap: 8px;
}

.bf-door-tags p {
	margin: 0;
	padding: 7px 11px;
	background: var(--bf-warm);
	border: 1px solid var(--bf-border);
	border-radius: 999px;
	font-size: .85rem;
	font-weight: 750;
}

.bf-specs {
	display: grid;
	grid-template-columns: 1fr 1fr 1.35fr;
	gap: 1px;
	overflow: hidden;
	margin-top: 24px;
	background: #3a3e44;
	border-radius: var(--bf-radius);
}

.bf-spec-card {
	display: flex;
	min-height: 150px;
	box-sizing: border-box;
	flex-direction: column;
	justify-content: center;
	padding: 28px;
	color: var(--bf-white);
	background: var(--bf-charcoal);
}

.bf-spec-card > span {
	margin-bottom: 8px;
	color: var(--bf-yellow);
	font-size: .78rem;
	font-weight: 850;
	letter-spacing: .1em;
}

.bf-spec-card strong {
	font-size: 1.06rem;
}

.bf-spec-card small {
	margin-top: 7px;
	color: rgba(255, 255, 255, .56);
}

.bf-custom-highlight {
	position: relative;
	display: grid;
	grid-template-columns: minmax(260px, .85fr) minmax(480px, 1.5fr);
	gap: 0;
	overflow: hidden;
	margin-top: 28px;
	color: var(--bf-white);
	background: var(--bf-charcoal);
	border: 2px solid var(--bf-yellow);
	border-radius: var(--bf-radius);
	box-shadow: 0 22px 50px rgba(13, 15, 18, .16);
}

.bf-custom-highlight::before {
	position: absolute;
	top: 0;
	right: 0;
	width: 180px;
	height: 8px;
	content: "";
	background: var(--bf-yellow);
}

.bf-custom-heading {
	padding: 42px 38px;
	background:
		linear-gradient(145deg, rgba(255, 204, 0, .16), transparent 62%),
		#111419;
}

.bf-custom-eyebrow {
	display: inline-flex;
	margin-bottom: 20px;
	padding: 7px 10px;
	color: #111419;
	background: var(--bf-yellow);
	border-radius: 4px;
	font-size: .72rem;
	font-weight: 900;
	letter-spacing: .12em;
}

.bf-custom-heading h3 {
	margin: 0;
	color: var(--bf-white);
	font-size: clamp(2rem, 3vw, 3.15rem);
	line-height: 1.08;
	letter-spacing: -.045em;
}

.bf-custom-heading p {
	max-width: 470px;
	margin: 22px 0 0;
	color: rgba(255, 255, 255, .68);
	font-size: .95rem;
	line-height: 1.75;
}

.bf-custom-options {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-content: stretch;
	padding: 28px;
}

.bf-custom-options > div {
	position: relative;
	display: flex;
	min-height: 128px;
	box-sizing: border-box;
	flex-direction: column;
	justify-content: center;
	padding: 24px 26px;
	border-right: 1px solid rgba(255, 255, 255, .1);
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.bf-custom-options > div:nth-child(2n) {
	border-right: 0;
}

.bf-custom-options > div:nth-last-child(-n+2) {
	border-bottom: 0;
}

.bf-custom-options span {
	margin-bottom: 9px;
	color: var(--bf-yellow);
	font-size: .75rem;
	font-weight: 900;
	letter-spacing: .08em;
}

.bf-custom-options strong {
	font-size: 1.12rem;
}

.bf-custom-options small {
	margin-top: 6px;
	color: rgba(255, 255, 255, .54);
	font-size: .82rem;
}

.bf-custom-action {
	display: flex;
	grid-column: 1 / -1;
	gap: 30px;
	align-items: center;
	justify-content: space-between;
	padding: 24px 38px;
	color: #111419;
	background: var(--bf-yellow);
}

.bf-custom-action p {
	margin: 0;
	font-size: .9rem;
	line-height: 1.55;
}

.bf-custom-action p strong {
	font-size: 1.05rem;
}

.bf-custom-action a {
	display: inline-flex;
	flex: 0 0 auto;
	gap: 18px;
	align-items: center;
	padding: 15px 19px;
	color: var(--bf-white);
	background: #111419;
	border-radius: 5px;
	font-size: .9rem;
	font-weight: 850;
	text-decoration: none;
	transition: transform .18s ease, background-color .18s ease;
}

.bf-custom-action a:hover {
	color: var(--bf-yellow);
	background: #252a31;
	transform: translateY(-2px);
}

.bf-swatch {
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-right: 3px;
	border: 1px solid rgba(255, 255, 255, .35);
	border-radius: 2px;
	vertical-align: -1px;
}

.bf-yellow {
	background: var(--bf-yellow);
}

.bf-black {
	margin-left: 8px;
	background: #090a0b;
}

.bf-process-section {
	background: var(--bf-white);
}

.bf-process-list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 0;
	margin: 52px 0 0;
	padding: 0;
	list-style: none;
	border-top: 2px solid var(--bf-ink);
}

.bf-process-list li {
	position: relative;
	padding: 28px 28px 0 0;
}

.bf-process-list li::before {
	position: absolute;
	top: -7px;
	left: 0;
	width: 12px;
	height: 12px;
	background: var(--bf-yellow);
	border: 2px solid var(--bf-ink);
	border-radius: 50%;
	content: "";
}

.bf-process-list span {
	display: block;
	margin-bottom: 34px;
	color: #9a8100;
	font-size: .78rem;
	font-weight: 900;
	letter-spacing: .1em;
}

.bf-process-list strong {
	display: block;
	margin-bottom: 8px;
	font-size: 1.08rem;
}

.bf-process-list p {
	margin: 0;
	color: var(--bf-muted);
	font-size: .9rem;
}

.bf-cases-section {
	background: var(--bf-warm);
}

.bf-case-grid figure {
	overflow: hidden;
	margin: 0 0 20px;
	border-radius: 10px;
}

.bf-case-grid img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transition: transform .5s ease;
}

.bf-case-grid .wp-block-column:hover img {
	transform: scale(1.03);
}

.bf-case-grid h3 {
	margin: 0 0 6px;
	font-size: 1.15rem;
}

.bf-case-grid p {
	margin: 0;
	color: var(--bf-muted);
	font-size: .92rem;
}

.bf-install-gallery {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
	margin-top: 28px;
}

.bf-gallery-group {
	margin-top: 52px;
}

.bf-gallery-group + .bf-gallery-group {
	margin-top: 76px;
	padding-top: 66px;
	border-top: 1px solid var(--bf-border);
}

.bf-gallery-group + .bf-gallery-details {
	margin-top: 34px;
	padding-top: 0;
	border: 1px solid var(--bf-border);
}

.bf-gallery-details + .bf-gallery-details {
	margin-top: 16px;
}

.bf-gallery-details {
	overflow: hidden;
	background: var(--bf-white);
	border-radius: 11px;
	box-shadow: 0 12px 34px rgba(17, 19, 23, .04);
}

.bf-gallery-details > summary {
	display: flex;
	gap: 24px;
	align-items: center;
	justify-content: space-between;
	padding: 25px 28px;
	cursor: pointer;
	list-style: none;
	transition: background-color .18s ease;
}

.bf-gallery-details > summary::-webkit-details-marker {
	display: none;
}

.bf-gallery-details > summary:hover {
	background: #fbfaf6;
}

.bf-gallery-details > summary h3 {
	margin: 0;
	font-size: 1.25rem;
	letter-spacing: -.025em;
}

.bf-gallery-details > summary p {
	margin: 5px 0 0;
	color: var(--bf-muted);
	font-size: .88rem;
}

.bf-gallery-toggle {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	padding: 10px 13px;
	color: var(--bf-ink);
	background: var(--bf-yellow);
	border-radius: 4px;
	font-size: .78rem;
	font-weight: 850;
}

.bf-gallery-toggle::after {
	content: "자료 보기  +";
}

.bf-gallery-details[open] .bf-gallery-toggle::after {
	content: "자료 닫기  −";
}

.bf-gallery-details[open] > summary {
	border-bottom: 1px solid var(--bf-border);
}

.bf-gallery-details > .bf-install-gallery {
	padding: 0 28px 28px;
}

.bf-gallery-note {
	display: flex;
	gap: 24px;
	align-items: center;
	margin: 28px 0 0;
	padding: 20px 24px;
	color: rgba(255, 255, 255, .68);
	background: var(--bf-charcoal);
	border-radius: 8px;
	font-size: .88rem;
	line-height: 1.6;
}

.bf-gallery-note strong {
	flex: 0 0 auto;
	color: var(--bf-yellow);
}

.bf-gallery-heading {
	display: flex;
	gap: 18px;
	align-items: center;
}

.bf-gallery-heading > span {
	display: inline-grid;
	width: 46px;
	height: 46px;
	flex: 0 0 46px;
	place-items: center;
	color: var(--bf-ink);
	background: var(--bf-yellow);
	border-radius: 5px;
	font-size: .8rem;
	font-weight: 900;
}

.bf-gallery-heading h3 {
	margin: 0;
	font-size: clamp(1.35rem, 2.2vw, 1.85rem);
	letter-spacing: -.035em;
}

.bf-gallery-heading h3 small {
	margin-left: 7px;
	color: #947b00;
	font-size: .72em;
}

.bf-gallery-heading p {
	margin: 5px 0 0;
	color: var(--bf-muted);
	font-size: .9rem;
}

.bf-install-case {
	overflow: hidden;
	margin: 0;
	background: var(--bf-white);
	border: 1px solid var(--bf-border);
	border-radius: 11px;
	box-shadow: 0 12px 34px rgba(17, 19, 23, .05);
}

.bf-install-case > a {
	display: block;
	overflow: hidden;
	background: #eef0f1;
	cursor: zoom-in;
}

.bf-install-case img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transition: transform .45s ease;
}

.bf-install-case--reference img {
	background: #f7f7f5;
	object-fit: contain;
}

.bf-install-case:hover img {
	transform: scale(1.035);
}

.bf-install-case > div {
	padding: 20px 22px 23px;
}

.bf-install-case span {
	display: block;
	margin-bottom: 7px;
	color: #927a00;
	font-size: .72rem;
	font-weight: 900;
	letter-spacing: .12em;
}

.bf-install-case strong {
	display: block;
	font-size: 1.06rem;
}

.bf-install-case p {
	margin: 7px 0 0;
	color: var(--bf-muted);
	font-size: .88rem;
	line-height: 1.55;
}

.bf-quote-section {
	color: var(--bf-white);
	background: var(--bf-ink);
}

.bf-quote-layout {
	gap: clamp(40px, 7vw, 90px);
}

.bf-quote-intro .bf-section-kicker {
	color: var(--bf-yellow);
}

.bf-quote-intro > p:not(.bf-section-kicker) {
	color: rgba(255, 255, 255, .68);
}

.bf-quote-note {
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, .14);
}

.bf-site-footer {
	margin: 0;
	padding: 50px 24px;
	color: rgba(255, 255, 255, .66);
	background: #08090b;
}

.bf-footer-grid {
	gap: 30px;
}

.bf-site-footer h2 {
	margin: 0 0 6px;
	color: var(--bf-white);
	letter-spacing: .04em;
}

.bf-site-footer p {
	margin: 5px 0;
}

.bf-site-footer a {
	color: rgba(255, 255, 255, .8);
}

.bf-footer-links {
	text-align: right;
}

.bf-content-shell {
	min-height: 60vh;
	padding: 100px 24px;
}

.bf-post-card {
	overflow: hidden;
	padding-bottom: 24px;
	background: var(--bf-warm);
	border-radius: 10px;
}

.bf-post-card > *:not(figure) {
	margin-right: 22px;
	margin-left: 22px;
}

.bf-not-found {
	text-align: center;
}

@media (max-width: 960px) {
	.bf-main-nav {
		order: 3;
	}

	.bf-header-cta {
		display: none;
	}

	.bf-product-grid,
	.bf-config-grid,
	.bf-case-grid,
	.bf-structure-grid {
		flex-wrap: wrap !important;
	}

	.bf-product-grid > .wp-block-column,
	.bf-config-grid > .wp-block-column {
		flex-basis: 100% !important;
	}

	.bf-case-grid > .wp-block-column {
		flex-basis: calc(50% - 12px) !important;
	}

	.bf-structure-grid > .wp-block-column {
		flex-basis: calc(50% - 12px) !important;
	}

	.bf-structure-grid > .wp-block-column:last-child {
		flex-basis: 100% !important;
	}

	.bf-finish-bar {
		grid-template-columns: 130px 1fr;
	}

	.bf-finish-bar > p:last-child {
		grid-column: 1 / -1;
	}

	.bf-structure-note {
		grid-template-columns: 150px 1fr;
	}

	.bf-structure-note > p:last-child {
		grid-column: 1 / -1;
	}

	.bf-install-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bf-specs {
		grid-template-columns: 1fr;
	}

	.bf-custom-highlight {
		grid-template-columns: 1fr;
	}

	.bf-custom-heading {
		padding: 36px 30px;
	}

	.bf-custom-options {
		padding: 18px 30px 26px;
	}

	.bf-process-list {
		grid-template-columns: repeat(2, 1fr);
		gap: 40px 0;
		border-top: 0;
	}

	.bf-process-list li {
		border-top: 2px solid var(--bf-ink);
	}
}

@media (max-width: 782px) {
	.admin-bar .bf-site-header {
		top: 46px;
	}

	.bf-header-inner {
		min-height: 66px;
		padding: 0 18px;
	}

	.bf-site-title a {
		font-size: .92rem;
	}

	.bf-hero {
		min-height: 680px !important;
	}

	.bf-hero-content {
		padding: 78px 20px 54px;
	}

	.bf-hero-title {
		font-size: clamp(2.5rem, 14vw, 4.2rem);
	}

	.bf-hero-actions .wp-block-button {
		width: 100%;
	}

	.bf-hero-actions .wp-block-button__link {
		width: 100%;
		box-sizing: border-box;
		text-align: center;
	}

	.bf-hero-points {
		display: grid !important;
		grid-template-columns: repeat(3, 1fr);
		margin-top: 46px;
	}

	.bf-hero-points p {
		min-width: 0;
		padding: 0 10px;
		font-size: .78rem;
	}

	.bf-hero-points span {
		display: none;
	}

	.bf-section {
		padding-top: 78px;
		padding-bottom: 78px;
	}

	.bf-quick-select-inner {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.bf-guide-grid,
	.bf-case-grid {
		flex-direction: column;
	}

	.bf-guide-grid > .wp-block-column,
	.bf-case-grid > .wp-block-column {
		flex-basis: 100% !important;
	}

	.bf-structure-grid > .wp-block-column,
	.bf-structure-grid > .wp-block-column:last-child {
		flex-basis: 100% !important;
	}

	.bf-finish-bar {
		display: block;
		padding: 24px;
	}

	.bf-finish-bar h3 {
		margin-top: 8px;
	}

	.bf-finish-bar > p:last-child {
		margin-top: 12px;
	}

	.bf-structure-note {
		display: block;
		padding: 24px;
	}

	.bf-structure-note h3 {
		margin-top: 8px;
	}

	.bf-structure-note > p:last-child {
		margin-top: 10px;
	}

	.bf-guide-card {
		min-height: auto;
	}

	.bf-feature-copy {
		padding-top: 12px;
	}

	.bf-shapes {
		grid-template-columns: 1fr 1fr;
	}

	.bf-process-list {
		grid-template-columns: 1fr;
	}

	.bf-quote-layout {
		flex-direction: column;
	}

	.bf-quote-layout > .wp-block-column {
		flex-basis: 100% !important;
	}

	.bf-footer-grid {
		display: block !important;
	}

	.bf-footer-links {
		margin-top: 28px;
		text-align: left;
	}

	.bf-install-gallery {
		grid-template-columns: 1fr;
	}

	.bf-gallery-group + .bf-gallery-group {
		margin-top: 58px;
		padding-top: 50px;
	}

	.bf-gallery-group + .bf-gallery-details {
		margin-top: 28px;
		padding-top: 0;
	}

	.bf-custom-action {
		display: block;
		padding: 24px 30px;
	}

	.bf-custom-action a {
		justify-content: space-between;
		margin-top: 18px;
	}
}

@media (max-width: 480px) {
	.bf-brand-mark {
		width: 34px;
		height: 34px;
	}

	.bf-hero-points {
		grid-template-columns: 1fr 1fr;
		gap: 18px 0;
	}

	.bf-hero-points p:nth-child(3) {
		display: none;
	}

	.bf-shapes {
		grid-template-columns: 1fr;
	}

	.bf-shapes .bf-shape-wide {
		grid-column: auto;
	}

	.bf-shape-wide small {
		margin-left: 0;
	}

	.bf-gallery-heading {
		align-items: flex-start;
	}

	.bf-gallery-heading > span {
		width: 40px;
		height: 40px;
		flex-basis: 40px;
	}

	.bf-gallery-details > summary {
		display: block;
		padding: 22px;
	}

	.bf-gallery-toggle {
		margin-top: 15px;
	}

	.bf-gallery-details > .bf-install-gallery {
		padding: 0 18px 20px;
	}

	.bf-gallery-note {
		display: block;
	}

	.bf-gallery-note span {
		display: block;
		margin-top: 6px;
	}

	.bf-custom-heading {
		padding: 30px 24px;
	}

	.bf-custom-heading h3 {
		font-size: 2rem;
	}

	.bf-custom-options {
		grid-template-columns: 1fr;
		padding: 8px 24px 24px;
	}

	.bf-custom-options > div {
		min-height: auto;
		padding: 20px 4px;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, .1);
	}

	.bf-custom-options > div:nth-last-child(-n+2) {
		border-bottom: 1px solid rgba(255, 255, 255, .1);
	}

	.bf-custom-options > div:last-child {
		border-bottom: 0;
	}

	.bf-custom-action {
		padding: 24px;
	}

	.bf-custom-action a {
		width: 100%;
		box-sizing: border-box;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	* {
		transition-duration: .01ms !important;
	}
}
