:root{
  --green:#083f35;
  --green-dark:#042d27;
  --green-soft:#0f5a4b;
  --gold:#d8ad55;
  --gold-light:#f3d994;
  --cream:#fff8ea;
  --text:#14322d;
  --muted:#6e817b;
  --white:#ffffff;
  --shadow:0 24px 70px rgba(4,45,39,.16);
  --radius:28px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--text);background:#f8f3e9;line-height:1.6;overflow-x:hidden}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}.container{width:min(1180px,92%);margin:0 auto}.section-pad{padding:92px 0}.site-header{position:fixed;top:0;left:0;width:100%;z-index:1000;background:rgba(5,48,41,.82);backdrop-filter:blur(18px);border-bottom:1px solid rgba(216,173,85,.22)}
.navbar{width:min(1220px,94%);height:82px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px;color:var(--cream);font-weight:800;letter-spacing:.12em}.brand img{width:54px;height:54px;object-fit:contain;border-radius:14px;border:1px solid rgba(216,173,85,.45);background:#07342d;padding:5px}.nav-links{display:flex;align-items:center;gap:30px;list-style:none;color:#fff9ed;font-size:14px;font-weight:600}.nav-links a{position:relative;opacity:.92}.nav-links a::after{content:"";position:absolute;left:0;bottom:-8px;width:0;height:2px;background:var(--gold);transition:.3s}.nav-links a:hover::after{width:100%}.menu-toggle{display:none;background:none;border:0;cursor:pointer}.menu-toggle span{display:block;width:26px;height:2px;background:#fff;margin:6px 0;border-radius:2px}
.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding-top:132px;background:radial-gradient(circle at 82% 28%,rgba(216,173,85,.2),transparent 28%),linear-gradient(135deg,#fff8ea 0%,#f6efe0 43%,#0b453a 43.2%,#062f29 100%);overflow:hidden}.hero-bg-logo{position:absolute;right:8%;top:16%;width:410px;opacity:.045;filter:grayscale(1);pointer-events:none}.hero-grid{display:grid;grid-template-columns:1.02fr 96px .93fr;align-items:center;gap:42px}.eyebrow{display:inline-block;color:var(--gold);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.22em;margin-bottom:16px}.hero-copy h1,.section-title h2,.center-title h2,.section-head h2,.cta h2{font-family:Georgia,"Times New Roman",serif;line-height:1.05}.hero-copy h1{font-size:clamp(56px,7vw,94px);color:var(--green-dark);margin-bottom:12px}.hero-copy h2{font-size:clamp(22px,2.6vw,34px);font-weight:700;color:#b88932;margin-bottom:24px}.hero-copy p{font-size:18px;color:#50625d;max-width:560px;margin-bottom:30px}.hero-actions{display:flex;gap:16px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border-radius:999px;font-weight:800;letter-spacing:.01em;transition:.25s;border:1px solid transparent}.btn-primary{background:linear-gradient(135deg,var(--gold),var(--gold-light));color:#24302d;box-shadow:0 16px 34px rgba(184,137,50,.28)}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 20px 42px rgba(184,137,50,.36)}.btn-secondary{border-color:rgba(8,63,53,.18);background:rgba(255,255,255,.62);color:var(--green-dark)}.btn-secondary:hover{border-color:var(--gold);transform:translateY(-3px)}.hero-stats{display:flex;gap:22px;margin-top:38px;flex-wrap:wrap}.hero-stats div{padding:15px 18px;background:rgba(255,255,255,.68);border:1px solid rgba(216,173,85,.2);border-radius:18px;box-shadow:0 12px 28px rgba(4,45,39,.06)}.hero-stats strong{display:block;color:var(--green-dark);font-size:20px}.hero-stats span{font-size:12px;color:var(--muted);font-weight:700}.divider-wrap{height:560px;display:flex;align-items:center;justify-content:center;position:relative}.divider-seg{position:absolute;width:3px;border-radius:999px;background:linear-gradient(var(--gold-light),var(--gold));box-shadow:0 0 28px rgba(216,173,85,.42);transform:rotate(14deg)}.seg-one{height:150px;top:22px}.seg-two{height:170px;top:220px}.seg-three{height:90px;bottom:12px}.divider-dot{width:14px;height:14px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 12px rgba(216,173,85,.13)}.hero-portrait{position:relative;display:flex;justify-content:center}.portrait-frame{width:min(430px,100%);height:590px;border-radius:38px;padding:14px;background:linear-gradient(145deg,var(--gold-light),var(--gold),#9c6c20);box-shadow:var(--shadow);position:relative}.portrait-frame::before{content:"";position:absolute;inset:-18px;border:1px solid rgba(243,217,148,.35);border-radius:48px}.portrait-frame img{width:100%;height:100%;object-fit:contain;object-position:center bottom;background:#f4efe7;border-radius:28px}.portrait-card{position:absolute;left:-36px;bottom:34px;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);border:1px solid rgba(216,173,85,.28);border-radius:22px;padding:18px 22px;box-shadow:0 22px 48px rgba(0,0,0,.16)}.portrait-card strong{display:block;color:var(--green-dark);font-size:14px}.portrait-card span{font-size:12px;color:#8d6a2f;font-weight:800}.two-col{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:start}.section-title h2,.center-title h2,.section-head h2{font-size:clamp(36px,4vw,56px);color:var(--green-dark)}.about{background:#fff}.about-text{font-size:18px;color:#5f706b}.about-text p+p{margin-top:18px}.services{background:linear-gradient(180deg,#f8f3e9,#fff8ea)}.center-title{text-align:center;max-width:760px;margin:0 auto 44px}.cards,.property-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.card{background:rgba(255,255,255,.86);border:1px solid rgba(216,173,85,.22);border-radius:var(--radius);padding:34px;box-shadow:0 20px 48px rgba(4,45,39,.08);transition:.3s}.card:hover,.property:hover{transform:translateY(-8px)}.card-icon{display:inline-flex;width:54px;height:54px;border-radius:17px;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--green),var(--green-soft));color:var(--gold-light);font-weight:900;margin-bottom:26px}.card h3{font-size:22px;margin-bottom:12px;color:var(--green-dark)}.card p{color:var(--muted)}.projects{background:#fff}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:38px;gap:24px}.text-link{color:#a0742b;font-weight:900;border-bottom:2px solid rgba(160,116,43,.3)}.property{border-radius:30px;overflow:hidden;background:#fff;border:1px solid rgba(8,63,53,.08);box-shadow:0 20px 52px rgba(4,45,39,.1);transition:.3s}.property-img{height:220px;position:relative}.property-img::after{content:"";position:absolute;inset:22px;border:1px solid rgba(255,248,234,.5);border-radius:22px}.gradient-one{background:linear-gradient(135deg,#123f38,#d0a24e)}.gradient-two{background:linear-gradient(135deg,#d8ad55,#fff0bd 42%,#0f5a4b)}.gradient-three{background:linear-gradient(135deg,#092f29,#0f5a4b,#d8ad55)}.property-body{padding:26px}.property-body span{color:#b88932;font-size:12px;letter-spacing:.16em;text-transform:uppercase;font-weight:900}.property-body h3{font-size:22px;margin:8px 0 10px;color:var(--green-dark)}.property-body p{color:var(--muted)}.cta{padding:84px 0;background:linear-gradient(135deg,#07342d,#0c594b);color:#fff}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:42px;border:1px solid rgba(216,173,85,.28);border-radius:34px;background:rgba(255,255,255,.06)}.cta h2{font-size:clamp(32px,4vw,52px);max-width:720px}.cta p{color:rgba(255,255,255,.78);margin-top:14px;max-width:710px}.footer{background:#031e1a;color:#fff;padding:46px 0}.footer-grid{display:grid;grid-template-columns:1.2fr .9fr .7fr;gap:32px;align-items:start}.footer-brand img{width:82px;height:82px;object-fit:contain;border-radius:18px;border:1px solid rgba(216,173,85,.4);margin-bottom:14px;background:#07342d;padding:8px}.footer h4{color:var(--gold-light);margin-bottom:12px}.footer p{color:rgba(255,255,255,.68)}.socials{display:flex;gap:10px}.socials a{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(216,173,85,.4);color:var(--gold-light);font-weight:900}.reveal{opacity:0;transform:translateY(26px);transition:.8s ease}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.12s}.delay-2{transition-delay:.24s}
@media(max-width:980px){.navbar{height:74px}.menu-toggle{display:block}.nav-links{position:fixed;top:74px;right:-100%;width:270px;height:calc(100vh - 74px);background:#062f29;flex-direction:column;align-items:flex-start;padding:34px;transition:.3s}.nav-links.open{right:0}.hero{padding-top:110px;background:linear-gradient(180deg,#fff8ea 0%,#f8f3e9 50%,#07342d 50.2%,#062f29 100%)}.hero-grid{grid-template-columns:1fr;gap:34px}.divider-wrap{height:70px;order:2;transform:rotate(90deg)}.hero-portrait{order:3}.portrait-frame{height:560px}.two-col,.cards,.property-grid,.footer-grid{grid-template-columns:1fr}.section-head,.cta-inner{align-items:flex-start;flex-direction:column}.portrait-card{left:18px;bottom:24px}.hero-copy{text-align:left}}
@media(max-width:560px){.section-pad{padding:68px 0}.hero-copy h1{font-size:50px}.hero-copy p{font-size:16px}.hero-actions{flex-direction:column}.btn{width:100%}.portrait-frame{height:500px;padding:10px;border-radius:28px}.portrait-frame img{border-radius:20px}.hero-stats{gap:12px}.hero-stats div{flex:1 1 130px}.card,.cta-inner{padding:26px}.footer{text-align:left}}


/* Güncelleme: orta ayırıcı artık tek çizgi */
.divider-wrap{height:560px;display:flex;align-items:center;justify-content:center;position:relative;}
.divider-line{display:block;width:3px;height:520px;border-radius:999px;background:linear-gradient(180deg,rgba(243,217,148,.2),var(--gold-light),var(--gold),rgba(243,217,148,.22));box-shadow:0 0 30px rgba(216,173,85,.38);transform:rotate(10deg);}
.divider-seg,.divider-dot{display:none!important;}

/* Öne çıkan fırsatlar görsel düzeni */
.property-img{height:240px;position:relative;overflow:hidden;background:#0b453a;}
.property-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease;}
.property:hover .property-img img{transform:scale(1.06);}
.property-img::after{content:"";position:absolute;inset:0;border-radius:0;background:linear-gradient(180deg,rgba(4,45,39,0),rgba(4,45,39,.26));border:0;}
.gradient-one,.gradient-two,.gradient-three{background:none;}
@media(max-width:980px){.divider-wrap{height:90px;transform:none;order:2}.divider-line{height:3px;width:min(420px,80vw);transform:none;background:linear-gradient(90deg,rgba(243,217,148,.2),var(--gold-light),var(--gold),rgba(243,217,148,.22));}}


/* Son düzenleme: hero metni daha koyu, hizalama simetrik, fotoğraf çerçeveye tam oturur */
.hero-grid{grid-template-columns:minmax(0,1fr) 72px minmax(0,1fr);align-items:center;column-gap:48px}
.hero-copy{width:100%;max-width:520px;justify-self:end}
.hero-copy p{color:#213b36;font-weight:600;text-shadow:0 1px 0 rgba(255,255,255,.18)}
.hero-portrait{width:100%;max-width:520px;justify-self:start;display:flex;flex-direction:column;align-items:center}
.portrait-frame{width:min(430px,100%);height:auto;aspect-ratio:1170/1441;display:flex;align-items:center;justify-content:center;overflow:hidden}
.portrait-frame img{width:100%;height:100%;object-fit:cover;object-position:center center;background:#f4efe7}
.portrait-card{left:50%;transform:translateX(-50%);bottom:22px;text-align:center;min-width:280px}
.divider-wrap{justify-self:center}
.divider-line{transform:none;height:540px;width:3px}
@media(max-width:980px){
  .hero-copy,.hero-portrait{max-width:none;justify-self:stretch}
  .portrait-frame{width:min(430px,100%)}
  .portrait-card{left:50%;transform:translateX(-50%);bottom:20px}
}


/* Son final düzenleme */
.hero-copy p{color:#000000 !important;font-weight:600;}
.hero-stats{display:none !important;}
.hero-grid{grid-template-columns:minmax(0,1fr) 72px minmax(0,1fr);align-items:center;column-gap:48px;}
.hero-copy{width:100%;max-width:520px;justify-self:end;}
.hero-portrait{width:100%;max-width:560px;justify-self:start;display:flex;flex-direction:column;align-items:center;gap:18px;}
.portrait-frame{width:min(470px,100%);max-width:470px;height:auto;aspect-ratio:1170/1441;padding:16px;border-radius:42px;overflow:hidden;}
.portrait-frame::before{inset:-20px;border-radius:52px;}
.portrait-frame img{width:100%;height:100%;object-fit:cover;object-position:center 42%;}
.portrait-card{position:static;left:auto;bottom:auto;transform:none !important;margin-top:2px;min-width:0;width:min(470px,100%);text-align:center;box-shadow:0 14px 30px rgba(0,0,0,.12);}
.portrait-card strong{font-size:16px;}
.portrait-card span{font-size:13px;display:block;margin-top:4px;}
@media(max-width:980px){
  .hero-copy,.hero-portrait{max-width:none;justify-self:stretch;}
  .portrait-frame{width:min(470px,100%);max-width:470px;}
  .portrait-card{width:min(470px,100%);}
}
@media(max-width:560px){
  .portrait-frame{width:100%;max-width:420px;padding:12px;border-radius:32px;}
  .portrait-card{width:100%;max-width:420px;}
}

/* Başlık düzenleme: Soygül Gayrimenkul yazısı orta çizgiye temas etmesin */
.hero-grid{
  grid-template-columns:minmax(0,.94fr) 86px minmax(0,1fr) !important;
  column-gap:56px !important;
}
.hero-copy{
  max-width:470px !important;
}
.hero-copy h1{
  font-size:clamp(44px,5.4vw,72px) !important;
  letter-spacing:-.025em;
  line-height:1.02;
  max-width:460px;
}
@media(max-width:980px){
  .hero-grid{
    grid-template-columns:1fr !important;
    column-gap:34px !important;
  }
  .hero-copy{
    max-width:none !important;
  }
  .hero-copy h1{
    max-width:none;
  }
}
@media(max-width:560px){
  .hero-copy h1{
    font-size:clamp(40px,10vw,54px) !important;
  }
}

/* Mobil görünüm final düzeltme: hero alanı, fotoğraf ve kart taşmadan dengeli görünür */
@media (max-width: 980px){
  body{overflow-x:hidden;}

  .site-header{background:rgba(5,48,41,.94);}
  .navbar{height:74px;width:min(100% - 28px,1220px);}
  .brand{gap:10px;font-size:13px;letter-spacing:.1em;}
  .brand img{width:48px;height:48px;border-radius:12px;}
  .nav-links{top:74px;width:min(286px,82vw);height:calc(100svh - 74px);box-shadow:-24px 0 60px rgba(0,0,0,.22);}

  .hero{
    min-height:auto;
    display:block;
    padding:108px 0 62px;
    background:
      radial-gradient(circle at 80% 8%,rgba(216,173,85,.20),transparent 28%),
      linear-gradient(180deg,#fff8ea 0%,#f8f3e9 54%,#07342d 54.2%,#062f29 100%) !important;
  }

  .hero-bg-logo{display:none;}
  .hero-grid{
    display:grid;
    grid-template-columns:1fr !important;
    gap:26px !important;
    align-items:start;
  }

  .hero-copy{
    order:1;
    max-width:680px !important;
    justify-self:center !important;
    text-align:center !important;
  }
  .hero-copy .eyebrow{font-size:11px;letter-spacing:.18em;margin-bottom:12px;}
  .hero-copy h1{
    max-width:100% !important;
    font-size:clamp(38px,9.5vw,54px) !important;
    line-height:1.02 !important;
    margin-bottom:12px;
  }
  .hero-copy h2{
    font-size:clamp(20px,5.5vw,28px);
    line-height:1.35;
    margin-bottom:16px;
  }
  .hero-copy p{
    max-width:620px;
    margin:0 auto 22px;
    font-size:16px;
    line-height:1.65;
    color:#203c36 !important;
  }
  .hero-actions{
    justify-content:center;
    gap:12px;
  }

  .divider-wrap{display:none !important;}

  .hero-portrait{
    order:2;
    width:100%;
    max-width:none;
    justify-self:center !important;
    align-items:center;
    gap:14px;
    margin-top:4px;
  }
  .portrait-frame{
    width:min(360px,88vw) !important;
    max-width:360px !important;
    aspect-ratio:3 / 4;
    height:auto !important;
    padding:12px;
    border-radius:32px;
    box-shadow:0 26px 58px rgba(0,0,0,.25);
  }
  .portrait-frame::before{display:none;}
  .portrait-frame img{
    width:100%;
    height:100%;
    border-radius:22px;
    object-fit:cover;
    object-position:center top;
    background:#f4efe7;
  }
  .portrait-card{
    position:static !important;
    width:min(360px,88vw) !important;
    max-width:360px !important;
    margin:0 auto;
    padding:16px 18px;
    border-radius:18px;
    text-align:center;
    transform:none !important;
  }
  .portrait-card strong{font-size:14px;line-height:1.35;}
  .portrait-card span{font-size:12px;}
}

@media (max-width: 560px){
  .container{width:min(100% - 28px,1180px);}
  .section-pad{padding:58px 0;}
  .hero{padding:98px 0 54px;}
  .hero-copy{text-align:left !important;}
  .hero-copy .eyebrow{font-size:10px;letter-spacing:.16em;}
  .hero-copy h1{font-size:clamp(36px,11vw,46px) !important;}
  .hero-copy h2{font-size:clamp(20px,6vw,24px);}
  .hero-copy p{font-size:15.5px;margin-bottom:20px;}
  .hero-actions{flex-direction:row;justify-content:flex-start;}
  .btn{width:auto;min-width:154px;padding:0 20px;}
  .hero-actions .btn{flex:1 1 150px;}
  .portrait-frame{
    width:min(330px,92vw) !important;
    max-width:330px !important;
    padding:10px;
    border-radius:28px;
  }
  .portrait-frame img{border-radius:20px;}
  .portrait-card{
    width:min(330px,92vw) !important;
    max-width:330px !important;
  }
}

@media (max-width: 380px){
  .brand span{font-size:12px;letter-spacing:.08em;}
  .brand img{width:44px;height:44px;}
  .hero-copy h1{font-size:36px !important;}
  .btn{min-width:0;width:100%;}
  .hero-actions{flex-direction:column;}
  .portrait-frame,.portrait-card{width:100% !important;max-width:310px !important;}
}
