:root{--gallery-bg:#fafafa;--gallery-surface:#fff;--gallery-text:#1a1a1a;--gallery-text-secondary:#666;--gallery-text-tertiary:#999;--gallery-border:#00000014;--gallery-border-strong:#0000001f;--gallery-accent:#1a1a1a;--gallery-accent-hover:#333;--gallery-overlay:#000000d9;--gallery-radius:8px;--gallery-radius-sm:4px;--gallery-transition:.2s cubic-bezier(.25,.1,.25,1);--gallery-font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}.gallery-layout{background:var(--gallery-bg);min-height:100vh;color:var(--gallery-text);font-family:var(--gallery-font);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.gallery-main{max-width:1600px;margin:0 auto;padding:100px 24px 60px}@media (max-width:768px){.gallery-main{padding:88px 16px 40px}}.gallery-header{z-index:100;background:var(--gallery-surface);border-bottom:1px solid var(--gallery-border);transition:border-color var(--gallery-transition);position:fixed;top:0;left:0;right:0}.gallery-header--scrolled{border-color:var(--gallery-border-strong)}.gallery-header__inner{justify-content:space-between;align-items:center;gap:16px;max-width:1600px;height:100%;margin:0 auto;padding:0 24px;display:flex}@media (max-width:768px){.gallery-header__inner{padding:0 16px}}.gallery-header__brand{flex-shrink:0}.gallery-header__logo{color:var(--gallery-text);opacity:.7;transition:opacity var(--gallery-transition)}.gallery-header__logo:hover{opacity:1}.gallery-header__title{text-align:center;letter-spacing:-.02em;color:var(--gallery-text);white-space:nowrap;text-overflow:ellipsis;flex:1;font-weight:500;overflow:hidden}.gallery-header__controls{flex-shrink:0;align-items:center;gap:12px;display:flex}.gallery-header__grid-toggle{background:var(--gallery-bg);border-radius:var(--gallery-radius-sm);gap:2px;padding:2px;display:flex}.gallery-header__grid-btn{width:28px;height:28px;color:var(--gallery-text-tertiary);border-radius:var(--gallery-radius-sm);cursor:pointer;transition:all var(--gallery-transition);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.gallery-header__grid-btn:hover{color:var(--gallery-text-secondary)}.gallery-header__grid-btn.active{background:var(--gallery-surface);color:var(--gallery-text);box-shadow:0 1px 2px #0000000f}.gallery-header__download-toggle{background:var(--gallery-bg);border-radius:var(--gallery-radius-sm);gap:2px;padding:2px;display:flex}.gallery-header__download{flex-direction:column;align-items:flex-end;gap:4px;display:flex}.gallery-header__download-note{color:var(--gallery-text-tertiary);letter-spacing:.02em;font-size:.6875rem;line-height:1}.gallery-header__quality-btn{color:var(--gallery-text-secondary);border-radius:var(--gallery-radius-sm);cursor:pointer;transition:all var(--gallery-transition);background:0 0;border:none;padding:6px 12px;font-size:.8125rem;font-weight:500}.gallery-header__quality-btn:hover{color:var(--gallery-text)}.gallery-header__quality-btn.active{background:var(--gallery-surface);color:var(--gallery-text);box-shadow:0 1px 2px #0000000f}@media (max-width:640px){.gallery-header__download-toggle,.gallery-header__download-note{display:none}}.gallery-hero{text-align:center;max-width:800px;margin:0 auto;padding:60px 24px 48px}.gallery-hero__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--gallery-text-tertiary);margin-bottom:16px;font-size:.75rem;font-weight:500}.gallery-hero__title{letter-spacing:-.03em;color:var(--gallery-text);margin-bottom:12px;font-size:clamp(2rem,5vw,3rem);font-weight:600;line-height:1.1}.gallery-hero__subtitle{color:var(--gallery-text-secondary);font-size:1.125rem;line-height:1.5}.gallery-hero-fullscreen{flex-direction:column;justify-content:flex-end;width:100%;height:100vh;min-height:600px;display:flex;position:relative;overflow:hidden}.gallery-hero-fullscreen__bg{z-index:0;position:absolute;inset:0}.gallery-hero-fullscreen__image{object-fit:cover;object-position:center;width:100%;height:100%}.gallery-hero-fullscreen__placeholder{background:linear-gradient(135deg,#2a2a2a 0%,#1a1a1a 100%);width:100%;height:100%}.gallery-hero-fullscreen__overlay{background:linear-gradient(#0000 0%,#0000001a 30%,#0000004d 60%,#000000b3 100%);position:absolute;inset:0}.gallery-hero-fullscreen__content{z-index:1;max-width:800px;padding:0 48px 80px;position:relative}@media (max-width:768px){.gallery-hero-fullscreen__content{padding:0 24px 60px}}.gallery-hero-fullscreen__eyebrow{letter-spacing:.15em;text-transform:uppercase;color:#fff9;margin-bottom:16px;font-size:.6875rem;font-weight:500}.gallery-hero-fullscreen__title{letter-spacing:-.03em;color:#fff;text-transform:uppercase;margin-bottom:8px;font-size:clamp(2.5rem,8vw,5rem);font-weight:300;line-height:1}.gallery-hero-fullscreen__subtitle{color:#ffffffb3;margin-bottom:32px;font-size:1rem;font-weight:400}.gallery-hero-fullscreen__cta{color:#fff;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;background:0 0;border:1px solid #fff6;padding:14px 28px;font-size:.75rem;font-weight:500;transition:all .3s;display:inline-block}.gallery-hero-fullscreen__cta:hover{background:#ffffff1a;border-color:#fff9}.gallery-hero-fullscreen__scroll{z-index:1;cursor:pointer;position:absolute;bottom:32px;right:48px}@media (max-width:768px){.gallery-hero-fullscreen__scroll{bottom:24px;right:24px}}.gallery-hero-fullscreen__scroll-line{background:linear-gradient(#0000 0%,#fff9 100%);width:1px;height:60px;animation:2s ease-in-out infinite scrollPulse}@keyframes scrollPulse{0%,to{opacity:.4;transform:scaleY(1)}50%{opacity:1;transform:scaleY(1.1)}}.photo-grid{transition:gap var(--gallery-transition);gap:8px;display:grid}.photo-grid--small{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:4px}.photo-grid--medium{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:8px}.photo-grid--large{grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:12px}@media (max-width:640px){.photo-grid--small{grid-template-columns:repeat(3,1fr)}.photo-grid--medium{grid-template-columns:repeat(2,1fr)}.photo-grid--large{grid-template-columns:1fr}}.photo-item{border-radius:var(--gallery-radius-sm);background:var(--gallery-border);cursor:pointer;position:relative;overflow:hidden}.photo-item__aspect{width:100%;padding-bottom:66.67%;position:relative}.photo-item__image{object-fit:cover;width:100%;height:100%;transition:transform var(--gallery-transition);position:absolute;inset:0}.photo-item:hover .photo-item__image{transform:scale(1.02)}.photo-item__overlay{opacity:0;transition:opacity var(--gallery-transition);background:linear-gradient(#0000 50%,#0006 100%);justify-content:center;align-items:flex-end;padding:16px;display:flex;position:absolute;inset:0}.photo-item:hover .photo-item__overlay{opacity:1}.photo-item__action{background:var(--gallery-surface);color:var(--gallery-text);border-radius:var(--gallery-radius);cursor:pointer;transition:transform var(--gallery-transition);border:none;padding:8px 16px;font-size:.8125rem;font-weight:500}.photo-item__action:hover{transform:scale(1.02)}.photo-item--skeleton .photo-item__aspect{background:linear-gradient(90deg,var(--gallery-border)0%,#0000000a 50%,var(--gallery-border)100%);background-size:200% 100%;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.lightbox{z-index:200;background:var(--gallery-overlay);cursor:zoom-out;flex-direction:column;display:flex;position:fixed;inset:0}.lightbox__header{z-index:10;-webkit-backdrop-filter:blur(10px);cursor:default;background:#00000038;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;height:64px;padding:0 20px;display:flex;position:absolute;top:0;left:0;right:0}.lightbox__close{color:#fff;cursor:pointer;width:40px;height:40px;transition:background var(--gallery-transition),border-color var(--gallery-transition),transform var(--gallery-transition);background:#ffffff14;border:1px solid #ffffff24;border-radius:50%;justify-content:center;align-items:center;display:flex}.lightbox__close:hover{background:#ffffff24;border-color:#ffffff38;transform:scale(1.02)}.lightbox__counter{color:#ffffffb8;letter-spacing:.01em;font-size:.875rem;font-weight:500}.lightbox__download{color:#1a1a1a;border-radius:var(--gallery-radius);cursor:pointer;transition:transform var(--gallery-transition),opacity var(--gallery-transition);background:#fff;border:none;align-items:center;gap:8px;padding:10px 16px;font-size:.875rem;font-weight:500;display:flex}.lightbox__download:hover{opacity:.9;transform:translateY(-1px)}.lightbox__content{cursor:default;flex:1;justify-content:center;align-items:center;padding:64px 60px;display:flex;position:relative}@media (max-width:768px){.lightbox__content{padding:64px 16px}}.lightbox__image-container{justify-content:center;align-items:center;max-width:100%;max-height:100%;display:flex;position:relative}.lightbox__image-skeleton{border-radius:var(--gallery-radius-sm);background:linear-gradient(90deg,#ffffff0f 0%,#ffffff1f 50%,#ffffff0f 100%) 0 0/200% 100%;animation:1.5s infinite shimmer;position:absolute;inset:0}.lightbox__image{object-fit:contain;border-radius:var(--gallery-radius-sm);max-width:100%;max-height:calc(100vh - 128px);box-shadow:0 12px 40px #00000059}.lightbox__nav{-webkit-backdrop-filter:blur(10px);color:#fff;cursor:pointer;width:48px;height:48px;transition:background var(--gallery-transition),border-color var(--gallery-transition),transform var(--gallery-transition);background:#ffffff14;border:1px solid #ffffff24;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.lightbox__nav:hover{background:#ffffff24;border-color:#ffffff38;transform:translateY(-50%)scale(1.02)}.lightbox__nav--prev{left:16px}.lightbox__nav--next{right:16px}@media (max-width:768px){.lightbox__nav{display:none}}.gallery-error{background:var(--gallery-bg);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.gallery-error__card{text-align:center;background:var(--gallery-surface);border-radius:var(--gallery-radius);max-width:400px;padding:48px 32px;box-shadow:0 1px 3px #0000000a}.gallery-error__icon{width:48px;height:48px;color:var(--gallery-text-tertiary);margin:0 auto 24px}.gallery-error__title{color:var(--gallery-text);margin-bottom:8px;font-size:1.25rem;font-weight:600}.gallery-error__message{color:var(--gallery-text-secondary);margin-bottom:24px;font-size:.9375rem;line-height:1.5}.gallery-error__action{background:var(--gallery-accent);color:#fff;border-radius:var(--gallery-radius);transition:background var(--gallery-transition);align-items:center;gap:8px;padding:12px 24px;font-size:.875rem;font-weight:500;text-decoration:none;display:inline-flex}.gallery-error__action:hover{background:var(--gallery-accent-hover)}.gallery-loading{background:var(--gallery-bg);flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:100vh;display:flex}.gallery-loading__spinner{border:2px solid var(--gallery-border);border-top-color:var(--gallery-text);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.gallery-loading__text{color:var(--gallery-text-secondary);font-size:.9375rem}.gallery-footer{text-align:center;border-top:1px solid var(--gallery-border);background:var(--gallery-surface);padding:40px 24px}.gallery-footer__inner{max-width:600px;margin:0 auto}.gallery-footer__text{color:var(--gallery-text-secondary);margin-bottom:8px;font-size:.875rem}.gallery-footer__contact{color:var(--gallery-text-tertiary);font-size:.8125rem}.gallery-footer__link{color:var(--gallery-text);transition:opacity var(--gallery-transition);text-decoration:none}.gallery-footer__link:hover{opacity:.7}.btn{border-radius:var(--gallery-radius);cursor:pointer;transition:all var(--gallery-transition);border:none;justify-content:center;align-items:center;gap:8px;padding:10px 20px;font-size:.875rem;font-weight:500;text-decoration:none;display:inline-flex}.btn-primary{background:var(--gallery-accent);color:#fff}.btn-primary:hover{background:var(--gallery-accent-hover)}.btn-secondary{background:var(--gallery-bg);color:var(--gallery-text);border:1px solid var(--gallery-border-strong)}.btn-secondary:hover{background:var(--gallery-border)}.gallery-section{background:var(--gallery-bg);min-height:100vh}.gallery-section__inner{max-width:1600px;margin:0 auto;padding:80px 24px 60px}@media (max-width:768px){.gallery-section__inner{padding:60px 16px 40px}}.gallery-section__empty{text-align:center;color:var(--gallery-text-tertiary);padding:60px 24px;font-size:.875rem}
