/* =====================================================================
   FATİH YEMEK — "Fotoğraflı Menü" sıcak marka teması
   Baloo 2 + Nunito · Krem / Şarap / Turuncu / Hardal · tek (açık) tema
   Signature: yuvarlak köşeler + kalın düz "sticker" gölge (0 Ypx 0)
   ===================================================================== */

:root {
  /* Brand palette */
  --cream:      #FBF1E0;   /* page paper */
  --cream-2:    #F6E6CE;   /* sunken sections */
  --cream-3:    #FFF7EA;   /* soft surface */
  --paper:      #ffffff;   /* cards */
  --wine:       #7A1F3D;   /* primary deep */
  --wine-2:     #9c2b4e;   /* wine hover */
  --wine-3:     #5e152e;   /* wine darker */
  --orange:     #E0712A;   /* secondary */
  --orange-2:   #C13F1C;   /* deep terracotta (price/hover) */
  --orange-sh:  #b4571d;   /* orange shadow */
  --gold:       #F2B441;   /* accent */
  --gold-2:     #e0a12f;
  --green:      #77A94A;   /* fresh / new */
  --ink:        #4A2A1E;   /* dark coffee text */
  --muted:      #9a7d68;   /* taupe secondary */
  --cream-txt:  #FFF3DC;   /* text on dark */
  --cream-txt2: #F3D9BE;
  --line:       #ecdcc2;   /* borders on cream */
  --line-2:     #e7d4bb;

  /* Aliases kept for existing markup */
  --brand: var(--wine);
  --brand-tint: #f7e7d6;
  --text: var(--ink);
  --text-soft: var(--muted);
  --surface: var(--paper);
  --bg: var(--cream);
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 26px;
  --gap: 24px;
  --container: 1180px;
  --header-h: 78px;

  /* Hard "sticker" shadows */
  --sh-card:   0 5px 0 rgba(122,31,61,.14);
  --sh-card-h: 0 10px 0 rgba(122,31,61,.16);
  --sh-soft:   0 8px 24px rgba(122,31,61,.10);

  --font-display: 'Baloo 2', system-ui, -apple-system, sans-serif;
  --font-body: 'Nunito', system-ui, -apple-system, 'Segoe UI', sans-serif;

  --ease: cubic-bezier(.34,1.2,.4,1);
  --dur: .2s;
}

/* legacy theme hooks — single theme, so neutralize any data-theme */
[data-theme] { color-scheme: light; }

* , *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce){ html{scroll-behavior:auto} *{animation-duration:.001ms!important;transition-duration:.001ms!important} }
body {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 600;
  color: var(--ink);
  background: var(--cream);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: var(--wine); text-decoration: none; transition: color var(--dur); }
a:hover { color: var(--wine-2); }
h1,h2,h3,h4 { font-family: var(--font-display); font-weight: 800; line-height: 1.05; margin: 0 0 .4em; color: var(--wine); letter-spacing: .01em; }
h1 { font-size: clamp(2.1rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.6rem); }
h3 { font-size: clamp(1.15rem, 2vw, 1.4rem); color: var(--ink); }
p { margin: 0 0 1rem; color: var(--muted); }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; border-radius: 6px; }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: clamp(18px,4vw,36px); }
.section { padding: clamp(52px,7vw,92px) 0; position: relative; }
.section-sunken { background: var(--cream-2); }
.eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--font-display); font-weight: 700; font-size: .82rem;
  letter-spacing: .22em; text-transform: uppercase; color: var(--orange-2);
  margin-bottom: .7rem;
}
.eyebrow::before { content:""; width: 22px; height: 3px; border-radius: 3px; background: var(--gold); }
.section-head { max-width: 720px; margin-bottom: clamp(30px,4vw,52px); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.lead { font-size: 1.1rem; color: var(--muted); font-weight: 600; }

/* ---------- Buttons (sticker) ---------- */
.btn {
  --_bg: var(--orange); --_fg: var(--cream-txt); --_sh: var(--orange-sh); --_bd: transparent;
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  font-family: var(--font-display); font-weight: 700; font-size: 1rem;
  padding: .74rem 1.5rem; border-radius: 999px; cursor: pointer;
  background: var(--_bg); color: var(--_fg); border: 2px solid var(--_bd);
  box-shadow: 0 4px 0 var(--_sh); transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), background var(--dur);
  white-space: nowrap;
}
.btn:hover { background: var(--orange-2); color: var(--cream-txt); transform: translateY(2px); box-shadow: 0 2px 0 var(--_sh); }
.btn:active { transform: translateY(4px); box-shadow: 0 0 0 var(--_sh); }
.btn .ico, .btn svg { width: 1.15em; height: 1.15em; }
.btn-lg { padding: .95rem 1.9rem; font-size: 1.08rem; }
.btn-block { width: 100%; }
.btn-light { --_bg: var(--paper); --_fg: var(--wine); --_sh: rgba(94,21,46,.28); }
.btn-light:hover { background: #fff; color: var(--wine-2); }
.btn-ghost { --_bg: transparent; --_fg: var(--wine); --_bd: var(--wine); box-shadow: none; }
.btn-ghost:hover { background: var(--wine); color: #fff; }
.btn-outline { --_bg: transparent; --_fg: var(--orange-2); --_bd: var(--orange); box-shadow: none; }
.btn-outline:hover { background: var(--orange); color: #fff; }
.btn-outline-light { --_bg: transparent; --_fg: var(--cream-txt); --_bd: rgba(255,243,220,.7); box-shadow: none; }
.btn-outline-light:hover { background: var(--cream-txt); color: var(--wine); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: color-mix(in srgb, var(--cream) 88%, transparent);
  backdrop-filter: saturate(1.3) blur(12px);
  border-bottom: 2px solid transparent; transition: border-color var(--dur), box-shadow var(--dur);
}
.site-header.scrolled { border-color: var(--line); box-shadow: 0 6px 22px rgba(122,31,61,.08); }
.header-inner { display: flex; align-items: center; gap: 1.1rem; height: var(--header-h); }
.brand-logo { display: flex; align-items: center; gap: .6rem; flex-shrink: 0; }
.brand-logo img { height: 52px; width: auto; }
.bl-text { display: flex; flex-direction: column; line-height: 1; }
.bl-text b { font-family: var(--font-display); font-weight: 800; font-size: 1.28rem; color: var(--wine); }
.bl-text span { font-family: var(--font-display); font-weight: 600; font-size: .64rem; letter-spacing: .2em; text-transform: uppercase; color: var(--orange-2); margin-top: 3px; }
.nav { display: flex; align-items: center; gap: .2rem; margin-left: auto; }
.navlink {
  font-family: var(--font-display); font-weight: 600; font-size: 1rem; color: var(--ink);
  padding: .5rem .85rem; border-radius: 999px; position: relative; transition: color var(--dur), background var(--dur);
}
.navlink:hover { color: var(--orange-2); background: #fff; }
.navlink.active { color: var(--wine); background: var(--gold); }
.header-cta { margin-left: .3rem; }
.header-tools { display: flex; align-items: center; gap: .5rem; }
.lang-switch { display: inline-flex; background: #fff; border: 2px solid var(--line); border-radius: 999px; overflow: hidden; }
.lang-switch button {
  font-family: var(--font-display); font-weight: 700; font-size: .82rem; letter-spacing: .04em;
  padding: .34rem .7rem; border: none; background: transparent; color: var(--muted); cursor: pointer; transition: background var(--dur), color var(--dur);
}
.lang-switch button.active { background: var(--wine); color: var(--cream-txt); }
.icon-btn {
  display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 999px;
  background: #fff; color: var(--wine); border: 2px solid var(--line); cursor: pointer; transition: transform var(--dur), color var(--dur), border-color var(--dur);
}
.icon-btn:hover { color: var(--orange-2); border-color: var(--orange); transform: translateY(-1px); }
.icon-btn svg { width: 20px; height: 20px; }
.burger { display: none; }

@media (max-width: 960px){
  .header-cta { display: none; }
  .burger { display: inline-grid; }
  .nav {
    position: fixed; inset: var(--header-h) 0 auto 0; flex-direction: column; align-items: stretch; gap: .2rem;
    background: var(--cream-3); padding: 1rem clamp(18px,4vw,36px) 1.5rem; margin: 0;
    border-bottom: 3px solid var(--orange); box-shadow: 0 20px 40px rgba(122,31,61,.18);
    transform: translateY(-135%); transition: transform .32s var(--ease); max-height: calc(100vh - var(--header-h)); overflow: auto;
  }
  .nav.open { transform: translateY(0); }
  .navlink { padding: .85rem .7rem; font-size: 1.1rem; border-bottom: 1px solid var(--line); border-radius: 0; }
  .navlink.active { background: transparent; color: var(--wine); }
  .header-cta { display: block; margin: .8rem 0 0; }
  .header-cta .btn { width: 100%; }
}

/* ---------- Hero slider ---------- */
.hero { position: relative; }
.slider { position: relative; height: clamp(500px, 78vh, 720px); overflow: hidden; background: var(--wine-3); }
.slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .7s var(--ease); }
.slide.active { opacity: 1; visibility: visible; }
.slide-bg { position: absolute; inset: 0; }
.slide-bg img { width: 100%; height: 100%; object-fit: cover; }
.slide::after { content:""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(52,8,20,.96) 0%, rgba(52,8,20,.86) 48%, rgba(52,8,20,.6) 100%); }
.slide .container { position: relative; height: 100%; z-index: 2; }
.slide-inner { height: 100%; display: flex; flex-direction: column; justify-content: center; max-width: 640px; color: var(--cream-txt); }
.slide-inner .eyebrow { color: var(--gold); }
.slide-inner .eyebrow::before { background: var(--gold); }
.slide h1 { color: #fff; text-shadow: 0 3px 18px rgba(0,0,0,.35); }
.slide p { color: var(--cream-txt2); font-size: 1.16rem; font-weight: 600; max-width: 46ch; }
.slide-cta { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 1.3rem; }
.slide-inner { transform: translateY(16px); opacity: 0; transition: transform .6s var(--ease) .12s, opacity .6s var(--ease) .12s; }
.slide.active .slide-inner { transform: none; opacity: 1; }

.slider-controls { position: absolute; left: 0; right: 0; bottom: 22px; z-index: 3; }
.slider-controls .container { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.dots { display: flex; gap: .5rem; }
.dots .dot { width: 30px; height: 6px; border-radius: 6px; border: none; background: rgba(255,243,220,.4); cursor: pointer; padding: 0; transition: background var(--dur), width var(--dur); }
.dots .dot.active { background: var(--gold); width: 44px; }
.slider-arrows { display: flex; gap: .5rem; }
.slider-arrows button {
  width: 48px; height: 48px; border-radius: 999px; border: 2px solid rgba(255,243,220,.5);
  background: rgba(94,21,46,.4); color: var(--cream-txt); display: grid; place-items: center; cursor: pointer; transition: background var(--dur), transform var(--dur);
}
.slider-arrows button:hover { background: var(--orange); border-color: var(--orange); transform: translateY(-2px); }
@media (max-width: 620px){ .slider-arrows { display: none; } }

/* ---------- Trust strip ---------- */
.trust-strip { background: var(--wine); }
.trust-strip .container { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .8rem 1.4rem; padding-block: 18px; }
.trust-item { display: flex; align-items: center; gap: .6rem; color: var(--cream-txt); font-weight: 700; font-size: .96rem; }
.trust-item svg { width: 26px; height: 26px; color: var(--gold); flex-shrink: 0; }
.trust-item b { font-family: var(--font-display); font-weight: 800; color: var(--gold); font-size: 1.15rem; }
.trust-sep { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,243,220,.35); }
@media (max-width: 760px){ .trust-sep { display: none; } .trust-strip .container { justify-content: center; gap: 1rem 1.6rem; } }

/* ---------- Living service cards ---------- */
.card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(16px,2.2vw,24px); }
@media (max-width: 900px){ .card-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 600px){ .card-grid { grid-template-columns: 1fr; } }
.service-card {
  position: relative; background: var(--paper); border: 2px solid var(--line);
  border-radius: var(--radius-lg); padding: 1.7rem 1.6rem 1.5rem; overflow: hidden;
  box-shadow: var(--sh-card); transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), border-color var(--dur);
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--sh-card-h); border-color: var(--gold); }
.service-ico {
  width: 64px; height: 64px; border-radius: 18px; display: grid; place-items: center; margin-bottom: 1.1rem;
  background: var(--gold); color: var(--wine); box-shadow: 0 4px 0 var(--gold-2); transition: transform var(--dur) var(--ease);
}
.service-ico svg { width: 34px; height: 34px; }
.service-card:hover .service-ico { transform: rotate(-6deg) scale(1.06); }
.card-tags { display: flex; flex-wrap: wrap; gap: .4rem; margin-bottom: .7rem; }
.tag { font-family: var(--font-display); font-weight: 600; font-size: .72rem; letter-spacing: .02em; padding: .18rem .6rem; border-radius: 999px; background: var(--cream-2); color: var(--orange-2); }
.service-card h3 { color: var(--ink); margin-bottom: .5rem; }
.service-card p { font-size: .98rem; margin-bottom: 1rem; }
.card-more {
  display: inline-flex; align-items: center; gap: .4rem; font-family: var(--font-display); font-weight: 700; font-size: .95rem; color: var(--orange-2);
  transition: gap var(--dur);
}
.card-more svg { width: 16px; height: 16px; }
.card-more:hover { gap: .7rem; color: var(--orange-2); }

/* ---------- Stats ---------- */
.stats { background: linear-gradient(135deg, var(--wine), var(--wine-2)); }
.stats .container { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.4rem; text-align: center; }
@media (max-width: 700px){ .stats .container { grid-template-columns: repeat(2,1fr); gap: 2rem 1rem; } }
.stat b { display: block; font-family: var(--font-display); font-weight: 800; font-size: clamp(2.3rem,5vw,3.4rem); color: var(--gold); line-height: 1; }
.stat span { color: var(--cream-txt); font-weight: 700; font-size: .98rem; margin-top: .4rem; display: block; }

/* ---------- About split ---------- */
.split { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(28px,5vw,60px); align-items: center; }
.split.reverse { grid-template-columns: 1.05fr .95fr; }
.split.reverse .split-media { order: 2; }
@media (max-width: 880px){ .split, .split.reverse { grid-template-columns: 1fr; } .split.reverse .split-media { order: 0; } }
.split-media { position: relative; }
.media-frame { border-radius: var(--radius-lg); overflow: hidden; border: 3px solid var(--orange); box-shadow: 0 8px 0 rgba(224,113,42,.22); }
.media-frame img { width: 100%; height: 100%; display: block; }
.media-badge {
  position: absolute; right: -14px; bottom: -14px; display: flex; align-items: center; gap: .7rem;
  background: var(--wine); color: var(--cream-txt); padding: .8rem 1.1rem; border-radius: 18px; box-shadow: 0 6px 0 var(--wine-3);
}
.media-badge .mb-ico { color: var(--gold); display: grid; place-items: center; }
.media-badge .mb-ico svg { width: 30px; height: 30px; }
.media-badge b { font-family: var(--font-display); font-weight: 800; font-size: 1.7rem; color: var(--gold); line-height: 1; }
.media-badge span { display: block; font-size: .82rem; color: var(--cream-txt2); font-weight: 700; }
.split-body .eyebrow { margin-top: 0; }
.check-list { list-style: none; padding: 0; margin: 1.1rem 0 1.6rem; display: grid; gap: .7rem; }
.check-list li { display: flex; gap: .7rem; align-items: flex-start; color: var(--ink); font-weight: 700; }
.check-list svg { width: 22px; height: 22px; color: #fff; background: var(--green); border-radius: 50%; padding: 3px; flex-shrink: 0; }

/* ---------- Process steps ---------- */
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.2rem; }
@media (max-width: 860px){ .steps { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 460px){ .steps { grid-template-columns: 1fr; } }
.step { position: relative; background: var(--paper); border: 2px solid var(--line); border-radius: var(--radius-lg); padding: 1.6rem 1.3rem; box-shadow: var(--sh-card); }
.step-num { font-family: var(--font-display); font-weight: 800; font-size: 2.4rem; color: var(--gold); line-height: 1; -webkit-text-stroke: 1px var(--gold-2); }
.step-ico { position: absolute; top: 1.5rem; right: 1.3rem; width: 30px; height: 30px; color: var(--orange); }
.step h3 { margin: .5rem 0 .4rem; color: var(--ink); }
.step p { margin: 0; font-size: .95rem; }

/* ---------- Gallery ---------- */
.gallery-grid { display: grid; grid-template-columns: repeat(4,1fr); grid-auto-rows: 200px; gap: 14px; }
@media (max-width: 860px){ .gallery-grid { grid-template-columns: repeat(2,1fr); grid-auto-rows: 170px; } }
.gallery-item { position: relative; border-radius: var(--radius); overflow: hidden; border: 2px solid var(--line); box-shadow: var(--sh-card); cursor: pointer; }
.gallery-item.wide { grid-column: span 2; }
.gallery-item.tall { grid-row: span 2; }
@media (max-width: 500px){ .gallery-item.wide { grid-column: span 2; } }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.gallery-item:hover img { transform: scale(1.07); }
.gi-cap {
  position: absolute; left: 0; right: 0; bottom: 0; padding: .8rem .9rem .7rem; color: #fff;
  font-family: var(--font-display); font-weight: 700; font-size: .95rem;
  background: linear-gradient(0deg, rgba(64,12,28,.85), transparent); opacity: 0; transform: translateY(6px); transition: opacity var(--dur), transform var(--dur);
}
.gallery-item:hover .gi-cap { opacity: 1; transform: none; }

/* ---------- Testimonials ---------- */
.testi { position: relative; max-width: 860px; margin-inline: auto; }
.testi-track { position: relative; }
.testi-card {
  display: none; background: var(--paper); border: 2px solid var(--line); border-radius: var(--radius-lg);
  padding: clamp(1.6rem,3.4vw,2.8rem); text-align: center; box-shadow: var(--sh-card); margin: 0;
}
.testi-card.active { display: block; animation: fade .4s var(--ease); }
@keyframes fade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.testi-quote { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.15rem,2.2vw,1.5rem); color: var(--ink); line-height: 1.42; margin: 0 0 1.3rem; }
.testi-quote::before { content: "\201C"; font-family: var(--font-display); font-size: 3rem; color: var(--gold); display: block; line-height: .4; margin-bottom: 1rem; }
.testi-meta { display: flex; align-items: center; justify-content: center; gap: .8rem; }
.testi-ava { width: 52px; height: 52px; border-radius: 50%; background: var(--wine); color: var(--cream-txt); display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; }
.testi-meta > div { text-align: left; }
.testi-meta b { font-family: var(--font-display); color: var(--wine); font-size: 1.05rem; }
.testi-meta span { display: block; color: var(--muted); font-size: .9rem; }
.testi-dots { display: flex; gap: .5rem; justify-content: center; margin-top: 1.4rem; }
.testi-dots button { width: 11px; height: 11px; border-radius: 50%; border: none; background: var(--line-2); cursor: pointer; transition: background var(--dur), transform var(--dur); }
.testi-dots button.active { background: var(--orange); transform: scale(1.25); }

/* ---------- Certifications ---------- */
.cert-row { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.cert {
  display: flex; align-items: center; gap: .8rem; padding: 1rem 1.4rem; border-radius: 999px;
  background: var(--paper); border: 2px solid var(--line); box-shadow: var(--sh-card); transition: transform var(--dur), border-color var(--dur);
}
.cert:hover { transform: translateY(-3px); border-color: var(--gold); }
.cert svg { width: 30px; height: 30px; color: var(--wine); flex-shrink: 0; }
.cert b { font-family: var(--font-display); color: var(--ink); }
.cert span { display: block; font-size: .78rem; color: var(--muted); font-weight: 600; }

/* ---------- CTA band ---------- */
.cta-band { background: linear-gradient(135deg, var(--orange), var(--orange-2)); text-align: center; color: #fff; }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,243,220,.95); max-width: 58ch; margin-inline: auto; font-weight: 600; }
.cta-actions { display: flex; gap: .9rem; justify-content: center; flex-wrap: wrap; margin-top: 1.5rem; }
.cta-band .btn-light { --_sh: rgba(0,0,0,.18); }

/* ---------- Page hero (inner) ---------- */
.page-hero { position: relative; background: linear-gradient(150deg, var(--wine), var(--wine-2)); color: var(--cream-txt); padding: clamp(52px,8vw,96px) 0 clamp(40px,6vw,64px); overflow: hidden; }
.page-hero::before { content:""; position:absolute; inset: 16px; border: 3px solid rgba(224,113,42,.5); border-radius: 24px; pointer-events: none; }
.page-hero::after { content:""; position:absolute; right:-70px; top:-70px; width:280px; height:280px; border-radius:50%; background: radial-gradient(circle, rgba(242,180,65,.18), transparent 70%); }
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { color: #fff; }
.page-hero p { color: var(--cream-txt2); max-width: 62ch; font-size: 1.12rem; font-weight: 600; }
.breadcrumb { display: flex; gap: .5rem; align-items: center; font-weight: 700; font-size: .88rem; color: rgba(255,243,220,.8); margin-bottom: 1rem; }
.breadcrumb a { color: var(--gold); }
.breadcrumb a:hover { color: #fff; }
.breadcrumb .sep { opacity: .6; }

/* ---------- Forms ---------- */
.form-card { background: var(--paper); border: 2px solid var(--line); border-radius: var(--radius-lg); padding: clamp(1.4rem,3vw,2.2rem); box-shadow: var(--sh-card); }
.form-card h2 { color: var(--wine); }
.form-fields.hide { display: none; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 1.1rem; }
@media (max-width: 560px){ .form-grid { grid-template-columns: 1fr; } }
.field { display: flex; flex-direction: column; gap: .4rem; }
.field.full { grid-column: 1 / -1; }
.field label { font-family: var(--font-display); font-weight: 600; font-size: .92rem; color: var(--ink); }
.field .req { color: var(--orange-2); }
.field input, .field select, .field textarea {
  font-family: var(--font-body); font-weight: 600; font-size: 1rem; color: var(--ink); background: var(--cream-3);
  border: 2px solid var(--line); border-radius: 14px; padding: .75rem .9rem; transition: border-color var(--dur), box-shadow var(--dur);
}
.field textarea { resize: vertical; min-height: 120px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--orange); box-shadow: 0 0 0 3px rgba(224,113,42,.2); background: #fff; }
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23C13F1C' stroke-width='2.6'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; padding-right: 2.4rem; }
.form-note { font-size: .84rem; color: var(--muted); font-weight: 600; }
.form-success { display: none; text-align: center; padding: 1rem .5rem; }
.form-success.show { display: block; animation: fade .4s var(--ease); }
.form-success svg { width: 64px; height: 64px; color: #fff; background: var(--green); border-radius: 50%; padding: 12px; margin: 0 auto .8rem; }
.form-success h3 { color: var(--wine); }

/* ---------- Contact info / aside ---------- */
.info-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 1rem; }
.info-list li { display: flex; gap: 1rem; align-items: flex-start; }
.info-ico, .info-list .info-ico { width: 48px; height: 48px; border-radius: 14px; background: var(--gold); color: var(--wine); display: grid; place-items: center; flex-shrink: 0; box-shadow: 0 4px 0 var(--gold-2); }
.info-ico svg { width: 22px; height: 22px; }
.info-list b { display: block; font-family: var(--font-display); color: var(--ink); }
.info-list a, .info-list span { color: var(--muted); font-weight: 600; }
.info-list a:hover { color: var(--orange-2); }
.map-card { border-radius: var(--radius-lg); overflow: hidden; border: 3px solid var(--orange); box-shadow: 0 6px 0 rgba(224,113,42,.2); }
.map-card iframe { width: 100%; height: 320px; border: 0; display: block; }
.aside-cta { margin-top: 22px; padding: 20px; border-radius: var(--radius); background: var(--wine); color: var(--cream-txt); text-align: center; box-shadow: 0 6px 0 var(--wine-3); }
.aside-cta p { color: var(--cream-txt); font-family: var(--font-display); font-weight: 700; margin: 0; }
.aside-cta .btn-outline { --_fg: var(--cream-txt); --_bd: rgba(255,243,220,.6); }
.aside-cta .btn-outline:hover { background: var(--cream-txt); color: var(--wine); }
.aside-quote { margin: 22px 0 0; padding: 22px; border-radius: var(--radius); background: var(--cream-2); border-left: 5px solid var(--gold); font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; color: var(--ink); line-height: 1.5; box-shadow: var(--sh-card); }
.aside-quote cite { display: block; margin-top: 12px; font-style: normal; font-family: var(--font-body); font-size: .86rem; font-weight: 700; color: var(--orange-2); }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin-inline: auto; display: grid; gap: .8rem; }
.faq-item { background: var(--paper); border: 2px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--sh-card); }
.faq-q { width: 100%; text-align: left; cursor: pointer; padding: 1.1rem 1.3rem; font-family: var(--font-display); font-weight: 700; font-size: 1.08rem; color: var(--ink); background: transparent; border: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq-plus { color: var(--orange-2); flex-shrink: 0; transition: transform var(--dur); }
.faq-plus svg { width: 22px; height: 22px; display: block; }
.faq-item.open .faq-plus { transform: rotate(135deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s var(--ease); }
.faq-a-inner { padding: 0 1.3rem 1.2rem; color: var(--muted); font-weight: 600; }

/* ---------- Timeline (about) ---------- */
.timeline { position: relative; display: grid; gap: 1.4rem; padding-left: 1.8rem; }
.timeline::before { content:""; position: absolute; left: 6px; top: 8px; bottom: 8px; width: 3px; border-radius: 3px; background: linear-gradient(var(--orange), var(--gold)); }
.tl-item { position: relative; }
.tl-item::before { content:""; position: absolute; left: -1.8rem; top: 4px; width: 14px; height: 14px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px var(--cream-2); }
.tl-year { font-family: var(--font-display); font-weight: 800; color: var(--orange-2); font-size: 1.2rem; }
.tl-item h3 { margin: .2rem 0 .3rem; color: var(--ink); }
.tl-item p { margin: 0; font-size: .96rem; }

/* value cards (mission/vision) */
.value-card { background: var(--paper); border: 2px solid var(--line); border-radius: var(--radius-lg); padding: 1.7rem 1.5rem; box-shadow: var(--sh-card); text-align: center; transition: transform var(--dur), border-color var(--dur); }
.value-card:hover { transform: translateY(-5px); border-color: var(--gold); }
.value-card .service-ico, .value-card .info-ico { margin: 0 auto 1rem; }
.value-card h3 { color: var(--ink); }

/* ---------- Footer ---------- */
.site-footer { background: var(--wine); color: var(--cream-txt2); padding: clamp(48px,6vw,72px) 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 2rem; padding-bottom: 2.4rem; }
@media (max-width: 860px){ .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px){ .footer-grid { grid-template-columns: 1fr; } }
.footer-brand img { height: 84px; margin-bottom: 1rem; }
.footer-brand p { color: var(--cream-txt2); max-width: 36ch; font-size: .95rem; }
.social-row { display: flex; gap: .6rem; margin-top: 1.1rem; }
.social-row a { width: 42px; height: 42px; border-radius: 50%; border: 2px solid rgba(255,243,220,.25); display: grid; place-items: center; color: var(--cream-txt); transition: background var(--dur), transform var(--dur), border-color var(--dur); }
.social-row a:hover { background: var(--gold); border-color: var(--gold); color: var(--wine); transform: translateY(-2px); }
.social-row svg { width: 18px; height: 18px; }
.site-footer h4 { color: var(--gold); font-family: var(--font-display); font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 1rem; }
.footer-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .6rem; }
.footer-col a, .footer-col span { color: var(--cream-txt2); font-weight: 600; font-size: .95rem; }
.footer-col a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,243,220,.16); padding: 1.3rem 0; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: .86rem; font-weight: 600; color: var(--cream-txt2); }

/* ---------- Lightbox ---------- */
.lightbox { position: fixed; inset: 0; z-index: 100; background: rgba(45,10,20,.86); display: none; align-items: center; justify-content: center; padding: 4vw; }
.lightbox.open { display: flex; animation: fade .3s var(--ease); }
.lightbox [data-lightbox-target] { max-width: 92vw; max-height: 86vh; }
.lightbox [data-lightbox-target] img, .lightbox [data-lightbox-target] svg { max-width: 92vw; max-height: 86vh; border-radius: var(--radius); border: 3px solid var(--gold); }
.lightbox-close { position: absolute; top: 20px; right: 24px; width: 50px; height: 50px; border-radius: 50%; border: 2px solid rgba(255,243,220,.5); background: rgba(94,21,46,.5); color: #fff; cursor: pointer; font-size: 1.6rem; line-height: 1; }
.lightbox-close:hover { background: var(--orange); }

/* ---------- Utilities ---------- */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--gap); }
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: var(--gap); }
@media (max-width: 860px){ .grid-3 { grid-template-columns: 1fr; } .grid-2 { grid-template-columns: 1fr; } }
.mt-0 { margin-top: 0; } .mb-0 { margin-bottom: 0; }
.hide { display: none !important; }

/* i18n visibility */
[data-en] { display: none; }
html[lang="en"] [data-tr] { display: none; }
html[lang="en"] [data-en] { display: revert; }

/* reveal */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* WhatsApp float */
.wa-float { position: fixed; right: 18px; bottom: 18px; z-index: 55; width: 56px; height: 56px; border-radius: 50%; background: #25d366; color: #fff; display: grid; place-items: center; box-shadow: 0 8px 20px rgba(0,0,0,.25); transition: transform var(--dur); }
.wa-float:hover { transform: scale(1.08); color: #fff; }
.wa-float svg { width: 30px; height: 30px; }
