:root {
  --navy: #071a3d;
  --navy-2: #0c2b59;
  --gold: #e5ad35;
  --gold-light: #f4c759;
  --green: #28a269;
  --ink: #14213a;
  --muted: #657187;
  --line: #e5e9ef;
  --surface: #ffffff;
  --canvas: #f7f8fa;
  --shadow: 0 3px 14px rgba(13, 34, 66, .08);
  --radius: 10px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--canvas); font-family: "Open Sans", Arial, sans-serif; font-size: 14px; line-height: 1.55; }
body.has-topbar > main { padding-top: var(--header-h, 106px); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
.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; }

.page-shell { width: min(100% - 48px, 1320px); margin: 0 auto; padding: 24px 0 36px; }
.breadcrumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; margin: 0 2px 20px; color: #53627a; font-size: 11px; }
.breadcrumbs a:hover { color: var(--gold); }
.breadcrumbs i { color: #a3acb9; font-size: 7px; }

.listing-hero { display: grid; grid-template-columns: minmax(260px, .92fr) minmax(380px, 1.35fr) minmax(250px, .7fr); grid-template-rows: auto auto; gap: 0; overflow: hidden; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.listing-gallery { padding: 16px 10px 12px 16px; }
.listing-gallery__main { position: relative; height: 250px; overflow: hidden; border-radius: 8px; background: #dde5eb; }
.listing-gallery__main img { width: 100%; height: 100%; object-fit: cover; }
.photo-count { position: absolute; top: 10px; right: 10px; padding: 5px 8px; color: #fff; background: rgba(7,26,61,.8); border-radius: 5px; font-size: 11px; }
.listing-gallery__thumbs { display: grid; grid-template-columns: repeat(4,1fr); gap: 5px; margin-top: 8px; }
.listing-gallery__thumbs > div { height: 58px; overflow: hidden; border-radius: 5px; background: #e8edf2; }
.listing-gallery__thumbs img { width: 100%; height: 100%; object-fit: cover; }
.more-photos { position: relative; }
.more-photos::after { content: ""; position: absolute; inset: 0; background: rgba(7,26,61,.65); }
.more-photos span { position: absolute; z-index: 1; inset: 0; display: grid; place-items: center; color: #fff; font-weight: 700; }

.listing-intro { min-width: 0; padding: 20px 20px 10px; }
.status-row { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 12px; }
.status { padding: 5px 9px; border-radius: 4px; color: #fff; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.status--green { background: var(--green); }
.status--gold { color: var(--navy); background: var(--gold-light); }
.listing-intro h1 { max-width: 680px; margin: 0 0 10px; font-size: clamp(23px, 2.1vw, 34px); line-height: 1.22; letter-spacing: -.02em; overflow-wrap: anywhere; }
.listing-intro > p { max-width: 690px; margin: 0; color: #4f5c70; font-size: 13px; line-height: 1.65; }
.quick-facts { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 0; margin-top: 20px; border-top: 1px solid #eef1f4; }
.quick-facts > div { min-width: 0; padding: 16px 10px 4px; text-align: center; border-right: 1px solid #edf0f4; }
.quick-facts > div:last-child { border-right: 0; }
.quick-facts i { display: block; margin-bottom: 9px; color: #a97b20; font-size: 20px; }
.quick-facts strong, .quick-facts span { display: block; overflow-wrap: anywhere; }
.quick-facts strong { font-size: 12px; }
.quick-facts span { margin-top: 2px; color: #6a7587; font-size: 10px; }

.price-card { margin: 0; padding: 20px; color: #fff; background: var(--navy); }
.price-card > span { display: block; color: rgba(255,255,255,.65); font-size: 11px; }
.price-card > strong { display: block; margin: 3px 0 14px; font-size: clamp(24px, 2.2vw, 34px); line-height: 1.2; }
.price-card > strong i { font-size: .74em; }
.price-card dl { margin: 0 0 18px; padding: 13px 0; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.price-card dl div { display: flex; justify-content: space-between; gap: 10px; padding: 3px 0; font-size: 11px; }
.price-card dt { color: rgba(255,255,255,.68); }
.price-card dd { margin: 0; font-weight: 700; text-align: right; }
.price-card dd i { margin-right: 2px; font-size: 9px; }
.price-card a { min-height: 41px; display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 9px; border-radius: 5px; font-size: 11px; font-weight: 700; text-align: center; }
.primary-action { color: var(--navy); background: var(--gold-light); }
.secondary-action { color: #fff; border: 1px solid var(--gold); }
.price-card small { display: block; margin-top: 12px; color: rgba(255,255,255,.53); font-size: 9px; text-align: center; }
.price-card small i { color: var(--green); }

.listing-meta { grid-column: 1 / 3; display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); border-top: 1px solid var(--line); }
.listing-meta > div { padding: 12px 16px; border-right: 1px solid var(--line); }
.listing-meta span, .listing-meta strong { display: block; }
.listing-meta span { color: #778195; font-size: 9px; }
.listing-meta strong { margin-top: 2px; font-size: 11px; overflow-wrap: anywhere; }

.section-tabs { display: flex; align-items: center; gap: 5px; margin: 22px 0 16px; padding: 0 12px; overflow-x: auto; background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 2px 8px rgba(13,34,66,.04); scrollbar-width: thin; }
.section-tabs a { flex: 0 0 auto; padding: 14px 13px 12px; color: #526077; border-bottom: 2px solid transparent; font-size: 11px; white-space: nowrap; }
.section-tabs a.active, .section-tabs a:hover { color: var(--navy); border-bottom-color: var(--navy); font-weight: 700; }

.content-grid { display: grid; grid-template-columns: minmax(0, 2fr) minmax(280px, .92fr); gap: 16px; align-items: start; }
.content-main, .content-side { display: grid; gap: 16px; min-width: 0; }
.content-side { position: sticky; top: 16px; }
.card { min-width: 0; padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 2px 9px rgba(13,34,66,.045); }
.card h2 { margin: 0 0 12px; color: var(--navy); font-size: 15px; line-height: 1.35; overflow-wrap: anywhere; }
.card p { margin: 0; color: #445268; font-size: 12px; line-height: 1.72; overflow-wrap: anywhere; }
.feature-pills { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 8px; margin-top: 17px; }
.feature-pills span { min-height: 44px; display: flex; align-items: center; gap: 8px; padding: 9px 11px; color: var(--navy); background: #fbfaf6; border: 1px solid #f0eadb; border-radius: 7px; font-size: 10px; font-weight: 600; overflow-wrap: anywhere; }
.feature-pills i { color: #9e7725; font-size: 15px; }

.highlight-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px 14px; }
.highlight-grid > div { min-width: 0; display: flex; align-items: flex-start; gap: 10px; }
.highlight-grid i { width: 28px; height: 28px; flex: 0 0 28px; display: grid; place-items: center; color: var(--navy-2); background: #f1f5fb; border-radius: 6px; }
.highlight-grid span, .highlight-grid strong, .highlight-grid small { min-width: 0; display: block; overflow-wrap: anywhere; }
.highlight-grid strong { font-size: 11px; line-height: 1.35; }
.highlight-grid small { margin-top: 3px; color: #778195; font-size: 9px; line-height: 1.35; }

.detail-copy { display: grid; gap: 22px; }
.detail-copy > div { padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.detail-copy > div:last-child { padding-bottom: 0; border-bottom: 0; }
.detail-copy h2 { font-size: 18px; }
.financials > div { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.financials span { padding: 14px; color: #34445c; background: #f8fafc; border-radius: 6px; }

.process ol { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 9px; margin: 14px 0 0; padding: 0; list-style: none; counter-reset: process; }
.process li { position: relative; min-height: 116px; padding: 28px 11px 11px; background: #fff; border: 1px solid var(--line); border-radius: 7px; }
.process b { position: absolute; top: -10px; left: 12px; width: 27px; height: 27px; display: grid; place-items: center; color: var(--navy); background: #fff; border: 1px solid #dce2e9; border-radius: 50%; font-size: 9px; }
.process strong, .process span { display: block; overflow-wrap: anywhere; }
.process strong { font-size: 10px; line-height: 1.35; }
.process span { margin-top: 6px; color: #7a8494; font-size: 11px; line-height: 1.4; }

.snapshot dl { margin: 0; }
.snapshot dl div { display: flex; justify-content: space-between; gap: 14px; padding: 7px 0; font-size: 12px; }
.snapshot dt { color: #667287; }
.snapshot dd { margin: 0; max-width: 56%; font-weight: 600; text-align: right; overflow-wrap: anywhere; }
.advisor h2 i { margin-right: 8px; color: #6b3faa; }
.advisor p { margin-bottom: 10px; color: #303e54; font-size: 11px; font-weight: 700; }
.advisor ul, .documents ul { margin: 0; padding: 0; list-style: none; }
.advisor li { display: flex; align-items: center; gap: 8px; padding: 5px 0; color: #566379; font-size: 12px; }
.advisor li i { width: 18px; color: #98701d; text-align: center; }
.advisor a { min-height: 39px; display: flex; align-items: center; justify-content: center; margin-top: 14px; color: var(--navy); background: var(--gold-light); border-radius: 5px; font-size: 11px; font-weight: 700; }
.documents li { display: grid; grid-template-columns: 22px minmax(0,1fr) 18px; align-items: center; gap: 7px; padding: 10px 0; color: #536075; border-bottom: 1px solid var(--line); font-size: 12px; }
.documents li:last-child { border-bottom: 0; }
.documents li span { overflow-wrap: anywhere; }
.documents li i:last-child { color: #a57922; }

.bottom-panel { display: grid; grid-template-columns: minmax(0,2.1fr) minmax(270px,.9fr); margin-top: 16px; overflow: hidden; color: #fff; background: var(--navy); border-radius: 9px; }
.bottom-panel > div { min-width: 0; padding: 18px; }
.bottom-panel > div + div { border-left: 1px solid rgba(255,255,255,.16); }
.bottom-panel h2 { margin: 0 0 12px; font-size: 13px; }
.recent-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 10px; }
.recent-grid article { min-width: 0; display: grid; grid-template-columns: 72px minmax(0,1fr); overflow: hidden; background: #0e315f; border: 1px solid rgba(255,255,255,.1); border-radius: 7px; }
.recent-grid img { width: 72px; height: 100%; min-height: 82px; object-fit: cover; }
.recent-grid article div { min-width: 0; padding: 9px 8px; }
.recent-grid h3 { margin: 0; font-size: 9px; line-height: 1.4; overflow-wrap: anywhere; }
.recent-grid span { display: block; margin-top: 6px; color: var(--gold-light); font-size: 7px; }
.tag-list { display: flex; flex-wrap: wrap; gap: 7px; }
.tag-list a { padding: 7px 9px; color: rgba(255,255,255,.86); background: #102f5a; border: 1px solid rgba(255,255,255,.12); border-radius: 5px; font-size: 9px; line-height: 1.35; overflow-wrap: anywhere; }
.tag-list a::after { content: " ›"; color: var(--gold-light); }
.keywords { margin: 16px 0 0; padding: 18px 20px; background: #fff; border: 1px solid var(--line); border-radius: 8px; }
.keywords h2 { margin: 0 0 7px; color: var(--navy); font-size: 13px; }
.keywords p { margin: 0; color: #637087; font-size: 12px; line-height: 1.65; }
.keywords a:hover { color: var(--gold); }

.global-footer .footer__contact-head { margin-top: 22px; }

@media (max-width: 1180px) {
  .listing-hero { grid-template-columns: minmax(250px,.88fr) minmax(360px,1.25fr) minmax(240px,.72fr); }
  .quick-facts { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .quick-facts > div:nth-child(2) { border-right: 0; }
  .highlight-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .recent-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 920px) {
  .page-shell { width: min(100% - 32px, 900px); }
  .listing-hero { grid-template-columns: minmax(240px,.9fr) minmax(0,1.4fr); }
  .price-card { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; column-gap: 18px; }
  .price-card > span, .price-card > strong, .price-card dl, .price-card small { grid-column: 1; }
  .price-card .primary-action, .price-card .secondary-action { grid-column: 2; }
  .price-card .primary-action { grid-row: 2; }
  .price-card .secondary-action { grid-row: 3; }
  .listing-meta { grid-column: 1 / -1; }
  .content-grid { grid-template-columns: 1fr; }
  .content-side { position: static; grid-template-columns: repeat(3,minmax(0,1fr)); }
  .process ol { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .bottom-panel { grid-template-columns: 1fr; }
  .bottom-panel > div + div { border-top: 1px solid rgba(255,255,255,.16); border-left: 0; }
}

@media (max-width: 700px) {
  body { font-size: 13px; }
  .page-shell { width: min(100% - 24px, 680px); padding-top: 16px; }
  .breadcrumbs { gap: 6px; margin-bottom: 13px; font-size: 9px; }
  .listing-hero { display: block; }
  .listing-gallery { padding: 12px; }
  .listing-gallery__main { height: 240px; }
  .listing-intro { padding: 12px 16px 18px; }
  .listing-intro h1 { font-size: 24px; }
  .quick-facts { margin-top: 15px; }
  .price-card { display: block; }
  .listing-meta { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .listing-meta > div:nth-child(2n) { border-right: 0; }
  .section-tabs { margin-top: 14px; }
  .content-side { grid-template-columns: 1fr; }
  .feature-pills, .highlight-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .financials > div { grid-template-columns: 1fr; }
  .process ol { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .bottom-panel { margin-top: 12px; }
}

@media (max-width: 430px) {
  .listing-gallery__main { height: 205px; }
  .listing-gallery__thumbs > div { height: 48px; }
  .quick-facts, .feature-pills, .highlight-grid, .process ol, .recent-grid { grid-template-columns: 1fr; }
  .quick-facts > div { border-right: 0; border-bottom: 1px solid #edf0f4; }
  .quick-facts > div:last-child { border-bottom: 0; }
  .listing-meta { grid-template-columns: 1fr; }
  .listing-meta > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .listing-intro h1 { font-size: 22px; }
  .card { padding: 16px; }
}

@media print {
  .site-topbar, .global-nav, .section-tabs, .global-footer { display: none; }
  .page-shell { width: 100%; padding: 0; }
  .content-side { position: static; }
}
