@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap";:root{--background:#f7f7f3;--surface:#fff;--surface-strong:#1d2827;--surface-muted:#edf0ea;--foreground:#1d2827;--muted-foreground:#64716d;--primary:#d96c47;--primary-strong:#bd5131;--primary-foreground:#fff;--accent:#e8c87c;--border:#dce1da;--ring:#d96c47;--success:#276749;--destructive:#b64040;--shadow:0 18px 45px #1b27251f;--shadow-soft:0 10px 25px #1b272514;--radius-lg:1.5rem;--radius-md:1rem;--container:min(1180px, calc(100% - 48px))}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--background);min-width:320px;color:var(--foreground);margin:0;font-family:DM Sans,system-ui,sans-serif}button,input{font:inherit}button{cursor:pointer}button:focus-visible,input:focus-visible{outline:3px solid var(--ring);outline-offset:3px}img{max-width:100%;display:block}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.site-header{z-index:30;border-bottom:1px solid color-mix(in srgb, var(--border) 75%, transparent);background:color-mix(in srgb, var(--background) 90%, transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);position:sticky;top:0}.nav-wrap{width:var(--container);justify-content:space-between;align-items:center;gap:20px;min-height:76px;margin:0 auto;display:flex}.brand{color:var(--foreground);letter-spacing:-.04em;background:0 0;border:0;align-items:center;gap:10px;padding:0;font-size:1.2rem;font-weight:700;display:inline-flex}.brand-mark{width:34px;height:34px;color:var(--primary-foreground);background:var(--primary);box-shadow:0 7px 15px color-mix(in srgb, var(--primary) 30%, transparent);border-radius:10px;place-items:center;display:inline-grid}.desktop-nav{align-items:center;gap:6px;display:flex}.desktop-nav button,.mobile-nav button,.site-footer button{color:var(--muted-foreground);background:0 0;border:0;transition:color .18s,background .18s}.desktop-nav button{border-radius:9px;padding:9px 13px;font-size:.92rem}.desktop-nav button:hover,.mobile-nav button:hover,.site-footer button:hover{color:var(--foreground);background:var(--surface-muted)}.menu-button{border:1px solid var(--border);width:42px;height:42px;color:var(--foreground);background:var(--surface);border-radius:10px;padding:0;display:none}.mobile-nav{width:var(--container);border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-soft);border-radius:12px;margin:0 auto 14px;padding:8px;animation:.18s ease-out both drop-in;display:grid}.mobile-nav button{text-align:left;border-radius:8px;padding:12px}.hero-section{width:var(--container);background:var(--surface-strong);min-height:620px;color:var(--primary-foreground);border-radius:0 0 32px 32px;grid-template-columns:1fr minmax(270px,390px);align-items:center;gap:64px;margin:0 auto;padding:110px 8% 92px;display:grid;position:relative;overflow:hidden}.hero-orb{filter:blur(1px);opacity:.8;pointer-events:none;border-radius:999px;position:absolute}.hero-orb-one{background:color-mix(in srgb, var(--primary) 75%, transparent);width:430px;height:430px;top:-90px;right:-130px}.hero-orb-two{background:color-mix(in srgb, var(--accent) 55%, transparent);width:300px;height:300px;bottom:-220px;left:30%}.hero-content,.hero-frame{z-index:1;position:relative}.eyebrow{color:var(--primary);letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:7px;margin:0 0 18px;font-size:.72rem;font-weight:700;display:inline-flex}.hero-section .eyebrow{color:var(--accent)}.hero-content h1,.section-heading h2,.about-card h2{letter-spacing:-.05em;margin:0;font-family:Playfair Display,Georgia,serif;font-weight:700}.hero-content h1{max-width:630px;font-size:clamp(3rem,6vw,5.45rem);line-height:.96}.hero-copy{max-width:570px;color:color-mix(in srgb, var(--primary-foreground) 75%, transparent);margin:26px 0 32px;font-size:1.05rem;line-height:1.75}.hero-actions{flex-wrap:wrap;align-items:center;gap:24px;display:flex}.button{border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:9px;min-height:46px;padding:11px 18px;font-weight:700;transition:transform .18s,background .18s,box-shadow .18s;display:inline-flex}.button:hover{box-shadow:var(--shadow-soft);transform:translateY(-2px)}.button:active{transform:scale(.98)}.button-primary{color:var(--primary-foreground);background:var(--primary)}.button-primary:hover{background:var(--primary-strong)}.button-secondary{color:var(--foreground);border-color:var(--border);background:var(--surface)}.button-secondary:hover{background:var(--surface-muted)}.hero-stat{color:color-mix(in srgb, var(--primary-foreground) 70%, transparent);font-size:.88rem}.hero-stat strong{color:var(--primary-foreground);margin-right:4px;font-size:1.05rem}.hero-frame{border:10px solid color-mix(in srgb, var(--primary-foreground) 90%, transparent);max-width:365px;box-shadow:20px 24px 0 color-mix(in srgb, var(--primary) 55%, transparent), var(--shadow);justify-self:end;animation:.6s ease-out both float-in;transform:rotate(4deg)}.hero-frame img{aspect-ratio:4/5;object-fit:cover;width:100%}.hero-frame-label{color:var(--foreground);background:var(--surface);letter-spacing:.04em;text-transform:uppercase;justify-content:space-between;gap:12px;padding:12px 14px;font-size:.76rem;font-weight:700;display:flex}.hero-frame-label span{color:var(--primary)}.gallery-section,.about-section{width:var(--container);margin:0 auto;padding:112px 0}.section-heading{justify-content:space-between;align-items:end;gap:32px;margin-bottom:35px;display:flex}.section-heading h2,.about-card h2{font-size:clamp(2.25rem,4vw,3.65rem);line-height:1.03}.section-summary{max-width:345px;color:var(--muted-foreground);margin:0;line-height:1.65}.gallery-controls{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-soft);justify-content:space-between;align-items:center;gap:22px;padding:16px;display:flex}.filter-list{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.filter-button{min-height:38px;color:var(--muted-foreground);background:0 0;border:1px solid #0000;border-radius:8px;align-items:center;gap:6px;padding:8px 12px;font-size:.86rem;font-weight:600;transition:color .18s,background .18s,transform .18s;display:inline-flex}.filter-button:hover{color:var(--foreground);background:var(--surface-muted);transform:translateY(-1px)}.filter-button.is-active{color:var(--primary-foreground);background:var(--foreground)}.search-field{border:1px solid var(--border);width:min(100%,270px);min-height:42px;color:var(--muted-foreground);background:var(--background);border-radius:9px;align-items:center;gap:10px;padding:0 12px;display:flex}.search-field:focus-within{border-color:var(--ring);box-shadow:0 0 0 3px color-mix(in srgb, var(--ring) 20%, transparent)}.search-field input{width:100%;color:var(--foreground);background:0 0;border:0;outline:0;font-size:.9rem}.search-field input::placeholder{color:var(--muted-foreground)}.gallery-status{color:var(--muted-foreground);justify-content:space-between;align-items:center;gap:12px;padding:24px 2px 18px;font-size:.9rem;display:flex}.gallery-status strong{color:var(--foreground)}.gallery-status button{color:var(--primary-strong);background:0 0;border:0;align-items:center;gap:4px;padding:4px 0;font-size:.85rem;font-weight:700;display:inline-flex}.gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.image-card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);box-shadow:0 2px 0 color-mix(in srgb, var(--foreground) 3%, transparent);animation:.4s ease-out both card-in;animation-delay:calc(var(--card-index) * 45ms);transition:transform .22s,box-shadow .22s;overflow:hidden}.image-card:hover{box-shadow:var(--shadow);transform:translateY(-5px)}.image-view-button{background:var(--surface-muted);border:0;width:100%;padding:0;position:relative;overflow:hidden}.image-card-landscape .image-view-button{aspect-ratio:4/3}.image-card-portrait .image-view-button{aspect-ratio:4/5}.image-card-square .image-view-button{aspect-ratio:1}.image-view-button img{object-fit:cover;width:100%;height:100%;transition:transform .4s cubic-bezier(.2,.7,.2,1)}.image-card:hover .image-view-button img,.image-view-button:focus-visible img{transform:scale(1.07)}.image-overlay{opacity:0;color:var(--primary-foreground);background:linear-gradient(180deg, transparent 25%, color-mix(in srgb, var(--surface-strong) 78%, transparent));place-items:center;transition:opacity .22s;display:grid;position:absolute;inset:0}.image-card:hover .image-overlay,.image-view-button:focus-visible .image-overlay{opacity:1}.view-pill{background:color-mix(in srgb, var(--surface) 93%, transparent);color:var(--foreground);border-radius:999px;align-items:center;gap:8px;padding:10px 13px;font-size:.83rem;font-weight:700;transition:transform .22s;display:inline-flex;transform:translateY(8px)}.image-card:hover .view-pill,.image-view-button:focus-visible .view-pill{transform:translateY(0)}.card-details{justify-content:space-between;align-items:center;gap:12px;min-height:88px;padding:16px;display:flex}.card-category{color:var(--primary-strong);letter-spacing:.11em;text-transform:uppercase;margin:0 0 5px;font-size:.7rem;font-weight:700}.card-details h3{letter-spacing:-.025em;margin:0;font-size:1rem}.favorite-button{border:1px solid var(--border);width:38px;height:38px;color:var(--muted-foreground);background:var(--surface);border-radius:50%;flex:none;place-items:center;transition:color .18s,background .18s,transform .18s;display:grid}.favorite-button:hover{color:var(--primary-foreground);background:var(--primary);border-color:var(--primary);transform:scale(1.07)}.favorite-button.is-favorite{color:var(--primary-foreground);border-color:var(--primary);background:var(--primary)}.image-fallback,.lightbox-fallback{width:100%;height:100%;color:var(--muted-foreground);background:var(--surface-muted);place-content:center;justify-items:center;gap:10px;font-size:.86rem;display:grid}.gallery-skeletons{pointer-events:none}.skeleton-card{border-radius:var(--radius-md);background:linear-gradient(105deg, var(--surface-muted) 35%, var(--surface) 50%, var(--surface-muted) 65%);background-size:200% 100%;min-height:330px;animation:1.4s infinite shimmer}.empty-state{text-align:center;border:1px dashed var(--border);border-radius:var(--radius-lg);background:var(--surface);justify-items:center;max-width:520px;margin:25px auto 0;padding:54px 30px;display:grid}.empty-icon{width:58px;height:58px;color:var(--primary);background:color-mix(in srgb, var(--primary) 12%, var(--surface));border-radius:50%;place-items:center;margin-bottom:15px;display:grid}.empty-state h3{margin:0;font-size:1.2rem}.empty-state p{max-width:360px;color:var(--muted-foreground);margin:10px 0 22px;line-height:1.6}.about-section{border-top:1px solid var(--border);grid-template-columns:1.05fr 1fr;gap:62px;display:grid}.about-card p:not(.eyebrow){max-width:570px;color:var(--muted-foreground);margin:23px 0 0;line-height:1.75}.about-points{gap:26px;display:grid}.about-points>div{border-bottom:1px solid var(--border);padding-bottom:25px}.about-points>div:last-child{border-bottom:0}.about-points span{color:var(--primary);letter-spacing:.1em;font-size:.75rem;font-weight:700}.about-points h3{margin:8px 0;font-size:1.02rem}.about-points p{color:var(--muted-foreground);margin:0;font-size:.92rem;line-height:1.6}.site-footer{color:color-mix(in srgb, var(--primary-foreground) 75%, transparent);background:var(--surface-strong);padding:65px max(24px,50% - 590px) 24px}.footer-grid{grid-template-columns:1.5fr .7fr .7fr;gap:48px;padding-bottom:50px;display:grid}.footer-brand{color:var(--primary-foreground)}.site-footer p{max-width:270px;margin:16px 0 0;font-size:.92rem;line-height:1.6}.site-footer h2{color:var(--primary-foreground);margin:3px 0 13px;font-size:.88rem}.site-footer div>button:not(.brand){border-radius:6px;margin-left:-8px;padding:6px 8px;display:block}.site-footer button:hover{color:var(--primary-foreground);background:color-mix(in srgb, var(--primary-foreground) 10%, transparent)}.footer-bottom{border-top:1px solid color-mix(in srgb, var(--primary-foreground) 16%, transparent);justify-content:space-between;gap:20px;padding-top:22px;font-size:.8rem;display:flex}.lightbox-backdrop{z-index:50;background:color-mix(in srgb, var(--surface-strong) 88%, transparent);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);place-items:center;padding:24px;animation:.18s ease-out both fade-in;display:grid;position:fixed;inset:0}.lightbox{grid-template-columns:58px minmax(0,1fr) 58px;align-items:center;gap:14px;width:min(1120px,100%);animation:.2s ease-out both scale-in;display:grid;position:relative}.lightbox-content{border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow);overflow:hidden}.lightbox-content>img,.lightbox-fallback{object-fit:contain;background:var(--surface-muted);width:100%;min-height:280px;max-height:min(68vh,680px)}.lightbox-caption{justify-content:space-between;align-items:center;gap:20px;padding:18px 22px;display:flex}.lightbox-caption p{color:var(--primary-strong);letter-spacing:.08em;text-transform:uppercase;margin:0 0 5px;font-size:.72rem;font-weight:700}.lightbox-caption h2{letter-spacing:-.035em;margin:0;font-size:1.3rem}.lightbox-caption span{max-width:610px;color:var(--muted-foreground);margin-top:7px;font-size:.89rem;line-height:1.45;display:block}.lightbox-close,.lightbox-nav{border:1px solid color-mix(in srgb, var(--primary-foreground) 32%, transparent);width:46px;height:46px;color:var(--primary-foreground);background:color-mix(in srgb, var(--surface-strong) 48%, transparent);border-radius:50%;place-items:center;transition:background .18s,transform .18s;display:grid}.lightbox-close:hover,.lightbox-nav:hover{background:var(--primary);transform:scale(1.06)}.lightbox-close{z-index:1;position:absolute;top:-58px;right:0}.toast-region{z-index:60;gap:10px;width:min(360px,100% - 40px);display:grid;position:fixed;bottom:20px;right:20px}.toast{border:1px solid var(--border);background:var(--surface);min-height:54px;box-shadow:var(--shadow);border-radius:12px;grid-template-columns:28px 1fr 28px;align-items:center;gap:9px;padding:10px 10px 10px 13px;animation:.2s ease-out both toast-in;display:grid}.toast>span{place-items:center;display:grid}.toast-success>span{color:var(--success)}.toast-error>span{color:var(--destructive)}.toast-info>span{color:var(--primary)}.toast p{margin:0;font-size:.87rem;font-weight:600}.toast button{width:28px;height:28px;color:var(--muted-foreground);background:0 0;border:0;border-radius:6px;place-items:center;padding:0;display:grid}.toast button:hover{color:var(--foreground);background:var(--surface-muted)}@keyframes float-in{0%{opacity:0;transform:translateY(20px)rotate(4deg)}to{opacity:1;transform:translateY(0)rotate(4deg)}}@keyframes card-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes scale-in{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}@keyframes toast-in{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}@keyframes drop-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (width<=900px){.hero-section{gap:35px;min-height:540px;padding:80px 7% 65px}.hero-frame{max-width:280px}.gallery-controls{flex-direction:column;align-items:stretch}.search-field{width:100%}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-section{grid-template-columns:1fr;gap:44px}}@media (width<=700px){:root{--container:min(100% - 32px, 1180px)}.desktop-nav{display:none}.menu-button{place-items:center;display:grid}.hero-section{border-radius:0 0 24px 24px;grid-template-columns:1fr;min-height:auto;padding:74px 8% 44px}.hero-frame{justify-self:center;width:min(280px,72%);margin-top:8px}.section-heading{flex-direction:column;align-items:start;gap:16px}.section-summary{max-width:490px}.filter-list{gap:6px}.gallery-section,.about-section{padding:76px 0}.footer-grid{grid-template-columns:1fr 1fr;gap:36px}.footer-grid>div:first-child{grid-column:1/-1}.lightbox{grid-template-columns:1fr;gap:12px}.lightbox-content{grid-row:1}.lightbox-nav{z-index:2;position:absolute;top:calc(50% - 24px)}.lightbox-prev{left:10px}.lightbox-next{right:10px}.lightbox-close{top:-54px;right:0}}@media (width<=480px){.nav-wrap{min-height:66px}.hero-content h1{font-size:clamp(2.7rem,15vw,4rem)}.hero-copy{margin:20px 0 26px;font-size:.98rem}.hero-actions{flex-direction:column;align-items:start;gap:16px}.gallery-grid{grid-template-columns:1fr;gap:18px}.image-card-portrait .image-view-button,.image-card-landscape .image-view-button{aspect-ratio:4/3}.filter-button{padding:7px 10px}.gallery-controls{padding:12px}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.footer-bottom{flex-direction:column;align-items:start}.lightbox-backdrop{padding:16px}.lightbox-caption{flex-direction:column;align-items:start;padding:16px}.lightbox-caption .button{width:100%}.lightbox-content>img{min-height:240px;max-height:57vh}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
