@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Outfit:wght@500;600;700&display=swap');
@import url('fontawesome/css/all.min.css');
:root{--ink:#171914;--paper:#f5f2ea;--white:#fff;--accent:#e4b84c;--muted:#75786f;--line:#d8d5cc;--green:#183a31;--max:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font:16px/1.65 'DM Sans',sans-serif}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.container{width:min(calc(100% - 40px),var(--max));margin:auto}.skip-link{position:fixed;left:16px;top:-60px;background:#fff;padding:10px 16px;z-index:100}.skip-link:focus{top:12px}.site-header{position:absolute;width:100%;top:0;z-index:10;color:#fff;border-bottom:1px solid #ffffff35}.nav-wrap{height:92px;display:flex;align-items:center;gap:42px}.brand{background:#fff;padding:9px 13px;border-radius:3px}.brand img{width:165px;height:auto}.site-header nav{display:flex;gap:30px;margin-left:auto}.site-header nav a{font-weight:600;font-size:.92rem}.nav-cta{border:1px solid #ffffff70;padding:10px 18px}.menu-button{display:none}.hero{min-height:820px;position:relative;color:#fff;display:flex;align-items:center;overflow:hidden}.hero-media{position:absolute;inset:0;background:url('projects/celaliye-1.jpg') center/cover no-repeat;transform:scale(1.02)}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,#0d1714e8 0%,#0d171495 48%,#0d171420 80%),linear-gradient(0deg,#07100ec5 0%,transparent 38%)}.hero-content{position:relative;padding-top:80px}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.75rem;font-weight:700;color:var(--accent);margin:0 0 20px}.eyebrow.dark{color:#8f6c19}.hero h1,.section h2{font-family:'Outfit',sans-serif;letter-spacing:-.035em;line-height:1.02;margin:0}.hero h1{font-size:clamp(3.5rem,7.8vw,7rem);max-width:900px}.hero-copy{font-size:1.12rem;max-width:610px;color:#ffffffcc;margin:28px 0}.hero-actions{display:flex;gap:12px}.button{display:inline-flex;justify-content:center;align-items:center;min-height:51px;padding:0 25px;border:0;font:700 .9rem 'DM Sans';cursor:pointer}.primary{background:var(--accent);color:#171914}.ghost{border:1px solid #ffffff77;color:#fff}.hero-stats{position:absolute;bottom:0;left:50%;transform:translateX(-50%);display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #ffffff35}.hero-stats div{padding:26px 30px;border-right:1px solid #ffffff35}.hero-stats strong{font:600 2rem 'Outfit';display:block}.hero-stats span{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:#ffffffaa}.section{padding:120px 0}.section h2{font-size:clamp(2.8rem,5vw,5rem)}.split{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:start}.lead{font-size:1.35rem;line-height:1.55;margin-top:5px}.about .split>div:last-child>p:not(.lead){color:var(--muted)}.text-link{display:inline-block;font-weight:700;margin-top:20px;border-bottom:1px solid}.text-link span{color:#a77c18}.services{background:#fff}.section-head{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:58px}.section-head>p{max-width:430px;color:var(--muted)}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.service-grid article{padding:34px 26px 40px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:285px}.service-grid span{color:#a77c18;font-size:.78rem;font-weight:700}.service-grid h3{font:600 1.35rem 'Outfit';margin:70px 0 12px}.service-grid p{font-size:.92rem;color:var(--muted)}.project-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:24px}.project{background:#fff;overflow:hidden}.project.featured{grid-row:span 2}.project img{width:100%;height:310px;object-fit:cover;transition:transform .5s}.project.featured img{height:100%;min-height:670px}.project:hover img{transform:scale(1.025)}.project-info{display:flex;justify-content:space-between;align-items:end;padding:20px 22px;gap:15px}.project.featured .project-info{position:absolute}.project{position:relative}.project.featured .project-info{bottom:0;left:0;right:0;color:#fff;background:linear-gradient(transparent,#111);padding-top:90px}.project-info p{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;margin:0;color:#9b7b2f}.project-info h3{font:600 1.55rem 'Outfit';margin:4px 0}.project-info span{font-size:.78rem;white-space:nowrap}.demo-note{font-size:.8rem;color:var(--muted);margin-top:18px}.process{background:var(--green);color:#fff}.process h2{margin-bottom:60px}.steps{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #ffffff25}.steps div{padding:32px 28px;border-right:1px solid #ffffff25}.steps b{color:var(--accent)}.steps h3{font:600 1.35rem 'Outfit';margin:65px 0 10px}.steps p{color:#ffffffa5;font-size:.9rem}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:110px}.contact-grid>div>p{max-width:480px;color:var(--muted)}.contact-links{display:flex;flex-direction:column;gap:7px;margin-top:34px;font-weight:600}.contact-links span{color:var(--muted);font-weight:400;max-width:380px}form{background:#fff;padding:36px;box-shadow:0 12px 40px #25251d0d}label{display:block;font-weight:600;font-size:.82rem;margin-bottom:17px}input,select,textarea{width:100%;border:0;border-bottom:1px solid var(--line);background:transparent;padding:10px 2px;font:inherit;outline:none}input:focus,select:focus,textarea:focus{border-color:#a77c18}.form-status{min-height:24px;margin:12px 0 0;color:#52704b;font-size:.85rem}footer{background:#121411;color:#fff;padding:65px 0 25px}.footer-grid{display:grid;grid-template-columns:1.3fr 1.2fr .7fr .7fr;gap:50px;align-items:start}.footer-grid>img{width:180px;background:#fff;padding:8px}.footer-grid p{color:#ffffff90;margin:0}.footer-grid div{display:flex;flex-direction:column;gap:8px;font-size:.9rem}.footer-bottom{border-top:1px solid #ffffff20;margin-top:45px;padding-top:22px;display:flex;justify-content:space-between;color:#ffffff70;font-size:.78rem}
@media(max-width:850px){.site-header nav{display:none;position:absolute;top:78px;left:20px;right:20px;background:#17251f;padding:25px;flex-direction:column}.site-header nav.open{display:flex}.menu-button{display:block;margin-left:auto;background:transparent;border:1px solid #ffffff70;color:#fff;padding:9px 13px}.nav-cta{display:none}.nav-wrap{height:78px}.brand img{width:135px}.hero{min-height:760px}.hero-stats div{padding:18px 10px}.hero-stats strong{font-size:1.4rem}.hero-stats span{font-size:.62rem}.section{padding:82px 0}.split,.contact-grid{grid-template-columns:1fr;gap:45px}.section-head{display:block}.service-grid,.steps{grid-template-columns:1fr 1fr}.project-grid{grid-template-columns:1fr}.project.featured{grid-row:auto}.project.featured img{min-height:440px}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:540px){.container{width:min(calc(100% - 28px),var(--max))}.hero h1{font-size:3.15rem}.hero-copy{font-size:1rem}.hero-actions{flex-direction:column;align-items:stretch}.hero-stats span{display:none}.section h2{font-size:2.65rem}.service-grid,.steps{grid-template-columns:1fr}.service-grid article{min-height:auto}.service-grid h3,.steps h3{margin-top:28px}.project img,.project.featured img{height:330px;min-height:0}.project-info{align-items:start;flex-direction:column}.contact-grid{gap:35px}form{padding:25px 20px}.footer-grid{grid-template-columns:1fr}.footer-bottom{gap:12px;flex-direction:column}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
.inner-header{position:relative;background:#13251f}.inner-header .nav-wrap{height:88px}.site-header nav a.active{color:var(--accent)}.page-hero{position:relative;min-height:440px;display:flex;align-items:end;color:#fff;background:center/cover no-repeat}.page-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#0c1713e8,#0c171364)}.page-hero .container{position:relative;padding-bottom:70px}.page-hero h1{font:600 clamp(3.2rem,7vw,6.5rem)/1 'Outfit';letter-spacing:-.04em;margin:0}.page-hero p:last-child{max-width:560px;color:#ffffffbd}.page-intro{background:#fff}.values{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);margin-top:65px}.value{background:#fff;padding:34px}.value b{font:600 2.5rem 'Outfit';color:#ae8320}.value h3{font:600 1.35rem 'Outfit'}.value p{color:var(--muted)}.wide-image{width:100%;height:min(60vw,650px);object-fit:cover}.service-detail{display:grid;grid-template-columns:80px 1fr 1fr;gap:45px;padding:50px 0;border-top:1px solid var(--line)}.service-detail>span{font:600 1.2rem 'Outfit';color:#9b7724}.service-detail h2{font-size:2rem}.service-detail p,.service-detail li{color:var(--muted)}.service-detail ul{margin:0;padding-left:20px}.project-list{display:grid;gap:80px}.project-row{display:grid;grid-template-columns:1.35fr .65fr;gap:55px;align-items:center}.project-row:nth-child(even){grid-template-columns:.65fr 1.35fr}.project-row:nth-child(even) img{order:2}.project-row img{height:510px;width:100%;object-fit:cover}.project-row h2{font-size:2.7rem}.meta{display:flex;gap:24px;font-size:.76rem;text-transform:uppercase;letter-spacing:.08em;color:#8c702e}.check-list{list-style:none;padding:0}.check-list li{padding:10px 0;border-bottom:1px solid var(--line)}.contact-page{background:#fff}.map-card{min-height:360px;background:linear-gradient(135deg,#1b3b31,#0d1814);color:#fff;padding:60px;display:flex;flex-direction:column;justify-content:end}.map-card h2{font-size:2.5rem}.map-card p{color:#ffffffa0;max-width:500px}
@media(max-width:850px){.page-hero{min-height:360px}.values{grid-template-columns:1fr}.service-detail{grid-template-columns:50px 1fr}.service-detail>div:last-child{grid-column:2}.project-row,.project-row:nth-child(even){grid-template-columns:1fr}.project-row:nth-child(even) img{order:0}.project-row img{height:420px}}
@media(max-width:540px){.page-hero h1{font-size:3rem}.service-detail{grid-template-columns:1fr;gap:12px}.service-detail>div:last-child{grid-column:auto}.project-row img{height:310px}.map-card{padding:30px}}
.social-dock{position:fixed;z-index:50;right:18px;bottom:22px;display:flex;flex-direction:column;align-items:flex-end;gap:9px}.social-button{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 8px 24px #0003;transition:width .25s,border-radius .25s,transform .25s;overflow:hidden;white-space:nowrap}.social-button i{display:flex;align-items:center;justify-content:center;min-width:52px;height:52px;font-size:23px}.social-button span{max-width:0;opacity:0;font-weight:700;font-size:.82rem;transition:max-width .25s,opacity .2s;padding-right:0}.social-button:hover,.social-button:focus-visible{width:142px;border-radius:28px;transform:translateX(-2px)}.social-button:hover span,.social-button:focus-visible span{max-width:90px;opacity:1;padding-right:17px}.whatsapp{background:#25d366}.phone{background:#1687d9}.instagram{background:linear-gradient(135deg,#833ab4,#e1306c,#f77737)}.facebook{background:#1877f2}.social-button:focus-visible{outline:3px solid #fff;outline-offset:2px}
@media(max-width:650px){.social-dock{right:10px;bottom:12px;flex-direction:column;align-items:flex-end;gap:7px}.social-button{width:45px;height:45px}.social-button i{min-width:45px;height:45px;font-size:21px}.social-button:hover,.social-button:focus-visible{width:45px;border-radius:50%;transform:translateX(-2px)}.social-button span{display:none}}

/* İmren logosu */
.brand{width:132px;height:70px;padding:4px 10px;display:flex;align-items:center;justify-content:center}
.brand img{width:100%;height:62px;object-fit:contain}
.footer-grid>img{width:180px;height:145px;object-fit:contain}
@media(max-width:850px){.brand{width:112px;height:64px}.brand img{width:100%;height:56px}}

/* Büyük ve şeffaf üst menü */
.nav-wrap,.inner-header .nav-wrap{height:112px}
.brand{width:172px;height:100px;padding:0;background:transparent;border-radius:0}
.brand img{width:100%;height:96px;object-fit:contain}
.site-header nav{gap:36px}
.site-header nav a{font-size:1rem}
.nav-cta{padding:12px 22px;font-size:.95rem}
.footer-grid>img{background:transparent;padding:0}
@media(max-width:850px){.nav-wrap,.inner-header .nav-wrap{height:92px}.brand{width:138px;height:84px;padding:0;background:transparent}.brand img{width:100%;height:80px}.site-header nav{top:92px}}

/* Beş sütunlu footer */
.footer-five{grid-template-columns:1.15fr .8fr 1.2fr 1fr 1.35fr;gap:38px}
.footer-five h3{font:600 1rem 'Outfit';color:var(--accent);margin:0 0 14px}
.footer-five>div{display:flex;flex-direction:column;gap:7px;font-size:.86rem}
.footer-five a{color:#ffffffc7}.footer-five a:hover{color:#fff}
.footer-five span,.footer-five p{color:#ffffff82;line-height:1.55}
.footer-five .footer-brand img{width:170px;height:140px;object-fit:contain}
.project-group{scroll-margin-top:30px}.project-group+.project-group{margin-top:100px}
.project-group-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:28px}
.project-group-head h2{font:600 clamp(2.2rem,4vw,3.7rem)/1 'Outfit';margin:0}
.project-group-head p{max-width:460px;color:var(--muted)}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.gallery-grid figure{margin:0;background:#fff;overflow:hidden}
.gallery-grid img{width:100%;height:320px;object-fit:cover;transition:transform .4s}
.gallery-grid figure:first-child:nth-last-child(n+4){grid-column:span 2;grid-row:span 2}
.gallery-grid figure:first-child:nth-last-child(n+4) img{height:658px}
.gallery-grid figure:hover img{transform:scale(1.025)}
.gallery-grid figcaption{padding:12px 15px;font-size:.8rem;color:var(--muted)}
@media(max-width:980px){.footer-five{grid-template-columns:repeat(3,1fr)}}
@media(max-width:700px){.footer-five{grid-template-columns:1fr 1fr}.project-group-head{display:block}.gallery-grid{grid-template-columns:1fr 1fr}.gallery-grid figure:first-child:nth-last-child(n+4){grid-column:span 2}.gallery-grid figure:first-child:nth-last-child(n+4) img{height:500px}}
@media(max-width:480px){.footer-five,.gallery-grid{grid-template-columns:1fr}.gallery-grid figure:first-child:nth-last-child(n+4){grid-column:auto;grid-row:auto}.gallery-grid figure:first-child:nth-last-child(n+4) img,.gallery-grid img{height:280px}}

.service-showcase{position:relative;margin:0 0 38px;overflow:hidden;background:#111}
.service-showcase img{width:100%;height:clamp(330px,48vw,610px);object-fit:cover;transition:transform .6s ease}
.service-showcase::after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,#101a16d9);pointer-events:none}
.service-showcase figcaption{position:absolute;z-index:1;left:34px;right:34px;bottom:26px;max-width:620px;color:#fff;font:500 1rem/1.55 'DM Sans';letter-spacing:.01em}
.service-showcase:hover img{transform:scale(1.015)}
@media(max-width:540px){.service-showcase img{height:310px}.service-showcase figcaption{left:18px;right:18px;bottom:15px;font-size:.85rem}}

/* Her hizmete özel görseller */
.service-card-image{width:calc(100% + 52px);max-width:none;height:180px;object-fit:cover;margin:-34px -26px 25px}
.service-grid h3{margin:24px 0 12px}
.service-grid article{overflow:hidden}
.service-detail{grid-template-columns:250px 55px 1fr 1fr;align-items:center}
.service-detail-image{width:250px;height:190px;object-fit:cover}
@media(max-width:1000px){.service-detail{grid-template-columns:210px 45px 1fr}.service-detail-image{width:210px;height:180px}.service-detail>div:last-child{grid-column:3}}
@media(max-width:680px){.service-detail{grid-template-columns:1fr;gap:15px}.service-detail-image{width:100%;height:270px}.service-detail>div:last-child{grid-column:auto}.service-card-image{height:210px}}
