/*!
Theme Name: vesticom
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vesticom
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

vesticom is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;

}


/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul {
	list-style: disc;
}


dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: white;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

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

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

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}




/* custom css */

@font-face {
  font-family: 'Outfit';
  src: url('fonts/OutfitLight1.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('fonts/OutfitRegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('fonts/OutfitMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('fonts/OutfitSemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('fonts/OutfitBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('fonts/OutfitBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'NeueHaasUnica';
  src: url('fonts/NeueHaasUnicaPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NeueHaasUnica';
  src: url('fonts/NeueHaasUnicaPro-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'NeueHaasUnica';
  src: url('fonts/NeueHaasUnicaPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NeueHaasUnica';
  src: url('fonts/NeueHaasUnicaPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NeueHaasUnica';
  src: url('fonts/NeueHaasUnicaPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NeueHaasUnica';
  src: url('fonts/NeueHaasUnicaPro-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'NeueHaasUnica';
  src: url('fonts/NeueHaasUnicaPro-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

:root {
  /* ── Colours ── */
  --black:       #000000;
  --header-bg:   #000000;
  --navy:        #0f1923;
  --contact-bg:  #2a2a2a;
  --form-bg:     #000000;
  --white:       #ffffff;
  --grey-text:   #8F8F8F;
  --wwd-banner:  #2d2d2d;

  /* ── Font families ──
	 font-display : Outfit         → Radix alternative (hero, about, service body)
	 font-ui      : NeueHaasUnica  → actual Neue Haas Unica Pro (all UI text)
  ── */
  --font-display: 'Outfit',  'Arial', sans-serif;
  --font-ui:      'NeueHaasUnica', 'DM Sans', 'Arial', sans-serif;

  /* ── Typography — mirrors Wix Radix sizing formula ── */
  --font-hero:   clamp(28px, 5vw,   72px);
  --font-wwd:    clamp(22px, 3.1vw, 52px);
  --font-body:  clamp(24px, 2.8vw, 50px);
  --font-meta:   clamp(15px, 1.5vw,18px);
  --font-nav:    clamp(14px, 0.9vw, 17px);

  /* ── Spacing ── */
  --pad-h: clamp(40px, 4.5vw, 86px);
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-ui);
  font-weight: 400;
  background: var(--white);
  color: var(--black);
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden;
}

/* ═══════════════════════════════════════
   ANIMATIONS
═══════════════════════════════════════ */
@keyframes heroFadeIn {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-color: #1a1a1a;
  background-image: url('images/mike-hindle-tqJHwF5ILFU-unsplash.webp');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  animation: heroFadeIn 5s cubic-bezier(0.7, 0.3, 0.6, 3) 0.7s forwards;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.48);
  pointer-events: none;
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 2;
}
.fade-scroll {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1),
			  transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
}
.fade-scroll.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* ═══════════════════════════════════════
   HEADER
═══════════════════════════════════════ */
header {
  background: var(--header-bg);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--pad-h);
  height: clamp(86px, 9vw, 161px);
  position: relative;
  z-index: 200;
}

.site-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  height: 100%;
}
.site-logo img {
  height: 100%;
  width: auto;
  /* max-height: clamp(72px, 7vw, 100px); */
  object-fit: contain;
}

/* Fallback if logo image missing */
.logo-fallback {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.logo-fallback .row { display: flex; align-items: center; gap: 10px; }
.logo-fallback svg  { width: clamp(28px,3vw,40px); height: clamp(28px,3vw,40px); }
.logo-fallback .name {
  font-family: var(--font-ui);
  font-size: clamp(15px,1.5vw,22px);
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--white);
  text-transform: uppercase;
}
.logo-fallback .sub {
  font-family: var(--font-ui);
  font-size: clamp(7px,0.65vw,10px);
  letter-spacing: 0.38em;
  color: rgba(255,255,255,0.65);
  text-transform: uppercase;
  padding-left: clamp(38px,3.8vw,50px);
  margin-top: 3px;
}

/* Desktop nav — font-ui (Neue Haas Unica / DM Sans) */
.nav-desktop {
  display: flex;
  align-items: center;
}
.nav-desktop ul {
  list-style: none;
  display: flex;
  gap: clamp(20px, 2vw, 46px);
}
.nav-desktop ul li a {
  color: var(--white);
  text-decoration: none;
  font-family: var(--font-ui);
  font-size: var(--font-nav);
  font-weight: 500;
  letter-spacing: 0.04em;
  display: block;
  transition: opacity 0.2s;
}
.nav-desktop ul li a:hover {  text-decoration: underline; }

/* Hamburger button */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 6px;
  background: none;
  border: none;
}
.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: all 0.3s;
}

/* ── Mobile nav — fullscreen white overlay, centered links ── */
.nav-mobile {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 500;
  background: var(--white);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.nav-mobile.open { display: flex; }

/* X close button top-right */
.nav-close {
  position: absolute;
  top: clamp(18px, 4vw, 30px);
  right: clamp(18px, 4vw, 30px);
  background: none;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.nav-close::before,
.nav-close::after {
  content: '';
  position: absolute;
  width: 22px;
  height: 2px;
  background: var(--black);
  border-radius: 2px;
}
.nav-close::before { transform: rotate(45deg); }
.nav-close::after  { transform: rotate(-45deg); }

/* Centered nav links list */
.nav-mobile ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(6px, 1vw, 12px);
  margin-bottom: clamp(44px, 8vw, 64px);
}
.nav-mobile ul li a {
  color: var(--black);
  text-decoration: none;
  font-family: var(--font-ui);
  font-size: clamp(20px, 3.5vw, 28px);
  font-weight: 500;
  letter-spacing: 0.02em;
  display: block;
  transition: opacity 0.2s;
}
.nav-mobile ul li a:hover { 
    text-decoration: underline;
 }

/* Logo box at bottom of mobile menu */
.nav-mobile-logo {
  background: var(--black);
  padding: clamp(14px, 4vw, 22px) clamp(20px, 5vw, 30px);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(140px, 40vw, 200px);
}
.nav-mobile-logo img {
  width: clamp(100px, 28vw, 160px);
  height: auto;
  object-fit: contain;
}

/* ═══════════════════════════════════════
   HERO
═══════════════════════════════════════ */
.hero {
  position: relative;
  width: 100%;
  /* height: clamp(480px, 85vh, 900px); */
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 0 var(--pad-h) clamp(44px, 5vw, 80px);
  padding: clamp(100px, 13vw, 180px) clamp(44px, 5vw, 80px);
  background-color : black
}

/* Hero title — font-display (Outfit = Radix alternative) */
.hero-title {
  font-family: var(--font-display);
  font-size: var(--font-hero);
  font-weight: 400;
  line-height: 1.1em;
  color: var(--white);
  letter-spacing: 0em;
  text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.8);    }

/* ═══════════════════════════════════════
   ABOUT
═══════════════════════════════════════ */
.about {
  display: grid;
  grid-template-columns: 48% 52%;
  min-height: clamp(480px, 55vw, 780px);
}

.about-image {
  overflow: hidden;
  position: relative;
}
.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
}

.about-content {
  padding: clamp(36px, 4.5vw, 70px) clamp(30px, 4vw, 70px)
		   clamp(36px, 4.5vw, 70px) clamp(30px, 4vw, 70px);
  background: var(--white);
  display: flex;
  flex-direction: column;
}

/* About meta labels — font-ui (DM Sans / Neue Haas Unica) */
.about-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: clamp(36px, 5vw, 80px);
}
.about-meta span {
  font-family: var(--font-ui);
  font-size: var(--font-meta);
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--black);
}

/* About body — font-display (Outfit = Radix alternative) */
.about-body {
  font-family: var(--font-display);
  font-size: var(--font-body);
  font-weight: 400;
  line-height: 1.1em;
  color: var(--grey-text);
  padding-right:clamp(42px, 7.5vw, 90px)
}

/* ═══════════════════════════════════════
   WHAT WE DO
═══════════════════════════════════════ */
.wwd-banner {
  background: var(--wwd-banner);
  text-align: center;
  padding: clamp(60px, 10vw, 120px) var(--pad-h);
}

/* WWD banner title — font-display (Outfit) */
.wwd-banner h2 {
  font-family: var(--font-display);
  font-size: var(--font-wwd);
  font-weight: 400;
  line-height: 1.1em;
  letter-spacing: 0.1em;
  color: var(--white);
  text-transform: uppercase;
}

.service-row {
  display: grid;
  grid-template-columns: 50% 50%;
  min-height: clamp(420px, 50vw, 720px);
  border-top: 1px solid #e8e8e8;
}

.service-left {
  padding: clamp(32px, 4vw, 60px) clamp(34px, 6vw, 83px);
  background: var(--white);
  display: flex;
  flex-direction: column;
}

.service-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: clamp(40px, 7vw, 100px);
}

/* Service number + label — font-ui (DM Sans / Neue Haas Unica) */
.service-num,
.service-title-label {
  font-family: var(--font-ui);
  font-size: var(--font-meta);
  font-weight: 500;
  color: var(--black);
  letter-spacing: 0.02em;
}

/* Service body paragraph — font-display (Outfit = Radix alternative) */
.service-body {
  font-family: var(--font-display);
  font-size: var(--font-body);
  font-weight: 400;
  line-height: 1.1em;
  color: var(--grey-text);
  margin-top: auto;
  margin-bottom: auto;
}

.service-right {
  overflow: hidden;
  position: relative;
}
.service-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
}

/* ═══════════════════════════════════════
   CONTACT
═══════════════════════════════════════ */
.contact {
  background: var(--contact-bg);
  padding: clamp(100px, 11.5vw, 150px) ;
}

/* Contact heading — font-ui */
.contact h2 {
  font-family: var(--font-ui);
  font-size: clamp(24px, 3.8vw, 37px);;
  font-weight: 400;
  line-height: 1.1em;
  color: rgba(255,255,255,0.65);
  margin-bottom: clamp(28px, 3.5vw, 52px);
}

.form-box {
  background: var(--form-bg);
  padding: clamp(20px, 2vw, 40px) 0;
}

.form-row-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.form-field-top { padding-bottom: clamp(13px, 1vw, 29px); }
.form-field-top:first-child { padding-right: clamp(13px, 1vw, 29px); }
.form-field-top:last-child {
  padding-left: clamp(13px, 1vw, 29px);
  border-left: 1px solid rgba(255,255,255,0.1);
}

.form-field-top label,
.form-field-msg label {
  display: block;
  font-family: var(--font-ui);
  font-size: clamp(14px, 1vw, 17px);
  font-weight: 500;
  letter-spacing: 0.04em;
  color: white;
  margin-bottom: 10px;
}

.form-field-top input,
.form-field-msg textarea {
  width: 100%;
  background: var(--form-bg);
  border: 1px solid #999999;
  color: var(--white);
  font-family: var(--font-ui);
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 400;
  padding: clamp(8px, .8vw, 14px) 12px;
  outline: none;
  transition: border-color 0.2s;
  -webkit-appearance: none;
}
.form-field-top input:focus,
.form-field-msg textarea:focus { border-color: rgba(255,255,255,0.5); }

.form-field-msg {
  padding: clamp(18px, 2vw, 32px) 0 0;
}
.form-field-msg textarea { 
  resize: none;
  padding:0px;
  margin-bottom :30px;
 }

.form-submit-row { border-top: 1px solid rgba(255,255,255,0.1); }

.btn-submit {
  display: block;
  width: 42%;
  background: #f0f0f0;
  color: var(--black);
  border: none;
  padding: clamp(13px, 1vw, 18px) 20px;
  font-family: var(--font-ui);
  font-size: clamp(15px, 1vw, 17px);
  font-weight: 400;
  letter-spacing: 0.04em;
  cursor: pointer;
  text-align: center;
  transition: background 0.2s;
  -webkit-appearance: none;
}
.btn-submit:hover { background: #dcdcdc; }

.form-note {
  font-family: var(--font-ui);
  font-size: clamp(15px, 0.85vw, 24px);
  color: #8F8F8F;
  letter-spacing: 0.02em;
  margin-top: clamp(25px, 2vw, 34px);
  font-weight:500
}

/* ═══════════════════════════════════════
   FOOTER — all font-ui (DM Sans)
═══════════════════════════════════════ */
footer {
  background: var(--white);
  padding: clamp(44px, 5.5vw, 90px) var(--pad-h) 0;
}

.footer-main {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: clamp(40px, 5vw, 100px);
  align-items: center;
  padding-bottom: clamp(44px, 5vw, 80px);
}

.footer-logo-block a {
  text-decoration: none;
  display: inline-block;
}
.footer-logo-block img {
  width: clamp(306px, 30vw, 550px);
  height: auto;
}

.footer-nav ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.2vw, 18px);
  padding-top: 8px;
}
.footer-nav ul li a {
  font-family: var(--font-ui);
  font-size: clamp(15px, 1vw, 18px);
  font-weight: 500;
  color: black;
  text-decoration: none;
  letter-spacing: 0.02em;
  display: block;
  transition: opacity 0.2s;
}
.footer-nav ul li a:hover {  text-decoration: underline; }

.footer-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 8px;
  font-style: unset;
  align-self: self-end
}
.footer-company-name {
  font-family: var(--font-ui);
  font-size: clamp(15px, 1vw, 18px);
  font-weight: 500;
  color: black;
  margin-bottom: 6px;
}
.footer-address-text {
  font-family: var(--font-ui);
  font-size: clamp(15px, 1vw, 18px);
  font-weight: 500;
  line-height: 1.65;
  color: black;
}
.footer-cro {
  font-family: var(--font-ui);
  font-size: clamp(15px, 1vw, 18px);
  color: black;
  margin-top: 10px;
  font-weight: 500;
}

.linkedin-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(28px, 2.5vw, 38px);
  height: clamp(28px, 2.5vw, 38px);
  border-radius: 50%;
  margin-top: clamp(12px, 1.4vw, 20px);
  text-decoration: none;
  transition: opacity 0.2s;
}
.linkedin-circle svg { 
  width: 100%;
height: 100%;
overflow: clip;
overflow-clip-margin: 2px;
}

.footer-bottom {
  border-top: 1px solid #d0d0d0;
  padding: clamp(16px, 1.8vw, 26px) 0 clamp(24px, 2.5vw, 36px);
}
.footer-bottom ul {
  list-style: none;
  display: flex;
  gap: clamp(24px, 3vw, 56px);
  flex-wrap: wrap;
}
.footer-bottom ul li a {
  font-family: var(--font-ui);
  font-size: clamp(15px, 1vw, 18px);
  font-weight: 500;
  color: var(--navy);
  text-decoration: none;
  display: block;
  transition: opacity 0.2s;
}
.footer-bottom ul li a:hover { text-decoration: underline;}

/* ═══════════════════════════════════════════════════════
   RESPONSIVE ≤ 1024px  —  MOBILE
   Based on exact screenshots provided
═══════════════════════════════════════════════════════ */
@media (max-width: 1024px) {

  :root { --pad-h: clamp(14px, 4.5vw, 22px); }

  /* ══════════════════════════════════════
	 HEADER — exact screenshot match
	 - Pure black bg
	 - Hamburger: small white box, black lines, top-left
	 - Logo: right side, V+VESTICOM+CONSULTANCY visible
	 - Header height: snug around logo with small padding
  ══════════════════════════════════════ */
  /* ── HEADER — exact reference image match
	 Black bg, padding on all sides
	 Hamburger: white bg box, black lines, LEFT
	 Logo: right side, larger, padding below creates gap ── */
  header {
	/* padding: clamp(10px, 2.5vw, 18px) clamp(14px, 4vw, 22px); */
	padding: clamp(10px, 3.5vw, 18px) clamp(14px, 4vw, 22px) clamp(10px, 2.5vw, 18px) clamp(14px, 4vw, 22px);
	height: auto;
	/* min-height: clamp(80px, 22vw, 120px); */
	/* min-height: clamp(126px, 37vw, 300px); */
	flex-direction: row;
	justify-content: space-between;
	align-items: start;
	background: #000000;
  }
  .nav-desktop { display: none; }

  /* Hamburger — white box, black 3 lines, top-left */
  .hamburger {
	display: flex;
	order: 1;
	flex-shrink: 0;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: clamp(4px, 1.2vw, 6px);
	background: #ffffff;
	border: none;
	border-radius: 4px;
	padding: clamp(8px, 2vw, 11px) clamp(9px, 2.2vw, 13px);
	cursor: pointer;
	align-self: center;
	width: clamp(38px, 6vw, 50px);
	height: clamp(34px, 6vw, 44px);
  }
  .hamburger span {
	display: block;
	width: clamp(16px, 4.5vw, 22px);
	height: 2px;
	background: #000000;
	border-radius: 1px;
	transition: all 0.3s;
  }

  /* Logo — right side, taller with bottom padding visible */
  .site-logo {
	order: 2;
	display: flex;
	align-items: center;
	height: auto;
	padding: 0;
	margin: 0;
	flex-shrink: 0;
  }
  .site-logo img {
	/* Bigger logo: min 70px on smallest phone, ~120px on 375px, 160px on 1024px */
	height: clamp(70px, 18vw, 130px);
	width: auto;
	object-fit: contain;
	display: block;
  }

  /* ══════════════════════════════════════
	 HERO
	 Screenshot: Black header → rectangular image block
	 (NOT fullscreen) → black bg text block below image
	 Layout: flex column, image on top, text below
  ══════════════════════════════════════ */
  .hero {
	/* Override desktop: flex-direction column */
	display: flex;
	flex-direction: column;
	height: auto;
	min-height: unset;
	padding: 0;
	position: relative;
	overflow: visible;
	align-items: stretch;
	justify-content: flex-start;
	background-color: black;
  }

  /* Image block — sits on top, rectangular ~55vw tall */
  .hero-bg {
	max-width: 88%;
	margin: 0 auto;
	position: relative;
	inset: unset;
	width: 100%;
	height: clamp(123px, 43vw, 267px);
	flex-shrink: 0;
	background-attachment: scroll;
	background-size: cover;
	background-position: center center;
	/* Reset absolute positioning from desktop */
	opacity: 1;
	animation: none;
	/* Re-apply fade for image block */
	animation: heroFadeIn 5s cubic-bezier(0.7, 0.3, 0.6, 3) 0.7s forwards;
  }

  /* Text block — black bg, below the image */
  .hero-content {
	position: relative;
	z-index: 1;
	width: 100%;
	padding: clamp(28px, 8vw, 48px) clamp(16px, 5vw, 28px) clamp(32px, 9vw, 52px);
	text-align: left;
	/* Override desktop animation */
	opacity: 1;
	/* animation: heroTextIn 0.9s cubic-bezier(0.4, 0, 0.2, 1) 1.2s both; */
  }

  .hero-title {
	font-size: clamp(28px, 7.5vw, 42px);
	font-weight: 700;
	line-height: 1;
	color: #ffffff;
	letter-spacing: 0;
	text-align: center;
		}

  /* ══════════════════════════════════════
	 ABOUT
	 Screenshot: thick dark border ALL sides around image
	 same border continues sides+bottom for text block
	 Image height ~65vw, portrait-ish crop
  ══════════════════════════════════════ */
  .about {
	display: block;
	min-height: unset;
	background-color: #2A2A2A;
	padding : clamp(20px, 7.5vw, 34px) 0px;
	border-bottom:0.5px solid #eaeaea8a
  }

  /* Image — thick dark border frame all around */
  .about-image {
	display: block;
	height: clamp(231px, 64vw, 750px);
	min-height: unset;
	overflow: hidden;
	max-width: 88%;
	margin: 0 auto;     
  padding-bottom: clamp(20px, 7.5vw, 34px) }
  .about-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	filter: grayscale(100%);
  }

  /* Text — same border continues on sides + bottom, NO top border */
  .about-content {
	display: block;
	padding: clamp(20px, 5.5vw, 34px) clamp(18px, 5vw, 28px) clamp(28px, 7vw, 44px);
	border-top: none;
	text-align: center;
	background: var(--white);
	max-width: 88%;
	margin: 0 auto; 
  }

  /* "About" top — normal weight, centered */
  /* "Vesticom Limited" — bold, centered below */
  .about-meta {
	flex-direction: column;
	align-items: center;
	gap: clamp(2px, 1vw, 6px);
	margin-bottom: clamp(16px, 5vw, 26px);
  }
  .about-meta span:first-child,.about-meta span:last-child {
	font-size: clamp(15px, 3.5vw, 16px);
	font-weight: 500;
	color: var(--black);
}
  


  /* Body text — large, centered, grey */
  .about-body {
	font-size: clamp(23px, 5.5vw, 30px);
	text-align: center;
	line-height: 1.1;
	padding:unset;
  }

  /* ══════════════════════════════════════
	 WHAT WE DO BANNER
	 Screenshot: dark charcoal bg, "WHAT WE DO"
	 centered, uppercase, large, bold white
  ══════════════════════════════════════ */
  .wwd-banner {
	padding: clamp(30px, 8vw, 52px) var(--pad-h);
  }
  .wwd-banner h2 {
	font-size: clamp(26px, 7.5vw, 46px);
letter-spacing: 0.14em;
line-height: 1.15;
font-weight: 400;
color: #ffffff;
  }

  /* ══════════════════════════════════════
	 SERVICE ROWS
	 Screenshot: image on TOP (~60vw tall),
	 then 01./02. centered, title bold centered,
	 body text centered grey below
  ══════════════════════════════════════ */
  .service-row {
	display: block;
	min-height: unset;
	border-top: 1px solid #e0e0e0;
  }

  /* Image — TOP, full width, ~60vw tall */
  .service-right {
	display: block;
	order: unset;
	width: 100%;
	height: clamp(220px, 62vw, 380px);
	min-height: unset;
	overflow: hidden;
  }
  .service-right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	filter: grayscale(100%);
  }

  /* Text block — BELOW image */
  .service-left {
	display: block;
	order: unset;
	padding: clamp(20px, 5.5vw, 32px) clamp(16px, 5vw, 26px) clamp(24px, 6.5vw, 38px);
	text-align: center;
	background: var(--white);
  }

  /* 01. / 02. number — centered */
  /* Service title — bold centered below */
  .service-meta {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: clamp(3px, 1.2vw, 7px);
	margin-bottom: clamp(12px, 4vw, 22px);
  }
  .service-num {
	font-size: clamp(15px, 3.5vw, 16px);
	font-weight: 500;
	color: var(--black);
  }
  .service-title-label {
	font-size: clamp(15px, 3.5vw, 16px);
	font-weight: 500;
	color: var(--black);
  }

  /* Body — centered, grey */
  .service-body {
	text-align: center;
	margin-top: 0;
	color: var(--grey-text);
	font-size: clamp(23px, 5.5vw, 30px);
	line-height: 1.1;
  }

  /* ══════════════════════════════════════
	 CONTACT
	 Screenshot: dark grey bg, "Contact Us" small
	 top-left muted, black form box full width,
	 Name stacked, Email stacked, Message, Submit full width
  ══════════════════════════════════════ */
  .contact {
	padding: clamp(26px, 7vw, 44px) 0 clamp(52px, 9vw, 71px);
  }
  .contact h2 {
	font-size: clamp(13px, 3.2vw, 16px);
	font-weight: 400;
	color: rgba(255,255,255,0.5);
	margin-bottom: clamp(10px, 3vw, 18px);
	padding: 0 var(--pad-h);
  }

  /* Form box — full width, no side margin */
  .form-box {
	padding: clamp(16px, 4.5vw, 26px) 0px;
	max-width: 88%;
	margin: 0 auto;
  }

  /* Stack Name + Email vertically on mobile */
  .form-row-top {
	grid-template-columns: 1fr;
  }
  .form-field-top {
	padding-bottom: clamp(14px, 4vw, 20px);
  }
  .form-field-top:first-child {
	padding-right: 0;
  }
  .form-field-top:last-child {
	padding-left: 0;
	border-left: none;
	border-top: 1px solid rgba(255,255,255,0.1);
	padding-top: clamp(14px, 4vw, 20px);
  }

  .form-field-top label,
  .form-field-msg label {
	font-size: clamp(14px, 3.2vw, 14px);
	font-weight: 600;
	color: white;
	margin-bottom: 8px;
  }
  .form-field-top input,
  .form-field-msg textarea {
	font-size: clamp(13px, 3.5vw, 15px);
	padding: clamp(10px, 3vw, 14px) 12px;
	/* border: 1px solid rgba(255,255,255,0.2); */
  }
  .form-field-msg textarea {
	min-height: clamp(90px, 28vw, 160px);
  }
  p.form-note {
max-width: 88%;
margin-left: auto;
margin-right: auto;
font-size: clamp(13px, 0.7vw, 20px);
	line-height: 1.3;
}
  /* Submit — full width on mobile */
  .btn-submit {
	width: 100%;
	font-size: clamp(13px, 3.8vw, 15px);
	font-weight: 500;
	padding: clamp(14px, 4vw, 18px) 20px;
	background: #f0f0f0;
  }

  /* ══════════════════════════════════════
	 FOOTER
	 Screenshot: white bg, large logo top,
	 then nav stacked, then address block,
	 divider, Privacy Policy stacked
  ══════════════════════════════════════ */
  footer {
	padding: clamp(28px, 7vw, 48px) var(--pad-h) 0;
  }
  .footer-main {
	grid-template-columns: 1fr;
	gap: clamp(20px, 5.5vw, 34px);
	padding-bottom: clamp(22px, 5.5vw, 38px);
  }

  /* Logo image — moderate size */
  .footer-logo-block img {
	width: clamp(140px, 42vw, 220px);
	height: auto;
  }

  /* Nav links stacked */
  .footer-nav ul {
	gap: clamp(10px, 3vw, 16px);
	padding-top: 0;
  }
  .footer-nav ul li a {
	font-size: clamp(13px, 3.8vw, 16px);
  }

  /* Address block */
  .footer-info {
	gap: clamp(6px, 2vw, 10px);
	padding-top: 0;
  }
  .footer-company-name {
	font-size: clamp(13px, 3.8vw, 16px);
	font-weight: 700;
	margin-bottom: 2px;
  }
  .footer-address-text {
	font-size: clamp(13px, 3.8vw, 16px);
	line-height: 1.5;
  }
  .footer-cro {
	font-size: clamp(13px, 3.8vw, 16px);
	margin-top: 4px;
  }
  .linkedin-circle {
	width: clamp(30px, 8vw, 38px);
	height: clamp(30px, 8vw, 38px);
	margin-top: clamp(10px, 3vw, 16px);
  }

  /* Footer bottom */
  .footer-bottom {
	padding: clamp(14px, 4vw, 22px) 0 clamp(18px, 5vw, 28px);
  }
  .footer-bottom ul {
	flex-direction: column;
	gap: clamp(8px, 2.5vw, 14px);
  }
  .footer-bottom ul li a {
	font-size: clamp(12px, 3.5vw, 15px);
	font-weight: 600;
  }

} /* end @media 1024px */

/* ═══════════════════════════════════════
   WCAG 2.1 AA — Accessibility Styles
   NO design changes — only focus & skip link
═══════════════════════════════════════ */

/* Skip to main content — WCAG 2.4.1 Bypass Blocks */
.skip-link {
  position: absolute;
  top: -100%;
  left: 0;
  background: #ffffff;
  color: #000000;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  z-index: 9999;
  border: 2px solid #000000;
}
.skip-link:focus {
  top: 0;
}

/* WCAG 2.4.7 — Visible focus indicator on all interactive elements */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}
/* On light backgrounds use dark outline */
.footer-nav a:focus-visible,
.footer-bottom a:focus-visible,
.footer-logo-block a:focus-visible,
.nav-close:focus-visible {
  outline: 3px solid #000000;
  outline-offset: 3px;
}

/* Ensure form inputs show focus on dark bg */
.form-field-top input:focus-visible,
.form-field-msg textarea:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 2px;
}

/* WCAG — Screen-reader only utility */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}



  /* ── Popup overlay backdrop ── */
  .vc-popup-backdrop {
    position: fixed;
    inset: 0;
    z-index: 9000;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(16px, 4vw, 40px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .vc-popup-backdrop.is-open {
    opacity: 1;
    visibility: visible;
  }
 
  /* ── Popup box ── */
  .vc-popup {
    position: relative;
    width: 100%;
    max-width: clamp(320px, 90vw, 820px);
    max-height: clamp(420px, 82vh, 860px);
    border-radius: 0;                    /* sharp edges — matches site aesthetic */
    display: flex;
    flex-direction: column;
    transform: translateY(24px);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
  }
  .vc-popup-backdrop.is-open .vc-popup {
    transform: translateY(0);
  }
 
  /* ── Privacy Policy — black bg, white text (Image 1) ── */
  #popup-privacy .vc-popup {
    background: white;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.12);
  }
 
  /* ── Accessibility — white bg, black text (Image 2) ── */
  #popup-accessibility .vc-popup {
    background: #ffffff;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
  }
 
  /* ── Close button ── */
  .vc-popup-close {
    position: absolute;
    top: clamp(14px, 3vw, 22px);
    right: clamp(14px, 3vw, 22px);
    width: clamp(28px, 5vw, 36px);
    height: clamp(28px, 5vw, 36px);
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    z-index: 10;
    flex-shrink: 0;
    opacity: 0.6;
    transition: opacity 0.2s;
  }
  .vc-popup-close:hover { opacity: 1; }
  .vc-popup-close::before,
  .vc-popup-close::after {
    content: '';
    position: absolute;
    width: clamp(16px, 3.5vw, 22px);
    height: 2px;
    border-radius: 2px;
  }
  /* Privacy — white X */
  #popup-privacy .vc-popup-close::before,
  #popup-privacy .vc-popup-close::after,#popup-accessibility .vc-popup-close::before,
  #popup-accessibility .vc-popup-close::after {
	background: #000000;
  }
  .vc-popup-close::before { transform: rotate(45deg); }
  .vc-popup-close::after  { transform: rotate(-45deg); }
 
  /* ── Scrollable body ── */
  .vc-popup-body {
    overflow-y: auto;
    padding: clamp(32px, 5vw, 56px) clamp(24px, 5vw, 56px) clamp(28px, 4vw, 48px);
    /* Thin custom scrollbar */
    scrollbar-width: thin;
  }
  /* Privacy scrollbar */
  #popup-privacy .vc-popup-body {
    scrollbar-color: rgba(255,255,255,0.25) transparent;
  }
  #popup-privacy .vc-popup-body::-webkit-scrollbar { width: 4px; }
  #popup-privacy .vc-popup-body::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.25); border-radius: 2px; }
 
  /* Accessibility scrollbar */
  #popup-accessibility .vc-popup-body {
    scrollbar-color: rgba(0,0,0,0.2) transparent;
  }
  #popup-accessibility .vc-popup-body::-webkit-scrollbar { width: 4px; }
  #popup-accessibility .vc-popup-body::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.2); border-radius: 2px; }
 
  /* ── Typography inside popups — Neue Haas Unica Pro ── */
  .vc-popup h1 {
    font-family: 'NeueHaasUnica', 'DM Sans', sans-serif;
    font-size: clamp(22px, 4vw, 38px);
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: -0.01em;
    margin-bottom: clamp(28px, 5vw, 52px);
  }
  #popup-privacy .vc-popup h1   { color: black; }
  #popup-accessibility .vc-popup h1 { color: #000000; }
 
  .vc-popup h2 {
    font-family: 'NeueHaasUnica', 'DM Sans', sans-serif;
    font-size: clamp(15px, 2.2vw, 22px);
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0em;
    margin-top: clamp(28px, 4vw, 44px);
    margin-bottom: clamp(10px, 1.5vw, 16px);
  }
  #popup-privacy .vc-popup h2   { color: #000000; }
  #popup-accessibility .vc-popup h2 { color: #000000; }
 
  .vc-popup p {
    font-family: 'NeueHaasUnica', 'DM Sans', sans-serif;
    font-size: clamp(13px, 1.4vw, 16px);
    font-weight: 700;                   /* bold body — matches screenshot exactly */
    line-height: 1.65;
    letter-spacing: 0em;
    margin-bottom: clamp(12px, 2vw, 20px);
  }
  #popup-privacy .vc-popup p   { color:black; }
  #popup-accessibility .vc-popup p { color: #000000; }
 
  .vc-popup a {
    font-weight: 700;
    text-underline-offset: 3px;
  }
  #popup-privacy .vc-popup a        { color: #ffffff; }
  #popup-accessibility .vc-popup a  { color: #000000; }
 
  /* Bottom border line — Accessibility (Image 2 shows thick black bottom bar) */

