html{
    scroll-behavior:smooth;
}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family: Arial, sans-serif;
}

.navbar{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    padding:30px 60px;

    display:flex;
    justify-content:center;
    align-items:center;

    background-color:rgba(0,0,0,0.35);
    backdrop-filter:blur(6px);

    z-index:10;
}

.logo{
    color:white;
    font-size:1.3rem;
    font-weight:bold;
}

.nav-links{
    display:flex;
    gap:30px;
}

.nav-links a{
    color:#d9a45f;
    text-decoration:none;
    font-size:1rem;
    font-weight:500;
}

.nav-links a:hover{
    color:#d9a45f;
}

.hero{
    height:100vh;

    background-image:
    linear-gradient(
        rgba(0,0,0,0.4),
        rgba(0,0,0,0.4)
    ),
    url("images/hero.png");

    background-size:cover;
    background-position:center;

    display:flex;
    justify-content:center;
    align-items:center;

    text-align:center;
}

.hero-content{
    transform: translateY(-200px);
}
.hero-content h1{
    color:#e8e0d0;
    font-family:'Cormorant Garamond', serif;
    font-size:5rem;
    font-weight:700;
    letter-spacing:1px;
}

.hero-content p{
    color:#e8e0d0;
    font-family:'Montserrat', sans-serif;
    font-size:1.2rem;
    font-weight:400;
    letter-spacing:2px;
    margin-top:15px;
}

.history-section{
    min-height:100vh;
    background-image:
    linear-gradient(
        rgba(0,0,0,0.55),
        rgba(0,0,0,0.55)
    ),
    url("images/history.png");

    background-size:cover;
    background-position:center;

    display:flex;
    align-items:center;
    justify-content:flex-end;
}

.history-overlay{
    width:100%;
    min-height:100vh;

    display:flex;
    align-items:center;
    justify-content:flex-end;

    padding:100px 10%;
}

.history-content{
    max-width:650px;
    text-align:center;
}

.history-content span{
    color:#d9a45f;
    font-family:'Montserrat', sans-serif;
    letter-spacing:4px;
    font-size:1rem;
}

.history-content h2{
    font-family:'Cormorant Garamond', serif;
    color:#e8e0d0;
    font-size:5rem;
    font-weight:700;
    margin:20px 0 30px;
}

.history-content p{
    font-family:'Montserrat', sans-serif;
    color:#f2ede3;
    font-size:1.1rem;
    line-height:1.9;
    margin-bottom:25px;
}

.products-section{
    padding:100px 10%;
    background-color:#e8e0d0;
    text-align:center;
}

.section-title span{
    color:#b47a3c;
    font-family:'Montserrat', sans-serif;
    letter-spacing:3px;
    font-size:0.9rem;
}

.section-title h2{
    font-family:'Cormorant Garamond', serif;
    font-size:4.5rem;
    color:#3b2a1a;
    margin:15px 0;
}

.section-title p{
    font-family:'Montserrat', sans-serif;
    color:#5a4a3c;
    font-size:1rem;
    margin-bottom:60px;
}

.products-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:30px;
}

.product-card{
    background-color:#e8e0d0;
    padding:45px 30px;
    border-radius:22px;
    box-shadow:0 15px 35px rgba(0,0,0,0.12);
    transition:0.3s ease;
}

.product-card:hover{
    transform:translateY(-10px);
}

.product-card h3{
    font-family:'Cormorant Garamond', serif;
    font-size:2.2rem;
    color:#3b2a1a;
    margin-bottom:15px;
}

.product-card p{
    font-family:'Montserrat', sans-serif;
    color:#5a4a3c;
    line-height:1.7;
}

.products-section{
    min-height:100vh;

    background-image:
    linear-gradient(
        rgba(0,0,0,0.82),
        rgba(0,0,0,0.82)
    ),
    url("images/products.png");

    background-size:cover;
    background-position:center;

    display:flex;
    align-items:center;
    justify-content:center;
}

.products-overlay{
    width:100%;
    min-height:100vh;

    display:flex;
    align-items:center;
    justify-content:center;

    padding:100px 10%;
}

.products-content{
    max-width:900px;
    text-align:center;
}

.products-content span{
    color:#d9a45f;
    letter-spacing:4px;
    font-size:1rem;
}

.products-content h2{
    font-family:'Cormorant Garamond', serif;
    color:#e8e0d0;
    font-size:5rem;
    margin:20px 0;
}

.products-content p{
    color:#e8e0d0;
    font-size:1.1rem;
    line-height:1.8;
    margin-bottom:50px;
}

.products-categories{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:20px;
}

.product-box{
    background:rgba(255,255,255,0.12);
    backdrop-filter:blur(6px);

    color:#e8e0d0;

    padding:18px 30px;

    border-radius:15px;

    font-size:1.1rem;

    cursor:pointer;

    user-select:none;

    transition:0.3s;
}

.product-box:hover{
    transform:translateY(-8px) scale(1.03);
    background:rgba(217,164,95,0.25);
}

.gallery-section{
    padding:100px 10%;
    background-color:#1f160f;
    text-align:center;
}

.gallery-title span{
    color:#d9a45f;
    font-family:'Montserrat', sans-serif;
    letter-spacing:4px;
    font-size:0.9rem;
}

.gallery-title h2{
    font-family:'Cormorant Garamond', serif;
    color:#e8e0d0;
    font-size:5rem;
    margin:15px 0;
}

.gallery-title p{
    color:#e8e0d0;
    font-family:'Montserrat', sans-serif;
    margin-bottom:60px;
}

.gallery-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:25px;
}

.gallery-item{
    height:280px;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 15px 35px rgba(0,0,0,0.35);
    transition:0.3s ease;
    cursor:pointer;
}

.gallery-item img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:0.3s ease;
}

.gallery-item:hover{
    transform:scale(1.04);
}


.contact-section{
    min-height:100vh;
    padding:120px 10%;

    background-image:
    linear-gradient(
        rgba(0,0,0,0.78),
        rgba(0,0,0,0.78)
    ),
    url("images/contact.png");

    background-size:cover;
    background-position:center;

    display:flex;
    align-items:center;
}

.contact-container{
    max-width:700px;
    margin:auto;
    text-align:center;
}

.contact-info{
    color:#e8e0d0;
}

.contact-info span{
    color:#d9a45f;
    font-family:'Montserrat', sans-serif;
    letter-spacing:4px;
    font-size:0.9rem;
}

.contact-info h2{
    font-family:'Cormorant Garamond', serif;
    font-size:4.5rem;
    color:#e8e0d0;
    margin:15px 0 40px;
}

.contact-item{
    margin-bottom:30px;
    text-align:center;
}

.contact-item h3{
    color:#e8e0d0;
    font-family:'Montserrat', sans-serif;
    margin-bottom:6px;
    font-weight:500;
    position:relative;
    display:inline-block;
}

.contact-link{
    display:block;
    margin-top:8px;
    margin-left:26px;  

    color:#d9a45f;
    text-decoration:none;

    font-family:'Montserrat', sans-serif;
    font-size:0.95rem;
    font-weight:500;

    transition:0.3s ease;
}

.contact-item:last-child{
    margin-left:18px;
}

.contact-link:hover{
    color:#f0c27b;
    transform:translateY(-2px);
}

.contact-item p{
    color:#d9a45f;
    font-family:'Montserrat', sans-serif;
    font-size:0.95rem;
    font-weight:500;
    line-height:1.5;
}

.contact-item p + p{
    margin-top:2px;
}

.contact-buttons{
    display:flex;
    gap:15px;
    margin-top:30px;
}

.contact-btn{
    text-decoration:none;
    background:#b47a3c;
    color:#e8e0d0;
    padding:15px 25px;
    border-radius:10px;
    transition:0.3s;
    font-family:'Montserrat', sans-serif;
}

.contact-btn:hover{
    background:#8d5f2f;
}

.contact-map iframe{
    width:100%;
    height:500px;
    border:none;
    border-radius:20px;
    box-shadow:0 20px 50px rgba(0,0,0,0.45);
}

.footer{
    background:#120c08;
    color:#e8e0d0;
    text-align:center;
    padding:50px 10%;
}

.footer h3{
    font-family:'Cormorant Garamond', serif;
    font-size:2.5rem;
    margin-bottom:10px;
}

.footer p{
    font-family:'Montserrat', sans-serif;
    color:#e8e0d0;
    margin-bottom:8px;
}

.footer-small{
    font-size:0.85rem;
    color:#9c8f80;
}

@media (max-width: 768px){

    .navbar{
        padding:20px;
    }

    .nav-links{
        gap:15px;
        flex-wrap:wrap;
        justify-content:center;
    }

    .nav-links a{
        font-size:0.9rem;
    }

    .hero-content{
        transform:translateY(-100px);
        padding:0 20px;
    }

    .hero-content h1{
        font-size:3rem;
    }

    .hero-content p{
        font-size:1rem;
    }

    .history-content h2,
    .products-content h2,
    .gallery-title h2,
    .contact-info h2{
        font-size:3rem;
    }

    .history-content p,
    .products-content p{
        font-size:1rem;
    }

    .products-categories{
        flex-direction:column;
        align-items:center;
    }

    .product-box{
        width:100%;
        max-width:300px;
    }

    .gallery-grid{
        grid-template-columns:1fr;
    }

    .gallery-item{
        height:250px;
    }

    .contact-section{
        padding:80px 20px;
    }

    .footer h3{
        font-size:2rem;
    }
}

.menu-toggle{
    display:none;
}

@media (max-width:768px){

    .navbar{
        justify-content:flex-start;
        padding:18px 25px;
    }

    .menu-toggle{
        display:block;
        background:none;
        border:none;
        color:#d9a45f;
        font-size:2rem;
        cursor:pointer;
        z-index:30;
        position:absolute;
        left:25px;
    }

    .nav-links{
        display:none;
        position:absolute;
        top:70px;
        left:20px;
        flex-direction:column;
        gap:18px;
        background:rgba(18,12,8,0.95);
        padding:25px 30px;
        border-radius:18px;
    }

    .nav-links.active{
        display:flex;
    }
}

.reveal{
    opacity:0;
    transform:translateY(60px);
    transition:0.8s ease;
}

.reveal.active{
    opacity:1;
    transform:translateY(0);
}

.reveal-left{
    opacity:0;
    transform:translateX(-70px);
    transition:0.9s ease;
}

.reveal-right{
    opacity:0;
    transform:translateX(70px);
    transition:0.9s ease;
}

.reveal-left.active,
.reveal-right.active{
    opacity:1;
    transform:translateX(0);
}

.delay-1{
    transition-delay:0.1s;
}

.delay-2{
    transition-delay:0.2s;
}

.delay-3{
    transition-delay:0.3s;
}

.delay-4{
    transition-delay:0.4s;
}

.modal{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.35);
    backdrop-filter:blur(8px);
    -webkit-backdrop-filter:blur(8px);

    display:flex;
    justify-content:center;
    align-items:center;

    opacity:0;
    visibility:hidden;
    pointer-events:none;

    transition:0.35s ease;
    z-index:100;
}

.modal.active{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
}

.modal-content{
    background:rgba(27,18,12,0.88);
    color:#f2ede3;
    padding:40px;
    border-radius:22px;
    width:90%;
    max-width:450px;
    text-align:center;
    position:relative;
    box-shadow:0 25px 80px rgba(0,0,0,0.6);

    transform:scale(0.85) translateY(30px);
    opacity:0;
    transition:0.35s ease;
}

.modal.active .modal-content{
    transform:scale(1) translateY(0);
    opacity:1;
}
.modal-close{
    position:absolute;
    top:15px;
    right:20px;
    background:none;
    border:none;
    color:#d9a45f;
    font-size:2rem;
    cursor:pointer;
}

.modal-content h2{
    font-family:'Cormorant Garamond', serif;
    font-size:3rem;
    margin-bottom:25px;
}

.modal-content ul{
    list-style:none;
}

.modal-content li{
    font-family:'Montserrat', sans-serif;
    margin-bottom:12px;
    color:#d8cabb;
}

.gold-bullet{
    color:#d9a45f;
    font-size:0.95rem;
    margin-right:12px;
    display:inline-block;
}

.no-scroll{
    overflow:hidden;
}

.legal-page{
    min-height:100vh;
    background:#120c08;
    color:#e8e0d0;
    padding:120px 10% 80px;
}

.legal-container{
    max-width:900px;
    margin:auto;
}

.legal-container h1{
    font-family:'Cormorant Garamond', serif;
    font-size:4rem;
    color:#d9a45f;
    margin-bottom:35px;
}

.legal-container h2{
    font-family:'Cormorant Garamond', serif;
    color:#d9a45f;
    margin-top:35px;
    margin-bottom:12px;
    font-size:2rem;
}

.legal-container p{
    font-family:'Montserrat', sans-serif;
    line-height:1.9;
    margin-bottom:18px;
}

.legal-back{
    display:inline-block;
    margin-top:35px;
    color:#d9a45f;
    text-decoration:none;
    font-family:'Montserrat', sans-serif;
}

.legal-back:hover{
    color:#f0c27b;
}

.footer-links a{
    color:#d9a45f;
    text-decoration:none;
    font-family:'Montserrat', sans-serif;
    font-size:0.85rem;
}

.footer-links a:hover{
    color:#f0c27b;
}

.footer-links span{
    color:#9c8f80;
    margin:0 8px;
}

.gallery-modal{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.45);
    backdrop-filter:blur(8px);
    -webkit-backdrop-filter:blur(8px);

    display:flex;
    justify-content:center;
    align-items:center;

    opacity:0;
    visibility:hidden;
    pointer-events:none;

    transition:0.35s ease;
    z-index:200;
}

.gallery-modal.active{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
}

.gallery-modal img{
    max-width:90%;
    max-height:85vh;
    border-radius:18px;
    box-shadow:0 25px 80px rgba(0,0,0,0.7);

    transform:scale(0.9);
    opacity:0;
    transition:0.35s ease;
}

.gallery-modal.active img{
    transform:scale(1);
    opacity:1;
}

.gallery-close,
.gallery-prev,
.gallery-next{
    position:absolute;
    color:#d9a45f;
    background:rgba(18,12,8,0.75);
    border:none;
    cursor:pointer;
    z-index:210;
}

.gallery-close{
    top:25px;
    right:35px;
    font-size:2.5rem;
    width:50px;
    height:50px;
    border-radius:50%;
}

.gallery-prev,
.gallery-next{
    top:50%;
    transform:translateY(-50%);
    font-size:2.2rem;
    width:55px;
    height:55px;
    border-radius:50%;
}

.gallery-prev{
    left:35px;
}

.gallery-next{
    right:35px;
}

.gallery-close:hover,
.gallery-prev:hover,
.gallery-next:hover{
    color:#f0c27b;
    background:rgba(217,164,95,0.18);
}

.gallery-counter{
    position:absolute;
    bottom:35px;
    left:50%;
    transform:translateX(-50%);

    color:#d9a45f;
    font-family:'Montserrat', sans-serif;
    font-size:0.95rem;
    letter-spacing:1px;

    background:rgba(18,12,8,0.75);
    padding:8px 18px;
    border-radius:999px;
}

/* Τελική διόρθωση hero για κινητά */
@media (max-width:768px){
    .hero{
        background-position:center center;
        overflow:hidden;
    }

    .hero-content{
        width:100%;
        max-width:100%;
        padding:0 24px;
        transform:translateY(-70px);
    }

    .hero-content h1{
        font-size:clamp(2.15rem, 10vw, 3rem);
        line-height:1.05;
        max-width:100%;
        overflow-wrap:normal;
        word-break:normal;
    }

    .hero-content p{
        font-size:0.85rem;
        letter-spacing:1.2px;
        white-space:normal;
    }
}

/* Κεντράρισμα Χ στο gallery */
.gallery-close{
    display:flex;
    align-items:center;
    justify-content:center;
    line-height:1;
    padding:0;
}

@media (max-width:768px){
    .gallery-close{
        top:18px;
        right:18px;
        width:48px;
        height:48px;
        font-size:2.2rem;
    }

    .gallery-modal img{
        max-width:92%;
        max-height:78vh;
    }

    .gallery-counter{
        bottom:22px;
    }
}