/* ==========================================================================
   Proje Detay — mockup dili, Türeli holding temasına uyarlanmış
   ========================================================================== */

/* Container: tema header'ı (1280px / 2rem) ile aynı hizada,
   Bootstrap gibi breakpoint'e göre kademeli. */
.pd-page {
  --pd-max: 100%;
  --pd-pad: 20px;
  background: #fff;
}

@media (min-width: 576px) {
  .pd-page { --pd-max: 540px; --pd-pad: 24px; }
}

@media (min-width: 768px) {
  .pd-page { --pd-max: 720px; --pd-pad: 28px; }
}

@media (min-width: 992px) {
  .pd-page { --pd-max: 960px; --pd-pad: 32px; }
}

@media (min-width: 1200px) {
  .pd-page { --pd-max: 1140px; --pd-pad: 32px; }
}

@media (min-width: 1400px) {
  .pd-page { --pd-max: 1280px; --pd-pad: 32px; }
}

.pd-container {
  width: 100%;
  max-width: var(--pd-max);
  margin: 0 auto;
  padding: 0 var(--pd-pad);
  box-sizing: border-box;
}

/* ---- Hero ---- */
.pd-hero {
  position: relative;
  height: clamp(420px, 48vw, 560px);
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  background: var(--navy);
}

.pd-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.pd-hero-mask {
  position: absolute;
  inset: 0;
  background: rgba(6, 21, 41, 0.45);
  pointer-events: none;
}

.pd-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 1.5rem 7.5rem;
  max-width: 900px;
}

.pd-hero-crumb {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.45rem;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 1.1rem;
}

.pd-hero-crumb a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.pd-hero-crumb a:hover { color: var(--amber); }
.pd-hero-crumb .sep { color: var(--amber); opacity: 0.8; }
.pd-hero-crumb .current { color: var(--amber); }

.pd-hero-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: clamp(2.4rem, 5vw, 3.75rem);
  color: #fff;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 0 0 0.85rem;
}

.pd-hero-sub {
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.55;
  margin: 0;
  font-weight: 400;
}

/* ---- Künye bar (hero üzerine biner) ---- */
.pd-kunye-wrap {
  position: relative;
  z-index: 5;
  margin-top: -58px;
  padding: 0 var(--pd-pad) 0;
}

.pd-kunye {
  max-width: var(--pd-max);
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 12px 40px rgba(6, 21, 41, 0.1);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(13, 27, 42, 0.06);
}

.pd-kunye-item {
  padding: 1.55rem 1.35rem 1.45rem;
  border-right: 1px solid #eceae5;
  text-align: left;
}

.pd-kunye-item:last-child { border-right: none; }

.pd-kunye-icon {
  width: 28px;
  height: 28px;
  color: var(--amber);
  margin-bottom: 0.85rem;
  display: block;
}

.pd-kunye-label {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8a95a3;
  margin-bottom: 0.35rem;
}

.pd-kunye-value {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.3;
  letter-spacing: -0.01em;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.pd-kunye-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--amber);
  flex-shrink: 0;
}

/* ---- About / içerik ---- */
.pd-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 0.85rem;
}

.pd-eyebrow::before {
  content: "";
  width: 18px;
  height: 2px;
  background: var(--amber);
}

.pd-eyebrow--light {
  color: rgba(255, 255, 255, 0.55);
}

.pd-eyebrow--light::before {
  background: var(--amber);
}

.pd-about {
  padding: 70px 0 40px;
}

.pd-about-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3.5rem;
  align-items: center;
}

.pd-about-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: clamp(1.65rem, 2.8vw, 2.25rem);
  color: var(--navy);
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0 0 1.25rem;
}

.pd-about-text {
  font-size: 1.02rem;
  line-height: 1.8;
  color: #5a6573;
  margin: 0 0 1.5rem;
}

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

.pd-about-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}

.pd-about-link:hover {
  color: var(--amber);
  border-bottom-color: var(--amber);
}

.pd-about-media {
  position: relative;
}

.pd-about-media::after {
  content: "";
  position: absolute;
  right: -12px;
  bottom: -12px;
  width: 42%;
  height: 42%;
  border: 1px solid rgba(200, 134, 10, 0.35);
  z-index: 0;
  pointer-events: none;
}

.pd-about-media img,
.pd-about-media video {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  background: #e8e6e1;
}

/* ---- Teknik föy ----
   Kompakt key/value satırları. Dev rakam, kart, ikon, dekoratif şekil yok. */
.pd-sheet {
  padding: 1rem 0 4.5rem;
  background: #fff;
}

.pd-sheet-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 1fr);
  gap: 2.5rem 3rem;
  align-items: start;
  border-top: 2px solid var(--navy);
  padding-top: 1.65rem;
}

.pd-sheet-lead h2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  color: var(--navy);
  margin: 0 0 0.6rem;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.pd-sheet-ref {
  display: inline-block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8a95a3;
}

.pd-sheet-body {
  min-width: 0;
}

/* Föy satırları */
.pd-sheet-table {
  margin: 0;
}

.pd-sheet-line {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 0.25rem 2rem;
  align-items: baseline;
  padding: 0.8rem 0;
  border-bottom: 1px solid #eceae5;
}

.pd-sheet-line:first-child {
  padding-top: 0;
}

.pd-sheet-line.is-note {
  grid-template-columns: 1fr;
}

.pd-sheet-line dt {
  font-size: 0.9rem;
  color: #8a95a3;
  line-height: 1.5;
}

.pd-sheet-line dd {
  margin: 0;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.96rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.5;
}

/* Yatırım notu — tam genişlik; metin solda, aksiyon sağda */
.pd-sheet-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem 3rem;
  align-items: end;
  margin-top: 2.5rem;
  padding: 1.75rem 0 0 1.35rem;
  border-top: 1px solid #eceae5;
  border-left: 3px solid var(--amber);
}

.pd-sheet-note-copy {
  min-width: 0;
}

.pd-sheet-note h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--navy);
  margin: 0 0 0.75rem;
}

.pd-sheet-note-body {
  font-size: 1.02rem;
  line-height: 1.8;
  color: #5a6573;
}

.pd-sheet-note-body p {
  margin: 0 0 0.75rem;
}

.pd-sheet-note-body p:last-child {
  margin-bottom: 0;
}

.pd-sheet-note .pd-sheet-link {
  padding-bottom: 0.35rem;
  border-bottom: 1px solid rgba(200, 134, 10, 0.4);
}

.pd-sheet-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--amber);
  text-decoration: none;
  white-space: nowrap;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}

.pd-sheet-link:hover {
  color: var(--navy);
  border-bottom-color: var(--navy);
}

/* ---- FAQ ---- */
.pd-faq {
  padding: 60px 0 20px;
  background: #fff;
}

.pd-faq-head {
  max-width: 640px;
  margin-bottom: 2rem;
}

.pd-faq-head h2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  color: var(--navy);
  margin: 0 0 0.55rem;
  letter-spacing: -0.02em;
}

.pd-faq-head p {
  margin: 0;
  color: #6b7582;
  font-size: 1rem;
  line-height: 1.6;
}

.pd-faq-list {
  border-top: 1px solid #e6e8ec;
}

.pd-faq-item {
  border-bottom: 1px solid #e6e8ec;
}

.pd-faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1.25rem 0.15rem;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.4;
}

.pd-faq-item summary::-webkit-details-marker {
  display: none;
}

.pd-faq-item summary i {
  width: 28px;
  height: 28px;
  border: 1px solid #d5dae1;
  flex-shrink: 0;
  position: relative;
}

.pd-faq-item summary i::before,
.pd-faq-item summary i::after {
  content: "";
  position: absolute;
  background: var(--navy);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pd-faq-item summary i::before {
  width: 12px;
  height: 1.5px;
}

.pd-faq-item summary i::after {
  width: 1.5px;
  height: 12px;
  transition: opacity 0.2s;
}

.pd-faq-item[open] summary i::after {
  opacity: 0;
}

.pd-faq-item[open] summary {
  color: var(--amber);
}

.pd-faq-answer {
  padding: 0 2.5rem 1.35rem 0;
  color: #5a6573;
  font-size: 0.98rem;
  line-height: 1.75;
}

/* ---- İletişim / gallery keep below ---- */

/* ---- İletişim formu ---- */
.pd-contact {
  padding: 70px 0 90px;
  border-top: 1px solid #e1e4e8;
  background: #fff;
  scroll-margin-top: 100px;
}

.pd-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 4rem;
  align-items: start;
}

.pd-contact-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: clamp(1.6rem, 2.5vw, 2.1rem);
  color: var(--navy);
  margin: 0 0 1rem;
  letter-spacing: -0.02em;
}

.pd-contact-text {
  font-size: 1.02rem;
  line-height: 1.75;
  color: #5a6573;
  margin: 0 0 2rem;
}

.pd-contact-meta {
  border-top: 1px solid #e1e4e8;
  padding-top: 1.15rem;
  margin-bottom: 1.15rem;
}

.pd-contact-meta h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy);
  margin: 0 0 0.35rem;
}

.pd-contact-meta p,
.pd-contact-meta a {
  margin: 0;
  color: #5a6573;
  font-size: 1.05rem;
  text-decoration: none;
}

.pd-contact-meta a:hover {
  color: var(--amber);
}

.pd-contact-form {
  background: var(--off-white, #f6f4ef);
  border: 1px solid #e1e4e8;
  padding: 2rem 2rem 1.75rem;
}

.pd-contact-form h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin: 0 0 1.5rem;
}

.pd-field {
  margin-bottom: 1.1rem;
}

.pd-field label {
  display: block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 0.45rem;
}

.pd-field input,
.pd-field textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  border: 1px solid #ccc;
  background: #fff;
  font-family: inherit;
  font-size: 0.98rem;
  color: var(--navy);
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.2s;
}

.pd-field input:focus,
.pd-field textarea:focus {
  border-color: var(--amber);
}

.pd-field textarea {
  min-height: 120px;
  resize: vertical;
}

.pd-contact-submit {
  width: 100%;
  margin-top: 0.5rem;
  padding: 1rem 1.25rem;
  border: none;
  cursor: pointer;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--navy);
  color: #fff;
  transition: background 0.2s;
}

.pd-contact-submit:hover {
  background: var(--amber);
}

/* ---- Gallery slider ---- */
.pd-gallery {
  padding: 40px 0 70px;
}

.pd-gallery-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}

.pd-gallery-head-copy {
  text-align: left;
  min-width: 0;
}

.pd-gallery-head h2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: clamp(1.6rem, 2.5vw, 2.1rem);
  color: var(--navy);
  margin: 0 0 0.35rem;
  letter-spacing: -0.02em;
}

.pd-gallery-head p {
  margin: 0;
  color: #8a95a3;
  font-size: 0.98rem;
}

.pd-gallery-controls {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-shrink: 0;
}

.pd-gallery-nav {
  width: 38px;
  height: 38px;
  border: 1px solid #dcdfe4;
  background: #fff;
  color: var(--navy);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, color 0.2s, opacity 0.2s;
}

.pd-gallery-nav:hover:not(:disabled) {
  border-color: var(--navy);
  background: var(--navy);
  color: #fff;
}

.pd-gallery-nav:disabled {
  opacity: 0.35;
  cursor: default;
}

.pd-gallery-viewport {
  overflow: hidden;
  width: 100%;
}

.pd-gallery-track {
  display: flex;
  gap: 14px;
  width: 100%;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
}

.pd-gallery-item {
  flex: 0 0 calc((100% - 14px) / 2);
  max-width: calc((100% - 14px) / 2);
  display: block;
  padding: 0;
  border: none;
  background: #e8e6e1;
  cursor: pointer;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  position: relative;
}

.pd-gallery-item img,
.pd-gallery-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.pd-gallery-item:hover img,
.pd-gallery-item:hover video {
  transform: scale(1.03);
}

.pd-gallery-item.is-video {
  position: relative;
}

.pd-gallery-play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(6, 21, 41, 0.72);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  box-shadow: 0 8px 24px rgba(6, 21, 41, 0.25);
}

.pd-gallery-play svg {
  margin-left: 3px;
}

/* Lightbox */
.pd-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100000;
  background: rgba(6, 21, 41, 0.92);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.pd-lightbox.is-open { display: flex; }
.pd-lightbox[hidden] { display: none !important; }

.pd-lightbox img,
.pd-lightbox video {
  max-width: min(1100px, 92vw);
  max-height: 82vh;
  object-fit: contain;
  background: #000;
}

.pd-lightbox video {
  width: min(1100px, 92vw);
}

.pd-lightbox-close,
.pd-lightbox-nav {
  position: absolute;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
}

.pd-lightbox-close:hover,
.pd-lightbox-nav:hover {
  border-color: var(--amber);
}

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

.pd-lightbox-counter {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.55);
}

/* Tablet / mobil kuralları responsive.css içinde (tema master responsive dosyası). */
