/* =========================================================
   FORMA — Koyu mod mimarlık & iç mimarlık stüdyosu teması
   Zeytin-antrasit zemin, kum metin, adaçayı vurgu · Syne + DM Sans
   Büyük yuvarlatılmış köşeler, bento ızgara, pill bileşenler
   ========================================================= */
:root {
  color-scheme: dark;
  --primary: #9fb59a;
  --primary-dark: #bccdb7;
  --on-primary: #171a17;
  --secondary: #d8cbb3;
  --on-secondary: #171a17;
  --dark: #e8e1d3;
  --text: #d6d0c3;
  --muted: #9ca195;
  --bg: #171a17;
  --surface: #20241f;
  --surface-2: #2a2f29;
  --border: #353b34;
  --radius: 24px;
  --radius-sm: 14px;
  --radius-btn: 999px;
  --shadow: 0 24px 50px -30px rgba(0, 0, 0, .7);
  --shadow-lg: 0 40px 80px -40px rgba(0, 0, 0, .85);
  --font-body: "DM Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-head: "Syne", "DM Sans", system-ui, sans-serif;
  --container: 1360px;
  --header-h: 76px;
  --fm-ink: #171a17;
  --fm-sand: #e8e1d3;
  --fm-sand-2: #d8cbb3;
  --fm-sage: #9fb59a;
  --fm-gutter: clamp(16px, 3vw, 32px);
}
body { background: var(--bg); color: var(--text); font-size: 16px; }
h1, h2, h3, h4, h5, h6 { color: var(--fm-sand); font-weight: 700; letter-spacing: -.02em; }
::selection { background: var(--fm-sage); color: var(--fm-ink); }
a:hover { color: var(--primary-dark); }
.skip-link { background: var(--fm-sage); color: var(--fm-ink); }
.container, .fm-container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 var(--fm-gutter); }
.section { padding: clamp(56px, 7vw, 100px) 0; }
.section-alt { background: transparent; }

/* ---------- Pill / chip / link bileşenleri ---------- */
.fm-pill { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 22px; border-radius: 999px; font-weight: 600; font-size: .92rem; line-height: 1.2; border: 1px solid transparent; transition: background .3s var(--ease), color .3s, border-color .3s; white-space: nowrap; }
.fm-pill i { font-size: 1.1em; transition: transform .35s var(--ease); }
.fm-pill:hover i { transform: rotate(45deg); }
.fm-pill-sage { background: var(--fm-sage); color: var(--fm-ink); }
.fm-pill-sage:hover { background: var(--fm-sand); color: var(--fm-ink); }
.fm-pill-ghost { border-color: rgba(232, 225, 211, .25); color: var(--fm-sand); }
.fm-pill-ghost:hover { background: var(--fm-sand); border-color: var(--fm-sand); color: var(--fm-ink); }
.fm-pill-dark { background: var(--fm-ink); color: var(--fm-sand); }
.fm-pill-dark:hover { background: #2a2f29; color: var(--fm-sand); }
.fm-pill-sm { padding: 9px 16px; font-size: .84rem; }
.fm-chip { display: inline-flex; align-items: center; gap: 6px; padding: 6px 14px; border-radius: 999px; border: 1px solid rgba(232, 225, 211, .18); font-size: .74rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--fm-sage); line-height: 1.4; }
.fm-chip-blur { background: rgba(23, 26, 23, .55); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); color: var(--fm-sand); border-color: rgba(232, 225, 211, .15); }
.fm-chip-dark { border-color: rgba(23, 26, 23, .28); color: var(--fm-ink); }
.fm-link { display: inline-flex; align-items: center; gap: 8px; color: var(--fm-sand); font-weight: 600; border-bottom: 1px solid var(--fm-sage); padding-bottom: 3px; }
.fm-link i { transition: transform .3s var(--ease); }
.fm-link:hover { color: var(--fm-sage); }
.fm-link:hover i { transform: rotate(45deg); }
.fm-circle { width: 48px; height: 48px; flex-shrink: 0; border-radius: 50%; display: grid; place-items: center; border: 1px solid rgba(232, 225, 211, .2); color: var(--fm-sand); background: transparent; font-size: 20px; transition: all .3s; }
.fm-circle:hover { background: var(--fm-sage); border-color: var(--fm-sage); color: var(--fm-ink); }
.fm-h2 { font-size: clamp(2rem, 4.2vw, 3.5rem); line-height: 1.04; letter-spacing: -.035em; margin: 16px 0 0; font-weight: 700; }
.fm-section { padding: clamp(64px, 8vw, 120px) 0; }
.fm-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; margin-bottom: clamp(32px, 4vw, 56px); }
.fm-head > div { min-width: 0; }
.fm-head .fm-h2 { max-width: 780px; }
.fm-center { text-align: center; margin-top: 48px; }

/* ---------- Header: yüzen pill menü ---------- */
.fm-header { position: sticky; top: 0; z-index: 300; padding: 12px 0; }
.fm-header::before { content: ""; position: absolute; inset: 0; background: rgba(23, 26, 23, 0); transition: background .35s; pointer-events: none; }
.fm-header.is-scrolled::before { background: rgba(23, 26, 23, .78); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); box-shadow: 0 1px 0 rgba(232, 225, 211, .06); }
body.nav-open .fm-header { z-index: 1001; }
.fm-header-inner { position: relative; width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 var(--fm-gutter); display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: 18px; min-height: 64px; }
.fm-logo { color: var(--fm-sand); justify-self: start; }
.fm-logo:hover { color: var(--fm-sand); }
.fm-logo .logo-mark { width: 42px; height: 42px; border-radius: 50%; background: var(--fm-sage); color: var(--fm-ink); font-size: 21px; }
.fm-logo .logo-text strong { font-family: var(--font-head); font-weight: 800; font-size: 1.3rem; letter-spacing: .04em; }
.fm-logo .logo-text small { color: var(--muted); letter-spacing: .22em; font-size: .58rem; margin-top: 2px; }
.fm-nav { flex: none; }
@media (min-width: 1081px) {
  .fm-nav { background: rgba(42, 47, 41, .62); border: 1px solid rgba(232, 225, 211, .1); border-radius: 999px; padding: 5px; -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); box-shadow: 0 20px 40px -24px rgba(0, 0, 0, .7); }
  .fm-nav .nav-menu { gap: 2px; }
  .fm-nav .nav-menu > li > a { color: var(--fm-sand); padding: 10px 16px; border-radius: 999px; font-weight: 500; font-size: .9rem; }
  .fm-nav .nav-menu > li > a:hover { background: rgba(232, 225, 211, .08); color: var(--fm-sand); }
  .fm-nav .nav-menu > li.is-active > a { background: var(--fm-sand); color: var(--fm-ink); }
  .fm-nav .nav-menu .submenu { background: #20241f; border: 1px solid var(--border); border-radius: 20px; padding: 8px; top: calc(100% + 8px); box-shadow: var(--shadow-lg); }
  .fm-nav .nav-menu .submenu::before { content: ""; position: absolute; left: 0; right: 0; top: -10px; height: 10px; }
  .fm-nav .nav-menu .submenu a { color: var(--text); border-radius: 12px; }
  .fm-nav .nav-menu .submenu a:hover, .fm-nav .nav-menu .submenu li.is-active > a { background: var(--surface-2); color: var(--fm-sage); }
}
.fm-actions { justify-self: end; display: flex; align-items: center; gap: 10px; }
.fm-actions .lang-current { border-color: rgba(232, 225, 211, .22); color: var(--fm-sand); border-radius: 999px; padding: 6px 10px; }
.fm-header-cta { padding: 11px 18px; }
.fm-toggle { background: var(--surface-2); border-radius: 50%; }
.fm-toggle span { background: var(--fm-sand); }
@media (max-width: 1240px) and (min-width: 1081px) { .fm-nav .nav-menu > li > a { padding: 9px 11px; font-size: .84rem; } .fm-logo .logo-text small { display: none; } }
@media (max-width: 1080px) {
  .fm-header-inner { grid-template-columns: minmax(0, 1fr) auto; }
  .fm-nav { background: #1c201b; border-left: 1px solid var(--border); }
  .fm-nav .nav-menu > li { border-color: var(--border) !important; }
  .fm-nav .nav-menu > li > a { color: var(--fm-sand) !important; font-family: var(--font-head); font-size: 1.1rem; }
  .fm-nav .nav-menu > li.is-active > a { color: var(--fm-sage) !important; }
  .fm-nav .submenu-toggle { background: var(--surface-2) !important; color: var(--fm-sand) !important; border-radius: 50% !important; }
  .fm-nav .nav-menu .submenu a { color: var(--text) !important; }
}
@media (max-width: 640px) { .fm-header-cta { display: none; } .fm-logo .logo-text small { display: none; } }

/* ---------- Hero: dev tipografi + görsel ---------- */
.fm-hero { position: relative; padding: 18px 0 0; overflow: hidden; isolation: isolate; }
.fm-hero-top { display: flex; justify-content: space-between; align-items: center; gap: 12px 24px; flex-wrap: wrap; margin-bottom: 14px; }
.fm-kicker { display: inline-flex; align-items: center; gap: 12px; font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.fm-kicker i { width: 8px; height: 8px; border-radius: 50%; background: var(--fm-sage); box-shadow: 0 0 0 5px rgba(159, 181, 154, .18); flex-shrink: 0; }
.fm-hero-intro { margin: 0; color: var(--muted); font-size: .9rem; }
.fm-hero-stage { position: relative; --ws: clamp(50px, 14.6vw, 212px); padding-top: calc(var(--ws) * .52); }
.fm-word { position: absolute; left: 50%; top: 0; transform: translateX(-50%); z-index: 3; font-family: var(--font-head); font-weight: 800; font-size: var(--ws); line-height: .8; letter-spacing: -.05em; color: var(--fm-sand); mix-blend-mode: difference; white-space: nowrap; pointer-events: none; user-select: none; }
.fm-hero-media { position: relative; z-index: 1; height: clamp(480px, 70vh, 700px); border-radius: 32px; overflow: hidden; background: var(--surface); }
.fm-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity 1.1s ease, visibility 1.1s; }
.fm-slide.is-active { opacity: 1; visibility: visible; z-index: 1; }
.fm-slide-bg { position: absolute; inset: 0; background-size: cover; background-position: center; transform: scale(1.08); transition: transform 7.5s linear; }
.fm-slide.is-active .fm-slide-bg { transform: scale(1); }
.fm-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(23, 26, 23, .78) 0%, rgba(23, 26, 23, .1) 55%, rgba(23, 26, 23, 0)); }
.fm-slide-card { position: absolute; left: clamp(14px, 2.6vw, 34px); bottom: clamp(14px, 2.6vw, 34px); z-index: 2; width: min(560px, calc(100% - 28px)); padding: clamp(20px, 2.6vw, 32px); border-radius: 26px; background: rgba(23, 26, 23, .6); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); border: 1px solid rgba(232, 225, 211, .12); }
.fm-slide-sub { display: block; color: var(--fm-sage); font-size: .76rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; }
.fm-slide-title { font-size: clamp(1.5rem, 2.8vw, 2.35rem); line-height: 1.08; letter-spacing: -.03em; margin: 10px 0 12px; color: var(--fm-sand); }
.fm-slide-card p { color: rgba(232, 225, 211, .76); margin: 0 0 20px; font-size: .98rem; }
.fm-slide-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.fm-slide .fm-slide-card > * { opacity: 0; transform: translateY(18px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.fm-slide.is-active .fm-slide-card > * { opacity: 1; transform: none; }
.fm-slide.is-active .fm-slide-card > *:nth-child(2) { transition-delay: .12s; }
.fm-slide.is-active .fm-slide-card > *:nth-child(3) { transition-delay: .24s; }
.fm-slide.is-active .fm-slide-card > *:nth-child(4) { transition-delay: .36s; }
.fm-hero-nav { position: absolute; right: clamp(14px, 2.6vw, 34px); bottom: clamp(14px, 2.6vw, 34px); z-index: 4; display: flex; align-items: center; gap: 8px; padding: 6px; border-radius: 999px; background: rgba(23, 26, 23, .6); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); border: 1px solid rgba(232, 225, 211, .12); }
.fm-hero-nav button { width: 42px; height: 42px; border-radius: 50%; border: 0; background: transparent; color: var(--fm-sand); font-size: 18px; display: grid; place-items: center; }
.fm-hero-nav button:hover { background: var(--fm-sage); color: var(--fm-ink); }
.fm-dots { display: flex; align-items: center; gap: 6px; padding: 0 4px; }
.fm-dots button { width: 8px; height: 8px; padding: 0; border-radius: 999px; background: rgba(232, 225, 211, .35); transition: width .3s, background .3s; }
.fm-dots button:hover { background: var(--fm-sand); }
.fm-dots button.is-active { width: 26px; background: var(--fm-sage); }
@media (max-width: 760px) {
  .fm-hero-media { height: auto; min-height: 560px; border-radius: 26px; }
  .fm-slide-card { left: 12px; right: 12px; width: auto; bottom: 74px; }
  .fm-hero-nav { right: 12px; bottom: 12px; }
  .fm-hero-intro { display: none; }
}

/* Kayan pill etiketler */
.fm-marquee { margin-top: clamp(22px, 3vw, 34px); padding: 16px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); overflow: hidden; }
.fm-marquee-track { display: flex; width: max-content; animation: fmMarquee 38s linear infinite; }
.fm-marquee:hover .fm-marquee-track { animation-play-state: paused; }
.fm-marquee-group { display: flex; align-items: center; gap: 16px; padding-right: 16px; }
.fm-tag { padding: 10px 22px; border-radius: 999px; border: 1px solid rgba(232, 225, 211, .2); font-family: var(--font-head); font-weight: 700; font-size: clamp(.92rem, 1.5vw, 1.25rem); letter-spacing: .04em; white-space: nowrap; color: var(--fm-sand); }
.fm-marquee-group .fm-tag:nth-of-type(3n+1) { background: var(--fm-sage); border-color: var(--fm-sage); color: var(--fm-ink); }
.fm-marquee em { font-style: normal; color: var(--fm-sage); font-size: 1.2rem; }
@keyframes fmMarquee { to { transform: translateX(-50%); } }

/* ---------- Bento ---------- */
.fm-bento { display: grid; gap: 16px; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-template-areas: "about about work stats" "photo svc svc contact"; }
.fm-box { position: relative; border-radius: 28px; background: var(--surface); padding: clamp(22px, 2.6vw, 36px); overflow: hidden; min-width: 0; }
.fm-box-about { grid-area: about; display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.fm-box-about .fm-h2 { margin: 0; font-size: clamp(1.8rem, 3.2vw, 2.9rem); }
.fm-box-about p { color: var(--muted); margin: 0; }
.fm-box-about .fm-link { margin-top: auto; }
.fm-box-work { grid-area: work; padding: 0; min-height: 480px; display: block; color: var(--fm-sand); }
.fm-box-work img, .fm-box-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.fm-box-work::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(23, 26, 23, .88), rgba(23, 26, 23, 0) 55%); }
.fm-box-work:hover img { transform: scale(1.05); }
.fm-box-work:hover { color: var(--fm-sand); }
.fm-box-work-top { position: absolute; top: 18px; left: 18px; z-index: 2; }
.fm-box-work-info { position: absolute; left: 22px; right: 86px; bottom: 24px; z-index: 2; display: flex; flex-direction: column; gap: 4px; }
.fm-box-work-info small { color: var(--fm-sage); font-weight: 600; font-size: .8rem; letter-spacing: .06em; }
.fm-box-work-info strong { font-family: var(--font-head); font-size: clamp(1.25rem, 1.8vw, 1.6rem); line-height: 1.12; letter-spacing: -.02em; }
.fm-arrow-pill { position: absolute; right: 18px; bottom: 20px; z-index: 2; width: 54px; height: 54px; border-radius: 999px; background: var(--fm-sage); color: var(--fm-ink); display: grid; place-items: center; font-size: 22px; transition: transform .4s var(--ease); }
.fm-box-work:hover .fm-arrow-pill { transform: rotate(45deg); }
.fm-box-stats { grid-area: stats; background: var(--fm-sage); color: var(--fm-ink); display: flex; flex-direction: column; justify-content: space-between; gap: 26px; }
.fm-stat-main strong { display: block; font-family: var(--font-head); font-weight: 800; font-size: clamp(2.8rem, 4.2vw, 4.3rem); line-height: .9; letter-spacing: -.05em; }
.fm-stat-main em { font-style: normal; }
.fm-stat-main > span { display: block; margin-top: 10px; font-weight: 600; }
.fm-stat-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.fm-stat-list li { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; border-top: 1px solid rgba(23, 26, 23, .2); padding-top: 10px; font-size: .88rem; }
.fm-stat-list b { font-family: var(--font-head); font-size: 1.2rem; white-space: nowrap; }
.fm-stat-list span { text-align: right; }
.fm-box-photo { grid-area: photo; padding: 0; min-height: 300px; }
.fm-box-services { grid-area: svc; }
.fm-box-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 10px; }
.fm-svc-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 26px; }
.fm-svc-list a { display: grid; grid-template-columns: 32px minmax(0, 1fr) auto; align-items: center; gap: 10px; padding: 14px 0; border-bottom: 1px solid var(--border); color: var(--fm-sand); font-weight: 500; }
.fm-svc-list em { font-style: normal; color: var(--muted); font-size: .8rem; }
.fm-svc-list i { color: var(--fm-sage); transition: transform .3s var(--ease); }
.fm-svc-list a:hover { color: var(--fm-sage); }
.fm-svc-list a:hover i { transform: translateX(4px); }
.fm-box-contact { grid-area: contact; background: var(--fm-sand-2); color: var(--fm-ink); display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.fm-box-contact-title { font-family: var(--font-head); font-size: clamp(1.3rem, 1.9vw, 1.6rem); font-weight: 700; line-height: 1.1; letter-spacing: -.02em; margin: 0; color: var(--fm-ink); }
.fm-box-mail { color: var(--fm-ink); font-weight: 700; font-size: 1.02rem; overflow-wrap: anywhere; border-bottom: 1px solid rgba(23, 26, 23, .35); }
.fm-box-mail:hover { color: #4d5a49; }
.fm-box-contact-row { margin-top: auto; width: 100%; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: space-between; }
.fm-box-contact-row > a:first-child { color: var(--fm-ink); font-weight: 600; font-size: .92rem; }
@media (max-width: 1100px) {
  .fm-bento { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-areas: "about about" "work stats" "photo contact" "svc svc"; }
}
@media (max-width: 640px) {
  .fm-bento { grid-template-columns: minmax(0, 1fr); grid-template-areas: "about" "work" "stats" "svc" "contact" "photo"; }
  .fm-box-work { min-height: 380px; }
  .fm-svc-list { grid-template-columns: minmax(0, 1fr); }
}

/* ---------- Uzmanlıklar: dikey sekmeler ---------- */
.fm-expertise { background: linear-gradient(180deg, transparent, rgba(32, 36, 31, .6) 30%, rgba(32, 36, 31, .6) 70%, transparent); }
.fm-tabs { display: grid; grid-template-columns: minmax(0, 380px) minmax(0, 1fr); gap: clamp(24px, 4vw, 64px); align-items: start; }
.fm-tab-list { display: flex; flex-direction: column; gap: 4px; }
.fm-tab { display: grid; grid-template-columns: 36px minmax(0, 1fr) auto; align-items: center; gap: 10px; width: 100%; padding: 18px 20px; text-align: left; background: transparent; border: 0; border-bottom: 1px solid var(--border); color: var(--muted); font-family: var(--font-head); font-size: 1.15rem; font-weight: 600; letter-spacing: -.01em; border-radius: 0; transition: background .3s, color .3s, border-radius .3s; }
.fm-tab em { font-family: var(--font-body); font-style: normal; font-size: .78rem; font-weight: 500; }
.fm-tab i { opacity: 0; transform: translateX(-8px); transition: all .3s var(--ease); }
.fm-tab:hover { color: var(--fm-sand); }
.fm-tab.is-active { color: var(--fm-ink); background: var(--fm-sage); border-radius: 999px; border-bottom-color: transparent; }
.fm-tab.is-active i { opacity: 1; transform: none; }
.fm-tab-panel { display: none; }
.fm-tab-panel.is-active { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: clamp(22px, 3vw, 40px); align-items: center; animation: fmIn .5s var(--ease); }
.no-js .fm-tab-panel { display: grid; grid-template-columns: minmax(0, 1fr); margin-bottom: 32px; }
@keyframes fmIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
.fm-tab-media { position: relative; border-radius: 28px; overflow: hidden; aspect-ratio: 4 / 5; background: var(--surface); }
.fm-tab-media img { width: 100%; height: 100%; object-fit: cover; }
.fm-tab-media .fm-chip { position: absolute; left: 16px; top: 16px; }
.fm-tab-text h3 { font-size: clamp(1.45rem, 2.3vw, 2rem); line-height: 1.12; letter-spacing: -.03em; }
.fm-tab-text p { color: var(--muted); }
.fm-mini-tags { list-style: none; padding: 0; margin: 0 0 26px; display: flex; flex-wrap: wrap; gap: 8px; }
.fm-mini-tags li { padding: 7px 14px; border-radius: 999px; background: var(--surface-2); font-size: .84rem; color: var(--text); }
@media (max-width: 1000px) {
  .fm-tabs { grid-template-columns: minmax(0, 1fr); }
  .fm-tab-list { flex-direction: row; overflow-x: auto; gap: 8px; padding-bottom: 8px; scrollbar-width: none; }
  .fm-tab-list::-webkit-scrollbar { display: none; }
  .fm-tab { display: inline-flex; width: auto; white-space: nowrap; border: 1px solid var(--border); border-radius: 999px; padding: 10px 16px; font-size: .95rem; }
  .fm-tab i { display: none; }
  .fm-tab.is-active { border-color: var(--fm-sage); }
  .fm-tab-panel.is-active { grid-template-columns: minmax(0, 1fr); }
  .fm-tab-media { aspect-ratio: 16 / 10; }
}

/* ---------- Çalışmalar ---------- */
.fm-filter { display: flex; flex-wrap: wrap; gap: 8px; }
.fm-filter button { padding: 10px 18px; border-radius: 999px; border: 1px solid var(--border); background: transparent; color: var(--text); font-weight: 500; font-size: .9rem; transition: all .25s; }
.fm-filter button:hover, .fm-filter button.is-active { background: var(--fm-sand); border-color: var(--fm-sand); color: var(--fm-ink); }
.fm-work-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(28px, 3.4vw, 48px) clamp(16px, 2.4vw, 32px); }
.fm-work-cell.is-hidden { display: none; }
.fm-work { min-width: 0; }
.fm-work-media { position: relative; display: block; border-radius: 28px; overflow: hidden; aspect-ratio: 4 / 3; background: var(--surface); }
.fm-work-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.fm-work:hover .fm-work-media img { transform: scale(1.05); }
.fm-work-cat { position: absolute; top: 16px; left: 16px; }
.fm-work-go { position: absolute; right: 18px; bottom: 18px; display: inline-flex; align-items: center; gap: 8px; padding: 12px 20px; border-radius: 999px; background: var(--fm-sage); color: var(--fm-ink); font-weight: 600; font-size: .92rem; opacity: 0; transform: translateY(14px) scale(.92); transition: opacity .35s var(--ease), transform .35s var(--ease); }
.fm-work:hover .fm-work-go { opacity: 1; transform: none; }
.fm-work-body { padding: 18px 6px 0; display: flex; justify-content: space-between; align-items: flex-start; gap: 10px 16px; flex-wrap: wrap; }
.fm-work-body h3 { font-size: clamp(1.2rem, 1.9vw, 1.55rem); margin: 0; line-height: 1.15; letter-spacing: -.02em; min-width: 0; }
.fm-work-body h3 a { color: var(--fm-sand); }
.fm-work-body h3 a:hover { color: var(--fm-sage); }
.fm-work-meta { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.fm-work-meta li { padding: 5px 12px; border-radius: 999px; border: 1px solid var(--border); font-size: .78rem; color: var(--muted); white-space: nowrap; }
@media (hover: none), (max-width: 760px) { .fm-work-go { opacity: 1; transform: none; padding: 9px 15px; font-size: .84rem; } }
@media (max-width: 700px) { .fm-work-grid { grid-template-columns: minmax(0, 1fr); } }
@media (min-width: 641px) {
  .page-projects .grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(28px, 3.4vw, 48px) clamp(16px, 2.4vw, 32px); }
}
.page-project .grid-3 .fm-work-meta { display: none; }

/* ---------- Süreç ---------- */
.fm-steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.fm-steps li { position: relative; background: var(--surface); border-radius: 28px; padding: 28px 26px 30px; min-height: 290px; display: flex; flex-direction: column; }
.fm-step-no { font-family: var(--font-head); font-weight: 800; font-size: 3.4rem; line-height: 1; letter-spacing: -.04em; color: transparent; -webkit-text-stroke: 1px rgba(232, 225, 211, .32); margin-bottom: auto; }
.fm-steps li > i { position: absolute; top: 26px; right: 24px; width: 52px; height: 52px; border-radius: 50%; background: var(--surface-2); color: var(--fm-sage); display: grid; place-items: center; font-size: 24px; }
.fm-steps h3 { font-size: 1.3rem; margin: 34px 0 8px; }
.fm-steps p { color: var(--muted); font-size: .93rem; margin: 0; }
.fm-steps li:nth-child(3) { background: var(--fm-sage); }
.fm-steps li:nth-child(3) h3 { color: var(--fm-ink); }
.fm-steps li:nth-child(3) p { color: rgba(23, 26, 23, .72); }
.fm-steps li:nth-child(3) .fm-step-no { -webkit-text-stroke-color: rgba(23, 26, 23, .4); }
.fm-steps li:nth-child(3) > i { background: rgba(23, 26, 23, .1); color: var(--fm-ink); }
@media (max-width: 1000px) { .fm-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .fm-steps { grid-template-columns: minmax(0, 1fr); } .fm-steps li { min-height: 0; } }

/* ---------- Ekip ---------- */
.fm-team-row { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.fm-member { text-align: center; padding: 30px 16px 28px; border-radius: 28px; background: var(--surface); min-width: 0; }
.fm-avatar { width: clamp(96px, 8.5vw, 124px); aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; margin: 0 auto 18px; font-family: var(--font-head); font-weight: 800; font-size: clamp(1.8rem, 2.6vw, 2.4rem); letter-spacing: -.02em; overflow: hidden; }
.fm-avatar img { width: 100%; height: 100%; object-fit: cover; }
.fm-avatar-0 { background: var(--fm-sage); color: var(--fm-ink); }
.fm-avatar-1 { background: var(--fm-sand-2); color: var(--fm-ink); }
.fm-avatar-2 { background: transparent; border: 1px solid rgba(232, 225, 211, .3); color: var(--fm-sand); }
.fm-member h3 { font-size: 1.08rem; margin: 0 0 4px; }
.fm-member p { color: var(--muted); font-size: .87rem; margin: 0; }
.fm-team-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.fm-member-card .team-bio { margin-top: 14px; font-size: .9rem; }
.fm-member-card .team-links { margin-top: 16px; }
.team-links a { background: var(--surface-2); color: var(--fm-sand); }
.team-links a:hover { background: var(--fm-sage); color: var(--fm-ink); }
@media (max-width: 1100px) { .fm-team-row { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 900px) { .fm-team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .fm-team-row { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .fm-team-grid { grid-template-columns: minmax(0, 1fr); } }

/* ---------- Journal carousel + yazı kartı ---------- */
.fm-carousel-nav { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.fm-journal-track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 48px) / 3); gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 16px; scrollbar-width: thin; scrollbar-color: var(--border) transparent; }
.fm-journal-item { scroll-snap-align: start; min-width: 0; }
@media (max-width: 1000px) { .fm-journal-track { grid-auto-columns: calc((100% - 24px) / 2); } }
@media (max-width: 640px) { .fm-journal-track { grid-auto-columns: 84%; gap: 16px; } }
.fm-post { display: flex; flex-direction: column; height: 100%; min-width: 0; }
.fm-post-media { position: relative; display: block; border-radius: 24px; overflow: hidden; aspect-ratio: 4 / 3; background: var(--surface); }
.fm-post-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease); }
.fm-post:hover .fm-post-media img { transform: scale(1.05); }
.fm-post-media time { position: absolute; left: 14px; top: 14px; }
.fm-post-body { padding: 18px 4px 0; display: flex; flex-direction: column; align-items: flex-start; gap: 8px; flex: 1; }
.fm-post-cat { color: var(--fm-sage); font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 600; }
.fm-post h3 { font-size: 1.22rem; line-height: 1.22; margin: 0; letter-spacing: -.02em; }
.fm-post h3 a { color: var(--fm-sand); }
.fm-post h3 a:hover { color: var(--fm-sage); }
.fm-post p { color: var(--muted); font-size: .93rem; margin: 0 0 6px; }
.fm-post .fm-link { margin-top: auto; }

/* ---------- Yorumlar / referanslar ---------- */
.fm-voice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
@media (max-width: 760px) { .fm-voice-grid { grid-template-columns: minmax(0, 1fr); } }
.testimonial-card { background: var(--surface); border: 0; border-radius: 28px; padding: clamp(24px, 3vw, 40px); gap: 18px; }
.fm-voice-q { font-size: 40px; color: var(--fm-sage); line-height: 1; }
.testimonial-card blockquote { color: var(--fm-sand); font-size: clamp(1rem, 1.35vw, 1.16rem); line-height: 1.62; }
.testimonial-card figcaption { flex-wrap: wrap; }
.testimonial-card figcaption small { display: block; }
.t-initials { background: var(--surface-2); color: var(--fm-sage); font-family: var(--font-head); }
.t-stars { color: var(--fm-sand-2); font-size: .9rem; }
.fm-voice .t-stars { margin-left: auto; }
.fm-clients { padding: 0 0 clamp(64px, 8vw, 110px); }
.fm-clients-row { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.fm-clients-label { margin-right: 14px; color: var(--muted); font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; }
.fm-client { padding: 13px 24px; border-radius: 999px; border: 1px solid var(--border); font-family: var(--font-head); font-weight: 700; color: var(--text); font-size: 1rem; transition: all .3s; }
.fm-client:hover { background: var(--surface); color: var(--fm-sand); }
.fm-client img { max-height: 30px; width: auto; }

/* ---------- İç sayfa başlığı ---------- */
.fm-page-hero { padding: 6px 0 0; }
.fm-page-hero-card { position: relative; border-radius: 32px; overflow: hidden; background: var(--surface); min-height: clamp(300px, 40vh, 430px); display: flex; align-items: flex-end; isolation: isolate; }
.fm-page-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; z-index: -2; }
.fm-page-hero-card.has-image::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(23, 26, 23, .93) 0%, rgba(23, 26, 23, .66) 55%, rgba(23, 26, 23, .3)), linear-gradient(0deg, rgba(23, 26, 23, .6), transparent 60%); }
.fm-page-hero-inner { position: relative; z-index: 1; padding: clamp(24px, 4.5vw, 60px); max-width: 920px; min-width: 0; }
.fm-page-hero h1 { font-size: clamp(2rem, 5vw, 4.3rem); line-height: 1.02; letter-spacing: -.04em; margin: 20px 0 14px; color: var(--fm-sand); overflow-wrap: break-word; }
.fm-page-hero p { color: rgba(232, 225, 211, .76); max-width: 660px; margin: 0; font-size: 1.05rem; }
.fm-page-hero-mark { position: absolute; right: 3%; bottom: -10%; z-index: 0; font-family: var(--font-head); font-weight: 800; font-size: clamp(10rem, 24vw, 21rem); line-height: 1; color: transparent; -webkit-text-stroke: 1.5px rgba(159, 181, 154, .4); pointer-events: none; }
.fm-page-hero .breadcrumb ol { gap: 6px; }
.fm-page-hero .breadcrumb li { font-size: .8rem; color: var(--fm-sand); }
.fm-page-hero .breadcrumb li + li::before { content: none; }
.fm-page-hero .breadcrumb li > a, .fm-page-hero .breadcrumb li > span { display: inline-flex; align-items: center; gap: 4px; padding: 6px 13px; border-radius: 999px; background: rgba(23, 26, 23, .5); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); border: 1px solid rgba(232, 225, 211, .14); color: var(--fm-sand); }
.fm-page-hero .breadcrumb li > a:hover { color: var(--fm-sage); }
.fm-page-hero .breadcrumb li[aria-current] > span { color: var(--fm-ink); background: var(--fm-sage); border-color: var(--fm-sage); }
@media (max-width: 640px) { .fm-page-hero-card { border-radius: 24px; min-height: 280px; } .fm-page-hero .breadcrumb li[aria-current] { display: none; } }

/* ---------- Hizmet kartı (liste sayfası) ---------- */
.fm-svc { background: var(--surface); border-radius: 28px; overflow: hidden; display: flex; flex-direction: column; height: 100%; min-width: 0; }
.fm-svc-media { position: relative; display: block; aspect-ratio: 16 / 11; overflow: hidden; margin: 10px 10px 0; border-radius: 20px; }
.fm-svc-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease); }
.fm-svc:hover .fm-svc-media img { transform: scale(1.05); }
.fm-svc-no { position: absolute; right: 12px; top: 12px; padding: 5px 12px; border-radius: 999px; background: rgba(23, 26, 23, .6); color: var(--fm-sand); font-size: .8rem; font-weight: 600; }
.fm-svc-body { position: relative; padding: 0 26px 26px; display: flex; flex-direction: column; align-items: flex-start; gap: 10px; flex: 1; }
.fm-svc-icon { width: 52px; height: 52px; border-radius: 50%; background: var(--fm-sage); color: var(--fm-ink); display: grid; place-items: center; font-size: 22px; margin-top: -26px; border: 5px solid var(--surface); }
.fm-svc h3 { font-size: 1.3rem; margin: 0; letter-spacing: -.02em; }
.fm-svc h3 a { color: var(--fm-sand); }
.fm-svc h3 a:hover { color: var(--fm-sage); }
.fm-svc p { color: var(--muted); font-size: .93rem; margin: 0 0 8px; }
.fm-svc .fm-pill { margin-top: auto; }
.page-services .grid-3 { gap: 16px; }
@media (min-width: 1025px) {
  .page-services .grid-3 > .fm-svc:last-child:nth-child(3n+1) { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); align-items: center; }
  .page-services .grid-3 > .fm-svc:last-child:nth-child(3n+1) .fm-svc-media { margin: 10px; aspect-ratio: 16 / 8; }
  .page-services .grid-3 > .fm-svc:last-child:nth-child(3n+1) .fm-svc-body { padding: 30px 40px; }
  .page-services .grid-3 > .fm-svc:last-child:nth-child(3n+1) .fm-svc-icon { margin-top: 0; }
  .page-services .grid-3 > .fm-svc:last-child:nth-child(3n+1) h3 { font-size: 1.8rem; }
}

/* ---------- Çekirdek bileşenler: koyu mod ---------- */
.btn { border-radius: 999px; font-weight: 600; }
.btn-primary { color: var(--fm-ink); }
.btn-primary:hover { color: var(--fm-ink); }
.btn-light { background: var(--surface-2); border-color: var(--surface-2); color: var(--fm-sand); }
.btn-light:hover { background: var(--border); border-color: var(--border); color: var(--fm-sand); }
.btn-white { color: var(--fm-ink); }
.card, .card-pad { background: var(--surface); border-color: var(--border); }
.card-title a { color: var(--fm-sand); }
.lead { color: var(--fm-sand); font-weight: 400; font-size: 1.2rem; }
.prose { color: var(--text); }
.prose strong { color: var(--fm-sand); }
.prose h2, .prose h3 { letter-spacing: -.025em; }
.prose blockquote { background: var(--surface); border-left-color: var(--fm-sage); color: var(--fm-sand); border-radius: 0 18px 18px 0; }
.prose th, .prose td { border-color: var(--border); }
.prose th { background: var(--surface); color: var(--fm-sand); }
.prose a { color: var(--fm-sage); }
.prose img, .content-cover, .project-cover { border-radius: 24px; }
.section-subtitle { font-size: clamp(1.6rem, 3vw, 2.4rem); letter-spacing: -.03em; }
.widget { background: var(--surface); border: 0; border-radius: 24px; }
.widget-title { color: var(--fm-sand); border-bottom-color: var(--border); font-size: 1.12rem; }
.widget-title::after { background: var(--fm-sage); }
.widget-links li a { color: var(--text); border-bottom-color: var(--border); }
.widget-links li a:hover, .widget-links li.active > a { color: var(--fm-sage); }
.widget p { color: var(--muted); }
.widget-contact { background: var(--fm-sand-2); }
.widget-contact .widget-title { color: var(--fm-ink); border-color: rgba(23, 26, 23, .15); }
.widget-contact .widget-title::after { background: var(--fm-ink); }
.widget-contact p { color: rgba(23, 26, 23, .7); }
.widget-contact .contact-list a { color: var(--fm-ink); }
.widget-contact .contact-list i { background: rgba(23, 26, 23, .08); color: var(--fm-ink); border-radius: 50%; }
.widget-contact .btn-primary { background: var(--fm-ink); border-color: var(--fm-ink); color: var(--fm-sand); }
.widget-contact .btn-primary:hover { background: #2a2f29; border-color: #2a2f29; color: var(--fm-sand); }
.contact-list i { border-radius: 50%; }
.widget-posts a { color: var(--fm-sand); }
.widget-posts img { border-radius: 12px; }
.mini-steps strong { color: var(--fm-sand); }
.check-list i { color: var(--fm-ink); }
.feature-box { background: var(--surface); border-radius: 24px; }
.inline-quote { background: var(--surface); border: 1px solid var(--border); border-radius: 28px; color: var(--text); }
.inline-quote h2 { color: var(--fm-sand); }
.inline-quote > p { color: var(--muted); }
.inline-quote .field > label { color: var(--fm-sand); }
.inline-quote .check span { color: var(--muted); }
.field > label { color: var(--fm-sand); font-weight: 500; }
input[type=text], input[type=email], input[type=tel], input[type=number], input[type=date], input[type=search], input[type=password], input[type=url], select, textarea { background-color: #1b1e1a; border-color: var(--border); color: var(--fm-sand); border-radius: 14px; }
select option { background: #20241f; color: var(--fm-sand); }
::placeholder { color: #7b8175; opacity: 1; }
.check { color: var(--muted); }
.choice span { background: #1b1e1a; border-color: var(--border); color: var(--text); }
.file-drop { background: #1b1e1a; border-color: var(--border); border-radius: 18px; }
.quote-box { background: var(--surface); border-color: var(--border); border-radius: 28px; box-shadow: none; }
.qw-steps li span { background: var(--surface-2); color: var(--text); }
.qw-steps li.is-active, .qw-steps li.is-done { color: var(--fm-sand); }
.qw-option-box { background: #1b1e1a; border-color: var(--border); border-radius: 16px; }
.qw-option-box strong { color: var(--fm-sand); }
.qw-nav { border-top-color: var(--border); }
.alert-success { background: rgba(159, 181, 154, .12); color: #cfe0ca; border-color: rgba(159, 181, 154, .35); }
.alert-error { background: rgba(214, 96, 84, .12); color: #f2bdb6; border-color: rgba(214, 96, 84, .38); }
.success-box .tracking { background: var(--surface-2); color: var(--fm-sand); }
.faq-item { background: var(--surface); border-color: var(--border); border-radius: 18px; }
.faq-item summary { color: var(--fm-sand); font-weight: 600; }
.faq-item[open] { border-color: var(--fm-sage); }
.faq-answer { color: var(--muted); }
.contact-card { background: var(--surface); border-color: var(--border); border-radius: 24px; }
.contact-card strong { color: var(--fm-sand); }
.address-box strong { color: var(--fm-sand); }
.map-embed { border-radius: 24px; }
.map-embed iframe { filter: grayscale(1) invert(.9) contrast(.9); }
.client-item { background: var(--surface); border-color: var(--border); border-radius: 999px; }
.client-name { color: var(--text); font-family: var(--font-head); }
.team-photo { background: var(--surface); border-radius: 24px; }
.team-card .team-photo { aspect-ratio: auto; padding: 40px 0; }
.team-photo .t-initials { background: var(--fm-sage); color: var(--fm-ink); }
.team-card h3 { color: var(--fm-sand); }
.team-pos { color: var(--fm-sage); }
.about-img-2 { border-color: var(--bg); }
.about-media img { border-radius: 24px; }
.stat-item strong { color: var(--fm-sand); }
.why-item { background: var(--surface); border: 0; border-radius: 24px; }
.why-item h3 { color: var(--fm-sand); }
.project-info { background: var(--surface); border: 0; border-radius: 28px; }
.info-list > div { border-bottom-color: var(--border); }
.info-list dd, .info-list dd a { color: var(--fm-sand); }
.gallery-item { border-radius: 18px; }
.chip { background: var(--surface); border-color: var(--border); color: var(--text); }
.chip:hover { color: var(--fm-sage); border-color: var(--fm-sage); }
.chip.is-active { background: var(--fm-sage); border-color: var(--fm-sage); color: var(--fm-ink); }
.pagination a, .pagination span { border-radius: 999px; border-color: var(--border); color: var(--text); }
.pagination .pg-current { color: var(--fm-ink); }
.pagination .pg-gap { color: var(--muted); }
.post-meta { color: var(--muted); }
.card-cat { color: var(--fm-sage); }
.share-bar { border-color: var(--border); }
.share-bar a { background: var(--surface); color: var(--fm-sand); }
.share-bar a:hover { color: var(--fm-ink); }
.post-nav a { background: var(--surface); color: var(--fm-sand); border-radius: 18px; }
.search-inline { background: var(--surface); border-color: var(--border); }
.search-inline input { color: var(--fm-sand); background: transparent !important; }
.search-results a { border-color: var(--border); color: var(--text); border-radius: 20px; }
.search-results strong { color: var(--fm-sand); }
.search-results img { border-radius: 12px; }
.empty-state { background: var(--surface); border-radius: 24px; }
.error-code { color: var(--fm-sage); letter-spacing: -.06em; }
.reply-box { background: var(--surface); }
.track-head h2 { color: var(--fm-sand); }
.specs-table th { background: var(--surface); }
.specs-table th, .specs-table td { border-color: var(--border); }
.tab-nav { border-color: var(--border); }
.lang-menu { background: var(--surface-2); border: 1px solid var(--border); border-radius: 16px; }
.lang-menu button { color: var(--fm-sand); }
.lang-menu button:hover, .lang-menu button.is-active { background: var(--surface); color: var(--fm-sage); }
.cta-band { background: transparent; color: var(--fm-ink); padding: 0 0 clamp(56px, 7vw, 100px); }
.cta-band .cta-inner { width: calc(100% - 2 * var(--fm-gutter)); max-width: calc(var(--container) - 2 * var(--fm-gutter)); background: var(--fm-sage); border-radius: 32px; padding: clamp(28px, 4.5vw, 60px); }
.cta-text h2 { color: var(--fm-ink); letter-spacing: -.03em; }
.cta-text p { color: rgba(23, 26, 23, .75); opacity: 1; }
.cta-band .btn-primary { background: var(--fm-ink); border-color: var(--fm-ink); color: var(--fm-sand); }
.cta-band .btn-primary:hover { background: #2a2f29; border-color: #2a2f29; color: var(--fm-sand); }
.cta-band .btn-outline { color: var(--fm-ink); border-color: var(--fm-ink); }
.cta-band .btn-outline:hover { background: var(--fm-ink); color: var(--fm-sand); border-color: var(--fm-ink); }
@media (max-width: 640px) { .cta-band .btn-lg { white-space: normal; } .cta-actions, .cta-actions .btn { width: 100%; } }

/* ---------- Footer ---------- */
.fm-footer { padding: clamp(40px, 6vw, 90px) 0 0; color: var(--muted); font-size: .94rem; }
.fm-footer-hero { padding-bottom: clamp(40px, 6vw, 80px); border-bottom: 1px solid var(--border); display: flex; flex-direction: column; align-items: flex-start; gap: 24px; }
.fm-footer-hero h2 { font-size: clamp(1.9rem, 7.4vw, 7rem); line-height: .94; letter-spacing: -.05em; margin: 0; font-weight: 800; color: var(--fm-sand); overflow-wrap: anywhere; max-width: 100%; }
.fm-footer-hero h2 span { display: block; color: var(--fm-sage); }
.fm-footer-mail { display: inline-flex; align-items: center; gap: 12px; font-family: var(--font-head); font-size: clamp(1.15rem, 3vw, 2.4rem); font-weight: 700; letter-spacing: -.02em; color: var(--fm-sand); border-bottom: 2px solid var(--fm-sage); padding-bottom: 6px; overflow-wrap: anywhere; max-width: 100%; }
.fm-footer-mail i { transition: transform .35s var(--ease); flex-shrink: 0; }
.fm-footer-mail:hover { color: var(--fm-sage); }
.fm-footer-mail:hover i { transform: rotate(45deg); }
.fm-footer-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) repeat(3, minmax(0, 1fr)); gap: 40px; padding: clamp(40px, 5vw, 70px) 0; }
@media (max-width: 900px) { .fm-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .fm-footer-grid { grid-template-columns: minmax(0, 1fr); } }
.fm-footer h3 { font-family: var(--font-body); font-size: .76rem; letter-spacing: .16em; text-transform: uppercase; color: var(--fm-sage); font-weight: 600; margin-bottom: 18px; }
.fm-footer-about .fm-logo { margin-bottom: 18px; }
.fm-footer-about p { max-width: 380px; }
.fm-footer-links, .fm-footer-contact { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.fm-footer-links a, .fm-footer-contact a { color: var(--text); }
.fm-footer-links a:hover, .fm-footer-contact a:hover { color: var(--fm-sage); }
.fm-footer-contact li { color: var(--text); }
.fm-footer .social-links { margin-top: 18px; }
.fm-footer .social-links a { background: var(--surface); color: var(--fm-sand); }
.fm-footer .social-links a:hover { background: var(--fm-sage); color: var(--fm-ink) !important; }
.fm-footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap; padding: 22px 0 30px; border-top: 1px solid var(--border); font-size: .85rem; }
.fm-footer-bottom .footer-menu a { color: var(--muted); }
.fm-footer-bottom .footer-menu a:hover { color: var(--fm-sage); }

/* ---------- Hızlı iletişim / mobil bar / çerez ---------- */
.fc-phone { background: var(--fm-sage); color: var(--fm-ink); }
.fc-phone:hover { color: var(--fm-ink); }
.fc-mail { background: var(--surface-2); color: var(--fm-sand); }
.fc-mail:hover { color: var(--fm-sand); }
.fc-top { background: var(--fm-sand); color: var(--fm-ink); }
.fc-top:hover { color: var(--fm-ink); }
.fc-label { background: var(--surface-2); color: var(--fm-sand); border-radius: 999px; }
.cookie-bar { background: var(--surface-2); color: var(--fm-sand); border-color: var(--border); border-radius: 20px; }
@media (max-width: 768px) {
  .mobile-bar { background: #1c201b; border-top: 1px solid var(--border); box-shadow: 0 -12px 30px -12px rgba(0, 0, 0, .7); }
  .mobile-bar a { color: var(--fm-sand); }
  .mobile-bar .mb-call { color: var(--fm-sage); }
  .mobile-bar .mb-wa { color: #86d1a1; }
  .mobile-bar .mb-quote { background: var(--fm-sage); color: var(--fm-ink); }
}
@media (max-width: 640px) { .fm-team-row > .fm-member:last-child:nth-child(odd) { grid-column: 1 / -1; } }
@media (max-width: 1000px) { .fm-slide-card { bottom: 76px; } }
@media (max-width: 760px) { .fm-page-hero-mark { display: none; } }
