:root {
  --dle-ink: #171816;
  --dle-ink-soft: #252621;
  --dle-cream: #f3f0e9;
  --dle-paper: #fbfaf6;
  --dle-stone: #e8e3d9;
  --dle-line: rgba(23, 24, 22, 0.18);
  --dle-gold: #b9975b;
  --dle-white: #fff;
}

body.dle-managed-site{margin:0;background:#f4f1ea}body.dle-managed-site>p:empty{display:none;margin:0}.dle-project-gallery{padding-top:0}.dle-project-gallery__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.dle-project-gallery__grid figure{margin:0;overflow:hidden;background:#ddd}.dle-project-gallery__grid img{display:block;width:100%;height:auto;min-height:360px;object-fit:cover}@media(max-width:760px){.dle-project-gallery__grid{grid-template-columns:1fr;gap:12px}.dle-project-gallery__grid img{min-height:220px}}

.dle,
.dle * {
  box-sizing: border-box;
}

.dle {
  color: var(--dle-ink);
  font-family: "Manrope", "DM Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.dle a {
  color: inherit;
  text-decoration: none;
}

.dle img {
  display: block;
  max-width: 100%;
}

.dle button,
.dle input,
.dle textarea,
.dle select {
  font: inherit;
}

.dle h1,
.dle h2,
.dle h3,
.dle h4,
.dle p,
.dle blockquote,
.dle figure,
.dle ul {
  margin: 0;
}

.dle h1,
.dle h2,
.dle h3,
.dle blockquote {
  font-family: "Newsreader", Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.035em;
}

.dle em {
  color: var(--dle-gold);
  font-family: "Newsreader", Georgia, serif;
  font-weight: 400;
}

.dle-container {
  margin-inline: auto;
  max-width: 1420px;
  padding-inline: clamp(24px, 5vw, 76px);
  width: 100%;
}

.dle-section {
  padding-block: clamp(92px, 10vw, 168px);
}

.dle-section--stone {
  background: var(--dle-cream);
}

.dle-section--dark {
  background: var(--dle-ink);
  color: var(--dle-white);
}

.dle-eyebrow {
  align-items: center;
  color: rgba(255, 255, 255, 0.72);
  display: inline-flex;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  gap: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.dle-eyebrow::before {
  background: var(--dle-gold);
  content: "";
  height: 1px;
  width: 36px;
}

.dle-eyebrow--dark {
  color: rgba(23, 24, 22, 0.62);
}

.dle-arrow {
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 1em;
  font-style: normal;
  transition: transform 250ms ease;
}

.dle a:hover .dle-arrow,
.dle button:hover .dle-arrow {
  transform: translate(3px, -3px);
}

.dle-button {
  align-items: center;
  border: 1px solid transparent;
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  gap: 28px;
  justify-content: center;
  letter-spacing: 0.08em;
  min-height: 58px;
  padding: 12px 24px;
  text-transform: uppercase;
  transition: background 250ms ease, color 250ms ease, border-color 250ms ease;
}

.dle a.dle-button--light,
.dle a.dle-button--light:visited {
  background: var(--dle-paper);
  color: var(--dle-ink);
}

.dle a.dle-button--light:hover,
.dle a.dle-button--light:focus-visible {
  background: var(--dle-gold);
  color: var(--dle-ink);
}

.dle-button--dark,
.dle a.dle-button--dark,
.dle a.dle-button--dark:visited {
  background: var(--dle-ink);
  color: var(--dle-white);
}

.dle-button--dark:hover,
.dle a.dle-button--dark:hover,
.dle a.dle-button--dark:focus-visible {
  background: var(--dle-gold);
  color: var(--dle-ink);
}

.dle-text-link,
.dle-line-link {
  border-bottom: 1px solid currentColor;
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  gap: 16px;
  letter-spacing: 0.08em;
  padding-bottom: 5px;
  text-transform: uppercase;
}

/* Header */
.dle-header-shell {
  background: var(--dle-ink);
  height: 86px;
  position: relative;
  z-index: 1000;
}

.dle-header {
  background: rgba(23, 24, 22, 0.96);
  color: var(--dle-white);
  height: 86px;
  inset: 0 0 auto;
  position: absolute;
  transition: box-shadow 250ms ease, transform 250ms ease;
  width: 100%;
}

.dle-header.is-sticky {
  box-shadow: 0 14px 50px rgba(0, 0, 0, 0.14);
  position: fixed;
}

.dle-header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
}

.dle-logo {
  display: block;
  width: 142px;
}

.dle-logo img {
  height: auto;
  width: 100%;
}

.dle-nav {
  align-items: center;
  display: flex;
  gap: clamp(24px, 2.4vw, 42px);
}

.dle-nav > a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
}

.dle-nav > a:not(.dle-nav__contact)::after {
  background: var(--dle-gold);
  bottom: -8px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 250ms ease;
  width: 100%;
}

.dle-nav > a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.dle-nav__contact {
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  gap: 18px;
  margin-left: 10px;
  padding-left: 34px;
}

/* Projeler menüsü */
.dle-nav__item { align-items: center; display: flex; gap: 9px; position: static; }
.dle-nav__item > a { color: rgba(255, 255, 255, 0.82); font-size: 12px; font-weight: 500; letter-spacing: 0.05em; position: relative; }
.dle-nav__item > a::after { background: var(--dle-gold); bottom: -8px; content: ""; height: 1px; left: 0; position: absolute; transform: scaleX(0); transform-origin: right; transition: transform 250ms ease; width: 100%; }
.dle-nav__item > a:hover::after,
.dle-nav__item.is-open > a::after { transform: scaleX(1); transform-origin: left; }

.dle-nav__caret { align-items: center; background: transparent; border: 0; color: rgba(255, 255, 255, 0.6); cursor: pointer; display: flex; height: 24px; justify-content: center; padding: 0; width: 16px; }
.dle-nav__caret span { border-bottom: 1px solid currentColor; border-right: 1px solid currentColor; height: 6px; margin-top: -3px; transform: rotate(45deg); transition: transform 240ms ease; width: 6px; }
.dle-nav__item.is-open .dle-nav__caret { color: var(--dle-gold); }
.dle-nav__item.is-open .dle-nav__caret span { margin-top: 3px; transform: rotate(-135deg); }

/* Panel header genişliğine yaslanır; hiçbir ekran genişliğinde taşmaz. */
.dle-nav-menu { background: #1b1c19; border-top: 1px solid rgba(255, 255, 255, 0.12); box-shadow: 0 32px 78px rgba(0, 0, 0, 0.5); left: 0; opacity: 0; pointer-events: none; position: absolute; right: 0; top: 100%; transform: translateY(-8px); transition: opacity 220ms ease, transform 220ms ease, visibility 220ms ease; visibility: hidden; z-index: 60; }
.dle-nav-menu__inner { margin-inline: auto; max-width: 1420px; padding: 30px clamp(24px, 5vw, 76px) 26px; width: 100%; }
.dle-nav__item.is-open .dle-nav-menu { opacity: 1; pointer-events: auto; transform: translateY(0); visibility: visible; }
.dle-nav-menu__title { color: rgba(255, 255, 255, 0.42); display: block; font-size: 9px; letter-spacing: 0.16em; text-transform: uppercase; }
/* Çok sütunlu akış: liste sütun sütun ve dengeli dolar, sıralama okunur kalır. */
.dle-nav-menu__grid { column-count: 4; column-gap: clamp(20px, 3vw, 44px); list-style: none; margin: 18px 0 0; padding: 0; }
.dle-nav-menu__grid li { break-inside: avoid; margin: 0; -webkit-column-break-inside: avoid; }
.dle-nav-menu__grid a { border-bottom: 1px solid rgba(255, 255, 255, 0.08); color: rgba(255, 255, 255, 0.72); display: block; font-size: 12px; line-height: 1.35; padding: 9px 0; transition: color 160ms ease; }
.dle-nav-menu__grid a:hover,
.dle-nav-menu__grid a:focus-visible { color: var(--dle-white); }
.dle-nav-menu__foot { align-items: center; color: var(--dle-gold); display: inline-flex; font-size: 10px; gap: 12px; letter-spacing: 0.1em; margin-top: 20px; text-transform: uppercase; }

.dle-language-switcher {
  align-items: center;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  display: inline-flex;
  gap: 2px;
  min-height: 36px;
  padding: 3px;
}

.dle-language-switcher > a {
  align-items: center;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.64) !important;
  display: inline-flex !important;
  font: 600 10px/1 "Manrope", Arial, sans-serif !important;
  height: 28px;
  justify-content: center;
  letter-spacing: 0.08em;
  min-width: 32px;
  padding: 0 8px;
  text-decoration: none !important;
  transition: background-color 180ms ease, color 180ms ease;
}

.dle-language-switcher > a:hover {
  color: #fff !important;
}

.dle-language-switcher > a.gt-current-lang {
  background: var(--dle-gold);
  color: var(--dle-ink) !important;
}

.dle-menu-toggle {
  background: transparent;
  border: 0;
  color: var(--dle-white);
  cursor: pointer;
  display: none;
  height: 42px;
  padding: 0;
  position: relative;
  width: 48px;
}

.dle-menu-toggle span {
  background: currentColor;
  height: 1px;
  left: 12px;
  position: absolute;
  transition: transform 250ms ease, top 250ms ease;
  width: 24px;
}

.dle-menu-toggle span:first-child { top: 15px; }
.dle-menu-toggle span:nth-child(2) { top: 24px; }
.dle-menu-toggle em { display: none; }

.dle-menu-toggle[aria-expanded="true"] span:first-child { top: 20px; transform: rotate(45deg); }
.dle-menu-toggle[aria-expanded="true"] span:nth-child(2) { top: 20px; transform: rotate(-45deg); }

/* Hero */
.dle-hero {
  background: var(--dle-ink);
  color: var(--dle-white);
  min-height: min(890px, calc(100vh - 86px));
  overflow: hidden;
  position: relative;
}

.dle-hero::after {
  background: linear-gradient(90deg, rgba(23, 24, 22, 0.98) 0%, rgba(23, 24, 22, 0.9) 29%, rgba(23, 24, 22, 0.34) 57%, rgba(23, 24, 22, 0.08) 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.dle-hero__media {
  inset: 0 0 0 35%;
  position: absolute;
}

.dle-hero__media img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.dle-hero__grid {
  align-items: end;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(260px, 0.35fr);
  min-height: min(890px, calc(100vh - 86px));
  padding-bottom: clamp(82px, 9vh, 120px);
  padding-top: clamp(110px, 17vh, 190px);
  position: relative;
  z-index: 2;
}

.dle-hero__copy {
  max-width: 740px;
}

.dle-hero h1 {
  font-size: clamp(50px, 4.5vw, 76px);
  line-height: 0.94;
  margin-top: 32px;
  max-width: 740px;
  text-wrap: balance;
  white-space: normal;
}

.dle-hero h1 font {
  display: inline !important;
  white-space: inherit !important;
}

.dle-hero__copy > p {
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.75;
  margin-top: 34px;
  max-width: 600px;
}

.dle-actions {
  align-items: center;
  display: flex;
  gap: 30px;
  margin-top: 42px;
}

.dle-hero__caption {
  align-items: start;
  border-left: 1px solid rgba(255, 255, 255, 0.32);
  display: grid;
  gap: 18px;
  grid-template-columns: 60px 1fr;
  justify-self: end;
  margin-bottom: 6px;
  padding-left: 24px;
}

.dle-hero__caption span {
  color: var(--dle-gold);
  font-size: 10px;
  letter-spacing: 0.1em;
}

.dle-hero__caption p {
  font-family: "Newsreader", Georgia, serif;
  font-size: 18px;
  line-height: 1.3;
}

.dle-hero__scroll {
  align-items: center;
  bottom: 18px;
  color: rgba(255, 255, 255, 0.45);
  display: flex;
  font-size: 9px;
  gap: 12px;
  left: 50%;
  letter-spacing: 0.16em;
  position: absolute;
  text-transform: uppercase;
  transform: translateX(-50%);
  z-index: 3;
}

.dle-hero__scroll span {
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 99px;
  height: 28px;
  position: relative;
  width: 16px;
}

.dle-hero__scroll span::after {
  animation: dle-scroll 1.8s infinite;
  background: var(--dle-gold);
  border-radius: 50%;
  content: "";
  height: 3px;
  left: 5px;
  position: absolute;
  top: 5px;
  width: 3px;
}

@keyframes dle-scroll {
  0% { opacity: 0; transform: translateY(0); }
  30% { opacity: 1; }
  80% { opacity: 0; transform: translateY(12px); }
  100% { opacity: 0; }
}

/* Intro */
.dle-intro {
  background: var(--dle-paper);
}

.dle-intro__grid {
  align-items: start;
  display: grid;
  gap: clamp(48px, 8vw, 130px);
  grid-template-columns: 1.2fr 0.8fr;
}

.dle-intro h2,
.dle-section-head h2 {
  font-size: clamp(46px, 5.1vw, 78px);
  line-height: 1.02;
  margin-top: 25px;
}

.dle-intro__copy {
  padding-top: 48px;
}

.dle-intro__copy p {
  color: rgba(23, 24, 22, 0.72);
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(22px, 2.1vw, 30px);
  line-height: 1.4;
}

.dle-intro__copy .dle-line-link {
  margin-top: 40px;
}

.dle-facts {
  border-top: 1px solid var(--dle-line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: clamp(72px, 9vw, 132px);
}

.dle-facts article {
  border-right: 1px solid var(--dle-line);
  padding: 35px 22px 0;
}

.dle-facts article:first-child { padding-left: 0; }
.dle-facts article:last-child { border-right: 0; }

.dle-facts strong {
  display: block;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(44px, 4vw, 68px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1;
}

.dle-facts span {
  color: rgba(23, 24, 22, 0.55);
  display: block;
  font-size: 11px;
  letter-spacing: 0.05em;
  margin-top: 12px;
}

/* Featured project list */
.dle-section-head {
  align-items: end;
  display: flex;
  justify-content: space-between;
}

.dle-featured__list {
  margin-top: 78px;
}

.dle-project-row {
  align-items: center;
  border-top: 1px solid var(--dle-line);
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(210px, 0.75fr) minmax(220px, 0.75fr) minmax(280px, 1fr) 52px;
  min-height: 220px;
  padding-block: 26px;
}

.dle-project-row:last-child {
  border-bottom: 1px solid var(--dle-line);
}

.dle-project-row__image {
  height: 168px;
  overflow: hidden;
  position: relative;
}

.dle-project-row__image img {
  height: 100%;
  object-fit: cover;
  transition: transform 650ms cubic-bezier(.2, .6, .2, 1);
  width: 100%;
}

.dle-project-row:hover .dle-project-row__image img {
  transform: scale(1.045);
}

.dle-project-row__image > span {
  background: var(--dle-paper);
  bottom: 0;
  font-size: 10px;
  left: 0;
  padding: 8px 10px;
  position: absolute;
}

.dle-project-row__meta {
  color: rgba(23, 24, 22, 0.56);
  display: flex;
  flex-direction: column;
  font-size: 11px;
  gap: 10px;
  letter-spacing: 0.04em;
}

.dle-project-row h3 {
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1.06;
}

.dle-project-row__arrow {
  align-items: center;
  border: 1px solid var(--dle-line);
  border-radius: 50%;
  display: flex;
  height: 48px;
  justify-content: center;
  transition: background 250ms ease, color 250ms ease;
  width: 48px;
}

.dle-project-row:hover .dle-project-row__arrow {
  background: var(--dle-ink);
  color: var(--dle-white);
}

/* Expertise */
.dle-expertise {
  background: var(--dle-paper);
}

.dle-expertise__grid {
  align-items: start;
  display: grid;
  gap: clamp(70px, 10vw, 170px);
  grid-template-columns: 0.78fr 1.22fr;
}

.dle-expertise__sticky {
  position: sticky;
  top: 130px;
}

.dle-expertise__sticky h2 {
  font-size: clamp(46px, 4.6vw, 72px);
  line-height: 1.01;
  margin-top: 25px;
}

.dle-expertise__sticky p {
  color: rgba(23, 24, 22, 0.65);
  margin-top: 30px;
  max-width: 480px;
}

.dle-expertise__sticky .dle-line-link { margin-top: 35px; }

.dle-expertise__items article {
  align-items: start;
  border-top: 1px solid var(--dle-line);
  display: grid;
  gap: 32px;
  grid-template-columns: 54px 1fr;
  padding-block: 33px;
}

.dle-expertise__items article:last-child { border-bottom: 1px solid var(--dle-line); }
.dle-expertise__items article > span { color: var(--dle-gold); font-size: 11px; }
.dle-expertise__items h3 { font-size: clamp(29px, 2.5vw, 42px); line-height: 1.1; }
.dle-expertise__items p { color: rgba(23, 24, 22, 0.6); margin-top: 10px; max-width: 600px; }

/* Manifesto */
.dle-manifesto {
  background: var(--dle-ink);
  color: var(--dle-white);
  min-height: 780px;
  overflow: hidden;
  position: relative;
}

.dle-manifesto::after {
  background: linear-gradient(90deg, rgba(23, 24, 22, 0.97), rgba(23, 24, 22, 0.82) 45%, rgba(23, 24, 22, 0.18) 80%);
  content: "";
  inset: 0;
  position: absolute;
}

.dle-manifesto__media { inset: 0; position: absolute; }
.dle-manifesto__media img { height: 100%; object-fit: cover; object-position: 65% center; width: 100%; }

.dle-manifesto__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 780px;
  position: relative;
  z-index: 2;
}

.dle-manifesto blockquote {
  font-size: clamp(48px, 5.3vw, 84px);
  line-height: 1;
  margin-top: 32px;
  max-width: 900px;
}

.dle-manifesto__content > p {
  color: rgba(255, 255, 255, 0.64);
  margin-top: 34px;
  max-width: 540px;
}

.dle-client-marquee {
  align-items: stretch;
  border-left: 1px solid var(--dle-line);
  border-top: 1px solid var(--dle-line);
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  margin-top: 42px;
}

.dle-client-brand {
  align-items: center;
  border-bottom: 1px solid var(--dle-line);
  border-right: 1px solid var(--dle-line);
  display: flex;
  justify-content: center;
  min-height: 118px;
  padding: 24px 18px;
}

.dle-client-brand img {
  display: block;
  filter: grayscale(1);
  max-height: 58px;
  max-width: 145px;
  object-fit: contain;
  opacity: 0.72;
  transition: filter 250ms ease, opacity 250ms ease, transform 250ms ease;
  width: 100%;
}

.dle-client-brand img[src*="wanda-vista"] { max-height: 72px; max-width: 88px; }
.dle-client-brand img[src*="holiday-inn"] { max-height: 66px; max-width: 90px; }

.dle-client-brand:hover img {
  filter: grayscale(0);
  opacity: 1;
  transform: translateY(-2px);
}

.dle-client-brand span {
  color: rgba(23, 24, 22, 0.56);
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(16px, 1.5vw, 23px);
  text-align: center;
}

/* CTA and footer */
.dle-cta {
  background: var(--dle-ink);
  color: var(--dle-white);
  min-height: 650px;
  overflow: hidden;
  position: relative;
}

.dle-cta::after {
  background: linear-gradient(90deg, rgba(23, 24, 22, 0.98), rgba(23, 24, 22, 0.7) 52%, rgba(23, 24, 22, 0.18));
  content: "";
  inset: 0;
  position: absolute;
}

.dle-cta__media { inset: 0; position: absolute; }
.dle-cta__media img { height: 100%; object-fit: cover; object-position: center; width: 100%; }

.dle-cta__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 650px;
  position: relative;
  z-index: 2;
}

.dle-cta h2 {
  font-size: clamp(54px, 6.7vw, 100px);
  line-height: 0.94;
  margin-top: 26px;
}

.dle-cta .dle-button { margin-top: 44px; width: fit-content; }

.dle-footer {
  background: #111210;
  color: var(--dle-white);
  padding-top: clamp(80px, 9vw, 130px);
}

.dle-footer__top {
  display: grid;
  gap: 70px;
  grid-template-columns: 1.5fr 0.5fr 0.8fr;
}

.dle-footer__intro img { width: 155px; }
.dle-footer__intro p { color: rgba(255, 255, 255, 0.58); margin-top: 28px; max-width: 520px; }
.dle-footer__nav,
.dle-footer__contact { align-items: flex-start; display: flex; flex-direction: column; gap: 11px; }
.dle-footer__label { color: var(--dle-gold); font-size: 10px; letter-spacing: 0.18em; margin-bottom: 9px; text-transform: uppercase; }
.dle-footer__nav a,
.dle-footer__contact a { color: rgba(255, 255, 255, 0.82); font-size: 14px; }
.dle-footer__contact p { color: rgba(255, 255, 255, 0.52); font-size: 13px; max-width: 320px; }
.dle-footer__bottom { border-top: 1px solid rgba(255, 255, 255, 0.12); color: rgba(255, 255, 255, 0.42); display: flex; font-size: 10px; justify-content: space-between; letter-spacing: 0.03em; margin-top: 85px; padding-block: 25px; }
.dle-footer__bottom a { color: rgba(255, 255, 255, 0.75); }

/* Shared page hero */
.dle-page-hero {
  align-items: end;
  background-color: var(--dle-ink);
  color: var(--dle-white);
  display: flex;
  min-height: 580px;
  overflow: hidden;
  padding-bottom: 74px;
  padding-top: 130px;
  position: relative;
}

.dle-page-hero::before,
.dle-contact-hero::before {
  background: linear-gradient(90deg, rgba(23, 24, 22, 0.98), rgba(23, 24, 22, 0.52)), var(--dle-bg-image);
  background-position: center;
  background-size: cover;
  content: "";
  inset: 0;
  opacity: 0.76;
  position: absolute;
}

.dle-page-hero--projects { --dle-bg-image: url("../images/wandavista-hotel.jpg"); }
.dle-page-hero--studio { --dle-bg-image: url("../images/private-office.jpg"); }
.dle-page-hero--services { --dle-bg-image: url("../images/ramada-plaza.jpg"); }

.dle-page-hero > .dle-container { position: relative; z-index: 2; }
.dle-page-hero h1 { font-size: clamp(58px, 6.8vw, 104px); line-height: 0.9; margin-top: 40px; }
.dle-page-hero p { color: rgba(255, 255, 255, 0.72); font-size: 17px; margin-left: auto; margin-top: 20px; max-width: 590px; }

/* Project archive */
.dle-project-index { background: var(--dle-paper); }
.dle-project-status-nav { align-items: flex-end; border-bottom: 1px solid var(--dle-line); display: flex; gap: 40px; justify-content: space-between; padding-bottom: 24px; }
.dle-project-status-nav > span { color: rgba(23, 24, 22, 0.48); font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase; }
.dle-project-statuses { align-items: flex-end; display: flex; gap: clamp(24px, 4vw, 64px); }
.dle-project-statuses button { background: transparent; border: 0; color: rgba(23, 24, 22, 0.34); cursor: pointer; font-family: "Newsreader", Georgia, serif; font-size: clamp(30px, 3.4vw, 50px); line-height: 1; padding: 0; position: relative; transition: color 180ms ease; }
.dle-project-statuses button::after { background: var(--dle-gold); bottom: -25px; content: ""; height: 2px; left: 0; position: absolute; transform: scaleX(0); transform-origin: left; transition: transform 220ms ease; width: 100%; }
.dle-project-statuses button:hover,
.dle-project-statuses button.is-active { color: var(--dle-ink); }
.dle-project-statuses button.is-active::after { transform: scaleX(1); }
.dle-project-statuses button span { color: var(--dle-gold); font-family: "Manrope", Arial, sans-serif; font-size: 10px; margin-left: 5px; vertical-align: top; }
.dle-project-tools { align-items: flex-end; display: flex; gap: 30px; justify-content: space-between; margin-top: 42px; position: relative; z-index: 20; }

/* Proje alanı filtresi (dropdown) */
.dle-project-filter { display: flex; flex-direction: column; gap: 9px; max-width: 420px; position: relative; width: 100%; }
.dle-project-filter__label { color: rgba(23, 24, 22, 0.48); font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase; }
.dle-dropdown__toggle { align-items: center; background: transparent; border: 1px solid var(--dle-line); color: var(--dle-ink); cursor: pointer; display: flex; font-size: 11px; gap: 18px; justify-content: space-between; letter-spacing: 0.08em; min-height: 52px; padding: 12px 18px; text-align: left; text-transform: uppercase; transition: background 200ms ease, border-color 200ms ease, color 200ms ease; width: 100%; }
.dle-dropdown__toggle:hover { border-color: rgba(23, 24, 22, 0.45); }
.dle-dropdown__value { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dle-dropdown__chevron { border-bottom: 1px solid currentColor; border-right: 1px solid currentColor; flex: none; height: 7px; margin-top: -3px; transform: rotate(45deg); transition: transform 220ms ease; width: 7px; }
.dle-project-filter.is-open .dle-dropdown__toggle { background: var(--dle-ink); border-color: var(--dle-ink); color: var(--dle-white); }
.dle-project-filter.is-open .dle-dropdown__chevron { margin-top: 3px; transform: rotate(-135deg); }

.dle-dropdown__panel { background: var(--dle-paper); border: 1px solid var(--dle-ink); box-shadow: 0 26px 64px rgba(23, 24, 22, 0.18); display: flex; flex-direction: column; left: 0; max-height: var(--dle-dropdown-max, 460px); position: absolute; right: 0; top: calc(100% + 6px); z-index: 40; }
.dle-dropdown__panel[hidden] { display: none; }
.dle-project-filter.is-up .dle-dropdown__panel { bottom: calc(100% + 6px); top: auto; }
.dle-dropdown__list { flex: 1 1 auto; list-style: none; margin: 0; min-height: 0; overflow-y: auto; overscroll-behavior: contain; padding: 6px; -webkit-overflow-scrolling: touch; }
.dle-dropdown__list li { margin: 0; }
.dle-dropdown__list button { align-items: center; background: transparent; border: 0; color: rgba(23, 24, 22, 0.82); cursor: pointer; display: flex; font-size: 12px; gap: 14px; justify-content: space-between; line-height: 1.35; padding: 11px 13px; text-align: left; transition: background 150ms ease, color 150ms ease; width: 100%; }
.dle-dropdown__list button em { color: var(--dle-gold); flex: none; font-family: "Manrope", Arial, sans-serif; font-size: 10px; font-style: normal; letter-spacing: 0.06em; }
.dle-dropdown__list button:hover:not(:disabled),
.dle-dropdown__list button:focus-visible { background: var(--dle-cream); outline: 0; }
.dle-dropdown__list button.is-active { background: var(--dle-ink); color: var(--dle-white); }
.dle-dropdown__list button:disabled { color: rgba(23, 24, 22, 0.32); cursor: default; }
.dle-dropdown__list button:disabled em { color: rgba(23, 24, 22, 0.24); }
.dle-dropdown__foot { align-items: center; border-top: 1px solid var(--dle-line); flex: none; color: rgba(23, 24, 22, 0.55); display: flex; font-size: 10px; gap: 14px; justify-content: space-between; letter-spacing: 0.09em; padding: 15px 13px; text-transform: uppercase; transition: color 150ms ease; }
.dle-dropdown__foot:hover { color: var(--dle-ink); }

.dle .screen-reader-text { border: 0; clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; white-space: nowrap; width: 1px; }
.dle-project-search { min-width: 280px; }
.dle-project-search input { background: transparent; border: 0; border-bottom: 1px solid var(--dle-line); border-radius: 0; color: var(--dle-ink); outline: 0; padding: 11px 0; width: 100%; }
.dle-project-grid { display: grid; gap: 72px 28px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 74px; }
.dle-project-card:nth-child(4n + 2),
.dle-project-card:nth-child(4n + 3) { padding-top: 90px; }
.dle-project-card[hidden] { display: none; }
.dle-project-card__media { display: block; height: clamp(340px, 42vw, 570px); overflow: hidden; position: relative; }
.dle-project-card__media::after { background: rgba(23, 24, 22, 0.2); content: ""; inset: 0; opacity: 0; position: absolute; transition: opacity 350ms ease; }
.dle-project-card__media img { height: 100%; object-fit: cover; transition: transform 750ms cubic-bezier(.2, .6, .2, 1); width: 100%; }
.dle-project-card:hover .dle-project-card__media img { transform: scale(1.045); }
.dle-project-card:hover .dle-project-card__media::after { opacity: 1; }
.dle-project-card__view { align-items: center; background: var(--dle-paper); bottom: 18px; display: flex; font-size: 10px; gap: 15px; letter-spacing: 0.07em; opacity: 0; padding: 13px 16px; position: absolute; right: 18px; text-transform: uppercase; transform: translateY(8px); transition: opacity 300ms ease, transform 300ms ease; z-index: 2; }
.dle-project-card:hover .dle-project-card__view { opacity: 1; transform: translateY(0); }
.dle-project-card__body { padding-top: 22px; }
.dle-project-card__body > div { color: rgba(23, 24, 22, 0.52); display: flex; font-size: 10px; justify-content: space-between; letter-spacing: 0.07em; text-transform: uppercase; }
.dle-project-card__body > div em { color: var(--dle-gold); font-style: normal; }
.dle-project-card h2 { font-size: clamp(33px, 3.6vw, 54px); line-height: 1; margin-top: 15px; }
.dle-project-card__body > p { color: rgba(23, 24, 22, 0.56); font-size: 12px; margin-top: 12px; }
.dle-project-empty { background: var(--dle-cream); margin-top: 70px; padding-block: 34px; text-align: center; }

/* Project detail */
.dle-project-detail { background: var(--dle-paper); }
.dle-project-hero { padding-top: clamp(80px, 9vw, 130px); }
.dle-project-hero__head { padding-bottom: 54px; }
.dle-back-link { border-bottom: 1px solid var(--dle-line); display: inline-block; font-size: 10px; letter-spacing: 0.08em; margin-bottom: 48px; padding-bottom: 4px; text-transform: uppercase; }
.dle-project-hero h1 { font-size: clamp(52px, 6.2vw, 92px); line-height: 0.92; margin-top: 28px; max-width: 1100px; overflow-wrap: anywhere; }
.dle-project-hero__meta { border-top: 1px solid var(--dle-line); display: grid; gap: 25px; grid-template-columns: repeat(4, 1fr); margin-top: 58px; padding-top: 25px; }
.dle-project-hero__meta div { display: flex; flex-direction: column; gap: 5px; }
.dle-project-hero__meta span { color: rgba(23, 24, 22, 0.48); font-size: 9px; letter-spacing: 0.12em; text-transform: uppercase; }
.dle-project-hero__meta strong { font-size: 13px; font-weight: 500; }
.dle-project-hero__media { height: clamp(480px, 72vw, 980px); margin-inline: auto; max-width: 1720px; overflow: hidden; }
.dle-project-hero__media img { height: 100%; object-fit: cover; width: 100%; }
.dle-project-story__grid { display: grid; gap: clamp(55px, 10vw, 160px); grid-template-columns: 0.9fr 0.75fr; }
.dle-project-story h2 { font-size: clamp(44px, 4.8vw, 72px); line-height: 1.03; margin-top: 25px; }
.dle-prose p { color: rgba(23, 24, 22, 0.68); font-family: "Newsreader", Georgia, serif; font-size: clamp(20px, 1.7vw, 27px); line-height: 1.48; }
.dle-prose p + p { margin-top: 24px; }
.dle-next-project { background: var(--dle-ink); color: var(--dle-white); padding-block: 62px; }
.dle-next-project .dle-container { align-items: center; display: flex; justify-content: space-between; }
.dle-next-project span { color: rgba(255, 255, 255, 0.46); font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; }
.dle-next-project a { font-family: "Newsreader", Georgia, serif; font-size: clamp(32px, 4vw, 58px); }
.dle-notice { background: var(--dle-cream); padding: 50px; text-align: center; }

/* About and services */
.dle-studio-story { background: var(--dle-paper); }
.dle-studio-story__grid { display: grid; gap: clamp(60px, 10vw, 150px); grid-template-columns: 1fr 0.8fr; }
.dle-studio-story h2 { font-size: clamp(46px, 5vw, 76px); line-height: 1.02; margin-top: 24px; }
.dle-studio-image { height: clamp(420px, 58vw, 760px); margin-top: 95px; overflow: hidden; }
.dle-studio-image img { height: 100%; object-fit: cover; width: 100%; }
.dle-values__head h2 { font-size: clamp(50px, 6vw, 88px); margin-top: 25px; }
.dle-values__grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 75px; }
.dle-values__grid article { border-left: 1px solid rgba(255, 255, 255, 0.17); padding: 12px 26px 10px; }
.dle-values__grid article:first-child { padding-left: 0; border-left: 0; }
.dle-values__grid span { color: var(--dle-gold); font-size: 10px; }
.dle-values__grid h3 { font-size: 34px; margin-top: 80px; }
.dle-values__grid p { color: rgba(255, 255, 255, 0.54); font-size: 13px; margin-top: 14px; }
.dle-service-list { background: var(--dle-paper); }
.dle-service-list article { border-top: 1px solid var(--dle-line); display: grid; gap: 35px; grid-template-columns: 60px 0.8fr 1fr; padding-block: 48px; }
.dle-service-list article:last-child { border-bottom: 1px solid var(--dle-line); }
.dle-service-list article > span { color: var(--dle-gold); font-size: 10px; }
.dle-service-list h2 { font-size: clamp(36px, 4vw, 60px); line-height: 1; }
.dle-service-list article > div p { color: rgba(23, 24, 22, 0.66); }
.dle-service-list ul { color: rgba(23, 24, 22, 0.7); list-style: none; margin-top: 20px; padding: 0; }
.dle-service-list li { border-top: 1px solid var(--dle-line); font-size: 12px; padding-block: 8px; }
.dle-process__grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 70px; }
.dle-process__grid article { border-left: 1px solid var(--dle-line); min-height: 300px; padding: 0 24px; }
.dle-process__grid article:first-child { border-left: 0; padding-left: 0; }
.dle-process__grid span { color: var(--dle-gold); font-size: 10px; }
.dle-process__grid h3 { font-size: 28px; margin-top: 100px; }
.dle-process__grid p { color: rgba(23, 24, 22, 0.58); font-size: 12px; margin-top: 14px; }

/* Contact */
.dle-contact-hero {
  background: var(--dle-ink);
  color: var(--dle-white);
  min-height: 660px;
  padding-block: clamp(110px, 12vw, 180px) 90px;
  position: relative;
  --dle-bg-image: url("../images/wandavista-hotel.jpg");
}
.dle-contact-hero::before {
  background: linear-gradient(90deg, rgba(23, 24, 22, 0.98) 0%, rgba(23, 24, 22, 0.84) 55%, rgba(23, 24, 22, 0.76) 100%), var(--dle-bg-image);
  background-position: center;
  background-size: cover;
  opacity: 0.94;
}
.dle-contact-hero__grid { display: grid; gap: 100px; grid-template-columns: 1.2fr 0.7fr; position: relative; z-index: 2; }
.dle-contact-hero h1 { font-size: clamp(52px, 6vw, 88px); line-height: 0.95; margin-top: 28px; }
.dle-contact-hero h1 + p { color: rgba(255, 255, 255, 0.84); margin-top: 30px; max-width: 560px; }
.dle-contact-details { -webkit-backdrop-filter: blur(8px); align-self: end; backdrop-filter: blur(8px); background: rgba(12, 13, 12, 0.48); border: 1px solid rgba(255, 255, 255, 0.2); padding: 8px 24px; }
.dle-contact-details > div { border-top: 1px solid rgba(255, 255, 255, 0.36); display: grid; gap: 20px; grid-template-columns: 100px 1fr; padding-block: 19px; }
.dle-contact-details > div:first-child { border-top: 0; }
.dle-contact-details span { color: #d3ae70; font-size: 10px; font-weight: 600; letter-spacing: 0.11em; text-transform: uppercase; }
.dle-contact-details a,
.dle-contact-details p { color: rgba(255, 255, 255, 0.96); font-size: 14px; font-weight: 500; line-height: 1.55; }

/* Reveals */
.dle.dle-motion-ready [data-dle-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 750ms ease, transform 750ms cubic-bezier(.2, .65, .2, 1);
}

.dle.dle-motion-ready [data-dle-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1240px) {
  .dle-nav-menu__grid { column-count: 3; }
}

@media (max-width: 980px) {
  .dle-header-shell,
  .dle-header { height: 74px; }
  .dle-logo { width: 122px; }
  .dle-menu-toggle { display: block; z-index: 3; }
  .dle-nav { align-items: flex-start; background: var(--dle-ink); display: flex; flex-direction: column; gap: 0; inset: 74px 0 auto; max-height: calc(100dvh - 74px); opacity: 0; overflow-y: auto; overscroll-behavior: contain; padding: 20px 28px 35px; pointer-events: none; position: fixed; transform: translateY(-15px); transition: opacity 250ms ease, transform 250ms ease; visibility: hidden; -webkit-overflow-scrolling: touch; }
  .dle-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); visibility: visible; }
  .dle-nav > a { border-bottom: 1px solid rgba(255, 255, 255, 0.12); font-family: "Newsreader", Georgia, serif; font-size: 30px; padding: 16px 0; width: 100%; }

  /* Projeler menüsü mobilde akordeon olur */
  .dle-nav__item { border-bottom: 1px solid rgba(255, 255, 255, 0.12); flex-wrap: wrap; gap: 0; justify-content: space-between; position: static; width: 100%; }
  .dle-nav__item > a { flex: 1; font-family: "Newsreader", Georgia, serif; font-size: 30px; padding: 16px 0; }
  .dle-nav__item > a::after { display: none; }
  .dle-nav__caret { height: 54px; margin-right: -10px; width: 54px; }
  .dle-nav__caret span { height: 9px; width: 9px; }
  .dle-nav-menu { background: transparent; border-top: 0; box-shadow: none; display: none; left: auto; opacity: 1; pointer-events: auto; position: static; right: auto; top: auto; transform: none; transition: none; visibility: visible; width: 100%; }
  .dle-nav__item.is-open .dle-nav-menu { display: block; transform: none; }
  .dle-nav-menu__inner { margin-inline: 0; max-width: none; padding: 0 0 20px; }
  .dle-nav-menu__grid { column-count: 1; margin-top: 12px; }
  .dle-nav-menu__grid a { border-bottom: 0; font-size: 15px; padding: 10px 0; }
  .dle-nav-menu__foot { margin-top: 14px; }
  .dle-language-switcher { margin-block: 14px; }
  .dle-nav__contact { border-left: 0; margin-left: 0; padding-left: 0 !important; }
  .dle-hero,
  .dle-hero__grid { min-height: calc(100svh - 74px); }
  .dle-hero__media { left: 20%; }
  .dle-hero__grid { grid-template-columns: 1fr; }
  .dle-hero__caption { display: none; }
  .dle-intro__grid,
  .dle-expertise__grid,
  .dle-project-story__grid,
  .dle-studio-story__grid,
  .dle-contact-hero__grid
  { grid-template-columns: 1fr; }
  .dle-intro__copy { padding-top: 0; }
  .dle-facts { grid-template-columns: repeat(2, 1fr); }
  .dle-facts article:nth-child(2) { border-right: 0; }
  .dle-facts article:nth-child(n+3) { border-top: 1px solid var(--dle-line); padding-top: 28px; }
  .dle-project-row { grid-template-columns: 200px 0.55fr 1fr 48px; }
  .dle-expertise__sticky { position: static; }
  .dle-values__grid,
  .dle-process__grid { grid-template-columns: repeat(2, 1fr); }
  .dle-values__grid article:nth-child(3),
  .dle-process__grid article:nth-child(3) { border-left: 0; }
  .dle-values__grid article { border-top: 1px solid rgba(255, 255, 255, 0.17); padding-block: 30px; }
  .dle-values__grid h3 { margin-top: 50px; }
  .dle-service-list article { grid-template-columns: 48px 0.8fr 1fr; }
  .dle-project-tools { align-items: stretch; flex-direction: column; gap: 22px; }
  .dle-project-filter { max-width: none; }
  .dle-project-status-nav { align-items: flex-start; flex-direction: column; }
  .dle-project-search { max-width: 400px; }
  .dle-client-marquee { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .dle-client-brand:last-child:nth-child(odd) { grid-column: span 2; }
  .dle-footer__top { grid-template-columns: 1.2fr 0.6fr 0.9fr; }
}

@media (max-width: 700px) {
  .dle-container { padding-inline: 22px; }
  .dle-section { padding-block: 82px; }
  .dle-hero::after { background: linear-gradient(0deg, rgba(23, 24, 22, 0.98) 0%, rgba(23, 24, 22, 0.76) 58%, rgba(23, 24, 22, 0.2) 100%); }
  .dle-hero__media { inset: 0; }
  .dle-hero__media img { object-position: 44% center; }
  .dle-hero__grid { align-items: end; padding-bottom: 76px; padding-top: 120px; }
  .dle-hero h1 { font-size: clamp(40px, 11.5vw, 54px); line-height: 0.96; margin-top: 24px; white-space: normal; }
  .dle-hero__copy > p { font-size: 14px; line-height: 1.65; margin-top: 25px; }
  .dle-actions { align-items: flex-start; flex-direction: column; gap: 22px; margin-top: 31px; }
  .dle-button { min-height: 52px; }
  .dle-hero__scroll { display: none; }
  .dle-intro h2,
  .dle-section-head h2 { font-size: 42px; }
  .dle-intro__copy p { font-size: 21px; }
  .dle-facts article { min-height: 145px; padding: 25px 14px 0; }
  .dle-facts strong { font-size: 42px; }
  .dle-section-head { align-items: flex-start; flex-direction: column; gap: 30px; }
  .dle-featured__list { margin-top: 50px; }
  .dle-project-row { gap: 13px; grid-template-columns: 1fr 42px; padding-block: 22px; }
  .dle-project-row__image { grid-column: 1 / -1; height: 245px; }
  .dle-project-row__meta { grid-column: 1 / -1; flex-direction: row; justify-content: space-between; margin-top: 5px; }
  .dle-project-row h3 { font-size: 34px; }
  .dle-project-row__arrow { align-self: center; height: 40px; width: 40px; }
  .dle-expertise__items article { grid-template-columns: 36px 1fr; }
  .dle-expertise__items h3 { font-size: 30px; }
  .dle-manifesto,
  .dle-manifesto__content { min-height: 660px; }
  .dle-manifesto::after { background: linear-gradient(0deg, rgba(23, 24, 22, 0.98), rgba(23, 24, 22, 0.72) 70%, rgba(23, 24, 22, 0.36)); }
  .dle-manifesto__media img { object-position: 65% center; }
  .dle-manifesto blockquote { font-size: 45px; }
  .dle-client-marquee { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dle-client-brand { min-height: 96px; padding: 20px 14px; }
  .dle-client-brand img { max-height: 48px; max-width: 125px; }
  .dle-cta,
  .dle-cta__content { min-height: 560px; }
  .dle-cta h2 { font-size: 52px; }
  .dle-footer__top { grid-template-columns: 1fr; }
  .dle-footer__bottom { align-items: flex-start; flex-direction: column; gap: 9px; }
  .dle-page-hero { min-height: 470px; padding-bottom: 54px; }
  .dle-page-hero h1 { font-size: clamp(44px, 13vw, 58px); }
  .dle-page-hero p { font-size: 14px; margin-left: 0; }
  .dle-project-statuses { gap: 20px; justify-content: space-between; width: 100%; }
  .dle-dropdown__toggle { font-size: 10px; min-height: 50px; padding: 12px 15px; }
  .dle-dropdown__list button { font-size: 13px; padding: 13px 12px; }
  .dle-project-statuses button { font-size: clamp(25px, 7.5vw, 34px); text-align: left; }
  .dle-project-grid { gap: 56px; grid-template-columns: 1fr; }
  .dle-project-card:nth-child(n) { padding-top: 0; }
  .dle-project-card__media { height: 390px; }
  .dle-project-card h2 { font-size: 40px; }
  .dle-project-hero { padding-top: 70px; }
  .dle-project-hero h1 { font-size: clamp(38px, 10.5vw, 50px); }
  .dle-project-hero__meta { grid-template-columns: 1fr; }
  .dle-project-hero__media { height: 480px; }
  .dle-project-story h2 { font-size: 42px; }
  .dle-next-project .dle-container { align-items: flex-start; flex-direction: column; gap: 15px; }
  .dle-values__grid,
  .dle-process__grid { grid-template-columns: 1fr; }
  .dle-values__grid article,
  .dle-process__grid article { border-left: 0; border-top: 1px solid currentColor; min-height: auto; padding: 30px 0; }
  .dle-process__grid h3 { margin-top: 45px; }
  .dle-service-list article { grid-template-columns: 35px 1fr; }
  .dle-service-list article > div { grid-column: 2; }
  .dle-contact-hero { min-height: auto; padding-block: 100px 70px; }
  .dle-contact-hero h1 { font-size: clamp(40px, 12vw, 50px); }
  .dle-contact-hero__grid { gap: 65px; }
  .dle-contact-details { padding: 6px 18px; }
  .dle-contact-details > div { gap: 8px; grid-template-columns: 1fr; padding-block: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .dle *, .dle *::before, .dle *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
  .dle [data-dle-reveal] { opacity: 1; transform: none; }
}

/* Project image gallery and full-screen viewer */
html.dle-lightbox-open,
body.dle-lightbox-open { overflow: hidden; }
.dle-project-hero__media,
.dle-project-gallery__item { color: #fff; display: block; position: relative; }
.dle-project-hero__media::after,
.dle-project-gallery__item::after { background: linear-gradient(0deg, rgba(0, 0, 0, 0.42), transparent 26%); content: ""; inset: 0; opacity: 0; pointer-events: none; position: absolute; transition: opacity 220ms ease; }
.dle-project-hero__media img,
.dle-project-gallery__item img { transition: transform 600ms cubic-bezier(0.2, 0.75, 0.25, 1); }
.dle-project-hero__media:hover::after,
.dle-project-gallery__item:hover::after,
.dle-project-hero__media:focus-visible::after,
.dle-project-gallery__item:focus-visible::after { opacity: 1; }
.dle-project-hero__media:hover img,
.dle-project-gallery__item:hover img { transform: scale(1.018); }
.dle-image-zoom { align-items: center; bottom: 24px; display: flex; font-size: 10px; gap: 9px; letter-spacing: 0.13em; opacity: 0; position: absolute; right: 28px; text-transform: uppercase; transform: translateY(7px); transition: opacity 220ms ease, transform 220ms ease; z-index: 2; }
.dle-project-hero__media:hover .dle-image-zoom,
.dle-project-gallery__item:hover .dle-image-zoom,
.dle-project-hero__media:focus-visible .dle-image-zoom,
.dle-project-gallery__item:focus-visible .dle-image-zoom { opacity: 1; transform: translateY(0); }
.dle-project-gallery__grid { align-items: stretch; }
.dle-project-gallery__item { aspect-ratio: 4 / 3; overflow: hidden; }
.dle-project-gallery__item:first-child:nth-last-child(n+3) { aspect-ratio: 16 / 8; grid-column: 1 / -1; }
.dle-project-gallery__item img { height: 100%; min-height: 0; object-fit: cover; width: 100%; }
.dle-lightbox[hidden] { display: none !important; }
.dle-lightbox { align-items: center; background: rgba(10, 10, 9, 0.97); display: grid; grid-template-columns: 84px minmax(0, 1fr) 84px; inset: 0; opacity: 0; position: fixed; transition: opacity 180ms ease; z-index: 999999; }
.dle-lightbox.is-open { opacity: 1; }
.dle-lightbox__figure { align-items: center; display: flex; flex-direction: column; height: 100%; justify-content: center; margin: 0; min-width: 0; padding: 58px 0 34px; }
.dle-lightbox__figure img { display: block; max-height: calc(100vh - 132px); max-width: 100%; object-fit: contain; width: auto; }
.dle-lightbox__figure figcaption { color: rgba(255, 255, 255, 0.66); display: flex; font-size: 10px; justify-content: space-between; letter-spacing: 0.12em; margin-top: 16px; text-transform: uppercase; width: 100%; }
.dle-lightbox button { -webkit-appearance: none; appearance: none; background: rgba(255, 255, 255, 0.08) !important; border: 1px solid rgba(255, 255, 255, 0.24) !important; border-radius: 50%; color: #fff !important; cursor: pointer; display: grid; font-family: inherit; place-items: center; transition: background 180ms ease, border-color 180ms ease; }
.dle-lightbox button:hover,
.dle-lightbox button:focus-visible { background: #b49258 !important; border-color: #b49258 !important; outline: none; }
.dle-lightbox__close { font-size: 30px; height: 48px; line-height: 1; position: absolute; right: 24px; top: 22px; width: 48px; z-index: 2; }
.dle-lightbox__nav { font-size: 22px; height: 52px; justify-self: center; width: 52px; }
.dle-lightbox__nav--prev { grid-column: 1; }
.dle-lightbox__figure { grid-column: 2; }
.dle-lightbox__nav--next { grid-column: 3; }

@media (max-width: 700px) {
  .dle-image-zoom { bottom: 16px; opacity: 1; right: 17px; transform: none; }
  .dle-project-hero__media::after,
  .dle-project-gallery__item::after { opacity: 0.65; }
  .dle-project-gallery__item,
  .dle-project-gallery__item:first-child:nth-last-child(n+3) { aspect-ratio: 4 / 3; grid-column: auto; }
  .dle-lightbox { grid-template-columns: 58px minmax(0, 1fr) 58px; }
  .dle-lightbox__figure { padding: 68px 0 112px; }
  .dle-lightbox__figure img { max-height: calc(100vh - 176px); }
  .dle-lightbox__figure figcaption { bottom: 82px; left: 20px; margin: 0; position: absolute; right: 20px; width: auto; }
  .dle-lightbox__close { height: 44px; right: 14px; top: 14px; width: 44px; }
  .dle-lightbox__nav { bottom: 20px; grid-column: auto; height: 44px; position: fixed; width: 44px; }
  .dle-lightbox__nav--prev { left: calc(50% - 52px); right: auto; }
  .dle-lightbox__nav--next { left: calc(50% + 8px); right: auto; }
}

/* Project fields — proje alanları */
.dle-fields__intro { color: rgba(23, 24, 22, 0.6); font-size: 14px; max-width: 430px; padding-bottom: 10px; }
.dle-fields__grid { display: grid; gap: 30px 26px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 74px; }

.dle-field-card { background: var(--dle-paper); border: 1px solid var(--dle-line); display: flex; flex-direction: column; transition: border-color 260ms ease, transform 380ms cubic-bezier(.2, .6, .2, 1); }
.dle-field-card:hover { border-color: rgba(23, 24, 22, 0.42); transform: translateY(-4px); }
.dle-field-card__media { display: block; height: 232px; overflow: hidden; position: relative; }
.dle-field-card__media img { height: 100%; object-fit: cover; transition: transform 750ms cubic-bezier(.2, .6, .2, 1); width: 100%; }
.dle-field-card:hover .dle-field-card__media img { transform: scale(1.055); }
.dle-field-card__index { background: var(--dle-paper); bottom: 0; color: rgba(23, 24, 22, 0.75); font-size: 10px; left: 0; letter-spacing: 0.12em; padding: 9px 14px; position: absolute; }
.dle-field-card__body { display: flex; flex: 1; flex-direction: column; padding: 26px 26px 20px; }
.dle-field-card h3 { font-size: 27px; line-height: 1.1; }
.dle-field-card__summary { color: rgba(23, 24, 22, 0.6); display: block; flex: 1; font-size: 13px; line-height: 1.6; margin-top: 14px; }
.dle-field-card__meta { align-items: center; border-top: 1px solid var(--dle-line); display: flex; justify-content: space-between; margin-top: 26px; padding-top: 16px; }
.dle-field-card__meta em { color: rgba(23, 24, 22, 0.55); font-family: "Manrope", Arial, sans-serif; font-size: 10px; font-style: normal; letter-spacing: 0.09em; text-transform: uppercase; }
.dle-field-card__meta .dle-arrow { color: var(--dle-gold); }

/* Project field detail */
.dle-field-detail { background: var(--dle-paper); }
.dle-field-hero { padding-top: clamp(80px, 9vw, 130px); }
.dle-field-hero__head { padding-bottom: 54px; }
.dle-field-hero h1 { font-size: clamp(46px, 5.6vw, 84px); line-height: 0.96; margin-top: 28px; max-width: 1100px; overflow-wrap: anywhere; }
.dle-field-hero__head p { border-top: 1px solid var(--dle-line); color: rgba(23, 24, 22, 0.62); font-size: 16px; margin-top: 40px; max-width: 640px; padding-top: 24px; }
.dle-field-hero__media { height: clamp(420px, 62vw, 860px); margin-inline: auto; max-width: 1720px; overflow: hidden; }
.dle-field-hero__media img { height: 100%; object-fit: cover; width: 100%; }
.dle-field-body__grid { align-items: start; display: grid; gap: clamp(55px, 10vw, 150px); grid-template-columns: 1fr 0.62fr; }
.dle-field-scope ul { display: grid; list-style: none; margin-top: 26px; padding: 0; }
.dle-field-scope li { border-top: 1px solid var(--dle-line); font-size: 14px; padding-block: 16px; }
.dle-field-scope li:last-child { border-bottom: 1px solid var(--dle-line); }
.dle-field-projects .dle-project-grid { margin-top: 56px; }
.dle-field-empty { border-top: 1px solid var(--dle-line); margin-top: 48px; padding-top: 40px; }
.dle-field-empty p { color: rgba(23, 24, 22, 0.66); font-family: "Newsreader", Georgia, serif; font-size: clamp(20px, 1.8vw, 27px); line-height: 1.45; max-width: 760px; }
.dle-field-empty .dle-button { margin-top: 34px; }
.dle-field-nav { background: var(--dle-ink); color: var(--dle-white); padding-block: 54px; }
.dle-field-nav__grid { display: grid; gap: 30px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.dle-field-nav__grid a:last-child { text-align: right; }
.dle-field-nav span { color: rgba(255, 255, 255, 0.46); display: block; font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; }
.dle-field-nav strong { display: block; font-family: "Newsreader", Georgia, serif; font-size: clamp(24px, 2.6vw, 40px); font-weight: 400; line-height: 1.1; margin-top: 12px; }

@media (max-width: 1080px) {
  .dle-fields__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dle-field-body__grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .dle-fields__grid { gap: 22px; grid-template-columns: 1fr; margin-top: 48px; }
  .dle-fields__intro { max-width: none; }
  .dle-field-card__media { height: 210px; }
  .dle-field-hero__media { height: 320px; }
  .dle-field-nav__grid { grid-template-columns: 1fr; }
  .dle-field-nav__grid a:last-child { text-align: left; }
}
