/**
 * Paridade visual com site Next (globals.css + secções).
 * Referência: site-robson — Container max-w-lg, BioSectionTitle, LinkRowList, Hero.
 */

:root {
	--bio-bg: #060605;
	--bio-surface: #0f0e0c;
	--bio-elevated: #161513;
	--bio-foreground: #ebe8e4;
	--bio-gold: #c9a04a;
	--bio-gold-muted: rgba(201, 160, 74, 0.4);
}

html {
	font-size: 112.5%;
	min-height: 100%;
	background-color: #030302;
}

body {
	min-height: 100vh;
	margin: 0;
	color: var(--bio-foreground);
	font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
	font-size: 1rem;
	line-height: 1.65;
	background-color: #050504;
	background-image:
		radial-gradient(ellipse 110% 75% at 50% -8%, rgba(212, 175, 95, 0.11) 0%, transparent 52%),
		radial-gradient(ellipse 55% 40% at 85% 12%, rgba(140, 110, 55, 0.07) 0%, transparent 50%),
		radial-gradient(ellipse 50% 38% at 10% 18%, rgba(55, 48, 38, 0.2) 0%, transparent 55%),
		radial-gradient(ellipse 80% 55% at 50% 120%, rgba(20, 18, 15, 0.85) 0%, transparent 55%),
		linear-gradient(180deg, #0d0c0a 0%, #060605 28%, #080706 55%, #040403 100%);
	background-attachment: fixed;
	-webkit-font-smoothing: antialiased;
}

/* Evita padding extra do tema FSE no conteúdo principal */
.wp-site-blocks {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* Largura alinhada a Container + max-w-lg do Next (32rem) */
.robson-container {
	width: 100%;
	max-width: 32rem;
	margin-inline: auto;
	padding-inline: 1rem;
	box-sizing: border-box;
}

@media (min-width: 640px) {
	.robson-container {
		padding-inline: 1.5rem;
	}
}

@media (min-width: 1024px) {
	.robson-container {
		padding-inline: 2rem;
	}
}

.robson-hero__lang {
	margin-bottom: 1rem;
	display: flex;
	justify-content: flex-end;
	gap: 0.5rem;
}

.robson-lang-switcher ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 0.5rem;
	flex-wrap: wrap;
}

.robson-lang-switcher a {
	color: #d6d3d1;
	font-size: 0.85rem;
	text-decoration: none;
}

.robson-lang-switcher a:hover {
	color: #fde68a;
}

/* --- Secções (espaçamento Next) --- */
.robson-section {
	padding-block: 0;
}

.robson-section--ruled {
	border-top: 1px solid rgba(120, 53, 15, 0.25);
}

.robson-teaser--courses,
.robson-teaser--therapies {
	padding-top: 3rem;
	padding-bottom: 3.5rem;
}

@media (min-width: 640px) {
	.robson-teaser--courses,
	.robson-teaser--therapies {
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
	}
}

.robson-about.robson-section--ruled {
	padding-top: 3.5rem;
	padding-bottom: 4rem;
}

@media (min-width: 640px) {
	.robson-about.robson-section--ruled {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}

.robson-spotlights {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

@media (min-width: 640px) {
	.robson-spotlights {
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
	}
}

@media (min-width: 1024px) {
	.robson-spotlights {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}

.robson-contact.robson-section--ruled {
	padding-top: 3.5rem;
	padding-bottom: 5rem;
}

@media (min-width: 640px) {
	.robson-contact.robson-section--ruled {
		padding-bottom: 5rem;
	}
}

.scroll-mt {
	scroll-margin-top: 5rem;
}

/* --- BioSectionTitle (hub) --- */
.robson-hub-title {
	position: relative;
	text-align: center;
	margin-bottom: 2rem;
}

.robson-hub-title--dense {
	margin-bottom: 1.25rem;
}

@media (min-width: 640px) {
	.robson-hub-title--dense {
		margin-bottom: 2rem;
	}
}

.robson-hub-title__line {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	height: 1px;
	background: linear-gradient(
		to right,
		transparent,
		rgba(217, 119, 6, 0.45) 20%,
		rgba(217, 119, 6, 0.45) 80%,
		transparent
	);
	pointer-events: none;
}

.robson-hub-title__text {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0.375rem 1.5rem;
	background-color: var(--bio-bg);
	font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.38em;
	text-transform: uppercase;
	color: #f59e0b;
	line-height: 1.3;
}

@media (min-width: 640px) {
	.robson-hub-title__text {
		font-size: 0.875rem;
		letter-spacing: 0.35em;
	}
}

/* --- Hero (pt/pb + 3 camadas de brilho como no Next) --- */
.robson-hero {
	position: relative;
	overflow: hidden;
	text-align: center;
	padding-top: 3rem;
	padding-bottom: 2.5rem;
}

@media (min-width: 640px) {
	.robson-hero {
		padding-top: 4rem;
		padding-bottom: 3rem;
	}
}

.robson-hero__glow {
	pointer-events: none;
	position: absolute;
	inset: 0;
}

.robson-hero__glow--a {
	background: radial-gradient(ellipse 100% 70% at 50% -5%, rgba(215, 180, 95, 0.16), transparent 50%);
}

.robson-hero__glow--b {
	background: radial-gradient(ellipse 55% 45% at 50% 18%, rgba(255, 240, 200, 0.05), transparent 42%);
}

.robson-hero__glow--c {
	background: radial-gradient(circle at 50% 95%, rgba(30, 26, 20, 0.5), transparent 50%);
}

.robson-hero__inner {
	position: relative;
}

.robson-hero__logo-wrap {
	margin-inline: auto;
	margin-bottom: 2rem;
	width: 100%;
	max-width: 280px;
	overflow: hidden;
	border-radius: 1.75rem;
}

@media (min-width: 640px) {
	.robson-hero__logo-wrap {
		max-width: 320px;
		border-radius: 2.25rem;
	}
}

.robson-hero__logo {
	width: 100%;
	height: auto;
	display: block;
	object-fit: contain;
	mix-blend-mode: lighten;
	filter: drop-shadow(0 0 48px rgba(212, 168, 83, 0.18));
}

/* Logo do hero via bloco Imagem no modelo (opção B) */
.wp-block-image.robson-template-hero-logo {
	margin-inline: auto;
	margin-bottom: 2rem;
	width: 100%;
	max-width: 280px;
	overflow: hidden;
	border-radius: 1.75rem;
}

@media (min-width: 640px) {
	.wp-block-image.robson-template-hero-logo {
		max-width: 320px;
		border-radius: 2.25rem;
	}
}

.wp-block-image.robson-template-hero-logo img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: contain;
	mix-blend-mode: lighten;
	filter: drop-shadow(0 0 48px rgba(212, 168, 83, 0.18));
}

.robson-hero__title {
	font-family: "Lora", Georgia, serif;
	font-size: clamp(2.25rem, 5vw, 3.75rem);
	font-weight: 700;
	color: #fffbeb;
	margin: 1.5rem 0 0;
	line-height: 1.1;
	letter-spacing: -0.025em;
}

.robson-hero__intro {
	margin: 1.5rem auto 0;
	max-width: 32rem;
	color: #d6d3d1;
	font-size: 1rem;
	line-height: 1.625;
}

@media (min-width: 640px) {
	.robson-hero__intro {
		font-size: 1.125rem;
	}
}

.robson-hero__actions {
	margin-top: 2.25rem;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	max-width: 32rem;
	margin-inline: auto;
}

.robson-hero__secondary-row {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

@media (min-width: 640px) {
	.robson-hero__secondary-row {
		flex-direction: row;
		gap: 0.75rem;
	}
}

/* Botões (rounded-xl / sombras Next) */
.robson-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.75rem;
	padding: 0.75rem 1.5rem;
	font-weight: 600;
	font-size: 1rem;
	text-decoration: none;
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
	cursor: pointer;
	border: 2px solid transparent;
	box-sizing: border-box;
}

.robson-btn:focus-visible {
	outline: 2px solid #fbbf24;
	outline-offset: 2px;
}

.robson-btn--hero-primary {
	width: 100%;
	padding-top: 1rem;
	padding-bottom: 1rem;
	box-shadow: 0 0 28px -8px rgba(251, 191, 36, 0.55);
}

@media (min-width: 640px) {
	.robson-btn--hero-primary {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
		font-size: 1.125rem;
	}
}

.robson-btn--hero-secondary {
	width: 100%;
	flex: 1 1 0;
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-color: rgba(245, 158, 11, 0.55);
	background: transparent;
	color: #fef3c7;
}

@media (min-width: 640px) {
	.robson-btn--hero-secondary {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
		font-size: 1.125rem;
	}
}

.robson-btn--hero-secondary:hover {
	background: rgba(245, 158, 11, 0.1);
}

.robson-btn--primary {
	background: #f59e0b;
	color: #0c0a09;
	box-shadow: 0 0 28px -8px rgba(251, 191, 36, 0.55);
}

.robson-btn--primary:hover {
	background: #fbbf24;
}

.robson-btn--outline {
	border-color: rgba(245, 158, 11, 0.55);
	background: transparent;
	color: #fef3c7;
}

.robson-btn--outline:hover {
	background: rgba(245, 158, 11, 0.1);
}

/* --- Sobre (centrado, foto, pills) --- */
.robson-about__center {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.robson-about__photo-frame {
	margin-inline: auto;
	width: 100%;
	max-width: 200px;
	overflow: hidden;
	border-radius: 1.5rem;
	border: 1px solid rgba(245, 158, 11, 0.35);
	box-shadow: inset 0 1px 0 0 rgba(212, 168, 83, 0.08);
}

@media (min-width: 640px) {
	.robson-about__photo-frame {
		max-width: 240px;
		border-radius: 2rem;
	}
}

.robson-about__photo-img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: contain;
}

/* Retrato “Sobre” via bloco Imagem no modelo */
.wp-block-image.robson-template-about-photo {
	margin-inline: auto;
	width: 100%;
	max-width: 200px;
	overflow: hidden;
	border-radius: 1.5rem;
	border: 1px solid rgba(245, 158, 11, 0.35);
	box-shadow: inset 0 1px 0 0 rgba(212, 168, 83, 0.08);
}

@media (min-width: 640px) {
	.wp-block-image.robson-template-about-photo {
		max-width: 240px;
		border-radius: 2rem;
	}
}

.wp-block-image.robson-template-about-photo img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: contain;
}

.robson-about__body--centered {
	margin-top: 2rem;
	max-width: 100%;
	text-align: center;
}

.robson-about__body--centered p {
	margin: 0 0 1.25rem;
	color: #d6d3d1;
	font-size: 1rem;
	line-height: 1.625;
}

@media (min-width: 640px) {
	.robson-about__body--centered p {
		font-size: 1.125rem;
	}
}

.robson-about__pills {
	list-style: none;
	margin: 2rem 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem;
}

.robson-about__pill {
	border-radius: 9999px;
	border: 1px solid rgba(217, 119, 6, 0.25);
	background-color: var(--bio-surface);
	padding: 0.375rem 1rem;
	font-size: 0.875rem;
	font-weight: 500;
	color: rgba(253, 230, 138, 0.9);
}

/* --- Teaser: intro terapias --- */
.robson-teaser-intro {
	margin: -0.5rem 0 1.5rem;
	text-align: center;
	font-size: 0.875rem;
	line-height: 1.625;
	color: #a8a29e;
}

@media (min-width: 640px) {
	.robson-teaser-intro {
		font-size: 1rem;
	}
}

/* --- LinkRowList --- */
.robson-link-grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.robson-link-row {
	display: block;
	width: 100%;
	border-radius: 0.75rem;
	border: 1px solid rgba(245, 158, 11, 0.35);
	background-color: var(--bio-surface);
	padding: 1.25rem 1.25rem;
	text-align: center;
	text-decoration: none;
	color: inherit;
	box-shadow:
		inset 0 1px 0 0 rgba(212, 168, 83, 0.06),
		0 8px 32px -12px rgba(0, 0, 0, 0.8);
	transition: border-color 0.15s ease, background-color 0.15s ease;
	box-sizing: border-box;
}

@media (min-width: 640px) {
	.robson-link-row {
		padding: 1.5rem 1.5rem;
	}
}

.robson-link-row:hover {
	border-color: rgba(251, 191, 67, 0.55);
	background-color: var(--bio-elevated);
}

.robson-link-row:focus-visible {
	outline: 2px solid #f59e0b;
	outline-offset: 2px;
}

.robson-link-row__title {
	display: block;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.375;
	color: #fffbeb;
}

@media (min-width: 640px) {
	.robson-link-row__title {
		font-size: 1.125rem;
	}
}

.robson-link-row__hint {
	display: block;
	margin-top: 0.5rem;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.625;
	color: #a8a29e;
}

@media (min-width: 640px) {
	.robson-link-row__hint {
		margin-top: 0.5rem;
		font-size: 1rem;
	}
}

.robson-teaser__more {
	margin-top: 2rem;
	text-align: center;
}

.robson-teaser__footer-link {
	font-size: 0.875rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #f59e0b;
	text-decoration: none;
	transition: color 0.15s ease;
}

@media (min-width: 640px) {
	.robson-teaser__footer-link {
		font-size: 1rem;
	}
}

.robson-teaser__footer-link:hover {
	color: #fbbf24;
}

/* --- Contacto --- */
.robson-contact__inner {
	max-width: 32rem;
}

.robson-contact__card {
	border-radius: 0.75rem;
	border: 1px solid rgba(245, 158, 11, 0.35);
	background-color: var(--bio-surface);
	padding: 2rem 1.5rem;
	text-align: center;
	box-shadow: inset 0 1px 0 0 rgba(212, 168, 83, 0.06);
}

.robson-contact__phone {
	font-size: clamp(1.875rem, 4vw, 2.25rem);
	font-weight: 600;
	letter-spacing: -0.025em;
	color: #fffbeb;
	margin: 0;
}

.robson-contact__notice {
	margin: 1rem 0 0;
	color: #a8a29e;
	font-size: 1rem;
	line-height: 1.625;
}

@media (min-width: 640px) {
	.robson-contact__notice {
		font-size: 1.125rem;
	}
}

.robson-contact__wa {
	margin-top: 2rem;
	width: 100%;
}

.robson-contact__form {
	margin-top: 2rem;
}

/* --- Destaques (FeaturedSpotlights) — cartão à largura do contentor da secção --- */
.robson-spotlights__wrap--single .robson-spotlights__grid {
	width: 100%;
}

.robson-spotlights__grid {
	display: grid;
	gap: 0.75rem;
	width: 100%;
}

@media (min-width: 640px) {
	/* .robson-spotlights__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	} */
}

.robson-spotlight-card-link {
	display: block;
	width: 100%;
	text-decoration: none;
	color: inherit;
	border-radius: 0.75rem;
}

.robson-spotlight-card-link:focus-visible {
	outline: 2px solid #fbbf24;
	outline-offset: 3px;
}

.robson-spotlight-card-link--inert {
	cursor: default;
}

.robson-spotlight-card {
	border-radius: 0.75rem;
	overflow: hidden;
	border: 1px solid rgba(245, 158, 11, 0.42);
	background-color: #0a0908;
	box-shadow: inset 0 1px 0 0 rgba(212, 168, 83, 0.06);
	transition: border-color 0.15s ease, background-color 0.15s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.robson-spotlight-card-link:not(.robson-spotlight-card-link--inert):hover .robson-spotlight-card {
	border-color: rgba(251, 191, 67, 0.55);
	background-color: #0f0e0c;
}

.robson-spotlight-card__media {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid rgba(245, 158, 11, 0.28);
	background: #000;
	padding: 0;
}

.robson-spotlight-card__media img {
	width: 100%;
	height: auto;
	vertical-align: middle;
	display: block;
	max-height: min(70vh, 520px);
	object-fit: contain;
	object-position: center top;
}

@media (min-width: 640px) {
	.robson-spotlight-card__media img {
		max-height: min(52vh, 400px);
	}
}

/* Poster do tema (um destaque): sem padding lateral — imagem alinha à borda do cartão */
.robson-spotlights__wrap--single .robson-spotlight-card__media--theme-poster {
	margin: 0;
	padding: 0;
	max-width: none;
	background: #000;
}

.robson-spotlights__wrap--single .robson-spotlight-card__media--theme-poster img {
	width: 100%;
	height: auto;
	max-height: min(68vh, 540px);
	object-fit: contain;
	object-position: center top;
}

@media (min-width: 640px) {
	.robson-spotlights__wrap--single .robson-spotlight-card__media--theme-poster img {
		max-height: min(52vh, 400px);
	}
}

.robson-spotlight-card__body {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 1.25rem 1.125rem 1.375rem;
	text-align: center;
}

@media (min-width: 640px) {
	.robson-spotlight-card__body {
		padding: 1.375rem 1.5rem 1.5rem;
	}
}

.robson-spotlight-card__title {
	margin: 0;
	padding: 0 0.25rem;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.35;
	color: #ffffff;
	letter-spacing: -0.01em;
}

@media (min-width: 640px) {
	.robson-spotlight-card__title {
		font-size: 1.125rem;
	}
}

.robson-spotlight-card__subtitle {
	margin: 0.875rem 0 0;
	padding: 0 0.25rem;
	max-width: 36ch;
	font-size: 0.875rem;
	line-height: 1.6;
	font-weight: 400;
	color: #f5f5f4;
}

@media (min-width: 640px) {
	.robson-spotlight-card__subtitle {
		margin-top: 1rem;
		font-size: 0.9375rem;
	}
}

.robson-spotlight-card__cta-pill {
	margin-top: 1.25rem;
	display: inline-flex;
	width: 100%;
	align-self: stretch;
	align-items: center;
	justify-content: center;
	border-radius: 0.75rem;
	background: #f59e0b;
	padding: 0.875rem 1.25rem;
	font-size: 0.875rem;
	font-weight: 700;
	color: #0c0a09;
	box-shadow: 0 0 24px -6px rgba(251, 191, 36, 0.5);
	box-sizing: border-box;
}

@media (min-width: 640px) {
	.robson-spotlight-card__cta-pill {
		margin-top: 1.375rem;
		font-size: 1rem;
		padding: 0.9375rem 1.5rem;
	}
}

/* --- Prose genérico / singles --- */
.robson-prose p {
	margin: 0 0 1rem;
	color: #d6d3d1;
	line-height: 1.65;
}

.robson-meta-card {
	margin-top: 2rem;
	padding: 1.5rem;
	border-radius: 0.75rem;
	border: 1px solid rgba(201, 160, 74, 0.22);
	background: rgba(22, 21, 19, 0.75);
}

.robson-dl {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.35rem 1rem;
	margin: 0;
}

.robson-dl dt {
	font-weight: 600;
	color: #fde68a;
	margin: 0;
}

.robson-dl dd {
	margin: 0;
	color: #d6d3d1;
}

.robson-meta-card__cta {
	margin: 1.25rem 0 0;
}

.robson-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	list-style: none;
	margin: 0 0 1.25rem;
	padding: 0;
}

.robson-chips__item {
	font-size: 0.85rem;
	padding: 0.35rem 0.65rem;
	border-radius: 999px;
	border: 1px solid rgba(201, 160, 74, 0.35);
	color: #fef3c7;
}

.robson-therapy-detail__grid {
	display: grid;
	gap: 1.5rem;
	margin-top: 1rem;
}

@media (min-width: 768px) {
	.robson-therapy-detail__grid {
		grid-template-columns: 1fr minmax(200px, 360px);
		align-items: start;
	}
}

.robson-therapy-detail__media img {
	width: 100%;
	height: auto;
	border-radius: 0.75rem;
	border: 1px solid rgba(201, 160, 74, 0.2);
}

/* Título secundário em singles (detalhe terapia) */
.robson-section-title {
	font-family: "Lora", Georgia, serif;
	font-size: clamp(1.5rem, 2vw + 1rem, 2rem);
	color: #fef3c7;
	margin: 0 0 1rem;
	border-bottom: 1px solid rgba(201, 160, 74, 0.35);
	padding-bottom: 0.35rem;
}

.wp-site-blocks main .entry-content,
.wp-site-blocks main .wp-block-post-content {
	max-width: 32rem;
	margin-inline: auto;
	padding-inline: 1rem;
	box-sizing: border-box;
}

.wp-site-blocks main .wp-block-post-title {
	font-family: "Lora", Georgia, serif;
	color: #fffbeb;
	text-align: center;
	margin-top: 2rem;
}

.robson-site-footer {
	padding: 2rem 1rem;
	text-align: center;
	color: #a8a29e;
	font-size: 0.9rem;
	border-top: 1px solid rgba(201, 160, 74, 0.15);
	margin-top: 3rem;
}

.robson-site-footer .robson-lang-switcher {
	margin-bottom: 1rem;
}

.robson-site-footer .robson-lang-switcher ul {
	justify-content: center;
}

.robson-site-footer__credit {
	margin: 0;
}

.robson-site-footer a {
	color: #fde68a;
}
