/*
Theme Name: Floating Lotus Brewery 2026
Theme URI: https://floatinglotusbrewery.com/
Author: Floating Lotus Brewery
Description: A warm, responsive WordPress theme for Floating Lotus Brewery in Ridgway, Colorado.
 Version: 1.0.54
Requires at least: 6.9
Requires PHP: 8.0
Text Domain: floating-lotus-brewery-2026
*/

:root {
	--flb-ink: #151a17;
	--flb-ink-soft: #202b25;
	--flb-forest: #27362f;
	--flb-pine: #3d5046;
	--flb-sage: #879487;
	--flb-cream: #f2eadc;
	--flb-paper: #ede6d8;
	--flb-gold: #d3a950;
	--flb-gold-light: #ead08d;
	--flb-alpenglow: #df846f;
	--flb-alpenglow-deep: #9d6374;
	--flb-alpenglow-soft: #efb09a;
	--flb-alpenglow-dusk: #706179;
	--flb-orange: #ef5a24;
	--flb-purple: #7142a0;
	--flb-blue: #0f91c2;
	--flb-muted: #b8afa2;
	--flb-line: rgba(255, 255, 255, 0.14);
	--flb-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
	--flb-radius: 18px;
	--flb-content: min(1180px, calc(100% - 40px));
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--flb-ink);
	color: var(--flb-cream);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.62;
}

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

img {
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

h1,
h2,
h3,
h4 {
	margin: 0 0 0.55em;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 600;
	line-height: 1.05;
	letter-spacing: -0.025em;
	hyphens: none;
	overflow-wrap: normal;
	text-wrap: pretty;
	word-break: normal;
}

h1 {
	font-size: clamp(2.9rem, 6.2vw, 5.8rem);
}

h2 {
	font-size: clamp(1.9rem, 3.6vw, 3.35rem);
}

h3 {
	font-size: clamp(1.2rem, 1.9vw, 1.65rem);
}

p {
	margin: 0 0 1.15em;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.skip-link:focus {
	position: fixed;
	z-index: 99999;
	top: 12px;
	left: 12px;
	width: auto;
	height: auto;
	padding: 12px 18px;
	margin: 0;
	clip: auto;
	background: var(--flb-paper);
	color: var(--flb-ink);
}

.flb-wrap {
	width: var(--flb-content);
	margin-inline: auto;
}

.flb-site-header {
	position: sticky;
	z-index: 1000;
	top: 0;
	background: rgba(15, 20, 17, 0.95);
	border-bottom: 1px solid var(--flb-line);
	backdrop-filter: blur(18px);
}

.flb-header-inner {
	display: grid;
	grid-template-columns: minmax(230px, 1fr) auto auto;
	gap: 28px;
	align-items: center;
	min-height: 92px;
}

.flb-brand {
	display: inline-flex;
	align-items: center;
	gap: 13px;
	width: fit-content;
	text-decoration: none;
}

.flb-brand-mark {
	width: 54px;
	height: 54px;
	object-fit: contain;
}

.flb-brand-copy {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.flb-brand-name {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: 0.015em;
}

.flb-brand-type {
	margin-top: 5px;
	color: var(--flb-gold-light);
	font-size: 0.68rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.flb-primary-menu,
.flb-footer-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 22px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.flb-primary-menu a {
	display: block;
	padding: 10px 0;
	color: var(--flb-cream);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.11em;
	text-decoration: none;
	text-transform: uppercase;
}

.flb-primary-menu a:hover,
.flb-primary-menu .current-menu-item > a {
	color: var(--flb-gold-light);
}

.flb-button,
.wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 23px;
	border: 1px solid var(--flb-gold);
	border-radius: 999px;
	background: transparent;
	color: var(--flb-cream);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.flb-button:hover,
.wp-block-button__link:hover {
	background: var(--flb-gold);
	color: var(--flb-ink);
	transform: translateY(-1px);
}

.flb-button-solid {
	background: var(--flb-gold);
	color: var(--flb-ink);
}

.flb-menu-toggle {
	display: none;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 1px solid var(--flb-line);
	border-radius: 50%;
	background: transparent;
	color: var(--flb-cream);
	font-size: 1.35rem;
	cursor: pointer;
}

.flb-hero {
	position: relative;
	display: grid;
	min-height: min(760px, calc(100vh - 40px));
	align-items: end;
	overflow: hidden;
	background: #171419 center / cover no-repeat;
	isolation: isolate;
}

.flb-hero::before {
	position: absolute;
	z-index: -1;
	inset: 0;
	content: "";
	background: none;
}

.flb-hero::after {
	position: absolute;
	z-index: 0;
	inset: 0;
	background:
		radial-gradient(circle at 84% 10%, rgba(223, 132, 111, 0.28), transparent 31%),
		radial-gradient(circle at 66% 3%, rgba(112, 97, 121, 0.18), transparent 28%),
		linear-gradient(90deg, rgba(8, 11, 9, 0.74) 0%, rgba(8, 11, 9, 0.38) 48%, rgba(8, 11, 9, 0.08) 78%),
		linear-gradient(180deg, transparent 62%, rgba(8, 11, 9, 0.52) 100%);
	content: "";
	pointer-events: none;
}

.flb-hero-content {
	position: relative;
	z-index: 1;
	width: var(--flb-content);
	padding: 108px 0 72px;
	margin-inline: auto;
}

.flb-hero-copy {
	max-width: 800px;
}

.flb-kicker {
	margin-bottom: 18px;
	color: var(--flb-gold-light);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.flb-hero h1 {
	max-width: 850px;
	text-shadow: 0 3px 24px rgba(5, 8, 6, 0.88);
	text-wrap: balance;
}

.flb-lede {
	max-width: 700px;
	color: #e1d9cd;
	font-size: clamp(1rem, 1.6vw, 1.18rem);
	text-shadow: 0 2px 16px rgba(5, 8, 6, 0.9);
}

.flb-hero .flb-kicker,
.flb-hero .flb-proof {
	text-shadow: 0 2px 12px rgba(5, 8, 6, 0.92);
}

.flb-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 28px;
}

.flb-proof {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 24px;
	padding: 20px 0;
	margin-top: 50px;
	border-top: 1px solid var(--flb-line);
	color: var(--flb-muted);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.flb-section {
	position: relative;
	padding: clamp(68px, 7.5vw, 96px) 0;
	overflow: hidden;
	background-color: var(--flb-ink);
	isolation: isolate;
}

.flb-section::after {
	position: absolute;
	z-index: -1;
	right: -70px;
	bottom: -18px;
	width: min(850px, 68vw);
	height: 250px;
	background: url("assets/site/brand/ridgway-wave-divider.svg") right bottom / contain no-repeat;
	content: "";
	opacity: 0.38;
	pointer-events: none;
}

.flb-page-content .flb-section:nth-of-type(3n)::before,
.flb-page-meet-the-team .flb-team-member-section:nth-of-type(odd)::before {
	position: absolute;
	z-index: -1;
	top: -70px;
	right: -90px;
	width: min(390px, 38vw);
	aspect-ratio: 1;
	background: url("assets/site/brand/blossom-cloud-corner.svg") center / contain no-repeat;
	content: "";
	opacity: 0.34;
	pointer-events: none;
}

.flb-page-content .flb-section:nth-of-type(even)::after {
	right: auto;
	left: -120px;
	transform: scaleX(-1);
}

.flb-section-paper::after {
	opacity: 0.32;
}

.flb-section-soft::after,
.flb-section-accent::after {
	opacity: 0.92;
}

.flb-section.flb-fan-feature::after {
	right: clamp(-120px, -5vw, -30px);
	bottom: -115px;
	width: min(520px, 46vw);
	height: 520px;
	background-image: url("assets/site/brand/lotus-mountain-seal.svg");
	background-position: right bottom;
	background-size: contain;
	opacity: 0.48;
}

.flb-section:not(.flb-section-paper):not(.flb-section-soft):not(.flb-section-accent) {
	background-image:
		radial-gradient(circle at 10% 0%, rgba(223, 132, 111, 0.16), transparent 31%),
		linear-gradient(90deg, rgba(223, 132, 111, 0.11), rgba(157, 99, 116, 0.045) 38%, transparent 72%);
}

.flb-section-paper {
	background-color: var(--flb-paper);
	background-image:
		radial-gradient(circle at 5% 0%, rgba(223, 132, 111, 0.24), transparent 34%),
		linear-gradient(104deg, rgba(239, 176, 154, 0.15), rgba(157, 99, 116, 0.055) 38%, transparent 68%);
	color: var(--flb-ink);
}

.flb-section-soft {
	background-color: var(--flb-ink-soft);
	background-image:
		radial-gradient(circle at 92% 0%, rgba(223, 132, 111, 0.2), transparent 30%),
		linear-gradient(90deg, transparent 28%, rgba(112, 97, 121, 0.11) 72%, rgba(223, 132, 111, 0.12));
}

.flb-section-accent {
	background-color: var(--flb-forest);
	background-image:
		radial-gradient(circle at 14% 0%, rgba(239, 176, 154, 0.22), transparent 33%),
		linear-gradient(102deg, rgba(157, 99, 116, 0.14), transparent 54%),
		linear-gradient(145deg, rgba(21, 26, 23, 0.25), transparent 58%);
	color: var(--flb-cream);
}

.flb-section-head {
	display: block;
	max-width: 960px;
	margin-bottom: clamp(34px, 4.5vw, 50px);
}

.flb-section-head h2 {
	max-width: 960px;
}

.flb-section-head > p,
.flb-section-head > .flb-prose {
	max-width: 760px;
	margin-top: 18px;
}

.flb-section-head p {
	font-size: 0.98rem;
}

.flb-page-content > .flb-section > .flb-wrap.flb-grid,
.flb-editorial-stack,
.flb-content-stack {
	display: block;
}

.flb-page-content > .flb-section > .flb-wrap.flb-grid > [class*="flb-col-"],
.flb-editorial-stack > [class*="flb-col-"] {
	width: 100%;
	max-width: 920px;
	grid-column: auto;
}

.flb-page-content > .flb-section > .flb-wrap.flb-grid > [class*="flb-col-"] + [class*="flb-col-"],
.flb-editorial-stack > [class*="flb-col-"] + [class*="flb-col-"] {
	max-width: 820px;
	margin-top: 26px;
}

.flb-content-stack {
	max-width: 100%;
}

.flb-content-stack > h2 {
	max-width: 960px;
}

.flb-content-stack > .flb-prose {
	margin-top: 18px;
}

.flb-rate-card {
	max-width: 820px;
	margin-top: 34px;
}

.flb-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	margin-bottom: 12px;
	color: var(--flb-orange);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.flb-eyebrow::after {
	display: block;
	width: clamp(42px, 6vw, 84px);
	height: 2px;
	background: linear-gradient(90deg, var(--flb-gold), var(--flb-alpenglow) 56%, var(--flb-alpenglow-deep));
	content: "";
}

.flb-section-paper .flb-eyebrow,
.flb-section-accent .flb-eyebrow {
	color: #8f391b;
}

.flb-section-accent .flb-eyebrow {
	color: var(--flb-gold-light);
}

.flb-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 24px;
}

.flb-col-4 {
	grid-column: 1 / -1;
}

.flb-col-5 {
	grid-column: 1 / -1;
}

.flb-col-6 {
	grid-column: 1 / -1;
}

.flb-col-7 {
	grid-column: 1 / -1;
}

.flb-col-8 {
	grid-column: 1 / -1;
}

.flb-card,
.flb-events .flb-event,
.flb-menu .flb-menu-item {
	min-width: 0;
	padding: clamp(22px, 3vw, 32px);
	border: 1px solid rgba(211, 169, 80, 0.22);
	border-top-color: rgba(223, 132, 111, 0.55);
	border-radius: var(--flb-radius);
	background:
		radial-gradient(circle at 100% 0%, transparent 0 48px, rgba(234, 208, 141, 0.12) 49px 50px, transparent 51px),
		radial-gradient(circle at 100% 0%, transparent 0 78px, rgba(234, 208, 141, 0.07) 79px 80px, transparent 81px),
		linear-gradient(145deg, #304239 0%, var(--flb-forest) 58%, #202c26 100%);
	color: var(--flb-cream);
	box-shadow: var(--flb-shadow);
	overflow-wrap: break-word;
}

.flb-section-paper .flb-card,
.flb-section-paper .flb-events .flb-event,
.flb-section-paper .flb-menu .flb-menu-item {
	border-color: rgba(211, 169, 80, 0.28);
	background:
		radial-gradient(circle at 100% 0%, transparent 0 48px, rgba(234, 208, 141, 0.14) 49px 50px, transparent 51px),
		radial-gradient(circle at 100% 0%, transparent 0 78px, rgba(234, 208, 141, 0.08) 79px 80px, transparent 81px),
		linear-gradient(145deg, #304239 0%, var(--flb-forest) 58%, #202c26 100%);
	color: var(--flb-cream);
}

.flb-card h3,
.flb-events .flb-event h3,
.flb-menu .flb-menu-item h3 {
	width: 100%;
	max-width: none;
	color: var(--flb-cream);
	hyphens: none;
	overflow-wrap: normal;
	word-break: normal;
}

.flb-card h2 {
	width: 100%;
	max-width: none;
	color: var(--flb-cream);
	font-size: clamp(1.55rem, 2.5vw, 2.25rem);
	hyphens: none;
	overflow-wrap: normal;
	word-break: normal;
}

/* Category-specific photo panels keep card copy readable while giving each
 * summary a distinct identity. Rotation files are selected by PHP weekly. */
.flb-photo-card {
	position: relative;
	min-height: 250px;
	padding-right: calc(48% + clamp(18px, 2.4vw, 30px));
	isolation: isolate;
	overflow: hidden;
}

.flb-photo-card::before {
	position: absolute;
	z-index: -2;
	inset: 0 0 0 auto;
	width: 49%;
	background: var(--flb-card-image) center / cover no-repeat;
	content: "";
}

.flb-photo-card::after {
	position: absolute;
	z-index: -1;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(39, 54, 47, 0) 42%, #27362f 47%, rgba(39, 54, 47, 0.66) 58%, rgba(21, 26, 23, 0.04) 82%),
		linear-gradient(180deg, transparent 58%, rgba(21, 26, 23, 0.38));
	content: "";
	pointer-events: none;
}

.flb-photo-card > * {
	position: relative;
	z-index: 1;
}

.flb-home-path-card {
	grid-column: 1 / -1;
	min-height: 270px;
}

.flb-home-path-card:nth-child(even)::before {
	background-position: center 42%;
}

.flb-page-about .flb-section-paper .flb-grid > .flb-card,
.flb-page-visit .flb-section-paper .flb-grid > .flb-card,
.flb-page-contact .flb-section:not(.flb-section-paper) .flb-grid > .flb-card {
	position: relative;
	grid-column: 1 / -1;
	min-height: 250px;
	padding-right: calc(48% + clamp(18px, 2.4vw, 30px));
	isolation: isolate;
	overflow: hidden;
}

.flb-page-about .flb-section-paper .flb-grid > .flb-card::before,
.flb-page-visit .flb-section-paper .flb-grid > .flb-card::before,
.flb-page-contact .flb-section:not(.flb-section-paper) .flb-grid > .flb-card::before {
	position: absolute;
	z-index: -2;
	inset: 0 0 0 auto;
	width: 49%;
	background-position: center;
	background-size: cover;
	content: "";
}

.flb-page-about .flb-section-paper .flb-grid > .flb-card::after,
.flb-page-visit .flb-section-paper .flb-grid > .flb-card::after,
.flb-page-contact .flb-section:not(.flb-section-paper) .flb-grid > .flb-card::after {
	position: absolute;
	z-index: -1;
	inset: 0;
	background: linear-gradient(90deg, rgba(39, 54, 47, 0) 42%, #27362f 47%, rgba(39, 54, 47, 0.66) 58%, rgba(21, 26, 23, 0.05) 82%);
	content: "";
}

.flb-page-about .flb-section-paper .flb-grid > .flb-card:nth-child(1)::before { background-image: url("assets/site/beer/brewhouse.webp"); }
.flb-page-about .flb-section-paper .flb-grid > .flb-card:nth-child(2)::before { background-image: url("assets/site/events/open-mic.webp"); }
.flb-page-about .flb-section-paper .flb-grid > .flb-card:nth-child(3)::before { background-image: url("assets/site/home/taproom-atmosphere.webp"); }
.flb-page-visit .flb-section-paper .flb-grid > .flb-card:nth-child(1)::before { background-image: url("assets/site/home/taproom-atmosphere.webp"); }
.flb-page-visit .flb-section-paper .flb-grid > .flb-card:nth-child(2)::before { background-image: url("assets/site/about/hero.jpg"); }
.flb-page-visit .flb-section-paper .flb-grid > .flb-card:nth-child(3)::before { background-image: url("assets/site/food/hero.webp"); }
.flb-page-visit .flb-section-paper .flb-grid > .flb-card:nth-child(4)::before { background-image: url("assets/site/beer/hero-flight.webp"); }
.flb-page-contact .flb-section:not(.flb-section-paper) .flb-grid > .flb-card:nth-child(1)::before { background-image: url("assets/site/contact/hero.webp"); }
.flb-page-contact .flb-section:not(.flb-section-paper) .flb-grid > .flb-card:nth-child(2)::before { background-image: url("assets/site/private-events/taproom-setup.webp"); }
.flb-page-contact .flb-section:not(.flb-section-paper) .flb-grid > .flb-card:nth-child(3)::before { background-image: url("assets/site/events/live-music.webp"); }

.flb-review-pull {
	position: relative;
	padding: clamp(36px, 5vw, 66px) 0;
	border-block: 1px solid rgba(211, 169, 80, 0.24);
	background:
		linear-gradient(105deg, rgba(223, 132, 111, 0.14), transparent 38%, rgba(112, 97, 121, 0.13)),
		#111713;
	color: var(--flb-cream);
	overflow: hidden;
}

.flb-review-pull::after {
	position: absolute;
	inset: auto -80px -185px auto;
	width: 420px;
	aspect-ratio: 1;
	background: url("assets/site/brand/lotus-mountain-seal.svg") center / contain no-repeat;
	content: "";
	opacity: 0.28;
	pointer-events: none;
}

.flb-review-pull--paper {
	background:
		linear-gradient(105deg, rgba(239, 176, 154, 0.14), transparent 42%, rgba(157, 99, 116, 0.12)),
		#19221d;
}

.flb-review-pull--stage {
	background:
		linear-gradient(115deg, rgba(112, 97, 121, 0.16), transparent 35%, rgba(223, 132, 111, 0.15)),
		#101713;
}

.flb-review-pull--beer {
	background:
		linear-gradient(100deg, rgba(211, 169, 80, 0.13), transparent 42%, rgba(223, 132, 111, 0.14)),
		#121713;
}

.flb-review-pull--closing {
	padding-block: clamp(48px, 6.5vw, 84px);
	border-top-color: rgba(243, 201, 94, 0.42);
	background:
		radial-gradient(circle at 92% 14%, rgba(243, 201, 94, 0.15), transparent 25%),
		linear-gradient(110deg, #17231d 0%, #101713 52%, #241b26 100%);
}

.flb-review-pull--inset {
	margin-top: clamp(34px, 5vw, 62px);
	padding: 0;
	border: 0;
	background: transparent;
	overflow: visible;
}

.flb-review-pull--inset::after {
	display: none;
}

.flb-review-pull--inset .flb-review-pull-inner {
	padding: clamp(28px, 4vw, 48px);
	border: 1px solid rgba(211, 169, 80, 0.3);
	border-radius: var(--flb-radius);
	background:
		linear-gradient(130deg, rgba(211, 169, 80, 0.08), transparent 48%, rgba(15, 145, 194, 0.07)),
		#17211c;
	box-shadow: var(--flb-shadow);
}

.flb-review-pull--visit .flb-review-pull-inner {
	border-left: 4px solid var(--flb-gold);
	background:
		linear-gradient(105deg, rgba(211, 169, 80, 0.12), transparent 46%),
		#18241e;
}

.flb-review-pull-inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(170px, 0.24fr) minmax(0, 1fr);
	gap: clamp(24px, 5vw, 70px);
	align-items: start;
}

.flb-review-pull--reverse .flb-review-pull-inner {
	grid-template-columns: minmax(0, 1fr) minmax(170px, 0.24fr);
}

.flb-review-pull--reverse .flb-review-meta {
	grid-column: 2;
	grid-row: 1;
	align-items: flex-end;
	text-align: right;
}

.flb-review-pull--reverse .flb-review-quote {
	grid-column: 1;
	grid-row: 1;
}

.flb-review-meta {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding-top: 4px;
}

.flb-review-stars {
	margin: 0;
	color: #f3c95e;
	font-size: clamp(1rem, 1.5vw, 1.3rem);
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1;
	text-shadow: 0 0 18px rgba(243, 201, 94, 0.24);
}

.flb-review-label {
	margin: 0;
	color: var(--flb-gold-light);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	line-height: 1.45;
	text-transform: uppercase;
}

.flb-review-quote {
	width: 100%;
	max-width: 960px;
	margin: 0;
}

.flb-review-copy {
	width: 100%;
	max-width: none;
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.35rem, 2.45vw, 2.35rem);
	line-height: 1.18;
	text-wrap: pretty;
}

.flb-review-pull--beer .flb-review-copy,
.flb-review-pull--stage .flb-review-copy {
	font-size: clamp(1.25rem, 2.1vw, 2rem);
	line-height: 1.24;
}

.flb-review-byline {
	margin-top: clamp(16px, 2vw, 24px);
	color: rgba(248, 241, 222, 0.78);
	font-size: clamp(0.85rem, 1.1vw, 1rem);
	font-style: normal;
	font-weight: 650;
	letter-spacing: 0.025em;
	line-height: 1.5;
}

.flb-review-byline a {
	color: var(--flb-gold-light);
	text-decoration-color: rgba(234, 208, 141, 0.42);
	text-underline-offset: 0.22em;
}

.flb-review-policy {
	max-width: 250px;
	margin: 4px 0 0;
	padding-top: 12px;
	border-top: 1px solid rgba(234, 208, 141, 0.2);
	color: rgba(248, 241, 222, 0.72);
	font-size: 0.78rem;
	line-height: 1.5;
}

.flb-review-cta {
	display: inline-block;
	margin-top: 10px;
	color: var(--flb-gold-light);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
}

.flb-review-pull,
.flb-review-pull *,
.flb-review-copy,
.flb-review-byline {
	hyphens: none;
	overflow-wrap: normal;
	word-break: normal;
}

.flb-team-preview,
.flb-team-profile {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: clamp(30px, 6vw, 72px);
	align-items: center;
}

.flb-team-member-section {
	padding-block: clamp(72px, 8vw, 112px);
}

.flb-team-member-section .flb-team-profile {
	grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
	gap: clamp(38px, 7vw, 92px);
	align-items: start;
}

.flb-team-member-section--lead .flb-team-profile {
	grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1.1fr);
}

.flb-team-profile--reverse .flb-team-photo {
	grid-column: 2;
	grid-row: 1;
}

.flb-team-profile--reverse .flb-team-copy {
	grid-column: 1;
	grid-row: 1;
}

.flb-team-photo {
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(211, 169, 80, 0.32);
	border-radius: var(--flb-radius);
	background: var(--flb-forest);
	box-shadow: var(--flb-shadow);
}

.flb-team-photo img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	object-position: center;
}

.flb-team-photo--kenny img {
	object-position: center 26%;
}

.flb-team-photo--hannah img {
	object-position: center 42%;
}

.flb-team-photo--lanae img {
	object-position: center 45%;
}

.flb-team-photo--pending {
	display: grid;
	min-height: 480px;
	place-items: center;
	background:
		radial-gradient(circle at 72% 22%, rgba(223, 132, 111, 0.35) 0 64px, transparent 65px),
		linear-gradient(145deg, transparent 0 48%, rgba(234, 208, 141, 0.24) 48.4% 49%, transparent 49.4%),
		linear-gradient(32deg, transparent 0 62%, rgba(157, 99, 116, 0.3) 62.4% 63%, transparent 63.4%),
		linear-gradient(145deg, #304239, #17231d 62%, #211923);
}

.flb-team-photo-placeholder {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 18px;
	place-items: center;
	padding: 40px;
	text-align: center;
}

.flb-team-placeholder-mark {
	display: grid;
	width: 118px;
	aspect-ratio: 1;
	place-items: center;
	border: 1px solid rgba(234, 208, 141, 0.58);
	border-radius: 50%;
	color: var(--flb-gold-light);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 4rem;
	line-height: 1;
	box-shadow: 0 0 0 16px rgba(223, 132, 111, 0.08);
}

.flb-team-photo-placeholder figcaption {
	color: rgba(242, 234, 220, 0.78);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.flb-team-copy {
	min-width: 0;
	max-width: 760px;
}

.flb-team-name {
	margin-bottom: 0.2em;
	font-size: clamp(2.25rem, 4.5vw, 4.4rem);
}

.flb-team-role {
	margin-bottom: 26px;
	color: var(--flb-alpenglow-soft);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.flb-section-paper .flb-team-role {
	color: var(--flb-alpenglow-deep);
}

.flb-team-copy > p:not(.flb-eyebrow):not(.flb-team-role):not(.flb-team-quote) {
	font-size: clamp(1rem, 1.22vw, 1.08rem);
}

.flb-team-copy h2,
.flb-team-copy h3 {
	max-width: none;
}

.flb-team-quote {
	padding: 22px 24px;
	margin-top: 28px;
	border-left: 4px solid var(--flb-orange);
	background: rgba(39, 54, 47, 0.1);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.1rem, 2vw, 1.35rem);
	line-height: 1.45;
}

.flb-card p,
.flb-events .flb-event p,
.flb-menu .flb-menu-item p {
	color: rgba(242, 234, 220, 0.88);
}

.flb-card-number {
	color: var(--flb-gold-light);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 0.95rem;
}

.flb-section-paper .flb-card-number {
	color: var(--flb-gold-light);
}

.flb-card-link {
	display: inline-block;
	margin-top: 12px;
	color: var(--flb-gold-light);
	font-weight: 800;
	text-decoration: none;
}

.flb-section-paper .flb-card-link {
	color: var(--flb-gold-light);
}

.flb-section-paper .flb-button:not(.flb-button-solid) {
	border-color: var(--flb-forest);
	color: var(--flb-forest);
}

.flb-media {
	min-height: 460px;
	border-radius: var(--flb-radius);
	background: #2b272c center / cover no-repeat;
	box-shadow: var(--flb-shadow);
}

.flb-events,
.flb-menu {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 22px;
}

.flb-tap-menu {
	border-top: 1px solid rgba(211, 169, 80, 0.42);
}

.flb-tap-row {
	display: grid;
	grid-template-columns: 58px minmax(210px, 1.45fr) minmax(360px, 1fr);
	gap: 20px;
	align-items: center;
	padding: 22px 18px;
	border-bottom: 1px solid rgba(211, 169, 80, 0.25);
	background: linear-gradient(90deg, rgba(39, 54, 47, 0.78), rgba(32, 43, 37, 0.52));
}

.flb-tap-row:nth-child(even) {
	background: linear-gradient(90deg, rgba(61, 80, 70, 0.72), rgba(39, 54, 47, 0.48));
}

.flb-tap-number {
	color: var(--flb-gold);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}

.flb-tap-name h3 {
	margin-bottom: 4px;
	font-size: clamp(1.2rem, 2vw, 1.7rem);
}

.flb-tap-name p {
	margin: 0;
	color: var(--flb-gold-light);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.flb-tap-stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(60px, 1fr));
	gap: 12px;
	margin: 0;
}

.flb-tap-stats div {
	min-width: 0;
}

.flb-tap-stats dt {
	color: var(--flb-sage);
	font-size: 0.67rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.flb-tap-stats dd {
	margin: 4px 0 0;
	color: var(--flb-cream);
	font-size: 1rem;
	font-weight: 800;
	white-space: nowrap;
}

.flb-menu-extras {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 1px;
	margin: 30px 0;
	border: 1px solid rgba(211, 169, 80, 0.28);
	background: rgba(211, 169, 80, 0.28);
}

.flb-menu-extras > div {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 24px;
	background: var(--flb-forest);
}

.flb-menu-extras strong {
	color: var(--flb-gold-light);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.7rem;
}

.flb-menu-extras span {
	color: rgba(242, 234, 220, 0.78);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.flb-food-groups {
	display: grid;
	gap: 54px;
}

.flb-food-group {
	display: block;
}

.flb-menu-category {
	padding-bottom: 14px;
	margin-bottom: 24px;
	border-bottom: 1px solid rgba(211, 169, 80, 0.36);
	color: inherit;
	font-size: clamp(1.45rem, 2.8vw, 2.25rem);
}

.flb-food-menu {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 18px;
}

.flb-food-menu .flb-menu-item {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 3fr) minmax(230px, 2fr);
	gap: 0;
	align-items: stretch;
	min-height: 178px;
	min-width: 0;
	padding: 0;
	overflow: hidden;
	border: 1px solid rgba(211, 169, 80, 0.26);
	border-radius: var(--flb-radius);
	background: linear-gradient(145deg, #304239 0%, var(--flb-forest) 58%, #202c26 100%);
	color: var(--flb-cream);
	box-shadow: var(--flb-shadow);
}

.flb-food-item-copy {
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(22px, 3vw, 30px);
}

.flb-food-item-heading {
	display: flex;
	gap: 18px;
	align-items: flex-start;
	justify-content: space-between;
}

.flb-food-thumb {
	position: relative;
	z-index: 1;
	min-width: 0;
	min-height: 100%;
	margin: 0;
	overflow: hidden;
	background: #090d0b;
}

.flb-food-thumb img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.flb-food-thumb::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(90deg, rgba(5, 8, 6, 0.98) 0%, rgba(5, 8, 6, 0.78) 24%, rgba(5, 8, 6, 0.24) 58%, rgba(5, 8, 6, 0) 100%);
	pointer-events: none;
}

.flb-food-price {
	flex: 0 0 auto;
	min-width: 72px;
	margin: 0;
	padding-top: 2px;
	text-align: right;
	color: var(--flb-gold-light) !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.7rem, 3vw, 2.5rem);
	font-weight: 700;
	line-height: 1;
}

.flb-food-menu .flb-menu-item h3 {
	min-width: 0;
	margin-bottom: 8px;
	color: var(--flb-cream);
}

.flb-food-menu .flb-menu-item p:last-child {
	margin-bottom: 0;
	color: rgba(242, 234, 220, 0.88);
	font-size: 0.92rem;
}

.flb-events .flb-event {
	display: grid;
	grid-template-columns: 66px 1fr;
	gap: 18px;
	align-items: start;
}

.flb-events .flb-event.flb-photo-card {
	min-height: 230px;
	padding-right: calc(46% + clamp(18px, 2.4vw, 30px));
}

.flb-events .flb-event.flb-photo-card::before {
	width: 47%;
	background-color: #101713;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.flb-event-day {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 70px;
	margin: 0 !important;
	border: 1px solid rgba(234, 208, 141, 0.35);
	color: var(--flb-gold-light) !important;
	line-height: 1;
	text-transform: uppercase;
}

.flb-event-day span {
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.15em;
}

.flb-event-day strong {
	margin-top: 6px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.85rem;
}

.flb-event-details {
	display: grid;
	gap: clamp(42px, 7vw, 84px);
}

.flb-event-detail {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: clamp(30px, 5vw, 64px);
	align-items: center;
	padding-bottom: clamp(42px, 7vw, 84px);
	border-bottom: 1px solid rgba(39, 54, 47, 0.2);
}

.flb-event-detail:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.flb-event-detail:nth-child(even) .flb-event-poster {
	order: initial;
}

.flb-event-poster {
	width: min(760px, 100%);
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(211, 169, 80, 0.36);
	border-radius: var(--flb-radius);
	background: var(--flb-ink);
	box-shadow: var(--flb-shadow);
}

.flb-event-poster > img {
	display: block;
	width: 100%;
	max-height: 700px;
	object-fit: contain;
}

.flb-event-art {
	position: relative;
	display: grid;
	min-height: 420px;
	place-items: center;
	padding: 40px;
	background:
		radial-gradient(circle at 82% 18%, rgba(211, 169, 80, 0.16), transparent 32%),
		linear-gradient(145deg, #071821, #27362f);
}

.flb-event-art img {
	position: absolute;
	inset: 8%;
	width: 84%;
	height: 84%;
	opacity: 0.55;
}

.flb-event-art span {
	position: relative;
	z-index: 1;
	max-width: 12ch;
	color: var(--flb-cream);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2rem, 5vw, 4rem);
	font-weight: 700;
	line-height: 0.98;
	text-align: center;
	text-shadow: 0 4px 28px rgba(0, 0, 0, 0.65);
}

.flb-event-detail-copy h3 {
	max-width: 720px;
	color: var(--flb-ink);
	font-size: clamp(2rem, 4vw, 3.4rem);
}

.flb-event-detail-copy .flb-prose {
	margin-top: 22px;
	color: rgba(21, 26, 23, 0.82);
}

.flb-event-detail-copy .flb-event-date,
.flb-event-detail-copy .flb-event-admission {
	color: #8f391b;
}

.flb-event-venue {
	color: rgba(21, 26, 23, 0.68);
	font-size: 0.84rem;
	font-weight: 700;
}

.flb-events .flb-event,
.flb-menu .flb-menu-item {
	box-shadow: none;
}

.flb-events .flb-event h3,
.flb-menu .flb-menu-item h3 {
	font-size: 1.45rem;
}

.flb-event-date,
.flb-event-admission,
.flb-menu-item > p:first-of-type {
	color: var(--flb-gold-light);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.flb-section-paper .flb-event-date,
.flb-section-paper .flb-event-admission,
.flb-section-paper .flb-menu-item > p:first-of-type {
	color: var(--flb-gold-light);
}

.flb-section-paper .flb-event-detail-copy .flb-event-date,
.flb-section-paper .flb-event-detail-copy .flb-event-admission {
	color: #8f391b;
}

.flb-menu-item p:last-child,
.flb-event p:last-child {
	margin-bottom: 0;
}

.flb-chip-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 0;
	margin: 24px 0 0;
	list-style: none;
}

.flb-chip-list li {
	padding: 7px 12px;
	border: 1px solid currentColor;
	border-radius: 999px;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.flb-hours {
	display: grid;
	grid-template-columns: minmax(120px, 0.55fr) minmax(120px, 0.45fr);
	gap: 9px 22px;
	max-width: 470px;
	padding: 0;
	margin: 28px 0;
	list-style: none;
}

.flb-hours strong,
.flb-hours span {
	min-width: 0;
	overflow-wrap: break-word;
}

.flb-beer-hero {
	position: relative;
	display: flex;
	min-height: clamp(620px, 78vh, 790px);
	align-items: end;
	overflow: hidden;
	background: #171419 center 48% / cover no-repeat;
	isolation: isolate;
}

.flb-beer-hero::before {
	position: absolute;
	z-index: -1;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(8, 11, 9, 0.92) 0%, rgba(8, 11, 9, 0.62) 42%, rgba(8, 11, 9, 0.15) 72%),
		linear-gradient(0deg, rgba(8, 11, 9, 0.92) 0%, transparent 58%);
	content: "";
}

.flb-beer-hero::after {
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: 0;
	left: 0;
	height: 7px;
	background: linear-gradient(90deg, var(--flb-orange), var(--flb-gold), var(--flb-purple), var(--flb-blue));
	content: "";
}

.flb-beer-hero-copy {
	padding-block: clamp(118px, 15vw, 190px) clamp(72px, 8vw, 105px);
}

.flb-beer-hero h1 {
	max-width: 760px;
	font-size: clamp(3.4rem, 7.4vw, 7rem);
	text-shadow: 0 4px 34px rgba(0, 0, 0, 0.52);
}

.flb-beer-hero .flb-lede {
	max-width: 760px;
	color: rgba(242, 234, 220, 0.92);
	font-size: clamp(1.08rem, 2vw, 1.38rem);
}

.flb-page-content > .flb-beer-proof {
	width: 100%;
}

.flb-beer-proof {
	border-block: 1px solid rgba(211, 169, 80, 0.28);
	background: #111713;
}

.flb-beer-proof-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.flb-beer-proof-grid > div {
	display: grid;
	gap: 5px;
	min-width: 0;
	padding: 28px clamp(20px, 3vw, 40px);
	border-left: 1px solid rgba(211, 169, 80, 0.22);
}

.flb-beer-proof-grid > div:last-child {
	border-right: 1px solid rgba(211, 169, 80, 0.22);
}

.flb-beer-proof-grid strong {
	color: var(--flb-gold-light);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.35rem, 2vw, 1.85rem);
	font-weight: 600;
	line-height: 1.1;
}

.flb-beer-proof-grid span {
	color: rgba(242, 234, 220, 0.68);
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	line-height: 1.45;
	text-transform: uppercase;
}

.flb-beer-manifesto {
	display: grid;
	grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
	gap: clamp(34px, 7vw, 90px);
	align-items: start;
}

.flb-beer-manifesto > * {
	min-width: 0;
}

.flb-beer-process {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: clamp(36px, 7vw, 86px);
	align-items: center;
}

.flb-beer-process-image {
	position: relative;
	margin: 0;
}

.flb-beer-process-image::before {
	position: absolute;
	z-index: -1;
	top: -18px;
	left: -18px;
	width: 44%;
	height: 44%;
	border: 1px solid rgba(211, 169, 80, 0.55);
	border-radius: var(--flb-radius);
	content: "";
}

.flb-beer-process-image img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	border: 1px solid rgba(211, 169, 80, 0.28);
	border-radius: var(--flb-radius);
	box-shadow: var(--flb-shadow);
	object-fit: cover;
}

.flb-beer-process-copy {
	min-width: 0;
}

.flb-beer-quality-list {
	display: grid;
	gap: 0;
	padding: 0;
	margin: 34px 0 0;
	list-style: none;
	border-top: 1px solid rgba(211, 169, 80, 0.3);
}

.flb-beer-quality-list li {
	display: grid;
	grid-template-columns: minmax(150px, 0.72fr) minmax(0, 1.28fr);
	gap: 22px;
	padding: 20px 0;
	border-bottom: 1px solid rgba(211, 169, 80, 0.22);
}

.flb-beer-quality-list strong {
	color: var(--flb-gold-light);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.1rem;
	line-height: 1.25;
}

.flb-beer-quality-list span {
	color: rgba(242, 234, 220, 0.76);
	font-size: 0.92rem;
}

.flb-beer-closing-copy {
	max-width: 680px;
	font-size: 1.08rem;
}

.flb-page-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(86px, 11vw, 132px) 0 clamp(60px, 7vw, 88px);
	background:
		radial-gradient(circle at 18% 0%, rgba(223, 132, 111, 0.22), transparent 34%),
		linear-gradient(135deg, var(--flb-ink) 0%, var(--flb-forest) 100%);
	isolation: isolate;
}

.flb-page-hero::before {
	position: absolute;
	z-index: 0;
	right: -40px;
	bottom: -60px;
	width: min(680px, 58vw);
	height: min(420px, 100%);
	background: url("assets/site/brand/alpenglow-sun-cloud.svg") right bottom / contain no-repeat;
	content: "";
	opacity: 0.58;
	pointer-events: none;
}

.flb-page-hero-has-image::before {
	opacity: 0.3;
}

.flb-page-hero > .flb-wrap {
	position: relative;
	z-index: 2;
}

.flb-page-hero-has-image {
	position: relative;
	display: flex;
	min-height: clamp(360px, 42vw, 560px);
	align-items: flex-end;
	isolation: isolate;
	background:
		radial-gradient(circle at 84% 12%, rgba(223, 132, 111, 0.28), transparent 34%),
		linear-gradient(90deg, rgba(8, 11, 9, 0.88) 0%, rgba(8, 11, 9, 0.58) 48%, rgba(8, 11, 9, 0.18) 100%),
		var(--flb-page-hero-image) center / cover no-repeat;
}

.flb-page-hero-has-image::after {
	position: absolute;
	z-index: -1;
	inset: 0;
	background: linear-gradient(180deg, transparent 45%, rgba(14, 12, 14, 0.46) 100%);
	content: "";
}

.flb-page-hero-visit {
	height: min(56.25vw, 900px);
	min-height: 0;
	padding-block: clamp(34px, 7vw, 96px);
	background:
		radial-gradient(circle at 83% 10%, rgba(223, 132, 111, 0.12), transparent 34%),
		linear-gradient(90deg, rgba(8, 11, 9, 0.78) 0%, rgba(8, 11, 9, 0.34) 43%, rgba(8, 11, 9, 0.04) 76%),
		var(--flb-page-hero-image) center / contain no-repeat,
		linear-gradient(135deg, #111914, #25202a);
}

.flb-page-hero-contact {
	background-position: center 60%;
}

.flb-page-hero h1 {
	max-width: 900px;
}

.flb-page-content > *:not(.alignwide):not(.alignfull) {
	width: var(--flb-content);
	margin-inline: auto;
}

.flb-page-content > .flb-section {
	width: 100%;
}

.flb-page-content > .flb-review-pull {
	width: 100%;
}

.flb-prose {
	max-width: 780px;
}

.flb-prose h2,
.flb-prose h3 {
	margin-top: 1.2em;
}

.flb-feature-list {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 12px 30px;
	padding: 0;
	margin: 24px 0;
	list-style: none;
}

.flb-feature-list li {
	position: relative;
	padding-left: 22px;
}

.flb-feature-list li::before {
	position: absolute;
	top: 0.65em;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--flb-orange);
	content: "";
}

.flb-note {
	padding: 22px 24px;
	border-left: 4px solid var(--flb-alpenglow);
	background: rgba(39, 54, 47, 0.38);
}

.flb-section-paper .flb-note {
	background: rgba(39, 54, 47, 0.1);
}

.flb-inline-asset {
	position: relative;
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(193, 136, 125, 0.28);
	border-radius: var(--flb-radius);
	background: rgba(15, 20, 17, 0.08);
	box-shadow: var(--flb-shadow);
}

.flb-inline-asset img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.flb-story-image {
	max-width: 1080px;
	margin-top: 42px;
}

.flb-story-image img {
	aspect-ratio: 4 / 3;
}

.flb-menu-feature {
	display: grid;
	grid-template-columns: minmax(280px, 390px) minmax(0, 1fr);
	gap: clamp(32px, 5vw, 68px);
	align-items: start;
}

.flb-page-food .flb-menu-feature,
.flb-page-food .flb-menu-feature--reverse {
	display: block;
}

.flb-page-food .flb-menu-poster {
	display: none;
}

.flb-page-food .flb-menu-feature-copy {
	width: 100%;
}

.flb-menu-feature > p:empty {
	display: none;
}

.flb-menu-feature > .flb-menu-poster {
	grid-column: 1;
	grid-row: 1;
}

.flb-menu-feature > .flb-menu-feature-copy {
	grid-column: 2;
	grid-row: 1;
}

.flb-menu-feature--reverse {
	grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
}

.flb-menu-feature--reverse .flb-menu-poster {
	grid-column: 2;
	grid-row: 1;
}

.flb-menu-feature--reverse .flb-menu-feature-copy {
	grid-column: 1;
	grid-row: 1;
}

.flb-menu-poster {
	background: var(--flb-paper);
}

.flb-menu-poster img {
	height: auto;
	object-fit: contain;
}

.flb-experience-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.flb-experience-card {
	overflow: hidden;
	border: 1px solid rgba(21, 26, 23, 0.18);
	border-radius: var(--flb-radius);
	background: rgba(255, 255, 255, 0.46);
	box-shadow: 0 18px 45px rgba(42, 35, 31, 0.1);
}

.flb-experience-card .flb-inline-asset {
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.flb-experience-card .flb-inline-asset img {
	aspect-ratio: 4 / 3;
}

.flb-experience-card > div {
	padding: 26px 26px 30px;
}

.flb-experience-card p:last-child {
	margin-bottom: 0;
}

.flb-private-gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	margin: 0 0 42px;
}

.flb-private-gallery .flb-inline-asset img {
	aspect-ratio: 4 / 3;
}

.flb-private-gallery > div > p {
	margin: 12px 4px 0;
	color: var(--flb-alpenglow-deep);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.flb-site-footer {
	padding: 76px 0 30px;
	background: #100f11;
	border-top: 1px solid var(--flb-line);
}

.flb-footer-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 42px;
	align-items: start;
	max-width: 760px;
}

.flb-footer-column {
	min-width: 0;
	overflow-wrap: break-word;
}

.flb-footer-column h2,
.flb-footer-column h3 {
	margin-bottom: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.flb-footer-column p,
.flb-footer-column li,
.flb-footer-column a {
	max-width: 100%;
	color: #c9c0b5;
	font-size: 0.9rem;
	overflow-wrap: break-word;
}

.flb-footer-menu {
	flex-direction: column;
	gap: 8px;
}

.flb-footer-menu a {
	text-decoration: none;
}

.flb-footer-newsletter {
	padding: 0;
	border: 0;
	border-bottom: 1px solid currentColor;
	background: transparent;
	color: var(--flb-gold-light);
	font: inherit;
	cursor: pointer;
}

.flb-footer-bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 14px 30px;
	padding-top: 28px;
	margin-top: 54px;
	border-top: 1px solid var(--flb-line);
	color: #8f8880;
	font-size: 0.75rem;
}

.flb-modal-open {
	overflow: hidden;
}

.flb-newsletter {
	position: fixed;
	z-index: 3000;
	inset: 0;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.flb-newsletter.is-open {
	display: flex;
}

.flb-newsletter-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(7, 10, 8, 0.78);
	backdrop-filter: blur(8px);
}

.flb-newsletter-dialog {
	position: relative;
	display: grid;
	grid-template-columns: minmax(240px, 0.75fr) minmax(360px, 1.25fr);
	width: min(980px, 100%);
	max-height: calc(100vh - 48px);
	overflow: auto;
	border: 1px solid rgba(211, 169, 80, 0.42);
	border-radius: 24px;
	background: var(--flb-paper);
	color: var(--flb-ink);
	box-shadow: 0 34px 100px rgba(0, 0, 0, 0.52);
}

.flb-newsletter-close {
	position: absolute;
	z-index: 3;
	top: 16px;
	right: 16px;
	display: grid;
	width: 42px;
	height: 42px;
	padding: 0;
	place-items: center;
	border: 1px solid rgba(39, 54, 47, 0.25);
	border-radius: 50%;
	background: rgba(237, 230, 216, 0.92);
	color: var(--flb-ink);
	font-size: 1.6rem;
	line-height: 1;
	cursor: pointer;
}

.flb-newsletter-art {
	position: relative;
	display: grid;
	min-height: 100%;
	place-items: center;
	overflow: hidden;
	background:
		radial-gradient(circle at 78% 10%, rgba(239, 176, 154, 0.2), transparent 34%),
		linear-gradient(155deg, #18202b 0%, #4a3b4c 42%, #24352d 100%);
}

.flb-newsletter-art::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent, rgba(7, 10, 8, 0.26));
	content: "";
}

.flb-newsletter-sun {
	position: absolute;
	top: 14%;
	right: 14%;
	width: clamp(86px, 11vw, 132px);
	aspect-ratio: 1;
	border-radius: 50%;
	background: linear-gradient(145deg, var(--flb-gold-light), var(--flb-alpenglow));
	box-shadow: 0 0 0 18px rgba(239, 176, 154, 0.06), 0 0 70px rgba(223, 132, 111, 0.24);
}

.flb-newsletter-ridge {
	position: absolute;
	right: -8%;
	bottom: 0;
	left: -8%;
	clip-path: polygon(0 72%, 18% 48%, 31% 65%, 48% 25%, 64% 58%, 77% 38%, 100% 70%, 100% 100%, 0 100%);
}

.flb-newsletter-ridge-back {
	height: 62%;
	background: rgba(157, 99, 116, 0.72);
}

.flb-newsletter-ridge-front {
	height: 52%;
	background: linear-gradient(145deg, #33473c, #14221c);
	clip-path: polygon(0 66%, 16% 40%, 31% 62%, 43% 33%, 57% 72%, 73% 42%, 100% 65%, 100% 100%, 0 100%);
}

.flb-newsletter-lotus {
	position: absolute;
	z-index: 2;
	bottom: 14%;
	left: 15%;
	display: flex;
	gap: 3px;
	align-items: flex-end;
}

.flb-newsletter-lotus > span {
	display: block;
	width: 28px;
	height: 46px;
	border: 2px solid rgba(234, 208, 141, 0.86);
	border-radius: 80% 12% 80% 12%;
	transform: rotate(-34deg);
	transform-origin: bottom center;
}

.flb-newsletter-lotus > span:nth-child(2) {
	height: 58px;
	border-color: rgba(239, 176, 154, 0.9);
	transform: rotate(0deg);
}

.flb-newsletter-lotus > span:nth-child(3) {
	transform: rotate(34deg) scaleX(-1);
}

.flb-newsletter-copy {
	padding: clamp(38px, 6vw, 68px);
}

.flb-newsletter-copy h2 {
	max-width: 680px;
	font-size: clamp(2rem, 4vw, 3.4rem);
}

.flb-newsletter-form {
	display: grid;
	gap: 18px;
	margin-top: 28px;
}

.flb-newsletter-form > label,
.flb-newsletter-form .flb-field {
	display: grid;
	gap: 7px;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.flb-newsletter-form .flb-field > span {
	color: rgba(21, 26, 23, 0.54);
	font-weight: 600;
	text-transform: none;
}

.flb-newsletter-form input[type="text"],
.flb-newsletter-form input[type="email"],
.flb-newsletter-form input[type="tel"] {
	width: 100%;
	min-height: 48px;
	padding: 11px 14px;
	border: 1px solid rgba(39, 54, 47, 0.28);
	border-radius: 8px;
	background: rgba(255, 250, 240, 0.7);
	color: var(--flb-ink);
	font: inherit;
	letter-spacing: normal;
	text-transform: none;
}

.flb-newsletter-form fieldset {
	display: grid;
	gap: 8px;
	padding: 15px 18px;
	border: 1px solid rgba(39, 54, 47, 0.18);
	border-radius: 10px;
}

.flb-newsletter-form legend {
	padding: 0 7px;
	color: var(--flb-forest);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.flb-newsletter-form fieldset label {
	font-size: 0.9rem;
}

.flb-newsletter-channels {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flb-newsletter-channels legend {
	grid-column: 1 / -1;
}

.flb-newsletter-channels label {
	display: flex;
	gap: 9px;
	align-items: center;
	padding: 11px 13px;
	border-radius: 8px;
	background: rgba(39, 54, 47, 0.07);
	font-weight: 750;
}

.flb-newsletter-returning {
	padding: 12px 14px;
	margin: 18px 0 0;
	border-left: 3px solid var(--flb-alpenglow);
	background: rgba(223, 132, 111, 0.1);
	font-size: 0.82rem;
}

.flb-consent {
	display: grid !important;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 10px !important;
	align-items: start;
	padding: 13px 15px;
	border: 1px solid rgba(39, 54, 47, 0.18);
	border-radius: 10px;
	background: rgba(255, 250, 240, 0.58);
	font-size: 0.78rem !important;
	font-weight: 500 !important;
	letter-spacing: normal !important;
	line-height: 1.45;
	text-transform: none !important;
}

.flb-consent[hidden],
.flb-field[hidden] {
	display: none !important;
}

.flb-consent input {
	margin-top: 3px;
}

.flb-newsletter-form input:focus-visible {
	outline: 3px solid rgba(223, 132, 111, 0.36);
	outline-offset: 2px;
}

.flb-newsletter-form input:invalid:not(:placeholder-shown) {
	border-color: #9b3d31;
}

.flb-newsletter-form input[type="checkbox"],
.flb-newsletter-form input[type="radio"] {
	accent-color: var(--flb-forest);
}

.flb-newsletter-form .flb-button {
	width: fit-content;
}

.flb-newsletter-event {
	padding: 11px 13px;
	margin: 0;
	border-left: 3px solid var(--flb-orange);
	background: rgba(39, 54, 47, 0.08);
	font-size: 0.88rem;
}

.flb-form-status {
	margin: 0;
	color: rgba(21, 26, 23, 0.58);
	font-size: 0.75rem;
}

.flb-form-status.is-error {
	color: #8b3028;
	font-weight: 700;
}

.flb-form-status.is-success {
	color: var(--flb-forest);
	font-weight: 800;
}

.flb-empty {
	padding: 28px;
	border: 1px solid var(--flb-line);
	border-radius: var(--flb-radius);
}

@media (max-width: 1050px) {
	body.admin-bar .flb-site-header {
		top: 32px;
	}

	.flb-header-inner {
		grid-template-columns: 1fr auto;
	}

	.flb-menu-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

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

	.flb-main-nav {
		display: none;
		grid-column: 1 / -1;
		padding: 0 0 24px;
	}

	.flb-main-nav.is-open {
		display: block;
	}

	.flb-primary-menu {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 4px 24px;
	}

	.flb-primary-menu a {
		padding: 12px 0;
		border-bottom: 1px solid var(--flb-line);
	}

	.flb-tap-row {
		grid-template-columns: 50px minmax(0, 1fr);
	}

	.flb-tap-stats {
		grid-column: 2;
	}

	.flb-event-detail {
		grid-template-columns: minmax(0, 1fr);
		gap: 34px;
	}

	.flb-beer-process {
		grid-template-columns: minmax(0, 1fr);
	}

	.flb-beer-process-image {
		max-width: 760px;
	}

	.flb-footer-grid {
		grid-template-columns: minmax(0, 1fr);
	}
}

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

	.flb-section-head {
		max-width: 100%;
	}

	.flb-col-4,
	.flb-col-5,
	.flb-col-6,
	.flb-col-7,
	.flb-col-8 {
		grid-column: 1 / -1;
	}

	.flb-photo-card,
	.flb-page-about .flb-section-paper .flb-grid > .flb-card,
	.flb-page-visit .flb-section-paper .flb-grid > .flb-card,
	.flb-page-contact .flb-section:not(.flb-section-paper) .flb-grid > .flb-card {
		min-height: 430px;
		padding-top: 235px;
		padding-right: clamp(22px, 3vw, 32px);
	}

	.flb-events .flb-event.flb-photo-card {
		min-height: 430px;
		padding-top: 235px;
		padding-right: clamp(22px, 3vw, 32px);
	}

	.flb-photo-card::before,
	.flb-page-about .flb-section-paper .flb-grid > .flb-card::before,
	.flb-page-visit .flb-section-paper .flb-grid > .flb-card::before,
	.flb-page-contact .flb-section:not(.flb-section-paper) .flb-grid > .flb-card::before {
		inset: 0 0 auto;
		width: 100%;
		height: 225px;
	}

	.flb-events .flb-event.flb-photo-card::before {
		width: 100%;
	}

	.flb-photo-card::after,
	.flb-page-about .flb-section-paper .flb-grid > .flb-card::after,
	.flb-page-visit .flb-section-paper .flb-grid > .flb-card::after,
	.flb-page-contact .flb-section:not(.flb-section-paper) .flb-grid > .flb-card::after {
		background: linear-gradient(180deg, rgba(39, 54, 47, 0.02) 34%, #27362f 53%, rgba(39, 54, 47, 0.98) 63%);
	}

	.flb-media {
		min-height: 330px;
	}

	.flb-section::after,
	.flb-section.flb-fan-feature::after {
		right: -150px;
		width: min(700px, 95vw);
	}

	.flb-page-content .flb-section:nth-of-type(even)::after {
		left: -150px;
	}

	.flb-event-detail {
		grid-template-columns: 1fr;
	}

	.flb-menu-feature,
	.flb-experience-grid,
	.flb-private-gallery {
		grid-template-columns: minmax(0, 1fr);
	}

	.flb-menu-feature--reverse .flb-menu-poster,
	.flb-menu-feature--reverse .flb-menu-feature-copy,
	.flb-menu-feature > .flb-menu-poster,
	.flb-menu-feature > .flb-menu-feature-copy {
		grid-column: 1;
		grid-row: auto;
	}

	.flb-menu-poster {
		width: min(100%, 520px);
	}

	.flb-experience-card {
		max-width: 620px;
	}

	.flb-review-pull-inner,
	.flb-review-pull--reverse .flb-review-pull-inner,
	.flb-beer-manifesto,
	.flb-team-preview,
	.flb-team-profile {
		grid-template-columns: minmax(0, 1fr);
	}

	.flb-team-member-section .flb-team-profile,
	.flb-team-member-section--lead .flb-team-profile {
		grid-template-columns: minmax(0, 1fr);
		gap: 30px;
	}

	.flb-team-member-section .flb-team-photo,
	.flb-team-member-section .flb-team-copy {
		grid-column: 1;
		grid-row: auto;
		min-width: 0;
		width: 100%;
	}

	.flb-team-profile--reverse .flb-team-photo,
	.flb-team-profile--reverse .flb-team-copy {
		grid-column: 1;
		grid-row: auto;
	}

	.flb-team-profile--reverse .flb-team-photo {
		order: 0;
	}

	.flb-team-profile--reverse .flb-team-copy {
		order: 1;
	}

	.flb-team-member-section .flb-team-photo {
		width: min(100%, 620px);
	}

	.flb-beer-proof-grid {
		grid-template-columns: minmax(0, 1fr);
		padding-block: 12px;
	}

	.flb-beer-proof-grid > div,
	.flb-beer-proof-grid > div:last-child {
		padding: 20px 0;
		border-right: 0;
		border-bottom: 1px solid rgba(211, 169, 80, 0.22);
		border-left: 0;
	}

	.flb-beer-proof-grid > div:last-child {
		border-bottom: 0;
	}

	.flb-beer-quality-list li {
		grid-template-columns: minmax(0, 1fr);
		gap: 6px;
	}

	.flb-review-pull-inner {
		gap: 18px;
	}

	.flb-review-pull--reverse .flb-review-meta,
	.flb-review-pull--reverse .flb-review-quote {
		grid-column: 1;
		grid-row: auto;
	}

	.flb-review-pull--reverse .flb-review-meta {
		align-items: flex-start;
		text-align: left;
	}

	.flb-review-policy {
		max-width: 440px;
	}

	.flb-event-detail:nth-child(even) .flb-event-poster {
		order: initial;
	}

	.flb-event-poster {
		max-width: 620px;
	}

	.flb-menu-extras,
	.flb-food-menu {
		grid-template-columns: 1fr;
	}

	.flb-newsletter-dialog {
		grid-template-columns: 1fr;
	}

	.flb-newsletter-art {
		min-height: 190px;
	}

}

@media (max-width: 640px) {
	:root {
		--flb-content: min(100% - 28px, 1180px);
	}

	body {
		font-size: 16px;
	}

	.flb-header-inner {
		min-height: 78px;
		gap: 14px;
	}

	.flb-brand-mark {
		width: 43px;
		height: 43px;
	}

	.flb-brand-name {
		font-size: 1.05rem;
	}

	.flb-brand-type {
		font-size: 0.58rem;
	}

	.flb-primary-menu,
	.flb-events,
	.flb-menu,
	.flb-feature-list,
	.flb-footer-grid {
		grid-template-columns: 1fr;
	}

	.flb-tap-row {
		grid-template-columns: 42px minmax(0, 1fr);
		gap: 14px;
		padding: 18px 10px;
	}

	.flb-tap-stats {
		grid-column: 1 / -1;
		padding-left: 56px;
	}

	.flb-tap-stats dd {
		font-size: 0.9rem;
	}

	.flb-food-menu .flb-menu-item {
		grid-template-columns: minmax(0, 1fr);
		min-height: 210px;
	}

	.flb-food-item-copy {
		max-width: 76%;
		padding: 22px 18px;
	}

	.flb-food-thumb {
		position: absolute;
		inset: 0 0 0 34%;
	}

	.flb-food-thumb::after {
		background: linear-gradient(90deg, rgba(5, 8, 6, 1) 0%, rgba(5, 8, 6, 0.9) 34%, rgba(5, 8, 6, 0.48) 62%, rgba(5, 8, 6, 0.08) 100%);
	}

	.flb-food-item-heading {
		gap: 10px;
	}

	.flb-food-price {
		min-width: 0;
		font-size: clamp(1.35rem, 7vw, 1.8rem);
	}

	.flb-newsletter {
		padding: 12px;
	}

	.flb-newsletter-dialog {
		max-height: calc(100vh - 24px);
	}

	.flb-newsletter-art {
		display: none;
	}

	.flb-newsletter-copy {
		padding: 48px 24px 28px;
	}

	.flb-newsletter-channels {
		grid-template-columns: 1fr;
	}

	.flb-hero {
		min-height: 690px;
	}

	.flb-page-hero-has-image {
		min-height: 420px;
		background:
			radial-gradient(circle at 88% 10%, rgba(223, 132, 111, 0.22), transparent 36%),
			linear-gradient(90deg, rgba(8, 11, 9, 0.86) 0%, rgba(8, 11, 9, 0.48) 72%, rgba(8, 11, 9, 0.26) 100%),
			var(--flb-page-hero-image) center / cover no-repeat;
	}

	.flb-page-hero-visit {
		height: 56.25vw;
		min-height: 0;
		padding-block: 28px;
		background:
			radial-gradient(circle at 83% 10%, rgba(223, 132, 111, 0.1), transparent 34%),
			linear-gradient(90deg, rgba(8, 11, 9, 0.78) 0%, rgba(8, 11, 9, 0.34) 48%, rgba(8, 11, 9, 0.04) 82%),
			var(--flb-page-hero-image) center / contain no-repeat,
			linear-gradient(135deg, #111914, #25202a);
	}

	.flb-beer-hero {
		min-height: 680px;
		background-position: 55% center;
	}

	.flb-beer-hero-copy {
		padding-block: 110px 62px;
	}

	.flb-hero-content {
		padding: 90px 0 58px;
	}

	.flb-proof {
		flex-direction: column;
		gap: 8px;
	}

	.flb-section {
		padding: 62px 0;
	}

	.flb-review-pull {
		padding-block: 38px;
	}

	.flb-review-pull--inset {
		margin-top: 32px;
		padding: 0;
	}

	.flb-review-pull--inset .flb-review-pull-inner {
		padding: 24px 22px;
	}

	.flb-review-copy,
	.flb-review-pull--beer .flb-review-copy,
	.flb-review-pull--stage .flb-review-copy {
		font-size: clamp(1.2rem, 6vw, 1.55rem);
		line-height: 1.3;
	}

	.flb-hours {
		grid-template-columns: 1fr auto;
		gap: 8px 14px;
	}

	.flb-footer-grid {
		gap: 34px;
	}
}

.flb-page-hero-blog {
	background-position: center 42%;
}

.flb-page-hero-blog .flb-lede {
	max-width: 720px;
	margin-top: 18px;
	color: rgba(242, 234, 220, 0.86);
}

.flb-blog-grid {
	display: grid;
	gap: clamp(24px, 4vw, 42px);
}

.flb-blog-card {
	display: grid;
	grid-template-columns: minmax(280px, 0.46fr) minmax(0, 0.54fr);
	min-height: 390px;
	border: 1px solid rgba(211, 169, 80, 0.28);
	border-radius: var(--flb-radius);
	background: #18231d;
	box-shadow: var(--flb-shadow);
	overflow: hidden;
}

.flb-blog-card-image {
	display: block;
	min-height: 320px;
	background-color: var(--flb-ink);
	background-position: center;
	background-size: cover;
}

.flb-blog-card-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(28px, 5vw, 58px);
	color: var(--flb-cream);
}

.flb-blog-card-copy h2 {
	margin: 10px 0 16px;
	font-size: clamp(1.8rem, 3.2vw, 3rem);
}

.flb-blog-card-copy h2 a {
	color: inherit;
	text-decoration: none;
}

.flb-blog-card-copy > p:not(.flb-blog-meta) {
	color: rgba(242, 234, 220, 0.76);
}

.flb-blog-meta {
	margin: 0;
	color: var(--flb-gold-light);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.flb-blog-article-hero {
	position: relative;
	display: flex;
	min-height: clamp(560px, 68vw, 760px);
	align-items: flex-end;
	padding: clamp(120px, 16vw, 210px) 0 clamp(62px, 9vw, 108px);
	background:
		linear-gradient(180deg, rgba(8, 11, 9, 0.12) 0%, rgba(8, 11, 9, 0.9) 82%),
		linear-gradient(90deg, rgba(8, 11, 9, 0.82), rgba(8, 11, 9, 0.12)),
		var(--flb-blog-hero) center / cover no-repeat;
	color: var(--flb-cream);
}

.flb-blog-article-hero h1 {
	max-width: 1000px;
	margin-bottom: 22px;
	font-size: clamp(2.7rem, 7vw, 6.4rem);
	line-height: 0.98;
}

.flb-blog-article-hero .flb-lede {
	max-width: 850px;
	color: rgba(242, 234, 220, 0.86);
}

.flb-blog-article {
	padding: clamp(68px, 9vw, 118px) 0;
	background: var(--flb-paper);
	color: var(--flb-ink);
}

.flb-blog-article-grid {
	display: grid;
	grid-template-columns: minmax(180px, 0.25fr) minmax(0, 0.75fr);
	gap: clamp(42px, 8vw, 110px);
	align-items: start;
}

.flb-blog-article-aside {
	position: sticky;
	top: 112px;
	padding: 26px 0;
	border-block: 1px solid rgba(39, 54, 47, 0.22);
	color: var(--flb-ink);
}

.flb-blog-article-aside > p:not(.flb-eyebrow) {
	color: rgba(21, 26, 23, 0.72);
}

.flb-blog-body {
	max-width: 820px;
	color: var(--flb-ink);
	font-size: clamp(1.02rem, 1.25vw, 1.16rem);
	line-height: 1.78;
}

.flb-blog-body h2,
.flb-blog-body h3,
.flb-blog-body p,
.flb-blog-body li,
.flb-blog-lede {
	color: var(--flb-ink);
}

.flb-blog-body a,
.flb-blog-article-aside a {
	color: var(--flb-forest);
	font-weight: 750;
	text-decoration-color: rgba(39, 54, 47, 0.45);
	text-underline-offset: 0.18em;
}

.flb-blog-body h2 {
	margin-top: 2.1em;
	font-size: clamp(2rem, 4vw, 3.4rem);
	line-height: 1.08;
}

.flb-blog-lede {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.25rem, 2vw, 1.65rem);
	line-height: 1.55;
}

.flb-blog-schedule {
	display: grid;
	gap: 0;
	padding: 0;
	margin: 32px 0 48px;
	border-top: 1px solid rgba(39, 54, 47, 0.22);
	list-style: none;
}

.flb-blog-schedule li {
	display: grid;
	grid-template-columns: minmax(220px, 0.36fr) minmax(0, 0.64fr);
	gap: 24px;
	padding: 24px 0;
	border-bottom: 1px solid rgba(39, 54, 47, 0.22);
}

.flb-blog-schedule strong {
	color: var(--flb-forest);
	line-height: 1.45;
}

@media (max-width: 860px) {
	.flb-blog-card,
	.flb-blog-article-grid,
	.flb-blog-schedule li {
		grid-template-columns: minmax(0, 1fr);
	}

	.flb-blog-card-image {
		min-height: min(70vw, 430px);
	}

	.flb-blog-article-aside {
		position: static;
	}

	.flb-blog-schedule li {
		gap: 8px;
	}
}

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

	* {
		transition-duration: 0.01ms !important;
	}
}
