html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: 'Outfit', sans-serif;
	background: var(--vr-color-background);
	color: var(--vr-color-foreground);
}

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

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

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

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

.vr-page-shell {
	overflow-x: clip;
}

/* Lucide icons - match React project */
.vr-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.vr-icon svg {
	width: 100%;
	height: 100%;
	stroke: currentColor;
	fill: none;
}

.vr-icon--12 { width: 12px; height: 12px; }
.vr-icon--14 { width: 14px; height: 14px; }
.vr-icon--16 { width: 16px; height: 16px; }

.vr-about__stats-icon {
	color: var(--vr-color-foreground);
}

.vr-testimonial__star {
	width: 14px;
	height: 14px;
	color: #fbbf24;
}

.vr-testimonial__star svg {
	fill: #fbbf24;
	stroke: #fbbf24;
}

.vr-testimonial__stars {
	display: flex;
	align-items: center;
	gap: 2px;
}

.vr-faq__chevron {
	width: 16px;
	height: 16px;
	transition: transform 0.2s ease;
}

.vr-faq__item.is-open .vr-faq__chevron {
	transform: rotate(180deg);
}

.vr-footer__instagram-icon {
	margin-left: 0.25rem;
}

.vr-pricing-card__icon .vr-icon {
	color: inherit;
}

.vr-pricing-card__icon .vr-icon svg {
	stroke: currentColor;
}

.vr-section-shell {
	width: min(1280px, calc(100% - 40px));
	margin: 0 auto;
}

.vr-hidden-item {
	display: none !important;
}

.vr-pill-button {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	border-radius: 999px;
	padding: 0.9rem 1.5rem;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
}

.vr-pill-button--dark {
	background: var(--vr-color-foreground);
	color: var(--vr-color-background);
	border: 1px solid var(--vr-color-foreground);
}

.vr-pill-button--light {
	background: transparent;
	color: var(--vr-color-white);
	border: 1px solid rgba(var(--vr-color-white-rgb), 0.8);
}

.vr-navbar {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 50;
	background: var(--vr-color-background);
}

.vr-navbar__inner {
	width: min(1280px, calc(100% - 48px));
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.25rem 0;
}

.vr-navbar__logo img {
	height: 56px;
	width: auto;
}

.vr-navbar__menu {
	display: flex;
	align-items: center;
	gap: 2rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.vr-navbar__menu a,
.vr-navbar__mobile a,
.vr-navbar__cta {
	font-size: 13px;
	line-height: 1.7;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.vr-navbar__cta {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	border: 1px solid var(--vr-color-foreground);
	border-radius: 999px;
	padding: 0.6rem 1.4rem;
}

.vr-navbar__toggle {
	display: none;
	position: relative;
	background: none;
	border: 0;
	padding: 0.5rem;
	width: 40px;
	height: 40px;
	cursor: pointer;
	align-items: center;
	justify-content: center;
}

.vr-navbar__toggle-icon {
	position: absolute;
	width: 24px;
	height: 24px;
}

.vr-navbar__toggle[aria-expanded="false"] .vr-navbar__toggle-icon--x {
	display: none;
}

.vr-navbar__toggle[aria-expanded="true"] .vr-navbar__toggle-icon--menu {
	display: none;
}

.vr-navbar__mobile {
	display: none;
	border-top: 1px solid rgba(var(--vr-color-foreground-rgb), 0.08);
	padding: 1rem 24px 1.5rem;
}

.vr-navbar__mobile.is-open {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.vr-navbar__mobile-cta {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	justify-content: center;
	border: 1px solid var(--vr-color-foreground);
	border-radius: 999px;
	padding: 0.85rem 1.4rem;
}

.vr-hero {
	position: relative;
	min-height: 100vh;
	overflow: hidden;
}

.vr-hero__bg,
.vr-contact__bg {
	position: absolute;
	inset: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.vr-hero__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
}

.vr-hero__content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 100vh;
	padding: 0 20px 40px;
}

.vr-hero h1,
.vr-about__heading,
.vr-photographer h2,
.vr-testimonials h2,
.vr-banner h2,
.vr-contact h2 {
	font-family: 'Urbanist', sans-serif;
	font-weight: 700;
}

.vr-hero h1 {
	max-width: 760px;
	margin: 0;
	color: var(--vr-color-white);
	font-size: 36px;
	line-height: 1.16;
	letter-spacing: -0.06em;
}

.vr-hero__expertise {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.9rem;
	margin-top: 1.8rem;
	color: var(--vr-color-white);
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.vr-hero__line {
	width: 64px;
	height: 1px;
	background: rgba(var(--vr-color-white-rgb), 0.4);
}

.vr-hero__divider {
	color: rgba(var(--vr-color-white-rgb), 0.45);
}

.vr-about,
.vr-photographer,
.vr-testimonials,
.vr-faq,
.vr-footer {
	background: var(--vr-color-background);
}

.vr-about {
	padding: 96px 20px;
}

.vr-about__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
}

.vr-about__label,
.vr-pricing__header > p:first-child,
.vr-testimonials__header > span,
.vr-faq__header > span,
.vr-contact__content > p:first-child,
.vr-about__stats-left > span,
.vr-footer__contact span,
.vr-footer h4 {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.vr-about__heading {
	font-size: 28px;
	line-height: 1.28;
	letter-spacing: -0.03em;
	margin: 0;
	max-width: 660px;
}

.vr-about__logo {
	display: none;
	align-items: center;
	justify-content: center;
}

.vr-about__logo img {
	width: 80px;
	opacity: 0.8;
}

.vr-about__image-wrap img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 12px;
}

.vr-about__content p,
.vr-photographer__copy p,
.vr-pricing__header > p:last-child,
.vr-testimonial p,
.vr-contact__content > p:last-of-type,
.vr-faq__answer p {
	font-size: 16px;
	line-height: 1.8;
	color: rgba(var(--vr-color-foreground-rgb), 0.7);
}

.vr-about__bullets {
	display: flex;
	flex-direction: column;
	gap: 0.9rem;
	margin: 1rem 0 1.5rem;
}

.vr-about__bullets div {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.vr-about__bullets span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--vr-color-foreground);
	flex: 0 0 auto;
}

.vr-about__stats {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	max-width: 900px;
	margin: 56px auto 0;
}

.vr-about__counter {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-top: 0.4rem;
}

.vr-about__counter span:last-child {
	font-family: 'Urbanist', sans-serif;
	font-size: 24px;
	font-weight: 700;
}

.vr-about__stats-copy {
	margin: 0;
	font-family: 'Urbanist', sans-serif;
	font-size: 18px;
	line-height: 1.55;
}

.vr-photographer {
	padding: 72px 20px 80px;
}

.vr-photographer__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	width: min(1280px, calc(100% - 40px));
	margin: 0 auto;
	align-items: center;
}

.vr-photographer__image img {
	width: 100%;
	height: 350px;
	object-fit: cover;
	border-radius: 24px;
}

.vr-photographer__content {
	padding: 0;
}

.vr-photographer h2 {
	margin: 0;
	font-size: 36px;
	line-height: 1.1;
	letter-spacing: -0.06em;
}

.vr-photographer__role {
	margin: 1rem 0 0;
	font-size: 16px;
	font-weight: 700;
}

.vr-photographer__copy {
	display: grid;
	gap: 1rem;
	margin-top: 1.5rem;
}

.vr-photographer__stats {
	display: flex;
	flex-wrap: wrap;
	margin-top: 2.5rem;
}

.vr-photographer__stats div {
	padding: 0 1.5rem;
	border-left: 1px solid rgba(var(--vr-color-foreground-rgb), 0.2);
}

.vr-photographer__stats div:first-child {
	padding-left: 0;
	border-left: 0;
}

.vr-photographer__stats span {
	display: block;
	font-family: 'Urbanist', sans-serif;
	font-size: 28px;
	font-weight: 700;
}

.vr-photographer__stats small {
	display: block;
	margin-top: 0.25rem;
	font-size: 14px;
	color: rgba(var(--vr-color-foreground-rgb), 0.6);
}

.vr-marquee {
	position: relative;
	overflow: hidden;
	padding: 32px 0;
}

.vr-marquee__fade {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 35%;
	z-index: 2;
	pointer-events: none;
}

.vr-marquee__fade--left {
	left: 0;
	background: linear-gradient(to right, var(--vr-color-background) 0%, var(--vr-color-background) 20%, transparent 100%);
}

.vr-marquee__fade--right {
	right: 0;
	background: linear-gradient(to left, var(--vr-color-background) 0%, var(--vr-color-background) 20%, transparent 100%);
}

.vr-marquee__track {
	display: flex;
	width: max-content;
	animation: vrMarquee 12s linear infinite;
	font-family: 'Urbanist', sans-serif;
	font-size: 60px;
	line-height: 1.1;
	letter-spacing: -0.06em;
	font-weight: 700;
	color: var(--vr-color-marquee);
}

.vr-marquee__set {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	padding-right: 0.6rem;
}

@keyframes vrMarquee {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}

.vr-services {
	background: var(--vr-color-background);
}

.vr-service-card {
	position: relative;
	background: var(--vr-color-background);
}

.vr-service-card:not(:first-child) {
	box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.08);
	border-top-left-radius: 24px;
	border-top-right-radius: 24px;
}

.vr-service-card__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	align-items: center;
	padding: 40px 0 48px;
}

.vr-service-card__content > span {
	color: rgba(var(--vr-color-foreground-rgb), 0.5);
	font-size: 14px;
}

.vr-service-card__content h3 {
	margin: 0.7rem 0 0;
	font-family: 'Urbanist', sans-serif;
	font-size: 26px;
	line-height: 1.2;
	font-weight: 700;
}

.vr-service-card__content p {
	margin: 1rem 0 0;
	font-size: 16px;
	line-height: 1.8;
	color: rgba(var(--vr-color-foreground-rgb), 0.7);
}

.vr-service-card__content a {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin-top: 2rem;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.vr-service-card__image img {
	width: 100%;
	height: 280px;
	border-radius: 24px;
	object-fit: cover;
}

.vr-pricing {
	padding: 80px 0 112px;
	background: var(--vr-color-muted-background);
}

.vr-pricing__header {
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
}

.vr-pricing__header h2 {
	margin: 0 0 1rem;
	font-family: 'Urbanist', sans-serif;
	font-size: 48px;
	font-weight: 700;
}

.vr-pricing__toggle {
	display: flex;
	justify-content: center;
	margin: 3rem 0;
}

.vr-pricing__toggle {
	gap: 0.25rem;
	background: var(--vr-color-background);
	border: 1px solid var(--vr-color-border);
	border-radius: 999px;
	padding: 0.25rem;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

.vr-pricing__toggle button {
	border: 0;
	background: transparent;
	border-radius: 999px;
	padding: 0.8rem 1.5rem;
	cursor: pointer;
	color: rgba(var(--vr-color-foreground-rgb), 0.55);
}

.vr-pricing__toggle button.is-active {
	background: #000000;
	color: var(--vr-color-white);
}

.vr-pricing__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
	max-width: 1024px;
	margin: 0 auto;
}

.vr-pricing-card {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 2rem;
	border-radius: 24px;
	border: 1px solid var(--vr-color-border);
	background: var(--vr-color-background);
}

.vr-pricing-card.is-dark {
	background: #000000;
	border-color: #000000;
	color: var(--vr-color-white);
}

.vr-pricing-card__badge {
	position: absolute;
	top: 1rem;
	right: 1rem;
	padding: 0.35rem 0.75rem;
	border-radius: 999px;
	background: var(--vr-color-white);
	color: #000000;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.vr-pricing-card__badge:empty {
	display: none;
}

.vr-pricing-store {
	display: none;
}

.vr-pricing-card h3 {
	margin: 0;
	font-family: 'Urbanist', sans-serif;
	font-size: 20px;
	font-weight: 700;
}

.vr-pricing-card__subtitle,
.vr-pricing-card__duration {
	color: rgba(var(--vr-color-foreground-rgb), 0.55);
}

.vr-pricing-card.is-dark .vr-pricing-card__subtitle,
.vr-pricing-card.is-dark .vr-pricing-card__duration {
	color: rgba(var(--vr-color-white-rgb), 0.7);
}

.vr-pricing-card__price-row {
	display: flex;
	align-items: flex-end;
	gap: 0.5rem;
	margin: 1.5rem 0;
}

.vr-pricing-card__price {
	font-family: 'Urbanist', sans-serif;
	font-size: 40px;
	font-weight: 700;
}

.vr-pricing-card .vr-pill-button {
	margin-bottom: 2rem;
	justify-content: center;
}

.vr-pricing-card:not(.is-dark) .vr-pill-button {
	border: 1px solid var(--vr-color-foreground);
}

.vr-pricing-card.is-dark .vr-pill-button {
	background: var(--vr-color-white);
	color: #000000;
	border: 1px solid var(--vr-color-white);
}

.vr-pricing-card__features {
	list-style: none;
	padding: 0;
	margin: auto 0 0;
	display: grid;
	gap: 0.75rem;
}

.vr-pricing-card__features li {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.vr-pricing-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 999px;
	background: #000000;
	color: var(--vr-color-white);
	font-size: 12px;
}

.vr-pricing-card.is-dark .vr-pricing-card__icon {
	background: var(--vr-color-white);
	color: #000000;
}

.vr-portfolio {
	padding-top: 40px;
	background: var(--vr-color-background);
}

.vr-portfolio__title-wrap {
	height: 50vh;
	position: relative;
	padding: 100px 0;
}

.vr-portfolio__title {
	position: sticky;
	top: 50vh;
	z-index: 0;
	margin: 0;
	font-family: 'Urbanist', sans-serif;
	font-size: 60px;
	line-height: 1.1;
	font-weight: 700;
	text-align: center;
	transform-origin: center center;
	will-change: transform, color;
}

.vr-portfolio__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr;
	gap: 3rem 1.5rem;
	padding-bottom: 80px;
	background: var(--vr-color-background);
}

.vr-portfolio__image {
	overflow: hidden;
	border-radius: 24px;
	aspect-ratio: 16 / 10;
}

.vr-portfolio__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.vr-portfolio__item:hover .vr-portfolio__image img {
	transform: scale(1.04);
}

.vr-portfolio__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0 4px;
}

.vr-portfolio__meta h3 {
	margin: 0;
	font-family: 'Urbanist', sans-serif;
	font-size: 20px;
}

.vr-portfolio__meta span {
	font-size: 12px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(var(--vr-color-foreground-rgb), 0.5);
}

.vr-portfolio__category {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
}

.vr-portfolio__category .vr-icon {
	color: rgba(var(--vr-color-foreground-rgb), 0.5);
}

.vr-testimonials {
	padding: 72px 0 80px;
	background: var(--vr-color-muted-background);
}

.vr-testimonials__header {
	margin-bottom: 2.75rem;
}

.vr-testimonials__header h2 {
	margin: 1rem 0 0;
	font-size: 28px;
	line-height: 1.15;
}

.vr-testimonials__carousel {
	overflow: hidden;
	padding-left: max(calc((100% - min(1280px, calc(100% - 40px))) / 2), 20px);
}

.vr-testimonials__row {
	display: flex;
	gap: 20px;
	width: max-content;
	padding-right: 20px;
}

.vr-testimonial {
	flex: 0 0 85%;
	max-width: 520px;
	padding: 1.5rem;
	border: 1px solid var(--vr-color-subtle-border);
	border-radius: 24px;
	background: var(--vr-color-muted-background);
	transition: background-color 0.3s ease;
}

.vr-testimonial:hover {
	background: var(--vr-color-background);
}

.vr-testimonial__rating {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 1.5rem;
}

.vr-testimonial__rating strong {
	font-family: 'Urbanist', sans-serif;
	font-size: 36px;
}

.vr-testimonial__rating span {
	display: block;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(var(--vr-color-foreground-rgb), 0.5);
}

.vr-testimonial__stars {
	display: flex;
	gap: 2px;
	color: var(--vr-color-amber);
}

.vr-testimonial p {
	margin: 0 0 1.5rem;
}

.vr-testimonial__divider {
	border-top: 1px solid var(--vr-color-border);
	margin-bottom: 1.25rem;
}

.vr-testimonial__author {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.vr-testimonial__author-main {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.vr-testimonial__author-main img {
	width: 40px;
	height: 40px;
	border-radius: 999px;
	object-fit: cover;
}

.vr-testimonial__author-main strong {
	display: block;
	font-family: 'Urbanist', sans-serif;
	font-size: 14px;
}

.vr-testimonial__author-main small,
.vr-testimonial__author > span {
	color: rgba(var(--vr-color-foreground-rgb), 0.5);
	font-size: 12px;
}

.vr-banner {
	display: flex;
	justify-content: center;
	background: var(--vr-color-background);
	padding: 96px 0;
}

.vr-banner__frame {
	position: relative;
	overflow: hidden;
	width: 60%;
	height: 400px;
	border-radius: 16px;
}

.vr-banner__frame img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vr-banner__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.4);
}

.vr-banner__content {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1.5rem;
	padding: 1.5rem;
	text-align: center;
	color: var(--vr-color-white);
}

.vr-banner__content h2 {
	margin: 0;
	max-width: 700px;
	font-size: 32px;
	line-height: 1.2;
}

.vr-faq {
	padding: 80px 0;
}

.vr-faq__header {
	text-align: center;
	margin-bottom: 3rem;
}

.vr-faq__header h2 {
	margin: 1rem 0 0;
	font-family: 'Urbanist', sans-serif;
	font-size: 40px;
	line-height: 1.15;
	font-weight: 700;
}

.vr-faq__items {
	max-width: 768px;
	margin: 0 auto;
}

.vr-faq__item {
	border-bottom: 1px solid rgba(var(--vr-color-foreground-rgb), 0.1);
}

.vr-faq__item button {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	border: 0;
	background: transparent;
	padding: 1.25rem 0;
	text-align: left;
	cursor: pointer;
	font-family: 'Urbanist', sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	color: var(--vr-color-foreground);
}

.vr-faq__answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.25s ease;
}

.vr-faq__item.is-open .vr-faq__answer {
	max-height: 300px;
}

.vr-faq__answer p {
	margin: 0;
	padding: 0 0 1.25rem;
}

.vr-contact {
	position: relative;
	min-height: 700px;
	overflow: hidden;
	background: var(--vr-color-dark-background);
}

.vr-contact__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.7);
}

.vr-contact__bg {
	opacity: 0.3;
}

.vr-contact__shell {
	position: relative;
	z-index: 2;
	padding: 80px 0 112px;
}

.vr-contact__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 3rem;
	align-items: center;
}

.vr-contact__content {
	color: var(--vr-color-white);
}

.vr-contact__content h2 {
	margin: 0;
	font-size: 40px;
	line-height: 1.15;
}

.vr-contact__content > p:first-child {
	color: rgba(var(--vr-color-white-rgb), 0.5);
}

.vr-contact__content > p:last-of-type {
	max-width: 520px;
	color: rgba(var(--vr-color-white-rgb), 0.6);
}

.vr-contact__form-wrap {
	background: rgba(26, 26, 26, 0.8);
	backdrop-filter: blur(8px);
	border-radius: 24px;
	padding: 2rem;
}

.vr-contact__form {
	display: grid;
	gap: 1.25rem;
}

.vr-contact__two-col {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.25rem;
}

.vr-contact__form label span {
	display: block;
	margin-bottom: 0.5rem;
	font-size: 14px;
	font-weight: 600;
	color: var(--vr-color-white);
}

.vr-contact__form input,
.vr-contact__form select,
.vr-contact__form textarea {
	width: 100%;
	border: 0;
	border-radius: 12px;
	padding: 0.95rem 1rem;
	background: var(--vr-color-white);
	color: var(--vr-color-foreground);
}

.vr-contact__form textarea {
	resize: none;
}

.vr-contact__submit {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	width: fit-content;
	border: 0;
	border-radius: 999px;
	background: var(--vr-color-dark-card);
	color: var(--vr-color-white);
	padding: 0.9rem 1.5rem;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	cursor: pointer;
}

.vr-footer {
	border-top: 1px solid var(--vr-color-border);
}

.vr-footer__top {
	padding: 64px 0 48px;
}

.vr-footer__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
}

.vr-footer h4 {
	margin: 0 0 1.5rem;
	font-family: 'Urbanist', sans-serif;
	font-size: 18px;
	letter-spacing: 0;
	text-transform: none;
}

.vr-footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 0.75rem;
}

.vr-footer li a,
.vr-footer__contact a,
.vr-footer__contact span,
.vr-footer p {
	color: rgba(var(--vr-color-foreground-rgb), 0.7);
	font-size: 15px;
}

.vr-footer__contact a:first-child,
.vr-footer__contact a:nth-child(2) {
	display: block;
	font-family: 'Urbanist', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: var(--vr-color-foreground);
}

.vr-footer__contact div {
	margin-top: 1.5rem;
}

.vr-footer__contact span {
	display: block;
	margin-bottom: 0.5rem;
	font-size: 12px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(var(--vr-color-foreground-rgb), 0.5);
}

.vr-footer__spacer {
	display: none;
}

.vr-footer__bottom {
	border-top: 1px solid var(--vr-color-border);
}

.vr-footer__bottom-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.5rem 0;
}

.vr-footer__brand img {
	height: 32px;
	filter: brightness(0);
}

.vr-footer__bottom p {
	margin: 0;
	color: rgba(var(--vr-color-foreground-rgb), 0.5);
}

.vr-footer__bottom a {
	font-weight: 700;
	color: rgba(var(--vr-color-foreground-rgb), 0.7);
}

.vr-not-found-page {
	min-height: 100vh;
	display: grid;
	place-items: center;
	background: var(--vr-color-muted-background);
	padding: 2rem;
}

.vr-not-found-inner {
	text-align: center;
}

.vr-not-found-inner h1 {
	margin: 0 0 1rem;
	font-family: 'Urbanist', sans-serif;
	font-size: 48px;
}

.vr-not-found-inner p {
	margin: 0 0 1rem;
	font-size: 20px;
	color: rgba(var(--vr-color-foreground-rgb), 0.6);
}

.vr-not-found-inner a {
	text-decoration: underline;
}

.vr-toast {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 100;
	min-width: 260px;
	max-width: 320px;
	padding: 1rem 1rem 0.9rem;
	border-radius: 16px;
	background: var(--vr-color-white);
	border: 1px solid var(--vr-color-border);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
	opacity: 0;
	transform: translateY(20px);
	pointer-events: none;
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.vr-toast.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.vr-toast strong {
	display: block;
	margin-bottom: 0.35rem;
	font-family: 'Urbanist', sans-serif;
}

.vr-toast p {
	margin: 0;
	color: rgba(var(--vr-color-foreground-rgb), 0.7);
	font-size: 14px;
	line-height: 1.5;
}

.vr-reveal {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}

.vr-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (min-width: 768px) {
	.vr-hero__content {
		padding: 0 40px 64px;
	}

	.vr-hero h1 {
		font-size: 65px;
		line-height: 1.16;
	}

	.vr-about {
		padding: 96px 40px;
	}

	.vr-about__grid {
		grid-template-columns: 1fr 1.7fr 1.3fr;
		gap: 2.5rem;
	}

	.vr-about__label {
		padding-top: 0.75rem;
	}

	.vr-about__heading {
		grid-column: span 2;
		font-size: 40px;
		line-height: 1.25;
	}

	.vr-about__logo {
		display: flex;
	}

	.vr-about__image-wrap img {
		height: 480px;
	}

	.vr-about__stats {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}

	.vr-photographer__grid {
		grid-template-columns: 45% 55%;
		gap: 2.5rem;
	}

	.vr-photographer__content {
		padding: 0 60px;
	}

	.vr-photographer__image img {
		height: 600px;
	}

	.vr-photographer h2 {
		font-size: 56px;
	}

	.vr-marquee__track {
		font-size: 130px;
	}

	.vr-service-card {
		position: sticky;
		top: var(--vr-service-top);
		min-height: 85vh;
		display: flex;
		align-items: center;
	}

	.vr-service-card__grid {
		grid-template-columns: 32% 68%;
		gap: 2.5rem;
		padding: 56px 0;
	}

	.vr-service-card__image img {
		height: 480px;
	}

	.vr-pricing__grid,
	.vr-portfolio__grid,
	.vr-contact__two-col,
	.vr-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vr-portfolio__grid {
		gap: 3.5rem 1.5rem;
	}

	.vr-testimonials__header h2 {
		font-size: 40px;
	}

	.vr-testimonial {
		flex-basis: 42%;
		padding: 2rem;
	}

	.vr-banner__content h2,
	.vr-contact__content h2 {
		font-size: 48px;
	}

	.vr-contact__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 4rem;
	}
}

@media (min-width: 1024px) {
	.vr-footer__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 2rem;
	}

	.vr-footer__spacer {
		display: block;
	}

	.vr-footer__bottom-inner {
		flex-direction: row;
	}
}

@media (max-width: 767px) {
	.vr-navbar__menu,
	.vr-navbar__cta {
		display: none;
	}

	.vr-navbar__toggle {
		display: flex;
	}

	.vr-banner__frame {
		width: calc(100% - 40px);
	}

	.vr-testimonials__carousel {
		padding-left: 20px;
	}
}
