:root { color-scheme: light; --brand-primary: #FFD700; --brand-ink: #111111; --body-text: #222; --h1-color: #111; --h2-color: #111; --h3-color: #111; --h4-color: #111; --link-color: #111; --accent-text: #111; --page-header-bg: #111111; --page-header-text: #fff; --page-header-overlay: .35; --page-header-image: none; }
html { scroll-behavior: smooth; }
body { overflow-x: hidden; color: var(--body-text); }
body.text-ink { color: var(--body-text) !important; }
main h1 { color: var(--h1-color); }
main h2 { color: var(--h2-color); }
main h3 { color: var(--h3-color); }
main h4 { color: var(--h4-color); }
::selection { background: var(--brand-primary); color: #111; }
.text-gold-300,.text-gold-500,.text-gold-600,.text-gold-700 { color: var(--accent-text) !important; }
.bg-gold-300,.bg-gold-500,.bg-gold-600,.bg-gold-700 { background-color: var(--brand-primary) !important; color: #111 !important; }
.border-gold-300,.border-gold-500,.border-gold-600,.border-gold-700 { border-color: var(--brand-primary) !important; }
.bg-ink { background-color: var(--brand-ink) !important; }
.text-ink { color: var(--brand-ink) !important; }
.bg-cream { background-color: #f7f7f5 !important; }
.page-hero { position: relative; isolation: isolate; overflow: hidden; background-color: var(--page-header-bg); background-image: linear-gradient(rgba(0,0,0,var(--page-header-overlay)),rgba(0,0,0,var(--page-header-overlay))),var(--page-header-image); background-position: center; background-size: cover; color: var(--page-header-text); padding-block: 4.25rem; }
.page-hero h1 { color: var(--page-header-text) !important; font-size: clamp(2.8rem,6vw,4.8rem); line-height: .98; }
.page-hero .text-gold-300,.page-hero .text-gold-500,.page-hero .text-gold-600 { color: var(--brand-primary) !important; }
.page-hero-muted { color: currentColor; opacity: .6; }

.site-container { width: min(100% - 2rem, 1180px); margin-inline: auto; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: #111; color: #fff; padding: .75rem 1rem; transition: top .2s; }
.skip-link:focus { top: 1rem; }
.nav-link { position: relative; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.nav-link::after { content: ''; position: absolute; right: 0; bottom: -10px; left: 0; height: 1px; background: var(--brand-primary); transform: scaleX(0); transform-origin: right; transition: transform .3s; }
.nav-link:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-dropdown { position: relative; padding-block: 2.5rem; }
.nav-dropdown-toggle { display: flex; align-items: center; gap: .45rem; }
.nav-dropdown-toggle span { color: var(--brand-primary); font-size: 13px; transition: transform .2s; }
.nav-dropdown-menu { position: absolute; top: calc(100% - .85rem); left: 50%; z-index: 60; min-width: 245px; padding: .65rem 0; border: 1px solid rgba(0,0,0,.08); background: #fff; box-shadow: 0 22px 55px rgba(0,0,0,.13); opacity: 0; visibility: hidden; transform: translate(-50%,10px); transition: opacity .2s,transform .2s,visibility .2s; }
.nav-dropdown-menu::before { content: ''; position: absolute; top: -1px; left: 0; width: 100%; height: 2px; background: var(--brand-primary); }
.nav-dropdown-menu a { display: block; padding: .85rem 1.25rem; color: rgba(17,17,17,.68); font-size: 11px; font-weight: 700; letter-spacing: .08em; transition: color .2s,background .2s,padding .2s; }
.nav-dropdown-menu a:hover,.nav-dropdown-menu a:focus { padding-left: 1.5rem; background: #f7f7f5; color: #111; outline: none; }
.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu { opacity: 1; visibility: visible; transform: translate(-50%,0); }
.nav-dropdown:hover .nav-dropdown-toggle span,.nav-dropdown:focus-within .nav-dropdown-toggle span { transform: rotate(180deg); }
.menu-icon { display: grid; gap: 6px; width: 20px; }
.menu-icon i { display: block; height: 1px; background: #111; transition: transform .25s; }
[data-menu-toggle][aria-expanded='true'] .menu-icon i:first-child { transform: translateY(3.5px) rotate(45deg); }
[data-menu-toggle][aria-expanded='true'] .menu-icon i:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-menu a { border-bottom: 1px solid rgba(0,0,0,.08); padding: 1rem 0; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.mobile-menu a:last-child { border-bottom: 0; }
.mobile-submenu { border-bottom: 1px solid rgba(0,0,0,.08); }
.mobile-submenu summary { display: flex; cursor: pointer; list-style: none; align-items: center; justify-content: space-between; padding: 1rem 0; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.mobile-submenu summary::-webkit-details-marker { display: none; }
.mobile-submenu summary span { color: var(--brand-primary); font-size: 18px; font-weight: 400; transition: transform .2s; }
.mobile-submenu[open] summary span { transform: rotate(45deg); }
.mobile-submenu div { display: grid; grid-template-columns: minmax(0,1fr); border-left: 1px solid var(--brand-primary); margin: 0 0 1rem .3rem; padding-left: 1rem; }
.mobile-submenu div a { display: block; width: 100%; padding: .75rem 0; color: rgba(0,0,0,.58); font-size: 11px; }
.hero-slider { min-height: 700px; }
.hero-slide { opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .75s ease,visibility .75s ease; }
.hero-slide.is-active { opacity: 1; visibility: visible; pointer-events: auto; }
.hero-slider h1,.hero-slider h2,.cta-section h2 { color: #fff !important; }
.hero-slider .text-gold-300,.hero-slider .text-gold-500,.hero-slider .text-gold-600 { color: var(--brand-primary) !important; }
.hero-media { transform: scale(1.025); transition: transform 8s ease; }
.hero-slide.is-active .hero-media { transform: scale(1); }
.slider-dot { width: 34px; height: 3px; background: rgba(255,255,255,.35); transition: width .25s,background .25s; }
.slider-dot.is-active { width: 58px; background: var(--brand-primary); }
.slider-arrow { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(255,255,255,.4); color: #fff; transition: background .2s,color .2s; }
.slider-arrow:hover,.slider-arrow:focus { background: #fff; color: #111; outline: none; }
@media (max-width:1023px) { .hero-slider { min-height: 700px; } .slider-controls { padding-inline: 1rem; } }
@media (prefers-reduced-motion:reduce) { .hero-slide,.hero-media { transition: none; } }
.eyebrow { font-size: 10px; font-weight: 700; letter-spacing: .28em; text-transform: uppercase; }
.button-gold, .button-dark, .button-outline-light { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 1rem; padding: 0 1.65rem; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; transition: all .25s; }
.button-gold { background: var(--brand-primary); color: #111; }
.button-gold:hover { background: #fff; color: #111; }
.button-dark { background: var(--brand-ink); color: #fff; }
.button-dark:hover { background: var(--brand-primary); color: #111; }
.button-outline-light { border: 1px solid rgba(255,255,255,.45); color: #fff; }
.button-outline-light:hover { border-color: #fff; background: #fff; color: #111; }
.search-field { border-bottom: 1px solid rgba(0,0,0,.12); padding: 1rem 0; }
.search-field label { display: block; margin-bottom: .45rem; color: rgba(0,0,0,.45); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.search-field select { width: 100%; appearance: none; border: 0; background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='m1 1 4 4 4-4' fill='none' stroke='%23111'/%3E%3C/svg%3E") right 1rem center / 10px no-repeat; padding: .25rem 2rem .25rem 0; font-size: 13px; font-weight: 600; outline: none; }
.search-field input { width: 100%; border: 0; background: transparent; padding: .25rem 0; font-size: 13px; font-weight: 600; outline: none; }
.search-field input::placeholder { color: rgba(0,0,0,.35); font-weight: 500; }
.search-field input[type="number"] { appearance: textfield; }
.search-field input[type="number"]::-webkit-inner-spin-button,
.search-field input[type="number"]::-webkit-outer-spin-button { margin: 0; appearance: none; }
.home-property-search { padding-block: 1.25rem; }
.home-property-search > button { min-height: 56px; }
.section-space { padding-block: 4rem; }
.section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.6rem, 5vw, 4.3rem); font-weight: 600; line-height: .98; letter-spacing: -.025em; }
.section-title em { color: var(--accent-text); font-weight: 600; }
.text-link { border-bottom: 1px solid rgba(0,0,0,.25); padding-bottom: .5rem; font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; transition: color .2s, border-color .2s; }
.text-link { color: var(--link-color); }.text-link:hover { border-color: var(--brand-primary); color: var(--link-color); }
.property-card { transition: border-color .25s; }
.property-card:hover { border-color: rgba(0,0,0,.28); }
.property-marketing-tags { display: flex; flex-wrap: wrap; gap: .4rem; }
.property-marketing-tag { display: inline-flex; min-height: 24px; align-items: center; border-radius: 999px; padding: .28rem .62rem; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.property-marketing-tag.is-gold { background: var(--brand-primary); color: #111; }
.property-marketing-tag.is-silver { border: 1px solid #d2d2cf; background: #ececea; color: #333; }
.featured-property-grid { display: grid; gap: 2.5rem 1.25rem; }.featured-property-title { font-size: 1.45rem; }
.about-image { background-image: url('../images/demo/exterior.webp?v=20260803'); }
.stat-number { display: block; font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 4vw, 2.8rem); line-height: 1; }
.stat-number + span { display: block; margin-top: .6rem; color: rgba(0,0,0,.45); font-size: 9px; font-weight: 700; line-height: 1.6; letter-spacing: .12em; text-transform: uppercase; }
.service-card { min-height: 285px; padding: 2.25rem; transition: background .3s, color .3s; }
.service-card + .service-card { border-top: 1px solid rgba(0,0,0,.1); }
.service-card > span { color: var(--accent-text); font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; }
.service-card h3 { margin-top: 3rem; font-family: 'Cormorant Garamond', serif; font-size: 1.75rem; font-weight: 600; }
.service-card p { margin-top: 1rem; color: rgba(0,0,0,.5); font-size: 13px; line-height: 1.8; }
.service-card:hover { background: #111; color: #fff; }
.service-card:hover h3 { color: #fff !important; }
.service-card:hover p { color: rgba(255,255,255,.55); }
.cta-section { background: #111 url('../images/demo/cta.webp?v=20260803') center / cover no-repeat; }
.carousel-arrow { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(0,0,0,.18); background: #fff; color: #111; transition: background .2s,border-color .2s; }
.carousel-arrow:hover { border-color: var(--brand-primary); background: var(--brand-primary); }
.agent-carousel-track { display: grid; grid-auto-columns: minmax(230px,285px); grid-auto-flow: column; gap: 1.25rem; overflow-x: auto; padding-bottom: .5rem; scroll-snap-type: x mandatory; scrollbar-width: none; }
.agent-carousel-track::-webkit-scrollbar { display: none; }.agent-carousel-card { scroll-snap-align: start; border: 1px solid rgba(0,0,0,.1); background: #fff; }.agent-carousel-card img,.agent-placeholder { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: top center; }.agent-placeholder { display: grid; place-items: center; background: #e9e7df; font-family: 'Cormorant Garamond',serif; font-size: 4rem; }.agent-carousel-card> a>div:last-child { padding: 1.1rem; }.agent-carousel-card h3 { font-family: 'Cormorant Garamond',serif; font-size: 1.45rem; font-weight: 600; }.agent-carousel-card p { margin-top: .25rem; color: rgba(0,0,0,.45); font-size: 10px; }.carousel-counter { display: flex; justify-content: flex-end; gap: .3rem; font-size: 11px; }.carousel-counter strong { color: #111; }
.home-blog-card { overflow: hidden; border: 1px solid rgba(0,0,0,.1); }.home-blog-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }.home-blog-card> a>div { padding: 1.35rem; }.home-blog-card time { color: #806c00; font-size: 9px; font-weight: 800; letter-spacing: .12em; }.home-blog-card h3 { margin-top: .65rem; font-family: 'Cormorant Garamond',serif; font-size: 1.7rem; font-weight: 600; line-height: 1.05; }.home-blog-card p { display: -webkit-box; overflow: hidden; margin-top: .8rem; color: rgba(0,0,0,.5); font-size: 12px; line-height: 1.7; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.footer-title { color: var(--brand-primary); font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
footer .text-gold-300,footer .text-gold-500,footer .text-gold-600 { color: var(--brand-primary) !important; }
.site-header-logo { display: block; width: auto; max-width: 210px; height: auto; max-height: 56px; object-fit: contain; }
.site-footer-logo { display: block; width: auto; max-width: 230px; height: auto; max-height: 72px; object-fit: contain; }
.footer-links { display: grid; gap: .9rem; margin-top: 1.5rem; }
.footer-links a { color: rgba(255,255,255,.55); font-size: 13px; transition: color .2s, transform .2s; }
.footer-links a:hover { color: #fff; transform: translateX(3px); }
.footer-socials { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.25rem; }.footer-socials a { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: #fff; font-size: 10px; font-weight: 800; transition: background .2s,color .2s,border-color .2s; }.footer-socials a:hover { border-color: var(--brand-primary); background: var(--brand-primary); color: #111; }
.filter-control { display: grid; min-height: 64px; border: 1px solid rgba(0,0,0,.12); background: #fff; padding: .65rem 1rem; }
.filter-control span, .inquiry-field span { margin-bottom: .35rem; color: rgba(0,0,0,.42); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.filter-control select, .filter-control input { width: 100%; border: 0; background: transparent; font-size: 12px; font-weight: 600; outline: none; }
.property-gallery { min-height: 300px; }
.gallery-item { position: relative; min-height: 200px; overflow: hidden; background: #eee; }
.gallery-item img { transition: transform .5s; }
.gallery-item:hover img { transform: scale(1.03); }
.detail-section { padding-block: 3rem; }
.detail-section h2 { margin-top: .75rem; font-family: 'Cormorant Garamond', serif; font-size: 2.25rem; font-weight: 600; }
.property-detail-grid { display: grid; gap: 1px; border: 1px solid rgba(0,0,0,.1); background: rgba(0,0,0,.1); }.property-detail-grid>div { min-width: 0; background: #fff; padding: 1.15rem 1.25rem; }.property-detail-grid dt { color: rgba(0,0,0,.43); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }.property-detail-grid dd { overflow-wrap: anywhere; margin-top: .55rem; color: #111; font-size: 14px; font-weight: 700; line-height: 1.45; }.external-listing-button { display: inline-flex; min-height: 46px; align-items: center; gap: .75rem; border: 1px solid rgba(0,0,0,.16); padding: 0 1rem; color: #111; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.external-listing-button:hover { border-color: var(--brand-primary); background: var(--brand-primary); }
@media(min-width:640px){.property-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
.prose-property { margin-top: 1.5rem; color: rgba(0,0,0,.62); font-size: 15px; line-height: 2; }
.rich-content { color: rgba(0,0,0,.66); font-size: 15px; line-height: 2; }
.rich-content p { margin: 1rem 0; }
.about-rich-content { margin-top: 0; }.about-rich-content > :first-child { margin-top: 0; }
.rich-content h2,.rich-content h3,.rich-content h4 { margin: 2.5rem 0 1rem; font-family: 'Cormorant Garamond',serif; font-weight: 600; line-height: 1.08; }
.rich-content h2 { font-size: clamp(2.2rem,5vw,3.2rem); }.rich-content h3 { font-size: 2rem; }.rich-content h4 { font-size: 1.5rem; }
.rich-content ul,.rich-content ol { margin: 1.25rem 0; padding-left: 1.5rem; }.rich-content ul { list-style: disc; }.rich-content ol { list-style: decimal; }.rich-content li { margin: .45rem 0; }
.rich-content blockquote { margin: 2rem 0; border-left: 3px solid var(--brand-primary); background: #f7f7f5; padding: 1.5rem 2rem; color: #111; font-family: 'Cormorant Garamond',serif; font-size: 1.5rem; line-height: 1.45; }
.rich-content a { border-bottom: 1px solid var(--brand-primary); color: var(--link-color); font-weight: 700; }.rich-content a:hover { background: var(--brand-primary); color: #111; }
.rich-content figure { margin: 2.5rem 0; }.rich-content figure img,.rich-content > img { width: 100%; max-height: 680px; object-fit: cover; }.rich-content figcaption { margin-top: .75rem; color: rgba(0,0,0,.45); font-size: 11px; line-height: 1.6; text-align: center; }
.rich-content hr { margin: 2.5rem 0; border: 0; border-top: 1px solid rgba(0,0,0,.12); }
.rich-content table { display: block; width: 100%; overflow-x: auto; margin: 2rem 0; border-collapse: collapse; }.rich-content th,.rich-content td { border: 1px solid rgba(0,0,0,.14); padding: .75rem 1rem; text-align: left; }.rich-content th { background: #f7f7f5; color: #111; }.rich-content pre { overflow-x: auto; margin: 1.5rem 0; background: #171717; padding: 1.25rem; color: #fff; font: 13px/1.8 ui-monospace,monospace; }.rich-content .alignleft { float: left; margin: 0 1.5rem 1rem 0; }.rich-content .alignright { float: right; margin: 0 0 1rem 1.5rem; }.rich-content .aligncenter { display: block; margin-right: auto; margin-left: auto; }.rich-content [style*="text-align:center"] { text-align: center; }.rich-content [style*="text-align:right"] { text-align: right; }.rich-content [style*="text-align:justify"] { text-align: justify; }
.inquiry-field { display: grid; }
.inquiry-field input, .inquiry-field textarea { width: 100%; border: 1px solid rgba(0,0,0,.13); background: #fff; padding: .8rem; font-size: 13px; outline: none; transition: border-color .2s; }
.inquiry-field input:focus, .inquiry-field textarea:focus { border-color: #FFD700; }
.gallery-modal { position: fixed; inset: 0; z-index: 100; place-items: center; background: rgba(0,0,0,.94); padding: 4rem; }
.gallery-modal:not([hidden]) { display: grid; }
.gallery-modal img { max-height: calc(100vh - 6rem); max-width: min(1100px, 90vw); object-fit: contain; }
.gallery-close, .gallery-prev, .gallery-next { position: absolute; z-index: 1; display: grid; place-items: center; color: #fff; }
.gallery-close { right: 1.5rem; top: 1rem; font-size: 2.5rem; }
.gallery-prev, .gallery-next { top: 50%; size: 3rem; height: 3rem; width: 3rem; border: 1px solid rgba(255,255,255,.35); transform: translateY(-50%); }
.gallery-prev { left: 1rem; }.gallery-next { right: 1rem; }
.property-page{padding-bottom:0}.property-preview-banner{background:var(--brand-primary);padding:.75rem 1rem;color:#111;text-align:center;font-size:10px;font-weight:800;letter-spacing:.1em}.property-breadcrumb{border-bottom:1px solid rgba(0,0,0,.08);background:#fafaf8}.property-breadcrumb>div{display:flex;align-items:center;gap:.65rem;overflow:hidden;padding-top:1rem;padding-bottom:1rem;color:rgba(0,0,0,.38);font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap}.property-breadcrumb a:hover{color:#111}.property-breadcrumb span:last-child{overflow:hidden;color:rgba(0,0,0,.67);text-overflow:ellipsis}.property-hero{display:grid;gap:2rem;padding-top:clamp(2.5rem,5vw,4.5rem);padding-bottom:clamp(2rem,4vw,3.5rem)}.property-hero-copy{max-width:840px}.property-hero-badges{display:flex;flex-wrap:wrap;gap:.5rem}.property-hero-badges span{border:1px solid rgba(0,0,0,.15);padding:.45rem .65rem;font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.property-hero-badges span:first-child{border-color:var(--brand-primary);background:var(--brand-primary);color:#111}.property-hero h1{max-width:900px;margin-top:1.25rem;font-family:'Cormorant Garamond',serif;font-size:clamp(2.65rem,6vw,5.4rem);font-weight:600;line-height:.96;letter-spacing:-.035em}.property-location-line{display:flex;align-items:flex-start;gap:.55rem;margin-top:1.25rem;color:rgba(0,0,0,.52);font-size:13px;line-height:1.65}.property-location-line span{color:#806c00;font-size:1rem}.property-hero .property-marketing-tags{margin-top:1.25rem}.property-price-panel{align-self:end;border-left:3px solid var(--brand-primary);padding-left:1.25rem}.property-price-panel>span,.property-price-panel>small{display:block;color:rgba(0,0,0,.4);font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.property-price-panel>strong{display:block;margin:.5rem 0;font-size:clamp(1.55rem,3vw,2.35rem);line-height:1.1}.property-header-actions{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:1rem}.property-header-actions button,.property-header-actions a{border:1px solid rgba(0,0,0,.15);padding:.55rem .7rem;font-size:9px;font-weight:800;text-transform:uppercase}.property-header-actions a{border-color:var(--brand-primary);background:var(--brand-primary)}.property-gallery{display:grid;height:auto;min-height:0;gap:4px;grid-template-columns:repeat(2,minmax(0,1fr))}.property-gallery .gallery-item{min-height:150px}.property-gallery .gallery-item.is-primary{grid-column:1/-1;aspect-ratio:16/10}.property-gallery .gallery-item img{width:100%;height:100%;object-fit:cover}.gallery-count{position:absolute;inset:0;display:grid;place-items:center;background:rgba(0,0,0,.52);padding:1rem;color:#fff;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.property-gallery-empty{display:grid;aspect-ratio:16/7;place-items:center;background:#f0f0ed;color:rgba(0,0,0,.4);font-size:12px}.property-media-meta{display:flex;align-items:center;justify-content:flex-end;gap:1rem;padding-top:.7rem;color:rgba(0,0,0,.45);font-size:10px}.property-media-meta b{color:#111}.property-media-meta a{border-bottom:1px solid var(--brand-primary);padding-bottom:.2rem}.property-quick-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:2rem;border-top:1px solid rgba(0,0,0,.1);border-left:1px solid rgba(0,0,0,.1)}.property-quick-facts article{display:grid;min-width:0;grid-template-columns:30px 1fr;grid-template-rows:auto auto;align-items:center;border-right:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1);padding:1rem}.property-quick-facts i{grid-row:1/3;display:grid;width:26px;height:26px;place-items:center;border-radius:50%;background:#fff8c7;color:#111;font-size:12px;font-style:normal}.property-quick-facts span{color:rgba(0,0,0,.4);font-size:8px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.property-quick-facts strong{overflow:hidden;margin-top:.2rem;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.property-content-layout{display:grid;gap:3rem;padding-top:clamp(3rem,7vw,6rem);padding-bottom:clamp(4rem,8vw,7rem)}.property-content-main{min-width:0}.property-content-section{padding:0 0 clamp(3rem,6vw,5rem)}.property-content-section+.property-content-section{border-top:1px solid rgba(0,0,0,.1);padding-top:clamp(3rem,6vw,5rem)}.property-content-section>.eyebrow,.property-similar .eyebrow{color:#806c00}.property-content-section>h2,.property-similar-heading h2{margin-top:.65rem;font-family:'Cormorant Garamond',serif;font-size:clamp(2.3rem,5vw,3.8rem);font-weight:600;line-height:1}.property-content-section .prose-property{max-width:800px;font-size:15px;line-height:2}.property-detail-grid{margin-top:2rem}.property-video-grid{display:grid;gap:1rem;margin-top:2rem}.property-video-grid video{width:100%;aspect-ratio:16/9;background:#111;object-fit:contain}.property-video-grid figcaption{margin-top:.65rem;font-size:12px;font-weight:700}.property-accordion-list,.property-feature-groups{margin-top:2rem;border-top:1px solid rgba(0,0,0,.13)}.property-accordion-list details,.property-feature-groups details{border-bottom:1px solid rgba(0,0,0,.13)}.property-accordion-list summary,.property-feature-groups summary{display:grid;grid-template-columns:1fr auto 18px;align-items:center;gap:1rem;padding:1.35rem 0;cursor:pointer;list-style:none}.property-accordion-list summary::-webkit-details-marker,.property-feature-groups summary::-webkit-details-marker{display:none}.property-accordion-list summary span,.property-feature-groups summary span{font-family:'Cormorant Garamond',serif;font-size:1.45rem;font-weight:600}.property-accordion-list summary b,.property-feature-groups summary b{color:rgba(0,0,0,.38);font-size:9px;letter-spacing:.1em;text-transform:uppercase}.property-accordion-list summary i,.property-feature-groups summary i{position:relative;width:18px;height:18px}.property-accordion-list summary i:before,.property-accordion-list summary i:after,.property-feature-groups summary i:before,.property-feature-groups summary i:after{position:absolute;top:8px;left:1px;width:16px;height:2px;background:#111;content:'';transition:transform .2s}.property-accordion-list summary i:after,.property-feature-groups summary i:after{transform:rotate(90deg)}.property-accordion-list details[open] summary i:after,.property-feature-groups details[open] summary i:after{transform:rotate(0)}.property-accordion-list dl{display:grid;padding-bottom:1.25rem}.property-accordion-list dl>div{display:flex;justify-content:space-between;gap:1rem;border-top:1px solid rgba(0,0,0,.06);padding:.9rem 0;font-size:13px}.property-accordion-list dt{color:rgba(0,0,0,.5)}.property-accordion-list dd{text-align:right;font-weight:700}.property-feature-groups details>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 1rem;padding-bottom:1.25rem}.property-feature-groups details>div>span{border-top:1px solid rgba(0,0,0,.06);padding:.85rem 0;font-size:12px;font-weight:650}.property-feature-groups details>div b{margin-right:.5rem;color:#8b7600}.property-detail-map{height:clamp(330px,48vw,480px);margin-top:2rem;background:#efefec}.property-map-note{margin-top:.75rem;color:rgba(0,0,0,.42);font-size:10px}.property-external-links{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}.property-external-links a{display:inline-flex;min-height:48px;align-items:center;gap:.8rem;border:1px solid rgba(0,0,0,.15);padding:0 1rem;font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.property-external-links a:hover{border-color:var(--brand-primary);background:var(--brand-primary)}.property-contact-column{min-width:0}.property-contact-sticky{display:grid;gap:1rem}.property-agent-card{border:1px solid rgba(0,0,0,.11);background:#fff;padding:1.5rem}.property-agent-price{border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:1.25rem}.property-agent-price span,.property-agent-price small{display:block;color:rgba(0,0,0,.4);font-size:8px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.property-agent-price strong{display:block;margin:.45rem 0;font-size:1.45rem}.property-agent-profile{display:grid;grid-template-columns:64px 1fr;align-items:center;gap:1rem;padding:1.3rem 0}.property-agent-profile>img,.property-agent-profile>span{width:64px;height:76px;object-fit:cover}.property-agent-profile>span{display:grid;place-items:center;background:#f1f0eb;font-family:'Cormorant Garamond',serif;font-size:2rem}.property-agent-profile small{color:#806c00;font-size:8px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.property-agent-profile h2{margin-top:.3rem;font-family:'Cormorant Garamond',serif;font-size:1.55rem;font-weight:600;line-height:1}.property-agent-profile p{margin-top:.35rem;color:rgba(0,0,0,.45);font-size:9px}.property-agent-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.property-agent-actions a{display:grid;min-height:44px;place-items:center;border:1px solid rgba(0,0,0,.16);padding:.5rem;color:#111;font-size:9px;font-weight:800;text-align:center;text-transform:uppercase}.property-agent-actions .is-whatsapp{border-color:#1f9d55;color:#14763f}.property-agent-actions .is-gold{grid-column:1/-1;border-color:var(--brand-primary);background:var(--brand-primary)}.property-agent-trust{margin-top:1rem;color:rgba(0,0,0,.42);font-size:9px;line-height:1.6;text-align:center}.property-inquiry-card{scroll-margin-top:8rem;background:#f5f3eb;padding:1.5rem}.property-inquiry-card h2{margin-top:.5rem;font-family:'Cormorant Garamond',serif;font-size:2rem;font-weight:600}.property-inquiry-card form{display:grid;gap:.85rem;margin-top:1.25rem}.property-inquiry-card .inquiry-field input,.property-inquiry-card .inquiry-field textarea{width:100%;border:1px solid rgba(0,0,0,.12);background:#fff;padding:.75rem;font-size:12px;outline:none}.property-inquiry-card .inquiry-field input:focus,.property-inquiry-card .inquiry-field textarea:focus{border-color:#111}.property-consent{display:flex;align-items:flex-start;gap:.6rem;color:rgba(0,0,0,.52);font-size:9px;line-height:1.6}.property-consent input{margin-top:.2rem}.property-form-message{margin-top:1rem;border:1px solid;padding:.8rem;font-size:10px;line-height:1.6}.property-form-message.is-success{border-color:#b7d9bf;background:#effaf2;color:#1b6330}.property-form-message.is-error{border-color:#e0b2b2;background:#fff3f3;color:#8f2525}.property-record-note{border-top:2px solid var(--brand-primary);background:#111;padding:1.25rem;color:#fff}.property-record-note span,.property-record-note small{display:block;color:rgba(255,255,255,.45);font-size:8px;letter-spacing:.1em;text-transform:uppercase}.property-record-note strong{display:block;margin:.35rem 0 .55rem}.property-record-note small{line-height:1.55;text-transform:none}.property-similar{background:#f5f4ef;padding:clamp(4rem,8vw,7rem) 0}.property-similar-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:2rem}.property-similar-heading>a{border-bottom:1px solid var(--brand-primary);padding-bottom:.3rem;font-size:9px;font-weight:800;text-transform:uppercase}.property-similar-grid{display:grid;gap:1rem}.property-similar-grid article{background:#fff}.property-similar-media{display:grid;aspect-ratio:4/3;place-items:center;overflow:hidden;background:#e8e8e4;color:rgba(0,0,0,.4);font-size:10px}.property-similar-media img{width:100%;height:100%;object-fit:cover;transition:transform .45s}.property-similar-grid article:hover img{transform:scale(1.035)}.property-similar-grid article>div{padding:1.15rem}.property-similar-grid small{display:block;overflow:hidden;color:rgba(0,0,0,.4);font-size:8px;font-weight:800;letter-spacing:.08em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.property-similar-grid h3{margin:.65rem 0;font-family:'Cormorant Garamond',serif;font-size:1.45rem;font-weight:600;line-height:1.08}.property-similar-grid strong{font-size:13px}.property-similar-grid p{margin-top:.5rem;color:rgba(0,0,0,.45);font-size:10px}.property-mobile-actions{position:fixed;right:0;bottom:0;left:0;z-index:70;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid rgba(0,0,0,.15);background:#fff;padding:max(.45rem,env(safe-area-inset-bottom)) .45rem .45rem;box-shadow:0 -10px 30px rgba(0,0,0,.12)}.property-mobile-actions a{display:grid;min-height:44px;place-items:center;border-right:1px solid rgba(0,0,0,.1);font-size:9px;font-weight:800;text-transform:uppercase}.property-mobile-actions .is-gold{border:0;background:var(--brand-primary);color:#111}.gallery-modal figure{display:grid;place-items:center}.gallery-modal figcaption{margin-top:.75rem;color:rgba(255,255,255,.65);font-size:10px;font-weight:700}.gallery-thumbnails{position:absolute;right:1rem;bottom:1rem;left:1rem;display:flex;justify-content:center;gap:.35rem;overflow-x:auto}.gallery-thumbnails button{width:54px;height:42px;flex:0 0 54px;border:2px solid transparent;opacity:.55}.gallery-thumbnails button.is-active{border-color:var(--brand-primary);opacity:1}.gallery-thumbnails img{width:100%;height:100%;object-fit:cover}.property-page~.property-mobile-actions+*{}.property-page~.gallery-modal{}
@media(min-width:640px){.property-quick-facts{grid-template-columns:repeat(3,minmax(0,1fr))}.property-similar-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.property-video-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(min-width:768px){.property-hero{grid-template-columns:minmax(0,1fr) auto;align-items:end}.property-price-panel{text-align:right}.property-price-panel{border-right:3px solid var(--brand-primary);border-left:0;padding-right:1.25rem;padding-left:0}.property-header-actions{justify-content:flex-end}.property-gallery{height:560px;grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr))}.property-gallery .gallery-item{min-height:0}.property-gallery .gallery-item.is-primary{grid-row:1/3;grid-column:1/3;aspect-ratio:auto}.property-quick-facts{grid-template-columns:repeat(6,minmax(0,1fr))}.property-mobile-actions{display:none}.property-similar-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(min-width:1024px){.property-content-layout{grid-template-columns:minmax(0,1fr) 350px;gap:4.5rem}.property-contact-sticky{position:sticky;top:7.5rem}.property-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767px){body:has(.property-mobile-actions){padding-bottom:58px}.gallery-modal{padding:3.5rem .75rem 5.5rem}.gallery-modal img{max-width:96vw}.gallery-prev{left:.5rem}.gallery-next{right:.5rem}.property-feature-groups details>div{grid-template-columns:1fr}}
.property-mobile-actions{grid-template-columns:repeat(var(--mobile-action-count,3),minmax(0,1fr))}
.header-property-search { position: relative; }
.header-property-search-desktop { display: none; }
.header-search-field { display: flex; width: 235px; height: 38px; align-items: center; border: 0; border-bottom: 1px solid rgba(0,0,0,.28); background: transparent; transition: border-color .2s; }
.header-search-field:focus-within { border-color: #111; }
.header-search-field input { min-width: 0; flex: 1; border: 0; padding: .25rem 0; background: transparent; color: #111; font-size: 12px; outline: none; }
.header-search-field input::placeholder { color: rgba(0,0,0,.34); }
.header-search-field button { width: auto; height: 37px; border: 0; background: transparent; padding-left: .75rem; color: rgba(0,0,0,.38); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.header-search-results { position: absolute; top: calc(100% + .55rem); right: 0; z-index: 80; width: min(390px,calc(100vw - 2rem)); overflow: hidden; border: 1px solid rgba(0,0,0,.1); background: #fff; box-shadow: 0 20px 55px rgba(0,0,0,.14); }
.header-search-result { display: grid; grid-template-columns: 64px 1fr; gap: .8rem; padding: .75rem; border-bottom: 1px solid rgba(0,0,0,.08); }
.header-search-result:last-child { border-bottom: 0; }
.header-search-result:hover,.header-search-result:focus { background: #f7f7f5; outline: none; }
.header-search-result img,.header-search-placeholder { width: 64px; height: 52px; object-fit: cover; background: #eee; }
.header-search-result strong { display: block; overflow: hidden; color: #111; font-size: 12px; white-space: nowrap; text-overflow: ellipsis; }
.header-search-result small { display: block; margin-top: .25rem; color: rgba(0,0,0,.5); font-size: 10px; }
.header-search-empty { padding: 1rem; color: rgba(0,0,0,.5); font-size: 12px; }
.mobile-menu .header-property-search { border-bottom: 0; }
.mobile-menu .header-search-field { width: 100%; }
.mobile-menu .header-search-results { position: static; width: 100%; margin-top: .5rem; box-shadow: none; }
.mobile-menu .header-search-result { display: grid; border-bottom: 1px solid rgba(0,0,0,.08); padding: .75rem; font-size: inherit; letter-spacing: normal; text-transform: none; }
.contact-map-frame { width: 100%; height: 420px; border: 0; }
.contact-intro{padding:clamp(3rem,6vw,5rem) 0}.contact-intro .rich-content{text-align:center}.contact-offices{border-top:1px solid rgba(0,0,0,.08);padding:clamp(4rem,8vw,7rem) 0}.contact-offices-heading{max-width:680px;margin-bottom:2.5rem}.contact-offices-heading h2{margin-top:.75rem;font-family:'Cormorant Garamond',serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:600;line-height:1}.contact-office-list{display:grid;gap:1.5rem}.contact-office-row{display:grid;min-height:430px;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);border:1px solid rgba(0,0,0,.1);background:#fff}.contact-office-info{display:flex;flex-direction:column;padding:clamp(2rem,4vw,3.5rem)}.contact-office-info>span{color:rgba(0,0,0,.38);font-size:.65rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.contact-office-info h3{margin:.8rem 0 1.6rem;font-family:'Cormorant Garamond',serif;font-size:clamp(2.2rem,4vw,3.25rem);font-weight:600;line-height:1}.contact-office-address{max-width:430px;color:rgba(0,0,0,.58);font-size:.9rem;line-height:1.8}.contact-office-info dl{display:grid;gap:1rem;margin-top:1.8rem}.contact-office-info dt{color:rgba(0,0,0,.38);font-size:.62rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.contact-office-info dd{margin-top:.2rem;font-size:.88rem}.contact-office-map-link{align-self:flex-start;margin-top:auto;border-bottom:2px solid var(--brand-primary);padding-top:1.5rem;font-size:.72rem;font-weight:800}.contact-office-map{min-height:430px;background:#ecece8}.contact-office-map iframe{width:100%;height:100%;min-height:430px;border:0}.contact-office-map>div{display:grid;height:100%;min-height:430px;place-content:center;gap:.5rem;padding:2rem;text-align:center;color:rgba(0,0,0,.48)}.contact-office-map>div strong,.contact-office-map>div span{display:block}.contact-office-map>div span{font-size:.75rem}.contact-form-section{background:#f4f3ee;padding:clamp(4rem,8vw,7rem) 0}.contact-form-panel{max-width:820px;margin:0 auto;border:1px solid rgba(0,0,0,.09);background:#fff;padding:clamp(1.5rem,5vw,4rem)}.contact-form-panel>header{max-width:650px;margin:0 auto 2.5rem;text-align:center}.contact-form-panel h2{margin-top:.8rem;font-family:'Cormorant Garamond',serif;font-size:clamp(2.3rem,5vw,3.7rem);font-weight:600;line-height:1.05}.contact-form-panel .button-gold{justify-self:center;min-width:220px}
.contact-branches{border-top:1px solid rgba(0,0,0,.08);background:#f7f7f4;padding:clamp(4rem,8vw,7rem) 0}.contact-branches-heading{max-width:620px;margin-bottom:2.5rem}.contact-branches-heading h2{margin-top:.75rem;font-family:'Cormorant Garamond',serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:600;line-height:1}.contact-branch-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:1rem}.contact-branch-card{display:flex;min-height:330px;flex-direction:column;border:1px solid rgba(0,0,0,.09);background:#fff;padding:2rem}.contact-branch-card>span{color:rgba(0,0,0,.38);font-size:.65rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.contact-branch-card h3{margin:.8rem 0 1.5rem;font-family:'Cormorant Garamond',serif;font-size:2.1rem;font-weight:600}.contact-branch-card>p{color:rgba(0,0,0,.56);font-size:.875rem;line-height:1.8}.contact-branch-card dl{display:grid;gap:.85rem;margin-top:1.5rem}.contact-branch-card dt{color:rgba(0,0,0,.38);font-size:.65rem;font-weight:800;text-transform:uppercase}.contact-branch-card dd{margin-top:.15rem;font-size:.875rem}.contact-branch-map{align-self:flex-start;margin-top:auto;border-bottom:2px solid var(--brand-primary);padding-top:1.5rem;font-size:.75rem;font-weight:800}.guide-section{padding:clamp(4rem,8vw,7rem) 0}.guide-intro{margin-bottom:3rem}.guide-accordion{border-top:1px solid rgba(0,0,0,.14)}.guide-accordion details{border-bottom:1px solid rgba(0,0,0,.14)}.guide-accordion summary{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1.6rem 0;cursor:pointer;list-style:none;font-family:'Cormorant Garamond',serif;font-size:clamp(1.35rem,3vw,1.75rem);font-weight:600}.guide-accordion summary::-webkit-details-marker{display:none}.guide-accordion summary i{position:relative;width:18px;height:18px;flex:0 0 18px}.guide-accordion summary i::before,.guide-accordion summary i::after{position:absolute;top:8px;left:1px;width:16px;height:2px;background:var(--brand-primary);content:'';transition:transform .2s}.guide-accordion summary i::after{transform:rotate(90deg)}.guide-accordion details[open] summary i::after{transform:rotate(0)}.guide-answer{max-width:760px;padding:0 2.5rem 1.8rem 0;color:rgba(0,0,0,.62);font-size:.95rem;line-height:1.9}.guide-empty{color:rgba(0,0,0,.5)}
.team-grid { display: grid; gap: 2rem 1.25rem; }.team-card { position: relative; overflow: hidden; border: 1px solid rgba(0,0,0,.1); background: #fff; }.team-photo { display: grid; aspect-ratio: 1; place-items: center; overflow: hidden; background: #f1f1ef; }.team-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top; filter: grayscale(1); transition: filter .3s,transform .4s; }.team-photo span { font-family: 'Cormorant Garamond',serif; font-size: 4rem; }.team-card:hover .team-photo img { filter: grayscale(0); transform: scale(1.015); }.team-card-body { padding: 1.25rem; }.team-card-body h2 { font-family: 'Cormorant Garamond',serif; font-size: 1.65rem; font-weight: 600; line-height: 1.05; }.team-card-body p { margin-top: .5rem; color: rgba(0,0,0,.48); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }.team-socials { display: flex; gap: .4rem; border-top: 1px solid rgba(0,0,0,.08); padding: .75rem 1.25rem; }.team-socials a { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid rgba(0,0,0,.16); color: #111; font-size: 8px; font-weight: 800; text-transform: uppercase; }.team-socials a:hover { border-color: var(--brand-primary); background: var(--brand-primary); }.agent-detail-socials { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.25rem; }.agent-detail-socials a { border-bottom: 1px solid rgba(0,0,0,.25); padding: .45rem 0; color: var(--link-color); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }.agent-detail-socials a:hover { border-color: var(--brand-primary); }
.agent-biography { color: rgba(0,0,0,.68); font-size: 1rem; line-height: 1.9; text-align: justify; text-justify: inter-word; }
.not-found-page{min-height:calc(100vh - 6rem);display:grid;align-items:center;background:linear-gradient(125deg,#fff 0%,#fff 62%,#faf8ed 62%,#faf8ed 100%);padding:4rem 0}.not-found-shell{display:grid;align-items:center;gap:3rem}.not-found-copy{max-width:700px}.not-found-eyebrow{color:#756400;font-size:10px;font-weight:800;letter-spacing:.19em;text-transform:uppercase}.not-found-code{display:block;margin-top:1rem;color:#FFD700;font-family:'Cormorant Garamond',serif;font-size:clamp(5.5rem,15vw,10rem);font-weight:700;line-height:.72;letter-spacing:-.08em}.not-found-copy h1{max-width:680px;margin-top:2rem;font-family:'Cormorant Garamond',serif;font-size:clamp(2.7rem,6vw,5rem);font-weight:600;line-height:.94;letter-spacing:-.035em}.not-found-description{max-width:590px;margin-top:1.4rem;color:rgba(0,0,0,.55);font-size:14px;line-height:1.85}.not-found-search{display:flex;max-width:610px;align-items:end;gap:.75rem;margin-top:2rem}.not-found-search label{min-width:0;flex:1}.not-found-search label>span{display:block;margin-bottom:.5rem;color:rgba(0,0,0,.44);font-size:9px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.not-found-search input{width:100%;border:0;border-bottom:1px solid rgba(0,0,0,.28);background:transparent;padding:.8rem 0;font-size:13px;outline:none}.not-found-search input:focus{border-color:#111}.not-found-search button,.not-found-primary{display:inline-flex;min-height:46px;align-items:center;justify-content:center;border:1px solid #FFD700;background:#FFD700;padding:0 1.25rem;color:#111;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.not-found-search button:hover,.not-found-primary:hover{background:#ffe43d}.not-found-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.25rem}.not-found-secondary{display:inline-flex;min-height:46px;align-items:center;justify-content:center;border:1px solid rgba(0,0,0,.18);padding:0 1.25rem;color:#111;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.not-found-secondary:hover{border-color:#111}.not-found-path{display:block;overflow-wrap:anywhere;margin-top:1.5rem;color:rgba(0,0,0,.32);font-size:10px}.not-found-art{position:relative;display:none;min-height:470px;place-items:center;overflow:hidden;border:1px solid rgba(0,0,0,.1);background:#111;color:#fff}.not-found-art span{position:relative;z-index:1;font-family:'Cormorant Garamond',serif;font-size:clamp(8rem,18vw,15rem);font-weight:600;letter-spacing:-.12em}.not-found-art i{position:absolute;width:280px;height:280px;border-radius:50%;background:#FFD700;mix-blend-mode:difference}.not-found-art b{position:absolute;right:1.5rem;bottom:1.5rem;font-size:9px;letter-spacing:.25em}

@media (min-width: 768px) {
    .team-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .featured-property-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .service-card + .service-card { border-top: 0; border-left: 1px solid rgba(0,0,0,.1); }
}
@media (min-width: 1024px) {
    .not-found-shell{grid-template-columns:minmax(0,1.25fr) minmax(330px,.75fr)}.not-found-art{display:grid}
    .team-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
    .featured-property-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
    .site-container { width: min(100% - 4rem, 1180px); }
    .section-space { padding-block: 5.5rem; }
    .search-field { border-right: 1px solid rgba(0,0,0,.12); border-bottom: 0; padding: .25rem 1.4rem; }
    .search-field:first-child { padding-left: 0; }
    .home-property-search { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(125px,.72fr) minmax(125px,.72fr) auto; align-items: end; padding: 1.75rem; }
    .home-property-search > button { width: auto; min-width: 112px; margin-top: 0; }
    .property-gallery { height: 640px; }
    .contact-map-frame { height: 520px; }
    .header-search-field { width: 165px; }
    .header-property-search-desktop { display: block; }
}
@media (min-width: 1280px) { .header-search-field { width: 235px; } }
.contact-office-list{gap:0;border-top:1px solid rgba(0,0,0,.13)}.contact-office-row{border:0;border-bottom:1px solid rgba(0,0,0,.13);background:transparent;padding:clamp(1.25rem,3vw,2rem) 0}.contact-office-map{overflow:hidden}
@media(max-width:780px){.contact-office-row{grid-template-columns:1fr;padding:1.5rem 0 2rem}.contact-office-map,.contact-office-map iframe,.contact-office-map>div{min-height:320px}.contact-office-info{min-height:360px;padding-right:1rem;padding-left:1rem}.contact-form-panel .button-gold{width:100%}}
.contact-office-info dd{display:grid;gap:.25rem}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Property detail: aligned hero and consolidated portfolio overview */
.property-hero h1{margin-top:0;font-size:clamp(1.85rem,3.35vw,3.1rem);line-height:1.06}
.property-price-panel{align-self:start}
.property-location-line{gap:0}
.property-label-line{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem 1rem;margin-top:1.15rem}
.property-listing-kind{color:rgba(0,0,0,.65);font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.property-label-line .property-marketing-tags{margin-top:0}
.property-overview{margin-top:2rem;background:#fff}
.property-overview-header{display:flex;flex-direction:column;gap:1.25rem;justify-content:space-between;background:#fff;padding:1.4rem 0;color:#111}
.property-overview-header .eyebrow{color:#806c00}
.property-overview-header h2{margin-top:.35rem;color:#111;font-family:'Cormorant Garamond',serif;font-size:clamp(2rem,4vw,2.8rem);font-weight:600;line-height:1}
.property-overview-update{border-left:2px solid var(--brand-primary);padding-left:1rem}
.property-overview-update span,.property-overview-update small{display:block;color:rgba(0,0,0,.42);font-size:8px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}
.property-overview-update strong{display:block;margin:.35rem 0;color:#111;font-size:13px}
.property-overview-update small{font-weight:600;letter-spacing:0;line-height:1.5;text-transform:none}
.property-overview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem 1rem;background:#f7f7f4;padding:1.5rem}
.property-overview-grid article{display:block;min-width:0;padding:0}
.property-overview-grid span{display:block;color:rgba(0,0,0,.43);font-size:8px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.property-overview-grid strong{display:block;overflow:hidden;margin-top:.28rem;font-size:13px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}
@media(min-width:640px){.property-overview-header{flex-direction:row;align-items:center;padding:1.6rem 0}.property-overview-update{text-align:right}.property-overview-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.75rem 2rem;padding:2rem}}
@media(min-width:768px){.property-hero{align-items:start}.property-price-panel{margin-top:0}.property-overview-grid{grid-template-columns:repeat(4,minmax(0,1fr));padding:2.2rem 2.4rem}.property-overview-grid strong{font-size:14px}}
.property-inquiry-card{padding:0}
.property-inquiry-card>summary{display:flex;min-height:76px;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;cursor:pointer;list-style:none}
.property-inquiry-card>summary::-webkit-details-marker{display:none}
.property-inquiry-card>summary small,.property-inquiry-card>summary strong{display:block}
.property-inquiry-card>summary small{color:#806c00;font-size:8px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}
.property-inquiry-card>summary strong{margin-top:.35rem;font-family:'Cormorant Garamond',serif;font-size:1.7rem;font-weight:600;line-height:1}
.property-inquiry-card>summary i{position:relative;width:20px;height:20px;flex:0 0 20px}
.property-inquiry-card>summary i:before,.property-inquiry-card>summary i:after{position:absolute;top:9px;left:1px;width:18px;height:2px;background:#111;content:'';transition:transform .2s}
.property-inquiry-card>summary i:after{transform:rotate(90deg)}
.property-inquiry-card[open]>summary i:after{transform:rotate(0)}
.property-inquiry-card[open]>summary{border-bottom:1px solid rgba(0,0,0,.09)}
.property-inquiry-body{padding:0 1.5rem 1.5rem}
.property-description-wide{padding-top:clamp(3.5rem,7vw,6rem);padding-bottom:clamp(3.5rem,7vw,5.5rem)}
.property-description-wide .eyebrow{color:#806c00}
.property-description-wide h2{margin-top:.65rem;font-family:'Cormorant Garamond',serif;font-size:clamp(2.3rem,5vw,3.8rem);font-weight:600;line-height:1}
.property-description-wide .prose-property{width:100%;max-width:none;margin-top:2rem;color:rgba(0,0,0,.68);font-size:15px;line-height:2}
.property-description-wide .prose-property p{margin:.8rem 0}
.property-description-wide .prose-property h2,.property-description-wide .prose-property h3,.property-description-wide .prose-property h4{margin:2rem 0 .8rem;color:#111;font-family:'Cormorant Garamond',serif;font-weight:600;line-height:1.15}
.property-description-wide .prose-property h2{font-size:2rem}.property-description-wide .prose-property h3{font-size:1.65rem}.property-description-wide .prose-property h4{font-size:1.35rem}
.property-description-wide .prose-property ul,.property-description-wide .prose-property ol{margin:1rem 0;padding-left:1.5rem}.property-description-wide .prose-property ul{list-style:disc}.property-description-wide .prose-property ol{list-style:decimal}
.property-description-wide .prose-property blockquote{margin:1.5rem 0;border-left:3px solid var(--brand-primary);background:#faf9f4;padding:1.25rem 1.5rem;color:#444}
.property-description-wide .prose-property a{text-decoration:underline;text-decoration-color:var(--brand-primary);text-underline-offset:3px}
.property-description-wide .prose-property hr{margin:2rem 0;border:0;border-top:1px solid rgba(0,0,0,.12)}
.property-description-content{position:relative}
.property-description-content.is-collapsible{max-height:15rem;overflow:hidden;transition:max-height .45s ease}
.property-description-content.is-collapsible:after{position:absolute;right:0;bottom:0;left:0;height:5.5rem;background:linear-gradient(180deg,rgba(255,255,255,0),#fff 88%);content:'';pointer-events:none;transition:opacity .25s ease}
.property-description-content.is-expanded:after{opacity:0}
.property-description-toggle{display:flex;width:100%;min-height:58px;align-items:center;justify-content:center;gap:.75rem;border-top:1px solid rgba(0,0,0,.12);background:#fff;color:#111;font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;transition:border-color .2s ease,background-color .2s ease}
.property-description-toggle[hidden]{display:none}
.property-description-toggle:hover{border-color:var(--brand-primary);background:#fffdf0}
.property-description-toggle i{position:relative;width:16px;height:16px;transition:transform .3s ease}
.property-description-toggle i:before,.property-description-toggle i:after{position:absolute;top:7px;width:9px;height:1.5px;background:#111;content:''}
.property-description-toggle i:before{left:0;transform:rotate(42deg)}
.property-description-toggle i:after{right:0;transform:rotate(-42deg)}
.property-description-toggle[aria-expanded="true"] i{transform:rotate(180deg)}
.property-description-wide+.property-content-layout{padding-top:0}
@media(max-width:639px){.property-description-content.is-collapsible{max-height:13rem}.property-description-toggle{min-height:54px}}
@media(prefers-reduced-motion:reduce){.property-description-content.is-collapsible,.property-description-toggle i{transition:none}}
.portfolio-filter-section{border-bottom:1px solid rgba(0,0,0,.1);background:#f5f3eb;padding:clamp(1.5rem,3vw,2.5rem) 0}
.portfolio-filter{border:1px solid rgba(0,0,0,.1);background:#fff;padding:clamp(1rem,2vw,1.5rem)}
.portfolio-filter-heading{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:.75rem;border-bottom:1px solid rgba(0,0,0,.08);padding-bottom:1rem}
.portfolio-filter-heading span,.portfolio-filter-heading strong{display:block}.portfolio-filter-heading span{color:#806c00;font-size:8px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.portfolio-filter-heading strong{margin-top:.3rem;font-size:14px}.portfolio-filter-heading small{color:rgba(0,0,0,.42);font-size:10px}
.portfolio-filter-primary,.portfolio-filter-secondary{display:grid;gap:.75rem;margin-top:1rem}
.portfolio-filter-actions{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.5rem}
.portfolio-filter-actions button,.portfolio-filter-actions a{display:grid;min-height:64px;place-items:center;padding:0 1rem;font-size:9px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}
.portfolio-filter-actions button{background:var(--brand-primary);color:#111}.portfolio-filter-actions button:hover{background:#111;color:#fff}.portfolio-filter-actions a{border:1px solid rgba(0,0,0,.14);background:#fff}
.property-location-filter{margin-top:1rem;border-top:1px solid rgba(0,0,0,.08);border-bottom:1px solid rgba(0,0,0,.08);background:#faf9f5;padding:1rem}
.property-location-filter-heading{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:1rem}
.property-location-filter-heading>span{font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.property-location-filter-heading strong{color:rgba(0,0,0,.5);font-size:11px;font-weight:650}
.property-location-filter-fields{display:grid;gap:.65rem}
.portfolio-filter .filter-control{min-height:64px;padding:.65rem .85rem}
@media(min-width:640px){.portfolio-filter-primary{grid-template-columns:repeat(2,minmax(0,1fr))}.portfolio-filter-search{grid-column:1/-1}.property-location-filter-fields,.portfolio-filter-secondary{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(min-width:1024px){.portfolio-filter-primary{grid-template-columns:minmax(320px,2fr) minmax(170px,.75fr) minmax(210px,1fr)}.portfolio-filter-search{grid-column:auto}.property-location-filter-fields{grid-template-columns:repeat(4,minmax(0,1fr))}.portfolio-filter-secondary{grid-template-columns:repeat(4,minmax(0,1fr)) minmax(230px,1.2fr)}.portfolio-filter-actions button,.portfolio-filter-actions a{min-height:64px}}

/* Public portfolio catalog: sidebar filters and selectable result density */
.portfolio-catalog{background:#fff}
.portfolio-catalog-layout{display:grid;gap:2rem}
.portfolio-filter-sidebar{min-width:0}
.portfolio-filter-disclosure{border:1px solid rgba(0,0,0,.11);background:#f7f6f1}
.portfolio-filter-disclosure>summary{display:grid;min-height:64px;grid-template-columns:minmax(0,1fr) auto;align-items:center;column-gap:1rem;padding:0 1.15rem;cursor:pointer;list-style:none}
.portfolio-filter-disclosure>summary::-webkit-details-marker{display:none}
.portfolio-filter-disclosure>summary span{font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.portfolio-filter-disclosure>summary small{grid-column:1;color:rgba(0,0,0,.43);font-size:10px}
.portfolio-filter-disclosure>summary i{position:relative;grid-column:2;grid-row:1/3;width:18px;height:18px}
.portfolio-filter-disclosure>summary i:before,.portfolio-filter-disclosure>summary i:after{position:absolute;top:8px;left:1px;width:16px;height:2px;background:#111;content:'';transition:transform .2s}
.portfolio-filter-disclosure>summary i:after{transform:rotate(90deg)}
.portfolio-filter-disclosure[open]>summary i:after{transform:rotate(0)}
.portfolio-filter-disclosure[open]>summary{border-bottom:1px solid rgba(0,0,0,.09)}
.portfolio-filter-sidebar .portfolio-filter{border:0;background:#f7f6f1;padding:1.15rem}
.portfolio-filter-sidebar .portfolio-filter-heading{display:block;padding-bottom:.9rem}
.portfolio-filter-sidebar .portfolio-filter-heading small{display:block;margin-top:.45rem;line-height:1.55}
.portfolio-filter-sidebar .portfolio-filter-primary,.portfolio-filter-sidebar .portfolio-filter-secondary,.portfolio-filter-sidebar .property-location-filter-fields{grid-template-columns:minmax(0,1fr)}
.portfolio-filter-sidebar .portfolio-filter-search{grid-column:auto}
.portfolio-filter-sidebar .portfolio-filter-primary,.portfolio-filter-sidebar .portfolio-filter-secondary{gap:.6rem;margin-top:.8rem}
.portfolio-filter-sidebar .portfolio-filter .filter-control{min-height:58px;background:#fff;padding:.55rem .72rem}
.portfolio-filter-sidebar .property-location-filter{margin-top:.8rem;background:transparent;padding:.9rem 0}
.portfolio-filter-sidebar .property-location-filter-heading{display:block;margin-bottom:.7rem}
.portfolio-filter-sidebar .property-location-filter-heading strong{display:block;margin-top:.35rem;line-height:1.45}
.portfolio-filter-sidebar .property-location-filter-fields{gap:.55rem}
.portfolio-filter-sidebar .portfolio-filter-actions{margin-top:.15rem;grid-template-columns:minmax(0,1fr) 76px}
.portfolio-filter-sidebar .portfolio-filter-actions button,.portfolio-filter-sidebar .portfolio-filter-actions a{min-height:54px;padding:0 .65rem}
.portfolio-results-column{min-width:0}
.portfolio-results-toolbar{display:flex;flex-direction:column;gap:1rem;border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:1rem}
.portfolio-results-toolbar p{color:rgba(0,0,0,.55);font-size:12px}.portfolio-results-toolbar p strong{color:#111}
.portfolio-results-toolbar small{display:block;margin-top:.25rem;color:rgba(0,0,0,.36);font-size:9px;letter-spacing:.05em}
.portfolio-results-controls{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem}
.portfolio-results-controls>form{min-height:38px;border:1px solid rgba(0,0,0,.1);padding:0 .7rem}
.portfolio-view-switch{display:flex;border:1px solid rgba(0,0,0,.12);background:#fff}
.portfolio-view-switch a{display:flex;min-height:38px;align-items:center;gap:.38rem;border-left:1px solid rgba(0,0,0,.09);padding:0 .65rem;color:rgba(0,0,0,.48);font-size:8px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}
.portfolio-view-switch a:first-child{border-left:0}.portfolio-view-switch a:hover{color:#111}.portfolio-view-switch a.is-active{background:#111;color:#fff}
.view-list-icon{display:grid;width:14px;gap:2px}.view-list-icon i{display:block;height:2px;background:currentColor}
.view-grid-icon{display:grid;width:14px;grid-template-columns:repeat(2,1fr);gap:2px}.view-grid-icon i{display:block;height:10px;background:currentColor}.view-grid-3{grid-template-columns:repeat(3,1fr)}
.portfolio-results-grid{display:grid;gap:1.4rem;margin-top:1.5rem}
.portfolio-result-card{min-width:0;border:1px solid rgba(0,0,0,.1);background:#fff}
.portfolio-result-link{display:block;height:100%}
.portfolio-result-media{aspect-ratio:4/3}
.portfolio-result-content{padding:1.25rem}
.portfolio-result-meta{color:#806c00;font-size:8px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.portfolio-result-title{display:-webkit-box;overflow:hidden;min-height:2.45em;margin-top:.65rem;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-family:'Cormorant Garamond',serif;font-size:1.45rem;font-weight:600;line-height:1.08}
.portfolio-result-summary{display:flex;align-items:flex-end;justify-content:space-between;gap:.75rem;margin-top:1rem;border-top:1px solid rgba(0,0,0,.09);padding-top:1rem}
.portfolio-result-summary p:first-child{font-size:12px;font-weight:800}.portfolio-result-summary p:last-child{color:rgba(0,0,0,.48);font-size:10px;white-space:nowrap}
.portfolio-result-tags{margin-top:1rem}
.portfolio-view-grid3 .portfolio-result-content{padding:1rem}.portfolio-view-grid3 .portfolio-result-title{font-size:1.2rem}.portfolio-view-grid3 .portfolio-result-summary{display:block}.portfolio-view-grid3 .portfolio-result-summary p:last-child{margin-top:.4rem}.portfolio-view-grid3 .property-marketing-tag{font-size:7px}
.portfolio-view-list{grid-template-columns:1fr}
.portfolio-view-list .portfolio-result-link{display:grid;grid-template-columns:minmax(180px,34%) minmax(0,1fr)}
.portfolio-view-list .portfolio-result-media{height:100%;min-height:215px;aspect-ratio:auto}
.portfolio-view-list .portfolio-result-content{display:flex;min-width:0;flex-direction:column;padding:1.35rem 1.5rem}
.portfolio-view-list .portfolio-result-title{min-height:0;font-size:1.65rem}
.portfolio-view-list .portfolio-result-summary{margin-top:auto}
@media(min-width:640px){.portfolio-results-toolbar{flex-direction:row;align-items:center;justify-content:space-between}.portfolio-results-controls{justify-content:flex-end}.portfolio-view-grid2,.portfolio-view-grid3{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(min-width:1024px){.portfolio-catalog-layout{grid-template-columns:minmax(260px,292px) minmax(0,1fr);align-items:start;gap:2.25rem}.portfolio-filter-sidebar{position:sticky;top:7rem}.portfolio-filter-disclosure>summary{display:none}.portfolio-filter-disclosure>form{display:block!important}.portfolio-view-grid3{grid-template-columns:repeat(3,minmax(0,1fr))}.portfolio-results-grid{gap:1.25rem}.portfolio-view-grid3{gap:1rem}}
@media(max-width:639px){.portfolio-catalog{padding-top:2rem}.portfolio-view-switch a{padding:0 .55rem}.portfolio-view-switch b{display:none}.portfolio-view-list .portfolio-result-link{display:block}.portfolio-view-list .portfolio-result-media{min-height:0;aspect-ratio:4/3}.portfolio-view-list .portfolio-result-content{display:block}.portfolio-view-list .portfolio-result-summary{margin-top:1rem}}

/* İlan detayında video sunumu: fiyat kartı ile bilgi talebi arasında. */
.property-contact-sticky>.property-agent-card{order:1}
.property-sidebar-video{order:2;border:1px solid rgba(0,0,0,.11);background:#fff;padding:1.25rem}
.property-sidebar-video>.eyebrow{color:#806c00}
.property-sidebar-video>h2{margin-top:.4rem;font-family:'Cormorant Garamond',serif;font-size:1.8rem;font-weight:600;line-height:1}
.property-sidebar-video .property-video-grid{grid-template-columns:1fr;margin-top:1rem}
.property-sidebar-video .property-video-grid video{border:0;background:#111}
.property-sidebar-video .property-video-grid figure+figure{border-top:1px solid rgba(0,0,0,.1);padding-top:1rem}
.property-sidebar-video .property-video-grid figcaption{margin-top:.6rem;font-size:10px;line-height:1.5}
.property-contact-sticky>.property-inquiry-card{order:3}
