@font-face {
  font-family: "Dancing Script";
  src: url("/assets/dancing-script-medium-ed0c2637.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

:root { color-scheme: light; --paper: #f6f2e9; --ink: #302e28; --muted: #706a5f; --line: #d7d0c2; --accent: #6b4030; }
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background-color: var(--paper); background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%23706652' opacity='.035' filter='url(%23n)' d='M0 0h180v180H0z'/%3E%3C/svg%3E"); font: 18px/1.65 Georgia, 'Times New Roman', serif; }
a { color: inherit; text-underline-offset: .2em; text-decoration-thickness: 1px; }
a:hover { color: var(--accent); }
:focus-visible { outline: 3px solid #8c5936; outline-offset: 5px; }
.site-header, .site-topics, main, .site-footer { width: min(100% - 48px, 1000px); margin-inline: auto; }
.site-header { display: grid; grid-template-columns: 1fr minmax(0, 300px) 1fr; align-items: center; gap: 24px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.wordmark { font-size: 25px; text-decoration: none; letter-spacing: -.05em; }
nav { display: flex; gap: 24px; flex-wrap: wrap; }
.site-header nav { font-size: 15px; justify-content: flex-end; }
main { min-height: 65vh; padding-block: 32px 64px; }
.site-footer { border-top: 1px solid var(--line); padding-block: 24px 40px; font-size: 14px; color: var(--muted); }
h1, h2, h3 { font-weight: 400; line-height: 1.12; text-wrap: balance; }
h1 { font-size: clamp(38px, 6vw, 62px); letter-spacing: -.045em; margin: 14px 0 24px; }
h2 { font-size: 32px; letter-spacing: -.025em; margin: 12px 0; }
p { margin: 0 0 20px; }
img { max-width: 100%; height: auto; display: block; }
figure { margin: 24px 0; }
figcaption { color: var(--muted); font-size: 15px; padding-top: 12px; line-height: 1.5; }
figcaption small { display: block; margin-top: 4px; }
.eyebrow, .tags, label, legend, button, input[type=submit], .button, .workspace-nav, .hint { font-family: system-ui, sans-serif; }
.eyebrow { text-transform: uppercase; letter-spacing: .12em; font-size: 11px; color: var(--muted); margin-bottom: 10px; }
.camera-ornament { width: 100%; margin: 0; opacity: .85; }
.portfolio-heading > p:last-child { color: var(--muted); }
.tags { font-size: 12px; gap: 16px; color: var(--muted); }
.site-topics { font-family: "Dancing Script", cursive; font-size: 23px; font-weight: 500; line-height: 1.5; color: var(--ink); justify-content: center; border-bottom: 1px solid var(--line); padding: 16px 0; }
.feed-entry { display: flow-root; padding: 40px 0; border-bottom: 1px solid var(--line); }
.feed-entry h1 a, .feed-entry h2 a { text-decoration: none; }
.feed-image { width: 36%; float: right; margin: 0 0 20px 40px; }
.feed-entry > div { max-width: 620px; }
.feed-entry p { font-size: 17px; }
.feed-entry .eyebrow { font-size: 11px; }
.featured-entry { padding: 32px 0 56px; }
.featured-entry:has(.feed-image) { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 40px; }
.featured-entry > a, .featured-entry > .feed-image { grid-column: 2; grid-row: 1; }
.featured-entry > div { grid-column: 1; grid-row: 1; }
.featured-entry .feed-image { float: none; width: 100%; margin: 0; }
.featured-entry h1 { font-size: clamp(38px, 4.8vw, 54px); }
.featured-entry p:not(.eyebrow) { font-size: 20px; }
.post-heading { text-align: center; margin: 24px auto 40px; max-width: 820px; }
.post-heading .tags { justify-content: center; }
.prose, .subtitle { max-width: 680px; margin-inline: auto; font-size: 20px; line-height: 1.85; }
.subtitle { color: var(--muted); font-style: italic; margin-bottom: 24px; }
.prose a { color: var(--accent); }
.prose blockquote { margin-inline: 0; padding-left: 24px; border-left: 2px solid var(--line); }
.prose pre { overflow-x: auto; font-size: 15px; padding: 16px; background: #e9e3d8; }
.article > .photograph { max-width: 850px; margin: 36px auto; }
.album-photographs .photograph { margin: 48px auto 72px; }
.album-photographs img { max-height: 1000px; margin-inline: auto; }
.portfolio-heading { margin: 20px 0 50px; }
.portfolio-grid { columns: 2; column-gap: 36px; }
.portfolio-grid figure { break-inside: avoid; margin: 0 0 40px; }
.back-link { margin-top: 60px; font-size: 15px; }
.empty-state { text-align: center; padding: 65px 15px; color: var(--muted); font-style: italic; }
.narrow { max-width: 540px; margin: 35px auto; }
label { display: block; margin: 22px 0 7px; font-size: 14px; }
input:not([type=checkbox], [type=submit]), textarea, select { width: 100%; padding: 12px; border: 1px solid #a99e8c; border-radius: 3px; background: #fffdf8; font: inherit; color: var(--ink); }
textarea { resize: vertical; }
button, input[type=submit], .button { display: inline-block; background: var(--ink); color: #fffdf8; border: 1px solid var(--ink); border-radius: 3px; padding: 11px 18px; font-size: 14px; line-height: 1.5; cursor: pointer; text-decoration: none; }
button:hover, input[type=submit]:hover, .button:hover { background: #51483d; color: white; }
.secondary { background: transparent; color: var(--ink); }
.danger { background: #7e302c; border-color: #7e302c; }
input[type=submit] { margin-top: 24px; }
.checkbox { display: flex; align-items: center; gap: 10px; }
input[type=checkbox] { width: 20px; height: 20px; }
.hint { font-size: 13px; color: var(--muted); margin-top: 10px; }
.notice, .alert { border-left: 3px solid #6d7656; padding: 14px 18px; background: #e8ebdf; }
.alert { background: #f1e3dc; border-color: #a74835; }
.workspace-nav { border-bottom: 1px solid var(--line); padding-bottom: 20px; margin-bottom: 30px; align-items: center; font-size: 13px; gap: 20px; }
.workspace-nav form { margin-left: auto; }
.workspace-nav button { padding: 6px 12px; font-size: 12px; }
.actions { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; margin: 24px 0; }
.desk-entry { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.desk-entry h2 { font-size: 26px; }
.metadata-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; }
.library-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 32px; margin-top: 32px; }
.library-grid img { max-height: 260px; object-fit: contain; object-position: left; margin-bottom: 12px; }
.library-grid p { font-size: 15px; }
.photo-library, .publishing { border-top: 1px solid var(--line); padding-top: 30px; margin-top: 45px; }
.order-row { display: flex; gap: 16px; align-items: center; margin-block: 16px; }
.order-row img { width: 90px; max-height: 100px; object-fit: contain; }
.order-row label { margin: 0; flex: 1; }
.order-row input { max-width: 90px; }
fieldset { border: 1px solid var(--line); margin-top: 28px; padding: 20px; }
legend { font-size: 14px; }
trix-editor { background: #fffdf8; min-height: 300px; padding: 20px; }
trix-toolbar .trix-button-group--file-tools { display: none; }
.insert-photo { margin: 4px; font-size: 12px; }
.secret { overflow-wrap: anywhere; }
.recovery-codes { columns: 2; list-style: none; padding: 0; }
.skip-link { position: absolute; top: -100px; left: 20px; z-index: 10; background: white; padding: 10px; }
.skip-link:focus { top: 10px; }
.viewer-open { overflow: hidden; }
.photo-viewer { position: fixed; inset: 0; width: 100vw; max-width: none; height: 100dvh; max-height: none; padding: 75px 40px 85px; border: 0; background: #292722; color: #fff; }
.photo-viewer[open] { display: flex; justify-content: center; align-items: center; }
.photo-viewer::backdrop { background: #292722; }
.photo-viewer figure { margin: 0; text-align: center; }
.photo-viewer img { max-width: calc(100vw - 80px); max-height: calc(100dvh - 220px); object-fit: contain; border: 16px solid #fff; margin: auto; background: white; }
.photo-viewer figcaption { color: #eee9df; max-width: 800px; margin: auto; }
.viewer-close { position: absolute; right: 24px; top: 18px; }
.viewer-navigation { position: absolute; bottom: 20px; display: flex; gap: 24px; align-items: center; }
.viewer-navigation span { font: 14px system-ui, sans-serif; }
.photo-viewer button { background: transparent; border-color: #aaa397; }
@media (max-width: 700px) {
  body { font-size: 17px; }
  .site-header, .site-topics, main, .site-footer { width: calc(100% - 32px); }
  .site-header { grid-template-columns: auto minmax(0, 1fr) auto; gap: 10px; padding-block: 20px; }
  .wordmark { font-size: 21px; }
  .site-header nav { font-size: 14px; }
  .site-header nav { gap: 16px; }
  main { padding-top: 24px; }
  .featured-entry:has(.feed-image) { display: flex; flex-direction: column; align-items: stretch; gap: 24px; }
  .featured-entry { padding: 16px 0 36px; }
  .featured-entry > div { order: -1; }
  .feed-image { float: none; width: 100%; margin: 0 0 24px; }
  .portfolio-grid { columns: 1; }
  .prose, .subtitle { font-size: 18px; }
  .metadata-fields { grid-template-columns: 1fr; }
  .workspace-nav form { margin-left: 0; }
  .photo-viewer { padding-inline: 12px; }
  .photo-viewer img { max-width: calc(100vw - 24px); border-width: 10px; }
  .photo-viewer figcaption { font-size: 13px; }
  .viewer-navigation { gap: 14px; }
  .viewer-navigation button { padding: 10px; }
  .recovery-codes { columns: 1; }
}

.photograph > a { display: block; }
.prose .trix-content { line-height: 1.85; }
.prose .trix-content .photograph { margin: 28px 0; }
.prose .trix-content figcaption { padding-top: 12px; }
trix-editor:focus-visible, trix-toolbar .trix-button:focus-visible { outline: 3px solid #8c5936; outline-offset: 3px; }

.portfolio-grid img, .article .photograph img { width: 100%; }
