.c-mybigproject {
    font-size: 1em;
}
@media (max-width: 768px) {
    .c-mybigproject {
        font-size: 0.8em;
    }
}


#c-aksiotheata, #rooms {
overflow: hidden;
max-height: 700px;
}
@media (max-width: 768px) {
#c-aksiotheata, #rooms {
overflow: hidden;
max-height: fit-content;
}
}

.notloggedin #topmenu {
display: none;
}

.notloggedin #topbanner{
display: none;
}

.notloggedin #copyinfo {
display: none;
}

.notloggedin #mobile-header{
display: none;
}



body {
font-family: 'Ubuntu', sans-serif;
}




/*FOOTER*/

.c-footer-bg {
    background-image: url('/cache/files/1383b23fb77aa064b7ea7ccbd2bb400f5a083d6a.png');
    background-size: 100%;
    background-position: 50% 100%;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
.c-footer-bg {
    background-image: url('/cache/files/6fa53fec9b23531723a495e52d15deee5257e37f.jpg');
    background-size: inherit;
    background-position: 50% 100%;
    background-repeat: no-repeat;
}
}

.c-footer-text {
text-align: center;
padding-top: 15vh;
padding-bottom: 15vh;
}

@media (max-width: 768px) {
.c-footer-text {
padding-top: 5vh;
}
}

.c-footer-images {
display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
padding-bottom: 20px;
}

@media (max-width: 768px) {
.c-footer-images {
display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
padding-bottom: 20px;
}
}

.c-copy-info{
text-align: center;
font-size: 14px;
}
/*END OF FOOTER*/.c-newlogo {
    background-image: url('cache/files/notfound');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


a.mobile-header-startlink {
    background-image: url('cache/files/notfound');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
width: 220px;
    transform: translate(-50%, 0%);
}

.side-nav__header {
    background-color: white;
    background-image: url('cache/files/notfound') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-left: 8vh;
    margin-right: 8vh;
}.c-newsletter {
padding-top: 100px;
padding-bottom: 100px;
width: 60%;
margin: auto;
}

.c-newsletter form {
    margin: auto;
}

.c-newsletter form label {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.4em;
    font-weight: 800;
font-family: 'Manrope', sans-serif;
}

.c-newsletter form input {
    padding: 10px;
    border: 2px solid #d3d3d3;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}


.c-newsletter form input:focus-visible {
outline: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.c-newsletter form input::placeholder {
color: #d1d1d5;
font-size: 14px;
}

.c-newsletter form .submit {
margin-top: 20px;
text-align: center;
}

.c-newsletter form .submit button {
    font-size: 14px;
    font-weight: 400;
    padding: 20px 25px;
    color: white;
    background-color: #595959;
    transition: 0.3s;
    letter-spacing: 1px;
    border-radius: 3px;
    border-color: transparent;
    min-width: 170px;
}

.c-newsletter form .submit button:hover {
color: white;
background-color: #e0751b;
}

@media only screen and (max-width: 768px) {
.c-newsletter {
width: 90%;
}
}.cLang div.langlist ul {
    list-style: none;
    list-style-type: none !important;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-transform: uppercase;
    display: flex;
    transform: translateY(0) !important;
padding-left: 0px !important;
font-size: 0.9em;
}

.cLang a {
color: #313130;
}
.cLang ul li a {
    margin-top: 0px !important;
}

.cLang .active {
    font-weight: 800;
}

.cLang li {
    background-color: transparent !important;
    height: auto !important;
    overflow: hidden;
}

.cLang li:hover {
    background-color: transparent !important;
    height: auto !important;
}

.cLang li:nth-child(1) {
    width: 19px;
margin-right: 10px;
}

.cLang li:nth-child(2) {
    width: 18px;
}

@media (max-width: 768px) {


.cLang div.langlist span.langtext {
    display: block;
}
}.c-button1 {
display: inline-block;
    text-align: center;
    padding: 10px 15px;
    transition: 1.4s;
    text-decoration: none;
        background-color: transparent;
border: 1px solid #313130;
font-size: 0.8em;
}
.c-button1:hover {
    background-color: #313130;
border: 1px solid #313130;
color: #fff;
}

.c-button2 {
display: inline-block;
    text-align: center;
    padding: 10px 15px;
    transition: 1.4s;
    text-decoration: none;
        background-color: #313130;
color: #fff;
font-size: 0.8em;
    margin-right: 10px;
}
.c-button2:hover {
    background-color: #000;
}/* MENU SECTION */

.loggedin .c-menu-container {
    position: relative;
    z-index: 0;
}

.notloggedin .c-menu-container {
    position: fixed;
    z-index: 90;
    opacity: 1;
transition: 1s;
}

@media (max-width: 768px) {
.notloggedin .c-menu-container {
    position: fixed;
    z-index: 90;
    opacity: 1;
transition: 1s;
}
}

/* ANIMATION ON SCROLL */

.notloggedin .c-menu-container.c-show-menu{ 
opacity: 1;
transition: 2s;
}


/* ======== */

#custom-menu {
overflow: hidden;
}

.c-menu-container {
    position: fixed;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 90vw;
    padding-right: 5vw;
    padding-left: 5vw;
    border-bottom: 0px solid white;
    align-items: center;
    height: 90px;
    font-weight: 100;
box-shadow: -1px 2px 20px 0px #75757561;
    background: rgba(255,255,255,1);
}


.c-menu-container .cActive {
opacity: 1;
transition: 1s;
}

.c-menu-button {
    width: 50px;
    height: 50px;
    position: relative;
    cursor: pointer;
}

.c-menu-button::before {
    content: '';
    position: absolute;
    left: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
    letter-spacing: 2px;
    opacity: 0;
    transition: 1s;
}

.c-menu-button:hover::before {
    opacity: 1;
}

.c-menu-button.cActive::before {
    opacity: 0;
    transition: 0s;
}

.c-menu-button::after {
    opacity: 0;
}

.c-menu-button.cActive::after {
    content: 'Close';
    position: absolute;

    left: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    letter-spacing: 2px;
    opacity: 0;
    transition: 1s;
}

.c-menu-button.cActive:hover::after {
    opacity: 1;
}


.c-line-1, .c-line-2 {
    height: 1px;
    width: 80%;
    background-color: #313130;
}

.c-line-1 {
    position: absolute;
    top: 40%;
    transform: translateY(-50%) rotate(0deg);
transition: 1s;
}

.c-line-2 {
    position: absolute;
    top: 60%;
    transform: translateY(-50%) rotate(0deg);
transition: 1s;
}

.c-menu-button.cActive .c-line-1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
transition: 1s;
}

.c-menu-button.cActive .c-line-2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
transition: 1s;
}

.c-booknow {
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
.c-booknow {
   display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-start;
}
}

.c-booknow a {
color: #313130;
transition: 1s;
margin-right: 20px;
text-decoration: none;
}


@media (max-width: 768px) {
.c-booknow a {
color: #313130;
transition: 1s;
margin-right: 0px;
text-decoration: none;
margin-bottom: 5px;
}
}

.c-logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: auto;
}






/*CUSTOME MENU*/


.c-smallmenutitle {
position: absolute;
    top: 33px;
    left: calc(5% + 75px);
letter-spacing: 1px;
font-size: 13px;
font-weight: 400;
color: white;
}

.c-smallmenutitle-white {
    position: absolute;
    top: 34px;
    left: calc(5% + 75px);
    color: white;
    z-index: 999;
letter-spacing: 2px;
font-size: 13px;
font-weight: 300;
}


#custom-menu ul {
    padding-left: 0px !important;
    list-style: none !important;
    list-style-type: none !important;
    list-style-position: initial !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    top: 50%;
    transform: translateY(-50%);
left: 0%;
}

.loggedin .button_container {
  position: relative;
}

.notloggedin .button_container {
  position: absolute;
  width: 0px;
  height: 0px;
    left: 5%;
    top: 30px;
  cursor: pointer;
  -webkit-transition: opacity 0.25s;
  transition: opacity 3s;
}

.button_container.active-container {
  position: absolute;
  width: 60px;
  height: 30px;
}

.notloggedin .c-custom-menu-buttons .button_container {
  position: absolute;
  width: 60px;
  height: 30px;
z-index: 999;
    left: 5%;
    top: 30px;
  cursor: pointer;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.55s;
}

#custom-menu .button_container {
  position: fixed;
  width: 60px;
  height: 30px;
z-index: 999;
    left: 5%;
    top: 30px;
  cursor: pointer;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.55s;
}

#cMenu .button_container {
    top: 20px;
}



#custom-menu .button_container span {
opacity: 1;
}

/* DESIGN GIA TO MENU BUTTONS OTAN EINAI STO FIXED */

.button_container span {
  width: 70%;
  height: 1px;
  position: absolute;
  background-color: white;
  transition: all 0.35s ease;
opacity: 0;
}

.button_container .active-buttons span {
opacity: 1;
}

/* ============================== */

/* DESIGN GIA TO MENU BUTTONS OTAN EINAI STO TOP=0 */

.c-custom-menu-buttons span {
opacity: 1;
}

/* ============================== */

.top {
  top: 7px;
}

.button_container:hover .top {
  top: 9px;
}

.button_container.active:hover .top {
  top: 0px;
}


.button_container .bottom {
  top: 19px;
}

.button_container:hover .bottom {
  top: 15px;
}

.button_container.active:hover .bottom {
  top: 20px;
}

.button_container.active .top {
  -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
  transform: translateY(10px) translateX(0) rotate(45deg);
  background-color: #0b0205;
  transition: all 0.35s ease;
transition-delay: 1s;
  opacity: 1;
width: 30px;
    top: 0px;
}

.button_container.active .bottom {
  -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
  transform: translateY(-10px) translateX(0) rotate(-45deg);
  background-color: #0b0205;
  transition: all 0.35s ease;
transition-delay: 1s;
  opacity: 1;
width: 30px;
}

/* DEACTIVE BUTTONS */

.c-custom-menu-buttons .top {
background-color: #313130;
  top: 7px;
}

.c-custom-menu-buttons:hover .top {
  top: 9px;
}

.button_container.active:hover .top {
  top: 0px;
}


.c-custom-menu-buttons .bottom {
background-color: #313130;
  top: 20px;
}

.c-custom-menu-buttons:hover .bottom {
  top: 15px;
}

.button_container.active:hover .bottom {
  top: 20px;
}

.c-custom-menu-buttons.deactive .top {
  -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
  transform: translateY(10px) translateX(0) rotate(45deg);
  background-color: #a8915f;
  transition: all 0.35s ease;
transition-delay: 1s;
  opacity: 0;
}



.c-custom-menu-buttons.deactive .bottom {
  -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
  transform: translateY(-10px) translateX(0) rotate(-45deg);
  background-color: #a8915f;
  transition: all 0.35s ease;
transition-delay: 1s;
  opacity: 0;
}

/* ================================ */



.button_container.active {
  right: 35px;
z-index: 99999999 !important;
}

.c-overlay {
  position: fixed;
background-color: #ffffff;
  visibility: hidden;
  width: 0%;
  height: 100vh;
  left: 0px;
  top: 0px;
  opacity: 0;
  overflow-y: scroll;
  -webkit-transition: opacity 0.35s, width 0.35s, visibility 0.35s;
  transition: opacity 1s, width 1s, visibility 1s;
    z-index: 9999999;
overflow: hidden;
}

.c-overlay.open {
  width: 100%;
  opacity: 1;
  visibility: visible;
overflow-y: hidden;
}

.c-overlay.open li {
  -webkit-animation: fadeInLeft 1.5s ease forwards;
  animation: fadeInLeft 1.5s ease forwards;
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

.c-overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.c-overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}

.c-overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.c-overlay.open li:nth-of-type(5) {
  -webkit-animation-delay: 1.05s;
  animation-delay: 1.05s;
}

.c-overlay .nav {
    position: relative;
    height: 100vh;
    top: 0%;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
font-size: 14px;
}
.c-overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    position: relative;
    width: 100%;
    display: block;
}

.c-overlay ul li {
    display: flex;
    min-height: 50px;
    position: relative;
    opacity: 0;
    width: 100%;
}

.c-overlay ul li a {
    text-decoration: none;
color: #12161a;
}






@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    left: -20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    left: -20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@-webkit-keyframes fadeInLeftLogo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInLeftLogo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

body.active {
  overflow: hidden;
}




/* STYLING */

.c-menu-category {
font-size: 20px;
    margin-bottom: 0;
}

.c-overlay ul li a span {
font-size: 20px;
font-weight: 100;
}


.c-overlay ul li > div:nth-child(1) {
    padding-top: 15px;
    padding-bottom: 10px;
    margin-left: 5%;
    line-height: 1;
    flex: 1;
    margin-right: 2%;
    width: auto;
    white-space: nowrap;
}


.c-overlay ul li {
transition: 0.75s;
}

.c-menu-line {
    background-color: #d0d0d0;
    width: 100%;
    height: 1px;
    position: relative;
    top: calc(2px + 1.5vw);
    opacity: 0;
    transition: 1s;
    flex: 1;
    flex-basis: auto;
}

.c-overlay ul li:hover .c-menu-line {
opacity: 1;
}

#custom-menu .c-logo {
    position: absolute;
    top: 18%;
    left: 8%;
    z-index: 9;
opacity: 0;
}

@media (max-width: 768px) {
#custom-menu .c-logo {
    top: 18%;
    left: 90px;
}

}

.c-overlay.open .c-logo {
  -webkit-animation: fadeInLeftLogo 1.5s ease forwards;
  animation: fadeInLeftLogo 1.5s ease forwards;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}


#custom-menu .c-logo img {
    width: 140px;
    max-width: 140px;
    min-width: 60px;
}

.c-contactMenu {
    position: absolute;
    bottom: 30px;
    padding-bottom: 0px;
    padding-top: 15px;
    z-index: 22;
    width: auto;
    text-align: left;
    left: 5%;
}


.c-contactMenu a {
text-decoration: none;
}


.c-menu-image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
    width: 60%;
}

.c-menu-image img {
width: 100%;
height: auto;
}

.c-menu-image-active {
opacity: 1;
transition: 1s;
transition-delay: 0.5s;
}

.c-menu-image-deactive {
opacity: 0;
transition: 0.3s;
}


.c-shapelist {
    height: 15px;
    width: 15px;
    position: absolute;
    background-color: #d0d0d0;
    left: 0;
    top: -7px;
    margin-left: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    border-radius: 50%;
}

.c-menutitle-sm {
    font-size: 1em;
}


.c-menu-gradient {
    position: absolute;
    width: 100%;
    height: 160px;
    background-image: linear-gradient(180deg, rgb(0 0 0 / 35%), transparent);
}

.c-deactive-grad {
opacity: 0;
transition: 1s;
}

.c-active-grad {
opacity: 1;
transition: 1s;
}

.c-booknow-body {
    position: absolute;
    right: 5%;
    top: 30px;
    color: white;
}

.c-booknow-body a{
    text-decoration: none;
    color: white;
}


.c-booknow-body .c-menutitle-sm {
    font-size: 16px;
    font-weight: 100;
    margin-bottom: 0;
}



.c-overlay .cLang ul li a span {
font-size: 14px;
}.c-grid-container {
    position: absolute;
    top: 0;
    width: 60%;
    height: 100vh;
    right: 5%;
    z-index: 999;
transition: 0.3s;
transition-delay: 0.3s;
overflow: hidden;
}

.c-active-grid {
opacity: 1;
transition: 1s;
}

.c-deactive-grid {
opacity: 0;
transition: 1s;
}

.c-grid-container img {
height: auto;
    width: 100%;
    margin-top: 2vw;
}

.c-grid-1 {
position: absolute;
top: 0%;
transform: translateY(0%);
  animation: marquee-vertical-1 40s linear infinite;
    width: 100%;
display: block;
padding-left: 0.5vw;
    padding-right: 0.5vw;
}

.c-grid-2 {
position: absolute;
top: 0%;
transform: translateY(0%);
  animation: marquee-vertical-2 40s linear infinite;
    width: 100%;
display: block;
padding-left: 0.5vw;
    padding-right: 0.5vw;
}


@keyframes marquee-vertical-1 {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(-100%);
  }
}

@keyframes marquee-vertical-2 {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0%);
  }
}


@media (max-width: 768px) {
.c-grid-container, #mainImage {
display: none;
}
}.c-rooms-detail-container {
margin-top: 90px;
margin-bottom: 10vh;
}

.c-sticky {
position: -webkit-sticky;
    position: sticky;
    top: 90px;
}

@media (max-width: 768px) {
.c-sticky {
position: relative;
    position: relative;
    top: 0;
}

}

.c-room-detail-left {
height: 90vh;
    position: relative;
    width: 90%;
    margin: 0 auto;
}

@media (max-width: 768px) {
.c-room-detail-left {
height: 70vh;
    position: relative;
    width: 100%;
    margin: 0 auto;
}
}

.c-room-detail-left-bg {
background-size: cover;
    height: 90vh;
    width: 100%;
    background-position: 50% 50%;
}

@media (max-width: 768px) {
.c-room-detail-left-bg {
    height: 70vh;
    width: 100%;
}
}

.c-room-detail-right img{
max-width: 40vw;
height: auto;
    margin: 0 auto;
padding-top: 20px;
padding-bottom: 40px;
}

@media (max-width: 768px) {
.c-room-detail-right img{
max-width: 100%;
}
}

.c-icons-container {
background-color: #f5f5f5;
padding: 10vh;
}

.c-icons {
max-width: 40px;
    height: auto;
    margin-right: 30px;
}

.c-room-service {
display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-top: 50px;
    max-width: 400px;
    margin: 0 auto;
    padding-top: 50px;
}


.c-room-service p{
font-size: 1em;
margin-bottom: 0px;
}

.c-room-text {
padding: 10vh;
text-align: center;
}

@media (max-width: 768px) {
.c-room-text {
padding: 3vh;
}
}

.c-room-title {
font-size: 2.4em;
line-height: 1.2em;
margin-bottom: 0px;
}

.c-room-subtitle {
    letter-spacing: 3px;
}


#itemlistformod747 {
max-width: 95vw;
margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}#custom-menu {
    display: none;
}

.notloggedin .c-menu-container {
        display: none;
    }



.notloggedin #innerbelowsite {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display: none;
}



.c-catalogues-container {
display: flex;
    gap: 4vh;
    max-width: 450px;
    padding: 20px 10px;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.c-catalogues {
display: flex;
gap: 20px;
}

.c-catalogues div{
border-radius: 20px;
    overflow: hidden;
    width: 45vw;
    height: 40vh;
    position: relative;
}

.c-catalogues-bg {
background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.c-catalogues div p{
color: #fff;
    text-align: center;
    padding: 25px 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0px);
    width: 100%;
    background-color: #000000a6;
    font-weight: 800;
    line-height: 1.1em;
    margin-bottom: 0px;
}.pagetitle {
   display: none;
}

:root{
        --pine:#24382C;
        --pine-deep:#1B2B21;
        --paper:#FAF8F1;
        --card:#FFFFFF;
        --ink:#2B2B26;
        --ink-soft:#6B6A5F;
        --honey:#C08A3E;
        --honey-soft:#F0E4CF;
        --line:#E6E1D3;
        --radius:14px;
    }

    .wrap{max-width:560px;margin:0 auto;padding:0 18px;}

    .c-body{
        background:var(--paper);
        color:var(--ink);
        font-size:17px;
        line-height:1.5;
    }

    /* ---------- Header ---------- */
    .c-header{
        background:linear-gradient(170deg,var(--pine) 0%,var(--pine-deep) 100%);
        color:#F4F1E6;
        text-align:center;
        padding:44px 18px 34px;
        border-bottom:4px solid var(--honey);
    }
    .c-header .eyebrow{
        font-size:.78rem;
        letter-spacing:.28em;
        text-transform:uppercase;
        color:#C9C3A9;
    }
    #contenttop .c-header h1{
        font-weight:400;
        font-size:2.5rem;
        line-height:1.1;
        margin:.35em 0 .25em;
    color: #F4F1E6;
    }
    .c-header .welcome{
        font-size:1rem;
        color:#DDD8C4;
        font-style:italic;
    }

    /* ---------- Reception band ---------- */
    .reception{
        background:var(--honey);
        color:#2E2410;
        text-align:center;
        padding:14px 18px;
        font-weight:700;
        font-size:1.02rem;
    }
    .reception .dial{
        display:inline-block;
        background:#2E2410;
        color:#F5E9CF;
        border-radius:999px;
        padding:1px 13px;
        margin:0 4px;
        font-size:1.05rem;
    }
    .reception small{
        display:block;
        font-weight:400;
        font-size:.85rem;
        opacity:.85;
    }

    /* ---------- Sections ---------- */
    section{padding:30px 0 6px;}
    #contenttop h2{
        font-weight:400;
        font-size:1.45rem;
        margin-bottom:4px;
    }
    .sub{
        color:var(--ink-soft);
        font-size:.92rem;
        margin-bottom:16px;
    }

    /* ---------- Info cards ---------- */
    .info-list{display:grid;gap:10px;}
    .info{
        display:flex;
        gap:14px;
        align-items:flex-start;
        background:var(--card);
        border:1px solid var(--line);
        border-radius:var(--radius);
        padding:14px 16px;
    }
    .info svg{
        flex:0 0 26px;
        width:26px;height:26px;
        margin-top:2px;
        stroke:var(--pine);
    }
    .info b{display:block;font-size:1rem;}
    .info span{color:var(--ink-soft);font-size:.94rem;}
    .info .val{
        color:var(--ink);
        font-weight:500;
        font-size:.97rem;
    }

    /* ---------- Menu cards ---------- */
    .menus{display:grid;gap:16px;padding-bottom:8px;}
    .menu-card{
        position:relative;
        display:block;
        border-radius:var(--radius);
        overflow:hidden;
        text-decoration:none;
        box-shadow:0 6px 18px rgba(27,43,33,.18);
        -webkit-tap-highlight-color:transparent;
    }
    .menu-card img{
        display:block;
        width:100%;
        height:210px;
        object-fit:cover;
        transition:transform .4s ease;
    }
    .menu-card:hover img,
    .menu-card:focus-visible img{transform:scale(1.04);}
    .menu-card .label{
        position:absolute;
        inset:auto 0 0 0;
        padding:34px 18px 14px;
        background:linear-gradient(to top,rgba(20,28,22,.88),rgba(20,28,22,0));
        color:#FFF;
    }
    .menu-card .label b{
        font-weight:400;
        font-size:1.35rem;
        display:block;
    }
    .menu-card .label span{
        font-size:.9rem;
        color:#E4DFC9;
    }
    .menu-card .open{
        position:absolute;
        top:12px;right:12px;
        background:rgba(250,248,241,.92);
        color:var(--pine);
        font-weight:700;
        font-size:.8rem;
        letter-spacing:.04em;
        border-radius:999px;
        padding:6px 12px;
    }
    .menu-card:focus-visible{outline:3px solid var(--honey);outline-offset:3px;}

    /* ---------- Good to know ---------- */
    .notes{
        background:var(--honey-soft);
        border-radius:var(--radius);
        padding:16px 18px !important;
        font-size:.95rem;
    }
    .notes li{
        list-style:none;
        padding-left:20px;
        position:relative;
        margin-bottom:8px;
    }
    .notes li:last-child{margin-bottom:0;}
    .notes li::before{
        content:"";
        position:absolute;
        left:0;top:.55em;
        width:8px;height:8px;
        border-radius:50%;
        background:var(--honey);
    }

    footer{
        margin-top:34px;
        background:var(--pine-deep);
        color:#B9B49C;
        text-align:center;
        font-size:.85rem;
        padding:22px 18px 26px;
    }
    footer b{
        font-weight:400;
        color:#EDEADB;
        display:block;
        font-size:1.05rem;
        margin-bottom:2px;
    }

    @media (min-width:560px){
        .menus{grid-template-columns:1fr 1fr;}
        .menu-card img{height:250px;}
    }
    @media (prefers-reduced-motion:reduce){
        .menu-card img{transition:none;}
    }