 /*!
Theme Name: vertical-drop-theme
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: vertical-drop-theme
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.

vertical-drop-theme 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%;
}

/* 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;
}

@font-face {
    font-family: "Aventa";
    src: url("/wp-content/themes/vertical-drop-theme/fonts/aventa/aventa-regular/Aventa-Regular.woff2") format("woff2"),
         url("/wp-content/themes/vertical-drop-theme/fonts/aventa/aventa-regular/Aventa-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Aventa";
    src: url("/wp-content/themes/vertical-drop-theme/fonts/aventa/aventa-medium/Aventa-Medium.woff2") format("woff2"),
         url("/wp-content/themes/vertical-drop-theme/fonts/aventa/aventa-medium/Aventa-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Aventa";
    src: url("/wp-content/themes/vertical-drop-theme/fonts/aventa/aventa-semibold/Aventa-Semibold.woff2") format("woff2"),
         url("/wp-content/themes/vertical-drop-theme/fonts/aventa/aventa-semibold/Aventa-Semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Aventa";
    src: url("/wp-content/themes/vertical-drop-theme/fonts/aventa/aventa-bold/Aventa-Bold.woff2") format("woff2"),
         url("/wp-content/themes/vertical-drop-theme/fonts/aventa/aventa-bold/Aventa-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Aventa";
    src: url("/wp-content/themes/vertical-drop-theme/fonts/aventa/aventa-extrabold/Aventa-Extrabold.woff2") format("woff2"),
         url("/wp-content/themes/vertical-drop-theme/fonts/aventa/aventa-extrabold/Aventa-Extrabold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/**
 * 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,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

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%;
}

/* 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: #111;
}

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;
}

:root {
   --vd-bg: #121212;
    --vd-bg-alt: #181818;
    --vd-panel: #1e1e1e;
    --vd-highlight: #F2B824; /* updated */
    --vd-text: #f5f5f5;
    --vd-text-muted: #a3a3a3;
    --vd-border-subtle: #252525;
    --vd-radius-lg: 18px;
    --vd-radius-xl: 26px;
}

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

body {
    background-color: var(--vd-bg);
    color: var(--vd-text);
    font-family: "Roboto", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    margin: 0;
}

/* Utility layout */

.vd-site {
    background-color: var(--vd-bg);
    color: var(--vd-text);
}

.vd-container {
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
}

.vd-section {
    padding: 130px 0;
    position: relative;
}

/* Headings */

h1,
h2,
h3,
.vd-logo__shield,
.vd-section__eyebrow {
    font-family: "Bebas Neue", system-ui, sans-serif;
    letter-spacing: 0.05em;
}

h1,
h2,
h3 {
    margin: 0;
}

.vd-section__title span {
    display: block;
}

.vd-section__intro {
    margin-top: 12px;
    max-width: 60%;
    color: #F3F3F3;
    font-size: 16px;
    line-height: 25px;
    padding: 7px 4px;
    font-family: "Aventa", sans-serif;
    font-weight: 500;
}

.vd-highlight-text {
    color: var(--vd-highlight);
    position: relative;
}

.vd-highlight-text::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 70px;
    height: 3px;
    background-color: var(--vd-highlight);
    border-radius: 999px;
}

/* Buttons and links */

.vd-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 25px;
    border-radius: 999px;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    border: none;
	padding-right: 30px;
    transition: transform 0.12s ease, box-shadow 0.12s ease, background-color 0.12s ease, color 0.12s ease;
}

img.cta-arrow {
    position: relative;
    bottom: -1px;
    right: -14px;
	transition: all .5s ease;
}

.vd-btn--primary:hover .cta-arrow {
    transform: rotate(45deg);
}

.vd-btn--primary {
    background-color: var(--vd-highlight);
    color: #121212;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
}

.vd-btn--primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.6);
}

.vd-btn--outline {
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: transparent;
    color: var(--vd-text);
}

.vd-btn--outline:hover {
    background-color: rgba(255, 255, 255, 0.06);
}

.vd-link-arrow {
    display: inline-flex;
    align-items: center;
    column-gap: 8px;
    font-size: 13px;
    font-weight: 500;
    color: var(--vd-text);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

/* Header / nav */

.vd-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    margin-bottom: 46px;
}

.vd-logo__shield {
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 14px;
    border-radius: 14px;
    font-size: 16px;
    text-transform: uppercase;
}

.vd-studio-card-content h4 {
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    line-height: 35px;
    font-family: "Aventa", sans-serif;
    font-weight: bold;
    width: 80%;
}

.vd-studio-card-content h4 span{
    color: #F2B824;
}

.vd-nav {
    display: flex;
    align-items: center;
    gap: 32px;
}

.vd-nav__list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 22px;
}

.vd-nav__list li a {
    font-size: 13px;
    text-decoration: none;
    color: var(--vd-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

.vd-nav__list li a:hover {
    color: var(--vd-text);
}

.vd-nav__cta {
    font-size: 12px;
}

/* Hero */

.vd-hero {
    padding-bottom: 18px;
    position: relative;
    overflow: hidden;
    background-color: var(--vd-bg);
}
.word-animate {
    display: inline-block;
    opacity: 0;
    color: #FFFFFF;
    animation: fadeInWord 0.6s ease forwards;
    animation-delay: calc(var(--delay) * 0.1s);
}

@keyframes fadeInWord {
    0% {
        opacity: 0;
        color: #a3a3a3;
    }
    50% {
        opacity: 1;
        color: #a3a3a3;
    }
    60% {
        opacity: 1;
        color: #F2B824;
    }
    80% {
        opacity: 1;
        color: #F2B824;
    }
    100% {
        opacity: 1;
        color: #FFFFFF;
    }
}

.vd-hero__inner {
    padding-top: 30px;
    position: relative; /* keep content above overlays */
}

.vd-hero__inner {
    padding-top: 30px;
}

.vd-hero__content {
    display: grid;
    grid-template-columns: minmax(0, 2.1fr) minmax(0, 1fr);
    column-gap: 60px;
    align-items: center;
}

.vd-hero__title {
    font-size: 66px;
    line-height: 0.95;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.vd-hero__text {
    max-width: 420px;
    margin-bottom: 30px;
    color: #d5d5d5;
    font-size: 16px;
    line-height: 25px;
    padding: 7px 4px;
    font-family: "Aventa", sans-serif;
    font-weight: 500;
}

.vd-hero__media {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}

.vd-container.vd-why__inner {
    position: relative;
    z-index: 4;
}

.vd-hero__inner {
    padding-top: 120px;
    padding-left: 30px;
}

.vd-hero__image-frame {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}

.hero-img-gradient {
    background: #121212;
    background: linear-gradient(
114deg, rgba(18, 18, 18, 1) 45%, rgba(18, 18, 18, 0) 76%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}

.hero-img-gradient-02 {
    background: #121212;
    background: linear-gradient(
354deg, rgba(18, 18, 18, 1) 20%, rgba(18, 18, 18, 0) 38%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}

.hero-gradient {
    position: fixed;
    background: #121212;
    background: linear-gradient(180deg, rgba(18, 18, 18, 1) 0%, rgba(18, 18, 18, 0) 50%);
    z-index: 99;
    width: 100%;
    top: 0;
    height: 50%;
    pointer-events: none;
    cursor: default;
}

.vd-hero__copy {
    position: relative;
    z-index: 99;
}

.bfr-img-01 {
    background: linear-gradient(
171deg, rgb(18 18 18) 38%, rgba(18, 18, 18, 0) 78%);
    z-index: 2;
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
}

.vd-hero__image-frame img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vd-hero__thumbs {
    position: absolute;
    display: flex;
    gap: 10px;
    bottom: -26px;
    left: 18px;
}

.vd-hero__thumbs img {
    width: 80px;
    height: 60px;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Trusted logos */

.vd-hero__trusted {
    margin-top: 60px;
    max-width: 1350px;
    margin: 0 auto;
    padding: 20px 30px;
    position: relative;
    z-index: 9;
}

.vd-hero__trusted-label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #f4f4f4;
    margin-bottom: 0;
    position: relative;
    bottom: -28px;
    left: 6px;
}

.vd-hero__logos {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
    align-items: center;
}

.vd-hero__logos img {
    height: 90px;
    object-fit: contain;
    width: 114px;
    opacity: 0.9999;
    position: relative;
    bottom: -20px;
}

/* Why section */

.vd-why {
    border-top: 0;
    background: linear-gradient(to bottom, #121212 0, #161616 40%, #121212 100%);
}

.vd-why__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.9fr);
    column-gap: 60px;
    align-items: flex-start;
}

.vd-section__eyebrow {
    font-size: 54px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.vd-section__title span {
    display: block;
    font-size: 66px;
}

.vd-why__lead {
    font-size: 24px;
    margin-bottom: 12px;
}

.vd-why__copy p {
    margin-top: 10px;
    margin-bottom: 0;
    color: #d5d5d5;
    font-size: 16px;
    line-height: 25px;
    padding: 7px 4px;
    font-family: "Aventa", sans-serif;
    font-weight: 500;
}

img.tap-grid-row {
    position: absolute;
    left: -140px;
    bottom: -230px;
    z-index: 1;
    max-width: 118%;
    width: 117%;
}

.vd-why__studio-card {
    background-color: var(--vd-panel);
    padding: 40px;
    border-radius: var(--vd-radius-lg);
    border: 1px solid #f2b82447;
    box-shadow: 0 18px 48px #f2b82421;
    position: absolute;
    overflow: hidden;
    z-index: 9;
    width: 690px;
    right: -100px;
    top: -3px;
}

.vd-stuio-card-gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: #121212;
    background: linear-gradient(276deg, rgba(0, 0, 0, 0) 0%, rgb(18 18 18) 71%);
}

.vd-why__studio-title {
    font-size: 15px;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-family: "Aventa", sans-serif;
    color: #F2B824 !important;
    letter-spacing: 0;
    font-weight: 800;
}

.vd-why__studio-card p {
    margin-bottom: 0;
    color: #F3F3F3;
    font-size: 16px;
    line-height: 29px;
    margin: 18px 0px;
    font-family: "Aventa", sans-serif;
    width: 75%;
}

.vd-studio-card-content {
    position: relative;
    z-index: 4;
}

.vd-services .vd-container {
    position: relative;
    z-index: 9;
}

.vd-why__copy {
    font-family: "Aventa", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 15px;
    width: 91%;
}

.tgr-img-01 {
    background: linear-gradient(
167deg, rgb(18 18 18) 38%, rgba(18, 18, 18, 0) 59%);
    z-index: 2;
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
}

.bfr-img-02 {
    background: linear-gradient(
0deg, rgb(18 18 18) 2%, rgba(18, 18, 18, 0) 38%);
    z-index: 2;
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
}

/* Services */

.vd-services {
    background-color: var(--vd-bg);
    border-top: 0;
    overflow: hidden;
}

.vd-section__header {
    margin-bottom: 36px;
}

.vd-section__title {
    font-size: 66px;
    text-transform: uppercase;
    line-height: 66px;
}

.vd-services__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

img.vd-studio-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vd-service-card {
    background-color: var(--vd-panel);
    border-radius: var(--vd-radius-lg);
    padding: 22px 20px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    min-height: 160px;
}

.vd-service-card__icon {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.04);
    margin-bottom: 18px;
}

.vd-service-card__title {
    font-size: 30px;
    margin-bottom: 6px;
    text-transform: uppercase;
    line-height: 25px;
    width: 80%;
}

.vd-service-card p {
    margin: 0;
    color: var(--vd-text-muted);
}

/* Videos and case studies */

.vd-videos {
    background-color: var(--vd-bg-alt);
    border-top: 1px solid var(--vd-border-subtle);
}

.vd-videos__grid {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 40px;
}

.vd-video-card {
    background-color: var(--vd-panel);
    border-radius: var(--vd-radius-lg);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.06);
    width: 49%;
}

.vd-video-card__thumb {
    position: relative;
    overflow: hidden;
}

.vd-video-card__thumb img {
    display: block;
    width: auto;
    height: 70px;
    object-fit: cover;
    margin-right: 15px;
}

.vd-video-card__body {
    padding: 14px 16px 16px;
}

.vd-video-card__label {
    margin: 0 0 4px;
    font-size: 12px;
    color: var(--vd-text-muted);
}

.vd-video-card__title {
    margin: 0;
    font-size: 15px;
}

/* Testimonial strip */

.vd-testimonial-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.vd-testimonial-strip__item {
    background-color: transparent;
    border-radius: var(--vd-radius-lg);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 18px 18px 16px;
    font-size: 13px;
}

.vd-testimonial-strip__quote {
    margin: 0 0 10px;
}

.vd-testimonial-strip__author {
    margin: 0;
    font-weight: 500;
    color: var(--vd-text-muted);
}

/* Blog / insights */

.vd-blog {
    background-color: var(--vd-bg);
    border-top: 1px solid var(--vd-border-subtle);
}

.vd-section__header--split {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
}

.vd-blog__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 28px;
}

.vd-blog-card {
    background-color: var(--vd-panel);
    border-radius: var(--vd-radius-lg);
    padding: 18px 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.vd-blog-card__meta {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--vd-text-muted);
    margin: 0 0 12px;
}

.vd-blog-card__title a {
    text-decoration: none;
    color: var(--vd-text);
}

.vd-blog-card__title a:hover {
    color: var(--vd-highlight);
}

.vd-blog-card__title {
    font-size: 17px;
    margin: 0 0 10px;
    font-size: 30px;
    margin-bottom: 6px;
    text-transform: uppercase;
    line-height: 30px;
}

.vd-blog-card__excerpt {
    font-size: 13px;
    color: var(--vd-text-muted);
    margin: 0 0 16px;
}

/* Testimonials – grid */

.vd-testimonials {
    background-color: var(--vd-bg-alt);
    border-top: 1px solid var(--vd-border-subtle);
}

.vd-testimonials__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.vd-testimonial-card {
    background-color: var(--vd-panel);
    border-radius: var(--vd-radius-lg);
    padding: 18px 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 13px;
}

.vd-testimonial-card__avatar {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: radial-gradient(circle at 30% 20%, #ffffff 0, var(--vd-highlight) 40%, #121212 100%);
    margin-bottom: 10px;
}

.vd-testimonial-card__name {
    margin: 0 0 4px;
    font-size: 14px;
}

.vd-testimonial-card__rating {
    margin: 0 0 10px;
    color: var(--vd-highlight);
    font-size: 13px;
}

.vd-testimonial-card__text {
    margin: 0;
    color: var(--vd-text-muted);
}

/* Footer */

.vd-footer {
    border-top: 1px solid var(--vd-border-subtle);
    padding-top: 40px;
    background-color: #101010;
}

.vd-footer__inner {
    display: grid;
    grid-template-columns: 2fr 1.1fr 1.3fr 1fr;
    gap: 30px;
    padding-bottom: 30px;
}

.vd-footer__text {
    color: var(--vd-text-muted);
    max-width: 280px;
}

.vd-footer__heading {
    font-family: "Bebas Neue", system-ui, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 0 10px;
}

.vd-footer__links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.vd-footer__links li {
    margin-bottom: 6px;
}

.vd-footer__links a {
    color: var(--vd-text-muted);
    text-decoration: none;
    font-size: 13px;
}

.vd-footer__links a:hover {
    color: var(--vd-text);
}

.vd-footer__col p {
    font-size: 13px;
    margin: 0 0 8px;
    color: var(--vd-text-muted);
}

.vd-footer__col a {
    color: var(--vd-text);
    text-decoration: none;
}

.vd-footer__col a:hover {
    color: var(--vd-highlight);
}

.vd-footer__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    font-size: 11px;
    margin-right: 8px;
    text-decoration: none;
    color: var(--vd-text);
}

.vd-footer__social a:hover {
    background-color: var(--vd-highlight);
    color: #121212;
}

.rpi-col-m .rpi-header_row+.rpi-content_row {
    --col: 1;
    --gap: 1;
}

.vd-footer__bottom {
    border-top: 1px solid var(--vd-border-subtle);
    padding: 14px 0;
    font-size: 12px;
}

.rpi-card-inner.rpi-logo.rpi-logo-google {
    border: solid 1px #564C34;
    background: #1C1C1C;
    color: #BDBDBD;
}

.rpi-star::after {
    background-color: #F2B824;
}

.vd-footer__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--vd-text-muted);
}

.rpi-dot.active {
    opacity: 1;
    transform: scale(1);
    background-color: #F2B824;
}

.rpi-time {
    color: #BDBDBD;
}

.rpi-slider-next::after, .rpi-slider-prev::before {
    background-color: #F2B824;
}

a.rpi-name {
    color: #ffffff !important;
    font-size: 15px;
}

.vd-footer__legal a {
    color: var(--vd-text-muted);
    text-decoration: none;
}

.vd-footer__legal a:hover {
    color: var(--vd-text);
}

/* Responsive */

@media (max-width: 1024px) {
    .vd-hero__content {
        grid-template-columns: minmax(0, 1fr);
        row-gap: 40px;
    }

    .vd-why__inner {
        grid-template-columns: minmax(0, 1fr);
        row-gap: 28px;
    }

    .vd-services__grid,
    .vd-videos__grid,
    .vd-testimonial-strip,
    .vd-blog__grid,
    .vd-testimonials__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

@media (max-width: 720px) {
    .vd-header {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 14px;
    }

    .vd-nav__list {
        display: none; /* keep simple for mobile, can swap for burger later */
    }

    .vd-section {
        padding: 60px 0;
    }

    .vd-services__grid,
    .vd-videos__grid,
    .vd-testimonial-strip,
    .vd-blog__grid,
    .vd-testimonials__grid,
    .vd-footer__inner {
        grid-template-columns: minmax(0, 1fr);
    }

    .vd-hero__title {
        font-size: 66px;
        line-height: 0.95;
        text-transform: uppercase;
        margin-bottom: 18px;
        width: 90%;
    }

    .vd-footer__bottom-inner {
        flex-direction: column;
        row-gap: 6px;
        align-items: flex-start;
    }
}

header#masthead {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99999999;
    display: flex;
    align-items: center;
    max-width: 1350px;
    margin: auto;
    justify-content: space-between;
    align-items: stretch;
    left: 50%;
    top: 0;
    transform: translate(-50%, 20%);
}

.main-navigation {
    display: flex;
    width: auto;
    background: black;
    padding: 15px 15px;
    border-radius: 50px;
    align-items: center;
    height: 54px;
}

img.custom-logo {
    height: 80px;
    width: auto;
    position: relative;
    left: -2px;
}

.main-navigation li a {
    letter-spacing: 0;
    font-size: 13px;
    padding: 1px 9px;
    font-weight: 500;
    color: white;
}

.main-navigation .vd-btn {
    display: flex;
    text-decoration: none;
    height: 38px;
    font-size: 13px;
    margin-left: 12px;
}

img.background-first-row {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
}

.current_page_item a {
    color: #F2B824 !important;
    text-decoration: underline !important;
}
/* Floating booking CTA */

.vd-floating-cta {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 9999;
}

.vd-floating-cta__btn {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
    font-size: 20px;
}

/* Modal */

.vd-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    z-index: 9998;
}

.vd-modal.is-open {
    display: flex;
}

.vd-modal__panel {
    background-color: var(--vd-panel);
    border-radius: var(--vd-radius-xl);
    padding: 32px 28px;
    max-width: 520px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.7);
    position: relative;
}

.vd-modal__title {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 8px;
    font-family: "Bebas Neue", system-ui, sans-serif;
    letter-spacing: 0.08em;
}

.vd-modal__lead {
    margin: 0 0 20px;
    color: var(--vd-text-muted);
}

/* Close button */

.vd-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    color: var(--vd-text);
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
}

.vd-modal__close:hover {
    background-color: rgba(255, 255, 255, 0.06);
}

/* Floating booking CTA */

.vd-floating-cta {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 9999;
}

.vd-floating-cta__btn {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
}

/* Modal */

.vd-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    z-index: 9998;
}

.vd-modal.is-open {
    display: flex;
}

.vd-modal__panel {
    background-color: var(--vd-panel);
    border-radius: var(--vd-radius-xl);
    padding: 32px 28px;
    max-width: 520px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.7);
    position: relative;
}

.vd-modal__title {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 8px;
    font-family: "Bebas Neue", system-ui, sans-serif;
    letter-spacing: 0.08em;
}

.vd-modal__lead {
    margin: 0 0 20px;
    color: var(--vd-text-muted);
}

/* Close button */

.vd-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    color: var(--vd-text);
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
}

.vd-modal__close:hover {
    background-color: rgba(255, 255, 255, 0.06);
}

/* ==============================
   Insights page
   ============================== */

.vd-hero--insights {
    border-bottom: 1px solid var(--vd-border-subtle);
}

/* Search bar */

.vd-insights-search {
    padding-top: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--vd-border-subtle);
}

.vd-insights-search__form {
    display: flex;
    align-items: center;
    gap: 16px;
}

.vd-insights-search__field {
    flex: 1;
    display: flex;
    align-items: center;
    background-color: var(--vd-panel);
    border-radius: 999px;
    padding: 6px 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.vd-insights-search__icon {
    font-size: 14px;
    margin-right: 8px;
    opacity: 0.6;
}

#vd-insights-search-input {
    border: none;
    outline: none;
    background: transparent;
    color: var(--vd-text);
    width: 100%;
    font-size: 14px;
}

#vd-insights-search-input::placeholder {
    color: var(--vd-text-muted);
}

.vd-insights-search__filters {
    display: flex;
    align-items: center;
    gap: 10px;
}

.vd-insights-search__select {
    background-color: var(--vd-panel);
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: var(--vd-text);
    padding: 9px 30px 9px 14px;
    font-size: 13px;
    appearance: none;
    position: relative;
    min-width: 150px;
}

.vd-insights-search__select:focus {
    outline: none;
    border-color: var(--vd-highlight);
}

/* Posts grid adjustments */

.vd-insights-list {
    padding-top: 40px;
}

.vd-insights-list .vd-blog__grid {
    margin-top: 20px;
}

/* Hide cards with JS */

.vd-insights-card--hidden {
    display: none;
}

/* Empty / load more */

.vd-insights__empty {
    text-align: center;
    margin-top: 26px;
    color: var(--vd-text-muted);
}

.vd-insights__load-more-wrap {
    text-align: center;
    margin-top: 30px;
}

/* ==============================
   Single post, Insights layout
   ============================== */

.vd-single-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 320px;
    display: flex;
    align-items: flex-end;
    padding: 190px 0 50px;
    overflow: hidden;
}

.vd-single-layout {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 40px;
    align-items: flex-start;
}

/* Sidebar */

.vd-single-sidebar {
    position: sticky;
    top: 96px;
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 9;
}

.vd-single-sidebar__block {
    background-color: var(--vd-panel);
    border-radius: var(--vd-radius-lg);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 18px 18px 20px;
}

.vd-single-sidebar__heading {
    font-size: 16px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    margin: 0 0 10px;
    color: #ffffff;
}

/* ==============================
   Work page
   ============================== */

.vd-hero--work {
    border-bottom: 1px solid var(--vd-border-subtle);
}

/* Search bar */

.vd-work-search {
    padding-top: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--vd-border-subtle);
}

.vd-work-search__form {
    display: flex;
    align-items: center;
    gap: 16px;
}

.vd-work-search__field {
    flex: 1;
    display: flex;
    align-items: center;
    background-color: var(--vd-panel);
    border-radius: 999px;
    padding: 6px 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.vd-work-search__icon {
    font-size: 14px;
    margin-right: 8px;
    opacity: 0.6;
}

#vd-work-search-input {
    border: none;
    outline: none;
    background: transparent;
    color: var(--vd-text);
    width: 100%;
    font-size: 14px;
}

#vd-work-search-input::placeholder {
    color: var(--vd-text-muted);
}

.vd-work-search__filters {
    display: flex;
    align-items: center;
    gap: 10px;
}

.vd-work-search__select {
    background-color: var(--vd-panel);
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: var(--vd-text);
    padding: 9px 30px 9px 14px;
    font-size: 13px;
    appearance: none;
    min-width: 150px;
}

/* Grid tweaks */

.vd-work-list {
    padding-top: 40px;
}

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

.vd-work-card {
    position: relative;
}

/* Card thumb */

/* Work card visuals */

.vd-work-card__trigger {
    display: block;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    cursor: pointer;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
}

.vd-work-card__thumb-inner {
    position: relative;
    display: block;
    border-radius: 20px;
    overflow: hidden;
    background-color: #111111;
}

.vd-work-card__thumb-inner img {
    display: block;
    width: 100%;
    height: 190px;
    object-fit: cover;
}

/* Corner shadow top left */

.vd-work-card__corner-shadow {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top left, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0.0) 55%);
    pointer-events: none;
}

.vp-video-card-gradient {
    background: linear-gradient(20deg, rgb(18 18 18 / 80%) 38%, rgba(18, 18, 18, 0) 78%);
    z-index: 2;
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
}

button.vd-video-card__play {
    position: absolute;
    bottom: 0;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    color: white;
    font-size: 25px;
    margin: 0;
    padding: 0;
    line-height: 35px;
    font-family: "Aventa", sans-serif;
    font-weight: bold;
    text-align: left;
    padding: 20px 30px;
    z-index: 9;
}

/* Play icon + label */

.vd-work-card__play-icon {
    position: absolute;
    left: 16px;
    bottom: 16px;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
}

.vd-work-card__play-icon img {
    display: block;
    width: 18px;
    height: auto;
}

.vd-work-card__play-label {
    position: absolute;
    right: 16px;
    bottom: 18px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: rgba(255, 255, 255, 0.85);
}

/* Text swap: title then label */

.vd-video-card__body {
    padding-top: 10px;
}

.vd-video-card__title {
    margin: 0 0 4px;
    font-size: 15px;
}

.vd-video-card__label {
    margin: 0;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--vd-text-muted);
}

/* Hide filtered cards */

.vd-work-card--hidden {
    display: none;
}

img.background-gradient {
    position: absolute;
    top: 400px;
    z-index: 9;
    pointer-events: none;
    cursor: default;
}

.vd-work-card__trigger img {
    display: block;
    width: 100%;
    height: 180px;
    object-fit: cover;
}

img.video-img-card {
    height: 370px;
}

.vd-work-card__play-label {
    position: absolute;
    left: 16px;
    bottom: 14px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #ffffff;
}

/* Card body */

.vd-video-card__meta {
    margin: 6px 0 0;
    font-size: 12px;
    color: var(--vd-text-muted);
}

/* Filtered hiding */

.vd-work-card--hidden {
    display: none;
}

/* Empty / load more */

.vd-work__empty {
    text-align: centre;
    margin-top: 26px;
    color: var(--vd-text-muted);
}

.vd-work__load-more-wrap {
    text-align: centre;
    margin-top: 30px;
}

/* Video modal */

.vd-work-modal__panel {
    max-width: 960px;
    width: 100%;
}

.vd-work-modal__video {
    position: relative;
    padding-top: 56.25%; /* 16:9 */
    border-radius: 18px;
    overflow: hidden;
}

.vd-work-modal__video iframe,
.vd-work-modal__video video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

/* Responsive */

@media (max-width: 1024px) {
    .vd-work-search__form {
        flex-direction: column;
        align-items: stretch;
    }

    .vd-work-search__filters {
        justify-content: space-between;
    }

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

@media (max-width: 720px) {
    .vd-work-search__filters {
        flex-direction: column;
        align-items: stretch;
    }

    .vd-work-search__select {
        width: 100%;
    }

    .vd-work-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .vd-work__load-more-wrap {
        margin-top: 22px;
    }
}


/* Search */

.vd-single-sidebar__search {
    padding-bottom: 16px;
}

.vd-single-search__field {
    display: flex;
    align-items: center;
    background-color: #101010;
    border-radius: 999px;
    padding: 6px 12px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.vd-single-search__icon {
    font-size: 14px;
    margin-right: 8px;
    opacity: 0.7;
}

#vd-single-search-input {
    border: none;
    outline: none;
    background: transparent;
    color: var(--vd-text);
    width: 100%;
    font-size: 13px;
}

#vd-single-search-input::placeholder {
    color: var(--vd-text-muted);
}

/* Categories */

.vd-single-cats {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.vd-single-cats__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 13px;
    color: var(--vd-text-muted);
    text-decoration: none;
    background-color: #101010;
    border: 1px solid transparent;
}

.vd-single-cats__link:hover {
    border-color: rgba(255, 255, 255, 0.25);
    color: var(--vd-text);
}

.vd-single-cats__link--active {
    border-color: var(--vd-highlight);
    background: radial-gradient(circle at right, rgba(255, 192, 75, 0.23) 0, #101010 60%);
    color: #fff;
}

/* ==============================
   Single post, Insights layout
   ============================== */

/* Hero with featured image background */



.vd-single-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0, rgba(0, 0, 0, 0.75) 35%, rgba(0, 0, 0, 0.9) 100%);
    pointer-events: none;
}

.vd-single-hero__inner {
    position: relative;
    z-index: 9;
    width: 1350px;
}

/* Meta and title in hero */

.vd-single-article__meta {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--vd-text-muted);
    margin: 0 0 10px;
}

.vd-single-article__category {
    color: var(--vd-highlight);
}

.vd-single-article__title {
    font-size: 55px;
    line-height: 52px;
    margin: 0 0 12px;
    width: 60%;
}

.vd-single-article__excerpt {
    margin: 0;
    font-size: 16px;
    color: var(--vd-text-muted);
}

/* Body area with right sidebar */

.vd-single-body {
    background-color: #101010;
    padding-top: 40px;
    padding-bottom: 60px;
}

.vd-single-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.8fr) 280px; /* article left; sidebar right */
    gap: 40px;
    align-items: flex-start;
}

/* Article */

.vd-single-article {
    max-width: 780px;
}

.vd-single-article__body {
    font-size: 16px;
    line-height: 1.7;
    color: var(--vd-text);
}

.vd-single-article__body p {
    margin-bottom: 18px;
}

.vd-single-article__body h2,
.vd-single-article__body h3,
.vd-single-article__body h4 {
    margin-top: 28px;
    margin-bottom: 12px;
}

.vd-single-article__body ul,
.vd-single-article__body ol {
    margin: 0 0 18px 20px;
}

/* Footer under article */

.vd-single-article__footer {
    margin-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.vd-single-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.vd-single-tags__label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--vd-text-muted);
}

.vd-single-tags__list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.vd-single-tags__list a {
    font-size: 12px;
    border-radius: 999px;
    padding: 4px 10px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    text-decoration: none;
    color: var(--vd-text-muted);
}

.vd-single-tags__list a:hover {
    border-color: var(--vd-highlight);
    color: #fff;
}

/* Prev / next */

.vd-single-nav {
    display: flex;
    justify-content: space-between;
    gap: 14px;
}

.vd-single-nav__prev,
.vd-single-nav__next {
    flex: 1;
}

.vd-single-nav a {
    display: block;
    padding: 14px 16px;
    border-radius: var(--vd-radius-lg);
    background-color: #151515;
    border: 1px solid rgba(255, 255, 255, 0.12);
    text-decoration: none;
    color: var(--vd-text-muted);
}

.vd-single-nav a span {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    margin-bottom: 4px;
}

.vd-single-nav a strong {
    font-size: 14px;
    color: #fff;
}

.vd-single-nav a:hover {
    border-color: var(--vd-highlight);
}

/* Sidebar (now on the right) */

.vd-single-sidebar {
    position: sticky;
    top: 96px;
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.vd-single-sidebar__block {
    background-color: var(--vd-panel);
    border-radius: var(--vd-radius-lg);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 18px 18px 20px;
}

.vd-single-sidebar__heading {
    font-size: 13px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin: 0 0 10px;
    color: var(--vd-text-muted);
}

/* Search */

.vd-single-sidebar__search {
    padding-bottom: 16px;
}

.vd-single-search__field {
    display: flex;
    align-items: center;
    background-color: #101010;
    border-radius: 999px;
    padding: 6px 12px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.vd-single-search__icon {
    font-size: 14px;
    margin-right: 8px;
    opacity: 0.7;
}

#vd-single-search-input {
    border: none;
    outline: none;
    background: transparent;
    color: var(--vd-text);
    width: 100%;
    font-size: 13px;
}

#vd-single-search-input::placeholder {
    color: var(--vd-text-muted);
}

/* Categories */

.vd-single-cats {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.vd-single-cats__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 13px;
    color: var(--vd-text-muted);
    text-decoration: none;
    background-color: #101010;
    border: 1px solid transparent;
}

.vd-single-cats__link:hover {
    border-color: rgba(255, 255, 255, 0.25);
    color: var(--vd-text);
}

.vd-single-cats__link--active {
    border-color: var(--vd-highlight);
    background: radial-gradient(circle at right, rgba(255, 192, 75, 0.23) 0, #101010 60%);
    color: #fff;
}

.vd-single-cats__count {
    font-size: 11px;
    opacity: 0.7;
}

/* Related list */

.vd-single-related-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.vd-single-related-list__item a {
    display: block;
    font-size: 13px;
    line-height: 1.4;
    text-decoration: none;
    color: var(--vd-text-muted);
}

.vd-single-related-list__item a:hover {
    color: #fff;
}

/* CTA block */

.vd-single-sidebar__cta {
    background: radial-gradient(circle at top left, #31240d 0, #151515 55%);
}

.vd-single-sidebar__cta p {
    font-size: 13px;
    color: var(--vd-text-muted);
    margin: 0 0 10px;
}

.vd-btn--full {
    width: 100%;
    justify-content: centre;
}

.vd-single-sidebar__cta-note {
    margin-top: 8px;
    font-size: 11px;
    opacity: 0.8;
}

/* ==============================
   Mobile header + menu
   ============================== */

.vd-header-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

/* White hamburger */

.vd-mobile-toggle {
    display: none;
    position: relative;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(0, 0, 0, 0.8);
    padding: 0;
    cursor: pointer;
}

.vd-mobile-toggle__bar {
    position: absolute;
    left: 10px;
    right: 10px;
    height: 2px;
    border-radius: 4px;
    background: #ffffff;
    transition: transform 0.18s ease, opacity 0.18s ease, top 0.18s ease, bottom 0.18s ease;
}

.vd-mobile-toggle__bar:nth-child(1) {
    top: 12px;
}

.vd-mobile-toggle__bar:nth-child(2) {
    top: 20px;
}

.vd-mobile-toggle__bar:nth-child(3) {
    bottom: 12px;
}

/* Optional cross animation when menu is open */
.vd-menu-open .vd-mobile-toggle__bar:nth-child(1) {
    top: 20px;
    transform: rotate(45deg);
}

.vd-menu-open .vd-mobile-toggle__bar:nth-child(2) {
    opacity: 0;
}

.vd-menu-open .vd-mobile-toggle__bar:nth-child(3) {
    bottom: 20px;
    transform: rotate(-45deg);
}

/* Fullscreen mobile menu */

.vd-mobile-menu {
    position: fixed;
    inset: 0;
    display: none;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    padding: 24px 18px;
}

/* Mobile menu; bigger panel, closer to top, scrollable */

.vd-mobile-menu.is-open {
    display: flex;
    justify-content: center;
    align-items: flex-start;   /* was centre; pushes it too high */
    padding: 40px 18px 24px;   /* add a bit of top padding */
}

.vd-mobile-menu__panel {
    width: 100%;
    max-width: 100vh;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    background: black;
    padding: 30px;
}

/* On very small screens use almost full width */

@media (max-width: 480px) {
    .vd-mobile-menu__panel {
        max-width: 100%;
    }
}


/* Top row: logo + close */

.vd-mobile-menu__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
}

.vd-mobile-menu__logo .custom-logo {
    height: 70px;
    width: auto;
}

.vd-mobile-menu__close {
    border: none;
    background: none;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
}

/* Meta row: location + quick book */

.vd-mobile-menu__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--vd-text-muted);
    padding: 10px 0 6px;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.vd-mobile-menu__book {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    text-decoration: none;
    color: #ffffff;
}

/* Menu list */

.vd-mobile-menu__list {
    list-style: none;
    margin: 6px 0 0;
    padding: 0;
}

.vd-mobile-menu__list > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.vd-mobile-menu__list > li:last-child {
    border-bottom: none;
}

.vd-mobile-menu__list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 2px;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
}

.vd-mobile-menu__list a span {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

/* Footer with socials */

.vd-mobile-menu__footer {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    display: flex;
    justify-content: flex-start;
}

.vd-mobile-menu__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
    margin-right: 8px;
}

/* Lock scroll when menu open */

.vd-menu-open {
    overflow: hidden;
}

.main-navigation li a {
    letter-spacing: 0;
    font-size: 14px;
    padding: 1px 9px;
    font-family: "Aventa", sans-serif;
}

/* Show / hide per breakpoint */

@media (max-width: 720px) {
    .vd-desktop-nav {
        display: none;
    }

    .vd-mobile-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
}

/* Desktop header spacing */

@media (min-width: 721px) {
    .vd-desktop-nav {
        display: flex;
        align-items: center;
        margin-left: auto;
        gap: 32px;             /* gap between menu list and CTA */
    }

    .vd-nav__list {
        display: flex;
        align-items: center;
        gap: 40px;             /* spacing between menu items */
    }
}



/* Responsive */

@media (max-width: 1024px) {
    .vd-single-layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 32px;
    }

    .vd-single-sidebar {
        position: static;
    }
}

@media (max-width: 720px) {
    .vd-single-hero {
        padding: 60px 0 40px;
        min-height: 260px;
    }

    .vd-single-article__title {
        font-size: 30px;
    }
}



/* Mobile tweaks */

@media (max-width: 720px) {
    .vd-floating-cta {
        right: 16px;
        bottom: 16px;
        left: 16px;
    }

    .vd-floating-cta__btn {
        width: 100%;
        justify-content: center;
    }

    .vd-modal__panel {
        padding: 24px 20px;
    }
}


/* Mobile tweaks */

@media (max-width: 720px) {
    .vd-floating-cta {
        right: 16px;
        bottom: 16px;
        left: 16px;
    }

    .vd-floating-cta__btn {
        width: 100%;
        justify-content: center;
    }

    .vd-modal__panel {
        padding: 24px 20px;
    }
}
