/* Proje detay — Dinamik Life benzeri, Bais renkleri */

.page-proje-detay .site-header {
  position: absolute;
}

.page-proje-detay .header-logo {
  background: transparent;
}

.pd-hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: flex-end;
  color: #fff;
  background: #1a100e center / cover no-repeat;
}

.pd-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(15, 10, 8, 0.35) 0%, rgba(15, 10, 8, 0.55) 45%, rgba(15, 10, 8, 0.88) 100%);
  pointer-events: none;
}

.pd-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 140px 0 140px;
}

.pd-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 28px;
}

.pd-breadcrumb a:hover {
  color: var(--nav-active);
}

.pd-breadcrumb .sep {
  opacity: 0.5;
}

.pd-kicker {
  display: block;
  color: var(--nav-active);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.pd-hero h1 {
  font-size: clamp(40px, 6vw, 68px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin-bottom: 14px;
}

.pd-hero-loc {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  margin-bottom: 28px;
}

.pd-hero-loc i {
  color: var(--nav-active);
}

.pd-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pd-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.pd-btn:hover {
  transform: translateY(-1px);
}

.pd-btn-primary {
  background: var(--nav-active);
  color: #fff;
}

.pd-btn-primary:hover {
  background: #c46848;
}

.pd-btn-ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.pd-btn-ghost:hover {
  border-color: var(--nav-active);
  color: var(--nav-active);
}

.pd-explore {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  z-index: 1;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.pd-explore i {
  animation: pd-bounce 1.6s ease infinite;
}

@keyframes pd-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(5px); }
}

.pd-main {
  background: #f7f4f1;
  padding: 0 24px 96px;
}

.pd-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.pd-info {
  display: grid;
  grid-template-columns: repeat(4, 1fr) auto;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 24px 50px rgba(42, 22, 18, 0.12);
  margin-top: -56px;
  margin-bottom: 28px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.pd-info-item {
  padding: 26px 24px;
  position: relative;
}

.pd-info-item + .pd-info-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 22%;
  bottom: 22%;
  width: 1px;
  background: #ebe6e2;
}

.pd-info-item span {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #9a918b;
  margin-bottom: 8px;
}

.pd-info-item strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #2a1612;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.pd-info-item .dot {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: #6fcf97;
  flex-shrink: 0;
}

.pd-info-item .dot.is-done {
  background: #9aa0a6;
}

.pd-info-item .dot.is-soon {
  background: var(--nav-active);
}

.pd-info-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--nav-active);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 0 28px;
  min-width: 140px;
  transition: background 0.2s ease;
}

.pd-info-cta:hover {
  background: #c46848;
}

.pd-tabs {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(42, 22, 18, 0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 10px 0 18px;
  margin-bottom: 48px;
}

.pd-tabs-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
}

.pd-tabs-nav a {
  position: relative;
  color: #8a807a;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 18px 12px;
  transition: color 0.2s ease;
}

.pd-tabs-nav a::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 0;
  height: 3px;
  background: transparent;
  border-radius: 2px 2px 0 0;
  transition: background 0.2s ease;
}

.pd-tabs-nav a:hover,
.pd-tabs-nav a.is-active {
  color: var(--nav-active);
}

.pd-tabs-nav a.is-active::after {
  background: var(--nav-active);
}

.pd-tabs .pd-btn {
  padding: 11px 18px;
  font-size: 13px;
}

.pd-section {
  padding: 28px 0 56px;
  scroll-margin-top: 90px;
}

.pd-section-head {
  margin-bottom: 28px;
}

.pd-section-kicker {
  display: block;
  color: var(--nav-active);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.pd-section-head h2 {
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 800;
  color: #1f1a18;
  margin-bottom: 10px;
}

.pd-section-head p {
  color: #7a716c;
  font-size: 15px;
  max-width: 52ch;
  line-height: 1.6;
}

.pd-about {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 40px;
  align-items: start;
}

.pd-about-copy p {
  color: #5c5551;
  font-size: 15px;
  line-height: 1.85;
  margin-bottom: 16px;
}

.pd-about-copy p:last-child {
  margin-bottom: 0;
}

.pd-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.pd-facts span {
  background: #fff;
  border: 1px solid #ebe6e2;
  color: #2a1612;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 14px;
  border-radius: 999px;
}

.pd-gallery-filters {
  display: flex;
  gap: 10px;
  margin-bottom: 22px;
}

.pd-gallery-filters button {
  border: 1px solid #ddd5cf;
  background: #fff;
  color: #5c5551;
  font-family: var(--font);
  font-size: 13px;
  font-weight: 700;
  padding: 10px 16px;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.pd-gallery-filters button.is-active {
  background: var(--nav-active);
  border-color: var(--nav-active);
  color: #fff;
}

.pd-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.pd-gallery-item {
  position: relative;
  border: 0;
  padding: 0;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #ddd5cf;
  cursor: zoom-in;
  display: block;
}

.pd-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
  pointer-events: none;
}

.pd-gallery-item:hover img {
  transform: scale(1.04);
}

.pd-gallery-item.is-hidden {
  display: none;
}

.pd-lightbox {
  position: fixed;
  inset: 0;
  z-index: 300;
  background: rgba(10, 12, 16, 0.94);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.pd-lightbox.is-open {
  display: flex;
}

.pd-lightbox img {
  max-width: min(92vw, 1400px);
  max-height: 88vh;
  width: auto;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
}

.pd-lightbox-btn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.pd-lightbox-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.35);
}

.pd-lightbox-close {
  top: 1.25rem;
  right: 1.25rem;
}

.pd-lightbox-prev {
  left: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
}

.pd-lightbox-next {
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 640px) {
  .pd-lightbox {
    padding: 1rem;
  }

  .pd-lightbox-btn {
    width: 42px;
    height: 42px;
  }

  .pd-lightbox-prev {
    left: 0.5rem;
  }

  .pd-lightbox-next {
    right: 0.5rem;
  }
}

.pd-amenities {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.pd-amenity {
  background: #fff;
  border: 1px solid #ebe6e2;
  border-radius: 16px;
  padding: 22px 18px;
  text-align: center;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.pd-amenity:hover {
  border-color: var(--nav-active);
  box-shadow: 0 14px 30px rgba(214, 125, 92, 0.14);
  transform: translateY(-2px);
}

.pd-amenity i {
  display: inline-flex;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: rgba(214, 125, 92, 0.12);
  color: var(--nav-active);
  font-size: 18px;
  margin-bottom: 12px;
}

.pd-amenity span {
  display: block;
  color: #2a1612;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.pd-plan-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 22px;
}

.pd-plan-tabs button {
  border: 1px solid #ddd5cf;
  background: #fff;
  color: #5c5551;
  font-family: var(--font);
  font-size: 14px;
  font-weight: 700;
  padding: 11px 18px;
  border-radius: 999px;
  cursor: pointer;
}

.pd-plan-tabs button.is-active {
  background: #2a1612;
  border-color: #2a1612;
  color: #fff;
}

.pd-plans {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.pd-plan {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #ebe6e2;
}

.pd-plan.is-hidden {
  display: none;
}

.pd-plan-media {
  aspect-ratio: 16 / 10;
  background:
    linear-gradient(135deg, #f0ebe6, #e4dcd5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9a918b;
  font-size: 48px;
}

.pd-plan-body {
  padding: 22px;
}

.pd-plan-body span {
  display: block;
  color: var(--nav-active);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.pd-plan-body h3 {
  font-size: 24px;
  font-weight: 800;
  color: #1f1a18;
  margin-bottom: 16px;
}

.pd-cta {
  margin-top: 24px;
  background:
    radial-gradient(ellipse 70% 80% at 90% 50%, rgba(214, 125, 92, 0.35), transparent 55%),
    linear-gradient(120deg, #2a1612, #1a100e);
  border-radius: 24px;
  padding: 42px 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.pd-cta h2 {
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 800;
  margin-bottom: 8px;
}

.pd-cta p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  max-width: 46ch;
  line-height: 1.55;
}

.pd-cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

@media (max-width: 980px) {
  .pd-info {
    grid-template-columns: 1fr 1fr;
  }

  .pd-info-cta {
    grid-column: 1 / -1;
    padding: 18px;
  }

  .pd-info-item + .pd-info-item::before {
    display: none;
  }

  .pd-about {
    grid-template-columns: 1fr;
  }

  .pd-gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pd-amenities {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  .pd-hero {
    min-height: auto;
    min-height: 72vh;
  }

  .pd-hero-inner {
    width: calc(100% - 32px);
    padding: 100px 0 72px;
  }

  .pd-explore {
    display: none;
  }

  .pd-main {
    padding: 0 16px 72px;
  }

  .pd-info {
    grid-template-columns: 1fr;
    margin-top: -28px;
    border-radius: 16px;
  }

  .pd-info-item {
    padding: 16px 18px;
  }

  .pd-info-item + .pd-info-item::before {
    left: 18px;
    right: 18px;
    top: 0;
    bottom: auto;
    width: auto;
    height: 1px;
  }

  .pd-tabs {
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .pd-tabs-nav {
    flex-wrap: nowrap;
    gap: 12px;
  }

  .pd-tabs-nav a {
    white-space: nowrap;
    flex-shrink: 0;
  }

  .pd-tabs .pd-btn {
    flex-shrink: 0;
    white-space: nowrap;
  }

  .pd-gallery-filters,
  .pd-plan-tabs {
    flex-wrap: wrap;
  }

  .pd-gallery-grid,
  .pd-plans,
  .pd-amenities {
    grid-template-columns: 1fr;
  }

  .pd-cta {
    padding: 32px 24px;
  }

  .pd-cta-actions {
    flex-direction: column;
  }

  .pd-cta-actions a {
    width: 100%;
    justify-content: center;
  }

  .pd-section {
    padding-top: 36px;
  }

  .pd-hero-actions {
    flex-wrap: wrap;
  }

  .pd-btn {
    min-height: 44px;
  }
}
