
:root {
  --ink:#171a1c; --ink-2:#22272a; --gold:#e6ac5a; --gold-deep:#9a6427; --gold-light:#f4cf98; --gold-hover:#efbd74; --gold-rgb:230,172,90; --gold-deep-rgb:154,100,39;
  --cream:#f2ede4; --cream-2:#faf7f1; --stone:#d8cfbf; --gray:#6e675c;
  --white:#fff; --line:rgba(23,26,28,.14); --shadow:0 22px 55px rgba(21,24,25,.12);
  --radius:18px; --radius-sm:10px; --container:1240px; --serif:"Iowan Old Style","Palatino Linotype",Palatino,Baskerville,Georgia,serif;
  --sans:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  --header-height:86px; --utility-bar-height:46px; --sticky-header-height:calc(var(--header-height) + var(--utility-bar-height));
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.65;background:var(--white);-webkit-font-smoothing:antialiased}body.modal-open{overflow:hidden}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3{font-family:var(--serif);line-height:1.05;font-weight:600}h1{font-size:clamp(3.25rem,7vw,7.35rem);letter-spacing:-.055em;margin-bottom:1.4rem}h2{font-size:clamp(2.35rem,4vw,4.7rem);letter-spacing:-.045em;margin-bottom:1.25rem}h3{font-size:1.45rem;letter-spacing:-.025em}em{font-weight:400;color:var(--gold);font-style:italic}.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}.section{padding:clamp(78px,9vw,132px) 0;position:relative}.section--cream{background:var(--cream-2)}.section--dark{background:var(--ink);color:var(--white)}.section--watermark{overflow:hidden}.section--watermark:before{content:"";position:absolute;inset:auto -12% -18% auto;width:min(60vw,780px);aspect-ratio:900/420;background:url('../img/watermark.svg') center/contain no-repeat;pointer-events:none}.eyebrow{display:inline-block;margin-bottom:18px;text-transform:uppercase;letter-spacing:.19em;font-size:.73rem;line-height:1.3;font-weight:800;color:var(--gold-deep)}.eyebrow--light{color:var(--gold-light)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;left:10px;top:10px;z-index:9999;background:var(--ink);color:#fff;padding:10px 16px;transform:translateY(-150%)}.skip-link:focus{transform:none}.icon{width:19px;height:19px;flex:0 0 auto}.button{appearance:none;border:1px solid var(--gold);background:var(--gold);color:var(--ink);font-weight:800;font-size:.78rem;text-transform:uppercase;letter-spacing:.09em;display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:52px;padding:0 25px;border-radius:999px;transition:.25s ease}.button:hover,.button:focus-visible{background:var(--gold-hover);border-color:var(--gold-hover);transform:translateY(-2px);box-shadow:0 12px 26px rgba(var(--gold-rgb),.25)}.button--small{min-height:44px;padding-inline:18px;font-size:.7rem}.button--outline{background:transparent;border-color:rgba(23,26,28,.35)}.button--outline:hover{background:var(--ink);border-color:var(--ink);color:#fff}.button--light{background:#fff;border-color:#fff;color:var(--ink)}.button--dark{background:var(--ink);border-color:var(--ink);color:#fff}.button--outline-light{background:transparent;border-color:rgba(255,255,255,.55);color:#fff}.button--outline-light:hover{background:#fff;color:var(--ink);border-color:#fff}.text-link{font-weight:800;display:inline-flex;align-items:center;gap:9px;border-bottom:1px solid currentColor;padding-bottom:4px}.text-link .icon{transition:transform .2s}.text-link:hover .icon{transform:translateX(5px)}.text-link--light{color:#fff}.text-button{background:none;border:0;text-decoration:underline;color:var(--gray);padding:10px}.is-hidden{display:none!important}
.utility-bar{background:var(--ink);color:rgba(255,255,255,.76);font-size:.74rem}.utility-bar__inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:20px}.utility-bar p{margin:0;text-transform:uppercase;letter-spacing:.12em;font-size:.66rem}.utility-links{display:flex;align-items:center;gap:20px}.utility-links a{display:flex;align-items:center;gap:7px}.utility-links .icon{width:14px;height:14px}.utility-social{opacity:.8}.site-header{height:var(--header-height);position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid transparent;transition:.25s}.site-header.is-scrolled{height:76px;border-color:var(--line);box-shadow:0 8px 30px rgba(0,0,0,.06)}.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:block;width:min(315px,28vw)}.site-nav{display:flex;align-items:center;gap:26px}.site-nav ul{list-style:none;display:flex;align-items:center;gap:24px;padding:0;margin:0}.site-nav li a{font-size:.73rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;position:relative;padding:14px 0}.site-nav li a:after{content:"";position:absolute;left:0;right:100%;bottom:5px;height:2px;background:var(--gold);transition:.22s}.site-nav li a:hover:after,.site-nav li a.is-active:after{right:0}.menu-toggle{display:none;background:none;border:0;padding:8px}.menu-toggle span:not(.sr-only){display:block;width:28px;height:2px;background:var(--ink);margin:6px 0;transition:.2s}
.hero{position:relative;min-height:calc(100svh - 124px);display:grid;align-items:center;color:#fff;overflow:hidden}.hero-media,.hero-overlay{position:absolute;inset:0}.hero-media img{width:100%;height:100%;object-fit:cover}.hero-overlay{background:linear-gradient(90deg,rgba(9,12,13,.91) 0%,rgba(9,12,13,.68) 48%,rgba(9,12,13,.16) 100%),linear-gradient(0deg,rgba(9,12,13,.68) 0%,transparent 40%)}.hero-content{position:relative;z-index:2;padding:92px 0 62px}.hero-content>p{font-size:clamp(1.05rem,1.5vw,1.25rem);max-width:650px;color:rgba(255,255,255,.82);margin-bottom:28px}.hero-actions{display:flex;align-items:center;gap:28px;flex-wrap:wrap}.hero-search{margin-top:56px;background:rgba(255,255,255,.97);color:var(--ink);padding:16px;border-radius:16px;box-shadow:0 25px 70px rgba(0,0,0,.3);max-width:1130px}.jamre-legacy-preview .search-tabs{display:flex;gap:4px;margin:-47px 0 14px}.jamre-legacy-preview .search-tabs button{background:rgba(23,26,28,.86);color:#fff;border:0;padding:10px 24px;font-weight:800;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;border-radius:10px 10px 0 0}.jamre-legacy-preview .search-tabs button.is-active{background:var(--gold);color:var(--ink)}.jamre-legacy-preview .quick-search-form{display:grid;grid-template-columns:2fr 1.2fr 1fr .7fr auto;align-items:end}.jamre-legacy-preview .quick-search-form label{padding:5px 17px;border-right:1px solid var(--line);display:grid;gap:4px}.jamre-legacy-preview .quick-search-form label span{font-size:.65rem;text-transform:uppercase;letter-spacing:.12em;font-weight:800;color:var(--gray)}.jamre-legacy-preview .quick-search-form input,.jamre-legacy-preview .quick-search-form select{width:100%;border:0;background:transparent;min-height:38px;outline:0;color:var(--ink)}.jamre-legacy-preview .search-submit{min-height:56px;border-radius:10px}.idx-note{margin:9px 5px -4px;font-size:.67rem;color:#847a6b}.trust-strip{background:var(--ink-2);color:#fff}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:25px 0}.trust-grid div{display:flex;flex-direction:column;padding:5px 28px;border-right:1px solid rgba(255,255,255,.12)}.trust-grid div:first-child{padding-left:0}.trust-grid div:last-child{border:0}.trust-grid strong{font-family:var(--serif);font-size:2.2rem;color:var(--gold);line-height:1}.trust-grid span{font-size:.74rem;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.65);margin-top:7px}
.section-heading-row{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:42px}.section-heading-row>div{max-width:760px}.section-heading-row h2{font-size:clamp(2.4rem,4vw,4.3rem);margin-bottom:12px}.section-heading-row p{color:var(--gray);max-width:660px;margin:0}.section-heading-row--light p{color:rgba(255,255,255,.7)}.center-heading{text-align:center;max-width:820px;margin:0 auto 50px}.center-heading p{color:var(--gray)}.center-heading--light p{color:rgba(255,255,255,.7)}.property-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.property-card{background:#fff;border:1px solid rgba(23,26,28,.1);border-radius:var(--radius);overflow:hidden;transition:.28s;min-width:0}.property-card:hover{transform:translateY(-7px);box-shadow:var(--shadow)}.property-card__image{position:relative;display:block;aspect-ratio:1.38;overflow:hidden;background:#2b3133}.property-card__image-link{display:block;width:100%;height:100%}.property-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .55s}.property-card:hover .property-card__image img{transform:scale(1.045)}.property-badge{position:absolute;left:16px;top:16px;padding:7px 11px;background:var(--gold);color:var(--ink);font-size:.63rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em;border-radius:999px}.property-badge--inline{position:static;display:inline-block;margin-bottom:18px}.favorite{position:absolute;right:15px;top:15px;width:40px;height:40px;border-radius:50%;border:0;background:rgba(255,255,255,.9);display:grid;place-items:center}.favorite.is-saved{background:var(--gold)}.favorite.is-saved .icon{fill:currentColor}.property-card__body{padding:22px}.property-price{font-family:var(--serif);font-size:1.7rem;font-weight:700;margin:0 0 6px}.property-card h3{font-family:var(--sans);font-size:1rem;line-height:1.35;margin-bottom:3px}.property-location{color:var(--gray);font-size:.84rem;margin:0}.property-meta{display:flex;gap:15px;padding-top:17px;margin-top:17px;border-top:1px solid var(--line);font-size:.72rem;color:var(--gray)}.property-meta strong{color:var(--ink)}.property-office{font-size:.66rem;color:#908778;margin:13px 0 0}.idx-placeholder{margin-top:30px;border:1px dashed rgba(var(--gold-deep-rgb),.55);background:#fffaf0;padding:20px 25px;border-radius:12px;text-align:center;color:#7b653e}.idx-placeholder span,.idx-placeholder strong{display:block;font-size:.69rem;font-weight:900;letter-spacing:.12em}.idx-placeholder p{font-size:.78rem;margin:5px 0 0}.idx-placeholder--large{min-height:180px;display:grid;place-content:center}.jamre-legacy-preview .idx-placeholder--results{margin-bottom:0}.pathway-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;position:relative;z-index:1}.pathway-card{background:#fff;border-radius:var(--radius);padding:42px;min-height:390px;display:flex;flex-direction:column;align-items:flex-start;box-shadow:0 18px 55px rgba(25,25,25,.07);transition:.25s}.pathway-card:hover{transform:translateY(-7px)}.pathway-card--dark{background:var(--ink);color:#fff}.pathway-card h2{font-size:2.7rem;margin-bottom:18px}.pathway-card p{color:var(--gray);margin-bottom:auto}.pathway-card--dark p{color:rgba(255,255,255,.7)}.pathway-icon{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:var(--cream);color:var(--gold-deep);margin-bottom:36px}.pathway-card--dark .pathway-icon{background:rgba(255,255,255,.1);color:var(--gold)}.pathway-icon .icon{width:30px;height:30px}.split-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(50px,8vw,110px);align-items:center}.split-layout--reverse>.split-copy{order:2}.split-copy>p{color:var(--gray);font-size:1.03rem}.split-copy--light>p{color:rgba(255,255,255,.7)}.rounded-image{border-radius:var(--radius);box-shadow:var(--shadow)}.photo-stack{position:relative}.photo-stack__main{border-radius:var(--radius);width:90%;box-shadow:var(--shadow)}.photo-stack__card{position:absolute;right:0;bottom:-38px;background:#fff;box-shadow:var(--shadow);padding:22px 25px;border-radius:14px;display:flex;align-items:center;gap:16px}.photo-stack__card img{width:56px}.photo-stack__card strong{font-family:var(--serif);font-size:1.2rem;line-height:1.15}.check-list{list-style:none;padding:0;margin:30px 0;display:grid;gap:13px}.check-list li{display:flex;align-items:flex-start;gap:12px}.check-list .icon{color:var(--gold-deep);margin-top:3px}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.service-card{border:1px solid rgba(255,255,255,.14);padding:30px;border-radius:14px;min-height:270px}.service-icon{width:38px;height:38px;color:var(--gold);margin-bottom:55px}.service-card h3{font-family:var(--sans);font-size:1.07rem}.service-card p{font-size:.84rem;color:rgba(255,255,255,.65)}.sell-feature{min-height:570px;display:flex;align-items:center;color:#fff;overflow:hidden}.sell-feature__media{position:absolute;inset:0}.sell-feature__media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(12,14,15,.95),rgba(12,14,15,.58) 55%,rgba(12,14,15,.08))}.sell-feature__media img{width:100%;height:100%;object-fit:cover}.sell-feature__content{position:relative;z-index:1}.sell-feature__content h2,.sell-feature__content p{max-width:650px}.sell-feature__content p{font-size:1.08rem;color:rgba(255,255,255,.76)}.sell-feature__content>div{display:flex;gap:12px;flex-wrap:wrap}.mini-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;margin-top:30px}.mini-cards a{background:#fff;border:1px solid var(--line);border-radius:12px;padding:20px;display:grid;gap:7px}.mini-cards span{font-size:.75rem;color:var(--gray);display:flex;align-items:center;gap:7px}.mini-cards .icon{width:15px}.rental-panel{min-height:500px;border-radius:var(--radius);background:var(--gold);position:relative;overflow:hidden;display:flex;align-items:flex-end;padding:45px}.rental-panel__mark{position:absolute;right:-40px;top:-30px;font-family:var(--serif);font-size:15rem;font-weight:800;color:rgba(23,26,28,.08);letter-spacing:-.1em}.rental-panel__content{position:relative}.rental-panel__content p{text-transform:uppercase;letter-spacing:.14em;font-weight:800;font-size:.7rem}.rental-panel__content h3{font-size:3rem}.testimonial-wrap{display:grid;grid-template-columns:.75fr 1.25fr;gap:80px}.testimonial-slider blockquote{display:none;margin:0}.testimonial-slider blockquote.is-active{display:block}.testimonial-slider blockquote p{font-family:var(--serif);font-size:clamp(2rem,3.4vw,3.7rem);line-height:1.13;letter-spacing:-.03em}.testimonial-slider blockquote footer{color:var(--gray);font-weight:700}.slider-controls{display:flex;align-items:center;gap:15px;margin-top:35px}.slider-controls button{width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:#fff}.slider-controls span{font-size:.75rem;color:var(--gray)}.social-section{padding-top:50px}.social-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.social-tile{aspect-ratio:1;position:relative;overflow:hidden;border-radius:14px;padding:25px;display:flex;flex-direction:column;justify-content:flex-end}.social-tile--photo{color:#fff}.social-tile--photo:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.75),transparent 65%)}.social-tile--photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.social-tile--photo span{position:relative;z-index:1;display:flex;align-items:center;gap:8px;font-weight:700;font-size:.82rem}.social-tile--quote{background:var(--cream);justify-content:space-between}.social-tile--gold{background:var(--gold);justify-content:space-between}.social-tile strong{font-family:var(--serif);font-size:1.65rem;line-height:1.15}.social-monogram{font-family:var(--serif);font-size:4rem;font-weight:800;opacity:.25;letter-spacing:-.08em}
.page-hero{position:relative;overflow:hidden;min-height:600px;display:flex;align-items:center}.page-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.page-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,13,14,.94),rgba(10,13,14,.58) 58%,rgba(10,13,14,.2))}.page-hero__content{position:relative;z-index:2;padding:90px 0}.page-hero--image,.page-hero--sell{color:#fff}.page-hero__content h1{font-size:clamp(3.3rem,6vw,6.5rem);max-width:950px}.page-hero__content p{max-width:670px;font-size:1.12rem;color:var(--gray)}.page-hero--image p,.page-hero--sell p{color:rgba(255,255,255,.77)}.page-hero--simple{background:var(--cream-2)}.page-hero--simple:after{content:"";position:absolute;right:-4%;bottom:-18%;width:55%;aspect-ratio:900/420;background:url('../img/watermark.svg') center/contain no-repeat}.page-hero--gold{background:var(--gold)}.page-hero--gold:after{opacity:.45}.page-hero--compact{min-height:410px;background:var(--cream-2)}.page-hero--compact:after{content:"";position:absolute;right:-3%;bottom:-18%;width:58%;aspect-ratio:1734/760;background:url('../img/watermark.svg') center/contain no-repeat;opacity:.1}.idx-header{max-width:820px;margin-bottom:35px}.idx-header p{color:var(--gray)}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.process-grid article{border-top:1px solid rgba(255,255,255,.2);padding:26px 10px 0}.process-grid article>span,.vertical-steps>div>span{font-family:var(--serif);font-size:2.4rem;color:var(--gold)}.process-grid p{color:rgba(255,255,255,.66);font-size:.85rem}.area-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.area-grid a{background:#fff;border:1px solid var(--line);padding:25px;border-radius:12px;display:flex;justify-content:space-between;align-items:center}.area-grid span{font-size:.74rem;color:var(--gray);display:flex;align-items:center;gap:6px}.form-card{background:#fff;border:1px solid var(--line);padding:34px;border-radius:var(--radius);box-shadow:var(--shadow)}.split-layout--form{align-items:start}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.form-grid label,.demo-form>label,.form-step label,.component-block--form label{display:grid;gap:7px;font-size:.73rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.form-grid input,.form-grid select,.form-grid textarea,.demo-form input,.demo-form select,.demo-form textarea,.form-step input,.form-step select,.form-step textarea,.component-block--form input,.component-block--form select{width:100%;border:1px solid rgba(23,26,28,.18);border-radius:8px;padding:13px 14px;background:#fff;color:var(--ink);text-transform:none;letter-spacing:0;font-weight:500;outline:0}.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus,.demo-form input:focus,.demo-form select:focus,.demo-form textarea:focus,.form-step input:focus,.form-step select:focus,.form-step textarea:focus{border-color:var(--gold-deep);box-shadow:0 0 0 3px rgba(var(--gold-rgb),.18)}.span-2{grid-column:1/-1}.form-actions{display:flex;align-items:center;gap:18px}.form-actions small{font-weight:500;text-transform:none;letter-spacing:0;color:var(--gray)}.feature-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.feature-cards article{background:#fff;padding:32px;border-radius:14px;border:1px solid var(--line)}.feature-icon{width:40px;height:40px;color:var(--gold-deep);margin-bottom:40px}.feature-cards p{font-size:.85rem;color:var(--gray)}.vertical-steps{display:grid;gap:24px;margin-top:35px}.vertical-steps>div{display:grid;grid-template-columns:65px 1fr;gap:20px}.vertical-steps h3{font-family:var(--sans);font-size:1.02rem;margin-bottom:5px}.vertical-steps p{font-size:.85rem;color:rgba(255,255,255,.65);margin:0}.quote-card{background:var(--gold);color:var(--ink);border-radius:var(--radius);padding:50px;min-height:500px;display:flex;flex-direction:column;justify-content:flex-end}.quote-mark{font-family:var(--serif);font-size:9rem;line-height:.5;opacity:.35}.quote-card p{font-family:var(--serif);font-size:2.7rem;line-height:1.12}.quote-card small{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em}.action-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.action-cards--3{grid-template-columns:repeat(3,1fr)}.action-cards a{border:1px solid var(--line);border-radius:14px;padding:32px;display:grid;grid-template-columns:auto 1fr;gap:7px 18px;transition:.25s}.action-cards>a>.icon{width:35px;height:35px;color:var(--gold-deep);grid-row:1/5}.action-cards strong{font-family:var(--serif);font-size:1.5rem}.action-cards span{color:var(--gray);font-size:.85rem}.action-cards em{font-family:var(--sans);font-size:.73rem;font-style:normal;font-weight:800;display:flex;align-items:center;gap:7px}.action-cards a:hover{background:var(--cream);transform:translateY(-4px)}.team-photo{position:relative;max-width:520px;margin:auto}.team-photo img{width:100%;border-radius:var(--radius);background:var(--cream);box-shadow:var(--shadow)}.team-photo span{position:absolute;left:18px;bottom:18px;background:#fff;padding:8px 13px;border-radius:999px;font-weight:800;font-size:.73rem}.service-detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.service-detail-grid article{background:#fff;border:1px solid var(--line);border-radius:14px;padding:30px;display:grid;grid-template-columns:60px 1fr;gap:20px}.service-detail-icon{width:42px;height:42px;color:var(--gold-deep)}.service-detail-grid p{color:var(--gray);font-size:.87rem}.service-detail-grid a{font-weight:800;font-size:.75rem;display:inline-flex;align-items:center;gap:8px}.technology-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px}.technology-layout>div:first-child p{color:rgba(255,255,255,.68)}.technology-list{display:grid;gap:1px;background:rgba(255,255,255,.12)}.technology-list div{background:var(--ink);padding:23px}.technology-list strong{display:block;color:var(--gold);margin-bottom:5px}.technology-list span{color:rgba(255,255,255,.66);font-size:.84rem}.number-list{display:grid;gap:18px;margin:28px 0}.number-list>div{display:grid;grid-template-columns:46px 1fr;gap:15px}.number-list>div>span{width:42px;height:42px;border-radius:50%;background:var(--gold);display:grid;place-items:center;font-weight:900}.number-list p{margin:0;color:var(--gray)}.application-preview{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);padding:40px}.application-preview__top{display:flex;justify-content:space-between}.application-preview__top span{font-family:var(--serif);font-size:1.8rem;font-weight:700}.application-preview__top strong{font-size:.7rem;color:var(--gray)}.application-preview__bar{height:7px;background:var(--cream);margin:24px 0 38px;border-radius:99px}.application-preview__bar i{display:block;width:25%;height:100%;background:var(--gold);border-radius:99px}.application-preview__fields{display:grid;grid-template-columns:1fr 1fr;gap:17px}.application-preview__fields span{height:52px;background:var(--cream-2);border:1px solid var(--line);border-radius:8px}.application-preview__fields .wide{grid-column:1/-1}.application-preview__button{margin-top:28px;background:var(--ink);color:#fff;border-radius:99px;padding:14px;text-align:center;font-weight:800;font-size:.75rem}.feature-list{display:grid;gap:15px;margin:28px 0}.feature-list>div{display:flex;gap:15px}.feature-list .icon{color:var(--gold-deep);width:26px;height:26px}.feature-list span{color:var(--gray)}.management-visual{min-height:520px;background:var(--ink);color:#fff;border-radius:var(--radius);position:relative;overflow:hidden;padding:45px;display:flex;align-items:flex-end}.management-visual__mark{position:absolute;right:-40px;top:-40px;font-family:var(--serif);font-size:15rem;font-weight:800;color:rgba(var(--gold-rgb),.14);letter-spacing:-.1em}.management-visual strong{font-family:var(--serif);font-size:3.4rem}.management-visual p{color:var(--gold);text-transform:uppercase;letter-spacing:.12em;font-size:.72rem}.faq-section{padding:110px 0;color:#fff}.accordion{display:grid;gap:10px}.accordion details{border-bottom:1px solid rgba(255,255,255,.18);padding:20px 0}.accordion summary{cursor:pointer;font-family:var(--serif);font-size:1.45rem;list-style:none;display:flex;justify-content:space-between}.accordion summary:after{content:"+";color:var(--gold)}.accordion details[open] summary:after{content:"−"}.accordion p{color:rgba(255,255,255,.65);font-size:.87rem}.search-page{padding-top:50px}.jamre-legacy-preview .search-layout{display:grid;grid-template-columns:300px 1fr;gap:28px;align-items:start}.jamre-legacy-preview .filter-panel{background:#fff;border:1px solid var(--line);border-radius:14px;padding:25px;position:sticky;top:105px}.jamre-legacy-preview .filter-panel__header{display:flex;justify-content:space-between;align-items:center}.jamre-legacy-preview .filter-panel__header h2{font-size:1.65rem}.jamre-legacy-preview .filter-panel__header button{display:none;border:0;background:none;font-size:2rem}.jamre-legacy-preview .filter-panel form{display:grid;gap:16px}.jamre-legacy-preview .filter-panel label{display:grid;gap:6px;font-size:.71rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.jamre-legacy-preview .filter-panel input,.jamre-legacy-preview .filter-panel select{width:100%;padding:12px;border:1px solid var(--line);border-radius:8px;background:#fff}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.idx-instruction{background:var(--cream-2);padding:17px;border-radius:10px;margin-top:24px}.idx-instruction p{font-size:.74rem;color:var(--gray);margin:5px 0}.jamre-legacy-preview .results-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;gap:20px}.jamre-legacy-preview .results-toolbar>div{display:flex;align-items:center;gap:10px}.jamre-legacy-preview .results-toolbar span{color:var(--gray);font-size:.78rem}.jamre-legacy-preview .results-toolbar select,.jamre-legacy-preview .view-toggle,.jamre-legacy-preview .filter-trigger{border:1px solid var(--line);background:#fff;border-radius:8px;padding:10px 12px}.jamre-legacy-preview .view-toggle.is-active{background:var(--ink);color:#fff}.jamre-legacy-preview .filter-trigger{display:none}.jamre-legacy-preview .results-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.jamre-legacy-preview .results-map{display:none;min-height:720px;background:linear-gradient(30deg,#e2dccf,#f7f3eb);border:1px solid var(--line);border-radius:14px;position:relative;overflow:hidden}.jamre-legacy-preview .results-map:before,.map-section__grid{content:"";position:absolute;inset:0;background-image:linear-gradient(115deg,transparent 48%,rgba(var(--gold-rgb),.55) 49%,rgba(var(--gold-rgb),.55) 51%,transparent 52%),linear-gradient(22deg,transparent 48%,rgba(23,26,28,.18) 49%,rgba(23,26,28,.18) 51%,transparent 52%);background-size:170px 120px,210px 160px}.jamre-legacy-preview .results-map>span{position:absolute;bottom:20px;left:20px;background:#fff;padding:8px 12px;border-radius:8px;font-weight:800}.map-dots i{position:absolute;left:var(--x);top:var(--y);background:var(--ink);color:#fff;padding:8px 10px;border-radius:99px;font-style:normal;font-size:.72rem;box-shadow:var(--shadow)}.jamre-legacy-preview .results-panel.is-map .jamre-legacy-preview .results-map{display:block}.jamre-legacy-preview .results-panel.is-map .jamre-legacy-preview .results-grid{display:none}.property-detail{padding:30px 0 0}.property-detail__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.back-link{font-weight:800;font-size:.8rem}.icon-button{border:1px solid var(--line);background:#fff;padding:10px 13px;border-radius:8px;margin-left:7px;display:inline-flex;align-items:center;gap:7px}.icon-button.favorite{position:static;width:auto;height:auto}.property-gallery{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:1fr 1fr;gap:10px;height:min(68vh,700px);position:relative}.property-gallery button{border:0;padding:0;overflow:hidden;background:#ddd}.property-gallery button:first-child{grid-row:1/3}.property-gallery button:nth-child(2){grid-column:2/4}.property-gallery img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.property-gallery button:hover img{transform:scale(1.03)}.gallery-count{position:absolute;right:18px;bottom:18px;background:#fff;padding:10px 14px;border-radius:8px;font-size:.73rem;font-weight:800}.property-info-layout{display:grid;grid-template-columns:1fr 370px;gap:70px;align-items:start}.property-price--large{font-size:3.2rem}.property-main>h1{font-size:clamp(2.5rem,5vw,5rem);margin-bottom:8px}.property-location--large{font-size:1.1rem}.property-stats{display:grid;grid-template-columns:repeat(4,1fr);border-block:1px solid var(--line);padding:25px 0;margin:35px 0}.property-stats div{display:flex;flex-direction:column}.property-stats strong{font-family:var(--serif);font-size:2rem}.property-stats span{font-size:.72rem;color:var(--gray);text-transform:uppercase;letter-spacing:.07em}.property-description h2,.property-features h2{font-size:2.1rem}.property-description p{color:var(--gray)}.property-features{margin-top:40px}.property-features>div{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.property-features span{padding:13px;background:var(--cream-2);border-radius:8px}.showing-card{position:sticky;top:105px;border:1px solid var(--line);border-radius:var(--radius);padding:30px;box-shadow:var(--shadow)}.showing-card form{display:grid;gap:13px}.showing-card p{color:var(--gray);font-size:.87rem}.showing-card__contact{border-top:1px solid var(--line);padding-top:18px;margin-top:20px;display:grid;gap:5px}.showing-card__contact span{font-size:.72rem;color:var(--gray)}.showing-card__contact a{display:flex;align-items:center;gap:8px;font-weight:800}.gallery-modal{position:fixed;inset:0;background:rgba(0,0,0,.94);z-index:1000;display:none;place-items:center;padding:50px}.gallery-modal.is-open{display:grid}.gallery-modal img{max-width:min(1200px,95vw);max-height:86vh}.gallery-modal button{position:absolute;right:25px;top:15px;border:0;background:none;color:#fff;font-size:3rem}.form-page-layout{display:grid;grid-template-columns:360px 1fr;gap:45px;align-items:start}.form-page-intro{position:sticky;top:110px}.security-note{margin-top:30px;background:#fff;border:1px solid var(--line);padding:18px;border-radius:10px;display:flex;gap:12px}.security-note .icon{color:var(--gold-deep);width:28px;height:28px}.security-note span{font-size:.75rem;color:var(--gray)}.security-note strong{display:block;color:var(--ink)}.multi-step-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:35px;box-shadow:0 16px 50px rgba(20,20,20,.07)}.form-progress{display:grid;grid-template-columns:repeat(5,1fr);gap:4px;margin-bottom:38px}.form-progress--4{grid-template-columns:repeat(4,1fr)}.form-progress>div{position:relative;text-align:center;color:#9d9588}.form-progress>div:before{content:"";position:absolute;top:17px;left:-50%;right:50%;height:2px;background:var(--stone)}.form-progress>div:first-child:before{display:none}.form-progress span{position:relative;z-index:1;width:36px;height:36px;border-radius:50%;background:var(--cream);display:grid;place-items:center;margin:0 auto 6px;font-weight:900}.form-progress small{font-size:.64rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.form-progress .is-active,.form-progress .is-complete{color:var(--ink)}.form-progress .is-active span,.form-progress .is-complete span{background:var(--gold)}.form-progress .is-complete:before,.form-progress .is-active:before{background:var(--gold)}.form-step{border:0;padding:0;margin:0;display:none}.form-step.is-active{display:block}.form-step legend{font-family:var(--serif);font-size:2.2rem;font-weight:700;line-height:1.1}.form-step>p{color:var(--gray);margin-bottom:28px}.step-actions{border-top:1px solid var(--line);padding-top:25px;margin-top:30px;display:flex;justify-content:space-between}.step-actions button[disabled]{opacity:.35;pointer-events:none}.upload-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;margin:20px 0}.upload-box{border:2px dashed var(--stone);border-radius:12px;padding:30px;place-items:center;text-align:center;cursor:pointer}.upload-box .icon{width:36px;height:36px;color:var(--gold-deep)}.upload-box span{font-size:.7rem;color:var(--gray)}.upload-box input{font-size:.7rem;margin-top:10px}.review-panel{text-align:center;background:var(--cream-2);padding:35px;border-radius:12px;margin-bottom:25px}.review-panel img{width:78px;margin:0 auto 18px}.checkbox-label{display:flex!important;grid-template-columns:auto 1fr!important;align-items:flex-start;gap:10px!important;text-transform:none!important;letter-spacing:0!important;font-weight:500!important}.checkbox-label input{width:18px!important;height:18px!important;margin-top:3px}.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.contact-details>p{color:var(--gray)}.contact-cards{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin:35px 0}.contact-cards>a,.contact-cards>div{border:1px solid var(--line);padding:18px;border-radius:10px;display:flex;gap:13px;align-items:flex-start}.contact-cards .icon{color:var(--gold-deep);width:25px;height:25px}.contact-cards span{display:grid}.contact-cards small{color:var(--gray);font-size:.66rem;text-transform:uppercase;letter-spacing:.07em}.contact-cards strong{font-size:.82rem}.social-follow{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.social-follow>span{width:100%;font-weight:800}.social-follow a{display:flex;gap:6px;align-items:center;font-size:.8rem}.map-section{height:440px;background:var(--cream);position:relative;overflow:hidden}.map-pin{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:var(--ink);color:#fff;padding:19px 25px;border-radius:12px;box-shadow:var(--shadow);display:grid;grid-template-columns:auto 1fr;gap:2px 10px}.map-pin .icon{grid-row:1/3;color:var(--gold);width:29px;height:29px}.map-pin span{font-size:.74rem;color:rgba(255,255,255,.66)}
.mood-intro{display:grid;grid-template-columns:1fr 1fr;gap:70px}.mood-intro p{font-size:1.12rem;color:var(--gray)}.mood-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.mood-panel{background:#fff;border-radius:var(--radius);padding:35px;min-height:430px;overflow:hidden}.swatches{display:grid;grid-template-columns:repeat(5,1fr);height:280px;margin-top:25px}.swatches>div{background:var(--swatch);padding:12px;display:flex;flex-direction:column;justify-content:flex-end;border:1px solid rgba(0,0,0,.05)}.swatches span,.swatches code{font-size:.64rem;mix-blend-mode:difference;color:#fff}.mood-panel--type h2{font-size:4rem}.type-sans{font-size:.75rem;letter-spacing:.2em;font-weight:800;margin-top:60px}.mood-panel--mark img{margin:20px -70px 5px;width:calc(100% + 140px)}.mood-panel--photo{position:relative;padding:0;color:#fff}.mood-panel--photo:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.75),transparent 60%)}.mood-panel--photo img{width:100%;height:100%;object-fit:cover}.mood-panel--photo>.eyebrow{position:absolute;top:30px;left:30px;z-index:2}.mood-panel--photo>div{position:absolute;z-index:2;left:35px;right:35px;bottom:30px;display:grid}.mood-panel--photo strong{font-family:var(--serif);font-size:2rem}.mood-panel--photo span{color:rgba(255,255,255,.72)}.component-showcase{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;align-items:start}.component-block{border:1px solid var(--line);border-radius:14px;padding:25px}.component-block>h3{font-family:var(--sans);font-size:.82rem;text-transform:uppercase;letter-spacing:.08em;color:var(--gray)}.component-block:first-child>div{display:flex;gap:10px;flex-wrap:wrap}.component-block .property-card{max-width:100%}.component-block--form{display:grid;gap:14px}.mood-principles{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.mood-principles div{border-top:1px solid rgba(255,255,255,.2);padding-top:20px}.mood-principles span{font-family:var(--serif);font-size:2.7rem;color:var(--gold)}.mood-principles p{color:rgba(255,255,255,.65);font-size:.85rem}
.cta-band{background:var(--gold);padding:55px 0}.cta-band__inner{display:flex;justify-content:space-between;align-items:center;gap:30px}.cta-band h2{font-size:clamp(2.2rem,4vw,4rem);margin:0}.cta-band__actions{display:flex;gap:12px;flex-wrap:wrap}.site-footer{background:#101314;color:#fff;padding:78px 0 25px}.footer-grid{display:grid;grid-template-columns:1.65fr .7fr .8fr 1fr;gap:55px}.footer-brand img{width:300px;filter:brightness(0) invert(1)}.footer-brand p{color:rgba(255,255,255,.62);max-width:450px;font-size:.87rem}.footer-grid h3{font-family:var(--sans);font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;color:var(--gold)}.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;gap:9px}.footer-grid a,.footer-grid p,.footer-grid address{font-size:.79rem;color:rgba(255,255,255,.66);font-style:normal}.social-row{display:flex;gap:10px}.social-row a{width:38px;height:38px;border:1px solid rgba(255,255,255,.2);border-radius:50%;display:grid;place-items:center}.footer-legal{border-top:1px solid rgba(255,255,255,.12);padding-top:23px;margin-top:55px;display:flex;justify-content:space-between;gap:25px}.footer-legal p,.footer-legal a,.footer-legal span{font-size:.65rem;color:rgba(255,255,255,.45)}.footer-legal>div{display:flex;gap:15px}.mobile-action-bar{display:none}.modal{position:fixed;inset:0;z-index:1000;display:none}.modal.is-open{display:grid;place-items:center}.modal__backdrop{position:absolute;inset:0;background:rgba(10,12,13,.78);backdrop-filter:blur(8px)}.modal__dialog{position:relative;background:#fff;border-radius:var(--radius);width:min(720px,calc(100% - 30px));max-height:90vh;overflow:auto;padding:40px;box-shadow:0 30px 90px rgba(0,0,0,.4)}.modal__dialog h2{font-size:2.8rem}.modal__dialog>p{color:var(--gray)}.modal__close{position:absolute;right:15px;top:10px;border:0;background:none;font-size:2.4rem}.toast{position:fixed;right:20px;bottom:20px;z-index:2000;background:var(--ink);color:#fff;border-left:5px solid var(--gold);padding:15px 18px;border-radius:8px;box-shadow:var(--shadow);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(24px);transition:opacity .3s ease,transform .3s ease,visibility 0s linear .3s}.toast.is-visible{opacity:1;visibility:visible;pointer-events:auto;transform:none;transition:opacity .3s ease,transform .3s ease,visibility 0s}
@media (max-width:1120px){.site-nav{gap:15px}.site-nav ul{gap:15px}.site-nav li a{font-size:.66rem}.header-cta{display:none}.brand{width:250px}.service-grid,.feature-cards{grid-template-columns:repeat(2,1fr)}.property-info-layout{grid-template-columns:1fr 330px;gap:35px}.component-showcase{grid-template-columns:1fr 1fr}.component-block--form{grid-column:1/-1}.footer-grid{grid-template-columns:1.4fr repeat(3,1fr);gap:32px}}
@media (max-width:900px){:root{--header-height:76px}.utility-bar p,.utility-links a:nth-child(2){display:none}.utility-bar__inner{justify-content:flex-end}.menu-toggle{display:block;z-index:3}.site-nav{position:fixed;top:var(--header-height);left:0;right:0;background:#fff;display:block;padding:20px 25px 35px;box-shadow:0 18px 35px rgba(0,0,0,.12);transform:translateY(-140%);opacity:0;pointer-events:none;transition:.28s}.site-nav.is-open{transform:none;opacity:1;pointer-events:auto}.site-nav ul{display:grid;gap:0}.site-nav li a{display:block;padding:15px 0;border-bottom:1px solid var(--line);font-size:.8rem}.hero{min-height:auto}.hero-content{padding:95px 0 65px}.jamre-legacy-preview .quick-search-form{grid-template-columns:1fr 1fr}.jamre-legacy-preview .quick-search-form label{border-bottom:1px solid var(--line)}.jamre-legacy-preview .quick-search-form .jamre-legacy-preview .search-location{grid-column:1/-1}.jamre-legacy-preview .quick-search-form .jamre-legacy-preview .search-submit{grid-column:1/-1;margin-top:10px}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-grid div:nth-child(2){border-right:0}.trust-grid div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.12)}.property-grid{grid-template-columns:repeat(2,1fr)}.property-grid .property-card:last-child{grid-column:1/-1;max-width:50%;justify-self:center}.pathway-grid{grid-template-columns:1fr}.pathway-card{min-height:320px}.split-layout,.technology-layout,.contact-layout,.mood-intro{grid-template-columns:1fr;gap:55px}.split-layout--reverse>.split-copy{order:0}.split-media{max-width:700px}.service-grid{grid-template-columns:repeat(2,1fr)}.testimonial-wrap{grid-template-columns:1fr;gap:30px}.social-grid{grid-template-columns:repeat(2,1fr)}.process-grid{grid-template-columns:repeat(2,1fr)}.area-grid{grid-template-columns:repeat(2,1fr)}.feature-cards{grid-template-columns:repeat(2,1fr)}.service-detail-grid{grid-template-columns:1fr}.jamre-legacy-preview .search-layout{grid-template-columns:1fr}.jamre-legacy-preview .filter-panel{position:fixed;z-index:500;top:0;bottom:0;left:0;width:min(380px,92vw);border-radius:0;overflow:auto;transform:translateX(-110%);transition:.25s}.jamre-legacy-preview .filter-panel.is-open{transform:none}.jamre-legacy-preview .filter-panel__header button,.jamre-legacy-preview .filter-trigger{display:block}.jamre-legacy-preview .results-toolbar{align-items:flex-start}.jamre-legacy-preview .results-toolbar>div:last-child .jamre-legacy-preview .view-toggle{display:none}.property-gallery{height:520px}.property-info-layout{grid-template-columns:1fr}.showing-card{position:static}.form-page-layout{grid-template-columns:1fr}.form-page-intro{position:static}.contact-cards{max-width:700px}.mood-grid{grid-template-columns:1fr}.mood-panel--photo{min-height:520px}.mood-principles{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-grid>div:last-child{grid-column:1/-1}.cta-band__inner{align-items:flex-start;flex-direction:column}}
@media (max-width:640px){body{padding-bottom:66px}.container{width:min(calc(100% - 28px),var(--container))}.section{padding:72px 0}.utility-links{gap:13px}.brand{width:215px}.hero-content{padding-top:70px}.hero h1{font-size:3.55rem}.hero-overlay{background:linear-gradient(90deg,rgba(9,12,13,.92),rgba(9,12,13,.66)),linear-gradient(0deg,rgba(9,12,13,.75),transparent)}.hero-search{margin-top:42px;padding:12px}.jamre-legacy-preview .quick-search-form{grid-template-columns:1fr}.jamre-legacy-preview .quick-search-form label,.jamre-legacy-preview .quick-search-form .jamre-legacy-preview .search-location{grid-column:1}.jamre-legacy-preview .search-tabs{margin-top:-42px}.trust-grid div{padding:18px 14px}.trust-grid div:first-child{padding-left:14px}.section-heading-row{align-items:flex-start;flex-direction:column}.property-grid,.jamre-legacy-preview .results-grid{grid-template-columns:1fr}.property-grid .property-card:last-child{grid-column:auto;max-width:none}.pathway-card{padding:30px}.service-grid,.feature-cards,.process-grid,.area-grid,.social-grid{grid-template-columns:1fr}.service-card{min-height:230px}.service-icon{margin-bottom:35px}.photo-stack__main{width:100%}.photo-stack__card{position:relative;right:auto;bottom:auto;margin:-25px 15px 0}.mini-cards{grid-template-columns:1fr}.testimonial-slider blockquote p{font-size:2.1rem}.page-hero{min-height:480px}.page-hero--compact{min-height:350px}.page-hero__content{padding:65px 0}.page-hero__content h1{font-size:3.25rem}.form-grid{grid-template-columns:1fr}.span-2{grid-column:1}.form-card,.multi-step-card{padding:24px}.feature-cards{grid-template-columns:1fr}.quote-card{min-height:390px;padding:30px}.quote-card p{font-size:2.15rem}.action-cards,.action-cards--3{grid-template-columns:1fr}.service-detail-grid article{grid-template-columns:45px 1fr;padding:23px}.application-preview{padding:25px}.management-visual{min-height:390px}.management-visual strong{font-size:2.6rem}.jamre-legacy-preview .results-toolbar{flex-direction:column}.jamre-legacy-preview .results-toolbar>div{width:100%;justify-content:space-between}.property-gallery{height:430px;grid-template-columns:1fr 1fr;grid-template-rows:2fr 1fr}.property-gallery button:first-child{grid-column:1/-1;grid-row:auto}.property-gallery button:nth-child(2){grid-column:auto}.property-gallery button:nth-child(4){display:none}.property-stats{grid-template-columns:repeat(2,1fr);gap:20px}.property-features>div{grid-template-columns:1fr}.form-progress small{display:none}.form-progress>div:before{top:14px}.form-progress span{width:30px;height:30px}.upload-grid{grid-template-columns:1fr}.contact-cards{grid-template-columns:1fr}.mood-panel{padding:24px;min-height:360px}.swatches{grid-template-columns:1fr;height:auto}.swatches>div{min-height:70px}.mood-panel--type h2{font-size:3rem}.component-showcase{grid-template-columns:1fr}.component-block--form{grid-column:auto}.mood-principles{grid-template-columns:1fr}.cta-band__actions{width:100%}.cta-band__actions .button{flex:1}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-grid>div:last-child{grid-column:1/-1}.footer-legal{flex-direction:column}.footer-legal>div{flex-wrap:wrap}.mobile-action-bar{position:fixed;z-index:300;left:0;right:0;bottom:0;height:66px;background:#fff;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(3,1fr);box-shadow:0 -10px 28px rgba(0,0,0,.08)}.mobile-action-bar a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font-size:.64rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.mobile-action-bar a:nth-child(2){background:var(--gold)}.mobile-action-bar .icon{width:20px;height:20px}.modal__dialog{padding:30px 22px}.modal__dialog h2{font-size:2.3rem}.toast{bottom:78px;left:14px;right:14px}.rental-panel{min-height:420px;padding:30px}.rental-panel__content h3{font-size:2.5rem}}
@media (prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}

/* =========================================================
   Client Revision: supplied logo, imagery, spacing and polish
   ========================================================= */
h1,h2,h3{ text-wrap:balance; }
p,li,blockquote{ text-wrap:pretty; }

/* Use the supplied vertical logo lockup without crowding navigation. */
.brand{width:132px;flex:0 0 auto}
.brand img{width:auto;max-height:78px;margin:auto}
.footer-brand img{width:225px;max-height:none;filter:brightness(0) invert(1)}

/* Actual supplied MRE vector is used anywhere the monogram is decorative. */
.section--watermark:before{aspect-ratio:1734/760;opacity:.075}
.page-hero--simple:after{aspect-ratio:1734/760;opacity:.09}
.page-hero--compact:after{content:"";right:-5%;bottom:-17%;width:58%;aspect-ratio:1734/760;background:url('../img/watermark.svg') center/contain no-repeat;opacity:.1}
.rental-panel__mark{display:block;width:92%;height:auto;right:-24%;top:-9%;opacity:.08;color:transparent}
.social-monogram{display:block;width:175px;height:auto;opacity:.18}

/* Home hero gallery crossfade. This maps directly to the future ACF Gallery field. */
.hero-media img.hero-slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;animation:mreHeroCrossfade 18s infinite ease-in-out;transform:scale(1.035);will-change:opacity,transform}
.hero-media img.hero-slide:nth-child(1){animation-delay:0s}
.hero-media img.hero-slide:nth-child(2){animation-delay:6s}
.hero-media img.hero-slide:nth-child(3){animation-delay:12s}
@keyframes mreHeroCrossfade{
  0%{opacity:0;transform:scale(1.035)}
  5%{opacity:1}
  29%{opacity:1}
  35%{opacity:0;transform:scale(1.075)}
  100%{opacity:0;transform:scale(1.075)}
}

/* Give the home hero actions and search panel more separation. */
.hero-search{position:relative;margin-top:120px;padding:20px 16px 16px}
.jamre-legacy-preview .search-tabs{position:absolute;left:32px;bottom:calc(100% - 1px);margin:0;gap:8px;align-items:flex-end}
.jamre-legacy-preview .search-tabs button{height:58px;display:flex;align-items:center;justify-content:center;padding:0 32px;border-radius:14px 14px 0 0}

/* Keep short display headlines together at desktop widths and balance all others. */
.section-heading-row>div{max-width:900px}
.center-heading{max-width:940px}
.cta-band__inner>div:first-child{flex:1;min-width:0}
.cta-band h2{max-width:760px;font-size:clamp(2.2rem,3.4vw,3.7rem)}

/* Rental hero keeps the gold brand field while adding a soft home image. */
.page-hero--gold{background:var(--gold);color:var(--ink)}
.page-hero--gold>img{filter:saturate(.72) contrast(.9)}
.page-hero--gold .page-hero__overlay{background:linear-gradient(90deg,rgba(var(--gold-rgb),.98) 0%,rgba(var(--gold-rgb),.91) 45%,rgba(var(--gold-rgb),.72) 100%),linear-gradient(0deg,rgba(var(--gold-rgb),.86),rgba(var(--gold-rgb),.25))}
.page-hero--gold .page-hero__content p{color:#fff;text-shadow:0 1px 18px rgba(0,0,0,.16)}
.page-hero--gold .eyebrow{color:#fff;text-shadow:0 1px 16px rgba(0,0,0,.18)}
.page-hero--gold h1 em{color:var(--ink)}
.page-hero--gold .text-link--light{color:#fff}
.page-hero--gold:after{opacity:.1}

/* A warmer photographic property-management visual replaces the black block. */
.management-photo{position:relative;min-height:520px;margin:0;overflow:hidden;border-radius:var(--radius);box-shadow:var(--shadow);background:var(--gold)}
.management-photo>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.management-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(17,20,21,.88) 0%,rgba(17,20,21,.28) 58%,rgba(var(--gold-rgb),.12) 100%)}
.management-photo figcaption{position:absolute;z-index:2;left:40px;right:40px;bottom:38px;color:#fff}
.management-photo figcaption .eyebrow{margin-bottom:12px}
.management-photo figcaption strong{display:block;font-family:var(--serif);font-size:clamp(2.35rem,4vw,3.8rem);line-height:1.02;letter-spacing:-.04em;text-wrap:balance}

/* Present the historic Joe and Ben image as a clean editorial crop. */
.team-photo--editorial{position:relative;max-width:650px;margin:0;padding:0 24px 24px 0}
.team-photo--editorial:after{content:"";position:absolute;right:0;bottom:0;width:78%;height:76%;background:var(--gold);z-index:0}
.team-photo--editorial img{position:relative;z-index:1;width:100%;aspect-ratio:5/4;object-fit:cover;border-radius:2px;box-shadow:var(--shadow);background:var(--cream)}
.team-photo--editorial span{z-index:2;left:auto;right:0;bottom:0;border-radius:2px;padding:10px 16px}

@media (min-width:901px){
  .headline-single-desktop{white-space:nowrap!important;font-size:clamp(2.4rem,3.55vw,4rem)!important}
}

@media (max-width:900px){
  .brand{width:118px}
  .brand img{max-height:68px}
  .hero-search{margin-top:82px}
  .management-photo{min-height:480px}
}

@media (max-width:640px){
  .brand{width:108px}
  .hero-search{margin-top:72px;padding:14px 12px 12px}
  .jamre-legacy-preview .search-tabs{left:18px;gap:6px}
  .jamre-legacy-preview .search-tabs button{height:50px;padding:0 25px}
  .management-photo{min-height:410px}
  .management-photo figcaption{left:26px;right:26px;bottom:25px}
  .team-photo--editorial{padding:0 15px 15px 0}
  .team-photo--editorial span{font-size:.68rem}
}

@media (prefers-reduced-motion:reduce){
  .hero-media img.hero-slide{animation:none!important;opacity:0;transform:none}
  .hero-media img.hero-slide:first-child{opacity:1}
}


/* =========================================================
   Client Approval Revision: hero dissolve, search tabs, header
   ========================================================= */

/* Keep the sticky header at a stable height so the supplied logo never clips. */
:root{--header-height:100px}
.site-header,
.site-header.is-scrolled{
  height:var(--header-height);
  padding:10px 0;
  overflow:visible;
}
.site-header.is-scrolled{
  border-color:var(--line);
  box-shadow:0 8px 30px rgba(0,0,0,.06);
}
.header-inner{height:100%;overflow:visible}
.brand,
.brand img{overflow:visible}

/* A clean image dissolve with no empty frame or light flash between slides. */
.hero--home .hero-media{background:#101416}
.hero--home .hero-media img.hero-slide{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:0;
  z-index:0;
  animation:none!important;
  transform:none;
  transition:opacity 1.35s ease-in-out;
  will-change:opacity;
}
.hero--home .hero-media img.hero-slide.is-active{
  opacity:1;
  z-index:1;
}
.hero--home .hero-media img.hero-slide.is-entering{
  opacity:1;
  z-index:2;
}

/* Use one consistent solid overlay instead of layered gradients. */
.hero--home .hero-overlay{
  background:rgba(9,12,13,.64)!important;
}

/* Tabs sit precisely on the search-panel edge with a white outlined connection. */
.hero--home .hero-search{
  isolation:isolate;
}
.hero--home .jamre-legacy-preview .search-tabs{
  bottom:100%;
  margin-bottom:-2px;
  align-items:flex-end;
  z-index:3;
}
.hero--home .jamre-legacy-preview .search-tabs button{
  height:60px;
  margin:0;
  border:2px solid #fff;
  border-bottom:0;
  border-radius:15px 15px 0 0;
  box-shadow:none;
  transform:none;
}
.hero--home .jamre-legacy-preview .search-tabs button:hover,
.hero--home .jamre-legacy-preview .search-tabs button:focus-visible{
  transform:none;
  box-shadow:none;
}

@media (max-width:900px){
  :root{--header-height:88px}
  .site-header,
  .site-header.is-scrolled{padding:8px 0}
  .hero--home .jamre-legacy-preview .search-tabs button{height:54px}
}

@media (max-width:640px){
  .hero--home .jamre-legacy-preview .search-tabs{bottom:100%;margin-bottom:-2px}
  .hero--home .jamre-legacy-preview .search-tabs button{height:52px}
}

@media (prefers-reduced-motion:reduce){
  .hero--home .hero-media img.hero-slide{transition:none!important}
}

/* =========================================================
   Client Approval Overlay Correction
   Keep the approved dark hero treatment as one solid overlay.
   ========================================================= */
.hero--home .hero-media{
  z-index:0;
}
.hero--home .hero-overlay{
  z-index:1;
  display:block;
  opacity:1;
  background:rgba(9,12,13,.72)!important;
}
.hero--home .hero-content{
  z-index:2;
}

/* =========================================================
   Myers branded calendar fields
   Replaces the browser-native blue date picker in the comp.
   ========================================================= */
.mre-date-picker{
  position:relative;
  width:100%;
}
.mre-date-picker__input{
  padding-right:52px!important;
}
.mre-date-picker__toggle{
  position:absolute;
  top:50%;
  right:8px;
  width:38px;
  height:38px;
  padding:0;
  border:0;
  border-radius:8px;
  background:transparent;
  color:var(--gold-deep);
  display:grid;
  place-items:center;
  transform:translateY(-50%);
  transition:background-color .2s ease,color .2s ease;
}
.mre-date-picker__toggle:hover,
.mre-date-picker__toggle:focus-visible{
  background:rgba(var(--gold-rgb),.18);
  color:var(--ink);
  outline:2px solid var(--gold);
  outline-offset:1px;
}
.mre-date-picker__toggle svg{
  width:20px;
  height:20px;
}
.mre-calendar{
  position:fixed;
  z-index:4000;
  width:min(340px,calc(100vw - 24px));
  padding:16px;
  border:1px solid rgba(var(--gold-deep-rgb),.32);
  border-radius:14px;
  background:#fff;
  color:var(--ink);
  box-shadow:0 24px 70px rgba(12,14,15,.24);
  font-family:var(--sans);
  line-height:1.3;
}
.mre-calendar[hidden]{display:none!important}
.mre-calendar__header{
  display:grid;
  grid-template-columns:42px 1fr 42px;
  align-items:center;
  gap:8px;
  margin-bottom:12px;
}
.mre-calendar__title{
  margin:0;
  text-align:center;
  font-family:var(--serif);
  font-size:1.22rem;
  font-weight:700;
  letter-spacing:-.02em;
}
.mre-calendar__nav{
  width:42px;
  height:42px;
  padding:0;
  border:1px solid transparent;
  border-radius:50%;
  background:transparent;
  color:var(--ink);
  display:grid;
  place-items:center;
  transition:.2s ease;
}
.mre-calendar__nav:hover,
.mre-calendar__nav:focus-visible{
  border-color:var(--gold);
  background:rgba(var(--gold-rgb),.16);
  outline:0;
}
.mre-calendar__nav svg{width:18px;height:18px}
.mre-calendar__weekdays,
.mre-calendar__days{
  display:grid;
  grid-template-columns:repeat(7,1fr);
  gap:4px;
}
.mre-calendar__weekdays{
  margin-bottom:5px;
  color:var(--gray);
  text-align:center;
  font-size:.66rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.mre-calendar__weekdays span{
  min-height:30px;
  display:grid;
  place-items:center;
}
.mre-calendar__day{
  aspect-ratio:1;
  min-width:0;
  padding:0;
  border:1px solid transparent;
  border-radius:50%;
  background:transparent;
  color:var(--ink);
  display:grid;
  place-items:center;
  font-size:.82rem;
  font-weight:700;
  transition:background-color .16s ease,border-color .16s ease,transform .16s ease;
}
.mre-calendar__day:hover:not(:disabled),
.mre-calendar__day:focus-visible{
  border-color:var(--gold);
  background:rgba(var(--gold-rgb),.18);
  outline:0;
  transform:translateY(-1px);
}
.mre-calendar__day.is-outside{color:#aaa397}
.mre-calendar__day.is-today{
  border-color:var(--gold-deep);
  color:var(--gold-deep);
}
.mre-calendar__day.is-selected,
.mre-calendar__day.is-selected:hover,
.mre-calendar__day.is-selected:focus-visible{
  border-color:var(--gold);
  background:var(--gold);
  color:var(--ink);
  box-shadow:0 5px 14px rgba(var(--gold-deep-rgb),.28);
}
.mre-calendar__day:disabled{
  opacity:.28;
  cursor:not-allowed;
}
.mre-calendar__footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:12px;
  padding-top:12px;
  border-top:1px solid var(--line);
}
.mre-calendar__footer button{
  padding:6px 4px;
  border:0;
  background:transparent;
  color:var(--gold-deep);
  font-size:.76rem;
  font-weight:800;
}
.mre-calendar__footer button:hover,
.mre-calendar__footer button:focus-visible{
  color:var(--ink);
  outline:2px solid var(--gold);
  outline-offset:2px;
  border-radius:4px;
}
@media (max-width:640px){
  .mre-calendar{padding:14px}
  .mre-calendar__day{font-size:.78rem}
}


/* =========================================================
   Client Approval Revision: List Your Home contrast, anchor,
   form grid, gold-section contrast and human photography
   ========================================================= */

/* Give anchored sections enough breathing room below the sticky header. */
#property-upload{
  scroll-margin-top:calc(var(--sticky-header-height) + 36px);
}

/* Human-focused List Your Home hero separates the page from the intake area. */
.page-hero--list-home{
  min-height:clamp(500px,58vw,650px);
  color:#fff;
  background:#1a1e20;
}
.page-hero--list-home>img{
  object-position:center 58%;
  filter:saturate(.82) contrast(.98);
}
.page-hero--list-home .page-hero__overlay{
  background:
    linear-gradient(90deg,rgba(12,15,16,.92) 0%,rgba(12,15,16,.76) 48%,rgba(12,15,16,.28) 100%),
    linear-gradient(0deg,rgba(12,15,16,.58),rgba(var(--gold-deep-rgb),.12));
}
.page-hero--list-home .page-hero__content{
  padding-block:clamp(88px,9vw,126px);
}
.page-hero--list-home .page-hero__content p{
  color:rgba(255,255,255,.84);
  text-shadow:0 2px 20px rgba(0,0,0,.25);
}
.page-hero--list-home .eyebrow{
  color:#fff;
  text-shadow:0 2px 16px rgba(0,0,0,.35);
}
.page-hero--list-home:after{
  opacity:.075;
  filter:brightness(0) invert(1);
}

/* Keep the monogram watermark, but move the intake area onto a brighter field. */
.section--list-intake{
  background:
    linear-gradient(180deg,#fff 0%,#fffdf9 42%,#f7f1e8 100%);
  border-top:1px solid rgba(var(--gold-deep-rgb),.2);
  box-shadow:inset 0 14px 34px rgba(23,26,28,.035);
  overflow:hidden;
}
.section--list-intake.section--watermark:before{
  right:-11%;
  bottom:-11%;
  opacity:.045;
}
.section--list-intake>.container{
  position:relative;
  z-index:1;
}

/* The intro and form must own separate shrinkable grid columns. */
.form-page-layout{
  grid-template-columns:minmax(0,.72fr) minmax(0,1.48fr);
  gap:clamp(54px,6vw,94px);
}
.form-page-layout>*{
  min-width:0;
  width:100%;
}
.form-page-intro{
  top:calc(var(--sticky-header-height) + 34px);
  padding-right:clamp(0px,1.2vw,18px);
}
.form-page-intro h2{
  max-width:10.5ch;
  font-size:clamp(2.55rem,3.55vw,4.15rem);
  line-height:.99;
  overflow-wrap:normal;
}
.form-page-intro>p,
.form-page-intro .check-list,
.form-page-intro .security-note{
  max-width:34rem;
}
.multi-step-card,
.form-step,
.form-grid,
.form-grid>label{
  min-width:0;
}

/* Bright, thicker white treatment on gold backgrounds. */
.button--outline-light{
  border:3px solid #fff;
  color:#fff;
}
.cta-band .button--outline-light,
.page-hero--gold .button--outline-light{
  border-color:#fff;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.18);
}
.cta-band .eyebrow--light,
.page-hero--gold .eyebrow,
.sell-feature .eyebrow--light{
  color:#fff;
  text-shadow:0 2px 16px rgba(0,0,0,.2);
}

/* The lease application receives a human image while retaining the gold field. */
.page-hero--rental-human>img{
  object-position:center 47%;
}
.page-hero--rental-human .page-hero__overlay{
  background:
    linear-gradient(90deg,rgba(var(--gold-rgb),.98) 0%,rgba(var(--gold-rgb),.92) 48%,rgba(var(--gold-rgb),.7) 100%),
    linear-gradient(0deg,rgba(var(--gold-deep-rgb),.34),rgba(var(--gold-rgb),.12));
}

@media (max-width:1100px) and (min-width:901px){
  .form-page-layout{
    grid-template-columns:minmax(285px,.7fr) minmax(0,1.3fr);
    gap:42px;
  }
  .form-page-intro h2{
    font-size:clamp(2.45rem,4vw,3.45rem);
  }
}

@media (max-width:900px){
  #property-upload{
    scroll-margin-top:calc(var(--sticky-header-height) + 24px);
  }
  .form-page-layout{
    grid-template-columns:minmax(0,1fr);
    gap:48px;
  }
  .form-page-intro{
    position:static;
    padding-right:0;
  }
  .form-page-intro h2{
    max-width:15ch;
  }
  .page-hero--list-home>img{
    object-position:62% center;
  }
}

@media (max-width:640px){
  .page-hero--list-home{
    min-height:500px;
  }
  .page-hero--list-home .page-hero__overlay{
    background:rgba(12,15,16,.75);
  }
  .page-hero--list-home>img{
    object-position:67% center;
  }
  .button--outline-light{
    border-width:2px;
  }
}


/* --------------------------------------------------------------------------
   Revision v6: Buying Buddy + AppFolio detail templates
   -------------------------------------------------------------------------- */
.listing-detail-page{background:#fff}.listing-detail-intro{padding:24px 0 18px;background:#fff;border-bottom:1px solid var(--line)}.listing-detail-intro__inner{display:flex;align-items:center;justify-content:space-between;gap:22px}.listing-breadcrumbs{display:flex;align-items:center;gap:9px;flex-wrap:wrap;font-size:.74rem;color:var(--gray)}.listing-breadcrumbs a{font-weight:800;color:var(--ink)}.listing-breadcrumbs span:last-child{max-width:42ch;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.listing-utility-actions{display:flex;gap:9px}.listing-utility-actions .icon-button{position:static;width:auto;height:42px;padding:0 15px;border:1px solid var(--line);background:#fff;border-radius:999px;display:flex;align-items:center;gap:7px;font-weight:800;font-size:.72rem}.listing-utility-actions .favorite.is-saved{background:var(--gold)}.listing-gallery-section{padding:18px 0 0;background:#fff}.property-gallery--detail{height:min(58vh,620px);min-height:440px;border-radius:18px}.listing-summary-section{padding:52px 0 90px}.listing-summary-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,390px);gap:clamp(38px,6vw,88px);align-items:start}.listing-summary-main{min-width:0}.listing-summary-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:30px;padding-bottom:30px}.listing-summary-heading h1{font-size:clamp(2.8rem,4.8vw,5.2rem);margin:4px 0 8px}.listing-kicker{margin:0;color:var(--gold-deep);font-size:.69rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.listing-price-block{text-align:right;white-space:nowrap}.listing-price-block .property-price{margin:0}.listing-price-block .property-price span{font-family:var(--sans);font-size:.9rem;margin-left:5px}.listing-price-block>span{color:var(--gray);font-size:.75rem}.listing-fact-bar{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));border:1px solid var(--line);border-radius:14px;overflow:hidden;background:var(--cream-2)}.listing-fact-bar>div{padding:20px 14px;border-right:1px solid var(--line);display:grid;gap:2px}.listing-fact-bar>div:last-child{border:0}.listing-fact-bar strong{font-family:var(--serif);font-size:1.45rem}.listing-fact-bar span{font-size:.64rem;text-transform:uppercase;letter-spacing:.08em;color:var(--gray);font-weight:800}.listing-fact-bar--rental{grid-template-columns:repeat(5,minmax(0,1fr))}.listing-primary-actions{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0}.button--text{border-color:transparent;background:transparent;padding-left:4px;padding-right:4px;color:var(--gold-deep)}.listing-section-nav{position:sticky;top:calc(var(--sticky-header-height) + 6px);z-index:45;display:flex;gap:7px;overflow-x:auto;padding:10px;margin:10px 0 46px;background:rgba(255,255,255,.94);border:1px solid var(--line);border-radius:999px;backdrop-filter:blur(14px)}.listing-section-nav a{padding:10px 16px;border-radius:999px;font-size:.71rem;font-weight:900;white-space:nowrap}.listing-section-nav a:hover{background:var(--cream)}.anchor-section{scroll-margin-top:calc(var(--sticky-header-height) + 38px)}.listing-copy-block{padding-bottom:38px;border-bottom:1px solid var(--line)}.listing-copy-block h2{font-size:clamp(2.25rem,3.4vw,3.7rem);max-width:780px}.listing-copy-block p{font-size:1rem;color:var(--gray);max-width:850px}.listing-highlights{padding-top:38px}.listing-highlights h2{font-size:2rem}.feature-chip-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.feature-chip-grid span{padding:14px 17px;border:1px solid var(--line);border-radius:10px;background:#fff;font-size:.82rem}.showing-card--detail{position:sticky;top:calc(var(--sticky-header-height) + 22px);border-top:5px solid var(--gold)}.showing-card--detail h2{font-size:2.45rem}.showing-card--detail .button{width:100%}.integration-caption{font-size:.67rem!important;color:#887b68!important;padding-top:15px;border-top:1px solid var(--line);margin-top:20px!important}.listing-details-section{background:#f7f8f7}.listing-heading-tight{margin-bottom:26px}.listing-detail-groups{display:grid;gap:10px}.listing-detail-groups details{background:#fff;border:1px solid var(--line);border-radius:14px;padding:0 26px}.listing-detail-groups summary{list-style:none;cursor:pointer;font-family:var(--serif);font-weight:700;font-size:1.45rem;padding:22px 34px 22px 0;position:relative}.listing-detail-groups summary::-webkit-details-marker{display:none}.listing-detail-groups summary:after{content:"+";position:absolute;right:0;top:18px;color:var(--gold-deep);font-family:var(--sans);font-size:1.6rem}.listing-detail-groups details[open] summary:after{content:"−"}.property-data-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin:0;padding:0 0 24px}.property-data-list>div{padding:15px 18px 15px 0;border-top:1px solid var(--line)}.property-data-list dt{font-size:.64rem;text-transform:uppercase;letter-spacing:.08em;color:var(--gray);font-weight:900}.property-data-list dd{margin:5px 0 0;font-weight:750;font-size:.87rem}.payment-map-grid,.rental-contact-map-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:24px}.payment-calculator,.rental-inquiry-panel{background:#fff;border:1px solid var(--line);border-radius:16px;padding:38px;box-shadow:0 18px 55px rgba(23,26,28,.06)}.payment-calculator h2,.rental-inquiry-panel h2{font-size:2.7rem}.calculator-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:26px 0}.calculator-grid label{display:grid;gap:7px;font-size:.68rem;text-transform:uppercase;letter-spacing:.07em;font-weight:900}.calculator-grid input,.calculator-grid select{width:100%;border:1px solid var(--line);border-radius:8px;padding:13px;background:#fff}.calculator-result{display:flex;align-items:end;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding-top:24px}.calculator-result span{color:var(--gray);font-size:.78rem}.calculator-result strong{font-family:var(--serif);font-size:1.9rem}.calculator-disclaimer{font-size:.67rem;color:var(--gray);margin-top:15px}.listing-map-placeholder{position:relative;min-height:470px;border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#e4e9e6,#f9f5ec);border:1px solid var(--line)}.map-grid-lines{position:absolute;inset:0;background-image:linear-gradient(rgba(23,26,28,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(23,26,28,.07) 1px,transparent 1px);background-size:48px 48px;transform:rotate(-6deg) scale(1.2)}.listing-map-placeholder:before,.listing-map-placeholder:after{content:"";position:absolute;background:rgba(230,172,90,.48);border-radius:999px}.listing-map-placeholder:before{width:120%;height:18px;left:-10%;top:42%;transform:rotate(-12deg)}.listing-map-placeholder:after{height:120%;width:15px;top:-10%;left:61%;transform:rotate(16deg)}.listing-map-pin{position:absolute;left:50%;top:48%;transform:translate(-50%,-50%);background:var(--ink);color:#fff;padding:17px 20px;border-radius:12px;box-shadow:var(--shadow);display:grid;gap:2px;text-align:center}.listing-map-pin:after{content:"";position:absolute;left:50%;bottom:-9px;width:18px;height:18px;background:var(--ink);transform:translateX(-50%) rotate(45deg)}.listing-map-pin strong,.listing-map-pin span{position:relative;z-index:1}.listing-map-pin span{font-size:.7rem;color:rgba(255,255,255,.68)}.map-placeholder-label{position:absolute;left:18px;bottom:16px;background:rgba(255,255,255,.9);border:1px solid var(--line);padding:8px 11px;border-radius:999px;font-size:.63rem;font-weight:900;text-transform:uppercase;letter-spacing:.07em}.history-layout{display:grid;grid-template-columns:.65fr 1.35fr;gap:70px}.history-layout h2{font-size:3rem}.property-timeline{display:grid}.property-timeline>div{display:grid;grid-template-columns:130px 1fr;gap:20px;padding:22px 0;border-bottom:1px solid var(--line)}.property-timeline time{font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.06em;color:var(--gold-deep)}.property-timeline p{margin:0;display:grid}.property-timeline p span{color:var(--gray);font-size:.8rem;margin-top:4px}.listing-compliance-section{padding:42px 0}.listing-compliance-grid{display:grid;grid-template-columns:1fr auto;gap:60px;align-items:center;color:#fff}.listing-compliance-grid p{color:rgba(255,255,255,.68);margin:8px 0 0;max-width:820px;font-size:.8rem}.listing-compliance-grid>div:last-child{display:grid;text-align:right}.listing-compliance-grid>div:last-child strong{color:var(--gold);font-size:1.1rem}.listing-compliance-grid>div:last-child span{font-size:.65rem;color:rgba(255,255,255,.6)}.similar-listings-section{background:#fff}.rental-cost-summary{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:24px 0}.rental-cost-summary>div{padding:14px;background:var(--cream-2);border-radius:9px;display:grid}.rental-cost-summary span{font-size:.62rem;text-transform:uppercase;letter-spacing:.06em;color:var(--gray);font-weight:900}.rental-cost-summary strong{font-family:var(--serif);font-size:1.2rem}.button--full{display:flex;width:100%;justify-content:center;margin-top:10px}.page-hero--listings-human{min-height:430px}.page-hero--listings-human>img{filter:saturate(.78)}.page-hero--listings-human .page-hero__overlay{background:linear-gradient(90deg,rgba(11,15,15,.94),rgba(11,15,15,.66) 60%,rgba(11,15,15,.28))}.page-hero--listings-human:after{display:none}.jamre-legacy-preview .other-listings-results{background:#fff}.jamre-legacy-preview .other-listings-results .jamre-legacy-preview .filter-panel{background:var(--cream-2)}.jamre-legacy-preview .other-listings-results .jamre-legacy-preview .results-map{background:linear-gradient(135deg,#dfe7e3,#f3ecde)}
@media(max-width:1120px){.listing-fact-bar{grid-template-columns:repeat(3,1fr)}.listing-fact-bar>div:nth-child(3){border-right:0}.listing-fact-bar>div:nth-child(-n+3){border-bottom:1px solid var(--line)}.listing-fact-bar--rental{grid-template-columns:repeat(5,1fr)}.listing-fact-bar--rental>div{border-bottom:0}.listing-fact-bar--rental>div:nth-child(3){border-right:1px solid var(--line)}}
@media(max-width:900px){.listing-summary-layout{grid-template-columns:1fr}.showing-card--detail{position:static}.listing-summary-heading{align-items:flex-end}.property-data-list{grid-template-columns:repeat(2,1fr)}.payment-map-grid,.rental-contact-map-grid,.history-layout{grid-template-columns:1fr}.listing-section-nav{top:calc(var(--sticky-header-height) + 4px)}.listing-compliance-grid{grid-template-columns:1fr}.listing-compliance-grid>div:last-child{text-align:left}.property-gallery--detail{min-height:500px;height:56vh}}
@media(max-width:640px){.listing-detail-intro__inner{align-items:flex-start;flex-direction:column}.listing-utility-actions{width:100%}.listing-utility-actions .icon-button{flex:1;justify-content:center}.property-gallery--detail{min-height:420px;height:430px}.listing-summary-section{padding-top:38px}.listing-summary-heading{display:grid}.listing-price-block{text-align:left}.listing-fact-bar,.listing-fact-bar--rental{grid-template-columns:repeat(2,1fr)}.listing-fact-bar>div,.listing-fact-bar--rental>div{border-bottom:1px solid var(--line);border-right:1px solid var(--line)}.listing-fact-bar>div:nth-child(even),.listing-fact-bar--rental>div:nth-child(even){border-right:0}.listing-fact-bar>div:last-child,.listing-fact-bar--rental>div:last-child{border-bottom:0}.listing-fact-bar--rental>div:last-child{grid-column:1/-1;border-right:0}.listing-primary-actions{display:grid}.listing-primary-actions .button{width:100%;justify-content:center}.listing-section-nav{margin-left:-5px;margin-right:-5px;border-radius:13px}.feature-chip-grid,.property-data-list,.calculator-grid,.rental-cost-summary{grid-template-columns:1fr}.payment-calculator,.rental-inquiry-panel{padding:25px}.calculator-result{align-items:flex-start;flex-direction:column}.listing-map-placeholder{min-height:380px}.property-timeline>div{grid-template-columns:1fr;gap:5px}.listing-compliance-grid{gap:20px}.page-hero--listings-human{min-height:390px}}

/* Revision v7: persistent listing-card Details action */
.property-card{
	display:flex;
	flex-direction:column;
	height:100%;
}

.property-card__image{
	flex:0 0 auto;
}

.property-card__body{
	display:flex;
	flex:1;
	flex-direction:column;
	min-width:0;
}

.property-card__footer{
	display:flex;
	align-items:center;
	justify-content:flex-end;
	margin-top:auto;
	padding-top:18px;
}

.property-card__details{
	min-height:36px;
	padding:0 16px;
	font-size:.64rem;
	letter-spacing:.1em;
	box-shadow:none;
}

.property-card__details:hover,
.property-card__details:focus-visible{
	box-shadow:0 8px 18px rgba(var(--gold-rgb),.22);
}

/* Revision v8: footer brand polish + updated footer logo */
.footer-brand img{
	width:300px;
	max-width:100%;
	height:auto;
	display:block;
	filter:none;
	margin:0 0 24px;
}

.footer-brand p{
	margin-top:0;
}

@media (max-width:640px){
	.footer-brand img{
		width:240px;
		margin-bottom:22px;
	}
}

/* =========================================================
   Revision v11: Saved Listings preview and account handoff
   ========================================================= */
.saved-listings-link{
	position:relative;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	gap:7px;
	min-width:62px;
	min-height:44px;
	padding:0 10px;
	border-radius:999px;
	font-size:.67rem;
	font-weight:900;
	letter-spacing:.08em;
	text-transform:uppercase;
	transition:.2s ease;
}

.saved-listings-link:hover,
.saved-listings-link:focus-visible,
.saved-listings-link.is-active{
	background:var(--cream-2);
	color:var(--gold-deep);
}

.saved-listings-link .icon{
	width:22px;
	height:22px;
}

.saved-count-badge{
	position:absolute;
	top:1px;
	right:0;
	display:grid;
	place-items:center;
	min-width:19px;
	height:19px;
	padding:0 5px;
	border:2px solid #fff;
	border-radius:999px;
	background:var(--ink);
	color:#fff;
	font-size:.6rem;
	font-weight:900;
	line-height:1;
}

.saved-count-badge.has-saved{
	background:var(--gold);
	color:var(--ink);
}

.mobile-saved-icon{
	position:relative;
	display:inline-grid;
	place-items:center;
}

.mobile-saved-icon .saved-count-badge{
	top:-9px;
	right:-12px;
}

.saved-account-banner{
	position:relative;
	overflow:hidden;
	padding:clamp(72px,8vw,110px) 0;
	background:
		linear-gradient(115deg,rgba(16,19,20,.98),rgba(16,19,20,.91)),
		url("../img/buy-hero-couple.webp") center 48%/cover no-repeat;
	color:#fff;
}

.saved-account-banner:before{
	content:"";
	position:absolute;
	right:-8%;
	bottom:-38%;
	width:min(54vw,720px);
	aspect-ratio:1734/760;
	background:url("../img/watermark.svg") center/contain no-repeat;
	opacity:.07;
	pointer-events:none;
	z-index:0;
}

.saved-account-banner__inner{
	position:relative;
	z-index:1;
	display:grid;
	grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);
	align-items:center;
	gap:clamp(45px,7vw,95px);
}

.saved-account-banner h1{
	max-width:780px;
	margin-bottom:22px;
	font-size:clamp(3rem,5.5vw,5.7rem);
}

.saved-account-banner p{
	max-width:760px;
	margin:0;
	color:rgba(255,255,255,.74);
	font-size:1.05rem;
}

.saved-account-banner__actions{
	display:flex;
	flex-direction:column;
	align-items:stretch;
	gap:12px;
	padding:30px;
	border:1px solid rgba(255,255,255,.16);
	border-radius:var(--radius);
	background:rgba(255,255,255,.08);
	backdrop-filter:blur(12px);
}

.saved-account-banner__actions small{
	margin-top:5px;
	color:rgba(255,255,255,.6);
	font-size:.7rem;
	line-height:1.5;
	text-align:center;
}

.saved-clear-button:disabled{
	opacity:.4;
	cursor:not-allowed;
	transform:none;
	box-shadow:none;
}

.saved-listings-empty{
	display:grid;
	justify-items:center;
	max-width:760px;
	padding:65px 35px;
	border:1px dashed rgba(var(--gold-deep-rgb),.35);
	border-radius:var(--radius);
	background:var(--cream-2);
	text-align:center;
}

.saved-listings-empty[hidden],
.saved-listings-grid[hidden]{
	display:none!important;
}

.saved-listings-empty__icon{
	display:grid;
	place-items:center;
	width:78px;
	height:78px;
	margin-bottom:22px;
	border-radius:50%;
	background:#fff;
	color:var(--gold-deep);
	box-shadow:0 14px 35px rgba(20,22,23,.08);
}

.saved-listings-empty__icon .icon{
	width:34px;
	height:34px;
}

.saved-listings-empty h2{
	margin-bottom:12px;
	font-size:clamp(2rem,4vw,3.2rem);
}

.saved-listings-empty p{
	max-width:580px;
	margin-bottom:26px;
	color:var(--gray);
}

.saved-listings-empty>div:last-child{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	gap:12px;
}

.saved-property-type{
	margin:0 0 5px;
	color:var(--gold-deep);
	font-size:.65rem;
	font-weight:900;
	letter-spacing:.1em;
	text-transform:uppercase;
}

.saved-property-card .property-card__footer{
	justify-content:space-between;
	gap:15px;
}

.saved-remove-link{
	padding:7px 0;
	border:0;
	border-bottom:1px solid currentColor;
	background:transparent;
	color:var(--gray);
	font-size:.7rem;
	font-weight:800;
	letter-spacing:.06em;
	text-transform:uppercase;
}

.saved-how-it-works .process-grid article{
	background:#fff;
	color:var(--ink);
	border:1px solid var(--line);
}

@media (max-width:1120px){
	.saved-listings-link__label{
		display:none;
	}
	.saved-listings-link{
		min-width:44px;
		padding:0 7px;
	}
}

@media (max-width:900px){
	.site-nav .saved-listings-link{
		justify-content:flex-start;
		width:100%;
		margin-top:8px;
		padding:11px 0;
		border-bottom:1px solid var(--line);
		border-radius:0;
	}
	.site-nav .saved-listings-link__label{
		display:inline;
	}
	.site-nav .saved-count-badge{
		position:static;
		margin-left:auto;
		border-color:var(--cream-2);
	}
	.saved-account-banner__inner{
		grid-template-columns:1fr;
	}
	.saved-account-banner__actions{
		max-width:520px;
	}
}

@media (max-width:640px){
	.mobile-action-bar{
		grid-template-columns:repeat(4,1fr);
	}
	.mobile-action-bar a:nth-child(2){
		background:transparent;
	}
	.mobile-action-bar a:nth-child(3){
		background:var(--gold);
	}
	.saved-account-banner{
		padding:65px 0;
	}
	.saved-account-banner h1{
		font-size:3.2rem;
	}
	.saved-account-banner__actions{
		padding:22px;
	}
	.saved-listings-empty{
		padding:48px 22px;
	}
}

/* =========================================================
   Revision v12: saved-count spacing + complete photo viewer
   ========================================================= */

/* Keep the count circle clearly separated from the word "Saved." */
.site-header .saved-listings-link > .saved-count-badge{
	position:static;
	flex:0 0 auto;
	margin-left:4px;
}

/* The mobile action-bar badge remains attached to the heart icon. */
.mobile-saved-icon > .saved-count-badge{
	position:absolute;
	margin-left:0;
}

.property-gallery .gallery-count{
	z-index:5;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	border:0;
	background:#fff;
	color:var(--ink);
	cursor:pointer;
	box-shadow:0 8px 24px rgba(0,0,0,.16);
	transition:transform .2s ease,box-shadow .2s ease;
}

.property-gallery .gallery-count:hover,
.property-gallery .gallery-count:focus-visible{
	transform:translateY(-2px);
	box-shadow:0 12px 30px rgba(0,0,0,.22);
}

.photo-gallery-modal{
	position:fixed;
	inset:0;
	z-index:1400;
	display:none;
	grid-template-rows:auto minmax(0,1fr);
	background:#0f1213;
	color:#fff;
}

.photo-gallery-modal.is-open{
	display:grid;
}

.photo-gallery-modal__header{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:30px;
	min-height:82px;
	padding:14px clamp(18px,3vw,42px);
	border-bottom:1px solid rgba(255,255,255,.12);
	background:#121516;
}

.photo-gallery-modal__header>div:first-child{
	display:grid;
	gap:3px;
}

.photo-gallery-modal__eyebrow{
	color:var(--gold);
	font-size:.63rem;
	font-weight:900;
	letter-spacing:.12em;
	text-transform:uppercase;
}

.photo-gallery-modal__header strong{
	font-family:var(--serif);
	font-size:clamp(1.2rem,2vw,1.7rem);
}

.photo-gallery-modal__header-actions{
	display:flex;
	align-items:center;
	gap:20px;
}

.photo-gallery-modal__header-actions>span{
	color:rgba(255,255,255,.7);
	font-size:.72rem;
	font-weight:800;
	letter-spacing:.06em;
	text-transform:uppercase;
}

.photo-gallery-modal__close{
	display:grid;
	place-items:center;
	width:48px;
	height:48px;
	padding:0;
	border:1px solid rgba(255,255,255,.22);
	border-radius:50%;
	background:transparent;
	color:#fff;
	font-size:2.1rem;
	line-height:1;
	cursor:pointer;
}

.photo-gallery-modal__close:hover,
.photo-gallery-modal__close:focus-visible{
	border-color:#fff;
	background:#fff;
	color:var(--ink);
}

.photo-gallery-modal__body{
	display:grid;
	grid-template-columns:minmax(0,1.55fr) minmax(320px,.45fr);
	min-height:0;
}

.photo-gallery-modal__stage{
	position:relative;
	display:grid;
	place-items:center;
	min-width:0;
	min-height:0;
	padding:clamp(24px,4vw,55px);
	background:#090b0c;
}

.photo-gallery-modal__stage figure{
	display:grid;
	grid-template-rows:minmax(0,1fr) auto;
	width:100%;
	height:100%;
	min-height:0;
	margin:0;
}

.photo-gallery-modal__stage figure>img{
	width:100%;
	height:100%;
	max-height:calc(100vh - 190px);
	object-fit:contain;
	background:#070808;
}

.photo-gallery-modal__stage figcaption{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:25px;
	padding-top:14px;
	color:rgba(255,255,255,.74);
	font-size:.75rem;
}

.photo-gallery-modal__stage figcaption small{
	color:rgba(255,255,255,.45);
	text-align:right;
}

.photo-gallery-modal__arrow{
	position:absolute;
	z-index:2;
	top:50%;
	display:grid;
	place-items:center;
	width:52px;
	height:52px;
	padding:0;
	border:1px solid rgba(255,255,255,.25);
	border-radius:50%;
	background:rgba(8,10,11,.68);
	color:#fff;
	font-size:2.7rem;
	line-height:1;
	cursor:pointer;
	backdrop-filter:blur(8px);
	transform:translateY(-50%);
}

.photo-gallery-modal__arrow:hover,
.photo-gallery-modal__arrow:focus-visible{
	background:#fff;
	color:var(--ink);
}

.photo-gallery-modal__arrow--prev{
	left:18px;
}

.photo-gallery-modal__arrow--next{
	right:18px;
}

.photo-gallery-modal__browser{
	min-height:0;
	overflow:auto;
	padding:22px;
	border-left:1px solid rgba(255,255,255,.1);
	background:#171a1b;
}

.photo-gallery-modal__browser-heading{
	display:flex;
	align-items:flex-end;
	justify-content:space-between;
	gap:18px;
	margin-bottom:16px;
}

.photo-gallery-modal__browser-heading strong{
	font-family:var(--serif);
	font-size:1.25rem;
}

.photo-gallery-modal__browser-heading span{
	color:rgba(255,255,255,.48);
	font-size:.65rem;
	text-transform:uppercase;
	letter-spacing:.08em;
}

.photo-gallery-thumbs{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:10px;
}

.photo-gallery-thumb{
	position:relative;
	overflow:hidden;
	aspect-ratio:4/3;
	padding:0;
	border:2px solid transparent;
	border-radius:8px;
	background:#222;
	cursor:pointer;
	opacity:.72;
	transition:opacity .2s ease,border-color .2s ease,transform .2s ease;
}

.photo-gallery-thumb:hover,
.photo-gallery-thumb:focus-visible{
	opacity:1;
	transform:translateY(-2px);
}

.photo-gallery-thumb.is-active{
	border-color:var(--gold);
	opacity:1;
}

.photo-gallery-thumb img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.photo-gallery-thumb span{
	position:absolute;
	right:6px;
	bottom:6px;
	display:grid;
	place-items:center;
	min-width:24px;
	height:24px;
	padding:0 5px;
	border-radius:999px;
	background:rgba(10,12,13,.82);
	color:#fff;
	font-size:.6rem;
	font-weight:900;
}

@media(max-width:900px){
	.photo-gallery-modal__body{
		grid-template-columns:1fr;
		grid-template-rows:minmax(0,1fr) auto;
	}

	.photo-gallery-modal__browser{
		overflow-x:auto;
		padding:13px 16px 17px;
		border-top:1px solid rgba(255,255,255,.1);
		border-left:0;
	}

	.photo-gallery-modal__browser-heading{
		display:none;
	}

	.photo-gallery-thumbs{
		display:flex;
		gap:8px;
	}

	.photo-gallery-thumb{
		flex:0 0 105px;
	}

	.photo-gallery-modal__stage{
		padding:20px;
	}

	.photo-gallery-modal__stage figure>img{
		max-height:calc(100vh - 285px);
	}
}

@media(max-width:640px){
	.site-header .saved-listings-link > .saved-count-badge{
		margin-left:auto;
	}

	.photo-gallery-modal__header{
		min-height:70px;
		padding:10px 14px;
	}

	.photo-gallery-modal__header-actions{
		gap:10px;
	}

	.photo-gallery-modal__header-actions>span{
		display:none;
	}

	.photo-gallery-modal__close{
		width:42px;
		height:42px;
	}

	.photo-gallery-modal__stage{
		padding:12px;
	}

	.photo-gallery-modal__stage figure>img{
		max-height:calc(100vh - 250px);
	}

	.photo-gallery-modal__stage figcaption{
		align-items:flex-start;
		flex-direction:column;
		gap:2px;
	}

	.photo-gallery-modal__stage figcaption small{
		text-align:left;
	}

	.photo-gallery-modal__arrow{
		width:44px;
		height:44px;
		font-size:2.2rem;
	}

	.photo-gallery-modal__arrow--prev{
		left:8px;
	}

	.photo-gallery-modal__arrow--next{
		right:8px;
	}

	.photo-gallery-thumb{
		flex-basis:88px;
	}
}

/* =========================================================
   Revision v13: precise gallery-control centering
   ========================================================= */
.property-gallery .gallery-count{
	min-height:44px;
	padding:13px 22px;
	line-height:1.15;
	white-space:nowrap;
}

.photo-gallery-modal__close,
.photo-gallery-modal__arrow{
	display:grid;
	place-items:center;
	padding:0;
	line-height:0;
}

.photo-gallery-control-icon{
	display:block;
	width:24px;
	height:24px;
	flex:0 0 auto;
}

.photo-gallery-control-icon--close{
	width:25px;
	height:25px;
}

@media(max-width:640px){
	.property-gallery .gallery-count{
		padding:12px 19px;
	}
}


/* =========================================================
   WordPress + ACF Pro compatibility layer (v1.2.0)
   Preserves the approved /newsite/ visual system while allowing
   section content and presentation settings to be edited in ACF.
   ========================================================= */
body.admin-bar .site-header{top:32px}
@media(max-width:782px){body.admin-bar .site-header{top:46px}}
.site-nav .current-menu-item>a:after,.site-nav .current_page_item>a:after{right:0}
.site-nav .current-menu-item>a,.site-nav .current_page_item>a{color:inherit}
.footer-grid ul{display:contents;list-style:none;margin:0;padding:0}.footer-grid li{display:contents}
.jamre-buttons{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.hero-actions .jamre-buttons{margin-top:0}
.jamre-section{isolation:isolate;scroll-margin-top:calc(var(--sticky-header-height) + 34px)}
.jamre-section[style*="background-image"]{background-size:cover;background-repeat:no-repeat}
.jamre-overlay-custom.hero .hero-overlay,.jamre-overlay-custom.page-hero .page-hero__overlay{background:var(--jamre-overlay-color)!important;opacity:var(--jamre-overlay-opacity)!important}
.jamre-section .eyebrow{color:var(--jamre-eyebrow-color,var(--gold-deep))}
.jamre-section h1,.jamre-section h2,.jamre-section h3{color:var(--jamre-heading-color,inherit)}
.jamre-container--narrow{max-width:840px}.jamre-container--wide{width:min(calc(100% - 40px),1460px);max-width:none}.jamre-container--full{width:min(calc(100% - 24px),1800px);max-width:none}
.jamre-body-copy>p:first-child,.jamre-rich-copy>p:first-child{margin-top:0}.jamre-body-copy>p:last-child,.jamre-rich-copy>p:last-child{margin-bottom:0}
.split-copy .jamre-body-copy p{color:var(--gray);font-size:1.03rem}.split-copy--light .jamre-body-copy p,.sell-feature__content .jamre-body-copy p{color:rgba(255,255,255,.76)}
.sell-feature__content .jamre-body-copy{max-width:650px;font-size:1.08rem;margin-bottom:25px}

/* v1.2: the approved Home search is rendered inside .hero-content, exactly like /newsite/. */
.jamre-home-search-section{display:none}

/* BuyingBuddy embeds inherit the approved containers instead of plugin defaults overflowing. */
.jamre-idx-wrap,.jamre-dynamic-content{min-width:0;max-width:100%}.jamre-idx-wrap iframe{max-width:100%}.jamre-buyingbuddy-home-search{max-width:1130px}

/* Generic ACF fallbacks used for sections that are not assigned a comp preset. */
.jamre-card-grid{display:grid;grid-template-columns:repeat(var(--jamre-cols,3),minmax(0,1fr));gap:20px}
.jamre-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:30px;display:flex;flex-direction:column;min-width:0}
.jamre-card__image{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:10px;margin-bottom:22px}.jamre-card .text-link{margin-top:auto;align-self:flex-start}
.jamre-inline-cta{display:flex;align-items:center;justify-content:space-between;gap:40px}.jamre-inline-cta>div:first-child{max-width:820px}.jamre-cta-gold{background-color:var(--gold)}

/* Form/demo compatibility while production form shortcodes are being connected. */
.jamre-dynamic-heading{margin-bottom:32px}.jamre-dynamic-content.form-card{max-width:980px}.jamre-demo-form,.jamre-legacy-preview .jamre-demo-search{display:block}.jamre-demo-form .jamre-form-grid,.jamre-legacy-preview .jamre-demo-search .jamre-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.jamre-demo-form label,.jamre-legacy-preview .jamre-demo-search label{display:grid;gap:7px;font-size:.73rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.jamre-demo-form input,.jamre-demo-form select,.jamre-demo-form textarea,.jamre-legacy-preview .jamre-demo-search input,.jamre-legacy-preview .jamre-demo-search select{width:100%;border:1px solid rgba(23,26,28,.18);border-radius:8px;padding:13px 14px;background:#fff;color:var(--ink);text-transform:none;letter-spacing:0;font-weight:500}.jamre-demo-form .full,.jamre-legacy-preview .jamre-demo-search .full{grid-column:1/-1}.jamre-demo-note{font-size:.73rem;color:var(--gray);margin-top:15px}.jamre-form-preview{background:#fff;border:1px solid var(--line);border-radius:14px;padding:26px}.jamre-form-preview ol{display:grid;gap:14px}.jamre-embed-placeholder,.idx-placeholder{border:1px dashed rgba(var(--gold-deep-rgb),.55);background:#fffaf0;padding:22px 25px;border-radius:12px;color:#7b653e}.idx-placeholder--large{min-height:180px;display:grid;place-content:center;text-align:center}

/* Search-results preview before the live BuyingBuddy widget is connected. */
.jamre-legacy-preview .jamre-search-results-preview .jamre-legacy-preview .filter-panel .form-card{padding:0;border:0;box-shadow:none;background:transparent}.jamre-legacy-preview .jamre-search-results-preview .jamre-legacy-preview .filter-panel .form-grid{grid-template-columns:1fr}.jamre-legacy-preview .jamre-search-results-preview .jamre-legacy-preview .filter-panel .span-2{grid-column:auto}.jamre-legacy-preview .jamre-search-results-preview .jamre-legacy-preview .filter-panel .button{width:100%}.jamre-legacy-preview .jamre-search-results-preview .property-grid{grid-template-columns:repeat(2,1fr)}

/* Homepage/service grids can honor a different ACF column count when needed. */
.service-grid[style*="--jamre-cols"]{grid-template-columns:repeat(var(--jamre-cols),minmax(0,1fr))}
.property-card__footer{display:flex;justify-content:flex-end;margin-top:18px}

/* Saved-listings staging fallback. */
.saved-empty-state,.saved-listings-empty{border:1px solid var(--line);border-radius:16px;padding:55px;text-align:center;background:var(--cream-2)}.saved-empty-state h3{font-size:2rem}.saved-empty-state .button{margin-top:12px}

/* Team / roster and plugin data should match the same content width. */
.jamre-dynamic-section .jamre-idx-wrap{width:100%}.jamre-dynamic-section .jamre-idx-wrap img{max-width:100%;height:auto}

@media(max-width:900px){.jamre-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.jamre-inline-cta{align-items:flex-start;flex-direction:column}.service-grid[style*="--jamre-cols"]{grid-template-columns:repeat(2,minmax(0,1fr))}.jamre-legacy-preview .jamre-search-results-preview .property-grid{grid-template-columns:1fr}}
@media(max-width:640px){.jamre-card-grid,.service-grid[style*="--jamre-cols"]{grid-template-columns:1fr}.jamre-demo-form .jamre-form-grid,.jamre-legacy-preview .jamre-demo-search .jamre-form-grid{grid-template-columns:1fr}.jamre-demo-form .full,.jamre-legacy-preview .jamre-demo-search .full{grid-column:auto}.footer-grid ul{display:block}.footer-grid li{display:block}}


/* =========================================================
   ACF fidelity + editor-control fixes (v1.2.0)
   ========================================================= */

/* All normal section overlays now honor ACF overlay color/opacity too. */
.jamre-section.jamre-overlay-custom:not(.hero):not(.page-hero){position:relative;overflow:hidden}
.jamre-section.jamre-overlay-custom:not(.hero):not(.page-hero)::after{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:var(--jamre-overlay-color);opacity:var(--jamre-overlay-opacity);border-radius:inherit}
/* v1.3.41: Saved Listings previously used ::after for its decorative watermark,
   which collided with the reusable ACF overlay pseudo-element and left the
   overlay constrained to the old 720px watermark box. The watermark now uses
   ::before; this reset guarantees the ACF overlay always covers the section. */
.saved-account-banner.jamre-overlay-custom::after,
.saved-account-banner--editable.jamre-overlay-custom::after{
  inset:0!important;
  width:auto!important;
  height:auto!important;
  right:0!important;
  bottom:0!important;
  aspect-ratio:auto!important;
  background:var(--jamre-overlay-color)!important;
  opacity:var(--jamre-overlay-opacity)!important;
}
.jamre-section.jamre-overlay-custom:not(.hero):not(.page-hero)>*{position:relative;z-index:1}

/* Let the ACF Text Color override component-specific paragraph/list gray defaults. */
.jamre-section p,.jamre-section li,.jamre-section .jamre-body-copy p,.jamre-section .jamre-rich-copy p{color:var(--jamre-text-color)}

/* Hero additional-line repeater. A zero font-size setting means use the Hero H1 scale. */
.hero-additional-lines{margin-top:-1.4rem;margin-bottom:1.4rem;max-width:950px}
.hero-additional-line{margin:0;line-height:1.05}
.hero-additional-line--heading-size{font-family:var(--serif);font-size:clamp(3.3rem,6vw,6.5rem);line-height:1.05;letter-spacing:-.055em;font-weight:400}
.hero--home .hero-additional-line--heading-size{font-size:clamp(3.25rem,7vw,7.35rem)}
.hero-additional-line[style*="font-style:italic"]{font-family:var(--serif)}
@media(max-width:640px){.hero-additional-line--heading-size,.hero--home .hero-additional-line--heading-size{font-size:3.25rem}}

/* Individual Card Grid controls: background, optional background image/opacity and text colors. */
.jamre-card-custom{position:relative;isolation:isolate;overflow:hidden}
.jamre-card-custom::before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background-image:var(--jamre-card-bg-image);background-position:var(--jamre-card-bg-position,center center);background-size:cover;background-repeat:no-repeat;opacity:var(--jamre-card-bg-opacity,1)}
.jamre-card-custom .eyebrow{color:var(--jamre-card-eyebrow)!important}
.jamre-card-custom h1,.jamre-card-custom h2,.jamre-card-custom h3,.jamre-card-custom h4,.jamre-card-custom summary,.jamre-card-custom>strong{color:var(--jamre-card-heading)!important}
.jamre-card-custom p,.jamre-card-custom>span:not(.eyebrow):not(.property-badge),.jamre-card-custom .property-location,.jamre-card-custom .property-office{color:var(--jamre-card-text)!important}

/* Approved management-photo caption is a configurable ACF headline now. */
.management-photo figcaption .management-photo__headline{display:block;font-family:var(--serif);font-size:clamp(2.35rem,4vw,3.8rem);line-height:1.02;letter-spacing:-.04em;text-wrap:balance;color:#fff;margin:0}

/* Contact production form wrappers should not add a second card around form-plugin markup. */
.contact-layout>div>.form-card.jamre-production-form,.split-layout--form>div>.form-card.jamre-production-form{padding:34px}
.contact-card-email{color:inherit!important;text-decoration:none!important}
.contact-card-email:hover{background:var(--cream-2)}

/* ACF-set backgrounds must always win over visual preset defaults, including CTA. */
.jamre-cta-section,.jamre-cta-gold{background-repeat:no-repeat;background-size:cover}

/* The static contact-map row uses the exact approved map treatment. */
.comp-contact-map{height:440px;padding:0;position:relative;overflow:hidden;background:var(--cream)}
.comp-contact-map .map-section__grid{position:absolute;inset:0}

@media(max-width:900px){
  .contact-layout{gap:48px}
}
@media(max-width:640px){
  .hero-additional-lines{margin-top:-1rem;margin-bottom:1.15rem}
  .contact-layout{grid-template-columns:1fr;gap:42px}
}

/* v1.2: make Section Settings → Content Width and Radius work even in comp-specific templates. */
.jamre-section.jamre-width-narrow > .container{width:min(calc(100% - 40px),840px);max-width:none}
.jamre-section.jamre-width-wide > .container{width:min(calc(100% - 40px),1460px);max-width:none}
.jamre-section.jamre-width-full > .container{width:min(calc(100% - 24px),1800px);max-width:none}
.jamre-section-rounded{overflow:hidden}

/* Keep an optional card background image above the card color, but below all card content. */
.jamre-card-custom::before{z-index:0}
.jamre-card-custom>*{position:relative;z-index:1}

/* =========================================================
   v1.3.18 - Native BuyingBuddy integration
   =========================================================
   BuyingBuddy owns all search/filter/map/results behavior.
   The theme styles only Myers-owned outer wrappers here.
   Widget internals are branded in the BuyingBuddy Custom CSS.
   ========================================================= */

.jamre-idx-wrap{
  width:100%;
  max-width:100%;
  min-width:0;
}

.jamre-idx-wrap iframe{
  max-width:100%;
}

.jamre-buyingbuddy-home-search--native{
  width:100%;
  max-width:1180px;
  margin:28px auto 0;
}

.jamre-native-search-section--buy{
  overflow:visible;
}

.jamre-buyingbuddy-search-block--native{
  width:100%;
  margin-top:28px;
}

.jamre-bb-native-results{
  width:100%;
  min-width:0;
}

.all-listings-results,
.jamre-legacy-preview .other-listings-results,
.jamre-buyingbuddy-all-listings,
.jamre-buyingbuddy-other-listings{
  padding:0;
  background:#fff;
}

.jamre-bb-foundation{
  background:#fff;
}

.jamre-bb-foundation__intro{
  padding:52px 0 28px;
  border-bottom:1px solid var(--line);
}

.jamre-bb-foundation__intro .eyebrow{
  margin-bottom:10px;
}

.jamre-bb-foundation__intro h1{
  max-width:920px;
  margin:0;
  font-size:clamp(2.7rem,5vw,5.1rem);
}

.jamre-bb-foundation__intro p{
  max-width:760px;
  margin:14px 0 0;
  color:var(--gray);
}

.jamre-bb-foundation__widget{
  min-height:260px;
  padding:34px 0 80px;
}

.jamre-bb-foundation--results .jamre-bb-foundation__widget{
  width:min(calc(100% - 40px),1800px);
  margin-inline:auto;
}

.jamre-bb-foundation--details .jamre-bb-foundation__widget{
  width:min(calc(100% - 40px),1240px);
  margin-inline:auto;
}

.saved-listings-link{
  gap:7px;
}

.saved-listings-link .icon,
.mobile-saved-icon .icon{
  fill:none;
  stroke:currentColor;
}

.saved-account-banner--buyingbuddy .jamre-buyingbuddy-login{
  min-width:min(100%,330px);
}

.saved-results-section--buyingbuddy{
  background:#fff;
}

.saved-native-portal-card{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:28px;
  align-items:start;
  padding:clamp(28px,5vw,54px);
  border:1px solid var(--line);
  border-radius:18px;
  background:var(--cream-2);
}

.saved-native-portal-card .saved-listings-empty__icon{
  margin:0;
}

.saved-native-portal-card__copy{
  max-width:760px;
}

.saved-native-portal-card__copy h2{
  margin:0 0 10px;
  font-size:clamp(2rem,3.5vw,3rem);
}

.saved-native-portal-card__copy p{
  margin:0 0 12px;
  color:var(--gray);
}

.saved-native-portal-card__note{
  padding-top:14px;
  border-top:1px solid var(--line);
  font-size:.78rem!important;
}

.jamre-buyingbuddy-login,
.jamre-buyingbuddy-saved-results{
  min-width:0;
}

.jamre-bb-disclaimer{
  margin-top:28px;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.12);
  color:rgba(255,255,255,.68);
  font-size:.68rem;
  line-height:1.5;
}

.jamre-bb-disclaimer .jamre-idx-wrap{
  max-width:100%;
}

.jamre-listings-intro{
  padding-bottom:26px;
}

.jamre-listings-intro h1{
  margin-bottom:12px;
}

.jamre-listings-intro p{
  max-width:700px;
  color:var(--gray);
}

.jamre-our-listings-results{
  padding-top:12px;
  background:#fff;
}

@media(max-width:760px){
  .jamre-bb-foundation__intro{
    padding:38px 0 22px;
  }

  .jamre-bb-foundation__widget{
    padding-top:24px;
  }
}

@media(max-width:640px){
  .jamre-buyingbuddy-home-search--native{
    margin-top:20px;
  }

  .saved-native-portal-card{
    grid-template-columns:1fr;
  }
}


/* --------------------------------------------------------------------------
   v1.3.1: Contact Form 7 production integration
   -------------------------------------------------------------------------- */
.jamre-production-form .wpcf7,
.jamre-production-form .wpcf7-form{
  margin:0;
  padding:0;
}
.jamre-production-form .wpcf7-form-control-wrap{
  display:block;
  width:100%;
}
.jamre-production-form .wpcf7-form-control-wrap > input,
.jamre-production-form .wpcf7-form-control-wrap > select,
.jamre-production-form .wpcf7-form-control-wrap > textarea{
  display:block;
}
.jamre-production-form .wpcf7-not-valid{
  border-color:#b42318!important;
  box-shadow:0 0 0 3px rgba(180,35,24,.09)!important;
}
.jamre-production-form .wpcf7-not-valid-tip{
  margin-top:6px;
  color:#b42318;
  font-size:.7rem;
  font-weight:700;
  line-height:1.35;
  letter-spacing:0;
  text-transform:none;
}
.jamre-production-form .wpcf7-response-output{
  margin:22px 0 0!important;
  padding:14px 16px!important;
  border:1px solid var(--line)!important;
  border-radius:10px;
  background:var(--cream-2);
  color:var(--ink);
  font-size:.82rem;
}
.jamre-production-form form.sent .wpcf7-response-output{
  border-color:#57825e!important;
  background:#f0f7f1;
}
.jamre-production-form form.invalid .wpcf7-response-output,
.jamre-production-form form.failed .wpcf7-response-output,
.jamre-production-form form.unaccepted .wpcf7-response-output,
.jamre-production-form form.spam .wpcf7-response-output{
  border-color:#c58c7f!important;
  background:#fff6f3;
}
.jamre-production-form .wpcf7-spinner{
  margin:10px 0 0 12px;
  vertical-align:middle;
}
.jamre-production-form input.wpcf7-submit.button{
  appearance:none;
  border:1px solid var(--gold)!important;
  background:var(--gold)!important;
  color:var(--ink)!important;
  font-weight:800!important;
  font-size:.78rem!important;
  text-transform:uppercase!important;
  letter-spacing:.09em!important;
  min-height:52px;
  padding:0 25px!important;
  border-radius:999px!important;
  cursor:pointer;
}
.jamre-production-form input.wpcf7-submit.button:hover,
.jamre-production-form input.wpcf7-submit.button:focus-visible{
  background:var(--gold-hover)!important;
  border-color:var(--gold-hover)!important;
  transform:translateY(-2px);
  box-shadow:0 12px 26px rgba(var(--gold-rgb),.25)!important;
}
.jamre-production-form input.wpcf7-submit.button:disabled{
  opacity:.55;
  cursor:wait;
  transform:none;
}
.jamre-production-form .checkbox-label .wpcf7-form-control-wrap,
.jamre-production-form .checkbox-label .wpcf7-acceptance,
.jamre-production-form .checkbox-label .wpcf7-list-item,
.jamre-production-form .checkbox-label .wpcf7-list-item label{
  display:block;
  margin:0;
  width:100%;
}
.jamre-production-form .checkbox-label .wpcf7-list-item label{
  font-size:inherit;
  font-weight:inherit;
  letter-spacing:inherit;
  text-transform:inherit;
}
.jamre-production-form .checkbox-label .wpcf7-list-item label > input{
  width:18px!important;
  height:18px!important;
  margin:3px 8px 0 0!important;
  vertical-align:top;
}
.jamre-production-form .checkbox-label .wpcf7-list-item-label{
  display:inline;
}
.jamre-production-form .upload-box .wpcf7-form-control-wrap{
  margin-top:10px;
}
.jamre-production-form .upload-box input[type="file"]{
  border:0;
  padding:0;
  background:transparent;
}
.jamre-production-form--multistep > .wpcf7,
.jamre-production-form--multistep > .wpcf7 > form,
.jamre-production-form--multistep [data-multistep]{
  width:100%;
}
.jamre-production-form--listing{
  max-width:980px;
  margin-inline:auto;
}
.jamre-production-form--listing .wpcf7-form > [data-multistep],
.comp-lease-form .jamre-production-form .wpcf7-form > [data-multistep]{
  min-width:0;
}
.jamre-production-form .step-actions [data-submit]{
  margin-left:auto;
}
.jamre-production-form .step-actions [data-submit] .wpcf7-submit{
  width:auto;
  min-width:220px;
}
.jamre-production-form--modal .form-grid{
  margin-top:24px;
}
.jamre-production-form--modal .wpcf7-response-output{
  margin-top:16px!important;
}
.jamre-production-form--modal .wpcf7-spinner{
  position:absolute;
}

@media(max-width:640px){
  .jamre-production-form input.wpcf7-submit.button,
  .jamre-production-form .step-actions [data-submit] .wpcf7-submit{
    width:100%;
  }
  .jamre-production-form .step-actions{
    gap:12px;
  }
  .jamre-production-form .step-actions > .button,
  .jamre-production-form .step-actions > [data-submit]{
    flex:1 1 0;
  }
}


/* --------------------------------------------------------------------------
   v1.3.2: approved-form fidelity + opaque home search tabs
   -------------------------------------------------------------------------- */

/* The approved black Buy/Rent tab is solid, not translucent over the white
   search panel. The active gold state remains controlled by .is-active. */
.hero--home .jamre-legacy-preview .search-tabs button:not(.is-active){
  background:var(--ink)!important;
  opacity:1!important;
}

/* CF7 normally inserts wpautop wrappers around authored form markup. The theme
   disables that in PHP, but these defensive selectors keep the grid intact if
   another plugin/filter turns autop back on. */
.jamre-production-form .form-grid>p,
.jamre-production-form .upload-grid>p,
.jamre-production-form .step-actions>p{
  display:contents;
  margin:0!important;
  padding:0!important;
}
.jamre-production-form .form-grid>br,
.jamre-production-form .upload-grid>br,
.jamre-production-form .step-actions>br{
  display:none!important;
}

/* Match the approved comp's compact field rhythm. */
.jamre-production-form .form-grid{
  column-gap:18px;
  row-gap:18px;
}
.jamre-production-form .form-grid>label,
.jamre-production-form .form-step label{
  margin:0;
}
.jamre-production-form .form-grid>label.span-2,
.jamre-production-form .form-grid .span-2{
  grid-column:1/-1;
}
.jamre-production-form .wpcf7-form-control-wrap{
  margin:0!important;
}
.jamre-production-form .form-grid input,
.jamre-production-form .form-grid select,
.jamre-production-form .form-grid textarea,
.jamre-production-form .form-step input,
.jamre-production-form .form-step select,
.jamre-production-form .form-step textarea{
  margin:0!important;
}
.jamre-production-form .form-step>p{
  margin-bottom:28px;
}

/* Restore the exact approved desktop relationship: content on the left and the
   larger form card on the right. */
.comp-listing-form .form-page-layout,
.comp-lease-form .form-page-layout{
  grid-template-columns:minmax(0,360px) minmax(0,1fr);
  gap:45px;
  align-items:start;
}
.comp-listing-form .jamre-production-form--listing,
.comp-lease-form .jamre-production-form--lease{
  max-width:none;
  width:100%;
  margin:0;
}
.comp-listing-form .form-page-intro,
.comp-lease-form .form-page-intro{
  padding-right:0;
}
.comp-listing-form .form-page-intro h2,
.comp-lease-form .form-page-intro h2{
  max-width:none;
}

/* Sell evaluation keeps the approved 50/50 split and lets the CF7 card fill the
   right-hand column without introducing an extra width constraint. */
.comp-valuation .split-layout--form>div,
.comp-valuation .form-card.jamre-production-form{
  min-width:0;
  width:100%;
}

/* Approved multistep navigation: Back stays left, Continue/Submit stays right. */
.jamre-production-form .step-actions{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.jamre-production-form .step-actions>[data-next],
.jamre-production-form .step-actions>[data-submit]{
  margin-left:auto;
}
.jamre-production-form .step-actions>[data-prev],
.jamre-production-form .step-actions>[data-next],
.jamre-production-form .step-actions>[data-submit]{
  flex:0 0 auto;
}

@media(max-width:900px){
  .comp-listing-form .form-page-layout,
  .comp-lease-form .form-page-layout{
    grid-template-columns:minmax(0,1fr);
    gap:48px;
  }
}
@media(max-width:640px){
  .jamre-production-form .form-grid{
    grid-template-columns:1fr;
  }
  .jamre-production-form .form-grid>label.span-2,
  .jamre-production-form .form-grid .span-2{
    grid-column:1;
  }
  .jamre-production-form .step-actions{
    gap:12px;
  }
}

/* =========================================================
   v1.3.13 - Primary navigation dropdown support
   ========================================================= */
@media(min-width:901px){
  .site-nav li{position:relative}
  .site-nav .sub-menu{
    position:absolute;
    top:calc(100% - 1px);
    left:-18px;
    z-index:120;
    display:block;
    min-width:210px;
    margin:0;
    padding:8px;
    gap:0;
    background:#fff;
    border:1px solid var(--line);
    border-radius:10px;
    box-shadow:0 16px 34px rgba(0,0,0,.12);
    opacity:0;
    visibility:hidden;
    transform:translateY(8px);
    pointer-events:none;
    transition:opacity .18s ease,transform .18s ease,visibility .18s ease;
  }
  .site-nav li:hover>.sub-menu,
  .site-nav li:focus-within>.sub-menu{
    opacity:1;
    visibility:visible;
    transform:none;
    pointer-events:auto;
  }
  .site-nav .sub-menu li{width:100%}
  .site-nav .sub-menu li a{
    display:block;
    width:100%;
    padding:11px 12px;
    border-radius:7px;
    white-space:nowrap;
    font-size:.68rem;
    line-height:1.25;
  }
  .site-nav .sub-menu li a:after{display:none}
  .site-nav .sub-menu li a:hover,
  .site-nav .sub-menu li a:focus-visible{background:var(--cream-2)}
  .site-nav .menu-item-has-children>a{padding-right:15px}
  .site-nav .menu-item-has-children>a:before{
    content:"";
    position:absolute;
    right:0;
    top:50%;
    width:6px;
    height:6px;
    margin-top:-5px;
    border-right:1.5px solid currentColor;
    border-bottom:1.5px solid currentColor;
    transform:rotate(45deg);
  }
}
@media(max-width:900px){
  .site-nav .sub-menu{
    position:static;
    display:grid;
    gap:0;
    min-width:0;
    margin:0;
    padding:0 0 0 18px;
    background:transparent;
    border:0;
    box-shadow:none;
    opacity:1;
    visibility:visible;
    transform:none;
    pointer-events:auto;
  }
  .site-nav .sub-menu li a{
    padding:12px 0;
    font-size:.72rem;
  }
}

/* =========================================================
   v1.3.19 FINAL IDX / RENTALS / TEAM CONSOLIDATION
   ========================================================= */

/* Flexible Hero height is editor-controlled on desktop and scales safely on mobile. */
.hero,
.page-hero{
  min-height:var(--jamre-hero-min-height,600px);
}
.hero--home{
  min-height:var(--jamre-hero-min-height,calc(100svh - 124px));
}
.page-hero--compact{
  min-height:var(--jamre-hero-min-height,410px);
}
.page-hero--agent-compact{
  min-height:320px;
  background:var(--cream-2);
}
.page-hero--agent-compact .page-hero__content{
  padding:58px 0;
}
.page-hero--agent-compact h1{
  margin-bottom:12px;
  font-size:clamp(3rem,5vw,5.2rem);
}

/* Native homepage search remains inside the designed Hero card. */
.hero-search.jamre-buyingbuddy-home-search{
  max-width:1180px;
  padding:20px;
  border:1px solid rgba(255,255,255,.58);
  border-radius:16px;
  background:rgba(255,255,255,.97);
  box-shadow:0 24px 70px rgba(0,0,0,.28);
}

/* Native Buy search receives the comp's white floating-card presentation. */
.jamre-buyingbuddy-search-block--native{
  padding:clamp(18px,2vw,26px);
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  box-shadow:0 20px 55px rgba(23,26,28,.11);
}

/* All Listings: keep the native split map/results component, just give it structure. */
.jamre-container--idx-wide{
  width:min(calc(100% - 56px),1460px);
  margin-inline:auto;
}
.jamre-buyingbuddy-all-listings{
  padding:34px 0 78px;
  background:#fff;
}
.jamre-buyingbuddy-all-listings .jamre-bb-native-results{
  width:100%;
  min-width:0;
}

/* Saved account panel should look like part of the Myers hero rather than an embed. */
.saved-account-banner__actions.jamre-account-login-panel{
  padding:24px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:18px;
  background:rgba(255,255,255,.97);
  color:var(--ink);
  box-shadow:0 20px 60px rgba(0,0,0,.23);
  backdrop-filter:none;
}
.saved-native-portal-card__note{display:none}

/* Contact page now uses a real full-width map rather than the comp placeholder. */
.jamre-contact-map-real{
  padding:0;
  min-height:520px;
  background:#eee9df;
}
.jamre-contact-map-frame{
  display:block;
  width:100%;
  height:clamp(420px,48vw,620px);
  min-height:520px;
  border:0;
}

/* Team directory / profile outer layout. BuyingBuddy still supplies all agent data. */
.jamre-team-roster-section,
.jamre-agent-profile-native{
  background:#fff;
}
.jamre-team-roster-heading{
  max-width:760px;
  margin:0 auto 38px;
}
.jamre-team-roster-native,
.jamre-agent-profile-native .jamre-idx-wrap{
  min-width:0;
}

/* Reusable local listing cards. Each result is still an editor-generated BB shortcode. */
.jamre-idx-location-section{
  background:var(--cream-2);
}
.jamre-idx-location-heading{
  max-width:820px;
  margin:0 auto 36px;
}
.jamre-idx-location-grid{
  display:grid;
  grid-template-columns:repeat(var(--jamre-location-cols,4),minmax(0,1fr));
  gap:14px;
}
.jamre-idx-location-card{
  position:relative;
  display:grid;
  gap:4px;
  min-height:150px;
  padding:26px 24px;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:14px;
  background:#fff;
  box-shadow:0 10px 28px rgba(23,26,28,.05);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.jamre-idx-location-card:before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:4px;
  background:var(--gold);
}
.jamre-idx-location-card strong{
  font-family:var(--serif);
  font-size:1.45rem;
  line-height:1.1;
}
.jamre-idx-location-card span{
  color:var(--gray);
  font-size:.78rem;
}
.jamre-idx-location-card em{
  align-self:end;
  display:flex;
  align-items:center;
  gap:7px;
  margin-top:18px;
  color:var(--gold-deep);
  font-family:var(--sans);
  font-size:.69rem;
  font-style:normal;
  font-weight:900;
  letter-spacing:.07em;
  text-transform:uppercase;
}
.jamre-idx-location-card:hover,
.jamre-idx-location-card:focus-visible,
.jamre-idx-location-card.is-active{
  transform:translateY(-3px);
  border-color:rgba(var(--gold-rgb),.7);
  box-shadow:0 18px 38px rgba(23,26,28,.1);
  outline:0;
}
.jamre-idx-location-results{
  scroll-margin-top:calc(var(--sticky-header-height,146px) + 24px);
  padding:54px 0 16px;
}
.jamre-idx-location-results__heading{
  margin-bottom:22px;
}
.jamre-idx-location-results__heading h2{
  margin:0;
  font-size:clamp(2.2rem,3.8vw,4rem);
}

/* AppFolio plugin UI styling is intentionally managed from
   Real Estate Settings → AppFolio → AppFolio Custom CSS. */
.jamre-appfolio-unavailable,
.appfolio-application-card{
  padding:clamp(28px,4vw,48px);
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  box-shadow:0 18px 48px rgba(23,26,28,.08);
}
.appfolio-application-card__icon{
  display:grid;
  place-items:center;
  width:64px;
  height:64px;
  margin-bottom:22px;
  border-radius:50%;
  background:var(--cream-2);
  color:var(--gold-deep);
}
.appfolio-application-card__icon .icon{width:28px;height:28px}

@media(max-width:1100px){
  .jamre-idx-location-grid{grid-template-columns:repeat(var(--jamre-location-tablet-cols,3),minmax(0,1fr))}
}
@media(max-width:760px){
  .hero,.page-hero,.page-hero--compact{
    min-height:var(--jamre-hero-mobile-min-height,380px);
  }
  .hero--home{
    min-height:var(--jamre-hero-mobile-min-height,620px);
  }
  .jamre-container--idx-wide{width:min(calc(100% - 28px),1460px)}
  .jamre-idx-location-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .jamre-contact-map-real,.jamre-contact-map-frame{min-height:420px}
}
@media(max-width:520px){
  .jamre-idx-location-grid{grid-template-columns:1fr}
  .jamre-buyingbuddy-search-block--native{padding:14px;border-radius:14px}
  .hero-search.jamre-buyingbuddy-home-search{padding:12px;border-radius:13px}
}

.application-preview--native{
  min-height:390px;
  padding-bottom:0;
}
.application-preview__native-copy{
  display:grid;
  align-content:center;
  justify-items:start;
  min-height:310px;
  padding:42px;
  background:#fff;
}
.application-preview__native-icon{
  display:grid;
  place-items:center;
  width:58px;
  height:58px;
  margin-bottom:20px;
  border-radius:50%;
  background:var(--cream-2);
  color:var(--gold-deep);
}
.application-preview__native-icon .icon{width:26px;height:26px}
.application-preview__native-copy h3{margin-bottom:10px}
.application-preview__native-copy p{max-width:470px;color:var(--gray)}

/* =========================================================
   v1.3.20 FLEXIBLE HERO CONTROL AUDIT / FIXES
   Every editor-facing Hero presentation control now maps to the front end.
   ========================================================= */

/* Flexible Hero height and vertical spacing belong to the Hero itself rather
   than being overridden by page-specific visual presets. */
.jamre-flex-hero.hero,
.jamre-flex-hero.page-hero{
  min-height:var(--jamre-hero-min-height,620px);
  padding-top:0!important;
  padding-bottom:0!important;
}
.jamre-flex-hero .hero-content,
.jamre-flex-hero .page-hero__content{
  padding-top:var(--jamre-hero-padding-top,90px);
  padding-bottom:var(--jamre-hero-padding-bottom,90px);
}

/* The Hero gallery and the Section Design background-image field share this
   real media layer, so either ACF control can supply the visible image. */
.jamre-flex-hero .hero-media,
.jamre-flex-hero .page-hero__media{
  position:absolute;
  inset:0;
  z-index:0;
  overflow:hidden;
  background:#101416;
}
.jamre-flex-hero .hero-media img.hero-slide,
.jamre-flex-hero .page-hero__media img.hero-slide{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:var(--jamre-hero-bg-position,center center);
  opacity:0;
  z-index:0;
  animation:none!important;
  transform:none;
  transition:opacity 1.35s ease-in-out;
  will-change:opacity;
}
.jamre-flex-hero .hero-media img.hero-slide.is-active,
.jamre-flex-hero .page-hero__media img.hero-slide.is-active{
  opacity:1;
  z-index:1;
}
.jamre-flex-hero .hero-media img.hero-slide.is-entering,
.jamre-flex-hero .page-hero__media img.hero-slide.is-entering{
  opacity:1;
  z-index:2;
}
.jamre-flex-hero .hero-overlay,
.jamre-flex-hero .page-hero__overlay{
  z-index:1;
  pointer-events:none;
}
.jamre-flex-hero .hero-content,
.jamre-flex-hero .page-hero__content{
  z-index:2;
}

/* If a normally "simple" Hero receives an image in ACF, treat it as a true
   image Hero and remove the decorative watermark that would sit over it. */
.jamre-flex-hero.page-hero--has-media{
  color:#fff;
}
.jamre-flex-hero.page-hero--has-media::after{
  display:none!important;
}
.jamre-flex-hero.page-hero--has-media .page-hero__content p{
  color:var(--jamre-text-color,rgba(255,255,255,.82));
  text-shadow:0 2px 20px rgba(0,0,0,.22);
}

/* Section Design & Background overlay values override preset gradients when
   the editor chooses an opacity greater than zero. */
.jamre-flex-hero.jamre-overlay-custom .hero-overlay,
.jamre-flex-hero.jamre-overlay-custom .page-hero__overlay{
  background:var(--jamre-overlay-color,#231f20)!important;
  opacity:var(--jamre-overlay-opacity,0)!important;
}

/* Content Position was previously stored by ACF but never rendered. */
.jamre-flex-hero--center .hero-content,
.jamre-flex-hero--center .page-hero__content{
  text-align:center;
}
.jamre-flex-hero--center .hero-content>p,
.jamre-flex-hero--center .page-hero__content>p,
.jamre-flex-hero--center .hero-additional-lines{
  margin-left:auto;
  margin-right:auto;
}
.jamre-flex-hero--center .hero-actions,
.jamre-flex-hero--center .jamre-buttons{
  justify-content:center;
}
.jamre-flex-hero--center .hero-search{
  margin-left:auto;
  margin-right:auto;
}
.jamre-flex-hero--right .hero-content,
.jamre-flex-hero--right .page-hero__content{
  text-align:right;
}
.jamre-flex-hero--right .hero-content>p,
.jamre-flex-hero--right .page-hero__content>p,
.jamre-flex-hero--right .hero-additional-lines{
  margin-left:auto;
  margin-right:0;
}
.jamre-flex-hero--right .hero-actions,
.jamre-flex-hero--right .jamre-buttons{
  justify-content:flex-end;
}
.jamre-flex-hero--right .hero-search{
  margin-left:auto;
  margin-right:0;
}

/* Keep old page-specific image framing rules working with the new media
   wrapper instead of requiring a direct child <img>. */
.jamre-flex-hero.page-hero--list-home .page-hero__media img{
  object-position:var(--jamre-hero-bg-position,center 58%);
  filter:saturate(.82) contrast(.98);
}
.jamre-flex-hero.page-hero--rental-human .page-hero__media img{
  object-position:var(--jamre-hero-bg-position,center center);
}
.jamre-flex-hero.page-hero--listings-human .page-hero__media img{
  filter:saturate(.78);
}

@media(max-width:760px){
  .jamre-flex-hero.hero,
  .jamre-flex-hero.page-hero{
    min-height:var(--jamre-hero-mobile-min-height,380px);
  }
  .jamre-flex-hero .hero-content,
  .jamre-flex-hero .page-hero__content{
    padding-top:var(--jamre-hero-mobile-pad-top,54px);
    padding-bottom:var(--jamre-hero-mobile-pad-bottom,54px);
  }
}

@media(prefers-reduced-motion:reduce){
  .jamre-flex-hero .hero-media img.hero-slide,
  .jamre-flex-hero .page-hero__media img.hero-slide{
    transition:none!important;
  }
}

/* ========================================================================== 
   v1.3.21 page-local embeds / IDX architecture
   ========================================================================== */

/* Dynamic Embed can now be the complete editable heading + CTA + shortcode row. */
.jamre-dynamic-embed[id],
.jamre-page-local-idx[id]{
  scroll-margin-top:calc(var(--sticky-header-height,146px) + 28px);
}
.jamre-dynamic-embed .section-heading-row{
  align-items:flex-end;
}
.jamre-dynamic-embed .section-heading-row>.jamre-buttons{
  flex:0 0 auto;
  margin:0;
}
.jamre-dynamic-embed .jamre-dynamic-content{
  width:100%;
  min-width:0;
}
.jamre-dynamic-embed .jamre-dynamic-heading+.jamre-buttons{
  margin:20px 0 28px;
}
.jamre-dynamic-layout--stacked .jamre-dynamic-content,
.jamre-dynamic-layout--heading_button .jamre-dynamic-content{
  margin-top:28px;
}
.jamre-dynamic-split{
  display:grid;
  grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);
  gap:clamp(36px,6vw,88px);
  align-items:start;
}
.jamre-dynamic-split .jamre-dynamic-heading{
  position:sticky;
  top:calc(var(--sticky-header-height,146px) + 28px);
}
.jamre-page-local-idx .jamre-container--idx-wide{
  padding-top:0;
  padding-bottom:0;
}

/* Local Listing Cards are lightweight links to BuyingBuddy-generated filtered Results URLs. */
.jamre-idx-location-card:target,
.jamre-idx-location-card:focus-visible{
  outline:2px solid var(--gold-deep);
  outline-offset:3px;
}

/* CF7 owns the actual request state. Keep its spinner hidden until CF7 marks
   the exact form as submitting so a stale spinner cannot appear permanently. */
.jamre-production-form .wpcf7-spinner{
  visibility:hidden!important;
  opacity:0!important;
  transition:opacity .15s ease;
}
.jamre-production-form form.submitting .wpcf7-spinner,
.jamre-production-form .submitting .wpcf7-spinner{
  visibility:visible!important;
  opacity:1!important;
}

/* Multi-step CF7 Turnstile: keep verification on its own row above the
   final navigation/submit actions. The Turnstile shortcode itself belongs
   inside the final .form-step only. */
[data-multistep] .form-turnstile {
  width: 100%;
  margin-top: 28px;
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  clear: both;
}
[data-multistep] .form-turnstile > * {
  max-width: 100%;
}
[data-multistep] .step-actions {
  width: 100%;
  clear: both;
}

/* Foundation routes are utility pages used by BuyingBuddy, not public hubs. */
.jamre-bb-foundation__intro{
  padding:42px 0 18px;
}
.jamre-bb-foundation__intro h1{
  margin:0;
  font-size:clamp(2rem,4vw,3.8rem);
}
.jamre-bb-foundation__widget{
  padding:0 0 60px;
}

@media(max-width:900px){
  .jamre-dynamic-split{grid-template-columns:1fr;gap:32px}
  .jamre-dynamic-split .jamre-dynamic-heading{position:static}
}
@media(max-width:640px){
  .jamre-dynamic-embed .section-heading-row{align-items:flex-start}
  .jamre-dynamic-embed .section-heading-row>.jamre-buttons{width:100%}
}

/* ========================================================================== 
   v1.3.23 Foundation / Hero Search / Global CTA finishing fixes
   ========================================================================== */

/* The native Hero search card follows the Hero content alignment and its ACF
   background color/opacity instead of forcing a centered opaque white card. */
.hero-search.jamre-buyingbuddy-home-search{
  background:var(--jamre-search-panel-bg,rgba(255,255,255,.97));
}
.jamre-flex-hero--left .hero-search.jamre-buyingbuddy-home-search{
  margin-left:0;
  margin-right:0;
}
.jamre-flex-hero--center .hero-search.jamre-buyingbuddy-home-search{
  margin-left:auto;
  margin-right:auto;
}
.jamre-flex-hero--right .hero-search.jamre-buyingbuddy-home-search{
  margin-left:auto;
  margin-right:0;
}
.hero-search.jamre-buyingbuddy-home-search.hero-search--transparent{
  background:transparent;
  border-color:transparent;
  box-shadow:none;
}

/* Global CTA background controls from Real Estate Settings. The blur is
   isolated to the background layer so text/buttons remain sharp. */
.cta-band{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:var(--jamre-footer-cta-bg,var(--gold));
}
.cta-band::before{
  content:"";
  position:absolute;
  inset:-4%;
  z-index:0;
  background-color:var(--jamre-footer-cta-bg,var(--gold));
  background-image:var(--jamre-footer-cta-image,none);
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
  filter:blur(var(--jamre-footer-cta-blur,0px));
  transform:scale(1.04);
  pointer-events:none;
}
.cta-band::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:var(--jamre-footer-cta-overlay,#171A1C);
  opacity:var(--jamre-footer-cta-overlay-opacity,0);
  pointer-events:none;
}
.cta-band__inner{
  position:relative;
  z-index:2;
}
.cta-band .eyebrow,
.cta-band .eyebrow--light{
  color:var(--jamre-footer-cta-eyebrow,#fff)!important;
}
.cta-band h2{
  color:var(--jamre-footer-cta-heading,var(--ink))!important;
}

/* A required CF7 acceptance checkbox may legitimately disable Submit until it
   is checked. Do not make that state look like an endless loading request. */
.jamre-production-form input.wpcf7-submit.button:disabled{
  opacity:.72;
  cursor:not-allowed;
}


/* =========================================================
   v1.3.25 - Flexible embed containment
   Width settings belong to the Myers-owned section wrapper only. Never resize
   plugin-internal .container elements. Native BuyingBuddy hosts are constrained
   to the selected ACF content width without modifying their internal layout.
   ========================================================= */
.jamre-section.jamre-width-standard > .container{
  width:min(calc(100% - 40px),var(--container));
  max-width:none;
}
.jamre-dynamic-content{
  width:100%;
  max-width:100%;
  min-width:0;
}
.jamre-dynamic-content > [id^="MBBv3_"],
.jamre-dynamic-content > .jamre-idx-wrap,
.jamre-dynamic-content .jamre-idx-wrap{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  margin-left:0!important;
  margin-right:0!important;
}
@media(max-width:640px){
  .jamre-section.jamre-width-standard > .container{width:min(calc(100% - 28px),var(--container))}
}
.jamre-dynamic-content > *{
  max-width:100%!important;
  min-width:0!important;
}

/* =========================================================
   v1.3.27 - Reusable Card Grid style fixes
   ========================================================= */
.jamre-card__text{color:var(--jamre-card-text,var(--gray));font-size:.9rem}.jamre-card__text>:first-child,.jamre-stat-card__text>:first-child,.jamre-testimonial-text>:first-child,.jamre-card-accordion__content>:first-child{margin-top:0}.jamre-card__text>:last-child,.jamre-stat-card__text>:last-child,.jamre-testimonial-text>:last-child,.jamre-card-accordion__content>:last-child{margin-bottom:0}
.jamre-stat-grid{display:grid;grid-template-columns:repeat(var(--jamre-cols,3),minmax(0,1fr));gap:20px}.jamre-stat-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:32px;min-width:0;display:flex;flex-direction:column;align-items:flex-start}.jamre-stat-card__value{font-family:var(--serif);font-size:clamp(2.8rem,5vw,5.25rem);line-height:.95;letter-spacing:-.045em;color:var(--jamre-card-heading,inherit);margin:8px 0 14px}.jamre-stat-card h3{font-family:var(--sans);font-size:1rem;margin:0 0 10px}.jamre-stat-card__text{color:var(--jamre-card-text,var(--gray));font-size:.86rem}.jamre-stat-card .text-link{margin-top:auto;padding-top:20px}
.jamre-card-testimonials-section .testimonial-slider blockquote .jamre-testimonial-text{font-family:var(--serif);font-size:clamp(2rem,3.4vw,3.7rem);line-height:1.13;letter-spacing:-.03em;color:var(--jamre-card-text,inherit)}.jamre-card-testimonials-section .testimonial-slider blockquote footer{margin-top:24px}.jamre-card-testimonials-section .testimonial-slider blockquote footer span{display:block;margin-top:3px;font-weight:500;font-size:.85em}
.jamre-card-accordion-layout{display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);gap:clamp(45px,7vw,90px);align-items:start}.jamre-card-accordion-layout--full{grid-template-columns:1fr}.jamre-card-accordion{display:grid}.jamre-card-accordion details{border-bottom:1px solid var(--line);padding:20px 0}.jamre-card-accordion details:first-child{border-top:1px solid var(--line)}.jamre-card-accordion summary{cursor:pointer;font-family:var(--serif);font-size:1.45rem;line-height:1.25;list-style:none;display:flex;justify-content:space-between;gap:20px;color:var(--jamre-card-heading,inherit)}.jamre-card-accordion summary::-webkit-details-marker{display:none}.jamre-card-accordion summary:after{content:"+";color:var(--gold-deep);flex:0 0 auto}.jamre-card-accordion details[open] summary:after{content:"−"}.jamre-card-accordion__content{padding:12px 40px 0 0;color:var(--jamre-card-text,var(--gray));font-size:.9rem}
@media(max-width:900px){.jamre-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.jamre-card-accordion-layout{grid-template-columns:1fr;gap:32px}}
@media(max-width:640px){.jamre-stat-grid{grid-template-columns:1fr}.jamre-stat-card{padding:26px}}

/* =========================================================
   v1.3.28 - Dynamic Embed owns its vertical spacing
   The Dynamic Embed ACF Padding Top/Bottom fields now always resolve to this
   layout only. No page ID or custom section ID is required.
   ========================================================= */
.jamre-section.jamre-dynamic-embed[class]{
  padding-top:var(--jamre-dynamic-padding-top,clamp(78px,9vw,132px))!important;
  padding-bottom:var(--jamre-dynamic-padding-bottom,clamp(78px,9vw,132px))!important;
}

/* ==========================================================================\n   v1.3.30 - Per-card text alignment controls\n   Card alignment now also owns WYSIWYG child paragraph alignment.\n   ========================================================================== */
.jamre-card .eyebrow,
.jamre-stat-card .eyebrow {
  display:block;
  width:100%;
  text-align:var(--jamre-card-eyebrow-align,left);
}

.jamre-card > h3,
.jamre-card > strong,
.jamre-stat-card .jamre-stat-card__value,
.jamre-stat-card > h3,
.jamre-card-accordion summary {
  width:100%;
  text-align:var(--jamre-card-heading-align,left);
}

.jamre-card .jamre-card__text,
.jamre-stat-card .jamre-stat-card__text,
.jamre-card-testimonials-section .jamre-testimonial-text,
.jamre-card-testimonials-section blockquote footer,
.jamre-card-accordion__content {
  text-align:var(--jamre-card-text-align,left);
}

/* WYSIWYG editors can save alignment on child paragraphs/elements.
   The card's Body Text Align control is authoritative, so apply it directly
   to WYSIWYG descendants instead of relying only on inherited text-align. */
.jamre-card .jamre-card__text > *,
.jamre-stat-card .jamre-stat-card__text > *,
.jamre-card-testimonials-section .jamre-testimonial-text > *,
.jamre-card-accordion__content > * {
  text-align:var(--jamre-card-text-align,left)!important;
}

/* Testimonial attribution is heading-like content, so let Heading Align own it. */
.jamre-card-testimonials-section blockquote footer {
  text-align:var(--jamre-card-heading-align,left);
}

/* ==========================================================================
   v1.3.33 - Card text alignment, footer hover and reusable social cards
   ========================================================================== */

/* A WYSIWYG body can otherwise shrink to the width of its own text inside the
   flex-based Stats cards. Stretch the actual body field so its alignment
   control has a full card width to align within. */
.jamre-card .jamre-card__text,
.jamre-stat-card .jamre-stat-card__text,
.jamre-card-testimonials-section .jamre-testimonial-text,
.jamre-card-accordion__content {
  width:100%;
  max-width:100%;
  align-self:stretch;
}
.jamre-card .jamre-card__text p,
.jamre-stat-card .jamre-stat-card__text p,
.jamre-card-testimonials-section .jamre-testimonial-text p,
.jamre-card-accordion__content p {
  width:100%;
}

/* Footer links keep their subdued default tone, then brighten elegantly on
   hover/focus without moving or underlining the layout. */
.site-footer a{
  transition:color .2s ease,border-color .2s ease,background-color .2s ease,opacity .2s ease;
}
.site-footer .footer-grid a:hover,
.site-footer .footer-grid a:focus-visible,
.site-footer .footer-legal a:hover,
.site-footer .footer-legal a:focus-visible{
  color:#fff;
}
.site-footer .social-row a:hover,
.site-footer .social-row a:focus-visible{
  color:#fff;
  border-color:rgba(255,255,255,.62);
}

/* Reusable Social Media Cards. */
.jamre-social-cards-section{overflow:hidden}
.jamre-social-cards-heading{margin-bottom:34px}
.jamre-social-card-grid{
  display:grid;
  grid-template-columns:repeat(var(--jamre-social-cols,4),minmax(0,1fr));
  gap:16px;
}
.jamre-social-card{
  --jamre-social-bg:#f4efe6;
  --jamre-social-text:var(--ink);
  position:relative;
  isolation:isolate;
  min-width:0;
  min-height:260px;
  aspect-ratio:1;
  overflow:hidden;
  border-radius:14px;
  color:var(--jamre-social-text);
  text-decoration:none;
  background:var(--jamre-social-bg);
  box-shadow:0 1px 0 rgba(23,26,28,.04);
  transition:transform .24s ease,box-shadow .24s ease;
}
.jamre-social-card[href]:hover,
.jamre-social-card[href]:focus-visible{
  transform:translateY(-4px);
  box-shadow:0 18px 42px rgba(23,26,28,.12);
  color:var(--jamre-social-text);
}
.jamre-social-card__background,
.jamre-social-card__overlay{
  position:absolute;
  inset:0;
  pointer-events:none;
}
.jamre-social-card__background{
  z-index:-2;
  background-color:var(--jamre-social-bg);
  background-image:var(--jamre-social-bg-image,none);
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
  transition:transform .45s ease;
}
.jamre-social-card[href]:hover .jamre-social-card__background{transform:scale(1.025)}
.jamre-social-card__overlay{
  z-index:-1;
  background:linear-gradient(0deg,var(--jamre-social-overlay),transparent 68%);
  opacity:var(--jamre-social-overlay-opacity,0);
}
.jamre-social-card__content{
  position:relative;
  z-index:1;
  width:100%;
  height:100%;
  min-height:260px;
  padding:24px;
  display:flex;
  flex-direction:column;
  text-align:var(--jamre-social-align,left);
}
.jamre-social-card__content-image{
  display:block;
  width:auto;
  max-width:min(72%,190px);
  max-height:84px;
  object-fit:contain;
  object-position:left center;
  opacity:.22;
}
.jamre-social-card__social-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:24px;
  height:24px;
  flex:0 0 auto;
}
.jamre-social-card__social-icon .icon{width:20px;height:20px}
.jamre-social-card__social-icon img{display:block;max-width:22px;max-height:22px;object-fit:contain}
.jamre-social-card__title{
  display:block;
  font-family:var(--serif);
  font-size:clamp(1.35rem,1.8vw,1.75rem);
  line-height:1.08;
  letter-spacing:-.025em;
}
.jamre-social-card__subtext{
  display:block;
  font-size:.76rem;
  font-weight:600;
  line-height:1.4;
}

/* Current comp preset: photo fills the card and icon/caption live at bottom. */
.jamre-social-card--photo_caption{--jamre-social-text:#fff}
.jamre-social-card--photo_caption .jamre-social-card__content{
  justify-content:flex-end;
  align-items:flex-start;
  gap:8px;
}
.jamre-social-card--photo_caption .jamre-social-card__title{
  font-family:var(--sans);
  font-size:.83rem;
  font-weight:750;
  letter-spacing:0;
}
.jamre-social-card--photo_caption .jamre-social-card__social-icon{
  position:absolute;
  left:24px;
  bottom:23px;
}
.jamre-social-card--photo_caption .jamre-social-card__title{
  padding-left:30px;
}

/* Brand quote matches the cream card in the approved comp. */
.jamre-social-card--brand_quote .jamre-social-card__content,
.jamre-social-card--brand_statement .jamre-social-card__content{
  justify-content:space-between;
  align-items:flex-start;
  gap:18px;
}
.jamre-social-card--brand_quote .jamre-social-card__title,
.jamre-social-card--brand_statement .jamre-social-card__title{margin-top:auto}
.jamre-social-card--brand_quote .jamre-social-card__subtext{margin-top:auto}

.jamre-social-card--centered .jamre-social-card__content{
  align-items:center;
  justify-content:center;
  text-align:center;
  gap:16px;
}
.jamre-social-card--centered .jamre-social-card__content-image{object-position:center center}
.jamre-social-card--standard .jamre-social-card__content{gap:16px}

@media(max-width:900px){
  .jamre-social-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:640px){
  .jamre-social-card-grid{grid-template-columns:1fr}
  .jamre-social-card{aspect-ratio:auto;min-height:320px}
  .jamre-social-card__content{min-height:320px}
}

/* =========================================================
   v1.3.36 - Saved Listings uses normal Flexible Content
   ---------------------------------------------------------
   The old hardcoded Saved Listings PHP branch was removed. These classes are
   assigned through ACF Section Settings by the one-time page-data migration so
   the existing approved appearance is preserved with reusable layouts.
   ========================================================= */

/* Dynamic Embed (Split) replaces the former hardcoded account hero. */
.saved-account-banner--editable > .container{
  position:relative;
  z-index:1;
}
.saved-account-banner--editable .jamre-dynamic-split{
  grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);
  align-items:center;
  gap:clamp(45px,7vw,95px);
}
.saved-account-banner--editable .jamre-dynamic-heading{
  position:static;
  top:auto;
  margin:0;
}
.saved-account-banner--editable .jamre-dynamic-heading .eyebrow{
  color:var(--jamre-eyebrow-color,var(--gold-light));
}
.saved-account-banner--editable .jamre-dynamic-heading h1{
  max-width:780px;
  margin-bottom:22px;
  font-size:clamp(3rem,5.5vw,5.7rem);
  color:var(--jamre-heading-color,#fff);
}
.saved-account-banner--editable .jamre-dynamic-heading p{
  max-width:760px;
  margin:0;
  color:var(--jamre-text-color,rgba(255,255,255,.74));
  font-size:1.05rem;
}
.saved-account-banner--editable .jamre-dynamic-content{
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:12px;
  min-width:0;
  padding:24px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:18px;
  background:rgba(255,255,255,.97);
  color:var(--ink);
  box-shadow:0 20px 60px rgba(0,0,0,.23);
}

/* Card Grid (one editable card) replaces the former hardcoded saved-property
   explanatory card. The heart is presentation only; title/body remain ACF. */
.saved-native-portal-section .jamre-card-grid{
  grid-template-columns:1fr!important;
}
.saved-native-portal-section .jamre-card{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  column-gap:28px;
  row-gap:0;
  align-items:start;
  padding:clamp(28px,5vw,54px);
  border:1px solid var(--line);
  border-radius:18px;
  background:var(--cream-2);
}
.saved-native-portal-section .jamre-card::after{
  content:"";
  grid-column:1;
  grid-row:1 / span 3;
  display:grid;
  width:78px;
  height:78px;
  border-radius:50%;
  background-color:#fff;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 24 24' fill='none' stroke='%239a6427' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78L12 21.23l8.84-8.84a5.5 5.5 0 0 0 0-7.78Z'/%3E%3C/svg%3E");
  background-position:center;
  background-repeat:no-repeat;
  background-size:34px 34px;
  box-shadow:0 14px 35px rgba(20,22,23,.08);
}
.saved-native-portal-section .jamre-card > h3,
.saved-native-portal-section .jamre-card > strong,
.saved-native-portal-section .jamre-card > .jamre-card__text,
.saved-native-portal-section .jamre-card > .text-link{
  grid-column:2;
}
.saved-native-portal-section .jamre-card > h3{
  margin:0 0 10px;
  font-size:clamp(2rem,3.5vw,3rem);
}
.saved-native-portal-section .jamre-card__text,
.saved-native-portal-section .jamre-card__text p{
  margin-top:0;
  color:var(--gray);
}
.saved-native-portal-section .jamre-card__text p:last-child{
  margin-bottom:0;
}

@media(max-width:900px){
  .saved-account-banner--editable .jamre-dynamic-split{
    grid-template-columns:1fr;
  }
  .saved-account-banner--editable .jamre-dynamic-content{
    max-width:520px;
  }
}

@media(max-width:640px){
  .saved-account-banner--editable .jamre-dynamic-heading h1{
    font-size:3.2rem;
  }
  .saved-account-banner--editable .jamre-dynamic-content{
    padding:22px;
  }
  .saved-native-portal-section .jamre-card{
    grid-template-columns:1fr;
  }
  .saved-native-portal-section .jamre-card::after,
  .saved-native-portal-section .jamre-card > h3,
  .saved-native-portal-section .jamre-card > strong,
  .saved-native-portal-section .jamre-card > .jamre-card__text,
  .saved-native-portal-section .jamre-card > .text-link{
    grid-column:1;
  }
  .saved-native-portal-section .jamre-card::after{
    grid-row:auto;
    margin-bottom:22px;
  }
}

/* =========================================================
   v1.3.42 - Saved Listings BuyingBuddy Portal stays native
   ---------------------------------------------------------
   BuyingBuddy's Portal / My Account widget is responsive to the width of its
   custom-element host. Older Myers BuyingBuddy CSS capped #MBBv3_LoginPanel at
   560px, which forced the native toolbar to wrap. The theme now only gives the
   host the full width of the editor-selected ACF content area. Nothing inside
   BuyingBuddy's Shadow DOM is styled here.
   ========================================================= */
.jamre-saved-listings-page mbb-login-panel#MBBv3_LoginPanel,
.jamre-saved-listings-page #MBBv3_LoginPanel {
  display:block!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin-left:0!important;
  margin-right:0!important;
}

.jamre-saved-listings-page .jamre-dynamic-content:has(> mbb-login-panel#MBBv3_LoginPanel),
.jamre-saved-listings-page .jamre-dynamic-content:has(> #MBBv3_LoginPanel) {
  width:100%;
  max-width:none;
  min-width:0;
}

/* =========================================================
   v1.3.45 - Saved Listings final spacing + LoginPanel hover
   ---------------------------------------------------------
   The old 580px minimum height belonged to the pre-Flexible-Content Saved
   Listings prototype and is intentionally gone. Flexible Content section
   padding now controls vertical spacing.

   LoginPanel normally renders inside BuyingBuddy's Shadow DOM. These selectors
   are a harmless light-DOM fallback for any non-shadow/legacy rendering. The
   Shadow DOM equivalent is installed by main.js only on Saved Listings.
   ========================================================= */
.jamre-saved-listings-page #MBBv3_LoginPanel a:hover,
.jamre-saved-listings-page #MBBv3_LoginPanel a:focus-visible,
.jamre-saved-listings-page mbb-login-panel#MBBv3_LoginPanel a:hover,
.jamre-saved-listings-page mbb-login-panel#MBBv3_LoginPanel a:focus-visible{
  text-decoration-line:underline!important;
  text-underline-offset:.12em;
}



/* =========================================================
   v1.3.51 - Sticky compliance header + larger utility details
   Keeps the dark compliance bar and primary navigation together
   while preserving responsive/mobile navigation behavior.
   ========================================================= */
.site-header-stack{
  position:sticky;
  top:0;
  z-index:1000;
  width:100%;
}

.utility-bar{
  position:relative;
  z-index:2;
  height:var(--utility-bar-height);
  font-size:.82rem;
}
.utility-bar__inner{
  height:100%;
  min-height:0;
}
.utility-tagline{
  margin:0;
  font-size:.76rem!important;
  line-height:1.25;
  font-weight:800;
  letter-spacing:.105em!important;
}
.utility-links{
  gap:24px;
}
.utility-contact{
  font-size:.82rem;
  line-height:1.25;
  font-weight:650;
}
.utility-links .icon{
  width:16px;
  height:16px;
}
.utility-social{
  opacity:.92;
}
.utility-social .icon{
  width:18px;
  height:18px;
}

/* The stack owns sticky positioning now. */
.site-header-stack .site-header,
.site-header-stack .site-header.is-scrolled{
  position:relative;
  top:auto;
}

/* WordPress admin toolbar sits above the complete sticky stack. */
body.admin-bar .site-header{top:auto}
body.admin-bar .site-header-stack{top:32px}

@media (max-width:1120px) and (min-width:901px){
  .utility-bar{font-size:.77rem}
  .utility-tagline{font-size:.71rem!important;letter-spacing:.085em!important}
  .utility-contact{font-size:.77rem}
  .utility-links{gap:16px}
  .utility-links .icon{width:15px;height:15px}
  .utility-social .icon{width:17px;height:17px}
}

@media (max-width:900px){
  :root{--utility-bar-height:42px}
  .utility-bar__inner{justify-content:flex-end}
  .utility-tagline,
  .utility-address{display:none!important}
  .utility-links{gap:15px}
  .utility-phone{font-size:.8rem;font-weight:700}
  .utility-links .icon{width:16px;height:16px}
  .utility-social .icon{width:18px;height:18px}

  /* Keep the mobile menu directly below the complete sticky header stack. */
  .site-header-stack .site-nav{
    position:absolute;
    top:100%;
    left:0;
    right:0;
    z-index:150;
  }
}

@media (max-width:782px){
  body.admin-bar .site-header-stack{top:46px}
}

@media (max-width:640px){
  :root{--utility-bar-height:40px}
  .utility-bar__inner{justify-content:center}
  .utility-links{
    width:100%;
    justify-content:center;
    gap:13px;
  }
  .utility-phone{font-size:.76rem}
  .utility-social .icon{width:17px;height:17px}
}
