/* ── NEWSVALUES VICTORIAN THEME — main.css ── */

:root {
  --parch:  #f8f3e6;
  --parch2: #f4ecda;
  --parch3: #eee8d0;
  --ink:    #2c1a0e;
  --ink2:   #4a2e18;
  --rust:   #7a3b1e;
  --gold:   #9a6b1a;
  --gold2:  #c89a3a;
  --rule:   #b09060;
  --frak:   'Cormorant Garamond', Garamond, Georgia, serif;
  --head:   'Cormorant Garamond', Georgia, serif;
  --sc:     'Cormorant SC', 'Cormorant Garamond', serif;
  --body:   'IM Fell English', Georgia, serif;
}

*, *::before, *::after { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--parch);
  color: var(--ink);
  font-family: var(--body);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
a:hover { color: var(--rust); }

img { max-width: 100%; height: auto; display: block; }

.nv-wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

/* ── MASTHEAD ── */
header.nv-mast { border-bottom: 3px double var(--rule); background: var(--parch); }

.nv-mast-strip {
  border-bottom: 1px solid var(--rule);
  padding: 7px 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  font-family: var(--sc);
  font-size: 14px;
  letter-spacing: .14em;
  color: var(--ink2);
}
.nv-mast-strip .left  { text-align: left; }
.nv-mast-strip .centre{ text-align: center; color: var(--ink); }
.nv-mast-strip .right { text-align: right; }

.nv-mast-centre {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 8px;
}
.nv-mast-brand { display: flex; align-items: center; gap: 12px; }

.nv-logo img { height: 64px; width: auto; display: block; }

.nv-wordmark {
  font-family: var(--frak);
  font-weight: 700;
  font-size: 46px;
  line-height: .92;
  color: var(--ink);
}
.nv-wordmark .dot { color: var(--rust); }
.nv-tagline {
  font-family: var(--sc);
  font-size: 14px;
  color: var(--ink2);
  letter-spacing: .06em;
  font-style: italic;
  margin-top: 4px;
}

.nv-mast-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0;
}
.nv-mast-nav a {
  font-family: var(--sc);
  font-size: 15px;
  letter-spacing: .12em;
  padding: 4px 14px;
  border-right: 1px solid var(--rule);
  color: var(--ink);
}
.nv-mast-nav a:first-child { border-left: 1px solid var(--rule); }
.nv-mast-nav a:hover { color: var(--rust); }
.nv-mast-nav .made { color: var(--rust); }

.nv-subscribe {
  font-family: var(--sc);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .14em;
  background: var(--ink);
  color: var(--parch);
  padding: 6px 16px;
  border: none;
  position: relative;
  margin-left: 12px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}
.nv-subscribe::before {
  content: '';
  position: absolute;
  inset: 2px;
  border: 1px solid var(--gold2);
  pointer-events: none;
  z-index: -1;
}

.nv-subscribe,
.nv-mast-nav a.nv-subscribe {
  background: none !important;
  color: var(--rust) !important;
  font-weight: 700;
  border: none;
  margin-left: 4px;
  padding: 4px 14px;
  border-left: 1px solid var(--rule);
  border-right: 1px solid var(--rule);
}
.nv-subscribe::before { display: none; }
.nv-subscribe:hover,
.nv-mast-nav a.nv-subscribe:hover { color: var(--ink) !important; background: none !important; }

/* ── TICKER ── */
.nv-ticker { background: var(--parch2); font-family: var(--sc); }
.nv-ticker .nv-wrap { display: flex; align-items: stretch; }
.nv-ticker .lab {
  background: var(--ink);
  color: var(--parch);
  padding: 10px 16px;
  letter-spacing: .2em;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  display: flex;
  align-items: center;
  border-right: 2px solid var(--gold);
}
.nv-ticker .items { display: flex; overflow: hidden; flex: 1; }
.nv-ticker .item {
  padding: 10px 20px;
  font-size: 15px;
  letter-spacing: .04em;
  color: var(--ink2);
  border-right: 1px solid var(--rule);
  flex: 1;
}
.nv-ticker .item b { color: var(--ink); font-style: italic; }

/* ── MAIN GRID ── */
main.nv-main { padding: 22px 0 50px; }

.nv-grid {
  display: grid;
  grid-template-columns: 3fr 1fr;   /* main (latest) + Also This Week */
  gap: 0;
}

.nv-col-mid   { padding: 0 24px 0 0; border-right: 1px solid var(--rule); }
.nv-col-right { padding-left: 22px; }

/* ── Bottom row: previous articles (4 across) — future: sections ── */
.nv-bottom { margin-top: 30px; border-top: 3px double var(--ink); padding-top: 18px; }
.nv-bottom-hd { margin-bottom: 16px; }
.nv-bottom-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}
.nv-bottom-card { border-top: 1px solid var(--rule); padding-top: 12px; }
.nv-bottom-thumb { display: block; margin-bottom: 10px; }
.nv-bottom-thumb img { width: 100%; height: auto; display: block; border: 1px solid var(--rule); }
.nv-bottom-card h3 { font-size: 1.05rem; line-height: 1.18; margin: 4px 0 6px; }
.nv-bottom-lede { font-size: .82rem; color: var(--muted); line-height: 1.4; }

/* column headers */
.nv-col-hd {
  font-family: var(--head);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-align: center;
  padding: 8px 0 7px;
  border-top: 3px double var(--rule);
  border-bottom: 1px solid var(--rule);
  margin-bottom: 16px;
  background: var(--parch2);
}

/* ── LABELS ── */
.kicker {
  font-family: var(--sc);
  font-size: 14px;
  letter-spacing: .18em;
  color: var(--rust);
  font-weight: 700;
  display: inline-block;
  border: 1px solid var(--rust);
  padding: 3px 10px;
  margin-bottom: 10px;
}
.nv-byline {
  font-family: var(--sc);
  font-size: 14px;
  letter-spacing: .06em;
  color: var(--ink2);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}
.nv-byline .av {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--parch);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  flex: none;
}
.nv-byline .nm { color: var(--ink); font-style: italic; }

/* ── NEWS CABINET (left col) ── */
.nv-cabinet-sub {
  font-family: var(--sc);
  font-size: 13px;
  letter-spacing: .12em;
  text-align: center;
  color: var(--ink2);
  border-bottom: 1px solid var(--rule);
  padding-bottom: 10px;
  margin-bottom: 14px;
}
.nv-feed-item {
  padding: 12px 0;
  border-bottom: 1px solid var(--rule);
}
.nv-feed-item:last-child { border-bottom: none; }
.nv-feed-item .meta {
  font-family: var(--sc);
  font-size: 13px;
  letter-spacing: .12em;
  color: var(--ink2);
  margin-bottom: 5px;
}
.nv-feed-item .meta .now { color: var(--rust); font-weight: 700; }
.nv-feed-item .ln {
  font-size: 20px;
  line-height: 1.28;
  font-weight: 600;
  font-style: italic;
}
.nv-feed-item .ln a { color: var(--ink); }
.nv-feed-item .ln a:hover { color: var(--rust); }
.nv-feed-item .q {
  font-family: var(--sc);
  font-size: 14px;
  line-height: 1.5;
  color: var(--ink2);
  margin-top: 6px;
  padding-left: 10px;
  border-left: 2px solid var(--gold2);
}

/* ── HERO ── */
.nv-hero img {
  width: 100%;
  border: 1px solid var(--rule);
  filter: sepia(.2) contrast(1.05);
}
.nv-hero .cap {
  font-family: var(--sc);
  font-size: 13px;
  letter-spacing: .1em;
  color: var(--ink2);
  margin: 6px 0 14px;
  font-style: italic;
  text-align: center;
}
.nv-hero h1 {
  font-family: var(--head);
  font-size: 40px;
  line-height: 1.05;
  font-weight: 700;
  margin: 4px 0 14px;
}
/* headline above image; dek becomes a subheading under the image */
.nv-hero-img { display: block; margin-bottom: 6px; }
.nv-hero-dek {
  font-family: var(--head);
  font-style: italic;
  font-size: 20px;
  line-height: 1.25;
  color: var(--ink2);
  margin: 10px 0 12px;
}
.nv-hero-body { font-size: 15px; line-height: 1.62; color: var(--ink); column-count: 2; column-gap: 26px; }
.nv-hero-body p { margin: 0 0 12px; }
.nv-hero-body p:first-of-type::first-letter {
  font-family: var(--frak); font-weight: 700; font-size: 4.4em; float: left;
  line-height: .72; margin: .04em .1em -.04em 0; color: var(--ink);
}
.nv-readmore {
  display: inline-block; font-family: var(--sc); font-size: 13px; letter-spacing: .08em;
  text-transform: uppercase; color: var(--rust); border-bottom: 1px solid var(--rust);
  padding-bottom: 1px; text-decoration: none; margin-top: 8px;
}
.nv-readmore:hover { color: var(--ink); border-color: var(--ink); }
.nv-side-img { display: block; margin: 4px 0 0; }
.nv-side-dek {
  font-family: var(--head);
  font-style: italic;
  font-size: 15px;
  line-height: 1.3;
  color: var(--ink2);
  margin: 7px 0 0;
}
.nv-hero h1 a { color: var(--ink); }
.nv-hero h1 a:hover { color: var(--rust); }
.nv-hero h1 .dek { font-weight: 400; font-style: italic; color: var(--ink2); }
.nv-hero .lede {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--ink2);
  margin: 0 0 14px;
}
.nv-hero .lede::first-letter {
  font-family: var(--frak);
  font-weight: 700;
  font-size: 5.2em;
  float: left;
  line-height: .72;
  margin: .04em .1em -.04em 0;
  color: var(--ink);
}

/* ── BELOW-FOLD (2-col under hero) ── */
.nv-below {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 3px double var(--rule);
}
.nv-below .orn-div {
  grid-column: 1 / -1;
  text-align: center;
  font-size: 18px;
  color: var(--gold2);
  letter-spacing: .3em;
  margin: -8px 0 -4px;
}
.nv-below h3 {
  font-family: var(--head);
  font-size: 26px;
  line-height: 1.1;
  font-weight: 700;
  margin: 8px 0 7px;
  font-style: italic;
}
.nv-below h3 .dek { font-weight: 400; color: var(--ink2); }
.nv-below h3 a { color: var(--ink); }
.nv-below h3 a:hover { color: var(--rust); }

/* ── RIGHT COL CARDS ── */
.nv-side-card {
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--rule);
}
.nv-side-card:last-child { border: 0; margin: 0; padding: 0; }
.nv-side-card img {
  width: 100%;
  border: 1px solid var(--rule);
  margin-bottom: 9px;
  filter: sepia(.2) contrast(1.05);
}
.nv-side-card h3 {
  font-family: var(--head);
  font-size: 27px;
  line-height: 1.1;
  font-weight: 700;
  margin: 7px 0 8px;
  font-style: italic;
}
.nv-side-card h3 a { color: var(--ink); }
.nv-side-card h3 a:hover { color: var(--rust); }
.nv-side-card h3 .dek { font-weight: 400; color: var(--ink2); }
.nv-side-lede {
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink2);
  margin: 0 0 10px;
}
.nv-side-lede::first-letter {
  font-family: var(--frak);
  font-weight: 700;
  font-size: 2.6em;
  float: left;
  line-height: .68;
  margin: .02em .09em -.03em 0;
  color: var(--ink);
}

/* ── FOOTER ── */
footer.nv-footer {
  border-top: 3px double var(--rule);
  padding: 18px 0 48px;
  font-family: var(--sc);
  font-size: 15px;
  color: var(--ink2);
  background: var(--parch2);
  text-align: center;
}
footer.nv-footer .orn {
  color: var(--gold2);
  font-size: 22px;
  letter-spacing: .35em;
  display: block;
  margin-bottom: 8px;
}
footer.nv-footer .line {
  font-family: var(--body);
  font-size: 18px;
  font-style: italic;
  color: var(--ink);
  margin-bottom: 10px;
}
footer.nv-footer nav {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  justify-content: center;
  letter-spacing: .1em;
}
footer.nv-footer nav a {
  padding: 0 16px;
  border-right: 1px solid var(--rule);
}
footer.nv-footer nav a:first-child { border-left: 1px solid var(--rule); }
footer.nv-footer .made { color: var(--rust); }
footer.nv-footer .copy {
  margin-top: 10px;
  font-size: 10.5px;
  letter-spacing: .1em;
}

/* ── ARTICLE / SINGLE PAGE ── */
.nv-article-wrap { max-width: 760px; margin: 0 auto; padding: 32px 24px 60px; }

.nv-article-kicker { margin-bottom: 12px; }

.nv-article h1 {
  font-family: var(--head);
  font-size: 38px;
  line-height: 1.06;
  font-weight: 700;
  margin: 0 0 12px;
}
.nv-article h1 .dek {
  display: block;
  font-weight: 400;
  font-style: italic;
  font-size: 24px;
  color: var(--ink2);
  margin-top: 6px;
}
.nv-article .nv-byline { margin-bottom: 20px; }

.nv-article-img {
  width: 100%;
  border: 1px solid var(--rule);
  filter: sepia(.2) contrast(1.05);
  margin-bottom: 6px;
}
.nv-article-cap {
  font-family: var(--sc);
  font-size: 13px;
  letter-spacing: .1em;
  color: var(--ink2);
  font-style: italic;
  text-align: center;
  margin-bottom: 24px;
}

.nv-article-body {
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink);
}
.nv-article-body p { margin: 0 0 1.2em; }
.nv-article-body p:first-of-type::first-letter {
  font-family: var(--frak);
  font-weight: 700;
  font-size: 3.4em;
  float: left;
  line-height: .82;
  margin: .06em .12em -.02em 0;
  color: var(--ink);
}
.nv-article-body h2 {
  font-family: var(--head);
  font-size: 24px;
  font-weight: 700;
  margin: 1.6em 0 .5em;
  border-bottom: 1px solid var(--rule);
  padding-bottom: 6px;
}
.nv-article-body blockquote {
  margin: 1.4em 0;
  padding: 12px 20px;
  border-left: 3px solid var(--gold);
  font-style: italic;
  color: var(--ink2);
  background: var(--parch2);
}

.nv-pull-quote {
  font-family: var(--head);
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
  color: var(--rust);
  border-top: 2px solid var(--rule);
  border-bottom: 2px solid var(--rule);
  padding: 14px 0;
  margin: 24px 0;
  text-align: center;
}

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
  .nv-bottom-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .nv-grid { grid-template-columns: 2fr 1fr; }
}
@media (max-width: 680px) {
  .nv-grid { grid-template-columns: 1fr; }
  .nv-col-mid  { border-right: none; padding: 0; }
  .nv-col-right { padding-left: 0; border-top: 1px solid var(--rule); padding-top: 20px; margin-top: 20px; }
  .nv-bottom-grid { grid-template-columns: 1fr; }
  .nv-wordmark { font-size: 36px; }
  .nv-mast-nav { display: none; }
}

/* ── PRINT / B&W ── */
@media print {
  body { background: white; color: black; }
  header.nv-mast, footer.nv-footer { background: white; border-color: #888; }
  .nv-mast-strip, .nv-ticker, .nv-col-left, .nv-col-mid, .nv-col-right { border-color: #888; }
  .nv-ticker .lab, .nv-subscribe, .nv-byline .av { background: black; color: white; }
  .nv-hero img, .nv-side-card img, .nv-article-img { filter: grayscale(1) contrast(1.1); }
  :root {
    --parch: white; --parch2: #f0f0f0; --rule: #888;
    --ink: black; --ink2: #444; --rust: black; --gold: #666; --gold2: #999;
  }
}

/* ── Right-column section slots (Sport / Finance) ─────────────────────── */
.nv-side-sec {
  font-family: var(--head);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .25em;
  text-transform: uppercase;
  text-align: center;
  padding: 4px 0 3px;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  margin: 18px 0 10px;
  background: var(--parch2);
}
.nv-side-sec:first-of-type { margin-top: 0; }
.nv-side-sec a { color: inherit; text-decoration: none; }
.nv-side-sec a:hover { text-decoration: underline; }

/* Review star rating */
.nv-stars { color: #b8860b; letter-spacing: .12em; font-size: .95em; }

/* ── Subscribe popup & form (Victorian card) ─────────────────────────── */
.nv-sub-popup { position: fixed; inset: 0; z-index: 9000; background: rgba(34,29,18,.55);
  display: flex; align-items: center; justify-content: center; padding: 1rem;
  opacity: 0; transition: opacity .25s ease; }
.nv-sub-popup.nv-sub-in { opacity: 1; }
.nv-sub-card { position: relative; max-width: 420px; width: 100%; background: var(--parch, #f5efdd);
  border: 3px double var(--rule, #7a6a4f); padding: 1.6rem 1.5rem 1.2rem; text-align: center;
  box-shadow: 0 12px 40px rgba(0,0,0,.35); transform: translateY(10px); transition: transform .25s ease; }
.nv-sub-popup.nv-sub-in .nv-sub-card { transform: none; }
.nv-sub-close { position: absolute; top: .4rem; right: .6rem; background: none; border: none;
  font-size: 1.5rem; line-height: 1; cursor: pointer; color: #7a6a4f; }
.nv-sub-kicker { font-family: var(--head, Georgia, serif); font-size: 11px; font-weight: 700;
  letter-spacing: .25em; text-transform: uppercase; color: #8c6d1f; margin-bottom: .5rem; }
.nv-sub-card h3 { font-family: var(--head, Georgia, serif); font-size: 1.5rem; margin: 0 0 .4rem; }
.nv-sub-lede { font-size: .92rem; font-style: italic; margin: 0 0 1rem; }
.nv-sub-form input[type=text], .nv-sub-form input[type=email] { display: block; width: 100%;
  margin-bottom: .55rem; padding: .55rem .7rem; font-size: .95rem; background: #fffdf6;
  border: 1px solid var(--rule, #7a6a4f); font-family: inherit; }
.nv-sub-form button { display: block; width: 100%; padding: .6rem; background: #8c6d1f; color: #f5efdd;
  border: none; font-family: var(--head, Georgia, serif); font-weight: 700; letter-spacing: .06em;
  font-size: .95rem; cursor: pointer; }
.nv-sub-form button:hover { background: #6f5518; }
.nv-sub-small { font-size: .7rem; color: #6b5d45; margin: .55rem 0 0; line-height: 1.5; }
.nv-sub-msg { font-size: .85rem; font-weight: 700; color: #2f5e2f; margin: .5rem 0 0; min-height: 1.1em; }

/* ── Masthead subscribe CTA (beta onboarding) ────────────────────────── */
.nv-mast-centre { position: relative; }
.nv-mast-cta { position: absolute; right: 0; top: -6px; text-align: center;
  background: #8c6d1f; color: #f5efdd; text-decoration: none;
  border: 2px solid #6f5518; box-shadow: 3px 3px 0 rgba(34,29,18,.25);
  padding: .5rem 1.1rem .55rem; display: inline-block; }
.nv-mast-cta:hover { background: #6f5518; }
.nv-mast-cta .cta-top { display: block; font-family: var(--sc, Georgia, serif);
  font-size: 10px; letter-spacing: .22em; text-transform: uppercase; opacity: .85; }
.nv-mast-cta .cta-main { display: block; font-family: var(--head, Georgia, serif);
  font-weight: 700; font-size: 1.05rem; letter-spacing: .04em; }
@media (max-width: 900px) {
  .nv-mast-cta { position: static; margin: .6rem auto 0; }
}

/* ── The Deeper Dive: long-form marker + homepage feature band ──────────── */
.kicker-dive {
  font-style: italic;
  letter-spacing: .18em;
  color: #8c6d1f;
  border-bottom: 1px solid #c9a24a;
}
.nv-dive { margin: 34px 0 8px; }
.nv-dive-hd {
  border-top: 3px double var(--rule);
  border-bottom: 1px solid var(--rule);
  font-style: italic;
  letter-spacing: .3em;
  color: #8c6d1f;
  background: var(--parch2);
}
.nv-dive-inner {
  display: grid;
  grid-template-columns: 5fr 4fr;
  gap: 28px;
  align-items: center;
  padding: 18px 6px 22px;
  border-bottom: 1px solid var(--rule);
}
.nv-dive-img img { width: 100%; height: auto; border: 1px solid var(--rule); }
.nv-dive-tag {
  font-family: var(--sc, Georgia, serif);
  font-size: 12px; letter-spacing: .22em; text-transform: uppercase;
  color: #8c6d1f; margin-bottom: .5rem;
}
.nv-dive-text h2 {
  font-family: var(--head, Georgia, serif);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.12; margin: 0 0 .45rem;
}
.nv-dive-text h2 a { color: inherit; text-decoration: none; }
.nv-dive-text h2 a:hover { text-decoration: underline; }
.nv-dive-dek { font-style: italic; font-size: 1.02rem; margin: 0 0 .55rem; }
.nv-dive-lede { font-size: .95rem; margin: 0 0 .7rem; }
@media (max-width: 800px) {
  .nv-dive-inner { grid-template-columns: 1fr; gap: 14px; }
}

/* ── Privacy notice bar ──────────────────────────────────────────────── */
.nv-privacy-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 8000;
  background: #221d12; color: #f5efdd; border-top: 3px double #c9a24a; }
.nv-privacy-inner { max-width: 900px; margin: 0 auto; padding: .8rem 1.2rem;
  display: flex; align-items: center; gap: 1.2rem; flex-wrap: wrap; }
.nv-privacy-inner p { margin: 0; font-size: .88rem; line-height: 1.5; flex: 1; min-width: 240px;
  font-family: Georgia, serif; }
.nv-privacy-inner a { color: #c9a24a; }
#nv-privacy-accept { background: #c9a24a; color: #221d12; border: none; cursor: pointer;
  font-family: Georgia, serif; font-weight: 700; padding: .5rem 1.1rem; border-radius: 3px;
  letter-spacing: .02em; font-size: .9rem; }
#nv-privacy-accept:hover { background: #b8933f; }
