/* —— 404 sayfası (koyu tema) —— */
.page-404 {
  background-color: #121212;
}

.page-404 #main-content {
  min-height: calc(100vh - 120px);
  background-color: #121212;
}

.error-404 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 140px);
  padding: clamp(3rem, 10vw, 6rem) clamp(1.25rem, 5vw, 3rem);
  background-color: #121212;
  background-image:
    radial-gradient(ellipse 90% 55% at 50% -10%, rgba(165, 105, 73, 0.14) 0%, transparent 55%),
    linear-gradient(180deg, #1a1a1a 0%, #0d0d0d 100%);
  box-sizing: border-box;
  overflow: hidden;
}

.error-404::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/menuback.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  opacity: 0.06;
  pointer-events: none;
}

.error-404__inner {
  position: relative;
  z-index: 1;
  max-width: 36rem;
  text-align: center;
  color: #f5f3f0;
}

.error-404__code {
  margin: 0 0 0.75rem;
  font-size: clamp(4rem, 14vw, 7rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #ffffff;
  opacity: 0.07;
}

.error-404__title {
  margin: 0 0 1rem;
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.35;
  color: #ffffff;
}

.error-404__lead {
  margin: 0 auto 2rem;
  max-width: 28rem;
  font-size: clamp(0.9rem, 1.5vw, 1rem);
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.62);
}

.error-404__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem 1.5rem;
}

.page-404 .error-404 .btn-reservation {
  color: #fff;
  background-color: rgba(165, 105, 73, 0.35);
  border-color: rgba(255, 255, 255, 0.85) !important;
}

.page-404 .error-404 .btn-reservation:hover {
  background-color: #a56949;
  border-color: #a56949 !important;
}

.error-404__link {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.55;
  transition: opacity 0.2s ease, color 0.2s ease;
}

.error-404__link:hover {
  opacity: 1;
  color: #e8c4a8;
}

.page-404 .lang-switch__link {
  color: rgba(255, 255, 255, 0.7);
}

.page-404 .lang-switch__link--active,
.page-404 .lang-switch__link:hover {
  color: #fff;
}

.page-404 .lang-switch__sep {
  color: rgba(255, 255, 255, 0.35);
}

:root {
  --font-site: "TTFirsNeueTrl", system-ui, -apple-system, "Segoe UI", sans-serif;
}

html,
body,
.font-body {
  font-family: var(--font-site) !important;
}

.font-head,
.menu-body .menu-item a,
.btn-reservation,
.menu-bar .btn {
  font-family: var(--font-site) !important;
}

body :where(
  p, h1, h2, h3, h4, h5, h6,
  a, li, span, label, small, strong, em,
  input, textarea, select, button,
  .menu-item, .btn, .footer
) {
  font-family: inherit;
}

.btn-reservation {
  font-weight: 500 !important;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* Eski basilico header gizle (varsa) */
#header_main,
.preloader,
#wrapper > .sidebar-btn {
  display: none !important;
}

#main-content {
  min-height: 50vh;
  color: #d9d9d9;
}

body.page-index #main-content,
#main-content:has(#mainpageSlider) {
  padding-top: 0;
  max-width: none;
}

body.page-index .menu-bar {
  z-index: 110;
}

/* Tam ekran menü — soldan kayarak açılır (turkft) */
.menu-body {
  transform: translateX(-100%);
  z-index: 1000;
}

.menu-active .menu-body {
  transform: translateX(0);
}

body.menu-active .menu-bar::before,
body.nav-active .menu-bar::before {
  opacity: 1;
}

body.menu-active {
  overflow: hidden;
}

.menu-body .background-holder {
  z-index: 0;
  pointer-events: none;
}

.menu-bar .menu-btn {
  position: relative;
  z-index: 1101;
  cursor: pointer;
}

/* Video slayt — tam ekran arka plan */
.swiper-slide-video .slide-media {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  overflow: hidden;
}

.swiper-slide-video .video-holder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.swiper-slide-video .video-holder::before {
  z-index: 1;
}

.swiper-slide-video .slider-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

.swiper-slide-video .slide-media-overlay {
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.swiper-slide-video .slide-media-overlay a,
.swiper-slide-video .slide-media-cta {
  pointer-events: auto;
}

.swiper-slide-video .slide-media-cta {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

#mainpageSlider .swiper-slide-video > .slide-media {
  height: 100vh;
}

/* Mobil anasayfa: Swiper yok, native scroll (home-slider.js) */
@media (max-width: 991.98px) {
  html.page-index-native-scroll,
  body.page-index-native-scroll {
    height: auto !important;
    min-height: 100%;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
  }

  body.page-index-native-scroll #main-content {
    overflow: visible !important;
  }

  #mainpageSlider.hero-slider--native-scroll {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    touch-action: pan-y;
  }

  #mainpageSlider.hero-slider--native-scroll .hero-slider__wrapper,
  #mainpageSlider.hero-slider--native-scroll .swiper-wrapper {
    display: block !important;
    height: auto !important;
    transform: none !important;
    transition: none !important;
  }

  #mainpageSlider.hero-slider--native-scroll .hero-slider__slide,
  #mainpageSlider.hero-slider--native-scroll .swiper-slide {
    width: 100% !important;
    height: auto !important;
    min-height: 100svh;
    transform: none !important;
  }

  #mainpageSlider.hero-slider--native-scroll .swiper-slide-video > .slide-media {
    height: auto !important;
    min-height: 100svh;
  }

  #mainpageSlider.hero-slider--native-scroll .swiper-scrollbar {
    display: none !important;
  }
}

#main-content .content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px 80px;
}

/* —— Anasayfa bölümleri —— */
.home-text--repeat {
  width: 100%;
  background-color: #f7f5f0;
  background-image: url("../images/bg-repeat.jpg");
  background-repeat: repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(3rem, 10vw, 7.5rem) clamp(1.25rem, 5vw, 2.5rem);
  box-sizing: border-box;
}

.home-text__inner {
  width: 100%;
  max-width: 52rem;
  margin: 0 auto;
  text-align: center;
  font-family: var(--font-site);
  font-weight: 300;
}

.home-text__title {
  margin: 0 0 1.25rem;
  color: #333;
  font-size: clamp(1.25rem, 2vw + 0.5rem, 1.75rem);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.3;
}

.home-text__body {
  margin: 0;
  color: #444;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.04em;
}

.home-gallery-stack {
  width: 100%;
  line-height: 0;
}

.home-gallery-stack img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.home-gallery-split {
  display: flex;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  min-height: clamp(280px, 32vw, 480px);
  line-height: 0;
  overflow: hidden;
  background: #f5f4f0;
}

.home-gallery-split__left {
  flex: 1 1 33.333%;
  min-width: 0;
  overflow: hidden;
}

.home-gallery-split__left img,
.home-gallery-split__right img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(280px, 32vw, 480px);
  object-fit: cover;
  object-position: center;
}

.home-gallery-split__right {
  flex: 2 1 66.667%;
  min-width: 0;
  overflow: hidden;
}

.home-gallery-split--single-right .home-gallery-split__right {
  flex: 1 1 auto;
  width: 100%;
  max-width: 100%;
}

.home-contact {
  width: 100%;
  line-height: 1.5;
}

.home-contact__grid {
  display: flex;
  width: 100%;
  min-height: clamp(420px, 42vw, 560px);
}

.home-contact__panel {
  flex: 1 1 50%;
  min-width: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.home-contact__panel--plain {
  background-color: #2a2622;
}

.home-contact__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(2rem, 5vw, 3.5rem) clamp(1.25rem, 4vw, 2.5rem);
  background: rgba(0, 0, 0, 0.55);
}

.home-contact__inner {
  width: 100%;
  max-width: 28rem;
  text-align: center;
  color: #fff;
  font-family: var(--font-site);
  font-weight: 300;
}

.home-contact__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin: 0 0 1.25rem;
  font-size: clamp(0.65rem, 1.2vw, 0.75rem);
  font-weight: 400;
  letter-spacing: 0.2em;
  color: #c8a96a;
  text-transform: uppercase;
}

.home-contact__eyebrow-line {
  display: block;
  width: clamp(2rem, 8vw, 3.5rem);
  height: 1px;
  background: currentColor;
  opacity: 0.85;
}

.home-contact__title {
  margin: 0 0 1.25rem;
  font-size: clamp(1.5rem, 3.2vw, 2.25rem);
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.25;
  text-transform: uppercase;
}

.home-contact__lead {
  margin: 0 0 1.75rem;
  font-size: clamp(0.9rem, 1.6vw, 1rem);
  line-height: 1.7;
  letter-spacing: 0.04em;
  opacity: 0.95;
}

.home-contact__subtitle {
  margin: 0 0 0.75rem;
  font-size: clamp(0.7rem, 1.2vw, 0.8rem);
  font-weight: 500;
  letter-spacing: 0.18em;
  color: #c8a96a;
  text-transform: uppercase;
}

.home-contact__address,
.home-contact__hours,
.home-contact__details p {
  margin: 0 0 0.65rem;
  font-size: clamp(0.875rem, 1.5vw, 0.95rem);
  line-height: 1.65;
  letter-spacing: 0.03em;
}

.home-contact__address {
  margin-bottom: 1.5rem;
}

.home-contact__hours {
  margin-bottom: 2rem;
}

.home-contact__details {
  margin-bottom: 2rem;
}

.home-contact__details a,
.home-contact__address a {
  color: inherit;
  text-decoration: none;
}

.home-contact__details a:hover {
  opacity: 0.85;
}

.home-contact__btn {
  display: inline-block;
  padding: 0.85rem 1.75rem;
  border: 1px solid rgba(255, 255, 255, 0.9);
  color: #fff;
  font-size: clamp(0.65rem, 1.1vw, 0.75rem);
  font-weight: 400;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease;
}

.home-contact__btn:hover {
  background: #fff;
  color: #1a1a1a;
}

/* —— Menü sayfası —— */
.menu-page {
  width: 100%;
  font-family: var(--font-site);
  color: #1a1a1a;
}

.menu-page__hero {
  width: 100%;
  max-height: clamp(220px, 38vw, 520px);
  overflow: hidden;
  line-height: 0;
  background: #ebe8e3;
}

.menu-page__hero img {
  display: block;
  width: 100%;
  height: clamp(220px, 38vw, 520px);
  object-fit: cover;
  object-position: center;
}

.menu-page__body--repeat {
  background-color: #f7f5f0;
  background-image: url("../images/menuback.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: clamp(2.5rem, 6vw, 4.5rem) clamp(1.25rem, 5vw, 3rem) clamp(3.5rem, 8vw, 6rem);
  box-sizing: border-box;
}

.menu-page__container {
  max-width: 56rem;
  margin: 0 auto;
}

.menu-page__intro {
  text-align: center;
  margin-bottom: clamp(2.5rem, 6vw, 4rem);
}

.menu-page__intro-title {
  margin: 0 0 1.25rem;
  font-size: clamp(1.125rem, 2.2vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.35;
  text-transform: uppercase;
}

.menu-page__intro-text {
  max-width: 36rem;
  margin: 0 auto 2rem;
  font-size: clamp(0.875rem, 1.4vw, 0.95rem);
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.03em;
  color: #333;
}

.menu-page__intro-text p {
  margin: 0 0 0.75rem;
}

.menu-page__intro-text p:last-child {
  margin-bottom: 0;
}

.menu-page__logo {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}

.menu-page__logo img {
  max-width: clamp(5rem, 12vw, 7.5rem);
  height: auto;
  object-fit: contain;
  filter: brightness(0);
}

.menu-page__empty {
  text-align: center;
  margin: 0;
  font-weight: 300;
  color: #555;
}

.menu-page__accordion {
  display: flex;
  flex-direction: column;
  gap: clamp(1.65rem, 1.8vw, 2rem);
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
}

.menu-page__accordion-item {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
}

.menu-page__accordion-trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1680px;
  min-height: clamp(3rem, 8vw, 3.75rem);
  margin: 0 auto;
  padding: 0.85rem 1.25rem;
  border: 0;
  border-radius: 6px;
  background-color: #a69998;
  color: #fff;
  font-family: inherit;
  overflow: hidden;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.menu-page__accordion-trigger-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

.menu-page__accordion-trigger--has-image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: rgba(166, 153, 152, 0.72);
  transition: background-color 0.2s ease;
}

.menu-page__accordion-trigger--has-image:hover::before,
.menu-page__accordion-trigger--has-image:focus-visible::before,
.menu-page__accordion-trigger--has-image[aria-expanded="true"]::before {
  background-color: rgba(150, 138, 137, 0.82);
}

.menu-page__accordion-trigger-label {
  position: relative;
  z-index: 2;
  font-size: clamp(0.8rem, 1.6vw, 0.95rem);
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}

.menu-page__accordion-trigger:hover,
.menu-page__accordion-trigger:focus-visible {
  outline: none;
}

.menu-page__accordion-trigger:not(.menu-page__accordion-trigger--has-image):hover,
.menu-page__accordion-trigger:not(.menu-page__accordion-trigger--has-image):focus-visible,
.menu-page__accordion-trigger:not(.menu-page__accordion-trigger--has-image)[aria-expanded="true"] {
  background-color: #968a89;
}

.menu-page__accordion-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.menu-page__accordion-panel[hidden] {
  display: block;
  max-height: 0;
  visibility: hidden;
}

.menu-page__accordion-panel.is-open {
  visibility: visible;
}

.menu-page__accordion-panel-inner {
  padding-top: clamp(1.25rem, 3vw, 1.75rem);
}

.menu-page__accordion-desc {
  margin: 0 0 clamp(1.5rem, 3.5vw, 2rem);
  text-align: center;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.65;
  color: #444;
}

.menu-page__section {
  margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

.menu-page__section:last-child {
  margin-bottom: 0;
}

.menu-page__section--single {
  margin-top: 0;
}

.menu-page__back {
  margin: -1.5rem 0 2rem;
  text-align: center;
}

.menu-page__back a {
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1a1a1a;
  text-decoration: none;
  opacity: 0.65;
  transition: opacity 0.2s ease;
}

.menu-page__back a:hover {
  opacity: 1;
}

.menu-page__section-title {
  margin: 0 0 0.75rem;
  text-align: center;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.menu-page__section-title a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.menu-page__section-title a:hover {
  opacity: 0.7;
}

.menu-page__section-desc {
  margin: 0 0 2rem;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.65;
  color: #444;
}

.menu-page__list {
  display: flex;
  flex-direction: column;
  gap: clamp(2.25rem, 4.5vw, 3rem);
}

.menu-page__row {
  display: flex;
  align-items: stretch;
  gap: 0;
}

.menu-page__col {
  flex: 1 1 0;
  min-width: 0;
  text-align: left;
}

.menu-page__row .menu-page__col:first-child {
  padding-right: clamp(1.25rem, 3.5vw, 2.5rem);
}

.menu-page__row .menu-page__col:last-child {
  padding-left: clamp(1.25rem, 3.5vw, 2.5rem);
}

.menu-page__row .menu-page__col:only-child {
  padding-right: 0;
  padding-left: 0;
}

.menu-page__divider {
  flex: 0 0 1px;
  width: 1px;
  align-self: stretch;
  background: #1a1a1a;
  opacity: 0.9;
}

.menu-page__item {
  margin: 0;
}

.menu-page__item-title {
  margin: 0 0 0.65rem;
  font-size: clamp(0.8rem, 1.3vw, 0.875rem);
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.menu-page__item-title a {
  color: inherit;
  text-decoration: none;
}

.menu-page__item-title a:hover {
  opacity: 0.65;
}

.menu-page__item-desc {
  margin: 0 0 0.5rem;
  font-size: clamp(0.8rem, 1.25vw, 0.875rem);
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.02em;
  color: #333;
}

.menu-page__item-price {
  margin: 0;
  font-size: clamp(0.85rem, 1.3vw, 0.9rem);
  font-weight: 700;
  letter-spacing: 0.04em;
}

/* —— Rezervasyon demo —— */
body.page-reservation .menu-bar::before {
  opacity: 1;
  background-color: #2b2b2b;
}

body.page-reservation #main-content {
  background-color: #fff;
  color: #1a1a1a;
}

/* —— Sözleşmeler —— */
body.page-legal .menu-bar::before {
  opacity: 1;
  background-color: #2b2b2b;
}

body.page-legal #main-content {
  background-color: #fff;
  color: #1a1a1a;
}

.legal-page {
  width: 100%;
  font-family: var(--font-site);
  color: #1a1a1a;
}

.legal-page__body--repeat {
  background-color: #fff;
  background-image: none;
  padding: clamp(8rem, 8vw, 10rem) clamp(1.25rem, 5vw, 3rem) clamp(3.5rem, 8vw, 6rem);
  box-sizing: border-box;
  min-height: calc(100vh - 120px);
}

.legal-page__container {
  max-width: 48rem;
  margin: 0 auto;
}

.legal-page__intro {
  text-align: center;
  margin-bottom: clamp(2rem, 5vw, 3rem);
}

.legal-page__intro--single {
  margin-bottom: clamp(1.25rem, 3vw, 2rem);
}

.legal-page__intro-title {
  margin: 0;
  font-size: clamp(1.125rem, 2.2vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.35;
  text-transform: uppercase;
}

.legal-page__empty {
  text-align: center;
  margin: 0;
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.65;
  color: #555;
}

.legal-page__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.legal-page__card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: clamp(1rem, 2.5vw, 1.25rem) clamp(1.25rem, 3vw, 1.5rem);
  background: #f7f7f7;
  border: 1px solid rgba(26, 26, 26, 0.1);
  text-decoration: none;
  color: inherit;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.legal-page__card:hover {
  background: #f0f0f0;
  border-color: rgba(26, 26, 26, 0.2);
  transform: translateY(-1px);
}

.legal-page__card-title {
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.4;
}

.legal-page__card-arrow {
  flex-shrink: 0;
  font-size: 1.125rem;
  line-height: 1;
  opacity: 0.45;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.legal-page__card:hover .legal-page__card-arrow {
  opacity: 1;
  transform: translateX(3px);
}

.legal-page__back {
  margin: 0 0 clamp(1.5rem, 4vw, 2rem);
  text-align: center;
}

.legal-page__back a {
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1a1a1a;
  text-decoration: none;
  opacity: 0.65;
  transition: opacity 0.2s ease;
}

.legal-page__back a:hover {
  opacity: 1;
}

.legal-page__download {
  text-align: center;
  margin: 0 0 clamp(1.5rem, 4vw, 2rem);
}

.legal-page__download-btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border: 1px solid #1a1a1a;
  color: #1a1a1a;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease;
}

.legal-page__download-btn:hover {
  background: #1a1a1a;
  color: #f7f5f0;
}

.legal-page__content {
  font-size: clamp(0.875rem, 1.4vw, 0.95rem);
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #333;
}

.legal-page__content > *:first-child {
  margin-top: 0;
}

.legal-page__content > *:last-child {
  margin-bottom: 0;
}

.legal-page__content h2,
.legal-page__content h3,
.legal-page__content h4 {
  margin: 2rem 0 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1a1a1a;
  line-height: 1.35;
}

.legal-page__content h2 {
  font-size: clamp(1rem, 1.8vw, 1.125rem);
}

.legal-page__content h3,
.legal-page__content h4 {
  font-size: clamp(0.9rem, 1.5vw, 1rem);
}

.legal-page__content p {
  margin: 0 0 1rem;
}

.legal-page__content ul,
.legal-page__content ol {
  margin: 0 0 1rem;
  padding-left: 1.5rem;
}

.legal-page__content li {
  margin-bottom: 0.35rem;
}

.legal-page__content a {
  color: #1a1a1a;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.legal-page__content a:hover {
  opacity: 0.7;
}

.legal-page--wide .legal-page__container {
  max-width: 72rem;
}

.legal-page__featured {
  margin: 0 0 clamp(1.5rem, 4vw, 2.5rem);
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(26, 26, 26, 0.08);
}

.legal-page__featured img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.legal-page__gallery {
  margin-top: clamp(2rem, 5vw, 3rem);
  padding-top: clamp(1.5rem, 4vw, 2rem);
  border-top: 1px solid rgba(26, 26, 26, 0.1);
}

.legal-page__gallery-title {
  margin: 0 0 1.25rem;
  font-size: clamp(0.9rem, 1.5vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
}

.legal-page__gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 0.75rem;
}

.legal-page__gallery-item {
  display: block;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(26, 26, 26, 0.1);
}

.legal-page__gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.legal-page__content table {
  width: 100%;
  margin: 1.5rem 0;
  border-collapse: collapse;
  font-size: 0.9em;
}

.legal-page__content th,
.legal-page__content td {
  padding: 0.65rem 0.75rem;
  border: 1px solid rgba(26, 26, 26, 0.15);
  text-align: left;
}

.legal-page__content th {
  font-weight: 600;
  background: rgba(255, 255, 255, 0.5);
}

/* —— Footer lokasyon —— */
.footer.footer--location {
  color: #1a1a1a;
  padding-top: clamp(3rem, 8vw, 5.5rem);
  padding-bottom: 0;
  background-color: #f7f5f0;
  background-image: url("../images/bg-repeat.jpg");
  background-repeat: repeat;
  background-position: center;
}

.footer.footer--location .container {
  max-width: 80%;
}

.footer.footer--location .footer__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(1.25rem, 3vw, 2.5rem);
  width: 100%;
}

.footer.footer--location .footer__deco-link {
  flex: 0 0 auto;
  margin-left: auto;
  display: block;
  line-height: 0;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.footer.footer--location .footer__deco-link:hover {
  opacity: 0.85;
}

.footer.footer--location .footer__deco {
  display: block;
  width: auto;
  max-width: clamp(90px, 14vw, 190px);
  height: auto;
  max-height: clamp(110px, 16vw, 220px);
  object-fit: contain;
  object-position: right bottom;
}

.footer.footer--location .footer-location {
  max-width: 22rem;
  padding: 0;
  margin: 0;
  text-align: left;
  font-family: var(--font-site);
}

.footer.footer--location .footer-location__title {
  margin: 0;
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
  color: #1a1a1a;
}

.footer.footer--location .footer-location__rule {
  width: 100%;
  max-width: 11rem;
  height: 3px;
  margin: 0.65rem 0 1.75rem;
  background: #111;
}

.footer.footer--location .footer-location__address,
.footer.footer--location .footer-location__line {
  margin: 0 0 0.85rem;
  font-size: clamp(0.9rem, 1.4vw, 1rem);
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.02em;
  color: #1a1a1a;
}

.footer.footer--location .footer-location__line--last {
  margin-bottom: 0;
}

.footer.footer--location .footer-location a {
  color: inherit;
  text-decoration: none;
}

.footer.footer--location .footer-location a:hover {
  opacity: 0.7;
}

.footer.footer--location .footer__col > .bottom-footer {
  margin-top: clamp(2.5rem, 6vw, 4rem);
  padding-bottom: 1.75rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.footer.footer--location .bottom-footer .bottom-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
  width: 100%;
  padding-top: 1.25rem;
}

.footer.footer--location .bottom-footer p {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  color: #1a1a1a;
  opacity: 0.75;
}

.footer.footer--location .bottom-footer .footer-credit__link {
  color: #000;
  font-weight: 500;
  text-decoration: none;
  opacity: 1;
}

.footer.footer--location .bottom-footer .footer-credit__link:hover {
  color: #000;
  text-decoration: underline;
  opacity: 0.85;
}

.footer.footer--location .bottom-footer .footer-credit__sep {
  margin: 0 0.5rem;
  color: #1a1a1a;
  opacity: 0.45;
  font-weight: 300;
}

.footer.footer--location .bottom-footer ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer.footer--location .bottom-footer ul a {
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1a1a1a;
  text-decoration: none;
  opacity: 0.85;
}

.footer.footer--location .bottom-footer ul a:hover {
  opacity: 0.6;
}

/* —— Özel sayfa: hakkımızda / şef profili —— */
.page-about {
  width: 100%;
  font-family: var(--font-site);
  color: #1a1a1a;
}

.page-about__header {
  width: 100%;
  background-color: #f3f1ec;
  background-image: url("../images/page.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  box-sizing: border-box;
}

.page-about__header--solo {
  padding-top: clamp(5rem, 12vw, 7rem);
}

.page-about__hero {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  line-height: 0;
}

.page-about__hero img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.page-about__header-content {
  max-width: 56rem;
  margin: 0 auto;
  padding: clamp(1rem, 3vw, 1.75rem) clamp(1.25rem, 5vw, 3rem) clamp(2.5rem, 6vw, 4rem);
  text-align: center;
  box-sizing: border-box;
}

.page-about__title {
  margin: 0 0 1.25rem;
  font-size: clamp(1.125rem, 2.2vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.35;
  text-transform: uppercase;
}

.page-about__logo {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}

.page-about__logo img {
  max-width: clamp(5rem, 12vw, 7.5rem);
  height: auto;
  object-fit: contain;
  filter: brightness(0);
}

.page-about__body {
  background-color: #f3f1ec;
  background-image: url("../images/menuback.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: clamp(5rem, 5vw, 8rem) clamp(1.5rem, 5vw, 3.5rem) clamp(3.5rem, 8vw, 6rem);
  box-sizing: border-box;
  min-height: 30vh;
}

.page-about__container {
  max-width: 80%;
  margin: 0 auto;
}

.page-about__grid {
  display: flex;
  align-items: flex-start;
  gap: clamp(1.5rem, 3vw, 2.5rem);
}

.page-about__content {
  flex: 1 1 50%;
  width: 50%;
  min-width: 0;
  font-size: clamp(1.125rem, 2.2vw, 1.875rem);
  font-weight: 300;
  line-height: 1.55;
  letter-spacing: 0.02em;
  color: #2a2a2a;
  text-align: left;
}

/* Yönetim panelinden gelen HTML içerik (TinyMCE vb.) */
.page-about__html > :first-child {
  margin-top: 0;
}

.page-about__html > :last-child {
  margin-bottom: 0;
}

.page-about__html p {
  margin: 0 0 1.15rem;
}

.page-about__html p:last-child {
  margin-bottom: 0;
}

.page-about__html strong,
.page-about__html b {
  font-weight: 700;
  color: #1a1a1a;
}

.page-about__html h1,
.page-about__html h2,
.page-about__html h3,
.page-about__html h4,
.page-about__html h5,
.page-about__html h6 {
  margin: 0 0 1rem;
  font-weight: 700;
  line-height: 1.3;
  color: #1a1a1a;
}

.page-about__html h1 { font-size: clamp(1.5rem, 3vw, 2.25rem); }
.page-about__html h2 { font-size: clamp(1.35rem, 2.6vw, 2rem); }
.page-about__html h3 { font-size: clamp(1.2rem, 2.2vw, 1.65rem); }
.page-about__html h4 { font-size: clamp(1.1rem, 2vw, 1.4rem); }

.page-about__html a {
  color: inherit;
  text-decoration: underline;
}

.page-about__html a:hover {
  opacity: 0.75;
}

.page-about__html ul,
.page-about__html ol {
  margin: 0 0 1.15rem;
  padding-left: 1.5rem;
}

.page-about__html li {
  margin-bottom: 0.35rem;
}

.page-about__html img,
.page-about__html video {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1.25rem 0;
}

.page-about__html figure {
  margin: 1.25rem 0;
}

.page-about__html figure img {
  margin: 0;
}

.page-about__html figcaption {
  margin-top: 0.5rem;
  font-size: 0.85em;
  opacity: 0.8;
}

.page-about__html iframe {
  display: block;
  max-width: 100%;
  width: 100%;
  min-height: 280px;
  margin: 1.25rem 0;
  border: 0;
}

.page-about__html table {
  width: 100%;
  margin: 1.25rem 0;
  border-collapse: collapse;
  font-size: 0.9em;
}

.page-about__html th,
.page-about__html td {
  padding: 0.5rem 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  text-align: left;
}

.page-about__html blockquote {
  margin: 1.25rem 0;
  padding: 0.75rem 1rem;
  border-left: 3px solid #1a1a1a;
  opacity: 0.9;
}

.page-about__html hr {
  margin: 1.5rem 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.page-about__media {
  flex: 1 1 50%;
  width: 50%;
  min-width: 0;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  line-height: 0;
}

.page-about__media img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  border: 1px solid #1e3a5f;
  box-sizing: border-box;
}

@media (max-width: 991px) {
  .page-about__grid {
    flex-direction: column;
    align-items: stretch;
  }

  .page-about__content,
  .page-about__media {
    flex: 1 1 auto;
    width: 100%;
  }

  .page-about__media {
    justify-content: flex-end;
  }
}

/* —— Sayfa şablonu (single) arka plan —— */
.menu-cat--page-bg .menu-cat__header,
.menu-cat--page-bg .menu-cat__body--repeat {
  background-color: #f3f1ec;
  background-image: url("../images/page.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

/* —— Menü kategori sayfası (ayrı şablon) —— */
.menu-cat {
  width: 100%;
  font-family: var(--font-site);
  color: #1a1a1a;
}

.menu-cat__header {
  width: 100%;
  background-color: #f7f5f0;
  background-image: url("../images/menuback.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  box-sizing: border-box;
}

.menu-cat__header--solo {
  padding-top: clamp(2.5rem, 6vw, 8rem);
}

.menu-cat__header-media {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  line-height: 0;
}

.menu-cat__header-media img {
  display: block;
  width: 100%;
  margin: 0;
  object-fit: cover;
  object-position: center;
}

.menu-cat__header-content {
  max-width: 56rem;
  margin: 0 auto;
  padding: clamp(1rem, 3vw, 1.75rem) clamp(1.25rem, 5vw, 3rem) clamp(2.5rem, 6vw, 4rem);
  text-align: center;
  box-sizing: border-box;
}

.menu-cat__body--repeat {
  background-color: #f7f5f0;
  background-image: url("../images/menuback.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 0 clamp(1.25rem, 5vw, 3rem) clamp(3.5rem, 8vw, 6rem);
  box-sizing: border-box;
  min-height: 30vh;
}

.menu-cat__container {
  max-width: 56rem;
  margin: 0 auto;
}

.menu-cat__back {
  margin: 0 0 1.25rem;
  text-align: center;
}

.menu-cat__back a {
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1a1a1a;
  text-decoration: none;
  opacity: 0.65;
  transition: opacity 0.2s ease;
}

.menu-cat__back a:hover {
  opacity: 1;
}

.menu-cat__title {
  margin: 0 0 1.25rem;
  font-size: clamp(1.125rem, 2.2vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.35;
  text-transform: uppercase;
  text-align: center;
}

.menu-cat__desc {
  max-width: 36rem;
  margin: 0 auto 2rem;
  font-size: clamp(0.875rem, 1.4vw, 0.95rem);
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.03em;
  color: #333;
}

.menu-cat__logo {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}

.menu-cat__logo img {
  max-width: clamp(5rem, 12vw, 7.5rem);
  height: auto;
  object-fit: contain;
  filter: brightness(0);
}

.menu-cat__empty {
  text-align: center;
  margin: 0;
  font-weight: 300;
  color: #555;
}

.menu-cat__list {
  display: flex;
  flex-direction: column;
  gap: clamp(2.25rem, 4.5vw, 3rem);
}

.menu-cat__section + .menu-cat__section {
  margin-top: clamp(3rem, 6vw, 4.5rem);
  padding-top: clamp(2rem, 4vw, 3rem);
  border-top: 1px solid rgba(26, 26, 26, 0.12);
}

.menu-cat__title--section {
  margin-bottom: 0.75rem;
}

.menu-cat__title--section a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.menu-cat__title--section a:hover {
  opacity: 0.7;
}

.menu-cat__content--intro {
  max-width: 36rem;
  margin: 0 auto 2rem;
  text-align: center;
}

.menu-cat__row {
  display: flex;
  align-items: stretch;
  gap: 0;
}

.menu-cat__col {
  flex: 1 1 0;
  min-width: 0;
  text-align: left;
}

.menu-cat__row .menu-cat__col:first-child {
  padding-right: clamp(1.25rem, 3.5vw, 2.5rem);
}

.menu-cat__row .menu-cat__col:last-child {
  padding-left: clamp(1.25rem, 3.5vw, 2.5rem);
}

.menu-cat__divider {
  flex: 0 0 1px;
  width: 1px;
  align-self: stretch;
  background: #1a1a1a;
  opacity: 0.9;
}

.menu-cat__item {
  margin: 0;
}

.menu-cat__item-title {
  margin: 0 0 0.5rem;
  font-size: clamp(0.72rem, 1.2vw, 0.82rem);
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
  color: #1a1a1a;
}

.menu-cat__item-title a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.menu-cat__item-title a:hover {
  opacity: 0.65;
}

.menu-cat__item-desc {
  margin: 0 0 0.4rem;
  font-size: clamp(0.78rem, 1.15vw, 0.84rem);
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: #2a2a2a;
}

.menu-cat__item-price {
  margin: 0;
  font-size: clamp(0.8rem, 1.2vw, 0.88rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #1a1a1a;
}

.menu-cat--wide .menu-cat__header-content,
.menu-cat--wide .menu-cat__container {
  max-width: 72rem;
}

.menu-cat__content {
  font-size: clamp(0.875rem, 1.4vw, 0.95rem);
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #333;
}

.menu-cat__content > *:first-child {
  margin-top: 0;
}

.menu-cat__content > *:last-child {
  margin-bottom: 0;
}

.menu-cat__content h2,
.menu-cat__content h3,
.menu-cat__content h4 {
  margin: 2rem 0 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1a1a1a;
  line-height: 1.35;
}

.menu-cat__content p {
  margin: 0 0 1rem;
}

.menu-cat__content ul,
.menu-cat__content ol {
  margin: 0 0 1rem;
  padding-left: 1.5rem;
}

.menu-cat__content a {
  color: #1a1a1a;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.menu-cat__content img {
  max-width: 100%;
  height: auto;
}

.menu-cat__gallery {
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
  padding-top: clamp(1.5rem, 4vw, 2rem);
  border-top: 1px solid rgba(26, 26, 26, 0.12);
}

.menu-cat__gallery-title {
  margin: 0 0 1.25rem;
  text-align: center;
  font-size: clamp(0.9rem, 1.5vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.menu-cat__gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 0.75rem;
}

.menu-cat__gallery-item {
  display: block;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(26, 26, 26, 0.1);
}

.menu-cat__gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .home-gallery-split {
    flex-direction: column;
    min-height: auto;
  }

  .home-gallery-split__left,
  .home-gallery-split__right {
    flex: 1 1 auto;
    max-width: 100%;
    min-width: 100%;
  }

  .home-gallery-split__left img,
  .home-gallery-split__right img {
    min-height: 220px;
  }

  .home-contact__grid {
    flex-direction: column;
    min-height: auto;
  }

  .home-contact__panel {
    flex: 1 1 auto;
    min-height: 380px;
  }

  .menu-page__list {
    gap: 0;
  }

  .menu-page__row {
    flex-direction: column;
    gap: 0;
  }

  .menu-page__divider {
    display: none;
  }

  .menu-page__item {
    padding-bottom: clamp(1.25rem, 4vw, 1.75rem);
    margin-bottom: clamp(1.25rem, 4vw, 1.75rem);
    border-bottom: 1px solid rgba(26, 26, 26, 0.9);
  }

  .menu-page__list .menu-page__row:last-child .menu-page__col:last-child .menu-page__item {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  .menu-page__row .menu-page__col:first-child,
  .menu-page__row .menu-page__col:last-child {
    padding: 0;
  }

  .menu-cat__row {
    flex-direction: column;
    gap: 1.25rem;
  }

  .menu-cat__divider {
    width: 100%;
    height: 1px;
    flex: 0 0 auto;
    align-self: auto;
  }

  .menu-cat__row .menu-cat__col:first-child,
  .menu-cat__row .menu-cat__col:last-child {
    padding: 0;
  }

  .footer.footer--location .bottom-footer .bottom-main {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer.footer--location .footer__top {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer.footer--location .footer__deco-link {
    align-self: flex-end;
  }

  .footer.footer--location .footer__deco {
    max-width: clamp(72px, 24vw, 130px);
    max-height: 150px;
  }
}

.menu-page__item-desc strong,
.menu-page__item-desc b,
.menu-cat__item-desc strong,
.menu-cat__item-desc b {
  font-weight: 700 !important;
  color: #1a1a1a !important;
}
