:root{--wine:#741b2b;--wine2:#952a3e;--ink:#11151b;--ink2:#1b222b;--cream:#f2f0eb;--paper:#f7f7f5;--steel:#6f7985;--line:#d8d9d7;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Arial;color:var(--ink);background:var(--paper)}a{color:inherit}.site-header{height:84px;display:grid;grid-template-columns:210px 1fr 170px;align-items:center;padding:0 4vw;border-bottom:1px solid #d9d9d7;background:#fafaf8;position:relative;z-index:30}.logo img{width:190px;display:block}.site-header nav{display:flex;justify-content:center;gap:34px}.site-header nav a{text-decoration:none;font-size:13px;font-weight:780;color:#333b44}.site-header nav a:hover{color:var(--wine)}.header-cta{justify-self:end;text-decoration:none;background:var(--ink);color:#fff;padding:13px 17px;font-size:12px;font-weight:900;letter-spacing:.02em}.header-cta span{margin-left:12px;color:#d9a9b0}.menu{display:none}.flash{position:fixed;z-index:80;left:50%;top:98px;transform:translateX(-50%);padding:12px 18px;border-radius:999px;font-weight:850;font-size:13px;box-shadow:0 12px 35px #0002}.flash.ok{background:#e5f5ec;color:#166242}.flash.bad{background:#fde7ea;color:#9a2437}.hero{min-height:calc(100vh - 84px);display:grid;grid-template-columns:1.08fr .92fr;grid-template-rows:1fr 70px;background:var(--ink);color:#fff;position:relative;overflow:hidden}.hero-grid{position:absolute;inset:0;background-image:linear-gradient(#ffffff08 1px,transparent 1px),linear-gradient(90deg,#ffffff08 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(90deg,#000 0%,#000 50%,transparent 80%)}.hero-content{padding:10vh 6vw 7vh;position:relative;z-index:2;align-self:center}.kicker,.section-label{font-size:10px;font-weight:950;letter-spacing:.18em;color:#a7adb5}.kicker{color:#d5abb2}.hero h1{font-size:clamp(52px,6.4vw,104px);line-height:.91;letter-spacing:-.065em;margin:20px 0 24px;max-width:850px}.hero-content>p{font-size:17px;line-height:1.7;color:#b9c1ca;max-width:670px}.hero-actions{display:flex;gap:11px;flex-wrap:wrap;margin-top:32px}.button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border:0;padding:14px 18px;font-weight:900;font-size:12px;letter-spacing:.015em;cursor:pointer}.button.light{background:#fff;color:#111820}.button.line{border:1px solid #ffffff40;color:#fff;background:#ffffff06}.wine-btn{background:var(--wine);color:#fff}.wine-btn:hover{background:var(--wine2)}.outline-dark{border:1px solid #bac0c6;color:#151b22}.hero-visual{margin:26px 26px 26px 0;background:linear-gradient(145deg,#3a4048,#171c22 60%,#6c1a2a);background-size:cover;background-position:center;position:relative;z-index:2;min-height:500px;overflow:hidden}.hero-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,#0b0e12cc)}.visual-mark{position:absolute;left:8%;top:12%;font-size:84px;font-weight:1000;letter-spacing:-.06em;color:#ffffff13}.visual-mark span{display:block;font-size:11px;letter-spacing:.28em;margin-left:6px;color:#ffffff60}.visual-tags{position:absolute;z-index:2;left:8%;bottom:8%;display:flex;gap:8px;flex-wrap:wrap}.visual-tags b{font-size:10px;letter-spacing:.06em;border:1px solid #ffffff38;background:#10141aa8;padding:9px 11px}.hero-foot{grid-column:1/-1;display:grid;grid-template-columns:80px 1fr 40%;align-items:center;border-top:1px solid #ffffff18;padding:0 6vw;position:relative;z-index:2}.hero-foot span{color:#bd8790;font-weight:900}.hero-foot p{font-size:12px;color:#aeb7c0}.hero-foot div{height:1px;background:#ffffff22}.trust{height:92px;display:flex;align-items:center;justify-content:center;gap:25px;background:#fff;border-bottom:1px solid var(--line);font-size:10px;font-weight:950;letter-spacing:.18em;color:#5d6670}.trust i{width:4px;height:4px;border-radius:50%;background:var(--wine)}.section{display:grid;grid-template-columns:220px 1fr;padding:110px 6vw 60px;gap:50px}.section h2,.section-top h2,.about-band h2,.service-home h2,.quote-band h2,.page-hero h1{font-size:clamp(38px,5vw,72px);line-height:1.02;letter-spacing:-.055em;margin:0}.section p{max-width:750px;color:#68727c;line-height:1.8}.solution-grid{display:grid;grid-template-columns:1.1fr .95fr .95fr;padding:0 6vw 110px}.solution{min-height:330px;padding:30px;text-decoration:none;display:flex;flex-direction:column;justify-content:space-between;transition:transform .25s}.solution:hover{transform:translateY(-5px)}.solution small{font-weight:900;opacity:.6}.solution h3{font-size:30px;letter-spacing:-.04em;margin:auto 0 10px}.solution p{line-height:1.65;opacity:.75}.solution span{font-size:12px;font-weight:900}.solution.dark{background:var(--ink);color:#fff}.solution.wine{background:var(--wine);color:#fff}.solution.steel{background:#dfe2e4;color:#171c21}.section-pad{padding:110px 6vw}.section-top{display:flex;align-items:end;justify-content:space-between;margin-bottom:34px;gap:30px}.section-top>div{max-width:850px}.section-top h2{margin-top:10px}.section-top>a{font-size:13px;font-weight:900;color:var(--wine);text-decoration:none}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-card{text-decoration:none;background:#fff;border:1px solid #dddeda;transition:transform .22s,box-shadow .22s}.product-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #1111}.product-img{height:340px;background:#e9e8e4;position:relative;overflow:hidden}.product-img img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.product-card:hover .product-img img{transform:scale(1.035)}.product-placeholder{width:100%;height:100%;display:grid;place-content:center;text-align:center;background:linear-gradient(145deg,#e6e5e1,#cfd2d5);color:#252c34}.product-placeholder b{font-size:72px;letter-spacing:-.08em}.product-placeholder span{font-size:12px;font-weight:900;letter-spacing:.1em}.product-placeholder.big{min-height:520px}.arrow{position:absolute;right:16px;top:16px;width:42px;height:42px;display:grid;place-items:center;background:#fff;font-weight:900}.product-meta{padding:20px}.product-meta small{color:#7d8791;font-size:9px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.product-meta h3{font-size:25px;margin:7px 0 8px;letter-spacing:-.035em}.product-meta p{color:#69737e;line-height:1.55;font-size:13px}.about-band{display:grid;grid-template-columns:180px 1fr 260px;gap:50px;background:var(--ink);color:#fff;padding:100px 6vw}.about-band p{max-width:720px;color:#b2bac3;line-height:1.8}.about-band a{color:#fff;font-weight:900;font-size:12px}.about-stamp{height:260px;border:1px solid #ffffff20;display:grid;place-content:center;text-align:center}.about-stamp b{font-size:76px;color:#ffffff15}.about-stamp span{font-size:9px;letter-spacing:.16em;color:#9ca6b2}.service-home{display:grid;grid-template-columns:1fr .8fr;gap:80px;padding:100px 6vw;background:#e5e4e0;align-items:center}.service-home p{color:#68727d;line-height:1.7}.service-home form{display:grid;grid-template-columns:1fr auto}.service-home input{border:1px solid #bec3c7;background:#f8f8f6;padding:17px;font:inherit}.service-home button{background:var(--wine);border:0;color:#fff;padding:0 22px;font-weight:900}.quote-band{padding:100px 6vw;background:var(--wine);color:#fff;text-align:center}.quote-band .section-label{color:#d7a5ad}.quote-band h2{max-width:950px;margin:15px auto}.quote-band p{max-width:680px;margin:20px auto 30px;color:#edcbd0;line-height:1.7}.inner{padding:0 6vw 110px}.page-hero{padding:100px 0 80px;max-width:1200px}.page-hero h1{margin-top:14px;max-width:1080px}.page-hero>p,.page-hero>div>p{max-width:760px;color:#68737d;line-height:1.75;font-size:16px}.page-hero.split{max-width:none;display:grid;grid-template-columns:1fr 320px;align-items:center}.service-icon,.request-mark{width:280px;height:280px;justify-self:end;border:1px solid #d0d3d5;display:grid;place-content:center;text-align:center;font-size:66px;font-weight:1000;color:#20262d}.service-icon span,.request-mark span{font-size:10px;letter-spacing:.22em;color:var(--wine);display:block}.listing{padding-bottom:50px}.product-detail{padding-bottom:120px}.product-head{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;padding:80px 0}.product-head h1{font-size:clamp(58px,7vw,110px);letter-spacing:-.07em;line-height:.9;margin:18px 0}.product-head p{font-size:17px;color:#66717b;line-height:1.7}.detail-image{background:#e7e7e3;min-height:520px}.detail-image img{width:100%;height:100%;min-height:520px;object-fit:cover}.detail-body{display:grid;grid-template-columns:1fr 1fr;gap:70px;border-top:1px solid #cfd2d3;padding-top:70px}.detail-body p{line-height:1.9;color:#4e5964}.specs{margin-top:18px}.specs>div{display:grid;grid-template-columns:1fr 1fr;padding:15px 0;border-bottom:1px solid #d8dadb}.specs dt{color:#75808b;font-size:12px}.specs dd{margin:0;font-weight:850}.no-spec{padding:30px;background:#e8e8e4;color:#6d7680}.service-layout{display:grid;grid-template-columns:1fr 1.2fr;gap:18px}.panel.public,.request-form{background:#fff;border:1px solid #d9dad8;padding:28px}.panel.public h2{font-size:28px;margin:0}.panel.public>p{color:#77818b}.panel.public form,.request-form form{display:grid;gap:14px;margin-top:25px}label{display:grid;gap:7px;font-size:11px;font-weight:900;letter-spacing:.02em;color:#3f4852}input,textarea,select{width:100%;padding:13px 14px;border:1px solid #c9ced2;background:#fbfbfa;font:inherit;color:#151b21;outline:none}input:focus,textarea:focus,select:focus{border-color:var(--wine);box-shadow:0 0 0 3px #741b2b12}.form-two{display:grid;grid-template-columns:1fr 1fr;gap:12px}.machine-result{margin-top:22px;border-top:1px solid #ddd;padding-top:18px}.machine-status{display:inline-flex;padding:6px 9px;font-size:10px;font-weight:950;background:#eef0f2}.machine-status.ok{background:#e5f4ec;color:#176b49}.machine-status.warn{background:#fff0d4;color:#975e00}.machine-status.danger{background:#fde1e5;color:#9e2336}.machine-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.machine-grid div{background:#f0f1ef;padding:12px}.machine-grid small{display:block;color:#7b858f}.request-form{display:grid;grid-template-columns:1.2fr .8fr;gap:55px}.request-form aside{border-left:1px solid #d9dcdd;padding-left:40px}.request-form ol{padding:0;list-style:none;counter-reset:steps}.request-form li{counter-increment:steps;position:relative;padding:0 0 22px 42px}.request-form li:before{content:counter(steps);position:absolute;left:0;top:0;width:25px;height:25px;display:grid;place-items:center;background:var(--ink);color:#fff;font-size:10px;font-weight:900}.request-form li p{color:#75808b;margin:5px 0;line-height:1.55}.about-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#cfd1d2}.about-cards article{background:#f7f7f5;padding:35px;min-height:290px}.about-cards small{color:var(--wine);font-weight:900}.about-cards h3{font-size:28px;margin:80px 0 10px}.about-cards p{color:#68737d;line-height:1.7}.contact-grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid #d0d2d2;border-left:1px solid #d0d2d2}.contact-grid>div{padding:40px;border-right:1px solid #d0d2d2;border-bottom:1px solid #d0d2d2;display:grid;gap:12px;min-height:180px}.contact-grid small{font-size:10px;letter-spacing:.12em;color:#7b858e;font-weight:900}.contact-grid a,.contact-grid b{font-size:24px;text-decoration:none}footer{display:grid;grid-template-columns:1.4fr .7fr .9fr;gap:70px;background:#10151c;color:#fff;padding:70px 6vw 25px}footer img{width:220px;background:#fff;padding:8px}footer p{color:#8f9aa6;max-width:330px}footer>div{display:flex;flex-direction:column;gap:10px}footer small{color:#7e8995;font-size:9px;letter-spacing:.14em;font-weight:900;margin-bottom:8px}footer a{text-decoration:none;color:#c3cbd3;font-size:13px}footer span{color:#8995a1;font-size:13px}.footer-bottom{grid-column:1/-1;border-top:1px solid #ffffff16;margin-top:35px;padding-top:20px;display:flex;flex-direction:row;justify-content:space-between;color:#7e8994;font-size:11px}.hp{position:absolute!important;left:-99999px!important;width:1px!important;height:1px!important;opacity:0!important}@media(max-width:980px){.site-header{grid-template-columns:180px 1fr 60px}.site-header nav,.header-cta{display:none}.menu{display:block;justify-self:end;background:none;border:0;font-size:25px}.menu-open .site-header nav{display:flex;position:absolute;left:0;right:0;top:84px;background:#fafaf8;flex-direction:column;padding:20px 6vw;border-bottom:1px solid #ddd}.hero{grid-template-columns:1fr;grid-template-rows:auto auto 60px}.hero-content{padding:70px 6vw}.hero-visual{margin:0 6vw 45px;min-height:420px}.hero-foot{grid-column:auto}.solution-grid,.product-grid{grid-template-columns:1fr 1fr}.section{grid-template-columns:1fr;padding-top:80px}.about-band{grid-template-columns:1fr}.about-stamp{display:none}.service-home,.product-head,.detail-body,.service-layout,.request-form{grid-template-columns:1fr}.request-form aside{border-left:0;border-top:1px solid #ddd;padding:30px 0 0}.page-hero.split{grid-template-columns:1fr}.service-icon,.request-mark{display:none}footer{grid-template-columns:1fr 1fr}.footer-bottom{grid-column:1/-1}}@media(max-width:650px){.site-header{height:72px;padding:0 20px}.logo img{width:160px}.menu-open .site-header nav{top:72px}.hero{min-height:auto}.hero h1{font-size:50px}.hero-visual{min-height:320px}.hero-foot{display:none}.trust{overflow:auto;justify-content:flex-start;padding:0 25px}.solution-grid,.product-grid{grid-template-columns:1fr;padding-left:20px;padding-right:20px}.section,.section-pad,.about-band,.service-home,.quote-band,.inner{padding-left:20px;padding-right:20px}.section h2,.section-top h2,.about-band h2,.service-home h2,.quote-band h2,.page-hero h1{font-size:40px}.product-img{height:300px}.section-top{align-items:start;flex-direction:column}.form-two{grid-template-columns:1fr}.about-cards,.contact-grid{grid-template-columns:1fr}.contact-grid{border-left:0}.contact-grid>div{border-left:1px solid #d0d2d2}.product-head h1{font-size:58px}.detail-image,.detail-image img{min-height:360px}.page-hero{padding-top:70px}footer{grid-template-columns:1fr;padding:55px 20px 20px}.footer-bottom{display:grid;gap:6px}}
.project-home{background:#f4f3f0}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.project-card{text-decoration:none;color:inherit;display:grid;gap:15px}.project-cover{height:360px;position:relative;overflow:hidden;background:#161b22}.project-cover img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.project-card:hover .project-cover img{transform:scale(1.035)}.project-cover>span{position:absolute;right:14px;top:14px;background:#fff;color:#111;padding:7px 9px;font-size:10px;font-weight:900;letter-spacing:.08em}.project-card small{font-size:10px;font-weight:900;letter-spacing:.12em;color:#7b2636;text-transform:uppercase}.project-card h3{font-size:27px;margin:5px 0 7px}.project-card p{margin:0;color:#66717c;line-height:1.55}.project-empty{width:100%;height:100%;display:grid;place-items:center;color:#fff;font-size:40px;font-weight:900;letter-spacing:.08em}.project-empty span{display:block;font-size:9px;letter-spacing:.32em;color:#aeb7c3}.listing-projects{padding-bottom:100px}.public-empty{margin-bottom:100px;padding:50px;border:1px dashed #bbb;color:#777}.product-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:10px 0 90px}.product-gallery button{padding:0;border:0;background:#eee;cursor:pointer;overflow:hidden}.product-gallery img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;transition:transform .35s}.product-gallery button:hover img{transform:scale(1.035)}.gallery-modal{position:fixed;inset:0;background:rgba(8,10,13,.92);z-index:999;display:none;place-items:center;padding:5vw}.gallery-modal.open{display:grid}.gallery-modal img{max-width:95vw;max-height:88vh;object-fit:contain}.use-block{margin-top:45px}.chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.chips span{border:1px solid #ccd0d2;padding:9px 12px;font-size:12px;font-weight:750;background:#fff}.advantages{margin:0 0 90px;background:#171c23;color:#fff;padding:60px}.advantages>div{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#ffffff20;margin-top:25px}.advantages article{background:#171c23;padding:28px;min-height:140px}.advantages small{color:#b6596a;font-weight:900}.advantages p{font-size:18px;line-height:1.5;margin:25px 0 0}.product-cta{background:#741c2b;color:#fff;padding:55px 60px;margin-bottom:90px;display:flex;justify-content:space-between;align-items:end;gap:30px}.product-cta h2{font-size:42px;max-width:720px;margin:12px 0 0}.project-hero{display:grid;grid-template-columns:1fr 1.15fr;gap:60px;align-items:center;padding:70px 0 70px}.project-hero h1{font-size:70px;line-height:.98;margin:15px 0 20px}.project-hero p{font-size:19px;line-height:1.6;color:#65707a}.project-hero img{width:100%;height:600px;object-fit:cover}.project-empty.large{height:600px;background:#171c23}.project-facts{display:flex;gap:40px;margin-top:40px}.project-facts span{display:grid;gap:5px}.project-facts small{font-size:9px;letter-spacing:.15em;color:#8a939d;font-weight:900}.project-copy{display:grid;grid-template-columns:240px 1fr;border-top:1px solid #d7d9da;padding:70px 0}.project-copy p{font-size:22px;line-height:1.7;margin:0;max-width:850px}.quote-band.compact{margin-bottom:90px}@media(max-width:980px){.project-grid{grid-template-columns:1fr 1fr}.product-gallery{grid-template-columns:repeat(2,1fr)}.advantages>div{grid-template-columns:1fr 1fr}.project-hero{grid-template-columns:1fr}.project-hero img,.project-empty.large{height:480px}.product-cta{align-items:start;flex-direction:column}.project-copy{grid-template-columns:1fr;gap:25px}}@media(max-width:650px){.project-grid{grid-template-columns:1fr}.project-cover{height:310px}.advantages{padding:35px 20px}.advantages>div{grid-template-columns:1fr}.product-cta{padding:40px 20px}.product-cta h2{font-size:36px}.project-hero h1{font-size:48px}.project-hero img,.project-empty.large{height:360px}.project-copy p{font-size:18px}}
/* Website V1.2 - ürün aileleri */
.family-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin:0 0 90px}.family-card{display:block;text-decoration:none;color:#141820;background:#fff;border:1px solid #e6e8ec;overflow:hidden;border-radius:26px;transition:.28s ease;box-shadow:0 18px 50px rgba(15,23,42,.06)}.family-card:hover{transform:translateY(-6px);box-shadow:0 25px 70px rgba(15,23,42,.12)}.family-cover{height:330px;position:relative;background:#161b22;overflow:hidden}.family-cover img{width:100%;height:100%;object-fit:cover;transition:.55s ease}.family-card:hover .family-cover img{transform:scale(1.035)}.family-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(9,12,16,.03),rgba(9,12,16,.5))}.family-cover>span{position:absolute;left:26px;bottom:22px;font-size:12px;font-weight:900;color:#fff;letter-spacing:.16em}.family-copy{padding:28px 30px 32px}.family-copy small{font-size:10px;letter-spacing:.15em;font-weight:900;color:#7a2131}.family-copy h2{font-size:30px;line-height:1.05;margin:9px 0 12px;letter-spacing:-.04em}.family-copy p{color:#667085;line-height:1.65;min-height:54px}.family-copy b{display:flex;align-items:center;justify-content:space-between;margin-top:23px;padding-top:18px;border-top:1px solid #eceef1;font-size:13px}.family-copy i{font-style:normal;font-size:20px;color:#7a2131}.wine-family{background:#701d2c;color:#fff;border-color:#701d2c}.wine-family .family-copy small,.wine-family .family-copy i{color:#e5a9b4}.wine-family .family-copy p{color:#eadde0}.wine-family .family-copy b{border-color:rgba(255,255,255,.16)}.family-head .back-link{display:inline-block;margin-bottom:22px;color:#667085;text-decoration:none;font-size:13px;font-weight:800}.family-head .back-link:hover{color:#701d2c}
@media(max-width:820px){.family-grid{grid-template-columns:1fr;gap:16px;margin-bottom:55px}.family-cover{height:250px}.family-copy h2{font-size:25px}}
/* AES Website V1.3 — search, bilingual, trust, catalogs, SEO-ready UX */
.site-header{grid-template-columns:210px 1fr auto;position:sticky;top:0;transition:height .25s,box-shadow .25s,background .25s}.site-header.scrolled{height:72px;box-shadow:0 14px 35px rgba(13,18,24,.09);background:rgba(250,250,248,.96);backdrop-filter:blur(16px)}.header-tools{justify-self:end;display:flex;align-items:center;gap:8px}.search-toggle,.lang-toggle{width:42px;height:42px;display:grid;place-items:center;border:1px solid #d9dce0;background:#fff;color:#171c23;text-decoration:none;font-weight:950;cursor:pointer}.search-toggle{font-size:22px}.lang-toggle{font-size:11px;letter-spacing:.08em}.header-cta{justify-self:auto}.scroll-progress{position:fixed;left:0;top:0;height:3px;width:0;background:var(--wine2);z-index:1000;transition:width .08s linear}.search-overlay{position:fixed;inset:0;z-index:900;background:rgba(13,17,23,.94);backdrop-filter:blur(14px);display:grid;place-items:center;padding:6vw;opacity:0;visibility:hidden;transition:.25s}.search-open .search-overlay{opacity:1;visibility:visible}.search-overlay>button{position:absolute;right:5vw;top:5vh;border:0;background:none;color:#fff;font-size:46px;cursor:pointer}.search-overlay form{width:min(920px,100%);display:grid;grid-template-columns:1fr auto;gap:12px;align-items:end}.search-overlay form small{grid-column:1/-1;color:#bc8a94;font-weight:900;letter-spacing:.18em}.search-overlay input{font-size:clamp(28px,5vw,70px);background:transparent;color:#fff;border:0;border-bottom:1px solid #ffffff3a;padding:15px 0;letter-spacing:-.04em}.search-overlay form span{color:#aab4bf;font-size:12px;font-weight:900;padding-bottom:24px}.number-strip{display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border-bottom:1px solid var(--line)}.number-strip article{padding:35px 6vw;border-right:1px solid var(--line);display:grid;gap:4px}.number-strip article:last-child{border-right:0}.number-strip strong{font-size:42px;letter-spacing:-.05em;color:var(--wine)}.number-strip span{font-size:10px;letter-spacing:.12em;font-weight:900;color:#6e7883;text-transform:uppercase}
[data-reveal]{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.7,.2,1)}[data-reveal].revealed{opacity:1;transform:none}.trust-showcase{background:#ecebe7}.trust-showcase .section-top p{max-width:680px;color:#69737e;line-height:1.7}.trust-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#cfd1d2;border:1px solid #cfd1d2}.trust-cards article{background:#f7f7f5;min-height:160px;padding:28px;display:flex;flex-direction:column;justify-content:space-between}.trust-cards b{font-size:34px;letter-spacing:-.04em;color:#7b2131}.trust-cards span{font-size:12px;font-weight:800;color:#5f6974}.catalog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding-bottom:90px}.catalog-card{background:#fff;border:1px solid #dfe1df;display:grid;grid-template-rows:300px 1fr;overflow:hidden;transition:.25s}.catalog-card:hover{transform:translateY(-5px);box-shadow:0 24px 50px #1111}.catalog-card>img,.catalog-placeholder{width:100%;height:300px;object-fit:cover;background:#171c23}.catalog-placeholder{display:grid;place-items:center;color:#fff;font-size:70px;font-weight:1000;letter-spacing:-.06em}.catalog-card>div{padding:24px}.catalog-card small,.certificate-grid small{font-size:9px;font-weight:950;letter-spacing:.14em;color:var(--wine);text-transform:uppercase}.catalog-card h2,.certificate-grid h2{font-size:25px;letter-spacing:-.035em;margin:8px 0}.catalog-card p{min-height:54px;color:#69737e;line-height:1.55}.certificate-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding-bottom:100px}.certificate-grid article{background:#fff;border:1px solid #dddeda;padding:25px;min-height:300px;display:flex;flex-direction:column}.certificate-grid img,.cert-seal{width:100%;height:190px;object-fit:contain;background:#f1f1ee;margin-bottom:24px}.cert-seal{display:grid;place-items:center;font-size:74px;font-weight:1000;color:#7b2131}.certificate-grid p{color:#6d7781}.certificate-grid a{margin-top:auto;color:var(--wine);font-weight:900;font-size:12px}.search-page-form{display:grid;grid-template-columns:1fr auto;gap:0;margin-top:32px}.search-page-form input{font-size:22px;padding:18px;background:#fff}.search-page-form button{border:0;background:var(--wine);color:#fff;padding:0 26px;font-weight:900}.search-summary{padding:20px 0;border-top:1px solid #d4d6d6;border-bottom:1px solid #d4d6d6;color:#6a7580}.search-summary b{font-size:28px;color:var(--wine);margin-right:5px}.search-block{padding:55px 0 0}.search-block>h2{font-size:34px;letter-spacing:-.04em}.search-list{border-top:1px solid #d9dbdc}.search-list a{display:grid;grid-template-columns:240px 1fr 40px;gap:25px;padding:22px 4px;border-bottom:1px solid #d9dbdc;text-decoration:none;align-items:center}.search-list a:hover{background:#fff;padding-left:16px;padding-right:16px}.search-list span{color:#707b85;font-size:13px}.search-list i{font-style:normal;color:var(--wine);font-size:20px}.mobile-actions{display:none}.site-header nav a{position:relative}.site-header nav a:after{content:"";position:absolute;left:0;bottom:-8px;width:0;height:2px;background:var(--wine);transition:.25s}.site-header nav a:hover:after{width:100%}.product-card,.project-card,.family-card,.solution{will-change:transform}.flash{animation:flashIn .35s ease}@keyframes flashIn{from{opacity:0;transform:translate(-50%,-10px)}to{opacity:1;transform:translate(-50%,0)}}
@media(max-width:1180px){.site-header nav{gap:20px}.site-header nav a{font-size:12px}.header-cta{padding:12px}.header-tools{gap:6px}.trust-cards{grid-template-columns:repeat(3,1fr)}}
@media(max-width:980px){.site-header{grid-template-columns:180px 1fr auto}.header-tools .header-cta{display:none}.site-header nav{display:none}.search-toggle,.lang-toggle{width:40px;height:40px}.menu{display:block}.menu-open .site-header nav{display:flex}.catalog-grid,.certificate-grid{grid-template-columns:1fr 1fr}.trust-cards{grid-template-columns:1fr 1fr}.number-strip{grid-template-columns:1fr 1fr 1fr}}
@media(max-width:650px){body{padding-bottom:66px}.header-tools{gap:5px}.search-toggle,.lang-toggle{width:36px;height:36px}.menu{font-size:22px}.search-overlay form{grid-template-columns:1fr}.search-overlay form span{display:none}.number-strip{grid-template-columns:1fr}.number-strip article{padding:24px 20px;border-right:0;border-bottom:1px solid var(--line)}.catalog-grid,.certificate-grid,.trust-cards{grid-template-columns:1fr}.catalog-card{grid-template-rows:250px 1fr}.catalog-card>img,.catalog-placeholder{height:250px}.search-list a{grid-template-columns:1fr 30px;gap:8px}.search-list span{grid-column:1/-1}.mobile-actions{display:grid;position:fixed;left:0;right:0;bottom:0;z-index:700;grid-template-columns:1fr 1fr 1fr;background:#111720;color:#fff;box-shadow:0 -10px 30px #0002}.mobile-actions a{display:grid;place-items:center;gap:2px;text-decoration:none;padding:10px 4px;border-right:1px solid #ffffff13;font-size:15px}.mobile-actions a:last-child{background:var(--wine)}.mobile-actions span{font-size:9px;font-weight:900;letter-spacing:.04em}.site-header.scrolled{height:64px}.menu-open .site-header.scrolled nav{top:64px}}
.page-loader{position:fixed;inset:0;z-index:1200;background:#111720;color:#fff;display:grid;place-content:center;text-align:center;transition:opacity .35s,visibility .35s}.page-loader b{font-size:72px;letter-spacing:-.07em}.page-loader span{font-size:9px;letter-spacing:.32em;color:#aeb8c3}.is-loaded .page-loader{opacity:0;visibility:hidden}.breadcrumb{height:46px;padding:0 4vw;display:flex;align-items:center;gap:9px;background:#f0efeb;border-bottom:1px solid #dbdddc;font-size:10px;font-weight:850;letter-spacing:.06em;text-transform:uppercase;color:#7d8790}.breadcrumb a{text-decoration:none;color:#7a2131}.breadcrumb b{color:#4e5963}.breadcrumb span{color:#aab0b6}


/* V1.3.2 — permanent AES brand lockup + transparent PNG hero showcase */
.hero-brand-lockup{width:min(100%,640px);min-height:126px;margin:0 0 8px;display:flex;align-items:center;gap:22px;border:1px solid #ffffff16;background:linear-gradient(90deg,#ffffff05,transparent);padding:18px 22px;position:relative;overflow:hidden}.hero-brand-lockup:after{content:"";position:absolute;left:0;bottom:0;width:90px;height:2px;background:var(--wine2)}.hero-brand-lockup img{width:min(310px,62%);max-height:90px;object-fit:contain;object-position:left center;filter:brightness(0) invert(1) grayscale(1);opacity:.95}.hero-brand-lockup span{font-size:9px;line-height:1.5;letter-spacing:.18em;color:#aab4bf;font-weight:900;max-width:140px}.hero-visual{isolation:isolate}.hero-visual:after{z-index:1;pointer-events:none}.visual-mark{z-index:0}.hero-showcase{position:absolute;inset:4% 4% 15%;z-index:3;display:grid;place-items:center;overflow:hidden;pointer-events:none}.hero-slide{position:absolute;inset:0;margin:0;display:grid;place-items:center;opacity:0;visibility:hidden;transition:opacity .9s cubic-bezier(.2,.75,.2,1),visibility .9s}.hero-slide.active{opacity:1;visibility:visible}.hero-slide img{display:block;width:88%;height:90%;object-fit:contain;object-position:center center;filter:drop-shadow(0 34px 38px rgba(0,0,0,.32));transform:scale(.91) translateY(2.5%)}.hero-slide.active img{animation:heroShowcaseZoom var(--hero-slide-duration,6000ms) linear forwards}@keyframes heroShowcaseZoom{0%{transform:scale(.91) translateY(2.5%)}100%{transform:scale(1.075) translateY(-1.5%)}}.hero-slider-ui{position:absolute;left:28px;right:28px;bottom:62px;z-index:5;display:flex;align-items:center;justify-content:space-between;pointer-events:none}.hero-dots{display:flex;align-items:center;gap:7px;pointer-events:auto}.hero-dots button{width:22px;height:3px;padding:0;border:0;background:#ffffff35;cursor:pointer;transition:.3s}.hero-dots button.active{width:44px;background:#fff}.hero-slide-count{font-size:10px;letter-spacing:.14em;color:#bac2ca;font-weight:850}.hero-slide-count b{color:#fff}.visual-tags{z-index:6}.hero-showcase:empty{display:none}
@media(max-width:980px){.hero-brand-lockup{min-height:105px;margin-bottom:18px}.hero-brand-lockup img{width:min(280px,70%)}.hero-showcase{inset:3% 4% 18%}.hero-slide img{width:82%;height:88%}}
@media(max-width:650px){.hero-brand-lockup{min-height:82px;padding:13px 15px}.hero-brand-lockup img{width:min(230px,75%);max-height:62px}.hero-brand-lockup span{display:none}.hero-showcase{inset:1% 2% 22%}.hero-slide img{width:92%;height:90%}.hero-slider-ui{left:18px;right:18px;bottom:58px}}

/* AES Website V1.4 toplu duzenleme */
.home-product-grid,.solution-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}
.home-product-grid>*{min-width:0}
.visual-tags{display:flex!important;gap:10px!important;flex-wrap:wrap!important;align-items:center!important;max-width:calc(100% - 32px)!important}
.visual-tags a{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:9px 14px;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:rgba(13,18,25,.46);backdrop-filter:blur(10px);color:#fff;text-decoration:none;font-size:12px;font-weight:800;letter-spacing:.04em;transition:.2s ease}
.visual-tags a:hover{background:#7b1621;border-color:#a82434;transform:translateY(-2px)}
.cms-page-hero{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:34px;align-items:center}
.cms-page-hero>img{width:100%;max-height:430px;object-fit:cover;border-radius:26px;border:1px solid rgba(19,28,41,.09);box-shadow:0 20px 55px rgba(20,26,35,.12)}
.cms-rich-copy{max-width:980px;margin:0 auto 48px;padding:34px 38px;border-radius:26px;background:#fff;border:1px solid #e8e9ec;font-size:18px;line-height:1.85;color:#303640;box-shadow:0 14px 44px rgba(20,26,35,.06)}
.compact-copy{margin-top:-22px}
.cms-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:28px 0 54px}
.cms-gallery a{display:block;overflow:hidden;border-radius:22px;background:#eee;aspect-ratio:4/3;border:1px solid #e6e8eb}
.cms-gallery img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.cms-gallery a:hover img{transform:scale(1.04)}
.cms-cta{display:flex;justify-content:center;margin:20px 0 58px}
.catalog-request-cover{width:min(360px,100%);max-height:420px;object-fit:contain;border-radius:18px;background:#fff;padding:14px;border:1px solid #e5e7eb}
.catalog-request-form{margin-bottom:70px}
@media(max-width:980px){.home-product-grid,.solution-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.cms-page-hero{grid-template-columns:1fr}.cms-page-hero>img{max-height:360px}.cms-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.home-product-grid,.solution-grid{grid-template-columns:1fr!important}.visual-tags{gap:7px!important}.visual-tags a{font-size:10px;padding:8px 10px;min-height:34px}.cms-rich-copy{padding:24px 20px;font-size:16px}.cms-gallery{grid-template-columns:1fr}.cms-page-hero>img{max-height:300px}}
.product-gallery-wrap{margin:64px 0 48px;border-top:1px solid #d7d9dd;padding-top:34px}.product-gallery-wrap>.section-label{display:block;margin-bottom:18px}.product-gallery-wrap .product-gallery{margin:0}


/* V1.4.3 · Product family content layout */
.family-detail-page .family-intro-copy{
  width:min(860px,calc(100% - 80px));
  margin:28px auto 44px;
  transform:translateX(34px);
}
.family-showcase{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
  margin:0 0 54px;
}
.family-showcase>a{
  display:block;
  min-height:340px;
  height:clamp(340px,31vw,520px);
  overflow:hidden;
  border:1px solid rgba(16,23,32,.11);
  background:#eef0f1;
}
.family-showcase img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .45s ease;
}
.family-showcase>a:hover img{transform:scale(1.025)}
.family-product-grid{margin-top:0}
.family-bottom-copy{
  width:min(1080px,100%);
  margin:64px auto 20px;
  padding:34px 38px;
  background:#fff;
  border:1px solid rgba(16,23,32,.10);
  box-shadow:0 20px 55px rgba(16,23,32,.07);
}
@media (max-width:900px){
  .family-detail-page .family-intro-copy{width:100%;transform:none;margin:22px 0 32px}
  .family-showcase{grid-template-columns:1fr;gap:14px;margin-bottom:38px}
  .family-showcase>a{height:clamp(280px,70vw,460px);min-height:0}
  .family-bottom-copy{margin-top:42px;padding:26px 24px}
}

/* V1.4.4 · Fixed PX product hero image frame
   The frame size is fixed in pixels per breakpoint. Product photos keep their natural ratio. */
@media (min-width:1401px){
  .product-detail .product-head{
    grid-template-columns:minmax(0,1fr) 720px;
    gap:64px;
  }
  .product-detail .detail-image{
    width:720px;
    height:720px;
    min-height:0;
    justify-self:end;
  }
}
@media (min-width:1101px) and (max-width:1400px){
  .product-detail .product-head{
    grid-template-columns:minmax(0,1fr) 620px;
    gap:52px;
  }
  .product-detail .detail-image{
    width:620px;
    height:620px;
    min-height:0;
    justify-self:end;
  }
}
@media (min-width:981px) and (max-width:1100px){
  .product-detail .product-head{
    grid-template-columns:minmax(0,1fr) 500px;
    gap:42px;
  }
  .product-detail .detail-image{
    width:500px;
    height:500px;
    min-height:0;
    justify-self:end;
  }
}
.product-detail .detail-image{
  overflow:hidden;
  display:grid;
  place-items:center;
  background:#e7e7e3;
}
.product-detail .detail-image img{
  width:100%;
  height:100%;
  min-height:0;
  display:block;
  object-fit:contain;
  object-position:center center;
}
.product-detail .detail-image .product-placeholder.big{
  width:100%;
  height:100%;
  min-height:0;
}
@media (max-width:980px){
  .product-detail .detail-image{
    width:520px;
    height:520px;
    min-height:0;
    justify-self:start;
  }
}
@media (max-width:650px){
  .product-detail .detail-image{
    width:340px;
    height:340px;
    min-height:0;
    max-width:100%;
  }
}


/* V1.4.5 · Family intro: copy on the left, two images beside it */
.family-detail-page .family-head{
  max-width:1200px;
  padding-bottom:52px;
}
.family-intro-row{
  display:grid;
  grid-template-columns:minmax(420px,.9fr) minmax(0,1.35fr);
  gap:26px;
  align-items:stretch;
  margin:0 0 58px;
}
.family-detail-page .family-intro-row .family-intro-copy{
  width:100%;
  max-width:none;
  margin:0;
  transform:translateX(-22px);
  height:100%;
  display:flex;
  align-items:center;
}
.family-intro-row .family-showcase{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  margin:0;
  min-width:0;
}
.family-intro-row .family-showcase>a{
  height:100%;
  min-height:320px;
  max-height:430px;
  border-radius:22px;
}
.family-intro-row.no-copy{grid-template-columns:1fr}
.family-intro-row.no-copy .family-showcase{max-width:100%}
.family-intro-row.no-images{grid-template-columns:minmax(0,920px)}
.family-intro-row.no-images .family-intro-copy{transform:none}
@media(max-width:1100px){
  .family-intro-row{grid-template-columns:minmax(340px,.9fr) minmax(0,1.1fr);gap:18px}
  .family-intro-row .family-showcase{grid-template-columns:1fr 1fr}
  .family-intro-row .family-showcase>a{min-height:280px}
  .family-detail-page .family-intro-row .family-intro-copy{transform:translateX(-12px)}
}
@media(max-width:900px){
  .family-detail-page .family-head{padding-bottom:34px}
  .family-intro-row{grid-template-columns:1fr;gap:18px;margin-bottom:42px}
  .family-detail-page .family-intro-row .family-intro-copy{transform:none}
  .family-intro-row .family-showcase{grid-template-columns:repeat(2,minmax(0,1fr))}
  .family-intro-row .family-showcase>a{height:300px;min-height:0}
}
@media(max-width:600px){
  .family-intro-row .family-showcase{grid-template-columns:1fr}
  .family-intro-row .family-showcase>a{height:280px}
}

/* V1.4.6 · BMU legacy-content refresh in current AES design */
.bmu-detail-page{padding-bottom:120px}
.bmu-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.82fr);gap:70px;align-items:center;padding:82px 0 66px}
.bmu-hero-copy h1{font-size:clamp(58px,6vw,96px);line-height:.92;letter-spacing:-.065em;margin:18px 0 22px;max-width:820px}
.bmu-hero-copy>p{max-width:720px;color:#66717b;font-size:17px;line-height:1.8}
.bmu-hero-media{margin:0;background:#ecece8;border:1px solid #d9dbdb;padding:16px;min-height:500px;display:grid;place-items:center;box-shadow:0 24px 60px rgba(17,21,27,.08)}
.bmu-hero-media img{width:100%;height:100%;max-height:560px;object-fit:contain;display:block}
.bmu-intro-card{max-width:1040px;margin:0 auto 90px;padding:38px 42px;background:#fff;border:1px solid #e0e1df;box-shadow:0 18px 55px rgba(17,21,27,.06)}
.bmu-intro-card p{margin:14px 0 0;color:#414b55;font-size:18px;line-height:1.9}
.bmu-system-row{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(330px,.72fr);gap:70px;align-items:center;padding:70px 0;border-top:1px solid #d8dad9}
.bmu-system-row.reverse{grid-template-columns:minmax(330px,.72fr) minmax(0,1.08fr)}
.bmu-system-row.reverse .bmu-system-copy{order:2}.bmu-system-row.reverse .bmu-system-media{order:1}
.bmu-system-copy>small{display:block;color:var(--wine);font-weight:950;font-size:11px;letter-spacing:.12em;margin-bottom:24px}
.bmu-system-copy h2{font-size:clamp(38px,4.2vw,64px);line-height:1;letter-spacing:-.055em;margin:14px 0 22px}
.bmu-system-copy p{color:#4e5963;line-height:1.9;font-size:17px;max-width:790px}
.bmu-system-media{margin:0;height:360px;background:#e9e9e5;border:1px solid #d8dad9;overflow:hidden;box-shadow:0 18px 50px rgba(17,21,27,.07)}
.bmu-system-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}
.bmu-system-row:hover .bmu-system-media img{transform:scale(1.025)}
.bmu-feature-list{display:grid;grid-template-columns:1fr 1fr;gap:10px 18px;padding:0;margin:30px 0 0;list-style:none}
.bmu-feature-list li{position:relative;padding:13px 14px 13px 31px;background:#fff;border:1px solid #dcdddb;font-size:13px;font-weight:780;color:#3e4852}
.bmu-feature-list li:before{content:"";position:absolute;left:13px;top:18px;width:7px;height:7px;background:var(--wine)}
.bmu-cta{margin-top:40px}.bmu-cta p{margin:12px 0 0;color:#e6c6cc;max-width:720px;line-height:1.7}
@media(max-width:980px){.bmu-hero,.bmu-system-row,.bmu-system-row.reverse{grid-template-columns:1fr;gap:34px}.bmu-system-row.reverse .bmu-system-copy,.bmu-system-row.reverse .bmu-system-media{order:initial}.bmu-hero-media{min-height:400px}.bmu-system-media{height:420px}.bmu-intro-card{margin-bottom:55px}}
@media(max-width:650px){.bmu-hero{padding:58px 0 42px}.bmu-hero-copy h1{font-size:50px}.bmu-hero-media{min-height:300px;padding:10px}.bmu-intro-card{padding:26px 22px;margin-bottom:36px}.bmu-intro-card p{font-size:16px}.bmu-system-row{padding:48px 0;gap:24px}.bmu-system-copy h2{font-size:40px}.bmu-system-copy p{font-size:16px}.bmu-system-media{height:280px}.bmu-feature-list{grid-template-columns:1fr}.bmu-cta{margin-top:15px}}
