@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=DM+Sans:wght@400;500;600&display=swap";*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.5;background-color:#f8f7f4;color:#1a1a1a;min-height:100vh}#root{width:100%;min-height:100vh}img{display:block;max-width:100%}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f8f7f4}::-webkit-scrollbar-thumb{background:#d0cec9;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#b0aea9}::selection{background-color:#2d2d2d;color:#f8f7f4}.gallery{--color-bg: #f8f7f4;--color-bg-alt: #f0eeea;--color-text: #1a1a1a;--color-text-muted: #6b6b6b;--color-text-light: #999999;--color-accent: #2d2d2d;--color-border: #e0ded9;--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;--space-xs: .5rem;--space-sm: 1rem;--space-md: 2rem;--space-lg: 4rem;--space-xl: 6rem;--space-2xl: 10rem;width:100%;min-height:100vh;background-color:var(--color-bg);color:var(--color-text)}.gallery__header{padding:var(--space-xl) var(--space-md);padding-bottom:var(--space-lg);text-align:center;max-width:800px;margin:0 auto}.gallery__subtitle{display:block;font-family:var(--font-body);font-size:.75rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:var(--space-sm)}.gallery__title{font-family:var(--font-display);font-size:clamp(2.5rem,6vw,4.5rem);font-weight:400;font-style:italic;line-height:1.1;margin:0;color:var(--color-text)}.gallery__header-line{width:60px;height:1px;background-color:var(--color-border);margin:var(--space-lg) auto 0}.gallery__items{display:flex;flex-direction:column}.gallery-item{display:grid;grid-template-columns:1fr 1fr;min-height:100vh;position:relative}.gallery-item--reversed{direction:rtl}.gallery-item--reversed>*{direction:ltr}.gallery-item__image-container{position:relative;overflow:hidden;background-color:var(--color-bg-alt)}.gallery-item__image-wrapper{position:absolute;inset:var(--space-md);overflow:hidden}.gallery-item__image{width:100%;height:100%;object-fit:cover;display:block}.gallery-item__content{display:flex;flex-direction:column;justify-content:center;padding:var(--space-xl);padding-left:var(--space-lg);padding-right:var(--space-lg);max-width:540px}.gallery-item--reversed .gallery-item__content{margin-left:auto}.gallery-item__index{font-family:var(--font-display);font-size:.875rem;color:var(--color-text-light);letter-spacing:.1em;margin-bottom:var(--space-md);display:block}.gallery-item__title{font-family:var(--font-display);font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:400;line-height:1.2;margin:0 0 var(--space-sm);color:var(--color-text)}.gallery-item__subtitle{display:block;font-family:var(--font-body);font-size:.75rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:var(--space-md)}.gallery-item__description{font-family:var(--font-body);font-size:1rem;line-height:1.7;color:var(--color-text-muted);margin:0;max-width:420px}.gallery-item__tags{display:flex;flex-wrap:wrap;gap:var(--space-xs);margin-top:var(--space-md)}.gallery-item__tag{font-family:var(--font-body);font-size:.6875rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-light);padding:.4em .8em;border:1px solid var(--color-border);border-radius:2px}.gallery__footer{padding:var(--space-xl) var(--space-md);text-align:center}.gallery__footer-line{width:60px;height:1px;background-color:var(--color-border);margin:0 auto var(--space-md)}.gallery__footer-text{font-family:var(--font-body);font-size:.75rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--color-text-light)}.gallery-item:nth-child(2n) .gallery-item__image-container{background-color:var(--color-bg)}.gallery-item:nth-child(2n){background-color:var(--color-bg-alt)}@media(max-width:1024px){.gallery-item__content{padding:var(--space-lg)}.gallery-item__image-wrapper{inset:var(--space-sm)}}@media(max-width:768px){.gallery-item{grid-template-columns:1fr;min-height:auto}.gallery-item,.gallery-item--reversed{direction:ltr}.gallery-item__image-container{aspect-ratio:4 / 3;position:relative}.gallery-item__image-wrapper{inset:var(--space-sm)}.gallery-item__content{padding:var(--space-lg) var(--space-md);max-width:none}.gallery-item--reversed .gallery-item__content{margin-left:0}.gallery-item__description{max-width:none}.gallery__header{padding:var(--space-lg) var(--space-md)}}@media(max-width:480px){.gallery__title{font-size:2rem}.gallery-item__title{font-size:1.5rem}.gallery-item__content{padding:var(--space-md)}.gallery-item__image-wrapper{inset:var(--space-xs)}}.gallery__progress{position:fixed;top:0;left:0;width:100%;height:2px;background-color:var(--color-border);z-index:100;transform-origin:left}.app{width:100%;min-height:100vh}
