@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Montserrat:wght@600;700;800&display=swap');:root{--blue:#1e3a5f;--blue-dark:#0b2b4f;--blue-mid:#2a5298;--blue-light:#eaf0f8;--white:#ffffff;--gray-100:#f5f6f8;--gray-200:#e8eaed;--gray-400:#9aa5b4;--gray-600:#555f6d;--gray-900:#1a1f27;--text:#333333;--border:#d0d5dd;--shadow-sm:0 1px 4px rgba(0,0,0,.07);--shadow-md:0 4px 16px rgba(0,0,0,.1);--shadow-lg:0 8px 32px rgba(0,0,0,.13);--font-body:'Inter',-apple-system,sans-serif;--font-title:'Montserrat','Inter',sans-serif;--nav-h:64px;}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}html{scroll-behavior:smooth;font-size:16px;overflow-x:hidden;}body{font-family:var(--font-body);color:var(--text);background:var(--white);line-height:1.7;-webkit-font-smoothing:antialiased;overflow-x:hidden;}img{max-width:100%;display:block;}a{color:var(--blue-mid);text-decoration:none;transition:color .2s;}a:hover{color:var(--blue);}ul{list-style:none;}p{margin-bottom:1rem;}p:last-child{margin-bottom:0;}h1,h2,h3,h4,h5{font-family:var(--font-title);color:var(--blue-dark);line-height:1.2;margin-bottom:.75rem;}h1{font-size:clamp(1.75rem,4.5vw,3rem);font-weight:800;}h2{font-size:clamp(1.4rem,3vw,2.1rem);font-weight:700;}h3{font-size:clamp(1.1rem,2vw,1.4rem);font-weight:600;}h4{font-size:1rem;font-weight:600;}.lead{font-size:1.1rem;color:var(--gray-600);line-height:1.8;}.container{max-width:1140px;margin:0 auto;padding:0 1.25rem;width:100%;}.section{padding:5rem 0;}.section-sm{padding:3rem 0;}.section-title{margin-bottom:3rem;}.section-title h2{position:relative;padding-bottom:.75rem;margin-bottom:.5rem;}.section-title h2::after{content:'';position:absolute;bottom:0;left:0;width:48px;height:3px;background:var(--blue-mid);}.section-title.centered{text-align:center;}.section-title.centered h2::after{left:50%;transform:translateX(-50%);}.section-title p{color:var(--gray-600);font-size:1rem;margin-top:.5rem;}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1.6rem;font-family:var(--font-body);font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s;border:2px solid transparent;text-decoration:none;border-radius:0;white-space:nowrap;}.btn-primary{background:var(--blue);color:var(--white);border-color:var(--blue);}.btn-primary:hover{background:var(--blue-dark);border-color:var(--blue-dark);color:var(--white);}.btn-outline{background:transparent;color:var(--blue);border-color:var(--blue);}.btn-outline:hover{background:var(--blue);color:var(--white);}.btn-sm{padding:.45rem 1rem;font-size:.82rem;}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;height:var(--nav-h);background:var(--white);border-bottom:1px solid var(--border);box-shadow:var(--shadow-sm);}.nav-inner{max-width:1140px;margin:0 auto;padding:0 1.25rem;height:100%;display:flex;align-items:center;justify-content:space-between;}.nav-logo{display:flex;align-items:center;gap:.6rem;text-decoration:none;flex-shrink:0;}.nav-logo-icon{width:36px;height:36px;background:var(--blue);display:flex;align-items:center;justify-content:center;color:white;font-size:1rem;flex-shrink:0;}.nav-logo-text{line-height:1.2;}.nav-logo-text .logo-main{display:block;font-family:var(--font-title);font-weight:700;font-size:.88rem;color:var(--blue-dark);max-width:200px;}.nav-logo-text .logo-sub{display:block;font-size:.68rem;color:var(--gray-400);letter-spacing:.04em;text-transform:uppercase;}.nav-hamburger{display:flex;align-items:center;gap:.5rem;background:none;border:none;cursor:pointer;color:var(--blue-dark);font-family:var(--font-body);font-size:.88rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;padding:.4rem .5rem;}.hamburger-icon{display:flex;flex-direction:column;gap:5px;width:24px;}.hamburger-icon span{display:block;width:24px;height:2px;background:var(--blue-dark);transition:all .25s;}.nav-hamburger.open .hamburger-icon span:nth-child(1){transform:rotate(45deg) translate(5px,5px);}.nav-hamburger.open .hamburger-icon span:nth-child(2){opacity:0;transform:scaleX(0);}.nav-hamburger.open .hamburger-icon span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px);}.hamburger-label{display:inline;}.nav-drawer{position:fixed;top:var(--nav-h);left:0;right:0;bottom:0;z-index:999;visibility:hidden;pointer-events:none;}.nav-drawer.open{visibility:visible;pointer-events:auto;}.drawer-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.4);opacity:0;transition:opacity .3s;}.nav-drawer.open .drawer-backdrop{opacity:1;}.drawer-panel{position:absolute;top:0;right:0;width:280px;max-width:90vw;height:100%;background:var(--white);border-left:1px solid var(--border);transform:translateX(100%);transition:transform .3s ease;overflow-y:auto;display:flex;flex-direction:column;}.nav-drawer.open .drawer-panel{transform:translateX(0);}.drawer-header{padding:1.25rem 1.5rem;border-bottom:1px solid var(--gray-200);display:flex;align-items:center;justify-content:space-between;}.drawer-header span{font-family:var(--font-title);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--gray-400);}.drawer-close{background:none;border:none;cursor:pointer;color:var(--gray-600);font-size:1.2rem;padding:.2rem;display:flex;align-items:center;}.drawer-menu{padding:.75rem 0;flex:1;}.drawer-menu li{border-bottom:1px solid var(--gray-200);}.drawer-menu li:last-child{border-bottom:none;}.drawer-menu a{display:block;padding:.95rem 1.5rem;font-size:.95rem;font-weight:500;color:var(--gray-900);transition:all .2s;}.drawer-menu a:hover,.drawer-menu a.active{background:var(--blue-light);color:var(--blue);padding-left:2rem;}.drawer-footer{padding:1.25rem 1.5rem;border-top:1px solid var(--gray-200);font-size:.78rem;color:var(--gray-400);}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;padding-top:var(--nav-h);}.hero-bg{position:absolute;inset:0;background-image:url('https://images.unsplash.com/photo-1465101162946-4377e57745c3?w=1800&auto=format&fit=crop&q=80');background-size:cover;background-position:center;}.hero-overlay{position:absolute;inset:0;background:linear-gradient(100deg,rgba(11,43,79,.88) 0%,rgba(30,58,95,.7) 55%,rgba(11,43,79,.5) 100%);}.hero-content{position:relative;z-index:2;padding:4rem 1.25rem;max-width:1140px;margin:0 auto;width:100%;}.hero-eyebrow{display:inline-block;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);color:rgba(255,255,255,.9);padding:.3rem .9rem;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.25rem;}.hero h1{color:var(--white);font-size:clamp(2rem,5.5vw,3.8rem);font-weight:800;max-width:780px;margin-bottom:1.25rem;line-height:1.12;}.hero h1 em{font-style:normal;color:#7eb3ff;}.hero-sub{color:rgba(255,255,255,.8);font-size:clamp(.95rem,2vw,1.15rem);max-width:560px;margin-bottom:2.5rem;line-height:1.75;}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;}.hero-actions .btn-primary{background:var(--white);color:var(--blue-dark);border-color:var(--white);}.hero-actions .btn-primary:hover{background:var(--gray-200);border-color:var(--gray-200);color:var(--blue-dark);}.hero-actions .btn-outline{border-color:rgba(255,255,255,.6);color:var(--white);}.hero-actions .btn-outline:hover{background:rgba(255,255,255,.15);color:var(--white);}.hero-stats{display:flex;gap:2.5rem;margin-top:3.5rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.15);flex-wrap:wrap;}.hero-stat strong{display:block;font-family:var(--font-title);font-size:2.2rem;font-weight:800;color:white;line-height:1;margin-bottom:.2rem;}.hero-stat span{font-size:.75rem;color:rgba(255,255,255,.6);text-transform:uppercase;letter-spacing:.06em;}.hero-scroll-down{position:absolute;bottom:2.5rem;right:2rem;display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;background:rgba(255,255,255,0.15);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,0.3);border-radius:50%;color:white;font-size:1.4rem;transition:all 0.3s ease;z-index:5;text-decoration:none;box-shadow:0 4px 12px rgba(0,0,0,0.2);}.hero-scroll-down:hover{background:var(--gold,#c8a84b);color:var(--blue-deep,#002244);border-color:var(--gold,#c8a84b);transform:translateY(4px);}.hero-scroll-down i{line-height:1;}.news-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;}.news-card{background:var(--white);border:1px solid var(--border);transition:box-shadow .2s,transform .2s;}.news-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px);}.news-card-img{height:190px;overflow:hidden;background:var(--gray-100);position:relative;}.news-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s;}.news-card:hover .news-card-img img{transform:scale(1.04);}.news-tag{position:absolute;top:.75rem;left:.75rem;background:var(--blue);color:white;font-size:.68rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;padding:.2rem .55rem;}.news-card-body{padding:1.25rem 1.5rem 1.5rem;}.news-date{font-size:.78rem;color:var(--gray-400);margin-bottom:.4rem;display:flex;align-items:center;gap:.35rem;}.news-card-title{font-size:1.05rem;font-weight:700;color:var(--blue-dark);margin-bottom:.6rem;line-height:1.35;}.news-card-excerpt{font-size:.88rem;color:var(--gray-600);margin-bottom:1.1rem;line-height:1.65;}.news-readmore{font-size:.8rem;font-weight:700;color:var(--blue-mid);text-transform:uppercase;letter-spacing:.05em;display:inline-flex;align-items:center;gap:.3rem;}.news-readmore:hover{color:var(--blue);gap:.55rem;}.intro-strip{background:var(--blue-light);border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200);}.intro-strip-inner{display:flex;gap:2.5rem;align-items:center;justify-content:space-between;}.partners-section{background:var(--gray-100);border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200);padding:3.5rem 0;}.partners-label{text-align:center;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gray-400);margin-bottom:2rem;}.partners-logos{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:2rem 3rem;}.partner-logo-item{display:flex;flex-direction:column;align-items:center;gap:.6rem;text-decoration:none;}.partner-logo-item img{height:100px;width:auto;max-width:320px;object-fit:contain;opacity:1;transition:filter .2s,opacity .2s;}.partner-logo-item:hover img{filter:grayscale(20%);opacity:.8;}.partner-logo-item span{font-size:.72rem;font-weight:600;color:var(--gray-600);text-transform:uppercase;letter-spacing:.06em;}.page-hero{background:var(--blue-dark);padding:5.5rem 0 2.5rem;margin-top:var(--nav-h);}.page-hero h1{color:var(--white);margin-bottom:.5rem;}.breadcrumb{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:rgba(255,255,255,.5);margin-bottom:.75rem;}.breadcrumb a{color:rgba(255,255,255,.7);}.breadcrumb a:hover{color:white;}.breadcrumb i{font-size:.65rem;}.tabs-nav{display:flex;border-bottom:2px solid var(--gray-200);margin-bottom:2.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch;gap:0;}.tab-btn{padding:.75rem 1.4rem;background:none;border:none;font-family:var(--font-body);font-size:.88rem;font-weight:600;color:var(--gray-600);cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-2px;white-space:nowrap;transition:all .2s;}.tab-btn:hover{color:var(--blue);}.tab-btn.active{color:var(--blue);border-bottom-color:var(--blue-mid);}.tab-panel{display:none;}.tab-panel.active{display:block;}.feature-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem;}.feature-box{background:var(--white);border:1px solid var(--border);padding:1.75rem;transition:box-shadow .2s;}.feature-box:hover{box-shadow:var(--shadow-md);}.feature-icon{width:44px;height:44px;background:var(--blue-light);display:flex;align-items:center;justify-content:center;color:var(--blue-mid);font-size:1.2rem;margin-bottom:1rem;}.feature-box h4{margin-bottom:.4rem;}.feature-box p{font-size:.88rem;color:var(--gray-600);margin:0;}.data-table{width:100%;border-collapse:collapse;font-size:.9rem;}.data-table th{background:var(--blue-dark);color:white;padding:.85rem 1.25rem;text-align:left;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;}.data-table td{padding:.85rem 1.25rem;border-bottom:1px solid var(--gray-200);vertical-align:top;}.data-table tr:last-child td{border-bottom:none;}.data-table tr:nth-child(even) td{background:var(--gray-100);}.data-table td:first-child{font-weight:600;color:var(--blue-dark);}.team-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem;}.team-card{text-align:center;background:var(--white);border:1px solid var(--border);padding:2rem 1.25rem;transition:box-shadow .2s;}.team-card:hover{box-shadow:var(--shadow-md);}.team-avatar{width:80px;height:80px;background:var(--blue);margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;font-family:var(--font-title);font-size:1.5rem;font-weight:700;color:white;border:3px solid var(--gray-200);}.team-card h4{font-size:.95rem;margin-bottom:.3rem;}.team-role{font-size:.8rem;color:var(--blue-mid);font-weight:600;margin-bottom:.2rem;}.team-org{font-size:.78rem;color:var(--gray-400);}.gallery-filters{display:flex;gap:.6rem;flex-wrap:wrap;margin-bottom:1.75rem;}.filter-btn{padding:.4rem 1rem;background:var(--white);border:1px solid var(--border);font-family:var(--font-body);font-size:.82rem;font-weight:600;color:var(--gray-600);cursor:pointer;transition:all .2s;}.filter-btn:hover,.filter-btn.active{background:var(--blue);border-color:var(--blue);color:white;}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:1rem;}.gallery-item{position:relative;overflow:hidden;aspect-ratio:4/3;background:var(--gray-100);cursor:pointer;}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .4s;}.gallery-item:hover img{transform:scale(1.05);}.gallery-caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(11,43,79,.9));color:white;padding:1.5rem 1rem .85rem;transform:translateY(100%);transition:transform .3s;}.gallery-item:hover .gallery-caption{transform:translateY(0);}.gallery-caption h5{color:white;font-size:.9rem;margin-bottom:.2rem;}.gallery-caption p{font-size:.75rem;color:rgba(255,255,255,.75);margin:0;}.discovery-list{display:flex;flex-direction:column;gap:1.25rem;}.discovery-item{display:flex;gap:1.25rem;padding:1.5rem;background:var(--white);border:1px solid var(--border);border-left:4px solid var(--blue-mid);transition:box-shadow .2s;}.discovery-item:hover{box-shadow:var(--shadow-sm);}.disc-icon{flex-shrink:0;width:46px;height:46px;background:var(--blue-light);display:flex;align-items:center;justify-content:center;color:var(--blue-mid);font-size:1.2rem;}.disc-date{font-size:.75rem;color:var(--gray-400);margin-bottom:.25rem;}.disc-title{font-size:1rem;font-weight:700;color:var(--blue-dark);margin-bottom:.4rem;}.disc-desc{font-size:.88rem;color:var(--gray-600);margin:0;}.mpc-block{background:#0d1b2a;color:#7eb3ff;padding:1.25rem 1.5rem;font-family:'Courier New',monospace;font-size:.78rem;line-height:1.9;overflow-x:auto;margin:1rem 0;border-left:4px solid var(--blue-mid);}.steps{display:flex;flex-direction:column;gap:1rem;}.step-item{display:flex;gap:1.25rem;padding:1.4rem;background:var(--white);border:1px solid var(--border);}.step-num{flex-shrink:0;width:38px;height:38px;background:var(--blue);color:white;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.95rem;}.step-item h4{margin-bottom:.3rem;}.step-item p{font-size:.88rem;color:var(--gray-600);margin:0;}.calendar-wrap{border:1px solid var(--border);overflow:hidden;}.calendar-head{background:var(--blue-dark);color:white;padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between;font-family:var(--font-title);font-weight:700;}.cal-nav{background:none;border:none;color:white;cursor:pointer;padding:.2rem .5rem;font-size:1rem;transition:background .2s;}.cal-nav:hover{background:rgba(255,255,255,.15);}.cal-days-head{display:grid;grid-template-columns:repeat(7,1fr);background:var(--blue-light);}.cal-days-head span{padding:.55rem;text-align:center;font-size:.7rem;font-weight:700;color:var(--blue-dark);text-transform:uppercase;}.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:1px;background:var(--gray-200);padding:1px;}.cal-day{background:white;padding:.45rem .3rem;min-height:48px;display:flex;flex-direction:column;align-items:center;gap:3px;font-size:.85rem;cursor:pointer;transition:background .15s;}.cal-day:hover{background:var(--blue-light);}.cal-day.empty{background:var(--gray-100);cursor:default;}.cal-day.avail{background:#e8f5e9;}.cal-day.avail:hover{background:#c8e6c9;}.cal-day.unavail{background:#ffebee;cursor:not-allowed;}.day-num{font-weight:600;}.day-dot{width:5px;height:5px;border-radius:50%;}.cal-day.avail .day-dot{background:#388e3c;}.cal-day.unavail .day-dot{background:#d32f2f;}.booking-form{background:var(--white);border:1px solid var(--border);padding:2rem;}.form-group{margin-bottom:1.25rem;}.form-group label{display:block;font-size:.85rem;font-weight:600;color:var(--blue-dark);margin-bottom:.4rem;}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.65rem .9rem;border:1px solid var(--border);border-radius:0;font-family:var(--font-body);font-size:.9rem;color:var(--text);background:var(--white);transition:border-color .2s;-webkit-appearance:none;}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--blue-mid);box-shadow:0 0 0 3px rgba(42,82,152,.12);}.form-group textarea{min-height:110px;resize:vertical;}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;}.form-notice{background:var(--blue-light);border-left:3px solid var(--blue-mid);padding:.85rem 1rem;font-size:.85rem;margin-bottom:1.75rem;color:var(--blue-dark);}.form-success{display:none;background:#e8f5e9;border:1px solid #4caf50;padding:2rem;text-align:center;}.form-success i{font-size:2.5rem;color:#388e3c;display:block;margin-bottom:.75rem;}.quote-block{background:var(--blue-dark);color:white;padding:3rem 2.5rem;position:relative;overflow:hidden;}.quote-block::before{content:'"';position:absolute;top:-1rem;left:1.5rem;font-family:Georgia,serif;font-size:10rem;color:rgba(255,255,255,.06);line-height:1;}.quote-block blockquote{position:relative;font-size:clamp(1rem,2vw,1.3rem);font-style:italic;line-height:1.65;color:rgba(255,255,255,.9);margin-bottom:1rem;}.quote-block cite{font-size:.85rem;color:#7eb3ff;font-style:normal;font-weight:600;}.distinction-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;}.distinction-card{background:var(--blue-dark);color:white;padding:2rem;text-align:center;}.distinction-card i{font-size:2.2rem;color:#f5c842;display:block;margin-bottom:.9rem;}.distinction-card h4{color:white;margin-bottom:.5rem;}.distinction-card p{font-size:.85rem;color:rgba(255,255,255,.7);margin-bottom:1rem;}.distinction-year{display:inline-block;background:#f5c842;color:var(--blue-dark);padding:.2rem .65rem;font-size:.75rem;font-weight:700;}.spec-list{background:var(--gray-100);border:1px solid var(--border);padding:1.5rem;}.spec-list h4{margin-bottom:1rem;font-size:.9rem;color:var(--blue-dark);}.spec-item{display:flex;justify-content:space-between;padding:.55rem 0;border-bottom:1px solid var(--gray-200);font-size:.88rem;}.spec-item:last-child{border-bottom:none;}.spec-item span:first-child{color:var(--gray-600);}.spec-item span:last-child{font-weight:600;color:var(--text);}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start;}.notice{background:var(--blue-light);border-left:3px solid var(--blue-mid);padding:1rem 1.25rem;font-size:.88rem;margin:1.5rem 0;}.tag{display:inline-block;padding:.2rem .65rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;}.tag-blue{background:var(--blue-light);color:var(--blue-mid);}.tag-dark{background:var(--blue-dark);color:white;}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;}.contact-item{display:flex;gap:.9rem;margin-bottom:1.5rem;}.contact-icon{flex-shrink:0;width:40px;height:40px;background:var(--blue-light);display:flex;align-items:center;justify-content:center;color:var(--blue-mid);font-size:1rem;}.contact-item h4{font-size:.88rem;margin-bottom:.2rem;color:var(--blue-dark);}.contact-item p,.contact-item a{font-size:.9rem;color:var(--gray-600);margin:0;}.map-placeholder{background:var(--blue-light);border:1px solid var(--gray-200);height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;color:var(--blue-mid);font-size:.88rem;}.map-placeholder i{font-size:2.5rem;}.admin-body{background:var(--gray-100);}.admin-login-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--blue-dark);}.admin-login-card{background:white;padding:3rem;width:100%;max-width:400px;box-shadow:var(--shadow-lg);text-align:center;}.admin-login-card h2{margin-bottom:1.5rem;}.admin-header{background:var(--blue-dark);color:white;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100;}.admin-brand{font-family:var(--font-title);font-weight:700;font-size:.95rem;color:#7eb3ff;}.admin-layout{display:grid;grid-template-columns:220px 1fr;min-height:calc(100vh - 56px);}.admin-sidebar{background:var(--blue);padding:1.5rem 0;}.admin-nav a{display:flex;align-items:center;gap:.75rem;padding:.85rem 1.5rem;color:rgba(255,255,255,.7);font-size:.88rem;font-weight:500;border-left:3px solid transparent;transition:all .2s;}.admin-nav a:hover,.admin-nav a.active{background:rgba(255,255,255,.1);color:white;border-left-color:#7eb3ff;}.admin-main{padding:2rem;overflow-y:auto;}.admin-card{background:white;border:1px solid var(--border);padding:1.5rem;margin-bottom:1.5rem;}.admin-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid var(--gray-200);}.admin-table{width:100%;border-collapse:collapse;font-size:.85rem;}.admin-table th{background:var(--gray-100);padding:.65rem 1rem;text-align:left;font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:var(--gray-600);border-bottom:2px solid var(--gray-200);}.admin-table td{padding:.75rem 1rem;border-bottom:1px solid var(--gray-200);vertical-align:middle;}.admin-table tr:last-child td{border-bottom:none;}.badge{display:inline-block;padding:.18rem .55rem;font-size:.72rem;font-weight:700;}.badge-pending{background:#fff3cd;color:#856404;}.badge-confirmed{background:#d1e7dd;color:#0f5132;}.badge-rejected{background:#f8d7da;color:#842029;}.site-footer{background:var(--blue-dark);color:rgba(255,255,255,.65);padding:3.5rem 0 0;}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.1);}.footer-brand p{font-size:.85rem;line-height:1.75;margin:.9rem 0;color:rgba(255,255,255,.55);}.footer-col h5{font-family:var(--font-body);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.4);margin-bottom:1.1rem;}.footer-col ul li{margin-bottom:.55rem;}.footer-col ul li a{color:rgba(255,255,255,.6);font-size:.85rem;transition:color .2s;}.footer-col ul li a:hover{color:white;}.footer-legal{margin-top:1.5rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.15);}.footer-legal a{color:rgba(255,255,255,.5);font-size:.75rem;letter-spacing:.05em;transition:color .2s;text-transform:uppercase;}.footer-legal a:hover{color:var(--white,#ffffff);}.footer-logo-mark{display:flex;align-items:center;gap:.6rem;margin-bottom:.75rem;}.footer-logo-mark .logo-icon{width:32px;height:32px;background:var(--blue-mid);display:flex;align-items:center;justify-content:center;color:white;font-size:.9rem;}.footer-logo-mark span{font-family:var(--font-title);font-weight:700;font-size:.88rem;color:rgba(255,255,255,.9);}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 0;font-size:.75rem;color:rgba(255,255,255,.35);flex-wrap:wrap;gap:.5rem;}.footer-bottom a{color:rgba(255,255,255,.45);}.footer-bottom a:hover{color:rgba(255,255,255,.8);}.social-links{display:flex;gap:.6rem;}.social-links a{width:32px;height:32px;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.6);font-size:.85rem;transition:all .2s;}.social-links a:hover{background:var(--blue-mid);color:white;}.bg-light{background:var(--gray-100);}.bg-white{background:var(--white);}.divider{border:none;border-top:1px solid var(--gray-200);margin:2.5rem 0;}.mt-1{margin-top:1rem;}.mt-2{margin-top:2rem;}.mt-3{margin-top:3rem;}.mb-1{margin-bottom:1rem;}.mb-2{margin-bottom:2rem;}.text-center{text-align:center;}.text-muted{color:var(--gray-600);}.cookie-consent{position:fixed;bottom:0;left:0;right:0;background:var(--blue-dark);color:rgba(255,255,255,.8);z-index:2000;padding:.75rem 1.5rem;transform:translateY(100%);transition:transform 0.3s ease;box-shadow:0 -4px 12px rgba(0,0,0,.2);border-top:1px solid var(--blue-mid);}.cookie-consent.show{transform:translateY(0);}.cookie-consent-content{max-width:1140px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;}.cookie-consent p{margin:0;font-size:.85rem;color:rgba(255,255,255,.8);}.cookie-consent a{color:var(--gold,#c8a84b);text-decoration:underline;}.cookie-consent a:hover{color:white;}.cookie-consent .btn{background:var(--blue-mid);color:white;border:none;padding:.35rem 1.2rem;font-size:.8rem;font-weight:600;border-radius:0;white-space:nowrap;}.cookie-consent .btn:hover{background:var(--gold,#c8a84b);color:var(--blue-dark);}.cookie-buttons{display:flex;gap:0.75rem;flex-wrap:wrap;}.cookie-buttons .btn-sm{padding:0.4rem 1.2rem;font-size:0.8rem;border-radius:0;white-space:nowrap;}.cookie-buttons .btn-outline{background:transparent;color:rgba(255,255,255,.9);border:2px solid rgba(255,255,255,.3);}.cookie-buttons .btn-outline:hover{background:rgba(255,255,255,.15);color:white;border-color:rgba(255,255,255,.5);}@media (max-width:1024px){.footer-grid{grid-template-columns:1fr 1fr;}.footer-brand{grid-column:1 / -1;}}@media (max-width:768px){.hamburger-label{display:none;}.two-col,.contact-grid,.form-grid{grid-template-columns:1fr;}.intro-strip-inner{flex-direction:column;align-items:flex-start;}.hero-stats{gap:1.5rem;}.hero-actions{flex-direction:column;}.hero-actions .btn{width:100%;justify-content:center;}.partners-logos{gap:1.5rem 2rem;}.footer-grid{grid-template-columns:1fr;gap:2rem;}.footer-bottom{flex-direction:column;gap:.5rem;}.admin-layout{grid-template-columns:1fr;}.admin-sidebar{display:none;}.drawer-panel{width:100%;max-width:100%;border-left:none;}.hero-scroll-down{bottom:1rem;right:1rem;width:2.8rem;height:2.8rem;font-size:1.2rem;}}@media (max-width:640px){.cookie-consent-content{flex-direction:column;align-items:flex-start;}.cookie-consent .btn{align-self:flex-end;.cookie-buttons{align-self:flex-end;}}}@media (max-width:480px){.section{padding:3rem 0;}.hero h1{font-size:1.8rem;}.news-grid{grid-template-columns:1fr;}.team-grid{grid-template-columns:repeat(2,1fr);}.gallery-grid{grid-template-columns:1fr;}.distinction-grid{grid-template-columns:1fr;}.tabs-nav{flex-wrap:nowrap;}.feature-grid{grid-template-columns:1fr;}.cal-day{min-height:38px;padding:.3rem .1rem;font-size:.75rem;}.hero-scroll-down{display:none;}}.news-with-fb{display:grid;grid-template-columns:1fr 360px;gap:2rem;align-items:start;}.news-main-col{min-width:0;}.news-fb-col{display:flex;flex-direction:column;gap:.85rem;position:sticky;top:calc(var(--nav-h)+1.5rem);}.fb-col-header{display:flex;align-items:center;gap:.55rem;font-weight:700;font-size:1.35rem;color:var(--blue-dark);margin-bottom:1.75rem;padding-bottom:.5rem;border-bottom:3px solid var(--blue-mid);}.fb-col-header .fab{font-size:1.15rem;color:#1877F2;}.fb-placeholder{background:var(--blue-light);border:1px solid #c5d9f7;padding:1.5rem 1.25rem;text-align:center;border-radius:2px;}.fb-follow-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.55rem 1rem;background:#1877F2;color:#fff;font-size:.85rem;font-weight:700;text-decoration:none;transition:background .15s;}.fb-follow-btn:hover{background:#1558b0;color:#fff;}.fb-follow-btn .fab{font-size:.9rem;}#fbWidgetContainer .fb-page,#fbWidgetContainer .fb-page span,#fbWidgetContainer .fb-page iframe{width:100% !important;max-width:100% !important;}@media (max-width:900px){.news-with-fb{grid-template-columns:1fr;}.news-fb-col{position:static;order:1;}.news-main-col{order:0;}}*,*::before,*::after{max-width:100%;}img,video,iframe,table{max-width:100%;}pre,.mpc-block{white-space:pre-wrap;word-break:break-all;}.fc{font-family:var(--font-body);font-size:.88rem;}.fc .fc-toolbar-title{font-family:var(--font-title);font-size:1.05rem;font-weight:700;color:var(--blue-dark);}.fc .fc-button{background:var(--blue);border-color:var(--blue);border-radius:0 !important;font-size:.8rem;font-weight:600;padding:.35rem .75rem;transition:background .2s;}.fc .fc-button:hover,.fc .fc-button:focus{background:var(--blue-dark);border-color:var(--blue-dark);box-shadow:none !important;}.fc .fc-button-active{background:var(--blue-dark) !important;border-color:var(--blue-dark) !important;}.fc .fc-button:disabled{opacity:.45;}.fc .fc-daygrid-day-number{color:var(--text);font-size:.82rem;}.fc .fc-col-header-cell{background:var(--blue-dark);}.fc .fc-col-header-cell-cushion{color:white;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;text-decoration:none;}.fc .fc-event{border-radius:0 !important;font-size:.75rem;font-weight:600;padding:1px 4px;border:none;cursor:pointer;}.fc .fc-day-today{background:var(--blue-light) !important;}.fc .fc-daygrid-day:hover{background:#f0f4f8;}.fc .fc-list-event-title a{color:var(--blue-dark);}.fc .fc-list-event-time{color:var(--gray-600);font-size:.8rem;}.fc .fc-list-day-cushion{background:var(--blue-light);}@keyframes pulse{0%,100%{opacity:1;}50%{opacity:.45;}}.gallery-prev-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:.85rem;}.gallery-prev-item{position:relative;display:block;overflow:hidden;aspect-ratio:4/3;background:var(--gray-200);text-decoration:none;}.gallery-prev-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s;}.gallery-prev-item:hover img{transform:scale(1.06);}.gallery-prev-overlay{position:absolute;inset:0;background:linear-gradient(transparent 50%,rgba(11,43,79,.85));display:flex;align-items:flex-end;padding:.75rem;opacity:0;transition:opacity .3s;}.gallery-prev-item:hover .gallery-prev-overlay{opacity:1;}.gallery-prev-overlay span{color:#fff;font-size:.78rem;font-weight:600;line-height:1.3;}.disc-preview-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;}@media (max-width:768px){.disc-preview-grid{grid-template-columns:1fr;}}.disc-preview-card{display:flex;gap:1.25rem;padding:1.5rem;background:var(--white);border:1px solid var(--border);border-left:4px solid var(--blue-mid);transition:box-shadow .2s;}.disc-preview-card:hover{box-shadow:var(--shadow-sm);}.disc-preview-icon{flex-shrink:0;width:48px;height:48px;background:var(--blue-light);display:flex;align-items:center;justify-content:center;color:var(--blue-mid);font-size:1.25rem;}.disc-preview-body{flex:1;}.disc-preview-body .disc-desc{margin-bottom:.75rem;}.disc-expand-btn{flex-shrink:0;width:28px;height:28px;background:var(--blue-light);border:1px solid var(--blue-mid);color:var(--blue-mid);font-size:.8rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s;margin-top:.1rem;}.disc-expand-btn:hover{background:var(--blue-mid);color:#fff;}.disc-body-expand{margin-top:.85rem;border-top:1px solid var(--gray-200);padding-top:.85rem;animation:expandIn .2s ease;}@keyframes expandIn{from{opacity:0;transform:translateY(-6px);}to{opacity:1;transform:translateY(0);}}.disc-body-content{font-size:.88rem;color:var(--gray-600);line-height:1.75;}.disc-body-content p{margin-bottom:.75rem;}.disc-body-content p:last-child{margin-bottom:0;}.disc-body-content h1,.disc-body-content h2,.disc-body-content h3,.disc-body-content h4{color:var(--blue-dark);margin:1rem 0 .4rem;font-size:1rem;}.disc-body-content ul,.disc-body-content ol{padding-left:1.3rem;margin-bottom:.75rem;}.disc-body-content li{margin-bottom:.3rem;}.disc-body-content code{background:var(--gray-100);padding:.1rem .35rem;font-size:.82em;}.disc-body-content blockquote{border-left:3px solid var(--blue-mid);padding:.4rem .85rem;color:var(--gray-600);margin:.75rem 0;font-style:italic;}.disc-body-content strong{color:var(--blue-dark);}.disc-body-content a{color:var(--blue-mid);}.disc-preview-expand-btn{margin-top:.5rem;font-size:.78rem;padding:.3rem .85rem;display:inline-flex;align-items:center;gap:.35rem;}img[loading="lazy"]{background:var(--gray-200);}#oedmLightbox{position:fixed;inset:0;z-index:9000;display:flex;align-items:center;justify-content:center;}.lb-backdrop{position:absolute;inset:0;background:rgba(5,12,22,.92);cursor:pointer;}.lb-inner{position:relative;z-index:1;width:min(96vw,1160px);max-height:94vh;display:flex;flex-direction:column;gap:0;}.lb-topbar{display:flex;align-items:center;justify-content:space-between;padding:.35rem .5rem .35rem .75rem;background:rgba(0,0,0,.4);}.lb-counter{font-family:var(--font-body);font-size:.72rem;color:rgba(255,255,255,.45);letter-spacing:.08em;user-select:none;}.lb-close{background:none;border:none;color:rgba(255,255,255,.65);font-size:1.25rem;cursor:pointer;padding:.3rem .5rem;line-height:1;transition:color .15s;}.lb-close:hover{color:white;}.lb-body{display:grid;grid-template-columns:1fr 280px;background:#0a131e;overflow:hidden;max-height:calc(94vh - 36px);}.lb-img-wrap{position:relative;display:flex;align-items:center;justify-content:center;background:#060d15;min-height:300px;overflow:hidden;}.lb-img-frame{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;}#lbImg{max-width:100%;max-height:calc(94vh - 100px);object-fit:contain;display:block;transition:opacity .25s;}.lb-spinner{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.3);font-size:2rem;pointer-events:none;}.lb-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);color:white;font-size:1.1rem;width:2.8rem;height:2.8rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,opacity .15s;}.lb-nav:hover:not(:disabled){background:rgba(255,255,255,.18);}.lb-nav:disabled{cursor:default;}.lb-prev{left:.6rem;}.lb-next{right:.6rem;}.lb-meta{padding:1.5rem 1.25rem;background:#0d1b2a;border-left:1px solid rgba(255,255,255,.07);display:flex;flex-direction:column;gap:.6rem;overflow-y:auto;}.lb-title{font-family:var(--font-title);font-size:1rem;font-weight:700;color:white;margin:0;line-height:1.3;}.lb-details{margin:0;display:flex;flex-direction:column;gap:.55rem;}.lb-detail-row{display:grid;grid-template-columns:80px 1fr;gap:.25rem;font-size:.82rem;line-height:1.55;}.lb-detail-row dt{color:rgba(255,255,255,.4);font-weight:600;letter-spacing:.03em;padding-top:.05rem;}.lb-detail-row dd{margin:0;color:rgba(255,255,255,.75);}.lb-share{margin-top:auto;padding-top:1rem;border-top:1px solid rgba(255,255,255,.08);}.lb-share-label{font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.3);margin-bottom:.5rem;}.lb-share-btns{display:flex;gap:.45rem;flex-wrap:wrap;}.lb-share-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14);color:rgba(255,255,255,.6);font-size:.8rem;cursor:pointer;text-decoration:none;transition:background .15s,color .15s;}.lb-share-btn:hover{background:rgba(255,255,255,.16);color:white;}.lb-copy-msg{font-size:.7rem;color:#7eb3ff;margin:.35rem 0 0;min-height:1em;}@media (max-width:768px){.lb-inner{width:100vw;max-height:100vh;height:100vh;}.lb-body{grid-template-columns:1fr;grid-template-rows:auto 1fr;max-height:calc(100vh - 36px);overflow-y:auto;}.lb-img-wrap{min-height:240px;max-height:55vh;}#lbImg{max-height:55vh;}.lb-meta{border-left:none;border-top:1px solid rgba(255,255,255,.07);padding:1rem;}.lb-nav{width:2.4rem;height:2.4rem;font-size:.95rem;}.lb-prev{left:.3rem;}.lb-next{right:.3rem;}}.disc-expand-btn{flex-shrink:0;width:28px;height:28px;background:var(--blue-light);border:1px solid var(--blue-mid);color:var(--blue-mid);font-size:.8rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s;margin-top:.1rem;}.disc-expand-btn:hover{background:var(--blue-mid);color:white;}.disc-body-expand{margin-top:.85rem;border-top:1px solid var(--gray-200);padding-top:.85rem;animation:discExpandIn .2s ease;}@keyframes discExpandIn{from{opacity:0;transform:translateY(-4px);}to{opacity:1;transform:translateY(0);}}.disc-body-content{font-size:.88rem;color:var(--gray-600);line-height:1.75;}.disc-body-content p{margin-bottom:.75rem;}.disc-body-content p:last-child{margin-bottom:0;}.disc-body-content h2,.disc-body-content h3,.disc-body-content h4{color:var(--blue-dark);margin:1rem 0 .4rem;font-size:.95rem;}.disc-body-content ul,.disc-body-content ol{padding-left:1.3rem;margin-bottom:.75rem;}.disc-body-content li{margin-bottom:.3rem;}.disc-body-content code{background:var(--gray-100);padding:.1rem .35rem;font-size:.82em;border:1px solid var(--gray-200);}.disc-body-content pre{background:var(--gray-100);padding:.75rem 1rem;font-size:.82em;overflow-x:auto;margin-bottom:.75rem;}.disc-body-content blockquote{border-left:3px solid var(--blue-mid);padding:.4rem .85rem;color:var(--gray-600);margin:.75rem 0;font-style:italic;}.disc-body-content strong{color:var(--blue-dark);}.disc-body-content a{color:var(--blue-mid);}.disc-body-content a:hover{color:var(--blue);}.disc-body-content img{max-width:100%;margin:.75rem 0;}

/* Switch de langue desktop */
.lang-switch-desktop {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    margin-left: auto; /* pour le positionner avant le hamburger */
    margin-right: 0.5rem;
}
.lang-link {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    color: var(--blue-dark);
    text-decoration: none;
    text-transform: uppercase;
    padding: 0.2rem 0.3rem;
}
.lang-link.active {
    color: var(--blue-mid);
    border-bottom: 2px solid var(--blue-mid);
}
.lang-sep {
    font-size: 0.65rem;
    color: var(--gray-400);
    font-weight: 300;
}

/* Dans le drawer pour mobile */
.drawer-lang-switch {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 1.5rem;
    border-top: 1px solid var(--gray-200);
    margin-top: auto;
}
.drawer-lang-switch .lang-link {
    color: var(--gray-600);
}
.drawer-lang-switch .lang-link.active {
    color: var(--blue-mid);
    border-bottom: 2px solid var(--blue-mid);
}

/* Dans le footer */
.footer-lang-switch {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    margin-left: 0.5rem;
}
.footer-lang-switch .lang-link {
    color: rgba(255,255,255,.5);
    font-size: 0.7rem;
}
.footer-lang-switch .lang-link.active {
    color: white;
    border-bottom: 2px solid var(--gold);
}
.footer-lang-switch .lang-sep {
    color: rgba(255,255,255,.2);
}


@media(max-width:768px){}

.news-card-pinned{border:2px solid var(--blue-mid);position:relative;}
.pinned-badge{position:absolute;top:.6rem;right:.6rem;background:var(--blue-mid);color:#fff;font-size:.68rem;font-weight:700;padding:.2rem .55rem;display:flex;align-items:center;gap:.3rem;z-index:2;letter-spacing:.03em}
.pinned-badge .fas{font-size:.65rem}
.btn-dash-pinned{background:var(--dash-primary-light)!important;border-color:var(--dash-primary)!important}
.lang-switch-desktop {display: none;}

.nav-lang-switch{display:inline-flex;align-items:center;gap:.3rem;margin-right:.6rem;flex-shrink:0}
.lsw-active{font-size:.72rem;font-weight:800;letter-spacing:.07em;color:#fff;opacity:.95}
.lsw-sep{font-size:.65rem;color:rgba(255,255,255,.4);font-weight:300}
.lsw-link{font-size:.72rem;font-weight:600;letter-spacing:.07em;color:rgba(255,255,255,.55);text-decoration:none;transition:color .15s}
.lsw-link:hover{color:#fff}
@media(max-width:768px){.nav-lang-switch{display:none}}

.booking-info-box{background:#f0f7ff;border:1px solid #bfdbfe;padding:1.25rem 1.5rem}
.booking-info-box h4{font-size:.88rem;font-weight:700;color:var(--blue-dark);margin-bottom:.75rem}
.booking-info-box ul{list-style:disc;padding-left:1.25rem;font-size:.85rem;color:var(--gray-700);line-height:1.8}
.booking-cal-wrap{border:1px solid var(--border);padding:1px}
