/* ==========================================================================
   Evsen Catering — siyah & altın marka teması
   ========================================================================== */

:root {
  --black: #0c0b09;
  --ink: #15130f;
  --char: #1f1b15;
  --line-dark: rgba(255, 255, 255, .08);
  --gold: #d4a53c;
  --gold-light: #f3d27a;
  --gold-deep: #a8741f;
  --gold-grad: linear-gradient(135deg, #a8741f 0%, #e9c264 38%, #f7dc8c 50%, #c8952f 72%, #8d5f17 100%);
  --cream: #faf6ee;
  --sand: #f2eadb;
  --paper: #fffdf8;
  --text: #2a2620;
  --muted: #6f675a;
  --muted-dark: #b9b0a0;
  --wa: #25d366;

  --ff-head: "Playfair Display", Georgia, "Times New Roman", serif;
  --ff-body: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --ff-script: "Great Vibes", "Brush Script MT", cursive;

  --radius: 18px;
  --radius-sm: 10px;
  --shadow: 0 24px 60px -24px rgba(12, 11, 9, .45);
  --shadow-soft: 0 12px 34px -16px rgba(12, 11, 9, .25);
  --container: 1200px;
  --gutter: clamp(16px, 4vw, 32px);
  --header-h: 84px;
  --ease: cubic-bezier(.2, .7, .2, 1);

  /* Kartvizitteki çiçek-elmas deseni */
  --pattern: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='84' height='145.5' viewBox='0 0 84 145.5'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='.055' stroke-width='1.4'%3E%3Cg id='f'%3E%3Cpath d='M42 72.75 L49 60.6 L42 48.5 L35 60.6Z'/%3E%3Cpath d='M42 72.75 L49 60.6 L42 48.5 L35 60.6Z' transform='rotate(60 42 72.75)'/%3E%3Cpath d='M42 72.75 L49 60.6 L42 48.5 L35 60.6Z' transform='rotate(120 42 72.75)'/%3E%3Cpath d='M42 72.75 L49 60.6 L42 48.5 L35 60.6Z' transform='rotate(180 42 72.75)'/%3E%3Cpath d='M42 72.75 L49 60.6 L42 48.5 L35 60.6Z' transform='rotate(240 42 72.75)'/%3E%3Cpath d='M42 72.75 L49 60.6 L42 48.5 L35 60.6Z' transform='rotate(300 42 72.75)'/%3E%3C/g%3E%3Cuse href='%23f' x='-42' y='-72.75'/%3E%3Cuse href='%23f' x='42' y='-72.75'/%3E%3Cuse href='%23f' x='-42' y='72.75'/%3E%3Cuse href='%23f' x='42' y='72.75'/%3E%3C/g%3E%3C/svg%3E");
}

/* ---------- Temel ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 12px); }
body {
  margin: 0;
  font-family: var(--ff-body);
  font-size: 16px;
  line-height: 1.7;
  color: var(--text);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg, picture { display: block; max-width: 100%; }
img { height: auto; }
/* Sabit oranlı/yükseklikli kutulardaki görseller kutuyu tam doldursun */
figure > picture, a > picture { width: 100%; height: 100%; }
figure { margin: 0; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, h4 { font-family: var(--ff-head); font-weight: 600; line-height: 1.15; margin: 0 0 .5em; letter-spacing: -.01em; }
p { margin: 0 0 1.1em; }
ul, ol { margin: 0; padding: 0; list-style: none; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 4px; }
::selection { background: var(--gold); color: var(--black); }

.container { width: 100%; max-width: calc(var(--container) + var(--gutter) * 2); margin: 0 auto; padding: 0 var(--gutter); }
.center { text-align: center; }
.mt-lg { margin-top: 48px; }
.script { font-family: var(--ff-script); font-weight: 400; letter-spacing: 0; }
.icon { width: 1.25em; height: 1.25em; flex: none; }

.skip-link { position: absolute; left: 12px; top: -60px; z-index: 200; background: var(--gold); color: var(--black); padding: 10px 16px; border-radius: 8px; font-weight: 600; }
.skip-link:focus { top: 12px; }

/* ---------- Tipografi ---------- */
.kicker {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: .78rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase;
  color: var(--gold-deep); margin-bottom: 14px;
}
.kicker::before { content: ""; width: 34px; height: 1px; background: var(--gold-grad); }
.section-dark .kicker { color: var(--gold); }
.h2 { font-size: clamp(2rem, 1.3rem + 2.6vw, 3.1rem); }
.h3 { font-size: clamp(1.35rem, 1.1rem + .8vw, 1.7rem); margin-top: 1.6em; }
.lead { font-size: clamp(1.02rem, .95rem + .35vw, 1.2rem); line-height: 1.75; }
.link-gold { color: var(--gold-deep); font-weight: 600; border-bottom: 1px solid currentColor; }

/* ---------- Butonlar ---------- */
.btn {
  --bg: transparent;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 0 28px; border-radius: 999px;
  font-size: .92rem; font-weight: 600; letter-spacing: .04em;
  border: 1px solid transparent; cursor: pointer;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), background-color .3s, color .3s, border-color .3s;
  white-space: nowrap;
}
.btn .icon { width: 18px; height: 18px; transition: transform .35s var(--ease); }
.btn:hover .icon:last-child { transform: translateX(3px); }
.btn:hover { transform: translateY(-2px); }
.btn-sm { min-height: 42px; padding: 0 20px; font-size: .84rem; }
.btn-gold { background: var(--gold-grad); background-size: 160% 100%; color: var(--black); box-shadow: 0 10px 30px -10px rgba(212, 165, 60, .65); }
.btn-gold:hover { background-position: 100% 0; box-shadow: 0 16px 36px -12px rgba(212, 165, 60, .8); }
.btn-outline { border-color: rgba(243, 210, 122, .55); color: var(--gold-light); }
.btn-outline:hover { background: rgba(243, 210, 122, .1); border-color: var(--gold-light); }
.btn-dark { background: var(--black); color: var(--gold-light); box-shadow: var(--shadow-soft); }
.btn-dark:hover { background: var(--char); }
.btn-dark-outline { border-color: rgba(12, 11, 9, .5); color: var(--black); }
.btn-dark-outline:hover { background: rgba(12, 11, 9, .08); }
.btn-ghost { border-color: rgba(12, 11, 9, .2); color: var(--black); }
.btn-ghost:hover { border-color: var(--black); }
.btn-wa { background: var(--wa); color: #fff; }
.btn-wa:hover { background: #1ebe5a; }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.btn-row.center { justify-content: center; }

/* ---------- Üst menü ---------- */
.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100;
  height: var(--header-h);
  transition: height .4s var(--ease);
  isolation: isolate;
}
/* Bulanık zemin ayrı katmanda: backdrop-filter doğrudan başlıkta olursa
   içindeki position:fixed mobil menüyü başlığın yüksekliğine hapseder. */
.site-header::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: rgba(12, 11, 9, .9);
  -webkit-backdrop-filter: blur(14px) saturate(1.3); backdrop-filter: blur(14px) saturate(1.3);
  box-shadow: 0 1px 0 rgba(212, 165, 60, .25);
  opacity: 0; transition: opacity .4s;
}
.site-header.is-scrolled::before, .nav-open .site-header::before { opacity: 1; }
.site-header.is-scrolled, .nav-open .site-header { --header-h: 70px; }
.header-inner { height: 100%; display: flex; align-items: center; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; color: #fff; flex: none; }
.brand img { height: 54px; width: auto; transition: height .4s var(--ease); }
.is-scrolled .brand img { height: 46px; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-text strong { font-family: var(--ff-head); font-size: 1.35rem; letter-spacing: .02em; }
.brand-text em { font-style: normal; font-size: .64rem; letter-spacing: .42em; text-transform: uppercase; color: var(--gold); margin-top: 5px; }

.main-nav { margin-left: auto; }
.main-nav ul { display: flex; gap: 4px; }
.main-nav ul a {
  position: relative; display: block; padding: 10px 14px;
  color: rgba(255, 255, 255, .82); font-size: .88rem; font-weight: 500; letter-spacing: .03em;
  transition: color .25s;
}
.main-nav ul a::after {
  content: ""; position: absolute; left: 14px; right: 14px; bottom: 4px; height: 1px;
  background: var(--gold-grad); transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease);
}
.main-nav ul a:hover, .main-nav ul a[aria-current="page"] { color: var(--gold-light); }
.main-nav ul a:hover::after, .main-nav ul a[aria-current="page"]::after { transform: scaleX(1); }
.nav-mobile-extra { display: none; }

.header-actions { display: flex; align-items: center; gap: 12px; }
.lang-switch {
  display: inline-flex; align-items: center; gap: 6px; height: 40px; padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, .18); border-radius: 999px;
  color: #fff; font-size: .8rem; font-weight: 600; letter-spacing: .08em;
  transition: border-color .25s, color .25s;
}
.lang-switch .icon { width: 16px; height: 16px; color: var(--gold); }
.lang-switch:hover { border-color: var(--gold); color: var(--gold-light); }

.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: none; cursor: pointer; position: relative; }
.nav-toggle span { position: absolute; left: 11px; right: 11px; height: 2px; background: var(--gold-light); border-radius: 2px; transition: transform .35s var(--ease), opacity .2s; }
.nav-toggle span:nth-child(1) { top: 15px; }
.nav-toggle span:nth-child(2) { top: 21px; }
.nav-toggle span:nth-child(3) { top: 27px; }
.nav-open .nav-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* ---------- Desenler ---------- */
.pattern-bg, .hero-pattern { position: absolute; inset: 0; background-image: var(--pattern); background-size: 84px 145.5px; pointer-events: none; }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden; isolation: isolate;
  min-height: min(100svh, 940px);
  padding: calc(var(--header-h) + 48px) 0 110px;
  background: radial-gradient(1200px 600px at 78% 30%, #2a2418 0%, transparent 60%), linear-gradient(180deg, #14120e 0%, var(--black) 100%);
  color: #fff;
  display: flex; align-items: center;
}
.hero-pattern { z-index: -2; mask-image: radial-gradient(ellipse at 60% 40%, #000 20%, transparent 75%); -webkit-mask-image: radial-gradient(ellipse at 60% 40%, #000 20%, transparent 75%); }
.hero-lines { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -1; opacity: .75; }
.hero-lines .draw { stroke-dasharray: 2000; stroke-dashoffset: 2000; animation: draw 2.6s var(--ease) forwards .2s; }
.hero-lines .draw:nth-child(2) { animation-delay: .5s; }
.hero-lines .draw:nth-child(3) { animation-delay: .7s; }
.hero-lines .draw:nth-child(4) { animation-delay: .9s; }
.hero-lines .draw:nth-child(5) { animation-delay: 1.1s; }
@keyframes draw { to { stroke-dashoffset: 0; } }

.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px, 5vw, 80px); align-items: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 14px;
  font-size: .8rem; font-weight: 600; letter-spacing: .3em; text-transform: uppercase; color: var(--gold);
  margin-bottom: 22px;
}
.eyebrow::before { content: ""; width: 10px; height: 10px; border: 1px solid var(--gold); transform: rotate(45deg); }
.hero h1 { font-size: clamp(2.6rem, 1.4rem + 4.6vw, 5rem); font-weight: 600; line-height: 1.04; margin-bottom: 26px; }
.hero h1 .script {
  display: inline-block; font-size: 1.3em; line-height: .8; padding: 0 .08em .08em;
  background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero .lead { color: rgba(255, 255, 255, .78); max-width: 34em; }
.hero-phone { display: inline-flex; align-items: center; gap: 14px; margin-top: 34px; color: #fff; }
.hero-phone small { display: block; font-size: .72rem; letter-spacing: .22em; text-transform: uppercase; color: var(--muted-dark); }
.hero-phone > span:last-child { font-family: var(--ff-head); font-size: 1.5rem; line-height: 1.2; }
.hero-phone-icon { width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center; border: 1px solid rgba(212, 165, 60, .5); color: var(--gold); transition: background-color .3s, color .3s; }
.hero-phone:hover .hero-phone-icon { background: var(--gold); color: var(--black); }

.hero-copy > * { animation: rise .9s var(--ease) both; }
.hero-copy > *:nth-child(2) { animation-delay: .1s; }
.hero-copy > *:nth-child(3) { animation-delay: .2s; }
.hero-copy > *:nth-child(4) { animation-delay: .3s; }
.hero-copy > *:nth-child(5) { animation-delay: .4s; }
@keyframes rise { from { opacity: 0; transform: translateY(24px); } }

.hero-visual { position: relative; height: clamp(460px, 44vw, 620px); }
.hero-visual figure { position: absolute; overflow: hidden; box-shadow: var(--shadow); animation: rise 1.1s var(--ease) both; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.hero-main {
  right: 12%; top: 0; width: 62%; height: 88%;
  border-radius: 999px 999px 24px 24px;
  outline: 1px solid rgba(212, 165, 60, .6); outline-offset: 10px;
  animation-delay: .2s !important;
}
.hero-sub { border-radius: 16px; border: 4px solid var(--black); }
.hero-sub-1 { left: 0; bottom: 4%; width: 38%; height: 42%; animation-delay: .45s !important; }
.hero-sub-2 { right: 0; bottom: -2%; width: 30%; height: 36%; animation-delay: .6s !important; }
.hero-sub-2 img { object-position: center 30%; }

.seal { position: absolute; left: 6%; top: 8%; width: 136px; height: 136px; animation: rise 1s var(--ease) .8s both; }
.seal svg { width: 100%; height: 100%; animation: spin 26s linear infinite; }
.seal text { font-family: var(--ff-body); font-size: 14px; font-weight: 600; fill: var(--gold-light); }
.seal::before { content: ""; position: absolute; inset: 22px; border-radius: 50%; background: var(--gold-grad); box-shadow: 0 10px 30px -8px rgba(212, 165, 60, .7); }
.seal-core { position: absolute; inset: 0; display: grid; place-items: center; color: var(--black); }
.seal-core .icon { width: 30px; height: 30px; }
@keyframes spin { to { transform: rotate(360deg); } }

.scroll-cue { position: absolute; left: 50%; bottom: 28px; width: 26px; height: 42px; margin-left: -13px; border: 1.5px solid rgba(243, 210, 122, .5); border-radius: 14px; }
.scroll-cue span { position: absolute; left: 50%; top: 8px; width: 4px; height: 8px; margin-left: -2px; border-radius: 2px; background: var(--gold); animation: cue 1.8s var(--ease) infinite; }
@keyframes cue { 0% { transform: translateY(0); opacity: 1; } 80% { transform: translateY(14px); opacity: 0; } 100% { opacity: 0; } }

/* ---------- Kayan şerit ---------- */
.marquee { background: var(--gold-grad); color: var(--black); overflow: hidden; padding: 16px 0; position: relative; z-index: 2; }
.marquee-track { display: flex; width: max-content; animation: marquee 40s linear infinite; }
.marquee span { display: flex; align-items: center; white-space: nowrap; font-family: var(--ff-head); font-size: 1.15rem; font-style: italic; }
.marquee i { font-style: normal; font-size: .6rem; margin: 0 28px; opacity: .7; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Bölümler ---------- */
.section { position: relative; padding: clamp(80px, 9vw, 130px) 0; overflow: hidden; }
.section-light { background: var(--cream); }
.section-cream { background: var(--sand); }
.section-dark { background: var(--black); color: rgba(255, 255, 255, .8); isolation: isolate; }
.section-dark .pattern-bg { z-index: -1; }
.section-dark h2, .section-dark h3 { color: #fff; }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.section-head.left { text-align: left; margin: 0; }
.section-head > p:last-child { color: var(--muted); margin-bottom: 0; }
.section-dark .section-head > p:last-child { color: var(--muted-dark); }

/* Giriş */
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 96px); align-items: center; }
.intro-media { position: relative; height: clamp(440px, 46vw, 600px); }
.intro-media figure { position: absolute; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.intro-media img { width: 100%; height: 100%; object-fit: cover; }
.intro-img-1 { left: 0; top: 0; width: 66%; height: 86%; }
.intro-img-2 { right: 0; bottom: 0; width: 48%; height: 54%; border: 6px solid var(--cream); }
.intro-frame { position: absolute; left: 8%; top: 8%; width: 66%; height: 86%; border: 1px solid var(--gold); border-radius: var(--radius); z-index: -1; transform: translate(-22px, 22px); }
.intro-copy p { color: var(--muted); }
.check-list { display: grid; gap: 12px; margin: 26px 0 30px; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; font-weight: 500; color: var(--text); }
.check-list .icon { width: 22px; height: 22px; padding: 4px; border-radius: 50%; background: var(--black); color: var(--gold-light); margin-top: 2px; stroke-width: 2.4; }
.check-list.two-col { grid-template-columns: 1fr 1fr; }
.signature { display: flex; flex-direction: column; line-height: 1; margin-top: 8px; }
.signature .script { font-size: 2.8rem; color: var(--gold-deep); }
.signature small { font-size: .72rem; letter-spacing: .28em; text-transform: uppercase; color: var(--muted); margin-top: 6px; }

/* Hizmet kartları */
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.service-card { position: relative; }
.service-link {
  display: flex; flex-direction: column; height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .015));
  border: 1px solid var(--line-dark); border-radius: var(--radius); overflow: hidden;
  transition: transform .5s var(--ease), border-color .4s, box-shadow .5s var(--ease);
}
.service-link:hover { transform: translateY(-8px); border-color: rgba(212, 165, 60, .55); box-shadow: 0 30px 60px -30px rgba(212, 165, 60, .45); }
.service-img { aspect-ratio: 16 / 11; overflow: hidden; position: relative; }
.service-img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(12, 11, 9, .8)); }
.service-img img { width: 100%; height: 100%; object-fit: cover; object-position: center 68%; transition: transform 1.2s var(--ease); }
.service-link:hover .service-img img { transform: scale(1.07); }
.service-icon {
  display: grid; place-items: center; width: 66px; height: 66px; border-radius: 50%;
  background: var(--black); color: var(--gold);
  border: 1.5px solid var(--gold); box-shadow: 0 0 0 6px var(--black);
  position: relative; z-index: 2; margin: -33px 0 0 26px;
  transition: background-color .4s, color .4s;
}
.service-icon .icon { width: 30px; height: 30px; }
.service-icon.static { margin: 0; box-shadow: none; flex: none; }
.service-link:hover .service-icon { background: var(--gold); color: var(--black); }
.service-body { padding: 18px 26px 28px; display: flex; flex-direction: column; flex: 1; }
.service-body h3 { font-size: 1.35rem; margin-bottom: 10px; }
.service-body p { font-size: .94rem; color: var(--muted-dark); flex: 1; }
.more { display: inline-flex; align-items: center; gap: 8px; color: var(--gold); font-size: .82rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.more .icon { width: 16px; transition: transform .35s var(--ease); }
.service-link:hover .more .icon { transform: translateX(5px); }

/* Yemek kartları */
.dish-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.dish { background: var(--paper); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-soft); transition: transform .5s var(--ease), box-shadow .5s var(--ease); }
.dish:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.dish figure { aspect-ratio: 4 / 4.4; overflow: hidden; }
.dish img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.dish:hover img { transform: scale(1.06); }
.dish-body { padding: 22px 22px 24px; border-top: 3px solid; border-image: var(--gold-grad) 1; }
.dish-body h3 { font-size: 1.3rem; margin-bottom: 6px; }
.dish-body p { font-size: .88rem; color: var(--muted); margin: 0; }

/* Süreç */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; counter-reset: s; position: relative; }
.steps::before { content: ""; position: absolute; top: 38px; left: 12%; right: 12%; height: 1px; background: linear-gradient(90deg, transparent, var(--gold) 15%, var(--gold) 85%, transparent); opacity: .5; }
.step { position: relative; text-align: center; padding: 0 8px; }
.step-num {
  display: grid; place-items: center; width: 76px; height: 76px; margin: 0 auto 24px;
  font-family: var(--ff-head); font-size: 1.5rem; color: var(--gold-light);
  background: var(--black); border: 1px solid var(--gold); border-radius: 14px;
  position: relative;
}
.step-num::before { content: ""; position: absolute; inset: 0; border: 1px solid var(--gold); border-radius: 14px; transform: rotate(45deg); }
.step h3 { font-size: 1.25rem; }
.step p { font-size: .92rem; color: var(--muted-dark); }
.steps-light .step-num { background: var(--cream); color: var(--gold-deep); }
.steps-light .step p { color: var(--muted); }

/* Mozaik galeri */
.mosaic { display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(2, clamp(180px, 20vw, 270px)); gap: 16px; }
.mosaic-item { position: relative; overflow: hidden; border-radius: var(--radius-sm); }
.mosaic-item:first-child { grid-column: span 2; grid-row: span 2; }
.mosaic-item img, .gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease), filter .6s; }
.mosaic-item::after, .gallery-item::after {
  content: "+"; position: absolute; inset: 0; display: grid; place-items: center;
  font-family: var(--ff-head); font-size: 3rem; color: var(--gold-light);
  background: rgba(12, 11, 9, .45); opacity: 0; transition: opacity .4s;
}
.mosaic-item:hover img, .gallery-item:hover img { transform: scale(1.07); }
.mosaic-item:hover::after, .gallery-item:hover::after { opacity: 1; }

/* SSS */
.faq-wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(32px, 6vw, 90px); align-items: start; }
.faq details { border-bottom: 1px solid rgba(12, 11, 9, .12); }
.faq summary {
  display: flex; justify-content: space-between; align-items: center; gap: 20px;
  padding: 22px 0; cursor: pointer; list-style: none;
  font-family: var(--ff-head); font-size: 1.2rem; font-weight: 600; color: var(--black);
}
.faq summary::-webkit-details-marker { display: none; }
.faq-plus { position: relative; width: 34px; height: 34px; flex: none; border-radius: 50%; border: 1px solid var(--gold); }
.faq-plus::before, .faq-plus::after { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 1.5px; margin: -.75px 0 0 -6px; background: var(--gold-deep); transition: transform .35s var(--ease); }
.faq-plus::after { transform: rotate(90deg); }
.faq details[open] .faq-plus { background: var(--black); border-color: var(--black); }
.faq details[open] .faq-plus::before, .faq details[open] .faq-plus::after { background: var(--gold-light); }
.faq details[open] .faq-plus::after { transform: rotate(0); }
.faq-a { color: var(--muted); padding: 0 50px 10px 0; }

/* CTA bandı */
.cta-band { position: relative; overflow: hidden; background: var(--gold-grad); color: var(--black); padding: clamp(72px, 8vw, 110px) 0; text-align: center; isolation: isolate; }
.cta-lines { position: absolute; inset: 0; z-index: -1; opacity: .35;
  background:
    linear-gradient(135deg, transparent calc(50% - 1px), var(--black) 50%, transparent calc(50% + 1px)) left top / 50% 200% no-repeat,
    linear-gradient(45deg, transparent calc(50% - 1px), var(--black) 50%, transparent calc(50% + 1px)) right top / 50% 200% no-repeat;
}
.cta-script { font-size: clamp(1.9rem, 1.4rem + 1.8vw, 2.8rem); margin-bottom: 4px; line-height: 1.2; }
.cta-band h2 { font-size: clamp(1.9rem, 1.3rem + 2.2vw, 3rem); max-width: 18em; margin: 0 auto 14px; }
.cta-band p { max-width: 36em; margin-left: auto; margin-right: auto; }

/* ---------- İç sayfa başlığı ---------- */
.page-hero {
  position: relative; overflow: hidden; isolation: isolate; color: #fff;
  background: var(--black);
  padding: calc(var(--header-h) + 72px) 0 84px;
}
.page-hero .pattern-bg { z-index: -1; }
.page-hero-bg { position: absolute; inset: 0; z-index: -2; }
.page-hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: .32; filter: saturate(.9); }
.page-hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12, 11, 9, .96) 0%, rgba(12, 11, 9, .75) 55%, rgba(12, 11, 9, .55) 100%), linear-gradient(0deg, var(--black), transparent 40%); }
.page-hero h1 { font-size: clamp(2.4rem, 1.5rem + 3.4vw, 4rem); max-width: 16em; animation: rise .9s var(--ease) both .1s; }
.page-hero .lead { color: rgba(255, 255, 255, .78); max-width: 38em; animation: rise .9s var(--ease) both .2s; }
.gold-rule { display: block; width: 90px; height: 2px; background: var(--gold-grad); margin-top: 26px; position: relative; }
.gold-rule::after { content: ""; position: absolute; right: -14px; top: -5px; width: 10px; height: 10px; border: 1.5px solid var(--gold); transform: rotate(45deg); }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: 6px; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 22px; }
.breadcrumb li { display: flex; align-items: center; gap: 6px; color: var(--gold); }
.breadcrumb li + li::before { content: "◆"; font-size: .5rem; color: rgba(255, 255, 255, .35); }
.breadcrumb a { color: rgba(255, 255, 255, .65); transition: color .25s; }
.breadcrumb a:hover { color: var(--gold-light); }
.nf { min-height: 80vh; display: flex; align-items: center; }
.nf .page-hero-inner { display: flex; flex-direction: column; align-items: center; }
.nf-code { font-family: var(--ff-head); font-size: clamp(5rem, 14vw, 9rem); line-height: 1; margin: 0; background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* Hizmet detay */
.detail-grid { display: grid; grid-template-columns: 1.35fr .9fr; gap: clamp(36px, 6vw, 88px); align-items: start; }
.detail-copy > p { color: var(--muted); font-size: 1.05rem; }
.dropcap::first-letter { float: left; font-family: var(--ff-head); font-size: 4.2rem; line-height: .8; padding: 8px 12px 0 0; color: var(--gold-deep); }
.tag-list { display: flex; flex-wrap: wrap; gap: 10px; }
.tag-list li { padding: 8px 18px; border-radius: 999px; background: var(--paper); border: 1px solid rgba(168, 116, 31, .3); font-size: .9rem; font-weight: 500; }
.detail-aside { position: sticky; top: calc(var(--header-h) + 24px); }
.detail-img { border-radius: var(--radius); overflow: hidden; aspect-ratio: 4 / 4.6; box-shadow: var(--shadow); }
.detail-img img { width: 100%; height: 100%; object-fit: cover; }
.aside-card { position: relative; margin: -60px 24px 0; padding: 26px; background: var(--black); color: #fff; border-radius: var(--radius); text-align: center; border: 1px solid rgba(212, 165, 60, .4); display: flex; flex-direction: column; align-items: center; }
.aside-card .service-icon { margin-top: -60px; box-shadow: 0 0 0 6px var(--black); }
.aside-card .script { font-size: 1.9rem; color: var(--gold-light); margin: 12px 0 8px; line-height: 1.2; }
.aside-phone { display: inline-flex; gap: 10px; align-items: center; font-family: var(--ff-head); font-size: 1.35rem; color: #fff; }
.aside-phone .icon { color: var(--gold); }

/* Menü sayfası */
.menu-block { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(32px, 6vw, 90px); align-items: center; padding: 30px 0 70px; }
.menu-block.flip .menu-img { order: 2; }
.menu-img { border-radius: 999px 999px var(--radius) var(--radius); overflow: hidden; aspect-ratio: 4 / 5; box-shadow: var(--shadow); outline: 1px solid var(--gold); outline-offset: 10px; }
.menu-img img { width: 100%; height: 100%; object-fit: cover; }
.menu-list ul { display: grid; gap: 4px; margin-top: 10px; }
.menu-list li { padding: 18px 0; border-bottom: 1px dashed rgba(168, 116, 31, .35); }
.menu-list h3 { display: flex; align-items: center; gap: 12px; font-size: 1.3rem; margin-bottom: 4px; }
.menu-list h3::before { content: ""; width: 8px; height: 8px; border: 1.5px solid var(--gold-deep); transform: rotate(45deg); flex: none; }
.menu-list p { margin: 0; color: var(--muted); padding-left: 20px; }
.menu-note { display: flex; gap: 14px; align-items: center; max-width: 760px; margin: 20px auto 0; padding: 20px 26px; background: var(--paper); border-radius: var(--radius); border-left: 3px solid var(--gold); color: var(--muted); }
.menu-note .icon { color: var(--gold-deep); width: 26px; height: 26px; }

/* Galeri sayfası */
.filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 40px; }
.chip { padding: 10px 22px; border-radius: 999px; border: 1px solid rgba(12, 11, 9, .15); background: transparent; cursor: pointer; font-size: .88rem; font-weight: 600; transition: all .3s var(--ease); }
.chip:hover { border-color: var(--gold-deep); }
.chip.is-active { background: var(--black); border-color: var(--black); color: var(--gold-light); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gallery-item { position: relative; overflow: hidden; border-radius: var(--radius-sm); aspect-ratio: 3 / 4; background: var(--sand); box-shadow: var(--shadow-soft); }
.gallery-item.wide { grid-column: 1 / -1; aspect-ratio: 16 / 9; border-radius: var(--radius); }
.gallery-item img { object-position: var(--focus, center); transform: scale(var(--zoom, 1)); transform-origin: var(--focus, center); }
.gallery-item:hover img { transform: scale(calc(var(--zoom, 1) * 1.07)); }
.gallery-item.is-hidden { display: none; }
.gallery-cap { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 40px 18px 16px; font-size: .85rem; color: #fff; background: linear-gradient(transparent, rgba(12, 11, 9, .85)); transform: translateY(100%); transition: transform .45s var(--ease); }
.gallery-item:hover .gallery-cap { transform: none; }

/* Hakkımızda */
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 6vw, 96px); align-items: center; }
.about-media { position: relative; }
.about-img { border-radius: var(--radius); overflow: hidden; aspect-ratio: 4 / 5; box-shadow: var(--shadow); }
.about-img img { width: 100%; height: 100%; object-fit: cover; }
.about-card { position: absolute; right: -24px; bottom: -28px; display: flex; gap: 16px; align-items: center; padding: 18px 24px; background: var(--paper); border-radius: var(--radius); box-shadow: var(--shadow); border: 1px solid rgba(212, 165, 60, .35); }
.about-card img { width: 58px; height: auto; }
.about-card div { display: flex; flex-direction: column; line-height: 1.3; }
.about-card strong { font-family: var(--ff-head); font-size: 1.2rem; letter-spacing: .04em; }
.about-card span { font-size: .78rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-deep); }
.about-card a { font-weight: 600; margin-top: 4px; }
.about-copy > p { color: var(--muted); }
.values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.value { padding: 32px 26px; border: 1px solid var(--line-dark); border-radius: var(--radius); background: rgba(255, 255, 255, .025); transition: border-color .4s, transform .5s var(--ease); }
.value:hover { border-color: rgba(212, 165, 60, .5); transform: translateY(-6px); }
.value .service-icon { margin-bottom: 20px; }
.value h3 { font-size: 1.3rem; }
.value p { color: var(--muted-dark); font-size: .93rem; margin: 0; }
.banner-figure { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }

/* İletişim */
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(32px, 5vw, 70px); align-items: start; }
.contact-cards { display: grid; gap: 14px; }
.contact-card { display: flex; gap: 18px; align-items: center; padding: 18px 20px; background: var(--paper); border-radius: var(--radius); border: 1px solid rgba(12, 11, 9, .07); box-shadow: var(--shadow-soft); transition: transform .4s var(--ease), border-color .3s; }
a.contact-card:hover { transform: translateX(6px); border-color: var(--gold); }
.contact-card .service-icon { width: 54px; height: 54px; }
.contact-card .service-icon .icon { width: 24px; height: 24px; }
.contact-card.wa .service-icon { background: var(--wa); border-color: var(--wa); color: #fff; }
.contact-card small { display: block; font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.contact-card strong { font-family: var(--ff-head); font-size: 1.15rem; font-weight: 600; }
.contact-photo { margin-top: 10px; border-radius: var(--radius); overflow: hidden; aspect-ratio: 16 / 12; }
.contact-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.form-card { background: var(--paper); border-radius: calc(var(--radius) + 6px); padding: clamp(26px, 4vw, 48px); box-shadow: var(--shadow); border-top: 4px solid; border-image: var(--gold-grad) 1; }
.form-card .h3 { margin-top: 0; }
.quote-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 20px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.full { grid-column: 1 / -1; }
.field label { font-size: .8rem; font-weight: 600; letter-spacing: .06em; color: var(--text); }
.field input, .field select, .field textarea {
  width: 100%; min-height: 52px; padding: 12px 16px;
  background: var(--cream); border: 1px solid rgba(12, 11, 9, .12); border-radius: var(--radius-sm);
  transition: border-color .25s, box-shadow .25s, background-color .25s;
}
.field textarea { resize: vertical; min-height: 130px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); background: #fff; box-shadow: 0 0 0 4px rgba(212, 165, 60, .18); }
.field.invalid input { border-color: #c0392b; }
.form-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 6px; }
.form-note { font-size: .82rem; color: var(--muted); margin: 0; }
.form-error { color: #b03a2e; font-weight: 500; margin: 0; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.alert { padding: 16px 20px; border-radius: var(--radius-sm); margin-bottom: 22px; font-weight: 500; }
.alert-ok { background: #eaf6ec; color: #1f6b35; border: 1px solid #b9e0c3; }
.alert-err { background: #fbecea; color: #9b2c22; border: 1px solid #efc2bc; }

/* ---------- Alt bilgi ---------- */
.site-footer { position: relative; background: var(--black); color: var(--muted-dark); padding: 90px 0 0; overflow: hidden; isolation: isolate; font-size: .93rem; }
.footer-deco { position: absolute; inset: 0; z-index: -1; background-image: var(--pattern); background-size: 84px 145.5px; mask-image: linear-gradient(180deg, #000, transparent 70%); -webkit-mask-image: linear-gradient(180deg, #000, transparent 70%); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr 1.1fr 1fr; gap: 40px; padding-bottom: 60px; }
.footer-logo img { width: 104px; height: auto; margin-bottom: 8px; }
.footer-tag { font-size: 1.9rem; color: var(--gold-light); margin: 0 0 12px; line-height: 1.2; }
.footer-h { font-family: var(--ff-body); font-size: .76rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--gold); margin-bottom: 22px; }
.footer-links { display: grid; gap: 10px; }
.footer-links a, .footer-contact a { transition: color .25s; }
.footer-links a:hover, .footer-contact a:hover { color: var(--gold-light); }
.footer-contact { display: grid; gap: 14px; }
.footer-contact li { display: flex; gap: 12px; align-items: flex-start; }
.footer-contact .icon { color: var(--gold); margin-top: 3px; width: 18px; height: 18px; }
.social { display: flex; gap: 10px; margin-top: 18px; }
.social a { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(212, 165, 60, .45); color: var(--gold); transition: all .3s; }
.social a:hover { background: var(--gold); color: var(--black); }
.social .icon { width: 18px; height: 18px; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; padding: 26px var(--gutter); border-top: 1px solid var(--line-dark); font-size: .82rem; }
.footer-bottom p { margin: 0; }
.footer-langs { display: flex; gap: 16px; }
.footer-langs a[aria-current] { color: var(--gold); }

/* ---------- Mobil alt çubuk & WhatsApp ---------- */
.mobile-bar { display: none; }
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 90;
  width: 60px; height: 60px; border-radius: 50%; display: grid; place-items: center;
  background: var(--wa); color: #fff; box-shadow: 0 12px 30px -8px rgba(37, 211, 102, .6);
  transition: transform .35s var(--ease);
}
.wa-float .icon { width: 32px; height: 32px; }
.wa-float:hover { transform: scale(1.08); }
.wa-float::before { content: ""; position: absolute; inset: 0; border-radius: 50%; border: 2px solid var(--wa); animation: pulse 2.4s ease-out infinite; }
@keyframes pulse { from { transform: scale(1); opacity: .7; } to { transform: scale(1.6); opacity: 0; } }

/* ---------- Lightbox ---------- */
.lightbox { position: fixed; inset: 0; z-index: 300; display: grid; place-items: center; background: rgba(8, 7, 5, .94); opacity: 0; visibility: hidden; transition: opacity .35s, visibility .35s; padding: 60px 70px; }
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox figure { max-width: 100%; max-height: 100%; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.lightbox img { max-width: min(1100px, 100%); max-height: calc(100vh - 160px); width: auto; border-radius: 8px; box-shadow: 0 30px 80px rgba(0, 0, 0, .6); }
.lightbox figcaption { color: rgba(255, 255, 255, .8); font-size: .92rem; text-align: center; }
.lb-btn { position: absolute; width: 50px; height: 50px; border-radius: 50%; border: 1px solid rgba(212, 165, 60, .5); background: rgba(12, 11, 9, .6); color: var(--gold-light); display: grid; place-items: center; cursor: pointer; transition: background-color .3s, color .3s; }
.lb-btn:hover { background: var(--gold); color: var(--black); }
.lb-close { top: 18px; right: 18px; }
.lb-prev { left: 16px; top: 50%; margin-top: -25px; }
.lb-next { right: 16px; top: 50%; margin-top: -25px; }

/* ---------- Görünür olunca animasyon ---------- */
.js .reveal { opacity: 0; transform: translateY(34px); transition: opacity .9s var(--ease) var(--d, 0ms), transform .9s var(--ease) var(--d, 0ms); }
.js .reveal.in { opacity: 1; transform: none; }

/* ---------- Duyarlı ---------- */
@media (max-width: 1100px) {
  .main-nav ul a { padding: 10px 10px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .dish-grid { grid-template-columns: repeat(2, 1fr); }
  .values { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 960px) {
  :root { --header-h: 72px; }
  .header-cta { display: none; }
  .nav-toggle { display: block; }
  .main-nav {
    position: fixed; inset: var(--header-h) 0 0; z-index: 99;
    background: var(--black); padding: 30px var(--gutter) calc(32px + env(safe-area-inset-bottom));
    display: flex; flex-direction: column; justify-content: space-between; overflow-y: auto;
    opacity: 0; visibility: hidden; transform: translateY(-12px);
    transition: opacity .35s, visibility .35s, transform .45s var(--ease);
  }
  .main-nav::before { content: ""; position: absolute; inset: 0; background-image: var(--pattern); background-size: 84px 145.5px; opacity: .8; pointer-events: none; z-index: -1; }
  .nav-open .main-nav { opacity: 1; visibility: visible; transform: none; }
  .main-nav ul { flex-direction: column; gap: 0; }
  .main-nav ul a { font-family: var(--ff-head); font-size: 1.9rem; padding: 12px 0; color: #fff; border-bottom: 1px solid var(--line-dark); }
  .main-nav ul a::after { display: none; }
  .nav-mobile-extra { display: grid; gap: 12px; margin-top: 30px; }
  .nav-open .mobile-bar { visibility: hidden; }
  .nav-open { overflow: hidden; }

  .hero { padding-top: calc(var(--header-h) + 36px); min-height: 0; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { height: clamp(400px, 100vw, 560px); max-width: 560px; width: 100%; margin: 20px auto 0; }
  .scroll-cue { display: none; }

  .intro-grid, .faq-wrap, .detail-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .intro-media { max-width: 560px; }
  .detail-aside { position: static; max-width: 520px; }
  .steps { grid-template-columns: 1fr 1fr; row-gap: 48px; }
  .steps::before { display: none; }
  .menu-block { grid-template-columns: 1fr; padding-bottom: 40px; }
  .menu-block.flip .menu-img { order: 0; }
  .menu-img { max-width: 440px; }
  .about-card { right: 12px; }
  .contact-photo { display: none; }

  .mobile-bar {
    display: grid; grid-template-columns: 1fr 1fr 1.3fr; position: fixed; left: 0; right: 0; bottom: 0; z-index: 95;
    background: rgba(12, 11, 9, .96); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
    border-top: 1px solid rgba(212, 165, 60, .35); padding-bottom: env(safe-area-inset-bottom);
  }
  .mobile-bar a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; min-height: 62px; color: #fff; font-size: .72rem; font-weight: 600; letter-spacing: .04em; }
  .mobile-bar .icon { width: 22px; height: 22px; color: var(--gold); }
  .mobile-bar .wa .icon { color: var(--wa); }
  .mobile-bar .quote { background: var(--gold-grad); color: var(--black); }
  .mobile-bar .quote .icon { color: var(--black); }
  .wa-float { display: none; }
  body { padding-bottom: 62px; }
}

@media (max-width: 640px) {
  .brand img { height: 46px; }
  .brand-text strong { font-size: 1.15rem; }
  .lang-switch { padding: 0 10px; }
  .service-grid, .dish-grid, .values { grid-template-columns: 1fr; }
  .check-list.two-col { grid-template-columns: 1fr; }
  .quote-form { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .gallery-item.wide { aspect-ratio: 16 / 10; }
  .gallery-item.span-last { grid-column: 1 / -1; aspect-ratio: 4 / 3; }
  .gallery-cap { transform: none; font-size: .75rem; padding: 28px 10px 10px; }
  .mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: none; grid-auto-rows: 42vw; }
  .mosaic-item:first-child { grid-row: span 2; }
  .steps { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .seal { width: 108px; height: 108px; left: 0; }
  .hero-main { width: 70%; right: 4%; }
  .hero-sub-1 { width: 42%; }
  .hero-sub-2 { width: 34%; }
  .btn-row .btn { flex: 1 1 auto; }
  .faq-a { padding-right: 0; }
  .about-card { position: relative; right: auto; bottom: auto; margin: -40px 16px 0; }
  .lightbox { padding: 60px 12px; }
  .lb-prev, .lb-next { top: auto; bottom: 16px; margin: 0; }
  .lb-prev { left: calc(50% - 60px); }
  .lb-next { right: calc(50% - 60px); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .js .reveal { opacity: 1; transform: none; }
  .hero-lines .draw { stroke-dashoffset: 0; }
}

@media print {
  .site-header, .mobile-bar, .wa-float, .cta-band, .marquee { display: none !important; }
  body { background: #fff; }
}
