:root{
  --bg:#070707; --bg2:#101010; --card:#151515; --gold:#d8aa45; --gold2:#f4d98a; --text:#f4f1ea; --muted:#b6afa2; --line:rgba(216,170,69,.28);
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:var(--bg);color:var(--text);line-height:1.6} a{color:inherit;text-decoration:none} img{max-width:100%;display:block}.container{width:min(1180px,92%);margin:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(7,7,7,.82);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.header-inner{display:flex;align-items:center;justify-content:space-between;min-height:150px}.brand{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0}.brand img{width:420px;height:140px;object-fit:contain;filter:drop-shadow(0 0 10px rgba(244,217,138,.32))}.brand-subtitle{margin-top:-18px;color:var(--gold2);font-family:Cinzel,serif;font-size:18px;font-weight:800;letter-spacing:.18em;text-shadow:0 0 10px rgba(244,217,138,.25);white-space:nowrap}.main-nav{display:flex;gap:26px;align-items:center}.main-nav a{font-size:14px;color:var(--muted);font-weight:600}.main-nav a:hover{color:var(--gold2)}.menu-toggle{display:none;background:none;border:1px solid var(--line);color:var(--gold2);font-size:24px;border-radius:12px;padding:6px 12px}.hero{position:relative;overflow:hidden;padding:112px 0 92px;border-bottom:1px solid var(--line);min-height:calc(100vh - 150px);display:flex;align-items:center}.hero-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.90),rgba(0,0,0,.68),rgba(0,0,0,.86)),url("assets/seksiyonel-kapi-1.jpg");background-size:cover;background-position:center;background-repeat:no-repeat}.hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(216,170,69,.08) 1px,transparent 1px),linear-gradient(rgba(216,170,69,.06) 1px,transparent 1px);background-size:70px 70px;mask-image:linear-gradient(to bottom,#000,transparent)}.hero-grid{position:relative;display:grid;grid-template-columns:1.2fr .8fr;gap:54px;align-items:center}.eyebrow,.section-kicker{display:inline-flex;color:var(--gold2);letter-spacing:.16em;text-transform:uppercase;font-size:12px;font-weight:800;margin-bottom:16px}.hero h1,.section h2,.cta-box h2{font-family:Cinzel,serif;line-height:1.08;margin:0;color:#fff}.hero h1{font-size:clamp(40px,6vw,74px);max-width:860px}.hero p{font-size:18px;color:var(--muted);max-width:720px;margin:24px 0 0}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:34px 0}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:999px;font-weight:800;transition:.25s ease;border:1px solid transparent}.btn-primary{background:linear-gradient(135deg,var(--gold),var(--gold2));color:#161008;box-shadow:0 12px 36px rgba(216,170,69,.22)}.btn-primary:hover{transform:translateY(-2px)}.btn-outline{border-color:var(--line);color:var(--gold2);background:rgba(255,255,255,.03)}.btn-outline:hover{background:rgba(216,170,69,.12)}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;max-width:650px}.hero-stats div,.text-card,.service-card,.project-card,.contact-form,.why-list div{background:rgba(255,255,255,.045);border:1px solid var(--line);border-radius:22px;padding:20px}.hero-stats strong{display:block;color:#fff}.hero-stats span{font-size:13px;color:var(--muted)}.hero-card{border:none;border-radius:0;padding:0;background:transparent;box-shadow:none}.hero-card img{border-radius:0;margin:auto;max-height:360px;object-fit:contain;filter:drop-shadow(0 0 18px rgba(244,217,138,.30))}.hero-logo-only p{display:none}.section{padding:92px 0;background:var(--bg)}.section.dark{background:linear-gradient(180deg,rgba(12,12,12,.94),rgba(5,5,5,.96)),url("assets/seksiyonel-kapi-2.jpg");background-size:cover;background-position:center;background-attachment:fixed}.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:46px}.section h2{font-size:clamp(30px,4vw,52px)}.text-card p{color:var(--muted);margin-top:0}.section-head{max-width:800px;margin-bottom:34px}.section-head.narrow{max-width:680px}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card,.project-card,.why-list div{transition:.25s ease}.service-card:hover,.project-card:hover,.why-list div:hover{transform:translateY(-4px);border-color:rgba(244,217,138,.55)}.service-card span{font-family:Cinzel,serif;color:var(--gold2);font-weight:700}.service-card h3,.project-card h3{margin:14px 0 8px;color:#fff}.service-card p,.project-card p,.muted{color:var(--muted)}.projects-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.project-card{min-height:260px;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(180deg,rgba(0,0,0,.25),rgba(0,0,0,.88)),url("assets/seksiyonel-kapi-3.jpg");background-size:cover;background-position:center;border:1px solid var(--line);border-radius:22px;padding:20px;position:relative;overflow:hidden}.project-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(244,217,138,.18),transparent 35%);pointer-events:none}.project-card>*{position:relative}.why-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:40px;align-items:start}.why-list{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.why-list strong{display:block;color:var(--gold2);margin-bottom:6px}.why-list span{color:var(--muted)}.cta-section{padding:50px 0;background:linear-gradient(135deg,rgba(216,170,69,.22),rgba(7,7,7,1));border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.cta-box{display:flex;align-items:center;justify-content:space-between;gap:24px}.cta-box h2{font-size:clamp(28px,4vw,44px)}.cta-box p{color:var(--muted);max-width:460px}.contact-grid{display:grid;grid-template-columns:1fr .9fr;gap:42px}.contact-list{display:grid;gap:14px;margin-top:28px}.contact-list a{display:block;background:rgba(255,255,255,.045);border:1px solid var(--line);border-radius:18px;padding:18px}.contact-list strong{display:block;color:var(--gold2)}.contact-list span{color:var(--muted)}.contact-form{display:grid;gap:16px}.contact-form label{display:grid;gap:8px;color:var(--gold2);font-weight:700}.contact-form input,.contact-form textarea{width:100%;border:1px solid var(--line);border-radius:14px;background:#0b0b0b;color:#fff;padding:14px;font:inherit}.contact-form input:focus,.contact-form textarea:focus{outline:1px solid var(--gold)}
.products-section{background:linear-gradient(180deg,#070707,#0d0d0d)}.product-gallery{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.product-photo-card{background:rgba(255,255,255,.045);border:1px solid var(--line);border-radius:22px;overflow:hidden;transition:.25s ease}.product-photo-card:hover{transform:translateY(-4px);border-color:rgba(244,217,138,.58)}.product-photo-card img{width:100%;height:210px;object-fit:cover;background:#111}.product-photo-card div{padding:18px}.product-photo-card h3{margin:0 0 8px;color:#fff;font-size:18px}.product-photo-card p{margin:0;color:var(--muted);font-size:14px}.sectional-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.sectional-gallery img{width:100%;height:230px;object-fit:cover;border-radius:20px;border:1px solid var(--line);box-shadow:0 18px 38px rgba(0,0,0,.28)}
.site-footer{border-top:1px solid var(--line);padding:28px 0;background:#050505}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;color:var(--muted)}.footer-inner img{width:150px;height:62px;object-fit:contain}.footer-copy{display:grid;gap:2px;text-align:center}.footer-copy p{margin:0}.footer-copy small{font-size:11px;color:rgba(182,175,162,.68);letter-spacing:.04em}.footer-inner a{color:var(--gold2)}.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:60;background:#25d366;color:white;padding:14px 18px;border-radius:999px;font-weight:900;box-shadow:0 12px 32px rgba(0,0,0,.4)}
@media (max-width:900px){.product-gallery{grid-template-columns:repeat(2,1fr)}.sectional-gallery{grid-template-columns:repeat(2,1fr)}.menu-toggle{display:block}.main-nav{position:absolute;top:150px;left:4%;right:4%;display:none;flex-direction:column;background:#090909;border:1px solid var(--line);border-radius:18px;padding:18px}.main-nav.open{display:flex}.hero{padding:62px 0}.hero-grid,.split,.why-grid,.contact-grid{grid-template-columns:1fr}.services-grid,.projects-grid,.why-list{grid-template-columns:1fr 1fr}.cta-box{display:block}.hero-card{order:-1}.hero-stats{grid-template-columns:1fr 1fr 1fr}}@media (max-width:620px){.product-gallery,.sectional-gallery{grid-template-columns:1fr}.product-photo-card img,.sectional-gallery img{height:220px}.header-inner{min-height:120px}.brand img{width:260px;height:88px}.brand-subtitle{font-size:12px;margin-top:-10px;letter-spacing:.14em}.main-nav{top:110px}.hero{min-height:auto;padding:68px 0}.hero h1{font-size:36px}.hero p{font-size:16px}.services-grid,.projects-grid,.why-list,.hero-stats{grid-template-columns:1fr}.section{padding:64px 0}.footer-inner{flex-direction:column;text-align:center}.whatsapp-float{left:18px;right:18px;text-align:center}.hero-actions .btn{width:100%}}

.project-card.project-villa{background:linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.88)),url("assets/uygulama-villa-ferforje.jpg");background-size:cover;background-position:center}
.project-card.project-fabrika{background:linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.88)),url("assets/uygulama-fabrika-seksiyonel.jpg");background-size:cover;background-position:center}
.project-card.project-bina{background:linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.88)),url("assets/uygulama-bina-fotoselli.jpg");background-size:cover;background-position:center}
.project-card.project-isletme{background:linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.88)),url("assets/isletmeler-yeni-kepenk.jpg?v=11");background-size:cover;background-position:center}
.sectional-gallery{grid-template-columns:repeat(3,1fr)}

/* V12 kesin isletmeler gorseli */
.project-card.project-isletme{background-image:linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.88)),url("assets/isletmeler-kepenk-final-2026.jpg?v=12") !important;background-size:cover !important;background-position:center !important;}
