:root {
    --green: #143f35;
    --green-light: #1c5847;
    --gold: #e7c881;
    --cream: #faf8f2;
    --ink: #203c32;
    --muted: #68786f;
    --line: #dde3d7;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; }
body { margin: 0; background: var(--cream); color: var(--ink); font: 15px/1.7 'DM Sans', 'Segoe UI', sans-serif; -webkit-font-smoothing: antialiased; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
svg { flex-shrink: 0; vertical-align: middle; }
button, input, a { outline-offset: 5px; }
:focus-visible { outline: 3px solid #b68a25; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-family: 'Manrope', 'Segoe UI', sans-serif; }
h2 { font-size: clamp(31px, 3.3vw, 42px); font-weight: 650; line-height: 1.3; letter-spacing: -1.65px; }
h2 em { font-family: Georgia, serif; font-weight: 400; }
.container { width: calc(100% - 80px); max-width: 1160px; margin-inline: auto; }
.skip-link { position: fixed; top: -80px; left: 20px; padding: 10px 20px; background: white; z-index: 100; border-radius: 5px; }
.skip-link:focus { top: 10px; }
.welcome-bar { background: #e9efe4; color: #4d6357; font-size: 11px; }
.welcome-bar .container { min-height: 33px; display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.welcome-location { display: inline-flex; align-items: center; gap: 6px; }
.site-header { position: sticky; top: 0; z-index: 30; background: #faf8f2f5; border-bottom: 1px solid #e4e7dd; backdrop-filter: blur(16px); }
.header-inner { min-height: 91px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; gap: 12px; align-items: center; flex-shrink: 0; }
.brand-mark { width: 45px; height: 45px; color: var(--green); }
.brand strong { display: block; font: 750 19px/1.4 'Manrope', sans-serif; letter-spacing: -.6px; }
.brand small { display: block; font-size: 8px; font-weight: 650; letter-spacing: 1.35px; margin-top: 2px; color: #758074; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.nav-link { font-size: 12px; font-weight: 600; position: relative; white-space: nowrap; padding: 12px 0; }
.nav-link::after { position: absolute; content: ''; bottom: 3px; left: 0; width: 0; height: 2px; background: var(--green); transition: width .2s ease; }
.nav-link:hover::after, .nav-link.active::after { width: 18px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 20px; border: 1px solid transparent; border-radius: 6px; font-size: 12px; line-height: 1.5; font-weight: 700; white-space: nowrap; transition: background .2s ease, box-shadow .2s ease; }
.button:hover { box-shadow: 0 5px 16px #00000018; }
.button-green { background: var(--green); color: white; }
.button-green:hover { background: #23634f; }
.button-gold { background: var(--gold); color: #243f30; }
.button-gold:hover { background: #f4d99d; }
.button-cream { background: #fbf8ef; color: var(--green); }
.nav-login { padding: 11px 15px; margin-left: 5px; }
.menu-toggle { display: none; background: transparent; border: 1px solid var(--line); border-radius: 5px; padding: 9px; color: var(--green); }
.hero { color: white; background-color: var(--green); position: relative; overflow: hidden; }
.hero::before, .management-banner::before {
    content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .12;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cpath d='M60 0 75 30 105 15 90 45 120 60 90 75 105 105 75 90 60 120 45 90 15 105 30 75 0 60 30 45 15 15 45 30Z' fill='none' stroke='%23bfcba9' stroke-width='.65'/%3E%3C/svg%3E");
    mask-image: linear-gradient(105deg, transparent 25%, #000);
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1.03fr 1fr; gap: 80px; align-items: center; padding-top: 64px; padding-bottom: 62px; }
.eyebrow { display: block; font-size: 9px; line-height: 1.6; letter-spacing: 2px; font-weight: 750; color: #547159; }
.hero-eyebrow { display: flex; align-items: center; gap: 9px; color: #d6c58f; font-size: 8px; letter-spacing: 1.7px; }
.hero-eyebrow span { width: 20px; height: 1px; background: #d6c58f; }
.bismillah { color: #ded4b2; text-align: left; font-family: Georgia, 'Times New Roman', serif; font-size: 25px; line-height: 1.9; margin-top: 20px; margin-bottom: 6px; }
.hero h1 { font-size: clamp(45px, 4.9vw, 65px); letter-spacing: -2.9px; line-height: 1.16; font-weight: 550; }
.hero h1 em { color: var(--gold); font-family: Georgia, serif; font-weight: 400; letter-spacing: -2.8px; }
.hero-description { margin-top: 23px; max-width: 410px; font-size: 13px; line-height: 1.95; color: #c4d2c8; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 28px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 700; }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.light-link { color: #e5e9db; font-size: 11px; }
.hero-address { display: flex; align-items: center; gap: 14px; border-top: 1px solid #ffffff20; margin-top: 30px; padding-top: 24px; max-width: 410px; }
.address-icon { color: #d4bf7a; }
.hero-address strong { font-size: 10px; font-weight: 650; }
.hero-address p { font-size: 10px; line-height: 1.8; color: #aabeb2; margin-top: 3px; max-width: 340px; }
.hero-visual { position: relative; width: 100%; max-width: 460px; justify-self: end; padding-top: 7px; }
.photo-frame { position: relative; height: 486px; border-radius: 240px 240px 10px 10px; }
.photo-frame::before { content: ''; position: absolute; inset: -13px 12px 12px -13px; border: 1px solid #d5ba7970; border-radius: inherit; pointer-events: none; }
.photo-frame::after { content: ''; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(180deg, transparent 45%, #071d18cf); pointer-events: none; }
.photo-frame img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 57% center; border-radius: inherit; }
.photo-caption { position: absolute; z-index: 1; bottom: 27px; left: 28px; right: 20px; }
.photo-caption > span { display: block; font-size: 8px; font-weight: 600; letter-spacing: 2px; color: #dfcb9c; margin-bottom: 6px; }
.photo-caption strong { display: block; font: 650 24px/1.5 'Manrope', sans-serif; letter-spacing: -.8px; }
.photo-caption p { font-size: 10px; color: #d2d8c9; }
.photo-star { position: absolute; top: 16px; right: 3px; color: var(--gold); font-size: 48px; line-height: 1; }
.rating-card { display: flex; align-items: center; gap: 14px; position: absolute; bottom: 130px; left: -37px; z-index: 2; background: #fffdf6; color: var(--green); padding: 15px 18px; border-radius: 8px; box-shadow: 0 6px 24px #08231b30; transition: transform .2s; }
.rating-card:hover { transform: translateY(-3px); }
.rating-number { font: 750 29px/1.2 'Manrope', sans-serif; letter-spacing: -1.2px; }
.rating-number small { font: 500 10px 'DM Sans', sans-serif; color: #8a9286; margin-left: 4px; letter-spacing: 0; }
.rating-stars { display: block; color: #a77922; letter-spacing: 2px; font-size: 12px; line-height: 1.5; }
.rating-label { display: flex; align-items: center; gap: 7px; font-size: 9px; color: #738171; margin-top: 3px; }
.photo-credit { text-align: right; margin-top: 14px; font-size: 8px; color: #a3b4a9; }
.photo-credit a { text-decoration: underline; text-underline-offset: 2px; }
.neighborhood-strip { background: #eaf0e4; border-bottom: 1px solid #dde5d7; }
.neighborhood-grid { display: grid; grid-template-columns: repeat(3, 1fr); min-height: 100px; align-items: center; }
.neighborhood-grid > div { display: flex; align-items: center; gap: 17px; padding-inline: 38px 20px; border-left: 1px solid #cfd9c7; }
.neighborhood-grid > div:first-child { padding-left: 0; border-left: 0; }
.neighborhood-grid > div > svg { color: #6e8061; }
.neighborhood-grid small { display: block; font-size: 8px; font-weight: 600; letter-spacing: 1.6px; color: #77856f; margin-bottom: 4px; }
.neighborhood-grid strong { font-size: 12px; font-weight: 600; }
.section-space { padding-block: 83px; }
.section-intro { display: grid; grid-template-columns: 1.1fr 1fr; gap: 110px; align-items: center; }
.section-intro h2 { margin-top: 16px; }
.intro-description { font-size: 12px; line-height: 1.9; color: var(--muted); }
.intro-description p + p { margin-top: 10px; }
.intro-description .text-link { margin-top: 17px; color: var(--green); }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 44px; }
.value-card { border: 1px solid #dee3d8; border-radius: 9px; padding: 27px; background: #fffef9; }
.card-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 27px; }
.value-icon { display: inline-flex; align-items: center; justify-content: center; width: 51px; height: 53px; border-radius: 24px 24px 8px 8px; background: #eef2e7; color: #567754; }
.card-number { font: 400 24px Georgia, serif; color: #b9c4b1; }
.value-card h3 { font-size: 16px; line-height: 1.5; font-weight: 750; letter-spacing: -.45px; }
.value-card p { font-size: 11px; color: #7a8478; line-height: 1.9; margin-top: 12px; }
.card-tag { display: block; margin-top: 25px; padding-top: 15px; border-top: 1px solid #e5e9e0; font-size: 7px; letter-spacing: 1.3px; font-weight: 700; color: #7d8e6e; }
.shared-message { display: flex; justify-content: center; gap: 18px; align-items: center; margin-top: 32px; color: #7f876f; font-size: 11px; }
.shared-message span { color: #bb9c5a; font-size: 13px; }
.location-section { background: #eef2e8; border-block: 1px solid #e0e6d8; }
.location-heading { text-align: center; margin-bottom: 34px; }
.location-heading h2 { margin-top: 13px; }
.location-heading > p { font-size: 12px; margin-top: 13px; color: #7a8476; }
.location-grid { display: grid; grid-template-columns: 360px 1fr; gap: 20px; }
.location-card { background: #fffef9; border: 1px solid #dee4d7; border-radius: 10px; padding: 30px; }
.location-card h3 { margin-top: 18px; font-size: 20px; letter-spacing: -.7px; font-weight: 750; }
.address-label { display: block; font-size: 8px; font-weight: 700; letter-spacing: 1.5px; color: #909882; margin-top: 22px; margin-bottom: 8px; }
.location-card address { font-style: normal; color: #75816f; font-size: 11px; line-height: 1.95; }
.address-tools { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-top: 17px; }
.plus-code { display: inline-block; font-size: 10px; font-weight: 600; letter-spacing: .5px; color: #64765a; padding: 4px 8px; background: #f0f3e9; border-radius: 4px; }
.copy-button { padding: 7px 0 7px 8px; display: inline-flex; align-items: center; gap: 5px; border: 0; background: transparent; color: #5e7253; font-size: 10px; }
.copy-button:hover { text-decoration: underline; }
.copy-status { font-size: 10px; color: #527f39; min-height: 25px; padding-top: 3px; }
.directions-button { width: 100%; margin-top: 8px; justify-content: space-between; }
.map-profile-link { display: flex; justify-content: center; align-items: center; gap: 9px; font-size: 10px; margin-top: 15px; }
.map-profile-link:hover { text-decoration: underline; }
.map-panel { border-radius: 10px; border: 1px solid #d4decf; background: #dce5d3; min-height: 440px; position: relative; overflow: hidden; }
.map-panel iframe { position: absolute; inset: 0; border: 0; width: 100%; height: 100%; }
.map-external { position: absolute; bottom: 20px; left: 20px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid #dce3d2; background: #fffef7; color: var(--green); border-radius: 6px; box-shadow: 0 4px 20px #34492a1a; padding: 10px 14px; font-size: 11px; font-weight: 600; }
.source-note { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 17px; font-size: 9px; color: #77836e; }
.source-note a { text-decoration: underline; text-underline-offset: 2px; }
.management-section { padding-top: 65px; padding-bottom: 55px; }
.management-banner { position: relative; display: flex; align-items: center; gap: 30px; padding: 40px 45px; border-radius: 10px; overflow: hidden; background: var(--green); color: white; }
.management-banner > * { position: relative; }
.management-icon { color: #d6bf83; display: flex; align-items: center; justify-content: center; border: 1px solid #b8bc8840; border-radius: 50px 50px 10px 10px; width: 77px; height: 93px; flex-shrink: 0; }
.management-copy { flex: 1; }
.management-copy .eyebrow { color: #c2ba8a; font-size: 8px; letter-spacing: 1.6px; }
.management-copy h2 { font-size: 29px; line-height: 1.35; letter-spacing: -.9px; margin-top: 8px; }
.management-copy h2 em { color: #e9d8ae; }
.management-copy p { font-size: 10px; color: #b6c7b9; margin-top: 13px; }
.site-footer { padding-bottom: 22px; }
.footer-main { display: flex; align-items: center; gap: 35px; padding-bottom: 34px; }
.footer-main .brand-mark { width: 40px; height: 40px; }
.footer-main .brand strong { font-size: 17px; }
.footer-main .brand small { font-size: 7px; }
.footer-main > p { color: #7d8577; font-size: 10px; max-width: 300px; margin-left: auto; }
.back-top { display: flex; justify-content: center; align-items: center; width: 39px; height: 39px; border: 1px solid #d9dfd0; border-radius: 50%; flex-shrink: 0; }
.back-top:hover { background: #e9efe3; }
.footer-bottom { padding-top: 19px; border-top: 1px solid #e0e4d9; color: #949a8d; font-size: 9px; display: flex; justify-content: space-between; gap: 15px; }
.footer-bottom > div { display: flex; gap: 20px; color: #6d7d63; }
.footer-bottom a:hover { text-decoration: underline; }
@media (min-width: 1450px) {
    .hero-grid { padding-block: 78px; }
}
@media (max-width: 1050px) {
    .site-nav { gap: 18px; }
    .brand strong { font-size: 17px; }
    .brand small { font-size: 7px; letter-spacing: 1px; }
    .hero-grid { gap: 50px; }
    .hero-actions { gap: 15px; }
    .hero-actions .button { padding: 13px 16px; font-size: 11px; }
    .photo-frame { height: 460px; }
    .section-intro { gap: 55px; }
    .neighborhood-grid > div { padding-left: 25px; gap: 12px; }
    .neighborhood-grid strong { font-size: 11px; }
    .location-grid { grid-template-columns: 325px 1fr; }
    .value-card { padding: 23px; }
}
@media (max-width: 850px) {
    .container { width: calc(100% - 48px); }
    .header-inner { min-height: 80px; gap: 15px; }
    .brand { gap: 9px; }
    .brand-mark { width: 38px; height: 38px; }
    .brand strong { font-size: 16px; }
    .brand small { font-size: 6px; }
    .site-nav { gap: 15px; }
    .nav-link { font-size: 10px; }
    .nav-login { font-size: 10px; padding: 10px; margin-left: 0; }
    .nav-login svg { display: none; }
    .hero-grid { gap: 35px; padding-block: 52px; }
    .hero h1 { font-size: 43px; letter-spacing: -2px; }
    .hero h1 em { letter-spacing: -2px; }
    .hero-eyebrow { font-size: 6px; letter-spacing: 1.3px; }
    .hero-description { font-size: 11px; }
    .hero-actions { gap: 16px; flex-wrap: wrap; margin-top: 23px; }
    .hero-address { margin-top: 25px; padding-top: 20px; }
    .photo-frame { height: 433px; }
    .rating-card { left: -20px; bottom: 128px; padding: 12px 14px; }
    .rating-number { font-size: 26px; }
    .photo-caption { left: 20px; }
    .photo-caption strong { font-size: 21px; }
    .neighborhood-grid > div { padding-left: 20px; gap: 10px; }
    .neighborhood-grid > div > svg { width: 18px; }
    .neighborhood-grid small { font-size: 6px; letter-spacing: 1px; }
    .neighborhood-grid strong { font-size: 10px; }
    .section-space { padding-block: 60px; }
    .section-intro { gap: 30px; }
    .section-intro h2 { font-size: 30px; letter-spacing: -1.2px; }
    .intro-description { font-size: 11px; }
    .values-grid { gap: 13px; }
    .value-card { padding: 20px; }
    .value-card h3 { font-size: 14px; }
    .value-card p { font-size: 10px; }
    .card-tag { font-size: 6px; letter-spacing: .9px; }
    .location-grid { grid-template-columns: 290px 1fr; gap: 14px; }
    .location-card { padding: 25px; }
    .management-banner { padding: 32px; gap: 25px; }
    .management-copy h2 { font-size: 25px; }
    .management-icon { display: none; }
    .footer-main { gap: 25px; }
    .footer-main > p { max-width: 240px; }
}
@media (max-width: 640px) {
    html { scroll-padding-top: 90px; }
    .container { width: calc(100% - 40px); }
    .welcome-bar .container { min-height: 31px; justify-content: center; }
    .welcome-bar { font-size: 8px; }
    .welcome-location { display: none; }
    .header-inner { min-height: 76px; }
    .brand-mark { width: 40px; height: 40px; }
    .brand strong { font-size: 17px; }
    .brand small { font-size: 6px; letter-spacing: 1px; }
    .menu-toggle { display: inline-flex; }
    .site-nav { position: absolute; top: 100%; left: 0; right: 0; background: var(--cream); border-bottom: 1px solid var(--line); padding: 12px 20px 22px; display: flex; flex-direction: column; align-items: stretch; gap: 2px; box-shadow: 0 16px 24px #203c3212; visibility: hidden; opacity: 0; transform: translateY(-8px); transition: opacity .18s, transform .18s, visibility .18s; }
    .menu-open .site-nav { visibility: visible; opacity: 1; transform: translateY(0); }
    .nav-link { font-size: 13px; padding: 10px 2px; }
    .nav-login { font-size: 12px; margin-top: 12px; padding: 13px; }
    .nav-login svg { display: block; }
    .hero-grid { grid-template-columns: 1fr; gap: 51px; padding-top: 36px; padding-bottom: 33px; }
    .hero-copy { max-width: 450px; }
    .hero-eyebrow { font-size: 7px; letter-spacing: 1.35px; }
    .bismillah { margin-top: 20px; font-size: 26px; }
    .hero h1 { font-size: clamp(42px, 12vw, 62px); letter-spacing: -2px; line-height: 1.15; }
    .hero h1 em { letter-spacing: -2px; }
    .hero-description { font-size: 12px; max-width: 380px; margin-top: 23px; }
    .hero-actions { gap: 22px; }
    .hero-actions .button { padding: 14px 16px; }
    .hero-address { padding-top: 20px; margin-top: 27px; }
    .hero-address strong { font-size: 10px; }
    .hero-address p { font-size: 10px; }
    .hero-visual { max-width: 450px; justify-self: center; width: calc(100% - 10px); }
    .photo-frame { height: 425px; }
    .photo-frame::before { inset: -11px 10px 11px -11px; }
    .photo-star { font-size: 42px; right: 0; }
    .rating-card { left: -10px; bottom: 122px; padding: 14px 17px; }
    .rating-number { font-size: 28px; }
    .photo-caption strong { font-size: 24px; }
    .photo-credit { font-size: 8px; margin-top: 14px; }
    .neighborhood-grid { grid-template-columns: 1fr; padding-block: 8px; }
    .neighborhood-grid > div, .neighborhood-grid > div:first-child { padding: 18px 8px; border-left: 0; gap: 18px; }
    .neighborhood-grid > div + div { border-top: 1px solid #d9e1d1; }
    .neighborhood-grid > div > svg { width: 22px; }
    .neighborhood-grid small { font-size: 7px; letter-spacing: 1.5px; margin-bottom: 2px; }
    .neighborhood-grid strong { font-size: 12px; }
    .section-space { padding-block: 48px; }
    .section-intro { grid-template-columns: 1fr; gap: 22px; }
    .eyebrow { font-size: 8px; letter-spacing: 1.6px; }
    h2, .section-intro h2 { font-size: 31px; letter-spacing: -1.1px; }
    .intro-description { font-size: 12px; }
    .values-grid { grid-template-columns: 1fr; gap: 15px; margin-top: 28px; }
    .value-card { padding: 25px; }
    .card-heading { margin-bottom: 20px; }
    .value-card h3 { font-size: 18px; }
    .value-card p { font-size: 12px; }
    .card-tag { font-size: 7px; letter-spacing: 1.4px; }
    .shared-message { font-size: 11px; line-height: 1.9; text-align: center; gap: 14px; margin-top: 25px; }
    .location-heading { text-align: left; margin-bottom: 27px; }
    .location-heading > p { font-size: 12px; max-width: 280px; }
    .location-grid { grid-template-columns: 1fr; gap: 17px; }
    .location-card { padding: 27px; }
    .location-card address { font-size: 12px; }
    .location-card h3 { font-size: 22px; }
    .address-label { font-size: 8px; }
    .copy-button { font-size: 11px; }
    .map-panel { min-height: 330px; }
    .map-external { left: 12px; bottom: 22px; font-size: 10px; }
    .source-note { align-items: flex-start; text-align: left; font-size: 9px; line-height: 1.8; gap: 8px; }
    .source-note svg { margin-top: 2px; }
    .management-section { padding-block: 38px; }
    .management-banner { align-items: flex-start; flex-direction: column; padding: 29px; gap: 24px; }
    .management-copy h2 { font-size: 28px; }
    .management-copy p { font-size: 11px; line-height: 1.9; }
    .management-banner .button { width: 100%; justify-content: space-between; }
    .footer-main { flex-wrap: wrap; gap: 18px; padding-bottom: 25px; }
    .footer-main .brand { width: calc(100% - 57px); }
    .footer-main > p { order: 3; margin-left: 0; max-width: 300px; font-size: 10px; }
    .footer-bottom { flex-direction: column; gap: 10px; line-height: 1.8; font-size: 9px; }
    .site-footer { padding-bottom: 24px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition: none !important; }
}
