*{margin:0;padding:0;box-sizing:border-box}body{font-family:"Manrope",sans-serif;line-height:1.6;color:#f6f3ef;background-color:#2e1f1a}.container{max-width:1200px;margin:0 auto;padding:0 20px}h1,h2,h3,h4,h5,h6{font-family:"Merriweather",serif;margin-bottom:1rem;color:#d7b899}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}p{margin-bottom:1rem;color:#f6f3ef}a{text-decoration:none;color:inherit;transition:color .3s ease}ul{list-style:none}.header{background-color:rgba(46,31,26,.95);backdrop-filter:blur(10px);padding:1rem 0;position:sticky;top:0;z-index:1000;border-bottom:1px solid rgba(215,184,153,.1)}.header-content{display:flex;justify-content:space-between;align-items:center}.logo h1{font-size:1.8rem;margin:0;color:#d7b899}.nav-list{display:flex;gap:2rem}.nav-link{color:#f6f3ef;font-weight:500;transition:color .3s ease;position:relative}.nav-link:hover,.nav-link.active{color:#f2cb05}.nav-link.active::after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:2px;background-color:#f2cb05}.burger-menu{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:5px}.burger-menu span{width:25px;height:3px;background-color:#d7b899;margin:3px 0;transition:.3s}.burger-menu.active span:nth-child(1){transform:rotate(-45deg) translate(-5px, 6px)}.burger-menu.active span:nth-child(2){opacity:0}.burger-menu.active span:nth-child(3){transform:rotate(45deg) translate(-6px, -7px)}.btn{display:inline-block;padding:12px 24px;border:none;border-radius:8px;font-weight:600;text-align:center;cursor:pointer;transition:all .3s ease;font-family:"Manrope",sans-serif;font-size:1rem}.btn-primary{background-color:#a66e4a;color:#f6f3ef}.btn-primary:hover{background-color:#8b5a3c;transform:translateY(-2px);box-shadow:0 5px 15px rgba(166,110,74,.3)}.btn-secondary{background-color:rgba(0,0,0,0);color:#f2cb05;border:2px solid #f2cb05}.btn-secondary:hover{background-color:#f2cb05;color:#2e1f1a}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-2}.hero-background img{width:100%;height:100%;object-fit:cover}.hero::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg, rgba(46, 31, 26, 0.8) 0%, rgba(166, 110, 74, 0.6) 100%);z-index:-1}.hero-content{max-width:600px;z-index:1}.hero-title{font-size:3.5rem;margin-bottom:1rem;color:#d7b899;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.hero-subtitle{font-size:1.5rem;margin-bottom:1.5rem;color:#f2cb05;font-weight:600}.hero-description{font-size:1.2rem;margin-bottom:2rem;line-height:1.8;color:#f6f3ef}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.page-header{background:linear-gradient(135deg, #a66e4a 0%, #2e1f1a 100%);padding:80px 0;text-align:center}.page-title{font-size:3rem;color:#d7b899;margin-bottom:1rem}.page-subtitle{font-size:1.2rem;color:#f6f3ef;opacity:.9}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#d7b899}section{padding:80px 0}.about{background-color:#3a2b24}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-features{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem}.feature{background:rgba(215,184,153,.1);padding:2rem;border-radius:15px;text-align:center;border:1px solid rgba(215,184,153,.2)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature h3{color:#f2cb05;margin-bottom:1rem;font-size:1.2rem}.feature p{color:#f6f3ef;line-height:1.8;font-size:.95rem}.about-image img{width:100%;height:500px;object-fit:cover;border-radius:15px}.toast-talks{background-color:#2e1f1a}.talks-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;margin-top:2rem}.talks-description h3{color:#f2cb05;margin-bottom:1rem}.talks-description ul{list-style:disc;margin-left:1.5rem;margin-bottom:2rem}.talks-description li{margin-bottom:.5rem;color:#f6f3ef}.next-talk{background:rgba(166,110,74,.2);padding:1.5rem;border-radius:10px;border-left:4px solid #f2cb05}.next-talk h4{color:#d7b899;margin-bottom:.5rem}.talk-topic{font-size:1.1rem;font-weight:600;color:#f2cb05;margin-bottom:.5rem}.talk-date{color:#f6f3ef;font-size:.95rem}.talks-image img{width:100%;height:400px;object-fit:cover;border-radius:15px}.reviews{background-color:#3a2b24}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:2rem}.review-card{background:rgba(215,184,153,.1);padding:2rem;border-radius:15px;border:1px solid rgba(215,184,153,.2);display:flex;gap:1rem}.review-photo img{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid #a66e4a}.review-content p{font-style:italic;margin-bottom:1.5rem;line-height:1.8;color:#f6f3ef}.review-author strong{color:#d7b899;display:block;margin-bottom:.25rem}.review-author span{color:#a66e4a;font-size:.9rem}.cta{background:linear-gradient(135deg, #a66e4a 0%, #2e1f1a 100%);text-align:center}.cta-content h2{color:#d7b899;margin-bottom:1rem}.cta-content p{font-size:1.2rem;margin-bottom:2rem;color:#f6f3ef}.cta-info{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin:2rem 0;max-width:600px;margin-left:auto;margin-right:auto}.cta-hours,.cta-address{background:rgba(215,184,153,.1);padding:1.5rem;border-radius:10px}.cta-hours h3,.cta-address h3{color:#f2cb05;margin-bottom:.5rem}.spotify-widget{position:fixed;bottom:20px;right:20px;background:rgba(46,31,26,.95);border-radius:15px;border:1px solid rgba(215,184,153,.3);z-index:1000;overflow:hidden;transition:all .3s ease;backdrop-filter:blur(10px)}.widget-header{display:flex;justify-content:space-between;align-items:center;padding:10px 15px;background:rgba(166,110,74,.2)}.widget-header span{color:#d7b899;font-weight:600;font-size:.9rem}.widget-toggle{background:none;border:none;font-size:1.2rem;cursor:pointer;color:#f2cb05}.widget-content{max-height:0;overflow:hidden;transition:max-height .3s ease}.spotify-widget.active .widget-content{max-height:200px}.menu-intro{background-color:#3a2b24;padding:60px 0}.menu-philosophy{text-align:center;max-width:800px;margin:0 auto}.menu-philosophy h2{color:#d7b899;margin-bottom:1.5rem}.menu-philosophy p{font-size:1.1rem;line-height:1.8;color:#f6f3ef}.menu-content{background-color:#2e1f1a}.menu-categories{max-width:900px;margin:0 auto}.menu-category{margin-bottom:3rem}.category-title{color:#f2cb05;font-size:2rem;margin-bottom:2rem;text-align:center;position:relative}.category-title::after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:60px;height:2px;background-color:#a66e4a}.menu-items{display:flex;flex-direction:column;gap:1rem}.menu-item{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem;background:rgba(215,184,153,.1);border-radius:10px;border:1px solid rgba(215,184,153,.2)}.item-info h3{color:#d7b899;margin-bottom:.5rem;font-size:1.2rem}.item-info p{color:#f6f3ef;line-height:1.6;margin:0;max-width:400px}.item-price{color:#f2cb05;font-weight:700;font-size:1.1rem;white-space:nowrap;margin-left:1rem}.menu-note{background:rgba(166,110,74,.2);padding:2rem;border-radius:15px;margin-top:3rem;border-left:4px solid #f2cb05}.menu-note h3{color:#d7b899;margin-bottom:1rem}.menu-note ul{list-style:disc;margin-left:1.5rem}.menu-note li{margin-bottom:.5rem;color:#f6f3ef}.events-intro{background-color:#3a2b24;padding:60px 0}.intro-content{text-align:center;max-width:800px;margin:0 auto}.intro-content h2{color:#d7b899;margin-bottom:1.5rem}.intro-content p{font-size:1.1rem;line-height:1.8;color:#f6f3ef}.upcoming-events{background-color:#2e1f1a}.events-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(450px, 1fr));gap:2rem}.event-card{background:rgba(215,184,153,.1);border-radius:15px;padding:2rem;border:1px solid rgba(215,184,153,.2);display:flex;gap:1.5rem}.event-card.featured{border-color:#f2cb05;background:rgba(242,203,5,.1)}.event-date{text-align:center;min-width:60px}.event-date .day{display:block;font-size:2rem;font-weight:700;color:#f2cb05;line-height:1}.event-date .month{display:block;font-size:.8rem;color:#a66e4a;font-weight:600;text-transform:uppercase}.event-content h3{color:#d7b899;margin-bottom:.5rem}.event-type{color:#f2cb05;font-weight:600;font-size:.9rem;margin-bottom:1rem}.event-description{color:#f6f3ef;line-height:1.6;margin-bottom:1rem}.event-details{display:flex;gap:1rem;font-size:.9rem}.event-time{color:#a66e4a}.event-price{color:#f2cb05;font-weight:600}.event-rules{background-color:#3a2b24}.rules-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:2rem}.rule-item{text-align:center;padding:2rem}.rule-number{width:50px;height:50px;background:#f2cb05;color:#2e1f1a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem}.rule-item h3{color:#d7b899;margin-bottom:1rem}.rule-item p{color:#f6f3ef;line-height:1.8}.past-events{background-color:#2e1f1a}.past-topics{max-width:600px;margin:0 auto}.topic-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid rgba(215,184,153,.2)}.topic-item h4{color:#d7b899;margin:0;font-size:1rem}.topic-date{color:#a66e4a;font-size:.9rem;white-space:nowrap}.event-cta{background-color:#3a2b24}.topic-form{max-width:600px;margin:2rem auto 0}.contact-info{background-color:#2e1f1a;padding:60px 0}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.contact-details{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;gap:1rem;align-items:flex-start}.contact-icon{font-size:2rem;min-width:50px}.contact-content h3{color:#d7b899;margin-bottom:.5rem}.contact-content p{color:#f6f3ef;margin:0}.contact-content a{color:#f2cb05;font-weight:600}.contact-content a:hover{color:#d7b899}.contact-content small{color:#a66e4a;font-size:.9rem;display:block;margin-top:.25rem}.map-container{background:rgba(215,184,153,.1);border-radius:15px;overflow:hidden;border:1px solid rgba(215,184,153,.2)}.map-placeholder iframe{width:100%;height:300px;border:none}.map-note{padding:1rem;color:#f6f3ef;font-size:.9rem;text-align:center;margin:0}.social-media{background-color:#3a2b24}.social-links{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:2rem}.social-link{display:flex;gap:1rem;align-items:center;padding:1.5rem;background:rgba(215,184,153,.1);border-radius:15px;border:1px solid rgba(215,184,153,.2);transition:transform .3s ease}.social-link:hover{transform:translateY(-5px);border-color:#f2cb05}.social-icon{font-size:2rem;min-width:50px}.social-info h3{color:#d7b899;margin-bottom:.25rem}.social-info p{color:#f2cb05;margin:0;font-weight:600}.contact-form-section{background-color:#2e1f1a}.form-content{max-width:800px;margin:0 auto}.form-intro{text-align:center;margin-bottom:3rem}.form-intro h2{color:#d7b899;margin-bottom:1rem}.form-intro p{font-size:1.1rem;color:#f6f3ef;line-height:1.8}.visit-info{background-color:#3a2b24}.info-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:2rem}.info-card{background:rgba(215,184,153,.1);padding:2rem;border-radius:15px;border:1px solid rgba(215,184,153,.2)}.info-card h3{color:#f2cb05;margin-bottom:1rem;font-size:1.2rem}.info-card p{color:#f6f3ef;line-height:1.8;margin:0}.contact-form,.topic-form{background:rgba(215,184,153,.1);padding:2rem;border-radius:15px;border:1px solid rgba(215,184,153,.2)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.contact-form input,.contact-form textarea,.contact-form select,.topic-form input,.topic-form textarea,.topic-form select{width:100%;padding:12px;border:2px solid rgba(166,110,74,.3);border-radius:8px;background-color:rgba(46,31,26,.8);color:#f6f3ef;font-family:"Manrope",sans-serif;font-size:1rem;margin-bottom:1rem;transition:border-color .3s ease}.contact-form input::placeholder,.contact-form textarea::placeholder,.topic-form input::placeholder,.topic-form textarea::placeholder{color:rgba(246,243,239,.6)}.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus,.topic-form input:focus,.topic-form textarea:focus,.topic-form select:focus{outline:none;border-color:#f2cb05;box-shadow:0 0 0 3px rgba(242,203,5,.1)}.contact-form textarea,.topic-form textarea{resize:vertical;min-height:120px}.legal-content{background-color:#2e1f1a;padding:60px 0}.legal-text{max-width:800px;margin:0 auto;line-height:1.8}.legal-text h2{color:#d7b899;margin-top:2rem;margin-bottom:1rem;font-size:1.8rem}.legal-text h3{color:#f2cb05;margin-top:1.5rem;margin-bottom:.5rem;font-size:1.3rem}.legal-text ul{list-style:disc;margin-left:1.5rem;margin-bottom:1rem}.legal-text li{margin-bottom:.5rem;color:#f6f3ef}.legal-text strong{color:#d7b899}.legal-text a{color:#f2cb05;text-decoration:underline}.legal-text a:hover{color:#d7b899}.footer{background-color:#1a1209;color:#f6f3ef;padding:3rem 0 1rem;border-top:1px solid rgba(215,184,153,.1)}.footer-content{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:2rem;margin-bottom:2rem}.footer-logo h3{color:#d7b899;margin-bottom:.5rem}.footer-logo p{color:#a66e4a;font-style:italic;margin:0}.footer-hours h4,.footer-legal h4{color:#f2cb05;margin-bottom:1rem}.footer-hours p{color:#f6f3ef;margin:0}.footer-legal ul li{margin-bottom:.5rem}.footer-legal a{color:#f6f3ef;transition:color .3s ease}.footer-legal a:hover{color:#f2cb05}.footer-bottom{border-top:1px solid rgba(215,184,153,.1);padding-top:1rem;text-align:center;color:#a66e4a}.modal{display:none;position:fixed;z-index:2000;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.8)}.modal-content{background-color:#3a2b24;margin:15% auto;padding:2rem;border-radius:15px;width:90%;max-width:500px;text-align:center;position:relative;border:1px solid rgba(215,184,153,.3)}.close{position:absolute;right:1rem;top:1rem;font-size:2rem;cursor:pointer;color:#a66e4a;transition:color .3s ease}.close:hover{color:#f2cb05}.modal-content h3{color:#d7b899;margin-bottom:1rem}.modal-content p{color:#f6f3ef;margin-bottom:2rem;line-height:1.6}@media(max-width: 768px){.burger-menu{display:flex}.nav{display:none;position:absolute;top:100%;left:0;width:100%;background-color:rgba(46,31,26,.98);padding:1rem;border-top:1px solid rgba(215,184,153,.1)}.nav.active{display:block}.nav-list{flex-direction:column}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-buttons{justify-content:center}.about-content,.talks-content{grid-template-columns:1fr;gap:2rem}.about-features{grid-template-columns:1fr}.contact-grid{grid-template-columns:1fr;gap:2rem}.form-row{grid-template-columns:1fr}.cta-info{grid-template-columns:1fr}.spotify-widget{bottom:60px;right:10px;left:10px;width:auto}.events-grid{grid-template-columns:1fr}.rules-grid{grid-template-columns:1fr}.social-links{grid-template-columns:1fr}.info-grid{grid-template-columns:1fr}}@media(max-width: 480px){.container{padding:0 15px}.hero{min-height:80vh;padding:40px 0}.hero-title{font-size:2rem}.section-title{font-size:2rem}.page-title{font-size:2.2rem}section{padding:40px 0}.btn{padding:10px 20px;font-size:.9rem}.hero-buttons{flex-direction:column;align-items:center}.hero-buttons .btn{width:100%;max-width:250px}.menu-item{flex-direction:column;gap:.5rem}.item-price{margin-left:0;align-self:flex-start}.event-card{flex-direction:column;gap:1rem}.event-date{align-self:flex-start}.topic-item{flex-direction:column;align-items:flex-start;gap:.5rem}}html{scroll-behavior:smooth}button:focus,input:focus,textarea:focus,select:focus,a:focus{outline:2px solid #f2cb05;outline-offset:2px}@media print{.header,.footer,.btn,.modal,.spotify-widget{display:none !important}body{font-size:12pt;line-height:1.4;color:#000;background:#fff}.container{max-width:none;padding:0}}
