/* YASEMEN CONCEPT — style.css */

:root {
  --gold: #D4AF37;
  --gold-dk: #B8912A;
  --heading: #2F2B28;
  --text: #666;
  --muted: #999;
  --bg: #F8F6F2;
  --bg2: #EFE8DD;
  --dark: #1A1814;
  --white: #fff;
  --border: rgba(0,0,0,0.08);
  --ff-h: 'Cormorant Garamond', Georgia, serif;
  --ff-b: 'Manrope', system-ui, sans-serif;
  --max: 1440px;
  --pad: clamp(1.25rem, 4vw, 2.5rem);
  --hdr: 88px;
  --sec: clamp(80px, 10vw, 120px);
  --t: 0.35s ease;
  --ts: 0.6s cubic-bezier(0.4,0,0.2,1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--ff-b);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--text);
  background: var(--bg);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
address { font-style: normal; }

.wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--pad);
}
.sec { padding: var(--sec) 0; }
.sec--alt { background: var(--bg2); }
.sec--white { background: var(--white); }
.sec--dark { background: var(--dark); }
.text-center { text-align: center; }

/* EYEBROW */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}
.eyebrow::before { content: ''; width: 32px; height: 1px; background: var(--gold); flex-shrink: 0; }
.eyebrow--center { justify-content: center; }
.eyebrow--center::before { display: none; }
.eyebrow--center::after { content: ''; width: 32px; height: 1px; background: var(--gold); flex-shrink: 0; }

/* TITLES */
.sec-h2 {
  font-family: var(--ff-h);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  color: var(--heading);
  line-height: 1.15;
}
.sec-h2--white { color: var(--white); }
.sec-sub {
  font-size: 1.0625rem;
  line-height: 1.75;
  color: var(--text);
  margin-top: 1rem;
  max-width: 560px;
}
.sec-sub--white { color: rgba(255,255,255,0.6); }

/* BUTTONS */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  font-family: var(--ff-b);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all var(--ts);
  white-space: nowrap;
}
.btn svg { width: 14px; height: 14px; flex-shrink: 0; transition: transform var(--t); }
.btn:hover svg { transform: translateX(4px); }
.btn--gold { background: var(--gold); color: var(--heading); }
.btn--gold:hover { background: var(--gold-dk); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(212,175,55,0.3); }
.btn--dark { background: var(--heading); color: var(--white); }
.btn--dark:hover { background: var(--dark); transform: translateY(-2px); }
.btn--outline { border: 1px solid var(--gold); color: var(--gold); }
.btn--outline:hover { background: var(--gold); color: var(--heading); transform: translateY(-2px); }
.btn--outline-w { border: 1px solid rgba(255,255,255,0.4); color: var(--white); }
.btn--outline-w:hover { background: var(--white); color: var(--heading); transform: translateY(-2px); }

/* ── HEADER ── */
.hdr {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  height: var(--hdr);
  display: flex;
  align-items: center;
  transition: background 0.4s ease, box-shadow 0.4s ease, backdrop-filter 0.4s ease;
}
.hdr--clear {
  background: transparent;
}
.hdr--solid {
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(0,0,0,0.07), 0 4px 24px rgba(0,0,0,0.06);
}

/* Alt altın çizgi — solid modda */
.hdr--solid::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212,175,55,0.4), transparent);
}

.hdr .wrap { width: 100%; }

.hdr__inner {
  position: relative;       /* nav'ın absolute pozisyonlanması için zorunlu */
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: var(--hdr);
}

.hdr__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  z-index: 1;
}
.hdr__logo img {
  height: 60px;
  width: auto;
  display: block;
  transition: opacity var(--t);
}
.hdr__logo:hover img { opacity: 0.88; }

/* Nav — ortalanmış, logo ve sağ bloğun üzerinde durmaz */
.hdr__nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 2rem;
  pointer-events: auto;
}
.hdr__nav a {
  font-size: 0.775rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 3px;
  white-space: nowrap;
  transition: color var(--t);
}
.hdr__nav a::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 0; height: 1.5px;
  background: var(--gold);
  transition: width var(--ts);
}
.hdr__nav a:hover::after,
.hdr__nav a.active::after { width: 100%; }

.hdr--clear .hdr__nav a { color: rgba(255,255,255,0.82); }
.hdr--clear .hdr__nav a:hover,
.hdr--clear .hdr__nav a.active { color: #fff; }
.hdr--solid .hdr__nav a { color: var(--text); }
.hdr--solid .hdr__nav a:hover,
.hdr--solid .hdr__nav a.active { color: var(--heading); }

.hdr__right {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-shrink: 0;
  z-index: 1;
}
.hdr__tel {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
  transition: color var(--t);
}
.hdr__tel svg { width: 14px; height: 14px; color: var(--gold); flex-shrink: 0; }
.hdr--clear .hdr__tel { color: rgba(255,255,255,0.82); }
.hdr--clear .hdr__tel:hover { color: #fff; }
.hdr--solid .hdr__tel { color: var(--text); }
.hdr--solid .hdr__tel:hover { color: var(--heading); }

.hdr__cta {
  padding: 10px 22px;
  background: var(--gold);
  color: var(--heading);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background var(--t), transform var(--t), box-shadow var(--t);
  flex-shrink: 0;
}
.hdr__cta:hover {
  background: var(--gold-dk);
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(212,175,55,0.35);
}

/* HAMBURGER */
.hdr__burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 32px;
  height: 32px;
  padding: 4px 2px;
}
.hdr__burger span {
  display: block;
  height: 1.5px;
  border-radius: 1px;
  transition: all var(--t);
}
.hdr--clear .hdr__burger span { background: #fff; }
.hdr--solid .hdr__burger span { background: var(--heading); }
.hdr__burger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.hdr__burger.open span:nth-child(2) { opacity: 0; }
.hdr__burger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ── MOBILE MENU ── */
.mob-menu {
  position: fixed;
  inset: 0;
  background: var(--dark);
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.75rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--ts);
}
.mob-menu.open { opacity: 1; pointer-events: auto; }
.mob-menu a {
  font-family: var(--ff-h);
  font-size: clamp(2rem, 7vw, 3rem);
  color: var(--white);
  opacity: 0;
  transform: translateY(20px);
  transition: color var(--t), opacity 0.4s, transform 0.4s;
}
.mob-menu.open a { opacity: 1; transform: none; }
.mob-menu.open a:nth-child(1) { transition-delay: 0.05s; }
.mob-menu.open a:nth-child(2) { transition-delay: 0.10s; }
.mob-menu.open a:nth-child(3) { transition-delay: 0.15s; }
.mob-menu.open a:nth-child(4) { transition-delay: 0.20s; }
.mob-menu.open a:nth-child(5) { transition-delay: 0.25s; }
.mob-menu a:hover { color: var(--gold); }
.mob-menu__tel {
  position: absolute;
  bottom: 2rem;
  color: var(--gold);
  font-size: 1rem;
  font-weight: 600;
}

/* ── HERO ── */
.hero {
  position: relative;
  height: 100vh;
  min-height: 640px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  will-change: transform;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(150deg, rgba(26,24,20,0.62), rgba(26,24,20,0.45) 50%, rgba(26,24,20,0.72));
}
.hero__body {
  position: relative;
  z-index: 2;
  padding-top: calc(var(--hdr) / 2);
  max-width: 860px;
}
.hero__tag {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.75rem;
  opacity: 0;
  animation: fadeUp 0.9s ease 0.3s forwards;
}
.hero__tag::before { content: ''; width: 44px; height: 1px; background: var(--gold); }
.hero__h1 {
  font-family: var(--ff-h);
  font-size: clamp(2.75rem, 6vw, 5.5rem);
  font-weight: 400;
  color: var(--white);
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
  opacity: 0;
  animation: fadeUp 0.9s ease 0.5s forwards;
}
.hero__h1 em { font-style: italic; color: var(--gold); }
.hero__sub {
  font-size: 1.0625rem;
  color: rgba(255,255,255,0.72);
  line-height: 1.75;
  max-width: 500px;
  margin-bottom: 2.5rem;
  opacity: 0;
  animation: fadeUp 0.9s ease 0.7s forwards;
}
.hero__btns {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeUp 0.9s ease 0.9s forwards;
}
.hero__scroll {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  opacity: 0;
  animation: fadeUp 0.8s ease 1.2s forwards;
}
.hero__scroll span {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
}
.hero__scroll-line {
  width: 1px;
  height: 48px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.5), transparent);
  animation: scrollAnim 2s ease-in-out infinite;
}

/* ── PAGE HERO (alt sayfalar) ── */
.page-hero {
  height: clamp(360px, 42vw, 500px);
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.page-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.page-hero__ov {
  position: absolute;
  inset: 0;
  background: rgba(26,24,20,0.62);
}
.page-hero__body {
  position: relative;
  z-index: 2;
  padding-top: var(--hdr);
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8125rem;
  color: rgba(255,255,255,0.45);
  margin-bottom: 1rem;
}
.breadcrumb a { color: rgba(255,255,255,0.45); transition: color var(--t); }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb__sep { color: rgba(255,255,255,0.25); }
.breadcrumb__cur { color: var(--gold); }
.page-hero__h1 {
  font-family: var(--ff-h);
  font-size: clamp(2.25rem, 5vw, 4rem);
  font-weight: 400;
  color: var(--white);
  line-height: 1.1;
}

/* ── ABOUT PREVIEW ── */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 6vw, 6rem);
  align-items: center;
}
.about-img { position: relative; }
.about-img__wrap { aspect-ratio: 4/5; overflow: hidden; }
.about-img__wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.9s;
}
.about-img__wrap:hover img { transform: scale(1.05); }
.about-img__badge {
  position: absolute;
  bottom: 2rem; left: -2rem;
  background: var(--gold);
  padding: 1.5rem 2rem;
  text-align: center;
}
.about-img__badge-num {
  font-family: var(--ff-h);
  font-size: 2.75rem;
  color: var(--heading);
  line-height: 1;
}
.about-img__badge-txt {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--heading);
  opacity: 0.75;
  margin-top: 3px;
}
.about-img__frame {
  position: absolute;
  bottom: -1.5rem; right: -1.5rem;
  width: 150px; height: 150px;
  border: 1px solid rgba(212,175,55,0.35);
  pointer-events: none;
}
.about-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 1rem;
  margin: 2rem 0;
  padding: 2rem 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.about-stat__num {
  font-family: var(--ff-h);
  font-size: 2.5rem;
  color: var(--gold);
  line-height: 1;
}
.about-stat__label { font-size: 0.8125rem; color: var(--muted); margin-top: 3px; }

/* ── SERVICES CARD GRID ── */
.svc-hdr {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.svc-card {
  background: var(--white);
  padding: 2.25rem 2rem;
  position: relative;
  overflow: hidden;
  transition: all var(--ts);
}
.svc-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 0; height: 2px;
  background: var(--gold);
  transition: width var(--ts);
}
.svc-card:hover { transform: translateY(-6px); box-shadow: 0 12px 40px rgba(0,0,0,0.1); }
.svc-card:hover::after { width: 100%; }
.svc-card__num {
  position: absolute;
  top: 1.5rem; right: 1.75rem;
  font-family: var(--ff-h);
  font-size: 3.5rem;
  font-weight: 700;
  color: rgba(0,0,0,0.04);
  line-height: 1;
  user-select: none;
}
.svc-card__icon { width: 46px; height: 46px; color: var(--gold); margin-bottom: 1.25rem; }
.svc-card__title {
  font-family: var(--ff-h);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--heading);
  margin-bottom: 0.625rem;
}
.svc-card__desc { font-size: 0.9375rem; line-height: 1.72; }
.svc-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 1.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  transition: gap var(--t);
}
.svc-card:hover .svc-card__link { gap: 14px; }
.svc-card__link svg { width: 12px; height: 12px; }

/* ── SERVICES DETAIL (hizmetler.html) ── */
.svc-detail { display: flex; flex-direction: column; }
.svc-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 440px;
  border-bottom: 1px solid var(--border);
}
.svc-item:first-child { border-top: 1px solid var(--border); }
.svc-item:nth-child(even) { direction: rtl; }
.svc-item:nth-child(even) > * { direction: ltr; }
.svc-item__img { position: relative; overflow: hidden; }
.svc-item__img img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.9s;
}
.svc-item:hover .svc-item__img img { transform: scale(1.05); }
.svc-item__body {
  padding: clamp(2rem, 5vw, 4rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--white);
}
.svc-item__num {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.5rem;
}
.svc-item__icon { width: 46px; height: 46px; color: var(--gold); margin-bottom: 1rem; }
.svc-item__title {
  font-family: var(--ff-h);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 500;
  color: var(--heading);
  margin-bottom: 0.75rem;
}
.svc-item__desc { font-size: 0.9375rem; line-height: 1.8; margin-bottom: 1.25rem; }
.svc-item__feats { display: flex; flex-direction: column; gap: 0.5rem; margin-bottom: 1.75rem; }
.svc-item__feat {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9375rem;
}
.svc-item__feat::before { content: ''; width: 18px; height: 1px; background: var(--gold); flex-shrink: 0; }

/* ── WHY US ── */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: rgba(0,0,0,0.06);
  margin-top: 3.5rem;
}
.why-card {
  background: var(--bg);
  padding: 2.5rem 2rem;
  transition: background var(--ts);
  position: relative;
}
.why-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 0; height: 2px;
  background: var(--gold);
  transition: width var(--ts);
}
.why-card:hover { background: var(--white); }
.why-card:hover::after { width: 100%; }
.why-card__icon { width: 42px; height: 42px; color: var(--gold); margin-bottom: 1.125rem; }
.why-card__title {
  font-family: var(--ff-h);
  font-size: 1.1875rem;
  font-weight: 600;
  color: var(--heading);
  margin-bottom: 0.5rem;
}
.why-card__text { font-size: 0.9375rem; line-height: 1.72; }

/* ── PROJECTS ── */
.proj-hdr {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
.proj-filters {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin: 2rem 0 2.5rem;
}
.flt-btn {
  padding: 7px 20px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid rgba(0,0,0,0.1);
  background: transparent;
  color: var(--text);
  cursor: pointer;
  transition: all var(--t);
  font-family: var(--ff-b);
}
.flt-btn:hover,
.flt-btn.active { background: var(--gold); border-color: var(--gold); color: var(--heading); }

/* Ana sayfa proje grid */
.proj-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 280px;
  gap: 10px;
}
.proj-grid .pc:nth-child(1) { grid-column: span 7; grid-row: span 2; }
.proj-grid .pc:nth-child(2) { grid-column: span 5; }
.proj-grid .pc:nth-child(3) { grid-column: span 5; }
.proj-grid .pc:nth-child(4) { grid-column: span 4; }
.proj-grid .pc:nth-child(5) { grid-column: span 4; }
.proj-grid .pc:nth-child(6) { grid-column: span 4; }

/* Projeler sayfası full grid */
.proj-full {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 300px;
  gap: 10px;
}
.proj-full .pc:nth-child(1)  { grid-column: span 8; grid-row: span 2; }
.proj-full .pc:nth-child(2)  { grid-column: span 4; }
.proj-full .pc:nth-child(3)  { grid-column: span 4; }
.proj-full .pc:nth-child(4)  { grid-column: span 5; }
.proj-full .pc:nth-child(5)  { grid-column: span 7; }
.proj-full .pc:nth-child(6)  { grid-column: span 6; }
.proj-full .pc:nth-child(7)  { grid-column: span 6; }
.proj-full .pc:nth-child(8)  { grid-column: span 7; grid-row: span 2; }
.proj-full .pc:nth-child(9)  { grid-column: span 5; }
.proj-full .pc:nth-child(10) { grid-column: span 5; }

/* Proje kartı */
.pc {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: var(--bg2);
}
.pc.hidden { display: none; }
.pc > img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.9s;
}
.pc:hover > img { transform: scale(1.07); }
.pc__ov {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26,24,20,0.88), rgba(26,24,20,0.15) 60%, transparent);
  opacity: 0;
  transition: opacity var(--ts);
}
.pc:hover .pc__ov { opacity: 1; }
.pc__info {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 1.75rem;
  transform: translateY(10px);
  opacity: 0;
  transition: all var(--ts);
}
.pc:hover .pc__info { transform: none; opacity: 1; }
.pc__cat {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 5px;
}
.pc__title {
  font-family: var(--ff-h);
  font-size: 1.3125rem;
  color: var(--white);
  margin-bottom: 0.875rem;
  line-height: 1.2;
}
.pc__btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 16px;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid var(--gold);
  background: transparent;
  cursor: pointer;
  transition: all var(--t);
  font-family: var(--ff-b);
}
.pc__btn:hover { background: var(--gold); color: var(--heading); }
.pc__btn svg { width: 11px; height: 11px; }

/* ── LIGHTBOX ── */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s;
}
.lightbox.open { opacity: 1; pointer-events: auto; }
.lb__bg {
  position: absolute;
  inset: 0;
  background: rgba(6,5,4,0.95);
  cursor: pointer;
}
.lb__inner {
  position: relative;
  z-index: 1;
  max-width: min(90vw, 1100px);
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.lb__img {
  max-width: 100%;
  max-height: 75vh;
  object-fit: contain;
  display: block;
  user-select: none;
}
.lb__meta { text-align: center; }
.lb__cat {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 4px;
}
.lb__title { font-family: var(--ff-h); font-size: 1.375rem; color: var(--white); }
.lb__count { font-size: 0.8125rem; color: rgba(255,255,255,0.4); margin-top: 4px; }
.lb__close {
  position: fixed;
  top: 1.5rem; right: 1.5rem;
  width: 46px; height: 46px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all var(--t);
  z-index: 2;
}
.lb__close:hover { background: var(--gold); border-color: var(--gold); color: var(--heading); }
.lb__close svg { width: 20px; height: 20px; }
.lb__prev, .lb__next {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 50px; height: 50px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all var(--t);
  z-index: 2;
}
.lb__prev { left: 1.25rem; }
.lb__next { right: 1.25rem; }
.lb__prev:hover, .lb__next:hover { background: var(--gold); border-color: var(--gold); color: var(--heading); }
.lb__prev svg, .lb__next svg { width: 20px; height: 20px; }

/* ── CTA BANNER ── */
.cta-sec {
  padding: clamp(80px, 10vw, 120px) 0;
  background: var(--dark);
  text-align: center;
  position: relative;
}
.cta-sec::before, .cta-sec::after {
  content: '';
  position: absolute;
  left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.cta-sec::before { top: 0; }
.cta-sec::after { bottom: 0; }
.cta-sec__tag {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.25rem;
}
.cta-sec__tag::before, .cta-sec__tag::after { content: ''; width: 32px; height: 1px; background: var(--gold); }
.cta-sec__title {
  font-family: var(--ff-h);
  font-size: clamp(1.875rem, 4vw, 3.25rem);
  font-weight: 400;
  color: var(--white);
  line-height: 1.18;
  margin-bottom: 1rem;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.cta-sec__sub {
  font-size: 1rem;
  color: rgba(255,255,255,0.55);
  margin-bottom: 2.5rem;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}
.cta-sec__btns { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; }

/* ── CONTACT ── */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 6vw, 6rem);
  align-items: start;
}
.contact-cards { display: flex; flex-direction: column; gap: 0.875rem; margin-top: 2rem; }
.contact-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.5rem;
  background: var(--white);
  border: 1px solid var(--border);
  transition: all var(--ts);
}
.contact-card:hover { border-color: rgba(212,175,55,0.35); transform: translateX(4px); }
.contact-card__icon {
  width: 44px; height: 44px;
  background: rgba(212,175,55,0.1);
  border: 1px solid rgba(212,175,55,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--gold);
}
.contact-card__icon svg { width: 20px; height: 20px; }
.contact-card__label {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 3px;
}
.contact-card__val { font-size: 1rem; font-weight: 500; color: var(--heading); line-height: 1.5; }
.contact-card__val a { color: var(--heading); transition: color var(--t); }
.contact-card__val a:hover { color: var(--gold); }
.map-wrap {
  aspect-ratio: 16/9;
  overflow: hidden;
  border: 1px solid var(--border);
  margin-top: 1.5rem;
}
.map-wrap iframe { width: 100%; height: 100%; border: none; display: block; }

/* Form */
.form { display: flex; flex-direction: column; gap: 1rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { display: flex; flex-direction: column; gap: 5px; }
.form-label {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--heading);
}
.form-ctrl {
  padding: 13px 15px;
  background: var(--white);
  border: 1px solid rgba(0,0,0,0.1);
  color: var(--heading);
  font-size: 0.9375rem;
  outline: none;
  transition: border-color var(--t), box-shadow var(--t);
  font-family: var(--ff-b);
  border-radius: 0;
  -webkit-appearance: none;
}
.form-ctrl::placeholder { color: var(--muted); }
.form-ctrl:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(212,175,55,0.1); }
.form-ctrl.err { border-color: #dc3545; }
textarea.form-ctrl { min-height: 130px; resize: vertical; }
select.form-ctrl { cursor: pointer; }
.form-err { font-size: 0.8125rem; color: #dc3545; display: none; }
.form-err.show { display: block; }
.form-ok {
  padding: 1rem;
  background: rgba(212,175,55,0.1);
  border: 1px solid rgba(212,175,55,0.35);
  color: var(--gold-dk);
  font-size: 0.9375rem;
  text-align: center;
  display: none;
}
.form-ok.show { display: block; }

/* ── ABOUT PAGE ── */
.about-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 6vw, 6rem);
  align-items: center;
}
.about-intro-img { aspect-ratio: 3/4; overflow: hidden; }
.about-intro-img img { width: 100%; height: 100%; object-fit: cover; }
.about-intro-txt p { font-size: 1.0625rem; line-height: 1.8; margin-bottom: 1.125rem; }
.about-intro-txt p:first-child {
  font-family: var(--ff-h);
  font-size: 1.3125rem;
  color: var(--heading);
  font-style: italic;
}

.vals-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3.5rem;
}
.val-card {
  padding: 2.5rem 2rem;
  background: var(--white);
  border: 1px solid var(--border);
  position: relative;
  overflow: hidden;
  transition: all var(--ts);
}
.val-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 0; height: 2px;
  background: var(--gold);
  transition: width var(--ts);
}
.val-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.1); }
.val-card:hover::after { width: 100%; }
.val-card__num {
  font-family: var(--ff-h);
  font-size: 4rem;
  font-weight: 700;
  color: rgba(212,175,55,0.4);
  line-height: 1;
  margin-bottom: 0.5rem;
}
.val-card__title { font-family: var(--ff-h); font-size: 1.25rem; font-weight: 600; color: var(--heading); margin-bottom: 0.5rem; }
.val-card__text { font-size: 0.9375rem; line-height: 1.72; }

/* ── FOOTER ── */
.footer { background: var(--dark); padding-top: clamp(60px, 8vw, 96px); }
.footer__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.4fr;
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.footer__logo {
  height: 70px; width: auto;
  background: var(--bg);
  padding: 8px 14px;
  margin-bottom: 1.25rem;
  display: block;
  object-fit: contain;
}
.footer__desc { font-size: 0.9375rem; color: rgba(255,255,255,0.45); line-height: 1.7; margin-bottom: 1.75rem; max-width: 260px; }
.footer__socials { display: flex; gap: 0.625rem; }
.footer__social {
  width: 38px; height: 38px;
  border: 1px solid rgba(255,255,255,0.12);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.5);
  transition: all var(--t);
}
.footer__social svg { width: 16px; height: 16px; }
.footer__social:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }
.footer__col-title {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  margin-bottom: 1.375rem;
}
.footer__links { display: flex; flex-direction: column; gap: 0.75rem; }
.footer__links a { font-size: 0.9375rem; color: rgba(255,255,255,0.55); transition: color var(--t); }
.footer__links a:hover { color: var(--gold); }
.footer__contact { display: flex; flex-direction: column; gap: 0.875rem; }
.footer__contact-row { display: flex; align-items: flex-start; gap: 10px; }
.footer__contact-row svg { width: 14px; height: 14px; color: var(--gold); flex-shrink: 0; margin-top: 3px; }
.footer__contact-row a, .footer__contact-row span {
  font-size: 0.9375rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.5;
  transition: color var(--t);
}
.footer__contact-row a:hover { color: var(--gold); }
.footer__bottom {
  padding: 1.375rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.footer__copy, .footer__credit { font-size: 0.8125rem; color: rgba(255,255,255,0.28); }
.footer__credit a { color: var(--gold); opacity: 0.85; transition: opacity var(--t); }
.footer__credit a:hover { opacity: 1; }

/* ── FLOATING BUTTONS ── */
.floats {
  position: fixed;
  bottom: 2rem; right: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.75rem;
  z-index: 500;
}
.float-btn {
  width: 52px; height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.18);
  transition: all var(--ts);
}
.float-btn svg { width: 22px; height: 22px; }
.float-btn:hover { transform: translateY(-3px); box-shadow: 0 8px 28px rgba(0,0,0,0.22); }
.float-btn--phone { background: var(--heading); color: var(--white); }
.float-btn--phone:hover { background: var(--gold); color: var(--heading); }
.float-btn--wa { background: #25D366; color: var(--white); }
.float-btn--wa:hover { background: #1ebd5c; }

/* ── SCROLL ANİMASYONLARI ── */
[data-anim] {
  opacity: 0;
  transition: opacity 0.75s ease, transform 0.75s ease;
}
[data-anim="up"]    { transform: translateY(40px); }
[data-anim="left"]  { transform: translateX(-40px); }
[data-anim="right"] { transform: translateX(40px); }
[data-anim].visible { opacity: 1; transform: none; }
[data-delay="1"] { transition-delay: 0.08s; }
[data-delay="2"] { transition-delay: 0.16s; }
[data-delay="3"] { transition-delay: 0.24s; }
[data-delay="4"] { transition-delay: 0.32s; }
[data-delay="5"] { transition-delay: 0.40s; }
[data-delay="6"] { transition-delay: 0.48s; }

/* ── KEYFRAMES ── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: none; }
}
@keyframes scrollAnim {
  0%   { opacity: 0.6; transform: scaleY(1);   transform-origin: top; }
  100% { opacity: 0;   transform: scaleY(0.4); transform-origin: bottom; }
}

/* ── RESPONSIVE ── */
@media (max-width: 1280px) {
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
}

@media (max-width: 1024px) {
  .hdr__nav, .hdr__tel, .hdr__cta { display: none; }
  .hdr__burger { display: flex; }
  .about-grid { grid-template-columns: 1fr; }
  .about-img__badge { left: 0; }
  .about-img__frame { display: none; }
  .about-intro-grid { grid-template-columns: 1fr; }
  .vals-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .proj-grid {
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 260px;
  }
  .proj-grid .pc:nth-child(1) { grid-column: span 6; grid-row: span 1; }
  .proj-grid .pc:nth-child(2) { grid-column: span 3; }
  .proj-grid .pc:nth-child(3) { grid-column: span 3; }
  .proj-grid .pc:nth-child(4) { grid-column: span 2; }
  .proj-grid .pc:nth-child(5) { grid-column: span 2; }
  .proj-grid .pc:nth-child(6) { grid-column: span 2; }
  .proj-full {
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 260px;
  }
  .proj-full .pc:nth-child(n) { grid-column: span 3; grid-row: span 1; }
  .proj-full .pc:nth-child(1) { grid-column: span 6; }
  .svc-item, .svc-item:nth-child(even) {
    grid-template-columns: 1fr;
    direction: ltr;
    min-height: auto;
  }
  .svc-item__img { aspect-ratio: 16/9; position: relative; min-height: 220px; }
  .svc-item__img img { position: absolute; }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  :root { --hdr: 72px; }
  .svc-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .vals-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__bottom { flex-direction: column; text-align: center; }
  .hero__btns { flex-direction: column; }
  .hero__btns .btn { width: 100%; }
  .proj-grid, .proj-full {
    grid-template-columns: 1fr;
    grid-auto-rows: 280px;
  }
  .proj-grid .pc:nth-child(n),
  .proj-full .pc:nth-child(n) { grid-column: span 1; grid-row: span 1; }
  .floats { bottom: 1.5rem; right: 1.5rem; }
  .float-btn { width: 46px; height: 46px; }
  .svc-hdr, .proj-hdr { flex-direction: column; align-items: flex-start; }
  .lb__prev { left: 0.5rem; }
  .lb__next { right: 0.5rem; }
}

@media (max-width: 576px) {
  :root { --hdr: 66px; }
  .about-img__badge { position: static; display: inline-flex; margin-top: 1rem; }
  .floats { bottom: 1rem; right: 1rem; }
}

/* ── EK STİLLER ── */

/* Eyebrow light (koyu arka plan üzerinde) */
.eyebrow--light { color: var(--gold); }

/* Page hero overlay (alias) */
.page-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(26,24,20,0.62);
}

/* Breadcrumb separator + current */
.breadcrumb span:empty::before { content: '/'; color: rgba(255,255,255,0.25); }
.breadcrumb span:not(:empty) { color: var(--gold); }

/* Hizmet Detay (hizmetler.html alternating layout) */
.svc-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  min-height: 460px;
  margin-bottom: 3px;
  border-bottom: 1px solid var(--border);
}
.svc-detail:first-of-type { border-top: 1px solid var(--border); }
.svc-detail--rev { direction: rtl; }
.svc-detail--rev > * { direction: ltr; }
.svc-detail__img {
  position: relative;
  overflow: hidden;
  min-height: 340px;
}
.svc-detail__img img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.9s;
}
.svc-detail:hover .svc-detail__img img { transform: scale(1.05); }
.svc-detail__body {
  padding: clamp(2.5rem, 5vw, 4.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--white);
  gap: 0;
}
.svc-detail__body .sec-h2 { margin: 0.5rem 0 1rem; font-size: clamp(1.5rem, 2.5vw, 2.25rem); }
.svc-detail__body p { font-size: 0.9375rem; line-height: 1.8; color: var(--text); margin-bottom: 1.5rem; }
.svc-detail__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 2rem;
  padding-left: 0;
}
.svc-detail__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9375rem;
  color: var(--text);
}
.svc-detail__list li::before {
  content: '';
  width: 18px; height: 1px;
  background: var(--gold);
  flex-shrink: 0;
}

/* Value card icon */
.val-card__icon {
  width: 42px; height: 42px;
  color: var(--gold);
  margin-bottom: 1rem;
}

/* Process steps */
.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.process-step {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  padding: 2rem;
  background: var(--bg2);
  border-top: 2px solid var(--border);
  position: relative;
  transition: border-color var(--t);
}
.process-step:hover { border-top-color: var(--gold); }
.process-step__num {
  width: 44px; height: 44px;
  background: var(--gold);
  color: var(--heading);
  font-family: var(--ff-h);
  font-size: 1.25rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.process-step__title {
  font-family: var(--ff-h);
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--heading);
  margin-bottom: 0.375rem;
}
.process-step__text { font-size: 0.9375rem; line-height: 1.72; color: var(--text); }

/* WhatsApp CTA (iletisim.html) */
.contact-wa-cta {
  margin-top: 2rem;
  padding: 1.5rem;
  background: rgba(37,211,102,0.06);
  border: 1px solid rgba(37,211,102,0.2);
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.contact-wa-cta p { font-size: 0.9375rem; color: var(--text); }

/* Button WhatsApp */
.btn--wa {
  background: #25D366;
  color: var(--white);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 28px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: all var(--ts);
  white-space: nowrap;
}
.btn--wa:hover { background: #1ebd5c; transform: translateY(-2px); }
.btn--wa svg { width: 18px; height: 18px; flex-shrink: 0; }

/* Responsive ek */
@media (max-width: 1024px) {
  .svc-detail, .svc-detail--rev {
    grid-template-columns: 1fr;
    direction: ltr;
    min-height: auto;
  }
  .svc-detail__img { min-height: 260px; }
  .process-steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .process-steps { grid-template-columns: 1fr; }
  .contact-wa-cta { flex-direction: column; align-items: flex-start; }
}
