@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Playfair+Display:wght@500;600&display=swap";*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:#171717;background:#fff;margin:0;font-family:DM Sans,sans-serif}.app{min-height:100vh}.topbar{z-index:20;background:#fff;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;height:74px;padding:0 4vw;display:flex;position:sticky;top:0}.wordmark{letter-spacing:.22em;font-size:14px;font-weight:600}.top-actions{align-items:center;gap:10px;display:flex}.icon-btn,.favorites-count{cursor:pointer;color:#222;background:0 0;border:0;align-items:center;gap:7px;display:flex}.hero{color:#fff;text-align:center;background-position:50%;background-size:cover;place-items:center;min-height:72vh;padding:40px;display:grid}.hero-content{max-width:860px}.eyebrow{letter-spacing:.28em;margin-bottom:20px;font-size:11px;font-weight:600}.eyebrow.dark{color:#777}.hero h1{margin:0 0 12px;font-family:Playfair Display,serif;font-size:clamp(48px,7vw,88px);font-weight:500}.hero p{letter-spacing:.08em;margin-bottom:32px;font-size:15px}.hero-btn{color:#fff;text-transform:uppercase;letter-spacing:.14em;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff14;border:1px solid #ffffffd9;padding:13px 24px;font-size:11px}.gallery-shell{max-width:1500px;margin:auto;padding:90px 4vw}.gallery-heading{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:42px;display:flex}.gallery-heading h2{margin:0;font-family:Playfair Display,serif;font-size:46px;font-weight:500}.filters{flex-wrap:wrap;gap:22px;display:flex}.filters button{text-transform:uppercase;letter-spacing:.13em;color:#777;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #0000;padding:8px 0;font-size:10px}.filters .active{color:#111;border-bottom-color:#111}.grid{columns:3 320px;column-gap:16px}.photo-card{break-inside:avoid;background:#f3f3f3;margin-bottom:16px;position:relative;overflow:hidden}.photo-card img{cursor:zoom-in;width:100%;transition:transform .45s;display:block}.photo-card:hover img{transform:scale(1.015)}.photo-actions{opacity:0;gap:8px;transition:all .2s;display:flex;position:absolute;top:12px;right:12px}.photo-card:hover .photo-actions{opacity:1}.photo-actions button{cursor:pointer;background:#ffffffeb;border:0;border-radius:50%;place-items:center;width:38px;height:38px;display:grid}.photo-actions .selected{color:#b33}footer{color:#999;border-top:1px solid #eee;justify-content:space-between;padding:28px 4vw 50px;font-size:12px;display:flex}.lightbox{z-index:100;background:#0f0f0ffa;place-items:center;padding:70px;display:grid;position:fixed;inset:0}.lightbox img{object-fit:contain;max-width:88vw;max-height:76vh}.close,.nav{color:#fff;cursor:pointer;background:0 0;border:0;position:absolute}.close{top:22px;right:25px}.nav{top:50%}.nav.left{left:24px}.nav.right{right:24px}.lightbox-actions{gap:8px;display:flex;position:absolute;bottom:24px}.lightbox-actions button{color:#fff;cursor:pointer;background:#242424;border:1px solid #555;align-items:center;gap:8px;padding:10px 14px;display:flex}@media (width<=760px){.topbar{height:64px}.hero{min-height:62vh}.gallery-shell{padding:64px 18px}.gallery-heading{flex-direction:column;align-items:flex-start}.gallery-heading h2{font-size:38px}.grid{columns:2 150px;column-gap:8px}.photo-card{margin-bottom:8px}.filters{gap:15px}.lightbox{padding:60px 20px}.lightbox-actions{justify-content:center;width:calc(100% - 24px)}.lightbox-actions button{font-size:0}.lightbox-actions button svg{margin:0}footer{flex-direction:column;gap:7px}}.admin-shell{max-width:980px;margin:0 auto;padding:70px 24px}.admin-head h1{margin:0 0 30px;font-family:Playfair Display,serif;font-size:54px;font-weight:500}.admin-card{border:1px solid #e8e8e8;gap:20px;padding:32px;display:grid}.form-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.admin-card label{letter-spacing:.06em;gap:8px;font-size:12px;display:grid}.admin-card input,.admin-card select{width:100%;font:inherit;background:#fff;border:1px solid #d7d7d7;padding:12px}.admin-card .check{align-items:center;gap:10px;display:flex}.admin-card .check input{width:auto}.primary{color:#fff;text-transform:uppercase;letter-spacing:.12em;cursor:pointer;background:#171717;border:0;justify-self:start;padding:13px 20px;font-size:11px}.result{background:#f5f5f5;padding:16px;overflow:auto}@media (width<=700px){.form-grid{grid-template-columns:1fr}.admin-card{padding:20px}.admin-head h1{font-size:42px}}
