.jg-property-tools{
  --jg-ink:#25211c;
  --jg-muted:#6f665a;
  --jg-paper:#fffdf8;
  --jg-ivory:#f7f1e8;
  --jg-gold:#a8782f;
  --jg-line:rgba(77,61,42,.18);
  position:relative;
  z-index:2;
  overflow:visible;
  border-top:1px solid var(--jg-line);
  border-bottom:1px solid var(--jg-line);
  background:linear-gradient(135deg,#f8f2e9 0%,#fffdf8 64%,#f1e7da 100%);
  color:var(--jg-ink);
  font-family:Satoshi,Arial,sans-serif;
}
.jg-property-tools *{box-sizing:border-box}
.jg-property-tools__inner{width:min(1160px,calc(100% - 32px));margin:0 auto;padding:48px 0}
.jg-property-tools__intro{display:grid;grid-template-columns:minmax(0,.82fr) minmax(320px,1.18fr);gap:clamp(24px,5vw,72px);align-items:end}
.jg-property-tools__eyebrow{margin:0 0 9px;color:#73501f;font-size:10px;font-weight:750;letter-spacing:.16em;text-transform:uppercase}
.jg-property-tools h2{max-width:600px;margin:0;color:var(--jg-ink);font:400 clamp(34px,4vw,54px)/1.02 Zodiak,Georgia,serif;letter-spacing:-.035em}
.jg-property-tools__lede{max-width:620px;margin:0;color:var(--jg-muted);font-size:15px;line-height:1.65}
.jg-property-tools__tabs{display:flex;gap:8px;margin:28px 0 14px;padding:4px;border:1px solid var(--jg-line);border-radius:12px;background:rgba(255,255,255,.6);width:max-content;max-width:100%}
.jg-property-tools__tab{min-height:42px;border:0;border-radius:8px;padding:9px 15px;background:transparent;color:#5b5147;cursor:pointer;font-size:11px;font-weight:750;letter-spacing:.055em;text-transform:uppercase}
.jg-property-tools__tab[aria-selected="true"]{background:var(--jg-ink);color:#fffaf2;box-shadow:0 8px 22px rgba(49,39,27,.18)}
.jg-property-tools__tab:focus-visible,.jg-property-tools button:focus-visible,.jg-property-tools input:focus-visible{outline:3px solid rgba(168,120,47,.3);outline-offset:2px}
.jg-property-tools__panel[hidden]{display:none!important}
.jg-property-tools__form{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;max-width:820px;padding:9px;border:1px solid rgba(77,61,42,.22);border-radius:14px;background:rgba(255,255,255,.94);box-shadow:0 18px 48px rgba(58,43,25,.12)}
.jg-property-tools__input-wrap{position:relative;min-width:0}
.jg-property-tools__icon{position:absolute;left:15px;top:50%;width:19px;height:19px;transform:translateY(-50%);color:#796b5b;pointer-events:none}
.jg-property-tools__icon svg{display:block;width:100%;height:100%;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}
.jg-property-tools__form input{width:100%;min-width:0;height:54px;border:0;border-radius:9px;padding:10px 14px 10px 46px;background:#fffdf8;color:var(--jg-ink);font-size:16px;outline:0}
.jg-property-tools__form input::placeholder{color:#8c8175;opacity:1}
.jg-property-tools__submit{min-height:54px;border:0;border-radius:9px;padding:12px 22px;background:var(--jg-ink);color:#fffaf2;cursor:pointer;font-size:11px;font-weight:750;letter-spacing:.07em;text-transform:uppercase;white-space:nowrap}
.jg-property-tools__submit:hover,.jg-property-tools__submit:focus-visible{background:#3c332a}
.jg-property-tools__help{margin:10px 2px 0;color:#7f7468;font-size:11px;line-height:1.5}
.jg-property-tools__status{margin:8px 2px 0;color:#8b3e32;font-size:12px;font-weight:650}
.jg-property-tools__suggestions{position:absolute;z-index:80;top:calc(100% + 8px);left:0;right:0;max-height:min(360px,55vh);overflow:auto;border:1px solid var(--jg-line);border-radius:12px;background:#fffdf8;box-shadow:0 20px 48px rgba(36,28,20,.2);text-align:left}
.jg-property-tools__suggestions[hidden]{display:none!important}
.jg-property-tools__group{padding:10px 14px 6px;color:#8a7760;font-size:9px;font-weight:750;letter-spacing:.13em;text-transform:uppercase}
.jg-property-tools__suggestion{display:grid;width:100%;grid-template-columns:auto minmax(0,1fr);gap:11px;align-items:center;border:0;border-top:1px solid rgba(77,61,42,.09);padding:11px 14px;background:#fffdf8;color:var(--jg-ink);cursor:pointer;text-align:left}
.jg-property-tools__suggestion:hover,.jg-property-tools__suggestion[aria-selected="true"]{background:#f3eadf}
.jg-property-tools__suggestion-mark{display:flex;width:31px;height:31px;align-items:center;justify-content:center;border-radius:50%;background:#efe4d4;color:#73501f;font-size:13px}
.jg-property-tools__suggestion strong{display:block;overflow:hidden;text-overflow:ellipsis;font-size:13px;line-height:1.25;white-space:nowrap}
.jg-property-tools__suggestion small{display:block;margin-top:2px;overflow:hidden;color:#807568;font-size:10px;text-overflow:ellipsis;white-space:nowrap}
.jg-property-tools__empty{margin:0;padding:14px;color:#786d61;font-size:12px;line-height:1.45}
.jg-property-tools__quiet-link{display:inline-flex;margin-top:12px;color:#6d4d22;font-size:11px;font-weight:750;text-underline-offset:3px}
@media(max-width:760px){
  .jg-property-tools__inner{width:min(100% - 24px,640px);padding:36px 0}
  .jg-property-tools__intro{display:block}
  .jg-property-tools h2{font-size:38px}
  .jg-property-tools__lede{margin-top:13px;font-size:13px;line-height:1.58}
  .jg-property-tools__tabs{display:grid;width:100%;grid-template-columns:1fr 1fr;margin-top:22px}
  .jg-property-tools__tab{padding:8px 9px;font-size:10px;letter-spacing:.035em}
  .jg-property-tools__form{grid-template-columns:minmax(0,1fr) auto;gap:7px;padding:7px;border-radius:12px}
  .jg-property-tools__form input{height:50px;padding-left:40px;font-size:16px}
  .jg-property-tools__icon{left:12px;width:18px;height:18px}
  .jg-property-tools__submit{min-height:50px;padding:9px 14px;font-size:10px}
  .jg-property-tools__help{font-size:10px}
}
@media(max-width:420px){
  .jg-property-tools__form{grid-template-columns:minmax(0,1fr)}
  .jg-property-tools__submit{width:100%}
  .jg-property-tools__suggestions{top:62px}
}
@media(prefers-reduced-motion:reduce){.jg-property-tools *{scroll-behavior:auto!important}}
