/* ============================================================
   Hoàng Phi Long — CV & Portfolio
   Shared stylesheet (index + area pages)
   ============================================================ */

/* ---------- TOKENS ---------- */
:root {
  --bg: #0b0b0d;
  --bg-soft: #141417;
  --line: rgba(255, 255, 255, 0.09);
  --text: #f4f4f5;
  --muted: #9a9aa2;
  --muted-2: #6c6c74;
  --orange: #ff6a1a;
  --orange-2: #ff8c42;
  --lime: #c6ff2e;
  --radius: 18px;
  --maxw: 1200px;
  --ff-display: "Space Grotesk", system-ui, sans-serif;
  --ff-body: "Inter", system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--ff-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* faint grid + warm corner glow */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: radial-gradient(circle at 50% 30%, #000 0%, transparent 75%);
          mask-image: radial-gradient(circle at 50% 30%, #000 0%, transparent 75%);
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}
body::after {
  content: "";
  position: fixed;
  top: -220px;
  left: -220px;
  width: 620px;
  height: 620px;
  background: radial-gradient(circle, rgba(255,106,26,0.55) 0%, rgba(255,106,26,0.12) 35%, transparent 70%);
  filter: blur(20px);
  pointer-events: none;
  z-index: 0;
}

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 28px; position: relative; z-index: 1; }
a { color: inherit; text-decoration: none; }
section { position: relative; z-index: 1; }

/* ---------- NAV ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(12px);
  background: rgba(11,11,13,0.6);
  border-bottom: 1px solid var(--line);
}
.nav .wrap { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.brand { font-family: var(--ff-display); font-weight: 700; letter-spacing: 0.02em; font-size: 1.05rem; }
.brand b { color: var(--orange); }
.nav-links { display: flex; gap: 26px; align-items: center; }
.nav-links a { font-size: 0.86rem; color: var(--muted); font-weight: 500; transition: color 0.2s; }
.nav-links a:hover { color: var(--text); }
.nav-cta {
  padding: 9px 18px; border: 1px solid var(--line); border-radius: 999px;
  color: var(--text) !important; font-weight: 600;
}
.nav-cta:hover { border-color: var(--orange); color: var(--orange) !important; }
.nav-toggle { display: none; background: none; border: 0; color: var(--text); font-size: 1.5rem; cursor: pointer; }

/* ---------- META BAR ---------- */
.meta-bar { border-bottom: 1px solid var(--line); }
.meta-bar .wrap {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
  padding-top: 20px; padding-bottom: 20px;
}
.meta-item { font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted-2); line-height: 1.5; }
.meta-item strong { display: block; color: var(--text); font-weight: 600; }
.meta-item.right { text-align: right; font-style: italic; text-transform: none; letter-spacing: 0; color: var(--muted); }

/* ---------- HERO (home) ---------- */
.hero { padding: 64px 0 40px; }
.eyebrow { font-family: var(--ff-display); font-size: 1.3rem; font-weight: 500; color: var(--text); margin-bottom: 4px; }
.hero-title {
  position: relative;
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: clamp(3rem, 12vw, 9.5rem);
  line-height: 0.92;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin: 4px 0 8px;
}
.hero-title .cursor {
  position: absolute;
  width: clamp(32px, 4.5vw, 58px);
  height: auto;
  bottom: -6%;
  left: 46%;
  transform: rotate(8deg);
  filter: drop-shadow(0 6px 14px rgba(198,255,46,0.35));
  animation: bob 3.2s ease-in-out infinite;
}
@keyframes bob { 0%,100% { transform: translateY(0) rotate(8deg);} 50% { transform: translateY(-10px) rotate(8deg);} }

.hero-grid { display: grid; grid-template-columns: 1.6fr 0.9fr; gap: 48px; align-items: start; margin-top: 40px; }
.section-tag { display: inline-flex; align-items: center; gap: 8px; font-family: var(--ff-display); font-weight: 600; font-size: 1.15rem; margin-bottom: 16px; }
.section-tag::before { content: ""; width: 22px; height: 2px; background: var(--orange); display: inline-block; }
.bio { color: var(--muted); font-size: 0.98rem; max-width: 60ch; }
.bio strong { color: var(--text); font-weight: 600; }

.info-block { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 28px; }
.info-block .label { font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 3px; }
.info-block .val { font-family: var(--ff-display); font-weight: 500; }
.info-block .val.hi { color: var(--orange); }

.photo-col { display: flex; flex-direction: column; align-items: center; gap: 18px; }
.photo {
  width: 210px; height: 210px; border-radius: 50%;
  background: radial-gradient(circle at 50% 35%, #2a2a30, #0f0f12);
  border: 1px solid var(--line);
  display: grid; place-items: center; overflow: hidden;
  position: relative;
}
.photo::after {
  content: "";
  position: absolute; inset: -2px;
  border-radius: 50%;
  padding: 2px;
  background: conic-gradient(from 180deg, var(--orange), var(--lime), var(--orange));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  opacity: 0.7;
}
.photo img { width: 100%; height: 100%; object-fit: cover; }
.photo .portrait { position: absolute; inset: 0; z-index: 1; object-position: 70% 34%; }
.photo .ph { color: var(--muted-2); font-size: 0.78rem; text-align: center; padding: 0 20px; }
.photo-name { text-align: center; }
.photo-name b { font-family: var(--ff-display); display: block; }
.photo-name span { font-size: 0.8rem; color: var(--muted); }

/* ---------- STATS ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 56px; }
.stat { border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; background: var(--bg-soft); }
.stat .num { font-family: var(--ff-display); font-weight: 700; font-size: 2rem; }
.stat .num b { color: var(--orange); }
.stat .cap { font-size: 0.78rem; color: var(--muted); margin-top: 2px; }

/* ---------- ROLES MARQUEE ---------- */
.roles { margin-top: 64px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; }
.roles-track { display: flex; gap: 40px; padding: 20px 0; white-space: nowrap; animation: scroll 26s linear infinite; }
.roles-track span { font-family: var(--ff-display); font-size: 1.4rem; font-weight: 600; color: var(--muted-2); display: inline-flex; align-items: center; gap: 40px; }
.roles-track span::after { content: "\2726"; color: var(--lime); font-size: 0.9rem; }
@keyframes scroll { from { transform: translateX(0);} to { transform: translateX(-50%);} }

/* ---------- PORTFOLIO INDEX ---------- */
.pf { padding: 96px 0 40px; }
.pf-head { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 16px; margin-bottom: 40px; }
.pf-head h2 { font-family: var(--ff-display); font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 700; line-height: 1.05; }
.pf-head p { color: var(--muted); max-width: 42ch; }
.pf-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.pf-card {
  border: 1px solid var(--line); border-radius: var(--radius); padding: 26px;
  background: var(--bg-soft); position: relative; overflow: hidden;
  transition: transform 0.25s, border-color 0.25s;
  min-height: 190px; display: flex; flex-direction: column; justify-content: space-between;
}
.pf-card:hover { transform: translateY(-4px); border-color: var(--orange); }
.pf-card .no { font-family: var(--ff-display); font-size: 0.8rem; color: var(--muted-2); letter-spacing: 0.1em; }
.pf-card h3 { font-family: var(--ff-display); font-size: 1.35rem; font-weight: 600; margin-top: auto; }
.pf-card p { font-size: 0.85rem; color: var(--muted); margin-top: 6px; }
.pf-card .go { position: absolute; top: 22px; right: 22px; color: var(--muted-2); transition: color 0.2s; }
.pf-card:hover .go { color: var(--lime); }
.pf-card .soon { font-size: 0.68rem; color: var(--orange); border: 1px solid rgba(255,106,26,0.4); border-radius: 999px; padding: 2px 10px; align-self: flex-start; margin-bottom: 12px; }
.pf-card .live { font-size: 0.68rem; color: var(--lime); border: 1px solid rgba(198,255,46,0.4); border-radius: 999px; padding: 2px 10px; align-self: flex-start; margin-bottom: 12px; }

/* ---------- AREA PAGE: HERO ---------- */
.page-hero { padding: 40px 0 24px; }
.breadcrumb { display: flex; align-items: center; gap: 10px; font-size: 0.8rem; color: var(--muted-2); margin-bottom: 34px; flex-wrap: wrap; }
.breadcrumb a:hover { color: var(--orange); }
.breadcrumb .sep { color: var(--muted-2); }
.breadcrumb .here { color: var(--text); }
.page-eyebrow { font-family: var(--ff-display); font-size: 0.85rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--orange); margin-bottom: 14px; }
.page-title {
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: clamp(2.4rem, 7vw, 5.6rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.page-lead { color: var(--muted); font-size: 1.05rem; max-width: 60ch; margin-top: 22px; }
.page-lead strong { color: var(--text); }

/* pull quote / big statement */
.statement {
  margin: 64px 0;
  padding: 0 0 0 28px;
  border-left: 3px solid var(--orange);
  font-family: var(--ff-display);
  font-weight: 500;
  font-size: clamp(1.4rem, 3.4vw, 2.2rem);
  line-height: 1.28;
  max-width: 22ch;
}
.statement .hl { color: var(--orange); }
.statement .hl-lime { color: var(--lime); }

/* ---------- PRINCIPLES ---------- */
.principles { padding: 20px 0 40px; }
.principles-head { margin-bottom: 8px; }
.principles-head h2 { font-family: var(--ff-display); font-size: clamp(1.6rem, 4vw, 2.4rem); font-weight: 700; }
.principles-head p { color: var(--muted); max-width: 52ch; margin-top: 10px; }

.principle {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 32px;
  padding: 40px 0;
  border-top: 1px solid var(--line);
  align-items: start;
}
.principle:last-child { border-bottom: 1px solid var(--line); }
.principle .idx {
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.4px var(--muted-2);
}
.principle:hover .idx { -webkit-text-stroke: 1.4px var(--orange); color: transparent; }
.principle h3 { font-family: var(--ff-display); font-size: clamp(1.25rem, 2.6vw, 1.7rem); font-weight: 600; line-height: 1.15; }
.principle p { color: var(--muted); margin-top: 12px; max-width: 62ch; }
.principle p strong { color: var(--text); font-weight: 600; }
.principle .chip {
  display: inline-block; margin-top: 16px;
  font-family: var(--ff-display); font-size: 0.9rem; font-weight: 600;
  color: var(--lime); background: rgba(198,255,46,0.08);
  border: 1px solid rgba(198,255,46,0.28); border-radius: 999px;
  padding: 6px 14px;
}
.principle .src { display: block; margin-top: 14px; font-size: 0.74rem; color: var(--muted-2); font-style: italic; }

/* ---------- PROCESS STRIP ---------- */
.process { padding: 72px 0 20px; }
.process h2 { font-family: var(--ff-display); font-size: clamp(1.6rem, 4vw, 2.2rem); font-weight: 700; margin-bottom: 28px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.step { border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; background: var(--bg-soft); }
.step .n { font-family: var(--ff-display); color: var(--orange); font-weight: 700; font-size: 0.85rem; letter-spacing: 0.1em; }
.step h4 { font-family: var(--ff-display); font-size: 1.05rem; margin-top: 8px; }
.step p { font-size: 0.84rem; color: var(--muted); margin-top: 6px; }

/* ---------- PROJECTS / WORK ---------- */
.work { padding: 72px 0 40px; }
.work-head { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 12px; margin-bottom: 28px; }
.work-head h2 { font-family: var(--ff-display); font-size: clamp(1.6rem, 4vw, 2.2rem); font-weight: 700; }
.work-head p { color: var(--muted); max-width: 40ch; }
.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.work-card {
  border: 1px dashed var(--line); border-radius: var(--radius);
  background: var(--bg-soft); min-height: 240px;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 22px; position: relative; overflow: hidden;
}
.work-card .thumb { position: absolute; inset: 0; display: grid; place-items: center; color: var(--muted-2); font-size: 0.8rem; }
.work-card .cap { position: relative; z-index: 1; }
.work-card .cap b { font-family: var(--ff-display); display: block; }
.work-card .cap span { font-size: 0.82rem; color: var(--muted); }

/* ---------- CTA BANNER ---------- */
.cta { padding: 80px 0; }
.cta-box {
  border: 1px solid var(--line); border-radius: var(--radius);
  background: linear-gradient(120deg, rgba(255,106,26,0.10), rgba(198,255,46,0.05));
  padding: 48px; text-align: center;
}
.cta-box h2 { font-family: var(--ff-display); font-size: clamp(1.6rem, 4vw, 2.4rem); font-weight: 700; }
.cta-box p { color: var(--muted); margin: 12px auto 24px; max-width: 46ch; }
.btn {
  display: inline-block; font-family: var(--ff-display); font-weight: 600;
  padding: 13px 28px; border-radius: 999px; background: var(--orange); color: #0b0b0d;
  transition: transform 0.2s, background 0.2s;
}
.btn:hover { transform: translateY(-2px); background: var(--orange-2); }
.btn.ghost { background: transparent; color: var(--text); border: 1px solid var(--line); margin-left: 10px; }
.btn.ghost:hover { border-color: var(--lime); color: var(--lime); }

/* ---------- FOOTER ---------- */
footer { border-top: 1px solid var(--line); margin-top: 80px; padding: 40px 0; }
footer .wrap { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; align-items: center; }
footer .col b { font-family: var(--ff-display); display: block; }
footer .col span { font-size: 0.82rem; color: var(--muted); }
footer .center { text-align: center; color: var(--muted-2); font-size: 0.8rem; }
footer .right { text-align: right; }
footer .right a { color: var(--muted); font-size: 0.85rem; margin-left: 16px; }
footer .right a:hover { color: var(--orange); }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 860px) {
  .nav-links { position: fixed; inset: 64px 0 auto 0; flex-direction: column; background: var(--bg-soft); padding: 20px 28px; gap: 18px; border-bottom: 1px solid var(--line); transform: translateY(-140%); transition: transform 0.3s; }
  .nav-links.open { transform: translateY(0); }
  .nav-toggle { display: block; }
  .meta-bar .wrap { grid-template-columns: 1fr 1fr; }
  .meta-item.right { text-align: left; }
  .hero-grid { grid-template-columns: 1fr; }
  .photo-col { order: -1; align-items: flex-start; }
  .stats { grid-template-columns: 1fr 1fr; }
  .pf-grid { grid-template-columns: 1fr; }
  .principle { grid-template-columns: 1fr; gap: 6px; }
  .principle .idx { font-size: 2.4rem; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .work-grid { grid-template-columns: 1fr; }
  .cta-box { padding: 32px 20px; }
  .btn.ghost { margin: 12px 0 0; display: inline-block; }
  footer .wrap { grid-template-columns: 1fr; text-align: left; }
  footer .center, footer .right { text-align: left; }
  footer .right a { margin: 0 16px 0 0; }
}

/* ---------- GROUP LABEL (pillar divider inside principles) ---------- */
.group-label { display: flex; align-items: center; gap: 16px; margin: 60px 0 0; }
.group-label .lt { font-family: var(--ff-display); color: var(--orange); font-weight: 700; font-size: 0.9rem; letter-spacing: 0.14em; }
.group-label h3 { font-family: var(--ff-display); font-size: clamp(1.05rem, 2.3vw, 1.4rem); font-weight: 600; text-transform: uppercase; letter-spacing: 0.02em; white-space: nowrap; }
.group-label .line { flex: 1; height: 1px; background: var(--line); }
.group-label + .principle { border-top: none; }

/* ---------- HOOK ARSENAL (tag cloud) ---------- */
.arsenal { padding: 80px 0 20px; }
.arsenal h2 { font-family: var(--ff-display); font-size: clamp(1.6rem, 4vw, 2.2rem); font-weight: 700; }
.arsenal p { color: var(--muted); max-width: 58ch; margin: 12px 0 26px; }
.tags { display: flex; flex-wrap: wrap; gap: 10px; }
.tag {
  font-family: var(--ff-display); font-size: 0.85rem; color: var(--text);
  background: var(--bg-soft); border: 1px solid var(--line); border-radius: 999px;
  padding: 8px 16px; transition: border-color 0.2s, color 0.2s, transform 0.2s;
}
.tag:hover { border-color: var(--orange); color: var(--orange); transform: translateY(-2px); }
.tag .n { color: var(--muted-2); margin-right: 8px; font-size: 0.78rem; }

/* ---------- AARRR: vault-derived practical line + engine band ---------- */
.principle h3 .vn { color: var(--muted); font-weight: 400; }
.principle .defn { color: var(--muted); margin-top: 12px; max-width: 62ch; }
.principle .defn strong { color: var(--text); }
.from-vault {
  margin-top: 14px; padding: 13px 16px;
  border-left: 2px solid rgba(198,255,46,0.45);
  background: rgba(198,255,46,0.045);
  border-radius: 0 10px 10px 0;
  font-size: 0.9rem; color: var(--muted); max-width: 64ch;
}
.from-vault .tagline {
  display: block; margin-bottom: 8px;
  font-family: var(--ff-display); color: var(--lime);
  font-weight: 600; font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase;
}
.from-vault ul { margin: 0; padding: 0; list-style: none; }
.from-vault li { position: relative; padding-left: 20px; margin: 8px 0; line-height: 1.5; }
.from-vault li::before { content: "\2192"; position: absolute; left: 0; top: 0; color: var(--lime); font-family: var(--ff-display); font-weight: 600; }
.from-vault li.more { display: none; }
.from-vault.open li.more { display: block; }
.more-btn {
  margin-top: 12px; padding: 5px 0;
  background: none; border: 0; cursor: pointer;
  font-family: var(--ff-display); font-weight: 600; font-size: 0.82rem;
  color: var(--lime); display: inline-flex; align-items: center; gap: 7px;
}
.more-btn:hover { color: var(--orange); }
.more-btn::after { content: "\25BE"; font-size: 0.9em; transition: transform 0.2s; }
.from-vault.open .more-btn::after { transform: rotate(180deg); }
.engine {
  margin: 50px 0 8px; padding: 30px 32px;
  border: 1px solid var(--line); border-radius: var(--radius);
  background: linear-gradient(120deg, rgba(255,106,26,0.09), rgba(198,255,46,0.045));
}
.engine .lt { font-family: var(--ff-display); color: var(--orange); font-weight: 700; font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; }
.engine h3 { font-family: var(--ff-display); font-size: clamp(1.2rem, 2.8vw, 1.7rem); font-weight: 600; margin: 8px 0 10px; }
.engine p { color: var(--muted); max-width: 70ch; }
.engine .flow { color: var(--lime); font-weight: 600; }

@media (max-width: 860px) {
  .engine { padding: 22px 18px; }
  .from-vault { font-size: 0.86rem; }
}

/* ---------- CORE TRAITS (Đặc điểm cốt lõi) ---------- */
.traits { padding: 66px 0 8px; }
.traits-head h2 { font-family: var(--ff-display); font-size: clamp(1.6rem, 4vw, 2.2rem); font-weight: 700; }
.traits-head p { color: var(--muted); max-width: 58ch; margin-top: 10px; }
.trait-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 28px; }
.trait {
  border: 1px solid var(--line); border-radius: var(--radius); padding: 26px;
  background: var(--bg-soft); position: relative;
  transition: border-color 0.25s, transform 0.25s;
}
.trait:hover { border-color: var(--orange); transform: translateY(-4px); }
.trait .ic { font-family: var(--ff-display); font-weight: 700; color: var(--orange); font-size: 0.78rem; letter-spacing: 0.12em; }
.trait h4 { font-family: var(--ff-display); font-size: 1.25rem; font-weight: 600; margin: 10px 0 8px; }
.trait p { color: var(--muted); font-size: 0.92rem; }

@media (max-width: 860px) { .trait-grid { grid-template-columns: 1fr; } }

/* ============================================================
   PHOTOGRAPHY PAGE (editorial, neon titles, mosaic)
   ============================================================ */
.neon {
  font-family: var(--ff-display); font-weight: 700; text-transform: uppercase;
  color: var(--orange);
  text-shadow: 0 0 4px rgba(255,106,26,0.75), 0 0 16px rgba(255,106,26,0.55), 0 0 40px rgba(255,106,26,0.35);
}
/* shared photo frame / placeholder */
.shot { background: #131316; overflow: hidden; display: grid; place-items: center; color: var(--muted-2); font-size: 0.76rem; letter-spacing: 0.04em; text-align: center; padding: 8px; }
.shot img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* hero */
.photo-hero { padding: 30px 0 0; }
.ph-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; margin-bottom: 20px; }
.ph-top .mw { font-family: var(--ff-display); font-weight: 700; font-size: clamp(1.3rem, 3vw, 2rem); line-height: 1.05; }
.ph-top .big-neon { font-size: clamp(1.8rem, 6.6vw, 4.6rem); line-height: 1; text-align: right; }
.hero-shot { width: 100%; aspect-ratio: 16 / 7; border-radius: 4px; }

/* series block */
.series { padding: 64px 0 0; }
.series .wrap > .neon { font-size: clamp(1.5rem, 4.5vw, 2.6rem); line-height: 1.05; margin-bottom: 26px; }
.featured-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.featured .shot { aspect-ratio: 16 / 10; border-radius: 4px; }
.meta-lv { margin-top: 16px; display: grid; grid-template-columns: max-content 1fr; column-gap: 40px; row-gap: 4px; font-size: 0.9rem; }
.meta-lv .k { font-family: var(--ff-display); font-weight: 600; font-style: italic; }
.meta-lv .v { color: var(--muted); font-style: italic; }
.series-desc { margin-top: 22px; color: var(--muted); max-width: 54ch; font-size: 0.98rem; }

/* full-bleed mosaic (outside .wrap) */
.mosaic { margin-top: 34px; display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; gap: 6px; grid-auto-flow: dense; }
.shot .slot { display: block; margin-top: 5px; font-family: var(--ff-display); font-size: 0.64rem; letter-spacing: 0.12em; color: var(--orange); }
.mosaic .w2 { grid-column: span 2; }
.mosaic .h2 { grid-row: span 2; }
.mosaic .b2 { grid-column: span 2; grid-row: span 2; }

@media (max-width: 860px) {
  .ph-top { flex-direction: column; gap: 6px; }
  .ph-top .big-neon { text-align: left; font-size: clamp(1.8rem, 11vw, 3rem); }
  .featured-grid { grid-template-columns: 1fr; }
  .mosaic { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 150px; }
}

/* portrait series: tall frames (2 featured + 3-in-a-row), all within .wrap */
.p-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: start; }
.p-feature > .shot { aspect-ratio: 4 / 5; border-radius: 4px; }
.p-right { display: flex; flex-direction: column; gap: 20px; }
.p-right .shot { aspect-ratio: 4 / 5; border-radius: 4px; }
.p-right .series-desc { margin-top: 0; }
.p-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-top: 26px; }
.p-row .shot { aspect-ratio: 3 / 4; border-radius: 4px; }
@media (max-width: 860px) {
  .p-feature { grid-template-columns: 1fr; }
  .p-row { grid-template-columns: repeat(3, 1fr); gap: 10px; }
}

/* product series: masonry (keeps each photo's natural square/portrait aspect) */
.product-masonry { columns: 4; column-gap: 12px; margin-top: 26px; }
.product-masonry img { width: 100%; display: block; margin: 0 0 12px; border-radius: 4px; break-inside: avoid; }
@media (max-width: 1100px) { .product-masonry { columns: 3; } }
@media (max-width: 700px) { .product-masonry { columns: 2; column-gap: 8px; } .product-masonry img { margin-bottom: 8px; } }

/* full-frame (no crop): frame follows each photo's real ratio (featured + hero) */
.shot.fit { aspect-ratio: auto; display: block; padding: 0; background: none; }
.shot.fit img { height: auto; }
/* event gallery: masonry that keeps each landscape photo's natural ratio */
.gallery-masonry { columns: 3; column-gap: 12px; margin-top: 30px; }
.gallery-masonry img { width: 100%; display: block; margin: 0 0 12px; border-radius: 4px; break-inside: avoid; }
@media (max-width: 1100px) { .gallery-masonry { columns: 2; } }
@media (max-width: 700px) { .gallery-masonry { columns: 1; column-gap: 0; } }

/* ============================================================
   VIDEO PAGE (showreel + vertical reels + 16:9 grid)
   ============================================================ */
.vhero-shot { width: 100%; aspect-ratio: 16 / 9; border-radius: 6px; }
.reel-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-top: 30px; }
.reel-row .shot { aspect-ratio: 9 / 16; border-radius: 6px; }
.vid-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 30px; }
.vid-grid .shot { aspect-ratio: 16 / 9; border-radius: 6px; }
/* video placeholder with a play badge */
.shot.vid { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; }
.shot.vid::before { content: "\25B6"; display: grid; place-items: center; width: 54px; height: 54px; border: 2px solid var(--muted-2); border-radius: 50%; color: var(--muted); font-size: 0.9rem; padding-left: 3px; }
.shot.vid iframe, .shot.vid video { width: 100%; height: 100%; border: 0; display: block; }
.shot.vid:has(iframe)::before, .shot.vid:has(video)::before { display: none; }
@media (max-width: 860px) { .reel-row { grid-template-columns: repeat(2, 1fr); } .vid-grid { grid-template-columns: 1fr; } }
