:root{--bg:#f6f2eb;--surface:#fffaf2;--ink:#111827;--muted:#5f6673;--dark:#101827;--dark2:#172235;--gold:#c59a5e;--gold2:#e4c78d;--line:rgba(17,24,39,.11);--shadow:0 24px 70px rgba(16,24,39,.14);--radius:28px;--container:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;background:radial-gradient(circle at top left,rgba(197,154,94,.14),transparent 35%),var(--bg);color:var(--ink);line-height:1.65}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}.container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}.skip-link{position:absolute;left:-999px;top:0;background:var(--dark);color:white;padding:10px;z-index:99}.skip-link:focus{left:12px}.site-header{position:sticky;top:0;z-index:50;background:rgba(246,242,235,.86);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.nav-wrap{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:86px}.brand{display:flex;align-items:center;gap:13px;font-weight:900;letter-spacing:-.03em}.brand-mark{width:54px;height:54px;border-radius:18px;background:linear-gradient(135deg,var(--dark),#26364e);display:grid;place-items:center;color:var(--gold2);box-shadow:0 12px 30px rgba(16,24,39,.2);font-size:24px}.brand small{display:block;font-weight:650;color:var(--muted);font-size:12px;letter-spacing:.02em}.main-nav{display:flex;align-items:center;gap:8px}.main-nav a{padding:11px 13px;border-radius:999px;color:#263142;font-weight:750;font-size:14px}.main-nav a:hover,.main-nav a.active{background:var(--dark);color:white}.nav-actions{display:flex;align-items:center;gap:10px}.lang{border:1px solid var(--line);padding:9px 12px;border-radius:999px;font-weight:800;background:rgba(255,255,255,.6)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:999px;background:var(--dark);color:#fff;padding:13px 20px;font-weight:850;box-shadow:0 14px 35px rgba(16,24,39,.18)}.btn.gold{background:linear-gradient(135deg,var(--gold),#9c6b35);color:#111827}.btn.ghost{background:rgba(255,255,255,.75);color:var(--dark);border:1px solid var(--line);box-shadow:none}.menu-toggle{display:none;border:0;background:var(--dark);color:#fff;border-radius:14px;padding:10px 12px}.hero{position:relative;overflow:hidden;padding:82px 0 66px;background:linear-gradient(135deg,#111827,#223044 62%,#4b3725);color:white}.hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 85% 10%,rgba(228,199,141,.27),transparent 26%),linear-gradient(90deg,rgba(17,24,39,.92),rgba(17,24,39,.54));pointer-events:none}.hero .container{position:relative;z-index:1;display:grid;grid-template-columns:1.04fr .96fr;gap:42px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:9px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.09);padding:8px 13px;border-radius:999px;color:#f6dfb7;font-weight:850;font-size:13px}.hero h1,.page-hero h1{font-size:clamp(38px,6vw,72px);line-height:.98;margin:22px 0 18px;letter-spacing:-.06em}.hero p,.page-hero p{font-size:18px;color:rgba(255,255,255,.78);max-width:660px}.hero-card{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.16);border-radius:34px;padding:18px;box-shadow:0 40px 100px rgba(0,0,0,.35)}.hero-card img{border-radius:26px;aspect-ratio:1.2/1;object-fit:cover}.hero-mini{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px}.hero-mini div{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:18px;padding:14px}.hero-mini strong{display:block;color:#fff;font-size:24px}.hero-mini span{font-size:12px;color:rgba(255,255,255,.65)}.section{padding:78px 0}.section-title{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:28px}.section-title h2{font-size:clamp(28px,4vw,48px);line-height:1.06;margin:0;letter-spacing:-.045em}.section-title p{max-width:560px;color:var(--muted);margin:0}.grid{display:grid;gap:22px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.card{background:rgba(255,250,242,.9);border:1px solid var(--line);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow)}.card.soft{box-shadow:none;background:rgba(255,255,255,.58)}.visual-card{overflow:hidden;padding:0}.visual-card img{width:100%;aspect-ratio:1.35/1;object-fit:cover}.visual-card .card-body{padding:22px}.kicker{color:var(--gold);font-weight:900;text-transform:uppercase;letter-spacing:.12em;font-size:12px}.feature-icon{width:52px;height:52px;border-radius:18px;background:linear-gradient(135deg,var(--gold2),var(--gold));display:grid;place-items:center;font-weight:950;color:var(--dark);margin-bottom:14px}.product-card,.category-card{position:relative;overflow:hidden;transition:.25s transform,.25s box-shadow}.product-card:hover,.category-card:hover{transform:translateY(-5px);box-shadow:0 30px 80px rgba(16,24,39,.18)}.product-card img,.category-card img{width:100%;aspect-ratio:1.18/1;object-fit:cover;background:#efe7dc;border-radius:22px}.product-card h3,.category-card h3{margin:16px 0 8px;font-size:20px;letter-spacing:-.02em}.product-card p,.category-card p{color:var(--muted);margin:0 0 16px}.pill{display:inline-flex;padding:7px 11px;border-radius:999px;background:#f1e3ce;color:#6f4a20;font-weight:850;font-size:12px}.page-hero{padding:70px 0;background:linear-gradient(135deg,var(--dark),#26364e);color:#fff;overflow:hidden;position:relative}.page-hero:before{content:"";position:absolute;inset:auto -10% -40% 50%;height:420px;background:radial-gradient(circle,rgba(197,154,94,.35),transparent 65%)}.page-hero .container{position:relative;z-index:1}.breadcrumb{display:flex;gap:8px;flex-wrap:wrap;color:rgba(255,255,255,.65);font-weight:700;font-size:13px}.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:36px;align-items:center}.prose h2{font-size:34px;line-height:1.15;letter-spacing:-.03em}.prose p{color:var(--muted)}.list-check{list-style:none;padding:0;margin:18px 0;display:grid;gap:11px}.list-check li{padding-left:32px;position:relative}.list-check li:before{content:"✓";position:absolute;left:0;top:0;width:22px;height:22px;border-radius:50%;background:var(--dark);color:#fff;display:grid;place-items:center;font-size:13px}.cta{background:linear-gradient(135deg,#111827,#26364e);color:white;border-radius:38px;padding:42px;display:grid;grid-template-columns:1.2fr .8fr;gap:24px;align-items:center}.cta p{color:rgba(255,255,255,.74)}.faq details{background:rgba(255,250,242,.85);border:1px solid var(--line);border-radius:20px;padding:18px 20px}.faq details+details{margin-top:12px}.faq summary{font-weight:900;cursor:pointer}.faq p{color:var(--muted);margin-bottom:0}.footer{background:#0c121d;color:#cbd5e1;padding:56px 0 28px;margin-top:50px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:28px}.footer a{display:block;color:#dbe4f0;margin:7px 0}.footer small{color:#7d8796}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.contact-box{background:#fff;border:1px solid var(--line);border-radius:26px;padding:24px}.media-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.media-strip img{border-radius:24px;aspect-ratio:1/1;object-fit:cover}.table-like{display:grid;gap:10px}.table-like div{display:flex;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid var(--line)}@media(max-width:960px){.hero .container,.split,.cta,.contact-grid{grid-template-columns:1fr}.grid-4{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(2,1fr)}.section-title{display:block}.footer-grid{grid-template-columns:1fr 1fr}.main-nav{position:fixed;inset:86px 16px auto 16px;background:#fff;color:var(--ink);border:1px solid var(--line);border-radius:24px;padding:14px;display:none;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.main-nav.open{display:flex}.main-nav a{border-radius:16px}.menu-toggle{display:inline-flex}.nav-actions .btn{display:none}.hero-mini{grid-template-columns:1fr 1fr 1fr}}@media(max-width:640px){.container{width:min(100% - 28px, var(--container))}.hero{padding:55px 0}.grid-2,.grid-3,.grid-4,.footer-grid,.media-strip{grid-template-columns:1fr}.nav-wrap{min-height:76px}.hero-mini{grid-template-columns:1fr}.cta{padding:28px}.brand small{display:none}.section{padding:54px 0}.product-card img,.category-card img{aspect-ratio:1.35/1}}

/* SEO/AI final performance and responsive safeguards */
img, picture, video { max-width: 100%; height: auto; }
img { content-visibility: auto; }
.site-header, header { z-index: 1000; }
a[href^="tel:"], a[href^="mailto:"] { word-break: break-word; }
@media (max-width: 768px) {
  body { overflow-x: hidden; }
  .container, .section, main, footer { max-width: 100%; }
  .grid, .cards, .product-grid, .service-grid { grid-template-columns: 1fr !important; }
  .hero, .hero-inner { min-height: auto; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* === Çakır Dizayn rich module redesign patch === */
.header-topbar{background:linear-gradient(90deg,var(--dark),#26364e);color:#f7e7c8;font-size:13px;border-bottom:1px solid rgba(255,255,255,.12)}
.topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:36px}
.topbar-inner a{color:#fff}
.premium-header{box-shadow:0 14px 45px rgba(16,24,39,.08)}
.premium-brand .brand-mark{border-radius:20px;background:radial-gradient(circle at 30% 20%,#f3d99b,transparent 26%),linear-gradient(135deg,#101827,#4b3725)}
.premium-nav{background:rgba(255,255,255,.54);border:1px solid var(--line);padding:6px;border-radius:999px;box-shadow:0 14px 35px rgba(16,24,39,.06)}
.premium-nav a{position:relative;overflow:hidden}
.premium-nav a:after{content:"";position:absolute;left:18px;right:18px;bottom:7px;height:2px;background:var(--gold2);transform:scaleX(0);transition:.25s}
.premium-nav a:hover:after,.premium-nav a.active:after{transform:scaleX(1)}
.menu-toggle{width:46px;height:42px;align-items:center;justify-content:center;flex-direction:column;gap:5px}
.menu-toggle span{width:20px;height:2px;background:white;border-radius:999px;display:block}
.hero-premium{padding:96px 0 74px;background:linear-gradient(135deg,#0b1220 0%,#172235 52%,#5b3c1f 100%)}
.hero-premium-grid{display:grid;grid-template-columns:1fr .92fr;gap:52px;align-items:center}
.hero-copy h1{font-size:clamp(42px,6vw,76px);line-height:.96;margin:22px 0;letter-spacing:-.065em}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}
.trust-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}
.trust-row span,.footer-badges span{border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.08);padding:8px 12px;border-radius:999px;font-size:13px;font-weight:800;color:#f7e7c8}
.hero-composition{position:relative}
.hero-image-main{border-radius:38px;padding:16px;background:linear-gradient(135deg,rgba(255,255,255,.16),rgba(255,255,255,.05));border:1px solid rgba(255,255,255,.16);box-shadow:0 44px 110px rgba(0,0,0,.34)}
.hero-image-main img{border-radius:28px;aspect-ratio:1.12/1;object-fit:cover}
.hero-floating-card{position:absolute;left:-28px;bottom:30px;background:rgba(255,250,242,.96);color:var(--dark);padding:20px 22px;border-radius:22px;box-shadow:var(--shadow);max-width:260px}
.hero-floating-card strong{display:block;font-size:20px}.hero-floating-card span{display:block;color:var(--muted);font-size:13px}
.center-title{display:block;text-align:center;max-width:850px;margin-inline:auto}.center-title p{margin:14px auto 0}
.eyebrow.dark{background:#fff;border-color:var(--line);color:#7a552f}
.grid-4{grid-template-columns:repeat(4,1fr)}
.insight-grid article{background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:0 18px 50px rgba(16,24,39,.07)}
.insight-grid strong{display:inline-grid;place-items:center;width:44px;height:44px;background:var(--dark);color:var(--gold2);border-radius:15px;margin-bottom:16px}
.insight-grid h3{margin:0 0 8px;font-size:20px}.insight-grid p{margin:0;color:var(--muted)}
.split-grid{display:grid;grid-template-columns:1fr 1fr;gap:46px;align-items:center}.rounded-media{border-radius:32px;box-shadow:var(--shadow);aspect-ratio:1.28/1;object-fit:cover}
.split-content h2{font-size:clamp(30px,4vw,52px);line-height:1.04;letter-spacing:-.05em;margin:14px 0}.split-content p{color:var(--muted)}
.check-list{padding:0;margin:22px 0 0;list-style:none;display:grid;gap:11px}.check-list li{position:relative;padding-left:30px}.check-list li:before{content:"✓";position:absolute;left:0;top:0;width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#e9d2a6;color:#1b2433;font-weight:900}
.service-rich-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.service-rich-card a{height:100%;display:flex;flex-direction:column;background:linear-gradient(180deg,#fff,#fff8ec);border:1px solid var(--line);border-radius:28px;padding:26px;box-shadow:0 20px 60px rgba(16,24,39,.08);transition:.25s}
.service-rich-card a:hover{transform:translateY(-5px);box-shadow:0 32px 80px rgba(16,24,39,.13)}
.service-number{width:52px;height:52px;border-radius:18px;background:var(--dark);color:var(--gold2);display:grid;place-items:center;font-weight:900;margin-bottom:18px}
.service-rich-card h3{font-size:22px;line-height:1.15;margin:0 0 10px}.service-rich-card p{color:var(--muted);margin:0 0 14px}.service-rich-card ul{margin:0 0 18px;padding-left:18px;color:#354052}.service-rich-card span{margin-top:auto;color:#8b5e2e;font-weight:900}
.category-mosaic{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}
.category-tile{grid-column:span 2;background:#fff;border:1px solid var(--line);border-radius:30px;overflow:hidden;box-shadow:0 18px 52px rgba(16,24,39,.08)}
.category-tile-1,.category-tile-2{grid-column:span 3}
.category-tile a{display:grid;height:100%}.category-visual img{width:100%;aspect-ratio:1.7/1;object-fit:cover}.category-content{padding:22px}.category-label{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:#9a6b37;font-weight:900}.category-content h3{font-size:26px;margin:8px 0 10px}.category-content p{color:var(--muted);margin:0 0 14px}.category-content strong{color:#111827}
.product-showcase-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.all-products-grid{grid-template-columns:repeat(4,1fr)}
.product-showcase-card a{display:block;background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 16px 45px rgba(16,24,39,.07);height:100%;transition:.25s}
.product-showcase-card a:hover{transform:translateY(-4px)}
.product-showcase-card img{width:100%;aspect-ratio:1.18/1;object-fit:cover;background:#f4f0e8}.product-showcase-card div{padding:18px}.product-showcase-card span{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:#9a6b37;font-weight:900}.product-showcase-card h3{margin:6px 0 8px;font-size:20px}.product-showcase-card p{margin:0;color:var(--muted);font-size:14px}
.mini-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.mini-gallery img{border-radius:20px;aspect-ratio:1/1;object-fit:cover;box-shadow:0 14px 36px rgba(16,24,39,.1)}
.cta-panel{padding:54px 0}.cta-inner{background:linear-gradient(135deg,#111827,#26364e 62%,#8a6538);border-radius:36px;padding:48px;color:white;text-align:center;box-shadow:var(--shadow)}.cta-inner h2{font-size:clamp(28px,4vw,50px);line-height:1.05;margin:0 0 12px}.cta-inner p{color:rgba(255,255,255,.76);max-width:760px;margin:0 auto 24px}
.process-band{background:linear-gradient(180deg,rgba(255,255,255,.54),rgba(255,255,255,.15))}
.process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.process-steps article{background:var(--dark);color:white;border-radius:26px;padding:24px}.process-steps span{color:var(--gold2);font-weight:900}.process-steps p{color:rgba(255,255,255,.7)}
.faq-grid{display:grid;gap:14px}.faq-grid details{background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px 22px}.faq-grid summary{font-weight:900;cursor:pointer}.faq-grid p{color:var(--muted)}
.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.gallery-item{margin:0;background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 16px 46px rgba(16,24,39,.08)}.gallery-item img{width:100%;aspect-ratio:1.05/1;object-fit:cover}.gallery-item figcaption{padding:16px}.gallery-item figcaption span{display:block;color:var(--muted);font-size:13px}.media-stack{display:grid;grid-template-columns:1fr 1fr;gap:14px}.media-stack img{border-radius:22px;aspect-ratio:1/1;object-fit:cover}
.contact-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:32px}.contact-panel,.contact-visual-panel{background:#fff;border:1px solid var(--line);border-radius:34px;padding:32px;box-shadow:var(--shadow)}.contact-panel h2{font-size:clamp(30px,4vw,50px);line-height:1.05;margin:12px 0}.contact-panel p{color:var(--muted)}.contact-cards{display:grid;gap:12px;margin:24px 0}.contact-cards a{padding:16px 18px;border:1px solid var(--line);border-radius:18px;background:#fff8ec;display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}.contact-cards strong{color:#7a552f}.quick-form{background:var(--dark);color:white;border-radius:24px;padding:22px}.quick-form ul{margin:0;padding-left:18px;color:rgba(255,255,255,.78)}.map-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.map-card{background:#fff;border:1px solid var(--line);border-radius:28px;padding:18px;box-shadow:0 18px 50px rgba(16,24,39,.08)}.map-card h3{margin:0 0 12px}.map-card iframe{width:100%;height:390px;border:0;border-radius:20px;background:#eee}
.footer-cta{padding:52px 0 30px}.footer-cta-inner{display:flex;justify-content:space-between;align-items:center;gap:24px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:30px;padding:30px}.footer-cta h2{margin:10px 0;font-size:clamp(26px,3vw,42px);line-height:1.08}.footer-cta p{color:rgba(255,255,255,.68);max-width:720px}.enhanced-footer-grid{grid-template-columns:1.7fr 1fr 1fr 1.2fr}.footer-brand-block p{max-width:520px}.footer-badges{display:flex;gap:8px;flex-wrap:wrap}.footer-bottom{display:flex;justify-content:space-between;gap:16px;border-top:1px solid rgba(255,255,255,.12);padding:18px 0 34px;color:rgba(255,255,255,.6)}
@media(max-width:1080px){.hero-premium-grid,.split-grid,.contact-layout{grid-template-columns:1fr}.product-showcase-grid,.gallery-grid{grid-template-columns:repeat(3,1fr)}.service-rich-grid,.process-steps{grid-template-columns:repeat(2,1fr)}.grid-4{grid-template-columns:repeat(2,1fr)}.category-tile,.category-tile-1,.category-tile-2{grid-column:span 3}}
@media(max-width:820px){.header-topbar{display:none}.premium-nav{position:fixed;left:18px;right:18px;top:88px;display:none;flex-direction:column;border-radius:24px;padding:16px;background:rgba(255,250,242,.98);box-shadow:var(--shadow)}.premium-nav.open{display:flex}.premium-nav a{width:100%;text-align:center;padding:14px}.menu-toggle{display:flex}.nav-quote{display:none}.hero-floating-card{position:static;margin-top:14px}.product-showcase-grid,.gallery-grid,.service-rich-grid,.process-steps,.grid-4,.map-grid{grid-template-columns:1fr}.category-mosaic{grid-template-columns:1fr}.category-tile,.category-tile-1,.category-tile-2{grid-column:auto}.footer-cta-inner,.footer-bottom{flex-direction:column;align-items:flex-start}.enhanced-footer-grid{grid-template-columns:1fr}.mini-gallery{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.container{width:min(var(--container),calc(100% - 26px))}.nav-wrap{min-height:76px}.brand small,.topbar-contact{display:none}.brand-mark{width:46px;height:46px;font-size:20px}.hero-premium{padding:64px 0 48px}.section{padding:54px 0}.cta-inner,.contact-panel,.contact-visual-panel{padding:24px;border-radius:26px}.contact-cards a{display:block}.map-card iframe{height:300px}}

/* === Final luxury navigation, footer and detail enrichment patch === */
.luxury-header{background:rgba(252,247,238,.93);box-shadow:0 18px 55px rgba(16,24,39,.12)}
.luxury-nav-wrap{min-height:102px;gap:24px}.luxury-brand{min-width:250px}.luxury-brand .brand-mark{width:62px;height:62px;border-radius:22px;background:radial-gradient(circle at 28% 22%,#fff0bd 0 17%,transparent 18%),linear-gradient(135deg,#0d1523,#49331e 58%,#c59a5e)}
.luxury-nav{flex:1;justify-content:center;gap:10px;padding:10px 14px;border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.88),rgba(255,250,242,.68));box-shadow:inset 0 1px 0 rgba(255,255,255,.8),0 18px 45px rgba(16,24,39,.08)}
.luxury-nav a{padding:14px 18px;border-radius:18px;letter-spacing:.01em}.luxury-nav a span{position:relative;z-index:2}.luxury-nav a:hover,.luxury-nav a.active{background:linear-gradient(135deg,#111827,#26364e);color:#fff;box-shadow:0 14px 30px rgba(16,24,39,.18)}
.visual-quote{padding:14px 18px;border-radius:20px;box-shadow:0 18px 40px rgba(156,107,53,.22)}.quote-icon{width:28px;height:28px;border-radius:10px;background:rgba(255,255,255,.28);display:grid;place-items:center}.luxury-nav-actions{gap:12px}.menu-toggle span{display:block;width:24px;height:2px;background:#fff;margin:4px 0;border-radius:99px}
.detail-rich-modules{background:linear-gradient(180deg,rgba(255,255,255,.42),rgba(241,227,206,.35))}.detail-module-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:28px}.detail-module-card,.product-decision-grid article{background:#fff;border:1px solid var(--line);border-radius:28px;padding:26px;box-shadow:0 18px 52px rgba(16,24,39,.08)}.detail-module-card strong{width:48px;height:48px;display:grid;place-items:center;border-radius:16px;background:#111827;color:#e4c78d;margin-bottom:16px}.detail-module-card h3,.product-decision-grid h3{margin:0 0 10px;font-size:22px;line-height:1.15}.detail-module-card p,.product-decision-grid p{color:var(--muted);margin:0}.detail-visual-band{display:grid;grid-template-columns:.95fr 1.05fr;gap:28px;align-items:center;margin-top:28px;background:#fff;border:1px solid var(--line);border-radius:34px;padding:24px;box-shadow:var(--shadow)}.detail-visual-band img{border-radius:26px;aspect-ratio:1.35/1;object-fit:cover}.detail-visual-band h3{font-size:clamp(26px,3vw,42px);line-height:1.08;margin:0 0 12px}.detail-visual-band p{color:var(--muted)}.product-decision-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}.product-decision-grid span{display:inline-flex;padding:7px 11px;border-radius:999px;background:#f1e3ce;color:#6f4a20;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.1em;margin-bottom:14px}.product-band{background:linear-gradient(135deg,#fff,#fff8ec)}
.luxury-footer{padding:0;margin-top:70px;background:#090f19}.footer-wide-panel{width:100%;padding:58px 0;background:radial-gradient(circle at 8% 15%,rgba(197,154,94,.18),transparent 30%),linear-gradient(135deg,#0a101b,#111827 54%,#1f2d42)}.footer-wide-grid{display:grid;grid-template-columns:1.35fr .85fr 1fr 1fr;gap:22px}.footer-zone{position:relative;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:30px;padding:28px;min-height:100%;box-shadow:0 24px 70px rgba(0,0,0,.18);overflow:hidden}.footer-zone:before{content:"";position:absolute;inset:0 0 auto 0;height:4px;background:linear-gradient(90deg,#c59a5e,#e4c78d,transparent)}.footer-zone h2,.footer-zone h3{color:#fff;margin:0 0 16px}.footer-zone p{color:rgba(255,255,255,.72)}.footer-zone a{color:#e6edf8;margin:9px 0}.footer-zone-visual{width:86px;height:86px;border-radius:28px;background:rgba(255,255,255,.08);display:grid;place-items:center;margin-bottom:18px}.footer-zone-visual img{width:60px;height:60px;object-fit:contain}.footer-mini-list{display:grid;gap:8px;margin-top:14px}.footer-mini-list span{display:block;padding:8px 10px;border-radius:12px;background:rgba(255,255,255,.06);color:#b9c6d8;font-size:13px}.footer-offer-btn{margin-top:16px!important;display:inline-flex!important}.footer-signature{background:#070b12}.footer-signature .footer-bottom{border-top:0;padding:20px 0;display:flex;justify-content:space-between;gap:16px}.footer-badges span{background:rgba(228,199,141,.14);color:#ffe2a8;border:1px solid rgba(228,199,141,.24);padding:7px 10px;border-radius:999px;font-size:12px;font-weight:850}
@media(max-width:1180px){.luxury-nav-wrap{min-height:88px}.luxury-brand{min-width:auto}.luxury-nav a{padding:12px 13px}.detail-module-grid{grid-template-columns:repeat(2,1fr)}.footer-wide-grid{grid-template-columns:1fr 1fr}.detail-visual-band,.product-decision-grid{grid-template-columns:1fr}}
@media(max-width:820px){.luxury-nav{position:fixed;left:18px;right:18px;top:88px;display:none;flex-direction:column;align-items:stretch;border-radius:28px;padding:18px;background:#fffaf2}.luxury-nav.open{display:flex}.luxury-nav a{text-align:center;width:100%}.luxury-nav-wrap{min-height:78px}.detail-module-grid,.footer-wide-grid{grid-template-columns:1fr}.footer-signature .footer-bottom{flex-direction:column}.visual-quote{display:none}.detail-visual-band{padding:18px}.detail-rich-modules .center-title{text-align:left}.product-decision-grid{grid-template-columns:1fr}}

/* === Light sector theme, modern menu, category cards and full-width footer patch === */
:root{
  --bg:#fbf7f1;
  --surface:#ffffff;
  --surface2:#f5ede3;
  --ink:#1f2933;
  --muted:#697386;
  --dark:#243040;
  --dark2:#38475a;
  --gold:#b8894f;
  --gold2:#e6c58f;
  --line:rgba(36,48,64,.12);
  --shadow:0 22px 60px rgba(42,51,66,.10);
  --soft-shadow:0 12px 30px rgba(42,51,66,.08);
}
body.cakir-redesign, body{
  background:linear-gradient(180deg,#fffaf3 0%,#f8f1e8 46%,#fffdf9 100%);
  color:var(--ink);
}
.site-header.premium-header,.site-header{
  background:rgba(255,252,247,.92)!important;
  border-bottom:1px solid rgba(184,137,79,.16)!important;
  box-shadow:0 18px 46px rgba(36,48,64,.09)!important;
}
.header-topbar{
  background:linear-gradient(90deg,#f7ead8,#fff8ee)!important;
  color:#624728!important;
  border-bottom:1px solid rgba(184,137,79,.18)!important;
}
.header-topbar a{color:#2f3a4a!important;font-weight:850}
.nav-wrap.luxury-nav-wrap{min-height:94px;gap:22px}
.brand-mark{
  background:linear-gradient(135deg,#fff7e8,#e9c991)!important;
  color:#243040!important;
  border:1px solid rgba(184,137,79,.22);
  box-shadow:0 16px 34px rgba(184,137,79,.18)!important;
}
.brand span:not(.brand-mark){color:#1f2933}
.brand small{color:#7a6a56!important}
.main-nav.premium-nav,.main-nav.luxury-nav{
  background:rgba(255,255,255,.82)!important;
  border:1px solid rgba(184,137,79,.18)!important;
  border-radius:999px!important;
  padding:8px!important;
  box-shadow:0 16px 42px rgba(36,48,64,.09)!important;
}
.main-nav a{
  position:relative;
  color:#2f3a4a!important;
  padding:12px 16px!important;
  border-radius:999px!important;
  font-weight:900!important;
  transition:transform .22s ease, background .22s ease, box-shadow .22s ease, color .22s ease;
}
.main-nav a:hover,.main-nav a.active{
  background:linear-gradient(135deg,#fff6e7,#e8c286)!important;
  color:#1f2933!important;
  box-shadow:0 12px 28px rgba(184,137,79,.22)!important;
  transform:translateY(-1px);
}
.nav-quote,.visual-quote,.btn.gold{
  background:linear-gradient(135deg,#d5ad73,#a8733d)!important;
  color:#fff!important;
  box-shadow:0 15px 34px rgba(168,115,61,.25)!important;
}
.btn.ghost{background:#fff!important;border:1px solid rgba(184,137,79,.22)!important;color:#243040!important;box-shadow:0 10px 25px rgba(36,48,64,.07)!important}
.menu-toggle{background:linear-gradient(135deg,#d5ad73,#a8733d)!important;box-shadow:0 12px 25px rgba(168,115,61,.24)}
.hero.hero-premium,.hero{
  background:linear-gradient(135deg,#fffaf2 0%,#f3e5d2 52%,#fffdf9 100%)!important;
  color:#1f2933!important;
  border-bottom:1px solid rgba(184,137,79,.14);
}
.hero:after{background:radial-gradient(circle at 85% 12%,rgba(213,173,115,.32),transparent 26%),linear-gradient(90deg,rgba(255,250,242,.94),rgba(255,250,242,.46))!important}
.hero p{color:#5d6572!important}.hero h1{color:#1f2933!important}.trust-row span,.hero-mini div{background:rgba(255,255,255,.76)!important;border:1px solid rgba(184,137,79,.18)!important;color:#243040!important}.hero-mini span{color:#697386!important}.hero-mini strong{color:#243040!important}.hero-card,.hero-image-main{background:rgba(255,255,255,.62)!important;border:1px solid rgba(184,137,79,.2)!important;box-shadow:0 28px 70px rgba(36,48,64,.13)!important}
.eyebrow.dark,.kicker{color:#a8733d!important;background:#fff4e4;border:1px solid rgba(184,137,79,.16)}
.section{position:relative}.section-title.center-title{text-align:center;display:block;max-width:920px;margin-inline:auto;margin-bottom:34px}.section-title.center-title p{margin:14px auto 0}
/* refined category collection */
.category-module{background:linear-gradient(180deg,#fffdf9,#f7efe5)}
.category-mosaic{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:22px!important;
  align-items:stretch;
}
.category-tile,.category-card{
  background:#fff!important;
  border:1px solid rgba(184,137,79,.18)!important;
  border-radius:30px!important;
  overflow:hidden!important;
  box-shadow:0 20px 50px rgba(36,48,64,.10)!important;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.category-tile:hover,.category-card:hover{transform:translateY(-7px);box-shadow:0 30px 75px rgba(36,48,64,.15)!important;border-color:rgba(184,137,79,.34)!important}
.category-tile a,.category-card a{display:flex!important;flex-direction:column;height:100%}
.category-visual{position:relative;overflow:hidden;border-radius:0!important}
.category-visual:after,.category-card a:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,transparent 48%,rgba(31,41,51,.18))}
.category-visual img,.category-card img{
  width:100%;aspect-ratio:1.18/1;object-fit:cover;border-radius:0!important;
  transition:transform .4s ease;
}
.category-tile:hover img,.category-card:hover img{transform:scale(1.045)}
.category-content,.category-card h3,.category-card p{padding-inline:22px}
.category-content{padding:22px!important;display:flex;flex-direction:column;gap:9px;min-height:220px}
.category-label,.category-card .pill{display:inline-flex;width:max-content;border-radius:999px;background:#fff3df;color:#8b5d2d;font-size:12px;font-weight:950;padding:7px 12px;letter-spacing:.08em;text-transform:uppercase}
.category-content h3,.category-card h3{font-size:24px!important;margin:4px 0!important;letter-spacing:-.035em;color:#1f2933}
.category-content p,.category-card p{color:#657083!important;margin:0!important}
.category-content strong{margin-top:auto;color:#a8733d;font-weight:950}
.grid .category-card{padding:0!important}.grid .category-card h3{padding-top:20px}.grid .category-card p{padding-bottom:24px}
/* home replacement module */
.surface-intelligence-module{background:linear-gradient(135deg,#fffaf3 0%,#f1e3d2 100%)}
.surface-intelligence-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:center}
.surface-intelligence-copy{background:rgba(255,255,255,.74);border:1px solid rgba(184,137,79,.17);border-radius:34px;padding:34px;box-shadow:0 24px 65px rgba(36,48,64,.10)}
.surface-intelligence-copy h2{font-size:clamp(30px,4vw,50px);line-height:1.08;letter-spacing:-.045em;margin:14px 0;color:#1f2933}.surface-intelligence-copy p{color:#657083}.surface-points{display:grid;gap:14px;margin:24px 0}.surface-points article{display:grid;grid-template-columns:52px 1fr;gap:12px;background:#fff;border:1px solid rgba(184,137,79,.14);border-radius:22px;padding:16px}.surface-points strong{width:46px;height:46px;border-radius:16px;background:#fff2dc;color:#a8733d;display:grid;place-items:center}.surface-points h3{margin:0;color:#243040}.surface-points p{margin:4px 0 0}.surface-intelligence-visual img{border-radius:34px;box-shadow:0 28px 70px rgba(36,48,64,.13);border:1px solid rgba(184,137,79,.18);aspect-ratio:1.12/1;object-fit:cover}
/* full-width corporate footer */
.footer.premium-footer,.footer{
  background:linear-gradient(180deg,#fff9ef 0%,#efe0cd 100%)!important;
  color:#273242!important;
  padding:0!important;
  margin-top:0!important;
  border-top:1px solid rgba(184,137,79,.18)!important;
}
.footer-wide-panel{width:100%;padding:54px 0 42px;background:linear-gradient(135deg,#fffaf3,#f2e5d4)}
.footer-wide-grid{width:min(1440px,calc(100% - 48px));display:grid!important;grid-template-columns:1.35fr 1fr 1.12fr 1.05fr;gap:22px;align-items:stretch}
.footer-zone{background:rgba(255,255,255,.72);border:1px solid rgba(184,137,79,.16);border-radius:28px;padding:26px;box-shadow:0 18px 45px rgba(36,48,64,.08)}
.footer-zone-brand{background:linear-gradient(135deg,#fff,#fff2df)}
.footer-zone h2,.footer-zone h3{color:#1f2933;margin-top:0}.footer-zone p{color:#657083}.footer a{color:#344255!important;font-weight:750}.footer a:hover{color:#a8733d!important}.footer-badges,.footer-mini-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.footer-badges span,.footer-mini-list span{background:#fff1db;color:#7a552f;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:850}.footer-zone-visual img{width:72px;height:72px;border-radius:22px;box-shadow:0 16px 28px rgba(184,137,79,.18);background:#fff}.footer-signature{border-top:1px solid rgba(184,137,79,.18);background:#fffaf3}.footer-bottom{padding:18px 0;display:flex;justify-content:space-between;gap:14px;color:#6b7280}
/* lighter page cards */
.card,.contact-box,.faq details,.service-rich-card,.product-showcase-card{background:#fff!important;border-color:rgba(184,137,79,.14)!important;box-shadow:0 16px 42px rgba(36,48,64,.08)!important}.product-showcase-card{border-radius:26px!important;overflow:hidden}
/* removed service hero spacing safeguard */
main > section:first-child.section{padding-top:62px}
@media(max-width:1180px){.category-mosaic{grid-template-columns:repeat(3,1fr)!important}.footer-wide-grid{grid-template-columns:1fr 1fr!important}.surface-intelligence-grid{grid-template-columns:1fr!important}.nav-wrap.luxury-nav-wrap{min-height:84px}.main-nav a{padding:11px 13px!important}}
@media(max-width:960px){.main-nav.premium-nav,.main-nav.luxury-nav{position:fixed!important;inset:88px 16px auto 16px!important;border-radius:26px!important;padding:14px!important;background:#fff!important;box-shadow:0 24px 70px rgba(36,48,64,.18)!important}.main-nav a{border-radius:18px!important}.footer-wide-grid{width:min(100% - 28px,720px);grid-template-columns:1fr!important}.footer-bottom{display:block;text-align:center}.footer-bottom small{display:block;margin:6px 0}}
@media(max-width:640px){.category-mosaic{grid-template-columns:1fr!important}.surface-intelligence-copy{padding:24px}.surface-points article{grid-template-columns:1fr}.topbar-inner{display:block;text-align:center;padding:7px 0}.hero-actions{display:grid!important}.footer-wide-panel{padding:34px 0}.footer-zone{padding:22px}}

/* =========================================================
   Çakır Dizayn - Menü, Dil ve Kompakt Kategori Düzeltmeleri
   ========================================================= */

/* Header daha açık, sade ve modern */
.site-header.premium-header.luxury-header{
  background:rgba(255,252,247,.94)!important;
  border-bottom:1px solid rgba(184,137,79,.16)!important;
  box-shadow:0 12px 38px rgba(36,48,64,.08)!important;
  backdrop-filter:blur(18px)!important;
}
.nav-wrap.luxury-nav-wrap{
  min-height:92px!important;
  gap:16px!important;
}
.luxury-brand{
  min-width:220px!important;
}
.luxury-brand .brand-mark{
  background:linear-gradient(135deg,#fbf0dc,#b8894f 58%,#7a552f)!important;
  color:#172033!important;
  box-shadow:0 14px 34px rgba(184,137,79,.24)!important;
}

/* Masaüstünde Teklif Al pasif/gizli; mobilde menü içinde görünecek */
.nav-actions .desktop-quote-disabled,
.nav-actions .nav-quote.visual-quote{
  display:none!important;
  pointer-events:none!important;
}

/* Bayraklı dil açılır menüsü */
.language-switcher{
  position:relative;
  z-index:80;
  flex:0 0 auto;
}
.language-current{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:44px;
  padding:10px 13px;
  border:1px solid rgba(184,137,79,.22);
  border-radius:18px;
  background:linear-gradient(180deg,#fff,#fff8ef);
  color:#243040;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 12px 28px rgba(36,48,64,.08);
}
.language-current .flag,
.language-menu .flag{
  font-size:18px;
  line-height:1;
}
.language-current .chev{
  font-size:12px;
  color:#8a6538;
  transition:.2s ease;
}
.language-switcher.open .language-current .chev{
  transform:rotate(180deg);
}
.language-menu{
  position:absolute;
  top:calc(100% + 10px);
  left:0;
  min-width:142px;
  padding:8px;
  border:1px solid rgba(184,137,79,.18);
  border-radius:20px;
  background:#fff;
  box-shadow:0 22px 55px rgba(36,48,64,.16);
  opacity:0;
  visibility:hidden;
  transform:translateY(8px);
  transition:.18s ease;
}
.language-switcher:hover .language-menu,
.language-switcher.open .language-menu{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}
.language-menu a{
  display:flex;
  align-items:center;
  gap:10px;
  padding:11px 12px;
  border-radius:14px;
  color:#243040;
  font-weight:900;
}
.language-menu a:hover{
  background:#fff4e3;
  color:#7a552f;
}

/* Menü modern butonlu ve gölgeli */
.main-nav.premium-nav.luxury-nav{
  flex:1!important;
  justify-content:center!important;
  gap:8px!important;
  padding:8px!important;
  border-radius:24px!important;
  background:rgba(255,255,255,.82)!important;
  border:1px solid rgba(184,137,79,.14)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 16px 38px rgba(36,48,64,.08)!important;
}
.main-nav.premium-nav.luxury-nav > a:not(.mobile-nav-quote){
  padding:12px 15px!important;
  border-radius:16px!important;
  color:#2f3a4a!important;
  background:transparent!important;
  box-shadow:none!important;
  transition:.2s ease!important;
}
.main-nav.premium-nav.luxury-nav > a:not(.mobile-nav-quote):hover,
.main-nav.premium-nav.luxury-nav > a:not(.mobile-nav-quote).active{
  background:linear-gradient(135deg,#fff3df,#f0d3a4)!important;
  color:#6f4a20!important;
  box-shadow:0 10px 24px rgba(184,137,79,.22)!important;
}
.mobile-nav-quote{
  display:none!important;
}

/* Kategori alanı: büyük mosaic yerine kompakt, stabil koleksiyon grid */
.category-module{
  overflow:hidden;
}
.category-mosaic{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:16px!important;
  align-items:stretch!important;
}
.category-tile,
.category-tile-1,
.category-tile-2,
.category-tile-3,
.category-tile-4,
.category-tile-5{
  grid-column:auto!important;
  min-width:0!important;
  border-radius:24px!important;
  background:linear-gradient(180deg,#ffffff,#fffaf3)!important;
  border:1px solid rgba(184,137,79,.18)!important;
  box-shadow:0 16px 38px rgba(36,48,64,.08)!important;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease!important;
}
.category-tile:hover{
  transform:translateY(-4px)!important;
  border-color:rgba(184,137,79,.34)!important;
  box-shadow:0 22px 52px rgba(36,48,64,.12)!important;
}
.category-tile a{
  display:flex!important;
  flex-direction:column!important;
  height:100%!important;
}
.category-visual{
  position:relative!important;
  overflow:hidden!important;
  background:#f5efe5!important;
}
.category-visual:after{
  content:"";
  position:absolute;
  inset:auto 12px 12px 12px;
  height:3px;
  border-radius:99px;
  background:linear-gradient(90deg,#b8894f,rgba(184,137,79,0));
}
.category-visual img{
  display:block!important;
  width:100%!important;
  height:138px!important;
  aspect-ratio:auto!important;
  object-fit:cover!important;
  transition:transform .28s ease!important;
}
.category-tile:hover .category-visual img{
  transform:scale(1.045)!important;
}
.category-content{
  padding:16px 16px 18px!important;
  display:flex!important;
  flex-direction:column!important;
  gap:8px!important;
  min-height:188px!important;
}
.category-label{
  width:max-content!important;
  max-width:100%!important;
  font-size:10px!important;
  letter-spacing:.11em!important;
  padding:6px 9px!important;
  border-radius:999px!important;
  background:#fff1dc!important;
  color:#7a552f!important;
}
.category-content h3{
  font-size:19px!important;
  line-height:1.12!important;
  margin:0!important;
  color:#172033!important;
}
.category-content p{
  font-size:13px!important;
  line-height:1.55!important;
  margin:0!important;
  color:#687386!important;
  display:-webkit-box!important;
  -webkit-line-clamp:3!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}
.category-content strong{
  margin-top:auto!important;
  display:inline-flex!important;
  align-items:center!important;
  color:#8a6538!important;
  font-size:13px!important;
}
.category-content strong:after{
  content:"→";
  margin-left:8px;
  transition:.2s ease;
}
.category-tile:hover .category-content strong:after{
  transform:translateX(4px);
}

/* Tablet ve mobil kırılımlar */
@media(max-width:1180px){
  .category-mosaic{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
  .category-visual img{height:132px!important;}
  .luxury-brand{min-width:200px!important;}
  .main-nav.premium-nav.luxury-nav > a:not(.mobile-nav-quote){padding:11px 12px!important;}
}
@media(max-width:960px){
  .nav-wrap.luxury-nav-wrap{
    min-height:82px!important;
    flex-wrap:nowrap!important;
  }
  .language-switcher{
    margin-left:auto!important;
  }
  .main-nav.premium-nav.luxury-nav{
    position:fixed!important;
    inset:86px 14px auto 14px!important;
    display:none!important;
    grid-template-columns:1fr!important;
    justify-content:stretch!important;
    align-items:stretch!important;
    padding:14px!important;
    border-radius:26px!important;
    background:#fff!important;
    box-shadow:0 26px 70px rgba(36,48,64,.2)!important;
    z-index:70!important;
  }
  .main-nav.premium-nav.luxury-nav.open{
    display:grid!important;
  }
  .main-nav.premium-nav.luxury-nav > a{
    justify-content:flex-start!important;
    width:100%!important;
    border-radius:18px!important;
    padding:14px 16px!important;
    background:#fffaf3!important;
    color:#243040!important;
  }
  .mobile-nav-quote{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:9px!important;
    margin-top:4px!important;
    color:#172033!important;
    background:linear-gradient(135deg,#f1d19a,#b8894f)!important;
    box-shadow:0 16px 36px rgba(184,137,79,.24)!important;
    font-weight:950!important;
  }
  .mobile-nav-quote .quote-icon{
    width:28px;height:28px;border-radius:10px;
    display:grid;place-items:center;
    background:rgba(255,255,255,.35);
  }
  .menu-toggle{
    display:inline-flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    width:48px!important;
    height:48px!important;
    border-radius:18px!important;
    background:linear-gradient(135deg,#172033,#314156)!important;
    box-shadow:0 14px 30px rgba(36,48,64,.18)!important;
  }
  .menu-toggle span{background:#fff!important;}
  .language-menu{
    left:auto!important;
    right:0!important;
  }
  .category-mosaic{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .category-content{min-height:170px!important;}
}
@media(max-width:640px){
  .luxury-brand{
    min-width:0!important;
  }
  .brand small{
    display:none!important;
  }
  .brand-mark{
    width:48px!important;height:48px!important;
  }
  .language-current{
    min-height:42px!important;
    padding:9px 10px!important;
  }
  .category-mosaic{grid-template-columns:1fr!important;}
  .category-visual img{height:170px!important;}
  .category-content{min-height:auto!important;}
}

/* =========================================================
   Çakır Dizayn - Sade Hero Temizliği, Modern Menü ve Yeni Ana Sayfa Modülleri
   ========================================================= */

/* Header altında hero kaldırılan sayfalarda boşluk düzeni */
main > .section:first-child,
main > .category-module:first-child,
main > .gallery-module:first-child,
main > .product-guide:first-child{
  padding-top:70px!important;
}

/* Menü: beyaz panel/çerçeve yok, büyük harfli modern butonlar */
.main-nav.premium-nav.luxury-nav{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  gap:10px!important;
}
.main-nav.premium-nav.luxury-nav > a:not(.mobile-nav-quote){
  text-transform:uppercase!important;
  letter-spacing:.075em!important;
  font-size:12px!important;
  font-weight:950!important;
  color:#263142!important;
  padding:13px 16px!important;
  border-radius:16px!important;
  background:linear-gradient(180deg,#fffaf2,#f5eadb)!important;
  border:1px solid rgba(184,137,79,.18)!important;
  box-shadow:0 12px 28px rgba(36,48,64,.08)!important;
}
.main-nav.premium-nav.luxury-nav > a:not(.mobile-nav-quote):hover,
.main-nav.premium-nav.luxury-nav > a:not(.mobile-nav-quote).active{
  color:#fff!important;
  background:linear-gradient(135deg,#172033,#8a6538)!important;
  border-color:rgba(184,137,79,.35)!important;
  box-shadow:0 16px 34px rgba(36,48,64,.18)!important;
  transform:translateY(-1px);
}
.main-nav.premium-nav.luxury-nav > a span{
  position:relative;
  z-index:2;
}

/* Yeni ana sayfa hizmet stüdyosu */
.home-service-studio{
  background:
    radial-gradient(circle at 14% 18%,rgba(184,137,79,.10),transparent 26%),
    linear-gradient(180deg,#fffaf3 0%,#f8f1e7 100%);
  position:relative;
  overflow:hidden;
}
.home-service-studio:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(255,255,255,.72),transparent 50%);
  pointer-events:none;
}
.home-service-studio .container{
  position:relative;
  z-index:1;
}
.home-service-head{
  display:grid;
  grid-template-columns:1.15fr .75fr auto;
  gap:24px;
  align-items:end;
  margin-bottom:30px;
}
.home-service-head h2{
  font-size:clamp(30px,4.2vw,54px);
  line-height:1.02;
  letter-spacing:-.055em;
  margin:12px 0 0;
  color:#172033;
}
.home-service-head p{
  margin:0;
  color:#667085;
  line-height:1.75;
}
.home-service-layout{
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:26px;
  align-items:stretch;
}
.home-service-visual{
  position:relative;
  margin:0;
  min-height:100%;
  border-radius:34px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 26px 70px rgba(36,48,64,.12);
  border:1px solid rgba(184,137,79,.16);
}
.home-service-visual img{
  display:block;
  width:100%;
  height:100%;
  min-height:560px;
  object-fit:cover;
}
.home-service-visual:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 42%,rgba(17,24,39,.68));
}
.home-service-visual figcaption{
  position:absolute;
  left:22px;
  right:22px;
  bottom:22px;
  z-index:2;
  color:#fff;
  background:rgba(255,255,255,.13);
  border:1px solid rgba(255,255,255,.22);
  backdrop-filter:blur(12px);
  border-radius:22px;
  padding:18px;
  font-weight:800;
  line-height:1.5;
}
.home-service-cards{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.home-service-card a{
  height:100%;
  display:grid;
  grid-template-columns:auto 1fr;
  column-gap:14px;
  row-gap:8px;
  align-items:start;
  background:rgba(255,255,255,.86);
  border:1px solid rgba(184,137,79,.16);
  border-radius:26px;
  padding:20px;
  box-shadow:0 16px 42px rgba(36,48,64,.08);
  transition:.24s ease;
}
.home-service-card a:hover{
  transform:translateY(-4px);
  box-shadow:0 26px 60px rgba(36,48,64,.13);
  border-color:rgba(184,137,79,.36);
}
.home-service-icon{
  grid-row:1 / span 4;
  width:50px;
  height:50px;
  display:grid;
  place-items:center;
  border-radius:18px;
  background:linear-gradient(135deg,#f7e4c4,#b8894f);
  color:#172033;
  font-size:22px;
  font-weight:950;
  box-shadow:0 14px 28px rgba(184,137,79,.18);
}
.home-service-no{
  width:max-content;
  font-size:11px;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-weight:950;
  color:#8a6538;
  background:#fff3df;
  border-radius:999px;
  padding:6px 10px;
}
.home-service-card h3{
  margin:0;
  font-size:21px;
  line-height:1.16;
  color:#172033;
}
.home-service-card p{
  margin:0;
  color:#667085;
  line-height:1.58;
  font-size:14px;
}
.home-service-card strong{
  color:#8a6538;
  font-size:14px;
}

/* Yeni SEO & AI yüzey rehberi */
.surface-guide-pro{
  background:#fff;
  position:relative;
  overflow:hidden;
}
.surface-guide-pro:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 85% 10%,rgba(184,137,79,.10),transparent 25%),
    linear-gradient(180deg,#fff,#fff8ef);
  pointer-events:none;
}
.surface-guide-pro .container{
  position:relative;
  z-index:1;
}
.surface-guide-shell{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:34px;
  align-items:center;
  border-radius:38px;
  padding:26px;
  background:linear-gradient(135deg,#fff,#fffaf3);
  border:1px solid rgba(184,137,79,.16);
  box-shadow:0 28px 80px rgba(36,48,64,.10);
}
.surface-guide-media{
  position:relative;
  min-height:100%;
  border-radius:30px;
  overflow:hidden;
  background:#f4eadc;
}
.surface-guide-media img{
  display:block;
  width:100%;
  height:100%;
  min-height:620px;
  object-fit:cover;
}
.surface-guide-media:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 52%,rgba(17,24,39,.52));
}
.surface-guide-badge{
  position:absolute;
  left:22px;
  bottom:22px;
  z-index:2;
  display:grid;
  gap:2px;
  padding:16px 18px;
  border-radius:20px;
  color:#172033;
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(12px);
  border:1px solid rgba(255,255,255,.55);
  box-shadow:0 18px 40px rgba(0,0,0,.12);
}
.surface-guide-badge strong{
  font-size:28px;
  line-height:1;
}
.surface-guide-badge span{
  color:#667085;
  font-weight:800;
}
.surface-guide-content{
  padding:18px 12px 18px 0;
}
.surface-guide-content h2{
  font-size:clamp(30px,4vw,56px);
  line-height:1.02;
  letter-spacing:-.055em;
  color:#172033;
  margin:14px 0 16px;
}
.surface-guide-content > p{
  color:#667085;
  line-height:1.8;
  font-size:16px;
  margin-bottom:24px;
}
.surface-guide-steps{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.surface-guide-steps article{
  background:#fff;
  border:1px solid rgba(184,137,79,.15);
  border-radius:22px;
  padding:17px;
  box-shadow:0 12px 32px rgba(36,48,64,.06);
}
.surface-guide-steps article:first-child{
  grid-column:span 2;
  display:grid;
  grid-template-columns:auto 1fr;
  column-gap:14px;
  align-items:start;
}
.surface-guide-steps span{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:15px;
  background:#172033;
  color:#f4d7a4;
  font-weight:950;
  margin-bottom:10px;
}
.surface-guide-steps h3{
  margin:0 0 6px;
  font-size:18px;
  color:#172033;
}
.surface-guide-steps p{
  margin:0;
  color:#667085;
  line-height:1.55;
  font-size:14px;
}
.surface-guide-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}

/* Mobil uyum */
@media(max-width:1180px){
  .home-service-head{
    grid-template-columns:1fr;
    align-items:start;
  }
  .home-service-layout,
  .surface-guide-shell{
    grid-template-columns:1fr;
  }
  .home-service-visual img,
  .surface-guide-media img{
    min-height:420px;
  }
}
@media(max-width:960px){
  .main-nav.premium-nav.luxury-nav{
    background:#fff!important;
    border:1px solid rgba(184,137,79,.14)!important;
    box-shadow:0 26px 70px rgba(36,48,64,.2)!important;
    padding:14px!important;
  }
  .main-nav.premium-nav.luxury-nav > a:not(.mobile-nav-quote){
    text-transform:uppercase!important;
    letter-spacing:.06em!important;
    background:#fffaf3!important;
    box-shadow:none!important;
  }
  .home-service-cards{
    grid-template-columns:1fr;
  }
  .surface-guide-steps{
    grid-template-columns:1fr;
  }
  .surface-guide-steps article:first-child{
    grid-column:auto;
    display:block;
  }
}
@media(max-width:640px){
  .home-service-studio,
  .surface-guide-pro{
    padding-top:58px!important;
    padding-bottom:58px!important;
  }
  .home-service-layout,
  .surface-guide-shell{
    gap:18px;
  }
  .surface-guide-shell{
    padding:16px;
    border-radius:28px;
  }
  .home-service-visual,
  .surface-guide-media{
    border-radius:24px;
  }
  .home-service-visual img,
  .surface-guide-media img{
    min-height:300px;
  }
  .home-service-card a{
    grid-template-columns:1fr;
  }
  .home-service-icon{
    grid-row:auto;
  }
}

/* =========================================================
   Çakır Dizayn - Dil Menüsü Konumu ve Yüzey Rehberi Revizyonu
   ========================================================= */
.main-nav .language-switcher{display:flex;align-items:center;position:relative;margin-left:2px;}
.nav-wrap > .language-switcher{display:none!important;}
.main-nav .language-current{min-height:44px;padding:10px 12px;border-radius:16px;background:linear-gradient(180deg,#fffaf2,#f5eadb);border:1px solid rgba(184,137,79,.18);box-shadow:0 12px 28px rgba(36,48,64,.08);font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.06em;color:#263142;}
.main-nav .language-current .flag{font-size:16px;}
.main-nav .language-menu{left:0;top:calc(100% + 10px);min-width:150px;border-radius:18px;}
.main-nav .language-menu a{font-size:13px;font-weight:900;}

.surface-guide-pro{background:linear-gradient(180deg,#fff 0%,#fbf6ee 100%);}
.surface-guide-pro .enhanced-surface-shell{grid-template-columns:.92fr 1.08fr;gap:34px;align-items:stretch;}
.surface-guide-pro .enhanced-surface-media{position:relative;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;border-radius:30px;background:#efe7da;min-height:100%;}
.surface-guide-pro .enhanced-surface-media img{width:100%;height:100%;min-height:660px;object-fit:cover;display:block;}
.surface-guide-pro .enhanced-surface-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(17,24,39,.02) 35%,rgba(17,24,39,.58) 100%);pointer-events:none;}
.surface-media-float{position:absolute;left:22px;right:22px;bottom:22px;z-index:2;display:flex;flex-wrap:wrap;gap:10px;align-items:center;padding:18px 18px 16px;border-radius:22px;background:rgba(255,255,255,.14);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.22);box-shadow:0 18px 44px rgba(0,0,0,.14);}
.surface-chip{display:inline-flex;align-items:center;justify-content:center;padding:7px 12px;border-radius:999px;background:rgba(255,255,255,.88);color:#172033;font-weight:900;font-size:12px;letter-spacing:.04em;}
.surface-media-float p{margin:2px 0 0;color:#fff;font-size:14px;line-height:1.6;font-weight:700;flex:1 0 100%;}
.surface-guide-highlights{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:18px 0 20px;}
.surface-guide-highlights article{background:#fff;border:1px solid rgba(184,137,79,.15);border-radius:22px;padding:16px 16px 18px;box-shadow:0 12px 30px rgba(36,48,64,.06);}
.surface-guide-highlights strong{display:block;color:#172033;font-size:16px;margin-bottom:6px;}
.surface-guide-highlights span{color:#667085;line-height:1.58;font-size:14px;display:block;}
@media(max-width:1180px){
  .surface-guide-pro .enhanced-surface-shell{grid-template-columns:1fr;}
  .surface-guide-highlights{grid-template-columns:1fr;}
  .surface-guide-pro .enhanced-surface-media img{min-height:430px;}
}
@media(max-width:960px){
  .main-nav .language-switcher{display:block;width:100%;margin:4px 0 0;}
  .main-nav .language-current{width:100%;justify-content:space-between;background:#fffaf3;box-shadow:none;}
  .main-nav .language-menu{position:static;opacity:1;visibility:visible;transform:none;display:none;margin-top:8px;box-shadow:none;background:#fff;border:1px solid rgba(184,137,79,.14);}
  .main-nav .language-switcher.open .language-menu{display:block;}
}
@media(max-width:640px){
  .surface-guide-pro .enhanced-surface-media img{min-height:320px;}
  .surface-media-float{left:14px;right:14px;bottom:14px;padding:14px;}
  .surface-chip{font-size:11px;padding:6px 10px;}
  .surface-media-float p{font-size:13px;}
}

/* =========================================================
   Çakır Dizayn - Gerçek SVG Bayrak, Kompakt Rehber, Hizmet ve İletişim Finali
   ========================================================= */

/* Bayraklar gerçek SVG görsel olarak sabitlendi */
.language-switcher .flag-img{
  width:28px!important;
  height:19px!important;
  display:inline-block!important;
  object-fit:cover!important;
  border-radius:5px!important;
  box-shadow:0 2px 7px rgba(16,24,39,.16)!important;
  flex:0 0 auto!important;
}
.language-current .flag,
.language-menu .flag{display:none!important;}
.language-current{
  gap:8px!important;
  white-space:nowrap!important;
}
.language-menu a{
  gap:10px!important;
}

/* Kompakt yüzey rehberi */
.surface-guide-compact{
  background:linear-gradient(180deg,#fff,#fbf4ea);
  overflow:hidden;
}
.surface-compact-card{
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:26px;
  align-items:center;
  background:#fff;
  border:1px solid rgba(184,137,79,.16);
  border-radius:34px;
  padding:22px;
  box-shadow:0 24px 70px rgba(36,48,64,.09);
}
.surface-compact-visual{
  margin:0;
  position:relative;
  overflow:hidden;
  border-radius:26px;
  min-height:360px;
  background:#f2eadf;
}
.surface-compact-visual img{
  width:100%;
  height:100%;
  min-height:360px;
  object-fit:cover;
  display:block;
}
.surface-compact-visual:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 45%,rgba(17,24,39,.58));
}
.surface-compact-visual figcaption{
  position:absolute;
  left:16px;
  bottom:16px;
  z-index:2;
  display:grid;
  gap:3px;
  padding:14px 16px;
  border-radius:18px;
  color:#fff;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.22);
  backdrop-filter:blur(12px);
}
.surface-compact-visual figcaption strong{font-size:18px;}
.surface-compact-visual figcaption span{font-size:13px;color:rgba(255,255,255,.82);}
.surface-compact-copy h2{
  font-size:clamp(28px,3.5vw,46px);
  line-height:1.06;
  letter-spacing:-.05em;
  color:#172033;
  margin:12px 0 12px;
}
.surface-compact-copy > p{
  color:#667085;
  line-height:1.72;
  margin:0 0 18px;
}
.surface-compact-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.surface-compact-grid article{
  border:1px solid rgba(184,137,79,.14);
  border-radius:20px;
  background:#fffaf3;
  padding:15px;
}
.surface-compact-grid span{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border-radius:13px;
  background:#172033;
  color:#f2d39d;
  font-weight:950;
  font-size:12px;
  margin-bottom:10px;
}
.surface-compact-grid strong{
  display:block;
  color:#172033;
  margin-bottom:6px;
}
.surface-compact-grid p{
  margin:0;
  color:#667085;
  line-height:1.5;
  font-size:13px;
}
.surface-compact-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}

/* Hizmetlerimiz sayfası yeni kart yapısı */
.services-showcase-pro{
  background:linear-gradient(180deg,#fffaf3,#fff);
}
.services-showcase-head{
  display:grid;
  grid-template-columns:1fr .85fr;
  gap:28px;
  align-items:end;
  margin-bottom:28px;
}
.services-showcase-head h2{
  font-size:clamp(30px,4vw,52px);
  line-height:1.05;
  letter-spacing:-.055em;
  margin:12px 0 0;
  color:#172033;
}
.services-showcase-head p{
  color:#667085;
  line-height:1.75;
  margin:0;
}
.services-showcase-layout{
  display:grid;
  grid-template-columns:.88fr 1.12fr;
  gap:24px;
  align-items:stretch;
}
.services-showcase-visual{
  margin:0;
  position:relative;
  overflow:hidden;
  border-radius:32px;
  border:1px solid rgba(184,137,79,.16);
  box-shadow:0 24px 68px rgba(36,48,64,.1);
}
.services-showcase-visual img{
  width:100%;
  height:100%;
  min-height:560px;
  object-fit:cover;
  display:block;
}
.services-showcase-visual:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 48%,rgba(17,24,39,.62));
}
.services-showcase-visual figcaption{
  position:absolute;
  left:20px;
  right:20px;
  bottom:20px;
  z-index:2;
  display:grid;
  gap:4px;
  padding:16px;
  border-radius:20px;
  color:#fff;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.24);
  backdrop-filter:blur(12px);
}
.services-page-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:15px;
}
.services-page-card a{
  display:flex;
  flex-direction:column;
  min-height:100%;
  background:#fff;
  border:1px solid rgba(184,137,79,.15);
  border-radius:24px;
  padding:20px;
  box-shadow:0 14px 38px rgba(36,48,64,.07);
  transition:.22s ease;
}
.services-page-card a:hover{
  transform:translateY(-4px);
  border-color:rgba(184,137,79,.34);
  box-shadow:0 24px 56px rgba(36,48,64,.12);
}
.service-card-no{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border-radius:15px;
  background:linear-gradient(135deg,#f4d7a4,#b8894f);
  color:#172033;
  font-weight:950;
  margin-bottom:14px;
}
.services-page-card h3{
  margin:0 0 9px;
  font-size:21px;
  line-height:1.15;
  color:#172033;
}
.services-page-card p{
  margin:0 0 14px;
  color:#667085;
  line-height:1.58;
  font-size:14px;
}
.service-card-tags{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:auto;
  margin-bottom:14px;
}
.service-card-tags span{
  font-size:11px;
  font-weight:900;
  color:#7a552f;
  background:#fff1dc;
  border-radius:999px;
  padding:6px 9px;
}
.services-page-card strong{color:#8a6538;}

/* İletişim sayfası sıfırdan modern yapı */
.contact-redesign{
  background:linear-gradient(135deg,#fffaf3 0%,#f5eadb 100%);
  overflow:hidden;
}
.contact-redesign-grid{
  display:grid;
  grid-template-columns:1.02fr .98fr;
  gap:32px;
  align-items:center;
}
.contact-redesign-copy h1{
  font-size:clamp(36px,5vw,68px);
  line-height:1;
  letter-spacing:-.06em;
  margin:14px 0 16px;
  color:#172033;
}
.contact-redesign-copy p{
  color:#667085;
  line-height:1.75;
  font-size:17px;
  margin:0 0 24px;
}
.contact-info-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.contact-info-card{
  background:#fff;
  border:1px solid rgba(184,137,79,.16);
  border-radius:22px;
  padding:18px;
  box-shadow:0 14px 36px rgba(36,48,64,.07);
}
.contact-info-card span{
  display:block;
  color:#8a6538;
  font-weight:900;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.1em;
  margin-bottom:8px;
}
.contact-info-card strong{
  color:#172033;
  font-size:16px;
  word-break:break-word;
}
.contact-redesign-visual{
  margin:0;
  border-radius:34px;
  overflow:hidden;
  box-shadow:0 26px 72px rgba(36,48,64,.14);
  border:1px solid rgba(184,137,79,.16);
}
.contact-redesign-visual img{
  width:100%;
  height:520px;
  object-fit:cover;
  display:block;
}
.contact-process-section{background:#fff;}
.contact-process-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.contact-process-grid article{
  background:#fffaf3;
  border:1px solid rgba(184,137,79,.14);
  border-radius:24px;
  padding:22px;
}
.contact-process-grid span{
  width:44px;height:44px;display:grid;place-items:center;border-radius:15px;
  background:#172033;color:#f2d39d;font-weight:950;margin-bottom:14px;
}
.contact-process-grid h3{margin:0 0 8px;color:#172033;font-size:20px;}
.contact-process-grid p{margin:0;color:#667085;line-height:1.6;}
.contact-map-module{
  background:linear-gradient(180deg,#fff,#fbf4ea);
}
.contact-map-card{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:20px;
  align-items:stretch;
  background:#fff;
  border:1px solid rgba(184,137,79,.16);
  border-radius:32px;
  padding:22px;
  box-shadow:0 24px 68px rgba(36,48,64,.09);
}
.contact-map-copy{
  padding:12px;
  align-self:center;
}
.contact-map-copy h2{
  font-size:clamp(26px,3.3vw,44px);
  line-height:1.06;
  margin:12px 0;
  color:#172033;
  letter-spacing:-.04em;
}
.contact-map-copy p{color:#667085;line-height:1.7;}
.google-map-frame{
  min-height:440px;
  border-radius:24px;
  overflow:hidden;
  background:#f3eadc;
}
.google-map-frame iframe{
  width:100%;
  height:100%;
  min-height:440px;
  border:0;
  display:block;
}

/* Responsive final */
@media(max-width:1180px){
  .surface-compact-card,
  .services-showcase-layout,
  .contact-redesign-grid,
  .contact-map-card{grid-template-columns:1fr;}
  .surface-compact-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .services-showcase-head{grid-template-columns:1fr;}
  .services-showcase-visual img{min-height:420px;}
  .contact-info-grid{grid-template-columns:1fr;}
}
@media(max-width:960px){
  .surface-compact-card{padding:16px;border-radius:28px;}
  .surface-compact-visual,
  .surface-compact-visual img{min-height:300px;}
  .services-page-grid{grid-template-columns:1fr;}
  .contact-redesign-visual img{height:360px;}
  .contact-process-grid{grid-template-columns:1fr;}
  .google-map-frame,.google-map-frame iframe{min-height:360px;}
}
@media(max-width:640px){
  .surface-compact-grid{grid-template-columns:1fr;}
  .surface-compact-actions{display:grid;}
  .contact-redesign-copy h1{font-size:36px;}
  .contact-map-card{padding:14px;border-radius:24px;}
}

/* =========================================================
   Çakır Dizayn - Premium Slider ve Acil Stabilizasyon
   ========================================================= */

/* Topbar tamamen kaldırıldıktan sonra header boşluğu */
.header-topbar{display:none!important;}
.site-header.premium-header.luxury-header{top:0!important;}
.nav-wrap.luxury-nav-wrap{min-height:84px!important;}

/* Premium anasayfa slider */
.luxury-home-slider{
  position:relative;
  min-height:clamp(620px,78vh,860px);
  display:grid;
  align-items:center;
  overflow:hidden;
  color:#fff;
  background:#111827;
  isolation:isolate;
}
.luxury-slider-bg,
.luxury-slide{
  position:absolute;
  inset:0;
  z-index:-2;
}
.luxury-slide{
  opacity:0;
  transform:scale(1.035);
  transition:opacity .9s ease, transform 4.8s ease;
}
.luxury-slide.active{
  opacity:1;
  transform:scale(1);
}
.luxury-slide img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.luxury-home-slider:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    radial-gradient(circle at 18% 18%,rgba(228,199,141,.22),transparent 28%),
    linear-gradient(90deg,rgba(10,16,28,.92) 0%,rgba(10,16,28,.74) 43%,rgba(10,16,28,.28) 100%);
}
.luxury-slider-inner{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.55fr);
  gap:34px;
  align-items:end;
  padding-top:82px;
  padding-bottom:70px;
}
.luxury-slider-copy{
  max-width:860px;
}
.luxury-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 15px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.22);
  color:#f6dfb7;
  font-size:13px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  backdrop-filter:blur(12px);
}
.luxury-slider-copy h1{
  font-size:clamp(42px,7vw,92px);
  line-height:.92;
  letter-spacing:-.07em;
  margin:24px 0 20px;
  color:#fff;
}
.luxury-slider-copy p{
  max-width:720px;
  color:rgba(255,255,255,.82);
  font-size:clamp(16px,1.6vw,21px);
  line-height:1.75;
  margin:0 0 28px;
}
.luxury-slider-actions{
  display:flex;
  flex-wrap:wrap;
  gap:13px;
}
.luxury-ghost{
  color:#fff!important;
  background:rgba(255,255,255,.13)!important;
  border:1px solid rgba(255,255,255,.24)!important;
  box-shadow:none!important;
}
.luxury-slider-panel{
  background:rgba(255,255,255,.13);
  border:1px solid rgba(255,255,255,.22);
  border-radius:30px;
  padding:24px;
  backdrop-filter:blur(18px);
  box-shadow:0 28px 80px rgba(0,0,0,.2);
}
.luxury-slider-panel > span{
  display:block;
  color:#f6dfb7;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
  font-size:12px;
  margin-bottom:8px;
}
.luxury-slider-panel > strong{
  display:block;
  font-size:clamp(20px,2.2vw,32px);
  line-height:1.15;
  color:#fff;
  margin-bottom:18px;
}
.luxury-mini-stats{
  display:grid;
  gap:10px;
}
.luxury-mini-stats article{
  display:grid;
  gap:2px;
  padding:13px 14px;
  border-radius:18px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.14);
}
.luxury-mini-stats strong{color:#fff;font-size:18px;}
.luxury-mini-stats span{color:rgba(255,255,255,.74);font-size:13px;}
.luxury-slider-dots{
  position:absolute;
  left:50%;
  bottom:26px;
  transform:translateX(-50%);
  display:flex;
  gap:9px;
  z-index:2;
}
.luxury-dot{
  width:11px;
  height:11px;
  border:0;
  border-radius:999px;
  background:rgba(255,255,255,.42);
  cursor:pointer;
  transition:.22s ease;
}
.luxury-dot.active{
  width:38px;
  background:#e4c78d;
}

/* Hizmetler 4'lü süreç modülü */
.process-band-pro{
  background:
    radial-gradient(circle at 12% 12%,rgba(184,137,79,.16),transparent 28%),
    linear-gradient(135deg,#fffaf3 0%,#f3e7d8 100%)!important;
  position:relative;
  overflow:hidden;
}
.process-pro-shell{
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:28px;
  align-items:stretch;
}
.process-pro-visual{
  margin:0;
  border-radius:32px;
  overflow:hidden;
  border:1px solid rgba(184,137,79,.16);
  box-shadow:0 24px 68px rgba(36,48,64,.10);
  min-height:100%;
}
.process-pro-visual img{
  width:100%;
  height:100%;
  min-height:520px;
  object-fit:cover;
  display:block;
}
.process-pro-copy{
  align-self:center;
}
.process-pro-copy .section-title{
  align-items:start;
  margin-bottom:22px;
}
.process-pro-copy .section-title h2{
  font-size:clamp(30px,4vw,52px);
  line-height:1.04;
  letter-spacing:-.055em;
}
.process-pro-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:15px;
}
.process-pro-grid article{
  background:#fff;
  border:1px solid rgba(184,137,79,.16);
  border-radius:24px;
  padding:22px;
  box-shadow:0 16px 42px rgba(36,48,64,.07);
}
.process-pro-grid span{
  width:44px;height:44px;display:grid;place-items:center;
  border-radius:15px;background:#172033;color:#f3d69f;
  font-weight:950;margin-bottom:14px;
}
.process-pro-grid h3{
  margin:0 0 8px;color:#172033;font-size:21px;
}
.process-pro-grid p{
  margin:0;color:#667085;line-height:1.6;
}

/* Zengin SSS modülü */
.faq-rich-module{
  background:linear-gradient(180deg,#fff,#fbf4ea);
}
.faq-rich-shell{
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:28px;
  align-items:start;
}
.faq-rich-side{
  position:sticky;
  top:110px;
  margin:0;
  border-radius:30px;
  overflow:hidden;
  background:#172033;
  min-height:360px;
  box-shadow:0 24px 68px rgba(36,48,64,.12);
}
.faq-rich-side img{
  width:100%;
  height:360px;
  object-fit:cover;
  display:block;
  opacity:.88;
}
.faq-rich-side-card{
  padding:22px;
  color:#fff;
}
.faq-rich-side-card span{
  display:inline-flex;
  color:#f3d69f;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
  font-size:12px;
  margin-bottom:10px;
}
.faq-rich-side-card strong{
  display:block;
  font-size:clamp(22px,2.4vw,34px);
  line-height:1.08;
  margin-bottom:10px;
}
.faq-rich-side-card p{
  margin:0;
  color:rgba(255,255,255,.76);
  line-height:1.65;
}
.faq-rich-content{
  min-width:0;
}
.faq-rich-list{
  display:grid;
  gap:12px;
}
.faq-rich-list details{
  background:#fff;
  border:1px solid rgba(184,137,79,.16);
  border-radius:22px;
  padding:0;
  overflow:hidden;
  box-shadow:0 14px 34px rgba(36,48,64,.06);
}
.faq-rich-list summary{
  cursor:pointer;
  list-style:none;
  padding:18px 22px;
  color:#172033;
  font-weight:900;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.faq-rich-list summary::-webkit-details-marker{display:none;}
.faq-rich-list summary:after{
  content:"+";
  width:30px;height:30px;border-radius:10px;
  display:grid;place-items:center;
  background:#fff1dc;color:#8a6538;
  flex:0 0 auto;
}
.faq-rich-list details[open] summary:after{content:"−";}
.faq-rich-list details p{
  margin:0;
  padding:0 22px 20px;
  color:#667085;
  line-height:1.7;
}

/* Responsive */
@media(max-width:1180px){
  .luxury-slider-inner{
    grid-template-columns:1fr;
    align-items:center;
  }
  .luxury-slider-panel{
    max-width:680px;
  }
  .process-pro-shell,
  .faq-rich-shell{
    grid-template-columns:1fr;
  }
  .faq-rich-side{
    position:relative;
    top:auto;
  }
}
@media(max-width:960px){
  .luxury-home-slider{
    min-height:760px;
  }
  .luxury-slider-inner{
    padding-top:64px;
    padding-bottom:82px;
  }
  .luxury-slider-copy h1{
    font-size:clamp(38px,10vw,64px);
  }
  .process-pro-grid{
    grid-template-columns:1fr;
  }
  .process-pro-visual img{
    min-height:360px;
  }
  .faq-rich-side img{
    height:300px;
  }
}
@media(max-width:640px){
  .nav-wrap.luxury-nav-wrap{
    min-height:74px!important;
  }
  .luxury-home-slider{
    min-height:720px;
  }
  .luxury-kicker{
    font-size:11px;
    letter-spacing:.04em;
    padding:8px 11px;
  }
  .luxury-slider-actions{
    display:grid;
  }
  .luxury-slider-panel{
    padding:18px;
    border-radius:24px;
  }
  .process-pro-shell,
  .faq-rich-shell{
    gap:18px;
  }
  .process-pro-visual,
  .faq-rich-side{
    border-radius:24px;
  }
  .process-pro-grid article,
  .faq-rich-list summary{
    padding:17px;
  }
  .faq-rich-list details p{
    padding:0 17px 17px;
  }
}

/* =========================================================
   Çakır Dizayn - Kategori Hizmet Ara Modül ve Galeri Finali
   ========================================================= */

/* Ürün kategorileri başlık alanı - anasayfa ve ürünler */
.category-heading-pro{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:26px;
  align-items:center;
  margin-bottom:30px;
  padding:24px;
  border-radius:34px;
  background:linear-gradient(135deg,#fffaf3,#fff);
  border:1px solid rgba(184,137,79,.16);
  box-shadow:0 22px 64px rgba(36,48,64,.08);
}
.category-heading-copy h2{
  font-size:clamp(30px,4.2vw,56px);
  line-height:1.04;
  letter-spacing:-.055em;
  color:#172033;
  margin:12px 0 14px;
}
.category-heading-copy p{
  color:#667085;
  line-height:1.75;
  margin:0 0 18px;
  max-width:760px;
}
.category-heading-tags{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
}
.category-heading-tags span{
  display:inline-flex;
  align-items:center;
  padding:8px 11px;
  border-radius:999px;
  background:#fff1dc;
  color:#7a552f;
  font-size:12px;
  font-weight:900;
}
.category-heading-visual{
  margin:0;
  border-radius:26px;
  overflow:hidden;
  min-height:260px;
  box-shadow:0 18px 48px rgba(36,48,64,.10);
}
.category-heading-visual img{
  width:100%;
  height:100%;
  min-height:260px;
  object-fit:cover;
  display:block;
}

/* Hizmet kartları ve süreç arası zengin ara modül */
.service-proof-module{
  background:linear-gradient(180deg,#fff,#fbf4ea);
}
.service-proof-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:28px;
  align-items:center;
  padding:24px;
  border-radius:34px;
  background:#fff;
  border:1px solid rgba(184,137,79,.16);
  box-shadow:0 24px 70px rgba(36,48,64,.09);
}
.service-proof-visual{
  margin:0;
  border-radius:28px;
  overflow:hidden;
  min-height:420px;
}
.service-proof-visual img{
  width:100%;
  height:100%;
  min-height:420px;
  object-fit:cover;
  display:block;
}
.service-proof-copy h2{
  font-size:clamp(30px,4vw,52px);
  line-height:1.04;
  letter-spacing:-.055em;
  color:#172033;
  margin:12px 0 14px;
}
.service-proof-copy > p{
  color:#667085;
  line-height:1.76;
  margin:0 0 20px;
}
.service-proof-list{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-bottom:20px;
}
.service-proof-list article{
  border:1px solid rgba(184,137,79,.14);
  background:#fffaf3;
  border-radius:20px;
  padding:16px;
}
.service-proof-list strong{
  display:block;
  color:#172033;
  margin-bottom:7px;
}
.service-proof-list p{
  color:#667085;
  margin:0;
  line-height:1.55;
  font-size:14px;
}

/* Ürün detay ana görsel altı responsive galeri */
.product-inline-gallery{
  margin-top:16px;
  padding:14px;
  border-radius:22px;
  background:#fffaf3;
  border:1px solid rgba(184,137,79,.14);
}
.product-inline-gallery-title{
  color:#8a6538;
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.1em;
  margin-bottom:10px;
}
.product-inline-gallery-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}
.product-inline-gallery-grid img{
  width:100%;
  aspect-ratio:1.18/1;
  object-fit:cover;
  border-radius:16px;
  background:#f2eadf;
  box-shadow:0 8px 20px rgba(36,48,64,.08);
}

/* Hizmetlerimiz ana sayfa SSS uyarlaması */
.services-main-faq .faq-rich-side img{
  object-position:center;
}

/* Responsive */
@media(max-width:1180px){
  .category-heading-pro,
  .service-proof-grid{
    grid-template-columns:1fr;
  }
  .service-proof-list{
    grid-template-columns:1fr;
  }
}
@media(max-width:760px){
  .category-heading-pro,
  .service-proof-grid{
    padding:16px;
    border-radius:26px;
  }
  .category-heading-visual,
  .category-heading-visual img,
  .service-proof-visual,
  .service-proof-visual img{
    min-height:260px;
  }
  .product-inline-gallery-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:480px){
  .product-inline-gallery-grid{
    grid-template-columns:1fr;
  }
}

/* =========================================================
   Çakır Dizayn - Final Hizmet Galeri Medya İletişim Footer UI
   ========================================================= */

/* Hizmetlerimiz: görselli zengin hizmet kartları */
.services-showcase-layout{
  grid-template-columns:1fr!important;
}
.services-showcase-visual{
  display:none!important;
}
.services-page-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
}
.services-page-card a{
  padding:0!important;
  overflow:hidden!important;
  border-radius:28px!important;
  background:#fff!important;
  box-shadow:0 18px 52px rgba(36,48,64,.09)!important;
}
.service-card-media{
  height:210px;
  overflow:hidden;
  background:#f3eadc;
}
.service-card-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .35s ease;
}
.services-page-card a:hover .service-card-media img{
  transform:scale(1.055);
}
.services-page-card .service-card-no,
.services-page-card h3,
.services-page-card p,
.services-page-card .service-card-tags,
.services-page-card strong{
  margin-left:20px!important;
  margin-right:20px!important;
}
.services-page-card .service-card-no{
  margin-top:-24px!important;
  position:relative;
  z-index:2;
  box-shadow:0 12px 28px rgba(184,137,79,.22);
}
.services-page-card strong{
  display:inline-flex;
  margin-bottom:20px!important;
  color:#8a6538;
}

/* Ürün detay: tıklanabilir galeri */
.product-preview-card{
  position:relative;
}
.product-main-preview{
  width:100%;
  border-radius:24px;
  transition:opacity .18s ease, transform .18s ease;
}
.product-main-preview.is-changing{
  opacity:.35;
  transform:scale(.985);
}
.product-thumb-img{
  cursor:pointer;
  border:2px solid transparent;
  transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.product-thumb-img:hover,
.product-thumb-img:focus{
  transform:translateY(-2px);
  border-color:rgba(184,137,79,.55);
  outline:none;
}
.product-thumb-img.active{
  border-color:#b8894f;
  box-shadow:0 10px 22px rgba(184,137,79,.22);
}

/* Medya galeri modern lightbox */
.media-gallery-pro{
  background:linear-gradient(180deg,#fff,#fbf4ea);
}
.media-gallery-head{
  text-align:center;
  max-width:880px;
  margin:0 auto 32px;
}
.media-gallery-head h1{
  font-size:clamp(34px,5vw,64px);
  line-height:1.02;
  letter-spacing:-.06em;
  color:#172033;
  margin:14px 0;
}
.media-gallery-head p{
  color:#667085;
  line-height:1.75;
  font-size:17px;
}
.media-pro-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.media-pro-item{
  margin:0;
  border-radius:26px;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(184,137,79,.14);
  box-shadow:0 16px 42px rgba(36,48,64,.08);
}
.media-pro-button{
  display:block;
  width:100%;
  position:relative;
  border:0;
  padding:0;
  background:transparent;
  cursor:pointer;
  overflow:hidden;
}
.media-pro-button img{
  width:100%;
  aspect-ratio:1.12/1;
  object-fit:cover;
  display:block;
  transition:transform .35s ease;
}
.media-pro-button:hover img{
  transform:scale(1.055);
}
.media-pro-overlay{
  position:absolute;
  inset:auto 12px 12px 12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:12px;
  border-radius:18px;
  color:#fff;
  background:rgba(17,24,39,.54);
  backdrop-filter:blur(10px);
}
.media-pro-overlay strong{
  font-size:14px;
}
.media-pro-overlay small{
  color:#f3d69f;
  font-weight:900;
}
.media-pro-item figcaption{
  padding:16px;
}
.media-pro-item figcaption strong{
  display:block;
  color:#172033;
  margin-bottom:5px;
}
.media-pro-item figcaption span{
  color:#667085;
  font-size:13px;
  line-height:1.5;
}
.media-lightbox{
  position:fixed;
  inset:0;
  z-index:999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:28px;
  background:rgba(10,16,28,.86);
  backdrop-filter:blur(10px);
}
.media-lightbox.open{
  display:flex;
}
.media-lightbox-figure{
  width:min(1100px,92vw);
  margin:0;
  background:#fff;
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 40px 120px rgba(0,0,0,.42);
}
.media-lightbox-figure img{
  width:100%;
  max-height:72vh;
  object-fit:contain;
  background:#111827;
  display:block;
}
.media-lightbox-figure figcaption{
  padding:18px 22px;
}
.media-lightbox-figure figcaption strong{
  display:block;
  color:#172033;
  margin-bottom:5px;
}
.media-lightbox-figure figcaption span{
  color:#667085;
}
.media-lightbox-close,
.media-lightbox-nav{
  position:absolute;
  border:0;
  border-radius:999px;
  background:#fff;
  color:#172033;
  width:48px;
  height:48px;
  font-size:28px;
  cursor:pointer;
  box-shadow:0 16px 42px rgba(0,0,0,.24);
}
.media-lightbox-close{
  top:22px;
  right:22px;
}
.media-lightbox-prev{
  left:22px;
}
.media-lightbox-next{
  right:22px;
}

/* İletişim kartları daha büyük ve okunur */
.contact-info-grid{
  grid-template-columns:1fr!important;
  gap:16px!important;
}
.contact-info-card-xl{
  display:grid!important;
  grid-template-columns:auto 1fr;
  column-gap:16px;
  row-gap:4px;
  align-items:center;
  padding:24px!important;
  border-radius:26px!important;
  min-height:118px;
}
.contact-card-icon{
  grid-row:1 / span 3;
  width:58px;
  height:58px;
  display:grid!important;
  place-items:center;
  border-radius:20px;
  background:linear-gradient(135deg,#f3d69f,#b8894f);
  color:#172033!important;
  font-size:26px!important;
  margin:0!important;
}
.contact-card-label{
  color:#8a6538!important;
  font-size:12px!important;
  font-weight:950!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
  margin:0!important;
}
.contact-info-card-xl strong{
  font-size:clamp(18px,2vw,24px)!important;
}
.contact-info-card-xl p{
  margin:0!important;
  color:#667085!important;
  line-height:1.5!important;
}

/* Footer zengin kolonlar */
.footer-zone-pro{
  position:relative;
  overflow:hidden;
}
.footer-zone-head{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:10px;
}
.footer-zone-head h2,
.footer-zone-head h3{
  margin:0!important;
}
.footer-zone-icon{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:16px;
  background:linear-gradient(135deg,#f3d69f,#b8894f);
  color:#172033;
  font-weight:950;
  flex:0 0 auto;
}
.footer-zone-note{
  color:#7b8798!important;
  line-height:1.55;
  margin:0 0 14px!important;
  font-size:14px;
}
.footer-zone-pro a{
  border-radius:12px;
  padding:7px 9px;
  transition:.18s ease;
}
.footer-zone-pro a:hover{
  background:#fff1dc;
  color:#7a552f;
  transform:translateX(3px);
}

/* Responsive */
@media(max-width:1180px){
  .services-page-grid,
  .media-pro-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:760px){
  .services-page-grid,
  .media-pro-grid{
    grid-template-columns:1fr!important;
  }
  .service-card-media{
    height:230px;
  }
  .media-lightbox{
    padding:18px;
  }
  .media-lightbox-nav{
    width:42px;
    height:42px;
    font-size:24px;
  }
  .media-lightbox-prev{
    left:10px;
  }
  .media-lightbox-next{
    right:10px;
  }
  .contact-info-card-xl{
    grid-template-columns:1fr;
    text-align:left;
  }
  .contact-card-icon{
    grid-row:auto;
  }
}

/* ===== Revision: About, Contact, Footer, Category Identity ===== */
.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.about-hero-pro{padding-top:2rem}
.about-hero-grid{display:grid;grid-template-columns:1.1fr .95fr;gap:2rem;align-items:center}
.about-hero-copy h1{font-size:clamp(2rem,4vw,3.45rem);line-height:1.12;margin:.5rem 0 1rem}
.about-highlight-list{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}
.about-highlight-list span,.footer-inline-points span,.footer-badges span{display:inline-flex;align-items:center;gap:.4rem;padding:.7rem 1rem;border:1px solid rgba(186,148,94,.28);background:rgba(255,255,255,.86);border-radius:999px;box-shadow:0 10px 30px rgba(28,36,44,.05);font-weight:600;color:#5d4a33}
.about-hero-visual-stack{display:grid;grid-template-columns:1.15fr .85fr;gap:1rem;align-items:end}
.about-hero-visual{margin:0}
.about-hero-visual img,.contact-visual-panel-large img{width:100%;height:100%;object-fit:cover;border-radius:24px;display:block;box-shadow:0 24px 60px rgba(25,33,44,.12)}
.about-hero-visual.large{height:420px}
.about-hero-visual.small{height:280px;transform:translateY(28px)}
.about-metrics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}
.about-metric-card,.about-process-card{background:linear-gradient(180deg,#fff 0%,#fbf6ee 100%);border:1px solid rgba(193,160,108,.22);border-radius:24px;padding:1.5rem;box-shadow:0 20px 50px rgba(28,36,44,.06)}
.about-metric-card strong,.about-process-card span{display:inline-flex;width:52px;height:52px;border-radius:16px;align-items:center;justify-content:center;background:#f2e6d4;color:#7b5d34;font-size:1.1rem;margin-bottom:1rem;font-weight:800}
.about-metric-card h2,.about-process-card h3{font-size:1.2rem;margin:.2rem 0 .6rem}
.about-split-story .split,.about-material-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}
.about-process-canvas{background:linear-gradient(180deg,#fcf8f2 0%,#f7f0e5 100%)}
.about-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:1.5rem}
.about-material-focus .visual-card img{width:100%;height:100%;object-fit:cover;border-radius:24px}
.contact-clean-layout .contact-redesign-copy h2{font-size:clamp(1.8rem,3vw,2.8rem);line-height:1.15;margin:.4rem 0 1rem}
.contact-info-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.contact-info-card-xl strong{font-size:1rem;line-height:1.45;word-break:break-word}
.contact-info-card-xl{min-height:100%;justify-content:flex-start}
.contact-map-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:2rem;align-items:center}
.contact-map-embed iframe{width:100%;min-height:420px;border-radius:24px;box-shadow:0 24px 60px rgba(25,33,44,.12)}
.footer-rich-grid{grid-template-columns:1.2fr 1fr 1fr 1.1fr;gap:1.25rem}
.footer-zone-links-rich{display:flex;flex-direction:column;justify-content:flex-start}
.footer-zone-icon{width:46px;height:46px;border-radius:14px;background:rgba(255,243,224,.85);display:inline-flex;align-items:center;justify-content:center;color:#9d7341;font-weight:800;margin-bottom:.9rem}
.footer-rich-links{display:grid;gap:.62rem;margin-top:.3rem}
.footer-rich-links a,.footer-contact-list a{display:flex;flex-direction:column;gap:.18rem;padding:.78rem .9rem;border:1px solid rgba(194,158,100,.18);border-radius:16px;background:rgba(255,255,255,.72);transition:all .28s ease;text-decoration:none}
.footer-rich-links a:hover,.footer-contact-list a:hover{transform:translateY(-2px);box-shadow:0 16px 36px rgba(25,33,44,.07);border-color:rgba(194,158,100,.38)}
.footer-contact-list{display:grid;gap:.72rem}
.footer-contact-list strong{font-size:.94rem;color:#2b2b2b}
.footer-contact-list span{font-size:.92rem;line-height:1.5;color:#6f6d67}
.footer-zone-brand-rich p,.footer-zone-links-rich p{max-width:none}
.footer-mini-note{margin-top:1rem;padding:.9rem 1rem;border-left:3px solid #cfab72;background:rgba(255,251,245,.82);border-radius:0 16px 16px 0;color:#6a5940}
.category-tile .category-visual img{object-fit:cover;background:#fff}
@media (max-width: 1100px){
  .about-hero-grid,.about-split-story .split,.about-material-grid,.contact-map-grid,.footer-rich-grid{grid-template-columns:1fr}
  .about-process-grid{grid-template-columns:repeat(2,1fr)}
  .about-metrics-grid{grid-template-columns:1fr}
}
@media (max-width: 860px){
  .about-hero-visual-stack{grid-template-columns:1fr}
  .about-hero-visual.small{transform:none;height:240px}
  .about-hero-visual.large{height:320px}
  .contact-info-grid-3{grid-template-columns:1fr}
  .about-process-grid{grid-template-columns:1fr}
}

/* ===== Çakır Dizayn Logo, Footer Compact, Media Revision ===== */
.brand-logo-img{
  display:block;
  width:clamp(160px, 18vw, 260px);
  height:auto;
  max-height:74px;
  object-fit:contain;
}
.luxury-brand{
  min-width:auto!important;
  display:flex!important;
  align-items:center!important;
  padding:0!important;
}
.footer-wide-panel{
  padding-top:34px!important;
  padding-bottom:30px!important;
}
.footer-rich-grid{
  align-items:stretch!important;
  gap:16px!important;
}
.footer-zone{
  padding:20px!important;
  border-radius:22px!important;
}
.footer-zone-brand-rich p,
.footer-zone-links-rich p{
  font-size:14px!important;
  line-height:1.55!important;
  margin-bottom:12px!important;
}
.footer-zone h2,
.footer-zone h3{
  margin-bottom:8px!important;
}
.footer-rich-links{
  gap:7px!important;
}
.footer-rich-links a,
.footer-contact-list a{
  padding:9px 10px!important;
  border-radius:13px!important;
  font-size:14px!important;
}
.footer-zone-visual img{
  width:58px!important;
  height:58px!important;
  object-fit:contain!important;
}
.footer-badges{
  gap:6px!important;
  margin-top:10px!important;
}
.footer-badges span{
  padding:6px 9px!important;
  font-size:12px!important;
}
.footer-mini-note{
  display:none!important;
}
.footer-offer-btn{
  padding:10px 14px!important;
  min-height:auto!important;
  font-size:14px!important;
}
.footer-signature{
  padding:13px 0!important;
}
.footer-bottom{
  gap:10px!important;
}
.media-pro-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
}
.media-pro-button img{
  height:220px!important;
  aspect-ratio:auto!important;
}
@media(max-width:1180px){
  .footer-rich-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .media-pro-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}
@media(max-width:760px){
  .brand-logo-img{
    width:150px;
    max-height:56px;
  }
  .footer-wide-panel{
    padding-top:24px!important;
    padding-bottom:22px!important;
  }
  .footer-rich-grid{
    grid-template-columns:1fr!important;
  }
  .footer-zone{
    padding:16px!important;
  }
  .media-pro-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .media-pro-button img{
    height:190px!important;
  }
}
@media(max-width:480px){
  .brand-logo-img{
    width:132px;
    max-height:50px;
  }
  .media-pro-grid{
    grid-template-columns:1fr!important;
  }
}

/* ===== Footer Contact Compact Final ===== */
.footer-wide-panel{
  padding-top:24px!important;
  padding-bottom:22px!important;
}
.footer-rich-grid{
  gap:12px!important;
}
.footer-zone{
  padding:15px!important;
  border-radius:18px!important;
}
.footer-zone h2,
.footer-zone h3{
  margin-bottom:6px!important;
  font-size:clamp(18px, 1.4vw, 22px)!important;
}
.footer-zone-brand-rich p,
.footer-zone-links-rich p,
.footer-zone-contact p{
  font-size:13px!important;
  line-height:1.45!important;
  margin-bottom:9px!important;
}
.footer-zone-icon{
  width:38px!important;
  height:38px!important;
  border-radius:12px!important;
  margin-bottom:7px!important;
}
.footer-zone-visual img{
  width:48px!important;
  height:48px!important;
}
.footer-rich-links{
  gap:5px!important;
}
.footer-rich-links a,
.footer-contact-list a{
  padding:7px 9px!important;
  border-radius:11px!important;
  font-size:13px!important;
  line-height:1.35!important;
}
.footer-contact-list{
  gap:5px!important;
}
.footer-contact-list strong{
  font-size:13px!important;
}
.footer-contact-list span{
  font-size:12.5px!important;
  line-height:1.35!important;
}
.footer-badges{
  display:none!important;
}
.footer-signature{
  padding:10px 0!important;
}
.footer-bottom small{
  font-size:12px!important;
}
@media(max-width:760px){
  .footer-wide-panel{
    padding-top:18px!important;
    padding-bottom:18px!important;
  }
  .footer-zone{
    padding:14px!important;
  }
}

/* ===== Header Logo, Footer Logo, Contact V2 and Visual Optimization Final ===== */
.brand-logo-img{
  width:clamp(205px, 22vw, 330px)!important;
  max-height:92px!important;
  height:auto!important;
  object-fit:contain!important;
}
.luxury-brand{
  min-width:clamp(215px, 24vw, 350px)!important;
}
.nav-wrap.luxury-nav-wrap{
  min-height:92px!important;
}
.footer-zone-visual{
  width:auto!important;
  height:auto!important;
  margin-bottom:10px!important;
}
.footer-brand-logo-img{
  width:clamp(150px, 14vw, 230px)!important;
  height:auto!important;
  max-height:78px!important;
  object-fit:contain!important;
}
.contact-premium-v2{
  background:linear-gradient(135deg,#fffaf3 0%,#f5eadb 100%);
  overflow:hidden;
}
.contact-premium-shell{
  display:grid;
  grid-template-columns:1.02fr .98fr;
  gap:32px;
  align-items:center;
}
.contact-premium-copy h2{
  font-size:clamp(34px,5vw,68px);
  line-height:1;
  letter-spacing:-.06em;
  margin:14px 0 16px;
  color:#172033;
}
.contact-premium-copy p{
  color:#667085;
  line-height:1.75;
  font-size:17px;
  max-width:760px;
}
.contact-premium-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}
.contact-premium-card{
  position:relative;
  border-radius:34px;
  overflow:hidden;
  min-height:520px;
  box-shadow:0 26px 72px rgba(36,48,64,.14);
  border:1px solid rgba(184,137,79,.16);
}
.contact-premium-card img{
  width:100%;
  height:100%;
  min-height:520px;
  object-fit:cover;
  display:block;
}
.contact-premium-card:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 45%,rgba(17,24,39,.58));
}
.contact-premium-card-note{
  position:absolute;
  left:22px;
  right:22px;
  bottom:22px;
  z-index:2;
  display:grid;
  gap:4px;
  padding:16px 18px;
  border-radius:20px;
  color:#fff;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.24);
  backdrop-filter:blur(12px);
}
.contact-info-premium{
  background:#fff;
}
.contact-info-premium-grid{
  display:grid;
  grid-template-columns:1.15fr .92fr .92fr;
  gap:16px;
}
.contact-info-premium .contact-info-card-xl{
  min-height:170px;
  align-content:start;
}
.contact-map-premium{
  background:linear-gradient(180deg,#fff,#fbf4ea);
}
.contact-map-premium .contact-map-copy h2{
  font-size:clamp(28px,3.5vw,48px);
  line-height:1.06;
  color:#172033;
  letter-spacing:-.04em;
}
.contact-map-premium .contact-map-embed iframe{
  width:100%;
  min-height:460px;
  border-radius:26px;
}
@media(max-width:1180px){
  .contact-premium-shell,
  .contact-info-premium-grid{
    grid-template-columns:1fr!important;
  }
  .contact-premium-card,
  .contact-premium-card img{
    min-height:380px;
  }
}
@media(max-width:760px){
  .brand-logo-img{
    width:clamp(170px, 48vw, 230px)!important;
    max-height:68px!important;
  }
  .luxury-brand{
    min-width:auto!important;
  }
  .nav-wrap.luxury-nav-wrap{
    min-height:78px!important;
  }
  .footer-brand-logo-img{
    width:170px!important;
    max-height:62px!important;
  }
  .contact-premium-copy h2{
    font-size:clamp(32px,9vw,46px);
  }
  .contact-premium-card,
  .contact-premium-card img{
    min-height:300px;
  }
  .contact-premium-actions{
    display:grid;
  }
}
@media(max-width:480px){
  .brand-logo-img{
    width:150px!important;
    max-height:58px!important;
  }
}

/* ===== Final Header Menu Footer Contact Performance Optimization ===== */

/* Header & menu: larger logo without breaking desktop/mobile nav */
.site-header.premium-header.luxury-header{
  z-index:1000!important;
}
.nav-wrap.luxury-nav-wrap{
  min-height:88px!important;
  display:flex!important;
  align-items:center!important;
  gap:18px!important;
}
.luxury-brand{
  flex:0 0 auto!important;
  min-width:clamp(210px, 21vw, 318px)!important;
  max-width:clamp(210px, 21vw, 318px)!important;
  display:flex!important;
  align-items:center!important;
}
.brand-logo-img{
  width:100%!important;
  max-width:318px!important;
  max-height:86px!important;
  object-fit:contain!important;
}
.main-nav{
  flex:1 1 auto!important;
  min-width:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:7px!important;
  flex-wrap:nowrap!important;
}
.main-nav > a:not(.mobile-nav-quote),
.main-nav .language-current{
  min-height:42px!important;
  padding:10px 12px!important;
  font-size:13px!important;
  line-height:1!important;
  white-space:nowrap!important;
}
.mobile-nav-quote{
  display:none!important;
}
.nav-toggle{
  margin-left:auto!important;
}

/* Category main visual */
.category-heading-pro{
  align-items:center!important;
}
.category-heading-visual img{
  object-fit:cover!important;
  object-position:center!important;
  border-radius:24px!important;
}

/* Footer: modern corporate, compact but visually rich */
.footer-wide-panel{
  background:
    radial-gradient(circle at 10% 10%,rgba(210,169,109,.18),transparent 28%),
    linear-gradient(135deg,#fbf6ee 0%,#f3e6d4 100%)!important;
  padding:30px 0 26px!important;
}
.footer-rich-grid{
  display:grid!important;
  grid-template-columns:1.18fr .92fr .92fr 1.05fr!important;
  gap:14px!important;
  align-items:stretch!important;
}
.footer-zone{
  background:rgba(255,255,255,.78)!important;
  border:1px solid rgba(184,137,79,.16)!important;
  border-radius:22px!important;
  padding:18px!important;
  box-shadow:0 14px 36px rgba(36,48,64,.06)!important;
}
.footer-zone h2,
.footer-zone h3{
  color:#172033!important;
  margin:8px 0 7px!important;
}
.footer-zone p{
  color:#667085!important;
  font-size:13.5px!important;
  line-height:1.55!important;
}
.footer-brand-logo-img{
  width:clamp(150px, 14vw, 220px)!important;
  max-height:70px!important;
  object-fit:contain!important;
}
.footer-rich-links{
  display:grid!important;
  gap:6px!important;
}
.footer-rich-links a,
.footer-contact-list a{
  padding:8px 10px!important;
  border-radius:13px!important;
  background:rgba(255,255,255,.72)!important;
  border:1px solid rgba(184,137,79,.12)!important;
  color:#172033!important;
  text-decoration:none!important;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease!important;
}
.footer-rich-links a:hover,
.footer-contact-list a:hover{
  transform:translateY(-2px)!important;
  box-shadow:0 12px 26px rgba(36,48,64,.08)!important;
  border-color:rgba(184,137,79,.28)!important;
}
.footer-contact-list{
  display:grid!important;
  gap:6px!important;
}
.footer-zone-icon{
  width:40px!important;
  height:40px!important;
  margin-bottom:7px!important;
}
.footer-badges,
.footer-mini-note,
.footer-inline-points,
.footer-offer-btn{
  display:none!important;
}
.footer-signature{
  padding:10px 0!important;
  background:#fffaf3!important;
}

/* Contact page: stable premium structure */
.contact-premium-v2{
  background:linear-gradient(135deg,#fffaf3 0%,#f4e7d7 100%)!important;
}
.contact-premium-shell{
  display:grid!important;
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr)!important;
  gap:30px!important;
  align-items:center!important;
}
.contact-premium-copy h2{
  font-size:clamp(34px,5vw,64px)!important;
  line-height:1.02!important;
  letter-spacing:-.055em!important;
  color:#172033!important;
  margin:14px 0 16px!important;
}
.contact-premium-copy p{
  max-width:760px!important;
  color:#667085!important;
  line-height:1.75!important;
  font-size:17px!important;
}
.contact-premium-card{
  position:relative!important;
  min-height:460px!important;
  border-radius:32px!important;
  overflow:hidden!important;
  border:1px solid rgba(184,137,79,.16)!important;
  box-shadow:0 26px 72px rgba(36,48,64,.13)!important;
}
.contact-premium-card img{
  width:100%!important;
  height:100%!important;
  min-height:460px!important;
  object-fit:cover!important;
  display:block!important;
}
.contact-premium-card:after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(180deg,transparent 45%,rgba(17,24,39,.62))!important;
}
.contact-premium-card-note{
  position:absolute!important;
  left:20px!important;
  right:20px!important;
  bottom:20px!important;
  z-index:2!important;
  padding:15px 17px!important;
  border-radius:20px!important;
  color:#fff!important;
  background:rgba(255,255,255,.15)!important;
  border:1px solid rgba(255,255,255,.24)!important;
  backdrop-filter:blur(12px)!important;
}
.contact-info-premium-grid{
  display:grid!important;
  grid-template-columns:1.12fr .94fr .94fr!important;
  gap:16px!important;
}
.contact-info-premium .contact-info-card-xl{
  min-height:168px!important;
  padding:22px!important;
  border-radius:24px!important;
}
.contact-map-premium .contact-map-grid{
  display:grid!important;
  grid-template-columns:.9fr 1.1fr!important;
  gap:24px!important;
  align-items:center!important;
}
.contact-map-premium iframe{
  width:100%!important;
  min-height:430px!important;
  border-radius:26px!important;
}

/* Speed/performance helpers */
img{
  max-width:100%;
}
.media-pro-button img,
.service-card-media img,
.category-visual img,
.product-inline-gallery-grid img{
  content-visibility:auto;
}

/* Responsive rules */
@media(max-width:1220px){
  .luxury-brand{
    min-width:220px!important;
    max-width:240px!important;
  }
  .main-nav > a:not(.mobile-nav-quote),
  .main-nav .language-current{
    padding:9px 10px!important;
    font-size:12px!important;
  }
}
@media(max-width:1040px){
  .main-nav{
    display:none!important;
  }
  .nav-toggle{
    display:inline-flex!important;
  }
  .nav-wrap.luxury-nav-wrap{
    min-height:78px!important;
  }
  .luxury-brand{
    min-width:210px!important;
    max-width:250px!important;
  }
  .brand-logo-img{
    max-height:70px!important;
  }
  .main-nav.open{
    display:flex!important;
    position:absolute!important;
    top:100%!important;
    left:16px!important;
    right:16px!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:8px!important;
    padding:14px!important;
    border-radius:22px!important;
    background:rgba(255,255,255,.96)!important;
    box-shadow:0 22px 55px rgba(36,48,64,.16)!important;
    border:1px solid rgba(184,137,79,.16)!important;
  }
  .main-nav.open > a,
  .main-nav.open .language-switcher{
    width:100%!important;
  }
  .main-nav.open .mobile-nav-quote{
    display:flex!important;
  }
  .footer-rich-grid,
  .contact-premium-shell,
  .contact-info-premium-grid,
  .contact-map-premium .contact-map-grid{
    grid-template-columns:1fr!important;
  }
}
@media(max-width:760px){
  .nav-wrap.luxury-nav-wrap{
    min-height:72px!important;
  }
  .luxury-brand{
    min-width:170px!important;
    max-width:210px!important;
  }
  .brand-logo-img{
    max-height:58px!important;
  }
  .contact-premium-copy h2{
    font-size:clamp(32px,9vw,44px)!important;
  }
  .contact-premium-card,
  .contact-premium-card img{
    min-height:300px!important;
  }
  .contact-premium-actions{
    display:grid!important;
  }
  .footer-zone{
    padding:15px!important;
  }
}
@media(max-width:480px){
  .luxury-brand{
    min-width:150px!important;
    max-width:180px!important;
  }
  .brand-logo-img{
    max-height:50px!important;
  }
}

/* ===== Actual Menu Toggle Alias Fix ===== */
.menu-toggle{
  margin-left:auto!important;
}
@media(max-width:1040px){
  .menu-toggle{
    display:inline-flex!important;
  }
}
@media(min-width:1041px){
  .menu-toggle{
    display:none!important;
  }
}

/* ===== Modern 404 Pages and Extensionless URL Support ===== */
.error-page-modern{
  min-height:72vh;
  display:grid;
  align-items:center;
  background:
    radial-gradient(circle at 12% 18%,rgba(184,137,79,.16),transparent 30%),
    linear-gradient(135deg,#fffaf3 0%,#f3e6d4 100%);
}
.error-page-shell{
  display:grid;
  grid-template-columns:.45fr 1fr;
  gap:34px;
  align-items:center;
}
.error-code{
  font-size:clamp(86px,18vw,220px);
  line-height:.8;
  font-weight:950;
  color:#172033;
  letter-spacing:-.08em;
  text-shadow:0 18px 50px rgba(36,48,64,.10);
}
.error-copy h1{
  font-size:clamp(32px,5vw,64px);
  line-height:1.03;
  letter-spacing:-.055em;
  color:#172033;
  margin:12px 0 14px;
}
.error-copy p{
  color:#667085;
  line-height:1.75;
  font-size:17px;
  max-width:760px;
}
.error-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}
.error-suggestion-grid{
  grid-column:1/-1;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.error-suggestion-grid article{
  background:rgba(255,255,255,.78);
  border:1px solid rgba(184,137,79,.16);
  border-radius:24px;
  padding:20px;
  box-shadow:0 16px 40px rgba(36,48,64,.07);
}
.error-suggestion-grid strong{
  color:#172033;
}
.error-suggestion-grid p{
  color:#667085;
  line-height:1.6;
  margin:8px 0 0;
}
@media(max-width:900px){
  .error-page-shell{
    grid-template-columns:1fr;
  }
  .error-suggestion-grid{
    grid-template-columns:1fr;
  }
}

/* ===== ACIL FINAL: Header Logo ve Mobil Menü Stabilizasyonu ===== */

/* Header alanı */
.site-header.premium-header.luxury-header{
  position:sticky!important;
  top:0!important;
  z-index:9999!important;
  background:rgba(252,247,238,.97)!important;
  backdrop-filter:blur(14px)!important;
}
.nav-wrap.luxury-nav-wrap,
.nav-wrap{
  min-height:104px!important;
  display:flex!important;
  align-items:center!important;
  gap:22px!important;
  position:relative!important;
}

/* Logo masaüstü: daha büyük ama menüyü bozmayan ölçü */
a.brand.premium-brand.luxury-brand,
a.brand{
  flex:0 0 auto!important;
  width:clamp(250px, 24vw, 380px)!important;
  max-width:380px!important;
  min-width:250px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  padding:0!important;
  margin:0!important;
}
a.brand img.brand-logo-img,
.brand-logo-img{
  display:block!important;
  width:100%!important;
  max-width:380px!important;
  height:auto!important;
  max-height:104px!important;
  object-fit:contain!important;
}

/* Masaüstü menü */
.main-nav.premium-nav.luxury-nav,
.main-nav{
  flex:1 1 auto!important;
  min-width:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:8px!important;
  flex-wrap:nowrap!important;
}
.main-nav > a:not(.mobile-nav-quote),
.main-nav .language-current{
  white-space:nowrap!important;
  min-height:42px!important;
  padding:10px 12px!important;
  font-size:13px!important;
  line-height:1!important;
}
.menu-toggle{
  display:none!important;
  align-items:center!important;
  justify-content:center!important;
  width:48px!important;
  height:48px!important;
  border:0!important;
  border-radius:16px!important;
  background:#172033!important;
  color:#fff!important;
  cursor:pointer!important;
  position:relative!important;
  z-index:10002!important;
}
.menu-toggle::before{
  content:"☰";
  font-size:24px;
  line-height:1;
  font-weight:900;
}

/* Tablet ve mobil: menü açılır panel */
@media(max-width:1100px){
  .nav-wrap.luxury-nav-wrap,
  .nav-wrap{
    min-height:92px!important;
  }
  a.brand.premium-brand.luxury-brand,
  a.brand{
    width:clamp(220px, 46vw, 330px)!important;
    min-width:0!important;
    max-width:330px!important;
  }
  a.brand img.brand-logo-img,
  .brand-logo-img{
    max-width:330px!important;
    max-height:88px!important;
  }
  .menu-toggle{
    display:inline-flex!important;
    margin-left:auto!important;
  }
  .main-nav.premium-nav.luxury-nav,
  .main-nav{
    display:none!important;
    position:absolute!important;
    top:calc(100% + 10px)!important;
    left:14px!important;
    right:14px!important;
    width:auto!important;
    max-height:calc(100vh - 120px)!important;
    overflow:auto!important;
    flex-direction:column!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    gap:8px!important;
    padding:16px!important;
    border-radius:24px!important;
    background:rgba(255,255,255,.98)!important;
    border:1px solid rgba(184,137,79,.20)!important;
    box-shadow:0 24px 70px rgba(23,32,51,.20)!important;
    z-index:10001!important;
  }
  .main-nav.premium-nav.luxury-nav.open,
  .main-nav.open{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    pointer-events:auto!important;
    transform:none!important;
  }
  .main-nav.open > a,
  .main-nav.open .language-switcher,
  .main-nav.open .language-current{
    width:100%!important;
  }
  .main-nav.open > a{
    display:flex!important;
    justify-content:space-between!important;
    align-items:center!important;
    padding:14px 16px!important;
    border-radius:16px!important;
    background:#fff8ef!important;
    color:#172033!important;
  }
  .main-nav.open .mobile-nav-quote{
    display:flex!important;
  }
}

/* Küçük telefon */
@media(max-width:560px){
  .nav-wrap.luxury-nav-wrap,
  .nav-wrap{
    min-height:82px!important;
    gap:10px!important;
  }
  a.brand.premium-brand.luxury-brand,
  a.brand{
    width:clamp(190px, 58vw, 270px)!important;
    max-width:270px!important;
  }
  a.brand img.brand-logo-img,
  .brand-logo-img{
    max-height:76px!important;
  }
  .menu-toggle{
    width:44px!important;
    height:44px!important;
    border-radius:14px!important;
  }
}
@media(max-width:390px){
  a.brand.premium-brand.luxury-brand,
  a.brand{
    width:178px!important;
  }
  a.brand img.brand-logo-img,
  .brand-logo-img{
    max-height:66px!important;
  }
}

/* ===== Yeni Yatay Çakır Dizayn Logo Uyarlaması ===== */
a.brand.premium-brand.luxury-brand,
a.brand{
  width:clamp(250px, 25vw, 390px)!important;
  max-width:390px!important;
  min-width:250px!important;
  display:flex!important;
  align-items:center!important;
}
a.brand img.brand-logo-img,
.brand-logo-img{
  width:100%!important;
  max-width:390px!important;
  height:auto!important;
  max-height:96px!important;
  object-fit:contain!important;
  object-position:left center!important;
}
.footer-brand-logo-img{
  width:clamp(160px, 15vw, 245px)!important;
  max-width:245px!important;
  height:auto!important;
  max-height:72px!important;
  object-fit:contain!important;
  object-position:left center!important;
}
.footer-zone-visual{
  width:auto!important;
  height:auto!important;
}
@media(max-width:1100px){
  a.brand.premium-brand.luxury-brand,
  a.brand{
    width:clamp(220px, 50vw, 330px)!important;
    max-width:330px!important;
    min-width:0!important;
  }
  a.brand img.brand-logo-img,
  .brand-logo-img{
    max-height:82px!important;
  }
}
@media(max-width:560px){
  a.brand.premium-brand.luxury-brand,
  a.brand{
    width:clamp(190px, 60vw, 280px)!important;
    max-width:280px!important;
  }
  a.brand img.brand-logo-img,
  .brand-logo-img{
    max-height:72px!important;
  }
  .footer-brand-logo-img{
    width:180px!important;
    max-height:58px!important;
  }
}
@media(max-width:390px){
  a.brand.premium-brand.luxury-brand,
  a.brand{
    width:176px!important;
  }
  a.brand img.brand-logo-img,
  .brand-logo-img{
    max-height:60px!important;
  }
}

/* ===== Final Mobil Menü, Footer ve Basit İletişim Optimizasyonu ===== */

/* Mobil menü güvenli açılır yapı */
.menu-toggle{
  display:none;
  align-items:center!important;
  justify-content:center!important;
  width:48px!important;
  height:48px!important;
  border:0!important;
  border-radius:16px!important;
  background:#172033!important;
  color:#fff!important;
  cursor:pointer!important;
  position:relative!important;
  z-index:10005!important;
}
.menu-toggle::before{
  content:"☰";
  font-size:24px;
  line-height:1;
  font-weight:900;
}
@media(max-width:1100px){
  .site-header{z-index:9999!important}
  .nav-wrap{position:relative!important}
  .menu-toggle{display:inline-flex!important;margin-left:auto!important}
  .main-nav{
    display:none!important;
    position:absolute!important;
    top:calc(100% + 10px)!important;
    left:12px!important;
    right:12px!important;
    flex-direction:column!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    gap:8px!important;
    padding:14px!important;
    border-radius:22px!important;
    background:rgba(255,255,255,.98)!important;
    border:1px solid rgba(184,137,79,.18)!important;
    box-shadow:0 24px 70px rgba(23,32,51,.18)!important;
    max-height:calc(100vh - 120px)!important;
    overflow:auto!important;
    z-index:10004!important;
  }
  .main-nav.open{display:flex!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}
  .main-nav.open a,
  .main-nav.open .language-current{
    width:100%!important;
    justify-content:space-between!important;
    padding:13px 15px!important;
    border-radius:15px!important;
    background:#fff8ef!important;
    color:#172033!important;
  }
  .main-nav .mobile-nav-quote{display:none!important}
}
@media(min-width:1101px){
  .main-nav{display:flex!important}
}

/* Footer kurumsal görünüm ve sol blok doluluk */
.footer-brand-highlight-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  margin-top:14px;
}
.footer-brand-highlight-grid span{
  display:flex;
  align-items:center;
  gap:8px;
  padding:9px 10px;
  border-radius:14px;
  background:rgba(255,248,239,.88);
  border:1px solid rgba(184,137,79,.16);
  color:#172033;
  font-size:13px;
  line-height:1.35;
}
.footer-brand-highlight-grid b{
  color:#9b6e36;
}
.footer-brand-compact-note{
  margin-top:10px;
  padding:11px 12px;
  border-left:3px solid #b8894f;
  border-radius:0 14px 14px 0;
  background:rgba(255,255,255,.72);
  color:#667085;
  font-size:13px;
  line-height:1.55;
}
.footer-bottom a{
  color:#172033;
  text-decoration:none;
}
.footer-bottom a:hover{
  color:#9b6e36;
}
@media(max-width:640px){
  .footer-brand-highlight-grid{grid-template-columns:1fr}
  .footer-bottom{display:grid!important;gap:8px;text-align:center}
}

/* Basit ve responsive iletişim sayfası */
.contact-simple-final{
  background:linear-gradient(135deg,#fffaf3 0%,#f5eadb 100%);
}
.contact-simple-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.85fr);
  gap:28px;
  align-items:center;
}
.contact-simple-copy h2{
  font-size:clamp(34px,5vw,62px);
  line-height:1.03;
  letter-spacing:-.055em;
  margin:12px 0 14px;
  color:#172033;
}
.contact-simple-copy p{
  max-width:720px;
  color:#667085;
  font-size:17px;
  line-height:1.75;
}
.contact-simple-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:22px;
}
.contact-simple-cards{
  display:grid;
  gap:12px;
}
.contact-simple-card{
  display:grid;
  gap:6px;
  padding:20px;
  border-radius:22px;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(184,137,79,.18);
  box-shadow:0 16px 40px rgba(23,32,51,.07);
  text-decoration:none;
}
.contact-simple-card span{
  color:#9b6e36;
  font-weight:800;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.contact-simple-card strong{
  color:#172033;
  line-height:1.45;
  word-break:break-word;
}
.contact-simple-map{
  background:#fff;
}
.contact-simple-map-grid{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:24px;
  align-items:center;
}
.contact-simple-map h2{
  font-size:clamp(28px,3vw,44px);
  line-height:1.1;
  color:#172033;
}
.contact-simple-map p{
  color:#667085;
  line-height:1.7;
}
.contact-simple-map iframe{
  width:100%;
  min-height:390px;
  border-radius:24px;
  box-shadow:0 18px 50px rgba(23,32,51,.10);
}
@media(max-width:900px){
  .contact-simple-grid,
  .contact-simple-map-grid{
    grid-template-columns:1fr;
  }
}
@media(max-width:560px){
  .contact-simple-actions{display:grid}
  .contact-simple-card{padding:16px}
  .contact-simple-map iframe{min-height:320px}
}

/* ===== Final Footer Logo, 3 Çizgi Mobil Menü ve İletişim Butonları ===== */

/* Footer logo header formuna uyumlu responsive görünüm */
.footer-zone-brand .footer-zone-visual,
.footer-zone-brand .footer-zone-visual{
  width:100%!important;
  max-width:280px!important;
  height:auto!important;
  margin-bottom:14px!important;
}
.footer-zone-brand img.footer-brand-logo-img,
.footer-brand-logo-img.brand-logo-img-footer{
  display:block!important;
  width:clamp(190px, 18vw, 280px)!important;
  max-width:280px!important;
  height:auto!important;
  max-height:82px!important;
  object-fit:contain!important;
  object-position:left center!important;
}
@media(max-width:760px){
  .footer-zone-brand .footer-zone-visual{
    max-width:240px!important;
    margin-inline:auto!important;
  }
  .footer-zone-brand img.footer-brand-logo-img,
  .footer-brand-logo-img.brand-logo-img-footer{
    width:clamp(190px, 65vw, 240px)!important;
    max-height:72px!important;
    margin-inline:auto!important;
    object-position:center!important;
  }
}

/* Mobil menü simgesi: CSS pseudo çizgileri kapat, 3 span çizgiyi net göster */
.menu-toggle::before,
.menu-toggle::after{
  content:none!important;
  display:none!important;
}
.menu-toggle{
  gap:5px!important;
  flex-direction:column!important;
}
.menu-toggle span{
  display:block!important;
  width:24px!important;
  height:3px!important;
  min-height:3px!important;
  border-radius:999px!important;
  background:#fff!important;
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
  margin:0!important;
  transition:transform .22s ease, opacity .22s ease!important;
}
.menu-toggle[aria-expanded="true"] span:nth-child(1){
  transform:translateY(8px) rotate(45deg)!important;
}
.menu-toggle[aria-expanded="true"] span:nth-child(2){
  opacity:0!important;
}
.menu-toggle[aria-expanded="true"] span:nth-child(3){
  transform:translateY(-8px) rotate(-45deg)!important;
}

/* İletişim sayfası yeni butonları */
.contact-simple-actions{
  align-items:center!important;
}
.contact-simple-actions .btn.whatsapp{
  background:#128C7E!important;
  color:#fff!important;
  border-color:#128C7E!important;
  box-shadow:0 14px 32px rgba(18,140,126,.18)!important;
}
.contact-simple-actions .btn.route{
  background:#fff!important;
  color:#172033!important;
  border:1px solid rgba(184,137,79,.28)!important;
}
.contact-simple-actions .btn.route:hover,
.contact-simple-actions .btn.whatsapp:hover{
  transform:translateY(-2px)!important;
}
@media(max-width:560px){
  .contact-simple-actions{
    grid-template-columns:1fr!important;
  }
  .contact-simple-actions .btn{
    width:100%!important;
    justify-content:center!important;
  }
}

/* Footer alt alanı tek satır / sade */
.footer-bottom{
  justify-content:center!important;
  text-align:center!important;
}
.footer-bottom small{
  text-align:center!important;
}

/* ===== 404 Sayfaları Final Uyarlama ===== */
.error-page-modern{
  min-height:72vh;
  display:grid;
  align-items:center;
  background:radial-gradient(circle at 12% 18%,rgba(184,137,79,.16),transparent 30%),linear-gradient(135deg,#fffaf3 0%,#f3e6d4 100%);
}
.error-page-shell{
  display:grid;
  grid-template-columns:.45fr 1fr;
  gap:34px;
  align-items:center;
}
.error-code{
  font-size:clamp(86px,18vw,220px);
  line-height:.8;
  font-weight:950;
  color:#172033;
  letter-spacing:-.08em;
}
.error-copy h1{
  font-size:clamp(32px,5vw,64px);
  line-height:1.03;
  letter-spacing:-.055em;
  color:#172033;
  margin:12px 0 14px;
}
.error-copy p{color:#667085;line-height:1.75;font-size:17px;max-width:760px}
.error-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}
.error-suggestion-grid{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.error-suggestion-grid article{background:rgba(255,255,255,.78);border:1px solid rgba(184,137,79,.16);border-radius:24px;padding:20px;box-shadow:0 16px 40px rgba(36,48,64,.07)}
.error-suggestion-grid strong{color:#172033}
.error-suggestion-grid p{color:#667085;line-height:1.6;margin:8px 0 0}
@media(max-width:900px){
  .error-page-shell{grid-template-columns:1fr}
  .error-suggestion-grid{grid-template-columns:1fr}
}

/* ===== Final Contact Address Richness and Footer Typography Polish ===== */
.contact-simple-card:first-child,
.contact-simple-card.contact-address-card{
  position:relative!important;
  overflow:hidden!important;
  background:
    radial-gradient(circle at 92% 10%,rgba(184,137,79,.16),transparent 32%),
    linear-gradient(135deg,#fffdf8 0%,#fff6e9 100%)!important;
}
.contact-address-mini-map{
  margin-top:14px;
  display:flex;
  align-items:center;
  gap:12px;
  padding:12px;
  border-radius:18px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(184,137,79,.18);
}
.contact-address-mini-map .pin{
  width:42px;
  height:42px;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#172033;
  color:#fff;
  font-size:22px;
  flex:0 0 auto;
}
.contact-address-mini-map b{
  display:block;
  color:#172033;
  font-size:14px;
}
.contact-address-mini-map small{
  display:block;
  color:#667085;
  margin-top:3px;
}
.contact-address-badges{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:10px;
}
.contact-address-badges em{
  font-style:normal;
  padding:7px 10px;
  border-radius:999px;
  background:#fff8ef;
  color:#9b6e36;
  border:1px solid rgba(184,137,79,.16);
  font-size:12px;
  font-weight:800;
}

/* Footer font/spacing polish without breaking structure */
.footer,
.footer *{
  letter-spacing:normal!important;
}
.footer-zone h2,
.footer-zone h3{
  font-family:inherit!important;
  font-weight:850!important;
  font-size:clamp(18px,1.3vw,21px)!important;
  line-height:1.18!important;
  color:#172033!important;
  margin:8px 0 10px!important;
}
.footer-zone p{
  font-size:14px!important;
  line-height:1.6!important;
  color:#667085!important;
  margin:0 0 12px!important;
}
.footer-rich-links a,
.footer-contact-list a{
  font-size:14px!important;
  line-height:1.35!important;
  font-weight:650!important;
  color:#263344!important;
  padding:9px 11px!important;
  border-radius:13px!important;
}
.footer-contact-list strong{
  font-size:13px!important;
  font-weight:850!important;
  color:#172033!important;
}
.footer-contact-list span{
  font-size:13px!important;
  line-height:1.45!important;
  color:#667085!important;
}
.footer-brand-highlight-grid span{
  font-size:13px!important;
  line-height:1.35!important;
  font-weight:650!important;
}
.footer-brand-compact-note{
  font-size:13px!important;
  line-height:1.55!important;
}
.footer-bottom small{
  font-size:13px!important;
  line-height:1.45!important;
  color:#667085!important;
}
@media(max-width:860px){
  .footer-rich-grid{gap:12px!important}
  .footer-zone{text-align:left!important}
  .footer-zone h2,.footer-zone h3{font-size:19px!important}
  .footer-rich-links a,.footer-contact-list a{font-size:14px!important}
}
@media(max-width:560px){
  .footer-zone{text-align:center!important}
  .footer-rich-links a,.footer-contact-list a{text-align:center!important;align-items:center!important}
  .contact-address-mini-map{justify-content:center;text-align:left}
  .contact-address-badges{justify-content:center}
}


/* Final SEO page title normalization */
.seo-page-h1{
  margin:0 0 18px;
  font-size:clamp(2rem,4vw,3.6rem);
  line-height:1.08;
  letter-spacing:-.04em;
  color:var(--color-text,#17130f);
}


/* Hizmetler sayfası header altı hero/split-grid düzeltmesi */
.services-hero-fix{
  padding:64px 0 58px!important;
  background:linear-gradient(135deg,#172033 0%,#26364e 58%,#8a6538 100%)!important;
  border-bottom:1px solid rgba(184,137,79,.18);
}
.services-hero-fix .breadcrumb{
  margin-bottom:10px;
}
.services-hero-fix .breadcrumb a{
  color:rgba(255,255,255,.78)!important;
}
.services-hero-fix h1{
  color:#fff!important;
}
.services-hero-fix p{
  color:rgba(255,255,255,.78)!important;
}
.services-intro-fix{
  padding-top:70px!important;
}
.services-intro-fix .split-grid{
  grid-template-columns:1fr 1fr!important;
}
.services-intro-fix .split-content{
  min-width:0;
}
@media(max-width:1080px){
  .services-intro-fix .split-grid{grid-template-columns:1fr!important;}
}
@media(max-width:640px){
  .services-hero-fix{padding:44px 0 42px!important;}
  .services-intro-fix{padding-top:48px!important;}
}
