﻿/* Authored composition: one book surface, with optional notes and mounted photos. */
.authored-album { display: grid; gap: clamp(1.6rem, 3vw, 3rem); min-width: 0; margin-block: 1.2rem 2rem; }
.album-block { min-width: 0; --album-paper: #edda8f; }
.album-tone-sage { --album-paper: #c7d7ae; }
.album-tone-sky { --album-paper: #bad6dd; }
.album-tone-rose { --album-paper: #e9b9a9; }
.album-tone-lilac { --album-paper: #cdc0dd; }
.album-block-copy { overflow-wrap: anywhere; line-height: 1.85; text-wrap: pretty; }
.album-block-copy > :first-child { margin-top: 0; }
.album-block-copy > :last-child { margin-bottom: 0; }
.album-block-time { display: inline-flex; gap: .35em; align-items: center; margin-right: .65em; font-size: .85em; font-weight: 700; color: var(--ink, #304d45); white-space: nowrap; }
.album-block-time svg { width: 1.1em; height: 1.1em; }
.album-block-note { background: url("../images/cotton-paper.4a7dde36049e.svg"), var(--album-paper); padding: clamp(1.25rem, 2.8vw, 2rem); width: min(100%, 42rem); box-sizing: border-box; box-shadow: 1px 4px 5px #3c423c24; border-radius: 1px 2px 4px 1px; }
.album-block-note.album-size-small { width: min(100%, 25rem); }
.album-block-note.album-size-wide { width: 100%; }
.album-block-note.album-align-left { margin-right: auto; transform: rotate(-.55deg); }
.album-block-note.album-align-right { margin-left: auto; transform: rotate(.5deg); }
.album-block-note.album-align-straight { margin-inline: auto; }
.album-block-passage { max-width: 76ch; }
.album-block-photo_text { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(1.25rem, 3vw, 3rem); align-items: center; }
.album-block-photo_text.album-align-left .album-block-photos { grid-column: 1; grid-row: 1; }
.album-block-photo_text.album-align-left .album-block-copy { grid-column: 2; grid-row: 1; }
.album-block-photos { display: flex; gap: clamp(.75rem, 2vw, 1.8rem); min-width: 0; align-items: flex-start; }
.album-authored-photo { flex: 1 1 0; min-width: 0; margin: 0; padding: .65rem .65rem .85rem; background: url("../images/cotton-paper.4a7dde36049e.svg"), var(--album-paper); box-shadow: 1px 4px 6px #35453426; position: relative; }
.album-authored-photo::before { content: ''; position: absolute; width: 22%; height: 1.15rem; background: #bfbc7c85; left: 39%; top: -.4rem; transform: rotate(-4deg); pointer-events: none; }
.album-authored-photo img { display: block; width: 100%; height: auto; max-height: 32rem; object-fit: cover; }
.album-authored-photo figcaption { padding: .75rem .35rem .1rem; font-size: .85rem; line-height: 1.6; color: #304d45; }
.album-block-photos .album-authored-photo:nth-child(2) { margin-top: 1.6rem; transform: rotate(.55deg); }
.staff-preview-label { padding: .7rem 1rem; border: 1px dashed currentColor; font-size: .85rem; }
.travel-book .album-volume .detail-info-panel.detail-info-panel-authored { background: transparent; box-shadow: none; border: 0; border-radius: 0; padding-inline: 0; transform: none; grid-column: 1 / -1; }
.travel-book .album-volume .detail-info-panel.detail-info-panel-authored::before, .travel-book .album-volume .detail-info-panel.detail-info-panel-authored::after { display: none; }
@media (max-width: 680px) {
  .album-block-photo_text { grid-template-columns: 1fr; }
  .album-block-photo_text.album-align-left .album-block-photos, .album-block-photo_text.album-align-left .album-block-copy { grid-column: auto; grid-row: auto; }
  .album-block-photos { flex-direction: column; }
  .album-authored-photo { width: 100%; box-sizing: border-box; }
  .album-block-note { transform: none !important; }
  .album-block-photos .album-authored-photo:nth-child(2) { margin-top: .6rem; transform: none; }
}
@media (prefers-reduced-motion: reduce) { .album-block, .album-authored-photo { scroll-behavior: auto; } }
