/* ————— Emre Peyzaj tasarım sistemi ————— */
:root {
  --green-950: #12241a;
  --green-900: #17301f;
  --green-800: #1e402b;
  --green-600: #2f6b46;
  --green-500: #3d8558;
  --green-100: #e3ede4;
  --cream: #f7f4ec;
  --sand: #ece6d8;
  --ink: #1c211b;
  --muted: #5d6659;
  --gold: #b98a3c;
  --white: #ffffff;
  --radius: 14px;
  --shadow: 0 10px 34px rgba(18, 36, 26, 0.10);
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Manrope", -apple-system, "Segoe UI", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, 92%); margin: 0 auto; }

h1, h2, h3, .display { font-family: var(--font-display); font-weight: 600; line-height: 1.15; }

.eyebrow {
  display: inline-block;
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 14px;
}
.section { padding: 92px 0; }
.section-title { font-size: clamp(1.8rem, 3.6vw, 2.6rem); color: var(--green-900); margin-bottom: 18px; }
.section-lead { max-width: 640px; color: var(--muted); font-size: 1.05rem; }

/* ————— Nav ————— */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(247, 244, 236, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(28, 33, 27, 0.08);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { display: flex; align-items: baseline; gap: 10px; }
.brand-name { font-family: var(--font-display); font-size: 1.45rem; font-weight: 700; color: var(--green-900); }
.brand-sub { font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); font-weight: 700; }
.nav-links { display: flex; gap: 30px; align-items: center; }
.nav-links a { font-size: 0.94rem; font-weight: 600; color: var(--ink); opacity: 0.85; transition: opacity .2s; }
.nav-links a:hover { opacity: 1; color: var(--green-600); }
.nav-links a.btn-primary { color: var(--white); opacity: 1; }
.nav-links a.btn-primary:hover { color: var(--white); }
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 13px 26px; border-radius: 999px;
  font-weight: 700; font-size: 0.95rem; border: none; cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s;
}
.btn-primary { background: var(--green-800); color: var(--white); }
.btn-primary:hover { background: var(--green-600); transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-outline { background: transparent; color: var(--green-900); border: 1.6px solid var(--green-800); }
.btn-outline:hover { background: var(--green-800); color: var(--white); transform: translateY(-2px); }
.btn-light { background: var(--white); color: var(--green-900); }
.btn-light:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-outline-light { background: transparent; color: #fff; border: 1.6px solid rgba(255,255,255,0.55); }
.btn-outline-light:hover { background: rgba(255,255,255,0.12); border-color: #fff; transform: translateY(-2px); }
.btn-whatsapp { background: #1faa53; color: #fff; }
.btn-whatsapp:hover { background: #178f44; transform: translateY(-2px); }
.nav-cta { padding: 10px 20px; font-size: 0.88rem; }
.nav-toggle { display: none; background: none; border: none; font-size: 1.6rem; color: var(--green-900); cursor: pointer; }

/* ————— Hero ————— */
.hero { background: var(--green-950); color: var(--white); position: relative; overflow: hidden; }
.hero::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(900px 500px at 85% 10%, rgba(185, 138, 60, 0.14), transparent 60%);
  pointer-events: none;
}
.hero-inner {
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px;
  align-items: center; padding: 88px 0 96px; position: relative; z-index: 1;
}
.hero h1 { font-size: clamp(2.3rem, 4.6vw, 3.6rem); font-weight: 600; margin: 0 0 22px; }
.hero h1 em { font-style: italic; color: #d9c294; }
.hero p { font-size: 1.1rem; color: rgba(255, 255, 255, 0.82); max-width: 520px; margin-bottom: 34px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 46px; }
.hero-stats { display: flex; gap: 44px; flex-wrap: wrap; }
.stat b { display: block; font-family: var(--font-display); font-size: 1.9rem; color: #d9c294; }
.stat span { font-size: 0.85rem; color: rgba(255, 255, 255, 0.65); }
.hero-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.hero-gallery figure { border-radius: var(--radius); overflow: hidden; box-shadow: 0 18px 40px rgba(0,0,0,0.35); }
.hero-gallery img { width: 100%; height: 100%; object-fit: cover; }
.hero-gallery figure:nth-child(1) { grid-row: span 2; height: 460px; }
.hero-gallery figure:nth-child(2) { height: 223px; }
.hero-gallery figure:nth-child(3) { height: 223px; }

/* ————— Marquee band ————— */
.band { background: var(--green-800); color: rgba(255,255,255,0.9); padding: 14px 0; overflow: hidden; }
.band-track { display: flex; gap: 48px; white-space: nowrap; font-size: 0.88rem; font-weight: 600; letter-spacing: 0.06em; animation: band 38s linear infinite; }
.band-track span::before { content: "✦"; color: var(--gold); margin-right: 12px; }
@keyframes band { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ————— Ürün kartları ————— */
.cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(255px, 1fr)); gap: 26px; margin-top: 46px; }
.card {
  background: var(--white); border-radius: var(--radius); overflow: hidden;
  box-shadow: 0 4px 18px rgba(18, 36, 26, 0.07);
  transition: transform .22s ease, box-shadow .22s ease;
  cursor: pointer; display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.card-media { aspect-ratio: 4 / 3.4; background: var(--green-100); position: relative; overflow: hidden; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.card:hover .card-media img { transform: scale(1.05); }
.card-media .noimg {
  height: 100%; display: flex; flex-direction: column; gap: 8px;
  align-items: center; justify-content: center;
  background: linear-gradient(160deg, #e8efe6, #d8e4d5);
  color: var(--green-600);
}
.noimg svg { width: 44px; height: 44px; opacity: 0.7; }
.noimg span { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.7; }
.card-badge {
  position: absolute; top: 12px; left: 12px;
  background: rgba(18, 36, 26, 0.82); color: #fff;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 5px 11px; border-radius: 999px; backdrop-filter: blur(4px);
}
.card-body { padding: 20px 22px 22px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.card-latin { font-family: var(--font-display); font-style: italic; font-size: 1.08rem; color: var(--green-900); }
.card-tr { font-size: 0.88rem; font-weight: 700; color: var(--gold); letter-spacing: 0.02em; }
.card-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 10px; }
.tag {
  font-size: 0.72rem; font-weight: 600; color: var(--muted);
  background: var(--cream); border: 1px solid var(--sand);
  padding: 4px 10px; border-radius: 999px;
}

/* ————— Split (hakkımızda) ————— */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.split-media { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.split-media img { width: 100%; height: 520px; object-fit: cover; }
.split p { color: var(--muted); margin-bottom: 16px; }
.timeline { margin-top: 28px; display: grid; gap: 18px; }
.tl { display: grid; grid-template-columns: 74px 1fr; gap: 18px; align-items: baseline; }
.tl b { font-family: var(--font-display); font-size: 1.25rem; color: var(--gold); }
.tl span { color: var(--ink); font-size: 0.97rem; }

/* ————— Hizmet kartları ————— */
.features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 48px; }
.feature {
  background: var(--white); border-radius: var(--radius); padding: 30px 26px;
  box-shadow: 0 4px 18px rgba(18, 36, 26, 0.06);
}
.feature-icon {
  width: 52px; height: 52px; border-radius: 14px;
  background: var(--green-100); color: var(--green-600);
  display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
}
.feature-icon svg { width: 26px; height: 26px; }
.feature h3 { font-size: 1.12rem; color: var(--green-900); margin-bottom: 8px; }
.feature p { font-size: 0.92rem; color: var(--muted); }

/* ————— CTA ————— */
.cta { background: var(--green-900); color: var(--white); border-radius: 22px; padding: 66px 60px; display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 40px; align-items: center; position: relative; overflow: hidden; }
.cta::after { content: ""; position: absolute; right: -80px; top: -80px; width: 320px; height: 320px; border-radius: 50%; background: rgba(185, 138, 60, 0.12); }
.cta h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); margin-bottom: 14px; }
.cta p { color: rgba(255,255,255,0.75); }
.cta-actions { display: flex; gap: 14px; flex-wrap: wrap; justify-content: flex-end; position: relative; z-index: 1; }

/* ————— İletişim ————— */
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 46px; }
.contact-card { background: var(--white); border-radius: var(--radius); padding: 30px; box-shadow: 0 4px 18px rgba(18,36,26,0.06); }
.contact-card h3 { font-size: 1.05rem; color: var(--green-900); margin-bottom: 8px; display: flex; align-items: center; gap: 10px; }
.contact-card h3 svg { width: 20px; height: 20px; color: var(--gold); }
.contact-card p, .contact-card a { color: var(--muted); font-size: 0.95rem; }
.contact-card a:hover { color: var(--green-600); }
.contact-card .big { font-size: 1.25rem; font-weight: 700; color: var(--green-900); }

/* ————— Footer ————— */
.footer { background: var(--green-950); color: rgba(255,255,255,0.72); padding: 54px 0 30px; margin-top: 92px; }
.footer-inner { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.footer .brand-name { color: #fff; }
.footer-links { display: flex; gap: 26px; flex-wrap: wrap; font-size: 0.9rem; }
.footer-links a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.12); margin-top: 36px; padding-top: 22px; font-size: 0.8rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }

/* ————— Katalog sayfası ————— */
.page-head { background: var(--green-950); color: #fff; padding: 62px 0 54px; }
.page-head h1 { font-size: clamp(2rem, 4vw, 2.9rem); margin-bottom: 12px; }
.page-head p { color: rgba(255,255,255,0.72); max-width: 560px; }
.toolbar { position: sticky; top: 72px; z-index: 40; background: var(--cream); padding: 18px 0 14px; border-bottom: 1px solid var(--sand); }
.toolbar-inner { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.chips { display: flex; gap: 8px; flex-wrap: wrap; }
.chip {
  padding: 9px 18px; border-radius: 999px; border: 1.4px solid var(--sand);
  background: var(--white); font-size: 0.86rem; font-weight: 700; color: var(--muted);
  cursor: pointer; transition: all .18s;
}
.chip:hover { border-color: var(--green-600); color: var(--green-600); }
.chip.active { background: var(--green-800); border-color: var(--green-800); color: #fff; }
.search {
  margin-left: auto; display: flex; align-items: center; gap: 8px;
  background: var(--white); border: 1.4px solid var(--sand); border-radius: 999px; padding: 9px 18px;
  min-width: 240px;
}
.search input { border: none; outline: none; font-family: inherit; font-size: 0.9rem; width: 100%; background: transparent; color: var(--ink); }
.search svg { width: 17px; height: 17px; color: var(--muted); flex-shrink: 0; }
.count-note { font-size: 0.84rem; color: var(--muted); margin-top: 26px; }
.cat-heading { font-size: 1.5rem; color: var(--green-900); margin: 54px 0 6px; display: flex; align-items: center; gap: 14px; }
.cat-heading::after { content: ""; flex: 1; height: 1px; background: var(--sand); }
.empty-note { text-align: center; color: var(--muted); padding: 80px 0; }

/* ————— Modal ————— */
.modal-backdrop {
  position: fixed; inset: 0; z-index: 100;
  background: rgba(18, 36, 26, 0.55); backdrop-filter: blur(6px);
  display: none; align-items: center; justify-content: center; padding: 24px;
}
.modal-backdrop.open { display: flex; }
.modal {
  background: var(--white); border-radius: 20px; max-width: 920px; width: 100%;
  max-height: 90vh; overflow: auto; display: grid; grid-template-columns: 1fr 1fr;
  box-shadow: 0 30px 80px rgba(0,0,0,0.35); position: relative;
}
.modal-close {
  position: absolute; top: 14px; right: 14px; z-index: 2;
  width: 38px; height: 38px; border-radius: 50%; border: none; cursor: pointer;
  background: rgba(255,255,255,0.92); color: var(--ink); font-size: 1.15rem; font-weight: 700;
  box-shadow: 0 4px 14px rgba(0,0,0,0.18);
}
.modal-media { background: var(--green-100); min-height: 380px; position: relative; }
.modal-media img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.modal-media .noimg { position: absolute; inset: 0; }
.modal-thumbs { position: absolute; bottom: 14px; left: 14px; display: flex; gap: 8px; z-index: 2; }
.modal-thumbs button {
  width: 52px; height: 52px; border-radius: 10px; overflow: hidden; border: 2px solid rgba(255,255,255,0.8);
  cursor: pointer; padding: 0; background: none; opacity: 0.75; transition: opacity .15s;
}
.modal-thumbs button.active, .modal-thumbs button:hover { opacity: 1; border-color: #fff; }
.modal-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.modal-body { padding: 38px 36px; }
.modal-body .card-tr { font-size: 0.95rem; }
.modal-body h2 { font-family: var(--font-display); font-style: italic; font-weight: 600; font-size: 1.7rem; color: var(--green-900); margin: 4px 0 16px; }
.modal-body .desc { color: var(--muted); font-size: 0.98rem; margin-bottom: 24px; }
.spec { display: grid; grid-template-columns: 118px 1fr; gap: 8px 14px; font-size: 0.92rem; margin-bottom: 26px; }
.spec dt { color: var(--muted); font-weight: 600; }
.spec dd { color: var(--ink); font-weight: 600; }
.temsili-note { font-size: 0.78rem; color: var(--gold); margin-top: 12px; }

/* ————— Responsive ————— */
@media (max-width: 960px) {
  .hero-inner, .split, .cta { grid-template-columns: 1fr; }
  .features { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
  .split-media img { height: 380px; }
  .hero-gallery figure:nth-child(1) { height: 340px; }
  .hero-gallery figure:nth-child(2), .hero-gallery figure:nth-child(3) { height: 163px; }
  .modal { grid-template-columns: 1fr; }
  .modal-media { min-height: 280px; }
  .cta-actions { justify-content: flex-start; }
}
@media (max-width: 680px) {
  .nav-links { display: none; position: absolute; top: 72px; left: 0; right: 0; background: var(--cream); flex-direction: column; padding: 22px 6%; gap: 18px; border-bottom: 1px solid var(--sand); align-items: flex-start; }
  .nav-links.open { display: flex; }
  .nav-toggle { display: block; }
  .features { grid-template-columns: 1fr; }
  .section { padding: 64px 0; }
  .cta { padding: 44px 30px; }
  .search { margin-left: 0; width: 100%; }
  .toolbar { top: 71px; }
}
