/*
Theme Name: Castro Advogados
Theme URI: https://castroeadvogados.com.br
Author: Castro & Advogados Associados
Description: Tema customizado moderno, responsivo e de alta performance para Castro & Advogados Associados.
Version: 1.5.0
Text Domain: castro-advogados
*/

:root {
	--bg: #fff;
	--surface: #fff;
	--surface-soft: #fff;
	--text: #241f1d;
	--muted: #6e645d;
	--line: rgba(72, 49, 44, 0.12);
	--brand: #9d151a;
	--brand-dark: #781014;
	--brand-soft: rgba(157, 21, 26, 0.08);
	--shadow: 0 16px 40px rgba(35, 22, 18, 0.08);
	--shadow-strong: 0 24px 56px rgba(35, 22, 18, 0.12);
	--radius: 22px;
	--radius-lg: 30px;
	--container: 1180px;
	--header-offset: 96px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: var(--text);
	background: var(--bg);
	font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

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

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

button,
input,
textarea,
select {
	font: inherit;
}

::selection {
	background: rgba(157, 21, 26, 0.18);
}

.skip-link {
	position: absolute;
	top: 0.75rem;
	left: 1rem;
	z-index: 1000;
	padding: 0.85rem 1.1rem;
	border-radius: 999px;
	background: var(--brand);
	color: #fff;
	transform: translateY(-220%);
	opacity: 0;
	pointer-events: none;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.skip-link:focus {
	transform: translateY(0);
	opacity: 1;
	pointer-events: auto;
}

.site-shell {
	position: relative;
	overflow: clip;
}

.site-shell::before,
.site-shell::after {
	display: none;
	content: "";
	position: fixed;
	width: 18rem;
	height: 18rem;
	border-radius: 50%;
	filter: blur(20px);
	pointer-events: none;
	opacity: 0.45;
	z-index: 0;
}

.site-shell::before {
	top: -6rem;
	right: -6rem;
	background: rgba(157, 21, 26, 0.08);
}

.site-shell::after {
	bottom: -7rem;
	left: -7rem;
	background: rgba(125, 106, 92, 0.09);
}

.container {
	width: min(var(--container), calc(100% - 2rem));
	margin-inline: auto;
}

.section {
	position: relative;
	z-index: 1;
	padding: 3.5rem 0;
}

.section-compact {
	padding-top: 2rem;
}

.section-muted {
	background: #fff;
	border: 0;
}

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

.office-carousel-section {
	position: relative;
	z-index: 1;
	padding: 1rem 0 0;
}

.office-carousel {
	position: relative;
	width: min(var(--container), calc(100% - 2rem));
	margin-inline: auto;
	overflow: hidden;
	touch-action: pan-y;
	border: 1px solid var(--line);
	border-radius: var(--radius-lg);
	background: #f4f4f2;
	box-shadow: var(--shadow);
}

.office-carousel-track {
	display: flex;
	transform: translate3d(0, 0, 0);
	transition: transform 600ms ease;
	will-change: transform;
	cursor: grab;
	user-select: none;
}

.office-carousel-slide,
.office-carousel-slide > img {
	min-height: clamp(19rem, 47vw, 35rem);
}

.office-carousel-slide {
	position: relative;
	flex: 0 0 100%;
	width: 100%;
	overflow: hidden;
}

.office-carousel-slide > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
	-webkit-user-drag: none;
}

.office-carousel.is-dragging .office-carousel-track {
	cursor: grabbing;
	transition-duration: 0ms;
}

.office-carousel-track.is-resetting {
	transition-duration: 0ms;
}

.office-carousel-controls {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	display: flex;
	align-items: center;
	gap: 0.6rem;
	padding: 0.5rem;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	background: rgba(36, 31, 29, 0.74);
	backdrop-filter: blur(8px);
}

.office-carousel-actions {
	position: absolute;
	bottom: 1rem;
	left: 1rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.office-carousel-actions .btn-secondary {
	border-color: rgba(255, 255, 255, 0.72);
	background: rgba(255, 255, 255, 0.9);
	color: var(--text);
}

.office-carousel-button,
.office-carousel-dot {
	border: 0;
	color: #fff;
	cursor: pointer;
}

.office-carousel-button {
	display: inline-grid;
	place-items: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	background: transparent;
	font-size: 1.2rem;
}

.office-carousel-button:hover,
.office-carousel-button:focus-visible {
	background: rgba(255, 255, 255, 0.16);
}

.office-carousel-dots {
	display: flex;
	align-items: center;
	gap: 0.4rem;
}

.office-carousel-dot {
	width: 0.56rem;
	height: 0.56rem;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 50%;
	background: transparent;
}

.office-carousel-dot[aria-current="true"] {
	background: #fff;
}

.office-carousel-button:focus-visible,
.office-carousel-dot:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 2px;
}

.section-title {
	margin: 0 0 0.9rem;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.95rem, 3.45vw, 3rem);
	line-height: 1.04;
	letter-spacing: -0.03em;
	color: var(--text);
}

.section-lead {
	max-width: 760px;
	margin: 0;
	color: var(--muted);
	font-size: 1.02rem;
}

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 0.95rem;
	padding: 0.42rem 0.85rem;
	border: 1px solid rgba(157, 21, 26, 0.14);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.82);
	color: var(--brand-dark);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.eyebrow::before {
	content: "";
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 50%;
	background: var(--brand);
	box-shadow: 0 0 0 0.3rem rgba(157, 21, 26, 0.12);
}

.eyebrow.eyebrow-dot {
	display: block;
	width: 0.55rem;
	height: 0.55rem;
	margin: 0 0 0.95rem;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: var(--brand);
	box-shadow: 0 0 0 0.3rem rgba(157, 21, 26, 0.12);
	font-size: 0;
	line-height: 0;
}

.eyebrow.eyebrow-dot::before {
	content: none;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255, 253, 250, 0.88);
	backdrop-filter: blur(14px);
	border-bottom: 1px solid rgba(72, 49, 44, 0.08);
}

.header-inner {
	position: relative;
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 0.85rem 0;
}

.brand {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
}

.brand img {
	height: 3.1rem;
	width: auto;
	max-width: min(22rem, 56vw);
	object-fit: contain;
}

.site-nav {
	margin-left: auto;
	display: flex;
	align-items: center;
}

.site-nav ul {
	display: flex;
	align-items: center;
	gap: 0.35rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-nav a {
	display: inline-flex;
	align-items: center;
	padding: 0.75rem 1rem;
	border-radius: 999px;
	color: var(--muted);
	font-size: 0.97rem;
	font-weight: 700;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
	background: rgba(157, 21, 26, 0.08);
	color: var(--brand-dark);
	transform: translateY(-1px);
}

.site-nav .current-menu-item a,
.header-cta.is-current {
	background: var(--brand);
	color: #fff;
}

.site-nav .current-menu-item a:hover,
.site-nav .current-menu-item a:focus-visible,
.header-cta.is-current:hover,
.header-cta.is-current:focus-visible {
	background: var(--brand-dark);
	color: #fff;
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	margin-left: 0.5rem;
	flex: 0 0 auto;
}

.header-cta {
	border: 1px solid rgba(157, 21, 26, 0.3);
	background: #fff;
	color: var(--brand-dark);
}

.header-cta:hover,
.header-cta:focus-visible {
	border-color: var(--brand);
	background: rgba(157, 21, 26, 0.08);
	color: var(--brand-dark);
}

.menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	padding: 0.75rem 1rem;
	border: 1px solid rgba(72, 49, 44, 0.14);
	border-radius: 999px;
	background: #fff;
	color: var(--text);
	cursor: pointer;
	box-shadow: 0 10px 24px rgba(35, 22, 18, 0.05);
}

.menu-toggle-lines {
	display: inline-flex;
	flex-direction: column;
	gap: 0.22rem;
}

.menu-toggle-lines span {
	display: block;
	width: 1.15rem;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	min-height: 3rem;
	padding: 0.8rem 1.2rem;
	border-radius: 999px;
	font-weight: 700;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.btn:hover,
.btn:focus-visible {
	transform: translateY(-1px);
}

.btn-primary {
	background: var(--brand);
	color: #fff;
	box-shadow: 0 14px 28px rgba(157, 21, 26, 0.18);
}

.btn-primary:hover,
.btn-primary:focus-visible {
	background: var(--brand-dark);
	color: #fff;
}

.btn-secondary {
	background: var(--surface-soft);
	color: var(--brand-dark);
	border: 1px solid rgba(157, 21, 26, 0.12);
}

.header-cta {
	min-height: 2.65rem;
	padding: 0.62rem 0.95rem;
	font-size: 0.92rem;
	box-shadow: 0 10px 20px rgba(157, 21, 26, 0.16);
}

.hero {
	padding-top: 1.8rem;
}

.hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr);
	gap: 0.85rem;
	align-items: stretch;
}

.hero-copy,
.hero-side,
.differential-card,
.service-card,
.team-card,
.contact-card,
.form-card {
	border: 1px solid var(--line);
	background: var(--surface);
	box-shadow: var(--shadow);
}

.hero-copy {
	padding: 1.55rem;
	border-radius: var(--radius-lg);
}

.hero-copy h1 {
	margin: 0 0 0.8rem;
	max-width: 14ch;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.6rem, 4.2vw, 4rem);
	line-height: 1.02;
	letter-spacing: -0.035em;
	color: var(--brand-dark);
}

.hero-lead {
	max-width: 44rem;
	margin: 0;
	font-size: 1.02rem;
	color: var(--muted);
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin-top: 1.05rem;
}

.hero-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin-top: 0.8rem;
}

.hero-tags span {
	display: inline-flex;
	align-items: center;
	min-height: 2.3rem;
	padding: 0.42rem 0.85rem;
	border-radius: 999px;
	background: rgba(157, 21, 26, 0.07);
	color: var(--brand-dark);
	font-size: 0.88rem;
	font-weight: 700;
	border: 1px solid rgba(157, 21, 26, 0.08);
}

.hero-side {
	display: grid;
	grid-template-rows: auto auto;
	gap: 0.7rem;
	padding: 1.15rem 1.1rem 1.1rem;
	border-radius: var(--radius-lg);
}

.hero-side-top {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.6rem;
	padding-bottom: 0.7rem;
	border-bottom: 1px solid rgba(72, 49, 44, 0.1);
}

.hero-side-top img {
	width: 10rem;
	height: auto;
	object-fit: contain;
	flex: 0 0 auto;
}

.panel-kicker {
	display: inline-block;
	margin-bottom: 0.15rem;
	color: var(--brand-dark);
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hero-side-top p {
	margin: 0;
	color: var(--muted);
	font-size: 0.98rem;
	line-height: 1.52;
	max-width: 30ch;
}

.hero-side-list-inline {
	display: grid;
	gap: 0.45rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hero-side-list-inline li {
	padding: 0.62rem 0.74rem;
	border-radius: 14px;
	background: linear-gradient(180deg, #fff 0%, #fbf8f5 100%);
	border: 1px solid rgba(72, 49, 44, 0.08);
}

.hero-side-list-inline strong {
	display: block;
	margin-bottom: 0.18rem;
	color: var(--brand-dark);
	font-size: 0.95rem;
}

.hero-side-list-inline span {
	color: var(--muted);
	font-size: 0.9rem;
}

.split-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
	gap: 1.25rem;
	align-items: start;
}

.split-layout-tight {
	align-items: center;
}

.section-stack {
	display: grid;
	gap: 0.75rem;
}

.about-values-section {
	margin-top: 2.5rem;
}

.about-values-title {
	margin: 0 0 1rem;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.55rem, 2.5vw, 2.1rem);
	line-height: 1.1;
	color: var(--brand-dark);
}

.about-values {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 2rem;
	row-gap: 0;
}

.about-value-card {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: start;
	gap: 0.7rem;
	padding: 1rem 0;
	border-top: 1px solid rgba(72, 49, 44, 0.1);
}

.about-value-icon {
	display: inline-grid;
	width: 2rem;
	height: 2rem;
	place-items: center;
	border-radius: 50%;
	background: rgba(157, 21, 26, 0.1);
	color: var(--brand);
}

.about-value-icon svg {
	width: 1.15rem;
	height: 1.15rem;
}

.about-value-card strong {
	display: block;
	margin-bottom: 0.25rem;
	color: var(--brand-dark);
	font-size: 0.92rem;
}

.about-value-card span {
	color: var(--muted);
	font-size: 0.92rem;
}

.service-grid {
	display: grid;
	gap: 1rem;
	margin-top: 1.25rem;
}

/* Keep closed card actions aligned, but do not stretch siblings while a service is expanded. */
.service-grid:has(.service-accordion[open]) {
	align-items: start;
}

.service-grid-compact {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-highlights {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.85rem;
	margin-top: 1rem;
}

.service-highlight-card {
	padding: 1rem 1.05rem;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(157, 21, 26, 0.1);
	box-shadow: var(--shadow);
}

.service-highlight-card strong {
	display: block;
	margin-bottom: 0.35rem;
	color: var(--brand-dark);
	font-size: 0.9rem;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.service-highlight-card p {
	margin: 0;
	color: var(--muted);
	font-size: 0.93rem;
	line-height: 1.45;
}

.service-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-radius: var(--radius-lg);
}

.service-icon {
	display: inline-grid;
	place-items: center;
	width: 3.25rem;
	height: 3.25rem;
	margin-bottom: 1rem;
	border: 1px solid rgba(157, 21, 26, 0.18);
	border-radius: 14px;
	background: var(--brand-soft);
	color: var(--brand-dark);
}

.service-icon svg {
	width: 2rem;
	height: 2rem;
}

.service-media {
	aspect-ratio: 16 / 9;
	background: #efe9e4;
	overflow: hidden;
}

.service-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.service-body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 1.15rem 1.15rem 1.25rem;
}

.service-badge,
.team-actuation {
	display: inline-flex;
	align-items: center;
	margin-bottom: 0.65rem;
	padding: 0.35rem 0.75rem;
	border-radius: 999px;
	background: var(--brand-soft);
	color: var(--brand-dark);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.service-card h2,
.service-card h3,
.team-card h2,
.team-card h3 {
	margin: 0 0 0.65rem;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.28rem;
	line-height: 1.1;
	color: var(--text);
}

.service-card p,
.team-card p {
	margin: 0;
	color: var(--muted);
	font-size: 0.95rem;
}

.service-page-title {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.2rem, 4.5vw, 4.25rem);
	line-height: 1.03;
	letter-spacing: -0.04em;
	color: var(--brand-dark);
}

.service-index {
	margin-top: 2rem;
	padding: 1rem 0;
	border-top: 1px solid rgba(72, 49, 44, 0.12);
	border-bottom: 1px solid rgba(72, 49, 44, 0.12);
}

.service-index ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.service-index a {
	display: inline-flex;
	align-items: center;
	min-height: 2.5rem;
	padding: 0.5rem 0.85rem;
	border: 1px solid rgba(157, 21, 26, 0.2);
	border-radius: 999px;
	color: var(--brand-dark);
	font-weight: 700;
}

.service-index a:hover,
.service-index a:focus-visible {
	background: rgba(157, 21, 26, 0.08);
	outline: 3px solid rgba(157, 21, 26, 0.28);
	outline-offset: 2px;
}

.service-editorial {
	margin-top: 3.5rem;
}

.service-editorial-area {
	display: grid;
	grid-template-columns: minmax(12rem, 0.28fr) minmax(0, 0.72fr);
	column-gap: clamp(2rem, 6vw, 5.5rem);
	scroll-margin-top: calc(var(--header-offset) + 1rem);
	padding-top: 3.5rem;
	border-top: 1px solid rgba(72, 49, 44, 0.14);
}

.service-editorial-area:first-child {
	padding-top: 0;
	border-top: 0;
}

.service-editorial-area-header {
	display: flex;
	align-items: flex-start;
	gap: 0.65rem;
	min-width: 0;
}

.service-editorial-area-icon {
	display: inline-grid;
	flex: 0 0 auto;
	width: 2rem;
	height: 2rem;
	place-items: center;
	color: var(--brand);
}

.service-editorial-area-icon svg {
	width: 100%;
	height: 100%;
}

.service-editorial-area h2 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.65rem, 2.5vw, 2.35rem);
	line-height: 1.1;
	color: var(--text);
}

.service-editorial-content {
	min-width: 0;
}

.service-editorial-group {
	margin: 0;
}

.service-editorial-group + .service-editorial-group {
	margin-top: 2.75rem;
	padding-top: 2.75rem;
	border-top: 1px solid rgba(72, 49, 44, 0.12);
}

.service-editorial-group-title {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	margin: 0 0 1rem;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.35rem, 2.4vw, 1.8rem);
	line-height: 1.2;
	color: var(--brand-dark);
}

.service-editorial-group-icon {
	display: inline-grid;
	flex: 0 0 auto;
	width: 1.75rem;
	height: 1.75rem;
	place-items: center;
	color: var(--brand);
}

.service-editorial-group-icon svg {
	width: 100%;
	height: 100%;
}

.service-editorial-intro {
	margin: 0 0 1rem;
	color: var(--muted);
	line-height: 1.6;
}

.service-editorial-list {
	display: grid;
	gap: 0;
}

.service-editorial-item {
	padding: 1.25rem 0;
	border-top: 1px solid rgba(72, 49, 44, 0.1);
}

.service-editorial-item:first-child {
	padding-top: 0;
	border-top: 0;
}

.service-editorial-item h4 {
	margin: 0 0 0.45rem;
	font-size: 1.03rem;
	line-height: 1.35;
	color: var(--brand-dark);
}

.service-editorial-item p {
	margin: 0;
	color: var(--muted);
	line-height: 1.65;
}

.service-training-list {
	display: grid;
	gap: 0.8rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.service-training-list li {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 0.65rem;
	align-items: start;
	padding-top: 0.8rem;
	border-top: 1px solid rgba(72, 49, 44, 0.1);
	color: var(--muted);
	line-height: 1.55;
}

.service-training-list li:first-child {
	padding-top: 0;
	border-top: 0;
}

.service-training-check {
	display: inline-grid;
	width: 1.25rem;
	height: 1.25rem;
	place-items: center;
	border-radius: 50%;
	background: rgba(157, 21, 26, 0.1);
	color: var(--brand);
}

.service-training-check svg {
	width: 0.85rem;
	height: 0.85rem;
}

.service-body > p {
	flex: 1 1 auto;
}

.service-accordion,
.team-bio {
	margin-top: 0.95rem;
	border-top: 1px solid rgba(72, 49, 44, 0.1);
	padding-top: 0.95rem;
}

.service-accordion summary,
.team-bio summary {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	cursor: pointer;
	list-style: none;
	color: var(--brand-dark);
	font-weight: 700;
}

.service-accordion summary::-webkit-details-marker,
.team-bio summary::-webkit-details-marker {
	display: none;
}

.service-accordion summary::after,
.team-bio summary::after {
	content: "+";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.45rem;
	height: 1.45rem;
	border-radius: 999px;
	background: rgba(157, 21, 26, 0.08);
	color: var(--brand-dark);
	font-size: 1rem;
	line-height: 1;
}

.service-accordion[open] summary::after,
.team-bio[open] summary::after {
	content: "−";
}

.service-accordion-content {
	display: grid;
	gap: 0.85rem;
	margin-top: 0.95rem;
}

.service-group-mini {
	padding: 0.9rem;
	border-radius: 18px;
	background: #fff;
	border: 1px solid rgba(72, 49, 44, 0.08);
}

.service-group-mini strong {
	display: block;
	margin-bottom: 0.45rem;
	color: var(--brand-dark);
	font-size: 0.92rem;
}

.service-group-intro {
	margin: 0 0 0.75rem;
	color: var(--muted);
	font-size: 0.92rem;
	line-height: 1.5;
}

.service-group-mini ul {
	margin: 0;
	padding-left: 1.05rem;
	color: var(--text);
}

.service-group-mini li + li {
	margin-top: 0.4rem;
}

.service-group-mini .service-item-detailed {
	list-style: none;
	margin-left: -1.05rem;
	padding: 0.8rem 0;
	border-top: 1px solid rgba(72, 49, 44, 0.1);
}

.service-group-mini .service-item-detailed:first-child {
	padding-top: 0;
	border-top: 0;
}

.service-group-mini li.service-item-detailed + li.service-item-detailed {
	margin-top: 0;
}

.service-item-detailed strong {
	display: block;
	margin-bottom: 0.3rem;
	color: var(--brand-dark);
}

.service-item-detailed p {
	margin: 0;
	color: var(--muted);
	font-size: 0.92rem;
	line-height: 1.5;
}

.team-grid {
	display: grid;
	gap: 1rem;
	margin-top: 1.25rem;
}

.team-grid:has(.team-bio[open]) {
	align-items: start;
}

.team-grid-compact {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.team-card {
	display: flex;
	flex-direction: column;
	padding: 1rem;
	border-radius: var(--radius-lg);
}

.team-photo {
	aspect-ratio: 4 / 4.15;
	margin-bottom: 0.9rem;
	border-radius: 18px;
	overflow: hidden;
	background: #efe9e4;
}

.team-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.team-head {
	margin-bottom: 0.25rem;
}

.team-head h2,
.team-head h3 {
	margin-bottom: 0.35rem;
}

.team-summary {
	flex: 1 1 auto;
	font-size: 0.93rem;
}

.team-bio {
	padding-top: 0.85rem;
}

.team-bio-content {
	margin-top: 0.8rem;
	padding: 0.85rem;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(72, 49, 44, 0.08);
}

.team-bio-content p {
	margin: 0;
	font-size: 0.92rem;
	color: var(--muted);
}

.team-contact {
	margin-top: 0.85rem;
	padding-top: 0.85rem;
	border-top: 1px solid rgba(72, 49, 44, 0.1);
}

.team-contact a {
	display: block;
	color: var(--brand-dark);
	font-weight: 700;
	font-size: 0.84rem;
	line-height: 1.35;
	white-space: nowrap;
	overflow: visible;
	text-overflow: clip;
}

.contact-section {
	padding: 4.5rem 0;
}

#quem-somos,
#areas-de-atuacao,
#equipe,
#contato {
	scroll-margin-top: var(--header-offset);
}

.contact-header {
	max-width: 720px;
	margin-bottom: 2rem;
}

.contact-heading {
	margin-top: 0;
}

.contact-content {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(420px, 0.95fr);
	gap: 2rem;
	align-items: start;
}

.contact-info-grid {
	min-width: 0;
}

.contact-boxes {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.72rem;
	margin-top: 0;
}

.contact-card {
	padding: 0.78rem 0.85rem;
	border-radius: 18px;
	min-height: 4.9rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.contact-card strong {
	display: block;
	margin-bottom: 0.22rem;
	color: var(--brand-dark);
	font-size: 0.84rem;
	line-height: 1.15;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.contact-card a,
.contact-card span {
	color: var(--text);
	word-break: normal;
	overflow-wrap: normal;
	hyphens: none;
	line-height: 1.34;
}

.contact-card-email a {
	display: block;
	font-size: 0.82rem;
	line-height: 1.2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	letter-spacing: -0.01em;
}

.contact-card-phone a,
.contact-card-website a {
	font-size: 0.88rem;
}

.contact-card-address span {
	font-size: 0.84rem;
	line-height: 1.28;
}

.contact-card-social {
	grid-column: 1 / -1;
	min-height: auto;
}

.social-links {
	display: grid;
	gap: 0.38rem;
	margin-top: 0.45rem;
}

.social-link {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	padding: 0.62rem 0.75rem;
	border-radius: 14px;
	background: #fff;
	border: 1px solid rgba(72, 49, 44, 0.08);
	color: var(--text);
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.25;
}

.social-link:hover,
.social-link:focus-visible {
	border-color: rgba(157, 21, 26, 0.18);
	background: rgba(157, 21, 26, 0.04);
}

.social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 1.25rem;
	height: 1.25rem;
	color: var(--brand-dark);
}

.social-icon svg {
	width: 100%;
	height: 100%;
	fill: currentColor;
}

.form-card {
	margin-top: 0;
	padding: 1rem 1.05rem;
	border-radius: var(--radius-lg);
	height: auto;
	min-height: 0;
}

.contact-form-card {
	align-self: start;
}

.form-notice {
	margin-bottom: 1rem;
	padding: 0.95rem 1rem;
	border-radius: 18px;
	border: 1px solid rgba(72, 49, 44, 0.12);
	background: rgba(255, 255, 255, 0.86);
}

.form-notice strong {
	display: block;
	margin-bottom: 0.2rem;
	color: var(--brand-dark);
}

.form-notice p {
	margin: 0;
	color: var(--muted);
}

.form-notice-success {
	border-color: rgba(30, 110, 55, 0.22);
	background: rgba(30, 110, 55, 0.08);
}

.form-notice-error {
	border-color: rgba(157, 21, 26, 0.22);
	background: rgba(157, 21, 26, 0.08);
}

.contact-form {
	display: grid;
	gap: 0.78rem;
}

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

.field {
	display: grid;
	gap: 0.22rem;
}

.field label {
	font-size: 0.82rem;
	line-height: 1.1;
	font-weight: 700;
	color: var(--brand-dark);
}

.field input,
.field textarea {
	width: 100%;
	padding: 0.55rem 0.75rem;
	border: 1px solid rgba(72, 49, 44, 0.14);
	border-radius: 14px;
	background: #fff;
	color: var(--text);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.field input {
	min-height: 2.85rem;
	height: 2.85rem;
}

.field input:focus,
.field textarea:focus {
	outline: none;
	border-color: rgba(157, 21, 26, 0.35);
	box-shadow: 0 0 0 4px rgba(157, 21, 26, 0.08);
}

.field textarea {
	min-height: 6.1rem;
	height: 6.1rem;
	resize: vertical;
}

.form-note {
	margin: 0;
	color: var(--muted);
	font-size: 0.82rem;
	line-height: 1.2;
}

.contact-form-card .btn {
	min-height: 3.05rem;
	height: 3.05rem;
	padding-top: 0.6rem;
	padding-bottom: 0.6rem;
	font-size: 0.9rem;
}

.site-footer {
	position: relative;
	z-index: 1;
	margin-top: 1rem;
	padding: 2.5rem 0 1.1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	background: #555555;
}

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

.footer-brand img {
	height: 3rem;
	width: auto;
	object-fit: contain;
}

.footer-note {
	max-width: 34rem;
	margin: 0.7rem 0 0;
	color: rgba(255, 255, 255, 0.84);
}

.footer-address {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	max-width: 36rem;
	margin-top: 0.75rem;
	color: rgba(255, 255, 255, 0.84);
	font-size: 0.9rem;
	line-height: 1.45;
}

.footer-address-icon {
	flex: 0 0 auto;
	margin-top: 0.12rem;
	color: #fff;
}

.footer-address-icon svg {
	display: block;
	width: 1rem;
	height: 1rem;
	fill: currentColor;
}

.footer-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem 1rem;
	margin: 0.85rem 0 0;
	padding: 0;
	list-style: none;
}

.footer-links a {
	color: #fff;
	font-weight: 700;
}

.footer-links a:hover,
.footer-links a:focus-visible {
	color: #fff;
	text-decoration: underline;
}

.footer-socials {
	display: grid;
	gap: 0.55rem;
	align-content: start;
	justify-items: end;
	padding-top: 0.15rem;
}

.footer-socials-label {
	color: #fff;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.social-links-inline {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	justify-content: flex-end;
	margin-top: 0;
}

.social-links-inline .social-link {
	padding: 0.5rem 0.7rem;
	font-size: 0.86rem;
	border-radius: 999px;
}

.social-links-inline .social-icon {
	width: 1rem;
	height: 1rem;
}

.footer-address-right {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	max-width: 36rem;
	margin-top: 0.75rem;
	margin-left: auto;
	color: rgba(255, 255, 255, 0.84);
	font-size: 0.9rem;
	line-height: 1.45;
	text-align: right;
}

.footer-address-right .footer-address-icon {
	flex: 0 0 auto;
	margin-top: 0.12rem;
	color: #fff;
}

.footer-address-right .footer-address-icon svg {
	display: block;
	width: 1rem;
	height: 1rem;
	fill: currentColor;
}

.whatsapp-fab {
	position: fixed;
	right: 1.25rem;
	bottom: 1.25rem;
	z-index: 60;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.4rem;
	height: 3.4rem;
	border-radius: 999px;
	background: var(--brand);
	color: #fff;
	box-shadow: var(--shadow-strong);
	transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-fab:hover,
.whatsapp-fab:focus-visible {
	transform: translateY(-2px);
	background: var(--brand-dark);
	color: #fff;
}

.whatsapp-fab-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.35rem;
	height: 1.35rem;
}

.whatsapp-fab-icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: currentColor;
}

.contact-item strong {
	display: block;
	margin-bottom: 0.2rem;
	color: var(--brand-dark);
}

.contact-item p {
	margin: 0;
	color: var(--muted);
	word-break: break-word;
}

.copyright {
	margin: 1rem 0 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.92rem;
	text-align: center;
}

.page-fallback {
	padding: 4rem 0;
}

.content-card {
	padding: 1.6rem;
	border-radius: var(--radius);
	border: 1px solid var(--line);
	background: var(--surface);
	box-shadow: var(--shadow);
}

.content-card + .content-card {
	margin-top: 1rem;
}

.content-card h2 {
	margin-top: 0;
	font-family: Georgia, "Times New Roman", serif;
}

.home-news-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 1.5rem;
	margin-bottom: 1.5rem;
}

.home-news-heading .btn {
	flex: 0 0 auto;
}

.news-archive-hero {
	position: relative;
	z-index: 1;
	padding: 2.75rem 0;
	background:
		linear-gradient(135deg, rgba(120, 16, 20, 0.98), rgba(157, 21, 26, 0.9)),
		linear-gradient(45deg, transparent 48%, rgba(255, 255, 255, 0.05) 49%, rgba(255, 255, 255, 0.05) 51%, transparent 52%);
	background-size: auto, 36px 36px;
	color: #fff;
}

.news-article-header {
	position: relative;
	z-index: 1;
	padding: 4.5rem 0 3.5rem;
	background:
		linear-gradient(135deg, rgba(120, 16, 20, 0.98), rgba(157, 21, 26, 0.9)),
		linear-gradient(45deg, transparent 48%, rgba(255, 255, 255, 0.05) 49%, rgba(255, 255, 255, 0.05) 51%, transparent 52%);
	background-size: auto, 36px 36px;
	color: #fff;
}

.news-article-header--has-image {
	background-image:
		linear-gradient(135deg, rgba(18, 14, 13, 0.88), rgba(18, 14, 13, 0.58)),
		var(--news-article-image);
	background-position: center, center;
	background-repeat: no-repeat;
	background-size: cover;
}

.news-archive-heading {
	max-width: none;
}

.news-archive-hero .eyebrow,
.news-article-header .news-category {
	border-color: rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.news-archive-hero .eyebrow::before {
	background: #fff;
	box-shadow: 0 0 0 0.3rem rgba(255, 255, 255, 0.12);
}

.news-archive-hero .section-title,
.news-archive-hero .section-lead {
	color: #fff;
}

.news-archive-hero .section-title {
	font-size: clamp(2.6rem, 5vw, 4.7rem);
}

.news-archive-hero .section-lead {
	max-width: 42rem;
	opacity: 0.84;
}

.news-list-section {
	padding-top: 2.25rem;
}

.news-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin-bottom: 1.5rem;
}

.news-filters a {
	display: inline-flex;
	align-items: center;
	min-height: 2.5rem;
	padding: 0.45rem 0.9rem;
	border: 1px solid var(--line);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.76);
	color: var(--muted);
	font-size: 0.88rem;
	font-weight: 700;
	transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.news-filters a:hover,
.news-filters a:focus-visible,
.news-filters a.is-active {
	border-color: var(--brand);
	background: var(--brand);
	color: #fff;
}

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

.news-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--surface);
	box-shadow: var(--shadow);
	transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.news-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow-strong);
}

.news-card-media {
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: var(--brand-soft);
}

.news-card-media > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.news-card:hover .news-card-media > img {
	transform: scale(1.025);
}

.news-card-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 2rem;
	background:
		linear-gradient(135deg, rgba(157, 21, 26, 0.08), rgba(255, 255, 255, 0.74)),
		repeating-linear-gradient(45deg, transparent, transparent 12px, rgba(157, 21, 26, 0.03) 12px, rgba(157, 21, 26, 0.03) 24px);
}

.news-card-placeholder img {
	width: min(75%, 14rem);
	opacity: 0.72;
}

.news-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 1.2rem;
}

.news-card-meta,
.news-article-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.55rem 0.75rem;
	color: var(--muted);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.025em;
}

.news-category {
	display: inline-flex;
	align-items: center;
	min-height: 1.75rem;
	padding: 0.25rem 0.6rem;
	border-radius: 999px;
	background: var(--brand-soft);
	color: var(--brand-dark);
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.045em;
	text-transform: uppercase;
}

.news-card-title {
	margin: 0.85rem 0 0.65rem;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.25rem, 2vw, 1.55rem);
	line-height: 1.18;
	letter-spacing: -0.02em;
}

.news-card-title a {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.news-card-title a:hover,
.news-card-title a:focus-visible {
	color: var(--brand-dark);
}

.news-card-body > p {
	display: -webkit-box;
	overflow: hidden;
	margin: 0 0 1rem;
	color: var(--muted);
	font-size: 0.94rem;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.news-read-more {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin-top: auto;
	color: var(--brand-dark);
	font-size: 0.9rem;
	font-weight: 800;
}

.news-read-more span {
	transition: transform 0.2s ease;
}

.news-read-more:hover span,
.news-read-more:focus-visible span {
	transform: translateX(3px);
}

.news-empty {
	text-align: center;
}

.news-empty p {
	margin-bottom: 0;
	color: var(--muted);
}

.news-pagination {
	margin-top: 2rem;
}

.news-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.45rem;
}

.news-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.7rem;
	min-height: 2.7rem;
	padding: 0.45rem 0.75rem;
	border: 1px solid var(--line);
	border-radius: 999px;
	background: #fff;
	color: var(--muted);
	font-weight: 700;
}

.news-pagination .page-numbers.current,
.news-pagination a.page-numbers:hover,
.news-pagination a.page-numbers:focus-visible {
	border-color: var(--brand);
	background: var(--brand);
	color: #fff;
}

.news-article-header {
	padding-bottom: 4.5rem;
}

.news-article-header-inner {
	max-width: 920px;
}

.news-back-link {
	display: inline-flex;
	margin-bottom: 2rem;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.9rem;
	font-weight: 700;
}

.news-back-link:hover,
.news-back-link:focus-visible {
	color: #fff;
}

.news-article-meta {
	color: rgba(255, 255, 255, 0.76);
}

.news-article-header h1 {
	max-width: 18ch;
	margin: 1rem 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.45rem, 5.6vw, 4.9rem);
	font-weight: 400;
	line-height: 1.02;
	letter-spacing: -0.035em;
}

.news-article-summary {
	max-width: 760px;
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(1rem, 2vw, 1.2rem);
}

.news-article-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 280px;
	gap: 2rem;
	align-items: start;
	padding-top: 2rem;
	padding-bottom: 3rem;
}

.news-article-main {
	min-width: 0;
}

.news-article-image {
	margin: -4.2rem 0 2rem;
	overflow: hidden;
	border: 6px solid #fff;
	border-radius: var(--radius-lg);
	background: #fff;
	box-shadow: var(--shadow-strong);
}

.news-article-image img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.news-article-content {
	padding: clamp(1.3rem, 3vw, 2.25rem);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--surface);
	box-shadow: var(--shadow);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.08rem;
	line-height: 1.82;
}

.news-article-content > :first-child {
	margin-top: 0;
}

.news-article-content > :last-child {
	margin-bottom: 0;
}

.news-article-content h2,
.news-article-content h3,
.news-article-content h4 {
	margin: 1.7em 0 0.65em;
	color: var(--brand-dark);
	line-height: 1.2;
}

.news-article-content a {
	color: var(--brand-dark);
	text-decoration: underline;
	text-underline-offset: 0.16em;
}

.news-article-content blockquote {
	margin: 1.5rem 0;
	padding: 0.25rem 0 0.25rem 1.25rem;
	border-left: 4px solid var(--brand);
	color: var(--muted);
	font-style: italic;
}

.news-article-content img {
	border-radius: 14px;
}

.news-article-content > figure:first-child,
.news-article-content > .wp-block-image:first-child,
.news-article-content > p:first-child > img:only-child {
	margin-top: 0;
}

.news-article-aside {
	position: sticky;
	top: calc(var(--header-offset) + 1.5rem);
	display: grid;
	gap: 0.9rem;
	margin-top: 1rem;
	padding: 1.25rem;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--surface);
	box-shadow: var(--shadow);
}

.news-article-aside > span {
	color: var(--brand-dark);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.news-article-aside > strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.25rem;
	line-height: 1.3;
}

.news-article-aside .btn {
	margin-top: 0.25rem;
	font-size: 0.9rem;
}

.related-news {
	border-top: 1px solid var(--line);
	background: rgba(255, 255, 255, 0.3);
}

@media (max-width: 1100px) {
	.hero-grid,
	.split-layout,
	.contact-content,
	.footer-grid {
		grid-template-columns: 1fr;
	}

	.service-grid-compact {
		grid-template-columns: 1fr;
	}

	.about-values,
	.team-grid-compact,
	.contact-boxes,
	.field-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.service-highlights {
		grid-template-columns: 1fr;
	}

	.hero-copy {
		padding: 1.35rem;
	}

	.form-card {
		margin-top: 0;
	}

	.contact-card-email a {
		font-size: 0.8rem;
	}

	.contact-header {
		margin-bottom: 1.5rem;
	}

}

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

	.service-editorial-area {
		grid-template-columns: 1fr;
		row-gap: 1.5rem;
	}
}

@media (max-width: 800px) {
	:root {
		--header-offset: 88px;
	}

	.section {
		padding: 2.9rem 0;
	}

	.office-carousel-section {
		padding-top: 0.75rem;
	}

	.office-carousel {
		width: min(var(--container), calc(100% - 1rem));
		border-radius: 20px;
	}

	.office-carousel-track,
	.office-carousel-slide,
.office-carousel-slide > img {
		min-height: clamp(17rem, 78vw, 25rem);
	}

	.header-inner {
		padding: 0.75rem 0;
	}

	.brand img {
		max-width: 10rem;
		height: auto;
	}

	.header-actions {
		margin-left: auto;
		gap: 0.45rem;
	}

	.header-cta {
		display: inline-flex;
		min-height: 2.45rem;
		padding: 0.5rem 0.72rem;
		font-size: 0.84rem;
	}

	.menu-toggle {
		display: inline-flex;
		padding: 0.6rem 0.82rem;
		font-size: 0.9rem;
	}

	.site-nav {
		position: absolute;
		top: calc(100% + 0.5rem);
		right: 1rem;
		left: 1rem;
		display: none;
		padding: 0.75rem;
		border: 1px solid rgba(72, 49, 44, 0.12);
		border-radius: 20px;
		background: rgba(255, 255, 255, 0.98);
		box-shadow: var(--shadow-strong);
		margin-left: 0;
	}

	.site-nav.is-open {
		display: block;
	}

	.site-nav ul {
		flex-direction: column;
		align-items: stretch;
	}

	.site-nav a {
		justify-content: center;
	}

	.hero {
		padding-top: 1.6rem;
	}

	.hero-copy,
	.hero-side,
	.differential-card,
	.service-card,
	.team-card,
	.contact-card,
	.form-card {
		border-radius: 18px;
	}

	.form-card {
		margin-top: 0;
		padding: 0.9rem;
	}

	.hero-copy h1 {
		font-size: clamp(2.05rem, 9.5vw, 3.15rem);
	}

	.hero-side-top {
		flex-direction: column;
		align-items: flex-start;
	}

	.hero-actions,
	.hero-tags {
		gap: 0.5rem 0.75rem;
	}

	.hero-side-list-inline li {
		padding: 0.6rem 0.7rem;
	}

	.about-values,
	.team-grid-compact,
	.contact-boxes,
	.field-grid {
		grid-template-columns: 1fr;
	}

	.contact-card-social {
		grid-column: auto;
	}

	.contact-card-phone,
	.contact-card-email,
	.contact-card-website,
	.contact-card-address {
		min-height: auto;
	}

	.contact-card-email a {
		font-size: 0.8rem;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		word-break: normal;
		overflow-wrap: normal;
	}

	.contact-card-address span {
		font-size: 0.86rem;
		line-height: 1.32;
	}

	.contact-section {
		padding: 3rem 0;
	}

	.footer-socials {
		justify-items: start;
	}

	.social-links-inline {
		justify-content: flex-start;
	}

	.footer-address-right {
		max-width: none;
		margin-left: 0;
		text-align: left;
	}

	.whatsapp-fab {
		right: 1rem;
		bottom: 1rem;
		width: 3rem;
		height: 3rem;
	}

	.btn {
		width: 100%;
	}

	.header-actions .btn {
		width: auto;
	}

	.team-contact a {
		white-space: normal;
		overflow-wrap: anywhere;
	}

	.footer-links {
		gap: 0.5rem 0.8rem;
	}

	.footer-address {
		max-width: none;
		font-size: 0.86rem;
		line-height: 1.4;
	}

	.home-news-heading {
		align-items: flex-start;
		grid-template-columns: 1fr;
		flex-direction: column;
	}

	.news-archive-hero {
		padding: 2.25rem 0;
	}

	.news-article-header {
		padding: 3.2rem 0;
	}

	.news-article-layout {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.news-article-image {
		margin-top: -3.2rem;
		border-width: 4px;
		border-radius: 20px;
	}

	.news-article-aside {
		position: static;
		margin-top: 0;
	}
}

@media (max-width: 560px) {
	.office-carousel-controls {
		right: 0.65rem;
		bottom: 0.65rem;
		gap: 0.35rem;
	}

	.office-carousel-actions {
		right: 0.65rem;
		bottom: 3.65rem;
		left: 0.65rem;
		gap: 0.5rem;
	}

	.office-carousel-actions .btn {
		width: auto;
		min-height: 2.45rem;
		padding: 0.5rem 0.75rem;
		font-size: 0.84rem;
	}

	.office-carousel-button {
		width: 2.25rem;
		height: 2.25rem;
	}

	.hero-copy {
		padding: 1.25rem;
	}

	.hero-side {
		padding: 0.95rem;
	}

	.service-body,
	.form-card,
	.contact-card,
	.team-card,
	.differential-card {
		padding: 0.95rem;
	}

	.form-card {
		margin-top: 0;
		padding: 0.9rem;
	}

	.footer-address {
		align-items: flex-start;
	}

	.footer-address-icon {
		margin-top: 0.1rem;
	}

	.contact-form {
		gap: 0.75rem;
	}

	.field-grid {
		gap: 0.7rem;
	}

	.field {
		gap: 0.28rem;
	}

	.field input {
		min-height: 3rem;
		height: auto;
	}

	.field textarea {
		min-height: 7rem;
		height: 7rem;
	}

	.service-group-mini li {
		font-size: 0.92rem;
	}

	.service-group-mini ul {
		padding-left: 1rem;
	}

	.service-index ul {
		gap: 0.5rem;
	}

	.service-index li,
	.service-index a {
		width: 100%;
	}

	.service-index a {
		justify-content: center;
	}

	.service-editorial {
		margin-top: 2.5rem;
	}

	.service-editorial-area {
		padding-top: 2.5rem;
	}

	.news-grid {
		grid-template-columns: 1fr;
	}

	.news-card-body {
		padding: 1rem;
	}

	.news-article-header h1 {
		font-size: clamp(2.1rem, 11vw, 3.1rem);
	}

	.news-article-content {
		padding: 1.1rem;
		font-size: 1rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.office-carousel-track {
		transition-duration: 1ms;
	}
}
