/* ============================================================
   MOTOSER SATIŞ & SERVİS — 1978
   Konsept: Premium usta atölyesi — koyu, rafine, ince çizgili
   Palet: gece siyahı · lacivert #2b2f8e · kırık beyaz · amber vurgu
   ============================================================ */

:root {
  --ink: #0e0f16;
  --ink-2: #15161f;
  --navy: #2b2f8e;
  --navy-soft: #3d42b0;
  --paper: #f4f2ec;
  --paper-2: #edebe2;
  --line-d: rgba(244, 242, 236, 0.14);
  --line-l: rgba(14, 15, 22, 0.12);
  --muted-d: rgba(244, 242, 236, 0.6);
  --muted-l: rgba(14, 15, 22, 0.62);
  --accent: #d98e32;
  --wa: #1fa855;
  --font-head: "Barlow Condensed", "Arial Narrow", sans-serif;
  --font-body: "Barlow", "Helvetica Neue", sans-serif;
  --font-mono: "IBM Plex Mono", "Courier New", monospace;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

body {
  font-family: var(--font-body);
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
::selection { background: var(--navy); color: #fff; }

.wrap {
  width: min(1140px, 100% - 48px);
  margin-inline: auto;
}
@media (max-width: 640px) {
  .wrap { width: calc(100% - 40px); }
}

/* ---------- mikro etiket ---------- */
.tag {
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 500;
}

/* ---------- başlıklar ---------- */
h1, h2, h3 {
  font-family: var(--font-head);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.02;
  letter-spacing: 0.005em;
}

.section-head { margin-bottom: 56px; }
.section-head .no {
  display: block;
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: 0.22em;
  color: var(--accent);
  margin-bottom: 14px;
}
.section-head h2 { font-size: clamp(38px, 5vw, 64px); }

section { padding: 110px 0; }
@media (max-width: 640px) { section { padding: 76px 0; } }

/* ============================================================
   HEADER — teknik çizim anteti (title block)
   ============================================================ */
header.site {
  background: var(--ink);
  color: var(--paper);
  border-top: 3px solid var(--accent);
  border-bottom: 1px solid var(--line-d);
}
.antet {
  display: grid;
  grid-template-columns: auto 1fr auto auto auto auto;
  align-items: stretch;
  border-left: 1px solid var(--line-d);
  border-right: 1px solid var(--line-d);
}
.cell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  padding: 18px 26px;
  border-right: 1px solid var(--line-d);
  text-decoration: none;
  min-height: 86px;
}
.cell:last-child { border-right: 0; }
.cell small {
  font-family: var(--font-mono);
  font-size: 9.5px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--muted-d);
}
.cell b, .cell strong {
  font-family: var(--font-head);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--paper);
}
.c-logo {
  align-items: center;
  flex-direction: row;
  padding: 14px 22px;
}
.c-logo img { height: 46px; width: 46px; object-fit: contain; }
.brand-badge {
  width: 42px;
  height: 46px;
  background: var(--navy);
  color: #fff;
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  display: none;
  align-items: center;
  justify-content: center;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 17px;
}
.c-brand strong { font-size: 30px; line-height: 1; letter-spacing: 0.1em; }
.c-info b { font-size: 19px; letter-spacing: 0.08em; white-space: nowrap; }
.c-info b.acc { color: var(--accent); }
.c-cta { justify-content: center; padding: 0 22px; }
@media (max-width: 1000px) {
  .cell.hide-l { display: none; }
}
@media (max-width: 820px) {
  .cell.hide-m { display: none; }
}
@media (max-width: 560px) {
  .antet { grid-template-columns: auto 1fr auto; }
  .cell { padding: 14px 16px; min-height: 72px; }
  .c-logo { padding: 12px 14px; }
  .c-logo img, .brand-badge { height: 38px; width: 38px; }
  .c-brand strong { font-size: 24px; }
  .c-brand small { font-size: 8px; letter-spacing: 0.18em; }
  .c-cta { padding: 0 14px; }
  .c-cta .btn-wa span.txt { display: none; }
  .c-cta .btn-wa { width: 42px; height: 42px; padding: 0; border-radius: 50%; }
}
.wa-ic { width: 17px; height: 17px; fill: currentColor; flex: none; }

/* yapışkan menü şeridi */
.mainbar {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(14, 15, 22, 0.94);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line-d);
}
.mainbar .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  height: 46px;
}
.mainbar .links {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  scrollbar-width: none;
}
.mainbar .links::-webkit-scrollbar { display: none; }
.mainbar a {
  text-decoration: none;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted-d);
  white-space: nowrap;
  padding: 3px 0;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.mainbar a:hover { color: var(--paper); border-bottom-color: var(--accent); }
.mainbar .phone { color: var(--accent); }
.mainbar .phone:hover { color: var(--accent); }
@media (max-width: 560px) {
  .mainbar .phone { display: none; }
}

/* ---------- butonlar ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.03em;
  text-decoration: none;
  padding: 14px 26px;
  border: 1px solid currentColor;
  color: var(--paper);
  background: transparent;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.btn:hover { transform: translateY(-1px); }
.on-light .btn, .btn.dark { color: var(--ink); }
.btn-wa {
  background: var(--wa);
  border-color: var(--wa);
  color: #fff !important;
}
.btn-wa:hover { background: #189549; border-color: #189549; }
.btn-navy {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff !important;
}
.btn-navy:hover { background: var(--navy-soft); border-color: var(--navy-soft); }
.btn-sm { padding: 10px 18px; font-size: 13.5px; }

/* ============================================================
   HERO — koyu, geniş nefesli
   ============================================================ */
.hero {
  background: var(--ink);
  background-image:
    linear-gradient(rgba(244, 242, 236, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 242, 236, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  color: var(--paper);
  padding: 96px 0 0;
  position: relative;
  overflow: hidden;
}
.hero-ghost {
  position: absolute;
  right: -2%;
  bottom: -7%;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: clamp(220px, 32vw, 520px);
  line-height: 0.8;
  color: transparent;
  -webkit-text-stroke: 1px rgba(244, 242, 236, 0.07);
  pointer-events: none;
  user-select: none;
}
@supports not (-webkit-text-stroke: 1px black) {
  .hero-ghost { color: rgba(244, 242, 236, 0.03); }
}
.hero-grid > * { position: relative; }
.hero-art { max-width: 540px; margin-left: auto; width: 100%; }
.hero-art svg { width: 100%; height: auto; display: block; }
.art-cap {
  margin-top: 18px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--muted-d);
  text-align: right;
}
@media (max-width: 900px) {
  .hero-art { margin-left: 0; max-width: 460px; }
  .art-cap { text-align: left; }
}
@media (max-width: 640px) { .hero { padding-top: 80px; } }
.hero-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 72px;
  align-items: center;
  padding-bottom: 110px;
}
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 56px; align-items: start; padding-bottom: 80px; }
}
.hero .kicker {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 30px;
}
.hero .kicker::before {
  content: "";
  width: 40px;
  height: 1px;
  background: var(--accent);
}
.hero h1 {
  font-size: clamp(56px, 8.5vw, 124px);
  margin-bottom: 30px;
  color: var(--paper);
}
.hero h1 .accent { color: var(--accent); }
.hero p.lead {
  font-size: clamp(17px, 1.5vw, 19px);
  line-height: 1.75;
  max-width: 50ch;
  margin-bottom: 42px;
  color: var(--muted-d);
}
.hero-ctas { display: flex; flex-wrap: wrap; gap: 16px; }

/* künye paneli */
.ticket {
  border: 1px solid var(--line-d);
  border-radius: 3px;
  background: var(--ink-2);
}
.ticket-head {
  padding: 18px 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted-d);
  border-bottom: 1px solid var(--line-d);
}
.ticket-head b { color: var(--accent); font-weight: 500; }
.ticket-body { padding: 10px 26px; }
.ticket-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line-d);
  font-size: 14.5px;
}
.ticket-row:last-child { border-bottom: 0; }
.ticket-row .k {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted-d);
  padding-top: 2px;
}
.ticket-row .v { font-weight: 500; text-align: right; color: var(--paper); }
.ticket-row .v a { text-decoration: none; color: var(--paper); border-bottom: 1px solid var(--accent); padding-bottom: 1px; }
.ticket-foot {
  border-top: 1px solid var(--line-d);
  padding: 16px 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.stamp {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
}

/* 1978 bandı */
.est-band {
  border-top: 1px solid var(--line-d);
  background: var(--ink);
  color: var(--paper);
  padding: 0;
}
.est-band .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 720px) {
  .est-band .wrap { grid-template-columns: 1fr; }
  .est-item { border-right: 0 !important; border-bottom: 1px solid var(--line-d); }
  .est-item:last-child { border-bottom: 0; }
}
.est-item {
  padding: 34px 28px;
  border-right: 1px solid var(--line-d);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.est-item:first-child { padding-left: 0; }
.est-item:last-child { border-right: 0; }
.est-item b {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 44px;
  line-height: 1;
  color: var(--paper);
}
.est-item span {
  font-size: 14px;
  color: var(--muted-d);
  letter-spacing: 0.02em;
}

/* ============================================================
   HİZMETLER — açık zemin, ince çizgili liste
   ============================================================ */
.services { background: var(--paper); }
.svc-list { border-top: 1px solid var(--line-l); }
.svc {
  display: grid;
  grid-template-columns: 90px 1fr auto;
  gap: 28px;
  align-items: baseline;
  padding: 34px 0;
  border-bottom: 1px solid var(--line-l);
  transition: padding-left 0.25s ease;
}
.svc:hover { padding-left: 10px; }
.svc .num {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  color: var(--muted-l);
}
.svc-title { display: flex; align-items: center; gap: 14px; margin-bottom: 8px; }
.svc-ic { width: 24px; height: 24px; flex: none; color: var(--navy); }
.svc:hover .svc-ic { color: var(--accent); }
.svc h3 { font-size: clamp(24px, 2.6vw, 34px); color: var(--ink); }
.svc p { font-size: 15.5px; color: var(--muted-l); max-width: 60ch; }
.svc .side {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--navy);
  white-space: nowrap;
}
@media (max-width: 720px) {
  .svc { grid-template-columns: 44px 1fr; gap: 18px; }
  .svc .side { grid-column: 2; }
  .svc:hover { padding-left: 0; }
}

/* ============================================================
   MOTOR ŞEMASI — koyu bant
   ============================================================ */
.schema {
  background: var(--ink);
  background-image:
    linear-gradient(rgba(244, 242, 236, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 242, 236, 0.03) 1px, transparent 1px);
  background-size: 56px 56px;
  color: var(--paper);
  padding: 80px 0;
}
.schema-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--line-d);
  padding-bottom: 14px;
  margin-bottom: 40px;
}
.schema-head .t2 { color: var(--muted-d); }
.schema-fig { max-width: 940px; margin-inline: auto; }
.schema-fig svg { width: 100%; height: auto; display: block; }
.schema-fig .art-cap { text-align: center; }
@media (max-width: 640px) {
  .schema { padding: 56px 0; }
}

/* ============================================================
   ATÖLYEDEN KARELER
   ============================================================ */
.archive { background: var(--paper-2); border-top: 1px solid var(--line-l); }
.arc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media (max-width: 820px) { .arc-grid { grid-template-columns: 1fr; max-width: 460px; } }
.arc {
  background: #fff;
  border: 1px solid var(--line-l);
  border-radius: 3px;
  padding: 12px;
  margin: 0;
}
.arc img, .arc .ph {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}
.arc .ph {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px dashed var(--line-l);
  background: repeating-linear-gradient(45deg, transparent 0 14px, rgba(14, 15, 22, 0.03) 14px 28px);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  line-height: 2;
  color: var(--muted-l);
  text-transform: uppercase;
  padding: 12px;
}
.arc figcaption {
  margin-top: 12px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  color: var(--muted-l);
}

/* ============================================================
   VİTRİN — modeller (açık zemin, koyu çizim panelleri)
   ============================================================ */
.vitrin { background: var(--paper); border-top: 1px solid var(--line-l); }
.model-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media (max-width: 900px) { .model-grid { grid-template-columns: 1fr; max-width: 520px; } }
.model {
  background: #fff;
  border: 1px solid var(--line-l);
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.m-art {
  background: var(--ink);
  background-image:
    linear-gradient(rgba(244, 242, 236, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 242, 236, 0.035) 1px, transparent 1px);
  background-size: 40px 40px;
  border-bottom: 1px solid var(--line-l);
}
.m-art svg { width: 100%; height: auto; display: block; }
.m-body { padding: 26px 26px 24px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.m-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
}
.m-top h3 { font-size: clamp(22px, 2.4vw, 30px); color: var(--ink); }
.m-cc {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.16em;
  color: var(--navy);
  white-space: nowrap;
}
.m-body p { font-size: 15px; line-height: 1.7; color: var(--muted-l); flex: 1; }
.m-link {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--accent);
  border-top: 1px solid var(--line-l);
  padding-top: 14px;
  transition: color 0.2s ease;
}
.m-link:hover { color: var(--ink); }
.vitrin-note {
  margin-top: 36px;
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.16em;
  color: var(--muted-l);
  text-transform: uppercase;
  border-top: 1px solid var(--line-l);
  padding-top: 16px;
}

/* ============================================================
   SERVİS AKIŞI — koyu bant, ölçü çizgisi gibi adımlar
   ============================================================ */
.flow {
  background: var(--ink);
  background-image:
    linear-gradient(rgba(244, 242, 236, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 242, 236, 0.03) 1px, transparent 1px);
  background-size: 56px 56px;
  color: var(--paper);
}
.flow .section-head h2 { color: var(--paper); }
.flow-line {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  counter-reset: none;
}
.flow-line li {
  position: relative;
  padding: 26px 22px 4px 0;
  border-top: 1px dashed rgba(244, 242, 236, 0.3);
}
.flow-line li::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--ink);
  border: 1.5px solid var(--accent);
}
.flow-line li:last-child::before { background: var(--accent); }
.flow-line .f-no {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--accent);
  display: block;
  margin-bottom: 10px;
}
.flow-line h3 { font-size: 24px; color: var(--paper); margin-bottom: 8px; }
.flow-line p { font-size: 14px; line-height: 1.65; color: var(--muted-d); max-width: 24ch; }
@media (max-width: 900px) {
  .flow-line { grid-template-columns: 1fr; }
  .flow-line li {
    border-top: 0;
    border-left: 1px dashed rgba(244, 242, 236, 0.3);
    padding: 0 0 34px 26px;
  }
  .flow-line li:last-child { padding-bottom: 4px; }
  .flow-line li::before { top: 2px; left: -5px; }
  .flow-line p { max-width: 46ch; }
}

/* ============================================================
   YORUMLAR — açık zemin, sade kartlar
   ============================================================ */
.reviews { background: var(--paper); border-top: 1px solid var(--line-l); }
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 20px;
  margin-bottom: 48px;
}
.review {
  background: #fff;
  border: 1px solid var(--line-l);
  border-radius: 3px;
  padding: 30px 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.review .stars { color: var(--accent); font-size: 15px; letter-spacing: 4px; }
.review p { font-size: 15px; line-height: 1.7; color: var(--ink); flex: 1; }
.review .who {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted-l);
}
.reviews-ctas { display: flex; flex-wrap: wrap; gap: 14px; }

/* ============================================================
   RANDEVU — koyu bölüm, sade form
   ============================================================ */
/* randevu bölümü blueprint dokusu */
.appt {
  background: var(--ink);
  background-image:
    linear-gradient(rgba(244, 242, 236, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 242, 236, 0.03) 1px, transparent 1px);
  background-size: 56px 56px;
  color: var(--paper);
}
.appt .section-head h2 { color: var(--paper); }
.appt-grid {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 72px;
  align-items: start;
}
@media (max-width: 900px) { .appt-grid { grid-template-columns: 1fr; gap: 48px; } }
.appt-note p {
  font-size: 16px;
  line-height: 1.75;
  color: var(--muted-d);
  margin-bottom: 26px;
  max-width: 44ch;
}
.appt-note .tag { display: block; margin-bottom: 16px; }
.appt-note ul { list-style: none; }
.appt-note li {
  padding: 13px 0;
  border-bottom: 1px solid var(--line-d);
  font-size: 14.5px;
  color: var(--paper);
  display: flex;
  gap: 12px;
}
.appt-note li:last-child { border-bottom: 0; }
.appt-note li::before { content: "—"; color: var(--accent); }

form.fis {
  border: 1px solid var(--line-d);
  border-radius: 3px;
  background: var(--ink-2);
  padding: 38px 36px 34px;
}
@media (max-width: 560px) { form.fis { padding: 28px 22px 24px; } }
form.fis .fis-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px solid var(--line-d);
  padding-bottom: 18px;
  margin-bottom: 28px;
}
form.fis .fis-top b {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--paper);
}
form.fis .fis-top span {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.2em;
  color: var(--muted-d);
}
.frow { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (max-width: 560px) { .frow { grid-template-columns: 1fr; gap: 0; } }
.field { margin-bottom: 22px; }
.field label {
  display: block;
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted-d);
  margin-bottom: 8px;
}
.field input, .field select, .field textarea {
  width: 100%;
  font-family: var(--font-body);
  font-size: 15.5px;
  color: var(--paper);
  background: transparent;
  border: 1px solid var(--line-d);
  border-radius: 2px;
  padding: 12px 14px;
  transition: border-color 0.2s ease;
}
.field select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23d98e32' fill='none' stroke-width='1.5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; }
.field select option { background: var(--ink-2); color: var(--paper); }
.field textarea { resize: vertical; min-height: 88px; }
.field input::placeholder, .field textarea::placeholder { color: rgba(244, 242, 236, 0.32); }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--accent);
}
.field input[type="date"] { color-scheme: dark; }
form.fis .btn { width: 100%; margin-top: 4px; }
form.fis .fine {
  margin-top: 16px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  color: rgba(244, 242, 236, 0.4);
  text-align: center;
  text-transform: uppercase;
}

/* ============================================================
   İLETİŞİM — açık zemin
   ============================================================ */
.contact { background: var(--paper); }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 64px;
  align-items: start;
}
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; gap: 44px; } }
.c-item { padding: 20px 0; border-bottom: 1px solid var(--line-l); }
.c-item:first-child { padding-top: 0; }
.c-item .k {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted-l);
  display: block;
  margin-bottom: 7px;
}
.c-item .v { font-size: 18px; font-weight: 600; color: var(--ink); }
.c-item .v a { text-decoration: none; color: var(--navy); }
.c-item .v small { display: block; font-weight: 400; font-size: 14px; color: var(--muted-l); margin-top: 2px; }
.contact-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.map-box {
  border: 1px solid var(--line-l);
  border-radius: 3px;
  overflow: hidden;
  background: #fff;
}
.map-box iframe {
  width: 100%;
  height: 430px;
  border: 0;
  display: block;
  filter: grayscale(0.5) contrast(1.02);
}
.map-box .map-cap {
  border-top: 1px solid var(--line-l);
  padding: 12px 18px;
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted-l);
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

/* ============================================================
   FOOTER
   ============================================================ */
footer.site {
  background: var(--ink);
  color: var(--paper);
  padding: 42px 0;
}
footer.site .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
footer.site .f-brand {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
footer.site .f-brand em { color: var(--accent); font-style: normal; }
footer.site p {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.14em;
  color: var(--muted-d);
}

/* ============================================================
   YÜZEN WHATSAPP
   ============================================================ */
.wa-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 90;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--wa);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.wa-float:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35); }
.wa-float svg { width: 28px; height: 28px; fill: #fff; }

/* ============================================================
   SCROLL REVEAL
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .btn, .wa-float { transition: none; }
}
