:root {
  --bg: #f8f5ef;
  --bg-alt: #efe9df;
  --ink: #1c2322;
  --muted: #5f6a67;
  --pine: #1f3d3a;
  --pine-2: #2b524d;
  --bronze: #b98a56;
  --bronze-soft: #e2c9a0;
  --line: #e0d8cb;
  --white: #fff;
  --radius: 14px;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --shadow: 0 18px 40px -22px rgba(28, 35, 34, .35);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 72px; }
body { margin: 0; background: var(--bg); color: var(--ink); font: 400 16px/1.7 var(--sans); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.12; margin: 0 0 .5em; letter-spacing: -.01em; }
h2 { font-size: clamp(2rem, 4vw, 3rem); }
p { margin: 0 0 1em; }
.wrap { width: min(1180px, 100% - 40px); margin-inline: auto; }
.ic { width: 22px; height: 22px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }

.eyebrow { font-size: .78rem; letter-spacing: .22em; text-transform: uppercase; font-weight: 600; color: var(--bronze-soft); margin-bottom: 1rem; }
.eyebrow.dark { color: var(--bronze); }

/* Butonlar */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; padding: .95rem 1.7rem; border-radius: 999px; border: 1px solid var(--bronze); background: var(--bronze); color: var(--white); font: 600 .92rem var(--sans); letter-spacing: .02em; text-decoration: none; cursor: pointer; transition: background .2s, color .2s, transform .2s; }
.btn:hover { background: #a57746; border-color: #a57746; transform: translateY(-1px); }
.btn-sm { padding: .55rem 1.2rem; }
.btn-ghost { background: transparent; border-color: rgba(255, 255, 255, .55); color: var(--white); }
.btn-ghost:hover { background: rgba(255, 255, 255, .12); border-color: var(--white); }
.btn-wa { background: #25d366; border-color: #25d366; }
.btn-wa:hover { background: #1eb457; border-color: #1eb457; }
.btn-block { width: 100%; }
.btn .ic { width: 18px; height: 18px; }

/* Üst menü */
.nav { position: fixed; inset: 0 0 auto; z-index: 50; transition: background .3s, box-shadow .3s; }
.nav.scrolled { background: rgba(31, 61, 58, .96); box-shadow: 0 6px 24px -12px rgba(0, 0, 0, .4); backdrop-filter: blur(8px); }
.nav-in { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.brand { font-family: var(--serif); font-size: 1.6rem; font-weight: 600; color: var(--white); text-decoration: none; letter-spacing: .01em; }
.menu { display: flex; align-items: center; gap: 2rem; }
.menu a { color: rgba(255, 255, 255, .88); text-decoration: none; font-size: .92rem; font-weight: 500; }
.menu a:not(.btn):hover { color: var(--bronze-soft); }
.menu .btn { color: var(--white); }
.nav-toggle { display: none; background: none; border: 0; width: 44px; height: 44px; cursor: pointer; padding: 10px; }
.nav-toggle span { display: block; height: 2px; background: var(--white); margin: 6px 0; transition: transform .25s; }
.nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }

/* Hero */
.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; color: var(--white); overflow: hidden; background: var(--pine); }
.hero-empty { background: radial-gradient(120% 90% at 80% 10%, #3d6a63 0%, var(--pine) 55%, #142826 100%); }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.04); animation: heroZoom 14s ease-out forwards; }
@keyframes heroZoom { to { transform: scale(1); } }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10, 20, 19, .6) 0%, rgba(10, 20, 19, .15) 55%, transparent 80%), linear-gradient(180deg, rgba(10, 20, 19, .5) 0%, rgba(10, 20, 19, .1) 35%, rgba(10, 20, 19, .75) 100%); }
.hero-in { position: relative; padding: 0 0 clamp(5rem, 12vh, 8rem); max-width: 760px; margin-left: max(20px, calc((100% - 1180px) / 2)); }
.hero h1 { font-size: clamp(2.8rem, 7vw, 5.4rem); margin-bottom: .35em; }
.lead { font-size: clamp(1.02rem, 1.6vw, 1.18rem); color: rgba(255, 255, 255, .88); max-width: 600px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.scroll-hint { position: absolute; left: 50%; bottom: 26px; width: 26px; height: 42px; border: 1.5px solid rgba(255, 255, 255, .6); border-radius: 20px; transform: translateX(-50%); }
.scroll-hint::after { content: ""; position: absolute; left: 50%; top: 8px; width: 3px; height: 8px; border-radius: 2px; background: var(--white); transform: translateX(-50%); animation: scrollDot 1.8s infinite; }
@keyframes scrollDot { 0% { opacity: 0; transform: translate(-50%, 0); } 40% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%, 14px); } }

/* Villa bilgileri (tanıtım metninin altında) */
.stats { list-style: none; padding: 0; margin: 2rem 0 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stats li { display: flex; flex-direction: column; align-items: flex-start; gap: .15rem; padding: 1.2rem .9rem 1.1rem; border-left: 1px solid var(--line); }
.stats li:first-child { border-left: 0; padding-left: 0; }
.stats .ic { color: var(--bronze); width: 22px; height: 22px; margin-bottom: .45rem; }
.stats strong { font-family: var(--serif); font-size: 1.9rem; font-weight: 500; line-height: 1; color: var(--ink); }
.stats span { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }

/* Bölümler */
.section { padding: clamp(4.5rem, 10vw, 8rem) 0; }
.section-alt { background: var(--bg-alt); }
.section-dark { background: var(--pine); color: var(--white); }
.head { text-align: center; max-width: 680px; margin: 0 auto 3rem; }

.about { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 5.5rem); align-items: center; }
.about-solo { grid-template-columns: minmax(0, 760px); justify-content: center; }
.about-text p { color: var(--muted); font-size: 1.05rem; }
.about-img { margin: 0; position: relative; isolation: isolate; }
.about-img img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.about-img::before { content: ""; position: absolute; inset: 24px 24px -24px -24px; border: 1px solid var(--bronze); border-radius: var(--radius); z-index: -1; }

.features { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 1rem; }
.features li { display: flex; align-items: center; gap: .9rem; background: var(--white); padding: 1.15rem 1.3rem; border-radius: var(--radius); border: 1px solid var(--line); font-weight: 500; }
.features .ic { color: var(--bronze); width: 26px; height: 26px; }

/* Galeri */
.gallery { columns: 3 300px; column-gap: 14px; }
.g-item { display: block; position: relative; margin-bottom: 14px; border-radius: 10px; overflow: hidden; break-inside: avoid; background: var(--bg-alt); }
.g-item img { width: 100%; height: auto; transition: transform .6s ease; }
.g-item:hover img { transform: scale(1.04); }
.g-cap { position: absolute; inset: auto 0 0; padding: 2rem 1rem .8rem; color: var(--white); font-size: .88rem; background: linear-gradient(transparent, rgba(0, 0, 0, .6)); opacity: 0; transition: opacity .3s; }
.g-item:hover .g-cap, .g-item:focus-visible .g-cap { opacity: 1; }

/* 3D sanal tur */
.head-sub { color: var(--muted); margin: 0; }
.tour { position: relative; aspect-ratio: 16 / 9; max-height: 80vh; width: 100%; border-radius: var(--radius); overflow: hidden; background: var(--pine); box-shadow: var(--shadow); }
.tour iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* İletişim */
.booking-info p { color: rgba(255, 255, 255, .8); font-size: 1.05rem; max-width: 460px; }
.booking-info .quick { margin-top: 2rem; }
.booking { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.quick { display: flex; flex-wrap: wrap; gap: .7rem; }

.form { background: var(--white); color: var(--ink); padding: clamp(1.5rem, 4vw, 2.5rem); border-radius: calc(var(--radius) + 4px); box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .55); }
.form label { display: block; font-size: .82rem; font-weight: 600; color: var(--muted); margin-bottom: 1rem; }
.form input, .form textarea { display: block; width: 100%; min-width: 0; margin-top: .35rem; padding: .8rem .95rem; border: 1px solid var(--line); border-radius: 10px; background: #fcfbf8; font: 400 1rem var(--sans); color: var(--ink); transition: border-color .2s, box-shadow .2s; }
.form input:focus, .form textarea:focus { outline: none; border-color: var(--bronze); box-shadow: 0 0 0 3px rgba(185, 138, 86, .18); background: var(--white); }
.form textarea { resize: vertical; min-height: 110px; }
.row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 0 1rem; }
.small { font-size: .8rem; color: var(--muted); margin: .9rem 0 0; text-align: center; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.alert { padding: .85rem 1rem; border-radius: 10px; margin-bottom: 1rem; font-size: .93rem; font-weight: 500; }
.alert-success { background: #e6f4ea; color: #1d5b32; }
.alert-error { background: #fbe9e7; color: #8a2a1c; }

/* Konum */
.location { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.addr { display: flex; gap: .8rem; font-size: 1.08rem; }
.addr .ic { color: var(--bronze); margin-top: .2rem; }
.contact-list { list-style: none; padding: 0; margin: 1.5rem 0 0; }
.contact-list li { display: flex; align-items: center; gap: .8rem; padding: .7rem 0; border-top: 1px solid var(--line); }
.contact-list .ic { color: var(--bronze); }
.contact-list a { text-decoration: none; font-weight: 500; }
.contact-list a:hover { color: var(--bronze); }
.map { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4 / 3; background: var(--bg-alt); }
.map iframe { width: 100%; height: 100%; border: 0; display: block; }
.map-empty { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .8rem; color: var(--muted); padding: 2rem; text-align: center; }
.map-empty .ic { width: 38px; height: 38px; color: var(--bronze); }

.footer { background: #152a28; color: rgba(255, 255, 255, .6); padding: 2rem 0; font-size: .87rem; }
.footer-in { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; }
.footer .brand { font-size: 1.3rem; }

.wa-float { position: fixed; right: 20px; bottom: 20px; z-index: 40; width: 58px; height: 58px; border-radius: 50%; background: #25d366; color: var(--white); display: grid; place-items: center; box-shadow: 0 10px 25px -8px rgba(0, 0, 0, .45); transition: transform .2s; }
.wa-float:hover { transform: scale(1.07); }
.wa-float .ic { width: 30px; height: 30px; stroke-width: 1.8; }

/* Lightbox */
.lightbox { position: fixed; inset: 0; z-index: 100; background: rgba(8, 14, 13, .94); display: flex; align-items: center; justify-content: center; }
.lightbox[hidden] { display: none; }
.lightbox figure { margin: 0; max-width: 92vw; max-height: 88vh; text-align: center; }
.lightbox img { max-width: 92vw; max-height: 80vh; object-fit: contain; margin: auto; border-radius: 6px; }
.lightbox figcaption { color: rgba(255, 255, 255, .8); margin-top: .8rem; font-size: .95rem; min-height: 1.4em; }
.lightbox button { position: absolute; background: rgba(255, 255, 255, .08); border: 0; color: var(--white); cursor: pointer; border-radius: 50%; width: 52px; height: 52px; font-size: 2rem; line-height: 1; display: grid; place-items: center; transition: background .2s; }
.lightbox button:hover { background: rgba(255, 255, 255, .2); }
.lb-close { top: 18px; right: 18px; }
.lb-prev { left: 18px; top: 50%; transform: translateY(-50%); }
.lb-next { right: 18px; top: 50%; transform: translateY(-50%); }
.lb-count { position: absolute; top: 30px; left: 26px; color: rgba(255, 255, 255, .6); font-size: .85rem; letter-spacing: .1em; }

/* Kaydırınca beliren öğeler (JS yoksa görünür kalır) */
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s ease, transform .8s ease; }
.js .reveal.in { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .about, .booking, .location { grid-template-columns: 1fr; }
  .about-img::before { display: none; }
  .about-img img { aspect-ratio: 4 / 3; }
}

@media (max-width: 760px) {
  .wrap { width: calc(100% - 32px); }
  .nav-toggle { display: block; }
  .menu { position: fixed; inset: 76px 0 auto; flex-direction: column; align-items: stretch; gap: 0; background: var(--pine); padding: .5rem 16px 1.2rem; transform: translateY(-120%); transition: transform .3s; box-shadow: 0 20px 30px -20px rgba(0, 0, 0, .5); }
  .menu.open { transform: none; }
  .menu a { padding: .9rem 0; border-bottom: 1px solid rgba(255, 255, 255, .08); }
  .menu .btn { margin-top: 1rem; border-bottom: 0; }
  .nav.menu-open { background: var(--pine); }
  .hero-in { margin-left: 16px; margin-right: 16px; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stats li:nth-child(odd) { border-left: 0; padding-left: 0; }
  .stats li:nth-child(n+3) { border-top: 1px solid var(--line); }
  .row { grid-template-columns: 1fr; }
  .lb-prev, .lb-next { top: auto; bottom: 20px; transform: none; }
  .scroll-hint { display: none; }
  .features { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .6rem; }
  .features li { flex-direction: column; align-items: flex-start; gap: .5rem; padding: .9rem 1rem; font-size: .9rem; line-height: 1.35; }
  .features .ic { width: 22px; height: 22px; }
  .gallery { columns: 2; column-gap: 8px; }
  .g-item { margin-bottom: 8px; border-radius: 8px; }
  .footer { padding-bottom: 6rem; }
  .footer-in { flex-direction: column; align-items: flex-start; gap: .3rem; }
  .wa-float { right: 16px; bottom: 16px; width: 54px; height: 54px; }
  .tour { aspect-ratio: 4 / 5; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
  .js .reveal { opacity: 1; transform: none; }
}
