:root {
  --vmd-slate: #193741;
  --vmd-deep: #1d414d;
  --vmd-honey: #eac486;
  --vmd-parchment: #ebe7e1;
  --vmd-white: #fff;
  --vmd-ink: #172e35;
  --vmd-muted: #718188;
  --vmd-line: rgba(25, 55, 65, .24);
}

.vmd-site, .vmd-site * { box-sizing: border-box; }
html.vmd-page-active { scroll-behavior: smooth; background: var(--vmd-slate); }
body.vmd-page-active { display: block; width: 100%; min-width: 320px; margin: 0; overflow-x: clip; background: var(--vmd-white); color: var(--vmd-slate); font-size: 16px; line-height: 1.55; }
.vmd-site img { display: block; max-width: 100%; }
.vmd-site a { color: inherit; text-decoration: none; }
.vmd-site button { color: inherit; }
.vmd-site ::selection { background: var(--vmd-honey); color: var(--vmd-slate); }
.vmd-sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }

.vmd-site { min-height: 100vh; overflow: clip; background: var(--vmd-white); }
.vmd-site.vmd-section-module,
.vmd-site.vmd-footer-module { min-height: 0; }
.vmd-site.vmd-header-module {
  min-height: 0;
  overflow: visible;
  background: transparent;
}
.vmd-site :is(h1,h2,h3,h4,h5,h6), .vmd-site :is(strong)[class*="title"] { font-weight: 700; }
.vmd-site :is(p,a,button,input,textarea,select,label,small,span,li,dt,dd,cite,figcaption) { font-weight: 400; }
.vmd-shell { width: min(calc(100% - 72px), 1280px); margin-inline: auto; }
.vmd-skip { position: fixed; z-index: 1000; top: -70px; left: 18px; padding: 12px 18px; background: var(--vmd-honey); color: var(--vmd-slate); transition: top 180ms ease; }
.vmd-skip:focus { top: 18px; }
.vmd-progress { position: fixed; z-index: 1000; top: 0; left: 0; width: 100%; height: 3px; transform: scaleX(0); transform-origin: left; background: var(--vmd-honey); }
.vmd-page-enter { animation: vmd-page-in .85s cubic-bezier(.22, 1, .36, 1) both; }

.vmd-header { position: absolute; z-index: 60; top: 0; left: 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: 100%; min-height: 96px; padding: 18px 3.2vw; border-bottom: 1px solid rgba(255,255,255,.28); color: white; transition: min-height 240ms ease, background 240ms ease, color 240ms ease; }
.vmd-header.is-scrolled { position: fixed; min-height: 76px; background: rgba(255,255,255,.96); color: var(--vmd-slate); backdrop-filter: blur(14px); border-color: var(--vmd-line); }
.vmd-brand { position: relative; z-index: 2; width: fit-content; text-transform: uppercase; line-height: 1; }
.vmd-brand span, .vmd-footer-brand > span { display: block; margin: 0 0 6px 3px; font-size: .58rem; letter-spacing: .5em; }
.vmd-brand strong, .vmd-footer-brand > strong { font-style: normal; font-weight: 700; font-size: clamp(1.1rem, 1.6vw, 1.45rem); line-height: 1; letter-spacing: .04em; }
.vmd-primary-nav { display: flex; align-items: center; gap: clamp(17px, 2vw, 36px); height: 100%; font-size: .63rem; text-transform: uppercase; letter-spacing: .16em; }
.vmd-primary-nav > a, .vmd-nav-group > a { position: relative; display: flex; align-items: center; height: 76px; white-space: nowrap; }
.vmd-primary-nav > a::after, .vmd-nav-group > a::after { content: ""; position: absolute; right: 100%; bottom: 16px; left: 0; height: 1px; background: currentColor; transition: right 220ms ease; }
.vmd-primary-nav > a:hover::after, .vmd-primary-nav > a.is-current::after, .vmd-nav-group:hover > a::after, .vmd-nav-group > a.is-current::after { right: 0; }
.vmd-nav-group { height: 76px; }
.vmd-mega { position: fixed; z-index: 50; top: 82px; left: 50%; display: grid; grid-template-columns: .65fr 1.35fr; width: min(calc(100% - 6vw), 1120px); max-height: calc(100vh - 100px); overflow: auto; transform: translate(-50%, 14px); visibility: hidden; opacity: 0; background: var(--vmd-white); color: var(--vmd-slate); border: 1px solid var(--vmd-line); transition: opacity 220ms ease, transform 220ms ease, visibility 220ms; }
.vmd-nav-group:hover .vmd-mega, .vmd-nav-group:focus-within .vmd-mega { transform: translate(-50%, 0); visibility: visible; opacity: 1; }
.vmd-mega-intro { display: flex; flex-direction: column; justify-content: flex-end; min-height: 360px; padding: 48px; background: var(--vmd-slate); color: white; }
.vmd-mega-intro span { margin-bottom: auto; color: var(--vmd-honey); font-size: .58rem; text-transform: uppercase; letter-spacing: .2em; }
.vmd-mega-intro strong { font-style: normal; font-weight: 700; font-size: clamp(2.4rem, 4vw, 4.7rem); line-height: 1.02; }
.vmd-mega-intro p { max-width: 320px; margin: 20px 0 0; color: rgba(255,255,255,.7); font-size: .78rem; line-height: 1.6; text-transform: none; letter-spacing: 0; }
.vmd-mega-links { display: grid; align-content: center; padding: 24px 46px; }
.vmd-mega-links a { display: grid; grid-template-columns: 34px 1fr auto; gap: 18px; align-items: center; padding: 19px 0; border-bottom: 1px solid var(--vmd-line); text-transform: none; letter-spacing: 0; }
.vmd-mega-links a small { color: var(--vmd-honey); font-size: .55rem; }
.vmd-mega-links a span > * { display: block; }
.vmd-mega-links a strong { font-style: normal; font-weight: 700; font-size: 1.35rem; line-height: 1.15; }
.vmd-mega-links a em { margin-top: 4px; color: var(--vmd-muted); font-size: .7rem; font-style: normal; }
.vmd-mega-links a b { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--vmd-line); border-radius: 50%; font-weight: 400; transition: background 200ms ease, color 200ms ease; }
.vmd-mega-links a:hover b, .vmd-mega-links a.is-current b { background: var(--vmd-slate); color: white; }
.vmd-header-cta { justify-self: end; display: inline-flex; gap: 12px; align-items: center; min-height: 46px; padding: 0 21px; border: 1px solid currentColor; border-radius: 80px; font-size: .61rem; text-transform: uppercase; letter-spacing: .15em; transition: background 200ms ease, color 200ms ease; }
.vmd-header-cta-short { display: none; }
.vmd-header-cta:hover { background: currentColor; color: var(--vmd-slate); }
.vmd-header.is-scrolled .vmd-header-cta:hover { background: var(--vmd-slate); color: white; }
.vmd-menu-button { display: none; width: 48px; height: 48px; padding: 13px 7px; border: 0; background: none; cursor: pointer; }
.vmd-menu-button span { display: block; height: 1px; margin: 7px 0; background: currentColor; transition: transform 200ms ease; }
.vmd-menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.vmd-menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
.vmd-mobile-menu { position: fixed; z-index: 55; inset: 0; display: none; overflow-y: auto; padding: 110px 6vw 42px; background: var(--vmd-slate); color: white; }
.vmd-mobile-menu.is-open { display: block; }
.vmd-mobile-menu-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 6vw; }
.vmd-mobile-menu section { border-top: 1px solid rgba(255,255,255,.2); }
.vmd-mobile-parent { display: flex; gap: 18px; align-items: baseline; padding: 22px 0 16px; font-style: normal; font-weight: 700; font-size: clamp(2rem, 5vw, 4rem); line-height: 1; }
.vmd-mobile-parent span { color: var(--vmd-honey); font-style: normal; font-weight: normal; font-size: .55rem; line-height: normal; }
.vmd-mobile-menu section > div { display: grid; gap: 9px; padding: 0 0 18px 32px; }
.vmd-mobile-menu section > div a { color: rgba(255,255,255,.7); font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; }
.vmd-mobile-contact { display: flex; justify-content: space-between; margin-top: 40px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.2); color: var(--vmd-honey); font-size: .62rem; text-transform: uppercase; letter-spacing: .14em; }

.vmd-eyebrow { margin: 0 0 22px; font-size: .66rem; line-height: 1.5; text-transform: uppercase; letter-spacing: .18em; }
.vmd-eyebrow-dark { color: var(--vmd-slate); }
.vmd-hero-kicker { max-width: 760px; margin: 0 0 18px; color: var(--vmd-honey); font-style: italic !important; font-weight: 400 !important; font-size: clamp(1.2rem, 2vw, 2rem) !important; line-height: 1.2 !important; }
.vmd-bela-hero-copy .vmd-hero-kicker { margin: 8px 0 14px; color: white; text-shadow: 0 2px 24px rgba(0,0,0,.35); }
.vmd-lead-secondary { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 26px; }
.vmd-lead-secondary a { padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: .68rem; text-transform: uppercase; letter-spacing: .11em; }
.vmd-consent a { text-decoration: underline; text-underline-offset: 3px; }
.vmd-editorial-copy-only { padding: clamp(72px, 9vw, 140px) 0; background: var(--vmd-white); }
.vmd-editorial-copy-only .vmd-editorial-copy { max-width: 880px; margin-inline: auto; }
.vmd-editorial-copy-only .vmd-editorial-copy > p:not(.vmd-eyebrow) { max-width: 760px; }
.vmd-review-grid blockquote > a { display: inline-block; margin-top: 18px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: .62rem; text-transform: uppercase; letter-spacing: .1em; }
.vmd-pill { display: inline-flex; align-items: center; justify-content: center; width: fit-content; min-height: 52px; padding: 0 25px; border: 1px solid var(--vmd-slate); border-radius: 80px; font-size: .62rem; text-transform: uppercase; letter-spacing: .16em; transition: background 200ms ease, color 200ms ease; }
.vmd-pill:hover, .vmd-pill:focus-visible { background: var(--vmd-slate); color: white; }
.vmd-pill-light { border-color: white; color: white; }
.vmd-pill-light:hover, .vmd-pill-light:focus-visible { background: white; color: var(--vmd-slate); }
.vmd-underlink { position: relative; padding-bottom: 7px; border-bottom: 1px solid currentColor; font-size: .64rem; text-transform: uppercase; letter-spacing: .14em; }
.vmd-hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }

.vmd-home-hero { position: relative; display: flex; align-items: flex-end; min-height: 100svh; overflow: hidden; color: white; }
.vmd-home-hero-media, .vmd-home-hero-media img, .vmd-home-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.vmd-home-hero-media img, .vmd-page-hero-media img { object-fit: cover; object-position: center; transform: translate3d(0, var(--vmd-parallax, 0), 0) scale(1.08); will-change: transform; }
.vmd-home-hero-shade { background: linear-gradient(90deg, rgba(11,35,42,.76), rgba(11,35,42,.14) 72%), linear-gradient(0deg, rgba(11,35,42,.65), transparent 55%); }
.vmd-home-hero-content { position: relative; z-index: 2; width: min(calc(100% - 12vw), 1180px); margin: 0 6vw 10vh; }
.vmd-home-hero h1 { max-width: 1100px; margin: 0; font-style: normal; font-weight: 700; font-size: clamp(4rem, 8vw, 8.8rem); line-height: .89; letter-spacing: -.045em; }
.vmd-home-hero h1 em { display: block; margin-left: 10vw; color: var(--vmd-parchment); font-weight: 700; }
.vmd-home-hero-content > p:not(.vmd-eyebrow) { max-width: 650px; margin: 32px 0 0 10vw; color: rgba(255,255,255,.84); font-size: clamp(1rem, 1.25vw, 1.18rem); line-height: 1.65; }
.vmd-home-hero .vmd-hero-actions { margin-left: 10vw; }
.vmd-scroll-cue { position: absolute; z-index: 2; right: 3.2vw; bottom: 7vh; display: flex; gap: 14px; align-items: center; transform: rotate(90deg) translateX(50%); transform-origin: right center; font-size: .58rem; text-transform: uppercase; letter-spacing: .17em; }
.vmd-scroll-cue i { width: 58px; height: 1px; background: currentColor; }

.vmd-intent-strip { display: grid; grid-template-columns: 1fr repeat(3, 1fr); background: var(--vmd-parchment); border-bottom: 1px solid var(--vmd-line); }
.vmd-intent-strip > * { min-height: 115px; padding: 24px 2.7vw; border-right: 1px solid var(--vmd-line); }
.vmd-intent-strip > div { display: flex; align-items: center; color: var(--vmd-muted); font-size: .63rem; text-transform: uppercase; letter-spacing: .15em; }
.vmd-intent-strip > a { display: grid; grid-template-columns: 28px 1fr auto; gap: 12px; align-items: center; transition: background 220ms ease, color 220ms ease; }
.vmd-intent-strip > a:hover { background: var(--vmd-slate); color: white; }
.vmd-intent-strip small { color: var(--vmd-honey); }
.vmd-intent-strip strong { font-style: normal; font-weight: 700; font-size: clamp(1.1rem, 1.6vw, 1.55rem); line-height: 1.1; }
.vmd-intent-strip b { font-weight: 400; }

.vmd-home-story { display: grid; grid-template-columns: .45fr 1.1fr .9fr; gap: 5vw; align-items: start; padding-block: 150px; }
.vmd-home-story-label { display: flex; gap: 16px; color: var(--vmd-muted); font-size: .58rem; text-transform: uppercase; letter-spacing: .14em; }
.vmd-home-story-label span { color: var(--vmd-honey); }
.vmd-home-story-label p { margin: 0; }
.vmd-home-story h2, .vmd-section-head h2, .vmd-home-wedding h2, .vmd-home-cuisine h2, .vmd-review-head h2, .vmd-related-heading h2, .vmd-lead h2, .vmd-editorial h2, .vmd-contact-panel h2 { margin: 0; font-style: normal; font-weight: 700; font-size: clamp(2.8rem, 5vw, 5.7rem); line-height: 1.02; letter-spacing: -.035em; }
.vmd-home-story-copy > p:not(.vmd-eyebrow), .vmd-home-cuisine > div > p:not(.vmd-eyebrow) { margin: 26px 0 0; color: var(--vmd-muted); font-size: .96rem; line-height: 1.75; }
.vmd-home-story-copy .vmd-pill, .vmd-home-cuisine .vmd-pill { margin-top: 34px; }
.vmd-home-story figure { margin: 60px 0 0; overflow: hidden; }
.vmd-home-story figure img, .vmd-home-cuisine figure img, .vmd-editorial figure img { width: 100%; transform: translate3d(0, var(--vmd-parallax, 0), 0) scale(1.08); object-fit: cover; }
.vmd-home-story figure img { min-height: 560px; }
.vmd-site figure figcaption { margin-top: 12px; color: var(--vmd-muted); font-size: .56rem; text-transform: uppercase; letter-spacing: .14em; }

.vmd-home-spaces, .vmd-space-overview { padding-top: 130px; background: var(--vmd-parchment); }
.vmd-section-head { display: grid; grid-template-columns: 1.25fr .75fr auto; gap: 5vw; align-items: end; margin-bottom: 64px; }
.vmd-section-head > p { max-width: 470px; margin: 0; color: var(--vmd-muted); line-height: 1.7; }
.vmd-section-head.is-compact { grid-template-columns: 1fr; }
.vmd-space-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.vmd-space-card { position: relative; min-height: 690px; overflow: hidden; color: white; }
.vmd-space-card > img, .vmd-card-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.vmd-space-card > img { object-fit: cover; transition: transform 900ms cubic-bezier(.22,1,.36,1), filter 500ms ease; }
.vmd-space-card:hover > img { transform: scale(1.045); filter: saturate(.82); }
.vmd-card-shade { background: linear-gradient(0deg, rgba(12,34,41,.88), transparent 64%); }
.vmd-space-index { position: absolute; top: 34px; left: 38px; color: var(--vmd-honey); font-size: .58rem; letter-spacing: .14em; }
.vmd-space-copy { position: absolute; z-index: 2; right: 7%; bottom: 7%; left: 7%; }
.vmd-space-copy > * { display: block; }
.vmd-space-copy small { font-size: .58rem; text-transform: uppercase; letter-spacing: .18em; }
.vmd-space-copy strong { margin: 12px 0 14px; font-style: normal; font-weight: 700; font-size: clamp(2.7rem, 4.8vw, 5.2rem); line-height: .98; }
.vmd-space-copy em { max-width: 520px; color: rgba(255,255,255,.72); font-style: normal; line-height: 1.6; }
.vmd-space-copy b { width: fit-content; margin-top: 28px; padding-bottom: 7px; border-bottom: 1px solid; font-size: .6rem; font-weight: 400; text-transform: uppercase; letter-spacing: .15em; }

.vmd-home-wedding { display: grid; grid-template-columns: 1fr 1fr; min-height: 900px; background: var(--vmd-slate); color: white; }
.vmd-home-wedding-media { overflow: hidden; }
.vmd-home-wedding-media img { width: 100%; height: 100%; object-fit: cover; transform: translate3d(0, var(--vmd-parallax, 0), 0) scale(1.08); }
.vmd-home-wedding-copy { display: flex; flex-direction: column; justify-content: center; padding: 110px 7vw; }
.vmd-home-wedding-copy > p:not(.vmd-eyebrow) { max-width: 650px; margin: 28px 0; color: rgba(255,255,255,.72); line-height: 1.75; }
.vmd-proof-inline { display: grid; grid-template-columns: 1fr 1fr; margin: 22px 0 10px; border-top: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
.vmd-proof-inline span { padding: 22px 0; font-size: .65rem; text-transform: uppercase; letter-spacing: .12em; }
.vmd-proof-inline span + span { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.22); }
.vmd-proof-inline strong { color: var(--vmd-honey); font-style: normal; font-weight: 700; font-size: 1.2rem; line-height: normal; }
.vmd-home-wedding-copy > small { margin-top: 24px; color: rgba(255,255,255,.48); }

.vmd-experience-index { padding-block: 145px; }
.vmd-experience-row { display: grid; grid-template-columns: .25fr 1.5fr .55fr auto; gap: 3vw; align-items: center; min-height: 205px; border-top: 1px solid var(--vmd-line); }
.vmd-experience-row:last-child { border-bottom: 1px solid var(--vmd-line); }
.vmd-experience-row > span { color: var(--vmd-honey); font-style: italic; font-weight: normal; font-size: 1rem; line-height: normal; }
.vmd-experience-row strong { font-style: normal; font-weight: 700; font-size: clamp(2rem, 3.4vw, 4rem); line-height: 1; }
.vmd-experience-row p { max-width: 650px; margin: 12px 0 0; color: var(--vmd-muted); line-height: 1.6; }
.vmd-experience-row img { width: 200px; height: 125px; object-fit: cover; filter: saturate(.75); transition: transform 300ms ease, filter 300ms ease; }
.vmd-experience-row:hover img { transform: scale(1.04); filter: saturate(1); }
.vmd-experience-row > b { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid var(--vmd-line); border-radius: 50%; font-weight: 400; }

.vmd-home-cuisine { display: grid; grid-template-columns: 1fr .9fr; gap: 9vw; align-items: center; padding-bottom: 145px; }
.vmd-home-cuisine figure { margin: 0; overflow: hidden; }
.vmd-home-cuisine figure img { aspect-ratio: 4 / 5; object-fit: cover; }

.vmd-review-section { padding-block: 140px; background: var(--vmd-slate); color: white; }
.vmd-review-head { display: grid; grid-template-columns: .6fr 1.4fr .5fr; gap: 4vw; align-items: end; margin-bottom: 70px; }
.vmd-review-head > a { justify-self: end; padding-bottom: 7px; border-bottom: 1px solid; font-size: .6rem; text-transform: uppercase; letter-spacing: .14em; }
.vmd-review-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.2); }
.vmd-review-grid blockquote { margin: 0; padding: 42px 3.2vw 10px 0; }
.vmd-review-grid blockquote + blockquote { padding-left: 3.2vw; border-left: 1px solid rgba(255,255,255,.2); }
.vmd-review-grid blockquote span { color: var(--vmd-honey); font-size: .65rem; letter-spacing: .2em; }
.vmd-review-grid blockquote p { min-height: 165px; font-style: normal; font-weight: 700; font-size: clamp(1.35rem, 2vw, 2rem); line-height: 1.4; }
.vmd-review-grid cite { color: rgba(255,255,255,.55); font-size: .56rem; font-style: normal; text-transform: uppercase; letter-spacing: .15em; }

.vmd-home-editorial { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding-block: 145px; }
.vmd-home-editorial > a { position: relative; min-height: 690px; overflow: hidden; color: white; }
.vmd-home-editorial img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 800ms cubic-bezier(.22,1,.36,1); }
.vmd-home-editorial > a::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(12,34,41,.88), transparent 65%); }
.vmd-home-editorial > a:hover img { transform: scale(1.04); }
.vmd-home-editorial > a span { position: absolute; z-index: 2; right: 8%; bottom: 8%; left: 8%; }
.vmd-home-editorial > a span > * { display: block; }
.vmd-home-editorial small { margin-bottom: 12px; font-size: .58rem; text-transform: uppercase; letter-spacing: .17em; }
.vmd-home-editorial strong { font-style: normal; font-weight: 700; font-size: clamp(2.3rem, 4vw, 4.5rem); line-height: 1.04; }
.vmd-home-editorial b { width: fit-content; margin-top: 25px; padding-bottom: 7px; border-bottom: 1px solid; font-size: .6rem; font-weight: 400; text-transform: uppercase; letter-spacing: .14em; }

.vmd-page-hero { position: relative; display: flex; align-items: flex-end; min-height: 88svh; overflow: hidden; color: white; }
.vmd-page-hero-media, .vmd-page-hero-media img, .vmd-page-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.vmd-page-hero-shade { background: linear-gradient(90deg, rgba(10,33,40,.82), rgba(10,33,40,.16) 78%), linear-gradient(0deg, rgba(10,33,40,.6), transparent 52%); }
.vmd-page-hero-content { position: relative; z-index: 2; width: min(calc(100% - 12vw), 1180px); margin: 0 6vw 8vh; }
.vmd-breadcrumb { display: flex; gap: 8px; margin-bottom: 60px; color: rgba(255,255,255,.65); font-size: .56rem; text-transform: uppercase; letter-spacing: .13em; }
.vmd-breadcrumb a { color: white; }
.vmd-page-hero h1 { max-width: 1060px; margin: 0; font-style: normal; font-weight: 700; font-size: clamp(3.7rem, 7vw, 7.7rem); line-height: .94; letter-spacing: -.04em; }
.vmd-page-intro { max-width: 760px; margin: 28px 0 0 9vw; color: rgba(255,255,255,.82); font-size: clamp(1rem, 1.2vw, 1.18rem); line-height: 1.7; }
.vmd-page-hero .vmd-hero-actions { margin-left: 9vw; }

.vmd-facts { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--vmd-parchment); border-bottom: 1px solid var(--vmd-line); }
.vmd-facts > div { display: flex; flex-direction: column; justify-content: center; min-height: 150px; padding: 25px 5vw; border-right: 1px solid var(--vmd-line); text-align: center; }
.vmd-facts strong { font-style: normal; font-weight: 700; font-size: clamp(1.7rem, 2.8vw, 3.3rem); line-height: 1; }
.vmd-facts span { margin-top: 10px; color: var(--vmd-muted); font-size: .58rem; text-transform: uppercase; letter-spacing: .15em; }

.vmd-editorial-sections { padding-block: 145px 40px; }
.vmd-editorial { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: center; width: min(calc(100% - 72px), 1280px); margin: 0 auto 150px; }
.vmd-editorial.is-reverse figure { order: 2; }
.vmd-editorial.is-text-only { grid-template-columns: .65fr 1.35fr; padding-top: 70px; border-top: 1px solid var(--vmd-line); }
.vmd-editorial.is-text-only .vmd-editorial-copy { grid-column: 2; }
.vmd-editorial figure { margin: 0; overflow: hidden; }
.vmd-editorial figure img { aspect-ratio: 4/5; object-fit: cover; }
.vmd-editorial-copy > p:not(.vmd-eyebrow) { max-width: 660px; margin: 24px 0 0; color: var(--vmd-muted); line-height: 1.75; }
.vmd-editorial-copy ul { margin: 36px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--vmd-line); }
.vmd-editorial-copy li { padding: 17px 0; border-bottom: 1px solid var(--vmd-line); font-size: .65rem; text-transform: uppercase; letter-spacing: .13em; }

.vmd-space-overview { padding-bottom: 0; }
.vmd-space-overview .vmd-section-head { margin-bottom: 80px; }
.vmd-staff-grid { display: grid; grid-template-columns: 1fr 1fr; padding-block: 145px; }
.vmd-staff-grid article { min-height: 390px; padding: 48px; border-top: 1px solid var(--vmd-line); }
.vmd-staff-grid article:nth-child(odd) { border-right: 1px solid var(--vmd-line); }
.vmd-staff-grid span { color: var(--vmd-honey); font-size: .58rem; }
.vmd-staff-grid h2 { max-width: 460px; margin: 80px 0 20px; font-style: normal; font-weight: 700; font-size: clamp(2rem, 3.5vw, 4rem); line-height: 1; }
.vmd-staff-grid p { max-width: 560px; margin: 0; color: var(--vmd-muted); line-height: 1.7; }

.vmd-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 70px 24px; padding-block: 145px; }
.vmd-gallery figure { margin: 0; }
.vmd-gallery figure.is-wide { grid-column: 1/-1; }
.vmd-gallery figure > div { overflow: hidden; }
.vmd-gallery img { width: 100%; aspect-ratio: 4/5; object-fit: cover; transition: transform 750ms cubic-bezier(.22,1,.36,1); }
.vmd-gallery .is-wide img { aspect-ratio: 16/8; }
.vmd-gallery figure:hover img { transform: scale(1.035); }
.vmd-gallery figcaption { display: flex; justify-content: space-between; }
.vmd-gallery figcaption b { color: var(--vmd-honey); font-weight: 400; }

.vmd-contact-panel { display: grid; grid-template-columns: 1.4fr .8fr .7fr; gap: 5vw; align-items: end; padding-block: 130px; border-bottom: 1px solid var(--vmd-line); }
.vmd-contact-panel > div:nth-child(2) { display: grid; gap: 11px; font-style: normal; font-weight: 700; font-size: 1.15rem; line-height: normal; }
.vmd-contact-panel address { color: var(--vmd-muted); font-style: normal; line-height: 1.7; }

.vmd-faq { padding-block: 130px; }
.vmd-faq details { border-top: 1px solid var(--vmd-line); }
.vmd-faq details:last-child { border-bottom: 1px solid var(--vmd-line); }
.vmd-faq summary { display: grid; grid-template-columns: 60px 1fr auto; gap: 20px; align-items: center; min-height: 130px; cursor: pointer; list-style: none; }
.vmd-faq summary::-webkit-details-marker { display: none; }
.vmd-faq summary span { color: var(--vmd-honey); font-size: .58rem; }
.vmd-faq summary strong { font-style: normal; font-weight: 700; font-size: clamp(1.5rem, 2.5vw, 2.8rem); line-height: 1.15; }
.vmd-faq summary b { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid var(--vmd-line); border-radius: 50%; font-weight: 400; transition: transform 200ms ease; }
.vmd-faq details[open] summary b { transform: rotate(45deg); }
.vmd-faq details > div { max-width: 780px; padding: 0 0 42px 80px; color: var(--vmd-muted); line-height: 1.75; }

.vmd-related { padding-block: 90px 140px; border-top: 1px solid var(--vmd-line); }
.vmd-related-heading { display: grid; grid-template-columns: .5fr 1.5fr; gap: 5vw; align-items: end; margin-bottom: 65px; }
.vmd-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--vmd-line); }
.vmd-related-grid > a { position: relative; min-height: 330px; padding: 34px; border-right: 1px solid var(--vmd-line); }
.vmd-related-grid > a span { color: var(--vmd-honey); font-size: .58rem; }
.vmd-related-grid > a strong { display: block; margin-top: 70px; font-style: normal; font-weight: 700; font-size: clamp(1.8rem, 2.7vw, 3rem); line-height: 1; }
.vmd-related-grid > a p { color: var(--vmd-muted); line-height: 1.6; }
.vmd-related-grid > a b { position: absolute; right: 28px; bottom: 28px; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--vmd-line); border-radius: 50%; font-weight: 400; transition: background 200ms ease, color 200ms ease; }
.vmd-related-grid > a:hover b { background: var(--vmd-slate); color: white; }

.vmd-lead { display: grid; grid-template-columns: 1fr 1fr; min-height: 860px; background: var(--vmd-slate); color: white; }
.vmd-lead-copy { display: flex; flex-direction: column; justify-content: center; padding: 110px 7vw; background: linear-gradient(rgba(15,47,57,.78), rgba(15,47,57,.9)), url("/images/vmd/sposi-villa-monte-doro-ritratto-1280.webp") center/cover; }
.vmd-lead-copy > p:not(.vmd-eyebrow) { max-width: 650px; margin: 30px 0; color: rgba(255,255,255,.74); line-height: 1.75; }
.vmd-direct-contacts { display: grid; gap: 12px; margin-top: 42px; font-style: normal; font-weight: 700; font-size: 1rem; line-height: normal; }
.vmd-form { align-self: stretch; padding: 105px 6vw; background: var(--vmd-parchment); color: var(--vmd-slate); }
.vmd-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 22px; }
.vmd-field { margin-bottom: 26px; }
.vmd-field label { display: block; margin-bottom: 8px; font-size: .56rem; text-transform: uppercase; letter-spacing: .15em; }
.vmd-field input, .vmd-field textarea, .vmd-field select { width: 100%; padding: 12px 0; border: 0; border-bottom: 1px solid rgba(25,55,65,.46); border-radius: 0; outline: 0; background: transparent; color: inherit; }
.vmd-field input:focus, .vmd-field textarea:focus, .vmd-field select:focus { border-color: var(--vmd-slate); box-shadow: 0 1px 0 var(--vmd-slate); }
.vmd-consent { display: flex; gap: 11px; align-items: flex-start; margin: 3px 0 28px; color: var(--vmd-muted); font-size: .68rem; line-height: 1.5; }
.vmd-consent input { margin-top: 2px; accent-color: var(--vmd-slate); }
.vmd-submit { display: flex; justify-content: space-between; align-items: center; width: 100%; min-height: 58px; padding: 0 24px; border: 1px solid var(--vmd-slate); border-radius: 80px; background: transparent; cursor: pointer; font-size: .62rem; text-transform: uppercase; letter-spacing: .15em; transition: background 200ms ease, color 200ms ease; }
.vmd-submit:hover { background: var(--vmd-slate); color: white; }
.vmd-form > small { display: block; margin-top: 13px; color: var(--vmd-muted); }
.vmd-form-success { display: flex; flex-direction: column; justify-content: center; min-height: 500px; }
.vmd-form-success > span { color: var(--vmd-honey); font-size: .6rem; text-transform: uppercase; letter-spacing: .17em; }
.vmd-form-success h3 { margin: 20px 0; font-style: normal; font-weight: 700; font-size: clamp(2.2rem, 4vw, 4.5rem); line-height: 1; }
.vmd-form-success p { color: var(--vmd-muted); line-height: 1.7; }
.vmd-form-success button { width: fit-content; margin-top: 25px; padding: 0 0 7px; border: 0; border-bottom: 1px solid; background: none; cursor: pointer; }

.vmd-footer { display: grid; grid-template-columns: 1.8fr repeat(3, 1fr); gap: 5vw; padding: 90px 6vw 35px; background: #102a32; color: white; }
.vmd-footer-brand p { max-width: 300px; margin: 24px 0; color: rgba(255,255,255,.58); }
.vmd-footer > div:not(.vmd-footer-brand):not(.vmd-footer-bottom) { display: flex; flex-direction: column; gap: 12px; font-style: normal; font-weight: normal; font-size: .92rem; line-height: normal; }
.vmd-footer > div > p:first-child { margin: 0 0 12px; color: var(--vmd-honey); font-style: normal; font-weight: normal; font-size: .56rem; line-height: normal; text-transform: uppercase; letter-spacing: .17em; }
.vmd-footer > div > span { color: rgba(255,255,255,.58); line-height: 1.6; }
.vmd-footer-bottom { grid-column: 1/-1; display: flex; justify-content: space-between; align-items: center; margin-top: 50px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.45); font-size: .55rem; text-transform: uppercase; letter-spacing: .12em; }
.vmd-footer-bottom div { display: flex; gap: 22px; }
.vmd-mobile-cta { display: none; }

.vmd-site [data-reveal] { opacity: 0; transform: translateY(34px); transition: opacity 850ms cubic-bezier(.22,1,.36,1), transform 850ms cubic-bezier(.22,1,.36,1); }
.vmd-site [data-reveal].is-visible { opacity: 1; transform: none; }

@keyframes vmd-page-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }

@media (max-width: 1120px) {
  .vmd-header { grid-template-columns: 1fr auto; }
  .vmd-primary-nav, .vmd-header-cta { display: none; }
  .vmd-menu-button { position: relative; z-index: 60; display: block; justify-self: end; }
  .vmd-header:has(.vmd-menu-button[aria-expanded="true"]) { position: fixed; color: white; border-color: rgba(255,255,255,.2); background: var(--vmd-slate); }
  .vmd-section-head { grid-template-columns: 1.2fr .8fr; }
  .vmd-section-head > .vmd-pill { grid-column: 2; }
  .vmd-home-story { grid-template-columns: .35fr 1.1fr .8fr; }
  .vmd-review-head { grid-template-columns: .5fr 1.5fr; }
  .vmd-review-head > a { grid-column: 2; justify-self: start; }
}

@media (max-width: 780px) {
  .vmd-shell { width: calc(100% - 40px); }
  .vmd-header { min-height: 80px; padding: 16px 20px; }
  .vmd-header.is-scrolled { min-height: 72px; }
  .vmd-brand strong { font-size: 1.02rem; }
  .vmd-mobile-menu { padding: 96px 20px 92px; }
  .vmd-mobile-menu-inner { grid-template-columns: 1fr; gap: 0; }
  .vmd-mobile-parent { font-size: 2.25rem; }
  .vmd-mobile-contact { flex-direction: column; gap: 10px; }
  .vmd-home-hero { min-height: 820px; }
  .vmd-home-hero-media img { object-position: 62% center; }
  .vmd-home-hero-shade { background: linear-gradient(0deg, rgba(11,35,42,.9), rgba(11,35,42,.12) 86%); }
  .vmd-home-hero-content { width: calc(100% - 40px); margin: 0 20px 120px; }
  .vmd-home-hero h1 { font-size: clamp(3.45rem, 15vw, 5.2rem); line-height: .92; }
  .vmd-home-hero h1 em, .vmd-home-hero-content > p:not(.vmd-eyebrow), .vmd-home-hero .vmd-hero-actions { margin-left: 0; }
  .vmd-home-hero h1 em { margin-top: 6px; }
  .vmd-home-hero-content > p:not(.vmd-eyebrow) { margin-top: 25px; }
  .vmd-hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .vmd-scroll-cue { display: none; }
  .vmd-intent-strip { grid-template-columns: 1fr; }
  .vmd-intent-strip > * { min-height: 86px; border-right: 0; border-bottom: 1px solid var(--vmd-line); }
  .vmd-intent-strip > div { min-height: 65px; }
  .vmd-home-story, .vmd-section-head, .vmd-home-wedding, .vmd-home-cuisine, .vmd-review-head, .vmd-related-heading, .vmd-lead, .vmd-contact-panel { grid-template-columns: 1fr; }
  .vmd-home-story { gap: 34px; padding-block: 95px; }
  .vmd-home-story-label { margin-bottom: 10px; }
  .vmd-home-story figure { margin-top: 10px; }
  .vmd-home-story figure img { min-height: 430px; }
  .vmd-home-story h2, .vmd-section-head h2, .vmd-home-wedding h2, .vmd-home-cuisine h2, .vmd-review-head h2, .vmd-related-heading h2, .vmd-lead h2, .vmd-editorial h2, .vmd-contact-panel h2 { font-size: clamp(2.7rem, 12vw, 4.2rem); }
  .vmd-home-spaces, .vmd-space-overview { padding-top: 90px; }
  .vmd-section-head { gap: 28px; margin-bottom: 46px; }
  .vmd-section-head > .vmd-pill { grid-column: 1; }
  .vmd-space-grid { grid-template-columns: 1fr; }
  .vmd-space-card { min-height: 590px; }
  .vmd-space-copy strong { font-size: 3.1rem; }
  .vmd-home-wedding { min-height: 0; }
  .vmd-home-wedding-media { min-height: 520px; }
  .vmd-home-wedding-copy { padding: 85px 20px; }
  .vmd-proof-inline { grid-template-columns: 1fr; }
  .vmd-proof-inline span + span { padding-left: 0; border-top: 1px solid rgba(255,255,255,.22); border-left: 0; }
  .vmd-experience-index { padding-block: 95px; }
  .vmd-experience-row { grid-template-columns: 32px 1fr 44px; gap: 14px; padding-block: 28px; }
  .vmd-experience-row img { grid-column: 2/4; grid-row: 2; width: 100%; height: 210px; }
  .vmd-experience-row > b { grid-column: 3; grid-row: 1; width: 42px; height: 42px; }
  .vmd-home-cuisine { gap: 50px; padding-bottom: 95px; }
  .vmd-review-section { padding-block: 90px; }
  .vmd-review-head { gap: 24px; margin-bottom: 48px; }
  .vmd-review-head > a { grid-column: 1; }
  .vmd-review-grid { grid-template-columns: 1fr; }
  .vmd-review-grid blockquote, .vmd-review-grid blockquote + blockquote { padding: 34px 0; border-bottom: 1px solid rgba(255,255,255,.2); border-left: 0; }
  .vmd-review-grid blockquote p { min-height: 0; }
  .vmd-home-editorial { grid-template-columns: 1fr; padding-block: 95px; }
  .vmd-home-editorial > a { min-height: 560px; }
  .vmd-page-hero { min-height: 820px; }
  .vmd-page-hero-media img { object-position: 58% center; }
  .vmd-page-hero-shade { background: linear-gradient(0deg, rgba(10,33,40,.9), rgba(10,33,40,.12) 85%); }
  .vmd-page-hero-content { width: calc(100% - 40px); margin: 0 20px 80px; }
  .vmd-breadcrumb { margin-bottom: 42px; overflow-x: auto; white-space: nowrap; }
  .vmd-page-hero h1 { font-size: clamp(3.2rem, 14vw, 5rem); }
  .vmd-page-intro, .vmd-page-hero .vmd-hero-actions { margin-left: 0; }
  .vmd-facts { grid-template-columns: 1fr; }
  .vmd-facts > div { min-height: 110px; border-right: 0; border-bottom: 1px solid var(--vmd-line); }
  .vmd-editorial-sections { padding-block: 95px 10px; }
  .vmd-editorial, .vmd-editorial.is-text-only { grid-template-columns: 1fr; width: calc(100% - 40px); gap: 45px; margin-bottom: 100px; padding-top: 0; }
  .vmd-editorial.is-reverse figure { order: 0; }
  .vmd-editorial.is-text-only .vmd-editorial-copy { grid-column: 1; }
  .vmd-staff-grid { grid-template-columns: 1fr; padding-block: 95px; }
  .vmd-staff-grid article { min-height: 330px; padding: 36px 0; border-right: 0 !important; }
  .vmd-staff-grid h2 { margin-top: 60px; }
  .vmd-gallery { grid-template-columns: 1fr; gap: 50px; padding-block: 95px; }
  .vmd-gallery figure.is-wide { grid-column: 1; }
  .vmd-gallery .is-wide img { aspect-ratio: 4/5; }
  .vmd-contact-panel { gap: 34px; padding-block: 95px; }
  .vmd-faq { padding-block: 90px; }
  .vmd-faq summary { grid-template-columns: 30px 1fr 38px; min-height: 118px; }
  .vmd-faq summary strong { font-size: 1.55rem; }
  .vmd-faq details > div { padding: 0 0 32px 50px; }
  .vmd-related { padding-block: 70px 100px; }
  .vmd-related-heading { gap: 24px; }
  .vmd-related-grid { grid-template-columns: 1fr; }
  .vmd-related-grid > a { min-height: 280px; border-right: 0; border-bottom: 1px solid var(--vmd-line); }
  .vmd-lead { min-height: 0; }
  .vmd-lead-copy, .vmd-form { padding: 85px 20px; }
  .vmd-form-grid { grid-template-columns: 1fr; }
  .vmd-footer { grid-template-columns: 1fr 1fr; padding: 75px 20px 95px; }
  .vmd-footer-brand { grid-column: 1/-1; margin-bottom: 20px; }
  .vmd-footer-bottom { flex-direction: column; align-items: flex-start; gap: 12px; }
  .vmd-mobile-cta { position: fixed; z-index: 50; right: 14px; bottom: 12px; left: 14px; display: grid; place-items: center; min-height: 52px; border: 1px solid var(--vmd-honey); border-radius: 80px; background: var(--vmd-honey); color: var(--vmd-slate); box-shadow: none; font-size: .6rem; text-transform: uppercase; letter-spacing: .15em; }
}

@media (prefers-reduced-motion: reduce) {
  html.vmd-page-active { scroll-behavior: auto; }
  .vmd-site *, .vmd-site *::before, .vmd-site *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .vmd-site [data-reveal] { opacity: 1; transform: none; }
  .vmd-site [data-parallax], .vmd-site [data-parallax-soft] { transform: none !important; }
}

/* Home 2026 — composizione editoriale ispirata al ritmo BelArosa */
.vmd-header { position: absolute; grid-template-columns: 1fr auto 1fr; min-height: 92px; padding: 0 3.5vw; border: 0; background: var(--vmd-slate); }
.vmd-header.is-scrolled { min-height: 72px; background: rgba(25,55,65,.96); color: white; }
.vmd-header.is-menu-open { position: fixed; background: transparent; color: var(--vmd-slate); backdrop-filter: none; }
.vmd-brand { align-self: center; display: grid; place-items: center; width: 190px; height: 72px; padding: 14px 10px; background: transparent; transition: width 350ms cubic-bezier(.22,1,.36,1), height 350ms cubic-bezier(.22,1,.36,1), padding 350ms cubic-bezier(.22,1,.36,1); }
.vmd-brand img { width: 100%; height: auto; }
.vmd-header.is-scrolled .vmd-brand { width: 168px; height: 64px; padding: 12px 10px; }
.vmd-menu-button { justify-self: start; display: flex; gap: 14px; align-items: center; width: auto; height: 52px; padding: 0; color: inherit; }
.vmd-menu-button i { display: block; width: 29px; font-style: normal; }
.vmd-menu-button span { width: 29px; margin: 7px 0; }
.vmd-menu-button b { font-size: .62rem; font-weight: 400; text-transform: uppercase; letter-spacing: .18em; }
.vmd-menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.vmd-menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
.vmd-header-cta { min-height: 42px; padding: 0 17px; border-radius: 0; }
.vmd-header.is-menu-open .vmd-header-cta { color: white; }

.vmd-mobile-menu { z-index: 55; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; padding: 0; visibility: hidden; opacity: 0; pointer-events: none; background: transparent; color: var(--vmd-slate); transition: visibility 0s linear 700ms, opacity 200ms ease; }
.vmd-mobile-menu.is-open { display: grid; visibility: visible; opacity: 1; pointer-events: auto; transition-delay: 0s; }
.vmd-menu-panel { display: flex; flex-direction: column; min-height: 100svh; padding: 155px 3.5vw 42px; transform: translateX(-100%); background: #f3efe9; transition: transform 750ms cubic-bezier(.76,0,.24,1); }
.vmd-mobile-menu.is-open .vmd-menu-panel { transform: none; }
.vmd-menu-columns { display: grid; grid-template-columns: 1.25fr .75fr; gap: 4vw; }
.vmd-menu-columns nav { display: flex; flex-direction: column; align-items: flex-start; }
.vmd-menu-columns nav > p, .vmd-menu-contact p { margin: 0 0 26px; font-size: .58rem; text-transform: uppercase; letter-spacing: .2em; }
.vmd-menu-columns nav:first-child a { display: grid; grid-template-columns: 32px 1fr; align-items: baseline; width: 100%; font-style: normal; font-weight: 700; font-size: clamp(2rem, 3.2vw, 3.8rem); line-height: 1.08; letter-spacing: -.025em; transition: color 180ms ease, transform 220ms ease; }
.vmd-menu-columns nav:first-child a small { color: var(--vmd-honey); font-style: normal; font-weight: normal; font-size: .5rem; line-height: normal; letter-spacing: .1em; }
.vmd-menu-columns nav:first-child a:hover, .vmd-menu-columns nav:first-child a:focus-visible, .vmd-menu-columns nav:first-child a.is-current { color: #a16f2b; transform: translateX(5px); }
.vmd-menu-columns nav:nth-child(2) a { margin-bottom: 10px; font-size: .88rem; }
.vmd-menu-columns nav:nth-child(2) a:hover { text-decoration: underline; text-underline-offset: 5px; }
.vmd-menu-contact { display: grid; grid-template-columns: 1fr auto; gap: 8px 22px; align-items: end; margin-top: auto; padding-top: 28px; border-top: 1px solid var(--vmd-line); font-style: normal; font-weight: normal; font-size: .82rem; line-height: normal; }
.vmd-menu-contact p { grid-row: 1/3; margin: 0; align-self: center; }
.vmd-menu-visual { position: relative; min-height: 100svh; overflow: hidden; transform: translateX(100%); transition: transform 850ms cubic-bezier(.76,0,.24,1); }
.vmd-mobile-menu.is-open .vmd-menu-visual { transform: none; }
.vmd-menu-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,29,35,.55), transparent 50%); }
.vmd-menu-visual img { width: 100%; height: 100%; object-fit: cover; animation: vmd-menu-image 900ms cubic-bezier(.22,1,.36,1) both; }
.vmd-menu-visual > span { position: absolute; z-index: 2; right: 4vw; bottom: 40px; color: white; font-size: .58rem; text-transform: uppercase; letter-spacing: .18em; }

.vmd-bela-home { background: var(--vmd-white); }
.vmd-bela-hero { position: relative; display: grid; place-items: center; min-height: 100svh; overflow: hidden; color: white; }
.vmd-bela-hero-media, .vmd-bela-hero-media img, .vmd-bela-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.vmd-bela-hero-media { margin: 0; }
.vmd-bela-hero-slide { position: absolute; inset: 0; margin: 0; overflow: hidden; opacity: 0; clip-path: inset(0 0 8% 0); pointer-events: none; transition: opacity 1.05s ease,clip-path 1.35s cubic-bezier(.22,1,.36,1); }
.vmd-bela-hero-slide.is-active { z-index: 2; opacity: 1; clip-path: inset(0); pointer-events: auto; }
.vmd-bela-hero-media img { object-fit: cover; transform: translate3d(0, var(--vmd-parallax, 0), 0) scale(1.08); }
.vmd-bela-hero-shade { z-index: 2; background: radial-gradient(ellipse at center, rgba(7,26,32,.08) 15%, rgba(7,26,32,.47) 100%), linear-gradient(0deg, rgba(7,26,32,.8) 0%, rgba(7,26,32,.16) 58%, rgba(7,26,32,.42) 100%); pointer-events: none; }
.vmd-bela-hero-copy { position: relative; z-index: 2; max-width: 1040px; padding: 150px 36px 90px; text-align: center; }
.vmd-bela-hero-copy > p { width: fit-content; margin: 0 auto 25px; padding: 8px 13px 7px; border: 1px solid rgba(255,255,255,.42); background: rgba(8,31,38,.32); box-shadow: 0 10px 34px rgba(3,16,20,.2); backdrop-filter: blur(8px); font-size: .65rem; text-transform: uppercase; letter-spacing: .2em; }
.vmd-bela-hero-copy h1 { margin: 0; color: #fff; font-style: normal; font-weight: 700; font-size: clamp(4.2rem, 7.3vw, 8.4rem); line-height: .91; letter-spacing: -.045em; text-shadow: 0 3px 28px rgba(0,0,0,.58), 0 1px 2px rgba(0,0,0,.72); }
.vmd-bela-hero-copy > span { display: block; max-width: 710px; margin: 30px auto 0; color: #fff; font-size: clamp(.95rem, 1.15vw, 1.12rem); font-weight: 500; line-height: 1.65; text-shadow: 0 2px 16px rgba(0,0,0,.78); }
.vmd-bela-hero-copy > div { display: flex; justify-content: center; align-items: center; gap: 28px; margin-top: 35px; }
.vmd-bela-hero-copy .vmd-pill-light { min-width: 245px; border-color: var(--vmd-honey); background: var(--vmd-honey); color: var(--vmd-slate); box-shadow: 0 12px 36px rgba(3,16,20,.28); font-weight: 700; }
.vmd-bela-hero-copy .vmd-pill-light:hover,.vmd-bela-hero-copy .vmd-pill-light:focus-visible { border-color: white; background: white; color: var(--vmd-slate); }
.vmd-bela-hero-copy .vmd-underlink { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border: 1px solid rgba(255,255,255,.72); background: rgba(8,31,38,.34); box-shadow: 0 12px 36px rgba(3,16,20,.2); backdrop-filter: blur(8px); text-shadow: 0 1px 8px rgba(0,0,0,.7); transition: background .25s,color .25s,border-color .25s; }
.vmd-bela-hero-copy .vmd-underlink:hover,.vmd-bela-hero-copy .vmd-underlink:focus-visible { border-color: white; background: white; color: var(--vmd-slate); text-shadow: none; }
.vmd-bela-hero-copy > p,.vmd-bela-hero-copy h1,.vmd-bela-hero-copy > span,.vmd-bela-hero-copy > div { animation: vmd-hero-copy-change .9s cubic-bezier(.22,1,.36,1) both; }
.vmd-bela-hero-copy h1 { animation-delay: .06s; }
.vmd-bela-hero-copy > span { animation-delay: .12s; }
.vmd-bela-hero-copy > div { animation-delay: .18s; }
.vmd-bela-orbit { position: absolute; z-index: 3; top: 17%; left: 3.5vw; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 150px; aspect-ratio: 1; border-radius: 50%; background: var(--vmd-slate); color: var(--vmd-honey); text-align: center; transform: rotate(-8deg); animation: vmd-orbit-in 1.1s .55s cubic-bezier(.22,1,.36,1) both; }
.vmd-bela-orbit span, .vmd-bela-orbit small { font-size: .52rem; text-transform: uppercase; letter-spacing: .15em; }
.vmd-bela-orbit strong { margin: 4px 0; font-style: normal; font-weight: 700; font-size: 2.25rem; line-height: normal; }
.vmd-bela-scroll { position: absolute; z-index: 3; bottom: 28px; left: 3.5vw; display: flex; gap: 15px; align-items: center; font-size: .58rem; text-transform: uppercase; letter-spacing: .18em; }
.vmd-bela-scroll i { display: grid; place-items: center; width: 44px; height: 44px; transform: rotate(45deg); background: var(--vmd-slate); color: var(--vmd-honey); font-size: 0; font-style: normal; }
.vmd-bela-scroll i::after { content: "↓"; transform: rotate(-45deg); font-size: 1rem; }
.vmd-bela-hero-controls { position: absolute; z-index: 4; right: 3.5vw; bottom: 30px; display: flex; gap: 18px; align-items: center; }
.vmd-bela-hero-pause { display: grid; place-items: center; width: 34px; height: 34px; padding: 0; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: rgba(12,34,41,.18); color: white; font-size: .62rem; cursor: pointer; transition: border-color .25s,background .25s,color .25s; }
.vmd-bela-hero-pause:hover,.vmd-bela-hero-pause[aria-pressed="true"] { border-color: var(--vmd-honey); background: var(--vmd-honey); color: var(--vmd-slate); }
.vmd-bela-hero-nav { display: flex; gap: 25px; align-items: end; }
.vmd-bela-hero-nav button { display: grid; grid-template-columns: auto auto; gap: 6px 10px; min-width: 92px; padding: 0; border: 0; background: transparent; color: rgba(255,255,255,.56); text-align: left; cursor: pointer; transition: color .3s; }
.vmd-bela-hero-nav button:hover,.vmd-bela-hero-nav button.is-active { color: white; }
.vmd-bela-hero-nav button span { color: var(--vmd-honey); font-size: .48rem; letter-spacing: .12em; }
.vmd-bela-hero-nav button b { font-size: .52rem; font-weight: 400; text-transform: uppercase; letter-spacing: .13em; white-space: nowrap; }
.vmd-bela-hero-nav button i { grid-column: 1/-1; display: block; width: 100%; height: 1px; overflow: hidden; background: rgba(255,255,255,.3); }
.vmd-bela-hero-nav button i::after { content:""; display: block; width: 100%; height: 100%; transform: scaleX(0); transform-origin: left; background: var(--vmd-honey); transition: transform .55s cubic-bezier(.22,1,.36,1); }
.vmd-bela-hero-nav button.is-active i::after { transform: scaleX(1); }

.vmd-bela-rail { position: sticky; z-index: 45; top: 72px; display: grid; grid-template-columns: repeat(7, 1fr); min-height: 54px; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--vmd-line); backdrop-filter: blur(12px); }
.vmd-bela-rail a { display: grid; place-items: center; padding: 0 12px; color: var(--vmd-muted); font-size: .55rem; text-transform: uppercase; letter-spacing: .16em; transition: background 200ms ease, color 200ms ease; }
.vmd-bela-rail a:hover { background: var(--vmd-parchment); color: var(--vmd-slate); }

.vmd-bela-vision { position: relative; display: grid; grid-template-columns: repeat(12, 1fr); min-height: 1160px; padding: 160px 4vw 130px; }
.vmd-bela-vision figure { grid-column: 1/6; grid-row: 1; align-self: start; margin: 0; overflow: hidden; }
.vmd-bela-vision figure img { width: 100%; min-height: 460px; object-fit: cover; transform: translate3d(0,var(--vmd-parallax,0),0) scale(1.08); }
.vmd-bela-diamond { grid-column: 6/8; grid-row: 1; align-self: center; justify-self: center; width: 30px; height: 30px; transform: rotate(45deg); background: var(--vmd-honey); animation: vmd-diamond 8s linear infinite; }
.vmd-bela-vision-title { grid-column: 2/11; grid-row: 2; align-self: end; margin-top: 120px; text-align: center; }
.vmd-bela-vision-title h2 { margin: 0; font-style: normal; font-weight: 700; font-size: clamp(3.4rem, 6.2vw, 7.2rem); line-height: .98; letter-spacing: -.045em; }
.vmd-bela-vision-copy { grid-column: 8/12; grid-row: 1; align-self: end; padding-top: 180px; }
.vmd-bela-vision-copy p { color: var(--vmd-muted); line-height: 1.78; }
.vmd-bela-vision-copy .vmd-pill { margin-top: 25px; }

.vmd-bela-intents { display: grid; grid-template-columns: 1fr 1fr; }
.vmd-bela-intents > a { position: relative; min-height: 82svh; overflow: hidden; color: white; }
.vmd-bela-intents img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s cubic-bezier(.22,1,.36,1); }
.vmd-bela-intents > a::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(9,30,37,.88), rgba(9,30,37,.06) 70%); }
.vmd-bela-intents > a:hover img { transform: scale(1.045); }
.vmd-bela-intents > a > span { position: absolute; z-index: 2; right: 7%; bottom: 7%; left: 7%; }
.vmd-bela-intents small { font-size: .58rem; text-transform: uppercase; letter-spacing: .18em; }
.vmd-bela-intents strong { display: block; margin-top: 10px; font-style: normal; font-weight: 700; font-size: clamp(3.3rem, 6vw, 7rem); line-height: .95; }
.vmd-bela-intents p { max-width: 540px; color: rgba(255,255,255,.75); line-height: 1.65; }
.vmd-bela-intents b { display: block; width: fit-content; margin-top: 25px; padding-bottom: 7px; border-bottom: 1px solid; font-size: .58rem; font-weight: 400; text-transform: uppercase; letter-spacing: .16em; }

.vmd-bela-spaces { padding-top: 150px; background: var(--vmd-parchment); }
.vmd-bela-section-head { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: end; margin-bottom: 75px; }
.vmd-bela-section-head h2, .vmd-bela-video-copy h2, .vmd-bela-gallery-head h2 { margin: 0; font-style: normal; font-weight: 700; font-size: clamp(3.2rem, 5.5vw, 6.4rem); line-height: .98; letter-spacing: -.04em; }
.vmd-bela-section-head > div:last-child > p, .vmd-bela-section-head > p { margin: 0; color: var(--vmd-muted); line-height: 1.75; }
.vmd-bela-section-head .vmd-pill { margin-top: 28px; }
.vmd-bela-slider { position: relative; min-height: 86svh; overflow: hidden; color: white; }
.vmd-bela-slider > img, .vmd-bela-slider-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.vmd-bela-slider > img { object-fit: cover; animation: vmd-slide-in 900ms cubic-bezier(.22,1,.36,1) both; }
.vmd-bela-slider-shade { background: linear-gradient(0deg, rgba(9,29,36,.86), rgba(9,29,36,.06) 68%); }
.vmd-bela-slider-copy { position: absolute; z-index: 2; right: 6vw; bottom: 8%; left: 6vw; max-width: 760px; }
.vmd-bela-slider-copy > p { font-size: .58rem; text-transform: uppercase; letter-spacing: .18em; }
.vmd-bela-slider-copy h3 { margin: 12px 0 20px; font-style: normal; font-weight: 700; font-size: clamp(3.5rem, 7vw, 8rem); line-height: .9; letter-spacing: -.045em; }
.vmd-bela-slider-copy > span { display: block; max-width: 610px; color: rgba(255,255,255,.78); line-height: 1.65; }
.vmd-bela-slider-copy .vmd-pill { margin-top: 28px; }
.vmd-bela-slider-controls { position: absolute; z-index: 3; right: 3.5vw; bottom: 7%; display: flex; gap: 18px; align-items: center; }
.vmd-bela-slider-controls button { display: grid; place-items: center; width: 50px; height: 50px; border: 1px solid white; border-radius: 50%; background: transparent; color: white; cursor: pointer; }
.vmd-bela-slider-controls span { font-size: .55rem; letter-spacing: .13em; }
.vmd-bela-slider-dots { position: absolute; z-index: 3; top: 50%; right: 2vw; display: grid; gap: 12px; }
.vmd-bela-slider-dots button { width: 8px; height: 8px; padding: 0; transform: rotate(45deg); border: 1px solid white; background: transparent; cursor: pointer; }
.vmd-bela-slider-dots button.is-active { background: var(--vmd-honey); border-color: var(--vmd-honey); }

.vmd-capacity { padding: 150px 0; background: var(--vmd-slate); color: white; }
.vmd-capacity .vmd-bela-section-head > p { color: rgba(255,255,255,.68); }
.vmd-capacity-grid { display: grid; grid-template-columns: 1fr 1fr .8fr; border-top: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
.vmd-capacity-grid > * { min-height: 590px; margin: 0; padding: 45px 3.5vw; border-right: 1px solid rgba(255,255,255,.22); }
.vmd-capacity-grid article > span { color: var(--vmd-honey); font-size: .55rem; }
.vmd-capacity-grid article > p { margin: 70px 0 15px; font-style: normal; font-weight: 700; font-size: 2rem; line-height: normal; }
.vmd-capacity-grid article > strong { font-style: normal; font-weight: 700; font-size: clamp(4.2rem, 6vw, 7rem); line-height: 1; }
.vmd-capacity-grid article > strong small { font-size: 1rem; font-weight: 400; }
.vmd-capacity-grid dl { margin: 45px 0 30px; }
.vmd-capacity-grid dl div { display: flex; justify-content: space-between; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.18); }
.vmd-capacity-grid dt { color: rgba(255,255,255,.62); }
.vmd-capacity-grid dd { margin: 0; font-style: normal; font-weight: 700; font-size: 1.15rem; line-height: normal; }
.vmd-capacity-grid article > a { font-size: .56rem; text-transform: uppercase; letter-spacing: .15em; }
.vmd-capacity-grid aside { display: flex; flex-direction: column; justify-content: center; background: var(--vmd-deep); }
.vmd-capacity-grid aside h3 { margin: 0; font-style: normal; font-weight: 700; font-size: clamp(2.3rem, 3.5vw, 4.3rem); line-height: 1; }
.vmd-capacity-grid aside > p:not(.vmd-eyebrow) { color: rgba(255,255,255,.66); line-height: 1.7; }
.vmd-capacity-grid aside .vmd-pill { margin-top: 24px; }
.vmd-capacity-grid aside .vmd-underlink { width: fit-content; margin-top: 22px; }
.vmd-capacity-note { display: block; max-width: 920px; margin-top: 22px; color: rgba(255,255,255,.48); line-height: 1.55; }

.vmd-business-capacity { padding: 150px 0; overflow: hidden; background: var(--vmd-slate); color: white; }
.vmd-business-capacity-head { display: grid; grid-template-columns: 1.2fr .68fr; gap: 8vw; align-items: end; margin-bottom: 72px; }
.vmd-business-capacity-head h2 { margin: 0; font-style: normal; font-weight: 700; font-size: clamp(3.2rem,5.5vw,6.4rem); line-height: .96; letter-spacing: -.045em; }
.vmd-business-capacity-head > div:last-child > p { margin: 0; color: rgba(255,255,255,.67); line-height: 1.75; }
.vmd-business-capacity-head .vmd-pill { margin-top: 28px; }
.vmd-business-capacity-table { overflow-x: auto; border: 1px solid rgba(255,255,255,.2); scrollbar-width: thin; scrollbar-color: var(--vmd-honey) rgba(255,255,255,.1); }
.vmd-business-capacity-table:focus-visible { outline: 2px solid var(--vmd-honey); outline-offset: 5px; }
.vmd-business-capacity-table table { width: 100%; min-width: 1120px; border-collapse: collapse; table-layout: fixed; }
.vmd-business-capacity-table th,.vmd-business-capacity-table td { padding: 22px 18px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); text-align: center; }
.vmd-business-capacity-table tr > :last-child { border-right: 0; }
.vmd-business-capacity-table tbody tr:last-child > * { border-bottom: 0; }
.vmd-business-capacity-table thead th { height: 92px; color: var(--vmd-honey); background: var(--vmd-deep); font-size: .54rem; font-weight: 400; text-transform: uppercase; letter-spacing: .14em; line-height: 1.45; }
.vmd-business-capacity-table th:first-child { width: 250px; text-align: left; }
.vmd-business-capacity-table thead th:first-child,.vmd-business-capacity-table tbody th { position: sticky; left: 0; z-index: 2; background: var(--vmd-deep); }
.vmd-business-capacity-table tbody th { color: rgba(255,255,255,.76); font-size: .62rem; font-weight: 400; text-transform: uppercase; letter-spacing: .1em; line-height: 1.45; }
.vmd-business-capacity-table tbody td { transition: background .25s,color .25s; }
.vmd-business-capacity-table tbody tr:hover td { background: rgba(234,196,134,.08); }
.vmd-business-capacity-table td strong { display: inline-block; font-style: normal; font-weight: 700; font-size: clamp(1.45rem,2vw,2.25rem); line-height: 1; }
.vmd-business-capacity-table td small { margin-left: 5px; color: rgba(255,255,255,.45); font-size: .48rem; text-transform: uppercase; letter-spacing: .1em; }
.vmd-business-logistics { display: grid; grid-template-columns: 1fr 1fr; margin-top: 44px; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.vmd-business-logistics > div { display: grid; grid-template-columns: 38px .7fr auto; gap: 22px; align-items: center; min-height: 160px; padding: 34px 3vw 34px 0; }
.vmd-business-logistics > div + div { padding-left: 3vw; border-left: 1px solid rgba(255,255,255,.2); }
.vmd-business-logistics span { align-self: start; color: var(--vmd-honey); font-size: .52rem; letter-spacing: .14em; }
.vmd-business-logistics p { margin: 0; font-style: normal; font-weight: 700; font-size: clamp(1.45rem,2vw,2.2rem); line-height: 1.1; }
.vmd-business-logistics strong { color: var(--vmd-honey); font-style: normal; font-weight: 700; font-size: clamp(2rem,3vw,3.7rem); line-height: 1; white-space: nowrap; }
.vmd-business-logistics small { grid-column: 2/-1; color: rgba(255,255,255,.56); line-height: 1.6; }

.vmd-bela-video { padding-top: 145px; background: var(--vmd-parchment); }
.vmd-bela-video-copy { display: grid; grid-template-columns: .4fr 1fr .65fr; gap: 5vw; align-items: end; margin-bottom: 80px; }
.vmd-bela-video-copy h2 { grid-column: 2; }
.vmd-bela-video-copy > p:last-child { margin: 0; color: var(--vmd-muted); line-height: 1.7; }
.vmd-video-frame { position: relative; min-height: 86svh; overflow: hidden; background: var(--vmd-slate); color: white; }
.vmd-video-frame > img, .vmd-video-shade, .vmd-video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; }
.vmd-video-frame > img { object-fit: cover; transform: translate3d(0,var(--vmd-parallax,0),0) scale(1.08); }
.vmd-video-shade { background: rgba(10,32,39,.28); }
.vmd-video-frame > :is(button,.vmd-video-poster-link) { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; justify-items: center; gap: 16px; transform: translate(-50%,-50%); border: 0; background: none; color: white; cursor: pointer; }
.vmd-video-frame > :is(button,.vmd-video-poster-link) i { display: grid; place-items: center; width: 106px; height: 106px; border: 1px solid white; border-radius: 50%; font-style: normal; animation: vmd-video-pulse 2.4s ease-in-out infinite; }
.vmd-video-frame > :is(button,.vmd-video-poster-link) b { font-size: .6rem; font-weight: 400; text-transform: uppercase; letter-spacing: .18em; }
.vmd-video-frame iframe { border: 0; }
.vmd-video-ready { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 40px; text-align: center; }
.vmd-video-ready > span { color: var(--vmd-honey); font-size: .58rem; text-transform: uppercase; letter-spacing: .18em; }
.vmd-video-ready h3 { margin: 18px 0; font-style: normal; font-weight: 700; font-size: clamp(3rem, 6vw, 7rem); line-height: 1; }
.vmd-video-ready p { color: rgba(255,255,255,.65); }
.vmd-video-ready button { margin-top: 22px; padding: 0 0 6px; border: 0; border-bottom: 1px solid; background: transparent; color: white; cursor: pointer; }

.vmd-bela-story { display: grid; grid-template-columns: 1fr 1fr; min-height: 920px; }
.vmd-bela-story figure { margin: 0; overflow: hidden; }
.vmd-bela-story figure img { width: 100%; height: 100%; object-fit: cover; transform: translate3d(0,var(--vmd-parallax,0),0) scale(1.08); }
.vmd-bela-story-copy { display: flex; flex-direction: column; justify-content: center; padding: 110px 7vw; }
.vmd-bela-story-copy h2 { margin: 0; font-style: normal; font-weight: 700; font-size: clamp(3.2rem, 5.4vw, 6.3rem); line-height: .98; letter-spacing: -.04em; }
.vmd-bela-story-copy > p:not(.vmd-eyebrow) { margin: 28px 0; line-height: 1.75; }
.vmd-bela-story-wedding { background: var(--vmd-slate); color: white; }
.vmd-bela-story-wedding .vmd-bela-story-copy > p:not(.vmd-eyebrow) { color: rgba(255,255,255,.7); }
.vmd-bela-story-copy > small { margin-top: 22px; color: rgba(255,255,255,.45); }
.vmd-bela-proof { display: grid; grid-template-columns: repeat(3,1fr); margin: 12px 0; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.vmd-bela-proof span { padding: 20px 15px 20px 0; font-size: .55rem; text-transform: uppercase; letter-spacing: .12em; }
.vmd-bela-proof span + span { padding-left: 15px; border-left: 1px solid rgba(255,255,255,.2); }
.vmd-bela-proof strong { display: block; color: var(--vmd-honey); font-style: normal; font-weight: 700; font-size: 1.55rem; line-height: normal; }
.vmd-bela-story-business { background: var(--vmd-white); }
.vmd-bela-story-business .vmd-bela-story-copy > p:not(.vmd-eyebrow) { color: var(--vmd-muted); }
.vmd-bela-story-business ul { margin: 15px 0 38px; padding: 0; list-style: none; border-top: 1px solid var(--vmd-line); }
.vmd-bela-story-business li { display: flex; justify-content: space-between; padding: 17px 0; border-bottom: 1px solid var(--vmd-line); }
.vmd-bela-story-business li span { color: var(--vmd-muted); }

.vmd-bela-gallery { padding: 145px 0; background: var(--vmd-parchment); overflow: hidden; }
.vmd-bela-gallery-head { display: grid; grid-template-columns: .4fr 1fr auto; gap: 5vw; align-items: end; margin-bottom: 75px; }
.vmd-bela-gallery-track { display: grid; grid-template-columns: 1.15fr .8fr 1fr; gap: 24px; width: 118%; margin-left: -9%; }
.vmd-bela-gallery-track figure { height: 620px; margin: 0; overflow: hidden; }
.vmd-bela-gallery-track figure:nth-child(2) { height: 500px; margin-top: 60px; }
.vmd-bela-gallery-track img { width: 100%; height: 100%; object-fit: cover; transition: transform 900ms cubic-bezier(.22,1,.36,1); }
.vmd-bela-gallery-track figure:hover img { transform: scale(1.04); }

/* Wedding-first locomotive sequence — self contained, no remote library. */
.vmd-wedding-journey { padding: 140px 0 105px; overflow: hidden; background: var(--vmd-slate); color: white; }
.vmd-wedding-journey.is-compact { padding-top: 115px; }
.vmd-wedding-journey-head { display: grid; grid-template-columns: 1.2fr .65fr; gap: 8vw; align-items: end; margin-bottom: 64px; }
.vmd-wedding-journey-head h2 { margin: 0; font-style: normal; font-weight: 700; font-size: clamp(3.5rem,6.2vw,7.3rem); line-height: .92; letter-spacing: -.045em; }
.vmd-wedding-journey-head h2 em { color: var(--vmd-honey); font-weight: inherit; }
.vmd-wedding-journey-head > div:last-child > p { margin: 0; color: rgba(255,255,255,.67); line-height: 1.75; }
.vmd-journey-controls { display: flex; gap: 10px; margin-top: 30px; }
.vmd-journey-controls button { width: 54px; height: 54px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: transparent; color: white; cursor: pointer; transition: background 180ms,color 180ms; }
.vmd-journey-controls button:hover { background: white; color: var(--vmd-slate); }
.vmd-wedding-track { display: flex; gap: 24px; overflow-x: auto; padding: 0 max(6vw, calc((100vw - 1280px)/2)) 28px; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--vmd-honey) rgba(255,255,255,.14); overscroll-behavior-inline: contain; }
.vmd-wedding-card { position: relative; flex: 0 0 min(66vw,820px); height: min(72vh,760px); overflow: hidden; scroll-snap-align: center; }
.vmd-wedding-card img,.vmd-wedding-card-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.vmd-wedding-card img { object-fit: cover; transition: transform 1s cubic-bezier(.22,1,.36,1),filter .5s; }
.vmd-wedding-card:hover img { transform: scale(1.045); filter: saturate(.9); }
.vmd-wedding-card-shade { background: linear-gradient(0deg,rgba(8,28,35,.94),transparent 68%); }
.vmd-wedding-card-copy { position: absolute; z-index: 2; right: 7%; bottom: 7%; left: 7%; }
.vmd-wedding-card-copy > * { display: block; }
.vmd-wedding-card-copy small { color: var(--vmd-honey); font-size: .58rem; letter-spacing: .2em; }
.vmd-wedding-card-copy strong { max-width: 720px; margin-top: 12px; font-style: normal; font-weight: 700; font-size: clamp(2.5rem,4.8vw,5.4rem); line-height: .96; }
.vmd-wedding-card-copy p { max-width: 570px; color: rgba(255,255,255,.75); line-height: 1.65; }
.vmd-wedding-card-copy b { width: fit-content; padding-bottom: 6px; border-bottom: 1px solid; font-size: .58rem; font-weight: 400; text-transform: uppercase; letter-spacing: .14em; }
.vmd-ceremony-feature { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 880px; background: #8d6f58; color: white; }
.vmd-ceremony-statement { display: flex; flex-direction: column; justify-content: center; padding: 9vw 6vw; }
.vmd-ceremony-statement h2 { margin: 0; font-style: normal; font-weight: 700; font-size: clamp(3.2rem,5.5vw,6.4rem); line-height: .96; letter-spacing: -.04em; }
.vmd-ceremony-statement > p:not(.vmd-eyebrow) { margin: 30px 0; color: rgba(255,255,255,.75); line-height: 1.75; }
.vmd-ceremony-feature figure { margin: 0; overflow: hidden; }
.vmd-ceremony-feature figure img { width: 100%; height: 100%; object-fit: cover; transform: translate3d(0,var(--vmd-parallax,0),0) scale(1.08); }

.vmd-cursor { position: fixed; z-index: 2000; top: -23px; left: -23px; display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid rgba(234,196,134,.9); border-radius: 50%; opacity: 0; pointer-events: none; mix-blend-mode: difference; transition: width .25s,height .25s,top .25s,left .25s,background .25s,opacity .2s; }
.vmd-cursor.is-visible { opacity: 1; }
.vmd-cursor.is-active { top: -38px; left: -38px; width: 76px; height: 76px; background: var(--vmd-honey); mix-blend-mode: normal; }
.vmd-cursor span { color: var(--vmd-slate); font-size: .5rem; text-transform: uppercase; letter-spacing: .12em; }

@media (pointer:fine) { .vmd-site a,.vmd-site button { cursor: none; } }

/* Reference-calibrated navigation and motion proportions. */
.vmd-header { min-height: 86px; background: transparent; border-bottom: 0; transition: min-height .45s cubic-bezier(.22,1,.36,1),background .45s,color .45s,box-shadow .45s; }
.vmd-header.is-scrolled { top: 0; min-height: 58px; background: rgba(235,231,225,.97); color: var(--vmd-slate); box-shadow: 0 1px 0 rgba(25,55,65,.13); backdrop-filter: blur(14px); }
.vmd-brand,.vmd-header.is-scrolled .vmd-brand { position: relative; z-index: 4; width: 144px; height: 58px; padding: 10px 7px; background: transparent; }
.vmd-header:not(.is-scrolled) .vmd-brand { width: 170px; height: 84px; padding: 15px 8px; }
.vmd-header.is-scrolled .vmd-brand img { filter: brightness(0) saturate(100%) invert(18%) sepia(20%) saturate(1150%) hue-rotate(151deg) brightness(88%); }
.vmd-menu-button { position: relative; z-index: 5; display: inline-flex; align-items: center; gap: 9px; width: auto; height: 42px; padding: 7px 0; }
.vmd-menu-button i { width: 24px; }
.vmd-menu-button b { font-size: .5rem; font-weight: 400; text-transform: uppercase; letter-spacing: .15em; }
.vmd-scroll-nav { position: absolute; z-index: 2; inset: 0 13vw; display: grid; grid-template-columns: repeat(3,1fr) 130px repeat(3,1fr); align-items: center; text-align: center; opacity: 0; pointer-events: none; transform: translateY(-8px); transition: opacity .4s .08s,transform .4s .08s; }
.vmd-header.is-scrolled .vmd-scroll-nav { opacity: 1; pointer-events: auto; transform: none; }
.vmd-scroll-nav a { font-size: .49rem; text-transform: uppercase; letter-spacing: .14em; white-space: nowrap; }
.vmd-scroll-nav a::after { content:""; display: block; width: 0; height: 1px; margin: 5px auto 0; background: currentColor; transition: width .25s; }
.vmd-scroll-nav a:hover::after { width: 22px; }
.vmd-header-cta { position: relative; z-index: 5; min-height: 36px; padding: 0 14px; font-size: .5rem; border-radius: 0; }
.vmd-header:not(.is-scrolled) .vmd-header-cta { border-color: rgba(255,255,255,.7); }

.vmd-cursor { top: -8px; left: -8px; width: 16px; height: 16px; border: 1px solid rgba(234,196,134,.95); background: rgba(234,196,134,.16); mix-blend-mode: difference; }
.vmd-cursor.is-active { top: -18px; left: -18px; width: 36px; height: 36px; background: rgba(234,196,134,.92); }
.vmd-cursor span { display: none; }

.vmd-site [data-reveal] { opacity: 0; transform: translateY(50px); transition: opacity 1.15s cubic-bezier(.22,1,.36,1),transform 1.15s cubic-bezier(.22,1,.36,1); }
.vmd-site [data-reveal].is-visible { opacity: 1; transform: none; }
.vmd-site figure[data-reveal] { clip-path: inset(0 0 12% 0); transition: opacity 1.15s,transform 1.15s cubic-bezier(.22,1,.36,1),clip-path 1.35s cubic-bezier(.22,1,.36,1); }
.vmd-site figure[data-reveal].is-visible { clip-path: inset(0); }
.vmd-bela-vision { padding-top: 190px; padding-bottom: 190px; }
.vmd-bela-vision figure { width: min(54vw,760px); }
.vmd-editorial { gap: 10vw; margin-bottom: 190px; }
.vmd-editorial figure { width: min(46vw,610px); justify-self: center; }
.vmd-editorial.is-reverse figure { justify-self: center; }
.vmd-editorial-copy > p:not(.vmd-eyebrow) { max-width: 560px; }
.vmd-bela-section-head { margin-bottom: 95px; }
.vmd-wedding-card { flex-basis: min(56vw,720px); height: min(68vh,690px); }
.vmd-ceremony-feature { grid-template-columns: .72fr 1.28fr; }

@media (max-width: 1180px) {
  .vmd-scroll-nav { display: none; }
}

@keyframes vmd-hero-ken-burns {
  from { transform: translate3d(var(--vmd-kb-start-x,-1.2%),calc(var(--vmd-parallax,0px) + var(--vmd-kb-start-y,-8px)),0) scale(calc(var(--vmd-hero-scale,1) + .14)); }
  to { transform: translate3d(var(--vmd-kb-end-x,1.2%),calc(var(--vmd-parallax,0px) + var(--vmd-kb-end-y,8px)),0) scale(calc(var(--vmd-hero-scale,1) + .07)); }
}
@keyframes vmd-hero-copy-change { from { opacity: 0; transform: translateY(34px); } to { opacity: 1; transform: translateY(0); } }
@keyframes vmd-orbit-in { from { opacity: 0; transform: rotate(-18deg) scale(.55); } to { opacity: 1; transform: rotate(-8deg) scale(1); } }
@keyframes vmd-menu-image { from { opacity: .2; transform: scale(1.08); } to { opacity: 1; transform: scale(1); } }
@keyframes vmd-slide-in { from { opacity: .35; transform: scale(1.07); } to { opacity: 1; transform: scale(1); } }
@keyframes vmd-diamond { to { transform: rotate(405deg); } }
@keyframes vmd-video-pulse { 50% { transform: scale(1.08); background: rgba(25,55,65,.28); } }

@media (max-width: 1120px) {
  .vmd-header { grid-template-columns: 1fr auto 1fr; }
  .vmd-header-cta { display: inline-flex; }
  .vmd-menu-columns nav:first-child a { font-size: clamp(1.75rem,3.5vw,3rem); }
  .vmd-bela-vision-copy { grid-column: 7/12; }
  .vmd-capacity-grid { grid-template-columns: 1fr 1fr; }
  .vmd-capacity-grid aside { grid-column: 1/-1; min-height: 420px; }
  .vmd-business-capacity-head { grid-template-columns: 1fr; gap: 35px; }
  .vmd-business-logistics { grid-template-columns: 1fr; }
  .vmd-business-logistics > div + div { padding-left: 0; border-top: 1px solid rgba(255,255,255,.2); border-left: 0; }
}

@media (max-width: 780px) {
  .vmd-header { min-height: 72px; padding: 0 20px; }
  .vmd-brand, .vmd-header.is-scrolled .vmd-brand { width: 132px; height: 82px; padding: 19px 15px; }
  .vmd-header-cta { min-height: 36px; padding: 0 10px; font-size: .5rem; letter-spacing: .1em; }
  .vmd-menu-button { z-index: 80; gap: 8px; }
  .vmd-menu-button i, .vmd-menu-button span { width: 24px; }
  .vmd-menu-button b { display: none; }
  .vmd-mobile-menu, .vmd-mobile-menu.is-open { grid-template-columns: 1fr; }
  .vmd-menu-panel { padding: 118px 24px 34px; }
  .vmd-menu-visual { display: none; }
  .vmd-menu-columns { grid-template-columns: 1fr; gap: 34px; }
  .vmd-menu-columns nav:first-child a { font-size: 2.35rem; }
  .vmd-menu-columns nav:nth-child(2) { display: grid; grid-template-columns: 1fr 1fr; }
  .vmd-menu-columns nav:nth-child(2) p { grid-column: 1/-1; }
  .vmd-menu-contact { grid-template-columns: 1fr; gap: 10px; margin-top: 35px; }
  .vmd-menu-contact p { grid-row: auto; }
  .vmd-bela-hero { min-height: 820px; }
  .vmd-bela-hero-media img { object-position: 63% center; }
  .vmd-bela-hero-copy { padding: 190px 20px 120px; }
  .vmd-bela-hero-copy h1 { font-size: clamp(3.55rem,16vw,5.4rem); }
  .vmd-bela-hero-copy > span { font-size: .9rem; }
  .vmd-bela-hero-copy > div { align-items: center; flex-direction: column; gap: 20px; }
  .vmd-bela-orbit { top: 130px; left: 20px; width: 105px; }
  .vmd-bela-orbit strong { font-size: 1.65rem; }
  .vmd-bela-scroll { bottom: 25px; left: 20px; }
  .vmd-bela-hero-controls { right: 20px; bottom: 25px; }
  .vmd-bela-hero-nav { gap: 14px; }
  .vmd-bela-hero-nav button { min-width: 76px; }
  .vmd-bela-rail { top: 72px; display: flex; min-height: 50px; overflow-x: auto; }
  .vmd-bela-rail a { flex: 0 0 auto; padding: 0 19px; }
  .vmd-bela-vision { display: flex; flex-direction: column; min-height: 0; padding: 95px 20px; }
  .vmd-bela-vision figure { order: 1; }
  .vmd-bela-vision figure img { min-height: 390px; }
  .vmd-bela-diamond { order: 2; align-self: center; margin: 55px 0; }
  .vmd-bela-vision-title { order: 3; margin: 0; text-align: left; }
  .vmd-bela-vision-title h2 { font-size: 3.5rem; }
  .vmd-bela-vision-copy { order: 4; padding: 42px 0 0; }
  .vmd-bela-intents { grid-template-columns: 1fr; }
  .vmd-bela-intents > a { min-height: 680px; }
  .vmd-bela-intents strong { font-size: 4rem; }
  .vmd-bela-spaces { padding-top: 90px; }
  .vmd-bela-section-head, .vmd-bela-video-copy, .vmd-bela-gallery-head { grid-template-columns: 1fr; gap: 30px; }
  .vmd-bela-section-head h2, .vmd-bela-video-copy h2, .vmd-bela-gallery-head h2 { font-size: 3.55rem; }
  .vmd-bela-slider { min-height: 760px; }
  .vmd-bela-slider > img { object-position: 57% center; }
  .vmd-bela-slider-copy { right: 20px; bottom: 105px; left: 20px; }
  .vmd-bela-slider-copy h3 { font-size: 4rem; }
  .vmd-bela-slider-controls { right: 20px; bottom: 25px; left: 20px; justify-content: flex-end; }
  .vmd-bela-slider-dots { display: none; }
  .vmd-capacity { padding: 95px 0; }
  .vmd-capacity-grid { grid-template-columns: 1fr; }
  .vmd-capacity-grid > *, .vmd-capacity-grid aside { grid-column: 1; min-height: 520px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .vmd-business-capacity { padding: 95px 0; }
  .vmd-business-capacity-head { margin-bottom: 48px; }
  .vmd-business-capacity-head h2 { font-size: 3.55rem; }
  .vmd-business-capacity-table { margin-right: -20px; }
  .vmd-business-capacity-table table { min-width: 1020px; }
  .vmd-business-capacity-table th,.vmd-business-capacity-table td { padding: 19px 15px; }
  .vmd-business-logistics { margin-top: 32px; }
  .vmd-business-logistics > div { grid-template-columns: 30px 1fr; min-height: 0; padding: 30px 0; }
  .vmd-business-logistics strong { grid-column: 2; }
  .vmd-business-logistics small { grid-column: 2; }
  .vmd-bela-video { padding-top: 90px; }
  .vmd-bela-video-copy h2 { grid-column: 1; }
  .vmd-video-frame { min-height: 620px; }
  .vmd-bela-story { grid-template-columns: 1fr; min-height: 0; }
  .vmd-bela-story figure { min-height: 560px; }
  .vmd-bela-story-wedding figure { order: -1; }
  .vmd-bela-story-copy { padding: 90px 20px; }
  .vmd-bela-story-copy h2 { font-size: 3.6rem; }
  .vmd-bela-proof { grid-template-columns: 1fr; }
  .vmd-bela-proof span + span { padding-left: 0; border-top: 1px solid rgba(255,255,255,.2); border-left: 0; }
  .vmd-bela-gallery { padding: 90px 0; }
  .vmd-bela-gallery-head { align-items: start; }
  .vmd-bela-gallery-track { display: flex; width: auto; margin: 0; padding: 0 20px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .vmd-bela-gallery-track figure, .vmd-bela-gallery-track figure:nth-child(2) { flex: 0 0 84vw; height: 540px; margin-top: 0; scroll-snap-align: center; }
  .vmd-wedding-journey { padding: 90px 0 65px; }
  .vmd-wedding-journey-head { grid-template-columns: 1fr; gap: 30px; margin-bottom: 45px; }
  .vmd-wedding-journey-head h2 { font-size: 3.7rem; }
  .vmd-wedding-card { flex-basis: 86vw; height: 620px; }
  .vmd-wedding-card-copy strong { font-size: 3rem; }
  .vmd-ceremony-feature { grid-template-columns: 1fr; min-height: 0; }
  .vmd-ceremony-statement { padding: 90px 20px; }
  .vmd-ceremony-feature figure { min-height: 620px; }
  .vmd-cursor { display: none; }
}

@media (max-width: 780px) {
  .vmd-header,.vmd-header.is-scrolled { min-height: 64px; }
  .vmd-brand,.vmd-header.is-scrolled .vmd-brand,.vmd-header:not(.is-scrolled) .vmd-brand { width: 118px; height: 58px; padding: 10px 5px; }
  .vmd-menu-button b { display: none; }
  .vmd-header-cta { padding-inline: 9px; }
  .vmd-bela-vision { padding-top: 105px; padding-bottom: 105px; }
  .vmd-bela-vision figure,.vmd-editorial figure { width: 100%; }
  .vmd-editorial { margin-bottom: 110px; }
}

.vmd-header.is-menu-open { color: white; }
.vmd-header.is-menu-open .vmd-brand img { filter: none; }

/* BelArosa-inspired continuous colour and scroll choreography. */
.vmd-bela-home { background: var(--vmd-flow-bg,#f7f5f1); transition: background-color .16s linear; }
.vmd-bela-vision,.vmd-bela-spaces,.vmd-bela-video,.vmd-bela-gallery { background: transparent; }
.vmd-bela-hero { isolation: isolate; }
.vmd-bela-hero-media img { animation: none; transform: translate3d(0,var(--vmd-parallax,0),0) scale(calc(var(--vmd-hero-scale,1) + .08)); will-change: transform; }
.vmd-bela-hero-slide:nth-child(1) { --vmd-kb-start-x: -1.3%; --vmd-kb-end-x: 1.1%; --vmd-kb-start-y: -7px; --vmd-kb-end-y: 7px; }
.vmd-bela-hero-slide:nth-child(2) { --vmd-kb-start-x: 1.1%; --vmd-kb-end-x: -1.2%; --vmd-kb-start-y: 7px; --vmd-kb-end-y: -6px; }
.vmd-bela-hero-slide:nth-child(3) { --vmd-kb-start-x: -.9%; --vmd-kb-end-x: 1.2%; --vmd-kb-start-y: 8px; --vmd-kb-end-y: -8px; }
.vmd-bela-hero-slide.is-active img { animation: vmd-hero-ken-burns 6s cubic-bezier(.2,.55,.28,1) both; }
.vmd-bela-hero-slide:nth-child(2).is-active img { animation-direction: reverse; }
.vmd-bela-hero-copy { opacity: var(--vmd-hero-copy-opacity,1); transform: scale(var(--vmd-hero-copy-scale,1)); transform-origin: center; transition: opacity .08s linear,transform .08s linear; }
.vmd-bela-orbit { opacity: var(--vmd-hero-copy-opacity,1); }
.vmd-bela-scroll { opacity: var(--vmd-hero-copy-opacity,1); transform: translateY(var(--vmd-hero-shift,0)); }

.vmd-bela-spaces { min-height: 350svh; padding-bottom: 80svh; }
.vmd-bela-spaces .vmd-bela-section-head { min-height: 62svh; align-content: center; margin-bottom: 0; }
.vmd-bela-slider { position: sticky; top: 58px; min-height: calc(100svh - 58px); height: calc(100svh - 58px); clip-path: inset(var(--vmd-chalet-inset-y,0) var(--vmd-chalet-inset-x,0) round 2px); }
.vmd-bela-slider > img { animation: vmd-chalet-change 1.15s cubic-bezier(.22,1,.36,1) both; }
.vmd-bela-slider-copy { transform: translateY(var(--vmd-chalet-offset,24px)); }
.vmd-bela-slider-copy h3 { font-size: clamp(3rem,6vw,7rem); }

@keyframes vmd-chalet-change {
  from { opacity: .25; transform: scale(1.09); filter: saturate(.65); }
  to { opacity: 1; transform: scale(1); filter: saturate(1); }
}

@media (prefers-reduced-motion: reduce) {
  .vmd-bela-hero-media img,.vmd-bela-hero-copy,.vmd-bela-orbit,.vmd-bela-scroll { transform: none; opacity: 1; transition: none; }
  .vmd-bela-hero-slide.is-active img { animation: none; transform: none; }
  .vmd-bela-hero-slide { clip-path: none; transition: none; }
  .vmd-bela-hero-copy > p,.vmd-bela-hero-copy h1,.vmd-bela-hero-copy > span,.vmd-bela-hero-copy > div { animation: none; }
  .vmd-bela-spaces { min-height: auto; padding-bottom: 0; }
  .vmd-bela-slider { position: relative; top: auto; height: auto; min-height: 80svh; clip-path: none; }
}

@media (max-width:780px) {
  .vmd-bela-hero-copy { padding-bottom: 165px; }
  .vmd-bela-hero-copy > p { padding: 7px 10px 6px; font-size: .54rem; }
  .vmd-bela-hero-copy h1 { text-shadow: 0 3px 22px rgba(0,0,0,.68),0 1px 2px rgba(0,0,0,.78); }
  .vmd-bela-hero-copy > div { width: 100%; }
  .vmd-bela-hero-copy .vmd-pill-light,.vmd-bela-hero-copy .vmd-underlink { width: min(100%,290px); }
  .vmd-bela-scroll { display: none; }
  .vmd-bela-hero-controls { right: 20px; bottom: 28px; left: 20px; gap: 10px; }
  .vmd-bela-hero-pause { flex: 0 0 32px; width: 32px; height: 32px; }
  .vmd-bela-hero-nav { flex: 1; justify-content: space-between; gap: 10px; }
  .vmd-bela-hero-nav button { flex: 1; min-width: 0; }
  .vmd-bela-hero-nav button b { font-size: .46rem; letter-spacing: .09em; }
  .vmd-bela-hero-slide:nth-child(1) img { object-position: 63% center; }
  .vmd-bela-hero-slide:nth-child(2) img { object-position: 50% center; }
  .vmd-bela-hero-slide:nth-child(3) img { object-position: 52% center; }
  .vmd-bela-spaces { min-height: auto; padding-bottom: 0; }
  .vmd-bela-spaces .vmd-bela-section-head { min-height: auto; padding-block: 90px 55px; }
  .vmd-bela-slider { position: relative; top: auto; height: 76svh; min-height: 650px; clip-path: none; }
}

/* Scroll-led wedding narrative inspired by the supplied horizontal CodePen. */
.vmd-wedding-journey:not(.is-compact) { height: var(--vmd-journey-height,calc(100svh + 3000px)); padding: 0; overflow: visible; }
.vmd-wedding-sticky { position: sticky; top: 0; display: grid; grid-template-rows: auto minmax(0,1fr) auto; height: 100svh; padding: clamp(82px,10vh,108px) 0 24px; overflow: hidden; background: var(--vmd-slate); }
.vmd-wedding-journey-head { margin-bottom: clamp(22px,3vh,40px); }
.vmd-wedding-journey:not(.is-compact) .vmd-wedding-journey-head h2 { overflow: hidden; font-size: clamp(3.2rem,5.1vw,6rem); }
.vmd-wedding-journey:not(.is-compact) .vmd-wedding-journey-head h2 > span,
.vmd-wedding-journey:not(.is-compact) .vmd-wedding-journey-head h2 em > span { display: inline-block; will-change: transform; }
.vmd-wedding-journey:not(.is-compact) .vmd-wedding-journey-head h2 > span { transform: translate3d(var(--vmd-journey-line-one,0),0,0); }
.vmd-wedding-journey:not(.is-compact) .vmd-wedding-journey-head h2 em > span { transform: translate3d(var(--vmd-journey-line-two,0),0,0); }
.vmd-wedding-viewport { min-height: 0; overflow: hidden; }
.vmd-wedding-journey:not(.is-compact) .vmd-wedding-track { width: max-content; height: 100%; padding: 0 max(6vw,calc(50vw - min(28vw,360px))); overflow: visible; scroll-snap-type: none; scrollbar-width: none; transform: translate3d(var(--vmd-journey-x,0),0,0); will-change: transform; }
.vmd-wedding-journey:not(.is-compact) .vmd-wedding-card { flex-basis: min(56vw,720px); height: 100%; max-height: none; opacity: var(--vmd-card-opacity,.65); transform: scale(var(--vmd-card-scale,.9)) rotate(var(--vmd-card-rotate,0deg)); transform-origin: center; will-change: transform,opacity; }
.vmd-wedding-journey:not(.is-compact) .vmd-wedding-card img { transform: scale(var(--vmd-card-image-scale,1.08)); transition: filter .5s; will-change: transform; }
.vmd-wedding-journey:not(.is-compact) .vmd-wedding-card:hover img { transform: scale(var(--vmd-card-image-scale,1.08)); filter: saturate(.9) brightness(1.03); }
.vmd-wedding-journey:not(.is-compact) .vmd-wedding-card-copy { opacity: var(--vmd-card-opacity,.65); }
.vmd-journey-progress { display: grid; grid-template-columns: auto 1fr auto; gap: 15px; align-items: center; padding-top: 19px; }
.vmd-journey-progress span { color: rgba(255,255,255,.68); font-size: .52rem; letter-spacing: .14em; }
.vmd-journey-progress i { height: 1px; overflow: hidden; background: rgba(255,255,255,.22); }
.vmd-journey-progress i::after { content:""; display: block; width: 100%; height: 100%; transform: scaleX(var(--vmd-journey-progress,0)); transform-origin: left; background: var(--vmd-honey); }

.vmd-wedding-journey.is-compact { height: auto; }
.vmd-wedding-journey.is-compact .vmd-wedding-sticky { position: relative; top: auto; display: block; height: auto; padding: 0; overflow: visible; }
.vmd-wedding-journey.is-compact .vmd-wedding-viewport { overflow: visible; }
.vmd-wedding-journey.is-compact .vmd-wedding-track { height: auto; }
.vmd-wedding-journey.is-compact .vmd-journey-progress { display: none; }

/* Three continuous space scenes, with no empty tail before Capacity. */
.vmd-bela-spaces { min-height: auto; padding: 150px 0 0; }
.vmd-bela-spaces .vmd-bela-section-head { min-height: auto; margin-bottom: 82px; }
.vmd-bela-spaces-stage { position: relative; height: 300svh; }
.vmd-bela-spaces-stage .vmd-bela-slider { position: sticky; top: 58px; height: calc(100svh - 58px); min-height: calc(100svh - 58px); clip-path: inset(var(--vmd-space-inset-y,0) var(--vmd-space-inset-x,0) round 2px); background: var(--vmd-slate); }
.vmd-bela-slide { --vmd-space-opacity: 0; position: absolute; inset: 0; margin: 0; overflow: hidden; opacity: var(--vmd-space-opacity); clip-path: inset(var(--vmd-space-clip-top,0) 0 var(--vmd-space-clip-bottom,0) 0); pointer-events: none; will-change: opacity,clip-path; }
.vmd-bela-slide.is-active { --vmd-space-opacity: 1; z-index: 2; pointer-events: auto; }
.vmd-bela-slide > img,.vmd-bela-slide > .vmd-bela-slider-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.vmd-bela-slide > img { object-fit: cover; transform: translate3d(0,var(--vmd-space-y,0),0) scale(var(--vmd-space-scale,1.015)); transform-origin: center; will-change: transform; }
.vmd-bela-slide .vmd-bela-slider-copy { opacity: var(--vmd-space-copy-opacity,1); transform: translate3d(0,var(--vmd-space-copy-y,0),0); will-change: transform,opacity; }
.vmd-bela-slider-controls,.vmd-bela-slider-dots { z-index: 5; }
.vmd-capacity { position: relative; z-index: 3; margin-top: 0; }

@media (prefers-reduced-motion: reduce) {
  .vmd-wedding-journey:not(.is-compact) { height: auto; padding: 100px 0 75px; }
  .vmd-wedding-sticky { position: relative; top: auto; display: block; height: auto; padding: 0; overflow: visible; }
  .vmd-wedding-viewport { overflow: visible; }
  .vmd-wedding-track { height: auto; }
  .vmd-journey-progress { display: none; }
  .vmd-bela-spaces-stage { height: auto; }
  .vmd-bela-spaces-stage .vmd-bela-slider { position: relative; top: auto; height: 80svh; min-height: 700px; clip-path: none; }
  .vmd-bela-slide { opacity: 0; clip-path: none; }
  .vmd-bela-slide.is-active { opacity: 1; }
}

@media (max-width:780px) {
  .vmd-wedding-journey:not(.is-compact),.vmd-wedding-journey.is-compact { height: auto; padding: 90px 0 65px; }
  .vmd-wedding-sticky,.vmd-wedding-journey.is-compact .vmd-wedding-sticky { position: relative; top: auto; display: block; height: auto; padding: 0; overflow: visible; }
  .vmd-wedding-viewport { overflow: visible; }
  .vmd-wedding-journey:not(.is-compact) .vmd-wedding-track,.vmd-wedding-journey.is-compact .vmd-wedding-track { width: auto; height: auto; padding: 0 20px 24px; overflow-x: auto; scroll-snap-type: x mandatory; transform: none; }
  .vmd-wedding-journey:not(.is-compact) .vmd-wedding-card,.vmd-wedding-journey.is-compact .vmd-wedding-card { flex-basis: 86vw; height: 620px; opacity: 1; transform: none; }
  .vmd-wedding-journey:not(.is-compact) .vmd-wedding-card img { transform: scale(1.03); }
  .vmd-journey-progress { display: none; }
  .vmd-bela-spaces { padding: 0; }
  .vmd-bela-spaces .vmd-bela-section-head { padding-block: 90px 55px; margin-bottom: 0; }
  .vmd-bela-spaces-stage { height: auto; }
  .vmd-bela-spaces-stage .vmd-bela-slider { position: relative; top: auto; height: 76svh; min-height: 650px; clip-path: none; }
  .vmd-bela-slide { opacity: 0; clip-path: none; }
  .vmd-bela-slide.is-active { opacity: 1; }
  .vmd-bela-slide > img { object-position: 57% center; transform: scale(1.03); }
}

/* Responsive QA — compact phones, tablets and short landscape viewports. */
.vmd-site :where(main,section,article,div,nav,figure) { min-width: 0; }
.vmd-footer a,.vmd-direct-contacts a,.vmd-menu-contact a { overflow-wrap: anywhere; }

@media (max-width:780px) {
  .vmd-header,.vmd-header.is-scrolled { grid-template-columns: minmax(42px,1fr) auto minmax(96px,1fr); padding-inline: 18px; }
  .vmd-header.is-menu-open { background: rgba(243,239,233,.98); color: var(--vmd-slate); box-shadow: 0 1px 0 var(--vmd-line); }
  .vmd-header.is-menu-open .vmd-brand img { filter: brightness(0) saturate(100%) invert(18%) sepia(20%) saturate(1150%) hue-rotate(151deg) brightness(88%); }
  .vmd-header.is-menu-open .vmd-header-cta { color: var(--vmd-slate); }
  .vmd-mobile-menu { overflow-y: auto; overscroll-behavior-y: contain; background: #f3efe9; }
  .vmd-menu-panel { min-height: 100svh; height: auto; padding-bottom: calc(105px + env(safe-area-inset-bottom)); overflow-y: visible; }
  .vmd-menu-columns nav:first-child a { font-size: clamp(1.85rem,9vw,2.35rem); }
  .vmd-menu-columns nav:nth-child(2) a { min-height: 32px; }
  .vmd-bela-hero { min-height: max(700px,100svh); }
  .vmd-bela-hero-copy { padding: 150px 20px calc(195px + env(safe-area-inset-bottom)); }
  .vmd-bela-orbit { top: 88px; right: 20px; left: auto; width: 88px; }
  .vmd-bela-orbit strong { font-size: 1.4rem; }
  .vmd-bela-hero-controls { bottom: calc(82px + env(safe-area-inset-bottom)); }
  .vmd-bela-hero-pause,.vmd-bela-hero-nav button,.vmd-bela-slider-controls button { min-height: 44px; }
  .vmd-bela-hero-pause { flex-basis: 44px; width: 44px; height: 44px; }
  .vmd-bela-slider-copy { bottom: calc(155px + env(safe-area-inset-bottom)); }
  .vmd-bela-slider-copy h3 { font-size: clamp(3rem,13vw,4rem); }
  .vmd-bela-slider-controls { bottom: calc(82px + env(safe-area-inset-bottom)); }
  .vmd-business-capacity-table table { min-width: 900px; }
  .vmd-business-capacity-table th:first-child { width: 180px; }
  .vmd-page-hero { min-height: max(700px,100svh); }
  .vmd-page-hero-content { margin-bottom: calc(110px + env(safe-area-inset-bottom)); }
  .vmd-mobile-cta { right: 12px; bottom: calc(10px + env(safe-area-inset-bottom)); left: 12px; min-height: 54px; }
  .vmd-footer { padding-bottom: calc(105px + env(safe-area-inset-bottom)); }
  .vmd-field input,.vmd-field select { min-height: 46px; }
}

@media (max-width:480px) {
  .vmd-shell { width: calc(100% - 32px); }
  .vmd-header,.vmd-header.is-scrolled { grid-template-columns: 42px auto minmax(72px,1fr); padding-inline: 12px; }
  .vmd-brand,.vmd-header.is-scrolled .vmd-brand,.vmd-header:not(.is-scrolled) .vmd-brand { width: 102px; height: 58px; padding: 11px 4px; }
  .vmd-header-cta { gap: 7px; min-height: 38px; padding-inline: 10px; }
  .vmd-header-cta-full { display: none; }
  .vmd-header-cta-short { display: inline; }
  .vmd-menu-panel { padding: 92px 16px calc(100px + env(safe-area-inset-bottom)); }
  .vmd-menu-columns { gap: 25px; }
  .vmd-menu-columns nav:first-child a { grid-template-columns: 26px 1fr; font-size: clamp(1.7rem,9vw,2rem); }
  .vmd-menu-columns nav:nth-child(2) { gap: 0 16px; }
  .vmd-menu-contact { font-size: .74rem; }
  .vmd-bela-hero { min-height: max(680px,100svh); }
  .vmd-bela-hero-copy { padding: 118px 16px calc(188px + env(safe-area-inset-bottom)); }
  .vmd-bela-hero-copy > p { max-width: calc(100% - 16px); margin-bottom: 18px; }
  .vmd-bela-hero-copy h1 { font-size: clamp(2.85rem,14vw,4rem); line-height: .94; }
  .vmd-bela-hero-copy > span { margin-top: 20px; font-size: .84rem; line-height: 1.5; }
  .vmd-bela-hero-copy > div { gap: 12px; margin-top: 24px; }
  .vmd-bela-hero-copy .vmd-pill-light,.vmd-bela-hero-copy .vmd-underlink { min-height: 46px; }
  .vmd-bela-orbit { display: none; }
  .vmd-bela-hero-nav button b { font-size: .43rem; letter-spacing: .06em; }
  .vmd-wedding-journey-head h2,.vmd-wedding-journey:not(.is-compact) .vmd-wedding-journey-head h2 { font-size: clamp(2.8rem,13vw,3.45rem); }
  .vmd-wedding-journey:not(.is-compact) .vmd-wedding-track,.vmd-wedding-journey.is-compact .vmd-wedding-track { padding-inline: 16px; }
  .vmd-wedding-journey:not(.is-compact) .vmd-wedding-card,.vmd-wedding-journey.is-compact .vmd-wedding-card { flex-basis: 88vw; height: clamp(500px,78svh,560px); }
  .vmd-wedding-card-copy strong { font-size: clamp(2.15rem,10vw,2.75rem); }
  .vmd-wedding-card-copy p { font-size: .86rem; line-height: 1.5; }
  .vmd-bela-section-head h2,.vmd-bela-video-copy h2,.vmd-bela-gallery-head h2,.vmd-business-capacity-head h2 { font-size: clamp(2.85rem,13vw,3.4rem); }
  .vmd-bela-spaces .vmd-bela-section-head { padding: 82px 0 48px; }
  .vmd-bela-spaces-stage .vmd-bela-slider { height: 72svh; min-height: 600px; }
  .vmd-bela-intents > a { min-height: 590px; }
  .vmd-bela-intents strong { font-size: 3.25rem; }
  .vmd-page-hero h1 { font-size: clamp(2.9rem,14vw,4rem); }
  .vmd-page-intro { font-size: .92rem; }
  .vmd-footer { grid-template-columns: 1fr; }
  .vmd-footer-brand { grid-column: 1; }
  .vmd-footer-bottom { grid-column: 1; }
}

@media (max-height:600px) and (orientation:landscape) {
  .vmd-menu-panel { min-height: 100svh; height: auto; overflow-y: auto; padding-top: 88px; }
  .vmd-bela-hero { min-height: 560px; }
  .vmd-bela-hero-copy { padding: 88px 24px 92px; }
  .vmd-bela-hero-copy h1 { font-size: clamp(3rem,7vw,4.4rem); }
  .vmd-bela-hero-copy > span { margin-top: 16px; font-size: .82rem; }
  .vmd-bela-hero-copy > div { margin-top: 18px; }
  .vmd-bela-orbit,.vmd-bela-scroll { display: none; }
  .vmd-bela-hero-controls { bottom: 18px; }
  .vmd-wedding-journey:not(.is-compact),.vmd-wedding-journey.is-compact { height: auto; padding: 78px 0 58px; overflow: hidden; }
  .vmd-wedding-sticky,.vmd-wedding-journey.is-compact .vmd-wedding-sticky { position: relative; top: auto; display: block; height: auto; padding: 0; overflow: visible; }
  .vmd-wedding-viewport { overflow: visible; }
  .vmd-wedding-journey:not(.is-compact) .vmd-wedding-track,.vmd-wedding-journey.is-compact .vmd-wedding-track { width: auto; height: auto; padding: 0 24px 20px; overflow-x: auto; scroll-snap-type: x mandatory; transform: none; }
  .vmd-wedding-journey:not(.is-compact) .vmd-wedding-card,.vmd-wedding-journey.is-compact .vmd-wedding-card { flex-basis: 68vw; height: 390px; opacity: 1; transform: none; }
  .vmd-wedding-card-copy strong { font-size: 2.35rem; }
  .vmd-journey-progress { display: none; }
  .vmd-bela-spaces-stage { height: auto; }
  .vmd-bela-spaces-stage .vmd-bela-slider { position: relative; top: auto; height: 560px; min-height: 560px; clip-path: none; }
  .vmd-page-hero { min-height: 620px; }
}


.vmd-gridbox-export.vmd-site { width: 100%; max-width: 100%; margin-inline: 0; }
.vmd-gridbox-export .vmd-form-note { display: none; }
.vmd-gridbox-form-status { margin: 18px 0 0; padding: 14px 16px; border: 1px solid var(--vmd-honey); color: var(--vmd-slate); font-size: .72rem; line-height: 1.5; }

/* ========================================================================== */
/* CORREZIONI INTEGRATE GRIDBOX — 29/08/2026                                  */
/* Questo blocco prevale sulle regole duplicate del CSS storico.               */
/* ========================================================================== */

/* 1. Reset controllato: impedisce a Gridbox di imporre flex, 21px/36px e gap. */
html.vmd-page-active,
body.vmd-page-active {
  width: 100%;
  max-width: 100%;
}

body.vmd-page-active {
  display: block !important;
  min-width: 320px;
  margin: 0 !important;
  overflow-x: clip !important;
  color: var(--vmd-slate);
  background: var(--vmd-white);
  font-size: 16px !important;
  line-height: 1.55 !important;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.vmd-page-active > * {
  max-width: 100%;
}

.vmd-gridbox-export.vmd-site {
  position: relative;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 0;
  margin: 0 !important;
  overflow-x: clip;
  font-size: 16px;
  line-height: 1.55;
}

/* 2. Rimuove contenitori, padding e larghezze predefinite di Gridbox. */
body.vmd-page-active :where(
  .ba-section,
  .ba-row-wrapper,
  .ba-row,
  .ba-grid-column,
  .ba-column,
  .ba-item
):has(.vmd-gridbox-export) {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.vmd-page-active :where(
  .ba-section,
  .ba-row-wrapper,
  .ba-row,
  .ba-grid-column,
  .ba-column,
  .ba-item
):has(.vmd-header-module) {
  height: 0 !important;
  min-height: 0 !important;
  overflow: visible !important;
}

body.vmd-page-active .ba-section:has(.vmd-header-module) {
  position: relative;
  z-index: 80;
}

/* Fallback per installazioni Gridbox senza :has() sui wrapper personalizzati. */
.vmd-gridbox-export > :first-child {
  margin-top: 0;
}

.vmd-section-module > :is(main, section, div),
.vmd-footer-module > footer {
  width: 100%;
  max-width: none;
  margin-inline: 0;
}

/* 3. Tipografia leggibile e coerente su tutte le pagine. */
.vmd-site :where(p, li, dt, dd, label, input, select, textarea, button, a) {
  letter-spacing: normal;
}

.vmd-site :where(p, li, dt, dd) {
  font-size: 1rem;
}

.vmd-site :where(h1, h2, h3, h4, p, figure, blockquote, dl) {
  max-width: 100%;
}

.vmd-eyebrow,
.vmd-breadcrumb,
.vmd-field label,
.vmd-site :where(.vmd-pill, .vmd-underlink, .vmd-submit) {
  letter-spacing: .14em;
}

.vmd-pill,
.vmd-underlink,
.vmd-submit,
.vmd-header-cta {
  font-size: .7rem;
  line-height: 1.2;
}

.vmd-pill {
  min-height: 52px;
  padding-inline: 26px;
}

.vmd-pill-gold {
  border-color: var(--vmd-honey);
  background: var(--vmd-honey);
  color: var(--vmd-slate);
}

.vmd-pill-gold:hover,
.vmd-pill-gold:focus-visible {
  border-color: var(--vmd-slate);
  background: var(--vmd-slate);
  color: var(--vmd-white);
}

/* 4. Header e menu: dimensioni stabili, nessuna fascia bianca sopra l'hero. */
.vmd-header {
  top: 0;
  min-height: 86px;
  padding-inline: clamp(20px, 3.5vw, 58px);
  color: var(--vmd-white);
  background: transparent;
}

.vmd-header.is-scrolled {
  min-height: 64px;
  color: var(--vmd-slate);
  background: rgba(235, 231, 225, .97);
}

.vmd-header.is-menu-open {
  color: var(--vmd-white);
  background: transparent;
}

.vmd-header-cta {
  min-height: 42px;
  padding-inline: 17px;
  letter-spacing: .12em;
}

.vmd-menu-button {
  min-width: 44px;
  min-height: 44px;
}

.vmd-mobile-menu a:focus-visible,
.vmd-header a:focus-visible,
.vmd-header button:focus-visible {
  outline: 2px solid var(--vmd-honey);
  outline-offset: 4px;
}

/* 5. Hero: gerarchia meno estrema, testi/CTA leggibili e kicker senza box. */
.vmd-bela-hero {
  min-height: 100svh;
  min-height: 100dvh;
}

.vmd-bela-hero-copy {
  width: min(100%, 1120px);
  max-width: 1120px;
  padding: clamp(132px, 16vh, 190px) 36px clamp(146px, 17vh, 205px);
}

.vmd-bela-hero-copy > p:not(.vmd-hero-kicker) {
  margin-bottom: 20px;
  font-size: .68rem;
  line-height: 1.35;
}

.vmd-bela-hero-copy .vmd-hero-kicker {
  display: block;
  width: auto;
  max-width: 820px;
  margin: 0 auto 14px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  color: var(--vmd-white);
  font-size: clamp(1.08rem, 1.55vw, 1.55rem) !important;
  line-height: 1.2 !important;
  text-transform: none;
  letter-spacing: .01em;
}

.vmd-bela-hero-copy h1 {
  max-width: 1080px;
  margin-inline: auto;
  font-size: clamp(3.6rem, 6.2vw, 7rem);
  line-height: .94;
  overflow-wrap: normal;
  text-wrap: balance;
}

.vmd-bela-hero-copy > span {
  max-width: 760px;
  font-size: clamp(1rem, 1.1vw, 1.12rem);
  line-height: 1.6;
}

.vmd-bela-hero-copy > div {
  flex-wrap: wrap;
  gap: 16px 24px;
  margin-top: 30px;
}

.vmd-bela-hero-copy .vmd-pill-light,
.vmd-bela-hero-copy .vmd-underlink {
  min-width: 230px;
  min-height: 54px;
  padding-inline: 24px;
  font-size: .7rem;
  line-height: 1.2;
}

.vmd-bela-orbit {
  top: clamp(104px, 15vh, 160px);
  width: clamp(112px, 10vw, 142px);
}

.vmd-bela-hero-nav button {
  min-height: 44px;
}

/* 6. Home: spaziature, palette e passaggi fra le sezioni. */
.vmd-bela-vision {
  min-height: auto;
  padding-top: clamp(110px, 12vw, 170px);
  padding-bottom: clamp(110px, 12vw, 170px);
  row-gap: 70px;
}

.vmd-bela-vision-title {
  margin-top: 40px;
}

.vmd-bela-vision-title h2,
.vmd-bela-section-head h2,
.vmd-bela-video-copy h2,
.vmd-bela-gallery-head h2 {
  text-wrap: balance;
}

.vmd-ceremony-feature {
  background: var(--vmd-parchment);
  color: var(--vmd-slate);
}

.vmd-ceremony-statement > p:not(.vmd-eyebrow) {
  color: var(--vmd-muted);
}

.vmd-ceremony-feature .vmd-pill-light {
  border-color: var(--vmd-slate);
  color: var(--vmd-slate);
}

.vmd-ceremony-feature .vmd-pill-light:hover,
.vmd-ceremony-feature .vmd-pill-light:focus-visible {
  background: var(--vmd-slate);
  color: var(--vmd-white);
}

.vmd-bela-spaces {
  overflow: clip;
}

.vmd-bela-spaces .vmd-bela-section-head {
  margin-bottom: clamp(52px, 6vw, 82px);
}

.vmd-bela-spaces-stage {
  margin-bottom: 0;
}

.vmd-capacity {
  margin-top: 0 !important;
}

.vmd-video-poster-only {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 16px;
  width: 100%;
  height: 100%;
  padding: 32px;
  color: var(--vmd-white);
  text-align: center;
}

.vmd-video-poster-only i {
  display: grid;
  place-items: center;
  width: 106px;
  height: 106px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-style: normal;
}

.vmd-video-poster-only b {
  font-size: .7rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .14em;
}

/* 7. Pagine interne: titoli, testi e griglie dimensionati senza overflow. */
.vmd-page-hero {
  min-height: min(88svh, 920px);
}

.vmd-page-hero-content {
  width: min(calc(100% - 72px), 1180px);
  margin-right: auto;
  margin-left: auto;
}

.vmd-page-hero h1 {
  font-size: clamp(3.4rem, 6.2vw, 6.8rem);
  line-height: .96;
  text-wrap: balance;
}

.vmd-page-intro {
  max-width: 780px;
  font-size: clamp(1rem, 1.1vw, 1.14rem);
}

.vmd-editorial,
.vmd-related,
.vmd-faq,
.vmd-gallery,
.vmd-staff-grid,
.vmd-contact-panel {
  max-width: 1280px;
}

.vmd-editorial-copy > p:not(.vmd-eyebrow),
.vmd-staff-grid p,
.vmd-related-grid > a p,
.vmd-faq details > div {
  font-size: 1rem;
  line-height: 1.75;
}

.vmd-related-grid > a:last-child,
.vmd-capacity-grid > :last-child {
  border-right: 0;
}

.vmd-business-capacity-table {
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-inline: contain;
}

.vmd-business-capacity-table :is(th, td) {
  line-height: 1.35;
}

/* 8. Footer: cinque colonne reali, dati societari leggibili. */
.vmd-footer {
  grid-template-columns: minmax(230px, 1.55fr) repeat(4, minmax(130px, 1fr));
  gap: clamp(32px, 4vw, 68px);
  padding: 88px clamp(20px, 5vw, 76px) 34px;
  font-size: 16px;
  line-height: 1.5;
}

.vmd-footer > div:not(.vmd-footer-brand):not(.vmd-footer-bottom) {
  min-width: 0;
  font-size: .92rem;
}

.vmd-footer-company {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, .62);
  font-size: .76rem;
  line-height: 1.65;
}

.vmd-footer-company a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.vmd-footer-bottom {
  gap: 18px 30px;
  flex-wrap: wrap;
  font-size: .58rem;
  line-height: 1.5;
}

/* 9. Focus, media e immagini. */
.vmd-site :where(a, button, input, select, textarea, summary):focus-visible {
  outline: 2px solid var(--vmd-honey);
  outline-offset: 4px;
}

.vmd-site img {
  height: auto;
}

.vmd-site :where(.vmd-bela-hero-media, .vmd-page-hero-media, .vmd-bela-slide, .vmd-space-card, .vmd-wedding-card, .vmd-video-frame) img {
  height: 100%;
}

/* Correzione visiva temporanea se il modulo Matrimonio è stato duplicato in Gridbox. */
body.vmd-page-active .ba-section:has(.vmd-bela-story-wedding)
  ~ .ba-section:has(.vmd-bela-story-wedding) {
  display: none !important;
}

/* 10. Tablet. */
@media (max-width: 1120px) {
  .vmd-footer {
    grid-template-columns: 1.25fr repeat(2, 1fr);
  }

  .vmd-footer-brand {
    grid-row: span 2;
  }

  .vmd-bela-vision {
    row-gap: 48px;
  }
}

/* ================================================================
   MATRIMONI · APPROFONDIMENTI PRIMA DELLA VISITA
   Revisione minimale e responsive · 2026-09-02
   ================================================================ */
.vmd-site[data-vmd-page="/matrimoni"] .vmd-related-minimal {
  display: grid;
  grid-template-columns: minmax(250px, .72fr) minmax(0, 1.45fr);
  align-items: start;
  gap: clamp(48px, 7vw, 112px);
  padding-top: clamp(72px, 7vw, 108px);
  padding-bottom: clamp(72px, 7vw, 108px);
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-related-minimal .vmd-related-heading {
  display: block;
  max-width: 430px;
  margin: 0;
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-related-minimal .vmd-related-heading > * {
  margin-right: 0;
  margin-left: 0;
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-related-minimal .vmd-related-heading h2 {
  max-width: 8.5ch;
  margin-top: 18px;
  color: var(--vmd-slate, #193741);
  font-size: clamp(2.7rem, 4.25vw, 4.6rem);
  line-height: .94;
  text-align: left;
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-related-minimal .vmd-related-intro {
  max-width: 36ch;
  margin-top: 26px;
  color: var(--vmd-muted, #5e696c);
  font-size: clamp(.96rem, 1.15vw, 1.08rem);
  line-height: 1.65;
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-related-minimal .vmd-related-grid {
  display: block;
  margin: 0;
  border-top: 1px solid var(--vmd-line, rgba(25, 55, 65, .24));
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-related-minimal .vmd-related-grid > a {
  display: grid;
  grid-template-columns: clamp(104px, 9vw, 136px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(18px, 2.4vw, 34px);
  min-height: 0;
  padding: 16px 0;
  overflow: visible;
  border: 0;
  border-bottom: 1px solid var(--vmd-line, rgba(25, 55, 65, .24));
  background: transparent;
  color: var(--vmd-slate, #193741) !important;
  text-decoration: none;
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-related-minimal .vmd-related-grid > a:hover,
.vmd-site[data-vmd-page="/matrimoni"] .vmd-related-minimal .vmd-related-grid > a:focus-visible {
  background: transparent;
  color: var(--vmd-slate, #193741) !important;
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-related-minimal figure {
  width: 100%;
  aspect-ratio: 7 / 5;
  margin: 0;
  overflow: hidden;
  background: var(--vmd-slate, #193741);
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-related-minimal figure img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transform: scale(1.001);
  transition: transform .65s cubic-bezier(.22, 1, .36, 1), opacity .3s ease;
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-related-minimal .vmd-related-grid > a > div {
  position: static;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 42px;
  align-items: center;
  gap: clamp(12px, 1.7vw, 24px);
  min-height: 0;
  padding: 0;
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-related-minimal .vmd-related-grid > a > div > span:first-child {
  align-self: start;
  padding-top: 5px;
  color: var(--vmd-gold, #eac486);
  font-size: .64rem;
  line-height: 1;
  letter-spacing: .13em;
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-related-minimal .vmd-related-text {
  display: block;
  min-width: 0;
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-related-minimal .vmd-related-text strong {
  display: block;
  margin: 0;
  color: var(--vmd-slate, #193741);
  font-size: clamp(1.38rem, 2vw, 1.9rem);
  font-weight: 400;
  line-height: 1.05;
  transition: color .25s ease;
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-related-minimal .vmd-related-text small {
  display: block;
  margin-top: 8px;
  color: var(--vmd-muted, #5e696c);
  font-size: .88rem;
  line-height: 1.45;
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-related-minimal .vmd-related-grid > a b {
  position: static;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--vmd-line, rgba(25, 55, 65, .24));
  border-radius: 50%;
  color: var(--vmd-slate, #193741);
  font-weight: 400;
  transition: border-color .25s ease, background .25s ease, color .25s ease, transform .25s ease;
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-related-minimal .vmd-related-grid > a:hover figure img,
.vmd-site[data-vmd-page="/matrimoni"] .vmd-related-minimal .vmd-related-grid > a:focus-visible figure img {
  transform: scale(1.045);
  filter: none;
  opacity: .92;
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-related-minimal .vmd-related-grid > a:hover .vmd-related-text strong,
.vmd-site[data-vmd-page="/matrimoni"] .vmd-related-minimal .vmd-related-grid > a:focus-visible .vmd-related-text strong {
  color: var(--vmd-gold, #eac486);
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-related-minimal .vmd-related-grid > a:hover b,
.vmd-site[data-vmd-page="/matrimoni"] .vmd-related-minimal .vmd-related-grid > a:focus-visible b {
  border-color: var(--vmd-gold, #eac486);
  background: var(--vmd-gold, #eac486);
  color: var(--vmd-slate, #193741);
  transform: translate(2px, -2px);
}

@media (max-width: 900px) {
  .vmd-site[data-vmd-page="/matrimoni"] .vmd-related-minimal {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .vmd-site[data-vmd-page="/matrimoni"] .vmd-related-minimal .vmd-related-heading,
  .vmd-site[data-vmd-page="/matrimoni"] .vmd-related-minimal .vmd-related-heading h2,
  .vmd-site[data-vmd-page="/matrimoni"] .vmd-related-minimal .vmd-related-intro {
    max-width: 620px;
  }
}

@media (max-width: 560px) {
  .vmd-site[data-vmd-page="/matrimoni"] .vmd-related-minimal {
    gap: 34px;
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .vmd-site[data-vmd-page="/matrimoni"] .vmd-related-minimal .vmd-related-heading h2 {
    max-width: 9ch;
    margin-top: 14px;
    font-size: clamp(2.45rem, 11vw, 3.35rem);
  }

  .vmd-site[data-vmd-page="/matrimoni"] .vmd-related-minimal .vmd-related-intro {
    margin-top: 20px;
  }

  .vmd-site[data-vmd-page="/matrimoni"] .vmd-related-minimal .vmd-related-grid > a {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 16px;
    padding: 14px 0;
  }

  .vmd-site[data-vmd-page="/matrimoni"] .vmd-related-minimal figure {
    aspect-ratio: 1 / 1;
  }

  .vmd-site[data-vmd-page="/matrimoni"] .vmd-related-minimal .vmd-related-grid > a > div {
    grid-template-columns: minmax(0, 1fr) 38px;
    gap: 12px;
  }

  .vmd-site[data-vmd-page="/matrimoni"] .vmd-related-minimal .vmd-related-grid > a > div > span:first-child {
    display: none;
  }

  .vmd-site[data-vmd-page="/matrimoni"] .vmd-related-minimal .vmd-related-text strong {
    font-size: clamp(1.25rem, 5.8vw, 1.55rem);
  }

  .vmd-site[data-vmd-page="/matrimoni"] .vmd-related-minimal .vmd-related-text small {
    margin-top: 5px;
    font-size: .78rem;
    line-height: 1.35;
  }

  .vmd-site[data-vmd-page="/matrimoni"] .vmd-related-minimal .vmd-related-grid > a b {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 390px) {
  .vmd-site[data-vmd-page="/matrimoni"] .vmd-related-minimal .vmd-related-grid > a {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .vmd-site[data-vmd-page="/matrimoni"] .vmd-related-minimal .vmd-related-text small {
    display: none;
  }
}

/* ================================================================
   GALLERY COMPLETA · FILTRI, MASONRY E LIGHTBOX
   Tutte le immagini mantengono il rapporto originale.
   ================================================================ */
.vmd-site[data-vmd-page="/gallery"] .vmd-gallery-archive {
  padding-top: clamp(88px, 9vw, 142px);
  padding-bottom: clamp(96px, 10vw, 160px);
  color: var(--vmd-slate, #193741);
}

.vmd-site[data-vmd-page="/gallery"] .vmd-gallery-archive-head {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  align-items: end;
  gap: clamp(42px, 7vw, 110px);
  padding-bottom: clamp(48px, 5vw, 72px);
  border-bottom: 1px solid var(--vmd-line, rgba(25, 55, 65, .24));
}

.vmd-site[data-vmd-page="/gallery"] .vmd-gallery-archive-head h2 {
  max-width: 10ch;
  margin: 18px 0 0;
  color: var(--vmd-slate, #193741);
  font-size: clamp(3.1rem, 6vw, 6.8rem);
  line-height: .92;
  text-align: left;
  text-wrap: balance;
}

.vmd-site[data-vmd-page="/gallery"] .vmd-gallery-archive-head > p {
  max-width: 46ch;
  margin: 0;
  color: var(--vmd-muted, #5e696c);
  font-size: clamp(.96rem, 1.1vw, 1.08rem);
  line-height: 1.7;
}

.vmd-site[data-vmd-page="/gallery"] .vmd-gallery-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-width: 0;
  padding: 26px 0;
  border-bottom: 1px solid var(--vmd-line, rgba(25, 55, 65, .24));
}

.vmd-site[data-vmd-page="/gallery"] .vmd-gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  min-width: 0;
}

.vmd-site[data-vmd-page="/gallery"] .vmd-gallery-filters button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  margin: 0;
  padding: 10px 15px;
  border: 1px solid var(--vmd-line, rgba(25, 55, 65, .24));
  border-radius: 999px;
  background: transparent;
  color: var(--vmd-slate, #193741);
  font: inherit;
  font-size: .66rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .1em;
  white-space: nowrap;
  cursor: pointer;
  transition: border-color .25s ease, background .25s ease, color .25s ease;
}

.vmd-site[data-vmd-page="/gallery"] .vmd-gallery-filters button span {
  color: var(--vmd-gold, #eac486);
  font-size: .56rem;
}

.vmd-site[data-vmd-page="/gallery"] .vmd-gallery-filters button:hover,
.vmd-site[data-vmd-page="/gallery"] .vmd-gallery-filters button:focus-visible,
.vmd-site[data-vmd-page="/gallery"] .vmd-gallery-filters button.is-active {
  border-color: var(--vmd-slate, #193741);
  background: var(--vmd-slate, #193741);
  color: #fff;
}

.vmd-site[data-vmd-page="/gallery"] .vmd-gallery-status {
  flex: 0 0 auto;
  margin: 0;
  color: var(--vmd-muted, #5e696c);
  font-size: .66rem;
  text-transform: uppercase;
  letter-spacing: .11em;
  white-space: nowrap;
}

.vmd-site[data-vmd-page="/gallery"] .vmd-gallery-masonry {
  column-count: 3;
  column-gap: clamp(14px, 1.5vw, 24px);
  padding-top: clamp(28px, 3vw, 46px);
}

.vmd-site[data-vmd-page="/gallery"] .vmd-gallery-card {
  display: inline-block;
  width: 100%;
  margin: 0 0 clamp(22px, 2.4vw, 34px);
  padding: 0;
  overflow: visible;
  break-inside: avoid;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--vmd-slate, #193741);
  text-align: left;
  cursor: zoom-in;
}

.vmd-site[data-vmd-page="/gallery"] .vmd-gallery-card[hidden] {
  display: none !important;
}

.vmd-site[data-vmd-page="/gallery"] .vmd-gallery-card-media {
  display: block;
  width: 100%;
  overflow: hidden;
  background: var(--vmd-slate, #193741);
}

.vmd-site[data-vmd-page="/gallery"] .vmd-gallery-card img {
  display: block;
  width: 100% !important;
  max-width: none;
  height: auto !important;
  margin: 0;
  object-fit: contain;
  transform: scale(1.001);
  transition: transform .75s cubic-bezier(.22, 1, .36, 1), opacity .3s ease;
}

.vmd-site[data-vmd-page="/gallery"] .vmd-gallery-card-caption {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  padding-top: 12px;
  color: var(--vmd-slate, #193741);
  font-size: .66rem;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.vmd-site[data-vmd-page="/gallery"] .vmd-gallery-card-caption b {
  color: var(--vmd-gold, #eac486);
  font-size: .58rem;
  font-weight: 400;
}

.vmd-site[data-vmd-page="/gallery"] .vmd-gallery-card:hover img,
.vmd-site[data-vmd-page="/gallery"] .vmd-gallery-card:focus-visible img {
  opacity: .92;
  transform: scale(1.025);
}

.vmd-site[data-vmd-page="/gallery"] .vmd-gallery-card:hover .vmd-gallery-card-caption > span,
.vmd-site[data-vmd-page="/gallery"] .vmd-gallery-card:focus-visible .vmd-gallery-card-caption > span {
  color: var(--vmd-gold, #eac486);
}

.vmd-site[data-vmd-page="/gallery"] .vmd-gallery-card:focus-visible {
  outline: 2px solid var(--vmd-gold, #eac486);
  outline-offset: 5px;
}

.vmd-site[data-vmd-page="/gallery"] .vmd-gallery-more-wrap {
  display: flex;
  justify-content: center;
  padding-top: clamp(38px, 5vw, 70px);
}

.vmd-site[data-vmd-page="/gallery"] .vmd-gallery-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 260px;
  border-color: var(--vmd-slate, #193741);
  background: transparent;
  color: var(--vmd-slate, #193741);
  cursor: pointer;
}

.vmd-site[data-vmd-page="/gallery"] .vmd-gallery-more[hidden] {
  display: none !important;
}

.vmd-site[data-vmd-page="/gallery"] .vmd-gallery-more small {
  color: var(--vmd-gold, #eac486);
  font-size: .58rem;
}

.vmd-site[data-vmd-page="/gallery"] .vmd-gallery-more:hover,
.vmd-site[data-vmd-page="/gallery"] .vmd-gallery-more:focus-visible {
  border-color: var(--vmd-gold, #eac486);
  background: var(--vmd-gold, #eac486);
  color: var(--vmd-slate, #193741);
}

.vmd-site[data-vmd-page="/gallery"] .vmd-gallery-more:hover small,
.vmd-site[data-vmd-page="/gallery"] .vmd-gallery-more:focus-visible small {
  color: var(--vmd-slate, #193741);
}

.vmd-site[data-vmd-page="/gallery"] .vmd-gallery-lightbox {
  position: fixed;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: rgba(11, 27, 33, .98);
  color: #fff;
}

.vmd-site[data-vmd-page="/gallery"] .vmd-gallery-lightbox::backdrop {
  background: rgba(5, 14, 18, .88);
}

.vmd-site[data-vmd-page="/gallery"] .vmd-gallery-lightbox-bar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 16px clamp(18px, 3vw, 48px);
  border-bottom: 1px solid rgba(255, 255, 255, .17);
}

.vmd-site[data-vmd-page="/gallery"] .vmd-gallery-lightbox-bar p {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin: 0;
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.vmd-site[data-vmd-page="/gallery"] .vmd-gallery-lightbox-bar small {
  color: var(--vmd-gold, #eac486);
  font-size: .62rem;
}

.vmd-site[data-vmd-page="/gallery"] .vmd-gallery-lightbox button {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 50%;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 1.15rem;
  cursor: pointer;
  transition: border-color .25s ease, background .25s ease, color .25s ease;
}

.vmd-site[data-vmd-page="/gallery"] .vmd-gallery-lightbox button:hover,
.vmd-site[data-vmd-page="/gallery"] .vmd-gallery-lightbox button:focus-visible {
  border-color: var(--vmd-gold, #eac486);
  background: var(--vmd-gold, #eac486);
  color: var(--vmd-slate, #193741);
}

.vmd-site[data-vmd-page="/gallery"] .vmd-gallery-lightbox-stage {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 58px;
  align-items: center;
  gap: clamp(14px, 2vw, 30px);
  height: calc(100% - 76px);
  padding: clamp(16px, 3vw, 44px);
}

.vmd-site[data-vmd-page="/gallery"] .vmd-gallery-lightbox-stage img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: calc(100svh - 150px);
  object-fit: contain;
}

@media (max-width: 980px) {
  .vmd-site[data-vmd-page="/gallery"] .vmd-gallery-archive-head {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 28px;
  }

  .vmd-site[data-vmd-page="/gallery"] .vmd-gallery-archive-head h2 {
    max-width: 11ch;
  }

  .vmd-site[data-vmd-page="/gallery"] .vmd-gallery-masonry {
    column-count: 2;
  }
}

@media (max-width: 700px) {
  .vmd-site[data-vmd-page="/gallery"] .vmd-gallery-toolbar {
    display: block;
    margin-right: calc((100vw - 100%) / -2);
    margin-left: calc((100vw - 100%) / -2);
    padding: 20px 0 18px;
    overflow: hidden;
  }

  .vmd-site[data-vmd-page="/gallery"] .vmd-gallery-filters {
    flex-wrap: nowrap;
    padding: 0 max(16px, calc((100vw - 100%) / 2));
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .vmd-site[data-vmd-page="/gallery"] .vmd-gallery-filters::-webkit-scrollbar {
    display: none;
  }

  .vmd-site[data-vmd-page="/gallery"] .vmd-gallery-filters button {
    flex: 0 0 auto;
    min-height: 44px;
    scroll-snap-align: start;
  }

  .vmd-site[data-vmd-page="/gallery"] .vmd-gallery-status {
    margin-top: 16px;
    padding: 0 max(16px, calc((100vw - 100%) / 2));
  }

  .vmd-site[data-vmd-page="/gallery"] .vmd-gallery-lightbox-stage {
    grid-template-columns: 46px minmax(0, 1fr) 46px;
    gap: 8px;
    padding: 12px;
  }

  .vmd-site[data-vmd-page="/gallery"] .vmd-gallery-lightbox button {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 560px) {
  .vmd-site[data-vmd-page="/gallery"] .vmd-gallery-archive {
    padding-top: 72px;
    padding-bottom: 100px;
  }

  .vmd-site[data-vmd-page="/gallery"] .vmd-gallery-archive-head {
    padding-bottom: 42px;
  }

  .vmd-site[data-vmd-page="/gallery"] .vmd-gallery-archive-head h2 {
    font-size: clamp(2.8rem, 13vw, 4rem);
  }

  .vmd-site[data-vmd-page="/gallery"] .vmd-gallery-masonry {
    column-count: 1;
    padding-top: 28px;
  }

  .vmd-site[data-vmd-page="/gallery"] .vmd-gallery-card {
    margin-bottom: 28px;
  }

  .vmd-site[data-vmd-page="/gallery"] .vmd-gallery-more {
    width: 100%;
    min-height: 50px;
  }

  .vmd-site[data-vmd-page="/gallery"] .vmd-gallery-lightbox-bar {
    min-height: 68px;
    padding: 10px 14px;
  }

  .vmd-site[data-vmd-page="/gallery"] .vmd-gallery-lightbox-bar p {
    display: block;
    min-width: 0;
    overflow: hidden;
    font-size: .64rem;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .vmd-site[data-vmd-page="/gallery"] .vmd-gallery-lightbox-bar small {
    display: block;
    margin-top: 5px;
  }

  .vmd-site[data-vmd-page="/gallery"] .vmd-gallery-lightbox-stage {
    position: relative;
    display: flex;
    height: calc(100% - 68px);
    padding: 12px 10px 74px;
  }

  .vmd-site[data-vmd-page="/gallery"] .vmd-gallery-lightbox-stage img {
    width: 100%;
    height: 100%;
    max-height: none;
  }

  .vmd-site[data-vmd-page="/gallery"] .vmd-gallery-lightbox-stage button {
    position: absolute;
    bottom: 14px;
    z-index: 2;
  }

  .vmd-site[data-vmd-page="/gallery"] .vmd-gallery-lightbox-stage [data-vmd-lightbox-prev] {
    left: calc(50% - 52px);
  }

  .vmd-site[data-vmd-page="/gallery"] .vmd-gallery-lightbox-stage [data-vmd-lightbox-next] {
    right: calc(50% - 52px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .vmd-site[data-vmd-page="/gallery"] .vmd-gallery-card img,
  .vmd-site[data-vmd-page="/gallery"] .vmd-gallery-filters button,
  .vmd-site[data-vmd-page="/gallery"] .vmd-gallery-lightbox button {
    transition: none !important;
  }
}

/* ========================================================================== */
/* AUDIT PAGINE MENU — COLORI E ALLINEAMENTI                                  */
/* Corregge gli stili diretti applicati da Gridbox a h1/h2/h3 e agli occhielli. */
/* ========================================================================== */

/* Base editoriale: il colore segue sempre la sezione che contiene il titolo. */
.vmd-site {
  color: var(--vmd-slate);
  text-align: left !important;
}

.vmd-site :is(h1, h2, h3, h4, h5, h6) {
  color: inherit !important;
  text-align: inherit !important;
}

/* Hero delle pagine interne: titoli e testi chiari sull'immagine. */
.vmd-page-hero,
.vmd-page-hero-content {
  color: var(--vmd-white);
  text-align: left !important;
}

.vmd-page-hero h1 {
  color: var(--vmd-white) !important;
  text-align: left !important;
}

.vmd-page-hero .vmd-breadcrumb,
.vmd-page-hero .vmd-eyebrow,
.vmd-page-hero .vmd-page-intro,
.vmd-page-hero .vmd-hero-actions {
  color: var(--vmd-white) !important;
  text-align: left !important;
}

.vmd-page-hero .vmd-hero-kicker {
  color: var(--vmd-honey) !important;
  text-align: left !important;
}

/* Home: le due sole aree con titoli intenzionalmente centrati. */
.vmd-bela-hero-copy,
.vmd-bela-hero-copy :is(h1, h2, h3, p, span),
.vmd-bela-vision-title,
.vmd-bela-vision-title :is(h1, h2, h3, p) {
  text-align: center !important;
}

.vmd-bela-hero-copy,
.vmd-bela-hero-copy h1,
.vmd-bela-hero-copy > p:not(.vmd-hero-kicker),
.vmd-bela-hero-copy > span {
  color: var(--vmd-white) !important;
}

.vmd-bela-hero-copy .vmd-hero-kicker {
  color: var(--vmd-white) !important;
}

/* Titoli editoriali: allineamento a bandiera sinistra. */
.vmd-editorial-copy,
.vmd-editorial-copy :is(h1, h2, h3, h4, p, ul, li),
.vmd-section-head,
.vmd-section-head :is(h1, h2, h3, p),
.vmd-bela-section-head,
.vmd-bela-section-head :is(h1, h2, h3, p),
.vmd-bela-video-copy,
.vmd-bela-video-copy :is(h1, h2, h3, p),
.vmd-bela-gallery-head,
.vmd-bela-gallery-head :is(h1, h2, h3, p),
.vmd-bela-story-copy,
.vmd-bela-story-copy :is(h1, h2, h3, p),
.vmd-wedding-journey-head,
.vmd-wedding-journey-head :is(h1, h2, h3, p),
.vmd-business-capacity-head,
.vmd-business-capacity-head :is(h1, h2, h3, p),
.vmd-review-head,
.vmd-review-head :is(h1, h2, h3, p),
.vmd-related-heading,
.vmd-related-heading :is(h1, h2, h3, p),
.vmd-contact-panel,
.vmd-contact-panel :is(h1, h2, h3, p, address),
.vmd-lead-copy,
.vmd-lead-copy :is(h1, h2, h3, p),
.vmd-form,
.vmd-form :is(h1, h2, h3, p, label),
.vmd-staff-grid article,
.vmd-staff-grid article :is(h1, h2, h3, p),
.vmd-related-grid > a,
.vmd-related-grid > a :is(h1, h2, h3, p),
.vmd-space-copy,
.vmd-space-copy :is(h1, h2, h3, p),
.vmd-bela-slider-copy,
.vmd-bela-slider-copy :is(h1, h2, h3, p),
.vmd-wedding-card-copy,
.vmd-wedding-card-copy :is(h1, h2, h3, p),
.vmd-capacity-grid,
.vmd-capacity-grid :is(h1, h2, h3, p, dt, dd),
.vmd-faq,
.vmd-faq :is(h1, h2, h3, p),
.vmd-footer,
.vmd-footer :is(h1, h2, h3, p) {
  text-align: left !important;
}

/* Colori degli occhielli in base al fondo. */
.vmd-site .vmd-eyebrow {
  color: var(--vmd-slate) !important;
}

.vmd-site :is(
  .vmd-page-hero,
  .vmd-wedding-journey,
  .vmd-bela-story-wedding,
  .vmd-capacity,
  .vmd-business-capacity,
  .vmd-review-section,
  .vmd-lead-copy,
  .vmd-footer
) .vmd-eyebrow {
  color: var(--vmd-honey) !important;
}

/* Sezioni scure: impedisce ai colori globali di Gridbox di rendere scuri i titoli. */
.vmd-site :is(
  .vmd-wedding-journey,
  .vmd-bela-story-wedding,
  .vmd-capacity,
  .vmd-business-capacity,
  .vmd-review-section,
  .vmd-lead-copy,
  .vmd-footer
) :is(h1, h2, h3, h4, h5, h6) {
  color: var(--vmd-white) !important;
}

/* Sezioni chiare: usa il petrolio del progetto, non il nero del tema Gridbox. */
.vmd-site :is(
  .vmd-editorial-copy,
  .vmd-staff-grid,
  .vmd-related,
  .vmd-contact-panel,
  .vmd-faq,
  .vmd-bela-vision,
  .vmd-bela-story-business,
  .vmd-ceremony-feature
) :is(h1, h2, h3, h4, h5, h6) {
  color: var(--vmd-slate) !important;
}

/* Le statistiche sono l'unica griglia interna centrata. */
.vmd-facts > div,
.vmd-facts > div :is(strong, span),
.vmd-capacity-grid td,
.vmd-capacity-grid th:not(:first-child),
.vmd-business-capacity-table td,
.vmd-business-capacity-table thead th:not(:first-child) {
  text-align: center !important;
}

.vmd-business-capacity-table th:first-child,
.vmd-business-capacity-table tbody th {
  text-align: left !important;
}

/* CTA oro: specificità sufficiente anche quando il link eredita il colore. */
.vmd-site a.vmd-pill-gold,
.vmd-site button.vmd-pill-gold {
  border-color: var(--vmd-honey);
  background: var(--vmd-honey);
  color: var(--vmd-slate) !important;
}

.vmd-site a.vmd-pill-gold:hover,
.vmd-site a.vmd-pill-gold:focus-visible,
.vmd-site button.vmd-pill-gold:hover,
.vmd-site button.vmd-pill-gold:focus-visible {
  border-color: var(--vmd-slate);
  background: var(--vmd-slate);
  color: var(--vmd-white) !important;
}

/* Correzione delle colonne e delle spaziature su tablet. */
@media (max-width: 1120px) {
  .vmd-editorial,
  .vmd-editorial.is-text-only {
    gap: clamp(44px, 7vw, 80px);
  }

  .vmd-page-hero h1 {
    max-width: 930px;
  }
}

/* Allineamenti e dimensioni coerenti su smartphone. */
@media (max-width: 780px) {
  .vmd-page-hero-content,
  .vmd-page-hero-content :is(h1, p, nav, div),
  .vmd-editorial-copy,
  .vmd-editorial-copy :is(h1, h2, h3, p),
  .vmd-bela-section-head,
  .vmd-bela-section-head :is(h1, h2, h3, p),
  .vmd-lead-copy,
  .vmd-lead-copy :is(h1, h2, h3, p),
  .vmd-form,
  .vmd-form :is(h1, h2, h3, p, label) {
    text-align: left !important;
  }

  .vmd-page-hero h1 {
    max-width: 100%;
    font-size: clamp(2.65rem, 11.8vw, 4rem);
    line-height: .98;
  }

  .vmd-page-hero .vmd-hero-kicker {
    font-size: clamp(1.05rem, 5vw, 1.35rem) !important;
  }

  .vmd-editorial-copy > p:not(.vmd-eyebrow),
  .vmd-page-intro,
  .vmd-lead-copy > p:not(.vmd-eyebrow) {
    max-width: 100%;
  }

  .vmd-related-grid > a,
  .vmd-staff-grid article {
    text-align: left !important;
  }
}

@media (max-width: 480px) {
  .vmd-page-hero h1 {
    font-size: clamp(2.45rem, 11.5vw, 3.45rem);
  }

  .vmd-page-hero .vmd-breadcrumb {
    margin-bottom: 30px;
  }

  .vmd-page-hero .vmd-hero-actions {
    align-items: stretch;
    width: 100%;
  }

  .vmd-page-hero .vmd-hero-actions .vmd-pill,
  .vmd-page-hero .vmd-hero-actions .vmd-underlink {
    width: min(100%, 310px);
  }
}

/* 11. Smartphone e tablet verticale. */
@media (max-width: 780px) {
  body.vmd-page-active {
    overflow-x: hidden !important;
  }

  .vmd-shell,
  .vmd-page-hero-content {
    width: calc(100% - 40px);
  }

  .vmd-header,
  .vmd-header.is-scrolled {
    min-height: 64px;
    padding-inline: 16px;
  }

  .vmd-header.is-menu-open {
    color: var(--vmd-slate);
    background: rgba(235, 231, 225, .98);
  }

  .vmd-header.is-menu-open .vmd-header-cta {
    color: var(--vmd-slate);
  }

  .vmd-bela-hero {
    min-height: max(680px, 100svh);
    min-height: max(680px, 100dvh);
  }

  .vmd-bela-hero-copy {
    padding: 118px 20px calc(176px + env(safe-area-inset-bottom));
  }

  .vmd-bela-hero-copy > p:not(.vmd-hero-kicker) {
    max-width: calc(100% - 18px);
    margin-bottom: 14px;
    font-size: .56rem;
  }

  .vmd-bela-hero-copy .vmd-hero-kicker {
    margin-bottom: 10px;
    font-size: clamp(1rem, 4.7vw, 1.25rem) !important;
  }

  .vmd-bela-hero-copy h1 {
    font-size: clamp(2.75rem, 12.6vw, 4.2rem);
    line-height: .95;
  }

  .vmd-bela-hero-copy > span {
    margin-top: 18px;
    font-size: .9rem;
    line-height: 1.5;
  }

  .vmd-bela-hero-copy > div {
    width: 100%;
    gap: 10px;
    margin-top: 22px;
  }

  .vmd-bela-hero-copy .vmd-pill-light,
  .vmd-bela-hero-copy .vmd-underlink {
    width: min(100%, 310px);
    min-height: 48px;
    font-size: .64rem;
  }

  .vmd-bela-hero-controls {
    right: 16px;
    bottom: calc(76px + env(safe-area-inset-bottom));
    left: 16px;
  }

  .vmd-bela-hero-nav {
    gap: 8px;
  }

  .vmd-bela-hero-nav button {
    min-width: 0;
  }

  .vmd-bela-hero-nav button b {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .vmd-bela-vision {
    padding: 90px 20px;
  }

  .vmd-bela-vision-title {
    margin-top: 0;
  }

  .vmd-bela-vision-title h2,
  .vmd-bela-section-head h2,
  .vmd-bela-video-copy h2,
  .vmd-bela-gallery-head h2,
  .vmd-business-capacity-head h2 {
    font-size: clamp(2.75rem, 12vw, 3.55rem);
  }

  .vmd-page-hero {
    min-height: max(680px, 100svh);
  }

  .vmd-page-hero-content {
    margin-right: 20px;
    margin-bottom: calc(96px + env(safe-area-inset-bottom));
    margin-left: 20px;
  }

  .vmd-page-hero h1 {
    font-size: clamp(2.75rem, 12vw, 4rem);
    line-height: .98;
  }

  .vmd-page-intro {
    font-size: .94rem;
    line-height: 1.62;
  }

  .vmd-editorial,
  .vmd-editorial.is-text-only {
    width: calc(100% - 40px);
    gap: 38px;
    margin-bottom: 90px;
  }

  .vmd-faq summary {
    grid-template-columns: 26px minmax(0, 1fr) 38px;
    gap: 12px;
  }

  .vmd-faq summary strong {
    font-size: clamp(1.3rem, 6.5vw, 1.7rem);
  }

  .vmd-business-capacity-table {
    margin-right: 0;
  }

  .vmd-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 24px;
    padding: 72px 20px calc(104px + env(safe-area-inset-bottom));
  }

  .vmd-footer-brand,
  .vmd-footer-bottom {
    grid-column: 1 / -1;
  }

  .vmd-footer-brand {
    grid-row: auto;
  }

  .vmd-footer-bottom {
    align-items: flex-start;
  }
}

/* 12. Smartphone stretti. */
@media (max-width: 480px) {
  .vmd-shell,
  .vmd-page-hero-content {
    width: calc(100% - 32px);
  }

  .vmd-header,
  .vmd-header.is-scrolled {
    padding-inline: 12px;
  }

  .vmd-bela-hero-copy {
    padding-right: 16px;
    padding-left: 16px;
  }

  .vmd-bela-hero-copy h1 {
    font-size: clamp(2.55rem, 12.8vw, 3.65rem);
  }

  .vmd-bela-hero-nav button b {
    font-size: .44rem;
    letter-spacing: .04em;
  }

  .vmd-bela-hero-nav button span {
    font-size: .44rem;
  }

  .vmd-page-hero-content {
    margin-right: 16px;
    margin-left: 16px;
  }

  .vmd-footer {
    grid-template-columns: 1fr;
  }

  .vmd-footer-brand,
  .vmd-footer-bottom {
    grid-column: 1;
  }

  .vmd-footer-bottom > div {
    flex-wrap: wrap;
  }
}

/* 13. Dispositivi touch: niente cursore custom e nessun cursore nascosto. */
@media (hover: none), (pointer: coarse) {
  .vmd-cursor {
    display: none !important;
  }

  .vmd-site a,
  .vmd-site button {
    cursor: pointer !important;
  }
}

/* 14. Movimento ridotto: niente Ken Burns, parallax o sezioni sticky lunghe. */
@media (prefers-reduced-motion: reduce) {
  .vmd-bela-hero-slide.is-active img,
  .vmd-bela-slide > img,
  .vmd-home-hero-media img,
  .vmd-page-hero-media img,
  .vmd-editorial figure img,
  .vmd-bela-story figure img {
    animation: none !important;
    transform: none !important;
  }

  .vmd-site [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
  }
}

/* ========================================================================== */
/* HOVER TESTI SU FONDO SCURO                                                  */
/* Gridbox non deve sostituire il bianco con il proprio colore link scuro.     */
/* ========================================================================== */

.vmd-wedding-card,
.vmd-wedding-card .vmd-wedding-card-copy :is(small, strong, p, b),
.vmd-site :is(
  .vmd-page-hero,
  .vmd-bela-hero,
  .vmd-bela-intents,
  .vmd-wedding-journey,
  .vmd-bela-story-wedding,
  .vmd-capacity,
  .vmd-business-capacity,
  .vmd-review-section,
  .vmd-lead-copy,
  .vmd-footer
) a:not(.vmd-pill):not(.vmd-underlink):not(.vmd-header-cta):not(.vmd-mobile-cta) {
  transition: color 240ms ease;
}

.vmd-wedding-card:hover,
.vmd-wedding-card:focus-visible,
.vmd-wedding-card:hover .vmd-wedding-card-copy :is(small, strong, p, b),
.vmd-wedding-card:focus-visible .vmd-wedding-card-copy :is(small, strong, p, b),
.vmd-site :is(
  .vmd-page-hero,
  .vmd-bela-hero,
  .vmd-bela-intents,
  .vmd-wedding-journey,
  .vmd-bela-story-wedding,
  .vmd-capacity,
  .vmd-business-capacity,
  .vmd-review-section,
  .vmd-lead-copy,
  .vmd-footer
) a:not(.vmd-pill):not(.vmd-underlink):not(.vmd-header-cta):not(.vmd-mobile-cta):hover,
.vmd-site :is(
  .vmd-page-hero,
  .vmd-bela-hero,
  .vmd-bela-intents,
  .vmd-wedding-journey,
  .vmd-bela-story-wedding,
  .vmd-capacity,
  .vmd-business-capacity,
  .vmd-review-section,
  .vmd-lead-copy,
  .vmd-footer
) a:not(.vmd-pill):not(.vmd-underlink):not(.vmd-header-cta):not(.vmd-mobile-cta):focus-visible {
  color: var(--vmd-honey) !important;
}

/* Il cursore conserva il bordo oro senza invertire il colore del testo. */
.vmd-cursor,
.vmd-cursor.is-visible {
  border-color: var(--vmd-honey);
  background: rgba(234, 196, 134, .14);
  mix-blend-mode: normal !important;
}

.vmd-cursor.is-active {
  border-color: var(--vmd-honey);
  background: var(--vmd-honey);
  mix-blend-mode: normal !important;
}

/* Recensioni: contrasto corretto sul fondo petrolio. */
.vmd-review-section .vmd-review-head h2,
.vmd-review-section .vmd-review-grid blockquote p,
.vmd-review-section .vmd-review-grid blockquote cite,
.vmd-review-section .vmd-review-grid blockquote > a {
  color: var(--vmd-white) !important;
}

.vmd-review-section .vmd-review-grid blockquote span,
.vmd-review-section .vmd-review-head .vmd-eyebrow {
  color: var(--vmd-honey) !important;
}

/* ========================================================================== */
/* RITMO MODULI E IMMAGINI PAGINE INTERNE — 29/08/2026                        */
/* Evita la somma di padding/margini fra moduli HTML Gridbox separati.         */
/* La Home approvata (data-vmd-page="/") conserva la propria regia di scroll. */
/* ========================================================================== */

:root {
  --vmd-module-space: clamp(84px, 8vw, 118px);
  --vmd-module-space-compact: clamp(64px, 6vw, 92px);
  --vmd-module-space-small: clamp(42px, 4vw, 64px);
}

/* Gridbox: nessuna altezza, distanza o gap aggiuntivo attorno ai moduli VMD. */
body.vmd-page-active :where(
  .ba-section,
  .ba-row-wrapper,
  .ba-row,
  .ba-grid-column,
  .ba-column,
  .ba-item
):has(.vmd-section-module),
body.vmd-page-active :where(
  .ba-section,
  .ba-row-wrapper,
  .ba-row,
  .ba-grid-column,
  .ba-column,
  .ba-item
):has(.vmd-footer-module) {
  min-height: 0 !important;
  height: auto !important;
  margin-block: 0 !important;
  padding-block: 0 !important;
  row-gap: 0 !important;
  column-gap: 0 !important;
}

body.vmd-page-active .vmd-section-module,
body.vmd-page-active .vmd-footer-module {
  display: block;
  min-height: 0 !important;
  margin-block: 0 !important;
  padding-block: 0 !important;
  vertical-align: top;
}

/* Moduli editoriali: un solo spazio fra due sezioni, non tre valori sommati. */
.vmd-section-module:not([data-vmd-page="/"]) .vmd-editorial-sections {
  padding: var(--vmd-module-space) 0 0 !important;
}

.vmd-section-module:not([data-vmd-page="/"]) .vmd-editorial {
  margin: 0 auto !important;
}

.vmd-section-module:not([data-vmd-page="/"]) .vmd-editorial.is-text-only {
  padding-top: var(--vmd-module-space-small);
}

/* Moduli testuali autonomi (policy, guide, pagine EN e schede tecniche). */
.vmd-section-module:not([data-vmd-page="/"]) .vmd-editorial-copy-only {
  width: 100% !important;
  max-width: none !important;
  padding: var(--vmd-module-space-compact) 0 !important;
}

/* Ritmo coerente per le altre tipologie di modulo delle pagine del menu. */
.vmd-section-module:not([data-vmd-page="/"]) .vmd-space-overview {
  padding-top: var(--vmd-module-space);
}

.vmd-section-module:not([data-vmd-page="/"]) .vmd-space-overview .vmd-section-head {
  margin-bottom: var(--vmd-module-space-small);
}

.vmd-section-module:not([data-vmd-page="/"]) .vmd-staff-grid {
  padding: var(--vmd-module-space) 0 var(--vmd-module-space-small);
}

.vmd-section-module:not([data-vmd-page="/"]) .vmd-gallery {
  gap: clamp(42px, 5vw, 70px) 24px;
  padding: var(--vmd-module-space) 0 var(--vmd-module-space-small);
}

.vmd-section-module:not([data-vmd-page="/"]) .vmd-contact-panel {
  padding: var(--vmd-module-space) 0 var(--vmd-module-space-small);
}

.vmd-section-module:not([data-vmd-page="/"]) .vmd-faq {
  padding: var(--vmd-module-space) 0 var(--vmd-module-space-small);
}

.vmd-section-module:not([data-vmd-page="/"]) .vmd-related {
  padding: var(--vmd-module-space-compact) 0 var(--vmd-module-space);
}

.vmd-section-module:not([data-vmd-page="/"]) .vmd-related-heading {
  margin-bottom: var(--vmd-module-space-small);
}

.vmd-section-module:not([data-vmd-page="/"]) .vmd-lead {
  min-height: clamp(680px, 78svh, 820px);
}

/* Le sezioni immersive interne restano a tutta larghezza ma senza code vuote. */
.vmd-section-module:not([data-vmd-page="/"]) :is(
  .vmd-business-capacity,
  .vmd-wedding-journey.is-compact
) {
  margin-block: 0 !important;
}

/* Immagini: contenitori stabili e nessun ritaglio del reveal durante lo scroll. */
.vmd-section-module:not([data-vmd-page="/"]) :is(
  .vmd-editorial figure,
  .vmd-ceremony-feature figure,
  .vmd-gallery figure > div,
  .vmd-space-card
) {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transform: translateZ(0);
}

.vmd-section-module:not([data-vmd-page="/"]) .vmd-page-hero-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  isolation: isolate;
  transform: translateZ(0);
}

.vmd-section-module:not([data-vmd-page="/"]) figure[data-reveal] {
  clip-path: none !important;
}

.vmd-section-module:not([data-vmd-page="/"]) :is(
  .vmd-editorial,
  .vmd-gallery,
  .vmd-staff-grid,
  .vmd-contact-panel,
  .vmd-faq,
  .vmd-related
) [data-reveal] {
  transform: translate3d(0, 24px, 0);
  transition-duration: 850ms;
}

.vmd-section-module:not([data-vmd-page="/"]) :is(
  .vmd-editorial,
  .vmd-gallery,
  .vmd-staff-grid,
  .vmd-contact-panel,
  .vmd-faq,
  .vmd-related
) [data-reveal].is-visible {
  transform: none;
}

/* Il parallax desktop resta percepibile, ma non può uscire dal fotogramma. */
.vmd-section-module:not([data-vmd-page="/"]) .vmd-page-hero-media img[data-parallax] {
  width: 100%;
  max-width: none;
  height: 100% !important;
  object-fit: cover;
  transform: translate3d(
    0,
    clamp(-24px, var(--vmd-parallax, 0px), 24px),
    0
  ) scale(1.07);
  transform-origin: center;
  backface-visibility: hidden;
}

.vmd-section-module:not([data-vmd-page="/"]) :is(
  .vmd-editorial figure,
  .vmd-ceremony-feature figure
) img[data-parallax-soft] {
  width: 100%;
  max-width: none;
  object-fit: cover;
  transform: translate3d(
    0,
    clamp(-16px, var(--vmd-parallax, 0px), 16px),
    0
  ) scale(1.06);
  transform-origin: center;
  backface-visibility: hidden;
}

.vmd-section-module:not([data-vmd-page="/"]) .vmd-editorial figure img[data-parallax-soft] {
  aspect-ratio: 4 / 5;
}

.vmd-section-module:not([data-vmd-page="/"]) :is(
  .vmd-gallery img,
  .vmd-space-card > img,
  .vmd-wedding-card img
) {
  backface-visibility: hidden;
  transform-origin: center;
}

/* Tablet: distanze ridotte e immagini ferme per evitare salti nello scroll. */
@media (max-width: 1120px) {
  :root {
    --vmd-module-space: clamp(76px, 9vw, 102px);
    --vmd-module-space-compact: clamp(58px, 7vw, 82px);
    --vmd-module-space-small: clamp(36px, 5vw, 56px);
  }

  .vmd-section-module:not([data-vmd-page="/"]) :is(
    .vmd-page-hero-media img[data-parallax],
    .vmd-editorial figure img[data-parallax-soft],
    .vmd-ceremony-feature figure img[data-parallax-soft]
  ) {
    transform: scale(1.035) !important;
  }
}

/* Mobile: un ritmo compatto, nessun doppio spazio e fotografie sempre stabili. */
@media (max-width: 780px) {
  :root {
    --vmd-module-space: clamp(64px, 17vw, 82px);
    --vmd-module-space-compact: clamp(50px, 13vw, 68px);
    --vmd-module-space-small: clamp(30px, 9vw, 44px);
  }

  .vmd-section-module:not([data-vmd-page="/"]) .vmd-editorial-sections {
    padding-top: var(--vmd-module-space) !important;
  }

  .vmd-section-module:not([data-vmd-page="/"]) .vmd-editorial,
  .vmd-section-module:not([data-vmd-page="/"]) .vmd-editorial.is-text-only {
    gap: var(--vmd-module-space-small);
    margin-bottom: 0 !important;
  }

  .vmd-section-module:not([data-vmd-page="/"]) .vmd-staff-grid,
  .vmd-section-module:not([data-vmd-page="/"]) .vmd-gallery,
  .vmd-section-module:not([data-vmd-page="/"]) .vmd-contact-panel,
  .vmd-section-module:not([data-vmd-page="/"]) .vmd-faq {
    padding-top: var(--vmd-module-space);
    padding-bottom: var(--vmd-module-space-small);
  }

  .vmd-section-module:not([data-vmd-page="/"]) .vmd-related {
    padding-top: var(--vmd-module-space-compact);
    padding-bottom: var(--vmd-module-space);
  }

  .vmd-section-module:not([data-vmd-page="/"]) .vmd-gallery {
    gap: var(--vmd-module-space-small);
  }

  .vmd-section-module:not([data-vmd-page="/"]) .vmd-lead {
    min-height: 0;
  }

  .vmd-section-module:not([data-vmd-page="/"]) :is(
    .vmd-page-hero-media img[data-parallax],
    .vmd-editorial figure img[data-parallax-soft],
    .vmd-ceremony-feature figure img[data-parallax-soft]
  ) {
    transform: none !important;
    will-change: auto;
  }

  .vmd-section-module:not([data-vmd-page="/"]) .vmd-page-hero-media img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
  }

  .vmd-section-module:not([data-vmd-page="/"]) figure[data-reveal] {
    opacity: 1;
    transform: none !important;
  }
}

@media (max-width: 480px) {
  .vmd-section-module:not([data-vmd-page="/"]) .vmd-editorial-copy-only {
    padding: var(--vmd-module-space-compact) 0 !important;
  }

  .vmd-section-module:not([data-vmd-page="/"]) .vmd-related-grid > a {
    min-height: 250px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vmd-section-module:not([data-vmd-page="/"]) :is(
    .vmd-page-hero-media img,
    .vmd-editorial figure img,
    .vmd-ceremony-feature figure img,
    .vmd-gallery img,
    .vmd-space-card > img
  ) {
    transform: none !important;
    will-change: auto;
  }
}

/* ========================================================================== */
/* MENU FULLSCREEN — POSIZIONAMENTO INDIPENDENTE DA GRIDBOX                   */
/* I due pannelli sono ancorati direttamente ai bordi del viewport.           */
/* ========================================================================== */

.vmd-gridbox-export.vmd-header-module,
.vmd-header-module {
  overflow: visible !important;
  clip-path: none !important;
  contain: none !important;
}

.vmd-mobile-menu,
.vmd-mobile-menu.is-open {
  position: fixed !important;
  z-index: 55;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: auto !important;
  max-width: none !important;
  height: 100vh !important;
  min-height: 100vh !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: linear-gradient(
    90deg,
    #f3efe9 0,
    #f3efe9 50%,
    var(--vmd-slate) 50%,
    var(--vmd-slate) 100%
  ) !important;
  box-sizing: border-box !important;
}

@supports (height: 100dvh) {
  .vmd-mobile-menu,
  .vmd-mobile-menu.is-open {
    height: 100dvh !important;
    min-height: 100dvh !important;
  }
}

.vmd-mobile-menu .vmd-menu-panel,
.vmd-mobile-menu .vmd-menu-visual {
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  display: block;
  width: 50% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

.vmd-mobile-menu .vmd-menu-panel {
  right: 50% !important;
  left: 0 !important;
  display: flex !important;
  flex-direction: column;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  overscroll-behavior: contain;
  background: #f3efe9 !important;
}

.vmd-mobile-menu .vmd-menu-visual {
  right: 0 !important;
  left: 50% !important;
  overflow: hidden !important;
  background: var(--vmd-slate) !important;
  isolation: isolate;
  contain: paint;
}

.vmd-mobile-menu .vmd-menu-visual > img {
  position: absolute !important;
  z-index: 0;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.vmd-mobile-menu .vmd-menu-visual::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
}

.vmd-mobile-menu .vmd-menu-visual > span {
  z-index: 2;
}

@media (max-width: 780px) {
  .vmd-mobile-menu,
  .vmd-mobile-menu.is-open {
    background: #f3efe9 !important;
  }

  .vmd-mobile-menu .vmd-menu-panel {
    right: 0 !important;
    left: 0 !important;
    display: flex;
    width: 100% !important;
    min-height: 100% !important;
  }

  .vmd-mobile-menu .vmd-menu-visual {
    display: none !important;
  }
}
/*
 * Villa Monte d'Oro — correzione grafica globale
 * Versione: 2026-08-30
 * Uso: incollare questo blocco IN FONDO al CSS globale Gridbox esistente.
 * Non sostituisce HTML, JavaScript o Convert Forms.
 */

:root {
  /* Testo secondario più leggibile su bianco e pergamena. */
  --vmd-muted: #50666e;
  --vmd-muted-strong: #3f5962;
  --vmd-gold-dark: #946321;
  --vmd-section-space: clamp(76px, 6.4vw, 104px);
  --vmd-section-space-compact: clamp(60px, 5vw, 82px);
  --vmd-copy-gap: 22px;
}

/* ==========================================================
   1. RESET DEI MODULI GRIDBOX E RITMO TIPOGRAFICO
   ========================================================== */

.vmd-gridbox-export.vmd-section-module,
.vmd-gridbox-export.vmd-footer-module,
.vmd-gridbox-export.vmd-header-module {
  margin-block: 0 !important;
  padding-block: 0 !important;
}

.vmd-site :is(h1, h2, h3, h4) {
  text-wrap: balance;
}

.vmd-site :is(p, li, figcaption) {
  text-wrap: pretty;
}

.vmd-site :is(h1, h2, h3, h4, p):first-child {
  margin-top: 0;
}

.vmd-site :is(h1, h2, h3, h4, p):last-child {
  margin-bottom: 0;
}

.vmd-site .vmd-eyebrow {
  margin: 0 0 18px !important;
}

.vmd-site .vmd-eyebrow-dark {
  color: var(--vmd-gold-dark) !important;
}

/* Testi sui fondi chiari: niente più grigio troppo debole. */
.vmd-editorial-copy > p:not(.vmd-eyebrow),
.vmd-home-story-copy > p:not(.vmd-eyebrow),
.vmd-home-cuisine > div > p:not(.vmd-eyebrow),
.vmd-bela-vision-copy p,
.vmd-bela-section-head > p,
.vmd-bela-section-head > div:last-child > p,
.vmd-bela-video-copy > p:last-child,
.vmd-bela-story-business .vmd-bela-story-copy > p:not(.vmd-eyebrow),
.vmd-staff-grid p,
.vmd-related-grid > a p,
.vmd-contact-panel address,
.vmd-faq details > div,
.vmd-site figure figcaption {
  color: var(--vmd-muted) !important;
}

.vmd-editorial-copy h2,
.vmd-related-heading h2,
.vmd-contact-panel h2,
.vmd-staff-grid h2,
.vmd-faq summary strong {
  color: var(--vmd-slate) !important;
}

.vmd-editorial-copy h2 + p,
.vmd-editorial-copy h3 + p {
  margin-top: var(--vmd-copy-gap) !important;
}

.vmd-editorial-copy p + p {
  margin-top: 16px !important;
}

.vmd-editorial-copy ul {
  margin-top: 30px !important;
}

/* ==========================================================
   2. DISTANZE COERENTI TRA LE SEZIONI DELLE PAGINE INTERNE
   ========================================================== */

.vmd-section-module > .vmd-editorial-sections,
.vmd-section-module > div > .vmd-editorial-sections {
  padding-block: var(--vmd-section-space) !important;
}

.vmd-section-module .vmd-editorial {
  gap: clamp(46px, 6.2vw, 88px) !important;
  margin-bottom: 0 !important;
}

.vmd-section-module .vmd-editorial.is-text-only {
  padding-top: clamp(42px, 4vw, 62px) !important;
}

.vmd-editorial-copy-only,
.vmd-staff-grid,
.vmd-gallery,
.vmd-contact-panel,
.vmd-faq {
  padding-block: var(--vmd-section-space) !important;
}

.vmd-related {
  padding-block: var(--vmd-section-space-compact) var(--vmd-section-space) !important;
}

.vmd-related-heading,
.vmd-review-head,
.vmd-bela-gallery-head,
.vmd-bela-video-copy {
  margin-bottom: clamp(44px, 5vw, 68px) !important;
}

.vmd-contact-panel {
  gap: clamp(36px, 5vw, 72px) !important;
}

.vmd-faq summary {
  min-height: clamp(100px, 9vw, 124px) !important;
}

.vmd-facts > div {
  padding-inline: clamp(24px, 4vw, 64px) !important;
}

/* ==========================================================
   3. REVEAL E IMMAGINI: MAI PIÙ SEZIONI VUOTE O TAGLIATE
   ========================================================== */

/*
 * Le due vecchie dichiarazioni data-reveal entravano in conflitto.
 * Si mantiene visibile il contenuto; slider, Ken Burns, sticky e hover
 * continuano a funzionare normalmente.
 */
.vmd-site [data-reveal],
.vmd-site [data-reveal].is-visible,
.vmd-site figure[data-reveal],
.vmd-site figure[data-reveal].is-visible {
  opacity: 1 !important;
  transform: none !important;
  clip-path: none !important;
  transition: none !important;
}

.vmd-site :is(figure, .vmd-page-hero-media, .vmd-home-hero-media, .vmd-menu-visual, .vmd-video-frame) {
  min-width: 0;
}

.vmd-site :is(.vmd-page-hero-media, .vmd-home-hero-media, .vmd-menu-visual) {
  overflow: hidden !important;
}

.vmd-site :is(.vmd-page-hero-media img, .vmd-home-hero-media img, .vmd-editorial figure img, .vmd-gallery img, .vmd-menu-visual img) {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.vmd-editorial figure img,
.vmd-gallery img {
  display: block;
  width: 100% !important;
  max-width: none !important;
}

/* ==========================================================
   4. HEADER E MENU FULLSCREEN
   ========================================================== */

.vmd-header.is-scrolled:not(.is-menu-open) .vmd-menu-button,
.vmd-header.is-scrolled:not(.is-menu-open) .vmd-header-cta,
.vmd-header.is-scrolled:not(.is-menu-open) .vmd-scroll-nav {
  color: var(--vmd-slate) !important;
}

.vmd-header.is-menu-open .vmd-menu-button {
  color: var(--vmd-slate) !important;
}

.vmd-header.is-menu-open .vmd-header-cta {
  color: #fff !important;
}

.vmd-mobile-menu {
  width: 100vw !important;
  height: 100dvh !important;
  min-height: 100svh !important;
  max-height: 100dvh !important;
  background: #f3efe9 !important;
}

.vmd-menu-panel,
.vmd-menu-visual {
  height: 100dvh !important;
  min-height: 100svh !important;
  max-height: 100dvh !important;
}

.vmd-menu-panel {
  overflow-y: auto !important;
  overscroll-behavior: contain;
}

.vmd-menu-visual img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

.vmd-menu-columns nav:first-child a:hover,
.vmd-menu-columns nav:first-child a:focus-visible,
.vmd-menu-columns nav:first-child a.is-current {
  color: var(--vmd-gold-dark) !important;
}

.vmd-menu-columns nav:nth-child(2) a:hover,
.vmd-menu-columns nav:nth-child(2) a:focus-visible {
  color: var(--vmd-gold-dark) !important;
  text-decoration-color: var(--vmd-honey) !important;
}

/* ==========================================================
   5. HERO DELLE PAGINE
   ========================================================== */

.vmd-page-hero :is(h1, .vmd-hero-kicker),
.vmd-page-hero .vmd-breadcrumb a {
  color: #fff !important;
}

.vmd-page-hero .vmd-eyebrow {
  color: var(--vmd-honey) !important;
}

.vmd-page-hero .vmd-page-intro {
  color: rgba(255, 255, 255, .9) !important;
}

.vmd-page-hero h1 {
  max-width: min(1060px, 92vw);
}

/* ==========================================================
   6. HOME — MATRIMONIO, AMBIENTI, CAPIENZE E RECENSIONI
   ========================================================== */

.vmd-wedding-journey,
.vmd-wedding-sticky,
.vmd-wedding-card,
.vmd-wedding-card-copy {
  color: #fff !important;
}

.vmd-wedding-journey-head > div:last-child > p,
.vmd-wedding-card-copy p {
  color: rgba(255, 255, 255, .84) !important;
}

.vmd-wedding-card-copy strong,
.vmd-wedding-card-copy b {
  color: #fff !important;
  transition: color .25s ease, border-color .25s ease;
}

.vmd-wedding-card:hover .vmd-wedding-card-copy strong,
.vmd-wedding-card:focus-visible .vmd-wedding-card-copy strong,
.vmd-wedding-card:hover .vmd-wedding-card-copy b,
.vmd-wedding-card:focus-visible .vmd-wedding-card-copy b {
  color: #eac486 !important;
  border-color: #eac486 !important;
}

.vmd-bela-slider-copy,
.vmd-bela-slider-copy h3 {
  color: #fff !important;
}

.vmd-bela-slider-copy > p {
  color: var(--vmd-honey) !important;
}

.vmd-bela-slider-copy > span {
  color: rgba(255, 255, 255, .88) !important;
}

.vmd-bela-slider-copy .vmd-pill-light {
  border-color: rgba(255, 255, 255, .9) !important;
  color: #fff !important;
}

.vmd-bela-slider-copy .vmd-pill-light:hover,
.vmd-bela-slider-copy .vmd-pill-light:focus-visible {
  border-color: var(--vmd-honey) !important;
  background: var(--vmd-honey) !important;
  color: var(--vmd-slate) !important;
}

.vmd-capacity,
.vmd-capacity :is(h2, h3),
.vmd-capacity-grid article > p,
.vmd-capacity-grid article > strong,
.vmd-capacity-grid dd,
.vmd-capacity-grid article > a,
.vmd-capacity-grid aside .vmd-underlink {
  color: #fff !important;
}

.vmd-capacity .vmd-bela-section-head > p,
.vmd-capacity-grid dt,
.vmd-capacity-grid aside > p:not(.vmd-eyebrow),
.vmd-capacity-note {
  color: rgba(255, 255, 255, .76) !important;
}

.vmd-capacity-grid article > span,
.vmd-capacity-grid aside .vmd-eyebrow {
  color: var(--vmd-honey) !important;
}

.vmd-capacity-grid article > a:hover,
.vmd-capacity-grid article > a:focus-visible,
.vmd-capacity-grid aside .vmd-underlink:hover,
.vmd-capacity-grid aside .vmd-underlink:focus-visible {
  color: var(--vmd-honey) !important;
}

.vmd-review-section,
.vmd-review-head h2,
.vmd-review-head > a,
.vmd-review-grid blockquote p,
.vmd-review-grid blockquote > a {
  color: #fff !important;
}

.vmd-review-grid cite {
  color: rgba(255, 255, 255, .72) !important;
}

.vmd-review-grid blockquote {
  border-left-width: 0 !important;
  border-left-color: transparent !important;
}

.vmd-review-grid blockquote + blockquote {
  border-left: 1px solid rgba(255, 255, 255, .2) !important;
}

.vmd-review-grid blockquote > a:hover,
.vmd-review-grid blockquote > a:focus-visible,
.vmd-review-head > a:hover,
.vmd-review-head > a:focus-visible {
  color: var(--vmd-honey) !important;
}

/* ==========================================================
   7. BUSINESS — TABELLA E LOGISTICA
   ========================================================== */

.vmd-business-capacity,
.vmd-business-capacity :is(h2, h3),
.vmd-business-capacity-table td,
.vmd-business-capacity-table td strong,
.vmd-business-logistics p {
  color: #fff !important;
}

.vmd-business-capacity-head > div:last-child > p,
.vmd-business-logistics small {
  color: rgba(255, 255, 255, .76) !important;
}

.vmd-business-capacity .vmd-eyebrow,
.vmd-business-logistics span,
.vmd-business-logistics strong,
.vmd-business-capacity-table thead th {
  color: var(--vmd-honey) !important;
}

.vmd-business-capacity-table tbody tr:hover td {
  background: rgba(234, 196, 134, .12) !important;
  color: #fff !important;
}

/* ==========================================================
   8. HOVER E FOCUS COERENTI NELLE PAGINE INTERNE
   ========================================================== */

.vmd-related-grid > a {
  transition: background-color .25s ease;
}

.vmd-related-grid > a:hover,
.vmd-related-grid > a:focus-visible {
  background: #f3efe9 !important;
}

.vmd-related-grid > a:hover strong,
.vmd-related-grid > a:focus-visible strong {
  color: var(--vmd-gold-dark) !important;
}

.vmd-faq summary:hover strong,
.vmd-faq summary:focus-visible strong {
  color: var(--vmd-gold-dark) !important;
}

.vmd-faq summary:hover b,
.vmd-faq summary:focus-visible b {
  border-color: var(--vmd-honey) !important;
  background: var(--vmd-honey) !important;
  color: var(--vmd-slate) !important;
}

.vmd-site :is(a, button, summary):focus-visible {
  outline: 2px solid var(--vmd-honey) !important;
  outline-offset: 4px !important;
}

/* ==========================================================
   9. RESPONSIVE
   ========================================================== */

@media (max-width: 1120px) {
  .vmd-section-module .vmd-editorial {
    gap: clamp(38px, 5vw, 62px) !important;
  }

  .vmd-menu-panel {
    padding-top: 124px !important;
  }
}

@media (max-width: 780px) {
  :root {
    --vmd-section-space: 66px;
    --vmd-section-space-compact: 58px;
    --vmd-copy-gap: 18px;
  }

  .vmd-shell,
  .vmd-section-module .vmd-editorial,
  .vmd-section-module .vmd-editorial.is-text-only {
    width: calc(100% - 40px) !important;
  }

  .vmd-section-module .vmd-editorial,
  .vmd-section-module .vmd-editorial.is-text-only {
    gap: 34px !important;
    margin-bottom: 0 !important;
  }

  .vmd-section-module .vmd-editorial.is-text-only {
    padding-top: 34px !important;
  }

  .vmd-page-hero-content {
    width: calc(100% - 40px) !important;
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .vmd-page-hero h1 {
    max-width: 100%;
    font-size: clamp(2.85rem, 13.5vw, 4.35rem) !important;
    line-height: .98 !important;
  }

  .vmd-page-intro {
    max-width: 100%;
    margin-top: 22px !important;
    font-size: .95rem !important;
    line-height: 1.62 !important;
  }

  .vmd-page-hero-media img,
  .vmd-home-hero-media img,
  .vmd-editorial figure img,
  .vmd-ceremony-feature figure img,
  .vmd-video-frame > img {
    --vmd-parallax: 0px !important;
  }

  .vmd-mobile-menu {
    display: block !important;
    overflow-y: auto !important;
  }

  .vmd-mobile-menu:not(.is-open) {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .vmd-menu-panel {
    height: auto !important;
    min-height: 100dvh !important;
    max-height: none !important;
    padding: 108px 24px 34px !important;
  }

  .vmd-menu-visual {
    display: none !important;
  }

  .vmd-review-grid blockquote,
  .vmd-review-grid blockquote + blockquote {
    border-left: 0 !important;
  }

  .vmd-capacity-grid > *,
  .vmd-capacity-grid aside {
    min-height: auto !important;
    padding: 42px 24px !important;
  }

  .vmd-capacity-grid article > p {
    margin-top: 42px !important;
  }

  .vmd-business-logistics > div,
  .vmd-business-logistics > div + div {
    padding-inline: 0 !important;
  }
}

@media (max-width: 480px) {
  .vmd-shell,
  .vmd-section-module .vmd-editorial,
  .vmd-section-module .vmd-editorial.is-text-only,
  .vmd-page-hero-content {
    width: calc(100% - 32px) !important;
  }

  .vmd-page-hero-content {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }

  .vmd-page-hero h1 {
    font-size: clamp(2.55rem, 13.2vw, 3.65rem) !important;
  }

  .vmd-faq summary {
    grid-template-columns: 24px 1fr 36px !important;
    gap: 12px !important;
  }

  .vmd-faq details > div {
    padding-left: 36px !important;
  }
}

/* ========================================================================== */
/* ALLINEAMENTI E RITMO VERTICALE — REVISIONE COMPLETA 02/09/2026            */
/* Pagina per pagina: moduli Gridbox, hero, testi, CTA e responsive.           */
/* ========================================================================== */

:root {
  --vmd-page-space: clamp(76px, 6.5vw, 104px);
  --vmd-page-space-compact: clamp(58px, 5vw, 80px);
  --vmd-title-copy-gap: clamp(20px, 1.8vw, 26px);
  --vmd-copy-copy-gap: 16px;
  --vmd-copy-cta-gap: clamp(26px, 2.5vw, 34px);
}

/* I wrapper di Gridbox non devono aggiungere distanze ai moduli personalizzati. */
body.vmd-page-active :where(
  .ba-section,
  .ba-row-wrapper,
  .ba-row,
  .ba-grid-column,
  .ba-column,
  .ba-item
):has(> .vmd-gridbox-export),
body.vmd-page-active :where(
  .ba-section,
  .ba-row-wrapper,
  .ba-row,
  .ba-grid-column,
  .ba-column,
  .ba-item
):has(.vmd-section-module) {
  min-height: 0 !important;
  margin-block: 0 !important;
  padding-block: 0 !important;
  row-gap: 0 !important;
}

.vmd-section-module,
.vmd-section-module > :is(main, section, div),
.vmd-footer-module,
.vmd-footer-module > footer {
  margin-block: 0 !important;
}

/* Un solo contenitore orizzontale per titoli, testi e azioni correlate. */
.vmd-section-module:not([data-vmd-page="/"]) :is(
  .vmd-shell,
  .vmd-editorial,
  .vmd-related,
  .vmd-gallery,
  .vmd-staff-grid,
  .vmd-contact-panel,
  .vmd-faq
) {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* Hero interne: occhiello, titolo, testo e CTA partono dalla stessa verticale. */
.vmd-page-hero-content,
.vmd-page-hero-content :is(.vmd-breadcrumb, .vmd-eyebrow, .vmd-hero-kicker, h1, .vmd-page-intro) {
  text-align: left !important;
}

.vmd-page-hero .vmd-page-intro,
.vmd-page-hero .vmd-hero-actions {
  margin-left: 0 !important;
}

.vmd-page-hero .vmd-hero-actions {
  justify-content: flex-start;
  margin-top: var(--vmd-copy-cta-gap) !important;
}

.vmd-page-hero .vmd-page-intro {
  margin-top: var(--vmd-title-copy-gap) !important;
}

/* Ritmo costante nei moduli editoriali delle pagine interne. */
.vmd-section-module:not([data-vmd-page="/"]) .vmd-editorial-sections,
.vmd-section-module:not([data-vmd-page="/"]) .vmd-editorial-copy-only,
.vmd-section-module:not([data-vmd-page="/"]) .vmd-space-overview,
.vmd-section-module:not([data-vmd-page="/"]) .vmd-staff-grid,
.vmd-section-module:not([data-vmd-page="/"]) .vmd-gallery,
.vmd-section-module:not([data-vmd-page="/"]) .vmd-contact-panel,
.vmd-section-module:not([data-vmd-page="/"]) .vmd-faq {
  padding-top: var(--vmd-page-space) !important;
  padding-bottom: var(--vmd-page-space) !important;
}

/* Il modulo è già separato in Gridbox: evita il secondo padding superiore. */
.vmd-section-module:not([data-vmd-page="/"]) .vmd-editorial-sections .vmd-editorial.is-text-only {
  padding-top: 0 !important;
}

.vmd-section-module:not([data-vmd-page="/"]) .vmd-editorial {
  gap: clamp(46px, 6vw, 84px) !important;
  margin-bottom: 0 !important;
}

.vmd-section-module:not([data-vmd-page="/"]) .vmd-related {
  padding-top: var(--vmd-page-space-compact) !important;
  padding-bottom: var(--vmd-page-space) !important;
}

/* Nei blocchi correlati occhiello e titolo non devono partire da colonne diverse. */
.vmd-section-module:not([data-vmd-page="/"]) .vmd-related-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 0 !important;
  margin-bottom: clamp(40px, 4vw, 58px) !important;
}

.vmd-section-module:not([data-vmd-page="/"]) .vmd-related-heading > * {
  grid-column: 1 !important;
  width: min(100%, 840px);
  margin-left: 0 !important;
  text-align: left !important;
}

/* Titolo, paragrafi, elenchi e CTA: spazi espliciti, niente margin collapse. */
.vmd-site :is(
  .vmd-editorial-copy,
  .vmd-contact-panel,
  .vmd-lead-copy,
  .vmd-bela-story-copy,
  .vmd-ceremony-statement
) > .vmd-eyebrow {
  margin: 0 0 18px !important;
}

.vmd-site :is(
  .vmd-editorial-copy,
  .vmd-contact-panel,
  .vmd-lead-copy,
  .vmd-bela-story-copy,
  .vmd-ceremony-statement
) > :is(h1, h2, h3) {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.vmd-site :is(
  .vmd-editorial-copy,
  .vmd-contact-panel,
  .vmd-lead-copy,
  .vmd-bela-story-copy,
  .vmd-ceremony-statement
) > :is(h1, h2, h3) + p:not(.vmd-eyebrow) {
  margin-top: var(--vmd-title-copy-gap) !important;
}

.vmd-site :is(
  .vmd-editorial-copy,
  .vmd-contact-panel,
  .vmd-lead-copy,
  .vmd-bela-story-copy,
  .vmd-ceremony-statement
) > p:not(.vmd-eyebrow) {
  margin-bottom: 0 !important;
}

.vmd-site :is(
  .vmd-editorial-copy,
  .vmd-contact-panel,
  .vmd-lead-copy,
  .vmd-bela-story-copy,
  .vmd-ceremony-statement
) > p:not(.vmd-eyebrow) + p:not(.vmd-eyebrow) {
  margin-top: var(--vmd-copy-copy-gap) !important;
}

.vmd-site .vmd-editorial-copy > :is(ul, ol) {
  margin-top: clamp(22px, 2vw, 30px) !important;
  margin-bottom: 0 !important;
}

.vmd-site :is(
  .vmd-editorial-copy,
  .vmd-contact-panel,
  .vmd-lead-copy,
  .vmd-bela-story-copy,
  .vmd-ceremony-statement
) > :is(.vmd-pill, .vmd-underlink, .vmd-hero-actions, .vmd-direct-contacts),
.vmd-site :is(
  .vmd-editorial-copy,
  .vmd-contact-panel,
  .vmd-lead-copy,
  .vmd-bela-story-copy,
  .vmd-ceremony-statement
) > p + :is(.vmd-pill, .vmd-underlink, .vmd-hero-actions, .vmd-direct-contacts) {
  margin-top: var(--vmd-copy-cta-gap) !important;
}

/* Testate autonome e pulsanti: stessa riga di base, senza offset ereditati. */
.vmd-section-head,
.vmd-bela-section-head,
.vmd-business-capacity-head,
.vmd-review-head,
.vmd-bela-gallery-head {
  align-items: end;
}

.vmd-section-head > .vmd-pill,
.vmd-bela-section-head > .vmd-pill,
.vmd-business-capacity-head .vmd-pill,
.vmd-review-head > a,
.vmd-bela-gallery-head > a {
  justify-self: start;
}

/* Evita distanze residue fra l'ultimo modulo contenuto e il footer/lead finale. */
.vmd-section-module:not([data-vmd-page="/"]) :is(
  .vmd-editorial-sections,
  .vmd-editorial-copy-only,
  .vmd-gallery,
  .vmd-staff-grid,
  .vmd-contact-panel,
  .vmd-faq,
  .vmd-related
) > :first-child {
  margin-top: 0 !important;
}

.vmd-section-module:not([data-vmd-page="/"]) :is(
  .vmd-editorial-sections,
  .vmd-editorial-copy-only,
  .vmd-gallery,
  .vmd-staff-grid,
  .vmd-contact-panel,
  .vmd-faq,
  .vmd-related
) > :last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 1120px) {
  :root {
    --vmd-page-space: clamp(68px, 8vw, 88px);
    --vmd-page-space-compact: clamp(52px, 6vw, 70px);
  }

  .vmd-section-module:not([data-vmd-page="/"]) .vmd-editorial {
    gap: clamp(38px, 5vw, 58px) !important;
  }
}

@media (max-width: 780px) {
  :root {
    --vmd-page-space: clamp(58px, 15vw, 72px);
    --vmd-page-space-compact: clamp(46px, 12vw, 58px);
    --vmd-title-copy-gap: 18px;
    --vmd-copy-cta-gap: 26px;
  }

  .vmd-page-hero-content,
  .vmd-page-hero-content :is(.vmd-breadcrumb, .vmd-eyebrow, .vmd-hero-kicker, h1, .vmd-page-intro, .vmd-hero-actions) {
    width: auto;
    text-align: left !important;
  }

  .vmd-page-hero .vmd-hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .vmd-page-hero .vmd-hero-actions :is(.vmd-pill, .vmd-underlink) {
    margin-left: 0 !important;
  }

  .vmd-section-module:not([data-vmd-page="/"]) .vmd-editorial {
    gap: 34px !important;
  }

  .vmd-section-module:not([data-vmd-page="/"]) .vmd-related-heading {
    margin-bottom: 38px !important;
  }

  .vmd-site :is(.vmd-pill, .vmd-underlink, .vmd-submit) {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  :root {
    --vmd-page-space: 56px;
    --vmd-page-space-compact: 44px;
  }

  .vmd-page-hero .vmd-hero-actions,
  .vmd-page-hero .vmd-hero-actions :is(.vmd-pill, .vmd-underlink) {
    width: 100%;
  }

  .vmd-page-hero .vmd-hero-actions :is(.vmd-pill, .vmd-underlink) {
    justify-content: center;
  }
}

@media (hover: none), (pointer: coarse) {
  .vmd-cursor {
    display: none !important;
  }

  .vmd-site a,
  .vmd-site button {
    cursor: pointer !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vmd-bela-hero-slide.is-active img,
  .vmd-bela-slide > img,
  .vmd-wedding-card img {
    animation: none !important;
    transition: none !important;
  }
}

/* ==========================================================
   13. AMBIENTI — CONTRASTO DELLE CARD E HOVER COERENTE
   ========================================================== */

/* Gridbox applica il colore dei link anche ai figli della card.
   Lo si neutralizza esplicitamente per evitare titoli scuri sulle foto. */
.vmd-site .vmd-space-card,
.vmd-site .vmd-space-card:link,
.vmd-site .vmd-space-card:visited {
  color: #fff !important;
  text-decoration: none !important;
}

.vmd-site .vmd-space-card .vmd-card-shade {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(8, 28, 35, .08) 20%, rgba(8, 28, 35, .30) 58%, rgba(8, 28, 35, .94) 100%) !important;
  pointer-events: none;
}

.vmd-site .vmd-space-card .vmd-space-index,
.vmd-site .vmd-space-card .vmd-space-copy {
  z-index: 2;
}

.vmd-site .vmd-space-card .vmd-space-copy small,
.vmd-site .vmd-space-card .vmd-space-index {
  color: #eac486 !important;
}

.vmd-site .vmd-space-card .vmd-space-copy strong,
.vmd-site .vmd-space-card .vmd-space-copy b {
  color: #fff !important;
  text-shadow: 0 2px 22px rgba(0, 0, 0, .45);
  transition: color .28s ease, border-color .28s ease;
}

.vmd-site .vmd-space-card .vmd-space-copy em {
  color: rgba(255, 255, 255, .88) !important;
  text-shadow: 0 1px 12px rgba(0, 0, 0, .42);
}

.vmd-site .vmd-space-card:is(:hover, :focus-visible) .vmd-space-copy strong,
.vmd-site .vmd-space-card:is(:hover, :focus-visible) .vmd-space-copy b {
  color: #eac486 !important;
  border-color: #eac486 !important;
}

.vmd-site .vmd-space-card:focus-visible {
  outline: 2px solid #eac486 !important;
  outline-offset: -6px;
}

/* ==========================================================
   14. BLOCCO CERIMONIA — TESTI LEGGIBILI SU FONDO MARRONE
   ========================================================== */

.vmd-site .vmd-ceremony-feature .vmd-ceremony-statement {
  color: #fff !important;
}

.vmd-site .vmd-ceremony-feature .vmd-ceremony-statement .vmd-eyebrow {
  color: #eac486 !important;
}

.vmd-site .vmd-ceremony-feature .vmd-ceremony-statement h2,
.vmd-site .vmd-ceremony-feature .vmd-ceremony-statement > p:not(.vmd-eyebrow) {
  color: #fff !important;
}

.vmd-site .vmd-ceremony-feature .vmd-ceremony-statement > p:not(.vmd-eyebrow) {
  opacity: .86;
}

.vmd-site .vmd-ceremony-feature .vmd-pill-light,
.vmd-site .vmd-ceremony-feature .vmd-pill-light:visited {
  border-color: rgba(255, 255, 255, .72) !important;
  color: #fff !important;
}

.vmd-site .vmd-ceremony-feature .vmd-pill-light:is(:hover, :focus-visible) {
  border-color: #eac486 !important;
  background: #eac486 !important;
  color: #193741 !important;
}

/* ==========================================================
   15. PAGINE LEGALI — RITMO, INDICI E TABELLE RESPONSIVE
   ========================================================== */

.vmd-legal-section {
  padding-block: var(--vmd-section-space) !important;
  background: var(--vmd-parchment, #f3efe9);
}

.vmd-legal-section:nth-of-type(even) {
  background: #fff;
}

.vmd-legal-section.is-light {
  background: #fff !important;
}

.vmd-legal-content {
  width: min(100% - 48px, 980px);
  margin-inline: auto;
}

.vmd-legal-content > :where(h2, h3, p, ul, ol, address, .vmd-legal-note) {
  max-width: 820px;
}

.vmd-legal-content h2 {
  margin: 0 0 28px !important;
  color: var(--vmd-slate, #193741) !important;
  font-size: clamp(2.35rem, 4.6vw, 4.8rem) !important;
  line-height: 1 !important;
}

.vmd-legal-content h3 {
  margin: 38px 0 14px !important;
  color: var(--vmd-slate, #193741) !important;
  font-size: clamp(1.4rem, 2.2vw, 2rem) !important;
  line-height: 1.15 !important;
}

.vmd-legal-content :where(p, li, address) {
  color: var(--vmd-muted, #50666e) !important;
  font-style: normal;
  line-height: 1.75 !important;
}

.vmd-legal-content p + p,
.vmd-legal-content p + ul,
.vmd-legal-content p + ol,
.vmd-legal-content ul + p,
.vmd-legal-content ol + p {
  margin-top: 18px !important;
}

.vmd-legal-content :where(ul, ol) {
  margin-bottom: 0;
  padding-left: 1.25rem;
}

.vmd-legal-content li + li {
  margin-top: 10px;
}

.vmd-legal-content a {
  color: var(--vmd-slate, #193741) !important;
  text-decoration-color: #eac486 !important;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.vmd-legal-content a:is(:hover, :focus-visible) {
  color: #946321 !important;
}

.vmd-legal-note {
  margin-top: 30px;
  padding: 22px 24px;
  border-left: 3px solid #eac486;
  background: rgba(234, 196, 134, .15);
}

.vmd-legal-table-wrap {
  width: 100%;
  margin-top: 34px;
  overflow-x: auto;
  border: 1px solid rgba(25, 55, 65, .18);
  -webkit-overflow-scrolling: touch;
}

.vmd-legal-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: #fff;
  color: var(--vmd-slate, #193741);
  font-size: .85rem;
  line-height: 1.55;
}

.vmd-legal-table th,
.vmd-legal-table td {
  padding: 16px 18px;
  border-bottom: 1px solid rgba(25, 55, 65, .13);
  text-align: left;
  vertical-align: top;
}

.vmd-legal-table th {
  background: var(--vmd-slate, #193741);
  color: #fff;
  font-size: .66rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.vmd-legal-table tbody tr:last-child td {
  border-bottom: 0;
}

.vmd-legal-updated {
  margin-top: 42px !important;
  color: var(--vmd-muted-strong, #3f5962) !important;
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.vmd-footer .vmd-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 14px;
}

.vmd-footer .vmd-footer-legal a {
  color: rgba(255, 255, 255, .76) !important;
  font-size: .64rem;
  line-height: 1.5;
  text-decoration: underline;
  text-decoration-color: rgba(234, 196, 134, .55);
  text-underline-offset: 4px;
}

.vmd-footer .vmd-footer-legal a:is(:hover, :focus-visible) {
  color: #eac486 !important;
}

@media (max-width: 780px) {
  .vmd-site .vmd-space-card {
    min-height: 590px !important;
  }

  .vmd-site .vmd-space-card .vmd-space-copy {
    right: 24px;
    bottom: 30px;
    left: 24px;
  }

  .vmd-site .vmd-space-card .vmd-space-copy strong {
    font-size: clamp(2.55rem, 11vw, 3.7rem) !important;
  }

  .vmd-legal-content {
    width: calc(100% - 40px);
  }

  .vmd-legal-content h2 {
    font-size: clamp(2.4rem, 11vw, 3.35rem) !important;
  }
}

@media (max-width: 480px) {
  .vmd-site .vmd-space-card {
    min-height: 540px !important;
  }

  .vmd-legal-content {
    width: calc(100% - 32px);
  }

  .vmd-legal-table th,
  .vmd-legal-table td {
    padding: 14px;
  }
}

/* ========================================================================== */
/* HOME · CONTRASTO CERIMONIA E IMMAGINI PERCORSI — FIX FINALE 02/09/2026    */
/* Collocato in fondo al file per prevalere sulle regole storiche duplicate.  */
/* ========================================================================== */

/* Cerimonia: testo scuro e leggibile sulla colonna color pergamena. */
.vmd-site .vmd-ceremony-feature .vmd-ceremony-statement {
  color: var(--vmd-slate, #193741) !important;
}

.vmd-site .vmd-ceremony-feature .vmd-ceremony-statement .vmd-eyebrow {
  color: var(--vmd-gold-dark, #946321) !important;
}

.vmd-site .vmd-ceremony-feature .vmd-ceremony-statement h2 {
  color: var(--vmd-slate, #193741) !important;
}

.vmd-site .vmd-ceremony-feature .vmd-ceremony-statement > p:not(.vmd-eyebrow) {
  color: var(--vmd-muted-strong, #3f5962) !important;
  opacity: 1 !important;
}

.vmd-site .vmd-ceremony-feature .vmd-ceremony-statement .vmd-pill-light,
.vmd-site .vmd-ceremony-feature .vmd-ceremony-statement .vmd-pill-light:visited {
  border-color: var(--vmd-slate, #193741) !important;
  background: transparent !important;
  color: var(--vmd-slate, #193741) !important;
}

.vmd-site .vmd-ceremony-feature .vmd-ceremony-statement .vmd-pill-light:hover,
.vmd-site .vmd-ceremony-feature .vmd-ceremony-statement .vmd-pill-light:focus-visible {
  border-color: var(--vmd-honey, #eac486) !important;
  background: var(--vmd-honey, #eac486) !important;
  color: var(--vmd-slate, #193741) !important;
}

/* Percorsi Matrimonio/Business: ogni fotografia riempie l'intero riquadro. */
.vmd-site .vmd-bela-intents > a {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.vmd-site .vmd-bela-intents > a > img {
  position: absolute !important;
  inset: 0 !important;
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.vmd-site .vmd-bela-intents > a:first-child > img {
  object-position: 50% 50% !important;
}

.vmd-site .vmd-bela-intents > a:last-child > img {
  object-position: 50% 50% !important;
}

@media (max-width: 780px) {
  .vmd-site .vmd-bela-intents > a > img {
    object-position: center center !important;
  }
}

/* ========================================================================== */
/* PAGINA MATRIMONI · MODULI EDITORIALI 02/09/2026                            */
/* ========================================================================== */

.vmd-wedding-timeline,
.vmd-wedding-real,
.vmd-wedding-capacity,
.vmd-wedding-faq {
  padding-block: clamp(82px, 10vw, 150px);
  background: var(--vmd-white, #fff);
  color: var(--vmd-slate, #193741);
}

.vmd-wedding-timeline-layout,
.vmd-wedding-included-layout,
.vmd-wedding-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: clamp(52px, 8vw, 128px);
  align-items: start;
}

.vmd-wedding-timeline-intro,
.vmd-wedding-included-intro,
.vmd-wedding-faq-intro {
  position: sticky;
  top: 120px;
}

.vmd-wedding-timeline h2,
.vmd-wedding-real h2,
.vmd-wedding-pricing h2,
.vmd-wedding-capacity h2,
.vmd-wedding-included h2,
.vmd-wedding-faq h2 {
  margin: 0;
  color: inherit;
  font-size: clamp(2.6rem, 5vw, 5.4rem);
  font-weight: 700;
  line-height: 1.01;
  letter-spacing: -.035em;
}

.vmd-wedding-timeline-intro > p:not(.vmd-eyebrow),
.vmd-wedding-included-intro > p:not(.vmd-eyebrow),
.vmd-wedding-faq-intro > p:not(.vmd-eyebrow),
.vmd-wedding-pricing-head > p,
.vmd-wedding-capacity-head > p {
  margin: 28px 0 0;
  color: var(--vmd-muted, #718188);
  line-height: 1.75;
}

.vmd-wedding-timeline-intro .vmd-underlink,
.vmd-wedding-faq-intro .vmd-underlink {
  display: inline-block;
  margin-top: 32px;
}

.vmd-wedding-timeline-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: vmd-timeline;
}

.vmd-wedding-timeline-list li {
  position: relative;
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 30px;
  padding: 0 0 58px 34px;
  border-left: 1px solid var(--vmd-line, rgba(25,55,65,.24));
}

.vmd-wedding-timeline-list li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -6px;
  width: 11px;
  height: 11px;
  border: 2px solid var(--vmd-honey, #eac486);
  border-radius: 50%;
  background: var(--vmd-white, #fff);
}

.vmd-wedding-timeline-list li:last-child {
  padding-bottom: 0;
  border-left-color: transparent;
}

.vmd-wedding-timeline-list time {
  color: #946321;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
}

.vmd-wedding-timeline-list h3 {
  margin: 0;
  color: var(--vmd-slate, #193741);
  font-size: clamp(1.45rem, 2.2vw, 2.2rem);
  line-height: 1.15;
}

.vmd-wedding-timeline-list p {
  margin: 14px 0 0;
  color: var(--vmd-muted, #718188);
  line-height: 1.7;
}

.vmd-wedding-real {
  background: var(--vmd-parchment, #ebe7e1);
}

.vmd-wedding-real .vmd-section-head.is-compact {
  max-width: 900px;
  margin-bottom: clamp(42px, 6vw, 76px);
}

.vmd-wedding-real .vmd-section-head > p:last-child {
  max-width: 720px;
  margin-top: 26px;
}

.vmd-real-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 34px);
}

.vmd-real-card {
  display: block;
  color: var(--vmd-slate, #193741) !important;
}

.vmd-real-card figure {
  aspect-ratio: 4 / 5;
  margin: 0;
  overflow: hidden;
  background: var(--vmd-slate, #193741);
}

.vmd-real-card figure img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  transition: transform 800ms cubic-bezier(.22,1,.36,1), filter 350ms ease;
}

.vmd-real-card:hover figure img,
.vmd-real-card:focus-visible figure img {
  transform: scale(1.045);
  filter: saturate(.88);
}

.vmd-real-card > div {
  padding: 24px 0 0;
}

.vmd-real-card span,
.vmd-real-card b {
  color: #946321;
  font-size: .62rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .13em;
}

.vmd-real-card h3 {
  margin: 11px 0 0;
  color: var(--vmd-slate, #193741);
  font-size: clamp(1.75rem, 2.6vw, 2.8rem);
  line-height: 1.08;
}

.vmd-real-card p {
  margin: 16px 0 22px;
  color: var(--vmd-muted, #718188);
  line-height: 1.65;
}

.vmd-real-card b {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
}

.vmd-wedding-center-action {
  display: flex;
  justify-content: center;
  margin-top: clamp(42px, 6vw, 72px);
}

.vmd-pill-gold {
  border-color: var(--vmd-honey, #eac486);
  background: var(--vmd-honey, #eac486);
  color: var(--vmd-slate, #193741) !important;
}

.vmd-pill-gold:hover,
.vmd-pill-gold:focus-visible {
  border-color: var(--vmd-slate, #193741);
  background: var(--vmd-slate, #193741);
  color: var(--vmd-white, #fff) !important;
}

.vmd-wedding-pricing,
.vmd-wedding-included {
  padding-block: clamp(82px, 10vw, 150px);
  background: var(--vmd-slate, #193741);
  color: var(--vmd-white, #fff);
}

.vmd-wedding-pricing-head,
.vmd-wedding-capacity-head {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr);
  gap: clamp(40px, 8vw, 120px);
  align-items: end;
  margin-bottom: clamp(48px, 7vw, 82px);
}

.vmd-wedding-pricing .vmd-eyebrow,
.vmd-wedding-included .vmd-eyebrow {
  color: var(--vmd-honey, #eac486);
}

.vmd-wedding-pricing-head > p,
.vmd-wedding-included-intro > p:not(.vmd-eyebrow) {
  color: rgba(255,255,255,.75);
}

.vmd-pricing-grid,
.vmd-capacity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255,255,255,.22);
  border-bottom: 1px solid rgba(255,255,255,.22);
}

.vmd-pricing-grid article,
.vmd-capacity-grid article {
  min-width: 0;
  padding: clamp(30px, 4vw, 54px);
}

.vmd-pricing-grid article + article,
.vmd-capacity-grid article + article {
  border-left: 1px solid rgba(255,255,255,.22);
}

.vmd-pricing-grid article > span,
.vmd-included-grid article > span {
  color: var(--vmd-honey, #eac486);
  font-size: .62rem;
  letter-spacing: .14em;
}

.vmd-pricing-grid h3,
.vmd-included-grid h3 {
  margin: 22px 0 0;
  color: inherit;
  font-size: clamp(1.45rem, 2.2vw, 2.25rem);
  line-height: 1.15;
}

.vmd-pricing-grid strong {
  display: block;
  margin-top: 34px;
  color: var(--vmd-honey, #eac486);
  font-size: clamp(1.5rem, 2.6vw, 2.7rem);
  line-height: 1;
}

.vmd-pricing-grid p,
.vmd-included-grid p {
  margin: 22px 0 0;
  color: rgba(255,255,255,.7);
  line-height: 1.7;
}

.vmd-pricing-note {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
  margin-top: 46px;
}

.vmd-pricing-note p {
  max-width: 700px;
  margin: 0;
  color: rgba(255,255,255,.75);
}

.vmd-wedding-capacity-head > p {
  margin-top: 0;
}

.vmd-wedding-capacity .vmd-capacity-grid {
  border-color: var(--vmd-line, rgba(25,55,65,.24));
}

.vmd-wedding-capacity .vmd-capacity-grid article + article {
  border-left-color: var(--vmd-line, rgba(25,55,65,.24));
}

.vmd-capacity-grid article > span,
.vmd-capacity-foot > span {
  display: block;
  color: #946321;
  font-size: .65rem;
  text-transform: uppercase;
  letter-spacing: .13em;
}

.vmd-capacity-grid strong,
.vmd-capacity-foot strong {
  display: block;
  margin-top: 24px;
  color: var(--vmd-slate, #193741);
  font-size: clamp(2.4rem, 4vw, 4.5rem);
  line-height: .95;
}

.vmd-capacity-grid small {
  display: block;
  margin-top: 9px;
  color: var(--vmd-muted, #718188);
  text-transform: uppercase;
  letter-spacing: .1em;
}

.vmd-capacity-grid p,
.vmd-capacity-foot p {
  margin: 24px 0 0;
  color: var(--vmd-muted, #718188);
  line-height: 1.65;
}

.vmd-capacity-grid a {
  display: inline-block;
  margin-top: 24px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  color: var(--vmd-slate, #193741) !important;
  font-size: .62rem;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.vmd-capacity-grid a:hover,
.vmd-capacity-grid a:focus-visible {
  color: #946321 !important;
}

.vmd-capacity-foot {
  display: grid;
  grid-template-columns: .85fr .55fr 1fr auto;
  gap: 30px;
  align-items: center;
  margin-top: 40px;
  padding: 34px 0;
  border-top: 1px solid var(--vmd-line, rgba(25,55,65,.24));
  border-bottom: 1px solid var(--vmd-line, rgba(25,55,65,.24));
}

.vmd-capacity-foot strong,
.vmd-capacity-foot p {
  margin: 0;
}

.vmd-included-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255,255,255,.22);
}

.vmd-included-grid article {
  padding: 34px 34px 42px 0;
  border-bottom: 1px solid rgba(255,255,255,.22);
}

.vmd-included-grid article:nth-child(even) {
  padding-right: 0;
  padding-left: 34px;
  border-left: 1px solid rgba(255,255,255,.22);
}

.vmd-included-grid small {
  display: block;
  margin-top: 20px;
  color: var(--vmd-honey, #eac486);
  line-height: 1.55;
}

.vmd-wedding-faq {
  background: var(--vmd-parchment, #ebe7e1);
}

.vmd-wedding-faq-list {
  border-top: 1px solid var(--vmd-line, rgba(25,55,65,.24));
}

.vmd-wedding-faq-list details {
  border-bottom: 1px solid var(--vmd-line, rgba(25,55,65,.24));
}

.vmd-wedding-faq-list summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 26px 0;
  color: var(--vmd-slate, #193741);
  font-size: clamp(1.15rem, 1.8vw, 1.55rem);
  font-weight: 700;
  line-height: 1.25;
  cursor: pointer;
  list-style: none;
}

.vmd-wedding-faq-list summary::-webkit-details-marker {
  display: none;
}

.vmd-wedding-faq-list summary span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--vmd-line, rgba(25,55,65,.24));
  border-radius: 50%;
  color: #946321;
  transition: transform 220ms ease, background 220ms ease;
}

.vmd-wedding-faq-list details[open] summary span {
  transform: rotate(45deg);
  background: var(--vmd-honey, #eac486);
  color: var(--vmd-slate, #193741);
}

.vmd-wedding-faq-list details > p {
  max-width: 720px;
  margin: 0;
  padding: 0 58px 28px 0;
  color: var(--vmd-muted, #718188);
  line-height: 1.75;
}

@media (max-width: 980px) {
  .vmd-wedding-timeline-layout,
  .vmd-wedding-included-layout,
  .vmd-wedding-faq-layout,
  .vmd-wedding-pricing-head,
  .vmd-wedding-capacity-head {
    grid-template-columns: 1fr;
  }

  .vmd-wedding-timeline-intro,
  .vmd-wedding-included-intro,
  .vmd-wedding-faq-intro {
    position: static;
  }

  .vmd-real-grid,
  .vmd-pricing-grid,
  .vmd-capacity-grid {
    grid-template-columns: 1fr;
  }

  .vmd-real-card {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 28px;
    align-items: center;
  }

  .vmd-real-card figure {
    aspect-ratio: 4 / 3;
  }

  .vmd-real-card + .vmd-real-card {
    margin-top: 28px;
  }

  .vmd-pricing-grid article + article,
  .vmd-wedding-capacity .vmd-capacity-grid article + article {
    border-top: 1px solid currentColor;
    border-left: 0;
  }

  .vmd-pricing-grid article + article {
    border-top-color: rgba(255,255,255,.22);
  }

  .vmd-wedding-capacity .vmd-capacity-grid article + article {
    border-top-color: var(--vmd-line, rgba(25,55,65,.24));
  }

  .vmd-capacity-foot {
    grid-template-columns: 1fr 1fr;
  }

  .vmd-capacity-foot .vmd-pill {
    justify-self: start;
  }
}

@media (max-width: 680px) {
  .vmd-wedding-timeline-layout,
  .vmd-wedding-included-layout,
  .vmd-wedding-faq-layout {
    gap: 44px;
  }

  .vmd-wedding-timeline-list li {
    grid-template-columns: 66px 1fr;
    gap: 16px;
    padding: 0 0 44px 22px;
  }

  .vmd-real-card {
    display: block;
  }

  .vmd-real-card figure {
    aspect-ratio: 4 / 5;
  }

  .vmd-pricing-note,
  .vmd-capacity-foot {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .vmd-included-grid {
    grid-template-columns: 1fr;
  }

  .vmd-included-grid article,
  .vmd-included-grid article:nth-child(even) {
    padding: 30px 0;
    border-left: 0;
  }

  .vmd-wedding-faq-list details > p {
    padding-right: 0;
  }
}

/* ========================================================================== */
/* MATRIMONI · RICOSTRUZIONE FOTOGRAFICA E TRANSIZIONI — 02/09/2026          */
/* Regole finali: prevalgono sui vecchi layout editoriali 50/50.              */
/* ========================================================================== */

.vmd-site[data-vmd-page="/matrimoni"] .vmd-wedding-feature {
  display: grid;
  grid-template-columns: minmax(0, 60%) minmax(0, 40%);
  width: 100%;
  min-height: clamp(680px, 78vw, 940px);
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: var(--vmd-white, #fff);
  color: var(--vmd-slate, #193741);
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-wedding-feature.is-reverse {
  grid-template-columns: minmax(0, 40%) minmax(0, 60%);
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-wedding-feature.is-reverse .vmd-wedding-feature-media {
  order: 2;
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-wedding-feature-media {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: inherit;
  margin: 0;
  overflow: hidden;
  background: var(--vmd-slate, #193741);
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-wedding-feature-media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: center center;
  transform: scale(1.015);
  transition: transform 1.2s cubic-bezier(.22,1,.36,1), filter .5s ease;
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-wedding-feature:hover .vmd-wedding-feature-media img {
  transform: scale(1.045);
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-wedding-feature-media figcaption {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 22px;
  margin: 0;
  padding: 8px 12px;
  background: rgba(15,39,47,.7);
  color: var(--vmd-white, #fff);
  backdrop-filter: blur(8px);
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-wedding-feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 0;
  padding: clamp(54px, 7vw, 118px) clamp(34px, 5.2vw, 96px);
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-wedding-feature-copy h2 {
  width: 100%;
  margin: 0;
  color: inherit;
  font-size: clamp(2.5rem, 4.4vw, 5.2rem);
  font-weight: 700;
  line-height: 1.01;
  letter-spacing: -.035em;
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-wedding-feature-copy > p:not(.vmd-eyebrow) {
  width: 100%;
  max-width: 620px;
  margin: 26px 0 0;
  color: var(--vmd-muted, #718188);
  font-size: clamp(.98rem, 1.15vw, 1.08rem);
  line-height: 1.75;
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-wedding-feature-copy .vmd-underlink {
  display: inline-block;
  margin-top: 34px;
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-tone-parchment {
  background: var(--vmd-parchment, #ebe7e1);
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-tone-soft {
  background: #f6f3ee;
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-tone-deep {
  background: var(--vmd-deep, #1d414d);
  color: var(--vmd-white, #fff);
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-tone-deep .vmd-eyebrow,
.vmd-site[data-vmd-page="/matrimoni"] .vmd-tone-deep .vmd-underlink {
  color: var(--vmd-honey, #eac486);
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-tone-deep .vmd-wedding-feature-copy > p:not(.vmd-eyebrow) {
  color: rgba(255,255,255,.78);
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-wedding-feature-timeline {
  align-items: stretch;
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-wedding-timeline-copy {
  justify-content: flex-start;
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-wedding-timeline-copy .vmd-wedding-feature-intro {
  margin-bottom: 34px;
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-wedding-timeline-copy .vmd-wedding-timeline-list {
  width: 100%;
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-wedding-timeline-copy .vmd-wedding-timeline-list li {
  grid-template-columns: 64px 1fr;
  gap: 18px;
  padding: 0 0 28px 24px;
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-wedding-timeline-copy .vmd-wedding-timeline-list h3 {
  font-size: clamp(1.2rem, 1.6vw, 1.7rem);
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-wedding-timeline-copy .vmd-wedding-timeline-list p {
  margin-top: 7px;
  font-size: .9rem;
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-wedding-feature-list {
  width: 100%;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--vmd-line, rgba(25,55,65,.24));
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-wedding-feature-list li {
  padding: 15px 0;
  border-bottom: 1px solid var(--vmd-line, rgba(25,55,65,.24));
  color: var(--vmd-slate, #193741);
  font-size: .68rem;
  text-transform: uppercase;
  letter-spacing: .12em;
}

/* Card correlate: immagine reale sopra al contenuto. */
.vmd-site[data-vmd-page="/matrimoni"] .vmd-related-visual {
  padding-top: clamp(90px, 10vw, 150px);
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-related-visual .vmd-related-grid {
  gap: clamp(18px, 2vw, 30px);
  border-top: 0;
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-related-visual .vmd-related-grid > a {
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--vmd-line, rgba(25,55,65,.24));
  background: var(--vmd-white, #fff);
  color: var(--vmd-slate, #193741) !important;
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-related-visual figure {
  aspect-ratio: 16 / 10;
  margin: 0;
  overflow: hidden;
  background: var(--vmd-slate, #193741);
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-related-visual figure img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: transform .8s cubic-bezier(.22,1,.36,1), filter .35s ease;
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-related-visual .vmd-related-grid > a:hover figure img,
.vmd-site[data-vmd-page="/matrimoni"] .vmd-related-visual .vmd-related-grid > a:focus-visible figure img {
  transform: scale(1.05);
  filter: saturate(.85);
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-related-visual .vmd-related-grid > a > div {
  position: relative;
  min-height: 280px;
  padding: 28px 30px 34px;
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-related-visual .vmd-related-grid > a strong {
  margin-top: 30px;
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-related-visual .vmd-related-grid > a p {
  margin: 18px 46px 0 0;
}

/* Ponte cromatico tra il blocco prezzi scuro e le capienze fotografiche. */
.vmd-site[data-vmd-page="/matrimoni"] .vmd-wedding-capacity-visual {
  position: relative;
  padding-top: 0;
  background: var(--vmd-parchment, #ebe7e1);
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-wedding-color-bridge {
  width: 100%;
  height: clamp(90px, 10vw, 150px);
  margin-bottom: clamp(72px, 8vw, 120px);
  background: linear-gradient(180deg, var(--vmd-slate, #193741) 0%, #31535d 26%, #879796 63%, var(--vmd-parchment, #ebe7e1) 100%);
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-capacity-image-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.7vw, 26px);
  border: 0;
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-capacity-image-grid article {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: clamp(500px, 48vw, 680px);
  padding: 0;
  overflow: hidden;
  border: 0 !important;
  background: var(--vmd-slate, #193741);
  color: var(--vmd-white, #fff);
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-capacity-image-grid article > img,
.vmd-site[data-vmd-page="/matrimoni"] .vmd-capacity-card-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-capacity-image-grid article > img {
  max-width: none;
  object-fit: cover;
  object-position: center;
  transition: transform 1s cubic-bezier(.22,1,.36,1), filter .4s ease;
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-capacity-image-grid article:hover > img {
  transform: scale(1.055);
  filter: saturate(.82);
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-capacity-card-shade {
  z-index: 1;
  background: linear-gradient(180deg, rgba(12,34,41,.08) 18%, rgba(12,34,41,.88) 100%);
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-capacity-card-copy {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: clamp(28px, 3.4vw, 48px);
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-capacity-card-copy > span {
  color: var(--vmd-honey, #eac486);
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-capacity-card-copy > strong {
  margin-top: 18px;
  color: var(--vmd-white, #fff);
  font-size: clamp(2.6rem, 4vw, 4.8rem);
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-capacity-card-copy > small,
.vmd-site[data-vmd-page="/matrimoni"] .vmd-capacity-card-copy > p {
  color: rgba(255,255,255,.78);
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-capacity-card-copy > p {
  margin-top: 20px;
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-capacity-card-copy > a {
  border-color: rgba(255,255,255,.65);
  color: var(--vmd-white, #fff) !important;
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-capacity-card-copy > a:hover,
.vmd-site[data-vmd-page="/matrimoni"] .vmd-capacity-card-copy > a:focus-visible {
  color: var(--vmd-honey, #eac486) !important;
}

/* Il blocco incluso prosegue su una tinta calda, evitando un secondo salto scuro. */
.vmd-site[data-vmd-page="/matrimoni"] .vmd-wedding-included {
  background: #d9d7cf;
  color: var(--vmd-slate, #193741);
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-wedding-included .vmd-eyebrow,
.vmd-site[data-vmd-page="/matrimoni"] .vmd-wedding-included .vmd-included-grid article > span,
.vmd-site[data-vmd-page="/matrimoni"] .vmd-wedding-included .vmd-included-grid small {
  color: #946321;
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-wedding-included .vmd-wedding-included-intro > p:not(.vmd-eyebrow),
.vmd-site[data-vmd-page="/matrimoni"] .vmd-wedding-included .vmd-included-grid p {
  color: #3f5962;
}

.vmd-site[data-vmd-page="/matrimoni"] .vmd-wedding-included .vmd-included-grid,
.vmd-site[data-vmd-page="/matrimoni"] .vmd-wedding-included .vmd-included-grid article,
.vmd-site[data-vmd-page="/matrimoni"] .vmd-wedding-included .vmd-included-grid article:nth-child(even) {
  border-color: rgba(25,55,65,.22);
}

@media (max-width: 980px) {
  .vmd-site[data-vmd-page="/matrimoni"] .vmd-wedding-feature,
  .vmd-site[data-vmd-page="/matrimoni"] .vmd-wedding-feature.is-reverse {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .vmd-site[data-vmd-page="/matrimoni"] .vmd-wedding-feature.is-reverse .vmd-wedding-feature-media {
    order: 0;
  }

  .vmd-site[data-vmd-page="/matrimoni"] .vmd-wedding-feature-media {
    min-height: clamp(480px, 72vw, 720px);
  }

  .vmd-site[data-vmd-page="/matrimoni"] .vmd-wedding-feature-copy {
    padding: clamp(58px, 9vw, 92px) max(6vw, 28px);
  }

  .vmd-site[data-vmd-page="/matrimoni"] .vmd-capacity-image-grid {
    grid-template-columns: 1fr;
  }

  .vmd-site[data-vmd-page="/matrimoni"] .vmd-capacity-image-grid article {
    min-height: 620px;
  }
}

@media (max-width: 680px) {
  .vmd-site[data-vmd-page="/matrimoni"] .vmd-wedding-feature-media {
    min-height: 66svh;
  }

  .vmd-site[data-vmd-page="/matrimoni"] .vmd-wedding-feature-copy h2 {
    font-size: clamp(2.45rem, 12vw, 3.65rem);
  }

  .vmd-site[data-vmd-page="/matrimoni"] .vmd-wedding-timeline-copy .vmd-wedding-timeline-list li {
    grid-template-columns: 58px 1fr;
    padding-left: 18px;
  }

  .vmd-site[data-vmd-page="/matrimoni"] .vmd-related-visual .vmd-related-grid > a > div {
    min-height: 245px;
  }

  .vmd-site[data-vmd-page="/matrimoni"] .vmd-capacity-image-grid article {
    min-height: 72svh;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vmd-site[data-vmd-page="/matrimoni"] .vmd-wedding-feature-media img,
  .vmd-site[data-vmd-page="/matrimoni"] .vmd-related-visual figure img,
  .vmd-site[data-vmd-page="/matrimoni"] .vmd-capacity-image-grid article > img {
    transition: none !important;
    transform: none !important;
  }
}