/* ============================================================
   Secret Art Bayan Kuaförü — Modern Minimalist Tema (beyaz + soft rose, Inter)
   ============================================================ */

:root {
  --bg: #fafaf9;
  --bg-alt: #f3eeea;
  --surface: #ffffff;
  --text: #1a1612;
  --text-soft: #5a5048;
  --muted: #9c948b;
  --accent: #c98b8b;
  --accent-dark: #a96a6a;
  --accent-soft: #f3e4e0;
  --line: #e8e2dc;
  --shadow: 0 1px 3px rgba(20, 14, 8, 0.04);
  --shadow-lg: 0 10px 30px rgba(20, 14, 8, 0.08);
  --radius: 4px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }

.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 28px;
}
.muted { color: var(--muted); font-weight: 400; }

/* ============================ Header ============================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 250, 249, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 20px 28px;
}
.brand {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: -0.01em;
}
.site-nav {
  display: flex;
  gap: 30px;
  margin-left: 32px;
  font-size: 0.92rem;
  font-weight: 400;
  color: var(--text-soft);
}
.site-nav a { transition: color 0.2s; }
.site-nav a:hover { color: var(--accent); }
.nav-phone {
  margin-left: auto;
  font-weight: 500;
  font-size: 0.95rem;
  color: var(--text);
  border-bottom: 1px solid var(--accent);
  padding-bottom: 2px;
}
.nav-phone:hover { color: var(--accent); }
.nav-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.4rem;
  color: var(--text);
  cursor: pointer;
}

/* ============================ Buttons ============================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  font-weight: 500;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
  border-radius: var(--radius);
  border: 1px solid transparent;
  transition: all 0.2s;
  cursor: pointer;
}
.btn-primary {
  background: var(--text);
  color: var(--surface);
}
.btn-primary:hover { background: #000; }
.btn-link {
  color: var(--text);
  border-bottom: 1px solid var(--text);
  padding: 0 0 4px;
  border-radius: 0;
}
.btn-link:hover { color: var(--accent); border-color: var(--accent); }

/* ============================ Hero ============================ */
.hero {
  padding: 70px 0 90px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  min-height: 70vh;
}
.hero-text { padding-right: 20px; }
.hero-eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 24px;
}
.hero-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.4rem, 4.5vw, 4.2rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 22px;
}
.hero-subtitle {
  font-size: 1.08rem;
  color: var(--text-soft);
  margin-bottom: 30px;
  max-width: 460px;
}
.hero-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 36px;
  font-size: 0.92rem;
}
.stars {
  background: var(--accent-soft);
  color: var(--accent-dark);
  padding: 4px 12px;
  border-radius: 3px;
  font-weight: 600;
}
.hero-cta {
  display: flex;
  align-items: center;
  gap: 24px;
}
.hero-image {
  height: 100%;
  min-height: 540px;
  background-size: cover;
  background-position: center;
  border-radius: var(--radius);
}

/* ============================ Sections ============================ */
.section {
  padding: 110px 0;
}
.section-narrow .container {
  max-width: 760px;
}
.section-alt {
  background: var(--surface);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.section-head { margin-bottom: 60px; }
.eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 18px;
}
.section-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.9rem, 3.2vw, 2.8rem);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.015em;
  margin-bottom: 24px;
  max-width: 600px;
}
.lead {
  font-size: 1.15rem;
  color: var(--text);
  margin-bottom: 18px;
  font-weight: 400;
}
.lead + p { color: var(--text-soft); font-size: 1rem; }

/* ============================ Hizmetler (numaralı satırlar) ============================ */
.services-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  max-width: 800px;
  margin: 0 auto;
}
.srv-row {
  display: grid;
  grid-template-columns: 56px 220px 1fr;
  gap: 20px;
  align-items: baseline;
  padding: 26px 0;
  border-top: 1px solid var(--line);
}
.srv-row:last-child { border-bottom: 1px solid var(--line); }
.srv-no {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--accent);
  font-style: italic;
}
.srv-row h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.srv-row p {
  color: var(--text-soft);
  font-size: 0.96rem;
}

/* ============================ Galeri (1 büyük + 3 küçük mosaic) ============================ */
.gallery-mosaic {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 16px;
  height: 600px;
}
.gal-main {
  background-size: cover;
  background-position: center;
  border-radius: var(--radius);
}
.gal-side {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 16px;
}
.gal-thumb {
  background-size: cover;
  background-position: center;
  border-radius: var(--radius);
}

/* ============================ Konum ============================ */
.location-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 60px;
  align-items: start;
}
.address {
  font-size: 1.1rem;
  color: var(--text);
  margin-bottom: 28px;
  line-height: 1.5;
}
.hours {
  border-top: 1px solid var(--line);
  margin-bottom: 28px;
}
.hours-row {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.94rem;
  color: var(--text-soft);
}
.map {
  height: 400px;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
}
.map iframe { width: 100%; height: 100%; border: 0; }

/* ============================ İletişim ============================ */
.contact {
  text-align: center;
  padding: 130px 0;
}
.contact-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 18px 0 40px;
}
.phone-big {
  display: inline-block;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  font-style: italic;
  color: var(--accent);
  margin-bottom: 18px;
  transition: color 0.2s;
}
.phone-big:hover { color: var(--accent-dark); }
.link {
  color: var(--text);
  border-bottom: 1px solid var(--text);
}
.link:hover { color: var(--accent); border-color: var(--accent); }

/* ============================ Footer ============================ */
.site-footer {
  padding: 32px 0;
  border-top: 1px solid var(--line);
  font-size: 0.9rem;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

/* ============================ Responsive ============================ */
@media (max-width: 900px) {
  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--surface);
    flex-direction: column;
    gap: 0;
    padding: 8px 0;
    border-bottom: 1px solid var(--line);
    display: none;
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 14px 28px; border-bottom: 1px solid var(--line); }
  .nav-toggle { display: block; margin-left: auto; }
  .nav-phone { display: none; }

  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-image { min-height: 380px; }
  .hero { padding: 40px 0 60px; }
  .section { padding: 70px 0; }

  .srv-row { grid-template-columns: 40px 1fr; }
  .srv-row p { grid-column: 1 / -1; padding-left: 60px; }

  .gallery-mosaic { grid-template-columns: 1fr; height: auto; }
  .gal-main { height: 320px; }
  .gal-side { grid-template-columns: 1fr 1fr 1fr; grid-template-rows: 1fr; height: 200px; }

  .location-grid { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .gal-side { grid-template-columns: 1fr 1fr; }
  .gal-thumb:nth-child(3) { display: none; }
  .hero-cta { flex-direction: column; align-items: flex-start; gap: 16px; }
}
