/* Transaction guides — long-form reference pages.
   Loaded only by pages built from _build/guides.py. Everything here rides on
   site.css's tokens; nothing redefines a colour. */

.guide-body { max-width: 100%; }

.guide-meta {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase;
  color: var(--ps-gray);
  padding-bottom: 22px; margin-bottom: 30px;
  border-bottom: 1px solid var(--ps-line);
}

/* ---------- the short version ---------- */
.guide-facts { margin: 0 0 38px; overflow-x: auto; }
.guide-facts table {
  width: 100%; min-width: 460px; border-collapse: collapse;
  background: var(--ps-white); box-shadow: var(--shadow-sm);
}
.guide-facts caption {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
  color: var(--ps-sand-deep); text-align: left;
  padding: 18px 22px 12px;
}
.guide-facts th,
.guide-facts td {
  text-align: left; vertical-align: top;
  padding: 13px 22px; border-top: 1px solid var(--ps-line);
  font-size: 15.5px; line-height: 1.5;
}
.guide-facts th {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600; font-size: 13px; text-transform: none; letter-spacing: 0;
  color: var(--ps-slate-ink); width: 34%; white-space: normal;
}
.guide-facts td { color: var(--ps-slate); }
.guide-facts td strong { color: var(--ps-slate-ink); }

/* ---------- on this page ---------- */
.guide-toc {
  background: var(--ps-white); border-left: 3px solid var(--ps-sand);
  padding: 22px 26px 24px; margin: 0 0 42px; box-shadow: var(--shadow-sm);
}
.guide-toc-h {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
  color: var(--ps-sand-deep); margin-bottom: 12px;
}
.guide-toc ol { margin: 0; padding-left: 20px; }
.guide-toc li { margin-bottom: 7px; font-size: 15.5px; }
.guide-toc li::marker { color: var(--ps-sand-deep); font-weight: 600; }
.guide-toc a {
  color: var(--ps-slate); text-decoration: underline;
  text-decoration-color: var(--ps-line); text-underline-offset: 3px;
  transition: color .2s, text-decoration-color .2s;
}
.guide-toc a:hover { color: var(--ps-slate-ink); text-decoration-color: var(--ps-sand); }

/* ---------- body ---------- */
.guide-body h2 {
  font-family: 'Abril Fatface', Georgia, serif;
  text-transform: none; letter-spacing: 0; font-weight: 400;
  font-size: clamp(23px, 3vw, 31px); line-height: 1.18;
  color: var(--ps-slate-ink);
  margin: 46px 0 6px;
}
.guide-body h2::after {
  content: ''; display: block; width: 52px; height: 3px;
  background: var(--ps-sand); margin: 16px 0 20px;
}
.guide-body > p { margin-bottom: 17px; font-size: 17.5px; line-height: 1.68; }
.guide-body p strong { color: var(--ps-slate-ink); font-weight: 600; }

.guide-fine {
  margin-top: 46px; padding-top: 22px; border-top: 1px solid var(--ps-line);
  font-size: 14.5px; line-height: 1.6; color: var(--ps-gray);
}

/* An anchor target sitting under a sticky-ish header lands with its heading
   clipped; the offset puts the heading back on screen. */
.guide-body span[id] { display: block; position: relative; top: -92px; visibility: hidden; }

@media (max-width: 700px) {
  .guide-body > p { font-size: 16.5px; }
  .guide-facts th { width: 42%; }
  .guide-facts th, .guide-facts td { padding: 12px 16px; font-size: 14.5px; }
}

/* ---------- Four Corners schematic map ---------- */
.fc-map { margin: 0 0 42px; }
.fc-map svg {
  display: block; width: 100%; height: auto;
  background: var(--ps-white); box-shadow: var(--shadow-sm);
}
.fc-map figcaption {
  margin-top: 12px; font-size: 13.5px; line-height: 1.55; color: var(--ps-gray);
}
.fc-map .q { stroke: var(--ps-white); stroke-width: 2; }
.fc-map .q-lake    { fill: #eef1ec; }
.fc-map .q-orange  { fill: #f4efe4; }
.fc-map .q-polk    { fill: #eaeeef; }
.fc-map .q-osceola { fill: #f5f1e8; }
.fc-map .cty {
  font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 700;
  letter-spacing: .14em; fill: #8d9490;
}
.fc-map .cline { stroke: #b9bfba; stroke-width: 2; stroke-dasharray: 7 5; }
.fc-map .corner { fill: var(--ps-sand-deep); }
.fc-map .corner-lab {
  font-family: 'Montserrat', sans-serif; font-size: 11.5px; font-weight: 700;
  letter-spacing: .1em; fill: var(--ps-sand-deep); text-transform: uppercase;
}
.fc-map .road { stroke: #c9b9a0; stroke-width: 5; stroke-linecap: round; }
.fc-map .road-i4 { stroke: #b19c7a; stroke-width: 6; }
.fc-map .road-lab {
  font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 700;
  letter-spacing: .08em; fill: #8a7a5c;
}
.fc-map .disney { fill: var(--ps-slate); opacity: .92; }
.fc-map .disney-lab {
  font-family: 'Montserrat', sans-serif; font-size: 8.5px; font-weight: 700;
  letter-spacing: .05em; fill: #ffffff; text-anchor: middle;
}
.fc-map .dot { fill: var(--ps-slate-ink); }
.fc-map .dot-lab {
  font-family: 'Source Sans 3', sans-serif; font-size: 13px; font-weight: 600;
  fill: var(--ps-slate-ink);
}
.fc-map .dot-lab-r { text-anchor: end; }

@media (max-width: 560px) {
  .fc-map { margin-left: -24px; margin-right: -24px; }
  .fc-map figcaption { padding: 0 24px; }
}

/* ---------- community hub numbers table ---------- */
.cn-numbers { margin: 0 0 40px; overflow-x: auto; }
.cn-numbers table {
  width: 100%; min-width: 500px; border-collapse: collapse;
  background: var(--ps-white); box-shadow: var(--shadow-sm);
}
.cn-numbers caption {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
  color: var(--ps-sand-deep); text-align: left; padding: 18px 22px 12px;
}
.cn-numbers th, .cn-numbers td {
  text-align: left; vertical-align: top;
  padding: 15px 22px; border-top: 1px solid var(--ps-line); font-size: 15.5px;
}
.cn-numbers th {
  font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 13px;
  text-transform: none; letter-spacing: 0; color: var(--ps-slate-ink); width: 34%;
}
.cn-numbers td strong { color: var(--ps-slate-ink); font-size: 17px; }
.cn-note { display: block; margin-top: 4px; font-size: 14.5px; color: var(--ps-slate); }
/* The provenance line is the point of the table — every figure says where it
   came from and when, because an undated HOA number goes stale invisibly. */
.cn-src {
  display: block; margin-top: 7px;
  font-family: 'Montserrat', sans-serif; font-size: 10.5px; font-weight: 500;
  letter-spacing: .1em; text-transform: uppercase; color: var(--ps-gray);
}
@media (max-width: 700px) {
  .cn-numbers th { width: 40%; }
  .cn-numbers th, .cn-numbers td { padding: 13px 16px; font-size: 14.5px; }
}
.cn-flag {
  display: inline-block; margin-top: 6px;
  font-family: 'Montserrat', sans-serif; font-size: 10px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  color: #8a5a2b; background: #f5e9d8; padding: 3px 8px; border-radius: 2px;
}

/* ===========================================================================
   Community pages — the buyer-side blocks
   =========================================================================== */

/* Placeholder sections (MLS inventory, video). They are honest about not being
   ready and still give the reader a way through, which an empty widget does not. */
.cn-slot {
  background: var(--ps-white); border: 1px solid var(--ps-line);
  border-left: 4px solid var(--ps-sand); padding: 28px 30px;
  box-shadow: var(--shadow-sm);
}
.cn-slot-quiet { border-left-color: var(--ps-line); box-shadow: none; }
.cn-slot-k {
  font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase; color: var(--ps-sand-deep);
  margin-bottom: 8px;
}
.cn-slot-h {
  font-family: 'Abril Fatface', Georgia, serif; text-transform: none; letter-spacing: 0;
  font-weight: 400; font-size: clamp(21px, 2.6vw, 27px); line-height: 1.2;
  color: var(--ps-slate-ink); margin-bottom: 12px;
}
.cn-slot p { font-size: 16px; line-height: 1.62; margin-bottom: 20px; }
.cn-slot .btn-row { margin: 0; display: flex; flex-wrap: wrap; gap: 12px; }

/* Suits / doesn't suit. Two columns that disagree with each other on purpose —
   a community page that only lists positives is a brochure. */
.cn-fit { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.cn-fit-col {
  background: var(--ps-white); border: 1px solid var(--ps-line);
  padding: 24px 26px 8px; border-radius: 3px;
}
.cn-fit-yes { border-top: 3px solid #3d6f57; }
.cn-fit-no  { border-top: 3px solid #a8722c; }
.cn-fit-col h3 {
  font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; margin-bottom: 14px;
}
.cn-fit-yes h3 { color: #3d6f57; }
.cn-fit-no  h3 { color: #a8722c; }
.cn-fit-col ul { margin: 0; padding-left: 20px; }
.cn-fit-col li { margin-bottom: 14px; font-size: 15.5px; line-height: 1.58; }
.cn-fit-yes li::marker { color: #3d6f57; }
.cn-fit-no  li::marker { color: #a8722c; }

/* The due-diligence list. Numbered because it genuinely is a sequence — the
   legality check first, because it is the only one that ends the conversation. */
.cn-verify { counter-reset: v; list-style: none; margin: 0; padding: 0; }
.cn-verify li {
  counter-increment: v; position: relative;
  padding: 0 0 20px 52px; margin: 0;
  font-size: 16.5px; line-height: 1.62;
}
.cn-verify li::before {
  content: counter(v); position: absolute; left: 0; top: -2px;
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--ps-slate); color: var(--ps-white);
  font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.cn-verify-note {
  margin-top: 10px; padding-top: 20px; border-top: 1px solid var(--ps-line);
  font-size: 15px; color: var(--ps-gray);
}

/* The cross-link to vacationhomeguy.com. The two sites answer different halves
   of the same question and each says so. */
.cn-vhg {
  background: var(--ps-cream); border: 1px dashed var(--ps-sand-deep);
  padding: 28px 30px; border-radius: 3px;
}
.cn-vhg p { font-size: 16px; margin-bottom: 20px; }
.cn-vhg .btn-row { margin: 0; }

/* The index comparison table. */
.ct-wrap { overflow-x: auto; background: var(--ps-white); box-shadow: var(--shadow-sm); }
.ct { border-collapse: collapse; width: 100%; min-width: 900px; font-size: 14.5px; }
.ct caption {
  font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase; color: var(--ps-sand-deep);
  text-align: left; padding: 20px 22px 14px;
}
.ct th, .ct td {
  text-align: left; vertical-align: top; padding: 14px 18px;
  border-top: 1px solid var(--ps-line);
}
.ct thead th {
  font-family: 'Montserrat', sans-serif; font-size: 10.5px; font-weight: 700;
  letter-spacing: .13em; text-transform: uppercase; color: var(--ps-gray);
  background: var(--ps-cream); white-space: nowrap; border-top: 0;
}
.ct tbody th { font-weight: 600; color: var(--ps-slate-ink); min-width: 190px; }
.ct tbody th a {
  color: var(--ps-slate-ink); text-decoration: underline;
  text-decoration-color: var(--ps-sand); text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}
.ct tbody th a:hover { color: var(--ps-sand-deep); }
.ct-where {
  display: block; margin-top: 3px; font-family: 'Montserrat', sans-serif;
  font-size: 10.5px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase;
  color: var(--ps-gray);
}
.ct-num { font-variant-numeric: tabular-nums; white-space: nowrap; }
.ct-watch { color: var(--ps-slate); font-size: 14px; min-width: 240px; }
.ct-note { margin-top: 18px; font-size: 14px; color: var(--ps-gray); max-width: 76ch; }

@media (max-width: 760px) {
  .cn-fit { grid-template-columns: 1fr; gap: 16px; }
  .cn-slot, .cn-vhg { padding: 22px 20px; }
  .cn-verify li { padding-left: 44px; font-size: 15.5px; }
}
