/* ==========================================================================
   orlando-body.css — Orlando city landing page: page BODY styles only.
   Linked from orlando.html BEFORE hbv/hbv-chrome.css (kit chrome loads LAST
   and wins on equal-specificity chrome rules). Standardized to match every
   other page (linked body CSS, not an inline <style> block).
   Design tokens come from hbv/hbv-chrome.css :root — only page-unique tokens
   (easing curves) are declared here.
   ========================================================================== */

:root { --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1); --ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1); }

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

html { scroll-behavior: smooth; scroll-padding-top: 90px; }

html, body { overflow-x: clip; }

body { margin: 0px; background: var(--soft-ivory); color: var(--ink); font-family: var(--font-body); font-weight: 400; font-size: 17px; line-height: 1.6; -webkit-font-smoothing: antialiased; text-rendering: optimizelegibility; }

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

a { color: inherit; text-decoration: none; }

button { font-family: inherit; cursor: pointer; border: 0px; background: none; }

input, select { font-family: inherit; }

::selection { background: var(--deep-teal); color: var(--soft-ivory); }

.eyebrow { font-family: var(--font-display); font-weight: 500; font-size: 0.7rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--taupe-deep); }

.eyebrow--light { color: rgba(255, 255, 255, 0.78); }

.ornament { display: inline-block; width: 56px; height: 1px; vertical-align: middle; margin-right: 0.6rem; background: linear-gradient(90deg, transparent, var(--taupe-deep) 30%, var(--taupe-deep) 70%, transparent); opacity: 0.65; }

.ornament--light { background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.78) 30%, rgba(255, 255, 255, 0.78) 70%, transparent); }

.script { font-family: var(--font-script); text-transform: none; letter-spacing: 0px; font-weight: 400; display: inline-block; line-height: 1.15; padding-bottom: 0.18em; vertical-align: baseline; }

.wrap { width: 100%; max-width: 1440px; margin: 0px auto; padding-left: var(--gutter); padding-right: var(--gutter); }

.announce { background: var(--ivory-warmer); color: var(--ink); font-family: var(--font-display); font-size: 0.68rem; letter-spacing: 0.22em; text-transform: uppercase; text-align: center; padding: 0.7rem var(--gutter); border-bottom: 1px solid var(--hairline); }

.announce a { margin-left: 0.6rem; color: var(--deep-teal); border-bottom: 1px solid var(--deep-teal); padding-bottom: 1px; }

.btn { display: inline-flex; align-items: center; gap: 0.6rem; padding: 1rem 1.75rem; font-family: var(--font-display); font-size: 0.72rem; letter-spacing: 0.24em; text-transform: uppercase; border: 1px solid transparent; transition: 0.25s; cursor: pointer; min-height: 44px; }

.btn--primary { background: var(--deep-teal); color: var(--soft-ivory); border-color: var(--deep-teal); }

.btn--primary:hover { background: var(--teal-deep); }

.btn--ivory { background: var(--soft-ivory); color: var(--ink); border-color: var(--soft-ivory); }

.btn--ivory:hover { background: transparent; color: var(--soft-ivory); }

.btn--ghost-light { background: transparent; color: var(--soft-ivory); border-color: rgba(255, 255, 255, 0.4); }

.btn--ghost-light:hover { background: var(--soft-ivory); color: var(--ink); border-color: var(--soft-ivory); }

.btn--ghost-dark { background: transparent; color: var(--deep-teal); border-color: var(--deep-teal); }

.btn--ghost-dark:hover { background: var(--deep-teal); color: var(--soft-ivory); }

.btn .arrow { transition: transform 0.25s; }

.btn:hover .arrow { transform: translateX(4px); }

.hero { position: relative; min-height: 100svh; color: var(--soft-ivory); overflow: visible; display: flex; align-items: flex-end; padding-bottom: clamp(3rem, 8vh, 6rem); background: var(--soft-ivory); }

.hero::after { content: ""; position: absolute; inset: 0px; background: none; z-index: 1; pointer-events: none; }

.hero__media { position: absolute; inset: 0px; background-size: cover; background-position: center center; z-index: 0; }

.hero__media--mobile { display: none; }

@media (max-width: 768px) {
  .hero__media--desktop { display: none; }
  .hero__media--mobile { display: block; }
}

.hero__overlay-logo { position: absolute; top: 11.5rem; left: 50%; transform: translateX(-50%); z-index: 5; width: clamp(155px, 16vw, 220px); height: auto; opacity: 0.95; pointer-events: none; filter: drop-shadow(rgba(0, 0, 0, 0.4) 0px 2px 16px); }

@media (max-width: 640px) {
  .hero__overlay-logo { width: clamp(150px, 44vw, 205px); top: 11rem; }
}

.hero__content { position: relative; z-index: 100; width: 100%; max-width: 1440px; margin: 0px auto; padding-left: var(--gutter); padding-right: var(--gutter); }

.hero__crumb { font-family: var(--font-display); font-size: 0.62rem; letter-spacing: 0.26em; text-transform: uppercase; opacity: 0.85; margin-bottom: 1rem; }

.hero__crumb a { border-bottom: 1px solid rgba(255, 255, 255, 0.4); padding-bottom: 1px; }

.hero__crumb span { margin: 0px 0.5rem; opacity: 0.5; }

.hero__eyebrow { margin-bottom: 0.8rem; }

.hero__title { font-family: var(--font-display); font-weight: 500; font-size: clamp(2.3rem, 6vw, 4.8rem); letter-spacing: -0.01em; line-height: 1.04; margin: 0px 0px 1.25rem; max-width: 18ch; }

.hero__title .script { font-family: var(--font-script); font-weight: 400; font-size: 1.15em; letter-spacing: 0px; text-transform: none; color: var(--soft-ivory); }

.hero__sub { font-size: clamp(1rem, 1.4vw, 1.15rem); line-height: 1.55; max-width: 52ch; opacity: 0.92; margin: 0px 0px 2rem; font-weight: 300; }

.hero__ctas { display: flex; gap: 0.85rem; flex-wrap: wrap; }

@media (max-width: 640px) {
  .hero { min-height: 88vh; }
  .hero__title { max-width: 100%; }
  .hero__ctas .btn { flex: 1 1 auto; justify-content: center; }
}

.intro { padding: var(--section-y) 0; background: var(--soft-ivory); text-align: center; }

.intro__inner { max-width: 880px; margin: 0px auto; }

.intro__title { font-family: var(--font-display); font-weight: 500; font-size: clamp(1.75rem, 3.4vw, 2.5rem); letter-spacing: 0.02em; line-height: 1.2; margin: 0.6rem 0px 1.25rem; color: var(--ink); }

.intro__title .script { font-size: 1.3em; color: var(--taupe-deep); }

.intro__lead { font-size: clamp(1rem, 1.3vw, 1.1rem); line-height: 1.7; color: var(--ink-muted); max-width: 64ch; margin: 0px auto; }

.intro__media { width: 100%; max-width: 880px; aspect-ratio: 16 / 9; margin: 0px auto clamp(2rem, 4vw, 3rem); background-size: cover; background-position: center center; border-radius: 2px; }

.nearby { padding: var(--section-y) 0; background: var(--ivory-warm); }

.nearby__head { max-width: 760px; margin: 0px auto clamp(2rem, 4vw, 3rem); text-align: center; }

.nearby__title { font-family: var(--font-display); font-weight: 500; font-size: clamp(1.9rem, 4vw, 3rem); letter-spacing: 0.02em; line-height: 1.15; margin: 0.6rem 0px 1rem; color: var(--ink); }

.nearby__title .script { font-size: 1.25em; color: var(--taupe-deep); }

.nearby__lead { font-size: 1rem; line-height: 1.65; color: var(--ink-muted); max-width: 60ch; margin: 0px auto; }

.nearby__inner { display: grid; grid-template-columns: 340px 1fr; gap: clamp(1.25rem, 2.5vw, 2rem); align-items: stretch; }

.nearby__sidebar { display: flex; flex-direction: column; gap: 1rem; min-height: 600px; }

.nearby__list { background: var(--soft-ivory); border: 1px solid var(--hairline); flex: 1 1 0%; overflow: visible; }

.nearby__item { position: relative; display: flex; flex-direction: column; border-bottom: 1px solid var(--hairline); background: transparent; transition: background 0.2s; }

.nearby__item:last-child { border-bottom: 0px; }

.nearby__item:hover { background: var(--ivory-warmer); }

.nearby__item.is-active { background: var(--deep-teal); }

.nearby__item.is-active:hover { background: var(--deep-teal); }

.nearby__item.is-active { z-index: 10; }

.nearby__item-trigger { width: 100%; display: flex; align-items: center; gap: 0.85rem; padding: 1rem 1.25rem; border: 0px; background: transparent; text-align: left; cursor: pointer; font-family: var(--font-display); font-weight: 500; font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink); transition: color 0.2s; min-height: 54px; }

.nearby__item.is-active .nearby__item-trigger { color: var(--soft-ivory); }

.nearby__item.is-active .nearby__num { background: var(--mist-blue); color: var(--deep-teal); border-color: var(--mist-blue); }

.nearby__item-name { flex: 1 1 0%; min-width: 0px; }

.nearby__item-caret { flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; color: var(--taupe-deep); transition: transform 0.3s var(--ease-out-expo),color 0.2s ease; }

.nearby__item.is-active .nearby__item-caret { transform: rotate(180deg); color: var(--soft-ivory); }

.nearby__item-body { position: absolute; top: 100%; left: 0px; right: 0px; background: var(--ivory-warm); border-bottom: 1px solid var(--hairline); box-shadow: rgba(12, 42, 62, 0.1) 0px 8px 24px; opacity: 0; visibility: hidden; transform: translateY(-4px); transition: opacity 0.25s ease,transform 0.25s var(--ease-out-expo),visibility 0s linear 0.25s; }

.nearby__item.is-active .nearby__item-body { opacity: 1; visibility: visible; transform: translateY(0px); transition: opacity 0.25s ease,transform 0.25s var(--ease-out-expo),visibility 0s linear 0s; }

.nearby__item-body-inner p { margin: 0px; padding: 0.75rem 1.25rem 1.25rem 3.1rem; font-family: var(--font-body); font-weight: 400; font-size: 0.88rem; line-height: 1.6; color: var(--ink-muted); text-transform: none; letter-spacing: 0px; }

.nearby__num { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; border-radius: 50%; border: 1px solid var(--taupe-deep); background: transparent; color: var(--taupe-deep); font-family: var(--font-display); font-weight: 600; font-size: 0.68rem; letter-spacing: 0px; flex-shrink: 0; transition: background 0.2s, color 0.2s, border-color 0.2s; }

.nearby__map-wrap { position: relative; background: linear-gradient(rgb(251, 247, 236) 0%, rgb(245, 239, 224) 100%); border: 1px solid var(--hairline); min-height: 600px; overflow: hidden; }

.nearby__map-svg { display: block; width: 100%; height: 100%; position: absolute; inset: 0px; }

.nearby-pin { cursor: pointer; transform-origin: center center; transform-box: fill-box; }

.nearby-pin__shadow { fill: rgba(12, 42, 62, 0.15); }

.nearby-pin__bg { fill: var(--soft-ivory); stroke: var(--deep-teal); stroke-width: 1.4; transition: fill 0.25s, stroke 0.25s, stroke-width 0.25s; }

.nearby-pin__icon { color: var(--deep-teal); pointer-events: none; transition: color 0.25s; }

.nearby-pin__label { font-family: var(--font-display); font-weight: 600; font-size: 8.5px; letter-spacing: 1.2px; text-transform: uppercase; fill: var(--ink); pointer-events: none; dominant-baseline: central; transition: fill 0.25s, font-weight 0.25s; }

.nearby-pin__tagline { font-family: var(--font-body); font-weight: 400; font-size: 7px; letter-spacing: 0.2px; fill: var(--ink-muted); pointer-events: none; dominant-baseline: central; font-style: italic; transition: fill 0.25s; }

.nearby-pin:hover .nearby-pin__bg { fill: var(--ivory-warmer); }

.nearby-pin:hover .nearby-pin__label { fill: var(--deep-teal); }

.nearby-pin.is-active .nearby-pin__bg { fill: var(--deep-teal); stroke: var(--deep-teal); stroke-width: 3; }

.nearby-pin.is-active .nearby-pin__icon { color: var(--soft-ivory); }

.nearby-pin.is-active .nearby-pin__label { fill: var(--deep-teal); font-weight: 700; }

.nearby-pin--anchor .nearby-pin__bg { fill: var(--deep-teal); stroke: var(--deep-teal); stroke-width: 2; }

.nearby-pin--anchor .nearby-pin__icon { color: var(--soft-ivory); }

.nearby-pin--anchor .nearby-pin__label { font-family: var(--font-script); font-weight: 400; font-style: normal; font-size: 14px; letter-spacing: 0.5px; text-transform: none; fill: var(--deep-teal); }

.nearby-pin--anchor .nearby-pin__tagline { font-size: 7.5px; fill: var(--taupe-deep); font-style: normal; letter-spacing: 1.2px; text-transform: uppercase; }

.nearby-pin--anchor:hover .nearby-pin__bg { fill: var(--deep-teal); }

.nearby__detail { display: none !important; }

@media (max-width: 900px) {
  .nearby__inner { grid-template-columns: 1fr; }
  .nearby__map-wrap { min-height: 460px; order: -1; }
  .nearby__list { max-height: none; }
}

.lifestyle { padding: var(--section-y) 0; background: var(--ivory-warm,#F5EFE0); }

.lifestyle__inner { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }

.lifestyle__copy { text-align: center; }

.lifestyle__copy .eyebrow { justify-content: center; }

.lifestyle__copy .lifestyle__body { margin-left: auto; margin-right: auto; }

.lifestyle__copy .lifestyle__ctas { justify-content: center; }

.lifestyle__copy .lifestyle__bullets { text-align: left; display: inline-grid; }

.lifestyle__media { position: relative; aspect-ratio: 4 / 5; background-size: cover; background-position: center center; }

.lifestyle__title { font-family: var(--font-display); font-weight: 500; font-size: clamp(1.9rem, 4.2vw, 3.1rem); letter-spacing: 0.01em; line-height: 1.12; margin: 0.6rem 0px 1.25rem; color: var(--ink); }

.lifestyle__title .script { font-size: 1.3em; color: var(--taupe-deep); }

.lifestyle__body { font-size: 1.02rem; line-height: 1.75; color: var(--ink-muted); margin: 0px 0px 1.5rem; max-width: 52ch; }

.lifestyle__ctas { display: flex; gap: 0.85rem; flex-wrap: wrap; margin-top: 1.5rem; }

.launch__ctas { display: flex; gap: 0.85rem; flex-wrap: wrap; margin-top: 1.5rem; }

.lifestyle__bullets { list-style: none; padding: 0px; margin: 0px 0px 1.75rem; display: grid; gap: 0.75rem; }

.lifestyle__bullets li { padding-left: 1.5rem; position: relative; font-size: 0.98rem; color: var(--ink); line-height: 1.55; }

.lifestyle__bullets li::before { content: ""; position: absolute; left: 0px; top: 0.6rem; width: 12px; height: 1px; background: var(--deep-teal); }

@media (max-width: 900px) {
  .lifestyle__inner { grid-template-columns: 1fr; }
  .lifestyle__media { aspect-ratio: 4 / 3; }
}

.launch { padding: var(--section-y) 0; background: radial-gradient(ellipse at top,rgba(152,193,216,0.18),transparent 60%),var(--deep-teal); color: var(--soft-ivory); text-align: center; position: relative; overflow: hidden; }

.launch__bg { position: absolute; inset: 0px; background-size: cover; background-position: center center; opacity: 0.22; mix-blend-mode: screen; z-index: 1; }

.launch__bg::after { content: ""; position: absolute; inset: 0px; background: linear-gradient(rgba(6, 27, 41, 0.5) 0%, rgba(6, 27, 41, 0.85) 100%); }

.launch__inner { max-width: 760px; margin: 0px auto; position: relative; z-index: 2; }

.launch__title { font-family: var(--font-display); font-weight: 500; font-size: clamp(2rem, 4.2vw, 3rem); letter-spacing: 0.02em; line-height: 1.15; margin: 0.6rem 0px 1.25rem; }

.launch__title .script { font-size: 1.3em; color: var(--soft-ivory); }

.launch__body { font-size: 1.05rem; line-height: 1.7; color: rgba(255, 255, 255, 0.85); max-width: 58ch; margin: 0px auto 2rem; }

.launch__cta { display: inline-flex; gap: 0.85rem; flex-wrap: wrap; justify-content: center; }

@media (max-width: 540px) {
  .launch__cta { display: flex; width: 100%; }
  .launch__cta .btn { flex: 1 1 auto; justify-content: center; }
}

.attractions { padding: var(--section-y) 0; background: var(--ivory-warm); }

.attractions__head { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: end; margin-bottom: clamp(2rem, 4vw, 3.5rem); }

.attractions__title { font-family: var(--font-display); font-weight: 500; font-size: clamp(1.9rem, 4vw, 3rem); letter-spacing: 0.02em; line-height: 1.15; margin: 0.6rem 0px 0px; color: var(--ink); }

.attractions__title .script { font-size: 1.25em; color: var(--taupe-deep); }

.attractions__lead { font-size: 1rem; line-height: 1.65; color: var(--ink-muted); max-width: 44ch; margin: 0px; }

.attractions__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }

.att-card { position: relative; overflow: hidden; aspect-ratio: 3 / 4; background: var(--taupe-light); }

.att-card__media { position: absolute; inset: 0px; background-size: cover; background-position: center center; transition: transform 0.7s var(--ease-out-expo); }

.att-card:hover .att-card__media { transform: scale(1.05); }

.att-card__media::after { content: ""; position: absolute; inset: 0px; background: linear-gradient(rgba(12, 42, 62, 0) 35%, rgba(12, 42, 62, 0.78) 100%); }

.att-card__body { position: absolute; left: 0px; right: 0px; bottom: 0px; padding: 1.25rem 1.25rem 1.4rem; color: var(--soft-ivory); z-index: 2; }

.att-card__kicker { font-family: var(--font-display); font-size: 0.6rem; letter-spacing: 0.26em; text-transform: uppercase; opacity: 0.85; margin-bottom: 0.4rem; }

.att-card__title { font-family: var(--font-display); font-weight: 500; font-size: 1.1rem; letter-spacing: 0.04em; text-transform: uppercase; margin: 0px 0px 0.4rem; line-height: 1.2; }

.att-card__meta { font-size: 0.85rem; opacity: 0.88; font-weight: 300; }

@media (max-width: 1024px) {
  .attractions__grid { grid-template-columns: repeat(2, 1fr); }
  .attractions__head { grid-template-columns: 1fr; align-items: start; gap: 1rem; }
}

@media (max-width: 540px) {
  .att-card { aspect-ratio: 4 / 3; }
}

.amenities { padding: var(--section-y) 0; background: var(--soft-ivory); }

.amenities__head { max-width: 760px; margin: 0px auto clamp(2rem, 4vw, 3.5rem); text-align: center; }

.amenities__title { font-family: var(--font-display); font-weight: 500; font-size: clamp(1.9rem, 4vw, 3rem); letter-spacing: 0.02em; line-height: 1.15; margin: 0.6rem 0px 1rem; color: var(--ink); }

.amenities__title .script { font-size: 1.25em; color: var(--taupe-deep); }

.amenities__lead { font-size: 1rem; line-height: 1.65; color: var(--ink-muted); max-width: 60ch; margin: 0px auto; }

.amenities__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }

.amenity { padding: 1.5rem; border: 1px solid var(--hairline); background: var(--soft-ivory); transition: border-color 0.25s, transform 0.3s; }

.amenity:hover { border-color: var(--deep-teal); transform: translateY(-3px); }

.amenity__icon { width: 40px; height: 40px; color: var(--deep-teal); margin-bottom: 1rem; }

.amenity__icon svg { width: 100%; height: 100%; stroke: currentcolor; fill: none; stroke-width: 1.4; }

.amenity__title { font-family: var(--font-display); font-weight: 500; font-size: 0.95rem; letter-spacing: 0.06em; text-transform: uppercase; margin: 0px 0px 0.5rem; color: var(--ink); }

.amenity__body { font-size: 0.94rem; line-height: 1.6; color: var(--ink-muted); margin: 0px; }

@media (max-width: 1024px) {
  .amenities__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 540px) {
  .amenities__grid { grid-template-columns: 1fr; gap: 0.85rem; }
}

.accom { padding: var(--section-y) 0; background: var(--ivory-warm); }

.accom__inner { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }

.accom__media { position: relative; aspect-ratio: 5 / 6; background-size: cover; background-position: center center; }

.accom__title { font-family: var(--font-display); font-weight: 500; font-size: clamp(1.9rem, 4vw, 3rem); letter-spacing: 0.02em; line-height: 1.15; margin: 0.6rem 0px 1rem; color: var(--ink); }

.accom__title .script { font-size: 1.25em; color: var(--taupe-deep); }

.accom__body { font-size: 1.02rem; line-height: 1.7; color: var(--ink-muted); margin: 0px 0px 1.75rem; }

.accom__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin: 0px 0px 2rem; padding: 1.5rem 0px; border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); }

.accom__stat-num { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.4rem, 2.4vw, 1.85rem); color: var(--deep-teal); line-height: 1; margin-bottom: 0.4rem; }

.accom__stat-label { font-family: var(--font-display); font-size: 0.62rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--taupe-deep); line-height: 1.5; }

.accom__ctas { display: flex; gap: 0.85rem; flex-wrap: wrap; }

@media (max-width: 900px) {
  .accom__inner { grid-template-columns: 1fr; }
  .accom__media { aspect-ratio: 4 / 3; order: -1; }
}

.why { padding: var(--section-y) 0; background: var(--deep-teal); color: var(--soft-ivory); }

.why__head { max-width: 760px; margin: 0px auto clamp(2rem, 4vw, 3.5rem); text-align: center; }

.why__title { font-family: var(--font-display); font-weight: 500; font-size: clamp(1.9rem, 4vw, 3rem); letter-spacing: 0.02em; line-height: 1.15; margin: 0.6rem 0px 1rem; color: var(--soft-ivory); }

.why__title .script { font-size: 1.25em; color: var(--soft-ivory); }

.why__lead { font-size: 1rem; line-height: 1.65; color: rgba(255, 255, 255, 0.78); max-width: 60ch; margin: 0px auto; }

.why__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }

.pillar { padding: 2rem 1.5rem; border: 1px solid var(--hairline-light); transition: border-color 0.25s, background 0.25s; }

.pillar:hover { background: rgba(255, 255, 255, 0.04); border-color: var(--mist-blue); }

.pillar__media { width: 100%; aspect-ratio: 4 / 3; background-size: cover; background-position: center center; margin-bottom: 1.5rem; }

.pillar__num { font-family: var(--font-display); font-weight: 600; font-size: 0.72rem; letter-spacing: 0.22em; color: var(--mist-blue); margin-bottom: 1rem; }

.pillar__title { font-family: var(--font-display); font-weight: 500; font-size: 1.05rem; letter-spacing: 0.05em; text-transform: uppercase; color: var(--soft-ivory); margin: 0px 0px 0.65rem; }

.pillar__body { font-size: 0.95rem; line-height: 1.65; color: rgba(255, 255, 255, 0.8); margin: 0px; }

@media (max-width: 900px) {
  .why__grid { grid-template-columns: 1fr; gap: 1rem; }
}

.faq { padding: var(--section-y) 0; background: var(--soft-ivory); }

.faq__head { text-align: center; margin-bottom: clamp(2.5rem, 5vw, 4rem); }

.faq__title { font-family: var(--font-display); font-weight: 500; font-size: clamp(1.9rem, 4vw, 3rem); letter-spacing: 0.05em; text-transform: uppercase; color: var(--ink); margin: 0.6rem 0px 0px; line-height: 1.25; }

.faq__list { max-width: 880px; margin: 0px auto 2.5rem; }

.faq-item { border-bottom: 1px solid var(--hairline); }

.faq-item:first-child { border-top: 1px solid var(--hairline); }

.faq-item__question { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 1.5rem 0px; background: transparent; border: 0px; text-align: left; cursor: pointer; font-family: var(--font-display); font-weight: 500; font-size: 1rem; letter-spacing: 0.04em; text-transform: uppercase; color: var(--ink); transition: color 0.2s; min-height: 44px; }

.faq-item__question:hover { color: var(--deep-teal); }

.faq-item__icon { width: 14px; height: 14px; position: relative; flex-shrink: 0; margin-left: 1rem; }

.faq-item__icon::before, .faq-item__icon::after { content: ""; position: absolute; background: currentcolor; transition: transform 0.25s; }

.faq-item__icon::before { top: 50%; left: 0px; right: 0px; height: 1px; transform: translateY(-50%); }

.faq-item__icon::after { left: 50%; top: 0px; bottom: 0px; width: 1px; transform: translateX(-50%); }

.faq-item.is-open .faq-item__icon::after { transform: translateX(-50%) rotate(90deg); opacity: 0; }

.faq-item__answer { overflow: hidden; max-height: 0px; transition: max-height 0.35s; }

.faq-item.is-open .faq-item__answer { max-height: 600px; }

.faq-item__answer-inner { padding: 0px 0px 1.5rem; font-size: 0.98rem; line-height: 1.65; color: var(--ink-muted); max-width: 70ch; }

.faq__cta-wrap { text-align: center; }

.cta-band { padding: var(--section-y) 0; background: var(--ivory-warmer); text-align: center; }

.cta-band__title { font-family: var(--font-display); font-weight: 500; font-size: clamp(1.9rem, 4vw, 2.85rem); letter-spacing: 0.02em; line-height: 1.15; margin: 0.6rem auto 1.25rem; color: var(--ink); max-width: 22ch; }

.cta-band__title .script { font-size: 1.3em; color: var(--taupe-deep); }

.cta-band__lead { font-size: 1rem; line-height: 1.65; color: var(--ink-muted); max-width: 56ch; margin: 0px auto 2rem; }

.cta-band__ctas { display: inline-flex; gap: 0.85rem; flex-wrap: wrap; justify-content: center; }

@media (max-width: 540px) {
  .cta-band__ctas { display: flex; width: 100%; }
  .cta-band__ctas .btn { flex: 1 1 auto; justify-content: center; }
}

[data-reveal] { opacity: 0; }

[data-reveal].is-revealed { opacity: 1; animation: fadeUp 0.9s var(--ease-out-expo) forwards; }

@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1 !important; animation: auto ease 0s 1 normal none running none !important; }
  * { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}

@keyframes popIn { 
  0% { opacity: 0; transform: translateY(-6px); }
  100% { opacity: 1; transform: translateY(0px); }
}

.toggle { display: inline-flex; align-items: center; gap: 0.6rem; cursor: pointer; user-select: none; }

.toggle input { position: absolute; opacity: 0; width: 0px; height: 0px; }

body[data-announce="off"] .announce { display: none; }

.hero__eyebrow, .hero__title, .hero__sub, .hero__ctas { opacity: 0; }

@keyframes searchBarFadeIn { 
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@media (max-width: 768px) {
  .hero { min-height: 92dvh; }
  .hero__title { font-size: clamp(1.9rem, 8vw, 3.1rem); line-height: 1.05; }
  .hero__sub { display: none !important; } /* mobile: hide hero description line (matches homepage) */
  .hero__content { padding-bottom: 1rem; }
  .marquee__item { padding: 1.1rem 1.25rem; gap: 1rem; font-size: 0.7rem; letter-spacing: 0.22em; }
  .marquee__item .script { font-size: 1.25rem; }
  .marquee__tag { font-size: 0.55rem; padding: 0.32rem 0.55rem; letter-spacing: 0.18em; }
  .brand-dna__equation { grid-template-columns: 1fr; gap: 1.25rem; }
  .brand-dna__operator { transform: rotate(90deg); margin: -0.5rem auto; }
  .tiers { gap: 1.5rem; grid-template-columns: 1fr !important; }
  .destinations-map .dm__panel { aspect-ratio: auto; min-height: 360px; }
  .dm__dot-label { font-size: 0.62rem; }
  .dm__dot-state { display: none; }
  .owners__cta { grid-template-columns: 1fr !important; }
  .owners__cta-media { aspect-ratio: 4 / 3; }
  .final-cta__title { font-size: clamp(1.8rem, 7vw, 3rem); }
  .journal__grid { gap: 1.5rem; grid-template-columns: 1fr !important; }
  .btn { min-height: 44px; }
}

@media (max-width: 480px) {
  .hero__eyebrow { font-size: 0.55rem; }
  .ornament { display: none; }
  .featured__head, .ugc__head, .services__head, .destinations-map .dm__head { grid-template-columns: 1fr; gap: 1rem; }
}

@media (max-width: 560px) {
  .brand-dna__contrib li { padding: 0.55rem 0px; font-size: 0.85rem; }
  .brand-dna__contrib li strong { font-size: 0.55rem; }
}

@media (max-width: 380px) {
  .wrap { padding-left: 1rem; padding-right: 1rem; }
  .hero__title { font-size: clamp(1.7rem, 9vw, 2.4rem); }
}

[data-photo-placeholder] { position: relative; }

[data-photo-placeholder]::after { content: "Placeholder Photo"; position: absolute; bottom: 1rem; right: 1rem; z-index: 4; font-family: var(--font-display); font-size: 0.5rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--soft-ivory); background: rgba(12, 42, 62, 0.55); backdrop-filter: blur(8px); padding: 0.4rem 0.7rem; border: 1px solid rgba(255, 255, 255, 0.18); pointer-events: none; white-space: nowrap; }

.service-card[data-photo-placeholder]::after, [data-photo-placeholder] svg[data-photo-placeholder]::after { display: none; }

.featured { background: var(--seafoam); padding: var(--section-y) 0; overflow-x: clip; }

.featured__head { position: relative; display: flex; align-items: center; justify-content: center; gap: 2rem; margin-bottom: 1.75rem; flex-wrap: wrap; text-align: center; }

.featured__nav { position: absolute; right: 0; bottom: 0; display: flex; gap: 0.6rem; align-items: center; }

.featured__arrow { width: 56px; height: 56px; border-radius: 50%; border: 1px solid rgba(12, 42, 62, 0.25); background: transparent; color: var(--ink); display: inline-flex; align-items: center; justify-content: center; font-size: 1.4rem; line-height: 1; cursor: pointer; transition: background 0.35s var(--ease-out-quart),
    border-color 0.35s var(--ease-out-quart),
    color 0.35s var(--ease-out-quart),
    opacity 0.3s ease; user-select: none; }

.featured__arrow:hover:not(:disabled) { background: var(--deep-teal); border-color: var(--deep-teal); color: var(--soft-ivory); }

.featured__arrow:disabled { opacity: 0.3; cursor: not-allowed; }

.featured__arrow svg { width: 16px; height: 16px; stroke: currentcolor; fill: none; stroke-width: 1.5; }

.featured__title { font-family: var(--font-display); font-weight: 500; font-size: clamp(1.7rem, 3.2vw, 2.6rem); letter-spacing: 0.05em; text-transform: uppercase; color: var(--ink); margin: 0.5rem 0px 0px; line-height: 1.2; max-width: 24ch; }

.featured__title .script { text-transform: none; font-size: 1.2em; color: var(--taupe-deep); letter-spacing: 0px; display: inline-block; line-height: 1.05; }

.featured__carousel-wrap { position: relative; width: 100%; overflow: hidden; }

.featured__carousel { display: flex; gap: 1.5rem; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding-top: 0.75rem; padding-bottom: 1.5rem; padding-left: max(calc(var(--gutter) + 1.5rem), calc((100% - 1320px) / 2 + 1.5rem)); padding-right: max(calc(var(--gutter) + 1.5rem), calc((100% - 1320px) / 2 + 1.5rem)); scroll-padding-left: max(calc(var(--gutter) + 1.5rem), calc((100% - 1320px) / 2 + 1.5rem)); scrollbar-width: none; justify-content: safe center; }

.featured__carousel::-webkit-scrollbar { display: none; }

.featured__carousel .home-card { flex: 0 0 calc((100% - 4.5rem) / 4); scroll-snap-align: start; min-width: 0px; }

@media (max-width: 900px) {
  .featured__carousel .home-card { flex: 0 0 calc(33.3333% - 1rem); }
}

@media (max-width: 640px) {
  .featured__carousel { padding-left: 1.5rem; padding-right: 1.5rem; scroll-padding-left: 1.5rem; }
  .featured__carousel .home-card { flex: 0 0 calc(100% - 3rem); scroll-snap-align: center; }
  .featured__head { flex-direction: column; align-items: center; }
  .featured__nav { position: static; justify-content: center; margin-top: 1.25rem; }
}

.featured__progress { position: relative; height: 1px; background: rgba(12, 42, 62, 0.15); max-width: 360px; margin: 1.75rem auto 2.5rem; }

.featured__progress-bar { position: absolute; top: -1px; left: 0px; height: 3px; background: var(--deep-teal); width: 30%; transition: width 0.4s var(--ease-out-quart); min-width: 24px; }

.featured__cta-wrap { text-align: center; }

.home-card { background: var(--soft-ivory); overflow: hidden; display: flex; flex-direction: column; }

.home-card__link { display: flex; flex-direction: column; height: 100%; color: inherit; text-decoration: none; }

.home-card__link:hover { text-decoration: none; }

.home-card__media { aspect-ratio: 16 / 11; position: relative; overflow: hidden; background-size: cover; background-position: center center; background-color: var(--seafoam); }

.home-card__media[data-tone="warm"] { background-image: linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.3) 100%), url("https://assets.villatel.com/wp-content/uploads/2023/03/06203546/Reunion_resort_villa_rentals.jpg"); }

.home-card__media[data-tone="cool"] { background-image: linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.3) 100%), url("https://assets.villatel.com/wp-content/uploads/2024/09/07164635/Solterra.jpg"); }

.home-card__media[data-tone="ivory"] { background-image: linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.35) 100%), url("https://assets.villatel.com/wp-content/uploads/2024/09/07180219/HI_pool.jpg"); }

.home-card__media-label { position: absolute; top: 1rem; left: 1rem; font-family: var(--font-display); font-size: 0.58rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--soft-ivory); background: rgba(12, 42, 62, 0.85); backdrop-filter: blur(6px); padding: 0.45rem 0.75rem; display: inline-flex; align-items: center; gap: 0.4rem; }

.home-card__media-label::before { content: ""; width: 4px; height: 4px; background: currentcolor; display: inline-block; }

.home-card__media-label[data-tier="premier"] { background: rgba(12, 42, 62, 0.85); }

.home-card__media-label[data-tier="signature"] { background: rgba(152, 193, 216, 0.92); color: var(--deep-teal); }

.home-card__media-label[data-tier="luxe"] { background: rgba(175, 160, 133, 0.95); color: var(--soft-ivory); }

.home-card__heart { position: absolute; top: 1rem; right: 1rem; width: 36px; height: 36px; border-radius: 50%; background: rgba(255, 255, 255, 0.85); backdrop-filter: blur(6px); display: inline-flex; align-items: center; justify-content: center; color: var(--ink); transition: background 0.2s; }

.home-card__heart:hover { background: var(--soft-ivory); color: var(--deep-teal); }

.home-card__heart svg { width: 16px; height: 16px; stroke: currentcolor; fill: none; stroke-width: 1.5; }

.home-card__body { padding: 1.25rem 1.4rem 1.5rem; display: flex; flex-direction: column; flex: 1 1 0%; }

.home-card__loc { font-family: var(--font-display); font-size: 0.62rem; letter-spacing: 0.28em; min-height: 2.4em; display: flex; align-items: flex-start; text-transform: uppercase; color: var(--taupe-deep); margin-bottom: 0.5rem; }

.home-card__name { font-family: var(--font-display); font-weight: 500; font-size: 1.1rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink); margin: 0px 0px 0.6rem; min-height: 2.6em; line-height: 1.3; display: flex; align-items: flex-start; }

.home-card__meta { font-size: 0.84rem; color: var(--ink-muted); border-top: 1px solid var(--hairline); padding-top: 0.75rem; margin-top: 0.75rem; min-height: 4.5em; flex: 1 0 auto; line-height: 1.45; }

.home-card__price { display: flex; justify-content: space-between; align-items: baseline; margin-top: 1rem; padding-top: 0.75rem; border-top: 1px solid var(--hairline); }

.home-card__price-from { font-family: var(--font-display); font-size: 0.6rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--taupe-deep); }

.home-card__price-amt { font-family: var(--font-display); font-size: 1.05rem; font-weight: 500; color: var(--ink); }

.home-card__price-amt span { font-family: var(--font-body); font-size: 0.78rem; font-weight: 400; color: var(--ink-muted); margin-left: 0.2rem; }

.tier__media, .home-card__media, .dest-card__media, .brand-pillar__media, .journal-card__media, .owners__media { overflow: hidden; }

.tier__media, .home-card__media, .dest-card__media, .journal-card__media, .owners__media, .brand-pillar__media { transition: transform 0.8s var(--ease-out-quart); }

.tier:hover .tier__media, .home-card:hover .home-card__media, .dest-card:hover .dest-card__media, .journal-card:hover .journal-card__media { transform: scale(1.04); }

.home-card { transition: transform 0.55s var(--ease-out-expo); }

.home-card:hover {  }

.btn, .tier__link, .featured__link, .promise__link, .dest-card__link { position: relative; transition: background 0.3s ease,
    color 0.3s ease,
    gap 0.3s var(--ease-out-quart),
    transform 0.3s var(--ease-out-quart); }

.btn span[aria-hidden], .tier__link span[aria-hidden], .featured__link span[aria-hidden], .promise__link span[aria-hidden], .dest-card__link span[aria-hidden] { display: inline-block; transition: transform 0.4s var(--ease-out-expo); }

.btn:hover span[aria-hidden], .tier__link:hover span[aria-hidden], .featured__link:hover span[aria-hidden], .promise__link:hover span[aria-hidden], .dest-card__link:hover span[aria-hidden] { transform: translateX(6px); }

.home-card__view { font-family: var(--font-display); font-size: 0.6rem; letter-spacing: 0.26em; text-transform: uppercase; color: var(--deep-teal); margin-top: 0.85rem; padding-top: 0.85rem; border-top: 1px solid var(--hairline); display: inline-flex; align-items: center; gap: 0.45rem; transition: gap 0.3s var(--ease-out-quart); }

.home-card:hover .home-card__view { gap: 0.75rem; }

.collection { background: var(--ivory-warm); padding: var(--section-y) 0; }

.collection__head { text-align: center; margin-bottom: clamp(3rem, 6vw, 5rem); }

.collection__title { font-family: var(--font-display); font-weight: 500; font-size: clamp(1.9rem, 4vw, 3rem); letter-spacing: 0.05em; text-transform: uppercase; color: var(--ink); margin: 0.6rem 0px 1rem; line-height: 1.25; }

.collection__title .script { text-transform: none; font-size: 1.25em; color: var(--taupe-deep); letter-spacing: 0px; display: inline-block; line-height: 1.05; }

.collection__intro { max-width: 60ch; margin: 0px auto; color: var(--ink-muted); font-size: 1.04rem; }

.tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.25rem, 2.5vw, 2rem); }

.tier { background: var(--soft-ivory); position: relative; overflow: hidden; transition: transform 0.55s var(--ease-out-expo), box-shadow 0.55s var(--ease-out-expo); display: flex; flex-direction: column; }

.tier:hover { box-shadow: rgba(11, 27, 41, 0.32) 0px 32px 70px -28px; }

.tier__media { aspect-ratio: 4 / 5; position: relative; overflow: hidden; background-size: cover; background-position: center center; background-color: var(--taupe-light); transition: transform 0.8s var(--ease-out-quart); }

.tier:hover .tier__media { transform: scale(1.04); }

.tier--premier .tier__media { background-image: linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.35) 100%), url("https://assets.villatel.com/wp-content/uploads/2023/03/06203546/Reunion_resort_villa_rentals.jpg"); }

.tier--signature .tier__media { background-image: linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.35) 100%), url("https://assets.villatel.com/wp-content/uploads/2024/09/09215219/00_Meganav_Hero-corners.jpg"); }

.tier--luxe .tier__media { background-image: linear-gradient(rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.45) 100%), url("https://assets.villatel.com/wp-content/uploads/2025/03/26180513/VOR_Aerial_amenities-1.jpg"); }

.tier__media[data-photo-placeholder] { position: relative; }

.tier__media[data-photo-placeholder]::after { content: "Placeholder Photo"; position: absolute; bottom: 1rem; right: 1rem; z-index: 4; font-family: var(--font-display); font-size: 0.45rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--soft-ivory); background: rgba(12, 42, 62, 0.55); backdrop-filter: blur(8px); padding: 0.35rem 0.6rem; border: 1px solid rgba(255, 255, 255, 0.18); pointer-events: none; }

.tier__body { padding: 2rem 1.75rem 2.25rem; flex: 1 1 0%; display: flex; flex-direction: column; position: relative; }

.tier__body::before { content: ""; position: absolute; top: 0px; left: 1.75rem; right: 1.75rem; height: 2px; background: var(--taupe-deep); }

.tier--premier .tier__body::before { background: var(--deep-teal); }

.tier--signature .tier__body::before { background: var(--mist-blue); }

.tier--luxe .tier__body::before { background: var(--taupe-deep); }

.tier__name { font-family: var(--font-display); font-weight: 500; font-size: 1.15rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-muted); margin: 1rem 0px 0.4rem; }

.tier__name .script { display: block; font-family: var(--font-script); font-weight: 400; font-size: 2rem; letter-spacing: 0px; color: var(--ink); text-transform: none; margin-bottom: 0.1rem; line-height: 1; }

.tier__desc { color: var(--ink-muted); font-size: 0.96rem; line-height: 1.65; margin: 1rem 0px 1.5rem; flex: 1 1 0%; }

.tier__features { list-style: none; padding: 1.35rem 0px 0px; margin: 0px 0px 1.75rem; display: flex; flex-direction: column; gap: 0.6rem; border-top: 1px solid var(--hairline); }

.tier__features li { font-size: 0.86rem; color: var(--ink-muted); display: grid; grid-template-columns: 20px 1fr; align-items: baseline; gap: 0.65rem; letter-spacing: 0.02em; line-height: 1.5; }

.tier__features li::before { content: "—"; color: var(--taupe-deep); font-family: var(--font-display); font-size: 0.95rem; display: inline-block; line-height: 1.4; }

.tier__link { font-family: var(--font-display); font-size: 0.7rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--deep-teal); display: inline-flex; align-items: center; gap: 0.5rem; border-bottom: 1px solid var(--deep-teal); padding-bottom: 4px; align-self: flex-start; transition: gap 0.25s; }

.tier__link:hover { gap: 0.9rem; }

@media (max-width: 900px) {
  .tiers { grid-template-columns: 1fr; }
}

.services { padding: var(--section-y) 0; background: rgb(247, 247, 247); position: relative; overflow-x: clip; }

.services__head { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 3rem; margin-bottom: 2.75rem; }

.services__head-right { display: flex; flex-direction: column; gap: 1rem; align-items: flex-start; }

.services__title { font-family: var(--font-display); font-weight: 500; font-size: clamp(1.35rem, 2.4vw, 2rem); letter-spacing: 0.05em; text-transform: uppercase; color: var(--ink); margin: 0.75rem 0px 0px; line-height: 1.2; max-width: 24ch; padding-bottom: 0.15em; }

.services__title .script { text-transform: none; font-size: 1.25em; color: var(--taupe-deep); letter-spacing: 0px; display: inline-block; line-height: 1; }

.services__lead { color: var(--ink-muted); font-size: 0.88rem; line-height: 1.55; max-width: 48ch; margin: 0px; }

.services__nav { display: flex; gap: 0.6rem; }

.featured__arrow { width: 56px; height: 56px; border-radius: 50%; border: 1px solid rgba(12, 42, 62, 0.25); background: transparent; color: var(--ink); display: inline-flex; align-items: center; justify-content: center; font-size: 1.4rem; line-height: 1; cursor: pointer; transition: background 0.35s var(--ease-out-quart),
    border-color 0.35s var(--ease-out-quart),
    color 0.35s var(--ease-out-quart),
    opacity 0.3s ease; user-select: none; }

.featured__arrow:hover:not(:disabled) { background: var(--deep-teal); border-color: var(--deep-teal); color: var(--soft-ivory); }

.featured__arrow:disabled { opacity: 0.3; cursor: not-allowed; }

.featured__arrow svg { width: 16px; height: 16px; stroke: currentcolor; fill: none; stroke-width: 1.5; }

.services__carousel-wrap { position: relative; width: 100%; overflow: hidden; margin-bottom: 0.6rem; }

.services__carousel { display: flex; gap: 0px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding-top: 0.25rem; padding-bottom: 0.75rem; padding-left: max(var(--gutter), calc((100% - 1440px) / 2 + var(--gutter))); padding-right: max(var(--gutter), calc((100% - 1440px) / 2 + var(--gutter))); scrollbar-width: none; border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); }

.services__carousel::-webkit-scrollbar { display: none; }

.service-card { flex: 0 0 calc(20%); scroll-snap-align: start; min-width: 0px; padding: 1.35rem 1.25rem; border-right: 1px solid var(--hairline); background: transparent; transition: background 0.4s; cursor: pointer; display: flex; flex-direction: column; gap: 0.55rem; }

.service-card:hover { background: rgba(12, 42, 62, 0.024); }

.service-card__icon { width: 32px; height: 32px; color: var(--deep-teal); margin-bottom: 0.25rem; }

.service-card__icon svg { width: 100%; height: 100%; }

.service-card__title { font-family: var(--font-display); font-weight: 500; font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink); margin: 0px; line-height: 1.3; }

.service-card__body { font-family: var(--font-body); font-size: 0.78rem; line-height: 1.5; color: var(--ink-muted); margin: 0px; flex: 1 1 0%; }

.services__progress { position: relative; height: 1px; background: rgba(12, 42, 62, 0.15); max-width: 360px; margin: 1.5rem auto; }

.services__progress-bar { position: absolute; top: -1px; left: 0px; height: 3px; background: var(--deep-teal); width: 30%; transition: width 0.4s var(--ease-out-quart); min-width: 24px; }

.services__footnote { text-align: center; font-size: 0.86rem; color: var(--ink-muted); margin: 1rem auto 0px; max-width: 60ch; font-style: italic; }

@media (max-width: 1100px) {
  .service-card { flex: 0 0 calc(25%); }
}

@media (max-width: 860px) {
  .service-card { flex: 0 0 calc(33.3333%); }
}

@media (max-width: 760px) {
  .services__head { grid-template-columns: 1fr; gap: 1.5rem; margin-bottom: 2rem; }
  .services__nav { display: none; }
  .service-card { flex: 0 0 70%; padding: 1.2rem 1.1rem; }
  .service-card__icon { width: 28px; height: 28px; }
  .service-card__title { font-size: 0.74rem; }
  .service-card__body { font-size: 0.76rem; }
}

.owners { background: var(--ivory-warmer); position: relative; overflow: hidden; }

.owners__inner { display: grid; grid-template-columns: 1.1fr 1fr; gap: 0px; align-items: stretch; min-height: 60vh; }

.owners__media { background-color: var(--taupe-light); background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.25)), url("https://assets.villatel.com/wp-content/uploads/2024/09/03212703/Desktop-1.jpg"); background-size: cover; background-position: center center; position: relative; min-height: 380px; overflow: hidden; transition: transform 0.8s var(--ease-out-quart); }

.owners__media::before { content: ""; position: absolute; inset: 0px; background: linear-gradient(90deg, transparent 60%, var(--ivory-warmer) 100%); pointer-events: none; }

.owners__copy { padding: clamp(3rem, 6vw, 5rem); display: flex; flex-direction: column; justify-content: center; }

.owners__title { font-family: var(--font-display); font-weight: 500; font-size: clamp(1.7rem, 3.2vw, 2.5rem); letter-spacing: 0.05em; text-transform: uppercase; line-height: 1.25; color: var(--ink); margin: 1rem 0px 1.5rem; max-width: 24ch; }

.owners__title .script { text-transform: none; font-size: 1.3em; color: var(--taupe-deep); letter-spacing: 0px; display: inline-block; line-height: 1.05; }

.owners__body { font-size: 1.04rem; color: var(--ink-muted); max-width: 50ch; line-height: 1.65; margin: 0px 0px 2rem; }

.owners__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0px; margin: 0px 0px 2.5rem; padding: 1.75rem 0px; border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); max-width: 540px; }

.owners__realty-line { margin: 2rem 0px 0px; padding-top: 1.5rem; border-top: 1px solid var(--hairline); font-family: var(--font-display); font-size: 0.66rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-muted); display: inline-flex; align-items: center; gap: 0.75rem; flex-wrap: wrap; }

.owners__realty-line a { color: var(--deep-teal); border-bottom: 1px solid; padding-bottom: 2px; display: inline-flex; align-items: center; gap: 0.45rem; transition: gap 0.3s var(--ease-out-quart); }

.owners__realty-line a:hover { gap: 0.65rem; }

.owners__stats > div { padding: 0px 1.5rem 0px 0px; border-right: 1px solid var(--hairline); }

.owners__stats > div:first-child { padding-left: 0px; }

.owners__stats > div:nth-child(2) { padding-left: 1.5rem; }

.owners__stats > div:last-child { padding-left: 1.5rem; padding-right: 0px; border-right: 0px; }

.owners__stat-num { font-family: var(--font-display); font-weight: 500; font-size: clamp(2rem, 3.6vw, 2.6rem); letter-spacing: -0.01em; display: block; color: var(--deep-teal); line-height: 1; font-variant-numeric: tabular-nums; }

.owners__stat-label { font-family: var(--font-display); font-size: 0.58rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--taupe-deep); margin-top: 0.65rem; display: block; line-height: 1.4; }

.owners__media[data-reveal] { clip-path: none; opacity: 1; }

@media (max-width: 900px) {
  .owners__inner { grid-template-columns: 1fr; }
  .owners__media { min-height: 280px; }
}

.btn { display: inline-flex; align-items: center; gap: 0.6rem; padding: 1rem 1.75rem; font-family: var(--font-display); font-size: 0.72rem; letter-spacing: 0.24em; text-transform: uppercase; border: 1px solid transparent; transition: 0.25s; cursor: pointer; }

.btn--primary { background: var(--deep-teal); color: var(--soft-ivory); border-color: var(--deep-teal); }

.btn--primary:hover { background: var(--teal-deep); }

.btn--ghost { background: transparent; color: var(--ink); border-color: rgba(12, 42, 62, 0.35); }

.btn--ghost:hover { background: var(--deep-teal); color: var(--soft-ivory); border-color: var(--deep-teal); }

.collection.collection--slim { padding: 4.5rem 0px 4rem; background: var(--soft-ivory); }

.collection--slim .collection__head { max-width: 60ch; margin-left: auto; margin-right: auto; text-align: center; }

.collection--slim .eyebrow { justify-content: center; }

.tiers--slim { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-top: 3rem; align-items: stretch; }

.tier-slim { border-radius: 0.6rem; padding: 1.75rem 1.5rem; display: flex; flex-direction: column; gap: 0.65rem; }

.tier-slim__label { font-family: var(--font-display); font-weight: 600; font-size: 0.65rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--taupe-deep); }

.tier-slim__name { font-family: var(--font-script); font-weight: 400; font-size: 2.4rem; letter-spacing: 0px; color: var(--deep-teal); margin: 0px; line-height: 1; }

.tier-slim__name .script { color: var(--deep-teal); }

.tier-slim__desc { font-size: 0.92rem; line-height: 1.55; color: var(--ink-muted); margin: 0px; }

.tier-slim--premier { background: var(--ivory-warm, #F5EFE0); border: 1px solid var(--hairline); }

.tier-slim--signature { background: var(--seafoam, #D1DBD6); border: 1px solid rgba(11, 59, 48, 0.08); }

.tier-slim--signature .tier-slim__label { color: var(--deep-teal); opacity: 0.72; }

.tier-slim--luxe { background: var(--deep-teal); color: var(--soft-ivory); border: 1px solid transparent; }

.tier-slim--luxe .tier-slim__label { color: rgba(255, 255, 255, 0.72); }

.tier-slim--luxe .tier-slim__name { color: var(--soft-ivory); }

.tier-slim--luxe .tier-slim__name { color: var(--mist-blue); }

.tier-slim--luxe .tier-slim__name .script { color: var(--soft-ivory); }

.tier-slim--luxe .tier-slim__desc { color: rgba(255, 255, 255, 0.85); }

@media (max-width: 880px) {
  .tiers--slim { grid-template-columns: 1fr; gap: 1rem; }
}

.faq-item--collapsed { display: none; }

.faq__list.is-expanded .faq-item--collapsed { display: block; }

.faq__toggle-wrap { margin-top: 1.25rem; text-align: center; }

.faq__toggle { background: none; border: 1px solid var(--hairline); border-radius: 999px; padding: 0.7rem 1.4rem; font-family: var(--font-display); font-size: 0.75rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--deep-teal); cursor: pointer; display: inline-flex; align-items: center; gap: 0.55rem; transition: background 0.18s, border-color 0.18s; }

.faq__toggle:hover { background: var(--ivory-warm, #F5EFE0); border-color: var(--deep-teal); }

.faq__toggle[aria-expanded="true"] .faq__toggle-icon { transform: rotate(180deg); }

.faq__toggle-icon { transition: transform 0.2s; display: inline-block; }

/* .page-sub-nav + .city-sticky styles are owned by hbv/hbv-chrome.css (kit) */

@keyframes popIn { 
  0% { opacity: 0; transform: translateY(-6px); }
  100% { opacity: 1; transform: translateY(0px); }
}

.toggle { display: inline-flex; align-items: center; gap: 0.6rem; cursor: pointer; user-select: none; }

.toggle input { position: absolute; opacity: 0; width: 0px; height: 0px; }

.book-now-sticky, #searchBarSticky, #bookNowSticky { display: none !important; }

/* .page-sub-nav is shown — it is the Orlando city secondary menu */

.intro__media { display: none !important; }

html { scroll-behavior: smooth; scroll-padding-top: 104px; }

@media (max-width: 1024px) {
  html { scroll-padding-top: 84px; }
}

.intro__dek { font-family: var(--font-display); font-weight: 500; font-size: clamp(1.05rem, 1.6vw, 1.4rem); color: var(--ink-muted); letter-spacing: 0.01em; line-height: 1.25; margin: 0.65rem 0px 0px; }

.hero .hero__eyebrow, .hero .hero__title, .hero .hero__sub { opacity: 1; }

.brand-eq { display: flex; align-items: baseline; justify-content: center; flex-wrap: wrap; gap: clamp(0.55rem, 1.4vw, 1rem); margin: 0.4rem 0px 0px; }

.brand-eq__term { font-family: var(--font-display); font-weight: 500; text-transform: uppercase; letter-spacing: 0.14em; font-size: clamp(1rem, 1.9vw, 1.45rem); color: var(--soft-ivory); border: 1px solid rgba(255, 255, 255, 0.38); border-radius: 3px; padding: 0.42em 0.9em; }

.brand-eq__op { font-family: var(--font-display); font-weight: 300; font-size: clamp(1.05rem, 2vw, 1.6rem); color: rgba(255, 255, 255, 0.62); }

.brand-eq__sum { font-family: var(--font-script); font-weight: 400; font-size: clamp(2rem, 4vw, 3.2rem); color: var(--soft-ivory); line-height: 1; }

.brand-eq__cap { font-family: var(--font-display); font-weight: 500; letter-spacing: 0.01em; font-size: clamp(0.9rem, 1.3vw, 1.08rem); color: rgba(255, 255, 255, 0.82); margin: 1rem 0px 0.2rem; }

.amenities__nav { display: flex; justify-content: flex-end; gap: 0.75rem; margin: 0px 0px 1.25rem; }

.amenities__carousel { display: flex; gap: 1.5rem; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; padding-bottom: 0.5rem; }

.amenities__carousel::-webkit-scrollbar { display: none; }

.amenities__carousel .amenity { flex: 0 0 clamp(260px, 31%, 340px); scroll-snap-align: start; }

@media (max-width: 720px) {
  .amenities__carousel .amenity { flex: 0 0 82%; }
}

body { overflow-x: clip; }

.hero--photo { min-height: 72dvh; display: flex; flex-direction: column; justify-content: flex-end; padding-top: clamp(7rem, 14vh, 9rem); padding-bottom: clamp(2rem, 4vw, 3rem); }

.hero--photo .hero__title { font-size: clamp(1.9rem, 4.3vw, 3.7rem); line-height: 1.08; max-width: 28ch; }

.hero--photo .hero__sub { max-width: 48ch; margin-bottom: 1.5rem; }

@media (max-width: 768px) {
  .hero--photo { min-height: 78dvh; }
}
