/* ─────────────────────────────────────────────────────────────────────────────
   Pennyville — "the register and the seal"
   Ink #1C2B27 · Ivory #FAF7F0 · Brass #A8834B · Fraunces + Plus Jakarta Sans
   Traces to STYLE-GUIDE.md. Brass is an accent metal, not a paint bucket.
──────────────────────────────────────────────────────────────────────────── */

:root {
  --ink: #1c2b27;
  --ivory: #faf7f0;
  --panel: #ffffff;
  --brass: #a8834b;
  --brass-soft: #c9ae84;
  --grey-1: #3e4c47;
  --grey-2: #6b7570;
  --grey-3: #b8b4a9;
  --grey-4: #e9e4d9;
  --serif: "Fraunces", georgia, serif;
  --sans: "Plus Jakarta Sans", system-ui, sans-serif;
  --radius: 12px;
  --shell: 72rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: var(--ink); text-decoration-color: var(--brass-soft); text-underline-offset: 3px; }
a:hover { color: var(--brass); }

.pv-shell { max-width: var(--shell); margin: 0 auto; padding: 0 1.5rem; }
.pv-main { min-height: 60vh; }
.pv-section { margin: 4rem auto; }
.pv-section-tight { margin: 2rem auto; }

/* ── Type ─────────────────────────────────────────────────────────────────── */
.pv-h1 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(2.1rem, 5vw, 3.3rem);
  line-height: 1.08;
  letter-spacing: -0.01em;
  margin: 0.4rem 0 0.6rem;
}
.pv-h2 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.65rem;
  line-height: 1.2;
  margin: 0 0 1.2rem;
}
.pv-h2::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2px;
  background: var(--brass-soft);
  margin-top: 0.6rem;
}
.pv-kicker {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--grey-2);
  margin: 0 0 1rem;
}
.pv-prose h2, .pv-prose h3 { font-family: var(--serif); font-weight: 600; line-height: 1.25; }
.pv-prose h2 { font-size: 1.5rem; margin: 2.2rem 0 0.8rem; }
.pv-prose h3 { font-size: 1.2rem; margin: 1.8rem 0 0.6rem; }
.pv-prose p { margin: 0 0 1.1rem; color: var(--grey-1); }
.pv-prose ul, .pv-prose ol { color: var(--grey-1); padding-left: 1.3rem; }
.pv-prose li { margin-bottom: 0.4rem; }
.pv-prose table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.4rem 0;
  font-size: 0.92rem;
  color: var(--grey-1);
}
.pv-prose caption {
  caption-side: top;
  text-align: left;
  font-family: var(--serif);
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.pv-prose th, .pv-prose td {
  border: 1px solid var(--grey-4);
  padding: 0.55rem 0.75rem;
  text-align: left;
  vertical-align: top;
}
.pv-prose thead th {
  background: var(--panel);
  font-weight: 600;
  color: var(--ink, inherit);
}
.pv-prose tbody tr:nth-child(even) { background: rgba(0, 0, 0, 0.025); }
@media (max-width: 640px) {
  .pv-prose table { display: block; overflow-x: auto; }
}
.pv-prose-narrow { max-width: 44rem; }
.pv-hero-blurb { max-width: 38rem; margin: 0 0 1rem; color: var(--grey-1); }

/* ── Masthead / footer ────────────────────────────────────────────────────── */
.pv-masthead { border-bottom: 1px solid var(--grey-4); background: var(--panel); }
.pv-masthead-inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding-top: 0.85rem; padding-bottom: 0.85rem; }
.pv-nav { display: flex; align-items: center; gap: 1.5rem; }
.pv-nav a { font-size: 0.9rem; font-weight: 600; text-decoration: none; color: var(--grey-1); }
.pv-nav a:hover { color: var(--brass); }
/* The agency button keeps white text despite .pv-nav a's higher specificity. */
.pv-nav a.pv-btn-brass { color: var(--ivory); }
.pv-nav a.pv-btn-brass:hover { color: #fff; }
.pv-wordmark {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.5rem;
  text-decoration: none;
  display: flex; flex-direction: column; line-height: 1.1;
}
.pv-tagline { font-family: var(--sans); font-size: 0.72rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--brass); }
.pv-logo-img { display: block; height: 60px; width: auto; }
.pv-footer-logo { background: var(--panel); border-radius: 10px; padding: 0.7rem 1.2rem; height: 56px; box-sizing: content-box; }
/* .pv-card.pv-logo-band beats .pv-card's later display:block in the cascade */
.pv-card.pv-logo-band {
  display: flex; justify-content: center; align-items: center;
  text-align: center;
  padding: 2.5rem 2rem;
  margin-top: 1.5rem;
  border-radius: 16px;
}
.pv-card.pv-logo-band img { max-height: 88px; width: auto; margin: 0 auto; display: block; }
/* Dark backing for white / transparent-white logos. */
.pv-card.pv-logo-band--dark { background: var(--ink); border-color: var(--ink); }
.pv-btn-sm { padding: 0.45rem 1rem; font-size: 0.85rem; }
.pv-footer { background: var(--ink); color: var(--ivory); margin-top: 5rem; }
.pv-footer-inner { display: flex; flex-wrap: wrap; gap: 1.5rem; justify-content: space-between; align-items: baseline; padding-top: 2.5rem; padding-bottom: 2.5rem; }
.pv-footer-wordmark { font-family: var(--serif); font-weight: 600; font-size: 1.35rem; }
.pv-footer-tagline { margin: 0.2rem 0 0; font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--brass-soft); }
.pv-footer-meta { font-size: 0.85rem; color: var(--grey-3); max-width: 26rem; margin: 0; }

/* ── The verified seal ────────────────────────────────────────────────────── */
.pv-seal { display: inline-flex; align-items: center; gap: 0.5rem; }
.pv-seal-ring {
  width: 26px; height: 26px; border-radius: 50%;
  border: 1.5px solid var(--brass);
  box-shadow: 0 0 0 3px var(--ivory), 0 0 0 4.5px var(--brass-soft);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--brass);
  background: var(--panel);
  flex: none;
}
.pv-seal-ring svg { width: 13px; height: 13px; }
.pv-seal-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--brass); }
.pv-footer .pv-seal-ring { box-shadow: 0 0 0 3px var(--ink), 0 0 0 4.5px var(--brass-soft); background: var(--ink); }

/* ── Silo subnav — traditional full-width menu under the client logo ─────── */
.pv-silo-nav { background: var(--panel); border-top: 1px solid var(--grey-4); border-bottom: 1px solid var(--grey-4); margin-top: 1.5rem; }
/* No overflow clipping here — it would swallow the Pages dropdown. */
.pv-silo-nav-inner { display: flex; align-items: center; justify-content: center; gap: 2rem; flex-wrap: wrap; }
.pv-silo-nav-inner::-webkit-scrollbar { display: none; }
.pv-silo-nav-brand {
  font-family: var(--serif); font-weight: 600; font-size: 0.98rem;
  text-decoration: none; white-space: nowrap; padding: 0.75rem 0;
  flex: none;
}
.pv-silo-nav-links { display: flex; gap: 1.25rem; }
.pv-silo-nav-links a {
  font-size: 0.85rem; font-weight: 600; text-decoration: none;
  white-space: nowrap; padding: 0.8rem 0; color: var(--grey-1);
  border-bottom: 2px solid transparent;
}
.pv-silo-nav a.is-active, .pv-silo-nav summary.is-active { color: var(--brass); border-bottom-color: var(--brass); }
.pv-silo-nav-links a:hover { color: var(--brass); }
.pv-dropdown { position: relative; }
.pv-dropdown summary {
  cursor: pointer; list-style: none;
  font-size: 0.85rem; font-weight: 600; color: var(--grey-1);
  padding: 0.8rem 0; white-space: nowrap;
  border-bottom: 2px solid transparent;
  display: inline-flex; align-items: center; gap: 0.3rem;
}
.pv-dropdown summary::-webkit-details-marker { display: none; }
.pv-dropdown summary:hover { color: var(--brass); }
.pv-dropdown-caret { font-size: 0.7rem; }
.pv-dropdown-menu {
  position: absolute; top: 100%; left: 50%; transform: translateX(-50%);
  min-width: 240px; max-height: 320px; overflow-y: auto;
  background: var(--panel);
  border: 1px solid var(--grey-4); border-radius: 10px;
  box-shadow: 0 10px 30px rgba(28, 43, 39, 0.14);
  padding: 0.4rem; z-index: 40;
}
.pv-dropdown-menu a {
  display: block; padding: 0.55rem 0.8rem;
  font-size: 0.9rem; font-weight: 500;
  border-radius: 6px; text-decoration: none; color: var(--grey-1);
  border-bottom: 0;
}
.pv-dropdown-menu a:hover { background: var(--ivory); color: var(--brass); }
.pv-dropdown-menu a.is-active { color: var(--brass); font-weight: 600; }

/* ── Hero ─────────────────────────────────────────────────────────────────── */
.pv-hero { padding: 3.5rem 0 2.5rem; }
.pv-hero-sub { padding: 2.5rem 0 1.5rem; }
.pv-hero-id .pv-seal { margin-bottom: 0.4rem; }
.pv-logo { max-height: 64px; width: auto; margin-bottom: 1.2rem; display: block; }
.pv-logo-sm { max-height: 44px; }
.pv-nap { list-style: none; display: flex; flex-wrap: wrap; gap: 0.4rem 1.6rem; padding: 0; margin: 0 0 1.6rem; color: var(--grey-1); font-size: 0.95rem; }
.pv-nap a { text-decoration: none; font-weight: 600; }
.pv-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; }
.pv-hero-home { padding: 5rem 0 3.5rem; border-bottom: 1px solid var(--grey-4); }
.pv-hero-title { font-size: clamp(2.4rem, 6vw, 4rem); }
.pv-hero-sub + * { margin-top: 0; }
.pv-hero-home .pv-hero-sub, .pv-hero-sub p { max-width: 38rem; }
p.pv-hero-sub { color: var(--grey-1); font-size: 1.15rem; }

/* ── Buttons ──────────────────────────────────────────────────────────────── */
.pv-btn {
  display: inline-block;
  padding: 0.72rem 1.5rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.15s ease;
  border: 1.5px solid transparent;
}
.pv-btn-brass { background: var(--ink); color: var(--ivory); border-color: var(--ink); box-shadow: inset 0 0 0 1.5px var(--brass-soft); }
.pv-btn-brass:hover { background: var(--brass); border-color: var(--brass); color: #fff; }
.pv-btn-ghost { border-color: var(--grey-3); color: var(--grey-1); }
.pv-btn-ghost:hover { border-color: var(--brass); color: var(--brass); }
.pv-btn-ink { background: var(--ink); color: var(--ivory); }

/* ── Carousel ─────────────────────────────────────────────────────────────── */
.pv-carousel { position: relative; }
.pv-carousel-track {
  display: flex; gap: 0.9rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  border-radius: var(--radius);
}
.pv-carousel-track::-webkit-scrollbar { display: none; }
.pv-carousel-item { flex: 0 0 min(72%, 40rem); scroll-snap-align: start; margin: 0; }
.pv-carousel-item img {
  width: 100%; aspect-ratio: 4 / 3; object-fit: cover;
  border-radius: var(--radius);
  display: block;
}
.pv-carousel-btn {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 42px; height: 42px; border-radius: 50%;
  border: 1px solid var(--brass-soft);
  background: var(--panel); color: var(--brass);
  font-size: 1.4rem; line-height: 1;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 10px rgba(28, 43, 39, 0.12);
}
.pv-prev { left: -0.5rem; }
.pv-next { right: -0.5rem; }
.pv-carousel-btn:hover { background: var(--brass); color: #fff; }

/* ── Layout: main + side ──────────────────────────────────────────────────── */
.pv-cols { display: grid; grid-template-columns: 1fr; gap: 2.5rem; }
@media (min-width: 900px) {
  .pv-cols { grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr); }
  .pv-cols-side { position: sticky; top: 1.5rem; align-self: start; }
}
.pv-cols-main .pv-h2:not(:first-child) { margin-top: 3rem; }
.pv-cols-side { display: flex; flex-direction: column; gap: 1.2rem; }

/* ── Cards ────────────────────────────────────────────────────────────────── */
.pv-card {
  background: var(--panel);
  border: 1px solid var(--grey-4);
  border-radius: var(--radius);
  overflow: hidden;
  text-decoration: none;
  display: block;
}
a.pv-card { transition: box-shadow 0.15s ease, transform 0.15s ease; }
a.pv-card:hover { box-shadow: 0 8px 28px rgba(28, 43, 39, 0.1); transform: translateY(-2px); color: inherit; }
.pv-card-img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; display: block; }
.pv-card-body { padding: 1.1rem 1.25rem 1.25rem; }
.pv-card-title { font-family: var(--serif); font-weight: 600; font-size: 1.15rem; margin: 0 0 0.35rem; }
.pv-card-meta { font-size: 0.85rem; color: var(--grey-2); margin: 0 0 0.6rem; }
.pv-card-excerpt {
  font-size: 0.88rem;
  color: var(--grey-1);
  margin: 0 0 0.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pv-card-more { font-size: 0.85rem; font-weight: 600; color: var(--brass); }
.pv-grid { display: grid; gap: 1.2rem; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
.pv-grid-2 { grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); }
.pv-contact-card, .pv-areas-card, .pv-citations-card { padding: 1.25rem; }
.pv-contact-card .pv-card-title, .pv-areas-card .pv-card-title, .pv-citations-card .pv-card-title { font-size: 1rem; }
.pv-details { margin: 0; }
.pv-details div { padding: 0.55rem 0; border-bottom: 1px solid var(--grey-4); }
.pv-details div:last-child { border-bottom: 0; }
.pv-details dt { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--grey-2); }
.pv-details dd { margin: 0.1rem 0 0; font-size: 0.95rem; }
.pv-map { margin-top: 0.9rem; border-radius: 8px; overflow: hidden; border: 1px solid var(--grey-4); }
.pv-map iframe { display: block; width: 100%; height: 200px; border: 0; }
/* Full-width direction cards: blurb beside a large route embed. */
.pv-directions-list { display: grid; gap: 1.4rem; }
.pv-direction-card { display: grid; grid-template-columns: 1fr; }
.pv-direction-copy { padding: 1.6rem 1.6rem 1.4rem; }
.pv-map-directions { margin: 0; border: 0; border-top: 1px solid var(--grey-4); border-radius: 0; }
.pv-map-directions iframe { height: 300px; }
@media (min-width: 900px) {
  .pv-direction-card { grid-template-columns: minmax(0, 2fr) minmax(0, 3fr); align-items: stretch; }
  .pv-map-directions { border-top: 0; border-left: 1px solid var(--grey-4); }
  .pv-map-directions iframe { height: 100%; min-height: 320px; }
}
.pv-direction-blurb { margin: 0; color: var(--grey-1); font-size: 1rem; }
.pv-chips { list-style: none; display: flex; flex-wrap: wrap; gap: 0.45rem; padding: 0; margin: 0; }
.pv-chips li {
  font-size: 0.82rem; font-weight: 500;
  padding: 0.28rem 0.75rem;
  border: 1px solid var(--grey-4);
  border-radius: 999px;
  background: var(--ivory);
  color: var(--grey-1);
}
.pv-citation-list { list-style: none; padding: 0; margin: 0; }
.pv-citation-list li { padding: 0.4rem 0; border-bottom: 1px solid var(--grey-4); font-size: 0.92rem; }
.pv-citation-list li:last-child { border-bottom: 0; }
.pv-citation-list a { text-decoration: none; font-weight: 500; }

/* ── FAQ ──────────────────────────────────────────────────────────────────── */
.pv-faq-list { display: grid; gap: 0.7rem; }
.pv-faq-item {
  background: var(--panel);
  border: 1px solid var(--grey-4);
  border-radius: var(--radius);
  padding: 0 1.25rem;
}
.pv-faq-item summary {
  cursor: pointer;
  list-style: none;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  font-weight: 600;
  padding: 1rem 0;
}
.pv-faq-item summary::-webkit-details-marker { display: none; }
.pv-faq-mark { color: var(--brass); font-size: 1.3rem; font-weight: 500; transition: transform 0.15s ease; flex: none; }
.pv-faq-item[open] .pv-faq-mark { transform: rotate(45deg); }
.pv-faq-item p { margin: 0 0 1.1rem; color: var(--grey-1); }

/* ── Visit panel (the dofollow moment) ────────────────────────────────────── */
.pv-visit { margin: 3.5rem 0; }
.pv-visit-inner {
  background: var(--panel);
  border: 1px solid var(--brass-soft);
  border-radius: var(--radius);
  padding: 2.2rem 1.5rem;
  text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 0.9rem;
}
.pv-visit-note { margin: 0; color: var(--grey-1); font-size: 1.02rem; max-width: 32rem; }

/* ── Landing page ─────────────────────────────────────────────────────────── */
.pv-home-hero { padding: 4.5rem 0 3.5rem; position: relative; overflow: hidden; }
.pv-hero-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}
@media (min-width: 900px) {
  .pv-hero-split { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
}
.pv-globe {
  width: 100%;
  aspect-ratio: 1 / 1;
  max-width: 620px;
  justify-self: center;
  pointer-events: none;
}
.pv-home-hero-content { position: relative; z-index: 1; text-align: left; }
.pv-home-hero-content .pv-seal { justify-content: flex-start; margin-bottom: 1.2rem; }
.pv-home-hero .pv-seal { justify-content: center; margin-bottom: 1.2rem; }
.pv-home-title {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(2.8rem, 7.5vw, 5rem);
  line-height: 1.04;
  letter-spacing: -0.015em;
  margin: 0 0 1.4rem;
}
.pv-home-title em { font-style: italic; color: var(--brass); }
.pv-home-sub { max-width: 34rem; margin: 0 0 2rem; color: var(--grey-1); font-size: 1.18rem; }
.pv-home-actions { justify-content: flex-start; }
/* The About hero stays centered. */
.pv-about-hero .pv-home-hero-content { text-align: center; }
.pv-about-hero .pv-home-hero-content .pv-seal { justify-content: center; }
.pv-about-hero .pv-home-sub { margin: 0 auto 2rem; max-width: 40rem; }

.pv-stats { border-top: 1px solid var(--grey-4); border-bottom: 1px solid var(--grey-4); background: var(--panel); }
.pv-stats-inner { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 1rem; padding-top: 2rem; padding-bottom: 2rem; text-align: center; }
.pv-stat-n { display: block; font-family: var(--serif); font-weight: 600; font-size: 2.1rem; line-height: 1.1; }
.pv-stat-l { display: block; margin-top: 0.25rem; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--grey-2); }

.pv-grid-3 { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.pv-pillar { padding: 1.6rem 1.5rem; }
.pv-pillar p { margin: 0.4rem 0 0; color: var(--grey-1); font-size: 0.97rem; }
.pv-pillar-n { font-family: var(--serif); font-size: 0.95rem; color: var(--brass); font-weight: 600; display: block; margin-bottom: 0.6rem; }

.pv-ink-band { background: var(--ink); color: var(--ivory); margin: 4rem 0; }
.pv-ink-inner { padding-top: 4rem; padding-bottom: 4rem; text-align: center; }
.pv-ink-quote {
  font-family: var(--serif);
  font-size: clamp(1.5rem, 3.5vw, 2.3rem);
  font-weight: 500;
  line-height: 1.3;
  max-width: 42rem;
  margin: 0 auto 1.2rem;
}
.pv-ink-sub { max-width: 38rem; margin: 0 auto 1.8rem; color: var(--grey-3); }
.pv-btn-ghost-light { border-color: var(--brass-soft); color: var(--ivory); }
.pv-btn-ghost-light:hover { border-color: var(--brass); color: var(--brass-soft); }

.pv-cta-band {
  background: var(--panel);
  border: 1px solid var(--brass-soft);
  border-radius: var(--radius);
  padding: 3rem 1.5rem;
  text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 0.8rem;
}
.pv-cta-title { font-family: var(--serif); font-weight: 600; font-size: 1.9rem; margin: 0; }
.pv-cta-sub { margin: 0 0 0.6rem; color: var(--grey-1); max-width: 36rem; }
.pv-about-hero { padding: 5rem 0 3.5rem; }
.pv-check-list {
  list-style: none; padding: 0;
  margin: 0 auto; max-width: 34rem;
  text-align: left;
  display: grid; gap: 0.7rem;
}
.pv-check-list li { padding-left: 1.9rem; position: relative; color: var(--ivory); }
.pv-check-list li::before {
  content: "✓";
  position: absolute; left: 0; top: 0;
  color: var(--brass);
  font-weight: 700;
}

/* ── Misc ─────────────────────────────────────────────────────────────────── */
.pv-breadcrumb { font-size: 0.85rem; color: var(--grey-2); display: flex; gap: 0.5rem; margin-bottom: 1.2rem; }
.pv-breadcrumb a { text-decoration: none; font-weight: 500; }
.pv-updates { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.5rem; }
.pv-updates li {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.5rem;
  background: var(--panel); border: 1px solid var(--grey-4); border-radius: 10px;
  padding: 0.8rem 1.1rem;
}
.pv-updates a { text-decoration: none; font-weight: 600; }
.pv-updates time { color: var(--grey-2); font-size: 0.85rem; }
.pv-back { font-weight: 600; text-decoration: none; font-size: 0.95rem; }

/* ── Related pages (contextual internal links) ────────────────────────────── */
.pv-related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 0.8rem;
  margin-top: 1rem;
}
.pv-related-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.9rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: 0.6rem;
  background: var(--ivory);
  text-decoration: none;
  color: var(--ink);
  font-weight: 600;
  transition: border-color 0.15s ease, transform 0.15s ease;
}
.pv-related-card:hover {
  border-color: var(--brass);
  transform: translateY(-1px);
}
.pv-related-arrow { color: var(--brass); }

/* ── Newsroom ─────────────────────────────────────────────────────────────── */
.pv-muted { color: var(--grey-2); }
.pv-section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.pv-section-link { font-weight: 600; text-decoration: none; white-space: nowrap; }
.pv-news-index {
  display: grid;
  gap: 0.6rem;
  margin-top: 1.2rem;
}
.pv-news-item {
  display: grid;
  grid-template-columns: 8rem 1fr auto;
  align-items: baseline;
  gap: 1rem;
  padding: 1rem 1.2rem;
  border: 1px solid var(--line);
  border-radius: 0.6rem;
  background: var(--ivory);
  text-decoration: none;
  color: var(--ink);
  transition: border-color 0.15s ease, transform 0.15s ease;
}
.pv-news-item:hover { border-color: var(--brass); transform: translateY(-1px); }
.pv-news-date { color: var(--grey-2); font-size: 0.85rem; }
.pv-news-title { font-weight: 600; }
.pv-news-tag {
  font-size: 0.8rem;
  color: var(--brass);
  border: 1px solid var(--brass);
  border-radius: 999px;
  padding: 0.1rem 0.7rem;
  white-space: nowrap;
}
@media (max-width: 680px) {
  .pv-news-item { grid-template-columns: 1fr; gap: 0.3rem; }
}
.pv-profile-card .pv-seal { margin-top: 0.4rem; }
.pv-article, .pv-content { max-width: 44rem; }

/* ── "Get Listed Today" modal ──────────────────────────────────────────────── */
.pv-modal-backdrop {
  position: fixed; inset: 0; z-index: 90;
  background: rgba(28, 43, 39, 0.55);
  display: flex; align-items: center; justify-content: center;
  padding: 1.25rem; opacity: 0; pointer-events: none;
  transition: opacity 0.18s ease;
}
.pv-modal-backdrop.is-open { opacity: 1; pointer-events: auto; }
.pv-modal {
  position: relative; width: 100%; max-width: 30rem;
  max-height: calc(100vh - 2.5rem); overflow-y: auto;
  background: var(--panel); border-radius: var(--radius);
  border: 1px solid var(--grey-4);
  box-shadow: 0 24px 64px rgba(28, 43, 39, 0.35);
  padding: 2rem 2rem 1.75rem;
}
.pv-modal .pv-seal { margin-bottom: 0.75rem; }
.pv-modal-close {
  position: absolute; top: 0.75rem; right: 0.9rem;
  border: 0; background: none; font-size: 1.5rem; line-height: 1;
  color: var(--grey-2); cursor: pointer; padding: 0.25rem;
}
.pv-modal-close:hover { color: var(--ink); }
.pv-modal-title { font-family: var(--serif); font-size: 1.5rem; margin: 0 0 0.35rem; }
.pv-modal-sub { color: var(--grey-2); font-size: 0.95rem; margin: 0 0 1.1rem; }
.pv-modal-error {
  background: #fdf0ee; border: 1px solid #e5b8b0; color: #8a3b2e;
  border-radius: 8px; padding: 0.6rem 0.85rem; font-size: 0.9rem; margin: 0 0 1rem;
}
.pv-modal-form label { display: block; font-size: 0.85rem; font-weight: 600; margin: 0 0 0.85rem; }
.pv-modal-form input, .pv-modal-form textarea {
  display: block; width: 100%; margin-top: 0.3rem;
  border: 1px solid var(--grey-4); border-radius: 8px;
  padding: 0.55rem 0.75rem; font: inherit; font-size: 0.95rem;
  background: var(--ivory); color: var(--ink);
}
.pv-modal-form input:focus, .pv-modal-form textarea:focus {
  outline: 2px solid var(--brass-soft); border-color: var(--brass);
}
.pv-modal-grid { display: grid; gap: 0 0.85rem; grid-template-columns: 1fr 1fr; }
.pv-modal-submit { width: 100%; margin-top: 0.25rem; }
.pv-trap { position: absolute; left: -9999px; top: -9999px; height: 0; overflow: hidden; }

/* Thank-you toast (after successful submission). */
.pv-toast {
  position: fixed; bottom: 1.5rem; left: 50%; transform: translateX(-50%);
  z-index: 95; display: flex; align-items: center; gap: 0.75rem;
  background: var(--panel); border: 1px solid var(--grey-4);
  border-left: 3px solid var(--brass);
  border-radius: var(--radius); box-shadow: 0 12px 40px rgba(28, 43, 39, 0.25);
  padding: 0.9rem 1.25rem; max-width: 34rem; width: calc(100% - 2.5rem);
  transition: opacity 0.6s ease;
}
.pv-toast p { margin: 0; font-size: 0.92rem; }
.pv-toast.is-done { opacity: 0; }

/* Footer "Managed by" credit. */
.pv-footer-managed { display: block; margin-top: 0.35rem; }
.pv-footer-managed a { color: var(--grey-2); }
.pv-footer-managed a:hover { color: var(--brass); }

/* ── Register cards: centered client logo over the photo ──────────────────── */
.pv-card-media { position: relative; }
.pv-card-media--plain { aspect-ratio: 16 / 9; background: var(--grey-4); }
.pv-card-media--plain.pv-card-media--dark { background: var(--ink); }
/* Fade the photo back so the logo chip owns the card. */
.pv-card-media--overlay .pv-card-img { opacity: 0.6; filter: saturate(0.8); }
.pv-card-logo {
  position: absolute; inset: 0; margin: auto;
  width: fit-content; height: fit-content;
  display: flex; align-items: center; justify-content: center;
  max-width: 72%; padding: 0.6rem 1.1rem;
  background: #fff; border-radius: 10px;
  box-shadow: 0 8px 28px rgba(28, 43, 39, 0.28);
}
.pv-card-media--dark .pv-card-logo { background: var(--ink); }
.pv-card-logo img { display: block; max-height: 56px; max-width: 100%; width: auto; }
