/*
Theme Name: Vicky Bouzouni
Theme URI: https://vickybouzouni.com/
Author: W3 Specialists
Author URI: https://w3specialists.com/
Description: A bespoke editorial WordPress theme for Vicky Bouzouni, Legacy Group, Luxury Living, Athens Riviera Awards, and The Legends.
Version: 1.1.0
Requires at least: 6.4
Tested up to: 7.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vicky-bouzouni
Tags: custom-logo, custom-menu, featured-images, translation-ready, blog
*/

@font-face {
	font-family: "Playfair Display";
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url("assets/fonts/playfair-display/playfair-display-normal-latin.woff2") format("woff2");
}

@font-face {
	font-family: "Playfair Display";
	font-style: italic;
	font-weight: 400 700;
	font-display: swap;
	src: url("assets/fonts/playfair-display/playfair-display-italic-latin.woff2") format("woff2");
}

@font-face {
	font-family: "Jost";
	font-style: normal;
	font-weight: 300 700;
	font-display: swap;
	src: url("assets/fonts/jost/jost-latin.woff2") format("woff2");
}

:root {
	--vb-black: #080808;
	--vb-black-soft: #11100f;
	--vb-ink: #171512;
	--vb-cream: #f5f4f1;
	--vb-white: #ffffff;
	--vb-gold: #b98b4d;
	--vb-gold-light: #d6b079;
	--vb-muted: #736e65;
	--vb-line-dark: rgba(255, 255, 255, 0.14);
	--vb-line-light: rgba(23, 21, 18, 0.15);
	--vb-display: "Playfair Display", Georgia, serif;
	--vb-body: "Jost", "Helvetica Neue", Arial, sans-serif;
	--vb-header-height: 76px;
	--vb-content-width: 1440px;
	--vb-reading-width: 760px;
}

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

html {
	scroll-behavior: smooth;
}

html.lenis {
	scroll-behavior: auto;
}

body {
	margin: 0;
	background: var(--vb-black);
	color: var(--vb-ink);
	font-family: var(--vb-body);
	font-size: 16px;
	font-weight: 300;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.cookie-notice {
	position: fixed;
	inset: auto 20px 20px;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	max-width: 960px;
	margin-inline: auto;
	padding: 20px 24px;
	background: var(--vb-black-soft);
	color: var(--vb-white);
	border: 1px solid var(--vb-gold);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

.cookie-notice[hidden] {
	display: none;
}

.cookie-notice p {
	margin: 0;
	font-size: 16px;
	line-height: 1.65;
}

.cookie-notice p a {
	color: var(--vb-gold-light);
	text-decoration: underline;
}

.cookie-notice .button {
	flex-shrink: 0;
	cursor: pointer;
}

@media (max-width: 600px) {
	.cookie-notice {
		inset: auto 12px max(12px, env(safe-area-inset-bottom));
		align-items: stretch;
		flex-direction: column;
		gap: 12px;
		padding: 16px;
	}
}

body.menu-open {
	overflow: hidden;
}

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

button,
a {
	-webkit-tap-highlight-color: transparent;
}

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

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

figure {
	margin: 0;
}

h1,
h2,
h3,
h4,
p {
	margin-top: 0;
}

::selection {
	background: var(--vb-gold);
	color: var(--vb-black);
}

:focus-visible {
	outline: 2px solid var(--vb-gold-light);
	outline-offset: 4px;
}

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

.screen-reader-text:focus {
	top: 10px;
	left: 10px;
	z-index: 10000;
	width: auto;
	height: auto;
	padding: 12px 18px;
	clip: auto;
	background: var(--vb-white);
	color: var(--vb-black);
}

.site-main {
	min-height: 60vh;
}

.section-dark {
	background-color: var(--vb-black);
	color: var(--vb-white);
}

.section-light {
	background-color: var(--vb-cream);
	color: var(--vb-ink);
}

.eyebrow {
	margin-bottom: 15px;
	color: var(--vb-gold);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1.5;
	text-transform: uppercase;
}

.section-heading {
	width: min(100% - 48px, 820px);
	margin: 0 auto 48px;
}

.section-heading--center {
	text-align: center;
}

.section-heading h2 {
	margin: 0;
	font-family: var(--vb-display);
	font-size: clamp(34px, 4vw, 54px);
	font-weight: 400;
	letter-spacing: -0.025em;
	line-height: 1.1;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 47px;
	padding: 12px 23px;
	border: 1px solid currentcolor;
	background: transparent;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.13em;
	line-height: 1.2;
	text-transform: uppercase;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.button .arrow-icon {
	margin-left: 24px;
	font-size: 16px;
	line-height: 1;
	transition: transform 180ms ease;
}

.button:hover .arrow-icon,
.text-link:hover .arrow-icon,
.activity-card:hover .arrow-icon,
.venture-card a:hover .arrow-icon {
	transform: translateX(5px);
}

.button--gold {
	border-color: var(--vb-gold);
	color: var(--vb-gold-light);
}

.button--gold:hover {
	background: var(--vb-gold);
	color: var(--vb-black);
}

.button--dark {
	border-color: var(--vb-black);
	color: var(--vb-black);
}

.button--dark:hover {
	background: var(--vb-black);
	color: var(--vb-white);
}

.text-link {
	display: inline-flex;
	align-items: center;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.text-link .arrow-icon {
	margin-left: 14px;
	transition: transform 180ms ease;
}

.section-action {
	margin-top: 38px;
	text-align: center;
}

.section-empty {
	margin: 38px auto;
	color: rgba(255, 255, 255, 0.58);
	text-align: center;
}

.section-empty--light {
	color: var(--vb-muted);
}

/* Header */
.site-header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 100;
	height: var(--vb-header-height);
	border-bottom: 1px solid var(--vb-line-dark);
	background: rgba(8, 8, 8, 0.96);
	color: var(--vb-white);
	transition: background-color 220ms ease, box-shadow 220ms ease;
}

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

.site-header.is-scrolled {
	background: rgba(8, 8, 8, 0.88);
	box-shadow: 0 10px 32px rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(12px);
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: min(100%, var(--vb-content-width));
	height: 100%;
	margin: 0 auto;
	padding: 0 38px;
}

.site-branding {
	position: relative;
	display: inline-flex;
	flex: 0 0 auto;
}

.site-header .site-branding {
	z-index: 103;
}

.site-branding--text {
	flex-direction: column;
	color: var(--vb-white);
	font-family: var(--vb-display);
	font-size: 22px;
	font-weight: 400;
	letter-spacing: -0.025em;
	line-height: 0.82;
	text-transform: uppercase;
}

.site-branding__image {
	width: auto;
	max-width: 155px;
	height: 48px;
	object-fit: contain;
}

.site-navigation {
	display: flex;
	align-items: center;
}

.primary-menu,
.footer-menu {
	display: flex;
	align-items: center;
	gap: clamp(18px, 2.05vw, 32px);
	margin: 0;
	padding: 0;
	list-style: none;
}

.primary-menu a {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	transition: color 180ms ease;
}

.primary-menu a:hover,
.primary-menu .current-menu-item > a {
	color: var(--vb-gold-light);
}

.primary-menu > .menu-item-cta > a,
.primary-menu > li:last-child > a {
	min-height: 38px;
	padding: 8px 15px;
	border: 1px solid var(--vb-gold);
	color: var(--vb-gold-light);
}

.primary-menu > .menu-item-cta > a:hover,
.primary-menu > li:last-child > a:hover {
	background: var(--vb-gold);
	color: var(--vb-black);
}

.menu-toggle {
	display: none;
	position: relative;
	z-index: 103;
	width: 44px;
	height: 44px;
	padding: 11px 8px;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.menu-toggle span {
	display: block;
	width: 27px;
	height: 1px;
	margin: 6px 0;
	background: var(--vb-white);
	transition: transform 220ms ease, opacity 180ms ease;
}

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

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

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

/* Homepage hero */
.home-hero {
	position: relative;
	min-height: max(720px, 94vh);
	min-height: max(720px, 94svh);
	overflow: hidden;
	background: var(--vb-black);
	color: var(--vb-white);
}

.home-hero__slides {
	position: absolute;
	inset: 0;
}

.home-hero__slide {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	padding-top: var(--vb-header-height);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 800ms ease, visibility 800ms ease;
}

.home-hero__slide.is-active {
	z-index: 1;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.home-hero__media {
	position: absolute;
	top: var(--vb-header-height);
	right: 0;
	bottom: 0;
	width: 59%;
	background: #1a1917;
}

.home-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 22%;
}

.home-hero__shade {
	position: absolute;
	inset: var(--vb-header-height) 0 0;
	background: linear-gradient(90deg, #080808 0%, #080808 32%, rgba(8, 8, 8, 0.89) 43%, rgba(8, 8, 8, 0.2) 70%, rgba(8, 8, 8, 0.08) 100%), linear-gradient(0deg, rgba(8, 8, 8, 0.48), transparent 34%);
}

.home-hero__content {
	position: relative;
	z-index: 2;
	width: min(100% - 48px, var(--vb-content-width));
	margin: 0 auto;
	padding: 68px 62px;
}

.home-hero__title-rule {
	position: relative;
	display: block;
	width: 40px;
	height: 1px;
	margin: 16px 0;
	background: var(--vb-gold);
}

.home-hero .eyebrow {
	margin-left: 0;
}

.home-hero h1 {
	max-width: 650px;
	margin: 0;
	font-family: var(--vb-display);
	font-size: clamp(68px, 7.3vw, 118px);
	font-weight: 400;
	letter-spacing: -0.055em;
	line-height: 1;
	text-transform: uppercase;
}

.home-hero h1 span {
	display: block;
}

.home-hero__tagline {
	margin: 0 0 16px;
	color: var(--vb-gold-light);
	font-family: var(--vb-display);
	font-size: clamp(22px, 2vw, 30px);
	font-style: italic;
	line-height: 1.3;
}

.home-hero__intro {
	max-width: 470px;
	margin-bottom: 30px;
	color: rgba(255, 255, 255, 0.84);
	font-size: 16px;
	line-height: 1.75;
}

.home-hero__controls {
	position: absolute;
	right: max(32px, calc((100% - var(--vb-content-width)) / 2 + 62px));
	bottom: 32px;
	z-index: 5;
	display: flex;
	align-items: center;
	gap: 15px;
}

.home-hero__arrow,
.home-hero__dots button {
	appearance: none;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--vb-gold-light);
	cursor: pointer;
}

.home-hero__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 1px solid rgba(199, 166, 107, 0.62);
	font-size: 18px;
	transition: border-color 180ms ease, background-color 180ms ease;
}

.home-hero__arrow:hover,
.home-hero__arrow:focus-visible {
	border-color: var(--vb-gold);
	background: rgba(199, 166, 107, 0.16);
}

.home-hero__arrow--previous .arrow-icon {
	transform: rotate(180deg);
}

.home-hero__dots {
	display: flex;
	align-items: center;
	gap: 8px;
}

.home-hero__dots button {
	width: 25px;
	height: 2px;
	background: rgba(255, 255, 255, 0.38);
	transition: background-color 180ms ease, width 180ms ease;
}

.home-hero__dots button[aria-current="true"] {
	width: 38px;
	background: var(--vb-gold);
}

/* Activity strip */
.activity-strip {
	width: 100%;
	background: var(--vb-cream);
	color: var(--vb-ink);
}

.activity-strip__inner {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	width: min(100%, var(--vb-content-width));
	margin: 0 auto;
}

.activity-card {
	display: grid;
	grid-template-columns: 54px 1fr;
	gap: 18px;
	min-width: 0;
	padding: 31px 26px;
	border-right: 1px solid var(--vb-line-light);
}

.activity-card:last-child {
	border-right: 0;
}

.activity-card__mark {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding-top: 3px;
	color: var(--vb-gold);
	font-family: var(--vb-display);
	font-size: 20px;
	line-height: 1;
}

.activity-card__mark img {
	width: 38px;
	height: 38px;
	object-fit: contain;
}

.activity-card__mark .vb-fa-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	font-size: 28px;
}

.activity-card__copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-width: 0;
}

.activity-card strong {
	display: block;
	margin-bottom: 5px;
	font-family: var(--vb-display);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	text-transform: uppercase;
}

.activity-card__copy p {
	min-height: 44px;
	margin: 0 0 18px;
	font-size: inherit;
	line-height: inherit;
}

.activity-card__button {
	max-width: 100%;
	overflow-wrap: anywhere;
}

.activity-card__button .arrow-icon {
	flex-shrink: 0;
	margin-left: 10px;
}

/* Conversations */
.conversations-section {
	padding: 70px 0 54px;
	background-image: radial-gradient(circle at 20% 0%, rgba(185, 139, 77, 0.08), transparent 34%);
}

.card-rail-wrap {
	position: relative;
	width: min(100% - 108px, var(--vb-content-width));
	margin: 0 auto;
}

.conversation-rail {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.conversation-card {
	min-width: 0;
}

.conversation-swiper .conversation-scrollbar,
.press-swiper .press-scrollbar {
	display: none;
}

@media (max-width: 782px) {
	.conversation-swiper.swiper-initialized .conversation-rail,
	.press-swiper.swiper-initialized .press-preview__grid {
		display: flex;
		gap: 0;
	}

	.conversation-swiper .swiper-slide,
	.press-swiper .swiper-slide {
		height: auto;
	}

	.press-swiper.swiper-initialized .press-mini-card {
		max-width: none;
		margin: 0;
	}

	.conversation-swiper.swiper-initialized .conversation-scrollbar,
	.press-swiper.swiper-initialized .press-scrollbar {
		display: block;
		position: relative;
		left: auto;
		bottom: auto;
		width: 100%;
		height: 6px;
		margin-top: 28px;
		background: rgba(255, 255, 255, 0.2);
		cursor: grab;
	}

	.conversation-swiper .swiper-scrollbar-drag,
	.press-swiper .swiper-scrollbar-drag {
		background: var(--vb-gold-light);
	}

	.press-swiper.swiper-initialized .press-scrollbar {
		background: rgba(23, 21, 18, 0.2);
	}

	.conversation-swiper .conversation-scrollbar.swiper-scrollbar-lock,
	.press-swiper .press-scrollbar.swiper-scrollbar-lock {
		display: none;
	}
}

.conversation-card a {
	display: block;
}

.conversation-card__image {
	position: relative;
	margin-bottom: 15px;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: #171717;
}

.conversation-rail .conversation-card__image {
	aspect-ratio: 6 / 7;
}

.conversation-card__image::after {
	content: "";
	position: absolute;
	inset: 0;
	box-shadow: inset 0 0 0 1px rgba(185, 139, 77, 0);
	transition: box-shadow 200ms ease;
}

.conversation-card:hover .conversation-card__image::after {
	box-shadow: inset 0 0 0 1px var(--vb-gold);
}

.conversation-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(1) contrast(1.04);
	transition: filter 250ms ease, transform 450ms ease;
}

.conversation-card:hover img {
	filter: grayscale(0.55) contrast(1.04);
	transform: scale(1.025);
}

.conversation-card h3,
.conversation-card h2 {
	margin: 0 0 4px;
	color: var(--vb-white);
	font-family: var(--vb-body);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.055em;
	line-height: 1.35;
	text-transform: uppercase;
}

.conversation-card p {
	margin: 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: inherit;
	line-height: inherit;
}

.image-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: var(--vb-gold);
	font-family: var(--vb-display);
	font-size: 68px;
}

.rail-button {
	position: absolute;
	top: 36%;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--vb-gold-light);
	font-size: 24px;
	cursor: pointer;
}

.rail-button--previous {
	left: -52px;
}

.rail-button--next {
	right: -52px;
}

/* Leadership and ventures */
.ventures-section {
	padding: 62px 34px 52px;
}

.venture-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	width: min(100%, 1260px);
	margin: 0 auto;
}

.venture-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 0;
	padding: 4px 40px 8px;
	border-right: 1px solid var(--vb-line-light);
	text-align: center;
}

.venture-card:last-child {
	border-right: 0;
}

.venture-card h3 {
	margin: 0 0 2px;
	font-family: var(--vb-display);
	font-size: clamp(22px, 2.3vw, 31px);
	font-weight: 400;
	letter-spacing: -0.025em;
	line-height: 1.05;
	text-transform: uppercase;
}

.venture-card__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 56px;
	margin-bottom: 4px;
}

.venture-card__logo img {
	width: auto;
	max-width: 190px;
	height: auto;
	max-height: 54px;
	object-fit: contain;
}

.venture-card__subtitle {
	min-height: 24px;
	margin-bottom: 13px !important;
	font-family: var(--vb-display);
	font-size: 11px !important;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.venture-card > p:not(.venture-card__subtitle) {
	max-width: 225px;
	min-height: 80px;
	margin-bottom: 16px;
	font-size: 16px;
	line-height: 1.65;
}

.venture-card a,
.activity-card__button {
	display: inline-flex;
	align-items: center;
	margin-top: auto;
	font-size: 9px;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.venture-card a .arrow-icon,
.activity-card__button .arrow-icon {
	margin-left: 10px;
	transition: transform 180ms ease;
}

/* Collaborations */
.collaborations-section {
	padding: 38px 32px 44px;
}

.collaborations-section .section-heading {
	margin-bottom: 22px;
}

.collaboration-grid {
	display: grid;
	grid-template-columns: repeat(9, minmax(0, 1fr));
	gap: 24px;
	align-items: center;
	width: min(100%, 1380px);
	margin: 0 auto;
}

.collaborations-swiper {
	width: min(100%, 1380px);
	margin: 0 auto;
	--swiper-pagination-color: var(--vb-gold-light);
	--swiper-pagination-bullet-inactive-color: var(--vb-white);
	--swiper-pagination-bullet-inactive-opacity: 0.35;
}

.collaborations-swiper.swiper-initialized .collaboration-grid {
	display: flex;
	gap: 0;
}

.collaborations-swiper .collaboration-pagination {
	display: none;
	position: relative;
	bottom: auto;
	margin-top: 24px;
}

.collaborations-swiper.swiper-initialized .collaboration-pagination {
	display: block;
}

.collaborations-swiper .collaboration-pagination.swiper-pagination-lock {
	display: none;
}

.collaboration-logo,
.collaboration-logo a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	height: 72px;
}

.collaboration-logo {
	/* Keep blending consistent inside Swiper's transformed slides. */
	background: var(--vb-black);
	isolation: isolate;
}

.collaboration-logo img {
	width: 100%;
	max-width: 150px;
	max-height: 70px;
	object-fit: contain;
	/* Invert white image backgrounds to black, then blend into the dark strip. */
	filter: grayscale(1) invert(1);
	mix-blend-mode: screen;
	background: transparent;
	opacity: 1;
	transition: opacity 180ms ease;
}

/* Only the packaged transparent logos need the original white treatment. */
.collaboration-logo img.collaboration-logo__default {
	filter: grayscale(1) brightness(0) invert(1);
	opacity: 0.72;
}

.collaboration-logo:hover img {
	opacity: 1;
}

.collaboration-logo span {
	color: rgba(255, 255, 255, 0.8);
	font-size: 11px;
	letter-spacing: 0.08em;
	text-align: center;
	text-transform: uppercase;
}

/* Press */
.press-preview {
	padding: 54px 36px 58px;
}

.press-preview__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	width: min(100%, 1340px);
	margin: 0 auto;
}

.press-swiper {
	width: min(100%, 1340px);
	margin: 0 auto;
}

.press-mini-card {
	min-width: 0;
	text-align: center;
}

.press-mini-card__image {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border: 1px solid rgba(23, 21, 18, 0.1);
	background: #e8e6e1;
}

.press-mini-card img,
.press-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(0.82);
	transition: filter 200ms ease, transform 400ms ease;
}

.press-mini-card:hover img,
.press-card:hover img {
	filter: saturate(1);
	transform: scale(1.025);
}

.press-mini-card h3 {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.press-mini-card p {
	margin: 3px 0 0;
	color: var(--vb-muted);
	font-size: 10px;
}

.press-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 18px;
	color: var(--vb-ink);
	font-family: var(--vb-display);
	font-size: 22px;
	text-align: center;
}

/* Footer */
.site-footer {
	background: var(--vb-black);
	color: var(--vb-white);
}

.footer-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 42px;
	width: min(100%, var(--vb-content-width));
	margin: 0 auto;
	padding: 38px 54px;
	border-bottom: 1px solid var(--vb-line-dark);
}

.footer-cta h2 {
	margin: 0 0 8px;
	font-family: var(--vb-display);
	font-size: clamp(32px, 3.4vw, 49px);
	font-weight: 400;
	letter-spacing: -0.025em;
	line-height: 1;
	text-transform: uppercase;
}

.footer-cta p {
	margin: 0;
	color: var(--vb-gold-light);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.65;
	letter-spacing: normal;
	text-transform: none;
}

.site-footer__main {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 44px;
	align-items: start;
	width: min(100%, var(--vb-content-width));
	margin: 0 auto;
	padding: 48px 54px;
}

.site-branding--footer {
	margin-bottom: 16px;
}

.site-footer__identity p {
	margin: 0;
	color: var(--vb-white);
	font-size: 16px;
	line-height: 1.65;
	letter-spacing: normal;
	text-transform: none;
}

.footer-menu {
	flex-direction: column;
	align-items: flex-start;
	gap: 13px;
}

.footer-menu a,
.social-links a {
	color: var(--vb-white);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.65;
	letter-spacing: normal;
	text-transform: none;
}

.social-links a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.social-links .vb-fa-icon {
	color: var(--vb-gold-light);
	font-size: 18px;
}

.footer-menu a:hover,
.social-links a:hover,
.site-credit a:hover {
	color: var(--vb-gold-light);
}

.social-links {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 17px;
}

.site-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	width: min(100%, var(--vb-content-width));
	margin: 0 auto;
	padding: 19px 54px;
	border-top: 1px solid var(--vb-line-dark);
}

.site-footer__bottom p {
	margin: 0;
	color: var(--vb-white);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.65;
	letter-spacing: normal;
	text-transform: none;
}

.site-credit a {
	color: var(--vb-white);
}

.back-to-top {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 80;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid var(--vb-gold);
	background: rgba(8, 8, 8, 0.88);
	color: var(--vb-gold-light);
	opacity: 0;
	pointer-events: none;
	transform: translateY(10px);
	transition: opacity 180ms ease, transform 180ms ease;
}

.back-to-top.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: none;
}

.back-to-top .arrow-icon {
	display: block;
	transform: rotate(-90deg);
}

/* Shared interior-page heroes */
.page-hero {
	padding-top: var(--vb-header-height);
}

.page-hero--compact {
	display: flex;
	align-items: flex-end;
	background-image: radial-gradient(circle at 78% 28%, rgba(185, 139, 77, 0.16), transparent 30%);
}

.page-hero--compact > div {
	width: min(100% - 48px, 1180px);
	margin: 0 auto;
	padding: 82px 0 72px;
}

.page-hero h1,
.entry-hero h1 {
	max-width: 980px;
	margin: 0;
	font-family: var(--vb-display);
	font-size: clamp(58px, 8vw, 112px);
	font-weight: 400;
	letter-spacing: -0.045em;
	line-height: 0.92;
	text-transform: uppercase;
}

.entry-hero h1 {
	line-height: 1;
	letter-spacing: normal;
}

.single-entry .entry-hero--title-only h1 {
	font-size: clamp(36px, 8vw, 60px);
}

.page-hero--compact > div > p:last-child,
.entry-hero__copy > p:last-child {
	max-width: 620px;
	margin: 24px 0 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: 17px;
}

/* Project pages */
.project-hero {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: 760px;
	min-height: 90svh;
	padding-top: var(--vb-header-height);
	overflow: hidden;
	background: var(--vb-black);
	color: var(--vb-white);
}

.project-hero__media,
.project-hero__shade {
	position: absolute;
	inset: var(--vb-header-height) 0 0;
}

.project-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.project-hero__shade {
	background: linear-gradient(0deg, rgba(8, 8, 8, 0.92), rgba(8, 8, 8, 0.08) 62%), linear-gradient(90deg, rgba(8, 8, 8, 0.64), transparent 60%);
}

.project-hero__content {
	position: relative;
	z-index: 2;
	width: min(100% - 48px, 1240px);
	margin: 0 auto;
	padding: 72px 0;
}

.project-hero h1 {
	max-width: 1080px;
	margin: 0;
	font-family: var(--vb-display);
	font-size: clamp(28px, 5vw, 40px);
	font-weight: 400;
	letter-spacing: -0.055em;
	line-height: 0.86;
	text-transform: uppercase;
}

.project-hero__content > p:last-child {
	max-width: 650px;
	margin: 26px 0 0;
	color: rgba(255, 255, 255, 0.8);
	font-family: var(--vb-display);
	font-size: 22px;
	font-style: italic;
}

.editorial-intro {
	display: grid;
	grid-template-columns: 0.5fr 1.5fr;
	gap: 70px;
	width: 100%;
	padding: 112px max(48px, calc((100vw - 1240px) / 2));
}

.editorial-intro__label span {
	display: inline-block;
	padding-top: 10px;
	border-top: 1px solid var(--vb-gold);
	color: var(--vb-gold);
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.17em;
	text-transform: uppercase;
}

.editorial-intro__content {
	max-width: 820px;
}

.editorial-lead {
	margin-bottom: 36px;
	font-family: var(--vb-display);
	font-size: clamp(31px, 4vw, 50px);
	line-height: 1.22;
}

.luxury-videos {
	padding: 96px max(24px, calc((100vw - 1240px) / 2));
}

.luxury-video-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 330px), 1fr));
	gap: 54px 28px;
	width: min(100%, 1240px);
	margin: 0 auto;
}

.luxury-video-card {
	min-width: 0;
}

.luxury-videos__pagination .nav-links {
	flex-wrap: wrap;
}

.luxury-video-card__media {
	position: relative;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #171512;
}

.luxury-video-card__media > a,
.luxury-video-card__media iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.luxury-video-card__media img,
.luxury-video-card__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 500ms ease, filter 350ms ease;
}

.luxury-video-card__placeholder {
	background: radial-gradient(circle at 50% 35%, rgba(185, 139, 77, 0.35), transparent 28%), linear-gradient(145deg, #29251e, #0e0d0b);
}

.luxury-video-card__media > a::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(8, 8, 8, 0.42), transparent 58%);
}

.luxury-video-card__media > a:hover img {
	filter: brightness(0.82);
	transform: scale(1.035);
}

.luxury-video-card__play {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border: 1px solid var(--vb-gold-light);
	border-radius: 50%;
	background: rgba(8, 8, 8, 0.78);
	color: var(--vb-gold-light);
	font-size: 18px;
	transform: translate(-50%, -50%);
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.luxury-video-card__media > a:hover .luxury-video-card__play,
.luxury-video-card__media > a:focus-visible .luxury-video-card__play {
	background: var(--vb-gold);
	color: var(--vb-black);
	transform: translate(-50%, -50%) scale(1.08);
}

.luxury-video-card__copy {
	padding: 22px 5px 0;
}

.luxury-video-card h3 {
	margin: 0 0 11px;
	font-family: var(--vb-display);
	font-size: clamp(24px, 2.2vw, 31px);
	font-weight: 400;
	line-height: 1.18;
}

.luxury-video-card__text {
	color: var(--vb-muted);
	font-size: inherit;
	line-height: inherit;
}

.luxury-video-card__coming-soon {
	margin: 16px 0;
	padding: 12px 16px;
	border-left: 2px solid var(--vb-gold);
	background: var(--vb-white);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.65;
}

.luxury-video-card__text > *:first-child {
	margin-top: 0;
}

.luxury-video-card__text > *:last-child {
	margin-bottom: 0;
}

.project-contact,
.profile-statement {
	padding: 92px max(48px, calc((100vw - 1120px) / 2));
	text-align: center;
}

.project-contact h2 {
	max-width: 850px;
	margin: 0 auto 32px;
	font-family: var(--vb-display);
	font-size: clamp(38px, 5vw, 66px);
	font-weight: 400;
	line-height: 1.12;
}

.project-website--image {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	color: var(--vb-white);
}

.project-website__background,
.project-website__background::after {
	position: absolute;
	inset: 0;
}

.project-website__background img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.project-website__background::after {
	content: '';
	background: rgba(0, 0, 0, 0.6);
}

.project-website--image .project-website__content {
	position: relative;
	z-index: 1;
}

/* Profile */
.profile-hero {
	display: grid;
	grid-template-columns: minmax(340px, 0.88fr) minmax(420px, 1.12fr);
	gap: clamp(50px, 8vw, 120px);
	align-items: center;
	padding: calc(var(--vb-header-height) + 76px) max(48px, calc((100vw - 1240px) / 2)) 90px;
}

.profile-hero__image {
	position: relative;
	max-width: 570px;
}

.profile-hero__image::before {
	content: "";
	position: absolute;
	top: -18px;
	right: -18px;
	bottom: 18px;
	left: 18px;
	border: 1px solid var(--vb-gold);
}

.profile-hero__image img {
	position: relative;
	z-index: 1;
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	filter: saturate(0.75);
}

.profile-hero h1 {
	margin: 0 0 28px;
	font-family: var(--vb-display);
	font-size: clamp(62px, 8vw, 110px);
	font-weight: 400;
	letter-spacing: -0.05em;
	line-height: 0.9;
	text-transform: uppercase;
}

.profile-statement blockquote {
	margin: 0 auto 32px;
	color: var(--vb-gold-light);
	font-family: var(--vb-display);
	font-size: clamp(40px, 6vw, 78px);
	font-style: italic;
	line-height: 1.15;
}

/* Entries and archives */
.entry-content {
	font-size: 17px;
	line-height: 1.85;
}

.entry-content > *:first-child {
	margin-top: 0;
}

.entry-content > *:last-child {
	margin-bottom: 0;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
	margin: 1.5em 0 0.55em;
	font-family: var(--vb-display);
	font-weight: 400;
	line-height: 1.2;
}

.entry-content h2 {
	font-size: clamp(32px, 4vw, 48px);
}

.entry-content h3 {
	font-size: clamp(25px, 3vw, 34px);
}

.entry-content a {
	border-bottom: 1px solid var(--vb-gold);
}

.entry-content blockquote {
	margin: 42px 0;
	padding: 4px 0 4px 30px;
	border-left: 1px solid var(--vb-gold);
	font-family: var(--vb-display);
	font-size: 27px;
	font-style: italic;
	line-height: 1.45;
}

.entry-content img,
.entry-content .wp-block-image {
	margin-top: 38px;
	margin-bottom: 38px;
}

.entry-content .addtoany_share_save_container img,
.entry-content .a2a_kit img {
	margin: 0;
}

.entry-body {
	padding: 96px 24px;
}

.entry-body > .entry-content,
.default-page .entry-body > .entry-content {
	width: min(100%, var(--vb-reading-width));
	margin: 0 auto;
}

.entry-body > .button {
	display: flex;
	width: fit-content;
	margin: 48px auto 0;
}

.entry-body__image {
	width: min(100%, var(--vb-reading-width));
	margin: 0 auto 38px;
}

.post-share {
	width: min(100%, var(--vb-reading-width));
	margin: 38px auto 0;
	padding-top: 24px;
	border-top: 1px solid var(--vb-line-light);
}

.post-share [hidden],
.post-share[hidden] {
	display: none;
}

.post-share button {
	cursor: pointer;
}

.entry-content .post-share-label {
	font-size: 16px;
	line-height: 1.65;
}

.post-share__options {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 16px;
}

.post-share__options a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 16px;
	border: 1px solid var(--vb-line-light);
	font-size: 16px;
}

.post-share__options a:hover,
.post-share__options a:focus-visible {
	border-color: var(--vb-gold);
}

.entry-body__image img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.entry-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
	min-height: 620px;
	padding-top: var(--vb-header-height);
}

.entry-hero__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 80px max(48px, calc((100vw - 1240px) / 2));
	padding-right: 70px;
}

.entry-hero__image {
	min-height: 520px;
	overflow: hidden;
}

.entry-hero__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.entry-hero--conversation,
.entry-hero--title-only {
	grid-template-columns: minmax(0, 1fr);
	min-height: 0;
}

.conversation-detail {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
	align-items: start;
	gap: clamp(24px, 4vw, 56px);
	width: min(100%, 1240px);
	margin: 0 auto;
}

.conversation-detail--text-only {
	grid-template-columns: minmax(0, 1fr);
	max-width: var(--vb-reading-width);
}

.conversation-detail__image img {
	width: 100%;
	height: auto;
}

.conversation-detail__copy {
	min-width: 0;
	overflow-wrap: anywhere;
}

.conversation-detail__copy > .button {
	margin-top: 32px;
}

.conversation-detail__copy > .button:first-child {
	margin-top: 0;
}

.conversation-coming-soon {
	margin: 32px 0 0;
	padding: 20px 24px;
	border-left: 2px solid var(--vb-gold);
	background: var(--vb-white);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.65;
}

.conversation-coming-soon:first-child {
	margin-top: 0;
}

.conversation-detail__copy .addtoany_share_save_container {
	margin-top: 32px;
	padding-top: 24px;
	border-top: 1px solid var(--vb-line-light);
}

.conversation-detail__copy .conversation-share-label,
.conversation-detail__copy .addtoany_header {
	margin: 0 0 12px;
	color: var(--vb-ink);
	font-family: var(--vb-body);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.65;
}

.archive-content {
	padding: 86px max(32px, calc((100vw - 1240px) / 2));
}

.archive-content--dark {
	padding-top: 72px;
}

.press-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 58px 32px;
}

.press-card {
	min-width: 0;
}

.press-card__image {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #e4e1da;
}

.press-card__copy {
	padding: 22px 6px 0;
}

.press-card__copy .eyebrow {
	margin-bottom: 8px;
}

.press-card h2 {
	margin: 0 0 12px;
	font-family: var(--vb-display);
	font-size: 29px;
	font-weight: 400;
	line-height: 1.2;
}

.press-card__copy > p:not(.eyebrow) {
	color: var(--vb-muted);
	font-size: 16px;
}

.conversation-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 56px 26px;
}

.conversation-card--archive h2 {
	font-size: 13px;
}

.section-light .conversation-card--archive h2 {
	color: var(--vb-ink);
}

.section-light .conversation-card--archive p {
	color: var(--vb-muted);
}

.section-light .conversation-card--archive .conversation-card__image {
	border-color: var(--vb-line-light);
	background: #e4e1da;
}

.navigation.pagination {
	margin-top: 72px;
}

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

.page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 10px;
	border: 1px solid var(--vb-line-light);
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.archive-content--dark .page-numbers {
	border-color: var(--vb-line-dark);
}

.page-numbers.current,
.page-numbers:hover {
	border-color: var(--vb-gold);
	color: var(--vb-gold);
}

/* Contact */
.contact-layout {
	display: grid;
	grid-template-columns: minmax(300px, 0.85fr) minmax(440px, 1.15fr);
	gap: clamp(60px, 9vw, 130px);
	padding: 100px max(48px, calc((100vw - 1180px) / 2));
}

.contact-details h2 {
	margin: 0 0 28px;
	font-family: var(--vb-display);
	font-size: clamp(40px, 5vw, 62px);
	font-weight: 400;
	line-height: 1.12;
}

.contact-details dl {
	margin: 42px 0 0;
}

.contact-details dl div {
	padding: 18px 0;
	border-top: 1px solid var(--vb-line-light);
}

.contact-details dt {
	margin-bottom: 4px;
	color: var(--vb-gold);
	font-size: 9px;
	font-weight: 500;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.contact-details dt .vb-fa-icon {
	width: 16px;
	margin-right: 5px;
	font-size: 12px;
	text-align: center;
}

.contact-details dd {
	margin: 0;
	font-family: var(--vb-display);
	font-size: 22px;
	overflow-wrap: anywhere;
}

.contact-address {
	white-space: pre-line;
}

.contact-socials {
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px solid var(--vb-line-light);
}

.contact-socials > p {
	margin-bottom: 16px;
	font-weight: 500;
}

.contact-socials ul {
	display: flex;
	flex-direction: column;
	gap: 13px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.contact-socials a {
	display: inline-flex;
	align-items: center;
	gap: 12px;
}

.contact-socials .vb-fa-icon {
	width: 20px;
	color: var(--vb-gold);
	text-align: center;
}

.contact-socials a:hover {
	color: var(--vb-gold);
}

.contact-form-wrap {
	padding: 42px;
	background: var(--vb-white);
	box-shadow: 0 20px 70px rgba(23, 21, 18, 0.07);
}

.contact-form {
	display: grid;
	gap: 24px;
}

.form-row,
.form-row label {
	display: grid;
	gap: 8px;
}

.form-row--split {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.contact-form label > span {
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
	width: 100%;
	border: 0;
	border-bottom: 1px solid rgba(23, 21, 18, 0.35);
	border-radius: 0;
	background: transparent;
}

.contact-form input,
.contact-form select {
	height: 48px;
}

.contact-form textarea {
	padding: 12px 0;
	resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
	border-color: var(--vb-gold);
	outline: 0;
}

.form-consent {
	display: grid;
	grid-template-columns: 18px 1fr;
	gap: 10px;
	align-items: start;
}

.form-consent input {
	width: 16px;
	height: 16px;
	margin-top: 4px;
	accent-color: var(--vb-gold);
}

.form-consent span {
	font-size: 12px !important;
	font-weight: 300 !important;
	letter-spacing: 0 !important;
	line-height: 1.55;
	text-transform: none !important;
}

.form-consent a {
	border-bottom: 1px solid var(--vb-gold);
}

.contact-form .button {
	width: fit-content;
	cursor: pointer;
}

.honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.contact-form button:disabled {
	cursor: wait;
	opacity: 0.65;
}

.form-notice[hidden] {
	display: none;
}

.form-notice {
	margin-bottom: 24px;
	padding: 13px 16px;
	border-left: 2px solid var(--vb-gold);
	background: #f4f0e8;
	font-size: 14px;
}

.form-notice--error {
	border-left-color: #9a2f2f;
	background: #f8eeee;
}

.error-page {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 78vh;
	padding: calc(var(--vb-header-height) + 70px) 24px 90px;
	text-align: center;
}

.error-page > div {
	max-width: 800px;
}

.error-page h1 {
	margin: 0 0 24px;
	font-family: var(--vb-display);
	font-size: clamp(52px, 8vw, 100px);
	font-weight: 400;
	line-height: 1;
}

.error-page p:not(.eyebrow) {
	color: rgba(255, 255, 255, 0.66);
}

.error-page .button {
	margin-top: 20px;
}

/* Motion */
.is-reveal-ready [data-reveal] {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.65, 0.3, 1);
}

.is-reveal-ready [data-reveal].is-revealed {
	opacity: 1;
	transform: none;
}

@media (max-width: 1180px) {
	.site-header__inner {
		padding: 0 28px;
	}

	.menu-toggle {
		display: block;
	}

	.menu-open .site-header {
		/* A backdrop filter would contain the fixed menu inside the short header. */
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
		background: var(--vb-black);
	}

	.site-navigation {
		position: fixed;
		inset: 0;
		z-index: 101;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		height: 100vh;
		height: 100dvh;
		overflow-x: hidden;
		overflow-y: auto;
		overscroll-behavior: contain;
		padding: calc(var(--vb-header-height) + 24px) 24px max(24px, env(safe-area-inset-bottom));
		background: rgba(8, 8, 8, 0.985);
		opacity: 0;
		visibility: hidden;
		transform: translateY(-12px);
		transition: opacity 220ms ease, visibility 220ms ease, transform 220ms ease;
	}

	.admin-bar .site-navigation {
		top: var(--wp-admin--admin-bar--height, 32px);
		height: calc(100vh - var(--wp-admin--admin-bar--height, 32px));
		height: calc(100dvh - var(--wp-admin--admin-bar--height, 32px));
	}

	.menu-open .site-navigation {
		opacity: 1;
		visibility: visible;
		transform: none;
	}

	.primary-menu {
		flex-direction: column;
		flex-shrink: 0;
		gap: 2px;
		width: min(100%, 480px);
		margin-block: auto;
	}

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

	.primary-menu a {
		justify-content: center;
		width: 100%;
		min-height: 55px;
		border-bottom: 1px solid var(--vb-line-dark);
		font-family: var(--vb-display);
		font-size: 26px;
		font-weight: 400;
		letter-spacing: 0;
		text-transform: none;
	}

	.primary-menu > .menu-item-cta > a,
	.primary-menu > li:last-child > a {
		min-height: 50px;
		margin-top: 18px;
		font-family: var(--vb-body);
		font-size: 14px;
		letter-spacing: 0.06em;
		text-transform: uppercase;
	}

	.home-hero__content {
		padding-right: 32px;
		padding-left: 32px;
	}

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

	.activity-card:nth-child(2) {
		border-right: 0;
	}

	.activity-card:nth-child(-n+2) {
		border-bottom: 1px solid var(--vb-line-light);
	}

	.venture-card {
		padding-right: 25px;
		padding-left: 25px;
	}

	.press-preview__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 34px 24px;
	}

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

	.site-footer__main {
		gap: 28px;
	}
}

@media (max-width: 1023px) {
	.collaboration-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 782px) {
	.admin-bar .site-header {
		top: 46px;
	}

	.home-hero {
		min-height: 760px;
	}

	.home-hero__slide {
		align-items: flex-end;
	}

	.home-hero__media {
		left: 0;
		width: 100%;
	}

	.home-hero__media img {
		object-position: 61% 18%;
	}

	.home-hero__shade {
		background: linear-gradient(0deg, #080808 0%, rgba(8, 8, 8, 0.92) 36%, rgba(8, 8, 8, 0.24) 76%, rgba(8, 8, 8, 0.1) 100%);
	}

	.home-hero__content {
		width: 100%;
		padding: 200px 24px 96px;
	}

	.home-hero h1 {
		font-size: clamp(60px, 17vw, 95px);
	}

	.home-hero__intro {
		font-size: 15px;
	}

	.home-hero__controls {
		right: 24px;
		bottom: 25px;
	}

	.card-rail-wrap {
		width: calc(100% - 48px);
	}

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

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

	.venture-card {
		padding: 24px 28px 30px;
	}

	.venture-card:nth-child(2) {
		border-right: 0;
	}

	.venture-card:nth-child(-n+2) {
		border-bottom: 1px solid var(--vb-line-light);
	}

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

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

	.profile-hero {
		grid-template-columns: 1fr;
		padding-right: 24px;
		padding-left: 24px;
	}

	.profile-hero__image {
		width: min(100%, 520px);
		margin: 0 auto;
	}

	.profile-hero__copy {
		max-width: 680px;
	}

	.editorial-intro {
		grid-template-columns: 1fr;
		gap: 34px;
		padding: 80px 24px;
	}

	.entry-hero {
		grid-template-columns: 1fr;
	}

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

	.conversation-detail__image {
		width: min(100%, 380px);
	}

	.entry-hero__copy {
		padding: 90px 24px 60px;
	}

	.entry-hero__image {
		min-height: 420px;
		max-height: 70vh;
	}

	.contact-layout {
		grid-template-columns: 1fr;
		padding: 72px 24px;
	}

	.footer-cta {
		align-items: flex-start;
		flex-direction: column;
		padding: 38px 28px;
	}

	.site-footer__main {
		grid-template-columns: 1fr;
		padding: 42px 28px;
	}

	.social-links {
		grid-column: auto;
	}

	.site-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
		padding: 18px 28px;
	}
}

@media (max-width: 767px) {
	.home-hero__slides {
		min-height: 80vh;
	}

	.project-hero {
		min-height: 60vh;
	}
}

@media (max-width: 560px) {
	:root {
		--vb-header-height: 68px;
	}

	.site-header__inner {
		padding: 0 18px;
	}

	.site-branding--text {
		font-size: 19px;
	}

	.site-branding__image {
		max-width: 138px;
		height: 42px;
	}

	.home-hero {
		min-height: 710px;
	}

	.home-hero .eyebrow {
		max-width: 310px;
		font-size: 9px;
	}

	.home-hero h1 {
		font-size: clamp(54px, 18vw, 78px);
	}

	.home-hero__tagline {
		font-size: 20px;
	}

	.home-hero__controls {
		right: 20px;
		bottom: 22px;
		gap: 10px;
	}

	.home-hero__arrow {
		width: 34px;
		height: 34px;
	}

	.home-hero__dots button {
		width: 18px;
	}

	.home-hero__dots button[aria-current="true"] {
		width: 28px;
	}

	.activity-strip__inner {
		grid-template-columns: 1fr;
	}

	.activity-card {
		padding: 24px 22px;
		border-right: 0;
		border-bottom: 1px solid var(--vb-line-light);
	}

	.activity-card:last-child {
		border-bottom: 0;
	}

	.activity-card__copy p {
		min-height: 0;
	}

	.section-heading {
		width: calc(100% - 40px);
		margin-bottom: 34px;
	}

	.conversations-section {
		padding: 58px 0 48px;
	}

	.card-rail-wrap {
		width: calc(100% - 40px);
	}

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

	.venture-card,
	.venture-card:nth-child(2) {
		border-right: 0;
		border-bottom: 1px solid var(--vb-line-light);
	}

	.venture-card:last-child {
		border-bottom: 0;
	}

	.venture-card > p:not(.venture-card__subtitle) {
		min-height: 0;
	}

	.collaboration-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px 24px;
	}

	.press-preview {
		padding-right: 20px;
		padding-left: 20px;
	}

	.press-preview__grid,
	.press-grid,
	.conversation-rail,
	.conversation-grid {
		grid-template-columns: 1fr;
	}

	.press-mini-card {
		max-width: 390px;
		margin: 0 auto;
	}

	.page-hero--compact > div {
		padding-bottom: 52px;
	}

	.page-hero h1,
	.entry-hero h1 {
		font-size: clamp(50px, 15vw, 72px);
	}

	.project-hero h1 {
		font-size: clamp(28px, 5vw, 40px);
	}

	.project-hero__content {
		padding-bottom: 52px;
	}

	.project-contact,
	.profile-statement {
		padding: 72px 20px;
	}

	.profile-hero {
		gap: 52px;
		padding: calc(var(--vb-header-height) + 50px) 20px 70px;
	}

	.profile-hero__image::before {
		top: -10px;
		right: -10px;
		bottom: 10px;
		left: 10px;
	}

	.profile-hero h1 {
		font-size: 60px;
	}

	.archive-content {
		padding: 62px 20px;
	}

	.entry-body {
		padding: 70px 20px;
	}

	.entry-hero__image {
		min-height: 360px;
	}

	.contact-form-wrap {
		padding: 28px 20px;
	}

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

	.contact-form .button {
		width: 100%;
	}

	.footer-menu,
	.social-links {
		align-items: flex-start;
		flex-direction: column;
		gap: 13px;
	}

	.footer-cta .button {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}

	.is-reveal-ready [data-reveal] {
		opacity: 1;
		transform: none;
	}
}
