/* ═══════════════════════════════════════════════════════════
   style2.css — RU Marina index2  |  ince & zarif tipografi
   ═══════════════════════════════════════════════════════════ */

/* ── NAV LİNKLERİ — serif, büyük, diğer başlıklar gibi ── */
#nav .nav-links a {
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-transform: none;
}

/* ── HERO FONTLARI — ince & zarif ── */
.hero-eyebrow {
  font-weight: 300 !important;
  letter-spacing: .55em !important;
  font-size: 9px !important;
  opacity: .8;
}

/* ── HERO SLIDER ── */
.hero2 { position: relative; overflow: hidden; }

.hero2-slides { position: absolute; inset: 0; }

.hero2-slide {
  position: absolute; inset: 0;
  opacity: 0;
  z-index: 1;
  transition: opacity 1.2s ease;
}
.hero2-slide.active { opacity: 1; z-index: 2; }

.hero2-slide video,
.hero2-slide > img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}

.hero2-content {
  position: absolute; inset: 0; z-index: 3;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center; padding: 2rem;
}

.hero2-title {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: clamp(1.9rem, 4.8vw, 4rem);
  line-height: 1.22; color: rgba(255,255,255,.9);
  margin: .75rem 0;
  letter-spacing: 0.01em;
}
.hero2-title em { font-style: normal; color: #d4af7a; font-size: 0.96em; }

.hero2-sub {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: clamp(0.76rem, 1.15vw, 0.92rem);
  color: rgba(255,255,255,0.55);
  max-width: 440px; line-height: 1.9;
  margin-bottom: 2.5rem; letter-spacing: 0.05em;
}

/* Slider nav */
.hero2-nav {
  position: absolute; bottom: 88px;
  left: 50%; transform: translateX(-50%);
  z-index: 10; display: flex; align-items: center; gap: 1.25rem;
}

.hero2-nav-btn {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.28);
  color: #fff; width: 38px; height: 38px;
  border-radius: 50%; cursor: pointer;
  font-size: 1.1rem; transition: all 0.3s ease;
  display: flex; align-items: center; justify-content: center;
}
.hero2-nav-btn:hover { background: rgba(212,175,122,.25); border-color: #d4af7a; }

.hero2-dots { display: flex; gap: 8px; align-items: center; }

.hero2-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: rgba(255,255,255,.35);
  cursor: pointer; border: none;
  transition: all 0.4s ease;
}
.hero2-dot.active { background: #d4af7a; width: 24px; border-radius: 3px; }

/* ── NEDEN RU (4 sütun pillar) ── */
.neden-section {
  background: #080808;
  display: flex; flex-direction: column;
  justify-content: center; align-items: center;
  padding: 5rem 0 3rem;
}

.neden-header { text-align: center; margin-bottom: 2.5rem; padding: 0 2rem; }

.neden-title {
  font-family: 'Times New Roman', serif;
  font-size: 35px;
  font-weight: 400;
  color: #1a1a1a;
  letter-spacing: 0.01em;
  margin-bottom: 14px;
  line-height: 1.15;
}

.neden-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #999;
  letter-spacing: 0.02em;
  line-height: 1.7;
}

.neden-pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%; flex: 1;
  height: calc(100vh - 230px);
  min-height: 320px;
}

.neden-pillar {
  position: relative; overflow: hidden; cursor: pointer;
}
.neden-pillar img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform 0.9s ease;
}
.neden-pillar:hover img { transform: scale(1.06); }

.neden-pillar-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top,
    rgba(0,0,0,.9) 0%,
    rgba(0,0,0,.3) 55%,
    rgba(0,0,0,.08) 100%);
  transition: background .4s ease;
}
.neden-pillar:hover .neden-pillar-overlay {
  background: linear-gradient(to top,
    rgba(0,0,0,.95) 0%,
    rgba(0,0,0,.5) 65%,
    rgba(0,0,0,.2) 100%);
}

.neden-pillar-content {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 2rem 1.5rem; z-index: 2;
}

.neden-pillar-num {
  display: block;
  font-family: 'Lato', sans-serif; font-weight: 300;
  font-size: .68rem; letter-spacing: .3em;
  color: #d4af7a; margin-bottom: .5rem;
}

.neden-pillar-title {
  font-family: 'Playfair Display', serif; font-weight: 400;
  font-size: 1.15rem; color: #fff;
  margin-bottom: .6rem; line-height: 1.3;
}

.neden-pillar-desc {
  font-family: 'Inter', sans-serif; font-weight: 300;
  font-size: .8rem; color: rgba(255,255,255,.7);
  line-height: 1.65; max-height: 0; overflow: hidden;
  transition: max-height .45s ease;
}
.neden-pillar:hover .neden-pillar-desc { max-height: 120px; }

/* ── HAKKINDA SECTION ── */
.hakkinda-section { background: #0d0d0d; }

.hakkinda-inner { display: flex; height: 100%; width: 100%; }

.hakkinda-image {
  width: 44%; position: relative; overflow: hidden;
}
.hakkinda-image img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}

.hakkinda-content {
  width: 56%; padding: 4.5% 5%;
  display: flex; flex-direction: column;
  justify-content: center; overflow-y: auto;
}

.hakkinda-body {
  font-family: 'Inter', sans-serif; font-weight: 300;
  font-size: .93rem; color: rgba(255,255,255,.72);
  line-height: 1.85; margin-bottom: 2rem;
}

.manifesto-box {
  border-left: 2px solid #d4af7a;
  padding: 1.4rem 1.75rem;
  margin-bottom: 2.5rem;
  background: rgba(212,175,122,.04);
}
.manifesto-box p {
  font-family: 'Playfair Display', serif; font-weight: 400;
  font-size: 1rem; color: #d4af7a;
  margin: .25rem 0; letter-spacing: .05em;
}
.manifesto-tagline {
  font-family: 'Inter', sans-serif !important;
  font-weight: 300 !important; font-size: .82rem !important;
  color: rgba(255,255,255,.55) !important;
  margin-top: .75rem !important; font-style: normal;
}

.society-features {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: rgba(255,255,255,.06);
}

.society-feat {
  display: flex; flex-direction: column; gap: .35rem;
  padding: 1rem 1.1rem;
  background: #0d0d0d;
  cursor: default;
  transition: transform .35s cubic-bezier(.22,1,.36,1),
              box-shadow .35s ease,
              background .35s ease,
              z-index 0s;
  transform: scale(1);
  z-index: 1;
  position: relative;
}
.society-feat:hover {
  transform: scale(1.13);
  z-index: 10;
  box-shadow: 0 12px 40px rgba(0,0,0,.45);
  background: #111;
}
.society-feat strong {
  font-family: 'Playfair Display', serif; font-weight: 400;
  font-size: .82rem; color: #d4af7a; letter-spacing: .04em;
  transition: font-size .35s ease, color .35s ease;
}
.society-feat:hover strong {
  font-size: 1rem;
  color: #f0c97a;
}
.society-feat span {
  font-family: 'Inter', sans-serif; font-weight: 300;
  font-size: .74rem; color: rgba(255,255,255,.5); line-height: 1.5;
  transition: color .35s ease, font-size .35s ease;
}
.society-feat:hover span {
  color: rgba(255,255,255,.85);
  font-size: .82rem;
}

/* Scroll girişi — abartılı zoom-in */
@keyframes featZoomIn {
  from { opacity: 0; transform: scale(0.72); }
  to   { opacity: 1; transform: scale(1); }
}
/* Sadece JS hazır olduğunda gizle */
.feats-init .society-feat {
  opacity: 0;
}
.society-feat.feat-visible {
  animation: featZoomIn .55s cubic-bezier(.22,1,.36,1) forwards;
}

/* ── TESTIMONIALS ── */
.testimonials-section { position: relative; }

.testimonials-bg { position: absolute; inset: 0; z-index: 0; }
.testimonials-bg img { width: 100%; height: 100%; object-fit: cover; }
.testimonials-bg::after {
  content: '';
  position: absolute; inset: 0;
  background: rgba(0,0,0,.75);
}

.testimonials-inner {
  position: relative; z-index: 2;
  height: 100%; padding: 4rem 2rem;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center;
}

.testimonials-inner .section-label { color: #d4af7a; margin-bottom: 3rem; }

.testimonial-card {
  display: none; max-width: 620px;
  animation: t-fadein 0.6s ease;
}
.testimonial-card.active { display: block; }

@keyframes t-fadein {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

.testimonial-avatar {
  width: 52px; height: 52px; border-radius: 50%;
  border: 1px solid rgba(212,175,122,.35);
  background: rgba(212,175,122,.1);
  margin: 0 auto 1.25rem;
}

.testimonial-card h3 {
  font-family: 'Playfair Display', serif; font-weight: 400;
  font-size: 1.05rem; color: #d4af7a;
  margin-bottom: 1rem; letter-spacing: .1em;
}

.testimonial-card p {
  font-family: 'Inter', sans-serif; font-weight: 300;
  font-size: 1.08rem; color: rgba(255,255,255,.88);
  line-height: 1.85; font-style: normal;
  margin-bottom: 1.5rem;
}

.testimonial-stars { color: #d4af7a; font-size: .95rem; letter-spacing: .25em; }

.testimonials-dots {
  display: flex; gap: 10px;
  margin-top: 2.5rem; justify-content: center;
}
.testimonials-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: rgba(255,255,255,.28);
  cursor: pointer; border: none;
  transition: all .3s ease;
}
.testimonials-dot.active { background: #d4af7a; transform: scale(1.4); }

/* ── REZERVASYON ── */
.rezervasyon-section { background: #070707; }

.rezervasyon-inner {
  max-width: 680px; width: 100%;
  margin: 0 auto; padding: 2rem 2rem;
}

.rezervasyon-sub {
  font-family: 'Inter', sans-serif; font-weight: 300;
  font-size: .88rem; color: rgba(255,255,255,.5);
  margin: .75rem 0 2.5rem; line-height: 1.75;
}

.rezervasyon-form { display: flex; flex-direction: column; }

.form-row {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 2.5rem; margin-bottom: 1.75rem;
}

.form-group { display: flex; flex-direction: column; gap: .4rem; }

.form-group label {
  font-family: 'Lato', sans-serif; font-weight: 300;
  font-size: .63rem; letter-spacing: .22em;
  text-transform: uppercase; color: #d4af7a;
}

.form-group input {
  background: transparent; border: none;
  border-bottom: 1px solid rgba(255,255,255,.14);
  color: #fff; padding: .6rem 0;
  font-family: 'Inter', sans-serif; font-weight: 300;
  font-size: .9rem; outline: none;
  transition: border-color .3s ease;
}
.form-group input:focus { border-bottom-color: #d4af7a; }
.form-group input::placeholder { color: rgba(255,255,255,.2); }

.rezervasyon-form .btn-primary { margin-top: 1.5rem; align-self: flex-start; }

/* ── HAMBURGERs & MOBİL MENÜ ── */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px; height: 36px;
  background: none; border: none; cursor: pointer;
  padding: 4px; z-index: 1001;
}
.hamburger span {
  display: block; width: 100%; height: 1px;
  background: #fff;
  transition: transform .35s ease, opacity .25s ease, width .3s ease;
  transform-origin: center;
}
.hamburger.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; width: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* Mobil menü overlay */
.mobile-menu {
  position: fixed; inset: 0; z-index: 900;
  background: #0a0a0a;
  display: flex; flex-direction: column;
  justify-content: center; align-items: flex-start;
  padding: 5rem 2.5rem 3rem;
  transform: translateX(100%);
  transition: transform .5s cubic-bezier(0.16,1,0.3,1);
  visibility: hidden;
}
.mobile-menu.open {
  transform: translateX(0);
  visibility: visible;
}

.mobile-menu-close {
  position: absolute; top: 1.75rem; right: 1.75rem;
  width: 40px; height: 40px;
  background: none; border: none; cursor: pointer;
}
.mobile-menu-close span {
  position: absolute; top: 50%; left: 50%;
  width: 20px; height: 1px; background: #fff;
}
.mobile-menu-close span:nth-child(1) { transform: translate(-50%,-50%) rotate(45deg); }
.mobile-menu-close span:nth-child(2) { transform: translate(-50%,-50%) rotate(-45deg); }

.mobile-nav ul { list-style: none; }
.mobile-nav-link {
  display: block;
  font-family: 'Playfair Display', serif;
  font-weight: 400; font-style: normal;
  font-size: clamp(2rem, 7vw, 3rem);
  color: rgba(255,255,255,.8);
  text-decoration: none;
  padding: .4rem 0;
  letter-spacing: .02em;
  transition: color .3s ease;
  opacity: 0;
  transform: translateX(30px);
  transition: color .3s, opacity .4s ease, transform .4s ease;
}
.mobile-menu.open .mobile-nav-link {
  opacity: 1; transform: translateX(0);
}
.mobile-nav li:nth-child(1) .mobile-nav-link { transition-delay: .08s; }
.mobile-nav li:nth-child(2) .mobile-nav-link { transition-delay: .14s; }
.mobile-nav li:nth-child(3) .mobile-nav-link { transition-delay: .20s; }
.mobile-nav li:nth-child(4) .mobile-nav-link { transition-delay: .26s; }
.mobile-nav li:nth-child(5) .mobile-nav-link { transition-delay: .32s; }
.mobile-nav li:nth-child(6) .mobile-nav-link { transition-delay: .38s; }

.mobile-nav-link:hover,
.mobile-nav-link.accent { color: #d4af7a; }

.mobile-menu-footer {
  position: absolute; bottom: 2.5rem; left: 2.5rem;
  display: flex; flex-direction: column; gap: .4rem;
}
.mobile-menu-footer p,
.mobile-menu-footer a {
  font-family: 'Inter', sans-serif; font-weight: 300;
  font-size: .75rem; letter-spacing: .1em;
  color: rgba(255,255,255,.35); text-decoration: none;
}
.mobile-menu-footer a:hover { color: #d4af7a; }

/* Dil seçici — mobil menu içi */
.mobile-lang {
  display: flex; align-items: center; gap: .75rem;
  margin-bottom: 1.25rem;
}
.mobile-lang-btn {
  background: none; border: none; cursor: pointer;
  font-family: 'Lato', sans-serif; font-weight: 300;
  font-size: .85rem; letter-spacing: .18em;
  color: rgba(255,255,255,.45);
  text-transform: uppercase; padding: 0;
  transition: color .25s;
}
.mobile-lang-btn.active,
.mobile-lang-btn:hover { color: #d4af7a; }
.mobile-lang-sep {
  color: rgba(255,255,255,.2);
  font-size: .7rem;
}

/* ════════════════════════════════════════════
   BEYAZ TEMA — İçerik bölümleri
   ════════════════════════════════════════════ */

/* Body/html arka planı */
html, body { background: #f8f6f2 !important; }

/* Nav scrolled durumda beyaz arka plan üzerinde koyu */
#nav.scrolled {
  background: rgba(248,246,242,.96) !important;
  box-shadow: 0 1px 0 rgba(0,0,0,.08) !important;
}
#nav.scrolled .nav-links a { color: #2c2c2c !important; }
#nav.scrolled .nav-links a:hover { color: #b8943f !important; }
#nav.scrolled .lang-btn { color: #2c2c2c !important; }
#nav.scrolled .btn-reserve-nav {
  color: #fff !important;
  background: #b8943f !important;
}
#nav.scrolled .hamburger span { background: #2c2c2c !important; }

/* ── NEDEN RU — beyaz ── */
.neden-section { background: #fff; }
.neden-header .section-title { color: #1a1a1a; }

/* Pillar text üstte beyaz kalır (görsel üzerinde) */

/* ── HAKKINDA — çok açık krem ── */
.hakkinda-section { background: #f5f2ec; }
.hakkinda-content { background: #f5f2ec; }

.hakkinda-body { color: #4a4540; }

.manifesto-box {
  background: rgba(184,148,63,.06);
  border-left-color: #b8943f;
}
.manifesto-box p { color: #b8943f; }
.manifesto-tagline {
  color: #777 !important;
}

.society-features { background: rgba(0,0,0,.05); }
.society-feat { background: #f5f2ec; }
.society-feat:hover { background: #fff; box-shadow: 0 12px 40px rgba(0,0,0,.18); }
.society-feat strong { color: #b8943f; }
.society-feat:hover strong { color: #9a6e1a; }
.society-feat span { color: #888; }
.society-feat:hover span { color: #333; }

/* Section label/title renkleri hakkında bölümü */
.hakkinda-content .section-label { color: #b8943f; }
.hakkinda-content .section-label::before { background: #b8943f; }
.hakkinda-content .section-title { color: #1a1a1a; }
.hakkinda-content .section-title em { color: #b8943f; }
.hakkinda-content .gold-line { background: #b8943f; }

/* ── REZERVASYON — beyaz ── */
.rezervasyon-section { background: #fff; }

.rezervasyon-inner .section-label { color: #b8943f; }
.rezervasyon-inner .section-label::before { background: #b8943f; }
.rezervasyon-inner .section-title { color: #1a1a1a; }
.rezervasyon-inner .section-title em { color: #b8943f; }

.rezervasyon-sub { color: #888; }

.form-group label { color: #b8943f; }
.form-group input {
  color: #1a1a1a;
  border-bottom-color: rgba(0,0,0,.15);
}
.form-group input:focus { border-bottom-color: #b8943f; }
.form-group input::placeholder { color: rgba(0,0,0,.22); }

/* ── FOOTER — koyu kalsın ── */

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .hamburger { display: flex; }
  /* Nav'daki dil seçici ve rezervasyon butonunu gizle, hamburger yeterli */
  #nav .lang-switcher { display: none; }
  #nav .btn-reserve-nav { display: none; }
}

@media (max-width: 900px) {
  .neden-pillars { grid-template-columns: repeat(2, 1fr); height: auto; min-height: 400px; }
  .neden-pillar { height: 240px; }
  .neden-section { height: auto; min-height: 100vh; padding-bottom: 3rem; }
  .hakkinda-inner { flex-direction: column; }
  .hakkinda-image { width: 100%; height: 40vh; }
  .hakkinda-content { width: 100%; }
  .society-features { grid-template-columns: 1fr; gap: 2px; }
  .society-feat { padding: 1.4rem 1.4rem; }
  .society-feat strong { font-size: 1rem; }
  .society-feat span { font-size: .88rem; }
  .form-row { grid-template-columns: 1fr; gap: 1rem; }
  .hero2-nav-btn { display: none; }

  /* Slider dots mobilde yukarı */
  .hero2-nav { bottom: 140px; }
}

@media (max-width: 540px) {
  .rezervasyon-inner { padding: 2rem 1rem; }
}

/* ── MOBİL FOOTER ── */
.footer-mobile { display: none; }

/* ── MOBİL REZ SECTION WRAPPER ── */
.rez-form-wrap {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 2px 20px rgba(0,0,0,.06);
  margin-top: 1.5rem;
}

/* ════════════════════════════════════
   MOBİL TASARIM — ≤768px
   Referans: dikey kart düzeni
   ════════════════════════════════════ */
@media (max-width: 768px) {

  /* ── NEDEN RU — Dikey kart ── */
  .neden-section {
    background: #faf8f5;
    padding: 3rem 0 0;
    height: auto !important;
    min-height: unset !important;
  }
  .neden-header {
    padding: 0 1.5rem 1.5rem;
  }
  .neden-title { font-size: 28px; }
  .neden-pillars {
    grid-template-columns: 1fr !important;
    height: auto !important;
    min-height: unset !important;
    gap: 0;
    width: 100%;
  }
  .neden-pillar {
    height: auto !important;
    overflow: visible;
    display: flex;
    flex-direction: column;
  }
  .neden-pillar img {
    height: 260px;
    width: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
  }
  .neden-pillar-overlay {
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 260px;
    bottom: auto;
    background: linear-gradient(to top,
      rgba(0,0,0,.45) 0%,
      transparent 55%);
  }
  .neden-pillar-content {
    position: relative;
    z-index: 2;
    padding: 1.5rem 1.5rem 2rem;
    background: #faf8f5;
    border-bottom: 1px solid rgba(0,0,0,.07);
  }
  .neden-pillar-num {
    font-size: .68rem;
    letter-spacing: .25em;
    color: #b8943f;
    margin-bottom: .6rem;
  }
  .neden-pillar-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.15rem;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.35;
    margin-bottom: .75rem;
  }
  .neden-pillar-desc {
    max-height: none !important;
    opacity: 1 !important;
    font-size: .88rem;
    color: #666;
    line-height: 1.75;
  }
  .neden-pillar:hover img { transform: none; }

  /* ── SOCIETY FEATS — Beyaz kutu, ortalı ── */
  .society-features {
    background: transparent !important;
    grid-template-columns: 1fr !important;
    gap: 10px;
    padding: 0 1rem 2rem;
  }
  .society-feat {
    background: #fff !important;
    border: 1px solid rgba(0,0,0,.08) !important;
    border-radius: 10px !important;
    box-shadow: 0 2px 14px rgba(0,0,0,.06) !important;
    padding: 1.5rem 1.25rem !important;
    text-align: center;
    align-items: center;
    transform: scale(1) !important;
  }
  .society-feat:hover {
    transform: scale(1) !important;
    box-shadow: 0 4px 20px rgba(0,0,0,.1) !important;
  }
  .society-feat strong {
    font-family: 'Times New Roman', serif !important;
    font-size: 1rem !important;
    color: #b8943f !important;
    letter-spacing: .05em;
  }
  .society-feat span {
    font-size: .85rem !important;
    color: #888 !important;
    text-align: center;
  }

  /* ── REZ SECTION — Açık arka plan ── */
  .rezervasyon-section {
    background: #f0eeeb !important;
    height: auto !important;
  }
  .rezervasyon-inner {
    padding: 3rem 1.25rem 2rem;
    max-width: 100%;
  }
  .rezervasyon-inner .section-label { font-size: .72rem; }
  .rezervasyon-inner .section-title { font-size: 2rem; text-align: center; }
  .rezervasyon-sub { text-align: center; font-size: .88rem; margin-bottom: 0; }

  /* ── FOOTER MOBİL ── */
  footer {
    background: #f5f3f0 !important;
    padding: 2.5rem 1.5rem 1.5rem;
    border-top: 1px solid rgba(0,0,0,.08);
  }
  .footer-desktop { display: none !important; }
  .footer-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }
  .footer-mobile-social {
    display: flex;
    gap: 14px;
    margin-bottom: .5rem;
  }
  .social-circle {
    width: 40px; height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,.15);
    display: flex; align-items: center; justify-content: center;
    color: #666;
    text-decoration: none;
    transition: border-color .3s, color .3s;
  }
  .social-circle:hover { border-color: #b8943f; color: #b8943f; }
  .footer-mobile-hours {
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: .01em;
  }
  .footer-mobile-desc {
    font-size: .85rem;
    color: #777;
    line-height: 1.7;
    max-width: 300px;
  }
  .footer-mobile-info {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    font-size: .84rem;
    color: #555;
    line-height: 1.7;
  }
  .footer-mobile-info a {
    color: #b8943f;
    text-decoration: none;
  }
  .footer-bottom {
    border-top: 1px solid rgba(0,0,0,.08);
    padding-top: 1rem;
    justify-content: center;
  }
  .footer-copy {
    color: rgba(0,0,0,.35) !important;
    font-size: .78rem;
    text-align: center;
  }
}

/* ══════════════════════════════════════════════
   REF-SPLIT — Referans alternating 2-col layout
   ══════════════════════════════════════════════ */

/* Snap scroll tamamen kapalı */
html { scroll-snap-type: none; }
.snap-section { scroll-snap-align: none; scroll-snap-stop: unset; }

/* Section header (centered) */
.ref-section-header {
  text-align: center;
  padding: 80px 2rem 52px;
  background: #fff;
}
.ref-section-header-grey { background: #f5f3f0; }

.ref-main-title {
  font-family: 'Times New Roman', serif;
  font-size: 2.8rem;
  font-weight: 400;
  color: #1a1a1a;
  letter-spacing: .02em;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.ref-main-sub {
  font-family: 'Lato', sans-serif;
  font-size: .95rem;
  font-weight: 300;
  color: #888;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.8;
}

/* Split row */
.ref-split {
  display: flex;
  align-items: center;
  padding: 80px 6vw;
  gap: 6vw;
  background: #fff;
}
.ref-split-grey { background: #f5f3f0; }
.ref-reverse { flex-direction: row-reverse; }

.ref-split-media,
.ref-split-text { flex: 1; }

/* 2 stacked images */
.ref-img-stack {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.ref-img-stack img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

/* Single image */
.ref-img-single img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
}

/* Text content */
.ref-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.75rem;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.3;
  margin-bottom: 0;
}
.ref-dots {
  display: block;
  width: 44px;
  height: 2px;
  background: #b8943f;
  margin: 12px 0 18px;
}
.ref-sub {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #555;
  margin-bottom: 1.2rem;
  line-height: 1.55;
}
.ref-desc {
  font-family: 'Lato', sans-serif;
  font-size: .93rem;
  font-weight: 300;
  color: #777;
  line-height: 1.9;
}

/* manifesto-box — açık tema uyumu */
.ref-split-text .manifesto-box {
  background: rgba(184,148,63,.06);
  border-left: 2px solid #b8943f;
  padding: 1.2rem 1.5rem;
  margin-top: 1.5rem;
}
.ref-split-text .manifesto-box p {
  font-family: 'Playfair Display', serif;
  font-size: .95rem;
  color: #b8943f;
  margin: .2rem 0;
}
.ref-split-text .manifesto-tagline {
  font-family: 'Lato', sans-serif !important;
  font-size: .82rem !important;
  color: #888 !important;
  margin-top: .6rem !important;
  font-style: normal;
}

/* Feats wrap (below hakkinda) */
.ref-feats-wrap {
  background: #f5f3f0;
  padding: 60px 6vw 80px;
  text-align: center;
}
.ref-feats-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #1a1a1a;
  margin-bottom: 1rem;
}
.ref-feats-lead {
  font-family: 'Lato', sans-serif;
  font-size: .93rem;
  font-weight: 300;
  color: #777;
  line-height: 1.85;
  max-width: 600px;
  margin: 0 auto 2.5rem;
}
.ref-feats-wrap .society-features {
  max-width: 900px;
  margin: 0 auto;
  background: rgba(0,0,0,.04);
}
.ref-feats-wrap .society-feat { background: #f5f3f0; }
.ref-feats-wrap .society-feat:hover { background: #fff; }

/* Tablet */
@media (max-width: 900px) {
  .ref-main-title { font-size: 2rem; }
  .ref-split { padding: 60px 4vw; gap: 4vw; }
  .ref-img-stack img { height: 220px; }
  .ref-img-single img { height: 360px; }
  .ref-title { font-size: 1.45rem; }
}

/* Mobile */
@media (max-width: 768px) {
  .ref-section-header { padding: 50px 1.25rem 34px; }
  .ref-main-title { font-size: 1.7rem; }
  .ref-split {
    flex-direction: column;
    padding: 40px 1.25rem;
    gap: 18px;
  }
  .ref-reverse { flex-direction: column; }
  .ref-img-stack img { height: 195px; }
  .ref-img-single img { height: 245px; }
  .ref-title { font-size: 1.25rem; }
  .ref-sub { font-size: .9rem; }
  .ref-desc { font-size: .87rem; }
  .ref-feats-wrap { padding: 40px 1.25rem 50px; }
  .ref-feats-title { font-size: 1.25rem; }
}

/* Mobil: daha sert zoom başlangıcı */
@media (max-width: 900px) {
  @keyframes featZoomIn {
    from { opacity: 0; transform: scale(0.5) translateY(24px); }
    to   { opacity: 1; transform: scale(1)   translateY(0); }
  }
  .feats-init .society-feat { opacity: 0; }
  .society-feat.feat-visible {
    animation: featZoomIn .6s cubic-bezier(.22,1,.36,1) forwards;
  }
}

/* Section Title EM Normalization - 31.08.2026 */
.section-title em,
.contact-panel-header .section-title em,
.hakkinda-content .section-title em,
.rezervasyon-inner .section-title em {
  font-family: 'Times New Roman', serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  letter-spacing: normal !important;
  color: #b8943f !important;
}

.manifesto-left h2 em {
  color: #b8943f !important;
  font-style: normal !important;
}

* { font-style: normal !important; }
em, i { font-style: normal !important; }
