/*
Theme Name: Client Theme
Theme URI: https://your-agency.example
Author: Your Agency
Author URI: https://your-agency.example
Description: Custom Gutenberg block theme (FSE). Managed by the agency; content and menus are edited by the client in the Site Editor.
Version: 0.5.2
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 8.1
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: client-theme
*/

/* ==========================================================================
   Client Theme — front-end + editor styles
   Design tokens (colors, fonts, sizes) live in theme.json; this file only
   carries what block markup cannot express: overlays, shapes, the header,
   the project scroller, the price accordion, stars and other brand details.
   ========================================================================== */

:root {
	--ct-navy: var(--wp--preset--color--primary, #00002e);
	--ct-gold: var(--wp--preset--color--accent, #efa91b);
	--ct-ink: var(--wp--preset--color--contrast, #16161d);
	--ct-surface: var(--wp--preset--color--surface, #f4f4f6);
	--ct-radius: 14px;
	--ct-hairline: rgba(22, 22, 29, 0.18);
}

body {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.wp-site-blocks {
	position: relative;
	overflow-x: clip;
}

/* Slightly airier, letter-spaced display headings to match the mockup. */
h1, h2, h3,
.wp-block-heading {
	letter-spacing: -0.01em;
}

/* Small caps overline used above several section titles. */
.ct-overline {
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--ct-ink);
	opacity: 0.7;
	margin-bottom: 0.4rem;
}

/* "Quiero asesoría ↗" style link: bold label, arrow, short underline bar. */
.ct-link-arrow a,
a.ct-link-arrow {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	font-weight: 500;
	text-decoration: none;
	color: var(--ct-ink);
	padding-bottom: 0.5rem;
	border-bottom: 1px solid var(--ct-ink);
	transition: color 0.15s ease, border-color 0.15s ease;
}
.ct-link-arrow a:hover,
a.ct-link-arrow:hover {
	color: var(--ct-gold);
	border-color: var(--ct-gold);
}

/* ============================ Brand wordmark ============================= */
.ct-logo {
	line-height: 1;
	font-family: var(--wp--preset--font-family--logo), system-ui, sans-serif;
	display: inline-block;
}
.ct-logo .ct-logo__con {
	display: block;
	font-family: var(--wp--preset--font-family--display), sans-serif;
	font-weight: 300;
	font-size: 0.9rem;
	letter-spacing: 0.02em;
	margin-bottom: -0.12em;
}
.ct-logo .ct-logo__name {
	font-weight: 800;
	font-size: 1.9rem;
	letter-spacing: -0.01em;
}
.ct-logo .ct-logo__sas {
	font-family: var(--wp--preset--font-family--display), sans-serif;
	font-weight: 500;
	font-size: 0.7rem;
	letter-spacing: 0.08em;
	margin-left: 0.25rem;
}
.ct-logo--light,
.ct-logo--light * { color: #fff; }
.ct-logo--dark,
.ct-logo--dark * { color: var(--ct-navy); }

/* ============================== Header ================================== */
header.ct-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 30;
	background: transparent;
}
header.ct-header a,
header.ct-header .wp-block-navigation,
header.ct-header .wp-block-navigation a,
header.ct-header .wp-block-navigation .wp-block-navigation-item__content { color: #fff !important; }
header.ct-header .wp-block-navigation {
	font-size: 0.95rem;
	font-weight: 300;
}
header.ct-header .wp-block-navigation a:hover,
header.ct-header .wp-block-navigation .wp-block-navigation-item__content:hover { color: var(--ct-gold) !important; }
header.ct-header .wp-block-navigation .wp-block-navigation-item__label { letter-spacing: 0.01em; }

/* Fallback for non-home templates: solid navy bar so white text stays legible. */
body:not(.home) header.ct-header {
	position: static;
	background: var(--ct-navy);
	padding-top: 1rem;
	padding-bottom: 1rem;
}

/* =============================== Hero =================================== */
.ct-hero.wp-block-cover {
	min-height: 640px;
	padding-top: 120px;
	padding-bottom: 3rem;
	align-items: stretch;
	justify-content: center;
}
/* Spotlight vignette: lighter over the centred brand, darker at the edges/bottom
   so the wide, upscaled garden photo reads with depth instead of a flat band. */
.ct-hero .wp-block-cover__background {
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.55) 82%, rgba(0, 0, 0, 0.92) 100%),
		radial-gradient(120% 90% at 50% 30%, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.6) 68%) !important;
	opacity: 1 !important;
}
.ct-hero .wp-block-cover__image-background { object-position: center 38%; }
.ct-hero__inner { position: relative; width: 100%; }

/* Big centred "con éthika" wordmark with a warm gold glow behind it. */
.ct-hero-brand {
	text-align: center;
	line-height: 0.98;
	position: relative;
	margin: 3.5rem auto 0;
}
.ct-hero-brand::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 42%;
	width: 420px;
	height: 220px;
	transform: translate(-50%, -50%);
	background: radial-gradient(ellipse at center, rgba(239, 169, 27, 0.85), rgba(239, 169, 27, 0) 62%);
	filter: blur(6px);
	z-index: 0;
	pointer-events: none;
}
.ct-hero-brand > * { position: relative; z-index: 1; }
.ct-hero-brand__con {
	display: block;
	font-family: var(--wp--preset--font-family--display), sans-serif;
	font-weight: 300;
	color: #fff;
	font-size: clamp(1.4rem, 3vw, 2.1rem);
	letter-spacing: 0.02em;
	margin-bottom: -0.35em;
	padding-left: 0.3em;
	text-align: left;
	width: min(9.5em, 90%);
	margin-inline: auto;
}
.ct-hero-brand__name {
	display: block;
	font-family: var(--wp--preset--font-family--logo), sans-serif;
	font-weight: 800;
	color: #fff;
	font-size: clamp(4rem, 11vw, 8rem);
	letter-spacing: -0.02em;
}
.ct-hero-tagline {
	color: #fff;
	text-align: center;
	font-weight: 300;
	font-size: clamp(1rem, 2.4vw, 1.6rem);
	letter-spacing: 0.01em;
	margin-top: 0.4rem;
}

/* Floating video card, bottom-right of the hero. */
.ct-hero-video {
	position: absolute;
	right: 0;
	bottom: 0;
	width: min(260px, 42vw);
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
	line-height: 0;
}
.ct-hero-video img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ct-hero-video__play {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ct-hero-video__play span {
	width: 52px;
	height: 52px;
	border: 2px solid rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ct-hero-video__play span::after {
	content: "";
	border-style: solid;
	border-width: 8px 0 8px 14px;
	border-color: transparent transparent transparent #fff;
	margin-left: 3px;
}

/* ============================ Services ================================= */
.ct-section { padding-top: 4.5rem; padding-bottom: 4.5rem; }
.ct-section--tight { padding-top: 3.5rem; padding-bottom: 3.5rem; }

.ct-circle img {
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	width: 220px;
	height: 220px;
}
.ct-service-title { font-size: clamp(1.4rem, 2.4vw, 1.9rem); font-weight: 300; }
.ct-service .wp-block-list { margin: 0.4rem 0 0; padding-left: 1.1rem; }
.ct-service .wp-block-list li { margin: 0.25rem 0; font-size: 0.95rem; }
.ct-label { font-weight: 600; margin-bottom: 0.2rem; }

/* Price accordion built on the native <details> block. */
.ct-accordion.wp-block-details {
	border: 1px solid var(--ct-hairline);
	border-radius: 4px;
	padding: 0;
	background: #fff;
}
.ct-accordion.wp-block-details > summary {
	list-style: none;
	cursor: pointer;
	font-weight: 600;
	padding: 1rem 1.15rem;
	position: relative;
}
.ct-accordion.wp-block-details > summary::-webkit-details-marker { display: none; }
.ct-accordion.wp-block-details > summary::after {
	content: "";
	position: absolute;
	right: 1.15rem;
	top: 50%;
	width: 9px;
	height: 9px;
	border-right: 2px solid var(--ct-ink);
	border-bottom: 2px solid var(--ct-ink);
	transform: translateY(-70%) rotate(45deg);
	transition: transform 0.2s ease;
}
.ct-accordion.wp-block-details[open] > summary::after { transform: translateY(-30%) rotate(-135deg); }
.ct-accordion.wp-block-details > summary + * { margin-top: 0; }
.ct-accordion .ct-price {
	border-top: 1px solid var(--ct-hairline);
	padding: 0.9rem 1.15rem;
	font-size: 0.95rem;
}
.ct-accordion .ct-price strong { display: block; font-weight: 600; }

/* ============================ Projects ================================= */
.ct-projects-scroll {
	display: flex;
	gap: 1.25rem;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	padding-bottom: 1rem;
	-webkit-overflow-scrolling: touch;
}
.ct-projects-scroll::-webkit-scrollbar { height: 6px; }
.ct-projects-scroll::-webkit-scrollbar-thumb { background: var(--ct-hairline); border-radius: 3px; }
.ct-project-card.wp-block-cover {
	flex: 0 0 clamp(240px, 26vw, 300px);
	min-height: 300px;
	border-radius: var(--ct-radius);
	overflow: hidden;
	scroll-snap-align: start;
	padding: 1.15rem;
}
.ct-project-card .wp-block-cover__background { opacity: 0.3 !important; }
/* Fill the card and split content: tag pinned top-centre, name pinned bottom. */
.ct-project-card .wp-block-cover__inner-container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 270px;
	width: 100%;
}
.ct-project-card .ct-project-name {
	color: #fff;
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.2;
	margin: 0;
}
.ct-project-tag {
	align-self: center;
	z-index: 3;
	background: #fff;
	color: var(--ct-ink);
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.12em;
	padding: 0.4rem 1.1rem;
	border-radius: 999px;
}

/* =========================== Testimonials ============================== */
.ct-section--surface { background: var(--ct-surface); }
.ct-testimonial-card {
	background: #fff;
	border-radius: var(--ct-radius);
	padding: 2rem;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
	position: relative;
	height: 100%;
}
.ct-stars { color: var(--ct-gold); font-size: 1.15rem; letter-spacing: 0.1em; }
.ct-quote-mark {
	position: absolute;
	top: 1.6rem;
	right: 1.8rem;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 4rem;
	line-height: 1;
	color: var(--ct-gold);
	opacity: 0.85;
}
.ct-testimonial-card .ct-quote-body { font-size: 0.9rem; color: #555; margin: 0.6rem 0 1rem; }
.ct-testimonial-card hr { border: 0; border-top: 1px solid var(--ct-hairline); margin: 0 0 1rem; width: 55%; }
.ct-cite strong { display: block; }
.ct-cite span { color: #666; font-size: 0.92rem; }

/* Carousel dots (decorative). */
.ct-dots { display: flex; gap: 0.55rem; justify-content: center; margin-top: 2rem; }
.ct-dots i { width: 11px; height: 11px; border-radius: 50%; border: 1.5px solid var(--ct-navy); display: inline-block; }
.ct-dots i.is-active { background: var(--ct-navy); }

/* ============================= Partners ================================ */
.ct-partners { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1.5rem; align-items: end; }
.ct-partner { flex: 1 1 150px; text-align: center; }
.ct-partner__mark {
	font-weight: 800;
	font-size: 1.7rem;
	color: var(--ct-navy);
	letter-spacing: -0.01em;
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--ct-hairline);
	margin-bottom: 0.6rem;
}
.ct-partner__mark small { font-weight: 400; }
.ct-partner__cap { font-size: 0.8rem; color: #777; }

/* ============================ Team + stats ============================= */
.ct-team-card {
	background: var(--ct-surface);
	border-radius: 20px;
	padding: 2.5rem;
}
.ct-team-card img { border-radius: var(--ct-radius); width: 100%; height: 100%; object-fit: cover; min-height: 320px; }
.ct-stats { display: flex; gap: 2.5rem; flex-wrap: wrap; margin: 1.5rem 0; }
.ct-stat__num { font-weight: 700; font-size: 2.4rem; color: var(--ct-navy); line-height: 1; }
.ct-stat__label { font-size: 0.85rem; color: #666; margin-top: 0.3rem; }

/* =============================== Footer ================================ */
footer.ct-footer { background: var(--ct-navy); color: #fff; }
footer.ct-footer a { color: rgba(255, 255, 255, 0.85); text-decoration: none; }
footer.ct-footer a:hover { color: #fff; }
footer.ct-footer h4 { color: #fff; font-weight: 500; font-size: 1.05rem; margin-bottom: 0.8rem; }
footer.ct-footer p, footer.ct-footer li { color: rgba(255, 255, 255, 0.72); font-size: 0.92rem; }
footer.ct-footer .ct-foot-lorem { max-width: 22rem; line-height: 1.7; }
footer.ct-footer .wp-block-social-links { margin-top: 1.25rem; }
footer.ct-footer .wp-social-link { background: rgba(255, 255, 255, 0.12); }

/* ============================ Responsive =============================== */
@media (max-width: 781px) {
	.ct-hero.wp-block-cover { min-height: 560px; }
	.ct-hero-video { position: static; width: 100%; max-width: 320px; margin: 2rem auto 0; }
	.ct-hero-brand { margin-top: 1.5rem; }
	.ct-stats { gap: 1.5rem; }
	.ct-partners { justify-content: center; }
}

/* ==========================================================================
   Native-block adjustments — the hero wordmark, stats, testimonial cites,
   partner marks, prices and video card are now real editable blocks (group /
   heading / paragraph / image) instead of raw HTML, so the client can edit
   them in the block editor. These rules re-assert the look on those elements
   and out-specify the default heading/separator styles.
   ========================================================================== */

/* Hero wordmark: group > paragraph("con") + h1("éthika"). */
.ct-hero .ct-hero-brand > * { margin-block: 0; }
.ct-hero .ct-hero-brand__con {
	font-family: var(--wp--preset--font-family--display), sans-serif;
	font-weight: 300;
	color: #fff;
	font-size: clamp(1.4rem, 3vw, 2.1rem);
	letter-spacing: 0.02em;
	margin: 0 0 -0.28em;
	text-align: center;
}
.ct-hero .ct-hero-brand__name {
	font-family: var(--wp--preset--font-family--logo), sans-serif;
	font-weight: 800;
	color: #fff;
	font-size: clamp(4rem, 11vw, 8rem);
	letter-spacing: -0.02em;
	line-height: 0.98;
	margin: 0;
}

/* Hero video card: group > image + play button. */
.ct-hero-video .wp-block-image,
.ct-hero-video figure { margin: 0; height: 100%; }
.ct-hero-video .wp-block-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 0;
}

/* Testimonials: quote mark via CSS; native stars/cite/separator. */
.ct-testimonial-card::before {
	content: "\201D";
	position: absolute;
	top: 1.2rem;
	right: 1.9rem;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 4rem;
	line-height: 1;
	color: var(--ct-gold);
}
.ct-testimonial-card .ct-stars {
	color: var(--ct-gold);
	font-size: 1.15rem;
	letter-spacing: 0.15em;
	margin: 0 0 0.75rem;
}
.ct-testimonial-card .ct-quote-body { color: #555; margin: 0 0 1rem; }
.ct-testimonial-card .ct-quote-rule {
	border: 0;
	border-top: 1px solid var(--ct-hairline);
	width: 55%;
	max-width: 55%;
	margin: 0 0 1rem;
}
.ct-testimonial-card .ct-cite-name { margin: 0; }
.ct-testimonial-card .ct-cite-name strong { font-weight: 600; }
.ct-testimonial-card .ct-cite-proj { color: #666; font-size: 0.92rem; margin: 0.1rem 0 0; }

/* Partners: native columns. */
.ct-partners.wp-block-columns { align-items: flex-end; gap: 1.5rem; }
.ct-partners .ct-partner__mark {
	font-weight: 800;
	font-size: 1.7rem;
	color: var(--ct-navy);
	letter-spacing: -0.01em;
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--ct-hairline);
	margin: 0 0 0.6rem;
}
.ct-partners .ct-partner__cap { font-size: 0.8rem; color: #777; margin: 0; }

/* Stats: native flex group of group>heading+paragraph. */
.ct-team-card .ct-stats { display: flex; gap: 2.25rem; flex-wrap: wrap; }
.ct-stats .ct-stat__num {
	font-weight: 700;
	font-size: 2.4rem;
	color: var(--ct-navy);
	line-height: 1;
	margin: 0;
}
.ct-stats .ct-stat__label { font-size: 0.85rem; color: #666; margin: 0.3rem 0 0; }

/* Prices: native paragraphs inside the details block. */
.ct-accordion .ct-price { margin: 0; }
.ct-accordion .ct-price strong { display: inline; font-weight: 600; }

/* ==========================================================================
   Interactive components (enhanced by assets/js/theme.js)
   Carousels, count-up stats, video lightbox, arrow-link buttons, Site Logo.
   Content stays as native blocks; JS layers the behaviour on top.
   ========================================================================== */

/* -------- Carousel: a scroll track with JS-injected arrows + dots -------- */
.ct-carousel { position: relative; }
.ct-carousel__track {
	display: flex;
	gap: 1.25rem;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	padding-bottom: 0.5rem;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
	touch-action: pan-y;
}
.ct-carousel__track::-webkit-scrollbar { display: none; }
.ct-carousel__track.is-dragging { scroll-snap-type: none; scroll-behavior: auto; cursor: grabbing; }
.ct-carousel__track > * { scroll-snap-align: start; }

.ct-carousel__arrow {
	position: absolute;
	top: 38%;
	transform: translateY(-50%);
	z-index: 5;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1px solid var(--ct-hairline);
	background: #fff;
	color: var(--ct-ink);
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
	transition: background 0.15s ease, color 0.15s ease, opacity 0.15s ease;
}
.ct-carousel__arrow--prev { left: -12px; }
.ct-carousel__arrow--next { right: -12px; }
.ct-carousel__arrow:hover { background: var(--ct-navy); color: #fff; }
.ct-carousel__arrow:disabled { opacity: 0.3; cursor: default; }
.ct-carousel__dots { display: flex; gap: 0.55rem; justify-content: center; margin-top: 1.75rem; }
.ct-carousel__dot {
	width: 11px; height: 11px; padding: 0;
	border-radius: 50%;
	border: 1.5px solid var(--ct-navy);
	background: transparent;
	cursor: pointer;
}
.ct-carousel__dot.is-active { background: var(--ct-navy); }
.ct-carousel.is-static .ct-carousel__arrow,
.ct-carousel.is-static .ct-carousel__dots,
.ct-carousel.no-dots .ct-carousel__dots { display: none; }

/* Per-section slide widths inside the track. */
.ct-testimonials-track .ct-testimonial-card { flex: 0 0 calc(50% - 0.625rem); height: auto; }
.ct-partners-track { align-items: flex-end; gap: 2rem; }
.ct-partners-track .ct-partner { flex: 0 0 calc(20% - 1.6rem); }
.ct-partner__logo { margin: 0; }
.ct-partner__logo img { height: 38px; width: auto; max-width: 100%; object-fit: contain; display: block; margin: 0 auto; }
.ct-partners-track .ct-partner__cap {
	font-size: 0.8rem; color: #777; margin: 0;
	padding-top: 1rem; margin-top: 1rem;
	border-top: 1px solid var(--ct-hairline);
}

@media (max-width: 781px) {
	.ct-testimonials-track .ct-testimonial-card { flex: 0 0 100%; }
	.ct-partners-track .ct-partner { flex: 0 0 45%; }
	.ct-carousel__arrow--prev { left: 0; }
	.ct-carousel__arrow--next { right: 0; }
}

/* -------------------- Arrow-link buttons (CTAs) ------------------------- */
.ct-cta { margin-top: 1.5rem; }
.ct-cta--center { justify-content: center; }
.is-style-ct-arrow.wp-block-button .wp-block-button__link {
	background-color: transparent;
	color: var(--ct-ink);
	padding: 0 0 0.5rem;
	border-radius: 0;
	font-weight: 500;
	border-bottom: 1px solid var(--ct-ink);
	transition: color 0.15s ease, border-color 0.15s ease;
}
.is-style-ct-arrow.wp-block-button .wp-block-button__link:hover,
.is-style-ct-arrow.wp-block-button .wp-block-button__link:focus {
	background-color: transparent;
	color: var(--ct-gold);
	border-color: var(--ct-gold);
}

/* -------------------- Hero video: poster + play button ------------------ */
.ct-play.wp-block-buttons {
	position: absolute;
	inset: 0;
	margin: 0;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ct-play__btn .wp-block-button__link {
	width: 56px;
	height: 56px;
	padding: 0;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.35);
	color: #fff;
	border: 2px solid rgba(255, 255, 255, 0.9);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.1rem;
	line-height: 1;
}
.ct-play__btn .wp-block-button__link:hover { background-color: rgba(0, 0, 0, 0.55); }

/* ---------------------------- Count-up stats --------------------------- */
.ct-stats .ct-stat__num { font-variant-numeric: tabular-nums; }
.ct-stats .ct-stat { min-width: 4.5rem; }

/* ---------------------------- Video lightbox --------------------------- */
.ct-lightbox {
	position: fixed;
	inset: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.85);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.5rem;
	opacity: 0;
	transition: opacity 0.2s ease;
}
.ct-lightbox.is-open { opacity: 1; }
.ct-lightbox__inner { position: relative; width: min(920px, 100%); }
.ct-lightbox__media {
	position: relative;
	aspect-ratio: 16 / 9;
	background: #000;
	border-radius: 8px;
	overflow: hidden;
}
.ct-lightbox__media iframe,
.ct-lightbox__media video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.ct-lightbox__close {
	position: absolute;
	top: -2.6rem;
	right: 0;
	background: transparent;
	border: 0;
	color: #fff;
	font-size: 2rem;
	line-height: 1;
	cursor: pointer;
}

/* ------------------------ Site Logo + wordmark fallback ----------------- */
.ct-brand { display: flex; align-items: center; gap: 0.75rem; padding: 0; }
.ct-brand .wp-block-site-logo { margin: 0; line-height: 0; }
.ct-brand .wp-block-site-logo img { max-height: 48px; width: auto; }
/* Show the styled wordmark only until a real logo image is uploaded. */
.ct-brand:has(.wp-block-site-logo img) .ct-logo { display: none; }
