:root {
	--bct-rose: #d4537a;
	--bct-rose-soft: #e56d90;
	--bct-teal: #2aa89e;
	--bct-gold: #c9962a;
	--bct-ink: #1c1c1a;
	--bct-cream: #f7f4ef;
	--bct-blush: #f0c4ce;
	--bct-display: "Syne", sans-serif;
	--bct-serif: "Fraunces", "Times New Roman", serif;
	--bct-sans: "Source Sans 3", system-ui, sans-serif;
	--bct-pad: clamp(1.25rem, 4vw, 4.5rem);
	--bct-header: 5.25rem;
}

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

html {
	scroll-behavior: auto;
}

html.js:not(.bct2-ready) body.bct2--home {
	overflow: hidden;
}

body.bct2 {
	margin: 0;
	background: var(--bct-cream);
	color: var(--bct-ink);
	font-family: var(--bct-sans);
	font-size: 1.125rem;
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
}

img,
video {
	max-width: 100%;
	display: block;
}

a {
	color: inherit;
}

h1,
h2,
h3,
.bct2-display,
.bct2-mega {
	font-family: var(--bct-serif);
	font-weight: 600;
	letter-spacing: -0.03em;
	line-height: 0.95;
	margin: 0 0 0.6em;
}

.bct2-visually-hidden,
.bct2-skip {
	position: absolute;
	left: -9999px;
}

.bct2-skip:focus {
	left: 1rem;
	top: 1rem;
	z-index: 80;
	background: #fff;
	padding: 0.6rem 1rem;
}

.bct2-kicker {
	margin: 0 0 0.75rem;
	font-family: var(--bct-display);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--bct-rose);
}

.bct2-kicker--light {
	color: var(--bct-blush);
}

.bct2-display {
	font-size: clamp(2.6rem, 9vw, 7.2rem);
}

.bct2-mega {
	font-size: clamp(3.2rem, 12vw, 9rem);
	max-width: 16ch;
}

.bct2-lead {
	max-width: 38rem;
	font-size: clamp(1.05rem, 2vw, 1.3rem);
}

.bct2-note {
	margin-top: 2rem;
	font-size: 0.95rem;
	opacity: 0.7;
}

.bct2-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	margin-top: 1.75rem;
}

.bct2-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3.1rem;
	padding: 0.7rem 1.4rem;
	border-radius: 999px;
	border: 1.5px solid transparent;
	text-decoration: none;
	font-family: var(--bct-display);
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.bct2-btn:hover {
	transform: translateY(-2px);
}

.bct2-btn--cream {
	background: var(--bct-cream);
	color: var(--bct-ink);
}

.bct2-btn--ink {
	background: var(--bct-ink);
	color: var(--bct-cream);
}

.bct2-btn--ghost,
.bct2-btn--ghost-ink {
	background: transparent;
	border-color: rgba(247, 244, 239, 0.55);
	color: var(--bct-cream);
}

.bct2-btn--ghost-ink {
	border-color: var(--bct-ink);
	color: var(--bct-ink);
}

.bct2-inline {
	display: inline-block;
	margin-top: 1.2rem;
	font-family: var(--bct-display);
	font-weight: 700;
	text-decoration: none;
	border-bottom: 1px solid currentColor;
}

/* Header */
.admin-bar .bct2-header,
.admin-bar .bct2-boot {
	top: 32px;
}

@media screen and (max-width: 782px) {
	.admin-bar .bct2-header,
	.admin-bar .bct2-boot {
		top: 46px;
	}
}

.bct2-header {
	position: fixed;
	inset: 0 0 auto;
	z-index: 40;
	display: grid;
	grid-template-columns: auto 1fr auto auto;
	align-items: center;
	gap: 1rem;
	min-height: var(--bct-header);
	padding: 0.7rem var(--bct-pad);
	color: #fff;
	transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

html.js:not(.bct2-ready) .bct2-header {
	visibility: hidden;
}

.bct2-header.is-scrolled {
	background: rgba(247, 244, 239, 0.92);
	color: var(--bct-ink);
	backdrop-filter: blur(16px);
	box-shadow: 0 1px 0 rgba(28, 28, 26, 0.06);
}

.bct2-logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 12px;
	padding: 0.2rem 0.35rem;
}

.bct2-logo img {
	height: 64px;
	width: auto;
}

.bct2-nav {
	display: none;
	justify-content: center;
	gap: 1.6rem;
	font-family: var(--bct-display);
	font-size: 0.86rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.bct2-nav a {
	text-decoration: none;
}

.bct2-nav a[aria-current="page"] {
	color: var(--bct-rose);
}

.bct2-header:not(.is-scrolled) .bct2-nav a[aria-current="page"] {
	color: var(--bct-blush);
}

.bct2-pill {
	display: none;
	padding: 0.55rem 1rem;
	border-radius: 999px;
	background: var(--bct-rose);
	color: #fff;
	text-decoration: none;
	font-family: var(--bct-display);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.bct2-burger {
	justify-self: end;
	width: 48px;
	height: 48px;
	border: 0;
	border-radius: 12px;
	background: var(--bct-rose);
	color: #fff;
	cursor: pointer;
}

.bct2-burger__lines,
.bct2-burger__lines::before,
.bct2-burger__lines::after {
	display: block;
	width: 18px;
	height: 2px;
	margin: 0 auto;
	background: #fff;
	position: relative;
}

.bct2-burger__lines::before,
.bct2-burger__lines::after {
	content: "";
	position: absolute;
	left: 0;
}

.bct2-burger__lines::before {
	top: -6px;
}

.bct2-burger__lines::after {
	top: 6px;
}

.bct2-drawer {
	position: fixed;
	inset: 0;
	z-index: 35;
	display: flex;
	align-items: flex-end;
	padding: calc(var(--bct-header) + 1rem) var(--bct-pad) 2rem;
	background: var(--bct-ink);
	color: var(--bct-cream);
}

.bct2-drawer[hidden] {
	display: none;
}

.bct2-drawer__nav {
	display: flex;
	flex-direction: column;
	gap: 1.1rem;
	font-family: var(--bct-serif);
	font-size: clamp(2rem, 8vw, 3.4rem);
	line-height: 1;
}

.bct2-drawer__nav a {
	text-decoration: none;
}

.bct2-drawer__nav .bct2-btn {
	margin-top: 1rem;
	align-self: flex-start;
	font-size: 1rem;
}

@media (min-width: 920px) {
	.bct2-nav,
	.bct2-pill {
		display: flex;
	}

	.bct2-burger {
		display: none;
	}
}

/* Intro */
.bct2-boot {
	position: fixed;
	inset: 0;
	z-index: 60;
	display: grid;
	place-items: center;
	overflow: hidden;
	background: var(--bct-rose);
	color: var(--bct-cream);
	text-align: center;
	padding: 1.25rem clamp(0.8rem, 3vw, 2rem);
}

.bct2-boot.is-done {
	pointer-events: none;
	visibility: hidden;
}

.bct2-boot__word {
	margin: 0;
	width: max-content;
	max-width: 100%;
	font-family: var(--bct-display);
	font-weight: 800;
	font-size: clamp(1.15rem, 6.4vw, 5.2rem);
	letter-spacing: -0.04em;
	line-height: 0.9;
	text-transform: uppercase;
	white-space: nowrap;
}

.bct2-boot__line {
	position: absolute;
	margin: 0;
	font-family: var(--bct-serif);
	font-size: clamp(1.6rem, 5vw, 3.4rem);
	opacity: 0;
}

/* Hero */
.bct2-hero {
	position: relative;
	min-height: 100svh;
	display: flex;
	align-items: flex-end;
	color: #fff;
	overflow: hidden;
	background: #1c1c1a;
}

.bct2-hero__media,
.bct2-hero__veil {
	position: absolute;
	inset: 0;
}

.bct2-hero__still,
.bct2-hero__video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bct2-hero__video {
	opacity: 0;
	transition: opacity 0.55s ease;
}

.bct2-hero__video.is-ready {
	opacity: 1;
}

.bct2-hero__veil {
	background: linear-gradient(180deg, rgba(28, 28, 26, 0.25) 0%, rgba(28, 28, 26, 0.55) 55%, rgba(28, 28, 26, 0.82) 100%);
}

.bct2-hero__inner {
	position: relative;
	z-index: 1;
	width: min(1200px, calc(100% - 2 * var(--bct-pad)));
	margin: 0 auto;
	padding: calc(var(--bct-header) + 2rem) 0 5rem;
}

.bct2-hero__hint {
	position: absolute;
	right: var(--bct-pad);
	bottom: 1.6rem;
	margin: 0;
	font-family: var(--bct-display);
	font-size: 0.72rem;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	opacity: 0.7;
}

.bct2-pagehero {
	position: relative;
	min-height: 78svh;
	display: flex;
	align-items: flex-end;
	color: #fff;
	background: #1c1c1a;
	overflow: hidden;
}

.bct2-pagehero__media,
.bct2-pagehero__img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.bct2-pagehero__img {
	object-fit: cover;
}

.bct2-pagehero__veil {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(28, 28, 26, 0.2), rgba(28, 28, 26, 0.78));
}

.bct2-pagehero__inner {
	position: relative;
	z-index: 1;
	width: min(1100px, calc(100% - 2 * var(--bct-pad)));
	margin: 0 auto;
	padding: calc(var(--bct-header) + 3rem) 0 4rem;
}

/* Manifesto */
.bct2-manifesto,
.bct2-band,
.bct2-prices,
.bct2-legal,
.bct2-labs__head {
	padding: clamp(4rem, 10vw, 8rem) var(--bct-pad);
}

.bct2-manifesto {
	background: var(--bct-cream);
}

.bct2-manifesto__line {
	font-family: var(--bct-serif);
	font-size: clamp(1.3rem, 3vw, 2rem);
	max-width: 22ch;
	margin: 0 0 2rem;
}

.bct2-manifesto__grid {
	display: grid;
	gap: 1.5rem;
	max-width: 820px;
}

@media (min-width: 800px) {
	.bct2-manifesto__grid {
		grid-template-columns: 1fr 1fr;
	}
}

/* Labs */
.bct2-labs__head {
	padding-bottom: 0;
}

.bct2-lab {
	position: relative;
	min-height: 100svh;
	display: grid;
	align-items: end;
	padding: 5rem var(--bct-pad) 4rem;
	overflow: hidden;
	color: var(--bct-cream);
}

.bct2-lab--rose {
	background: var(--bct-rose);
}

.bct2-lab--ink {
	background: var(--bct-ink);
}

.bct2-lab--teal {
	background: #1f7f78;
}

.bct2-lab__num {
	position: absolute;
	top: 8%;
	right: var(--bct-pad);
	margin: 0;
	font-family: var(--bct-display);
	font-weight: 800;
	font-size: clamp(6rem, 22vw, 18rem);
	line-height: 0.8;
	opacity: 0.16;
	pointer-events: none;
}

.bct2-lab__body {
	position: relative;
	max-width: 34rem;
}

.bct2-lab h3 {
	font-size: clamp(2.2rem, 6vw, 4.2rem);
}

.bct2-lab .bct2-kicker,
.bct2-lab .bct2-inline {
	color: var(--bct-cream);
}

/* Places */
.bct2-places {
	background: var(--bct-ink);
	color: var(--bct-cream);
	padding: 0 0 5rem;
	overflow: hidden;
}

.bct2-marquee {
	overflow: hidden;
	border-bottom: 1px solid rgba(247, 244, 239, 0.12);
	padding: 1.4rem 0;
}

.bct2-marquee__track {
	display: flex;
	gap: 2.5rem;
	width: max-content;
	font-family: var(--bct-display);
	font-size: clamp(1.8rem, 5vw, 3.4rem);
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: -0.04em;
	animation: bct2-marquee 22s linear infinite;
}

.bct2-marquee__track span::after {
	content: "·";
	margin-left: 2.5rem;
	color: var(--bct-rose);
}

@keyframes bct2-marquee {
	to {
		transform: translateX(-33.333%);
	}
}

.bct2-places__copy {
	padding: 4rem var(--bct-pad) 2rem;
	max-width: 40rem;
}

.bct2-places__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.6rem;
	padding: 0 var(--bct-pad);
}

.bct2-places__grid figure {
	margin: 0;
	position: relative;
	overflow: hidden;
}

.bct2-places__grid img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	filter: saturate(1.05);
}

.bct2-places__grid figcaption {
	position: absolute;
	left: 1rem;
	bottom: 1rem;
	font-family: var(--bct-display);
	font-size: 0.78rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

@media (min-width: 800px) {
	.bct2-places__grid {
		grid-template-columns: 1.2fr 1fr 1fr;
	}

	.bct2-places__grid img {
		height: 420px;
	}
}

/* Stats */
.bct2-stats {
	padding: clamp(4rem, 10vw, 7rem) var(--bct-pad);
	background: var(--bct-cream);
}

.bct2-stats__row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2rem clamp(1.2rem, 3vw, 2.4rem);
	align-items: start;
}

.bct2-stats__row > div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: max-content;
	max-width: 100%;
	margin-inline: auto;
	gap: 0.35rem;
	min-width: 0;
}

.bct2-stat {
	display: block;
	width: max-content;
	font-family: var(--bct-display);
	font-style: normal;
	font-weight: 800;
	font-size: clamp(3rem, 6.4vw, 5.4rem);
	line-height: 0.9;
	letter-spacing: -0.04em;
	font-variant-numeric: tabular-nums lining-nums;
	color: var(--bct-rose);
}

.bct2-stats__row span {
	display: block;
	margin: 0;
	max-width: 22ch;
	min-height: 2.5em;
	line-height: 1.25;
}

@media (min-width: 900px) {
	.bct2-stats__row {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}

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

/* Quote */
.bct2-quote {
	background: var(--bct-rose);
	color: var(--bct-cream);
	padding: clamp(4rem, 12vw, 8rem) var(--bct-pad);
	text-align: center;
}

.bct2-quote blockquote {
	margin: 0 auto;
	max-width: min(38rem, 92%);
}

.bct2-quote p {
	margin: 0;
	font-family: var(--bct-serif);
	font-size: clamp(1.8rem, 4.6vw, 3.4rem);
	line-height: 1.15;
}

.bct2-quote cite {
	display: block;
	margin-top: 1.4rem;
	font-family: var(--bct-display);
	font-size: 0.82rem;
	font-style: normal;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.bct2-presence-line {
	font-family: var(--bct-serif);
	font-size: clamp(1.3rem, 2.6vw, 1.85rem);
	line-height: 1.3;
	max-width: 22ch;
}

.bct2-places__air {
	position: relative;
	margin: 0 var(--bct-pad) 1.4rem;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	min-height: 220px;
	background: #111;
}

.bct2-places__air img,
.bct2-places__air video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bct2-places__air figcaption {
	position: absolute;
	left: 1rem;
	bottom: 1rem;
	z-index: 1;
	font-family: var(--bct-display);
	font-size: 0.78rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.bct2-photo--clip {
	position: relative;
	overflow: hidden;
}

.bct2-photo--clip img,
.bct2-photo--clip video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bct2-clip {
	display: block;
}

/* Terrain / presse */
.bct2-terrain {
	padding: clamp(4rem, 10vw, 7rem) var(--bct-pad);
	background: #fff;
}

.bct2-press {
	display: grid;
	gap: 1.6rem;
	margin: 2.4rem 0 2rem;
}

.bct2-press figure {
	margin: 0;
	overflow: hidden;
}

.bct2-press img {
	width: 100%;
	height: 280px;
	object-fit: cover;
}

.bct2-press h3 {
	font-size: clamp(1.8rem, 4vw, 2.8rem);
}

@media (min-width: 900px) {
	.bct2-press {
		grid-template-columns: 1.2fr 1fr;
		align-items: center;
		gap: 3rem;
	}

	.bct2-press img {
		height: 420px;
	}
}

.bct2-terrain__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.6rem;
}

.bct2-terrain__grid figure {
	margin: 0;
	overflow: hidden;
}

.bct2-terrain__grid img {
	width: 100%;
	height: 220px;
	object-fit: cover;
}

@media (min-width: 800px) {
	.bct2-terrain__grid {
		grid-template-columns: repeat(4, 1fr);
	}

	.bct2-terrain__grid img {
		height: 280px;
	}
}

/* Prices */
.bct2-prices {
	background: #fff8f3;
}

.bct2-prices__list {
	display: grid;
	gap: 0;
	margin-top: 2.5rem;
}

.bct2-prices__list article {
	display: grid;
	gap: 1rem;
	padding: 1.8rem 0;
	border-top: 1px solid rgba(28, 28, 26, 0.12);
}

.bct2-prices__amount {
	margin: 0;
	font-family: var(--bct-display);
	font-size: clamp(2.4rem, 6vw, 4.2rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1;
}

.bct2-prices__amount span {
	font-size: 0.35em;
	font-weight: 700;
	letter-spacing: 0;
}

.bct2-prices__list h3 {
	font-size: 1.7rem;
	margin-bottom: 0.4rem;
}

.bct2-prices__list ul,
.bct2-list,
.bct2-steps {
	margin: 0;
	padding-left: 1.1rem;
}

.bct2-prices__list li + li,
.bct2-list li + li,
.bct2-steps li + li {
	margin-top: 0.25rem;
}

@media (min-width: 900px) {
	.bct2-prices__list article {
		grid-template-columns: 0.8fr 1.2fr auto;
		align-items: center;
	}
}

/* CTA + footer */
.bct2-cta {
	padding: clamp(5rem, 12vw, 8rem) var(--bct-pad);
	background: var(--bct-rose);
	color: var(--bct-cream);
}

.bct2-cta h2,
.bct2-cta .bct2-display {
	max-width: 16ch;
}

.bct2-footer {
	background: var(--bct-ink);
	color: var(--bct-cream);
	padding: 4rem var(--bct-pad) 2rem;
}

.bct2-footer__brand {
	margin: 0;
	font-family: var(--bct-serif);
	font-size: clamp(2rem, 5vw, 3.4rem);
}

.bct2-footer__tag {
	margin: 0.4rem 0 2.5rem;
	font-family: var(--bct-display);
	letter-spacing: 0.12em;
	text-transform: uppercase;
	font-size: 0.8rem;
	color: var(--bct-blush);
}

.bct2-footer__grid {
	display: grid;
	gap: 1.5rem;
}

.bct2-footer__bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 3rem;
	padding-top: 1.4rem;
	border-top: 1px solid rgba(247, 244, 239, 0.12);
	font-size: 0.92rem;
}

.bct2-footer__bottom nav {
	display: flex;
	gap: 1.2rem;
}

.bct2-footer__bottom a,
.bct2-legal a {
	color: var(--bct-blush);
}

.bct2-socials {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem 1.2rem;
}

.bct2-social {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	text-decoration: none;
}

.bct2-social svg {
	width: 18px;
	height: 18px;
}

@media (min-width: 800px) {
	.bct2-footer__grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

/* Inner pages */
.bct2-band--soft,
.bct2-split--soft {
	background: #fff8f3;
}

.bct2-split {
	display: grid;
	gap: 0;
}

.bct2-photo {
	margin: 0;
	min-height: 320px;
}

.bct2-photo img {
	width: 100%;
	height: 100%;
	min-height: 320px;
	object-fit: cover;
}

.bct2-split__text {
	padding: clamp(2.5rem, 6vw, 5rem) var(--bct-pad);
}

@media (min-width: 900px) {
	.bct2-split,
	.bct2-split--rev {
		grid-template-columns: 1fr 1fr;
	}

	.bct2-split--rev .bct2-photo {
		order: 2;
	}

	.bct2-photo,
	.bct2-photo img {
		min-height: 560px;
	}
}

.bct2-cards {
	display: grid;
	gap: 1rem;
	margin-top: 2.2rem;
}

.bct2-cards article {
	padding: 1.4rem 1.3rem 1.5rem;
	background: #fff;
	border-radius: 18px;
}

.bct2-cards h3 {
	font-size: 1.45rem;
}

@media (min-width: 800px) {
	.bct2-cards {
		grid-template-columns: repeat(3, 1fr);
	}

	.bct2-cards--6 {
		grid-template-columns: repeat(3, 1fr);
	}
}

.bct2-legal {
	padding-top: calc(var(--bct-header) + 2rem);
	max-width: 46rem;
}

.bct2-legal h1 {
	font-size: clamp(2.2rem, 6vw, 3.6rem);
}

.bct2-legal h2 {
	margin-top: 2.2rem;
	font-size: 1.6rem;
}

.bct2-socials-block {
	margin-top: 2.5rem;
}

.bct2-cta--404 {
	min-height: 80svh;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.js-split .line {
	overflow: hidden;
	display: block;
}

html.lenis,
html.lenis body {
	height: auto;
}

@media (prefers-reduced-motion: reduce) {
	.bct2-hero__video,
	.bct2-clip {
		display: none;
	}

	.bct2-marquee__track,
	.bct2-btn {
		animation: none;
		transition: none;
	}

	html.js:not(.bct2-ready) body.bct2--home {
		overflow: auto;
	}

	.bct2-boot {
		display: none;
	}
}
