/* ── SELF-HOSTED FONTS ── */
@font-face { font-family: 'DM Sans'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/dm-sans-400.woff2') format('woff2'); }
@font-face { font-family: 'DM Sans'; font-style: normal; font-weight: 500; font-display: swap; src: url('../fonts/dm-sans-500.woff2') format('woff2'); }
@font-face { font-family: 'DM Sans'; font-style: normal; font-weight: 700; font-display: swap; src: url('../fonts/dm-sans-700.woff2') format('woff2'); }
@font-face { font-family: 'Playfair Display'; font-style: normal; font-weight: 600; font-display: swap; src: url('../fonts/playfair-display-600.woff2') format('woff2'); }
@font-face { font-family: 'Playfair Display'; font-style: normal; font-weight: 700; font-display: swap; src: url('../fonts/playfair-display-700.woff2') format('woff2'); }
@font-face { font-family: 'Source Serif 4'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/source-serif-4-400.woff2') format('woff2'); }
@font-face { font-family: 'Source Serif 4'; font-style: normal; font-weight: 600; font-display: swap; src: url('../fonts/source-serif-4-600.woff2') format('woff2'); }

/* ── CSS Variables (overridden by Customizer via wp_head inline style) ── */
:root {
  --navy:       #0d1b2a;
  --red:        #c0392b;
  --red-light:  #e74c3c;
  --gold:       #c9a84c;
  --gold-light: #f0d080;
  --paper:      #fdfbf7;
  --ink:        #1a1a1a;
  --ink-mid:    #3a3a3a;
  --ink-light:  #666;
  --border:     #e0ddd5;
  --section-bg: #f0ece4;
  --font-boost: 0px;
}
@media (min-width: 1920px) { :root { --font-boost: 2px; } }
.standings-desc { font-size: calc(13px + var(--font-boost)); color: var(--ink-light); margin-top: 2px; }
@media (min-width: 1920px) {
  .standings-desc, .cs-conference { font-size: calc(15px + var(--font-boost)); }
  .college-panel p,
  .college-standings td,
  .college-standings th { font-size: calc(16px + var(--font-boost)); }
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', sans-serif;
  background: var(--paper);
  color: var(--ink);
  font-size: calc(17px + var(--font-boost));
  line-height: 1.6;
}

/* ── WordPress admin bar (desktop sticky nav offset) ── */
@media screen and (min-width: 769px) {
  body.admin-bar .site-nav { top: 32px; }
}
@media screen and (max-width: 782px) {
  body.admin-bar .site-nav { top: 0; }
}

/* ── TOP BAR ── */
.topbar {
  background: var(--navy);
  color: rgba(255,255,255,.7);
  font-size: calc(13px + var(--font-boost));
  letter-spacing: .04em;
  padding: 6px 0;
  text-align: center;
}
.topbar span { margin: 0 12px; }
.topbar a { color: var(--gold-light); text-decoration: none; }
.topbar a:hover { text-decoration: underline; }

/* ── MASTHEAD ── */
.masthead {
  background: var(--paper);
  border-bottom: 3px solid var(--navy);
  padding: 24px 20px 16px;
  text-align: center;
  position: relative;
}
.masthead-flag {
  font-family: 'Playfair Display', serif;
  font-size: clamp(36px, 6vw, 72px);
  font-weight: 700;
  color: var(--navy);
  letter-spacing: -1px;
  line-height: 1;
}
.masthead-flag a { color: inherit; text-decoration: none; }
.masthead-flag span { color: var(--red); }
.masthead-rule {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 12px 0 0;
}
.masthead-rule::before, .masthead-rule::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--navy);
}
.masthead-date {
  font-size: calc(13px + var(--font-boost));
  color: var(--ink-light);
  letter-spacing: .1em;
  white-space: nowrap;
}
.masthead-logo { display: block; text-align: center; margin: 0 auto; }
.masthead-logo a { display: inline-block; }
.masthead-logo img, .masthead-logo .custom-logo { display: block; max-width: 100%; height: auto; max-height: 70px; width: auto; margin: 0 auto; }
@media (max-width: 600px) { .masthead-logo img, .masthead-logo .custom-logo { max-height: 70px; } }
.masthead-tagline { font-size: calc(13px + var(--font-boost)); color: var(--ink-light); font-style: italic; text-align: center; margin: 6px 0 0; letter-spacing: .04em; }
.masthead-social { position: absolute; top: 20px; right: 20px; display: flex; gap: 8px; align-items: center; }
.masthead-social .social-icon { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border: 1.5px solid var(--border); border-radius: 50%; color: var(--navy); text-decoration: none; transition: background .2s, border-color .2s, color .2s; }
.masthead-social .social-icon:hover { background: var(--navy); border-color: var(--navy); color: #fff; }
@media(max-width:600px) { .masthead-social { position: static; justify-content: center; margin-top: 12px; } }

/* ── AD LEADERBOARD ── */
.ad-leaderboard {
  background: var(--section-bg);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 10px 20px;
  text-align: center;
}
.ad-slot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1.5px dashed #bbb;
  color: var(--ink-light);
  font-size: calc(13px + var(--font-boost));
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 3px;
  position: relative;
}
.ad-slot .ad-label {
  position: absolute;
  top: 4px;
  right: 6px;
  font-size: calc(10px + var(--font-boost));
  color: #aaa;
}
.ad-leaderboard .ad-slot { width: 728px; max-width: 100%; height: 90px; }
.ad-slot--leaderboard     { width: 728px; max-width: 100%; height: 90px; }
.ad-sidebar .ad-slot      { width: 100%; height: 250px; margin-bottom: 16px; }

/* ── NAV ── */
.site-nav {
  background: var(--navy);
  position: sticky;
  top: 0;
  z-index: 100;
}
.site-nav .nav-menu,
.site-nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
}
.site-nav .nav-menu li a,
.site-nav ul li a {
  display: block;
  padding: 13px 16px;
  color: rgba(255,255,255,.85);
  text-decoration: none;
  font-size: calc(13px + var(--font-boost));
  font-weight: 500;
  letter-spacing: .07em;
  text-transform: uppercase;
  transition: color .2s, background .2s;
}
.site-nav .nav-menu li a:hover,
.site-nav .nav-menu li.current-menu-item > a,
.site-nav .nav-menu li.current_page_item > a {
  color: var(--gold-light);
  background: rgba(255,255,255,.05);
}
/* Advertise nav item — red pill */
.site-nav li.menu-item-advertise > a,
.site-nav .nav-menu li a[href*="advertise"] {
  color: #fff;
  background: var(--red);
}
.site-nav li.menu-item-advertise > a:hover,
.site-nav .nav-menu li a[href*="advertise"]:hover {
  background: var(--red-light);
}

/* ── LAYOUT ── */
.site-wrapper {
  max-width: 1280px;
  width: 92%;
  margin: 0 auto;
  padding: 0 32px;
  box-sizing: border-box;
}
@media (min-width: 1920px) {
  .site-wrapper {
    max-width: 90%;
    width: 90%;
  }
}
.content-full {
  padding: 32px 0;
}
/* Grid layout: !important ensures this beats any plugin/core CSS conflict */
.main-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 300px !important;
  grid-template-areas: "main sidebar" !important;
  column-gap: 36px !important;
  padding: 32px 0;
  align-items: start;
}
.main-grid > .site-main {
  grid-area: main;
  min-width: 0;
}
.main-grid > .sidebar {
  grid-area: sidebar;
  min-width: 0;
}
/* Small desktop / tablet: sidebar narrows */
@media (max-width: 1100px) {
  .main-grid {
    grid-template-columns: minmax(0, 1fr) 240px !important;
    column-gap: 24px !important;
  }
}
/* Tablet: stack sidebar below content */
@media (max-width: 860px) {
  .main-grid {
    grid-template-columns: 1fr !important;
    grid-template-areas: "main" "sidebar" !important;
  }
  .main-grid > .sidebar {
    width: 100% !important;
    max-width: 100% !important;
  }
}
/* Mobile */
@media (max-width: 600px) {
  .site-wrapper {
    width: 100%;
    padding: 0 16px;
  }
}

/* ── SECTION HEADERS ── */
.section-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border-bottom: 2px solid var(--navy);
  padding-bottom: 8px;
  margin-bottom: 20px;
}
.section-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: calc(23px + var(--font-boost));
  font-weight: 700;
  color: var(--navy);
}
.section-header a, .section-header span {
  font-size: calc(13px + var(--font-boost));
  color: var(--red);
  text-decoration: none;
}
.section-header a:hover { text-decoration: underline; }

/* ── SECTION BANNER ── */
.section-banner {
  background: var(--navy);
  color: #fff;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
  border-radius: 2px;
}
.section-badge {
  background: var(--red);
  color: #fff;
  font-size: calc(11px + var(--font-boost));
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 2px;
  white-space: nowrap;
}
.section-banner-title {
  font-family: 'Playfair Display', serif;
  font-size: calc(19px + var(--font-boost));
  font-weight: 700;
  color: var(--gold-light);
}

/* ── ARTICLE CARDS ── */
.news-lead {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 28px;
}
@media (max-width: 600px) { .news-lead { grid-template-columns: 1fr; } }

.article-card {
  border-bottom: 1px solid var(--border);
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.article-card:last-child, .article-card.featured { border-bottom: none; padding-bottom: 0; }

.article-img {
  width: 100%;
  aspect-ratio: 16/9;
  background: var(--section-bg);
  border: 1px solid var(--border);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink-light);
  font-size: calc(13px + var(--font-boost));
  margin-bottom: 10px;
  overflow: hidden;
}
.article-img img,
.article-img .wp-post-image {
  width: 100%;
  height: auto;
  display: block;
}
.article-kicker {
  font-size: calc(11px + var(--font-boost));
  font-weight: 500;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 4px;
}
.article-title {
  font-family: 'Playfair Display', serif;
  font-size: calc(19px + var(--font-boost));
  font-weight: 600;
  color: var(--navy);
  line-height: 1.3;
  margin-bottom: 6px;
}
.article-title a { color: inherit; text-decoration: none; }
.article-title a:hover { color: var(--red); }
.article-byline { font-size: calc(12px + var(--font-boost)); color: var(--ink-light); margin-bottom: 6px; }
.article-excerpt {
  font-family: 'Source Serif 4', serif;
  font-size: calc(15px + var(--font-boost));
  color: var(--ink-mid);
  line-height: 1.6;
}
.press-item {
  border-left: 3px solid var(--gold);
  padding-left: 14px;
  margin-bottom: 20px;
}

/* ── SINGLE ARTICLE ── */
.single-article { padding-bottom: 24px; }
.single-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.2;
  margin-bottom: 10px;
}
.single-featured-img {
  width: 100%;
  border-radius: 3px;
  margin: 16px 0;
}
.single-featured-img img { width: 100%; height: auto; display: block; }
.single-content {
  font-family: 'Source Serif 4', serif;
  font-size: calc(17px + var(--font-boost));
  line-height: 1.8;
  color: var(--ink-mid);
  margin: 20px 0;
}
.single-content p { margin-bottom: 1.2em; }
.single-content h2, .single-content h3 {
  font-family: 'Playfair Display', serif;
  color: var(--navy);
  margin: 1.5em 0 .5em;
}
.single-content a { color: var(--red); }

/* ── CONTENT CARDS (Food / Pets) ── */
.content-card {
  border: 1px solid var(--border);
  border-radius: 3px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 16px;
}
.content-card-img {
  width: 100%;
  height: 160px;
  background: var(--section-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(13px + var(--font-boost));
  color: var(--ink-light);
  overflow: hidden;
}
.content-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.content-card-body { padding: 14px; }
.content-card-tag {
  font-size: calc(11px + var(--font-boost));
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 4px;
}
.content-card-title {
  font-family: 'Playfair Display', serif;
  font-size: calc(17px + var(--font-boost));
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 6px;
}
.content-card-title a { color: var(--navy); text-decoration: none; }
.content-card-title a:hover { color: var(--red); }
.content-card-text { font-size: calc(14px + var(--font-boost)); color: var(--ink-mid); line-height: 1.5; }
.content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 20px;
}
@media (max-width: 600px) { .content-grid { grid-template-columns: 1fr; } }

/* ── PET OF THE WEEK ── */
.pet-of-week {
  background: var(--navy);
  border-radius: 4px;
  padding: 20px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 24px;
  color: #fff;
  border-left: 4px solid var(--gold);
}
.pet-of-week-photo {
  width: 80px;
  height: 80px;
  min-width: 80px;
  background: rgba(255,255,255,.1);
  border: 2px solid var(--gold);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(13px + var(--font-boost));
  color: rgba(255,255,255,.5);
  text-align: center;
  padding: 4px;
  overflow: hidden;
}
.pet-of-week-label {
  font-size: calc(10px + var(--font-boost));
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 4px;
}
.pet-of-week-name {
  font-family: 'Playfair Display', serif;
  font-size: calc(19px + var(--font-boost));
  font-weight: 700;
  margin-bottom: 6px;
}
.pet-of-week-text { font-size: calc(14px + var(--font-boost)); color: rgba(255,255,255,.85); line-height: 1.5; }
.pet-of-week-photo img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 2px; }
.pet-of-week .pet-of-week-name a { color: #fff; text-decoration: none; }
.pet-of-week .pet-of-week-name a:hover { color: var(--gold-light); }
.pet-of-week .share-bar { margin-top: 12px; }
.pet-of-week .share-btn { background: transparent; border-color: rgba(255,255,255,.35); color: rgba(255,255,255,.85); }
.pet-of-week .share-btn:hover { background: rgba(255,255,255,.1); border-color: #fff; color: #fff; }
.pet-of-week .share-label { color: rgba(255,255,255,.6); }

/* ── SPORTS ── */
.live-badge {
  background: var(--red);
  color: #fff;
  font-size: calc(10px + var(--font-boost));
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 2px;
  white-space: nowrap;
}
.cs-conference {
  font-size: calc(13px + var(--font-boost));
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink-light);
  margin-bottom: 18px;
}
.sports-banner {
  background: var(--navy);
  color: #fff;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  border-radius: 2px;
}
.sports-title {
  font-family: 'Playfair Display', serif;
  font-size: calc(21px + var(--font-boost));
  font-weight: 700;
  color: var(--gold-light);
}
.games-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 28px;
}
@media (max-width: 600px) { .games-grid { grid-template-columns: 1fr; } }

.game-card { border: 1.5px solid var(--navy); border-radius: 3px; overflow: hidden; }
.game-card--live { border-color: var(--red); }
.game-card--live .game-card-header { background: var(--red); }
.live-dot-badge { color: #fff; font-size: calc(10px + var(--font-boost)); font-weight: 700; letter-spacing: .08em; animation: live-pulse 1.4s ease-in-out infinite; }
.scoreboard-game--live .sb-sport { color: var(--red); }
.scoreboard-game--live .live-dot-badge { color: var(--red); }
@keyframes live-pulse { 0%, 100% { opacity: 1; } 50% { opacity: .4; } }
.game-card-header {
  background: var(--navy);
  color: var(--gold-light);
  font-size: calc(11px + var(--font-boost));
  font-weight: 500;
  letter-spacing: .15em;
  text-transform: uppercase;
  padding: 6px 12px;
  display: flex;
  justify-content: space-between;
}
.game-card-body { padding: 14px; }
.game-card-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 12px; gap: 8px; }

/* ── Single Game Scoreboard ── */
.game-single-scoreboard { display: flex; align-items: center; justify-content: space-between; background: var(--navy); color: #fff; border-radius: 4px; padding: 24px 32px; margin: 20px 0 28px; gap: 16px; }
.game-single-scoreboard--live { background: var(--red); }
.game-single-team { flex: 1; text-align: center; }
.game-single-team-name { font-size: calc(15px + var(--font-boost)); font-weight: 700; font-family: 'Playfair Display', serif; line-height: 1.3; margin-bottom: 8px; }
.game-single-score { font-size: calc(48px + var(--font-boost)); font-weight: 700; line-height: 1; color: var(--gold-light, #c9a84c); }
.game-single-center { text-align: center; flex: 0 0 auto; }
.game-single-status { font-size: calc(13px + var(--font-boost)); font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.75); margin-top: 8px; }
@media (max-width: 600px) { .game-single-scoreboard { padding: 16px; } .game-single-score { font-size: calc(36px + var(--font-boost)); } }
.game-matchup {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 10px;
}
.team-name {
  font-family: 'Playfair Display', serif;
  font-size: calc(16px + var(--font-boost));
  font-weight: 600;
  color: var(--navy);
}
.vs-badge {
  font-size: calc(12px + var(--font-boost));
  font-weight: 700;
  color: var(--ink-light);
  padding: 2px 8px;
  border: 1px solid var(--border);
  border-radius: 2px;
}
.game-meta { font-size: calc(15px + var(--font-boost)); color: var(--ink-light); line-height: 1.5; }
.game-preview {
  font-family: 'Source Serif 4', serif;
  font-size: calc(14px + var(--font-boost));
  color: var(--ink-mid);
  margin-top: 8px;
  border-top: 1px solid var(--border);
  padding-top: 8px;
  line-height: 1.5;
}

/* ── SCOREBOARD ── */
.scoreboard-wrap {
  background: var(--navy);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 28px;
}
.scoreboard-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  background: var(--red);
}
.scoreboard-header-left { display: flex; align-items: center; gap: 10px; }
.live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  animation: pulse 1.4s infinite;
}
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:.3} }
.live-label { font-size: calc(11px + var(--font-boost)); font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: #fff; }
.scoreboard-view-all { font-size: calc(12px + var(--font-boost)); color: rgba(255,255,255,.8); cursor: pointer; background: none; border: none; }
.scoreboard-games { display: flex; flex-wrap: wrap; }
.scoreboard-game {
  flex: 1;
  min-width: 260px;
  padding: 16px 20px;
  border-right: 1px solid rgba(255,255,255,.1);
}
.scoreboard-game:last-child { border-right: none; }
.sb-sport { font-size: calc(10px + var(--font-boost)); letter-spacing: .18em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 10px; }
.sb-matchup { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
.sb-team { flex: 1; }
.sb-team-name { font-family: 'Playfair Display', serif; font-size: calc(15px + var(--font-boost)); font-weight: 600; color: #fff; line-height: 1.2; }
.sb-score {
  font-family: 'Playfair Display', serif;
  font-size: calc(29px + var(--font-boost));
  font-weight: 700;
  color: #fff;
  min-width: 36px;
  text-align: center;
  line-height: 1;
}
.sb-score.leading { color: var(--gold-light); }
.sb-divider { font-size: calc(15px + var(--font-boost)); color: rgba(255,255,255,.3); }
.sb-status { font-size: calc(12px + var(--font-boost)); color: rgba(255,255,255,.6); }

/* ── COLLEGE STANDINGS ── */
.college-tab-strip {
  display: flex;
  gap: 0;
  margin-bottom: 20px;
  border-bottom: 2px solid var(--navy);
  flex-wrap: wrap;
}
.college-tab {
  font-size: calc(13px + var(--font-boost));
  font-weight: 500;
  padding: 8px 16px;
  border: none;
  background: none;
  cursor: pointer;
  color: var(--ink-light);
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  letter-spacing: .04em;
}
.college-tab:hover { color: var(--navy); }
.college-tab.active { color: var(--navy); border-bottom-color: var(--red); }
.college-panel { display: none; }
.college-panel.active { display: block; }
.college-standings {
  width: 100%;
  border-collapse: collapse;
  font-size: calc(14px + var(--font-boost));
  margin-bottom: 20px;
}
.college-standings th {
  background: var(--navy);
  color: var(--gold-light);
  padding: 8px 10px;
  text-align: left;
  font-size: calc(11px + var(--font-boost));
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 500;
}
.college-standings td { padding: 9px 10px; border-bottom: 1px solid var(--border); color: var(--ink-mid); }
.college-standings tr:hover td { }
.college-standings .school { font-weight: 500; color: var(--navy); font-family: 'Playfair Display', serif; }
.college-standings .win { color: #2d6a4f; font-weight: 600; }

/* ── EVENTS CALENDAR ── */
.event-item {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
}
.event-date {
  text-align: center;
  background: var(--navy);
  color: #fff;
  border-radius: 3px;
  padding: 6px 4px;
  font-size: calc(12px + var(--font-boost));
  line-height: 1.2;
}
.event-date .day {
  font-size: calc(21px + var(--font-boost));
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  display: block;
}
.event-title { font-family: 'Playfair Display', serif; font-size: calc(16px + var(--font-boost)); color: var(--navy); margin-bottom: 3px; }
.event-info { font-size: calc(13px + var(--font-boost)); color: var(--ink-light); }

/* ── REAL ESTATE ── */
.listing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 28px;
}
@media (max-width: 600px) { .listing-grid { grid-template-columns: 1fr; } }

.listing-card { border: 1px solid var(--border); border-radius: 3px; overflow: hidden; }
.listing-img {
  width: 100%;
  height: 140px;
  background: var(--section-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(13px + var(--font-boost));
  color: var(--ink-light);
  overflow: hidden;
}
.listing-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.listing-info { padding: 12px; }
.listing-price { font-family: 'Playfair Display', serif; font-size: calc(19px + var(--font-boost)); font-weight: 700; color: var(--red); }
.listing-addr { font-size: calc(14px + var(--font-boost)); color: var(--navy); font-weight: 500; margin: 2px 0; }
.listing-detail { font-size: calc(13px + var(--font-boost)); color: var(--ink-light); }

/* ── SHARE BAR ── */
.share-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  flex-wrap: wrap;
}
.share-label {
  font-size: calc(11px + var(--font-boost));
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink-light);
  margin-right: 2px;
}
.share-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 11px;
  border-radius: 3px;
  font-family: 'DM Sans', sans-serif;
  font-size: calc(12px + var(--font-boost));
  font-weight: 500;
  letter-spacing: .05em;
  cursor: pointer;
  border: 1.5px solid var(--border);
  background: #fff;
  color: var(--ink-mid);
  text-decoration: none;
  transition: background .15s, border-color .15s;
  white-space: nowrap;
}
.share-btn:hover { background: var(--section-bg); border-color: var(--navy); color: var(--navy); }
.share-toast {
  position: fixed;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: var(--navy);
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: calc(14px + var(--font-boost));
  font-weight: 500;
  opacity: 0;
  transition: opacity .25s, transform .25s;
  pointer-events: none;
  z-index: 9999;
  white-space: nowrap;
}
.share-toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ── FORMS ── */
.form-group { margin-bottom: 16px; }
.form-group label {
  display: block;
  font-size: calc(13px + var(--font-boost));
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--ink-mid);
  margin-bottom: 6px;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1.5px solid var(--border);
  border-radius: 3px;
  font-family: 'DM Sans', sans-serif;
  font-size: calc(15px + var(--font-boost));
  color: var(--ink);
  background: #fafafa;
  outline: none;
  transition: border-color .2s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--navy); background: #fff; }
.form-group textarea { min-height: 160px; line-height: 1.6; resize: vertical; }
.form-success { margin-top: 14px; padding: 12px 16px; background: #d4edda; border: 1px solid #c3e6cb; color: #155724; border-radius: 4px; font-size: calc(15px + var(--font-boost)); line-height: 1.5; }
.form-error   { margin-top: 14px; padding: 12px 16px; background: #f8d7da; border: 1px solid #f5c6cb; color: #721c24; border-radius: 4px; font-size: calc(15px + var(--font-boost)); line-height: 1.5; }
.success-msg {
  display: none;
  background: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
  padding: 10px 14px;
  border-radius: 3px;
  font-size: calc(14px + var(--font-boost));
  margin-top: 12px;
}

/* ── BUTTONS ── */
.btn-primary {
  background: var(--navy);
  color: #fff;
  border: none;
  padding: 12px 28px;
  font-family: 'DM Sans', sans-serif;
  font-size: calc(15px + var(--font-boost));
  font-weight: 500;
  border-radius: 3px;
  cursor: pointer;
  transition: background .2s;
}
.btn-primary:hover { background: var(--red); }
.btn-outline {
  background: transparent;
  color: var(--navy);
  border: 1.5px solid var(--navy);
  padding: 10px 20px;
  font-family: 'DM Sans', sans-serif;
  font-size: calc(14px + var(--font-boost));
  font-weight: 500;
  border-radius: 3px;
  cursor: pointer;
  transition: background .2s;
}
.btn-outline:hover { }
.btn-gold {
  background: var(--gold);
  color: var(--navy);
  border: none;
  padding: 10px 22px;
  font-family: 'DM Sans', sans-serif;
  font-size: calc(14px + var(--font-boost));
  font-weight: 700;
  border-radius: 3px;
  cursor: pointer;
  transition: background .2s;
  letter-spacing: .04em;
}
.btn-gold:hover { background: var(--gold-light); }

/* ── MODALS ── */
/* reCAPTCHA — hide floating badge, show inline notice instead */
.grecaptcha-badge { visibility: hidden !important; }
.recaptcha-notice {
  font-size: 11px;
  color: var(--ink-light);
  margin: 8px 0 14px;
  line-height: 1.5;
}
.recaptcha-notice a { color: var(--ink-light); text-decoration: underline; }
.recaptcha-notice a:hover { color: var(--navy); }

.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.6);
  z-index: 1000;
  align-items: flex-start;
  justify-content: center;
  overflow-y: auto;
  padding: 40px 20px;
}
.modal-overlay.open { display: flex; }
.modal-box {
  background: #fff;
  width: 100%;
  max-width: 680px;
  border-radius: 4px;
  padding: 32px;
  position: relative;
  margin: auto;
}
.modal-box h2 {
  font-family: 'Playfair Display', serif;
  font-size: calc(27px + var(--font-boost));
  color: var(--navy);
  margin-bottom: 6px;
}
.modal-box p { font-size: calc(15px + var(--font-boost)); color: var(--ink-light); margin-bottom: 20px; }
.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  font-size: calc(23px + var(--font-boost));
  cursor: pointer;
  color: var(--ink-light);
}

/* ── SIDEBAR ── */
.sidebar-widget { margin-bottom: 28px; }
.sidebar-widget-title {
  font-family: 'DM Sans', sans-serif;
  font-size: calc(11px + var(--font-boost));
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #fff;
  background: var(--navy);
  padding: 7px 12px;
  margin-bottom: 12px;
}
.brief-item { padding: 10px 0; border-bottom: 1px solid var(--border); font-size: calc(14px + var(--font-boost)); }
.brief-item strong {
  font-family: 'Playfair Display', serif;
  font-size: calc(15px + var(--font-boost));
  color: var(--navy);
  display: block;
  margin-bottom: 2px;
}
.brief-item a { color: var(--ink); font-weight: 700; text-decoration: none; font-family: 'Playfair Display', serif; font-size: calc(15px + var(--font-boost)); display: block; margin-bottom: 2px; }
.brief-item a:hover { color: var(--red); }

/* ── PAGINATION ── */
.pagination { margin: 24px 0; }
.pagination .nav-links { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1.5px solid var(--border);
  border-radius: 3px;
  font-size: calc(14px + var(--font-boost));
  font-weight: 500;
  color: var(--navy);
  text-decoration: none;
  transition: background .15s;
}
.pagination .page-numbers:hover,
.pagination .page-numbers.current { background: var(--navy); color: #fff; border-color: var(--navy); }

/* ── FOOTER ── */
footer {
  background: var(--navy);
  color: rgba(255,255,255,.65);
  padding: 48px 20px 24px;
  margin-top: 48px;
}
.footer-inner { max-width: 1440px; margin: 0 auto; padding: 0 12px; }
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
@media (max-width: 640px) { .footer-top { grid-template-columns: 1fr; } }

.footer-brand {
  font-family: 'Playfair Display', serif;
  font-size: calc(33px + var(--font-boost));
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.footer-brand a { color: #fff; text-decoration: none; }
.footer-brand span { color: var(--red); }
.footer-tagline {
  font-size: calc(14px + var(--font-boost));
  color: rgba(255,255,255,.55);
  margin-top: 10px;
  line-height: 1.6;
  max-width: 280px;
}
footer h4 {
  color: var(--gold-light);
  font-size: calc(12px + var(--font-boost));
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-weight: 500;
}
footer ul { list-style: none; }
footer ul li { margin-bottom: 8px; }
footer a { color: rgba(255,255,255,.6); text-decoration: none; font-size: calc(14px + var(--font-boost)); transition: color .2s; }
footer a:hover { color: var(--gold-light); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 20px;
  font-size: calc(13px + var(--font-boost));
  color: rgba(255,255,255,.35);
}

/* ── WP IMAGE ALIGNMENT ── */
.alignleft  { float: left; margin: 0 1.5em 1em 0; }
.alignright { float: right; margin: 0 0 1em 1.5em; }
.aligncenter { display: block; margin: 0 auto 1em; }
.wp-post-image { max-width: 100%; height: auto; }

/* ── RESPONSIVE ── */
@media (max-width: 480px) {
  .topbar span { margin: 0 6px; font-size: calc(12px + var(--font-boost)); }
  .modal-box { padding: 20px; }
  .footer-bottom { flex-direction: column; }
}

/* ── NAV HAMBURGER + INNER ── */
.nav-inner { display: flex; align-items: center; justify-content: space-between; }
.nav-hamburger { display: none; flex-direction: column; justify-content: center; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; z-index: 10; position: relative; }
.nav-hamburger span { display: block; width: 24px; height: 2px; background: #fff; border-radius: 2px; transition: transform .25s ease, opacity .25s ease; }

/* Hamburger → X */
.nav-hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.active span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 768px) {
  /* No sticky on mobile — nav stays in normal document flow */
  .site-nav { position: static; }

  .nav-inner { flex-direction: column; align-items: stretch; padding: 4px 0; }

  .nav-hamburger {
    display: flex;
    align-self: flex-end;
    margin: 4px 0;
  }

  /* Menu hidden by default, expands in normal flow when open */
  .site-nav .nav-menu,
  .site-nav ul {
    display: none;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    padding: 4px 0 8px;
    border-top: 1px solid rgba(255,255,255,.12);
  }
  .nav-inner.open .nav-menu,
  .nav-inner.open > ul { display: flex; }
  .nav-menu li { width: 100%; }
  .nav-menu li a { padding: 12px 8px; border-bottom: 1px solid rgba(255,255,255,.07); font-size: calc(15px + var(--font-boost)); }
  .nav-menu li:last-child a { border-bottom: none; }
}

/* ── ARTICLE GRID + CARDS ── */
.article-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
  margin-bottom: 32px;
}
.article-grid--3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 700px) { .article-grid--3 { grid-template-columns: 1fr; } }

.article-card-img-link { display: block; }
.article-card-img { width: 100%; height: auto; display: block; border-radius: 2px; margin-bottom: 10px; }
.article-card-body { padding: 4px 0; }
.article-card-title { font-family: 'Playfair Display', serif; font-size: calc(18px + var(--font-boost)); font-weight: 600; color: var(--navy); line-height: 1.3; margin-bottom: 6px; }
.article-card-title a { color: inherit; text-decoration: none; }
.article-card-title a:hover { color: var(--red); }
.article-card-excerpt { font-size: calc(15px + var(--font-boost)); color: var(--ink-mid); line-height: 1.55; margin-bottom: 8px; font-family: 'Source Serif 4', serif; }
.article-card-meta { font-size: calc(12px + var(--font-boost)); color: var(--ink-light); }

/* ── WIDGET TITLE ── */
.widget-title { font-family: 'DM Sans', sans-serif; font-size: calc(11px + var(--font-boost)); font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: #fff; background: var(--navy); padding: 7px 12px; margin-bottom: 12px; }
.brief-date { color: var(--ink-light); font-size: calc(12px + var(--font-boost)); }

/* ── HOME FEATURED GRID ── */
.home-featured { margin-bottom: 36px; }
.featured-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
@media (max-width: 700px) { .featured-grid { grid-template-columns: 1fr; } }
.featured-lead .featured-img { width: 100%; height: auto; display: block; border-radius: 2px; margin-bottom: 12px; }
.featured-body { padding: 4px 0; }
.featured-title { font-family: 'Playfair Display', serif; font-size: calc(23px + var(--font-boost)); font-weight: 700; color: var(--navy); line-height: 1.25; margin-bottom: 8px; }
.featured-title a { color: inherit; text-decoration: none; }
.featured-title a:hover { color: var(--red); }
.featured-excerpt { font-family: 'Source Serif 4', serif; font-size: calc(16px + var(--font-boost)); color: var(--ink-mid); line-height: 1.6; margin-bottom: 10px; }
.featured-stack { display: flex; flex-direction: column; gap: 16px; }
.featured-secondary { display: grid; grid-template-columns: 100px 1fr; gap: 12px; align-items: start; }
.featured-secondary .secondary-img { width: 100%; height: auto; display: block; border-radius: 2px; }
.secondary-body { padding: 2px 0; }
.secondary-title { font-family: 'Playfair Display', serif; font-size: calc(15px + var(--font-boost)); font-weight: 600; color: var(--navy); line-height: 1.3; }
.secondary-title a { color: inherit; text-decoration: none; }
.secondary-title a:hover { color: var(--red); }
.secondary-excerpt { font-size: calc(13px + var(--font-boost)); color: var(--ink-mid); line-height: 1.5; margin: 5px 0 4px; font-family: 'Source Serif 4', serif; }

/* ── SECTION HEADING + ROW ── */
.section-heading { font-family: 'Playfair Display', serif; font-size: calc(21px + var(--font-boost)); font-weight: 700; color: var(--navy); border-bottom: 2px solid var(--navy); padding-bottom: 8px; margin-bottom: 20px; }
.section-header-row { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 8px; }
.section-more { font-size: calc(13px + var(--font-boost)); color: var(--red); text-decoration: none; }
.section-more:hover { text-decoration: underline; }
.section-title { font-family: 'Playfair Display', serif; font-size: calc(19px + var(--font-boost)); font-weight: 700; color: var(--gold-light); }

/* ── HOME SCOREBOARD CARDS ── */
.home-scoreboard { margin-bottom: 36px; }
a.scoreboard-game { display: block; text-decoration: none; color: #fff; transition: background .15s; }
a.scoreboard-game:hover { background: rgba(255,255,255,.06); }
.scoreboard-game .vs-badge { color: rgba(255,255,255,.45); border-color: rgba(255,255,255,.2); }
.sb-meta { font-size: calc(13px + var(--font-boost)); color: rgba(255,255,255,.55); line-height: 1.5; margin-top: 6px; }
/* ── RHODE ISLAND TRIVIA ── */
.trivia-section { margin-bottom: 36px; border: 2px solid var(--navy); border-radius: 4px; overflow: hidden; }

/* Challenge banner (shown when arriving via shared link) */
.trivia-challenge-banner { display: flex; align-items: center; gap: 10px; background: var(--gold); color: var(--navy); padding: 10px 24px; font-size: calc(14px + var(--font-boost)); font-weight: 700; }
.trivia-challenge-icon { font-size: calc(18px + var(--font-boost)); flex-shrink: 0; }

/* Masthead bar */
.trivia-masthead { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; background: var(--navy); padding: 16px 24px; }
.trivia-masthead-left { display: flex; flex-direction: column; gap: 2px; }
.trivia-eyebrow { font-size: calc(11px + var(--font-boost)); font-weight: 600; color: var(--gold); text-transform: uppercase; letter-spacing: .1em; }
.trivia-heading { font-family: 'Playfair Display', serif; font-size: calc(22px + var(--font-boost)); font-weight: 700; color: #fff; margin: 0; line-height: 1.2; }

/* Masthead right: name + score */
.trivia-masthead-right { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.trivia-name-wrap { display: flex; flex-direction: column; gap: 4px; }
.trivia-name-label { font-size: calc(11px + var(--font-boost)); color: rgba(255,255,255,.65); font-weight: 600; letter-spacing: .04em; }
.trivia-name-optional { font-weight: 400; color: rgba(255,255,255,.4); }
.trivia-name-input { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.25); border-radius: 4px; color: #fff; font-size: calc(13px + var(--font-boost)); padding: 7px 12px; width: 200px; font-family: inherit; transition: border-color .15s, background .15s; }
.trivia-name-input::placeholder { color: rgba(255,255,255,.35); }
.trivia-name-input:focus { outline: none; border-color: var(--gold); background: rgba(255,255,255,.15); }

/* Score pill */
.trivia-score-pill { display: flex; align-items: baseline; gap: 4px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25); border-radius: 40px; padding: 6px 18px; }
.trivia-score-num { font-family: 'Playfair Display', serif; font-size: calc(26px + var(--font-boost)); font-weight: 700; color: var(--gold); line-height: 1; }
.trivia-score-sep { font-size: calc(16px + var(--font-boost)); color: rgba(255,255,255,.5); margin: 0 2px; }
.trivia-score-den { font-family: 'Playfair Display', serif; font-size: calc(20px + var(--font-boost)); font-weight: 700; color: #fff; line-height: 1; }
.trivia-score-label { font-size: calc(11px + var(--font-boost)); color: rgba(255,255,255,.6); text-transform: uppercase; letter-spacing: .06em; margin-left: 6px; }

/* Deck of cards */
.trivia-deck { background: #fafaf8; padding: 20px 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

/* Individual card */
.trivia-card { background: #fff; border: 1px solid var(--border); border-radius: 4px; overflow: hidden; }
.trivia-card-head { background: var(--navy); padding: 8px 18px; }
.trivia-q-label { font-size: calc(11px + var(--font-boost)); font-weight: 700; color: var(--gold); text-transform: uppercase; letter-spacing: .09em; }
.trivia-q-text { font-family: 'Playfair Display', serif; font-size: calc(17px + var(--font-boost)); font-weight: 700; color: var(--navy); line-height: 1.45; margin: 0; padding: 16px 18px 14px; border-bottom: 1px solid var(--border); }

/* Choice buttons */
.trivia-choices { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.trivia-btn { display: flex; align-items: center; gap: 14px; width: 100%; padding: 14px 18px; background: #fff; border: 0; border-top: 1px solid var(--border); border-right: 1px solid var(--border); font-size: calc(14px + var(--font-boost)); color: var(--ink); cursor: pointer; text-align: left; transition: background .15s; line-height: 1.4; font-family: inherit; }
.trivia-btn:nth-child(even) { border-right: 0; }
.trivia-btn:hover:not(:disabled) { background: #f4f2ed; }
.trivia-btn:disabled { cursor: default; }

/* Letter circle */
.trivia-btn-letter { flex-shrink: 0; width: 30px; height: 30px; border-radius: 50%; border: 2px solid var(--navy); background: #fff; color: var(--navy); font-size: calc(13px + var(--font-boost)); font-weight: 700; display: flex; align-items: center; justify-content: center; transition: background .15s, color .15s, border-color .15s; }
.trivia-btn-text { flex: 1; }

/* Correct / wrong states */
.trivia-btn--correct { background: #edf8f1 !important; }
.trivia-btn--correct .trivia-btn-letter { background: #1a7f3c; border-color: #1a7f3c; color: #fff; }
.trivia-btn--correct .trivia-btn-text { color: #1a7f3c; font-weight: 600; }
.trivia-btn--wrong { background: #fdf2f1 !important; }
.trivia-btn--wrong .trivia-btn-letter { background: #c0392b; border-color: #c0392b; color: #fff; }
.trivia-btn--wrong .trivia-btn-text { color: #c0392b; }

/* Feedback bar */
.trivia-feedback { display: flex; align-items: flex-start; gap: 10px; padding: 12px 18px; font-size: calc(13px + var(--font-boost)); line-height: 1.5; border-top: 1px solid var(--border); }
.trivia-feedback--correct { background: #edf8f1; color: #1a5c2e; }
.trivia-feedback--wrong   { background: #fdf2f1; color: #8b2015; }
.trivia-fb-icon { flex-shrink: 0; font-size: calc(16px + var(--font-boost)); font-weight: 700; line-height: 1.4; }
.trivia-feedback--correct .trivia-fb-icon { color: #1a7f3c; }
.trivia-feedback--wrong   .trivia-fb-icon { color: #c0392b; }

/* Footer */
.trivia-footer { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; padding: 14px 24px; background: #f4f2ed; border-top: 1px solid var(--border); }
.trivia-privacy { font-size: calc(11px + var(--font-boost)); color: var(--ink-light); margin: 0; }
.trivia-share-btn { display: inline-flex; align-items: center; gap: 6px; font-size: calc(13px + var(--font-boost)); font-weight: 700; color: var(--navy); background: var(--gold); border: none; border-radius: 3px; padding: 9px 18px; cursor: pointer; transition: background .15s, color .15s; letter-spacing: .02em; font-family: inherit; }
.trivia-share-btn:hover { background: var(--navy); color: var(--gold); }

@media (max-width: 700px) {
    .trivia-deck { grid-template-columns: 1fr; padding: 16px; gap: 14px; }
    .trivia-masthead { padding: 14px 16px; }
    .trivia-choices { grid-template-columns: 1fr; }
    .trivia-btn { border-right: 0; }
    .trivia-btn:nth-child(even) { border-right: 0; }
    .trivia-footer { padding: 12px 16px; }
}

.home-recent { margin-bottom: 36px; }
.home-recent-list .news-article { border-left: 3px solid var(--gold); border-bottom: none; padding: 0 0 0 16px; margin: 18px 0; }
.scoreboard-row { display: flex; gap: 12px; flex-wrap: wrap; }
.score-card { display: flex; flex-direction: column; align-items: center; gap: 4px; background: var(--navy); color: #fff; border-radius: 4px; padding: 14px 18px; min-width: 140px; text-decoration: none; transition: background .2s; }
.score-card:hover { background: var(--red); }
.score-team { font-size: calc(13px + var(--font-boost)); font-weight: 600; text-align: center; color: rgba(255,255,255,.85); }
.score-num { font-family: 'Playfair Display', serif; font-size: calc(27px + var(--font-boost)); font-weight: 700; color: var(--gold-light); line-height: 1; }
.score-vs { font-size: calc(11px + var(--font-boost)); color: rgba(255,255,255,.5); text-transform: uppercase; letter-spacing: .1em; }
.score-date { font-size: calc(11px + var(--font-boost)); color: rgba(255,255,255,.5); margin-top: 4px; }
.score-sport { font-size: calc(10px + var(--font-boost)); letter-spacing: .18em; text-transform: uppercase; color: var(--gold-light); }

/* ── COLLEGE STANDINGS TOGGLE BUTTON ── */
.standings-toggle-btn {
  background: var(--navy);
  color: var(--gold-light);
  border: none;
  padding: 10px 20px;
  font-family: 'DM Sans', sans-serif;
  font-size: calc(13px + var(--font-boost));
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 3px;
  cursor: pointer;
  transition: background .2s;
  white-space: nowrap;
}
.standings-toggle-btn:hover { background: var(--red); }
.standings-toggle-btn.active { background: var(--red); }

/* ── SCHEDULE ITEMS (sports standings) ── */
.schedule-item {
  display: grid;
  grid-template-columns: 70px 1fr auto;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  align-items: center;
}
.schedule-date {
  font-size: calc(12px + var(--font-boost));
  font-weight: 600;
  color: #fff;
  text-align: center;
  background: var(--navy);
  padding: 5px 6px;
  border-radius: 3px;
  line-height: 1.3;
}
.schedule-teams { font-size: calc(14px + var(--font-boost)); color: var(--ink); }
.schedule-teams strong { color: var(--navy); }
.schedule-time { font-size: calc(12px + var(--font-boost)); color: var(--ink-light); text-align: right; white-space: nowrap; }

/* ── SCOREBOARD + STANDINGS SECTION WRAPPERS ── */
.scoreboard-section { margin-bottom: 36px; }
.standings-section { margin-bottom: 36px; }
.sports-news { margin-bottom: 36px; }

/* ── EVENTS LIST (calendar page) ── */
.events-section { margin-bottom: 36px; }
.events-list { }
.event-item { display: grid; grid-template-columns: 60px 1fr; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--border); align-items: start; }
.event-date-badge { background: var(--navy); color: #fff; border-radius: 3px; padding: 8px 6px; text-align: center; line-height: 1.1; }
.event-month { font-size: calc(10px + var(--font-boost)); letter-spacing: .12em; text-transform: uppercase; color: var(--gold-light); display: block; }
.event-day { font-family: 'Playfair Display', serif; font-size: calc(23px + var(--font-boost)); font-weight: 700; display: block; }
.event-body { }
.event-title a { font-family: 'Playfair Display', serif; font-size: calc(17px + var(--font-boost)); color: var(--navy); text-decoration: none; font-weight: 600; }
.event-title a:hover { color: var(--red); }
.event-meta { font-size: calc(13px + var(--font-boost)); color: var(--ink-light); margin: 4px 0; }
.event-desc { font-size: calc(14px + var(--font-boost)); color: var(--ink-mid); margin-top: 4px; }
.event-submit-cta { background: var(--section-bg); border: 1px solid var(--border); border-radius: 4px; padding: 28px 32px; text-align: center; margin-top: 32px; }
.event-submit-cta h3 { font-family: 'Playfair Display', serif; font-size: calc(21px + var(--font-boost)); color: var(--navy); margin-bottom: 8px; }
.event-submit-cta p { margin-bottom: 20px; }
.event-submit-cta .btn-primary { display: inline-block; text-decoration: none; }

/* ── LISTING GRID (real estate page) ── */
.listings-section { margin-bottom: 36px; }
.listings-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
@media (max-width: 640px) { .listings-grid { grid-template-columns: 1fr; } }
.listing-card { border: 1px solid var(--border); border-radius: 4px; overflow: hidden; }
.listing-img-link { display: block; }
.listing-img-link img { width: 100%; height: 210px; object-fit: cover; display: block; }
.listing-img-placeholder { width: 100%; height: 210px; background: var(--section-bg); display: flex; align-items: center; justify-content: center; color: var(--ink-light); font-size: calc(14px + var(--font-boost)); }
.listing-body { padding: 16px; }
.listing-price { font-size: calc(21px + var(--font-boost)); font-weight: 700; color: var(--red); margin-bottom: 6px; }
.listing-address { font-size: calc(16px + var(--font-boost)); font-weight: 600; color: var(--ink-dark); margin-bottom: 4px; }
.listing-address a { color: var(--ink-dark); text-decoration: none; }
.listing-address a:hover { color: var(--red); }
.listing-card-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 12px; gap: 8px; }
.listing-specs { font-size: calc(14px + var(--font-boost)); color: var(--ink-light); margin-bottom: 0; }
.listing-divider { border: none; border-top: 1px solid var(--border); margin: 12px 0; }
.listing-contact { font-size: calc(14px + var(--font-boost)); color: var(--ink-mid); margin-bottom: 12px; line-height: 1.5; }
.listing-contact strong { color: var(--ink-dark); }
.listing-phone { color: var(--red); font-weight: 600; text-decoration: none; }
.listing-phone:hover { text-decoration: underline; }
.realestate-news { margin-bottom: 36px; }

/* ── SPONSOR BOX ── */
.sponsor-box { background: var(--navy); color: #fff; border-radius: 4px; padding: 24px 28px; margin-bottom: 28px; display: flex; flex-direction: column; gap: 6px; border-left: 4px solid var(--gold); }
.sponsor-badge { font-size: calc(10px + var(--font-boost)); letter-spacing: .2em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 4px; }
.sponsor-name { font-family: 'Playfair Display', serif; font-size: calc(23px + var(--font-boost)); font-weight: 700; }
.sponsor-title { font-size: calc(15px + var(--font-boost)); color: rgba(255,255,255,.75); }
.sponsor-contact { display: flex; flex-wrap: wrap; gap: 12px; font-size: calc(14px + var(--font-boost)); }
.sponsor-contact a { color: var(--gold-light); text-decoration: none; }
.sponsor-nmls { font-size: calc(12px + var(--font-boost)); color: rgba(255,255,255,.45); margin-top: 4px; }

/* ── PET PAGE ── */
.pet-of-week { margin-bottom: 36px; }
.pet-featured-card {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background: var(--navy);
  border-radius: 4px;
  padding: 20px;
  border-left: 4px solid var(--gold);
  color: #fff;
}
@media (max-width: 500px) { .pet-featured-card { flex-direction: column; } }
.pet-featured-img-link { flex-shrink: 0; display: block; width: 90px; }
.pet-featured-img { width: 90px; height: 90px; object-fit: cover; border-radius: 3px; border: 2px solid var(--gold); display: block; }
.pet-featured-body { flex: 1; min-width: 0; }
.pet-of-week-label { font-size: calc(10px + var(--font-boost)); font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-light); display: block; margin-bottom: 6px; }
.pet-featured-name { font-family: 'Playfair Display', serif; font-size: calc(21px + var(--font-boost)); font-weight: 700; margin-bottom: 6px; line-height: 1.2; }
.pet-featured-name a { color: #fff; text-decoration: none; }
.pet-featured-name a:hover { color: var(--gold-light); }
.pet-meta { font-size: calc(14px + var(--font-boost)); color: rgba(255,255,255,.75); margin-bottom: 4px; }
.pet-bio { font-size: calc(15px + var(--font-boost)); color: rgba(255,255,255,.85); line-height: 1.6; margin-top: 8px; font-family: 'Source Serif 4', serif; }
.pet-featured-card .share-bar { margin-top: 14px; }
.pet-featured-card .share-btn { background: transparent; border-color: rgba(255,255,255,.35); color: rgba(255,255,255,.85); }
.pet-featured-card .share-btn:hover { background: rgba(255,255,255,.1); border-color: #fff; color: #fff; }
.pets-grid-section { margin-bottom: 36px; }
.pets-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 14px; }
.pet-card { display: block; text-decoration: none; text-align: center; }
.pet-card-img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 4px; display: block; border: 2px solid var(--border); }
.pet-card-name { font-size: calc(14px + var(--font-boost)); font-weight: 600; color: var(--navy); margin-top: 6px; }
.pet-card:hover .pet-card-name { color: var(--red); }
.pet-news { margin-bottom: 36px; }
.pet-submit-cta { margin-bottom: 36px; }
.cta-box { background: var(--section-bg); border: 1px solid var(--border); border-radius: 4px; padding: 32px; text-align: center; }
.cta-box h3 { font-family: 'Playfair Display', serif; font-size: calc(23px + var(--font-boost)); color: var(--navy); margin-bottom: 10px; }
.cta-box p { color: var(--ink-mid); margin-bottom: 18px; }

/* ── FOOD PAGE ── */
.food-spotlight { display: flex; gap: 24px; align-items: flex-start; margin-bottom: 32px; padding: 20px; border: 1px solid var(--border); border-radius: 4px; }
@media (max-width: 700px) { .food-spotlight { flex-direction: column; } }
.food-spotlight-img-wrap { flex-shrink: 0; width: 260px; }
@media (max-width: 700px) { .food-spotlight-img-wrap { width: 100%; } }
.food-spotlight-img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; border-radius: 3px; }
.food-spotlight-no-img { aspect-ratio: 4/3; background: #e8e8e8; display: flex; align-items: center; justify-content: center; color: var(--ink-light); font-size: calc(14px + var(--font-boost)); border-radius: 3px; }
.food-spotlight-body { flex: 1; min-width: 0; }
.food-spotlight-label { font-size: calc(10px + var(--font-boost)); font-weight: 600; letter-spacing: .15em; text-transform: uppercase; color: var(--red); margin-bottom: 8px; }
.food-spotlight-title { font-family: 'Playfair Display', serif; font-size: calc(23px + var(--font-boost)); font-weight: 700; color: var(--navy); line-height: 1.3; margin-bottom: 10px; }
.food-spotlight-title a { color: inherit; text-decoration: none; }
.food-spotlight-title a:hover { color: var(--red); }
.food-spotlight-excerpt { font-family: 'Source Serif 4', serif; font-size: calc(16px + var(--font-boost)); color: var(--ink-mid); line-height: 1.6; margin-bottom: 12px; }
.food-item-tags { font-size: calc(13px + var(--font-boost)); color: var(--ink-mid); margin-top: 10px; }
.food-card-no-img { width: 100%; aspect-ratio: 16/9; background: #e8e8e8; display: flex; align-items: center; justify-content: center; color: var(--ink-light); font-size: calc(13px + var(--font-boost)); }

/* ── SINGLE PET ── */
.pet-single-meta { font-size: calc(16px + var(--font-boost)); color: var(--ink-mid); margin-top: 8px; margin-bottom: 6px; }
.pet-single-shelter { font-size: calc(15px + var(--font-boost)); color: var(--ink-mid); margin-bottom: 12px; }
.pet-shelter-phone { color: var(--navy); font-weight: 600; text-decoration: none; }
.pet-shelter-phone:hover { color: var(--red); }

/* ── SINGLE LISTING ── */
.listing-single-price { font-family: 'Playfair Display', serif; font-size: calc(29px + var(--font-boost)); font-weight: 700; color: var(--navy); margin-top: 8px; }
.listing-single-address { font-size: calc(16px + var(--font-boost)); color: var(--ink-mid); margin-top: 4px; margin-bottom: 8px; }
.listing-single-contact { background: var(--section-bg); border: 1px solid var(--border); border-radius: 4px; padding: 20px; margin: 28px 0; }
.listing-contact-label { font-size: calc(11px + var(--font-boost)); font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--red); margin-bottom: 6px; }
.listing-contact-name { font-size: calc(18px + var(--font-boost)); font-weight: 700; color: var(--navy); margin-bottom: 2px; }
.listing-contact-company { font-size: calc(14px + var(--font-boost)); color: var(--ink-mid); margin-bottom: 12px; }
.listing-contact-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 12px; }
.news-list { list-style: none; }
.news-list-item { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--border); flex-wrap: wrap; }
.news-list-title { font-size: calc(16px + var(--font-boost)); color: var(--navy); text-decoration: none; font-weight: 500; flex: 1; }
.news-list-title:hover { color: var(--red); }
.news-list-date { font-size: calc(13px + var(--font-boost)); color: var(--ink-light); white-space: nowrap; }

/* ── SINGLE ARTICLE EXTRAS ── */
.single-header { margin-bottom: 16px; }
.img-caption { font-size: calc(13px + var(--font-boost)); color: var(--ink-light); padding: 6px 0; font-style: italic; }
.related-posts { margin-top: 36px; padding-top: 28px; border-top: 2px solid var(--border); }
.related-heading { font-family: 'Playfair Display', serif; font-size: calc(19px + var(--font-boost)); color: var(--navy); margin-bottom: 16px; }
.btn-secondary { display: inline-block; padding: 10px 22px; border: 1.5px solid var(--navy); border-radius: 3px; font-size: calc(14px + var(--font-boost)); font-weight: 500; color: var(--navy); text-decoration: none; transition: background .2s; cursor: pointer; background: transparent; font-family: 'DM Sans', sans-serif; }
.btn-secondary:hover { background: var(--navy); color: #fff; }

/* ── PAGE LAYOUT ── */
/* ── ABOUT PAGE ── */
.about-leaderboard { margin-bottom: 20px; }
.section-leaderboard { margin-bottom: 20px; }
.section-leaderboard .ad-slot { width: 100%; }
.section-leaderboard img { width: 100%; height: auto; display: block; }
/* Header leaderboard: cap at 728px */
.ad-leaderboard .section-leaderboard { max-width: 1000px; margin: 0 auto; }
.about-page-header { padding: 20px 0 16px; border-bottom: 2px solid var(--navy); margin-bottom: 20px; }
.about-page-header .about-title { margin: 0; }
.about-hero { line-height: 0; border-radius: 6px; overflow: hidden; margin-bottom: 0; }
.about-hero-img { width: 100%; height: auto; max-height: 480px; object-fit: cover; display: block; }
.about-hero--placeholder { border-radius: 6px; background: var(--section-bg); border: 2px dashed var(--border); line-height: 1; }
.about-hero-placeholder { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; padding: 60px 24px; color: var(--ink-light); text-align: center; }
.about-hero-placeholder svg { opacity: .45; }
.about-hero-placeholder p { font-weight: 600; font-size: calc(15px + var(--font-boost)); margin: 0; color: var(--ink-mid); }
.about-hero-placeholder span { font-size: calc(13px + var(--font-boost)); }
.about-body { padding: 32px 0 40px; }
.about-title { font-family: 'Playfair Display', serif; font-size: clamp(26px, 3.5vw, 40px); font-weight: 700; color: var(--navy); margin: 0 0 24px; line-height: 1.15; }
.about-content { font-size: calc(17px + var(--font-boost)); line-height: 1.75; color: var(--ink-mid); }
.about-contact-banner { background: var(--navy); padding: 48px 32px; text-align: center; border-radius: 6px; margin-bottom: 8px; }
.about-contact-heading { font-family: 'Playfair Display', serif; font-size: clamp(20px, 2.5vw, 28px); color: #fff; margin: 0 0 10px; }
.about-contact-desc { font-size: calc(15px + var(--font-boost)); color: rgba(255,255,255,.75); margin: 0 0 24px; line-height: 1.6; }
.about-contact-actions { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; }
.about-contact-email { color: var(--gold-light); text-decoration: none; font-size: calc(14px + var(--font-boost)); }
.about-contact-email:hover { text-decoration: underline; }

.page-title { font-family: 'Playfair Display', serif; font-size: clamp(24px, 4vw, 36px); font-weight: 700; color: var(--navy); margin-bottom: 16px; }
.page-header { margin-bottom: 24px; border-bottom: 2px solid var(--navy); padding-bottom: 12px; }
.page-subtitle { font-size: calc(17px + var(--font-boost)); color: var(--ink-mid); margin-top: 8px; }
.page-content, .page-article { padding: 8px 0 24px; }
.no-results { padding: 48px 0; text-align: center; }
.no-results h2 { font-family: 'Playfair Display', serif; font-size: calc(25px + var(--font-boost)); color: var(--navy); margin-bottom: 12px; }
.archive-header { margin-bottom: 28px; border-bottom: 2px solid var(--navy); padding-bottom: 12px; }
.archive-desc { font-size: calc(16px + var(--font-boost)); color: var(--ink-mid); margin-top: 8px; margin-bottom: 24px; }
.archive-page-title { font-family: 'Playfair Display', serif; font-size: calc(23px + var(--font-boost)); font-weight: 700; color: var(--navy); }
.news-tip-trigger { font-size: calc(13px + var(--font-boost)); color: var(--red); text-decoration: none; }
.news-tip-trigger:hover { text-decoration: underline; }

/* ── NEWS ARCHIVE LAYOUT ── */
.news-featured { margin-bottom: 28px; border-bottom: 1px solid var(--border); padding-bottom: 24px; }
.news-featured-img-link { display: block; margin-bottom: 14px; }
.news-featured-img { width: 100%; height: auto; display: block; border-radius: 2px; }
.news-featured-placeholder { width: 100%; aspect-ratio: 16/9; background: var(--section-bg); border: 1px solid var(--border); border-radius: 2px; display: flex; align-items: center; justify-content: center; color: var(--ink-light); font-size: calc(13px + var(--font-boost)); margin-bottom: 14px; }
.news-featured-title { font-family: 'Playfair Display', serif; font-size: calc(25px + var(--font-boost)); font-weight: 700; color: var(--navy); line-height: 1.3; margin: 8px 0; }
.news-featured-title a { color: inherit; text-decoration: none; }
.news-featured-title a:hover { color: var(--red); }
.news-featured-excerpt { font-size: calc(15px + var(--font-boost)); color: var(--ink-mid); line-height: 1.65; font-family: 'Source Serif 4', serif; margin: 8px 0; }
.news-article-kicker { font-size: calc(12px + var(--font-boost)); font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--red); margin-bottom: 5px; }
.news-article { border-bottom: 1px solid var(--border); padding: 18px 0; }
.news-article:last-of-type { border-bottom: none; }
.news-article.is-press-release { border-left: 3px solid var(--gold); padding-left: 16px; }
.news-article-title { font-family: 'Playfair Display', serif; font-size: calc(20px + var(--font-boost)); font-weight: 700; color: var(--navy); line-height: 1.3; margin-bottom: 5px; }
.news-article-title a { color: inherit; text-decoration: none; }
.news-article-title a:hover { color: var(--red); }
.news-article-excerpt { font-size: calc(15px + var(--font-boost)); color: var(--ink-mid); line-height: 1.65; font-family: 'Source Serif 4', serif; margin: 6px 0 8px; }
.navigation.pagination { margin: 28px 0 8px; }
.navigation.pagination .page-numbers { display: inline-block; padding: 6px 12px; border: 1px solid var(--border); color: var(--navy); text-decoration: none; font-size: calc(14px + var(--font-boost)); border-radius: 2px; margin: 2px; width: auto !important; white-space: nowrap; box-sizing: border-box; }
.navigation.pagination .page-numbers.current { background: var(--navy); color: #fff; border-color: var(--navy); }
.navigation.pagination .page-numbers:hover:not(.current) { border-color: var(--navy); }

/* ── ADVERTISE PAGE ── */
.advertise-page { padding-bottom: 48px; }

/* ── ADVERTISE PAGE ── */
.communities-box {
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 18px 20px;
  margin-bottom: 24px;
}
.communities-label {
  font-size: calc(11px + var(--font-boost));
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--ink-mid);
  margin-bottom: 12px;
}
.communities-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
@media (max-width: 600px) { .communities-grid { grid-template-columns: repeat(2, 1fr); } }
.community-chip {
  border: 1px solid var(--border);
  border-radius: 3px;
  padding: 7px 12px;
  font-size: calc(14px + var(--font-boost));
  color: var(--ink-mid);
  background: #fff;
  text-align: center;
  display: block;
}
.advertise-form-box {
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 24px;
  background: #fff;
  margin-bottom: 32px;
  box-sizing: border-box;
}
.advertise-form-box .form-group input,
.advertise-form-box .form-group select,
.advertise-form-box .form-group textarea {
  box-sizing: border-box;
}
.adv-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 600px) { .adv-form-row { grid-template-columns: 1fr; } }
.ad-options-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 20px; margin: 28px 0; }
.ad-option-card { background: #fff; border: 1.5px solid var(--border); border-radius: 4px; padding: 22px; }
.ad-option-card h3 { font-family: 'Playfair Display', serif; font-size: calc(19px + var(--font-boost)); color: var(--navy); margin-bottom: 12px; }
.ad-option-card ul { list-style: disc; padding-left: 20px; color: var(--ink-mid); font-size: calc(15px + var(--font-boost)); line-height: 1.8; }
.ad-note { font-size: calc(13px + var(--font-boost)); color: var(--ink-light); margin-top: 12px; font-style: italic; }
.ad-contact-section { background: var(--section-bg); border-radius: 4px; padding: 32px; margin-top: 36px; }
.ad-contact-section h2 { font-family: 'Playfair Display', serif; font-size: calc(23px + var(--font-boost)); color: var(--navy); margin-bottom: 8px; }
.ad-contact-section > p { color: var(--ink-mid); margin-bottom: 20px; }
.ad-inquiry-form { background: #fff; border: 1px solid var(--border); border-radius: 4px; padding: 24px; max-width: 560px; }
.form-toggle { display: flex; gap: 0; margin-bottom: 20px; }
.toggle-btn { padding: 8px 20px; border: 1.5px solid var(--border); background: #fff; font-size: calc(14px + var(--font-boost)); font-weight: 500; cursor: pointer; color: var(--ink-mid); }
.toggle-btn:first-child { border-radius: 3px 0 0 3px; border-right: none; }
.toggle-btn:last-child { border-radius: 0 3px 3px 0; }
.toggle-btn.active { background: var(--navy); color: #fff; border-color: var(--navy); }

/* ── FOOTER LAYOUT ── */
.site-footer { background: var(--navy); color: rgba(255,255,255,.65); padding: 48px 0 24px; margin-top: 48px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; padding-bottom: 32px; border-bottom: 1px solid rgba(255,255,255,.12); }
@media (max-width: 640px) { .footer-grid { grid-template-columns: 1fr; gap: 24px; } }
.footer-flag { font-family: 'Playfair Display', serif; font-size: calc(33px + var(--font-boost)); font-weight: 700; color: #fff; line-height: 1; margin-bottom: 10px; }
.footer-flag span { color: var(--red); }
.footer-tagline { font-size: calc(14px + var(--font-boost)); color: rgba(255,255,255,.55); line-height: 1.6; max-width: 280px; margin-bottom: 14px; }
.footer-social { display: flex; gap: 10px; margin-top: 14px; }
.footer-social .social-icon { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border: 1.5px solid rgba(255,255,255,.25); border-radius: 50%; color: rgba(255,255,255,.7); text-decoration: none; transition: border-color .2s, color .2s; }
.footer-social .social-icon:hover { border-color: var(--gold-light); color: var(--gold-light); }

/* ── CONTACT PAGE SOCIAL ── */
.contact-social-block { margin-top: 40px; padding-top: 32px; border-top: 2px solid var(--border); }
.contact-social-heading { font-family: 'Playfair Display', serif; font-size: calc(22px + var(--font-boost)); color: var(--navy); margin: 0 0 8px; }
.contact-social-desc { color: var(--ink-light); margin: 0 0 24px; font-size: calc(15px + var(--font-boost)); }
.contact-social-links { display: flex; gap: 16px; flex-wrap: wrap; }
.contact-social-card { display: flex; align-items: center; gap: 12px; padding: 16px 24px; border-radius: 8px; text-decoration: none; font-weight: 600; font-size: calc(15px + var(--font-boost)); transition: transform .15s, box-shadow .15s; color: #fff; }
.contact-social-card:hover { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(0,0,0,.15); color: #fff; }
.contact-social-card--facebook { background: #1877f2; }
.contact-social-card--twitter { background: #000; }
.contact-social-card--instagram { background: linear-gradient(135deg,#f09433,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888); }
.footer-nav-col h4 { color: var(--gold-light); font-size: calc(12px + var(--font-boost)); letter-spacing: .18em; text-transform: uppercase; margin-bottom: 14px; font-weight: 500; }
.footer-menu { list-style: none; }
.footer-menu li { margin-bottom: 8px; }
.footer-menu a { color: rgba(255,255,255,.6); text-decoration: none; font-size: calc(14px + var(--font-boost)); transition: color .2s; }
.footer-menu a:hover { color: var(--gold-light); }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; padding-top: 20px; font-size: calc(13px + var(--font-boost)); color: rgba(255,255,255,.35); }
.footer-bottom a { color: rgba(255,255,255,.5); text-decoration: none; }
.footer-bottom a:hover { color: var(--gold-light); }
.footer-communities { font-size: calc(13px + var(--font-boost)); color: rgba(255,255,255,.3); padding: 12px 0 20px; line-height: 1.6; }

/* ── POSTS PAGINATION ── */
.nav-pagination { display: flex; justify-content: center; padding: 24px 0; }
.nav-links { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.nav-links .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 36px; height: 36px; padding: 0 10px; border: 1.5px solid var(--border); border-radius: 3px; font-size: calc(14px + var(--font-boost)); font-weight: 500; color: var(--navy); text-decoration: none; transition: background .15s; }
.nav-links .page-numbers:hover, .nav-links .page-numbers.current { background: var(--navy); color: #fff; border-color: var(--navy); }

/* ── DARK SECTION OVERRIDES (fix invisible text on navy backgrounds) ── */
.pet-featured-card .btn-secondary,
.sponsor-box .btn-secondary {
  color: var(--gold-light);
  border-color: var(--gold);
  background: transparent;
}
.pet-featured-card .btn-secondary:hover,
.sponsor-box .btn-secondary:hover {
  background: var(--gold);
  color: var(--navy);
  border-color: var(--gold);
}
/* Force white text on any paragraph/heading inside dark cards */
.pet-featured-card h2,
.pet-featured-card h3,
.pet-featured-card p,
.sponsor-box h2,
.sponsor-box h3,
.sponsor-box p { color: inherit; }

/* ── SINGLE EVENT ── */
.single-event { padding-bottom: 24px; }
.event-meta-bar { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 10px 0 16px; padding: 14px 18px; background: var(--section-bg); border-left: 4px solid var(--navy); border-radius: 0 3px 3px 0; font-size: calc(15px + var(--font-boost)); color: var(--ink-mid); }
.event-meta-item { display: block; }
.event-meta-item strong { color: var(--navy); }
.event-link-top { margin: 14px 0 4px; }
.event-link-bottom { margin: 28px 0 16px; padding-top: 20px; border-top: 1px solid var(--border); }
.event-btn { display: block; text-decoration: none; text-align: center; }
.event-back-link { margin-top: 24px; font-size: calc(14px + var(--font-boost)); }
.event-back-link a { color: var(--red); text-decoration: none; }
.event-back-link a:hover { text-decoration: underline; }

/* ── REAL ESTATE BOTTOM CTA ── */
.re-bottom-cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; background: var(--navy); border-radius: 6px; padding: 28px 32px; margin: 36px 0 16px; }
@media (max-width: 600px) { .re-bottom-cta { flex-direction: column; align-items: flex-start; } }
.re-bottom-cta-badge { font-size: calc(11px + var(--font-boost)); font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 8px; }
.re-bottom-cta-heading { font-family: 'Playfair Display', serif; font-size: calc(23px + var(--font-boost)); font-weight: 700; color: #fff; margin-bottom: 6px; }
.re-bottom-cta-sub { font-size: calc(15px + var(--font-boost)); color: rgba(255,255,255,.7); }
.re-bottom-cta-sub strong { color: #fff; font-weight: 600; }
.re-bottom-cta-btn { flex-shrink: 0; display: inline-block; padding: 14px 24px; background: var(--gold); color: var(--navy); font-family: 'DM Sans', sans-serif; font-size: calc(15px + var(--font-boost)); font-weight: 700; border-radius: 4px; text-decoration: none; transition: background .2s; white-space: nowrap; }
.re-bottom-cta-btn:hover { background: var(--gold-light); }
.re-realtor-cta { text-align: center; font-size: calc(15px + var(--font-boost)); color: var(--ink-mid); margin-bottom: 32px; }
.re-realtor-cta a { color: var(--red); text-decoration: underline; }
.re-realtor-cta a:hover { color: var(--navy); }

/* ── SEARCH FORM ── */
.search-form { display: flex; gap: 0; max-width: 520px; }
.search-form label { flex: 1; margin: 0; }
.search-field {
  width: 100%;
  height: 42px;
  padding: 0 14px;
  font-family: 'DM Sans', sans-serif;
  font-size: calc(15px + var(--font-boost));
  color: var(--ink-dark);
  background: #fff;
  border: 1.5px solid var(--border);
  border-right: none;
  border-radius: 3px 0 0 3px;
  outline: none;
  transition: border-color .2s;
  box-sizing: border-box;
}
.search-field:focus { border-color: var(--navy); }
.search-field::placeholder { color: var(--ink-light); }
.search-submit {
  height: 42px;
  padding: 0 18px;
  font-family: 'DM Sans', sans-serif;
  font-size: calc(14px + var(--font-boost));
  font-weight: 600;
  letter-spacing: .04em;
  color: #fff;
  background: var(--navy);
  border: 1.5px solid var(--navy);
  border-radius: 0 3px 3px 0;
  cursor: pointer;
  white-space: nowrap;
  transition: background .2s;
}
.search-submit:hover { background: var(--red); border-color: var(--red); }

/* Sidebar / widget context — full width */
.widget .search-form { max-width: 100%; }

/* Search results page header */
.search-results-header { margin-bottom: 28px; padding-bottom: 14px; border-bottom: 2px solid var(--navy); }
.search-results-header h1 { font-family: 'Playfair Display', serif; font-size: calc(25px + var(--font-boost)); color: var(--navy); }
.search-results-header h1 span { color: var(--red); }
.search-no-results { padding: 48px 0; text-align: center; color: var(--ink-mid); }

/* ── ENTRY CONTENT TYPOGRAPHY ── */
.entry-content p { margin-bottom: 1.2em; }
.entry-content h2 { font-family: 'Playfair Display', serif; font-size: calc(23px + var(--font-boost)); color: var(--navy); margin: 1.5em 0 .5em; }
.entry-content h3 { font-family: 'Playfair Display', serif; font-size: calc(19px + var(--font-boost)); color: var(--navy); margin: 1.2em 0 .4em; }
.entry-content a { color: var(--red); }
.entry-content ul, .entry-content ol { padding-left: 22px; margin-bottom: 1em; line-height: 1.8; }
.entry-content blockquote { border-left: 3px solid var(--gold); padding-left: 16px; color: var(--ink-mid); font-style: italic; margin: 1.5em 0; }
