:root{--ink:#28312b;--muted:#68736c;--paper:#f5f0e6;--panel:#fffdf8;--line:#d8d2c6;--accent:#43594b}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Georgia,'Times New Roman',serif;line-height:1.55}header{position:sticky;top:0;z-index:4;display:flex;justify-content:space-between;align-items:center;padding:18px 7%;background:rgba(245,240,230,.96);border-bottom:1px solid var(--line)}.brand{font-size:1.35rem;font-style:italic}nav{display:flex;gap:24px}a{color:inherit;text-decoration:none}nav a:hover{text-decoration:underline}main{width:min(1120px,88%);margin:auto}.hero{padding:90px 0 65px;text-align:center}.hero h1{font-size:clamp(2.3rem,6vw,5.3rem);font-weight:400;line-height:1.02;margin:12px auto 22px;max-width:900px}.hero>p{max-width:680px;margin:0 auto 30px}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font:700 .72rem Arial,sans-serif;color:var(--muted)}.split{display:grid;grid-template-columns:1fr 1fr;gap:26px;margin-top:45px}.door,.card{background:var(--panel);border:1px solid var(--line);border-radius:14px;overflow:hidden;box-shadow:0 7px 22px rgba(50,50,40,.06)}.door{padding-bottom:20px;transition:.2s}.door:hover{transform:translateY(-3px)}.art{height:250px;display:grid;place-items:center;font-size:6rem;background:linear-gradient(145deg,#d7d1c5,#eee8dc)}.photoart{background:linear-gradient(145deg,#bdc7c1,#e6ddc8)}section:not(.hero){padding:70px 0;border-top:1px solid var(--line)}.sectionhead{display:flex;justify-content:space-between;align-items:end;gap:20px}.sectionhead h2,.about h2{font-size:2.5rem;font-weight:400;margin:4px 0 16px}input{padding:12px 14px;border:1px solid var(--line);border-radius:8px;background:var(--panel);min-width:240px}.chips{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 24px}.chip{border:1px solid var(--line);background:transparent;border-radius:999px;padding:7px 12px;cursor:pointer}.chip.active{background:var(--accent);color:white}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{cursor:pointer}.thumb{height:190px;display:grid;place-items:center;font-size:3rem;background:linear-gradient(135deg,#d8d0c1,#eee9df)}.photos .thumb{height:230px;background:linear-gradient(135deg,#bac7c4,#ded5c2)}.cardtext{padding:17px}.card h3{margin:0 0 5px;font-weight:400;font-size:1.35rem}.meta{font: .78rem Arial,sans-serif;color:var(--muted)}.about{max-width:760px}.note{padding:16px;border-left:3px solid var(--accent);background:rgba(255,255,255,.35)}footer{text-align:center;padding:35px;border-top:1px solid var(--line);color:var(--muted)}dialog{width:min(760px,90%);border:1px solid var(--line);border-radius:14px;background:var(--panel);padding:30px;color:var(--ink)}dialog::backdrop{background:rgba(30,35,31,.55)}.close{float:right;border:0;background:none;font-size:2rem;cursor:pointer}.player{width:100%;margin:12px 0}.tags{font: .82rem Arial,sans-serif;color:var(--muted)}@media(max-width:760px){header{align-items:flex-start;gap:15px;flex-direction:column}nav{gap:14px;flex-wrap:wrap}.split,.grid{grid-template-columns:1fr}.sectionhead{align-items:stretch;flex-direction:column}input{width:100%}.hero{padding-top:55px}.art{height:210px}}
nav a.active{font-weight:700;text-decoration:underline;text-underline-offset:5px}.collection{padding:75px 0;min-height:72vh}.collection .sectionhead h1,.standalone h1{font-size:clamp(2.5rem,5vw,4.3rem);font-weight:400;line-height:1.05;margin:4px 0 16px}.standalone{padding:85px 0;min-height:72vh}.standalone h2,.home-note h2{font-weight:400;font-size:2rem}.home-note{max-width:760px;margin:auto;text-align:center}.home-note p:last-child{max-width:620px;margin-left:auto;margin-right:auto}
.cardart{width:100%;aspect-ratio:1/1;object-fit:cover;display:block}.realart{width:min(100%,520px);aspect-ratio:1/1;object-fit:cover;display:block;margin:0 0 18px;border-radius:3px}.lyrics{line-height:1.75;white-space:normal;margin-top:10px}.player{width:100%;margin:8px 0 18px}

/* Photography keeps every original aspect ratio visible in the gallery. */
.imageframe{background:var(--panel)}
.photo-frame{height:300px;display:flex;align-items:center;justify-content:center;padding:12px;background:#f9f5ec}
.photo-cardart{width:100%;height:100%;aspect-ratio:auto;object-fit:contain;background:#f9f5ec}
.photo-full{width:100%;max-height:72vh;height:auto;aspect-ratio:auto;object-fit:contain;margin:0 auto 20px;background:#f9f5ec}
@media(max-width:760px){.photo-frame{height:360px}}

/* Large, consistent photography viewer. */
dialog.photo-modal{width:min(1180px,94vw);height:min(880px,92vh);max-width:none;max-height:none;padding:24px;overflow:hidden}
dialog.photo-modal #modalBody{height:100%;overflow:auto;padding-right:4px}
dialog.photo-modal .photo-full{display:block;width:100%;height:min(68vh,650px);max-height:none;object-fit:contain;margin:0 auto 16px;background:#f9f5ec}
dialog.photo-modal h2{margin-top:2px}
.photo-tags{margin-top:8px}
@media(max-width:760px){dialog.photo-modal{width:96vw;height:90vh;padding:18px}dialog.photo-modal .photo-full{height:58vh}}
.photo-nav{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:14px;margin:4px 0 14px;font: .82rem Arial,sans-serif;color:var(--muted)}
.photo-nav button{border:1px solid var(--line);background:var(--paper);color:var(--ink);border-radius:999px;padding:8px 14px;cursor:pointer}.photo-nav button:first-child{justify-self:start}.photo-nav button:last-child{justify-self:end}.photo-nav button:hover{background:#ebe4d8}
