/* AJ Photo Archives — thème public */
:root {
  --ink: #1c1f22;
  --ink-2: #3a4046;
  --paper: #e6e8e5;
  --sheet: #f4f5f3;
  --rule: #cdd1ce;
  --muted: #676e74;
  --pencil: #e03a2f;
  --sans: "Archivo AJ", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: "Source Serif AJ", Georgia, "Times New Roman", serif;
  --gut: clamp(16px, 3vw, 44px);
  --max: 1720px;
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: 90px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.5; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--pencil); }
:focus-visible { outline: 2px solid var(--pencil); outline-offset: 2px; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--ink); color: #fff; padding: 8px 14px; z-index: 100; }
.skip:focus { left: 8px; }
h1, h2, h3 { font-weight: 700; font-stretch: 72%; line-height: 1; letter-spacing: -.01em; margin: 0; }

.btn, .button, button[type=submit], .wp-element-button, .woocommerce a.button, .woocommerce button.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 22px; border-radius: 999px;
  border: 1px solid var(--ink); background: var(--ink); color: #fff; font: 600 15px/1 var(--sans); text-decoration: none; cursor: pointer;
}
.btn:hover, .button:hover, button[type=submit]:hover, .wp-element-button:hover { background: #000; color: #fff; }
.btn--small { min-height: 40px; padding: 0 16px; font-size: 14px; }
input[type=search], input[type=text], input[type=email], input[type=tel], input[type=password], input[type=number], select, textarea {
  font: 16px var(--sans); color: var(--ink); background: var(--sheet); border: 1px solid var(--rule); border-radius: 8px; padding: 10px 12px; min-height: 44px;
}
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--ink); box-shadow: 0 0 0 1px var(--ink); }

/* En-tête ---------------------------------------------------------------- */
.site-head { position: sticky; top: 0; z-index: 40; background: rgba(230, 232, 229, .94); backdrop-filter: blur(12px); border-bottom: 1px solid var(--rule); }
.admin-bar .site-head { top: 32px; }
@media (max-width: 782px) { .admin-bar .site-head { top: 46px; } }
.site-head__in { max-width: var(--max); margin: 0 auto; padding: 12px var(--gut); display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 700; font-stretch: 78%; font-size: 20px; white-space: nowrap; }
.brand:hover { color: var(--ink); }
.brand__mark { width: 16px; height: 16px; border: 2.5px solid var(--pencil); border-radius: 50%; }
.brand__logo { max-height: 40px; width: auto; display: block; }
.site-nav { display: flex; align-items: center; gap: 24px; flex: 1; }
.site-nav .menu { display: flex; gap: 22px; list-style: none; margin: 0; padding: 0; }
.site-nav .menu a { text-decoration: none; font-size: 15px; }
.site-nav .current-menu-item > a, .site-nav .current_page_item > a { text-decoration: underline; text-decoration-color: var(--pencil); text-decoration-thickness: 2px; }
.site-nav__tools { margin-left: auto; display: flex; align-items: center; gap: 16px; }
.site-search input { width: 190px; min-height: 38px; padding: 6px 14px; border-radius: 999px; font-size: 14px; }
.site-account, .site-cart { text-decoration: none; font-size: 14px; white-space: nowrap; }
.ajpa-cart-count { display: inline-grid; place-items: center; min-width: 22px; height: 22px; padding: 0 6px; border-radius: 99px; background: var(--ink); color: #fff; font-size: 12px; margin-left: 4px; font-variant-numeric: tabular-nums; }
.nav-toggle { display: none; margin-left: auto; min-height: 38px; padding: 0 16px; font-size: 14px; background: transparent; color: var(--ink); }
@media (max-width: 1080px) {
  .nav-toggle { display: inline-flex; }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: var(--paper); border-bottom: 1px solid var(--rule); padding: 16px var(--gut) 24px; flex-direction: column; align-items: stretch; }
  .site-nav.is-open { display: flex; }
  .site-nav .menu { flex-direction: column; gap: 4px; }
  .site-nav .menu a { display: block; padding: 10px 0; font-size: 20px; font-stretch: 80%; font-weight: 600; }
  .site-nav__tools { margin: 10px 0 0; flex-wrap: wrap; }
  .site-search, .site-search input { width: 100%; }
}

/* Accueil ---------------------------------------------------------------- */
.hero { max-width: var(--max); margin: 0 auto; padding: clamp(28px, 5vw, 72px) var(--gut) clamp(40px, 6vw, 88px); display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(24px, 4vw, 64px); align-items: end; }
.hero__title { font-size: clamp(48px, 6.4vw, 128px); overflow-wrap: anywhere; hyphens: manual; line-height: .86; font-stretch: 62%; letter-spacing: -.02em; text-wrap: balance; }
.hero__lead { font-family: var(--serif); font-size: clamp(18px, 1.6vw, 22px); line-height: 1.55; max-width: 44ch; margin: 26px 0 30px; color: var(--ink-2); }
.bigsearch { display: flex; max-width: 560px; border: 1px solid var(--ink); border-radius: 999px; background: var(--sheet); padding: 4px; }
.bigsearch input { flex: 1; min-width: 0; border: 0; background: transparent; padding: 0 16px; box-shadow: none !important; }
.bigsearch button { min-height: 44px; }
.hero__photo { margin: 0; }
.hero__photo img { width: auto; max-width: 100%; max-height: 78vh; display: block; }
.hero__photo figcaption { margin-top: 12px; font-family: var(--serif); font-size: 15px; color: var(--ink-2); max-width: 70ch; }
.ref { font-family: var(--sans); font-variant-numeric: tabular-nums; color: var(--muted); margin-right: 10px; font-size: 13px; }
@media (max-width: 900px) { .hero { grid-template-columns: 1fr; } .hero__photo { order: -1; } }

.band { max-width: var(--max); margin: 0 auto; padding: 0 var(--gut) clamp(56px, 7vw, 100px); }
.band__head { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; border-top: 2px solid var(--ink); padding-top: 14px; margin-bottom: 22px; }
.band__head h2 { font-size: clamp(28px, 3.4vw, 46px); }
.band__head a { font-size: 15px; }

/* Planche contact -------------------------------------------------------- */
.sheet { list-style: none; margin: 0; padding: clamp(10px, 1.4vw, 20px); background: var(--sheet); border: 1px solid var(--rule); display: grid; grid-template-columns: repeat(auto-fill, minmax(min(46%, 250px), 1fr)); gap: clamp(14px, 2vw, 28px) clamp(10px, 1.4vw, 20px); }
.frame a { display: block; text-decoration: none; }
.frame__img { display: flex; align-items: center; justify-content: center; aspect-ratio: 3 / 2; background: #d9dcd9; overflow: hidden; }
.frame__img img { width: 100%; height: 100%; object-fit: contain; display: block; transition: opacity .2s; }
.frame a:hover .frame__img img { opacity: .88; }
.frame__none { width: 100%; height: 100%; }
.frame__line { display: flex; gap: 10px; align-items: baseline; padding-top: 7px; font-size: 13px; }
.frame__ref { color: var(--muted); font-variant-numeric: tabular-nums; flex: none; }
.frame__title { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.frame a:hover .frame__title { color: var(--pencil); }

/* Index des reportages --------------------------------------------------- */
.index { list-style: none; margin: 0; padding: 0; }
.index__row a { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; gap: 24px; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--rule); text-decoration: none; }
.index__row:first-child a { padding-top: 4px; }
.index__name { font-size: clamp(24px, 3vw, 40px); font-weight: 650; font-stretch: 70%; line-height: 1.05; }
.index__count { color: var(--muted); font-size: 14px; font-variant-numeric: tabular-nums; }
.index__strip { display: flex; gap: 4px; }
.index__strip img { width: 76px; height: 56px; object-fit: cover; display: block; }
.index__row a:hover .index__name { color: var(--pencil); }
@media (max-width: 700px) { .index__row a { grid-template-columns: 1fr auto; } .index__strip { grid-column: 1 / -1; } .index__strip img { width: 25%; height: 64px; } }

/* Professionnels --------------------------------------------------------- */
.pro__intro { font-family: var(--serif); font-size: clamp(20px, 2vw, 28px); line-height: 1.4; max-width: 38ch; margin: 0 0 36px; }
.pro__cols { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(20px, 3vw, 48px); margin-bottom: 36px; }
.pro__cols h3 { font-size: 26px; margin-bottom: 10px; }
.pro__cols p { color: var(--ink-2); max-width: 42ch; margin: 0 0 10px; }
@media (max-width: 800px) { .pro__cols { grid-template-columns: 1fr; } }

/* Pages ------------------------------------------------------------------ */
.wrap { max-width: var(--max); margin: 0 auto; padding: clamp(28px, 4vw, 56px) var(--gut) clamp(56px, 7vw, 100px); }
.page-head { margin-bottom: 28px; max-width: 1100px; }
.page-head h1 { font-size: clamp(48px, 7.5vw, 112px); line-height: .88; font-stretch: 64%; }
.page-head__kicker { color: var(--muted); margin: 0 0 10px; }
.page-head__lead { font-family: var(--serif); font-size: 19px; max-width: 62ch; margin-top: 16px; }
.page-head__count { color: var(--muted); margin: 14px 0 0; font-variant-numeric: tabular-nums; }
.filters { display: flex; flex-wrap: wrap; align-items: flex-end; gap: 12px; margin: 0 0 22px; }
.filter { display: flex; flex-direction: column; gap: 4px; font-size: 13px; color: var(--muted); }
.filter select, .filter input { min-width: 200px; color: var(--ink); }
.filter--search input { min-width: 260px; }
.empty { padding: 40px 0; max-width: 60ch; }
.empty h1, .empty h2 { font-size: clamp(32px, 4vw, 56px); margin-bottom: 14px; }
.empty--big { padding: 12vh 0; }
.pager { margin-top: 36px; }
.pager .nav-links { display: flex; flex-wrap: wrap; gap: 6px; }
.pager .page-numbers { display: inline-grid; place-items: center; min-width: 42px; height: 42px; padding: 0 12px; border: 1px solid var(--rule); border-radius: 999px; text-decoration: none; background: var(--sheet); }
.pager .page-numbers.current { background: var(--ink); color: #fff; border-color: var(--ink); }
.prose { max-width: 72ch; font-family: var(--serif); font-size: 19px; line-height: 1.65; }
.prose h1 { font-family: var(--sans); font-size: clamp(40px, 6vw, 84px); margin-bottom: 28px; }
.prose h2, .prose h3 { font-family: var(--sans); margin: 1.6em 0 .5em; }
.prose h2 { font-size: 34px; } .prose h3 { font-size: 26px; }
.prose__cover { margin-bottom: 24px; }
.list { list-style: none; padding: 0; margin: 0; }
.list li { padding: 16px 0; border-bottom: 1px solid var(--rule); }

/* Fiche photo ------------------------------------------------------------ */
.photo { max-width: var(--max); margin: 0 auto; padding: clamp(18px, 3vw, 40px) var(--gut) clamp(40px, 5vw, 72px); display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 420px); gap: clamp(24px, 3.5vw, 56px); align-items: start; }
.photo__media { margin: 0; background: var(--sheet); border: 1px solid var(--rule); padding: clamp(8px, 1.2vw, 18px); position: relative; }
.photo__media img { display: block; width: 100%; max-height: 82vh; object-fit: contain; user-select: none; -webkit-user-drag: none; }
.photo__info { position: sticky; top: 90px; }
.photo__ref { color: var(--muted); font-variant-numeric: tabular-nums; margin: 0 0 8px; }
.photo__info h1 { font-size: clamp(34px, 3.4vw, 54px); line-height: .95; font-stretch: 68%; }
.photo__caption { font-family: var(--serif); font-size: 18px; line-height: 1.55; margin: 18px 0; }
.photo__meta { margin: 0 0 22px; border-top: 1px solid var(--rule); }
.photo__meta div { display: grid; grid-template-columns: 120px 1fr; gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--rule); font-size: 14px; }
.photo__meta dt { color: var(--muted); }
.photo__meta dd { margin: 0; }
.photo__text { font-family: var(--serif); }
.photo__contact { color: var(--ink-2); }
@media (max-width: 1000px) { .photo { grid-template-columns: 1fr; } .photo__info { position: static; } }

.ajpa-buy fieldset { border: 0; padding: 0; margin: 0 0 14px; }
.ajpa-buy legend { font-weight: 600; margin-bottom: 10px; }
.ajpa-buy__option { display: grid; grid-template-columns: auto 1fr auto; gap: 2px 12px; align-items: baseline; padding: 14px 16px; border: 1px solid var(--rule); border-radius: 12px; margin-bottom: 8px; cursor: pointer; background: var(--sheet); }
.ajpa-buy__option:has(input:checked) { border-color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); }
.ajpa-buy__option input { accent-color: var(--ink); margin: 0; }
.ajpa-buy__name { font-weight: 600; }
.ajpa-buy__price { font-variant-numeric: tabular-nums; font-weight: 600; }
.ajpa-buy__price del { color: var(--muted); font-weight: 400; }
.ajpa-buy__desc { grid-column: 2 / -1; color: var(--muted); font-size: 14px; }
.ajpa-buy__submit { width: 100%; }

/* Pied de page ----------------------------------------------------------- */
.site-foot { background: var(--ink); color: #d9dcda; }
.site-foot__in { max-width: var(--max); margin: 0 auto; padding: clamp(48px, 6vw, 88px) var(--gut); display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); gap: 40px; }
.site-foot__title { font-size: clamp(30px, 4vw, 58px); font-weight: 700; font-stretch: 66%; line-height: .95; color: #fff; margin: 0 0 22px; max-width: 16ch; }
.site-foot__mail, .site-foot__tel { display: block; font-family: var(--serif); font-size: clamp(20px, 2vw, 28px); color: #fff; margin-bottom: 6px; }
.site-foot a:hover { color: #ff8a80; }
.site-foot .menu { list-style: none; padding: 0; margin: 0 0 16px; }
.site-foot .menu a { color: #d9dcda; }
.site-foot__note { font-size: 13px; color: #9aa1a6; max-width: 46ch; }
@media (max-width: 800px) { .site-foot__in { grid-template-columns: 1fr; } }

/* WooCommerce ------------------------------------------------------------
   Les styles natifs de WooCommerce restent actifs ; on harmonise couleurs et typographie. */
.shop, .wc-page { font-family: var(--sans); font-size: 16px; }
.wc-page::after, .shop .woocommerce::after { content: ""; display: table; clear: both; }
.shop__title, .shop h1.page-title, .shop .product_title { font-size: clamp(40px, 6vw, 84px); font-stretch: 64%; line-height: .9; margin: 0 0 28px; }
.shop .woocommerce-breadcrumb { color: var(--muted); font-size: 14px; margin-bottom: 18px; }
.shop h2, .shop h3 { font-size: 28px; margin: 0 0 14px; }

.woocommerce :is(a, button, input).button, .woocommerce :is(a, button, input).button.alt, .woocommerce #respond input#submit,
.woocommerce-page :is(a, button, input).button, .woocommerce-page :is(a, button, input).button.alt {
  background: var(--ink); color: #fff; border: 1px solid var(--ink); border-radius: 999px; padding: 12px 22px; font: 600 15px/1.2 var(--sans); min-height: 0;
}
.woocommerce :is(a, button, input).button:hover, .woocommerce :is(a, button, input).button.alt:hover,
.woocommerce-page :is(a, button, input).button:hover { background: #000; color: #fff; }
.woocommerce :is(a, button, input).button:disabled, .woocommerce :is(a, button, input).button.disabled { opacity: .45; }

.woocommerce-message, .woocommerce-info, .woocommerce-error, .wc-block-components-notice-banner {
  background: var(--sheet); color: var(--ink); border-top: 0; border: 1px solid var(--rule); border-left: 4px solid var(--ink); border-radius: 8px; font-family: var(--sans);
}
.woocommerce-message::before, .woocommerce-info::before { color: var(--ink); }
.woocommerce-error { border-left-color: var(--pencil); }
.woocommerce-error::before { color: var(--pencil); }

.woocommerce table.shop_table, .ajpa-downloads { border: 1px solid var(--rule); border-radius: 10px; border-collapse: separate; background: var(--sheet); width: 100%; }
.woocommerce table.shop_table th, .woocommerce table.shop_table td, .ajpa-downloads th, .ajpa-downloads td { border-top: 1px solid var(--rule); padding: 12px 14px; text-align: left; }
.woocommerce table.shop_table thead th, .ajpa-downloads thead th { border-top: 0; color: var(--muted); font-weight: 500; }
.woocommerce table.shop_table td.product-thumbnail img { width: 72px; }
.woocommerce table.shop_table .variation, .woocommerce-cart .variation { display: block; font-size: 14px; color: var(--muted); margin-top: 6px; }
.woocommerce .variation dt, .woocommerce .variation dd { display: inline; float: none; margin: 0; }
.woocommerce .variation dd p { display: inline; margin: 0; }
.woocommerce .variation dd::after { content: ""; display: block; }
.woocommerce .quantity .qty { width: 72px; }
.woocommerce table.cart td.actions .coupon .input-text { width: 160px; min-height: 44px; border-radius: 8px; }
.woocommerce-cart .cart-collaterals .cart_totals { width: 100%; max-width: 480px; float: right; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select { border-radius: 8px; border: 1px solid var(--rule); background: var(--sheet); padding: 10px 12px; }
.woocommerce form.login, .woocommerce form.register, .woocommerce form.checkout_coupon { border: 1px solid var(--rule); border-radius: 12px; background: var(--sheet); padding: 24px; max-width: 520px; }
.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2 { max-width: none; }
.woocommerce-password-strength { border-radius: 6px; }

/* Mon compte : menu à gauche, contenu à droite, sans flottants qui débordent. */
.woocommerce-account .wc-page .woocommerce::before, .woocommerce-account .wc-page .woocommerce::after { content: none; display: none; }
.woocommerce-account .wc-page .woocommerce { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 40px; align-items: start; }
.woocommerce-account .wc-page .woocommerce > :not(.woocommerce-MyAccount-navigation):not(.woocommerce-MyAccount-content) { grid-column: 1 / -1; }
.woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content { float: none; width: auto; }
.woocommerce-MyAccount-navigation ul { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--rule); }
.woocommerce-MyAccount-navigation li { border-bottom: 1px solid var(--rule); }
.woocommerce-MyAccount-navigation a { display: block; padding: 12px 4px; text-decoration: none; }
.woocommerce-MyAccount-navigation .is-active a { font-weight: 700; box-shadow: inset 3px 0 0 var(--pencil); padding-left: 14px; }
.woocommerce-MyAccount-content { max-width: 900px; }
.woocommerce-MyAccount-content > p:first-child { margin-top: 0; }
@media (max-width: 800px) {
  .woocommerce-account .wc-page .woocommerce { grid-template-columns: 1fr; gap: 20px; }
  .woocommerce-MyAccount-navigation ul { display: flex; flex-wrap: wrap; gap: 6px; border: 0; }
  .woocommerce-MyAccount-navigation li { border: 0; }
  .woocommerce-MyAccount-navigation a { border: 1px solid var(--rule); border-radius: 999px; padding: 7px 14px; background: var(--sheet); }
  .woocommerce-MyAccount-navigation .is-active a { box-shadow: none; background: var(--ink); color: #fff; padding-left: 14px; }
}

.woocommerce ul.products { margin: 0; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 20px; }
.woocommerce .price, .woocommerce div.product p.price, .woocommerce ul.products li.product .price { color: var(--ink); font-weight: 600; }
.woocommerce span.onsale { background: var(--pencil); }
.ajpa-order-downloads { margin: 28px 0; }
.ajpa-order-downloads h2 { font-size: 32px; margin-bottom: 12px; }

/* Blocs Panier / Validation de commande */
.wc-block-cart, .wc-block-checkout { font-family: var(--sans); }
.wc-block-components-button:not(.is-link) { border-radius: 999px !important; background: var(--ink) !important; color: #fff !important; }
.wc-block-components-product-metadata__description, .wc-block-components-product-details { font-size: 14px; }

@media (prefers-reduced-motion: reduce) { * { transition: none !important; scroll-behavior: auto !important; } }

/* Bouton désactivé (ex. « Mettre à jour le panier » tant que rien n'a changé) : texte lisible. */
body .woocommerce :is(a, button, input).button:disabled, body .woocommerce :is(a, button, input).button:disabled[disabled], body .woocommerce :is(a, button, input).button.disabled {
  background: transparent; color: var(--muted); border-color: var(--rule); padding: 12px 22px; opacity: 1;
}

/* Restrictions, conditions, devis --------------------------------------- */
.ajpa-restrict { border-left: 3px solid var(--pencil); background: var(--sheet); padding: 12px 14px; margin: 0 0 18px; border-radius: 0 8px 8px 0; font-size: 14px; }
.ajpa-restrict strong { display: block; color: var(--pencil); margin-bottom: 4px; }
.ajpa-restrict ul { margin: 0; padding-left: 18px; }
.ajpa-restrict li { margin: 0 0 4px; }
.ajpa-buy__terms { margin: 10px 0 0; font-size: 14px; text-align: center; }
.ajpa-quote { margin-top: 22px; border-top: 1px solid var(--rule); padding-top: 14px; }
.ajpa-quote summary { cursor: pointer; font-weight: 600; list-style: none; }
.ajpa-quote summary::-webkit-details-marker { display: none; }
.ajpa-quote summary::after { content: " +"; color: var(--muted); }
.ajpa-quote[open] summary::after { content: " −"; }
.ajpa-quote form { margin-top: 12px; }
.ajpa-quote label { display: block; font-size: 13px; color: var(--muted); }
.ajpa-quote input, .ajpa-quote select, .ajpa-quote textarea { display: block; width: 100%; margin-top: 4px; color: var(--ink); }
.ajpa-quote p { margin: 0 0 10px; }
.ajpa-quote__hp { position: absolute; left: -9999px; }
.ajpa-quote__ok { color: #2f7d4f; font-weight: 600; }
.ajpa-quote__err { color: var(--pencil); }
.ajpa-consent label { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; line-height: 1.45; }
.ajpa-consent input { margin-top: 3px; }
.ajpa-invoice-link { margin: 18px 0; }

/* Fiche photo : mots-clés et technique */
.photo__tags { display: flex; flex-wrap: wrap; gap: 6px; margin: -8px 0 18px; }
.photo__tags a { font-size: 13px; padding: 4px 10px; border: 1px solid var(--rule); border-radius: 999px; text-decoration: none; background: var(--sheet); }
.photo__tags a:hover { border-color: var(--ink); color: var(--ink); }
.photo__tech { margin: 0 0 20px; font-size: 14px; color: var(--ink-2); }
.photo__tech summary { cursor: pointer; color: var(--muted); }
.photo__tech p { margin: 8px 0 0; font-variant-numeric: tabular-nums; }
.ajpa-buy__terms-line { font-size: 13px; opacity: .85; }
