:root{--ink:#352b28;--wine:#754849;--paper:#fcfaf6}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:Georgia,serif}#login{display:grid;min-height:100vh;place-items:center;background:radial-gradient(circle at 20% 15%,#ead7d1,transparent 30%),radial-gradient(circle at 80% 85%,#dfe5dc,transparent 28%),var(--paper)}#login section{width:min(92%,30rem);padding:3rem;text-align:center;border:1px solid #ddcec5;background:#fff9;box-shadow:0 20px 60px #583b3220}p{font:600 .68rem Arial;letter-spacing:.18em;color:var(--wine)}h1,h2{margin:.8rem 0;font-size:clamp(3.5rem,9vw,7rem);font-weight:500;line-height:.82;letter-spacing:-.07em}h1 i{color:var(--wine);font-weight:400}form{text-align:left;margin-top:2rem}label{display:block;margin-bottom:.4rem;font:600 .75rem Arial}input,button{width:100%;padding:.9rem;border:1px solid #cdb9ae;background:#fff;font:1rem Arial}form button{margin-top:1rem;border:0;background:var(--wine);color:#fff;cursor:pointer}small{display:block;min-height:1.4rem;margin-top:.7rem;color:#a22b2b;text-align:center}header{position:relative;display:grid;min-height:52vh;place-items:center;overflow:hidden;text-align:center;background:#eee4dc}#hero{position:absolute;inset:0;background:center/cover no-repeat;filter:grayscale(100%);opacity:.55}#hero:after{position:absolute;inset:0;background:#fcfaf680;content:""}header>div:last-child{position:relative}header button,#back{width:auto;border:0;background:none;color:var(--wine);font-size:.75rem;font-weight:bold;cursor:pointer}.categories{display:grid;max-width:1100px;margin:auto;padding:4rem 1.2rem;gap:1.3rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.category{min-height:240px;padding:1.8rem;display:flex;align-items:flex-end;border:1px solid #dbcac0;background:linear-gradient(145deg,#f0ddd0,#fcf7ef);cursor:pointer}.category:nth-child(even){background:linear-gradient(145deg,#e0e6df,#fbfdf9)}.category h2{font-size:3rem;font-style:italic}#gallery{max-width:1300px;margin:auto;padding:3rem 1.2rem}#gallery h2{font-size:5rem}.photos{columns:1;column-gap:1rem}.photo{display:block;width:100%;break-inside:avoid;margin:0 0 1rem;padding:0;border:0;background:#e9dfd7}.photo img{width:100%;min-height:160px;object-fit:cover;cursor:zoom-in}dialog{width:100%;height:100%;max-width:none;max-height:none;margin:0;border:0;background:#181313ef;color:#fff}dialog img{display:block;max-width:92%;max-height:84vh;margin:4vh auto;object-fit:contain}dialog button{position:absolute;right:1rem;top:1rem;border:0;background:none;color:#fff;font-size:2.5rem}@media(min-width:700px){.photos{columns:2}}@media(min-width:1100px){.photos{columns:3}}
