:root {
	--fd-primary: #f4511e;
	--fd-primary-dark: #d63c0c;
	--fd-primary-soft: #fff1ec;
	--fd-accent: #1a73e8;
	--fd-accent-soft: #eaf2fe;
	--fd-dark: #101828;
	--fd-body: #344054;
	--fd-muted: #667085;
	--fd-border: #e4e7ec;
	--fd-bg: #ffffff;
	--fd-surface: #f7f9fc;
	--fd-star: #f5a524;
	--fd-success: #0f7a55;
	--fd-success-soft: #d6f5e5;
	--fd-danger: #b42318;
	--fd-danger-soft: #fee4e2;
	--fd-shell: 1240px;
	--fd-radius: 10px;
	--fd-radius-lg: 14px;
	--fd-gutter: 12px;
	--fd-space-1: 6px;
	--fd-space-2: 12px;
	--fd-space-3: 20px;
	--fd-space-4: 32px;
	--fd-space-5: 52px;
	--fd-shadow: 0 1px 2px rgba(16, 24, 40, 0.06), 0 1px 3px rgba(16, 24, 40, 0.04);
}

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

html {
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	background-color: var(--fd-bg);
	color: var(--fd-body);
	font-family: "Inter", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 var(--fd-space-2);
	color: var(--fd-dark);
	font-weight: 800;
	line-height: 1.22;
	letter-spacing: -0.015em;
}

p {
	margin: 0 0 var(--fd-space-2);
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

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

a {
	color: var(--fd-accent);
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
}

a:focus-visible,
button:focus-visible {
	outline: 2px solid var(--fd-accent);
	outline-offset: 2px;
}

table {
	border-collapse: collapse;
	width: 100%;
}

iframe {
	border: 0;
}

.h6 {
	font-size: 1.02rem;
	font-weight: 700;
}

.text-muted {
	color: var(--fd-muted);
}

.text-end {
	text-align: right;
}

.h-100 {
	height: 100%;
}

.container {
	width: 100%;
	max-width: var(--fd-shell);
	margin: 0 auto;
	padding: 0 var(--fd-space-3);
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-left: calc(var(--fd-gutter) * -1);
	margin-right: calc(var(--fd-gutter) * -1);
}

.row > [class*="col-"] {
	padding-left: var(--fd-gutter);
	padding-right: var(--fd-gutter);
}

.row.g-3 {
	row-gap: var(--fd-space-3);
}

.row.g-4 {
	row-gap: var(--fd-space-4);
}
/* Grid */
.col-auto { flex: 0 0 auto; width: auto; max-width: 100%; }
.col-1 { flex: 0 0 auto; width: 8.333333%; }
.col-2 { flex: 0 0 auto; width: 16.666667%; }
.col-3 { flex: 0 0 auto; width: 25.0%; }
.col-4 { flex: 0 0 auto; width: 33.333333%; }
.col-5 { flex: 0 0 auto; width: 41.666667%; }
.col-6 { flex: 0 0 auto; width: 50.0%; }
.col-7 { flex: 0 0 auto; width: 58.333333%; }
.col-8 { flex: 0 0 auto; width: 66.666667%; }
.col-9 { flex: 0 0 auto; width: 75.0%; }
.col-10 { flex: 0 0 auto; width: 83.333333%; }
.col-11 { flex: 0 0 auto; width: 91.666667%; }
.col-12 { flex: 0 0 auto; width: 100.0%; }
@media (min-width: 576px) {
	.col-sm-auto { flex: 0 0 auto; width: auto; max-width: 100%; }
	.col-sm-1 { flex: 0 0 auto; width: 8.333333%; }
	.col-sm-2 { flex: 0 0 auto; width: 16.666667%; }
	.col-sm-3 { flex: 0 0 auto; width: 25.0%; }
	.col-sm-4 { flex: 0 0 auto; width: 33.333333%; }
	.col-sm-5 { flex: 0 0 auto; width: 41.666667%; }
	.col-sm-6 { flex: 0 0 auto; width: 50.0%; }
	.col-sm-7 { flex: 0 0 auto; width: 58.333333%; }
	.col-sm-8 { flex: 0 0 auto; width: 66.666667%; }
	.col-sm-9 { flex: 0 0 auto; width: 75.0%; }
	.col-sm-10 { flex: 0 0 auto; width: 83.333333%; }
	.col-sm-11 { flex: 0 0 auto; width: 91.666667%; }
	.col-sm-12 { flex: 0 0 auto; width: 100.0%; }
}
@media (min-width: 768px) {
	.col-md-auto { flex: 0 0 auto; width: auto; max-width: 100%; }
	.col-md-1 { flex: 0 0 auto; width: 8.333333%; }
	.col-md-2 { flex: 0 0 auto; width: 16.666667%; }
	.col-md-3 { flex: 0 0 auto; width: 25.0%; }
	.col-md-4 { flex: 0 0 auto; width: 33.333333%; }
	.col-md-5 { flex: 0 0 auto; width: 41.666667%; }
	.col-md-6 { flex: 0 0 auto; width: 50.0%; }
	.col-md-7 { flex: 0 0 auto; width: 58.333333%; }
	.col-md-8 { flex: 0 0 auto; width: 66.666667%; }
	.col-md-9 { flex: 0 0 auto; width: 75.0%; }
	.col-md-10 { flex: 0 0 auto; width: 83.333333%; }
	.col-md-11 { flex: 0 0 auto; width: 91.666667%; }
	.col-md-12 { flex: 0 0 auto; width: 100.0%; }
}
@media (min-width: 992px) {
	.col-lg-auto { flex: 0 0 auto; width: auto; max-width: 100%; }
	.col-lg-1 { flex: 0 0 auto; width: 8.333333%; }
	.col-lg-2 { flex: 0 0 auto; width: 16.666667%; }
	.col-lg-3 { flex: 0 0 auto; width: 25.0%; }
	.col-lg-4 { flex: 0 0 auto; width: 33.333333%; }
	.col-lg-5 { flex: 0 0 auto; width: 41.666667%; }
	.col-lg-6 { flex: 0 0 auto; width: 50.0%; }
	.col-lg-7 { flex: 0 0 auto; width: 58.333333%; }
	.col-lg-8 { flex: 0 0 auto; width: 66.666667%; }
	.col-lg-9 { flex: 0 0 auto; width: 75.0%; }
	.col-lg-10 { flex: 0 0 auto; width: 83.333333%; }
	.col-lg-11 { flex: 0 0 auto; width: 91.666667%; }
	.col-lg-12 { flex: 0 0 auto; width: 100.0%; }
}
@media (min-width: 1200px) {
	.col-xl-auto { flex: 0 0 auto; width: auto; max-width: 100%; }
	.col-xl-1 { flex: 0 0 auto; width: 8.333333%; }
	.col-xl-2 { flex: 0 0 auto; width: 16.666667%; }
	.col-xl-3 { flex: 0 0 auto; width: 25.0%; }
	.col-xl-4 { flex: 0 0 auto; width: 33.333333%; }
	.col-xl-5 { flex: 0 0 auto; width: 41.666667%; }
	.col-xl-6 { flex: 0 0 auto; width: 50.0%; }
	.col-xl-7 { flex: 0 0 auto; width: 58.333333%; }
	.col-xl-8 { flex: 0 0 auto; width: 66.666667%; }
	.col-xl-9 { flex: 0 0 auto; width: 75.0%; }
	.col-xl-10 { flex: 0 0 auto; width: 83.333333%; }
	.col-xl-11 { flex: 0 0 auto; width: 91.666667%; }
	.col-xl-12 { flex: 0 0 auto; width: 100.0%; }
}
/* Header */
.fd-header {
	background-color: var(--fd-bg);
	border-bottom: 1px solid var(--fd-border);
	position: sticky;
	top: 0;
	z-index: 40;
}

.fd-header-inner {
	display: flex;
	align-items: center;
	gap: var(--fd-space-4);
	padding-top: 14px;
	padding-bottom: 14px;
}

.fd-brand-link {
	display: inline-flex;
	flex-direction: column;
	color: var(--fd-dark);
}

.fd-brand-link:hover {
	text-decoration: none;
}

.fd-brand-name {
	font-size: 1.32rem;
	font-weight: 900;
	letter-spacing: -0.02em;
}

.fd-brand-tagline {
	font-size: 0.68rem;
	letter-spacing: 0.26em;
	text-transform: uppercase;
	color: var(--fd-muted);
	font-weight: 600;
}

.fd-brand-logo {
	height: 42px;
	width: auto;
	max-width: 220px;
	object-fit: contain;
}

.fd-nav-collapse {
	margin-left: auto;
}

.nav {
	display: flex;
	flex-wrap: wrap;
	gap: var(--fd-space-3);
	list-style: none;
	margin: 0;
	padding: 0;
}

.fd-nav .nav-link,
.fd-nav a {
	display: inline-block;
	color: var(--fd-dark);
	font-weight: 600;
	font-size: 0.95rem;
	padding: 6px 0;
	border-bottom: 2px solid transparent;
}

.fd-nav a:hover,
.fd-nav .current-menu-item > a {
	color: var(--fd-primary);
	border-bottom-color: var(--fd-primary);
	text-decoration: none;
}

.fd-nav-toggle {
	display: none;
	margin-left: auto;
	width: 42px;
	height: 38px;
	background-color: transparent;
	border: 1px solid var(--fd-border);
	border-radius: 8px;
	cursor: pointer;
	position: relative;
}

.fd-nav-toggle-bar,
.fd-nav-toggle-bar::before,
.fd-nav-toggle-bar::after {
	content: "";
	position: absolute;
	left: 11px;
	width: 18px;
	height: 2px;
	background-color: var(--fd-dark);
	border-radius: 2px;
}

.fd-nav-toggle-bar {
	top: 18px;
}

.fd-nav-toggle-bar::before {
	top: -6px;
	left: 0;
}

.fd-nav-toggle-bar::after {
	top: 6px;
	left: 0;
}

/* Hero */
.fd-hero {
	position: relative;
	overflow: hidden;
	background-color: var(--fd-surface);
	background-image:
		linear-gradient(115deg, #ffffff 0%, #f3f6fb 52%, #fdf0eb 100%);
	border-bottom: 1px solid var(--fd-border);
	padding: var(--fd-space-5) 0;
	margin-bottom: var(--fd-space-5);
}

.fd-hero::before,
.fd-hero::after {
	content: "";
	position: absolute;
	top: -40%;
	height: 180%;
	width: 90px;
	background-color: var(--fd-primary);
	opacity: 0.14;
	transform: skewX(-18deg);
	pointer-events: none;
}

.fd-hero::before {
	right: 9%;
}

.fd-hero::after {
	right: 2%;
	width: 40px;
	opacity: 0.22;
}

.fd-hero-sub {
	padding: var(--fd-space-4) 0;
	margin-bottom: var(--fd-space-4);
}

.fd-hero-inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--fd-space-4);
	align-items: center;
}

.fd-hero.has-media .fd-hero-inner {
	grid-template-columns: 1.15fr 1fr;
}

.fd-kicker {
	font-size: 0.72rem;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	font-weight: 800;
	color: var(--fd-muted);
	margin-bottom: var(--fd-space-2);
}

.fd-hero-title {
	font-size: 2.9rem;
	max-width: 22ch;
	margin-bottom: var(--fd-space-3);
}

.fd-hero-sub .fd-hero-title {
	font-size: 2.4rem;
}

.fd-hero-lead {
	color: var(--fd-body);
	font-size: 1.03rem;
	max-width: 62ch;
}

.fd-hero-lead p:last-child {
	margin-bottom: 0;
}

.fd-hero-img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	border-radius: var(--fd-radius-lg);
	box-shadow: var(--fd-shadow);
}

/* Breadcrumb */
.fd-breadcrumb-nav {
	margin-bottom: var(--fd-space-2);
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	font-size: 0.85rem;
	color: var(--fd-muted);
}

.breadcrumb-item + .breadcrumb-item::before {
	content: "›";
	margin-right: 6px;
	color: var(--fd-muted);
}

.breadcrumb-link {
	color: var(--fd-muted);
	font-weight: 600;
}

.breadcrumb-item.active {
	color: var(--fd-dark);
	font-weight: 600;
}

/* Sections */
.fd-section {
	margin-bottom: var(--fd-space-5);
}

.fd-section-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: var(--fd-space-2);
	margin-bottom: var(--fd-space-3);
}

.fd-section-title {
	font-size: 1.6rem;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 14px;
}

.fd-section-title::after {
	content: "";
	display: inline-block;
	width: 34px;
	height: 3px;
	border-radius: 2px;
	background-color: var(--fd-primary);
	flex: 0 0 auto;
}

.fd-section-meta {
	color: var(--fd-muted);
	font-size: 0.9rem;
	margin: 0;
}

.fd-empty {
	color: var(--fd-muted);
}

.fd-link {
	color: var(--fd-accent);
	font-weight: 600;
}

/* Cards */
.card {
	position: relative;
	background-color: var(--fd-bg);
	border: 1px solid var(--fd-border);
	border-radius: var(--fd-radius);
	overflow: hidden;
}

.card-body {
	padding: 16px;
}

.card-title {
	margin-bottom: 6px;
}

.card-title a {
	color: var(--fd-dark);
}

.card-title a:hover {
	color: var(--fd-primary);
	text-decoration: none;
}

.card-text {
	font-size: 0.88rem;
	margin: 0;
}

.stretched-link::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
}

/* Venue card */
.fd-venue-card {
	display: flex;
	flex-direction: column;
	transition: box-shadow 0.15s ease, border-color 0.15s ease;
}

.fd-venue-card:hover {
	border-color: #cfd6e0;
	box-shadow: 0 6px 18px rgba(16, 24, 40, 0.08);
}

.fd-venue-media {
	position: relative;
	background-color: var(--fd-surface);
}

.card-img-top {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.fd-venue-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 16 / 10;
	background-image: linear-gradient(140deg, #ffffff 0%, #eef2f7 100%);
	border-bottom: 1px solid var(--fd-border);
	padding: 40px 18px 18px;
	text-align: center;
}

.fd-venue-placeholder-text {
	color: var(--fd-dark);
	font-weight: 800;
	font-size: 1.02rem;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.fd-venue-status {
	position: absolute;
	z-index: 2;
	top: 10px;
	left: 10px;
	right: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.fd-venue-rating {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 0.88rem;
	margin-bottom: 4px;
}

.fd-venue-distance {
	color: var(--fd-primary);
	font-size: 0.82rem;
	font-weight: 700;
	margin: 0 0 4px;
}

/* Location card */
.fd-location-card {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 34px 10px 10px;
}

.fd-location-card:hover {
	border-color: #cfd6e0;
}

.fd-location-thumb {
	flex: 0 0 auto;
	width: 56px;
	height: 56px;
	border-radius: 8px;
	overflow: hidden;
	background-color: var(--fd-accent-soft);
	display: flex;
	align-items: center;
	justify-content: center;
}

.fd-location-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fd-location-initial {
	color: var(--fd-accent);
	font-weight: 800;
	font-size: 1.3rem;
}

.fd-location-card .card-body {
	padding: 0;
	flex: 1 1 auto;
	min-width: 0;
}

.fd-location-arrow {
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--fd-muted);
	font-size: 1.4rem;
	line-height: 1;
}

/* Badges */
.badge {
	display: inline-block;
	border-radius: 999px;
	padding: 3px 11px;
	font-size: 0.76rem;
	font-weight: 700;
	line-height: 1.5;
}

.badge-status {
	box-shadow: 0 1px 3px rgba(16, 24, 40, 0.16);
}

.bg-success-soft {
	background-color: var(--fd-success-soft);
	color: var(--fd-success);
}

.bg-danger-soft {
	background-color: var(--fd-danger-soft);
	color: var(--fd-danger);
}

.bg-dark-soft {
	background-color: rgba(16, 24, 40, 0.82);
	color: #ffffff;
	font-weight: 600;
}

.badge-tag {
	background-color: var(--fd-surface);
	border: 1px solid var(--fd-border);
	color: var(--fd-body);
	font-weight: 600;
}

/* Stars */
.fd-stars {
	display: inline-flex;
	gap: 1px;
	color: #d0d5dd;
}

.fd-star.is-on {
	color: var(--fd-star);
}

.fd-rating {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 0.95rem;
}

.fd-rating-value {
	color: var(--fd-dark);
	font-weight: 800;
}

/* Buttons */
.btn {
	display: inline-block;
	border: 1px solid transparent;
	border-radius: 8px;
	padding: 9px 18px;
	font-size: 0.9rem;
	font-weight: 700;
	cursor: pointer;
	text-align: center;
}

.btn-primary {
	background-color: var(--fd-primary);
	color: #ffffff;
}

.btn-primary:hover {
	background-color: var(--fd-primary-dark);
	color: #ffffff;
	text-decoration: none;
}

.btn-anchor {
	background-color: var(--fd-bg);
	border-color: var(--fd-border);
	color: var(--fd-body);
	border-radius: 999px;
	padding: 7px 16px;
}

.btn-anchor:hover {
	border-color: var(--fd-primary);
	color: var(--fd-primary);
	text-decoration: none;
}

.btn-anchor.active {
	background-color: var(--fd-primary);
	border-color: var(--fd-primary);
	color: #ffffff;
}

/* Venue hero */
.fd-venue-hero {
	background-color: var(--fd-surface);
	border-bottom: 1px solid var(--fd-border);
	padding: var(--fd-space-3) 0 var(--fd-space-4);
	margin-bottom: var(--fd-space-4);
}

.fd-venue-hero .fd-tag-list {
	margin-bottom: 0;
}

.fd-venue-hero-row {
	align-items: start;
}

.fd-hours-block {
	margin-bottom: 0;
	padding: var(--fd-space-3);
	box-shadow: var(--fd-shadow);
}

.fd-hours-block .fd-block-title {
	font-size: 1.12rem;
	margin-bottom: var(--fd-space-2);
}

.fd-hours-block .fd-hours-item {
	padding: 9px 10px;
}

.fd-hours-block .fd-hours-value {
	min-width: 0;
}

.fd-venue-hero-row {
	align-items: center;
}

.fd-venue-hero-photo {
	display: block;
	border-radius: var(--fd-radius-lg);
	overflow: hidden;
	box-shadow: var(--fd-shadow);
}

.fd-venue-hero-photo .fd-gallery-img {
	aspect-ratio: 4 / 3;
	border-radius: 0;
}

.fd-venue-title {
	font-size: 2.4rem;
	margin-bottom: 10px;
}

.fd-venue-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: var(--fd-space-2);
}

.fd-venue-line {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 4px;
	font-size: 0.95rem;
}

.fd-venue-line-label {
	color: var(--fd-muted);
	font-weight: 700;
	min-width: 72px;
}

.fd-venue-line-value {
	color: var(--fd-body);
	font-weight: 600;
}

.fd-tag-list {
	gap: 6px;
	margin: var(--fd-space-2) 0;
}

.fd-anchor-nav {
	gap: 6px;
	margin-top: var(--fd-space-3);
}

/* Content blocks */
.fd-venue-body {
	padding-bottom: var(--fd-space-5);
}

.fd-block {
	padding: var(--fd-space-4);
	margin-bottom: var(--fd-space-4);
}

.fd-block-title {
	font-size: 1.32rem;
	margin-bottom: var(--fd-space-3);
	padding-bottom: 12px;
	border-bottom: 1px solid var(--fd-border);
	position: relative;
}

.fd-block-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 56px;
	height: 3px;
	border-radius: 2px;
	background-color: var(--fd-primary);
}

.fd-prose {
	color: var(--fd-body);
}

.fd-prose p:last-child {
	margin-bottom: 0;
}

.fd-prose ul,
.fd-prose ol {
	list-style: revert;
	padding-left: var(--fd-space-4);
	margin: 0 0 var(--fd-space-2);
}

.fd-prose li {
	margin-bottom: 6px;
}

/* Opening hours */
.list-group {
	display: block;
}

.list-group-item {
	border-bottom: 1px solid var(--fd-border);
}

.fd-hours-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--fd-space-3);
	padding: 12px 14px;
	font-size: 0.95rem;
	border-radius: 6px;
}

.fd-hours-item:last-child {
	border-bottom: 0;
}

.fd-hours-day {
	color: var(--fd-muted);
	flex: 1 1 auto;
}

.fd-hours-value {
	color: var(--fd-dark);
	font-weight: 700;
	min-width: 190px;
	text-align: right;
	white-space: nowrap;
}

.fd-hours-item.active {
	background-color: var(--fd-primary-soft);
}

.fd-hours-item.active .fd-hours-day {
	color: var(--fd-dark);
	font-weight: 700;
}

.fd-hours-item.active .fd-hours-value {
	color: var(--fd-primary);
}

/* Prices */
.fd-price-groups {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: var(--fd-space-3) var(--fd-space-4);
	align-items: start;
}

.fd-price-group-title {
	font-weight: 800;
	color: var(--fd-dark);
	margin-bottom: 8px;
}

.fd-price-table td {
	padding: 10px 0;
	border-bottom: 1px solid var(--fd-border);
	font-size: 0.93rem;
	vertical-align: top;
}

.fd-price-table tr:last-child td {
	border-bottom: 0;
}

.fd-price-value {
	color: var(--fd-primary);
	font-weight: 800;
	white-space: nowrap;
}

/* Facilities */
.fd-facility-groups {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
	gap: var(--fd-space-3);
	align-items: start;
}

.fd-facility-group-title {
	font-weight: 800;
	color: var(--fd-dark);
	font-size: 0.95rem;
	margin-bottom: 8px;
}

.fd-facility-list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(185px, 1fr));
	gap: 8px;
}

.fd-facility-tile {
	background-color: var(--fd-bg);
	border: 1px solid var(--fd-border);
	border-radius: 8px;
	padding: 10px 13px;
	font-size: 0.89rem;
	line-height: 1.4;
	color: var(--fd-body);
	font-weight: 600;
}

/* Gallery */
.fd-gallery {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 10px;
}

.fd-gallery-1 {
	grid-template-columns: repeat(2, 1fr);
}

.fd-gallery-2,
.fd-gallery-3 {
	grid-template-columns: repeat(3, 1fr);
}

.fd-gallery-4 {
	grid-template-columns: repeat(4, 1fr);
}

.fd-gallery-img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 8px;
}

/* Reviews */
.fd-review .card-body {
	padding: 16px;
}

.fd-review-author {
	font-weight: 800;
	color: var(--fd-dark);
	margin-bottom: 2px;
}

.fd-review-stars {
	margin-bottom: 8px;
}

.fd-review-text {
	color: var(--fd-body);
	font-size: 0.92rem;
}

/* Contact */
.fd-contact-row {
	align-items: stretch;
}

.fd-contact-item {
	padding: 14px 0;
}

.fd-contact-item:last-child {
	border-bottom: 0;
}

.fd-contact-label {
	display: block;
	color: var(--fd-muted);
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin-bottom: 3px;
}

.fd-contact-value {
	display: block;
	color: var(--fd-dark);
	font-weight: 600;
}

.ratio.fd-map {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 280px;
	border: 1px solid var(--fd-border);
	border-radius: var(--fd-radius);
	overflow: hidden;
}

.fd-map-frame {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

/* Pagination */
.fd-pagination-nav {
	margin-top: var(--fd-space-4);
}

.pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 6px;
}

.page-link {
	display: block;
	min-width: 40px;
	text-align: center;
	border: 1px solid var(--fd-border);
	border-radius: 8px;
	padding: 8px 14px;
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--fd-body);
}

.page-link:hover {
	border-color: var(--fd-primary);
	color: var(--fd-primary);
	text-decoration: none;
}

.page-item.active .page-link {
	background-color: var(--fd-primary);
	border-color: var(--fd-primary);
	color: #ffffff;
}

/* Static pages */
.fd-page-wrap {
	max-width: 900px;
	padding-bottom: var(--fd-space-5);
}

.fd-page-hero {
	position: relative;
	background-color: var(--fd-dark);
	margin-bottom: var(--fd-space-4);
}

.fd-page-hero-img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	opacity: 0.55;
}

.fd-page-hero-copy {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: var(--fd-space-4);
}

.fd-page-hero-copy .fd-kicker {
	color: rgba(255, 255, 255, 0.75);
}

.fd-page-hero-title {
	color: #ffffff;
	font-size: 2.3rem;
	margin: 0;
}

.fd-page-title {
	font-size: 2.1rem;
	margin-bottom: var(--fd-space-3);
}

.fd-prose h2,
.fd-prose h3,
.fd-prose h4 {
	margin-top: var(--fd-space-4);
}

.fd-prose blockquote {
	border-left: 3px solid var(--fd-primary);
	margin: 0 0 var(--fd-space-2);
	padding-left: var(--fd-space-3);
	color: var(--fd-muted);
}

/* Form */
.fd-form-card {
	padding: var(--fd-space-4);
}

.mb-3 {
	margin-bottom: var(--fd-space-3);
}

.form-label {
	display: block;
	font-weight: 700;
	color: var(--fd-dark);
	font-size: 0.9rem;
	margin-bottom: 5px;
}

.form-control {
	width: 100%;
	border: 1px solid var(--fd-border);
	border-radius: 8px;
	padding: 10px 12px;
	font: inherit;
	color: var(--fd-body);
	background-color: var(--fd-bg);
}

.form-control:focus {
	border-color: var(--fd-accent);
	outline: none;
}

.form-textarea {
	resize: vertical;
}

.alert {
	border-radius: 8px;
	padding: 12px 14px;
	margin: 0;
}

.alert-success {
	background-color: var(--fd-success-soft);
	color: var(--fd-success);
}

/* Lightbox */
.fd-lightbox {
	position: fixed;
	inset: 0;
	z-index: 200;
	background-color: rgba(16, 24, 40, 0.92);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 64px 24px;
}

.fd-lightbox-open {
	overflow: hidden;
}

.fd-lightbox-stage {
	max-width: 100%;
	max-height: 100%;
}

.fd-lightbox-image {
	max-width: 100%;
	max-height: 80vh;
	border-radius: var(--fd-radius);
	object-fit: contain;
}

.fd-lightbox-control {
	position: absolute;
	background-color: rgba(255, 255, 255, 0.14);
	color: #ffffff;
	border: 0;
	border-radius: 999px;
	width: 46px;
	height: 46px;
	font-size: 1.6rem;
	line-height: 1;
	cursor: pointer;
}

.fd-lightbox-control:hover {
	background-color: var(--fd-primary);
}

.fd-lightbox-close {
	top: 18px;
	right: 18px;
}

.fd-lightbox-prev {
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
}

.fd-lightbox-next {
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
}

/* Footer */
.fd-footer {
	background-color: var(--fd-dark);
	color: rgba(255, 255, 255, 0.72);
	margin-top: var(--fd-space-5);
}

.fd-footer-row {
	padding: var(--fd-space-5) 0 var(--fd-space-4);
	row-gap: var(--fd-space-4);
}

.fd-footer-name {
	color: #ffffff;
	font-size: 1.2rem;
	font-weight: 900;
	margin-bottom: 8px;
}

.fd-footer-logo-image {
	height: 40px;
	width: auto;
	max-width: 220px;
	object-fit: contain;
}

.fd-footer-text p:last-child {
	margin-bottom: 0;
}

.fd-footer-heading {
	color: #ffffff;
	font-size: 0.78rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: var(--fd-space-2);
}

.fd-footer-menu,
.fd-footer-social {
	flex-direction: column;
	gap: 8px;
}

.fd-footer a,
.fd-footer .nav-link {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.92rem;
}

.fd-footer a:hover {
	color: var(--fd-primary);
	text-decoration: none;
}

.fd-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 18px 0;
}

.fd-copyright {
	margin: 0;
	font-size: 0.85rem;
}

/* Back to top */
.fd-back-to-top {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 50;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 999px;
	background-color: var(--fd-primary);
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s ease;
}

.fd-back-to-top.is-visible {
	opacity: 1;
	visibility: visible;
}

.fd-back-to-top-icon {
	display: block;
	width: 11px;
	height: 11px;
	margin: 4px auto 0;
	border-left: 2px solid #ffffff;
	border-top: 2px solid #ffffff;
	transform: rotate(45deg);
}
