@font-face{font-family:'Louvre Serif';src:url('fonts/louvreserif/400/latin.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'EB Garamond';src:url('fonts/ebgaramond/400/latin.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'EB Garamond';src:url('fonts/ebgaramond/700/latin.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap}:root{--color-bg:#1a1a1a;--color-bg-header:#0d0d0d;--color-text:#ffffff;--color-text-muted:#a0a0a0;--color-primary:#008573;--color-primary-hover:#0a4f51;--color-border:#333333;--font-display:'Louvre Serif','Trajan Pro','Cinzel','Times New Roman',serif;--font-nav:'EB Garamond','Times New Roman',serif;--font-body:'Inter',-apple-system,BlinkMacSystemFont,sans-serif}*,::after,::before{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);background-color:var(--color-bg);color:var(--color-text);line-height:1.5}a{text-decoration:none;color:inherit}button{border:none;background:0 0;cursor:pointer;font-family:inherit;color:inherit}ul{list-style:none}.header{background-color:var(--color-bg-header);width:100%;position:fixed;top:0;left:0;right:0;z-index:100}.header-top{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 2rem;max-width:1600px;margin:0 auto;position:relative;z-index:10}.header-left{display:flex;align-items:center;gap:1.5rem;position:relative;z-index:20}.hamburger-btn{display:none;align-items:center;justify-content:center;color:var(--color-text);padding:.5rem;transition:opacity .2s;position:relative;z-index:20;cursor:pointer}.hamburger-btn:hover{opacity:.7}.search-btn{display:flex;align-items:center;gap:.5rem;color:var(--color-text);font-size:.9rem;font-weight:400;transition:opacity .2s}.search-btn:hover{opacity:.7}.language-dropdown{position:relative}.language-selector{display:flex;align-items:center;gap:.35rem;color:var(--color-text);font-size:.9rem;font-weight:400;cursor:pointer;transition:opacity .2s;background:0 0;border:none;padding:0}.language-selector:hover{opacity:.7}.language-selector .lang-arrow{transition:transform .2s ease}.language-dropdown.active .lang-arrow{transform:rotate(180deg)}.language-menu{position:absolute;top:calc(100% + 1rem);left:0;min-width:180px;background:#fff;border-radius:4px;box-shadow:0 4px 20px rgba(0,0,0,.15);opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .2s ease;z-index:1000}.language-menu.active{opacity:1;visibility:visible;transform:translateY(0)}.language-menu-header{padding:1rem 1.25rem .5rem;font-size:.8125rem;color:#666;font-weight:400}.language-list{padding:.5rem 0 1rem}.language-option{display:block;width:100%;padding:.75rem 1.25rem;text-align:left;font-size:1rem;font-weight:400;color:#1a1a1a;background:0 0;border:none;cursor:pointer;transition:background-color .15s ease}.language-option:hover{background-color:#f5f5f5}.language-option.active{font-weight:600}.mobile-language-dropdown .language-menu{top:calc(100% + .5rem);bottom:auto;left:auto;right:0;transform:translateY(-10px)}.mobile-language-dropdown .language-menu.active{transform:translateY(0)}.header-center{position:absolute;left:50%;transform:translateX(-50%)}.logo{font-family:var(--font-display);font-size:2rem;font-weight:400;letter-spacing:.4em;color:var(--color-text);text-transform:uppercase}.header-right{display:flex;align-items:center;gap:.75rem;position:relative;z-index:20}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-family:var(--font-nav);font-size:.9rem;font-weight:400;border-radius:50px;transition:all .2s}.btn-outline{border:1px solid var(--color-text);color:var(--color-text);background:0 0}.btn-outline:hover{background:var(--color-text);color:var(--color-bg-header)}.btn.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.btn-primary{background:var(--color-primary);color:#fff}.btn-primary:hover{background:var(--color-primary-hover)}.header-divider{height:1px;background:var(--color-border);margin:0 2rem}.header-nav{padding:1rem 2rem;max-width:1600px;margin:0 auto}.nav-list{display:flex;align-items:flex-start;justify-content:center;gap:2.5rem}.nav-link{font-family:var(--font-nav);font-size:.9rem;font-weight:400;letter-spacing:.05em;color:var(--color-text);transition:color .2s;white-space:nowrap;position:relative;padding-bottom:1.25rem}.nav-link::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:0;height:3px;background:var(--color-text);transition:width .25s ease}.nav-link:hover::after{width:60%}.nav-separator{width:1px;height:1rem;background:var(--color-border);margin-top:.1rem}.nav-more{display:flex;align-items:center;gap:.5rem}.nav-more::after{display:none}.mega-menu{position:absolute;top:100%;left:0;right:0;background:var(--color-bg-header);padding:3rem 5%;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-10px);transition:all .3s ease;z-index:100;border-top:1px solid var(--color-border)}.mega-menu.active{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.mega-menu-container{display:grid;grid-template-columns:1fr 1fr 1.5fr;gap:3rem;max-width:1400px;margin:0 auto;position:relative}.mega-menu-column{padding-right:2rem}.mega-menu-list{list-style:none}.mega-menu-list li{margin-bottom:1.25rem}.mega-menu-link{font-size:1.1rem;font-weight:400;color:var(--color-text);transition:opacity .2s}.mega-menu-link:hover{opacity:.7}.mega-menu-link.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.mega-menu-featured{padding-right:0}.mega-menu-card{display:block}.mega-menu-card-image{width:100%;max-width:350px;height:auto;object-fit:cover;margin-bottom:1rem}.mega-menu-card-link{display:flex;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:500;color:var(--color-text);margin-bottom:.5rem;transition:opacity .2s}.mega-menu-card:hover .mega-menu-card-link{opacity:.7}.mega-menu-card-desc{font-size:.9rem;color:var(--color-text-muted);line-height:1.5;max-width:350px}.mega-menu-close{position:absolute;top:0;right:0;color:var(--color-text);padding:.5rem;transition:opacity .2s}.mega-menu-close:hover{opacity:.7}.exhibitions-menu{grid-template-columns:0.8fr 1.5fr 1.5fr}.mega-menu-card-column{padding-right:1rem}.mega-menu-card-image-wrapper{position:relative;margin-bottom:1rem}.mega-menu-card-image-wrapper .mega-menu-card-image{width:100%;max-width:280px;height:160px;object-fit:cover}.mega-menu-card-tag{position:absolute;top:1rem;left:1rem;background:rgba(255,255,255,.95);color:#1a1a1a;font-size:.75rem;font-weight:500;padding:.4rem .75rem;border-radius:2px}.see-more-menu{grid-template-columns:1fr 1.5fr;max-width:900px}@media (max-width:768px){.mega-menu{display:none}}.hero-video{width:100%;position:relative;overflow:hidden}.hero-video::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.3);pointer-events:none}.hero-video video{width:100%;height:auto;display:block;object-fit:cover;pointer-events:none}.hero-video-desktop{display:block!important}.hero-video-mobile{display:none!important}@media (max-width:768px){.hero-video-desktop{display:none!important}.hero-video-mobile{display:block!important}}.hero-section{position:relative;background-color:var(--color-bg)}.welcome-block{display:flex;align-items:center;justify-content:space-between;background:#1a1a1a;padding:1.5rem 4rem;max-width:1000px;position:absolute;bottom:0;right:0;transform:translateY(50%);z-index:10;gap:4rem}.welcome-info{flex-shrink:0}.welcome-title{font-family:var(--font-body);font-size:1.1rem;font-weight:500;letter-spacing:.1em;color:var(--color-text);margin-bottom:.5rem}.welcome-status{font-size:.9rem;color:var(--color-text-muted);margin-bottom:.75rem}.welcome-hours{font-size:1.1rem;font-weight:500;color:var(--color-text);display:flex;align-items:center;gap:.75rem}.hours-arrow{color:var(--color-text-muted);font-weight:300}.welcome-actions{display:flex;flex-direction:column;gap:.75rem}.btn-large{padding:.875rem 2rem;font-size:.9rem;min-width:200px;justify-content:center}.btn-outline-dark{border:1px solid #555;color:#1a1a1a;background:#fff}.btn-outline-dark:hover{background:#f0f0f0}@media (max-width:768px){.welcome-block{display:none}}.highlights-section{background:#fff;padding:4rem 2rem}.highlights-container{max-width:1100px;margin:0 auto}.highlights-title{font-family:var(--font-display);font-size:2rem;font-weight:400;letter-spacing:.15em;color:#1a1a1a;margin-bottom:1.5rem}.highlights-grid{display:flex;gap:2rem}.highlights-left-column{flex:1.3;display:flex;flex-direction:column;gap:1.5rem}.highlights-right-column{flex:0.7;display:flex;flex-direction:column;gap:1.5rem}.highlights-bottom-row{display:flex;gap:1.5rem}.highlights-bottom-row .highlight-card-bottom{flex:1}.highlight-card{overflow:hidden}.highlight-card-link{display:block;text-decoration:none;color:inherit}.highlight-card-image-wrapper{position:relative;overflow:hidden}.highlight-card-image{width:100%;height:100%;object-fit:cover;object-position:center center;transition:transform .3s ease}.highlight-card-link:hover .highlight-card-image{transform:scale(1.05)}.highlight-card-tag{position:absolute;top:.75rem;left:.75rem;background:rgba(50,50,50,.9);color:#fff;font-size:.65rem;font-weight:500;padding:.35rem .6rem;border-radius:2px;text-transform:capitalize}.highlight-card-content{padding:.75rem 0}.highlight-card-title{font-family:var(--font-display);font-size:.95rem;font-weight:400;letter-spacing:.08em;color:#1a1a1a;margin-bottom:.4rem}.highlight-card-desc{font-size:.8rem;color:#555;line-height:1.5}.highlight-card-large .highlight-card-image-wrapper{height:380px}.highlight-card-bottom .highlight-card-image-wrapper{height:320px}.highlight-card-right .highlight-card-image-wrapper{height:220px}.highlight-card-bottom:last-child .highlight-card-image{object-position:center 30%}.louvre-plus-section{background:#1a1a1a;padding:4rem 2rem}.louvre-plus-container{max-width:1200px;margin:0 auto}.louvre-plus-title{font-family:var(--font-display);font-size:2rem;font-weight:400;letter-spacing:.15em;color:#fff;margin-bottom:2rem}.louvre-plus-title .plus-sign{font-weight:300;opacity:.8}.louvre-plus-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.video-card{display:block;text-decoration:none;color:#fff;position:relative;overflow:hidden;border-radius:4px}.video-card-image-wrapper{position:relative;height:380px;overflow:hidden}.video-card-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.video-card:hover .video-card-image{transform:scale(1.05)}.video-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;background:rgba(255,255,255,.9);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#1a1a1a;transition:transform .2s ease,background .2s ease}.video-play-btn svg{margin-left:3px}.video-card:hover .video-play-btn{transform:translate(-50%,-50%) scale(1.1)}.video-play-btn-pink{background:#ff69b4;color:#fff}.video-card-overlay{position:absolute;bottom:0;left:0;right:0;padding:1.5rem 1rem;background:linear-gradient(to top,rgba(0,0,0,.8) 0,rgba(0,0,0,0) 100%)}.video-card-title{font-size:.95rem;font-weight:500;line-height:1.4;margin-bottom:.5rem;color:#fff}.video-card-meta{display:flex;align-items:center;gap:.4rem;font-size:.75rem;color:rgba(255,255,255,.8)}.video-card-meta svg{opacity:.8}.video-duration{opacity:.7}@media (max-width:1024px){.louvre-plus-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.louvre-plus-section{padding:2rem 1rem}.louvre-plus-title{font-size:1.5rem}.louvre-plus-grid{grid-template-columns:1fr;gap:1rem}.video-card-image-wrapper{height:280px}}.parallax-section{position:relative;height:60vh;overflow:hidden;clip-path:inset(0)}.parallax-image{position:fixed;top:0;left:0;width:100%;height:100vh;background-size:cover;background-position:center;z-index:-1}@media (max-width:768px){.parallax-section{height:50vh;clip-path:inset(0)}.parallax-image{position:fixed;top:0;left:0;width:100%;height:100vh;background-size:cover;background-position:center;z-index:-1}}.delve-section{background:#0a0a0a;padding:4rem 2rem}.delve-container{max-width:1000px;margin:0 auto}.delve-title{font-family:var(--font-display);font-size:1.8rem;font-weight:400;letter-spacing:.12em;color:#fff;margin-bottom:2rem}.delve-grid{display:flex;gap:.75rem;align-items:flex-start}.delve-column{display:flex;flex-direction:column;gap:.75rem;flex:1}.delve-card{display:block;overflow:hidden;border-radius:4px}.delve-card-image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.delve-card:hover .delve-card-image{transform:scale(1.05)}.delve-column-left .delve-card:first-child{height:280px}.delve-column-left .delve-card:nth-child(2){height:160px}.delve-column-center .delve-card:first-child{height:220px}.delve-column-center .delve-card:nth-child(2){height:280px}.delve-column-right .delve-card:first-child{height:280px}.delve-column-right .delve-card:nth-child(2){height:260px}@media (max-width:768px){.delve-section{padding:2rem 1rem}.delve-title{font-size:1.5rem}.delve-grid{flex-direction:column}.delve-column{width:100%}.delve-column-center .delve-card:first-child,.delve-column-center .delve-card:nth-child(2),.delve-column-left .delve-card:first-child,.delve-column-left .delve-card:nth-child(2),.delve-column-right .delve-card:first-child,.delve-column-right .delve-card:nth-child(2){height:250px}}.contact-section{position:relative;height:220px;overflow:hidden}.contact-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center}.contact-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.3)}.contact-content{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;justify-content:center;padding:2rem 4rem;max-width:600px}.contact-title{font-family:var(--font-body);font-size:1rem;font-weight:700;letter-spacing:.15em;color:#fff;margin-bottom:.75rem}.contact-text{font-size:1rem;font-style:italic;color:rgba(255,255,255,.9);margin-bottom:1.25rem}.contact-btn{display:inline-flex;align-items:center;gap:.5rem;background:#fff;color:#1a1a1a;padding:.75rem 1.5rem;border-radius:30px;text-decoration:none;font-size:.9rem;font-weight:500;transition:background .2s ease,transform .2s ease;width:fit-content}.contact-btn:hover{background:#f0f0f0;transform:translateY(-2px)}.contact-btn svg{flex-shrink:0}@media (max-width:768px){.contact-section{height:200px}.contact-content{padding:1.5rem 1.5rem}.contact-title{font-size:.9rem}.contact-text{font-size:.9rem}}.footer{background:#1a1a1a;padding:4rem 2rem 2rem}.footer-container{max-width:1200px;margin:0 auto}.footer-main{display:grid;grid-template-columns:1fr 1fr 1fr 1.5fr;gap:2rem;padding-bottom:3rem}.footer-column{display:flex;flex-direction:column}.footer-heading{font-family:var(--font-body);font-size:.75rem;font-weight:600;letter-spacing:.1em;color:#fff;margin-bottom:1.5rem}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:rgba(255,255,255,.7);text-decoration:none;font-size:.85rem;transition:color .2s ease}.footer-links a:hover{color:#fff}.footer-social{display:flex;gap:.5rem;margin-bottom:2rem}.footer-social-link{width:40px;height:40px;border:1px solid rgba(255,255,255,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:background .2s ease,border-color .2s ease}.footer-social-link:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.5)}.footer-membership{margin-top:1rem}.footer-membership .footer-heading{margin-bottom:.75rem}.footer-membership-divider{width:100%;height:1px;background:rgba(255,255,255,.2);margin-bottom:1.5rem}.footer-amis-logo{height:50px;width:auto;margin-bottom:1rem}.footer-membership-link{display:inline-flex;align-items:center;gap:.5rem;color:#fff;text-decoration:underline;font-size:.85rem;transition:opacity .2s ease}.footer-membership-link:hover{opacity:.8}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;margin-bottom:2rem}.footer-legal{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.footer-legal a{color:rgba(255,255,255,.6);text-decoration:none;font-size:.8rem;transition:color .2s ease}.footer-legal a:hover{color:#fff}.footer-logo-section{display:flex;justify-content:center;padding-top:2rem}.footer-louvre-logo{max-width:200px;height:auto;opacity:.8}@media (max-width:1024px){.footer-main{grid-template-columns:1fr 1fr}.footer-column-right{grid-column:span 2}}@media (max-width:768px){.footer{padding:3rem 1.5rem 2rem}.footer-main{grid-template-columns:1fr;gap:2rem}.footer-column-right{grid-column:1}.footer-social{justify-content:flex-start}.footer-legal{gap:1rem;justify-content:center}.footer-louvre-logo{max-width:150px}}@media (max-width:768px){.highlights-section{padding:2rem 1rem}.highlights-title{font-size:1.5rem}.highlights-grid{flex-direction:column}.highlights-left-column,.highlights-right-column{flex:1}.highlights-bottom-row{flex-direction:column}.highlight-card-bottom .highlight-card-image-wrapper,.highlight-card-large .highlight-card-image-wrapper,.highlight-card-right .highlight-card-image-wrapper{height:200px}}.mobile-menu-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);z-index:998;opacity:0;pointer-events:none;transition:opacity .3s ease}.mobile-menu-overlay.active{opacity:1;pointer-events:auto}.mobile-menu{position:fixed;top:0;left:0;width:100%;height:100vh;background:#1a1a1a;z-index:999;transform:translateX(-100%);transition:transform .3s ease;flex-direction:column;overflow-y:auto;display:none}.mobile-menu.active{transform:translateX(0)}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background:var(--color-bg-header)}.close-menu-btn{color:var(--color-text);padding:.25rem;transition:opacity .2s}.close-menu-btn:hover{opacity:.7}.mobile-search{padding:1.25rem 1.5rem}.mobile-search-input{display:flex;align-items:center;gap:.75rem;background:0 0;border:1px solid #444;border-radius:4px;padding:.875rem 1rem}.mobile-search-input svg{color:var(--color-text-muted);flex-shrink:0}.mobile-search-input input{flex:1;background:0 0;border:none;color:var(--color-text);font-size:1rem;outline:0}.mobile-search-input input::placeholder{color:var(--color-text-muted)}.mobile-search-btn{background:#444;border:none;padding:.5rem;border-radius:4px;color:var(--color-text);cursor:pointer;transition:background .2s}.mobile-search-btn:hover{background:#555}.mobile-nav-list{padding:0 1.5rem}.mobile-nav-link{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0;font-size:.9375rem;font-weight:600;letter-spacing:.05em;color:var(--color-text);border:none;transition:opacity .2s}.mobile-nav-link:hover{opacity:.7}.mobile-nav-link svg{color:var(--color-text-muted)}.mobile-menu-divider{height:1px;background:var(--color-border);margin:.5rem 1.5rem}.mobile-nav-secondary{padding:.5rem 1.5rem}.mobile-nav-secondary-link{display:block;padding:.875rem 0;font-size:1rem;font-weight:400;color:var(--color-text-muted);transition:color .2s}.mobile-nav-secondary-link:hover{color:var(--color-text)}.mobile-nav-link.disabled,.mobile-nav-secondary-link.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.mobile-social{display:flex;justify-content:center;gap:.75rem;padding:1rem 1.5rem;flex-wrap:wrap}.mobile-social-second-row{padding-top:0}.mobile-social-link{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border:1px solid #444;border-radius:50%;color:var(--color-text);transition:all .2s}.mobile-social-link:hover{background:#333;border-color:#555}.mobile-menu-logo{padding:2rem 1.5rem;text-align:center}.mobile-menu-logo .logo{font-size:1.75rem}.mobile-submenu{display:none;position:absolute;top:0;left:0;width:100%;height:100%;background:#1a1a1a;flex-direction:column;overflow-y:auto;z-index:10}.mobile-submenu.active{display:flex}.mobile-submenu-back{display:flex;align-items:center;gap:.75rem;padding:1.25rem 1.5rem;background:#1a1a1a;color:var(--color-text);font-size:.875rem;font-weight:600;letter-spacing:.05em;border:none;cursor:pointer;transition:opacity .2s}.mobile-submenu-back:hover{opacity:.7}.mobile-submenu-featured{padding:1rem 1.5rem}.mobile-submenu-card{display:flex;gap:1rem;align-items:flex-start}.mobile-submenu-card-image{width:100px;height:80px;object-fit:cover;flex-shrink:0}.mobile-submenu-card-content{flex:1}.mobile-submenu-card-link{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:500;color:var(--color-text);text-decoration:underline;margin-bottom:.25rem}.mobile-submenu-card-desc{font-size:.875rem;color:var(--color-text-muted);line-height:1.4}.mobile-submenu-list{padding:.5rem 1.5rem}.mobile-submenu-link{display:block;padding:1rem 0;font-size:1rem;font-weight:500;color:var(--color-text);transition:opacity .2s}.mobile-submenu-link:hover{opacity:.7}.mobile-menu-footer{padding:1.5rem;border-top:1px solid var(--color-border);display:flex;flex-direction:column;gap:1rem}.mobile-btn{justify-content:center;width:100%}main{min-height:calc(100vh - 150px);background-color:#fff;padding-top:140px}@media (max-width:768px){main{padding-top:70px;padding-bottom:60px}}.mobile-bottom-bar{display:none;position:fixed;bottom:0;left:0;right:0;background:#1a1a1a;z-index:99;border-top-left-radius:16px;border-top-right-radius:16px;overflow:hidden}.mobile-bottom-bar-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.25rem 1.5rem;background:0 0;border:none;color:var(--color-text);font-size:.875rem;font-weight:600;letter-spacing:.1em;cursor:pointer}.mobile-bottom-bar-arrow{transition:transform .3s ease}.mobile-bottom-bar.active .mobile-bottom-bar-arrow{transform:rotate(180deg)}.mobile-bottom-bar-content{max-height:0;overflow:hidden;padding:0 1.5rem;transition:max-height .3s ease,padding .3s ease}.mobile-bottom-bar.active .mobile-bottom-bar-content{max-height:150px;padding:0 1.5rem 1.5rem}.mobile-bottom-bar-status{font-size:.9rem;color:var(--color-text-muted);margin-bottom:1rem}.mobile-bottom-bar-info{display:flex;align-items:center;justify-content:space-between}.mobile-bottom-bar-hours{font-size:1.1rem;font-weight:500;color:var(--color-text);display:flex;align-items:center;gap:.75rem}.mobile-bottom-bar-actions{display:flex;gap:.75rem}.mobile-bottom-bar-btn{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;transition:all .2s}.mobile-bottom-bar-btn-primary{background:var(--color-primary);color:#fff}.mobile-bottom-bar-btn-primary:hover{background:var(--color-primary-hover)}.mobile-bottom-bar-btn-outline{background:#fff;color:#1a1a1a;border:1px solid #333}.mobile-bottom-bar-btn-outline:hover{background:#f0f0f0}@media (max-width:768px){.mobile-bottom-bar{display:block}}@media (max-width:768px){.header-top{padding:1rem 1.25rem}.hamburger-btn{display:flex}.header-left .language-dropdown,.header-left .search-btn{display:none}.header-center{position:static;transform:none;flex:1;text-align:center}.logo{font-size:1.5rem;letter-spacing:.25em}.header-right .btn-outline{display:none}.header-right .btn-primary span{display:inline}.header-nav{display:none}.header-divider{display:none}.mobile-menu-overlay{display:block}.mobile-menu{display:flex}}