/* ============================================================
 *  TED SAUNDERS — PHOTOGRAPHY
 *  A cinematic stills archive modeled as Category → Set → Photos.
 *  Builds on site.css tokens; reuses the literature hero (lph-*),
 *  the films eyebrow (fp-eyebrow), grain (lp-grain), the editorial
 *  banner (lp-banner) + browse row (lp-row) and gold CTAs (lp-cta).
 *  Adds: the fixed category nav, the album-style set cards, the
 *  set-album overlay, the category archive overlay and the image
 *  lightbox. Laid out at 1920, scaled.
 * ============================================================ */
.pg-root {
  --pg-pad: 120px;
  --pg-gold-1: #F7DBA0; --pg-gold-2: #E8B777; --pg-gold-3: #C9915C; --pg-gold-4: #A26A30;
}
.pg-body-bg { background: #000; width: 1920px; }

/* ============================================================
 *  FIXED CATEGORY NAV — the spine. Rendered OUTSIDE the scaled
 *  stage (fixed to the viewport) so it stays crisp and usable.
 *  Appears once the hero scrolls away; scroll-spy marks the
 *  active section.
 * ============================================================ */
.pgnav { position: fixed; top: 0; left: 0; right: 0; z-index: 9000; display: flex; align-items: center; gap: 26px;
  height: 68px; padding: 0 32px; background: rgba(6,5,4,0.82); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(209,157,99,0.22);
  transform: translateY(-100%); opacity: 0; transition: transform .5s cubic-bezier(.2,.7,.2,1), opacity .5s; }
.pgnav.is-shown { transform: none; opacity: 1; }
.pgnav__brand { display: flex; align-items: center; gap: 14px; flex: 0 0 auto; text-decoration: none; }
.pgnav__brand img { height: 26px; width: auto; display: block; }
.pgnav__brand span { font-family: var(--font-sans); font-weight: 700; font-size: 11px; letter-spacing: 0.26em; text-transform: uppercase; color: rgba(245,237,227,0.6); }
.pgnav__rule { width: 1px; height: 26px; background: rgba(209,157,99,0.3); flex: 0 0 auto; }
.pgnav__scroll { flex: 1; min-width: 0; display: flex; align-items: center; gap: 4px; overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; }
.pgnav__scroll::-webkit-scrollbar { display: none; }
.pgnav__link { flex: 0 0 auto; font-family: var(--font-sans); font-weight: 700; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; cursor: pointer;
  color: rgba(245,237,227,0.62); background: none; border: 0; padding: 9px 14px; border-radius: 4px; white-space: nowrap; position: relative;
  display: inline-flex; align-items: center; gap: 8px; transition: color .3s, background .3s; }
.pgnav__link:hover { color: #f4ead9; background: rgba(255,255,255,0.04); }
.pgnav__link.is-active { color: #1a1208; background: var(--lp-peach, #E9A968); }
.pgnav__link .n { font-size: 10px; opacity: 0.7; font-variant-numeric: tabular-nums; }
.pgnav__link.is-soon { color: rgba(245,237,227,0.32); cursor: default; }
.pgnav__link.is-soon:hover { background: none; color: rgba(245,237,227,0.32); }
.pgnav__link .soon { font-size: 8.5px; letter-spacing: 0.16em; border: 1px solid rgba(209,157,99,0.3); border-radius: 3px; padding: 2px 5px; opacity: 0.7; }
.tk-stage.is-mobile ~ .pgnav, .pgnav { } /* nav lives outside the stage; mobile rules below */

/* ============================================================
 *  CATEGORY SECTION — banner (lp-banner) + featured set rows
 * ============================================================ */
.pg-sec { position: relative; z-index: 2; width: 1920px; padding: 124px 0 130px; overflow: hidden; }
.pg-sec:nth-of-type(odd) { background: #050403; }
.pg-sec:nth-of-type(even) { background: #060504; }
.pg-sec__seam { position: absolute; inset: 0 0 auto 0; height: 180px; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%); }
.pg-sec__aura { position: absolute; z-index: 0; top: 30%; width: 1400px; height: 900px; pointer-events: none;
  background: radial-gradient(50% 50% at 50% 50%, rgba(201,145,60,0.13) 0%, rgba(201,145,60,0) 64%); }
.pg-sec--left .pg-sec__aura { left: -200px; } .pg-sec--right .pg-sec__aura { right: -200px; }

/* the lp-banner reuse — nudge the photography stat in */
.pg-sec .lp-banner { margin-bottom: 18px; }
.pg-stat { position: relative; z-index: 2; padding: 0 var(--pg-pad); margin: 0 0 8px;
  font-family: var(--font-sans); font-weight: 700; font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(245,237,227,0.5); }
.pg-stat b { color: #E8B777; }

/* sub-row (Artists / Executives / Individuals …) */
.pg-subrow { position: relative; z-index: 2; margin: 46px 0 0; }
.pg-subrow__head { display: flex; align-items: baseline; gap: 16px; padding: 0 var(--pg-pad); margin: 0 0 22px; }
.pg-subrow__label { font-family: var(--font-display); font-weight: 500; font-size: 30px; line-height: 1; letter-spacing: 0.01em; color: #f1e7d7; margin: 0; }
.pg-subrow__count { font-family: var(--font-sans); font-weight: 700; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(232,183,119,0.8); }
.pg-subrow__line { flex: 1; height: 1px; background: linear-gradient(90deg, rgba(209,157,99,0.34), rgba(209,157,99,0)); align-self: center; }

/* compact category (1–2 sets) — simple inline group, no rail */
.pg-compact { position: relative; z-index: 2; display: flex; flex-wrap: wrap; gap: 30px; padding: 46px var(--pg-pad) 0; }
.pg-compact .pg-set { width: 430px; }

/* view-all CTA row */
.pg-viewall { position: relative; z-index: 2; display: flex; padding: 50px var(--pg-pad) 0; }

/* coming-soon block (Weddings, etc.) */
.pg-soon { position: relative; z-index: 2; margin: 46px var(--pg-pad) 0; padding: 64px; border: 1px dashed rgba(209,157,99,0.3); border-radius: 12px;
  background: linear-gradient(168deg, rgba(24,18,11,0.42) 0%, rgba(12,9,7,0.42) 100%); text-align: center; }
.pg-soon__subs { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin: 0 0 26px; }
.pg-soon__sub { font-family: var(--font-sans); font-weight: 700; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(245,237,227,0.7);
  border: 1px solid rgba(209,157,99,0.36); border-radius: 4px; padding: 9px 16px; }
.pg-soon__txt { font-family: var(--font-serif); font-style: italic; font-size: 24px; color: rgba(245,237,227,0.62); margin: 0; }

/* ============================================================
 *  SET CARD — an album. Stacked edge signals 1 vs many.
 * ============================================================ */
.pg-set { flex: 0 0 auto; width: 400px; cursor: pointer; border: 0; background: none; padding: 0; text-align: left; }
.pg-set__art { position: relative; aspect-ratio: 4 / 5; border-radius: 9px; overflow: visible; }
/* stacked sheets behind (only for multi-photo sets) */
.pg-set--many .pg-set__art::before, .pg-set--many .pg-set__art::after { content: ""; position: absolute; inset: 0; border-radius: 9px; background: #0c0a08;
  box-shadow: 0 26px 56px rgba(0,0,0,0.5), inset 0 0 0 1px rgba(209,157,99,0.18); transition: transform .55s cubic-bezier(.2,.7,.2,1); z-index: 0; }
.pg-set--many .pg-set__art::before { transform: translate(10px, 12px) rotate(2.2deg); }
.pg-set--many .pg-set__art::after { transform: translate(5px, 6px) rotate(-1.4deg); }
.pg-set:hover.pg-set--many .pg-set__art::before { transform: translate(16px, 20px) rotate(3.4deg); }
.pg-set:hover.pg-set--many .pg-set__art::after { transform: translate(9px, 11px) rotate(-2.2deg); }
.pg-set__cover { position: relative; z-index: 1; width: 100%; height: 100%; border-radius: 9px; overflow: hidden; background: #0c0a08;
  box-shadow: 0 36px 78px rgba(0,0,0,0.64), inset 0 0 0 1px rgba(209,157,99,0.16); transition: transform .55s cubic-bezier(.2,.7,.2,1), box-shadow .55s; }
.pg-set__cover img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: grayscale(0.16) saturate(0.96) brightness(0.78); transition: transform 1.1s cubic-bezier(.2,.7,.2,1), filter .55s; }
.pg-set__cover::after { content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(0deg, rgba(4,3,2,0.92) 0%, rgba(4,3,2,0.34) 42%, rgba(4,3,2,0) 70%); }
.pg-set:hover .pg-set__cover { transform: translateY(-8px); box-shadow: 0 52px 110px rgba(0,0,0,0.78), inset 0 0 0 1px rgba(232,183,119,0.5), 0 0 64px rgba(214,151,51,0.13); }
.pg-set:hover .pg-set__cover img { transform: scale(1.06); filter: grayscale(0) saturate(1.04) brightness(0.9); }
/* count badge */
.pg-set__badge { position: absolute; z-index: 3; top: 14px; right: 14px; display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--font-sans); font-weight: 700; font-size: 11px; letter-spacing: 0.1em; color: #f6efe4;
  background: rgba(4,3,2,0.6); border: 1px solid rgba(209,157,99,0.42); border-radius: 4px; padding: 6px 10px; backdrop-filter: blur(3px); }
.pg-set__badge svg { width: 13px; height: 13px; color: #E8B777; }
.pg-set__open { position: absolute; z-index: 3; left: 50%; top: 50%; transform: translate(-50%,-50%) scale(0.8); width: 58px; height: 58px; border-radius: 50%;
  background: rgba(4,3,2,0.46); border: 1.5px solid rgba(247,219,160,0.85); backdrop-filter: blur(3px); display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity .4s, transform .4s; }
.pg-set__open svg { width: 22px; height: 22px; color: #F7DBA0; }
.pg-set:hover .pg-set__open { opacity: 1; transform: translate(-50%,-50%) scale(1); }
.pg-set__meta { position: absolute; z-index: 3; left: 22px; right: 22px; bottom: 22px; }
.pg-set__name { font-family: var(--font-display); font-weight: 500; font-size: 26px; line-height: 1.06; letter-spacing: 0.01em; color: #f4ead9; margin: 0; text-wrap: balance; }
.pg-set__tag { font-family: var(--font-sans); font-weight: 700; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; margin: 10px 0 0;
  background: var(--grad-bronze); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ============================================================
 *  SET-ALBUM OVERLAY (pgalb) — a set's photos in a grid
 * ============================================================ */
.pgalb { position: fixed; inset: 0; z-index: 100000; display: flex; justify-content: center; padding: 48px 24px; overflow-y: auto;
  background: rgba(3,2,1,0.9); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); animation: pgalbIn .32s ease; }
@keyframes pgalbIn { from { opacity: 0; } to { opacity: 1; } }
.pgalb__sheet { position: relative; width: min(1280px, 96vw); margin: auto; background: linear-gradient(180deg, #0d0a07 0%, #070504 100%);
  border: 1px solid rgba(209,157,99,0.28); border-radius: 14px; overflow: hidden; box-shadow: 0 50px 120px rgba(0,0,0,0.72); animation: pgalbPop .4s cubic-bezier(.16,1,.3,1); }
@keyframes pgalbPop { from { opacity: 0; transform: translateY(22px) scale(.98); } to { opacity: 1; transform: none; } }
.pgalb__x { position: fixed; top: 26px; right: 30px; z-index: 6; width: 50px; height: 50px; border-radius: 50%; cursor: pointer;
  background: rgba(0,0,0,0.6); border: 1px solid rgba(209,157,99,0.4); color: #E8C98A; display: flex; align-items: center; justify-content: center; transition: background .25s, transform .25s; }
.pgalb__x:hover { background: rgba(209,157,99,0.18); transform: scale(1.06); } .pgalb__x svg { width: 22px; height: 22px; }
.pgalb__head { padding: 44px 48px 30px; border-bottom: 1px solid rgba(209,157,99,0.16); }
.pgalb__badge { font-family: var(--font-sans); font-weight: 700; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(232,183,119,0.9); margin: 0 0 12px; }
.pgalb__title { font-family: var(--font-display); font-weight: 500; font-size: 48px; line-height: 1.02; letter-spacing: 0.01em; text-transform: uppercase; color: #f6efe4; margin: 0; }
.pgalb__sub { font-family: var(--font-body); font-size: 15px; color: rgba(245,237,227,0.6); margin: 16px 0 0; }
.pgalb__sub b { color: #E8B777; font-weight: 600; }
.pgalb__grid { padding: 30px 48px 12px; column-count: 3; column-gap: 18px; }
.pgalb__cell { position: relative; width: 100%; margin: 0 0 18px; padding: 0; border: 0; background: #0c0a08; cursor: pointer; break-inside: avoid; border-radius: 7px; overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(209,157,99,0.14); }
.pgalb__cell img { display: block; width: 100%; height: auto; filter: grayscale(0.14) brightness(0.84); transition: transform .9s cubic-bezier(.2,.7,.2,1), filter .5s; }
.pgalb__cell::after { content: ""; position: absolute; inset: 0; opacity: 0; background: rgba(201,145,60,0.14); transition: opacity .4s; }
.pgalb__cell:hover img { transform: scale(1.05); filter: grayscale(0) brightness(1); } .pgalb__cell:hover::after { opacity: 1; }
.pgalb__note { padding: 6px 48px 40px; font-family: var(--font-body); font-size: 14px; line-height: 1.6; color: rgba(245,237,227,0.46); }
.pgalb__note i { color: rgba(232,183,119,0.8); }
.pgalb__share { display: flex; align-items: center; gap: 10px; margin: 14px 48px 40px; padding: 16px 0 0; border-top: 1px solid rgba(209,157,99,0.16);
  font-family: var(--font-sans); font-weight: 600; font-size: 11px; letter-spacing: 0.08em; color: rgba(245,237,227,0.5); cursor: pointer; transition: color .3s; }
.pgalb__share:hover { color: #E8B777; } .pgalb__share svg { width: 15px; height: 15px; color: #E8B777; flex: 0 0 auto; }
.pgalb__share code { font-family: ui-monospace, monospace; font-size: 11.5px; color: rgba(232,183,119,0.72); word-break: break-all; }
.pgalb__copied { font-family: var(--font-sans); font-weight: 700; font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: #8fd3a0; margin-left: auto; }

/* ============================================================
 *  CATEGORY ARCHIVE OVERLAY (pgarc) — every set in a category
 * ============================================================ */
.pgarc { position: fixed; inset: 0; z-index: 100000; display: flex; justify-content: center; padding: 48px 24px; overflow-y: auto;
  background: rgba(3,2,1,0.92); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); animation: pgalbIn .32s ease; }
.pgarc__sheet { position: relative; width: min(1320px, 96vw); margin: auto; background: linear-gradient(180deg, #0d0a07 0%, #070504 100%);
  border: 1px solid rgba(209,157,99,0.28); border-radius: 14px; overflow: hidden; box-shadow: 0 50px 120px rgba(0,0,0,0.72); animation: pgalbPop .4s cubic-bezier(.16,1,.3,1); }
.pgarc__head { padding: 44px 48px 26px; }
.pgarc__eyebrow { font-family: var(--font-sans); font-weight: 700; font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: rgba(232,183,119,0.9); margin: 0 0 12px; }
.pgarc__title { font-family: var(--font-display); font-weight: 500; font-size: 52px; line-height: 1; letter-spacing: 0.02em; text-transform: uppercase; color: #f6efe4; margin: 0;
  background: url("../assets/heading-texture.jpg") center / cover; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.pgarc__filters { display: flex; flex-wrap: wrap; gap: 10px; padding: 0 48px 8px; }
.pgarc__chip { font-family: var(--font-sans); font-weight: 700; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; cursor: pointer;
  color: rgba(245,237,227,0.7); background: rgba(255,255,255,0.03); border: 1px solid rgba(209,157,99,0.32); border-radius: 4px; padding: 10px 16px; transition: all .3s; }
.pgarc__chip:hover { color: #fff; border-color: rgba(232,183,119,0.7); }
.pgarc__chip.is-on { color: #1a1208; background: var(--lp-peach, #E9A968); border-color: rgba(232,183,119,0.95); }
.pgarc__grid { padding: 26px 48px 44px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.pgarc__grid .pg-set { width: 100%; }
.pgarc__grid .pg-set__art { aspect-ratio: 4 / 5; }

/* ============================================================
 *  IMAGE LIGHTBOX (pglb) — a single photo, prev/next within set
 * ============================================================ */
.pglb { position: fixed; inset: 0; z-index: 100001; display: flex; flex-direction: column; padding: 40px 28px 0;
  background: rgba(3,2,1,0.95); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); animation: pglbIn .35s ease; }
@keyframes pglbIn { from { opacity: 0; } to { opacity: 1; } }
.pglb__top { position: relative; z-index: 3; display: flex; align-items: center; justify-content: space-between; gap: 20px; max-width: 1600px; width: 100%; margin: 0 auto 22px; }
.pglb__count { font-family: var(--font-sans); font-weight: 700; font-size: 13px; letter-spacing: 0.18em; color: rgba(245,237,227,0.62); }
.pglb__count b { color: #E8B777; }
.pglb__back { font-family: var(--font-sans); font-weight: 700; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(245,237,227,0.6);
  background: none; border: 0; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; transition: color .3s; }
.pglb__back:hover { color: #E8B777; } .pglb__back svg { width: 15px; height: 15px; }
.pglb__x { width: 50px; height: 50px; border-radius: 50%; cursor: pointer; background: rgba(255,255,255,0.05); border: 1px solid rgba(209,157,99,0.4); color: #E8C98A;
  display: flex; align-items: center; justify-content: center; transition: background .25s, transform .25s; }
.pglb__x:hover { background: rgba(209,157,99,0.18); transform: scale(1.06); } .pglb__x svg { width: 22px; height: 22px; }
.pglb__stage { position: relative; z-index: 2; flex: 1; display: grid; grid-template-columns: minmax(0,1fr) 360px; max-width: 1600px; width: 100%; margin: 0 auto; min-height: 0;
  background: linear-gradient(180deg, #0d0a07 0%, #070504 100%); border: 1px solid rgba(209,157,99,0.26); border-top-left-radius: 14px; border-top-right-radius: 14px; overflow: hidden;
  box-shadow: 0 -10px 80px rgba(0,0,0,0.6); animation: pglbPop .4s cubic-bezier(.16,1,.3,1); }
@keyframes pglbPop { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
.pglb__imgwrap { position: relative; background: #000; display: flex; align-items: center; justify-content: center; overflow: hidden; min-height: 0; }
.pglb__imgwrap img { max-width: 100%; max-height: 100%; object-fit: contain; display: block; }
.pglb__imgwrap::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 120px rgba(0,0,0,0.55); }
.pglb__frameno { position: absolute; left: 18px; top: 16px; z-index: 2; font-family: ui-monospace, monospace; font-size: 12px; letter-spacing: 0.1em; color: rgba(232,183,119,0.8); }
.pglb__nav { position: absolute; top: 50%; transform: translateY(-50%); z-index: 3; width: 56px; height: 56px; border-radius: 50%; cursor: pointer;
  background: rgba(4,3,2,0.5); border: 1px solid rgba(209,157,99,0.4); color: #E8C98A; display: flex; align-items: center; justify-content: center; transition: background .3s, border-color .3s; }
.pglb__nav:hover { background: rgba(201,145,60,0.22); border-color: rgba(232,183,119,0.9); } .pglb__nav svg { width: 26px; height: 26px; }
.pglb__nav--prev { left: 18px; } .pglb__nav--next { right: 18px; }
.pglb__info { padding: 44px 38px; overflow-y: auto; background: rgba(0,0,0,0.24); border-left: 1px solid rgba(209,157,99,0.16); display: flex; flex-direction: column; }
.pglb__badge { font-family: var(--font-sans); font-weight: 700; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(232,183,119,0.92); margin: 0 0 14px; }
.pglb__title { font-family: var(--font-display); font-weight: 500; font-size: 40px; line-height: 1.02; letter-spacing: 0.01em; text-transform: uppercase; color: #f6efe4; margin: 0; }
.pglb__rule { width: 90px; height: 2px; margin: 22px 0; background: var(--grad-bronze); }
.pglb__desc { font-family: var(--font-body); font-size: 16px; line-height: 1.72; color: rgba(245,237,227,0.74); margin: 0; text-wrap: pretty; }
.pglb__spacer { flex: 1; min-height: 26px; }
.pglb__rail-h { font-family: var(--font-sans); font-weight: 700; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(232,183,119,0.82); margin: 0 0 14px; }
.pglb__rail { display: flex; gap: 9px; flex-wrap: wrap; }
.pglb__thumb { position: relative; width: 60px; height: 60px; border-radius: 5px; overflow: hidden; cursor: pointer; flex: 0 0 auto; background: #0c0a08;
  box-shadow: inset 0 0 0 1px rgba(209,157,99,0.2); border: 0; padding: 0; transition: transform .3s; }
.pglb__thumb img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(0.2) brightness(0.7); transition: filter .3s; }
.pglb__thumb:hover { transform: translateY(-3px); } .pglb__thumb:hover img { filter: grayscale(0) brightness(1); }
.pglb__thumb.is-cur { box-shadow: inset 0 0 0 2px rgba(232,176,86,0.95); } .pglb__thumb.is-cur img { filter: grayscale(0) brightness(1); }
.pglb__share { display: flex; align-items: center; gap: 10px; margin: 26px 0 0; padding: 16px 0 0; border-top: 1px solid rgba(209,157,99,0.16);
  font-family: var(--font-sans); font-weight: 600; font-size: 11px; letter-spacing: 0.08em; color: rgba(245,237,227,0.5); cursor: pointer; transition: color .3s; }
.pglb__share:hover { color: #E8B777; } .pglb__share svg { width: 15px; height: 15px; color: #E8B777; flex: 0 0 auto; }
.pglb__share code { font-family: ui-monospace, monospace; font-size: 11px; color: rgba(232,183,119,0.72); word-break: break-all; }
.pglb__copied { font-family: var(--font-sans); font-weight: 700; font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: #8fd3a0; margin-left: auto; flex: 0 0 auto; }

/* ============================================================
 *  CLOSING STRIP — minimal, replaces the homepage footer
 * ============================================================ */
.pg-end { position: relative; z-index: 2; width: 1920px; background: #030302; border-top: 1px solid rgba(209,157,99,0.16);
  display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 46px var(--pg-pad); }
.pg-end__brand { display: flex; align-items: center; gap: 16px; }
.pg-end__brand img { height: 34px; width: auto; }
.pg-end__brand span { font-family: var(--font-sans); font-weight: 700; font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase; color: rgba(245,237,227,0.5); }
.pg-end__links { display: flex; align-items: center; gap: 28px; }
.pg-end__link { font-family: var(--font-sans); font-weight: 700; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(245,237,227,0.66);
  background: none; border: 0; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 9px; transition: color .3s; }
.pg-end__link:hover { color: #E8B777; } .pg-end__link svg { width: 15px; height: 15px; }

/* widen the blurb under category banners to keep it to 2 lines */
.pg-sec .lp-banner__blurb { max-width: 1400px; }

/* ============================================================
 *  DIAGONAL CINEMATIC COLLAGE — four skewed parallelogram strips
 * ============================================================ */
.pg-collage { position: absolute; inset: 0; background: #030202; overflow: hidden; }
/* strip row spans the full width (slight overscan to cover skewed corners) */
.pg-collage__row { position: absolute; top: -6%; bottom: -6%; left: -5%; right: -5%; display: flex; gap: 10px; }
.pg-collage__panel { position: relative; flex: 1; overflow: hidden; transform: skewX(-11deg);
  box-shadow: 0 30px 70px rgba(0,0,0,0.7), inset 0 0 0 1px rgba(209,157,99,0.16); }
.pg-collage__panel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transform: skewX(11deg) scale(1.32); transform-origin: center;
  filter: saturate(0.72) brightness(1.02) contrast(1.02) sepia(0.08); transition: filter .6s; }
.lp-banner:hover .pg-collage__panel img { filter: saturate(0.8) brightness(1.12) contrast(1.0) sepia(0.05); }
/* warm muting wash over the whole header collage so it recedes behind the live cards below */
.pg-collage__panel::after { content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background: linear-gradient(180deg, rgba(20,12,6,0.06) 0%, rgba(8,5,3,0.16) 100%); }
/* fade the strips into the dark gutter on the left + vignette the whole thing */
.pg-collage__vignette { position: absolute; inset: 0; pointer-events: none; z-index: 10;
  background:
    radial-gradient(ellipse 110% 110% at 55% 50%, rgba(0,0,0,0) 62%, rgba(0,0,0,0.3) 100%),
    linear-gradient(180deg, rgba(4,3,2,0.28) 0%, rgba(4,3,2,0) 26%, rgba(4,3,2,0) 78%, rgba(4,3,2,0.4) 100%); }

/* dark backing + stacking so the section title stays legible over the collage */
.pg-sec .lp-banner__media { z-index: 1; }
/* subcategory headers (Portraits, etc.) — vignette overlays removed per request */
.pg-sec .lp-banner__vig { display: none; }
.pg-collage__vignette { display: none; }
/* Headshots header — 3rd collage panel (Ezra Kemp) recentered on the face */
#pgsec-headshots .pg-collage__panel:nth-child(3) img { object-position: 50% 22%; }
/* Portraits header — first 3 collage panels cropped too low; recenter on faces */
#pgsec-portraits .pg-collage__panel:nth-child(1) img,
#pgsec-portraits .pg-collage__panel:nth-child(2) img,
#pgsec-portraits .pg-collage__panel:nth-child(3) img { object-position: 50% 0%; }
.pg-sec .lp-banner__card { position: relative; z-index: 20; }
.pg-sec .lp-banner__card::after { content: ""; position: absolute; z-index: -1; inset: -44px -110px -44px -70px;
  background: radial-gradient(120% 130% at 24% 56%, rgba(3,2,1,0.96) 0%, rgba(3,2,1,0.84) 40%, rgba(3,2,1,0) 100%); }
.pg-sec .lp-banner__blurb { position: relative; z-index: 20; }
.pg-sec .lp-banner__eyebrow, .pg-sec .lp-banner__title { text-shadow: 0 6px 28px rgba(0,0,0,0.9); }

/* hero body copy — 4 paragraphs with tighter spacing */
.lph-sub--paras { text-align: center; }

/* hero copy vertically centered in the sticky viewport */
.pg-root .lph-copy { top: 50%; transform: translate(-50%, -50%); }
.tk-stage.is-mobile .pg-root .lph-copy { position: relative; left: 0; top: 0; transform: none; padding: 130px 24px 80px; }

/* ============================================================
 *  STATEMENT — Minolta lens (left) + editorial body (right).
 *  Sits directly under the hero; full-bleed black, warm-lit
 *  vintage lens fading into the type column.
 * ============================================================ */
/* Photography hero — brighter tiles + lighter veil (scoped so Literature's hero is untouched) */
.pg-root .lph-tile img { filter: saturate(1) brightness(1.3); }
.pg-root .lph-veil {
  background:
    linear-gradient(180deg, rgba(6,4,3,0.7) 0%, rgba(6,4,3,0.22) 26%, rgba(6,4,3,0) 50%, rgba(6,4,3,0.3) 70%, #070502 92%),
    radial-gradient(72% 46% at 50% 22%, rgba(6,4,3,0.42) 0%, rgba(6,4,3,0) 72%),
    radial-gradient(130% 120% at 50% 50%, rgba(6,4,3,0) 48%, rgba(6,4,3,0.4) 100%); }

.pg-statement { position: relative; width: 1920px; background: #000; display: grid;
  grid-template-columns: 0.92fr 1.08fr; align-items: stretch; overflow: hidden; }
.pg-statement::after { display: none; }
.pg-statement__bot-veil { position: absolute; bottom: 0; left: 0; right: 0; height: 340px;
  z-index: 20; pointer-events: none;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.82) 55%, #000 100%); }
.pg-statement__media { position: relative; min-height: 660px; background: #000; overflow: hidden; }
.pg-statement__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  object-position: 50% 50%; transform: scale(1.46); transform-origin: 45% 52%;
  filter: brightness(1.0) saturate(1.02) contrast(1.05); }
.pg-statement__veil { position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(90deg, #000 0%, rgba(0,0,0,0.72) 12%, rgba(0,0,0,0) 34%, rgba(0,0,0,0) 54%, rgba(0,0,0,0.6) 82%, #000 100%),
    radial-gradient(120% 90% at 50% 48%, rgba(201,145,60,0.14) 0%, rgba(0,0,0,0) 52%),
    linear-gradient(0deg, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.18) 22%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.3) 100%),
    linear-gradient(180deg, #000 0%, rgba(0,0,0,0.88) 6%, rgba(0,0,0,0.45) 18%, rgba(0,0,0,0) 34%); }
.pg-statement__text { position: relative; z-index: 25; display: flex; flex-direction: column; justify-content: center;
  padding: 110px 120px 110px 86px; max-width: 880px; }
.pg-statement__text p { font-family: var(--font-body); font-weight: 400; font-size: 21px; line-height: 1.74;
  color: rgba(245,237,227,0.72); margin: 0 0 1.35em; text-wrap: pretty; }
.pg-statement__text p:last-child { margin-bottom: 0; }
.pg-statement__lead { font-family: var(--font-serif) !important; font-style: normal;
  font-size: 46px !important; line-height: 1.32 !important;
  background: var(--grad-bronze); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent !important;
  margin-bottom: 0.9em !important; }
.tk-stage.is-mobile .pg-statement { width: 100%; grid-template-columns: 1fr; }
.tk-stage.is-mobile .pg-statement__media { min-height: 320px; }
.tk-stage.is-mobile .pg-statement__text { padding: 56px 24px 64px; max-width: none; }
.tk-stage.is-mobile .pg-statement__text p { font-size: 16px; }
.tk-stage.is-mobile .pg-statement__lead { font-size: 24px !important; }
.lph-sub--paras p { font-family: var(--font-body); font-weight: 400; font-size: 20px; line-height: 1.72; color: rgba(245,237,227,0.7); margin: 0 auto 1.2em; max-width: 1120px; text-wrap: pretty; text-align: center; }
.lph-sub--paras p:last-child { margin-bottom: 0; }
.tk-stage.is-mobile .lph-sub--paras p { font-size: 16px; }

/* ============================================================
 *  FINALE CTA SECTION
 * ============================================================ */
.pg-finale { position: relative; z-index: 2; width: 1920px; min-height: 900px; overflow: hidden; isolation: isolate;
  display: flex; align-items: flex-end; justify-content: center; padding: 150px var(--pg-pad) 120px; }
.pg-finale__bg { position: absolute; inset: 0; z-index: 0; }
.pg-finale__bg img { width: 100%; height: 100%; object-fit: cover; object-position: 54% 28%;
  filter: saturate(0.88) brightness(0.42) contrast(1.06); }
.pg-finale__bg::after { content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(3,2,1,0) 0%, rgba(3,2,1,0.32) 28%, rgba(3,2,1,0.48) 64%, rgba(3,2,1,0.92) 100%),
    radial-gradient(60% 70% at 50% 50%, rgba(201,145,60,0.18) 0%, rgba(201,145,60,0) 64%); }
.pg-finale__inner { position: relative; z-index: 2; text-align: center; max-width: 1320px; }
.pg-finale__eyebrow { display: inline-flex; align-items: center; gap: 18px; margin: 0 0 32px;
  font-family: var(--font-sans); font-weight: 700; font-size: 14px; letter-spacing: 0.38em; text-transform: uppercase; color: rgba(232,183,119,0.9); }
.pg-finale__eyebrow::before, .pg-finale__eyebrow::after { content: ""; width: 54px; height: 1px; background: var(--grad-bronze); }
.pg-finale__title { font-family: var(--font-display); font-weight: 500; font-size: 72px; line-height: 0.94; letter-spacing: 0.02em; text-transform: uppercase; margin: 0; white-space: nowrap;
  background: url("../assets/heading-texture.jpg") center / cover; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent;
  filter: drop-shadow(0 8px 32px rgba(0,0,0,0.6)); }
.pg-finale__sub { font-family: var(--font-serif); font-style: italic; font-size: 28px; line-height: 1.42; color: rgba(245,237,227,0.82); margin: 32px auto 0; max-width: 1020px; text-wrap: pretty; }
.pg-finale__rule { width: 180px; height: 2px; margin: 44px auto 0; background: linear-gradient(90deg, rgba(201,145,60,0) 0%, rgba(232,176,86,0.95) 50%, rgba(201,145,60,0) 100%); }
.pg-finale__btns { display: flex; align-items: center; justify-content: center; gap: 22px; flex-wrap: wrap; margin: 48px 0 0; }
.pg-finale__btn-solid { display: inline-flex; align-items: center; gap: 14px; height: 72px; padding: 0 52px; cursor: pointer; border: 0;
  font-family: var(--font-sans); font-weight: 700; font-size: 15px; letter-spacing: 0.2em; text-transform: uppercase; color: #1a1208; text-decoration: none;
  background: var(--lp-peach, linear-gradient(132deg, #FFE6C6 0%, #F8CB92 32%, #E9A968 64%, #C9803F 100%)); border-radius: 4px;
  transition: transform .15s, filter .35s; }
.pg-finale__btn-solid:hover { filter: brightness(1.06); } .pg-finale__btn-solid:active { transform: scale(0.98); }
.pg-finale__btn-ghost { display: inline-flex; align-items: center; gap: 14px; height: 72px; padding: 0 52px; cursor: pointer;
  font-family: var(--font-sans); font-weight: 700; font-size: 15px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(245,237,227,0.88); text-decoration: none;
  background: rgba(255,255,255,0.04); border: 1.5px solid rgba(209,157,99,0.6); border-radius: 4px;
  transition: background .35s, border-color .35s, color .35s, transform .15s; }
.pg-finale__btn-ghost:hover { background: rgba(209,157,99,0.1); border-color: rgba(232,183,119,0.95); color: #fff; }
.pg-finale__btn-ghost:active { transform: scale(0.98); }
.tk-stage.is-mobile .pg-finale { width: 100%; min-height: 0; padding: 90px 24px; }
.tk-stage.is-mobile .pg-finale__title { font-size: 32px; white-space: normal; }
.tk-stage.is-mobile .pg-finale__sub { font-size: 20px; }
.tk-stage.is-mobile .pg-finale__btns { flex-direction: column; gap: 14px; }
.tk-stage.is-mobile .pg-finale__btn-solid, .tk-stage.is-mobile .pg-finale__btn-ghost { width: 100%; justify-content: center; height: 62px; }
.pgnav { } /* desktop default above */
@media (max-width: 767px) {
  .pgnav { height: 56px; padding: 0 14px; gap: 12px; }
  .pgnav__brand span { display: none; }
}
.tk-stage.is-mobile .pg-body-bg, .tk-stage.is-mobile .pg-sec, .tk-stage.is-mobile .pg-end { width: 100%; }
.tk-stage.is-mobile .pg-root { --pg-pad: 22px; }
.tk-stage.is-mobile .pg-sec { padding: 70px 0 80px; }
.tk-stage.is-mobile .pg-set { width: 250px; }
.tk-stage.is-mobile .pg-compact { gap: 18px; } .tk-stage.is-mobile .pg-compact .pg-set { width: 250px; }
.tk-stage.is-mobile .pg-subrow__label { font-size: 24px; }
.tk-stage.is-mobile .pg-soon { padding: 40px 22px; } .tk-stage.is-mobile .pg-soon__txt { font-size: 19px; }
.tk-stage.is-mobile .pgalb__grid, .tk-stage.is-mobile .pgarc__grid { column-count: 1; grid-template-columns: 1fr; }
.tk-stage.is-mobile .pgalb__head, .tk-stage.is-mobile .pgalb__grid, .tk-stage.is-mobile .pgalb__note, .tk-stage.is-mobile .pgalb__share { padding-left: 22px; padding-right: 22px; }
.tk-stage.is-mobile .pgalb__title, .tk-stage.is-mobile .pgarc__title { font-size: 32px; }
.tk-stage.is-mobile .pgarc__head, .tk-stage.is-mobile .pgarc__filters, .tk-stage.is-mobile .pgarc__grid { padding-left: 22px; padding-right: 22px; }
.tk-stage.is-mobile .pglb { padding: 16px 12px 0; }
.tk-stage.is-mobile .pglb__stage { grid-template-columns: 1fr; grid-template-rows: minmax(0,1fr) auto; }
.tk-stage.is-mobile .pglb__info { border-left: 0; border-top: 1px solid rgba(209,157,99,0.16); padding: 24px 20px; }
.tk-stage.is-mobile .pglb__title { font-size: 30px; } .tk-stage.is-mobile .pglb__nav { width: 44px; height: 44px; }
.tk-stage.is-mobile .pg-end { flex-direction: column; text-align: center; gap: 22px; padding: 36px 22px; }
