@charset "utf-8";
/* ADNAN MAKİNE — mini bobcat kiralama
   Tek dosya stil. Harici çerçeve (Bootstrap/jQuery) yok. */

:root {
  --ink:      #14140F;   /* makine boyası siyahı, hafif sıcak */
  --steel:    #3A3A34;   /* ara gri, kenarlık ve ikincil metin */
  --paper:    #EDEAE3;   /* beton / kraft zemin */
  --white:    #FFFFFF;
  --hi-vis:   #F8D201;   /* logodan alınan sarı */
  --muted:    #6E6E66;

  --wrap: 1120px;
  --gap: clamp(16px, 3vw, 28px);

  --display: "Barlow Condensed", "Arial Narrow", "Helvetica Neue Condensed", sans-serif;
  --body: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--ink); }
a:focus-visible, button:focus-visible {
  outline: 3px solid var(--hi-vis);
  outline-offset: 3px;
}

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gap); }

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--hi-vis); color: var(--ink); padding: 12px 18px; font-weight: 600;
}
.skip:focus { left: 0; }

/* ---------- üst bar ---------- */

.masthead {
  position: sticky; top: 0; z-index: 50;
  background: var(--ink);
  border-bottom: 8px solid transparent;
  border-image: repeating-linear-gradient(
      -45deg, var(--hi-vis) 0 14px, var(--ink) 14px 28px) 8;
}
.masthead .wrap {
  display: flex; align-items: center; gap: 14px;
  min-height: 68px; padding-top: 10px; padding-bottom: 10px;
}
.masthead__logo { width: 132px; flex: none; }
.masthead__name {
  font-family: var(--display); font-weight: 600; text-transform: uppercase;
  letter-spacing: .09em; font-size: 14px; color: #A9A9A0;
  margin: 0; line-height: 1.25;
}
.masthead__name b { color: var(--white); font-weight: 700; letter-spacing: .06em; display: block; font-size: 17px; }
.masthead__call { margin-left: auto; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--display); font-weight: 700; text-transform: uppercase;
  letter-spacing: .05em; font-size: 19px; line-height: 1;
  padding: 14px 22px; text-decoration: none; border: 2px solid transparent;
  transition: transform .12s ease, background-color .12s ease, color .12s ease;
}
.btn--vis { background: var(--hi-vis); color: var(--ink); }
.btn--vis:hover { background: var(--white); }
.btn--line { background: transparent; color: var(--white); border-color: #55554D; }
.btn--line:hover { border-color: var(--hi-vis); color: var(--hi-vis); }
.btn:active { transform: translateY(1px); }
.btn svg { width: 18px; height: 18px; flex: none; }

/* ---------- hero ---------- */

.hero { background: var(--ink); color: var(--white); }
.hero .wrap {
  display: grid; grid-template-columns: 1fr; gap: clamp(24px, 4vw, 48px);
  padding-top: clamp(32px, 5vw, 60px); padding-bottom: clamp(32px, 5vw, 60px);
}
@media (min-width: 900px) {
  .hero .wrap { grid-template-columns: 1.05fr .95fr; align-items: center; }
}

.eyebrow {
  font-family: var(--display); text-transform: uppercase; font-weight: 600;
  letter-spacing: .18em; font-size: 13px; color: var(--hi-vis); margin: 0 0 12px;
}
.hero h1 {
  font-family: var(--display); font-weight: 700; text-transform: uppercase;
  font-size: clamp(2.7rem, 8.5vw, 4.6rem); line-height: .92; letter-spacing: -.005em;
  margin: 0 0 18px;
}
.hero h1 span { color: var(--hi-vis); display: block; }
.hero__lead { color: #C6C6BE; margin: 0 0 26px; max-width: 46ch; font-size: 17px; }

/* imza öğesi: makine üzerine vurulan GSM plakası */
.plate {
  position: relative; border: 2px solid var(--hi-vis); background: #1D1D17;
  padding: 26px 22px 20px; margin-bottom: 20px;
}
.plate::before {
  content: "GSM"; position: absolute; top: -11px; left: 18px;
  background: var(--ink); color: var(--hi-vis); padding: 0 9px;
  font-family: var(--display); font-weight: 700; letter-spacing: .22em; font-size: 13px;
}
.plate__num {
  display: block; text-decoration: none; color: var(--white);
  font-family: var(--display); font-weight: 700; font-variant-numeric: tabular-nums;
  font-size: clamp(2.4rem, 9.5vw, 4.1rem); line-height: .95; letter-spacing: .01em;
}
.plate__num:hover { color: var(--hi-vis); }
.plate__note {
  margin: 10px 0 0; font-size: 14px; color: var(--muted);
  font-family: var(--display); text-transform: uppercase; letter-spacing: .1em; font-weight: 600;
}
.rivet { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: #55554D; }
.rivet--tl { top: 7px; left: 7px; } .rivet--tr { top: 7px; right: 7px; }
.rivet--bl { bottom: 7px; left: 7px; } .rivet--br { bottom: 7px; right: 7px; }

.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }

.hero__shot { position: relative; margin: 0; }
.hero__shot img { width: 100%; border: 2px solid #33332C; }
.hero__shot figcaption {
  position: absolute; left: 0; bottom: 0; background: var(--hi-vis); color: var(--ink);
  font-family: var(--display); font-weight: 700; text-transform: uppercase;
  letter-spacing: .08em; font-size: 13px; padding: 7px 13px;
}

/* ---------- bölüm iskeleti ---------- */

.section { padding: clamp(44px, 6vw, 76px) 0; }
.section--paper { background: var(--paper); }
.section--white { background: var(--white); }

.section h2 {
  font-family: var(--display); font-weight: 700; text-transform: uppercase;
  font-size: clamp(1.8rem, 4.6vw, 2.7rem); line-height: 1; letter-spacing: .01em;
  margin: 0 0 8px;
}
.section__intro { color: var(--muted); margin: 0 0 30px; max-width: 60ch; }
.rule { height: 3px; background: var(--ink); width: 54px; margin: 0 0 22px; }

/* ---------- filo ---------- */

.fleet { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 18px; }
.fleet figure {
  margin: 0; background: var(--white); border: 1px solid #D6D2C8;
  display: flex; flex-direction: column;
}
.fleet picture { display: block; }
.fleet img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.fleet figcaption {
  padding: 13px 14px 15px; font-size: 14px; color: var(--muted);
  border-top: 1px solid #E4E0D6; flex: 1;
}
.fleet figcaption b {
  display: block; color: var(--ink); font-family: var(--display); font-weight: 700;
  text-transform: uppercase; letter-spacing: .05em; font-size: 17px; margin-bottom: 2px;
}

/* ---------- kullanım alanları ---------- */

.uses {
  display: grid; grid-template-columns: 1fr; gap: 1px; margin: 0; padding: 1px;
}
@media (min-width: 560px) { .uses { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 880px) { .uses { grid-template-columns: repeat(3, 1fr); } }
.uses li {
  list-style: none; background: var(--white); padding: 20px 18px;
  box-shadow: 0 0 0 1px #D9D5CB;
}
.uses b {
  display: block; font-family: var(--display); font-weight: 700; text-transform: uppercase;
  letter-spacing: .05em; font-size: 18px; margin-bottom: 4px;
}
.uses span { font-size: 15px; color: var(--muted); line-height: 1.5; }
.uses ul { margin: 0; padding: 0; }

/* ---------- hakkında ---------- */

.about { display: grid; grid-template-columns: 1fr; gap: clamp(22px, 4vw, 44px); }
@media (min-width: 860px) { .about { grid-template-columns: 1fr 1.35fr; } }
.about p { margin: 0 0 16px; }
.about p:last-child { margin-bottom: 0; }
.about__side { border-left: 3px solid var(--hi-vis); padding-left: 18px; }
.about__side dt {
  font-family: var(--display); text-transform: uppercase; font-weight: 600;
  letter-spacing: .14em; font-size: 12px; color: var(--muted); margin-top: 16px;
}
.about__side dt:first-child { margin-top: 0; }
.about__side dd { margin: 2px 0 0; font-weight: 600; font-size: 16px; }
.about__side dd a { text-decoration: none; border-bottom: 2px solid var(--hi-vis); }

/* ---------- diğer hizmetler ---------- */

.services { background: var(--ink); color: var(--white); }
.services h2 { color: var(--white); }
.services .rule { background: var(--hi-vis); }
.services .section__intro { color: #A9A9A0; }
.svc-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1px; padding: 1px;
}
.svc-grid a {
  display: flex; align-items: center; gap: 11px; background: var(--ink);
  box-shadow: 0 0 0 1px #33332C;
  padding: 17px 16px; text-decoration: none; color: var(--white);
  font-family: var(--display); font-weight: 600; text-transform: uppercase;
  letter-spacing: .045em; font-size: 17px; transition: background-color .12s ease, color .12s ease;
}
.svc-grid a::before {
  content: ""; width: 0; height: 0; flex: none;
  border-left: 7px solid var(--hi-vis); border-top: 5px solid transparent; border-bottom: 5px solid transparent;
}
.svc-grid a:hover { background: var(--hi-vis); color: var(--ink); }
.svc-grid a:hover::before { border-left-color: var(--ink); }
.svc-grid a[aria-current="page"] { background: #22221C; color: var(--hi-vis); }

/* ---------- kapanış çağrısı ---------- */

.closer { background: var(--hi-vis); }
.closer .wrap {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 20px; padding-top: 34px; padding-bottom: 34px;
}
.closer p {
  margin: 0; font-family: var(--display); font-weight: 700; text-transform: uppercase;
  font-size: clamp(1.5rem, 4.4vw, 2.3rem); line-height: 1.05; letter-spacing: .01em;
}
.closer .btn--vis { background: var(--ink); color: var(--hi-vis); }
.closer .btn--vis:hover { background: var(--white); color: var(--ink); }

/* ---------- alt bilgi ---------- */

.foot { background: var(--ink); color: #8E8E86; font-size: 15px; padding: 34px 0 0; }
.foot a { color: #C6C6BE; text-decoration-color: #55554D; text-underline-offset: 3px; }
.foot a:hover { color: var(--hi-vis); text-decoration-color: var(--hi-vis); }
.foot__top { display: grid; grid-template-columns: 1fr; gap: 24px; padding-bottom: 26px; }
@media (min-width: 760px) { .foot__top { grid-template-columns: 1.2fr 1fr 1fr; } }
.foot h3 {
  font-family: var(--display); text-transform: uppercase; font-weight: 700;
  letter-spacing: .12em; font-size: 13px; color: var(--hi-vis); margin: 0 0 10px;
}
.foot p { margin: 0 0 8px; }
.foot__bar { border-top: 1px solid #2E2E28; padding: 15px 0; font-size: 13px; display: flex; flex-wrap: wrap; gap: 10px; justify-content: space-between; }

/* ---------- mobil sabit arama çubuğu ---------- */

.callbar { display: none; }
@media (max-width: 720px) {
  .callbar {
    display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--ink);
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
    box-shadow: 0 -3px 14px rgba(0,0,0,.28);
  }
  .callbar a {
    padding: 15px 8px; text-align: center; text-decoration: none;
    font-family: var(--display); font-weight: 700; text-transform: uppercase;
    letter-spacing: .06em; font-size: 18px;
  }
  .callbar a:first-child { background: var(--hi-vis); color: var(--ink); }
  .callbar a:last-child { background: #1D1D17; color: var(--white); }
  body { padding-bottom: 54px; }
  .masthead__call { display: none; }
  .masthead__name { font-size: 0; }
  .masthead__name b { font-size: 16px; }
}

/* ---------- tıklanabilir kategori kartları (hub sayfası) ---------- */

.fleet a {
  display: flex; flex-direction: column; flex: 1;
  text-decoration: none; color: inherit;
}
.fleet a figcaption { flex: 1; }
.fleet a:hover figcaption { background: var(--hi-vis); color: var(--ink); border-top-color: var(--hi-vis); }
.fleet a:hover figcaption b { color: var(--ink); }
.fleet a figcaption b::after { content: " ›"; color: var(--muted); }
.fleet a:hover figcaption b::after { color: var(--ink); }
.fleet a:focus-visible { outline: 3px solid var(--hi-vis); outline-offset: 2px; }

/* ---------- numaralı adımlar ---------- */

.uses--steps { counter-reset: adim; }
@media (min-width: 1000px) { .uses--steps { grid-template-columns: repeat(4, 1fr); } }
.uses--steps li { counter-increment: adim; padding-top: 50px; position: relative; }
.uses--steps li::before {
  content: counter(adim); position: absolute; top: 18px; left: 18px;
  width: 24px; height: 24px; background: var(--hi-vis); color: var(--ink);
  font-family: var(--display); font-weight: 700; font-size: 15px;
  display: flex; align-items: center; justify-content: center;
}
