:root{--primary:#d97706;--primary-dark:#b45309;--bg:#f8f6f3;--bg-dark:#78350f;--text:#78350f;--gold:#fbbf24;--gold-bg:rgba(251,191,36,.2)}
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Lato',sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}
h1,h2,h3,h4,h5,h6{font-family:'Playfair Display',serif;line-height:1.2}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto;display:block}
::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--primary);border-radius:4px}
::selection{background:var(--primary);color:#fff}
.lb-container{max-width:1280px;margin:0 auto;padding:0 1rem}
@media(min-width:640px){.lb-container{padding:0 1.5rem}}
@media(min-width:1024px){.lb-container{padding:0 2rem}}

@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}
@keyframes bounce{0%,100%{transform:translateY(-25%) translateX(-50%)}50%{transform:translateY(0) translateX(-50%)}}
.animate-fadeInUp{animation:fadeInUp .8s ease-out forwards}
.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}

/* NAVBAR */
.lb-navbar{position:fixed;top:0;left:0;width:100%;z-index:1000;transition:all .3s;padding:1.25rem 0}
.lb-navbar.scrolled{background:rgba(248,246,243,.95);backdrop-filter:blur(12px);box-shadow:0 1px 2px rgba(0,0,0,.05);padding:.75rem 0}
.navbar-inner{display:flex;align-items:center;justify-content:space-between}
.navbar-logo{display:flex;align-items:center;gap:.5rem;transition:opacity .3s}
.navbar-logo:hover{opacity:.85}
.logo-text{font-family:'Playfair Display',serif;font-size:1.5rem;font-weight:700;color:#fbbf24}
@media(min-width:768px){.logo-text{font-size:1.875rem}}
.navbar-desktop{display:none;align-items:center;gap:2rem}
@media(min-width:768px){.navbar-desktop{display:flex}}
.nav-link{position:relative;font-weight:500;color:var(--text);transition:color .3s}
.nav-link:hover,.nav-link.active{color:var(--primary)}
.nav-link.active::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:2px;background:var(--primary);border-radius:9999px}

.language-switcher{position:relative}
.lang-toggle{display:flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:.75rem;border:1px solid rgba(120,53,15,.2);background:rgba(255,255,255,.8);cursor:pointer;transition:all .3s}
.lang-toggle:hover{border-color:var(--primary)}
.lang-flag{width:20px;height:15px;object-fit:cover;border-radius:2px}
.lang-chevron{font-size:.625rem;color:var(--text);transition:transform .3s}
.language-switcher.open .lang-chevron{transform:rotate(180deg)}
.lang-dropdown{display:none;position:absolute;top:calc(100% + .5rem);right:0;min-width:160px;background:#fff;border-radius:.75rem;box-shadow:0 10px 15px rgba(0,0,0,.1);border:1px solid rgba(120,53,15,.1);overflow:hidden;z-index:100;animation:fadeIn .2s ease}
.lang-dropdown-up{top:auto;bottom:calc(100% + .5rem)}
.language-switcher.open .lang-dropdown{display:block}
.lang-option{display:flex;align-items:center;gap:.75rem;width:100%;padding:.625rem 1rem;border:none;background:transparent;font-family:'Lato',sans-serif;font-size:.875rem;color:var(--text);cursor:pointer;transition:background .3s}
.lang-option:hover{background:#fef3c7}
.lang-option.active{background:#fef3c7;font-weight:600}

.navbar-mobile-controls{display:flex;align-items:center;gap:.5rem}
@media(min-width:768px){.navbar-mobile-controls{display:none}}
.mobile-menu-btn{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.75rem;border:none;background:transparent;color:var(--text);font-size:1.25rem;cursor:pointer;transition:background .3s}
.mobile-menu-btn:hover{background:rgba(217,119,6,.1)}
.mobile-menu{display:none;padding:0 1rem 1rem;animation:fadeIn .3s}
.mobile-menu.open{display:block}
.mobile-menu-inner{display:flex;flex-direction:column;gap:1rem;background:rgba(255,255,255,.9);backdrop-filter:blur(12px);border-radius:1rem;padding:1rem;box-shadow:0 10px 15px rgba(0,0,0,.1)}
.mobile-nav-link{font-weight:500;font-size:1.125rem;padding:.5rem 1rem;border-radius:.75rem;color:var(--text);transition:all .3s}
.mobile-nav-link:hover{background:rgba(217,119,6,.1)}
.mobile-nav-link.active{background:var(--primary);color:#fff}

/* HERO */
.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}
.hero-bg{position:absolute;inset:0}
.hero-image{width:100%;height:100%;object-fit:cover}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(to right,rgba(120,53,15,.9),rgba(120,53,15,.7),rgba(120,53,15,.5))}
.hero-content{position:relative;z-index:10;padding:8rem 0}
.hero-text{max-width:42rem}
.hero-badge{display:inline-block;padding:.5rem 1rem;background:var(--gold-bg);color:var(--gold);font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;margin-bottom:1.5rem}
.hero-title{font-size:3rem;font-weight:700;color:#fff;line-height:1.1;margin-bottom:1.5rem}
.hero-title-accent{display:block;color:var(--gold)}
@media(min-width:768px){.hero-title{font-size:4.5rem}}
.hero-description{font-size:1.125rem;color:rgba(255,255,255,.9);line-height:1.7;margin-bottom:2rem}
@media(min-width:768px){.hero-description{font-size:1.25rem}}
.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);animation:bounce 1.5s infinite}
.scroll-mouse{width:1.5rem;height:2.5rem;border:2px solid rgba(255,255,255,.5);border-radius:9999px;display:flex;justify-content:center;padding-top:.5rem}
.scroll-dot{width:4px;height:12px;background:rgba(255,255,255,.5);border-radius:9999px}

/* PAGE CONTENT (editable from WordPress) */
.page-content-section{padding:4rem 0;background:var(--bg)}
@media(min-width:768px){.page-content-section{padding:6rem 0}}
.page-content-inner{max-width:900px}
.page-content-inner h1,.page-content-inner h2,.page-content-inner h3{color:var(--text);margin-bottom:1rem}
.page-content-inner h2{font-size:2rem}
.page-content-inner h3{font-size:1.5rem}
.page-content-inner p{color:#92400e;font-size:1.05rem;line-height:1.8;margin-bottom:1.5rem}
.page-content-inner img{border-radius:1rem;margin:2rem 0;box-shadow:0 10px 15px rgba(0,0,0,.1)}
.page-content-inner ul,.page-content-inner ol{color:#92400e;margin-left:1.5rem;margin-bottom:1.5rem;line-height:1.8}
.page-content-inner a{color:var(--primary);font-weight:500;transition:color .3s}
.page-content-inner a:hover{color:var(--primary-dark)}
.page-content-inner blockquote{border-left:4px solid var(--primary);padding:1rem 1.5rem;margin:2rem 0;background:#fff;border-radius:0 .75rem .75rem 0;font-style:italic;color:#92400e}

/* FOOTER */
.lb-footer{background:var(--bg-dark);color:#f8f6f3}
.lb-footer .lb-container{padding-top:4rem;padding-bottom:4rem}
.footer-grid{display:grid;grid-template-columns:1fr;gap:3rem}
@media(min-width:768px){.footer-grid{grid-template-columns:repeat(3,1fr)}}
.footer-brand{font-family:'Playfair Display',serif;font-size:1.5rem;font-weight:700}
.footer-subtitle{color:var(--gold);font-size:.875rem;margin-top:.25rem}
.footer-description{color:rgba(248,246,243,.8);font-size:.875rem;line-height:1.7;margin-top:1rem}
.footer-social{display:flex;gap:1rem;margin-top:1rem}
.social-link{width:2.5rem;height:2.5rem;border-radius:9999px;background:rgba(248,246,243,.1);display:flex;align-items:center;justify-content:center;font-size:1rem;transition:background .3s}
.social-link:hover{background:var(--primary)}
.footer-lang-switcher{margin-top:1rem}
.footer-heading{font-family:'Playfair Display',serif;font-size:1.125rem;font-weight:600;color:var(--gold);margin-bottom:1rem}
.footer-contact-list{list-style:none}
.footer-contact-list li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;font-size:.875rem}
.footer-contact-list i{color:var(--gold);margin-top:.25rem;flex-shrink:0}
.footer-contact-list span,.footer-contact-list a{color:rgba(248,246,243,.8)}
.footer-contact-list a:hover{color:var(--gold)}
.footer-hours-list{list-style:none;font-size:.875rem}
.footer-hours-list li{display:flex;justify-content:space-between;gap:1rem;margin-bottom:.375rem}
.footer-hours-list li span:first-child{color:rgba(248,246,243,.6)}
.footer-hours-list li span:last-child{color:rgba(248,246,243,.8)}
.footer-hours-list li.closed span:last-child{color:rgba(248,113,113,.7)}
.footer-bottom{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(248,246,243,.1);display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}
@media(min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between}}
.footer-bottom p{font-size:.875rem;color:rgba(248,246,243,.6)}
.footer-made{font-size:.75rem;color:rgba(248,246,243,.4)}
