/* ═══════════════════════════════════════════════════════
   style.css — Mavizüm Fresh · Tüm sayfalarda ortak CSS
═══════════════════════════════════════════════════════ */

/* ─── RESET + VARIABLES ──────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --green:      #f3144b;
  --green-mid:  #d01040;
  --gold:       #27a327;
  --gold-light: #3cba3c;
  --light:      #f5f3fb;
  --cream:      #f8f4ee;
  --text:       #2d2d2d;
  --muted:      #666;
}

body { font-family: 'Inter', sans-serif; color: var(--text); background: #fff; }
a    { text-decoration: none; color: inherit; }
ul   { list-style: none; }
img  { display: block; }

/* ─── HEADER ─────────────────────────────────────────── */
header {
  position: sticky; top: 0; z-index: 200;
  background: var(--green);
  overflow: visible;
}
.header-inner {
  max-width: 1280px; margin: 0 auto; padding: 0 40px;
  height: 72px;
  display: flex; align-items: center; justify-content: space-between;
}

.nav-logo-wrap {
  width: 112px; height: 112px;
  background: #fff;
  border-radius: 50%;
  border: 4px solid var(--green);
  box-shadow: 0 6px 24px rgba(0,0,0,.25);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-bottom: -40px;
}
.nav-logo { height: 90px; width: 90px; object-fit: contain; border-radius: 50%; }

.hdr-nav { display: flex; align-items: center; gap: 28px; }
.hdr-nav a {
  font-size: 14px; font-weight: 500;
  color: rgba(255,255,255,.9);
  transition: color .2s; white-space: nowrap;
}
.hdr-nav a:hover,
.hdr-nav a.active { color: #fff; font-weight: 700; }

.hdr-right { display: flex; align-items: center; gap: 14px; }
.hdr-divider { width: 1px; height: 20px; background: rgba(255,255,255,.25); }

.hdr-social { display: flex; gap: 12px; }
.hdr-social a {
  color: rgba(255,255,255,.75); transition: color .2s;
  display: flex; align-items: center;
}
.hdr-social a:hover { color: #fff; }
.hdr-social svg { width: 16px; height: 16px; fill: currentColor; }

.hdr-right .btn-order {
  background: transparent;
  border: 1.5px solid var(--light);
  color: var(--light);
  padding: 8px 18px; border-radius: 30px;
  font-size: 14px; font-weight: 500;
  display: flex; align-items: center; gap: 7px;
  transition: background .2s, color .2s;
}
.hdr-right .btn-order:hover { background: var(--light); color: var(--green); }
.hdr-right .btn-order svg { width: 15px; height: 15px; fill: currentColor; }

.lang-btn {
  display: flex; align-items: center; gap: 5px;
  font-size: 13px; font-weight: 500; cursor: pointer;
  color: rgba(255,255,255,.85);
}

/* ─── FOOTER ─────────────────────────────────────────── */
footer { background: #1c0408; color: #fff; padding: 56px 40px 28px; }
.footer-inner { max-width: 1100px; margin: 0 auto; }
.footer-top {
  display: grid; grid-template-columns: 2fr 1fr 1fr;
  gap: 56px; padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.f-logo-col { display: flex; flex-direction: column; }
.f-logo-top { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; }
.f-logo-col img { height: 72px; width: 72px; object-fit: contain; flex-shrink: 0; }
.f-logo-col .f-desc { font-size: 13px; opacity: .75; line-height: 1.75; margin: 0; }

.f-socials { display: flex; gap: 12px; }
.f-socials a {
  width: 34px; height: 34px; border-radius: 50%;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.7); transition: background .2s, color .2s;
}
.f-socials a:hover { background: var(--gold); color: #fff; border-color: var(--gold); }
.f-socials svg { width: 15px; height: 15px; fill: currentColor; }

.f-col-tag {
  font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--gold); margin-bottom: 22px; font-weight: 700;
}
.contact-row {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 14px; opacity: .85; margin-bottom: 14px; line-height: 1.5;
}
.contact-row svg { width: 16px; height: 16px; fill: var(--gold); flex-shrink: 0; margin-top: 1px; }

.f-links li { margin-bottom: 11px; }
.f-links a { font-size: 14px; color: rgba(255,255,255,.75); transition: color .2s; }
.f-links a:hover { color: var(--gold); }

.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  margin-top: 28px; font-size: 13px; color: rgba(255,255,255,.5);
}
.footer-bottom a { color: rgba(255,255,255,.5); transition: color .2s; }
.footer-bottom a:hover { color: rgba(255,255,255,.85); }
.footer-links-row { display: flex; gap: 20px; }

/* ─── SECTION HELPERS (paylaşılan) ───────────────────── */
.tag {
  font-size: 12px; font-weight: 700; letter-spacing: 2.5px;
  text-transform: uppercase; color: var(--gold); margin-bottom: 10px;
}
.sec-title {
  font-family: 'Playfair Display', serif;
  font-size: 38px; font-weight: 700; color: var(--text);
  line-height: 1.2;
}
.btn-ghost {
  border: 1.5px solid #ccc; background: transparent;
  padding: 9px 20px; border-radius: 24px;
  font-size: 13px; font-weight: 500; cursor: pointer;
  display: inline-flex; align-items: center; gap: 6px; color: var(--text);
  transition: border-color .2s, color .2s;
}
.btn-ghost:hover { border-color: var(--green); color: var(--green); }

/* ─── INDEX · HERO ───────────────────────────────────── */
.hero {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  background-image: url('hero.png');
  background-size: cover;
  background-position: center right;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(
    to right,
    rgba(240,232,210,.72) 0%,
    rgba(235,228,205,.55) 28%,
    rgba(230,224,200,.25) 50%,
    transparent 68%
  );
}
.hero-left {
  position: relative; z-index: 1;
  display: flex; align-items: center;
  min-height: 500px;
  padding: 80px 60px 80px 100px;
  max-width: 640px;
}
.hero-text { width: 100%; }
.hero-text h1 {
  font-family: 'Playfair Display', serif;
  font-size: 60px; line-height: 1.12; font-weight: 700;
  color: var(--green);
}
.hero-text h1 .gold { color: var(--gold); }
.hero-text .sub {
  margin: 22px 0 36px;
  color: var(--muted); font-size: 15px; line-height: 1.75; max-width: 370px;
}
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }

.btn-primary {
  background: var(--green); color: #fff;
  padding: 13px 26px; border-radius: 30px;
  font-size: 14px; font-weight: 500;
  display: inline-flex; align-items: center; gap: 7px;
  transition: background .2s;
}
.btn-primary:hover { background: var(--green-mid); }

.btn-outline {
  background: transparent; color: var(--text);
  border: 2px solid #c8c8c8;
  padding: 13px 26px; border-radius: 30px;
  font-size: 14px; font-weight: 500;
  display: inline-flex; align-items: center; gap: 7px;
  transition: border-color .2s, color .2s;
}
.btn-outline:hover { border-color: var(--green); color: var(--green); }
.btn-outline svg, .btn-primary svg { width: 15px; height: 15px; fill: currentColor; }

.hero-img-wrap { position: relative; overflow: hidden; }
.hero-img-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.premium-badge {
  position: absolute; bottom: 56px; right: 64px; z-index: 1;
  width: 120px; height: 120px;
  border-radius: 50%;
  background: linear-gradient(145deg, #1c1c1c, #2a2a2a);
  border: 3px solid var(--gold);
  outline: 6px solid rgba(200,168,75,.25);
  box-shadow: 0 8px 32px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.05);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center; gap: 2px;
}
.premium-badge .stars { display: flex; align-items: center; gap: 1px; color: var(--gold); }
.premium-badge .stars .s1 { font-size: 8px; }
.premium-badge .stars .s2 { font-size: 11px; }
.premium-badge .stars .s3 { font-size: 15px; }
.premium-badge .p-label {
  font-size: 9px; letter-spacing: 2.5px; font-weight: 700;
  color: rgba(255,255,255,.7); text-transform: uppercase;
}
.premium-badge .p-title {
  font-size: 13px; font-weight: 800; color: var(--gold);
  letter-spacing: 1px; line-height: 1.1; text-transform: uppercase;
}

/* ─── INDEX · FEATURE BAR ────────────────────────────── */
.feature-bar {
  background: transparent;
  padding: 0 40px;
  margin-top: -38px;
  margin-bottom: -38px;
  position: relative; z-index: 10;
}
.feature-bar-inner {
  max-width: 900px; margin: 0 auto;
  background: var(--green);
  border-radius: 60px;
  padding: 18px 40px;
  display: grid; grid-template-columns: repeat(4,1fr);
  box-shadow: 0 8px 32px rgba(0,0,0,.22);
}
.feat-item {
  display: flex; align-items: center; justify-content: center;
  gap: 10px; color: #fff; padding: 4px 0;
}
.feat-item + .feat-item { border-left: 1px solid rgba(255,255,255,.18); }
.feat-icon { flex-shrink: 0; }
.feat-icon img { width: 32px; height: 32px; object-fit: contain; filter: brightness(0) invert(1); }
.feat-item h4 { font-size: 14px; font-weight: 600; line-height: 1.3; }

/* ─── INDEX · PRODUCTS ───────────────────────────────── */
.products { background: var(--cream); padding: 90px 40px; }
.products-inner { max-width: 1200px; margin: 0 auto; }
.sec-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 48px; }
.sec-header-right { display: flex; flex-direction: row; align-items: center; gap: 24px; }
.sec-header-right p { font-size: 14px; color: var(--muted); line-height: 1.6; max-width: 300px; }

/* placeholder renkleri (blog için) */
.ph-pink   { background: linear-gradient(135deg, #fce4ec 0%, #e91e63 100%); }
.ph-green2 { background: linear-gradient(135deg, #e8f5e9 0%, #66bb6a 100%); }
.ph-amber  { background: linear-gradient(135deg, #fffde7 0%, #ffa726 100%); }

/* Showcase — 3 büyük ürün kartı */
.prod-showcase { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }

.prod-card {
  border-radius: 24px; overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 28px rgba(0,0,0,.08);
  transition: transform .3s, box-shadow .3s;
  display: flex; flex-direction: column;
}
.prod-card:hover { transform: translateY(-10px); box-shadow: 0 22px 56px rgba(0,0,0,.14); }

.prod-card-img {
  height: 300px; overflow: hidden;
}
.prod-card-img img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  transition: transform .35s;
}
.prod-card:hover .prod-card-img img { transform: scale(1.06); }

.prod-red    .prod-card-img { background: linear-gradient(145deg, #fff0f4 0%, #ffd6e4 100%); }
.prod-yellow .prod-card-img { background: linear-gradient(145deg, #fffef0 0%, #fff6b0 100%); }
.prod-white  .prod-card-img { background: linear-gradient(145deg, #f8f4ee 0%, #ede9e0 100%); }

.prod-card-body { padding: 28px 28px 32px; flex: 1; display: flex; flex-direction: column; }

.prod-variety {
  font-size: 10px; font-weight: 700; letter-spacing: 2.5px;
  text-transform: uppercase; margin-bottom: 10px; display: block;
}
.prod-red    .prod-variety { color: #d81b60; }
.prod-yellow .prod-variety { color: #c47800; }
.prod-white  .prod-variety { color: var(--muted); }

.prod-card-body h3 {
  font-family: 'Playfair Display', serif;
  font-size: 22px; font-weight: 700; color: var(--text);
  margin-bottom: 12px; line-height: 1.3;
}
.prod-card-body > p { font-size: 14px; color: var(--muted); line-height: 1.75; flex: 1; margin-bottom: 20px; }

.prod-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 24px; }
.prod-tag { font-size: 11px; font-weight: 600; padding: 4px 12px; border-radius: 20px; }
.prod-red    .prod-tag { background: rgba(216,27,96,.09);  color: #ad1457; }
.prod-yellow .prod-tag { background: rgba(196,120,0,.11);  color: #9a6200; }
.prod-white  .prod-tag { background: rgba(0,0,0,.06);       color: var(--muted); }

.btn-prod {
  background: var(--green); color: #fff;
  padding: 11px 22px; border-radius: 30px;
  font-size: 13px; font-weight: 600;
  display: inline-flex; align-items: center; gap: 7px;
  align-self: flex-start; transition: background .2s;
}
.btn-prod:hover { background: var(--green-mid); }

/* ─── PRODUCTS PAGE ──────────────────────────────────── */
.urun-section { padding: 96px 40px; }
.urun-inner {
  max-width: 1100px; margin: 0 auto;
  display: flex; align-items: center; gap: 80px;
}
.urun-section.urun-reverse .urun-inner { flex-direction: row-reverse; }
.urun-section.urun-bg-cream { background: var(--cream); }

.urun-img {
  flex: 0 0 460px;
  min-height: 480px; border-radius: 28px; overflow: hidden;
}
.urun-img img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }

.urun-text { flex: 1; }
.urun-text .tag { display: block; margin-bottom: 14px; }
.urun-red    .urun-text .tag { color: #d81b60; }
.urun-yellow .urun-text .tag { color: #c47800; }
.urun-white  .urun-text .tag { color: var(--muted); }

.urun-text h2 {
  font-family: 'Playfair Display', serif;
  font-size: 42px; font-weight: 700; color: var(--text);
  line-height: 1.2; margin-bottom: 16px;
}
.urun-tagline {
  font-family: 'Playfair Display', serif;
  font-style: italic; font-size: 17px;
  color: var(--muted); margin-bottom: 24px; line-height: 1.5; display: block;
}
.urun-text > p { font-size: 15px; color: var(--muted); line-height: 1.85; margin-bottom: 32px; }

.urun-benefits { margin-bottom: 36px; display: flex; flex-direction: column; gap: 14px; }
.urun-benefits li {
  display: flex; align-items: flex-start; gap: 14px;
  font-size: 14px; color: var(--text); line-height: 1.6;
}
.urun-benefit-dot {
  width: 8px; height: 8px; border-radius: 50%;
  flex-shrink: 0; margin-top: 6px;
}
.urun-red    .urun-benefit-dot { background: #d81b60; }
.urun-yellow .urun-benefit-dot { background: #c47800; }
.urun-white  .urun-benefit-dot { background: var(--muted); }

.urun-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-urun-primary {
  background: var(--green); color: #fff;
  padding: 13px 28px; border-radius: 30px;
  font-size: 14px; font-weight: 600;
  display: inline-flex; align-items: center; gap: 8px;
  transition: background .2s;
}
.btn-urun-primary:hover { background: var(--green-mid); }
.btn-urun-outline {
  background: transparent; color: var(--text);
  border: 2px solid #ccc;
  padding: 13px 28px; border-radius: 30px;
  font-size: 14px; font-weight: 600;
  display: inline-flex; align-items: center; gap: 8px;
  transition: border-color .2s, color .2s;
}
.btn-urun-outline:hover { border-color: var(--green); color: var(--green); }

.urun-cta { background: var(--green); padding: 80px 40px; text-align: center; }
.urun-cta h2 { font-family: 'Playfair Display', serif; font-size: 36px; color: #fff; margin-bottom: 16px; }
.urun-cta p { color: rgba(255,255,255,.8); font-size: 16px; margin-bottom: 36px; max-width: 500px; margin-left: auto; margin-right: auto; }
.btn-urun-cta {
  background: #fff; color: var(--green);
  padding: 14px 36px; border-radius: 30px;
  font-size: 15px; font-weight: 700;
  display: inline-flex; align-items: center; gap: 8px;
  transition: background .2s, transform .2s;
}
.btn-urun-cta:hover { background: var(--light); transform: translateY(-2px); }
.btn-urun-cta svg { stroke: var(--green); }

/* ─── INDEX · ABOUT ──────────────────────────────────── */
.about { display: flex; position: relative; min-height: 300px; background: #f0ede6; }
.about-text {
  flex: 1; max-width: 50%; z-index: 2;
  background: #f0ede6;
  padding: 28px 64px;
  display: flex; flex-direction: column; justify-content: center;
}
.about-text .tag { margin-bottom: 5px; }
.about-text .sec-title { font-size: 32px; margin-bottom: 16px; line-height: 1.3; }
.about-text p { font-size: 14px; color: var(--muted); line-height: 1.75; margin-bottom: 28px; }
.btn-about {
  background: var(--green); color: #fff;
  padding: 11px 24px; border-radius: 30px;
  font-size: 14px; font-weight: 500;
  display: inline-flex; align-items: center; gap: 8px;
  align-self: flex-start; transition: background .2s;
}
.btn-about:hover { background: var(--green-mid); }
.about-img {
  flex: 1;
  background-image: url('calltoaction.png');
  background-size: cover;
  background-position: center;
  clip-path: ellipse(100% 100% at 100% 50%);
}
.badge-wrapper {
  position: absolute; left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.exp-badge {
  width: 140px; height: 140px;
  background: #fff;
  border: 3px solid #d4c4a8;
  border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  box-shadow: 0 4px 10px rgba(0,0,0,.06);
  text-align: center;
}
.exp-badge .num { font-size: 32px; font-weight: 700; color: var(--green); line-height: 1; }
.exp-badge .label { font-size: 12px; color: #444; font-weight: 500; margin-top: 2px; margin-bottom: 5px; line-height: 1.4; }
.exp-badge .leaf svg { width: 24px; height: 24px; fill: var(--green); }

/* ─── INDEX · BLOG ───────────────────────────────────── */
.blog { background: #fff; padding: 90px 40px; }
.blog-inner { max-width: 1280px; margin: 0 auto; }
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; margin-top: 44px; }
.b-card {
  border-radius: 16px; overflow: hidden;
  box-shadow: 0 2px 14px rgba(0,0,0,.06);
  transition: transform .25s, box-shadow .25s;
}
.b-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,.12); }
.b-thumb { height: 200px; overflow: hidden; }
.b-thumb img { width: 100%; height: 100%; object-fit: cover; }
.b-body { padding: 24px; background: #fff; }
.b-body h3 { font-family: 'Playfair Display', serif; font-size: 17px; font-weight: 700; margin-bottom: 8px; line-height: 1.4; }
.b-body p { font-size: 13px; color: var(--muted); margin-bottom: 16px; }
.btn-read {
  color: var(--green); font-size: 13px; font-weight: 600;
  display: inline-flex; align-items: center; gap: 5px;
  transition: gap .2s;
}
.btn-read:hover { gap: 8px; }

/* ─── KURUMSAL · PAGE HERO ───────────────────────────── */
.page-hero { background: var(--cream); padding: 64px 40px 56px; border-bottom: 1px solid rgba(0,0,0,.06); }
.page-hero-inner { max-width: 1100px; margin: 0 auto; }
.breadcrumb { font-size: 13px; color: var(--muted); margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
.breadcrumb a { color: var(--green); }
.breadcrumb span { color: var(--muted); }
.page-hero h1 { font-family: 'Playfair Display', serif; font-size: 48px; font-weight: 700; color: var(--text); line-height: 1.15; }
.page-hero h1 span { color: var(--green); }
.page-hero p { font-size: 15px; color: var(--muted); line-height: 1.75; margin-top: 16px; max-width: 560px; }

/* ─── KURUMSAL · HİKAYEMİZ ──────────────────────────── */
.story { padding: 96px 40px; }
.story-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.story-img {
  border-radius: 16px; overflow: hidden;
  background-image: url('calltoaction.png');
  background-size: cover; background-position: center;
  min-height: 420px; position: relative;
}
.story-img-badge {
  position: absolute; bottom: 28px; left: 28px;
  background: var(--green); color: #fff;
  padding: 14px 22px; border-radius: 12px;
  box-shadow: 0 8px 24px rgba(243,20,75,.35);
}
.story-img-badge .num { font-family: 'Playfair Display', serif; font-size: 36px; font-weight: 700; line-height: 1; }
.story-img-badge .lbl { font-size: 12px; opacity: .85; margin-top: 2px; }
.story-text .tag { font-size: 12px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; display: block; }
.story-text h2 { font-family: 'Playfair Display', serif; font-size: 36px; font-weight: 700; line-height: 1.25; margin-bottom: 22px; }
.story-text p { font-size: 14px; color: var(--muted); line-height: 1.85; margin-bottom: 16px; }

/* ─── KURUMSAL · MİSYON & VİZYON ────────────────────── */
.mv { background: var(--cream); padding: 96px 40px; }
.mv-inner { max-width: 1100px; margin: 0 auto; }
.mv-header { text-align: center; margin-bottom: 56px; }
.mv-header .tag { font-size: 12px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 10px; }
.mv-header h2 { font-family: 'Playfair Display', serif; font-size: 38px; font-weight: 700; }
.mv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.mv-card {
  background: #fff; border-radius: 20px; padding: 44px 40px;
  box-shadow: 0 4px 24px rgba(0,0,0,.06);
  border-top: 4px solid var(--green);
}
.mv-card.vision { border-top-color: var(--gold); }
.mv-icon { width: 52px; height: 52px; border-radius: 14px; margin-bottom: 22px; display: flex; align-items: center; justify-content: center; background: rgba(243,20,75,.08); }
.mv-card.vision .mv-icon { background: rgba(39,163,39,.08); }
.mv-icon svg { width: 26px; height: 26px; fill: var(--green); }
.mv-card.vision .mv-icon svg { fill: var(--gold); }
.mv-card h3 { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 700; margin-bottom: 14px; }
.mv-card p { font-size: 14px; color: var(--muted); line-height: 1.85; }

/* ─── KURUMSAL · DEĞERLERİMİZ ────────────────────────── */
.values { padding: 96px 40px; }
.values-inner { max-width: 1100px; margin: 0 auto; }
.values-header { text-align: center; margin-bottom: 56px; }
.values-header .tag { font-size: 12px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 10px; }
.values-header h2 { font-family: 'Playfair Display', serif; font-size: 38px; font-weight: 700; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.val-card { background: var(--cream); border-radius: 16px; padding: 36px 28px; text-align: center; transition: transform .25s, box-shadow .25s; }
.val-card:hover { transform: translateY(-6px); box-shadow: 0 12px 32px rgba(0,0,0,.1); }
.val-icon { width: 60px; height: 60px; border-radius: 50%; margin: 0 auto 20px; display: flex; align-items: center; justify-content: center; background: #fff; box-shadow: 0 4px 14px rgba(0,0,0,.08); }
.val-icon img { width: 30px; height: 30px; object-fit: contain; filter: invert(47%) sepia(80%) saturate(500%) hue-rotate(87deg) brightness(90%); }
.val-card h4 { font-size: 15px; font-weight: 700; margin-bottom: 10px; color: var(--text); }
.val-card p { font-size: 13px; color: var(--muted); line-height: 1.7; }

/* ─── KURUMSAL · NEDEN BİZ ───────────────────────────── */
.why { background: var(--cream); padding: 96px 40px; }
.why-inner { max-width: 1100px; margin: 0 auto; }
.why-header { text-align: center; margin-bottom: 56px; }
.why-header .tag { font-size: 12px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 10px; }
.why-header h2 { font-family: 'Playfair Display', serif; font-size: 38px; font-weight: 700; color: var(--text); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.why-card { background: #fff; border: 1px solid rgba(0,0,0,.07); border-radius: 16px; padding: 36px 30px; box-shadow: 0 4px 20px rgba(0,0,0,.06); }
.why-num { font-family: 'Playfair Display', serif; font-size: 48px; font-weight: 700; color: var(--green); opacity: .2; line-height: 1; margin-bottom: 16px; }
.why-card h4 { font-size: 16px; font-weight: 700; margin-bottom: 12px; color: var(--text); }
.why-card p { font-size: 13px; line-height: 1.75; color: var(--muted); }

/* ════════════════════════════════════════════════════════
   HAMBURGER + MOBİL MENÜ
════════════════════════════════════════════════════════ */
.hamburger {
  display: none;
  align-items: center; justify-content: center;
  background: none; border: none; cursor: pointer;
  color: #fff; padding: 6px; border-radius: 6px;
  transition: background .2s; flex-shrink: 0;
}
.hamburger:hover { background: rgba(255,255,255,.15); }
.hamburger svg { width: 26px; height: 26px; }

.mobile-nav {
  display: none;
  position: fixed; inset: 0; z-index: 500;
  background: rgba(0,0,0,.45);
  backdrop-filter: blur(3px);
}
body.nav-open .mobile-nav { display: flex; }
body.nav-open { overflow: hidden; }

.mobile-nav-inner {
  background: #fff;
  width: min(300px, 88vw);
  height: 100%; margin-left: auto;
  padding: 24px 28px 40px;
  display: flex; flex-direction: column; gap: 24px;
  overflow-y: auto;
  box-shadow: -10px 0 48px rgba(0,0,0,.22);
  animation: slideIn .25s ease;
}
@keyframes slideIn { from { transform: translateX(100%); } to { transform: translateX(0); } }

.mobile-nav-top {
  display: flex; align-items: center; justify-content: space-between;
}
.mobile-nav-logo { height: 52px; object-fit: contain; }

.mobile-nav-close {
  background: none; border: none; cursor: pointer;
  color: var(--muted); font-size: 22px;
  width: 34px; height: 34px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%; transition: background .2s;
}
.mobile-nav-close:hover { background: var(--cream); color: var(--text); }

.mobile-nav-links { display: flex; flex-direction: column; }
.mobile-nav-links a {
  font-size: 15px; font-weight: 500; color: var(--text);
  padding: 12px 0; border-bottom: 1px solid rgba(0,0,0,.06);
  transition: color .2s;
}
.mobile-nav-links a:hover { color: var(--green); }
.mobile-nav-links a.active { color: var(--green); font-weight: 700; }

.mobile-nav-bottom {
  margin-top: auto;
  display: flex; flex-direction: column; gap: 16px;
}
.mobile-nav-socials { display: flex; gap: 14px; }
.mobile-nav-socials a {
  color: var(--muted); transition: color .2s;
  display: flex; align-items: center;
}
.mobile-nav-socials a:hover { color: var(--green); }
.mobile-nav-socials svg { width: 20px; height: 20px; fill: currentColor; }

.mobile-nav-order {
  background: var(--green); color: #fff;
  padding: 13px 24px; border-radius: 30px;
  font-size: 14px; font-weight: 600; text-align: center;
  display: flex; align-items: center; justify-content: center; gap: 8px;
  transition: background .2s;
}
.mobile-nav-order:hover { background: var(--green-mid); }
.mobile-nav-order svg { width: 15px; height: 15px; fill: currentColor; }

/* ════════════════════════════════════════════════════════
   RESPONSIVE — Wide ≥ 1600px
════════════════════════════════════════════════════════ */
@media (min-width: 1600px) {
  .header-inner { max-width: 1480px; }
  .hero-text h1 { font-size: 72px; }
  .hero-left { padding: 100px 80px 100px 140px; max-width: 720px; }
  .feature-bar-inner { max-width: 1060px; }
  .products-inner,
  .blog-inner,
  .story-inner,
  .mv-inner,
  .values-inner,
  .why-inner,
  .page-hero-inner,
  .footer-inner { max-width: 1320px; }
}

/* ════════════════════════════════════════════════════════
   RESPONSIVE — Laptop 1024–1279px
════════════════════════════════════════════════════════ */
@media (max-width: 1279px) {
  .header-inner { padding: 0 28px; }
  .hdr-nav { gap: 20px; }

  .hero-left { padding: 60px 40px 60px 60px; }
  .hero-text h1 { font-size: 52px; }

  .feature-bar { padding: 0 28px; }
  .feature-bar-inner { max-width: 100%; }

  .products { padding: 80px 28px; }
  .blog { padding: 80px 28px; }
  .about-text { padding: 28px 48px; }

  .story { padding: 80px 28px; }
  .mv, .values, .why { padding: 80px 28px; }
  .page-hero { padding: 56px 28px 48px; }

  footer { padding: 48px 28px 24px; }
}

/* ════════════════════════════════════════════════════════
   RESPONSIVE — Tablet 768–1023px
════════════════════════════════════════════════════════ */
@media (max-width: 1023px) {
  /* Header — hamburger devreye girer */
  .hdr-nav, .hdr-right { display: none; }
  .hamburger { display: flex; }
  .nav-logo-wrap { width: 94px; height: 94px; margin-bottom: -34px; }
  .nav-logo { width: 76px; height: 76px; }

  /* Hero */
  .hero { min-height: 460px; }
  .hero-left { padding: 52px 36px 52px 44px; max-width: 65%; min-height: auto; }
  .hero-text h1 { font-size: 44px; }
  .hero-text .sub { font-size: 14px; max-width: 100%; }
  .premium-badge { width: 100px; height: 100px; bottom: 36px; right: 36px; }

  /* Feature bar */
  .feature-bar { margin-top: -28px; margin-bottom: -28px; padding: 0 24px; }
  .feature-bar-inner {
    grid-template-columns: repeat(2, 1fr);
    border-radius: 24px; padding: 16px 24px; gap: 0;
  }
  .feat-item + .feat-item { border-left: none; }
  .feat-item:nth-child(2n) { border-left: 1px solid rgba(255,255,255,.2); }
  .feat-item:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.2); padding-top: 12px; margin-top: 8px; }

  /* Products (showcase) */
  .products { padding: 72px 24px; }
  .prod-showcase { grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .prod-card-img { height: 240px; }
  .sec-header-right p { display: none; }

  /* Products page */
  .urun-section { padding: 72px 24px; }
  .urun-inner { flex-direction: column !important; gap: 40px; }
  .urun-img { flex: none; width: 100%; min-height: 320px; }
  .urun-text h2 { font-size: 34px; }
  .urun-cta { padding: 64px 24px; }

  /* About */
  .about { flex-direction: column; }
  .about-text { max-width: 100%; padding: 48px 24px; }
  .about-img { min-height: 300px; clip-path: none; }
  .badge-wrapper {
    position: relative; left: auto; top: auto;
    transform: none; display: flex; justify-content: center;
    padding: 28px 0; background: #f0ede6;
  }

  /* Blog */
  .blog { padding: 72px 24px; }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }

  /* Footer */
  footer { padding: 48px 24px 24px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 36px; }
  .f-logo-col { grid-column: 1 / -1; }

  /* Kurumsal */
  .page-hero { padding: 48px 24px 40px; }
  .page-hero h1 { font-size: 40px; }
  .story { padding: 72px 24px; }
  .story-inner { grid-template-columns: 1fr; gap: 40px; }
  .mv { padding: 72px 24px; }
  .mv-grid { grid-template-columns: 1fr; }
  .values { padding: 72px 24px; }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .why { padding: 72px 24px; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }

  /* Contact page — tablet */
  .contact-page { padding: 52px 24px; }
  .contact-inner { gap: 36px; }
  .contact-form .cf-row { grid-template-columns: 1fr; }
}

/* ════════════════════════════════════════════════════════
   RESPONSIVE — Mobile < 768px
════════════════════════════════════════════════════════ */
@media (max-width: 767px) {
  /* Header */
  .header-inner { padding: 0 16px; height: 60px; }
  .nav-logo-wrap { width: 80px; height: 80px; margin-bottom: -24px; }
  .nav-logo { width: 64px; height: 64px; }

  /* Hero */
  .hero { min-height: auto; background-position: center top; }
  .hero::before {
    background: linear-gradient(
      to bottom,
      rgba(240,232,210,.90) 0%,
      rgba(240,232,210,.75) 60%,
      rgba(240,232,210,.20) 100%
    );
  }
  .hero-left { padding: 48px 16px 72px; max-width: 100%; min-height: auto; }
  .hero-text h1 { font-size: 34px; line-height: 1.2; }
  .hero-text h1 br { display: none; }
  .hero-text .sub { font-size: 14px; margin: 14px 0 24px; max-width: 100%; }
  .hero-btns { flex-direction: column; gap: 10px; }
  .btn-primary, .btn-outline { width: 100%; justify-content: center; }
  .premium-badge { display: none; }

  /* Feature bar — negatif margin kaldır, kendi bloğu olsun */
  .feature-bar {
    margin-top: 0; margin-bottom: 0;
    padding: 20px 16px;
    background: var(--green);
  }
  .feature-bar-inner {
    grid-template-columns: repeat(2, 1fr);
    background: transparent; box-shadow: none;
    border-radius: 0; padding: 8px 0; max-width: 100%; gap: 0;
  }
  .feat-item + .feat-item { border-left: none; }
  .feat-item:nth-child(2n) { border-left: 1px solid rgba(255,255,255,.22); }
  .feat-item:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.18); padding-top: 14px; margin-top: 10px; }

  /* Section padding */
  .products, .blog { padding: 60px 16px; }
  .story, .mv, .values, .why { padding: 60px 16px; }

  /* Titles */
  .sec-title { font-size: 26px; }
  .mv-header h2, .values-header h2, .why-header h2 { font-size: 26px; }

  /* sec-header */
  .sec-header { flex-direction: column; gap: 12px; align-items: flex-start; margin-bottom: 28px; }
  .sec-header-right { flex-direction: column; gap: 10px; align-items: flex-start; }
  .sec-header-right p { display: none; }

  /* Products showcase — mobile: single column */
  .prod-showcase { grid-template-columns: 1fr; gap: 24px; }
  .prod-card-img { height: 260px; }
  .prod-card-body { padding: 24px 24px 28px; }

  /* Products page — mobile */
  .urun-section { padding: 52px 16px; }
  .urun-img { min-height: 260px; }
  .urun-text h2 { font-size: 28px; }
  .urun-tagline { font-size: 15px; }
  .urun-cta { padding: 56px 16px; }
  .urun-cta h2 { font-size: 28px; }
  .urun-actions { flex-direction: column; gap: 10px; }
  .btn-urun-primary, .btn-urun-outline { width: 100%; justify-content: center; }

  /* About */
  .about { flex-direction: column; }
  .about-text { max-width: 100%; padding: 40px 16px; }
  .about-img { min-height: 220px; clip-path: none; }
  .badge-wrapper { display: none; }

  /* Blog */
  .blog-grid { grid-template-columns: 1fr; gap: 20px; }

  /* Footer */
  footer { padding: 48px 16px 24px; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; gap: 10px; text-align: center; }
  .footer-links-row { flex-wrap: wrap; justify-content: center; gap: 12px; }

  /* Kurumsal */
  .page-hero { padding: 36px 16px 32px; }
  .page-hero h1 { font-size: 28px; }
  .page-hero p { font-size: 14px; }

  .story-inner { grid-template-columns: 1fr; gap: 28px; }
  .story-img { min-height: 240px; }
  .story-img-badge { padding: 10px 16px; }
  .story-img-badge .num { font-size: 28px; }

  .mv-grid { grid-template-columns: 1fr; }
  .mv-card { padding: 32px 24px; }

  .values-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .val-card { padding: 24px 16px; }

  .why-grid { grid-template-columns: 1fr; }

  /* Contact page — mobile */
  .contact-page { padding: 32px 16px; }
  .contact-inner { grid-template-columns: 1fr; gap: 32px; }
  .contact-form .cf-row { grid-template-columns: 1fr; }
  .contact-map { margin-top: 32px; }
  .contact-map iframe { height: 240px; }
  .contact-map-placeholder { padding: 24px 16px; margin-top: 24px; }

  /* Blog detail — mobile */
  .blog-detail { padding: 28px 16px; }

  /* Kalite — mobile */
  .cert-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .kstat-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ─── DROPDOWN NAV ─────────────────────────────── */
.has-dropdown { position: relative; }
.dropdown {
  display: none; position: absolute; top: calc(100% + 6px); left: 50%;
  transform: translateX(-50%); background: #fff;
  border-radius: 12px; box-shadow: 0 8px 32px rgba(0,0,0,.12);
  min-width: 180px; padding: 8px 0; z-index: 300;
}
.has-dropdown:hover .dropdown { display: block; }
.dropdown a { display: block; padding: 10px 18px; color: #2d2d2d; font-size: 13px; }
.dropdown a:hover { background: #f5f3fb; color: var(--green); }
.dd-arr { font-size: 10px; }
.mobile-sub { padding-left: 24px !important; font-size: 13px !important; opacity: .8; }

/* ─── BLOG PAGE / BLOG DETAIL ─────────────────── */
.b-date { font-size: 12px; color: var(--muted); margin-bottom: 6px; display: block; }

/* ─── BLOG DETAIL ──────────────────────────────── */
.blog-detail-wrap { padding: 60px 40px; max-width: 800px; margin: 0 auto; }
.blog-detail { }
.blog-detail-img { border-radius: 16px; overflow: hidden; margin-bottom: 32px; max-height: 440px; }
.blog-detail-img img { width: 100%; height: 440px; object-fit: cover; }
.blog-detail h1 { font-family: 'Playfair Display', serif; font-size: clamp(24px, 4vw, 40px); font-weight: 700; margin-bottom: 12px; }
.blog-detail-meta { color: var(--muted); font-size: 13px; margin-bottom: 32px; padding-bottom: 20px; border-bottom: 1px solid #eee; }
.blog-detail-content { font-size: 16px; line-height: 1.85; color: #3a3a3a; }
.blog-detail-content p { margin-bottom: 20px; }

/* ─── CONTACT PAGE ─────────────────────────────── */
.contact-page { padding: 60px 40px; max-width: 1200px; margin: 0 auto; }
.contact-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.contact-section-title { font-family: 'Playfair Display', serif; font-size: 28px; font-weight: 700; margin: 10px 0 28px; }
.contact-form .cf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form .cf-group { margin-bottom: 16px; }
.contact-form label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 6px; }
.contact-form input, .contact-form textarea {
  width: 100%; padding: 12px 14px; border: 1.5px solid #e0e0e0; border-radius: 10px;
  font-family: inherit; font-size: 14px; transition: border-color .2s;
}
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: var(--green); }
.contact-form textarea { resize: vertical; }
.btn-contact-submit {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 28px; background: var(--green); color: #fff;
  border: none; border-radius: 10px; font-size: 15px; font-weight: 600;
  cursor: pointer; font-family: inherit; transition: background .2s;
}
.btn-contact-submit:hover { background: var(--green-mid); }
.contact-success { background: #e8f8e8; color: #1a6b1a; padding: 14px 18px; border-radius: 10px; margin-bottom: 20px; border: 1px solid #b8e8b8; }
.contact-error   { background: #fde8ec; color: #b00030; padding: 14px 18px; border-radius: 10px; margin-bottom: 20px; border: 1px solid #f5b8c8; }
.contact-info-item { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 24px; }
.contact-info-icon { flex-shrink: 0; width: 42px; height: 42px; background: var(--light); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--green); }
.contact-info-label { font-size: 12px; color: var(--muted); font-weight: 600; text-transform: uppercase; letter-spacing: .5px; }
.contact-info-value { font-size: 15px; font-weight: 500; margin-top: 2px; }
.contact-info-value a { color: var(--green); }
.contact-map { margin-top: 48px; border-radius: 16px; overflow: hidden; }
.contact-map iframe { width: 100%; height: 380px; border: none; display: block; }
.contact-map-placeholder { margin-top: 48px; background: var(--light); border-radius: 16px; padding: 40px; text-align: center; color: var(--muted); font-size: 14px; }

/* ─── KALITE PAGE ──────────────────────────────── */
.kalite-section { padding: 60px 40px; max-width: 1200px; margin: 0 auto; }
.kalite-process-section { background: var(--light); max-width: 100%; }
.kalite-process-section .kalite-inner { max-width: 1200px; margin: 0 auto; }
.kalite-inner { max-width: 1200px; margin: 0 auto; }
.kalite-header { margin-bottom: 40px; }
.kalite-header h2 { font-family: 'Playfair Display', serif; font-size: clamp(24px, 3.5vw, 36px); font-weight: 700; margin-top: 8px; }
.cert-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; }
.cert-card { background: #fff; border-radius: 16px; padding: 32px 28px; box-shadow: 0 2px 16px rgba(0,0,0,.06); }
.cert-icon { width: 44px; height: 44px; background: var(--green); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 700; margin-bottom: 16px; }
.cert-card h4 { font-size: 16px; font-weight: 700; margin-bottom: 8px; }
.cert-card p  { font-size: 14px; color: var(--muted); line-height: 1.6; }
.process-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 24px; }
.process-card { background: #fff; border-radius: 16px; padding: 28px 24px; }
.process-num { font-size: 32px; font-weight: 800; color: var(--green); opacity: .3; margin-bottom: 12px; }
.process-card h4 { font-size: 16px; font-weight: 700; margin-bottom: 8px; }
.process-card p  { font-size: 14px; color: var(--muted); line-height: 1.6; }
.kalite-stats { background: var(--green); padding: 60px 40px; }
.kstat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; max-width: 900px; margin: 0 auto; text-align: center; }
.kstat-num { font-size: clamp(32px, 5vw, 52px); font-weight: 800; color: #fff; }
.kstat-label { font-size: 14px; color: rgba(255,255,255,.75); margin-top: 4px; }

/* ─── CUSTOM PAGE ──────────────────────────────── */
.custom-page-section { padding: 60px 40px; max-width: 900px; margin: 0 auto; }
.custom-page-inner { font-size: 16px; line-height: 1.85; color: #3a3a3a; }

/* ─── 404 PAGE ─────────────────────────────────── */
.not-found-section { padding: 100px 40px; text-align: center; }
.not-found-inner { max-width: 480px; margin: 0 auto; }
.nf-num { font-size: clamp(80px, 15vw, 140px); font-weight: 900; color: var(--light); line-height: 1; }
.not-found-section h1 { font-family: 'Playfair Display', serif; font-size: clamp(24px, 4vw, 36px); margin: 16px 0 12px; }
.not-found-section p { color: var(--muted); margin-bottom: 28px; }
