/* modern — koyu/premium tema (berber, kuaför, spor salonu). Şema: --primary, --accent.
   Paylaşılan bölüm partial'ları ile çalışır (diğer 9 tema gibi). Görünüm CSS'te; DOM ortak. */
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: "Inter", system-ui, sans-serif;
  background: var(--bg); color: var(--text);
  line-height: 1.65; -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
h1, h2, h3, .brand { font-family: "Space Grotesk", "Inter", sans-serif; }
.site {
  --primary: #1f2937; --accent: #d4a017;
  --bg: #0d0f12; --surface: #14171c; --text: #e8eaed;
  --muted: #b8bec8; --muted-2: #8b93a0; --faint: #6b7280;
  --border: rgba(255,255,255,0.07); --line: rgba(255,255,255,0.16);
}
html[data-mode="light"] .site {
  --bg: #f6f7f9; --surface: #ffffff; --text: #171a1f;
  --muted: #3f454e; --muted-2: #5b6470; --faint: #828b96;
  --border: rgba(15,20,30,0.10); --line: rgba(15,20,30,0.17);
}
html[data-mode="light"] .map { filter: none; }

/* ─── nav (ortak _nav) ─── */
.nav {
  display: flex; align-items: center; gap: 1.5rem;
  padding: 1rem 1.75rem;
  position: sticky; top: 0; z-index: 10;
  background: color-mix(in srgb, var(--bg) 82%, transparent); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}
.nav .brand { font-weight: 700; font-size: 1.15rem; letter-spacing: .02em; display: flex; align-items: center; }
.nav nav { margin-left: auto; display: flex; gap: 1.4rem; }
.nav nav a { font-size: .9rem; color: var(--muted); font-weight: 600; }
.nav nav a:hover { color: var(--text); }
.nav-cta { padding: .45rem 1.1rem; border-radius: 999px; font-weight: 700; font-size: .85rem; background: var(--accent); color: #0d0f12; }

/* ─── hero (ortak _hero) ─── */
.hero { position: relative; min-height: 88vh; display: flex; align-items: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; filter: brightness(.42) saturate(.9); }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, var(--bg) 0%, transparent 45%); }
.hero-inner { position: relative; z-index: 1; max-width: 1080px; margin: 0 auto; padding: 4rem 1.75rem; width: 100%; }
.eyebrow { text-transform: uppercase; letter-spacing: .22em; font-size: .78rem; font-weight: 700; color: var(--accent); margin-bottom: .9rem; }
.hero h1 { font-size: clamp(2.4rem, 7vw, 4.4rem); font-weight: 700; line-height: 1.08; letter-spacing: -.02em; max-width: 18ch; }
.hero .sub { margin-top: 1.1rem; font-size: 1.15rem; color: var(--muted); max-width: 42rem; }
.hero .rating { margin-top: 1.1rem; font-weight: 700; font-size: 1.02rem; }
.hero .rating .stars { color: var(--accent); letter-spacing: 3px; }
.hero .rating .dim { color: var(--muted-2); font-weight: 400; }

.cta { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 1.9rem; }
.btn { display: inline-block; padding: .85rem 1.8rem; border-radius: 999px; background: var(--accent); color: #0d0f12; font-weight: 700; font-size: .95rem; transition: transform .12s ease, filter .12s ease; }
.btn:hover { transform: translateY(-2px); filter: brightness(1.08); }
.btn-alt { background: transparent; color: var(--text); border: 1px solid var(--line); }
.btn-alt:hover { border-color: var(--muted); }

/* ─── bölüm iskeleti (ortak .sec/.wrap) ─── */
.sec { padding: 5rem 0; }
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 1.75rem; }
.sec-gallery .wrap { max-width: 1240px; }
.sec h2 { font-size: clamp(1.7rem, 3.6vw, 2.4rem); font-weight: 700; letter-spacing: -.02em; margin-bottom: 2.5rem; }
.sec .eyebrow { margin-bottom: .5rem; }

/* hizmetler (ortak _services .cards/.card) */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.2rem; }
.card { position: relative; padding: 1.75rem; border-radius: 16px; background: var(--surface); border: 1px solid var(--border); transition: border-color .15s ease, transform .15s ease; }
.card:hover { border-color: color-mix(in srgb, var(--accent) 55%, transparent); transform: translateY(-3px); }
.card .no { position: absolute; top: 1.2rem; right: 1.4rem; font-family: "Space Grotesk", sans-serif; font-weight: 700; color: color-mix(in srgb, var(--text) 14%, transparent); font-size: 1.4rem; }
.card .ico { font-size: 1.9rem; display: block; margin-bottom: .8rem; }
.card h3 { font-size: 1.06rem; margin-bottom: .35rem; }
.card p { color: var(--muted-2); font-size: .93rem; }

/* fiyat listesi (ortak _menu style=cards; yapı common.css .pl-cards) */
.pl-cards .pl-card { background: var(--surface); border-color: var(--border); }

/* galeri (ortak _gallery) — ilk kare 2 sütun */
.gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: .9rem; }
.gallery figure:first-child { grid-column: span 2; }
.gallery figure img { width: 100%; height: 260px; object-fit: cover; border-radius: 14px; filter: saturate(.95); transition: filter .2s ease, transform .2s ease; }
.gallery figure img:hover { filter: saturate(1.1); transform: scale(1.015); }

/* yorumlar (ortak _reviews .revs/.rev) */
.revs { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.2rem; }
.rev { padding: 1.6rem; border-radius: 16px; background: var(--surface); border: 1px solid var(--border); }
.rev .stars-row { letter-spacing: 3px; margin-bottom: .7rem; }
.rev .stars-row .on { color: var(--accent); }
.rev .stars-row .off { color: var(--line); }
.rev p { color: var(--muted); font-size: .95rem; }
.rev cite { display: block; margin-top: .9rem; font-style: normal; font-weight: 700; font-size: .88rem; color: var(--faint); }

/* hakkımızda (ortak _about) */
.sec-about .wrap { max-width: 760px; }
.about-text { color: var(--muted); font-size: 1.05rem; }

/* randevu (ortak _booking) */
.sec-booking { background: color-mix(in srgb, var(--accent) 6%, transparent); }

/* iletişim (ortak _contact .split + hours-card) — sol hizalı */
.sec-contact .split { display: grid; grid-template-columns: 1.2fr 1fr; gap: 3rem; align-items: start; }
.sec-contact h2 { margin-bottom: 1rem; }
.sec-contact .addr { color: var(--muted-2); margin-bottom: .4rem; }
.sec-contact .cta { justify-content: flex-start; }
.hours-card { background: var(--surface); border: 1px solid var(--border); border-radius: 16px; padding: 1.6rem; }
.hours-card h3 { margin-bottom: 1rem; font-size: 1.05rem; color: var(--accent); }
.hours { width: 100%; border-collapse: collapse; }
.hours td { padding: .55rem .2rem; border-bottom: 1px solid var(--border); font-size: .93rem; }
.hours tr:last-child td { border-bottom: 0; }
.hours .day { font-weight: 600; }
.hours .hrs { text-align: right; color: var(--muted); font-variant-numeric: tabular-nums; }
.hours .hrs.closed { color: #e0655a; font-weight: 600; }
.map { display: block; width: 100%; height: 380px; border: 0; margin-top: 2.5rem; filter: grayscale(.35) invert(.9) hue-rotate(180deg); }

/* footer (ortak _footer) */
.footer { display: flex; flex-direction: column; align-items: center; gap: .3rem; text-align: center; padding: 2.2rem; color: var(--faint); font-size: .9rem; border-top: 1px solid var(--border); }
.footer .brand { font-size: 1rem; color: var(--muted); }

@media (max-width: 760px) {
  .nav nav { display: none; }  /* ponytail: mobil menü yok, tel CTA yeter; hamburger istenirse eklenir */
  .nav-cta { margin-left: auto; }
  .sec-contact .split { grid-template-columns: 1fr; gap: 2rem; }
  .gallery figure:first-child { grid-column: auto; }
  .sec { padding: 3.5rem 0; }
}
