/* Sattva Forest Ridge - combined stylesheet */

:root {
  --seo-sans: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  --seo-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
*, *::before, *::after { box-sizing: border-box; overflow-wrap: break-word; }
body, button, input, select, textarea { font-family: var(--seo-sans) !important; }
h1, h2, h3, h4, h5, h6 { font-family: var(--seo-serif) !important; }

/* ── normalize.css ─────────────────────────────────────────────────────── */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .pn-button selector
 */
button, html input[type="button"], input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'], input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type='search'] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}

@font-face {
  font-family: 'pn-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,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") format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class*=" pn-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'pn-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}






* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}


.pn-inline-block {
  max-width: 100%;
  display: inline-block;
}



.pn-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.pn-button {
  -webkit-appearance: button;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul, ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

.pn-embed:before, .pn-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.pn-embed:after {
  clear: both;
}


fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button, [type='button'], [type='reset'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}



label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.pn-input {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.pn-input::placeholder {
  color: #999;
}
.pn-input:focus {
  border-color: #3898EC;
  outline: 0;
}
.pn-input[disabled], .pn-input[readonly], fieldset[disabled] .pn-input {
  cursor: not-allowed;
}
.pn-input[disabled]:not(.pn-input-disabled), .pn-input[readonly], fieldset[disabled]:not(.pn-input-disabled) .pn-input {
  background-color: #eeeeee;
}
textarea.pn-input {
  height: auto;
}





































































































.pn-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.pn-dropdown-toggle {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.pn-dropdown-toggle {
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.pn-dropdown-toggle:focus {
  outline: 0;
}

.pn-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}




@media screen and (max-width: 767px) {
  .pn-nav-brand {
    padding-left: 10px;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */

/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */




/* .pn-lightbox-content */


/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */


/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */

/**
 * 1. Reset if style is set by user on "All Images"
 */







/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */

/**
 * 1. All IE versions add extra space at the bottom without this.
 */

/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */






/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */


/*
 * Utility classes
 */


@media (min-width: 768px) {
  
  
  /* .pn-lightbox-content */
  
  
  
  
  
  
}

.pn-richtext:before, .pn-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.pn-richtext:after {
  clear: both;
}
.pn-richtext[contenteditable="true"]:before, .pn-richtext[contenteditable="true"]:after {
  white-space: initial;
}
.pn-richtext ol, .pn-richtext ul {
  overflow: hidden;
}


.pn-richtext figure[data-rt-type="video"] > div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.pn-richtext figure {
  position: relative;
  max-width: 60%;
}
.pn-richtext figure > div:before {
  cursor: default!important;
}
.pn-richtext figure img {
  width: 100%;
}

.pn-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
.pn-richtext figure[data-rt-type="image"] {
  display: table;
}
.pn-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
.pn-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.pn-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.pn-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pn-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}








.pn-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.pn-nav:before, .pn-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.pn-nav:after {
  clear: both;
}
.pn-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.pn-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.pn-nav-link.pn--current {
  color: #0082f3;
}
.pn-nav-menu {
  position: relative;
  float: right;
}
[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}




.pn-nav[data-animation='over-left'] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}

.pn-nav[data-animation='over-right'] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}
.pn-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.pn-nav-button:focus {
  outline: 0;
}

.pn-nav[data-collapse='all'] .pn-nav-menu {
  display: none;
}
.pn-nav[data-collapse='all'] .pn-nav-button {
  display: block;
}



@media screen and (max-width: 991px) {
  .pn-nav[data-collapse='medium'] .pn-nav-menu {
    display: none;
  }
  .pn-nav[data-collapse='medium'] .pn-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pn-nav[data-collapse='small'] .pn-nav-menu {
    display: none;
  }
  .pn-nav[data-collapse='small'] .pn-nav-button {
    display: block;
  }
  .pn-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .pn-nav[data-collapse='tiny'] .pn-nav-menu {
    display: none;
  }
  .pn-nav[data-collapse='tiny'] .pn-nav-button {
    display: block;
  }
}












@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}




.wf-layout-layout {
  display: grid;
}

/* ── sattva-forest-ridge ── */
:root {
  --text-color--text-dark: var(--base-color-neutral--black);
  --link-color--link-primary: var(--text-color--text-primary);
  --background-color--bg-dark: var(--base-color-neutral--black);
  --base-color-neutral--neutral-lightest: #eee;
  --border--radius-small: .5rem;
  --background-color--bg-light: var(--base-color-neutral--white);
  --base-color-neutral--black: #000;
  --background-color--bg-error\<deleted\|variable-89aecd3e-2fe8-312c-65a2-e3e7c57d326c\>: var(--base-color-system--error-red\<deleted\|variable-ad7a5e8d-bd95-fba4-5110-cbccfa2520c4\>);
  --text-color--text-error\<deleted\|variable-4a51c5d2-820c-a0d9-b49e-0e5d273c964f\>: var(--base-color-system--error-red-dark\<deleted\|variable-f7a8b234-8033-a5d6-4d85-0326277c2bf8\>);
  --border-color--border-dark: var(--base-color-neutral--black);
  --text-color--text-light: var(--base-color-neutral--white);
  --border-color--border-primary: var(--base-color-brand--dark-blue);
  --background-color--bg-secondary: var(--base-color-brand--grey);
  --text-color--text-primary: var(--base-color-brand--dark-blue);
  --link-color--link-light: var(--base-color-neutral--white);
  --border--radius-regular: 1rem;
  --border-color--border-secondary: var(--base-color-brand--grey);
  --base-color-neutral--neutral-lighter: #ccc;
  --link-color--link-dark: var(--base-color-neutral--black);
  --link-color--link-secondary: var(--base-color-brand--grey);
  --text-color--text-tertiary: var(--base-color-neutral--neutral);
  --base-color-brand--grey: #f9f7f7;
  --base-color-brand--dark-blue: #001d3d;
  --base-color-neutral--white: #fff;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --background-color--bg-primary: var(--base-color-brand--dark-blue);
  --border--radius-large: 2rem;
  --border--radius-round: 100rem;
  --border-color--border-light: var(--base-color-neutral--white);
  --text-color--text-secondary: var(--base-color-brand--grey);
  --base-color-system--error-red\<deleted\|variable-ad7a5e8d-bd95-fba4-5110-cbccfa2520c4\>: #f8e4e4;
  --base-color-system--error-red-dark\<deleted\|variable-f7a8b234-8033-a5d6-4d85-0326277c2bf8\>: #3b0b0b;
}

.pn-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pn-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  color: var(--text-color--text-dark);
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--link-color--link-primary);
  text-decoration: none;
  transition: all .3s;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: 1rem;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.padding-global {
  width: 100%;
  height: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-bold {
  font-weight: 700;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.bg-dark {
  background-color: var(--background-color--bg-dark);
}

.form_label {
  font-weight: 600;
}

.form_input {
  border: 1px solid var(--base-color-neutral--neutral-lightest);
  border-radius: var(--border--radius-small);
  background-color: var(--background-color--bg-light);
  color: var(--background-color--bg-dark);
  -webkit-text-stroke-color: var(--text-color--text-dark);
  min-height: 3.5rem;
  margin-top: .75rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input:focus {
  border-color: var(--base-color-neutral--black);
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.form_message-error {
  background-color: var(--background-color--bg-error\<deleted\|variable-89aecd3e-2fe8-312c-65a2-e3e7c57d326c\>);
  color: var(--text-color--text-error\<deleted\|variable-4a51c5d2-820c-a0d9-b49e-0e5d273c964f\>);
  margin-top: .75rem;
  padding: .75rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.align-center.pn--current {
  margin-left: 0;
}

.button {
  border: .125rem solid var(--border-color--border-dark);
  border-radius: var(--border--radius-small);
  background-color: var(--background-color--bg-dark);
  color: var(--text-color--text-light);
  text-align: left;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: all .3s;
}

.button:hover {
  border-color: var(--border-color--border-primary);
  background-color: var(--background-color--bg-secondary);
  color: var(--text-color--text-primary);
}

.button.is-small {
  padding: .75rem 1.25rem;
}

.button.is-form-submit:hover {
  background-color: var(--background-color--bg-secondary);
}

.button.is-secondary {
  border: .125rem solid var(--border-color--border-dark);
  color: var(--text-color--text-dark);
  background-color: #0000;
}

.button.is-secondary:hover {
  background-color: var(--background-color--bg-dark);
  color: var(--text-color--text-light);
}

.button.align-center {
  text-align: center;
}

.button.is-nav {
  margin-left: 1rem;
  padding: .5rem 1.25rem;
}

.text-size-medium {
  text-align: left;
  font-size: 1.125rem;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.nav_component {
  background-color: #000;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_logo {
  width: 10rem;
}

.nav_menu_link {
  color: #fff;
  padding: 1rem;
}

.nav_button {
  padding: 1rem;
}

.navbar_link {
  border-radius: var(--border--radius-small);
  padding: .5rem .85rem;
  white-space: nowrap;
}

/* Raise collapse breakpoint: inline nav has 10 items + logo + CTA, gets cramped under ~1200px */
@media screen and (max-width: 1199px) {
  .pn-nav[data-collapse='medium'] .pn-nav-menu { display: none; }
  .pn-nav[data-collapse='medium'] .pn-nav-button { display: flex; }
  .navbar_wrapper { position: relative; }
  .navbar_menu-button {
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    cursor: pointer;
  }
  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 24px;
    height: 24px;
    display: flex;
  }
  .menu-icon_line-top, .menu-icon_line-bottom, .menu-icon_line-middle-inner {
    background-color: #1a1a1a;
    width: 24px;
    height: 2px;
    border-radius: 1px;
    transition: transform .25s ease, opacity .25s ease;
  }
  .menu-icon_line-middle { display: block; }
  
  
  
  .navbar_menu { background-color: #fff; }
  .navbar_menu[data-nav-menu-open] {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 1rem 1.5rem 1.5rem;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    z-index: 100;
  }
  .navbar_menu[data-nav-menu-open] .navbar_menu-link-wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 0.25rem;
  }
  .navbar_menu[data-nav-menu-open] .navbar_link {
    padding: .75rem 1rem;
    text-align: left;
    font-size: 1rem;
  }
  .navbar_menu[data-nav-menu-open] .button.is-nav {
    margin-top: 0.5rem;
    text-align: center;
  }
}

.navbar_link:hover {
  background-color: var(--base-color-neutral--neutral-lightest);
}

.navbar_link.pn--current {
  background-color: var(--background-color--bg-dark);
  color: var(--link-color--link-light);
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar_menu-button {
  padding: 0;
}

.navbar_logo-link {
  padding-left: 0;
}

.navbar {
  background-color: #ddd0;
  align-items: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.navbar_menu-link-wrapper {
  display: flex;
}

.navbar_dropdwn-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.navbar_dropdown-list {
  border-radius: var(--border--radius-small);
  background-color: var(--background-color--bg-light);
  padding: .5rem;
}

.navbar_menu {
  align-items: center;
  display: flex;
  position: static;
}

.hero_content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--background-color--bg-light);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: flex;
}

.section {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 4.5rem 2.5rem;
}

.section.bg-dark {
  background-color: var(--background-color--bg-secondary);
}

.navbar_logo {
  width: 4.25rem;
  height: 2rem;
}

.navbar_wrapper {
  background-color: var(--background-color--bg-light);
  justify-content: space-between;
  align-items: center;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.section_header-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  max-width: 48rem;
  display: flex;
}

.section-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: center stretch;
  display: grid;
}

.image {
  aspect-ratio: 1;
  border-radius: var(--border--radius-regular);
  object-fit: contain;
  min-width: 100%;
  max-width: 600px;
  min-height: 300px;
}

.map-embed {
  border-radius: var(--border--radius-regular);
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.map_wrapper {
  width: 100%;
  height: 32rem;
  overflow: hidden;
}

.amenities-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  height: 100%;
  display: grid;
}

.amenities_block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.table-td {
  border: 1px solid var(--base-color-neutral--neutral-lighter);
  text-align: center;
  padding: 1rem 1.5rem;
}

.table-wrapper {
  width: 100%;
}

.table-tr {
  border: 1px solid #000;
  width: 100%;
}

.table {
  border: 1px solid #000;
  flex-flow: column;
  width: 100%;
}

.table-th {
  border: 1px solid var(--base-color-neutral--neutral-lighter);
  background-color: var(--background-color--bg-secondary);
  color: var(--link-color--link-dark);
  text-align: center;
  flex: 1;
  width: 3rem;
  height: 3rem;
  padding: 1rem 1.5rem;
}

.contact_wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: minmax(auto, 7rem) auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.faq_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.faq_list-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--background-color--bg-light);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: start stretch;
  display: grid;
}

.faq_accordion {
  border-bottom: 1px solid #dbe2ef;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}

.faq_answer_wrapper {
  background-color: #ddd0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: none;
  position: relative;
  overflow: hidden;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.faq_question {
  white-space: pre-line;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.success-message {
  border-radius: var(--border--radius-regular);
  background-color: var(--background-color--bg-secondary);
  padding: 3rem 1.5rem;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-text {
  color: var(--text-color--text-dark);
  font-weight: 600;
}

.contact_form {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.error-text {
  color: #e23939;
}

.contact_form_component {
  border-radius: var(--border--radius-regular);
  background-color: var(--background-color--bg-secondary);
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  padding: 3rem 2rem;
}

.footer_links_wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: row wrap;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  text-align: center;
}

.pn-layout-vflex.gap-large.footer_stack {
  width: 100%;
  flex-flow: column;
  align-items: center;
}

#contact-us.section, footer.section {
  height: auto;
}

#contact-us .section-wrapper, footer.section .section-wrapper {
  height: auto;
}

#contact-us .contact_wrapper {
  grid-template-rows: auto;
}

.footer_link:hover {
  color: var(--link-color--link-primary);
}

footer.footer.bg-dark { color: rgba(255, 255, 255, 0.84); }
footer.footer.bg-dark .padding-global { padding-left: clamp(1.25rem, 4vw, 2.5rem); padding-right: clamp(1.25rem, 4vw, 2.5rem); }
footer.footer.bg-dark .padding-section-medium { padding-top: 4rem; padding-bottom: 4rem; }
footer.footer.bg-dark .container-large { max-width: 80rem; margin-left: auto; margin-right: auto; }
footer.footer.bg-dark .footer_links_wrapper { display: flex; flex-wrap: wrap; gap: 1rem 2rem; justify-content: center; }
footer.footer.bg-dark .footer_link { color: rgba(255, 255, 255, 0.84); text-decoration: none; font-size: 0.9rem; }
footer.footer.bg-dark .footer_link:hover { color: #fff; text-decoration: underline; }
footer.footer.bg-dark .text-color-light { color: rgba(255, 255, 255, 0.84); }
footer.footer.bg-dark .text-color-light a { color: inherit; text-decoration: underline; }
footer.footer.bg-dark .opacity-65 { opacity: 0.7; }
footer.footer.bg-dark .text-size-small { font-size: 0.875rem; line-height: 1.7; margin: 0 0 0.75rem; }
footer.footer.bg-dark .margin-top { margin-top: 1.5rem; }
footer.footer.bg-dark .margin-medium { margin-top: 2rem; }
footer.footer.bg-dark .margin-large { margin-top: 2.5rem; }
footer.footer.bg-dark .max-width-large { max-width: 75ch; margin-left: auto; margin-right: auto; text-align: center; }
footer.footer.bg-dark .icon-height-large { height: 60px; width: auto; opacity: 0.85; }

.cta_card {
  z-index: 2;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-radius: var(--border--radius-regular);
  background-color: var(--background-color--bg-secondary);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 64rem;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem;
  display: flex;
  position: relative;
}

.gap-medium {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.gap-small {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.gap-large {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
}

.section-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  width: 100%;
  max-width: 70rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.lightbox-link {
  border-radius: var(--border--radius-regular);
  justify-content: flex-end;
  align-items: center;
  max-height: 12rem;
  display: flex;
  overflow: hidden;
}

.lightbox-link.floor-plans {
  max-height: 20rem;
}

.lightbox-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.master_plan {
  justify-content: center;
  align-items: center;
  max-height: 32rem;
  position: relative;
}

.coming-soon-block {
  z-index: 5;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.heading-style-h5 {
  white-space: normal;
  text-wrap: balance;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.icon-1x1-xxlarge {
  object-fit: contain;
  width: 4rem;
  height: 4rem;
}

.overview_item-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.icon-medium {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.icon-medium.location {
  object-fit: contain;
  justify-content: center;
  align-items: flex-start;
  width: 3.5rem;
  height: 3.5rem;
}

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

.text-size-small {
  font-size: .75rem;
}

.sub-heading {
  color: var(--text-color--text-tertiary);
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 600;
}

.footer_logo {
  object-fit: contain;
  max-width: 8rem;
  height: 3rem;
}

.master-plan-image {
  object-fit: contain;
  max-height: 32rem;
}

.image-contain {
  object-fit: contain;
}

.text-size-large {
  font-size: 1.5rem;
}

.faq_answer h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.faq_answer h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.faq_answer h3 {
  margin-top: 1.5rem;
  margin-bottom: .75rem;
  font-size: 1.5rem;
}

.faq_answer h4 {
  margin-top: 1.5rem;
  margin-bottom: .75rem;
  font-size: 1.25rem;
}

.faq_answer h5 {
  margin-top: 1rem;
  margin-bottom: .5rem;
  font-size: 1.125rem;
}

.faq_answer h6 {
  margin-top: 1rem;
  margin-bottom: .5rem;
}

.faq_answer p {
  margin-bottom: 1rem;
}

.faq_answer li {
  margin-bottom: .25rem;
}

.faq_answer ol, .faq_answer ul {
  margin-bottom: 1rem;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3rem;
  }

  .text-size-medium {
    font-size: 1.125rem;
  }

  .nav_button {
    color: #fff;
  }

  .menu-icon_line-bottom {
    background-color: var(--base-color-neutral--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar_link {
    font-size: 1.125rem;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar_menu-button {
    padding: 0;
  }

  

  .menu-icon_line-top {
    background-color: var(--base-color-neutral--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .navbar_menu-link-wrapper {
    border-style: none solid solid;
    border-width: 1px;
    border-color: var(--border-color--border-primary);
    border-radius: var(--border--radius-regular);
    background-color: var(--border-color--border-secondary);
    flex-direction: column;
    width: 100%;
    padding: 2rem;
  }

  .navbar_dropdwn-toggle {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem .5rem;
    display: flex;
  }

  .menu-icon_line-middle {
    background-color: var(--base-color-neutral--black);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar_dropdown-list {
    position: static;
    overflow: hidden;
  }

  

  .navbar_menu {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    justify-content: center;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .section {
    padding: 3rem 2rem;
  }

  .navbar_wrapper {
    position: relative;
  }

  .section-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .amenities-list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
    align-content: start;
  }

  .contact_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: minmax(auto, 12rem) auto;
    grid-template-columns: .6fr;
    align-items: stretch;
    display: flex;
  }

  .faq_list-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .faq_answer_wrapper, .faq_question {
    padding-left: 0;
    padding-right: 0;
  }

  .contact_form_component {
    padding: 2rem 1.5rem;
  }

  .footer_links_wrapper {
    max-width: none;
  }

  .cta_card {
    margin-top: 3rem;
    padding: 3rem;
  }

  .lightbox-grid {
    grid-template-columns: 1fr 1fr;
  }

  .overview_item-list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .spacer-small {
    padding-top: .755rem;
  }

  .navbar {
    top: .5rem;
  }

  .navbar_menu-link-wrapper {
    padding: 1.25rem;
  }

  .hero_content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .navbar_wrapper {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .section-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .amenities-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border-bottom-right-radius: 8rem;
    grid-template-columns: 1fr 1fr;
  }

  .table-wrapper {
    overflow: auto;
  }

  .table {
    min-width: 32rem;
  }

  .contact_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .faq_icon-wrapper {
    width: 1.75rem;
  }

  .faq_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .footer_links_wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }

  .cta_card {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    padding: 2rem;
  }

  .gap-medium {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .gap-large {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .section-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .lightbox-link {
    max-height: 10rem;
  }

  .lightbox-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr 1fr;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .overview_item-list {
    grid-template-columns: 1fr 1fr;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .faq_answer h1 {
    font-size: 2rem;
  }

  .faq_answer h2 {
    font-size: 1.75rem;
  }

  .faq_answer h3 {
    font-size: 1.25rem;
  }

  .faq_answer h4 {
    font-size: 1.125rem;
  }

  .faq_answer h5 {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 479px) {
  .hero_content-wrapper {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 3rem 1.25rem;
  }

  .map_wrapper {
    height: 18rem;
  }

  .amenities-list {
    border-bottom-right-radius: 5rem;
    grid-template-columns: 1fr;
    padding: 1rem;
  }

  .amenities_block {
    font-size: .875rem;
  }

  .table-td {
    padding: .5rem;
  }

  .table-th {
    padding: .5rem;
    font-size: 1rem;
  }

  .contact_wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .faq_answer_wrapper, .faq_question {
    padding-left: 0;
    padding-right: 0;
  }

  .footer_links_wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: center;
  }

  .lightbox-grid {
    grid-template-columns: 1fr;
  }
}

#pn-node-be936f11-a0b1-79fd-be8b-96d3c903a2d4-8f360ed2 {
  justify-self: center;
}

#pn-node-c0e74fe2-633b-db3a-7839-6313e435b125-8f360ed2 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#pn-node-c0e74fe2-633b-db3a-7839-6313e435b137-8f360ed2 {
  justify-self: end;
}

.related-projects[data-related-projects-section] {
  background:
    linear-gradient(135deg, rgba(0, 29, 61, .05), rgba(0, 29, 61, 0) 42%),
    var(--background-color--bg-secondary);
  color: var(--text-color--text-dark);
  padding: 5rem 2.5rem;
}

.related-projects[data-related-projects-section] .related-projects__inner {
  max-width: 70rem;
}

.related-projects[data-related-projects-section] .related-projects__header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  max-width: none !important;
  margin-bottom: 2.5rem;
  display: flex;
  width: 100%;
}

.related-projects[data-related-projects-section] .related-projects__header h2 {
  color: var(--text-color--text-primary);
  max-width: none !important;
  display: block;
  width: 100%;
}

.related-projects[data-related-projects-section] .related-projects__header p {
  color: var(--text-color--text-tertiary);
  max-width: 42rem;
  margin-top: 0;
  font-size: 1rem;
  line-height: 1.7;
}

.related-projects[data-related-projects-section] .related-projects__grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.related-projects[data-related-projects-section] .related-projects__card {
  border: 1px solid rgba(0, 29, 61, .14);
  border-radius: var(--border--radius-regular);
  background-color: var(--background-color--bg-light);
  box-shadow: none;
}

.related-projects[data-related-projects-section] .related-projects__card:hover {
  border-color: var(--border-color--border-primary);
  box-shadow: 0 1.25rem 3rem rgba(0, 29, 61, .12);
  transform: translateY(-.25rem);
}

.related-projects[data-related-projects-section] .related-projects__image {
  aspect-ratio: 4 / 3;
  border-bottom: 1px solid rgba(0, 29, 61, .1);
}

.related-projects[data-related-projects-section] .related-projects__body {
  padding: 1.25rem;
}

.related-projects[data-related-projects-section] .related-projects__meta {
  color: var(--text-color--text-primary);
  margin-bottom: .6rem;
  font-size: .72rem;
  letter-spacing: .08em;
}

.related-projects[data-related-projects-section] .related-projects__body h3 {
  color: var(--text-color--text-primary);
  font-size: 1.2rem;
  line-height: 1.22;
}

.related-projects[data-related-projects-section] .related-projects__body p:last-child {
  color: var(--text-color--text-tertiary);
  margin-top: .75rem;
  font-size: .95rem;
  line-height: 1.65;
}

@media screen and (max-width: 991px) {
  .related-projects[data-related-projects-section] {
    padding: 4rem 2.5rem;
  }

  .related-projects[data-related-projects-section] .related-projects__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 479px) {
  .related-projects[data-related-projects-section] {
    padding: 3rem 1.25rem;
  }

  .related-projects[data-related-projects-section] .related-projects__header {
    margin-bottom: 1.5rem;
    max-width: none !important;
    width: 100%;
}

  .related-projects[data-related-projects-section] .related-projects__header h2 {
  max-width: none !important;
  display: block;
  width: 100%;
}

  .related-projects[data-related-projects-section] .related-projects__grid {
    grid-template-columns: 1fr;
  }
}

/* ════ SFR subpage legacy classes ════
   Body markup uses .sec / .stitle / .sbody / .stats etc. (carry-over from
   the old design system). Style these to match the Sattva look. */

.sec { padding: clamp(3rem, 6vw, 5rem) clamp(1.25rem, 4vw, 2rem); max-width: 80rem; margin: 0 auto; }
.sec-light { background: var(--background-color--bg-secondary, #f7f3ee); border-radius: 1rem; }
.sec-dark { background: #1a1a1a; color: #fff; border-radius: 1rem; }
.sec-dark a { color: #C9A96E; }

.eyebrow, .eyebrow-dark { display: block; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: #5F4420; margin: 0 0 0.75rem; }
.sec-dark .eyebrow, .sec-dark .eyebrow-dark { color: #E8D5B0; }

.stitle, .stitle-dark { font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif; font-size: clamp(1.8rem, 4vw, 3rem); font-weight: 700; line-height: 1.15; letter-spacing: -0.01em; margin: 0 0 1.1rem; color: #1a1a1a; }
.stitle em, .stitle-dark em { font-style: italic; font-weight: 600; color: inherit; }
.sec-dark .stitle, .sec-dark .stitle-dark { color: #fff; }

.sbody { font-size: 1rem; line-height: 1.75; max-width: 75ch; margin: 0 0 1rem; color: rgba(15, 23, 42, 0.72); }
.sec-dark .sbody { color: rgba(255, 255, 255, 0.84); }
.sbody a, .text-size-medium a, .hero_content-wrapper a { color: inherit; text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }

.page-updated { font-size: 0.9rem; color: rgba(15, 23, 42, 0.66); margin: 0 0 1.5rem; }
.page-updated time { font-weight: 600; }
.sec-dark .page-updated { color: rgba(255, 255, 255, 0.75); }

.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1rem; margin: 1.75rem 0; }
.stat { background: #fff; border: 1px solid rgba(15, 23, 42, 0.08); border-radius: 12px; padding: 1.5rem 1rem; text-align: center; box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04); }
.sec-dark .stat { background: rgba(255, 255, 255, 0.06); border-color: rgba(255, 255, 255, 0.14); box-shadow: none; }
.stat-n { font-family: ui-serif, Georgia, Cambria, serif; font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 700; color: #1a1a1a; margin: 0 0 0.25rem; line-height: 1.1; }
.sec-dark .stat-n { color: #E8D5B0; }
.stat-l { font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(15, 23, 42, 0.6); margin: 0; line-height: 1.3; }
.sec-dark .stat-l { color: rgba(255, 255, 255, 0.6); }

.cta-row { display: flex; flex-wrap: wrap; gap: 0.75rem; align-items: center; margin-top: 1.5rem; }

a.btn-gold, button.btn-gold, a.btn-outline, button.btn-outline {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 12px 24px; border-radius: 8px; font-family: inherit; font-size: 0.95rem; font-weight: 600; text-decoration: none; cursor: pointer; transition: all 0.25s ease; border: 1px solid transparent;
}
a.btn-gold, button.btn-gold { background: #1a1a1a; color: #fff; border-color: #1a1a1a; }
a.btn-outline, button.btn-outline { background: transparent; color: #1a1a1a; border-color: #1a1a1a; }
a.btn-gold:hover, button.btn-gold:hover:not(:disabled) { background: #000; border-color: #000; }
a.btn-outline:hover, button.btn-outline:hover:not(:disabled) { background: #1a1a1a; color: #fff; }
.sec-dark a.btn-outline, .sec-dark button.btn-outline { color: #fff; border-color: rgba(255, 255, 255, 0.4); }
.sec-dark a.btn-outline:hover, .sec-dark button.btn-outline:hover:not(:disabled) { background: #fff; color: #1a1a1a; border-color: #fff; }

.ptable { width: 100%; border-collapse: collapse; margin: 1.5rem 0; font-size: 0.95rem; background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06); }
.ptable th, .ptable td { padding: 0.85rem 1rem; text-align: left; border-bottom: 1px solid rgba(15, 23, 42, 0.08); color: #1a1a1a; }
.ptable th { background: rgba(15, 23, 42, 0.04); font-weight: 700; letter-spacing: 0.04em; font-size: 0.85rem; text-transform: uppercase; }
.ptable tr:last-child td { border-bottom: none; }
.ptable tr:hover td { background: rgba(15, 23, 42, 0.02); }
.sec-dark .ptable { background: rgba(255, 255, 255, 0.04); box-shadow: none; }
.sec-dark .ptable th, .sec-dark .ptable td { color: #fff; border-bottom-color: rgba(255, 255, 255, 0.12); }
.sec-dark .ptable th { background: rgba(255, 255, 255, 0.06); }

.pnote { font-size: 0.85rem; color: rgba(15, 23, 42, 0.66); font-style: italic; margin: 0.75rem 0 0; max-width: 75ch; }
.sec-dark .pnote { color: rgba(255, 255, 255, 0.75); }

.faq-list { display: flex; flex-direction: column; gap: 0.6rem; margin-top: 1.5rem; }
.faq-item { background: #fff; border: 1px solid rgba(15, 23, 42, 0.1); border-radius: 10px; padding: 1rem 1.25rem; transition: all 0.2s ease; }
.faq-item summary { font-weight: 600; cursor: pointer; list-style: none; padding-right: 1.5rem; position: relative; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 1.4rem; font-weight: 400; color: #5F4420; line-height: 1; }
.faq-item[open] { background: rgba(15, 23, 42, 0.02); }
.faq-item[open] summary::after { content: "−"; }
.faq-item p { margin: 0.75rem 0 0; line-height: 1.7; color: rgba(15, 23, 42, 0.7); }

.builder-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 1rem; margin: 1.5rem 0; }
.bstat { text-align: center; padding: 1.25rem 0.75rem; background: #fff; border: 1px solid rgba(15, 23, 42, 0.08); border-radius: 10px; }
.bstat .sv { font-family: ui-serif, Georgia, Cambria, serif; font-size: clamp(1.6rem, 2.6vw, 2.1rem); font-weight: 700; color: #1a1a1a; line-height: 1.1; }
.bstat .sl { font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(15, 23, 42, 0.6); margin-top: 0.25rem; }

/* ════ Hamburger icon override ════
   the original @media (max-width: 991px) block defines an icon layout that uses
   margin-based spacing and a 48px container — making the X transform translateY
   values mismatched. Override at the end of the file (wins cascade order) with
   a consistent 24×24 flex/gap layout and accurate translateY=7px for the X. */
@media screen and (max-width: 1199px) {
  .navbar_menu-button .menu-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 24px;
    height: 24px;
    margin: 0;
  }
  .navbar_menu-button .menu-icon_line-top, .navbar_menu-button .menu-icon_line-middle, .navbar_menu-button .menu-icon_line-bottom {
    width: 24px;
    height: 2px;
    background-color: #1a1a1a;
    margin: 0;
    border-radius: 1px;
    transition: transform .25s ease, opacity .25s ease;
  }
  .navbar_menu-button .menu-icon_line-middle-inner { display: none; }
  
  
  
}
