/* ============================================================
   Türkbükü Bodrum Evleri — Stil
   Estetik: Ege lüksü — derin turkuaz, kum, altın vurgu
   ============================================================ */

:root {
  --sea-deep: #0d3b45;
  --sea: #1b6b7a;
  --sea-light: #5bb3c4;
  --sand: #f4ede1;
  --foam: #fbf8f2;
  --cream: #fdfbf6;
  --gold: #c99a4e;
  --gold-soft: #d8b061;
  --ink: #16302f;
  --ink-soft: #445a58;
  --line: #e7ddcd;

  --radius: 18px;
  --radius-sm: 12px;
  --shadow-sm: 0 4px 20px rgba(13, 59, 69, .08);
  --shadow-md: 0 18px 50px rgba(13, 59, 69, .16);
  --shadow-lg: 0 30px 80px rgba(13, 59, 69, .22);

  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Manrope", -apple-system, system-ui, sans-serif;

  --maxw: 1200px;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 clamp(20px, 5vw, 48px); }

.serif-italic { font-family: var(--font-display); font-style: italic; font-weight: 400; }

/* ---------- Butonlar ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: .5em;
  font-family: var(--font-body); font-weight: 600; font-size: .95rem;
  letter-spacing: .01em;
  padding: .85em 1.7em;
  border-radius: 100px;
  border: 1.5px solid transparent;
  cursor: pointer; text-decoration: none;
  transition: transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s, background .3s, color .3s;
  white-space: nowrap;
}
.btn-sm { padding: .7em 1.3em; font-size: .85rem; }
.btn-primary { background: var(--sea-deep); color: var(--foam); }
.btn-primary:hover { background: var(--sea); transform: translateY(-3px); box-shadow: var(--shadow-md); }
.btn-outline { background: transparent; color: var(--foam); border-color: rgba(251,248,242,.6); }
.btn-outline:hover { background: rgba(251,248,242,.14); border-color: var(--foam); transform: translateY(-3px); }
.btn-ghost { background: transparent; color: var(--sea-deep); border-color: var(--line); }
.btn-ghost:hover { background: var(--sea-deep); color: var(--foam); border-color: var(--sea-deep); }

/* ---------- Başlık tipografisi ---------- */
.section-eyebrow {
  font-size: .8rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 1rem;
}
.section-eyebrow.light { color: var(--gold-soft); }
.section-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  line-height: 1.08;
  letter-spacing: -.01em;
  color: var(--ink);
}
.section-title.light { color: var(--foam); }
.section-head { max-width: 640px; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.section-lead { margin-top: 1.2rem; color: var(--ink-soft); font-size: 1.08rem; }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: background .4s, box-shadow .4s, padding .4s;
  padding: .5rem 0;
}
.site-header.scrolled {
  background: rgba(253, 251, 246, .88);
  backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: clamp(1rem, 3vw, 2rem); min-height: 72px; }

.logo { display: flex; align-items: center; gap: .7rem; text-decoration: none; flex-shrink: 0; }
.logo-mark { width: 40px; height: 40px; flex-shrink: 0; }
.logo-text { display: flex; flex-direction: column; line-height: 1.05; }
.logo-text strong {
  font-family: var(--font-display); font-weight: 500; font-size: 1.25rem;
  color: var(--foam); letter-spacing: .01em;
}
.logo-text em {
  font-style: normal; font-size: .68rem; font-weight: 600; letter-spacing: .2em;
  text-transform: uppercase; color: var(--gold-soft);
}
.scrolled .logo-text strong { color: var(--ink); }
.scrolled .logo-text em { color: var(--gold); }

.main-nav { display: flex; gap: clamp(1rem, 2.4vw, 2rem); flex-wrap: nowrap; }
.main-nav a {
  position: relative; text-decoration: none; color: var(--foam);
  font-weight: 500; font-size: .95rem; opacity: .92;
  transition: color .3s;
}
.main-nav a::after {
  content: ""; position: absolute; left: 0; bottom: -6px; width: 0; height: 2px;
  background: var(--gold-soft); transition: width .3s;
}
.main-nav a:hover::after { width: 100%; }
.scrolled .main-nav a { color: var(--ink); }
.header-cta { margin-left: .25rem; flex-shrink: 0; }
.header-right { display: flex; align-items: center; gap: .7rem; flex-shrink: 0; }
.lang-switch { display: inline-flex; background: var(--sea-deep); border-radius: 100px; padding: 3px; flex-shrink: 0; }
.lang-switch button { background: transparent; border: 0; color: rgba(255,255,255,.72); font: inherit; font-weight: 700; font-size: .8rem; letter-spacing: .04em; padding: 5px 12px; border-radius: 100px; cursor: pointer; transition: background .25s, color .25s; }
.lang-switch button.active { background: #fff; color: var(--sea-deep); }
.lang-switch button:not(.active):hover { color: #fff; }
.scrolled .btn-ghost { color: var(--ink); }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 26px; height: 2px; background: var(--foam); border-radius: 2px; transition: .3s; transform-origin: center; }
.scrolled .nav-toggle span { background: var(--ink); }
.nav-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  display: none; flex-direction: column; gap: .2rem;
  background: var(--cream); border-top: 1px solid var(--line);
  padding: 0 clamp(20px,5vw,48px); max-height: 0; overflow: hidden;
  transition: max-height .4s ease, padding .4s;
}
.mobile-menu.open { max-height: 420px; padding: 1rem clamp(20px,5vw,48px) 1.5rem; }
.mobile-menu a { text-decoration: none; color: var(--ink); font-weight: 600; padding: .8rem 0; border-bottom: 1px solid var(--line); }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; color: var(--foam); overflow: hidden; }
.hero-media { position: absolute; inset: 0; z-index: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; animation: heroZoom 18s ease-out forwards; }
@keyframes heroZoom { from { transform: scale(1.12); } to { transform: scale(1); } }
.hero-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(13,59,69,.55) 0%, rgba(13,59,69,.35) 40%, rgba(13,59,69,.78) 100%),
    radial-gradient(120% 80% at 80% 10%, rgba(201,154,78,.22), transparent 60%);
}
.hero-content { position: relative; z-index: 2; padding-top: 90px; padding-bottom: 60px; max-width: 860px; }
.hero-eyebrow {
  font-size: .82rem; font-weight: 700; letter-spacing: .24em; text-transform: uppercase;
  color: var(--gold-soft); margin-bottom: 1.6rem;
}
.hero-title {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(2.8rem, 8vw, 6rem); line-height: 1.02; letter-spacing: -.02em;
  margin-bottom: 1.6rem;
}
.hero-title span { display: block; }
.hero-sub { font-size: clamp(1.05rem, 2vw, 1.3rem); max-width: 560px; color: rgba(251,248,242,.92); margin-bottom: 2.4rem; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 3.5rem; }

.hero-badges { display: flex; gap: 2.5rem; flex-wrap: wrap; }
.badge { display: flex; flex-direction: column; }
.badge strong { font-family: var(--font-display); font-size: 1.7rem; font-weight: 500; color: var(--gold-soft); }
.badge span { font-size: .82rem; letter-spacing: .06em; text-transform: uppercase; opacity: .85; }

.scroll-hint { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); z-index: 3; width: 26px; height: 42px; border: 2px solid rgba(251,248,242,.6); border-radius: 20px; }
.scroll-hint span { position: absolute; top: 8px; left: 50%; width: 4px; height: 8px; background: var(--foam); border-radius: 2px; transform: translateX(-50%); animation: scrollDot 1.8s infinite; }
@keyframes scrollDot { 0% { opacity: 0; top: 8px; } 40% { opacity: 1; } 80% { opacity: 0; top: 22px; } 100% { opacity: 0; } }

/* ============================================================
   INTRO
   ============================================================ */
.intro { padding: clamp(4.5rem, 9vw, 8rem) 0; }
.intro-grid { display: grid; grid-template-columns: 1.4fr .9fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.intro-text p { color: var(--ink-soft); font-size: 1.08rem; margin-top: 1.4rem; max-width: 56ch; }
.intro-text .section-title { margin-bottom: .5rem; }
.intro-list { list-style: none; display: flex; flex-direction: column; gap: .3rem; background: var(--foam); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.8rem; }
.intro-list li { display: flex; align-items: center; gap: .9rem; padding: .7rem 0; border-bottom: 1px dashed var(--line); font-weight: 500; }
.intro-list li:last-child { border-bottom: 0; }
.dot { width: 9px; height: 9px; border-radius: 50%; background: var(--gold); flex-shrink: 0; box-shadow: 0 0 0 4px rgba(201,154,78,.16); }

/* ============================================================
   LISTINGS
   ============================================================ */
.listings { padding: clamp(3rem, 6vw, 5rem) 0 clamp(4.5rem, 9vw, 8rem); background: linear-gradient(180deg, var(--cream), var(--sand)); }
.listing-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(1.5rem, 3vw, 2.2rem); }
.listing-card {
  background: var(--foam); border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-sm); border: 1px solid var(--line);
  display: flex; flex-direction: column;
  transition: transform .45s cubic-bezier(.2,.8,.2,1), box-shadow .45s;
  text-decoration: none; color: inherit;
}
.listing-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.listing-photo { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--sea-deep); }
.listing-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.listing-card:hover .listing-photo img { transform: scale(1.06); }
.listing-tag {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  background: rgba(13,59,69,.9); color: var(--foam);
  font-size: .8rem; font-weight: 700; letter-spacing: .04em;
  padding: .4em .9em; border-radius: 100px; backdrop-filter: blur(4px);
}
.listing-rate {
  position: absolute; top: 14px; right: 14px; z-index: 2;
  background: rgba(251,248,242,.92); color: var(--ink);
  font-size: .78rem; font-weight: 700;
  padding: .4em .8em; border-radius: 100px; backdrop-filter: blur(4px);
}
.listing-rate--new { background: var(--gold); color: #fff; }
.listing-rate--fav { background: #b23b5e; color: #fff; }

.listing-body { padding: 1.6rem 1.6rem 1.5rem; display: flex; flex-direction: column; flex: 1; }
.listing-body h3 { font-family: var(--font-display); font-weight: 500; font-size: 1.5rem; line-height: 1.15; margin-bottom: .6rem; }
.listing-desc { color: var(--ink-soft); font-size: .96rem; margin-bottom: 1.1rem; }

.listing-specs { list-style: none; display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: .8rem; }
.listing-specs li { font-size: .82rem; font-weight: 600; color: var(--sea-deep); background: rgba(91,179,196,.14); padding: .35em .8em; border-radius: 8px; }

.listing-amenities { list-style: none; display: flex; flex-wrap: wrap; gap: .4rem .9rem; margin-bottom: 1.4rem; }
.listing-amenities li { position: relative; font-size: .85rem; color: var(--ink-soft); padding-left: 1.1rem; }
.listing-amenities li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 700; }

.listing-foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-top: 1.1rem; border-top: 1px solid var(--line); }
.price { font-size: .88rem; font-weight: 600; color: var(--ink-soft); }

/* ============================================================
   FEATURES
   ============================================================ */
.features { padding: clamp(4.5rem, 9vw, 8rem) 0; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.2rem, 2.5vw, 2rem); }
.feature { padding: 2rem 1.8rem; border-radius: var(--radius); border: 1px solid var(--line); background: var(--foam); transition: transform .4s, box-shadow .4s, border-color .4s; }
.feature:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: var(--gold-soft); }
.feature-icon { font-size: 2rem; width: 62px; height: 62px; display: grid; place-items: center; border-radius: 16px; background: linear-gradient(135deg, rgba(91,179,196,.18), rgba(201,154,78,.16)); margin-bottom: 1.2rem; }
.feature h3 { font-family: var(--font-display); font-weight: 500; font-size: 1.28rem; margin-bottom: .5rem; }
.feature p { color: var(--ink-soft); font-size: .96rem; }

/* ============================================================
   GALLERY
   ============================================================ */
.gallery { padding: clamp(3rem, 6vw, 5rem) 0 clamp(4.5rem, 9vw, 8rem); background: var(--sand); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; gap: 14px; }
.gallery-item { position: relative; border: 0; padding: 0; cursor: pointer; overflow: hidden; border-radius: var(--radius-sm); background: var(--sea-deep); box-shadow: var(--shadow-sm); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.8,.2,1), filter .4s; }
.gallery-item:hover img { transform: scale(1.08); filter: brightness(1.05); }
.gallery-item:nth-child(1) { grid-column: span 2; grid-row: span 2; }
.gallery-item:nth-child(6) { grid-column: span 2; }

/* ============================================================
   LOCATION
   ============================================================ */
.location { padding: clamp(4.5rem, 9vw, 8rem) 0; }
.location-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.location-text p { color: var(--ink-soft); font-size: 1.08rem; margin: 1.4rem 0; max-width: 52ch; }
.location-list { list-style: none; display: flex; flex-direction: column; gap: .1rem; margin-bottom: 2rem; }
.location-list li { padding: .8rem 0; border-bottom: 1px solid var(--line); color: var(--ink-soft); }
.location-list strong { color: var(--ink); font-weight: 700; }
.location-map { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); border: 1px solid var(--line); aspect-ratio: 4 / 3; }
.location-map iframe { width: 100%; height: 100%; border: 0; display: block; }
.map-approx { position: absolute; top: 50%; left: 42%; transform: translate(-50%,-50%); width: 44%; max-width: 232px; aspect-ratio: 1; border-radius: 50%; background: rgba(27,107,122,.16); border: 2px solid rgba(27,107,122,.45); display: grid; place-items: center; pointer-events: none; }
.map-pin { width: 46px; height: 46px; border-radius: 50%; background: var(--sea-deep); display: grid; place-items: center; font-size: 1.3rem; box-shadow: 0 8px 22px rgba(13,59,69,.45); }
.map-note { position: absolute; left: 12px; right: 12px; bottom: 12px; background: rgba(253,251,246,.94); color: var(--ink-soft); font-size: .78rem; line-height: 1.4; padding: 8px 12px; border-radius: 10px; box-shadow: var(--shadow-sm); pointer-events: none; }

/* ============================================================
   CONTACT
   ============================================================ */
.contact { padding: clamp(4.5rem, 9vw, 8rem) 0; background: var(--sea-deep); color: var(--foam); position: relative; overflow: hidden; }
.contact::before { content: ""; position: absolute; inset: 0; background: radial-gradient(80% 60% at 20% 0%, rgba(91,179,196,.2), transparent 60%), radial-gradient(70% 60% at 90% 100%, rgba(201,154,78,.16), transparent 60%); }
.contact-inner { position: relative; text-align: center; max-width: 760px; margin: 0 auto; }
.contact-lead { color: rgba(251,248,242,.85); font-size: 1.1rem; margin: 1.2rem auto 2.8rem; max-width: 52ch; }
.contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.contact-cards--2 { grid-template-columns: repeat(2, 1fr); max-width: 640px; margin: 0 auto; }
.contact-card {
  display: flex; flex-direction: column; align-items: center; gap: .35rem;
  padding: 2rem 1rem; text-decoration: none; color: var(--foam);
  background: rgba(251,248,242,.06); border: 1px solid rgba(251,248,242,.16);
  border-radius: var(--radius); transition: transform .35s, background .35s, border-color .35s;
}
.contact-card:hover { transform: translateY(-6px); background: rgba(251,248,242,.12); border-color: var(--gold-soft); }
.cc-icon { font-size: 1.8rem; }
.contact-card strong { font-size: 1.05rem; }
.contact-card span:last-child { color: rgba(251,248,242,.78); font-size: .92rem; }
.contact-note { margin-top: 2rem; font-size: .82rem; color: rgba(251,248,242,.55); }

/* Instagram */
.cc-icon--ig { display: grid; place-items: center; width: 1.9rem; height: 1.9rem; border-radius: 9px; color: #fff; background: linear-gradient(45deg, #f09433, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888); }
.cc-icon--ig svg { width: 1.15rem; height: 1.15rem; }
.ig-teaser { margin-top: 2.6rem; text-align: left; }
.ig-teaser-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; margin-bottom: 1rem; }
.ig-title { font-family: var(--font-display); font-size: 1.15rem; color: var(--foam); }
.ig-follow { text-decoration: none; font-weight: 600; font-size: .9rem; color: #fff; padding: .5em 1.1em; border-radius: 100px; background: linear-gradient(45deg, #f09433, #dc2743 50%, #bc1888); transition: transform .3s, box-shadow .3s; }
.ig-follow:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(220,39,67,.4); }
.ig-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.ig-cell { position: relative; aspect-ratio: 1; overflow: hidden; border-radius: 12px; background: rgba(251,248,242,.06); }
.ig-cell img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.2,.8,.2,1), filter .3s; }
.ig-cell::after { content: ""; position: absolute; inset: 0; background: rgba(13,59,69,0); transition: background .3s; }
.ig-cell:hover img { transform: scale(1.08); }
.ig-cell:hover::after { background: rgba(13,59,69,.18); }

/* ============================================================
   REZERVASYON FORMU
   ============================================================ */
.reserve { padding: clamp(4rem, 8vw, 7rem) 0; background: var(--sand); }
.reserve-inner { max-width: 760px; margin: 0 auto; text-align: center; }
.res-form { margin-top: 2.2rem; text-align: left; background: var(--foam); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.4rem, 3vw, 2.2rem); box-shadow: var(--shadow-sm); }
.rf-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 1.2rem; }
.rf-field { display: flex; flex-direction: column; }
.rf-field.rf-full { margin-top: 1rem; }
.rf-field label { font-weight: 600; font-size: .85rem; margin-bottom: .4rem; color: var(--ink); }
.res-form input, .res-form select, .res-form textarea { border: 1.5px solid var(--line); border-radius: 10px; padding: 11px 12px; font: inherit; color: var(--ink); background: #fff; width: 100%; }
.res-form input:focus, .res-form select:focus, .res-form textarea:focus { outline: none; border-color: var(--sea); }
.res-form textarea { resize: vertical; min-height: 90px; }
.rf-foot { margin-top: 1.5rem; display: flex; align-items: center; gap: 1.1rem; flex-wrap: wrap; }
.res-status { font-size: .92rem; font-weight: 600; }
.res-status.ok { color: #1e7d54; }
.res-status.err { color: #b23b3b; }
@media (max-width: 640px) { .rf-grid { grid-template-columns: 1fr; } }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: #0a2d35; color: rgba(251,248,242,.8); padding: clamp(3rem,6vw,5rem) 0 2rem; }
.footer-inner { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 2.5rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(251,248,242,.12); }
.footer-brand .logo { margin-bottom: 1.2rem; }
.footer-brand .logo-text strong { color: var(--foam); }
.footer-brand p { font-size: .95rem; max-width: 34ch; color: rgba(251,248,242,.65); }
.footer-col h4 { font-family: var(--font-display); font-weight: 500; font-size: 1.1rem; color: var(--foam); margin-bottom: 1.1rem; }
.footer-col a, .footer-col span { display: block; text-decoration: none; color: rgba(251,248,242,.7); font-size: .93rem; padding: .35rem 0; transition: color .3s; }
.footer-col a:hover { color: var(--gold-soft); }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; padding-top: 2rem; font-size: .84rem; color: rgba(251,248,242,.5); }
.footer-legal { padding-top: 1rem; font-size: .72rem; line-height: 1.5; color: rgba(251,248,242,.4); text-align: center; }

/* ============================================================
   WHATSAPP FLOAT
   ============================================================ */
.wa-float {
  position: fixed; bottom: 24px; right: 24px; z-index: 90;
  width: 58px; height: 58px; border-radius: 50%;
  background: #25d366; color: #fff; display: grid; place-items: center;
  box-shadow: 0 10px 30px rgba(37,211,102,.5);
  transition: transform .3s; animation: waPulse 2.6s infinite;
}
.wa-float svg { width: 32px; height: 32px; }
.wa-float:hover { transform: scale(1.1); }
@keyframes waPulse { 0% { box-shadow: 0 0 0 0 rgba(37,211,102,.5); } 70% { box-shadow: 0 0 0 16px rgba(37,211,102,0); } 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); } }

.mail-float {
  position: fixed; bottom: 24px; right: 24px; z-index: 90;
  width: 58px; height: 58px; border-radius: 50%;
  background: var(--sea-deep); color: #fff; display: grid; place-items: center;
  box-shadow: 0 10px 30px rgba(13,59,69,.45);
  transition: transform .3s; animation: mailPulse 2.8s infinite;
}
.mail-float svg { width: 28px; height: 28px; }
.mail-float:hover { transform: scale(1.1); background: var(--sea); }
@keyframes mailPulse { 0% { box-shadow: 0 0 0 0 rgba(27,107,122,.5); } 70% { box-shadow: 0 0 0 16px rgba(27,107,122,0); } 100% { box-shadow: 0 0 0 0 rgba(27,107,122,0); } }

/* ============================================================
   LIGHTBOX
   ============================================================ */
.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(10,45,53,.94); display: none; align-items: center; justify-content: center; padding: 4vw; backdrop-filter: blur(6px); }
.lightbox.open { display: flex; animation: fadeIn .3s ease; }
.lightbox img { max-width: 92vw; max-height: 88vh; border-radius: 10px; box-shadow: var(--shadow-lg); }
.lightbox-close { position: absolute; top: 20px; right: 28px; background: none; border: 0; color: #fff; font-size: 3rem; line-height: 1; cursor: pointer; opacity: .85; }
.lightbox-close:hover { opacity: 1; }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

/* ============================================================
   REVEAL (scroll animasyonu)
   ============================================================ */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.8,.2,1); transition-delay: var(--d, 0s); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero-media img { animation: none; }
  * { scroll-behavior: auto; }
}

/* ============================================================
   DETAY SAYFASI
   ============================================================ */
.detail-top { padding-top: 108px; padding-bottom: 1.2rem; }
.crumb { display: inline-block; text-decoration: none; color: var(--sea); font-weight: 600; font-size: .92rem; margin-bottom: 1rem; transition: color .3s; }
.crumb:hover { color: var(--gold); }
.detail-title { font-family: var(--font-display); font-weight: 400; font-size: clamp(1.9rem, 4.5vw, 3rem); line-height: 1.1; letter-spacing: -.01em; }
.detail-meta { margin-top: .6rem; color: var(--ink-soft); font-size: .98rem; }
.dm-rate { color: var(--ink); font-weight: 700; }
.dm-rate--new { background: var(--gold); color: #fff; padding: .15em .7em; border-radius: 100px; font-size: .82rem; }
.detail-specs { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1rem; }
.detail-specs span { font-size: .84rem; font-weight: 600; color: var(--sea-deep); background: rgba(91,179,196,.14); padding: .4em .9em; border-radius: 8px; }

/* Galeri (üst) */
.detail-gallery { padding: 1.2rem 0 2.5rem; }
.dg-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 12px; border-radius: var(--radius); overflow: hidden; }
.dg-main, .dg-cell { border: 0; padding: 0; cursor: pointer; overflow: hidden; background: var(--sea-deep); position: relative; }
.dg-main { border-radius: var(--radius) 0 0 var(--radius); aspect-ratio: 3 / 2.4; }
.dg-side { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.dg-cell { aspect-ratio: 3 / 2.35; }
.dg-cell:nth-child(1) { border-radius: 0 var(--radius) 0 0; }
.dg-cell:nth-child(2) { border-radius: 0; }
.dg-main img, .dg-cell img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.8,.2,1), filter .3s; }
.dg-main:hover img, .dg-cell:hover img { transform: scale(1.05); filter: brightness(1.04); }
.dg-all { margin-top: 1rem; background: var(--foam); border: 1.5px solid var(--ink); color: var(--ink); font-family: var(--font-body); font-weight: 600; font-size: .9rem; padding: .7em 1.3em; border-radius: 100px; cursor: pointer; transition: background .3s, color .3s; }
.dg-all:hover { background: var(--ink); color: var(--foam); }

/* İçerik düzeni */
.detail-layout { display: grid; grid-template-columns: 1.6fr .9fr; gap: clamp(2rem, 5vw, 4rem); padding-bottom: clamp(3rem, 6vw, 5rem); align-items: start; }
.detail-tagline { font-family: var(--font-display); font-style: italic; font-size: clamp(1.2rem, 2.5vw, 1.6rem); color: var(--sea-deep); line-height: 1.4; padding-bottom: 1.6rem; border-bottom: 1px solid var(--line); }
.detail-section { padding: 1.8rem 0; border-bottom: 1px solid var(--line); }
.detail-section h2 { font-family: var(--font-display); font-weight: 500; font-size: 1.4rem; margin-bottom: 1rem; }
.detail-section p { color: var(--ink-soft); margin-bottom: .8rem; }

.dh-list { display: flex; flex-direction: column; gap: 1.1rem; }
.dh-item { display: flex; gap: 1rem; align-items: flex-start; }
.dh-icon { font-size: 1.5rem; width: 46px; height: 46px; flex-shrink: 0; display: grid; place-items: center; border-radius: 12px; background: linear-gradient(135deg, rgba(91,179,196,.18), rgba(201,154,78,.16)); }
.dh-item strong { display: block; font-size: 1.02rem; }
.dh-item p { color: var(--ink-soft); font-size: .92rem; margin: .15rem 0 0; }

.beds-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1rem; }
.bed-card { border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 1.2rem; display: flex; flex-direction: column; gap: .25rem; background: var(--foam); }
.bed-icon { font-size: 1.4rem; }
.bed-card strong { font-size: 1rem; }
.bed-card span:last-child { color: var(--ink-soft); font-size: .9rem; }

.amenities-grid { list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: .7rem 1.4rem; }
.amenities-grid li { position: relative; padding-left: 1.6rem; color: var(--ink-soft); font-size: .96rem; }
.amenities-grid li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 700; }
.registry { margin-top: 1.4rem; font-size: .82rem; color: var(--ink-soft); }

/* Rezervasyon kutusu */
.detail-aside { position: sticky; top: 96px; }
.reserve-card { background: var(--foam); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.8rem; box-shadow: var(--shadow-md); }
.rc-top { display: flex; align-items: baseline; gap: .6rem; margin-bottom: .3rem; }
.rc-rate { font-family: var(--font-display); font-size: 1.4rem; font-weight: 500; }
.rc-rate--new { background: var(--gold); color: #fff; font-size: .9rem; padding: .2em .8em; border-radius: 100px; }
.rc-rev { color: var(--ink-soft); font-size: .9rem; }
.rc-specs { display: flex; flex-wrap: wrap; gap: .4rem; margin: .8rem 0 1.2rem; }
.rc-specs span { font-size: .8rem; font-weight: 600; color: var(--sea-deep); background: rgba(91,179,196,.14); padding: .35em .8em; border-radius: 8px; }
.rc-note { font-size: .88rem; color: var(--ink-soft); margin-bottom: 1.2rem; }
.rc-btn { width: 100%; margin-bottom: .7rem; }
.rc-btn2 { width: 100%; }

/* Diğer evler */
.other-homes { padding: clamp(3rem, 6vw, 5rem) 0; background: var(--sand); }
.oh-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.oh-card { text-decoration: none; color: inherit; background: var(--foam); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .4s, box-shadow .4s; }
.oh-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.oh-photo { aspect-ratio: 4 / 3; overflow: hidden; background: var(--sea-deep); }
.oh-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.oh-card:hover .oh-photo img { transform: scale(1.06); }
.oh-body { padding: 1rem 1.2rem 1.2rem; display: flex; flex-direction: column; gap: .2rem; }
.oh-body strong { font-family: var(--font-display); font-weight: 500; font-size: 1.1rem; }
.oh-body span { color: var(--ink-soft); font-size: .88rem; }

/* Lightbox gezinme */
.lb-nav { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(251,248,242,.14); border: 0; color: #fff; width: 54px; height: 54px; border-radius: 50%; font-size: 2rem; line-height: 1; cursor: pointer; transition: background .3s; }
.lb-nav:hover { background: rgba(251,248,242,.28); }
.lb-prev { left: 20px; }
.lb-next { right: 20px; }
.lb-count { position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%); color: rgba(251,248,242,.85); font-size: .9rem; letter-spacing: .05em; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .main-nav, .header-cta { display: none; }
  .nav-toggle { display: flex; }
  .mobile-menu { display: flex; }
  .intro-grid { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .location-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .detail-layout { grid-template-columns: 1fr; }
  .detail-aside { position: static; }
  .reserve-card { max-width: 460px; }
}
@media (max-width: 720px) {
  .listing-grid { grid-template-columns: 1fr; }
  .contact-cards { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 150px; }
  .gallery-item:nth-child(1) { grid-column: span 2; grid-row: span 1; }
  .gallery-item:nth-child(6) { grid-column: span 1; }
  .ig-grid { grid-template-columns: repeat(3, 1fr); }

  /* Hero mobil: fotoğraf tüm ekranı doldursun (cover), boşluk kalmasın */
  .hero-media img { object-position: center center; }
  .hero-title { font-size: clamp(2.6rem, 12vw, 3.6rem); }
  .hero-badges { gap: 1.6rem; }
  .dg-grid { grid-template-columns: 1fr; }
  .dg-main { border-radius: var(--radius) var(--radius) 0 0; aspect-ratio: 3 / 2; }
  .dg-side { grid-template-columns: 1fr 1fr; }
  .dg-cell:nth-child(1) { border-radius: 0; }
  .amenities-grid { grid-template-columns: 1fr; }
  .oh-grid { grid-template-columns: 1fr; }
  .lb-nav { width: 44px; height: 44px; font-size: 1.6rem; }
  .lb-prev { left: 8px; } .lb-next { right: 8px; }
}
@media (max-width: 520px) {
  .feature-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 1.8rem; }
  .site-header.scrolled { padding: .3rem 0; }
}
