.container-vertical {
  display: none;
}

.container-horizontal {
  display: block;
  /* veya flex; zaten tanımlı */
}

@media only screen and (max-width: 768px) and (orientation: portrait) {
  .small {
    font-size: 0.55rem !important;
  }

  /* yatayı gizle, dikeyi göster */
  .container-horizontal {
    display: none;
  }

  .container-vertical {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 16px;
    background: #fff;
    min-height: 100vh;
  }

  .v-logo {
    width: 120px;
    margin-left: auto;
    margin-bottom: 10px;
  }

  .v-title {
    font-family: 'Nexa ExtraLight', Arial, sans-serif;
    font-size: 1.8rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: right;
    width: 100%;
    margin-bottom: 5px;
  }

  .v-menu-list {
    width: 100%;
    max-width: 400px;
    margin-bottom: 40px;
  }

  .v-category-title {
    font-family: 'Nexa Heavy', Arial, sans-serif;
    font-size: 1.6rem;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
  }

  .v-item {
    margin-bottom: 3px;
  }

  .v-item-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-size: 0.9rem;
  }

  .v-item-desc {
    font-family: 'Nexa ExtraLight', Arial, sans-serif;
    font-size: 0.65rem;
    color: #555;
    line-height: 1.0;
    max-width: 266px;
  }

  .v-bottom-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 100%;
    max-width: 400px;
    border-top: 1px solid black;
    padding-top: 10px;
  }

  .item-name {
    font-family: 'Nexa Heavy', Arial, sans-serif;
    font-size: 0.9rem;
  }

  .item-price {
    font-family: 'Nexa ExtraLight', Arial, sans-serif;
    font-size: 0.9rem;
  }
}

.v-bottom-category {
  margin-bottom: 30px;
}

.v-bottom-category-border {
  border-left: 1px solid black;
  padding-left: 10px;
}

.v-bottom-title {
  font-family: 'Nexa Heavy', Arial, sans-serif;
  font-size: 1.4rem;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
}

.v-bottom-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2px;
  font-family: 'Nexa Heavy', Arial, sans-serif;
}

.v-price {
  font-family: 'Nexa ExtraLight', Arial, sans-serif;
}

.v-footer-image {
  width: 200px;
  margin-top: 40px;
  background-color: transparent;
  display: block;
}

/* === 1. FONT‑FACE TANIMLARI === */
@font-face {
  font-family: 'Nexa ExtraLight';
  src: url('fonts/Nexa-ExtraLight.woff2') format('woff2'),
    url('fonts/Nexa-ExtraLight.woff') format('woff'),
    url('fonts/Nexa-ExtraLight.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Nexa Heavy';
  src: url('fonts/Nexa-Heavy.woff2') format('woff2'),
    url('fonts/Nexa-Heavy.woff') format('woff'),
    url('fonts/Nexa-Heavy.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Nexa ExtraHeavy';
  src: url('fonts/Nexa-ExtraHeavy.woff2') format('woff2'),
    url('fonts/Nexa-ExtraHeavy.woff') format('woff'),
    url('fonts/Nexa-ExtraHeavy.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


/* ===== Reset & Gövde ===== */

html,
body {
  background-color: #fff;
}

.sidebar,
.content {
  background-color: #fff;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Nexa ExtraLight', Arial, sans-serif;
  color: #383D38;
  line-height: 1.4;
}

/* ===== Genel Flex Düzeni ===== */
.container {
  min-height: 100vh;
}

/* ===== Sol Sütun (Sidebar) ===== */
.sidebar {
  flex: 1;
  padding: 40px;
  border-right: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.logo {
  max-width: 180px;
  margin-bottom: 20px;
}

/* Yeni: sidebar içindeki özel fotoğraf */
.custom-photo {
  background-color: transparent;
  max-width: 100%;
  display: block;
  /* sidebar genişliğini aşmasın */
  height: auto;
  /* orantıyı koru */
  margin: 10px 0 30px;
  /* logo ile başlık arasına boşluk */
}

.headline {
  font-size: 2rem;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.tagline {
  font-size: 0.9rem;
  margin-bottom: 30px;
}

.illustration {
  max-width: 250px;
  margin-bottom: 30px;
}

.headline,
.category-title,
.menu-label {
  font-family: 'Nexa Heavy', Arial, sans-serif;
  /* varsa font-weight: bold; satırlarını kaldır. 
     ExtraHeavy kendi ağırlığıyla zaten kalın gelir. */
}

.menu-label {
  font-size: 1.2rem;
  letter-spacing: 1px;
  margin-top: auto;
}

/* ===== Sağ Sütun (Content) ===== */
.content {
  flex: 2;
  padding: 40px 60px;
}

/* Kategori başlıkları */
.category {
  margin-bottom: 60px;
}

.category.sandwich {
  margin-bottom: 40px;
  /* Sandviç ile alt satır arasındaki boşluğu ayarla */
}

.category-title {
  font-size: 2.5rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* Menü listesi */
.menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-list li {
  display: grid;
  grid-template-columns: auto auto;
  align-items: flex-start;
  margin-bottom: 1px;
  /* Madde aralığını azalt */
}

/* İsim–fiyat satırıv2 */
.item-header {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

/* Açıklama satırları */
.item-desc {
  grid-column: 1 / -1;
  font-size: 1rem;
  line-height: 1.4;
  color: #555;
}

/* Alt satır: İçecek ve Dondurma yan yana */
.bottom-row {
  display: flex;
  gap: 80px;
}

.bottom-row .category {
  flex: 1;
  margin-bottom: 0;
}

@media only screen and (min-width: 769px),
only screen and (orientation: landscape) {
  .container-horizontal {
    display: flex;
    /* veya zaten tanımladığınız gibi */
  }

  .container-vertical {
    display: none;
  }

  .item-name {
    font-size: 1.2rem;
    font-family: 'Nexa Heavy', Arial, sans-serif;
  }

  .item-price {
    font-size: 1.25rem;
  }

  .small {
    font-size: 0.85rem;
  }

}