/* ==========================================================================
   ELEGANCE CAVE SUITES - MASTER STANDARDIZED STYLESHEET
   ========================================================================== */

img {
  max-width: 100%;
  height: auto;
  display: block;
}

:root {
  --bg-dark: #0e0c0a;
  --bg-darker: #070605;
  --bg-section-mid: #151210;
  --bg-card: #1c1815;
  --bg-card-hover: #26201b;
  --gold-primary: #c5a059;
  --gold-light: #ecdcb9;
  --gold-dark: #917135;
  --gold-gradient: linear-gradient(135deg, #ebdcb9 0%, #c5a059 50%, #917135 100%);
  --text-pure: #ffffff;
  --text-creme: #f5f1ea;
  --text-muted: #9e958a;
  --border-gold: rgba(197, 160, 89, 0.24);
  --border-subtle: rgba(255, 255, 255, 0.06);
  --font-serif: 'Cinzel', 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --shadow-lux: 0 16px 40px rgba(0, 0, 0, 0.75);
  --transition: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  width: 100%; min-height: 100vh; overflow-x: hidden !important;
  background-color: var(--bg-dark); color: var(--text-creme); font-family: var(--font-sans);
  line-height: 1.65; -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-family: var(--font-serif); letter-spacing: 0.04em; font-weight: 600; }
.gold-gradient-text { background: var(--gold-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; display: inline-block; }
.section-badge { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.22em; color: var(--gold-primary); text-transform: uppercase; margin-bottom: 0.5rem; }
.section-badge::before, .section-badge::after { content: ''; display: inline-block; width: 20px; height: 1px; background: var(--gold-primary); opacity: 0.7; }

/* ==========================================================================
   NAVBAR, MOBİL ÇEKMECE & İLETİŞİM ALANI
   ========================================================================== */
header.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(14, 12, 10, 0.92); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--border-gold); padding-top: env(safe-area-inset-top, 0);
}
.nav-inner { max-width: 1380px; margin: 0 auto; padding: 0.65rem 1.5rem; display: flex; justify-content: space-between; align-items: center; }
.brand-wrapper { display: flex; align-items: center; gap: 0.85rem; text-decoration: none; min-width: 0; flex-shrink: 0; z-index: 2; }
.brand-logo-img { width: 52px; height: 52px; border-radius: 50%; border: 1.5px solid var(--gold-primary); background: #ffffff; padding: 2px; object-fit: cover; }
.brand-text .logo-title { font-family: var(--font-serif); font-size: 1.35rem; font-weight: 700; letter-spacing: 0.12em; color: var(--gold-primary); line-height: 1; display: block; white-space: nowrap; }
.brand-text .logo-subtitle { font-size: 0.5rem; letter-spacing: 0.22em; color: var(--text-muted); text-transform: uppercase; margin-top: 3px; display: block; white-space: nowrap; }

.nav-links { display: flex; align-items: center; gap: 1.6rem; }
.nav-links a { color: var(--text-creme); text-decoration: none; font-size: 0.8rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; transition: var(--transition); white-space: nowrap; }
.nav-links a:hover, .nav-links a.active { color: var(--gold-primary); }

.header-actions-wrap { display: flex; align-items: center; gap: 0.6rem; }
.nav-instagram-btn { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; background: var(--bg-card); border: 1px solid var(--border-gold); border-radius: 4px; color: var(--gold-light); text-decoration: none; transition: var(--transition); }
.nav-instagram-btn:hover { background: var(--bg-card-hover); color: #fff; transform: translateY(-2px); }

/* Dil Dropdown */
.lang-dropdown-wrapper { position: relative; }
.lang-dropdown-btn { display: flex; align-items: center; gap: 0.45rem; background: var(--bg-card); border: 1px solid var(--border-gold); color: var(--gold-light); padding: 0.38rem 0.75rem; border-radius: 4px; font-size: 0.78rem; font-weight: 700; cursor: pointer; height: 36px; }
.lang-dropdown-menu { position: absolute; top: calc(100% + 8px); right: 0; width: 180px; background: rgba(18, 15, 13, 0.98); backdrop-filter: blur(16px); border: 1px solid var(--border-gold); border-radius: 6px; box-shadow: 0 15px 35px rgba(0,0,0,0.85); padding: 0.4rem 0; display: none; flex-direction: column; z-index: 1001; }
.lang-dropdown-wrapper.active .lang-dropdown-menu { display: flex; }
.lang-dropdown-item { display: flex; align-items: center; gap: 0.6rem; padding: 0.5rem 0.85rem; color: var(--text-creme); text-decoration: none; font-size: 0.8rem; }
.lang-dropdown-item:hover, .lang-dropdown-item.active { background: rgba(197, 160, 89, 0.15); color: var(--gold-primary); }

/* Hamburger Buton & Opak Çekmece */
.mobile-nav-toggle { display: none; flex-direction: column; justify-content: center; align-items: center; gap: 5px; width: 38px; height: 38px; background: var(--bg-card); border: 1px solid var(--border-gold); border-radius: 4px; cursor: pointer; padding: 0; }
.hamburger-bar { width: 20px; height: 2px; background-color: var(--gold-light); border-radius: 2px; }
.mobile-nav-backdrop { position: fixed; inset: 0; background: rgba(0,0,0,0.85); z-index: 10001; opacity: 0; visibility: hidden; transition: opacity 0.35s ease, visibility 0.35s ease; }
.mobile-nav-backdrop.active { opacity: 1; visibility: visible; }
.mobile-nav-drawer { position: fixed; top: 0; right: -320px; width: 310px; max-width: 88vw; height: 100%; height: 100dvh; background: #110e0c !important; border-left: 1.5px solid var(--border-gold); box-shadow: -15px 0 45px rgba(0,0,0,0.95); z-index: 10002; display: flex; flex-direction: column; justify-content: space-between; padding: 1.2rem 1.4rem; transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1); }
.mobile-nav-drawer.active { transform: translateX(-320px); }
.mobile-nav-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 1.1rem; border-bottom: 1px solid var(--border-gold); }
.mobile-nav-brand-title { font-family: var(--font-serif); font-size: 1.1rem; font-weight: 700; color: var(--gold-primary); }
.mobile-nav-close { background: none; border: none; font-size: 2rem; color: var(--text-muted); cursor: pointer; }

.mobile-nav-links-wrap { display: flex; flex-direction: column; gap: 0.5rem; margin: 1.2rem 0; flex: 1; }
.mobile-nav-link { display: flex; align-items: center; justify-content: space-between; padding: 0.8rem 1rem; background: #191512; border: 1px solid var(--border-subtle); border-radius: 6px; color: var(--text-creme); text-decoration: none; font-size: 0.86rem; font-weight: 600; text-transform: uppercase; }
.mobile-nav-link.highlight { background: rgba(197, 160, 89, 0.15); border-color: var(--gold-primary); color: var(--gold-light); }

/* Hamburger Menü İletişim Bilgileri (Düzeltilen Bölüm) */
.mobile-nav-footer {
  padding-top: 1rem;
  border-top: 1px solid var(--border-gold);
  display: flex;
  flex-direction: column;
  gap: 0.5rem !important;
}
.mobile-nav-social-ids {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.mobile-nav-social-ids .messenger-id-pill {
  width: fit-content;
}
.mobile-nav-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.8rem;
  color: var(--text-muted);
  line-height: 1.45;
}
.mobile-nav-contact-item .icon {
  font-size: 0.95rem;
}
.mobile-nav-contact-item a {
  color: var(--gold-light);
  text-decoration: none;
  font-weight: 600;
}
.mobile-nav-contact-item p {
  margin: 0;
}

/* ==========================================================================
   GENEL BUTONLAR
   ========================================================================== */
.btn-gold { display: inline-flex; align-items: center; justify-content: center; background: var(--gold-gradient); color: #100e0c !important; font-weight: 700; font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; height: 46px; padding: 0 1.6rem; text-decoration: none; border-radius: 4px; cursor: pointer; border: none; transition: var(--transition); }
.btn-gold:hover { transform: translateY(-2px); background: #ffffff; color: #000 !important; }
.btn-outline-gold { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; background: rgba(255, 255, 255, 0.03); color: var(--gold-light) !important; font-weight: 600; font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; height: 46px; padding: 0 1.5rem; text-decoration: none; border-radius: 4px; border: 1.5px solid var(--border-gold); transition: var(--transition); }
.btn-outline-gold:hover { border-color: var(--gold-primary); background: rgba(197, 160, 89, 0.15); color: #fff !important; }

/* ==========================================================================
   ANA SAYFA (INDEX.PHP)
   ========================================================================== */
.hero-section {
  position: relative; width: 100%; height: 100vh; height: 100dvh; min-height: 560px;
  display: flex; align-items: center; justify-content: center; text-align: center;
  padding: 85px 1.5rem 4rem 1.5rem;
  background-image: linear-gradient(180deg, rgba(14,12,10,0.35) 0%, rgba(14,12,10,0.55) 60%, rgba(14,12,10,0.92) 100%),
                    url('../images/hero.webp');
  background-position: center top; background-repeat: no-repeat; background-size: cover; overflow: hidden;
}
.hero-content { max-width: 860px; z-index: 2; display: flex; flex-direction: column; align-items: center; }
.hero-emblem-wrap { width: 190px; height: 190px; margin: 0 auto 1.1rem auto; border-radius: 50%; border: 2.5px solid var(--gold-primary); background: #ffffff; padding: 3px; box-shadow: 0 0 35px rgba(197, 160, 89, 0.4); display: flex; align-items: center; justify-content: center; }
.hero-emblem-wrap img { width: 100%; height: 100%; object-fit: contain; }
.hero-tagline { font-size: 0.8rem; letter-spacing: 0.22em; color: var(--gold-primary); margin-bottom: 0.4rem; font-weight: 600; }
.hero-title { font-size: clamp(2.3rem, 5.2vw, 4.2rem); line-height: 1.12; margin-bottom: 0.85rem; color: #ffffff; }
.hero-desc { font-size: 0.94rem; color: var(--text-creme); max-width: 720px; margin: 0 auto 1.6rem auto; font-weight: 300; line-height: 1.65; }
.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; }
.hero-blend-curtain { position: absolute; bottom: 0; left: 0; width: 100%; height: 110px; background: linear-gradient(to bottom, rgba(14,12,10,0) 0%, var(--bg-section-mid) 100%); pointer-events: none; z-index: 1; }

.privileges-section { position: relative; background: linear-gradient(180deg, var(--bg-section-mid) 0%, var(--bg-dark) 100%); padding: 4.5rem 1.5rem 5rem 1.5rem; border-bottom: 1px solid var(--border-subtle); }
.privileges-container { max-width: 1380px; margin: 0 auto; }
.privileges-header { text-align: center; margin-bottom: 3.2rem; }
.privileges-header h2 { font-size: clamp(2rem, 3.6vw, 2.7rem); color: #ffffff; margin-top: 0.35rem; }
.privileges-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.privilege-card { background: rgba(26, 22, 19, 0.7); backdrop-filter: blur(10px); border: 1px solid var(--border-gold); border-radius: 8px; overflow: hidden; display: flex; flex-direction: column; box-shadow: var(--shadow-lux); text-decoration: none; color: inherit; transition: var(--transition); }
.privilege-card:hover { transform: translateY(-6px); border-color: var(--gold-primary); background: var(--bg-card-hover); box-shadow: 0 20px 45px rgba(0, 0, 0, 0.9), 0 0 20px rgba(197, 160, 89, 0.2); }
.privilege-thumb { position: relative; width: 100%; height: 190px; overflow: hidden; }
.privilege-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1); }
.privilege-card:hover .privilege-thumb img { transform: scale(1.08); }
.privilege-badge-tag { position: absolute; top: 12px; right: 12px; z-index: 2; background: rgba(14, 12, 10, 0.88); backdrop-filter: blur(6px); color: var(--gold-light); border: 1px solid var(--border-gold); font-size: 0.62rem; font-weight: 700; letter-spacing: 0.12em; padding: 0.25rem 0.65rem; border-radius: 4px; text-transform: uppercase; }
.privilege-body { padding: 1.4rem 1.25rem; display: flex; flex-direction: column; justify-content: space-between; flex: 1; text-align: center; }
.privilege-card-title { font-family: var(--font-serif); font-size: 1.25rem; font-weight: 600; color: #ffffff; margin-bottom: 0.5rem; }
.privilege-desc-text { font-size: 0.84rem; color: var(--text-muted); line-height: 1.55; margin-bottom: 1.3rem; font-weight: 300; }
.privilege-btn-pill { align-self: center; display: inline-flex; align-items: center; justify-content: center; background: rgba(197, 160, 89, 0.08); border: 1px solid var(--border-gold); color: var(--gold-light); border-radius: 99px; padding: 0.4rem 1.3rem; font-size: 0.7rem; font-weight: 700; text-transform: uppercase; transition: var(--transition); }
.privilege-card:hover .privilege-btn-pill { background: var(--gold-gradient); color: #100e0c; border-color: transparent; }

.about-visuals-section { position: relative; background: radial-gradient(circle at 50% 0%, rgba(21,18,16,0.6) 0%, var(--bg-dark) 70%); padding: 5rem 1.5rem 6rem 1.5rem; border-bottom: 1px solid var(--border-subtle); }
.about-visuals-container { max-width: 1380px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.08fr; gap: 4rem; align-items: stretch; }
.about-col-info { display: flex; flex-direction: column; justify-content: space-between; height: 100%; }
.about-main-title { font-size: clamp(2rem, 3.4vw, 2.9rem); line-height: 1.15; margin-bottom: 1.1rem; color: var(--text-pure); }
.about-story-text { font-size: 0.92rem; color: var(--text-creme); margin-bottom: 0.95rem; font-weight: 300; line-height: 1.75; }
.about-story-text.accent { color: var(--text-muted); }

.contact-action-hub { display: flex; flex-direction: column; gap: 0.85rem; width: 100%; margin-top: 1.4rem; }
.primary-actions { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.85rem; width: 100%; }
.messenger-action-wrap { width: 100%; margin-top: 0.85rem; }

.btn-vr-tour { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; background: rgba(197, 160, 89, 0.12); color: var(--gold-light) !important; font-weight: 700; font-size: 0.8rem; letter-spacing: 0.08em; text-transform: uppercase; height: 46px; padding: 0 1.2rem; text-decoration: none; border-radius: 4px; border: 1.5px solid var(--gold-primary); box-shadow: 0 4px 15px rgba(197, 160, 89, 0.2); transition: var(--transition); white-space: nowrap; }
.btn-vr-tour:hover { background: var(--gold-primary); color: #100e0c !important; transform: translateY(-2px); }

.btn-wechat-direct, .btn-line-direct { width: 100%; display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; height: 46px; border-radius: 4px; font-weight: 700; font-size: 0.8rem; cursor: pointer; transition: var(--transition); }
.btn-wechat-direct { background: rgba(7, 193, 96, 0.15); border: 1.5px solid rgba(7, 193, 96, 0.45); color: #07c160; }
.btn-wechat-direct:hover { background: #07c160; color: #fff; }
.btn-line-direct { background: rgba(6, 199, 85, 0.15); border: 1.5px solid rgba(6, 199, 85, 0.45); color: #06c755; }
.btn-line-direct:hover { background: #06c755; color: #fff; }

.visuals-col-media { display: flex; flex-direction: column; justify-content: space-between; height: 100%; }
.visuals-header { margin-bottom: 1.1rem; }
.visuals-header h3 { font-size: clamp(1.9rem, 3.2vw, 2.7rem); line-height: 1.15; color: var(--text-pure); margin-bottom: 0.3rem; }
.visuals-header p { font-size: 0.86rem; color: var(--text-muted); line-height: 1.5; }

.video-tiles-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem !important; }
.video-tile-card { position: relative; height: 185px; background: var(--bg-card); border: 1px solid var(--border-gold); border-radius: 6px; overflow: hidden; cursor: pointer; box-shadow: var(--shadow-lux); transition: var(--transition); }
.video-tile-card:hover { transform: translateY(-4px) scale(1.02); border-color: var(--gold-light); }
.video-tile-card img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.85); transition: transform 0.6s ease; }
.video-tile-card:hover img { transform: scale(1.08); filter: brightness(0.95); }
.video-overlay-gradient { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(14,12,10,0.9) 100%); }
.play-btn-pulse { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 46px; height: 46px; background: rgba(14, 12, 10, 0.75); border: 2px solid var(--gold-primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--gold-light); font-size: 1rem; backdrop-filter: blur(4px); transition: var(--transition); z-index: 2; }
.video-tile-card:hover .play-btn-pulse, .oh-clickable-card:hover .play-btn-pulse { background: var(--gold-primary); color: #000; transform: translate(-50%, -50%) scale(1.1); box-shadow: 0 0 20px rgba(197, 160, 89, 0.7); }
.video-tile-info { position: absolute; bottom: 0; left: 0; right: 0; padding: 0.8rem; z-index: 3; pointer-events: none; }
.video-tag { font-size: 0.6rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-primary); display: block; margin-bottom: 0.15rem; }
.video-title-label { font-family: var(--font-serif); font-size: 0.92rem; font-weight: 600; color: #ffffff; line-height: 1.2; }

/* ==========================================================================
   OTELİMİZ (OUR HOTEL) SAYFASI
   ========================================================================== */
.oh-unified-hero-section {
  position: relative;
  background: radial-gradient(circle at 50% 0%, rgba(197, 160, 89, 0.1) 0%, var(--bg-dark) 75%);
  padding: 110px 1.5rem 4rem 1.5rem;
  border-bottom: 1px solid var(--border-subtle);
}
.oh-unified-container {
  max-width: 1380px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 3.5rem;
  align-items: stretch;
}
.oh-hero-info-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.oh-hero-title {
  font-size: clamp(2rem, 3.8vw, 3rem);
  line-height: 1.15;
  color: #ffffff;
  margin: 0.6rem 0 1.4rem 0;
}
.oh-lead-notice {
  background: rgba(197, 160, 89, 0.08);
  border: 1px solid var(--border-gold);
  border-left: 3px solid var(--gold-primary);
  border-radius: 6px;
  padding: 1.2rem 1.4rem;
  margin-bottom: 1.1rem;
}
.oh-lead-notice p {
  font-size: 0.94rem;
  color: var(--text-creme);
  line-height: 1.7;
}
.oh-sub-lead {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 1.6rem;
  font-weight: 300;
}
.oh-action-group {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-wrap: wrap;
}
.btn-vr-hero {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: var(--gold-gradient); color: #100e0c !important;
  font-size: 0.8rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  height: 44px; padding: 0 1.4rem; border-radius: 4px; text-decoration: none;
  box-shadow: 0 4px 15px rgba(197, 160, 89, 0.35); transition: var(--transition);
}
.btn-vr-hero:hover { background: #ffffff; color: #000 !important; transform: translateY(-2px); }
.btn-gold-compact {
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(255, 255, 255, 0.04); border: 1.5px solid var(--border-gold);
  color: var(--gold-light) !important; font-size: 0.8rem; font-weight: 600; text-transform: uppercase;
  height: 44px; padding: 0 1.3rem; border-radius: 4px; text-decoration: none; transition: var(--transition);
}
.btn-gold-compact:hover { background: var(--gold-primary); color: #100e0c !important; border-color: transparent; }
.btn-outline-compact {
  display: inline-flex; align-items: center; justify-content: center;
  background: transparent; border: 1px dashed rgba(197, 160, 89, 0.4);
  color: var(--text-muted) !important; font-size: 0.78rem; font-weight: 600; text-transform: uppercase;
  height: 44px; padding: 0 1.1rem; border-radius: 4px; text-decoration: none; transition: var(--transition);
}
.btn-outline-compact:hover { border-color: var(--gold-primary); color: var(--gold-light) !important; border-style: solid; }

.oh-hero-media-col { display: flex; height: 100%; }
.oh-unified-media-frame {
  position: relative; width: 100%; min-height: 400px;
  border-radius: 10px; overflow: hidden; border: 1.5px solid var(--border-gold); box-shadow: var(--shadow-lux);
}
.oh-unified-media-frame img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.oh-unified-media-frame:hover img { transform: scale(1.04); }
.oh-unified-badge {
  position: absolute; bottom: 20px; right: 20px;
  background: rgba(14, 12, 10, 0.92); border: 1px solid var(--border-gold);
  border-radius: 6px; padding: 0.75rem 1.1rem; display: flex; align-items: center; gap: 0.85rem; backdrop-filter: blur(8px);
}
.oh-unified-badge .badge-number { font-family: var(--font-serif); font-size: 2.2rem; font-weight: 700; color: var(--gold-primary); line-height: 1; }
.oh-unified-badge .badge-text strong { font-size: 0.76rem; color: #ffffff; display: block; text-transform: uppercase; }
.oh-unified-badge .badge-text span { font-size: 0.65rem; color: var(--gold-light); text-transform: uppercase; }

.oh-videos-grid-section {
  padding: 5rem 1.5rem 6rem 1.5rem;
  background: linear-gradient(180deg, var(--bg-section-mid) 0%, var(--bg-dark) 100%);
  border-bottom: 1px solid var(--border-subtle);
}
.oh-videos-container { max-width: 1380px; margin: 0 auto; }
.oh-9videos-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.8rem; margin-top: 2.5rem;
}
.oh-clickable-card {
  background: rgba(26, 22, 19, 0.85); border: 1px solid var(--border-gold); border-radius: 8px;
  overflow: hidden; box-shadow: var(--shadow-lux); display: flex; flex-direction: column;
  cursor: pointer; transition: var(--transition);
}
.oh-clickable-card:hover { transform: translateY(-6px); border-color: var(--gold-primary); box-shadow: 0 20px 45px rgba(0, 0, 0, 0.95); }
.oh-card-poster { position: relative; width: 100%; height: 220px; overflow: hidden; background: #000; }
.oh-card-poster img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.oh-clickable-card:hover .oh-card-poster img { transform: scale(1.08); }
.oh-card-content { padding: 1.4rem; display: flex; flex-direction: column; flex: 1; justify-content: space-between; }
.oh-video-title { font-family: var(--font-serif); font-size: 1.25rem; color: #ffffff; margin-bottom: 0.6rem; line-height: 1.3; }
.oh-video-desc { font-size: 0.88rem; color: var(--text-muted); line-height: 1.65; margin-bottom: 1.4rem; font-weight: 300; }
.video-text-link { display: inline-flex; align-items: center; gap: 0.45rem; color: var(--gold-primary); font-size: 0.82rem; font-weight: 700; text-transform: uppercase; margin-top: auto; transition: var(--transition); }
.oh-clickable-card:hover .video-text-link { color: #ffffff; transform: translateX(4px); }

.oh-facts-section { padding: 4.5rem 1.5rem 5rem 1.5rem; background: var(--bg-dark); }
.oh-facts-container { max-width: 1100px; margin: 0 auto; }
.oh-facts-box {
  display: flex; justify-content: space-around; align-items: center;
  background: rgba(26, 22, 19, 0.85); border: 1.5px solid var(--border-gold);
  border-radius: 8px; padding: 1.8rem 1.5rem;
}
.fact-item { display: flex; flex-direction: column; align-items: center; text-align: center; }
.fact-icon { font-size: 1.8rem; margin-bottom: 0.35rem; }
.fact-title { font-size: 0.75rem; color: var(--gold-primary); text-transform: uppercase; font-weight: 700; }
.fact-val { font-size: 0.9rem; color: #ffffff; font-weight: 600; margin-top: 0.2rem; }
.fact-divider { width: 1px; height: 50px; background: var(--border-gold); opacity: 0.4; }
.oh-cta-wrap { text-align: center; margin-top: 3.5rem; }
.oh-cta-heading { font-family: var(--font-serif); font-size: clamp(1.8rem, 3vw, 2.4rem); color: #ffffff; margin-bottom: 1.5rem; }

/* ==========================================================================
   FOOTER & FLOATING AKSİYONLAR
   ========================================================================== */
footer.site-footer {
  background: var(--bg-darker);
  border-top: 1px solid var(--border-gold);
  padding: 4.5rem 1.5rem calc(2rem + env(safe-area-inset-bottom, 0)) 1.5rem;
}
.footer-inner {
  max-width: 1380px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; align-items: stretch;
}
.footer-col-flex { display: flex; flex-direction: column; justify-content: space-between; height: 100%; }
.footer-col h4 { color: var(--gold-primary); font-size: 1.22rem; margin-bottom: 0.9rem; font-family: var(--font-serif); }
.footer-col p { font-size: 0.86rem; color: var(--text-muted); line-height: 1.7; }

.footer-stay-hours {
  display: inline-flex; align-items: center; gap: 0.5rem; margin-top: 1.2rem;
  padding: 0.45rem 0.85rem; background: rgba(197, 160, 89, 0.08);
  border: 1px solid var(--border-gold); border-radius: 4px; width: fit-content;
}
.stay-hours-icon { font-size: 0.95rem; }
.stay-hours-text { font-size: 0.82rem; color: var(--gold-light); }
.stay-hours-text strong { color: #ffffff; }

.footer-directions-btn {
  display: inline-flex; align-items: center; gap: 0.45rem; font-size: 0.82rem; font-weight: 600;
  color: var(--gold-light); text-decoration: none; border-bottom: 1px dashed var(--gold-primary);
  padding-bottom: 2px; transition: var(--transition);
}
.footer-directions-btn:hover { color: #ffffff; border-bottom-style: solid; transform: translateX(2px); }
.footer-contact-bottom { margin-top: 1.2rem; }
.footer-social-ids { display: flex; flex-direction: column; gap: 0.5rem; }

/* Ortak Messenger Rozetleri (Footer & Hamburger Menü Ortak) */
.messenger-id-pill {
  font-size: 0.8rem; color: var(--text-creme); display: inline-flex; align-items: center;
  gap: 0.5rem; text-decoration: none; background: none; border: none; padding: 0; cursor: pointer; width: fit-content;
}
.messenger-id-pill strong { color: var(--gold-light); font-weight: 600; }
.id-badge { font-size: 0.7rem; font-weight: 700; padding: 0.2rem 0.5rem; border-radius: 4px; line-height: 1; }
.id-whatsapp { background: rgba(37, 211, 102, 0.16); color: #25D366; border: 1px solid rgba(37, 211, 102, 0.4); }
.id-wechat { background: rgba(7, 193, 96, 0.16); color: #07c160; border: 1px solid rgba(7, 193, 96, 0.4); }
.id-line { background: rgba(6, 199, 85, 0.16); color: #06c755; border: 1px solid rgba(6, 199, 85, 0.4); }

.btn-instagram-footer {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #fff !important; font-weight: 700; text-decoration: none; border-radius: 4px;
  height: 44px; padding: 0 1.6rem; font-size: 0.82rem; letter-spacing: 0.08em; text-transform: uppercase;
  box-shadow: 0 6px 20px rgba(220, 39, 67, 0.35); transition: var(--transition); width: fit-content;
}

.footer-bottom-bar { margin-top: 2.2rem; padding-top: 1.4rem; border-top: 1px solid rgba(197, 160, 89, 0.2); }
.footer-bottom-inner { max-width: 1380px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-copyright-text { font-size: 0.82rem; color: var(--text-muted); }
.footer-bottom-links { display: flex; align-items: center; gap: 0.85rem; }
.footer-sub-link { font-size: 0.82rem; color: var(--text-creme); text-decoration: underline; text-underline-offset: 3px; transition: color 0.2s ease; }
.footer-sub-link:hover { color: var(--gold-primary); }
.sub-link-divider { color: rgba(255, 255, 255, 0.2); font-size: 0.75rem; }

.floating-contact-stack {
  position: fixed; bottom: calc(24px + env(safe-area-inset-bottom, 0)); right: 24px;
  z-index: 9999; display: flex; flex-direction: column; gap: 12px; align-items: center;
}
.float-btn { width: 52px; height: 52px; border-radius: 50%; display: flex; align-items: center; justify-content: center; text-decoration: none; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6); transition: var(--transition); }
.float-btn:hover { transform: scale(1.1) translateY(-3px); }
.float-call-btn { background: var(--bg-card); border: 1.5px solid var(--gold-primary); color: var(--gold-light); }
.float-whatsapp-btn { background: #25D366; border: 1px solid #1eb954; }

/* ==========================================================================
   UNIFIED QR MODALS
   ========================================================================== */
.qr-modal-overlay {
  position: fixed; inset: 0; z-index: 100005; background: rgba(5, 5, 5, 0.92);
  backdrop-filter: blur(16px); display: flex; align-items: center; justify-content: center;
  padding: 1.2rem; opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s ease;
}
.qr-modal-overlay.active { opacity: 1; visibility: visible; }
.qr-modal-box {
  position: relative; width: 100%; max-width: 340px; background: var(--bg-card);
  border: 1.5px solid var(--border-gold); border-radius: 12px; padding: 1.8rem 1.4rem;
  box-shadow: 0 25px 50px rgba(0,0,0,0.9); text-align: center;
}
.qr-modal-close {
  position: absolute; top: 10px; right: 12px; background: none; border: none; 
  font-size: 1.8rem; color: var(--text-muted); cursor: pointer; transition: color 0.3s ease;
}
.qr-modal-close:hover { color: #fff; }
.qr-modal-header { display: flex; align-items: center; justify-content: center; gap: 0.8rem; margin-bottom: 1.2rem; text-align: left; }
.qr-badge-icon { width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; }
.qr-badge-icon svg { width: 22px; height: 22px; }
.qr-img-wrapper { background: #ffffff; padding: 0.7rem; border-radius: 8px; display: inline-block; margin-bottom: 1rem; }
.qr-img-wrapper img { width: 190px; height: 190px; display: block; object-fit: contain; }
.qr-modal-footer-note { font-size: 0.85rem; color: var(--text-creme); }
.qr-modal-footer-note strong { color: var(--gold-primary); font-size: 0.9rem; }

/* ==========================================================================
   RESTORED VIDEO LIGHTBOX MODAL (Hatayı Düzelten Blok)
   ========================================================================== */
.video-lightbox-modal {
  display: none !important; position: fixed !important; inset: 0 !important;
  z-index: 100005 !important; background: rgba(5, 5, 5, 0.95) !important;
  backdrop-filter: blur(16px); align-items: center; justify-content: center;
  padding: 1.2rem; opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s ease;
  cursor: pointer;
}
.video-lightbox-modal.active { display: flex !important; opacity: 1 !important; visibility: visible !important; }
.modal-dialog-wrap { 
  position: relative !important; width: 100%; max-width: 420px; background: #000; 
  border: 1.5px solid var(--border-gold); border-radius: 12px; overflow: hidden; 
  cursor: default;
}
.modal-close-btn { 
  position: absolute; top: 12px !important; right: 14px !important; z-index: 100010 !important; 
  font-size: 2.2rem !important; width: 42px !important; height: 42px !important; 
  display: flex !important; align-items: center !important; justify-content: center !important; 
  background: rgba(14, 12, 10, 0.75) !important; border: 1px solid var(--border-gold) !important; 
  border-radius: 50% !important; color: #ffffff !important; cursor: pointer !important; 
  transition: var(--transition) !important;
}
.modal-close-btn:hover { background: var(--gold-primary) !important; color: #000000 !important; }
.modal-video-aspect { position: relative; width: 100%; aspect-ratio: 9 / 16; background: #000; }
.modal-video-aspect video { width: 100%; height: 100%; object-fit: cover; }
.modal-meta-bar { display: flex; justify-content: space-between; align-items: center; padding: 0.85rem 1.2rem; background: var(--bg-card); border-top: 1px solid var(--border-subtle); }
.modal-video-title { font-family: var(--font-serif); font-size: 1rem; color: var(--gold-light); }

/* ==========================================================================
   RESPONSIVE (TÜM SİTE)
   ========================================================================== */
@media (max-width: 1180px) {
  .nav-links { display: none !important; }
  .mobile-nav-toggle { display: flex !important; }
  .privileges-grid { grid-template-columns: repeat(2, 1fr); }
  .about-visuals-container { grid-template-columns: 1fr; gap: 3.5rem; }
  .oh-unified-container { grid-template-columns: 1fr; gap: 2.5rem; }
  .oh-unified-media-frame { min-height: 320px; }
  .oh-9videos-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr; gap: 2rem; }
}

@media (max-width: 768px) {
  .brand-logo-img { width: 44px; height: 44px; }
  .brand-text .logo-title { font-size: 1.15rem; }
  .hero-section { min-height: 520px; padding: 85px 1.2rem 3rem 1.2rem; }
  .hero-title { font-size: 2.15rem; }
  .hero-emblem-wrap { width: 148px; height: 148px; }
  .privileges-grid { grid-template-columns: 1fr; gap: 1rem; }
  .primary-actions { grid-template-columns: 1fr; }
  .video-tiles-grid { grid-template-columns: 1fr; }
  .oh-9videos-grid { grid-template-columns: 1fr; }
  .oh-facts-box { flex-direction: column; gap: 1.4rem; padding: 1.5rem; }
  .fact-divider { width: 60px; height: 1px; }
  .footer-bottom-inner { flex-direction: column; text-align: center; gap: 0.5rem !important; }
  .footer-bottom-links { flex-wrap: wrap; justify-content: center; }
  .floating-contact-stack { bottom: calc(18px + env(safe-area-inset-bottom, 0)); right: 18px; gap: 10px; }
  .float-btn { width: 48px; height: 48px; }
  .oh-unified-hero-section { padding-top: 90px; }
}


/* ==========================================================================
   AKTİVİTELER SAYFASI EK STİLLERİ
   ========================================================================== */
.activity-tour-card .oh-card-poster .oh-video-tag-pill {
  background: rgba(14, 12, 10, 0.95);
  border: 1px solid var(--border-gold);
  color: var(--gold-light);
}

.activity-tour-card:hover .video-text-link {
  color: #ffffff;
  transform: translateX(4px);
}










/* ==========================================================================
   REZERVASYON: KOMPAKT VE DOĞAL SİMETRİK DÜZEN
   ========================================================================== */
.reservation-form-section {
  padding: 4rem 1.5rem 5.5rem 1.5rem;
  background: linear-gradient(180deg, var(--bg-section-mid) 0%, var(--bg-dark) 100%);
  border-bottom: 1px solid var(--border-subtle);
}

.reservation-layout-container {
  max-width: 1380px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.18fr 1fr;
  gap: 2.2rem;
  align-items: stretch;
}

/* Sol Sütun: Form Kutusu */
.reservation-card-box {
  background: rgba(26, 22, 19, 0.85);
  border: 1.5px solid var(--border-gold);
  border-radius: 12px;
  padding: 2.2rem 2.2rem 2rem 2.2rem;
  box-shadow: var(--shadow-lux);
  backdrop-filter: blur(12px);
  display: flex;
  flex-direction: column;
}

.reservation-card-header {
  text-align: left;
  margin-bottom: 1.5rem;
}

.reservation-card-header h2 {
  font-size: clamp(1.7rem, 2.5vw, 2.1rem);
  color: #ffffff;
  margin-top: 0.25rem;
}

.hotel-inquiry-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.15rem;
  flex: 1;
}

.form-field-group {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.form-field-full {
  grid-column: 1 / -1;
}

.form-field-group label {
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--gold-light);
  text-transform: uppercase;
}

.form-field-group input,
.form-field-group select,
.form-field-group textarea {
  width: 100%;
  background: rgba(14, 12, 10, 0.85);
  border: 1px solid var(--border-gold);
  border-radius: 6px;
  padding: 0.65rem 0.9rem;
  font-size: 0.88rem;
  color: #ffffff;
  font-family: var(--font-sans);
  outline: none;
  transition: var(--transition);
}

.form-field-group textarea {
  resize: vertical;
  min-height: 80px;
}

.form-field-group input:focus,
.form-field-group select:focus,
.form-field-group textarea:focus {
  border-color: var(--gold-primary);
  background: rgba(26, 22, 19, 0.95);
  box-shadow: 0 0 10px rgba(197, 160, 89, 0.25);
}

.form-field-group input::placeholder,
.form-field-group textarea::placeholder {
  color: #6d665e;
}

.form-submit-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: 0.5rem;
  gap: 0.65rem;
  text-align: center;
}

.btn-whatsapp-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  background: #25D366;
  color: #ffffff;
  border: none;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  height: 48px;
  padding: 0 1.5rem;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35);
  transition: var(--transition);
  width: 100%;
}

.btn-whatsapp-submit:hover {
  background: #1eb954;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.5);
}

.btn-whatsapp-submit .wa-icon {
  font-size: 1.25rem;
}

.form-guarantee-note {
  font-size: 0.76rem;
  color: var(--text-muted);
  line-height: 1.45;
}

/* Sağ Sütun: Kompakt Yan Panel */
.reservation-sidebar-panel {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  height: 100%;
}

.res-guide-card {
  background: rgba(26, 22, 19, 0.8);
  border: 1px solid var(--border-gold);
  border-radius: 10px;
  padding: 1.25rem 1.4rem;
  box-shadow: var(--shadow-lux);
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

.res-guide-card.highlight-card {
  border-left: 3px solid var(--gold-primary);
  background: radial-gradient(circle at 100% 0%, rgba(197, 160, 89, 0.12) 0%, rgba(26, 22, 19, 0.85) 75%);
}

.guide-badge {
  font-size: 0.65rem;
  color: var(--gold-primary);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.25rem;
}

.res-guide-card h3 {
  font-size: 1.15rem;
  color: #ffffff;
  margin-bottom: 0.45rem;
  font-family: var(--font-serif);
}

.res-guide-card p {
  font-size: 0.82rem;
  color: var(--text-creme);
  line-height: 1.55;
  font-weight: 300;
  margin: 0;
}

.res-privileges-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem !important;
}

.res-privileges-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem !important;
}

.res-privileges-list .list-icon {
  font-size: 1.15rem;
  line-height: 1;
  padding-top: 2px;
}

.res-privileges-list strong {
  display: block;
  font-size: 0.86rem;
  color: var(--gold-light);
  font-weight: 600;
  margin-bottom: 0.1rem;
}

.res-privileges-list p {
  font-size: 0.76rem;
  color: var(--text-muted);
  line-height: 1.4;
  margin: 0;
}

.res-guide-card.channels-card h4 {
  font-size: 1.05rem;
  color: #ffffff;
  margin-bottom: 0.15rem;
}

.channels-sub {
  font-size: 0.76rem;
  color: var(--text-muted);
  margin-bottom: 0.65rem;
}

.res-direct-channels-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
}

.channel-pill {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.5rem 0.75rem;
  background: rgba(14, 12, 10, 0.9);
  border: 1px solid var(--border-gold);
  border-radius: 6px;
  text-decoration: none;
  cursor: pointer;
  transition: var(--transition);
  text-align: left;
}

.channel-pill span {
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 0.15rem;
}

.channel-pill strong {
  font-size: 0.78rem;
  color: #ffffff;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.channel-pill.wa-pill span { color: #25D366; }
.channel-pill.wechat-pill span { color: #07c160; }
.channel-pill.line-pill span { color: #06c755; }
.channel-pill.email-pill span { color: var(--gold-primary); }

.channel-pill:hover {
  border-color: var(--gold-primary);
  background: rgba(35, 30, 26, 0.95);
  transform: translateY(-2px);
}

/* RESPONSIVE */
@media (max-width: 1080px) {
  .reservation-layout-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  .reservation-sidebar-panel {
    display: none !important;
  }
  .reservation-card-box {
    padding: 1.8rem 1.2rem;
  }
  .hotel-inquiry-grid {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }
}


/* ==========================================================================
   MOBİL HEADER DÜZENİ & PÜRÜZSÜZ TİPOGRAFİ (TAŞMA VE ÇAKIŞMA ÖNLEME)
   ========================================================================== */
.brand-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem !important;
  text-decoration: none;
  min-width: 0;
  flex: 1 1 auto;
  overflow: hidden;
}

.brand-logo-img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid var(--gold-primary);
  background: #ffffff;
  padding: 2px;
  object-fit: cover;
  flex-shrink: 0;
}

.brand-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
}

.brand-text .logo-title {
  font-family: var(--font-serif);
  font-size: clamp(0.92rem, 3.4vw, 1.25rem);
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--gold-primary);
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.brand-text .logo-subtitle {
  font-family: var(--font-sans);
  font-size: clamp(0.42rem, 1.4vw, 0.52rem);
  letter-spacing: 0.16em;
  color: var(--text-muted);
  text-transform: uppercase;
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-font-smoothing: antialiased;
}

.header-actions-wrap {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .nav-inner {
    padding: 0.5rem 1rem;
    gap: 0.6rem;
  }

  /* Mobilde Instagram butonu çekmecede ve footer'da olduğu için header'dan gizlenir */
  .nav-instagram-btn {
    display: none !important;
  }

  .lang-dropdown-btn {
    height: 34px;
    padding: 0.3rem 0.55rem;
    font-size: 0.72rem;
    gap: 0.35rem;
  }

  .mobile-nav-toggle {
    width: 36px;
    height: 36px;
  }

  .brand-wrapper {
    gap: 0.55rem;
  }

  .brand-logo-img {
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 380px) {
  .brand-text .logo-title {
    font-size: 0.86rem;
    letter-spacing: 0.04em;
  }
  .brand-text .logo-subtitle {
    font-size: 0.4rem;
  }
}


/* ==========================================================================
   ODALAR LİSTESİ & TEKİL ODA DETAY SAYFASI STİLLERİ
   ========================================================================== */

/* Ortak Standart Donanım Çubuğu */
.rooms-standard-amenities-bar {
  background: var(--bg-section-mid);
  border-bottom: 1px solid var(--border-gold);
  padding: 1.2rem 1.5rem;
}
.amenities-bar-inner {
  max-width: 1380px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.amenity-pill-box {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}
.amenity-icon { font-size: 1.2rem; }
.amenity-label {
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--gold-light);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.amenity-bar-divider {
  width: 1px;
  height: 24px;
  background: var(--border-gold);
  opacity: 0.5;
}

/* Kategori Filtresi */
.rooms-grid-section {
  padding: 4.5rem 1.5rem 6rem 1.5rem;
  background: linear-gradient(180deg, var(--bg-dark) 0%, var(--bg-section-mid) 100%);
  border-bottom: 1px solid var(--border-subtle);
}
.rooms-grid-container {
  max-width: 1380px;
  margin: 0 auto;
}
.rooms-filter-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 3.5rem;
}
.room-filter-btn {
  background: rgba(26, 22, 19, 0.85);
  border: 1px solid var(--border-gold);
  color: var(--text-muted);
  padding: 0.55rem 1.2rem;
  border-radius: 99px;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
}
.room-filter-btn:hover, .room-filter-btn.active {
  background: var(--gold-gradient);
  color: #100e0c;
  border-color: transparent;
  box-shadow: 0 4px 15px rgba(197, 160, 89, 0.35);
  transform: translateY(-2px);
}

/* 27 Oda Kartı Grid */
.rooms-listing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.room-inventory-card {
  background: rgba(26, 22, 19, 0.85);
  border: 1px solid var(--border-gold);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow-lux);
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: var(--transition);
}
.room-inventory-card:hover {
  transform: translateY(-6px);
  border-color: var(--gold-primary);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.95);
}

.room-card-thumb {
  position: relative;
  width: 100%;
  height: 230px;
  overflow: hidden;
  background: #000;
}
.room-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.room-inventory-card:hover .room-card-thumb img {
  transform: scale(1.08);
}
.room-thumb-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(14,12,10,0.8) 100%);
}

/* Belirgin Oda Numarası Rozeti */
.room-number-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: #110e0c;
  border: 1.5px solid var(--gold-primary);
  color: var(--gold-light);
  font-family: var(--font-serif);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0.3rem 0.85rem;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.8);
  z-index: 2;
}

.room-category-pill {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(14, 12, 10, 0.88);
  border: 1px solid var(--border-gold);
  color: var(--gold-light);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.3rem 0.65rem;
  border-radius: 4px;
  z-index: 2;
}

.room-card-content {
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.room-card-meta {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 1.2rem;
}
.meta-item {
  font-size: 0.86rem;
  color: var(--text-creme);
  font-weight: 400;
}
.room-card-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--border-subtle);
  padding-top: 0.9rem;
}
.room-link-text {
  color: var(--gold-primary);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: var(--transition);
}
.room-inventory-card:hover .room-link-text {
  color: #ffffff;
  transform: translateX(3px);
}
.room-btn-vr-chip {
  background: rgba(197, 160, 89, 0.1);
  border: 1px solid var(--border-gold);
  color: var(--gold-light);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.25rem 0.65rem;
  border-radius: 4px;
  text-decoration: none;
  transition: var(--transition);
}
.room-btn-vr-chip:hover {
  background: var(--gold-primary);
  color: #100e0c;
}

/* TEKİL ODA DETAY SAYFASI */
.room-detail-hero-section {
  padding: 110px 1.5rem 5rem 1.5rem;
}
.room-detail-container {
  max-width: 1280px;
  margin: 0 auto;
}
.detail-nav-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
.btn-back-rooms {
  color: var(--gold-light);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
  transition: var(--transition);
}
.btn-back-rooms:hover {
  color: #ffffff;
  transform: translateX(-3px);
}
.detail-number-pill {
  background: rgba(26, 22, 19, 0.9);
  border: 1.5px solid var(--gold-primary);
  padding: 0.35rem 1rem;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
.detail-number-pill span { font-size: 0.75rem; color: var(--gold-primary); text-transform: uppercase; }
.detail-number-pill strong { font-size: 1.1rem; color: #ffffff; font-family: var(--font-serif); }

.room-detail-header-block {
  margin-bottom: 2rem;
}
.room-detail-main-title {
  font-size: clamp(2rem, 3.5vw, 3rem);
  color: #ffffff;
  margin: 0.4rem 0 0.6rem 0;
}
.room-meta-lead {
  font-size: 0.95rem;
  color: var(--text-muted);
}

.room-detail-gallery-grid {
  display: grid;
  grid-template-columns: 2.2fr 1fr;
  gap: 1.2rem;
  height: 460px;
  margin-bottom: 2.5rem;
}
.gallery-main-frame {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  border: 1.5px solid var(--border-gold);
}
.gallery-main-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-thumbs-stack {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  height: 100%;
}
.thumb-frame {
  flex: 1;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--border-gold);
  cursor: pointer;
  transition: var(--transition);
}
.thumb-frame:hover {
  border-color: var(--gold-primary);
  transform: scale(1.02);
}
.thumb-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.room-detail-content-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 2.5rem;
  align-items: start;
}
.detail-card-panel {
  background: rgba(26, 22, 19, 0.85);
  border: 1.5px solid var(--border-gold);
  border-radius: 10px;
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.detail-card-panel h3, .detail-card-panel h4 {
  color: #ffffff;
  margin-bottom: 1rem;
}
.detail-amenities-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.amenity-item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--text-creme);
  font-size: 0.9rem;
}
.notice-panel {
  border-left: 3.5px solid var(--gold-primary);
}
.notice-panel p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin: 0;
}

.detail-action-card {
  background: rgba(26, 22, 19, 0.9);
  border: 1.5px solid var(--border-gold);
  border-radius: 10px;
  padding: 2rem;
  text-align: center;
}
.detail-action-card h4 {
  font-size: 1.25rem;
  color: #ffffff;
  margin-bottom: 0.4rem;
}
.detail-action-card p {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 1.3rem;
}
.btn-full-width {
  width: 100%;
  justify-content: center;
}
.detail-action-divider {
  width: 100%;
  height: 1px;
  background: var(--border-subtle);
  margin: 1.4rem 0;
}

/* RESPONSIVE */
@media (max-width: 1080px) {
  .rooms-listing-grid { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
  .room-detail-gallery-grid { grid-template-columns: 1fr; height: auto; }
  .gallery-main-frame { height: 350px; }
  .gallery-thumbs-stack { flex-direction: row; height: 100px; }
  .room-detail-content-grid { grid-template-columns: 1fr; gap: 2rem; }
}

@media (max-width: 768px) {
  .rooms-listing-grid { grid-template-columns: 1fr; }
  .amenities-bar-inner { justify-content: flex-start; gap: 0.8rem; }
  .amenity-bar-divider { display: none; }
  .rooms-filter-wrapper { justify-content: flex-start; overflow-x: auto; padding-bottom: 0.5rem; }
  .room-filter-btn { white-space: nowrap; font-size: 0.75rem; padding: 0.45rem 0.9rem; }
  .detail-amenities-list { grid-template-columns: 1fr; }
}


/* ==========================================================================
   4 KRİTİK HATA DÜZELTMESİ (NAVBAR, MOBİL IG, ODA DETAY GALERİ)
   ========================================================================== */

/* 1. NAVBAR TÜM ÖĞELERİ KUSURSUZ DİKEYDE ORTALA */
.nav-inner {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  min-height: 64px;
}

.brand-wrapper {
  display: flex !important;
  align-items: center !important;
}

.nav-links {
  display: flex !important;
  align-items: center !important;
  gap: 1.6rem;
  margin: 0;
  padding: 0;
}

.nav-links a {
  display: inline-flex !important;
  align-items: center !important;
  line-height: 1 !important;
  padding: 0.5rem 0 !important;
}

.header-actions-wrap {
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem;
}

/* 2. MOBİLDE INSTAGRAM BUTONU GÖRÜNSÜN VE TAŞMASIN */
.nav-instagram-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  height: 36px !important;
  padding: 0 !important;
  flex-shrink: 0 !important;
}

@media (max-width: 768px) {
  .nav-inner {
    padding: 0.4rem 0.85rem !important;
    min-height: 56px;
    gap: 0.4rem !important;
  }
  .nav-links {
    display: none !important;
  }
  .brand-wrapper {
    flex: 1 1 auto;
    min-width: 0;
    gap: 0.5rem;
  }
  .brand-logo-img {
    width: 36px !important;
    height: 36px !important;
    flex-shrink: 0;
  }
  .brand-text .logo-title {
    font-size: clamp(0.82rem, 3.2vw, 1.05rem) !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .brand-text .logo-subtitle {
    font-size: 0.42rem !important;
  }
  .header-actions-wrap {
    display: flex !important;
    align-items: center !important;
    gap: 0.35rem !important;
    flex-shrink: 0 !important;
  }
  .nav-instagram-btn {
    display: inline-flex !important; /* Mobilde görünür kılındı */
    width: 32px !important;
    height: 32px !important;
    font-size: 0.85rem;
  }
  .lang-dropdown-btn {
    height: 32px !important;
    padding: 0 0.45rem !important;
    font-size: 0.7rem !important;
  }
  .mobile-nav-toggle {
    display: flex !important;
    width: 32px !important;
    height: 32px !important;
  }
}

/* 3. ODA DETAY SAYFASI: RESİMLERİN VE KUTULARIN ÜST ÜSTE BİNMESİNİ KESİN ÖNLE */
.room-detail-hero-section {
  position: relative;
  display: block !important;
  width: 100%;
  clear: both;
}

.room-detail-gallery-grid {
  display: grid !important;
  grid-template-columns: 2.3fr 1fr !important;
  gap: 1.2rem !important;
  height: auto !important; /* Sabit piksel yüksekliği kaldırıldı */
  min-height: auto !important;
  margin-bottom: 2.5rem !important;
  position: relative !important;
  clear: both !important;
}

.gallery-main-frame {
  position: relative !important;
  width: 100% !important;
  height: 480px !important; /* Net ana çerçeve yüksekliği */
  border-radius: 10px !important;
  overflow: hidden !important;
  border: 1.5px solid var(--border-gold) !important;
  background: #000;
}

.gallery-main-frame img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.gallery-thumbs-stack {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.85rem !important;
  height: 480px !important; /* Ana resim ile aynı yükseklik */
}

.gallery-thumbs-stack .thumb-frame {
  flex: 1 !important;
  height: auto !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  border: 1px solid var(--border-gold) !important;
  cursor: pointer;
}

.gallery-thumbs-stack .thumb-frame img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

/* Alt İçerik Alanı: Asla galeriye binemez */
.room-detail-content-grid {
  display: grid !important;
  grid-template-columns: 1.35fr 1fr !important;
  gap: 2.5rem !important;
  align-items: start !important;
  position: relative !important;
  clear: both !important;
  margin-top: 2rem !important;
  z-index: 2 !important;
}

.detail-card-panel {
  margin-bottom: 1.5rem !important;
  position: relative !important;
}

.detail-action-card {
  position: sticky !important;
  top: 90px;
}

/* Mobil Oda Detay */
@media (max-width: 1024px) {
  .room-detail-gallery-grid {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }
  .gallery-main-frame {
    height: 320px !important;
  }
  .gallery-thumbs-stack {
    flex-direction: row !important;
    height: 90px !important;
    gap: 0.6rem !important;
  }
  .room-detail-content-grid {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }
  .detail-action-card {
    position: static !important;
  }
}


/* ==========================================================================
   NAVBAR DİKEY ORTALAMA & MÜKEMMEL HİZALAMA
   ========================================================================== */
header.site-header {
  height: 72px !important;
  display: flex !important;
  align-items: center !important;
}

.nav-inner {
  width: 100% !important;
  max-width: 1380px !important;
  margin: 0 auto !important;
  padding: 0 1.5rem !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  height: 100% !important;
}

.brand-wrapper {
  display: flex !important;
  align-items: center !important;
  height: 100% !important;
}

.nav-links {
  display: flex !important;
  align-items: center !important;
  gap: 1.8rem !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.nav-links a {
  display: inline-flex !important;
  align-items: center !important;
  height: 100% !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: middle !important;
}

.header-actions-wrap {
  display: flex !important;
  align-items: center !important;
  height: 100% !important;
  gap: 0.6rem !important;
}

.nav-instagram-btn,
.lang-dropdown-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  vertical-align: middle !important;
}


/* ==========================================================================
   NAVBAR KUSURSUZ MERKEZLEME (SOL: LOGO - ORTA: LİNKLER - SAĞ: BUTONLAR)
   ========================================================================== */
.nav-inner {
  display: grid !important;
  grid-template-columns: 1fr auto 1fr !important;
  align-items: center !important;
  width: 100% !important;
  max-width: 1440px !important;
  margin: 0 auto !important;
  padding: 0 1.5rem !important;
}

/* Sol Alan: Logo Sola Yaslı */
.brand-wrapper {
  justify-self: start !important;
  display: flex !important;
  align-items: center !important;
}

/* Orta Alan: Menü Linkleri Tam Merkeze Sabit */
.nav-links {
  justify-self: center !important;
  display: flex !important;
  align-items: center !important;
  gap: 2rem !important;
  margin: 0 auto !important;
  padding: 0 !important;
  list-style: none !important;
}

/* Sağ Alan: Butonlar Sağa Yaslı */
.header-actions-wrap {
  justify-self: end !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.6rem !important;
}

@media (max-width: 992px) {
  .nav-inner {
    display: flex !important;
    justify-content: space-between !important;
  }
  .nav-links {
    display: none !important;
  }
}


/* ==========================================================================
   STANDART DONANIM BARI & REHBERLİK NOTU
   ========================================================================== */
.rooms-standard-amenities-bar {
  background: rgba(20, 17, 14, 0.95);
  border-top: 1px solid var(--border-gold);
  border-bottom: 1px solid var(--border-gold);
  padding: 1.8rem 1.5rem 1.6rem 1.5rem;
}

.amenities-bar-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.amenities-bar-top-tag {
  margin-bottom: 1.1rem;
}

.amenity-top-badge {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-primary);
  background: rgba(197, 160, 89, 0.1);
  border: 1px solid var(--border-gold);
  padding: 0.25rem 0.85rem;
  border-radius: 99px;
}

.amenities-bar-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 1rem;
}

.amenity-pill-box {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}

.amenity-icon {
  font-size: 1.25rem;
  line-height: 1;
}

.amenity-label {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--gold-light);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.amenity-bar-divider {
  width: 1px;
  height: 22px;
  background: var(--border-gold);
  opacity: 0.4;
}

.amenities-bar-subnote {
  max-width: 860px;
  margin: 0 auto;
}

.amenities-bar-subnote p {
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.6;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 768px) {
  .amenities-bar-inner {
    gap: 1rem;
    justify-content: center;
  }
  .amenity-bar-divider {
    display: none;
  }
  .amenity-label {
    font-size: 0.74rem;
  }
  .amenities-bar-subnote p {
    font-size: 0.76rem;
  }
}


/* ==========================================================================
   ODA KARTLARI: BELİRGİN ODA NO PLAKASI & JACUZZI/BALKON ROZETLERİ
   ========================================================================== */
.room-card-thumb {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
  background: #000;
}

/* Kalın ve Belirgin Oda Numarası Plakası */
.room-number-plate {
  position: absolute;
  top: 14px;
  left: 14px;
  background: linear-gradient(135deg, rgba(20, 17, 14, 0.95) 0%, rgba(35, 30, 25, 0.95) 100%);
  border: 1.5px solid var(--gold-primary);
  border-radius: 6px;
  padding: 0.35rem 0.75rem;
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.85);
  z-index: 2;
  backdrop-filter: blur(4px);
}

.room-number-plate .plate-prefix {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--gold-light);
  text-transform: uppercase;
}

.room-number-plate .plate-number {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #ffffff;
  text-shadow: 0 0 8px rgba(197, 160, 89, 0.4);
}

/* Kategori Rozeti (Sağ Üst) */
.room-category-pill {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(14, 12, 10, 0.85);
  border: 1px solid var(--border-gold);
  color: var(--gold-light);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.35rem 0.65rem;
  border-radius: 4px;
  z-index: 2;
  backdrop-filter: blur(4px);
}

/* Sol Alt: Görseli Bozmayan Kompakt Jacuzzi & Balkon Rozetleri */
.room-features-badges {
  position: absolute;
  bottom: 12px;
  left: 14px;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  z-index: 2;
}

.room-feat-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  background: rgba(14, 12, 10, 0.82);
  border: 1px solid var(--border-gold);
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 0.25rem 0.55rem;
  border-radius: 4px;
  backdrop-filter: blur(6px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

.room-feat-badge .feat-icon {
  font-size: 0.8rem;
  line-height: 1;
}

.room-feat-badge.feat-jacuzzi {
  border-color: rgba(197, 160, 89, 0.8);
  color: var(--gold-light);
}

.room-feat-badge.feat-balcony {
  border-color: rgba(220, 185, 125, 0.8);
  color: #fff;
}


/* ==========================================================================
   GELİŞMİŞ ODA GALERİSİ & MOBİL TOUCH SWIPE LIGHTBOX
   ========================================================================== */
.room-gallery-showcase {
  margin-bottom: 2.5rem;
}

.gallery-expand-hint {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: rgba(14, 12, 10, 0.85);
  border: 1px solid var(--border-gold);
  color: var(--gold-light);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.3rem 0.65rem;
  border-radius: 4px;
  pointer-events: none;
  backdrop-filter: blur(4px);
}

/* Yatay Kaydırılabilir Fotoğraf Şeridi */
.room-gallery-ribbon {
  display: flex;
  gap: 0.5rem !important;
  overflow-x: auto;
  padding: 0.85rem 0 0.4rem 0;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.room-gallery-ribbon::-webkit-scrollbar {
  height: 5px;
}
.room-gallery-ribbon::-webkit-scrollbar-thumb {
  background: var(--border-gold);
  border-radius: 4px;
}

.ribbon-thumb-item {
  flex: 0 0 110px;
  height: 75px;
  border-radius: 6px;
  overflow: hidden;
  border: 1.5px solid var(--border-gold);
  cursor: pointer;
  opacity: 0.75;
  transition: var(--transition);
}

.ribbon-thumb-item:hover,
.ribbon-thumb-item.active {
  opacity: 1;
  border-color: var(--gold-primary);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(197, 160, 89, 0.35);
}

.ribbon-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* TAM EKRAN LIGHTBOX */
.room-lightbox-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(8, 7, 6, 0.95);
  backdrop-filter: blur(10px);
  z-index: 99999;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
}

.room-lightbox-modal.active {
  display: flex !important;
}

.lightbox-dialog {
  position: relative;
  max-width: 1200px;
  width: 100%;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-image-viewport {
  position: relative;
  max-width: 1000px;
  width: 100%;
  max-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}

.lightbox-image-viewport img {
  max-width: 100%;
  max-height: 80vh;
  border-radius: 8px;
  border: 1.5px solid var(--border-gold);
  object-fit: contain;
  box-shadow: 0 15px 45px rgba(0,0,0,0.9);
}

.lightbox-counter-badge {
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(20, 17, 14, 0.85);
  border: 1px solid var(--border-gold);
  color: var(--gold-light);
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.2rem 0.8rem;
  border-radius: 20px;
}

.lightbox-close-btn {
  position: absolute;
  top: -45px;
  right: 0;
  background: transparent;
  border: none;
  color: var(--gold-light);
  font-size: 2.4rem;
  cursor: pointer;
  line-height: 1;
  transition: var(--transition);
}

.lightbox-close-btn:hover {
  color: #ffffff;
  transform: scale(1.15);
}

.lightbox-arrow-btn {
  background: rgba(20, 17, 14, 0.75);
  border: 1.5px solid var(--border-gold);
  color: var(--gold-light);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  cursor: pointer;
  transition: var(--transition);
  margin: 0 1rem;
  flex-shrink: 0;
}

.lightbox-arrow-btn:hover {
  background: var(--gold-primary);
  color: #100e0c;
  transform: scale(1.08);
}

@media (max-width: 768px) {
  .lightbox-arrow-btn {
    display: none; /* Mobilde parmak kaydırma (swipe) aktiftir */
  }
  .lightbox-image-viewport img {
    max-height: 72vh;
  }
  .lightbox-close-btn {
    top: -40px;
    right: 5px;
    font-size: 2rem;
  }
  .ribbon-thumb-item {
    flex: 0 0 90px;
    height: 60px;
  }
}


/* ==========================================================================
   SÜRDÜRÜLEBİLİRLİK (SUSTAINABILITY) SAYFASI STİLLERİ
   ========================================================================== */
.sust-content-section {
  padding: 4.5rem 1.5rem 6rem 1.5rem;
  background: linear-gradient(180deg, var(--bg-section-mid) 0%, var(--bg-dark) 100%);
  border-bottom: 1px solid var(--border-subtle);
}

.sust-container {
  max-width: 1200px;
  margin: 0 auto;
}

.sust-cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 3.5rem;
}

.sust-card {
  background: rgba(26, 22, 19, 0.85);
  border: 1.5px solid var(--border-gold);
  border-radius: 10px;
  padding: 2.2rem 2rem;
  box-shadow: var(--shadow-lux);
  backdrop-filter: blur(8px);
  transition: var(--transition);
}

.sust-card:hover {
  transform: translateY(-4px);
  border-color: var(--gold-primary);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.8);
}

.sust-card-icon {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 1.1rem;
}

.sust-card h3 {
  font-size: 1.35rem;
  color: #ffffff;
  margin-bottom: 0.85rem;
  font-family: var(--font-serif);
}

.sust-card p {
  font-size: 0.92rem;
  color: var(--text-creme);
  line-height: 1.7;
  font-weight: 300;
  margin: 0;
}

.sust-contact-panel {
  background: rgba(20, 17, 14, 0.9);
  border: 1px solid var(--border-gold);
  border-left: 4px solid var(--gold-primary);
  border-radius: 8px;
  padding: 2rem 2.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.sust-contact-panel h4 {
  font-size: 1.25rem;
  color: #ffffff;
  margin: 0;
}

.sust-contact-panel p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin: 0;
}

.sust-contact-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}

@media (max-width: 820px) {
  .sust-cards-grid {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }
  .sust-card {
    padding: 1.6rem 1.4rem;
  }
}




/* ==========================================================================
   RESMİ SÜRDÜRÜLEBİLİRLİK VE BELGELER SAYFASI (LÜKS KOYU TEMA)
   ========================================================================== */
.formal-sust-section {
  padding: 5.5rem 1.5rem 6.5rem 1.5rem;
  background: radial-gradient(circle at 50% 10%, rgba(30, 24, 20, 0.9) 0%, #0d0b09 100%);
  min-height: 80vh;
  display: flex;
  align-items: center;
}

.formal-sust-container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 2.5rem;
  align-items: stretch;
}

/* Lüks Cam Efektli Koyu Kartlar */
.formal-sust-card {
  background: rgba(22, 18, 15, 0.85);
  border: 1.5px solid var(--border-gold);
  border-radius: 10px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  position: relative;
}

/* Sol Kart: Genel Bilgi */
.formal-sust-card.info-card {
  padding: 3.5rem 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.sust-leaf-icon {
  margin-bottom: 1.2rem;
  filter: drop-shadow(0 0 12px rgba(245, 158, 11, 0.35));
}

.formal-card-title {
  font-family: var(--font-serif);
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
}

.formal-card-desc {
  font-size: 0.92rem;
  color: var(--text-creme, #e2d9ce);
  line-height: 1.7;
  margin-bottom: 2.2rem;
  max-width: 380px;
  font-weight: 300;
}

.btn-formal-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  border: 1.5px solid var(--gold-primary);
  color: var(--gold-light);
  background: rgba(197, 160, 89, 0.08);
  padding: 0.85rem 1.6rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 6px;
  text-decoration: none;
  transition: var(--transition);
}

.btn-formal-download:hover {
  background: var(--gold-primary);
  color: #100e0c;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(197, 160, 89, 0.4);
}

/* Sağ Kart: Belgeler Listesi */
.formal-sust-card.docs-card {
  padding: 2.5rem 2.2rem;
}

.formal-list-title {
  font-family: var(--font-serif);
  font-size: 1.65rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--border-gold);
}

.formal-docs-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.formal-doc-item {
  border-bottom: 1px solid rgba(197, 160, 89, 0.15);
}

.formal-doc-item:last-child {
  border-bottom: none;
}

.formal-doc-link {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0.95rem 0.6rem;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.25s ease;
}

.formal-doc-link:hover {
  background-color: rgba(197, 160, 89, 0.08);
  transform: translateX(4px);
}

.red-pdf-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  filter: drop-shadow(0 0 6px rgba(239, 68, 68, 0.4));
}

.formal-doc-name {
  font-size: 0.86rem;
  color: #d1c7bc;
  font-weight: 500;
  letter-spacing: 0.02em;
  word-break: break-word;
  transition: color 0.2s ease;
}

.formal-doc-link:hover .formal-doc-name {
  color: var(--gold-light);
}

@media (max-width: 860px) {
  .formal-sust-container {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }
  .formal-sust-card.info-card {
    padding: 2.5rem 1.5rem;
  }
  .formal-sust-card.docs-card {
    padding: 2rem 1.2rem;
  }
}


/* ==========================================================================
   HİZMET SÖZLEŞMESİ VE YASAL SAYFALAR (LÜKS KOYU TEMA)
   ========================================================================== */
.legal-page-section {
  padding: 5rem 1.5rem 6.5rem 1.5rem;
  background: radial-gradient(circle at 50% 5%, rgba(28, 23, 19, 0.95) 0%, #0d0b09 100%);
  min-height: 85vh;
}

.legal-page-container {
  max-width: 960px;
  margin: 0 auto;
}

.legal-header-block {
  text-align: center;
  margin-bottom: 3.5rem;
}

.legal-main-title {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 700;
  color: #ffffff;
  margin: 0.8rem 0 0.5rem 0;
  letter-spacing: 0.02em;
}

.legal-updated-date {
  font-size: 0.82rem;
  color: var(--gold-light);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-articles-stack {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-bottom: 3rem;
}

.legal-article-card {
  background: rgba(22, 18, 15, 0.82);
  border: 1px solid var(--border-gold);
  border-left: 3.5px solid var(--gold-primary);
  border-radius: 8px;
  padding: 2rem 2.2rem;
  box-shadow: var(--shadow-lux);
  backdrop-filter: blur(8px);
  transition: var(--transition);
}

.legal-article-card:hover {
  border-color: var(--gold-primary);
  transform: translateX(4px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7);
}

.legal-article-card h2 {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--gold-light);
  margin-bottom: 0.85rem;
}

.legal-article-card p {
  font-size: 0.94rem;
  color: var(--text-creme, #e2d9ce);
  line-height: 1.8;
  font-weight: 300;
  margin: 0;
}

.legal-contact-panel {
  background: rgba(20, 17, 14, 0.9);
  border: 1px solid var(--border-gold);
  border-radius: 8px;
  padding: 2.2rem 2rem;
  text-align: center;
}

.legal-contact-panel h3 {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.legal-contact-panel p {
  font-size: 0.92rem;
  color: var(--text-muted);
  margin-bottom: 1.5rem;
}

.legal-contact-links {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .legal-article-card {
    padding: 1.5rem 1.3rem;
  }
  .legal-article-card h2 {
    font-size: 1.15rem;
  }
  .legal-contact-links {
    flex-direction: column;
    align-items: stretch;
  }
}


/* ==========================================================================
   SITE FOOTER (LÜKS 3 SÜTUNLU YAPI - NET KURAL SETİ)
   ========================================================================== */
footer.site-footer {
  background: #0d0b09 !important;
  border-top: 1px solid var(--border-gold, #3d332a) !important;
  padding: 4rem 1.5rem 2rem 1.5rem !important;
  width: 100% !important;
  display: block !important;
  clear: both !important;
}

.footer-container {
  max-width: 1380px !important;
  margin: 0 auto !important;
  width: 100% !important;
}

.footer-grid {
  display: grid !important;
  grid-template-columns: 2fr 1fr 1.3fr !important;
  gap: 3.5rem !important;
  align-items: start !important;
  margin-bottom: 3.5rem !important;
}

/* Kolon 1: Marka & Logo */
.footer-brand-wrap {
  display: flex !important;
  align-items: center !important;
  gap: 1rem !important;
  margin-bottom: 1.2rem !important;
}

.footer-brand-text {
  display: flex !important;
  flex-direction: column !important;
}

.footer-brand-title {
  font-family: var(--font-serif, Georgia, serif) !important;
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  color: var(--gold-primary, #c5a059) !important;
}

.footer-brand-subtitle {
  font-size: 0.65rem !important;
  letter-spacing: 0.2em !important;
  color: var(--text-muted, #a39788) !important;
}

.footer-brand-desc {
  font-size: 0.88rem !important;
  line-height: 1.7 !important;
  color: var(--text-creme, #e2d9ce) !important;
  max-width: 480px !important;
  margin: 0 !important;
}

/* Kolon Başlıkları */
.footer-col-title {
  font-family: var(--font-serif, Georgia, serif) !important;
  font-size: 1.15rem !important;
  color: var(--gold-primary, #c5a059) !important;
  margin: 0 0 1.2rem 0 !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em !important;
}

/* Kolon 2: Hızlı Linkler */
.footer-links-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.5rem !important;
}

.footer-links-list li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.footer-links-list a {
  color: var(--text-creme, #e2d9ce) !important;
  text-decoration: none !important;
  font-size: 0.88rem !important;
  transition: color 0.2s ease, transform 0.2s ease !important;
  display: inline-block !important;
}

.footer-links-list a:hover {
  color: var(--gold-primary, #c5a059) !important;
  transform: translateX(4px) !important;
}

/* Kolon 3: İletişim Satırları */
.footer-info-line {
  font-size: 0.88rem !important;
  line-height: 1.6 !important;
  color: var(--text-creme, #e2d9ce) !important;
  margin: 0 0 0.85rem 0 !important;
}

.footer-info-line a {
  color: var(--text-creme, #e2d9ce) !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

.footer-info-line a:hover {
  color: var(--gold-primary, #c5a059) !important;
}

/* Alt Telif Çubuğu */
.footer-bottom-bar {
  border-top: 1px solid rgba(197, 160, 89, 0.2) !important;
  padding-top: 1.8rem !important;
  text-align: center !important;
}

.footer-copyright {
  font-size: 0.82rem !important;
  color: var(--text-muted, #a39788) !important;
  margin: 0 !important;
}

/* Mobil Görünüm */
@media (max-width: 900px) {
  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 2.2rem !important;
  }
}

/* MOBIL NAVBAR LOGO & BASLIK SIGDIRMA DUZENLEMESI */
@media (max-width: 768px) {
  .nav-inner {
    padding: 0.4rem 0.75rem !important;
    min-height: 58px !important;
    gap: 0.4rem !important;
  }
  .brand-wrapper {
    flex: 0 1 58% !important;
    max-width: 58% !important;
    min-width: 0 !important;
    gap: 0.5rem !important;
  }
  .brand-logo-img {
    width: 36px !important;
    height: 36px !important;
    flex-shrink: 0 !important;
  }
  .brand-text {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }
  .brand-text .logo-title {
    font-size: clamp(0.78rem, 3.4vw, 0.95rem) !important;
    letter-spacing: 0.04em !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    line-height: 1.15 !important;
  }
  .brand-text .logo-subtitle {
    font-size: 0.42rem !important;
    letter-spacing: 0.14em !important;
    line-height: 1 !important;
    margin-top: 2px !important;
  }
  .header-actions-wrap {
    flex: 0 0 auto !important;
    margin-left: auto !important;
  }
}

/* BUTIK AYRICALIK KARTLARI SOLA YASLI LINK */
.privilege-body {
  text-align: left !important;
  align-items: flex-start !important;
}
.privilege-link-text {
  align-self: flex-start !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.4rem !important;
  color: var(--gold-primary) !important;
  font-size: 0.8rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  margin-top: auto !important;
  transition: var(--transition) !important;
}
.privilege-card:hover .privilege-link-text {
  color: #ffffff !important;
  transform: translateX(5px) !important;
}

/* ==========================================================================
   RESTORANLAR SAYFASI (RESTAURANTS) STİLLERİ
   ========================================================================== */
.rest-hero-section {
  position: relative;
  background: radial-gradient(circle at 50% 10%, rgba(197, 160, 89, 0.12) 0%, var(--bg-dark) 75%);
  padding: 120px 1.5rem 3.5rem 1.5rem;
  border-bottom: 1px solid var(--border-subtle);
  text-align: center;
}

.rest-hero-container {
  max-width: 860px;
  margin: 0 auto;
}

.rest-hero-title {
  font-size: clamp(2.1rem, 3.8vw, 3.2rem);
  line-height: 1.15;
  color: #ffffff;
  margin: 0.6rem 0 1.1rem 0;
}

.rest-hero-desc {
  font-size: 0.95rem;
  color: var(--text-creme);
  line-height: 1.7;
  font-weight: 300;
  max-width: 720px;
  margin: 0 auto;
}

.rest-grid-section {
  padding: 4.5rem 1.5rem 6rem 1.5rem;
  background: linear-gradient(180deg, var(--bg-section-mid) 0%, var(--bg-dark) 100%);
  border-bottom: 1px solid var(--border-subtle);
}

.rest-grid-container {
  max-width: 1380px;
  margin: 0 auto;
}

.restaurants-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.restaurant-item-card {
  background: rgba(26, 22, 19, 0.85);
  border: 1.5px solid var(--border-gold);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow-lux);
  display: flex;
  flex-direction: column;
  transition: var(--transition);
}

.restaurant-item-card:hover {
  transform: translateY(-6px);
  border-color: var(--gold-primary);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.95), 0 0 20px rgba(197, 160, 89, 0.2);
}

.rest-card-thumb {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
  background: #000;
}

.rest-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.restaurant-item-card:hover .rest-card-thumb img {
  transform: scale(1.08);
}

.rest-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(14, 12, 10, 0.85) 100%);
}

.rest-tag-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(14, 12, 10, 0.9);
  border: 1px solid var(--border-gold);
  color: var(--gold-light);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0.3rem 0.65rem;
  border-radius: 4px;
  z-index: 2;
  backdrop-filter: blur(4px);
}

.rest-card-body {
  padding: 1.8rem 1.6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.rest-cuisine-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--gold-primary);
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.4rem;
}

.rest-card-title {
  font-family: var(--font-serif);
  font-size: 1.45rem;
  color: #ffffff;
  margin-bottom: 0.8rem;
  line-height: 1.25;
}

.rest-card-desc {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.65;
  font-weight: 300;
  margin-bottom: 1.8rem;
}

.rest-card-footer {
  margin-top: auto;
  padding-top: 1.1rem;
  border-top: 1px solid var(--border-subtle);
}

.btn-rest-visit {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: rgba(197, 160, 89, 0.08);
  border: 1px solid var(--border-gold);
  color: var(--gold-light);
  padding: 0.75rem 1.2rem;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: var(--transition);
}

.btn-rest-visit .rest-arrow {
  transition: transform 0.25s ease;
}

.btn-rest-visit:hover {
  background: var(--gold-primary);
  color: #100e0c !important;
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(197, 160, 89, 0.35);
}

.btn-rest-visit:hover .rest-arrow {
  transform: translateX(4px);
}

@media (max-width: 1024px) {
  .restaurants-cards-grid {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }
  .rest-card-thumb {
    height: 260px;
  }
}
/* RESTORAN KARTLARI ICERIK ALT CIZGILERINI TEMIZLEME */
a.restaurant-item-card,
a.restaurant-item-card *,
.restaurant-item-card h2,
.restaurant-item-card p,
.restaurant-item-card span {
  text-decoration: none !important;
}
/* ==========================================================================
   MASAÜSTÜ VE MOBİL HİZALAMA VE TAŞMA ENGELLEME (GÜVENLİ)
   ========================================================================== */

/* Sayfa geneli yatay taşma kilidi */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

/* MASAÜSTÜ: Butonların 2x2 Kusursuz Simetrisi */
.contact-action-hub {
  margin-top: 2rem;
  width: 100%;
}

.primary-actions-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem;
  width: 100%;
}

.primary-actions-grid a,
.primary-actions-grid button {
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0;
}

/* SADECE MOBİL (768px ve altı): Taşmayı önleyen kurallar */
@media (max-width: 768px) {
  .site-main-flow,
  .privileges-section,
  .about-visuals-section,
  .about-visuals-container,
  .privileges-container {
    max-width: 100% !important;
    overflow-x: hidden !important;
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
    box-sizing: border-box !important;
  }

  /* Mobilde butonlar tek sütun halinde tam genişlik alır */
  .primary-actions-grid {
    grid-template-columns: 1fr !important;
    gap: 0.65rem !important;
  }

  .primary-actions-grid a,
  .primary-actions-grid button {
    height: 46px !important;
  }

  /* Video vitrini mobilde ekrana tam oturur */
  .about-visuals-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 2.5rem !important;
    width: 100% !important;
  }

  .about-col-info,
  .visuals-col-media {
    width: 100% !important;
    max-width: 100% !important;
  }

  .video-tiles-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.5rem !important;
    width: 100% !important;
  }

  .privileges-grid {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
    width: 100% !important;
  }
}
/* ==========================================================================
   MASAÜSTÜ VE MOBİL HİZALAMA VE TAŞMA ENGELLEME (GÜVENLİ)
   ========================================================================== */

/* Sayfa geneli yatay taşma kilidi */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

/* MASAÜSTÜ: Butonların 2x2 Kusursuz Simetrisi */
.contact-action-hub {
  margin-top: 2rem;
  width: 100%;
}

.primary-actions-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem;
  width: 100%;
}

.primary-actions-grid a,
.primary-actions-grid button {
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0;
}

/* SADECE MOBİL (768px ve altı): Taşmayı önleyen kurallar */
@media (max-width: 768px) {
  .site-main-flow,
  .privileges-section,
  .about-visuals-section,
  .about-visuals-container,
  .privileges-container {
    max-width: 100% !important;
    overflow-x: hidden !important;
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
    box-sizing: border-box !important;
  }

  /* Mobilde butonlar tek sütun halinde tam genişlik alır */
  .primary-actions-grid {
    grid-template-columns: 1fr !important;
    gap: 0.65rem !important;
  }

  .primary-actions-grid a,
  .primary-actions-grid button {
    height: 46px !important;
  }

  /* Video vitrini mobilde ekrana tam oturur */
  .about-visuals-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 2.5rem !important;
    width: 100% !important;
  }

  .about-col-info,
  .visuals-col-media {
    width: 100% !important;
    max-width: 100% !important;
  }

  .video-tiles-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.5rem !important;
    width: 100% !important;
  }

  .privileges-grid {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
    width: 100% !important;
  }
}
/* ==========================================================================
   ODALAR SAYFASI (ROOMS) BUTON SİMETRİSİ VE MOBİL FİLTRE DÜZENİ
   ========================================================================== */

/* Giriş Alanı Buton Simetrisi */
.oh-action-group {
  display: flex !important;
  align-items: center !important;
  gap: 0.85rem !important;
  flex-wrap: wrap !important;
}

.oh-action-group a,
.oh-action-group button {
  height: 48px !important;
  padding: 0 1.4rem !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  white-space: nowrap !important;
}

/* Filtre Butonları Genel Düzeni */
.rooms-filter-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 3.5rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.room-filter-btn {
  padding: 0.55rem 1.15rem;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  border-radius: 6px;
  background: rgba(26, 22, 19, 0.85);
  border: 1px solid var(--border-gold);
  color: var(--text-creme);
  cursor: pointer;
  transition: var(--transition);
}

.room-filter-btn:hover {
  background: rgba(197, 160, 89, 0.15);
  color: var(--gold-light);
  border-color: var(--gold-primary);
}

.room-filter-btn.active {
  background: var(--gold-primary);
  color: #100e0c;
  border-color: var(--gold-primary);
  font-weight: 700;
  box-shadow: 0 4px 15px rgba(197, 160, 89, 0.35);
}

/* MOBİL GÖRÜNÜM (768px ve altı) */
@media (max-width: 768px) {
  /* Giriş Butonları: Mobilde tam genişlik ve eşit aralık */
  .oh-action-group {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    gap: 0.65rem !important;
  }

  .oh-action-group a,
  .oh-action-group button {
    width: 100% !important;
    height: 46px !important;
  }

  /* Mobil Filtre Barı: Parmakla kaydırılabilir (Touch Pill Bar) tertipli görünüm */
  .rooms-filter-wrapper {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    justify-content: flex-start !important;
    padding: 0.4rem 0.25rem 0.9rem 0.25rem !important;
    margin-bottom: 2rem !important;
    gap: 0.5rem !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
  }

  .rooms-filter-wrapper::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
  }

  .room-filter-btn {
    flex: 0 0 auto !important;
    padding: 0.5rem 0.95rem !important;
    font-size: 0.76rem !important;
    border-radius: 99px !important;
    white-space: nowrap !important;
  }
}
/* ==========================================================================
   SMOOTH TYPOGRAPHY & LUXURY HEADINGS
   ========================================================================== */

/* Kenar Yumuşatma (Anti-Aliasing) */
html, body, * {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;
}

/* Sıradan Beyaz Başlıklara İpeksi Sıcaklık ve Yumuşak Işıltı */
h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  letter-spacing: 0.025em;
}

/* H2 & H3 Başlıklar: Mat beyaz yerine sedef tonu ve hafif derinlik gölgesi */
h2, h3 {
  color: #f7f4ed !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.privilege-card h3,
.restaurant-item-card h2 {
  color: #fdfbf7 !important;
  letter-spacing: 0.03em;
}
/* ==========================================================================
   SMOOTH TYPOGRAPHY & LOGO ENHANCEMENT
   ========================================================================== */
html, body, * {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;
}

/* Logo Yazıları Pürüzsüzleştirme ve Netlik */
.brand-text,
.brand-logo-text,
.site-brand-text,
.header-brand-name,
.logo-caption,
.navbar-brand span {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: geometricPrecision !important;
  letter-spacing: 0.05em;
}

/* Başlıklar ve Vurgular */
h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  letter-spacing: 0.025em;
}

h2, h3 {
  color: #f7f4ed !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}
/* ==========================================================================
   LUXURY HEADING TYPOGRAPHY (CINZEL ENHANCEMENT)
   ========================================================================== */
h1, h2, h3, h4 {
  font-family: var(--font-serif) !important;
  letter-spacing: 0.04em !important;
  font-weight: 600 !important;
}

.hero-title {
  font-family: var(--font-serif) !important;
  letter-spacing: 0.05em !important;
  font-weight: 700 !important;
}

.brand-text .logo-title,
.mobile-nav-brand-title {
  font-family: var(--font-serif) !important;
  letter-spacing: 0.08em !important;
}
/* ==========================================================================
   CINZEL HEADING SIZE REBALANCING (H2 & H3 BOYUT AYARLARI)
   ========================================================================== */

/* Genel H2 & H3 Boyutları */
h2 {
  font-size: clamp(1.6rem, 2.8vw, 2.15rem) !important;
  line-height: 1.25 !important;
  letter-spacing: 0.035em !important;
}

h3 {
  font-size: clamp(1.25rem, 2vw, 1.55rem) !important;
  line-height: 1.3 !important;
  letter-spacing: 0.03em !important;
}

/* Sayfa İçi Özel H2 Başlıkları */
.privileges-header h2,
.about-main-title,
.oh-hero-title,
.rest-hero-title,
.rooms-title_p1,
.reservation-card-header h2 {
  font-size: clamp(1.65rem, 2.9vw, 2.25rem) !important;
  line-height: 1.25 !important;
}

/* Sayfa İçi Özel H3 & Kart Başlıkları */
.visuals-header h3,
.privilege-card-title,
.oh-video-title,
.rest-card-title,
.res-guide-card h3,
.formal-card-title,
.legal-contact-panel h3 {
  font-size: clamp(1.15rem, 1.8vw, 1.35rem) !important;
  line-height: 1.35 !important;
}

/* Mobil İnce Ayar (768px ve altı) */
@media (max-width: 768px) {
  h2 {
    font-size: 1.5rem !important;
  }
  h3 {
    font-size: 1.18rem !important;
  }
  .privileges-header h2,
  .about-main-title,
  .oh-hero-title {
    font-size: 1.55rem !important;
  }
  .privilege-card-title,
  .oh-video-title,
  .rest-card-title {
    font-size: 1.15rem !important;
  }
}
/* ==========================================================================
   REFINED H3 SIZES & MOBILE OVERFLOW PREVENTION
   ========================================================================== */

/* Genel H3: Daha zarif ve kompakt punto */
h3 {
  font-size: clamp(1.05rem, 1.6vw, 1.3rem) !important;
  line-height: 1.35 !important;
  letter-spacing: 0.025em !important;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
  hyphens: auto !important;
}

/* Kart ve Blok İçi H3 Başlıkları */
.visuals-header h3,
.privilege-card-title,
.oh-video-title,
.rest-card-title,
.res-guide-card h3,
.formal-card-title,
.legal-contact-panel h3,
.sust-card h3,
.detail-card-panel h3 {
  font-size: clamp(1.02rem, 1.45vw, 1.22rem) !important;
  line-height: 1.35 !important;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}

/* SADECE MOBİL (768px ve altı): Taşma Önleme ve Kompakt Başlıklar */
@media (max-width: 768px) {
  /* Başlıkların ekrandan taşmasını ve kelimelerin taşmasını engelle */
  h1, h2, h3, h4, h5, h6 {
    max-width: 100% !important;
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
    hyphens: auto !important;
  }

  h3 {
    font-size: 1.05rem !important;
    line-height: 1.35 !important;
  }

  .visuals-header h3,
  .privilege-card-title,
  .oh-video-title,
  .rest-card-title,
  .res-guide-card h3,
  .sust-card h3,
  .detail-card-panel h3 {
    font-size: 1.02rem !important;
    line-height: 1.3 !important;
  }

  /* Kart içi dolguları mobilde optimize et */
  .privilege-body,
  .oh-card-content,
  .rest-card-body,
  .sust-card {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    box-sizing: border-box !important;
  }
}
/* ==========================================================================
   VIDEO LIGHTBOX & CLOSE BUTTON ENHANCEMENT
   ========================================================================== */
.video-lightbox-modal {
  z-index: 100005 !important; /* Hamburger menü ve header üzerinde */
  cursor: pointer;
}

.modal-dialog-wrap {
  position: relative !important;
  cursor: default; /* Kutu içi tıklamaların dışarıdan ayrılması için */
}

.modal-close-btn {
  top: 12px !important;
  right: 14px !important;
  z-index: 100010 !important;
  font-size: 2.2rem !important;
  width: 42px !important;
  height: 42px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(14, 12, 10, 0.75) !important;
  border: 1px solid var(--border-gold) !important;
  border-radius: 50% !important;
  color: #ffffff !important;
  cursor: pointer !important;
  transition: var(--transition) !important;
}

.modal-close-btn:hover {
  background: var(--gold-primary) !important;
  color: #000000 !important;
}
/* ==========================================================================
   HOTEL AMENITIES MOBIL 2X2 GRID ENHANCEMENT
   ========================================================================== */
@media (max-width: 768px) {
  /* Tek sütun yerine 2x2 ızgara */
  .privileges-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.5rem !important;
  }

  /* 2x2 düzene uygun kompakt kart yapısı */
  .privilege-card {
    border-radius: 6px !important;
  }

  .privilege-thumb {
    height: 125px !important;
  }

  .privilege-badge-tag {
    top: 8px !important;
    right: 8px !important;
    font-size: 0.55rem !important;
    padding: 0.15rem 0.45rem !important;
  }

  .privilege-body {
    padding: 0.85rem 0.65rem !important;
  }

  .privilege-card-title {
    font-size: 0.95rem !important;
    line-height: 1.25 !important;
    margin-bottom: 0.35rem !important;
  }

  .privilege-desc-text {
    font-size: 0.74rem !important;
    line-height: 1.4 !important;
    margin-bottom: 0.65rem !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .privilege-link-text {
    font-size: 0.7rem !important;
  }
}
/* ==========================================================================
   OUR-HOTEL & ACTIVITIES MOBIL 2X2 GRID ENHANCEMENT
   ========================================================================== */
@media (max-width: 768px) {
  /* 1. Otelimiz (9 Video) & Aktiviteler (9 Tur) Izgarasını 2x2 Yap */
  .oh-9videos-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.5rem !important;
  }

  /* 2. Kartları 2x2 düzene uygun kompakt boyuta getir */
  .oh-clickable-card {
    border-radius: 6px !important;
  }

  .oh-card-poster {
    height: 125px !important;
  }

  .oh-clickable-card .play-btn-pulse {
    width: 36px !important;
    height: 36px !important;
    font-size: 0.85rem !important;
  }

  .oh-card-content {
    padding: 0.85rem 0.65rem !important;
  }

  .oh-video-title {
    font-size: 0.95rem !important;
    line-height: 1.25 !important;
    margin-bottom: 0.35rem !important;
  }

  .oh-video-desc {
    font-size: 0.74rem !important;
    line-height: 1.4 !important;
    margin-bottom: 0.65rem !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .video-text-link {
    font-size: 0.7rem !important;
  }

  /* Aktivite etiket rozeti */
  .activity-tour-card .privilege-badge-tag {
    top: 8px !important;
    right: 8px !important;
    font-size: 0.55rem !important;
    padding: 0.15rem 0.45rem !important;
  }
}
/* ==========================================================================
   MOBIL 2X2 GRID: OTELIMIZ (VIDEOLAR) & AKTIVITELER (KARTLAR)
   ========================================================================== */
@media (max-width: 768px) {
  /* 1. Otelimiz (9 Video) ve Aktiviteler (9 Tur) 2x2 Izgarası */
  .oh-9videos-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.5rem !important;
  }

  /* 2. Kart Yapısı ve Görsel Çerçeve Oranları */
  .oh-clickable-card {
    border-radius: 6px !important;
  }

  .oh-card-poster {
    height: 125px !important;
  }

  .oh-clickable-card .play-btn-pulse {
    width: 36px !important;
    height: 36px !important;
    font-size: 0.85rem !important;
  }

  /* 3. Kart İçi İçerik ve Tipografi */
  .oh-card-content {
    padding: 0.85rem 0.65rem !important;
  }

  .oh-video-title {
    font-size: 0.95rem !important;
    line-height: 1.25 !important;
    margin-bottom: 0.35rem !important;
  }

  .oh-video-desc {
    font-size: 0.74rem !important;
    line-height: 1.4 !important;
    margin-bottom: 0.65rem !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .video-text-link {
    font-size: 0.7rem !important;
  }

  /* Aktivite Etiket Rozeti */
  .activity-tour-card .privilege-badge-tag {
    top: 8px !important;
    right: 8px !important;
    font-size: 0.55rem !important;
    padding: 0.15rem 0.45rem !important;
  }
}
/* ==========================================================================
   MOBIL REZERVASYON FORMU: MERKEZLEME VE SIFIR TAŞMA
   ========================================================================== */
@media (max-width: 768px) {
  /* Kapsayıcı ve Dış Boşluklar */
  .reservation-form-section {
    padding: 2rem 0.75rem 3rem 0.75rem !important;
    overflow-x: hidden !important;
  }

  .reservation-layout-container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    display: block !important;
  }

  .reservation-card-box {
    width: 100% !important;
    max-width: 100% !important;
    padding: 1.4rem 1rem !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  /* 2'li Simetrik Izgara: Hücrelerin Taşmasını Kesin Engelleyen minmax */
  .hotel-inquiry-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 0.85rem 0.65rem !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Tam Genişlik Alanları */
  .form-field-full,
  .form-field-group:nth-child(1),
  .form-field-group:nth-child(2) {
    grid-column: 1 / -1 !important;
  }

  /* Taşmaya Sebep Olan Etiket Düzeltmesi */
  .form-field-group {
    min-width: 0 !important; /* Grid taşmasını önleyen kritik kural */
  }

  .form-field-group label {
    display: block !important;
    font-size: 0.68rem !important;
    line-height: 1.3 !important;
    white-space: normal !important; /* Asla tek satırda uzayıp formu itmesin */
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    margin-bottom: 0.25rem !important;
  }

  .form-field-group input,
  .form-field-group select {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    height: 42px !important;
    padding: 0.5rem 0.6rem !important;
    font-size: 0.82rem !important;
  }

  .form-field-group textarea {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    min-height: 70px !important;
    padding: 0.5rem 0.6rem !important;
  }

  .btn-whatsapp-submit {
    width: 100% !important;
    height: 46px !important;
    font-size: 0.82rem !important;
    box-sizing: border-box !important;
  }
}
/* ==========================================================================
   ODALAR SAYFASI: MOBİL FİLTRE BUTONLARI (ÜST: TÜM ODALAR / ALT: 2x3 IZGARA)
   ========================================================================== */
@media (max-width: 768px) {
  /* Yatay kaydırmayı tamamen iptal et, 2 sütunlu ızgaraya dönüştür */
  .rooms-filter-wrapper {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 0.5rem !important;
    overflow-x: visible !important;
    white-space: normal !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 0.5rem !important;
    margin-bottom: 2rem !important;
    box-sizing: border-box !important;
  }

  /* İlk buton olan 'Tüm Odalar' (filter_all) en üstte tek başına tam satır kaplar */
  .rooms-filter-wrapper .room-filter-btn:first-child {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    text-align: center !important;
    padding: 0.65rem 1rem !important;
    font-weight: 700 !important;
  }

  /* Kalan 6 kategori butonu 2'şerli olarak 3 satırda simetrik dizilir */
  .rooms-filter-wrapper .room-filter-btn {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 0.55rem 0.5rem !important;
    font-size: 0.74rem !important;
    border-radius: 6px !important;
    box-sizing: border-box !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
}

@media (max-width: 768px) {
  .oh-videos-grid-section, section.oh-videos-grid-section {
    padding: 2rem 0.5rem 2rem 0.5rem !important;
  }
}
/* ==========================================================================
   SITE-MAIN-FLOW SAĞ/SOL PADDING SIFIRLAMA
   ========================================================================== */
.site-main-flow {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (max-width: 768px) {
  .site-main-flow {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}


/* ==========================================================================
   MOBİL LOGO METNİ KESİLME DÜZELTMESİ (WRAP FIX)
   ========================================================================== */
@media (max-width: 768px) {
  .brand-wrapper {
    flex: 0 1 50% !important; /* Navbarın tam %50'si logoya ayrıldı */
    max-width: 50% !important;
  }
  .brand-text .logo-title {
    white-space: normal !important; /* Tek satır zorunluluğu kaldırıldı */
    overflow: visible !important;
    text-overflow: clip !important;
    line-height: 1.15 !important;
    display: block !important;
  }
  .brand-text .logo-subtitle {
    margin-top: 4px !important; /* Alt satıra geçen title ile arasına hafif nefes payı */
  }
}


/* ==========================================================================
   MOBİL 2x2 BİLGİ KUTUSU (FACTS BOX) DÜZELTMESİ
   ========================================================================== */
@media (max-width: 768px) {
  .oh-facts-box {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1.8rem 1rem !important;
    padding: 1.5rem !important;
  }
  .fact-item {
    justify-content: flex-start !important;
  }
  .fact-divider {
    display: none !important; /* Grid yapısını bozmamak için ayraçları gizliyoruz */
  }
}
