/* ============================================================
   All 4 ATL Homes — styles v2 (editorial)
   ============================================================ */

/* Larken Serif */
@font-face { font-family: 'Larken'; src: url('../fonts/Larken-Regular.otf') format('opentype'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Larken'; src: url('../fonts/Larken-Italic.otf') format('opentype'); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: 'Larken'; src: url('../fonts/Larken-Medium.otf') format('opentype'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Larken'; src: url('../fonts/Larken-MediumItalic.otf') format('opentype'); font-weight: 500; font-style: italic; font-display: swap; }
@font-face { font-family: 'Larken'; src: url('../fonts/Larken-Bold.otf') format('opentype'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'Larken'; src: url('../fonts/Larken-BoldItalic.otf') format('opentype'); font-weight: 700; font-style: italic; font-display: swap; }

:root {
  --navy:      #ef4345;
  --navy-2:    #d63032;
  --peach:     #ef4345;
  --peach-lt:  #f36c6e;
  --gold:      #c8962a;

  --body:      #faf8f8;
  --paper:     #ffffff;
  --tint:      #fdf0f0;
  --rule:      #e2d6d6;
  --rule-lt:   #ece2e2;
  --ad-bg:     #ece6e6;

  --text:      #1a1a1a;
  --text-2:    #444444;
  --text-3:    #888888;

  --serif: 'Larken', Georgia, 'Times New Roman', serif;
  --sans:  'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --r-sm: 0px;
  --r:    0px;
  --r-lg: 0px;

  --sh-sm: 0 1px 6px rgba(0,0,0,.08);
  --sh:    0 4px 16px rgba(0,0,0,.09);
  --sh-lg: 0 16px 40px rgba(0,0,0,.12);

  --wrap: 1100px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--sans);
  color: var(--text);
  background: var(--body);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
ul { list-style: none; padding: 0; }
:focus-visible { outline: 2px solid var(--peach); outline-offset: 2px; border-radius: 3px; }

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: 24px; }
.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
section[id], main[id] { scroll-margin-top: 72px; }

/* ============================================================
   Typography
   ============================================================ */
.eyebrow {
  font: 700 .68rem/1 var(--sans);
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--text-3); margin-bottom: 12px;
}
.eyebrow--accent { color: var(--peach); }

.section__title {
  font-family: var(--serif); font-weight: 700;
  font-size: clamp(1.7rem, 1rem + 2.6vw, 2.75rem);
  line-height: 1.12; letter-spacing: -.01em; color: var(--text);
}
.section__sub {
  font-size: 1rem; color: var(--text-2);
  max-width: 60ch; margin-top: 14px; line-height: 1.6;
}
.section__sub--center { margin-inline: auto; text-align: center; }
.section__note { color: var(--text-3); margin-top: 28px; font-size: .9rem; }

/* Section label bar (editorial rule) */
.section-label {
  font: 700 .68rem/1 var(--sans); letter-spacing: .14em;
  text-transform: uppercase; color: var(--text-3);
  padding-block: 9px; margin-bottom: 24px;
  border-top: 2px solid var(--navy); border-bottom: 1px solid var(--rule);
}

/* ============================================================
   Buttons
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  font-weight: 600; font-size: .9rem; line-height: 1;
  padding: 12px 22px; border-radius: var(--r-sm);
  transition: transform .15s, box-shadow .15s, background .15s, color .15s;
  white-space: nowrap;
}
.btn--sm  { padding: 9px 16px; font-size: .84rem; }
.btn--lg  { padding: 14px 26px; font-size: .96rem; }
.btn--block { width: 100%; }
.btn--primary { background: var(--peach); color: #fff; box-shadow: 0 4px 12px rgba(239,67,69,.25); }
.btn--primary:hover { background: #cb393b; transform: translateY(-1px); }
.btn--ghost { background: transparent; color: var(--text); box-shadow: inset 0 0 0 1.5px var(--rule); }
.btn--ghost:hover { box-shadow: inset 0 0 0 1.5px var(--text); transform: translateY(-1px); }
.btn--dark  { background: #2d0a0b; color: #fff; }
.btn--dark:hover { background: #3d0f10; transform: translateY(-1px); }

/* ============================================================
   Ad Slots
   ============================================================ */
.ad-slot { text-align: center; background: var(--body); padding: 12px 24px; }
.ad-slot--top {
  background: var(--ad-bg); border-bottom: 2px solid var(--navy); padding: 0;
  line-height: 0;
}
.ad-slot--top .ad-slot__label { padding: 6px 12px; line-height: 1; }
.ad-slot--leaderboard {
  border-top: 1px solid var(--rule); border-bottom: 2px solid var(--navy); padding: 14px 24px;
}
.ad-slot__label {
  font: 600 9px/1 var(--sans); letter-spacing: .12em;
  text-transform: uppercase; color: var(--text-3); margin-bottom: 8px;
}
.ad-slot__frame {
  min-height: 90px; background: var(--ad-bg);
  border: 1px dashed var(--rule); border-radius: var(--r-sm);
  display: flex; align-items: center; justify-content: center;
  max-width: 728px; margin: 0 auto;
  color: var(--text-3); font-size: .78rem; font-weight: 500; letter-spacing: .04em;
}
.ad-slot--rail .ad-slot__frame { min-height: 250px; max-width: 100%; }

/* ============================================================
   Header / Masthead (2-row: centered brand + nav bar)
   ============================================================ */
.header {
  position: sticky; top: 0; z-index: 100;
  background: var(--navy);
}

/* Row 1: centered wordmark */
.masthead__brand-row {
  display: flex; justify-content: center; align-items: center;
  padding: 14px 24px 12px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.masthead__brand-wrap {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
}
.masthead__tagline {
  color: rgba(255,255,255,.72);
  font: 500 .72rem/1 var(--sans);
  letter-spacing: .04em;
  text-transform: uppercase;
}
.brand { color: #fff; display: inline-flex; align-items: center; }
.brand__mark { height: 42px; width: auto; }
.brand:hover { opacity: .82; }

/* Row 2: nav bar */
.masthead__nav-row {
  background: var(--navy-2);
  background-image: repeating-linear-gradient(
    45deg,
    rgba(255,255,255,.04) 0px,
    rgba(255,255,255,.04) 1px,
    transparent 1px,
    transparent 7px
  );
}
.masthead__nav-inner {
  display: flex; align-items: center; gap: 22px; padding-block: 9px;
}
.nav { display: flex; gap: 26px; }
.nav a {
  color: rgba(255,255,255,.7); font-size: .86rem; font-weight: 500;
  padding-block: 4px; position: relative; white-space: nowrap;
}
.nav a:hover { color: #fff; }
.nav a::after {
  content: ""; position: absolute; left: 0; bottom: -2px;
  width: 0; height: 1.5px; background: var(--peach-lt);
  transition: width .2s;
}
.nav a:hover::after { width: 100%; }
.header__cta { margin-left: auto; }
.header__cta .btn--primary {
  background: #fff; color: var(--peach); box-shadow: none;
}
.header__cta .btn--primary:hover {
  background: rgba(255,255,255,.88); transform: translateY(-1px);
}

.nav-toggle {
  display: none; margin-left: auto;
  width: 40px; height: 40px; flex-direction: column;
  gap: 5px; align-items: center; justify-content: center;
}
.nav-toggle span { width: 22px; height: 2px; background: #fff; border-radius: 1px; transition: .22s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1){ transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2){ opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3){ transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  display: none; flex-direction: column; gap: 0;
  background: var(--navy); border-top: 1px solid rgba(255,255,255,.08);
  padding: 6px 0 18px;
}
.mobile-menu a {
  color: rgba(255,255,255,.78); padding: 13px 24px;
  font-size: 1rem; font-weight: 500;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.mobile-menu a:hover { color: #fff; background: rgba(255,255,255,.04); }
.mobile-menu .btn { margin: 14px 24px 0; border-bottom: none; }

/* ============================================================
   Lead Story  (FT 3-col: text | card | sidebar)
   ============================================================ */
.lead-story {
  background: var(--paper);
  padding: 28px 0 0;
}
.lead-story__inner {
  display: grid;
  grid-template-columns: 290px 1fr;
  gap: 0;
  align-items: stretch;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: 24px;
  padding-bottom: 28px;
}

/* Column 1: text/meta */
.lead-story__text {
  padding: 0 28px 0 0;
  display: flex; flex-direction: column; justify-content: center;
  border-right: 1px solid var(--rule);
}
.lead-story__text .video-card__cat {
  font: 700 .7rem/1 var(--sans); letter-spacing: .1em;
  text-transform: uppercase; color: var(--peach); margin-bottom: 14px;
}
.lead-story__text .video-card__title {
  font-family: var(--serif);
  font-size: clamp(1.2rem, .6rem + 1.6vw, 1.9rem);
  font-weight: 700; line-height: 1.12; color: var(--text);
}
.lead-story__text .video-card__sub {
  font-size: .84rem; color: var(--text-2); margin-top: 13px; line-height: 1.55;
}
.lead-story__text .featured-tag {
  display: inline-block; margin-top: 22px; align-self: flex-start;
  background: var(--tint); border: 1px solid var(--rule);
  font: 700 .64rem/1 var(--sans); letter-spacing: .1em;
  text-transform: uppercase; padding: 7px 13px; color: var(--text-2);
}

/* Column 2: featured card (image + caption below, like FT) */
.lead-story__main {
  cursor: pointer; transition: opacity .15s;
  border: 1px solid var(--rule);
  margin-inline: 24px;
}
.lead-story__main:hover { opacity: .93; }
.lead-story__main .featured-img-wrap {
  position: relative; overflow: hidden; background: var(--navy);
  aspect-ratio: 16/9;
}
.lead-story__main .featured-img-wrap img {
  width: 100%; height: 100%; display: block; object-fit: cover;
}
.lead-story__main .play {
  position: absolute; inset: 0; margin: auto;
  width: 56px; height: 56px;
}
.lead-story__main .play span {
  border-width: 10px 0 10px 17px;
  border-color: transparent transparent transparent rgba(255,255,255,.9);
}
.lead-story__main .video-card__live {
  position: absolute; top: 12px; left: 12px;
  background: rgba(10,23,38,.78); color: #fff;
  font: 700 .64rem/1 var(--sans); letter-spacing: .1em;
  padding: 5px 10px;
}

/* Legacy .video-card--lead (unused in lead story, keep for fallback) */
.video-card--lead {
  display: grid; grid-template-columns: 1fr 1.55fr; align-items: stretch;
  background: var(--paper); border-radius: 0; box-shadow: none; border: none;
  flex: 1; min-height: 0;
}
.video-card--lead .video-card__meta {
  padding: 28px 26px; display: flex; flex-direction: column; justify-content: center;
  order: 1;
}
.video-card--lead .video-card__thumb {
  position: relative; order: 2;
  background: var(--navy); overflow: hidden;
  height: 100%; min-height: 360px;
}
.video-card--lead .video-card__thumb img,
.video-card--lead .video-card__thumb svg {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.video-card--lead .video-card__ph { position: absolute; inset: 0; }
.video-card--lead .video-card__cat {
  font: 700 .7rem/1 var(--sans); letter-spacing: .1em;
  text-transform: uppercase; color: var(--peach); margin-bottom: 12px;
}
.video-card--lead .video-card__title {
  font-family: var(--serif);
  font-size: clamp(1.2rem, .8rem + 1.8vw, 1.9rem);
  font-weight: 700; line-height: 1.18; color: var(--text);
}
.video-card--lead .video-card__sub { font-size: .88rem; color: var(--text-3); margin-top: 12px; }
.video-card--lead .play { width: 52px; height: 52px; }
.video-card--lead .play span {
  border-width: 9px 0 9px 16px;
  border-color: transparent transparent transparent rgba(255,255,255,.9);
}

/* Lead story sidebar */
.lead-story__sidebar { padding: 18px 20px; background: var(--paper); }
.sidebar__label {
  font: 700 .68rem/1 var(--sans); letter-spacing: .12em;
  text-transform: uppercase; color: var(--text);
  padding-bottom: 10px; margin-bottom: 0;
  border-bottom: 2px solid var(--text);
}
/* Sidebar — article card (image on top, text below) */
.sidebar-ep {
  display: block; padding: 13px 0;
  border-bottom: 1px solid var(--rule-lt);
  cursor: pointer; transition: opacity .15s;
}
.sidebar-ep:hover { opacity: .76; }
.sidebar-ep:last-of-type { border-bottom: none; }
.sidebar-ep__thumb {
  position: relative; width: 100%; aspect-ratio: 16/9;
  overflow: hidden; background: var(--navy); margin-bottom: 10px;
}
.sidebar-ep__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sidebar-ep__ph { position: absolute; inset: 0; background: linear-gradient(135deg, #143251, #0a1726); }
.sidebar-ep__info {}
.sidebar-ep__cat {
  font: 700 .62rem/1 var(--sans); letter-spacing: .06em;
  text-transform: uppercase; color: var(--peach); margin-bottom: 6px;
}
.sidebar-ep__title {
  font-family: var(--serif); font-size: .92rem; font-weight: 700;
  line-height: 1.3; color: var(--text);
  display: -webkit-box; -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; overflow: hidden;
}
.sidebar__more {
  display: inline-block; margin-top: 16px;
  font: 600 .82rem/1 var(--sans); color: var(--peach);
  text-decoration: underline; text-underline-offset: 3px;
}
.sidebar__more:hover { color: #c94e25; }

/* ============================================================
   Service Navigation (category icon strip)
   ============================================================ */
.service-nav {
  background: #fff;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.service-nav__grid {
  display: flex;
  justify-content: center;
}
.service-nav__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 22px 0;
  flex: 1;
  max-width: 160px;
  color: var(--text-2);
  font: 600 .78rem/1 var(--sans);
  letter-spacing: .02em;
  text-align: center;
  transition: color .15s;
}
.service-nav__item:hover { color: var(--peach); }
.service-nav__icon {
  width: 52px; height: 52px;
  border-radius: 50%;
  background: var(--tint);
  border: 1.5px solid var(--rule);
  display: flex; align-items: center; justify-content: center;
  color: var(--peach);
  padding: 13px;
  transition: background .15s, border-color .15s, transform .15s, color .15s;
}
.service-nav__item:hover .service-nav__icon {
  background: var(--peach);
  color: #fff;
  border-color: var(--peach);
  transform: translateY(-2px);
}
@media (max-width: 640px) {
  .service-nav__grid { flex-wrap: wrap; }
  .service-nav__item { max-width: none; width: 33.33%; min-width: 0; }
}

/* ============================================================
   Recent Articles (below featured story)
   ============================================================ */
.recent-articles {
  background: var(--paper);
  padding: 18px 0 28px;
}
.recent-articles__inner {
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: 24px;
  padding-top: 18px;
}
.recent-articles__label {
  font: 700 .68rem/1 var(--sans);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--text);
  padding-bottom: 10px;
  margin-bottom: 18px;
  border-bottom: 2px solid var(--text);
  display: inline-block;
}
.article-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.article-card {
  padding-right: 20px;
  border-right: 1px solid var(--rule-lt);
  cursor: pointer;
  transition: opacity .15s;
}
.article-card:hover { opacity: .72; }
.article-card:last-child { border-right: none; padding-right: 0; }
.article-card + .article-card { padding-left: 20px; }
.article-card__thumb {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 11px;
  overflow: hidden;
  background: linear-gradient(135deg, #143251, #0a1726);
}
.article-card__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.article-card__cat {
  font: 700 .62rem/1 var(--sans);
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--peach);
  margin-bottom: 6px;
}
.article-card__title {
  font-family: var(--serif);
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--text);
}
.article-card__byline {
  font-size: .74rem;
  color: var(--text-3);
  margin-top: 6px;
}

/* ============================================================
   Sections
   ============================================================ */
.section { padding-block: clamp(48px, 6vw, 84px); border-top: 1px solid var(--rule); }
.section--tint  { background: #fdf0f0; color: var(--text); }
.section--tint .section__title { color: var(--text); }
.section--tint .section__sub { color: var(--text-2); }
.section--tint .dir-cta p { color: var(--text-2); }
.section--tint .dir-cta .btn--primary { background: var(--peach); color: #fff; }
.section--tint .dir-cta .btn--primary:hover { background: #cb393b; }
.section--tint .dir-card {
  background: #fff; border: 1px solid rgba(239,67,69,.14); color: var(--text);
}
.section--tint .dir-card:hover { background: #fff; box-shadow: 0 8px 24px rgba(239,67,69,.1); }
.section--tint .dir-card__name { color: var(--text); }
.section--tint .dir-card__cat { color: var(--peach); }
.section--tint .dir-card__desc { color: var(--text-2); }
.section--tint .dir-card__foot { border-top-color: var(--rule); }
.section--tint .dir-card__watch { color: var(--text); }
.section--tint .dir-card__verified { color: #137a4d; }
.section--light { background: var(--paper); }

.section__head { max-width: 580px; margin-bottom: 32px; }
.section__head--row {
  max-width: 100%; display: flex;
  justify-content: space-between; align-items: flex-end;
  gap: 22px; flex-wrap: wrap;
}
.section__head--center { max-width: 660px; margin-inline: auto; text-align: center; margin-bottom: 44px; }

/* ============================================================
   Filters
   ============================================================ */
.filters { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 26px; }
.filter-btn {
  padding: 7px 16px; border-radius: var(--r-sm);
  font-size: .84rem; font-weight: 600; color: var(--text-2);
  background: var(--paper); box-shadow: inset 0 0 0 1px var(--rule);
  transition: .14s;
}
.filter-btn:hover { color: var(--text); box-shadow: inset 0 0 0 1px var(--text); }
.filter-btn.is-active { background: var(--navy); color: #fff; box-shadow: none; }

/* ============================================================
   Video Cards
   ============================================================ */
.video-card {
  background: var(--paper); border-radius: var(--r);
  overflow: hidden; border: 1px solid var(--rule);
  color: var(--text); transition: transform .2s, box-shadow .2s; cursor: pointer;
}
.video-card:hover { transform: translateY(-3px); box-shadow: var(--sh); }

.video-card__thumb {
  position: relative; aspect-ratio: 16/9;
  background: var(--navy); overflow: hidden;
}
.video-card__thumb img { width: 100%; height: 100%; object-fit: cover; }
.video-card__ph {
  position: absolute; inset: 0; display: grid; place-items: center;
  background: linear-gradient(135deg, #143251, #0a1726);
}
.ph-badge { font-family: var(--serif); font-size: .9rem; color: rgba(255,255,255,.42); letter-spacing: .04em; }
.video-card__dur {
  position: absolute; bottom: 10px; right: 10px;
  background: rgba(10,23,38,.85); color: #fff;
  font: 600 .7rem/1 var(--sans); padding: 4px 8px; border-radius: 4px;
}
.video-card__live {
  position: absolute; top: 10px; left: 10px;
  background: rgba(10,23,38,.78); color: #fff;
  font: 700 .64rem/1 var(--sans); letter-spacing: .1em;
  padding: 5px 10px; border-radius: 4px;
}

.play {
  position: absolute; inset: 0; margin: auto;
  width: 50px; height: 50px; border-radius: 50%;
  background: rgba(255,255,255,.18); display: grid; place-items: center;
  box-shadow: 0 2px 10px rgba(0,0,0,.22); transition: transform .18s, background .18s;
}
.play span {
  width: 0; height: 0; border-style: solid;
  border-width: 9px 0 9px 15px;
  border-color: transparent transparent transparent rgba(255,255,255,.9);
  margin-left: 3px;
}
.video-card:hover .play, .play:hover { transform: scale(1.1); background: rgba(255,255,255,.28); }

.video-card__meta { padding: 15px 17px 18px; }
.video-card__cat {
  font: 700 .66rem/1 var(--sans); letter-spacing: .08em;
  text-transform: uppercase; color: var(--peach); margin-bottom: 7px;
}
.video-card__title { font-family: var(--serif); font-size: 1.02rem; font-weight: 700; line-height: 1.25; }
.video-card__sub { font-size: .83rem; color: var(--text-3); margin-top: 6px; }

/* Video grid */
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }

/* ============================================================
   Content with Rail
   ============================================================ */
.content-with-rail {
  display: grid; grid-template-columns: 1fr 300px;
  gap: 36px; align-items: start;
}
.content-with-rail .video-grid { grid-template-columns: repeat(2, 1fr); }
.rail { display: flex; flex-direction: column; gap: 22px; position: sticky; top: 80px; }
.rail__promo {
  background: var(--paper); border: 1px solid var(--rule);
  border-radius: var(--r); padding: 18px;
}
.rail__promo-head {
  font-family: var(--serif); font-weight: 700; font-size: 1rem;
  padding-bottom: 10px; margin-bottom: 11px;
  border-bottom: 2px solid var(--text);
}
.rail__promo p { font-size: .88rem; color: var(--text-2); margin-bottom: 14px; line-height: 1.55; }

/* ============================================================
   Shorts
   ============================================================ */
.shorts-row {
  display: grid; grid-auto-flow: column; grid-auto-columns: 198px;
  gap: 13px; overflow-x: auto; padding-bottom: 10px;
  scroll-snap-type: x mandatory;
}
.shorts-row::-webkit-scrollbar { height: 5px; }
.shorts-row::-webkit-scrollbar-thumb { background: var(--rule); border-radius: 100px; }
.short-card {
  scroll-snap-align: start; position: relative;
  aspect-ratio: 9/16; border-radius: var(--r);
  overflow: hidden; background: linear-gradient(160deg, #143251, #0a1726);
  cursor: pointer; border: 1px solid var(--rule); transition: transform .18s;
}
.short-card:hover { transform: translateY(-3px); }
.short-card__ph { position: absolute; inset: 0; background: radial-gradient(240px 180px at 60% 25%, rgba(255,122,80,.26), transparent 60%); }
.short-card img { width: 100%; height: 100%; object-fit: cover; }
.short-card__grad { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(10,23,38,.9)); }
.short-card__play {
  position: absolute; top: 12px; right: 12px;
  width: 30px; height: 30px; border-radius: 50%;
  background: rgba(255,255,255,.18); display: grid; place-items: center;
}
.short-card__play span {
  width: 0; height: 0; border-style: solid;
  border-width: 5px 0 5px 9px;
  border-color: transparent transparent transparent rgba(255,255,255,.9); margin-left: 2px;
}
.short-card__cap { position: absolute; left: 12px; right: 12px; bottom: 12px; }
.short-card__cat {
  font: 700 .62rem/1 var(--sans); letter-spacing: .08em;
  text-transform: uppercase; color: #f0b35e;
}
.short-card__title { color: #fff; font-weight: 600; font-size: .86rem; line-height: 1.25; margin-top: 4px; }

/* ============================================================
   Split sections
   ============================================================ */
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 52px; align-items: center; }
.split--reverse .split__copy { order: 2; }

.checklist { display: grid; gap: 13px; margin: 20px 0 26px; }
.checklist li { position: relative; padding-left: 28px; color: var(--text-2); font-size: .97rem; }
.checklist li::before {
  content: "✓"; position: absolute; left: 0; top: 0;
  width: 19px; height: 19px; border-radius: 50%;
  background: var(--peach); color: #fff;
  font: 700 .64rem/1 var(--sans); display: grid; place-items: center;
}
.checklist strong { color: var(--text); }

.stat-card {
  background: var(--paper); color: var(--text);
  border: 1px solid var(--rule); border-radius: var(--r-lg);
  padding: 26px; box-shadow: var(--sh);
}
.stat-card__row { padding-block: 15px; border-bottom: 1px solid var(--rule-lt); }
.stat-card__row:first-child { padding-top: 0; }
.stat { display: flex; gap: 14px; align-items: baseline; }
.stat strong { font-family: var(--serif); font-size: 1.9rem; color: var(--peach); flex-shrink: 0; min-width: 3.5ch; }
.stat span { font-size: .92rem; color: var(--text-2); }
.quote {
  margin-top: 18px; font-family: var(--serif); font-style: italic;
  font-size: 1.02rem; line-height: 1.45; color: var(--text);
  border-left: 3px solid var(--peach); padding-left: 16px;
}
.quote cite { display: block; margin-top: 10px; font-style: normal; font: 500 .76rem/1 var(--sans); color: var(--text-3); }

/* ============================================================
   Directory
   ============================================================ */
.dir-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.dir-card {
  background: rgba(255,255,255,.06); border-radius: var(--r);
  border: 1px solid rgba(255,255,255,.12); padding: 20px;
  transition: transform .18s, box-shadow .18s; cursor: pointer;
  color: #fff;
}
.dir-card:hover { background: rgba(255,255,255,.1); transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,.3); }
.dir-card:hover { transform: translateY(-3px); box-shadow: var(--sh); }
.dir-card__top { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.dir-card__logo {
  width: 44px; height: 44px; border-radius: var(--r);
  overflow: hidden; flex-shrink: 0;
  background: rgba(255,255,255,.12);
  display: flex; align-items: center; justify-content: center;
}
.dir-card__logo svg { width: 100%; height: 100%; display: block; }
.dir-card__logo img { width: 100%; height: 100%; object-fit: contain; display: block; }
.dir-card__name { font-weight: 700; font-size: .96rem; color: #fff; }
.dir-card__cat { font-size: .76rem; color: var(--peach-lt); font-weight: 600; margin-top: 2px; }
.dir-card__desc { color: rgba(255,255,255,.65); font-size: .88rem; line-height: 1.5; }
.dir-card__foot {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: 12px; padding-top: 11px; border-top: 1px solid rgba(255,255,255,.1);
}
.dir-card__watch { font: 600 .84rem/1 var(--sans); color: #fff; display: inline-flex; align-items: center; gap: 5px; }
.dir-card__watch::before { content: "▶"; color: var(--peach-lt); font-size: .7rem; }
.dir-card__verified { font: 600 .72rem/1 var(--sans); color: #4ecf8e; display: inline-flex; align-items: center; gap: 4px; }
.dir-cta { text-align: center; margin-top: 36px; }
.dir-cta p { color: var(--text-2); margin-bottom: 13px; font-size: .92rem; }

/* ============================================================
   Contractors — value cards, how it works, pricing
   ============================================================ */
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 52px; }
.value-card {
  background: var(--paper); border: 1px solid var(--rule);
  border-radius: var(--r-lg); padding: 24px; position: relative;
  transition: transform .18s, box-shadow .18s;
}
.value-card:hover { transform: translateY(-3px); box-shadow: var(--sh); }
.value-card--feature { border-color: var(--peach); border-width: 2px; background: #fff9f7; }
.value-card__icon {
  width: 42px; height: 42px; border-radius: var(--r);
  background: var(--tint); display: grid; place-items: center;
  font-size: 1.2rem; margin-bottom: 14px;
}
.value-card--feature .value-card__icon { background: rgba(232,95,51,.1); }
.value-card h3 { font-family: var(--serif); font-size: 1.15rem; font-weight: 700; margin-bottom: 9px; }
.value-card p { color: var(--text-2); font-size: .92rem; line-height: 1.55; }
.value-card em { color: var(--peach); font-style: normal; font-weight: 600; }
.value-card__tag {
  position: absolute; top: 18px; right: 18px;
  background: var(--peach); color: #fff;
  font: 700 .62rem/1 var(--sans); letter-spacing: .06em;
  text-transform: uppercase; padding: 5px 10px; border-radius: 4px;
}

.how { border-top: 1px solid var(--rule); padding-top: 44px; margin-bottom: 52px; }
.how__title { font-family: var(--serif); font-size: 1.35rem; font-weight: 700; text-align: center; margin-bottom: 32px; }
.how__steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.how__steps li { display: flex; gap: 13px; align-items: flex-start; }
.how__steps strong { color: var(--text); }
.how__steps div { color: var(--text-2); font-size: .93rem; }
.how__num {
  flex-shrink: 0; width: 34px; height: 34px; border-radius: 50%;
  background: var(--navy); color: #fff;
  font: 700 .95rem/1 var(--serif); display: grid; place-items: center;
}

.pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: start; }
.price-card {
  background: var(--paper); border: 1px solid var(--rule);
  border-radius: var(--r-lg); padding: 26px; position: relative;
}
.price-card--featured { border-color: var(--navy); border-width: 2px; box-shadow: var(--sh); transform: scale(1.02); }
.price-card__flag {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--navy); color: #fff;
  font: 700 .64rem/1 var(--sans); padding: 5px 14px;
  border-radius: 4px; letter-spacing: .04em; white-space: nowrap;
}
.price-card__name { font-family: var(--serif); font-size: 1.3rem; font-weight: 700; }
.price-card__desc { font-size: .86rem; color: var(--text-3); margin: 5px 0 18px; }
.price-card ul { display: grid; gap: 9px; margin-bottom: 22px; }
.price-card li { position: relative; padding-left: 20px; font-size: .88rem; color: var(--text-2); }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--peach); font-weight: 700; }
.pricing__note { text-align: center; color: var(--text-3); margin-top: 26px; font-size: .88rem; }

/* ============================================================
   About
   ============================================================ */
.about__body { color: var(--text-2); margin-top: 13px; font-size: .96rem; line-height: 1.7; }
.about__signoff { display: flex; align-items: center; gap: 12px; margin-top: 26px; }
.about__avatar {
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--navy); color: var(--peach-lt);
  font: 700 1rem/1 var(--serif); display: grid; place-items: center;
}
.about__signoff strong { display: block; font-size: .92rem; }
.about__signoff span { font-size: .8rem; color: var(--text-3); }
.about__card {
  background: var(--paper); border: 1px solid var(--rule);
  border-radius: var(--r-lg); padding: 26px;
}
.about__card-head { font-weight: 700; color: var(--navy); margin-bottom: 11px; font-size: .96rem; }
.about__card p { color: var(--text-2); font-size: .93rem; }
.about__pills { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 18px; }
.about__pills span {
  background: var(--tint); border: 1px solid var(--rule);
  padding: 6px 13px; border-radius: var(--r-sm);
  font: 600 .78rem/1 var(--sans); color: var(--navy);
}

/* ============================================================
   Get Featured form
   ============================================================ */
.cta-split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.cta-points { display: grid; gap: 9px; margin-top: 20px; }
.cta-points li { color: var(--text-2); font-weight: 500; font-size: .93rem; }

.form {
  background: var(--paper); color: var(--text);
  border-radius: var(--r-lg); padding: 26px;
  border: 1px solid var(--rule); box-shadow: var(--sh);
}
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.form label { display: block; font: 600 .78rem/1 var(--sans); color: var(--text-2); margin-bottom: 13px; }
.form input, .form select, .form textarea {
  width: 100%; margin-top: 6px; padding: 11px 12px; font: inherit;
  color: var(--text); background: var(--body);
  border: 1px solid var(--rule); border-radius: var(--r-sm); transition: border .14s;
}
.form input:focus, .form select:focus, .form textarea:focus {
  outline: none; border-color: var(--peach); background: var(--paper);
}
.form textarea { resize: vertical; }
.form__success {
  background: #eafaf1; color: #137a4d;
  padding: 12px; border-radius: var(--r-sm); margin-top: 13px;
  text-align: center; font: 600 .88rem/1.4 var(--sans);
}

/* ============================================================
   Newsletter
   ============================================================ */
.news { background: var(--tint); border-top: 1px solid var(--rule); }
.news__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 26px; padding-block: 42px; flex-wrap: wrap;
}
.news__inner h3 { font-family: var(--serif); font-size: 1.5rem; font-weight: 700; }
.news__inner p { color: var(--text-2); margin-top: 5px; font-size: .93rem; max-width: 42ch; }
.news__form { display: flex; gap: 8px; flex-shrink: 0; }
.news__form input {
  padding: 11px 16px; border: 1px solid var(--rule); border-radius: var(--r-sm);
  font: inherit; min-width: 210px; background: var(--paper);
}
.news__form input:focus { outline: none; border-color: var(--peach); }
.news__success { width: 100%; text-align: right; color: #137a4d; font: 600 .88rem/1 var(--sans); }

/* ============================================================
   Footer
   ============================================================ */
.footer { background: #2d0a0b; color: rgba(255,255,255,.62); padding-block: 46px 22px; }
.footer__inner {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1.3fr;
  gap: 34px; padding-bottom: 34px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.footer__wordmark { font-family: var(--serif); font-size: 1.2rem; font-weight: 700; color: #fff; }
.footer__logo { height: 32px; width: auto; color: #fff; display: block; margin-bottom: 8px; }
.footer__tag { margin-top: 7px; max-width: 28ch; font-size: .86rem; }
.footer__h { color: rgba(255,255,255,.88); font: 700 .7rem/1 var(--sans); letter-spacing: .1em; text-transform: uppercase; margin-bottom: 13px; }
.footer__col a { display: block; padding: 4px 0; font-size: .88rem; transition: color .14s; }
.footer__col a:hover { color: var(--peach-lt); }
.footer__bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 18px; font-size: .8rem; flex-wrap: wrap; gap: 7px;
}
.footer__legal a:hover { color: var(--peach-lt); }

/* ============================================================
   Modal
   ============================================================ */
.modal { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; padding: 24px; }
.modal[hidden] { display: none; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(5,12,22,.86); backdrop-filter: blur(8px); animation: fade .2s ease; }
.modal__panel { position: relative; width: min(960px, 100%); animation: pop .22s ease; }
.modal__video { aspect-ratio: 16/9; background: #000; border-radius: var(--r); overflow: hidden; box-shadow: var(--sh-lg); }
.modal__video iframe { width: 100%; height: 100%; border: 0; }
.modal__placeholder {
  width: 100%; height: 100%; display: grid; place-items: center;
  text-align: center; color: rgba(255,255,255,.6); padding: 40px;
  background: linear-gradient(135deg, #143251, #0a1726);
}
.modal__placeholder strong { display: block; color: #fff; font-family: var(--serif); font-size: 1.2rem; margin-bottom: 8px; }
.modal__close {
  position: absolute; top: -44px; right: 0;
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255,255,255,.14); color: #fff;
  font-size: 1rem; display: grid; place-items: center; transition: background .14s;
}
.modal__close:hover { background: rgba(255,255,255,.28); }
@keyframes fade { from { opacity: 0; } }
@keyframes pop  { from { opacity: 0; transform: scale(.96) translateY(8px); } }

/* ============================================================
   Reveal
   ============================================================ */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s cubic-bezier(.2,.7,.3,1), transform .6s cubic-bezier(.2,.7,.3,1); }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 980px) {
  .nav, .header__cta { display: none; }
  .nav-toggle { display: flex; }
  .mobile-menu:not([hidden]) { display: flex; }
  .video-card--lead { grid-template-columns: 1fr; min-height: auto; }
  .video-card--lead .video-card__thumb { aspect-ratio: 16/9; order: 1; }
  .video-card--lead .video-card__meta { order: 2; }
  .split, .cta-split { grid-template-columns: 1fr; gap: 30px; }
  .split--reverse .split__copy { order: 0; }
  .value-grid, .how__steps, .pricing { grid-template-columns: 1fr 1fr; }
  .price-card--featured { transform: none; }
  .video-grid { grid-template-columns: 1fr 1fr; }
  .dir-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 1020px) {
  .lead-story__inner { grid-template-columns: 200px 1fr; padding-inline: 16px; }
}
@media (max-width: 880px) {
  .article-row { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .article-card { padding-right: 0; padding-left: 0 !important; border-right: none; border-bottom: 1px solid var(--rule-lt); padding-bottom: 14px; }
  .article-card:last-child { border-bottom: none; padding-bottom: 0; }
}
@media (max-width: 880px) {
  .lead-story__inner { grid-template-columns: 1fr; padding-bottom: 0; }
  .lead-story__text { border-right: none; border-bottom: 1px solid var(--rule); padding: 0 0 22px; }
  .lead-story__main { margin-inline: 0; margin-top: 22px; }
  .content-with-rail { grid-template-columns: 1fr; }
  .content-with-rail .video-grid { grid-template-columns: 1fr 1fr; }
  .rail { position: static; }
  .ad-slot--rail .ad-slot__frame { max-width: 728px; min-height: 90px; }
}
@media (max-width: 640px) {
  .wrap { padding-inline: 16px; }
  .video-grid, .dir-grid, .value-grid, .how__steps, .pricing, .form__row { grid-template-columns: 1fr; }
  .section__head--row { flex-direction: column; align-items: flex-start; }
  .news__form { width: 100%; }
  .news__form input { min-width: 0; flex: 1; }
  .footer__inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 430px) {
  .footer__inner { grid-template-columns: 1fr; gap: 22px; }
  .btn--lg { padding: 13px 20px; font-size: .92rem; }
  .dateline__inner { font-size: .6rem; }
}
