﻿:root {
  --cream: #f0ede4;
  --cream-2: #f7f2ea;
  --cream-3: #e7e1d3;
  --sage: #ead8d8;
  --teal: #b67a7a;
  --teal-deep: #6b3e3e;
  --teal-mid: #9a5c5c;
  --teal-text: #3a2727;
  --ink: #2a1f1f;
  --muted: #8a7373;
  --gold: #c7b086;
  --champagne: #e8e0ce;
  --card: #f4f1ea;
  --white: #fff;
  --black: #000;
  --radius-xl: 36px;
  --radius-lg: 28px;
  --radius-md: 18px;
  --header-h: 88px;
  --section-gap: 80px;
  --section-inset: 24px;
  --font: "Aboreto", "Noto Serif", Georgia, serif;
  --serif: var(--font);
  --display: var(--font);
  --sans: var(--font);
}

[data-theme="dark"] {
  --cream: #1a1212;
  --cream-2: #140e0e;
  --cream-3: #241818;
  --sage: #2a1c1c;
  --teal: #d4a0a0;
  --teal-deep: #3a2424;
  --teal-mid: #8a5555;
  --teal-text: #f0ede4;
  --ink: #f0ede4;
  --muted: #c4a8a8;
  --card: #241818;
}

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

html {
  scroll-behavior: auto;
}

body.wvn-body {
  margin: 0;
  background: var(--cream);
  color: var(--teal-text);
  font-family: var(--font);
  font-weight: 400;
  line-height: 1.55;
  overflow-x: clip;
}

body.wvn-body,
body.wvn-body input,
body.wvn-body textarea,
body.wvn-body select,
body.wvn-body button,
body.wvn-body .wvn-ask,
body.wvn-body .wvn-modal,
body.wvn-body h1,
body.wvn-body h2,
body.wvn-body h3,
body.wvn-body h4,
body.wvn-body h5,
body.wvn-body h6,
body.wvn-body p,
body.wvn-body li,
body.wvn-body a,
body.wvn-body span,
body.wvn-body label,
body.wvn-body summary {
  font-family: var(--font);
}

.wvn-reveal {
  opacity: 0;
  transform: translate3d(0, 36px, 0);
  animation: wvn-rise 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.wvn-reveal.is-in {
  opacity: 1;
  transform: none;
}

@keyframes wvn-rise {
  from { opacity: 0; transform: translate3d(0, 40px, 0); }
  to { opacity: 1; transform: none; }
}

@supports (animation-timeline: view()) {
  .wvn-reveal {
    animation: wvn-rise both;
    animation-timeline: view();
    animation-range: entry 0% cover 28%;
    opacity: 1;
    transform: none;
  }
}

body.wvn-body #content,
body.wvn-body .wp-site-blocks,
body.wvn-body .entry-content {
  margin: 0;
  padding: 0;
  max-width: none;
}

body.wvn-body .wp-block-group,
body.wvn-body .alignfull {
  margin: 0;
}

body.wvn-body.admin-bar { scroll-padding-top: 32px; }

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

.wvn-wrap { width: min(1280px, calc(100% - 48px)); margin: 0 auto; }
.wvn-center { text-align: center; }

.wvn-kicker {
  font-family: var(--font);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--teal);
  margin: 0 0 14px;
}

.wvn-display {
  font-family: var(--font);
  font-weight: 400;
  font-size: clamp(22px, 2.4vw, 32px);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.25;
  color: var(--teal-text);
  margin: 0;
}

.wvn-lede {
  font-family: var(--font);
  color: var(--muted);
  font-size: 15px;
  max-width: 640px;
  margin: 16px auto 0;
  letter-spacing: 0.04em;
}

/* Header */
.wvn-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 28px;
  pointer-events: none;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease;
}

.wvn-header.is-hidden {
  transform: translateY(-120%);
  opacity: 0;
  pointer-events: none;
}
.wvn-header.is-hidden > * { pointer-events: none; }

.wvn-header > * { pointer-events: auto; }

.wvn-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
}

.wvn-logo img {
  height: 54px;
  width: auto;
  filter: brightness(0) invert(1);
}

.wvn-logo-word { display: none; }

.wvn-pillnav {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  background: rgba(26, 18, 18, 0.78);
  backdrop-filter: blur(16px);
  border-radius: 999px;
  border: 0;
}

.wvn-pillnav a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--teal);
  border: 0;
  transition: width 0.25s ease, padding 0.25s ease, background 0.25s ease, border-radius 0.25s ease;
}

.wvn-pillnav a span { display: none; }

.wvn-pillnav a.is-active,
.wvn-pillnav a:hover {
  width: auto;
  padding: 0 16px 0 10px;
  border-radius: 999px;
  background: var(--cream);
  color: var(--teal-deep);
  gap: 8px;
  display: flex;
  align-items: center;
}

.wvn-pillnav a.is-active span,
.wvn-pillnav a:hover span {
  display: inline;
  font-size: 13px;
  letter-spacing: 0.04em;
}

.wvn-book {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  position: relative;
  display: grid;
  place-items: center;
  color: var(--cream);
  background: var(--teal-deep);
  border: 0;
}

.wvn-book svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  animation: wvn-spin 14s linear infinite;
}

@keyframes wvn-spin {
  to { transform: rotate(360deg); }
}

.wvn-book text {
  fill: var(--cream);
  font-size: 11.2px;
  letter-spacing: 2.4px;
  font-family: var(--font);
}

.wvn-book .wvn-book-arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--cream);
  color: var(--teal);
  font-size: 18px;
}

.wvn-header.is-light .wvn-logo { color: var(--teal-text); }
.wvn-header.is-light .wvn-logo img { filter: none; }
.wvn-header.is-light .wvn-book {
  background: var(--teal);
  color: var(--cream);
}
.wvn-header.is-light .wvn-book text { fill: var(--cream); }
.wvn-header.is-light .wvn-book .wvn-book-arrow {
  background: var(--cream);
  color: var(--teal-deep);
}

/* Opening: pinned hero expands, then intro covers it */
.wvn-opening {
  position: relative;
  background: var(--cream);
}

.wvn-hero {
  --hero-t: 36vh;
  --hero-x: 21vw;
  --hero-b: 42vh;
  --hero-r: 100px;
  position: sticky;
  top: 0;
  z-index: 1;
  height: 100vh;
  min-height: 100vh;
  background: var(--cream);
  overflow: hidden;
}

.wvn-hero-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #e7e1d3;
  overflow: hidden;
  -webkit-clip-path: inset(var(--hero-t) var(--hero-x) var(--hero-b) var(--hero-x) round var(--hero-r));
  clip-path: inset(var(--hero-t) var(--hero-x) var(--hero-b) var(--hero-x) round var(--hero-r));
  will-change: clip-path;
}

.wvn-hero-frame img,
.wvn-hero-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.12);
  will-change: transform;
}

.wvn-hero-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(42,31,31,0.12) 0%, transparent 38%, rgba(42,31,31,0.28) 100%);
  pointer-events: none;
}

.wvn-hero-copy {
  position: absolute;
  left: 50%;
  bottom: max(8vh, calc(var(--hero-b) - 8vh));
  transform: translateX(-50%);
  width: min(920px, calc(100% - (var(--hero-x) * 2) - 48px));
  z-index: 2;
  text-align: center;
  color: var(--ink);
  font-family: var(--font);
  font-size: clamp(16px, 1.7vw, 26px);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: none;
  pointer-events: none;
}

.wvn-hero-travel {
  height: 150vh;
  pointer-events: none;
}

/* Intro editorial styles live in css/wvn-intro-editorial.css */
.wvn-intro {
  position: relative;
  z-index: 2;
}


/* Pinned scroll sections */
.wvn-pin {
  position: relative;
  height: 340vh;
}

.wvn-pin-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Collective / coverflow */
.wvn-collective {
  background: var(--cream);
  padding: var(--section-gap) 0 0;
  overflow: hidden;
}

.wvn-collective .wvn-display {
  font-size: clamp(20px, 2.2vw, 28px);
  max-width: 820px;
  margin: 0 auto 36px;
  text-align: center;
  padding: 0 24px;
}

.wvn-coverflow {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 8px 0 12px;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.wvn-coverflow-track {
  display: flex;
  align-items: flex-end;
  gap: 28px;
  padding: 48px 40px 18px;
  width: max-content;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.wvn-card {
  --focus: 0;
  flex: 0 0 240px;
  text-align: center;
  color: rgb(29 59 49 / calc(0.36 + (var(--focus) * 0.64)));
  cursor: pointer;
  transform: scale(calc(0.76 + (var(--focus) * 0.4))) translateY(calc(16px - (var(--focus) * 26px)));
  transform-origin: center bottom;
  z-index: 1;
  will-change: transform;
}

.wvn-card figure {
  margin: 0;
  height: 320px;
  border-radius: 22px;
  overflow: hidden;
  background: #8e8e8e;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.wvn-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(calc(1 - var(--focus))) brightness(calc(0.76 + (var(--focus) * 0.24)));
  transform: scale(calc(1 + (var(--focus) * 0.04)));
  will-change: filter, transform;
}

.wvn-card h3 {
  font-family: var(--font);
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 16px 0 4px;
}
.wvn-card p { margin: 0; font-size: 13px; }

.wvn-card.is-active { z-index: 3; }

/* Planners */
.wvn-planners {
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  padding: var(--section-gap) var(--section-inset);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.wvn-planners-card {
  width: min(1180px, 100%);
  height: 100%;
  margin: 0 auto;
  background: var(--teal-deep);
  color: var(--champagne);
  border-radius: 36px;
  display: grid;
  grid-template-columns: minmax(200px, 30%) 1fr;
  grid-template-rows: minmax(0, 1fr);
  align-items: stretch;
  overflow: hidden;
}

.wvn-planners-photo {
  position: relative;
  min-height: 0;
  height: 100%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.wvn-planners-photo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: grayscale(1);
}
.wvn-planners-photo::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 18%;
  background: linear-gradient(to bottom, transparent, rgba(107, 62, 62, 0.85));
  pointer-events: none;
}

.wvn-planners-copy {
  padding: 48px 56px 48px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
}
.wvn-planners-copy .wvn-display {
  color: var(--champagne);
  font-size: clamp(22px, 2.6vw, 34px);
  margin-bottom: 16px;
}
.wvn-planners-copy .wvn-kicker {
  color: var(--champagne);
  opacity: 0.88;
  margin-bottom: 18px;
}
.wvn-planners-copy p {
  color: rgba(240, 237, 228, 0.86);
  max-width: 520px;
  margin: 0;
  line-height: 1.55;
}
.wvn-planners-copy .wvn-sign {
  margin-top: 22px;
  font-family: var(--font);
}
.wvn-textlink {
  margin-top: 22px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid currentColor;
  width: fit-content;
  padding-bottom: 2px;
}

/* Achievements */
.wvn-achieve {
  background: var(--teal-deep);
  color: var(--champagne);
  text-align: center;
  padding: var(--section-gap) var(--section-inset);
}
.wvn-achieve .wvn-display { color: var(--champagne); letter-spacing: 0.28em; font-size: 28px; }
.wvn-achieve .wvn-lede { color: rgba(240,237,228,0.7); }
.wvn-feature-book {
  width: min(280px, 70vw);
  margin: 40px auto 36px;
  background: #111;
  border-radius: 8px 28px 8px 8px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  box-shadow: 0 24px 50px rgba(0,0,0,0.35);
}
.wvn-feature-book img { width: 100%; aspect-ratio: 3/4; object-fit: cover; filter: grayscale(1); }
.wvn-feature-book span {
  position: absolute;
  left: 16px;
  top: 18px;
  font-family: var(--font);
  font-size: 28px;
  color: #fff;
}
.wvn-feature-book small {
  position: absolute;
  left: 0; right: 0; bottom: 16px;
  color: #fff;
  letter-spacing: 0.18em;
  font-size: 11px;
}

.wvn-pressbook {
  --book-closed-w: 268px;
  --book-closed-h: 358px;
  --book-open-w: min(1040px, 94vw);
  --book-open-h: min(620px, 72vh);
  --book-ease: cubic-bezier(0.645, 0.045, 0.355, 1);
  margin: 36px auto 28px;
}
.wvn-pressbook-frame {
  position: relative;
  width: var(--book-closed-w);
  height: var(--book-closed-h);
  margin: 0 auto;
  perspective: 2400px;
  perspective-origin: 50% 50%;
  transform-style: preserve-3d;
  overflow: hidden;
  border-radius: 8px 28px 8px 8px;
  transition: width 0.85s var(--book-ease), height 0.85s var(--book-ease), border-radius 0.6s ease;
}
.wvn-pressbook.is-open .wvn-pressbook-frame {
  width: var(--book-open-w);
  height: var(--book-open-h);
  overflow: visible;
  border-radius: 0;
}
.wvn-pressbook-3d {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
}
.wvn-pressbook.is-open .wvn-pressbook-3d::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 42px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(0,0,0,0.18), transparent);
  pointer-events: none;
  z-index: 40;
}
.wvn-pressbook-base {
  position: absolute;
  inset: 0;
  background: #f4efe6;
  border-radius: 16px;
  box-shadow: 0 22px 48px rgba(0,0,0,0.32);
  opacity: 0;
  transform: scale(0.92);
  transition: opacity 0.45s ease, transform 0.85s var(--book-ease);
}
.wvn-pressbook.is-open .wvn-pressbook-base {
  opacity: 1;
  transform: none;
}
.wvn-pressbook-sheet {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  transform-origin: left center;
  transform-style: preserve-3d;
  transition: transform 1s var(--book-ease), left 0.85s var(--book-ease), width 0.85s var(--book-ease);
  will-change: transform;
}
.wvn-pressbook:not(.is-open) .wvn-pressbook-sheet.is-cover {
  left: 0;
  width: 100%;
}
.wvn-pressbook:not(.is-open) .wvn-pressbook-sheet:not(.is-cover) {
  visibility: hidden;
}
.wvn-pressbook-sheet.is-flipped {
  transform: rotateY(-180deg);
}
.wvn-pressbook-sheet.is-turning {
  z-index: 80 !important;
}
.wvn-pressbook-face {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: #f4efe6;
  color: #1b1b1b;
  overflow: hidden;
  cursor: pointer;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  box-shadow: 0 18px 40px rgba(0,0,0,0.28);
}
.wvn-pressbook-face.is-front {
  border-radius: 0 16px 16px 0;
}
.wvn-pressbook-face.is-back {
  transform: rotateY(180deg);
  border-radius: 16px 0 0 16px;
}
.wvn-pressbook:not(.is-open) .is-cover .is-front {
  border-radius: 8px 28px 8px 8px;
}
.wvn-pressbook-face::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(0,0,0,0.16), transparent 14%, transparent 86%, rgba(0,0,0,0.06));
}
.wvn-pressbook-face.is-back::after {
  background: linear-gradient(270deg, rgba(0,0,0,0.16), transparent 14%, transparent 86%, rgba(0,0,0,0.06));
}
.wvn-pressbook-sheet.is-turning .wvn-pressbook-face {
  box-shadow: 12px 8px 28px rgba(0,0,0,0.38);
}
.wvn-pressbook-sheet.is-cover .is-front {
  background: #111;
  cursor: pointer;
}
.wvn-pressbook-sheet.is-cover .is-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.wvn-pressbook--testimonials .wvn-pressbook-sheet.is-cover .is-front img {
  filter: none;
}
.wvn-pressbook-leaf--quote {
  gap: 0;
  justify-content: flex-start;
  text-align: center;
}
.wvn-pressbook-leaf--quote img {
  flex: 0 0 auto;
  width: 100%;
  min-height: 0;
  height: auto !important;
  max-height: 38%;
  aspect-ratio: 3 / 2;
  margin: 0 0 14px;
  object-fit: cover;
}
.wvn-pressbook-leaf--quote h3 {
  margin: 0 0 4px;
  font-size: clamp(15px, 1.4vw, 19px);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.2;
}
.wvn-pressbook-leaf--quote .wvn-pressbook-brand {
  margin: 0 0 12px;
  letter-spacing: 0.14em;
}
.wvn-pressbook-leaf--quote p:not(.wvn-pressbook-brand) {
  flex: 0 1 auto;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: clamp(18px, 2.1vw, 28px);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.01em;
  text-transform: none;
  margin: 0;
  max-width: 34ch;
  margin-inline: auto;
}
.wvn-pressbook-sheet.is-cover .is-front span,
.wvn-pressbook-sheet.is-cover .is-front small {
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;
  font-family: var(--font);
  z-index: 2;
}
.wvn-pressbook-sheet.is-cover .is-front span { top: 18px; font-size: 26px; }
.wvn-pressbook-sheet.is-cover .is-front small {
  bottom: 0;
  padding: 14px 0 16px;
  letter-spacing: 0.18em;
  font-size: 11px;
  background: #000;
}
.wvn-pressbook-leaf {
  height: 100%;
  padding: clamp(16px, 2.2vw, 28px) clamp(16px, 2.4vw, 30px);
  overflow: hidden;
  color: #1b1b1b;
  text-align: left;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.wvn-pressbook-leaf > *:not(img) {
  flex: 0 0 auto;
}
.wvn-pressbook-leaf h3 {
  font-family: var(--font);
  font-size: clamp(15px, 1.5vw, 20px);
  line-height: 1.25;
  margin: 8px 0 12px;
  text-transform: none;
  letter-spacing: 0;
}
.wvn-pressbook-leaf p {
  margin: 0 0 10px;
  font-size: clamp(12px, 1.05vw, 14px);
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: none;
}
.wvn-pressbook-leaf img {
  display: block;
  width: 100% !important;
  max-width: 100%;
  flex: 1 1 auto;
  min-height: clamp(150px, 28vh, 300px);
  height: auto !important;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  margin: 8px 0 12px;
  filter: grayscale(0.2);
}
.wvn-pressbook-brand {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6a6a6a;
  margin: 0;
}
.wvn-pressbook-note,
.wvn-pressbook-award { margin-top: 16px; font-size: 12px; color: #444; }
.wvn-pressbook-award b { display: block; letter-spacing: 0.14em; text-transform: uppercase; }
.wvn-pressbook-end {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wvn-pressbook-end small {
  margin-top: 18px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6a6a6a;
}
.wvn-pressbook-controls {
  display: none;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
}
.wvn-pressbook.is-open .wvn-pressbook-controls { display: flex; }
.wvn-pressbook-controls button {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
.wvn-pressbook-controls button:disabled {
  opacity: 0.35;
  cursor: default;
}
@media (prefers-reduced-motion: reduce) {
  .wvn-pressbook-frame,
  .wvn-pressbook-sheet,
  .wvn-pressbook-base {
    transition-duration: 0.01ms !important;
  }
}
.wvn-logos {
  display: flex;
  justify-content: center;
  gap: 36px;
  flex-wrap: wrap;
  opacity: 0.8;
  font-family: var(--font);
  letter-spacing: 0.12em;
  text-transform: lowercase;
}

/* Services */
.wvn-services.wvn-pin { height: 520vh; }
.wvn-services-sticky {
  position: sticky;
  justify-content: flex-start;
  padding: 72px 20px 28px;
  background: #0a100e;
}
.wvn-services-bgs {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.wvn-services-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.06);
  will-change: opacity;
}
.wvn-services-bg:first-child { opacity: 1; }
.wvn-services-sticky::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(to bottom, rgba(240,237,228,0.96) 0 150px, rgba(240,237,228,0.55) 220px, rgba(10, 16, 14, 0.42) 100%);
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.wvn-services-head {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 18px;
  flex-shrink: 0;
}
.wvn-services-head .wvn-kicker { color: #6b3e3e; }
.wvn-services-head .wvn-display {
  font-size: clamp(22px, 2.4vw, 32px);
  color: #2a1f1f;
}
.wvn-services-head .wvn-lede { color: #3a2727; }
.wvn-services-viewport {
  position: relative;
  z-index: 2;
  width: min(520px, 100%);
  flex: 1 1 auto;
  min-height: 0;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 32px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.28);
}
.wvn-service-card {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 0;
  background: var(--card);
  border-radius: 32px;
  padding: 22px 24px 20px;
  text-align: center;
  transform: translate3d(0, 100%, 0);
  will-change: transform;
}
.wvn-service-card:first-child { transform: none; }
.wvn-service-card .wvn-display { font-size: clamp(20px, 2.2vw, 28px); margin-bottom: 14px; }
.wvn-service-card figure {
  margin: 0 0 14px;
  border-radius: 22px;
  overflow: hidden;
  flex: 1 1 auto;
  min-height: 180px;
}
.wvn-service-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
.wvn-service-card > p:last-child {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: #3a2727;
}
.wvn-service-nav {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(520px, 100%);
  margin: 14px auto 0;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.14em;
  flex-shrink: 0;
}
.wvn-service-nav button {
  background: none;
  border: 0;
  color: inherit;
  font-size: 22px;
  cursor: pointer;
}

/* Showreel */
.wvn-showreel {
  background: var(--teal-deep);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: var(--section-gap) var(--section-inset);
}
.wvn-showreel-row {
  width: min(1100px, 100%);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  color: var(--cream);
}
.wvn-showreel-frame {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  aspect-ratio: 16/9;
  transform: scale(0.86);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.wvn-showreel.is-in .wvn-showreel-frame { transform: scale(1); }
.wvn-showreel-frame img,
.wvn-showreel-frame video { width: 100%; height: 100%; object-fit: cover; }
.wvn-showreel-frame em {
  position: absolute;
  inset: auto 20px 24px;
  color: #fff;
  font-family: var(--font);
  font-style: italic;
  text-align: center;
}
.wvn-showreel b { font-weight: 500; letter-spacing: 0.08em; }
.wvn-showreel-action {
  text-align: center;
}
.wvn-showreel-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--cream);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  padding: 12px 28px;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: all 0.35s ease;
}
.wvn-showreel-btn svg {
  width: 18px;
  height: 18px;
  color: #ff0000;
  transition: transform 0.35s ease;
}
.wvn-showreel-btn:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.25);
}
.wvn-showreel-btn:hover svg {
  transform: scale(1.15);
}

/* Testimonials */
.wvn-quotes { padding: var(--section-gap) var(--section-inset); background: var(--cream); }
.wvn-quotes .wvn-display { font-size: clamp(22px, 2.4vw, 32px); }
.wvn-quotes .wvn-lede { max-width: 560px; }
.wvn-masonry {
  width: min(920px, 100%);
  margin: 48px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: start;
}
.wvn-quote {
  margin: 0;
  border-radius: 26px;
  padding: 26px 24px 24px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 14px 36px rgba(58, 39, 39, 0.06);
  display: flex;
  flex-direction: column;
}
.wvn-quote.is-dark { background: #2a1f1f; color: #fff; }
.wvn-quote header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  font-size: 13px;
  margin-bottom: 8px;
}
.wvn-quote header strong {
  font-family: var(--font);
  font-size: 13.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.wvn-quote header span { opacity: 0.62; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; }
.wvn-stars { color: #d4a017; letter-spacing: 2px; }
.wvn-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0 14px; }
.wvn-tags span {
  font-size: 11px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(182, 122, 122, 0.16);
  color: #6b3e3e;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.wvn-quote.is-dark .wvn-tags span {
  background: rgba(240, 237, 228, 0.12);
  color: #f0ede4;
}
.wvn-quote-body {
  position: relative;
  line-height: 1.6;
  font-size: 13.5px;
  letter-spacing: 0.02em;
}
.wvn-quote-body p {
  margin: 0;
  line-height: 1.65;
}
.wvn-quote.has-more:not(.is-expanded) .wvn-quote-body {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wvn-quote-toggle {
  display: inline-block;
  align-self: flex-start;
  margin-top: 12px;
  padding: 0;
  background: none;
  border: none;
  font-family: var(--font);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--teal);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.2s;
}
.wvn-quote.is-dark .wvn-quote-toggle {
  color: #e5cbaf;
}
.wvn-quote-toggle:hover {
  opacity: 0.8;
}

/* CTA */
.wvn-cta { padding: var(--section-gap) var(--section-inset); background: var(--cream); }
.wvn-cta-box {
  width: min(1100px, 100%);
  margin: 0 auto;
  background: var(--teal-deep);
  border-radius: 40px;
  padding: 72px 32px;
  text-align: center;
  color: var(--cream);
}
[data-theme="dark"] .wvn-cta-box { background: #3a2424; }
.wvn-cta-box .wvn-display {
  font-size: clamp(22px, 2.4vw, 32px);
  color: var(--cream);
}
.wvn-cta-box .wvn-lede { color: rgba(240, 237, 228, 0.88); }
.wvn-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  background: var(--teal);
  color: var(--cream);
  border: 0;
  border-radius: 999px;
  padding: 14px 22px;
  letter-spacing: 0.04em;
}

/* Stories */
.wvn-stories { padding: var(--section-gap) var(--section-inset); }
.wvn-stories-grid {
  width: min(920px, 100%);
  margin: 48px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.wvn-story {
  position: relative;
  margin: 0;
  aspect-ratio: 9 / 16;
  border-radius: 28px;
  overflow: hidden;
  background: #111;
  box-shadow: 0 18px 40px rgba(42, 31, 31, 0.16);
  cursor: pointer;
}
.wvn-story img,
.wvn-story video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.wvn-story img {
  z-index: 0;
}
.wvn-story video {
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}
.wvn-story-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.82) 100%);
  transition: opacity 0.3s ease;
}
.wvn-story:hover img,
.wvn-story:hover video {
  transform: scale(1.05);
}
.wvn-story-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  width: 60px;
  height: 60px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #2a1f1f;
  transform: translate(-50%, -50%);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
  display: grid;
  place-items: center;
  padding: 0;
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), background 0.3s ease, opacity 0.3s ease;
}
.wvn-story:hover .wvn-story-play {
  transform: translate(-50%, -50%) scale(1.1);
  background: #fff;
}
.wvn-story-play .wvn-story-play-icon {
  width: 0;
  height: 0;
  margin-left: 4px;
  border-style: solid;
  border-width: 9px 0 9px 15px;
  border-color: transparent transparent transparent #2a1f1f;
  transition: all 0.25s ease;
}
/* When story is playing with sound */
.wvn-story.is-playing .wvn-story-play {
  background: rgba(16, 24, 24, 0.75);
  color: #fff;
  opacity: 0.9;
}
.wvn-story.is-playing:hover .wvn-story-play {
  opacity: 1;
}
.wvn-story.is-playing .wvn-story-play .wvn-story-play-icon {
  width: 14px;
  height: 14px;
  margin-left: 0;
  border: none;
  background: transparent;
  position: relative;
}
.wvn-story.is-playing .wvn-story-play .wvn-story-play-icon::before,
.wvn-story.is-playing .wvn-story-play .wvn-story-play-icon::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #fff;
  border-radius: 2px;
}
.wvn-story.is-playing .wvn-story-play .wvn-story-play-icon::before {
  left: 1px;
}
.wvn-story.is-playing .wvn-story-play .wvn-story-play-icon::after {
  right: 1px;
}
.wvn-story figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 3;
  color: #fff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.65);
  pointer-events: none;
}
.wvn-story figcaption strong {
  font-family: var(--font);
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: block;
  line-height: 1.35;
}
.wvn-story small {
  opacity: 0.85;
  font-size: 11.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Gallery */
.wvn-gallery { padding: var(--section-gap) var(--section-inset); }
.wvn-gallery .wvn-lede { max-width: 560px; }
.wvn-mosaic {
  width: min(960px, 100%);
  margin: 40px auto 0;
  columns: 4;
  column-gap: 12px;
}
.wvn-mosaic a {
  display: block;
  margin-bottom: 14px;
  break-inside: avoid;
  border-radius: 28px;
  overflow: hidden;
}
.wvn-mosaic img {
  width: 100%;
  height: auto;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.wvn-mosaic a:hover img { transform: scale(1.06); }

/* FAQ */
.wvn-faq { padding: var(--section-gap) var(--section-inset); }
.wvn-faq .wvn-display { font-size: clamp(22px, 2.4vw, 32px); }
.wvn-acc {
  width: min(860px, 100%);
  margin: 36px auto 0;
  display: grid;
  gap: 12px;
}
.wvn-acc details {
  background: #b67a7a;
  color: #f0ede4;
  border-radius: 16px;
  padding: 0 20px;
}
[data-theme="dark"] .wvn-acc details { background: #6b3e3e; }
.wvn-acc summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 28px 18px 0;
  position: relative;
  font-size: 16px;
  color: #f0ede4;
}
.wvn-acc summary::-webkit-details-marker { display: none; }
.wvn-acc summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 16px;
  color: #f0ede4;
  font-size: 22px;
}
.wvn-acc details[open] summary::after { content: "â€“"; }
.wvn-acc p { margin: 0 0 18px; color: rgba(240, 237, 228, 0.88); }

/* Footer */
.wvn-footer {
  background: var(--teal-deep);
  color: var(--cream);
  padding: 80px 0 110px;
}
.wvn-footer-grid {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.wvn-footer h2 {
  font-family: var(--font);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 28px;
  margin: 0 0 14px;
}
.wvn-footer h4 {
  font-family: var(--font);
  letter-spacing: 0.16em;
  margin: 0 0 16px;
}
.wvn-footer p { color: rgba(240,237,228,0.78); max-width: 320px; }
.wvn-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.wvn-social { display: flex; gap: 10px; margin-top: 18px; }
.wvn-social a {
  width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid rgba(240,237,228,0.4);
  display: grid; place-items: center;
}
.wvn-legal {
  width: min(1280px, calc(100% - 48px));
  margin: 40px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(240,237,228,0.2);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 13px;
  color: rgba(240,237,228,0.7);
}

/* Floating chrome */
.wvn-theme {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 90;
  width: 64px;
  height: 32px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}
.wvn-theme i {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-style: normal;
  transition: 0.25s ease;
}
[data-theme="dark"] .wvn-theme i { left: 36px; }

.wvn-ask {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  z-index: 90;
  min-width: 240px;
  border: 0;
  border-radius: 999px;
  background: #2a1f1f;
  color: #fff;
  padding: 12px 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

/* Floating WhatsApp Button */
.wvn-float-wa {
  position: fixed;
  right: 20px;
  bottom: 18px;
  z-index: 90;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
  text-decoration: none;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease, background 0.3s ease;
}
.wvn-float-wa svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}
.wvn-float-wa:hover {
  transform: scale(1.1) translateY(-2px);
  background: #20ba5a;
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.55);
  color: #fff;
}

.wvn-modal {
  position: fixed;
  inset: 0;
  background: rgba(58, 36, 36, 0.72);
  z-index: 120;
  display: none;
  place-items: center;
  padding: 24px;
}
.wvn-modal.is-open { display: grid; }
.wvn-modal-card {
  width: min(720px, 100%);
  background: var(--cream);
  color: var(--teal-text);
  border-radius: 28px;
  padding: 28px;
  max-height: 86vh;
  overflow: auto;
}
.wvn-modal-card input {
  width: 100%;
  border: 0;
  background: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  font: inherit;
  margin-bottom: 16px;
}
.wvn-modal video { width: 100%; border-radius: 18px; background: #000; }

/* Inner pages */
.wvn-page {
  padding: 140px 24px 80px;
  min-height: 60vh;
}
.wvn-page h1,
.wvn-page .title {
  font-family: var(--font);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-align: center;
  font-size: clamp(22px, 2.6vw, 32px);
  color: var(--teal-text);
}
.wvn-page .wvn-content {
  width: min(860px, 100%);
  margin: 32px auto 0;
  font-size: 17px;
  color: var(--muted);
}
.wvn-page .wvn-content h2,
.wvn-page .wvn-content h3 {
  font-family: var(--font);
  color: var(--teal-text);
  text-transform: uppercase;
}

body.wvn-body #content.wvn-blog,
body.wvn-body #content.wvn-article {
  padding: 0;
  max-width: none;
  margin: 0;
  width: 100%;
}
body.wvn-body #content.wvn-page {
  padding: 0;
  max-width: none;
  margin: 0;
  width: 100%;
}
body.wvn-body #content.wvn-page > .wvn-page-hero,
body.wvn-body #content.wvn-page > .wvn-money-hero {
  width: 100%;
  max-width: none;
  margin: 0;
}
.wvn-blog,
.wvn-article {
  background: var(--cream);
}
.wvn-blog-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 48px 0 96px;
  box-sizing: border-box;
}
.wvn-blog-top {
  width: 100%;
  margin: 0 0 40px;
}
.wvn-blog-head {
  width: min(920px, 100%);
  margin: 0 auto 36px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(107, 62, 62, 0.16);
  text-align: center;
}
.wvn-blog-head .wvn-kicker { 
  color: var(--teal-deep); 
  text-align: center;
  margin-bottom: 8px;
}
.wvn-blog-head .wvn-display {
  font-size: clamp(28px, 4vw, 46px);
  max-width: 860px;
  margin: 8px auto 16px;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0.04em;
}
.wvn-blog-head p {
  margin: 0 auto;
  max-width: 660px;
  font-size: 15.5px;
  line-height: 1.7;
  color: #5a4545;
  text-align: center;
}
.wvn-blog-featured {
  width: 100%;
  height: auto;
  margin: 8px 0 0;
}
.wvn-blog-card.is-featured {
  background: #e8e2d6;
  border-radius: 28px;
  overflow: hidden;
  width: 100%;
  height: auto;
}
body.wvn-body .wvn-blog-card.is-featured a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  height: auto;
  color: inherit;
}
body.wvn-body .wvn-blog-card.is-featured figure {
  margin: 0;
  height: auto;
  min-height: 0;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e8e2d6;
}
body.wvn-body .wvn-blog-card.is-featured figure img {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-width: 100%;
  max-height: none;
  object-fit: contain !important;
  object-position: center top !important;
}
.wvn-blog-card.is-featured .wvn-blog-card-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 36px 40px;
}
.wvn-blog-card.is-featured h2 {
  font-size: clamp(22px, 2.4vw, 32px);
  margin: 12px 0 16px;
}
.wvn-blog-filters {
  width: 100%;
  margin: 0 0 36px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.wvn-blog-filters a {
  border: 1px solid rgba(107, 62, 62, 0.28);
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--teal-deep);
}
.wvn-blog-filters a.is-active {
  background: var(--teal-deep);
  border-color: var(--teal-deep);
  color: var(--cream);
}
.wvn-blog-grid {
  width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 28px;
}
.wvn-blog-grid .wvn-blog-card a { display: block; color: inherit; }
.wvn-blog-grid figure {
  margin: 0 0 16px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 22px;
  background: #ddd6c8;
}
.wvn-blog-grid img { width: 100%; height: 100%; object-fit: cover; display: block; }
.wvn-blog-cat {
  margin: 0 0 8px;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--teal-deep);
}
.wvn-blog-card h2 {
  font-family: var(--font);
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--teal-text);
  margin: 0 0 10px;
}
.wvn-blog-card-copy > p { margin: 0; font-size: 14px; line-height: 1.65; color: #6b5555; }
.wvn-blog-meta {
  margin-top: 14px !important;
  font-size: 12px !important;
  letter-spacing: 0.04em;
  color: var(--teal-deep) !important;
}
.wvn-blog-more {
  display: inline-block;
  margin-top: 22px;
  font-size: 14px;
  color: var(--teal-deep);
}
.wvn-blog-nav { width: 100%; margin: 48px 0 0; text-align: center; }
.wvn-blog-nav .nav-links { display: flex; justify-content: center; gap: 16px; }
.wvn-article {
  background: var(--cream);
}
.wvn-article-layout {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 48px 0 96px;
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(260px, 0.7fr);
  gap: 48px 40px;
  align-items: start;
  box-sizing: border-box;
}
.wvn-article-crumb {
  margin: 0 0 16px;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--teal-deep);
}
.wvn-article-crumb a { text-decoration: underline; text-underline-offset: 3px; }
.wvn-article-crumb span { margin: 0 8px; opacity: 0.5; }
.wvn-article-main .wvn-display {
  font-size: clamp(26px, 3.2vw, 40px);
  max-width: 20ch;
  margin: 0 0 14px;
}
.wvn-article-meta {
  margin: 0 0 32px;
  font-size: 14px;
  color: #7a6565;
}
.wvn-article-meta strong { color: var(--teal-deep); font-weight: 400; }
.wvn-article-meta span { margin: 0 8px; }
.wvn-article-body {
  font-size: 16px;
  line-height: 1.8;
  color: #4a3838;
}
.wvn-article-body p { margin: 0 0 18px; }
.wvn-article-body h2,
.wvn-article-body h3 {
  font-family: var(--font);
  color: var(--teal-deep);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 36px 0 14px;
}
.wvn-article-body img {
  width: 100%;
  border-radius: 22px;
  margin: 12px 0 28px;
  display: block;
}
.wvn-article-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 8px 0 32px;
  background: #efe8dc;
  border-radius: 16px;
  overflow: hidden;
  font-size: 14px;
}
.wvn-article-body th,
.wvn-article-body td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(107, 62, 62, 0.1);
}
.wvn-article-body th { color: var(--teal-deep); font-weight: 400; }
.wvn-article-gallery {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin: 8px 0 40px;
}
.wvn-article-gallery img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 14px;
}
.wvn-article-faq { margin: 48px 0 8px; }
.wvn-article-faq .wvn-display { font-size: clamp(22px, 2.4vw, 30px); margin-bottom: 20px; }
.wvn-article-faq .wvn-acc { width: 100%; margin: 0; }
.wvn-article-faq .wvn-acc details {
  background: #e7dfd2;
  color: var(--teal-deep);
}
.wvn-article-faq .wvn-acc summary,
.wvn-article-faq .wvn-acc summary::after,
.wvn-article-faq .wvn-acc p { color: var(--teal-deep); }
.wvn-article-cta { margin: 48px 0 24px; }
.wvn-article-cta p { margin: 0 0 18px; color: #5a4545; }
.wvn-article-pager {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 28px;
  border-top: 1px solid rgba(107, 62, 62, 0.14);
  font-size: 14px;
  color: var(--teal-deep);
}
.wvn-article-pager a { max-width: 46%; }
.wvn-article-side { position: sticky; top: 110px; display: grid; gap: 20px; }
.wvn-article-quote,
.wvn-article-next,
.wvn-article-venue {
  background: #e7dfd2;
  border-radius: 22px;
  padding: 24px;
}
.wvn-article-quote .wvn-display { font-size: 24px; margin: 0 0 10px; }
.wvn-article-quote p { margin: 0 0 18px; font-size: 14px; line-height: 1.6; color: #5a4545; }
.wvn-article-quote .wvn-btn,
.wvn-article-cta .wvn-btn {
  background: var(--teal-deep);
  color: var(--cream);
  margin-top: 0;
}
.wvn-article-next {
  display: block;
  color: inherit;
  text-decoration: none;
}
.wvn-article-next .wvn-blog-cat { margin: 0 0 14px; }
.wvn-article-next figure {
  margin: 0 0 14px;
  border-radius: 16px;
  overflow: hidden;
  background: #d8d0c2;
}
.wvn-article-next img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center top;
}
.wvn-article-next-cat {
  margin: 0 0 8px;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--teal-deep);
}
.wvn-article-next strong {
  display: block;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--teal-deep);
}
.wvn-article-next em {
  display: inline-block;
  margin-top: 14px;
  font-style: normal;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--teal-deep);
}
.wvn-article-venue .wvn-blog-cat { margin-bottom: 12px; }
.wvn-article-venue a { display: block; color: inherit; }
.wvn-article-venue img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 12px;
}
.wvn-article-venue strong {
  display: block;
  font-family: var(--font);
  font-size: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--teal-deep);
}
.wvn-article-venue span { display: block; margin: 6px 0 10px; font-size: 13px; color: #6b5555; }
.wvn-article-venue em { font-style: normal; font-size: 13px; color: var(--teal-deep); }

@media (max-width: 900px) {
  .wvn-article-layout { grid-template-columns: 1fr; }
  .wvn-article-side { position: static; }
  .wvn-article-gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .wvn-blog-shell,
  .wvn-article-layout {
    width: min(1180px, calc(100% - 32px));
  }
}
@media (max-width: 640px) {
  .wvn-article-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wvn-article-pager { flex-direction: column; }
  .wvn-article-pager a { max-width: 100%; }
  .wvn-blog-shell,
  .wvn-article-layout {
    width: min(1180px, calc(100% - 24px));
    padding-top: 36px;
    padding-bottom: 72px;
  }
}

@media (max-width: 900px) {
  .wvn-blog-card.is-featured a,
  .wvn-blog-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .wvn-blog-card.is-featured a,
  .wvn-blog-grid { grid-template-columns: 1fr; }
  body.wvn-body .wvn-blog-card.is-featured figure { min-height: 0; }
  body.wvn-body .wvn-blog-card.is-featured figure img { width: 100% !important; height: auto !important; }
  .wvn-blog-card.is-featured .wvn-blog-card-copy { padding: 24px; }
}

/* Wedding Portfolio Single */
.wvn-wedding-single {
  background: var(--cream);
  color: var(--teal-text);
  padding-bottom: 90px;
}
.wvn-wedding-hero {
  position: relative;
  min-height: 82vh;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 140px var(--section-inset) 64px;
  background-size: cover;
  background-position: center 25%;
  background-repeat: no-repeat;
  color: #fff;
  overflow: hidden;
}
.wvn-wedding-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 24, 24, 0.42) 0%, rgba(16, 24, 24, 0.2) 40%, rgba(16, 24, 24, 0.92) 100%);
  pointer-events: none;
}
.wvn-wedding-hero-inner {
  position: relative;
  z-index: 2;
  width: min(1200px, 100%);
  margin: 0 auto;
}
.wvn-wedding-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.78);
}
.wvn-wedding-breadcrumbs a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  transition: color 0.2s ease;
}
.wvn-wedding-breadcrumbs a:hover {
  color: #fff;
}
.wvn-wedding-title {
  font-family: var(--font);
  font-size: clamp(34px, 5.2vw, 64px);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 10px;
  line-height: 1.1;
  color: #fff;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}
.wvn-wedding-subtitle {
  font-family: var(--font);
  font-size: clamp(14px, 1.8vw, 20px);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 20px;
  color: rgba(240, 237, 228, 0.92);
  max-width: 800px;
}
.wvn-wedding-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}
.wvn-wedding-pill {
  display: inline-block;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 6px 16px;
  font-size: 11.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* Wedding Story / Overview */
.wvn-wedding-overview {
  padding: 80px var(--section-inset) 50px;
  background: var(--cream);
}
.wvn-wedding-overview-inner {
  max-width: 880px;
  margin: 0 auto;
}
.wvn-wedding-overview h2 {
  font-size: clamp(24px, 3.2vw, 38px);
  margin: 10px 0 24px;
  color: var(--teal-deep);
}
.wvn-wedding-story-body {
  font-size: 16px;
  line-height: 1.8;
  color: #554444;
  letter-spacing: 0.02em;
}
.wvn-wedding-story-body p {
  margin: 0 0 18px;
}

/* 3-Photo Repetitive Event Sections */
.wvn-wedding-events {
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding: 40px var(--section-inset) 60px;
}
.wvn-wedding-event-section {
  width: min(1200px, 100%);
  margin: 0 auto;
}
.wvn-wedding-event-row {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 52px;
  align-items: center;
}
.wvn-wedding-event-section.is-reversed .wvn-wedding-event-row {
  grid-template-columns: 0.85fr 1.15fr;
}
.wvn-wedding-event-section.is-reversed .wvn-wedding-collage {
  order: 2;
}
.wvn-wedding-event-section.is-reversed .wvn-wedding-event-copy {
  order: 1;
}

/* 3-Photo Collage */
.wvn-wedding-collage {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 16px;
  align-items: stretch;
}
.wvn-collage-item {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background: #1a1a1a;
  box-shadow: 0 16px 36px rgba(58, 39, 39, 0.08);
  text-decoration: none;
}
.wvn-collage-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.wvn-collage-item:hover img {
  transform: scale(1.05);
}
.wvn-collage-item.is-main {
  aspect-ratio: 4 / 5;
  height: 100%;
}
.wvn-collage-stack {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
  height: 100%;
}
.wvn-collage-stack .wvn-collage-item {
  aspect-ratio: 4 / 3;
  height: 100%;
}

/* Event Copy */
.wvn-wedding-event-copy {
  padding: 10px 0;
}
.wvn-wedding-event-copy .wvn-kicker {
  margin-bottom: 6px;
}
.wvn-wedding-event-copy h3 {
  font-size: clamp(22px, 2.6vw, 34px);
  margin: 6px 0 12px;
  color: var(--teal-deep);
}
.wvn-wedding-event-theme {
  display: inline-block;
  font-size: 12.5px;
  color: var(--teal);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 16px;
  font-weight: 500;
}
.wvn-wedding-event-text p {
  font-size: 15px;
  line-height: 1.75;
  color: #554444;
  margin: 0 0 14px;
}

/* Moments Gallery / Mosaic */
.wvn-wedding-gallery-section {
  width: min(1200px, 100%);
  margin: 0 auto;
  padding: 60px var(--section-inset);
}
.wvn-wedding-gallery-header {
  text-align: center;
  margin-bottom: 36px;
}
.wvn-wedding-gallery-header h2 {
  font-size: clamp(22px, 2.8vw, 36px);
  margin-top: 6px;
}
.wvn-wedding-mosaic {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.wvn-wedding-mosaic a {
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #111;
  box-shadow: 0 14px 32px rgba(58, 39, 39, 0.08);
}
.wvn-wedding-mosaic a:nth-child(4n+1) {
  grid-column: span 2;
  aspect-ratio: 16 / 9;
}
.wvn-wedding-mosaic a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.wvn-wedding-mosaic a:hover img {
  transform: scale(1.05);
}
.wvn-mosaic-caption {
  position: absolute;
  inset: auto 16px 16px;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.04em;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

/* Wedding Credits Table */
.wvn-wedding-credits-section {
  width: min(960px, 100%);
  margin: 40px auto;
  padding: 0 var(--section-inset);
}
.wvn-wedding-credits-card {
  background: #fff;
  border-radius: 32px;
  padding: 52px 48px;
  box-shadow: 0 16px 44px rgba(58, 39, 39, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.wvn-wedding-credits-card h2 {
  font-size: clamp(20px, 2.4vw, 30px);
  margin: 6px 0 28px;
  color: var(--teal-deep);
}
.wvn-wedding-credits-table {
  display: grid;
  gap: 14px;
}
.wvn-credit-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 14px;
  gap: 20px;
}
.wvn-credit-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.wvn-credit-label {
  color: var(--muted);
  font-size: 12.5px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.wvn-credit-value {
  color: var(--teal-deep);
  font-weight: 500;
  text-align: right;
  letter-spacing: 0.02em;
}

/* Related Real Weddings */
.wvn-wedding-related-section {
  width: min(1200px, 100%);
  margin: 60px auto 0;
  padding: 40px var(--section-inset);
}
.wvn-wedding-related-header {
  text-align: center;
  margin-bottom: 36px;
}
.wvn-wedding-related-header h2 {
  font-size: clamp(22px, 2.8vw, 36px);
  margin-top: 6px;
}
.wvn-wedding-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.wvn-wedding-related-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(58, 39, 39, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.wvn-wedding-related-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 44px rgba(58, 39, 39, 0.12);
}
.wvn-wedding-related-thumb {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #222;
}
.wvn-wedding-related-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.wvn-wedding-related-card:hover .wvn-wedding-related-thumb img {
  transform: scale(1.06);
}
.wvn-related-placeholder {
  width: 100%;
  height: 100%;
  background: var(--card);
}
.wvn-wedding-related-meta {
  padding: 22px 24px;
}
.wvn-wedding-related-meta h3 {
  font-family: var(--font);
  font-size: 17px;
  color: var(--teal-deep);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 6px;
}
.wvn-wedding-related-meta p {
  font-size: 12.5px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0;
}

/* CTA Section */
.wvn-wedding-cta-section {
  width: min(1200px, 100%);
  margin: 60px auto 0;
  padding: 0 var(--section-inset);
}
.wvn-wedding-cta-box {
  background: var(--teal-deep);
  color: var(--cream);
  border-radius: 36px;
  padding: 68px 36px;
  text-align: center;
  box-shadow: 0 20px 50px rgba(16, 24, 24, 0.18);
}
.wvn-wedding-cta-box h2 {
  font-size: clamp(22px, 2.8vw, 36px);
  margin: 0 0 16px;
}
.wvn-wedding-cta-box p {
  max-width: 600px;
  margin: 0 auto 28px;
  color: rgba(240, 237, 228, 0.88);
  font-size: 15px;
  line-height: 1.7;
}

/* Responsive queries */
@media (max-width: 960px) {
  .wvn-wedding-event-row,
  .wvn-wedding-event-section.is-reversed .wvn-wedding-event-row {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .wvn-wedding-event-section.is-reversed .wvn-wedding-collage {
    order: 1;
  }
  .wvn-wedding-event-section.is-reversed .wvn-wedding-event-copy {
    order: 2;
  }
  .wvn-wedding-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .wvn-wedding-mosaic a:nth-child(4n+1) {
    grid-column: span 1;
    aspect-ratio: 4 / 3;
  }
  .wvn-wedding-related-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 640px) {
  .wvn-wedding-collage {
    grid-template-columns: 1fr;
  }
  .wvn-collage-stack {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .wvn-wedding-mosaic {
    grid-template-columns: 1fr;
  }
  .wvn-wedding-credits-card {
    padding: 36px 24px;
  }
  .wvn-credit-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .wvn-credit-value {
    text-align: left;
  }
}

.wedding-gallery-single { padding: 140px 24px 80px; }
.wedding-gallery-single .title {
  font-family: var(--font);
  text-transform: uppercase;
  text-align: center;
}
.wvn-portfolio-venue {
  text-align: center;
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 14px;
  margin: 12px auto 0;
  max-width: 640px;
}
.wvn-portfolio-detail {
  width: min(1100px, 100%);
  margin: 40px auto 0;
  display: grid;
  gap: 32px;
}
.wvn-portfolio-detail.has-split {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: start;
}
.wvn-portfolio-hero {
  margin: 0;
  border-radius: 28px;
  overflow: hidden;
  background: var(--card);
}
.wvn-portfolio-hero img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.wvn-portfolio-copy {
  width: 100%;
  margin: 0;
  text-align: left;
  color: var(--teal-text);
}
.wvn-portfolio-copy > *:first-child { margin-top: 0; }
.wvn-portfolio-copy p,
.wvn-portfolio-copy li {
  font-size: 16px;
  line-height: 1.7;
  color: var(--muted);
  letter-spacing: 0.02em;
  text-transform: none;
}
.wvn-portfolio-copy h2,
.wvn-portfolio-copy h3,
.wvn-portfolio-copy h4 {
  font-family: var(--font);
  color: var(--teal-text);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 1.4em 0 0.5em;
}
.wvn-portfolio-single .wvn-mosaic {
  width: min(1100px, 100%);
  margin: 48px auto 0;
}
@media (max-width: 900px) {
  .wvn-portfolio-detail.has-split {
    grid-template-columns: 1fr;
  }
}
.gallery-lightbox { columns: 3 220px; column-gap: 16px; }
.gallery-lightbox a { display: block; margin-bottom: 16px; border-radius: 22px; overflow: hidden; }

.wvn-contact-grid {
  width: min(1100px, 100%);
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
}
.wvn-contact-grid form,
.quick-contact-form,
.wpcf7 {
  background: #fff;
  padding: 28px;
  border-radius: 28px;
}
.wvn-contact-grid input,
.wvn-contact-grid textarea,
.quick-contact-form input,
.quick-contact-form textarea,
.wpcf7 input,
.wpcf7 textarea {
  width: 100%;
  border: 1px solid #d8d2c6;
  background: var(--cream-2);
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 14px;
  font: inherit;
}
.wvn-contact-grid button,
.quick-contact-form button,
.wpcf7 input[type="submit"] {
  background: var(--teal);
  color: var(--cream);
  border: 0;
  border-radius: 999px;
  padding: 14px 22px;
}

/* Hide old chrome */
.custom-header,
.footer,
.burger,
.mobile-nav { display: none !important; }

body.wvn-body #wpadminbar { z-index: 200; }

@media (max-width: 980px) {
  :root { --section-gap: 56px; --section-inset: 16px; }
  .wvn-pillnav { display: none; }
  .wvn-planners-card,
  .wvn-footer-grid,
  .wvn-footer-grid.wvn-container,
  .wvn-contact-grid,
  .wvn-showreel-row { grid-template-columns: 1fr; }
  .wvn-book { width: 72px; height: 72px; }
  .wvn-hero {
    --hero-t: 30vh;
    --hero-x: 9vw;
    --hero-b: 38vh;
    --hero-r: 48px;
  }
  .wvn-hero-travel { height: 110vh; }
  .wvn-hero-copy { font-size: clamp(15px, 3.8vw, 18px); }
  .wvn-pin { height: auto; }
  .wvn-services.wvn-pin { height: 420vh; }
  .wvn-pin-sticky {
    position: relative;
    height: auto;
    min-height: 100vh;
    overflow: visible;
  }
  .wvn-services-sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    padding: 56px 16px 20px;
  }
  .wvn-coverflow-track { padding-left: 24px; padding-right: 24px; }
  .wvn-masonry { grid-template-columns: 1fr; }
  .wvn-mosaic, .gallery-lightbox { columns: 2 160px; }
  .wvn-planners {
    height: auto;
    min-height: 100vh;
    max-height: none;
    padding: var(--section-gap) 16px;
  }
  .wvn-planners-card {
    height: auto;
    max-height: none;
    min-height: calc(100vh - (var(--section-gap) * 2));
  }
  .wvn-planners-photo { height: 46vh; min-height: 240px; }
  .wvn-planners-copy { padding: 32px 24px 36px; }
  .wvn-pressbook {
    --book-closed-w: min(240px, 70vw);
    --book-closed-h: min(320px, 48vh);
    --book-open-w: min(92vw, 640px);
    --book-open-h: min(70vw, 420px);
  }
  .wvn-pressbook-leaf {
    padding: 16px 14px;
    overflow: auto;
  }
  .wvn-pressbook-leaf img {
    flex: 0 0 auto;
    min-height: 0;
    height: 110px !important;
  }
  .wvn-pressbook-leaf p { font-size: 13px; }
  .wvn-pressbook-leaf--quote img {
    height: 100px !important;
    max-height: 32%;
    margin-bottom: 10px;
  }
  .wvn-pressbook-leaf--quote p:not(.wvn-pressbook-brand) {
    font-size: clamp(16px, 4.2vw, 22px);
    line-height: 1.32;
    max-width: none;
  }
}

/* Legacy ACF blocks, restyled to match the new site */
body.wvn-body .fancy-section { max-width: 820px; }
body.wvn-body .fancy-section h2,
body.wvn-body .fancy-section h4,
body.wvn-body .step-title,
body.wvn-body .step-label span,
body.wvn-body .promo-title,
body.wvn-body .overlay-text,
body.wvn-body .info-card h3 {
  font-family: var(--font);
  color: var(--teal-text);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
body.wvn-body .step-block,
body.wvn-body .about-section,
body.wvn-body .info-cards-section {
  background: transparent;
}
body.wvn-body .info-card,
body.wvn-body .wpcf7 {
  background: #fff;
  border-radius: 28px;
  box-shadow: none;
  border: 1px solid rgba(182, 122, 122, 0.16);
}
body.wvn-body .full-width-slider {
  height: min(70vh, 640px);
  border-radius: 28px;
  overflow: hidden;
  margin: 0 auto !important;
  width: min(1180px, calc(100% - 32px));
}
body.wvn-body .hero-banner img { height: 420px; border-radius: 28px; }
body.wvn-body .hero-contact-section { background: transparent; }
body.wvn-body .contact-form-wrapper { background: transparent; padding-top: 20px; }

@media (max-width: 640px) {
  .wvn-header { padding: 12px 14px; }
  .wvn-logo-word { display: none; }
  .wvn-logo img { height: 42px; }
  .wvn-mosaic { columns: 1; }
  .wvn-stories-grid { grid-template-columns: 1fr; width: min(360px, 100%); }
  .wvn-legal,
  .wvn-legal.wvn-container { flex-direction: column; text-align: left; gap: 10px; }
  .wvn-ask { min-width: 180px; font-size: 13px; }
}

/* Services page */
.wvn-svc-page { background: var(--cream); color: var(--teal-text); }
.wvn-svc-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 140px 24px 72px;
  background:
    linear-gradient(180deg, rgba(20, 12, 12, 0.18) 0%, rgba(20, 12, 12, 0.08) 40%, rgba(20, 12, 12, 0.55) 100%),
    var(--svc-hero) center / cover no-repeat;
  color: #fff;
  text-align: center;
}
.wvn-svc-hero-copy { width: min(820px, 100%); }
.wvn-svc-crumb {
  margin: 0 0 16px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.82);
}
.wvn-svc-hero .wvn-display {
  color: #fff;
  font-size: clamp(28px, 4.4vw, 52px);
  line-height: 1.15;
}
.wvn-svc-hero p {
  max-width: 640px;
  margin: 18px auto 0;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.9);
}
.wvn-svc-intro,
.wvn-svc-glance,
.wvn-svc-why {
  width: min(1180px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
  padding: 64px 0;
  text-align: center;
}
.wvn-svc-core {
  width: 100%;
  margin: 0;
  padding: 64px clamp(16px, 3vw, 40px);
}
.wvn-svc-intro .wvn-display,
.wvn-svc-core-head .wvn-display,
.wvn-svc-glance .wvn-display,
.wvn-svc-why .wvn-display {
  font-size: clamp(26px, 3.4vw, 42px);
  max-width: 22em;
  margin: 8px auto 20px;
}
.wvn-svc-intro-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 48px;
  width: 100%;
}
.wvn-svc-intro-cols p,
.wvn-svc-core-head > p,
.wvn-svc-glance-lede,
.wvn-svc-why-lede {
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.75;
  color: #4a3838;
  max-width: none;
  text-align: center;
}
.wvn-svc-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px 32px;
  width: 100%;
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid rgba(107, 62, 62, 0.16);
  text-align: center;
}
.wvn-svc-stats strong {
  display: block;
  font-family: var(--font);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 400;
  color: var(--teal-deep);
  line-height: 1;
}
.wvn-svc-stats span {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6b5555;
}
.wvn-svc-core-head {
  width: 100%;
  margin: 0 0 36px;
  max-width: none;
  text-align: center;
}
.wvn-svc-core-head > p { max-width: 62ch; }
.wvn-svc-bento {
  display: grid;
  grid-template-columns: 1.08fr 1fr 1fr 1fr;
  grid-template-rows: minmax(230px, auto) minmax(270px, 34vw);
  gap: 16px;
}
.wvn-svc-bento[data-count="5"] .wvn-svc-card:nth-child(1) { grid-area: 1 / 1 / 3 / 2; }
.wvn-svc-bento[data-count="5"] .wvn-svc-card:nth-child(2) { grid-area: 1 / 2 / 2 / 5; }
.wvn-svc-bento[data-count="5"] .wvn-svc-card:nth-child(3) { grid-area: 2 / 2 / 3 / 3; }
.wvn-svc-bento[data-count="5"] .wvn-svc-card:nth-child(4) { grid-area: 2 / 3 / 3 / 4; }
.wvn-svc-bento[data-count="5"] .wvn-svc-card:nth-child(5) { grid-area: 2 / 4 / 3 / 5; }
.wvn-svc-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  min-height: 220px;
  color: #fff;
}
.wvn-svc-card.is-venue { background: var(--teal-deep); padding: 28px 24px; display: flex; flex-direction: column; justify-content: flex-end; }
.wvn-svc-card.is-tags { background: #e4d3c4; color: var(--teal-deep); padding: 28px 28px 24px; }
.wvn-svc-card.is-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wvn-svc-card.is-photo::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 55%;
  background: linear-gradient(180deg, transparent, rgba(20, 12, 12, 0.72));
}
.wvn-svc-card-copy { position: relative; z-index: 1; }
.wvn-svc-card.is-photo .wvn-svc-card-copy {
  position: absolute;
  left: 20px;
  right: 16px;
  bottom: 18px;
}
.wvn-svc-label {
  margin: 0 0 8px;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.8;
}
.wvn-svc-card .wvn-display {
  font-size: clamp(20px, 1.8vw, 28px);
  max-width: none;
  margin: 0 0 8px;
  color: inherit;
}
.wvn-svc-card p { margin: 0; font-size: 13px; line-height: 1.55; opacity: 0.9; }
.wvn-svc-polaroids {
  position: relative;
  height: 58%;
  width: 100%;
  margin: 0 0 28px;
}
.wvn-svc-polaroids figure {
  position: absolute;
  width: 62%;
  background: #fff;
  padding: 8px 8px 28px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}
.wvn-svc-polaroids .is-back { left: 8%; top: 8%; transform: rotate(-8deg); }
.wvn-svc-polaroids .is-front { right: 4%; top: 18%; transform: rotate(6deg); z-index: 1; }
.wvn-svc-polaroids img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.wvn-svc-polaroids figcaption {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 6px;
  color: #3a2727;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
}
.wvn-svc-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.wvn-svc-tags span {
  background: #fff;
  color: var(--teal-deep);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 12px;
  letter-spacing: 0.02em;
}
.wvn-svc-specials {
  background: var(--teal-deep);
  padding: 64px clamp(16px, 3vw, 40px);
}
.wvn-svc-mosaic {
  width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: 1.1fr 0.95fr 1.1fr;
  grid-auto-rows: minmax(160px, 1fr);
  gap: 14px;
  min-height: 920px;
}
.wvn-svc-mosaic[data-count="9"] .wvn-svc-tile:nth-child(1) { grid-area: 1 / 1 / 2 / 2; }
.wvn-svc-mosaic[data-count="9"] .wvn-svc-tile:nth-child(2) { grid-area: 1 / 2 / 3 / 3; }
.wvn-svc-mosaic[data-count="9"] .wvn-svc-tile:nth-child(3) { grid-area: 1 / 3 / 2 / 4; }
.wvn-svc-mosaic[data-count="9"] .wvn-svc-tile:nth-child(4) { grid-area: 2 / 1 / 3 / 2; }
.wvn-svc-mosaic[data-count="9"] .wvn-svc-tile:nth-child(5) { grid-area: 2 / 3 / 3 / 4; }
.wvn-svc-mosaic[data-count="9"] .wvn-svc-tile:nth-child(6) { grid-area: 3 / 1 / 4 / 2; }
.wvn-svc-mosaic[data-count="9"] .wvn-svc-tile:nth-child(7) { grid-area: 3 / 2 / 4 / 3; }
.wvn-svc-mosaic[data-count="9"] .wvn-svc-tile:nth-child(8) { grid-area: 3 / 3 / 5 / 4; }
.wvn-svc-mosaic[data-count="9"] .wvn-svc-tile:nth-child(9) { grid-area: 4 / 1 / 5 / 3; }
.wvn-svc-tile {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  min-height: 150px;
  color: #fff;
}
.wvn-svc-tile.is-cream { background: var(--cream); color: var(--teal-deep); }
.wvn-svc-tile.is-rose { background: var(--teal); color: var(--cream); }
.wvn-svc-tile.is-ink { background: #2a1c1c; color: var(--cream); }
.wvn-svc-tile.is-deep { background: #5a3434; color: var(--cream); }
.wvn-svc-tile.is-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wvn-svc-tile.is-photo::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 50%;
  background: linear-gradient(180deg, transparent, rgba(20, 12, 12, 0.7));
}
.wvn-svc-num {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  color: var(--teal-deep);
  display: grid;
  place-items: center;
  font-size: 12px;
}
.wvn-svc-tile-copy { position: relative; z-index: 1; padding: 22px; }
.wvn-svc-tile.is-photo .wvn-svc-tile-copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.wvn-svc-tile .wvn-display {
  font-size: clamp(18px, 1.6vw, 26px);
  max-width: none;
  margin: 0 0 8px;
  color: inherit;
}
.wvn-svc-tile p { margin: 0; font-size: 13px; line-height: 1.55; opacity: 0.88; }
.wvn-svc-tile a {
  display: inline-block;
  margin-top: 16px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.wvn-svc-tile.is-intro,
.wvn-svc-tile.is-brand,
.wvn-svc-tile.is-star,
.wvn-svc-tile.is-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
}
.wvn-svc-tile.is-intro .wvn-svc-tile-copy,
.wvn-svc-tile.is-brand .wvn-svc-tile-copy,
.wvn-svc-tile.is-text .wvn-svc-tile-copy { padding: 0; }
.wvn-svc-tile.is-star { align-items: center; justify-content: center; }
.wvn-svc-tile.is-brand { flex-direction: row; align-items: center; justify-content: center; gap: 12px; }
.wvn-svc-star { width: 28px; height: 28px; fill: currentColor; flex: 0 0 auto; }
.wvn-svc-tile.is-star .wvn-svc-star { width: 48px; height: 48px; }
.wvn-svc-glance-lede { max-width: 62ch; }
.wvn-svc-glance-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 48px;
  width: 100%;
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid rgba(107, 62, 62, 0.16);
  text-align: left;
}
.wvn-svc-colhead {
  margin: 0 0 20px;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--teal);
}
.wvn-svc-glance ol { margin: 0; padding: 0; list-style: none; }
.wvn-svc-glance li {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.6;
  color: #5a4545;
}
.wvn-svc-glance li strong { color: var(--teal-deep); font-weight: 400; font-family: var(--font); }
.wvn-svc-why-lede { max-width: 62ch; }
.wvn-svc-why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px 40px;
  width: 100%;
  margin: 36px 0 48px;
  text-align: left;
}
.wvn-svc-why-icon { color: var(--teal); display: inline-flex; margin-bottom: 12px; }
.wvn-svc-why-grid h3 {
  margin: 0 0 8px;
  font-family: var(--font);
  font-size: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--teal-deep);
}
.wvn-svc-why-grid p,
.wvn-svc-why-articles p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #5a4545;
}
.wvn-svc-why-articles article { margin-bottom: 36px; max-width: 760px; }
.wvn-svc-why-articles { text-align: left; }
.wvn-svc-why-articles .wvn-display {
  font-size: clamp(18px, 2vw, 24px);
  max-width: 28ch;
  margin: 0 0 12px;
}
.wvn-svc-why-articles .is-more { display: none; }
.wvn-svc-why.is-open .is-more { display: block; }
.wvn-svc-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 1px solid rgba(107, 62, 62, 0.28);
  color: var(--teal-deep);
  border-radius: 999px;
  padding: 12px 20px;
  font-family: inherit;
  letter-spacing: 0.04em;
}
.wvn-svc-more span { font-size: 18px; line-height: 1; }

@media (max-width: 900px) {
  .wvn-svc-intro-cols,
  .wvn-svc-glance-grid,
  .wvn-svc-why-grid,
  .wvn-svc-stats { grid-template-columns: 1fr 1fr; }
  .wvn-svc-bento,
  .wvn-svc-bento[data-count="5"],
  .wvn-svc-mosaic,
  .wvn-svc-mosaic[data-count="9"] {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
    min-height: 0;
  }
  .wvn-svc-bento[data-count="5"] .wvn-svc-card:nth-child(n),
  .wvn-svc-mosaic[data-count="9"] .wvn-svc-tile:nth-child(n) {
    grid-area: auto;
  }
  .wvn-svc-card.is-venue { min-height: 420px; }
}

@media (max-width: 640px) {
  .wvn-svc-hero { min-height: 86vh; padding: 120px 18px 48px; }
  .wvn-svc-intro-cols,
  .wvn-svc-glance-grid,
  .wvn-svc-why-grid,
  .wvn-svc-stats,
  .wvn-svc-bento,
  .wvn-svc-mosaic { grid-template-columns: 1fr; }
  .wvn-svc-card.is-photo { min-height: 340px; }
}

.wvn-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9990;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(18, 18, 18, 0.96);
  padding: 72px 88px 64px;
  box-sizing: border-box;
}
.wvn-lightbox[hidden] { display: none; }
.wvn-lb-stage {
  margin: 0;
  max-width: min(78vw, 1100px);
  max-height: calc(100vh - 140px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.wvn-lb-stage img {
  display: block;
  width: auto;
  height: auto;
  max-width: min(78vw, 1100px);
  max-height: calc(100vh - 180px);
  border-radius: 16px;
  object-fit: contain;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.55);
}
.wvn-lb-caption {
  margin: 0;
  max-width: 42ch;
  text-align: center;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(247, 242, 235, 0.78);
}
.wvn-lb-caption[hidden] { display: none; }
.wvn-lb-btn {
  position: absolute;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  background: transparent;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  cursor: pointer;
  transition: background-color .2s ease, border-color .2s ease;
  z-index: 2;
}
.wvn-lb-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.85);
}
.wvn-lb-btn svg {
  width: 20px;
  height: 20px;
  display: block;
}
.wvn-lb-close { top: 22px; right: 22px; }
.wvn-lb-prev { left: 28px; top: 50%; transform: translateY(-50%); }
.wvn-lb-next { right: 28px; top: 50%; transform: translateY(-50%); }
.wvn-lightbox:not(.has-many) .wvn-lb-prev,
.wvn-lightbox:not(.has-many) .wvn-lb-next,
.wvn-lightbox:not(.has-many) .wvn-lb-dots { display: none; }
.wvn-lb-dots {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 2;
}
.wvn-lb-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  cursor: pointer;
}
.wvn-lb-dots button.is-on { background: rgba(255, 255, 255, 0.92); width: 22px; }
@media (max-width: 640px) {
  .wvn-lightbox { padding: 64px 16px 56px; }
  .wvn-lb-stage,
  .wvn-lb-stage img { max-width: 92vw; max-height: 68vh; border-radius: 12px; }
  .wvn-lb-prev { left: 10px; width: 44px; height: 44px; }
  .wvn-lb-next { right: 10px; width: 44px; height: 44px; }
  .wvn-lb-close { top: 14px; right: 12px; width: 44px; height: 44px; }
}

/* Weddings in Udaipur guide */
.wvn-guide .wvn-kicker {
  text-align: center;
  margin: 0 0 12px;
}
.wvn-guide-body {
  width: min(860px, 100%);
}
.wvn-guide-body h2 {
  margin: 40px 0 14px;
  font-size: clamp(18px, 2vw, 24px);
  letter-spacing: 0.06em;
}
.wvn-guide-body h3 {
  margin: 28px 0 12px;
  font-size: 16px;
  letter-spacing: 0.08em;
}
.wvn-guide-body p,
.wvn-guide-body li {
  line-height: 1.7;
}
.wvn-guide-venues {
  list-style: none;
  margin: 0 0 8px;
  padding: 0;
  display: grid;
  gap: 10px;
}
.wvn-guide-venues li {
  background: var(--card);
  border-radius: 16px;
  padding: 16px 18px;
  display: grid;
  gap: 4px;
}
.wvn-guide-venues strong {
  color: var(--teal-text);
  letter-spacing: 0.04em;
}
.wvn-guide-venues span {
  color: var(--muted);
  font-size: 15px;
}
.wvn-guide-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0 16px;
  font-size: 15px;
}
.wvn-guide-table th,
.wvn-guide-table td {
  text-align: left;
  padding: 12px 14px;
  border-bottom: 1px solid var(--cream-3);
}
.wvn-guide-table th {
  color: var(--teal-text);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 12px;
}
.wvn-guide-table td:last-child {
  color: var(--teal-deep);
  white-space: nowrap;
}
.wvn-guide-steps {
  margin: 12px 0 0;
  padding-left: 20px;
  display: grid;
  gap: 12px;
}
.wvn-guide-faq {
  width: min(920px, calc(100% - 48px));
  margin: 24px auto 0;
  padding: 48px 0 24px;
  box-sizing: border-box;
}
.wvn-guide-faq > .wvn-display {
  margin: 0;
  text-align: left;
}
.wvn-guide-faq .wvn-acc {
  width: 100%;
  max-width: none;
  margin: 28px 0 0;
}
.wvn-guide .wvn-cta {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 640px) {
  .wvn-guide-table td:last-child { white-space: normal; }
}

