:root {
  --ink: #333;
  --mute: #777;
  --line: #dedede;
  --paper: #fff;
  --soft: #f3f3f3;
  --accent: #2a7d74;
  --logo: #4a4a4a;
  --sans: "Source Sans 3", "Helvetica Neue", Arial, sans-serif;
  --serif: "Playfair Display", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input { font: inherit; }
[hidden] { display: none !important; }

.wrap { width: min(1180px, calc(100% - 36px)); margin: 0 auto; }

.topbar {
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}
.topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 44px;
}
.subscribe {
  color: #222;
  font-size: 13px;
  font-weight: 600;
}
.subscribe:hover { color: var(--accent); }
.search {
  display: flex;
  border: 1px solid #ccc;
}
.search input {
  border: 0;
  padding: 6px 10px;
  width: 180px;
  outline: none;
}
.search button {
  border: 0;
  border-left: 1px solid #ccc;
  background: #fafafa;
  padding: 6px 12px;
  cursor: pointer;
}

.masthead { text-align: center; padding: 32px 16px 18px; }
.logo {
  display: inline-block;
  color: #111;
  font-family: var(--serif);
}
.logo--image {
  max-width: min(520px, 86vw);
}
.logo .custom-logo {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 140px;
  height: auto;
  margin: 0 auto;
}
.logo-lockup {
  position: relative;
  display: inline-block;
  padding-top: 18px;
}
.logo-brand {
  display: block;
  font-family: var(--serif);
  font-style: normal;
  font-weight: 500;
  font-size: clamp(68px, 10.2vw, 104px);
  line-height: .82;
  letter-spacing: -.04em;
  color: #111;
  white-space: nowrap;
}
/* Longer wordmarks (e.g. SAN MARCO) match At Home lockup visual size */
.logo-lockup.is-wordmark .logo-brand {
  font-size: clamp(42px, 6.8vw, 70px);
  line-height: 1;
  letter-spacing: .04em;
}
.logo-lockup.is-wordmark .logo-place {
  font-size: clamp(14px, 2vw, 22px);
  margin-top: 6px;
}
.logo-at {
  display: inline;
}
.logo-home {
  position: relative;
  display: inline-block;
  padding-top: 0;
}
.logo-tagline {
  position: absolute;
  left: auto;
  right: 0.7em;
  bottom: 100%;
  margin: 0 0 -24px;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(10px, 1.1vw, 13px);
  color: #111;
  text-align: right;
  letter-spacing: .02em;
  line-height: 1;
  white-space: nowrap;
  width: max-content;
}
.logo-tm {
  display: inline-block;
  font-size: .18em;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1;
  vertical-align: super;
  margin-left: .1em;
}
.logo-place {
  display: block;
  width: 100%;
  margin: 4px 0 0;
  font-family: var(--serif);
  font-style: normal;
  font-weight: 500;
  font-size: clamp(18px, 2.5vw, 28px);
  letter-spacing: .12em;
  text-transform: uppercase;
  text-align: center;
  color: #111;
  line-height: 1;
  white-space: nowrap;
}
.logo-in {
  font-size: 1em;
  letter-spacing: inherit;
  margin-right: .45em;
}
.logo-issue {
  margin: 10px 0 0;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(22px, 3.2vw, 34px);
  letter-spacing: .02em;
  color: #111;
  text-align: center;
  line-height: 1;
}

.nav-main, .nav-sub { border-top: 1px solid var(--line); }
.nav-main { border-bottom: 1px solid var(--line); }
.nav-sub { background: var(--soft); }
.nav-main ul, .nav-sub ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 28px;
  list-style: none;
  margin: 0;
  padding: 11px 10px;
}
.nav-main a {
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 12px;
  font-weight: 600;
  color: #666;
}
.nav-main a:hover,
.nav-main a.active,
.nav-main .current-menu-item > a,
.nav-main .current_page_item > a { color: #111; }
.nav-sub a {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
  font-weight: 600;
  color: #555;
}
.nav-sub a:hover, .nav-sub a.active { color: #111; }
.nav-issue {
  background: #111;
  text-align: center;
}
.nav-issue a {
  display: block;
  padding: 11px 16px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.nav-issue a:hover,
.nav-issue a:focus-visible {
  color: #fff;
  opacity: .82;
}
.menu-toggle { display: none; }

.home-reel {
  position: relative;
  background: #111;
  border-bottom: 1px solid var(--line);
  padding: 22px 0 26px;
}
.home-reel-slide { display: none; }
.home-reel-slide.is-on { display: block; }
.home-reel-embed {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: #000;
}
.home-reel-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  border: 0;
  background: rgba(255,255,255,.86);
  color: #222;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.home-reel-prev { left: max(12px, calc(50% - 220px)); }
.home-reel-next { right: max(12px, calc(50% - 220px)); }
.home-reel-count {
  margin: 12px 0 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
  letter-spacing: .08em;
}
.home-reel-frame {
  position: relative;
  width: min(390px, calc(100% - 36px), calc(78vh * 9 / 16));
  margin: 0 auto;
  aspect-ratio: 9 / 16;
  background: #000;
  overflow: hidden;
}
.home-reel-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-reel-toggle {
  position: absolute;
  inset: 0;
  z-index: 2;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}
.home-reel-toggle:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -6px;
}
.home-reel-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 78px;
  height: 78px;
  margin: -39px 0 0 -39px;
  border-radius: 50%;
  background: rgba(0, 0, 0, .45);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, .9);
  opacity: 0;
  transform: scale(.9);
  pointer-events: none;
  transition: opacity .16s ease, transform .16s ease;
}
.home-reel-play::after {
  content: "";
  position: absolute;
  left: 30px;
  top: 24px;
  border-style: solid;
  border-width: 15px 0 15px 24px;
  border-color: transparent transparent transparent #fff;
}
.home-reel-frame.is-paused .home-reel-play {
  opacity: 1;
  transform: scale(1);
}
.home-reel-frame::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 28%;
  background: linear-gradient(transparent, rgba(0, 0, 0, .48));
  pointer-events: none;
}
.home-reel-cta {
  position: absolute;
  left: 50%;
  bottom: 16px;
  z-index: 3;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 168px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #1565c0;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .35);
}
.home-reel-cta:hover,
.home-reel-cta:focus-visible {
  background: #0d47a1;
  outline: 2px solid #fff;
  outline-offset: 2px;
}

/* VoteApp: TikTok phone-frame on desktop; full-bleed on mobile */
html:has(body.is-voteapp-feed) {
  background: #000;
}
body.is-voteapp-feed {
  min-height: 100dvh;
  overflow-x: hidden;
  background: #000;
  overscroll-behavior: none;
}
body.is-voteapp-feed header .topbar,
body.is-voteapp-feed header .nav-main,
body.is-voteapp-feed header .nav-issue,
body.is-voteapp-feed header .menu-toggle,
body.is-voteapp-feed header .logo-issue {
  display: none !important;
}
body.is-voteapp-feed header {
  position: relative;
  z-index: 40;
  background: transparent;
}
body.is-voteapp-feed header .masthead {
  padding: 14px 16px 8px;
  background: transparent;
  border: 0;
  text-align: center;
}
body.is-voteapp-feed header .logo,
body.is-voteapp-feed header .custom-logo {
  max-height: 40px;
  width: auto;
}
body.is-voteapp-feed .voteapp-footer-min {
  display: none !important;
}
/* Feed hosts: match voteapp phone-frame size on desktop */
body.is-voteapp-feed .home-reel--vertical {
  padding: 12px 0 28px;
  min-height: calc(100dvh - 60px);
  align-items: center;
}
body.is-voteapp-feed .home-reel--vertical .home-reel-stack {
  --reel-h: min(68dvh, 620px);
  height: var(--reel-h);
  width: min(calc(var(--reel-h) * 9 / 16), calc(100vw - 28px));
  max-width: 100%;
  border-radius: 14px;
  border: 0;
  outline: 0;
  box-shadow: none;
  background: #000;
  overflow: hidden;
  overflow-y: auto;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
body.is-voteapp-feed .home-reel--vertical .home-reel-slide {
  height: 100% !important;
  min-height: 100%;
  width: 100% !important;
  max-width: none;
  aspect-ratio: auto;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
}
body.is-voteapp-feed .home-reel--vertical .home-reel-frame {
  width: 100%;
  max-width: none;
  height: 100%;
  aspect-ratio: auto;
}
body.is-voteapp-feed .home-reel--vertical .home-reel-stepper {
  right: max(10px, calc(50% - (min(68dvh, 620px) * 9 / 16) / 2 - 52px));
}
.home-reel--vertical {
  position: relative;
  z-index: 1;
  padding: 0 0 28px;
  border: 0;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.home-reel--vertical .home-reel-stack {
  --reel-h: min(68dvh, 620px);
  height: var(--reel-h);
  width: min(calc(var(--reel-h) * 9 / 16), calc(100vw - 28px));
  max-width: 100%;
  margin: 0 auto;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  scroll-snap-type: y mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  touch-action: pan-y;
  border-radius: 14px;
  background: #111;
}
.home-reel--vertical .home-reel-stack::-webkit-scrollbar {
  display: none;
}
.home-reel--vertical .home-reel-slide {
  display: block !important;
  height: 100%;
  width: 100%;
  max-width: none;
  margin: 0;
  aspect-ratio: auto;
  border-radius: 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.home-reel--vertical .home-reel-meta {
  position: absolute;
  right: 12px;
  bottom: 72px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.home-reel--vertical .home-reel-cta {
  bottom: 18px;
  z-index: 6;
  left: 50%;
  transform: translateX(-50%);
  padding-right: 0;
}
.home-reel-sound-gate {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 40;
  transform: translate(-50%, -50%);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 168px;
  padding: 16px 22px;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
}
.home-reel-sound-gate.is-on {
  display: flex;
}
.home-reel-sound-gate-icon {
  font-size: 22px;
  line-height: 1;
}
.home-reel--vertical.is-sound-gated .home-reel-play {
  opacity: 0;
}
.home-reel--vertical .home-reel-user {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: #fff;
  text-decoration: none;
  max-width: 72px;
  text-align: center;
}
.home-reel--vertical .home-reel-user img,
.home-reel--vertical .home-reel-user-fallback {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
  background: #222;
}
.home-reel--vertical .home-reel-user-fallback {
  display: grid;
  place-items: center;
  font-size: 16px;
  font-weight: 700;
}
.home-reel--vertical .home-reel-user-label {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.65);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 72px;
}
.home-reel--vertical .home-reel-share {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.65);
}
.home-reel--vertical .home-reel-share span[aria-hidden="true"] {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.45);
  font-size: 20px;
  line-height: 1;
}
.home-reel--vertical .home-reel-stepper {
  position: absolute;
  right: max(10px, calc(50% - (min(68dvh, 620px) * 9 / 16) / 2 - 52px));
  top: 50%;
  z-index: 30;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transform: translateY(-50%);
}
.home-reel--vertical .home-reel-stepper button {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #111;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
  transform: rotate(90deg);
}
@media (max-width: 720px) {
  /* VoteApp only: true full-screen feed. Magazines keep embedded phone-frame. */
  html:has(body.is-voteapp-feed),
  body.is-voteapp-feed {
    height: 100%;
    overflow: hidden;
  }
  body.is-voteapp-feed {
    position: fixed;
    inset: 0;
    width: 100%;
  }
  body.is-voteapp-feed header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    pointer-events: none;
  }
  body.is-voteapp-feed header .masthead {
    padding: max(10px, env(safe-area-inset-top, 0px)) 12px 8px;
    pointer-events: auto;
  }
  body.is-voteapp-feed header .logo,
  body.is-voteapp-feed header .custom-logo {
    max-height: 34px;
    filter: drop-shadow(0 1px 6px rgba(0, 0, 0, 0.55));
  }
  body.is-voteapp-feed .home-reel--vertical {
    position: fixed;
    inset: 0;
    padding: 0;
    align-items: stretch;
  }
  body.is-voteapp-feed .home-reel--vertical .home-reel-stack {
    --reel-h: 100dvh;
    height: 100dvh;
    width: 100vw;
    max-width: none;
    margin: 0;
    border-radius: 0;
  }
  body.is-voteapp-feed .home-reel--vertical .home-reel-slide {
    height: 100dvh;
  }
  body.is-voteapp-feed .home-reel--vertical .home-reel-meta {
    bottom: max(88px, env(safe-area-inset-bottom, 0px) + 72px);
    right: 10px;
  }
  body.is-voteapp-feed .home-reel--vertical .home-reel-cta {
    bottom: max(22px, env(safe-area-inset-bottom, 0px) + 16px);
  }
  body.is-voteapp-feed .home-reel--vertical .home-reel-stepper {
    right: 10px;
    top: 42%;
  }

  /* Magazines: taller phone frame, still scroll the rest of the page */
  body:not(.is-voteapp-feed) .home-reel--vertical {
    padding: 12px 0 20px;
  }
  body:not(.is-voteapp-feed) .home-reel--vertical .home-reel-stack {
    --reel-h: min(72dvh, 640px);
    width: min(calc(var(--reel-h) * 9 / 16), calc(100vw - 20px));
    border-radius: 12px;
  }
  body:not(.is-voteapp-feed) .home-reel--vertical .home-reel-stepper {
    right: 8px;
  }
}

.layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 36px;
  padding: 26px 0 50px;
}

.hero { position: relative; margin-bottom: 14px; }
.hero-slide { display: none; }
.hero-slide.is-on { display: block; }
.hero-slide img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
.hero-title {
  margin: 16px 0 8px;
  text-align: center;
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(26px, 3.4vw, 36px);
  letter-spacing: .04em;
  text-transform: uppercase;
  line-height: 1.15;
}
.hero-title:hover { color: var(--accent); }
.hero-arrow {
  position: absolute;
  top: 190px;
  width: 36px;
  height: 36px;
  border: 0;
  background: rgba(255,255,255,.86);
  color: #222;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.hero-prev { left: 10px; }
.hero-next { right: 10px; }

.news {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 22px;
  margin-top: 28px;
}
.card img { width: 100%; height: 200px; object-fit: cover; margin-bottom: 10px; }
.card h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
  line-height: 1.25;
}
.card h3:hover { color: var(--accent); }
.news-more-wrap {
  display: flex;
  justify-content: center;
  margin: 28px 0 8px;
}
.news-more {
  background: #111;
  color: #fff;
  border: 0;
  padding: 10px 22px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
.news-more:disabled {
  opacity: .65;
  cursor: wait;
}

.ad {
  display: grid;
  place-items: center;
  min-height: 220px;
  margin-bottom: 28px;
  background: #ececec;
  color: #777;
  text-align: center;
  padding: 20px;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.ad.has-image {
  padding: 0;
  overflow: visible;
  background: #f0f0f0;
  min-height: 0;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
}
.ad.has-image img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center;
  display: block;
}
.ad.tall.has-image {
  aspect-ratio: auto;
}
.ad.tall.has-image img {
  width: 100%;
  height: auto;
}
.sidebar .ad {
  min-height: 0;
  margin: 0 auto 12px;
  padding: 12px;
  aspect-ratio: 1 / 1;
  max-width: 230px;
  width: 100%;
}
.sidebar .ad.has-image,
.sidebar .ad.tall.has-image {
  padding: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  position: relative;
  background: #f0f0f0;
  max-width: 230px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.sidebar .ad.has-image img,
.sidebar .ad.tall.has-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center;
}
.sidebar-network-ad {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 0 0 20px;
  width: 100%;
  justify-items: center;
}
.sidebar-network-ad .cam-ad {
  display: block;
  width: 100%;
  max-width: 230px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  position: relative;
  background: #f0f0f0;
}
.sidebar-network-ad .cam-ad a {
  display: block;
  position: absolute;
  inset: 0;
}
.sidebar-network-ad .cam-ad img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}
.sidebar .ad + .ad,
.sidebar .ad + .sidebar-network-ad,
.sidebar-network-ad + .ad {
  margin-top: 0;
}

.mobile-mid-ad {
  display: none;
}
.mobile-mid-ad .ad,
.mobile-mid-ad .ad.has-image,
.mobile-mid-ad .ad.tall.has-image {
  aspect-ratio: 1 / 1;
  min-height: 0;
  overflow: hidden;
  position: relative;
  max-width: 230px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.mobile-mid-ad .ad.has-image img,
.mobile-mid-ad .ad.tall.has-image img,
.mobile-mid-ad .sidebar-network-ad .cam-ad img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center;
}
.mobile-mid-ad .sidebar-network-ad {
  margin: 0 auto;
  justify-items: center;
}
.mobile-mid-ad .sidebar-network-ad .cam-ad {
  max-width: 230px;
  width: 100%;
  aspect-ratio: 1 / 1;
}

.sidebar h3 {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 16px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.side-item {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 12px;
  margin-bottom: 16px;
  align-items: start;
}
.side-item img { width: 84px; height: 64px; object-fit: cover; }
.side-item h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}
.side-item h4:hover { color: var(--accent); }

.welcome {
  background: var(--paper);
  padding: 0 0 8px;
  border-top: 1px solid var(--line);
}
.welcome-stack .welcome:first-child { padding-top: 10px; }
.welcome-stack .welcome:last-child { padding-bottom: 50px; }
.welcome-inner {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 28px;
  align-items: start;
  padding-top: 28px;
}
.welcome-inner.is-flip {
  grid-template-columns: 1fr 160px;
}
.welcome-inner.is-flip img,
.welcome-inner.is-flip .welcome-photo { order: 2; }
.welcome-photo { display: block; }
.welcome img {
  width: 160px;
  height: 200px;
  object-fit: cover;
}
.welcome h2 {
  margin: 0 0 10px;
  color: var(--accent);
  font-size: 20px;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.welcome h2 a { color: inherit; }
.welcome h2 a:hover,
.welcome h2 a:focus-visible { text-decoration: underline; }
.welcome p { margin: 0; color: #555; max-width: 70ch; }

.widgets {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  padding: 36px 0;
  border-top: 1px solid var(--line);
}
.widgets h3 {
  margin: 0 0 8px;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.widgets p, .widgets a { color: #555; font-size: 14px; }
.widgets a { color: var(--accent); }

.legal {
  border-top: 1px solid var(--line);
  padding: 20px 0 28px;
  color: #777;
  font-size: 12px;
  text-align: center;
}

.page-hero { padding: 28px 0 8px; }
.page-hero h1 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 40px;
  margin: 0 0 8px;
}
.story img.lead { width: 100%; height: 420px; object-fit: cover; margin: 12px 0 20px; }
.story .body { max-width: 68ch; }
.story .body:has([class*="embeddable-"]),
.story .body:has(.ahm-dining-embed),
.story .body:has(.ff_widget-container),
.story .body:has(.ff_display-article-full-content),
.story .body:has(.ff_contentwidget) {
  max-width: none;
  width: 100%;
}
.ahm-dining-embed,
.ff_widget-container,
.ff_display-article-full-content,
.ff_contentwidget {
  width: 100%;
  max-width: 100% !important;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .ff_contentwidget.ff_layout-two,
  .ff_contentwidget.ff_layout-three {
    max-width: 100% !important;
  }
  .ff_contentwidget.ff_layout-two .focus-area,
  .ff_contentwidget.ff_layout-three .focus-area,
  .ff_contentwidget.ff_layout-two.ff_vertical .focus-area,
  .ff_contentwidget.ff_layout-three.ff_vertical .focus-area {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .ff_contentwidget.ff_layout-two .focus-area .ffcw_pictures,
  .ff_contentwidget.ff_layout-three .focus-area .ffcw_pictures {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }
  .ff_contentwidget.ff_layout-two .focus-area .ffcw_picture,
  .ff_contentwidget.ff_layout-three .focus-area .ffcw_picture {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    position: relative !important;
  }
  .ff_contentwidget.ff_layout-two .focus-area .ffcw_picture img,
  .ff_contentwidget.ff_layout-three .focus-area .ffcw_picture img {
    width: 100% !important;
    height: auto !important;
    display: block;
  }
  .ff_contentwidget.ff_layout-two .snippet-area,
  .ff_contentwidget.ff_layout-three .snippet-area {
    margin-left: 0 !important;
    width: 100% !important;
  }
}
.ahm-dining-embed {
  width: 100%;
  max-width: 100%;
  margin: 8px 0 28px;
}
.home-embed {
  padding: 24px 0 28px;
}
.home-embed .ahm-dining-embed {
  margin: 0;
}
.story .body p { margin: 0 0 16px; }
.kicker {
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
  font-weight: 600;
}
.meta { color: var(--mute); font-size: 13px; }
.meta .byline { color: inherit; }

.share-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 14px 0 4px;
}
.share-bar--article-bottom {
  margin: 28px 0 12px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  max-width: 68ch;
}
.share-label {
  color: var(--mute);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-right: 4px;
}
.share-btn {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--paper);
  color: var(--ink);
  cursor: pointer;
  padding: 0;
  line-height: 0;
  transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.share-btn svg { width: 15px; height: 15px; display: block; }
.share-btn:hover,
.share-btn:focus-visible {
  color: #fff;
  border-color: transparent;
  outline: none;
}
.share-facebook:hover, .share-facebook:focus-visible { background: #1877f2; }
.share-x:hover, .share-x:focus-visible { background: #111; }
.share-pinterest:hover, .share-pinterest:focus-visible { background: #e60023; }
.share-linkedin:hover, .share-linkedin:focus-visible { background: #0a66c2; }
.share-whatsapp:hover, .share-whatsapp:focus-visible { background: #25d366; }
.share-email:hover, .share-email:focus-visible,
.share-copy:hover, .share-copy:focus-visible,
.share-native:hover, .share-native:focus-visible { background: var(--accent); }
.share-native { display: none; }
.share-bar.has-native .share-native { display: grid; }
.share-copy.is-copied {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}
.card .share-bar { margin: 10px 0 0; }
.card .share-btn { width: 28px; height: 28px; }
.card .share-btn svg { width: 13px; height: 13px; }
.issue-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.issue-grid img { height: 280px; object-fit: cover; width: 100%; }
.form { display: grid; gap: 12px; max-width: 420px; }
.form input, .form textarea {
  border: 1px solid #ccc;
  padding: 10px 12px;
}
.form button {
  justify-self: start;
  background: #333;
  color: #fff;
  border: 0;
  padding: 8px 16px;
  cursor: pointer;
}

@media (max-width: 900px) {
  .layout, .news, .widgets, .issue-grid, .welcome-inner { grid-template-columns: 1fr; }
  .mobile-mid-ad {
    display: block;
    grid-column: 1 / -1;
    margin: 4px 0 18px;
  }
  .mobile-mid-ad .ad {
    margin-bottom: 0;
  }
  .sidebar-ad-desktop {
    display: none;
  }
  .logo .custom-logo { max-height: 88px; }
  .logo-brand { font-size: clamp(52px, 15vw, 84px); }
  .logo-lockup.is-wordmark .logo-brand { font-size: clamp(34px, 10vw, 48px); }
  .logo-place { font-size: clamp(14px, 3.2vw, 22px); }
  .logo-lockup.is-wordmark .logo-place { font-size: clamp(12px, 3vw, 16px); }
  .logo-tagline { font-size: 10px; }
  .hero-slide img, .story img.lead { height: 240px; }
  .hero-arrow { top: 100px; }
  .topbar-inner { gap: 10px; }
  .search input { width: 120px; }
  .menu-toggle {
    display: block;
    margin: 10px auto;
    background: none;
    border: 1px solid #ccc;
    padding: 6px 14px;
  }
  .nav-main ul { display: none; }
  .nav-main.open ul { display: flex; flex-direction: column; align-items: center; }
  .welcome-inner.is-flip { grid-template-columns: 1fr; }
  .welcome-inner.is-flip img,
  .welcome-inner.is-flip .welcome-photo { order: 0; }
  .welcome img { width: 120px; height: 150px; }
}

.va-video-thumb {
  position: relative;
  display: block;
}
.va-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  height: 64px;
  margin: -32px 0 0 -32px;
  border-radius: 50%;
  background: rgba(0, 0, 0, .48);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, .92);
  pointer-events: none;
}
.va-play::after {
  content: "";
  position: absolute;
  left: 25px;
  top: 20px;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #fff;
}
.va-player {
  position: relative;
  width: 100%;
  max-width: 920px;
  margin: 0 auto 28px;
  aspect-ratio: 16 / 9;
  background: #111;
}
.va-player iframe,
.va-player video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: contain;
  background: #000;
}
.va-back {
  margin: 8px 0 48px;
}
.va-video-missing {
  color: var(--mute);
}

body.is-nashville header,
body.is-nashville .topbar,
body.is-nashville .masthead,
body.is-mag-chrome header,
body.is-mag-chrome .topbar,
body.is-mag-chrome .masthead {
  background: #6a6a6a;
}
body.is-nashville .topbar,
body.is-mag-chrome .topbar {
  border-bottom-color: rgba(0, 0, 0, .18);
}
body.is-nashville .subscribe,
body.is-nashville .logo,
body.is-nashville .logo-issue,
body.is-nashville .logo-brand,
body.is-nashville .logo-place,
body.is-nashville .logo-tagline,
body.is-mag-chrome .subscribe,
body.is-mag-chrome .logo,
body.is-mag-chrome .logo-issue,
body.is-mag-chrome .logo-brand,
body.is-mag-chrome .logo-place,
body.is-mag-chrome .logo-tagline {
  color: #fff;
}
body.is-nashville .subscribe:hover,
body.is-mag-chrome .subscribe:hover {
  color: #f3d6da;
}
body.is-nashville .nav-main,
body.is-mag-chrome .nav-main {
  background: #5c1522;
  border-top-color: #4a1018;
  border-bottom-color: #4a1018;
}
body.is-nashville .nav-main a,
body.is-mag-chrome .nav-main a {
  color: #f4e8ea;
}
body.is-nashville .nav-main a:hover,
body.is-nashville .nav-main a.active,
body.is-nashville .nav-main .current-menu-item > a,
body.is-nashville .nav-main .current_page_item > a,
body.is-mag-chrome .nav-main a:hover,
body.is-mag-chrome .nav-main a.active,
body.is-mag-chrome .nav-main .current-menu-item > a,
body.is-mag-chrome .nav-main .current_page_item > a {
  color: #fff;
}
body.is-nashville .nav-issue,
body.is-mag-chrome .nav-issue {
  background: #3a3a3a;
}
@media (max-width: 720px) {
  body.is-nashville .menu-toggle,
  body.is-mag-chrome .menu-toggle {
    color: #fff;
    border-color: rgba(255, 255, 255, .45);
  }
}

/* Dancing Mag: pink top bar, white letters */
body.is-dancing header,
body.is-dancing .topbar,
body.is-dancing .masthead,
body.is-voteapp-feed.is-dancing header,
body.is-voteapp-feed.is-dancing .masthead {
  background: #ff4fa3 !important;
}
body.is-dancing .topbar {
  border-bottom-color: rgba(255, 255, 255, .22);
}
body.is-dancing .subscribe,
body.is-dancing .logo,
body.is-dancing .logo-issue,
body.is-dancing .logo-brand,
body.is-dancing .logo-place,
body.is-dancing .logo-tagline,
body.is-dancing .nav-main a,
body.is-dancing .nav-issue a,
body.is-dancing .menu-toggle {
  color: #fff !important;
}
body.is-dancing .subscribe:hover,
body.is-dancing .nav-main a:hover {
  color: #fff !important;
  opacity: .9;
}
body.is-dancing .nav-main,
body.is-dancing .nav-issue {
  background: #e0388f !important;
  border-top-color: #c92d7c;
  border-bottom-color: #c92d7c;
}
body.is-dancing .topbar .search input {
  color: #111;
}

/* Jax Car: blue top bar, white bold Arial text logo (no image) */
body.is-jaxcar header,
body.is-jaxcar .topbar,
body.is-jaxcar .masthead,
body.is-voteapp-feed.is-jaxcar header,
body.is-voteapp-feed.is-jaxcar .masthead {
  background: #1565c0 !important;
}
body.is-jaxcar .topbar {
  border-bottom-color: rgba(255, 255, 255, .22);
}
body.is-jaxcar .subscribe,
body.is-jaxcar .logo,
body.is-jaxcar .logo-issue,
body.is-jaxcar .logo-brand,
body.is-jaxcar .logo-place,
body.is-jaxcar .logo-tagline,
body.is-jaxcar .nav-main a,
body.is-jaxcar .nav-issue a,
body.is-jaxcar .menu-toggle {
  color: #fff !important;
}
body.is-jaxcar .subscribe:hover,
body.is-jaxcar .nav-main a:hover {
  color: #fff !important;
  opacity: .9;
}
body.is-jaxcar .nav-main,
body.is-jaxcar .nav-issue {
  background: #0d47a1 !important;
  border-top-color: #0a3a82;
  border-bottom-color: #0a3a82;
}
body.is-jaxcar .topbar .search input {
  color: #111;
}
body.is-jaxcar,
body.is-jaxcar button,
body.is-jaxcar input,
body.is-jaxcar .logo,
body.is-jaxcar .logo-brand,
body.is-jaxcar .logo-place,
body.is-jaxcar .logo-issue,
body.is-jaxcar .logo-tagline,
body.is-jaxcar .subscribe,
body.is-jaxcar .nav-main a,
body.is-jaxcar .nav-issue a,
body.is-jaxcar .home-reel-cta,
body.is-jaxcar .home-reel-user-label,
body.is-jaxcar .home-reel-share {
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 700;
}
body.is-jaxcar .logo-brand {
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 700 !important;
  font-size: clamp(28px, 5vw, 42px);
  letter-spacing: 0.04em;
  color: #fff !important;
  text-transform: uppercase;
}
body.is-jaxcar .logo-tagline,
body.is-jaxcar .logo-place,
body.is-jaxcar .logo-in,
body.is-jaxcar .logo-tm {
  display: none !important;
}
body.is-jaxcar .home-reel-cta,
body.is-jaxcar .subscribe,
body.is-jaxcar .logo-issue {
  font-weight: 700 !important;
}

/* Rodeo Mag: orange top bar, bold white Arial letters */
body.is-rodeo header,
body.is-rodeo .topbar,
body.is-rodeo .masthead,
body.is-voteapp-feed.is-rodeo header,
body.is-voteapp-feed.is-rodeo .masthead {
  background: #f15a24 !important;
}
body.is-rodeo .topbar {
  border-bottom-color: rgba(255, 255, 255, .22);
}
body.is-rodeo .subscribe,
body.is-rodeo .logo,
body.is-rodeo .logo-issue,
body.is-rodeo .logo-brand,
body.is-rodeo .logo-place,
body.is-rodeo .logo-tagline,
body.is-rodeo .nav-main a,
body.is-rodeo .nav-issue a,
body.is-rodeo .menu-toggle {
  color: #fff !important;
}
body.is-rodeo .subscribe:hover,
body.is-rodeo .nav-main a:hover {
  color: #fff !important;
  opacity: .9;
}
body.is-rodeo .nav-main,
body.is-rodeo .nav-issue {
  background: #d94816 !important;
  border-top-color: #c03d10;
  border-bottom-color: #c03d10;
}
body.is-rodeo .topbar .search input {
  color: #111;
}
body.is-rodeo,
body.is-rodeo button,
body.is-rodeo input,
body.is-rodeo .logo,
body.is-rodeo .logo-brand,
body.is-rodeo .logo-place,
body.is-rodeo .logo-issue,
body.is-rodeo .logo-tagline,
body.is-rodeo .subscribe,
body.is-rodeo .nav-main a,
body.is-rodeo .nav-issue a,
body.is-rodeo .home-reel-cta,
body.is-rodeo .home-reel-user-label,
body.is-rodeo .home-reel-share {
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 700;
}
body.is-rodeo .logo-brand {
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 700 !important;
  font-size: clamp(28px, 5vw, 42px);
  letter-spacing: 0.04em;
  color: #fff !important;
  text-transform: uppercase;
}
body.is-rodeo .logo-place {
  display: block;
  margin-top: 2px;
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 700 !important;
  font-size: clamp(14px, 2.4vw, 18px);
  letter-spacing: 0.18em;
  color: #fff !important;
  text-transform: uppercase;
}
body.is-rodeo .logo-tagline,
body.is-rodeo .logo-tm,
body.is-rodeo .logo-in {
  display: none !important;
}
body.is-rodeo .home-reel-cta,
body.is-rodeo .subscribe,
body.is-rodeo .logo-issue {
  font-weight: 700 !important;
}
@media (max-width: 720px) {
  body.is-dancing .menu-toggle,
  body.is-jaxcar .menu-toggle,
  body.is-rodeo .menu-toggle {
    color: #fff !important;
    border-color: rgba(255, 255, 255, .55);
  }
}
