/* Lisa Güzellik Salonu — geçici site. Renkler salonun kendisinden: zümrüt kadife, altın, krem. */
:root {
  --bg: #faf7f2;
  --bg-alt: #f1ebe1;
  --card: #ffffff;
  --ink: #1f1c18;
  --muted: #5d574f;
  --emerald: #173d33;
  --emerald-deep: #0f2a23;
  --gold: #a8843a;
  --gold-text: #7d6128;
  --line: #e4dccf;
  --radius: 16px;
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font: 400 1rem/1.65 var(--sans);
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--emerald); text-underline-offset: 3px; }
a:hover { color: var(--gold-text); }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 4px; }
h1, h2, h3 { font-family: var(--serif); font-weight: 600; line-height: 1.15; color: var(--emerald); margin: 0 0 .5em; }
h1 { font-size: clamp(2.4rem, 6vw, 4.2rem); letter-spacing: -.01em; }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); }
h3 { font-size: 1.4rem; }
p { margin: 0 0 1em; }
figure { margin: 0; }

.wrap { width: 100%; max-width: 1140px; margin: 0 auto; padding: 0 20px; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--emerald); color: #fff; padding: 8px 14px; border-radius: 8px; z-index: 100; }
.skip:focus { left: 8px; }
.eyebrow { font: 600 .78rem/1.2 var(--sans); letter-spacing: .18em; text-transform: uppercase; color: var(--gold-text); margin-bottom: .9rem; }
.lead { font-size: 1.12rem; color: var(--muted); max-width: 38rem; }
.link { font-weight: 600; text-decoration: none; }

/* Butonlar */
.btns { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 1.5rem; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 48px; padding: 12px 24px; border-radius: 999px;
  background: var(--emerald); color: #fff; border: 1.5px solid var(--emerald);
  font: 600 .98rem/1 var(--sans); text-decoration: none; transition: background .2s, color .2s, transform .2s;
}
.btn:hover { background: var(--emerald-deep); color: #fff; transform: translateY(-1px); }
.btn-ghost { background: transparent; color: var(--emerald); }
.btn-ghost:hover { background: var(--emerald); color: #fff; }
.btn-light { background: var(--bg); color: var(--emerald); border-color: var(--bg); }
.btn-light:hover { background: #fff; color: var(--emerald); }
.btn-ghost-light { background: transparent; color: var(--bg); border-color: rgba(250,247,242,.6); }
.btn-ghost-light:hover { background: var(--bg); color: var(--emerald); }
.btn-sm { min-height: 40px; padding: 8px 18px; font-size: .9rem; }

/* Üst menü */
.top { position: sticky; top: 0; z-index: 50; background: rgba(250,247,242,.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.top-in { display: flex; align-items: center; gap: 24px; min-height: 72px; }
.brand img { height: 52px; width: auto; }
.nav-desk { display: none; gap: 28px; margin-left: auto; }
.nav-desk a, .menu nav a { color: var(--ink); text-decoration: none; font-weight: 500; }
.nav-desk a:hover, .nav-desk a[aria-current="page"] { color: var(--gold-text); }
.nav-cta { display: none; }
.menu { margin-left: auto; }
.menu summary { list-style: none; cursor: pointer; width: 44px; height: 44px; display: grid; place-content: center; gap: 5px; border-radius: 10px; }
.menu summary::-webkit-details-marker { display: none; }
.menu summary span { display: block; width: 22px; height: 2px; background: var(--emerald); border-radius: 2px; transition: transform .2s, opacity .2s; }
.menu[open] summary span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu[open] summary span:nth-child(2) { opacity: 0; }
.menu[open] summary span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.menu nav { position: absolute; left: 0; right: 0; top: 100%; background: var(--bg); border-bottom: 1px solid var(--line); padding: 8px 20px 20px; display: grid; }
.menu nav a { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 1.1rem; }
.menu nav a[aria-current="page"] { color: var(--gold-text); }

/* Hero */
.hero { padding: 40px 0 56px; }
.hero-in { display: grid; gap: 36px; align-items: center; }
/* Kemer: 4:5 oranda üst köşeler tam yarım daire (yatay %50, dikey %40 = genişliğin yarısı) */
.hero-img { width: 100%; max-width: 420px; justify-self: center; position: relative; padding: 12px; }
.hero-img img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 50% 50% var(--radius) var(--radius) / 40% 40% var(--radius) var(--radius); box-shadow: 0 24px 60px -30px rgba(15,42,35,.45); }
.hero-img::after { content: ""; position: absolute; inset: 0; border: 1px solid var(--gold); border-radius: 50% 50% calc(var(--radius) + 12px) calc(var(--radius) + 12px) / 40% 40% calc(var(--radius) + 12px) calc(var(--radius) + 12px); pointer-events: none; }

/* Bölümler */
.sec { padding: 64px 0; }
.sec-top { padding-top: 16px; }
.sec-alt { background: var(--bg-alt); }
.sec-h { margin-bottom: 32px; }
.page-h { padding-top: 48px; padding-bottom: 24px; }
.page-404 { padding-bottom: 96px; }
.split { display: grid; gap: 40px; align-items: center; }

/* Kartlar */
.grid { display: grid; gap: 20px; grid-template-columns: 1fr; }
.card { display: flex; flex-direction: column; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; text-decoration: none; color: var(--ink); transition: transform .25s, box-shadow .25s; }
.card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px -24px rgba(15,42,35,.35); color: var(--ink); }
.card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.card-b { display: flex; flex-direction: column; gap: 8px; padding: 20px 20px 22px; flex: 1; }
.card-t { font: 600 1.45rem/1.2 var(--serif); color: var(--emerald); }
.card-x { color: var(--muted); font-size: .94rem; flex: 1; }
.more { font-weight: 600; font-size: .9rem; color: var(--gold-text); }

.visit { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }
.visit-a { font: 600 1.35rem/1.35 var(--serif); }
.visit a { text-decoration: none; }
.about-img img { width: 100%; max-height: 560px; object-fit: cover; border-radius: var(--radius); }

/* Hizmet sayfası */
.crumbs { font-size: .88rem; color: var(--muted); padding-top: 20px; }
.crumbs a { color: var(--muted); }
.svc-h { padding-top: 20px; max-width: 860px; }
.svc-img { max-width: 860px; margin-bottom: 40px; }
.svc-img img { width: 100%; border-radius: var(--radius); aspect-ratio: 833 / 370; object-fit: cover; }
.prose { max-width: 740px; font-size: 1.07rem; line-height: 1.8; padding-bottom: 56px; }
.prose h2 { margin-top: 1.8em; }
.prose h3 { margin-top: 1.5em; font-size: 1.5rem; }
.prose ul { padding-left: 1.2em; margin: 0 0 1.2em; }
.prose li { margin-bottom: .45em; }
.prose li::marker { color: var(--gold); }

/* İletişim */
.contact h2 { font-size: 1.25rem; margin: 1.2em 0 .25em; }
.contact h2:first-child { margin-top: 0; }
.contact p { margin: 0; }
.map iframe { width: 100%; aspect-ratio: 4 / 3; border: 0; border-radius: var(--radius); background: var(--bg-alt); }

/* Çağrı bandı */
.cta { background: var(--emerald); color: var(--bg); padding: 64px 0; text-align: center; }
.cta h2 { color: var(--bg); }
.cta p { color: rgba(250,247,242,.8); }
.cta .btns { justify-content: center; }

/* Footer */
.foot { background: var(--emerald-deep); color: rgba(250,247,242,.85); padding: 56px 0 24px; font-size: .95rem; }
.foot a { color: var(--bg); }
.foot a:hover { color: var(--gold); }
.foot-in { display: grid; gap: 28px; }
.foot-brand { font: 600 1.6rem/1.2 var(--serif); color: var(--bg); margin-bottom: .3em; }
.foot-h { font-size: .75rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); margin-bottom: .5em; }
.copy { margin-top: 36px; padding-top: 20px; border-top: 1px solid rgba(250,247,242,.15); font-size: .85rem; color: rgba(250,247,242,.6); }

/* Mobil alt butonlar */
.dock { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: grid; grid-template-columns: 1fr 1fr; box-shadow: 0 -6px 20px rgba(15,42,35,.15); padding-bottom: env(safe-area-inset-bottom); background: var(--emerald); }
.dock a { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 58px; color: #fff; font-weight: 600; text-decoration: none; }
.dock-call { background: var(--emerald); }
.dock-wa { background: #1f7a4d; }
body { padding-bottom: 58px; }

@media (min-width: 640px) {
  .grid { grid-template-columns: repeat(2, 1fr); }
  .foot-in { grid-template-columns: 1.2fr 1.4fr 1fr; }
}
@media (min-width: 900px) {
  .menu { display: none; }
  .nav-desk { display: flex; }
  .nav-cta { display: inline-flex; }
  .dock { display: none; }
  body { padding-bottom: 0; }
  .hero { padding: 72px 0 88px; }
  .hero-in { grid-template-columns: 1.15fr .85fr; gap: 64px; }
  .split { grid-template-columns: 1fr 1fr; gap: 64px; }
  .sec { padding: 88px 0; }
}
@media (min-width: 1080px) {
  .grid { grid-template-columns: repeat(4, 1fr); }
}
@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; }
}
