/* =============================================================
   TV2 — Shared styles for Town Page & Outer Banks Page
   ============================================================= */

/* ── Hero ────────────────────────────────────────────────────── */
.tv2-hero {
  position: relative;
  height: 88vh;
  min-height: 540px;
  max-height: 960px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.tv2-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.tv2-hero__bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.tv2-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(8, 18, 36, .80) 0%,
    rgba(8, 18, 36, .25) 50%,
    rgba(8, 18, 36, .05) 100%
  );
}

.tv2-hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 3rem 0 4.5rem;
  color: #fff;
}

.tv2-hero__eyebrow {
  display: inline-block;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,255,255,.65);
  margin-bottom: 1rem;
}

.tv2-hero__title {
  font-size: clamp(2.4rem, 5.5vw, 4.2rem);
  line-height: 1.08;
  font-weight: 400;
  color: #fff;
  margin-bottom: 1.1rem;
  max-width: 680px;
}

.tv2-hero__subtitle {
  font-size: 1.05rem;
  color: rgba(255,255,255,.78);
  max-width: 560px;
  margin-bottom: 2.25rem;
  line-height: 1.65;
}

.tv2-hero__actions .btn-light {
  background: #fff;
  color: #0246BE;
  font-weight: 700;
  border: none;
  padding: .7rem 1.75rem;
}

.tv2-hero__actions .btn-light:hover { background: #f0f4ff; }

.tv2-hero__actions .btn-outline-light {
  border-color: rgba(255,255,255,.55);
  color: #fff;
  font-weight: 600;
  padding: .7rem 1.75rem;
}

.tv2-hero__actions .btn-outline-light:hover {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.85);
}

.tv2-hero__breadcrumb {
  position: absolute;
  top: 1.5rem;
  left: 0;
  right: 0;
  z-index: 3;
}

.tv2-hero__breadcrumb .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
}

.tv2-hero__breadcrumb .breadcrumb-item,
.tv2-hero__breadcrumb .breadcrumb-item a,
.tv2-hero__breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255,255,255,.6);
}

.tv2-hero__breadcrumb .breadcrumb-item.active { color: rgba(255,255,255,.85); }
.tv2-hero__breadcrumb .breadcrumb-item + .breadcrumb-item::before { content: "/"; }

/* ── Shared typography ────────────────────────────────────────── */
.tv2-eyebrow {
  display: inline-block;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #0246BE;
  margin-bottom: .75rem;
}

.tv2-section-title {
  font-size: clamp(1.7rem, 2.8vw, 2.5rem);
  font-weight: 400;
  line-height: 1.18;
  margin-bottom: 1rem;
  color: #1F262D;
}

/* ── Intro / pull-quote ───────────────────────────────────────── */
.tv2-intro { background: linear-gradient(to bottom, #EBF3F9 0%, #ffffff 100%); padding: 5rem 0; }

.tv2-intro__quote {
  font-size: 1rem;
  font-style: normal;
  color: #333;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.tv2-intro__media {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 .75rem 2rem rgba(0,0,0,.12);
}

.tv2-intro__media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.tv2-intro__media .card-img-overlay { border-radius: 1rem; }

/* ── Stats row ────────────────────────────────────────────────── */
.tv2-stat-row {
  display: flex;
  gap: 0;
  margin-top: 3rem;
  border: 1px solid rgba(0,0,0,.07);
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
}

.tv2-stat {
  flex: 1;
  text-align: center;
  padding: 1.75rem 1rem;
  border-right: 1px solid rgba(0,0,0,.06);
}

.tv2-stat:last-child { border-right: none; }

.tv2-stat__num {
  font-size: 2.2rem;
  color: #0246BE;
  line-height: 1;
  margin-bottom: .3rem;
}

.tv2-stat__label {
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .09em;
  color: #6c757d;
}

/* ── Vibe / magazine cards ────────────────────────────────────── */
.tv2-vibes { background: #fff; padding: 5.5rem 0; }

.vibe-mag-img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: .875rem;
  display: block;
  margin-bottom: 1.25rem;
}

.vibe-mag-heading {
  font-size: 1.25rem;
  font-weight: 400;
  color: #1F262D;
  margin-bottom: .5rem;
}

.vibe-mag-body {
  font-size: .93rem;
  color: #4a5568;
  line-height: 1.65;
  margin-bottom: 0;
}

/* ── Town story: 2-col editorial ─────────────────────────────── */
.tv2-story { background: #f9f4ee; padding: 5.5rem 0; }

.tv2-mosaic {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  grid-template-rows: 280px 210px;
  gap: .75rem;
}

.tv2-mosaic__item {
  border-radius: .875rem;
  overflow: hidden;
  position: relative;
}

.tv2-mosaic__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tv2-mosaic__item--tall { grid-row: 1 / 3; }

/* ── Things to do / explore section ──────────────────────────── */
.tv2-links { background: #f9f4ee; padding: 5.5rem 0; }

/* ── Vendor cards ─────────────────────────────────────────────── */
.tv2-vendor-card {
  background: #fff;
  border-radius: .875rem;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.06);
  display: flex !important;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  height: 100%;
  transition: box-shadow .2s, transform .2s;
}

.tv2-vendor-card:hover {
  box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.1);
  transform: translateY(-2px);
  text-decoration: none;
  color: inherit;
}

.tv2-vendor-card__img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  background: #f3f4f6;
}

.tv2-vendor-card__body {
  padding: 1rem 1.1rem 1.1rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.tv2-vendor-card__name {
  font-weight: 700;
  font-size: .95rem;
  color: #1F262D;
  margin-bottom: .4rem;
  line-height: 1.3;
}

.tv2-vendor-card__desc {
  font-size: .82rem;
  color: #6c757d;
  line-height: 1.5;
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* ── Pills ────────────────────────────────────────────────────── */
.tv2-pill {
  display: inline-flex;
  align-items: center;
  padding: .4rem .85rem;
  border-radius: 999px;
  background: #fff;
  color: #1F262D;
  font-size: .83rem;
  font-weight: 600;
  margin: .25rem .3rem .25rem 0;
  border: 1px solid rgba(0,0,0,.09);
  text-decoration: none;
  transition: background .18s, border-color .18s, color .18s;
}

.tv2-pill:hover {
  background: #0246BE;
  border-color: #0246BE;
  color: #fff;
  text-decoration: none;
}

/* ── Layered photo collage ────────────────────────────────────── */
.tv2-collage {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  padding: 1rem 1.5rem;
}

.tv2-collage__photo {
  position: relative;
  overflow: hidden;
  border-radius: .5rem;
  box-shadow: 0 6px 20px rgba(0,0,0,.18);
  border: 4px solid #fff;
  background: #dce3ea;
  aspect-ratio: 4/3;
  transition: transform .2s ease, box-shadow .2s ease;
}

/* Alternating rotations for shuffled-cards feel */
.tv2-collage__photo:nth-child(1) { transform: rotate(-2.5deg) translate(-3px,  2px); z-index: 1; }
.tv2-collage__photo:nth-child(2) { transform: rotate( 1.5deg) translate( 2px, -3px); z-index: 2; }
.tv2-collage__photo:nth-child(3) { transform: rotate(-1deg)   translate( 3px,  2px); z-index: 1; }
.tv2-collage__photo:nth-child(4) { transform: rotate( 2deg)   translate(-2px, -2px); z-index: 2; }
.tv2-collage__photo:nth-child(5) { transform: rotate(-1.5deg) translate( 1px,  3px); z-index: 1; }
.tv2-collage__photo:nth-child(6) { transform: rotate( 2.5deg) translate(-3px, -1px); z-index: 2; }

.tv2-collage__photo:hover {
  transform: rotate(0deg) translate(0,0) scale(1.03);
  box-shadow: 0 10px 28px rgba(0,0,0,.22);
  z-index: 5;
}

.tv2-collage__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tv2-collage__name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem .6rem .4rem;
  background: linear-gradient(0deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.3) 60%, rgba(0,0,0,0) 100%);
  font-size: .67rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
  letter-spacing: .04em;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 767.98px) {
  .tv2-collage { grid-template-columns: repeat(2, 1fr); }
  .tv2-collage__photo { transform: none !important; }
}

/* ── Explore photo mosaic ─────────────────────────────────────── */
.tv2-explore-mosaic {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: .75rem;
}

.tv2-mosaic-tile {
  position: relative;
  overflow: hidden;
  border-radius: .75rem;
  aspect-ratio: 4 / 3;
  display: block;
  text-decoration: none;
  background: #e8edf4;
}

.tv2-mosaic-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}

.tv2-mosaic-tile:hover img { transform: scale(1.06); }

.tv2-mosaic-tile__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,.68) 0%, rgba(0,0,0,0) 55%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: .7rem .75rem;
}

.tv2-mosaic-tile__cat {
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.72);
  margin-bottom: .15rem;
  display: block;
}

.tv2-mosaic-tile__name {
  font-size: .82rem;
  font-weight: 700;
  color: #fff;
  display: block;
  line-height: 1.3;
}

.tv2-mosaic-tile--more {
  background: #0246BE;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tv2-mosaic-tile--more:hover { background: #013498; }

.tv2-mosaic-tile__more-inner {
  text-align: center;
  color: #fff;
  padding: 1rem;
}

.tv2-mosaic-tile__more-inner i { color: rgba(255,255,255,.65); }

/* ── Editorial blog post cards ────────────────────────────────── */
.tv2-editorial-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: .875rem;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0,0,0,.07);
  height: 100%;
  transition: box-shadow .2s, transform .2s;
}

.tv2-editorial-card:hover {
  box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.1);
  transform: translateY(-2px);
  text-decoration: none;
  color: inherit;
}

.tv2-editorial-card__img-wrap {
  position: relative;
  overflow: hidden;
}

.tv2-editorial-card__img-wrap img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}

.tv2-editorial-card:hover .tv2-editorial-card__img-wrap img { transform: scale(1.04); }

.tv2-editorial-card__cat {
  position: absolute;
  top: .75rem;
  left: .75rem;
  background: #0246BE;
  color: #fff;
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: .25rem .6rem;
  border-radius: 999px;
}

.tv2-editorial-card__body { padding: 1.25rem 1.25rem 1.4rem; }

.tv2-editorial-card__title {
  font-size: 1.05rem;
  font-weight: 400;
  color: #1F262D;
  line-height: 1.35;
  margin-bottom: .6rem;
}

.tv2-editorial-card__excerpt {
  font-size: .85rem;
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: .9rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tv2-editorial-card__cta {
  font-size: .82rem;
  font-weight: 700;
  color: #0246BE;
}

/* ── Neighborhoods ────────────────────────────────────────────── */
.tv2-neighborhoods { background: #fff; padding: 5.5rem 0; }

.tv2-nb-item {
  display: flex;
  align-items: flex-start;
  gap: .9rem;
  text-decoration: none;
  color: inherit;
  padding: 1rem;
  border-radius: .75rem;
  transition: background .18s;
}

.tv2-nb-item:hover {
  background: #f4f7fc;
  text-decoration: none;
  color: inherit;
}

.tv2-nb-thumb {
  width: 88px;
  height: 66px;
  object-fit: cover;
  border-radius: .5rem;
  flex-shrink: 0;
  background: #e8edf4;
}

.tv2-nb-body__name {
  font-weight: 700;
  color: #0246BE;
  font-size: .95rem;
  line-height: 1.3;
  margin-bottom: .25rem;
}

.tv2-nb-body__desc {
  font-size: .82rem;
  color: #4a5568;
  line-height: 1.55;
}

/* ── Blog ─────────────────────────────────────────────────────── */
.tv2-blog {
  background: #fff;
  padding: 5rem 0 0;
  border-top: 1px solid rgba(0,0,0,.05);
}

/* ── Rentals ──────────────────────────────────────────────────── */
.tv2-rentals { background: #f9f4ee; padding: 5rem 0; }
.tv2-rentals .heading-break span { background: #f9f4ee; }

/* ── Bottom CTA ───────────────────────────────────────────────── */
.tv2-cta {
  background: #0246BE;
  padding: 5.5rem 0;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.tv2-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 20% 50%, rgba(255,255,255,.06) 0%, transparent 70%),
    radial-gradient(ellipse 60% 80% at 80% 50%, rgba(0,0,0,.12) 0%, transparent 70%);
  pointer-events: none;
}

.tv2-cta__inner { position: relative; z-index: 1; }

.tv2-cta__title {
  font-size: clamp(1.9rem, 3.5vw, 3rem);
  font-weight: 400;
  color: #fff;
  margin-bottom: 1rem;
}

.tv2-cta__sub {
  color: rgba(255,255,255,.75);
  font-size: 1.05rem;
  margin-bottom: 2.25rem;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

.tv2-cta .btn-light {
  background: #fff;
  color: #0246BE;
  font-weight: 700;
  border: none;
  padding: .8rem 2.25rem;
  font-size: 1rem;
  border-radius: .5rem;
}

.tv2-cta .btn-light:hover { background: #e8f0ff; }

.tv2-cta .btn-outline-light {
  border-color: rgba(255,255,255,.45);
  color: rgba(255,255,255,.9);
  font-weight: 600;
  padding: .8rem 2.25rem;
  font-size: 1rem;
  border-radius: .5rem;
}

.tv2-cta .btn-outline-light:hover {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.8);
  color: #fff;
}

/* ── Activity category cards (OBX page) ──────────────────────── */
.tv2-activity-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0,0,0,.07);
  height: 100%;
  transition: box-shadow .2s, transform .2s;
}

.tv2-activity-card:hover {
  box-shadow: 0 .6rem 2rem rgba(0,0,0,.11);
  transform: translateY(-3px);
  text-decoration: none;
  color: inherit;
}

.tv2-activity-card__img-wrap {
  overflow: hidden;
  flex-shrink: 0;
}

.tv2-activity-card__img-wrap img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  display: block;
  transition: transform .45s ease;
}

.tv2-activity-card:hover .tv2-activity-card__img-wrap img {
  transform: scale(1.05);
}

.tv2-activity-card__body {
  padding: 1.5rem 1.5rem 1.6rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.tv2-activity-card__icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: .6rem;
  background: #EBF3F9;
  color: #0246BE;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  margin-bottom: 1rem;
  flex-shrink: 0;
}

.tv2-activity-card__title {
  font-size: 1.25rem;
  font-weight: 400;
  color: #1F262D;
  line-height: 1.25;
  margin-bottom: .6rem;
}

.tv2-activity-card__desc {
  font-size: .88rem;
  color: #4a5568;
  line-height: 1.65;
  flex: 1;
  margin-bottom: 1.1rem;
}

.tv2-activity-card__cta {
  font-size: .82rem;
  font-weight: 700;
  color: #0246BE;
  margin-top: auto;
}

/* ── Town cards (OBX page) ────────────────────────────────────── */
.tv2-town-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1 / 1;
  background: #1a2638;
}

.tv2-town-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}

.tv2-town-card:hover img { transform: scale(1.05); }

.tv2-town-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(8,18,36,.85) 0%, rgba(8,18,36,.1) 55%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
}

.tv2-town-card__name {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 0;
}

.tv2-town-card__desc {
  font-size: .8rem;
  color: rgba(255,255,255,.7);
  line-height: 1.5;
  margin-bottom: .85rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tv2-town-card__link {
  font-size: .78rem;
  font-weight: 700;
  color: rgba(255,255,255,.85);
  text-decoration: none;
  letter-spacing: .04em;
}

.tv2-town-card:hover .tv2-town-card__link { color: #fff; }

/* ── Weather cards (OBX page) ─────────────────────────────────── */
.tv2-weather-card {
  background: #fff;
  border-radius: 1rem;
  border: 1px solid rgba(0,0,0,.07);
  overflow: hidden;
  height: 100%;
}

.tv2-weather-card__img-wrap {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.tv2-weather-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tv2-weather-card__body {
  padding: 1.5rem;
  text-align: left;
}

.tv2-weather-card__season {
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #9bacc0;
  margin-bottom: .4rem;
}



.tv2-weather-card__label {
  font-size: .78rem;
  color: #6c757d;
  margin-bottom: 1.25rem;
}

.tv2-weather-card__stats { list-style: none; padding: 0; margin: 0; }

.tv2-weather-card__stats li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .82rem;
  padding: .4rem 0;
  border-top: 1px solid rgba(0,0,0,.05);
  color: #4a5568;
}

.tv2-weather-card__stats li span:last-child { font-weight: 700; color: #1F262D; }

/* ── Town card extras ─────────────────────────────────────────── */
.tv2-town-card__eyebrow {
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.55);
  margin-bottom: .25rem;
  display: block;
}

.tv2-town-card__cta {
  font-size: .78rem;
  font-weight: 700;
  color: rgba(255,255,255,.85);
  text-decoration: none;
  letter-spacing: .04em;
}

.tv2-town-card:hover .tv2-town-card__cta { color: #fff; }

/* ── Town editorial cards (OBX page) ─────────────────────────── */
.tv2-town-editorial {
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.07);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.tv2-town-editorial__img-wrap {
  display: block;
  overflow: hidden;
  aspect-ratio: 3 / 2;
}

.tv2-town-editorial__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .45s ease;
}

.tv2-town-editorial:hover .tv2-town-editorial__img-wrap img { transform: scale(1.04); }

.tv2-town-editorial__body {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.tv2-town-editorial__name {
  font-size: 1.35rem;
  font-weight: 400;
  color: #1F262D;
  margin-bottom: .6rem;
}

.tv2-town-editorial__desc {
  font-size: .88rem;
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 1rem;
  flex: 1;
}

.tv2-town-editorial__links {
  display: flex;
  gap: 1.25rem;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .01em;
}

.tv2-town-editorial__links a {
  color: #0246BE;
  text-decoration: none;
}

.tv2-town-editorial__links a:hover { text-decoration: underline; }

/* ── Blog cards (activities section) ─────────────────────────── */
.tv2-blog-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.07);
  background: #fff;
  transition: box-shadow .2s ease;
}

.tv2-blog-card:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,.1);
  text-decoration: none;
  color: inherit;
}

.tv2-blog-card__img {
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.tv2-blog-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}

.tv2-blog-card:hover .tv2-blog-card__img img { transform: scale(1.04); }

.tv2-blog-card__body {
  padding: 1.25rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.tv2-blog-card__title {
  font-size: 1.05rem;
  font-weight: 400;
  color: #1F262D;
  margin-bottom: .5rem;
  line-height: 1.35;
}

.tv2-blog-card__desc {
  font-size: .83rem;
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 0;
  flex: 1;
}

/* ── Weather card blurb ───────────────────────────────────────── */
.tv2-weather-card__temp {
  font-size: 1.5rem;
  font-weight: 400;
  color: #1F262D;
  margin-bottom: .6rem;
}

.tv2-weather-card__blurb {
  font-size: .88rem;
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: .75rem;
}

/* ── Season rows (image left, content right) ─────────────────── */
.tv2-season-row {
  display: flex;
  align-items: center;
  gap: 3.5rem;
  padding: 3rem 0;
  border-top: 1px solid rgba(0,0,0,.07);
}

.tv2-season-row:last-child { border-bottom: 1px solid rgba(0,0,0,.07); }

.tv2-season-row--reverse { flex-direction: row-reverse; }

.tv2-season-row__img {
  flex: 0 0 42%;
  border-radius: 1rem;
  overflow: hidden;
}

.tv2-season-row__img img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.tv2-season-row__body { flex: 1; }

.tv2-season-row__heading {
  font-size: 2rem;
  font-weight: 400;
  color: #1F262D;
  margin-bottom: .6rem;
}

.tv2-season-row__list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  columns: 2;
  column-gap: 2rem;
}

.tv2-season-row__list li {
  font-size: .88rem;
  color: #4a5568;
  padding: .35rem 0;
  border-top: 1px solid rgba(0,0,0,.06);
  break-inside: avoid;
}

.tv2-season-row__list li:first-child {
  border-top: none;
  color: #1F262D;
  font-size: .9rem;
  column-span: all;
  padding-bottom: .5rem;
  margin-bottom: .25rem;
  border-bottom: 1px solid rgba(0,0,0,.06);
}

@media (max-width: 767.98px) {
  .tv2-season-row,
  .tv2-season-row--reverse { flex-direction: column; gap: 1.5rem; }
  .tv2-season-row__img { flex: none; width: 100%; }
  .tv2-season-row__list { columns: 1; }
}

/* ── Weather card list ────────────────────────────────────────── */
.tv2-weather-card__list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  text-align: left;
}

.tv2-weather-card__list li {
  font-size: .82rem;
  padding: .4rem 0;
  border-top: 1px solid rgba(0,0,0,.05);
  color: #4a5568;
  display: flex;
  align-items: center;
  gap: .5rem;
}

.tv2-weather-card__list li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #0246BE;
  flex-shrink: 0;
}

/* ── FAQ accordion ────────────────────────────────────────────── */
.tv2-faq { background: #EBF3F9; padding: 5rem 0; }

.tv2-faq__item {
  border-bottom: 1px solid rgba(0,0,0,.08);
}

.tv2-faq__question {
  width: 100%;
  text-align: left;
  padding: 1.1rem 0;
  font-weight: 700;
  font-size: .97rem;
  color: #1F262D;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  gap: 1rem;
  transition: color .15s;
}

.tv2-faq__question:not(.collapsed) { color: #0246BE; }

.tv2-faq__icon {
  flex-shrink: 0;
  color: #0246BE;
  transition: transform .25s ease;
  font-size: .75rem;
}

.tv2-faq__question:not(.collapsed) .tv2-faq__icon {
  transform: rotate(180deg);
}

.tv2-faq__answer {
  padding: 0 0 1.25rem;
  font-size: .93rem;
  color: #4a5568;
  line-height: 1.7;
}

/* Bootstrap card-based FAQ (legacy) */
.tv2-faq .card {
  border: none;
  border-bottom: 1px solid rgba(0,0,0,.08);
  border-radius: 0 !important;
  background: transparent;
}

.tv2-faq .card-header {
  background: transparent;
  border: none;
  padding: 0;
}

.tv2-faq .card-header button {
  width: 100%;
  text-align: left;
  padding: 1.1rem 0;
  font-weight: 700;
  font-size: .97rem;
  color: #1F262D;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  gap: 1rem;
}

.tv2-faq .card-header button[aria-expanded="true"] { color: #0246BE; }

.tv2-faq .card-body {
  padding: 0 0 1.25rem;
  font-size: .93rem;
  color: #4a5568;
  line-height: 1.7;
}

/* ── Responsive ───────────────────────────────────────────────── */
@media (max-width: 991.98px) {
  .tv2-hero { height: 75vh; }
  .tv2-mosaic {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 210px 165px;
  }
  .tv2-stat-row { flex-wrap: wrap; }
  .tv2-stat { flex: 0 0 50%; border-bottom: 1px solid rgba(0,0,0,.06); }
  .tv2-stat:nth-child(2) { border-right: none; }
}

@media (max-width: 767.98px) {
  .tv2-hero { height: 82vh; align-items: center; }
  .tv2-hero__title { font-size: 2.2rem; }
  .tv2-intro,
  .tv2-vibes,
  .tv2-story,
  .tv2-links,
  .tv2-neighborhoods,
  .tv2-blog,
  .tv2-rentals,
  .tv2-faq,
  .tv2-cta { padding: 3.5rem 0; }
  .tv2-mosaic { display: none; }
  .tv2-mosaic-mobile { display: grid !important; grid-template-columns: 1fr 1fr; gap: .6rem; }
  .tv2-mosaic-mobile img { border-radius: .75rem; width: 100%; height: 160px; object-fit: cover; }
  .tv2-stat { flex: 0 0 50%; }
  .tv2-explore-mosaic { grid-template-columns: repeat(3, 1fr); }
}
