:root{--yellow:#f4b400;--orange:#ff6b00;--dark:#171717;--soft:#f5f5f5;--text:#222;--muted:#666;--border:#e8e8e8}*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);background:#fff}a{text-decoration:none;color:inherit}.container{width:min(1180px,92%);margin:auto}.topbar{background:#111;color:#ddd;font-size:14px}.topbar-inner{display:flex;justify-content:space-between;gap:15px;padding:10px 0}.site-header{position:sticky;top:0;z-index:50;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.08)}.nav{height:78px;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:12px;font-size:22px;font-weight:800}.logo img{height:56px;width:auto;display:block}.logo-mark{background:var(--yellow);color:#111;width:48px;height:48px;border-radius:14px;display:grid;place-items:center;font-size:18px}.menu{display:flex;align-items:center;gap:28px;font-weight:700}.menu a:hover{color:var(--orange)}.menu-toggle{display:none;background:#111;color:#fff;border:0;border-radius:8px;padding:10px 14px}.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--yellow);color:#111;padding:15px 24px;border-radius:12px;font-weight:900;border:2px solid var(--yellow);transition:.25s}.btn:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(244,180,0,.28)}.btn-small{padding:11px 18px}.btn-outline{background:transparent;color:#fff;border-color:#fff}.btn-outline:hover{background:#fff;color:#111}.hero{min-height:680px;position:relative;display:grid;align-items:center;background:linear-gradient(120deg,#101010 0%,#252525 55%,#4d3300 100%);overflow:hidden}.hero:after{content:"";position:absolute;right:-150px;bottom:-130px;width:560px;height:560px;border-radius:50%;background:rgba(244,180,0,.18)}.hero-overlay{position:absolute;inset:0;background:repeating-linear-gradient(135deg,rgba(255,255,255,.035) 0 2px,transparent 2px 18px)}.hero-content{position:relative;color:#fff;max-width:760px}.eyebrow{display:inline-block;color:var(--yellow);font-weight:900;text-transform:uppercase;letter-spacing:.12em;font-size:13px;margin-bottom:16px}.hero h1,.page-hero h1{font-size:clamp(42px,7vw,76px);line-height:.98;margin:0 0 24px;font-weight:900}.hero p{font-size:21px;color:#e9e9e9;line-height:1.65;margin-bottom:34px}.hero-actions{display:flex;gap:15px;flex-wrap:wrap}.section{padding:95px 0}.section-sm{padding:34px 0}.stats{background:var(--yellow)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;text-align:center}.stats strong{display:block;font-size:38px;font-weight:900}.stats span{font-weight:800}.section-head{text-align:center;max-width:760px;margin:0 auto 48px}.section-head h2,.split h2,.cta h2,.content h2{font-size:clamp(30px,4vw,48px);line-height:1.12;margin:0 0 16px;font-weight:900}.section-head p,.content p{color:var(--muted);line-height:1.8}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.card{background:#fff;border:1px solid var(--border);border-radius:24px;padding:32px;box-shadow:0 20px 45px rgba(0,0,0,.07);transition:.25s}.card:hover{transform:translateY(-7px);border-color:var(--yellow)}.icon{font-size:42px;margin-bottom:20px}.card h3{font-size:24px;margin:0 0 12px}.card p{color:var(--muted);line-height:1.7}.card a{font-weight:900;color:var(--orange)}.dark{background:#171717;color:#fff}.split-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.split p{color:#ddd;line-height:1.8}.check-list{padding:0;margin:28px 0 0;list-style:none}.check-list li{padding:12px 0 12px 34px;position:relative;color:#eee}.check-list li:before{content:"✓";position:absolute;left:0;color:var(--yellow);font-weight:900}.check-list.light li{color:#333}.image-box{min-height:380px;border-radius:30px;background:linear-gradient(135deg,var(--yellow),var(--orange));box-shadow:0 30px 70px rgba(0,0,0,.35);position:relative;overflow:hidden}.image-box:after{content:"EXCAVATOR";position:absolute;left:30px;bottom:30px;font-weight:900;font-size:52px;color:rgba(0,0,0,.18)}.cta{text-align:center;background:#111;color:#fff;border-radius:32px;padding:58px 30px}.cta p{color:#ddd}.page-hero{background:linear-gradient(120deg,#171717,#3a2700);color:#fff;padding:105px 0}.page-hero p{font-size:20px;color:#e7e7e7}.content{max-width:850px}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.project{border:1px solid var(--border);border-radius:22px;overflow:hidden;background:#fff;box-shadow:0 18px 40px rgba(0,0,0,.06)}.project-img,.gallery-item{height:210px;background:linear-gradient(135deg,#222,#444 45%,var(--yellow));display:grid;place-items:center;color:#fff;font-weight:900}.project div:last-child{padding:24px}.project span{color:var(--orange);font-weight:900}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.gallery-item{border-radius:22px;height:240px}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:30px}.contact-card,.form{border:1px solid var(--border);border-radius:24px;padding:32px;box-shadow:0 18px 45px rgba(0,0,0,.06)}.form{display:grid;gap:15px}.form input,.form textarea{width:100%;border:1px solid var(--border);border-radius:12px;padding:16px;font:inherit}.form button{cursor:pointer}.form small{color:var(--muted);line-height:1.6}.footer{background:#111;color:#ddd;padding-top:60px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:40px}.footer h3,.footer h4{color:#fff}.footer a{display:block;margin:10px 0;color:#ddd}.copyright{text-align:center;border-top:1px solid #2b2b2b;margin-top:40px;padding:22px;color:#aaa}.whatsapp{position:fixed;right:22px;bottom:22px;background:#25d366;color:#fff;padding:15px 20px;border-radius:999px;font-weight:900;box-shadow:0 12px 28px rgba(0,0,0,.25);z-index:80}@media(max-width:900px){.menu-toggle{display:block}.menu{display:none;position:absolute;top:78px;left:0;right:0;background:#fff;flex-direction:column;padding:24px;box-shadow:0 20px 40px rgba(0,0,0,.12)}.menu.active{display:flex}.topbar-inner,.hero-actions{flex-direction:column}.stats-grid,.cards,.project-grid,.gallery,.split-grid,.contact-grid,.footer-grid{grid-template-columns:1fr}.hero{min-height:610px}.section{padding:70px 0}}
.wide-content{max-width:980px}.content h2{margin-top:42px}.content h2:first-child{margin-top:0}.content p{font-size:17px}.info-box,.formula{background:#fff8df;border:1px solid #f4d678;border-radius:18px;padding:22px 24px;margin:28px 0;line-height:1.7}.formula{font-size:22px;font-weight:900;color:#111;text-align:center}.inline-cta{margin-top:50px}.contact-only{display:grid;grid-template-columns:1.2fr .8fr;gap:30px;align-items:start}.big-contact h2{font-size:clamp(32px,5vw,54px);line-height:1.05;margin:0 0 18px}.big-contact p{color:var(--muted);line-height:1.8;font-size:18px}.contact-actions{display:flex;gap:14px;flex-wrap:wrap;margin:28px 0}.btn-dark{background:#111;color:#fff;border-color:#111}.contact-list{border-top:1px solid var(--border);margin-top:28px;padding-top:22px}.whatsapp-guide{border:1px solid var(--border);border-radius:24px;padding:32px;background:#fff;box-shadow:0 18px 45px rgba(0,0,0,.06)}.whatsapp-guide h3{font-size:26px;margin:0 0 16px}@media(max-width:900px){.contact-only{grid-template-columns:1fr}.content p{font-size:16px}}

.topic-list{display:grid;gap:10px}.topic-list strong{font-size:22px;margin-bottom:4px}.topic-list a{display:block;padding:11px 14px;background:#fff;border:1px solid var(--border);border-radius:12px;font-weight:800}.topic-list a:hover{border-color:var(--yellow);color:var(--orange)}

/* Gerçek proje fotoğrafları */
.photo-feature{background:#111;padding:0;min-height:420px}
.photo-feature:after{display:none}
.photo-feature img{width:100%;height:100%;min-height:420px;object-fit:cover;display:block;filter:saturate(1.05) contrast(1.02)}
.photo-card img{width:100%;height:255px;object-fit:cover;display:block;background:#eee}
.photo-projects .project h3{line-height:1.25}
.gallery-photo{position:relative;display:block;border-radius:22px;overflow:hidden;min-height:260px;background:#111;box-shadow:0 18px 40px rgba(0,0,0,.10)}
.gallery-photo img{width:100%;height:100%;min-height:260px;object-fit:cover;display:block;transition:.35s}
.gallery-photo span{position:absolute;left:14px;right:14px;bottom:14px;background:rgba(17,17,17,.82);color:#fff;border-radius:14px;padding:11px 13px;font-weight:900;font-size:14px;line-height:1.35}
.gallery-photo:hover img{transform:scale(1.05)}
.home-gallery{margin-top:10px}.center-action{text-align:center;margin-top:34px}.project-preview{background:#fafafa}
@media(max-width:900px){.photo-card img,.gallery-photo img,.gallery-photo{height:auto;min-height:230px}.photo-feature img,.photo-feature{min-height:320px}}

/* v6 düzeltme: fotoğraflar sabit kart ölçüsünde kırpılır, sayfa taşmaz */
html,body{max-width:100%;overflow-x:hidden}
img{max-width:100%;height:auto}
.photo-gallery.gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:stretch}
.gallery-photo{height:280px;min-height:0;width:100%}
.gallery-photo img{width:100%;height:100%;min-height:0;object-fit:cover;object-position:center;display:block}
.home-gallery .gallery-photo{height:230px}
.photo-card img{height:240px;width:100%;object-fit:cover;object-position:center}
.photo-feature{height:420px;min-height:0}
.photo-feature img{height:100%;min-height:0;object-fit:cover;object-position:center}
@media(max-width:900px){.photo-gallery.gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery-photo{height:220px}.home-gallery .gallery-photo{height:210px}.photo-feature{height:320px}}
@media(max-width:560px){.photo-gallery.gallery{grid-template-columns:1fr}.gallery-photo,.home-gallery .gallery-photo{height:240px}}


/* v7 kesin fotoğraf yerleşimi: taşma yok, tüm görseller kart içine kırpılır */
html, body { width:100% !important; max-width:100% !important; overflow-x:hidden !important; }
.container { max-width:1180px !important; width:92% !important; margin-left:auto !important; margin-right:auto !important; }
.project-grid, .gallery, .photo-gallery, .home-gallery { width:100% !important; max-width:100% !important; }
.photo-gallery.gallery, .home-gallery.photo-gallery { display:grid !important; grid-template-columns:repeat(3, minmax(0,1fr)) !important; gap:24px !important; align-items:stretch !important; }
.photo-gallery.gallery > *, .home-gallery.photo-gallery > * { min-width:0 !important; max-width:100% !important; }
.gallery-photo { width:100% !important; height:260px !important; min-height:0 !important; max-height:260px !important; display:block !important; overflow:hidden !important; border-radius:22px !important; }
.gallery-photo img { width:100% !important; height:100% !important; min-height:0 !important; max-width:100% !important; object-fit:cover !important; object-position:center center !important; display:block !important; }
.home-gallery .gallery-photo { height:230px !important; max-height:230px !important; }
.photo-projects.project-grid { display:grid !important; grid-template-columns:repeat(3, minmax(0,1fr)) !important; gap:24px !important; align-items:stretch !important; }
.photo-projects .project { min-width:0 !important; overflow:hidden !important; display:flex !important; flex-direction:column !important; }
.photo-projects .project.photo-card > img { width:100% !important; height:240px !important; max-height:240px !important; min-height:0 !important; object-fit:cover !important; object-position:center center !important; display:block !important; flex:0 0 240px !important; }
.photo-feature { height:420px !important; min-height:0 !important; overflow:hidden !important; }
.photo-feature img { width:100% !important; height:100% !important; min-height:0 !important; object-fit:cover !important; object-position:center center !important; display:block !important; }
@media(max-width:900px){
  .photo-gallery.gallery, .home-gallery.photo-gallery, .photo-projects.project-grid { grid-template-columns:repeat(2, minmax(0,1fr)) !important; }
  .gallery-photo { height:220px !important; max-height:220px !important; }
  .home-gallery .gallery-photo { height:210px !important; max-height:210px !important; }
  .photo-feature { height:320px !important; }
}
@media(max-width:560px){
  .photo-gallery.gallery, .home-gallery.photo-gallery, .photo-projects.project-grid { grid-template-columns:1fr !important; }
  .gallery-photo, .home-gallery .gallery-photo { height:240px !important; max-height:240px !important; }
  .photo-projects .project.photo-card > img { height:220px !important; max-height:220px !important; flex-basis:220px !important; }
}
