/* ===========================================================
   Hotel Rio — Laleli / İstanbul
   Tasarım notu: kullanılabilir fotoğraf arşivi çok sınırlı ve
   düşük çözünürlüklü. Bu yüzden görsel yükü tipografi, renk ve
   boşluk taşıyor; fotoğraflar asla tam genişlikte kullanılmıyor,
   düşük çözünürlüğün belli olmayacağı ölçülü kartlarda duruyor.
   =========================================================== */

:root {
  --ink:        #1c1613;
  --ink-soft:   #4a3f39;
  --muted:      #7d6f66;
  --cream:      #faf7f2;
  --sand:       #f0e8dc;
  --sand-deep:  #e2d5c3;
  --line:       #ded2c2;

  --brand:      #b31e2c;   /* logodaki kırmızı */
  --brand-dark: #8d1622;
  --gold:       #a8834e;   /* odalardaki ahşap tonuyla uyumlu */
  --gold-soft:  #d9c19a;

  --white:      #ffffff;
  --shadow-sm:  0 1px 2px rgba(28,22,19,.06), 0 2px 8px rgba(28,22,19,.05);
  --shadow-md:  0 4px 14px rgba(28,22,19,.10), 0 12px 32px rgba(28,22,19,.07);
  --shadow-lg:  0 10px 30px rgba(28,22,19,.14), 0 30px 60px rgba(28,22,19,.10);

  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;
  --sans:  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

  --wrap: 1180px;
  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 22px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink-soft);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; }

h1, h2, h3, h4 {
  font-family: var(--serif);
  color: var(--ink);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -.01em;
  margin: 0;
}

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: 24px; }

.eyebrow {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--brand);
  margin: 0 0 14px;
}

.lead { font-size: 19px; color: var(--ink-soft); }

/* ---------- Butonlar ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 14px 26px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 15px; font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease, color .16s ease;
  white-space: nowrap;
}
.btn:hover  { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn-primary { background: var(--brand); color: #fff; box-shadow: 0 4px 14px rgba(179,30,44,.28); }
.btn-primary:hover { background: var(--brand-dark); box-shadow: 0 8px 22px rgba(179,30,44,.34); }

.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { background: var(--white); border-color: var(--gold); box-shadow: var(--shadow-sm); }

.btn-wa { background: #1faa53; color: #fff; box-shadow: 0 4px 14px rgba(31,170,83,.26); }
.btn-wa:hover { background: #179044; }

.btn svg { width: 18px; height: 18px; flex: none; }

/* ---------- Üst bar ---------- */
.topbar {
  background: var(--ink); color: #cbbfb4;
  font-size: 13.5px; letter-spacing: .01em;
}
.topbar .wrap { display: flex; gap: 26px; align-items: center; justify-content: flex-end; min-height: 42px; flex-wrap: wrap; }
.topbar a { color: #e7ded4; text-decoration: none; display: inline-flex; align-items: center; gap: 7px; }
.topbar a:hover { color: #fff; }
.topbar .sep { width: 1px; height: 15px; background: #453a34; }
.topbar svg { width: 14px; height: 14px; opacity: .75; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250,247,242,.92);
  backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-header .wrap { display: flex; align-items: center; gap: 22px; min-height: 78px; }

.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; margin-inline-end: auto; }
/* Logo dosyasının kendi koyu zemini var. Krem başlıkta siyah kutu gibi
   durmasın diye kasıtlı bir koyu "rozet" içine alıyoruz — arka planı
   silmeye çalışmak yerine tasarımın parçası hâline getiriyoruz. */
.brand img {
  height: 40px; width: auto; display: block;
  border-radius: 9px;
  padding: 5px 9px;
  background: var(--ink);
  box-shadow: 0 2px 8px rgba(28,22,19,.18);
}
/* Logo SVG'si zaten "HOTEL RIO / LALELİ · İSTANBUL" yaziyor; yanindaki metin
   ayni seyi tekrar ediyor ve dar ekranda dil seciciyle cakisiyordu. */
.brand-txt { display: none; }
.brand-txt-legacy { display: flex; flex-direction: column; line-height: 1.12; }
.brand-txt strong { font-family: var(--serif); font-size: 20px; color: var(--ink); letter-spacing: .01em; }
.brand-txt span { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }

.nav { display: flex; align-items: center; gap: 28px; }
.nav a {
  text-decoration: none; font-size: 15.5px; font-weight: 500; color: var(--ink-soft);
  padding: 6px 0; position: relative;
}
.nav a::after {
  content: ""; position: absolute; inset-inline-start: 0; bottom: 0;
  width: 0; height: 2px; background: var(--brand); transition: width .2s ease;
}
.nav a:hover { color: var(--ink); }
.nav a:hover::after { width: 100%; }

.lang { display: flex; align-items: center; gap: 2px; }
.lang a {
  text-decoration: none; font-size: 12.5px; font-weight: 700; letter-spacing: .08em;
  color: var(--muted); padding: 5px 9px; border-radius: 6px; text-transform: uppercase;
}
.lang a:hover { background: var(--sand); color: var(--ink); }
.lang a[aria-current="true"] { background: var(--ink); color: #fff; }

.burger { display: none; background: none; border: 1px solid var(--line); border-radius: 9px; padding: 9px 11px; cursor: pointer; }
.burger span { display: block; width: 19px; height: 2px; background: var(--ink); border-radius: 2px; }
.burger span + span { margin-top: 4px; }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(1100px 520px at 12% -12%, #fff 0%, rgba(255,255,255,0) 62%),
    radial-gradient(900px 460px at 92% 8%, var(--sand-deep) 0%, rgba(226,213,195,0) 60%),
    linear-gradient(178deg, var(--sand) 0%, var(--cream) 55%);
  border-bottom: 1px solid var(--line);
}
/* ince dokulu zemin — fotoğraf yerine geçen görsel ilgi */
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background-image:
    repeating-linear-gradient(90deg, rgba(168,131,78,.055) 0 1px, transparent 1px 46px),
    repeating-linear-gradient(0deg,  rgba(168,131,78,.055) 0 1px, transparent 1px 46px);
  mask-image: radial-gradient(70% 62% at 50% 34%, #000 15%, transparent 78%);
}
.hero .wrap { position: relative; z-index: 1; padding-block: 44px 26px; }

.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 44px; align-items: center; }

.est {
  display: inline-flex; align-items: center; gap: 11px;
  font-size: 12px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 12px;
}
.est::before, .est::after { content: ""; height: 1px; width: 26px; background: var(--gold-soft); }

.hero h1 { font-size: clamp(34px, 4.4vw, 52px); margin-bottom: 14px; }
.hero h1 em { font-style: normal; color: var(--brand); }
.hero p { font-size: 18px; max-width: 32em; margin: 0 0 22px; }
.hero-cta { display: flex; gap: 13px; flex-wrap: wrap; }

/* konum kartı — sitenin en güçlü satış argümanı */
.locard {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 22px 24px;
  box-shadow: var(--shadow-lg);
}
.locard h3 { font-size: 20px; margin-bottom: 4px; }
.locard .locard-sub { font-size: 13px; color: var(--muted); margin: 0 0 12px; }
.locard ul { list-style: none; margin: 0; padding: 0; }
.locard li {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 8px 0; border-top: 1px solid var(--sand);
  font-size: 15.5px; color: var(--ink);
}
.locard li:first-of-type { border-top: 0; }
.locard .dist {
  font-family: var(--sans); font-size: 13px; font-weight: 700;
  color: var(--brand); background: #fbeef0;
  padding: 4px 11px; border-radius: 999px; white-space: nowrap;
}

/* ---------- Fotoğraflı hero ---------- */
/* Gerçek otel fotoğrafları geldiği için hero artık görsel taşıyor.
   Metnin okunurluğu koyu bir degrade katmanıyla garanti altına alınıyor. */
/* .hero.photo artik kullanilmiyor: asil gorsel kayan duvar */
.hero.photo::after { display: none; }
.hero-bg { position: absolute; inset: 0; overflow: hidden; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: .55; }
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(100deg, rgba(18,13,11,.92) 0%, rgba(18,13,11,.72) 42%, rgba(18,13,11,.35) 100%),
    linear-gradient(0deg, rgba(18,13,11,.55) 0%, rgba(18,13,11,0) 45%);
}
.hero.photo h1 { color: #fff; }
.hero.photo h1 em { color: #ff8a95; }
.hero.photo .lead { color: #ded2c8; }
.hero.photo .est { color: var(--gold-soft); }
.hero.photo .est::before, .hero.photo .est::after { background: rgba(217,193,154,.5); }
.hero.photo .btn-ghost { color: #fff; border-color: rgba(255,255,255,.42); }
.hero.photo .btn-ghost:hover { background: rgba(255,255,255,.12); border-color: #fff; box-shadow: none; }
.hero.photo .locard { background: rgba(255,255,255,.97); }

/* Slider hero'nun TAMAMINI doldurur, metin uzerinde durur (malatyakayisisi
   deseni). Okunurluk icin ustune koyu degrade katman biniyor. */
.hero--foto { position: relative; background: var(--ink); border-bottom: 0; }
.hero--foto::after { display: none; }
.hero-slider { position: absolute; inset: 0; overflow: hidden; z-index: 0; }
/* Okunurluk katmani. Onceki degerler (.93/.78/.42) gece cekimi fotografi
   camura ceviriyordu: en koyu bolge tam "RIO HOTEL" tabelasinin ustune
   denk geliyordu. Sol metin alani icin yeterli, cephe icin nefes birakan
   degerler bunlar; fotograflar ayrica hero-uret.sh'de bir miktar aciliyor. */
.hero-slider::after {
  content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background:
    linear-gradient(100deg, rgba(18,13,11,.86) 0%, rgba(18,13,11,.52) 46%, rgba(18,13,11,.12) 100%),
    linear-gradient(0deg, rgba(18,13,11,.6) 0%, rgba(18,13,11,0) 40%);
}

/* Kareler ust uste durur; yalnizca .is-on olan gorunur, gecis capraz solma. */
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.4s ease; }
.hero-slide.is-on { opacity: 1; }
.hero-slide img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  /* object-position her kare icin JS'ten gelir: dikey cekimde tabela,
     yatay cekimde ortada kalsin diye. */
}
/* Cok yavas yaklasma: sabit fotografi olu birakmaz, duvar gibi de huzursuz etmez. */
.hero-slide.is-on img { animation: hero-zoom 9s ease-out forwards; }
@keyframes hero-zoom { from { transform: scale(1.05); } to { transform: scale(1); } }

.hero--foto .wrap { position: relative; z-index: 3; padding-block: 78px 78px; min-height: 560px; display: flex; align-items: center; }
.hero--foto .hero-grid { width: 100%; }
.hero--foto h1 { color: #fff; }
.hero--foto h1 em { color: #ff8a95; }
.hero--foto .lead { color: #ded2c8; }
.hero--foto .est { color: var(--gold-soft); }
.hero--foto .est::before, .hero--foto .est::after { background: rgba(217,193,154,.5); }
.hero--foto .btn-ghost { color: #fff; border-color: rgba(255,255,255,.42); }
.hero--foto .btn-ghost:hover { background: rgba(255,255,255,.12); border-color: #fff; box-shadow: none; }
.hero--foto .locard { background: rgba(255,255,255,.97); }

@media (max-width: 720px) {
  .hero--foto .wrap { padding-block: 52px 52px; min-height: 470px; }
  /* Mobilde metin tum genisligi kapliyor; yatay degrade sagda metni acikta
     birakiyordu. Burada dikey ve daha esit bir katman gerekiyor. */
  .hero-slider::after {
    background: linear-gradient(180deg, rgba(18,13,11,.60) 0%, rgba(18,13,11,.78) 55%, rgba(18,13,11,.88) 100%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-slide { transition: none; }
  .hero-slide.is-on img { animation: none; }
}

/* ---------- Galeri ---------- */
.gallery { background: var(--white); border-block: 1px solid var(--line); }
.gal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 12px;
}
.gal-item {
  position: relative; display: block; padding: 0; border: 0; cursor: pointer;
  border-radius: 10px; overflow: hidden; background: var(--sand-deep);
  aspect-ratio: 4/3;
  transition: transform .18s ease, box-shadow .18s ease;
}
.gal-item img { width: 100%; height: 100%; object-fit: cover; }
.gal-item:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.gal-item:focus-visible { outline: 3px solid var(--brand); outline-offset: 2px; }
.gal-more { text-align: center; margin-top: 30px; }
.gal-item[hidden] { display: none; }

/* ---------- Lightbox ---------- */
.lb {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(14,10,9,.94);
  display: none; align-items: center; justify-content: center;
}
.lb[open], .lb.acik { display: flex; }
.lb img {
  max-width: 92vw; max-height: 86vh; width: auto; height: auto;
  border-radius: 8px; box-shadow: 0 20px 60px rgba(0,0,0,.6);
}
.lb-btn {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 52px; height: 52px; border-radius: 50%;
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22);
  color: #fff; font-size: 26px; line-height: 1; cursor: pointer;
  display: grid; place-items: center;
}
.lb-btn:hover { background: rgba(255,255,255,.22); }
.lb-prev { inset-inline-start: 22px; }
.lb-next { inset-inline-end: 22px; }
.lb-close { top: 20px; inset-inline-end: 22px; transform: none; }
.lb-say {
  position: absolute; bottom: 20px; inset-inline-start: 50%; transform: translateX(-50%);
  color: #cdbfb4; font-size: 14px; letter-spacing: .04em;
}
[dir="rtl"] .lb-say { transform: translateX(50%); }

@media (max-width: 720px) {
  .gal-grid { grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 8px; }
  .lb-btn { width: 44px; height: 44px; }
  .lb-prev { inset-inline-start: 8px; }
  .lb-next { inset-inline-end: 8px; }
}

/* ---------- Bölüm başlığı ---------- */
section { padding-block: 88px; }
.sec-head { max-width: 640px; margin-bottom: 46px; }
.sec-head h2 { font-size: clamp(28px, 3.4vw, 40px); margin-bottom: 15px; }
.sec-head p { margin: 0; font-size: 18px; }
.sec-head.center { margin-inline: auto; text-align: center; }

/* ---------- Odalar ---------- */
.rooms { background: var(--white); border-block: 1px solid var(--line); }
.room-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }

.room {
  border: 1px solid var(--line); border-radius: var(--r-md);
  overflow: hidden; background: var(--cream);
  display: flex; flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.room:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--gold-soft); }

/* Fotoğraflar 216x202. Sabit oranlı çerçevede tutup hafif ısıtıyoruz;
   böylece düşük çözünürlük göze batmıyor. */
.room-img { position: relative; aspect-ratio: 4/3; overflow: hidden; background: var(--sand-deep); }
.room-img img { width: 100%; height: 100%; object-fit: cover; filter: saturate(1.04) contrast(1.03); }
.room-img::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(28,22,19,0) 55%, rgba(28,22,19,.30) 100%);
}
.room-cap {
  position: absolute; inset-inline-start: 14px; bottom: 12px; z-index: 2;
  color: #fff; font-family: var(--serif); font-size: 18px; text-shadow: 0 1px 6px rgba(0,0,0,.45);
}
.room-body { padding: 20px 22px 24px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.room-body p { margin: 0; font-size: 15px; color: var(--muted); flex: 1; }
.room-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.tag {
  font-size: 12px; font-weight: 600; color: var(--ink-soft);
  background: var(--sand); border-radius: 999px; padding: 4px 11px;
}

/* ---------- Özellikler ---------- */
.feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feat {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md);
  padding: 28px 26px; box-shadow: var(--shadow-sm);
}
.feat .ic {
  width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center;
  background: linear-gradient(145deg, #fbeef0, #f6e2e5); color: var(--brand); margin-bottom: 16px;
}
.feat .ic svg { width: 21px; height: 21px; }
.feat h3 { font-size: 18px; margin-bottom: 7px; }
.feat p { margin: 0; font-size: 15px; color: var(--muted); }

/* ---------- Hakkında ---------- */
.about { background: var(--ink); color: #d8ccc2; }
.about h2 { color: #fff; }
.about .sec-head p { color: #b6a89d; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.about-txt p { font-size: 17px; line-height: 1.85; color: #c9bcb1; }
.about-txt p + p { margin-top: 18px; }
.stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 34px; }
.stat { background: #241c18; border: 1px solid #3a2e27; border-radius: var(--r-md); padding: 22px 20px; }
.stat b { display: block; font-family: var(--serif); font-size: 30px; color: #fff; line-height: 1; }
.stat span { font-size: 13.5px; color: #a4958a; }

.about-visual { border-radius: var(--r-lg); overflow: hidden; border: 1px solid #3a2e27; box-shadow: var(--shadow-lg); }
.about-visual img { width: 100%; height: auto; filter: saturate(1.05); }

/* ---------- İletişim ---------- */
.contact-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 48px; align-items: start; }

.info-list { list-style: none; margin: 0 0 28px; padding: 0; display: grid; gap: 20px; }
.info-list li { display: flex; gap: 15px; align-items: flex-start; }
.info-list .ic {
  width: 40px; height: 40px; flex: none; border-radius: 11px; display: grid; place-items: center;
  background: var(--sand); color: var(--brand);
}
.info-list .ic svg { width: 18px; height: 18px; }
.info-list strong { display: block; font-family: var(--sans); font-size: 12px; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 3px; }
.info-list a, .info-list span { color: var(--ink); text-decoration: none; font-size: 16px; }
.info-list a:hover { color: var(--brand); }

.form-card {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: 34px; box-shadow: var(--shadow-md);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 13px; font-weight: 600; color: var(--ink); margin-bottom: 7px; }
.field input, .field textarea, .field select {
  width: 100%; padding: 12px 14px;
  border: 1px solid var(--line); border-radius: var(--r-sm);
  font-family: var(--sans); font-size: 15.5px; color: var(--ink);
  background: var(--cream); transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none; border-color: var(--brand); background: #fff;
  box-shadow: 0 0 0 3px rgba(179,30,44,.10);
}
.field textarea { resize: vertical; min-height: 104px; }
.form-note { font-size: 13px; color: var(--muted); margin: 14px 0 0; }
.form-msg { margin-top: 16px; padding: 13px 16px; border-radius: var(--r-sm); font-size: 14.5px; display: none; }
.form-msg.ok   { display: block; background: #eaf7ef; color: #1d6b3a; border: 1px solid #bde2cb; }
.form-msg.err  { display: block; background: #fdeced; color: #a1202c; border: 1px solid #f2c3c7; }
/* Honeypot: ekrandan kaçırmak için left:-9999px KULLANMA — RTL'de sayfanın
   çizim alanını 9999px sola genişletir ve düzeni bozar. Standart
   "görsel olarak gizli" deseni tuvali büyütmez. */
.hp {
  position: absolute;
  width: 1px; height: 1px;
  margin: -1px; padding: 0; border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.map-embed {
  margin-top: 30px; border-radius: var(--r-md); overflow: hidden;
  border: 1px solid var(--line); box-shadow: var(--shadow-sm); line-height: 0;
}
.map-embed iframe { width: 100%; height: 300px; border: 0; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: #9d8f85; padding-block: 56px 30px; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 44px; }
.site-footer h4 { color: #fff; font-family: var(--sans); font-size: 12px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; margin-bottom: 16px; }
.site-footer a { color: #b8aaa0; text-decoration: none; }
.site-footer a:hover { color: #fff; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; font-size: 15px; }
.foot-brand img { height: 48px; margin-bottom: 16px; }
.foot-brand p { font-size: 15px; line-height: 1.75; margin: 0; max-width: 32em; }
.foot-bottom {
  margin-top: 42px; padding-top: 22px; border-top: 1px solid #372c26;
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13.5px;
}

/* ---------- Yüzen WhatsApp ---------- */
.wa-float {
  position: fixed; inset-inline-end: 22px; bottom: 22px; z-index: 60;
  width: 56px; height: 56px; border-radius: 50%;
  background: #1faa53; color: #fff; display: grid; place-items: center;
  box-shadow: 0 8px 24px rgba(31,170,83,.4); text-decoration: none;
  transition: transform .18s ease;
}
.wa-float:hover { transform: scale(1.07); }
.wa-float svg { width: 28px; height: 28px; }

/* ---------- RTL (Arapça) ---------- */
/* Telefon/faks/e-posta gibi latin-rakam dizileri RTL akışta ters okunur:
   "0212 518 61 81" -> "81 61 518 0212". Bunları yönsel olarak izole ediyoruz. */
[href^="tel:"], [href^="mailto:"], .ltr, .dist {
  direction: ltr;
  unicode-bidi: isolate;
}
[dir="rtl"] .topbar a, [dir="rtl"] .info-list a { unicode-bidi: isolate; }
[dir="rtl"] .nav a::after { inset-inline-start: 0; }

/* ---------- Duyarlı ---------- */
@media (max-width: 1040px) {
  .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .room-grid { grid-template-columns: repeat(2, 1fr); }
  .feat-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 38px; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  body { font-size: 16px; }
  section { padding-block: 62px; }
  .hero .wrap { padding-block: 60px 56px; }
  .nav { display: none; }
  .burger { display: block; }
  .nav.open {
    display: flex; flex-direction: column; align-items: stretch; gap: 0;
    position: absolute; inset-inline: 0; top: 100%;
    background: var(--cream); border-bottom: 1px solid var(--line);
    padding: 10px 24px 18px; box-shadow: var(--shadow-md);
  }
  .nav.open a { padding: 13px 0; border-top: 1px solid var(--line); }
  .nav.open a:first-child { border-top: 0; }
  .room-grid, .feat-grid, .foot-grid, .form-row, .stats { grid-template-columns: 1fr; }
  .topbar .wrap { justify-content: center; gap: 14px; font-size: 12.5px; }
  .topbar .sep { display: none; }
  .locard { padding: 24px 22px; }

  /* Dar ekranda marka yazısı sıkışıp iki satıra kırılıyordu */
  .site-header .wrap { gap: 12px; min-height: 68px; }
  .brand { gap: 10px; }
  .brand img { height: 34px; padding: 4px 7px; }
  .brand-txt strong { font-size: 17px; white-space: nowrap; }
  .brand-txt span { font-size: 10px; letter-spacing: .14em; white-space: nowrap; }
  .lang a { padding: 5px 7px; font-size: 12px; }
}

@media (max-width: 430px) {
  .brand-txt span { display: none; }   /* çok dar ekranda alt satırı düşür */
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

/* ---------- Restoran ---------- */
.rest-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 150px;
  gap: 14px;
}
.rest-grid figure { margin: 0; border-radius: var(--r-md); overflow: hidden; background: var(--sand-deep); }
.rest-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.rest-grid figure:hover img { transform: scale(1.04); }
/* ilk gorsel 2x2 kaplasin: kahvalti salonu one ciksin */
.rest-buyuk { grid-column: span 2; grid-row: span 2; }

@media (max-width: 900px) {
  .rest-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 130px; }
}
@media (max-width: 560px) {
  .rest-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 110px; }
  .rest-buyuk { grid-column: span 2; grid-row: span 2; }
}

/* ---------- Video ---------- */
.videolar { background: var(--white); border-block: 1px solid var(--line); }
.video-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.video-grid video {
  width: 100%;
  aspect-ratio: 9/16;          /* telefonla cekilmis dikey videolar */
  object-fit: cover;
  background: var(--ink);
  border-radius: var(--r-md);
  box-shadow: var(--shadow-sm);
  display: block;
}
@media (max-width: 900px) { .video-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .video-grid { grid-template-columns: 1fr; } }

/* logo SVG olarak geldi: koyu rozet artik gereksiz */
.brand img { background: none; padding: 0; box-shadow: none; height: 46px; border-radius: 0; }
.foot-brand img { height: 54px; }
@media (max-width: 720px) { .brand img { height: 38px; } }
