/*
Theme Name: Emire Kardeşler Hurdacılık
Theme URI: https://www.orhangazihurdacim.com.tr/
Description: Emire Kardeşler Hurdacılık için özel, mobil uyumlu ve animasyonlu tanıtım teması. Etkinleştirildiğinde eksik sayfaları eski adresleriyle oluşturur ve açılır menüyü kurar.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: emire
*/

/* ========== Temel ========== */
:root {
	--steel: #1E272C;
	--steel-2: #2B363C;
	--steel-3: #151C20;
	--line-dark: #33414A;
	--concrete: #ECEDEA;
	--line: #C9CCC8;
	--muted: #545E63;
	--muted-dark: #AEB7BC;
	--yellow: #F2B705;
	--copper: #B0602E;
	--copper-text: #8A4A22;
	--wa: #25D366;
	--white: #FFFFFF;
	--font: 'Barlow', 'Helvetica Neue', Arial, sans-serif;
	--display: 'Barlow Condensed', 'Arial Narrow', Arial, sans-serif;
	--wrap: 1200px;
	--gutter: clamp(20px, 5vw, 40px);
	--section: clamp(64px, 9vw, 112px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
	margin: 0;
	background: var(--concrete);
	color: var(--steel);
	font-family: var(--font);
	font-size: 17px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--steel); }
a:hover { color: var(--copper); }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 2px; }
button { font: inherit; }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }

.skip-link { position: absolute; left: -9999px; top: 8px; z-index: 1000; background: var(--yellow); color: var(--steel); padding: 10px 16px; font-weight: 700; }
.skip-link:focus { left: 8px; }

.container { width: 100%; max-width: calc(var(--wrap) + 2 * var(--gutter)); margin: 0 auto; padding: 0 var(--gutter); }
.container--narrow { max-width: calc(820px + 2 * var(--gutter)); }

.section { padding: var(--section) 0; }
.section--white { background: var(--white); }
.section--dark { background: var(--steel); color: var(--white); }
.section--dark p { color: #C9CFD2; }

.h-xl, .h-lg, .h-md, .h-sm { font-family: var(--display); font-weight: 800; line-height: 1; margin: 0 0 .45em; letter-spacing: -.2px; }
.h-xl { font-size: clamp(40px, 5vw, 60px); }
.h-lg { font-size: clamp(34px, 4vw, 50px); }
.h-md { font-size: clamp(28px, 3vw, 36px); }
.h-sm { font-size: 26px; font-weight: 700; margin-top: 1.2em; }
.lead { font-size: clamp(17px, 1.6vw, 19px); }
.muted { color: var(--muted); }
.strong { font-weight: 600; color: var(--white) !important; }
.text-link { font-weight: 700; }

/* ========== Butonlar ========== */
.btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	min-height: 48px; padding: 12px 22px;
	font-weight: 700; font-size: 16px; text-decoration: none; border: 2px solid transparent;
	cursor: pointer; transition: transform .2s ease, background-color .2s ease, color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn--lg { min-height: 56px; padding: 14px 28px; font-size: 18px; }
.btn--block { width: 100%; }
.btn--yellow { background: var(--yellow); color: var(--steel); }
.btn--yellow:hover { background: #FFC61A; color: var(--steel); }
.btn--dark { background: var(--steel); color: var(--white); }
.btn--dark:hover { background: #000; color: var(--white); }
.btn--ghost { border-color: var(--white); color: var(--white); }
.btn--ghost:hover { background: var(--white); color: var(--steel); }
.btn--wa { background: var(--wa); color: #0F2A1A; }
.btn--wa:hover { color: #0F2A1A; }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }

/* ========== Görsel alanları ========== */
.img-fill { width: 100%; height: 100%; object-fit: cover; }
.img-slot {
	width: 100%; height: 100%; min-height: 100%;
	background-color: var(--steel-2);
	background-image: repeating-linear-gradient(135deg, rgba(255, 255, 255, .04) 0 14px, transparent 14px 28px);
	display: flex; align-items: flex-end; padding: 14px;
}
.img-hint { font-size: 13px; color: var(--muted-dark); background: rgba(0, 0, 0, .35); padding: 4px 8px; }

/* ========== Üst şerit ========== */
.topbar { background: var(--steel-3); color: #C9CFD2; font-size: 14px; }
.topbar__in { min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar__addr { display: inline-flex; align-items: center; gap: 6px; }
.topbar__tels { display: flex; gap: 24px; }
.topbar a { color: var(--yellow); text-decoration: none; font-weight: 600; }

/* ========== Başlık ve menü ========== */
.site-header { position: sticky; top: 0; z-index: 90; background: var(--steel); border-bottom: 1px solid var(--line-dark); transition: box-shadow .25s ease; }
.site-header.is-scrolled { box-shadow: 0 10px 30px rgba(0, 0, 0, .35); }
.admin-bar .site-header { top: 32px; }
.site-header__in { height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }

.brand { display: flex; align-items: center; gap: 14px; text-decoration: none; color: var(--white); flex-shrink: 0; }
.brand:hover { color: var(--white); }
.brand__logo { max-height: 60px; width: auto; }
.brand__mark { width: 48px; height: 48px; border: 2px solid var(--yellow); display: flex; align-items: center; justify-content: center; font-family: var(--display); font-weight: 800; font-size: 26px; color: var(--yellow); }
.brand__text { display: flex; flex-direction: column; line-height: 1.1; }
.brand__name { font-family: var(--display); font-weight: 700; font-size: 24px; }
.brand__sub { font-size: 14px; color: var(--muted-dark); }

.main-nav { display: flex; align-items: center; height: 100%; }
.nav-menu { list-style: none; margin: 0; padding: 0; display: flex; height: 100%; }
.nav-menu > li { position: relative; display: flex; align-items: center; }
.nav-menu > li > a {
	display: flex; align-items: center; gap: 6px; height: 88px; padding: 0 14px;
	color: var(--white); text-decoration: none; font-weight: 600; font-size: 16px;
	border-bottom: 3px solid transparent;
}
.nav-menu > li > a:hover,
.nav-menu > li:hover > a,
.nav-menu > li.is-open > a { color: var(--yellow); }
.nav-menu > li.current-menu-item > a,
.nav-menu > li.current-menu-ancestor > a,
.nav-menu > li.current-menu-parent > a { color: var(--yellow); border-bottom-color: var(--yellow); }
.nav-menu > .menu-item-has-children > a::after {
	content: ''; width: 7px; height: 7px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor;
	transform: rotate(45deg) translate(-2px, -2px); transition: transform .2s ease; margin-left: 4px;
}
.nav-menu > .menu-item-has-children:hover > a::after,
.nav-menu > .menu-item-has-children.is-open > a::after { transform: rotate(225deg) translate(-2px, -2px); }

.sub-menu {
	list-style: none; margin: 0; padding: 8px 0;
	position: absolute; top: 100%; left: 0; min-width: 280px;
	background: var(--white); border-top: 3px solid var(--yellow);
	box-shadow: 0 18px 40px rgba(0, 0, 0, .25);
	opacity: 0; visibility: hidden; transform: translateY(-8px);
	transition: opacity .2s ease, transform .2s ease, visibility .2s;
}
.nav-menu > li:hover > .sub-menu,
.nav-menu > li:focus-within > .sub-menu,
.nav-menu > li.is-open > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.sub-menu a { display: block; padding: 11px 22px; color: var(--steel); text-decoration: none; font-weight: 500; font-size: 15px; transition: background-color .15s ease, padding-left .15s ease; }
.sub-menu a:hover, .sub-menu .current-menu-item > a { background: var(--concrete); color: var(--steel); padding-left: 28px; }

.main-nav__call { display: none; }
.header-call { flex-shrink: 0; }
.nav-toggle { display: none; width: 48px; height: 48px; background: transparent; border: 1px solid #3D4B53; color: var(--white); cursor: pointer; align-items: center; justify-content: center; }
.nav-toggle__close { display: none; }

/* ========== Slider ========== */
.hero { position: relative; height: clamp(560px, 78vh, 700px); overflow: hidden; background: var(--steel); color: var(--white); }
.hero__slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity 1s ease, visibility 1s; }
.hero__slide.is-active { opacity: 1; visibility: visible; }
.hero__bg { position: absolute; inset: 0; }
.hero__bg .img-fill, .hero__bg .img-slot { transform: scale(1); }
.hero__slide.is-active .hero__bg .img-fill, .hero__slide.is-active .hero__bg .img-slot { animation: kenburns 7s ease-out forwards; }
.hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(21, 28, 32, .94) 0%, rgba(21, 28, 32, .62) 55%, rgba(21, 28, 32, .15) 100%); }
.hero__content { position: relative; height: 100%; display: flex; flex-direction: column; justify-content: center; gap: 20px; padding-bottom: 60px; }
.hero__content > * { max-width: 760px; }
.hero__kicker { color: var(--yellow); font-weight: 600; font-size: 18px; margin: 0; }
.hero__title { font-family: var(--display); font-weight: 800; font-size: clamp(46px, 6.4vw, 84px); line-height: .98; margin: 0; }
.hero__text { font-size: clamp(17px, 1.8vw, 21px); color: #D5DADC; max-width: 600px; margin: 0; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 8px; }
.hero__slide .hero__kicker, .hero__slide .hero__title, .hero__slide .hero__text, .hero__slide .hero__actions { opacity: 0; transform: translateY(30px); }
.hero__slide.is-active .hero__kicker { animation: rise .8s .15s cubic-bezier(.2, .7, .2, 1) forwards; }
.hero__slide.is-active .hero__title { animation: rise .8s .3s cubic-bezier(.2, .7, .2, 1) forwards; }
.hero__slide.is-active .hero__text { animation: rise .8s .5s cubic-bezier(.2, .7, .2, 1) forwards; }
.hero__slide.is-active .hero__actions { animation: rise .8s .65s cubic-bezier(.2, .7, .2, 1) forwards; }
.hero__dots { position: absolute; left: 0; right: 0; bottom: 36px; display: flex; gap: 12px; }
.hero__dot { width: 72px; height: 44px; padding: 0; background: transparent; border: 0; cursor: pointer; display: flex; align-items: center; }
.hero__dot span { display: block; width: 100%; height: 4px; background: rgba(255, 255, 255, .3); position: relative; overflow: hidden; }
.hero__dot span::after { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 0; background: var(--yellow); }
.hero__dot.is-active span::after { animation: bar 6s linear forwards; }
.hero.is-paused .hero__dot.is-active span::after { animation-play-state: paused; }

@keyframes rise { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: none; } }
@keyframes kenburns { from { transform: scale(1); } to { transform: scale(1.08); } }
@keyframes bar { from { width: 0; } to { width: 100%; } }
@keyframes pulse-y { 0% { box-shadow: 0 0 0 0 rgba(242, 183, 5, .55); } 70% { box-shadow: 0 0 0 18px rgba(242, 183, 5, 0); } 100% { box-shadow: 0 0 0 0 rgba(242, 183, 5, 0); } }
@keyframes pulse-g { 0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, .55); } 70% { box-shadow: 0 0 0 18px rgba(37, 211, 102, 0); } 100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); } }

.anim-rise { animation: rise .8s .15s cubic-bezier(.2, .7, .2, 1) both; }

/* Kaydırınca beliren öğeler (yalnızca JS açıksa gizlenir) */
.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.2, .7, .2, 1); }
.js .reveal.is-in { opacity: 1; transform: none; }

/* ========== Anasayfa bölümleri ========== */
.intro { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: clamp(40px, 6vw, 80px); align-items: start; }

.phone-box { background: var(--steel); color: var(--white); padding: 34px 36px; display: flex; flex-direction: column; gap: 4px; }
.phone-box__title { font-family: var(--display); font-weight: 700; font-size: 28px; line-height: 1.1; margin-bottom: 10px; }
.phone-box a { color: var(--yellow); text-decoration: none; font-family: var(--display); font-weight: 700; font-size: clamp(26px, 2.6vw, 36px); border-top: 1px solid #3D4B53; padding: 10px 0 4px; }
.phone-box a:hover { color: #FFD24A; }

.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 44px; }
.section-head .h-xl { margin: 0; }
.section-head p { max-width: 460px; margin: 0; }
.section-head--stack { display: block; max-width: 820px; }
.section-head--stack .h-xl { margin-bottom: 14px; }

.type-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 2px; background: var(--line); border: 2px solid var(--line); }
.type-card { background: var(--white); text-decoration: none; color: var(--steel); display: flex; flex-direction: column; }
.type-card:hover { color: var(--steel); }
.type-card__img { height: 180px; overflow: hidden; border-bottom: 6px solid var(--metal); }
.type-card__img .img-fill { transition: transform .5s ease; }
.type-card:hover .type-card__img .img-fill { transform: scale(1.06); }
.type-card__body { padding: 22px 24px 26px; display: flex; flex-direction: column; gap: 10px; flex-grow: 1; }
.type-card__title { font-family: var(--display); font-weight: 700; font-size: 27px; line-height: 1.05; margin: 0; }
.type-card__body p { color: var(--muted); font-size: 16px; flex-grow: 1; margin: 0; }
.type-card__more { font-weight: 700; font-size: 15px; color: var(--copper-text); }
.type-card:hover .type-card__more { text-decoration: underline; }

.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 40px; }
.step { border-top: 4px solid var(--steel); padding-top: 22px; }
.step__no { display: block; font-family: var(--display); font-weight: 800; font-size: 40px; line-height: 1; color: var(--copper); margin-bottom: 12px; }
.step__title { font-family: var(--display); font-weight: 700; font-size: 27px; line-height: 1.1; margin: 0 0 10px; }
.step p { color: var(--muted); }

.split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(40px, 6vw, 72px); align-items: center; }
.split__media { height: 480px; border-left: 8px solid var(--yellow); overflow: hidden; }
.tick-grid { list-style: none; padding: 0; margin: 24px 0 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.tick-grid li { border-top: 2px solid var(--yellow); padding-top: 12px; font-weight: 600; }

.projects { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 40px; }
.project { margin: 0; }
.project__img { height: 280px; overflow: hidden; }
.project__img .img-fill { transition: transform .5s ease; }
.project:hover .project__img .img-fill { transform: scale(1.05); }
.project figcaption { font-family: var(--display); font-weight: 700; font-size: 25px; margin-top: 12px; }

.regions-block { display: grid; grid-template-columns: 400px minmax(0, 1fr); gap: clamp(40px, 6vw, 72px); }
.region-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2px; background: var(--line); border: 2px solid var(--line); }
.region-card { background: var(--white); padding: 30px; display: flex; justify-content: space-between; align-items: center; text-decoration: none; color: var(--steel); transition: background-color .2s ease; }
.region-card:hover { background: var(--concrete); color: var(--steel); }
.region-card .ico { transition: transform .2s ease; }
.region-card:hover .ico { transform: translateX(6px); }
.region-card__name { display: block; font-family: var(--display); font-weight: 700; font-size: 36px; line-height: 1; }
.region-card__il { display: block; color: var(--muted); font-size: 15px; margin-top: 4px; }

.faq-block { display: grid; grid-template-columns: 400px minmax(0, 1fr); gap: clamp(40px, 6vw, 72px); }
.faq { border-top: 2px solid var(--steel); }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__item summary {
	list-style: none; cursor: pointer; padding: 22px 0; min-height: 44px;
	display: flex; justify-content: space-between; align-items: center; gap: 16px;
	font-family: var(--display); font-weight: 700; font-size: 25px;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: '+'; font-family: var(--font); font-weight: 400; font-size: 30px; line-height: 1; width: 28px; text-align: center; flex-shrink: 0; }
.faq__item[open] summary::after { content: '−'; }
.faq__item p { color: var(--muted); padding: 0 56px 24px 0; animation: rise .35s ease both; }

/* ========== İç sayfalar ========== */
.page-hero { position: relative; min-height: 300px; display: flex; align-items: center; overflow: hidden; background: var(--steel); color: var(--white); }
.page-hero__bg { position: absolute; inset: 0; }
.page-hero__bg .img-fill, .page-hero__bg .img-slot { animation: kenburns 9s ease-out forwards; }
.page-hero__bg .img-hint { display: none; }
.page-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(21, 28, 32, .94) 0%, rgba(21, 28, 32, .7) 60%, rgba(21, 28, 32, .35) 100%); }
.page-hero__in { position: relative; padding-top: 48px; padding-bottom: 48px; }
.page-hero__title { font-family: var(--display); font-weight: 800; font-size: clamp(44px, 6vw, 80px); line-height: 1; margin: 10px 0 0; }
.page-hero__bar { position: absolute; left: 0; right: 0; bottom: 0; height: 8px; }
.crumbs { font-size: 15px; color: #C9CFD2; display: flex; flex-wrap: wrap; gap: 6px; }
.crumbs a { color: #C9CFD2; }
.crumbs a:hover { color: var(--yellow); }

.with-side { display: grid; grid-template-columns: 320px minmax(0, 1fr); gap: clamp(32px, 5vw, 64px); align-items: start; }
.side { display: flex; flex-direction: column; gap: 24px; position: sticky; top: 112px; }
.side-nav { background: var(--white); border: 1px solid var(--line); display: flex; flex-direction: column; }
.side-nav__head { padding: 20px 22px; font-family: var(--display); font-weight: 700; font-size: 24px; border-bottom: 1px solid var(--line); }
.side-nav__link {
	display: flex; align-items: center; gap: 12px; min-height: 50px; padding: 12px 22px;
	border-left: 4px solid transparent; border-bottom: 1px solid var(--concrete);
	color: var(--steel); text-decoration: none; font-weight: 500; transition: background-color .15s ease;
}
.side-nav__link:hover { background: var(--concrete); color: var(--steel); }
.side-nav__link.is-current { background: var(--concrete); border-left-color: var(--copper); font-weight: 700; }
.swatch { width: 14px; height: 14px; border: 1px solid rgba(30, 39, 44, .25); flex-shrink: 0; display: inline-block; }
.side .phone-box { padding: 26px 24px; }
.side .phone-box__title { font-size: 25px; }
.side .phone-box a { font-size: 24px; }

.content { min-width: 0; }
.content__media { height: 420px; overflow: hidden; border-bottom: 8px solid var(--metal, var(--copper)); margin-bottom: 32px; }
.chips { list-style: none; padding: 0; margin: 0 0 8px; display: flex; flex-wrap: wrap; gap: 8px; }
.chips li { background: var(--white); border: 1px solid var(--line); padding: 7px 14px; font-size: 15px; }
.chips--soft li { background: var(--concrete); border-color: transparent; }
.note-box { background: var(--white); border-top: 4px solid var(--copper); padding: 26px 28px; margin-top: 32px; }
.note-box .h-sm { margin-top: 0; }
.note-box p { color: var(--muted); }
.note-box--plain { border: 1px solid var(--line); }
.link-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 24px; }
.link-list a { display: flex; align-items: center; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.duo { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 36px; }
.map-box { min-height: 280px; background: var(--steel-2); }
.map-box iframe { width: 100%; height: 100%; min-height: 280px; border: 0; display: block; }
.map-box .img-slot { min-height: 280px; }
.map-box--wide { grid-column: 1 / -1; min-height: 420px; }
.map-box--wide iframe, .map-box--wide .img-slot { min-height: 420px; }
.copper-box { background: var(--copper); color: var(--white); padding: 30px; display: flex; flex-direction: column; justify-content: space-between; gap: 18px; }
.copper-box__title { font-family: var(--display); font-weight: 800; font-size: 34px; line-height: 1.05; margin: 0; }

/* Kurumsal */
.about { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(40px, 6vw, 80px); align-items: start; }
.about__img { height: 420px; overflow: hidden; }
.founder { background: var(--steel); color: var(--white); padding: 24px 28px; display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.founder__label { display: block; color: var(--muted-dark); font-size: 14px; }
.founder__name { display: block; font-family: var(--display); font-weight: 700; font-size: 30px; line-height: 1.1; }
.founder a { color: var(--yellow); font-weight: 700; font-size: 20px; text-decoration: none; }
.values { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 40px; margin-top: 24px; }
.value { border-top: 4px solid var(--copper); padding-top: 22px; }
.value__title { font-family: var(--display); font-weight: 700; font-size: 27px; line-height: 1.1; margin: 0 0 10px; }
.value p { color: var(--muted); }
.recycle { display: grid; grid-template-columns: 400px minmax(0, 1fr); gap: clamp(40px, 6vw, 80px); }
.recycle__text p { font-size: 18px; }

/* İletişim */
.contact { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; align-items: start; }
.contact-card { background: var(--steel); color: var(--white); padding-bottom: 32px; }
.contact-card__title { font-family: var(--display); font-weight: 800; font-size: 34px; line-height: 1; margin: 0; padding: 34px 36px 26px; border-bottom: 4px solid var(--yellow); }
.contact-card__row { display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 16px; align-items: center; padding: 22px 36px; border-bottom: 1px solid var(--line-dark); color: var(--white); text-decoration: none; }
.contact-card__row .ico { color: var(--yellow); }
.contact-card__row address { font-style: normal; font-size: 18px; }
.contact-card__label { display: block; color: var(--muted-dark); font-size: 14px; }
.contact-card__big { display: block; font-size: 24px; font-weight: 600; }
.contact-card__tel span { font-family: var(--display); font-weight: 700; font-size: 30px; }
.contact-card__tel:hover { color: var(--yellow); }
.contact-card .btn { margin: 28px 36px 0; width: calc(100% - 72px); }
.quote-form { background: var(--white); border: 1px solid var(--line); padding: 36px; display: flex; flex-direction: column; gap: 18px; }
.quote-form .h-md { margin: 0; }
.quote-form label { display: flex; flex-direction: column; gap: 6px; font-weight: 600; font-size: 15px; }
.quote-form input, .quote-form select, .quote-form textarea { font: inherit; font-size: 16px; color: var(--steel); background: var(--white); border: 1px solid #9AA3A8; padding: 12px; min-height: 48px; border-radius: 0; }
.quote-form textarea { resize: vertical; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }

.entry { font-size: 18px; }
.entry img { margin: 1.5em 0; }
.post-item { padding: 28px 0; border-bottom: 1px solid var(--line); }

/* ========== Çağrı bandı ve alt bilgi ========== */
.cta-band { background: var(--copper); color: var(--white); padding: clamp(56px, 7vw, 80px) 0; }
.cta-band__in { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.cta-band__title { font-family: var(--display); font-weight: 800; font-size: clamp(36px, 4.4vw, 56px); line-height: 1; margin: 0 0 12px; }
.cta-band p { font-size: 19px; margin: 0; }
.cta-band .btn { flex-shrink: 0; font-size: 22px; }

.site-footer { background: var(--steel-3); color: var(--muted-dark); font-size: 15px; padding: 72px 0 36px; }
.site-footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 48px; }
.site-footer__brand { display: block; font-family: var(--display); font-weight: 700; font-size: 26px; color: var(--white); margin-bottom: 12px; }
.site-footer__head { display: block; color: var(--white); font-weight: 600; margin-bottom: 12px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.site-footer a { color: var(--muted-dark); text-decoration: none; }
.site-footer a:hover { color: var(--yellow); }
.site-footer__tels a { color: var(--yellow); font-weight: 600; }
.site-footer__bottom { border-top: 1px solid var(--line-dark); margin-top: 48px; padding-top: 24px; }

/* ========== Sabit butonlar ========== */
.float-btn {
	position: fixed; bottom: 24px; z-index: 95;
	width: 64px; height: 64px; border-radius: 50%;
	display: flex; align-items: center; justify-content: center;
	transition: transform .2s ease;
}
.float-btn:hover { transform: scale(1.08); }
.float-btn--call { left: 24px; background: var(--yellow); color: var(--steel); animation: pulse-y 2s infinite; }
.float-btn--call:hover { color: var(--steel); }
.float-btn--wa { right: 24px; background: var(--wa); color: var(--white); animation: pulse-g 2s infinite; }
.float-btn--wa:hover { color: var(--white); }

/* ========== Duyarlı düzen ========== */
@media (max-width: 1280px) {
	.header-call { display: none; }
}

@media (max-width: 1100px) {
	.site-header__in { height: 72px; }
	.header-call { display: none; }
	.nav-toggle { display: inline-flex; }
	body.nav-open { overflow: hidden; }
	body.nav-open .nav-toggle__open { display: none; }
	body.nav-open .nav-toggle__close { display: inline; }
	.brand__mark { width: 40px; height: 40px; font-size: 21px; }
	.brand__name { font-size: 20px; }
	.brand__sub { font-size: 12px; }

	.main-nav {
		position: fixed; left: 0; right: 0; top: 72px; bottom: 0; z-index: 89;
		background: var(--steel); padding: 8px var(--gutter) 32px;
		flex-direction: column; align-items: stretch; height: auto; overflow-y: auto;
		opacity: 0; visibility: hidden; transform: translateY(-12px);
		transition: opacity .25s ease, transform .25s ease, visibility .25s;
	}
	.admin-bar .main-nav { top: 118px; }
	body.nav-open .main-nav { opacity: 1; visibility: visible; transform: none; }
	.nav-menu { flex-direction: column; height: auto; }
	.nav-menu > li { display: block; border-bottom: 1px solid var(--line-dark); }
	.nav-menu > li > a { height: auto; min-height: 56px; padding: 14px 0; justify-content: space-between; font-family: var(--display); font-size: 24px; border-bottom: 0; }
	.nav-menu > li.current-menu-item > a { border-bottom: 0; }
	.nav-menu > .menu-item-has-children > a::after { width: 10px; height: 10px; border-color: var(--yellow); }
	.sub-menu {
		position: static; min-width: 0; box-shadow: none; border-top: 0; border-left: 2px solid var(--yellow);
		background: transparent; padding: 0 0 0 14px; margin: 0 0 14px;
		opacity: 1; visibility: visible; transform: none; display: none;
	}
	.nav-menu > li:hover > .sub-menu, .nav-menu > li:focus-within > .sub-menu { display: none; }
	.nav-menu > li.is-open > .sub-menu { display: block; animation: rise .25s ease both; }
	.nav-menu > .menu-item-has-children:hover > a::after { transform: rotate(45deg) translate(-2px, -2px); }
	.nav-menu > .menu-item-has-children.is-open > a::after { transform: rotate(225deg) translate(-2px, -2px); }
	.sub-menu a { color: #C9CFD2; padding: 10px 0; }
	.sub-menu a:hover, .sub-menu .current-menu-item > a { background: transparent; color: var(--yellow); padding-left: 0; }
	.main-nav__call { display: inline-flex; margin-top: 24px; }

	.type-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.steps, .values { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.regions-block, .faq-block, .recycle { grid-template-columns: minmax(0, 1fr); }
	.site-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
	.topbar__addr { display: none; }
	.topbar__in { justify-content: center; }
	.intro, .split, .about, .contact, .with-side { grid-template-columns: minmax(0, 1fr); }
	.section-head { display: block; }
	.section-head .h-xl { margin-bottom: 14px; }
	.split__media, .about__img, .content__media { height: 300px; }
	.projects { grid-template-columns: minmax(0, 1fr); }
	.side { position: static; order: 2; }
	.cta-band__in { flex-direction: column; align-items: flex-start; }
	.duo { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 640px) {
	body { font-size: 16px; }
	.topbar { display: none; }
	.hero { height: 600px; }
	.hero__shade { background: linear-gradient(180deg, rgba(21, 28, 32, .35) 0%, rgba(21, 28, 32, .92) 65%); }
	.hero__content { justify-content: flex-end; padding-bottom: 96px; }
	.hero__actions .btn { width: 100%; }
	.hero__dot { width: 56px; }
	.type-card__img { height: 110px; }
	.type-card__body { padding: 14px 14px 18px; }
	.type-card__title { font-size: 21px; }
	.type-card__body p, .type-card__more { display: none; }
	.steps, .values, .tick-grid, .region-grid, .link-list, .form-row { grid-template-columns: minmax(0, 1fr); }
	.region-card { padding: 20px; }
	.region-card__name { font-size: 28px; }
	.faq__item summary { font-size: 21px; }
	.faq__item p { padding-right: 0; }
	.contact-card__row { padding: 18px 22px; }
	.contact-card__title { padding: 26px 22px 20px; }
	.contact-card .btn { margin: 24px 22px 0; width: calc(100% - 44px); }
	.quote-form { padding: 24px; }
	.site-footer__grid { grid-template-columns: minmax(0, 1fr); gap: 32px; }
	.site-footer { padding-bottom: 110px; }
	.float-btn { width: 58px; height: 58px; bottom: 18px; }
	.float-btn--call { left: 16px; }
	.float-btn--wa { right: 16px; }
	.btn-row .btn { width: 100%; }
}

@media (max-width: 782px) {
	.admin-bar .site-header { top: 0; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
	.js .reveal { opacity: 1; transform: none; }
	.hero__slide .hero__kicker, .hero__slide .hero__title, .hero__slide .hero__text, .hero__slide .hero__actions { opacity: 1; transform: none; }
}
