:root {
  --paper: #f1ede4;
  --paper-strong: #e6dfd2;
  --card: #f8f5ee;
  --ink: #171915;
  --muted: #67675f;
  --line: #cfc7b7;
  --brass: #9b6d32;
  --burgundy: #6f302d;
  --dark: #20231e;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: sticky; top: 0; z-index: 20; min-height: 78px; padding: 14px clamp(20px, 4vw, 68px); display: flex; align-items: center; justify-content: space-between; gap: 24px; background: color-mix(in srgb, var(--paper) 92%, transparent); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; }
.brand-mark { position: relative; width: 44px; height: 44px; overflow: hidden; flex: 0 0 auto; }
.brand-mark img { position: absolute; right: 0; top: 0; width: auto; height: 44px; max-width: none; }
.brand strong, .brand small { display: block; }
.brand strong { font-family: var(--serif); font-size: 18px; font-weight: 500; }
.brand small { margin-top: 2px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.private-badge { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.private-badge span { width: 7px; height: 7px; background: #4b7b54; border-radius: 50%; box-shadow: 0 0 0 4px #4b7b5418; }
.admin-bar { padding: 11px clamp(20px, 4vw, 68px); display: flex; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid #315d3c; background: #315d3c; color: #fff; font-size: 13px; }
.admin-bar .text-button { flex: 0 0 auto; color: #fff; }

.button { min-height: 44px; padding: 0 18px; border: 1px solid var(--ink); border-radius: 999px; cursor: pointer; transition: transform .18s, background .18s, color .18s; }
.button:hover { transform: translateY(-1px); }
.button:disabled { cursor: wait; opacity: .58; transform: none; }
.button-primary { background: var(--dark); color: #fff; }
.button-quiet { background: transparent; }
.button-danger { border-color: #8c2828; background: #8c2828; color: #fff; }
.button-visibility { display: inline-flex; align-items: center; gap: 8px; background: transparent; }
.button-visibility svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.button-visibility .visibility-slash { opacity: 0; }
.button-visibility.is-hidden { border-color: var(--brass); color: #724a19; }
.button-visibility.is-hidden .visibility-slash { opacity: 1; }

.hero { min-height: 460px; padding: 88px clamp(20px, 7vw, 110px) 52px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 48px; border-bottom: 1px solid var(--line); background-image: linear-gradient(90deg, transparent 49.9%, rgba(23,25,21,.045) 50%, transparent 50.1%); background-size: 72px 100%; }
.eyebrow { margin: 0 0 15px; color: var(--brass); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 980px; margin-bottom: 28px; font-family: var(--serif); font-size: clamp(46px, 7.1vw, 106px); line-height: .91; font-weight: 400; letter-spacing: -.055em; }
h1 em { color: var(--burgundy); font-weight: 400; }
.hero-title-row { display: grid; grid-template-columns: clamp(190px, 20vw, 270px) minmax(0, 1fr); align-items: center; gap: clamp(22px, 3vw, 46px); }
.hero-title-row h1 { margin-bottom: 0; font-size: clamp(44px, 5.4vw, 78px); }
.hero-camera { position: relative; height: clamp(220px, 23vw, 300px); overflow: hidden; }
.hero-camera img { position: absolute; right: 0; top: 0; width: auto; height: 100%; max-width: none; transform: translateX(7%); }
.hero-intro { max-width: 640px; margin-bottom: 0; color: var(--muted); font-family: var(--serif); font-size: clamp(18px, 2vw, 23px); line-height: 1.5; text-align: justify; text-justify: inter-word; hyphens: auto; }
.hero-title-row + .hero-intro { margin-top: 26px; }
.hero-stats { min-width: 180px; display: grid; gap: 14px; padding-bottom: 8px; }
.hero-stats span { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding-bottom: 10px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.hero-stats strong { color: var(--ink); font-family: var(--serif); font-size: 28px; font-weight: 400; letter-spacing: -.03em; }
.hero-stats small { color: inherit; font: inherit; }
.hero-stats strong.is-split { font-family: var(--sans); font-size: clamp(13px, 1.2vw, 16px); font-weight: 600; letter-spacing: -.01em; white-space: nowrap; }

.collection-story { padding: 72px clamp(20px, 7vw, 110px) 78px; border-bottom: 1px solid var(--line); }
.story-heading { margin-bottom: 26px; }
.story-heading h2 { margin-bottom: 0; font-family: var(--serif); font-size: clamp(42px, 5vw, 68px); line-height: .94; font-weight: 400; letter-spacing: -.045em; }
.story-heading h2 em { color: var(--burgundy); font-weight: 400; }
.story-copy { width: 100%; column-count: 2; column-gap: clamp(38px, 6vw, 86px); column-rule: 1px solid var(--line); }
.story-copy p { margin-bottom: 22px; color: #35372f; font-family: var(--serif); font-size: 17px; line-height: 1.72; text-align: justify; text-justify: inter-word; hyphens: auto; overflow-wrap: anywhere; }
.story-copy p { break-inside: avoid; }
.story-copy p:first-child { font-size: 20px; line-height: 1.62; }
.story-copy strong { color: var(--ink); }
.story-signature { margin-top: 34px; }
.story-signature a { color: var(--burgundy); text-underline-offset: 4px; }

.catalog { padding: 68px clamp(20px, 4vw, 68px) 88px; }
.catalog-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 30px; }
.catalog-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(38px, 5vw, 64px); font-weight: 400; letter-spacing: -.04em; }
#result-count { margin: 0 0 7px; color: var(--muted); font-size: 13px; }
.catalog-meta { display: flex; align-items: center; gap: 18px; margin-bottom: 7px; }
.catalog-meta #result-count { margin: 0; }
.toolbar { display: grid; grid-template-columns: minmax(280px, 1fr) 210px 180px; gap: 10px; }
.search-field, .select-field { min-height: 52px; display: flex; align-items: center; border: 1px solid var(--line); background: rgba(255,255,255,.25); }
.search-field { padding: 0 16px; gap: 11px; }
.search-field svg { width: 20px; fill: none; stroke: var(--muted); stroke-width: 1.7; }
.search-field input, .select-field select { width: 100%; min-width: 0; border: 0; outline: none; color: var(--ink); background: transparent; }
.search-field kbd { color: var(--muted); font-size: 11px; border: 1px solid var(--line); border-radius: 4px; padding: 3px 6px; }
.select-field { padding: 0 13px; }
.category-tabs { display: flex; gap: 8px; margin: 18px 0 32px; overflow-x: auto; scrollbar-width: none; }
.category-tabs::-webkit-scrollbar { display: none; }
.category-tab { flex: 0 0 auto; padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--muted); cursor: pointer; }
.category-tab strong { margin-left: 6px; color: inherit; font-size: 11px; font-weight: 500; }
.category-tab[aria-pressed="true"] { border-color: var(--dark); background: var(--dark); color: #fff; }

.camera-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 32px 14px; }
.camera-card { min-width: 0; cursor: pointer; }
.camera-card.is-hidden { opacity: .56; }
.camera-card.is-hidden:hover { opacity: .78; }
.camera-card button { width: 100%; padding: 0; text-align: left; border: 0; background: transparent; cursor: pointer; }
.camera-image { position: relative; aspect-ratio: 4 / 3; overflow: hidden; display: grid; place-items: center; background: #d9d2c4; }
.camera-image img { width: 100%; height: 100%; object-fit: contain; filter: saturate(.82) contrast(1.03); transition: transform .5s ease, filter .3s; }
.camera-card:hover img { transform: scale(1.025); filter: saturate(1) contrast(1.02); }
.camera-category { position: absolute; left: 12px; top: 12px; padding: 7px 9px; color: #fff; background: rgba(23,25,21,.78); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; backdrop-filter: blur(5px); }
.camera-visibility { position: absolute; right: 12px; top: 12px; padding: 7px 9px; color: #fff; background: #8c2828e8; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; backdrop-filter: blur(5px); }
.camera-copy { display: grid; grid-template-columns: 1fr auto; gap: 12px; padding-top: 13px; border-top: 1px solid transparent; }
.camera-copy h3 { margin-bottom: 5px; font-family: var(--serif); font-size: clamp(18px, 1.55vw, 24px); line-height: 1.08; font-weight: 400; letter-spacing: -.025em; }
.camera-copy p { margin-bottom: 0; color: var(--muted); font-size: 12px; }
.card-arrow { padding-top: 4px; color: var(--brass); font-size: 22px; }
.empty-state { padding: 80px 20px; text-align: center; border-top: 1px solid var(--line); }
.empty-state span { display: block; font-size: 44px; color: var(--brass); }
.empty-state h3 { margin: 10px 0 6px; font-family: var(--serif); font-size: 28px; font-weight: 400; }
.empty-state p { color: var(--muted); }
.text-button { padding: 0 0 3px; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--burgundy); cursor: pointer; }

footer { padding: 28px clamp(20px, 4vw, 68px); display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
footer p { margin: 0; }

dialog { width: min(1080px, calc(100% - 28px)); max-height: calc(100vh - 28px); padding: 0; border: 0; background: var(--card); color: var(--ink); box-shadow: 0 24px 90px #0007; }
dialog::backdrop { background: rgba(18,20,17,.72); backdrop-filter: blur(4px); }
.dialog-close { position: absolute; z-index: 3; top: 15px; right: 18px; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: var(--card); font-family: var(--serif); font-size: 28px; line-height: 1; cursor: pointer; }
.detail-layout { min-height: 560px; }
.detail-body { max-height: calc(100vh - 28px); padding: 56px clamp(28px, 6vw, 78px) 62px; overflow-y: auto; }
.detail-body h2 { margin-bottom: 13px; font-family: var(--serif); font-size: clamp(38px, 5vw, 68px); line-height: .98; font-weight: 400; letter-spacing: -.045em; }
.detail-lede { color: var(--muted); font-family: var(--serif); font-size: 18px; line-height: 1.62; text-align: justify; text-justify: inter-word; hyphens: auto; overflow-wrap: anywhere; white-space: pre-line; }
.spec-list { margin: 32px 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.spec-list div { padding: 12px 8px 12px 0; border-bottom: 1px solid var(--line); }
.spec-list dt { margin-bottom: 4px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.spec-list dd { margin: 0; font-size: 13px; }
.detail-actions { display: flex; gap: 14px; align-items: center; }
.detail-gallery { margin-top: 38px; padding-top: 26px; border-top: 1px solid var(--line); }
.detail-gallery-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 15px; }
.detail-gallery-heading h3 { margin: 0; font-family: var(--serif); font-size: 30px; font-weight: 400; }
.detail-gallery-heading span { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.detail-thumbs { display: grid; grid-template-columns: repeat(auto-fill, minmax(104px, 1fr)); gap: 10px; }
.detail-thumb { width: 100%; aspect-ratio: 1; padding: 7px; overflow: hidden; border: 1px solid var(--line); background: #ded7c9; cursor: zoom-in; }
.detail-thumb:hover { border-color: var(--burgundy); }
.detail-thumb img { width: 100%; height: 100%; object-fit: contain; transition: transform .25s ease; }
.detail-thumb:hover img { transform: scale(1.035); }

.editor-dialog { width: min(860px, calc(100% - 28px)); }
.editor-dialog form { padding: 38px clamp(22px, 4vw, 46px) 28px; }
.editor-head { display: flex; justify-content: space-between; padding-right: 60px; margin-bottom: 24px; }
.editor-head h2 { margin: 0; font-family: var(--serif); font-size: 40px; font-weight: 400; letter-spacing: -.035em; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-grid label { display: grid; gap: 7px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; padding: 12px 13px; border: 1px solid var(--line); border-radius: 0; outline: none; background: #fffdf8; color: var(--ink); font-size: 14px; font-weight: 400; letter-spacing: 0; text-transform: none; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--brass); box-shadow: 0 0 0 3px #9b6d3217; }
.span-2 { grid-column: span 2; }
.image-picker input { padding: 17px; border-style: dashed; }
.image-picker span { font-size: 10px; font-weight: 400; letter-spacing: .03em; text-transform: none; }
.gallery-editor-block { grid-column: span 2; padding-top: 4px; }
.gallery-editor-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 11px; }
.gallery-editor-heading div { display: flex; align-items: baseline; gap: 10px; }
.gallery-editor-heading strong { font-family: var(--serif); font-size: 21px; font-weight: 400; }
.gallery-editor-heading span, .gallery-editor-heading p { margin: 0; color: var(--muted); font-size: 11px; }
.gallery-editor-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.gallery-editor-item { min-width: 0; padding: 7px; border: 1px solid var(--line); background: #eee8dc; transition: border-color .18s, opacity .18s; }
.gallery-editor-item.is-dragging { opacity: .35; }
.gallery-editor-item.is-drop-target { border-color: var(--burgundy); box-shadow: inset 0 0 0 1px var(--burgundy); }
.gallery-editor-photo { position: relative; aspect-ratio: 1; overflow: hidden; display: grid; place-items: center; background: #d9d2c4; cursor: grab; }
.gallery-editor-photo:active { cursor: grabbing; }
.gallery-editor-photo img { width: 100%; height: 100%; object-fit: contain; }
.gallery-primary-badge { position: absolute; left: 6px; top: 6px; padding: 5px 7px; background: var(--dark); color: #fff; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.gallery-drag-hint { position: absolute; right: 6px; top: 5px; padding: 3px 5px; border-radius: 3px; background: #fffdf8d9; color: var(--muted); font-size: 15px; line-height: 1; letter-spacing: -3px; }
.gallery-editor-controls { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 5px; padding-top: 7px; }
.gallery-editor-controls button { min-height: 38px; border: 1px solid var(--line); background: #fffdf8; cursor: pointer; font-size: 17px; }
.gallery-editor-controls button:hover:not(:disabled) { border-color: var(--brass); }
.gallery-editor-controls button:disabled { cursor: default; opacity: .32; }
.gallery-editor-controls .gallery-remove { border-color: #8c282852; color: #8c2828; font-size: 21px; }
.gallery-editor-controls .gallery-remove:hover { border-color: #8c2828; background: #8c2828; color: #fff; }
.form-actions { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); }
.record-actions, .form-actions-primary { display: flex; align-items: center; gap: 10px; }
.login-dialog { width: min(470px, calc(100% - 28px)); }
.login-dialog form { padding: 48px clamp(24px, 6vw, 52px) 38px; }
.login-dialog h2 { margin-bottom: 12px; font-family: var(--serif); font-size: 46px; line-height: 1; font-weight: 400; letter-spacing: -.04em; }
.login-intro { margin-bottom: 28px; color: var(--muted); font-family: var(--serif); font-size: 17px; line-height: 1.5; }
.login-dialog label { display: block; margin-bottom: 8px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.login-dialog input { min-height: 50px; width: 100%; padding: 12px 14px; border: 1px solid var(--line); outline: none; background: #fffdf8; color: var(--ink); font-size: 18px; letter-spacing: .06em; }
.login-dialog input:focus { border-color: var(--brass); box-shadow: 0 0 0 3px #9b6d3217; }
.password-field { position: relative; }
.password-field input { padding-right: 58px; }
.password-toggle { position: absolute; right: 4px; top: 4px; width: 42px; height: 42px; display: grid; place-items: center; border: 0; background: transparent; color: var(--muted); cursor: pointer; }
.password-toggle:hover { color: var(--ink); }
.password-toggle:focus-visible { outline: 2px solid var(--brass); outline-offset: -2px; }
.password-toggle svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.password-toggle .password-slash { opacity: 0; }
.password-toggle.is-visible .password-slash { opacity: 1; }
.login-error { margin: 12px 0 0; color: var(--burgundy); font-size: 13px; line-height: 1.45; }
.login-actions { margin-top: 26px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.lightbox-dialog { width: min(1280px, calc(100% - 28px)); height: min(900px, calc(100vh - 28px)); max-height: calc(100vh - 28px); overflow: hidden; background: #10110f; color: #fff; }
.lightbox-dialog figure { width: 100%; height: 100%; margin: 0; padding: 38px 70px 48px; display: grid; grid-template-rows: minmax(0, 1fr) auto; gap: 14px; }
.lightbox-dialog img { width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.lightbox-dialog figcaption { min-height: 20px; color: #ffffffb8; text-align: center; font-size: 13px; }
.lightbox-close, .lightbox-arrow { position: absolute; z-index: 3; border: 1px solid #ffffff55; border-radius: 50%; background: #10110fbf; color: #fff; cursor: pointer; }
.lightbox-close { top: 14px; right: 16px; width: 42px; height: 42px; font-family: var(--serif); font-size: 28px; line-height: 1; }
.lightbox-arrow { top: 50%; width: 48px; height: 48px; font-family: var(--serif); font-size: 38px; line-height: .8; transform: translateY(-50%); }
.lightbox-prev { left: 14px; }
.lightbox-next { right: 14px; }
.lightbox-arrow[hidden] { display: none; }
.toast { position: fixed; z-index: 50; left: 50%; bottom: 24px; padding: 12px 18px; border-radius: 999px; background: var(--dark); color: #fff; font-size: 13px; transform: translate(-50%, 150%); opacity: 0; transition: transform .25s, opacity .25s; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }
.mobile-add { display: none; position: fixed; z-index: 18; right: 16px; bottom: 16px; box-shadow: 0 10px 30px #0003; }

@media (max-width: 1200px) {
  .camera-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 64px; }
  .hero-stats { grid-template-columns: repeat(3, 1fr); }
  .hero-stats span { display: grid; }
  .story-copy { column-count: 1; column-rule: 0; }
  .toolbar { grid-template-columns: 1fr 1fr; }
  .search-field { grid-column: span 2; }
  .camera-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .spec-list { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .site-header { min-height: 68px; padding: 11px 16px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-mark img { height: 40px; }
  .brand small, .private-badge, .header-actions .button { display: none; }
  .admin-bar { align-items: start; padding: 10px 16px; font-size: 12px; }
  .hero { min-height: 390px; padding: 58px 20px 36px; }
  .hero-title-row { grid-template-columns: 96px minmax(0, 1fr); gap: 12px; }
  .hero-title-row h1 { font-size: clamp(34px, 10.5vw, 46px); }
  .hero-camera { height: 132px; }
  .hero-stats { min-width: 0; gap: 8px; }
  .hero-stats span { gap: 4px; font-size: 9px; }
  .hero-stats strong { font-size: 22px; }
  .collection-story { padding: 54px 20px 58px; gap: 28px; }
  .story-heading h2 { margin-bottom: 0; }
  .story-copy p, .story-copy p:first-child { font-size: 17px; }
  .catalog { padding: 48px 16px 64px; }
  .catalog-heading { align-items: start; }
  .catalog-meta { display: grid; justify-items: end; gap: 7px; }
  .toolbar { grid-template-columns: 1fr; }
  .search-field { grid-column: auto; }
  .camera-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 10px; }
  .camera-copy h3 { font-size: 20px; }
  .camera-category { left: 8px; top: 8px; padding: 5px 7px; font-size: 8px; }
  .camera-visibility { right: 8px; top: 8px; padding: 5px 7px; font-size: 8px; }
  footer { display: grid; }
  .detail-body { padding: 44px 24px 34px; }
  .detail-thumbs { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lightbox-dialog figure { padding: 54px 14px 42px; }
  .lightbox-arrow { top: auto; bottom: 8px; width: 40px; height: 40px; }
  .spec-list { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .span-2 { grid-column: auto; }
  .gallery-editor-block { grid-column: auto; }
  .gallery-editor-heading { display: grid; gap: 4px; }
  .gallery-editor-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .editor-dialog form { padding-top: 30px; }
  .editor-head h2 { font-size: 32px; }
  .form-actions { align-items: stretch; flex-direction: column; }
  .record-actions, .form-actions-primary { width: 100%; }
  .record-actions .button, .form-actions-primary .button { flex: 1 1 auto; padding-inline: 12px; }
  .mobile-add { display: block; }
}

@media (max-width: 420px) {
  .site-header { padding-inline: 12px; }
  .brand { gap: 9px; }
  .brand strong { font-size: 16px; }
  .hero { padding-inline: 16px; }
  .hero-title-row { grid-template-columns: 76px minmax(0, 1fr); gap: 9px; }
  .hero-title-row h1 { font-size: clamp(30px, 9.5vw, 38px); }
  .hero-camera { height: 108px; }
  .collection-story { padding: 46px 16px 52px; }
  .catalog { padding-inline: 14px; }
  .catalog-heading { display: grid; }
  .catalog-meta { justify-items: start; }
  .camera-grid { grid-template-columns: 1fr; gap: 30px; }
  .camera-copy h3 { font-size: 24px; }
  .detail-body { padding: 44px 18px 34px; }
  .detail-thumbs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
