/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme {
    :root,
    :host {
        --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
        --spacing: 0.25rem;
        --default-font-family: var(--font-sans);
        --default-mono-font-family: var(--font-mono);
    }
}
@layer base {
    *,
    :after,
    :before,
    ::backdrop {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0;
    }
    ::file-selector-button {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0;
    }
    html,
    :host {
        -webkit-text-size-adjust: 100%;
        tab-size: 4;
        line-height: 1.5;
        font-family: var(
            --default-font-family,
            ui-sans-serif,
            system-ui,
            sans-serif,
            "Apple Color Emoji",
            "Segoe UI Emoji",
            "Segoe UI Symbol",
            "Noto Color Emoji"
        );
        font-feature-settings: var(--default-font-feature-settings, normal);
        font-variation-settings: var(--default-font-variation-settings, normal);
        -webkit-tap-highlight-color: transparent;
    }
    hr {
        height: 0;
        color: inherit;
        border-top-width: 1px;
    }
    abbr:where([title]) {
        -webkit-text-decoration: underline dotted;
        text-decoration: underline dotted;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: inherit;
        font-weight: inherit;
    }
    a {
        color: inherit;
        -webkit-text-decoration: inherit;
        -webkit-text-decoration: inherit;
        -webkit-text-decoration: inherit;
        -webkit-text-decoration: inherit;
        text-decoration: inherit;
    }
    b,
    strong {
        font-weight: bolder;
    }
    code,
    kbd,
    samp,
    pre {
        font-family: var(
            --default-mono-font-family,
            ui-monospace,
            SFMono-Regular,
            Menlo,
            Monaco,
            Consolas,
            "Liberation Mono",
            "Courier New",
            monospace
        );
        font-feature-settings: var(--default-mono-font-feature-settings, normal);
        font-variation-settings: var(--default-mono-font-variation-settings, normal);
        font-size: 1em;
    }
    small {
        font-size: 80%;
    }
    sub,
    sup {
        vertical-align: baseline;
        font-size: 75%;
        line-height: 0;
        position: relative;
    }
    sub {
        bottom: -0.25em;
    }
    sup {
        top: -0.5em;
    }
    table {
        text-indent: 0;
        border-color: inherit;
        border-collapse: collapse;
    }
    :-moz-focusring {
        outline: auto;
    }
    progress {
        vertical-align: baseline;
    }
    summary {
        display: list-item;
    }
    ol,
    ul,
    menu {
        list-style: none;
    }
    img,
    svg,
    video,
    canvas,
    audio,
    iframe,
    embed,
    object {
        vertical-align: middle;
        display: block;
    }
    img,
    video {
        max-width: 100%;
        height: auto;
    }
    button,
    input,
    select,
    optgroup,
    textarea {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0;
    }
    ::file-selector-button {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0;
    }
    :where(select:is([multiple], [size])) optgroup {
        font-weight: bolder;
    }
    :where(select:is([multiple], [size])) optgroup option {
        padding-inline-start: 20px;
    }
    ::file-selector-button {
        margin-inline-end: 4px;
    }
    ::placeholder {
        opacity: 1;
    }
    @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
        ::placeholder {
            color: currentColor;
        }
        @supports (color: color-mix(in lab, red, red)) {
            ::placeholder {
                color: color-mix(in oklab, currentcolor 50%, transparent);
            }
        }
    }
    textarea {
        resize: vertical;
    }
    ::-webkit-search-decoration {
        -webkit-appearance: none;
    }
    ::-webkit-date-and-time-value {
        min-height: 1lh;
        text-align: inherit;
    }
    ::-webkit-datetime-edit {
        display: inline-flex;
    }
    ::-webkit-datetime-edit-fields-wrapper {
        padding: 0;
    }
    ::-webkit-datetime-edit {
        padding-block: 0;
    }
    ::-webkit-datetime-edit-year-field {
        padding-block: 0;
    }
    ::-webkit-datetime-edit-month-field {
        padding-block: 0;
    }
    ::-webkit-datetime-edit-day-field {
        padding-block: 0;
    }
    ::-webkit-datetime-edit-hour-field {
        padding-block: 0;
    }
    ::-webkit-datetime-edit-minute-field {
        padding-block: 0;
    }
    ::-webkit-datetime-edit-second-field {
        padding-block: 0;
    }
    ::-webkit-datetime-edit-millisecond-field {
        padding-block: 0;
    }
    ::-webkit-datetime-edit-meridiem-field {
        padding-block: 0;
    }
    ::-webkit-calendar-picker-indicator {
        line-height: 1;
    }
    :-moz-ui-invalid {
        box-shadow: none;
    }
    button,
    input:where([type="button"], [type="reset"], [type="submit"]) {
        appearance: button;
    }
    ::file-selector-button {
        appearance: button;
    }
    ::-webkit-inner-spin-button {
        height: auto;
    }
    ::-webkit-outer-spin-button {
        height: auto;
    }
    [hidden]:where(:not([hidden="until-found"])) {
        display: none !important;
    }
}
@layer components;
@layer utilities {
    .visible {
        visibility: visible;
    }
    .absolute {
        position: absolute;
    }
    .relative {
        position: relative;
    }
    .start {
        inset-inline-start: var(--spacing);
    }
    .end {
        inset-inline-end: var(--spacing);
    }
    .block {
        display: block;
    }
    .contents {
        display: contents;
    }
    .grid {
        display: grid;
    }
    .hidden {
        display: none;
    }
    .table {
        display: table;
    }
    .resize {
        resize: both;
    }
}
@font-face {
    font-family: Outfit;
    src: url(../fonts/Outfit-Regular.ttf) format("truetype");
    font-display: swap;
    font-weight: 400;
}
@font-face {
    font-family: Outfit;
    src: url(../fonts/Outfit-SemiBold.ttf) format("truetype");
    font-display: swap;
    font-weight: 600;
}
@font-face {
    font-family: Cinzel Decorative;
    src: url(../fonts/CinzelDecorative-Regular.ttf) format("truetype");
    font-display: swap;
    font-weight: 400;
}
@font-face {
    font-family: Cinzel Decorative;
    src: url(../fonts/CinzelDecorative-Bold.ttf) format("truetype");
    font-display: swap;
    font-weight: 700;
}
:root {
    --ink: #303436;
    --ink-soft: #687072;
    --forest: #53615d;
    --forest-mid: #7f8a85;
    --forest-deep: #282d2f;
    --sage: #ebe9e2;
    --sage-deep: #d5d4cc;
    --cream: #f4efe8;
    --paper: #fbf8f3;
    --white: #fffdfa;
    --bronze: #b87c61;
    --violet: #4b467e;
    --violet-light: #9588d0;
    --line: #30343626;
    --line-light: #fffdfa47;
    --shadow: 0 28px 70px #2b30321a;
}
* {
    box-sizing: border-box;
}

.sr-only {
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
html {
    scroll-behavior: smooth;
}
section[id] {
    scroll-margin-top: 6.2rem;
}
.page-top-anchor {
    pointer-events: none;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
}
body {
    background: var(--paper);
    color: var(--ink);
    margin: 0;
    font-family: Outfit, Arial, sans-serif;
    font-size: 17px;
    line-height: 1.6;
    overflow-x: hidden;
}
body,
button,
input,
textarea {
    font-family: Outfit, Arial, sans-serif;
}
img {
    max-width: 100%;
    display: block;
}
a {
    color: inherit;
    text-decoration: none;
}
button,
input,
textarea {
    font: inherit;
}
::selection {
    background: var(--bronze);
    color: var(--white);
}
h1,
h2,
h3,
p,
figure {
    margin: 0;
}
h1,
h2 {
    letter-spacing: -0.045em;
    font-family:
        Cinzel Decorative,
        Georgia,
        serif;
    font-weight: 400;
    line-height: 0.98;
}
h1 em,
h2 em {
    color: var(--violet);
    letter-spacing: -0.04em;
    font-family:
        Georgia,
        Times New Roman,
        serif;
    font-weight: 400;
}
h2 {
    font-size: clamp(3rem, 5vw, 6.25rem);
}
.section {
    padding: clamp(5rem, 10vw, 10rem) clamp(1.25rem, 5vw, 6rem);
}
.section--dark {
    color: var(--white);
    background: #272c2e;
}
.section--sage {
    background: var(--sage);
}
.section--cream {
    background: var(--cream);
}
.eyebrow {
    color: #fffdf8e6;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    align-items: center;
    gap: 0.8rem;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1;
    display: flex;
}
.eyebrow:before {
    content: "";
    background: currentColor;
    width: 2.7rem;
    height: 1px;
}
.eyebrow--green {
    color: var(--forest-mid);
}
.button {
    letter-spacing: 0.09em;
    text-transform: uppercase;
    border: 1px solid #0000;
    border-radius: 100px;
    justify-content: space-between;
    align-items: center;
    gap: 2.4rem;
    min-height: 3.6rem;
    padding: 0.2rem 1.7rem;
    font-size: 0.84rem;
    font-weight: 600;
    transition: all 0.25s;
    display: inline-flex;
}
.button:hover {
    transform: translateY(-2px);
}
.button span {
    font-size: 1.1rem;
}
.button--light {
    background: var(--white);
    color: var(--forest-deep);
}
.button--light:hover {
    background: var(--sage);
}
.button--dark {
    background: var(--forest-deep);
    color: var(--white);
}
.button--dark:hover {
    background: var(--forest-mid);
}
.button--outline {
    border-color: var(--line-light);
    color: var(--white);
}
.button--outline:hover {
    background: var(--white);
    color: var(--forest-deep);
}
.text-link {
    border-bottom: 1px solid var(--line);
    letter-spacing: 0.09em;
    text-transform: uppercase;
    align-items: center;
    gap: 2.5rem;
    padding: 0 0 0.55rem;
    font-size: 0.82rem;
    font-weight: 600;
    transition: gap 0.25s;
    display: inline-flex;
}
.text-link:hover {
    gap: 3rem;
}
.text-link--light {
    border-color: var(--line-light);
    color: var(--white);
}
.site-header {
    color: var(--white);
    z-index: 50;
    background: #282d2ff7;
    grid-template-columns: max-content minmax(0, 1fr) max-content;
    column-gap: clamp(1.5rem, 2.2vw, 3rem);
    align-items: center;
    min-height: 6.2rem;
    padding: 0 2.1rem;
    display: grid;
    position: sticky;
    top: 0;
}
.site-header--overlay {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    text-shadow: 0 2px 9px #000000b8;
    background: #282d2fe0;
    margin-bottom: -6.2rem;
}
.brand {
    justify-self: start;
    align-items: center;
    gap: 1rem;
    width: max-content;
    display: inline-flex;
}
.brand-mark {
    width: 38px;
    height: 42px;
    display: block;
    position: relative;
}
.brand-mark:before {
    content: "";
    background: currentColor;
    width: 1px;
    height: 31px;
    position: absolute;
    bottom: 0;
    left: 18px;
    transform: rotate(6deg);
}
.brand-mark i {
    border: 1px solid;
    border-radius: 90% 0;
    width: 22px;
    height: 13px;
    position: absolute;
    transform: rotate(28deg);
}
.brand-mark i:first-child {
    top: 5px;
    left: 2px;
}
.brand-mark i:nth-child(2) {
    top: 14px;
    right: 0;
    transform: scaleX(-1) rotate(28deg);
}
.brand-mark i:nth-child(3) {
    top: 25px;
    left: 0;
    transform: rotate(18deg);
}
.brand strong {
    letter-spacing: 0.03em;
    font-family:
        Cinzel Decorative,
        Georgia,
        serif;
    font-size: 1.04rem;
    font-weight: 400;
    line-height: 1.2;
    display: block;
}
.brand small {
    letter-spacing: 0.16em;
    opacity: 0.82;
    text-transform: uppercase;
    margin-top: 0.25rem;
    font-size: 0.68rem;
    display: block;
}
.desktop-nav {
    justify-self: center;
    gap: clamp(0.8rem, 1.35vw, 1.7rem);
    width: max-content;
    max-width: 100%;
    display: flex;
}
.desktop-nav a {
    letter-spacing: 0.09em;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 0.73rem;
    font-weight: 600;
    position: relative;
}
.desktop-nav a:after {
    content: "";
    transform-origin: 0;
    background: currentColor;
    width: 100%;
    height: 1px;
    transition: transform 0.2s;
    position: absolute;
    bottom: -0.45rem;
    left: 0;
    transform: scaleX(0);
}
.desktop-nav a:hover:after {
    transform: scaleX(1);
}
.header-actions {
    justify-self: end;
    align-items: center;
    gap: 1.2rem;
    display: flex;
}
.header-call {
    letter-spacing: 0.04em;
    flex-direction: column;
    align-items: flex-end;
    font-size: 0.9rem;
    font-weight: 600;
    display: flex;
}
.header-call span {
    letter-spacing: 0.16em;
    opacity: 0.82;
    text-transform: uppercase;
    font-size: 0.66rem;
    font-weight: 400;
}
.header-contact {
    letter-spacing: 0.09em;
    text-transform: uppercase;
    border: 1px solid #fffdfa75;
    border-radius: 100px;
    padding: 0.72rem 1rem;
    font-size: 0.78rem;
    font-weight: 600;
    transition:
        background 0.2s,
        color 0.2s;
}
.header-contact:hover {
    background: var(--white);
    color: var(--forest-deep);
}
.mobile-nav {
    display: none;
}
.site-header.is-visual-zoom-compensated {
    transform-origin: top left;
    transform: translate3d(var(--header-zoom-x, 0), var(--header-zoom-y, 0), 0) scale(var(--header-zoom-scale, 1));
    will-change: transform;
}
.hero {
    background: var(--forest-deep);
    color: var(--white);
    height: min(940px, 100svh);
    min-height: 720px;
    position: relative;
    overflow: hidden;
}
.hero__image {
    object-fit: cover;
    object-position: center 54%;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    position: absolute;
}
.hero__wash {
    background: linear-gradient(90deg, #242a2c85 0%, #2f343538 43%, #3d414205 76%), linear-gradient(#0000 60%, #22272938);
    position: absolute;
    inset: 0;
}
.hero__content {
    z-index: 2;
    max-width: 900px;
    position: absolute;
    bottom: clamp(6rem, 12vh, 9rem);
    left: clamp(1.4rem, 7vw, 7rem);
}
.hero__content > .eyebrow,
.hero__content > h1,
.hero__content > .hero__intro,
.hero__content .text-link--light {
    text-shadow:
        0 3px 14px #000000c2,
        0 1px 2px #000000e0;
}
.hero h1 {
    margin-top: 2rem;
    font-size: clamp(4.1rem, 8.4vw, 9.4rem);
}
.hero h1 em {
    color: var(--violet-light);
}
.hero__intro {
    color: #fffdf8f0;
    max-width: 660px;
    margin: 2.4rem 0;
    font-size: clamp(1.08rem, 1.35vw, 1.36rem);
    line-height: 1.65;
}
.hero__actions {
    align-items: center;
    gap: 2rem;
    display: flex;
}
.hero__side-note {
    text-align: right;
    z-index: 2;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.7rem;
    max-width: 20rem;
    display: flex;
    position: absolute;
    bottom: 8.5rem;
    right: clamp(1.5rem, 4vw, 4rem);
}
.hero__side-note span {
    border-bottom: 1px solid var(--line-light);
    letter-spacing: 0.13em;
    text-shadow: 0 2px 9px #000000c7;
    text-transform: uppercase;
    padding-bottom: 0.45rem;
    font-size: 0.73rem;
    font-weight: 600;
}
.hero__counter {
    z-index: 2;
    align-items: flex-end;
    gap: 1rem;
    display: flex;
    position: absolute;
    top: 9rem;
    right: clamp(1.5rem, 4vw, 4rem);
}
.hero__counter strong {
    color: var(--bronze);
    font-family: Georgia, serif;
    font-size: 3.4rem;
    font-weight: 400;
    line-height: 1;
}
.hero__counter span {
    letter-spacing: 0.13em;
    text-shadow: 0 2px 9px #000000c7;
    text-transform: uppercase;
    max-width: 7rem;
    padding-bottom: 0.35rem;
    font-size: 0.73rem;
    font-weight: 600;
}
.section-heading--split {
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.55fr);
    align-items: flex-end;
    gap: clamp(3rem, 8vw, 10rem);
    display: grid;
}
.section-heading .eyebrow {
    margin-bottom: 2rem;
}
.section-heading--split > p,
.section-heading--split > div:last-child > p {
    color: var(--ink-soft);
    max-width: 540px;
    font-size: 1.05rem;
    line-height: 1.8;
}
.section-heading--light > div:last-child {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    display: flex;
}
.section-heading--light > div:last-child > p {
    color: #fffdf8ad;
}
.editorial-grid {
    grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
    align-items: center;
    gap: clamp(2rem, 4vw, 5rem);
    margin-top: clamp(5rem, 9vw, 10rem);
    padding-right: clamp(0rem, 4vw, 5rem);
    display: grid;
}
.editorial-grid__large {
    grid-row: 1 / span 2;
    padding: 1.25rem;
    position: relative;
}
.editorial-grid__large:before {
    content: "";
    z-index: -1;
    border: 1px solid #9987726b;
    position: absolute;
    inset: 0;
}
.editorial-grid__large img {
    aspect-ratio: 1.16;
    object-fit: cover;
    width: 100%;
}
.editorial-grid__large figcaption {
    letter-spacing: 0.13em;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    background: #fffdfaf0;
    padding: 0.9rem 1.45rem;
    font-size: 0.73rem;
    font-weight: 600;
    position: absolute;
    bottom: 2.2rem;
    left: 50%;
    transform: translate(-50%);
}
.editorial-grid__copy {
    padding: 2rem 0;
}
.editorial-grid__copy h3 {
    font-family:
        Cinzel Decorative,
        Georgia,
        serif;
    font-size: clamp(1.8rem, 2.3vw, 3rem);
    font-weight: 400;
    line-height: 1.2;
}
.editorial-grid__copy p {
    color: var(--ink-soft);
    margin: 1.5rem 0 2rem;
}
.editorial-grid__small {
    margin-left: 18%;
}
.editorial-grid__small img {
    aspect-ratio: 1.15;
    object-fit: cover;
}
.editorial-grid__small--stairs {
    border-left: 1px solid #b87c6194;
    max-width: 360px;
    margin-left: 24%;
    padding-left: 1rem;
    position: relative;
}
.editorial-grid__small--stairs img {
    aspect-ratio: 0.78;
    object-position: center 58%;
    box-shadow: 0 24px 55px #2b303233;
}
.editorial-grid__small--stairs figcaption {
    color: var(--white);
    letter-spacing: 0.055em;
    background: #202527e0;
    padding: 0.8rem 1rem;
    font-size: 0.82rem;
    line-height: 1.45;
    position: absolute;
    bottom: 1rem;
    left: 2rem;
    right: 1rem;
}
.stat-row {
    border-bottom: 1px solid var(--line);
    border-top: 1px solid var(--line);
    grid-template-columns: repeat(4, 1fr);
    margin-top: clamp(5rem, 9vw, 9rem);
    display: grid;
}
.stat-row > div {
    border-right: 1px solid var(--line);
    align-items: baseline;
    gap: 1rem;
    padding: 2.2rem clamp(0.8rem, 2vw, 2.4rem);
    display: flex;
}
.stat-row > div:last-child {
    border-right: 0;
}
.stat-row strong {
    color: var(--forest);
    font-family: Georgia, serif;
    font-size: clamp(2.5rem, 4vw, 4.8rem);
    font-weight: 400;
    line-height: 1;
}
.stat-row span {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 0.74rem;
    font-weight: 600;
    line-height: 1.4;
}
.information {
    background: var(--paper);
    border-top: 1px solid var(--line);
}
.information-grid {
    border-left: 1px solid var(--line);
    border-top: 1px solid var(--line);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: clamp(4rem, 7vw, 7rem);
    display: grid;
}
.information-grid article {
    border-bottom: 1px solid var(--line);
    border-right: 1px solid var(--line);
    padding: clamp(2rem, 4vw, 4rem);
}
.information-grid article > span {
    color: var(--forest);
    letter-spacing: 0.13em;
    text-transform: uppercase;
    margin-bottom: 1.4rem;
    font-size: 0.73rem;
    font-weight: 600;
    display: block;
}
.information-grid h3 {
    font-family:
        Cinzel Decorative,
        Georgia,
        serif;
    font-size: clamp(1.5rem, 2.2vw, 2.5rem);
    font-weight: 400;
    line-height: 1.25;
}
.information-grid p {
    color: var(--ink-soft);
    margin-top: 1.35rem;
    font-size: 0.96rem;
    line-height: 1.75;
}
.information-grid p a {
    color: var(--ink);
    border-bottom: 1px solid;
}
.information-grid .information-note {
    border-left: 2px solid var(--bronze);
    padding-left: 1rem;
    font-size: 0.78rem;
}
.information-actions {
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    margin-top: 2.5rem;
    display: flex;
}
.button--contact {
    border-color: var(--forest-deep);
    color: var(--forest-deep);
}
.button--contact:hover {
    background: var(--forest-deep);
    color: var(--white);
}
.residences {
    background: #f0ebe4;
    overflow: hidden;
}
.featured-listings {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(3rem, 5vw, 6rem) clamp(1.5rem, 3vw, 3.5rem);
    margin-top: clamp(3rem, 5vw, 5rem);
    display: grid;
}
.rental-choice {
    background: var(--paper);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    grid-template-columns: minmax(260px, 0.8fr) minmax(480px, 1.2fr);
    gap: clamp(2rem, 4vw, 4rem);
    margin-top: clamp(4rem, 7vw, 7rem);
    padding: clamp(2rem, 4vw, 4rem);
    scroll-margin-top: 7rem;
    display: grid;
}
.rental-choice .eyebrow {
    margin-bottom: 1.4rem;
}
.rental-choice h3 {
    font-family:
        Cinzel Decorative,
        Georgia,
        serif;
    font-size: clamp(1.8rem, 3vw, 3.5rem);
    font-weight: 400;
    line-height: 1.2;
}
.rental-choice nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    display: grid;
}
.rental-choice__option {
    background: var(--white);
    border: 1px solid var(--line);
    grid-template-columns: 1fr auto;
    min-height: 180px;
    padding: 1.4rem;
    transition:
        transform 0.25s,
        box-shadow 0.25s;
    display: grid;
}
.rental-choice__option:hover {
    box-shadow: var(--shadow);
    transform: translateY(-4px);
}
.rental-choice__option--furnished {
    background: var(--forest-deep);
    border-color: var(--forest-deep);
    color: var(--white);
}
.rental-choice__option span {
    letter-spacing: 0.12em;
    text-transform: uppercase;
    grid-column: 1/-1;
    font-size: 0.85rem;
    font-weight: 600;
}
.rental-choice__option strong {
    align-self: end;
    font-family:
        Cinzel Decorative,
        Georgia,
        serif;
    font-size: clamp(1.25rem, 2vw, 2rem);
    font-weight: 400;
    line-height: 1.2;
}
.rental-choice__option b,
.rental-choice__arrow {
    align-self: end;
    font-size: 1.4rem;
    font-weight: 400;
}
.rental-choice > p {
    color: var(--ink-soft);
    text-align: right;
    grid-column: 1/-1;
    margin-top: -2rem;
}
.rental-choice > p a {
    color: var(--ink);
    border-bottom: 1px solid;
}
.residence-group {
    margin-top: clamp(6rem, 10vw, 11rem);
    scroll-margin-top: 7rem;
}
.residence-group--unfurnished {
    border-top: 1px solid var(--line);
    padding-top: clamp(5rem, 8vw, 8rem);
}
.residence-group__heading {
    justify-content: space-between;
    align-items: end;
    gap: 3rem;
    display: flex;
}
.residence-group__heading > div span {
    color: var(--forest);
    letter-spacing: 0.13em;
    text-transform: uppercase;
    font-size: 0.86rem;
    font-weight: 600;
}
.residence-group__heading h3 {
    margin-top: 0.8rem;
    font-family:
        Cinzel Decorative,
        Georgia,
        serif;
    font-size: clamp(2rem, 4vw, 4.7rem);
    font-weight: 400;
    line-height: 1.1;
}
.residence-group__heading > p {
    color: var(--ink-soft);
    max-width: 560px;
    font-size: 1.08rem;
    line-height: 1.7;
}
.featured-listings--compact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.listing-card {
    min-width: 0;
}
.listing-card__image {
    background: #454b4d;
    display: block;
    position: relative;
    overflow: hidden;
}
.listing-card__image:after {
    content: "";
    background: linear-gradient(#0000 55%, #24292b80);
    position: absolute;
    inset: 0;
}
.listing-card__image img {
    aspect-ratio: 0.9;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform 0.7s cubic-bezier(0.2, 0.75, 0.2, 1);
}
.listing-card__image:hover img {
    transform: scale(1.035);
}
.listing-card__arrow {
    color: var(--forest-deep);
    z-index: 2;
    background: #fffdf8eb;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 3.25rem;
    height: 3.25rem;
    transition: all 0.2s;
    display: flex;
    position: absolute;
    bottom: 1.2rem;
    right: 1.2rem;
}
.listing-card__image:hover .listing-card__arrow {
    background: var(--sage);
    transform: rotate(45deg);
}
.listing-card__content {
    border-bottom: 1px solid var(--line);
    gap: 1.2rem;
    margin-top: 1.4rem;
    padding-bottom: 1.5rem;
    display: grid;
}
.listing-card__content > div {
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
}
.listing-card__content span {
    color: var(--ink-soft);
    letter-spacing: 0.11em;
    text-transform: uppercase;
    font-size: 0.69rem;
    font-weight: 600;
    display: block;
}
.listing-card__content h3,
.listing-card__title {
    color: var(--violet);
    margin-top: 0.45rem;
    margin-bottom: 0;
    font-family:
        Cinzel Decorative,
        Georgia,
        serif;
    font-size: clamp(1.45rem, 2vw, 2.35rem);
    font-weight: 400;
}
.listing-card__content p {
    color: var(--ink-soft);
    font-size: 0.94rem;
    line-height: 1.65;
}
.listing-card__content > a {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 600;
}
.amenity-story {
    background: var(--paper);
    grid-template-columns: minmax(0, 1.12fr) minmax(480px, 0.88fr);
    min-height: 860px;
    display: grid;
}
.amenity-story__image {
    min-height: 760px;
    position: relative;
    overflow: hidden;
}
.amenity-story__image:after {
    content: "";
    background: linear-gradient(#0000 45%, #1e1c2194);
    position: absolute;
    inset: 0;
}
.amenity-story__image > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}
.amenity-story__image > div {
    color: var(--white);
    text-shadow:
        0 3px 14px #000c,
        0 1px 2px #000000e0;
    z-index: 2;
    position: absolute;
    bottom: 4rem;
    left: 4rem;
}
.amenity-story__image span {
    letter-spacing: 0.13em;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
    font-size: 0.75rem;
    font-weight: 600;
    display: block;
}
.amenity-story__image strong {
    font-family:
        Cinzel Decorative,
        Georgia,
        serif;
    font-size: clamp(2rem, 3vw, 4rem);
    font-weight: 400;
}
.amenity-story__content {
    align-content: center;
    gap: 4.5rem;
    padding: clamp(4rem, 7vw, 8rem);
    display: grid;
}
.amenity-intro .eyebrow {
    margin-bottom: 1.5rem;
}
.amenity-intro h2 {
    font-size: clamp(2.7rem, 4vw, 4.7rem);
}
.amenity-intro > p:last-child {
    color: var(--ink-soft);
    max-width: 580px;
    margin-top: 1.8rem;
}
.amenity-list {
    border-top: 1px solid var(--line);
}
.amenity-list > div {
    border-bottom: 1px solid var(--line);
    grid-template-columns: 2.5rem 1fr 1.4fr;
    align-items: start;
    gap: 1rem;
    padding: 1.25rem 0;
    display: grid;
}
.amenity-list span {
    color: var(--bronze);
    font-family: Georgia, serif;
}
.amenity-list h3,
.amenity-list__title {
    margin: 0;
    font-family:
        Cinzel Decorative,
        Georgia,
        serif;
    font-size: 1.1rem;
    font-weight: 400;
}
.amenity-list p {
    color: var(--ink-soft);
    font-size: 0.82rem;
    line-height: 1.55;
}
.floorplan {
    background: radial-gradient(circle at 76% 45%, #848f8b2e, transparent 34%), var(--forest-deep);
    color: var(--white);
    grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1.3fr);
    align-items: center;
    gap: clamp(4rem, 8vw, 10rem);
    min-height: 880px;
    display: grid;
}
.floorplan__copy .eyebrow {
    color: var(--sage-deep);
    margin-bottom: 2rem;
}
.floorplan__copy h2 {
    font-size: clamp(3rem, 4.8vw, 5.8rem);
}
.floorplan__copy > p {
    color: #fffdf8ad;
    max-width: 580px;
    margin: 2rem 0;
}
.floorplan__copy ul {
    border-top: 1px solid var(--line-light);
    margin: 0 0 2.3rem;
    padding: 0;
    list-style: none;
}
.floorplan__copy li {
    border-bottom: 1px solid var(--line-light);
    letter-spacing: 0.06em;
    padding: 0.9rem 0;
    font-size: 0.78rem;
}
.floorplan__copy .text-link {
    border-color: var(--line-light);
}
.floorplan__visual {
    aspect-ratio: 1.2/0.86;
    border: 1px solid #c9baa747;
    justify-content: center;
    align-items: center;
    padding: 7%;
    display: flex;
    position: relative;
}
.floorplan__visual:before,
.floorplan__visual:after {
    border-color: var(--bronze);
    content: "";
    border-style: solid;
    width: 45px;
    height: 45px;
    position: absolute;
}
.floorplan__visual:before {
    border-width: 1px 0 0 1px;
    top: -1px;
    left: -1px;
}
.floorplan__visual:after {
    border-width: 0 1px 1px 0;
    bottom: -1px;
    right: -1px;
}
.floorplan__visual img {
    filter: drop-shadow(0 30px 45px #0000004d);
    width: 100%;
    max-height: 100%;
}
.floorplan__label {
    background: var(--forest-deep);
    color: var(--sage-deep);
    letter-spacing: 0.13em;
    text-transform: uppercase;
    padding: 0.4rem 0.9rem;
    font-size: 0.58rem;
    position: absolute;
}
.floorplan__label--top {
    top: -0.8rem;
    right: 10%;
}
.floorplan__label--bottom {
    bottom: -0.8rem;
    left: 10%;
}
.location .section-heading {
    margin-bottom: clamp(4rem, 7vw, 7rem);
}
.location .section-heading > div:last-child {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    display: flex;
}
.map-art {
    box-shadow: var(--shadow);
    background: #f6f5eb;
    border: 1px solid #23463629;
    padding: clamp(0.6rem, 1.5vw, 1.5rem);
}
.map-canvas {
    position: relative;
    overflow: hidden;
}
.map-canvas > img {
    width: 100%;
    height: auto;
}
.map-places {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.8rem;
    padding: 1.2rem 0.5rem 0.35rem;
    display: grid;
}
.map-places a {
    background: #fffdf8b8;
    border: 1px solid #23463624;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.8rem;
    min-height: 84px;
    padding: 0.85rem 1rem;
    transition:
        background 0.2s,
        transform 0.2s;
    display: grid;
}
.map-places a:hover {
    background: var(--white);
    transform: translateY(-2px);
}
.map-places i {
    background: #29634d;
    border: 3px solid #e9eee2;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    box-shadow: 0 0 0 1px #29634d;
}
.map-places span {
    flex-direction: column;
    line-height: 1.25;
    display: flex;
}
.map-places strong,
.map-place__name {
    font-family: Georgia, serif;
    font-size: 1rem;
    font-weight: 400;
}
.map-places small {
    color: var(--ink-soft);
    margin-top: 0.28rem;
    font-size: 0.78rem;
}
.map-places b,
.map-place__arrow {
    color: var(--forest);
    font-size: 1rem;
    font-weight: 400;
}

.map-places a {
    scroll-margin-top: 7rem;
}

.map-places a:target {
    background: var(--white);
    box-shadow: 0 0 0 2px #29634d7a;
}
.map-legend {
    justify-content: space-between;
    align-items: stretch;
    gap: 1.5rem;
    padding: 1rem 0.5rem 0.2rem;
    display: flex;
}
.map-legend__address {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
}
.map-legend__address > span {
    letter-spacing: 0.12em;
    text-transform: uppercase;
    align-items: center;
    gap: 0.65rem;
    font-size: 0.66rem;
    font-weight: 600;
    display: flex;
}
.map-legend__address > small {
    color: var(--ink-soft);
    letter-spacing: 0.06em;
    margin-top: 0.25rem;
    margin-left: 1.45rem;
    font-size: 0.68rem;
}
.map-legend i {
    border-radius: 50%;
    width: 0.8rem;
    height: 0.8rem;
    display: inline-block;
}
.map-legend__home {
    background: #164735;
}
.map-directions {
    color: var(--white);
    background: #143f31;
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
    min-width: min(100%, 310px);
    padding: 1rem 1.25rem;
    transition:
        background 0.2s,
        transform 0.2s;
    display: flex;
}
.map-directions:hover {
    background: #29634d;
    transform: translateY(-2px);
}
.map-directions > span {
    letter-spacing: 0.13em;
    text-transform: uppercase;
    flex-direction: column;
    font-size: 0.75rem;
    font-weight: 600;
    display: flex;
}
.map-directions small {
    color: #ffffffa8;
    letter-spacing: 0.1em;
    margin-bottom: 0.2rem;
    font-size: 0.55rem;
    font-weight: 400;
}
.map-directions strong {
    font-size: 1.35rem;
    font-weight: 400;
}
.reviews__header {
    justify-content: space-between;
    align-items: flex-end;
    gap: 3rem;
    display: flex;
}
.reviews__heading {
    max-width: 940px;
}
.reviews__heading .eyebrow {
    margin-bottom: 2rem;
}
.reviews__all {
    flex: none;
    margin-bottom: 0.8rem;
}
.review-grid {
    border-top: 1px solid var(--line);
    grid-template-columns: repeat(3, 1fr);
    margin-top: clamp(4rem, 7vw, 7rem);
    display: grid;
}
.review-grid blockquote {
    border-right: 1px solid var(--line);
    flex-direction: column;
    min-height: 410px;
    margin: 0;
    padding: 2rem clamp(1.5rem, 3vw, 3.5rem) 1rem;
    display: flex;
}
.review-grid blockquote:first-child {
    padding-left: 0;
}
.review-grid blockquote:last-child {
    border-right: 0;
    padding-right: 0;
}
.review-profile {
    align-items: center;
    gap: 1rem;
    display: flex;
}
.review-profile > img {
    background: var(--cream);
    border: 1px solid var(--line);
    object-fit: cover;
    border-radius: 50%;
    width: 64px;
    height: 64px;
}
.review-profile strong,
.review-profile small {
    display: block;
}
.review-profile strong {
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.85rem;
}
.review-profile small {
    color: var(--ink-soft);
    margin-top: 0.3rem;
    font-size: 0.8rem;
}
.review-grid blockquote > p {
    margin: 2rem 0;
    font-family: Georgia, serif;
    font-size: clamp(1.25rem, 1.8vw, 1.9rem);
    line-height: 1.45;
}
.review-grid blockquote footer {
    margin-top: auto;
}
.review-grid blockquote footer a {
    border-bottom: 1px solid var(--line);
    letter-spacing: 0.09em;
    text-transform: uppercase;
    align-items: center;
    gap: 1rem;
    padding-bottom: 0.45rem;
    font-size: 0.78rem;
    font-weight: 600;
    transition: gap 0.2s;
    display: inline-flex;
}
.review-grid blockquote footer a:hover {
    gap: 1.35rem;
}
.application-cta {
    color: var(--white);
    background: #303638;
    grid-template-columns: minmax(300px, 0.9fr) minmax(380px, 1.1fr);
    align-items: center;
    gap: clamp(3rem, 10vw, 12rem);
    display: grid;
}
.application-cta .eyebrow {
    margin-bottom: 2rem;
}
.application-cta__actions > p {
    color: #fffdfab3;
    max-width: 650px;
    font-size: 1.05rem;
    line-height: 1.8;
}
.application-cta__actions > div {
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
    display: flex;
}
.contact {
    grid-template-columns: minmax(300px, 0.78fr) minmax(380px, 1.22fr);
    gap: clamp(4rem, 10vw, 12rem);
    display: grid;
}
.contact__intro .eyebrow {
    margin-bottom: 2rem;
}
.contact__intro h2 {
    font-size: clamp(3rem, 5vw, 6rem);
}
.contact__intro > p {
    color: var(--ink-soft);
    max-width: 580px;
    margin: 2rem 0 3rem;
}
.contact__direct {
    border-top: 1px solid var(--line);
}
.contact__direct a {
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    padding: 1rem 0;
    font-size: 1rem;
    display: flex;
}
.contact__direct span {
    color: var(--ink-soft);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-size: 0.6rem;
}
.contact-form {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1.5rem;
    display: grid;
}
.contact-form label {
    display: block;
}
.contact-form label > span {
    color: var(--ink-soft);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 0.45rem;
    font-size: 0.65rem;
    display: block;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
    color: var(--ink);
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #30343659;
    border-radius: 0;
    outline: 0;
    width: 100%;
    padding: 0.6rem 0;
    transition: border-color 0.18s;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: var(--forest);
}
.contact-form select {
    cursor: pointer;
}
.contact-form textarea {
    resize: vertical;
}
.contact-form__message,
.contact-form .button,
.form-note {
    grid-column: 1/-1;
}
.contact-form .button {
    justify-self: start;
    margin-top: 0.5rem;
}
.form-note {
    color: var(--ink-soft);
    font-size: 0.78rem;
}
.form-note a {
    color: var(--ink);
    border-bottom: 1px solid;
}
.contact-form__honeypot {
    width: 0;
    position: absolute;
    left: -9999px;
    overflow: hidden;
    height: 0 !important;
}
.site-footer {
    color: var(--white);
    background: #202527;
    grid-template-columns: minmax(280px, 1fr) minmax(300px, 0.65fr);
    gap: 4rem;
    padding: clamp(4rem, 7vw, 7rem) clamp(1.25rem, 5vw, 6rem) 2rem;
    display: grid;
}
.footer-main > p {
    color: #fffdf88f;
    max-width: 470px;
    margin: 2.5rem 0;
}
.footer-contact {
    flex-direction: column;
    gap: 0.4rem;
    display: flex;
}
.footer-contact a:first-child {
    font-family: Georgia, serif;
    font-size: 1.8rem;
}
.footer-contact a:last-child {
    color: #fffdf8b3;
}
.footer-links {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    display: grid;
}
.footer-links > div {
    flex-direction: column;
    gap: 0.7rem;
    display: flex;
}
.footer-links span {
    color: var(--bronze);
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 0.7rem;
    font-size: 0.62rem;
}
.footer-links a {
    color: #fffdf8b8;
    font-size: 0.84rem;
}
.footer-bottom {
    border-top: 1px solid var(--line-light);
    color: #fffdf86b;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    grid-column: 1/-1;
    grid-template-columns: 1fr auto auto;
    gap: 1rem;
    padding-top: 1.4rem;
    font-size: 0.62rem;
    display: grid;
}
.footer-bottom a {
    color: #fffdf8c7;
}
@media (width<=1100px) {
    .site-header {
        grid-template-columns: 1fr auto;
        padding: 0 1.5rem;
    }
    .desktop-nav,
    .header-actions {
        display: none;
    }
    .mobile-nav {
        justify-self: end;
        display: block;
        position: relative;
    }
    .mobile-nav summary {
        cursor: pointer;
        width: 2.4rem;
        height: 2.4rem;
        list-style: none;
        position: relative;
    }
    .mobile-nav summary::-webkit-details-marker {
        display: none;
    }
    .mobile-nav summary span {
        background: currentColor;
        width: 1.8rem;
        height: 1px;
        transition: all 0.18s;
        position: absolute;
        top: 0.9rem;
        right: 0;
    }
    .mobile-nav summary span:last-child {
        width: 1.25rem;
        top: 1.5rem;
    }
    .mobile-nav[open] summary span {
        width: 1.8rem;
        top: 1.2rem;
        transform: rotate(45deg);
    }
    .mobile-nav[open] summary span:last-child {
        transform: rotate(-45deg);
    }
    .mobile-nav nav {
        background: var(--forest-deep);
        box-shadow: var(--shadow);
        flex-direction: column;
        min-width: min(88vw, 330px);
        max-height: calc(100svh - 5rem);
        padding: 1.5rem;
        display: flex;
        position: absolute;
        top: 3rem;
        right: 0;
        overflow-y: auto;
    }
    .mobile-nav nav a {
        border-bottom: 1px solid var(--line-light);
        letter-spacing: 0.09em;
        text-transform: uppercase;
        padding: 0.9rem 0;
        font-size: 0.84rem;
        font-weight: 600;
    }
    .mobile-nav__actions {
        padding-top: 1rem;
        display: block;
    }
    .mobile-nav__actions a {
        text-align: center;
        border-radius: 100px;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 0.2rem;
        width: 100%;
        min-height: 5rem;
        display: flex;
        border: 1px solid var(--line-light) !important;
        padding: 0.9rem 1rem !important;
    }
    .mobile-nav__actions span {
        letter-spacing: 0.08em;
        text-transform: none;
        opacity: 0.78;
        font-size: 0.7rem;
        font-weight: 400;
    }
    .mobile-nav__actions strong {
        letter-spacing: 0.12em;
        text-transform: uppercase;
        font-size: 0.92rem;
        font-weight: 600;
    }
    .amenity-story {
        grid-template-columns: 1fr;
    }
    .amenity-story__image {
        min-height: 620px;
    }
    .amenity-story__content {
        padding: 6rem 5vw;
    }
}
@media (width<=860px) {
    body {
        font-size: 16px;
    }
    .hero {
        height: 860px;
        min-height: 100svh;
    }
    .hero__image {
        object-position: 62% center;
    }
    .hero__content {
        bottom: 5rem;
        right: 1.4rem;
    }
    .hero__side-note,
    .hero__counter {
        display: none;
    }
    .hero h1 {
        font-size: clamp(3.8rem, 15vw, 6.8rem);
    }
    .hero__actions {
        flex-direction: column;
        align-items: flex-start;
    }
    .section-heading--split {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 2.5rem;
    }
    .editorial-grid {
        grid-template-columns: 1fr;
        padding-right: 0;
    }
    .editorial-grid__large {
        grid-row: auto;
    }
    .editorial-grid__small {
        margin-left: 25%;
    }
    .stat-row {
        grid-template-columns: repeat(2, 1fr);
    }
    .stat-row > div:nth-child(2) {
        border-right: 0;
    }
    .stat-row > div:nth-child(-n + 2) {
        border-bottom: 1px solid var(--line);
    }
    .information-grid {
        grid-template-columns: 1fr;
    }
    .information-actions {
        flex-direction: column;
        align-items: flex-start;
    }
    .rental-choice {
        grid-template-columns: 1fr;
    }
    .rental-choice > p {
        text-align: left;
        margin-top: -1rem;
    }
    .residence-group__heading {
        flex-direction: column;
        align-items: flex-start;
    }
    .featured-listings,
    .featured-listings--compact {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .floorplan {
        grid-template-columns: 1fr;
    }
    .reviews__header {
        flex-direction: column;
        align-items: flex-start;
    }
    .reviews__all {
        margin-bottom: 0;
    }
    .review-grid {
        grid-template-columns: 1fr;
    }
    .review-grid blockquote {
        border-bottom: 1px solid var(--line);
        border-right: 0;
        min-height: 300px;
        padding: 2rem 0;
    }
    .application-cta,
    .contact {
        grid-template-columns: 1fr;
    }
    .map-places {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .site-footer {
        grid-template-columns: 1fr;
    }
    .footer-bottom {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }
}
@media (width<=560px) {
    section[id] {
        scroll-margin-top: 5rem;
    }
    .site-header {
        min-height: 5rem;
    }
    .site-header--overlay {
        margin-bottom: -5rem;
    }
    .brand strong {
        font-size: 0.9rem;
    }
    .brand small {
        font-size: 0.58rem;
    }
    .brand-mark {
        transform-origin: 0;
        width: 32px;
        transform: scale(0.86);
    }
    .hero__content {
        bottom: 3rem;
    }
    .hero__intro {
        margin: 1.7rem 0;
        font-size: 1.05rem;
    }
    .hero .eyebrow:before {
        width: 1.5rem;
    }
    .button {
        gap: 1.4rem;
        min-height: 3.3rem;
        padding: 0.2rem 1.35rem;
    }
    .section {
        padding-top: 5.5rem;
        padding-bottom: 5.5rem;
    }
    h2 {
        font-size: clamp(2.65rem, 13vw, 4rem);
    }
    .editorial-grid__large img {
        aspect-ratio: 0.9;
    }
    .editorial-grid__small {
        margin-left: 12%;
    }
    .stat-row > div {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }
    .information-grid article {
        padding: 2rem 1.25rem;
    }
    .rental-choice {
        margin-left: -0.35rem;
        margin-right: -0.35rem;
        padding: 1.5rem;
    }
    .rental-choice nav {
        grid-template-columns: 1fr;
    }
    .rental-choice__option {
        min-height: 145px;
    }
    .rental-choice > p {
        margin-top: 0;
    }
    .residence-group__heading {
        gap: 1.5rem;
    }
    .featured-listings {
        grid-template-columns: 1fr;
        gap: 3.5rem;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        display: grid;
    }
    .listing-card__image img {
        aspect-ratio: 1.28;
    }
    .listing-card__content > div {
        align-items: flex-start;
        gap: 1rem;
    }
    .amenity-story__image {
        min-height: 520px;
    }
    .amenity-story__image > div {
        bottom: 2rem;
        left: 1.25rem;
    }
    .amenity-story__content {
        padding: 5rem 1.25rem;
    }
    .amenity-list > div {
        grid-template-columns: 2rem 1fr;
    }
    .amenity-list p {
        grid-column: 2;
    }
    .floorplan {
        gap: 4rem;
    }
    .floorplan__visual {
        aspect-ratio: 1/0.85;
        margin: 0 -0.5rem;
        padding: 4%;
    }
    .map-art {
        margin-left: -0.65rem;
        margin-right: -0.65rem;
        overflow: hidden;
    }
    .map-canvas {
        width: 150%;
        margin-left: -20%;
    }
    .map-canvas > img {
        width: 100%;
        min-width: 650px;
    }
    .map-places {
        grid-template-columns: 1fr;
        padding: 0.9rem 0.3rem 0.3rem;
    }
    .map-places a {
        min-height: 72px;
    }
    .map-legend {
        flex-direction: column;
        align-items: stretch;
        padding: 0.7rem 0.3rem 0.2rem;
    }
    .map-directions {
        width: 100%;
        min-width: 0;
    }
    .application-cta__actions > div {
        flex-direction: column;
        align-items: stretch;
    }
    .application-cta__actions .button {
        width: 100%;
    }
    .contact-form {
        grid-template-columns: 1fr;
    }
    .contact-form__message,
    .contact-form .button,
    .form-note {
        grid-column: auto;
    }
    .footer-links {
        grid-template-columns: 1fr;
    }
}
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
    *,
    :before,
    :after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
.button {
    font-size: 0.91rem;
}
.hero__side-note span,
.hero__counter span,
.editorial-grid__large figcaption,
.information-grid article > span {
    font-size: 0.8rem;
}
.map-legend__address > span {
    font-size: 0.74rem;
}
.map-legend__address > small {
    font-size: 0.76rem;
}
.review-grid blockquote strong {
    font-size: 0.85rem;
}
.review-grid blockquote small {
    font-size: 0.8rem;
}
.inner-hero {
    background: var(--forest);
    color: var(--white);
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
    align-items: end;
    gap: clamp(3rem, 10vw, 12rem);
    min-height: 620px;
    padding: clamp(6rem, 12vw, 11rem) clamp(1.25rem, 5vw, 6rem) clamp(4rem, 7vw, 7rem);
    display: grid;
    position: relative;
    overflow: hidden;
}
.inner-hero:before,
.inner-hero:after {
    content: "";
    border: 1px solid #fffdf821;
    border-radius: 50%;
    position: absolute;
}
.inner-hero:before {
    width: 520px;
    height: 520px;
    top: -230px;
    right: -120px;
}
.inner-hero:after {
    width: 240px;
    height: 240px;
    top: 80px;
    right: 160px;
}
.inner-hero > div,
.inner-hero > p {
    z-index: 1;
    position: relative;
}
.inner-hero .eyebrow {
    margin-bottom: 2rem;
}
.inner-hero h1 {
    font-size: clamp(4rem, 7vw, 8rem);
}
.inner-hero > p {
    color: #fffdf8ad;
    max-width: 540px;
    font-size: 1.08rem;
    line-height: 1.8;
}
.inner-hero--residents {
    background: linear-gradient(135deg, #293033, #56615f);
}
.catalog-intro {
    border-bottom: 1px solid var(--line-light);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1.2rem;
    font-size: 0.74rem;
    display: flex;
}
.catalog-intro p {
    color: #fffdf880;
}
.all-listings {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(4rem, 7vw, 8rem) clamp(1.5rem, 3vw, 3.5rem);
    margin-top: clamp(4rem, 7vw, 7rem);
    display: grid;
}
.catalog-choice {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 3rem;
    display: grid;
}
.catalog-choice a {
    border: 1px solid var(--line-light);
    background: #fffdf812;
    grid-template-columns: 1fr auto;
    min-height: 160px;
    padding: 1.5rem;
    transition:
        background 0.25s,
        transform 0.25s;
    display: grid;
}
.catalog-choice a:hover {
    background: #fffdf81f;
    transform: translateY(-3px);
}
.catalog-choice span {
    letter-spacing: 0.13em;
    text-transform: uppercase;
    grid-column: 1/-1;
    font-size: 0.85rem;
    font-weight: 600;
}
.catalog-choice strong {
    align-self: end;
    font-family:
        Cinzel Decorative,
        Georgia,
        serif;
    font-size: clamp(1.35rem, 2vw, 2.2rem);
    font-weight: 400;
}
.catalog-choice b,
.catalog-choice__arrow {
    align-self: end;
    font-size: 1.4rem;
    font-weight: 400;
}
.catalog-group {
    padding-top: clamp(6rem, 9vw, 9rem);
    scroll-margin-top: 7rem;
}
.catalog-group + .catalog-group {
    border-top: 1px solid var(--line-light);
    margin-top: clamp(6rem, 9vw, 9rem);
}
.catalog-group__heading {
    justify-content: space-between;
    align-items: end;
    gap: 3rem;
    display: flex;
}
.catalog-group__heading h2 {
    font-size: clamp(2.5rem, 4.5vw, 5.5rem);
}
.catalog-group__heading p {
    color: #fffdf8ad;
    max-width: 560px;
    font-size: 1.08rem;
    line-height: 1.7;
}
.residence-hero {
    background: var(--forest-deep);
    color: var(--white);
    height: min(850px, 100svh - 6rem);
    min-height: 680px;
    position: relative;
    overflow: hidden;
}
.residence-hero > img {
    filter: brightness(1.08) saturate(1.04);
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}
.residence-hero__shade {
    background: linear-gradient(90deg, #14191b7a 0%, #1a1f2140 48%, #1a1f2114 100%), linear-gradient(#1217190a 28%, #12171966 100%);
    position: absolute;
    inset: 0;
}
.residence-hero__content {
    text-shadow:
        0 3px 15px #000000c7,
        0 1px 2px #000000e6;
    z-index: 2;
    max-width: 860px;
    position: absolute;
    bottom: clamp(4rem, 9vh, 7rem);
    left: clamp(1.25rem, 6vw, 6rem);
}
.back-link {
    border-bottom: 1px solid var(--line-light);
    letter-spacing: 0.13em;
    text-transform: uppercase;
    margin-bottom: 3rem;
    padding-bottom: 0.5rem;
    font-size: 0.76rem;
    display: inline-block;
}
.residence-hero__content .eyebrow {
    margin-bottom: 1.5rem;
}
.residence-hero h1 {
    font-size: clamp(5rem, 10vw, 11rem);
}
.residence-hero__content > p:last-child {
    max-width: 680px;
    margin-top: 1.6rem;
    font-family: Georgia, serif;
    font-size: clamp(1.2rem, 2vw, 2rem);
    line-height: 1.5;
}
.residence-hero__facts {
    text-align: right;
    z-index: 2;
    flex-direction: column;
    gap: 0.65rem;
    display: flex;
    position: absolute;
    bottom: clamp(4rem, 9vh, 7rem);
    right: clamp(1.25rem, 4vw, 4rem);
}
.residence-hero__facts span {
    border-bottom: 1px solid var(--line-light);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding-bottom: 0.45rem;
    font-size: 0.7rem;
}
.residence-intro {
    grid-template-columns: 1.3fr 0.7fr;
    align-items: end;
    gap: clamp(4rem, 12vw, 15rem);
    display: grid;
}
.residence-intro .eyebrow {
    margin-bottom: 2rem;
}
.residence-intro > div:last-child {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    display: flex;
}
.residence-intro > div:last-child > p {
    color: var(--ink-soft);
    font-size: 1.12rem;
    line-height: 1.8;
}
.residence-gallery {
    background: radial-gradient(circle at 82% 12%, #9588d021, #0000 29%), linear-gradient(145deg, #f2ebdf 0%, #e8e2d7 100%);
}
.gallery-heading {
    border-bottom: 1px solid #30343629;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 2.5rem;
    padding-bottom: 1.35rem;
    display: flex;
}
.gallery-heading span {
    color: var(--ink-soft);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 0.7rem;
}
.gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(0.85rem, 1.25vw, 1.25rem);
    display: grid;
}
.gallery__item {
    aspect-ratio: 4/3;
    cursor: pointer;
    isolation: isolate;
    background: #e8e2d7;
    border: 0;
    margin: 0;
    padding: 0;
    transition:
        box-shadow 0.45s cubic-bezier(0.2, 0.75, 0.2, 1),
        transform 0.45s cubic-bezier(0.2, 0.75, 0.2, 1);
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
    box-shadow: 0 12px 34px #2b303214;
}
.gallery__item:after {
    content: "";
    opacity: 0.3;
    pointer-events: none;
    z-index: 2;
    background: linear-gradient(#0000 56%, #151b1cb8);
    transition: opacity 0.45s;
    position: absolute;
    inset: 0;
}
.gallery__photo,
.gallery__item > img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    transition:
        filter 0.75s cubic-bezier(0.2, 0.75, 0.2, 1),
        transform 0.85s cubic-bezier(0.2, 0.75, 0.2, 1);
}
.gallery__item:hover {
    transform: translateY(-5px);
    box-shadow: 0 28px 65px #2b303233;
}
.gallery__item:hover:after {
    opacity: 0.92;
}
.gallery__item:hover .gallery__photo,
.gallery__item:hover > img {
    filter: saturate(1.07) contrast(1.02);
    transform: scale(1.035);
}
.gallery__item:focus-visible {
    outline: 3px solid var(--violet);
    outline-offset: 4px;
    z-index: 2;
}
.gallery__hover {
    color: var(--white);
    opacity: 0;
    text-shadow: 0 2px 12px #000000b3;
    z-index: 3;
    justify-content: space-between;
    align-items: end;
    padding: 1.2rem;
    transition:
        opacity 0.35s,
        transform 0.45s cubic-bezier(0.2, 0.75, 0.2, 1);
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(10px);
}
.gallery__hover small {
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 0.82rem;
    font-weight: 600;
}
.gallery__hover b,
.gallery__arrow {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
}
.gallery__item:hover .gallery__hover,
.gallery__item:focus-visible .gallery__hover {
    opacity: 1;
    transform: translateY(0);
}
.lightbox {
    z-index: 1000;
    background: radial-gradient(circle at 50% 45%, #5a507829, #0000 42%), #111415fa;
    grid-template-columns: 5rem minmax(0, 1fr) 5rem;
    align-items: center;
    padding: 2rem;
    display: grid;
    position: fixed;
    inset: 0;
    overflow: hidden;
}
.lightbox:before {
    content: "";
    pointer-events: none;
    border: 1px solid #ffffff14;
    position: absolute;
    inset: 1rem;
}
.lightbox figure {
    min-width: 0;
    height: calc(100vh - 4rem);
}
.lightbox__figure--next {
    animation: 0.42s cubic-bezier(0.2, 0.72, 0.2, 1) gallery-enter-next;
}
.lightbox__figure--previous {
    animation: 0.42s cubic-bezier(0.2, 0.72, 0.2, 1) gallery-enter-previous;
}
.lightbox figure img {
    object-fit: contain;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    height: calc(100% - 3rem);
    margin: auto;
}
.lightbox figcaption {
    color: var(--white);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    justify-content: space-between;
    padding-top: 1rem;
    font-size: 0.78rem;
    display: flex;
}
.lightbox button {
    color: var(--white);
    cursor: pointer;
    z-index: 2;
    background: #ffffff09;
    border: 1px solid #ffffff47;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.4rem;
    transition:
        background 0.2s,
        border-color 0.2s,
        transform 0.2s;
    display: flex;
}
.lightbox button:hover {
    background: #ffffff1f;
    border-color: #ffffffb3;
    transform: scale(1.06);
}
.lightbox button:focus-visible {
    outline: 3px solid var(--violet-light);
    outline-offset: 3px;
}
.lightbox__close {
    position: absolute;
    top: 2rem;
    right: 2rem;
}
.lightbox__previous,
.lightbox__next {
    justify-self: center;
}
@keyframes gallery-enter-next {
    0% {
        filter: blur(7px);
        opacity: 0;
        transform: translate(4%) scale(0.985);
    }
    to {
        filter: blur();
        opacity: 1;
        transform: translate(0) scale(1);
    }
}
@keyframes gallery-enter-previous {
    0% {
        filter: blur(7px);
        opacity: 0;
        transform: translate(-4%) scale(0.985);
    }
    to {
        filter: blur();
        opacity: 1;
        transform: translate(0) scale(1);
    }
}
.residence-details {
    grid-template-columns: minmax(300px, 0.7fr) minmax(500px, 1.3fr);
    gap: clamp(4rem, 10vw, 12rem);
    display: grid;
}
.residence-details__intro .eyebrow {
    margin-bottom: 2rem;
}
.residence-detail-list {
    border-top: 1px solid var(--line-light);
}
.residence-detail-list > div {
    border-bottom: 1px solid var(--line-light);
    grid-template-columns: 3rem 0.7fr 1.3fr;
    gap: 1.5rem;
    padding: 1.5rem 0;
    display: grid;
}
.residence-detail-list span {
    color: var(--bronze);
    font-family: Georgia, serif;
}
.residence-detail-list h3 {
    font-family:
        Cinzel Decorative,
        Georgia,
        serif;
    font-size: 1.1rem;
    font-weight: 400;
}
.residence-detail-list p {
    color: #fffdf89e;
    font-size: 0.94rem;
}
.residence-application {
    color: var(--white);
    background: #303638;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    gap: clamp(3rem, 10vw, 12rem);
    padding: clamp(5rem, 8vw, 8rem) clamp(1.25rem, 5vw, 6rem);
    display: grid;
}
.residence-application .eyebrow {
    margin-bottom: 2rem;
}
.residence-application__actions > p {
    color: #fffdfab3;
    max-width: 620px;
    margin-bottom: 2rem;
    font-size: 1.05rem;
    line-height: 1.8;
}
.residence-contact {
    grid-template-columns: 0.75fr 1.25fr;
    gap: clamp(4rem, 10vw, 12rem);
    display: grid;
}
.residence-contact > div:first-child .eyebrow {
    margin-bottom: 2rem;
}
.residence-contact > div:first-child > p:last-child {
    color: var(--ink-soft);
    max-width: 600px;
    margin-top: 2rem;
}
.residence-next {
    background: var(--forest);
    color: var(--white);
    grid-template-columns: 1fr 1fr;
    display: grid;
}
.residence-next a {
    flex-direction: column;
    padding: 2.4rem clamp(1.25rem, 5vw, 6rem);
    display: flex;
}
.residence-next a:last-child {
    border-left: 1px solid var(--line-light);
    align-items: flex-end;
}
.residence-next span {
    letter-spacing: 0.14em;
    opacity: 0.6;
    text-transform: uppercase;
    font-size: 0.68rem;
}
.residence-next strong {
    margin-top: 0.4rem;
    font-family:
        Cinzel Decorative,
        Georgia,
        serif;
    font-size: clamp(1.4rem, 2vw, 2.4rem);
    font-weight: 400;
}
.resource-nav {
    background: var(--cream);
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
    padding-top: clamp(3rem, 5vw, 5rem);
    padding-bottom: clamp(3rem, 5vw, 5rem);
    display: grid;
}
.resource-nav a {
    background: var(--white);
    border: 1px solid var(--line);
    grid-template-columns: 1fr auto;
    min-height: 180px;
    padding: 1.5rem;
    transition:
        transform 0.2s,
        box-shadow 0.2s;
    display: grid;
}
.resource-nav a:hover {
    box-shadow: var(--shadow);
    transform: translateY(-3px);
}
.resource-nav span {
    color: var(--forest);
    letter-spacing: 0.13em;
    text-transform: uppercase;
    grid-column: 1/-1;
    font-size: 0.72rem;
    font-weight: 600;
}
.resource-nav strong {
    align-self: end;
    font-family:
        Cinzel Decorative,
        Georgia,
        serif;
    font-size: 1.08rem;
    font-weight: 400;
    line-height: 1.35;
}
.resource-nav b {
    align-self: end;
    font-size: 1.3rem;
    font-weight: 400;
}
.resident-service {
    grid-template-columns: 0.8fr 1.2fr;
    gap: clamp(4rem, 10vw, 12rem);
    display: grid;
}
.resident-service__intro .eyebrow,
.resident-payment .eyebrow,
.resident-downloads .eyebrow {
    margin-bottom: 2rem;
}
.resident-service__intro > p:last-child,
.resident-downloads > div:first-child > p:last-child {
    color: var(--ink-soft);
    max-width: 560px;
    margin-top: 2rem;
}
.resident-payment {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: clamp(4rem, 12vw, 15rem);
    display: grid;
}
.payment-card {
    border: 1px solid var(--line-light);
    background: #fffdf812;
    padding: clamp(2rem, 5vw, 5rem);
}
.payment-card h3 {
    font-family:
        Cinzel Decorative,
        Georgia,
        serif;
    font-size: clamp(1.6rem, 2.5vw, 2.8rem);
    font-weight: 400;
}
.payment-card p {
    color: #fffdf8a6;
    margin: 1.5rem 0 2rem;
}
.resident-downloads {
    grid-template-columns: 1fr 1fr;
    gap: clamp(4rem, 12vw, 15rem);
    display: grid;
}
.download-list {
    border-top: 1px solid var(--line);
}
.download-list a {
    border-bottom: 1px solid var(--line);
    grid-template-columns: 1fr auto 2rem;
    align-items: center;
    gap: 1rem;
    padding: 1.4rem 0;
    display: grid;
}
.download-list span {
    font-family:
        Cinzel Decorative,
        Georgia,
        serif;
}
.download-list small {
    color: var(--ink-soft);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 0.73rem;
}
.download-list strong {
    font-size: 1.4rem;
    font-weight: 400;
}
@media (width<=900px) {
    .inner-hero {
        grid-template-columns: 1fr;
        align-items: start;
        min-height: 560px;
    }
    .all-listings {
        grid-template-columns: repeat(2, 1fr);
    }
    .catalog-group__heading {
        flex-direction: column;
        align-items: flex-start;
    }
    .resource-nav {
        grid-template-columns: repeat(2, 1fr);
    }
    .residence-hero__facts {
        display: none;
    }
    .residence-intro,
    .residence-details,
    .residence-application,
    .residence-contact,
    .resident-service,
    .resident-payment,
    .resident-downloads {
        grid-template-columns: 1fr;
    }
    .gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lightbox {
        grid-template-columns: 3.5rem minmax(0, 1fr) 3.5rem;
        padding: 1rem;
    }
    .lightbox figure {
        height: calc(100vh - 2rem);
    }
    .residence-detail-list > div {
        grid-template-columns: 2.5rem 0.8fr 1.2fr;
    }
}
@media (width<=560px) {
    .inner-hero {
        min-height: 520px;
        padding-top: 7rem;
    }
    .inner-hero h1 {
        font-size: clamp(3.3rem, 15vw, 5rem);
    }
    .catalog-choice {
        grid-template-columns: 1fr;
    }
    .catalog-choice a {
        min-height: 140px;
    }
    .all-listings {
        flex-direction: column;
        display: flex;
    }
    .resource-nav {
        grid-template-columns: 1fr;
    }
    .resource-nav a {
        min-height: 145px;
    }
    .residence-hero {
        height: 750px;
        min-height: 100svh;
    }
    .residence-hero > img {
        object-position: center;
    }
    .residence-hero__shade {
        background: linear-gradient(#14191b0f 22%, #14191b8c);
    }
    .residence-hero h1 {
        font-size: clamp(4.5rem, 24vw, 7rem);
    }
    .residence-hero__content {
        bottom: 3rem;
    }
    .back-link {
        margin-bottom: 2rem;
    }
    .gallery {
        grid-template-columns: 1fr;
    }
    .gallery__hover {
        padding: 0.85rem;
    }
    .gallery__hover small {
        font-size: 0.72rem;
    }
    .lightbox {
        padding: 1rem;
        display: block;
    }
    .lightbox:before {
        inset: 0.5rem;
    }
    .lightbox figure {
        height: calc(100vh - 2rem);
        padding: 4rem 0;
    }
    .lightbox figure img {
        height: calc(100% - 3rem);
    }
    .lightbox__previous,
    .lightbox__next {
        position: absolute;
        bottom: 1.5rem;
    }
    .lightbox__previous {
        left: 1rem;
    }
    .lightbox__next {
        right: 1rem;
    }
    .lightbox__close {
        top: 1rem;
        right: 1rem;
    }
    .residence-detail-list > div {
        grid-template-columns: 2rem 1fr;
    }
    .residence-detail-list p {
        grid-column: 2;
    }
    .residence-next a {
        padding: 1.5rem 1rem;
    }
    .residence-next strong {
        font-size: 1rem;
    }
}
body {
    font-size: 18px;
}
.hero__content {
    transform: translateY(1.1rem);
}
.section-heading--split > p,
.section-heading--split > div:last-child > p {
    font-size: 1.28rem;
    line-height: 1.75;
}
.eyebrow,
.button {
    font-size: 1rem;
}
.text-link {
    font-size: 0.98rem;
}
.brand strong {
    font-size: 1.12rem;
}
.brand small {
    font-size: 0.84rem;
}
.desktop-nav a {
    font-size: 0.95rem;
}
.header-call {
    font-size: 1rem;
}
.header-call span {
    font-size: 0.82rem;
}
.mobile-nav nav a {
    font-size: 1rem;
}
.hero__intro {
    font-size: clamp(1.22rem, 1.5vw, 1.48rem);
}
.hero__side-note span,
.hero__counter span,
.editorial-grid__large figcaption {
    font-size: 0.9rem;
}
.editorial-grid__copy p,
.amenity-intro > p:last-child,
.floorplan__copy > p,
.contact__intro > p,
.footer-main > p {
    font-size: 1.08rem;
}
.stat-row span,
.information-grid article > span {
    font-size: 0.92rem;
}
.information-grid p {
    font-size: 1.08rem;
}
.information-grid .information-note {
    font-size: 1rem;
}
.listing-card__content span {
    font-size: 0.88rem;
}
.listing-card__content p {
    font-size: 1.05rem;
}
.listing-card__content > a,
.amenity-story__image span {
    font-size: 0.92rem;
}
.amenity-list p {
    font-size: 1rem;
}
.floorplan__copy li {
    font-size: 0.98rem;
}
.floorplan__label {
    font-size: 0.78rem;
}
.map-places strong,
.map-place__name {
    font-size: 1.08rem;
}
.map-places small,
.map-legend__address > span,
.map-legend__address > small {
    font-size: 0.9rem;
}
.map-directions > span {
    font-size: 0.94rem;
}
.map-directions small {
    font-size: 0.76rem;
}
.review-profile strong {
    font-size: 0.98rem;
}
.review-profile small {
    font-size: 0.93rem;
}
.review-grid blockquote footer a {
    font-size: 0.9rem;
}
.application-cta__actions > p {
    font-size: 1.18rem;
}
.contact__direct span {
    font-size: 0.82rem;
}
.contact-form label > span {
    font-size: 0.86rem;
}
.form-note {
    font-size: 0.96rem;
}
.footer-links span {
    font-size: 0.82rem;
}
.footer-links a {
    font-size: 1rem;
}
.footer-bottom {
    font-size: 0.82rem;
}
.catalog-intro {
    font-size: 0.9rem;
}
.back-link {
    font-size: 0.92rem;
}
.residence-hero__facts span,
.gallery-heading span,
.gallery__hover small {
    font-size: 0.88rem;
}
.lightbox figcaption {
    font-size: 0.9rem;
}
.residence-detail-list p {
    font-size: 1.05rem;
}
.residence-next span {
    font-size: 0.84rem;
}
.resource-nav span {
    font-size: 0.88rem;
}
.download-list small {
    font-size: 0.9rem;
}
@media (width<=560px) {
    body {
        font-size: 17px;
    }
    .brand strong {
        font-size: 1rem;
    }
    .brand small {
        font-size: 0.72rem;
    }
    .section-heading--split > p,
    .section-heading--split > div:last-child > p {
        font-size: 1.18rem;
    }
    .hero__content {
        transform: translateY(0.6rem);
    }
    .hero__intro {
        font-size: 1.16rem;
    }
}
.amenity-list > div,
.residence-detail-list > div {
    grid-template-columns: 1.35rem 0.7fr 1.3fr;
}
.amenity-list > div > span,
.residence-detail-list > div > span {
    background: var(--violet-light);
    border-radius: 50%;
    width: 0.48rem;
    height: 0.48rem;
    margin-top: 0.55rem;
    display: block;
    box-shadow: 0 0 0 6px #9588d01f;
}
.residence-detail-list > div > span {
    box-shadow: 0 0 0 6px #9588d029;
}
.scroll-progress {
    --scroll-progress: 0;
    background: linear-gradient(90deg, var(--violet-light), #6373b7, var(--bronze));
    pointer-events: none;
    height: 3px;
    transform: scaleX(var(--scroll-progress));
    transform-origin: 0;
    z-index: 100;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}
.motion-ready .reveal-item {
    opacity: 0;
    transition:
        opacity 0.72s cubic-bezier(0.2, 0.7, 0.2, 1) var(--reveal-delay, 0s),
        transform 0.82s cubic-bezier(0.2, 0.7, 0.2, 1) var(--reveal-delay, 0s);
    transform: translateY(30px);
}
.motion-ready .reveal-item.is-visible {
    opacity: 1;
    transform: translate(0);
}
.motion-ready .listing-card.reveal-item,
.motion-ready .information-grid article.reveal-item,
.motion-ready .resource-nav a.reveal-item {
    transition-property: opacity, transform, box-shadow;
}
.listing-card {
    transition: transform 0.35s;
}
.listing-card:hover {
    transform: translateY(-7px);
}
.information-grid article {
    background: #fffdfa29;
    transition: background 0.35s;
}
.information-grid article:hover {
    background: #fffdfab8;
}
.section-heading h2 em {
    filter: drop-shadow(0 10px 22px #4b467e21);
}
@media (width<=860px) {
    .hero {
        height: 88svh;
        min-height: 700px;
        max-height: 780px;
    }
    .hero__image {
        object-position: center center;
    }
    .hero__content {
        max-width: calc(100% - 2.8rem);
        bottom: 2.5rem;
    }
    .residence-hero {
        height: 90svh;
        min-height: 700px;
        max-height: 780px;
    }
    .listing-card:hover {
        transform: none;
    }
}
@media (width<=560px) {
    .amenity-list > div,
    .residence-detail-list > div {
        grid-template-columns: 1.25rem 1fr;
    }
    .amenity-list p,
    .residence-detail-list p {
        grid-column: 2;
    }
    .gallery-heading {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.65rem;
    }
    .gallery-heading span {
        font-size: 0.92rem;
    }
    .scroll-progress {
        height: 2px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .reveal-item {
        opacity: 1 !important;
        transform: none !important;
    }
    .scroll-progress {
        display: none;
    }
    .gallery__item,
    .gallery__item img,
    .gallery__hover {
        transition: none !important;
    }
    .lightbox__figure--next,
    .lightbox__figure--previous {
        animation: none;
    }
}
.stay-benefits {
    border-bottom: 1px solid var(--line);
    border-top: 1px solid var(--line);
    gap: 0.85rem;
    margin: 1.5rem 0 0;
    padding: 1.25rem 0;
    list-style: none;
    display: grid;
}
.stay-benefits li {
    color: var(--ink-soft);
    padding-left: 1.5rem;
    font-size: 1.08rem;
    line-height: 1.65;
    position: relative;
}
.stay-benefits li:before {
    background: var(--violet-light);
    content: "";
    border-radius: 50%;
    width: 0.48rem;
    height: 0.48rem;
    position: absolute;
    top: 0.62rem;
    left: 0.1rem;
}
.stay-benefits strong {
    color: var(--ink);
}
.rental-choice__option {
    color: var(--white);
    isolation: isolate;
    text-shadow: 0 2px 12px #000000e0;
    background: #273533;
    position: relative;
    overflow: hidden;
}
.rental-choice__option:after {
    content: "";
    z-index: -1;
    background: linear-gradient(#111b191f, #111b19ad);
    position: absolute;
    inset: 0;
}
.rental-choice__option > img {
    filter: brightness(1.08);
    object-fit: cover;
    z-index: -2;
    width: 100%;
    height: 100%;
    transition: transform 0.7s cubic-bezier(0.2, 0.75, 0.2, 1);
    position: absolute;
    inset: 0;
}
.rental-choice__option:hover > img {
    transform: scale(1.045);
}
.rental-choice__option--unfurnished:after {
    background: linear-gradient(#1c1f1f1c, #1c1f1fa3);
}
.rental-choice__option span,
.rental-choice__option strong,
.rental-choice__option b,
.rental-choice__arrow {
    z-index: 1;
    position: relative;
}
.catalog-choice a {
    color: var(--white);
    isolation: isolate;
    text-shadow: 0 2px 12px #000000e0;
    background: #273533;
    position: relative;
    overflow: hidden;
}
.catalog-choice a:after {
    content: "";
    z-index: -1;
    background: linear-gradient(#111b1933, #111b19d6);
    position: absolute;
    inset: 0;
}
.catalog-choice a > img {
    object-fit: cover;
    z-index: -2;
    width: 100%;
    height: 100%;
    transition: transform 0.7s cubic-bezier(0.2, 0.75, 0.2, 1);
    position: absolute;
    inset: 0;
}
.catalog-choice a:hover > img {
    transform: scale(1.045);
}
.catalog-choice a > span,
.catalog-choice a > strong,
.catalog-choice a > b,
.catalog-choice__arrow {
    z-index: 1;
    position: relative;
}
.partially-furnished-note {
    color: var(--ink);
    background: linear-gradient(135deg, #f5efe3, #e8efe6);
    border: 1px solid #315a4730;
    border-left: 4px solid var(--forest);
    max-width: 980px;
    margin: 1.35rem auto 0;
    padding: 1rem 1.2rem;
    box-shadow: 0 12px 30px #203d2e12;
}
.partially-furnished-note > span {
    color: var(--forest);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.76rem;
    font-weight: 700;
}
.partially-furnished-note p {
    margin: 0.4rem 0 0;
    line-height: 1.55;
}
.rental-choice .partially-furnished-note {
    grid-column: 1 / -1;
    margin-top: 0;
}
.rental-choice .partially-furnished-note + p {
    margin-top: 0;
}
.map-hotspots {
    pointer-events: none;
    position: absolute;
    inset: 0;
}
.map-hotspot {
    pointer-events: auto;
    z-index: 2;
    border-radius: 50%;
    width: 2.25rem;
    height: 2.25rem;
    position: absolute;
    transform: translate(-50%, -50%);
}
.map-hotspot:focus-visible {
    outline-offset: 2px;
    background: #fffdf87a;
    outline: 3px solid #17604a;
}
.map-hotspot--labeled {
    width: max-content;
    height: 2.25rem;
    border-radius: 999px;
    display: flex;
    align-items: center;
    gap: 0.45rem;
    color: #164735;
    text-decoration: none;
    transform: translate(-1.125rem, -50%);
}
.map-hotspot__disc {
    width: 2.25rem;
    height: 2.25rem;
    flex: 0 0 2.25rem;
    color: #164735;
    background: rgba(247, 248, 239, 0.96);
    border: 2px solid #164735;
    border-radius: 50%;
    display: grid;
    place-items: center;
    box-shadow: 0 0 0 2px rgba(247, 248, 239, 0.72), 0 2px 7px #16473524;
}
.map-hotspot__disc svg {
    width: 1.05rem;
    height: 1.05rem;
    fill: currentColor;
}
.map-hotspot__label {
    max-width: 9.8rem;
    padding: 0.22rem 0.48rem 0.25rem;
    color: #164735;
    background: rgba(247, 248, 239, 0.88);
    border-radius: 0.35rem;
    font-family: Georgia, serif;
    font-size: clamp(0.72rem, 1.15vw, 1rem);
    font-weight: 700;
    line-height: 1.05;
    text-shadow: 0 1px 0 #fff;
}
.map-hotspot--labeled:hover .map-hotspot__disc {
    background: #e8eedf;
    box-shadow: 0 0 0 2px rgba(247, 248, 239, 0.82), 0 3px 10px #16473535;
}
.map-hotspot--menards .map-hotspot__disc {
    background: rgba(247, 248, 239, 0.96);
}
.map-hotspot--regal .map-hotspot__label {
    max-width: 10rem;
}
@media (width<=560px) {
    .stay-benefits li {
        font-size: 1.02rem;
    }
    .rental-choice__option {
        min-height: 175px;
    }
    .map-canvas {
        width: 100%;
        margin-left: 0;
    }
    .map-canvas > img {
        width: 100%;
        min-width: 0;
    }
    .map-hotspot {
        width: 1.9rem;
        height: 1.9rem;
    }
    .map-hotspot--labeled {
        width: max-content;
        height: 1.9rem;
        gap: 0.25rem;
        transform: translate(-0.95rem, -50%);
    }
    .map-hotspot__disc {
        width: 1.9rem;
        height: 1.9rem;
        flex-basis: 1.9rem;
        border-width: 2px;
    }
    .map-hotspot__disc svg {
        width: 0.9rem;
        height: 0.9rem;
    }
    .map-hotspot__label {
        max-width: 7rem;
        padding-inline: 0.32rem;
        font-size: 0.58rem;
    }
}
@media (width>=861px) {
    body {
        font-size: 19px;
    }
    .site-header {
        min-height: 6.4rem;
    }
    .site-header--overlay {
        margin-bottom: -6.4rem;
    }
    .brand strong {
        font-size: 1.18rem;
    }
    .brand small {
        font-size: 0.9rem;
    }
    .desktop-nav {
        gap: clamp(0.55rem, 0.75vw, 1rem);
    }
    .desktop-nav a {
        letter-spacing: 0.055em;
        font-size: 0.92rem;
    }
    .header-call {
        font-size: 1.05rem;
    }
    .header-call span {
        font-size: 0.88rem;
    }
    .header-contact {
        font-size: 0.93rem;
    }
    .eyebrow {
        font-size: 1.05rem;
    }
    .button {
        font-size: 1.03rem;
    }
    .text-link {
        font-size: 1.02rem;
    }
    .hero__intro {
        font-size: clamp(1.32rem, 1.55vw, 1.56rem);
    }
    .hero__side-note span,
    .hero__counter span {
        font-size: 0.98rem;
    }
    .section-heading--split > p,
    .section-heading--split > div:last-child > p {
        font-size: 1.34rem;
    }
    .editorial-grid__large figcaption {
        font-size: 0.98rem;
    }
    .editorial-grid__copy p,
    .amenity-intro > p:last-child,
    .floorplan__copy > p,
    .contact__intro > p,
    .footer-main > p {
        font-size: 1.14rem;
    }
    .stat-row span,
    .information-grid article > span,
    .listing-card__content span,
    .amenity-story__image span {
        font-size: 0.98rem;
    }
    .information-grid p {
        font-size: 1.14rem;
    }
    .information-grid .information-note {
        font-size: 1.08rem;
    }
    .listing-card__content p {
        font-size: 1.1rem;
    }
    .listing-card__content > a {
        font-size: 1rem;
    }
    .amenity-list p,
    .floorplan__copy li {
        font-size: 1.06rem;
    }
    .map-places small,
    .map-legend__address > span,
    .map-legend__address > small {
        font-size: 0.96rem;
    }
    .map-directions > span {
        font-size: 1rem;
    }
    .map-directions small {
        font-size: 0.84rem;
    }
    .review-profile strong {
        font-size: 1.05rem;
    }
    .review-profile small {
        font-size: 1rem;
    }
    .review-grid blockquote footer a {
        font-size: 0.98rem;
    }
    .contact__direct span,
    .contact-form label > span,
    .footer-links span {
        font-size: 0.9rem;
    }
    .form-note {
        font-size: 1.03rem;
    }
    .footer-links a {
        font-size: 1.06rem;
    }
    .footer-bottom {
        font-size: 0.9rem;
    }
    .inner-hero > p,
    .catalog-group__heading p,
    .residence-intro > div:last-child > p {
        font-size: 1.18rem;
    }
    .catalog-intro,
    .back-link,
    .residence-hero__facts span,
    .gallery-heading span,
    .gallery__hover small,
    .lightbox figcaption,
    .resource-nav span,
    .download-list small {
        font-size: 0.98rem;
    }
    .residence-detail-list p {
        font-size: 1.12rem;
    }
    .residence-next span {
        font-size: 0.92rem;
    }
}
@media (width>=1101px) and (width<=1380px) {
    .site-header {
        column-gap: clamp(0.65rem, 1vw, 1rem);
        padding-inline: clamp(0.85rem, 1.5vw, 1.3rem);
    }
    .brand {
        gap: 0.7rem;
    }
    .brand-mark {
        width: 32px;
        height: 38px;
        transform: scale(0.9);
        transform-origin: left center;
    }
    .brand strong {
        font-size: 1.18rem;
    }
    .brand small {
        font-size: 0.9rem;
    }
    .desktop-nav {
        gap: clamp(0.42rem, 0.65vw, 0.72rem);
    }
    .desktop-nav a {
        letter-spacing: 0.055em;
        font-size: 0.92rem;
    }
    .header-call {
        font-size: 1.05rem;
    }
    .header-call span {
        font-size: 0.88rem;
    }
}
@media (width>=1101px) {
    .site-header {
        min-height: calc(6.4rem - 10px);
    }
    .site-header--overlay {
        margin-bottom: calc(-6.4rem + 10px);
    }
}
@media (width>=1241px) and (height<=960px) {
    .hero__content {
        top: clamp(8.5rem, 15vh, 10rem);
        bottom: auto;
    }
    .hero h1 {
        margin-top: 1.25rem;
        font-size: clamp(5.2rem, 12.7vh, 7.6rem);
    }
    .hero__intro {
        margin: 1.6rem 0;
    }
    .hero__side-note {
        bottom: 4rem;
    }
}
@media (width<=560px) {
    .residence-hero__shade {
        background: linear-gradient(#14191b0f 22%, #14191b8c);
    }
    .editorial-grid__small--stairs figcaption {
        font-size: 0.76rem;
        left: 1.7rem;
        right: 0.7rem;
    }
}

/* Checkpoint 33 hero refinement: preserve the accepted optimized build while
   reducing both lines of the hero title by two visual size steps. */
.hero h1 {
    font-size: clamp(3.35rem, 6.7vw, 7.55rem);
}
@media (width<=860px) {
    .hero h1 {
        margin-top: 1.25rem;
        font-size: clamp(3rem, 12vw, 5.35rem);
    }
}
@media (width<=560px) {
    .hero__content {
        bottom: 1.8rem;
    }
    .hero__intro {
        margin: 1.15rem 0 1.3rem;
        font-size: 1.03rem;
        line-height: 1.48;
    }
    .hero__actions {
        gap: 1rem;
    }
}

/* Canopy 36 mobile hero: keep the primary rental action in the opening
   viewport and avoid bottom-anchoring the copy on phones. */
@media (width<=560px) {
    .hero {
        height: 100svh;
        min-height: 640px;
        max-height: none;
    }
    .hero__content {
        top: clamp(9.75rem, 26svh, 13rem);
        right: 1.4rem;
        bottom: auto;
        left: 1.4rem;
        max-width: none;
        transform: none;
    }
    .hero__content > .eyebrow {
        gap: 0.65rem;
        font-size: 0.86rem;
        line-height: 1.15;
    }
    .hero h1 {
        margin-top: 0.75rem;
        font-size: clamp(2.75rem, 10.8vw, 4.2rem);
        line-height: 0.92;
    }
    .hero__intro {
        margin: 0.85rem 0 0.95rem;
        max-width: 27rem;
        font-size: 0.96rem;
        line-height: 1.42;
    }
    .hero__actions {
        gap: 0.7rem;
    }
    .hero__actions .button {
        min-height: 3rem;
        font-size: 0.9rem;
    }
    .hero__actions .text-link {
        padding-bottom: 0.4rem;
        font-size: 0.82rem;
    }
}

@media (width<=560px) and (height<=680px) {
    .hero__content {
        top: 8.65rem;
    }
    .hero h1 {
        font-size: clamp(2.55rem, 10.2vw, 3.6rem);
    }
    .hero__intro {
        margin-block: 0.7rem 0.8rem;
        font-size: 0.9rem;
        line-height: 1.35;
    }
}

/* More breathing room between mobile hero sections */
@media (width <= 560px) {
    .hero h1 {
        margin-top: 2.5rem;
    }

    .hero__intro {
        margin: 2.5rem 0;
    }

    .hero__actions {
        gap: 2.35rem;
    }
}

/* Keep the spacing reasonable on shorter phones */
@media (width <= 560px) and (height <= 680px) {
    .hero h1 {
        margin-top: 1.1rem;
    }

    .hero__intro {
        margin: 1.05rem 0 1.7rem;
    }

    .hero__actions {
        gap: 2rem;
    }
}

/* Canopy 38: comparison-card alignment and listing-number restoration. */
.rental-choice__option {
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-rows: auto minmax(0, 1fr) auto;
    column-gap: 1rem;
}

.rental-choice__option > span:not(.rental-choice__arrow) {
    grid-column: 1 / -1;
    grid-row: 1;
}

.rental-choice__option > strong {
    grid-column: 2;
    grid-row: 3;
    align-self: end;
}

.rental-choice__option > .rental-choice__arrow {
    grid-column: 1;
    grid-row: 3;
    align-self: end;
}

.listing-card__content p.listing-card__title {
    color: var(--violet);
    margin-top: 0.45rem;
    margin-bottom: 0;
    font-family:
        Cinzel Decorative,
        Georgia,
        serif;
    font-size: clamp(1.45rem, 2vw, 2.35rem);
    font-weight: 400;
    line-height: 1.2;
}

/* Canopy 39: full-scale map on the left and landmark links on the right.
   Tablet and mobile retain the established stacked layout. */
@media (width > 1100px) {
    .map-art {
        grid-template-areas:
            "map places"
            "legend legend";
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        align-items: start;
        gap: clamp(0.8rem, 1vw, 1.2rem);
        display: grid;
    }

    .map-art .map-canvas {
        grid-area: map;
        width: 100%;
        margin: 0;
    }

    .map-art .map-places {
        grid-area: places;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-content: start;
        gap: clamp(0.45rem, 0.55vw, 0.7rem);
        padding: 0;
    }

    .map-art .map-places a {
        gap: clamp(0.5rem, 0.65vw, 0.8rem);
        min-height: clamp(58px, 3.35vw, 68px);
        padding: clamp(0.42rem, 0.55vw, 0.68rem) clamp(0.62rem, 0.75vw, 0.9rem);
    }

    .map-art .map-legend {
        grid-area: legend;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        align-items: stretch;
        gap: clamp(0.8rem, 1vw, 1.2rem);
        padding: 0;
        display: grid;
    }

    .map-art .map-legend__address {
        padding-inline: 0.5rem;
    }

    .map-art .map-directions {
        width: 100%;
        min-width: 0;
        background: var(--forest-deep);
    }

    .map-art .map-directions:hover {
        background: var(--ink);
    }

    .map-art .map-directions .map-place__arrow {
        color: var(--white);
    }
}

/* Canopy 41: refined map palette, readable landmark links, and uniform map markers. */
.location.section--sage {
    background: #ebe9e2;
}

.map-art {
    background: #eef0e3;
    border-color: #3034361f;
    box-shadow: 0 24px 60px #2b303219;
}

.map-art .map-places a {
    color: #282d2f;
    background: #fbfaf2;
    border-color: #30343617;
}

.map-art .map-places a:hover,
.map-art .map-places a:target {
    background: #fffdfa;
    transform: none;
}

.map-art .map-places i {
    background: #285f4c;
    border-color: #edf0e4;
    box-shadow: 0 0 0 1px #285f4c;
}

.map-art .map-place__name {
    font-size: clamp(1.16rem, 1.05vw, 1.32rem);
    line-height: 1.16;
}

.map-art .map-places small {
    color: #687072;
    font-size: clamp(0.9rem, 0.78vw, 1rem);
    line-height: 1.2;
}

.map-art .map-place__arrow {
    color: #425650;
}

/* Canopy 44: match the three added landmarks to the full-size labels and
   outlined icons that are part of the original illustrated map. */
.map-hotspot--menards,
.map-hotspot--regal,
.map-hotspot--ber-juan {
    width: max-content;
    height: clamp(1.35rem, 2.35vw, 2.9rem);
    gap: clamp(0.18rem, 0.45vw, 0.52rem);
    border-radius: 0;
    transform: translate(-50%, -50%);
}

.map-hotspot--menards .map-hotspot__disc,
.map-hotspot--regal .map-hotspot__disc,
.map-hotspot--ber-juan .map-hotspot__disc {
    width: clamp(1.35rem, 2.35vw, 2.9rem);
    height: clamp(1.35rem, 2.35vw, 2.9rem);
    flex-basis: clamp(1.35rem, 2.35vw, 2.9rem);
    color: #164735;
    background: rgba(247, 248, 239, 0.88);
    border: 2px solid #245846;
    box-shadow: none;
}

.map-hotspot--menards .map-hotspot__disc svg,
.map-hotspot--regal .map-hotspot__disc svg,
.map-hotspot--ber-juan .map-hotspot__disc svg {
    width: clamp(0.66rem, 1.15vw, 1.4rem);
    height: clamp(0.66rem, 1.15vw, 1.4rem);
}

.map-hotspot--menards .map-hotspot__label,
.map-hotspot--regal .map-hotspot__label,
.map-hotspot--ber-juan .map-hotspot__label {
    max-width: 10rem;
    padding: 0;
    color: #164735;
    background: transparent;
    border-radius: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(0.58rem, 1.22vw, 1.55rem);
    font-weight: 400;
    line-height: 1.04;
    text-shadow:
        0 0 1px #f7f8ef,
        0 1px 0 #fffdfa;
    white-space: nowrap;
}

.map-hotspot--regal .map-hotspot__label {
    max-width: 9.5rem;
    white-space: normal;
}

.map-hotspot--menards:hover .map-hotspot__disc,
.map-hotspot--regal:hover .map-hotspot__disc,
.map-hotspot--ber-juan:hover .map-hotspot__disc {
    background: rgba(247, 248, 239, 0.88);
    box-shadow: none;
}

@media (width <= 560px) {
    .map-hotspot--menards,
    .map-hotspot--regal,
    .map-hotspot--ber-juan {
        height: 0.86rem;
        gap: 0.13rem;
    }

    .map-hotspot--menards .map-hotspot__disc,
    .map-hotspot--regal .map-hotspot__disc,
    .map-hotspot--ber-juan .map-hotspot__disc {
        width: 0.86rem;
        height: 0.86rem;
        flex-basis: 0.86rem;
        border-width: 1px;
    }

    .map-hotspot--menards .map-hotspot__disc svg,
    .map-hotspot--regal .map-hotspot__disc svg,
    .map-hotspot--ber-juan .map-hotspot__disc svg {
        width: 0.43rem;
        height: 0.43rem;
    }

    .map-hotspot--menards .map-hotspot__label,
    .map-hotspot--regal .map-hotspot__label,
    .map-hotspot--ber-juan .map-hotspot__label {
        font-size: 0.45rem;
    }
}

.map-art .map-directions {
    width: min(100%, 19.5rem);
    min-width: 0;
    justify-self: end;
    padding: 0.82rem 1rem;
    background: #282d2f;
}

.map-art .map-directions:hover {
    background: #303436;
}

.map-art .map-directions > span {
    font-size: 0.68rem;
}

.map-art .map-directions small {
    font-size: 0.5rem;
}

.map-art .map-directions .map-place__arrow {
    color: #fffdfa;
}

/* Canopy 42: restore the map-above-links layout and use the selected light
   ivory color for every nearby-business link card. */
.map-art .map-places a {
    background: #f5f6ef;
    border-color: #829274;
}

.map-art .map-places a:hover,
.map-art .map-places a:target {
    background: #b4c2a7;
}

.map-art .map-places small {
    color: #3f4947;
}

@media (width > 1100px) {
    .map-art {
        display: block;
    }

    .map-art .map-canvas {
        width: 100%;
        margin: 0;
    }

    .map-art .map-places {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0.8rem;
        padding: 1.2rem 0.5rem 0.35rem;
    }

    .map-art .map-places a {
        gap: 0.8rem;
        min-height: 84px;
        padding: 0.85rem 1rem;
    }

    .map-art .map-legend {
        justify-content: space-between;
        align-items: stretch;
        gap: 1.5rem;
        padding: 1rem 0.5rem 0.2rem;
        display: flex;
    }

    .map-art .map-legend__address {
        padding-inline: 0;
    }
}

/* Canopy 43: enlarge the retaining-wall stairs feature by 30% while keeping
   the image proportional and safely inside narrower screens. */
.editorial-grid__small--stairs {
    width: 98.8%;
    max-width: 468px;
    margin-left: 1.2%;
}

@media (width <= 860px) {
    .editorial-grid__small--stairs {
        width: min(98.8%, 468px);
        margin-right: auto;
        margin-left: auto;
    }
}

/* Canopy 45: keep the Ber Juan Park icon centered in the illustrated park
   canopy while the map's original lettering remains unobstructed. */
.map-hotspot--ber-juan {
    width: clamp(1.35rem, 2.35vw, 2.9rem);
    gap: 0;
}

@media (width <= 560px) {
    .map-hotspot--ber-juan {
        width: 0.86rem;
    }
}
