/* ==========================================================================
   Asil Zeytincilik — Kurumsal Site Stil Dosyası
   Yapı: 1) Tokenlar  2) Temel  3) Yerleşim  4) Bileşenler  5) Bölümler
         6) Sayfaya özel  7) Form  8) Footer  9) Yardımcılar / Responsive
   ========================================================================== */

/* 0) FONTLAR — Inter (nicaea.com.tr ile aynı), yerel barındırma. Lisans: SIL OFL 1.1 */
@font-face { font-family: "Inter"; font-style: normal; font-weight: 400; font-display: swap; src: url("../assets/fonts/inter-latin-400-normal.woff2") format("woff2"); unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 400; font-display: swap; src: url("../assets/fonts/inter-latin-ext-400-normal.woff2") format("woff2"); unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 500; font-display: swap; src: url("../assets/fonts/inter-latin-500-normal.woff2") format("woff2"); unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 500; font-display: swap; src: url("../assets/fonts/inter-latin-ext-500-normal.woff2") format("woff2"); unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 600; font-display: swap; src: url("../assets/fonts/inter-latin-600-normal.woff2") format("woff2"); unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 600; font-display: swap; src: url("../assets/fonts/inter-latin-ext-600-normal.woff2") format("woff2"); unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }

/* 1) TOKENLAR ------------------------------------------------------------- */
:root {
  --olive-900: #1c2414;
  --olive-800: #253019;
  --olive-700: #2f3b20;
  --olive-600: #435230;
  --olive-400: #7c8a5c;
  --olive-200: #cdd3b8;
  --cream-50:  #fbf9f4;
  --cream-100: #f5f1e7;
  --cream-200: #ece5d4;
  --earth-500: #8a6a48;
  --earth-300: #b9a07c;
  --bronze:    #a07c45;   /* sınırlı vurgu rengi */
  --ink:       #1f2219;
  --ink-soft:  #4a4d40;
  --ink-mute:  #6c6e60;
  --line:      #ddd6c4;
  --line-dark: rgba(245, 241, 231, .16);
  --white:     #ffffff;
  --danger:    #9b2c1f;
  --ok:        #3d5a24;

  --font-serif: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif; /* başlık fontu */
  --font-sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;

  --container: 1240px;
  --gutter: clamp(16px, 4vw, 40px);
  --section: clamp(56px, 8vw, 112px);
  --radius: 2px;
  --header-h: 72px;
  --ease: cubic-bezier(.2, .7, .2, 1);
}

/* 2) TEMEL ---------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--cream-50);
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img, picture, svg { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; }
h1, h2, h3, h4 {
  font-family: var(--font-serif);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -.022em;
  margin: 0 0 .5em;
  color: var(--olive-900);
  overflow-wrap: break-word;
}
h1 { font-size: clamp(2rem, 4.6vw, 3.6rem); letter-spacing: -.03em; }
h2 { font-size: clamp(1.55rem, 3vw, 2.35rem); }
h3 { font-size: clamp(1.1rem, 1.6vw, 1.3rem); line-height: 1.3; letter-spacing: -.012em; }
strong { font-weight: 600; }
::selection { background: var(--olive-200); }

:focus-visible { outline: 2px solid var(--bronze); outline-offset: 3px; }
.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 200;
  background: var(--olive-800); color: var(--cream-50); padding: 10px 16px; text-decoration: none;
}
.skip-link:focus { top: 12px; }
.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; }

/* 3) YERLEŞİM ------------------------------------------------------------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.container--narrow { max-width: 860px; }
.section { padding-block: var(--section); }
.section--tight { padding-block: clamp(40px, 6vw, 72px); }
.section--cream { background: var(--cream-100); }
.section--sand { background: var(--cream-200); }
.section--dark { background: var(--olive-800); color: var(--cream-100); }
.section--dark h2, .section--dark h3 { color: var(--cream-50); }
.section--border { border-top: 1px solid var(--line); }

.split { display: grid; gap: clamp(32px, 5vw, 80px); align-items: center; }
@media (min-width: 900px) {
  .split { grid-template-columns: 1fr 1fr; }
  .split--57 { grid-template-columns: 5fr 7fr; }
  .split--75 { grid-template-columns: 7fr 5fr; }
  .split--top { align-items: start; }
  .split--reverse > :first-child { order: 2; }
}

/* 4) BİLEŞENLER ----------------------------------------------------------- */
.eyebrow {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--earth-500);
  margin-bottom: 18px;
}
.section--dark .eyebrow, .hero .eyebrow, .feature-band .eyebrow, .page-hero--image .eyebrow { color: var(--earth-300); }
.lead { font-size: clamp(1.08rem, 1.5vw, 1.25rem); line-height: 1.6; color: var(--ink-soft); max-width: 62ch; }
.section--dark .lead { color: rgba(245, 241, 231, .82); }
.section-head { max-width: 760px; margin-bottom: clamp(32px, 5vw, 56px); }
.section-head--row { max-width: none; display: flex; flex-wrap: wrap; gap: 16px 48px; align-items: end; justify-content: space-between; }
.section-head--row > div { max-width: 700px; }
.section-head p:last-child { margin-bottom: 0; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 48px; padding: 12px 24px;
  font: 600 .95rem/1.2 var(--font-sans); letter-spacing: .01em;
  text-decoration: none; text-align: center;
  border: 1px solid transparent; border-radius: var(--radius);
  cursor: pointer;
  transition: background-color .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease), transform .2s var(--ease);
}
.btn svg { width: 16px; height: 16px; flex: none; transition: transform .2s var(--ease); }
.btn:hover svg { transform: translateX(3px); }
.btn--primary { background: var(--olive-700); color: var(--cream-50); }
.btn--primary:hover { background: var(--olive-900); }
.btn--outline { border-color: var(--olive-700); color: var(--olive-800); background: transparent; }
.btn--outline:hover { background: var(--olive-700); color: var(--cream-50); }
.btn--light { background: var(--cream-50); color: var(--olive-900); }
.btn--light:hover { background: var(--cream-200); }
.btn--ghost-light { border-color: rgba(251, 249, 244, .55); color: var(--cream-50); background: transparent; }
.btn--ghost-light:hover { background: rgba(251, 249, 244, .12); border-color: var(--cream-50); }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

.text-link {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 600; font-size: .95rem; color: var(--olive-700);
  text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 2px;
}
.text-link svg { width: 14px; height: 14px; flex: none; transition: transform .2s var(--ease); }
.text-link:hover svg { transform: translateX(3px); }
.text-link:hover { color: var(--earth-500); }
.section--dark .text-link { color: var(--cream-50); }

/* Görsel çerçeveleri — oranlar sabit, CLS oluşmaz */
.media { position: relative; overflow: hidden; background: var(--cream-200); }
.media img { width: 100%; height: 100%; object-fit: cover; }
.media--32 { aspect-ratio: 3 / 2; }
.media--45 { aspect-ratio: 4 / 5; }
.media--169 { aspect-ratio: 16 / 9; }
.media figcaption {
  position: absolute; left: 0; bottom: 0; padding: 10px 14px;
  font-size: .8rem; color: var(--cream-50); background: linear-gradient(transparent, rgba(0,0,0,.5)); width: 100%;
}

/* Kontrol listesi (ikon yerine ince çizgi) */
.ticks { list-style: none; display: grid; gap: 12px; }
.ticks li { position: relative; padding-left: 26px; }
.ticks li::before { content: ""; position: absolute; left: 0; top: .78em; width: 14px; height: 1px; background: var(--bronze); }

.tags { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; }
.tags li { border: 1px solid var(--line); padding: 8px 14px; font-size: .92rem; background: var(--cream-50); }
.section--dark .tags li { border-color: var(--line-dark); background: transparent; color: var(--cream-100); }

/* Veriler bilinmiyorsa görünür işaret (yayına almadan önce doldurulmalı) */
.todo { background: #fff3c4; color: #5a4600; padding: 0 .3em; font-size: .92em; border-bottom: 1px dashed #b89400; }
  .section--dark .todo, .site-footer .todo { background: rgba(255, 243, 196, .16); color: #f0dc9a; border-color: #c9a73a; }

/* 5) HEADER / NAV --------------------------------------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: var(--cream-50); /* not: backdrop-filter kullanılmadı — fixed mobil menünün konumunu bozar */
  border-bottom: 1px solid transparent;
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
}
.site-header.is-scrolled { border-bottom-color: var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: var(--header-h); }

.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--olive-900); flex: none; }
.brand-mark { width: 38px; height: 38px; flex: none; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-name { font-family: var(--font-serif); font-weight: 600; font-size: 1.2rem; letter-spacing: -.02em; }
.brand-sub { font-size: .66rem; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-mute); margin-top: 5px; }

.main-nav { display: none; }
.nav-list { list-style: none; display: flex; align-items: center; gap: clamp(14px, 1.6vw, 26px); }
.nav-list a {
  position: relative; text-decoration: none; font-size: .8rem; font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase; color: var(--ink-soft); padding: 8px 0; white-space: nowrap;
}
.nav-list a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 2px; height: 1px;
  background: var(--olive-700); transform: scaleX(0); transform-origin: left; transition: transform .25s var(--ease);
}
.nav-list a:hover, .nav-list a[aria-current="page"] { color: var(--olive-900); }
.nav-list a:hover::after, .nav-list a[aria-current="page"]::after { transform: scaleX(1); }

.header-actions { display: flex; align-items: center; gap: 14px; }
.lang-switch { display: flex; align-items: center; gap: 2px; font-size: .75rem; font-weight: 600; letter-spacing: .08em; }
.lang-switch a, .lang-switch span { padding: 6px 6px; text-decoration: none; color: var(--ink-mute); }
.lang-switch [aria-current="true"] { color: var(--olive-900); }
.lang-switch .is-disabled { opacity: .45; cursor: not-allowed; }
.lang-sep { color: var(--line); }
.header-cta { display: none; min-height: 42px; padding: 10px 20px; font-size: .85rem; }

.nav-toggle {
  display: inline-flex; align-items: center; justify-content: center;
  width: 48px; height: 48px; margin-right: -10px; padding: 0;
  background: transparent; border: 0; cursor: pointer; color: var(--olive-900);
}
.nav-toggle-bars { position: relative; width: 22px; height: 14px; }
.nav-toggle-bars span {
  position: absolute; left: 0; width: 100%; height: 1.5px; background: currentColor;
  transition: transform .25s var(--ease), opacity .2s var(--ease), top .25s var(--ease);
}
.nav-toggle-bars span:nth-child(1) { top: 0; }
.nav-toggle-bars span:nth-child(2) { top: 6px; }
.nav-toggle-bars span:nth-child(3) { top: 12px; }
.nav-open .nav-toggle-bars span:nth-child(1) { top: 6px; transform: rotate(45deg); }
.nav-open .nav-toggle-bars span:nth-child(2) { opacity: 0; }
.nav-open .nav-toggle-bars span:nth-child(3) { top: 6px; transform: rotate(-45deg); }

/* Mobil menü paneli */
.mobile-nav {
  position: fixed; inset: var(--header-h) 0 0 0; z-index: 99;
  background: var(--cream-50);
  overflow-y: auto; -webkit-overflow-scrolling: touch;
  padding: 8px var(--gutter) 32px;
  visibility: hidden; opacity: 0; transform: translateY(-8px);
  transition: opacity .25s var(--ease), transform .25s var(--ease), visibility 0s linear .25s;
}
.nav-open .mobile-nav { visibility: visible; opacity: 1; transform: none; transition-delay: 0s; }
.mobile-nav ul { list-style: none; }
.mobile-nav li { border-bottom: 1px solid var(--line); }
.mobile-nav li a {
  display: flex; justify-content: space-between; align-items: center;
  padding: 16px 0; min-height: 56px;
  font-family: var(--font-serif); font-weight: 500; font-size: 1.25rem; letter-spacing: -.015em; text-decoration: none; color: var(--olive-900);
}
.mobile-nav li a[aria-current="page"] { color: var(--earth-500); }
.mobile-nav .btn { width: 100%; margin-top: 28px; }
.mobile-nav-meta { margin-top: 24px; font-size: .9rem; color: var(--ink-mute); }
body.nav-open { overflow: hidden; }

@media (min-width: 640px) { .header-cta { display: inline-flex; } }
@media (min-width: 1180px) {
  .main-nav { display: block; }
  .nav-toggle, .mobile-nav { display: none; }
}

/* 6) BÖLÜMLER ------------------------------------------------------------- */

/* HERO */
.hero {
  position: relative; isolation: isolate; color: var(--cream-50);
  min-height: min(88vh, 820px); display: flex; align-items: flex-end;
  padding-block: clamp(96px, 14vw, 160px) clamp(48px, 7vw, 88px);
}
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(20, 26, 12, .25) 0%, rgba(20, 26, 12, .45) 45%, rgba(20, 26, 12, .82) 100%);
}
.hero h1 { color: var(--cream-50); max-width: 16ch; margin-bottom: 20px; }
.hero-text { max-width: 58ch; font-size: clamp(1.05rem, 1.5vw, 1.22rem); color: rgba(251, 249, 244, .88); }
.hero-foot {
  display: grid; gap: 12px 32px; margin-top: clamp(40px, 6vw, 72px); padding-top: 20px;
  border-top: 1px solid rgba(251, 249, 244, .22);
  font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(251, 249, 244, .75);
}
.hero-foot ul { list-style: none; display: flex; flex-wrap: wrap; gap: 8px 22px; }
.hero-foot li { position: relative; }
@media (min-width: 900px) { .hero-foot li + li::before { content: "·"; position: absolute; left: -13px; } }
@media (max-width: 899px) { .hero-foot > span { display: none; } .hero-foot ul { gap: 6px 16px; } }
@media (min-width: 900px) { .hero-foot { grid-template-columns: auto 1fr; align-items: center; } .hero-foot ul { justify-content: flex-end; } }

/* Sayfa üst bandı (iç sayfalar) */
.page-hero { background: var(--cream-100); padding-block: clamp(40px, 7vw, 88px) clamp(40px, 6vw, 72px); border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 20ch; }
.page-hero .lead { margin-bottom: 0; }
.page-hero--image { position: relative; isolation: isolate; color: var(--cream-50); background: var(--olive-900); border: 0; padding-block: clamp(72px, 12vw, 150px) clamp(40px, 6vw, 72px); }
.page-hero--image .hero-media { position: absolute; inset: 0; z-index: -2; }
.page-hero--image .hero-media img { width: 100%; height: 100%; object-fit: cover; opacity: .9; }
.page-hero--image::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(20,26,12,.35), rgba(20,26,12,.8)); }
.page-hero--image h1 { color: var(--cream-50); }
.page-hero--image .lead { color: rgba(251, 249, 244, .86); }
.page-hero--image .breadcrumb, .page-hero--image .breadcrumb a { color: rgba(251, 249, 244, .75); }

.breadcrumb { margin-bottom: 22px; font-size: .82rem; color: var(--ink-mute); }
.breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; }
.breadcrumb li + li::before { content: "/"; margin-right: 6px; opacity: .6; }
.breadcrumb a { text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }

/* Tanıtım + künye */
.facts { list-style: none; border-top: 1px solid var(--line); }
.facts li { display: grid; grid-template-columns: 1fr; gap: 2px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.facts dt, .facts .k { font-size: .76rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-mute); }
.facts .v { font-family: var(--font-serif); font-weight: 500; font-size: 1.05rem; color: var(--olive-900); }
@media (min-width: 560px) { .facts li { grid-template-columns: 180px 1fr; gap: 16px; align-items: baseline; } }

/* Faaliyet alanları — numaralı editoryal ızgara */
.services { list-style: none; display: grid; grid-template-columns: 1fr; border-top: 1px solid var(--line); }
.service {
  position: relative; padding: 28px 0 30px; border-bottom: 1px solid var(--line);
  display: grid; grid-template-columns: 48px 1fr; gap: 0 16px;
}
.service-num { font-family: var(--font-serif); font-weight: 500; font-size: .9rem; color: var(--bronze); padding-top: 4px; }
.service h3 { margin-bottom: 10px; }
.service p { color: var(--ink-soft); margin-bottom: 14px; font-size: 1rem; }
.service .text-link { font-size: .88rem; }
.service--featured { background: var(--olive-800); color: var(--cream-100); border-bottom-color: var(--olive-800); padding-inline: 20px; margin-inline: calc(var(--gutter) * -1 + 0px); }
.service--featured h3 { color: var(--cream-50); }
.service--featured p { color: rgba(245, 241, 231, .8); }
.service--featured .service-num { color: var(--earth-300); }
.service--featured .text-link { color: var(--cream-50); }
@media (min-width: 700px) {
  .services { grid-template-columns: 1fr 1fr; border-left: 1px solid var(--line); }
  .service { grid-template-columns: 1fr; padding: 32px 28px 34px; border-right: 1px solid var(--line); }
  .service-num { margin-bottom: 22px; }
  .service--featured { margin-inline: 0; padding-inline: 28px; border-right-color: var(--olive-800); }
}
@media (min-width: 1040px) { .services { grid-template-columns: repeat(3, 1fr); } }

/* Üretim süreci akışı */
.process { list-style: none; counter-reset: step; display: grid; gap: 0; position: relative; }
.process li { counter-increment: step; position: relative; padding: 0 0 26px 44px; }
.process li::before {
  content: ""; position: absolute; left: 8px; top: 7px; width: 13px; height: 13px;
  border: 1.5px solid var(--olive-600); background: var(--cream-50); border-radius: 50%; z-index: 1;
}
.process li::after { content: ""; position: absolute; left: 14px; top: 20px; bottom: 0; width: 1px; background: var(--olive-200); }
.process li:last-child::after { display: none; }
.process li:last-child { padding-bottom: 0; }
.process .step-label { display: block; font-size: .72rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--earth-500); }
.process .step-label::before { content: counter(step, decimal-leading-zero) " — "; }
.process strong { display: block; font-family: var(--font-serif); font-weight: 600; font-size: 1.08rem; color: var(--olive-900); margin: 2px 0 4px; }
.process p { font-size: .95rem; color: var(--ink-soft); margin: 0; }
.section--cream .process li::before { background: var(--cream-100); }
@media (min-width: 1040px) {
  .process--row { grid-template-columns: repeat(7, 1fr); gap: 0 16px; }
  .process--row li { padding: 36px 0 0 0; }
  .process--row li::before { left: 0; top: 0; }
  .process--row li::after { left: 16px; right: -16px; top: 6px; bottom: auto; width: auto; height: 1px; }
  .process--row p { font-size: .9rem; }
}

/* Private label bandı */
.pl-steps { list-style: none; counter-reset: pl; border-top: 1px solid var(--line-dark); }
.pl-steps li { counter-increment: pl; display: grid; grid-template-columns: 44px 1fr; gap: 12px; padding: 18px 0; border-bottom: 1px solid var(--line-dark); }
.pl-steps li::before { content: counter(pl, decimal-leading-zero); font-family: var(--font-serif); color: var(--earth-300); font-size: 1.05rem; padding-top: 2px; }
.pl-steps strong { display: block; font-weight: 600; color: var(--cream-50); }
.pl-steps span { display: block; font-size: .95rem; color: rgba(245, 241, 231, .72); margin-top: 2px; }
.section:not(.section--dark) .pl-steps { border-top-color: var(--line); }
.section:not(.section--dark) .pl-steps li { border-bottom-color: var(--line); }
.section:not(.section--dark) .pl-steps strong { color: var(--olive-900); }
.section:not(.section--dark) .pl-steps span { color: var(--ink-soft); }
.section:not(.section--dark) .pl-steps li::before { color: var(--bronze); }

/* Nicaea bölümü */
.brand-block { display: grid; gap: clamp(32px, 5vw, 72px); align-items: center; }
.brand-block .media { max-width: 520px; }
.channels { list-style: none; display: grid; gap: 0; margin: 28px 0 8px; border-top: 1px solid var(--line); }
.channels li { padding: 14px 0; border-bottom: 1px solid var(--line); display: grid; gap: 2px; }
.channels .k { font-size: .75rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--earth-500); }
@media (min-width: 900px) { .brand-block { grid-template-columns: 5fr 6fr; } }
@media (min-width: 560px) { .channels li { grid-template-columns: 170px 1fr; gap: 16px; align-items: baseline; } }

/* Kimlerle çalışıyoruz */
.audience { display: grid; gap: 28px; }
@media (min-width: 900px) { .audience { grid-template-columns: 5fr 7fr; gap: 64px; align-items: start; } }

/* Tam genişlik görsel + metin kutusu (ihracat) */
.feature-band { position: relative; isolation: isolate; color: var(--cream-50); padding-block: clamp(80px, 12vw, 160px); }
.feature-band .hero-media { position: absolute; inset: 0; z-index: -2; }
.feature-band .hero-media img { width: 100%; height: 100%; object-fit: cover; }
.feature-band::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(20,26,12,.88) 0%, rgba(20,26,12,.6) 55%, rgba(20,26,12,.25) 100%); }
.feature-band h2 { color: var(--cream-50); max-width: 18ch; }
.feature-band p { max-width: 54ch; color: rgba(251, 249, 244, .86); }
.feature-band .en-line { font-family: var(--font-serif); font-weight: 500; color: var(--earth-300); font-size: 1.1rem; margin-bottom: 18px; }

/* Son CTA bandı */
.cta-band { background: var(--cream-200); padding-block: clamp(56px, 8vw, 96px); }
.cta-inner { display: grid; gap: 24px; align-items: end; }
.cta-inner h2 { margin-bottom: 12px; }
.cta-inner p { color: var(--ink-soft); margin: 0; max-width: 58ch; }
.cta-inner .btn-row { margin-top: 0; }
@media (min-width: 900px) { .cta-inner { grid-template-columns: 1fr auto; gap: 48px; } }

/* Özellik listesi (iç sayfalar) — iki sütunlu tanım listesi */
.def-grid { display: grid; gap: 0; border-top: 1px solid var(--line); }
.def-grid > div { padding: 24px 0; border-bottom: 1px solid var(--line); }
.def-grid h3 { margin-bottom: 8px; }
.def-grid p { margin: 0; color: var(--ink-soft); font-size: 1rem; }
@media (min-width: 760px) { .def-grid { grid-template-columns: 1fr 1fr; column-gap: 48px; } }

/* Görsel ızgarası (fabrika fotoğrafları için alanlar) */
.gallery { display: grid; gap: 12px; grid-template-columns: 1fr 1fr; }
.gallery .media:first-child { grid-column: 1 / -1; }
@media (min-width: 900px) {
  .gallery { grid-template-columns: 2fr 1fr; grid-template-rows: 1fr 1fr; gap: 16px; }
  .gallery .media:first-child { grid-column: 1; grid-row: 1 / span 2; aspect-ratio: auto; min-height: 100%; }
}

/* Alıntı / ilke */
.principles { list-style: none; display: grid; gap: 32px; }
.principles li { border-top: 2px solid var(--olive-700); padding-top: 18px; }
.principles h3 { margin-bottom: 8px; }
.principles p { color: var(--ink-soft); margin: 0; font-size: 1rem; }
@media (min-width: 760px) { .principles { grid-template-columns: repeat(3, 1fr); gap: 40px; } }

/* SSS */
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 16px; align-items: center;
  padding: 20px 0; font-family: var(--font-serif); font-weight: 500; font-size: 1.08rem; color: var(--olive-900);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--font-sans); font-size: 1.4rem; color: var(--olive-600); transition: transform .2s var(--ease); flex: none; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { color: var(--ink-soft); padding-bottom: 20px; margin: 0; max-width: 70ch; }

/* 7) FORM — form kullanılmıyor (iletişim e-posta/telefon ile). İleride form eklenirse buraya. */

/* 8) FOOTER --------------------------------------------------------------- */
.site-footer { background: var(--olive-900); color: rgba(245, 241, 231, .78); padding-block: clamp(56px, 7vw, 88px) 28px; font-size: .95rem; }
.footer-grid { display: grid; gap: 40px; grid-template-columns: 1fr; }
.footer-brand .brand { color: var(--cream-50); }
.footer-brand .brand-sub { color: rgba(245, 241, 231, .55); }
.footer-brand p { margin-top: 18px; max-width: 38ch; }
.site-footer h2 { font-family: var(--font-sans); font-size: .75rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--earth-300); margin-bottom: 16px; }
.site-footer ul { list-style: none; display: grid; gap: 10px; }
.site-footer a { text-decoration: none; color: rgba(245, 241, 231, .86); }
.site-footer a:hover { color: var(--cream-50); text-decoration: underline; }
.social { display: flex !important; flex-wrap: wrap; gap: 8px 18px !important; }
.footer-bottom {
  margin-top: 56px; padding-top: 22px; border-top: 1px solid var(--line-dark);
  display: flex; flex-wrap: wrap; gap: 10px 24px; justify-content: space-between; font-size: .84rem; color: rgba(245, 241, 231, .55);
}
@media (min-width: 640px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1040px) { .footer-grid { grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 48px; } }

/* 9) YARDIMCILAR / HAREKET ------------------------------------------------- */
.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }
.muted { color: var(--ink-mute); }
.small { font-size: .9rem; }
.stack > * + * { margin-top: 16px; }
.divider { height: 1px; background: var(--line); border: 0; margin: 0; }

/* Hafif görünme animasyonu (JS yalnızca sınıf ekler; JS yoksa içerik görünür) */
.js .reveal { opacity: 0; transform: translateY(14px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.js .reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}

/* Küçük ekran ince ayarları */
@media (max-width: 479px) {
  body { font-size: 1rem; }
  :root { --header-h: 64px; }
  .brand-mark { width: 32px; height: 32px; }
  .brand-name { font-size: 1.12rem; }
  .brand-sub { font-size: .58rem; letter-spacing: .16em; }
  .btn-row .btn { width: 100%; }
  .hero { min-height: 0; padding-top: 120px; }
  .hero-foot { font-size: .72rem; }
  .header-actions { gap: 4px; }
  .lang-switch { display: none; }
}
@media (max-width: 359px) {
  .brand-sub { display: none; }
}

@media print {
  .site-header, .mobile-nav, .site-footer, .cta-band { display: none; }
  body { background: #fff; }
}

/* İLETİŞİM SAYFASI ------------------------------------------------------- */
.contact-cards { display: grid; gap: 0; border-top: 1px solid var(--line); }
.contact-card { display: flex; flex-direction: column; gap: 10px; padding: 28px 0; border-bottom: 1px solid var(--line); min-width: 0; }
.contact-card .k { font-size: .76rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--earth-500); }
.contact-card .v { font-family: var(--font-serif); font-weight: 600; letter-spacing: -.02em; font-size: clamp(1.3rem, 2.2vw, 1.7rem); line-height: 1.25; color: var(--olive-900); text-decoration: none; overflow-wrap: anywhere; font-style: normal; }
.contact-card .v--sm { font-size: 1.02rem; font-weight: 500; letter-spacing: 0; line-height: 1.55; }
.contact-card a.v:hover { color: var(--earth-500); }
.contact-card .text-link { align-self: flex-start; margin-top: auto; }
@media (min-width: 900px) {
  .contact-cards { grid-template-columns: repeat(3, 1fr); border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .contact-card { padding: 32px 28px; border-bottom: 0; border-right: 1px solid var(--line); }
}

.talep-list { list-style: none; border-top: 1px solid var(--line-dark); }
.talep-list li { border-bottom: 1px solid var(--line-dark); }
.talep-list a {
  display: grid; grid-template-columns: 1fr auto; gap: 2px 16px; align-items: center;
  padding: 18px 4px; text-decoration: none; color: var(--cream-50); transition: background-color .2s var(--ease), padding .2s var(--ease);
}
.talep-list strong { font-weight: 600; grid-column: 1; }
.talep-list span { grid-column: 1; font-size: .92rem; color: rgba(245, 241, 231, .7); }
.talep-list .arrow { grid-column: 2; grid-row: 1 / span 2; font-size: 1.2rem; color: var(--earth-300); transition: transform .2s var(--ease); }
.talep-list a:hover { background: rgba(245, 241, 231, .06); padding-inline: 12px; }
.talep-list a:hover .arrow { transform: translateX(4px); }

.map-frame { position: relative; aspect-ratio: 4 / 3; background: var(--cream-200); border: 1px solid var(--line); }
.map-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
address { font-style: normal; }
