﻿:root {
  --bg: #0b0f16;
  --ink: #f4f4f2;
  --muted: #a0a6b0;
  --accent: #c8a34a;
  --accent-2: #ffffff;
  --card: #131826;
  --stroke: rgba(255, 255, 255, 0.08);
  --shadow: 0 24px 50px rgba(0, 0, 0, 0.35);
  --radius: 24px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at 10% 20%, #141a2b 0%, #0b0f16 55%, #070a0f 100%);
  min-height: 100vh;
}

.gallery-page {
  background: radial-gradient(circle at 10% 20%, #141a2b 0%, #0b0f16 55%, #070a0f 100%);
}

.gallery-page .page-montage,
.gallery-page .bg-orb {
  display: none;
}

h1, h2, h3 {
  font-family: "Fraunces", serif;
  font-weight: 600;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  margin: 0;
  padding-left: 1.2rem;
}

.bg-orb {
  position: fixed;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(0px);
  opacity: 0.25;
  z-index: 0;
}

.orb-a {
  background: radial-gradient(circle, rgba(200, 163, 74, 0.45) 0%, rgba(200, 163, 74, 0) 70%);
  top: -120px;
  right: -80px;
}

.orb-b {
  background: radial-gradient(circle, rgba(110, 128, 190, 0.35) 0%, rgba(110, 128, 190, 0) 70%);
  bottom: -160px;
  left: -100px;
}

.hero {
  position: relative;
  padding: 48px 8vw 32px;
  z-index: 1;
}

.hero-banner {
  background-image: url("Headshots/DSF5813.jpg");
  background-size: cover;
  background-position: center 30%;
}

.hero-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 11, 18, 0.35), rgba(8, 11, 18, 0.2) 40%, rgba(8, 11, 18, 0.55));
  z-index: 0;
}

.hero-content {
  background: none;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}

.hero-copy {
  background: rgba(8, 12, 20, 0.72);
  padding: 4px 8px;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
  display: inline-block;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}


.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 64px;
  position: relative;
  z-index: 2;
}

.logo {
  font-family: "Fraunces", serif;
  font-size: 24px;
  border: 1px solid var(--stroke);
  border-radius: 999px;
  padding: 10px 16px;
  background: var(--card);
  box-shadow: var(--shadow);
}

.nav-links {
  display: flex;
  gap: 24px;
  font-size: 15px;
  color: #0b0f16;
  background: rgba(244, 244, 242, 0.9);
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-links-pill {
  color: #0b0f16 !important;
  background: rgba(244, 244, 242, 0.9) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.hero-content {
  max-width: 720px;
  position: relative;
  z-index: 2;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 16px;
}

.hero-content h1 {
  font-size: clamp(42px, 6vw, 84px);
  line-height: 1.03;
  margin-bottom: 20px;
}

.lead {
  font-size: 18px;
  line-height: 1.6;
  max-width: 620px;
}

.hero-banner .hero-content h1 {
  font-size: clamp(32px, 4.5vw, 64px);
}

.hero-banner .lead {
  font-size: 16px;
}

.cta-row {
  display: flex;
  gap: 16px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.hero-content .cta-row {
  display: block;
  margin-top: 18px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 500;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn.primary {
  background: var(--accent);
  color: #111;
  border-color: rgba(200, 163, 74, 0.9);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

.btn.ghost {
  border-color: var(--stroke);
  background: rgba(19, 24, 38, 0.75);
  color: var(--accent-2);
}

.btn.light {
  background: rgba(244, 244, 242, 0.9);
  color: #0b0f16;
  border-color: rgba(255, 255, 255, 0.6);
}

.btn:hover {
  transform: translateY(-2px);
}

.hero-panels {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 48px;
  position: relative;
  z-index: 2;
}

.panel {
  background: rgba(19, 24, 38, 0.85);
  border: 1px solid var(--stroke);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: var(--shadow);
  color: var(--ink);
}

.panel-title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--muted);
  margin-bottom: 12px;
}

.panel-body {
  font-size: 16px;
  line-height: 1.5;
}

main {
  position: relative;
  z-index: 1;
}

.section {
  position: relative;
  padding: 72px 8vw;
  z-index: 1;
}

.section-header {
  max-width: 720px;
  margin-bottom: 36px;
}

.section-header h2 {
  font-size: clamp(32px, 4vw, 52px);
  margin-bottom: 16px;
}

.section-header .role-org {
  display: block;
  font-size: clamp(18px, 2.2vw, 28px);
  color: var(--muted);
  margin-top: 6px;
  font-weight: 500;
}

.section-lead {
  color: var(--muted);
  line-height: 1.6;
}

.gallery-hero .hero-content {
  max-width: 680px;
}

.gallery-section {
  padding-top: 56px;
}

.gallery-feature {
  margin-bottom: 28px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid var(--stroke);
  box-shadow: var(--shadow);
}

.gallery-feature img {
  width: 100%;
  height: auto;
  display: block;
}

.gallery-feature .lightbox-trigger {
  display: block;
  width: 100%;
  border: none;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: zoom-in;
}

.gallery-grid {
  column-count: 3;
  column-gap: 18px;
}

.gallery-card {
  margin: 0 0 18px;
  break-inside: avoid;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--stroke);
  box-shadow: var(--shadow);
  background: #f7f2ec;
  transform: translateY(6px) scale(0.98);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  cursor: zoom-in;
}

.gallery-card img {
  width: 100%;
  height: auto;
  display: block;
}

.gallery-card:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 24px 50px rgba(30, 28, 25, 0.2);
}

.gallery-card.visible {
  transform: translateY(0) scale(1);
}

.project-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.project-card {
  background: rgba(19, 24, 38, 0.9);
  border-radius: var(--radius);
  padding: 24px;
  border: 1px solid var(--stroke);
  box-shadow: var(--shadow);
}

.project-card h3 {
  margin-bottom: 12px;
  font-size: 22px;
}

.text-link {
  color: var(--accent);
  font-weight: 600;
}

.journalism-list {
  display: grid;
  gap: 16px;
}

.journalism-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 22px;
  border-radius: 16px;
  border: 1px solid var(--stroke);
  background: rgba(19, 24, 38, 0.9);
}

.journalism-item .title {
  font-weight: 600;
}

.journalism-item .meta {
  color: var(--muted);
  font-size: 14px;
}

.photo-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  grid-auto-rows: 160px;
}

.photo-card {
  position: relative;
  border-radius: 20px;
  background-color: #b7b0a7;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  padding: 16px;
  border: 1px solid var(--stroke);
  box-shadow: var(--shadow);
  overflow: hidden;
  color: #f7f1ea;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.45);
}

.photo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 12, 10, 0.15), rgba(15, 12, 10, 0.65));
  z-index: 0;
}

.photo-card > * {
  position: relative;
  z-index: 1;
}

.photo-card.tall {
  grid-row: span 2;
}

.photo-card.wide {
  grid-column: span 2;
}

.photo-placeholder {
  font-weight: 600;
}


.footer {
  background: #070a10;
  color: #f4f4f2;
}

.footer .section-lead {
  color: rgba(244, 244, 242, 0.7);
}

.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

.footer-links {
  display: flex;
  gap: 18px;
}

.footer-note {
  margin-top: 32px;
  color: rgba(247, 241, 234, 0.6);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

[data-reveal].visible {
  opacity: 1;
  transform: translateY(0);
}

.gallery-card[data-reveal] {
  opacity: 0;
  transform: translateY(14px) scale(0.98);
}

.gallery-card[data-reveal].visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.stream-grid {
  display: flex;
  gap: 16px;
  margin-top: 28px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 6px;
  scroll-snap-type: x proximity;
  scrollbar-color: rgba(200, 163, 74, 0.6) transparent;
}

.stream-item {
  border-radius: 18px;
  overflow: hidden;
  background: rgba(19, 24, 38, 0.8);
  border: 1px solid var(--stroke);
  box-shadow: var(--shadow);
  flex: 0 0 auto;
  width: 240px;
  height: 180px;
  scroll-snap-align: start;
}

.stream-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.stream-loading {
  margin-top: 14px;
  color: var(--muted);
  font-size: 14px;
  text-align: center;
  display: none;
}

.stream-loading.is-visible {
  display: block;
}

.stream-sentinel {
  flex: 0 0 1px;
  height: 1px;
}

.video-feed {
  margin-top: 22px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 8px;
}

.video-feed-track {
  display: flex;
  gap: 18px;
}

.video-card {
  flex: 0 0 auto;
  width: 280px;
  background: rgba(19, 24, 38, 0.9);
  border: 1px solid var(--stroke);
  border-radius: 18px;
  box-shadow: var(--shadow);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.video-thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #0b0f16;
  overflow: hidden;
}

.video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-actions {
  display: flex;
  gap: 10px;
  padding: 12px;
}

.video-actions button,
.video-actions a {
  flex: 1;
  padding: 8px 10px;
  border-radius: 999px;
  font-size: 13px;
  text-align: center;
  border: 1px solid var(--stroke);
  background: rgba(8, 12, 20, 0.8);
  color: var(--accent-2);
  cursor: pointer;
}

.video-actions button:focus-visible,
.video-actions a:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.video-preview {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #05070b;
}

.video-preview iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.video-close {
  position: absolute;
  top: 8px;
  right: 8px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  border-radius: 999px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.video-fallback {
  color: var(--muted);
  font-size: 13px;
  padding: 10px 12px;
}

.lightbox-trigger {
  border: none;
  padding: 0;
  margin: 0;
  background: transparent;
  display: block;
  width: 100%;
  cursor: zoom-in;
}

.lightbox-trigger:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(18, 16, 14, 0.86);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 20;
  padding: 6vh 6vw;
}

.lightbox.open {
  opacity: 1;
  pointer-events: auto;
}

.lightbox-image {
  max-width: min(1100px, 88vw);
  max-height: 84vh;
  width: auto;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  z-index: 1;
}

.lightbox-close {
  position: absolute;
  top: 24px;
  right: 24px;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 28px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  cursor: pointer;
}

.lightbox-close:hover {
  background: rgba(255, 255, 255, 0.2);
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 36px;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  cursor: pointer;
  z-index: 2;
}

.lightbox-nav.prev {
  left: 24px;
}

.lightbox-nav.next {
  right: 24px;
}

.lightbox-nav:hover {
  background: rgba(255, 255, 255, 0.22);
}

@media (max-width: 720px) {
  .lightbox-nav {
    width: 40px;
    height: 40px;
    font-size: 28px;
  }

  .lightbox-nav.prev {
    left: 12px;
  }

  .lightbox-nav.next {
    right: 12px;
  }
}

@media (max-width: 720px) {
  .page-montage {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(10, minmax(60px, 1fr));
    opacity: 0.55;
  }

  .tile-1 {
    grid-column: 1 / span 3;
    grid-row: 1 / span 2;
  }

  .tile-2 {
    grid-column: 4 / span 3;
    grid-row: 1 / span 2;
  }

  .tile-3 {
    grid-column: 1 / span 6;
    grid-row: 3 / span 2;
  }

  .tile-4 {
    grid-column: 1 / span 3;
    grid-row: 5 / span 2;
  }

  .tile-5 {
    grid-column: 4 / span 3;
    grid-row: 5 / span 2;
  }

  .tile-6 {
    grid-column: 1 / span 6;
    grid-row: 7 / span 2;
  }

  .tile-7 {
    grid-column: 1 / span 3;
    grid-row: 9 / span 2;
  }

  .tile-8 {
    grid-column: 4 / span 3;
    grid-row: 9 / span 2;
  }

  .tile-9,
  .tile-10 {
    display: none;
  }

  .nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .nav-links {
    flex-wrap: nowrap;
    color: #0b0f16;
    background: none;
    padding: 0;
    border-radius: 0;
    border: none;
    gap: 16px;
    font-size: 14px;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .nav-links a {
    color: #0b0f16 !important;
    white-space: nowrap;
  }

  .cta-row {
    justify-content: center;
    margin-top: 80px;
  }

  .cta-row .btn.primary {
    background: rgba(200, 163, 74, 0.8);
    background-color: rgba(200, 163, 74, 0.8);
  }

  .cta-row .btn.primary {
    padding: 6px 12px !important;
  }

  .hero-panels {
    margin-top: 36px;
  }

  .journalism-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .photo-card.wide {
    grid-column: span 1;
  }

  .gallery-grid {
    column-count: 1;
  }

  .stream-grid {
    gap: 12px;
  }

  .stream-item {
    width: 200px;
    height: 150px;
  }

  .video-card {
    width: 220px;
  }

  .gallery-card:hover {
    transform: translateY(-2px) scale(1.01);
  }
}
