/* ───────────────────────────────────────────────────────────────────────────
   Vona Journal — net-new editorial section for the static mirror.
   Built in the Vona design language: Nyght-Serif (display) + Pangram-Sans (text),
   ink #1e1e1e, muted #a5a5a5. Loaded only on /journal pages. — Norml Studio
   ─────────────────────────────────────────────────────────────────────────── */

.vj-section { width: 100%; }

/* ── Image hero (collection + post) — full-bleed, white type over a dark scrim,
      so the site's transparent/fixed white header stays legible on top ── */
.vj-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 60vh;
  padding: 168px 24px 84px;
  background-size: cover;
  background-position: center;
  background-color: #1a1614;
  color: #fff;
}
.vj-hero--post { min-height: 68vh; }
.vj-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26,22,20,.30) 0%, rgba(26,22,20,.46) 100%);
  z-index: 0;
}
.vj-hero__inner { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }
.vj-hero h1 {
  font-family: 'Nyght-Serif', Georgia, serif;
  font-weight: 400;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 1.04;
  margin: 0;
  color: #fff;
}
.vj-eyebrow {
  font-family: 'Pangram-Sans', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 12px;
  margin: 0 0 20px;
  opacity: .92;
}
.vj-dek {
  font-family: 'Pangram-Sans', Helvetica, Arial, sans-serif;
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.7;
  margin: 24px auto 0;
  max-width: 600px;
  opacity: .95;
}
.vj-postmeta {
  font-family: 'Pangram-Sans', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
  margin: 26px 0 0;
  opacity: .92;
}

/* ── Collection grid ── */
.vj-wrap { max-width: 1200px; margin: 0 auto; padding: clamp(60px, 8vw, 124px) clamp(20px, 6vw, 80px); }
.vj-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(30px, 4vw, 64px); }
.vj-card { display: flex; flex-direction: column; text-decoration: none; color: #1e1e1e; }
.vj-card__media { aspect-ratio: 3 / 4; overflow: hidden; background: #efece9; }
.vj-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .9s ease; }
.vj-card:hover .vj-card__media img { transform: scale(1.045); }
.vj-card__cat {
  font-family: 'Pangram-Sans', Helvetica, Arial, sans-serif;
  text-transform: uppercase; letter-spacing: .16em; font-size: 11px;
  color: #a5a5a5; margin: 24px 0 10px;
}
.vj-card__title {
  font-family: 'Nyght-Serif', Georgia, serif; font-weight: 400;
  font-size: clamp(24px, 2.4vw, 32px); line-height: 1.14; margin: 0 0 12px; color: #1e1e1e;
}
.vj-card__excerpt {
  font-family: 'Pangram-Sans', Helvetica, Arial, sans-serif;
  font-size: 15px; line-height: 1.7; color: #4a4642; margin: 0 0 18px;
}
.vj-card__more {
  font-family: 'Pangram-Sans', Helvetica, Arial, sans-serif;
  text-transform: uppercase; letter-spacing: .14em; font-size: 12px; color: #1e1e1e; margin-top: auto;
}
.vj-card__more::after { content: "  \2192"; }

/* ── Single article body — a comfortable reading measure ── */
.vj-article { max-width: 680px; margin: 0 auto; padding: clamp(52px, 7vw, 100px) clamp(20px, 6vw, 40px) clamp(36px, 5vw, 64px); }
.vj-article > p:first-of-type {
  font-family: 'Nyght-Serif', Georgia, serif;
  font-size: clamp(20px, 2.2vw, 26px); line-height: 1.5; color: #1e1e1e; margin: 0 0 32px;
}
.vj-article h2 {
  font-family: 'Nyght-Serif', Georgia, serif; font-weight: 400;
  font-size: clamp(26px, 3vw, 38px); line-height: 1.15; color: #1e1e1e; margin: 52px 0 18px;
}
.vj-article p, .vj-article li {
  font-family: 'Pangram-Sans', Helvetica, Arial, sans-serif;
  font-size: 17px; line-height: 1.85; color: #2a2623;
}
.vj-article p { margin: 0 0 22px; }
.vj-article ul { padding-left: 20px; margin: 0 0 22px; }
.vj-article li { margin: 0 0 10px; }
.vj-article blockquote {
  font-family: 'Nyght-Serif', Georgia, serif;
  font-size: clamp(22px, 2.6vw, 30px); line-height: 1.32; color: #1e1e1e;
  margin: 44px 0; padding-left: 26px; border-left: 2px solid #1e1e1e;
}
.vj-article figure { margin: 44px 0; }
.vj-article figure img { width: 100%; height: auto; display: block; }
.vj-article figcaption {
  font-family: 'Pangram-Sans', Helvetica, Arial, sans-serif;
  font-size: 13px; color: #a5a5a5; margin-top: 10px; text-align: center;
}

/* ── Article footer (divider + back link) ── */
.vj-divider { max-width: 680px; margin: 0 auto; border: 0; border-top: 1px solid #e7e3df; }
.vj-backwrap { max-width: 680px; margin: 0 auto; padding: clamp(28px, 4vw, 44px) clamp(20px, 6vw, 40px) clamp(64px, 9vw, 120px); }
.vj-back {
  font-family: 'Pangram-Sans', Helvetica, Arial, sans-serif;
  text-transform: uppercase; letter-spacing: .14em; font-size: 12px; color: #1e1e1e; text-decoration: none;
}
.vj-back::before { content: "\2190  "; }
.vj-back:hover { color: #a5a5a5; }

/* ── Category nav (real links to archive pages — not a JS filter) ── */
.vj-catnav { max-width: 1200px; margin: 0 auto; padding: clamp(36px, 5vw, 60px) clamp(20px, 6vw, 80px) 0; display: flex; flex-wrap: wrap; gap: 10px 12px; justify-content: center; }
.vj-catnav a { font-family: 'Pangram-Sans', Helvetica, Arial, sans-serif; text-transform: uppercase; letter-spacing: .12em; font-size: 11px; color: #1e1e1e; text-decoration: none; border: 1px solid #e0dbd5; border-radius: 999px; padding: 9px 18px; transition: background .3s ease, color .3s ease, border-color .3s ease; }
.vj-catnav a:hover, .vj-catnav a[aria-current="page"] { background: #1e1e1e; color: #fff; border-color: #1e1e1e; }

/* ── Collection: lead story (side-by-side large) ── */
.vj-lead { max-width: 1200px; margin: 0 auto; padding: clamp(56px, 8vw, 116px) clamp(20px, 6vw, 80px) 0; }
.vj-lead__inner { display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(28px, 4vw, 64px); align-items: center; text-decoration: none; color: #1e1e1e; }
.vj-lead__media { aspect-ratio: 4 / 5; overflow: hidden; background: #efece9; }
.vj-lead__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 1s ease; }
.vj-lead__inner:hover .vj-lead__media img { transform: scale(1.04); }
.vj-kicker { font-family: 'Pangram-Sans', Helvetica, Arial, sans-serif; text-transform: uppercase; letter-spacing: .18em; font-size: 11px; color: #a5a5a5; margin: 0 0 16px; }
.vj-lead__cat { font-family: 'Pangram-Sans', Helvetica, Arial, sans-serif; text-transform: uppercase; letter-spacing: .16em; font-size: 11px; color: #a5a5a5; margin: 0 0 14px; }
.vj-lead__title { font-family: 'Nyght-Serif', Georgia, serif; font-weight: 400; font-size: clamp(30px, 4vw, 52px); line-height: 1.08; margin: 0 0 18px; }
.vj-lead__dek { font-family: 'Pangram-Sans', Helvetica, Arial, sans-serif; font-size: clamp(15px, 1.3vw, 17px); line-height: 1.75; color: #4a4642; margin: 0 0 22px; max-width: 46ch; }
.vj-readmore { font-family: 'Pangram-Sans', Helvetica, Arial, sans-serif; text-transform: uppercase; letter-spacing: .14em; font-size: 12px; color: #1e1e1e; }
.vj-readmore::after { content: "  \2192"; }

/* ── Section heading ── */
.vj-secthead { max-width: 1200px; margin: 0 auto; padding: clamp(48px, 6vw, 88px) clamp(20px, 6vw, 80px) 0; }
.vj-secthead h2 { font-family: 'Nyght-Serif', Georgia, serif; font-weight: 400; font-size: clamp(22px, 2.2vw, 30px); line-height: 1.1; margin: 0; }
.vj-secthead hr { border: 0; border-top: 1px solid #e7e3df; margin: 18px 0 0; }

/* ── Collection: alternating editorial rows ── */
.vj-rows { max-width: 1200px; margin: 0 auto; padding: clamp(28px, 4vw, 52px) clamp(20px, 6vw, 80px) 0; display: flex; flex-direction: column; gap: clamp(36px, 5vw, 72px); }
.vj-row { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 56px); align-items: center; text-decoration: none; color: #1e1e1e; }
.vj-row:nth-child(even) .vj-row__media { order: 2; }
.vj-row__media { aspect-ratio: 3 / 2; overflow: hidden; background: #efece9; }
.vj-row__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 1s ease; }
.vj-row:hover .vj-row__media img { transform: scale(1.04); }
.vj-row__cat { font-family: 'Pangram-Sans', Helvetica, Arial, sans-serif; text-transform: uppercase; letter-spacing: .16em; font-size: 11px; color: #a5a5a5; margin: 0 0 12px; }
.vj-row__title { font-family: 'Nyght-Serif', Georgia, serif; font-weight: 400; font-size: clamp(24px, 2.6vw, 36px); line-height: 1.12; margin: 0 0 14px; }
.vj-row__dek { font-family: 'Pangram-Sans', Helvetica, Arial, sans-serif; font-size: 15px; line-height: 1.72; color: #4a4642; margin: 0 0 18px; max-width: 48ch; }

/* ── Booking CTA band (the one real conversion) ── */
.vj-cta { position: relative; display: flex; align-items: center; justify-content: center; text-align: center; min-height: 52vh; margin-top: clamp(64px, 9vw, 130px); padding: clamp(64px, 9vw, 120px) 24px; background-size: cover; background-position: center; background-color: #1a1614; color: #fff; }
.vj-cta::after { content: ""; position: absolute; inset: 0; background: rgba(26,22,20,.46); z-index: 0; }
.vj-cta__inner { position: relative; z-index: 1; max-width: 760px; }
.vj-cta h2 { font-family: 'Nyght-Serif', Georgia, serif; font-weight: 400; font-size: clamp(32px, 4.4vw, 60px); line-height: 1.06; margin: 0 0 12px; color: #fff; }
.vj-cta p { font-family: 'Pangram-Sans', Helvetica, Arial, sans-serif; font-size: clamp(15px, 1.3vw, 17px); line-height: 1.7; margin: 0 auto 30px; max-width: 48ch; opacity: .95; }
.vj-btn { display: inline-block; font-family: 'Pangram-Sans', Helvetica, Arial, sans-serif; text-transform: uppercase; letter-spacing: .16em; font-size: 12px; color: #fff; text-decoration: none; border: 1px solid rgba(255,255,255,.85); border-radius: 999px; padding: 16px 34px; transition: background .35s ease, color .35s ease; }
.vj-btn:hover { background: #fff; color: #1e1e1e; }

/* ── Single article: breadcrumb ── */
.vj-crumbs { max-width: 980px; margin: 0 auto; padding: clamp(28px, 4vw, 48px) clamp(20px, 6vw, 40px) 0; font-family: 'Pangram-Sans', Helvetica, Arial, sans-serif; text-transform: uppercase; letter-spacing: .12em; font-size: 11px; color: #a5a5a5; }
.vj-crumbs a { color: #a5a5a5; text-decoration: none; }
.vj-crumbs a:hover { color: #1e1e1e; }
.vj-crumbs span { color: #1e1e1e; }

/* ── Single article: two-column doc with sticky TOC ── */
.vj-doc { max-width: 980px; margin: 0 auto; padding: clamp(28px, 4vw, 44px) clamp(20px, 6vw, 40px) 0; display: grid; grid-template-columns: 200px 1fr; gap: clamp(32px, 5vw, 64px); align-items: start; }
.vj-toc { position: sticky; top: 120px; }
.vj-toc__label { font-family: 'Pangram-Sans', Helvetica, Arial, sans-serif; text-transform: uppercase; letter-spacing: .16em; font-size: 11px; color: #a5a5a5; margin: 0 0 14px; }
.vj-toc ol { list-style: none; margin: 0; padding: 0; counter-reset: toc; }
.vj-toc li { counter-increment: toc; margin: 0 0 12px; }
.vj-toc a { font-family: 'Pangram-Sans', Helvetica, Arial, sans-serif; font-size: 13px; line-height: 1.5; color: #4a4642; text-decoration: none; display: block; padding-left: 26px; position: relative; }
.vj-toc a::before { content: counter(toc, decimal-leading-zero); position: absolute; left: 0; top: 0; font-size: 11px; color: #c9c4be; }
.vj-toc a:hover { color: #1e1e1e; }
.vj-doc .vj-article { max-width: none; margin: 0; padding: 0; }
.vj-doc .vj-article h2 { scroll-margin-top: 110px; margin-top: 0; }
.vj-doc .vj-article h2 + p { margin-top: 0; }
.vj-doc .vj-article h2 ~ h2 { margin-top: 52px; }

/* ── Single article: author bio ── */
.vj-author { max-width: 680px; margin: clamp(40px, 6vw, 72px) auto 0; padding: clamp(28px, 4vw, 40px) clamp(20px, 6vw, 40px); display: flex; gap: 22px; align-items: center; border-top: 1px solid #e7e3df; border-bottom: 1px solid #e7e3df; }
.vj-author__avatar { flex: 0 0 84px; width: 84px; height: 84px; border-radius: 999px; overflow: hidden; background: #efece9; }
.vj-author__avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vj-author__name { font-family: 'Nyght-Serif', Georgia, serif; font-size: 22px; line-height: 1.2; margin: 0 0 6px; color: #1e1e1e; }
.vj-author__bio { font-family: 'Pangram-Sans', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.65; color: #4a4642; margin: 0 0 8px; }
.vj-author__link { font-family: 'Pangram-Sans', Helvetica, Arial, sans-serif; text-transform: uppercase; letter-spacing: .14em; font-size: 11px; color: #1e1e1e; text-decoration: none; }
.vj-author__link::after { content: "  \2192"; }

/* ── Single article: share + "Share with AI" bar ──
   Two labelled groups on one row, split by a vertical rule (like the reference).
   The band runs a touch wider than the 680px text column so the three AI pills
   stay on a single line; it re-stacks below the tablet breakpoint. */
.vj-share {
  max-width: 780px;
  margin: clamp(44px, 6vw, 72px) auto 0;
  padding: clamp(34px, 5vw, 50px) clamp(20px, 5vw, 28px) 0;
  border-top: 1px solid #e7e3df;
  display: flex;
  align-items: flex-start;
  gap: clamp(24px, 3vw, 34px);
}
.vj-share__group { display: flex; flex-direction: column; }
.vj-share__group:first-child { flex: 0 0 auto; }
.vj-share__group--ai {
  flex: 1 1 auto; min-width: 0;
  padding-left: clamp(24px, 3vw, 34px);
  border-left: 1px solid #e7e3df;
}
.vj-share__label {
  font-family: 'Pangram-Sans', Helvetica, Arial, sans-serif;
  text-transform: uppercase; letter-spacing: .16em; font-size: 12px;
  color: #1e1e1e; margin: 0 0 18px;
}
.vj-share__icons { display: flex; flex-wrap: wrap; gap: 12px; }
.vj-share__icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; border-radius: 12px;
  background: #f3f1ee; color: #1e1e1e; text-decoration: none;
  transition: background .3s ease, color .3s ease;
}
.vj-share__icon svg { width: 20px; height: 20px; fill: currentColor; display: block; }
.vj-share__icon:hover { background: #1e1e1e; color: #fff; }
.vj-share__ai { display: flex; flex-wrap: wrap; gap: 10px 12px; }
.vj-ai-btn {
  font-family: 'Pangram-Sans', Helvetica, Arial, sans-serif;
  font-size: 13px; line-height: 1; letter-spacing: .02em;
  color: #1e1e1e; text-decoration: none;
  background: #f3f1ee; border: 1px solid #ece8e3; border-radius: 999px;
  padding: 12px 18px;
  transition: background .3s ease, color .3s ease, border-color .3s ease;
}
.vj-ai-btn:hover { background: #1e1e1e; color: #fff; border-color: #1e1e1e; }
@media (max-width: 820px) {
  .vj-share { flex-direction: column; gap: 0; max-width: 680px; }
  .vj-share__group--ai {
    padding-left: 0; border-left: 0;
    margin-top: clamp(30px, 4vw, 40px); padding-top: clamp(30px, 4vw, 40px);
    border-top: 1px solid #e7e3df;
  }
}

/* ── Single article: read next ── */
.vj-next { max-width: 1200px; margin: 0 auto; padding: clamp(48px, 7vw, 96px) clamp(20px, 6vw, 80px) 0; }
.vj-next__title { font-family: 'Nyght-Serif', Georgia, serif; font-weight: 400; font-size: clamp(22px, 2.2vw, 30px); line-height: 1.1; margin: 0; padding-bottom: 18px; border-bottom: 1px solid #e7e3df; }
.vj-next__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(30px, 4vw, 64px); margin-top: 28px; }
.vj-next__grid--one { grid-template-columns: minmax(0, 620px); }

@media (max-width: 900px) {
  .vj-doc { grid-template-columns: 1fr; gap: 28px; }
  .vj-toc { position: static; top: auto; border: 1px solid #e7e3df; padding: 20px 22px; }
  .vj-toc ol { columns: 2; column-gap: 28px; }
}
@media (max-width: 768px) {
  .vj-grid { grid-template-columns: 1fr; gap: 48px; }
  .vj-hero { min-height: 52vh; padding: 140px 22px 64px; }
  .vj-lead__inner { grid-template-columns: 1fr; gap: 22px; }
  .vj-row { grid-template-columns: 1fr; gap: 18px; }
  .vj-row:nth-child(even) .vj-row__media { order: 0; }
  .vj-next__grid { grid-template-columns: 1fr; gap: 40px; }
  .vj-author { flex-direction: column; text-align: center; }
  .vj-toc ol { columns: 1; }
}

/* Journal titles stay title-case serif — override the captured site's global uppercase H3. */
.vj-lead__title, .vj-row__title, .vj-card__title, .vj-next__title, .vj-secthead h2 { text-transform: none; }
