@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&display=swap");

/*
	Budoclub Seitenstil (bc-*)
	Gemeinsame Bausteine für Landingpages: Hero mit rotem Verlauf, Pillen, schwarze Infoleiste, Karten.

	Auf einer WordPress-Seite: Shortcode [budoclub_page_style] ganz oben einfügen
	(lädt dieses CSS, blendet die Theme-Überschrift aus, Inhalt randlos).
	Danach HTML mit den Klassen unten, z. B. in einem HTML-Block.

	Gerüst:

	<article class="bc-page">
	  <section class="bc-hero">
	    <img class="bc-hero__img" src="…" alt="…">
	    <div class="bc-hero__shade" aria-hidden="true"></div>
	    <div class="bc-hero__inner">
	      <p class="bc-pill bc-pill--on-dark">Kleine Kennzeichnung</p>
	      <h1 class="bc-hero__title">Überschrift</h1>
	      <p class="bc-hero__lead">Ein bis zwei Sätze.</p>
	      <div class="bc-hero__actions">
	        <a class="bc-btn bc-btn--primary" href="#ziel">Primär</a>
	        <a class="bc-btn bc-btn--ghost" href="#mehr">Sekundär</a>
	      </div>
	    </div>
	  </section>
	  <section class="bc-facts" aria-label="Kurzinfos">
	    <div class="bc-wrap bc-facts__grid">
	      <div class="bc-fact"><strong>Zahl</strong><span class="bc-fact__label">Titel</span><span>Kurztext</span></div>
	    </div>
	  </section>
	  <section class="bc-section bc-section--soft">
	    <div class="bc-wrap bc-split">
	      <div>
	        <p class="bc-pill">Abschnitt</p>
	        <h2>Überschrift</h2>
	        <p>Fließtext.</p>
	      </div>
	      <figure class="bc-split__media"><img class="bc-photo" src="…" alt="…"></figure>
	    </div>
	  </section>
	</article>
*/

/* --- Theme-Chrome ausblenden, Inhalt randlos --- */

body.bc-page-layout,
body.budoclub-dojo-rental-page {
	overflow-x: clip;
}

body.bc-page-layout .page-title,
body.bc-page-layout .featured-title,
body.bc-page-layout .page-header-wrapper,
body.bc-page-layout .page-title-inner,
body.bc-page-layout .page-title-bg,
body.bc-page-layout #page-header-wrapper,
body.bc-page-layout .page-header-excerpt,
body.bc-page-layout .entry-header,
body.bc-page-layout h1.entry-title,
body.bc-page-layout .entry-summary,
body.budoclub-dojo-rental-page .page-title,
body.budoclub-dojo-rental-page .featured-title,
body.budoclub-dojo-rental-page .page-header-wrapper,
body.budoclub-dojo-rental-page .page-title-inner,
body.budoclub-dojo-rental-page .page-title-bg,
body.budoclub-dojo-rental-page #page-header-wrapper,
body.budoclub-dojo-rental-page .page-header-excerpt,
body.budoclub-dojo-rental-page .entry-header,
body.budoclub-dojo-rental-page h1.entry-title,
body.budoclub-dojo-rental-page .entry-summary {
	display: none !important;
}

body.blog.bc-page-layout #content > .row.align-center {
	max-width: 1120px !important;
	width: calc(100% - 2rem) !important;
	margin: 2.2rem auto 4.2rem !important;
	padding: 0 !important;
}

body.bc-page-layout:not(.blog) #content > .row,
body.bc-page-layout .page-wrapper > .row,
body.bc-page-layout .col.large-12,
body.budoclub-dojo-rental-page #content > .row,
body.budoclub-dojo-rental-page .page-wrapper > .row,
body.budoclub-dojo-rental-page .col.large-12 {
	max-width: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.bc-page-layout .entry-content,
body.budoclub-dojo-rental-page .entry-content {
	margin: 0 !important;
	padding: 0 !important;
	max-width: none !important;
}

body.bc-page-layout .entry-content > *:not(.bc-page):not(:has(.bc-page)),
body.budoclub-dojo-rental-page .entry-content > *:not(.budoclub-dojo-rental):not(.bc-page):not(:has(.bc-page)):not(:has(.budoclub-dojo-rental)) {
	display: none;
}

/* --- Tokens & Typo --- */

.bc-page,
.budoclub-dojo-rental {
	--bc-red: #e70000;
	--bc-red-deep: #b40000;
	--bc-ink: #14181f;
	--bc-muted: #5b6573;
	--bc-line: rgba(20, 24, 31, 0.12);
	--bc-soft: #f6f3ef;
	--bc-card: #fff;
	--dr-red: var(--bc-red);
	--dr-red-deep: var(--bc-red-deep);
	--dr-ink: var(--bc-ink);
	--dr-muted: var(--bc-muted);
	--dr-line: var(--bc-line);
	--dr-soft: var(--bc-soft);
	--dr-card: var(--bc-card);
	font-family: "Outfit", Montserrat, "Segoe UI", sans-serif;
	color: var(--bc-ink);
	line-height: 1.55;
	font-size: 1.05rem;
	text-transform: none;
	letter-spacing: normal;
	background: #fff;
}

.bc-page *,
.bc-page *::before,
.bc-page *::after,
.budoclub-dojo-rental *,
.budoclub-dojo-rental *::before,
.budoclub-dojo-rental *::after {
	box-sizing: border-box;
}

.bc-page img,
.budoclub-dojo-rental img {
	max-width: 100%;
	height: auto;
	display: block;
}

.bc-page h1,
.bc-page h2,
.bc-page h3,
.budoclub-dojo-rental h1,
.budoclub-dojo-rental h2,
.budoclub-dojo-rental h3 {
	font-family: inherit;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.15;
	color: var(--bc-ink);
	text-transform: none;
	margin: 0 0 0.7rem;
}

.bc-page h2,
.budoclub-dojo-rental h2 {
	font-size: clamp(1.7rem, 3vw, 2.35rem);
}

.bc-page h3,
.budoclub-dojo-rental h3 {
	font-size: 1.2rem;
	margin-bottom: 0.35rem;
}

.bc-page p,
.budoclub-dojo-rental p {
	margin: 0 0 1rem;
}

.bc-wrap,
.budoclub-dojo-rental__inner {
	width: min(1120px, calc(100% - 2rem));
	margin: 0 auto;
}

/* --- Pille (Themen-Kennzeichnung) --- */

.bc-pill,
.budoclub-dojo-rental__eyebrow,
.budoclub-dojo-rental__size {
	display: inline-block;
	margin: 0 0 0.65rem;
	padding: 0.2rem 0.7rem;
	border-radius: 99px;
	background: rgba(231, 0, 0, 0.1);
	color: var(--bc-red-deep);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.bc-pill--sm,
.budoclub-dojo-rental__size {
	margin: 0 0 0.35rem;
	padding: 0.15rem 0.55rem;
	font-size: 0.82rem;
	letter-spacing: 0.04em;
	text-transform: none;
}

.bc-lead,
.budoclub-dojo-rental__section-lead {
	max-width: 40rem;
	color: var(--bc-muted);
	margin-bottom: 1.75rem;
}

/* --- Hero: Vollbild, Text unten links, roter Verlauf --- */

.bc-hero,
.budoclub-dojo-rental__hero {
	position: relative;
	isolation: isolate;
	min-height: min(86vh, 760px);
	display: grid;
	place-items: end start;
	overflow: hidden;
	color: #fff;
	background: #4a0000;
}

.bc-hero__img,
.budoclub-dojo-rental__hero-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.bc-hero video.bc-hero__img {
	background: #4a0000;
}

.bc-hero__shade,
.budoclub-dojo-rental__hero-shade {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(180, 0, 0, 0.55) 0%, rgba(140, 0, 0, 0.62) 38%, rgba(70, 0, 0, 0.88) 100%),
		linear-gradient(90deg, rgba(160, 0, 0, 0.72) 0%, rgba(160, 0, 0, 0.42) 42%, rgba(160, 0, 0, 0.18) 100%);
}

.bc-hero--soft .bc-hero__shade {
	background:
		linear-gradient(180deg, rgba(180, 0, 0, 0.42) 0%, rgba(140, 0, 0, 0.50) 38%, rgba(70, 0, 0, 0.76) 100%),
		linear-gradient(90deg, rgba(160, 0, 0, 0.58) 0%, rgba(160, 0, 0, 0.32) 42%, rgba(160, 0, 0, 0.12) 100%);
}

.bc-hero__inner,
.budoclub-dojo-rental__hero-inner {
	position: relative;
	z-index: 2;
	width: min(1120px, calc(100% - 2rem));
	margin: 0 auto;
	padding: 8.5rem 0 3.4rem;
	text-shadow: 0 2px 18px rgba(60, 0, 0, 0.45);
}

.bc-hero .bc-pill,
.bc-pill--on-dark,
.budoclub-dojo-rental__hero .budoclub-dojo-rental__eyebrow {
	background: rgba(255, 255, 255, 0.16);
	color: #fff;
	text-shadow: none;
}

.bc-hero__title,
.budoclub-dojo-rental__hero .budoclub-dojo-rental__title,
body.budoclub-dojo-rental-page .budoclub-dojo-rental__title,
body.bc-page-layout .bc-hero__title {
	font-size: clamp(2.35rem, 5.4vw, 3.85rem);
	color: #fff !important;
	max-width: 15ch;
	margin-bottom: 0.85rem;
	line-height: 1.08;
}

.bc-hero__title--wide {
	max-width: 22ch;
}

.bc-hero__lead,
.budoclub-dojo-rental__hero .budoclub-dojo-rental__lead,
body.budoclub-dojo-rental-page .budoclub-dojo-rental__lead,
body.bc-page-layout .bc-hero__lead {
	max-width: 34rem;
	font-size: 1.12rem;
	color: rgba(255, 255, 255, 0.92) !important;
	margin-bottom: 1.5rem;
}

.bc-hero__actions,
.budoclub-dojo-rental__hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	text-shadow: none;
}

/* --- Buttons --- */

.bc-btn,
.budoclub-dojo-rental__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	padding: 0.7rem 1.35rem;
	border-radius: 6px !important;
	border: 1px solid transparent;
	font-family: inherit;
	font-size: 0.95rem;
	font-weight: 600;
	text-decoration: none !important;
	text-transform: none !important;
	letter-spacing: normal !important;
	cursor: pointer;
	transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.bc-btn--primary,
.budoclub-dojo-rental__btn--primary {
	background: var(--bc-red) !important;
	color: #fff !important;
	border-color: var(--bc-red);
}

.bc-btn--primary:hover,
.bc-btn--primary:focus-visible,
.budoclub-dojo-rental__btn--primary:hover,
.budoclub-dojo-rental__btn--primary:focus-visible {
	background: var(--bc-red-deep) !important;
	color: #fff !important;
}

.bc-btn--ghost,
.budoclub-dojo-rental__btn--ghost {
	background: transparent !important;
	color: #fff !important;
	border-color: rgba(255, 255, 255, 0.45);
}

.bc-btn--ghost:hover,
.bc-btn--ghost:focus-visible,
.budoclub-dojo-rental__btn--ghost:hover,
.budoclub-dojo-rental__btn--ghost:focus-visible {
	background: rgba(255, 255, 255, 0.12) !important;
}

.bc-btn--full,
.budoclub-dojo-rental__btn--full {
	width: 100%;
}

.bc-btn--line {
	background: transparent !important;
	color: var(--bc-ink) !important;
	border-color: rgba(20, 24, 31, 0.28);
}

.bc-btn--line:hover,
.bc-btn--line:focus-visible {
	background: var(--bc-ink) !important;
	color: #fff !important;
	border-color: var(--bc-ink);
}

.bc-btn--white {
	background: #fff !important;
	color: var(--bc-red-deep) !important;
	border-color: #fff;
}

.bc-btn--white:hover,
.bc-btn--white:focus-visible {
	background: var(--bc-soft) !important;
	color: var(--bc-red-deep) !important;
}

/* --- Schwarze Infoleiste unter dem Hero --- */

.bc-facts,
.budoclub-dojo-rental__facts {
	background: var(--bc-ink);
	color: #fff;
	padding: 1.55rem 0;
}

.bc-facts__grid,
.budoclub-dojo-rental__facts-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.1rem;
}

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

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

.bc-fact,
.budoclub-dojo-rental__fact {
	display: grid;
	gap: 0.12rem;
}

.bc-fact strong,
.budoclub-dojo-rental__fact strong {
	display: block;
	font-size: clamp(1.55rem, 2.4vw, 2rem);
	letter-spacing: -0.03em;
	line-height: 1.1;
	margin-bottom: 0.1rem;
	color: #fff;
}

.bc-fact__label,
.budoclub-dojo-rental__fact-label {
	color: #fff !important;
	font-size: 0.95rem !important;
	font-weight: 700;
}

.bc-fact span,
.budoclub-dojo-rental__fact span {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.88rem;
}

/* --- Abschnitte --- */

.bc-section,
.budoclub-dojo-rental__intro,
.budoclub-dojo-rental__uses,
.budoclub-dojo-rental__gallery,
.budoclub-dojo-rental__rooms,
.budoclub-dojo-rental__gear,
.budoclub-dojo-rental__form-section {
	padding: 4.2rem 0;
	scroll-margin-top: 96px;
}

.bc-section--soft,
.budoclub-dojo-rental__intro,
.budoclub-dojo-rental__gear,
.budoclub-dojo-rental__gallery {
	background: var(--bc-soft);
}

.bc-section--white,
.budoclub-dojo-rental__rooms,
.budoclub-dojo-rental__uses {
	background: #fff;
}

.bc-section--form,
.budoclub-dojo-rental__form-section {
	padding: 4.4rem 0 5rem;
	background:
		radial-gradient(circle at top right, rgba(231, 0, 0, 0.12), transparent 42%),
		#fff;
}

/* --- Grids & Karten --- */

.bc-grid,
.budoclub-dojo-rental__room-grid,
.budoclub-dojo-rental__use-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.15rem;
}

.bc-grid--2,
.budoclub-dojo-rental__gear-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.15rem;
}

.bc-grid--4,
.bc-tiles {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.9rem;
}

.budoclub-dojo-rental__amenities {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.9rem;
}

.budoclub-dojo-rental__amenities,
.bc-tiles {
	margin-top: 1.35rem;
}

.bc-card,
.budoclub-dojo-rental__room,
.budoclub-dojo-rental__use {
	background: var(--bc-card);
	border: 1px solid var(--bc-line);
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(20, 24, 31, 0.05);
}

.bc-card--lift,
.budoclub-dojo-rental__use {
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.bc-card--lift:hover,
.budoclub-dojo-rental__use:hover {
	transform: translateY(-3px);
	box-shadow: 0 16px 32px rgba(20, 24, 31, 0.1);
}

.bc-card__img,
.budoclub-dojo-rental__use-img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.bc-card__body,
.budoclub-dojo-rental__use-body {
	padding: 1rem 1.05rem 1.15rem;
}

.bc-card__body p,
.budoclub-dojo-rental__use-body p {
	margin: 0;
	color: var(--bc-muted);
	font-size: 0.95rem;
}

.bc-tile,
.budoclub-dojo-rental__amenity {
	background: var(--bc-soft);
	border: 1px solid var(--bc-line);
	border-radius: 12px;
	padding: 0.95rem 1rem 1.05rem;
}

.bc-tile strong,
.budoclub-dojo-rental__amenity strong {
	display: block;
	font-size: 1.02rem;
	margin-bottom: 0.2rem;
}

.bc-tile span,
.budoclub-dojo-rental__amenity span {
	color: var(--bc-muted);
	font-size: 0.9rem;
}

.bc-panel,
.budoclub-dojo-rental__gear-card,
.budoclub-dojo-rental__rack {
	background: #fff;
	border: 1px solid var(--bc-line);
	border-radius: 14px;
	padding: 1.15rem 1.2rem 1.25rem;
}

.bc-panel h3,
.budoclub-dojo-rental__gear-card h3,
.budoclub-dojo-rental__rack h3 {
	margin-bottom: 0.65rem;
}

.bc-panel ul,
.budoclub-dojo-rental__gear-card ul,
.budoclub-dojo-rental__rack ul {
	margin: 0;
	padding-left: 1.15rem;
}

.bc-panel li,
.budoclub-dojo-rental__gear-card li,
.budoclub-dojo-rental__rack li {
	margin: 0.28rem 0;
	color: var(--bc-muted);
}

.budoclub-dojo-rental__gear-grid {
	margin-bottom: 1.15rem;
}

/* --- Zwei Spalten: Text + Bild --- */

.bc-split,
.budoclub-dojo-rental__intro-grid,
.budoclub-dojo-rental__form-grid {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 2.4rem;
	align-items: center;
}

.bc-split--start,
.budoclub-dojo-rental__form-grid {
	align-items: start;
	grid-template-columns: 0.95fr 1.05fr;
}

.bc-split__media,
.budoclub-dojo-rental__intro-photo {
	margin: 0;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 18px 40px rgba(20, 24, 31, 0.16);
}

.bc-photo,
.budoclub-dojo-rental__photo {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 5 / 4;
}

/* --- Galerie --- */

.bc-gallery,
.budoclub-dojo-rental__gallery-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.85rem;
}

.bc-gallery figure,
.budoclub-dojo-rental__gallery-grid figure {
	margin: 0;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
}

.bc-gallery .bc-photo,
.budoclub-dojo-rental__gallery-grid .budoclub-dojo-rental__photo {
	aspect-ratio: 5 / 4;
}

.bc-gallery figcaption,
.budoclub-dojo-rental__gallery-grid figcaption {
	padding: 0.55rem 0.8rem 0.75rem;
	font-size: 0.86rem;
	font-weight: 600;
	color: var(--bc-muted);
}

/* --- Hinweis, Liste, Formular --- */

.bc-notice,
.budoclub-dojo-rental__notice {
	padding: 0.85rem 1rem;
	border-radius: 10px;
	background: rgba(231, 0, 0, 0.07);
	border: 1px solid rgba(231, 0, 0, 0.18);
	color: var(--bc-ink);
	font-size: 0.95rem;
}

.bc-notice a,
.budoclub-dojo-rental__notice a {
	color: var(--bc-red-deep);
	font-weight: 600;
}

.bc-checklist,
.budoclub-dojo-rental__checklist {
	margin: 0 0 1.3rem;
	padding: 0;
	list-style: none;
}

.bc-checklist li,
.budoclub-dojo-rental__checklist li {
	position: relative;
	padding: 0.35rem 0 0.35rem 1.6rem;
	color: var(--bc-ink);
}

.bc-checklist li::before,
.budoclub-dojo-rental__checklist li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: var(--bc-red);
	font-weight: 700;
}

.bc-muted,
.budoclub-dojo-rental__address {
	margin: 0;
	color: var(--bc-muted);
	font-size: 0.95rem;
}

.bc-form-card,
.budoclub-dojo-rental__form-card {
	background: #fff;
	border: 1px solid var(--bc-line);
	border-radius: 16px;
	padding: 1.4rem 1.35rem 1.5rem;
	box-shadow: 0 18px 40px rgba(20, 24, 31, 0.08);
}

.bc-form,
.budoclub-dojo-rental__form {
	display: grid;
	gap: 0.9rem;
}

.bc-field,
.budoclub-dojo-rental__field {
	display: grid;
	gap: 0.35rem;
	margin: 0;
	font-weight: 600;
	font-size: 0.88rem;
}

.bc-field input,
.bc-field textarea,
.budoclub-dojo-rental__field input,
.budoclub-dojo-rental__field textarea {
	width: 100%;
	border: 1px solid var(--bc-line);
	border-radius: 8px !important;
	padding: 0.75rem 0.85rem;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	color: var(--bc-ink);
	background: #fff;
	box-shadow: none !important;
}

.bc-field input:focus,
.bc-field textarea:focus,
.budoclub-dojo-rental__field input:focus,
.budoclub-dojo-rental__field textarea:focus {
	outline: 2px solid rgba(231, 0, 0, 0.35);
	border-color: var(--bc-red);
}

.bc-hint,
.budoclub-dojo-rental__hint {
	margin: 0;
	color: var(--bc-muted);
	font-size: 0.82rem;
	font-weight: 400;
}

.bc-error,
.budoclub-dojo-rental__error {
	margin: 0;
	color: var(--bc-red-deep);
	font-weight: 600;
	font-size: 0.9rem;
}

.bc-honeypot,
.budoclub-dojo-rental__honeypot {
	position: absolute;
	left: -9999px;
	height: 0;
	overflow: hidden;
}

.bc-success,
.budoclub-dojo-rental__success {
	text-align: center;
	padding: 1.4rem 0.4rem 0.6rem;
}

.bc-success__mark,
.budoclub-dojo-rental__success-mark {
	width: 3rem;
	height: 3rem;
	margin: 0 auto 0.85rem;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: rgba(31, 122, 76, 0.12);
	color: #1f7a4c;
	font-size: 1.35rem;
	font-weight: 700;
}

.bc-success h3,
.budoclub-dojo-rental__success h3 {
	margin-bottom: 0.4rem;
}

.bc-success p,
.budoclub-dojo-rental__success p {
	margin: 0;
	color: var(--bc-muted);
}

.bc-page [hidden],
.budoclub-dojo-rental [hidden] {
	display: none !important;
}

.bc-section--cta {
	background: var(--bc-red);
	color: #fff;
}

.bc-section--cta h2,
.bc-section--cta p {
	color: #fff;
}

.bc-section--cta .bc-lead,
.bc-section--cta .bc-muted {
	color: rgba(255, 255, 255, 0.88);
}

.bc-rules {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bc-rules li {
	display: grid;
	grid-template-columns: 3rem 1fr;
	gap: 1rem;
	align-items: start;
	padding: 0.95rem 0;
	border-bottom: 1px solid var(--bc-line);
	color: var(--bc-ink);
}

.bc-rules li:last-child {
	border-bottom: 0;
}

.bc-rules strong {
	color: var(--bc-red);
	font-size: 1.35rem;
	line-height: 1.15;
}

.bc-logos {
	display: flex;
	flex-wrap: wrap;
	gap: 1.4rem 1.8rem;
	align-items: center;
	margin: 0 0 1.2rem;
}

.bc-logos img {
	height: 52px;
	width: auto;
	display: block;
}

.bc-stores {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	align-items: center;
	margin: 0 0 1.1rem;
}

.bc-stores img {
	display: block;
	width: auto;
	height: 48px;
}

.bc-embed {
	margin-top: 0.4rem;
}

.bc-schedule h3 {
	margin-top: 1.4rem;
}

.bc-schedule h3:first-child {
	margin-top: 0;
}

.bc-faq {
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--bc-line);
}

.bc-faq details {
	border-bottom: 1px solid var(--bc-line);
	padding: 0.85rem 0;
}

.bc-faq summary {
	cursor: pointer;
	font-weight: 700;
}

.bc-faq p {
	margin: 0.65rem 0 0;
	color: var(--bc-muted);
}

@media (max-width: 960px) {
	.bc-facts__grid,
	.bc-facts__grid--3,
	.bc-split,
	.bc-grid,
	.bc-grid--2,
	.bc-grid--4,
	.bc-tiles,
	.bc-gallery,
	.budoclub-dojo-rental__facts-grid,
	.budoclub-dojo-rental__intro-grid,
	.budoclub-dojo-rental__form-grid,
	.budoclub-dojo-rental__use-grid,
	.budoclub-dojo-rental__room-grid,
	.budoclub-dojo-rental__amenities,
	.budoclub-dojo-rental__gear-grid,
	.budoclub-dojo-rental__gallery-grid {
		grid-template-columns: 1fr 1fr;
	}

	.bc-split,
	.bc-split--start,
	.budoclub-dojo-rental__intro-grid,
	.budoclub-dojo-rental__form-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.bc-facts__grid,
	.bc-facts__grid--2,
	.bc-facts__grid--3,
	.bc-grid,
	.bc-grid--2,
	.bc-grid--4,
	.bc-tiles,
	.bc-gallery,
	.budoclub-dojo-rental__facts-grid,
	.budoclub-dojo-rental__use-grid,
	.budoclub-dojo-rental__room-grid,
	.budoclub-dojo-rental__amenities,
	.budoclub-dojo-rental__gear-grid,
	.budoclub-dojo-rental__gallery-grid {
		grid-template-columns: 1fr;
	}

	.bc-hero__inner,
	.budoclub-dojo-rental__hero-inner {
		padding-top: 7.2rem;
	}

	.bc-section,
	.budoclub-dojo-rental__intro,
	.budoclub-dojo-rental__uses,
	.budoclub-dojo-rental__rooms,
	.budoclub-dojo-rental__gear,
	.budoclub-dojo-rental__gallery,
	.budoclub-dojo-rental__form-section {
		padding: 2.6rem 0;
	}
}
