/* ============================================================
   Serenity SPA — Premium Design System
   Palet: #111111 / #C7A96B / #F6F3EE / #FFFFFF
   ============================================================ */
:root {
  --ink: #111111;
  --ink-2: #161513;
  --ink-3: #1d1b18;
  --gold: #C7A96B;
  --gold-soft: rgba(199, 169, 107, .32);
  --gold-hair: rgba(199, 169, 107, .18);
  --cream: #F6F3EE;
  --cream-dim: rgba(246, 243, 238, .62);
  --white: #FFFFFF;
  --ease: cubic-bezier(.32, .72, 0, 1);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --r-lg: 1.75rem;
  --r-md: 1.25rem;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'Poppins', system-ui, sans-serif;
}
[dir="rtl"] {
  --font-display: 'Amiri', 'Cairo', serif;
  --font-body: 'Cairo', 'Segoe UI', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--ink);
  color: var(--cream);
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
::selection { background: var(--gold); color: var(--ink); }

/* İmza: viewport'u çevreleyen ince altın çerçeve */
.page-frame {
  position: fixed; inset: 14px; z-index: 90;
  border: 1px solid var(--gold-hair);
  pointer-events: none;
  mix-blend-mode: screen;
}
@media (max-width: 768px) { .page-frame { inset: 8px; } }

.container { width: min(1240px, 92%); margin-inline: auto; }
.container-narrow { width: min(820px, 92%); margin-inline: auto; }

/* ---------- Tipografi ---------- */
h1, h2, h3, .h3 { font-family: var(--font-display); font-weight: 500; color: var(--white); line-height: 1.18; letter-spacing: .2px; }
.eyebrow {
  display: inline-block;
  font-size: 11px; letter-spacing: .32em; text-transform: uppercase;
  color: var(--gold); font-weight: 500;
  padding: 6px 14px; border: 1px solid var(--gold-hair); border-radius: 999px;
  margin-bottom: 22px;
}
[dir="rtl"] .eyebrow { letter-spacing: .12em; }
.section-title { font-size: clamp(2rem, 4.2vw, 3.2rem); }
.page-title { font-size: clamp(2.4rem, 5.4vw, 4.2rem); max-width: 18ch; }
.page-lead { max-width: 60ch; color: var(--cream-dim); margin-top: 18px; font-size: 1.06rem; }
.h3 { font-size: 1.35rem; }
.block-title { margin: 56px 0 22px; }

/* ---------- Butonlar: pill + iç orb ---------- */
.btn {
  position: relative; display: inline-flex; align-items: center; gap: 12px;
  padding: 13px 22px; border-radius: 999px;
  font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 500;
  transition: transform .5s var(--ease), background .5s var(--ease), border-color .5s var(--ease), color .5s var(--ease);
  will-change: transform;
}
.btn:active { transform: scale(.97); }
.btn-gold { background: linear-gradient(135deg, #d8bc82, var(--gold) 55%, #a8894e); color: var(--ink); }
.btn-gold:hover { transform: translateY(-2px); }
.btn-ghost { border: 1px solid var(--gold-soft); color: var(--cream); background: rgba(255, 255, 255, .02); }
.btn-ghost:hover { border-color: var(--gold); color: var(--white); transform: translateY(-2px); }
.btn-lg { padding: 16px 28px; }
.btn-sm { padding: 10px 16px; font-size: .74rem; }
.btn-block { width: 100%; justify-content: center; }
.btn-orb {
  display: inline-flex; align-items: center; justify-content: center;
  width: 28px; height: 28px; border-radius: 50%;
  background: rgba(17, 17, 17, .16); font-style: normal; font-size: .9rem;
  transition: transform .5s var(--ease);
}
.btn-ghost .btn-orb { background: rgba(255, 255, 255, .08); }
.btn:hover .btn-orb { transform: translate(3px, -2px) scale(1.06); }
[dir="rtl"] .btn:hover .btn-orb { transform: translate(-3px, -2px) scale(1.06); }
[dir="rtl"] .btn-orb { transform: scaleX(-1); }

/* ---------- Header ---------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: background .6s var(--ease), backdrop-filter .6s var(--ease), border-color .6s var(--ease);
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: rgba(17, 17, 17, .78);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom-color: var(--gold-hair);
}
.header-inner {
  width: min(1360px, 94%); margin-inline: auto;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 18px 0;
}
.brand { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-size: 1.12rem; color: var(--white); white-space: nowrap; }
.brand-mark { color: var(--gold); font-size: 1.2rem; }
.main-nav { display: flex; gap: 26px; }
.main-nav a {
  position: relative; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: var(--cream-dim);
  padding: 6px 0; transition: color .45s var(--ease);
}
.main-nav a::after {
  content: ''; position: absolute; inset-inline-start: 0; bottom: 0; height: 1px; width: 100%;
  background: var(--gold); transform: scaleX(0); transform-origin: inline-start;
  transition: transform .5s var(--ease);
}
.main-nav a:hover { color: var(--white); }
.main-nav a:hover::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 16px; }
.lang-switch { display: flex; gap: 4px; border: 1px solid var(--gold-hair); border-radius: 999px; padding: 3px; }
.lang-switch a { font-size: .7rem; letter-spacing: .1em; padding: 5px 10px; border-radius: 999px; color: var(--cream-dim); transition: all .45s var(--ease); }
.lang-switch a.active { background: var(--gold); color: var(--ink); }
.nav-toggle { display: none; flex-direction: column; gap: 6px; width: 40px; height: 40px; align-items: center; justify-content: center; }
.nav-toggle span { width: 22px; height: 1.5px; background: var(--cream); transition: transform .5s var(--ease), opacity .5s; }
.nav-toggle.open span:first-child { transform: translateY(3.7px) rotate(45deg); }
.nav-toggle.open span:last-child { transform: translateY(-3.7px) rotate(-45deg); }

/* Mobil menü — tam ekran cam katman */
.mobile-menu {
  position: fixed; inset: 0; z-index: 95;
  background: rgba(17, 17, 17, .9);
  backdrop-filter: blur(28px); -webkit-backdrop-filter: blur(28px);
  display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 48px;
  opacity: 0; visibility: hidden; transition: opacity .6s var(--ease), visibility .6s;
}
.mobile-menu.open { opacity: 1; visibility: visible; }
.mobile-menu nav { display: flex; flex-direction: column; align-items: center; gap: 18px; }
.mobile-menu nav a {
  font-family: var(--font-display); font-size: clamp(1.5rem, 6vw, 2.2rem); color: var(--cream);
  opacity: 0; transform: translateY(28px);
  transition: opacity .7s var(--ease) var(--d, 0ms), transform .7s var(--ease) var(--d, 0ms), color .4s;
}
.mobile-menu.open nav a { opacity: 1; transform: translateY(0); }
.mobile-menu nav a:hover { color: var(--gold); }
.mobile-menu-foot { display: flex; flex-direction: column; align-items: center; gap: 16px; color: var(--cream-dim); }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; }
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media img, .hero-media video { width: 100%; height: 100%; object-fit: cover; animation: kenburns 24s var(--ease) infinite alternate; }
@keyframes kenburns { from { transform: scale(1); } to { transform: scale(1.08); } }
.hero-fallback {
  width: 100%; height: 100%;
  background:
    radial-gradient(60% 80% at 78% 18%, rgba(199, 169, 107, .16), transparent 60%),
    radial-gradient(50% 60% at 12% 88%, rgba(199, 169, 107, .08), transparent 55%),
    linear-gradient(160deg, #17150f, var(--ink) 55%);
}
.hero-veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(17,17,17,.62), rgba(17,17,17,.34) 45%, var(--ink) 96%); }
.hero-content { padding: 160px 0 120px; }
.hero-title { font-size: clamp(2.6rem, 6.4vw, 5rem); max-width: 15ch; }
.hero-title::after { content: ''; display: block; width: 84px; height: 1px; background: var(--gold); margin-top: 28px; }
.hero-sub { max-width: 52ch; color: var(--cream-dim); font-size: 1.08rem; margin-top: 26px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 42px; }
.hero-scroll { position: absolute; bottom: 34px; left: 50%; transform: translateX(-50%); width: 1px; height: 56px; overflow: hidden; }
.hero-scroll span { display: block; width: 1px; height: 100%; background: linear-gradient(var(--gold), transparent); animation: drip 2.2s var(--ease) infinite; }
@keyframes drip { from { transform: translateY(-100%); } to { transform: translateY(100%); } }

/* ---------- Marquee ---------- */
.marquee { border-block: 1px solid var(--gold-hair); padding: 20px 0; overflow: hidden; background: var(--ink-2); }
.marquee-track { display: flex; align-items: center; gap: 34px; width: max-content; animation: marquee 42s linear infinite; }
.marquee-track span { font-family: var(--font-display); font-size: 1.05rem; color: var(--cream-dim); white-space: nowrap; }
.marquee-track i { color: var(--gold); font-style: normal; font-size: .8rem; }
@keyframes marquee { to { transform: translateX(-50%); } }
[dir="rtl"] .marquee-track { animation-direction: reverse; }

/* ---------- Bölümler ---------- */
.section { padding: clamp(84px, 11vw, 148px) 0; }
.section-alt { background: var(--ink-2); border-block: 1px solid rgba(255, 255, 255, .04); }
.section-head { margin-bottom: clamp(44px, 6vw, 72px); max-width: 640px; }
.section-foot { margin-top: 56px; display: flex; justify-content: center; }

.grid { display: grid; gap: 26px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1080px) { .grid-4 { grid-template-columns: repeat(2, 1fr); } .grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 700px) { .grid-3, .grid-4 { grid-template-columns: 1fr; } }

/* ---------- Double-bezel kart mimarisi ---------- */
.shell {
  display: block;
  background: rgba(255, 255, 255, .035);
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: var(--r-lg);
  padding: 7px;
  transition: transform .7s var(--ease), border-color .7s var(--ease), background .7s var(--ease);
  will-change: transform;
}
.shell:hover { transform: translateY(-6px); border-color: var(--gold-soft); background: rgba(199, 169, 107, .05); }
.card {
  height: 100%;
  background: linear-gradient(165deg, var(--ink-3), var(--ink-2));
  border-radius: calc(var(--r-lg) - 7px);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, .05);
  overflow: hidden;
  display: flex; flex-direction: column;
}
.card-media { aspect-ratio: 4 / 3; overflow: hidden; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.shell:hover .card-media img { transform: scale(1.06); }
.card-body { padding: 26px 26px 30px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.card-body h3, .card-body .h3 { font-size: 1.22rem; }
.card-body p { color: var(--cream-dim); font-size: .93rem; }
.card-meta { display: flex; align-items: center; gap: 12px; font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); }
.card-link { margin-top: auto; padding-top: 8px; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); display: inline-flex; gap: 8px; align-items: center; }
.card-link i { font-style: normal; transition: transform .5s var(--ease); }
.shell:hover .card-link i { transform: translateX(5px); }
[dir="rtl"] .card-link i { transform: scaleX(-1); }
[dir="rtl"] .shell:hover .card-link i { transform: scaleX(-1) translateX(5px); }

.feature-card { padding: 34px 28px; gap: 14px; }
.feature-icon { font-size: 1.6rem; color: var(--gold); }
.feature-card h3 { font-size: 1.16rem; }
.feature-card p { color: var(--cream-dim); font-size: .92rem; }

/* Placeholder görseller (fotoğraf yüklenene dek) */
.ph {
  width: 100%; height: 100%; min-height: 100%;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold-soft); font-size: 1.6rem;
  background:
    radial-gradient(70% 90% at 80% 10%, rgba(199, 169, 107, .14), transparent 60%),
    linear-gradient(150deg, #1c1a15, #14130f);
}
.ph--stone { background: radial-gradient(70% 90% at 20% 90%, rgba(199, 169, 107, .12), transparent 55%), linear-gradient(200deg, #1a1917, #121110); }
.ph--leaf { background: radial-gradient(60% 80% at 50% 0%, rgba(163, 177, 138, .1), transparent 60%), linear-gradient(170deg, #171712, #111210); }
.card-media .ph { aspect-ratio: 4 / 3; }

/* ---------- Sayfa hero ---------- */
.page-hero { position: relative; padding: clamp(160px, 20vw, 220px) 0 clamp(48px, 6vw, 80px); overflow: hidden; }
.page-hero-media { min-height: 52vh; display: flex; align-items: flex-end; }
.page-hero-bg { position: absolute; inset: 0; z-index: -1; }
.page-hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: 1; filter: drop-shadow(0 18px 40px rgba(0, 0, 0, .45));}
.page-hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(17,17,17,0) 0%, rgba(17,17,17,.25) 45%, var(--ink) 100%); }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 10px; font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; color: var(--cream-dim); margin-bottom: 26px; }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb span { color: rgba(246, 243, 238, .3); }

/* ---------- GEO özet kutusu (Öne Çıkanlar) ---------- */
.geo-shell { margin-bottom: 40px; }
.geo-shell:hover { transform: none; }
.geo-summary { padding: 26px 28px; border-radius: calc(var(--r-lg) - 7px); background: linear-gradient(150deg, rgba(199, 169, 107, .1), rgba(199, 169, 107, .03)); box-shadow: inset 0 1px 1px rgba(255,255,255,.05); }
.geo-label { display: block; font-size: .72rem; letter-spacing: .26em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.geo-summary p { font-size: 1.02rem; color: var(--cream); font-weight: 400; }

/* ---------- İçerik ---------- */
.rich-text { color: var(--cream-dim); font-size: 1.01rem; }
.rich-text p { margin-bottom: 1.3em; }
.rich-text h2 { font-size: 1.6rem; margin: 2em 0 .8em; color: var(--white); }
.rich-text h2::after { content: ''; display: block; width: 44px; height: 1px; background: var(--gold); margin-top: 12px; }
.rich-text h3 { font-size: 1.25rem; margin: 1.6em 0 .7em; }
.rich-text ul, .rich-text ol { margin: 0 0 1.3em 1.2em; }
.rich-text strong { color: var(--cream); font-weight: 500; }
.rich-text a { color: var(--gold); border-bottom: 1px solid var(--gold-hair); }
.rich-text img { border-radius: var(--r-md); margin: 1.5em 0; }
[dir="rtl"] .rich-text ul, [dir="rtl"] .rich-text ol { margin: 0 1.2em 1.3em 0; }
.content-media { margin-bottom: 44px; }
.content-media img { border-radius: calc(var(--r-lg) - 7px); }

.check-list { list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 26px; }
.check-list li { position: relative; padding-inline-start: 30px; color: var(--cream-dim); }
.check-list li::before { content: '✦'; position: absolute; inset-inline-start: 0; color: var(--gold); font-size: .85rem; }
@media (max-width: 640px) { .check-list { grid-template-columns: 1fr; } }

.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 48px; }
@media (max-width: 800px) { .two-col { grid-template-columns: 1fr; } }
.info-card { padding: 28px; gap: 12px; }
.info-card h3 { font-size: 1.08rem; margin-bottom: 8px; }
.info-card ul { list-style: none; display: grid; gap: 8px; }
.info-card li { position: relative; padding-inline-start: 22px; color: var(--cream-dim); font-size: .93rem; }
.info-card li::before { content: '·'; position: absolute; inset-inline-start: 4px; color: var(--gold); font-weight: 700; }
.info-card-warn li::before { color: #c78a6b; }
.info-card a { color: var(--gold); }

/* Hizmet detay yerleşimi */
.service-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 48px; align-items: start; }
@media (max-width: 1000px) { .service-layout { grid-template-columns: 1fr; } }
.sticky-side { position: sticky; top: 110px; }
.side-card { padding: 28px; gap: 18px; }
.side-facts { display: grid; gap: 16px; margin-bottom: 8px; }
.side-facts dt { font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin-bottom: 4px; }
.side-facts dd { color: var(--cream); font-size: .95rem; }

/* ---------- Akordiyon ---------- */
.accordion { display: grid; gap: 12px; }
.acc-item { border: 1px solid rgba(255, 255, 255, .07); border-radius: var(--r-md); background: var(--ink-2); overflow: hidden; transition: border-color .5s var(--ease); }
.acc-item[open] { border-color: var(--gold-soft); }
.acc-item summary {
  list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px;
  padding: 20px 24px; font-weight: 400; color: var(--cream); font-size: 1rem;
}
.acc-item summary::-webkit-details-marker { display: none; }
.acc-item summary i { font-style: normal; color: var(--gold); transition: transform .5s var(--ease); flex-shrink: 0; }
.acc-item[open] summary i { transform: rotate(45deg); }
.acc-body { padding: 0 24px 22px; color: var(--cream-dim); font-size: .95rem; }

/* ---------- Alan satırları (SPA) ---------- */
.area-list { display: grid; gap: 26px; }
.area-row { flex-direction: row; min-height: 300px; }
.area-row .card-media { flex: 0 0 46%; aspect-ratio: auto; }
.area-row .card-body { justify-content: center; padding: 40px; }
.area-row.is-flip { flex-direction: row-reverse; }
@media (max-width: 800px) { .area-row, .area-row.is-flip { flex-direction: column; } .area-row .card-media { aspect-ratio: 16 / 9; flex: none; } }

/* ---------- Galeri ---------- */
.filter-bar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 44px; }
.chip {
  padding: 9px 18px; border-radius: 999px; border: 1px solid rgba(255, 255, 255, .1);
  font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--cream-dim);
  transition: all .45s var(--ease);
}
.chip:hover { border-color: var(--gold-soft); color: var(--cream); }
.chip.active { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.chip em { font-style: normal; opacity: .6; }
.chip-xs { padding: 3px 10px; font-size: .66rem; border-color: var(--gold-hair); color: var(--gold); }
.photo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 36px; }
@media (max-width: 900px) { .photo-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .photo-grid { grid-template-columns: 1fr; } }
.gallery-item { padding: 6px; cursor: zoom-in; }
.gallery-item img, .gallery-item .ph { aspect-ratio: 1 / 1; object-fit: cover; border-radius: calc(var(--r-lg) - 6px); width: 100%; }
.gallery-item.hidden { display: none; }
.empty-note { color: var(--cream-dim); border: 1px dashed var(--gold-hair); border-radius: var(--r-md); padding: 36px; text-align: center; }

.lightbox {
  position: fixed; inset: 0; z-index: 120; background: rgba(17, 17, 17, .94);
  display: flex; align-items: center; justify-content: center; padding: 5vw;
  opacity: 0; visibility: hidden; transition: opacity .5s var(--ease), visibility .5s;
}
.lightbox.open { opacity: 1; visibility: visible; }
.lightbox img { max-height: 88vh; max-width: 100%; border-radius: var(--r-md); box-shadow: 0 40px 120px rgba(0, 0, 0, .6); }
.lightbox-close { position: absolute; top: 28px; inset-inline-end: 36px; font-size: 2rem; color: var(--cream); transition: color .4s; }
.lightbox-close:hover { color: var(--gold); }

/* ---------- Blog ---------- */
.post-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; color: var(--cream-dim); font-size: .84rem; margin-top: 18px; }
.mini-posts { list-style: none; display: grid; gap: 4px; }
.mini-posts a {
  display: flex; gap: 22px; align-items: baseline; padding: 18px 6px;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  transition: padding-inline-start .5s var(--ease), border-color .5s var(--ease);
}
.mini-posts a:hover { padding-inline-start: 14px; border-color: var(--gold-soft); }
.mini-posts time { font-size: .74rem; letter-spacing: .12em; color: var(--gold); flex-shrink: 0; }
.mini-posts span { color: var(--cream); font-family: var(--font-display); font-size: 1.06rem; }
.tag-row { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 40px; color: var(--cream-dim); font-size: .85rem; }
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 60px; }
.pagination a {
  width: 42px; height: 42px; display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(255, 255, 255, .1); border-radius: 50%; font-size: .85rem;
  transition: all .45s var(--ease);
}
.pagination a:hover { border-color: var(--gold-soft); }
.pagination a.active { background: var(--gold); border-color: var(--gold); color: var(--ink); }

/* ---------- İletişim ---------- */
.contact-layout { display: grid; grid-template-columns: 340px minmax(0, 1fr); gap: 32px; align-items: start; }
@media (max-width: 960px) { .contact-layout { grid-template-columns: 1fr; } }
.contact-info { display: grid; gap: 18px; }
.contact-form-wrap .card { padding: 34px; }
.contact-form { display: grid; gap: 20px; }
.contact-form label { display: grid; gap: 8px; }
.contact-form label span { font-size: .74rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); }
.contact-form input, .contact-form textarea {
  width: 100%; background: rgba(255, 255, 255, .03); border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 14px; padding: 14px 16px; color: var(--cream); font: inherit;
  transition: border-color .45s var(--ease), background .45s var(--ease);
}
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: var(--gold); background: rgba(199, 169, 107, .05); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 560px) { .form-row { grid-template-columns: 1fr; } }
.hp-field { position: absolute !important; left: -9999px !important; height: 0; width: 0; opacity: 0; }
.form-note { padding: 18px 22px; border-radius: var(--r-md); font-size: .95rem; }
.form-note-ok { background: rgba(199, 169, 107, .12); border: 1px solid var(--gold-soft); color: var(--cream); }
.form-note-err { background: rgba(199, 107, 107, .1); border: 1px solid rgba(199, 107, 107, .35); color: #e8c4c4; margin-bottom: 20px; }
.map-wrap { margin-top: 64px; }
.map-frame { border-radius: calc(var(--r-lg) - 7px); overflow: hidden; }
.map-frame iframe { width: 100%; height: 420px; border: 0; display: block; filter: grayscale(.6) contrast(1.05); }

/* ---------- CTA bandı ---------- */
.cta-band { padding: clamp(72px, 9vw, 120px) 0; background: linear-gradient(150deg, #191712, var(--ink-2)); border-top: 1px solid var(--gold-hair); }
.cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 44px; flex-wrap: wrap; }
.cta-title { font-size: clamp(1.9rem, 3.6vw, 2.8rem); margin-bottom: 14px; }
.cta-text { color: var(--cream-dim); max-width: 48ch; }
.cta-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid rgba(255, 255, 255, .05); background: #0d0d0c; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1.2fr 1fr; gap: 44px; padding: clamp(56px, 7vw, 88px) 0; }
@media (max-width: 960px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-brand { margin-bottom: 18px; }
.footer-about { color: var(--cream-dim); font-size: .92rem; max-width: 34ch; }
.footer-social { display: flex; gap: 18px; margin-top: 20px; }
.footer-social a { font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--cream-dim); border-bottom: 1px solid transparent; transition: all .45s; }
.footer-social a:hover { color: var(--gold); border-color: var(--gold-hair); }
.footer-col h3 { font-size: .78rem; letter-spacing: .24em; text-transform: uppercase; color: var(--gold); font-family: var(--font-body); font-weight: 500; margin-bottom: 20px; }
.footer-col ul { list-style: none; display: grid; gap: 10px; }
.footer-col a { color: var(--cream-dim); font-size: .92rem; transition: color .4s; }
.footer-col a:hover { color: var(--white); }
.footer-col address { font-style: normal; display: grid; gap: 8px; color: var(--cream-dim); font-size: .92rem; }
.footer-hours { color: var(--cream-dim); font-size: .92rem; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .05); padding: 22px 0; }
.footer-bottom p { font-size: .8rem; color: rgba(246, 243, 238, .4); }

/* ---------- WhatsApp float ---------- */
.wa-float {
  position: fixed; bottom: 30px; inset-inline-end: 30px; z-index: 90;
  width: 58px; height: 58px; border-radius: 50%;
  background: linear-gradient(135deg, #d8bc82, var(--gold) 60%, #a8894e); color: var(--ink);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 14px 40px rgba(199, 169, 107, .3);
  transition: transform .5s var(--ease);
}
.wa-float:hover { transform: translateY(-4px) scale(1.05); }
.wa-pulse { position: absolute; inset: 0; border-radius: 50%; border: 1px solid var(--gold); animation: pulse 2.6s var(--ease) infinite; }
@keyframes pulse { from { transform: scale(1); opacity: .8; } to { transform: scale(1.65); opacity: 0; } }

/* ---------- Reveal animasyonları ---------- */
.reveal { opacity: 0; transform: translateY(34px); filter: blur(6px); transition: opacity .9s var(--ease) var(--d, 0ms), transform .9s var(--ease) var(--d, 0ms), filter .9s var(--ease) var(--d, 0ms); }
.reveal.in { opacity: 1; transform: translateY(0); filter: blur(0); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001s !important; animation-iteration-count: 1 !important; transition-duration: .001s !important; }
  .reveal { opacity: 1; transform: none; filter: none; }
}

/* ---------- Responsive başlık ---------- */
@media (max-width: 1180px) { .main-nav { display: none; } .nav-toggle { display: flex; } }
@media (max-width: 640px) {
  .header-cta { display: none; }
  .hero-content { padding: 130px 0 96px; }
  .container, .container-narrow { width: 90%; }
}

/* Odak görünürlüğü */
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 4px;
}
