/* =====================================================================
   ASLAN INVEST — ON YUZ
   =====================================================================
   Bu dosya musterinin onayladigi REFERANS TASARIMIN birebir kendisidir.
   (proje basinda verilen index.php)

   Kural: tasarima dokunma. Yalnizca CMS'ten gelen veriler icin gereken
   ek durumlar (bos liste, cok dil, rozetler) altta ayri bolumde.
   ===================================================================== */

:root{
  --ink:#0E3A35;          /* koyu petrol */
  --ink-2:#12463F;
  --teal:#1B8A7A;         /* parlak teal aksan */
  --teal-soft:#E7F1EE;
  --gold:#C9A227;         /* altın CTA */
  --gold-deep:#A9851A;
  --paper:#FBFAF7;        /* sıcak nötr zemin */
  --card:#FFFFFF;
  --line:#E6E2DA;
  --muted:#6B7A75;
  --text:#1C2622;
  --radius:14px;
  --shadow:0 14px 40px -18px rgba(14,58,53,.28);
  --shadow-sm:0 6px 20px -12px rgba(14,58,53,.30);
  --maxw:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'Inter',system-ui,sans-serif;color:var(--text);background:var(--paper);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
h1,h2,h3,h4{font-family:'Fraunces',Georgia,serif;font-weight:600;line-height:1.15;letter-spacing:-.01em;margin:0}
.container{max-width:var(--maxw);margin:0 auto;padding:0 24px}
.eyebrow{font-family:'Inter';font-size:12px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--teal)}

/* ---------- TOP BAR ---------- */
.topbar{background:var(--ink);color:#CFE3DE;font-size:13px}
.topbar .container{display:flex;align-items:center;justify-content:space-between;height:42px;gap:20px}
.langs{display:flex;gap:14px;flex-wrap:wrap}
.langs a{display:flex;align-items:center;gap:6px;opacity:.78;transition:.2s}
.langs a:hover,.langs a.active{opacity:1;color:#fff}
.langs .flag{width:18px;height:13px;border-radius:2px;object-fit:cover;box-shadow:0 0 0 1px rgba(255,255,255,.12)}
.curr{display:flex;gap:6px}
.curr button{background:transparent;border:0;color:#CFE3DE;font:inherit;cursor:pointer;padding:4px 8px;border-radius:6px;opacity:.7;transition:.2s}
.curr button.active{background:var(--gold);color:#1c1500;opacity:1;font-weight:600}

/* ---------- HEADER ---------- */
.header{background:var(--ink-2);position:sticky;top:0;z-index:50;box-shadow:0 1px 0 rgba(255,255,255,.06)}
.header .container{display:flex;align-items:center;gap:28px;height:96px}
.brand{display:flex;align-items:center;flex-shrink:0}
.brand img{height:56px;width:auto}
.nav{display:flex;gap:26px;margin-left:8px;flex-wrap:nowrap}
.nav a{color:#DCEAE6;font-size:14.5px;font-weight:500;padding:10px 0;position:relative;transition:.2s;white-space:nowrap}
.nav a:hover{color:#fff}
.nav a::after{content:"";position:absolute;left:0;bottom:2px;width:0;height:2px;background:var(--gold);transition:.25s}
.nav a:hover::after{width:100%}
.header-contact{margin-left:auto;display:flex;gap:14px;align-items:center;flex-shrink:0}
.hc.icon-only{display:flex;align-items:center;justify-content:center}
.hc.icon-only .ic{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.08);color:#fff;flex-shrink:0;transition:.2s}
.hc.icon-only:hover .ic{background:var(--gold);color:#1c1500;transform:translateY(-2px)}
.hc.wa-ic .ic{background:rgba(37,211,102,.16);color:#3ddc7f}
.hc.wa-ic:hover .ic{background:#25D366;color:#fff}
.burger{display:none;background:none;border:0;color:#fff;cursor:pointer}

/* ---------- HERO ---------- */
.hero{position:relative;min-height:560px;display:flex;align-items:flex-end;color:#fff;overflow:hidden}
.hero-bg{position:absolute;inset:0;background:linear-gradient(110deg,#0c3833 0%,#15524a 55%,#1d6d61 100%)}
.hero-bg::after{content:"";position:absolute;inset:0;background:
  radial-gradient(1200px 500px at 80% -10%,rgba(255,255,255,.10),transparent 60%),
  radial-gradient(900px 600px at -10% 120%,rgba(201,162,39,.16),transparent 60%);}
.hero-photo{position:absolute;inset:0;opacity:.34;background-size:cover;background-position:center;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1' height='1'></svg>");
  mix-blend-mode:luminosity}
.hero-inner{position:relative;z-index:2;width:100%;padding:0 0 70px}
.hero-inner .container{display:block}
.award{display:inline-flex;align-items:center;gap:10px;background:rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.16);padding:8px 16px;border-radius:100px;font-size:12.5px;letter-spacing:.06em;margin-bottom:26px;backdrop-filter:blur(4px)}
.award b{color:var(--gold)}
.hero h1{font-size:clamp(34px,5vw,58px);font-weight:600;max-width:18ch;margin-bottom:18px;text-shadow:0 2px 30px rgba(0,0,0,.3)}
.hero .lead{font-size:18px;max-width:52ch;color:#E4F0EC;margin-bottom:30px}
.hero-cta{display:flex;gap:14px;flex-wrap:wrap;align-items:center}
.btn{display:inline-flex;align-items:center;gap:10px;font-family:'Inter';font-weight:600;font-size:15px;padding:15px 28px;border-radius:100px;cursor:pointer;border:0;transition:transform .2s,box-shadow .2s,background .2s}
.btn:hover{transform:translateY(-2px)}
.btn-gold{background:var(--gold);color:#1c1500;box-shadow:0 16px 34px -14px rgba(201,162,39,.7)}
.btn-gold:hover{background:var(--gold-deep)}
.btn-ghost{background:rgba(255,255,255,.10);color:#fff;border:1px solid rgba(255,255,255,.28)}
.btn-ghost:hover{background:rgba(255,255,255,.18)}
.price-flag{display:inline-flex;align-items:center;gap:8px;background:var(--gold);color:#1c1500;font-weight:700;padding:10px 18px;border-radius:10px;font-size:18px}

/* ---------- SEARCH BAR ---------- */
.searchbar{background:var(--teal);position:relative;z-index:5}
.searchbar .search-row{display:grid;grid-template-columns:repeat(5,1fr) auto;gap:12px;padding:22px 24px}
.sel{position:relative}
.sel select,.sel input{width:100%;appearance:none;background:#fff;border:0;border-radius:10px;padding:14px 40px 14px 16px;font:inherit;font-size:14.5px;color:var(--text);cursor:pointer}
.sel input{padding-right:16px;cursor:text}
.sel::after{content:"";pointer-events:none;position:absolute;right:16px;top:50%;width:8px;height:8px;border-right:2px solid var(--muted);border-bottom:2px solid var(--muted);transform:translateY(-70%) rotate(45deg)}
.sel.no-arrow::after{display:none}
.search-btn{background:var(--ink);color:#fff;border:0;border-radius:10px;padding:0 26px;cursor:pointer;display:grid;place-items:center}
.chips{padding:20px 0 6px;display:flex;flex-direction:column;align-items:center;gap:12px}
.chip-row{display:flex;gap:10px;flex-wrap:wrap;align-items:center;justify-content:center;width:100%}
.chip-row .tag{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-right:6px}
.chip{display:inline-flex;align-items:center;gap:5px;background:#fff;border:1px solid var(--line);padding:8px 15px;border-radius:100px;font-size:13.5px;font-weight:500;cursor:pointer;transition:.2s}
.chip:hover{border-color:var(--teal);color:var(--teal)}
.chip.active{background:var(--ink);color:#fff;border-color:var(--ink)}
.chip.red{background:#D7263D;color:#fff;border-color:#D7263D}

/* ---------- SECTION SHELL ---------- */
.section{padding:74px 0}
.section.tight{padding:56px 0}
.section.alt{background:#fff}
.sec-head{text-align:center;margin-bottom:46px}
.sec-head h2{font-size:clamp(26px,3.4vw,38px);color:var(--ink)}
.sec-head .rule{width:64px;height:3px;background:var(--gold);margin:18px auto 0;border-radius:2px}
.sec-head.left{text-align:left;display:flex;align-items:flex-end;justify-content:space-between;gap:20px}
.sec-head.left .rule{margin:14px 0 0}
.link-more{color:var(--teal);font-weight:600;font-size:14px;display:inline-flex;gap:7px;align-items:center;white-space:nowrap}

/* ---------- TYPE TABS ---------- */
.type-tabs{display:flex;gap:8px;justify-content:center;margin-bottom:42px;flex-wrap:wrap}
.type-tabs button{background:#fff;border:1px solid var(--line);padding:11px 22px;border-radius:100px;font:inherit;font-weight:500;font-size:14px;cursor:pointer;transition:.2s}
.type-tabs button.active{background:var(--ink);color:#fff;border-color:var(--ink)}

/* ---------- PROMO TRIO ---------- */
.trio{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.promo{position:relative;border-radius:var(--radius);padding:38px 32px;min-height:210px;color:#fff;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end}
.promo.a{background:linear-gradient(135deg,#12463F,#0c3833)}
.promo.b{background:linear-gradient(135deg,#15524a,#103f39)}
.promo.c{background:linear-gradient(135deg,#1B8A7A,#147567)}
.promo h3{font-size:23px;margin-bottom:10px}
.promo p{font-size:14px;color:rgba(255,255,255,.82);margin:0 0 4px;max-width:34ch}
.promo .arr{position:absolute;top:26px;right:28px;opacity:.5}
.promo:hover .arr{opacity:1}

/* ---------- COUNTRY STRIP ---------- */
.countries{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;margin-top:8px}
.country{background:#fff;border:1px solid var(--line);border-radius:12px;padding:26px 16px;text-align:center;transition:.2s;cursor:pointer}
.country:hover{border-color:var(--teal);box-shadow:var(--shadow-sm);transform:translateY(-3px)}
.country .fl{width:60px;height:42px;margin:0 auto 14px;border-radius:6px;object-fit:cover;box-shadow:0 4px 12px -6px rgba(0,0,0,.4)}
.country span{font-weight:600;color:var(--ink);font-size:15px}

/* ---------- LISTING CARDS ---------- */
.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:.25s;cursor:pointer}
.card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}
.card .ph{position:relative;height:200px;background-size:cover;background-position:center}
.card .badges{position:absolute;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:flex-start;padding:12px}
.rib{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:6px 12px;border-radius:6px;color:#fff}
.rib.red{background:#D7263D}
.rib.gold{background:var(--gold);color:#1c1500}
.rib.teal{background:var(--teal)}
.rib.dark{background:rgba(14,58,53,.82)}
.inst{position:absolute;bottom:12px;left:12px;background:#2E9E5B;color:#fff;font-size:11px;font-weight:600;padding:6px 11px;border-radius:6px}
.card .body{padding:18px 18px 6px}
.card .ttl{font-family:'Inter';font-weight:600;font-size:15.5px;color:var(--ink);line-height:1.35;min-height:42px}
.price{display:flex;align-items:center;gap:10px;margin:13px 0;flex-wrap:wrap}
.price .now{color:var(--teal);font-weight:700;font-size:19px}
.price .was{color:#A9A9A9;text-decoration:line-through;font-size:14px}
.price .off{background:#D7263D;color:#fff;font-size:11.5px;font-weight:700;padding:3px 7px;border-radius:5px}
.meta{border-top:1px solid var(--line);padding:14px 0;margin-top:6px;display:flex;flex-direction:column;gap:9px}
.meta div{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:13.5px}
.meta svg{color:var(--teal);flex-shrink:0}
.center-cta{text-align:center;margin-top:44px}

/* ---------- POPULAR MOSAIC ---------- */
.mosaic{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:230px;gap:20px}
.mtile{position:relative;border-radius:var(--radius);overflow:hidden;background-size:cover;background-position:center;cursor:pointer;display:flex;align-items:center;justify-content:center}
.mtile::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,30,27,.05),rgba(8,30,27,.62))}
.mtile span{position:relative;z-index:2;color:#fff;font-family:'Fraunces';font-weight:600;font-size:21px;text-align:center;padding:0 20px;text-shadow:0 2px 16px rgba(0,0,0,.5)}
.mtile:hover{transform:scale(.99)}
.mtile.wide{grid-column:span 1}

/* ---------- BLOG ---------- */
.blog{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.post{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:.25s;cursor:pointer}
.post:hover{box-shadow:var(--shadow);transform:translateY(-4px)}
.post .ph{position:relative;height:200px;background-size:cover;background-position:center}
.post .date{position:absolute;bottom:12px;right:12px;background:rgba(14,58,53,.88);color:#fff;font-size:12px;padding:6px 11px;border-radius:6px}
.post .body{padding:22px}
.post h3{font-size:19px;color:var(--ink);margin-bottom:12px;line-height:1.3}
.post p{font-size:14px;color:var(--muted);margin:0 0 16px}
.post .more{color:var(--teal);font-weight:600;font-size:13.5px;display:inline-flex;gap:6px;align-items:center}

/* ---------- PROJECTS ---------- */
.projects{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.proj{position:relative;border-radius:var(--radius);overflow:hidden;height:260px;background-size:cover;background-position:center;cursor:pointer}
.proj::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(8,30,27,.78))}
.proj .loc{position:absolute;top:0;left:0;right:0;z-index:2;background:rgba(14,58,53,.78);color:#fff;font-size:13px;padding:11px 16px;display:flex;align-items:center;gap:7px}
.proj .name{position:absolute;bottom:0;left:0;right:0;z-index:2;color:#fff;font-family:'Fraunces';font-weight:600;font-size:21px;padding:18px 20px;text-align:center}

/* ---------- TRUST STRIP ---------- */
.trust{background:var(--ink);color:#fff;padding:56px 0}
.trust .container{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;text-align:center}
.stat .n{font-family:'Fraunces';font-weight:600;font-size:44px;color:var(--gold);line-height:1}
.stat .l{color:#A9C9C2;font-size:14px;margin-top:8px;letter-spacing:.02em}

/* ---------- ABOUT ---------- */
.about{background:#fff}
.about .container{max-width:920px;text-align:center}
.about h2{font-size:clamp(24px,3vw,34px);color:var(--ink);margin-bottom:8px}
.about .rule{width:64px;height:3px;background:var(--gold);margin:16px auto 26px;border-radius:2px}
.about p{color:#4A5751;font-size:15.5px;margin:0 auto 18px;max-width:74ch}
.about a.in{color:var(--teal);font-weight:600}

/* ---------- FOOTER ---------- */
.footlinks{background:var(--paper);padding:60px 0 40px;border-top:1px solid var(--line)}
.footlinks .container{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}
.fcol h4{font-family:'Inter';font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fff;background:var(--ink);padding:12px 16px;border-radius:8px;margin-bottom:18px}
.fcol a{display:block;color:#4A5751;font-size:14px;padding:7px 0;transition:.2s}
.fcol a:hover{color:var(--teal);padding-left:5px}
.footer{background:#fff;border-top:1px solid var(--line);padding:36px 0 48px;text-align:center}
.legal{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;color:var(--muted);font-size:13.5px;margin-bottom:24px}
.legal a:hover{color:var(--teal)}
.social{display:flex;gap:16px;justify-content:center;margin:22px 0}
.social a{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--teal-soft);color:var(--ink);transition:.2s}
.social a:hover{background:var(--teal);color:#fff;transform:translateY(-3px)}
.foot-contact{display:flex;gap:28px;justify-content:center;flex-wrap:wrap;margin:20px 0 26px}
.foot-contact a{display:flex;align-items:center;gap:9px;color:var(--ink);font-weight:600;font-size:15px}
.foot-contact .ic{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--teal);color:#fff}
.foot-brand img{height:50px;margin:0 auto 14px}
.foot-legal{color:var(--muted);font-size:13px;line-height:1.8}
.foot-legal b{color:var(--ink)}

/* ---------- WHATSAPP FLOAT ---------- */
.wa{position:fixed;left:26px;bottom:26px;width:62px;height:62px;border-radius:50%;background:#25D366;display:grid;place-items:center;box-shadow:0 12px 30px -8px rgba(37,211,102,.6);z-index:60;transition:.2s}
.wa:hover{transform:scale(1.07)}

/* ---------- RESPONSIVE ---------- */
@media(max-width:1080px){
  .grid,.blog,.projects{grid-template-columns:repeat(2,1fr)}
  .countries{grid-template-columns:repeat(3,1fr)}
  .trust .container{grid-template-columns:repeat(2,1fr)}
  .nav{display:none}
}
@media(max-width:760px){
  .header .container{height:74px;gap:14px}
  .brand img{height:42px}
  .searchbar .search-row{grid-template-columns:1fr 1fr}
  .trio,.mosaic{grid-template-columns:1fr}
  .grid,.blog,.projects{grid-template-columns:1fr}
  .footlinks .container{grid-template-columns:1fr 1fr}
  .header-contact{display:none}
  .burger{display:block}
  .sec-head.left{flex-direction:column;align-items:flex-start}
  .topbar{display:none}
}


/* =====================================================================


/* =====================================================================
   REFERANSTA OLMAYAN SAYFALAR
   =====================================================================
   Referans yalnizca ANA SAYFAYI kapsiyor. Ilan listesi, ilan detay,
   blog, iletisim, kurumsal, proje sayfalari referansta yok — onlarin
   stilleri burada.

   Referansin kendi kurallarina DOKUNULMAZ; burada yalnizca referansta
   TANIMLI OLMAYAN sinifllar var.
   ===================================================================== */

/* ---------------------------------------------------------------------
   EK DEGISKENLER
   ---------------------------------------------------------------------
   Referansin :root'unda olmayan ama diger sayfalarin kullandigi
   degiskenler. Tanimsiz birakilirsa CSS o BILDIRIMIN TAMAMINI cope atar
   (ornegin max-width:var(--wrap) -> max-width hic uygulanmaz -> sayfa
   tam genislige yayilir). Kaymanin sebebi buydu.
   --------------------------------------------------------------------- */
:root{
  --wrap:1240px;              /* .wrap-narrow vb. — referanstaki --maxw ile ayni */
  --head-h:76px;              /* sabit baslik yuksekligi (sticky kenar cubugu) */
  --radius-sm:10px;
  --line-2:rgba(14,58,53,.06);
  --faint:#8a9996;
  --teal-d:#14675B;           /* teal'in koyusu (hover) */
  --rust:#C2643A;             /* uyari/indirim tonu */
  --warn:#C2643A;
  --sold:#8a9996;
}


/* --- Kapsayici: referanstaki .container ile ayni olcu --- */
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}
.wrap-narrow{max-width:820px;margin:0 auto;padding:0 24px}

/* --- Bolum: referanstaki .section ile ayni ritim --- */
.sec{padding:76px 0}
.sec-alt{background:var(--paper)}
.section-alt{background:var(--paper)}
.mt-xl{margin-top:56px}

/* --- Emlak tipi sekmeleri ---
   Referansta bunlar <button>. Bizde gezinme yaptiklari icin <a> olmali;
   gorunum birebir ayni kalsin diye ayni kurali <a> icin de yaziyoruz. */
.type-tabs a{
  padding:10px 20px;
  border:1px solid var(--line);
  border-radius:100px;
  background:#fff;
  color:var(--text);
  font-size:14px;
  font-weight:600;
  text-decoration:none;
  cursor:pointer;
  transition:.18s;
  white-space:nowrap;
}
.type-tabs a:hover{
  border-color:var(--teal);
  color:var(--teal);
}

.wrap{
  width:100%;
  max-width:var(--wrap);
  margin:0 auto;
  padding:0 24px;
}
.btn-ink{background:var(--ink);color:#fff}
.btn-ink:hover{background:var(--ink-2)}
.btn-wa-full{background:#25D366;color:#0a3d1c;font-weight:600}
.btn-wa-full:hover{background:#1fbb59}
.btn-sm{padding:8px 14px;font-size:13.5px}
.btn-block{width:100%}
.sec{padding:76px 0}
.sec-alt{background:var(--paper)}
.sec-title{font-size:clamp(26px,3vw,34px)}
.tag-ink{background:var(--ink);color:#fff}
.tag-teal{background:var(--teal);color:#fff}
.tag-gold{background:var(--gold);color:#2a2005}
.tag-sold{background:var(--sold);color:#fff}
.tag-warn{background:var(--warn);color:#fff}
.proj-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(300px,1fr));
  gap:26px;
}
.proj-grid-lg{grid-template-columns:repeat(auto-fill,minmax(340px,1fr))}
.proj-card{
  display:block;
  background:#fff;
  border:1px solid var(--line-2);
  border-radius:var(--radius);
  overflow:hidden;
  transition:transform .2s,box-shadow .2s;
}
.proj-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.proj-img{
  aspect-ratio:16/10;
  background:var(--paper);
  overflow:hidden;
}
.proj-img img{
  width:100%;height:100%;
  object-fit:cover;
  transition:transform .5s cubic-bezier(.2,.6,.2,1);
}
.proj-card:hover .proj-img img{transform:scale(1.045)}
.proj-body{padding:20px}
.proj-body h3{margin:0 0 8px;font-size:19px}
.proj-meta{
  display:flex;
  flex-wrap:wrap;
  gap:4px 16px;
  margin:0 0 10px;
  font-size:13px;
  color:var(--muted);
}
.proj-count{
  margin:0;
  font-size:13px;
  font-weight:600;
  color:var(--teal);
}
.page-top{
  padding:44px 0 36px;
  background:var(--paper);
  border-bottom:1px solid var(--line-2);
}
.page-h1{font-size:clamp(28px,3.4vw,38px);margin:0 0 6px}
.page-sub{margin:0;font-size:14.5px;color:var(--muted)}
.list-wrap{
  display:grid;
  grid-template-columns:278px 1fr;
  gap:40px;
  padding-top:40px;
  padding-bottom:80px;
  align-items:start;
}
.filters{
  position:sticky;
  top:calc(var(--head-h) + 20px);
}
.f-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:20px;
}
.f-head h2{font-size:19px}
.f-clear{
  font-size:13px;
  color:var(--teal);
  font-weight:500;
}
.f-clear:hover{text-decoration:underline}
.f-block{
  padding-bottom:20px;
  margin-bottom:20px;
  border-bottom:1px solid var(--line-2);
}
.f-block:last-of-type{border-bottom:0}
.f-label{
  display:block;
  margin-bottom:9px;
  font-size:12.5px;
  font-weight:600;
  letter-spacing:.02em;
  color:var(--ink);
}
.f-input{
  width:100%;
  height:42px;
  padding:0 12px;
  border:1px solid var(--line);
  border-radius:var(--radius-sm);
  background:#fff;
  font-size:14px;
  transition:border-color .15s,box-shadow .15s;
}
.f-input:focus{
  outline:0;
  border-color:var(--teal);
  box-shadow:0 0 0 3px rgba(27,138,122,.13);
}
.f-row{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:8px}
.f-cur{height:38px;font-size:13px}
.f-checks{display:flex;flex-direction:column;gap:9px}
.f-check{
  display:flex;
  align-items:center;
  gap:9px;
  font-size:14px;
  cursor:pointer;
  color:var(--muted);
  transition:color .12s;
}
.f-check:hover{color:var(--ink)}
.f-check input{
  width:17px;height:17px;
  accent-color:var(--teal);
  cursor:pointer;
  flex:0 0 auto;
}
.res-bar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:26px;
}
.f-toggle{display:none;border:1px solid var(--line);background:#fff}
.f-dot{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:18px;height:18px;
  padding:0 5px;
  border-radius:9px;
  background:var(--teal);
  color:#fff;
  font-size:11px;
  font-weight:700;
}
.sort-form{margin-left:auto}
.sort-form .f-input{width:auto;min-width:168px;height:40px}
.empty-box{
  padding:72px 24px;
  text-align:center;
  border:1px dashed var(--line);
  border-radius:var(--radius);
  background:var(--paper);
}
.empty-box h2{margin:0 0 8px;font-size:22px}
.empty-box p{margin:0 0 22px;color:var(--muted)}
.err404{border:0;background:transparent;padding:100px 24px}
.err-code{
  margin:0 0 12px;
  font-family:'Fraunces',Georgia,serif;
  font-size:88px;
  font-weight:600;
  line-height:1;
  color:var(--line);
}
.err-cta{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.pager{
  display:flex;
  justify-content:center;
  gap:6px;
  margin-top:48px;
  flex-wrap:wrap;
}
.pager a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:40px;height:40px;
  padding:0 12px;
  border:1px solid var(--line);
  border-radius:var(--radius-sm);
  font-size:14px;
  font-weight:500;
  transition:background .14s,color .14s,border-color .14s;
}
.pager a:hover{background:var(--paper)}
.pager a.on{
  background:var(--ink);
  border-color:var(--ink);
  color:#fff;
}
.crumbs{
  padding:16px 0;
  font-size:13px;
  color:var(--faint);
  border-bottom:1px solid var(--line-2);
}
.crumbs .wrap{display:flex;flex-wrap:wrap;gap:8px;align-items:center}
.crumbs a:hover{color:var(--teal)}
.gal{margin-bottom:34px}
.gal-hero{
  display:block;
  width:100%;
  aspect-ratio:16/10;
  margin-bottom:9px;
  border-radius:var(--radius);
  overflow:hidden;
}
.gal-thumbs{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:9px;
}
.gal-thumbs .gal-cell{
  aspect-ratio:4/3;
  border-radius:var(--radius-sm);
  overflow:hidden;
}
.gal-cell{
  position:relative;
  padding:0;
  overflow:hidden;
  background:var(--paper);
  cursor:zoom-in;
}
.gal-cell img{
  width:100%;height:100%;
  object-fit:cover;
  transition:transform .45s cubic-bezier(.2,.6,.2,1),opacity .2s;
}
.gal-cell:hover img{transform:scale(1.04);opacity:.94}
.gal-more{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:1px;
  background:rgba(14,58,53,.66);
  color:#fff;
  font-family:'Fraunces',Georgia,serif;
  font-size:23px;
  font-weight:600;
  line-height:1;
  transition:background .16s;
}
.gal-cell:hover .gal-more{background:rgba(14,58,53,.76)}
.gal-more small{
  font-family:'Inter',sans-serif;
  font-size:11px;
  font-weight:500;
  letter-spacing:.03em;
  opacity:.88;
}
.lb{
  position:fixed;
  inset:0;
  z-index:200;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(10,30,28,.95);
  padding:40px;
}
.lb[hidden]{display:none}
.lb img{
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  border-radius:6px;
}
.lb-x{
  position:absolute;
  top:20px;right:24px;
  width:44px;height:44px;
  border-radius:50%;
  background:rgba(255,255,255,.12);
  color:#fff;
  font-size:30px;
  line-height:1;
  transition:background .15s;
}
.lb-x:hover{background:rgba(255,255,255,.22)}
.lb-nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:52px;height:52px;
  border-radius:50%;
  background:rgba(255,255,255,.12);
  color:#fff;
  font-size:34px;
  line-height:1;
  transition:background .15s;
}
.lb-nav:hover{background:rgba(255,255,255,.24)}
.lb-prev{left:24px}
.lb-next{right:24px}
.lb-count{
  position:absolute;
  bottom:24px;
  left:50%;
  transform:translateX(-50%);
  margin:0;
  color:rgba(255,255,255,.7);
  font-size:13px;
}
.detail{
  display:grid;
  grid-template-columns:1fr 372px;
  gap:52px;
  padding-top:44px;
  padding-bottom:80px;
  align-items:start;
}
.d-head{margin-bottom:32px}
.d-tags{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:16px}
.d-title{
  margin:0 0 12px;
  font-size:clamp(26px,3.2vw,36px);
}
.d-loc{
  display:flex;
  align-items:center;
  gap:7px;
  margin:0 0 6px;
  font-size:15px;
  color:var(--muted);
}
.d-code{margin:0;font-size:13px;color:var(--faint)}
.d-specs{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(132px,1fr));
  gap:1px;
  margin-bottom:40px;
  background:var(--line-2);
  border:1px solid var(--line-2);
  border-radius:var(--radius);
  overflow:hidden;
}
.spec{
  display:flex;
  flex-direction:column;
  gap:3px;
  padding:16px 18px;
  background:#fff;
}
.spec-k{font-size:12px;color:var(--faint)}
.spec-v{font-size:15.5px;font-weight:600}
.d-sec{margin-bottom:40px}
.d-sec h2{
  margin:0 0 18px;
  font-size:22px;
  padding-bottom:12px;
  border-bottom:1px solid var(--line-2);
}
.d-desc{
  font-size:15.5px;
  line-height:1.75;
  color:#2c3f3c;
}
.fg{margin-bottom:24px}
.fg:last-child{margin-bottom:0}
.fg-name{
  margin:0 0 12px;
  font-family:'Inter',sans-serif;
  font-size:12.5px;
  font-weight:600;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:var(--faint);
}
.fg-list{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(190px,1fr));
  gap:10px 20px;
  margin:0;
  padding:0;
  list-style:none;
}
.fg-list li{
  display:flex;
  align-items:center;
  gap:9px;
  font-size:14.5px;
}
.fg-list svg{color:var(--teal);flex:0 0 auto}
.detail-side{
  position:sticky;
  top:calc(var(--head-h) + 20px);
}
.d-box{
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:26px;
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.d-price{
  display:flex;
  align-items:baseline;
  flex-wrap:wrap;
  gap:8px;
  padding-bottom:18px;
  border-bottom:1px solid var(--line-2);
}
.d-old{font-size:15px;color:var(--faint)}
.d-now{
  font-family:'Fraunces',Georgia,serif;
  font-size:31px;
  font-weight:600;
  letter-spacing:-.02em;
  margin:0;
}
.d-per{font-size:14px;color:var(--muted)}
.d-ask{font-family:'Fraunces',Georgia,serif;font-size:22px;color:var(--teal)}
.d-cur{
  display:flex;
  flex-direction:column;
  gap:8px;
  margin:16px 0 0;
  padding:0;
  list-style:none;
}
.d-cur li{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  font-size:14px;
}
.d-cur span{color:var(--faint);font-size:12.5px;letter-spacing:.03em}
.d-cur strong{font-weight:600}
.d-inst{
  margin:16px 0 0;
  padding:10px 13px;
  border-radius:var(--radius-sm);
  background:rgba(201,162,39,.10);
  font-size:13px;
  font-weight:500;
  color:#7a6212;
}
.d-agent{
  margin-top:22px;
  padding-top:20px;
  border-top:1px solid var(--line-2);
}
.d-agent-k{
  margin:0 0 4px;
  font-size:12px;
  color:var(--faint);
}
.d-agent-n{
  margin:0;
  font-size:16px;
  font-weight:600;
}
.d-cta{
  display:flex;
  flex-direction:column;
  gap:9px;
  margin-top:22px;
}
@media (max-width:1080px){
  .list-wrap{grid-template-columns:1fr;gap:0}
  .filters{
    position:fixed;
    inset:0;
    z-index:120;
    background:#fff;
    padding:24px;
    overflow-y:auto;
    display:none;
  }
  .filters.open{display:block}
  .f-toggle{display:inline-flex}
  .detail{grid-template-columns:1fr;gap:36px}
  .detail-side{position:static}
}
@media (max-width:860px){
  .gal-hero{aspect-ratio:3/2}
  .gal-thumbs{gap:6px}
  .gal-more{font-size:19px}
  .gal-more small{font-size:10px}
}
@media (max-width:760px){
  .sec{padding:56px 0}
  .proj-grid,.proj-grid-lg{grid-template-columns:1fr}
  .lb{padding:16px}
  .lb-nav{width:42px;height:42px;font-size:26px}
  .lb-prev{left:8px}
  .lb-next{right:8px}
}
.nav-drop{position:relative}
.nav-drop-t{
  display:inline-flex;
  align-items:center;
  gap:5px;
}
.nav-drop-t svg{opacity:.5;transition:transform .18s}
.nav-drop:hover .nav-drop-t svg{transform:rotate(180deg)}
.nav-drop-m{
  position:absolute;
  top:100%;
  left:50%;
  transform:translate(-50%,6px);
  min-width:194px;
  padding:7px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:12px;
  box-shadow:0 14px 40px -12px rgba(9,32,29,.2);
  opacity:0;
  visibility:hidden;
  transition:opacity .16s,transform .16s,visibility .16s;
  z-index:60;
}
.nav-drop:hover .nav-drop-m,
.nav-drop:focus-within .nav-drop-m{
  opacity:1;
  visibility:visible;
  transform:translate(-50%,2px);
}
.nav-drop-m a{
  display:block;
  padding:9px 13px;
  border-radius:7px;
  font-size:14px;
  color:var(--ink);
  white-space:nowrap;
}
.nav-drop-m a:hover{background:var(--paper);color:var(--teal)}
.page-hero{
  position:relative;
  padding:78px 0 44px;
  background:var(--paper);
  border-bottom:1px solid var(--line);
  overflow:hidden;
}
.page-hero h1{
  font-size:clamp(30px,4.4vw,45px);
  line-height:1.12;
  margin:0;
}
.page-hero .kicker{
  display:block;
  margin-bottom:11px;
  font-size:12px;
  letter-spacing:.13em;
  text-transform:uppercase;
  color:var(--teal);
  font-weight:600;
}
.page-hero.has-cover{border-bottom:0}
.page-hero.has-cover h1,
.page-hero.has-cover .kicker{position:relative;z-index:2;color:#fff}
.page-hero-img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}
.page-hero-veil{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(9,32,29,.34),rgba(9,32,29,.72));
}
.wrap-narrow{max-width:760px;margin-inline:auto}
.mt-xl{margin-top:52px}
.prose{
  font-size:16.5px;
  line-height:1.78;
  color:var(--ink-2);
}
.prose > *:first-child{margin-top:0}
.prose > *:last-child{margin-bottom:0}
.prose p{margin:0 0 1.15em}
.prose h2{
  font-family:'Fraunces',Georgia,serif;
  font-size:27px;
  line-height:1.25;
  color:var(--ink);
  margin:1.9em 0 .6em;
}
.prose h3{
  font-family:'Fraunces',Georgia,serif;
  font-size:21px;
  color:var(--ink);
  margin:1.7em 0 .5em;
}
.prose ul,
.prose ol{margin:0 0 1.15em;padding-left:22px}
.prose li{margin-bottom:.45em}
.prose a{
  color:var(--teal);
  text-decoration:underline;
  text-underline-offset:2px;
}
.prose a:hover{color:var(--teal-d)}
.prose img{
  max-width:100%;
  height:auto;
  border-radius:12px;
  margin:1.6em 0;
}
.prose blockquote{
  margin:1.6em 0;
  padding:4px 0 4px 22px;
  border-left:3px solid var(--teal);
  font-style:italic;
  color:var(--muted);
}
.prose hr{
  margin:2.4em 0;
  border:0;
  border-top:1px solid var(--line);
}
.legal-page{padding-top:64px}
.legal-title{
  font-size:clamp(26px,3.4vw,34px);
  margin:0 0 30px;
  padding-bottom:20px;
  border-bottom:1px solid var(--line);
}
.prose-legal{font-size:15.5px;line-height:1.8}
.post-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(310px,1fr));
  gap:26px;
}
.post-card{
  display:flex;
  flex-direction:column;
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  overflow:hidden;
  transition:transform .2s,box-shadow .2s,border-color .2s;
}
.post-card:hover{
  transform:translateY(-3px);
  border-color:var(--line-2);
  box-shadow:0 18px 44px -20px rgba(9,32,29,.2);
}
.post-card-img{
  display:block;
  aspect-ratio:16/10;
  overflow:hidden;
  background:var(--paper);
}
.post-card-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .5s cubic-bezier(.2,.8,.2,1);
}
.post-card:hover .post-card-img img{transform:scale(1.045)}
.post-card-noimg{
  width:100%;
  height:100%;
  background:linear-gradient(135deg,var(--paper),#e6ebe8);
}
.post-card-body{
  display:flex;
  flex-direction:column;
  gap:9px;
  padding:20px 21px 22px;
  flex:1;
}
.post-date{
  font-size:12px;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:var(--faint);
}
.post-card-title{
  font-family:'Fraunces',Georgia,serif;
  font-size:19px;
  line-height:1.35;
  margin:0;
}
.post-card-title a{color:var(--ink)}
.post-card-title a:hover{color:var(--teal)}
.post-card-excerpt{
  font-size:14.5px;
  line-height:1.62;
  color:var(--muted);
  margin:0;
}
.post-more{
  margin-top:auto;
  padding-top:8px;
  font-size:13.5px;
  font-weight:600;
  color:var(--teal);
}
.post-more:hover{color:var(--teal-d)}
.post-hero{
  position:relative;
  height:clamp(260px,42vh,440px);
  overflow:hidden;
}
.post-hero img{width:100%;height:100%;object-fit:cover}
.post-hero-veil{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(9,32,29,.15),rgba(9,32,29,.78));
}
.post-head{padding:56px 0 34px;background:var(--paper)}
.post-head h1{
  font-size:clamp(28px,4.2vw,42px);
  line-height:1.16;
  margin:14px 0 16px;
}
.post-head.on-cover{
  position:relative;
  margin-top:-150px;
  padding-top:0;
  padding-bottom:40px;
  background:transparent;
  z-index:2;
}
.post-head.on-cover h1,
.post-head.on-cover .post-back,
.post-head.on-cover .post-meta{color:#fff}
.post-head.on-cover .post-back:hover{color:#fff;opacity:.85}
.post-head.on-cover .post-meta{opacity:.9}
.post-back{
  font-size:13.5px;
  font-weight:600;
  color:var(--teal);
}
.post-back:hover{color:var(--teal-d)}
.post-meta{
  display:flex;
  align-items:center;
  gap:9px;
  flex-wrap:wrap;
  font-size:13.5px;
  color:var(--muted);
}
.post-meta .sep{opacity:.45}
.contact-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:46px;
  align-items:start;
}
.contact-h{
  font-family:'Fraunces',Georgia,serif;
  font-size:26px;
  margin:0 0 7px;
}
.contact-sub{
  font-size:15px;
  color:var(--muted);
  margin:0 0 26px;
}
.contact-form .field{margin-bottom:17px}
.contact-form label{
  display:block;
  margin-bottom:6px;
  font-size:13.5px;
  font-weight:600;
  color:var(--ink);
}
.contact-form .req{color:var(--rust)}
.contact-form input,
.contact-form textarea{
  width:100%;
  padding:12px 14px;
  font:inherit;
  font-size:15px;
  color:var(--ink);
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius-sm);
  transition:border-color .14s,box-shadow .14s;
}
.contact-form input:focus,
.contact-form textarea:focus{
  outline:0;
  border-color:var(--teal);
  box-shadow:0 0 0 3px rgba(27,138,122,.12);
}
.contact-form textarea{resize:vertical;min-height:118px}
.contact-form .field-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:15px;
}
.hp{
  position:absolute !important;
  left:-9999px;
  width:1px;
  height:1px;
  overflow:hidden;
}
.btn-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:13px 34px;
  margin-top:4px;
  font-size:15px;
  font-weight:600;
  color:#fff;
  background:var(--teal);
  border:0;
  border-radius:var(--radius-sm);
  cursor:pointer;
  transition:background .15s,transform .12s;
}
.btn-cta:hover{background:var(--teal-d)}
.btn-cta:active{transform:translateY(1px)}
.contact-card{
  padding:26px;
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:var(--radius);
  margin-bottom:22px;
}
.contact-card h3{
  font-family:'Fraunces',Georgia,serif;
  font-size:18px;
  margin:0 0 14px;
}
.contact-addr{
  font-size:14.5px;
  line-height:1.65;
  color:var(--ink-2);
  margin:0 0 18px;
  font-style:normal;
}
.contact-list{list-style:none;margin:0;padding:0}
.contact-list li{
  display:flex;
  flex-direction:column;
  gap:2px;
  padding:11px 0;
  border-top:1px solid var(--line);
}
.contact-list li:first-child{border-top:0;padding-top:0}
.ci-label{
  font-size:11.5px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--faint);
}
.contact-list a{font-size:15px;color:var(--ink);font-weight:500}
.contact-list a:hover{color:var(--teal)}
.contact-map{
  border:1px solid var(--line);
  border-radius:var(--radius);
  overflow:hidden;
}
.contact-map iframe{
  display:block;
  width:100%;
  height:265px;
  border:0;
  filter:grayscale(.28);
}
.map-link{
  display:block;
  padding:12px 18px;
  font-size:13.5px;
  font-weight:600;
  color:var(--teal);
  background:#fff;
  border-top:1px solid var(--line);
}
.map-link:hover{background:var(--paper)}
.notice{
  padding:15px 20px;
  margin-bottom:28px;
  border-radius:var(--radius-sm);
  font-size:14.5px;
}
.notice-ok{
  background:rgba(27,138,122,.09);
  border:1px solid rgba(27,138,122,.28);
  color:var(--teal-d);
}
.notice-err{
  background:rgba(176,74,50,.08);
  border:1px solid rgba(176,74,50,.26);
  color:var(--rust);
}
.empty-front{
  padding:70px 20px;
  text-align:center;
  color:var(--faint);
}
.pager-front{
  display:flex;
  justify-content:center;
  gap:6px;
  margin-top:46px;
}
.pager-front a,
.pager-front .cur{
  min-width:40px;
  height:40px;
  display:grid;
  place-items:center;
  padding:0 12px;
  border:1px solid var(--line);
  border-radius:9px;
  font-size:14px;
  font-weight:500;
}
.pager-front a{color:var(--ink);background:#fff}
.pager-front a:hover{border-color:var(--teal);color:var(--teal)}
.pager-front .cur{
  background:var(--teal);
  border-color:var(--teal);
  color:#fff;
}
@media (max-width:900px){
  .contact-grid{grid-template-columns:1fr;gap:34px}
}
@media (max-width:768px){
  .post-grid{grid-template-columns:1fr;gap:20px}
  .post-head.on-cover{margin-top:-110px}
  .contact-form .field-row{grid-template-columns:1fr;gap:0}
  .nav-drop-m{
    position:static;
    transform:none;
    opacity:1;
    visibility:visible;
    box-shadow:none;
    border:0;
    padding:0 0 0 14px;
    min-width:0;
  }
  .nav-drop-t svg{display:none}
}
.proj-rooms{
  display:flex;
  flex-wrap:wrap;
  gap:5px;
  margin:9px 0 0;
}
.rt{
  display:inline-flex;
  align-items:center;
  padding:3px 9px;
  border:1px solid var(--line);
  border-radius:99px;
  background:var(--paper);
  font-size:12px;
  font-weight:600;
  color:var(--ink-2);
  white-space:nowrap;
}
.rt-m2{
  background:transparent;
  border-style:dashed;
  color:var(--muted);
  font-weight:500;
}
.proj-price{
  margin:11px 0 0;
  font-family:'Fraunces',Georgia,serif;
  font-size:18px;
  font-weight:600;
  color:var(--teal-d);
}
.proj-price .dash{ color:var(--faint); font-weight:400 }
.proj-price .from{
  font-family:inherit;
  font-size:12px;
  font-weight:500;
  color:var(--muted);
  text-transform:lowercase;
}
.proj-spec{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(190px,1fr));
  gap:1px;
  margin:26px 0 0;
  background:var(--line);
  border:1px solid var(--line);
  border-radius:var(--radius);
  overflow:hidden;
}
.spec-item{
  display:flex;
  flex-direction:column;
  gap:7px;
  padding:17px 19px;
  background:#fff;
}
.spec-label{
  font-size:11.5px;
  letter-spacing:.09em;
  text-transform:uppercase;
  color:var(--faint);
  font-weight:600;
}
.spec-value{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:5px;
  font-size:15.5px;
  font-weight:600;
  color:var(--ink);
}
.spec-price .spec-value{
  font-family:'Fraunces',Georgia,serif;
  font-size:19px;
  color:var(--teal-d);
}
.spec-price small{
  font-family:'Inter',sans-serif;
  font-size:12px;
  font-weight:500;
  color:var(--muted);
}
@media (max-width:640px){
  .proj-spec{ grid-template-columns:1fr 1fr }
}
.lead-form{
  margin-top:22px;
  padding-top:20px;
  border-top:1px solid var(--line-2);
}
.lf-title{
  margin:0 0 3px;
  font-family:'Fraunces',Georgia,serif;
  font-size:17px;
  font-weight:600;
  color:var(--ink);
}
.lf-sub{
  margin:0 0 16px;
  font-size:13px;
  line-height:1.5;
  color:var(--muted);
}
.lf-field{margin-bottom:11px}
.lf-field label{
  display:block;
  margin-bottom:5px;
  font-size:12.5px;
  font-weight:600;
  color:var(--ink);
}
.lf-field .req{color:var(--gold)}
.lf-field input,
.lf-field textarea{
  width:100%;
  padding:10px 12px;
  font:inherit;
  font-size:14px;
  color:var(--ink);
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius-sm);
  transition:border-color .14s,box-shadow .14s;
}
.lf-field input:focus,
.lf-field textarea:focus{
  outline:0;
  border-color:var(--teal);
  box-shadow:0 0 0 3px rgba(27,138,122,.12);
}
.lf-field textarea{resize:vertical;min-height:74px}
.lf-done{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin-top:22px;
  padding:16px 18px;
  border-radius:var(--radius-sm);
  background:rgba(27,138,122,.09);
  border:1px solid rgba(27,138,122,.26);
}
.lf-done svg{color:var(--teal);flex:0 0 auto;margin-top:1px}
.lf-done p{
  margin:0;
  font-size:14px;
  line-height:1.55;
  color:var(--ink);
}
.lf-err{
  margin-top:18px;
  padding:11px 14px;
  border-radius:var(--radius-sm);
  background:rgba(194,100,58,.09);
  border:1px solid rgba(194,100,58,.28);
  font-size:13.5px;
  color:#8a4426;
}
.proj-lead{
  max-width:720px;
  margin-inline:auto;
  padding:30px 32px;
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:var(--radius);
}
.proj-lead .lead-form{
  margin-top:0;
  padding-top:0;
  border-top:0;
}
.proj-lead .lf-title{font-size:20px}
.proj-lead .lf-sub{margin-bottom:20px}
.proj-lead .lf-done,
.proj-lead .lf-err{margin-top:0}
.lf-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}
@media (max-width:640px){
  .proj-lead{padding:24px 20px}
  .lf-grid{grid-template-columns:1fr;gap:0}
}
.sr-only{
  position:absolute;
  width:1px;height:1px;
  padding:0;margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}
@media (max-width:760px){
  }

/* --- Iletisim sayfasi: iki sutun --- */
.contact-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:44px;
  align-items:start;
}
.contact-info-col{}
.contact-form-col{}

/* --- Proje sayfasindaki genis lead formu --- */
.lead-form-wide .lf-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}

/* --- Bolum basligi (referanstaki .sec-head h2 ile ayni dil) --- */
.section-title{
  margin:0 0 8px;
  font-family:'Fraunces',Georgia,serif;
  font-size:32px;
  font-weight:600;
  color:var(--ink);
  letter-spacing:-.01em;
}

@media (max-width:900px){
  .contact-grid{grid-template-columns:1fr;gap:32px}
  .lead-form-wide .lf-grid{grid-template-columns:1fr;gap:0}
}

/* =====================================================================
   HERO SLIDER
   =====================================================================
   Referansta hero'nun arkasi sabit gradyan (.hero-bg). Biz oraya one
   cikan ilanlarin kapaklarini koyuyoruz.

   Katman sirasi:
     1. .hero-slides   — fotograflar (en altta)
     2. .hero-bg       — koyu perde (fotografi karartir, yazi okunur kalir)
     3. .hero-inner    — baslik, arama, butonlar (referansta z-index:2)
   ===================================================================== */
.hero-slides{
  position:absolute;
  inset:0;
  z-index:0;
  overflow:hidden;
}

.hero-slide{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  opacity:0;
  transform:scale(1.06);
  transition:opacity 1.1s ease, transform 8s linear;
}
.hero-slide.on{
  opacity:1;
  transform:scale(1);
}

/* Slider varsa gradyan PERDE YOK — gorseller net gorunsun.
   Katman yine de duruyor: tiklama yonetimi (pointer-events) ve
   z-index sirasi icin gerekli, ama artik seffaf. Basligin okunmasi
   .hero-inner uzerindeki metin golgesiyle saglaniyor. */
.hero-bg.has-slides{
  z-index:1;
  background:transparent;
}

/* Aktif slayta tiklanip ilana gidilebilsin (perdenin ustunden) */
.hero-slide.on{pointer-events:auto}
.hero-bg.has-slides{pointer-events:none}

/* --- Noktalar --- */
.hero-dots{
  display:flex;
  gap:8px;
  margin-top:24px;
}

.hero-dot{
  width:30px;
  height:3px;
  padding:0;
  border:0;
  border-radius:3px;
  background:rgba(255,255,255,.30);
  cursor:pointer;
  transition:background .2s, width .2s;
}
.hero-dot:hover{background:rgba(255,255,255,.55)}
.hero-dot.on{
  width:46px;
  background:var(--gold);
}

/* Ekran okuyucu metni */
.sr-only{
  position:absolute;
  width:1px;height:1px;
  padding:0;margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}

@media (max-width:760px){
  .hero-bg.has-slides{
    background:transparent;
  }
  .hero-dots{margin-top:18px}
}

/* =====================================================================
   ILAN KART IZGARASI  (.cards)
   =====================================================================
   Ilan listesi, "Benzer ilanlar" ve proje detayindaki daireler bu
   kapsayiciyi kullanir. Kurali olmayinca kartlar blok eleman gibi
   alt alta diziliyordu — liste gorunumu.

   Referansin .grid'i sabit 4 sutun; ama .cards farkli genisliklerde
   duruyor (liste sayfasinda 874px, detayda 1240px). Bu yuzden
   uyarlanabilir: genislik yettikce sutun ekler.
     1240px -> 4 sutun     874px -> 3 sutun     mobil -> 1 sutun
   ===================================================================== */
.cards{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(258px,1fr));
  gap:24px;
}

@media (max-width:560px){
  .cards{grid-template-columns:1fr;gap:18px}
}

/* --- Gorseli olmayan proje karti --- */
.card-noimg{
  width:100%;
  height:100%;
  background:linear-gradient(135deg,#234d46,#16352f);
}

/* =====================================================================
   PROJE DETAY GALERISI  (.gal-grid)
   =====================================================================
   Ilan detayinda galeriyi kapak + kucuk kareler yapmistik; proje detayi
   hala eski izgarayi kullaniyor. Referansin diline uygun sekilde
   tanimliyoruz: buyuk kapak solda, kucukler sagda.
   ===================================================================== */
.gal-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  grid-template-rows:repeat(2,186px);
  gap:9px;
  border-radius:var(--radius);
  overflow:hidden;
}
.gal-grid .gal-main{
  grid-column:span 2;
  grid-row:span 2;
}

@media (max-width:860px){
  .gal-grid{
    grid-template-columns:repeat(2,1fr);
    grid-template-rows:repeat(2,150px);
  }
  .gal-grid .gal-main{grid-column:span 2;grid-row:span 1}
}

/* =====================================================================
   FILTRE PANELI — KAPATMA (x)
   =====================================================================
   JS bu dugmeyi filtre panelinin icine ekler. YALNIZCA mobilde, panel
   acikken anlamli. Masaustunde panel zaten hep gorunur — kapatilacak
   bir sey yok, bu yuzden gizli.
   ===================================================================== */
.f-close{
  display:none;               /* masaustu: gorunmez */
  position:absolute;
  top:14px;
  right:14px;
  width:34px;
  height:34px;
  padding:0;
  border:0;
  border-radius:50%;
  background:rgba(14,58,53,.08);
  color:var(--ink);
  font-size:22px;
  line-height:1;
  cursor:pointer;
  transition:background .15s;
}
.f-close:hover{background:rgba(14,58,53,.16)}

@media (max-width:900px){
  /* Mobil: panel acikken kapatma dugmesi gorunsun */
  .filters.open .f-close{display:block}
}

/* =====================================================================
   MOBIL
   =====================================================================
   Referans statik bir sayfaydi; mobil menu hic yazilmamisti. Burger'a
   basilinca .nav'a 'open' ekleniyordu ama karsiligi olan CSS yoktu —
   bu yuzden hicbir sey olmuyordu.
   ===================================================================== */

@media (max-width:760px){

  /* --- HEADER: logo buyur, burger sagda --- */
  .header .container{
    height:72px;
    gap:10px;
    justify-content:space-between;
  }

  .brand img{height:52px}          /* 42 -> 52 */

  .burger{
    display:block;
    margin-left:auto;              /* saga yasla */
    padding:8px;
    margin-right:-8px;             /* optik hizalama: ikonun bosluğunu tela */
  }
}

/* =====================================================================
   MOBIL MENU (tam ekran)
   ===================================================================== */
.nav-overlay{
  position:fixed;
  inset:0;
  z-index:80;
  background:rgba(8,32,29,.55);
  backdrop-filter:blur(3px);
  opacity:0;
  visibility:hidden;
  transition:opacity .22s, visibility .22s;
}
.nav-overlay.on{
  opacity:1;
  visibility:visible;
}

.nav-panel{
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  z-index:81;
  width:min(86vw, 360px);
  background:var(--ink);
  color:#fff;
  padding:20px 22px 32px;
  overflow-y:auto;
  transform:translateX(100%);
  transition:transform .26s cubic-bezier(.4,0,.2,1);
  display:flex;
  flex-direction:column;
}
.nav-panel.on{transform:translateX(0)}

.np-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding-bottom:18px;
  margin-bottom:6px;
  border-bottom:1px solid rgba(255,255,255,.12);
}
.np-head img{height:44px;width:auto}

.np-x{
  width:38px;
  height:38px;
  padding:0;
  border:0;
  border-radius:50%;
  background:rgba(255,255,255,.10);
  color:#fff;
  font-size:24px;
  line-height:1;
  cursor:pointer;
}
.np-x:hover{background:rgba(255,255,255,.18)}

/* --- Menu baglantilari --- */
.np-links{
  display:flex;
  flex-direction:column;
  padding:10px 0;
}
.np-links a{
  padding:15px 2px;
  color:#fff;
  text-decoration:none;
  font-size:17px;
  font-weight:500;
  border-bottom:1px solid rgba(255,255,255,.08);
  transition:color .15s;
}
.np-links a:hover,
.np-links a.on{color:var(--gold)}

/* --- Iletisim --- */
.np-contact{
  display:grid;
  gap:10px;
  padding:20px 0 4px;
}
.np-contact a{
  display:flex;
  align-items:center;
  gap:10px;
  padding:13px 16px;
  border-radius:100px;
  font-size:15px;
  font-weight:600;
  text-decoration:none;
}
.np-call{background:rgba(255,255,255,.10);color:#fff}
.np-wa{background:#25D366;color:#fff}

/* --- Dil ve para birimi (mobilde ust bar gizli) --- */
.np-sec{
  padding-top:18px;
  margin-top:14px;
  border-top:1px solid rgba(255,255,255,.12);
}
.np-sec h4{
  margin:0 0 10px;
  font-family:Inter,system-ui,sans-serif;
  font-size:11px;
  font-weight:700;
  letter-spacing:.10em;
  text-transform:uppercase;
  color:rgba(255,255,255,.45);
}

.np-langs{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
}
.np-langs a{
  display:flex;
  align-items:center;
  gap:6px;
  padding:7px 11px;
  border-radius:100px;
  background:rgba(255,255,255,.08);
  color:rgba(255,255,255,.85);
  font-size:13px;
  text-decoration:none;
}
.np-langs a.on{background:var(--teal);color:#fff}
.np-langs img{width:17px;height:12px;border-radius:2px;object-fit:cover}

.np-curr{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
}
.np-curr a{
  padding:7px 13px;
  border-radius:100px;
  background:rgba(255,255,255,.08);
  color:rgba(255,255,255,.85);
  font-size:13px;
  font-weight:600;
  text-decoration:none;
}
.np-curr a.on{background:var(--gold);color:#1C2622}

body.no-scroll{overflow:hidden}

/* =====================================================================
   EN USTE CIK
   =====================================================================
   WhatsApp butonu SOL altta duruyor; bu yuzden bunu SAG alta koyuyoruz
   ki carpismasinlar. Sayfa bir miktar kaydirilinca beliriyor.
   ===================================================================== */
.to-top{
  position:fixed;
  right:26px;
  bottom:26px;
  z-index:60;

  width:48px;
  height:48px;
  display:grid;
  place-items:center;

  padding:0;
  border:0;
  border-radius:50%;
  background:var(--ink);
  color:#fff;
  cursor:pointer;

  box-shadow:0 10px 26px -10px rgba(14,58,53,.65);

  /* Gorunmezken tiklanamaz olsun */
  opacity:0;
  visibility:hidden;
  transform:translateY(10px);
  transition:opacity .22s, transform .22s, visibility .22s, background .18s;
}
.to-top.on{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}
.to-top:hover{background:var(--teal)}

@media (max-width:760px){
  .to-top{
    right:18px;
    bottom:18px;
    width:44px;
    height:44px;
  }
  .wa{
    left:18px;
    bottom:18px;
    width:54px;
    height:54px;
  }
}


/* hidden attribute'u CSS tarafindan ezilmesin.
   (.nav-panel'in kendi display/visibility kurallari var; hidden iken
    yine de DOM'da 'gorunur' sayilabiliyordu.) */
.nav-panel[hidden],
.nav-overlay[hidden]{display:none !important}

/* =====================================================================
   BOLGE CIPLERI
   =====================================================================
   MASAUSTU: .chip-strip 'display:contents' ile layout'tan cikar —
   cipler yine .chip-row'un dogrudan cocugu gibi davranir, referans
   tasarim BIREBIR korunur.

   MOBIL: etiket (ÜLKE / SEHIR) kendi satirinda ustte durur, cipler
   altinda yatay kayan serit olur.

   Onceki denemede etiket 'sticky' idi; kaydirinca ilk cipin (Türkiye /
   Alanya — hem de aktif olanin) ustune biniyordu. Artik cakisma yok.
   ===================================================================== */

/* Masaustu: sarmalayici yokmus gibi davransin */
.chip-strip{display:contents}

/* Etiket teal zeminde okunsun */
.chip-row .tag{color:rgba(255,255,255,.72)}

@media (max-width:760px){

  .chips{
    align-items:stretch;
    gap:14px;
    padding:16px 0 6px;
  }

  /* Etiket ustte, serit altta */
  .chip-row{
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-start;
    flex-wrap:nowrap;
    gap:7px;
  }

  .chip-row .tag{
    margin:0;
    padding:0 2px;
  }

  /* Cipler: tek serit, yatay kaydirma */
  .chip-strip{
    display:flex;
    flex-wrap:nowrap;
    gap:8px;
    width:100%;
    overflow-x:auto;

    /* Serit ekran kenarlarina kadar uzansin */
    margin:0 -20px;
    padding:2px 20px 8px;

    scroll-snap-type:x proximity;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }
  .chip-strip::-webkit-scrollbar{display:none}

  .chip{
    flex:0 0 auto;              /* daralmasin */
    scroll-snap-align:start;
    font-size:13px;
    padding:8px 14px;
  }
}

/* =====================================================================
   FILTRE PANELI — TIKLA-FILTRELE
   =====================================================================
   Dropdown + "Filtrele" butonu yerine tiklanabilir listeler.
   Her secenek bir baglanti; yanindaki rozet o secenekte kac ilan
   oldugunu gosterir.
   ===================================================================== */

.f-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  margin-bottom:14px;
  overflow:hidden;
}

.f-card-h{
  display:flex;
  align-items:center;
  gap:9px;
  padding:14px 16px;
  border-bottom:1px solid var(--line-2);

  font-family:Inter,system-ui,sans-serif;
  font-size:13px;
  font-weight:600;
  color:var(--ink);
}
.f-card-h svg{color:var(--teal);flex:0 0 auto}

/* --- Secenek listesi --- */
.f-list{
  list-style:none;
  margin:0;
  padding:6px;
  max-height:340px;
  overflow-y:auto;
}
.f-list::-webkit-scrollbar{width:5px}
.f-list::-webkit-scrollbar-thumb{
  background:rgba(14,58,53,.16);
  border-radius:3px;
}

.f-opt{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;

  padding:9px 11px;
  border-radius:9px;

  color:var(--text);
  font-size:14px;
  text-decoration:none;
  transition:background .14s, color .14s;
}
.f-opt:hover{background:rgba(27,138,122,.07)}

.f-opt-n{
  /* Uzun isimler tasmasin */
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

/* Sayim rozeti */
.f-opt-c{
  flex:0 0 auto;
  min-width:30px;
  padding:2px 8px;
  border-radius:100px;

  background:rgba(14,58,53,.06);
  color:var(--muted);
  font-size:12px;
  font-weight:600;
  text-align:center;
}

/* Secili secenek */
.f-opt.on{
  background:var(--teal);
  color:#fff;
  font-weight:600;
}
.f-opt.on .f-opt-c{
  background:rgba(255,255,255,.22);
  color:#fff;
}
.f-opt.on:hover{background:var(--teal-d)}

/* --- SECILEN FILTRELER (chip) --- */
.f-chips-card{
  border-color:rgba(27,138,122,.28);
  background:rgba(27,138,122,.04);
}

.f-chips{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  padding:12px;
}

.f-chip{
  display:inline-flex;
  align-items:center;
  gap:7px;

  padding:6px 10px 6px 13px;
  border-radius:100px;

  background:var(--ink);
  color:#fff;
  font-size:13px;
  font-weight:500;
  text-decoration:none;
  transition:background .15s;
}
.f-chip:hover{background:var(--rust)}

.f-chip-x{
  display:grid;
  place-items:center;
  width:17px;
  height:17px;
  border-radius:50%;
  background:rgba(255,255,255,.18);
  font-size:14px;
  line-height:1;
}

/* --- Ozellikler: daha sik yerlesim --- */
.f-list-tags{max-height:300px}

/* --- Temizle --- */
.f-clear{
  font-size:13px;
  color:var(--rust);
  text-decoration:none;
  font-weight:500;
}
.f-clear:hover{text-decoration:underline}

@media (max-width:900px){
  .f-list{max-height:260px}
  .f-card{margin-bottom:12px}
}

/* =====================================================================
   HERO METNI — GORSEL UZERINDE OKUNURLUK
   =====================================================================
   Slider uzerindeki gradyan perde kaldirildi (gorseller net gorunsun).
   Perde gidince acik renkli bir slayt uzerinde baslik kaybolabilirdi;
   bu yuzden metinlere okunurlugu garantileyen golge ekliyoruz.
   Golge sadece yazinin hemen arkasini karartir, gorseli genel olarak
   koyulastirmaz.
   ===================================================================== */
.hero-inner .award{
  /* Rozetin arkasi zaten yari saydam koyu; golgeyi biraz guclendir */
  background:rgba(0,0,0,.42);
  text-shadow:0 1px 6px rgba(0,0,0,.5);
}

.hero h1{
  /* Kisa mesafeli koyu golge: acik gorselde de net okunur */
  text-shadow:
    0 2px 12px rgba(0,0,0,.55),
    0 1px 3px rgba(0,0,0,.6);
}

.hero-inner .lead{
  text-shadow:
    0 1px 8px rgba(0,0,0,.55),
    0 1px 2px rgba(0,0,0,.5);
}

@media (max-width:760px){
  /* Mobilde gorsel daha kucuk, metin daha buyuk oranda kaplar —
     golgeyi biraz daha belirgin tut */
  .hero h1{
    text-shadow:
      0 2px 14px rgba(0,0,0,.62),
      0 1px 3px rgba(0,0,0,.7);
  }
  .hero-inner .lead{
    text-shadow:0 1px 10px rgba(0,0,0,.62);
  }
}
