/* =========================================================
   U-Ville Storage — homepage + chrome components
   Values mirror the Claude Design prototype (U-Ville Storage Home.dc.html)
   ========================================================= */

.uv-wrap { max-width: var(--uv-maxw); margin: 0 auto; padding-left: 24px; padding-right: 24px; }

/* ---- Buttons --------------------------------------------------------- */
.uv-btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--uv-font-body); font-weight: 800;
  text-decoration: none; border-radius: 12px;
  transition: all .18s ease; cursor: pointer; border: 0;
}
.uv-btn--primary {
  background: var(--uv-green-700); color: #fffdf6;
  padding: 12px 20px; font-size: 15px;
  box-shadow: 0 6px 16px rgba(13,59,31,.22);
}
.uv-btn--primary:hover {
  background: var(--uv-green-900); color: #fffdf6;
  transform: translateY(-2px); box-shadow: 0 10px 22px rgba(13,59,31,.3);
}
.uv-btn--hero {
  background: var(--uv-green-700); color: #fffdf6;
  font-weight: 900; font-size: 18px; padding: 18px 30px; border-radius: 15px; gap: 10px;
  box-shadow: 0 10px 24px rgba(13,59,31,.26);
}
.uv-btn--hero:hover {
  background: var(--uv-green-900); color: #fffdf6;
  transform: translateY(-3px); box-shadow: 0 16px 32px rgba(13,59,31,.34);
}
.uv-btn--ghost {
  background: var(--uv-cream-100); color: var(--uv-green-900);
  font-size: 17px; padding: 18px 26px; border-radius: 15px; gap: 9px;
  border: 2px solid #d8cca8;
}
.uv-btn--ghost:hover { border-color: var(--uv-green-700); transform: translateY(-3px); }
.uv-btn--dark {
  background: var(--uv-green-900); color: #fffdf6;
  font-size: 16px; padding: 16px 30px; border-radius: 14px; gap: 10px;
}
.uv-btn--dark:hover { transform: translateY(-3px); box-shadow: 0 12px 26px rgba(13,59,31,.28); }

/* ---- Top utility bar ------------------------------------------------- */
.uv-utility { background: var(--uv-green-900); color: #e9f3ea; font-size: 13.5px; font-weight: 600; }
.uv-utility .uv-wrap {
  padding-top: 9px; padding-bottom: 9px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
}
.uv-utility__group { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.uv-utility a { display: flex; align-items: center; gap: 7px; color: #e9f3ea; text-decoration: none; }
.uv-utility a:hover { color: #fff; }
.uv-utility__loc { display: flex; align-items: center; gap: 8px; }
.uv-utility__loc i { color: var(--uv-green-200); }
.uv-utility__loc span { color: #bfe0c5; }

/* ---- Header / nav ---------------------------------------------------- */
.uv-header {
  position: sticky; top: 0; z-index: 50;
  background: #fff; border-bottom: 1px solid var(--uv-border);
}
.uv-header .uv-wrap {
  padding-top: 10px; padding-bottom: 10px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.uv-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.uv-logo img, .uv-logo .custom-logo { height: 58px; width: auto; display: block; }
.uv-logo a { line-height: 0; }
.uv-nav { display: flex; align-items: center; gap: 30px; }
.uv-nav a {
  font-family: var(--uv-font-body); font-weight: 800; font-size: 15px; letter-spacing: .02em;
  color: var(--uv-ink); text-decoration: none; text-transform: uppercase;
  padding: 6px 2px; border-bottom: 2px solid transparent; transition: all .15s ease;
}
.uv-nav a:hover,
.uv-nav a.current-menu-item,
.uv-nav .current-menu-item > a {
  color: var(--uv-green-700); border-bottom-color: var(--uv-green-500);
}
.uv-header__cta { display: flex; align-items: center; gap: 16px; }
.uv-header__login {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--uv-font-body); font-weight: 800; font-size: 14px;
  letter-spacing: .02em; text-transform: uppercase;
  color: var(--uv-ink); text-decoration: none; white-space: nowrap;
  transition: color .15s ease;
}
.uv-header__login:hover { color: var(--uv-green-700); }

/* Mobile nav toggle */
.uv-nav-toggle {
  display: none; background: none; border: 0; cursor: pointer; padding: 8px;
  color: var(--uv-green-900);
}

/* ---- Hero ------------------------------------------------------------ */
.uv-hero {
  position: relative; overflow: hidden;
  background: radial-gradient(120% 90% at 70% 10%, #fbf6e9 0%, #f4ecd9 55%, #ecdfc1 100%);
}
.uv-bunting {
  position: absolute; top: 0; left: 0; right: 0;
  display: flex; justify-content: center; gap: 0; padding: 0 8px;
  animation: uvSway 6s ease-in-out infinite; transform-origin: top center; opacity: .9;
}
.uv-bunting span {
  width: 34px; height: 40px; margin-top: -2px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  box-shadow: 0 3px 4px rgba(0,0,0,.06);
}
.uv-hero__inner {
  position: relative;
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 30px; align-items: end;
  padding-top: 78px; padding-bottom: 0;
}
.uv-hero__copy { position: relative; z-index: 3; align-self: center; padding-bottom: 70px; }
.uv-eyebrow-pill {
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--uv-cream-100); border: 1px solid var(--uv-border); border-radius: 999px;
  padding: 7px 15px; font-weight: 800; font-size: 12.5px; letter-spacing: .12em;
  text-transform: uppercase; color: var(--uv-green-700); box-shadow: 0 3px 10px rgba(13,59,31,.06);
}
.uv-eyebrow-pill .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--uv-green-500); display: inline-block; }
.uv-script-howdy {
  font-family: var(--uv-font-script); color: var(--uv-green-700);
  font-size: 38px; line-height: 1; margin: 22px 0 6px; transform: rotate(-2deg);
}
.uv-hero h1 {
  font-family: var(--uv-font-display); color: var(--uv-green-900);
  font-size: 62px; line-height: .98; letter-spacing: -.01em; text-transform: uppercase; margin: 0;
}
.uv-hero h1 span { color: var(--uv-green-700); }

/* Tumbling rotator for the green headline line */
.uv-rotator { position: relative; display: block; height: .98em; }
.uv-rotator__word {
  position: absolute; left: 0; top: 0; white-space: nowrap; color: var(--uv-green-700);
  opacity: 0; transform: translateY(65%) rotate(7deg);
  transition: opacity .45s ease, transform .55s cubic-bezier(.2,.75,.25,1);
  will-change: transform, opacity;
}
.uv-rotator__word.is-active { opacity: 1; transform: translateY(0) rotate(0); }
.uv-rotator__word.is-out { opacity: 0; transform: translateY(-65%) rotate(-7deg); }

.uv-sr-only {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
@media (prefers-reduced-motion: reduce) {
  .uv-rotator__word { transition: none; }
}
.uv-hero__lede {
  font-size: 18.5px; line-height: 1.6; color: #3f4f43; max-width: 480px; margin: 22px 0 0; font-weight: 500;
}
.uv-hero__lede strong { color: var(--uv-ink); }
.uv-hero__promo {
  display: inline-flex; align-items: center; gap: 9px; margin-top: 24px;
  font-family: var(--uv-font-script); color: var(--uv-green-700);
  font-size: 25px; line-height: 1.1; transform: rotate(-1.5deg);
}
.uv-hero__promo i { color: var(--uv-khaki); }
.uv-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 18px; }
.uv-hero__chips { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 28px; }
.uv-chip { display: flex; align-items: center; gap: 9px; font-weight: 700; font-size: 14.5px; color: #2f4034; }
.uv-chip span {
  display: inline-flex; width: 32px; height: 32px; border-radius: 9px; background: var(--uv-icon-bg);
  align-items: center; justify-content: center; color: var(--uv-green-700);
}
.uv-hero__art {
  position: relative; display: flex; justify-content: center; align-items: flex-end; min-height: 560px;
}
.uv-sunburst-spin {
  position: absolute; top: 50%; left: 50%; width: 560px; height: 560px;
  transform: translate(-50%,-54%); border-radius: 50%;
  background: repeating-conic-gradient(from 0deg, #e4efdf 0deg 9deg, transparent 9deg 18deg);
  animation: uvSpin 80s linear infinite; opacity: .7;
}
.uv-sunburst-glow {
  position: absolute; top: 50%; left: 50%; width: 420px; height: 420px;
  transform: translate(-50%,-54%); border-radius: 50%;
  background: radial-gradient(circle, #dcecd6 0%, rgba(220,236,214,0) 70%);
}
.uv-hero__shadow {
  position: absolute; bottom: 34px; left: 50%; transform: translateX(-50%);
  width: 340px; height: 42px; border-radius: 50%;
  background: radial-gradient(ellipse, rgba(13,59,31,.16) 0%, rgba(13,59,31,0) 70%);
}
.uv-hero__charlie {
  position: relative; z-index: 2; height: 540px; width: auto; display: block;
  filter: drop-shadow(0 18px 26px rgba(13,59,31,.22)); animation: uvFloat 6.5s ease-in-out infinite;
}
.uv-speech {
  position: absolute; top: 40px; right: -6px; z-index: 3;
  background: var(--uv-cream-100); border: 2px solid var(--uv-green-900); border-radius: 16px;
  padding: 12px 16px; font-family: var(--uv-font-script); color: var(--uv-green-900);
  font-size: 23px; line-height: 1.05; box-shadow: 0 10px 22px rgba(13,59,31,.16); transform: rotate(3deg);
}
.uv-speech .tail {
  position: absolute; bottom: -11px; left: 30px; width: 18px; height: 18px;
  background: var(--uv-cream-100); border-right: 2px solid var(--uv-green-900);
  border-bottom: 2px solid var(--uv-green-900); transform: rotate(45deg);
}

/* ---- Stat strip ------------------------------------------------------ */
.uv-stats { background: var(--uv-green-900); color: #eef6ee; }
.uv-stats .uv-wrap {
  padding-top: 26px; padding-bottom: 26px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
}
.uv-stat { display: flex; align-items: center; gap: 14px; justify-content: center; text-align: left; }
.uv-stat__icon {
  display: inline-flex; width: 46px; height: 46px; border-radius: 12px; flex: none;
  background: rgba(126,201,138,.16); align-items: center; justify-content: center; color: var(--uv-green-200);
}
.uv-stat__big { font-family: var(--uv-font-display); font-size: 22px; line-height: 1; color: #fff; }
.uv-stat__label { font-size: 13.5px; color: #bfe0c5; font-weight: 600; margin-top: 3px; }

/* ---- Section heading kit -------------------------------------------- */
.uv-section { padding-left: 24px; padding-right: 24px; }
.uv-section__head { text-align: center; max-width: 640px; margin: 0 auto 50px; }
.uv-kicker { font-weight: 800; font-size: 13px; letter-spacing: .16em; text-transform: uppercase; color: var(--uv-green-700); }
.uv-script-accent { font-family: var(--uv-font-script); color: var(--uv-khaki); font-size: 30px; line-height: 1; margin: 6px 0 -2px; transform: rotate(-1deg); }
.uv-h2 { font-family: var(--uv-font-display); font-size: 46px; color: var(--uv-green-900); line-height: 1; margin-top: 8px; text-transform: uppercase; }
.uv-section__head p { font-size: 17px; line-height: 1.6; color: #4a5a4d; margin-top: 16px; font-weight: 500; }

/* ---- Unit cards ------------------------------------------------------ */
.uv-units { padding-top: 84px; padding-bottom: 78px; background: var(--uv-cream); }
.uv-units__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.uv-card {
  background: var(--uv-cream-100); border: 1px solid var(--uv-border-card); border-radius: 20px;
  overflow: hidden; display: flex; flex-direction: column;
  box-shadow: 0 6px 18px rgba(13,59,31,.06); transition: all .2s ease;
}
.uv-card:hover { transform: translateY(-6px); box-shadow: 0 18px 36px rgba(13,59,31,.14); border-color: #cdbf98; }
.uv-card__photo {
  position: relative; height: 158px; display: flex; align-items: center; justify-content: center;
  border-bottom: 1px solid var(--uv-border-card);
  background-image: repeating-linear-gradient(45deg, #efe7d2 0, #efe7d2 11px, #e6dabf 11px, #e6dabf 22px);
}
.uv-card__photo img,
.uv-card__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* Scene cards: the correct vehicle parked in a row of spaces, with the featured
   (center) space highlighted in a gentle loop. */
.uv-card__photo--spot::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 1;
  /* dim the neighbouring spaces so the featured one stands out */
  background: radial-gradient(ellipse 30% 80% at 50% 50%, rgba(13,59,31,0) 55%, rgba(13,59,31,.34) 100%);
}
.uv-card__photo--spot::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 2;
  /* pulsing leaf-green glow over the featured space */
  background: radial-gradient(ellipse 26% 62% at 50% 50%, rgba(126,201,138,.6) 0%, rgba(126,201,138,0) 70%);
  mix-blend-mode: screen;
  animation: uvSpotPulse 2.6s ease-in-out infinite;
}
@keyframes uvSpotPulse { 0%, 100% { opacity: .18; } 50% { opacity: .8; } }
@media (prefers-reduced-motion: reduce) { .uv-card__photo--spot::after { animation: none; opacity: .45; } }
.uv-card__photo-label {
  font-family: ui-monospace, Menlo, monospace; font-size: 11.5px; color: #6c8470;
  background: rgba(255,253,246,.82); padding: 5px 11px; border-radius: 7px; letter-spacing: .02em;
}
.uv-card__tag {
  position: absolute; top: 12px; left: 12px; z-index: 3; background: var(--uv-khaki); color: #1c1405;
  font-weight: 900; font-size: 11px; letter-spacing: .06em; text-transform: uppercase;
  padding: 6px 11px; border-radius: 999px; box-shadow: 0 4px 10px rgba(0,0,0,.12);
}
.uv-card__body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.uv-card__size { font-family: var(--uv-font-display); font-size: 27px; color: var(--uv-green-900); letter-spacing: -.01em; }
.uv-card__type { font-size: 11.5px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: #8a9a8c; margin-top: 5px; }
.uv-card__blurb { font-size: 14px; line-height: 1.55; color: #566457; margin-top: 9px; font-weight: 500; flex: 1; }
.uv-card__price { display: flex; align-items: baseline; gap: 4px; margin: 18px 0 16px; }
.uv-card__price .amt { font-family: var(--uv-font-display); font-size: 34px; color: var(--uv-green-700); }
.uv-card__price .per { font-weight: 700; color: #7a8a7d; font-size: 14px; }
.uv-card__actions { display: flex; gap: 9px; }
.uv-card__rent {
  flex: 1; text-align: center; background: var(--uv-green-700); color: #fffdf6;
  font-weight: 800; font-size: 14px; padding: 12px; border-radius: 11px; text-decoration: none; transition: all .15s ease;
}
.uv-card__rent:hover { background: var(--uv-green-900); color: #fffdf6; }
.uv-card__ask {
  text-align: center; background: #fff; color: var(--uv-green-900);
  font-weight: 800; font-size: 14px; padding: 12px 14px; border-radius: 11px;
  text-decoration: none; border: 1.5px solid #d8cca8; transition: all .15s ease;
}
.uv-card__ask:hover { border-color: var(--uv-green-700); }
.uv-units__more { text-align: center; margin-top: 44px; }

/* ---- Promotion (coupon band) ---------------------------------------- */
.uv-promo { padding: 64px 24px; background: var(--uv-green-900); }
.uv-promo__inner {
  max-width: 980px; margin: 0 auto; background: var(--uv-cream-100);
  border-radius: 24px; padding: 40px 44px;
  display: flex; align-items: center; gap: 40px;
  box-shadow: 0 18px 44px rgba(13,59,31,.32); position: relative;
}
.uv-promo__seal {
  flex: none; width: 150px; height: 150px; border-radius: 50%;
  background: radial-gradient(circle at 50% 38%, #e3bd72, #c9a86a 70%);
  color: #1c1405; display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; transform: rotate(-8deg);
  border: 3px dashed rgba(28,20,5,.4); box-shadow: 0 8px 18px rgba(13,59,31,.22);
}
.uv-promo__seal-top { font-family: var(--uv-font-display); font-size: 19px; line-height: 1; text-transform: uppercase; }
.uv-promo__seal-big { font-family: var(--uv-font-display); font-size: 42px; line-height: .88; letter-spacing: -.01em; }
.uv-promo__body { flex: 1; border-left: 2px dashed var(--uv-border); padding-left: 40px; }
.uv-promo__kicker { color: var(--uv-green-700); font-size: 28px; margin: 0 0 2px; transform: rotate(-1deg); }
.uv-promo__title { font-family: var(--uv-font-display); font-size: 36px; color: var(--uv-green-900); text-transform: uppercase; line-height: 1.02; margin: 0; }
.uv-promo__text { font-size: 17px; line-height: 1.6; color: #4a5a4d; font-weight: 500; margin: 14px 0 22px; max-width: 540px; }
.uv-promo__text strong { color: var(--uv-green-700); }
.uv-promo__actions { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.uv-promo__fine { font-size: 13.5px; color: #6a796c; font-weight: 600; max-width: 230px; }
.uv-promo__fine a { color: var(--uv-green-700); font-weight: 800; text-decoration: none; }
@media (max-width: 720px) {
  .uv-promo__inner { flex-direction: column; text-align: center; padding: 36px 28px; gap: 24px; }
  .uv-promo__body { border-left: 0; padding-left: 0; }
  .uv-promo__kicker, .uv-promo__actions { justify-content: center; }
  .uv-promo__actions { flex-direction: column; }
  .uv-promo__fine { max-width: none; }
}

/* ---- Value props ----------------------------------------------------- */
.uv-props { padding-top: 72px; padding-bottom: 72px; background: linear-gradient(180deg, #ecdfc1 0%, #f4ecd9 100%); }
.uv-props__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.uv-prop {
  background: var(--uv-cream-100); border: 1px solid var(--uv-border-card); border-radius: 20px;
  padding: 34px 30px; box-shadow: 0 6px 18px rgba(13,59,31,.06);
}
.uv-prop__icon {
  display: inline-flex; width: 62px; height: 62px; border-radius: 16px; background: var(--uv-icon-bg);
  align-items: center; justify-content: center; color: var(--uv-green-700); margin-bottom: 18px;
}
.uv-prop h3 { font-family: var(--uv-font-display); font-size: 23px; color: var(--uv-green-900); line-height: 1.05; margin: 0; }
.uv-prop p { font-size: 15.5px; line-height: 1.6; color: #566457; margin-top: 11px; font-weight: 500; }

/* ---- Amenities (dark) ----------------------------------------------- */
.uv-amenities {
  padding-top: 84px; padding-bottom: 84px; background: var(--uv-green-900); color: #eef6ee;
  position: relative; overflow: hidden;
}
.uv-amenities__burst {
  position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%);
  width: 1320px; height: 1320px;
  -webkit-mask-image: linear-gradient(to bottom, #000 50%, #000 53%, rgba(0,0,0,0) 88%);
  mask-image: linear-gradient(to bottom, #000 50%, #000 53%, rgba(0,0,0,0) 88%);
}
.uv-amenities__burst > div {
  width: 100%; height: 100%; border-radius: 50%;
  background: repeating-conic-gradient(from 0deg, rgba(126,201,138,.1) 0deg 9deg, transparent 9deg 18deg);
  animation: uvSpin 90s linear infinite;
}
.uv-amenities__inner { max-width: 1100px; margin: 0 auto; position: relative; }
.uv-amenities .uv-kicker { color: var(--uv-green-200); }
.uv-amenities .uv-h2 { color: #fff; margin-top: 10px; }
.uv-amenities__head p { font-size: 17px; line-height: 1.6; color: #bfe0c5; margin-top: 16px; font-weight: 500; }
.uv-amenities__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.uv-feature {
  background: rgba(255,255,255,.05); border: 1px solid rgba(126,201,138,.18); border-radius: 18px;
  padding: 28px 26px; transition: all .2s ease;
}
.uv-feature:hover { background: rgba(126,201,138,.1); transform: translateY(-4px); }
.uv-feature__icon {
  display: inline-flex; width: 54px; height: 54px; border-radius: 14px; background: var(--uv-green-700);
  align-items: center; justify-content: center; color: #eafaec; margin-bottom: 16px;
}
.uv-feature h3 { font-family: var(--uv-font-body); font-weight: 900; font-size: 18.5px; color: #fff; margin: 0; }
.uv-feature p { font-size: 14.5px; line-height: 1.6; color: #bcd9c2; margin-top: 8px; font-weight: 500; }

/* ---- Reviews --------------------------------------------------------- */
.uv-reviews { padding-top: 84px; padding-bottom: 84px; background: var(--uv-cream); }
.uv-reviews__inner { max-width: 1150px; margin: 0 auto; }
.uv-reviews__head { text-align: center; margin-bottom: 46px; }
.uv-reviews__head .uv-script-accent { transform: rotate(-1deg); }
.uv-reviews__head h2 { font-family: var(--uv-font-display); font-size: 42px; color: var(--uv-green-900); line-height: 1; margin-top: 4px; text-transform: uppercase; }
.uv-reviews__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.uv-review {
  background: var(--uv-cream-100); border: 1px solid var(--uv-border-card); border-radius: 20px;
  padding: 30px 28px; display: flex; flex-direction: column; box-shadow: 0 6px 18px rgba(13,59,31,.06);
}
.uv-review__stars { display: flex; gap: 3px; color: var(--uv-star); margin-bottom: 16px; }
.uv-review__stars i { width: 18px; height: 18px; }
.uv-review__quote { font-size: 15.5px; line-height: 1.65; color: #384539; font-weight: 500; flex: 1; }
.uv-review__by { display: flex; align-items: center; gap: 12px; margin-top: 22px; padding-top: 18px; border-top: 1px solid #ece3ca; }
.uv-review__avatar {
  width: 42px; height: 42px; border-radius: 50%; background: var(--uv-green-700); color: #fff;
  display: inline-flex; align-items: center; justify-content: center; font-family: var(--uv-font-display); font-size: 16px;
}
.uv-review__name { font-weight: 800; font-size: 15px; color: var(--uv-ink); }
.uv-review__src { font-size: 12.5px; color: #8a9a8c; font-weight: 600; }

/* ---- FAQ ------------------------------------------------------------- */
.uv-faq { padding: 84px 24px; background: linear-gradient(180deg, #f4ecd9 0%, #ecdfc1 100%); }
.uv-faq__inner { max-width: 820px; margin: 0 auto; }
.uv-faq__list { display: flex; flex-direction: column; gap: 14px; }
.uv-faq__item {
  background: var(--uv-cream-100); border: 1px solid var(--uv-border-card); border-radius: 16px;
  box-shadow: 0 6px 18px rgba(13,59,31,.06); overflow: hidden;
}
.uv-faq__q {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  cursor: pointer; list-style: none; padding: 20px 24px;
  font-family: var(--uv-font-body); font-weight: 800; font-size: 17px; color: var(--uv-green-900);
}
.uv-faq__q::-webkit-details-marker { display: none; }
.uv-faq__q:hover { color: var(--uv-green-700); }
.uv-faq__chev { color: var(--uv-green-700); flex: none; transition: transform .25s ease; }
.uv-faq__item[open] .uv-faq__chev { transform: rotate(180deg); }
.uv-faq__a { padding: 0 24px 22px; }
.uv-faq__a p { font-size: 15.5px; line-height: 1.65; color: #4a5a4d; font-weight: 500; margin: 0; }
@media (prefers-reduced-motion: reduce) { .uv-faq__chev { transition: none; } }

/* ---- Contact / location --------------------------------------------- */
.uv-contact .uv-wrap {
  padding-top: 78px; padding-bottom: 78px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center;
}
.uv-contact .uv-script-accent { color: var(--uv-green-700); font-size: 32px; transform: rotate(-1.5deg); }
.uv-contact h2 { font-family: var(--uv-font-display); font-size: 42px; color: var(--uv-green-900); line-height: 1; margin-top: 6px; text-transform: uppercase; }
.uv-contact__lede { font-size: 17px; line-height: 1.65; color: #4a5a4d; margin-top: 16px; font-weight: 500; max-width: 440px; }
.uv-contact__list { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; margin: 28px 0 30px; }
.uv-contact__item { display: flex; align-items: center; gap: 14px; text-decoration: none; color: var(--uv-ink); }
.uv-contact__item span.ico {
  display: inline-flex; width: 46px; height: 46px; border-radius: 12px; background: var(--uv-icon-bg); flex: none;
  align-items: center; justify-content: center; color: var(--uv-green-700);
}
.uv-contact__item strong { display: block; font-size: 15px; }
.uv-contact__item .sub { color: #6a796c; font-size: 14px; font-weight: 600; }
.uv-map {
  position: relative; height: 420px; border-radius: 22px; overflow: hidden;
  border: 1px solid var(--uv-border-card); box-shadow: 0 14px 34px rgba(13,59,31,.12);
  background: var(--uv-cream-300);
}
.uv-map img { width: 100%; height: 100%; object-fit: cover; display: block; }
.uv-map__cta {
  position: absolute; left: 50%; bottom: 18px; transform: translateX(-50%);
  display: inline-flex; align-items: center; gap: 8px; cursor: pointer;
  background: var(--uv-green-700); color: #fffdf6; border: 0;
  font-family: var(--uv-font-body); font-weight: 800; font-size: 15px;
  padding: 12px 20px; border-radius: 999px; box-shadow: 0 8px 20px rgba(13,59,31,.32);
  transition: background .18s ease, transform .18s ease;
}
.uv-map__cta:hover { background: var(--uv-green-900); transform: translateX(-50%) translateY(-2px); }

/* Directions modal */
.uv-mapmodal {
  width: min(640px, 92vw); border: 0; border-radius: 20px; padding: 0;
  background: var(--uv-cream-100); color: var(--uv-ink);
  box-shadow: 0 30px 80px rgba(13,59,31,.4); overflow: hidden;
}
.uv-mapmodal::backdrop { background: rgba(13,59,31,.55); backdrop-filter: blur(2px); }
.uv-mapmodal[open] { animation: uvModalIn .2s ease; }
@keyframes uvModalIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.uv-mapmodal__head {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 16px;
  padding: 18px 20px; border-bottom: 1px solid var(--uv-border);
}
.uv-mapmodal__head strong { display: block; font-size: 16px; color: var(--uv-green-900); font-weight: 900; }
.uv-mapmodal__head span { font-size: 13.5px; color: #6a796c; font-weight: 600; }
.uv-mapmodal__close { background: none; border: 0; cursor: pointer; color: #6a796c; padding: 4px; line-height: 0; }
.uv-mapmodal__close:hover { color: var(--uv-green-900); }
.uv-mapmodal__map { height: 340px; background: var(--uv-cream-300); }
.uv-mapmodal__map iframe { width: 100%; height: 100%; border: 0; display: block; }
.uv-mapmodal__actions { display: flex; flex-wrap: wrap; gap: 10px; padding: 16px 20px; }
.uv-mapmodal__actions .uv-btn { font-size: 14px; padding: 11px 16px; border-radius: 11px; gap: 7px; box-shadow: none; }
@media (max-width: 480px) {
  .uv-mapmodal__actions { flex-direction: column; }
  .uv-mapmodal__actions .uv-btn { width: 100%; justify-content: center; }
}
.uv-map__placeholder { text-align: center; }
.uv-map__placeholder .pin {
  display: inline-flex; width: 60px; height: 60px; border-radius: 50%; background: var(--uv-cream-100);
  align-items: center; justify-content: center; color: var(--uv-green-700); box-shadow: 0 6px 16px rgba(13,59,31,.14);
}
.uv-map__placeholder .label {
  font-family: ui-monospace, Menlo, monospace; font-size: 12px; color: #6c8470; margin-top: 14px;
  background: rgba(255,253,246,.82); padding: 6px 12px; border-radius: 8px; display: inline-block;
}

/* ---- Footer ---------------------------------------------------------- */
.uv-footer { background: var(--uv-green-900); color: #cfe3d2; }
.uv-footer__main {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 36px;
  padding-top: 56px; padding-bottom: 30px;
}
.uv-footer__brand img, .uv-footer__brand .custom-logo { height: 86px; width: auto; display: block; margin-bottom: 16px; filter: drop-shadow(0 6px 14px rgba(0,0,0,.3)); }
.uv-footer__brand p { font-size: 14.5px; line-height: 1.65; color: #a9c6ae; max-width: 300px; font-weight: 500; }
.uv-socials { display: flex; gap: 12px; margin-top: 18px; }
.uv-social {
  display: inline-flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; border-radius: 12px; text-decoration: none;
  background: rgba(126,201,138,.14); color: #cfe3d2; border: 1px solid rgba(126,201,138,.22);
  transition: background .18s ease, color .18s ease, transform .18s ease;
}
.uv-social:hover { background: var(--uv-green-700); color: #fff; transform: translateY(-2px); }
.uv-fbcta { display: flex; gap: 10px; margin-top: 14px; flex-wrap: wrap; }
.uv-fbcta__btn {
  display: inline-flex; align-items: center; gap: 8px; text-decoration: none;
  font-family: var(--uv-font-body); font-weight: 800; font-size: 14px;
  padding: 10px 18px; border-radius: 11px; transition: background .18s ease, color .18s ease, transform .18s ease;
}
.uv-fbcta__btn:hover { transform: translateY(-2px); }
.uv-fbcta__msg { background: var(--uv-green-700); color: #fffdf6; }
.uv-fbcta__msg:hover { background: var(--uv-green-500); color: #fff; }
.uv-fbcta__like { background: rgba(126,201,138,.14); color: #cfe3d2; border: 1px solid rgba(126,201,138,.22); }
.uv-fbcta__like:hover { background: var(--uv-green-700); color: #fff; }
.uv-footer__col h4 { font-family: var(--uv-font-body); font-weight: 900; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--uv-green-200); margin: 0 0 16px; }
.uv-footer__links { display: flex; flex-direction: column; gap: 11px; }
.uv-footer__links a, .uv-footer__col a { color: #cfe3d2; text-decoration: none; font-size: 14.5px; font-weight: 600; transition: color .15s ease; }
.uv-footer__links a:hover, .uv-footer__col a:hover { color: #fff; }
.uv-footer__contact { display: flex; flex-direction: column; gap: 11px; font-size: 14.5px; font-weight: 600; }
.uv-footer__contact span { color: #a9c6ae; }
.uv-footer__contact .uv-btn {
  background: var(--uv-green-700); color: #fff; font-weight: 800; font-size: 14px;
  padding: 11px 18px; border-radius: 11px; margin-top: 6px; width: fit-content; box-shadow: none;
}
.uv-footer__contact .uv-btn:hover { background: var(--uv-green-500); transform: none; box-shadow: none; }
/* Inconspicuous SEO internal-link row above the copyright bar */
.uv-footer__seo { border-top: 1px solid rgba(126,201,138,.12); }
.uv-footer__seo .uv-wrap {
  padding-top: 16px; padding-bottom: 16px;
  display: flex; flex-wrap: wrap; gap: 8px 18px; justify-content: center;
}
.uv-footer__seo a {
  color: #6f8e76; text-decoration: none; font-size: 12px; font-weight: 600;
  letter-spacing: .01em; transition: color .15s ease;
}
.uv-footer__seo a:hover { color: #bfe0c5; }

.uv-footer__bar { border-top: 1px solid rgba(126,201,138,.18); }
.uv-footer__bar .uv-wrap { padding-top: 18px; padding-bottom: 18px; font-size: 13px; color: #8fb096; font-weight: 600; text-align: center; }
.uv-footer__barinner { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.uv-footer__copy { margin: 0; }
@media (min-width: 720px) {
  .uv-footer__barinner { flex-direction: row; justify-content: space-between; text-align: left; }
}
.uv-credit { display: inline-flex; align-items: center; gap: 7px; margin: 0; font-size: 12.5px; color: #7f9e86; font-weight: 600; }
.uv-credit > span { display: inline-flex; align-items: center; gap: 5px; }
.uv-credit__heart { color: var(--uv-khaki); }
.uv-credit a { color: #a9c6ae; font-weight: 700; text-decoration: underline; text-underline-offset: 2px; text-decoration-color: rgba(126,201,138,.4); transition: color .15s ease; }
.uv-credit a:hover { color: #fff; text-decoration-color: #7fc98a; }
.uv-mark704 { position: relative; display: inline-block; height: 16px; aspect-ratio: 40 / 44.87; color: #8aa790; flex: none; }
.uv-mark704__frame { height: 100%; width: auto; display: block; }
.uv-mark704__stripes { position: absolute; inset: 0; height: 100%; width: 100%; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* ---- Generic inner pages (non-Elementor templates) ------------------ */
.uv-page { padding: 64px 24px 80px; background: var(--uv-cream); }
.uv-page__inner { max-width: 820px; margin: 0 auto; }
.uv-page__title { font-family: var(--uv-font-display); font-size: 42px; color: var(--uv-green-900); line-height: 1.05; text-transform: uppercase; margin: 0 0 24px; }
.uv-prose { font-size: 17px; line-height: 1.7; color: #384539; }
.uv-prose h2 { font-family: var(--uv-font-display); font-size: 30px; margin: 36px 0 12px; text-transform: uppercase; }
.uv-prose h3 { font-family: var(--uv-font-body); font-weight: 900; font-size: 22px; margin: 28px 0 10px; color: var(--uv-green-900); }
.uv-prose a { color: var(--uv-green-700); font-weight: 700; }
.uv-prose img { border-radius: 16px; }
.uv-prose ul, .uv-prose ol { padding-left: 22px; }
.uv-prose blockquote {
  border-left: 4px solid var(--uv-green-500); background: var(--uv-cream-100);
  margin: 24px 0; padding: 14px 20px; border-radius: 0 12px 12px 0;
}

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 1024px) {
  .uv-hero h1 { font-size: 50px; }
  .uv-units__grid { grid-template-columns: repeat(2, 1fr); }
  .uv-stats .uv-wrap { grid-template-columns: repeat(2, 1fr); gap: 24px; }
}

@media (max-width: 860px) {
  .uv-header .uv-wrap { flex-wrap: wrap; }
  .uv-nav, .uv-header__cta { display: none; }
  .uv-nav-toggle { display: inline-flex; }
  /* Open menu: nav links + CTAs stack full-width below the logo row. */
  .uv-header.is-open .uv-nav {
    display: flex; flex-direction: column; align-items: flex-start; gap: 4px;
    width: 100%; padding: 10px 0 4px;
  }
  .uv-header.is-open .uv-nav a { width: 100%; padding: 10px 2px; border-bottom: 1px solid #f0e9d6; }
  .uv-header.is-open .uv-header__cta {
    display: flex; width: 100%; align-items: center; gap: 14px; flex-wrap: wrap; padding: 12px 0 6px;
  }
  .uv-header.is-open .uv-header__cta .uv-btn--primary { margin-left: auto; }

  .uv-hero__inner { grid-template-columns: 1fr; text-align: center; padding-top: 56px; }
  .uv-hero__lede { margin-left: auto; margin-right: auto; }
  .uv-hero__actions, .uv-hero__chips { justify-content: center; }
  .uv-hero__art { min-height: 440px; }
  .uv-hero__charlie { height: 420px; }

  .uv-props__grid, .uv-amenities__grid, .uv-reviews__grid { grid-template-columns: 1fr; }
  .uv-contact .uv-wrap { grid-template-columns: 1fr; }
  .uv-h2 { font-size: 38px; }
}

@media (max-width: 560px) {
  .uv-hero h1 { font-size: 40px; }
  .uv-units__grid { grid-template-columns: 1fr; }
  .uv-stats .uv-wrap { grid-template-columns: 1fr; }
  .uv-footer__main { grid-template-columns: 1fr; gap: 28px; }
  .uv-utility .uv-wrap { justify-content: center; }
}
