@font-face { font-family: "Poppins"; src: url("/assets/fonts/poppins-700.ttf") format("truetype"); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("/assets/fonts/poppins-800.ttf") format("truetype"); font-style: normal; font-weight: 800; font-display: swap; }
@font-face { font-family: "Montserrat"; src: url("/assets/fonts/montserrat-variable.ttf") format("truetype"); font-style: normal; font-weight: 100 900; font-display: swap; }
@font-face { font-family: "Lato"; src: url("/assets/fonts/lato-400.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Lato"; src: url("/assets/fonts/lato-700.ttf") format("truetype"); font-style: normal; font-weight: 700; font-display: swap; }

:root {
  --brand-primary: #014570;
  --brand-accent: #68cdeb;
  --surface-main: #ffffff;
  --surface-alt: #f7f7f7;
  --surface-deep: #082f49;
  --text-main: #666666;
  --text-heading: #014570;
  --text-on-dark: #ffffff;
  --link: #0c76be;
  --focus: #0c76be;
  --border: #dbe7ed;
  --radius: 0.75rem;
  --radius-pill: 100px;
  --shadow: 0 1.25rem 3.5rem rgba(1, 69, 112, 0.13);
  --wrap: 76rem;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text-main); background: var(--surface-main); font-family: "Lato", system-ui, sans-serif; font-size: 1rem; line-height: 1.65; }
img, video, iframe { display: block; max-width: 100%; }
img { height: auto; }
a { color: var(--link); text-underline-offset: 0.18em; }
a:hover { text-decoration-thickness: 0.14em; }
a:focus-visible, button:focus-visible, iframe:focus-visible { outline: 2px solid var(--focus); outline-offset: 2px; box-shadow: 0 0 0 2px #fff; }
h1, h2, h3, h4 { margin: 0 0 0.75rem; color: var(--text-heading); line-height: 1.12; }
h1 { font-family: "Montserrat", system-ui, sans-serif; font-size: clamp(2.1rem, 5vw, 4.25rem); font-weight: 800; }
h2, h3, h4 { font-family: "Poppins", system-ui, sans-serif; }
h2 { font-size: clamp(1.85rem, 4vw, 3.2rem); font-weight: 800; }
h3 { font-size: clamp(1.15rem, 2vw, 1.4rem); font-weight: 700; }
p { margin: 0 0 1rem; }
ul, ol { margin-top: 0; }
.skip-link { position: absolute; top: -7rem; left: 1rem; z-index: 1000; padding: 0.8rem 1rem; background: #fff; color: #111; font-weight: 700; }
.skip-link:focus { top: 1rem; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.wrap { width: min(calc(100% - 2rem), var(--wrap)); margin-inline: auto; }
.narrow { max-width: 48rem; }
.section { padding: clamp(3.5rem, 8vw, 7rem) 0; }
.section-alt { background: var(--surface-alt); }
.section-dark { background: var(--brand-primary); color: #fff; }
.section-dark h2, .section-dark h3 { color: #fff; }
.kicker { margin-bottom: 0.75rem; color: var(--link); font-family: "Poppins", system-ui, sans-serif; font-size: 0.82rem; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; }
.section-dark .kicker { color: #aee8f8; }
.lede { max-width: 47rem; color: #4c5e68; font-size: clamp(1.08rem, 2vw, 1.28rem); }
.section-dark .lede { color: #e5f4fa; }
.eyebrow-rule { width: 4rem; height: 0.3rem; margin: 0 0 1.5rem; border: 0; background: var(--brand-accent); }

.utility-bar { background: var(--brand-primary); color: #fff; font-size: 0.88rem; }
.utility-bar .wrap { display: flex; min-height: 2.75rem; align-items: center; justify-content: space-between; gap: 1rem; }
.utility-bar a { display: inline-flex; min-width: 44px; min-height: 44px; align-items: center; justify-content: center; padding: 0 0.45rem; color: #fff; font-weight: 700; text-decoration: none; }
.utility-bar a:hover { text-decoration: underline; }
.utility-contact, .utility-links { display: flex; flex-wrap: wrap; gap: 0.25rem; }
.site-header { position: relative; z-index: 20; border-bottom: 1px solid var(--border); background: #fff; }
.site-header .wrap { display: flex; min-height: 6rem; align-items: center; gap: 1rem; }
.site-name { display: inline-flex; min-width: 15rem; align-items: center; gap: 0.8rem; color: var(--brand-primary); font-family: "Montserrat", system-ui, sans-serif; font-size: clamp(0.9rem, 1.4vw, 1.08rem); font-weight: 800; line-height: 1.18; text-decoration: none; }
.site-logo { width: 4.25rem; height: 4.25rem; object-fit: contain; }
.menu-toggle { display: none; min-width: 44px; min-height: 44px; margin-left: auto; padding: 0.55rem 1rem; border: 2px solid var(--brand-primary); border-radius: var(--radius-pill); background: #fff; color: var(--brand-primary); font-family: "Poppins", sans-serif; font-size: 1rem; font-weight: 700; }
.primary-nav { margin-left: auto; }
.primary-nav > ul { display: flex; align-items: center; gap: clamp(0.5rem, 1.5vw, 1.2rem); margin: 0; padding: 0; list-style: none; }
.primary-nav > ul > li { position: relative; }
.primary-nav a, .nav-dropdown-toggle { display: inline-flex; min-height: 44px; align-items: center; color: #425762; font-family: "Poppins", sans-serif; font-size: 0.88rem; font-weight: 700; text-decoration: none; }
.primary-nav a:hover, .nav-dropdown-toggle:hover { color: var(--brand-primary); }
.nav-dropdown-toggle { gap: 0.5rem; padding: 0; border: 0; background: transparent; cursor: pointer; }
.nav-chevron { width: 0.48rem; height: 0.48rem; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: translateY(-0.14rem) rotate(45deg); transition: transform 160ms ease; }
.nav-dropdown[data-open="true"] .nav-chevron { transform: translateY(0.1rem) rotate(225deg); }
.nav-submenu { position: absolute; z-index: 30; top: 100%; right: 0; display: none; min-width: 15rem; margin: 0; padding: 0.65rem 0; border-top: 3px solid #36a9ff; background: #fff; box-shadow: 0 0.7rem 1.5rem rgba(1, 69, 112, 0.16); list-style: none; }
.nav-dropdown[data-open="true"] > .nav-submenu { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
.primary-nav .nav-submenu a { width: 100%; min-height: 44px; padding: 0.6rem 1.5rem; font-size: 0.88rem; font-weight: 500; white-space: nowrap; }
.primary-nav .nav-submenu a:hover { background: #f4f9fc; }

.button-row { display: flex; flex-wrap: wrap; gap: 0.85rem; margin-top: 1.5rem; }
.button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 0.78rem 1.55rem; border: 2px solid var(--brand-primary); border-radius: var(--radius-pill); background: var(--brand-primary); color: #fff; font-family: "Poppins", system-ui, sans-serif; font-size: 1.125rem; font-weight: 700; line-height: 1.2; text-align: center; text-decoration: none; transition: transform 160ms ease, background 160ms ease, color 160ms ease; }
.button:hover { background: #003452; color: #fff; transform: translateY(-1px); }
.button-light { border-color: #fff; background: #fff; color: var(--brand-primary); }
.button-light:hover { background: #eaf8fc; color: var(--brand-primary); }
.button-outline { background: transparent; color: var(--brand-primary); }
.button-outline:hover { background: var(--brand-primary); color: #fff; }
.section-dark .button-outline, .hero .button-outline, .cta-band .button-outline { border-color: #fff; color: #fff; }
.section-dark .button-outline:hover, .hero .button-outline:hover, .cta-band .button-outline:hover { background: #fff; color: var(--brand-primary); }

.hero { position: relative; min-height: clamp(50rem, 60vw, 68rem); display: grid; place-items: center; overflow: hidden; padding: clamp(2.5rem, 4vw, 4.5rem) 1rem; background: var(--surface-deep) url("/assets/images/hero-poster.jpg") center / cover no-repeat; }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.hero::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(110deg, rgba(0, 33, 54, 0.06), rgba(0, 33, 54, 0.02)); }
.hero-card { position: relative; z-index: 2; display: flex; width: min(67.5rem, 90%); min-height: 39.85rem; flex-direction: column; justify-content: flex-start; padding: 2.0625rem 0 1.6875rem; background: rgba(1, 69, 112, 0.78); color: #fff; text-align: center; }
.hero-card h1 { max-width: 66.75rem; margin: 0 auto; padding-bottom: 0.625rem; color: #fff; font-family: "Poppins", system-ui, sans-serif; font-size: 4.5rem; font-weight: 800; letter-spacing: -0.035em; line-height: 1.15; }
.hero-card .subline { max-width: 66.75rem; margin: 1.835rem auto 0; padding-bottom: 0.625rem; color: #fff; font-family: "Poppins", sans-serif; font-size: 0.875rem; font-weight: 700; letter-spacing: 0.065em; line-height: 1.4; text-transform: uppercase; }
.hero-card .button-row { justify-content: center; gap: 3.71rem; margin-top: 4.375rem; }
.hero-card .button { min-width: 11.84375rem; min-height: 0; padding: 0.62rem 1.125rem; border-color: #fff; background: #fff; color: var(--brand-primary); }
.hero-card .button:hover { background: #eaf8fc; color: var(--brand-primary); }
.hero-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 3.71rem; margin: 3.375rem 0 0; padding: 0; list-style: none; }
.hero-fact { display: flex; min-width: 0; flex-direction: column; align-items: center; justify-content: flex-end; gap: 1.875rem; color: #fff; font-family: "Poppins", system-ui, sans-serif; font-size: 1.125rem; font-weight: 700; line-height: 1; }
.hero-fact-icon { width: 6rem; height: 6rem; color: var(--brand-accent); }
.hero-fact-icon-home { padding: 0.25rem; }
.hero-status { position: absolute; right: 1rem; bottom: 0.75rem; padding: 0.25rem 0.5rem; border-radius: 0.3rem; background: rgba(0, 24, 39, 0.72); color: #fff; font-size: 0.72rem; }

.card-grid, .link-grid, .plan-grid, .gallery-grid { display: grid; gap: 1.25rem; }
.card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card { overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: #fff; box-shadow: 0 0.8rem 2.4rem rgba(1, 69, 112, 0.08); }
.card-media { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.card-body { padding: 1.5rem; }
.card-body > :last-child { margin-bottom: 0; }
.card-body > a:last-child,
.plan-actions > a,
.contact-card a,
.tap-target,
.site-footer a { display: inline-flex; min-width: 44px; min-height: 44px; align-items: center; }
.split { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); align-items: center; gap: clamp(2rem, 6vw, 5rem); }
.split-image { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); }
.fact-list, .check-list { padding: 0; list-style: none; }
.fact-list li, .check-list li { position: relative; margin: 0.65rem 0; padding-left: 1.7rem; }
.fact-list li::before, .check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--link); font-weight: 800; }
.cta-band { padding: clamp(3.5rem, 7vw, 5.5rem) 0; background: var(--brand-primary); color: #fff; text-align: center; }
.cta-band h2 { color: #fff; }
.cta-band .button-row { justify-content: center; }

.page-hero { padding: clamp(4rem, 8vw, 7rem) 0; background: linear-gradient(135deg, #e8f8fd, #fff 62%); }
.page-hero .lede { margin-bottom: 0; }
.amenities-page-hero { padding-block: clamp(7rem, 16vw, 14rem); background: linear-gradient(rgba(0, 28, 46, 0.48), rgba(0, 28, 46, 0.66)), url("/assets/images/welcome-sign.jpg") center 45% / cover no-repeat; color: #fff; text-align: center; }
.amenities-page-hero h1, .amenities-page-hero .kicker { color: #fff; }
.amenities-page-hero .lede { margin-inline: auto; color: #fff; font-family: "Poppins", system-ui, sans-serif; font-weight: 700; }
.gallery-page-hero { position: relative; isolation: isolate; background: linear-gradient(rgba(1, 69, 112, 0.8), rgba(1, 69, 112, 0.8)), url("/assets/images/gallery-hero.jpg") center 54% / cover no-repeat; color: #fff; }
.gallery-page-hero h1, .gallery-page-hero .kicker { color: #fff; }
.gallery-page-hero .lede { color: #fff; text-shadow: 0 1px 2px rgba(0, 24, 39, 0.4); }
.apply-page-hero {
  --apply-hero-wave-height: clamp(4rem, 7vw, 6.25rem);
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: clamp(18rem, 30vw, 28.5rem);
  overflow: hidden;
  align-items: center;
  padding: clamp(5rem, 8vw, 8.5rem) 0 calc(clamp(5rem, 8vw, 8.5rem) + (var(--apply-hero-wave-height) / 2));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.61) 100%), url("/assets/images/gallery-live-14.jpg") center 52% / cover no-repeat;
  color: #fff;
  text-align: center;
}
.apply-page-hero::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 0;
  height: var(--apply-hero-wave-height);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 140' preserveAspectRatio='none'%3E%3Cpath fill='%23f7f7f7' d='M1280 140V0S993.46 140 640 139 0 0 0 0v140z'/%3E%3C/svg%3E") center bottom / 100% 100% no-repeat;
  content: "";
  pointer-events: none;
}
.apply-page-hero-copy { position: relative; z-index: 1; }
.apply-page-hero h1 { margin: 0; color: #fff; font-family: "Poppins", system-ui, sans-serif; font-size: clamp(2.75rem, 5vw, 4.5rem); font-weight: 800; }
.apply-steps { padding: clamp(3.25rem, 6vw, 5rem) 0 clamp(4.5rem, 7vw, 6rem); background: #fff; text-align: center; }
.apply-steps-inner { max-width: 72rem; }
.apply-section-heading { margin-bottom: clamp(2.25rem, 5vw, 4rem); }
.apply-section-heading h2, .apply-help h2 { font-size: clamp(2rem, 4vw, 3.45rem); }
.apply-section-heading p {
  margin: 1.25rem 0 0;
  color: var(--brand-primary);
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(0.78rem, 1.2vw, 0.9rem);
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.45;
  text-transform: uppercase;
}
.apply-choice-row { display: grid; grid-template-columns: repeat(2, max-content); align-items: center; justify-content: center; gap: clamp(2rem, 10vw, 9rem); }
.apply-choice-button { padding: 0.65rem 1.7rem; border-radius: 26px; font-family: "Lato", system-ui, sans-serif; font-size: clamp(1.05rem, 1.6vw, 1.7rem); font-weight: 800; }
.apply-help {
  --apply-help-wave-height: clamp(4.5rem, 8vw, 6.25rem);
  position: relative;
  overflow: hidden;
  padding: calc(var(--apply-help-wave-height) + clamp(1.5rem, 3vw, 2.5rem)) 0 clamp(3.75rem, 6vw, 5rem);
  background: var(--brand-accent);
  color: #fff;
  text-align: center;
}
.apply-help::before {
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  height: var(--apply-help-wave-height);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 140' preserveAspectRatio='none'%3E%3Cpath fill='%23f7f7f7' d='M320 28C160 28 80 49 0 70V0h1280v70c-80 21-160 42-320 42-320 0-320-84-640-84z'/%3E%3C/svg%3E") center top / 100% 100% no-repeat;
  content: "";
  pointer-events: none;
}
.apply-help-copy { position: relative; z-index: 1; max-width: 68rem; }
.apply-help h2 { color: #fff; }
.apply-help p { margin: 0 auto; color: #fff; font-size: 1rem; line-height: 1.75; }
.apply-phone-button { margin-top: 1.75rem; padding: 0.45rem 1.25rem; border-color: var(--surface-alt); background: var(--surface-alt); font-size: 1.125rem; }
.apply-footer-wave {
  height: clamp(4rem, 7vw, 6.25rem);
  margin-bottom: -1px;
  background-color: var(--surface-deep);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 140' preserveAspectRatio='none'%3E%3Cg fill='%2368cdeb'%3E%3Cpath d='M1280 0L640 70 0 0v140l640-70 640 70V0z' fill-opacity='.5'/%3E%3Cpath d='M1280 0H0l640 70 640-70z'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.corporate-content-width { width: min(80%, 67.5rem); }
.corporate-page-hero {
  --corporate-hero-wave-height: clamp(2.5rem, 4.5vw, 6.25rem);
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: clamp(19rem, 31vw, 24.75rem);
  overflow: hidden;
  align-items: center;
  padding: clamp(3rem, 5vw, 5rem) 0 calc(clamp(3rem, 5vw, 5rem) + (var(--corporate-hero-wave-height) / 2));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.61) 100%), url("/assets/images/gallery-live-09.jpg") center 50% / cover no-repeat;
  color: #fff;
}
.corporate-page-hero::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 0;
  height: var(--corporate-hero-wave-height);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 140' preserveAspectRatio='none'%3E%3Cpath fill='%23f7f7f7' d='M1280 140V0S993.46 140 640 139 0 0 0 0v140z'/%3E%3C/svg%3E") center bottom / 100% 100% no-repeat;
  content: "";
  pointer-events: none;
}
.corporate-hero-copy { position: relative; z-index: 1; text-align: left; }
.corporate-page-hero h1 {
  width: 100%;
  margin: 0;
  padding-bottom: 0.625rem;
  color: #fff;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(2.5rem, 5.625vw, 4.5rem);
  font-weight: 800;
  line-height: 1.15;
}
.corporate-hero-subtitle {
  max-width: 62rem;
  margin: 0.9rem 0 0;
  color: #fff;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(0.78rem, 1.1vw, 0.875rem);
  font-weight: 700;
  letter-spacing: 0.065em;
  line-height: 1.7;
  text-transform: uppercase;
}
.corporate-professionals, .corporate-contact { padding: 4% 0; background: var(--surface-alt); }
.corporate-professionals > .wrap, .corporate-amenities > .wrap, .corporate-contact > .wrap { padding-block: 2%; }
.corporate-two-column { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 3.5rem; align-items: start; }
.corporate-overview h2 {
  margin: 0 0 1.74rem;
  padding-bottom: 0.625rem;
  font-size: 2.1875rem;
  line-height: 1;
}
.corporate-overview p {
  margin: 0;
  padding-bottom: 1.125rem;
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 1.125rem;
  letter-spacing: 1px;
  line-height: 1.9;
}
.corporate-overview p:last-child { padding-bottom: 0; }
.corporate-panel-label {
  margin: 0 0 1.5rem;
  padding: 0;
  border: 0;
  color: #777;
  font-family: "Lato", system-ui, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75;
  text-align: center;
}
.corporate-serve-list { display: grid; gap: 1.74rem; padding-top: 1.85rem; border-top: 1px solid #9da6ab; }
.corporate-serve-card { display: grid; grid-template-columns: 4.25rem minmax(0, 1fr); gap: 1rem; align-items: start; }
.corporate-contact-row, .corporate-hours-row { display: grid; grid-template-columns: 3.625rem minmax(0, 1fr); gap: 1rem; align-items: start; }
.corporate-amenity-card { display: grid; grid-template-columns: 3.125rem minmax(0, 1fr); gap: 0.9375rem; align-items: start; }
.corporate-icon-box {
  display: grid;
  width: 3.1rem;
  height: 3.1rem;
  place-items: center;
  border-radius: 0.3rem;
  background: #eeeeee;
  color: var(--brand-primary);
}
.corporate-icon-box svg { width: 1.65rem; height: 1.65rem; overflow: visible; }
.corporate-serve-card h3, .corporate-amenity-card h3, .corporate-contact-row h3, .corporate-hours-row h3 {
  margin: 0;
  padding-bottom: 0.625rem;
  color: #171717;
  font-family: "Lato", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
.corporate-serve-card p, .corporate-amenity-card p { margin: 0; color: #272727; font-size: 0.875rem; line-height: 1.7; }
.corporate-amenities { padding: 4% 0; background: #fff; }
.corporate-amenities > .wrap > h2 {
  margin: 0 0 3.79rem;
  padding-bottom: 0.625rem;
  font-size: 3.125rem;
  line-height: 1.2;
  text-align: center;
}
.corporate-amenity-columns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 3.5rem; align-items: start; }
.corporate-amenity-column { display: grid; gap: 1.74rem; }
.corporate-amenity-card { min-height: 7.34rem; padding: 0.625rem; border-radius: 0.4375rem; background: var(--surface-alt); }
.corporate-amenity-card .corporate-icon-box { background: #e9e9e9; }
.corporate-amenity-column:last-child .corporate-amenity-card:last-child { grid-template-columns: 3.6875rem minmax(0, 1fr); }
.corporate-contact { padding-bottom: 4%; }
.corporate-rates h2 {
  margin: 0 0 1.74rem;
  padding-bottom: 0.625rem;
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 1.875rem;
  line-height: 1;
}
.corporate-rates > p {
  margin: 0 0 1.74rem;
  font-size: 1.125rem;
  letter-spacing: 1px;
  line-height: 1.9;
}
.corporate-rate-list { margin: 0; padding: 0; border-top: 1px solid #ccc; list-style: none; }
.corporate-rate-list li { min-height: 3.4375rem; padding: 0.875rem 0; border-bottom: 1px solid #ccc; color: #222; font-size: 1.125rem; font-weight: 300; line-height: 1.45; }
.corporate-contact-list { display: grid; gap: 2.3125rem; padding: 1.85rem 0; border-top: 1px solid #9da6ab; border-bottom: 1px solid #9da6ab; }
.corporate-contact-row a { display: inline-flex; min-height: 0; align-items: center; font-size: 0.875rem; line-height: 1.7; }
.corporate-hours-row { padding-top: 1.875rem; }
.corporate-hours { margin: 0; }
.corporate-hours > div { margin: 0; padding: 0.4375rem 0; border-bottom: 1px solid #e0e0e0; }
.corporate-hours dt, .corporate-hours dd { margin: 0; color: #262626; font-size: 0.8125rem; line-height: 1.83; }
.corporate-hours dd { font-weight: 700; }
.corporate-viewing-button { min-height: 3.125rem; margin-top: 1.74rem; padding: 0.375rem 1.25rem; font-size: 1.25rem; line-height: 1.7; }
.corporate-footer-wave {
  height: clamp(4rem, 7vw, 6.25rem);
  margin-bottom: -1px;
  background-color: var(--surface-deep);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 140' preserveAspectRatio='none'%3E%3Cg fill='%2368cdeb'%3E%3Cpath d='M1280 0L640 70 0 0v140l640-70 640 70V0z' fill-opacity='.5'/%3E%3Cpath d='M1280 0H0l640 70 640-70z'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.floor-plans-page-hero {
  --floor-plans-wave-height: clamp(2.5rem, 4.5vw, 6.25rem);
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: clamp(24rem, 35vw, 34rem);
  overflow: hidden;
  align-items: center;
  padding: clamp(6rem, 10vw, 10rem) 0 calc(clamp(6rem, 10vw, 10rem) + (var(--floor-plans-wave-height) / 2));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.61) 100%), url("/assets/images/gallery-live-25.jpg") center 50% / cover no-repeat;
  color: #fff;
}
.floor-plans-page-hero::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 0;
  height: var(--floor-plans-wave-height);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 140' preserveAspectRatio='none'%3E%3Cpath fill='%23f7f7f7' d='M1280 140V0S993.46 140 640 139 0 0 0 0v140z'/%3E%3C/svg%3E") center bottom / 100% 100% no-repeat;
  content: "";
  pointer-events: none;
}
.floor-plans-hero-copy { position: relative; z-index: 1; max-width: 67.5rem; text-align: left; }
.floor-plans-page-hero h1 { margin: 0; color: #fff; font-family: "Poppins", system-ui, sans-serif; font-size: clamp(2.5rem, 4vw, 4.5rem); font-weight: 800; }
.floor-plans-hero-subtitle {
  margin: 1.2rem 0 0;
  color: #fff;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(0.78rem, 1.05vw, 0.9rem);
  font-weight: 700;
  letter-spacing: 0.065em;
  line-height: 1.45;
  text-transform: uppercase;
}
.floor-plans-section { padding: clamp(3.25rem, 6vw, 5.5rem) 0 clamp(4.5rem, 8vw, 7rem); background: var(--surface-alt); }
.floor-plans-inner { max-width: 67.5rem; }
.floor-plans-heading { margin-bottom: clamp(2rem, 4vw, 3.25rem); text-align: center; }
.floor-plans-heading h2 { font-size: clamp(2.25rem, 4vw, 4.5rem); }
.floor-plans-heading p {
  margin: 1.15rem auto 0;
  color: var(--brand-primary);
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(0.72rem, 1vw, 0.84rem);
  font-weight: 700;
  letter-spacing: 0.055em;
  line-height: 1.45;
  text-transform: uppercase;
}
.tabs { display: flex; flex-wrap: wrap; gap: 0.65rem; margin: 1.5rem 0 2rem; }
.tab { min-height: 44px; padding: 0.6rem 1.15rem; border: 2px solid var(--brand-primary); border-radius: var(--radius-pill); background: #fff; color: var(--brand-primary); font-family: "Poppins", sans-serif; font-size: 0.95rem; font-weight: 700; cursor: pointer; }
.tab[aria-pressed="true"] { background: var(--brand-primary); color: #fff; }
.plan-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.plan-card[hidden] { display: none; }
.plan-image { width: 100%; aspect-ratio: 4 / 3; padding: 0.7rem; background: #fff; object-fit: contain; }
.plan-meta { color: #4b5d67; font-weight: 700; }
.plan-actions { display: flex; flex-wrap: wrap; gap: 0.65rem 1rem; align-items: center; }
.plan-actions .button { width: 100%; font-size: 1rem; }
.floor-plan-tabs { justify-content: center; gap: 0; width: min(100%, 63.5rem); margin: 0 auto 1.5rem; }
.floor-plan-tabs .tab {
  min-height: 44px;
  margin-left: -1px;
  padding: 0.45rem clamp(0.7rem, 2vw, 1.35rem);
  border: 1px solid #d7d7d7;
  border-radius: 0;
  background: #f1f1f1;
  color: #333;
  font-family: "Lato", system-ui, sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
}
.floor-plan-tabs .tab:first-child { margin-left: 0; }
.floor-plan-tabs .tab[aria-pressed="true"] { background: #fff; color: #333; font-weight: 700; }
.floor-plans-grid { width: min(100%, 63.5rem); margin-inline: auto; gap: 1.5rem; align-items: stretch; }
.floor-plan-card {
  display: flex;
  flex-direction: column;
  border: 1.5px solid #e5e5e5;
  border-radius: 0.75rem;
  box-shadow: none;
  text-align: left;
}
.floor-plan-image-wrap { display: flex; height: 12.5rem; align-items: center; justify-content: center; border-bottom: 1px solid #f0f0ec; background: #f0f0ec; }
.floor-plan-card .plan-image { width: 100%; height: 100%; aspect-ratio: auto; padding: 0.7rem; background: transparent; object-fit: contain; }
.floor-plan-card-body { display: flex; flex: 1; flex-direction: column; padding: 1.25rem; }
.floor-plan-card h3 { margin-bottom: 0.75rem; color: var(--brand-primary); font-size: 1rem; line-height: 1.35; }
.floor-plan-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0 0 0.75rem; overflow: hidden; border: 1px solid #f0f0ec; border-radius: 0.45rem; }
.floor-plan-stats div { display: flex; min-width: 0; flex-direction: column; padding: 0.55rem 0.5rem; text-align: center; }
.floor-plan-stats div + div { border-left: 1px solid #f0f0ec; }
.floor-plan-stats dt { order: 2; color: #8a8a8a; font-size: 0.625rem; letter-spacing: 0.06em; line-height: 1.25; text-transform: uppercase; }
.floor-plan-stats dd { order: 1; margin: 0 0 0.2rem; color: #1a1a1a; font-size: 0.9rem; font-weight: 700; line-height: 1.2; }
.floor-plan-card .plan-meta { margin-bottom: 1rem; color: #8a8a8a; font-size: 0.82rem; font-style: italic; font-weight: 400; }
.floor-plan-card .plan-actions { display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0.5rem; align-items: stretch; margin-top: auto; }
.floor-plan-action {
  display: inline-flex;
  width: 100%;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  padding: 0.55rem 0.75rem;
  border: 1.5px solid #e0e0dc;
  border-radius: 0.45rem;
  background: transparent;
  color: var(--brand-primary);
  font-family: "Lato", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}
.floor-plan-action:hover { border-color: var(--brand-primary); background: #eef8fb; }
.floor-plan-action-primary { border-color: var(--brand-primary); background: var(--brand-primary); color: #fff; }
.floor-plan-action-primary:hover { background: #003452; color: #fff; }

.amenity-groups { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; }
.amenity-group { padding: 1.75rem; border-top: 0.35rem solid var(--brand-accent); background: #fff; box-shadow: var(--shadow); }
.amenity-group .check-list { columns: 2; column-gap: 1.5rem; }
.amenity-group .check-list li { break-inside: avoid; }
.furnishings-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1rem; align-items: stretch; }
.furnishing-card { display: flex; flex-direction: column; padding: 1.4rem; border-top: 0.35rem solid var(--brand-accent); background: #fff; box-shadow: 0 0.8rem 2.4rem rgba(1, 69, 112, 0.08); }
.furnishing-card h3 { display: flex; align-items: center; gap: 0.55rem; font-size: 1.05rem; }
.furnishing-card h3 span { color: var(--brand-primary); font-family: "Segoe UI Symbol", "Apple Symbols", sans-serif; font-size: 1.45rem; }
.furnishing-card ul { margin-bottom: 0.8rem; padding-left: 1.1rem; }
.furnishing-note { margin: auto 0 0; color: #4b5d67; font-size: 0.9rem; font-weight: 700; }
.gallery-section .section-heading { margin-bottom: clamp(2rem, 4vw, 3.25rem); }
.gallery-section .section-heading .kicker { margin: 0 0 0.7rem; }
.gallery-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.gallery-grid figure { min-width: 0; margin: 0; overflow: hidden; border-radius: var(--radius); background: #eaf3f7; }
.gallery-grid figure[hidden] { display: none; }
.gallery-link { display: block; height: 100%; overflow: hidden; }
.gallery-grid img { width: 100%; height: 100%; aspect-ratio: 100 / 71; object-fit: cover; transition: transform 180ms ease; }
.gallery-link:hover img { transform: scale(1.025); }
.gallery-pagination { display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; gap: 0.5rem; margin-top: 2.5rem; padding-top: 1.25rem; border-top: 1px solid var(--border); }
.gallery-pagination[hidden] { display: none; }
.gallery-page-list { display: flex; gap: 0.35rem; }
.gallery-pagination button { display: inline-grid; min-width: 44px; min-height: 44px; place-items: center; padding: 0.45rem 0.8rem; border: 1px solid transparent; border-radius: var(--radius-pill); background: transparent; color: var(--link); font-family: "Poppins", sans-serif; font-weight: 700; cursor: pointer; }
.gallery-pagination button:hover { background: #edf8fd; }
.gallery-pagination button[aria-current="page"] { background: var(--brand-primary); color: #fff; }
.gallery-pagination button:disabled { color: #71838c; cursor: not-allowed; opacity: 0.65; }
.gallery-content-width { width: 80%; max-width: 67.5rem; }
.gallery-street-view {
  --gallery-street-wave-height: clamp(4.5rem, 7.9vw, 6.25rem);
  position: relative;
  overflow: hidden;
  padding: calc(var(--gallery-street-wave-height) + clamp(3rem, 5vw, 4rem)) 0 clamp(3.5rem, 5vw, 4rem);
  background: var(--brand-accent);
  text-align: center;
}
.gallery-street-view::before {
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  height: var(--gallery-street-wave-height);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 140' preserveAspectRatio='none'%3E%3Cpath fill='%23f7f7f7' d='M640 140C286.54 140 0 0 0 0h1280S993.46 140 640 140z'/%3E%3C/svg%3E") center top / 100% 100% no-repeat;
  content: "";
  pointer-events: none;
}
.gallery-street-view-content { position: relative; z-index: 1; }
.gallery-street-heading { margin-bottom: 2.5rem; text-align: center; }
.gallery-street-heading .kicker { margin: 0 0 0.6rem; color: #fff; font-size: 0.875rem; letter-spacing: 0.0625rem; }
.gallery-street-heading h2 { margin: 0; color: #fff; font-size: 2.75rem; line-height: 1; }
.gallery-street-frame { width: 100%; height: 37.5rem; border: 0; background: #dbe7ed; }
.gallery-home-invitation { padding: clamp(2.25rem, 4vw, 3.25rem) 0; background: var(--surface-alt); color: var(--brand-primary); }
.gallery-home-grid { display: grid; grid-template-columns: minmax(0, 2fr) minmax(14rem, 1fr); align-items: center; gap: 2rem clamp(2rem, 5vw, 4.5rem); }
.gallery-home-copy { display: grid; grid-template-columns: 2.75rem minmax(0, 1fr); align-items: start; gap: 1rem; }
.gallery-home-icon { width: 2.75rem; height: 2.75rem; color: var(--brand-primary); }
.gallery-home-copy h2 { margin: 0 0 0.65rem; color: var(--brand-primary); font-family: "Montserrat", system-ui, sans-serif; font-size: 1.125rem; font-weight: 700; line-height: 1.4; }
.gallery-home-copy p { margin: 0; color: var(--brand-primary); font-family: "Lato", system-ui, sans-serif; font-size: 1rem; line-height: 1.75; }
.gallery-home-copy a:not(.button) { color: var(--brand-primary); font-weight: 700; }
.gallery-home-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 1.875rem; }
.gallery-home-actions .button { min-height: 3rem; padding: 0.55rem 1.35rem; font-size: 0.95rem; }
.gallery-footer-wave {
  height: clamp(4rem, 7vw, 6.25rem);
  margin-bottom: -1px;
  background-color: var(--surface-deep);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 140' preserveAspectRatio='none'%3E%3Cg fill='%2368cdeb'%3E%3Cpath d='M1280 0L640 70 0 0v140l640-70 640 70V0z' fill-opacity='.5'/%3E%3Cpath d='M1280 0H0l640 70 640-70z'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.notice { padding: 1rem 1.2rem; border-left: 0.3rem solid var(--link); background: #edf8fd; color: #314b58; }
.hold-note { padding: 1rem 1.2rem; border: 1px solid #d6e3e9; border-radius: var(--radius); background: #fff; color: #405862; }
.booking-title { text-align: center; }
.embed-shell { overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.embed-shell iframe { width: 100%; min-height: 48rem; border: 0; }
.cal-inline-host { position: relative; min-height: 48rem; }
.cal-inline-host .cal-inline-container { position: relative; z-index: 1; min-height: 48rem; background: #fff; }
.cal-inline-host iframe { width: 100%; min-height: 48rem; border: 0; }
.cal-embed-loading { position: absolute; z-index: 0; inset: 0; display: grid; place-items: start center; margin: 0; padding: 4rem 1rem 1rem; color: #405862; font-weight: 700; text-align: center; }
.cal-embed-loading[hidden] { display: none; }
.service-form-embed iframe { min-height: 82rem; }
.service-form-fallback { margin-top: 1.25rem; }
.contact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.contact-card { padding: 1.5rem; border-radius: var(--radius); background: var(--surface-alt); }
.map-frame { width: 100%; min-height: 28rem; border: 0; border-radius: var(--radius); }
.contact-page-hero { display: grid; min-height: clamp(24rem, 42vw, 34rem); align-items: center; background: linear-gradient(90deg, rgba(0, 31, 51, 0.84), rgba(0, 31, 51, 0.48)), url("/assets/images/gallery-live-28.jpg") center 52% / cover no-repeat; color: #fff; }
.contact-page-hero h1, .contact-page-hero .kicker, .contact-page-hero .lede { color: #fff; }
.contact-hero-copy { max-width: 48rem; }
.contact-main-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr); gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.contact-form-panel { min-width: 0; }
.private-test-note { margin-bottom: 1rem; padding: 0.85rem 1rem; border-left: 0.3rem solid var(--brand-accent); background: #eaf8fc; color: #284956; font-weight: 700; }
.contact-form-preview { padding: clamp(1.25rem, 4vw, 2.25rem); border: 1px solid var(--border); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.contact-form-preview fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.contact-preview-field { margin-bottom: 1.15rem; }
.contact-preview-field label { display: block; margin-bottom: 0.4rem; color: var(--brand-primary); font-family: "Poppins", system-ui, sans-serif; font-weight: 700; }
.contact-preview-field input, .contact-preview-field textarea { width: 100%; min-height: 44px; padding: 0.75rem; border: 1px solid #9cafb8; border-radius: 0.35rem; background: #fff; color: var(--text-main); font: inherit; opacity: 1; }
.contact-preview-field textarea { min-height: 10rem; resize: vertical; }
.contact-preview-captcha { display: grid; width: min(100%, 19rem); min-height: 4.6rem; place-items: center; margin: 0 0 1.25rem; padding: 0.75rem; border: 1px solid #cbd6dc; border-radius: 0.25rem; background: #f7f7f7; color: #52666f; font-size: 0.9rem; text-align: center; }
.contact-form-preview .button:disabled { cursor: not-allowed; opacity: 0.58; transform: none; }
.contact-form-embed iframe { min-height: 58rem; }
.contact-form-fallback { margin-top: 1.25rem; }
.contact-details { min-width: 0; padding: clamp(1.5rem, 4vw, 2.5rem); border-top: 0.35rem solid var(--brand-accent); background: #fff; box-shadow: var(--shadow); }
.contact-detail-list { margin: 1.5rem 0 0; }
.contact-detail-list > div { padding: 1rem 0; border-top: 1px solid var(--border); }
.contact-detail-list dt { color: var(--brand-primary); font-family: "Poppins", system-ui, sans-serif; font-weight: 700; }
.contact-detail-list dd { min-width: 0; margin: 0.3rem 0 0; overflow-wrap: anywhere; }
.contact-hours { margin: 0; padding: 0; list-style: none; }
.contact-hours li + li { margin-top: 0.4rem; }
.contact-location-band {
  --contact-wave-height: clamp(4.5rem, 8vw, 6.25rem);
  position: relative;
  overflow: hidden;
  padding: calc(var(--contact-wave-height) + clamp(1.5rem, 3vw, 2.5rem)) 0 clamp(3.75rem, 6vw, 5rem);
  background: var(--brand-accent);
  color: #fff;
  text-align: center;
}
.contact-location-band::before {
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  height: var(--contact-wave-height);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 140' preserveAspectRatio='none'%3E%3Cpath fill='%23f7f7f7' d='M320 28C160 28 80 49 0 70V0h1280v70c-80 21-160 42-320 42-320 0-320-84-640-84z'/%3E%3C/svg%3E") center top / 100% 100% no-repeat;
  content: "";
  pointer-events: none;
}
.contact-location-content { position: relative; z-index: 1; width: min(80%, 67.5rem); }
.contact-location-band h2 {
  margin: 0;
  color: #fff;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 3.125rem;
  font-weight: 800;
  line-height: 1.2;
}
.contact-location-band .contact-location-subtitle {
  margin: 1rem auto 0;
  color: #fff;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.0625rem;
  line-height: 1.4;
  text-transform: uppercase;
}
.contact-map-section { background: var(--brand-accent); line-height: 0; }
.contact-map-section .map-frame { display: block; width: 100%; height: 37.5rem; min-height: 37.5rem; border-radius: 0; }
.contact-footer-wave {
  height: clamp(4rem, 7vw, 6.25rem);
  margin-bottom: -1px;
  background-color: var(--surface-deep);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 140' preserveAspectRatio='none'%3E%3Cg fill='%2368cdeb'%3E%3Cpath d='M1280 0L640 70 0 0v140l640-70 640 70V0z' fill-opacity='.5'/%3E%3Cpath d='M1280 0H0l640 70 640-70z'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.location-content-width { width: min(80%, 67.5rem); }
.location-page-hero {
  --location-hero-wave-height: clamp(4rem, 7vw, 6.25rem);
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: clamp(26rem, 32.5vw, 39.1rem);
  overflow: hidden;
  align-items: center;
  padding: 4vw 0 calc(4vw + (var(--location-hero-wave-height) / 2));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.61) 100%), url("/assets/images/location-hero.jpg") center 50% / cover no-repeat;
  color: #fff;
}
.location-page-hero::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 0;
  height: var(--location-hero-wave-height);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 140' preserveAspectRatio='none'%3E%3Cpath fill='%23f7f7f7' d='M1280 140V0S993.46 140 640 139 0 0 0 0v140z'/%3E%3C/svg%3E") center bottom / 100% 100% no-repeat;
  content: "";
  pointer-events: none;
}
.location-hero-copy { position: relative; z-index: 1; text-align: left; }
.location-page-hero h1 {
  max-width: 66rem;
  margin: 0;
  padding-bottom: 0.625rem;
  color: #fff;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(2.5rem, 5.625vw, 4.5rem);
  font-weight: 800;
  line-height: 1.15;
}
.location-title-line { white-space: nowrap; }
.location-hero-subtitle {
  max-width: 68rem;
  margin: 0.9rem 0 0;
  color: #fff;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(0.78rem, 1.1vw, 0.875rem);
  font-weight: 700;
  letter-spacing: 0.065em;
  line-height: 1.7;
  text-transform: uppercase;
}
.location-where { padding: 4% 0; background: var(--surface-alt); }
.location-where > .wrap { padding-block: 2%; }
.location-where-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 3.5rem; align-items: start; }
.location-map { width: 100%; height: 450px; border: 0; }
.location-where-copy h2 {
  margin: 0 0 1.74rem;
  padding-bottom: 0.625rem;
  font-size: 2.75rem;
  line-height: 1;
  text-align: center;
}
.location-where-copy p {
  margin: 0;
  color: #666;
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 1.125rem;
  letter-spacing: 1px;
  line-height: 1.9;
}
.nearby-section { border-top: 0; }
.location-nearby { padding: 4% 0; background: #fff; }
.location-nearby > .wrap { padding-block: 2%; }
.nearby-heading { max-width: none; margin: 0 auto 2.25rem; text-align: center; }
.nearby-heading h2 { margin: 0; padding-bottom: 0.625rem; font-size: 2.75rem; line-height: 1; }
.nearby-heading p {
  margin: 1.25rem auto 0;
  color: var(--brand-primary);
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.065em;
  line-height: 1.45;
  text-transform: uppercase;
}
.nearby-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 3.5rem; align-items: start; }
.nearby-group-title { margin-bottom: 1.75rem; color: #333; font-family: "Montserrat", system-ui, sans-serif; font-size: 1.625rem; font-weight: 300; line-height: 1; text-align: center; }
.nearby-list { display: grid; gap: 1.74rem; }
.nearby-card { display: grid; min-height: 8.2rem; grid-template-columns: 3.125rem minmax(0, 1fr); gap: 0.9375rem; align-items: start; padding: 0.625rem; border-radius: 0.4375rem; background: var(--surface-alt); }
.nearby-icon { display: grid; width: 3.125rem; height: 3.125rem; place-items: center; border-radius: 0.3rem; background: #e9e9e9; color: var(--brand-primary); }
.nearby-icon svg { width: 1.8rem; height: 1.8rem; overflow: visible; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.nearby-card h4 { margin: 0; padding-bottom: 0.625rem; color: #333; font-family: "Lato", system-ui, sans-serif; font-size: 1rem; font-weight: 700; line-height: 1; }
.nearby-card p { margin: 0; color: #666; font-size: 0.875rem; line-height: 1.7; }
.nearby-card .nearby-time { margin-top: 0.5rem; color: #555; font-weight: 700; }
.location-visit {
  --location-visit-wave-height: clamp(4.5rem, 8vw, 6.25rem);
  position: relative;
  overflow: hidden;
  padding: calc(var(--location-visit-wave-height) + 2rem) 0 3.5rem;
  background: var(--brand-accent);
  color: #fff;
  text-align: center;
}
.location-visit::before {
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  height: var(--location-visit-wave-height);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 140' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M320 28C160 28 80 49 0 70V0h1280v70c-80 21-160 42-320 42-320 0-320-84-640-84z'/%3E%3C/svg%3E") center top / 100% 100% no-repeat;
  content: "";
  pointer-events: none;
}
.location-visit-copy { position: relative; z-index: 1; }
.location-visit h2 { margin: 0; color: #fff; font-size: clamp(2.75rem, 4.3vw, 3.4375rem); line-height: 1; }
.location-visit p { margin: 1.25rem auto 0; color: #fff; font-size: 1rem; line-height: 1.75; }
.location-tour-button { min-height: 3.25rem; margin-top: 1.5rem; padding: 0.375rem 1.25rem; font-size: 1.25rem; line-height: 1.7; }
.location-footer-wave {
  height: clamp(4rem, 7vw, 6.25rem);
  margin-bottom: -1px;
  background-color: var(--surface-deep);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 140' preserveAspectRatio='none'%3E%3Cg fill='%2368cdeb'%3E%3Cpath d='M1280 0L640 70 0 0v140l640-70 640 70V0z' fill-opacity='.5'/%3E%3Cpath d='M1280 0H0l640 70 640-70z'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.external-card { display: flex; height: 100%; flex-direction: column; justify-content: space-between; }
.external-card .button { align-self: flex-start; margin-top: 1rem; }

.site-footer { padding: 3.25rem 0; background: var(--surface-deep); color: #d9edf5; }
.site-footer strong { color: #fff; font-family: "Poppins", sans-serif; }
.site-footer a { color: #b8ebf7; }
.site-footer p { margin: 0.35rem 0; }

.section-heading { margin: 0 auto clamp(2.5rem, 5vw, 4.5rem); text-align: center; }
.section-heading h2 { color: var(--brand-primary); }
.section-heading .kicker { margin: 1rem auto 0; color: var(--brand-primary); }

.hero-fact-icon-bills { position: relative; display: grid; place-items: center; background: currentColor; clip-path: polygon(0 0, 68% 0, 100% 30%, 100% 100%, 0 100%); }
.hero-fact-icon-bills::before { content: ""; position: absolute; top: 0; right: 0; width: 32%; height: 30%; background: rgba(1, 69, 112, 0.42); clip-path: polygon(0 0, 100% 100%, 0 100%); }
.bill-dollar { position: relative; top: 0.16em; color: var(--brand-primary); font-family: "Poppins", sans-serif; font-size: clamp(3.4rem, 5.5vw, 6.1rem); font-weight: 800; line-height: 1; }

.hero-fact-icon-paw { position: relative; display: block; }
.paw-toe, .paw-pad { position: absolute; display: block; background: currentColor; }
.paw-toe { width: 21%; height: 29%; border-radius: 55% 55% 48% 48%; }
.paw-toe-one { top: 15%; left: 5%; transform: rotate(-28deg); }
.paw-toe-two { top: 0; left: 29%; transform: rotate(-9deg); }
.paw-toe-three { top: 0; right: 25%; transform: rotate(9deg); }
.paw-toe-four { top: 18%; right: 3%; transform: rotate(28deg); }
.paw-pad { left: 19%; bottom: 4%; width: 63%; height: 51%; border-radius: 48% 48% 42% 42%; transform: rotate(-2deg); }

.welcome-section { background: #fff; }
.welcome-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: clamp(2.5rem, 6vw, 5.5rem); max-width: 62rem; margin-inline: auto; }
.welcome-image { width: 100%; aspect-ratio: 4 / 3; border-radius: 0.3rem; box-shadow: var(--shadow); object-fit: cover; }
.welcome-copy { color: #334e5b; font-size: clamp(1.05rem, 1.6vw, 1.24rem); font-style: italic; line-height: 1.65; }
.welcome-copy .button { margin-top: 0.5rem; font-style: normal; }

.home-icon-symbols { position: absolute; width: 0; height: 0; overflow: hidden; pointer-events: none; }

.home-plans-section { background: #fff; text-align: center; }
.home-plan-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(2rem, 5vw, 5rem); align-items: start; max-width: 66rem; margin-inline: auto; }
.home-plan-card { display: flex; min-width: 0; flex-direction: column; align-items: center; color: #2d2d2d; text-align: center; }
.home-plan-figure { display: flex; width: 100%; height: clamp(10rem, 17vw, 13.5rem); align-items: flex-end; justify-content: center; margin-bottom: 1.2rem; }
.home-plan-image { width: auto; max-width: 100%; max-height: 100%; object-fit: contain; }
.home-plan-card h3 { margin-bottom: 0.3rem; color: #2d2d2d; font-size: clamp(1.35rem, 2.2vw, 1.65rem); }
.home-plan-card p { margin: 0.2rem 0; font-size: 1.125rem; line-height: 1.45; }
.home-plan-card .home-plan-pricing { margin-top: 0.7rem; font-style: italic; }
.home-plan-button { margin-top: 1.1rem; }
.home-plans-all { justify-content: center; margin-top: clamp(2.75rem, 5vw, 4.5rem); }
.home-plans-all .button {
  position: relative;
  transition: padding 300ms ease, transform 160ms ease, background 160ms ease, color 160ms ease;
}
.home-plans-all .button::after {
  position: absolute;
  right: 1.15rem;
  opacity: 0;
  content: "\2192";
  font-size: 1.45rem;
  line-height: 1;
  transform: translateX(-0.35rem);
  transition: opacity 300ms ease, transform 300ms ease;
}
.home-plans-all .button:hover,
.home-plans-all .button:focus-visible { padding-right: 3rem; padding-left: 1rem; }
.home-plans-all .button:hover::after,
.home-plans-all .button:focus-visible::after { opacity: 1; transform: translateX(0); }

.home-scroll-reveal-ready .home-scroll-reveal {
  opacity: 0;
  transform: translateY(-10%);
  transition: opacity 1000ms cubic-bezier(0.77, 0, 0.175, 1), transform 1000ms cubic-bezier(0.77, 0, 0.175, 1);
  will-change: opacity, transform;
}
.home-scroll-reveal-ready .home-scroll-reveal.is-visible {
  opacity: 1;
  transform: none;
  will-change: auto;
}
.home-scroll-reveal-ready
.home-scroll-reveal:where(.home-feature-icon, .home-amenity-icon) {
  transform: translateY(-0.9rem) scale(0.95);
  transition-duration: 850ms;
}

.why-uag-section {
  --home-wave-height: clamp(3.5rem, 6vw, 6rem);
  position: relative;
  overflow: hidden;
  padding-top: clamp(8rem, 12vw, 11rem);
  padding-bottom: clamp(8rem, 12vw, 11rem);
  background: var(--brand-primary);
  color: #fff;
}
.why-uag-section::before, .why-uag-section::after { position: absolute; right: 0; left: 0; z-index: 0; height: var(--home-wave-height); content: ""; pointer-events: none; }
.why-uag-section::before { top: -1px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 96' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M0 0 H1440 V38 C1260 72 1110 24 950 45 C780 68 680 15 520 47 C330 78 210 24 0 58 Z'/%3E%3C/svg%3E") center top / 100% 100% no-repeat; }
.why-uag-section::after { bottom: -1px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 96' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M0 48 C170 68 250 28 410 51 C590 78 710 20 900 48 C1090 77 1240 25 1440 52 V96 H0 Z'/%3E%3C/svg%3E") center bottom / 100% 100% no-repeat; }
.why-uag-section .wrap { position: relative; z-index: 1; }
.why-uag-section .section-heading h2, .why-uag-section .section-heading .kicker { color: #fff; }
.why-uag-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(3rem, 6vw, 5rem) clamp(2rem, 5vw, 4rem); max-width: 68rem; margin: 0 auto; padding: 0; list-style: none; }
.why-uag-grid li { display: flex; min-width: 0; flex-direction: column; align-items: center; gap: 1.1rem; text-align: center; }
.why-uag-grid h3 { margin: 0; color: #fff; font-size: 1.08rem; }
.home-feature-icon { width: 5.4rem; height: 5.4rem; color: #fff; }

.life-uag-section { padding-top: clamp(4.5rem, 8vw, 7rem); background: #fff; }
.life-uag-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(4rem, 10vw, 8rem); max-width: 47rem; margin-inline: auto; }
.life-uag-group { text-align: center; }
.life-uag-group h3 { margin-bottom: 2rem; color: var(--brand-primary); font-size: clamp(1.35rem, 2.2vw, 1.65rem); }
.life-uag-group ul { display: grid; gap: 2rem; margin: 0; padding: 0; list-style: none; }
.life-uag-group li { display: flex; min-height: 7rem; flex-direction: column; align-items: center; justify-content: center; gap: 0.75rem; color: #1d1d1d; font-family: "Poppins", system-ui, sans-serif; font-weight: 700; line-height: 1.35; }
.home-amenity-icon { width: 4rem; height: 4rem; color: var(--brand-accent); }
.life-uag-button { justify-content: center; margin-top: 2.75rem; }

.home-teasers {
  position: relative;
  overflow: hidden;
  padding: 3.375rem 0;
  background: linear-gradient(rgba(1, 69, 112, 0.79), rgba(1, 69, 112, 0.57)), url("/assets/images/welcome-sign.jpg") center / cover no-repeat;
  color: #fff;
}
.home-teasers::after { position: absolute; right: 0; bottom: -1px; left: 0; height: clamp(3.5rem, 6vw, 6rem); background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 96' preserveAspectRatio='none'%3E%3Cpath fill='%23014570' d='M0 32 C220 74 440 84 690 52 C930 22 1130 75 1440 30 V96 H0 Z'/%3E%3C/svg%3E") center bottom / 100% 100% no-repeat; content: ""; pointer-events: none; }
.home-teasers-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(3rem, 9vw, 8rem); max-width: 54rem; }
.home-teasers article { display: flex; flex-direction: column; align-items: center; text-align: center; }
.home-teasers h2 { color: #fff; font-size: clamp(1.6rem, 3vw, 2.2rem); }
.home-teasers p { max-width: 28rem; margin-bottom: 1.4rem; color: #fff; font-family: "Poppins", system-ui, sans-serif; font-weight: 700; line-height: 1.65; }
.home-teasers .button { margin-top: auto; }

.testimonials-section { background: var(--brand-primary); color: #fff; }
.testimonials-section .section-heading h2, .testimonials-section .section-heading .kicker { color: #fff; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(2.5rem, 5vw, 4rem) clamp(1.5rem, 4vw, 3rem); max-width: 66rem; margin-inline: auto; }
.testimonial-card { position: relative; display: flex; min-height: 12.5rem; flex-direction: column; justify-content: space-between; margin: 0; padding: 2.15rem 1.6rem 1.4rem; background: #fff; color: #4b4b4b; text-align: center; }
.testimonial-card::before { content: "\201D"; position: absolute; top: -1.25rem; left: 50%; display: grid; width: 2.5rem; height: 2.5rem; place-items: center; transform: translateX(-50%); border: 3px solid #818181; border-radius: 50%; background: #fff; color: #676767; font-family: Georgia, serif; font-size: 2.4rem; font-weight: 700; line-height: 1; }
.testimonial-card blockquote { margin: 0 0 1.5rem; font-size: 0.98rem; line-height: 1.45; }
.testimonial-card figcaption { display: flex; flex-direction: column; line-height: 1.35; }
.testimonial-card figcaption strong { color: #454545; font-family: "Poppins", sans-serif; font-size: 0.86rem; text-transform: uppercase; }
.testimonial-card figcaption span { font-size: 0.88rem; }

.home-cta { padding: clamp(2.5rem, 5vw, 4rem) 0; background: var(--brand-accent); color: #fff; }
.home-cta-grid { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 2rem clamp(2rem, 6vw, 5rem); max-width: 68rem; }
.home-cta-copy { position: relative; padding-left: 3.25rem; }
.home-cta-copy::before { content: "\2302"; position: absolute; top: -0.35rem; left: 0; color: #fff; font-family: "Poppins", sans-serif; font-size: 2.7rem; font-weight: 800; line-height: 1; }
.home-cta h2 { color: #fff; font-size: clamp(1.15rem, 2vw, 1.5rem); }
.home-cta p { margin-bottom: 0; }
.home-cta a:not(.button) { color: #fff; font-weight: 700; }
.home-cta-actions { display: flex; flex-direction: column; align-items: stretch; gap: 1rem; }
.home-cta-actions .button { min-width: 13rem; font-size: 0.95rem; }

.footer-grid { display: grid; grid-template-columns: 1.1fr 1.4fr 1fr; gap: 2rem clamp(2rem, 5vw, 5rem); align-items: start; }
.footer-brand { display: grid; justify-items: start; }
.footer-logo { width: 7.5rem; height: 7.5rem; margin-bottom: 0.4rem; background: #fff; object-fit: contain; }
.footer-links h2, .footer-contact h2 { margin-bottom: 1rem; color: #fff; font-size: 1.15rem; }
.footer-link-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.25rem 1.5rem; margin: 0; padding: 0; list-style: none; }
.footer-link-list a { text-decoration: none; }
.footer-link-list a:hover { text-decoration: underline; }
.footer-hours { margin: 0 0 0.7rem; padding: 0; list-style: none; }
.footer-hours li { margin: 0.35rem 0; }
.footer-copyright { grid-column: 1 / -1; margin-top: 1.5rem !important; border-top: 1px solid rgba(255, 255, 255, 0.17); padding-top: 1.5rem; }

@media (max-width: 52rem) {
  .welcome-grid, .home-cta-grid { grid-template-columns: 1fr; }
  .welcome-grid { max-width: 40rem; }
  .home-plan-grid { grid-template-columns: 1fr; max-width: 32rem; }
  .home-plan-figure { height: auto; max-height: none; }
  .home-plan-image { max-height: 19rem; }
  .why-uag-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .life-uag-grid, .home-teasers-grid { grid-template-columns: 1fr; }
  .life-uag-grid { max-width: 28rem; gap: 4rem; }
  .home-teasers-grid { max-width: 32rem; gap: 3.5rem; }
  .testimonial-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-cta-actions { align-items: flex-start; padding-left: 3.25rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand, .footer-copyright { grid-column: 1 / -1; }
}

@media (max-width: 38rem) {
  .why-uag-grid { grid-template-columns: 1fr; }
  .home-plans-section .section-heading .kicker, .why-uag-section .section-heading .kicker, .life-uag-section .section-heading .kicker { letter-spacing: 0.06em; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .home-cta-copy, .home-cta-actions { padding-left: 0; }
  .home-cta-copy::before { position: static; display: block; margin-bottom: 0.5rem; }
  .home-cta-actions .button { width: 100%; }
  .footer-grid, .footer-link-list { grid-template-columns: 1fr; }
  .footer-brand, .footer-copyright { grid-column: auto; }
}

@media (max-width: 64rem) {
  .primary-nav > ul { gap: 0.55rem; }
  .primary-nav > ul > li > a, .nav-dropdown-toggle { font-size: 0.8rem; }
  .plan-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .furnishings-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .nearby-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nearby-group:last-child { grid-column: 1 / -1; }
  .nearby-group:last-child .nearby-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 61.25rem) {
  .location-content-width { width: min(calc(100% - 2rem), 40rem); }
  .location-where-grid, .nearby-grid { grid-template-columns: 1fr; }
  .location-where-grid { gap: 2.75rem; }
  .nearby-group:last-child { grid-column: auto; }
  .nearby-group:last-child .nearby-list { grid-template-columns: 1fr; }
  .gallery-content-width { width: min(calc(100% - 2rem), 40rem); }
  .gallery-home-grid { grid-template-columns: 1fr; }
  .gallery-street-heading .kicker { font-size: 0.8125rem; }
  .gallery-home-copy h2, .gallery-home-copy p { font-size: 0.9375rem; }
  .contact-location-band h2 { font-size: 1.75rem; }
  .contact-location-band .contact-location-subtitle { font-size: 0.8125rem; }
}

@media (max-width: 52rem) {
  .utility-bar .wrap { align-items: flex-start; flex-direction: column; gap: 0; padding-block: 0.25rem; }
  .utility-links { width: 100%; border-top: 1px solid rgba(255, 255, 255, 0.28); }
  .utility-links a { min-height: 44px; padding-inline: 0.35rem; font-size: 0.78rem; }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .site-header .wrap { flex-wrap: wrap; padding-block: 0.5rem; }
  .site-name { min-width: 0; }
  .site-name span { max-width: 13rem; }
  .primary-nav { display: none; width: 100%; margin: 0; }
  .primary-nav[data-open="true"] { display: block; }
  .primary-nav > ul { flex-direction: column; align-items: stretch; padding-bottom: 0.75rem; }
  .primary-nav > ul > li > a, .nav-dropdown-toggle { width: 100%; justify-content: flex-start; padding: 0.25rem; font-size: 0.95rem; }
  .nav-dropdown { width: 100%; }
  .nav-submenu { position: static; width: 100%; min-width: 0; margin: 0.1rem 0 0.35rem; padding: 0.2rem 0 0.2rem 0.8rem; border-top: 0; border-left: 3px solid #36a9ff; box-shadow: none; }
  .primary-nav .nav-submenu a { padding: 0.3rem 0.75rem; font-size: 0.9rem; white-space: normal; }
  .card-grid, .contact-grid { grid-template-columns: 1fr; }
  .contact-main-grid { grid-template-columns: 1fr; }
  .nearby-grid { grid-template-columns: 1fr; }
  .nearby-group:last-child { grid-column: auto; }
  .nearby-group:last-child .nearby-list { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .hero { min-height: auto; padding: 2rem 1rem; }
  .hero-card { width: 100%; min-height: 0; padding: 3.5rem 1.5rem; }
  .hero-card h1 { font-size: clamp(2.75rem, 8vw, 4.75rem); }
  .hero-card .subline { margin-top: 2.5rem; font-size: 0.95rem; }
  .hero-card .button-row { margin-top: 2.5rem; }
  .hero-card .button { min-width: 14rem; }
  .hero-facts { gap: 1rem; margin-top: 3.5rem; }
  .hero-fact { gap: 0.75rem; font-size: 1rem; }
  .hero-fact-icon { width: clamp(4.5rem, 12vw, 6.25rem); height: clamp(4.5rem, 12vw, 6.25rem); }
  .furnishings-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .amenity-group .check-list { columns: 1; }
  .corporate-content-width { width: min(calc(100% - 2rem), 40rem); }
  .corporate-two-column, .corporate-amenity-columns { grid-template-columns: 1fr; }
  .corporate-two-column { gap: 3.5rem; }
  .corporate-page-hero h1 { max-width: 36rem; font-size: 2.5rem; }
  .corporate-amenity-columns { max-width: 32rem; margin-inline: auto; gap: 1.45rem; }
  .location-page-hero h1 { max-width: 36rem; font-size: 2.5rem; }
  .location-title-line { white-space: normal; }
  .location-where, .location-nearby { padding-block: 3.5rem; }
  .location-map { min-height: 28.125rem; }
  .nearby-grid { max-width: 32rem; margin-inline: auto; gap: 3rem; }
}

@media (max-width: 38rem) {
  .hero { min-height: 46rem; align-items: end; padding: 1.5rem 0 0; }
  .hero-card { min-height: 0; padding: 3rem 1rem 2.5rem; }
  .hero-card h1 { font-size: clamp(2.35rem, 11vw, 3rem); line-height: 1.02; }
  .hero-card .subline { margin-top: 2rem; font-size: 0.84rem; letter-spacing: 0.045em; line-height: 1.45; }
  .hero-card .button-row { gap: 0.75rem; margin-top: 2rem; }
  .hero-card .button { min-width: 0; }
  .button-row .button { width: 100%; }
  .hero-facts { gap: 0.5rem; margin-top: 2.5rem; }
  .hero-fact { gap: 0.65rem; font-size: 0.85rem; line-height: 1.15; }
  .hero-fact-icon { width: 3.75rem; height: 3.75rem; }
  .plan-grid, .amenity-groups, .gallery-grid { grid-template-columns: 1fr; }
  .gallery-street-heading h2 { font-size: 2.75rem; }
  .gallery-home-copy h2, .gallery-home-copy p { font-size: 0.875rem; }
  .gallery-home-actions .button { width: 100%; }
  .furnishings-grid { grid-template-columns: 1fr; }
  .embed-shell iframe { min-height: 42rem; }
  .cal-inline-host, .cal-inline-host .cal-inline-container, .cal-inline-host iframe { min-height: 42rem; }
  .service-form-embed iframe { min-height: 82rem; }
  .contact-form-embed iframe { min-height: 58rem; }
  .contact-page-hero { min-height: 22rem; background-position: center; }
  .apply-page-hero { min-height: 18rem; background-position: center; }
  .floor-plans-page-hero { min-height: 22rem; background-position: center; }
  .corporate-page-hero { min-height: 18rem; background-position: center; }
  .corporate-page-hero h1 { font-size: 1.75rem; }
  .corporate-hero-subtitle { font-size: 0.72rem; letter-spacing: 0.045em; }
  .corporate-overview h2, .corporate-amenities > .wrap > h2, .corporate-rates h2 { font-size: 1.75rem; }
  .corporate-professionals, .corporate-amenities, .corporate-contact { padding-block: 3.5rem; }
  .corporate-serve-card, .corporate-amenity-card, .corporate-contact-row, .corporate-hours-row { grid-template-columns: 2.85rem minmax(0, 1fr); gap: 0.75rem; }
  .corporate-icon-box { width: 2.85rem; height: 2.85rem; }
  .corporate-viewing-button { width: 100%; }
  .contact-location-band h2 { font-size: 1.25rem; }
  .location-page-hero { min-height: 22rem; background-position: center; }
  .location-page-hero h1 { font-size: 1.5rem; }
  .location-hero-subtitle { font-size: 0.72rem; letter-spacing: 0.045em; }
  .location-where-copy h2, .nearby-heading h2 { font-size: 2.35rem; }
  .location-where-copy p { font-size: 1rem; line-height: 1.75; }
  .nearby-heading p { font-size: 0.72rem; letter-spacing: 0.045em; }
  .location-visit h2 { font-size: 2.75rem; }
  .location-tour-button { width: min(100%, 18rem); }
}

@media (max-width: 38rem) {
  .apply-choice-row { grid-template-columns: 1fr; gap: 1rem; }
  .apply-choice-button { width: min(100%, 22rem); justify-self: center; }
  .apply-section-heading p { letter-spacing: 0.045em; }
  .floor-plan-tabs { gap: 0.4rem; }
  .floor-plan-tabs .tab { flex: 1 1 calc(50% - 0.4rem); margin-left: 0; border-radius: 0.45rem; }
  .floor-plan-tabs .tab:first-child { flex-basis: 100%; }
  .floor-plans-heading p { letter-spacing: 0.035em; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-media { display: none; }
  .home-scroll-reveal-ready .home-scroll-reveal { opacity: 1; transform: none; will-change: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}
