/* Zweck: blätterbarer DE-/EN-Fotobuch-Reader | Schicht: Content/Seitentyp | Ladende Seiten: beide Fotobücher */

.site-shell--fotobook{padding-top:clamp(.4rem,1vw,.75rem)}
.fotobook-page{color:var(--amg-ink);font-family:var(--book-sans)}
.fotobook-page .content__entry{width:100%;max-width:none;margin:0;padding:0 var(--site-content-inset-right) 2.35rem var(--site-content-inset-left)}
.fotobook-reader{display:grid;gap:1rem;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}
.fotobook-reader__layout{display:grid;grid-template-columns:minmax(180px,240px) minmax(0,1fr);gap:var(--book-gap,20px);align-items:start}
.fotobook-toc{position:sticky;top:1rem;display:grid;gap:.75rem;padding:1rem;border:1px solid rgba(15,119,119,.18);border-radius:8px;background:#eef9f7}
.fotobook-toc h2{margin:0;color:var(--amg-ink);font-family:var(--book-sans);font-size:1rem;font-weight:900}
.fotobook-toc nav{display:grid;gap:.35rem}
.fotobook-toc a{display:block;padding:.38rem .45rem;border-radius:6px;color:#174f5c;font-size:.84rem;font-weight:800;line-height:1.25;text-decoration:none}
.fotobook-toc a:hover,.fotobook-toc a:focus{background:#fff}
.fotobook-stage{min-width:0;scroll-margin-top:9rem;padding:20px clamp(12px,2.4vw,28px) clamp(18px,2.6vw,32px);border-radius:12px;background:radial-gradient(120% 80% at 50% 0,rgba(255,255,255,.42),rgba(255,255,255,0) 60%),linear-gradient(180deg,var(--site-desk-1) 0%,var(--site-desk-2) 55%,var(--site-desk-3) 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.55),inset 0 -26px 52px rgba(120,104,76,.16),var(--amg-shadow)}
.fotobook-stage__toolbar{display:grid;grid-template-columns:max-content minmax(0,1fr) max-content;gap:.75rem;align-items:center;margin-bottom:.85rem}
.fotobook-stage__toolbar--bottom{margin:.85rem 0 0}
.fotobook-button{display:inline-flex;align-items:center;justify-content:center;min-height:2.45rem;padding:.65rem .9rem;border:1px solid #123c41;border-radius:8px;background:#123c41;color:#fff;cursor:pointer;font-family:var(--book-sans);font-size:.86rem;font-weight:850;line-height:1.1;text-decoration:none}
.fotobook-button:disabled{cursor:not-allowed;opacity:.45}
.fotobook-button--secondary{background:#fff;color:#173f42}
.fotobook-select-label{display:grid;gap:.28rem;min-width:0;color:#506867;font-size:.78rem;font-weight:850}
.fotobook-select-label select{width:100%;min-height:2.45rem;padding:.5rem .65rem;border:1px solid rgba(15,119,119,.24);border-radius:8px;background:#fff;color:var(--amg-ink);font-family:var(--book-sans);font-size:.9rem}
.fotobook-frame{display:grid;gap:.65rem;margin:0;padding:clamp(.25rem,.6vw,.45rem);border:1px solid rgba(15,119,119,.18);border-radius:8px;background:#f7fbfa;box-shadow:0 12px 26px rgba(16,65,66,.1)}
.content__entry .fotobook-reader figure.fotobook-frame{margin:0}
.fotobook-frame__image-wrap{position:relative;overflow:hidden;border-radius:6px;background:#fff}
.fotobook-frame img{display:block;width:min(100%,950px);max-height:none;margin:0 auto;border-radius:6px;background:#fff;box-shadow:0 10px 24px rgba(16,65,66,.12);object-fit:contain}
.fotobook-overlay{position:absolute;right:clamp(.65rem,2vw,1.25rem);bottom:clamp(.65rem,2vw,1.25rem);left:clamp(.65rem,2vw,1.25rem);display:grid;gap:.28rem;max-width:38rem;padding:.85rem 1rem;border:1px solid rgba(15,119,119,.22);border-radius:8px;background:rgba(255,255,255,.94);box-shadow:0 12px 28px rgba(16,65,66,.18);color:#173f42;backdrop-filter:blur(8px)}
.fotobook-overlay[hidden]{display:none}
.fotobook-overlay p{margin:0}
.fotobook-overlay__kicker{color:var(--amg-orange);font-size:.7rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.fotobook-overlay strong{color:inherit;font-size:1rem;line-height:1.25}
.fotobook-overlay [data-fotobook-overlay-text]{font-size:.82rem;line-height:1.45}
.fotobook-frame figcaption{display:flex;justify-content:space-between;gap:1rem;color:#506867;font-size:.88rem;line-height:1.3}
.fotobook-noscript{display:grid;gap:1rem}
.fotobook-noscript figure{margin:0}
.fotobook-noscript img{display:block;width:min(100%,950px);margin:0 auto}

html[data-theme="dark"] .fotobook-toc,html[data-theme="dark"] .fotobook-frame,html[data-theme="dark"] .fotobook-button--secondary{background:var(--amg-paper);border-color:var(--amg-line);color:var(--amg-ink)}
html[data-theme="dark"] .fotobook-select-label,html[data-theme="dark"] .fotobook-frame figcaption{color:var(--amg-muted)}
html[data-theme="dark"] .fotobook-select-label select{background:var(--amg-paper);border-color:var(--amg-line);color:var(--amg-ink)}
html[data-theme="dark"] .fotobook-toc a:hover,html[data-theme="dark"] .fotobook-toc a:focus{background:var(--amg-mint-soft);color:var(--amg-ink)}
html[data-theme="dark"] .fotobook-frame__image-wrap,html[data-theme="dark"] .fotobook-overlay{background:var(--amg-paper);border-color:var(--amg-line);color:var(--amg-ink)}
html[data-theme="dark"] .fotobook-overlay__kicker{color:var(--book-accent-3)}

@media(max-width:760px){
  .fotobook-reader{padding:1rem}
  .fotobook-reader__layout{grid-template-columns:1fr}
  .fotobook-toc{position:static}
  .fotobook-toc nav{grid-template-columns:repeat(2,minmax(0,1fr))}
  .fotobook-stage__toolbar{grid-template-columns:1fr}
  .fotobook-button{width:100%}
  .fotobook-frame img{max-height:none}
}
