:root{--bg-color:#fff;--text-color:#1a1a1a;--text-light:#555;--font-heading:"Cormorant", serif;--font-body:"Nunito Sans", sans-serif;--spacing-base:1.5rem}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-color);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}.container{text-align:center;flex-direction:column;align-items:center;max-width:1200px;margin:0 auto;padding:4rem 2rem;display:flex}.header{max-width:800px;margin-bottom:5rem}.brand-logo-container{justify-content:center;width:100%;margin-bottom:-1rem;padding-top:3rem;display:flex}.logo img{object-fit:contain;width:auto;height:120px}.title{font-family:var(--font-heading);letter-spacing:-.02em;color:#000;text-transform:uppercase;margin-bottom:1rem;font-size:clamp(1.8rem,6vw,5.5rem);font-weight:400;line-height:1.2}.main-title{font-style:italic}.about-section{text-align:center;width:100%;max-width:800px;margin:0 auto 4rem;padding:0 1.5rem}.about-content p{font-family:var(--font-heading);color:var(--text-color);opacity:.85;margin-bottom:1.5rem;font-size:1.3rem;line-height:1.7}.about-content p:last-child{margin-bottom:0}.about-content strong{font-weight:600}@media (width>=768px){.header{margin-bottom:2rem}.about-section{margin-bottom:5rem}.about-content p{font-size:1.6rem;line-height:1.8}}.subtitle{font-family:var(--font-heading);color:var(--text-light);margin-bottom:2rem;font-size:clamp(1.5rem,3vw,2.25rem);font-style:italic;font-weight:300}.credits{text-transform:uppercase;letter-spacing:.1em;color:var(--text-light);font-size:.95rem}.gallery{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;width:100%;margin-bottom:5rem;display:grid}.gallery-item{opacity:0;width:100%;animation:1s forwards fadeUp;animation-delay:calc(var(--animation-order) * .2s + .5s);overflow:hidden;transform:translateY(20px)}.gallery-item img.main-photo{height:400px}.gallery-item img{object-fit:cover;width:100%;height:auto;transition:transform .7s cubic-bezier(.165,.84,.44,1);display:block}.gallery-item:hover img{transform:scale(1.03)}.footer{border-top:1px solid #eaeaea;width:100%;max-width:600px;padding-top:3rem}.link{color:var(--text-color);letter-spacing:.05em;font-size:.9rem;text-decoration:none;transition:opacity .3s;position:relative}.link:after{content:"";transform-origin:100% 100%;background-color:currentColor;width:100%;height:1px;transition:transform .4s cubic-bezier(.86,0,.07,1);position:absolute;bottom:-4px;left:0;transform:scaleX(0)}.link:hover:after{transform-origin:0 100%;transform:scaleX(1)}.link:hover{opacity:.7}.video-section{justify-content:center;align-items:center;width:100%;max-width:900px;margin:4rem auto;padding:0 1rem;display:flex}.video-container{aspect-ratio:16/9;cursor:pointer;background-color:#000;border-radius:16px;width:100%;transition:transform .4s cubic-bezier(.165,.84,.44,1),box-shadow .4s;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000001f}.video-container:hover{transform:translateY(-4px);box-shadow:0 25px 50px #0000002e}.promo-video{object-fit:cover;outline:none;width:100%;height:100%;transition:opacity .3s;display:block}.video-fade-overlay{opacity:0;pointer-events:none;z-index:5;background-color:#000;width:100%;height:100%;transition:opacity 1.5s ease-in-out;position:absolute;top:0;left:0}.custom-play-btn{-webkit-backdrop-filter:blur(10px);z-index:10;pointer-events:none;background:#ffffff26;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 10px 30px #0000001a}.custom-play-btn:after{content:"";border:16px solid #0000;border-left:26px solid #fff;border-right-width:0;margin-left:10px;display:block}.video-container:hover .custom-play-btn{background:#ffffff40;transform:translate(-50%,-50%)scale(1.1)}.custom-play-btn.hidden{opacity:0;transform:translate(-50%,-50%)scale(.8)}.custom-video-controls{opacity:0;z-index:20;background:linear-gradient(#0000,#0009);width:100%;padding:15px 0 10px;transition:opacity .3s;position:absolute;bottom:0;left:0}.video-container:hover .custom-video-controls,.custom-video-controls.active{opacity:1}.progress-bar{cursor:pointer;background:#ffffff40;border-radius:4px;width:95%;height:6px;margin:0 auto;transition:height .2s;position:relative;overflow:hidden}.progress-bar:hover{height:10px}.progress-fill{pointer-events:none;background:#fff;width:0%;height:100%;transition:width .1s linear}.reviews-section{opacity:0;width:100%;margin-bottom:5rem;animation:1s forwards fadeUp}.section-title{font-family:var(--font-heading);text-align:center;text-transform:uppercase;color:#000;letter-spacing:.05em;margin-bottom:2.5rem;font-size:clamp(2rem,5vw,3rem);font-weight:300}.reviews-carousel{-webkit-overflow-scrolling:touch;scrollbar-width:none;align-items:center;gap:1.5rem;margin:0 -1rem;padding:0 1rem 2rem;display:flex;overflow-x:auto}.reviews-carousel::-webkit-scrollbar{display:none}.review-card{cursor:pointer;background:#fdfdfd;border-radius:12px;flex:0 0 85%;justify-content:center;align-items:center;max-width:340px;height:440px;padding:1.5rem;transition:transform .4s cubic-bezier(.165,.84,.44,1);display:flex;box-shadow:0 10px 30px #0000000f}.review-card:hover{transform:translateY(-5px)}.review-img{object-fit:contain;border-radius:8px;max-width:100%;max-height:100%}@media (width>=768px){.reviews-carousel{justify-content:flex-start;margin:0;padding:0 0 2rem}.review-card{flex:0 0 320px;height:480px}}.contacts{opacity:0;flex-direction:column;align-items:center;gap:3rem;margin-top:-2rem;margin-bottom:4rem;animation:1s .9s forwards fadeUp;display:flex}.contact-links{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.contact-btn{color:#000;font-family:var(--font-body);letter-spacing:.05em;background:#fff;border:1px solid #e2e2e2;border-radius:50px;align-items:center;gap:.75rem;padding:.85rem 2rem;font-size:.95rem;text-decoration:none;transition:all .3s cubic-bezier(.165,.84,.44,1);display:inline-flex}.contact-btn:hover{color:#fff;background:#000;border-color:#000;transform:translateY(-3px);box-shadow:0 10px 30px #0000001f}.contact-btn svg{width:18px;height:18px}.qr-card{background:#fff;border-radius:24px;flex-direction:column;align-items:center;margin-top:40px;padding:2.5rem 2rem 1.5rem;transition:transform .3s;display:flex;position:relative;box-shadow:0 10px 40px #0000000f}.qr-card:hover{transform:translateY(-5px)}.qr-logo-top{background:#fdfdfd;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;display:flex;position:absolute;top:-40px;box-shadow:0 4px 15px #00000014}.qr-logo-top img{object-fit:cover;border-radius:50%;width:72px;height:72px}#tg-qr-canvas{justify-content:center;align-items:center;margin-bottom:.5rem;display:flex}.qr-card-text{font-family:var(--font-body);color:#72af66;text-transform:uppercase;letter-spacing:.05em;margin-top:.5rem;font-size:1.6rem;font-weight:800}.fade-in{opacity:0;animation:1.5s forwards fadeIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.container{padding:3rem 1.5rem}.header{margin-bottom:3rem}.gallery{gap:2rem}}.fullscreen-overlay{z-index:9999;opacity:0;background-color:#fffffff2;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:none;position:fixed;top:0;left:0}.fullscreen-overlay.active{opacity:1;display:flex}.fullscreen-overlay img{object-fit:contain;max-width:90vw;max-height:90vh;transition:transform .3s;transform:scale(.95);box-shadow:0 10px 40px #00000014}.fullscreen-overlay.active img{transform:scale(1)}.close-btn{color:#000;cursor:pointer;z-index:10000;font-size:40px;font-weight:300;line-height:1;position:absolute;top:20px;right:30px}.gallery-item{cursor:pointer}
