/* ============================================================
   TCOMM — news.css
   Berita / News section. Two views, both namespaced so each maps
   to a WordPress template:
     .nw-*   → archive-news.php  (listing / archive)
     .art-*  → single-news.php   (single article + gallery)
   Tokens + atoms (.eyebrow .reveal .btn .ghost-link) come from
   base.css; footer (.ft) reused from sections.css.
   ============================================================ */

.nw-page { background: var(--bg); }

/* nav over the dark news hero: white logo while not collapsed --- */
.nw-page .site-nav:not(.scrolled) .brand-logo {
  filter: brightness(0) invert(1) drop-shadow(0 1px 5px rgba(0,0,0,0.45));
}
/* collapsed nav sits over LIGHT sections here → keep logo + burger dark */
.nw-page .site-nav.scrolled .brand-logo { filter: drop-shadow(0 2px 8px rgba(20,40,30,0.16)); }
.nw-page .site-nav.scrolled .nav-burger .bars i { background: var(--ink-dark); filter: none; }
.nav-links a.is-active { color: #fff; }
.site-nav.scrolled .nav-links a.is-active { color: var(--green-deep); }
.drawer-links a.is-active { color: var(--green-deep); }

/* shared breadcrumb (both views) --------------------------------- */
.nw-crumb {
  display: flex; align-items: center; gap: 9px; margin-bottom: 22px;
  font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--grey-dim);
}
.nw-crumb a { color: var(--grey); text-decoration: none; transition: color .2s; }
.nw-crumb a:hover { color: var(--green); }
.nw-crumb .sep { opacity: 0.6; }
.nw-crumb .here { color: var(--green); }

/* category tag (shared) ----------------------------------------- */
.nw-tag {
  font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--green-deep); display: inline-flex; align-items: center; gap: 8px; white-space: nowrap;
}
.nw-tag::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--green-deep); flex: 0 0 auto; }
/* on dark surfaces the tag glows green */
.nw-hero .nw-tag, .art-hero .nw-tag { color: var(--green); }
.nw-hero .nw-tag::before, .art-hero .nw-tag::before { background: var(--green); box-shadow: 0 0 8px var(--green); }

/* date stamp (shared) ------------------------------------------- */
.nw-date {
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--grey-dark); font-variant-numeric: tabular-nums;
}

/* ============================================================
   LISTING — HERO (dark scene, compact)
   ============================================================ */
.nw-hero {
  position: relative; min-height: 62vh; display: flex; align-items: center; overflow: hidden;
  background: radial-gradient(128% 120% at 76% 30%, var(--scene-2) 0%, var(--scene-1) 56%, var(--scene-0) 100%);
}
.nw-hero-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.nw-rings {
  position: absolute; right: -8%; top: 42%; transform: translateY(-50%);
  width: min(70vw, 760px); aspect-ratio: 1; border-radius: 50%;
  background: repeating-radial-gradient(circle at center, rgba(120,220,165,0.10) 0 1px, transparent 1px 64px);
  -webkit-mask: radial-gradient(circle, #000 0%, rgba(0,0,0,0.3) 48%, transparent 72%);
          mask: radial-gradient(circle, #000 0%, rgba(0,0,0,0.3) 48%, transparent 72%);
  opacity: 0.6;
}
.nw-nodes {
  position: absolute; right: clamp(40px, 12vw, 220px); top: 50%; transform: translateY(-50%);
  width: 220px; height: 220px; opacity: 0.7;
  background-image: radial-gradient(circle, rgba(86,224,138,0.55) 1.6px, transparent 2px);
  background-size: 30px 30px;
  -webkit-mask: radial-gradient(circle, #000 10%, transparent 70%);
          mask: radial-gradient(circle, #000 10%, transparent 70%);
}
.nw-hero-grade {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(100deg, rgba(20,26,24,0.82) 0%, rgba(20,26,24,0.42) 36%, rgba(22,28,25,0.04) 64%, transparent 80%),
    linear-gradient(to top, rgba(20,26,24,0.55) 0%, transparent 40%);
}
.nw-hero-inner {
  position: relative; z-index: 2; width: 100%;
  padding-top: clamp(140px, 22vh, 210px); padding-bottom: clamp(72px, 11vh, 120px);
}
.nw-hero .eyebrow { margin-bottom: 22px; }
.nw-hero h1 { font-size: clamp(40px, 6.2vw, 88px); line-height: 1.0; color: var(--ink); max-width: 16ch; }
.nw-hero h1 .accent { color: var(--green); }
.nw-hero .subhead { margin-top: 22px; max-width: 54ch; font-size: clamp(15px, 1.5vw, 18px); line-height: 1.62; color: var(--grey); }
.nw-hero-meta { margin-top: clamp(26px, 4vh, 40px); display: flex; align-items: center; gap: 12px; }
.nw-hero-meta .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--green); box-shadow: 0 0 8px var(--green); animation: blink 1.6s steps(1) infinite; }

/* ============================================================
   LISTING — BOARD (light): filters + featured + grid + pager
   ============================================================ */
.nw-board { position: relative; background: var(--bg-light); padding: clamp(64px, 9vh, 120px) 0 var(--section-y); }

/* filter chips */
.nw-filters {
  display: flex; flex-wrap: wrap; gap: 10px; align-items: center;
  padding-bottom: clamp(30px, 5vh, 48px); border-bottom: 1px solid var(--hair-dark);
}
.nw-filter {
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--grey-dark); background: var(--surface-3); border: 1px solid var(--hair-dark);
  border-radius: 100px; padding: 9px 16px; cursor: pointer; white-space: nowrap;
  transition: color .2s, border-color .2s, background .2s, transform .15s var(--ease);
}
.nw-filter:hover { color: var(--green-deep); border-color: rgba(31,138,82,0.34); transform: translateY(-1px); }
.nw-filter.is-active {
  color: #fff; background: var(--green-deep); border-color: var(--green-deep);
  box-shadow: 0 10px 24px -12px rgba(31,138,82,0.6);
}

/* featured lead article */
.nw-feature { margin-top: clamp(40px, 6vh, 64px); }
.nw-feature a {
  display: grid; grid-template-columns: 1.12fr 0.88fr; gap: clamp(28px, 4vw, 64px); align-items: center;
  text-decoration: none; color: inherit; border-radius: 22px;
}
.nw-feature .media {
  position: relative; aspect-ratio: 16/10; overflow: hidden; border-radius: 20px;
  background: var(--bg-light-2); border: 1px solid var(--hair-dark);
  box-shadow: 0 40px 90px -52px rgba(30,60,45,0.4);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.nw-feature .media image-slot { width: 100%; height: 100%; }
.nw-feature .media .flag {
  position: absolute; top: 16px; left: 16px; z-index: 3;
  font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;
  color: #fff; background: rgba(20,40,30,0.55); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.22); border-radius: 100px; padding: 7px 13px;
}
.nw-feature a:hover .media { transform: translateY(-4px); box-shadow: 0 52px 104px -48px rgba(30,60,45,0.46); }
.nw-feature .meta { display: flex; align-items: center; gap: 16px; margin-bottom: 18px; }
.nw-feature h2 {
  font-size: clamp(26px, 3.1vw, 44px); line-height: 1.08; color: var(--ink-dark);
  letter-spacing: -0.02em; text-wrap: balance;
}
.nw-feature p { margin-top: 18px; font-size: clamp(15px, 1.2vw, 17.5px); line-height: 1.7; color: var(--grey-dark); max-width: 52ch; }
.nw-feature .more { margin-top: 26px; }
.nw-feature a:hover .ghost-link { color: var(--green-deep); }
.nw-feature .ghost-link { color: var(--green-deep); }
.nw-feature a:hover .ghost-link .arr { transform: translateX(4px); }

/* news grid */
.nw-grid { margin-top: clamp(44px, 6vh, 72px); display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 2.4vw, 30px); }
.nw-card {
  display: flex; flex-direction: column; overflow: hidden; text-decoration: none; color: inherit;
  background: var(--surface-3); border: 1px solid var(--hair-dark); border-radius: 18px;
  box-shadow: 0 30px 72px -52px rgba(30,60,45,0.3);
  transition: transform .25s var(--ease), border-color .25s, box-shadow .25s;
}
.nw-card:hover { transform: translateY(-5px); border-color: rgba(31,138,82,0.26); box-shadow: 0 44px 92px -46px rgba(30,60,45,0.4); }
.nw-card .thumb { position: relative; aspect-ratio: 16/10; background: var(--bg-light-2); overflow: hidden; }
.nw-card .thumb image-slot { width: 100%; height: 100%; }
.nw-card .thumb .flag {
  position: absolute; top: 13px; left: 13px; z-index: 3;
  font-family: var(--font-mono); font-size: 9.5px; letter-spacing: 0.18em; text-transform: uppercase;
  color: #fff; background: rgba(20,40,30,0.55); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.22); border-radius: 100px; padding: 6px 11px;
}
.nw-card .body { padding: 20px 22px 24px; display: flex; flex-direction: column; gap: 11px; flex: 1; }
.nw-card .body .nw-date { margin-bottom: 1px; }
.nw-card h3 {
  font-family: var(--font-display); font-weight: 600; font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.22; letter-spacing: -0.01em; color: var(--ink-dark); text-wrap: pretty;
}
.nw-card .excerpt { font-size: 14px; line-height: 1.6; color: var(--grey-dark); }
.nw-card .more { margin-top: auto; padding-top: 6px; }
.nw-card:hover .ghost-link { color: var(--green-deep); }
.nw-card .ghost-link { color: var(--green-deep); }
.nw-card:hover .ghost-link .arr { transform: translateX(4px); }

/* empty state */
.nw-empty {
  margin-top: clamp(44px, 6vh, 72px); display: none; flex-direction: column; align-items: center; text-align: center;
  gap: 16px; padding: clamp(56px, 9vh, 96px) 24px; border: 1px dashed var(--hair-dark); border-radius: 22px;
  background: var(--surface-3);
}
.nw-empty.show { display: flex; }
.nw-empty .ico {
  width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center;
  border: 1px solid var(--hair-dark); color: var(--green-deep);
}
.nw-empty .ico svg { width: 26px; height: 26px; }
.nw-empty h3 { font-family: var(--font-display); font-weight: 600; font-size: clamp(20px, 2vw, 26px); color: var(--ink-dark); }
.nw-empty p { font-size: 15px; line-height: 1.6; color: var(--grey-dark); max-width: 40ch; }

/* pagination — buttons (prototype JS) + WordPress paginate_links() anchors */
.nw-pager { margin-top: clamp(48px, 7vh, 80px); display: flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: wrap; }
.nw-pager button,
.nw-pager .page-numbers {
  min-width: 44px; height: 44px; padding: 0 14px; border-radius: 12px; cursor: pointer;
  font-family: var(--font-mono); font-size: 13px; letter-spacing: 0.04em; font-variant-numeric: tabular-nums;
  color: var(--grey-dark); background: var(--surface-3); border: 1px solid var(--hair-dark);
  display: inline-flex; align-items: center; justify-content: center; gap: 8px; text-decoration: none;
  transition: color .2s, border-color .2s, background .2s, transform .15s var(--ease);
}
.nw-pager button:hover:not(:disabled),
.nw-pager a.page-numbers:hover { color: var(--green-deep); border-color: rgba(31,138,82,0.34); transform: translateY(-1px); }
.nw-pager button.is-active,
.nw-pager .page-numbers.current { color: #fff; background: var(--green-deep); border-color: var(--green-deep); }
.nw-pager button:disabled { opacity: 0.4; cursor: not-allowed; }
.nw-pager .page-numbers.dots { border-color: transparent; background: transparent; cursor: default; }
.nw-pager .edge svg { width: 15px; height: 15px; }
.nw-pager .gap { color: var(--grey-dim); padding: 0 2px; }

/* ============================================================
   SINGLE ARTICLE — HERO (dark) + body + gallery
   ============================================================ */
.art-hero {
  position: relative; overflow: hidden;
  background: radial-gradient(120% 120% at 80% 0%, var(--scene-2) 0%, var(--scene-1) 54%, var(--scene-0) 100%);
  padding-top: clamp(132px, 19vh, 196px); padding-bottom: clamp(40px, 6vh, 64px);
}
.art-hero-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.art-hero .nw-rings { right: auto; left: -14%; top: 18%; transform: none; opacity: 0.4; width: min(60vw, 620px); }
.art-hero-grade {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(to top, rgba(20,26,24,0.5) 0%, transparent 46%);
}
.art-hero .container { position: relative; z-index: 2; }
.art-head { max-width: 60ch; }
.art-meta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 20px; }
.art-meta .nw-date { color: var(--grey); }
.art-head h1 {
  font-size: clamp(32px, 4.4vw, 60px); line-height: 1.06; color: var(--ink);
  letter-spacing: -0.02em; text-wrap: balance;
}
.art-byline {
  margin-top: clamp(22px, 3.4vh, 34px); display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
  padding-top: 20px; border-top: 1px solid var(--hairline);
}
.art-byline .who { display: flex; align-items: center; gap: 12px; }
.art-byline .ava {
  width: 38px; height: 38px; border-radius: 50%; flex: 0 0 auto; display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 700; font-size: 13px; color: var(--scene-0);
  background: linear-gradient(150deg, var(--green-bright), var(--green));
}
.art-byline .who .nm { font-family: var(--font-display); font-weight: 600; font-size: 14px; color: var(--ink); }
.art-byline .who .rl { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--grey-dim); }
.art-share { display: flex; align-items: center; gap: 9px; margin-left: auto; }
.art-share .lbl { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--grey-dim); }
.art-share a {
  width: 36px; height: 36px; border-radius: 9px; display: grid; place-items: center;
  border: 1px solid var(--hairline); color: var(--grey); text-decoration: none;
  transition: color .2s, border-color .2s, background .2s, transform .15s var(--ease);
}
.art-share a:hover { color: var(--green-bright); border-color: var(--green); background: rgba(86,224,138,0.06); transform: translateY(-1px); }
.art-share a svg { width: 16px; height: 16px; }

/* featured hero image — pulls up across the dark→light seam */
.art-figure { background: var(--bg-light); }
.art-figure .container { position: relative; }
.art-figure .frame {
  position: relative; margin-top: clamp(-60px, -8vh, -96px); aspect-ratio: 21/9; overflow: hidden;
  border-radius: 22px; background: var(--scene-1);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 60px 130px -50px rgba(10,24,16,0.7);
}
.art-figure .frame image-slot { width: 100%; height: 100%; }
.art-figure .cap {
  margin-top: 14px; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.06em;
  color: var(--grey-dark); display: flex; align-items: center; gap: 9px;
}
.art-figure .cap::before { content: ""; width: 16px; height: 1px; background: var(--green-deep); flex: 0 0 auto; }

/* article body */
.art-body { background: var(--bg-light); padding: clamp(40px, 6vh, 72px) 0 var(--section-y); }
.art-wrap { display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: clamp(20px, 3vw, 48px); align-items: start; }
.art-rail { position: sticky; top: clamp(110px, 16vh, 150px); display: flex; flex-direction: column; gap: 10px; align-self: start; }
.art-rail .rl-lbl { font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--grey-dark); writing-mode: vertical-rl; margin-bottom: 6px; }
.art-rail a {
  width: 40px; height: 40px; border-radius: 10px; display: grid; place-items: center;
  border: 1px solid var(--hair-dark); color: var(--grey-dark); text-decoration: none; background: var(--surface-3);
  transition: color .2s, border-color .2s, background .2s, transform .15s var(--ease);
}
.art-rail a:hover { color: var(--green-deep); border-color: rgba(31,138,82,0.34); transform: translateY(-1px); }
.art-rail a svg { width: 16px; height: 16px; }
.art-prose { max-width: 70ch; }
.art-prose > .lead {
  font-family: var(--font-display); font-weight: 500; font-size: clamp(19px, 1.9vw, 25px);
  line-height: 1.45; letter-spacing: -0.01em; color: var(--ink-dark); margin-bottom: 30px; text-wrap: pretty;
}
.art-prose p { font-size: clamp(15.5px, 1.15vw, 17.5px); line-height: 1.82; color: var(--grey-dark); }
.art-prose p + p { margin-top: 22px; }
.art-prose strong { color: var(--ink-dark); font-weight: 600; }
.art-prose a { color: var(--green-deep); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
.art-prose h2 {
  font-size: clamp(22px, 2.4vw, 30px); line-height: 1.16; color: var(--ink-dark); letter-spacing: -0.01em;
  margin-top: clamp(40px, 5vh, 56px); margin-bottom: 16px;
}
.art-prose h3 { font-size: clamp(18px, 1.7vw, 22px); line-height: 1.2; color: var(--ink-dark); margin-top: 36px; margin-bottom: 12px; }
/* WordPress the_content() elements inside the prose column */
.art-prose h4 { font-size: clamp(16px, 1.4vw, 19px); line-height: 1.25; color: var(--ink-dark); margin-top: 30px; margin-bottom: 10px; font-family: var(--font-display); font-weight: 600; }
.art-prose ul, .art-prose ol { margin: 22px 0; padding-left: 1.4em; color: var(--grey-dark); font-size: clamp(15.5px, 1.15vw, 17.5px); line-height: 1.82; }
.art-prose li + li { margin-top: 8px; }
.art-prose ul li { list-style: disc; }
.art-prose ol li { list-style: decimal; }
.art-prose img { max-width: 100%; height: auto; border-radius: 14px; display: block; }
.art-prose figure { margin: clamp(28px, 4vh, 40px) 0; }
.art-prose figure img { width: 100%; }
.art-prose figcaption { margin-top: 10px; font-family: var(--font-mono); font-size: 11.5px; letter-spacing: 0.04em; color: var(--grey-dim); text-align: center; }
.art-prose blockquote {
  margin: clamp(36px, 5vh, 52px) 0; padding-left: 26px; border-left: 3px solid var(--green-deep);
  font-family: var(--font-display); font-weight: 500; font-size: clamp(18px, 1.9vw, 24px);
  line-height: 1.4; color: var(--ink-dark); letter-spacing: -0.01em; text-wrap: balance;
}
.art-prose blockquote p { font-size: inherit; line-height: inherit; color: inherit; }
.art-prose .wp-caption { max-width: 100%; }
.art-prose .aligncenter { margin-left: auto; margin-right: auto; }
.art-pull {
  margin: clamp(36px, 5vh, 52px) 0; padding-left: 26px; border-left: 3px solid var(--green-deep);
  font-family: var(--font-display); font-weight: 500; font-size: clamp(20px, 2.1vw, 27px);
  line-height: 1.36; color: var(--ink-dark); letter-spacing: -0.01em; text-wrap: balance;
}
.art-pull .accent { color: var(--green-deep); }
.art-tags { margin-top: clamp(40px, 5vh, 56px); display: flex; flex-wrap: wrap; gap: 9px; padding-top: 26px; border-top: 1px solid var(--hair-dark); }
.art-tags .t {
  font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--grey-dark); border: 1px solid var(--hair-dark); border-radius: 100px; padding: 8px 14px;
  text-decoration: none; transition: color .2s, border-color .2s;
}
.art-tags .t:hover { color: var(--green-deep); border-color: rgba(31,138,82,0.34); }

/* gallery */
.art-gallery { background: var(--surface-3); padding: var(--section-y) 0; border-top: 1px solid var(--hair-dark); }
.art-gallery .head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.art-gallery .head h2 { font-size: clamp(26px, 3vw, 40px); line-height: 1.05; color: var(--ink-dark); margin-top: 14px; letter-spacing: -0.02em; }
.art-gallery .head .count { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--grey-dark); }
.gal-grid {
  margin-top: clamp(36px, 5vh, 56px);
  display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(12px, 1.4vw, 18px);
}
.gal-item {
  position: relative; overflow: hidden; border-radius: 14px; background: var(--bg-light-2);
  border: 1px solid var(--hair-dark); aspect-ratio: 1;
}
.gal-item.wide { grid-column: span 2; aspect-ratio: 2; }
.gal-item image-slot { width: 100%; height: 100%; }
.gal-item .zoom {
  position: absolute; top: 10px; right: 10px; z-index: 4;
  width: 36px; height: 36px; border-radius: 9px; border: 0; cursor: pointer; padding: 0;
  display: grid; place-items: center; color: #fff;
  background: rgba(20,40,30,0.5); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.22);
  opacity: 0; transform: translateY(-4px); transition: opacity .22s var(--ease), transform .22s var(--ease), background .2s;
}
.gal-item:hover .zoom, .gal-item:focus-within .zoom { opacity: 1; transform: none; }
.gal-item .zoom:hover { background: var(--green-deep); }
.gal-item .zoom svg { width: 16px; height: 16px; }

/* lightbox */
.lb {
  position: fixed; inset: 0; z-index: 90; display: none;
  align-items: center; justify-content: center; padding: clamp(20px, 5vh, 64px);
  background: rgba(8,14,11,0.9); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  opacity: 0; transition: opacity .28s var(--ease);
}
.lb.open { display: flex; }
.lb.in { opacity: 1; }
.lb-stage { position: relative; max-width: min(1100px, 92vw); width: 100%; display: flex; flex-direction: column; align-items: center; gap: 18px; }
.lb-frame {
  position: relative; width: 100%; aspect-ratio: 16/10; max-height: 76vh; border-radius: 16px; overflow: hidden;
  background: var(--scene-1); display: grid; place-items: center;
  box-shadow: 0 50px 120px -40px rgba(0,0,0,0.7); border: 1px solid rgba(255,255,255,0.1);
}
.lb-frame img { width: 100%; height: 100%; object-fit: contain; display: block; }
.lb-ph {
  position: absolute; inset: 0; display: grid; place-items: center; gap: 12px; align-content: center; text-align: center;
  background:
    repeating-linear-gradient(45deg, rgba(86,224,138,0.05) 0 12px, transparent 12px 24px),
    var(--scene-1);
}
.lb-ph .ph-tag { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--grey); }
.lb-ph .ph-cap { font-family: var(--font-display); font-size: 17px; color: var(--ink); max-width: 30ch; padding: 0 20px; }
.lb-cap { font-family: var(--font-mono); font-size: 11.5px; letter-spacing: 0.06em; color: var(--grey); text-align: center; }
.lb-cap b { color: var(--green-bright); font-variant-numeric: tabular-nums; font-weight: 500; }
.lb-close, .lb-nav {
  position: absolute; z-index: 5; width: 48px; height: 48px; border-radius: 12px; cursor: pointer; border: 0;
  display: grid; place-items: center; color: var(--ink);
  background: rgba(20,40,30,0.5); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.18); transition: background .2s, transform .15s var(--ease);
}
.lb-close:hover, .lb-nav:hover { background: var(--green-deep); transform: scale(1.04); }
.lb-close { top: -4px; right: -4px; }
.lb-nav svg, .lb-close svg { width: 20px; height: 20px; }
.lb-nav.prev { left: clamp(-8px, -2vw, -28px); top: 50%; transform: translateY(-50%); }
.lb-nav.next { right: clamp(-8px, -2vw, -28px); top: 50%; transform: translateY(-50%); }
.lb-nav.prev:hover { transform: translateY(-50%) scale(1.04); }
.lb-nav.next:hover { transform: translateY(-50%) scale(1.04); }

/* back to news */
.art-back { background: var(--surface-3); padding: 0 0 clamp(56px, 8vh, 90px); }
.art-back .container { display: flex; justify-content: center; }
.art-back a {
  display: inline-flex; align-items: center; gap: 12px; padding: 15px 28px; border-radius: 999px;
  border: 1px solid var(--hair-dark); background: var(--bg-light);
  font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ink-dark); text-decoration: none; transition: color .2s, border-color .2s, background .2s, transform .2s var(--ease);
}
.art-back a .arr { transition: transform .22s var(--ease); }
.art-back a:hover { color: var(--green-deep); border-color: rgba(31,138,82,0.34); transform: translateY(-2px); }
.art-back a:hover .arr { transform: translateX(-4px); }

/* related */
.art-related { background: var(--bg-light-2); padding: var(--section-y) 0; }
.art-related .head { max-width: 40ch; }
.art-related .head h2 { font-size: clamp(26px, 3vw, 40px); line-height: 1.05; color: var(--ink-dark); margin-top: 14px; letter-spacing: -0.02em; }
.art-related .nw-grid { margin-top: clamp(36px, 5vh, 56px); }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1024px) {
  .nw-feature a { grid-template-columns: 1fr; gap: clamp(20px, 4vh, 30px); }
  .nw-feature .media { order: -1; }
  .nw-grid { grid-template-columns: repeat(2, 1fr); }
  .art-wrap { grid-template-columns: 1fr; }
  .art-rail { position: static; flex-direction: row; align-items: center; gap: 10px; margin-bottom: 8px; }
  .art-rail .rl-lbl { writing-mode: horizontal-tb; margin-bottom: 0; }
  .gal-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 680px) {
  .nw-hero h1 { font-size: clamp(34px, 11vw, 52px); }
  .nw-grid { grid-template-columns: 1fr; }
  .nw-filters { gap: 8px; }
  .gal-grid { grid-template-columns: repeat(2, 1fr); }
  .gal-item.wide { grid-column: span 2; aspect-ratio: 2; }
  .art-figure .frame { aspect-ratio: 4/3; margin-top: clamp(-40px, -6vh, -56px); }
  .art-share { width: 100%; margin-left: 0; }
  .nw-pager button { min-width: 40px; height: 40px; }
}

@media (prefers-reduced-motion: reduce) {
  .nw-hero-meta .dot { animation: none; }
  .lb { transition: none; }
}
