/* lux — Premium Minimal Luxury (klinik, hukuk, emlak, danışmanlık).
   Beyaz zemin + tek premium accent; büyük ince tipografi, glassmorphism, bol boşluk. */
body.t-lux { font-family: "Outfit", system-ui, sans-serif; background: #fcfcfd; color: #17181c; }

.nav {
  display: flex; align-items: center; gap: 1.6rem; padding: 1.1rem 2rem;
  position: sticky; top: 0; z-index: 20;
  background: rgba(252,252,253,.72); backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(23,24,28,.06);
}
.brand { font-weight: 700; font-size: 1.1rem; letter-spacing: .04em; }
.nav nav { margin-left: auto; display: flex; gap: 1.6rem; }
.nav nav a { font-size: .88rem; font-weight: 500; color: #5c6068; }
.nav nav a:hover { color: var(--accent); }
.nav-cta { padding: .5rem 1.3rem; border-radius: 999px; background: #17181c; color: #fff; font-weight: 500; font-size: .85rem; }
.nav-cta:hover { background: var(--accent); }

.hero { position: relative; min-height: 92vh; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; filter: brightness(.9); }
.hero-inner {
  position: relative; z-index: 1; text-align: center; max-width: 780px;
  margin: 4rem 1.5rem; padding: 3.5rem 3rem; border-radius: 28px;
  background: rgba(255,255,255,.62); backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,.7); box-shadow: 0 24px 60px rgba(23,24,28,.14);
}
.hero:not(:has(.hero-bg)) .hero-inner { background: none; border: 0; box-shadow: none; backdrop-filter: none; }
.eyebrow { text-transform: uppercase; letter-spacing: .3em; font-size: .72rem; font-weight: 700; color: var(--accent); margin-bottom: 1rem; }
.hero h1 { font-size: clamp(2.6rem, 6.5vw, 4.6rem); font-weight: 200; letter-spacing: -.03em; line-height: 1.08; }
.hero .sub { margin-top: 1.2rem; font-size: 1.12rem; font-weight: 300; color: #43464d; }
.hero .rating { margin-top: 1rem; color: #43464d; }
.hero .stars { color: var(--accent); letter-spacing: 2px; }
.hero .dim { color: #8b8f97; }

.cta { display: flex; gap: .8rem; flex-wrap: wrap; justify-content: center; margin-top: 1.9rem; }
.btn {
  padding: .85rem 2rem; border-radius: 999px; background: var(--accent); color: #fff;
  font-weight: 500; font-size: .95rem; box-shadow: 0 8px 24px color-mix(in srgb, var(--accent) 35%, transparent);
  transition: transform .15s ease, box-shadow .15s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 14px 32px color-mix(in srgb, var(--accent) 45%, transparent); }
.btn-alt { background: #17181c; box-shadow: none; }

.sec { padding: 6rem 1.5rem; }
.wrap { max-width: 1080px; margin: 0 auto; }
.wrap.narrow { max-width: 680px; }
.sec .eyebrow { text-align: center; }
.sec h2 { text-align: center; font-size: clamp(1.8rem, 3.6vw, 2.6rem); font-weight: 300; letter-spacing: -.02em; margin-bottom: 3rem; }

.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.4rem; }
.card {
  position: relative; padding: 2rem; border-radius: 22px;
  background: rgba(255,255,255,.75); backdrop-filter: blur(10px);
  border: 1px solid rgba(23,24,28,.07); box-shadow: 0 4px 20px rgba(23,24,28,.05);
  transition: transform .18s ease, box-shadow .18s ease;
}
.card:hover { transform: translateY(-5px); box-shadow: 0 18px 44px rgba(23,24,28,.10); }
.card .no { position: absolute; top: 1.4rem; right: 1.6rem; font-weight: 200; font-size: 1.5rem; color: color-mix(in srgb, var(--accent) 45%, #fff); }
.card .ico { font-size: 1.9rem; display: block; margin-bottom: .8rem; }
.card h3 { font-weight: 600; font-size: 1.04rem; margin-bottom: .35rem; }
.card p { color: #5c6068; font-size: .93rem; font-weight: 300; }

.menu-row { display: flex; align-items: baseline; gap: .8rem; padding: 1rem 0; border-bottom: 1px solid rgba(23,24,28,.07); }
.menu-name { font-weight: 500; }
.menu-name small { display: block; font-weight: 300; color: #8b8f97; font-size: .84rem; }
.menu-dots { flex: 1; }
.menu-price { color: var(--accent); font-weight: 700; white-space: nowrap; font-variant-numeric: tabular-nums; }

.gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 1rem; }
.gallery figure img { width: 100%; height: 250px; object-fit: cover; border-radius: 20px; transition: transform .25s ease; }
.gallery figure img:hover { transform: scale(1.02); }

.sec-about { background: #f5f6f8; }
.about-text { text-align: center; font-size: 1.15rem; font-weight: 300; color: #43464d; }

.revs { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.4rem; }
.rev {
  padding: 1.8rem; border-radius: 22px; background: rgba(255,255,255,.8);
  border: 1px solid rgba(23,24,28,.07); box-shadow: 0 4px 20px rgba(23,24,28,.05);
}
.rev .stars-row { letter-spacing: 2px; margin-bottom: .7rem; }
.rev .stars-row .on { color: var(--accent); }
.rev .stars-row .off { color: #e4e6ea; }
.rev p { font-weight: 300; color: #43464d; font-size: .96rem; }
.rev cite { display: block; margin-top: .9rem; font-style: normal; font-weight: 600; font-size: .86rem; color: #8b8f97; }

.split { display: grid; grid-template-columns: 1.2fr 1fr; gap: 3rem; align-items: start; }
.sec-contact .eyebrow, .sec-contact h2 { text-align: left; }
.sec-contact h2 { margin-bottom: 1rem; }
.addr { color: #5c6068; margin-bottom: 1.3rem; font-weight: 300; }
.sec-contact .cta { justify-content: flex-start; }
.hours-card {
  padding: 1.8rem; border-radius: 22px; background: rgba(255,255,255,.8);
  border: 1px solid rgba(23,24,28,.07); box-shadow: 0 4px 20px rgba(23,24,28,.05);
}
.hours-card h3 { font-weight: 600; margin-bottom: 1rem; color: var(--accent); }
.hours { width: 100%; border-collapse: collapse; }
.hours td { padding: .55rem .2rem; border-bottom: 1px solid rgba(23,24,28,.06); font-size: .93rem; }
.hours tr:last-child td { border-bottom: 0; }
.hours .day { font-weight: 500; }
.hours .hrs { text-align: right; color: #5c6068; font-variant-numeric: tabular-nums; }
.hours .hrs.closed { color: var(--accent); font-weight: 600; }
.map { display: block; width: 100%; height: 380px; border: 0; border-radius: 24px; margin: 3rem auto 0; max-width: 1080px; }

.footer { display: flex; justify-content: center; gap: 1rem; padding: 2.4rem; color: #8b8f97; font-size: .9rem; border-top: 1px solid rgba(23,24,28,.06); }
.footer .brand { font-size: .95rem; color: #17181c; }

@media (max-width: 760px) {
  .nav nav { display: none; }
  .nav-cta { margin-left: auto; }
  .split { grid-template-columns: 1fr; gap: 2rem; }
  .sec { padding: 4rem 1.25rem; }
  .hero-inner { padding: 2.2rem 1.4rem; }
}

/* ─── karanlık mod (toggle) — serin gece; frosted panel'ler korunur, marka accent aynı ─── */
html[data-mode="dark"] body.t-lux { background: #0e0f13; color: #eef0f3; }
html[data-mode="dark"] body.t-lux .nav { background: rgba(14,15,19,.72); border-bottom-color: rgba(255,255,255,.08); }
html[data-mode="dark"] body.t-lux .nav nav a { color: #b6bcc6; }
html[data-mode="dark"] body.t-lux .nav-cta { background: #eef0f3; color: #0e0f13; }
html[data-mode="dark"] body.t-lux .hero h1 { color: #eef0f3; }
html[data-mode="dark"] body.t-lux .hero-inner { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.12); }
html[data-mode="dark"] body.t-lux .hero .sub, html[data-mode="dark"] body.t-lux .hero .rating { color: #c2c7d0; }
html[data-mode="dark"] body.t-lux .hero .dim { color: #838a95; }
html[data-mode="dark"] body.t-lux .btn-alt { background: #22242b; }
html[data-mode="dark"] body.t-lux .card { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.1); box-shadow: 0 8px 30px rgba(0,0,0,.35); }
html[data-mode="dark"] body.t-lux .card p { color: #b6bcc6; }
html[data-mode="dark"] body.t-lux .menu-row { border-bottom-color: rgba(255,255,255,.1); }
html[data-mode="dark"] body.t-lux .menu-name small { color: #838a95; }
html[data-mode="dark"] body.t-lux .sec-about { background: #141519; }
html[data-mode="dark"] body.t-lux .about-text { color: #c2c7d0; }
html[data-mode="dark"] body.t-lux .rev { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.1); }
html[data-mode="dark"] body.t-lux .rev p { color: #c2c7d0; }
html[data-mode="dark"] body.t-lux .rev cite { color: #838a95; }
html[data-mode="dark"] body.t-lux .rev .stars-row .off { color: #3a3d45; }
html[data-mode="dark"] body.t-lux .addr { color: #b6bcc6; }
html[data-mode="dark"] body.t-lux .hours-card { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.1); }
html[data-mode="dark"] body.t-lux .hours td { border-bottom-color: rgba(255,255,255,.08); }
html[data-mode="dark"] body.t-lux .hours .hrs { color: #b6bcc6; }
html[data-mode="dark"] body.t-lux .footer { color: #838a95; border-top-color: rgba(255,255,255,.08); }
html[data-mode="dark"] body.t-lux .footer .brand { color: #eef0f3; }
