/* Erkaya's existing palette and typefaces, with a shared editorial layout. */
:root {
  --er-navy: #0c2551;
  --er-deep: #081c3e;
  --er-teal: #3aa7b7;
  --er-white: #ffffff;
  --er-mist: #f3f6f6;
  --er-bg: var(--er-navy);
  --er-ink: var(--er-white);
  --er-accent: #76d6df;
  --er-muted: #c3d0df;
  --er-line: rgba(198, 222, 233, .22);
  --er-card-bg: #102d5a;
}
.er-project, .er-list-page, .er-featured { color: var(--er-ink); font-family: Barlow, sans-serif; line-height: 1.65; }
.er-project *, .er-list-page *, .er-featured * { box-sizing: border-box; }
.er-project [hidden], .er-list-page [hidden], .er-featured [hidden] { display: none !important; }
.er-container { width: min(1320px, calc(100% - 96px)); margin-inline: auto; }
.er-project h1, .er-project h2, .er-list-page h1, .er-list-page h2, .er-featured h2, .er-card h3 { font-family: 'Barlow Condensed', sans-serif; font-weight: 500; line-height: 1.06; }
.er-project h2, .er-list-page h2, .er-featured h2 { font-size: clamp(36px, 3.5vw, 56px); margin: 0 0 24px; }
.er-project a, .er-list-page a, .er-featured a { text-decoration: none; }
.er-project :is(a,button,input):focus-visible, .er-list-page :is(a,button,input):focus-visible, .er-featured :is(a,button):focus-visible { outline: 3px solid #ffcc75; outline-offset: 5px; }
.er-eyebrow { font-size: 12px; font-weight: 600; line-height: 1.6; letter-spacing: 2px; color: var(--er-accent); text-transform: uppercase; margin: 0 0 16px; }
.er-button { min-height: 50px; padding: 14px 24px; display: inline-flex; justify-content: center; align-items: center; gap: 36px; font-size: 14px; font-weight: 600; border: 1px solid transparent; transition: background .2s, color .2s; }
.er-button--light { background: white; color: var(--er-navy); }
.er-button--light:hover { background: var(--er-accent); color: var(--er-navy); }
.er-button--outline { color: white; border-color: #c3d0df; background: #0c25514d; }
.er-button--outline:hover { background: white; color: var(--er-navy); }
.er-textlink { display: inline-flex; gap: 28px; align-items: center; min-height: 44px; color: var(--er-accent); font-size: 15px; border-bottom: 1px solid var(--er-line); }
.er-textlink:hover { color: white; }
.er-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.er-project { padding-top: 94px; }
.er-breadcrumb { display: flex; flex-wrap: wrap; gap: 12px; font-size: 12px; padding: 20px 0; color: var(--er-muted); }
.er-breadcrumb a { color: var(--er-muted); }
.er-breadcrumb a:hover { color: white; }
.er-hero { position: relative; isolation: isolate; min-height: 580px; display: flex; align-items: end; background: var(--er-deep); }
.er-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 48%; z-index: -2; }
.er-hero::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(3,19,44,.85), rgba(3,19,44,.04) 80%), linear-gradient(0deg, rgba(3,19,44,.65), transparent 65%); }
.er-hero__content { padding-block: 72px 60px; position: relative; }
.er-hero h1 { font-size: clamp(64px, 7vw, 112px); margin: 10px 0 20px; letter-spacing: -1.5px; }
.er-hero .er-eyebrow { color: white; display: flex; align-items: center; gap: 12px; }
.er-status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--er-accent); }
.er-hero__subtitle { max-width: 640px; font-size: clamp(20px, 2vw, 27px); margin-bottom: 12px; }
.er-hero__location { font-size: 14px; color: #e2e8ee; margin-bottom: 30px; }
.er-hero__caption { position: absolute; bottom: 24px; right: 0; font-size: 11px; letter-spacing: .5px; color: #e2e8ee; }
.er-hero--soon { min-height: 520px; background: var(--er-deep); }
.er-hero--soon::before { content: ''; position: absolute; inset: 0 0 0 45%; z-index: -1; background: repeating-linear-gradient(120deg, transparent 0 90px, rgba(118,214,223,.1) 90px 91px); }
.er-localnav { background: var(--er-deep); border-bottom: 1px solid var(--er-line); }
.er-localnav .er-container { display: flex; gap: 36px; overflow-x: auto; }
.er-localnav a { color: var(--er-muted); white-space: nowrap; padding: 22px 0; font-size: 14px; border-bottom: 2px solid transparent; }
.er-localnav a:hover { color: white; border-color: var(--er-accent); }
.er-localnav span { font-size: 11px; margin-left: 8px; color: var(--er-accent); }
.er-project :is(#galeri,#proje-hakkinda,#ozellikler,#proje-iletisim), #tamamlanan { scroll-margin-top: 108px; }
.er-overview { display: grid; grid-template-columns: 1.1fr 1fr; gap: 100px; padding-block: 88px; align-items: start; }
.er-lead { color: var(--er-muted); font-size: 17px; max-width: 650px; margin: 0; }
.er-stats { margin: 12px 0 0; display: grid; grid-template-columns: 1fr 1fr; }
.er-stats > div { padding: 20px 24px; border-left: 1px solid var(--er-line); }
.er-stats dt { color: var(--er-muted); font-size: 13px; font-weight: 400; margin-bottom: 10px; }
.er-stats dd { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(24px,2.5vw,36px); line-height: 1.1; margin: 0; }
.er-overview__note { border-left: 1px solid var(--er-line); padding: 16px 0 16px 40px; color: var(--er-muted); }
.er-gallery-section { padding-block: 80px; background: var(--er-mist); color: var(--er-navy); }
.er-gallery-section .er-eyebrow { color: #246b76; }
.er-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.er-section-heading h2 { margin: 0; }
.er-section-heading > p { font-size: 14px; color: #526276; margin: 0 0 4px; max-width: 230px; }
.er-filterbar { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 24px; }
.er-filterbar button { min-height: 44px; border: 1px solid #d2dcdf; border-radius: 0; padding: 10px 18px; background: transparent; color: var(--er-navy); font: inherit; font-size: 13px; cursor: pointer; }
.er-filterbar button span { margin-left: 8px; opacity: .7; }
.er-filterbar button:hover { border-color: var(--er-navy); }
.er-filterbar button.is-active { color: white; background: var(--er-navy); border-color: var(--er-navy); }
.er-gallery-stage { position: relative; background: #e4eaea; }
.er-gallery-open { position: relative; display: block; border: 0; padding: 0; background: transparent; width: 100%; cursor: zoom-in; }
.er-gallery-open img { width: 100%; height: min(65vh, 680px); min-height: 350px; object-fit: contain; display: block; }
.er-expand { position: absolute; right: 20px; bottom: 20px; padding: 10px 16px; background: var(--er-navy); color: white; font: 13px Barlow, sans-serif; }
.er-arrow { position: absolute; z-index: 2; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border: 1px solid #ffffff50; background: var(--er-navy); color: white; font: 22px Barlow, sans-serif; cursor: pointer; display: grid; place-items: center; }
.er-arrow:hover { background: #24586b; }
.er-arrow:disabled { opacity: .25; cursor: default; }
.er-arrow--prev { left: 18px; }.er-arrow--next { right: 18px; }
.er-gallery-meta { display: flex; justify-content: space-between; gap: 20px; padding: 16px 0; font-size: 13px; }
.er-gallery-meta p { margin: 0; }
.er-gallery-meta [data-counter] { white-space: nowrap; font-variant-numeric: tabular-nums; }
.er-thumbnails { display: grid; grid-template-columns: repeat(auto-fill,minmax(120px,1fr)); gap: 12px; }
.is-enhanced .er-thumbnails { display: flex; overflow-x: auto; padding: 6px 3px 14px; scroll-snap-type: x proximity; }
.er-thumb { display: block; flex: 0 0 110px; width: 110px; height: 78px; border: 2px solid transparent; padding: 3px; scroll-snap-align: start; }
.er-thumb img { display: block; width: 100%; height: 100%; object-fit: cover; }
.er-thumb.is-active { border-color: var(--er-navy); }
.er-thumb:hover { border-color: var(--er-teal); }
.er-gallery-disclaimer { color: #526276; font-size: 12px; margin: 20px 0 0; }
.er-lightbox { padding: 0; border: 0; color: white; background: var(--er-deep); width: 100vw; height: 100dvh; max-width: none; max-height: none; margin: 0; }
.er-lightbox[open] { display: flex; flex-direction: column; }
.er-lightbox::backdrop { background: #031329e6; }
.er-lightbox__toolbar { display: flex; justify-content: space-between; align-items: center; padding: 16px 28px; flex-shrink: 0; }
.er-lightbox__toolbar > span { font: 26px 'Barlow Condensed', sans-serif; }
.er-lightbox__toolbar button { min-width: 100px; min-height: 44px; background: transparent; color: white; border: 1px solid var(--er-line); font: 14px Barlow, sans-serif; }
.er-lightbox__toolbar button span { margin-left: 20px; font-size: 20px; }
.er-lightbox__body { position: relative; flex: 1; min-height: 0; display: flex; justify-content: center; }
.er-lightbox__body img { width: calc(100% - 150px); height: 100%; object-fit: contain; }
.er-lightbox__caption { padding: 16px 28px; display: flex; justify-content: space-between; gap: 24px; font-size: 13px; flex-shrink: 0; }
.er-lightbox__caption p { margin: 0; }
.er-amenities { padding-block: 80px; }
.er-amenities ul { padding: 0; margin: 36px 0 0; list-style: none; display: grid; grid-template-columns: repeat(3,1fr); column-gap: 36px; }
.er-amenities li { padding: 20px 0; border-top: 1px solid var(--er-line); display: flex; align-items: center; gap: 18px; font-size: 15px; }
.er-amenities li > span { color: var(--er-accent); font-size: 22px; }
.er-contact { padding: 56px; background: #18385f; display: flex; justify-content: space-between; gap: 40px; align-items: center; margin-top: 40px; }
.er-contact h2 { font-size: clamp(40px, 4vw, 64px); }
.er-contact p:last-child { color: var(--er-muted); margin: 0; font-size: 15px; }
.er-contact__actions { display: flex; flex-direction: column; align-items: start; gap: 18px; }
.er-contact__phone { color: white; font: 48px 'Barlow Condensed',sans-serif; }
.er-contact__phone:hover { color: var(--er-accent); }
.er-contact__actions > span { color: var(--er-muted); font-size: 12px; }
.er-related { padding-block: 80px; }
.er-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 32px; }
.er-grid--three { grid-template-columns: repeat(3,minmax(0,1fr)); }
.er-card { background: var(--er-card-bg); border: 1px solid var(--er-line); min-width: 0; transition: border-color .2s; }
.er-card:hover { border-color: var(--er-teal); }
.er-card__link { display: flex; height: 100%; flex-direction: column; color: white; }
.er-card__link:hover { color: white; }
.er-card__visual { overflow: hidden; position: relative; aspect-ratio: 1.5; background: var(--er-deep); }
.er-card__visual img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.er-card:hover .er-card__visual img { transform: scale(1.025); }
.er-card__count, .er-card__kind { position: absolute; background: #081c3edb; padding: 6px 10px; font-size: 11px; }
.er-card__count { right: 14px; top: 14px; }.er-card__kind { left: 14px; bottom: 14px; }
.er-card__body { padding: 26px 28px; display: flex; flex: 1; flex-direction: column; }
.er-card .er-eyebrow { font-size: 10px; letter-spacing: 1.3px; margin-bottom: 10px; }
.er-card h3, .er-card h2 { font-size: 36px; margin: 0 0 12px; }
.er-card__description { color: var(--er-muted); font-size: 14px; margin-bottom: 24px; }
.er-card__footer { display: flex; justify-content: space-between; gap: 20px; padding-top: 18px; border-top: 1px solid var(--er-line); margin-top: auto; font-size: 13px; }
.er-card__footer > span:last-child { font-size: 22px; line-height: 1; color: var(--er-accent); }
.er-card__soon { display: flex; flex-direction: column; align-items: start; justify-content: center; aspect-ratio: 1.5; padding: 32px; background: repeating-linear-gradient(120deg, transparent 0 80px, rgba(118,214,223,.08) 80px 81px), var(--er-deep); }
.er-card__soon > span { font-size: 11px; letter-spacing: 4px; color: var(--er-muted); }
.er-card__soon strong { font: 64px 'Barlow Condensed', sans-serif; color: white; letter-spacing: 1px; line-height: 1.5; }
.er-featured { padding-block: 88px; }
.er-coming-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 32px; }
.er-coming-strip a { display: flex; align-items: center; justify-content: space-between; gap: 24px; color: white; padding: 24px 28px; border: 1px solid var(--er-line); background: var(--er-deep); }
.er-coming-strip a:hover { border-color: var(--er-teal); }
.er-coming-strip h3 { font: 30px 'Barlow Condensed',sans-serif; margin: 0; }
.er-coming-strip .er-eyebrow { margin-bottom: 6px; font-size: 10px; }
.er-coming-strip a > span { font-size: 24px; color: var(--er-accent); }
.er-list-page { padding-block: 150px 88px; }
.er-list-intro { display: flex; justify-content: space-between; gap: 60px; align-items: end; margin-bottom: 56px; }
.er-list-intro h1 { font-size: clamp(58px,6vw,88px); margin: 0; letter-spacing: -1px; }
.er-list-intro > p { max-width: 330px; font-size: 16px; color: var(--er-muted); }
.er-list-controls { border-top: 1px solid var(--er-line); padding-top: 28px; margin-bottom: 30px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px; align-items: start; }
.er-list-controls .er-filterbar { margin: 0; }
.er-list-controls button { border-color: var(--er-line); color: var(--er-muted); }
.er-list-controls button.is-active { background: white; color: var(--er-navy); border-color: white; }
.er-list-controls button:hover { border-color: var(--er-accent); }
.er-search { display: flex; flex-direction: column; gap: 6px; }
.er-search label { color: var(--er-muted); font-size: 12px; }
.er-search input { background: var(--er-deep); color: white; border: 1px solid var(--er-line); min-height: 46px; min-width: 220px; padding: 10px 16px; border-radius: 0; font-size: 14px; }
.er-search input::placeholder { color: #abbcd1; }
.er-result-count { font-size: 13px; color: var(--er-muted); margin: 0 0 24px; }
.er-empty { text-align: center; padding: 64px 24px; border: 1px solid var(--er-line); }
.er-empty p { color: var(--er-muted); }.er-empty button { cursor: pointer; }
.er-mobile-contact { display: none; }
@media (max-width: 1023px) {
  .er-container { width: calc(100% - 48px); }
  .er-overview { gap: 40px; }
  .er-grid--three { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .er-contact { padding: 36px; }
  .er-hero { min-height: 520px; }
  .er-section-heading { align-items: start; }
}
@media (max-width: 767px) {
  .er-container { width: calc(100% - 36px); }
  .er-project { padding-top: 82px; }
  .er-breadcrumb { font-size: 11px; padding: 16px 0; }
  .er-hero { min-height: 540px; }
  .er-hero__content { padding-block: 80px 58px; }
  .er-hero h1 { font-size: 62px; letter-spacing: -.5px; }
  .er-hero__subtitle { max-width: 300px; font-size: 23px; line-height: 1.3; }
  .er-hero::after { background: linear-gradient(0deg, rgba(3,19,44,.94), rgba(3,19,44,.18)); }
  .er-hero__caption { left: 0; right: auto; bottom: 18px; }
  .er-button { padding: 12px 18px; gap: 20px; font-size: 13px; }
  .er-localnav .er-container { gap: 24px; }
  .er-localnav a { padding: 18px 0; font-size: 13px; }
  .er-overview { grid-template-columns: 1fr; gap: 28px; padding-block: 48px; }
  .er-stats > div { padding: 16px; }
  .er-stats dd { font-size: 30px; }
  .er-overview__note { padding-left: 24px; }
  .er-gallery-section { padding-block: 48px; }
  .er-section-heading { flex-direction: column; gap: 16px; }
  .er-section-heading > p { max-width: none; }
  .er-filterbar { gap: 8px; }
  .er-filterbar button { padding: 10px 12px; font-size: 12px; }
  .er-gallery-open img { height: 330px; min-height: 0; }
  .er-arrow { width: 44px; height: 44px; font-size: 19px; }
  .er-arrow--prev { left: 8px; }.er-arrow--next { right: 8px; }
  .er-expand { bottom: 12px; right: 12px; font-size: 11px; padding: 8px 12px; }
  .er-gallery-meta { font-size: 12px; }
  .er-thumb { flex-basis: 88px; width: 88px; height: 66px; }
  .er-lightbox__toolbar { padding: 12px 16px; }
  .er-lightbox__toolbar > span { font-size: 22px; }
  .er-lightbox__body img { width: 100%; }
  .er-lightbox__caption { padding: 16px; font-size: 12px; }
  .er-amenities, .er-related { padding-block: 48px; }
  .er-amenities ul { grid-template-columns: 1fr 1fr; gap: 0 18px; }
  .er-amenities li { font-size: 13px; gap: 10px; align-items: start; }
  .er-contact { flex-direction: column; align-items: start; gap: 28px; padding: 28px; margin-top: 20px; }
  .er-contact h2 { font-size: 44px; }
  .er-contact__phone { font-size: 42px; }
  .er-grid, .er-grid--three, .er-coming-strip { grid-template-columns: 1fr; gap: 24px; }
  .er-card__body { padding: 24px; }
  .er-card__visual { aspect-ratio: 1.5; }
  .er-featured { padding-block: 48px; }
  .er-coming-strip a { padding: 22px 24px; }
  .er-list-page { padding-top: 120px; }
  .er-list-intro { flex-direction: column; gap: 24px; align-items: start; margin-bottom: 36px; }
  .er-list-intro h1 { font-size: 58px; }
  .er-search { width: 100%; }.er-search input { width: 100%; min-width: 0; }
  .er-mobile-contact { position: fixed; z-index: 10000; bottom: 0; left: 0; right: 0; display: grid; grid-template-columns: .9fr 1.5fr; gap: 8px; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); background: var(--er-deep); border-top: 1px solid var(--er-line); }
  .er-mobile-contact a { min-height: 44px; padding: 10px 12px; color: white; border: 1px solid var(--er-line); display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 600; }
  .er-mobile-contact a:last-child { background: var(--er-accent); color: var(--er-navy); }
  body:has(.er-mobile-contact) { padding-bottom: 80px; }
  body:has(.er-mobile-contact) .erkaya-contact-widget { bottom: calc(88px + env(safe-area-inset-bottom)); }
}
@media (prefers-reduced-motion: reduce) {
  .er-card, .er-card__visual img, .er-button { transition: none; }
  .er-card:hover .er-card__visual img { transform: none; }
  .ecw-toggle { animation: none !important; }
}
