/*
Theme Name: VMC Federal
Theme URI: https://www.vmcfederal.com.au/
Author: VMC Federal Chapter
Author URI: https://www.vmcfederal.com.au/
Description: A streamlined responsive WordPress theme for Veterans MC Federal Chapter with a solid black header, logo above the menu, editable menus, clean mobile navigation, Helltown H1/H2 headings, white body text, controlled image sizing, auto-scaling media cards, Contact Form 7 styling, map card fixes, footer legal links, square social PNG icons and no eyebrow line markers.
Version: 1.5.6
Requires at least: 5.8
Tested up to: 6.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vmc-federal-theme
Tags: custom-logo, custom-menu, featured-images, responsive-layout, static-front-page
*/

@font-face {
	font-family: 'Helltown';
	src: url('assets/fonts/Helltown.woff2') format('woff2'),
		 url('assets/fonts/Helltown.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

:root {
--vmc-black: #000000;
--vmc-black-soft: #050505;
--vmc-panel: #101010;
--vmc-panel-2: #171717;
--vmc-yellow: #f1e803;
--vmc-yellow-soft: rgba(241, 232, 3, 0.14);
--vmc-yellow-line: rgba(241, 232, 3, 0.46);
--vmc-white: #ffffff;
--vmc-text: #ffffff;
--vmc-muted: #e6e6e6;
--vmc-border: rgba(241, 232, 3, 0.25);
--vmc-border-strong: rgba(241, 232, 3, 0.54);
--vmc-wrap: 1180px;
--vmc-wide-wrap: 1280px;
--vmc-pad: clamp(18px, 2.6vw, 36px);
--vmc-gap: clamp(18px, 2.5vw, 30px);
--vmc-radius-xl: 24px;
--vmc-radius-lg: 18px;
--vmc-radius-md: 14px;
--font-display: 'Helltown', Impact, Haettenschweiler, 'Arial Black', sans-serif;
--font-body: Arial, Helvetica, sans-serif;
}

/* =========================================================
   RESET / BASE
   ========================================================= */

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

html {
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
}

html,
body {
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
}

body {
	margin: 0;
	padding: 0;
	min-width: 320px;
	background: var(--vmc-black);
	color: var(--vmc-white);
	font-family: var(--font-body);
	font-size: 18px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

img,
picture,
video,
canvas,
svg,
iframe {
	display: block;
	max-width: 100%;
}

img,
picture,
video,
canvas,
svg {
	width: auto;
	height: auto;
}

img {
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

iframe {
	border: 0;
}

a {
	color: var(--vmc-yellow);
	text-decoration: none;
	text-underline-offset: 0.18em;
}

a:hover,
a:focus-visible {
	color: var(--vmc-white);
}

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

button {
	cursor: pointer;
}

p,
li,
dd,
dt,
blockquote,
figcaption {
	color: var(--vmc-white);
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

p:last-child {
	margin-bottom: 0;
}

ul,
ol {
	margin-top: 0;
}

strong {
	font-weight: 900;
	color: var(--vmc-white);
}

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

.skip-link:focus {
	position: fixed;
	z-index: 99999;
	top: 12px;
	left: 12px;
	width: auto;
	height: auto;
	clip: auto;
	padding: 12px 16px;
	background: var(--vmc-yellow);
	color: #000;
	border-radius: 12px;
}

.site-wrap {
	width: min(calc(100% - 32px), var(--vmc-wrap));
	margin-inline: auto;
}

.site-wrap-wide,
.video-section-wrap,
.video-site-wrap {
	width: min(calc(100% - 32px), var(--vmc-wide-wrap));
	max-width: var(--vmc-wide-wrap);
	margin-inline: auto;
}

/* =========================================================
   HEADER / LOGO ABOVE MENU
   ========================================================= */

.site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: #000 !important;
	border-bottom: 1px solid var(--vmc-yellow-line);
	box-shadow: none !important;
	backdrop-filter: none !important;
}

.site-header::before,
.site-header::after,
.header-shell::before,
.header-shell::after,
.header-logo::before,
.header-logo::after,
.header-menu-bar::before,
.header-menu-bar::after {
	display: none !important;
	content: none !important;
}

.header-shell {
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
	justify-items: center;
	gap: 14px;
	padding: 16px 0 14px;
	background: #000 !important;
}

.header-logo {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #000 !important;
}

.brand {
	display: grid;
	justify-items: center;
	gap: 8px;
	color: var(--vmc-yellow);
	text-align: center;
	background: transparent;
}

.brand a,
.brand-fallback,
.custom-logo-link {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: inherit;
	text-decoration: none;
}

.brand-logo,
.custom-logo-link img,
.custom-logo {
	display: block;
	width: auto;
	max-width: min(250px, 82vw);
	max-height: 135px;
	height: auto;
	object-fit: contain;
	filter: none !important;
}

.brand-copy {
	display: grid;
	gap: 2px;
	text-align: center;
}

.brand-name {
	color: var(--vmc-yellow);
	font-family: var(--font-body);
	font-size: clamp(1rem, 1.8vw, 1.35rem);
	font-weight: 900;
	letter-spacing: 0.16em;
	line-height: 1.2;
	text-transform: uppercase;
	text-shadow: none !important;
}

.brand-tagline {
	color: var(--vmc-muted);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.2em;
	line-height: 1.3;
	text-transform: uppercase;
}

.header-menu-bar {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-height: 48px;
	background: #000 !important;
}

.site-nav {
	width: 100%;
	display: flex;
	justify-content: center;
	background: transparent !important;
}

.nav-menu,
.nav-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav-menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.nav-menu li {
	position: relative;
}

.nav-menu a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 10px 18px;
	border: 1px solid transparent;
	border-radius: 999px;
	color: var(--vmc-yellow);
	font-size: 0.95rem;
	font-weight: 900;
	letter-spacing: 0.06em;
	line-height: 1.2;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease, color 0.18s ease;
}

.nav-menu > li > a:hover,
.nav-menu > li > a:focus-visible,
.nav-menu > .current-menu-item > a,
.nav-menu > .current_page_item > a,
.nav-menu > .current-menu-ancestor > a {
	color: #000;
	background: var(--vmc-yellow);
	border-color: var(--vmc-yellow);
	transform: translateY(-1px);
}

.nav-menu .menu-item-has-children > a::after {
	content: '▾';
	display: inline-block;
	margin-left: 8px;
	font-size: 0.8em;
	line-height: 1;
}

.sub-menu {
	position: absolute;
	left: 50%;
	top: calc(100% + 10px);
	z-index: 1001;
	width: min(320px, calc(100vw - 32px));
	padding: 12px;
	background: #000;
	border: 1px solid var(--vmc-yellow-line);
	border-radius: 18px;
	opacity: 0;
	visibility: hidden;
	transform: translate(-50%, 10px);
	transition: opacity 0.16s ease, visibility 0.16s ease, transform 0.16s ease;
}

.sub-menu::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: -12px;
	height: 12px;
}

.nav-menu li:hover > .sub-menu,
.nav-menu li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, 0);
}

.sub-menu a {
	width: 100%;
	min-height: 46px;
	justify-content: flex-start;
	padding: 12px 14px;
	border-radius: 12px;
	color: var(--vmc-yellow);
	white-space: normal;
}

.sub-menu a:hover,
.sub-menu a:focus-visible,
.sub-menu .current-menu-item > a {
	color: #000;
	background: var(--vmc-yellow);
}

.menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 46px;
	padding: 10px 18px;
	border: 1px solid var(--vmc-yellow-line);
	border-radius: 999px;
	background: #000;
	color: var(--vmc-yellow);
	cursor: pointer;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.menu-toggle-bars {
	display: grid;
	gap: 4px;
}

.menu-toggle-bars span {
	display: block;
	width: 22px;
	height: 2px;
	background: currentColor;
	border-radius: 999px;
	transition: transform 0.18s ease, opacity 0.18s ease;
}

.nav-is-open .menu-toggle-bars span:nth-child(1) {
	transform: translateY(6px) rotate(45deg);
}

.nav-is-open .menu-toggle-bars span:nth-child(2) {
	opacity: 0;
}

.nav-is-open .menu-toggle-bars span:nth-child(3) {
	transform: translateY(-6px) rotate(-45deg);
}

/* =========================================================
   TYPOGRAPHY
   ========================================================= */

h1,
h2 {
	margin: 0 0 18px;
	color: #050505;
	font-family: var(--font-display);
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 0.95;
	text-transform: uppercase;
	text-align: inherit;
	text-shadow:
		0 0 5px var(--vmc-yellow),
		0 0 12px rgba(241, 232, 3, 0.9),
		0 0 24px rgba(241, 232, 3, 0.54);
	-webkit-text-stroke: 1px rgba(241, 232, 3, 0.88);
}

h1 {
	font-size: clamp(2.8rem, 7vw, 6.2rem);
}

h2 {
	font-size: clamp(2.1rem, 4.8vw, 4.4rem);
}

h3,
h4,
h5,
h6 {
	margin: 0 0 12px;
	color: var(--vmc-yellow);
	font-family: var(--font-body);
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1.2;
	text-transform: uppercase;
}

.lead {
	color: var(--vmc-white);
	font-size: clamp(1.05rem, 1.8vw, 1.28rem);
	line-height: 1.75;
}
.centered {
	text-align: center;
	margin-inline: auto;
}

.centered .eyebrow {
	text-align: center;
}

/* =========================================================
   HERO
   ========================================================= */

.hero-title-section {
	background: #000;
	padding: clamp(2rem, 4vw, 4rem) 0 clamp(1.2rem, 2.5vw, 2rem);
	text-align: center;
	overflow: hidden;
}

.hero-title-site-wrap {
	display: block;
	text-align: center;
}

.hero-title-above-image {
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	line-height: 0.95;
	letter-spacing: 0.08em;
}

.hero-title-above-image span {
	display: block;
	text-align: center;
}

.hero-title-above-image span:first-child {
	margin-bottom: 0.15em;
}

.hero-lead-centered {
	max-width: 900px;
	margin: 1.25rem auto 0;
	text-align: center;
	color: var(--vmc-white);
	font-weight: 700;
}

.hero {
	position: relative;
	min-height: clamp(340px, 52vh, 560px);
	display: grid;
	align-items: center;
	padding: clamp(52px, 8vw, 104px) 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-bottom: 1px solid var(--vmc-border);
	isolation: isolate;
}

.hero-clean::before,
.hero-clean::after,
.hero-image-only::before,
.hero-image-only::after {
	display: none !important;
	content: none !important;
}

.hero-image-only {
	min-height: clamp(260px, 38vw, 520px);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 0;
}

.hero-image-spacer {
	min-height: inherit;
}

.hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: var(--vmc-gap);
	align-items: center;
}

.hero-panel {
	max-width: 820px;
	padding: clamp(12px, 3vw, 28px) 0;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

/* =========================================================
   SECTIONS / GRIDS / CARDS
   ========================================================= */

.section,
.page-hero,
.page-content-wrap {
	padding: clamp(48px, 7vw, 88px) 0;
}

.section + .section,
.page-content-wrap + .section {
	border-top: 1px solid var(--vmc-border);
}

.section-dark {
	background: #050505;
}

.section-header {
	max-width: 880px;
	margin-bottom: var(--vmc-gap);
}

.section-header.centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.split-section {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.85fr);
	gap: var(--vmc-gap);
	align-items: start;
}

.grid {
	display: grid;
	gap: var(--vmc-gap);
}

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

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

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

.card,
.media-card,
.article-card,
.editor-content,
.feature-list,
.page-content-wrap .site-wrap > article {
	padding: clamp(20px, 2.5vw, 30px);
	border: 1px solid var(--vmc-border);
	border-radius: var(--vmc-radius-xl);
	background: linear-gradient(180deg, rgba(17, 17, 17, 0.96), rgba(7, 7, 7, 0.98));
	color: var(--vmc-white);
	min-width: 0;
}

.card h3,
.media-card h3 {
	font-size: clamp(1.15rem, 2vw, 1.45rem);
}

.card p,
.media-card p,
.editor-content p,
.article-card p,
.feature-list p,
.feature-item span {
	color: var(--vmc-white);
}

.feature-list {
	display: grid;
	gap: 16px;
}

.feature-item {
	display: grid;
	gap: 5px;
	padding: 18px;
	border: 1px solid var(--vmc-border);
	border-radius: var(--vmc-radius-lg);
	background: #090909;
}

.feature-item strong {
	color: var(--vmc-yellow);
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

/* =========================================================
   CONTROLLED / STREAMLINED IMAGE SIZING
   ========================================================= */

/*
   Keep image assets responsive without letting large uploads dominate the page.
   Logos, hero backgrounds, maps and social icons are controlled separately below.
*/
.card-image,
.supporter-card-image,
.image-feature-card-img,
.story-card-image,
.wp-block-image img,
.featured-image img,
.article-card > img,
.article-card img,
.editor-content img,
.entry-content img,
.media-card img,
.card img {
	display: block;
	width: auto;
	max-width: min(100%, 760px);
	max-height: 430px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	border-radius: var(--vmc-radius-lg);
	border: 1px solid var(--vmc-border);
	object-fit: contain;
	object-position: center;
}

.card-image,
.supporter-card-image,
.image-feature-card-img,
.story-card-image {
	width: 100%;
	max-width: 760px;
	margin: 0 auto 1.2rem;
}

.story-card-image-bottom {
	margin-top: 1.2rem;
	margin-bottom: 0;
}

.image-feature-card {
	max-width: 880px;
	margin-inline: auto;
	text-align: center;
}

.image-feature-card-img {
	max-width: 740px;
	max-height: 400px;
}

.wp-block-image {
	max-width: 100%;
	margin: 0 0 var(--vmc-gap);
}

.wp-block-image img {
	margin-inline: auto;
}

.wp-block-image img.size-full,
.entry-content img.size-full,
.editor-content img.size-full {
	max-width: min(100%, 820px);
	max-height: 460px;
	object-fit: contain;
}

/* Do not apply content image restrictions to logos or small social assets. */
.brand-logo,
.custom-logo-link img,
.custom-logo,
.footer-logo,
.vmc-social-icon img {
	border: 0;
	border-radius: 0;
	object-fit: contain;
}


/* Final image safeguards for very large uploaded files. */
@media (max-width: 920px) {
	.card-image,
	.supporter-card-image,
	.image-feature-card-img,
	.story-card-image,
	.wp-block-image img,
	.featured-image img,
	.article-card img,
	.editor-content img,
	.entry-content img,
	.media-card img,
	.card img {
		max-width: 100%;
		max-height: 340px;
	}

	.vmc-image {
		max-height: 300px;
	}
}

@media (max-width: 560px) {
	.card-image,
	.supporter-card-image,
	.image-feature-card-img,
	.story-card-image,
	.wp-block-image img,
	.featured-image img,
	.article-card img,
	.editor-content img,
	.entry-content img,
	.media-card img,
	.card img {
		max-height: 260px;
	}

	.vmc-image {
		max-height: 250px;
	}
}

/* =========================================================
   LINKS / PLACEHOLDERS
   ========================================================= */

.card-hyperlink {
	display: grid;
	gap: 16px;
	color: inherit;
	text-decoration: none;
}

.card-hyperlink:hover,
.card-hyperlink:focus-visible {
	color: inherit;
}

.text-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	margin-top: 8px;
	padding: 10px 16px;
	border: 1px solid var(--vmc-yellow-line);
	border-radius: 999px;
	color: var(--vmc-yellow);
	font-weight: 900;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.text-link:hover,
.text-link:focus-visible {
	background: var(--vmc-yellow);
	color: #000;
}

.placeholder-box,
.image-placeholder {
	min-height: clamp(150px, 24vw, 240px);
	display: grid;
	place-items: center;
	margin-bottom: 22px;
	border: 2px dashed var(--vmc-yellow-line);
	border-radius: var(--vmc-radius-lg);
	background: #050505;
	color: var(--vmc-white);
	font-weight: 900;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
}

/* =========================================================
   SEPARATE RESPONSIVE VIDEO CARDS
   ========================================================= */

.video-section,
.video-hero-section {
	background: #000;
	padding: clamp(2.5rem, 5vw, 4.8rem) 0;
}

.video-card-grid,
.video-large-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(320px, 1fr));
	gap: clamp(1.2rem, 2.5vw, 2.4rem);
	align-items: stretch;
	width: 100%;
	margin: clamp(1.5rem, 3vw, 2.5rem) auto 0;
}

.video-card,
.video-large-card {
	width: 100%;
	min-width: 0;
	padding: clamp(1rem, 2vw, 1.5rem);
	background: #050505;
	border: 1px solid rgba(241, 232, 3, 0.35);
	border-radius: 24px;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
	box-sizing: border-box;
}

.video-card-inner {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	height: 100%;
}

.video-card-title {
	margin: 0;
	text-align: center;
	letter-spacing: 0.06em;
}

.responsive-video-frame,
.youtube-frame-large {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #000;
	border-radius: 18px;
}

.responsive-video-frame iframe,
.youtube-frame-large iframe {
	position: absolute;
	inset: 0;
	display: block;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}

/* =========================================================
   FEATURE STORY / RICHARD NORDEN CARD
   ========================================================= */

.centered-story-card,
.feature-story-card {
	text-align: center;
}

.feature-story-title {
	text-align: center;
	margin: 0 auto 1.5rem;
	letter-spacing: 0.08em;
}

.centered-story-card p,
.feature-story-card p {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	color: var(--vmc-white);
}

/* =========================================================
   BOTTOM IMAGE CARD / RISE ABOVE CBR
   ========================================================= */

.image-feature-card {
	max-width: 880px;
	margin-inline: auto;
	text-align: center;
}

.image-feature-card p {
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
	color: var(--vmc-white);
}

/* =========================================================
   EDITOR CONTENT
   ========================================================= */

.editor-content {
	color: var(--vmc-white);
}

.editor-content > * + *,
.entry-content > * + * {
	margin-top: 1.15em;
}

.editor-content .wp-block-columns,
.entry-content .wp-block-columns {
	gap: var(--vmc-gap);
}

.wp-block-embed,
.wp-block-video,
.wp-block-gallery,
.wp-block-group,
.wp-block-cover,
.wp-block-table,
.wp-block-buttons,
.wp-block-columns,
.wp-block-media-text {
	margin-top: var(--vmc-gap);
	margin-bottom: var(--vmc-gap);
}

.wp-block-group,
.wp-block-media-text,
.wp-block-cover {
	border-radius: var(--vmc-radius-lg);
}

.wp-block-table table {
	width: 100%;
	border-collapse: collapse;
	color: var(--vmc-white);
}

.wp-block-table th,
.wp-block-table td {
	padding: 14px;
	border: 1px solid var(--vmc-border);
}

/* =========================================================
   BUTTONS / FORMS
   ========================================================= */

.button,
.wp-block-button__link,
input[type='submit'] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 13px 22px;
	border: 1px solid var(--vmc-yellow);
	border-radius: 999px;
	background: var(--vmc-yellow);
	color: #000 !important;
	font-weight: 900;
	letter-spacing: 0.06em;
	line-height: 1.2;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.button:hover,
.button:focus-visible,
.wp-block-button__link:hover,
.wp-block-button__link:focus-visible,
input[type='submit']:hover,
input[type='submit']:focus-visible {
	transform: translateY(-2px);
	background: #fff600;
	color: #000 !important;
}

.button-secondary {
	background: #000;
	color: var(--vmc-yellow) !important;
}

.button-secondary:hover,
.button-secondary:focus-visible {
	background: var(--vmc-yellow);
	color: #000 !important;
}

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='url'],
input[type='search'],
textarea,
select {
	width: 100%;
	min-height: 48px;
	padding: 12px 14px;
	border: 1px solid var(--vmc-border);
	border-radius: 14px;
	background: #050505;
	color: var(--vmc-white);
}

textarea {
	min-height: 160px;
	resize: vertical;
}

label {
	display: inline-block;
	margin-bottom: 8px;
	color: var(--vmc-yellow);
	font-weight: 900;
}



/* =========================================================
   VMC CONTACT PAGE / CONTACT FORM 7
   Supports the Veterans MC Federal contact template and CF7:
   [contact-form-7 id="bbc9c14" title="Contact form 1"]
   ========================================================= */

.vmc-contact-page,
.vmc-contact-page * {
	box-sizing: border-box;
}

.vmc-contact-page {
	background: var(--vmc-black-soft);
	color: var(--vmc-yellow);
	overflow-x: hidden;
}

.vmc-contact-page a {
	color: inherit;
}

.vmc-wrap {
	width: min(1180px, calc(100% - 32px));
	margin-inline: auto;
}

.vmc-contact-page .vmc-hero {
	position: relative;
	min-height: 520px;
	display: flex;
	align-items: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}

.vmc-contact-page .vmc-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		radial-gradient(circle at 20% 20%, rgba(241, 232, 3, 0.16), transparent 32%),
		linear-gradient(90deg, rgba(0, 0, 0, 0.96), rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.96));
}

.vmc-contact-page .vmc-hero-inner {
	position: relative;
	z-index: 2;
	max-width: 780px;
	padding: 90px 0;
}

.vmc-eyebrow {
	display: inline-block;
	margin-bottom: 16px;
	color: var(--vmc-yellow);
	font-family: var(--font-body);
	font-size: 0.85rem;
	font-weight: 900;
	letter-spacing: 0.22em;
	line-height: 1.2;
	text-transform: uppercase;
	text-shadow: none;
	-webkit-text-stroke: 0;
}

.vmc-contact-page .vmc-hero h1,
.vmc-contact-page .vmc-section h2,
.vmc-contact-page .vmc-card h3 {
	margin: 0;
	color: #050505;
	font-family: var(--font-display);
	font-weight: 400;
	line-height: 0.95;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	text-shadow:
		0 0 5px var(--vmc-yellow),
		0 0 12px rgba(241, 232, 3, 0.9),
		0 0 24px rgba(241, 232, 3, 0.54);
	-webkit-text-stroke: 1px rgba(241, 232, 3, 0.88);
}

.vmc-contact-page .vmc-hero h1 {
	font-size: clamp(2.7rem, 7vw, 5.8rem);
}

.vmc-contact-page .vmc-hero p {
	max-width: 720px;
	margin: 24px 0 0;
	color: var(--vmc-white);
	font-size: clamp(1.05rem, 2vw, 1.35rem);
	line-height: 1.7;
}

.vmc-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 32px;
}

.vmc-button,
.vmc-form-box .wpcf7-submit,
.vmc-form-box input[type='submit'],
.vmc-form-box button[type='submit'] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-height: 50px;
	padding: 14px 24px;
	border: 1px solid var(--vmc-yellow);
	border-radius: 999px;
	background: var(--vmc-yellow);
	color: #000 !important;
	font-size: 0.95rem;
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	cursor: pointer;
	box-shadow: 0 10px 28px rgba(241, 232, 3, 0.16);
	transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.vmc-button:hover,
.vmc-button:focus-visible,
.vmc-form-box .wpcf7-submit:hover,
.vmc-form-box .wpcf7-submit:focus-visible,
.vmc-form-box input[type='submit']:hover,
.vmc-form-box input[type='submit']:focus-visible,
.vmc-form-box button[type='submit']:hover,
.vmc-form-box button[type='submit']:focus-visible {
	transform: translateY(-2px);
	background: var(--vmc-white);
	border-color: var(--vmc-white);
	color: #000 !important;
	box-shadow: 0 14px 34px rgba(255, 255, 255, 0.16);
}

.vmc-button.secondary {
	background: transparent;
	color: var(--vmc-yellow) !important;
	box-shadow: none;
}

.vmc-button.secondary:hover,
.vmc-button.secondary:focus-visible {
	background: var(--vmc-yellow);
	color: #000 !important;
}

.vmc-section {
	padding: clamp(46px, 7vw, 78px) 0;
}

.vmc-section.alt {
	background:
		linear-gradient(180deg, rgba(241, 232, 3, 0.06), transparent 38%),
		var(--vmc-black);
}

.vmc-section-header {
	max-width: 820px;
	margin-bottom: 34px;
}

.vmc-contact-page .vmc-section h2 {
	font-size: clamp(2rem, 5vw, 4rem);
}

.vmc-section-header p {
	margin: 18px 0 0;
	color: var(--vmc-white);
	font-size: 1.08rem;
	line-height: 1.75;
}

.vmc-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
	align-items: stretch;
}

.vmc-card {
	height: 100%;
	min-width: 0;
	border: 1px solid var(--vmc-border);
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
	box-shadow: 0 22px 60px rgba(0, 0, 0, 0.42);
	overflow: hidden;
}

.vmc-card-content {
	padding: clamp(24px, 4vw, 38px);
}

.vmc-contact-page .vmc-card h3 {
	font-size: clamp(1.45rem, 3vw, 2.2rem);
}

.vmc-card p,
.vmc-card li {
	color: var(--vmc-white);
	font-size: 1rem;
	line-height: 1.75;
}

.vmc-card ul {
	margin: 20px 0 0;
	padding-left: 20px;
}

.vmc-image {
	display: block;
	width: 100%;
	height: auto;
	max-height: 360px;
	object-fit: cover;
	object-position: center;
	background: #111;
	border: 0;
	border-radius: 0;
}

.vmc-image.small {
	max-height: 260px;
}

.vmc-card--map {
	display: flex;
	min-height: 100%;
	padding: 0;
}

.vmc-card--map .vmc-map {
	width: 100%;
	height: 100%;
	min-height: 360px;
	flex: 1 1 auto;
	border: 0;
	display: block;
	filter: grayscale(1) contrast(1.05);
}

.vmc-contact-list {
	display: grid;
	gap: 16px;
	margin-top: 22px;
}

.vmc-contact-item {
	padding: 18px;
	border: 1px solid rgba(241, 232, 3, 0.2);
	border-radius: 18px;
	background: rgba(0, 0, 0, 0.44);
}

.vmc-contact-item strong {
	display: block;
	margin-bottom: 5px;
	color: var(--vmc-yellow);
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.vmc-contact-item span,
.vmc-contact-item a {
	color: var(--vmc-white);
	text-decoration: none;
}

.vmc-form-box {
	padding: clamp(24px, 4vw, 38px);
	border: 1px solid var(--vmc-border);
	border-radius: 24px;
	background: #070707;
	box-shadow: 0 22px 60px rgba(0, 0, 0, 0.42);
}

.vmc-form-box p {
	margin: 0 0 18px;
}

.vmc-form-box label {
	display: block;
	margin-bottom: 8px;
	color: var(--vmc-yellow);
	font-weight: 900;
	line-height: 1.4;
}

.vmc-form-box input:not([type='checkbox']):not([type='radio']):not([type='submit']),
.vmc-form-box textarea,
.vmc-form-box select {
	width: 100%;
	min-height: 48px;
	margin-top: 8px;
	margin-bottom: 16px;
	padding: 12px 14px;
	border: 1px solid rgba(241, 232, 3, 0.32);
	border-radius: 12px;
	background: #000;
	color: var(--vmc-white);
	font-size: 1rem;
	line-height: 1.5;
	outline: none;
}

.vmc-form-box textarea {
	min-height: 160px;
	resize: vertical;
}

.vmc-form-box input:focus,
.vmc-form-box textarea:focus,
.vmc-form-box select:focus {
	border-color: var(--vmc-yellow);
	box-shadow: 0 0 0 3px rgba(241, 232, 3, 0.16);
}

.vmc-form-box input::placeholder,
.vmc-form-box textarea::placeholder {
	color: rgba(255, 255, 255, 0.48);
}

.vmc-fieldset,
.vmc-form-box fieldset {
	margin: 0 0 20px;
	padding: 18px;
	border: 1px solid var(--vmc-border);
	border-radius: 18px;
	background: rgba(0, 0, 0, 0.35);
}

.vmc-fieldset legend,
.vmc-form-box fieldset legend {
	padding: 0 8px;
	color: var(--vmc-yellow);
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.vmc-form-line,
.vmc-form-note,
.vmc-form-box fieldset p {
	margin: 0 0 14px;
	color: var(--vmc-white);
	line-height: 1.6;
}

.vmc-form-box .wpcf7 {
	width: 100%;
}

.vmc-form-box .wpcf7-form {
	margin: 0;
}

.vmc-form-box .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

.vmc-form-box .wpcf7-checkbox,
.vmc-form-box .wpcf7-radio {
	display: grid;
	gap: 12px;
	margin-top: 12px;
}

.vmc-form-box .wpcf7-list-item {
	display: block;
	margin: 0;
}

.vmc-form-box .wpcf7-list-item label {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 0;
	padding: 14px;
	border: 1px solid rgba(241, 232, 3, 0.22);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.04);
	color: var(--vmc-white);
	font-weight: 700;
	line-height: 1.5;
	text-transform: none;
	letter-spacing: normal;
	cursor: pointer;
}

.vmc-form-box .wpcf7-list-item label:hover {
	border-color: var(--vmc-border-strong);
	background: rgba(241, 232, 3, 0.07);
}

.vmc-form-box .wpcf7-list-item input[type='checkbox'],
.vmc-form-box .wpcf7-list-item input[type='radio'],
.vmc-form-box input[type='checkbox'],
.vmc-form-box input[type='radio'] {
	width: auto;
	min-width: 18px;
	height: 18px;
	min-height: auto;
	margin: 3px 0 0;
	padding: 0;
	accent-color: var(--vmc-yellow);
	transform: scale(1.12);
	flex: 0 0 auto;
}

.vmc-form-box .wpcf7-list-item-label {
	color: var(--vmc-white);
	line-height: 1.5;
}

.vmc-form-box .wpcf7-acceptance {
	display: block;
	margin: 16px 0;
}

.vmc-form-box .wpcf7-acceptance .wpcf7-list-item label {
	border-color: var(--vmc-border-strong);
	background: rgba(241, 232, 3, 0.08);
}

.vmc-form-box .wpcf7-not-valid-tip {
	display: block;
	margin-top: -8px;
	margin-bottom: 14px;
	color: var(--vmc-yellow);
	font-size: 0.92rem;
	font-weight: 800;
}

.vmc-form-box .wpcf7 form .wpcf7-response-output {
	margin: 18px 0 0;
	padding: 16px 18px;
	border: 1px solid var(--vmc-border-strong);
	border-radius: 16px;
	background: rgba(241, 232, 3, 0.1);
	color: var(--vmc-white);
	line-height: 1.6;
}

.vmc-form-box .wpcf7 form.invalid .wpcf7-response-output,
.vmc-form-box .wpcf7 form.unaccepted .wpcf7-response-output,
.vmc-form-box .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.08);
}

.vmc-form-box .wpcf7 form.sent .wpcf7-response-output {
	border-color: var(--vmc-border-strong);
	background: rgba(241, 232, 3, 0.12);
}

.vmc-form-box .wpcf7-spinner {
	margin-left: 12px;
	background-color: var(--vmc-yellow);
	opacity: 0.9;
}

@media (max-width: 920px) {
	.vmc-contact-page .vmc-hero {
		min-height: auto;
	}

	.vmc-contact-page .vmc-hero-inner {
		padding: 78px 0;
	}

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

	.vmc-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.vmc-button,
	.vmc-form-box .wpcf7-submit,
	.vmc-form-box input[type='submit'],
	.vmc-form-box button[type='submit'] {
		width: 100%;
	}

	.vmc-card--map,
	.vmc-card--map .vmc-map {
		min-height: 360px;
	}

	.vmc-image.small {
		max-height: 240px;
	}
}

@media (max-width: 560px) {
	.vmc-wrap {
		width: min(100% - 22px, 1180px);
	}

	.vmc-contact-page .vmc-hero-inner {
		padding: 70px 0;
	}

	.vmc-section {
		padding: 48px 0;
	}

	.vmc-card,
	.vmc-form-box {
		border-radius: 20px;
	}

	.vmc-card-content,
	.vmc-form-box {
		padding: 22px;
	}

	.vmc-fieldset,
	.vmc-form-box fieldset {
		padding: 16px;
	}

	.vmc-form-box .wpcf7-list-item label {
		padding: 13px;
	}
}

/* =========================================================
   PAGE / POST TEMPLATES
   ========================================================= */

.page-hero {
	background: linear-gradient(180deg, #050505, #0c0c0c);
	border-bottom: 1px solid var(--vmc-border);
}

.page-hero .site-wrap {
	max-width: 880px;
}

.page-content-wrap {
	background: #080808;
}

.article-card {
	max-width: 880px;
	margin-inline: auto;
}

.posts-list {
	display: grid;
	gap: var(--vmc-gap);
}

.page-links,
.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: var(--vmc-gap);
}

/* =========================================================
   FOOTER
   ========================================================= */

.site-footer {
	padding: clamp(42px, 6vw, 72px) 0 22px;
	background: #000;
	border-top: 1px solid var(--vmc-yellow-line);
	color: var(--vmc-white);
}

.footer-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
	gap: var(--vmc-gap);
	align-items: start;
}

.footer-brand,
.footer-navigation {
	min-width: 0;
}

.footer-logo-link {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	width: fit-content;
	margin-bottom: 16px;
	color: inherit;
	text-decoration: none;
}

.footer-logo {
	display: block;
	width: auto;
	max-width: min(165px, 70vw);
	max-height: 120px;
	height: auto;
	object-fit: contain;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.footer-title {
	margin-bottom: 8px;
	color: var(--vmc-yellow);
	font-size: clamp(1.5rem, 3vw, 2.3rem);
	font-weight: 900;
	letter-spacing: 0.12em;
	line-height: 1.2;
	text-transform: uppercase;
}

.footer-description,
.footer-blurb {
	max-width: 680px;
	color: var(--vmc-white);
}

.footer-navigation h3 {
	margin-bottom: 14px;
}

.footer-menu {
	display: grid;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-menu a {
	display: inline-flex;
	padding: 5px 0;
	color: var(--vmc-white);
	font-weight: 800;
	line-height: 1.35;
	text-decoration: none;
}

.footer-menu a:hover,
.footer-menu a:focus-visible {
	color: var(--vmc-yellow);
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.footer-socials {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-top: 18px;
}

.footer-social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 9px 14px;
	border: 1px solid var(--vmc-yellow-line);
	border-radius: 999px;
	color: var(--vmc-yellow);
	font-size: 0.9rem;
	font-weight: 900;
	letter-spacing: 0.06em;
	line-height: 1.2;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.footer-social-link:hover,
.footer-social-link:focus-visible {
	background: var(--vmc-yellow);
	color: #000;
	border-color: var(--vmc-yellow);
	transform: translateY(-2px);
}

.footer-bottom {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px 24px;
	margin-top: var(--vmc-gap);
	padding-top: 18px;
	border-top: 1px solid var(--vmc-border);
	color: var(--vmc-white);
	font-size: 0.9rem;
}

.footer-bottom p {
	margin: 0;
}

.footer-legal {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 12px 18px;
}

.footer-legal a {
	color: var(--vmc-yellow);
	font-size: 0.9rem;
	font-weight: 800;
	text-decoration: none;
}

.footer-legal a:hover,
.footer-legal a:focus-visible {
	color: var(--vmc-white);
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

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

@media (max-width: 920px) {
	body {
		font-size: 17px;
	}

	.site-wrap,
	.site-wrap-wide,
	.video-section-wrap,
	.video-site-wrap {
		width: min(calc(100% - 24px), var(--vmc-wide-wrap));
	}

	.header-shell {
		gap: 12px;
		padding: 12px 0;
	}

	.brand-logo,
	.custom-logo-link img,
	.custom-logo {
		max-width: min(230px, 80vw);
		max-height: 124px;
	}

	.header-menu-bar {
		display: grid;
		justify-items: center;
		gap: 10px;
	}

	.menu-toggle {
		display: inline-flex;
	}

	.site-nav {
		display: none;
		width: 100%;
	}

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

	.nav-menu {
		width: 100%;
		display: grid;
		gap: 8px;
		padding: 12px;
		background: #000;
		border: 1px solid var(--vmc-yellow-line);
		border-radius: 18px;
	}

	.nav-menu li {
		width: 100%;
	}

	.nav-menu a,
	.sub-menu a {
		width: 100%;
		justify-content: flex-start;
		min-height: 48px;
		padding: 13px 14px;
		border-radius: 12px;
		white-space: normal;
	}

	.sub-menu {
		position: static;
		width: 100%;
		margin-top: 8px;
		padding: 8px 0 0 14px;
		border: 0;
		border-left: 2px solid var(--vmc-yellow-line);
		border-radius: 0;
		opacity: 1;
		visibility: visible;
		transform: none;
		background: transparent;
		transition: none;
	}

	.sub-menu::before {
		display: none;
	}

	.nav-menu li:hover > .sub-menu,
	.nav-menu li:focus-within > .sub-menu {
		transform: none;
	}

	.hero {
		min-height: auto;
		padding: 58px 0;
	}

	.hero-title-above-image {
		letter-spacing: 0.04em;
	}

	.hero-grid,
	.split-section,
	.grid.two,
	.grid.three,
	.footer-grid {
		grid-template-columns: 1fr;
	}

	.footer-logo-link {
		justify-content: center;
	}

	.footer-brand,
	.footer-navigation,
	.footer-title,
	.footer-description,
	.footer-blurb {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	.footer-socials,
	.footer-bottom,
	.footer-legal {
		justify-content: center;
	}

	.card,
	.media-card,
	.editor-content,
	.article-card,
	.feature-list,
	.video-card,
	.video-large-card {
		border-radius: 20px;
	}

	.hero-panel {
		max-width: 100%;
		padding-inline: 0;
	}

	.video-card-grid,
	.video-large-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	h1 {
		font-size: clamp(2.35rem, 16vw, 4rem);
		letter-spacing: 0.05em;
	}

	h2 {
		font-size: clamp(2rem, 13vw, 3.25rem);
		letter-spacing: 0.05em;
	}

	.hero-title-section {
		padding-top: 2rem;
	}

	.hero-title-above-image {
		font-size: clamp(2.8rem, 16vw, 5rem);
		line-height: 1;
	}

	.hero-image-only {
		min-height: 320px;
	}

	.brand-logo,
	.custom-logo-link img,
	.custom-logo {
		max-width: min(205px, 82vw);
		max-height: 112px;
	}

	.brand-name {
		font-size: 0.92rem;
		letter-spacing: 0.1em;
	}

	.brand-tagline {
		font-size: 0.72rem;
		letter-spacing: 0.12em;
	}

	.wp-block-button,
	.wp-block-button__link {
		width: 100%;
	}

	.wp-block-button__link {
		min-height: 50px;
	}

	.section,
	.page-hero,
	.page-content-wrap {
		padding: 48px 0;
	}

	.video-section-wrap,
	.video-site-wrap {
		width: min(100% - 1rem, var(--vmc-wide-wrap));
	}

	.video-card,
	.video-large-card {
		padding: 0.8rem;
		border-radius: 18px;
	}

	.responsive-video-frame,
	.youtube-frame-large {
		border-radius: 14px;
	}

	.footer-logo {
		max-width: min(150px, 70vw);
		max-height: 110px;
	}
}


/* =========================================================
   FRONT PAGE SOCIAL ICONS
   Use with front-page.php:
   .vmc-social-section, .vmc-social-wrap, .vmc-social-icons, .vmc-social-icon
   ========================================================= */

.vmc-social-section {
	width: 100%;
	padding: clamp(28px, 4.5vw, 48px) 20px;
	background: #000;
	border-top: 1px solid var(--vmc-border);
	border-bottom: 1px solid var(--vmc-border);
	text-align: center;
	overflow: hidden;
}

.vmc-social-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
	width: min(100%, var(--vmc-wrap));
	margin-inline: auto;
}

.vmc-social-section .eyebrow {
	margin: 0;
	color: var(--vmc-yellow);
	font-family: var(--font-body);
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0.18em;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	text-shadow: none;
	-webkit-text-stroke: 0;
}

.vmc-social-section .eyebrow::before,
.vmc-social-section .eyebrow::after {
	display: none !important;
	content: none !important;
}

.vmc-social-section h2 {
	margin: 0 0 8px;
	color: #050505;
	font-family: var(--font-display);
	font-size: clamp(2.4rem, 7vw, 4.5rem);
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	text-shadow:
		0 0 5px var(--vmc-yellow),
		0 0 12px rgba(241, 232, 3, 0.9),
		0 0 24px rgba(241, 232, 3, 0.54);
	-webkit-text-stroke: 1px rgba(241, 232, 3, 0.88);
}

.vmc-social-icons {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 20px;
	width: auto;
	max-width: 100%;
	margin: 4px auto 0;
	padding: 0;
}

.vmc-social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 62px;
	padding: 0;
	margin: 0;
	background: transparent;
	border: 0;
	border-radius: 12px;
	box-shadow: none;
	color: transparent;
	line-height: 0;
	text-decoration: none;
	overflow: hidden;
	transition: transform 0.18s ease, filter 0.18s ease;
}

.vmc-social-icon img {
	display: block;
	width: 48px;
	height: 48px;
	max-width: 48px;
	max-height: 48px;
	object-fit: contain;
	object-position: center;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 10px;
	background: transparent;
	box-shadow: none;
}

.vmc-social-icon:hover,
.vmc-social-icon:focus-visible {
	transform: translateY(-2px) scale(1.08);
	filter: drop-shadow(0 0 9px rgba(241, 232, 3, 0.7));
	outline: 2px solid var(--vmc-yellow);
	outline-offset: 5px;
}

@media (max-width: 520px) {
	.vmc-social-section {
		padding: 32px 16px;
	}

	.vmc-social-section h2 {
		font-size: clamp(2rem, 13vw, 3.3rem);
		letter-spacing: 0.05em;
	}

	.vmc-social-icons {
		gap: 14px;
	}

	.vmc-social-icon {
		width: 54px;
		height: 54px;
		border-radius: 10px;
	}

	.vmc-social-icon img {
		width: 42px;
		height: 42px;
		max-width: 42px;
		max-height: 42px;
		border-radius: 8px;
	}
}
