/* Javid Studio: local album previews; purchasing stays on Pixieset. */
.photo-page {
  --photo-muted: #5d635c;
  --photo-line: #d9ddd6;
  --photo-surface: #f6f7f4;
  --photo-accent: #177334;
  background-image: none;
}
.photo-page.theme-dark {
  --photo-muted: #a6b0a2;
  --photo-line: #293126;
  --photo-surface: #10150f;
  --photo-accent: #b8ff8f;
}
.photo-page .photo-wrap {
  width: min(100%, 1160px);
  margin-inline: auto;
  padding: 0 40px;
}
.photo-page .photo-intro {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  padding: 54px 0 38px;
}
.photo-page .photo-eyebrow {
  font-family: 'Caveat', cursive;
  font-size: 25px;
  color: var(--photo-accent);
  margin-bottom: 8px;
}
.photo-page .photo-intro h1 {
  font-family: 'Newsreader', Georgia, serif;
  font-weight: 500;
  font-size: clamp(48px, 6vw, 76px);
  line-height: 1.06;
  letter-spacing: -.025em;
  margin: 0 0 17px;
}
.photo-page .photo-intro h1 em { font-weight: 400; }
.photo-page .photo-description {
  font-family: 'Newsreader', Georgia, serif;
  font-size: 21px;
  line-height: 1.5;
  color: var(--photo-muted);
  max-width: 590px;
}
.photo-page .photo-all-link {
  flex: 0 0 auto;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--photo-line);
  padding: 9px 0;
  font-size: 15px;
}
.photo-page .photo-all-link span { margin-left: 14px; color: var(--photo-accent); }
.photo-page .photo-all-link:hover { border-color: var(--photo-accent); }
.photo-page .photo-section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  border-top: 1px solid var(--photo-line);
  margin-bottom: 27px;
  padding-top: 19px;
}
.photo-page .photo-section-head h2,
.photo-page .photo-section-head p {
  font-family: 'Atkinson Hyperlegible', Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--photo-muted);
  margin: 0;
}
.photo-page .photo-section-head h2 { color: var(--ink); }
.photo-page .album-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 28px;
  row-gap: 39px;
  padding-bottom: 51px;
}
.photo-page .album { min-width: 0; margin: 0; }
.photo-page .album-link {
  display: block;
  color: var(--ink);
  text-decoration: none;
}
.photo-page .album-cover {
  position: relative;
  isolation: isolate;
  margin: 0 0 24px;
}
.photo-page .album-cover::before,
.photo-page .album-cover::after {
  content: '';
  position: absolute;
  inset: 7px 5px -5px;
  z-index: -1;
  background: var(--photo-surface);
  border: 1px solid var(--photo-line);
  transition: transform .22s ease;
}
.photo-page .album-cover::before {
  inset: 12px 10px -10px;
  z-index: -2;
}
.photo-page .album-image-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  background: var(--photo-surface);
  border: 1px solid var(--photo-line);
}
.photo-page .album-image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  transition: transform .35s ease;
}
.photo-page .album-link:hover .album-image-wrap img { transform: scale(1.025); }
.photo-page .album-link:hover .album-cover::after { transform: translateY(2px); }
.photo-page .album-link:hover .album-cover::before { transform: translateY(4px); }
.photo-page .album-caption {
  display: grid;
  grid-template-columns: 23px minmax(0, 1fr) 20px;
  align-items: baseline;
  column-gap: 9px;
}
.photo-page .album-number {
  color: var(--photo-muted);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}
.photo-page .album-title {
  font-family: 'Newsreader', Georgia, serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -.015em;
  margin: 0;
  text-wrap: balance;
}
.photo-page .album-arrow {
  font-family: Arial, sans-serif;
  font-size: 21px;
  color: var(--photo-accent);
  justify-self: end;
  transition: transform .2s ease;
}
.photo-page .album-link:hover .album-arrow { transform: translate(2px,-2px); }
.photo-page .album-destination {
  display: block;
  margin: 7px 0 0 32px;
  font-size: 12px;
  color: var(--photo-muted);
}
.photo-page .photo-shop-note {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  border-top: 1px solid var(--photo-line);
  border-bottom: 1px solid var(--photo-line);
  padding: 30px 0;
}
.photo-page .photo-shop-note h2 {
  font-family: 'Newsreader', Georgia, serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.15;
  margin: 0 0 8px;
}
.photo-page .photo-shop-note p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--photo-muted);
  max-width: 640px;
  margin: 0;
}
.photo-page .photo-shop-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  flex: 0 0 auto;
  padding: 12px 20px;
  border: 1px solid var(--photo-line);
  color: var(--ink);
  background: var(--photo-surface);
  text-decoration: none;
  font-size: 15px;
}
.photo-page .photo-shop-link:hover { border-color: var(--photo-accent); }
.photo-page .photo-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 0 34px;
  color: var(--photo-muted);
  font-size: 12px;
}
.photo-page .photo-footer a { color: inherit; text-underline-offset: 4px; }
.photo-page a:focus-visible,
.photo-page button:focus-visible {
  outline: 2px solid var(--photo-accent);
  outline-offset: 6px;
}
.photo-page .skip-link {
  position: absolute;
  left: 20px;
  top: -100px;
  z-index: 100;
  padding: 9px 16px;
  background: var(--paper);
  color: var(--ink);
}
.photo-page .skip-link:focus { top: 10px; }
@media (max-width: 950px) {
  .photo-page .album-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .photo-page .photo-intro { align-items: flex-start; flex-direction: column; gap: 14px; }
  .photo-page .photo-shop-note { align-items: flex-start; flex-direction: column; gap: 18px; }
}
@media (max-width: 600px) {
  .photo-page .photo-wrap { padding: 0 max(22px,env(safe-area-inset-left)) 0 max(22px,env(safe-area-inset-right)); }
  .photo-page .photo-intro { padding: 33px 0 27px; }
  .photo-page .photo-intro h1 { font-size: clamp(42px,11.5vw,58px); margin-bottom: 12px; }
  .photo-page .photo-description { font-size: 19px; }
  .photo-page .photo-eyebrow { font-size: 23px; }
  .photo-page .album-grid { grid-template-columns: minmax(0, 1fr); gap: 34px; padding-bottom: 36px; }
  .photo-page .album-title { font-size: 27px; }
  .photo-page .photo-section-head { margin-bottom: 22px; }
  .photo-page .photo-shop-note { padding: 25px 0; }
  .photo-page .photo-shop-note h2 { font-size: 28px; }
  .photo-page .photo-shop-link { width: 100%; justify-content: space-between; }
  .photo-page .photo-footer { flex-wrap: wrap; gap: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  .photo-page *, .photo-page *::before, .photo-page *::after { transition: none !important; scroll-behavior: auto !important; }
}

.photo-page .tape { transform: none; }
