/* ===================================================================
   Yavuz Besicilik — kurumsal besicilik sitesi
   Profesyonel / doğal palet: orman yeşili · krem · altın
   =================================================================== */

:root {
  --green-900: #102a1c;
  --green-800: #163d28;
  --green-700: #1f5132;
  --green-600: #2d6a4f;
  --green-500: #40916c;

  --cream:   #f7f2e7;
  --cream-2: #efe6d4;
  --paper:   #ffffff;

  --gold:   #c8932f;
  --gold-2: #e0b658;

  --ink:   #1d2b22;
  --muted: #5c6b60;

  --maxw: 1180px;
  --radius: 18px;
  --shadow: 0 16px 40px rgba(16, 42, 28, 0.12);
  font-synthesis: none;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, sans-serif;
  color: var(--ink);
  line-height: 1.6;
  background: var(--cream);
  overflow-x: hidden;
}

.container { width: min(100% - 48px, var(--maxw)); margin-inline: auto; position: relative; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .2px;
  padding: 13px 24px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  white-space: nowrap;
  font-family: inherit;
}
.btn:hover { transform: translateY(-2px); }
.btn .arrow { font-weight: 700; }
.btn.sm { padding: 10px 18px; font-size: 13px; }
.btn.w-full { width: 100%; justify-content: center; }

.btn-gold {
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  color: #2a1d05;
  box-shadow: 0 10px 24px rgba(200, 147, 47, .35);
}
.btn-gold:hover { box-shadow: 0 14px 30px rgba(200, 147, 47, .45); }
.btn-green {
  background: var(--green-700);
  color: #fff;
  box-shadow: 0 10px 22px rgba(16, 42, 28, .22);
}
.btn-green:hover { background: var(--green-600); }
.btn-ghost {
  background: rgba(255, 255, 255, .08);
  border: 1.5px solid rgba(255, 255, 255, .55);
  color: #fff;
}
.btn-ghost:hover { background: rgba(255, 255, 255, .18); }
.btn-soft {
  background: var(--cream-2);
  color: var(--green-800);
  border: 1px solid #e0d6bf;
}
.btn-soft:hover { background: #e7dcc4; }

/* ---------- section titles ---------- */
.section-title {
  text-align: center;
  font-size: clamp(15px, 1.6vw, 19px);
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--green-800);
  margin: 0 0 14px;
}
.section-title.light { color: #fff; }
.section-title .hl {
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  color: #2a1d05;
  border-radius: 8px;
  padding: 3px 12px;
}
.section-lead {
  text-align: center;
  max-width: 62ch;
  margin: 0 auto 44px;
  color: var(--muted);
  font-size: 15px;
}

/* ===================================================================
   NAV + HERO (green band)
   =================================================================== */
.hero-band {
  background:
    radial-gradient(120% 90% at 85% 10%, rgba(64,145,108,.45), transparent 55%),
    linear-gradient(160deg, var(--green-800) 0%, var(--green-700) 45%, var(--green-900) 100%);
  color: #fff;
  border-bottom-left-radius: 36px;
  border-bottom-right-radius: 36px;
  position: relative;
  overflow: hidden;
}
.hero-band::after {
  content: "";
  position: absolute;
  right: -120px; bottom: -160px;
  width: 460px; height: 460px;
  background: radial-gradient(circle, rgba(200,147,47,.16), transparent 70%);
  pointer-events: none;
}

.nav-wrap { position: sticky; top: 0; z-index: 50; padding: 16px 0; }
.nav { display: flex; align-items: center; gap: 22px; }
.brand { display: flex; align-items: center; gap: 11px; }
.brand img { height: 40px; width: auto; border-radius: 9px; }
.brand span { font-size: 19px; font-weight: 600; letter-spacing: .3px; }
.brand strong { font-weight: 800; color: var(--gold-2); }

.nav-links { list-style: none; display: flex; gap: 30px; margin-left: 18px; }
.nav-links a { font-size: 15px; font-weight: 500; color: rgba(255,255,255,.9); transition: color .15s; }
.nav-links a:hover { color: var(--gold-2); }
.nav-actions { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.nav-cta { box-shadow: none; }
.icon-btn {
  width: 42px; height: 42px;
  display: grid; place-items: center;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.3);
  background: rgba(255,255,255,.1);
  color: #fff; cursor: pointer;
}
.menu-toggle { display: none; }

.hero {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 20px;
  padding: 34px 0 64px;
  min-height: 540px;
}
.hero-copy { z-index: 2; }
.badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.28);
  color: #fff;
  border-radius: 999px;
  padding: 8px 16px;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1.2px;
  margin-bottom: 24px;
}
.badge svg { color: var(--gold-2); }
.hero h1 {
  font-size: clamp(42px, 6vw, 80px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.hero-sub { margin: 20px 0 30px; font-size: 16px; color: rgba(255,255,255,.85); max-width: 48ch; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-stats {
  list-style: none;
  display: flex;
  gap: 36px;
  margin-top: 38px;
  flex-wrap: wrap;
}
.hero-stats strong { display: block; font-size: 26px; font-weight: 800; color: var(--gold-2); }
.hero-stats span { font-size: 13px; color: rgba(255,255,255,.75); }

.hero-art { position: relative; min-height: 540px; display: flex; align-items: flex-end; justify-content: center; }
.hero-goat {
  position: relative;
  width: auto;
  height: 580px;
  max-width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 26px 44px rgba(0,0,0,.45));
  pointer-events: none;
}
.avail-card {
  position: absolute;
  right: 0; bottom: 10px;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.3);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 16px;
  padding: 15px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 270px;
  z-index: 3;
}
.avail-text { display: flex; flex-direction: column; gap: 2px; }
.avail-text strong { font-size: 14px; letter-spacing: .8px; }
.avail-text span { font-size: 12px; color: rgba(255,255,255,.8); }
.round-arrow {
  width: 42px; height: 42px;
  display: grid; place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.5);
  background: rgba(255,255,255,.18);
  color: #fff; font-size: 18px; flex-shrink: 0;
}
.avail-mini {
  position: absolute;
  right: -14px; top: -70px;
  height: 104px; width: auto;
  filter: drop-shadow(0 10px 20px rgba(0,0,0,.4));
}

/* ===================================================================
   HAYVANLARIMIZ
   =================================================================== */
.animals { padding: 70px 0 50px; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.cards-2 { grid-template-columns: repeat(2, minmax(0, 380px)); justify-content: center; }
.animal-card {
  position: relative;
  background: var(--paper);
  border: 1px solid #ece3cf;
  border-radius: var(--radius);
  padding: 0 26px 26px;
  margin-top: 90px;
  box-shadow: var(--shadow);
  transition: transform .18s ease, box-shadow .2s ease;
}
.animal-card:hover { transform: translateY(-6px); box-shadow: 0 24px 50px rgba(16,42,28,.18); }
.animal-media {
  height: 168px;
  margin: -90px 0 10px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.animal-media img {
  width: auto; height: 230px;
  object-fit: contain;
  filter: drop-shadow(0 18px 26px rgba(16,42,28,.3));
}
.animal-media img.flip { transform: scaleX(-1); }
.tag {
  position: absolute;
  top: 18px; right: 18px;
  background: var(--green-700);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .5px;
  padding: 5px 11px;
  border-radius: 999px;
}
.animal-card h3 { font-size: 22px; font-weight: 700; color: var(--green-800); margin-bottom: 14px; }
.animal-info { display: flex; flex-direction: column; gap: 9px; margin-bottom: 22px; }
.animal-info > div { display: flex; justify-content: space-between; gap: 10px; font-size: 14px; padding-bottom: 8px; border-bottom: 1px dashed #e6dcc6; }
.animal-info > div:last-child { border-bottom: none; }
.animal-info dt { color: var(--muted); }
.animal-info dd { font-weight: 600; color: var(--ink); text-align: right; }

/* ===================================================================
   SİPARİŞ SÜRECİ (green band)
   =================================================================== */
.process-band {
  background:
    radial-gradient(100% 80% at 10% 10%, rgba(64,145,108,.4), transparent 60%),
    linear-gradient(150deg, var(--green-700), var(--green-900));
  color: #fff;
  margin-top: 40px;
}
.process { padding: 70px 0; }
.process-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.process-copy h3 { font-size: 24px; font-weight: 700; margin-bottom: 24px; max-width: 24ch; }
.steps { list-style: none; display: flex; flex-direction: column; gap: 16px; margin-bottom: 30px; }
.steps li { position: relative; padding-left: 26px; font-size: 15px; color: rgba(255,255,255,.9); max-width: 50ch; }
.steps li::before {
  content: "";
  position: absolute;
  left: 0; top: 8px;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--gold-2);
  box-shadow: 0 0 0 4px rgba(200,147,47,.25);
}
.steps strong { color: var(--gold-2); font-weight: 700; }
.process-photo { position: relative; }
.process-photo img {
  width: 100%;
  border-radius: var(--radius);
  border: 4px solid rgba(255,255,255,.2);
  box-shadow: 0 24px 50px rgba(0,0,0,.35);
  aspect-ratio: 16 / 11;
  object-fit: cover;
}
.process-photo figcaption {
  position: absolute;
  left: 16px; bottom: 16px;
  background: rgba(16,42,28,.78);
  color: #fff;
  font-size: 12px;
  letter-spacing: .5px;
  padding: 7px 14px;
  border-radius: 999px;
  backdrop-filter: blur(4px);
}

/* ===================================================================
   MÜŞTERİ YORUMLARI
   =================================================================== */
.testimonials { padding: 74px 0 60px; }
.testi-slider { display: flex; align-items: center; gap: 16px; }
.testi-viewport { flex: 1; overflow: hidden; }
.testi-track { display: flex; transition: transform .45s cubic-bezier(.4, 0, .2, 1); }
.testi-card {
  flex: 0 0 100%;
  box-sizing: border-box;
  background: var(--paper);
  border: 1px solid #ece3cf;
  border-radius: 22px;
  padding: 40px 44px;
  box-shadow: var(--shadow);
  text-align: center;
}
.testi-quote { color: var(--gold-2); font-size: 52px; line-height: .6; font-weight: 800; }
.testi-card .stars { color: var(--gold); font-size: 20px; letter-spacing: 4px; margin: 6px 0 18px; }
.testi-card p {
  font-size: 17px;
  color: var(--ink);
  max-width: 60ch;
  margin: 0 auto 24px;
  font-style: italic;
  line-height: 1.7;
}
.testi-author { display: flex; flex-direction: column; gap: 2px; }
.testi-author strong { font-size: 17px; font-weight: 700; color: var(--green-800); }
.testi-author span { font-size: 13.5px; color: var(--muted); }

.testi-nav {
  flex-shrink: 0;
  width: 50px; height: 50px;
  display: grid; place-items: center;
  border-radius: 50%;
  border: 1px solid #e0d6bf;
  background: var(--paper);
  color: var(--green-700);
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(16,42,28,.1);
  transition: background .15s, color .15s, transform .15s;
}
.testi-nav:hover { background: var(--green-700); color: #fff; transform: translateY(-2px); }

.testi-dots { display: flex; justify-content: center; gap: 8px; margin-top: 26px; }
.testi-dots button {
  width: 9px; height: 9px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #d9cfb8;
  cursor: pointer;
  transition: width .25s, background .25s;
}
.testi-dots button.on { background: var(--gold); width: 26px; border-radius: 5px; }
.testi-cta { text-align: center; margin-top: 26px; }

/* ===================================================================
   İLETİŞİM
   =================================================================== */
.contact { padding: 60px 0; }
.contact .section-title { margin-bottom: 14px; }
.info-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.info-card {
  background: var(--paper);
  border: 1px solid #ece3cf;
  border-radius: 18px;
  padding: 26px 22px;
  text-align: center;
  box-shadow: var(--shadow);
  transition: transform .18s ease, box-shadow .2s ease;
}
.info-card:hover { transform: translateY(-5px); box-shadow: 0 22px 44px rgba(16,42,28,.16); }
.info-card svg {
  width: 52px; height: 52px;
  padding: 14px;
  border-radius: 14px;
  background: var(--cream-2);
  color: var(--green-700);
  margin: 0 auto 14px;
}
.info-card span { display: block; font-size: 12px; color: var(--muted); letter-spacing: 1px; text-transform: uppercase; margin-bottom: 5px; }
.info-card strong { font-size: 15.5px; color: var(--ink); font-weight: 600; line-height: 1.45; }
.info-card a { color: inherit; }
.info-card a:hover strong { color: var(--green-700); }

.contact-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 34px;
  flex-wrap: wrap;
}

/* ===================================================================
   KONUM
   =================================================================== */
.map { padding: 30px 0 70px; }
.map .section-title { margin-bottom: 36px; }
.map-img { margin: 0; }
.map-img iframe {
  display: block;
  width: 100%;
  height: clamp(300px, 40vw, 440px);
  border: 4px solid var(--paper);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.location { margin-top: 22px; }
.location .pin { color: var(--gold-2); }

/* ===================================================================
   FOOTER
   =================================================================== */
.footer {
  background: linear-gradient(160deg, var(--green-800), var(--green-900));
  color: rgba(255,255,255,.85);
  padding: 56px 0 28px;
  margin-top: 20px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.footer-logo { display: flex; align-items: center; gap: 11px; margin-bottom: 16px; }
.footer-logo img { height: 42px; border-radius: 9px; }
.footer-logo span { font-size: 19px; font-weight: 600; color: #fff; }
.footer-logo strong { font-weight: 800; color: var(--gold-2); }
.footer-brand p { font-size: 14px; max-width: 40ch; margin-bottom: 20px; }
.footer-links h4 { font-size: 15px; color: #fff; margin-bottom: 16px; }
.footer-links ul { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.footer-links li, .footer-links a { font-size: 14px; color: rgba(255,255,255,.8); }
.footer-links a:hover { color: var(--gold-2); }
.socials { display: flex; gap: 11px; }
.socials a {
  width: 38px; height: 38px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.22);
  color: #fff;
  transition: background .15s, color .15s;
}
.socials a:hover { background: var(--gold); color: #2a1d05; }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; padding-top: 22px; flex-wrap: wrap; }
.copyright { font-size: 13px; color: rgba(255,255,255,.7); }

/* ===================================================================
   RESPONSIVE
   =================================================================== */
@media (max-width: 960px) {
  .nav-links {
    display: none;
    position: absolute;
    top: 70px; left: 24px; right: 24px;
    flex-direction: column;
    gap: 14px; margin-left: 0;
    background: var(--green-800);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 16px;
    padding: 20px;
  }
  .nav-links.open { display: flex; }
  .menu-toggle { display: grid; }
  .nav-cta span, .nav-cta { font-size: 13px; }

  .hero { grid-template-columns: 1fr; padding-bottom: 40px; }
  .hero-art { min-height: 380px; order: -1; }
  .hero-goat { height: 380px; width: auto; margin: 0 auto; }
  .avail-card { right: 0; bottom: -6px; }
  .hero-stats { gap: 26px; }

  .cards { grid-template-columns: 1fr; gap: 56px; }
  .animal-card { max-width: 380px; margin-inline: auto; width: 100%; }
  .process-grid { grid-template-columns: 1fr; gap: 30px; }
  .testi-card { padding: 32px 26px; }
  .testi-card p { font-size: 15.5px; }
  .testi-nav { width: 42px; height: 42px; }
  .info-cards { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .info-cards { grid-template-columns: 1fr; }
  .hero-btns .btn { flex: 1; justify-content: center; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}
