﻿*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:"Satoshi Variable",sans-serif;line-height:1.6;color:#fffcf2;background:#252422}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{border:none;background:none;cursor:pointer;font:inherit}input,textarea,select{font:inherit}h1,h2,h3,h4,h5,h6{font-family:"Flaviotte",serif;font-weight:300;line-height:1.2;color:#fffcf2}.bg-main{position:absolute;inset:0;width:100vw;height:100vh;z-index:0;background:url("../images/ui/Hero-bg.webp") center center/cover no-repeat;pointer-events:none}.header,.hero{position:relative;z-index:1}body{font-family:"Satoshi Variable",sans-serif;font-size:1.25rem;line-height:1.5;color:#fffcf2}h1{font-family:"Flaviotte",serif;font-size:6rem;line-height:1.2;letter-spacing:.05em}h2{font-family:"Flaviotte",serif;font-size:4rem;line-height:1.2}.text-center{text-align:center}.text-uppercase{text-transform:uppercase}.text-accent{color:#eb2828}.section-bordered{position:relative;width:100%;overflow:hidden}.container{width:100%;margin:0 auto;position:relative}.m-0{margin:0}.p-0{padding:0}.position-relative{position:relative}.position-absolute{position:absolute}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.z-1{z-index:1}.z-2{z-index:2}.z-10{z-index:10}.z-100{z-index:100}#main-content{display:flex;flex-direction:column;width:100%}.header{position:relative;display:flex;align-items:center;justify-content:center;min-height:6rem;border-bottom:1px solid #ccc5b9;padding:0 2rem;z-index:99997}@media(max-width: 768px){.header{padding:0 1rem;min-height:4rem}}.header--home{background:url("../images/ui/Hero-bg.webp") center center/cover no-repeat;background-color:#252422}.header.header--home{position:absolute;z-index:10000;background:rgba(0,0,0,0);box-shadow:0 2px 24px rgba(0,0,0,.1);left:0;right:0;margin:0}.nav{position:relative;width:100vw;display:flex;align-items:center;justify-content:center;height:100%;z-index:10001}.nav__links{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:2rem;width:auto}@media(max-width: 768px){.nav__links{gap:1rem}}.nav__item{font-family:"Satoshi Variable",sans-serif}.nav__link{color:#fffcf2;text-decoration:none;text-transform:uppercase;font-size:1.25rem;font-weight:400;transition:color .3s ease}.nav__link:hover{color:#eb2828}.nav__link--active{color:#eb2828;font-weight:700}@media(max-width: 768px){.nav__link{font-size:1rem}}@media(min-width: 769px){.nav__links--desktop{display:flex !important}}.footer{background-color:#ccc5b9;color:#252422;padding:4rem 0;position:relative;overflow:hidden}.footer.section-bordered::before,.footer.section-bordered::after{content:"";position:fixed;top:0;bottom:0;width:1px;background-color:#ccc5b9;z-index:10}.footer.section-bordered::before{left:2rem}.footer.section-bordered::after{right:2rem}.footer__content{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem;align-items:stretch;text-align:center;position:relative;max-width:1200px;margin:0 auto;padding:0 2rem}.footer__content .footer__column{position:relative;display:flex;flex-direction:column;justify-content:center}.footer__content .footer__column:not(:last-child)::after{content:"";position:absolute;top:0;bottom:0;right:-1rem;width:1px;background-color:#403d39}.footer__column{display:flex;flex-direction:column;gap:.5rem;padding:0 1rem}.footer__title{font-family:"Flaviotte",serif;font-size:2rem;font-weight:700;color:#eb2828;margin:0;line-height:1.2;word-break:keep-all;overflow-wrap:normal;hyphens:none;white-space:normal}.footer .br-title{display:inline}@media(max-width: 768px){.footer .br-title{display:block;width:100%;height:0}}.footer__subtitle{font-family:"Satoshi Variable",sans-serif;font-size:1rem;margin:0}.footer__social{display:flex;justify-content:center;gap:1rem}.footer__social-link{font-size:2rem;color:#252422;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);opacity:.8}.footer__social-link:hover{opacity:1;transform:translateY(-2px)}.footer__copyright{color:#252422;font-family:"Satoshi Variable",sans-serif;font-size:1rem;margin:0;line-height:1.2}.footer__credits{font-family:"Satoshi Variable",sans-serif;font-size:14px;margin:0}@media screen and (max-width: 768px){.footer{padding:1rem 0}.footer__content{grid-template-columns:1fr;gap:1rem}.footer__content .footer__column:not(:last-child)::after{display:none}.footer__column{padding:0;gap:.5rem}.footer__title{font-size:1.5rem;margin-bottom:.25rem}.footer__subtitle{font-size:.875rem;margin-bottom:.5rem}.footer__social{gap:1rem;margin:.5rem 0}.footer__social-link{font-size:1.5rem}.footer__copyright{font-size:.875rem;margin-bottom:.25rem}.footer__credits{font-size:12px}.footer.section-bordered::before,.footer.section-bordered::after{display:none}}.grid-container{position:relative;width:100%;min-height:100vh;margin:0 auto;padding:0 2rem}@media(max-width: 768px){.grid-container{padding:0 1rem}}.grid-container::before,.grid-container::after{content:"";position:fixed;top:0;bottom:0;width:1px;background-color:#ccc5b9;z-index:100;pointer-events:none}.grid-container::before{left:2rem}@media(max-width: 768px){.grid-container::before{left:1rem}}.grid-container::after{right:2rem}@media(max-width: 768px){.grid-container::after{right:1rem}}.container{width:100%;max-width:1200px;margin:0 auto}.grid{display:grid;gap:2rem}.grid--2-cols{grid-template-columns:repeat(2, 1fr)}@media(max-width: 768px){.grid--2-cols{grid-template-columns:1fr}}.grid--3-cols{grid-template-columns:repeat(3, 1fr)}@media(max-width: 768px){.grid--3-cols{grid-template-columns:1fr}}.grid--4-cols{grid-template-columns:repeat(4, 1fr)}@media(max-width: 768px){.grid--4-cols{grid-template-columns:repeat(2, 1fr)}}.flex{display:flex}.flex--row{flex-direction:row}@media(max-width: 768px){.flex--row{flex-direction:column}}.flex--column{flex-direction:column}.flex--center{align-items:center;justify-content:center}.flex--space-between{justify-content:space-between}@media screen and (max-width: 768px){.grid{gap:4rem}}.hero-wrapper{position:relative;background:none;z-index:0;height:auto;min-height:0;display:flex;flex-direction:column}.hero-wrapper .placeholder-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background:url("/assets/images/ui/Hero-bg.webp") center center/cover no-repeat;background-size:cover;background-position:center;filter:blur(18px) brightness(0.4);transition:filter .3s;min-height:0;max-height:100%;object-fit:cover;will-change:filter;transform:translateZ(0);backface-visibility:hidden}@media(max-width: 768px){.hero-wrapper .placeholder-bg{filter:none}}.hero-wrapper .blur-effect{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;background:url("/assets/images/ui/Hero-bg.webp") center center/cover no-repeat;background-size:cover;background-position:center;filter:blur(0px) brightness(1);will-change:mask-image,-webkit-mask-image;transform:translateZ(0);backface-visibility:hidden;pointer-events:none}@media(max-width: 768px){.hero-wrapper .blur-effect{filter:none}}.hero-wrapper::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.18);z-index:3;pointer-events:none}.hero-wrapper header,.hero-wrapper .hero-section{position:relative;z-index:4;background:none !important}.hero-wrapper .hero-section{overflow:hidden}.hero-section{position:relative;z-index:1}.nav__burger{display:none;align-items:center;justify-content:center;background:rgba(0,0,0,0);border:none;cursor:pointer;padding:.5rem 1rem;z-index:99999}.nav__burger--desktop{position:absolute;top:50%;right:1rem;transform:translateY(-50%)}@media(max-width: 768px){.nav__burger--desktop{display:none}}.nav__burger--mobile{position:fixed;top:.5rem;right:1.5rem;z-index:100010;display:none}@media(max-width: 768px){.nav__burger--mobile{display:flex}}.nav__burger[aria-expanded=true]{background-color:rgba(37,36,34,.9);border-radius:4px;z-index:100001}.nav__burger-text{font-family:"Flaviotte",serif;font-size:.875rem;font-weight:300;color:#fffcf2;text-transform:uppercase;letter-spacing:.2em;transition:color .3s ease;margin-right:.5rem}.nav__burger:hover .nav__burger-text{color:#fff}.nav__burger-icon{width:24px;height:24px;color:#fff;transition:color .3s ease;position:relative;z-index:100000}.nav__burger-icon--menu{display:block}.nav__burger-icon--close{display:none}.nav__burger:hover .nav__burger-icon{color:#fff}.nav__burger[aria-expanded=true] .nav__burger-icon--menu{display:none}.nav__burger[aria-expanded=true] .nav__burger-icon--close{display:block;color:#fff !important}.nav__mobile-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#252422;z-index:99990;opacity:0;visibility:hidden;transition:all .3s ease-in-out}@media(min-width: 769px){.nav__mobile-overlay{display:none}}.nav__mobile-overlay--active{opacity:1;visibility:visible}.nav__mobile-content{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:2rem;position:relative;z-index:99991}@media(max-width: 768px){.nav__links--desktop{display:none}}.nav__links--mobile{display:flex;flex-direction:column;align-items:center;gap:2rem;list-style:none;padding:0;margin:0;z-index:99992}@media(min-width: 769px){.nav__links--mobile{display:none}}.nav__item{font-family:"Satoshi Variable",sans-serif}.nav__link{color:#fffcf2;text-decoration:none;text-transform:uppercase;font-size:1.25rem;font-weight:400;transition:color .3s ease;display:block;padding:.5rem 0}.nav__link:hover{color:#eb2828}.nav__link--active{color:#eb2828;font-weight:700}.nav__links--mobile .nav__link{font-size:1.5rem;padding:1rem 0;text-align:center}.hero-section{position:relative;width:100%;height:100vh;overflow:hidden}.bordered-vertical{position:relative}.bordered-vertical::before,.bordered-vertical::after{content:"";position:absolute;top:0;left:0;bottom:0;width:1px;background:#ccc5b9;z-index:1;height:100%;pointer-events:none}.bordered-vertical::before{left:2rem;right:auto}.bordered-vertical::after{right:2rem;left:auto}.hero{padding:4rem 0;min-height:calc(100vh - 6rem)}.hero__content{text-align:center}.hero__headline{display:inline-block;margin:0 auto;text-align:center}.hero__title{font-family:"Flaviotte",serif;font-size:6rem;line-height:1.2;letter-spacing:.05em;text-transform:uppercase;margin-bottom:0}.hero__separator{width:100%;height:1px;background-color:#ccc5b9;margin:.5rem auto;display:block}.hero__subtitle{font-family:"Satoshi Variable",sans-serif;font-size:1.25rem;line-height:1.5;color:#fffcf2;font-weight:400}@media(max-width: 992px){.hero{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:0}.hero__content{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:0 2rem}}@media(max-width: 340px){.hero__title{font-size:2.5rem;line-height:1.1;letter-spacing:.03em}.hero__subtitle{font-size:.875rem}}.hero__content{position:absolute;top:30%;left:50%;transform:translate(-50%, -50%);z-index:2;text-align:center;color:#fff;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:auto}.hero__title{word-break:keep-all;overflow-wrap:normal;hyphens:none;white-space:normal}.br-title{display:inline}@media(max-width: 768px){.br-title{display:block;width:100%;height:0}}.hero__separator{display:inline-block;height:2px;background-color:#ccc5b9;margin:.7rem auto .7rem auto;width:80%;max-width:1000px}.slider-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.slider-images{position:relative;width:100%;height:100%}.slider-img{width:100%;height:100%;object-fit:cover;display:none;position:absolute;top:0;left:0;filter:none;transition:opacity .6s;opacity:0;z-index:1}.slider-img.active{display:block;opacity:1;z-index:1}.slider-nav{position:absolute;bottom:20px;left:0;width:100%;display:flex;justify-content:space-between;align-items:center;padding:0 40px;z-index:2;pointer-events:none;height:3.5rem}.slider-arrow{pointer-events:all;background:rgba(37,36,34,.8);border:1px solid #ccc5b9;color:#fffcf2;width:3rem;height:3rem;border-radius:50%;cursor:pointer;font-size:2rem;display:flex;align-items:center;justify-content:center;transition:all .3s;box-shadow:0 2px 12px rgba(0,0,0,.18);z-index:3}.slider-arrow:hover{background:#eb2828;color:#252422}.slider-counter{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);font-size:1.3rem;color:#fffcf2;background:rgba(37,36,34,.7);border-radius:1.5rem;min-width:4.5rem;font-weight:600;pointer-events:none;z-index:4;padding:.2em 1.2em}@media(max-width: 900px){.slider-nav{bottom:1.2rem;padding:0 8px;height:2.5rem}.slider-arrow{width:2.2rem;height:2.2rem;font-size:1.3rem}.slider-counter{font-size:1rem;min-width:3.2rem;padding:.15em .7em}}@media(max-width: 600px){.slider-nav{bottom:.5rem;padding:0 2px;height:2rem}.slider-arrow{width:1.7rem;height:1.7rem;font-size:1rem}.slider-counter{font-size:.9rem;min-width:2.2rem;padding:.1em .4em}}.title-break{display:none}@media(max-width: 768px){.title-break{display:block;width:100%;height:0}}.gallery-img-overflow{width:100%;height:100%;overflow:hidden;position:relative}.gallery-img-overflow img{width:100%;height:160px;object-fit:cover;display:block;position:absolute;left:0}.gallery-img-overflow--bottom img{top:0}.gallery-section{width:100%;height:100vh;display:flex;justify-content:center;align-items:center;background:#252422;position:relative;border-bottom:1px solid #ccc5b9;overflow:hidden}@media(max-width: 768px){.gallery-section{height:auto;min-height:auto;padding:0;overflow:visible}}.gallery-section::after{content:"";display:block;position:absolute;left:0;right:0;bottom:0;height:1px;background:var(--color-tertiary, #CCC5B9);width:100%;z-index:2}.gallery-container{display:flex;width:100%;margin:0 auto;padding-inline:0;position:relative;border-left:1px solid #ccc5b9;border-right:1px solid #ccc5b9}@media(max-width: 768px){.gallery-container{max-width:100%;flex-direction:column;border-left:none;border-right:none;gap:0;height:auto}}.gallery-column{flex:1 1 0;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;border-right:1px solid #ccc5b9}.gallery-column:last-child{border-right:none}@media(max-width: 768px){.gallery-column{flex:none;width:100%;border-right:none;border-bottom:none}.gallery-column:last-child{border-bottom:none}}.gallery-column img{width:100%;height:auto;display:block;border-radius:0;box-shadow:none;object-fit:cover;border-bottom:1px solid #ccc5b9;margin:0;transition:transform .4s cubic-bezier(0.4, 1.6, 0.6, 1)}.gallery-column img:last-child{border-bottom:none}@media(max-width: 768px){.gallery-column img{border-bottom:none;margin:0;transition:none;object-fit:contain;max-height:none}.gallery-column img:last-child{margin-bottom:0}}@media(max-width: 768px){.gallery-img-overflow{height:auto;overflow:visible;position:relative}.gallery-img-overflow img{position:relative;height:auto;width:100%;object-fit:cover}}.bordered-vertical{position:relative}.bordered-vertical::before,.bordered-vertical::after{content:"";position:absolute;top:0;bottom:0;width:1px;background:#ccc5b9;z-index:1;pointer-events:none}.bordered-vertical::before{left:2rem}.bordered-vertical::after{right:2rem}@media(max-width: 768px){.bordered-vertical::before,.bordered-vertical::after{display:none}}@media(max-width: 768px){.gallery-container{flex-direction:column}.gallery-column{flex:none;width:100%;border-right:none;border-bottom:1px solid #ccc5b9}.gallery-column:last-child{border-bottom:none}.gallery-column img{border-bottom:1px solid #ccc5b9}.hide-mobile{display:none !important}.gallery-column img[src*=Shooting-Concert],.gallery-column img[src*=Shooting-Restaurant]{display:none !important}}.scrollable-gallery{min-height:100vh;background-color:#252422;color:#fffcf2;position:relative;display:flex;align-items:center;border-bottom:1px solid #ccc5b9;position:relative;width:100%;overflow:hidden}.scrollable-gallery__wrapper{width:calc(100% - 2*clamp(.5rem,5vw,2rem));margin:0 auto;padding-left:0;padding-right:0;box-sizing:border-box;position:relative;height:100vh;display:flex;flex-direction:column}.scrollable-gallery__container{flex:1;overflow-y:auto;overflow-x:hidden;position:relative;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth}.scrollable-gallery__container::-webkit-scrollbar{display:none}.scrollable-gallery__grid{display:grid;gap:0;width:100%;grid-template-columns:repeat(3, 1fr)}@media screen and (min-width: 1440px){.scrollable-gallery__grid{grid-template-columns:repeat(4, 1fr)}}@media screen and (max-width: 992px){.scrollable-gallery__grid{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 768px){.scrollable-gallery__grid{grid-template-columns:1fr}}.scrollable-gallery__item{position:relative;overflow:hidden;aspect-ratio:3/4;opacity:0;transform:translateY(30px);transition:opacity .5s cubic-bezier(0.4, 0, 0.2, 1),transform .5s cubic-bezier(0.4, 0, 0.2, 1);will-change:opacity,transform}.scrollable-gallery__item.visible{opacity:1;transform:translateY(0)}.scrollable-gallery__item:not(:last-child){border-right:1px solid #ccc5b9}.scrollable-gallery__item:nth-child(3n+1):not(:last-child),.scrollable-gallery__item:nth-child(3n+2):not(:last-child){border-bottom:1px solid #ccc5b9}@media screen and (min-width: 1440px){.scrollable-gallery__item:nth-child(4n+1):not(:last-child),.scrollable-gallery__item:nth-child(4n+2):not(:last-child),.scrollable-gallery__item:nth-child(4n+3):not(:last-child){border-bottom:1px solid #ccc5b9}}@media screen and (max-width: 992px){.scrollable-gallery__item:nth-child(2n+1):not(:last-child){border-bottom:1px solid #ccc5b9}}@media screen and (max-width: 768px){.scrollable-gallery__item{border-bottom:1px solid #ccc5b9;border-right:none}}.scrollable-gallery__item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;transform:translate3d(0, 0, 0);backface-visibility:hidden;perspective:1000px;transform-style:preserve-3d}.scrollable-gallery__item:hover img{transform:scale(1.05)}.scrollable-gallery__item::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(37,36,34,.3);opacity:0;transition:opacity .3s ease}.scrollable-gallery__item:hover::after{opacity:1}.scrollable-gallery__scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#ccc5b9;font-size:.875rem;opacity:.7;transition:opacity .3s ease}.scrollable-gallery__scroll-indicator:hover{opacity:1}.scrollable-gallery__scroll-indicator::before{content:"";width:2px;height:40px;background:#ccc5b9;border-radius:1px;animation:scroll-pulse 2s infinite}.scrollable-gallery__scroll-indicator::after{content:"↓";font-size:1.5rem;animation:scroll-bounce 2s infinite}.scrollable-gallery.scrolled .scrollable-gallery__scroll-indicator{opacity:0;pointer-events:none}@keyframes scroll-pulse{0%,100%{opacity:.3;transform:scaleY(1)}50%{opacity:1;transform:scaleY(1.2)}}@keyframes scroll-bounce{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media screen and (max-width: 768px){.scrollable-gallery__item{aspect-ratio:4/5}}.scrollable-gallery__container{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(204,197,185,.3) rgba(0,0,0,0);overflow-y:auto;will-change:scroll-position;transform:translateZ(0)}.scrollable-gallery__container::-webkit-scrollbar{width:6px}.scrollable-gallery__container::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.scrollable-gallery__container::-webkit-scrollbar-thumb{background:rgba(204,197,185,.3);border-radius:3px}.scrollable-gallery__container::-webkit-scrollbar-thumb:hover{background:rgba(204,197,185,.5)}.scrollable-gallery--square .scrollable-gallery__item{aspect-ratio:1/1}.scrollable-gallery--landscape .scrollable-gallery__item{aspect-ratio:4/3}.scrollable-gallery--portrait .scrollable-gallery__item{aspect-ratio:3/4}.carousel-section{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;width:100%;position:relative;background:var(--color-bg, #252422);padding:0;border-bottom:1px solid #ccc5b9}@media(max-width: 768px){.carousel-section{min-height:80vh;padding:2rem 0}}.carousel-section .carousel-container{display:flex;align-items:center;justify-content:center;width:100%;max-width:1200px;position:relative;margin:0 auto;z-index:1;height:500px}@media(max-width: 768px){.carousel-section .carousel-container{max-width:calc(100% - 2rem);height:350px}}.carousel-section .carousel-arrow{display:none;position:absolute;top:50%;transform:translateY(-50%);background:rgba(37,36,34,.8);border:1px solid #ccc5b9;color:#fffcf2;width:3rem;height:3rem;border-radius:50%;cursor:pointer;z-index:10;transition:all .3s ease}.carousel-section .carousel-arrow:hover{background:#eb2828;color:#252422}.carousel-section .carousel-arrow--left{left:1rem}.carousel-section .carousel-arrow--right{right:1rem}@media(max-width: 768px){.carousel-section .carousel-arrow{display:flex;align-items:center;justify-content:center;font-size:1.2rem;width:2.5rem;height:2.5rem}}.carousel-section .carousel-track-wrapper{overflow:visible;width:100%;height:100%;display:flex;justify-content:center;align-items:center;position:relative}@media(max-width: 768px){.carousel-section .carousel-track-wrapper{overflow:hidden}}.carousel-section .carousel-track{display:flex;align-items:center;justify-content:center;transition:transform .6s cubic-bezier(0.77, 0, 0.18, 1);will-change:transform;list-style:none;padding:0;margin:0;width:100%;height:100%;position:relative}.carousel-section .carousel-slide{position:absolute;width:400px;height:500px;cursor:pointer;transition:all .6s cubic-bezier(0.77, 0, 0.18, 1);opacity:.6;transform:scale(0.8);z-index:1}.carousel-section .carousel-slide.left{left:50%;transform:translateX(-120%) scale(0.8)}.carousel-section .carousel-slide.right{left:50%;transform:translateX(20%) scale(0.8)}.carousel-section .carousel-slide.active{left:50%;transform:translateX(-50%) scale(1);opacity:1;z-index:2}.carousel-section .carousel-slide img{width:100%;height:100%;object-fit:cover;box-shadow:0 4px 32px rgba(0,0,0,.18);display:block;border-radius:4px}@media(max-width: 768px){.carousel-section .carousel-slide{width:280px;height:350px}.carousel-section .carousel-slide.left{transform:translateX(-110%) scale(0.8)}.carousel-section .carousel-slide.right{transform:translateX(10%) scale(0.8)}}.carousel-section .carousel-text-block{display:flex;flex-direction:column;align-items:center;margin-top:2.5rem;width:100%;position:relative;z-index:1}@media(max-width: 768px){.carousel-section .carousel-text-block{margin-top:2rem;padding:0 1rem}}.carousel-section .carousel-text{color:var(--color-text);font-family:var(--font-text);font-size:1.25rem;line-height:1.7;text-align:center;max-width:340px;margin:0 auto;font-weight:400}@media(max-width: 768px){.carousel-section .carousel-text{font-size:1rem;max-width:100%;line-height:1.6}}.carousel-section .carousel-separator{width:100%;max-width:340px;height:1px;background:var(--color-tertiary);margin:1.2rem auto .7rem auto}@media(max-width: 768px){.carousel-section .carousel-separator{max-width:200px;margin:1rem auto .5rem auto}}.carousel-section .carousel-subtitle{color:var(--color-accent);font-family:var(--font-secondary);font-size:2rem;font-weight:300;letter-spacing:.12em;text-transform:uppercase;text-align:center;margin-top:.2rem;margin-bottom:0}@media(max-width: 768px){.carousel-section .carousel-subtitle{font-size:1.5rem;letter-spacing:.08em}}.menu-fullpage{position:relative;min-height:100vh;width:100%;display:flex;flex-direction:column;background-color:var(--color-background);z-index:1;overflow:visible}@media(max-width: 768px){.menu-fullpage{min-height:auto}}.menu-fullpage .container{overflow:visible;max-width:none;padding:0}@media(max-width: 768px){.menu-fullpage .container{padding:0;padding-top:1rem;padding-bottom:1rem}}.menu-fullpage body,.menu-fullpage html{overflow-x:visible}.menu-fullpage .category-item{display:flex;align-items:center;width:100%;height:25vh;position:relative;border-bottom:1px solid #ccc5b9;overflow:visible;transition:background-color .5s cubic-bezier(0.4, 0, 0.2, 1);cursor:pointer;will-change:transform,background-color}.menu-fullpage .category-item:last-child{border-bottom:none}@media(max-width: 768px){.menu-fullpage .category-item{height:auto;min-height:100px;padding:2rem 0}}.menu-fullpage .category-item__title{font-size:96px;font-family:"Satoshi Variable",sans-serif;font-weight:700;color:#fffcf2;position:relative;z-index:2;padding-left:2rem;transition:all .5s cubic-bezier(0.4, 0, 0.2, 1);will-change:transform,color}@media(max-width: 768px){.menu-fullpage .category-item__title{font-size:2rem;padding-left:1rem;padding-right:1rem;line-height:1.3;padding-top:.5rem;padding-bottom:.5rem}}.menu-fullpage .category-item__images{position:absolute;top:0;right:0;width:60%;height:100%;pointer-events:none;z-index:9999;perspective:1000px;transform-style:preserve-3d;overflow:visible}@media(max-width: 768px){.menu-fullpage .category-item__images{display:none}}.menu-fullpage .category-item__image{position:absolute;width:250px;height:350px;opacity:0;will-change:transform,opacity;transform-style:preserve-3d;backface-visibility:hidden;object-fit:cover;border-radius:8px;box-shadow:0 8px 32px rgba(0,0,0,.3);transition:opacity .8s cubic-bezier(0.4, 0, 0.2, 1),transform .8s cubic-bezier(0.34, 1.56, 0.64, 1)}.menu-fullpage .category-item__image--1{top:50%;right:45%;transform:translate3d(50%, -50%, 0) rotate(5deg) scale(0.95);z-index:10000;transition-delay:.1s}.menu-fullpage .category-item__image--2{top:50%;right:60%;transform:translate3d(50%, -50%, 0) rotate(-5deg) scale(0.95);z-index:10001;transition-delay:.2s}.menu-fullpage .category-item__link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;text-decoration:none;color:rgba(0,0,0,0)}.menu-fullpage .category-item:hover{background-color:#403d39}.menu-fullpage .category-item:hover .category-item__title{color:#eb2828;transform:translateX(10px)}@media(max-width: 768px){.menu-fullpage .category-item:hover .category-item__title{transform:translateX(5px)}}.menu-fullpage .category-item:hover .category-item__image{opacity:1}.menu-fullpage .category-item:hover .category-item__image--1{transform:translate3d(50%, -50%, 0) rotate(10deg) scale(1)}.menu-fullpage .category-item:hover .category-item__image--2{transform:translate3d(50%, -50%, 0) rotate(15deg) scale(1)}@media(max-width: 768px){.menu-fullpage .category-item:active{background-color:#403d39}.menu-fullpage .category-item:active .category-item__title{color:#eb2828;transform:translateX(5px)}}@media screen and (max-width: 992px){.menu-fullpage .category-item__title{font-size:72px;padding-left:1rem}.menu-fullpage .category-item__image{width:225px;height:315px}}@media screen and (max-width: 768px){.menu-fullpage .category-item__title{font-size:48px;padding-left:1rem}.menu-fullpage .category-item__image{width:200px;height:280px}}@media screen and (max-width: 576px){.menu-fullpage .category-item__title{font-size:36px;padding-left:.5rem}.menu-fullpage .category-item__image{width:175px;height:245px}}.page-about .header::before{display:none}.page-about .hero-wrapper{display:none}.page-about .container{max-width:none}.about-section{height:100vh;background-color:#252422;color:#fffcf2;position:relative;display:block}.about-section>.container{margin:0 auto;width:100%;height:100%;display:flex;align-items:stretch;justify-content:center}.about-grid{display:flex;width:100%;height:100%;position:relative;min-width:0}.about-left{display:flex;flex-direction:column;width:50%;min-width:0;max-width:50%;height:100%;overflow:hidden}.about-left__top,.about-left__bottom{flex:1 1 0;min-height:0;display:flex;align-items:center;justify-content:center;width:100%}.about-left__top{background:#252422;border-bottom:1px solid #ccc5b9}.about-left__bottom{background:#403d39}.about-right{width:50%;min-width:0;max-width:50%;height:100%;display:flex;flex-direction:column;overflow:hidden}.about-identity{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#252422;padding:4rem;position:relative}.about-identity__content{display:inline-flex;flex-direction:column;align-items:center}.about-title{font-family:"Flaviotte",serif;font-size:4rem;text-transform:uppercase;margin:0;line-height:1.2;text-align:center;white-space:nowrap;word-break:keep-all;overflow-wrap:normal;hyphens:none;white-space:normal}.br-title{display:inline}@media(max-width: 768px){.br-title{display:block;width:100%;height:0}}.about-separator{width:100%;height:1px;background-color:#ccc5b9;margin:1rem 0}.about-subtitle{font-family:"Satoshi Variable",sans-serif;font-size:1.25rem;color:#ccc5b9;margin:0;text-align:center}.about-quote{background-color:#403d39;display:flex;align-items:center;justify-content:center;padding:4rem}.about-quote__text{font-family:"Satoshi Variable",sans-serif;font-size:1.25rem;line-height:1.6;text-align:center;max-width:80%;margin:0 auto}.about-intro{background-color:#403d39;padding:4rem;text-align:center;position:relative;display:flex;align-items:center;justify-content:center}.about-intro::after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background-color:#ccc5b9}.about-intro__title{font-family:"Satoshi Variable",sans-serif;font-size:2rem;letter-spacing:.1em;margin:0}.about-photo{position:relative;overflow:hidden;height:100%}.about-photo__img{width:100%;height:100%;object-fit:cover}.about-photo-mobile{display:none}.portrait-text-section{min-height:80vh;background-color:#252422;color:#fffcf2;position:relative}.portrait-text-section>.container{max-width:none;padding:0;height:100%}.portrait-text-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;height:100%;min-height:100vh;position:relative}.portrait-text-grid::after{content:"";position:absolute;top:0;bottom:0;left:50%;width:1px;background-color:#ccc5b9;transform:translateX(-50%);z-index:2}.portrait-text-image{display:flex;align-items:center;justify-content:center;padding:4rem;position:relative;overflow:hidden}.portrait-text-image__img{max-width:100%;max-height:66.67vh;width:auto;height:auto;object-fit:contain;aspect-ratio:auto}.portrait-text-content{padding:4rem;display:flex;flex-direction:column;justify-content:center;position:relative}.portrait-text-content__paragraph{font-family:"Satoshi Variable",sans-serif;font-size:1.25rem;line-height:1.5;color:#fffcf2;font-size:clamp(1rem,2.5vw,1.25rem);line-height:1.7;margin:0 0 4rem 0;text-align:justify;hyphens:auto;word-wrap:break-word}.portrait-text-content__separator{width:100%;height:1px;background-color:#ccc5b9;border:none;margin:4rem 0 0 0;opacity:.6}@media screen and (max-width: 768px){.about-section{height:auto;min-height:100vh}.about-section>.container{flex-direction:column;height:auto}.about-grid{flex-direction:column;height:auto;min-height:100vh}.about-grid::after{display:none}.about-left,.about-right{width:100%;max-width:100%;min-width:0;height:auto}.about-left{flex-direction:column}.about-left__top,.about-left__bottom{min-height:50vh}.about-right{flex-direction:column;order:2}.about-left{order:1}.about-left__top{order:1;border-bottom:1px solid #ccc5b9}.about-photo-mobile{order:2}.about-left__bottom{order:3;border-bottom:1px solid #ccc5b9}.about-intro{order:4}.about-photo{order:5}.about-identity{padding:2rem;min-height:50vh;background-color:rgba(0,0,0,0)}.about-identity__content{max-width:100%;padding:0 1rem}.about-title{font-size:clamp(2rem,8vw,2rem);white-space:normal;max-width:90%}.about-quote{padding:.5rem;min-height:50vh;background-color:rgba(0,0,0,0)}.about-quote__text{max-width:100%}.about-intro{padding:2rem;min-height:20vh}.about-photo{display:none}.about-photo-mobile{display:block;aspect-ratio:3/4;min-height:30vh;order:2;border-bottom:1px solid #ccc5b9}.about-photo-mobile .about-photo__img{width:100%;height:100%;object-fit:cover}.portrait-text-section{min-height:auto;padding:2rem 0}.portrait-text-grid{grid-template-columns:1fr;grid-template-rows:auto auto;min-height:auto;gap:0}.portrait-text-grid::after{display:none}.portrait-text-image{padding:2rem;min-height:50vh}.portrait-text-image__img{max-height:50vh;width:100%;object-fit:cover}.portrait-text-content{padding:2rem}.portrait-text-content__paragraph{font-size:1rem;line-height:1.6;margin:0 0 2rem 0}.portrait-text-content__separator{margin:2rem 0 0 0}}@media screen and (max-width: 576px){.about-title{font-size:clamp(1.5rem,6vw,2rem);max-width:95%;line-height:1.1}.about-identity{padding:1rem}.about-identity__content{padding:0 .5rem}.about-separator{margin:.5rem 0}.about-subtitle{font-size:1rem}}.title-break{display:none}@media(max-width: 768px){.title-break{display:block;width:100%;height:0}}.page-projects .header{background-color:#252422}.page-projects .header::before{display:none}.page-projects .hero-wrapper{display:none}.page-projects-mariages .projets-section>.container,.page-projects-portraits .projets-section>.container,.page-projects-evenements .projets-section>.container,.page-projects-commercial .projets-section>.container{max-width:none}.projets-section{min-height:100vh;background-color:#252422;color:#fffcf2;position:relative}.projets-section>.container{max-width:none;height:100vh;display:flex;align-items:stretch}.projets-grid{display:flex;width:100%;height:100%;position:relative;min-width:0}.projets-grid::after{content:"";position:absolute;top:0;bottom:0;left:50%;width:1px;background-color:#ccc5b9;transform:translateX(-50%);z-index:2}.projets-menu{width:50%;min-width:0;max-width:50%;height:100vh;display:flex;flex-direction:column;overflow:hidden;background-color:#252422}.projets-menu__container{flex:1;overflow-y:scroll;scroll-snap-type:y mandatory;padding:50vh 0 50vh 0;display:flex;flex-direction:column;height:100%;scrollbar-width:none;-ms-overflow-style:none}.projets-menu__container::-webkit-scrollbar{display:none}.project-title{font-family:"Satoshi Variable",sans-serif;font-size:clamp(3rem,4vw,6rem);font-weight:400;text-transform:uppercase;font-weight:bold;background:none;padding:2rem clamp(1rem,3vw,4rem);cursor:pointer;transition:all .3s ease;border:none;border-bottom:1px solid #ccc5b9;position:relative;min-height:25vh;display:flex;align-items:center;justify-content:center;text-align:center;scroll-snap-align:center;margin:0;line-height:1.1;letter-spacing:.05em;width:100%;overflow:hidden;word-wrap:break-word;hyphens:auto}.project-title span{display:block;line-height:1.1;letter-spacing:.05em;max-width:100%;overflow-wrap:break-word;word-break:break-word}.project-title.active{color:#eb2828;transform:scale(1.02);opacity:1 !important}.project-title:last-child{border-bottom:none}.projets-preview{width:50%;min-width:0;max-width:50%;height:100%;display:flex;flex-direction:column;overflow:hidden;background-color:#252422;cursor:pointer}.projets-preview__container{flex:1;position:relative;overflow:hidden}.projets-preview__image{width:100%;height:100%;position:relative;overflow:hidden}.projets-preview__img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.projets-preview__overlay{position:absolute;bottom:0;left:0;right:0;background:rgba(0,0,0,.6);padding:4rem;transform:translateY(0);transition:transform .3s ease}.projets-preview__content{color:#fffcf2}.projets-preview__title{font-family:"Satoshi Variable",sans-serif;font-size:2rem;font-weight:700;text-transform:uppercase;margin:0 0 1rem 0;letter-spacing:.1em}.projets-preview__description{font-family:"Satoshi Variable",sans-serif;font-size:1rem;line-height:1.6;margin:0;opacity:.9;max-width:90%}.projets-preview__image.fade-out .projets-preview__img{transform:scale(1.1);opacity:0}.projets-preview__image.fade-in .projets-preview__img{transform:scale(1);opacity:1}@media screen and (max-width: 992px){.projets-grid{flex-direction:column;height:auto;min-height:100vh}.projets-grid::after{display:none}.projets-menu,.projets-preview{width:100%;max-width:100%;height:auto}.projets-menu{order:1;min-height:50vh;height:auto}.projets-menu__container{flex-direction:column;overflow-y:scroll;overflow-x:hidden;padding:25vh 0 25vh 0;gap:0;scroll-snap-type:y mandatory;height:50vh;scrollbar-width:none;-ms-overflow-style:none}.projets-menu__container::-webkit-scrollbar{display:none}.project-title{min-height:20vh;font-size:clamp(1.8rem,4vw,2.5rem);scroll-snap-align:center;padding:1rem clamp(.5rem,2vw,2rem)}.project-title.active{font-size:clamp(2rem,4.5vw,2.8rem)}.projets-preview{order:2;min-height:50vh}.projets-preview__overlay{padding:2rem}.projets-preview__title{font-size:1.25rem}.projets-preview__description{font-size:1rem}}.page-project .header::before{display:none}.page-project .hero-wrapper{display:none}.project-presentation{min-height:100vh;background-color:#252422;color:#fffcf2;position:relative;display:flex;align-items:center;border-bottom:1px solid #ccc5b9}.project-presentation__grid{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center;width:100%}.project-presentation__content{display:flex;flex-direction:column;gap:2rem}.project-presentation__title{font-family:"Satoshi Variable",sans-serif;font-size:clamp(2rem,6vw,4rem);font-weight:700;text-transform:uppercase;margin:0;line-height:1.1;letter-spacing:.05em;color:#fffcf2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.project-presentation__separator{width:100%;height:1px;background-color:#ccc5b9;margin:0}.project-presentation__description{font-family:"Satoshi Variable",sans-serif;font-size:clamp(1rem,2.5vw,1.25rem);line-height:1.7;color:#fffcf2;margin:0;text-align:justify;hyphens:auto;word-wrap:break-word}.project-presentation__image{display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.project-presentation__img{max-width:100%;max-height:70vh;width:auto;height:auto;object-fit:cover;border-radius:4px}.project-gallery{min-height:100vh;background-color:#252422;color:#fffcf2;position:relative;display:flex;align-items:center;border-bottom:1px solid #ccc5b9}.project-gallery__wrapper{width:100%;max-width:1200px;margin:0 auto;padding-left:clamp(.5rem,5vw,2rem);padding-right:clamp(.5rem,5vw,2rem);box-sizing:border-box;position:relative}.project-gallery__scroll{display:flex;gap:0;height:100%;width:100%;transition:transform .5s ease}.project-gallery__item{flex:0 0 auto;width:400px;height:100vh;position:relative;overflow:hidden;border-radius:0;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:0}.project-gallery__item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-gallery__item:hover img{transform:scale(1.05)}.project-gallery__nav{position:absolute;top:50%;transform:translateY(-50%);width:3rem;height:3rem;background:rgba(37,36,34,.8);border:1px solid #ccc5b9;color:#fffcf2;border-radius:50%;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;font-size:1.5rem;transition:all .3s ease}.project-gallery__nav:hover{background:#eb2828;color:#252422}.project-gallery__nav--prev{left:2rem}.project-gallery__nav--next{right:2rem}.project-gallery__nav:disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.project-gallery__indicators{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;gap:.5rem;z-index:10}.project-gallery__indicator{width:.75rem;height:.75rem;border-radius:50%;background:rgba(204,197,185,.3);cursor:pointer;transition:all .3s ease}.project-gallery__indicator.active{background:#eb2828}.project-gallery__indicator:hover{background:#ccc5b9}@media screen and (max-width: 768px){.project-presentation{padding:2rem 0}.project-presentation__grid{gap:2rem}.project-presentation__title{font-family:"Satoshi Variable",sans-serif;font-size:clamp(1.25rem,4vw,2rem);font-weight:700;text-align:center}.project-presentation__description{font-size:1rem;line-height:1.6;padding-inline:2rem}.project-presentation__img{max-height:40vh}.project-gallery{padding:2rem 0}.project-gallery__wrapper{height:50vh}.project-gallery__item{width:250px;height:50vh}.project-gallery__nav{width:2rem;height:2rem;font-size:1rem}.project-gallery__nav--prev{left:.5rem}.project-gallery__nav--next{right:.5rem}.project-gallery__indicators{bottom:1rem}}@media screen and (max-width: 992px){.project-presentation{min-height:auto;padding:4rem 0}.project-presentation__grid{grid-template-columns:1fr;gap:4rem}.project-presentation__title{font-family:"Satoshi Variable",sans-serif;font-size:clamp(1.75rem,5vw,3rem);font-weight:700}.project-presentation__description{font-size:clamp(1rem,2vw,1.125rem)}.project-presentation__img{max-height:50vh}.project-gallery{min-height:auto;padding:4rem 0}.project-gallery__wrapper{height:60vh}.project-gallery__item{width:300px;height:60vh}.project-gallery__nav{width:2.5rem;height:2.5rem;font-size:1.25rem}.project-gallery__nav--prev{left:1rem}.project-gallery__nav--next{right:1rem}}@media screen and (max-width: 768px){.project-presentation{padding:2rem 0}.project-presentation__grid{gap:2rem}.project-presentation__title{font-family:"Satoshi Variable",sans-serif;font-size:clamp(1.25rem,4vw,2rem);font-weight:700;text-align:center}.project-presentation__description{font-size:1rem;line-height:1.6;padding-inline:2rem}.project-presentation__img{max-height:40vh}.project-gallery{padding:2rem 0}.project-gallery__wrapper{height:50vh}.project-gallery__item{width:250px;height:50vh}.project-gallery__nav{width:2rem;height:2rem;font-size:1rem}.project-gallery__nav--prev{left:.5rem}.project-gallery__nav--next{right:.5rem}.project-gallery__indicators{bottom:1rem}}.page-contact{min-height:100vh;display:flex;flex-direction:column}.contact-section{flex:1;display:flex;align-items:center;justify-content:center;padding:4rem 0;min-height:100vh}@media screen and (max-width: 768px){.contact-section{padding:6rem 0;min-height:100vh}}.contact-content{width:100%;text-align:center;padding:0 2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}@media screen and (max-width: 768px){.contact-content{position:relative;top:auto;left:auto;transform:none;padding:0 2rem}}.contact-grid{display:grid;grid-template-columns:1fr auto 1fr;gap:6rem;align-items:center;margin-bottom:6rem;width:100%;justify-items:center}@media screen and (max-width: 768px){.contact-grid{grid-template-columns:1fr;gap:4rem}}.contact-left,.contact-right{display:flex;flex-direction:column;gap:4rem;align-items:center;width:100%}@media screen and (max-width: 768px){.contact-left,.contact-right{gap:2rem}}.contact-divider{width:3px;height:300px;background-color:#ccc5b9;margin:0 auto;align-self:center}@media screen and (max-width: 768px){.contact-divider{width:80%;height:2px;margin:2rem auto}}.contact-item{display:flex;align-items:center;justify-content:center;padding:2rem;border-radius:8px;transition:all .3s ease;width:100%}.contact-item:hover{background-color:rgba(204,197,185,.1);transform:translateY(-2px)}@media screen and (max-width: 768px){.contact-item{justify-content:center;padding:1rem}}.contact-item__icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;margin-right:2rem;color:#ccc5b9;font-size:1.75rem;flex-shrink:0}@media screen and (max-width: 768px){.contact-item__icon{width:40px;height:40px;font-size:1.5rem;margin-right:2rem}}.contact-item__content{flex:1;text-align:center}@media screen and (max-width: 768px){.contact-item__content{text-align:center}}.contact-link{font-family:"Satoshi Variable",sans-serif;font-weight:400;font-size:1.5rem;color:#fffcf2;text-decoration:none;transition:all .3s ease;position:relative;padding:.5rem 0;display:inline-block}.contact-link::after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background-color:#eb2828;transition:width .3s ease}.contact-link:hover{color:#eb2828}.contact-link:hover::after{width:100%}@media screen and (max-width: 768px){.contact-link{font-size:1.25rem}}.contact-message{margin-top:6rem;width:100%;display:flex;justify-content:center;align-items:center}@media screen and (max-width: 768px){.contact-message{margin-top:4rem}}.contact-message__text{font-family:"Satoshi Variable",sans-serif;font-weight:400;font-size:1.25rem;color:#fffcf2;line-height:1.6;margin:0;max-width:600px;text-align:center}@media screen and (max-width: 768px){.contact-message__text{font-size:1rem;line-height:1.7}}@media screen and (max-width: 768px){.contact-content{padding:0 2rem}.contact-grid{gap:2rem}.contact-item{margin-bottom:1rem;padding:1rem}.contact-item__icon{width:35px;height:35px;font-size:1.25rem;margin-right:2rem}.contact-link{font-size:1rem;padding:.5rem 0}.contact-message{margin-top:4rem}.contact-message__text{font-size:1rem}}.page-tarifs{min-height:100vh;display:flex;flex-direction:column}.tarifs-section{flex:1;padding:4rem 0;min-height:100vh}@media screen and (max-width: 768px){.tarifs-section{padding:6rem 0}}.tarifs-content{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}@media screen and (max-width: 768px){.tarifs-content{padding:0 2rem}}.tarifs-header{text-align:center;margin-bottom:6rem}@media screen and (max-width: 768px){.tarifs-header{margin-bottom:4rem}}.tarifs-title{font-family:"Satoshi Variable",sans-serif;font-weight:700;font-size:2.5rem;color:#fffcf2;margin-bottom:1rem}@media screen and (max-width: 768px){.tarifs-title{font-size:2rem}}@media screen and (max-width: 576px){.tarifs-title{font-size:1.75rem}}.tarifs-subtitle{font-family:"Satoshi Variable",sans-serif;font-weight:400;font-size:1.25rem;color:#ccc5b9;margin:0}.tarifs-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(350px, 1fr));gap:6rem}@media screen and (max-width: 768px){.tarifs-grid{grid-template-columns:1fr;gap:4rem}}.tarif-card{background:#252422;border:1px solid rgba(204,197,185,.2);border-radius:12px;overflow:hidden;transition:all .4s cubic-bezier(0.4, 0, 0.2, 1);position:relative}.tarif-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(204,197,185,.15);border-color:#ccc5b9}.tarif-card:hover .tarif-card__image{transform:scale(1.05)}.tarif-card:hover .tarif-card__image .tarif-card__overlay{opacity:1;background:rgba(204,197,185,.8)}.tarif-card:hover .tarif-card__content{transform:translateY(-4px)}.tarif-card__image{position:relative;height:250px;overflow:hidden;transition:transform .4s cubic-bezier(0.4, 0, 0.2, 1)}.tarif-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(0.4, 0, 0.2, 1)}.tarif-card__image .tarif-card__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(204,197,185,0);display:flex;align-items:center;justify-content:center;opacity:0;transition:all .4s cubic-bezier(0.4, 0, 0.2, 1)}.tarif-card__image .tarif-card__overlay i{font-size:3rem;color:#fff;transform:scale(0.8);transition:transform .4s cubic-bezier(0.4, 0, 0.2, 1)}.tarif-card__image:hover .tarif-card__overlay i{transform:scale(1)}.tarif-card__content{padding:4rem;transition:transform .4s cubic-bezier(0.4, 0, 0.2, 1)}@media screen and (max-width: 768px){.tarif-card__content{padding:2rem}}.tarif-card__header{margin-bottom:2rem}.tarif-card__title{font-family:"Satoshi Variable",sans-serif;font-weight:700;font-size:1.5rem;color:#fffcf2;margin:0}@media screen and (max-width: 768px){.tarif-card__title{font-size:1.25rem}}.tarif-card__prices{margin-bottom:2rem}.tarif-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid rgba(204,197,185,.1)}.tarif-item:last-child{border-bottom:none}.tarif-label{font-family:"Satoshi Variable",sans-serif;font-weight:400;font-size:1.25rem;color:#fffcf2;flex:1}.tarif-price{font-family:"Satoshi Variable",sans-serif;font-weight:700;font-size:1.25rem;color:#eb2828;text-align:right;margin-left:1rem}.tarif-card__description{margin-bottom:2rem}.tarif-card__description p{font-family:"Satoshi Variable",sans-serif;font-weight:400;font-size:.9rem;color:#ccc5b9;line-height:1.6;margin:0}.tarif-card__features{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.feature-item{display:flex;align-items:flex-start;gap:1rem}.feature-item i{color:#ccc5b9;font-size:.9rem;width:16px;text-align:center;flex-shrink:0;margin-top:2px}.feature-item span{font-family:"Satoshi Variable",sans-serif;font-weight:400;font-size:.85rem;color:#ccc5b9;line-height:1.4}.tarif-card__options{border-top:1px solid rgba(204,197,185,.2);padding-top:2rem}.tarif-options__title{font-family:"Satoshi Variable",sans-serif;font-weight:700;font-size:1.1rem;color:#fffcf2;margin:0 0 1rem 0}.tarif-options__list{display:flex;flex-direction:column;gap:.5rem}.tarif-option{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}.tarif-option .tarif-option__label{font-family:"Satoshi Variable",sans-serif;font-weight:400;font-size:.8rem;color:#fffcf2;flex:1}.tarif-option .tarif-option__price{font-family:"Satoshi Variable",sans-serif;font-weight:700;font-size:.8rem;color:#eb2828;text-align:right;margin-left:1rem}@media screen and (max-width: 576px){.tarif-card__image{height:200px}.tarif-card__content{padding:1rem}.tarif-item{flex-direction:column;align-items:flex-start;gap:.5rem}.tarif-item .tarif-price{text-align:left;margin-left:0}.feature-item{gap:.5rem}.feature-item span{font-size:.8rem}.tarif-option{flex-direction:column;align-items:flex-start;gap:.5rem}.tarif-option .tarif-option__price{text-align:left;margin-left:0}}.tarif-card{opacity:0;transform:translateY(30px);animation:fadeInUp .6s cubic-bezier(0.4, 0, 0.2, 1) forwards}.tarif-card:nth-child(1){animation-delay:.1s}.tarif-card:nth-child(2){animation-delay:.2s}.tarif-card:nth-child(3){animation-delay:.3s}.tarif-card:nth-child(4){animation-delay:.4s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.tarif-card:focus-within{outline:2px solid #ccc5b9;outline-offset:2px}.tarif-card[data-category]{cursor:pointer}.tarif-card[data-category]:hover,.tarif-card[data-category]:focus{outline:none}.shooting-hero{min-height:90vh;display:flex;align-items:center;padding:4rem 0}.shooting-hero__grid{display:flex;align-items:center;width:100%}@media(max-width: 768px){.shooting-hero__grid{flex-direction:column;gap:2rem}}.shooting-hero__content{margin-left:2rem;flex:1}@media(max-width: 768px){.shooting-hero__content{max-width:100%;order:1}}.shooting-hero__title{font-family:"Satoshi Variable",sans-serif;font-weight:700;font-size:6rem;color:#fffcf2;margin:0 0 1rem 0;line-height:1.1}@media(max-width: 992px){.shooting-hero__title{font-size:4rem}}@media(max-width: 768px){.shooting-hero__title{font-size:2rem}}.shooting-hero__separator{display:block;width:75%;height:2px;background-color:#ccc5b9;margin:0 0 2rem 0;content:""}.shooting-hero__description{font-family:"Satoshi Variable",sans-serif;font-weight:400;font-size:1.25rem;color:#fffcf2;line-height:1.6;margin:0}@media(max-width: 768px){.shooting-hero__description{font-size:1rem}}.shooting-hero__visual{flex:1;display:flex;justify-content:center;align-items:center;max-width:50%}@media(max-width: 768px){.shooting-hero__visual{max-width:100%;order:2}}.shooting-hero__image{max-height:70vh;width:auto;object-fit:cover;border-radius:4px}@media(max-width: 768px){.shooting-hero__image{max-height:50vh;width:100%;object-fit:cover}}@media screen and (max-width: 768px){.nav__links{gap:4rem}.hero__title{font-size:4rem}}@media screen and (max-width: 768px){html,body{overflow-x:hidden;width:100%}*{box-sizing:border-box}.nav__links{flex-direction:column;align-items:center;gap:1rem}.hero__title{font-size:2rem;line-height:1.1;padding:0 1rem}.hero__subtitle{font-size:1rem;padding:0 1rem}.hero__separator{margin:1rem auto}.hero-wrapper{min-height:100vh}}@media screen and (max-width: 768px)and (max-width: 768px){.hero-wrapper .placeholder-bg{background-attachment:scroll;filter:none !important}}@media screen and (max-width: 768px){.container{max-width:100%}.spacing-1{margin:.5rem}.spacing-2{margin:1rem}.spacing-3{margin:1.5rem}.spacing-4{margin:2rem}h1,h2,h3,h4,h5,h6{word-wrap:break-word;hyphens:auto}p{word-wrap:break-word;line-height:1.6}img{max-width:100%;height:auto}.flex{flex-direction:column}.flex--row-mobile{flex-direction:row}.grid{grid-template-columns:1fr;gap:1rem}button,a{min-height:44px;min-width:44px}.carousel-slide{transition:transform .3s ease}*{-webkit-tap-highlight-color:rgba(0,0,0,0)}.text-small{font-size:.875rem}.text-large{font-size:1.125rem}#main-content{display:flex;flex-direction:column}#main-content .gallery-section{order:2}#main-content .carousel-section{order:1}#main-content .menu-fullpage{order:3}.p-1{padding:.5rem}.p-2{padding:1rem}.p-3{padding:1.5rem}.p-4{padding:2rem}.m-1{margin:.5rem}.m-2{margin:1rem}.m-3{margin:1.5rem}.m-4{margin:2rem}}:root{--color-bg: #252422;--color-bg-secondary: #403D39;--color-accent: #EB2828;--color-tertiary: #CCC5B9;--color-text: #FFFCF2;--color-text-muted: rgba(255, 252, 242, 0.8);--color-border: rgba(255, 252, 242, 0.1);--font-primary: "Satoshi Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-secondary: "Flaviotte", serif;--font-size-base: 1rem;--font-size-sm: 0.875rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 2rem;--font-size-4xl: 2.5rem;--line-height-tight: 1.2;--line-height-normal: 1.5;--line-height-relaxed: 1.75;--spacing-xs: 0.25rem;--spacing-sm: 0.5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--spacing-3xl: 4rem;--max-width: 1200px;--container-padding: 1rem;--border-radius: 0.25rem;--border-radius-lg: 0.5rem;--transition-fast: 0.15s ease;--transition-normal: 0.3s ease;--transition-slow: 0.5s ease;--z-dropdown: 1000;--z-sticky: 1020;--z-fixed: 1030;--z-modal-backdrop: 1040;--z-modal: 1050;--z-popover: 1060;--z-tooltip: 1070}@media(prefers-contrast: high){:root{--color-bg: #000000;--color-text: #ffffff;--color-accent: #ff0000;--color-border: #ffffff}}@media(prefers-reduced-motion: reduce){*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}.skip-link{position:absolute;top:-40px;left:6px;background:var(--color-accent);color:var(--color-text);padding:8px;text-decoration:none;border-radius:var(--border-radius);z-index:var(--z-tooltip);transition:top var(--transition-normal)}.skip-link:focus{top:6px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.bg-main{position:fixed;inset:0;width:100vw;height:100vh;z-index:0;background:url("../images/ui/Hero-bg.webp") center center/cover no-repeat;pointer-events:none;will-change:transform}img{max-width:100%;height:auto;display:block}@media print{.nav__burger,.nav__mobile-overlay,.carousel-arrow,.footer__social{display:none !important}body{background:#fff !important;color:#000 !important}a{color:#000 !important;text-decoration:underline !important}.hero__title{color:#000 !important}}
