:root {
  --ubv-cream: #f7f4ed;
  --ubv-cream-alt: #f0ede4;
  --ubv-white: #ffffff;
  --ubv-navy: #07101f;
  --ubv-ink: #0b1220;
  --ubv-muted: #696b70;
  --ubv-gold: #cb9b43;
  --ubv-gold-hover: #b88634;
  --ubv-border: rgba(11, 18, 32, 0.12);
  --ubv-font-serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --ubv-font-sans: "DM Sans", Arial, sans-serif;
  --ubv-header-height: 80px;
  --ubv-container: 1280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ubv-ink);
  background: var(--ubv-cream);
  font-family: var(--ubv-font-sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img, video, iframe { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
figure, p, h1, h2, h3, h4, ul { margin-top: 0; }

.screen-reader-text,
.ubv-skip-link:not(:focus) {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.ubv-skip-link:focus {
  position: fixed;
  z-index: 9999;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  background: #fff;
  color: #000;
}

.ubv-container {
  width: min(var(--ubv-container), calc(100% - 64px));
  margin-inline: auto;
}
.ubv-container--narrow { width: min(1080px, calc(100% - 64px)); }
.ubv-section { padding: 112px 0; }
.ubv-eyebrow {
  margin-bottom: 18px;
  color: var(--ubv-gold);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.28em;
  line-height: 1.35;
  text-transform: uppercase;
}
.ubv-eyebrow--light { color: rgba(255,255,255,.78); }
.ubv-section h2,
.ubv-intro h2,
.ubv-location h2,
.ubv-contact h2,
.ubv-prose h1 {
  margin-bottom: 0;
  font-family: var(--ubv-font-serif);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.08;
}
.ubv-section h2 { font-size: clamp(44px, 5vw, 66px); }
.ubv-section h2 em,
.ubv-intro h2 em,
.ubv-location h2 em,
.ubv-contact h2 em {
  color: var(--ubv-gold);
  font-weight: 400;
}
.ubv-section-heading { margin-bottom: 64px; }
.ubv-section-heading--center { max-width: 780px; margin-inline: auto; text-align: center; }
.ubv-section-heading--center > p:last-child {
  max-width: 720px;
  margin: 20px auto 0;
  color: var(--ubv-muted);
  font-size: 17px;
}
.ubv-section-heading--light h2 { color: #fff; }
.ubv-section-heading--light > p:last-child { color: rgba(255,255,255,.62); }

.ubv-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
  vertical-align: middle;
}

.ubv-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 26px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .25s ease;
}
.ubv-button:hover { transform: translateY(-2px); }
.ubv-button--gold { color: #fff; background: var(--ubv-gold); }
.ubv-button--gold:hover { color: #fff; background: var(--ubv-gold-hover); }
.ubv-button--outline-light { color: #fff; border-color: rgba(255,255,255,.58); background: rgba(0,0,0,.04); backdrop-filter: blur(6px); }
.ubv-button--outline-light:hover { color: var(--ubv-ink); background: #fff; border-color: #fff; }
.ubv-button--outline-gold { color: var(--ubv-gold); border-color: var(--ubv-gold); }
.ubv-button--outline-gold:hover { color: #fff; background: var(--ubv-gold); }
.ubv-button--outline-gold .ubv-icon { width: 16px; height: 16px; }

/* Header */
.ubv-header {
  position: fixed;
  z-index: 1000;
  inset: 0 0 auto;
  height: var(--ubv-header-height);
  color: var(--ubv-ink);
  background: rgba(247,244,237,.95);
  border-bottom: 1px solid rgba(11,18,32,.09);
  backdrop-filter: blur(14px);
  transition: height .3s ease, box-shadow .3s ease, background .3s ease;
}
.ubv-header.is-scrolled { box-shadow: 0 10px 35px rgba(7,16,31,.08); }
.ubv-header__inner { display: flex; height: 100%; align-items: center; justify-content: space-between; gap: 28px; }
.ubv-brand { display: flex; flex: 0 0 auto; align-items: center; }
.ubv-brand img,
.ubv-brand .custom-logo { display: block; width: auto; height: 44px; object-fit: contain; }
.ubv-brand .custom-logo-link { display: flex; align-items: center; }
.ubv-nav { margin-left: auto; }
.ubv-nav__list { display: flex; align-items: center; gap: 36px; padding: 0; margin: 0; list-style: none; }
.ubv-nav__list a { position: relative; display: block; padding: 8px 0; font-size: 13px; font-weight: 500; letter-spacing: .025em; }
.ubv-nav__list a::after { content: ""; position: absolute; right: 0; bottom: 2px; left: 0; height: 1px; background: var(--ubv-gold); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.ubv-nav__list a:hover::after { transform: scaleX(1); transform-origin: left; }
.ubv-header__actions { display: flex; align-items: center; gap: 12px; }
.ubv-header__cta { min-height: 44px; padding-inline: 22px; }
.ubv-menu-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; padding: 0; border: 0; background: transparent; color: var(--ubv-ink); }
.ubv-menu-toggle .ubv-icon { width: 25px; height: 25px; stroke-width: 1.7; }
.ubv-menu-toggle__close { display: none; }
.ubv-menu-toggle[aria-expanded="true"] .ubv-menu-toggle__open { display: none; }
.ubv-menu-toggle[aria-expanded="true"] .ubv-menu-toggle__close { display: inline; }

/* Hero */
.ubv-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: var(--ubv-navy);
}
.ubv-hero__media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 58%; transform: scale(1.02); }
.ubv-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,9,17,.8) 0%, rgba(3,9,17,.54) 48%, rgba(3,9,17,.28) 100%), linear-gradient(0deg, rgba(3,9,17,.65) 0%, transparent 50%, rgba(3,9,17,.24) 100%); }
.ubv-hero__content { position: relative; z-index: 2; display: flex; min-height: 100svh; flex-direction: column; justify-content: flex-end; padding-top: calc(var(--ubv-header-height) + 48px); padding-bottom: 86px; }
.ubv-hero h1 { max-width: 900px; margin: 0; color: #fff; font-family: var(--ubv-font-serif); font-size: clamp(64px, 7.2vw, 106px); font-weight: 400; letter-spacing: -.04em; line-height: .98; }
.ubv-hero h1 em { display: block; font-weight: 400; }
.ubv-hero__description { max-width: 670px; margin: 26px 0 0; color: rgba(255,255,255,.87); font-size: 17px; line-height: 1.65; }
.ubv-hero__buttons { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.ubv-scroll-cue { position: absolute; z-index: 3; right: 38px; bottom: 28px; display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.62); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.ubv-scroll-cue .ubv-icon { width: 17px; height: 17px; animation: ubv-bob 1.8s ease-in-out infinite; }
@keyframes ubv-bob { 50% { transform: translateY(5px); } }

/* Stats */
.ubv-stats { background: var(--ubv-cream-alt); border-bottom: 1px solid var(--ubv-border); }
.ubv-stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.ubv-stat { display: flex; min-height: 165px; flex-direction: column; align-items: center; justify-content: center; padding: 30px; text-align: center; border-right: 1px solid var(--ubv-border); }
.ubv-stat:last-child { border-right: 0; }
.ubv-stat__label { margin-bottom: 14px; color: #686a6e; font-size: 10px; letter-spacing: .22em; text-transform: uppercase; }
.ubv-stat strong { color: var(--ubv-gold); font-family: var(--ubv-font-serif); font-size: clamp(45px, 4.2vw, 61px); font-weight: 400; line-height: 1; }
.ubv-stat__suffix { margin-top: 4px; font-size: 12px; color: rgba(11,18,32,.72); }

/* Intro */
.ubv-intro { background: var(--ubv-cream); }
.ubv-intro__grid { display: grid; grid-template-columns: 4fr 8fr; gap: 80px; }
.ubv-intro h2 { max-width: 390px; font-size: clamp(44px, 4.7vw, 63px); }
.ubv-intro__items { display: grid; gap: 38px; }
.ubv-intro__item { display: grid; grid-template-columns: 50px 1fr; gap: 26px; padding-top: 28px; border-top: 1px solid var(--ubv-border); }
.ubv-intro__number { color: rgba(203,155,67,.72); font-family: var(--ubv-font-serif); font-size: 25px; }
.ubv-intro__item h3 { margin-bottom: 10px; font-family: var(--ubv-font-serif); font-size: 27px; font-weight: 400; line-height: 1.2; }
.ubv-intro__item p { max-width: 730px; margin-bottom: 0; color: var(--ubv-muted); font-size: 16px; }

/* Marquee */
.ubv-marquee { overflow: hidden; padding: 32px 0; color: #fff; background: var(--ubv-navy); }
.ubv-marquee__track { display: flex; width: max-content; animation: ubv-marquee 33s linear infinite; }
.ubv-marquee__group { display: flex; flex-shrink: 0; align-items: center; }
.ubv-marquee__group span { display: flex; align-items: center; }
.ubv-marquee__group em { padding: 0 36px; font-family: var(--ubv-font-serif); font-size: clamp(38px, 4.5vw, 62px); font-weight: 400; white-space: nowrap; }
.ubv-marquee__group b { color: var(--ubv-gold); font-size: 30px; font-weight: 400; }
@keyframes ubv-marquee { to { transform: translateX(-50%); } }

/* Amenities */
.ubv-amenities { color: #fff; background: var(--ubv-navy); }
.ubv-amenities__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.14); }
.ubv-amenity { display: flex; min-height: 145px; flex-direction: column; align-items: center; justify-content: center; gap: 14px; padding: 26px 15px; color: rgba(255,255,255,.9); background: var(--ubv-navy); text-align: center; transition: background-color .25s ease; }
.ubv-amenity:hover { background: rgba(255,255,255,.045); }
.ubv-amenity .ubv-icon { width: 34px; height: 34px; color: var(--ubv-gold); stroke-width: 1.05; transition: transform .25s ease; }
.ubv-amenity:hover .ubv-icon { transform: translateY(-4px); }
.ubv-amenity span { font-size: 13px; }

/* Assurance */
.ubv-assurance { background: var(--ubv-cream-alt); }
.ubv-assurance__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 48px 34px; }
.ubv-assurance__item { display: flex; flex-direction: column; align-items: center; gap: 15px; text-align: center; }
.ubv-assurance__icon { display: flex; width: 58px; height: 58px; align-items: center; justify-content: center; color: var(--ubv-gold); border: 1px solid rgba(203,155,67,.37); border-radius: 50%; transition: background-color .25s ease, transform .25s ease; }
.ubv-assurance__item:hover .ubv-assurance__icon { background: rgba(203,155,67,.09); transform: translateY(-3px); }
.ubv-assurance__icon .ubv-icon { width: 27px; height: 27px; }
.ubv-assurance__item > span:last-child { max-width: 180px; font-size: 13px; line-height: 1.45; }

/* Gallery */
.ubv-gallery { background: var(--ubv-cream); }
.ubv-gallery__heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin-bottom: 46px; }
.ubv-gallery__heading h2 { margin: 0; }
.ubv-gallery__heading > p { max-width: 430px; margin: 0 0 4px; color: var(--ubv-muted); }
.ubv-gallery__grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: repeat(2, 330px); gap: 18px; }
.ubv-gallery__item { position: relative; min-width: 0; height: 100%; margin: 0; overflow: hidden; background: #ddd; }
.ubv-gallery__item--large { grid-row: span 2; }
.ubv-gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s cubic-bezier(.2,.7,.2,1); }
.ubv-gallery__item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.6) 0%, transparent 45%); pointer-events: none; }
.ubv-gallery__item:hover img { transform: scale(1.045); }
.ubv-gallery__item figcaption { position: absolute; z-index: 2; left: 20px; bottom: 17px; color: #fff; font-size: 13px; font-weight: 500; }

/* Video */
.ubv-walkthrough { background: var(--ubv-cream-alt); }
.ubv-video-frame { padding: 9px; background: var(--ubv-navy); border: 1px solid rgba(203,155,67,.55); }
.ubv-video-frame__inner { position: relative; width: 100%; padding-top: 56.25%; overflow: hidden; background: #000; }
.ubv-video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* Location */
.ubv-location { background: var(--ubv-cream); }
.ubv-location__grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 72px; }
.ubv-location h2 { max-width: 520px; font-size: clamp(44px, 4.5vw, 61px); }
.ubv-location__lead { max-width: 560px; margin: 22px 0 34px; color: var(--ubv-muted); }
.ubv-location__facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 24px; margin-bottom: 34px; }
.ubv-location__facts > div { display: flex; gap: 12px; padding-top: 16px; border-top: 1px solid var(--ubv-border); }
.ubv-location__facts .ubv-icon { flex: 0 0 auto; width: 20px; height: 20px; margin-top: 2px; color: var(--ubv-gold); }
.ubv-location__facts p { margin: 0; }
.ubv-location__facts strong, .ubv-location__facts span { display: block; }
.ubv-location__facts strong { font-size: 13px; font-weight: 600; }
.ubv-location__facts span { color: var(--ubv-muted); font-size: 12px; }
.ubv-map { height: 445px; overflow: hidden; border: 1px solid var(--ubv-border); }
.ubv-map iframe { display: block; width: 100%; height: 100%; border: 0; filter: grayscale(.12) saturate(.9); }

/* Contact / Contact Form 7 */
.ubv-contact { background: var(--ubv-cream); border-top: 1px solid var(--ubv-border); }
.ubv-contact__grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; width: min(1080px, calc(100% - 64px)); }
.ubv-contact h2 { max-width: 480px; font-size: clamp(44px, 4.4vw, 59px); }
.ubv-contact__grid > div:first-child > p:last-child { max-width: 470px; margin: 22px 0 0; color: var(--ubv-muted); }
.ubv-contact__form { padding: 34px; background: rgba(255,255,255,.62); border: 1px solid var(--ubv-border); }
.ubv-form-setup { min-height: 340px; display: flex; flex-direction: column; justify-content: center; padding: 30px; border: 1px dashed rgba(203,155,67,.55); text-align: center; }
.ubv-form-setup h3 { margin-bottom: 12px; font-family: var(--ubv-font-serif); font-size: 28px; font-weight: 400; }
.ubv-form-setup p { margin: 0; color: var(--ubv-muted); }
.ubv-contact__form .wpcf7,
.ubv-contact__form .wpcf7-form { margin: 0; }
.ubv-contact__form .wpcf7-form > p { margin: 0 0 23px; }
.ubv-contact__form .wpcf7-form > p:last-of-type { margin-bottom: 0; }
.ubv-contact__form label { display: block; color: #696b70; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.ubv-contact__form .wpcf7-form-control-wrap { display: block; width: 100%; margin-top: 7px; }
.ubv-contact__form input:not([type="submit"]),
.ubv-contact__form textarea,
.ubv-contact__form select {
  display: block;
  width: 100%;
  padding: 8px 0;
  color: var(--ubv-ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(11,18,32,.25);
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  transition: border-color .2s ease;
}
.ubv-contact__form input:not([type="submit"]),
.ubv-contact__form select { min-height: 40px; }
.ubv-contact__form textarea { min-height: 78px; resize: vertical; }
.ubv-contact__form input:focus,
.ubv-contact__form textarea:focus,
.ubv-contact__form select:focus { border-color: var(--ubv-gold); }
.ubv-contact__form input[type="submit"] {
  display: block;
  width: 100%;
  min-height: 48px;
  padding: 13px 24px;
  color: #fff;
  background: var(--ubv-gold);
  border: 0;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color .25s ease, transform .25s ease;
}
.ubv-contact__form input[type="submit"]:hover { background: var(--ubv-gold-hover); transform: translateY(-1px); }
.ubv-contact__form .wpcf7-spinner { display: block; margin: 12px auto 0; }
.ubv-contact__form .wpcf7-not-valid-tip { margin-top: 5px; color: #b13b3b; font-size: 11px; letter-spacing: 0; text-transform: none; }
.ubv-contact__form .wpcf7-response-output { margin: 18px 0 0 !important; padding: 10px 12px !important; font-size: 12px; }

/* Footer */
.ubv-footer { color: rgba(255,255,255,.68); background: var(--ubv-navy); }
.ubv-footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 70px; padding-top: 70px; padding-bottom: 70px; }
.ubv-footer__brand img { width: auto; height: 46px; margin-bottom: 22px; filter: brightness(0) invert(1); }
.ubv-footer__brand p { max-width: 440px; margin-bottom: 0; color: rgba(255,255,255,.58); }
.ubv-footer h3 { margin-bottom: 18px; color: #fff; font-size: 11px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.ubv-footer ul { padding: 0; margin: 0; list-style: none; }
.ubv-footer__links { display: grid; gap: 9px; }
.ubv-footer__links a { font-size: 13px; transition: color .2s ease; }
.ubv-footer__links a:hover { color: var(--ubv-gold); }
.ubv-footer__contact { display: grid; gap: 12px; }
.ubv-footer__contact li { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; }
.ubv-footer__contact .ubv-icon { flex: 0 0 auto; width: 16px; height: 16px; margin-top: 3px; color: var(--ubv-gold); }
.ubv-footer__bottom { border-top: 1px solid rgba(255,255,255,.09); }
.ubv-footer__bottom-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 20px; padding-bottom: 20px; }
.ubv-footer__bottom p { margin: 0; color: rgba(255,255,255,.43); font-size: 11px; }

/* Generic content */
.ubv-content-page { min-height: 70vh; padding: calc(var(--ubv-header-height) + 80px) 0 100px; background: var(--ubv-cream); }
.ubv-prose { width: min(840px, calc(100% - 48px)); }
.ubv-prose h1 { font-size: clamp(42px, 6vw, 68px); }
.ubv-prose a { color: var(--ubv-gold); }
.ubv-not-found { text-align: center; }

/* Reveal animation */
[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

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

@media (max-width: 1100px) {
  .ubv-nav__list { gap: 24px; }
  .ubv-header__cta { display: none; }
  .ubv-intro__grid { gap: 54px; }
  .ubv-contact__grid { gap: 60px; }
}

@media (max-width: 900px) {
  :root { --ubv-header-height: 72px; }
  .ubv-container, .ubv-container--narrow { width: min(100% - 40px, var(--ubv-container)); }
  .ubv-section { padding: 88px 0; }
  .ubv-menu-toggle { display: flex; }
  .ubv-header__cta { display: inline-flex; }
  .ubv-nav {
    position: fixed;
    z-index: 999;
    top: var(--ubv-header-height);
    right: 0;
    left: 0;
    visibility: hidden;
    padding: 20px;
    background: rgba(247,244,237,.99);
    border-bottom: 1px solid var(--ubv-border);
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity .25s ease, transform .25s ease, visibility .25s;
  }
  .ubv-nav.is-open { visibility: visible; opacity: 1; transform: none; }
  .ubv-nav__list { display: grid; gap: 0; }
  .ubv-nav__list li { border-bottom: 1px solid var(--ubv-border); }
  .ubv-nav__list li:last-child { border-bottom: 0; }
  .ubv-nav__list a { padding: 14px 4px; font-size: 15px; }
  .ubv-stats__grid { grid-template-columns: repeat(2, 1fr); }
  .ubv-stat:nth-child(2) { border-right: 0; }
  .ubv-stat:nth-child(-n+2) { border-bottom: 1px solid var(--ubv-border); }
  .ubv-intro__grid, .ubv-location__grid, .ubv-contact__grid { grid-template-columns: 1fr; }
  .ubv-intro h2 { max-width: 620px; }
  .ubv-intro__grid { gap: 54px; }
  .ubv-amenities__grid { grid-template-columns: repeat(2, 1fr); }
  .ubv-assurance__grid { grid-template-columns: repeat(3, 1fr); }
  .ubv-gallery__grid { grid-template-rows: repeat(2, 280px); }
  .ubv-location__grid, .ubv-contact__grid { gap: 48px; }
  .ubv-contact__grid { width: min(100% - 40px, 760px); }
  .ubv-map { height: 400px; }
  .ubv-footer__grid { grid-template-columns: 1.5fr 1fr 1fr; gap: 38px; }
}

@media (max-width: 650px) {
  .ubv-container, .ubv-container--narrow { width: min(100% - 30px, var(--ubv-container)); }
  .ubv-section { padding: 72px 0; }
  .ubv-header__cta { display: none; }
  .ubv-brand img, .ubv-brand .custom-logo { height: 39px; }
  .ubv-hero__content { padding-bottom: 68px; }
  .ubv-hero h1 { font-size: clamp(52px, 15vw, 72px); }
  .ubv-hero__description { font-size: 15px; }
  .ubv-hero__buttons { gap: 10px; }
  .ubv-hero__buttons .ubv-button { min-width: 0; padding-inline: 20px; }
  .ubv-scroll-cue { display: none; }
  .ubv-stat { min-height: 145px; padding: 22px 10px; }
  .ubv-stat__label { min-height: 30px; margin-bottom: 8px; font-size: 9px; }
  .ubv-stat strong { font-size: 43px; }
  .ubv-intro__item { grid-template-columns: 38px 1fr; gap: 16px; }
  .ubv-intro__item h3 { font-size: 24px; }
  .ubv-intro__item p { font-size: 14px; }
  .ubv-marquee { padding: 25px 0; }
  .ubv-marquee__group em { padding: 0 24px; font-size: 40px; }
  .ubv-section-heading { margin-bottom: 44px; }
  .ubv-section-heading--center > p:last-child { font-size: 14px; }
  .ubv-amenity { min-height: 125px; padding: 20px 8px; }
  .ubv-amenity .ubv-icon { width: 30px; height: 30px; }
  .ubv-amenity span { font-size: 12px; }
  .ubv-assurance__grid { grid-template-columns: repeat(2, 1fr); gap: 36px 16px; }
  .ubv-assurance__item > span:last-child { font-size: 12px; }
  .ubv-gallery__heading { align-items: flex-start; flex-direction: column; gap: 18px; }
  .ubv-gallery__grid { display: grid; grid-template-columns: 1fr; grid-template-rows: none; }
  .ubv-gallery__item, .ubv-gallery__item--large { grid-row: auto; height: 320px; }
  .ubv-gallery__item--large { height: 440px; }
  .ubv-video-frame { padding: 5px; }
  .ubv-location__facts { gap: 16px; }
  .ubv-map { height: 340px; }
  .ubv-contact__form { padding: 24px 20px; }
  .ubv-footer__grid { grid-template-columns: 1fr; gap: 34px; padding-top: 55px; padding-bottom: 55px; }
  .ubv-footer__bottom-inner { align-items: flex-start; flex-direction: column; gap: 6px; }
}

@media (max-width: 390px) {
  .ubv-hero__buttons { flex-direction: column; align-items: stretch; }
  .ubv-location__facts { grid-template-columns: 1fr; }
}
