/*
Theme Name: Somente o Melhor
Theme URI: https://somenteomelhor.com.br
Description: Child theme enxuto do Twenty Twenty-Five para o Somente o Melhor.
Author: Somente o Melhor
Template: twentytwentyfive
Version: 0.7.30
Text Domain: somente-o-melhor
*/

@font-face {
	font-family: "Geist";
	src:
		url("assets/fonts/geist.woff2") format("woff2"),
		url("assets/fonts/Geist-VariableFont_wght.ttf") format("truetype");
	font-style: normal;
	font-weight: 100 900;
	font-display: optional;
}

@font-face {
	font-family: "Geist";
	src:
		url("assets/fonts/geist-italic.woff2") format("woff2"),
		url("assets/fonts/Geist-Italic-VariableFont_wght.ttf") format("truetype");
	font-style: italic;
	font-weight: 100 900;
	font-display: optional;
}

:where(body, button, input, select, textarea) {
	font-family: "Geist", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

:where(.som-site-header, .som-home, .som-site-footer, .som-post) :where(a, button, summary, input, select, textarea, [tabindex]):focus,
:where(.som-site-header, .som-home, .som-site-footer, .som-post) :where(a, button, summary, input, select, textarea, [tabindex]):focus-visible {
	outline: 0;
}

.som-site-header a:focus,
.som-site-header a:focus-visible,
.som-site-header button:focus,
.som-site-header button:focus-visible,
.som-home a:focus,
.som-home a:focus-visible,
.som-home button:focus,
.som-home button:focus-visible,
.som-site-footer a:focus,
.som-site-footer a:focus-visible,
.som-post a:focus,
.som-post a:focus-visible,
.som-post button:focus,
.som-post button:focus-visible {
	outline: 0;
	box-shadow: none;
}

/*
 * Cabeçalho global
 *
 * Não há JavaScript customizado aqui. O menu responsivo é o bloco nativo
 * de navegação do WordPress, mantendo teclado, foco e leitor de tela.
 */
.som-site-header {
	--som-header-background: #ff7d5a;
	--som-header-foreground: #ffffff;
	--som-header-button: #ffffff;
	--som-header-button-foreground: #202020;
	position: relative;
	z-index: 1000;
	border-bottom: 1px solid rgb(0 0 0 / 8%);
	background: var(--som-header-background);
	color: var(--som-header-foreground);
}

.som-site-header__bar.wp-block-group.is-layout-flex {
	display: grid;
	grid-template-columns: minmax(2.75rem, 1fr) auto minmax(2.75rem, 1fr);
	align-items: center;
	width: min(70vw, 90rem);
	max-width: calc(100% - 2rem);
	margin-right: auto;
	margin-left: auto;
	min-height: 4.5rem;
	padding-top: .75rem !important;
	padding-bottom: .75rem !important;
}

/* Cria uma terceira coluna de mesma largura para o título ficar centralizado. */
.som-site-header__bar::after {
	grid-column: 3;
	width: 2.75rem;
	min-height: 1px;
	content: "";
}

.som-site-header__menu {
	grid-column: 1;
	justify-self: start;
}

.som-site-header__brand {
	grid-column: 2;
	margin: 0;
	color: var(--som-header-foreground);
	font-size: clamp(1.15rem, 3vw, 1.45rem);
	font-weight: 800;
	line-height: 1;
	text-align: center;
}

.som-site-header__brand a,
.som-site-header__brand a:visited {
	color: inherit;
	text-decoration: none;
}

.som-site-header__brand a:hover,
.som-site-header__brand a:focus-visible {
	text-decoration: underline;
	text-underline-offset: .18em;
}

.som-site-header__brand a {
	display: block;
}

.som-site-header__logo {
	display: block;
	width: clamp(10.5rem, 42vw, 18rem);
	height: auto;
	max-height: 3rem;
	object-fit: contain;
}

.som-site-header .wp-block-navigation__responsive-container-open {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.2rem;
	height: 2.2rem;
	padding: 0;
	border: 0;
	border-radius: .55rem;
	background: var(--som-header-button);
	color: var(--som-header-button-foreground);
	box-shadow: 0 1px 2px rgb(0 0 0 / 8%);
}

.som-site-header .wp-block-navigation__responsive-container-open:hover,
.som-site-header .wp-block-navigation__responsive-container-open:focus-visible {
	background: #fff7f4;
	outline: 0;
}

.som-site-header .wp-block-navigation__responsive-container-open svg {
	width: 1.05rem;
	height: 1.05rem;
}

/* Painel lateral: o WordPress mantém controle de foco e teclado; o CSS só define a apresentação. */
.som-site-header .wp-block-navigation__responsive-container.is-menu-open {
	position: fixed !important;
	inset: 0 !important;
	z-index: 999999 !important;
	display: flex !important;
	align-items: stretch !important;
	justify-content: flex-start !important;
	padding: 0 !important;
	overflow: hidden;
	background: rgb(18 18 22 / 58%) !important;
	color: #202020;
	animation: som-menu-overlay-in .2s ease-out both;
}

body.has-modal-open .wp-block-navigation__responsive-container.is-menu-open,
html.som-menu-force-open .wp-block-navigation__responsive-container.is-menu-open {
	position: fixed !important;
	inset: 0 !important;
	z-index: 999999 !important;
	display: flex !important;
	align-items: stretch !important;
	justify-content: flex-start !important;
	overflow: hidden !important;
	background: rgb(0 0 0 / 62%) !important;
}

body.has-modal-open .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog,
html.som-menu-force-open .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog {
	position: relative !important;
	width: min(18rem, 86vw) !important;
	max-width: min(18rem, 86vw) !important;
	height: 100dvh !important;
	min-height: 100dvh !important;
	margin: 0 !important;
	background: #fbfdff !important;
	color: #0d1117 !important;
	box-shadow: 18px 0 38px rgb(0 0 0 / 24%) !important;
}

.som-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-close {
	width: 100%;
	max-width: none;
	height: 100dvh;
	margin: 0;
}

.som-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog {
	position: relative;
	display: flex;
	flex-direction: column;
	width: min(18rem, 86vw);
	max-width: min(18rem, 86vw);
	min-height: 100dvh;
	height: 100dvh;
	margin: 0 !important;
	border-right: 1px solid #e8e2df;
	background: #fffaf8;
	box-shadow: 18px 0 38px rgb(0 0 0 / 18%);
	animation: som-menu-panel-in .24s cubic-bezier(.2, .8, .2, 1) both;
}

.som-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close {
	position: absolute;
	top: .9rem;
	right: .9rem;
	z-index: 2;
	padding: .4rem;
	border-radius: .4rem;
}

.som-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
	width: 100%;
	padding-top: 0;
	align-items: stretch;
	flex-direction: column;
}

.som-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content::before {
	display: block;
	padding: 1.15rem 3.75rem 1.15rem 1.25rem;
	border-bottom: 1px solid #e8e2df;
	color: #202020;
	font-size: 1.08rem;
	font-weight: 800;
	content: "Menu";
}

.som-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
	width: 100%;
	gap: 0;
	padding: .55rem 0 .8rem;
}

.som-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item {
	display: block;
	width: 100% !important;
}

.som-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
	display: flex;
	align-items: center;
	width: 100% !important;
	box-sizing: border-box;
	padding: .72rem 1.25rem;
	border: 0 !important;
	border-radius: 0;
	outline: 0;
	box-shadow: none;
	font-size: .95rem;
	font-weight: 600;
	transition: background-color .16s ease, color .16s ease;
}

.som-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content:hover,
.som-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content:focus-visible {
	background: #fff2ee;
	outline: 0;
	text-decoration: none;
}

.som-site-header .wp-block-navigation__responsive-container.is-menu-open .som-menu-categories {
	border-top: 1px solid #f0e6e1;
	border-bottom: 1px solid #f0e6e1;
}

.som-site-header .wp-block-navigation__responsive-container.is-menu-open .som-menu-categories__toggle {
	appearance: none;
	justify-content: flex-start;
	gap: 0;
	background: transparent;
	color: inherit;
	cursor: pointer;
	text-align: left;
}

.som-menu-categories__label {
	flex: 1;
	min-width: 0;
}

.som-menu-chevron {
	display: inline-flex;
	width: 1rem;
	height: 1rem;
	margin-left: auto;
	flex: 0 0 1rem;
	align-items: center;
	justify-content: center;
	color: #7a6f6c;
	font-size: .95rem;
	font-weight: 800;
	line-height: 1;
}

.som-menu-chevron::before {
	content: "+";
}

.som-menu-categories.is-open > .som-menu-categories__toggle .som-menu-chevron,
.som-menu-category-item.is-open > .som-menu-category-toggle .som-menu-chevron {
	transform: none;
}

.som-menu-categories.is-open > .som-menu-categories__toggle .som-menu-chevron::before,
.som-menu-category-item.is-open > .som-menu-category-toggle .som-menu-chevron::before {
	content: "−";
}

.som-menu-categories__list,
.som-menu-categories__children {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
}

.som-menu-categories.is-open > .som-menu-categories__list,
.som-menu-category-item.is-open > .som-menu-categories__children {
	display: block;
}

.som-menu-category-link {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	gap: .75rem;
	padding: .54rem 1.25rem .54rem 3.25rem;
	border: 0;
	background: transparent;
	color: #3f4d5e;
	font-size: .88rem;
	font-weight: 650;
	line-height: 1.25;
	font-family: inherit;
	text-decoration: none;
	text-align: left;
	cursor: pointer;
}

.som-menu-category-link:hover,
.som-menu-category-link:focus-visible {
	background: #fff2ee;
	color: #202020;
	outline: 0;
	text-decoration: none;
}

.som-menu-category-item--depth-1 > .som-menu-category-link {
	padding-left: 4.1rem;
	color: #677386;
	font-size: .82rem;
	font-weight: 600;
}

.som-menu-category-label {
	min-width: 0;
	flex: 1;
}

.som-menu-icon {
	display: inline-flex;
	width: 1.25rem;
	height: 1.25rem;
	margin-right: .75rem;
	flex: 0 0 1.25rem;
	color: #777482;
}

.som-menu-icon svg {
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

@keyframes som-menu-overlay-in {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes som-menu-panel-in {
	from { opacity: .6; transform: translateX(-1rem); }
	to { opacity: 1; transform: translateX(0); }
}

@media (prefers-reduced-motion: reduce) {
	.som-site-header .wp-block-navigation__responsive-container.is-menu-open,
	.som-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog {
		animation: none;
	}
}

/* Página inicial */
.som-home {
	--som-ink: #111114;
	--som-muted: #605d63;
	--som-coral: #ff7d5a;
	--som-surface: #fff8f7;
	--som-line: #f0d9d3;
	margin-top: 0 !important;
	padding: clamp(.75rem, 1.8vw, 1.75rem) 0 clamp(3.5rem, 7vw, 7rem);
	background: var(--som-surface);
	color: var(--som-ink);
}

.som-home__container.wp-block-group {
	width: min(70vw, 90rem);
	max-width: calc(100% - 2rem);
	margin-right: auto;
	margin-left: auto;
}

/* O layout-constrained do tema pai limita filhos a 645px. A home precisa ocupar todo o contêiner de 70%. */
.som-home__container.is-layout-constrained > .som-home__featured-query,
.som-home__container.is-layout-constrained > .som-home__section-heading,
.som-home__container.is-layout-constrained > .som-home__latest-query,
.som-home__container.is-layout-constrained > .som-home__hero,
.som-home__hero.is-layout-constrained {
	width: 100% !important;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.som-home__hero {
	width: 100%;
	max-width: none;
	margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

/* Impede que o layout-constrained do WordPress volte a limitar o título a 645 px. */
.som-home__hero > .som-home__title {
	width: 100% !important;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.som-home__eyebrow {
	display: inline-block;
	margin: 0 0 1.6rem;
	padding: .42rem .78rem;
	border: 1px solid #ffd2c6;
	border-radius: 999px;
	background: #fff2ee;
	color: var(--som-coral);
	font-size: .82rem;
	font-weight: 700;
}

.som-home__title {
	margin: 0;
	font-size: clamp(2.75rem, 6.1vw, 5.4rem);
	font-weight: 900;
	line-height: .98;
}

.som-home__title span {
	background: linear-gradient(100deg, #ff8362 5%, #a900f4 88%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}

.som-home__intro {
	max-width: 42rem;
	margin-top: 1.45rem;
	margin-bottom: 0;
	font-size: clamp(1rem, 1.35vw, 1.22rem);
	line-height: 1.65;
}

.som-home .wp-block-query {
	margin-top: 0;
}

.som-home__featured-query {
	position: relative;
	margin-bottom: clamp(4rem, 8vw, 7rem) !important;
	overflow: hidden;
	scrollbar-width: none;
}

.som-home__featured-track.wp-block-post-template {
	display: flex;
	gap: 1.15rem;
	margin: 0;
	padding: 0;
	overflow-x: auto;
	list-style: none;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.som-home__featured-query::-webkit-scrollbar,
.som-home__featured-track.wp-block-post-template::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
}

.som-home__featured-track.wp-block-post-template > li {
	flex: 0 0 100%;
	min-width: 0;
	margin: 0;
	scroll-snap-align: start;
}

@media (pointer: fine) {
	.som-home__featured-track.wp-block-post-template {
		cursor: grab;
	}

	.som-home__featured-track.wp-block-post-template.is-dragging {
		cursor: grabbing;
		scroll-snap-type: none;
		user-select: none;
	}
}

.som-home__featured-controls {
	position: absolute;
	top: 50%;
	left: clamp(.75rem, 2.5vw, 1.5rem);
	right: clamp(.75rem, 2.5vw, 1.5rem);
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: space-between;
	pointer-events: none;
	transform: translateY(-50%);
}

.som-home__featured-controls[hidden] {
	display: none;
}

.som-home__featured-control {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.8rem;
	height: 2.8rem;
	padding: 0;
	border: 1px solid rgb(255 255 255 / 76%);
	border-radius: 999px;
	background: rgb(255 255 255 / 92%);
	color: #1b2634;
	box-shadow: 0 .4rem 1.2rem rgb(0 0 0 / 20%);
	cursor: pointer;
	pointer-events: auto;
	transition: background-color .16s ease, color .16s ease, opacity .16s ease, transform .16s ease;
}

.som-home__featured-control:hover,
.som-home__featured-control:focus-visible {
	background: #4a90e2;
	color: #fff;
	outline: 0;
	transform: scale(1.06);
}

.som-home__featured-control:disabled {
	opacity: 0;
	cursor: default;
	pointer-events: none;
}

.som-home__featured-control svg {
	width: 1.35rem;
	height: 1.35rem;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.25;
}

.som-home__featured-card {
	position: relative;
	display: grid;
	grid-template-columns: minmax(11rem, 18rem) minmax(0, 1fr);
	align-items: center;
	gap: clamp(1.25rem, 3vw, 2.5rem);
	min-height: clamp(17rem, 28vw, 24rem);
	overflow: hidden;
	border: 1px solid var(--som-line);
	border-radius: 1.5rem;
	background: linear-gradient(135deg, rgb(10 23 26 / 98%), rgb(13 17 21 / 96%));
	box-shadow: 0 16px 38px rgb(45 111 183 / 10%);
	padding: clamp(1rem, 2.2vw, 1.6rem);
}

.som-home__featured-card::after {
	display: none;
}

.som-home__featured-image.wp-block-post-featured-image {
	position: relative;
	z-index: 1;
	width: 100%;
	height: clamp(14rem, 23vw, 20rem);
	max-height: 20rem;
	margin: 0;
	border: 1px solid var(--som-line);
	border-radius: 1rem;
	background: rgb(255 255 255 / 4%);
	overflow: hidden;
}

.som-home__featured-card.is-layout-constrained > .som-home__featured-image {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
}

.som-home__featured-image.wp-block-post-featured-image a {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.som-home__featured-image.wp-block-post-featured-image img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	padding: clamp(.55rem, 1.2vw, 1rem);
	object-fit: contain;
	object-position: center;
}

.som-home__featured-image.som-home__product-image-fallback {
	background: rgb(255 255 255 / 4%);
}

.som-home__featured-image.som-home__product-image-fallback img {
	object-fit: contain;
	filter: none;
	transform: none;
	transform-origin: center right;
}

.som-home__featured-copy {
	position: relative;
	z-index: 2;
	display: flex;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	text-align: left;
	text-shadow: none;
}

.som-home__featured-card.is-layout-constrained > .som-home__featured-copy {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
}

.som-home__featured-copy.is-layout-constrained > * {
	max-width: min(46rem, 100%) !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.som-home__featured-category,
.som-home__card-category {
	margin: 0 0 .8rem;
	font-size: .76rem;
	font-weight: 800;
	line-height: 1;
}

.som-home__featured-category a,
.som-home__card-category a {
	color: inherit;
	text-decoration: none;
}

.som-home__featured-category a {
	display: inline-block;
	padding: .42rem .62rem;
	border-radius: 999px;
	background: var(--som-coral);
}

.som-home__featured-date,
.som-home__card-date {
	margin: 0 0 .8rem;
	font-size: .83rem;
	font-weight: 600;
}

.som-home__featured-date {
	color: rgb(255 255 255 / 88%);
}

.som-home__featured-title {
	margin: 0;
	min-height: calc(1.07em * 3);
	font-size: clamp(1.8rem, 3.1vw, 3.05rem);
	font-weight: 900;
	line-height: 1.07;
	text-align: left;
}

.som-home__featured-title a {
	display: -webkit-box;
	overflow: hidden;
	color: inherit;
	text-decoration: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.som-home__featured-cta {
	display: inline-flex;
	align-items: center;
	gap: .55rem;
	width: fit-content;
	margin-top: 1.45rem;
	padding: .78rem 1rem;
	border-radius: 999px;
	background: #fff;
	color: var(--som-ink);
	font-size: .94rem;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	box-shadow: 0 .75rem 1.7rem rgb(0 0 0 / 18%);
	transition: transform .16s ease, background-color .16s ease, color .16s ease;
}

.som-home__featured-cta:hover,
.som-home__featured-cta:focus-visible {
	background: var(--som-blue, #4a90e2);
	color: #fff;
	outline: none;
	transform: translateY(-.08rem);
}

.som-home__section-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.8rem;
	padding-bottom: 1.15rem;
	border-bottom: 1px solid var(--som-line);
}

.som-home__section-heading h2 {
	margin: 0;
	font-size: clamp(1.4rem, 2.2vw, 2rem);
}

.som-home__section-heading h1,
.som-home__section-heading .wp-block-query-title {
	margin: 0;
	font-size: clamp(2rem, 4vw, 3.5rem);
	line-height: .98;
	letter-spacing: -.055em;
}

.som-home__section-heading p {
	margin: 0;
	font-size: .83rem;
	font-weight: 600;
	color: var(--som-muted);
}

.som-home__archive-heading {
	display: block;
	width: 100% !important;
	max-width: none !important;
	margin: 0 0 clamp(2.35rem, 4.5vw, 3.75rem) !important;
	padding: 0 0 clamp(1.15rem, 2vw, 1.6rem) !important;
	text-align: center;
}

.som-home__archive-heading.is-layout-constrained > *,
.som-home__archive-heading.has-global-padding > * {
	width: 100% !important;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.som-home__archive-heading .wp-block-query-title,
.som-home__archive-heading h1 {
	text-align: center;
}

.som-home__archive-heading .taxonomy-description,
.som-home__archive-heading .wp-block-term-description {
	max-width: 46rem;
	margin-top: .85rem;
	color: var(--som-muted);
	font-size: 1rem;
	line-height: 1.65;
}

.som-home__grid.wp-block-post-template {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.55rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.som-home__grid.wp-block-post-template > li {
	min-width: 0;
	margin: 0;
}

.som-home__card {
	position: relative;
	display: flex;
	height: 100%;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid #ffd6ca;
	border-radius: 1.3rem;
	background: #fffafa;
	box-shadow: 0 3px 0 #f0dcd5;
	transition: transform .2s ease, box-shadow .2s ease;
}

.som-home__card:hover {
	transform: translateY(-.25rem);
	box-shadow: 0 12px 28px rgb(105 53 37 / 12%);
}

.som-home__card-image.wp-block-post-featured-image {
	position: relative;
	height: auto;
	aspect-ratio: 16 / 9;
	margin: 0;
	overflow: hidden;
	background: color-mix(in srgb, var(--som-surface, #fff) 86%, #000 14%);
}

.som-home__card-image.wp-block-post-featured-image a,
.som-home__card-image.wp-block-post-featured-image img {
	display: block;
	width: 100%;
	height: 100%;
}

.som-home__card-image.wp-block-post-featured-image img {
	object-fit: cover;
	object-position: center;
	padding: 0;
}

.som-home__card-image.som-home__product-image-fallback {
	background: color-mix(in srgb, var(--som-surface, #fff) 86%, #000 14%);
}

.som-home__card-image.som-home__product-image-fallback img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	padding: 0;
}

.som-editorial-score {
	--som-score-background: #f5b63b;
	--som-score-border: #6f4300;
	position: absolute;
	right: .7rem;
	bottom: .7rem;
	z-index: 3;
	display: grid;
	width: 3.35rem;
	aspect-ratio: 1;
	place-items: center;
	isolation: isolate;
	clip-path: polygon(50% 0, 91% 22%, 91% 76%, 50% 100%, 9% 76%, 9% 22%);
	background: var(--som-score-border);
	color: #101516;
	filter: drop-shadow(0 4px 7px rgb(0 0 0 / 38%));
	font-size: 1.18rem;
	font-variant-numeric: tabular-nums;
	font-weight: 900;
	line-height: 1;
}

.som-editorial-score::before {
	position: absolute;
	z-index: 0;
	inset: 2px;
	clip-path: inherit;
	background: var(--som-score-background);
	content: "";
}

.som-editorial-score--high {
	--som-score-background: #16d79c;
	--som-score-border: #064d3c;
}

.som-editorial-score--low {
	--som-score-background: #ef6a6f;
	--som-score-border: #651b25;
}

.som-editorial-score__value {
	position: relative;
	z-index: 1;
	transform: translateY(-.02em);
}

.som-home__card-copy {
	display: flex;
	flex: 1;
	flex-direction: column;
	min-height: 11.75rem;
	padding: 1.05rem 1.15rem 1.2rem;
}

.som-home__card-category {
	position: static;
	align-self: flex-start;
	margin: 0 0 .72rem;
	color: #28242a;
}

.som-home__card-category a {
	display: inline-block;
	padding: .38rem .58rem;
	border-radius: 999px;
	background: #fff8f6;
	box-shadow: none;
}

.som-home__card-date {
	color: var(--som-muted);
}

.som-home__card-title {
	margin: 0;
	font-size: clamp(1.05rem, 1.25vw, 1.24rem);
	line-height: 1.18;
}

.som-home__card-title a {
	display: -webkit-box;
	overflow: hidden;
	color: var(--som-ink);
	font-weight: 900;
	text-decoration: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.som-home__card-title a:hover,
.som-home__card-title a:focus-visible {
	color: var(--som-coral);
	text-decoration: underline;
	text-underline-offset: .15em;
}

.som-home__card-excerpt {
	display: -webkit-box;
	overflow: hidden;
	margin: .75rem 0 1rem;
	color: var(--som-muted);
	font-size: .9rem;
	line-height: 1.48;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.som-home__card-link {
	margin: auto 0 0;
	font-size: .9rem;
	font-weight: 800;
}

.som-home__card-link a {
	color: var(--som-coral);
	text-underline-offset: .16em;
}

.som-home--archive {
	padding-top: clamp(.75rem, 2vw, 1.75rem);
}

.som-home--archive .som-home__container.wp-block-group {
	min-height: 48vh;
	padding-top: clamp(.5rem, 1.5vw, 1.25rem);
}

.som-home__archive-query {
	width: 100%;
	margin-top: 0 !important;
}

.som-home--archive .som-home__card-image.wp-block-post-featured-image {
	height: auto !important;
	aspect-ratio: 16 / 9;
	margin: 0 !important;
	border-radius: 0;
	background: color-mix(in srgb, var(--som-surface, #fff) 86%, #000 14%) !important;
}

.som-home--archive .som-home__card-image.wp-block-post-featured-image img {
	object-fit: cover !important;
	object-position: center !important;
	padding: 0 !important;
}

.som-home--archive .som-home__card-category {
	position: static;
	align-self: flex-start;
	margin: 0 0 .72rem !important;
}

.som-home--archive .som-home__card-category a {
	background: color-mix(in srgb, var(--som-accent, #00e5ff) 16%, var(--som-card, #10171b) 84%) !important;
	box-shadow: none;
}

.som-home__latest-query .wp-block-query-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .65rem;
	margin-top: clamp(2rem, 4vw, 3.5rem);
	color: var(--som-ink);
	font-size: .95rem;
	font-weight: 800;
}

.som-home__latest-query .wp-block-query-pagination a,
.som-home__latest-query .wp-block-query-pagination .page-numbers,
.som-home__latest-query .wp-block-query-pagination .current {
	display: inline-flex;
	min-width: 2.35rem;
	min-height: 2.35rem;
	align-items: center;
	justify-content: center;
	padding: .55rem .75rem;
	border: 1px solid var(--som-line);
	border-radius: 999px;
	background: #fff;
	color: var(--som-ink);
	text-decoration: none;
	box-shadow: 0 .3rem 1rem rgb(45 111 183 / 8%);
}

.som-home__latest-query .wp-block-query-pagination .current {
	background: var(--som-coral);
	color: #fff;
}

.som-home__latest-query .wp-block-query-pagination a:hover,
.som-home__latest-query .wp-block-query-pagination a:focus-visible {
	background: var(--som-coral);
	color: #fff;
}

.som-home__empty {
	margin: 0;
	padding: 2rem;
	border: 1px solid var(--som-line);
	border-radius: 1.1rem;
	background: #fff;
	color: var(--som-muted);
	text-align: center;
}

@media (max-width: 900px) {
	.som-site-header__bar.wp-block-group.is-layout-flex,
	.som-home__container.wp-block-group {
		width: calc(100% - 2rem);
	}

	.som-home__featured-card {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	.som-home__featured-image.wp-block-post-featured-image {
		height: clamp(12rem, 48vw, 17rem);
		max-height: 17rem;
	}

	.som-home__featured-image.som-home__product-image-fallback img {
		padding: .65rem;
		transform: none;
	}

	.som-home__featured-copy {
		justify-content: flex-start;
		padding: 0;
	}

	.som-home__featured-copy.is-layout-constrained > * {
		max-width: min(100%, 34rem) !important;
	}

	.som-home__featured-title {
		font-size: clamp(1.65rem, 7vw, 2.25rem);
	}

	.som-home__grid.wp-block-post-template {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 480px) {
	.som-site-header.has-global-padding {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}

	.som-site-header__bar.wp-block-group.is-layout-flex {
		min-height: 4rem;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.som-home__container.wp-block-group,
	.som-site-header__bar.wp-block-group.is-layout-flex {
		width: calc(100% - .75rem);
		max-width: calc(100% - .75rem);
	}

	.som-home__title {
		font-size: 2.5rem;
	}

	.som-home__featured-card {
		min-height: auto;
		border-radius: 1.15rem;
	}

	.som-home__featured-image.wp-block-post-featured-image {
		height: clamp(11rem, 58vw, 15rem);
		max-height: 15rem;
	}

	.som-home__featured-image.wp-block-post-featured-image a {
		align-items: flex-start;
		justify-content: center;
	}

	.som-home__featured-image.wp-block-post-featured-image img {
		width: 100%;
		height: 100%;
		max-height: none;
		padding: .7rem;
		object-fit: contain;
		object-position: center;
	}

	.som-home__featured-copy {
		justify-content: flex-start;
		padding: 0;
	}

	.som-home__featured-copy.is-layout-constrained > * {
		max-width: 100% !important;
	}

	.som-home__featured-category,
	.som-home__featured-date {
		margin-bottom: .45rem;
		font-size: .68rem;
	}

	.som-home__featured-category a {
		padding: .28rem .5rem;
	}

	.som-home__featured-title {
		width: 100%;
		max-width: 100% !important;
		font-size: clamp(1.32rem, 7vw, 1.7rem);
		line-height: 1.08;
	}

	.som-home__featured-cta {
		margin-top: .9rem;
		padding: .72rem .95rem;
		font-size: .86rem;
	}

	.som-home__section-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: .35rem;
	}

	.som-home__grid.wp-block-post-template {
		grid-template-columns: 1fr;
	}

	.som-home__card-image.wp-block-post-featured-image {
		height: auto;
		aspect-ratio: 16 / 9;
	}

	.som-editorial-score {
		right: .6rem;
		bottom: .6rem;
		width: 3rem;
		font-size: 1.05rem;
	}

	.som-site-header__bar.wp-block-group.is-layout-flex {
		width: 100%;
		max-width: none;
	}
}

/* Paleta azul e busca global. */
.som-site-header {
	--som-header-background: #4a90e2;
}

.som-site-header__bar::after {
	display: none;
}

.som-site-header__actions {
	grid-column: 3;
	justify-self: end;
}

.som-site-header .wp-block-navigation__responsive-container-open,
.som-search-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.2rem;
	height: 2.2rem;
	padding: 0;
	border: 0;
	border-radius: .55rem;
	background: var(--som-header-button);
	color: var(--som-header-button-foreground);
	box-shadow: 0 1px 2px rgb(0 0 0 / 8%);
	cursor: pointer;
}

.som-site-header .wp-block-navigation__responsive-container-open:hover,
.som-site-header .wp-block-navigation__responsive-container-open:focus-visible,
.som-search-toggle:hover,
.som-search-toggle:focus-visible {
	background: #f3f8fe;
	outline: 0;
}

.som-site-header .wp-block-navigation__responsive-container-open svg,
.som-search-toggle svg {
	width: 1.05rem;
	height: 1.05rem;
}

.som-search-toggle svg,
.som-search-modal svg {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.9;
}

.som-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog {
	border-right-color: #dbe8f6;
	background: #fbfdff;
}

.som-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content::before {
	border-bottom-color: #dbe8f6;
}

.som-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content:hover,
.som-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content:focus-visible {
	background: #eef6ff;
}

.som-home {
	--som-coral: #4a90e2;
	--som-surface: #f7fbff;
	--som-line: #d7e7f7;
}

.som-home__eyebrow {
	border-color: #bcd8f4;
	background: #eef6ff;
}

.som-home__title span {
	background: linear-gradient(100deg, #4a90e2 5%, #2469b1 88%);
	background-clip: text;
	-webkit-background-clip: text;
}

.som-home__card {
	border-color: #c9dff7;
	background: #fbfdff;
	box-shadow: 0 3px 0 #dfeaf7;
}

.som-home__card:hover {
	box-shadow: 0 12px 28px rgb(45 111 183 / 16%);
}

.som-home__card-category a {
	background: #f5faff;
}

.som-home--archive .som-home__card {
	border-color: var(--som-border, rgba(0, 229, 255, .2));
	background: var(--som-card, #10171b);
	box-shadow: none;
}

.som-home--archive .som-home__card:hover {
	box-shadow: 0 18px 45px rgb(0 0 0 / 26%);
}

.som-home--archive .som-home__card-image.wp-block-post-featured-image,
.som-home--archive .som-home__card-image.som-home__product-image-fallback {
	background: transparent !important;
}

.som-home--archive .som-home__card-category a {
	background: color-mix(in srgb, var(--som-accent, #00e5ff) 16%, var(--som-card, #10171b) 84%) !important;
}

.som-search-modal {
	width: min(37.5rem, calc(100% - 2rem));
	max-width: none;
	margin: auto;
	padding: 0;
	overflow: hidden;
	border: 1px solid #d6e5f5;
	border-radius: .8rem;
	background: #fbfdff;
	color: #161b22;
	box-shadow: 0 1.5rem 4rem rgb(12 51 89 / 26%);
}

.som-search-modal::backdrop {
	background: rgb(13 26 40 / 58%);
	backdrop-filter: blur(5px);
}

.som-search-modal__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.35rem 1.5rem 1.25rem;
	border-bottom: 1px solid #dbe8f6;
}

.som-search-modal__header h2 {
	display: flex;
	align-items: center;
	gap: .65rem;
	margin: 0;
	font-size: 1.06rem;
	font-weight: 800;
}

.som-search-modal__header h2 svg {
	width: 1.2rem;
	height: 1.2rem;
	color: #ff765f;
}

.som-search-modal__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	margin: -.35rem -.35rem -.35rem 0;
	padding: 0;
	border: 0;
	border-radius: .4rem;
	background: transparent;
	color: #252a31;
	cursor: pointer;
}

.som-search-modal__close:hover,
.som-search-modal__close:focus-visible {
	background: #eef6ff;
	outline: 0;
}

.som-search-modal__close svg {
	width: 1.15rem;
	height: 1.15rem;
}

.som-search-modal__form {
	padding: .9rem 1rem 0;
}

.som-search-modal__label,
.som-search-modal__submit {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.som-search-modal__field-wrap {
	display: flex;
	align-items: center;
	gap: .75rem;
	padding: 0 .95rem;
	border: 3px solid #ff846d;
	border-radius: 1rem;
	background: #fffafb;
	box-shadow: 0 0 0 2px rgb(255 132 109 / 16%);
}

.som-search-modal__field-wrap svg {
	width: 1.3rem;
	height: 1.3rem;
	flex: 0 0 auto;
	color: #ff765f;
}

.som-search-modal__field-wrap input {
	width: 100%;
	min-width: 0;
	height: 3.25rem;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	color: #161b22;
	font: inherit;
	font-size: .95rem;
}

.som-search-modal__field-wrap:focus-within {
	box-shadow: 0 0 0 4px rgb(255 132 109 / 22%);
}

.som-search-modal__field-wrap input::placeholder {
	color: #707887;
	opacity: 1;
}

.som-search-modal__status {
	min-height: 1.25rem;
	margin: .85rem 1.25rem 0;
	color: #687385;
	font-size: .88rem;
	text-align: center;
}

.som-search-modal__status:empty,
.som-search-modal__status[hidden] {
	display: none;
}

.som-search-modal__results {
	display: grid;
	gap: .82rem;
	max-height: min(30rem, calc(100vh - 15rem));
	margin: .9rem .85rem 1rem;
	padding: .15rem .45rem .9rem;
	overflow: auto;
	scrollbar-color: #8b929b transparent;
}

.som-search-modal__result {
	display: grid;
	grid-template-columns: 4.1rem minmax(0, 1fr);
	align-items: center;
	gap: .9rem;
	padding: .45rem .55rem;
	border-radius: .8rem;
	color: #161b22;
	text-decoration: none;
	transition: background-color .15s ease, transform .15s ease;
}

.som-search-modal__result:hover,
.som-search-modal__result:focus-visible {
	background: #fff;
	outline: 0;
	transform: translateY(-1px);
}

.som-search-modal__thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.65rem;
	height: 3.65rem;
	overflow: hidden;
	border: 1px solid #dbe8f6;
	border-radius: .45rem;
	background: #fff;
}

.som-search-modal__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.som-search-modal__placeholder {
	width: 1.45rem;
	height: 1.45rem;
	border: 2px solid #ff765f;
	border-radius: 999px;
	opacity: .35;
}

.som-search-modal__result-copy {
	display: grid;
	gap: .18rem;
	min-width: 0;
}

.som-search-modal__result-copy strong {
	color: #111827;
	font-size: .96rem;
	font-weight: 850;
	line-height: 1.16;
}

.som-search-modal__result-copy span {
	color: #76727c;
	font-size: .72rem;
	font-weight: 850;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.som-search-modal__hint {
	margin: 2rem 1.5rem 2.6rem;
	color: #687385;
	font-size: .88rem;
	text-align: center;
}

@media (max-width: 480px) {
	.som-search-modal {
		width: calc(100% - 1.25rem);
		border-radius: .7rem;
	}

	.som-search-modal__header {
		padding: 1.15rem 1rem;
	}

	.som-search-modal__form {
		padding: .8rem .7rem 0;
	}

	.som-search-modal__hint {
		margin: 2.2rem 1rem 2.4rem;
	}

	.som-search-modal__results {
		max-height: min(28rem, calc(100vh - 14rem));
		margin-inline: .45rem;
		padding-inline: .25rem;
	}

	.som-search-modal__result {
		grid-template-columns: 3.7rem minmax(0, 1fr);
		gap: .75rem;
		padding: .4rem .45rem;
	}

	.som-search-modal__thumb {
		width: 3.35rem;
		height: 3.35rem;
	}
}

/* Rodapé global. */
.som-site-footer {
	margin-top: 0 !important;
	padding: clamp(1.5rem, 3vw, 2.5rem) 0 1rem;
	border-top: 1px solid #bcd8f4;
	background: #f7fbff;
	color: #253140;
}

.som-site-footer__inner {
	width: min(70vw, 90rem);
	max-width: calc(100% - 2rem);
	margin: 0 auto;
}

.som-site-footer__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.7fr) minmax(10rem, .8fr) minmax(12rem, .8fr);
	gap: clamp(2.5rem, 7vw, 7rem);
	padding-bottom: clamp(3rem, 5vw, 4.5rem);
	border-bottom: 1px solid #dbe8f6;
}

.som-site-footer h2 {
	margin: 0;
	color: #151a20;
	font-size: .78rem;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.som-site-footer__about h2 {
	font-size: clamp(1.5rem, 2.25vw, 2rem);
	line-height: 1;
	text-transform: none;
}

.som-site-footer__about > p {
	max-width: 31rem;
	margin: 1.2rem 0 0;
	color: #475569;
	font-size: .93rem;
	line-height: 1.65;
}

.som-site-footer__affiliate {
	margin-top: 2rem !important;
	padding: .45rem 0 .45rem 1rem;
	border-left: 2px solid #4a90e2;
	color: #475569 !important;
	font-size: .77rem !important;
	line-height: 1.6 !important;
}

.som-site-footer__nav h2,
.som-site-footer__social h2 {
	display: flex;
	align-items: center;
	gap: .6rem;
}

.som-site-footer__nav h2::before,
.som-site-footer__social h2::before {
	width: 2rem;
	height: 1px;
	background: #4a90e2;
	content: "";
}

.som-site-footer__nav ul,
.som-site-footer__social ul {
	display: flex;
	margin: 1.8rem 0 0;
	padding: 0;
	list-style: none;
}

.som-site-footer__nav ul {
	flex-direction: column;
	gap: .85rem;
}

.som-site-footer__nav a {
	color: #475569;
	font-size: .9rem;
	text-decoration: none;
	text-underline-offset: .2em;
}

.som-site-footer__nav a:hover,
.som-site-footer__nav a:focus-visible {
	color: #2469b1;
	text-decoration: underline;
}

.som-site-footer__social ul {
	flex-wrap: wrap;
	gap: .7rem;
}

.som-site-footer__social-item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.85rem;
	height: 2.85rem;
	border: 1px solid #dbe8f6;
	border-radius: .85rem;
	background: #fbfdff;
	color: #657083;
}

.som-site-footer__social-item svg {
	width: 1.15rem;
	height: 1.15rem;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.som-site-footer__disclaimer {
	margin-top: 2rem;
	padding: 1.65rem 1.5rem;
	border: 1px solid #dbe8f6;
	border-radius: 1rem;
	background: rgb(255 255 255 / 55%);
}

.som-site-footer__disclaimer h2 {
	display: flex;
	align-items: center;
	gap: .55rem;
	font-size: .82rem;
	text-transform: none;
}

.som-site-footer__disclaimer h2::before {
	width: .45rem;
	height: .45rem;
	border-radius: 50%;
	background: #4a90e2;
	content: "";
}

.som-site-footer__disclaimer p {
	margin: .8rem 0 0;
	color: #475569;
	font-size: .78rem;
	line-height: 1.65;
}

.som-site-footer__copyright {
	margin: 2rem 0 0;
	color: #475569;
	font-size: .78rem;
}

@media (max-width: 900px) {
	.som-site-footer__inner {
		width: calc(100% - 2rem);
	}

	.som-site-footer__grid {
		grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(0, 1fr));
		gap: 2.5rem;
	}
}

@media (max-width: 640px) {
	.som-site-footer {
		padding-top: 1.5rem;
	}

	.som-site-footer__grid {
		grid-template-columns: 1fr;
		gap: 2.5rem;
		padding-bottom: 2.5rem;
	}

	.som-site-footer__about > p {
		max-width: none;
	}

	.som-site-footer__disclaimer {
		padding: 1.3rem 1rem;
	}
}

/* P\u00e1gina individual de post. */
.som-post {
	margin-top: 0 !important;
	padding: clamp(.75rem, 1.5vw, 1.25rem) 0 clamp(4rem, 7vw, 7rem);
	background: #fff;
	color: #111114;
}

.som-post__container {
	width: min(70vw, 90rem);
	max-width: calc(100% - 2rem);
	margin: 0 auto;
}

.som-post__breadcrumb {
	margin: 0 0 .55rem;
	color: #475569;
	font-size: .78rem;
}

.som-post__container.is-layout-flow > .som-post__breadcrumb {
	margin-block-start: 0 !important;
}

.som-post__container.is-layout-flow > .som-post__header {
	margin-block-start: .55rem !important;
}

.som-post__breadcrumb ol {
	display: flex;
	align-items: center;
	gap: .55rem;
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
	white-space: nowrap;
}

.som-post__breadcrumb li {
	display: flex;
	align-items: center;
	min-width: 0;
}

.som-post__breadcrumb li + li::before {
	margin-right: .55rem;
	color: #2469b1;
	content: "›";
}

.som-post__breadcrumb li[aria-current="page"] {
	overflow: hidden;
	color: #334155;
	text-overflow: ellipsis;
}

.som-post__breadcrumb a {
	color: inherit;
	text-decoration: none;
	text-underline-offset: .16em;
}

.som-post__breadcrumb a:hover,
.som-post__breadcrumb a:focus-visible {
	color: #2469b1;
	text-decoration: underline;
}

.som-post__title {
	max-width: none !important;
	margin: 0 !important;
	font-size: clamp(2.15rem, 3.8vw, 3.75rem);
	font-weight: 700;
	line-height: .98;
	word-spacing: .035em;
}

.som-post__meta {
	display: flex;
	align-items: center;
	gap: .8rem;
	margin-top: 1.55rem;
}

.som-post__author-photo {
	flex: 0 0 3rem;
	width: 3rem;
	height: 3rem;
	overflow: hidden;
	border: 2px solid #d7e7f7;
	border-radius: 50%;
	background: #eef6ff;
}

.som-post__author-photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.som-post__author-details {
	min-width: 0;
}

.som-post__author-name {
	margin: 0;
	font-size: .94rem;
	font-weight: 800;
	line-height: 1.2;
}

.som-post__author-name a {
	color: #182333;
	text-decoration: none;
}

.som-post__author-name a:hover,
.som-post__author-name a:focus-visible {
	color: #2469b1;
	text-decoration: underline;
	text-underline-offset: .15em;
}

.som-post__stats {
	display: flex;
	align-items: center;
	gap: .45rem;
	margin-top: .3rem;
	color: #65758b;
	font-size: .8rem;
	line-height: 1.2;
}

.som-post__reading-time {
	display: inline-flex;
	align-items: center;
	gap: .25rem;
}

.som-post__reading-time svg {
	width: .95rem;
	height: .95rem;
	fill: none;
	stroke: #4a90e2;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.som-post__featured-image {
	margin: clamp(2rem, 4vw, 3.5rem) 0 0 !important;
	overflow: hidden;
	border-radius: 1.25rem;
	background: #eef6ff;
}

.som-post__featured-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.som-post__content {
	max-width: none !important;
	margin-top: clamp(2rem, 4vw, 3.5rem);
	color: #283544;
	font-size: clamp(1.05rem, 1.4vw, 1.22rem);
	line-height: 1.75;
}

.som-post__content > :first-child {
	margin-top: 0;
}

.som-post__content h2,
.som-post__content h3,
.som-post__content h4 {
	margin-top: clamp(2.5rem, 5vw, 4rem);
	color: #111114;
	font-weight: 700;
	line-height: 1.05;
}

.som-post__content h2 {
	font-size: clamp(1.8rem, 3.4vw, 2.8rem);
}

.som-post__content h3 {
	font-size: clamp(1.45rem, 2.6vw, 2rem);
}

.som-post__content a {
	color: #2469b1;
	font-weight: 700;
	text-underline-offset: .16em;
}

.som-post__content blockquote {
	margin-right: 0;
	margin-left: 0;
	padding: 1.1rem 1.25rem;
	border-left: 3px solid #4a90e2;
	border-radius: 0 .75rem .75rem 0;
	background: #eef6ff;
	color: #35455b;
}

.som-post__content figure {
	margin-right: 0;
	margin-left: 0;
}

.som-post__content figcaption {
	margin-top: .7rem;
	color: #475569;
	font-size: .82rem;
	text-align: center;
}

@media (max-width: 900px) {
	.som-post__container {
		width: calc(100% - 2rem);
	}
}

@media (max-width: 480px) {
	.som-post {
		padding-top: .75rem;
	}

	.som-post__container {
		width: calc(100% - 1.25rem);
		max-width: calc(100% - 1.25rem);
	}

	.som-post__breadcrumb ol {
		gap: .4rem;
	}

	.som-post__breadcrumb li + li::before {
		margin-right: .4rem;
	}

	.som-post__title {
		font-size: clamp(1.7rem, 7vw, 2rem);
	}
}

.som-post__end-section {
	margin-top: clamp(4rem, 8vw, 6.5rem);
	padding-top: clamp(2.5rem, 5vw, 4rem);
	border-top: 1px solid #dbe8f6;
}

.som-post__end-section > h2 {
	margin: 0;
	color: #111114;
	font-size: clamp(1.8rem, 3.2vw, 2.55rem);
	font-weight: 700;
	line-height: 1.06;
}

.som-post__specialists-list {
	display: grid;
	gap: 1.4rem;
	margin-top: 1.8rem;
}

.som-post__specialist-card {
	display: flex;
	align-items: center;
	gap: 1.4rem;
	padding: 1.35rem;
	border: 1px solid #d7e7f7;
	border-radius: 1rem;
	background: #fbfdff;
	box-shadow: 0 .2rem .35rem rgb(26 62 96 / 8%);
}

.som-post__specialist-portrait {
	position: relative;
	flex: 0 0 6rem;
	width: 6rem;
	height: 6rem;
	overflow: visible;
	border-radius: 50%;
	background: #eef6ff;
}

.som-post__specialist-portrait img {
	display: block;
	width: 100%;
	height: 100%;
	border: 2px solid #d7e7f7;
	border-radius: 50%;
	object-fit: cover;
}

.som-post__specialist-portrait > span {
	position: absolute;
	bottom: -.45rem;
	left: 50%;
	padding: .25rem .48rem;
	border-radius: 999px;
	background: #0f4f8a;
	color: #fff;
	font-size: .62rem;
	font-weight: 800;
	line-height: 1;
	white-space: nowrap;
	transform: translateX(-50%);
}

.som-post__specialist-portrait--team {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #2469b1;
	background: #172b45;
	color: #fff;
}

.som-post__specialist-portrait--team svg {
	width: 3.75rem;
	height: 3.75rem;
	fill: none;
	stroke: #fff;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.som-post__specialist-copy {
	min-width: 0;
}

.som-post__specialist-role {
	margin: 0;
	color: #0f4f8a;
	font-size: .78rem;
	font-weight: 800;
}

.som-post__specialist-copy h3 {
	margin: .15rem 0 0;
	color: #172333;
	font-size: 1.15rem;
	font-weight: 700;
}

.som-post__specialist-copy > p:last-child {
	margin: .65rem 0 0;
	color: #526278;
	font-size: .9rem;
	line-height: 1.65;
}

.som-post__related-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.4rem;
	margin-top: 1.8rem;
}

.som-post__related-card {
	position: relative;
	min-width: 0;
	overflow: hidden;
	border: 1px solid #c9dff7;
	border-radius: 1.2rem;
	background: #fbfdff;
	box-shadow: 0 3px 0 #dfeaf7;
	transition: transform .2s ease, box-shadow .2s ease;
}

.som-post__related-card:hover {
	transform: translateY(-.25rem);
	box-shadow: 0 12px 28px rgb(45 111 183 / 16%);
}

.som-post__related-link {
	display: flex;
	height: 100%;
	flex-direction: column;
	color: inherit;
	text-decoration: none;
}

.som-post__related-image {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 11rem;
	overflow: hidden;
	background: #f5faff;
}

.som-post__related-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: .75rem;
}

.som-post__related-category {
	position: static !important;
	inset: auto !important;
	transform: none !important;
	align-self: flex-start;
	margin: 0 0 .72rem;
	padding: .28rem .5rem;
	border-radius: 999px;
	background: #fff;
	box-shadow: none;
	color: #2c3d53;
	font-size: .66rem;
	font-weight: 800;
}

.som-post__related-copy {
	position: relative;
	display: flex;
	min-height: 12rem;
	flex: 1;
	flex-direction: column;
	padding: 1.2rem 1.25rem 1.3rem;
}

.som-post__related-copy h3 {
	margin: 0;
	color: #111114;
	font-size: 1.08rem;
	font-weight: 700;
	line-height: 1.2;
}

.som-post__related-cta {
	display: inline-flex;
	align-items: center;
	gap: .35rem;
	margin-top: auto;
	padding-top: 1.3rem;
	color: #0f4f8a;
	font-size: .78rem;
	font-weight: 800;
}

.som-post__related-cta svg {
	width: 1rem;
	height: 1rem;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.som-post__related-link:hover .som-post__related-cta,
.som-post__related-link:focus-visible .som-post__related-cta {
	color: #164f8f;
	text-decoration: underline;
	text-underline-offset: .16em;
}

@media (max-width: 760px) {
	.som-post__related-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.som-post__specialists > h2 {
		text-align: center;
	}

	.som-post__specialist-card {
		align-items: center;
		flex-direction: column;
	}

	.som-post__specialist-portrait {
		flex-basis: 5rem;
		width: 5rem;
		height: 5rem;
	}

	.som-post__specialist-portrait--team svg {
		width: 3.15rem;
		height: 3.15rem;
	}

	.som-post__specialist-copy {
		text-align: center;
	}

	.som-post__related-grid {
		grid-template-columns: 1fr;
	}

	.som-post__related-image {
		height: 13rem;
	}
}

/* Tipografia editorial de review: leitura mais limpa, inspirada em blogs comparativos premium. */
.som-post {
	font-family: "Geist", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.som-post__container {
	width: min(70vw, 90rem);
}

.som-page {
	margin-top: 0 !important;
	padding: clamp(.75rem, 1.5vw, 1.25rem) 0 clamp(4rem, 7vw, 7rem);
	background: #fff;
	color: #111114;
}

.som-page__container {
	width: min(70vw, 90rem);
	max-width: calc(100% - 2rem);
	margin: 0 auto;
}

.som-page__title {
	max-width: none !important;
	margin: 0 0 clamp(1.6rem, 3vw, 2.5rem) !important;
	color: #05060a;
	font-size: clamp(2.15rem, 3.8vw, 3.75rem);
	font-weight: 700;
	line-height: 1;
}

.som-page__content {
	color: #171c26;
	font-size: clamp(1.04rem, 1vw + .78rem, 1.14rem);
	line-height: 1.78;
}

.som-page__content > * {
	max-width: none !important;
}

.som-post__title {
	display: block;
	width: 100%;
	max-width: none !important;
	color: #05060a;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1;
}

.som-post__content {
	color: #171c26;
	font-size: clamp(1.04rem, 1vw + .78rem, 1.14rem);
	font-weight: 400;
	line-height: 1.82;
}

.som-post__content p {
	margin-top: 1.15rem;
	margin-bottom: 1.15rem;
}

.som-post__content h2,
.som-post__content h3,
.som-post__content h4 {
	color: #05060a;
	font-weight: 700;
}

.som-post__content h2 {
	margin-top: clamp(3rem, 6vw, 4.75rem);
	margin-bottom: 1.05rem;
	font-size: 2.75rem;
	line-height: 1.02;
}

.som-post__content h3 {
	margin-top: clamp(2.35rem, 4.5vw, 3.5rem);
	margin-bottom: .9rem;
	font-size: clamp(1.38rem, 2.65vw, 2rem);
	line-height: 1.12;
}

.som-post__content h4 {
	margin-top: 2rem;
	margin-bottom: .75rem;
	font-size: clamp(1.12rem, 1.8vw, 1.35rem);
	line-height: 1.18;
}

.som-post__content a {
	font-weight: 750;
	text-decoration-thickness: .08em;
	text-underline-offset: .18em;
}

.som-post__content .som-content-product,
.som-post__content .som-content-carousel,
.som-post__content .som-content-toc,
.som-post__content .som-content-faq,
.som-post__content .som-article-feedback {
	max-width: none;
}

@media (max-width: 760px) {
	.som-post__container {
		width: min(100% - 1.1rem, 90rem);
	}

	.som-page__container {
		width: min(100% - 1.1rem, 90rem);
	}

	.som-post__title {
		font-size: clamp(2rem, 10vw, 2.8rem);
		line-height: 1.02;
	}

	.som-post__content {
		font-size: 1.03rem;
		line-height: 1.78;
	}
}

/*
 * Página de autor
 */
.som-author {
	padding-top: clamp(2rem, 4vw, 4rem);
}

.som-author__container {
	display: grid;
	gap: clamp(1.6rem, 3vw, 2.4rem);
}

.som-author__hero {
	display: grid;
	grid-template-columns: minmax(7rem, 10rem) minmax(0, 1fr);
	align-items: center;
	gap: clamp(1.15rem, 3vw, 2rem);
	padding: clamp(1.25rem, 3vw, 2.35rem);
	border: 1px solid var(--som-line);
	border-radius: 1.35rem;
	background:
		radial-gradient(circle at 100% 0, rgb(74 144 226 / 13%), transparent 32%),
		linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	box-shadow: 0 1.25rem 3rem rgb(45 111 183 / 9%);
}

.som-author__photo {
	position: relative;
	width: min(100%, 9.5rem);
	aspect-ratio: 1;
	overflow: hidden;
	border: .45rem solid #eef6ff;
	border-radius: 50%;
	background: #eef6ff;
	box-shadow:
		0 0 0 1px #d7e7f7,
		0 1rem 2rem rgb(45 111 183 / 12%);
}

.som-author__photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.som-author__copy {
	min-width: 0;
}

.som-author__eyebrow {
	display: inline-flex;
	align-items: center;
	min-height: 1.75rem;
	margin: 0 0 .75rem;
	padding: .28rem .65rem;
	border-radius: 999px;
	background: var(--som-soft);
	color: var(--som-blue-dark);
	font-size: .78rem;
	font-weight: 850;
	line-height: 1;
}

.som-author__copy h1 {
	margin: 0;
	color: var(--som-ink);
	font-size: clamp(2.1rem, 5vw, 4.2rem);
	font-weight: 900;
	letter-spacing: -.055em;
	line-height: .98;
}

.som-author__bio {
	max-width: 48rem;
	margin-top: 1rem;
	color: #475569;
	font-size: clamp(1rem, .7vw + .86rem, 1.12rem);
	line-height: 1.72;
}

.som-author__bio > :first-child {
	margin-top: 0;
}

.som-author__bio > :last-child {
	margin-bottom: 0;
}

.som-author__bio a {
	color: var(--som-blue-dark);
	font-weight: 800;
	text-underline-offset: .16em;
}

.som-author__site {
	margin: 1rem 0 0;
	font-size: .95rem;
	font-weight: 850;
}

.som-author__site a {
	color: var(--som-blue-dark);
	text-underline-offset: .16em;
}

.som-author__posts-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 1rem;
	margin-top: .35rem;
	padding-bottom: .85rem;
	border-bottom: 1px solid var(--som-line);
}

.som-author__posts-head h2 {
	margin: 0;
	color: var(--som-ink);
	font-size: clamp(1.65rem, 3vw, 2.55rem);
	font-weight: 900;
	line-height: 1.05;
}

.som-author__posts-head p {
	margin: 0;
	color: var(--som-muted);
	font-size: .95rem;
}

.som-author__query {
	margin-top: 0;
}

@media (max-width: 720px) {
	.som-author__hero {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.som-author__photo {
		width: 7rem;
		margin: 0 auto;
	}

	.som-author__eyebrow {
		justify-content: center;
	}

	.som-author__copy h1 {
		font-size: clamp(2rem, 11vw, 3.2rem);
	}

	.som-author__bio {
		margin-right: auto;
		margin-left: auto;
	}

	.som-author__posts-head {
		align-items: flex-start;
		flex-direction: column;
		text-align: left;
	}
}

/*
 * Contact Form 7
 * Formulário mais limpo para páginas institucionais, sem mexer nos formulários
 * internos do WordPress.
 */
.wpcf7 {
	width: min(100%, 46rem);
	margin-top: clamp(1.5rem, 4vw, 2.75rem);
	margin-bottom: clamp(2rem, 5vw, 4rem);
}

.wpcf7,
.wpcf7 * {
	box-sizing: border-box;
}

.wpcf7 form {
	position: relative;
	width: 100%;
	padding: clamp(1.2rem, 3vw, 2rem);
	border: 1px solid #d7e6f8;
	border-radius: 1.15rem;
	background:
		radial-gradient(circle at 100% 0, rgb(74 144 226 / 10%), transparent 30%),
		linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
	box-shadow: 0 1.2rem 3rem rgb(14 43 80 / 8%);
}

.wpcf7 form p {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	margin: 0 0 1rem;
}

.wpcf7 form p:last-of-type {
	margin-bottom: 0;
}

.wpcf7 label {
	display: grid;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	gap: .5rem;
	color: #101827;
	font-size: .98rem;
	font-weight: 750;
	line-height: 1.25;
}

.wpcf7 label > br {
	display: none;
}

.wpcf7-form-control-wrap {
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 input[type="date"],
.wpcf7 textarea,
.wpcf7 select {
	box-sizing: border-box !important;
	display: block;
	width: 100% !important;
	inline-size: 100% !important;
	max-width: 100% !important;
	max-inline-size: 100% !important;
	min-width: 0 !important;
	min-inline-size: 0 !important;
	min-height: 3.15rem;
	padding: .85rem 1rem;
	border: 1px solid #cbdced;
	border-radius: .85rem;
	background: #ffffff;
	color: #101827;
	box-shadow: inset 0 1px 0 rgb(255 255 255 / 70%);
	font: inherit;
	font-size: 1rem;
	line-height: 1.35;
	transition:
		border-color .18s ease,
		box-shadow .18s ease,
		background-color .18s ease,
		transform .18s ease;
}

.wpcf7 textarea {
	min-height: 11rem;
	resize: vertical;
}

.wpcf7 input[type="text"]:hover,
.wpcf7 input[type="email"]:hover,
.wpcf7 input[type="url"]:hover,
.wpcf7 input[type="tel"]:hover,
.wpcf7 input[type="number"]:hover,
.wpcf7 input[type="date"]:hover,
.wpcf7 textarea:hover,
.wpcf7 select:hover {
	border-color: #9dc3ee;
	background: #fcfeff;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="number"]:focus,
.wpcf7 input[type="date"]:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
	outline: 0;
	border-color: #4a90e2;
	box-shadow:
		0 0 0 .22rem rgb(74 144 226 / 16%),
		0 .65rem 1.35rem rgb(20 79 143 / 8%);
}

.wpcf7 input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	padding: .78rem 1.35rem;
	border: 0;
	border-radius: 999px;
	background: #164f8f;
	color: #ffffff;
	box-shadow: 0 .8rem 1.55rem rgb(22 79 143 / 20%);
	font: inherit;
	font-size: .98rem;
	font-weight: 850;
	line-height: 1;
	cursor: pointer;
	transition:
		background-color .18s ease,
		box-shadow .18s ease,
		transform .18s ease;
}

.wpcf7 input[type="submit"]:hover {
	background: #0f427b;
	box-shadow: 0 1rem 1.8rem rgb(22 79 143 / 24%);
	transform: translateY(-1px);
}

.wpcf7 input[type="submit"]:focus,
.wpcf7 input[type="submit"]:focus-visible {
	outline: 0;
	box-shadow:
		0 0 0 .22rem rgb(74 144 226 / 22%),
		0 .8rem 1.55rem rgb(22 79 143 / 22%);
}

.wpcf7 input[type="submit"]:disabled {
	opacity: .68;
	cursor: wait;
	transform: none;
}

.wpcf7-spinner {
	margin-left: .65rem;
}

.wpcf7-not-valid-tip {
	margin-top: .38rem;
	color: #b42335;
	font-size: .86rem;
	font-weight: 650;
	line-height: 1.35;
}

.wpcf7 form .wpcf7-response-output {
	margin: 1rem 0 0;
	padding: .85rem 1rem;
	border: 1px solid #cbdced;
	border-radius: .85rem;
	background: #f8fbff;
	color: #334155;
	font-size: .93rem;
	line-height: 1.45;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #fecdd3;
	background: #fff1f2;
	color: #9f1239;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #bbf7d0;
	background: #f0fdf4;
	color: #166534;
}

@media (max-width: 640px) {
	.wpcf7 {
		width: min(100%, calc(100vw - 2rem));
		margin-top: 1.2rem;
		margin-right: auto;
		margin-left: auto;
	}

	.wpcf7 form {
		padding: 1rem .9rem;
		border-radius: .95rem;
	}

	.wpcf7 input[type="submit"] {
		width: 100%;
	}
}

/*
 * Largura editorial dos reviews.
 * Home e páginas estáticas seguem largas; posts/reviews voltam ao container de leitura.
 */
.som-post__container {
	width: min(100% - 2rem, 64rem) !important;
	max-width: 64rem !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

@media (max-width: 760px) {
	.som-post__container {
		width: min(100% - 1.1rem, 64rem) !important;
		max-width: calc(100% - 1.1rem) !important;
	}
}
