/*
Theme Name: VS Law Blocksy Child
Theme URI: https://www.vslaw.gr/
Description: A tailored Blocksy child theme for Vlachakis | Sirigos Law Firm.
Author: VS Law Firm
Template: blocksy
Version: 1.3.0
Text Domain: vslaw
*/

:root {
	--vs-ink: #252525;
	--vs-green: #13201c;
	--vs-beige: #dfcbb9;
	--vs-beige-soft: #f0e5dc;
	--vs-stone: #cac7bf;
	--vs-line: #d8d8d4;
	--vs-white: #ffffff;
	--vs-gutter: clamp(22px, 4vw, 62px);
	--vs-radius: 999px;
	--vs-font: "Helvetica Neue", "Avenir Next", Helvetica, Arial, sans-serif;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--vs-white);
	color: var(--vs-ink);
	font-family: var(--vs-font);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.45;
}

body.vs-menu-open {
	overflow: hidden;
}

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

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

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

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

.vs-site-main,
.site-main,
.elementor,
.elementor-section-wrap,
.elementor-widget-html,
.elementor-widget-html .elementor-widget-container {
	width: 100%;
}

.vs-site-main {
	overflow: hidden;
}

.elementor-widget:not(:last-child) {
	margin-bottom: 0;
}

.vs-page.e-con,
.vs-page .e-con {
	--gap: 0px 0px;
	--row-gap: 0px;
	--column-gap: 0px;
}

.vs-page .e-grid {
	align-content: stretch;
}

.vs-page .elementor-widget {
	min-width: 0;
	margin: 0;
}

.vs-page .elementor-widget-heading .elementor-heading-title {
	margin: 0;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
}

.vs-page .elementor-widget-text-editor p {
	margin: 0;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
}

.elementor-widget-button.vs-button {
	align-self: flex-start;
	width: auto;
	min-height: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.elementor-widget-button.vs-button:hover {
	background: transparent;
}

.elementor-widget-button.vs-button .elementor-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 11px 24px;
	border: 1px solid var(--vs-line);
	border-radius: var(--vs-radius);
	background: transparent;
	color: var(--vs-ink);
	font-family: inherit;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.01em;
	transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.elementor-widget-button.vs-button .elementor-button:hover {
	background: var(--vs-green);
	border-color: var(--vs-green);
	color: var(--vs-white);
}

.vs-page {
	width: 100%;
	background: var(--vs-white);
}

.vs-header {
	position: relative;
	z-index: 900;
	display: grid;
	grid-template-columns: minmax(180px, 1fr) auto;
	align-items: center;
	min-height: 88px;
	padding: 16px var(--vs-gutter);
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid transparent;
}

.vs-logo {
	display: inline-flex;
	align-items: center;
	width: clamp(180px, 22vw, 260px);
}

.vs-logo img {
	width: 100%;
	height: auto;
}

.vs-header-actions {
	display: flex;
	align-items: center;
	gap: 12px;
}

.vs-lang-switcher {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 38px;
	padding: 0 4px;
	color: #888884;
	font-size: 12px;
	letter-spacing: 0.06em;
}

.vs-lang-switcher a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 29px;
	height: 29px;
	border-radius: 50%;
	transition: background-color 180ms ease, color 180ms ease;
}

.vs-lang-switcher a:hover,
.vs-lang-switcher a.is-active {
	background: var(--vs-ink);
	color: var(--vs-white);
}

.vs-pill,
.vs-menu-toggle,
.vs-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 11px 24px;
	border: 1px solid var(--vs-line);
	border-radius: var(--vs-radius);
	background: transparent;
	color: var(--vs-ink);
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.01em;
	transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.vs-pill-dark {
	background: var(--vs-ink);
	border-color: var(--vs-ink);
	color: var(--vs-white);
}

.vs-pill:hover,
.vs-menu-toggle:hover,
.vs-button:hover {
	background: var(--vs-green);
	border-color: var(--vs-green);
	color: var(--vs-white);
}

.vs-menu-toggle {
	padding-inline: 12px 0;
	border-color: transparent;
	cursor: pointer;
}

.vs-menu-toggle:hover {
	padding-inline: 16px;
}

.vs-nav-overlay {
	position: fixed;
	inset: 0;
	z-index: 1000;
	display: grid;
	grid-template-columns: minmax(280px, 0.85fr) 1.15fr;
	visibility: hidden;
	opacity: 0;
	background: var(--vs-green);
	color: var(--vs-white);
	transition: opacity 220ms ease, visibility 220ms ease;
}

.vs-nav-overlay[aria-hidden="false"] {
	visibility: visible;
	opacity: 1;
}

.vs-nav-panel {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: var(--vs-gutter);
	background: var(--vs-green);
}

.vs-nav-art {
	min-height: 100%;
	background: url("assets/values.jpg") center / cover no-repeat;
}

.vs-nav-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.vs-nav-logo {
	width: min(250px, 58vw);
	filter: invert(1);
}

.vs-menu-close {
	width: 48px;
	height: 48px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 50%;
	background: transparent;
	color: var(--vs-white);
	cursor: pointer;
	font-size: 24px;
}

.vs-nav-links {
	display: grid;
	gap: 8px;
	margin: 60px 0;
}

.vs-nav-links a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	font-size: clamp(34px, 5vw, 72px);
	font-weight: 300;
	line-height: 1.05;
}

.vs-nav-links a::after {
	content: "↗";
	font-size: 0.45em;
}

.vs-nav-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
}

.vs-hero-copy {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	align-items: end;
	gap: 40px;
	min-height: 235px;
	padding: 70px var(--vs-gutter) 35px;
	border-bottom: 1px solid var(--vs-line);
}

.vs-kicker {
	margin: 0 0 18px;
	font-size: 14px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.vs-display {
	margin: 0;
	font-size: clamp(58px, 8.5vw, 136px);
	font-weight: 300;
	letter-spacing: -0.055em;
	line-height: 0.88;
}

.vs-display .elementor-heading-title,
.vs-title .elementor-heading-title {
	color: inherit;
	font: inherit;
	letter-spacing: inherit;
}

.vs-display-medium {
	font-size: clamp(52px, 7vw, 105px);
}

.vs-title {
	margin: 0;
	font-size: clamp(46px, 6vw, 92px);
	font-weight: 300;
	letter-spacing: -0.045em;
	line-height: 0.95;
}

.vs-subtitle {
	margin: 0;
	max-width: 560px;
	font-size: clamp(24px, 2.5vw, 38px);
	font-weight: 300;
	line-height: 1.15;
}

.vs-subtitle p,
.vs-lead p,
.vs-copy p {
	margin: 0;
	color: inherit;
	font: inherit;
}

.vs-lead {
	margin: 0;
	font-size: clamp(23px, 2.15vw, 35px);
	font-weight: 300;
	line-height: 1.2;
}

.vs-copy {
	margin: 0;
	font-size: clamp(17px, 1.45vw, 22px);
	line-height: 1.5;
}

.vs-hero-image {
	width: 100%;
	height: clamp(480px, 64vw, 860px);
	object-fit: cover;
}

.elementor-widget-image.vs-hero-image .elementor-widget-container,
.elementor-widget-image.vs-values-image .elementor-widget-container,
.elementor-widget-image.vs-content-image .elementor-widget-container,
.vs-profile-hero > .elementor-widget-image .elementor-widget-container {
	height: 100%;
}

.elementor-widget-image.vs-hero-image img,
.elementor-widget-image.vs-values-image img,
.elementor-widget-image.vs-content-image img,
.vs-profile-hero > .elementor-widget-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vs-intro-label {
	padding: 60px var(--vs-gutter) 30px;
	border-bottom: 1px solid var(--vs-line);
}

.vs-intro-label h2 {
	margin: 0;
	font-size: clamp(34px, 4vw, 56px);
	font-weight: 300;
	line-height: 1.1;
}

.vs-stats {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	min-height: 430px;
	border-bottom: 1px solid var(--vs-line);
}

.vs-stat {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: 34px 20px;
	border-right: 1px solid var(--vs-line);
}

.vs-stat:nth-child(even) {
	justify-content: flex-end;
	padding-bottom: 62px;
}

.vs-stat:last-child {
	border-right: 0;
}

.vs-stat strong {
	display: block;
	margin-bottom: 12px;
	font-size: clamp(42px, 5vw, 72px);
	font-weight: 300;
	letter-spacing: -0.04em;
	line-height: 1;
}

.vs-stat > .vs-native-strong {
	display: block;
	margin-bottom: 12px;
	font-size: clamp(42px, 5vw, 72px);
	font-weight: 300;
	letter-spacing: -0.04em;
	line-height: 1;
}

.vs-tag {
	display: inline-flex;
	width: fit-content;
	max-width: 100%;
	padding: 4px 12px;
	border: 1px solid var(--vs-line);
	border-radius: var(--vs-radius);
	font-size: 12px;
	line-height: 1;
}

.vs-tag p,
.vs-service-number p,
.vs-area-index p {
	margin: 0;
	color: inherit;
	font: inherit;
}

.vs-split-feature {
	display: grid;
	grid-template-columns: minmax(280px, 0.8fr) 1.2fr;
	min-height: 370px;
	border-bottom: 1px solid var(--vs-line);
}

.vs-split-title {
	padding: 44px var(--vs-gutter);
	background: var(--vs-beige);
	color: var(--vs-white);
}

.vs-split-title h2 {
	margin: 0;
	font-size: clamp(34px, 4vw, 58px);
	font-weight: 300;
}

.vs-split-body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 26px;
	padding: 50px var(--vs-gutter);
}

.vs-dot {
	display: inline-block;
	width: 30px !important;
	height: 30px;
	min-height: 30px !important;
	border-radius: 50%;
	background: var(--vs-ink);
}

.vs-services {
	padding: 92px var(--vs-gutter);
}

.vs-section-head {
	display: flex;
	flex-direction: row;
	align-items: end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 52px;
}

.vs-section-head > .elementor-widget {
	width: auto;
}

.vs-section-head h2 {
	margin: 0;
	font-size: clamp(46px, 6vw, 86px);
	font-weight: 300;
	letter-spacing: -0.045em;
	line-height: 0.95;
}

.vs-section-head p {
	max-width: 520px;
	margin: 0;
}

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

.vs-service-card {
	position: relative;
	min-height: 330px;
	padding: 30px;
	border-right: 1px solid var(--vs-line);
	border-bottom: 1px solid var(--vs-line);
	transition: background-color 180ms ease, color 180ms ease;
}

.vs-service-card:hover {
	background: var(--vs-green);
	color: var(--vs-white);
}

.vs-service-number {
	display: block;
	margin-bottom: 90px;
	font-size: 14px;
}

.vs-service-card h3 {
	margin: 0 0 18px;
	font-size: clamp(25px, 2.2vw, 34px);
	font-weight: 300;
	line-height: 1.08;
}

.vs-service-card p {
	margin: 0;
	font-size: 15px;
	line-height: 1.45;
}

.vs-values {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 720px;
	background: var(--vs-green);
	color: var(--vs-white);
}

.vs-values-copy {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 76px var(--vs-gutter);
}

.vs-values-copy h2 {
	margin: 0 0 24px;
	font-size: clamp(50px, 6.5vw, 94px);
	font-weight: 300;
	letter-spacing: -0.05em;
	line-height: 0.95;
}

.vs-values-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
	margin-top: 64px;
}

.vs-values-list span {
	padding: 14px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	font-size: 22px;
}

.vs-values-list > .elementor-widget-text-editor {
	padding: 14px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	font-size: 22px;
}

.vs-values-image {
	width: 100%;
	height: 100%;
	min-height: 720px;
	object-fit: cover;
}

.vs-team {
	padding: 92px var(--vs-gutter);
}

.vs-team-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.vs-person {
	position: relative;
	background: var(--vs-beige-soft);
	border: 1px solid var(--vs-line);
}

.vs-person img {
	width: 100%;
	aspect-ratio: 3 / 4;
	object-fit: cover;
}

.vs-person-meta {
	position: absolute;
	top: 18px;
	left: 18px;
	right: 18px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: auto !important;
	gap: 10px;
	padding: 8px 14px;
	border-radius: var(--vs-radius);
	background: var(--vs-ink);
	color: var(--vs-white);
	font-size: 13px;
}

.vs-person-meta > .elementor-widget-text-editor {
	width: auto;
}

.vs-person-meta > .elementor-widget-text-editor p {
	margin: 0;
	color: inherit;
	font: inherit;
}

.vs-person-copy {
	padding: 24px;
	background: var(--vs-white);
}

.vs-person-copy p {
	margin: 0;
	font-size: 15px;
}

.vs-content-split {
	display: grid;
	grid-template-columns: 1fr minmax(300px, 0.38fr);
	min-height: 650px;
	border-top: 1px solid var(--vs-line);
	border-bottom: 1px solid var(--vs-line);
}

.vs-content-main {
	padding: 90px var(--vs-gutter);
}

.vs-content-main h2 {
	margin: 0 0 48px;
	font-size: clamp(48px, 6vw, 82px);
	font-weight: 300;
	letter-spacing: -0.045em;
	line-height: 1;
}

.vs-content-image {
	width: 100%;
	height: 100%;
	min-height: 650px;
	object-fit: cover;
}

.vs-dark-split {
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	background: var(--vs-green);
	color: var(--vs-white);
}

.vs-dark-split > div {
	min-height: 560px;
	padding: 80px var(--vs-gutter);
}

.vs-dark-split h2 {
	margin: 0;
	font-size: clamp(50px, 6vw, 84px);
	font-weight: 300;
	line-height: 1;
}

.vs-dark-split .vs-dark-copy {
	background: var(--vs-white);
	color: var(--vs-ink);
}

.vs-careers {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 540px;
}

.vs-careers > div {
	padding: 80px var(--vs-gutter);
}

.vs-careers-title {
	background: var(--vs-beige);
	color: var(--vs-white);
}

.vs-careers h2 {
	margin: 0 0 22px;
	font-size: clamp(48px, 6vw, 86px);
	font-weight: 300;
	line-height: 0.95;
}

.vs-quote {
	display: grid;
	place-items: center;
	min-height: 420px;
	padding: 80px var(--vs-gutter);
	text-align: center;
	background: url("assets/team-wide.jpg") center / cover no-repeat;
}

.vs-quote blockquote {
	max-width: 900px;
	margin: 0;
	padding: 36px;
	background: rgba(255, 255, 255, 0.88);
	font-size: clamp(32px, 4vw, 58px);
	font-weight: 300;
	line-height: 1.15;
	backdrop-filter: blur(8px);
}

.vs-quote .vs-blockquote {
	max-width: 900px;
	margin: 0;
	padding: 36px;
	background: rgba(255, 255, 255, 0.88);
	font-size: clamp(32px, 4vw, 58px);
	font-weight: 300;
	line-height: 1.15;
	backdrop-filter: blur(8px);
}

.vs-quote cite {
	display: block;
	margin-top: 22px;
	font-size: 14px;
	font-style: normal;
}

.vs-quote .vs-native-cite {
	display: block;
	margin-top: 22px;
	font-size: 14px;
	font-style: normal;
}

.vs-areas-hero {
	padding: 100px var(--vs-gutter) 70px;
	border-bottom: 1px solid var(--vs-line);
}

.vs-areas-intro {
	display: grid;
	grid-template-columns: 0.7fr 1.3fr;
	gap: 60px;
	padding: 70px var(--vs-gutter);
	border-bottom: 1px solid var(--vs-line);
}

.vs-areas-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.vs-area-card {
	display: grid;
	grid-template-columns: 90px 1fr;
	gap: 20px;
	min-height: 250px;
	padding: 38px;
	border-right: 1px solid var(--vs-line);
	border-bottom: 1px solid var(--vs-line);
	transition: background-color 180ms ease, color 180ms ease;
}

.vs-area-card:nth-child(even) {
	border-right: 0;
}

.vs-area-card:hover {
	background: var(--vs-green);
	color: var(--vs-white);
}

.vs-area-card .vs-area-index {
	font-size: 13px;
}

.vs-area-card h2 {
	margin: 0 0 20px;
	font-size: clamp(28px, 3vw, 44px);
	font-weight: 300;
	line-height: 1.05;
}

.vs-area-card p {
	margin: 0 0 28px;
	font-size: 15px;
}

.vs-text-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
}

.vs-area-card .vs-text-link {
	width: fit-content;
}

.elementor-widget-button.vs-text-link {
	width: auto;
}

.elementor-widget-button.vs-text-link .elementor-button {
	padding: 0;
	background: transparent;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.vs-text-link::after {
	content: "→";
}

.vs-practice-head {
	padding: 64px var(--vs-gutter) 40px;
	border-bottom: 1px solid var(--vs-line);
}

.vs-practice-head p {
	margin: 20px 0 0;
	font-size: clamp(23px, 2.5vw, 34px);
	font-weight: 300;
}

.vs-practice-intro {
	display: grid;
	grid-template-columns: minmax(280px, 0.8fr) 1.2fr;
	min-height: 390px;
}

.vs-practice-intro-title {
	padding: 60px var(--vs-gutter);
	background: var(--vs-beige);
	color: var(--vs-white);
}

.vs-practice-intro-title h2 {
	margin: 0;
	font-size: clamp(40px, 4.5vw, 66px);
	font-weight: 300;
	line-height: 1.05;
}

.vs-practice-intro-copy {
	display: grid;
	grid-template-rows: 1fr auto;
}

.vs-practice-intro-copy > div {
	padding: 60px var(--vs-gutter);
}

.vs-practice-intro-copy .vs-practice-note {
	border-top: 1px solid var(--vs-line);
	font-size: 16px;
}

.vs-practice-services {
	margin-left: 20%;
	padding: 64px var(--vs-gutter);
	background: var(--vs-green);
	color: var(--vs-white);
}

.vs-practice-services h2 {
	margin: 0 0 52px;
	font-size: clamp(40px, 5vw, 66px);
	font-weight: 300;
}

.vs-practice-service-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px;
}

.vs-practice-service h3 {
	margin: 0 0 16px;
	font-size: clamp(26px, 2.8vw, 40px);
	font-weight: 300;
}

.vs-practice-service p {
	margin: 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 15px;
}

.vs-attorneys-block {
	padding: 100px var(--vs-gutter);
}

.vs-attorneys-block h2,
.vs-faq h2 {
	margin: 0 0 50px;
	font-size: clamp(42px, 5vw, 70px);
	font-weight: 300;
}

.vs-attorneys-inline {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 420px));
	gap: 20px;
	justify-content: center;
}

.vs-attorneys-inline .vs-person:only-child {
	grid-column: 1 / -1;
	width: min(100%, 420px);
	justify-self: center;
}

.vs-faq {
	padding: 80px var(--vs-gutter) 100px;
	border-top: 1px solid var(--vs-line);
}

.vs-faq-row {
	display: grid;
	grid-template-columns: 0.65fr 1.35fr;
	gap: 50px;
	padding: 42px 0;
	border-top: 1px solid var(--vs-line);
	border-bottom: 1px solid var(--vs-line);
}

.vs-faq-row h3 {
	margin: 0;
	font-size: clamp(26px, 3vw, 40px);
	font-weight: 300;
	line-height: 1.15;
}

.vs-faq-row p {
	margin: 0;
}

.vs-profile-hero {
	display: grid;
	grid-template-columns: 1fr 0.75fr;
	min-height: 720px;
	border-bottom: 1px solid var(--vs-line);
}

.vs-profile-copy {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 80px var(--vs-gutter);
}

.vs-profile-copy h1 {
	margin: 0 0 22px;
	font-size: clamp(62px, 8vw, 120px);
	font-weight: 300;
	letter-spacing: -0.055em;
	line-height: 0.9;
}

.vs-profile-copy p {
	margin: 0;
	font-size: clamp(22px, 2.5vw, 36px);
	font-weight: 300;
}

.vs-profile-hero img {
	width: 100%;
	height: 100%;
	min-height: 720px;
	object-fit: cover;
}

.vs-profile-body {
	display: grid;
	grid-template-columns: 0.6fr 1.4fr;
	gap: 60px;
	padding: 90px var(--vs-gutter);
}

.vs-profile-body h2 {
	margin: 0;
	font-size: clamp(38px, 4vw, 60px);
	font-weight: 300;
}

.vs-profile-body p {
	margin-top: 0;
	font-size: 20px;
	line-height: 1.55;
}

.vs-contact {
	display: grid;
	grid-template-columns: 0.72fr 1.28fr;
	background: var(--vs-green);
	color: var(--vs-white);
}

.vs-contact-info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 680px;
	padding: 70px var(--vs-gutter);
	border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.vs-contact-info img {
	width: min(270px, 75%);
	filter: invert(1);
}

.vs-office h3 {
	margin: 0 0 18px;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.vs-office p {
	margin: 0 0 7px;
}

.vs-contact-form-wrap {
	padding: 70px var(--vs-gutter);
	background: var(--vs-white);
	color: var(--vs-ink);
}

.vs-contact-form-wrap h2 {
	max-width: 760px;
	margin: 0 0 54px;
	font-size: clamp(44px, 5.5vw, 78px);
	font-weight: 300;
	letter-spacing: -0.045em;
	line-height: 0.98;
}

.vs-form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px 22px;
}

.vs-field {
	display: grid;
	gap: 8px;
}

.vs-field-full {
	grid-column: 1 / -1;
}

.vs-field label {
	font-size: 13px;
}

.vs-field input,
.vs-field select,
.vs-field textarea {
	width: 100%;
	padding: 12px 2px;
	border: 0;
	border-bottom: 1px solid var(--vs-line);
	border-radius: 0;
	outline: 0;
	background: transparent;
	color: var(--vs-ink);
}

.vs-field input:focus,
.vs-field select:focus,
.vs-field textarea:focus {
	border-color: var(--vs-ink);
}

.vs-field textarea {
	min-height: 120px;
	resize: vertical;
}

.vs-form-submit {
	grid-column: 1 / -1;
	justify-self: start;
	padding-inline: 34px;
	background: var(--vs-ink);
	border-color: var(--vs-ink);
	color: var(--vs-white);
	cursor: pointer;
}

.vs-form-note {
	grid-column: 1 / -1;
	margin: 0;
	padding: 12px 16px;
	background: var(--vs-beige-soft);
	font-size: 14px;
}

.vs-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 22px var(--vs-gutter);
	background: var(--vs-green);
	color: rgba(255, 255, 255, 0.65);
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	font-size: 13px;
}

.vs-footer-links {
	display: flex;
	gap: 20px;
}

@media (max-width: 1024px) {
	.vs-stats {
		grid-template-columns: repeat(2, 1fr);
		min-height: auto;
	}

	.vs-stat {
		min-height: 240px;
		border-bottom: 1px solid var(--vs-line);
	}

	.vs-stat:nth-child(even) {
		justify-content: center;
		padding-bottom: 34px;
	}

	.vs-service-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.vs-values,
	.vs-content-split,
	.vs-careers,
	.vs-contact {
		grid-template-columns: 1fr;
	}

	.vs-content-image {
		height: 500px;
		min-height: 0;
	}

	.vs-contact-info {
		min-height: 410px;
	}

	.vs-profile-hero {
		grid-template-columns: 1fr 0.8fr;
		min-height: 600px;
	}
}

@media (max-width: 780px) {
	body.admin-bar .vs-header {
		top: 46px;
	}

	.vs-header {
		min-height: 70px;
		padding-block: 12px;
	}

	.vs-logo {
		width: 174px;
	}

	.vs-header .vs-phone {
		display: none;
	}

	.vs-header .vs-consultation {
		min-height: 40px;
		padding: 9px 15px;
		font-size: 12px;
	}

	.vs-menu-toggle {
		font-size: 13px;
	}

	.vs-nav-overlay {
		grid-template-columns: 1fr;
	}

	.vs-nav-art {
		display: none;
	}

	.vs-hero-copy,
	.vs-split-feature,
	.vs-dark-split,
	.vs-areas-intro,
	.vs-practice-intro,
	.vs-faq-row,
	.vs-profile-hero,
	.vs-profile-body {
		grid-template-columns: 1fr;
	}

	.vs-hero-copy {
		gap: 34px;
		padding-top: 52px;
	}

	.vs-display {
		font-size: clamp(52px, 16vw, 78px);
	}

	.vs-hero-image {
		height: 64vh;
		min-height: 420px;
	}

	.vs-service-grid,
	.vs-team-grid,
	.vs-areas-grid,
	.vs-practice-service-grid,
	.vs-attorneys-inline {
		grid-template-columns: 1fr;
	}

	.vs-service-card {
		min-height: 270px;
	}

	.vs-service-number {
		margin-bottom: 60px;
	}

	.vs-values-image {
		min-height: 470px;
	}

	.vs-team-grid {
		gap: 26px;
	}

	.vs-dark-split > div,
	.vs-careers > div {
		min-height: auto;
	}

	.vs-area-card {
		grid-template-columns: 60px 1fr;
		border-right: 0;
	}

	.vs-practice-services {
		margin-left: 0;
	}

	.vs-profile-hero img {
		height: 66vh;
		min-height: 500px;
	}

	.vs-profile-hero > .elementor-widget-image {
		order: -1;
		height: 66vh;
		min-height: 500px;
	}

	.vs-profile-copy {
		padding-block: 64px;
	}

	.vs-form {
		grid-template-columns: 1fr;
	}

	.vs-field-full,
	.vs-form-submit,
	.vs-form-note {
		grid-column: auto;
	}
}

@media (max-width: 520px) {
	.vs-header-actions {
		gap: 5px;
	}

	.vs-header .vs-consultation {
		display: none;
	}

	.vs-stats {
		grid-template-columns: 1fr !important;
	}

	.vs-stat {
		min-height: 180px;
		border-right: 0;
	}

	.vs-section-head {
		align-items: flex-start;
		flex-direction: column;
	}

	.vs-values-list {
		grid-template-columns: 1fr !important;
	}

	.vs-area-card {
		grid-template-columns: 1fr !important;
	}

	.vs-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
	}
}

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