/*
Theme Name: BOOOM Criative
Theme URI: https://booomcriative.com/
Description: Tema-filho da BOOOM Criative para GeneratePress. Estrutura leve para Gutenberg/GenerateBlocks, páginas comerciais e Blog SEO.
Author: BOOOM Criative
Template: generatepress
Version: 0.23.18-beta
Text Domain: booom-criative
Requires at least: 6.5
Requires PHP: 7.4
*/

:root {
	--booom-yellow: #ffd501;
	--booom-black: #0d0d0d;
	--booom-ink: #202124;
	--booom-muted: #5f6368;
	--booom-soft: #f7f7f4;
	--booom-line: #deded8;
	--booom-white: #ffffff;
	--booom-radius: 18px;
	--booom-content: 1180px;
	--booom-shadow: 0 18px 45px rgba(13, 13, 13, 0.1);
	--booom-shadow-deep: 0 24px 64px rgba(13, 13, 13, 0.2);
}

body {
	background: var(--booom-white);
	color: var(--booom-ink);
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 18px;
	line-height: 1.62;
}

body .site.grid-container,
body .grid-container {
	max-width: var(--booom-content);
}

a {
	color: inherit;
	text-underline-offset: 0.16em;
}

a:hover,
a:focus {
	color: inherit;
}

:focus-visible {
	outline: 3px solid var(--booom-yellow);
	outline-offset: 4px;
}

h1, h2, h3, h4, h5, h6,
.entry-title {
	color: var(--booom-black);
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.08;
}

h1 { font-size: clamp(2.05rem, 3.4vw, 3.15rem); }
h2 { font-size: clamp(1.65rem, 2.8vw, 2.65rem); }
h3 { font-size: clamp(1.3rem, 2.4vw, 1.7rem); }

.booom-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	margin: 0 0 1rem;
	color: var(--booom-muted);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	line-height: 1.2;
	text-transform: uppercase;
}

.booom-eyebrow::before {
	width: 32px;
	height: 4px;
	background: var(--booom-yellow);
	content: "";
}

.booom-button,
.wp-block-button__link {
	border: 2px solid var(--booom-black);
	border-radius: 999px;
	background: var(--booom-yellow);
	box-shadow: 0 5px 0 var(--booom-black);
	color: var(--booom-black);
	font-weight: 800;
	padding: 0.82rem 1.35rem;
	text-decoration: none;
	transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.booom-button:hover,
.booom-button:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus {
	background: var(--booom-black);
	color: var(--booom-white);
	box-shadow: 0 8px 0 rgba(13, 13, 13, 0.35);
	transform: translateY(-3px);
}

.booom-button--dark {
	background: var(--booom-black);
	color: var(--booom-white);
}

.booom-button--dark:hover,
.booom-button--dark:focus {
	background: var(--booom-yellow);
	color: var(--booom-black);
}

.main-navigation,
.main-navigation ul ul {
	background: var(--booom-black);
}

.main-navigation .main-nav ul li a,
.main-navigation .menu-toggle,
.main-navigation .menu-bar-item > a {
	font-size: 0.88rem;
	font-weight: 750;
	letter-spacing: 0.01em;
}

.main-navigation .main-nav ul li[class*="current-menu-"] > a,
.main-navigation .main-nav ul li a:hover,
.main-navigation .main-nav ul li a:focus {
	background: var(--booom-yellow);
	color: var(--booom-black);
}

.site-header {
	border-bottom: 1px solid var(--booom-line);
}

.site-branding .main-title,
.site-branding .main-title a {
	color: var(--booom-black);
	font-size: 1.1rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.booom-breadcrumb {
	margin: 1.3rem 0 1.8rem;
	color: var(--booom-muted);
	font-size: 0.82rem;
}

.booom-breadcrumb a {
	color: inherit;
	text-decoration: none;
}

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

.booom-breadcrumb span {
	margin: 0 0.4rem;
}

/* Blog: arquivos e cards */
.booom-blog-header {
	margin: 2rem 0 3.25rem;
	padding: clamp(2rem, 5vw, 4.75rem);
	border-radius: var(--booom-radius);
	background: var(--booom-soft);
}

.booom-post-card {
	display: grid;
	grid-template-columns: minmax(190px, 0.9fr) minmax(0, 1.3fr);
	gap: clamp(1.25rem, 3vw, 2.8rem);
	margin: 0 0 2rem;
	padding: 0 0 2rem;
	border-bottom: 1px solid var(--booom-line);
}

.booom-post-card__media {
	display: block;
	min-height: 180px;
	border-radius: 12px;
	overflow: hidden;
	background: var(--booom-soft);
}

.booom-post-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 180px;
	object-fit: cover;
	transition: transform 260ms ease;
}

.booom-post-card__media:hover img { transform: scale(1.035); }

.booom-post-card__meta,
.booom-article-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem 0.75rem;
	margin: 0 0 0.7rem;
	color: var(--booom-muted);
	font-size: 0.79rem;
	font-weight: 700;
}

.booom-post-card__meta a,
.booom-article-meta a { color: inherit; }

.booom-post-card__title {
	margin: 0 0 0.75rem;
	font-size: clamp(1.45rem, 2.6vw, 2rem);
}

.booom-post-card__title a {
	text-decoration: none;
}

.booom-post-card__excerpt p { margin: 0; }

/* Artigo */
.single-post .inside-article,
.page .inside-article {
	padding: 0;
}

.booom-article-header {
	max-width: 820px;
	margin: 2rem auto 2.5rem;
}

.booom-article-header .entry-title {
	margin: 0 0 1.2rem;
}

.booom-article-header__excerpt {
	margin: 0 0 1.25rem;
	color: var(--booom-muted);
	font-size: 1.18rem;
}

.booom-article-featured {
	max-width: var(--booom-content);
	margin: 0 auto 2.7rem;
}

.booom-article-featured img {
	display: block;
	width: 100%;
	border-radius: var(--booom-radius);
	aspect-ratio: 16 / 8;
	object-fit: cover;
}

.booom-article-content {
	max-width: 760px;
	margin: 0 auto;
}

.booom-article-content h2 { margin-top: 2.5rem; }
.booom-article-content h3 { margin-top: 2rem; }
.booom-article-content a { color: var(--booom-black); font-weight: 700; }

.booom-author-box {
	display: grid;
	grid-template-columns: 64px 1fr;
	gap: 1rem;
	max-width: 760px;
	margin: 3rem auto;
	padding: 1.2rem;
	border: 1px solid var(--booom-line);
	border-radius: 14px;
	background: var(--booom-soft);
}

.booom-author-box__avatar img { border-radius: 50%; }
.booom-author-box__name { margin: 0 0 0.35rem; font-size: 1rem; }
.booom-author-box__bio { margin: 0; color: var(--booom-muted); font-size: 0.91rem; }

.booom-related {
	max-width: var(--booom-content);
	margin: 4.5rem auto 0;
	padding-top: 2.8rem;
	border-top: 1px solid var(--booom-line);
}

.booom-related__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.2rem;
}

.booom-related__item {
	padding: 1.3rem;
	border: 1px solid var(--booom-line);
	border-radius: 14px;
	background: var(--booom-white);
}

.booom-related__item h3 { margin: 0; font-size: 1.14rem; }
.booom-related__item a { text-decoration: none; }

/* Padrões Gutenberg: blocos BOOOM */
.booom-section {
	margin: clamp(2.5rem, 7vw, 6rem) 0;
	padding: clamp(1.8rem, 5vw, 4.5rem);
	border-radius: var(--booom-radius);
}

.booom-section--dark {
	background: var(--booom-black);
	color: var(--booom-white);
}

.booom-section--dark h2,
.booom-section--dark h3,
.booom-section--dark p { color: inherit; }

.booom-section--soft { background: var(--booom-soft); }
.booom-section--yellow { background: var(--booom-yellow); }

.booom-section__heading {
	max-width: 740px;
	margin: 0 0 2rem;
}

.booom-section__heading p:last-child {
	margin-bottom: 0;
	color: var(--booom-muted);
	font-size: 1.08rem;
}

.booom-section--dark .booom-section__heading p:last-child { color: #d5d5d5; }

.booom-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.booom-card {
	padding: 1.45rem;
	border: 1px solid var(--booom-line);
	border-radius: 14px;
	background: var(--booom-white);
	color: var(--booom-ink);
}

.booom-card h3 { margin: 0 0 0.7rem; font-size: 1.18rem; }
.booom-card p { margin: 0; color: var(--booom-muted); font-size: 0.94rem; }

.booom-section--dark .booom-card {
	border-color: #333;
	background: #1a1a1a;
	color: var(--booom-white);
}

.booom-section--dark .booom-card p { color: #d5d5d5; }

.booom-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	margin-bottom: 1rem;
	border-radius: 50%;
	background: var(--booom-yellow);
	color: var(--booom-black);
	font-size: 0.82rem;
	font-weight: 900;
}

.booom-faq {
	border-top: 1px solid var(--booom-line);
}

.booom-faq__item {
	border-bottom: 1px solid var(--booom-line);
}

.booom-faq__question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 3.75rem;
	padding: 1.15rem 0;
	border: 0;
	background: transparent;
	color: var(--booom-black);
	font: inherit;
	font-weight: 800;
	text-align: left;
	cursor: pointer;
}

.booom-faq__question::after {
	display: grid;
	width: 2rem;
	height: 2rem;
	margin-left: 1rem;
	place-items: center;
	border: 1px solid var(--booom-line);
	border-radius: 50%;
	content: "+";
	font-size: 1.35rem;
}

.booom-faq__question[aria-expanded="true"]::after { content: "−"; }
.booom-faq__answer[hidden] { display: none; }
.booom-faq__answer { padding: 0 0 1.3rem; color: var(--booom-muted); }
.booom-faq__answer p { margin: 0; }

.booom-cta {
	position: relative;
	overflow: hidden;
	max-width: 930px;
	margin: clamp(3rem, 7vw, 6rem) auto;
	padding: clamp(2rem, 5vw, 4.5rem);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: var(--booom-radius);
	background: radial-gradient(circle at 86% 12%, rgba(255, 213, 1, 0.2), transparent 24%), linear-gradient(145deg, #1c1c1a, var(--booom-black));
	box-shadow: var(--booom-shadow-deep);
	color: var(--booom-white);
	text-align: center;
}

.booom-cta h2 { margin: 0 0 0.75rem; color: var(--booom-white); }
.booom-cta p { max-width: 620px; margin: 0 auto 1.5rem; color: #d8d8d8; }
.booom-cta .booom-eyebrow { color: #e3e3e3; }

.booom-asset {
	margin: 2rem auto;
	border-radius: var(--booom-radius);
	overflow: hidden;
	background: var(--booom-soft);
}

.booom-asset img { display: block; width: 100%; height: auto; }
.booom-asset figcaption { padding: 0.75rem 1rem; color: var(--booom-muted); font-size: 0.82rem; }
.booom-asset--portrait { max-width: 520px; }
.booom-asset--wide { max-width: 100%; border-radius: 0; }
.booom-asset--proof { max-width: 256px; border-radius: 50%; }

/* Página comercial: o conteúdo é criado com blocos Gutenberg. */
.booom-landing__hero {
	position: relative;
	min-height: 520px;
	display: grid;
	align-items: end;
	background: var(--booom-black);
	color: var(--booom-white);
	overflow: hidden;
}

.booom-landing__hero::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(13, 13, 13, 0.88) 0%, rgba(13, 13, 13, 0.56) 52%, rgba(13, 13, 13, 0.25) 100%);
	content: "";
	z-index: 1;
}

.booom-hero-media,
.booom-hero-media img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.booom-hero-media img { object-fit: cover; }

.booom-landing__hero-inner {
	position: relative;
	z-index: 2;
	width: 100%;
	padding-top: clamp(4rem, 11vw, 9rem);
	padding-bottom: clamp(3rem, 8vw, 6rem);
}

.booom-landing__hero .booom-breadcrumb { color: #e6e6e6; }
.booom-landing__hero h1 { max-width: 850px; margin: 0; color: var(--booom-white); }
.booom-landing__lead { max-width: 680px; margin: 1rem 0 0; color: #ededed; font-size: clamp(1.05rem, 2vw, 1.35rem); }
.booom-landing__content { padding-top: 1px; padding-bottom: 4rem; }

.booom-skip-link {
	position: absolute;
	left: -9999px;
	z-index: 100000;
}

.booom-skip-link:focus {
	left: 1rem;
	top: 1rem;
	padding: 0.75rem 1rem;
	background: var(--booom-yellow);
	color: var(--booom-black);
}

/* Header and footer render without prior Customizer configuration. */
.booom-site-header {
	position: relative;
	z-index: 20;
	border-bottom: 1px solid #e0dfd8;
	background: linear-gradient(105deg, #ffffff, #f4f3ed);
	box-shadow: 0 10px 24px rgba(13, 13, 13, 0.08);
}

.booom-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 82px;
	gap: 2rem;
}

.booom-site-brand {
	display: inline-flex;
	align-items: center;
	line-height: 0;
	text-decoration: none;
	white-space: nowrap;
}

.booom-site-brand img { display: block; width: 150px; max-width: 38vw; height: auto; filter: none; }

.booom-header-actions { display: flex; align-items: center; gap: clamp(1.1rem, 2.5vw, 2.1rem); margin-left: auto; }

.booom-primary-menu {
	display: flex;
	align-items: center;
	gap: clamp(0.85rem, 1.7vw, 1.45rem);
	margin: 0;
	padding: 0;
	list-style: none;
}

.booom-primary-menu a {
	position: relative;
	color: var(--booom-black);
	font-size: 0.84rem;
	font-weight: 750;
	letter-spacing: 0.01em;
	text-decoration: none;
}

.booom-primary-menu a:hover,
.booom-primary-menu a:focus { color: var(--booom-black); text-decoration: none; }
.booom-primary-menu a::after { position: absolute; right: 0; bottom: -0.55rem; left: 0; height: 2px; background: var(--booom-yellow); content: ""; opacity: 0; transform: scaleX(0.35); transition: transform 160ms ease, opacity 160ms ease; }
.booom-primary-menu a:hover::after,
.booom-primary-menu a:focus::after,
.booom-primary-menu .current-menu-item > a::after { opacity: 1; transform: scaleX(1); }
.booom-header-cta { display: inline-flex; align-items: center; gap: 0.45rem; min-height: 2.65rem; padding: 0.5rem 0.85rem 0.5rem 1rem; border: 1px solid var(--booom-black); border-radius: 999px; background: var(--booom-black); color: var(--booom-white); font-size: 0.78rem; font-weight: 900; text-decoration: none; transition: transform 160ms ease, background-color 160ms ease, color 160ms ease; }
.booom-header-cta span { font-size: 1rem; line-height: 1; }
.booom-header-cta:hover,
.booom-header-cta:focus { border-color: var(--booom-yellow); background: var(--booom-yellow); color: var(--booom-black); transform: translateY(-2px); }
.booom-menu-toggle { display: none; }

.booom-site-footer {
	margin-top: 0;
	padding: 3rem 0 1rem;
	background: var(--booom-black);
	color: #d9d9d9;
}

.booom-footer-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 2rem;
	align-items: start;
}

.booom-footer-inner > div > p:not(.booom-site-brand) { max-width: 520px; margin: 1rem 0 0; color: #c4c4c4; font-size: 0.9rem; }
.booom-site-footer .booom-site-brand { color: var(--booom-white); }
.booom-site-footer .booom-primary-menu { justify-content: flex-end; }
.booom-site-footer .booom-primary-menu a { color: #f2f2f2; }
.booom-footer-bottom { margin-top: 2.6rem; padding-top: 1rem; border-top: 1px solid #363636; color: #a8a8a8; font-size: 0.76rem; }

.booom-whatsapp-float {
	position: fixed;
	right: max(1.25rem, env(safe-area-inset-right));
	bottom: max(1.25rem, env(safe-area-inset-bottom));
	z-index: 90;
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
	min-height: 4rem;
	padding: 0.42rem 0.7rem 0.42rem 0.46rem;
	border: 1px solid rgba(37, 211, 102, 0.75);
	border-radius: 1.1rem;
	background: linear-gradient(145deg, #171717, #0d0d0d);
	box-shadow: 0 16px 35px rgba(13, 13, 13, 0.28);
	color: var(--booom-white);
	font-size: 0.82rem;
	font-weight: 850;
	letter-spacing: 0.01em;
	text-decoration: none;
	transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.booom-whatsapp-float__icon {
	display: grid;
	width: 3.05rem;
	height: 3.05rem;
	place-items: center;
	border-radius: 0.86rem;
	background: transparent;
	color: var(--booom-white);
}

.booom-whatsapp-float__icon img { display: block; width: 100%; height: 100%; object-fit: contain; }
.booom-whatsapp-float__copy { display: grid; gap: 0.08rem; min-width: 7.9rem; }
.booom-whatsapp-float__kicker { color: #91e7b4; font-size: 0.61rem; font-weight: 900; letter-spacing: 0.12em; line-height: 1; text-transform: uppercase; }
.booom-whatsapp-float__label { color: var(--booom-white); font-size: 0.8rem; font-weight: 900; line-height: 1.2; }
.booom-whatsapp-float__arrow { display: grid; width: 1.6rem; height: 1.6rem; place-items: center; border-radius: 50%; background: rgba(255, 255, 255, 0.08); color: #91e7b4; font-size: 0.9rem; }
.booom-whatsapp-float:hover,
.booom-whatsapp-float:focus { border-color: #5bea97; background: #161616; box-shadow: 0 20px 42px rgba(13, 13, 13, 0.34); color: var(--booom-white); transform: translateY(-4px); }
.booom-whatsapp-float:hover .booom-whatsapp-float__icon,
.booom-whatsapp-float:focus .booom-whatsapp-float__icon { transform: scale(1.04); }

/* Home from the BOOOM Notion architecture. */
.booom-home { background: #efeee8; }
.booom-home-hero {
	position: relative;
	overflow: hidden;
	background: radial-gradient(circle at 78% 19%, rgba(255, 213, 1, 0.18), transparent 23%), radial-gradient(circle at 13% 100%, rgba(255, 255, 255, 0.08), transparent 32%), var(--booom-black);
	color: var(--booom-white);
}

.booom-home-hero__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(270px, 0.58fr);
	align-items: center;
	gap: clamp(2rem, 7vw, 6.5rem);
	max-width: var(--booom-content);
	padding-top: clamp(5rem, 12vw, 9.5rem);
	padding-bottom: clamp(5rem, 12vw, 9.5rem);
}

.booom-home-hero .booom-eyebrow { color: #e4e4e4; }
.booom-home-hero h1 { max-width: 850px; margin: 0; color: var(--booom-white); }
.booom-home-hero__lead { max-width: 720px; margin: 1.4rem 0 0; color: #e0e0e0; font-size: clamp(1.1rem, 2.1vw, 1.35rem); }
.booom-home-hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem; margin-top: 2.1rem; }
.booom-text-link { color: var(--booom-white); font-size: 0.92rem; font-weight: 800; }
.booom-text-link--dark { color: var(--booom-black); }
.booom-home-hero__media { position: relative; z-index: 1; max-width: 390px; margin: 0 0 0 auto; border: 1px solid rgba(255, 255, 255, 0.24); border-radius: 18px; overflow: hidden; box-shadow: 0 30px 80px rgba(0, 0, 0, 0.42); }
.booom-home-hero__media img { display: block; width: 100%; aspect-ratio: 5 / 6; object-fit: cover; }

.booom-message-slider { padding: clamp(1.25rem, 3vw, 2.5rem) 0; background: radial-gradient(circle at 87% 16%, rgba(255, 213, 1, 0.16), transparent 22%), linear-gradient(180deg, #f5f4ee, #ebeae3); }
.booom-message-slider__viewport { position: relative; }
.booom-message-slider__slide { margin: 0; overflow: hidden; border: 1px solid rgba(13, 13, 13, 0.16); border-radius: var(--booom-radius); background: var(--booom-black); box-shadow: var(--booom-shadow); animation: booom-slide-in 260ms ease-out; }
.booom-message-slider__slide img { display: block; width: 100%; height: auto; }
.booom-message-slider__controls { position: absolute; right: 1rem; bottom: 1rem; display: flex; align-items: center; gap: 0.45rem; padding: 0.38rem; border: 1px solid rgba(255, 255, 255, 0.34); border-radius: 999px; background: rgba(13, 13, 13, 0.84); box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28); backdrop-filter: blur(10px); }
.booom-message-slider__arrow,
.booom-message-slider__pagination button { border: 0; cursor: pointer; }
.booom-message-slider__arrow { display: grid; width: 2.45rem; height: 2.45rem; place-items: center; border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 50%; background: rgba(255, 255, 255, 0.06); color: var(--booom-white); cursor: pointer; font-size: 1rem; transition: transform 160ms ease, background-color 160ms ease, color 160ms ease; }
.booom-message-slider__arrow:hover,
.booom-message-slider__arrow:focus { background: var(--booom-yellow); color: var(--booom-black); transform: translateY(-1px); }
.booom-message-slider__pagination { display: flex; align-items: center; gap: 0.32rem; padding: 0 0.12rem; }
.booom-message-slider__pagination button { width: 0.42rem; height: 0.42rem; border-radius: 999px; background: #8b8b8b; padding: 0; transition: width 180ms ease, background-color 180ms ease; }
.booom-message-slider__pagination button.is-active { width: 1.25rem; background: var(--booom-yellow); }
@keyframes booom-slide-in { from { opacity: 0.5; } to { opacity: 1; } }

.booom-client-strip { border-bottom: 1px solid var(--booom-line); background: linear-gradient(90deg, #f5f4ee, #ebeae3); }
.booom-client-strip .grid-container { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: 106px; }
.booom-client-strip p { max-width: 245px; margin: 0; color: var(--booom-muted); font-size: 0.76rem; font-weight: 700; line-height: 1.45; text-transform: uppercase; }
.booom-client-strip__logos { display: flex; flex: 1; flex-wrap: wrap; justify-content: flex-end; gap: 0.65rem; color: var(--booom-black); font-size: clamp(0.76rem, 1.4vw, 1.05rem); font-weight: 900; letter-spacing: 0.04em; }
.booom-client-strip__logos span { display: inline-flex; align-items: center; min-height: 2.75rem; padding: 0.45rem 0.85rem; border: 1px solid var(--booom-line); border-radius: 999px; background: rgba(255, 255, 255, 0.8); white-space: nowrap; }

.booom-home-section { padding-top: clamp(3.5rem, 8vw, 7rem); padding-bottom: clamp(3.5rem, 8vw, 7rem); }
.booom-home-section--soft { position: relative; overflow: hidden; background-color: #f4f3ed; background-image: radial-gradient(circle at 8% 10%, rgba(255, 213, 1, 0.12), transparent 22%), linear-gradient(135deg, rgba(255, 255, 255, 0.62), rgba(244, 243, 237, 0.9)); }
.booom-home-section--texture {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background-color: #f7f6f0;
	background-image: radial-gradient(circle at 88% 7%, rgba(255, 213, 1, 0.18), transparent 29%), radial-gradient(circle at 6% 78%, rgba(81, 74, 57, 0.08), transparent 33%), linear-gradient(115deg, rgba(255, 255, 255, 0.88), rgba(247, 246, 240, 0.92));
}
.booom-home-section--texture::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	background-image: repeating-linear-gradient(135deg, rgba(13, 13, 13, 0.025) 0, rgba(13, 13, 13, 0.025) 1px, transparent 1px, transparent 12px);
	content: "";
}
.booom-home-section--dark { background: var(--booom-black); color: var(--booom-white); }
.booom-home-section--dark h2, .booom-home-section--dark h3 { color: var(--booom-white); }
.booom-home-section--dark .booom-eyebrow { color: #d9d9d9; }
.booom-home-section--dark .booom-section__heading p:last-child { color: #c6c6c6; }
.booom-home-section--process {
	position: relative;
	overflow: hidden;
	background-color: var(--booom-black);
	background-image: radial-gradient(circle at 84% 22%, rgba(255, 213, 1, 0.2), transparent 23%), radial-gradient(circle at 14% 93%, rgba(255, 255, 255, 0.07), transparent 25%);
	color: var(--booom-white);
}
.booom-home-section--process::before {
	position: absolute;
	inset: 0;
	background-image: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0, rgba(255, 255, 255, 0.035) 1px, transparent 1px, transparent 14px);
	content: "";
	pointer-events: none;
}
.booom-home-section--process .booom-process { position: relative; z-index: 1; }
.booom-home-section--process h2,
.booom-home-section--process .booom-process strong { color: var(--booom-white); }
.booom-home-section--process .booom-eyebrow,
.booom-home-section--process .booom-process span { color: #cdcdcd; }
.booom-home-section--process .booom-process li { border-bottom-color: rgba(255, 255, 255, 0.2); }
.booom-home-section--faq {
	position: relative;
	overflow: hidden;
	background-color: #efeee8;
	background-image: radial-gradient(circle at 91% 7%, rgba(255, 213, 1, 0.24), transparent 25%), linear-gradient(120deg, rgba(255, 255, 255, 0.64), rgba(239, 238, 232, 0.92));
}
.booom-home-section--faq::before {
	position: absolute;
	inset: 0;
	background-image: repeating-linear-gradient(45deg, rgba(13, 13, 13, 0.02) 0, rgba(13, 13, 13, 0.02) 1px, transparent 1px, transparent 14px);
	content: "";
	pointer-events: none;
}
.booom-home-section--faq .grid-container { position: relative; z-index: 1; }
.booom-home-section--faq .booom-faq { padding: 0 1.5rem; border: 1px solid rgba(13, 13, 13, 0.1); border-radius: var(--booom-radius); background: rgba(255, 255, 255, 0.7); box-shadow: 0 16px 40px rgba(13, 13, 13, 0.06); }
.booom-home-section--services {
	position: relative;
	overflow: hidden;
	background-color: #e8e7df;
	background-image: radial-gradient(circle at 8% 78%, rgba(255, 213, 1, 0.22), transparent 20%), radial-gradient(circle at 88% 12%, rgba(13, 13, 13, 0.07), transparent 24%), linear-gradient(120deg, #f2f1eb, #e7e6de);
}
.booom-home-section--services::before {
	position: absolute;
	inset: 0;
	background-image: repeating-linear-gradient(135deg, rgba(13, 13, 13, 0.025) 0, rgba(13, 13, 13, 0.025) 1px, transparent 1px, transparent 15px);
	content: "";
	pointer-events: none;
}
.booom-home-section--services .grid-container { position: relative; z-index: 1; }

.booom-problem-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--booom-line);
	border-left: 1px solid var(--booom-line);
}

.booom-problem-card {
	min-height: 350px;
	padding: 0 1.4rem 1.4rem;
	border-right: 1px solid var(--booom-line);
	border-bottom: 1px solid var(--booom-line);
	background: rgba(255, 255, 255, 0.62);
	transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.booom-problem-card figure { height: 116px; margin: 0 -1.4rem 1.15rem; overflow: hidden; background: var(--booom-black); }
.booom-problem-card figure img { display: block; width: 100%; height: 100%; object-fit: cover; opacity: 0.92; transition: transform 260ms ease; }
.booom-problem-card span { display: inline-flex; align-items: center; min-height: 2rem; padding: 0.18rem 0.55rem; border-radius: 999px; background: var(--booom-yellow); color: var(--booom-black); font-size: 0.9rem; font-weight: 900; letter-spacing: 0.1em; }
.booom-problem-card h3 { margin: 0.55rem 0 0.6rem; font-size: 1.25rem; }
.booom-problem-card p { margin: 0; color: var(--booom-muted); font-size: 0.92rem; }
.booom-problem-card:hover { position: relative; z-index: 1; background: var(--booom-white); box-shadow: var(--booom-shadow); transform: translateY(-4px); }
.booom-problem-card:hover figure img { transform: scale(1.035); }

.booom-service-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-top: 1px solid var(--booom-line);
	border-left: 1px solid var(--booom-line);
}

.booom-service-list a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.25rem;
	border-right: 1px solid var(--booom-line);
	border-bottom: 1px solid var(--booom-line);
	color: var(--booom-black);
	font-weight: 800;
	text-decoration: none;
	background: var(--booom-white);
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.booom-service-list a:hover,
.booom-service-list a:focus { position: relative; z-index: 1; background: var(--booom-yellow); box-shadow: var(--booom-shadow); color: var(--booom-black); transform: translateY(-3px); }
.booom-service-list span { font-size: 1.35rem; transition: transform 180ms ease; }
.booom-service-list a:hover span, .booom-service-list a:focus span { transform: translate(3px, -3px); }

.booom-presence-360 { padding: clamp(4rem, 9vw, 7.5rem) 0; background-color: #e9e8e0; background-image: radial-gradient(circle at 90% 10%, rgba(255, 213, 1, 0.18), transparent 22%), linear-gradient(145deg, #f3f2ec, #e8e7df); }
.booom-section__heading--center { margin-right: auto; margin-left: auto; text-align: center; }
.booom-section__heading--center .booom-eyebrow { justify-content: center; }
.booom-presence-360__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.booom-presence-360__grid article { position: relative; min-height: 230px; padding: 1.45rem; border: 1px solid var(--booom-line); border-radius: 15px; background: var(--booom-white); overflow: hidden; }
.booom-presence-360__grid article::before { position: absolute; top: 0; left: 1.45rem; width: 52px; height: 4px; border-radius: 0 0 4px 4px; background: var(--booom-yellow); content: ""; }
.booom-presence-360__grid span { display: inline-flex; align-items: center; justify-content: center; width: 2.3rem; height: 2.3rem; margin-bottom: 1.5rem; border-radius: 10px; background: var(--booom-yellow); color: var(--booom-black); font-size: 0.76rem; font-weight: 900; }
.booom-presence-360__grid h3 { margin: 0 0 0.6rem; font-size: 1.18rem; }
.booom-presence-360__grid p { margin: 0; color: var(--booom-muted); font-size: 0.9rem; }
.booom-presence-360__cta { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 1.5rem; align-items: center; margin-top: 1rem; padding: 2rem; border-radius: 15px; background: var(--booom-black); color: var(--booom-white); }
.booom-presence-360__cta h3 { margin: 0 0 0.45rem; color: var(--booom-white); font-size: 1.35rem; }
.booom-presence-360__cta p { margin: 0; color: #cfcfcf; font-size: 0.92rem; }

.booom-case-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-bottom: 2rem; }
.booom-case-grid article { min-height: 190px; padding: 1.4rem; border: 1px solid #383838; border-radius: 14px; background: #191919; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05); }
.booom-case-grid span { color: var(--booom-yellow); font-size: 0.74rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.booom-case-grid h3 { margin: 1.6rem 0 0.5rem; font-size: 1.35rem; }
.booom-case-grid p { margin: 0; color: #c8c8c8; font-size: 0.91rem; }

.booom-testimonial-carousel { position: relative; margin: 2rem 0; }
.booom-testimonial-carousel__controls { display: flex; justify-content: flex-end; gap: 0.55rem; margin-bottom: 0.85rem; }
.booom-carousel-button { display: inline-flex; align-items: center; justify-content: center; width: 2.7rem; height: 2.7rem; border: 1px solid #4a4a4a; border-radius: 50%; background: rgba(255, 255, 255, 0.04); color: var(--booom-white); cursor: pointer; font-size: 1rem; transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease, color 160ms ease; }
.booom-carousel-button:hover, .booom-carousel-button:focus { border-color: var(--booom-yellow); background: var(--booom-yellow); color: var(--booom-black); transform: translateY(-2px); }
.booom-testimonial-carousel__track { display: grid; grid-auto-columns: minmax(290px, 33.333%); grid-auto-flow: column; gap: 1rem; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.booom-testimonial-carousel__track::-webkit-scrollbar { display: none; }
.booom-testimonial-card { display: grid; grid-template-columns: 96px 1fr; gap: 1rem; min-height: 220px; padding: 1rem; border: 1px solid #383838; border-radius: 14px; background: linear-gradient(145deg, #202020, #161616); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04); scroll-snap-align: start; }
.booom-testimonial-card img { width: 96px; height: 96px; border-radius: 11px; object-fit: cover; }
.booom-testimonial-card span { color: var(--booom-yellow); font-size: 0.71rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.booom-testimonial-card h3 { margin: 0.5rem 0; font-size: 1.15rem; }
.booom-testimonial-card p { margin: 0; color: #c8c8c8; font-size: 0.86rem; line-height: 1.55; }
.booom-testimonial-card__context { margin-bottom: 0.6rem !important; color: #f0f0f0 !important; }
.booom-testimonial-card__context strong { color: var(--booom-yellow); }

.booom-office-section { padding: clamp(3.5rem, 8vw, 7rem) 0; background-color: #e7e6de; background-image: radial-gradient(circle at 7% 68%, rgba(255, 213, 1, 0.16), transparent 23%), linear-gradient(130deg, #efeee8, #e4e3db); }
.booom-office-section__heading { margin-bottom: 2rem; }
.booom-office-carousel { position: relative; }
.booom-office-carousel__controls { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin: 0 0 0.85rem; }
.booom-office-carousel__hint { margin: 0; color: var(--booom-muted); font-size: 0.8rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.booom-office-carousel__actions { display: flex; gap: 0.55rem; }
.booom-office-carousel .booom-carousel-button { border-color: var(--booom-line); color: var(--booom-black); }
.booom-office-carousel__track { display: grid; grid-auto-columns: minmax(250px, 31%); grid-auto-flow: column; gap: 1rem; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.booom-office-carousel__track::-webkit-scrollbar { display: none; }
.booom-office-carousel__track figure { margin: 0; overflow: hidden; border: 1px solid var(--booom-line); border-radius: 14px; background: var(--booom-black); box-shadow: 0 12px 30px rgba(13, 13, 13, 0.08); scroll-snap-align: start; }
.booom-office-carousel__track img { display: block; width: 100%; aspect-ratio: 1122 / 1402; object-fit: cover; transition: transform 320ms ease; }
.booom-office-carousel__track figure:hover img { transform: scale(1.025); }
.booom-office-carousel__track figcaption { padding: 0.75rem 0.85rem 0.85rem; background: var(--booom-white); color: var(--booom-black); font-size: 0.8rem; font-weight: 750; }

.booom-process { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(2rem, 7vw, 6rem); }
.booom-process ol { display: grid; gap: 1rem; margin: 0; padding: 0; list-style: none; counter-reset: booom-process; }
.booom-process li { display: grid; grid-template-columns: 2.45rem 1fr; column-gap: 0.95rem; padding-bottom: 1rem; border-bottom: 1px solid var(--booom-line); counter-increment: booom-process; }
.booom-process li::before { display: grid; width: 2.45rem; height: 2.45rem; place-items: center; grid-row: span 2; border-radius: 50%; background: var(--booom-yellow); content: counter(booom-process, decimal-leading-zero); color: var(--booom-black); font-size: 0.72rem; font-weight: 900; letter-spacing: 0.06em; }
.booom-process strong { color: var(--booom-black); }
.booom-process span { color: var(--booom-muted); font-size: 0.91rem; }

.booom-about-home { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr); gap: clamp(2rem, 8vw, 7rem); align-items: center; }
.booom-about-home h2 { max-width: 700px; margin: 0 0 1.2rem; }
.booom-about-home p:not(.booom-eyebrow) { max-width: 650px; color: var(--booom-muted); }
.booom-about-home figure { margin: 0; overflow: hidden; border-radius: var(--booom-radius); }
.booom-about-home img { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }

/* Final visual refinement: hierarchy, transitions and conversion rhythm. */
.booom-site-header {
	position: sticky;
	top: 0;
	background: rgba(250, 249, 245, 0.96);
	box-shadow: 0 8px 28px rgba(13, 13, 13, 0.08);
	backdrop-filter: blur(16px);
}

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

.booom-header-cta { box-shadow: 0 6px 16px rgba(13, 13, 13, 0.14); }

.booom-home-hero__location {
	position: relative;
	display: inline-block;
	z-index: 0;
}

.booom-home-hero__location::after {
	position: absolute;
	right: 0;
	bottom: 0.08em;
	left: 0;
	z-index: -1;
	height: 0.14em;
	border-radius: 999px;
	background: var(--booom-yellow);
	content: "";
	transform: rotate(-1deg);
}

.booom-home-section,
.booom-office-section,
.booom-presence-360 {
	box-shadow: inset 0 1px 0 rgba(13, 13, 13, 0.07);
}

.booom-home-section--dark {
	position: relative;
	overflow: hidden;
	background-color: var(--booom-black);
	background-image: radial-gradient(circle at 91% 11%, rgba(255, 213, 1, 0.14), transparent 24%), linear-gradient(145deg, #171717, #0d0d0d 58%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), inset 0 -1px 0 rgba(255, 255, 255, 0.08);
}

.booom-home-section--dark .grid-container { position: relative; z-index: 1; }
.booom-home-section--dark .booom-button:hover,
.booom-home-section--dark .booom-button:focus { border-color: var(--booom-white); background: var(--booom-white); box-shadow: 0 7px 0 rgba(255, 213, 1, 0.72); color: var(--booom-black); }

.booom-problem-card span {
	justify-content: center;
	width: 2.65rem;
	height: 2.65rem;
	min-height: 0;
	padding: 0;
	border: 1px solid rgba(13, 13, 13, 0.18);
	border-radius: 12px;
	box-shadow: 0 7px 16px rgba(13, 13, 13, 0.08);
}

.booom-service-list a { min-height: 5.5rem; }

.booom-service-list__cta {
	background: linear-gradient(135deg, #191919, var(--booom-black)) !important;
	color: var(--booom-white) !important;
}

.booom-service-list__cta:hover,
.booom-service-list__cta:focus { background: var(--booom-yellow) !important; color: var(--booom-black) !important; }
.booom-service-list__cta-copy { display: grid; gap: 0.18rem; font-size: 1rem !important; line-height: 1.25; }
.booom-service-list__cta-copy small { color: var(--booom-yellow); font-size: 0.68rem; font-weight: 900; letter-spacing: 0.11em; text-transform: uppercase; }
.booom-service-list__cta:hover .booom-service-list__cta-copy small,
.booom-service-list__cta:focus .booom-service-list__cta-copy small { color: var(--booom-black); }

.booom-testimonial-card { position: relative; overflow: hidden; }
.booom-testimonial-card::before { position: absolute; top: 0; right: 1rem; left: 1rem; height: 3px; border-radius: 0 0 999px 999px; background: linear-gradient(90deg, transparent, var(--booom-yellow), transparent); content: ""; opacity: 0.8; }

.booom-office-carousel__meta { display: flex; align-items: center; gap: 1rem; }
.booom-office-carousel__status { margin: 0; padding: 0.42rem 0.68rem; border: 1px solid rgba(13, 13, 13, 0.15); border-radius: 999px; background: rgba(255, 255, 255, 0.72); color: var(--booom-black); font-size: 0.72rem; font-weight: 900; letter-spacing: 0.08em; }
.booom-office-carousel__status [data-booom-office-current] { color: #9b7e00; }
.booom-office-carousel .booom-carousel-button { border-color: rgba(13, 13, 13, 0.18); background: rgba(255, 255, 255, 0.78); box-shadow: 0 8px 22px rgba(13, 13, 13, 0.08); }

.booom-process li {
	grid-template-columns: 3.25rem 1fr;
	column-gap: 1.1rem;
	padding: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.035);
	transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.booom-process li:hover { border-color: rgba(255, 213, 1, 0.58); background: rgba(255, 255, 255, 0.065); transform: translateX(4px); }
.booom-process li::before { width: 3.25rem; height: 3.25rem; border-radius: 13px; box-shadow: 0 8px 24px rgba(255, 213, 1, 0.13); font-size: 0.78rem; }
.booom-process strong { align-self: end; font-size: 1.05rem; }

.booom-faq__question { min-height: 4.35rem; }
.booom-faq__question::after { flex: 0 0 auto; width: 2.45rem; height: 2.45rem; background: rgba(255, 255, 255, 0.72); transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease; }
.booom-faq__question:hover::after,
.booom-faq__question:focus::after,
.booom-faq__question[aria-expanded="true"]::after { border-color: var(--booom-yellow); background: var(--booom-yellow); transform: rotate(2deg); }

.booom-about-home__media { position: relative; border: 1px solid rgba(13, 13, 13, 0.12); box-shadow: var(--booom-shadow); }
.booom-about-home__media::after { position: absolute; inset: 0; border: 1px solid rgba(255, 255, 255, 0.34); border-radius: inherit; content: ""; pointer-events: none; }
.booom-about-home__media img { aspect-ratio: 4 / 5; }
.booom-about-home__media figcaption { position: absolute; right: 0.75rem; bottom: 0.75rem; left: 0.75rem; z-index: 1; padding: 0.7rem 0.8rem; border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 10px; background: rgba(13, 13, 13, 0.78); color: var(--booom-white); font-size: 0.76rem; font-weight: 800; backdrop-filter: blur(10px); }

.booom-cta { border-color: rgba(255, 213, 1, 0.28); box-shadow: 0 28px 70px rgba(13, 13, 13, 0.24); }

@media (max-width: 768px) {
	body { font-size: 17px; }
	body .booom-home .grid-container,
	body .booom-site-header .grid-container {
		width: min(100%, var(--booom-content));
		padding-right: max(1.25rem, env(safe-area-inset-right));
		padding-left: max(1.25rem, env(safe-area-inset-left));
	}
	h1 { font-size: clamp(2.2rem, 10.5vw, 3rem); line-height: 1.04; }
	h2 { font-size: clamp(1.85rem, 8.8vw, 2.45rem); }
	.booom-home-hero__inner { gap: 2.5rem; padding-top: 4.75rem; padding-bottom: 4.5rem; }
	.booom-home-hero__lead { margin-top: 1.15rem; }
	.booom-home-hero__actions { align-items: stretch; gap: 1rem; margin-top: 1.8rem; }
	.booom-home-hero__actions .booom-button { text-align: center; }
	.booom-message-slider { padding-top: 1rem; padding-bottom: 1.5rem; }
	.booom-message-slider__controls { right: 0.7rem; bottom: 0.7rem; }
	.booom-home-section { padding-top: 3.75rem; padding-bottom: 3.75rem; }
	.booom-post-card { grid-template-columns: 1fr; gap: 1rem; }
	.booom-post-card__media,
	.booom-post-card__media img { min-height: 0; aspect-ratio: 5 / 4; }
	.booom-grid,
	.booom-related__grid { grid-template-columns: 1fr; }
	.booom-section { border-radius: 13px; }
	.booom-article-featured img { border-radius: 12px; aspect-ratio: 5 / 6; }
	.booom-landing__hero { min-height: 580px; }
	.booom-landing__hero::after { background: linear-gradient(0deg, rgba(13, 13, 13, 0.88) 0%, rgba(13, 13, 13, 0.12) 100%); }
	.booom-header-inner { min-height: 70px; gap: 1rem; }
	.booom-site-brand img { width: 132px; }
	.booom-header-actions { margin-left: auto; }
	.booom-header-cta { display: none; }
	.booom-menu-toggle { display: inline-flex; align-items: center; justify-content: center; min-width: 4.35rem; min-height: 2.75rem; border: 1px solid var(--booom-black); border-radius: 999px; background: var(--booom-black); color: var(--booom-white); font: inherit; font-size: 0.78rem; font-weight: 800; padding: 0.46rem 0.8rem; }
	.booom-primary-navigation { position: absolute; top: 100%; right: 0; left: 0; display: none; padding: 1rem 1.3rem; border-bottom: 1px solid var(--booom-line); background: #fbfaf6; box-shadow: 0 16px 30px rgba(0, 0, 0, 0.12); }
	.booom-primary-navigation.is-open { display: block; }
	.booom-primary-menu { align-items: flex-start; flex-direction: column; gap: 0.9rem; }
	.booom-primary-menu a { color: var(--booom-black); }
	.booom-footer-inner { grid-template-columns: 1fr; }
	.booom-site-footer .booom-primary-menu { justify-content: flex-start; }
	.booom-home-hero__inner { grid-template-columns: 1fr; }
	.booom-home-hero__media { max-width: 480px; margin: 0; }
	.booom-home-hero__actions .booom-text-link { display: inline-flex; align-items: center; justify-content: center; min-height: 3rem; }
	.booom-client-strip .grid-container { flex-direction: column; align-items: flex-start; justify-content: center; padding-top: 1.4rem; padding-bottom: 1.4rem; }
	.booom-client-strip__logos { justify-content: flex-start; }
	.booom-problem-grid, .booom-case-grid, .booom-service-list, .booom-presence-360__grid { grid-template-columns: 1fr; }
	.booom-problem-card { min-height: auto; }
	.booom-process { grid-template-columns: 1fr; }
	.booom-about-home { grid-template-columns: 1fr; }
	.booom-testimonial-carousel__track { grid-auto-columns: 88%; }
	.booom-office-carousel__track { grid-auto-columns: 78%; }
	.booom-office-carousel__controls { align-items: flex-start; flex-direction: column; }
	.booom-office-carousel__meta { width: 100%; justify-content: space-between; }
	.booom-office-carousel__actions { align-self: flex-end; }
	.booom-presence-360__cta { grid-template-columns: 1fr; }
	.booom-home-section--faq .booom-faq { padding: 0 1rem; border-radius: 13px; }
	.booom-presence-360__cta .booom-button { text-align: center; }
	.booom-service-list a { min-height: 4.75rem; }
	.booom-process li:hover { transform: none; }
	.booom-about-home__media { max-width: 520px; }
}

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

@media (max-width: 540px) {
	.booom-message-slider__controls { gap: 0.34rem; padding: 0.32rem; }
	.booom-message-slider__arrow { width: 2.25rem; height: 2.25rem; }
	.booom-whatsapp-float { right: max(1rem, env(safe-area-inset-right)); bottom: max(1rem, env(safe-area-inset-bottom)); width: 3.85rem; justify-content: center; padding: 0.35rem; border-radius: 1.15rem; }
	.booom-whatsapp-float__copy,
	.booom-whatsapp-float__arrow { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
	.booom-office-carousel__hint { max-width: 12rem; }
	.booom-office-carousel__track { grid-auto-columns: 84%; }
	.booom-faq__question { min-height: 4.75rem; font-size: 0.96rem; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}

/* Premium header system: contained brand, navigation and conversion zones. */
.booom-site-header {
	position: sticky;
	top: 0;
	z-index: 80;
	padding: 0.7rem clamp(0.75rem, 2vw, 1.4rem);
	border: 0;
	background: rgba(247, 246, 241, 0.92);
	box-shadow: none;
	backdrop-filter: blur(18px) saturate(130%);
}

.booom-header-frame {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}

.booom-header-inner.grid-container {
	position: relative;
	width: 100%;
	max-width: none;
	min-height: 76px;
	margin: 0;
	padding: 0.5rem 0.55rem 0.5rem 1rem;
	border: 1px solid rgba(13, 13, 13, 0.11);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.97);
	box-shadow: 0 12px 34px rgba(13, 13, 13, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.booom-site-brand {
	flex: 0 0 auto;
	gap: 0.85rem;
	min-width: 0;
}

.booom-site-brand img {
	width: 136px;
	max-width: none;
	height: auto;
}

.booom-site-brand__descriptor {
	display: grid;
	gap: 0.14rem;
	padding-left: 0.85rem;
	border-left: 1px solid rgba(13, 13, 13, 0.14);
	color: var(--booom-black);
	line-height: 1.1;
}

.booom-site-brand__descriptor strong {
	font-size: 0.67rem;
	font-weight: 900;
	letter-spacing: 0.085em;
	text-transform: uppercase;
}

.booom-site-brand__descriptor span {
	color: var(--booom-muted);
	font-size: 0.66rem;
	font-weight: 650;
	letter-spacing: 0.025em;
}

.booom-header-actions {
	gap: 0.75rem;
	min-width: 0;
}

.booom-primary-navigation {
	padding: 0.28rem;
	border: 1px solid rgba(13, 13, 13, 0.09);
	border-radius: 999px;
	background: #f2f1eb;
	box-shadow: inset 0 1px 2px rgba(13, 13, 13, 0.045);
}

.booom-primary-menu {
	gap: 0.12rem;
}

.booom-primary-menu a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.6rem;
	padding: 0.55rem 0.86rem;
	border-radius: 999px;
	color: #2b2b2b;
	font-size: 0.75rem;
	font-weight: 820;
	letter-spacing: 0.025em;
	line-height: 1;
	white-space: nowrap;
	transition: color 170ms ease, background-color 170ms ease, box-shadow 170ms ease, transform 170ms ease;
}

.booom-primary-menu a::after {
	display: none;
}

.booom-primary-menu a:hover,
.booom-primary-menu a:focus {
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 5px 14px rgba(13, 13, 13, 0.08);
	transform: translateY(-1px);
}

.booom-primary-menu a.is-current {
	background: var(--booom-black);
	box-shadow: 0 7px 18px rgba(13, 13, 13, 0.18);
	color: var(--booom-white);
}

.booom-primary-menu a.is-current::before {
	width: 0.36rem;
	height: 0.36rem;
	margin-right: 0.42rem;
	border-radius: 50%;
	background: var(--booom-yellow);
	content: "";
}

.booom-header-cta {
	gap: 0.65rem;
	min-height: 3.25rem;
	padding: 0.42rem 0.45rem 0.42rem 0.88rem;
	border-color: var(--booom-black);
	background: var(--booom-black);
	box-shadow: 0 8px 20px rgba(13, 13, 13, 0.18);
}

.booom-header-cta__copy {
	display: grid;
	gap: 0.08rem;
	line-height: 1.05;
}

.booom-header-cta__copy small {
	color: var(--booom-yellow);
	font-size: 0.56rem;
	font-weight: 900;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.booom-header-cta__copy strong {
	color: var(--booom-white);
	font-size: 0.73rem;
	font-weight: 900;
}

.booom-header-cta__icon {
	display: grid;
	width: 2.35rem;
	height: 2.35rem;
	place-items: center;
	border-radius: 50%;
	background: var(--booom-yellow);
	color: var(--booom-black);
	font-size: 0.95rem;
	transition: transform 170ms ease;
}

.booom-header-cta:hover,
.booom-header-cta:focus {
	border-color: var(--booom-black);
	background: #202020;
	color: var(--booom-white);
}

.booom-header-cta:hover .booom-header-cta__icon,
.booom-header-cta:focus .booom-header-cta__icon {
	transform: rotate(8deg) scale(1.04);
}

.booom-mobile-menu-cta {
	display: none;
}

.booom-menu-toggle {
	gap: 0.62rem;
	min-width: 5.65rem;
	min-height: 3rem;
	padding: 0.52rem 0.72rem 0.52rem 0.9rem;
	border: 1px solid var(--booom-black);
	border-radius: 999px;
	background: var(--booom-black);
	color: var(--booom-white);
	font: inherit;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.035em;
}

.booom-menu-toggle__icon {
	position: relative;
	display: grid;
	width: 1.8rem;
	height: 1.8rem;
	place-items: center;
	border-radius: 50%;
	background: var(--booom-yellow);
}

.booom-menu-toggle__icon i {
	position: absolute;
	width: 0.82rem;
	height: 2px;
	border-radius: 999px;
	background: var(--booom-black);
	transition: transform 180ms ease, top 180ms ease;
}

.booom-menu-toggle__icon i:first-child { top: 0.65rem; }
.booom-menu-toggle__icon i:last-child { top: 1.02rem; }
.booom-menu-toggle__close-copy { display: none; }
.booom-menu-toggle[aria-expanded="true"] .booom-menu-toggle__open-copy { display: none; }
.booom-menu-toggle[aria-expanded="true"] .booom-menu-toggle__close-copy { display: block; }
.booom-menu-toggle[aria-expanded="true"] .booom-menu-toggle__icon i:first-child { top: 0.88rem; transform: rotate(45deg); }
.booom-menu-toggle[aria-expanded="true"] .booom-menu-toggle__icon i:last-child { top: 0.88rem; transform: rotate(-45deg); }

@media (max-width: 1240px) {
	.booom-site-brand__descriptor { display: none; }
	.booom-primary-menu a { padding-right: 0.72rem; padding-left: 0.72rem; }
}

@media (max-width: 1024px) {
	.booom-site-header { padding: 0.55rem 0.75rem; }
	.booom-header-inner.grid-container {
		min-height: 68px;
		padding: 0.42rem 0.45rem 0.42rem 0.8rem;
		border-radius: 19px;
	}
	.booom-site-brand img { width: 124px; }
	.booom-header-actions { margin-left: auto; }
	.booom-header-cta { display: none; }
	.booom-menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
	.booom-primary-navigation {
		position: absolute;
		top: calc(100% + 0.65rem);
		right: 0;
		left: 0;
		display: none;
		padding: 0.58rem;
		border: 1px solid rgba(13, 13, 13, 0.12);
		border-radius: 20px;
		background: rgba(255, 255, 255, 0.98);
		box-shadow: 0 24px 55px rgba(13, 13, 13, 0.2);
		backdrop-filter: blur(18px);
	}
	.booom-primary-navigation.is-open { display: block; animation: booom-menu-reveal 180ms ease-out; }
	.booom-primary-menu { align-items: stretch; flex-direction: column; gap: 0.32rem; }
	.booom-primary-menu li { width: 100%; }
	.booom-primary-menu a {
		justify-content: flex-start;
		width: 100%;
		min-height: 3.2rem;
		padding: 0.78rem 1rem;
		border: 1px solid transparent;
		border-radius: 13px;
		background: #f6f5f0;
		font-size: 0.83rem;
	}
	.booom-primary-menu a:hover,
	.booom-primary-menu a:focus { border-color: rgba(13, 13, 13, 0.11); box-shadow: none; transform: none; }
	.booom-primary-menu a.is-current { background: var(--booom-black); }
	.booom-mobile-menu-cta {
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 3.45rem;
		margin-top: 0.5rem;
		padding: 0.72rem 0.72rem 0.72rem 1rem;
		border-radius: 14px;
		background: var(--booom-yellow);
		color: var(--booom-black);
		font-size: 0.86rem;
		font-weight: 900;
		text-decoration: none;
	}
	.booom-mobile-menu-cta > span:last-child {
		display: grid;
		width: 2rem;
		height: 2rem;
		place-items: center;
		border-radius: 50%;
		background: var(--booom-black);
		color: var(--booom-white);
	}
	body.booom-menu-open { overflow: hidden; }
}

@media (max-width: 540px) {
	.booom-site-header { padding: 0.42rem 0.55rem; }
	.booom-header-inner.grid-container { padding-left: 0.7rem; border-radius: 17px; }
	.booom-site-brand img { width: 112px; }
	.booom-menu-toggle { min-width: 3rem; padding: 0.5rem; }
	.booom-menu-toggle__label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
	.booom-primary-navigation { top: calc(100% + 0.5rem); }
}

@keyframes booom-menu-reveal {
	from { opacity: 0; transform: translateY(-8px) scale(0.985); }
	to { opacity: 1; transform: translateY(0) scale(1); }
}

/* Rectangular corporate header and complete services mega-menu. */
.booom-site-header {
	padding-top: 0.55rem;
	padding-bottom: 0.55rem;
	background: rgba(248, 247, 243, 0.96);
}

.booom-header-inner.grid-container {
	min-height: 74px;
	padding: 0.45rem 0.48rem 0.45rem 1rem;
	border-color: rgba(13, 13, 13, 0.14);
	border-radius: 6px;
	box-shadow: 0 10px 28px rgba(13, 13, 13, 0.09);
}

.booom-primary-navigation {
	padding: 0.3rem;
	border-radius: 5px;
	background: #f1f0ea;
}

.booom-primary-menu > li {
	position: relative;
}

.booom-primary-menu > li > a {
	min-height: 2.65rem;
	padding: 0.58rem 0.9rem;
	border: 1px solid transparent;
	border-radius: 3px;
}

.booom-primary-menu > li > a:hover,
.booom-primary-menu > li > a:focus {
	border-color: rgba(13, 13, 13, 0.11);
	background: var(--booom-white);
	box-shadow: 0 4px 12px rgba(13, 13, 13, 0.07);
}

.booom-primary-menu > li > a.is-current {
	border-color: var(--booom-black);
	border-radius: 3px;
	background: var(--booom-black);
}

.booom-primary-menu > li > a.is-current::before {
	width: 3px;
	height: 1rem;
	margin-right: 0.45rem;
	border-radius: 0;
}

.booom-primary-menu > .menu-item-has-children > a::after {
	display: block;
	width: 0.42rem;
	height: 0.42rem;
	margin: -0.2rem 0 0 0.52rem;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	content: "";
	transform: rotate(45deg);
	transition: margin-top 170ms ease, transform 170ms ease;
}

.booom-primary-menu > .menu-item-has-children:hover > a::after,
.booom-primary-menu > .menu-item-has-children:focus-within > a::after {
	margin-top: 0.1rem;
	transform: rotate(225deg);
}

.booom-primary-menu .sub-menu {
	position: absolute;
	top: calc(100% + 0.8rem);
	left: 50%;
	z-index: 120;
	display: grid;
	grid-template-columns: repeat(3, minmax(185px, 1fr));
	gap: 0.45rem;
	width: min(720px, calc(100vw - 2rem));
	margin: 0;
	padding: 0.7rem;
	border: 1px solid rgba(13, 13, 13, 0.14);
	border-top: 4px solid var(--booom-yellow);
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.99);
	box-shadow: 0 22px 50px rgba(13, 13, 13, 0.18);
	list-style: none;
	opacity: 0;
	pointer-events: none;
	transform: translate(-43%, -8px);
	visibility: hidden;
	transition: opacity 170ms ease, transform 170ms ease, visibility 170ms ease;
}

.booom-primary-menu .menu-item-has-children:hover > .sub-menu,
.booom-primary-menu .menu-item-has-children:focus-within > .sub-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-43%, 0);
	visibility: visible;
}

.booom-primary-menu .sub-menu li {
	min-width: 0;
}

.booom-primary-menu .sub-menu a {
	justify-content: flex-start;
	width: 100%;
	min-height: 3.25rem;
	padding: 0.7rem 0.78rem;
	border: 1px solid #e6e4dc;
	border-radius: 4px;
	background: #f7f6f1;
	font-size: 0.72rem;
	line-height: 1.25;
	white-space: normal;
}

.booom-primary-menu .sub-menu a::before {
	flex: 0 0 auto;
	width: 3px;
	height: 1.15rem;
	margin-right: 0.52rem;
	background: var(--booom-yellow);
	content: "";
}

.booom-primary-menu .sub-menu a:hover,
.booom-primary-menu .sub-menu a:focus {
	border-color: rgba(13, 13, 13, 0.28);
	background: var(--booom-white);
	box-shadow: 0 5px 14px rgba(13, 13, 13, 0.07);
}

.booom-header-cta {
	min-height: 3.2rem;
	padding: 0.42rem 0.42rem 0.42rem 0.9rem;
	border-radius: 4px;
}

.booom-header-cta__copy {
	color: var(--booom-white);
	font-size: 0.76rem;
	font-weight: 900;
	line-height: 1;
}

.booom-header-cta__icon {
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 4px;
}

.booom-menu-toggle {
	border-radius: 4px;
}

.booom-menu-toggle__icon {
	border-radius: 3px;
}

@media (max-width: 1024px) {
	.booom-header-inner.grid-container {
		min-height: 66px;
		border-radius: 5px;
	}
	.booom-primary-navigation {
		max-height: calc(100vh - 112px);
		overflow-y: auto;
		border-radius: 5px;
	}
	.booom-primary-menu > li > a {
		border-radius: 4px;
	}
	.booom-primary-menu .sub-menu {
		position: static;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.35rem;
		width: 100%;
		margin: 0.35rem 0 0.1rem;
		padding: 0.45rem;
		border: 1px solid #dedcd3;
		border-left: 4px solid var(--booom-yellow);
		border-radius: 4px;
		background: #eeede7;
		box-shadow: none;
		opacity: 1;
		pointer-events: auto;
		transform: none;
		visibility: visible;
	}
	.booom-primary-menu .menu-item-has-children:hover > .sub-menu,
	.booom-primary-menu .menu-item-has-children:focus-within > .sub-menu { transform: none; }
	.booom-primary-menu .sub-menu a {
		min-height: 2.85rem;
		padding: 0.58rem 0.62rem;
		border-radius: 3px;
		background: var(--booom-white);
		font-size: 0.7rem;
	}
	.booom-primary-menu .sub-menu a::before { margin-right: 0.42rem; }
	.booom-mobile-menu-cta {
		border: 1px solid var(--booom-black);
		border-radius: 5px;
	}
	.booom-mobile-menu-cta > span:last-child { border-radius: 3px; }
}

@media (max-width: 540px) {
	.booom-header-inner.grid-container { border-radius: 6px; }
	.booom-primary-navigation { border-radius: 6px; }
	.booom-primary-menu .sub-menu { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Keeps the services mega-menu open while the pointer crosses the visual gap. */
@media (min-width: 1025px) {
	.booom-primary-menu > .menu-item-has-children::after {
		position: absolute;
		top: 100%;
		right: -0.55rem;
		left: -0.55rem;
		z-index: 119;
		height: 0.7rem;
		content: "";
	}

	.booom-primary-menu .sub-menu {
		top: calc(100% + 0.48rem);
	}
}

/* Seeded commercial pages: editable content with a consistent BOOOM system. */
.booom-header-actions {
	flex: 1 1 auto;
	justify-content: flex-end;
}

.booom-landing--seeded {
	background:
		radial-gradient(circle at 7% 18%, rgba(255, 213, 1, 0.1), transparent 19rem),
		linear-gradient(180deg, #f8f7f2 0%, #ffffff 34%, #f4f3ed 100%);
}

.booom-landing--seeded .booom-landing__hero {
	min-height: clamp(430px, 55vw, 650px);
}

.booom-landing--seeded .booom-landing__hero::after {
	background: linear-gradient(90deg, rgba(13, 13, 13, 0.93) 0%, rgba(13, 13, 13, 0.7) 48%, rgba(13, 13, 13, 0.28) 100%);
}

.booom-landing--seeded .booom-hero-media img {
	filter: saturate(0.88) contrast(1.04);
}

.booom-page-block {
	margin: clamp(2.8rem, 7vw, 6.5rem) 0;
	padding: clamp(1.6rem, 4.5vw, 4rem);
	border: 1px solid rgba(13, 13, 13, 0.1);
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 18px 45px rgba(13, 13, 13, 0.07);
}

.booom-page-block--soft {
	background:
		linear-gradient(135deg, rgba(255, 213, 1, 0.08), transparent 32%),
		#efeee8;
}

.booom-page-block--dark {
	border-color: rgba(255, 213, 1, 0.25);
	background:
		radial-gradient(circle at 90% 10%, rgba(255, 213, 1, 0.17), transparent 15rem),
		#11110f;
	color: var(--booom-white);
}

.booom-page-block--dark h2,
.booom-page-block--dark p { color: inherit; }

.booom-page-block--dark .booom-eyebrow { color: #dfdfd8; }

.booom-page-block--split {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
	gap: clamp(2rem, 5vw, 5rem);
	align-items: center;
}

.booom-page-block--split > div > h2,
.booom-page-heading h2 {
	margin-top: 0;
}

.booom-page-block--split > div > p:last-child,
.booom-page-heading > p:last-child {
	margin-bottom: 0;
	color: var(--booom-muted);
}

.booom-page-block--split .booom-asset {
	width: 100%;
	margin: 0;
	border: 1px solid rgba(13, 13, 13, 0.14);
	border-radius: 4px;
	box-shadow: 18px 18px 0 rgba(255, 213, 1, 0.58);
}

.booom-page-block--split .booom-asset img {
	width: 100%;
	max-height: 580px;
	object-fit: cover;
}

.booom-page-heading {
	max-width: 780px;
	margin-bottom: 2rem;
}

.booom-page-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.85rem;
}

.booom-page-card {
	min-height: 150px;
	padding: 1.25rem;
	border: 1px solid rgba(13, 13, 13, 0.13);
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 9px 22px rgba(13, 13, 13, 0.055);
}

.booom-page-card h3 {
	margin: 1.1rem 0 0;
	font-size: clamp(1rem, 1.6vw, 1.25rem);
}

.booom-page-card__number {
	display: inline-grid;
	min-width: 2.7rem;
	height: 2rem;
	padding: 0 0.55rem;
	place-items: center;
	border: 1px solid var(--booom-black);
	border-radius: 3px;
	background: var(--booom-yellow);
	color: var(--booom-black);
	font-size: 0.72rem;
	font-weight: 950;
	letter-spacing: 0.08em;
}

.booom-page-proof {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	margin: clamp(3rem, 7vw, 6rem) 0;
	padding: clamp(1.8rem, 4.5vw, 3.5rem);
	border: 1px solid rgba(13, 13, 13, 0.75);
	border-radius: 5px;
	background:
		linear-gradient(120deg, rgba(255, 255, 255, 0.23), transparent 38%),
		var(--booom-yellow);
	box-shadow: 16px 16px 0 var(--booom-black);
}

.booom-page-proof h2,
.booom-page-proof p { margin-top: 0; color: var(--booom-black); }
.booom-page-proof p:last-child { margin-bottom: 0; }
.booom-page-proof .booom-button { flex: 0 0 auto; }

.booom-native-faq {
	border-top: 1px solid rgba(13, 13, 13, 0.18);
}

.booom-native-faq details {
	border-bottom: 1px solid rgba(13, 13, 13, 0.18);
}

.booom-native-faq summary {
	position: relative;
	padding: 1.35rem 3.5rem 1.35rem 0;
	color: var(--booom-black);
	font-weight: 850;
	cursor: pointer;
	list-style: none;
}

.booom-native-faq summary::-webkit-details-marker { display: none; }
.booom-native-faq summary::after {
	position: absolute;
	top: 50%;
	right: 0;
	display: grid;
	width: 2.35rem;
	height: 2.35rem;
	place-items: center;
	border: 1px solid var(--booom-black);
	border-radius: 3px;
	background: var(--booom-yellow);
	content: "+";
	font-size: 1.25rem;
	transform: translateY(-50%);
}

.booom-native-faq details[open] summary::after { content: "−"; }
.booom-native-faq details p { max-width: 820px; margin: 0; padding: 0 3.5rem 1.35rem 0; color: var(--booom-muted); }

.booom-service-directory {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.8rem;
}

.booom-service-directory article {
	position: relative;
	min-height: 220px;
	padding: 1.4rem;
	border: 1px solid rgba(13, 13, 13, 0.14);
	border-radius: 4px;
	background: #f3f2ec;
	transition: border-color 170ms ease, background-color 170ms ease, transform 170ms ease;
}

.booom-service-directory article:hover {
	border-color: var(--booom-black);
	background: var(--booom-white);
	transform: translateY(-4px);
}

.booom-service-directory article > span {
	position: absolute;
	top: 1rem;
	right: 1rem;
	display: grid;
	width: 2rem;
	height: 2rem;
	place-items: center;
	border-radius: 3px;
	background: var(--booom-yellow);
	font-weight: 900;
}

.booom-service-directory h2 {
	margin: 2.7rem 0 0.7rem;
	font-size: 1.25rem;
}

.booom-service-directory h2 a {
	text-decoration: none;
}

.booom-service-directory p {
	margin: 0;
	color: var(--booom-muted);
	font-size: 0.9rem;
}

.booom-case-directory {
	display: grid;
	gap: 1rem;
}

.booom-case-directory article {
	display: grid;
	grid-template-columns: 180px 1fr;
	gap: 1.5rem;
	align-items: center;
	padding: 1.25rem;
	border: 1px solid rgba(13, 13, 13, 0.14);
	border-radius: 4px;
	background: #f2f1eb;
}

.booom-case-directory .booom-asset {
	width: 150px;
	height: 150px;
	margin: 0;
	border-radius: 4px;
}

.booom-case-directory .booom-asset img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.booom-case-directory h2 { margin: 0 0 0.6rem; font-size: clamp(1.35rem, 2.7vw, 2.15rem); }
.booom-case-directory a { font-weight: 850; text-decoration-color: var(--booom-yellow); text-decoration-thickness: 3px; }

.booom-case-note {
	margin: -1.5rem 0 4rem;
	padding: 1rem 1.2rem;
	border-left: 5px solid var(--booom-yellow);
	background: #eeede7;
	color: var(--booom-muted);
	font-size: 0.86rem;
}

.booom-contact-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr);
	gap: clamp(2rem, 5vw, 5rem);
	align-items: start;
}

.booom-contact-cards {
	display: grid;
	gap: 0.65rem;
	margin-top: 2rem;
}

.booom-contact-cards a {
	display: grid;
	gap: 0.15rem;
	padding: 1rem;
	border: 1px solid rgba(13, 13, 13, 0.14);
	border-radius: 4px;
	background: #f3f2ec;
	text-decoration: none;
}

.booom-contact-cards span { color: var(--booom-muted); font-size: 0.86rem; }
.booom-contact-form-wrap { padding: 1.25rem; border: 1px solid rgba(13, 13, 13, 0.16); border-radius: 4px; background: #f3f2ec; }
.booom-contact-form p { margin: 0 0 1rem; }
.booom-contact-form label { display: block; margin-bottom: 0.32rem; color: var(--booom-black); font-size: 0.76rem; font-weight: 850; }
.booom-contact-form input[type="text"],
.booom-contact-form input[type="email"],
.booom-contact-form input[type="tel"],
.booom-contact-form textarea {
	width: 100%;
	padding: 0.78rem 0.85rem;
	border: 1px solid #c9c8c1;
	border-radius: 3px;
	background: var(--booom-white);
	color: var(--booom-black);
	font: inherit;
	font-size: 0.9rem;
}

.booom-contact-form input:focus,
.booom-contact-form textarea:focus { border-color: var(--booom-black); outline: 3px solid rgba(255, 213, 1, 0.45); }
.booom-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 0.85rem; }
.booom-contact-form .booom-form-consent label { display: flex; gap: 0.55rem; align-items: flex-start; font-weight: 650; }
.booom-form-consent input { flex: 0 0 auto; margin-top: 0.25rem; }
.booom-form-honeypot { position: absolute !important; left: -9999px !important; }
.booom-form-notice { padding: 0.85rem 1rem; border-radius: 3px; font-size: 0.86rem; font-weight: 750; }
.booom-form-notice--success { border: 1px solid #188844; background: #e8f8ee; color: #0f632e; }
.booom-form-notice--error { border: 1px solid #b33333; background: #fff0f0; color: #8e2222; }

.booom-privacy { max-width: 950px; margin-right: auto; margin-left: auto; }
.booom-privacy h2 { margin-top: 2.6rem; font-size: clamp(1.35rem, 2.3vw, 1.85rem); }
.booom-privacy p { color: #3d4043; }
.booom-text-link { font-weight: 850; text-decoration-color: var(--booom-yellow); text-decoration-thickness: 3px; }

@media (max-width: 900px) {
	.booom-page-block--split,
	.booom-contact-layout { grid-template-columns: 1fr; }
	.booom-page-grid,
	.booom-service-directory { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.booom-page-proof { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 600px) {
	.booom-landing--seeded .booom-landing__hero { min-height: 480px; }
	.booom-landing--seeded .booom-landing__hero::after { background: linear-gradient(0deg, rgba(13, 13, 13, 0.96), rgba(13, 13, 13, 0.45)); }
	.booom-landing__hero-inner { padding-right: 1.15rem; padding-left: 1.15rem; }
	.booom-landing__content { padding-right: 1rem; padding-left: 1rem; }
	.booom-page-block { margin: 1.3rem 0 2.4rem; padding: 1.2rem; }
	.booom-page-block--split { gap: 1.5rem; }
	.booom-page-block--split .booom-asset { box-shadow: 8px 8px 0 rgba(255, 213, 1, 0.62); }
	.booom-page-grid,
	.booom-service-directory,
	.booom-form-grid { grid-template-columns: 1fr; }
	.booom-page-card { min-height: 0; }
	.booom-page-proof { margin: 2.5rem 0; padding: 1.3rem; box-shadow: 7px 7px 0 var(--booom-black); }
	.booom-page-proof .booom-button { width: 100%; text-align: center; }
	.booom-case-directory article { grid-template-columns: 92px 1fr; gap: 0.9rem; padding: 0.85rem; }
	.booom-case-directory .booom-asset { width: 82px; height: 82px; }
	.booom-contact-form-wrap { padding: 0.9rem; }
}

/* v0.18.8 — institutional image ratio from the BOOOM Notion guide. */
.booom-asset--institutional {
	width: 100%;
	max-width: 900px;
	aspect-ratio: 9 / 7;
}
.booom-asset--institutional img {
	width: 100%;
	height: 100%;
	aspect-ratio: 9 / 7;
	object-fit: cover;
}
.booom-page-block--split .booom-asset--institutional img {
	max-height: none;
}
