:root{--bg-color:#fdfbf7;--surface-color:#f2eee3;--surface-dark:#e0ddd6;--text-primary:#1a1a1a;--text-secondary:#4a4a4a;--accent-color:#a68d71;--accent-dark:#8b7355;--font-serif:"Cormorant Garamond", serif;--font-sans:"Montserrat", sans-serif;--transition-speed:.4s;color-scheme:light}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg-color);color:var(--text-primary);font-family:var(--font-sans);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);letter-spacing:.05em;text-wrap:balance;color:var(--accent-color);font-weight:300}h1{margin-bottom:1.5rem;font-size:3.5rem;font-style:italic}h2{margin-bottom:1rem;font-size:3rem;font-style:italic}h3{font-size:2rem;font-style:italic}p{color:var(--text-secondary);font-weight:300}a{color:inherit;transition:color var(--transition-speed);text-decoration:none}nav{backdrop-filter:blur(15px);z-index:100;background:#fffffff2;justify-content:space-between;align-items:center;width:100%;padding:1rem 3rem;transition:background .3s,padding .3s,box-shadow .3s;display:flex;position:fixed;top:0;box-shadow:0 1px 3px #00000014}nav.nav-transparent{backdrop-filter:none;background:linear-gradient(#00000080 0%,#0000 100%);border-bottom:none;padding:2rem 3rem}nav.scrolled{backdrop-filter:blur(20px);background:#fffffffa;padding:.75rem 3rem;box-shadow:0 2px 8px #0000001a}nav.scrolled .logo{color:var(--text-primary)}nav.scrolled .nav-links a{color:var(--text-secondary)}nav.nav-transparent .logo,nav.nav-transparent .nav-links a{color:#fff}nav.nav-transparent.scrolled .logo{color:var(--text-primary)}nav.nav-transparent.scrolled .nav-links a{color:var(--text-secondary)}.logo{font-family:var(--font-serif);letter-spacing:.1em;text-transform:uppercase;color:var(--text-primary);font-size:1.5rem;font-weight:600;transition:color .3s}.logo:hover{color:var(--accent-dark)}.nav-links{text-transform:uppercase;letter-spacing:.15em;gap:2rem;font-size:.9rem;display:flex}.nav-links a{color:var(--text-secondary);transition:color .3s}.nav-links a:hover,.nav-links a.active{color:var(--accent-dark)}.hamburger{cursor:pointer;z-index:101;background:0 0;border:none;flex-direction:column;gap:6px;padding:10px;display:none}.hamburger span{background:var(--accent-dark);width:36px;height:3px;transition:transform .3s,opacity .3s,background .3s}nav.nav-transparent .hamburger{background:0 0;border:none}nav.nav-transparent .hamburger span{background:#fff}nav.scrolled .hamburger span{background:var(--accent-dark)}.hamburger.active span:first-child{transform:rotate(45deg)translate(6px,6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg)translate(6px,-6px)}@media (width<=768px){.hamburger{display:flex}.nav-links{background:#f5f3ef;flex-direction:column;justify-content:center;align-items:center;gap:3rem;width:100%;height:100vh;font-size:1.2rem;transition:right .4s;position:fixed;top:0;right:-100%}.nav-links.active{right:0}.nav-links a{color:var(--text-primary)!important}nav.scrolled .nav-links{background:#f5f3effa}}#featured-hero{justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.featured-hero-image{z-index:1;background-position:50%;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.featured-hero-overlay{z-index:2;background:linear-gradient(#0000 30%,#00000080 60%,#000000e6 100%);width:100%;height:100%;position:absolute;top:0;left:0}.featured-hero-content{z-index:3;text-align:left;max-width:900px;padding:0;animation:1.5s ease-out fadeInUp;position:absolute;bottom:4rem;left:4rem}.featured-hero-subtitle{text-transform:uppercase;letter-spacing:.3em;color:var(--accent-color);text-shadow:0 2px 4px #000000e6;margin-bottom:1.2rem;font-size:1rem;font-weight:600;display:block}.featured-hero-title{color:#fff;text-shadow:0 2px 10px #0000004d;margin-bottom:1.5rem;font-size:4rem;font-style:italic;line-height:1.1}.featured-hero-caption{color:#f9f9f9;text-shadow:0 1px 5px #0006;max-width:600px;margin-bottom:2.5rem;margin-left:0;margin-right:0;font-size:1.2rem;font-weight:300}.featured-hero-btn{text-transform:uppercase;letter-spacing:.2em;color:#fff;background:#0003;border:1px solid #fff;padding:1rem 2.5rem;font-size:.8rem;transition:all .3s;display:inline-block}.featured-hero-btn:hover{color:#000;background:#fff;border-color:#fff}#hero{justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.slide{opacity:0;z-index:1;background-position:50%;background-size:cover;width:100%;height:100%;transition:opacity 1.5s ease-in-out;position:absolute;top:0;left:0}.slide.active{opacity:1}.overlay{z-index:2;background:linear-gradient(#05050533,#050505e6);width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:3;text-align:center;padding:0 1rem;animation:1.5s ease-out fadeInUp;position:relative}.hero-subtitle{text-transform:uppercase;letter-spacing:.3em;color:var(--accent-color);margin-bottom:1rem;font-size:.9rem;display:block}.hero-title{color:#fff;margin-bottom:1.5rem;font-size:4rem;font-style:italic}.hero-btn{color:#fff;text-transform:uppercase;letter-spacing:.2em;background:#0003;border:1px solid #fff;margin-top:1rem;padding:1rem 2.5rem;font-size:.8rem;transition:all .3s;display:inline-block}.hero-btn:hover{color:#000;background:#fff;border-color:#fff}.hero-controls{z-index:10;color:#fff;align-items:center;gap:1.5rem;display:flex;position:absolute;bottom:3rem;right:3rem}.hero-arrow{cursor:pointer;color:#fff;justify-content:center;align-items:center;width:60px;height:20px;transition:all .3s;display:flex}.hero-arrow:hover{color:var(--accent-color);transform:scale(1.1)}.hero-counter{letter-spacing:.2em;font-variant-numeric:tabular-nums;font-size:1rem;font-weight:500}.hero-arrow svg{fill:none;stroke:currentColor;stroke-width:.7px;width:100%;height:100%}@media (width<=768px){.hero-controls{justify-content:center;gap:1rem;width:100%;bottom:2rem!important;left:0!important;right:0!important}.hero-counter{font-size:.9rem;transform:translateY(1px)}}#secondary-carousel{background:var(--bg-color);flex-direction:column;justify-content:center;height:clamp(600px,70vh,900px);min-height:600px;max-height:900px;padding:0 clamp(1rem,4vw,2rem);display:flex;position:relative;overflow:hidden}.carousel-bg-layer{background-color:var(--surface-color);z-index:0;width:100%;height:55%;position:absolute;top:0;left:0}.carousel-wrapper{z-index:2;align-items:center;width:100%;height:600px;display:flex;position:relative}.carousel-track{will-change:transform;align-items:center;gap:2rem;transition:transform .6s cubic-bezier(.25,1,.5,1);display:flex;position:absolute;left:50%}.carousel-slide{opacity:.5;filter:grayscale();cursor:pointer;flex:none;height:550px;transition:all .6s;position:relative;transform:scale(.95)}.carousel-slide.active{opacity:1;filter:grayscale(0%);z-index:10;transform:scale(1)}.carousel-slide img{color:#0000;text-indent:-9999px;width:auto;height:100%;font-size:0;line-height:0;display:block;box-shadow:0 15px 50px #0000001a}.carousel-controls{z-index:5;color:var(--text-primary);justify-content:center;align-items:center;gap:2rem;margin-top:2rem;display:flex;position:relative}.carousel-arrow{cursor:pointer;justify-content:center;align-items:center;width:60px;height:30px;transition:color .3s,transform .3s;display:flex}.carousel-arrow:hover{color:var(--accent-color);transform:scale(1.05)}.carousel-arrow svg{fill:none;stroke:currentColor;stroke-width:.7px;width:100%;height:100%}.carousel-counter{text-align:center;letter-spacing:.15em;color:var(--text-secondary);font-size:.9rem;font-family:var(--font-sans)}@media (width<=768px){#secondary-carousel{height:700px}.carousel-slide{height:400px}.carousel-track{gap:1rem}.carousel-slide{justify-content:center;align-items:center;height:400px;display:flex}.carousel-slide img{width:auto;max-width:calc(100vw - 2rem);height:auto;max-height:100%}}.section-divider{text-align:center;max-width:1600px;margin:0 auto;padding:3rem 2rem 2rem}.section-divider h2{color:var(--accent-color);margin-bottom:.5rem;font-size:2rem;font-style:italic}.section-divider p{color:var(--text-secondary);font-size:.9rem}.divider-line{background:var(--accent-color);width:60px;height:1px;margin:1.5rem auto 0}#promo-text{background:var(--bg-color);text-align:left;padding:6rem 2rem}.promo-container{max-width:800px;margin:0 auto}.promo-title{color:var(--text-primary);margin-bottom:1.5rem;font-size:2.5rem;font-style:italic}.promo-text{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.1rem;line-height:1.9}.promo-btn{border:1px solid var(--text-primary);color:var(--text-primary);text-transform:uppercase;letter-spacing:.2em;padding:1rem 2.5rem;font-size:.85rem;transition:background-color .3s,color .3s;display:inline-block}.promo-btn:hover{background:var(--text-primary);color:var(--bg-color)}@media (width<=768px){.promo-title{font-size:1.8rem}.promo-text{font-size:1rem}.featured-hero-content{bottom:2rem;left:1.5rem;right:1.5rem}.featured-hero-title{font-size:2.5rem}}.bg-beige{background-color:var(--bg-color);width:100%}.bg-white{background-color:#fff;width:100%}.gallery-intro{background-color:var(--bg-color);text-align:center;width:100%;margin-bottom:0;padding:clamp(80px,12vh,120px) clamp(1rem,4vw,2rem) 4rem}.gallery-intro h1{font-size:3.5rem;font-family:var(--font-serif);color:var(--accent-color);margin-bottom:1.5rem;font-style:italic}.gallery-intro .divider-line{background-color:var(--accent-color);width:60px;height:1px;margin:2rem auto}.gallery-intro p{font-family:var(--font-sans);text-transform:none;letter-spacing:normal;color:var(--text-secondary);text-align:center;max-width:800px;margin:0 auto;font-size:1rem;font-style:normal;font-weight:300;line-height:1.6}.gallery-section{background-color:#fff;width:100%;padding:6rem clamp(.5rem,4vw,4rem)}.section-header{text-align:center;margin-bottom:4rem}.section-divider h2{font-family:var(--font-serif);color:var(--accent-color);margin-bottom:1.5rem;font-size:2.5rem;font-style:italic}.section-divider .divider-line{background-color:var(--accent-color);width:60px;height:1px;margin:1.5rem auto}.section-header p,.section-divider p{max-width:600px;font-family:var(--font-sans);text-transform:none;letter-spacing:normal;color:var(--text-secondary);margin:0 auto;font-size:1rem;font-style:normal;font-weight:300;line-height:1.6}.categories-grid{grid-template-columns:repeat(3,1fr);justify-content:center;gap:3rem;width:100%;max-width:1400px;min-height:400px;margin-bottom:4rem;margin-left:auto;margin-right:auto;padding:0 clamp(.5rem,3vw,2rem);display:grid}@media (width<=1024px){.categories-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.categories-grid{grid-template-columns:1fr;gap:1.5rem;padding:0 .5rem;overflow-x:hidden}.category-card:before,.category-card:after{display:none}.category-card{width:100%;max-width:100%}#categories{max-width:100vw;overflow-x:hidden;padding-left:.5rem!important;padding-right:.5rem!important}}@media (width<=360px){.categories-grid{gap:1rem;padding:0}}.category-card{aspect-ratio:3/4;cursor:pointer;opacity:0;border-radius:2px;transition:opacity .5s,transform .5s,box-shadow .3s;position:relative;overflow:hidden;transform:translateY(30px)}.category-card.animate-in{opacity:1;transform:translateY(0)}.category-card:before{content:"";background:var(--surface-dark);opacity:.3;z-index:-1;border-radius:2px;height:100%;transition:all .3s;position:absolute;top:-4px;left:4px;right:-4px}.category-card:after{content:"";background:var(--surface-dark);opacity:.15;z-index:-2;border-radius:2px;height:100%;transition:all .3s;position:absolute;top:-8px;left:8px;right:-8px}.category-card:hover{transform:translateY(-4px);box-shadow:0 15px 40px #0003}.category-card:hover:before,.category-card:hover:after{opacity:0}.category-card img{object-fit:cover;color:#0000;filter:brightness(.85)contrast(1.1);width:100%;height:100%;font-size:0;line-height:0;transition:transform .6s}.category-card:hover img{filter:brightness()contrast();transform:scale(1.05)}.category-overlay{opacity:1;background:linear-gradient(#0000,#000000d9);width:100%;padding:2rem;transition:all .4s;position:absolute;bottom:0;left:0;transform:translateY(0)}.category-card:hover .category-overlay{background:linear-gradient(#0000004d,#000000f2)}.category-wrapper{border-bottom:1px solid #ffffff4d;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding-bottom:.8rem;padding-right:1rem;display:flex}.category-title{color:#fff;font-family:var(--font-serif);text-shadow:0 2px 8px #00000080;font-size:1.8rem;font-style:italic;line-height:1}.category-wrapper:after{content:" →";opacity:0;color:#fff;font-family:var(--font-serif);font-size:1.5rem;transition:opacity .3s,transform .3s;display:inline-block;transform:translate(-10px)}.category-card:hover .category-wrapper:after{opacity:1;transform:translate(0)}#about{background-color:var(--bg-color);justify-content:center;align-items:center;width:100%;height:100vh;margin:0;display:flex;position:relative;overflow:hidden}.about-overlay-bg{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.about-overlay-bg img{object-fit:cover;color:#0000;text-indent:-9999px;width:100%;height:100%;font-size:0;line-height:0}.about-overlay-scrim{z-index:2;background:#00000080;width:100%;height:100%;position:absolute;top:0;left:0}.about-content-overlay{z-index:3;text-align:left;color:#fff;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;max-width:1200px;padding:4rem 6rem;display:flex;position:relative}.about-content-overlay h2{font-family:var(--font-serif);color:var(--accent-color);text-shadow:0 2px 10px #0000004d;margin-bottom:2.5rem;font-size:5rem;font-style:italic;line-height:.9}.about-content-overlay p{font-family:var(--font-sans);color:#f2f2f2;text-shadow:0 1px 4px #0006;max-width:600px;margin-bottom:1.5rem;font-size:1.1rem;font-weight:300;line-height:1.8}.about-content-overlay p strong{color:#fff;font-weight:500}.about-btn-overlay{color:#fff;text-transform:uppercase;letter-spacing:.2em;text-shadow:none;border:1px solid #fff;margin-top:1rem;padding:1rem 3rem;font-size:.9rem;transition:background-color .3s,color .3s;display:inline-block}.about-btn-overlay:hover{color:#000;background:#fff}@media (width<=900px){.about-content-overlay h2{font-size:3rem}#about{height:auto;min-height:80vh;padding:4rem 1rem}}#contact{text-align:center;background:var(--bg-color);padding:6rem 2rem}#contact h2{color:var(--text-primary)}#contact>p{color:var(--text-secondary)}.contact-form{flex-direction:column;gap:1.5rem;max-width:500px;margin:2rem auto 0;display:flex}.form-group input,.form-group textarea{width:100%;color:var(--text-primary);font-family:var(--font-sans);background:0 0;border:none;border-bottom:1px solid #ccc;padding:.8rem 0;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{border-color:var(--accent-color);outline:none}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-secondary)}.submit-btn{background:var(--text-primary);color:var(--bg-color);text-transform:uppercase;letter-spacing:.2em;cursor:pointer;border:none;max-width:300px;margin-top:1rem;padding:1rem 2rem;font-weight:500;transition:background-color .3s,color .3s}.submit-btn:hover{background:var(--accent-color);color:#fff}footer{text-align:center;background:var(--surface-color);color:var(--text-secondary);border-top:1px solid #0000001a;padding:3rem;font-size:.8rem}.footer-logo{font-family:var(--font-serif);color:var(--text-primary);letter-spacing:.1em;margin-bottom:1.5rem;font-size:1.8rem;font-weight:600;display:inline-block}.social-links{justify-content:center;gap:2rem;margin-bottom:2rem;display:flex}.social-links a{color:var(--text-secondary);font-size:1.5rem;transition:color .3s,transform .3s}.social-links a:hover{color:var(--accent-color);transform:translateY(-3px)}.social-links svg{fill:currentColor;width:24px;height:24px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pageFadeIn{0%{opacity:0}to{opacity:1}}@keyframes pageFadeOut{0%{opacity:1}to{opacity:0}}::view-transition-old(root){animation:.22s cubic-bezier(.4,0,.2,1) both pageFadeOut}::view-transition-new(root){animation:.28s cubic-bezier(.4,0,.2,1) both pageFadeIn}.page-header{text-align:center;background:linear-gradient(to bottom, var(--surface-color), var(--bg-color));padding:8rem clamp(1rem,4vw,2rem) 3rem}.page-title{color:var(--text-primary);margin-bottom:.5rem;font-size:3rem;font-style:italic}.gallery-container{margin:0 auto;padding:3rem clamp(.75rem,4vw,2rem) 6rem}.justified-grid{width:100%;min-height:300px;display:block;position:relative}.justified-item{cursor:pointer;background:linear-gradient(180deg, var(--surface-color) 0%, var(--surface-dark) 50%, var(--surface-color) 100%);opacity:0;background-size:100% 250%;border-radius:2px;transition:opacity .35s;animation:2.4s ease-in-out infinite placeholderShimmerVertical;position:absolute;overflow:hidden}@keyframes placeholderShimmerVertical{0%{background-position:0 0}50%{background-position:0 100%}to{background-position:0 0}}.justified-item img,.justified-item picture,.justified-item>div{width:100%;height:100%;display:block}.justified-item img{object-fit:cover;color:#0000;text-indent:-9999px;opacity:0;width:100%;height:100%;font-size:0;line-height:0;transition:opacity .5s ease-out,transform .5s cubic-bezier(.25,1,.5,1),filter .3s;display:block}.justified-item img.is-loaded,.justified-item img.img-loaded{opacity:1}.justified-item:hover img{transform:scale(1.03)}.lightbox-content{object-fit:contain;width:auto;max-width:calc(100vw - 3rem);height:auto;max-height:calc(100vh - 3rem);box-shadow:none;color:#0000;font-size:0}@media (width<=768px){.page-title{font-size:2rem}.gallery-container{padding:2rem .5rem 4rem}}.lightbox{background:var(--bg-color);z-index:1001;opacity:0;width:100vw;height:100vh;transition:opacity .3s;display:none;position:fixed;top:0;left:0}.lightbox.active{opacity:1;grid-template-rows:1fr;grid-template-columns:1fr;display:grid}.lightbox-image-container{grid-area:1/1;justify-content:center;align-items:center;width:100%;height:100%;padding:1.5rem;display:flex;position:relative}.lightbox-content{object-fit:contain;width:auto;max-width:calc(100vw - 3rem);height:auto;max-height:calc(100vh - 3rem);box-shadow:none}.close-lightbox{color:var(--text-primary);cursor:pointer;border:1px solid var(--surface-dark);-webkit-backdrop-filter:blur(10px);z-index:1005;background:#fdfbf7d9;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.75rem;line-height:1;transition:all .3s;display:flex;position:fixed;top:2rem;right:2rem;box-shadow:0 4px 12px #00000014}.close-lightbox:hover{color:var(--accent-dark);background:var(--surface-color);transform:scale(1.08)}nav.lightbox-active{opacity:0;pointer-events:none;transition:opacity .3s}@media (width<=768px){.close-lightbox{width:42px;height:42px;font-size:1.5rem;top:1rem;right:1rem}.lightbox-image-container{padding:1rem}.lightbox-content{max-width:calc(100vw - 2rem);max-height:calc(100vh - 2rem)}}.scroll-top{background:var(--accent-color);cursor:pointer;opacity:0;visibility:hidden;z-index:99;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:opacity .3s,visibility .3s,transform .3s,box-shadow .3s;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 15px #00000026}.scroll-top.visible{opacity:1;visibility:visible}.scroll-top:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0003}.about-hero{grid-template-columns:1fr 1fr;gap:0;min-height:70vh;padding-top:80px;display:grid}.about-hero-image{height:100%;min-height:500px}.about-hero-content{background:var(--surface-color);flex-direction:column;justify-content:center;align-items:flex-start;padding:4rem 2rem;display:flex}.about-intro{text-transform:uppercase;letter-spacing:.2em;color:var(--text-secondary);margin-bottom:1rem;font-size:.85rem}.about-title{color:var(--text-primary);margin:0 0 2rem .5rem;font-size:3.5rem;font-style:italic;line-height:1.2}.about-lead{color:var(--text-secondary);margin-bottom:2rem;font-size:1.2rem;line-height:1.8}.about-content{max-width:900px;margin:0 auto;padding:5rem 2rem}.about-section{margin-bottom:3rem}.about-section h2{color:var(--text-primary);margin-bottom:1.5rem;font-size:2rem;font-style:italic}.about-section p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.1rem;line-height:2}.about-quote{background:var(--surface-color);text-align:center;padding:5rem 2rem}.quote-text{font-family:var(--font-serif);color:var(--text-primary);max-width:900px;margin:0 auto 2rem;font-size:2.2rem;font-style:italic;line-height:1.4}.quote-attribution{text-transform:uppercase;letter-spacing:.2em;color:var(--accent-color);text-align:center;font-size:.9rem;font-weight:500}.about-cta{text-align:center;background:var(--bg-color);padding:5rem 2rem}.cta-title{color:var(--text-primary);margin-bottom:1rem;font-size:2.5rem;font-style:italic}.cta-text{color:var(--text-secondary);text-align:center;margin-bottom:2rem;font-size:1.1rem}.cta-btn{border:1px solid var(--text-primary);color:var(--text-primary);text-transform:uppercase;letter-spacing:.2em;padding:1rem 2.5rem;font-size:.85rem;transition:background-color .3s,color .3s;display:inline-block}.cta-btn:hover{background:var(--text-primary);color:var(--bg-color)}@media (width<=900px){.about-hero{grid-template-columns:1fr}.about-hero-image{min-height:400px}.about-hero-content{padding:3rem 2rem}.about-title{font-size:2.5rem}.quote-text{font-size:1.5rem}}@media (width<=768px){.about-title{font-size:2rem}.cta-title{font-size:1.8rem}}.page-subtitle{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.2em;font-size:.9rem}.nav-links a.active{color:var(--accent-color);position:relative}.nav-links a.active:after{content:"";background:var(--accent-color);width:100%;height:1px;position:absolute;bottom:-5px;left:0}:focus-visible{outline:2px solid var(--accent-color);outline-offset:2px}:focus:not(:focus-visible){outline:none}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,[role=button]:focus-visible{outline:2px solid var(--accent-color);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@supports (padding:max(0px)){body{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}nav,.gallery-intro,.gallery-section{padding-left:max(1rem, env(safe-area-inset-left));padding-right:max(1rem, env(safe-area-inset-right))}}@media (width<=768px){.social-links{gap:1rem}.social-links a{justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:.5rem;display:flex}.social-links svg{width:28px;height:28px}}.quote-section{background:var(--surface-color);padding:4rem 2rem}.quote-section blockquote{text-align:center;max-width:800px;margin:0 auto}.astro-route-announcer{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;top:0;left:0;overflow:hidden}@keyframes astroFadeInOut{0%{opacity:1}to{opacity:0}}@keyframes astroFadeIn{0%{opacity:0;mix-blend-mode:plus-lighter}to{opacity:1;mix-blend-mode:plus-lighter}}@keyframes astroFadeOut{0%{opacity:1;mix-blend-mode:plus-lighter}to{opacity:0;mix-blend-mode:plus-lighter}}@keyframes astroSlideFromRight{0%{transform:translate(100%)}}@keyframes astroSlideFromLeft{0%{transform:translate(-100%)}}@keyframes astroSlideToRight{to{transform:translate(100%)}}@keyframes astroSlideToLeft{to{transform:translate(-100%)}}@media (prefers-reduced-motion){::view-transition-group(*),::view-transition-old(*),::view-transition-new(*),[data-astro-transition-scope]{animation:none!important}}
