* { box-sizing: border-box; } body {margin: 0;}:root{--color-accent:#8B2635;--color-accent-hover:#6B1D29;--color-accent-light:#F5E6E8;--color-bg:#FFFBF7;--color-bg-alt:#FDF6EF;--color-bg-dark:#2C1810;--color-border:#E8DDD4;--color-gold:#C9A227;--color-text:#2C1810;--color-text-light:#FFFBF7;--color-text-muted:#6B5344;--radius-lg:16px;--radius-md:8px;--radius-sm:4px;--shadow-lg:0 8px 24px rgba(44, 24, 16, 0.12);--shadow-md:0 4px 12px rgba(44, 24, 16, 0.1);--shadow-sm:0 1px 2px rgba(44, 24, 16, 0.05);--transition:all 0.3s ease;}*{box-sizing:border-box;margin:0;padding:0;}body{background:var(--color-bg);color:var(--color-text);font-family:'Georgia', 'Times New Roman', serif;line-height:1.6;}.resto-h2{font-family:'Playfair Display', Georgia, serif;font-size:2.5rem;font-weight:400;line-height:1.2;}.resto-body-lg{font-size:1.25rem;line-height:1.7;}.resto-elegant{color:var(--color-accent);font-style:italic;}.resto-container{margin:0px auto 0px auto;max-width:1200px;padding:0 2rem;}.resto-section{padding:6rem 0;}.resto-section--dark{background:var(--color-bg-dark);color:var(--color-text-light);}.resto-section--alt{background:var(--color-bg-alt);}.resto-grid{overflow:hidden;}.resto-grid--2{display:grid;grid-template-columns:repeat(2, 1fr);}.resto-grid--3{box-sizing:border-box;display:grid;gap:2rem;grid-template-columns:repeat(3, 1fr);width:100%;}.resto-nav{backdrop-filter:blur(10px);background:rgba(255, 251, 247, 0.95);border-bottom:1px solid var(--color-border);left:0;padding:1rem 0;position:fixed;right:0;top:0;z-index:1000;}.resto-nav__logo{color:var(--color-text);font-family:'Playfair Display', Georgia, serif;font-size:1.5rem;text-decoration:none;}.resto-nav__menu{align-items:center;display:flex;gap:2rem;}.resto-nav__link{color:var(--color-text);font-size:0.9rem;letter-spacing:0.1em;text-decoration:none;text-transform:uppercase;transition:var(--transition);}.resto-nav__link:hover{color:var(--color-accent);}.resto-btn{border-radius:var(--radius-sm);cursor:pointer;display:inline-block;font-family:"Lato", sans-serif;font-size:0.8rem;font-weight:300;letter-spacing:0.15em;margin:15px 0px 0px 0px;padding:1rem 2rem;text-decoration:none;text-transform:uppercase;transition:var(--transition);}.resto-btn--primary{background:var(--color-accent);color:white;}.resto-btn--primary:hover{background:var(--color-accent-hover);}.resto-btn--secondary{border:2px solid #ffffff;color:white;}.resto-btn--secondary:hover{background:var(--color-accent);color:white;border:2px solid #8b2635;}.resto-btn--lg{font-size:1rem;padding:1.25rem 2.5rem;}.hero-big{align-items:center;background-image:linear-gradient(rgba(33,16,16,0.59) 0%, rgba(33,16,16,0.59) 100%), url("../assets/unsplash-photo-1514933651103-005eec06c04b.webp");background-position:center center, center center;background-repeat:no-repeat, no-repeat;background-size:cover, cover;display:flex;justify-content:center;min-height:100vh;padding:8rem 2rem;position:relative;text-align:center;}.resto-hero__content{align-items:center;color:white;column-gap:10px;display:flex;flex-direction:column;max-width:800px;row-gap:10px;}.resto-specialty{min-width:0;overflow:hidden;}.resto-specialty:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px);}.resto-specialty__title{margin-bottom:0.5rem;}.resto-menu-item{align-items:baseline;border-bottom:1px dashed var(--color-border);display:flex;justify-content:space-between;padding:1.25rem 0;}.resto-menu-item__name{font-family:'Playfair Display', Georgia, serif;font-size:1.25rem;}.resto-menu-item__desc{color:var(--color-text-muted);font-size:0.9rem;margin-top:0.25rem;}.resto-menu-item__price{color:var(--color-accent);font-weight:600;margin-left:1rem;white-space:nowrap;}.resto-menu-category{margin-bottom:3rem;}.resto-menu-category__title{font-family:'Playfair Display', Georgia, serif;font-size:1.75rem;margin-bottom:2rem;position:relative;text-align:center;}.resto-menu-category__title::after{background:var(--color-accent);content:'';display:block;height:2px;margin:0.75rem auto 0;width:60px;}.resto-gallery{display:grid;gap:1rem;grid-template-columns:repeat(3, 1fr);}.resto-gallery__img{height:100%;object-fit:cover;transition:var(--transition);width:100%;}.resto-gallery__item:hover .resto-gallery__img{transform:scale(1.05);}.resto-testimonial{background:white;border-radius:var(--radius-md);box-shadow:var(--shadow-md);color:#6b5344;padding:2.5rem;text-align:center;}.resto-testimonial__author{font-weight:600;}.resto-testimonial__rating{color:var(--color-gold);margin-bottom:0.5rem;}.resto-info-card{background:white;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);gap:1rem;padding:1.5rem;}.resto-info-card__icon{color:var(--color-accent);font-size:1.5rem;}.resto-cta{background-image:linear-gradient(rgba(47,19,19,0.8) 0%, rgba(47,19,19,0.8) 100%), url("../assets/unsplash-photo-1517248135467-4c7edcad34c4.webp");color:white;padding:5rem 0;text-align:center;background-repeat:repeat, no-repeat;background-position:left top, center top;background-attachment:scroll, ;background-size:auto, cover;}.resto-footer{background:var(--color-bg-dark);color:var(--color-text-light);padding:4rem 0 2rem;}.resto-footer__grid{display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr 1fr;margin-bottom:3rem;}.resto-footer__title{color:var(--color-gold);font-size:0.875rem;letter-spacing:0.1em;margin-bottom:1.25rem;text-transform:uppercase;}.resto-footer__bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:2rem;font-size:0.75rem;display:flex;justify-content:space-between;align-items:baseline;row-gap:2px;column-gap:5px;}#irakl{align-items:center;display:flex;justify-content:space-between;}#imczd{margin-bottom:1rem;text-align:center;}#i316g{color:var(--color-text-muted);margin-bottom:3rem;text-align:center;}#in49k{margin-bottom:1rem;text-align:center;}#iaunf{color:var(--color-text-muted);margin-bottom:3rem;text-align:center;}#ifow2{gap:2rem;}#ihjvtc{margin-top:3rem;text-align:center;}#iha5ek{margin-bottom:1rem;text-align:center;}#ilekmf{color:var(--color-text-muted);margin-bottom:3rem;text-align:center;}#isuox7{color:var(--color-text-light);margin-bottom:3rem;text-align:center;}#iuniof{margin-bottom:3rem;text-align:center;}.resto-specialty__img{height:250px;max-width:100%;object-fit:cover;width:100%;}.resto-hero__title{padding:2px 15px 2px 15px;}.bg-color-light{background-attachment:scroll;background-color:rgba(255,251,247,0.73);background-image:linear-gradient(to right, rgba(255,231,191,0.53) 0%, rgba(255,228,184,0.61) 55%, rgba(255,227,184,0.25) 99%);background-position:left top;background-repeat:repeat;background-size:auto;}.resto-btn--outline{border:1px solid #2c1810;color:#2c1810;}.resto-btn.resto-btn--primary{color:white;}.resto-btn--outline:hover{background-color:#8b2635;color:#ffffff;}.resto-cta__content{align-items:center;column-gap:10px;display:flex;flex-direction:column;row-gap:10px;}.resto-cta__title{padding:5px 15px 5px 15px;}.resto-footer__social{column-gap:5px;display:flex;row-gap:5px;}.resto-footer__social-link:hover{color:#fae8af;}.sec-font{font-family:"Lato", sans-serif;letter-spacing:0.5px;}button.resto-btn{border:0px solid;}.global-menu-margin{margin:100px 0px 0px 0px;}.navbar__checkbox{display:none;}.navbar__toggle{display:none;}.navbar__container{align-items:center;display:flex;}.footer-copyright__txt{align-items:baseline;display:flex;}.ico__size{height:14px;width:14px;}.ico-cc{margin:0px 2px 0px 4px;}.ico-by{margin:0px 2px 0px 4px;}.ico-by:after{content:url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 64 64"%3E%3Cg transform="matrix(1,0,0,1,-5.5,3.5)"%3E%3Cpath d="M37.441,-3.5C46.392,-3.5 54.013,-0.375 60.298,5.872C63.306,8.881 65.593,12.32 67.155,16.186C68.716,20.053 69.499,24.157 69.499,28.5C69.499,32.881 68.726,36.986 67.185,40.813C65.642,44.641 63.365,48.023 60.357,50.956C57.234,54.041 53.691,56.404 49.728,58.042C45.767,59.68 41.671,60.499 37.443,60.499C33.215,60.499 29.167,59.691 25.3,58.07C21.434,56.452 17.967,54.109 14.9,51.043C11.833,47.977 9.5,44.519 7.9,40.671C6.3,36.823 5.5,32.767 5.5,28.5C5.5,24.271 6.309,20.205 7.928,16.3C9.547,12.395 11.9,8.9 14.985,5.814C21.08,-0.394 28.565,-3.5 37.441,-3.5ZM37.557,2.272C30.243,2.272 24.09,4.825 19.099,9.929C16.584,12.482 14.651,15.348 13.299,18.529C11.945,21.71 11.27,25.034 11.27,28.501C11.27,31.93 11.945,35.235 13.299,38.414C14.652,41.597 16.584,44.435 19.099,46.93C21.613,49.426 24.45,51.329 27.614,52.645C30.775,53.959 34.09,54.616 37.557,54.616C40.985,54.616 44.307,53.951 47.53,52.617C50.749,51.282 53.651,49.36 56.243,46.846C61.233,41.97 63.727,35.856 63.727,28.502C63.727,24.959 63.079,21.607 61.784,18.445C60.491,15.283 58.604,12.465 56.13,9.987C50.984,4.844 44.795,2.272 37.557,2.272ZM37.156,23.187L32.869,25.416C32.411,24.465 31.85,23.797 31.184,23.416C30.517,23.036 29.898,22.845 29.326,22.845C26.47,22.845 25.04,24.73 25.04,28.502C25.04,30.216 25.402,31.586 26.125,32.615C26.849,33.644 27.916,34.159 29.326,34.159C31.193,34.159 32.507,33.244 33.27,31.416L37.212,33.416C36.374,34.979 35.212,36.207 33.726,37.102C32.242,37.998 30.603,38.445 28.812,38.445C25.955,38.445 23.649,37.57 21.897,35.816C20.145,34.064 19.269,31.626 19.269,28.503C19.269,25.455 20.155,23.037 21.926,21.246C23.697,19.456 25.935,18.56 28.641,18.56C32.604,18.558 35.441,20.101 37.156,23.187ZM55.613,23.187L51.384,25.416C50.927,24.465 50.364,23.797 49.698,23.416C49.03,23.036 48.391,22.845 47.784,22.845C44.927,22.845 43.497,24.73 43.497,28.502C43.497,30.216 43.86,31.586 44.583,32.615C45.306,33.644 46.372,34.159 47.784,34.159C49.649,34.159 50.964,33.244 51.725,31.416L55.725,33.416C54.85,34.979 53.668,36.207 52.184,37.102C50.698,37.998 49.079,38.445 47.327,38.445C44.431,38.445 42.118,37.57 40.386,35.816C38.65,34.064 37.784,31.626 37.784,28.503C37.784,25.455 38.669,23.037 40.442,21.246C42.212,19.456 44.45,18.56 47.155,18.56C51.117,18.558 53.938,20.101 55.613,23.187Z" fill="white"/%3E%3C/g%3E%3C/svg%3E');display:flex;height:100%;width:100%;}.ico-cc:after{content:url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 64 64"%3E%3Cg transform="matrix(1,0,0,1,-5.5,3.5)"%3E%3Cpath d="M37.443,-3.5C46.431,-3.5 54.013,-0.415 60.185,5.757C66.393,11.967 69.5,19.548 69.5,28.5C69.5,37.491 66.451,44.976 60.355,50.956C53.879,57.319 46.242,60.5 37.443,60.5C28.794,60.5 21.29,57.356 14.929,51.07C8.644,44.784 5.5,37.262 5.5,28.5C5.5,19.739 8.644,12.158 14.929,5.758C21.101,-0.415 28.604,-3.5 37.443,-3.5ZM37.557,2.272C30.281,2.272 24.129,4.825 19.1,9.929C13.88,15.263 11.271,21.454 11.271,28.501C11.271,35.587 13.861,41.721 19.041,46.899C24.222,52.081 30.393,54.67 37.555,54.67C44.678,54.67 50.889,52.063 56.184,46.842C61.213,42.004 63.727,35.89 63.727,28.499C63.727,21.223 61.174,15.034 56.071,9.928C50.967,4.824 44.795,2.272 37.557,2.272ZM46.129,20.557L46.129,33.642L42.473,33.642L42.473,49.184L32.529,49.184L32.529,33.643L28.873,33.643L28.873,20.557C28.873,19.985 29.073,19.5 29.472,19.1C29.873,18.701 30.359,18.5 30.929,18.5L44.073,18.5C44.606,18.5 45.083,18.7 45.501,19.1C45.918,19.5 46.129,19.986 46.129,20.557ZM33.042,12.329C33.042,9.321 34.527,7.815 37.5,7.815C40.473,7.815 41.957,9.319 41.957,12.329C41.957,15.3 40.471,16.786 37.5,16.786C34.529,16.786 33.042,15.3 33.042,12.329Z" fill="white"/%3E%3C/g%3E%3C/svg%3E');display:flex;height:100%;width:100%;}.resto-footer a:hover{color:#fae8af;}.page-menu .current-menu{color:#6b1d29;font-weight:700;}.page-about .current-about{color:#6b1d29;font-weight:700;}html{scroll-behavior:smooth;scroll-padding:80px;}@media (max-width: 992px){.resto-grid--3{grid-template-columns:repeat(2, 1fr);}}@media (max-width: 768px){.resto-h2{font-size:2rem;}.resto-grid--2{grid-template-columns:1fr;}.resto-grid--3{grid-template-columns:1fr;}.resto-nav__menu{display:none;}.resto-footer__grid{grid-template-columns:1fr;}.resto-gallery{grid-template-columns:repeat(2, 1fr);}.navbar__toggle{cursor:pointer;display:block;font-size:1.8rem;padding:0px 10px 0px 10px;}.global-menu-margin{margin:80px 0px 0px 0px;}.navbar__container{position:relative;}.navbar__menu{background-attachment:initial;background-clip:initial;background-color:white;background-image:initial;background-origin:initial;background-position-x:initial;background-position-y:initial;background-repeat:initial;background-size:initial;box-shadow:rgba(0, 0, 0, 0.1) 0px 4px 10px;display:flex;flex-direction:column;left:0px;max-height:0px;opacity:0;overflow-x:hidden;overflow-y:hidden;padding:0px;position:absolute;right:0px;top:64px;transition:all 0.3s ease-in-out;transition-behavior:normal;transition-delay:0s;}.resto-footer__bottom{flex-wrap:wrap;}}