.photography-page {
  --photo-ink: #181511;
  --photo-coal: #2b2620;
  --photo-paper: #f2eadf;
  --photo-paper-2: #e7dbcc;
  --photo-line: rgba(35, 30, 24, 0.14);
  --photo-gold: #c99754;
  --photo-muted: #74695d;
  background: var(--photo-paper);
}

.photography-page .bj-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.photo-hero {
  background: var(--photo-paper);
  color: var(--bj-fg);
  border-bottom: 1px solid var(--photo-line);
}

.photo-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.74fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  min-height: min(760px, calc(100svh - 76px));
  padding-block: clamp(4rem, 7vw, 6.5rem);
}

.photo-hero .bj-eyebrow,
.photo-instagram .bj-eyebrow,
.photo-section-head .bj-eyebrow {
  color: var(--bj-ox-deep);
}

.photo-hero .bj-display {
  max-width: 10ch;
  margin-top: 1rem;
  font-size: clamp(3.65rem, 7.5vw, 7rem);
  line-height: 0.92;
}

.photo-hero__lead {
  max-width: 58ch;
  margin: 1.3rem 0 0;
  color: var(--photo-muted);
  font-size: clamp(1.04rem, 1.8vw, 1.2rem);
  line-height: 1.5;
}

.photo-hero .bj-action-row {
  margin-top: 1.7rem;
}

.photo-hero .bj-button--ghost {
  border-color: rgba(35, 30, 24, 0.18);
}

.photo-hero__gallery {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  grid-auto-rows: minmax(170px, 230px);
  gap: 0.85rem;
}

.photo-frame {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--photo-coal);
}

.photo-frame--main {
  grid-row: span 2;
}

.photo-frame img,
.photo-live-stage img,
.photo-live-card img,
.photo-strip img,
.photo-brand-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-frame::after,
.photo-live-card::after,
.photo-brand-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 52%, rgba(17, 16, 13, 0.72));
}

.photo-frame figcaption {
  position: absolute;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0.7rem;
  z-index: 1;
  color: rgba(242, 234, 223, 0.95);
  font-family: var(--bj-mono);
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
}

.photo-proof {
  background: var(--photo-ink);
  color: var(--photo-paper);
}

.photo-proof__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(242, 234, 223, 0.12);
}

.photo-proof__grid div {
  display: grid;
  gap: 0.45rem;
  min-height: 118px;
  padding: clamp(1rem, 2.2vw, 1.5rem);
  background: var(--photo-ink);
}

.photo-proof strong {
  color: var(--photo-gold);
  font-family: var(--bj-serif);
  font-size: clamp(1.45rem, 2.6vw, 2.15rem);
  font-weight: 500;
  line-height: 1;
}

.photo-proof span {
  color: rgba(242, 234, 223, 0.72);
  line-height: 1.35;
}

.photo-section {
  padding-block: clamp(3rem, 5vw, 4.8rem);
}

.photo-section--paper {
  background: var(--photo-paper);
}

.photo-section-head {
  max-width: 760px;
  margin-bottom: clamp(1.35rem, 2.6vw, 2rem);
}

.photo-section-head .bj-title {
  max-width: 12ch;
  margin-top: 0.8rem;
  font-size: clamp(2.2rem, 4.5vw, 4rem);
  line-height: 0.98;
}

.photo-instagram {
  background: var(--photo-ink);
  color: var(--photo-paper);
  border-bottom: 1px solid rgba(242, 234, 223, 0.08);
}

.photo-instagram__inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.86fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
}

.photo-instagram .bj-title {
  max-width: 10ch;
  margin-top: 0.85rem;
  color: var(--photo-paper);
  font-size: clamp(2.35rem, 4.5vw, 4rem);
  line-height: 0.94;
}

.photo-instagram .bj-lead {
  margin-top: 1rem;
  color: rgba(242, 234, 223, 0.7);
}

.photo-ig-profile {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 0.9rem;
  align-items: center;
  margin-top: 1.4rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(242, 234, 223, 0.12);
}

.photo-ig-profile img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  object-position: 50% 18%;
  border: 2px solid var(--photo-gold);
  border-radius: 999px;
}

.photo-ig-profile strong,
.photo-ig-profile span {
  display: block;
}

.photo-ig-profile strong {
  color: var(--photo-paper);
}

.photo-ig-profile span {
  margin-top: 0.12rem;
  color: rgba(242, 234, 223, 0.64);
  font-size: 0.92rem;
  line-height: 1.35;
}

.photo-ig-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1rem;
}

.photo-ig-tabs button {
  min-height: 36px;
  border: 1px solid rgba(242, 234, 223, 0.16);
  border-radius: 999px;
  background: rgba(242, 234, 223, 0.04);
  color: rgba(242, 234, 223, 0.78);
  padding: 0.48rem 0.76rem;
  font-family: var(--bj-mono);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.photo-ig-tabs button:hover,
.photo-ig-tabs button.is-active {
  border-color: rgba(201, 151, 84, 0.78);
  background: rgba(201, 151, 84, 0.14);
  color: var(--photo-paper);
}

.photo-live-board {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(260px, 0.82fr);
  gap: 0.75rem;
  align-items: start;
}

.photo-live-stage {
  position: relative;
  min-height: 400px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--photo-coal);
}

.photo-live-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 16, 13, 0.04) 26%, rgba(17, 16, 13, 0.82) 100%);
  pointer-events: none;
}

.photo-live-stage img {
  position: absolute;
  inset: 0;
  filter: saturate(0.94);
  transition: opacity 180ms ease, transform 360ms ease;
}

.photo-live-stage.is-swapping img {
  opacity: 0.35;
  transform: scale(1.02);
}

.photo-live-stage__meta {
  position: absolute;
  left: 1.1rem;
  right: 1.1rem;
  bottom: 3.4rem;
  z-index: 1;
}

.photo-live-stage__meta span,
.photo-live-card__badge {
  display: inline-flex;
  color: var(--photo-gold);
  font-family: var(--bj-mono);
  font-size: 0.66rem;
  font-weight: 800;
  text-transform: uppercase;
}

.photo-live-stage h3 {
  margin: 0.35rem 0 0;
  color: var(--photo-paper);
  font-family: var(--bj-serif);
  font-size: clamp(1.8rem, 3.1vw, 2.55rem);
  font-weight: 500;
  line-height: 1;
}

.photo-live-stage p {
  max-width: 34ch;
  margin: 0.6rem 0 0;
  color: rgba(242, 234, 223, 0.76);
  line-height: 1.4;
}

.photo-live-stage__link {
  position: absolute;
  left: 1.1rem;
  bottom: 1.1rem;
  z-index: 1;
  color: var(--photo-paper);
  font-family: var(--bj-mono);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(242, 234, 223, 0.38);
}

.photo-live-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.photo-live-card {
  position: relative;
  min-height: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid rgba(242, 234, 223, 0.1);
  border-radius: 7px;
  background: var(--photo-coal);
  padding: 0;
  cursor: pointer;
}

.photo-live-card img {
  position: absolute;
  inset: 0;
  transition: transform 220ms ease, filter 220ms ease;
}

.photo-live-card:hover img,
.photo-live-card.is-active img {
  transform: scale(1.04);
  filter: saturate(1.04);
}

.photo-live-card__badge {
  position: absolute;
  top: 0.55rem;
  right: 0.55rem;
  z-index: 1;
  color: rgba(242, 234, 223, 0.9);
}

.photo-live-card__title {
  position: absolute;
  left: 0.65rem;
  right: 0.65rem;
  bottom: 0.58rem;
  z-index: 1;
  color: var(--photo-paper);
  font-family: var(--bj-mono);
  font-size: 0.64rem;
  font-weight: 800;
  line-height: 1.15;
  text-align: left;
  text-transform: uppercase;
}

.photo-story-row {
  grid-column: 1 / -1;
  display: flex;
  gap: 0.55rem;
  overflow-x: auto;
  padding-top: 0.1rem;
  scrollbar-width: thin;
}

.photo-story-button {
  display: inline-grid;
  justify-items: center;
  gap: 0.35rem;
  min-width: 74px;
  border: 0;
  background: transparent;
  color: rgba(242, 234, 223, 0.7);
  padding: 0;
  cursor: pointer;
}

.photo-story-button img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border: 2px solid rgba(201, 151, 84, 0.64);
  border-radius: 999px;
  padding: 2px;
}

.photo-story-button span {
  max-width: 72px;
  overflow: hidden;
  font-family: var(--bj-mono);
  font-size: 0.58rem;
  font-weight: 800;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.photo-story-button:hover img,
.photo-story-button.is-active img {
  border-color: var(--photo-gold);
}

.photo-strip {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr 0.8fr 1.1fr;
  gap: 0.75rem;
}

.photo-strip img {
  min-height: clamp(180px, 21vw, 320px);
  border-radius: 8px;
  background: var(--photo-paper-2);
}

.photo-lanes {
  padding-top: 0;
}

.photo-brand-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.photo-brand-card {
  display: grid;
  grid-template-rows: 220px 1fr;
  overflow: hidden;
  border: 1px solid var(--photo-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.24);
}

.photo-brand-card img {
  position: relative;
  min-height: 0;
}

.photo-brand-card::after {
  display: none;
}

.photo-brand-card div {
  padding: 1.2rem;
}

.photo-brand-card .bj-label {
  color: var(--bj-ox-deep);
}

.photo-brand-card h3 {
  margin: 0.45rem 0 0;
  color: var(--bj-fg);
  font-family: var(--bj-serif);
  font-size: clamp(1.55rem, 2.3vw, 2rem);
  font-weight: 500;
  line-height: 1;
}

.photo-brand-card p {
  margin: 0.7rem 0 0;
  color: var(--photo-muted);
  line-height: 1.42;
}

.photo-brand-card span {
  display: inline-flex;
  margin-top: 0.9rem;
  color: var(--bj-fg);
  font-family: var(--bj-mono);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .photo-hero__inner,
  .photo-instagram__inner,
  .photo-live-board {
    grid-template-columns: 1fr;
  }

  .photo-hero__gallery {
    max-width: 760px;
  }

  .photo-live-board {
    max-width: 860px;
  }
}

@media (max-width: 820px) {
  .photo-proof__grid,
  .photo-brand-grid {
    grid-template-columns: 1fr;
  }

  .photo-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .photo-strip img:first-child,
  .photo-strip img:last-child {
    grid-column: span 2;
  }
}

@media (max-width: 620px) {
  .photo-hero__inner {
    min-height: auto;
    padding-block: 3.2rem;
  }

  .photo-hero .bj-display,
  .photo-instagram .bj-title {
    font-size: clamp(3rem, 14vw, 4.3rem);
  }

  .photo-hero__gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 210px;
  }

  .photo-frame--main {
    grid-row: auto;
  }

  .photo-live-stage {
    min-height: 430px;
  }

  .photo-live-grid {
    grid-template-columns: 1fr;
  }

  .photo-live-card {
    aspect-ratio: 4 / 3;
  }

  .photo-strip {
    grid-template-columns: 1fr;
  }

  .photo-strip img:first-child,
  .photo-strip img:last-child {
    grid-column: auto;
  }
}
