:root{
  --bg: none;
  --max: 1040px;

  --text: #0f172a;
  --muted: rgba(15, 23, 42, .70);

  --card: rgba(255,255,255,.75);
  --card2: rgba(255,255,255,.65);
  --line: rgba(15, 23, 42, .10);

  --shadow: 0 10px 30px rgba(0,0,0,.12);
  --radius: 18px;

  --pad: clamp(16px, 2.2vw, 26px);
}

/* Reset-ish */
*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; scroll-padding-top: 86px; }
body{
  margin:0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--text);
  background:#0b1220;
}

/* Top sticky bar */
.topbar{
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.topbar__inner{
  max-width: var(--max);
  margin: 0 auto;
  padding: 12px var(--pad);
  display: grid;
  gap: 10px;
}

.brand{
  display:flex;
  flex-direction: column;
  line-height:1.05;
}
.brand__title{
  font-weight: 800;
  letter-spacing: .06em;
  font-size: 19px;
}
.brand__sub{
  font-weight: 600;
  letter-spacing: .14em;
  font-size: 11px;
  color: var(--muted);
}

.nav{
  display:flex;
  gap: 10px;
  overflow-x:auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 6px;
}
.nav a{
  white-space: nowrap;
  text-decoration: none;
  color: rgba(15, 23, 42, .82);
  font-weight: 650;
  font-size: 13px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(15, 23, 42, .06);
  border: 1px solid rgba(15, 23, 42, .08);
}
.nav a:hover{ background: rgba(15, 23, 42, .10); }

@media (min-width: 820px){
  .topbar__inner{
    grid-template-columns: 210px 1fr;
    align-items: center;
  }
  .nav{ padding-bottom:0; }
}

/* Sections with background images */
.bg{
  background:
    radial-gradient(1200px 600px at 20% 10%, rgba(255,255,255,.18), transparent 50%),
    linear-gradient(180deg, rgba(0,0,0,.32), rgba(0,0,0,.42)),
    var(--bg),
    linear-gradient(180deg, #111827, #0b1220);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.overlay{
  padding: clamp(28px, 5vw, 60px) 0;
}

.container{
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--pad);
}

/* Hero */
.hero .overlay{
  padding: clamp(35px, 7vw, 90px) 0;
}
.hero h1{
  margin: 0 0 6px;
  font-size: clamp(28px, 4.2vw, 46px);
  letter-spacing: -.02em;
  color: rgba(255,255,255,.94);
}
.hero p{
  margin: 10px 0 0;
  color: rgba(255,255,255,.84);
}
.pill{
  display:inline-block;
  margin-top: 14px;
  padding: 9px 11px;
  border-radius: 4px;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.18);
}
.pill a{
  color: rgba(255,255,255,.95);
  text-decoration: none;
  font-weight: 700;
}
.hint{ 
  font-size: 13px; 
  opacity: .95; 
  padding-top: 10px;
}

.contact-delivery{
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: .35em;
  align-items: start;
  line-height: 1.5;
}

.delivery-label{
  white-space: nowrap;
}

.delivery-hours{
  display: block;
}

/* Section header */
.section__head{
  margin-bottom: 16px;
}
.section__head h2{
  margin: 0 0 6px;
  font-size: clamp(20px, 2.5vw, 28px);
  letter-spacing: -.01em;
  color: rgba(255,255,255,.94);
  text-shadow:
  0 1px 2px rgba(0,0,0,.70),
  0 4px 12px rgba(0,0,0,.45);
}
.muted{
  color: rgb(255, 255, 255);
  text-shadow: 0 1px 6px rgba(0,0,0,.50);
}

/* Cards */
.card{
  background: var(--card);
  border: 1px solid rgba(255,255,255,.35);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 16px 16px;
}
.card h3{
  margin: 0 0 10px;
  font-size: 18px;
  letter-spacing: -.01em;
}
.card h3 .note{
  display:block;
  margin-top:4px;
  font-size:12px;
  font-weight:500;
  color:rgba(15,23,42,.78);   /* σκούρο */
  letter-spacing:0;
}
.price-big{
  font-weight: 850;
  font-size: 18px;
  letter-spacing: -.02em;
  margin: 6px 0 10px;
}

.sep{
  border: 0;
  height: 1px;
  background: var(--line);
  margin: 14px 0;
}

/* Menu list rows */
.menu{
  list-style:none;
  padding:0;
  margin:0;
}
.menu li{
  display:flex;
  gap: 12px;
  justify-content: space-between;
  /* align-items: baseline; */
  align-items: flex-start;
  padding: 10px 0;
  border-bottom: 1px solid rgba(15,23,42,.08);
}
.menu li:last-child{ border-bottom: none; }
.menu li span{
  flex: 1;
  font-size: 16px;
  line-height: 1.25;
  color: rgba(15,23,42,.88);
}

.menu li span{
  flex: 1;
  font-size: clamp(16px, 1.6vw, 18px);
  line-height: 1.18;       /* πιο tight */
  color: rgb(0, 0, 0);

  /* display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; */
}

/* Item title + line-below description (from parentheses) */
.menu li .item-name{
  display: block;
  line-height: 1.22;
}

.menu li .item-desc{
  display: block;
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.25;
  color: rgba(15, 23, 42, 0.75);
}

.menu li strong{
  font-size: 14px;
  font-weight: 700;
  color: rgba(15,23,42,.92);
  white-space: nowrap;
}

/* Notes */
.notes{
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed rgba(15, 23, 42, 0.45);
  font-size: 12.5px;
  font-weight: 600;
  color: rgba(15,23,42,.72);
}
.mini{ margin-top: 6px; display:grid; gap: 4px; }

.bullets{
  margin: 0;
  padding-left: 18px;
  color: rgb(0, 0, 0);
}

.bullets li{ margin: 6px 0; 
  font-size: clamp(16px, 1.6vw, 18px);
}

.section__head .tea-logo{
  margin-top: 6px;
  height: 50px;
  width: auto;
  display: block;
}

/* Layout grids */
.grid-2, .grid-3{
  display:grid;
  gap: 14px;
}
@media (min-width: 820px){
  .grid-2{ grid-template-columns: 1fr 1fr; }
  .grid-3{ grid-template-columns: 1fr 1fr 1fr; }
}

/* Buttons */
.btn{
  display:inline-block;
  margin-top: 10px;
  text-decoration:none;
  font-weight: 750;
  font-size: 13px;
  color: rgba(15,23,42,.92);
  background: rgba(15,23,42,.08);
  border: 1px solid rgba(15,23,42,.12);
  padding: 10px 12px;
  border-radius: 12px;
}
.btn:hover{ background: rgba(15,23,42,.12); }

.tip{
  background: var(--card2);
}


/* =========================
   FOOTER NOTE (final clean)
========================= */

.footer-note{
  font-size: 14px;
  margin-top: 60px;                /* extra χώρος από πάνω */
  padding-top: 20px;
  display: block;
  text-align: center;
  color: rgba(255,255,255,.86);
    text-shadow:
  0 1px 2px rgba(0,0,0,.70),
  0 4px 12px rgba(0,0,0,.45);
}

.footer-note p{
  margin: 0 0 14px 0;
}

/* Σημείωση + τηλέφωνο */
.footer-note .contact-note{
  line-height: 1.8;     /* μεγαλύτερη απόσταση μεταξύ γραμμών */
}
.footer-note .contact-note a{
  font-size: 24px;
  text-decoration: none;
  font-weight: 600;
  color: #ffffff;
  text-shadow:
  0 1px 2px rgba(0,0,0,.70),
  0 4px 12px rgba(0,0,0,.45);
  line-height: 1.8;     /* μεγαλύτερη απόσταση μεταξύ γραμμών */
}

/* Σημείωση + τηλέφωνο */
.footer-note .contact-allergies {
  font-size: 18px;
  text-decoration: none;
  font-weight: 600;
  color: #ffffff;
}


/* Social block */
.footer-note .contact-socials{
  display: flex;
  justify-content: center;
  gap: 40px;                       /* απόσταση μεταξύ Instagram/Facebook */
  margin-top: 20px;
}

/* Κάθε social κάθετο */
.footer-note .contact-socials .social-link{
  display: flex;
  flex-direction: column;          /* εικονίδιο πάνω – κείμενο κάτω */
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #ffffff;
  transition: color .25s ease;
}

/* SVG λευκό */
.footer-note .contact-socials .social-link svg{
  width: 24px;
  height: 24px;
  fill: #ffffff;
  display: block;
  transition: fill .25s ease;
}

/* Hover */
.footer-note .contact-socials .social-link:hover{
  color: #00ced1;
}

.footer-note .contact-socials .social-link:hover svg{
  fill: #00ced1;
}

/* Small screens tightening */
@media (max-width: 420px){
  .menu li span{ font-size: 15px; }
  .menu li strong{ font-size: 15px; }
}


/* =========================
   FOOTER CLEAN VERSION
========================= */

footer.footer{
  opacity: 1;
  transform: none;
  background: transparent;
  border: none !important;
  border-top: none !important;
  box-shadow: none !important;   /* αν η γραμμή έρχεται από shadow */
  padding: 30px 0;
}

/* Ασφάλεια αν η γραμμή έρχεται από προηγούμενο section */
footer.footer::before,
footer.footer::after{
  display: none !important;
  content: none !important;
}

.footer.footer--white{
  background: transparent;
  color: #ffffff;
}

.footer.footer--white a{
  text-decoration: none;
  transition: color .25s ease;
  font-size: 13px;   /* λίγο μεγαλύτερο */
  font-weight: 500;  /* bold */
  color: #00ced1;

}

.footer.footer--white a:hover{
  color: #ffffff;
}

/* Container */
.footer-container{
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--pad);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: nowrap;
}

/* Footer copyright size */
.footer-copy{
  font-size: 10.5px;
  line-height: 1.8;     /* μεγαλύτερη απόσταση μεταξύ γραμμών */
  color: #ffffff;
}


/* Social */
.footer-socials{
  display: flex;
  align-items: center;
  gap: 18px;               /* πιο σωστή απόσταση */
}

.footer-socials .social-link{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  line-height: 0;
}

.footer-socials .social-link svg{
  width: 20px;
  height: 20px;
  display: block;
}

/* =========================
   MOBILE ONLY
========================= */

@media (max-width: 767px){

  .footer-container{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 14px;
  }

}