@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;800&display=swap";:root{--color-dark:#050705;--color-moss:#0a1f0a;--color-yellow:#eab308;--color-yellow-dark:#ca8a04;--color-green:#15803d;--color-text:#fdfdfd;--color-text-muted:#b8c4b8;--font-main:"Outfit", sans-serif;--glass-bg:#0a190a66;--glass-border:#ffffff26;--glass-shadow:0 15px 40px 0 #0009;--section-bg:var(--color-dark);--card-bg:#ffffff08;--card-border:#ffffff1a;--input-bg:#00000080;--input-border:#fff3;--footer-bg:#030403;--trans:background-color .3s, color .3s, border-color .3s}[data-theme=light]{--color-dark:#f5fdf5;--color-moss:#e8f5e8;--color-yellow:#eab308;--color-yellow-dark:#ca8a04;--color-green:#15803d;--color-text:#0a1a0a;--color-text-muted:#3a6a45;--glass-bg:#ffffffd1;--glass-border:#15803d38;--glass-shadow:0 15px 40px 0 #00000014;--section-bg:#f5fdf5;--card-bg:#ffffffe6;--card-border:#15803d26;--input-bg:#ffffffe6;--input-border:#15803d4d;--footer-bg:#042a14}*,:before,:after{transition:var(--trans)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-main);background-color:var(--color-dark);color:var(--color-text);line-height:1.6;overflow-x:hidden}h1,h2,h3{font-weight:600;line-height:1.2}.section-title{text-align:center;color:var(--color-yellow);text-shadow:0 4px 25px #eab30840;margin-bottom:1rem;font-size:3.5rem}.section-desc{text-align:center;color:var(--color-text-muted);margin-bottom:4rem;font-size:1.2rem}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);border-radius:28px;padding:2.5rem;position:relative;overflow:hidden}.btn-glow{background:linear-gradient(135deg, var(--color-yellow), var(--color-yellow-dark));color:#000;z-index:1;text-shadow:0 1px 2px #ffffff4d;border:1px solid #ffffff4d;border-radius:50px;padding:.9rem 2.2rem;font-weight:800;text-decoration:none;transition:all .5s cubic-bezier(.175,.885,.32,1.275);display:inline-block;position:relative;overflow:hidden;box-shadow:0 0 25px #eab30880,inset 0 2px 5px #fff6}.btn-glow:after{content:"";z-index:-2;opacity:0;background:conic-gradient(#0000,#0000,#0000,#fff);width:200%;height:200%;transition:opacity .4s;animation:3s linear infinite rotateGlow;position:absolute;top:-50%;left:-50%}.btn-glow:before{content:"";background:linear-gradient(135deg, #facc15, var(--color-yellow));z-index:-1;border-radius:50px;transition:all .4s;position:absolute;inset:2px}@keyframes rotateGlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.btn-glow:hover{color:#000;transform:translateY(-5px)scale(1.08);box-shadow:0 15px 40px #eab308cc,inset 0 2px 10px #fff9}.btn-glow:hover:after{opacity:.6}.btn-large{margin-top:2rem;padding:1.3rem 4rem;font-size:1.4rem}.nav-overlay{z-index:999;pointer-events:none;background:linear-gradient(#000000e6 0%,#0000 100%);width:100%;height:180px;position:absolute;top:0;left:0}.navbar{z-index:1000;width:100%;padding:1.5rem 0;transition:all .5s;position:fixed;top:0;left:0}.navbar.scrolled{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-bottom:1px solid var(--glass-border);background:#050705f2;padding:1rem 0;box-shadow:0 4px 30px #00000080}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.nav-right{align-items:center;gap:3rem;display:flex}.logo{filter:drop-shadow(0 2px 8px #000000e6);height:75px;transition:transform .4s cubic-bezier(.175,.885,.32,1.275)}.logo:hover{transform:scale(1.1)}.nav-links{align-items:center;gap:2rem;list-style:none;display:flex}.nav-links a:not(.btn-glow){color:var(--color-text);text-shadow:0 2px 6px #000000e6;font-size:1.05rem;font-weight:600;text-decoration:none;transition:color .3s}.nav-links a:not(.btn-glow):hover{color:var(--color-yellow)}.lang-selector-wrapper{position:relative}.lang-selector{appearance:none;color:#fff;font-family:var(--font-main);cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff4d;border-radius:20px;outline:none;padding:.5rem 2rem .5rem 1rem;font-size:1rem;font-weight:600;transition:all .3s}.lang-selector:hover{border-color:var(--color-yellow);background:#fff3}.lang-selector option{background:var(--color-dark);color:#fff}.lang-selector-wrapper:after{content:"▼";color:#fff;pointer-events:none;font-size:.8rem;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.hamburger{cursor:pointer;z-index:1001;flex-direction:column;gap:6px;display:none}.hamburger span{background:#fff;border-radius:3px;width:30px;height:3px;transition:all .3s}.hero{text-align:center;justify-content:center;align-items:center;height:100vh;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:-2;filter:brightness(.7)contrast(1.15);background:url(/images/hero-bg-real.jpg) 50%/cover no-repeat;width:110%;height:110%;position:absolute;top:-5%;left:-5%}#particle-canvas{z-index:-1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:1;opacity:0;max-width:900px;padding:0 2rem;animation:1.2s cubic-bezier(.2,.8,.2,1) .5s forwards fadeUp;position:relative;transform:translateY(40px)}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}.hero-title{letter-spacing:6px;text-transform:uppercase;background:linear-gradient(135deg, #fff 0%, var(--color-yellow) 100%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 5px 20px #000000b3);-webkit-background-clip:text;margin-bottom:.5rem;font-size:6.5rem}.hero-legal{color:var(--color-yellow);letter-spacing:2px;text-transform:uppercase;text-shadow:0 2px 10px #000000e6;margin-bottom:1.5rem;font-size:1.1rem;font-weight:400}.hero-subtitle{color:#fff;text-shadow:0 3px 15px #000000e6;margin-bottom:3.5rem;font-size:1.9rem;font-weight:300}.btn-scroll{color:var(--color-yellow);border-bottom:2px solid var(--color-yellow);text-shadow:0 2px 5px #000c;padding-bottom:6px;font-size:1.3rem;font-weight:600;text-decoration:none;transition:all .3s}.btn-scroll:hover{color:#fff;letter-spacing:1.5px;border-color:#fff}section{padding:8rem 0;position:relative}.vision{background:linear-gradient(to bottom, var(--color-dark), var(--color-moss))}.main-glass{text-align:center;margin-bottom:4rem}.lead-text{color:#fff;font-size:1.6rem;font-weight:300}.mission-list{text-align:left;margin-top:3rem}.mission-item{border-left:4px solid var(--color-yellow);background:#ffffff08;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem}.mission-item h4{color:var(--color-yellow);margin-bottom:.5rem;font-size:1.4rem}.mission-item p{color:#fff;font-size:1.1rem}.voyages{background-color:var(--color-dark)}.evenements{background:linear-gradient(to bottom, var(--color-moss), var(--color-dark))}.projets{background:var(--color-dark);text-align:center}.gallery-item{cursor:pointer;padding:1.2rem;text-decoration:none;transition:transform .4s;display:block}.gallery-img-container{border-radius:16px;width:100%;height:260px;margin-bottom:1.5rem;position:relative;overflow:hidden}.gallery-img{object-fit:cover;width:100%;height:100%;transition:transform .8s}.gallery-item:hover .gallery-img{transform:scale(1.15)}.gallery-overlay{opacity:0;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.gallery-overlay span{color:#fff;border:2px solid #fff;border-radius:50px;padding:.5rem 1.5rem;font-size:1.5rem;font-weight:600}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-info h3{color:var(--color-yellow);margin-bottom:.3rem;font-size:1.5rem}.gallery-info p{color:var(--color-text-muted);font-size:1.1rem}.contact{background:radial-gradient(circle at top, var(--color-green) 0%, var(--color-dark) 80%)}.contact-form{flex-direction:column;gap:1.5rem;max-width:600px;margin:0 auto;display:flex}.contact-form input,.contact-form textarea{color:#fff;width:100%;font-family:var(--font-main);background:#00000080;border:1px solid #fff3;border-radius:12px;padding:1.2rem;font-size:1.1rem}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--color-yellow);outline:none;box-shadow:0 0 15px #eab3084d}.file-upload-wrapper{text-align:left}.file-upload-wrapper input[type=file]{display:none}.file-upload-label{border:1px dashed var(--color-yellow);cursor:pointer;color:var(--color-yellow);background:#ffffff0d;border-radius:8px;padding:.8rem 1.5rem;font-weight:600;transition:all .3s;display:inline-block}.file-upload-label:hover{background:#eab3081a}.footer{text-align:center;background-color:#030403;border-top:1px solid #ffffff0d;padding:5rem 0 3rem}.footer-logo{filter:drop-shadow(0 0 15px #ffffff40);height:90px;margin-bottom:2.5rem;transition:transform .3s}.footer-logo:hover{transform:scale(1.05)}.copyright{color:var(--color-text-muted);letter-spacing:1px;font-size:1rem}.modal-overlay{-webkit-backdrop-filter:blur(15px);z-index:2000;opacity:0;visibility:hidden;background:#000000d9;justify-content:center;align-items:center;width:100%;height:100%;transition:all .4s;display:flex;position:fixed;top:0;left:0}.modal-overlay.active{opacity:1;visibility:visible}.modal-content{flex-direction:column;width:90%;max-width:1400px;height:85vh;padding:2rem;transition:transform .4s;display:flex;overflow-y:auto;transform:scale(.95)}.modal-overlay.active .modal-content{transform:scale(1)}.modal-close{color:#fff;cursor:pointer;z-index:10;background:0 0;border:none;font-size:3rem;line-height:1;transition:color .3s;position:absolute;top:1.5rem;right:2rem}.modal-close:hover{color:var(--color-yellow)}.modal-title{color:var(--color-yellow);text-align:center;margin-bottom:2rem;font-size:2.5rem}.modal-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;padding-bottom:2rem;display:grid}.modal-img-wrapper{cursor:pointer;border:1px solid #ffffff1a;border-radius:12px;width:100%;height:250px;transition:all .3s;overflow:hidden}.modal-img-wrapper:hover{border-color:var(--color-yellow);transform:scale(1.03);box-shadow:0 10px 20px #00000080}.modal-img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.modal-img-wrapper:hover .modal-img{transform:scale(1.1)}.floating-video-btn{-webkit-backdrop-filter:blur(12px);color:#fff;cursor:pointer;z-index:1500;background:#0a120abf;border:1px solid #ffffff1a;border-right:none;border-radius:40px 0 0 40px;align-items:center;gap:12px;padding:8px 8px 8px 15px;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),background .3s;display:flex;position:fixed;top:60%;right:0;transform:translateY(-50%)translate(75%);box-shadow:-2px 0 15px #00000080}.floating-video-btn:hover{border-color:var(--color-yellow);background:#0f190fe6;transform:translateY(-50%)translate(0);box-shadow:-5px 0 20px #eab3084d}.floating-video-icon{background:var(--color-yellow);color:#000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;padding-left:2px;font-size:.9rem;animation:2.5s infinite pulseIcon;display:flex;box-shadow:0 0 10px #eab30880}@keyframes pulseIcon{0%{box-shadow:0 0 #eab30899}70%{box-shadow:0 0 0 10px #eab30800}to{box-shadow:0 0 #eab30800}}.floating-video-text{letter-spacing:2px;writing-mode:vertical-rl;text-orientation:mixed;color:#fffc;font-size:.85rem;font-weight:600;transform:rotate(180deg)}.floating-video-btn:hover .floating-video-text{color:#fff}.responsive-video{border-radius:12px;outline:none;width:100%;max-height:80vh}@media (width<=992px){.hamburger{display:flex}.nav-right{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;background:#050705fa;flex-direction:column;justify-content:center;align-items:flex-start;gap:2rem;width:70vw;height:100vh;padding:3rem;transition:right .4s;position:fixed;top:0;right:-100%;box-shadow:-10px 0 30px #00000080}.nav-right.active{right:0}.nav-links{flex-direction:column;align-items:flex-start;gap:1.5rem;width:100%}.hamburger.active span:first-child{transform:translateY(9px)rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-9px)rotate(-45deg)}.hero-title{font-size:4rem}}@media (width<=768px){.hero-title{letter-spacing:2px;font-size:3rem}.hero-legal{font-size:.9rem}.hero-subtitle{font-size:1.3rem}.section-title{font-size:2.5rem}section{padding:4rem 0}.gallery-grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;gap:1.5rem;padding-bottom:2rem;display:flex;overflow-x:auto}.gallery-grid::-webkit-scrollbar{height:6px}.gallery-grid::-webkit-scrollbar-track{background:#ffffff0d;border-radius:10px}.gallery-grid::-webkit-scrollbar-thumb{background:var(--color-yellow);border-radius:10px}.gallery-item{scroll-snap-align:center;flex:0 0 80vw}}[data-theme=light] body{color:#0a1a0a;background-color:#f3faf3}[data-theme=light] .navbar.scrolled{border-bottom:1px solid #16a34a33;box-shadow:0 4px 20px #00000014;background:#fffffff5!important}[data-theme=light] .nav-links a:not(.btn-glow){color:#0a2e10!important;text-shadow:none!important}[data-theme=light] .nav-links a:not(.btn-glow):hover{color:#15803d!important}[data-theme=light] .hamburger span{background:#0a2e10}[data-theme=light] .lang-selector{color:#0a2e10;background:#16a34a14;border-color:#16a34a4d}[data-theme=light] .lang-selector option{color:#0a2e10;background:#fff}@media (width<=992px){[data-theme=light] .nav-right{background:#fffffffa!important}}[data-theme=light] .logo{filter:drop-shadow(1px 0 #0009)drop-shadow(-1px 0 #0009)drop-shadow(0 1px #0009)drop-shadow(0 -1px #0009)drop-shadow(0 0 3px #00000040)}[data-theme=light] .footer-logo{filter:drop-shadow(0 0 10px #ffffff4d)}[data-theme=light] .vision{background:linear-gradient(#f0fdf4,#dcfce7)}[data-theme=light] .voyages{background-color:#f5fdf5}[data-theme=light] .evenements{background:linear-gradient(#dcfce7,#f0fdf4)}[data-theme=light] .projets{background:#f5fdf5}[data-theme=light] .contact{background:radial-gradient(circle at top,#bbf7d0 0%,#f0fdf4 80%)}[data-theme=light] .footer{background:#042a14}[data-theme=light] .glass-panel{background:#ffffffbf;border-color:#16a34a33;box-shadow:0 8px 32px #00000014}[data-theme=light] .lead-text{color:#0a2e10}[data-theme=light] .section-title{text-shadow:none}[data-theme=light] .section-desc{color:#4a6a50}[data-theme=light] .mission-item{background:#ffffffd9;border-left-color:#15803d;box-shadow:0 2px 12px #0000000d}[data-theme=light] .mission-item h4{color:#15803d}[data-theme=light] .mission-item p{color:#1a3a1a}[data-theme=light] .gallery-item{background:#fff;border:1px solid #16a34a1f;box-shadow:0 4px 20px #0000000f}[data-theme=light] .gallery-info h3{color:#15803d}[data-theme=light] .gallery-info p{color:#4a6a50}[data-theme=light] .contact-form input,[data-theme=light] .contact-form textarea{color:#0a1a0a;background:#ffffffe6;border-color:#16a34a40}[data-theme=light] .contact-form input::placeholder,[data-theme=light] .contact-form textarea::placeholder{color:#6a8a6a}[data-theme=light] .file-upload-label{color:#15803d;background:#15803d0d;border-color:#15803d}[data-theme=light] .btn-glow{color:#000;background:linear-gradient(135deg,#eab308,#ca8a04);box-shadow:0 0 20px #eab30873,inset 0 2px 5px #fff6}[data-theme=light] .btn-glow:hover{box-shadow:0 15px 40px #eab308b3,inset 0 2px 10px #ffffff80}[data-theme=light] .btn-scroll{color:#15803d;border-color:#15803d}[data-theme=light] .btn-scroll:hover{color:#eab308;border-color:#eab308}.mission-list{text-align:left;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2rem;display:grid}.mission-item{border:1px solid #ffffff14;border-left:4px solid var(--color-yellow);background:#ffffff0a;border-radius:16px;padding:1.75rem 1.5rem;transition:transform .3s,box-shadow .3s}.mission-item:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000004d}.mission-item h4{margin-bottom:.6rem;font-size:1.25rem}.mission-item p{font-size:1rem;line-height:1.65}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.gallery-item{background:var(--card-bg,#ffffff08);border:1px solid var(--card-border,#ffffff14);border-radius:20px;padding:0;transition:transform .4s,box-shadow .4s;overflow:hidden}.gallery-item:hover{border-color:var(--color-yellow);transform:translateY(-12px);box-shadow:0 24px 48px #0006}.gallery-img-container{width:100%;height:240px;margin:0;position:relative;overflow:hidden}.gallery-info{padding:1.25rem 1.5rem 1.5rem}.gallery-info h3{margin-bottom:.3rem;font-size:1.2rem}.gallery-info p{font-size:.95rem}.section-title{font-size:clamp(2rem,4vw,3.5rem)}.section-desc{margin-bottom:3rem;font-size:clamp(1rem,2vw,1.2rem)}section{padding:6rem 0}.contact-grid{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.contact-grid .full{grid-column:1/-1}.footer-content{border-bottom:1px solid #ffffff0f;grid-template-columns:1fr auto 1fr;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;padding:0 2rem 3rem;display:grid}.footer-links{justify-content:flex-end;gap:2rem;list-style:none;display:flex}.footer-links a{color:#ffffff80;font-size:.9rem;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--color-yellow)}.footer-bottom{text-align:center;padding-top:2rem}.hero-content{max-width:800px}.hero-title{font-size:clamp(3rem,8vw,6.5rem)}.hero-subtitle{font-size:clamp(1.1rem,2.5vw,1.9rem)}@media (width<=768px){.mission-list{grid-template-columns:1fr;gap:1rem}.gallery-grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;gap:1rem;padding:0 1rem 1.5rem;display:flex;overflow-x:auto}.gallery-grid::-webkit-scrollbar{height:4px}.gallery-grid::-webkit-scrollbar-track{background:#ffffff0d;border-radius:10px}.gallery-grid::-webkit-scrollbar-thumb{background:var(--color-yellow);border-radius:10px}.gallery-item{scroll-snap-align:start;flex:0 0 80vw}.contact-grid{grid-template-columns:1fr}section{padding:4rem 0}.section-title{font-size:2rem}.section-desc{margin-bottom:2rem;font-size:1rem}.glass-panel{border-radius:16px;padding:1.5rem}.footer-content{text-align:center;grid-template-columns:1fr}.footer-links{flex-wrap:wrap;justify-content:center;gap:1rem}.hero-title{letter-spacing:2px;font-size:3rem}.hero-subtitle{font-size:1.2rem}.hero-legal{font-size:.85rem}}@media (width<=480px){.hero-title{font-size:2.2rem}.container{padding:0 1rem}.mission-item,.glass-panel{padding:1.25rem}}@media (width<=768px){.hero-title{letter-spacing:1px;font-size:2.2rem}.hero-subtitle{font-size:1.1rem}.section-title{margin-bottom:.5rem;font-size:2rem}.section-desc{margin-bottom:2rem;font-size:1rem}section{padding:2.5rem 0}.glass-panel{border-radius:20px;padding:1.5rem}.gallery-grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;gap:1rem;margin:0 -1rem;padding:0 1rem 1rem;display:flex;overflow-x:auto}.gallery-grid::-webkit-scrollbar{height:4px}.gallery-grid::-webkit-scrollbar-track{background:#ffffff0d;border-radius:10px}.mission-list{grid-template-columns:1fr;gap:1rem}.container{padding:0 1rem}}@media (width<=480px){.hero-title{font-size:1.8rem}.mission-item{padding:1rem}.btn-glow{padding:.7rem 1.5rem;font-size:.9rem}}@media (width<=768px){.navbar{padding:.75rem 0}.logo{height:52px}.nav-overlay{height:100px}.hero{height:100svh}.hero-content{max-width:100%;padding:0 1.25rem}.hero-title{letter-spacing:2px;margin-bottom:.75rem;font-size:clamp(2.4rem,10vw,3.5rem);line-height:1.05}.hero-subtitle{margin-bottom:2rem;font-size:clamp(1rem,4vw,1.3rem);font-weight:400}.hero-legal{letter-spacing:1.5px;margin-bottom:1rem;font-size:.8rem}.btn-glow{padding:.85rem 2rem;font-size:1rem}.btn-large{margin-top:1rem;padding:.85rem 2rem;font-size:1rem}section{padding:3rem 0}.container{padding:0 1.25rem}.section-title{margin-bottom:.5rem;font-size:clamp(1.6rem,6vw,2.2rem)}.section-desc{margin-bottom:1.5rem;font-size:.97rem;line-height:1.55}.glass-panel{border-radius:18px;padding:1.5rem 1.25rem}.lead-text{font-size:1.1rem;line-height:1.6}.mission-list{grid-template-columns:1fr;gap:.85rem;margin-top:1.25rem}.mission-item{border-radius:12px;padding:1.1rem 1.25rem}.mission-item h4{margin-bottom:.35rem;font-size:1.05rem}.mission-item p{font-size:.92rem;line-height:1.55}.gallery-grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;gap:1rem;margin:0 -1.25rem;padding:0 1.25rem 1rem;display:flex;overflow-x:auto}.gallery-grid::-webkit-scrollbar{height:3px}.gallery-grid::-webkit-scrollbar-thumb{background:var(--color-yellow);border-radius:10px}.gallery-item{scroll-snap-align:center;border-radius:18px;flex:0 0 76vw}.gallery-img-container{height:200px}.gallery-info{padding:1rem 1.1rem 1.2rem}.gallery-info h3{font-size:1.05rem}.gallery-info p{font-size:.88rem}.contact-grid{grid-template-columns:1fr;gap:.85rem}.contact-form{gap:.85rem}.contact-form input,.contact-form textarea{border-radius:10px;padding:1rem;font-size:1rem}.footer{padding:3rem 0 2rem}.footer-content{text-align:center;grid-template-columns:1fr;gap:1.25rem;padding:0 1.25rem 2rem}.footer-links{flex-wrap:wrap;justify-content:center;gap:.75rem}.footer-logo{height:64px;margin-bottom:1.5rem}.copyright{font-size:.85rem}.floating-video-btn{border-radius:50px;flex-direction:row;gap:8px;padding:.6rem 1rem .6rem .6rem;top:auto;bottom:5.5rem;right:1rem;transform:none}.floating-video-btn:hover{transform:scale(1.05)}.floating-video-text{writing-mode:horizontal-tb;letter-spacing:1px;font-size:.8rem;transform:none}.floating-video-icon{width:30px;height:30px;font-size:.8rem}.modal-content{height:90svh;padding:1.25rem}.modal-title{margin-bottom:1rem;font-size:1.5rem}.modal-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.75rem}.modal-img-wrapper{height:160px}.modal-close{font-size:2rem;top:1rem;right:1.25rem}}@media (width<=400px){.hero-title{font-size:2rem}.hero-subtitle{font-size:.95rem}.section-title{font-size:1.5rem}.gallery-item{flex:0 0 88vw}.glass-panel{padding:1.1rem 1rem}}
