:root{font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}:root{--bg:#fff;--surface:#fff;--surface-soft:#fff;--text:#2f2a24;--muted:#6f675d;--line:#fff;--brand:#c9894a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}a{color:inherit}.site-header{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);background:#fff;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;width:min(1400px,100%);margin:0 auto;padding:14px 20px;display:flex}.header-logo{align-items:center;text-decoration:none;display:inline-flex}.header-logo-img{object-fit:contain;object-position:left center;width:140px;height:auto;max-height:128px;display:block}@media (width<=900px){.header-logo-img{width:118px;max-height:108px}}.header-nav ul{gap:8px;margin:0;padding:0;list-style:none;display:flex}.header-nav a{color:var(--muted);border-radius:8px;padding:10px 16px;font-size:.95rem;text-decoration:none;transition:color .2s,background .2s;display:block}.header-nav a:hover,.header-nav a:focus-visible{color:var(--text);background:var(--surface-soft)}.nav-link:focus-visible{outline:2px solid var(--brand);outline-offset:2px}#hakkimizda,#projelerimiz,#referanslar,#tedarikciler,#iletisim{scroll-margin-top:70px}.page{width:min(1400px,100%);margin:0 auto;padding:0 16px 32px}.hero{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:16px;align-items:flex-end;min-height:72vh;margin-top:16px;display:flex;overflow:hidden}.hero--site{background-position:50% 22%;min-height:78vh}.hero-overlay{background:linear-gradient(90deg,#fff9f0eb 0%,#fff9f0bd 65%,#fff9f042 100%);width:min(720px,100%);padding:32px}.hero-badge{color:#6b4624;background:#c9894a24;border:1px solid #c9894a61;border-radius:999px;margin-bottom:16px;padding:8px 14px;font-size:14px;display:inline-block}h1,h2{margin:0;line-height:1.2}h1{font-size:clamp(32px,4vw,56px)}.hero p{color:var(--muted);margin:14px 0 24px;font-size:clamp(16px,1.7vw,20px)}.primary-button{background:var(--brand);color:#fffaf2;border-radius:10px;justify-content:center;align-items:center;padding:12px 20px;font-weight:700;text-decoration:none;display:inline-flex}.content-section{border:1px solid var(--line);background:var(--surface);border-radius:16px;margin-top:28px;padding:22px}.about-section .about-title{margin-bottom:16px;font-size:1.5rem}.about-text{max-width:72ch}.about-text p{color:var(--muted);margin:0 0 1em;line-height:1.6}.about-text p:last-child{margin-bottom:0}.section-title{flex-direction:column;gap:6px;margin-bottom:16px;display:flex}.section-title p{color:var(--muted);margin:0}.image-grid,.video-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.media-card,.video-card{background:var(--surface-soft);border:1px solid var(--line);border-radius:12px;overflow:hidden}.media-card img,.video-card video{aspect-ratio:16/9;object-fit:cover;width:100%;display:block}.media-caption{color:#494139;padding:10px 12px 12px;font-size:15px}.cta-section{border:1px solid var(--line);background:linear-gradient(160deg,#fffaf2 0%,#f5ecdf 100%);border-radius:16px;margin-top:28px;padding:30px 22px}.cta-section p{color:var(--muted);max-width:780px;margin:12px 0 20px}.contact-details{border:1px solid var(--line);background:#fffaf2a6;border-radius:12px;max-width:42rem;margin:20px 0 24px;padding:18px 20px}.contact-details-title{color:var(--text);margin:0 0 12px;font-size:1rem;font-weight:600}.contact-address{color:var(--muted);margin:0 0 14px;font-size:.95rem;font-style:normal;line-height:1.55}.contact-line{margin:0 0 8px}.contact-line:last-child{margin-bottom:0}.contact-line a{color:var(--brand);font-weight:600;text-decoration:none}.contact-line a:hover,.contact-line a:focus-visible{text-decoration:underline}.references-section .section-title,.suppliers-section .section-title{margin-bottom:20px}.marquee{margin:0 -22px;padding:8px 0;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.marquee-track{width:max-content;animation:35s linear infinite references-marquee;display:flex}.references-section:hover .marquee-track,.suppliers-section:hover .marquee-track{animation-play-state:paused}.marquee-group{flex-shrink:0;align-items:center;gap:clamp(32px,5vw,72px);margin:0;padding:0 32px;list-style:none;display:flex}.marquee-item{flex-shrink:0;justify-content:center;align-items:center;min-width:120px;max-width:200px;height:72px;display:flex}.marquee-item img{object-fit:contain;filter:grayscale(.15);opacity:.92;width:auto;max-width:100%;height:auto;max-height:100%;transition:opacity .2s,filter .2s}.marquee-item img:hover{opacity:1;filter:grayscale(0)}@keyframes references-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.marquee{-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;overflow:auto hidden;-webkit-mask-image:none;mask-image:none}.marquee-track{flex-wrap:nowrap;justify-content:flex-start;width:100%;padding-bottom:8px;animation:none}.marquee-group[aria-hidden=true]{display:none}.marquee-item{scroll-snap-align:center}}@media (width<=900px){.header-inner{flex-wrap:wrap;gap:12px}.header-nav ul{flex-wrap:wrap;gap:4px}.header-nav a{padding:8px 12px;font-size:.9rem}.hero{min-height:58vh}.hero-overlay{padding:22px}.image-grid,.video-grid{grid-template-columns:1fr}}
