.sc-placeholder {
  background: color-mix(in srgb,currentColor 8%,transparent);
  border: 1px solid color-mix(in srgb,currentColor 50%,transparent);
  border-radius: 2px;
  box-sizing: border-box;
  overflow: hidden;
}

@keyframes sc-shine {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

html.sc-dc-streaming .sc-placeholder,
html.sc-dc-streaming .sc-interp.sc-missing {
  position: relative;
  background: color-mix(in srgb,currentColor 5%,transparent);
  border-color: transparent;
}

html.sc-dc-streaming .sc-placeholder::before,
html.sc-dc-streaming .sc-interp.sc-missing::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg,rgba(217,119,87,0) 25%,rgba(247,225,211,.95) 37%,rgba(217,119,87,0) 63%);
  background-size: 400% 100%;
  animation: sc-shine 1.4s ease infinite;
}

html.sc-dc-streaming .sc-placeholder:nth-child(n+9 of .sc-placeholder)::before,
html.sc-dc-streaming .sc-interp.sc-missing:nth-child(n+9 of .sc-interp.sc-missing)::before {
  animation: none;
  background: color-mix(in srgb,currentColor 8%,transparent);
}

.sc-placeholder-error {
  padding: 4px 8px;
  font: 11px/1.4 ui-monospace, monospace;
  color: color-mix(in srgb,currentColor 70%,transparent);
  word-break: break-word;
}

.sc-interp.sc-missing {
  display: inline-block;
  width: 2em;
  height: 1em;
  overflow: hidden;
  vertical-align: text-bottom;
  background: rgba(255,255,255,.3);
  border: 1px solid rgba(0,0,0,.5);
  border-radius: 2px;
  box-sizing: border-box;
  color: transparent;
  user-select: none;
}

.sc-interp.sc-unresolved {
  font-family: ui-monospace, monospace;
  font-size: .85em;
  color: color-mix(in srgb,currentColor 50%,transparent);
  background: color-mix(in srgb,currentColor 10%,transparent);
  border-radius: 3px;
  padding: 0 3px;
}

.sc-host.sc-has-error {
  position: relative;
}

.sc-logic-error {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2147483647;
  max-width: 60ch;
  padding: 6px 10px;
  background: #b00020;
  color: #fff;
  font: 12px/1.4 ui-monospace, monospace;
  border-radius: 4px;
  white-space: pre-wrap;
  pointer-events: none;
}

/* Mirrors PRINT_BASELINE_CSS in apps/web deck-stage-export.ts — keep both
       in sync until dc-runtime regains a build step. */
@media print {
  @page {
    margin: 0.5cm;
  }
  figure, table {
    break-inside: avoid;
  }
  #dc-root, #dc-root > .sc-host {
    height: auto;
  }
  *, *: :before, *: :after {
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    animation-delay: -99s !important;
    animation-duration: .001s !important;
    animation-iteration-count: 1 !important;
    animation-fill-mode: both !important;
    animation-play-state: running !important;
    transition-duration: 0s !important;
  }
}
x-dc{display:none!important}
html,
body {
  height: 100%;
  margin: 0;
}

#dc-root,
#dc-root>.sc-host {
  height: 100%;
}
@font-face {
  font-family: "Brandon Grotesque";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("fonts/brandon-grotesque-400.woff2") format("woff2"), url("../fonts/brandon-grotesque-400.woff") format("woff");
}

@font-face {
  font-family: "Brandon Grotesque";
  font-weight: 500 600;
  font-style: normal;
  font-display: swap;
  src: url("fonts/brandon-grotesque-500-600.woff2") format("woff2"), url("../fonts/brandon-grotesque-500-600.woff") format("woff");
}

@font-face {
  font-family: "Brandon Grotesque";
  font-weight: 700 900;
  font-style: normal;
  font-display: swap;
  src: url("fonts/brandon-grotesque-700-900.woff2") format("woff2"), url("../fonts/brandon-grotesque-700-900.woff") format("woff");
}
:root {
  /* Shared Friendship Village / Bailey brand palette (Master Brand Guide §5) */
  --blue: #407EC9;
  --blue-dark: #2f639f;
  --blue-deep: #234f7d;
  --blue-deepest: #173856;
  --cyan: #00AEEF;
  --gold: #D9C756;
  /* Bailey's primary CTA accent — signals "upscale" vs. FVD's green */
  --gold-dark: #c2ab3f;
  --grey: #808285;
  --tan: #D1CCBD;
  --cream: #f4f2ec;
  --blue-tint: #e7f0fb;
  --ink: #41474d;
  --muted: #6a7075;
  --white: #ffffff;
  --shadow: 0 12px 40px rgba(35,79,125,.14);
  --shadow-sm: 0 4px 18px rgba(35,79,125,.10);
  --radius: 0px;
  --maxw: 1160px;
  --sans: "Brandon Grotesque", "Montserrat", "Helvetica Neue", Arial, sans-serif;
  --serif: "Minion Pro", "Palatino Linotype", Georgia, serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  height: auto;
  min-height: 100%;
}

#dc-root,
.sc-host {
  height: auto;
}

body {
  font-family: var(--serif);
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4 {
  font-family: var(--sans);
  font-weight: 700;
  line-height: 1.15;
  color: var(--blue-deep);
  letter-spacing: -.01em;
}

h1 {
  font-size: clamp(2.1rem,5vw,3.5rem);
  font-weight: 800;
}

h2 {
  font-size: clamp(1.8rem,3.6vw,2.7rem);
}

h3 {
  font-size: clamp(1.2rem,2vw,1.5rem);
}

p {
  color: var(--muted);
  font-size: 1.08rem;
}

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

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

svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 22px;
}

.eyebrow {
  font-family: var(--sans);
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: .8rem;
  color: var(--blue);
}

section {
  padding: clamp(56px,7vw,96px) 0;
}

.section-head {
  text-align: center;
  max-width: 82ch;
  margin: 0 auto 44px;
}

.section-head p {
  margin-top: 12px;
}

.section-head h2 {
  position: relative;
  padding-bottom: 30px;
}

.section-head h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 104px;
  height: 28px;
  background: url("../images/after-bg.png") center/contain no-repeat;
}

.bg-cream {
  background: var(--cream);
}

.swoosh {
  width: 100%;
  height: clamp(34px,4.4vw,62px);
  background: url("../images/swoosh-bg.svg") center/100% 100% no-repeat;
}

.divider {
  width: 100%;
  line-height: 0;
}

.divider svg {
  width: 100%;
  height: auto;
  display: block;
}
.page {margin: 0!important}
/* Buttons */
.btn {
  font-family: var(--sans) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  font-weight: 700;
  font-size: 1rem;
  padding: 15px 28px;
  border-radius: 0;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  text-align: center;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--gold);
  color: var(--blue-deepest);
  box-shadow: 0 8px 20px rgba(0,0,0,.22);
}

.btn-primary:hover {
  background: var(--gold-dark);
}

.btn-secondary {
  background: transparent;
  color: var(--blue-deep);
  border-color: var(--blue);
}

.btn-secondary:hover {
  background: var(--blue);
  color: #fff;
}

.btn-ghost {
  background: rgba(255,255,255,.14);
  color: #fff;
  border-color: rgba(255,255,255,.7);
}

.btn-ghost:hover {
  background: #fff;
  color: var(--blue-deep);
}

/* Top bar */
.topbar {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #eadfce;
  box-shadow: 0 2px 14px rgba(15,42,69,.06);
}

.topbar .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 22px;
  max-width: var(--maxw);
  margin: 0 auto;
  gap: 16px;
}

.topbar .logo {
  height: 44px;
  width: auto;
}

.topbar-cta {
  display: flex;
  align-items: center;
  gap: 14px;
}

.phone-top {
  font-family: var(--sans);
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  font-weight: 800;
  color: var(--blue-deep);
}

.phone-top small {
  font-weight: 700;
  color: var(--blue);
  font-size: .68rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.phone-top a {
  font-size: 1.2rem;
}

/* Hero */
.hero {
  position: relative;
  background: #173856;
  color: #fff;
  overflow: hidden;
}

.hero-slides {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-slide {
  position: absolute;
  inset: -2%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  animation: heroFade 55s linear infinite, heroDrift 55s ease-in-out infinite;
  will-change: opacity, transform;
}

@keyframes heroDrift {
  0% {
    transform: scale(1.04) translate3d(0,0,0);
  }
  24.8% {
    transform: scale(1.09) translate3d(-1%,-0.7%,0);
  }
  100% {
    transform: scale(1.09) translate3d(-1%,-0.7%,0);
  }
}

@keyframes heroFade {
  0% {
    opacity: 0;
  }
  4.8% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  24.8% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@media (prefers-reduced-motion:reduce) {
  .hero .wrap > div > * {
    animation: none;
  }
  .hero-slide {
    animation: none;
    transform: none;
  }
  .hero-slide: first-child {
    opacity: 1;
  }
}

.hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to right,rgba(23,56,86,.55),rgba(35,79,125,.3));
}

.hero .wrap {
  position: relative;
  z-index: 2;
}

.hero .wrap {
  display: block;
  text-align: center;
  max-width: min(var(--maxw),980px);
  padding-top: clamp(88px,11vw,150px);
  padding-bottom: clamp(112px,13vw,168px);
}

.hero-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  line-height: 0;
  pointer-events: none;
  z-index: 3;
}

.hero-wave svg path {
  stroke: none;
}

.hero-wave svg {
  width: 100%;
  height: 58px;
  display: block;
}

.hero h1 {
  color: #fff;
  margin: 0 auto 16px;
  font-weight: 500;
  max-width: 22ch;
  font-size: clamp(2.6rem,6.25vw,4.2rem);
}

.hero p.lede {
  color: rgba(255,255,255,.92);
  font-size: 1.2rem;
  max-width: 52ch;
  margin: 0 auto;
}

.hero-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: clamp(24px,3.2vw,38px);
}

.hero .wrap > div > * {
  animation: heroRise 1s cubic-bezier(.22,.7,.24,1) both;
}

.hero .eyebrow {
  animation-delay: .15s;
}

.hero h1 {
  animation-delay: .3s;
}

.hero p.lede {
  animation-delay: .5s;
}

.hero-cta {
  animation-delay: .7s;
}

@keyframes heroRise {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* Form card */
.form-card {
  background: #fff;
  box-shadow: var(--shadow);
  padding: 26px 26px 28px;
  color: var(--ink);
}

.form-card h3 {
  color: var(--blue);
  font-size: 1.4rem;
  margin-bottom: 4px;
}

.form-card .sub {
  color: var(--muted);
  font-size: .95rem;
  margin-bottom: 16px;
}

.field {
  margin-bottom: 12px;
}

.field label {
  display: block;
  font-family: var(--sans);
  font-weight: 700;
  font-size: .82rem;
  color: var(--blue-deep);
  margin-bottom: 4px;
}

.field input,
.field select {
  width: 100%;
  padding: 11px 13px;
  border: 1.5px solid #d5dce3;
  border-radius: 6px;
  font-family: var(--sans);
  font-size: .98rem;
  color: var(--ink);
  background: #fff;
  transition: border-color .15s;
}

.field input:focus,
.field select:focus {
  outline: none;
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(64,126,201,.16);
}

.grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.form-note {
  font-size: .78rem;
  color: var(--muted);
  margin-top: 8px;
  text-align: center;
}

.form-success {
  display: none;
  text-align: center;
  padding: 24px 8px;
}

.form-success .check {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--blue-tint);
  color: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  font-size: 2rem;
}

.form-success h3 {
  color: var(--blue);
}

/* AD form styles */

.contact-top .column-inner{
	    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
}
.contact-bottom .column-inner{
	 display: flex !important;
    flex-wrap: wrap;
    gap: 16px;
}
.contact-bottom .column-inner.cta-content-area.sortable-column > .ad-form-field:nth-of-type(1),
.contact-bottom .column-inner.cta-content-area.sortable-column > .ad-form-field:nth-of-type(2) {
    width: calc(50% - 8px);
}

.activedemand-wrapper {
		padding: 0 !important;
	}
	.ad-form-field,
	.column-inner  {
		padding: 0 !important;
	}
    .ad-form-field {
      margin-bottom: 9px !important;
		    padding: 0 5px !important;
    }
	
    .activedemand-label {
          display: block !important;
    font-weight: 700;
    font-size: .82rem !important;
    color: var(--navy);
    margin-bottom: 4px !important;
		 
    }
.activedemand-page .container-fluid .column{
	padding: 0 !important;
}
	.radio, .checkbox{
			line-height: 1;
	}
	.contact-top .radio label{
		display: flex !important;
		justify-self: baseline;
		gap: 10px;
		padding: 5px 0;
	}

	.activedemand-input {
	width: 100% !important;
    padding: 11px 13px !important;
    border: 1.5px solid #d5dce3 !important;
    border-radius: 6px !important;
    font-family: var(--sans);
    font-size: .98rem;
    color: var(--ink);
    background: #fff;
    transition: border-color .15s;
	}
	
	.activedemand-input::placeholder {
		 color: transparent; 
	}
	
	.radio label,
	.checkbox label{
		font-size: .82rem !important;
		margin-bottom: 0px !important;
		line-height: 1 !important;
		display: flex !important;
		width: 50px !important;
		gap: 10px;
		align-items: center !important;
		justify-items: flex-start;
	}
	.required{
		color: var(--blue-deepest) !important;
	}

	.activedemand-button{
			    width: 100%;
    height: 100% !important;
    min-height: 60px;
    margin: 10px 0 !important;
    background: var(--gold) !important;
    color: var(--blue-deepest) !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .22) !important;
		
	}

/* Tour section */
.tour-section {
  background: var(--white);
  margin-top: -2px;
  padding: clamp(40px,4.6vw,64px) 0 clamp(24px,2.6vw,36px);
}

.tour-copy {
  text-align: left;
  margin-bottom: 0;
}

.tour-copy h2 {
  margin-top: 8px;
  font-size: clamp(1.6rem,2.8vw,2.1rem);
}

.tour-copy p {
  margin: 10px 0 0;
  max-width: 36ch;
  font-size: .98rem;
}

.tour-copy p a {
  color: var(--blue);
  font-family: var(--sans);
  font-weight: 800;
  white-space: nowrap;
}

.tour-section .form-card {
  background: var(--blue-tint);
  box-shadow: none;
  padding: 26px 26px 12px;
  display: grid;
  grid-template-columns: minmax(230px,.85fr) 2fr;
  gap: clamp(24px,3vw,40px);
  align-items: center;
}

.tour-section .form-card > form {
  min-width: 0;
}

.tour-section .form-success {
  grid-column: 1 / -1;
}

.tour-fields {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 14px;
  align-items: end;
}

.tour-fields .field {
  margin-bottom: 0;
}

.tour-fields .submit-field {
  grid-column: span 1;
}

.tour-fields .submit-field .btn {
  max-width: 340px;
  margin: 4px auto 0;
}

.tour-fields .submit-field .btn {
  max-width: none;
  margin: 0;
  white-space: nowrap;
  padding: 14px 16px;
  font-size: .94rem;
}

.tour-reorder {
  display: flex;
  flex-direction: column;
}

.tour-section .form-card > p[data-dc-tpl="87"] {
  grid-column: 2;
  justify-self: end;
}

@media(max-width:900px) {
  .tour-section .form-card {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .tour-copy p {
    max-width: none;
  }
  .tour-section .form-card > p[data-dc-tpl="87"] {
    grid-column: auto;
    justify-self: auto;
  }
  .tour-reorder .benefits {
    order: 1;
  }
  .tour-reorder .tour-section {
    order: 2;
    padding: clamp(32px,6vw,48px) 0;
  }
  .tour-reorder .tour-section {
    margin-top: 0;
  }
}

@media(max-width:620px) {
  .tour-fields {
    grid-template-columns: 1fr 1fr;
  }
  .tour-fields .submit-field {
    grid-column: span 2;
  }
}

.trust {
  background: var(--cream);
  margin-top: -2px;
}

.trust .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px,5vw,64px);
  flex-wrap: wrap;
  padding: 30px 22px 50px;
}

.trust img {
  height: 60px;
  width: auto;
  opacity: .95;
}

.trust .stat {
  text-align: center;
}

.trust .stat b {
  display: block;
  font-family: var(--sans);
  font-weight: 800;
  font-size: 2.6rem;
  color: var(--blue);
  line-height: 1;
}

.trust .stat span {
  font-family: var(--sans);
  font-size: .8rem;
  font-weight: 700;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .06em;
}

/* Icon symbols */
.ic-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  background: var(--blue-tint);
  color: var(--blue);
  flex: none;
}

.ic-circle svg {
  width: 30px;
  height: 30px;
}

/* Benefits */
.bcards {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 22px;
}

.bcard {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  text-align: center;
  background: var(--cream);
  padding: 34px 26px;
  border: none;
  transition: transform .25s, box-shadow .25s;
}

.bcard::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: var(--img);
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.06);
  transition: opacity .45s ease, transform .6s ease;
}

.bcard[data-dc-tpl="106"]::before {
  background-size: 150% auto;
  background-position: 75% 40%;
}

.bcard::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(to top,rgba(23,56,86,.88),rgba(23,56,86,.55));
  opacity: 0;
  transition: opacity .45s ease;
}

.bcard:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.bcard:hover::before {
  opacity: 1;
  transform: scale(1);
}

.bcard:hover::after {
  opacity: 1;
}

.bcard .ic-circle {
  background: rgba(64,126,201,.12);
  transition: background .35s ease, color .35s ease;
}

.bcard:hover .ic-circle {
  background: rgba(255,255,255,.18);
  color: #fff;
}

.bcard h3 {
  font-size: 1.25rem;
  margin-bottom: 8px;
  transition: color .35s ease;
}

.bcard p {
  font-size: .98rem;
  transition: color .35s ease;
}

.bcard:hover h3,
.bcard:hover p {
  color: #fff;
}

.bcard .ic-art {
  position: relative;
  width: 84px;
  height: 84px;
  margin: 0 auto 16px;
  flex: none;
}

.bcard .ic-art img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity .35s ease;
}

.bcard .ic-art img.on {
  opacity: 0;
}

.bcard .ic-art.sm img {
  width: 80.5%;
  height: 80.5%;
  inset: 9.75%;
}

.bcard .ic-art.md img {
  width: 75%;
  height: 75%;
  inset: 12.5%;
}

.bcard:hover .ic-art img.off {
  opacity: 0;
}

.bcard:hover .ic-art img.on {
  opacity: 1;
}

/* Split feature */
.split {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 48px;
  align-items: center;
}

.split.rev .txt {
  order: 2;
}

.split img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 460px;
}

.split .txt h2 {
  margin-bottom: 14px;
}

.split ul {
  list-style: none;
  margin: 18px 0 24px;
}

.split li {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  margin-bottom: 10px;
  font-weight: 600;
  color: var(--ink);
}

.split li svg {
  flex: none;
  color: var(--blue);
  margin-top: 3px;
  width: 20px;
  height: 20px;
}

/* Amenities */
.amen-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 16px;
}

.amen {
  background: #fff;
  border: 1px solid #e7ecef;
  padding: 22px 16px;
  text-align: center;
  transition: transform .15s, box-shadow .15s;
}

.amen:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-sm);
}

.amen .ic-circle {
  width: 56px;
  height: 56px;
  margin-bottom: 10px;
}

.amen .ic-circle svg {
  width: 26px;
  height: 26px;
}

.amen span {
  font-weight: 700;
  font-size: .9rem;
  color: var(--blue-deep);
  font-family: var(--sans);
}

/* Amenities gallery */
.amen-gallery {
  position: relative;
  margin-top: clamp(0px,1vw,12px);
}

.amen-track {
  display: flex;
  gap: 32px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: clamp(42px,5.4vw,68px) calc(50% - clamp(340px,34vw,480px)/2) clamp(38px,5vw,58px);
}

.amen-track::-webkit-scrollbar {
  height: 8px;
}

.amen-track::-webkit-scrollbar-thumb {
  background: var(--tan);
  border-radius: 10px;
}

.amen-track::-webkit-scrollbar-track {
  background: transparent;
}

.gcard {
  flex: 0 0 auto;
  width: clamp(340px,34vw,480px);
  aspect-ratio: 3/2;
  scroll-snap-align: center;
  position: relative;
  overflow: hidden;
  background: var(--cream);
  margin: 0;
  transform: scale(.86);
  opacity: .64;
  transition: transform .4s ease, opacity .4s ease;
}

.gcard.is-active {
  transform: scale(1.14);
  opacity: 1;
  z-index: 2;
}

.gcard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .55s ease;
}

.gcard.is-active:hover img {
  transform: scale(1.05);
}

.gcard figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 38px 18px 16px;
  color: #fff;
  font-family: var(--sans);
  font-weight: 700;
  font-size: 1.02rem;
  letter-spacing: .01em;
  background: linear-gradient(to top,rgba(23,56,86,.92),rgba(23,56,86,.45),transparent);
}

.gnav {
  position: absolute;
  top: calc(50% - 12px);
  transform: translateY(-50%);
  z-index: 3;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #dfe4e8;
  background: #fff;
  color: var(--blue-deep);
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s, color .2s, transform .2s, border-color .2s;
}

.gnav:hover {
  background: var(--gold);
  color: var(--blue-deepest);
  border-color: var(--gold);
}

.gnav:active {
  transform: translateY(-50%) scale(.94);
}

.gprev {
  left: clamp(6px,2vw,20px);
}

.gnext {
  right: clamp(6px,2vw,20px);
}

@media(max-width:600px) {
  .gnav {
    display: none;
  }
}

/* Floor plans */
.fp-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 22px;
}

.fp {
  position: relative;
  z-index: 1;
  background: #fff;
  border: 1px solid #e7ecef;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform .3s ease, box-shadow .3s ease;
}

.fp:hover {
  transform: scale(1.04);
  box-shadow: var(--shadow);
  z-index: 2;
}

.fp .imgwrap {
  background: var(--blue-tint);
  aspect-ratio: 4/3;
  overflow: hidden;
  padding: 32px;
  box-sizing: border-box;
}

.fp .imgwrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fp .meta {
  padding: 16px 18px 20px;
}

.fp .meta h3 {
  font-size: 1.2rem;
  margin-bottom: 4px;
}

.fp .meta .spec {
  font-weight: 700;
  color: var(--blue);
  font-size: .9rem;
  font-family: var(--sans);
}

.fp .meta p {
  margin-top: 8px;
  font-size: .92rem;
}

.feature-note {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  margin-top: 30px;
  background: var(--blue-deepest);
  color: #fff;
  padding: 36px 34px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 28px;
  align-items: center;
}

.feature-note>* {
  position: relative;
  z-index: 1;
}

.feature-note::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: var(--img);
  background-size: cover;
  background-position: center;
  opacity: .6;
}

.feature-note::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(to right,rgba(23,56,86,.65),rgba(23,56,86,.4));
}

.feature-note h3 {
  color: #fff;
}

.feature-note p {
  color: rgba(255,255,255,.86);
}

.feature-note ul {
  list-style: none;
  font-size: .95rem;
  color: rgba(255,255,255,.92);
  columns: 2;
  column-gap: 20px;
}

.feature-note li {
  padding: 4px 0 4px 22px;
  position: relative;
  break-inside: avoid;
}

.feature-note li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 800;
}

/* Why choose */
.why {
  background: var(--blue-deepest);
  color: #fff;
}

.why h2,
.why h3 {
  color: #fff;
}

.why .section-head p {
  color: rgba(255,255,255,.85);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}

.why-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  padding: 28px 22px;
  text-align: center;
}

.why-card .ic-circle {
  background: rgba(217,199,86,.16);
  color: var(--gold);
}

.why-card h3 {
  font-size: 1.15rem;
  margin-bottom: 6px;
}

.why-card p {
  color: rgba(255,255,255,.8);
  font-size: .96rem;
}

.why-card .ic-circle.ic-img {
  width: 46px;
  height: 46px;
  background: none;
  border-radius: 0;
}

.why-card .ic-circle.ic-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Testimonials */
.tcarousel {
  position: relative;
  max-width: 1000px;
  margin: clamp(10px,2vw,24px) auto 0;
  min-height: clamp(300px,32vw,380px);
}

.tslide {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 clamp(12px,4vw,44px);
  opacity: 0;
  visibility: hidden;
  transition: opacity .9s ease;
}

.tslide.active {
  opacity: 1;
  visibility: visible;
}

.tslide blockquote {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.5rem,3.4vw,2.6rem);
  line-height: 1.3;
  color: var(--blue-deep);
  max-width: 28ch;
  margin: 0 auto;
}

.tstars {
  color: var(--gold-dark);
  font-size: 1.3rem;
  letter-spacing: 4px;
  margin-top: clamp(24px,3.2vw,38px);
}

.twho {
  margin-top: clamp(14px,1.8vw,22px);
  font-family: var(--sans);
  font-weight: 700;
  color: var(--ink);
  font-size: 1.02rem;
}

.twho span {
  display: block;
  font-weight: 600;
  color: var(--muted);
  font-size: .9rem;
  margin-top: 3px;
  letter-spacing: .02em;
}

.tdots {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: clamp(30px,4vw,48px);
}

.tdot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: none;
  background: var(--tan);
  cursor: pointer;
  padding: 0;
  transition: background .3s ease, transform .3s ease;
}

.tdot.active {
  background: var(--gold-dark);
  transform: scale(1.3);
}

.tnote {
  text-align: center;
  font-size: .78rem;
  color: var(--muted);
  margin-top: 18px;
}

/* All-inclusive rent explainer */
.allin {
  background: var(--blue-tint);
}

.lc-steps {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 10px;
  margin-top: 12px;
}

.lc-step {
  padding: 6px 12px;
  text-align: center;
}

.lc-step + .lc-step {
  border-left: 1px solid rgba(23,56,86,.16);
}

@media(max-width:900px) {
  .lc-step + .lc-step {
    border-left: none;
  }
}

.lc-step .n {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  font-family: var(--sans);
}

.lc-step h3 {
  font-size: 1rem;
  margin-bottom: 4px;
}

.lc-step p {
  font-size: .88rem;
}

/* Next steps */
.steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
}

.steps::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 16.66%;
  right: 16.66%;
  height: 2px;
  background: var(--tan);
  z-index: 0;
}

.step {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 18px;
}

.step .num {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-family: var(--sans);
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.step h3 {
  font-size: 1.2rem;
  margin-bottom: 6px;
}

.step p {
  font-size: .96rem;
}

@media(max-width:900px) {
  .steps: :before {
    display: none;
  }
}

/* Final CTA */
.final {
  background: linear-gradient(rgba(23,56,86,.88),rgba(35,79,125,.92)), url("../images/final-bg.jpg") center/cover fixed no-repeat;
  color: #fff;
}

.final .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.final h2 {
  color: #fff;
}

.final p {
  color: rgba(255,255,255,.9);
  font-size: 1.12rem;
}

.final .contact-line {
  margin-top: 22px;
  font-weight: 700;
}

.final .contact-line a {
  color: #fff;
  font-size: 1.5rem;
  font-family: var(--sans);
  font-weight: 700;
}

/* Footer */
footer {
  background: var(--blue-deepest);
  color: rgba(255,255,255,.8);
  padding: 44px 0 26px;
}

footer .wrap {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 30px;
}

footer img.logo {
  height: 40px;
  margin-bottom: 14px;
}

footer h4 {
  color: #fff;
  font-family: var(--sans);
  font-weight: 700;
  font-size: .85rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

footer a {
  display: block;
  color: rgba(255,255,255,.8);
  margin-bottom: 7px;
  font-size: .95rem;
}

footer a:hover {
  color: var(--gold);
}

.footer-badges {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 16px;
  flex-wrap: wrap;
}

.footer-badges img {
  height: 30px;
}

.footer-badges img.sage {
  height: 52px;
  background: #fff;
  padding: 4px;
  border-radius: 6px;
}

.disclosure {
  font-size: .78rem;
  color: rgba(255,255,255,.6);
  max-width: 76ch;
  margin: 30px auto 0;
  line-height: 1.6;
}

.disclosure a {
  color: rgba(255,255,255,.78);
  text-decoration: underline;
}

.legal {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  border-top: 1px solid rgba(255,255,255,.12);
  margin-top: 26px;
  padding-top: 18px;
  font-size: .82rem;
}

/* Sticky mobile CTA */
.sticky-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 70;
  display: none;
  background: var(--blue-deepest);
  box-shadow: 0 -4px 20px rgba(0,0,0,.25);
  padding: 10px;
  gap: 10px;
}

.sticky-mobile a {
  flex: 1;
  padding: 13px;
  font-weight: 800;
  text-align: center;
  font-size: .98rem;
}

.sm-call {
  background: #fff;
  color: var(--blue-deep);
}

.sm-tour {
  background: var(--gold);
  color: var(--blue-deepest);
}

@media(max-width:900px) {
  .hero .wrap, .final .wrap, .tour-section .wrap {
    grid-template-columns: 1fr;
  }
  .bcards, .fp-grid, .why-grid, .steps {
    grid-template-columns: 1fr 1fr;
  }
  .amen-grid {
    grid-template-columns: repeat(3,1fr);
  }
  .lc-steps {
    grid-template-columns: 1fr 1fr;
  }
  .split {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .split.rev .txt {
    order: 0;
  }
  .feature-note {
    grid-template-columns: 1fr;
  }
  .feature-note ul {
    columns: 1;
  }
  footer .wrap {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width:600px) {
  .phone-top {
    display: none;
  }
  .bcards, .fp-grid, .why-grid, .steps, .amen-grid, .lc-steps {
    grid-template-columns: 1fr;
  }
  .grid2 {
    grid-template-columns: 1fr;
  }
  .hero {
    background-attachment: scroll;
  }
  .final {
    background-attachment: scroll;
  }
  .sticky-mobile {
    display: flex;
  }
  body {
    padding-bottom: 66px;
  }
  footer .wrap {
    grid-template-columns: 1fr;
  }
  .trust img {
    height: 48px;
  }
}
