.club-report-page {
  --report-cream: #f5f1e8;
  --report-sage: #d8d0c1;
  --report-green: #0e2d25;
  --report-line: rgba(23, 34, 29, .2);
  background: var(--report-cream);
}

.report-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(430px, .98fr);
  min-height: 650px;
  border-bottom: 1px solid var(--report-line);
}

.report-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 82px 6vw 86px 5vw;
}

.report-hero h1 {
  max-width: 780px;
  margin: 19px 0 27px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(60px, 6.2vw, 102px);
  font-weight: 400;
  line-height: .89;
  letter-spacing: -.06em;
}

.report-hero-lede {
  max-width: 620px;
  margin: 0;
  color: #4e5954;
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 1.55;
}

.report-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid var(--report-line);
  font-family: "Position Mono", monospace;
  font-size: var(--font-size-min);
  font-weight: 650;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.report-hero-visual {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  background: var(--report-green);
}

.report-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.78) contrast(1.05);
}

.report-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(8, 29, 23, .8));
}

.report-hero-caption {
  position: absolute;
  z-index: 1;
  right: 30px;
  bottom: 28px;
  left: 30px;
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding-top: 17px;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, .55);
  font-family: "Position Mono", monospace;
  font-size: var(--font-size-min);
  font-weight: 650;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.report-summary,
.report-club-profile,
.report-trends,
.report-submarkets,
.report-methodology {
  padding: 104px 5vw 112px;
}

.report-club-profile {
  background: var(--report-sage);
}

.report-club-profile-lead {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(360px, 1.14fr);
  gap: 8vw;
  margin-bottom: 54px;
}

.report-club-profile h2 {
  max-width: 720px;
  margin: 16px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 5vw, 74px);
  font-weight: 400;
  line-height: .95;
  letter-spacing: -.05em;
}

.report-club-summary {
  max-width: 760px;
  margin: 0 0 32px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 2.4vw, 37px);
  line-height: 1.13;
  letter-spacing: -.025em;
}

.report-club-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid rgba(23,34,29,.32);
  border-left: 1px solid rgba(23,34,29,.32);
}

.report-club-facts div {
  min-height: 96px;
  padding: 18px;
  border-right: 1px solid rgba(23,34,29,.32);
  border-bottom: 1px solid rgba(23,34,29,.32);
}

.report-club-facts dt,
.report-club-facts dd {
  margin: 0;
}

.report-club-facts dt,
.report-club-amenities span,
.report-club-amenities p,
.report-club-sources {
  font-family: "Position Mono", monospace;
  font-size: var(--font-size-min);
  font-weight: 650;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.report-club-facts dt {
  color: #5e6963;
}

.report-club-facts dd {
  margin-top: 11px;
  font-size: 14px;
  line-height: 1.45;
}

.report-club-amenities {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(23,34,29,.32);
  border-left: 1px solid rgba(23,34,29,.32);
}

.report-club-amenities article {
  min-height: 225px;
  padding: 24px 22px;
  border-right: 1px solid rgba(23,34,29,.32);
  border-bottom: 1px solid rgba(23,34,29,.32);
}

.report-club-amenities p {
  margin: 52px 0 11px;
  color: #59635e;
}

.report-club-amenities h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -.025em;
}

.report-club-sources {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 23px;
  margin-top: 26px;
}

.report-club-sources > span {
  color: #53605a;
}

.report-club-sources a {
  color: inherit;
  text-underline-offset: 4px;
}

.report-club-sources small {
  flex-basis: 100%;
  color: #5e6963;
  font: inherit;
  line-height: 1.55;
  text-transform: none;
}

.report-summary {
  background: #f8f6ef;
}

.report-section-head {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, .55fr);
  align-items: end;
  gap: 8vw;
  margin-bottom: 48px;
}

.report-section-head h2 {
  max-width: 900px;
  margin: 15px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(43px, 5vw, 74px);
  font-weight: 400;
  line-height: .95;
  letter-spacing: -.05em;
}

.report-section-head > p:last-child {
  max-width: 510px;
  margin: 0;
  color: #56615c;
  font-size: 14px;
  line-height: 1.7;
}

.report-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--report-line);
  border-left: 1px solid var(--report-line);
}

.report-stat {
  min-height: 250px;
  padding: 24px 22px 22px;
  border-right: 1px solid var(--report-line);
  border-bottom: 1px solid var(--report-line);
}

.report-stat.featured {
  background: var(--report-green);
  color: #fff;
}

.report-stat-label,
.report-stat-period,
.report-stat-benchmark dt {
  font-family: "Position Mono", monospace;
  font-size: var(--font-size-min);
  font-weight: 650;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.report-stat-label {
  min-height: 30px;
  margin: 0;
}

.report-stat-period {
  display: block;
  min-height: 28px;
  margin-top: 7px;
  color: #67716c;
  line-height: 1.45;
}

.report-stat.featured .report-stat-period,
.report-stat.featured .report-stat-benchmark dt {
  color: #aebfb6;
}

.report-stat-value {
  display: block;
  margin: 29px 0 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.1vw, 52px);
  font-weight: 400;
  line-height: .95;
  letter-spacing: -.045em;
}

.report-stat-insight {
  min-height: 88px;
  margin: 0 0 20px;
  color: #46544d;
  font-size: 14px;
  line-height: 1.55;
}

.report-stat.featured .report-stat-insight {
  color: #d6e0da;
}

.report-stat-details summary,
.report-methodology-copy summary,
.monthly-evidence summary,
.monthly-method-details summary {
  cursor: pointer;
  font-family: "Position Mono", monospace;
  font-size: var(--font-size-min);
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.report-stat-details summary {
  padding: 14px 0;
  border-top: 1px solid var(--report-line);
}

.report-stat.featured .report-stat-details summary {
  border-color: rgba(255,255,255,.25);
}

.report-stat-benchmark {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
  margin: 0;
  padding-top: 17px;
}

.report-stat-benchmark div {
  min-width: 0;
}

.report-stat-benchmark dt,
.report-stat-benchmark dd {
  margin: 0;
}

.report-stat-benchmark dd {
  margin-top: 7px;
  overflow-wrap: anywhere;
  font-size: 11px;
  line-height: 1.35;
}

.report-stat.unavailable .report-stat-value {
  color: #7c8580;
  font-size: 30px;
}

.report-trends {
  color: #fff;
  background: var(--report-green);
}

.report-trends .kicker,
.report-trends .report-section-head > p:last-child {
  color: #aebfb6;
}

.report-trend-panel {
  padding: 29px 30px 34px;
  border: 1px solid rgba(255,255,255,.26);
}

.report-trend-toolbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 48px;
}

.report-trend-heading {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 29px;
  font-weight: 400;
}

.report-trend-controls {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
}

.report-trend-controls button {
  padding: 9px 11px;
  color: #becbc5;
  border: 1px solid rgba(255,255,255,.3);
  background: transparent;
  font-family: "Position Mono", monospace;
  font-size: var(--font-size-min);
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}

.report-trend-controls button:hover,
.report-trend-controls button:focus-visible,
.report-trend-controls button.active {
  color: var(--report-green);
  background: #f1eadf;
}

.report-trend-chart {
  display: grid;
  grid-template-columns: repeat(10, minmax(42px, 1fr));
  align-items: end;
  gap: clamp(7px, 1.2vw, 18px);
  min-height: 228px;
}

.report-trend-column {
  display: grid;
  grid-template-rows: 32px 150px auto;
  align-items: end;
  gap: 9px;
  min-width: 0;
  text-align: center;
}

.report-trend-column strong {
  align-self: start;
  overflow: hidden;
  color: #fff;
  font-family: "Position Mono", monospace;
  font-size: var(--font-size-min);
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.report-trend-column span {
  display: block;
  width: 100%;
  max-width: 72px;
  margin: auto auto 0;
  background: #cad9d1;
  transition: height .25s ease;
}

.report-trend-column.current span {
  background: #d68462;
}

.report-trend-column small {
  min-height: 22px;
  color: #aebfb6;
  font-family: "Position Mono", monospace;
  font-size: var(--font-size-min);
  line-height: 1.35;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.report-trend-column.unavailable {
  opacity: .5;
}

.report-submarkets {
  background: var(--report-sage);
}

.report-submarket-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(23,34,29,.32);
  border-left: 1px solid rgba(23,34,29,.32);
}

.report-submarket-list li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 17px;
  min-height: 112px;
  padding: 24px;
  border-right: 1px solid rgba(23,34,29,.32);
  border-bottom: 1px solid rgba(23,34,29,.32);
}

.report-submarket-list li > span,
.report-submarket-list small {
  font-family: "Position Mono", monospace;
  font-size: var(--font-size-min);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.report-submarket-list li > span {
  color: #65706a;
}

.report-submarket-list strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -.025em;
}

.report-submarket-list small {
  display: block;
  margin-top: 12px;
  color: #59635e;
  line-height: 1.5;
}

.report-submarket-empty {
  max-width: 880px;
  margin: 0;
  padding: 32px;
  border: 1px solid rgba(23,34,29,.32);
  font-size: 15px;
  line-height: 1.7;
}

.report-methodology {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 8vw;
  background: #f8f6ef;
}

.report-methodology h2 {
  margin: 15px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 4.2vw, 64px);
  font-weight: 400;
  line-height: .96;
  letter-spacing: -.045em;
}

.report-methodology-copy {
  align-self: end;
  color: #56615c;
  font-size: 14px;
  line-height: 1.75;
}

.report-methodology-copy summary {
  width: max-content;
  max-width: 100%;
  padding: 12px 0;
  color: var(--report-green);
}

.report-methodology-copy > div {
  margin-top: 18px;
}

.report-methodology-copy p {
  margin: 0 0 17px;
}

.report-navigation {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: var(--report-cream);
}

.report-navigation a {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 34px 5vw;
  color: inherit;
  border-right: 1px solid var(--report-line);
  text-decoration: none;
}

.report-navigation a:last-child {
  border-right: 0;
}

.report-navigation a:hover,
.report-navigation a:focus-visible {
  background: #ebe7dc;
}

.report-navigation span {
  font-family: "Position Mono", monospace;
  font-size: var(--font-size-min);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.report-navigation strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 400;
}

.monthly-waterfront-report {
  padding: clamp(82px, 9vw, 138px) 5vw;
  background: #eef0e9;
}

.monthly-economy {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 7vw;
}

.monthly-report-head { display: block; }

.monthly-report-head h2 {
  max-width: 620px;
  margin: 14px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(45px, 5.6vw, 78px);
  font-weight: 400;
  line-height: .94;
  letter-spacing: -.05em;
}

.monthly-freshness,
.monthly-signal p,
.monthly-signal > span,
.monthly-signal dt,
.monthly-economy-grid p,
.monthly-economy-grid span,
.monthly-economy-grid a {
  font-family: "Position Mono", monospace;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.monthly-freshness {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin: 42px 0 24px;
  padding: 15px 0;
  border-top: 1px solid rgba(23,34,29,.25);
  border-bottom: 1px solid rgba(23,34,29,.25);
  color: #59645f;
  font-size: var(--font-size-min);
}

.monthly-signals {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(230px, 100%), 1fr));
  border-top: 1px solid rgba(23,34,29,.32);
  border-left: 1px solid rgba(23,34,29,.32);
}

.monthly-owner-brief {
  margin: 30px 0 34px;
  border-top: 1px solid rgba(23,34,29,.32);
  border-bottom: 1px solid rgba(23,34,29,.32);
}

.monthly-owner-guide {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(23,34,29,.22);
}

.monthly-owner-guide article {
  min-width: 0;
  padding: 24px 24px 27px;
  border-right: 1px solid rgba(23,34,29,.22);
}

.monthly-owner-guide article:last-child { border-right: 0; }
.monthly-owner-guide .kicker { margin-bottom: 13px; color: #3f7659; }
.monthly-owner-guide p:last-child { margin: 0; color: #3f4d46; font-size: 15px; line-height: 1.62; }

.monthly-signal {
  min-width: 0;
  padding: 24px;
  border-right: 1px solid rgba(23,34,29,.32);
  border-bottom: 1px solid rgba(23,34,29,.32);
}

.monthly-signal p { min-height: 28px; margin: 0; font-size: var(--font-size-min); color: #59645f; }
.monthly-signal > strong { display: block; margin: 23px 0 9px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(28px, 3vw, 44px); font-weight: 400; line-height: 1; overflow-wrap: anywhere; }
.monthly-signal > span { display: block; min-height: 28px; font-size: var(--font-size-min); color: #6b756f; }
.monthly-signal dl { margin: 23px 0 0; }
.monthly-signal dl div { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-top: 1px solid rgba(23,34,29,.18); }
.monthly-signal dt { font-size: var(--font-size-min); color: #68726d; }
.monthly-signal dd { margin: 0; text-align: right; font-family: "Position Mono", monospace; font-size: var(--font-size-min); }
.monthly-signal dd a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.comparison-empty { color: #7a827e; }

.monthly-owner-takeaway {
  display: flex;
  align-items: baseline;
  gap: 20px;
  width: 100%;
  margin: 0;
  padding: 24px;
}

.monthly-evidence {
  margin-top: 30px;
  padding: 18px 0;
  border-top: 1px solid rgba(23,34,29,.28);
  border-bottom: 1px solid rgba(23,34,29,.28);
}

.monthly-evidence summary,
.monthly-method-details summary {
  color: #3f7659;
}

.monthly-evidence > div {
  max-width: 900px;
  margin-top: 22px;
}

.monthly-evidence p {
  margin: 0 0 16px;
  color: #435049;
  font-size: 15px;
  line-height: 1.7;
}

.monthly-owner-takeaway span {
  flex: 0 0 auto;
  font-family: "Position Mono", monospace;
  font-size: var(--font-size-min);
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #5e6a64;
}

.monthly-owner-takeaway strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.monthly-meaning {
  display: grid;
  grid-template-columns: minmax(0, .42fr) minmax(0, 1.58fr);
  gap: 7vw;
  margin-top: 62px;
  padding-top: 42px;
  border-top: 1px solid rgba(23,34,29,.32);
}

.monthly-meaning > div { max-width: 900px; }
.monthly-meaning p:not(.kicker) { margin: 0 0 17px; color: #435049; font-size: 16px; line-height: 1.72; }

.monthly-economy {
  margin-top: 66px;
  padding-top: 42px;
  border-top: 1px solid rgba(23,34,29,.32);
}

.monthly-economy h3 { margin: 12px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: 35px; font-weight: 400; line-height: 1.05; }
.monthly-economy > div > p:last-child { color: #5e6963; line-height: 1.65; }
.monthly-economy-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid rgba(23,34,29,.25); border-left: 1px solid rgba(23,34,29,.25); }
.monthly-economy-grid article { padding: 20px; border-right: 1px solid rgba(23,34,29,.25); border-bottom: 1px solid rgba(23,34,29,.25); }
.monthly-economy-grid p { min-height: 24px; margin: 0; font-size: var(--font-size-min); color: #65706a; }
.monthly-economy-grid strong { display: block; margin: 17px 0 8px; font-family: Georgia, "Times New Roman", serif; font-size: 30px; font-weight: 400; }
.monthly-economy-grid span { display: block; min-height: 28px; font-size: var(--font-size-min); color: #68726d; }
.monthly-economy-grid a { display: inline-block; margin-top: 14px; color: inherit; font-size: var(--font-size-min); }
.monthly-method-details { margin-top: 34px; }
.monthly-method-note { max-width: 980px; margin: 18px 0 0; color: #65706a; font-size: var(--font-size-min); line-height: 1.65; }

@media (max-width: 1100px) {
  .report-stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .report-club-amenities { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .monthly-signals { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .monthly-owner-guide { grid-template-columns: 1fr; }
  .monthly-owner-guide article { border-right: 0; border-bottom: 1px solid rgba(23,34,29,.22); }
  .monthly-owner-guide article:last-child { border-bottom: 0; }
}

@media (max-width: 900px) {
  .report-hero { grid-template-columns: 1fr; }
  .report-hero-copy { min-height: 610px; }
  .report-hero-visual { min-height: 540px; }
  .report-section-head,
  .report-club-profile-lead,
  .report-methodology { grid-template-columns: 1fr; }
  .monthly-economy,
  .monthly-meaning { grid-template-columns: 1fr; gap: 30px; }
  .report-trend-chart { overflow-x: auto; padding-bottom: 12px; }
  .report-trend-column { min-width: 66px; }
}

@media (max-width: 650px) {
  .report-hero-copy { min-height: 550px; padding: 58px 20px 64px; }
  .report-hero h1 { font-size: clamp(51px, 16vw, 67px); }
  .report-hero-visual { min-height: 430px; }
  .report-hero-caption { right: 20px; bottom: 22px; left: 20px; display: block; }
  .report-hero-caption span { display: block; margin-top: 8px; }
  .report-summary,
  .report-club-profile,
  .report-trends,
  .report-submarkets,
  .report-methodology { padding: 78px 20px 84px; }
  .monthly-waterfront-report { padding: 78px 20px 84px; }
  .monthly-signals,
  .monthly-economy-grid { grid-template-columns: 1fr; }
  .monthly-report-head h2 { font-size: 48px; }
  .monthly-owner-takeaway { display: block; }
  .monthly-owner-takeaway strong { display: block; margin-top: 10px; }
  .report-section-head { margin-bottom: 35px; }
  .report-stats-grid { grid-template-columns: 1fr; }
  .report-club-facts,
  .report-club-amenities { grid-template-columns: 1fr; }
  .report-club-amenities article { min-height: 190px; }
  .report-stat { min-height: 226px; }
  .report-stat-value { font-size: 44px; }
  .report-trend-panel { padding: 24px 16px 27px; }
  .report-trend-toolbar { display: block; margin-bottom: 35px; }
  .report-trend-controls { justify-content: flex-start; margin-top: 20px; }
  .report-trend-chart { grid-template-columns: repeat(10, 61px); }
  .report-trend-column { min-width: 0; }
  .report-submarket-list { grid-template-columns: 1fr; }
  .report-navigation { grid-template-columns: 1fr; }
  .report-navigation a { border-right: 0; border-bottom: 1px solid var(--report-line); }
}
