.photo-article .article-page__container { max-width: 920px; }
.photo-article .visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.photo-article .article-page__title { max-width: 820px; font-size: clamp(1.9rem, 4.2vw, 3rem); }
.photo-article .photo-lead { color: var(--text-main); font-size: 1.14rem; line-height: 1.75; }
.photo-article .photo-archive { border-left: 3px solid var(--accent); padding: 12px 18px; margin: 24px 0; background: rgba(255,140,0,.06); font-size: .9rem; }
.photo-article .photo-archive p { margin: 0; font-size: .9rem; }
.photo-figure { margin: 30px 0; border: 1px solid var(--card-border); border-radius: 10px; overflow: hidden; background: #151515; }
.photo-figure a { display: block; }
.photo-figure img { width: 100%; height: auto; max-height: 660px; object-fit: contain; display: block; }
.photo-figure--cover img { max-height: 540px; }
.photo-figure figcaption { padding: 14px 18px; color: var(--text-muted); font-size: .9rem; line-height: 1.6; border-top: 1px solid var(--card-border); }
.photo-toc { margin: 30px 0; padding: 22px 26px; border: 1px solid var(--card-border); border-radius: 8px; }
.photo-toc strong { display: block; margin-bottom: 12px; }
.photo-toc ol { margin: 0; padding-left: 20px; columns: 2; column-gap: 34px; }
.photo-toc li { break-inside: avoid; padding-bottom: 6px; font-size: .94rem; }
.photo-article section[id] { scroll-margin-top: 95px; }
.photo-table-wrap { margin: 20px 0 28px; overflow-x: auto; }
.photo-table { width: 100%; border-collapse: collapse; font-size: .96rem; }
.photo-table th, .photo-table td { border: 1px solid var(--card-border); padding: 14px 16px; text-align: left; vertical-align: top; color: var(--text-muted); overflow-wrap: anywhere; }
.photo-table th { background: rgba(255,140,0,.09); color: var(--text-main); font-weight: 500; }
.photo-article .photo-service { padding: 24px; margin: 35px 0; background: var(--bg-card); border: 1px solid var(--card-border); border-radius: 8px; }
.photo-article .photo-service h2 { margin-top: 0; }
.photo-article .photo-service p:last-child { margin-bottom: 0; }
.photo-related a { text-decoration: underline; text-underline-offset: 4px; }
.photo-video { max-width: 440px; margin: 28px auto; }
.photo-video video { width: 100%; height: auto; display: block; }
.photo-faq details { border-bottom: 1px solid var(--card-border); padding: 16px 0; }
.photo-faq summary { color: var(--text-main); cursor: pointer; font-weight: 500; line-height: 1.6; }
.photo-faq details p { margin: 12px 0 0; }
.photo-catalog { margin-bottom: 50px; }
.photo-catalog h2 { font-family: 'Oswald', sans-serif; font-size: 1.8rem; margin-bottom: 12px; }
.photo-catalog > p { color: var(--text-muted); line-height: 1.7; margin-bottom: 25px; }
.photo-catalog .article-card__img { background: #121212; }
.photo-catalog .article-card__img img { object-fit: contain; }
.photo-catalog .article-card h3 { font-size: 1.15rem; }
.photo-links { max-width: 1160px; margin: 35px auto; padding: 25px 20px; border-top: 1px solid var(--card-border); }
.photo-links h2 { font-family: 'Oswald', sans-serif; font-size: 1.5rem; margin-bottom: 14px; }
.photo-links ul { padding-left: 20px; }
.photo-links li { margin: 10px 0; line-height: 1.6; }
.photo-article a:focus-visible, .photo-article summary:focus-visible, .photo-toc a:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }
@media (max-width: 640px) {
  .photo-toc { padding: 18px; }
  .photo-toc ol { columns: 1; }
  .photo-figure { margin: 24px 0; }
  .photo-figure img { max-height: 560px; }
  .photo-table th, .photo-table td { padding: 10px; font-size: .88rem; }
  .photo-article .photo-service { padding: 18px; }
  .photo-article .photo-lead { font-size: 1.04rem; }
  .photo-article .article-page__cta { padding: 24px 18px; }
}
