@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("../fonts/cormorant-garamond-latin-variable.woff2") format("woff2");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/manrope-latin-variable.woff2") format("woff2");
}

:root {
  --vg-ivory: #fbf8f1;
  --vg-soft: #f4eee4;
  --vg-sand: #dfd1bd;
  --vg-stone: #8d8274;
  --vg-charcoal: #24211d;
  --vg-muted: #645d52;
  --vg-blue: #2f6674;
  --vg-navy: #142f3c;
  --vg-brass: #b59662;
  --vg-white: #fffdf8;
  --vg-line: rgba(36, 33, 29, .14);
  --vg-shadow: 0 24px 70px rgba(36, 33, 29, .14);
  --vg-serif: "Cormorant Garamond", "Libre Baskerville", Georgia, serif;
  --vg-sans: Manrope, Inter, "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --vg-radius: 8px;
  --vg-max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--vg-ivory);
  color: var(--vg-charcoal);
  font-family: var(--vg-sans);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
  text-decoration-thickness: .06em;
  text-underline-offset: .22em;
}

h1,
h2,
h3,
.vg-display {
  font-family: var(--vg-serif);
  font-weight: 500;
  line-height: .98;
  letter-spacing: 0;
  margin: 0;
}

h1 {
  font-size: clamp(3rem, 7vw, 6.6rem);
}

h2 {
  font-size: clamp(2.3rem, 4.6vw, 4.55rem);
}

h3 {
  font-size: clamp(1.55rem, 2.2vw, 2.25rem);
}

p {
  margin: 0;
}

p + p {
  margin-top: 1rem;
}

ul {
  margin: 0;
  padding-left: 1.2rem;
}

li + li {
  margin-top: .45rem;
}

.screen-reader-text,
.vg-skip {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.vg-skip:focus {
  z-index: 1000;
  width: auto;
  height: auto;
  clip: auto;
  top: 1rem;
  left: 1rem;
  padding: .7rem 1rem;
  background: var(--vg-white);
  border: 1px solid var(--vg-line);
}

.vg-container {
  width: min(var(--vg-max), calc(100% - 40px));
  margin-inline: auto;
}

.vg-narrow {
  max-width: 820px;
}

.vg-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(251, 248, 241, .93);
  border-bottom: 1px solid rgba(36, 33, 29, .08);
  backdrop-filter: blur(16px);
}

.admin-bar .vg-header {
  top: 32px;
}

.vg-header__inner {
  width: min(1320px, calc(100% - 32px));
  min-height: 76px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.vg-brand {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 auto;
  min-width: 168px;
  color: var(--vg-charcoal);
}

.vg-brand__name {
  font-family: var(--vg-serif);
  font-size: clamp(1.45rem, 2vw, 1.95rem);
  font-weight: 500;
  line-height: .9;
}

.vg-brand__sub {
  margin-top: .22rem;
  color: var(--vg-muted);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
}

.vg-label {
  color: var(--vg-muted);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.vg-nav {
  display: flex;
  align-items: center;
  gap: .95rem;
}

.vg-nav__list {
  display: flex;
  align-items: center;
  align-self: center;
  gap: .82rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.05rem;
  line-height: 1;
}

.vg-nav__list li {
  display: flex;
  align-items: center;
  margin-top: 0;
}

.vg-nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  font-family: var(--vg-serif);
  font-weight: 600;
  letter-spacing: .01em;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.vg-nav a:hover {
  color: var(--vg-blue);
}

.vg-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--vg-line);
  border-radius: 999px;
  background: transparent;
  color: var(--vg-charcoal);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}

.vg-menu-toggle span:not(.screen-reader-text) {
  display: block;
  width: 18px;
  height: 1px;
  background: currentColor;
}

.vg-nav .vg-btn--nav {
  min-height: 44px;
  padding-inline: 1.05rem;
  font-family: var(--vg-serif);
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: .01em;
  text-transform: none;
}

.vg-btn,
.vg-entry .wp-block-button__link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: .82rem 1.15rem;
  border: 1px solid var(--vg-charcoal);
  border-radius: 999px;
  background: var(--vg-charcoal);
  color: var(--vg-ivory);
  font-family: var(--vg-sans);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
}

.vg-btn:hover {
  background: var(--vg-blue);
  border-color: var(--vg-blue);
}

.vg-btn--small {
  min-height: 40px;
  padding: .65rem .95rem;
}

.vg-btn--ghost {
  background: transparent;
  color: var(--vg-charcoal);
}

.vg-btn--ghost:hover {
  background: var(--vg-charcoal);
  border-color: var(--vg-charcoal);
  color: var(--vg-ivory);
}

.vg-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .8rem;
  margin-top: 1.6rem;
}

.vg-hero {
  min-height: clamp(660px, 78vh, 860px);
  display: grid;
  align-items: stretch;
  position: relative;
  color: var(--vg-white);
  background: var(--vg-navy);
  overflow: hidden;
  isolation: isolate;
}

.vg-hero:not(.vg-hero--page) {
  min-height: clamp(430px, 52vh, 540px);
}

.vg-hero--home-crop,
.home .vg-hero:not(.vg-hero--page) {
  min-height: clamp(600px, 76vh, 875px);
}

.vg-hero--page {
  min-height: clamp(520px, 66vh, 760px);
}

.vg-hero--compact-top-crop {
  min-height: clamp(600px, 76vh, 875px);
}

.vg-hero__image {
  grid-area: 1 / 1;
  z-index: 0;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.vg-hero:not(.vg-hero--page) .vg-hero__image {
  object-position: center 88%;
}

.vg-hero--compact-top-crop .vg-hero__image,
.vg-hero--home-crop .vg-hero__image,
.home .vg-hero:not(.vg-hero--page) .vg-hero__image {
  position: absolute;
  inset: auto 0 0;
  width: 100%;
  height: 124%;
  min-height: 0;
  object-position: center bottom;
}

.vg-hero--middle-crop .vg-hero__image {
  top: 50%;
  bottom: auto;
  height: 118%;
  object-position: center center;
  transform: translateY(-50%);
}

.vg-page-home .vg-hero:not(.vg-hero--page) .vg-hero__image,
.vg-page-villa .vg-hero--compact-top-crop .vg-hero__image {
  top: -18%;
  bottom: auto;
  height: 124%;
  object-position: center center;
  transform: none;
}

.vg-page-location .vg-hero--page .vg-hero__image {
  position: absolute;
  top: 50%;
  bottom: auto;
  width: 100%;
  height: 118%;
  min-height: 0;
  object-position: center center;
  transform: translateY(-50%);
}

.vg-hero::after {
  content: "";
  grid-area: 1 / 1;
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(20, 47, 60, .48), rgba(20, 47, 60, .12) 58%, rgba(20, 47, 60, .04));
  pointer-events: none;
}

.vg-hero__content {
  grid-area: 1 / 1;
  align-self: end;
  position: relative;
  z-index: 2;
  width: min(960px, calc(100% - 40px));
  margin: 0 auto;
  padding: 7rem 0 6rem;
}

.vg-hero:not(.vg-hero--page) .vg-hero__content {
  padding: clamp(2.3rem, 4vw, 3.25rem) 0 clamp(2.2rem, 3.8vw, 3rem);
}

.vg-hero--compact-top-crop .vg-hero__content {
  padding: 7rem 0 6rem;
}

.vg-hero:not(.vg-hero--page) .vg-hero__content h1 {
  font-size: clamp(2.55rem, 4.6vw, 4.45rem);
}

.vg-hero__logo {
  width: clamp(150px, 18vw, 245px);
  height: auto;
  margin-bottom: clamp(1.3rem, 2.4vw, 2rem);
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, .24));
}

.vg-hero:not(.vg-hero--page) .vg-hero__logo {
  width: clamp(108px, 10vw, 150px);
}

.vg-hero__content p:not(.vg-label) {
  max-width: 760px;
  margin-top: 1.3rem;
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  line-height: 1.6;
}

.vg-hero:not(.vg-hero--page) .vg-hero__content p:not(.vg-label) {
  max-width: 690px;
  margin-top: .95rem;
  font-size: clamp(.96rem, 1.08vw, 1.08rem);
  line-height: 1.52;
}

.vg-hero .vg-btn--ghost {
  border-color: rgba(255, 253, 248, .72);
  color: var(--vg-white);
}

.vg-hero .vg-btn--ghost:hover {
  background: var(--vg-white);
  border-color: var(--vg-white);
  color: var(--vg-charcoal);
}

.vg-section {
  padding: clamp(2.25rem, 4vw, 4.25rem) 0;
}

.vg-section--cream {
  background: var(--vg-soft);
}

.vg-section--navy {
  background: var(--vg-navy);
  color: var(--vg-white);
}

.vg-section--tight {
  padding: clamp(1.5rem, 2.5vw, 2.5rem) 0;
}

.vg-section__head {
  display: grid;
  gap: .65rem;
  max-width: 840px;
  margin-bottom: clamp(1rem, 2vw, 1.75rem);
}

.vg-section__head p {
  color: var(--vg-muted);
  font-size: 1.04rem;
}

.vg-section--navy .vg-section__head p,
.vg-section--navy .vg-label {
  color: rgba(255, 253, 248, .76);
}

.vg-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .9fr);
  align-items: center;
  gap: clamp(1.25rem, 3vw, 2.5rem);
}

.vg-split--reverse {
  grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);
}

.vg-split__media img,
.vg-card img,
.vg-editorial-grid img,
.vg-wide-image img {
  width: 100%;
  border-radius: var(--vg-radius);
  object-fit: cover;
  box-shadow: var(--vg-shadow);
}

.vg-split__media img {
  aspect-ratio: 4 / 3;
}

.vg-split__copy {
  display: grid;
  gap: 1.1rem;
}

.vg-split__copy p,
.vg-card p,
.vg-feature p {
  color: var(--vg-muted);
}

.vg-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.vg-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vg-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vg-card {
  background: var(--vg-white);
  border: 1px solid var(--vg-line);
  border-radius: var(--vg-radius);
  overflow: hidden;
}

.vg-card__body {
  padding: 1.35rem;
}

.vg-card img {
  aspect-ratio: 4 / 3;
  border-radius: 0;
  box-shadow: none;
}

.vg-card h3 {
  margin-bottom: .65rem;
}

.vg-card .vg-btn {
  margin-top: 1.1rem;
}

.vg-feature-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .7rem;
  margin-top: .8rem;
}

.vg-feature {
  border-top: 1px solid var(--vg-line);
  padding-top: 1rem;
}

.vg-feature strong {
  display: block;
  margin-bottom: .2rem;
}

.vg-editorial-grid {
  display: grid;
  grid-template-columns: 1.1fr .8fr .9fr;
  gap: 1rem;
}

.vg-editorial-grid img {
  aspect-ratio: 4 / 5;
}

.vg-editorial-grid img:first-child {
  aspect-ratio: 4 / 3;
  grid-row: span 2;
}

.vg-wide-image img {
  aspect-ratio: 16 / 9;
}

.vg-callout {
  border-left: 2px solid var(--vg-brass);
  padding: .3rem 0 .3rem 1.2rem;
  color: var(--vg-muted);
}

.vg-golf-cart-note {
  display: grid;
  grid-template-columns: minmax(220px, .56fr) minmax(0, 1fr);
  align-items: center;
  gap: 1.35rem;
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--vg-line);
}

.vg-section__head .vg-golf-cart-note {
  max-width: 780px;
}

.vg-golf-cart-note--arrival {
  grid-template-columns: minmax(220px, .56fr) minmax(0, 1fr);
}

.vg-golf-cart-note > p:empty {
  display: none;
}

.vg-golf-cart-note img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--vg-radius);
  box-shadow: var(--vg-shadow);
}

.vg-golf-cart-note p:not(.vg-label) {
  color: var(--vg-muted);
}

.vg-golf-cart-note--faq {
  max-width: 780px;
  grid-template-columns: 150px minmax(0, 1fr);
}

.vg-golf-cart-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  align-items: center;
  gap: clamp(1.6rem, 4vw, 4rem);
}

.vg-golf-cart-feature__media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--vg-radius);
  box-shadow: var(--vg-shadow);
}

.vg-feature-points {
  display: grid;
  gap: .75rem;
  margin: 1.35rem 0 1.5rem;
  padding: 0;
  list-style: none;
}

.vg-feature-points li {
  display: grid;
  grid-template-columns: minmax(130px, .38fr) minmax(0, 1fr);
  gap: .9rem;
  padding-top: .8rem;
  border-top: 1px solid var(--vg-line);
}

.vg-feature-points span {
  color: var(--vg-muted);
}

.vg-rate-table-wrap {
  overflow: clip;
  max-width: 100%;
  margin: 1rem 0 1.05rem;
  padding: .28rem;
  border: 1px solid rgba(181, 150, 98, .2);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(223, 209, 189, .34), rgba(251, 248, 241, .48));
  box-shadow: none;
}

.vg-rate-table {
  display: block;
  width: 100%;
  max-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  font-size: .95rem;
}

.vg-rate-table thead {
  display: none;
}

.vg-rate-table tbody {
  display: grid;
  gap: .34rem;
  min-width: 0;
}

.vg-rate-table tr {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(8.8rem, .34fr);
  align-items: center;
  gap: .75rem;
  min-width: 0;
  padding: .58rem .72rem;
  border: 1px solid rgba(181, 150, 98, .16);
  border-radius: 8px;
  background: rgba(244, 238, 228, .78);
}

.vg-rate-table tr:nth-child(even) {
  background: rgba(239, 230, 216, .78);
}

.vg-rate-table td {
  min-width: 0;
  padding: 0;
  border: 0;
  text-align: left;
  vertical-align: middle;
}

.vg-rate-table td:first-child {
  color: var(--vg-muted);
  font-size: .8rem;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.vg-rate-table td:last-child {
  color: var(--vg-charcoal);
  font-family: var(--vg-serif);
  font-size: 1.04rem;
  font-weight: 600;
  line-height: 1.22;
  text-align: right;
  white-space: normal;
  overflow-wrap: anywhere;
}

.vg-rate-table tr:last-child td {
  border-bottom: 0;
}

.vg-logo-panel {
  display: grid;
  min-height: min(420px, 64vw);
  place-items: center;
  padding: clamp(1rem, 4vw, 3rem);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.vg-logo-panel img {
  width: min(440px, 82%);
  height: auto;
}

.vg-faq {
  display: grid;
  gap: .8rem;
}

.vg-faq details {
  border-top: 1px solid var(--vg-line);
  padding: 1.1rem 0;
}

.vg-faq summary {
  cursor: pointer;
  font-weight: 700;
}

.vg-faq p {
  max-width: 820px;
  margin-top: .8rem;
  color: var(--vg-muted);
}

.vg-form {
  display: grid;
  gap: 1rem;
  padding: clamp(1.2rem, 3vw, 2rem);
  background: var(--vg-white);
  border: 1px solid var(--vg-line);
  border-radius: var(--vg-radius);
}

.vg-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.vg-form label {
  display: grid;
  gap: .35rem;
  font-weight: 700;
  font-size: .88rem;
}

.vg-form input,
.vg-form select,
.vg-form textarea {
  width: 100%;
  border: 1px solid var(--vg-line);
  border-radius: 6px;
  background: #fff;
  color: var(--vg-charcoal);
  font: inherit;
  padding: .85rem .9rem;
}

.vg-form input.screen-reader-text {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
}

.vg-form textarea {
  min-height: 140px;
  resize: vertical;
}

.vg-choice-group {
  border: 1px solid var(--vg-line);
  border-radius: 6px;
  margin: 0;
  padding: .85rem .9rem;
}

.vg-choice-group legend {
  padding: 0 .35rem;
  font-size: .82rem;
  font-weight: 700;
}

.vg-choice-group label {
  display: flex;
  align-items: flex-start;
  gap: .45rem;
  font-size: .92rem;
  font-weight: 500;
}

.vg-choice-group label + label {
  margin-top: .45rem;
}

.vg-choice-group input {
  width: auto;
  margin-top: .35rem;
}

.vg-form .vg-full {
  grid-column: 1 / -1;
}

.vg-form__notice {
  border: 1px solid var(--vg-line);
  background: var(--vg-soft);
  border-radius: 6px;
  padding: .9rem 1rem;
}

.vg-turnstile {
  min-height: 65px;
}

.vg-policy-link-note {
  margin-top: 1rem;
  color: var(--vg-muted);
  font-size: .82rem;
  text-align: center;
}

.vg-policy-link-note a {
  color: var(--vg-charcoal);
}

.vg-policy-page {
  background: #fcfaf6;
  padding: clamp(3.5rem, 7vw, 7rem) 0;
}

.vg-policy-shell {
  max-width: 920px;
  border-top: 1px solid rgba(181, 150, 98, .42);
  border-bottom: 1px solid rgba(181, 150, 98, .42);
  padding-block: clamp(2.2rem, 5vw, 4.6rem);
}

.vg-policy-header {
  display: grid;
  justify-items: center;
  gap: 1rem;
  margin-bottom: clamp(2rem, 4vw, 3.2rem);
  text-align: center;
}

.vg-policy-logo {
  width: min(250px, 72vw);
  height: auto;
  margin-bottom: .35rem;
}

.vg-policy-header h1 {
  max-width: 760px;
  font-size: clamp(2.5rem, 5.8vw, 5rem);
}

.vg-policy-header p:not(.vg-label) {
  max-width: 700px;
  color: var(--vg-muted);
}

.vg-policy-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.vg-policy-summary article {
  min-height: 150px;
  padding: 1.15rem 1.2rem;
  border: 1px solid rgba(181, 150, 98, .34);
  background: rgba(255, 253, 248, .72);
}

.vg-policy-summary h2 {
  margin-bottom: .55rem;
  font-family: var(--vg-sans);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1.3;
  text-transform: uppercase;
}

.vg-policy-summary p,
.vg-policy-section p,
.vg-policy-section li {
  color: var(--vg-muted);
}

.vg-policy-section {
  border-top: 1px solid rgba(181, 150, 98, .34);
  padding-top: clamp(1.5rem, 3vw, 2rem);
  margin-top: clamp(1.5rem, 3vw, 2rem);
}

.vg-policy-section h2 {
  margin-bottom: .9rem;
  font-size: clamp(1.85rem, 3vw, 2.7rem);
}

.vg-policy-section p + ul {
  margin-top: .8rem;
}

.vg-policy-section strong {
  color: var(--vg-charcoal);
}

.vg-policy-return {
  margin-top: clamp(2rem, 4vw, 3rem);
  padding-top: 1.3rem;
  border-top: 1px solid rgba(181, 150, 98, .34);
  font-size: .86rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
}

.vg-breadcrumbs {
  padding: .8rem 0;
  border-bottom: 1px solid rgba(36, 33, 29, .08);
  background: rgba(251, 248, 241, .96);
  font-size: .85rem;
  color: var(--vg-muted);
}

.vg-breadcrumbs .vg-container {
  display: flex;
  align-items: center;
  gap: .45rem;
}

.vg-breadcrumbs a {
  color: var(--vg-charcoal);
  text-decoration: none;
}

.vg-footer-cta {
  background: var(--vg-soft);
  padding: clamp(3rem, 6vw, 5rem) 0;
  border-top: 1px solid var(--vg-line);
}

.vg-footer-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
}

.vg-footer-cta p:not(.vg-label) {
  max-width: 740px;
  color: var(--vg-muted);
  margin-top: .8rem;
}

.vg-footer {
  background: var(--vg-charcoal);
  color: rgba(255, 253, 248, .78);
  padding: 3.4rem 0 5.8rem;
}

.vg-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .7fr);
  gap: 3rem;
}

.vg-footer__brand {
  color: var(--vg-white);
  font-family: var(--vg-serif);
  font-size: 2rem;
  line-height: 1;
}

.vg-footer__logo {
  width: min(260px, 72vw);
  height: auto;
  margin-bottom: 1.25rem;
}

.vg-footer__disclaimer {
  max-width: 720px;
  margin-top: 1.2rem;
  font-size: .9rem;
}

.vg-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  columns: 2;
}

.vg-footer__links a {
  color: rgba(255, 253, 248, .86);
  text-decoration: none;
}

.vg-admin-note {
  margin-top: 1rem;
  color: #f2d390;
  font-size: .88rem;
}

.vg-sticky-cta {
  display: none;
}

@media (max-width: 1120px) {
  .vg-menu-toggle {
    display: inline-flex;
  }

  .vg-nav {
    position: fixed;
    inset: 76px 0 auto 0;
    z-index: 1001;
    display: none;
    background: var(--vg-ivory);
    border-bottom: 1px solid var(--vg-line);
    padding: 1rem 20px 1.25rem;
  }

  .admin-bar .vg-nav {
    top: 108px;
  }

  .vg-nav.is-open {
    display: grid;
  }

  .vg-nav__list {
    display: grid;
    gap: .85rem;
  }

  .vg-btn--nav {
    width: fit-content;
  }

  .vg-split,
  .vg-split--reverse,
  .vg-grid,
  .vg-grid--two,
  .vg-grid--four,
  .vg-footer-cta__inner,
  .vg-footer__grid,
  .vg-golf-cart-feature {
    grid-template-columns: 1fr;
  }

  .vg-feature-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vg-editorial-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  h1 {
    font-size: clamp(2.45rem, 11vw, 2.95rem);
    line-height: 1.03;
  }

  h2 {
    font-size: clamp(2rem, 9vw, 2.65rem);
  }

  .vg-container,
  .vg-hero__content {
    width: min(calc(100% - 28px), var(--vg-max));
  }

  .vg-header__inner {
    width: calc(100% - 28px);
  }

  .vg-brand {
    min-width: 132px;
  }

  .vg-brand__name {
    font-size: 1.45rem;
  }

  .vg-brand__sub {
    font-size: .54rem;
    letter-spacing: .08em;
  }

  .vg-hero,
  .vg-hero--page {
    min-height: 76vh;
  }

  .vg-hero:not(.vg-hero--page) {
    min-height: 58vh;
  }

  .vg-hero--home-crop,
  .home .vg-hero:not(.vg-hero--page),
  .vg-hero--compact-top-crop {
    min-height: clamp(600px, 76vh, 875px);
  }

  .vg-hero__content {
    padding: 4rem 0 4.5rem;
    max-width: 100%;
    min-width: 0;
  }

  .vg-hero:not(.vg-hero--page) .vg-hero__content {
    padding: 2.1rem 0 2.6rem;
  }

  .vg-hero--compact-top-crop .vg-hero__content {
    padding: 4rem 0 4.5rem;
  }

  .vg-hero__logo {
    width: 148px;
    margin-bottom: 1.15rem;
  }

  .vg-actions {
    align-items: stretch;
  }

  .vg-actions .vg-btn,
  .vg-form__grid,
  .vg-feature-list,
  .vg-editorial-grid,
  .vg-golf-cart-note,
  .vg-golf-cart-note--faq,
  .vg-policy-summary,
  .vg-feature-points li {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .vg-golf-cart-note--arrival {
    grid-template-columns: 112px minmax(0, 1fr);
    align-items: start;
    gap: .85rem;
  }

  .vg-rate-table-wrap {
    margin: .95rem 0 1rem;
    padding: .28rem;
    border-radius: 9px;
    background: linear-gradient(135deg, rgba(223, 209, 189, .28), rgba(251, 248, 241, .38));
  }

  .vg-rate-table tr {
    grid-template-columns: minmax(0, 1fr);
    gap: .2rem;
    padding: .64rem .68rem;
  }

  .vg-rate-table tr:last-child {
    border-bottom: 0;
  }

  .vg-rate-table td:first-child {
    color: var(--vg-muted);
    font-size: .78rem;
    line-height: 1.35;
  }

  .vg-rate-table td:last-child {
    width: 100%;
    font-size: 1.04rem;
    line-height: 1.18;
    text-align: left;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .vg-golf-cart-note--arrival img {
    aspect-ratio: 1 / 1;
  }

  .vg-golf-cart-note--arrival .vg-label {
    font-size: .62rem;
  }

  .vg-golf-cart-note--arrival p:not(.vg-label) {
    font-size: .9rem;
    line-height: 1.5;
  }

  .vg-form .vg-full {
    grid-column: auto;
  }

  .vg-footer {
    padding-bottom: 6.7rem;
  }

  .vg-sticky-cta {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 120;
    display: flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--vg-charcoal);
    color: var(--vg-ivory);
    box-shadow: 0 12px 40px rgba(0, 0, 0, .22);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
    opacity: 0;
    pointer-events: none;
    transform: translateY(90px);
    transition: opacity .18s ease, transform .18s ease;
  }

  .vg-sticky-cta.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
}

@media (max-width: 782px) {
  .admin-bar .vg-header {
    top: 46px;
  }

  .admin-bar .vg-nav {
    top: 122px;
  }
}

@media (max-width: 420px) {
  h1 {
    font-size: clamp(2.25rem, 10vw, 2.55rem);
  }

  .vg-hero__content p:not(.vg-label) {
    font-size: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
