/* ============================================================
   HOMES by Jo — standardised stylesheet
   Extracted 1:1 from the existing inline styles. No visual change.
   Naming: hbj-<block>__<element>--<modifier>
   ============================================================ */

/* ---------- 1. Tokens ---------- */
:root{
  --hbj-canvas:oklch(0.98 0.008 75);
  --hbj-canvas-warm:oklch(0.96 0.012 70);
  --hbj-surface:#fff;
  --hbj-surface-sunken:oklch(0.94 0.015 60);
  --hbj-surface-tint:oklch(0.95 0.008 75);

  --hbj-accent:oklch(0.36 0.11 35);
  --hbj-accent-hover:oklch(0.30 0.10 35);
  --hbj-accent-on-dark:oklch(0.6 0.14 40);
  --hbj-dark:oklch(0.28 0.03 60);
  --hbj-brand:oklch(0.40 0.07 50);

  --hbj-text:oklch(0.25 0.02 60);
  --hbj-heading:oklch(0.24 0.03 60);
  --hbj-label:oklch(0.3 0.03 60);
  --hbj-muted:rgba(40,30,20,.55);
  --hbj-muted-strong:rgba(40,30,20,.68);
  --hbj-muted-soft:rgba(40,30,20,.45);
  --hbj-hairline:rgba(60,40,20,.08);
  --hbj-hairline-strong:rgba(60,40,20,.15);

  --hbj-badge-green:oklch(0.62 0.14 145);
  --hbj-badge-amber:oklch(0.62 0.14 85);
  --hbj-badge-orange:oklch(0.62 0.14 40);
  --hbj-badge-neutral:oklch(0.35 0.03 60);
  --hbj-whatsapp:#25D366;

  --hbj-shadow-card:0 2px 10px rgba(90,50,20,.06);
  --hbj-shadow-raised:0 4px 20px rgba(90,50,20,.1);
  --hbj-shadow-float:0 12px 34px rgba(90,50,20,.16);

  --hbj-radius-pill:24px;
  --hbj-radius-panel:16px;
  --hbj-radius-card:14px;
  --hbj-radius-input:10px;

  --hbj-font-display:'Playfair Display',serif;
  --hbj-font-body:'Karla',sans-serif;
  --hbj-font-mono:ui-monospace,monospace;
}

/* ---------- 2. Base ---------- */
body{margin:0;background:var(--hbj-canvas);color:var(--hbj-text);font-family:var(--hbj-font-body)}
a{color:var(--hbj-accent);text-decoration:none}
a:hover{color:var(--hbj-accent-hover)}

.hbj-page{max-width:100vw;overflow-x:hidden}
.hbj-page--detail{max-width:100vw;overflow-x:hidden;padding-bottom:90px}
.hbj-shell{max-width:1200px;margin:48px auto 0;padding:0 48px}
.hbj-shell--wide{max-width:1240px;margin:0 auto;padding:0 48px}
.stripe,.hbj-stripe{background-image:repeating-linear-gradient(45deg, rgba(0,0,0,.06) 0 12px, rgba(0,0,0,.02) 12px 24px)}

/* ---------- 3. Typography ---------- */
.hbj-h1{font-family:var(--hbj-font-display);font-size:48px;line-height:1.18;font-weight:700;max-width:820px;margin:0 auto 16px;color:var(--hbj-brand)}
.hbj-h2{font-family:var(--hbj-font-display);font-size:28px;font-weight:700;color:var(--hbj-brand);margin-bottom:4px}
.hbj-h2--dark{font-family:var(--hbj-font-display);font-size:26px;font-weight:700;color:var(--hbj-heading)}
.hbj-h2--brand{font-family:var(--hbj-font-display);font-size:26px;font-weight:700;color:var(--hbj-brand)}
.hbj-h3{font-family:var(--hbj-font-display);font-size:22px;font-weight:700;color:var(--hbj-heading);margin-bottom:16px}
.hbj-h3--tight{margin-bottom:4px}
.hbj-h3--prose{margin-bottom:14px}
.hbj-lede{font-size:16px;color:rgba(40,30,20,.6);max-width:580px;margin:0 auto 32px}
.hbj-subtitle{font-size:14px;color:var(--hbj-muted)}
.hbj-subtitle--centered{font-size:14px;color:var(--hbj-muted);text-align:center;margin-bottom:30px}
.hbj-note{font-size:13px;color:var(--hbj-muted);margin-bottom:16px}
.hbj-eyebrow{font-size:10.5px;letter-spacing:.18em;color:var(--hbj-accent);font-weight:700;margin-bottom:14px}
.hbj-fineprint{font-size:11.5px;color:rgba(40,30,20,.5);line-height:1.65}
.hbj-fineprint--italic{font-size:10px;color:rgba(40,30,20,.42);margin-top:8px;font-style:italic}
.hbj-prose{max-width:820px;font-size:14.5px;line-height:1.8;color:rgba(40,30,20,.7)}
.hbj-prose p{margin:0 0 16px}
.hbj-prose p:last-child{margin:0}
.hbj-prose b{color:var(--hbj-dark)}
.hbj-body-copy{font-size:14px;line-height:1.75;color:rgba(40,30,20,.68)}

/* ---------- 4. Header ---------- */
.hbj-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;gap:clamp(10px,2vw,28px);padding:14px clamp(16px,3.5vw,48px);background:oklch(0.98 0.008 75 / 0.92);backdrop-filter:blur(8px);border-bottom:1px solid var(--hbj-hairline)}
.hbj-header--inner{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:18px 48px;background:oklch(0.98 0.008 75 / 0.92);backdrop-filter:blur(8px);border-bottom:1px solid var(--hbj-hairline)}
.hbj-header__logo{display:block;flex:0 0 auto;height:clamp(26px,3.2vw,36px);width:auto}
.hbj-header__nav{display:flex;flex-wrap:nowrap;align-items:center;gap:clamp(12px,1.7vw,30px);font-size:clamp(12.5px,1.05vw,14px);color:var(--hbj-muted-strong);font-weight:500;min-width:0;white-space:nowrap}
.hbj-header__nav--inner{display:flex;gap:30px;font-size:14px;color:var(--hbj-muted-strong);font-weight:500}
.hbj-header__navlink{color:var(--hbj-brand);white-space:nowrap}
.hbj-header__navitem{white-space:nowrap}
.hbj-header__actions{display:flex;align-items:center;flex:0 0 auto;gap:clamp(8px,1vw,14px)}
.hbj-header__menubtn{align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;background:var(--hbj-surface-sunken);color:var(--hbj-accent);cursor:pointer;flex:0 0 auto}

/* ---------- 5. Buttons, pills, badges ---------- */
.hbj-btn-whatsapp{display:flex;align-items:center;flex:0 0 auto;gap:8px;background:var(--hbj-accent);color:#fff;padding:10px clamp(12px,1.5vw,20px);border-radius:var(--hbj-radius-pill);font-size:clamp(12.5px,1vw,13.5px);font-weight:700;white-space:nowrap}
.hbj-btn-whatsapp--inner{display:flex;align-items:center;gap:8px;background:var(--hbj-accent);color:#fff;padding:10px 20px;border-radius:var(--hbj-radius-pill);font-size:13.5px;font-weight:700}
.hbj-btn-primary{display:block;text-align:center;background:var(--hbj-accent);color:#fff;padding:13px;border-radius:var(--hbj-radius-input);font-size:14px;font-weight:700}
.hbj-btn-primary--spaced{margin-bottom:10px}
.hbj-btn-ghost{text-align:center;border:1px solid var(--hbj-hairline-strong);padding:11px;border-radius:var(--hbj-radius-input);font-size:12.5px;font-weight:700;color:var(--hbj-label)}
.hbj-btn-cta-dark{display:inline-block;background:var(--hbj-accent-on-dark);color:#fff;padding:13px 30px;border-radius:26px;font-size:14.5px;font-weight:700}
.hbj-btn-submit{text-align:center;background:var(--hbj-accent-on-dark);color:#fff;padding:13px;border-radius:8px;font-size:14px;font-weight:700}
.hbj-persona-pill{display:flex;flex:0 0 auto;background:var(--hbj-surface-sunken);border-radius:20px;padding:3px;white-space:nowrap}
.hbj-persona-pill--stacked{display:flex;background:var(--hbj-surface-sunken);border-radius:20px;padding:3px;margin-top:12px;align-self:flex-start}
.hbj-chip{background:#fff;padding:7px 16px;border-radius:20px;color:oklch(0.4 0.05 50);box-shadow:0 1px 3px rgba(0,0,0,.06)}
.hbj-chip-soft{background:var(--hbj-surface-tint);color:oklch(0.4 0.03 60);font-size:10.5px;font-weight:600;padding:4px 9px;border-radius:7px}
.hbj-badge{position:absolute;top:10px;left:10px;color:#fff;font-size:9.5px;font-weight:700;padding:4px 9px;border-radius:20px}
.hbj-badge--lg{position:absolute;top:10px;left:10px;color:#fff;font-size:10px;font-weight:700;padding:4px 10px;border-radius:20px}
.hbj-badge--inline{display:inline-block;color:#fff;font-size:10.5px;font-weight:700;padding:5px 12px;border-radius:20px;margin-bottom:12px}
.hbj-badge--green{background:var(--hbj-badge-green)}
.hbj-badge--amber{background:var(--hbj-badge-amber)}
.hbj-badge--orange{background:var(--hbj-badge-orange)}
.hbj-badge--neutral{background:var(--hbj-badge-neutral)}

/* ---------- 6. Persona modal ---------- */
.hbj-modal-overlay{position:fixed;inset:0;background:oklch(0.2 0.02 60 / 0.55);backdrop-filter:blur(4px);z-index:100;display:flex;align-items:center;justify-content:center;padding:20px}
.hbj-modal{background:#fff;border-radius:6px;max-width:600px;width:100%;box-shadow:0 30px 80px rgba(20,12,4,.35);overflow:hidden}
.hbj-modal__accentbar{height:4px;background:linear-gradient(90deg, oklch(0.36 0.11 35), oklch(0.7 0.11 85))}
.hbj-modal__body{padding:48px 52px 40px;text-align:center}
.hbj-modal__title{font-family:var(--hbj-font-display);font-size:26px;font-weight:600;color:oklch(0.22 0.03 60);margin-bottom:10px;line-height:1.3}
.hbj-modal__intro{font-size:13.5px;color:var(--hbj-muted);max-width:400px;margin:0 auto 34px;line-height:1.6}
.hbj-modal__agent{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:32px;padding-top:24px;border-top:1px solid var(--hbj-hairline)}
.hbj-modal__agent-text{font-size:11.5px;color:rgba(40,30,20,.5)}
.hbj-persona-options{display:flex;gap:0;border:1px solid rgba(60,40,20,.12);border-radius:8px;overflow:hidden}
.hbj-persona-option{flex:1;padding:30px 24px;cursor:pointer;text-align:left}
.hbj-persona-option--divided{border-right:1px solid rgba(60,40,20,.12)}
.hbj-persona-option__kicker{font-size:10.5px;letter-spacing:.1em;color:var(--hbj-muted-soft);font-weight:700;margin-bottom:10px}
.hbj-persona-option__title{font-family:var(--hbj-font-display);font-size:18px;font-weight:600;color:var(--hbj-heading);margin-bottom:8px}
.hbj-persona-option__desc{font-size:12.5px;color:var(--hbj-muted);line-height:1.6;margin-bottom:18px}
.hbj-persona-option__cta{font-size:12.5px;font-weight:700;color:var(--hbj-accent)}

/* ---------- 7. Mobile menu ---------- */
.hbj-mobilemenu{position:sticky;top:64px;z-index:49;background:var(--hbj-canvas);border-bottom:1px solid rgba(60,40,20,.1);box-shadow:0 10px 26px rgba(90,50,20,.10);padding:14px clamp(16px,3.5vw,48px) 18px;display:flex;flex-direction:column;gap:2px}
.hbj-mobilemenu__link{padding:11px 2px;font-size:15px;font-weight:600;color:var(--hbj-brand);border-bottom:1px solid rgba(60,40,20,.07)}
.hbj-mobilemenu__item{padding:11px 2px;font-size:15px;font-weight:600;color:var(--hbj-muted-strong);border-bottom:1px solid rgba(60,40,20,.07)}
.hbj-mobilemenu__item--last{border-bottom:none}

/* ---------- 8. Hero + search ---------- */
.hbj-hero{position:relative;padding:64px 48px 48px;text-align:center;overflow:hidden}
.hbj-hero__bglayer{position:absolute;inset:0;z-index:0;pointer-events:none}
.hbj-hero__scrim{position:absolute;inset:0;background:linear-gradient(to bottom, oklch(0.98 0.008 75 / 0.86), oklch(0.98 0.008 75 / 0.9))}
.hbj-hero__inner{position:relative;z-index:1}
.hbj-agent-badge{display:inline-flex;align-items:center;gap:10px;background:#fff;border-radius:var(--hbj-radius-pill);padding:7px 16px;box-shadow:0 1px 6px rgba(90,50,20,.08);margin-bottom:26px}
.hbj-agent-badge__text{font-size:12.5px;color:rgba(40,30,20,.65)}
.hbj-avatar{border-radius:50%;flex:0 0 auto;background-image:url('assets/joanne-otsuka.jpeg');background-size:250%;background-position:47% 15%;background-repeat:no-repeat}
.hbj-avatar-28{width:28px;height:28px}
.hbj-avatar-32{width:32px;height:32px}
.hbj-avatar-44{width:44px;height:44px}
.hbj-search{max-width:660px;margin:0 auto 10px;position:relative}
.hbj-search__bar{display:flex;align-items:center;background:#fff;border-radius:var(--hbj-radius-pill);box-shadow:0 8px 24px rgba(90,50,20,.1);padding:6px 6px 6px 20px}
.hbj-search__icon{font-size:16px;margin-right:10px}
.hbj-search__input{flex:1;padding:11px 0;border:none;font-size:14.5px;outline:none;background:transparent;color:var(--hbj-text);font-family:var(--hbj-font-body)}
.hbj-search__btn{padding:10px 18px;background:var(--hbj-dark);color:#fff;font-weight:700;font-size:13px;border-radius:20px;cursor:pointer;white-space:nowrap}
.hbj-search__results{position:absolute;top:56px;left:0;right:0;background:#fff;border-radius:var(--hbj-radius-card);box-shadow:0 12px 30px rgba(90,50,20,.16);z-index:30;overflow:hidden;text-align:left}
.hbj-search__result{display:flex;justify-content:space-between;align-items:center;padding:13px 20px;border-bottom:1px solid rgba(60,40,20,.06);font-size:13px;color:var(--hbj-dark)}
.hbj-search__result-meta{color:rgba(40,30,20,.5)}
.hbj-search__result-price{color:var(--hbj-accent);font-weight:700}
.hbj-search__hint{font-size:11.5px;color:var(--hbj-muted-soft);margin-bottom:14px}
.hbj-chiprow{display:flex;justify-content:center;gap:10px;font-size:13px}

/* ---------- 9. AI chat panel ---------- */
.hbj-chat{position:fixed;bottom:96px;right:26px;width:360px;max-height:520px;background:#fff;border-radius:var(--hbj-radius-panel);box-shadow:0 16px 46px rgba(0,0,0,.22);z-index:90;display:flex;flex-direction:column;overflow:hidden}
.hbj-chat__head{background:var(--hbj-dark);color:#fff;padding:14px 18px;display:flex;justify-content:space-between;align-items:center}
.hbj-chat__title{font-size:13.5px;font-weight:700}
.hbj-chat__close{cursor:pointer;opacity:.7}
.hbj-chat__body{padding:18px;overflow-y:auto;flex:1}
.hbj-chat__results{margin-top:6px}
.hbj-chat__resultcard{display:block;background:var(--hbj-canvas);border-radius:var(--hbj-radius-input);padding:10px 12px;margin-bottom:8px;font-size:12.5px;color:var(--hbj-dark)}
.hbj-chat__resultmeta{color:var(--hbj-muted)}
.hbj-chat__foot{padding:14px 18px;border-top:1px solid var(--hbj-hairline);display:flex;flex-wrap:wrap;gap:8px}
.hbj-chat__chip{background:var(--hbj-surface-sunken);color:var(--hbj-label);padding:8px 13px;border-radius:var(--hbj-radius-panel);font-size:12px;font-weight:600;cursor:pointer}

/* ---------- 10. Carousel ---------- */
.hbj-carousel{padding:64px 20px 64px;text-align:center}
.hbj-carousel__stage{position:relative;height:400px;display:flex;align-items:center;justify-content:center}
.hbj-carousel__caption{padding:18px 20px 20px;text-align:left}
.hbj-carousel__name{font-size:16.5px;font-weight:700;color:var(--hbj-heading)}
.hbj-carousel__district{font-size:12.5px;color:var(--hbj-muted);margin:4px 0 12px}
.hbj-carousel__pricerow{display:flex;justify-content:space-between;font-size:13px;margin-bottom:6px}
.hbj-carousel__tenure{font-size:12px;color:var(--hbj-muted-soft)}
.hbj-carousel__nav{display:flex;justify-content:center;align-items:center;gap:18px;margin-top:20px}
.hbj-carousel__arrow{width:40px;height:40px;border-radius:50%;background:#fff;box-shadow:0 1px 6px rgba(90,50,20,.12);display:flex;align-items:center;justify-content:center;font-size:16px;cursor:pointer;color:oklch(0.4 0.1 50)}
.hbj-cover-img{width:100%;height:100%;object-fit:cover}

/* ---------- 11. Section shells & card grids ---------- */
.hbj-section{padding:60px 48px}
.hbj-section--surface{padding:60px 48px;background:#fff}
.hbj-section--tight-top{padding:20px 48px 60px;background:#fff}
.hbj-section-head{display:flex;align-items:baseline;justify-content:space-between;max-width:1240px;margin:0 auto 26px}
.hbj-section-link{font-size:13.5px;font-weight:700}
.hbj-section-link--static{font-size:13.5px;font-weight:700;color:var(--hbj-accent)}
.hbj-grid-auto{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px;max-width:1240px;margin:0 auto}
.hbj-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;max-width:1240px;margin:0 auto}
.hbj-grid-3--tight{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.hbj-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.hbj-grid-7{display:grid;grid-template-columns:repeat(7,1fr);gap:12px;max-width:1100px;margin:0 auto}
.hbj-split{display:grid;grid-template-columns:1.6fr 1fr;gap:28px;max-width:1200px;margin:48px auto 0;padding:0 48px;align-items:start}

.hbj-card{display:block;background:var(--hbj-canvas);border-radius:var(--hbj-radius-card);overflow:hidden;box-shadow:var(--hbj-shadow-card)}
.hbj-card--surface{display:block;background:#fff;border-radius:var(--hbj-radius-card);overflow:hidden;box-shadow:var(--hbj-shadow-card)}
.hbj-card__media{height:150px;position:relative;overflow:hidden}
.hbj-card__media--tall{height:180px;position:relative;overflow:hidden}
.hbj-card__body{padding:14px 16px 16px}
.hbj-card__body--roomy{padding:16px 18px 18px}
.hbj-card__tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}
.hbj-card__name{font-size:14.5px;font-weight:700;color:var(--hbj-heading)}
.hbj-card__name--lg{font-size:15.5px;font-weight:700;color:var(--hbj-heading)}
.hbj-card__district{font-size:12px;color:var(--hbj-muted);margin:4px 0 10px}
.hbj-card__pricerow{display:flex;justify-content:space-between;font-size:12.5px;margin-top:8px}
.hbj-card__pricerow--lg{display:flex;justify-content:space-between;font-size:13px;margin-bottom:6px}
.hbj-card__price{font-weight:700}
.hbj-card__psf{color:rgba(40,30,20,.5)}
.hbj-card__meta{font-size:12px;color:var(--hbj-muted-soft)}

.hbj-panel{background:#fff;border-radius:var(--hbj-radius-card);padding:24px 28px;box-shadow:var(--hbj-shadow-card)}
.hbj-panel--raised{background:#fff;border-radius:var(--hbj-radius-panel);padding:26px;box-shadow:var(--hbj-shadow-raised)}
.hbj-tile{background:#fff;border-radius:var(--hbj-radius-card);padding:22px;text-align:center;box-shadow:var(--hbj-shadow-card)}
.hbj-tile--roomy{background:#fff;border-radius:var(--hbj-radius-card);padding:26px;text-align:center;box-shadow:var(--hbj-shadow-card)}
.hbj-tile__icon{font-size:28px;margin-bottom:10px}
.hbj-tile__title{font-size:15.5px;font-weight:700;margin-bottom:6px;color:var(--hbj-heading)}
.hbj-tile__desc{font-size:12.5px;color:var(--hbj-muted)}
.hbj-district-chip{background:var(--hbj-canvas);border:1px solid var(--hbj-hairline);border-radius:var(--hbj-radius-input);padding:14px 8px;text-align:center;font-size:13px;font-weight:600;color:var(--hbj-label)}

/* ---------- 12. Steps + tables ---------- */
.hbj-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:44px}
.hbj-step__num{width:32px;height:32px;border-radius:50%;background:var(--hbj-accent);color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 12px;font-size:14px}
.hbj-step__title{font-size:14px;font-weight:700;color:var(--hbj-heading);margin-bottom:6px}
.hbj-step__desc{font-size:12px;color:var(--hbj-muted)}
.hbj-table{background:#fff;border-radius:var(--hbj-radius-card);overflow:hidden;box-shadow:var(--hbj-shadow-card)}
.hbj-table--narrow{max-width:900px;margin:0 auto;background:#fff;border-radius:var(--hbj-radius-card);overflow:hidden;box-shadow:var(--hbj-shadow-card)}
.hbj-table__head{display:grid;padding:14px 22px;background:var(--hbj-canvas);font-size:11.5px;font-weight:700;color:var(--hbj-muted)}
.hbj-table__row{display:grid;padding:13px 22px;font-size:12.5px;border-top:1px solid rgba(60,40,20,.06)}
.hbj-cols-comparable{grid-template-columns:2fr 1fr 1fr 1fr}
.hbj-cols-unitmix{grid-template-columns:1.7fr 1.2fr .7fr 1.1fr 1fr .9fr}
.hbj-cols-txn{grid-template-columns:1fr 1fr 1fr 1fr}

/* ---------- 13. Calculators ---------- */
.hbj-calc{max-width:1000px;margin:36px auto 0;background:#fff;border-radius:var(--hbj-radius-panel);box-shadow:0 3px 16px rgba(90,50,20,.08);padding:30px 34px;display:grid;grid-template-columns:1fr 1fr;gap:36px}
.hbj-calc--detail{background:#fff;border-radius:var(--hbj-radius-card);padding:28px 30px;box-shadow:var(--hbj-shadow-card);display:grid;grid-template-columns:1fr 1fr;gap:36px}
.hbj-calc__title{font-size:15px;font-weight:700;color:var(--hbj-heading);margin-bottom:16px}
.hbj-calc__label{font-size:12.5px;color:rgba(40,30,20,.6);margin-bottom:4px}
.hbj-calc__slider{width:100%;accent-color:var(--hbj-accent)}
.hbj-calc__slider--spaced{margin-bottom:14px}
.hbj-calc__out{border-left:1px solid rgba(60,40,20,.1);padding-left:36px}
.hbj-calc__outlabel{font-size:12.5px;color:var(--hbj-muted);margin-bottom:6px}
.hbj-calc__figure{font-family:var(--hbj-font-display);font-size:32px;font-weight:700;color:var(--hbj-accent);margin-bottom:20px}
.hbj-calc__figure--sm{font-family:var(--hbj-font-display);font-size:30px;font-weight:700;color:var(--hbj-accent);margin-bottom:18px}
.hbj-calc__subfigure{font-size:20px;font-weight:700;color:var(--hbj-heading);margin-bottom:20px}
.hbj-calc__disclaimer{font-size:11.5px;color:var(--hbj-muted-soft)}
.hbj-calc__disclaimer--xs{font-size:11px;color:rgba(40,30,20,.4);margin-top:8px}
.hbj-linerow{display:flex;justify-content:space-between;font-size:13px;padding:6px 0}
.hbj-linerow--ruled{border-top:1px solid var(--hbj-hairline)}
.hbj-linerow--total{padding:10px 0;border-top:1px solid var(--hbj-hairline-strong);margin-top:6px}
.hbj-linerow__label{color:var(--hbj-muted)}
.hbj-linerow__total{font-family:var(--hbj-font-display);font-size:20px;color:var(--hbj-accent)}
.hbj-input{padding:12px 16px;border-radius:var(--hbj-radius-input);border:1px solid var(--hbj-hairline-strong);font-size:13.5px}
.hbj-select{padding:12px 16px;border-radius:var(--hbj-radius-input);border:1px solid var(--hbj-hairline-strong);font-size:13.5px;background:#fff}
.hbj-formgrid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:16px}

/* ---------- 14. Valuation widget ---------- */
.hbj-valuation{max-width:760px;margin:0 auto;background:var(--hbj-canvas);border-radius:var(--hbj-radius-panel);padding:28px 32px;box-shadow:var(--hbj-shadow-card)}
.hbj-valuation__result{text-align:center;padding:20px;background:#fff;border-radius:12px;margin-bottom:16px}
.hbj-valuation__resultlabel{font-size:12px;color:var(--hbj-muted);margin-bottom:6px}
.hbj-valuation__figure{font-family:var(--hbj-font-display);font-size:30px;font-weight:700;color:var(--hbj-accent)}

/* ---------- 15. Lead banner, footer, floating CTA ---------- */
.hbj-banner{padding:56px 48px;text-align:center;background:var(--hbj-dark);color:#fff}
.hbj-banner__title{font-family:var(--hbj-font-display);font-size:26px;font-weight:700;margin-bottom:10px}
.hbj-banner__sub{font-size:14.5px;color:rgba(255,255,255,.7);margin-bottom:24px}
.hbj-footer{padding:44px 48px 100px;font-size:12.5px;color:var(--hbj-muted)}
.hbj-footer__inner{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:32px}
.hbj-footer__heading{font-weight:700;color:var(--hbj-label);margin-bottom:8px}
.hbj-footer__logo{margin-bottom:10px}
.hbj-footer__link{color:inherit}
.hbj-fab{position:fixed;bottom:26px;right:26px;width:56px;height:56px;border-radius:50%;background:var(--hbj-whatsapp);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px rgba(0,0,0,.25);font-size:26px;z-index:60}

/* ---------- 16. Detail page blocks ---------- */
.hbj-breadcrumb{padding:16px 48px 0;font-size:12.5px;color:rgba(40,30,20,.5);max-width:1200px;margin:0 auto}
.hbj-gallery__main{height:420px;border-radius:var(--hbj-radius-panel);overflow:hidden;box-shadow:var(--hbj-shadow-raised);position:relative;background:#fff}
.hbj-gallery__caption{position:absolute;left:14px;bottom:14px;background:rgba(20,14,8,.72);color:#fff;font-size:12px;font-weight:600;padding:6px 12px;border-radius:20px}
.hbj-gallery__arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:rgba(20,14,8,.55);color:#fff;display:flex;align-items:center;justify-content:center;font-size:24px;line-height:1;cursor:pointer;user-select:none}
.hbj-gallery__arrow--prev{left:14px}
.hbj-gallery__arrow--next{right:14px}
.hbj-gallery__tabs{display:flex;gap:12px;margin-top:12px}
.hbj-gallery__tab{flex:1;text-align:center;padding:10px;border-radius:8px;font-size:12.5px}
.hbj-gallery__tab--on{background:#fff;font-weight:700;color:var(--hbj-accent);box-shadow:0 1px 4px rgba(0,0,0,.06)}
.hbj-gallery__tab--off{background:var(--hbj-canvas);color:rgba(40,30,20,.6)}
.hbj-gallery__thumbs{display:flex;gap:8px;margin-top:12px;align-items:center}
.hbj-gallery__thumbrail{display:flex;gap:8px;flex:1;min-width:0}
.hbj-gallery__railbtn{flex:0 0 auto;width:30px;height:80px;border-radius:8px;background:var(--hbj-surface-sunken);color:var(--hbj-accent);display:flex;align-items:center;justify-content:center;font-size:20px;line-height:1;cursor:pointer;user-select:none}

.hbj-summary{position:sticky;top:90px;background:#fff;border-radius:var(--hbj-radius-panel);padding:26px;box-shadow:var(--hbj-shadow-raised)}
.hbj-summary__name{font-family:var(--hbj-font-display);font-size:24px;font-weight:700;color:var(--hbj-heading)}
.hbj-summary__location{font-size:13px;color:var(--hbj-muted);margin:4px 0 18px}
.hbj-summary__stats{display:flex;justify-content:space-between;padding:14px 0;border-top:1px solid var(--hbj-hairline);border-bottom:1px solid var(--hbj-hairline);margin-bottom:16px}
.hbj-summary__statlabel{font-size:11px;color:rgba(40,30,20,.5)}
.hbj-summary__statvalue{font-size:19px;font-weight:800;color:var(--hbj-accent)}
.hbj-summary__statvalue--neutral{color:var(--hbj-heading)}
.hbj-summary__line{font-size:12.5px;color:rgba(40,30,20,.6);margin-bottom:20px}
.hbj-summary__ctarow{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.hbj-summary__agent{display:flex;align-items:center;gap:10px;margin-top:18px;padding-top:16px;border-top:1px solid var(--hbj-hairline)}
.hbj-summary__agenttext{font-size:11.5px;color:rgba(40,30,20,.6);line-height:1.5}
.hbj-summary__badges{display:flex;gap:8px;margin-bottom:12px}

.hbj-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:16px 28px;background:#fff;border-radius:var(--hbj-radius-card);padding:24px 28px;box-shadow:var(--hbj-shadow-card);font-size:13.5px}
.hbj-facts--2col{grid-template-columns:1fr 1fr;gap:12px 28px;padding:22px 26px}
.hbj-facts__label{color:rgba(40,30,20,.5)}

.hbj-take{background:var(--hbj-canvas-warm);border:1px solid rgba(60,40,20,.1);border-radius:var(--hbj-radius-panel);padding:30px 34px}
.hbj-take__head{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.hbj-take__title{font-family:var(--hbj-font-display);font-size:20px;font-weight:700;color:var(--hbj-heading)}
.hbj-take__byline{font-size:11.5px;color:var(--hbj-muted)}
.hbj-take__body{font-size:14px;line-height:1.75;color:rgba(40,30,20,.7)}
.hbj-take__body p{margin:0 0 14px}
.hbj-take__body p:last-child{margin:0}

.hbj-callout{margin-top:14px;font-size:13px;color:rgba(40,30,20,.6);background:var(--hbj-surface-sunken);border-radius:12px;padding:12px 16px}
.hbj-amenity{background:#fff;border-radius:12px;padding:16px 18px;box-shadow:0 1px 6px rgba(90,50,20,.06)}
.hbj-amenity__icon{font-size:22px}
.hbj-amenity__title{font-size:14px;font-weight:700;color:var(--hbj-heading);margin-top:8px}
.hbj-amenity__desc{font-size:12.5px;color:var(--hbj-muted);margin-top:3px;line-height:1.5}
.hbj-nearby{background:#fff;border-radius:var(--hbj-radius-input);padding:14px;font-size:12.5px;box-shadow:0 1px 6px rgba(90,50,20,.06)}
.hbj-mapframe{border-radius:var(--hbj-radius-card);overflow:hidden;box-shadow:var(--hbj-shadow-card);margin-bottom:16px;background:#fff}
.hbj-mapframe img{width:100%;display:block}

.hbj-chart{background:#fff;border-radius:var(--hbj-radius-card);padding:24px;box-shadow:var(--hbj-shadow-card)}
.hbj-chart__plot{display:flex;align-items:flex-end;gap:22px;height:160px;padding:0 10px}
.hbj-chart__col{flex:1;display:flex;flex-direction:column;align-items:center;gap:8px;height:100%;justify-content:flex-end}
.hbj-chart__value{font-size:11.5px;font-weight:700;color:var(--hbj-label)}
.hbj-chart__name{font-size:11px;color:rgba(40,30,20,.5);text-align:center}

.hbj-faq__item{background:#fff;border-radius:var(--hbj-radius-input);padding:14px 18px;margin-bottom:10px;box-shadow:0 1px 6px rgba(90,50,20,.06);cursor:pointer}
.hbj-faq__q{display:flex;justify-content:space-between;font-size:13.5px;font-weight:700;color:var(--hbj-dark)}
.hbj-faq__a{font-size:13px;color:rgba(40,30,20,.6);margin-top:10px;line-height:1.6}

.hbj-enquiry{background:var(--hbj-dark);border-radius:var(--hbj-radius-panel);padding:40px 44px;color:#fff;display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center}
.hbj-enquiry__title{font-family:var(--hbj-font-display);font-size:24px;font-weight:700;margin-bottom:10px}
.hbj-enquiry__body{font-size:13.5px;color:rgba(255,255,255,.7);line-height:1.7}
.hbj-enquiry__form{display:flex;flex-direction:column;gap:10px}
.hbj-enquiry__input{padding:12px 16px;border-radius:8px;border:none;font-size:13.5px}
.hbj-enquiry__consent{display:flex;gap:9px;align-items:flex-start;font-size:11.5px;color:rgba(255,255,255,.7);line-height:1.5}
.hbj-enquiry__consent a{color:#fff;text-decoration:underline}

.hbj-lightbox{position:fixed;inset:0;z-index:200;background:rgba(15,10,6,.86);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:24px}
.hbj-lightbox__caption{color:#fff;font-size:13px;font-weight:600}
.hbj-lightbox__note{font-size:10px;color:rgba(255,255,255,.55);font-style:italic;text-align:center;max-width:600px}
.hbj-lightbox__close{position:absolute;top:22px;right:26px;color:#fff;font-size:30px;line-height:1;cursor:pointer;font-weight:300}

/* ---------- 17. Listing index ---------- */
.hbj-filterbar{position:sticky;top:64px;z-index:40;background:oklch(0.98 0.008 75 / 0.95);backdrop-filter:blur(6px);padding:12px 48px;border-bottom:1px solid var(--hbj-hairline)}
.hbj-filterbar__inner{max-width:1240px;margin:0 auto;display:flex;gap:10px;flex-wrap:wrap;align-items:center}
.hbj-filterbar__divider{width:1px;height:22px;background:var(--hbj-hairline-strong);margin:0 6px}
.hbj-filterbar__select{padding:9px 14px;border-radius:20px;border:1px solid var(--hbj-hairline-strong);font-size:13px;background:#fff;color:var(--hbj-label)}
.hbj-listing-grid{max-width:1240px;margin:28px auto 0;padding:0 48px;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.hbj-listing-card{background:#fff;border-radius:var(--hbj-radius-card);overflow:hidden;box-shadow:var(--hbj-shadow-card);position:relative}
.hbj-comparebox{position:absolute;top:10px;right:10px;z-index:2;width:24px;height:24px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:13px;cursor:pointer}
.hbj-comparetray{position:fixed;bottom:0;left:0;right:0;background:var(--hbj-dark);color:#fff;padding:18px 48px;box-shadow:0 -4px 20px rgba(0,0,0,.2);z-index:70}
.hbj-comparetray__inner{max-width:1240px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}
.hbj-comparetray__chip{background:rgba(255,255,255,.12);padding:6px 12px;border-radius:20px;font-size:12.5px;display:flex;align-items:center;gap:8px}
.hbj-comparetray__btn{background:var(--hbj-accent-on-dark);color:#fff;padding:11px 22px;border-radius:var(--hbj-radius-pill);font-size:13.5px;font-weight:700;cursor:pointer}
.hbj-comparetable{background:#fff;border-radius:var(--hbj-radius-panel);overflow:hidden;box-shadow:0 4px 24px rgba(90,50,20,.12)}

/* ---------- 18. Responsive (unchanged behaviour) ---------- */
[data-hdr-menu]{display:none}
@media (max-width:900px){
  [data-hdr-nav]{display:none !important}
  [data-hdr-menu]{display:flex !important}
}
@media (max-width:600px){
  [data-hdr-pill]{display:none !important}
  [data-hdr-ctalabel]{display:none !important}
}

/* ---------- 19. Centred section titles & misc utilities ---------- */
.hbj-h2-center{font-family:var(--hbj-font-display);font-size:26px;font-weight:700;color:var(--hbj-heading);text-align:center;margin-bottom:30px}
.hbj-h2-center--tight{margin-bottom:10px}
.hbj-h2-center--brand{color:var(--hbj-brand);margin-bottom:8px}
.hbj-h3-center{font-family:var(--hbj-font-display);font-size:22px;font-weight:700;color:var(--hbj-heading);text-align:center;margin-bottom:20px}
.hbj-grid-3--tools{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1000px;margin:0 auto}
.hbj-slider-label{font-size:12.5px;color:rgba(40,30,20,.6);margin-bottom:4px}
.hbj-slider{width:100%;accent-color:var(--hbj-accent)}
.hbj-slider--spaced{margin-bottom:14px}
.hbj-seller-shell{max-width:1240px;margin:0 auto}

.hbj-toggle{padding:7px 16px;border-radius:18px;font-size:12.5px;font-weight:700;cursor:pointer;transition:all .2s}
.hbj-toggle--on{background:var(--hbj-accent);color:#fff}
.hbj-toggle--off{background:transparent;color:var(--hbj-muted)}
.hbj-hero__bgframe{position:absolute;inset:0;background-size:cover;background-position:center;transition:opacity 1.6s ease-in-out}
.hbj-icon-fixed{flex:0 0 auto}
.hbj-block{display:block}
.hbj-stack-18{margin-bottom:18px}

.hbj-table__cell--name{font-weight:600}
.hbj-linerow__totallabel{font-weight:700}
.hbj-carousel__psf{color:rgba(40,30,20,.55)}

/* ---------- 20. Component catalogue chrome (Components.dc.html only) ---------- */
.hbj-cat-page{max-width:1320px;margin:0 auto;padding:0 28px 120px}
.hbj-cat-intro{padding:56px 0 28px}
.hbj-cat-kicker{font-family:var(--hbj-font-mono);font-size:11px;letter-spacing:.18em;font-weight:700;color:var(--hbj-accent);margin-bottom:12px}
.hbj-cat-title{font-family:var(--hbj-font-display);font-size:40px;font-weight:700;color:var(--hbj-heading);margin-bottom:12px}
.hbj-cat-lede{font-size:15px;line-height:1.7;color:rgba(40,30,20,.62);max-width:720px}
.hbj-cat-legend{margin-top:20px;max-width:720px;background:#fff;border-radius:12px;padding:16px 20px;box-shadow:0 2px 10px rgba(90,50,20,.07);font-size:13px;line-height:1.7;color:rgba(40,30,20,.62)}
.hbj-cat-index{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:10px;background:#fff;border-radius:var(--hbj-radius-card);padding:20px 22px;box-shadow:0 2px 10px rgba(90,50,20,.07);margin-bottom:44px}
.hbj-cat-index__label{font-family:var(--hbj-font-mono);font-size:10.5px;font-weight:700;letter-spacing:.1em;color:var(--hbj-muted-soft);grid-column:1/-1}
.hbj-cat-index__link{font-size:13px;font-weight:700}
.hbj-cat-group{font-family:var(--hbj-font-display);font-size:26px;font-weight:700;color:var(--hbj-heading);margin:0 0 18px}
.hbj-cat-card{background:#fff;border-radius:var(--hbj-radius-card);overflow:hidden;box-shadow:0 2px 12px rgba(90,50,20,.08);margin-bottom:26px}
.hbj-cat-card--last{margin-bottom:44px}
.hbj-cat-card__head{display:flex;flex-wrap:wrap;align-items:baseline;gap:12px;padding:14px 18px;background:oklch(0.95 0.012 70);border-bottom:1px solid rgba(60,40,20,.12)}
.hbj-cat-card__id{font-family:var(--hbj-font-mono);font-size:11px;font-weight:700;color:#fff;background:var(--hbj-accent);padding:3px 8px;border-radius:5px}
.hbj-cat-card__name{font-family:var(--hbj-font-display);font-size:18px;font-weight:700;color:var(--hbj-heading)}
.hbj-cat-card__where{font-size:11.5px;color:rgba(40,30,20,.5)}
.hbj-cat-fields{padding:11px 18px;font-family:var(--hbj-font-mono);font-size:11px;line-height:1.8;color:rgba(40,30,20,.62);background:oklch(0.97 0.01 70);border-bottom:1px solid rgba(60,40,20,.1)}
.hbj-cat-behaviour{padding:11px 18px;font-size:11.5px;line-height:1.75;color:rgba(40,30,20,.6);background:oklch(0.93 0.02 70);border-bottom:1px solid rgba(60,40,20,.1)}
.hbj-cat-behaviour__tag{font-family:var(--hbj-font-mono);font-size:10.5px;letter-spacing:.08em;color:var(--hbj-accent)}
.hbj-cat-preview{padding:22px;background:var(--hbj-canvas)}
.hbj-cat-preview--surface{padding:22px;background:#fff}
.hbj-cat-preview--dark{padding:22px;background:oklch(0.94 0.012 70)}
.hbj-cat-swatch{width:34px;height:24px;border-radius:5px}
.hbj-cat-swatch--ruled{border:1px solid var(--hbj-hairline-strong)}
.hbj-cat-swatchrow{display:flex;align-items:center;gap:10px}
.hbj-cat-mono{font-family:var(--hbj-font-mono)}

/* ---------- 21. Utilities ---------- */
.hbj-fw700{font-weight:700}
.hbj-fw600{font-weight:600}
.hbj-text-muted{color:var(--hbj-muted)}
.hbj-text-mutedsoft{color:rgba(40,30,20,.5)}
.hbj-text-accent{color:var(--hbj-accent)}
.hbj-text-dark{color:var(--hbj-dark)}
.hbj-text-brand{color:var(--hbj-brand)}
.hbj-text-accent-bold{color:var(--hbj-accent);font-weight:700}
.hbj-center{text-align:center}
.hbj-underline{text-decoration:underline}
.hbj-m0{margin:0}
.hbj-mb0{margin-bottom:0}
.hbj-p-20{padding:20px}
.hbj-p-22{padding:22px}
.hbj-p-24{padding:24px}
.hbj-meta-sm{font-size:12px;color:var(--hbj-muted)}
.hbj-meta-xs{font-size:11.5px;color:var(--hbj-muted-soft)}
.hbj-mono-sm{font-family:var(--hbj-font-mono);font-size:11.5px}
.hbj-mono-block{font-family:var(--hbj-font-mono);font-size:12px;line-height:2;color:rgba(40,30,20,.62)}
.hbj-mono-label{font-family:var(--hbj-font-mono);font-size:10.5px;font-weight:700;letter-spacing:.1em;color:var(--hbj-muted-soft);margin-bottom:12px}

/* ---------- 22. Preview placeholders & shared primitives ---------- */
.hbj-ph{background-color:oklch(0.93 0.015 60);position:relative;background-image:repeating-linear-gradient(45deg, rgba(0,0,0,.06) 0 12px, rgba(0,0,0,.02) 12px 24px)}
.hbj-ph--140{height:140px}
.hbj-ph--150{height:150px}
.hbj-ph--170{height:170px}
.hbj-ph--180{height:180px}
.hbj-ph--thumb{flex:1;height:70px;border-radius:8px}
.hbj-track{height:6px;border-radius:3px;background:rgba(60,40,20,.15);position:relative}
.hbj-track--spaced{margin-bottom:14px}
.hbj-track__fill{position:absolute;left:0;top:0;height:100%;background:var(--hbj-accent);border-radius:3px}
.hbj-h3--sm{font-size:20px;margin-bottom:14px}
.hbj-calc__label--6{margin-bottom:6px}
.hbj-calc__label--8{margin-bottom:8px}
.hbj-linerow-detail{display:flex;justify-content:space-between;font-size:13px;padding:8px 0;border-top:1px solid var(--hbj-hairline)}
.hbj-linerow-detail--closed{border-bottom:1px solid var(--hbj-hairline)}
.hbj-filter-chip{padding:9px 16px;border-radius:20px;font-size:13px;font-weight:600;background:#fff;border:1px solid var(--hbj-hairline-strong);color:var(--hbj-label)}
.hbj-filter-chip--on{background:var(--hbj-accent);border-color:var(--hbj-accent);color:#fff;font-weight:700}
.hbj-comparetable__col{padding:18px;border-bottom:1px solid var(--hbj-hairline);border-left:1px solid var(--hbj-hairline)}
.hbj-comparetable__rowlabel{padding:14px 18px;font-size:12.5px;font-weight:700;color:var(--hbj-muted);border-bottom:1px solid rgba(60,40,20,.06)}
.hbj-comparetable__cell{padding:14px 18px;font-size:13px;border-bottom:1px solid rgba(60,40,20,.06);border-left:1px solid var(--hbj-hairline)}
.hbj-txn__head{display:grid;grid-template-columns:repeat(4,1fr);padding:14px 20px;background:var(--hbj-canvas);font-size:11.5px;font-weight:700;color:var(--hbj-muted)}
.hbj-txn__row{display:grid;grid-template-columns:repeat(4,1fr);padding:12px 20px;font-size:12.5px;border-top:1px solid rgba(60,40,20,.06)}
.hbj-unitmix__row{display:grid;grid-template-columns:1.7fr 1.2fr .7fr 1.1fr 1fr .9fr;padding:14px 24px;font-size:13px;border-top:1px solid rgba(60,40,20,.06);align-items:center}
.hbj-unitmix__head{display:grid;grid-template-columns:1.7fr 1.2fr .7fr 1.1fr 1fr .9fr;padding:14px 24px;background:var(--hbj-canvas);font-size:12px;font-weight:700;color:var(--hbj-muted)}
.hbj-enquiry__placeholder{padding:12px 16px;border-radius:8px;background:#fff;font-size:13.5px;color:rgba(40,30,20,.4)}

/* ---------- 23. Catalogue preview scaffolding (Components.dc.html only) ---------- */
.hbj-cat-u1{font-family:ui-monospace,monospace;font-size:11.5px;color:oklch(0.36 0.11 35)}
.hbj-cat-u2{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px 26px;background:oklch(0.98 0.008 75);border:1px solid rgba(60,40,20,.08);border-radius:10px}
.hbj-cat-u3{display:block;flex:0 0 auto}
.hbj-cat-u4{display:flex;align-items:center;gap:26px;font-size:13.5px;color:rgba(40,30,20,.68);font-weight:500}
.hbj-cat-u5{display:flex;align-items:center;gap:12px}
.hbj-cat-u6{background:oklch(0.36 0.11 35);color:#fff;padding:10px 18px;border-radius:24px;font-size:13px;font-weight:700}
.hbj-cat-u7{max-width:420px;background:oklch(0.98 0.008 75);border:1px solid rgba(60,40,20,.1);border-radius:10px;box-shadow:0 10px 26px rgba(90,50,20,.1);padding:14px 20px 18px;display:flex;flex-direction:column;gap:2px}
.hbj-cat-u8{font-size:12.5px}
.hbj-cat-u9{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:32px;font-size:12.5px;color:rgba(40,30,20,.55)}
.hbj-cat-u10{padding:22px;background:oklch(0.98 0.008 75);display:flex;gap:24px;align-items:flex-start}
.hbj-cat-u11{position:static;flex:0 0 auto}
.hbj-cat-u12{background:rgba(15,10,6,.86);border-radius:12px;padding:28px;display:flex;flex-direction:column;align-items:center;gap:12px;position:relative}
.hbj-cat-u13{width:340px;height:200px;border-radius:8px;background-color:oklch(0.5 0.02 60)}
.hbj-cat-u14{position:absolute;top:14px;right:18px;color:#fff;font-size:26px;line-height:1;font-weight:300}
.hbj-cat-u15{background:#fff;border-radius:6px;max-width:560px;margin:0 auto;box-shadow:0 20px 50px rgba(20,12,4,.2);overflow:hidden}
.hbj-cat-u16{padding:36px 40px 32px;text-align:center}
.hbj-cat-u17{font-family:'Playfair Display',serif;font-size:24px;font-weight:600;color:oklch(0.22 0.03 60);margin-bottom:10px}
.hbj-cat-u18{font-size:13px;color:rgba(40,30,20,.55);max-width:380px;margin:0 auto 26px;line-height:1.6}
.hbj-cat-u19{flex:1;padding:24px 20px;border-right:1px solid rgba(60,40,20,.12);text-align:left}
.hbj-cat-u20{font-family:'Playfair Display',serif;font-size:17px;font-weight:600;margin-bottom:6px}
.hbj-cat-u21{font-size:12px;color:rgba(40,30,20,.55);line-height:1.6;margin-bottom:14px}
.hbj-cat-u22{flex:1;padding:24px 20px;text-align:left}
.hbj-cat-u23{text-align:center;padding:26px 20px}
.hbj-cat-u24{margin-bottom:22px}
.hbj-cat-u25{width:30px;height:30px}
.hbj-cat-u26{font-family:'Playfair Display',serif;font-size:40px;line-height:1.18;font-weight:700;max-width:720px;margin:0 auto 14px;color:oklch(0.40 0.07 50)}
.hbj-cat-u27{font-size:15px;color:rgba(40,30,20,.6);max-width:560px;margin:0 auto 26px}
.hbj-cat-u28{max-width:620px;margin:0 auto 10px;display:flex;align-items:center;background:#fff;border-radius:24px;box-shadow:0 8px 24px rgba(90,50,20,.1);padding:6px 6px 6px 20px}
.hbj-cat-u29{flex:1;text-align:left;font-size:14px;color:rgba(40,30,20,.4)}
.hbj-cat-u30{padding:10px 18px;background:oklch(0.28 0.03 60);color:#fff;font-weight:700;font-size:13px;border-radius:20px}
.hbj-cat-u31{font-size:11.5px;color:rgba(40,30,20,.45);margin-bottom:14px}
.hbj-cat-u32{max-width:620px;background:#fff;border-radius:14px;box-shadow:0 12px 30px rgba(90,50,20,.16);overflow:hidden}
.hbj-cat-u33{display:flex;justify-content:space-between;align-items:center;padding:13px 20px;border-bottom:1px solid rgba(60,40,20,.06);font-size:13px;color:oklch(0.28 0.03 60)}
.hbj-cat-u34{display:flex;justify-content:space-between;align-items:center;padding:13px 20px;font-size:13px;color:oklch(0.28 0.03 60)}
.hbj-cat-u35{width:340px;background:#fff;border-radius:16px;box-shadow:0 16px 40px rgba(0,0,0,.16);overflow:hidden}
.hbj-cat-u36{opacity:.7}
.hbj-cat-u37{padding:18px}
.hbj-cat-u38{background:oklch(0.94 0.015 60);color:oklch(0.28 0.03 60);padding:10px 14px;border-radius:12px 12px 12px 2px;font-size:12.5px;margin-bottom:8px;max-width:85%}
.hbj-cat-u39{background:oklch(0.36 0.11 35);color:#fff;padding:10px 14px;border-radius:12px 12px 2px 12px;font-size:12.5px;margin-bottom:10px;max-width:85%;margin-left:auto}
.hbj-cat-u40{background:oklch(0.94 0.015 60);color:oklch(0.28 0.03 60);padding:10px 14px;border-radius:12px 12px 12px 2px;font-size:12.5px;max-width:85%}
.hbj-cat-u41{font-family:'Playfair Display',serif;font-size:26px;font-weight:700;color:oklch(0.40 0.07 50);margin-bottom:4px}
.hbj-cat-u42{font-size:14px;color:rgba(40,30,20,.55);margin-bottom:24px}
.hbj-cat-u43{display:flex;align-items:center;justify-content:center;gap:18px}
.hbj-cat-u44{width:230px;transform:scale(.8);opacity:.7;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 12px 34px rgba(90,50,20,.14)}
.hbj-cat-u45{padding:16px 18px;text-align:left}
.hbj-cat-u46{width:290px;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 12px 34px rgba(90,50,20,.18)}
.hbj-cat-u47{position:absolute;top:12px;left:12px;background:oklch(0.62 0.14 85);color:#fff;font-size:10px;font-weight:700;padding:4px 10px;border-radius:20px}
.hbj-cat-u48{font-size:16.5px;font-weight:700;color:oklch(0.24 0.03 60)}
.hbj-cat-u49{font-size:12.5px;color:rgba(40,30,20,.55);margin:4px 0 12px}
.hbj-cat-u50{display:flex;justify-content:center;align-items:center;gap:14px;margin-top:20px}
.hbj-cat-u51{width:36px;height:36px;border-radius:50%;background:#fff;box-shadow:0 1px 6px rgba(90,50,20,.12);display:flex;align-items:center;justify-content:center;color:oklch(0.4 0.1 50)}
.hbj-cat-u52{width:22px;height:8px;border-radius:4px;background:oklch(0.36 0.11 35)}
.hbj-cat-u53{width:8px;height:8px;border-radius:4px;background:rgba(60,40,20,.2)}
.hbj-cat-u54{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:20px}
.hbj-cat-u55{font-family:'Playfair Display',serif;font-size:24px;font-weight:700;color:oklch(0.40 0.07 50)}
.hbj-cat-u56{font-size:13.5px;font-weight:700;color:oklch(0.36 0.11 35)}
.hbj-cat-u57{max-width:none}
.hbj-cat-u58{max-width:700px;margin:0 auto;background:oklch(0.98 0.008 75);border-radius:16px;padding:26px 30px;box-shadow:0 2px 10px rgba(90,50,20,.06)}
.hbj-cat-u59{padding:12px 16px;border-radius:10px;border:1px solid rgba(60,40,20,.15);font-size:13.5px;color:rgba(40,30,20,.4);background:#fff}
.hbj-cat-u60{padding:12px 16px;border-radius:10px;border:1px solid rgba(60,40,20,.15);font-size:13.5px;background:#fff}
.hbj-cat-u61{width:32%}
.hbj-cat-u62{font-size:12px;color:rgba(40,30,20,.55);margin-bottom:6px}
.hbj-cat-u63{font-family:'Playfair Display',serif;font-size:28px;font-weight:700;color:oklch(0.36 0.11 35)}
.hbj-cat-u64{text-align:center;background:oklch(0.36 0.11 35);color:#fff;padding:13px;border-radius:10px;font-size:14px;font-weight:700}
.hbj-cat-u65{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:30px}
.hbj-cat-u66{max-width:860px}
.hbj-cat-u67{text-align:center;margin-bottom:18px}
.hbj-cat-u68{font-family:'Playfair Display',serif;font-size:24px;font-weight:700;color:oklch(0.40 0.07 50);margin-bottom:6px}
.hbj-cat-u69{font-size:14px;color:rgba(40,30,20,.55)}
.hbj-cat-u70{display:grid;grid-template-columns:repeat(7,1fr);gap:12px;max-width:900px;margin:0 auto}
.hbj-cat-u71{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:860px;margin:0 auto}
.hbj-cat-u72{background:#fff;border-radius:16px;box-shadow:0 3px 16px rgba(90,50,20,.08);padding:26px 30px;display:grid;grid-template-columns:1fr 1fr;gap:32px}
.hbj-cat-u73{font-size:15px;font-weight:700;margin-bottom:16px}
.hbj-cat-u74{width:36%}
.hbj-cat-u75{width:67%}
.hbj-cat-u76{width:40%}
.hbj-cat-u77{padding-left:32px}
.hbj-cat-u78{font-family:'Playfair Display',serif;font-size:30px;font-weight:700;color:oklch(0.36 0.11 35);margin-bottom:18px}
.hbj-cat-u79{font-size:20px;font-weight:700;margin-bottom:18px}
.hbj-cat-u80{padding:44px 40px;text-align:center;background:oklch(0.28 0.03 60);color:#fff;border-radius:12px}
.hbj-cat-u81{font-family:'Playfair Display',serif;font-size:26px;font-weight:700;margin-bottom:10px}
.hbj-cat-u82{display:flex;gap:10px;flex-wrap:wrap;align-items:center}
.hbj-cat-u83{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 2px 10px rgba(90,50,20,.06);position:relative;outline:2px solid oklch(0.36 0.11 35)}
.hbj-cat-u84{position:absolute;top:10px;right:10px;z-index:2;width:24px;height:24px;border-radius:6px;background:oklch(0.36 0.11 35);color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px}
.hbj-cat-u85{font-size:14.5px;font-weight:700}
.hbj-cat-u86{font-size:11px;color:rgba(40,30,20,.45);margin-top:4px}
.hbj-cat-u87{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 2px 10px rgba(90,50,20,.06);position:relative}
.hbj-cat-u88{position:absolute;top:10px;right:10px;z-index:2;width:24px;height:24px;border-radius:6px;background:rgba(255,255,255,.9);border:1px solid rgba(60,40,20,.2)}
.hbj-cat-u89{background:oklch(0.28 0.03 60);color:#fff;padding:16px 26px;border-radius:10px;display:flex;align-items:center;justify-content:space-between}
.hbj-cat-u90{display:flex;gap:14px;align-items:center}
.hbj-cat-u91{display:grid;grid-template-columns:1fr 1fr 1fr}
.hbj-cat-u92{padding:18px;border-bottom:1px solid rgba(60,40,20,.08)}
.hbj-cat-u93{display:grid;grid-template-columns:1.6fr 1fr;gap:24px;align-items:start}
.hbj-cat-u94{height:300px;border-radius:16px;background-color:oklch(0.93 0.015 60);position:relative;box-shadow:0 4px 20px rgba(90,50,20,.1)}
.hbj-cat-u95{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;background:rgba(20,14,8,.55);color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px}
.hbj-cat-u96{position:absolute;right:14px;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;background:rgba(20,14,8,.55);color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px}
.hbj-cat-u97{display:flex;gap:8px;margin-top:12px}
.hbj-cat-u98{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 20px rgba(90,50,20,.1)}
.hbj-cat-u99{font-size:23px}
.hbj-cat-u100{width:38px;height:38px}
.hbj-cat-u101{padding:22px 26px}
.hbj-cat-u102{font-family:'Playfair Display',serif;font-size:20px;font-weight:700;margin-bottom:12px}
.hbj-cat-u103{margin:0 0 14px}
.hbj-cat-u104{padding:28px 32px}
.hbj-cat-u105{font-size:19px}
.hbj-cat-u106{margin:0 0 12px}
.hbj-cat-u107{text-align:center;color:oklch(0.36 0.11 35)}
.hbj-cat-u108{height:180px;border-radius:14px;background-color:oklch(0.93 0.015 60);margin-bottom:14px;display:flex;align-items:center;justify-content:center;font-family:ui-monospace,monospace;font-size:12px;color:rgba(60,40,20,.45)}
.hbj-cat-u109{display:flex;align-items:flex-end;gap:22px;height:150px;padding:0 10px}
.hbj-cat-u110{width:100%;height:110px;background:oklch(0.36 0.11 35);border-radius:6px 6px 0 0}
.hbj-cat-u111{width:100%;height:94px;background:oklch(0.75 0.05 60);border-radius:6px 6px 0 0}
.hbj-cat-u112{width:100%;height:80px;background:oklch(0.75 0.05 60);border-radius:6px 6px 0 0}
.hbj-cat-u113{background:#fff;border-radius:14px;padding:26px 28px;box-shadow:0 2px 10px rgba(90,50,20,.06);display:grid;grid-template-columns:1fr 1fr;gap:32px}
.hbj-cat-u114{width:30%}
.hbj-cat-u115{width:100%}
.hbj-cat-u116{width:80%}
.hbj-cat-u117{display:flex;gap:8px}
.hbj-cat-u118{padding:9px 14px;border-radius:8px;font-size:12.5px;font-weight:700;background:oklch(0.36 0.11 35);color:#fff}
.hbj-cat-u119{padding:9px 14px;border-radius:8px;font-size:12.5px;font-weight:700;background:oklch(0.94 0.015 60);color:rgba(40,30,20,.6)}
.hbj-cat-u120{font-family:'Playfair Display',serif;font-size:29px;font-weight:700;color:oklch(0.36 0.11 35);margin-bottom:16px}
.hbj-cat-u121{background:oklch(0.28 0.03 60);border-radius:16px;padding:34px 38px;color:#fff;display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center}
.hbj-cat-u122{font-family:'Playfair Display',serif;font-size:23px;font-weight:700;margin-bottom:10px}
.hbj-cat-u123{width:13px;height:13px;border:1px solid rgba(255,255,255,.5);border-radius:3px;margin-top:2px;flex:0 0 auto}
.hbj-cat-u124{max-width:520px}
.hbj-cat-u125{max-width:380px;background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 20px rgba(90,50,20,.1)}
.hbj-cat-u126{display:grid;grid-template-columns:1.3fr 1fr;gap:20px}
.hbj-cat-u127{display:flex;align-items:baseline;gap:10px;margin-bottom:14px}
.hbj-cat-u128{font-family:'Playfair Display',serif;font-size:26px;font-weight:700}
.hbj-cat-u129{font-size:12.5px;font-weight:700;color:oklch(0.55 0.14 145)}
.hbj-cat-u130{height:8px;background:rgba(60,40,20,.1);border-radius:4px;position:relative;margin-bottom:18px}
.hbj-cat-u131{position:absolute;left:0;top:0;height:100%;width:47%;background:oklch(0.36 0.11 35);border-radius:4px}
.hbj-cat-u132{font-family:'Playfair Display',serif;font-size:22px;font-weight:700;color:oklch(0.36 0.11 35);margin-bottom:4px}
.hbj-cat-u133{background:#fff;border-radius:14px;padding:24px 28px;box-shadow:0 2px 10px rgba(90,50,20,.06);display:grid;grid-template-columns:1fr 1fr;gap:32px}
.hbj-cat-u134{width:53%}
.hbj-cat-u135{font-family:'Playfair Display',serif;font-size:27px;font-weight:700;color:oklch(0.36 0.11 35);margin-bottom:14px}
.hbj-cat-u136{max-width:720px}
.hbj-cat-u137{font-family:'Playfair Display',serif;font-size:26px;font-weight:700;color:oklch(0.24 0.03 60);margin-bottom:4px}
.hbj-cat-u138{font-size:12px;color:rgba(40,30,20,.5);margin-bottom:18px}
.hbj-cat-u139{font-size:16px;font-weight:700;color:oklch(0.28 0.03 60);margin-bottom:6px}
.hbj-cat-u140{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 2px 12px rgba(90,50,20,.08)}
.hbj-cat-u141{padding:14px 18px;background:oklch(0.95 0.012 70);border-bottom:1px solid rgba(60,40,20,.12);font-family:'Playfair Display',serif;font-size:18px;font-weight:700;color:oklch(0.24 0.03 60)}
.hbj-cat-u142{padding:24px;display:grid;grid-template-columns:1fr 1fr;gap:28px}
.hbj-cat-u143{display:flex;flex-direction:column;gap:8px;font-size:12px}
.hbj-cat-u144{background:oklch(0.98 0.008 75)}
.hbj-cat-u145{background:#fff}
.hbj-cat-u146{width:34px;height:24px;border-radius:5px;background:oklch(0.36 0.11 35)}
.hbj-cat-u147{width:34px;height:24px;border-radius:5px;background:oklch(0.28 0.03 60)}
.hbj-cat-u148{width:34px;height:24px;border-radius:5px;background:oklch(0.6 0.14 40)}
.hbj-cat-u149{width:34px;height:24px;border-radius:5px;background:oklch(0.62 0.14 145)}
.hbj-cat-u150{width:34px;height:24px;border-radius:5px;background:oklch(0.62 0.14 85)}
.hbj-cat-u151{width:34px;height:24px;border-radius:5px;background:oklch(0.62 0.14 40)}
.hbj-cat-u152{font-family:'Playfair Display',serif;font-size:26px;font-weight:700;color:oklch(0.24 0.03 60)}
.hbj-cat-u153{font-size:14px;color:rgba(40,30,20,.65);margin:6px 0 16px}
.hbj-cat-u154{font-family:ui-monospace,monospace;font-size:10.5px;font-weight:700;letter-spacing:.1em;color:rgba(40,30,20,.45);margin:20px 0 10px}
