/**
 * BrooksCole.ai — Canva HOME visual law
 * Palette locked in theme.json; these rules compose the page.
 */

:root {
	--bc-void: var(--wp--preset--color--holo-void, #000000);
	--bc-light: var(--wp--preset--color--holo-light, #ffffff);
	--bc-gold: var(--wp--preset--color--holo-gold, #dfae23);
	--bc-antique: var(--wp--preset--color--holo-antique-gold, #b37c03);
	--bc-attune: var(--wp--preset--color--holo-attunement, #efcd4b);
	--bc-b1: var(--wp--preset--color--holo-bagua-1, #ffd700);
	--bc-b2: var(--wp--preset--color--holo-bagua-2, #32cd32);
	--bc-b3: var(--wp--preset--color--holo-bagua-3, #40e0d0);
	--bc-b4: var(--wp--preset--color--holo-bagua-4, #4b0082);
	--bc-b5: var(--wp--preset--color--holo-bagua-5, #8b008b);
	--bc-b6: var(--wp--preset--color--holo-bagua-6, #ff00ff);
	--bc-b7: var(--wp--preset--color--holo-bagua-7, #ff0000);
	--bc-b8: var(--wp--preset--color--holo-bagua-8, #ff8c00);
	--bc-max: 1265px;
	--bc-phi: 1.618s;
	--bc-font-sans: "Montserrat", sans-serif;
	--bc-font-serif: "Libre Baskerville", serif;
	--bc-gold-metallic: linear-gradient(
		90deg,
		#b37c03 0%,
		#d39d14 30%,
		#efcd4b 50%,
		#d39d14 72%,
		#b87a0a 100%
	);
}

html {
	scroll-behavior: smooth;
}

body {
	background: #000000;
	color: #ffffff;
	font-family: var(--bc-font-sans);
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

a {
	color: inherit;
	text-decoration: none;
}

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

.bc-wrap {
	width: min(100% - 2rem, var(--bc-max));
	margin-inline: auto;
}

/* ——— Bagua spectrum bar ——— */
.bc-bagua-bar {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	height: 10px;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.bc-bagua-bar span:nth-child(1) { background: var(--bc-b1); }
.bc-bagua-bar span:nth-child(2) { background: var(--bc-b2); }
.bc-bagua-bar span:nth-child(3) { background: var(--bc-b3); }
.bc-bagua-bar span:nth-child(4) { background: var(--bc-b4); }
.bc-bagua-bar span:nth-child(5) { background: var(--bc-b5); }
.bc-bagua-bar span:nth-child(6) { background: var(--bc-b6); }
.bc-bagua-bar span:nth-child(7) { background: var(--bc-b7); }
.bc-bagua-bar span:nth-child(8) { background: var(--bc-b8); }

/* ——— Header ——— */
.bc-site-header {
	background: #000;
	position: sticky;
	top: 0;
	z-index: 100;
}

.bc-header-inner {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 1rem;
	padding: 0.85rem 0;
	width: min(100% - 2rem, var(--bc-max));
	margin-inline: auto;
}

.bc-brand {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	justify-self: start;
}

.bc-brand__name {
	font-family: var(--bc-font-serif);
	font-size: 32px;
	line-height: 1;
	color: #dfae23;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.bc-brand__name span {
	font-family: var(--bc-font-sans);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.22em;
	color: #ffffff;
	display: block;
	margin-top: 4px;
}

.bc-brand__tag {
	font-family: var(--bc-font-sans);
	font-size: 9px;
	line-height: 9px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #dfae23;
	margin-bottom: 2px;
}

.bc-nav {
	display: flex;
	gap: 1.35rem;
	justify-content: center;
	flex-wrap: wrap;
}

.bc-nav a {
	font-size: 13px;
	line-height: 13px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
	transition: color 0.2s ease;
}

.bc-nav a:hover {
	color: #dfae23;
}

.bc-header-utils {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0.85rem;
}

.bc-icon {
	width: 20px;
	height: 20px;
	border: 0;
	background: transparent;
	color: #fff;
	cursor: pointer;
	opacity: 0.85;
	padding: 0;
}

.bc-icon:hover {
	opacity: 1;
	color: #dfae23;
}

.bc-holo-mark {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background:
		conic-gradient(
			var(--bc-b1),
			var(--bc-b2),
			var(--bc-b3),
			var(--bc-b4),
			var(--bc-b5),
			var(--bc-b6),
			var(--bc-b7),
			var(--bc-b8),
			var(--bc-b1)
		);
	display: grid;
	place-items: center;
	padding: 2px;
}

.bc-holo-mark__inner {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #000;
	display: grid;
	place-items: center;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: 0.06em;
	color: #dfae23;
}

/* ——— Badges & WHAT chip ——— */
.bc-badge {
	display: inline-block;
	font-family: var(--bc-font-sans);
	font-size: 10px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	padding: 0.4rem 0.65rem;
	color: #000;
	background: #dfae23;
}

.bc-badge--holo-bagua-1 { background: var(--bc-b1); color: #000; }
.bc-badge--holo-bagua-2 { background: var(--bc-b2); color: #000; }
.bc-badge--holo-bagua-3 { background: var(--bc-b3); color: #000; }
.bc-badge--holo-bagua-4 { background: var(--bc-b4); color: #fff; }
.bc-badge--holo-bagua-5 { background: var(--bc-b5); color: #fff; }
.bc-badge--holo-bagua-6 { background: var(--bc-b6); color: #000; }
.bc-badge--holo-bagua-7 { background: var(--bc-b7); color: #000; }
.bc-badge--holo-bagua-8 { background: var(--bc-b8); color: #000; }
.bc-badge--holo-attunement,
.bc-badge--holo-gold { background: #dfae23; color: #000; }

.bc-what-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: var(--bc-font-sans);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 0.35rem 0.7rem;
	border: 0;
	border-radius: 4px;
	cursor: pointer;
	color: #000;
	background: var(--bc-gold-metallic);
	box-shadow: 0 0 0 rgba(239, 205, 75, 0);
	transition: box-shadow 0.25s ease, transform 0.25s ease;
	vertical-align: middle;
	margin-left: 0.5rem;
}

.bc-what-chip.is-glow,
.bc-what-chip:active {
	box-shadow: 0 0 18px rgba(239, 205, 75, 0.85), 0 0 4px rgba(255, 255, 255, 0.5);
	transform: scale(1.04);
}

/* ——— Hero ——— */
.bc-hero {
	padding: 1.5rem 0 2.5rem;
	background: #000;
}

.bc-hero__grid {
	display: grid;
	grid-template-columns: 1fr 1.35fr 0.85fr;
	gap: 1.25rem;
	align-items: start;
	width: min(100% - 2rem, var(--bc-max));
	margin-inline: auto;
}

.bc-hero-rail {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.bc-story-card {
	position: relative;
	overflow: hidden;
	background: #0a0a0a;
}

.bc-story-card img {
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	filter: grayscale(15%);
}

.bc-story-card__body {
	padding: 0.75rem 0.85rem 1rem;
}

.bc-story-card h3 {
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
	margin: 0.55rem 0 0.45rem;
}

.bc-byline {
	font-size: 9px;
	line-height: 9px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #979ca0;
}

.bc-hero-center {
	position: relative;
	text-align: center;
}

.bc-hero-portrait {
	position: relative;
	margin: 0 auto;
	max-width: 420px;
}

.bc-hero-portrait img {
	width: 100%;
	aspect-ratio: 3 / 4;
	object-fit: cover;
	object-position: center top;
}

.bc-timeline {
	position: absolute;
	left: -4%;
	right: -4%;
	top: 36%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	padding: 0;
	pointer-events: none;
}

.bc-timeline::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	height: 2px;
	background: var(--bc-gold-metallic);
	transform: translateY(-50%);
	z-index: 0;
	box-shadow: 0 0 8px rgba(239, 205, 75, 0.55);
}

.bc-timeline__label {
	position: relative;
	z-index: 1;
	font-size: 9px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #efcd4b;
	background: rgba(0, 0, 0, 0.72);
	padding: 0.25rem 0.45rem;
	max-width: 38%;
	text-align: left;
	text-shadow: 0 1px 2px #000;
}

.bc-timeline__label--right {
	text-align: right;
	margin-left: auto;
}

.bc-hero-portrait .bc-badge {
	position: absolute;
	left: 50%;
	bottom: 0.75rem;
	transform: translateX(-50%);
	z-index: 2;
}

.bc-hero-copy {
	margin-top: 1.25rem;
	padding: 0 0.5rem;
}

.bc-hero-copy h1 {
	font-size: clamp(22px, 3.2vw, 30px);
	line-height: 1.05;
	font-weight: 700;
	margin: 0 0 0.85rem;
	color: #fff;
}

.bc-gold {
	color: #dfae23;
}

.bc-hero-copy h1 .bc-gold {
	color: #dfae23;
}

.bc-hero-copy .bc-subhead {
	font-family: var(--bc-font-serif);
	font-size: 18px;
	line-height: 22px;
	font-style: italic;
	color: #fff;
	margin: 0;
	display: inline;
}

.bc-essays {
	border-left: 1px solid #1a1a1a;
	padding-left: 1rem;
}

.bc-essays__title {
	font-size: 11px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #dfae23;
	margin: 0 0 1rem;
	font-weight: 700;
}

.bc-essay {
	display: grid;
	grid-template-columns: 64px 1fr;
	gap: 0.65rem;
	margin-bottom: 0.9rem;
	align-items: start;
}

.bc-essay img,
.bc-essay__ph {
	width: 64px;
	height: 64px;
	object-fit: cover;
	background: linear-gradient(135deg, #1a1a1a, #333);
}

.bc-essay h4 {
	font-size: 13px;
	line-height: 15px;
	font-weight: 700;
	margin: 0 0 0.35rem;
}

/* ——— Built by HOLO ——— */
.bc-section {
	padding: 3rem 0;
}

.bc-section__head {
	text-align: center;
	margin-bottom: 1.75rem;
}

.bc-section__head h2 {
	font-size: 30px;
	line-height: 30px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #dfae23;
	margin: 0 0 0.5rem;
	background: var(--bc-gold-metallic);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.bc-section__head p {
	font-family: var(--bc-font-serif);
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	margin: 0;
}

.bc-products {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
	width: min(100% - 2rem, var(--bc-max));
	margin-inline: auto;
}

.bc-product {
	background: #050505;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.bc-product__media {
	aspect-ratio: 1;
	background:
		radial-gradient(circle at 40% 40%, rgba(223, 174, 35, 0.35), transparent 55%),
		linear-gradient(160deg, #121212, #000);
	display: grid;
	place-items: center;
	overflow: hidden;
}

.bc-product__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bc-product__body {
	padding: 0.85rem 0.9rem 1.1rem;
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
	flex: 1;
}

.bc-product__body h3 {
	font-size: 18px;
	line-height: 20px;
	margin: 0;
}

.bc-product__body p {
	font-family: var(--bc-font-serif);
	font-size: 13px;
	line-height: 1.45;
	color: #c8c8c8;
	margin: 0;
	flex: 1;
}

.bc-cta {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	align-self: flex-start;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 0.45rem 0.75rem;
	border-radius: 4px;
	background: #dfae23;
	color: #000;
	border: 0;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bc-cta:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 14px rgba(223, 174, 35, 0.35);
}

.bc-cta--arrow::after {
	content: "→";
}

/* ——— VIP Ad ——— */
.bc-vip {
	background: var(--bc-gold-metallic);
	color: #000;
}

.bc-vip__inner {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 1.5rem;
	align-items: stretch;
	width: min(100% - 2rem, var(--bc-max));
	margin-inline: auto;
	padding: 1.5rem 0 0;
}

.bc-vip__copy {
	background: #0a0a0a;
	color: #fff;
	padding: 1.5rem 1.35rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 1rem;
}

.bc-vip__copy h2 {
	font-size: clamp(20px, 2.6vw, 28px);
	line-height: 1.15;
	margin: 0;
	color: #fff;
}

.bc-vip__copy .bc-cta {
	background: #000;
	color: #dfae23;
	width: fit-content;
}

.bc-vip__photo {
	min-height: 260px;
	background:
		linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, 0.45)),
		url("../images/brooks-portrait.jpg") center / cover no-repeat;
	position: relative;
}

.bc-vip__photo .bc-li {
	position: absolute;
	bottom: 0.75rem;
	left: 0.75rem;
	font-size: 10px;
	letter-spacing: 0.04em;
	color: #fff;
	background: rgba(0, 0, 0, 0.55);
	padding: 0.25rem 0.45rem;
}

.bc-vip__bar {
	background: #000;
	padding: 0.65rem 0;
	margin-top: 0;
}

.bc-vip__bar-inner {
	width: min(100% - 2rem, var(--bc-max));
	margin-inline: auto;
	display: flex;
	justify-content: flex-end;
}

.bc-vip__bar .bc-cta {
	background: #dfae23;
	color: #000;
}

/* ——— Story holon row ——— */
.bc-stories {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
	width: min(100% - 2rem, var(--bc-max));
	margin-inline: auto;
}

/* ——— Music strip ——— */
.bc-music {
	width: min(100% - 2rem, var(--bc-max));
	margin: 0 auto;
	display: grid;
	grid-template-columns: 180px 1fr auto;
	align-items: center;
	gap: 1.25rem;
	padding: 0.75rem 1rem;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.85)),
		url("../images/brooks-hero.jpg") center / cover no-repeat;
	min-height: 110px;
}

.bc-music h2 {
	font-size: 42px;
	line-height: 1;
	margin: 0;
	letter-spacing: 0.04em;
}

.bc-music p {
	margin: 0.25rem 0 0;
	font-family: var(--bc-font-serif);
	font-size: 14px;
}

/* ——— Octopus / HOLOBAGUA ——— */
.bc-octopus {
	width: min(100% - 2rem, var(--bc-max));
	margin-inline: auto;
	text-align: center;
}

.bc-octopus h2 {
	font-size: clamp(22px, 3vw, 30px);
	line-height: 1.15;
	margin: 0 0 1.5rem;
}

.bc-octopus h2 .bc-gold {
	color: #dfae23;
}

.bc-octagram-wrap {
	max-width: 520px;
	margin: 0 auto 2rem;
}

.bc-octagram-wrap svg {
	width: 100%;
	height: auto;
}

.bc-dims {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0.75rem;
	text-align: left;
	margin-top: 1.5rem;
}

.bc-dim {
	background: #0a0a0a;
	border: 1px solid #161616;
	overflow: hidden;
}

.bc-dim__head {
	padding: 0.45rem 0.65rem;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #000;
}

.bc-dim__head--1 { background: var(--bc-b1); }
.bc-dim__head--2 { background: var(--bc-b2); }
.bc-dim__head--3 { background: var(--bc-b3); color: #000; }
.bc-dim__head--4 { background: var(--bc-b4); color: #fff; }
.bc-dim__head--5 { background: var(--bc-b5); color: #fff; }
.bc-dim__head--6 { background: var(--bc-b6); }
.bc-dim__head--7 { background: var(--bc-b7); }
.bc-dim__head--8 { background: var(--bc-b8); }
.bc-dim__head--attune { background: var(--bc-attune); }

.bc-dim p {
	margin: 0;
	padding: 0.65rem;
	font-family: var(--bc-font-serif);
	font-size: 12px;
	line-height: 1.4;
	color: #cfcfcf;
}

/* ——— Terracotta ——— */
.bc-terra {
	background:
		radial-gradient(ellipse at 70% 40%, rgba(179, 124, 3, 0.18), transparent 55%),
		linear-gradient(180deg, #0d0805 0%, #000 100%);
	padding: 3rem 0;
}

.bc-terra__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	align-items: center;
	width: min(100% - 2rem, var(--bc-max));
	margin-inline: auto;
}

.bc-terra__copy h2 {
	font-size: clamp(22px, 2.8vw, 30px);
	line-height: 1.15;
	margin: 0.75rem 0;
}

.bc-terra__copy p {
	font-family: var(--bc-font-serif);
	font-size: 16px;
	line-height: 1.5;
	color: #d0d0d0;
}

/* ——— Footer ——— */
.bc-site-footer {
	background: #000;
	padding: 0 0 1.5rem;
}

.bc-footer-main {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr;
	gap: 2rem;
	width: min(100% - 2rem, var(--bc-max));
	margin: 2rem auto 1.5rem;
}

.bc-footer-logo {
	font-family: var(--bc-font-serif);
	font-size: 36px;
	color: #fff;
	line-height: 1;
}

.bc-footer-logo em {
	font-style: normal;
	color: #dfae23;
	font-size: 14px;
	display: block;
	margin-top: 0.5rem;
	letter-spacing: 0.12em;
	font-family: var(--bc-font-sans);
	text-transform: uppercase;
}

.bc-footer-links,
.bc-footer-social {
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
}

.bc-footer-links a,
.bc-footer-social a {
	font-size: 13px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #fff;
}

.bc-footer-links a:hover,
.bc-footer-social a:hover {
	color: #dfae23;
}

.bc-copy {
	width: min(100% - 2rem, var(--bc-max));
	margin: 0 auto;
	font-size: 11px;
	color: #777;
	padding-top: 0.75rem;
}

/* ——— Holopack single ——— */
.bc-holopack {
	width: min(100% - 2rem, var(--bc-max));
	margin: 2rem auto 4rem;
}

.bc-holopack__hero {
	margin-bottom: 1.5rem;
}

.bc-holopack__hero img {
	width: 100%;
	max-height: 520px;
	object-fit: cover;
}

.bc-holopack__meta {
	display: flex;
	gap: 0.75rem;
	align-items: center;
	margin-bottom: 1rem;
}

.bc-holopack h1 {
	font-size: 30px;
	line-height: 34px;
	margin: 0 0 1rem;
}

.bc-holopack__subhead {
	font-family: var(--bc-font-serif);
	font-size: 18px;
	line-height: 24px;
	color: #ddd;
	margin-bottom: 2rem;
}

.bc-holopack__content {
	font-size: 16px;
	line-height: 1.7;
	max-width: 720px;
}

.bc-holopack__slots {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem;
	margin: 2rem 0;
}

.bc-sonic {
	border-top: 1px solid #222;
	padding-top: 1.5rem;
	margin-top: 2rem;
}

.bc-sonic h3 {
	color: #dfae23;
	margin: 0 0 0.75rem;
}

/* ——— Motion ——— */
@keyframes bc-fade-up {
	from { opacity: 0; transform: translateY(16px); }
	to { opacity: 1; transform: translateY(0); }
}

@keyframes bc-bagua-shimmer {
	0%, 100% { filter: brightness(1); }
	50% { filter: brightness(1.15); }
}

.bc-hero-portrait {
	animation: bc-fade-up 0.9s ease both;
}

.bc-hero-copy {
	animation: bc-fade-up 1.1s ease 0.15s both;
}

.bc-products .bc-product {
	animation: bc-fade-up 0.8s ease both;
}

.bc-products .bc-product:nth-child(2) { animation-delay: 0.08s; }
.bc-products .bc-product:nth-child(3) { animation-delay: 0.16s; }
.bc-products .bc-product:nth-child(4) { animation-delay: 0.24s; }

.bc-bagua-bar {
	animation: bc-bagua-shimmer 6s ease-in-out infinite;
}

/* ——— Responsive ——— */
@media (max-width: 980px) {
	.bc-header-inner {
		grid-template-columns: 1fr auto;
	}
	.bc-nav {
		display: none;
	}
	.bc-hero__grid,
	.bc-products,
	.bc-stories,
	.bc-vip__inner,
	.bc-terra__grid,
	.bc-footer-main,
	.bc-dims {
		grid-template-columns: 1fr 1fr;
	}
	.bc-hero__grid .bc-hero-rail:first-child {
		display: none;
	}
	.bc-music {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.bc-hero__grid,
	.bc-products,
	.bc-stories,
	.bc-vip__inner,
	.bc-terra__grid,
	.bc-footer-main,
	.bc-dims,
	.bc-holopack__slots {
		grid-template-columns: 1fr;
	}
	.bc-essays {
		border-left: 0;
		padding-left: 0;
		margin-top: 1.5rem;
	}
}
