/* Truemed — original homepage styles */
:root {
  --black: #000000;
  --white: #ffffff;
  --ink: #1a1a1a;
  --muted: #6b7280;
  --line: #e5e7eb;
  --bg: rgb(245, 245, 245);
  --surface: #ffffff;
  --surface-2: #ffffff;
  --shadow: 0 10px 30px rgba(0,0,0,.06);
  --shadow-lg: 0 12px 40px rgba(0,0,0,.08);
  --header-bg: rgba(255,255,255,.92);
  --blue: #51A2B4;
  --blue-rgb: 81, 162, 180;
  --teal: #51A2B4;
  --teal-dark: #3f8a9a;
  --pill-bg: #e8f0f2;
  --contact-wash: #eef0f3;
  --header-h: 78px;
  --header-h-scrolled: 56px;
  --topbar-h: 0px;
  --chrome-top: calc(var(--header-h, 78px) + var(--topbar-h, 0px));
  --highlights-fold-reserve: 128px;
  --highlights-fold-buffer: 4px;
  --hero-fold-lift: 22px;
  --max: 1222px;
  --section-y: clamp(3.5rem, 6vw, 5.5rem);
  --radius: 10px;
  --radius-sm: 8px;
  --font: "Inter", "Segoe UI", Arial, sans-serif;
  /* Tipografi — tüm bölümlerde aynı hiyerarşi */
  --type-heading-size: clamp(1.85rem, 3.2vw, 2.45rem);
  --type-heading-weight: 700;
  --type-heading-lh: 1.18;
  --type-heading-spacing: -.025em;
  --type-heading-color: var(--ink);
  --type-sub-size: clamp(1.05rem, 2vw, 1.2rem);
  --type-sub-weight: 600;
  --type-sub-lh: 1.45;
  --type-sub-spacing: -.01em;
  --type-sub-color: var(--teal);
  --type-body-size: 1rem;
  --type-body-weight: 400;
  --type-body-lh: 1.65;
  --type-body-color: var(--muted);
  --type-stack-gap: .65rem;
  --type-sub-mb: .85rem;
  --type-body-gap: .75rem;
  /* Admin panelinden dinamik — site-settings.js */
  --logo-header-h: 46px;
  --logo-header-scroll-scale: 0.826;
  --logo-footer-h: 34px;
  --hero-btn-font: 1rem;
  --hero-btn-py: .95rem;
  --hero-btn-px: 1.5rem;
  --hero-btn-gap: 1rem;
  --hero-btn-radius: 999px;
  --highlight-icon-size: 44px;
  --highlight-label-size: 1rem;
  --nav-font-size: .84375rem;
  --footer-social-icon: 18px;
  --back-to-top-size: 46px;
  --hero-primary-start: #63b4c4;
  --hero-primary-end: #51A2B4;
  --hero-primary-hover-start: #6bbdcc;
  --hero-primary-hover-end: #4596a8;
  --hero-glass-bg: rgba(255, 255, 255, .32);
  --hero-glass-border: rgba(255, 255, 255, .55);
  --hero-glass-text: #fff;
  --hero-glass-hover-bg: #fff;
  --hero-glass-hover-text: #000;
  --nav-tool-size: 32px;
  --nav-tool-size-initial: 32px;
  --nav-tool-size-scrolled: 28px;
  --nav-tool-radius: 8px;
  --nav-search-pad: 3px;
  --search-inner-radius: max(0px, calc(var(--nav-tool-radius) - var(--nav-search-pad)));
  --search-open-width: 188px;
  --nav-tool-gap: 6px;
  --nav-tool-icon: calc(var(--nav-tool-size) * 0.58);
  --nav-menu-pad: 8px;
  --nav-tool-border: 1px solid rgba(0, 0, 0, .12);
  color-scheme: light;
}

/* 27" (~2560) ve 49" ultrawide: içerik hizası korunur, alan büyür */
@media (min-width: 1800px) {
  :root {--max: 1222px;}
}
@media (min-width: 2400px) {
  :root { --max: 1222px; }
}
@media (min-width: 3200px) {
  :root { --max: 1222px; }
}
@media (min-width: 4200px) {
  :root { --max: 1222px; }
}

html[data-theme="dark"] {
  /* Tam siyahtan 1 ton açık */
  --black: #121212;
  --white: #121212;
  --ink: #e8edf2;
  --muted: #9aa6b2;
  --line: rgba(255,255,255,.12);
  --bg: #121212;
  --surface: #121212;
  --surface-2: #171717;
  --shadow: 0 12px 32px rgba(0,0,0,.55);
  --shadow-lg: 0 16px 48px rgba(0,0,0,.65);
  --header-bg: rgba(18,18,18,.94);
  --pill-bg: rgba(81,162,180,.14);
  --contact-wash: #121212;
  --teal-dark: #6bb8c8;
  color-scheme: dark;
}

*, *::before, *::after { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + env(safe-area-inset-top, 0px) + 1.1rem);
  overflow-x: clip;
}
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  max-width: 100%;
  overflow-x: clip;
  transition: background-color .3s ease, color .3s ease;
}
img {
  max-width: 100%;
  display: block;
  height: auto;
  -webkit-user-drag: none;
}
.thumb img,
.news-card img,
.product-card img,
.news-detail-photo,
.gallery-slide img,
#main-product-img,
.lightbox-image {
  touch-action: pan-y;
  user-select: none;
  -webkit-user-drag: none;
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container {width: min(100% - 2.5rem, var(--max));padding-inline: 15px;margin-inline: auto;}

/* Menü hedefleri: header altında eşit boşluk */
#urunler,
#sirket,
#katalog,
#haberler,
#iletisim {
  scroll-margin-top: calc(var(--header-h) + env(safe-area-inset-top, 0px) + 1.1rem);
}
#hakkimda {
  scroll-margin-top: calc(var(--header-h) + env(safe-area-inset-top, 0px) + 1.1rem);
  padding-top: 0;
}
#urunler .section-head {
  scroll-margin-top: calc(var(--header-h) + env(safe-area-inset-top, 0px) + 1.1rem);
}

/* Shared homepage section rhythm */
.section-head {
  display: grid;
  gap: .2rem;
  margin-bottom: 1.15rem;
  text-align: left;
  justify-items: start;
}
.section-head.is-center {
  text-align: center;
  justify-items: center;
}
.section-head h1,
.section-head h2,
.section-head h3,
.section-head h4,
.section-head h5,
.section-head h6,
.section-title {
  margin: 0;
  letter-spacing: var(--type-heading-spacing);
}
.section-head p,
.section-desc {
  margin: 0;
  max-width: none;
}
.section-lead {
  margin: 0 0 var(--type-sub-mb);
  max-width: none;
  font-size: var(--type-sub-size);
  font-weight: var(--type-sub-weight, 600);
  line-height: var(--type-sub-lh);
  color: var(--type-sub-color);
  letter-spacing: normal;
  text-transform: none;
}

/* ========== UTILITIES ========== */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ========== HEADER ========== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--header-bg);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 0 0 transparent;
  padding-top: env(safe-area-inset-top, 0px);
  transition:
    background .28s ease,
    border-color .28s ease,
    box-shadow .28s ease,
    color .28s ease;
}
.nav {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: .75rem 1rem;
  min-height: var(--header-h);
  position: relative;
  transition: min-height .28s ease;
}
html.is-header-scrolled {
  --header-h: var(--header-h-scrolled, 56px);
}
@media (max-width: 1180px) and (min-width: 801px) {
  .nav {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: .55rem .75rem;
  }
  .logo { max-width: none; }
  .logo img { height: var(--logo-header-h); }
  .site-header.is-scrolled .logo img {
    height: var(--logo-header-h);
    transform: translateZ(0) scale(var(--logo-header-scroll-scale));
    -webkit-transform: translateZ(0) scale(var(--logo-header-scroll-scale));
  }
  .nav-links { gap: .7rem; }
  .nav-links a { font-size: 12.5px; }
}
.logo {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  grid-column: 1;
  grid-row: 1;
  width: auto;
  max-width: none;
  margin: 0;
  position: relative;
  z-index: 2;
  /* backdrop-filter ile karışmasın — scroll’da çizgi/boşluk olmasın */
  isolation: isolate;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.logo img {
  display: block;
  /* Sabit piksel yükseklik — max-height animasyonu PNG’yi çizgili bozar */
  height: var(--logo-header-h);
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
  aspect-ratio: 2560 / 510;
  transition: transform .28s ease, filter .28s ease;
  transform: translateZ(0) scale(1);
  -webkit-transform: translateZ(0) scale(1);
  transform-origin: left center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  image-rendering: auto;
}
.site-header.is-scrolled,
html.is-header-scrolled {
  --nav-tool-size: var(--nav-tool-size-scrolled, 28px);
}
.site-header.is-scrolled {
  background: rgba(255, 255, 255, .97);
  border-bottom-color: var(--line);
  box-shadow: 0 6px 20px rgba(15, 23, 42, .06);
}
html[data-theme="dark"] .site-header.is-scrolled {
  background: rgba(18, 18, 18, .96);
  border-bottom-color: var(--line);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .55);
}
.site-header.is-scrolled .logo img {
  /* Boyutu CSS height ile değiştirme — sadece GPU scale */
  height: var(--logo-header-h);
  transform: translateZ(0) scale(var(--logo-header-scroll-scale));
  -webkit-transform: translateZ(0) scale(var(--logo-header-scroll-scale));
  filter: none;
}
.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.05rem;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: nowrap;
  min-width: 0;
  justify-self: center;
  grid-column: 1 / -1;
  grid-row: 1;
  width: 100%;
  pointer-events: none;
}
.nav-links li,
.nav-links a {
  pointer-events: auto;
}
.nav-links a {
  font-size: var(--nav-font-size);
  font-weight: 700;
  color: var(--ink);
  padding: .35rem 0;
  position: relative;
  white-space: nowrap;
  transition: color .2s ease;
}
.nav-links a.active,
.nav-links a:hover { color: var(--blue); }
.nav-links a.active::after,
.nav-links a:hover::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 2px;
  background: var(--blue);
}
.nav-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--nav-tool-gap, 6px);
  position: relative;
  z-index: 5;
  flex-shrink: 0;
  justify-self: end;
  grid-column: 3;
  grid-row: 1;
  width: auto;
  min-width: 0;
}
/* Eski şablonlarda .nav içindeki CTA 3. sütunu bozar */
.site-header .nav > a.btn,
.site-header .nav > .btn-primary,
.site-header .nav > a.btn-primary {
  display: none !important;
}
.nav-search {
  --search-pad: var(--nav-search-pad, 3px);
  --search-btn: calc(var(--nav-tool-size) - (var(--search-pad) * 2));
  position: relative;
  width: var(--nav-tool-size, 32px);
  height: var(--nav-tool-size, 32px);
  flex: 0 0 var(--nav-tool-size, 32px);
  flex-shrink: 0;
  z-index: 6;
  box-sizing: border-box;
}
.nav-search .search-toggle {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  padding: 0;
  box-sizing: border-box;
  transition: opacity .22s ease, transform .32s cubic-bezier(.22, 1, .36, 1), border-color .2s ease, color .2s ease;
}
.nav-search .search-panel {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  width: var(--nav-tool-size, 32px);
  height: var(--nav-tool-size, 32px);
  padding: var(--search-pad);
  box-sizing: border-box;
  border-radius: var(--nav-tool-radius, 8px);
  background: var(--surface);
  border: var(--nav-tool-border, 1px solid rgba(0, 0, 0, .12));
  box-shadow: 0 8px 24px rgba(15,23,42,.1);
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform: scale(.92);
  transform-origin: right center;
  transition:
    width .42s cubic-bezier(.22, 1, .36, 1),
    opacity .24s ease,
    transform .42s cubic-bezier(.22, 1, .36, 1),
    visibility .24s ease,
    border-color .2s ease,
    box-shadow .28s ease;
  z-index: 3;
}
.nav-search.is-open .search-panel {
  width: var(--search-open-width, 168px);
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transform: scale(1);
  border-color: var(--line);
  box-shadow: 0 8px 22px rgba(15, 23, 42, .1);
}
.site-header.is-scrolled .nav-search.is-open,
html.is-header-scrolled .nav-search.is-open {
  --nav-tool-size: var(--nav-tool-size-initial, var(--nav-tool-size));
}
.nav-search.is-open .search-toggle {
  opacity: 0;
  pointer-events: none;
  transform: scale(.88);
}
@media (min-width: 981px) {
  /* Arama açıkken layout kaymasın — panel akış dışı overlay */
  .nav-search.is-open .search-panel {
    width: min(var(--search-open-width, 188px), 22vw);
    z-index: 40;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .14);
  }
  html[data-theme="dark"] .nav-search.is-open .search-panel {
    box-shadow: 0 10px 28px rgba(0, 0, 0, .45);
  }
}
@media (min-width: 981px) and (max-width: 1180px) {
  .nav-links {
    gap: .72rem;
    padding-left: 0;
  }
  .nav-search.is-open .search-panel {
    width: min(var(--search-open-width, 176px), 24vw);
  }
}
.search-panel input {
  flex: 1 1 auto;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  padding: 0 calc(var(--search-pad) + .15rem) 0 .75rem;
  margin: 0;
  color: var(--ink);
  font-size: .86rem;
  line-height: 1;
  align-self: center;
}
.search-panel input::placeholder { color: #9aa3ad; }
.search-go {
  width: var(--search-btn, 26px);
  flex: 0 0 var(--search-btn, 26px);
  height: var(--search-btn, 26px);
  align-self: center;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: var(--search-inner-radius, var(--nav-tool-radius, 8px));
  background: var(--blue);
  color: #fff;
  display: grid;
  place-items: center;
  line-height: 0;
  cursor: pointer;
  transition: filter .2s ease;
  box-sizing: border-box;
}
.search-go svg {
  display: block;
  width: calc(var(--nav-tool-icon, 16px) * .88);
  height: calc(var(--nav-tool-icon, 16px) * .88);
  margin: 0;
}
.search-go:hover { filter: brightness(1.05); }
.search-results {
  position: absolute;
  top: calc(100% + .45rem);
  right: 0;
  width: min(320px, 78vw);
  max-height: min(70vh, 420px);
  overflow: auto;
  padding: .4rem;
  border-radius: var(--nav-tool-radius, 8px);
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: 0 14px 40px rgba(15,23,42,.12);
  display: none;
  z-index: 45;
}
.nav-search.is-open .search-results.is-visible { display: grid; gap: .2rem; }
.search-result {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: .65rem;
  align-items: center;
  width: 100%;
  border: 0;
  background: transparent;
  border-radius: var(--nav-tool-radius, 8px);
  padding: .45rem var(--nav-menu-pad, 8px);
  color: var(--ink);
  text-decoration: none;
  text-align: left;
  cursor: pointer;
}
.search-result:hover,
.search-result.is-active {
  background: rgba(var(--blue-rgb), .12);
}
.search-result img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  background: #f3f4f6;
  border-radius: var(--nav-tool-radius, 8px);
}
.search-result-name {
  display: block;
  font-size: .86rem;
  font-weight: 600;
  line-height: 1.25;
}
.search-result-meta {
  display: block;
  font-size: .72rem;
  color: var(--muted);
  margin-top: .1rem;
}
.search-results-empty {
  padding: .7rem .65rem;
  font-size: .84rem;
  color: var(--muted);
}
.theme-toggle {
  position: relative;
  width: var(--nav-tool-size, 32px);
  height: var(--nav-tool-size, 32px);
  flex: 0 0 var(--nav-tool-size, 32px);
  padding: 0;
  border: var(--nav-tool-border, 1px solid rgba(0, 0, 0, .12));
  border-radius: var(--nav-tool-radius, 8px);
  background: var(--surface);
  cursor: pointer;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  color: var(--ink);
  box-shadow: none;
  transition: color .2s ease, background .2s ease, border-color .2s ease, width .28s ease, height .28s ease;
}
.theme-toggle::before { display: none; }
.theme-toggle .theme-icon {
  position: absolute;
  width: var(--nav-tool-icon, 16px);
  height: var(--nav-tool-icon, 16px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: opacity .2s ease, color .2s ease;
}
.theme-toggle .icon-sun { opacity: 1; color: #c39212; }
.theme-toggle .icon-moon { opacity: 0; }
html[data-theme="dark"] .theme-toggle {
  background: transparent;
  border: 0;
  box-shadow: none;
}
html[data-theme="dark"] .theme-toggle .icon-sun { opacity: 0; }
html[data-theme="dark"] .theme-toggle .icon-moon { opacity: 1; color: #e8edf2; }
.theme-toggle:hover,
.theme-toggle:focus-visible {
  border-color: rgba(0, 0, 0, .28);
  background: var(--surface);
  box-shadow: none;
  outline: none;
}
.theme-toggle:focus-visible {
  outline: 2px solid rgba(0, 0, 0, .2);
  outline-offset: 2px;
  border-radius: var(--nav-tool-radius, 8px);
}
html[data-theme="dark"] .theme-toggle:focus-visible {
  outline-color: rgba(255, 255, 255, .35);
}
.icon-btn {
  width: var(--nav-tool-size, 32px);
  height: var(--nav-tool-size, 32px);
  flex: 0 0 var(--nav-tool-size, 32px);
  padding: 0;
  border: var(--nav-tool-border, 1px solid rgba(0, 0, 0, .12));
  border-radius: var(--nav-tool-radius, 8px);
  background: var(--surface);
  box-shadow: none;
  display: grid;
  place-items: center;
  cursor: pointer;
  color: var(--ink);
  transition: border-color .2s ease, color .2s ease, background .2s ease, width .28s ease, height .28s ease;
}
.icon-btn svg {
  width: var(--nav-tool-icon, 16px);
  height: var(--nav-tool-icon, 16px);
}
.icon-btn:hover,
.icon-btn:focus-visible {
  border-color: rgba(0, 0, 0, .28);
  background: var(--surface);
  box-shadow: none;
  outline: none;
}
html[data-theme="dark"] .icon-btn,
html[data-theme="dark"] .theme-toggle,
html[data-theme="dark"] .lang-btn {
  border-color: rgba(255, 255, 255, .18);
  background: var(--surface);
  box-shadow: none;
}
html[data-theme="dark"] .icon-btn:hover,
html[data-theme="dark"] .icon-btn:focus-visible,
html[data-theme="dark"] .theme-toggle:hover,
html[data-theme="dark"] .theme-toggle:focus-visible,
html[data-theme="dark"] .lang-btn:hover,
html[data-theme="dark"] .lang-switch.is-open .lang-btn {
  border-color: rgba(255, 255, 255, .4);
  background: var(--surface);
  box-shadow: none;
}
html.theme-toggle-disabled .theme-toggle,
html.theme-toggle-disabled .nav-drawer-theme {
  display: none !important;
}
.lang-switch {
  position: relative;
  width: var(--nav-tool-size, 32px);
  height: var(--nav-tool-size, 32px);
  flex: 0 0 var(--nav-tool-size, 32px);
  flex-shrink: 0;
}
.lang-btn {
  display: block;
  width: var(--nav-tool-size, 32px);
  height: var(--nav-tool-size, 32px);
  padding: 0;
  border: var(--nav-tool-border, 1px solid rgba(0, 0, 0, .12));
  border-radius: var(--nav-tool-radius, 8px);
  background: var(--surface);
  color: var(--ink);
  cursor: pointer;
  box-shadow: none;
  overflow: hidden;
  transition: background .2s ease, border-color .2s ease, width .28s ease, height .28s ease;
  flex-shrink: 0;
}
.lang-btn:hover,
.lang-switch.is-open .lang-btn {
  border-color: rgba(0, 0, 0, .28);
  background: var(--surface);
  box-shadow: none;
}
.lang-btn .lang-label,
.lang-btn .chev { display: none; }
.lang-btn .flag {
  width: 100%;
  height: 100%;
  border-radius: 0;
  display: block;
}
.flag {
  width: 26px;
  height: 26px;
  border-radius: 6px;
  display: inline-block;
  flex-shrink: 0;
  overflow: hidden;
  box-shadow: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
}
.flag-tr {
  background-color: #e30a17;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect width='64' height='64' fill='%23E30A17'/%3E%3Ccircle cx='25.5' cy='32' r='11' fill='%23fff'/%3E%3Ccircle cx='29.8' cy='32' r='8.8' fill='%23E30A17'/%3E%3Cpolygon fill='%23fff' points='41,25.6 42.5,29.94 47.09,30.02 43.43,32.79 44.76,37.18 41,34.55 37.24,37.18 38.57,32.79 34.91,30.02 39.5,29.94'/%3E%3C/svg%3E");
}
.flag-en {
  background-color: #012169;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect width='64' height='64' fill='%23012169'/%3E%3Cpath d='M0 0L64 64M64 0L0 64' stroke='%23fff' stroke-width='10'/%3E%3Cpath d='M0 0L64 64M64 0L0 64' stroke='%23C8102E' stroke-width='5'/%3E%3Cpath d='M32 0V64M0 32H64' stroke='%23fff' stroke-width='16'/%3E%3Cpath d='M32 0V64M0 32H64' stroke='%23C8102E' stroke-width='8'/%3E%3C/svg%3E");
}
.flag-de {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect width='64' height='22' y='0' fill='%23000'/%3E%3Crect width='64' height='22' y='21' fill='%23DD0000'/%3E%3Crect width='64' height='22' y='42' fill='%23FFCE00'/%3E%3C/svg%3E");
}
.flag-es {
  background-color: #c60b1e;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect width='64' height='64' fill='%23C60B1E'/%3E%3Crect y='16' width='64' height='32' fill='%23FFC400'/%3E%3C/svg%3E");
}
.flag-ru {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect width='64' height='22' y='0' fill='%23fff'/%3E%3Crect width='64' height='22' y='21' fill='%230039A6'/%3E%3Crect width='64' height='22' y='42' fill='%23D52B1E'/%3E%3C/svg%3E");
}
.lang-menu {
  position: absolute;
  top: calc(100% + .45rem);
  right: 0;
  min-width: 180px;
  padding: var(--nav-menu-pad, 8px);
  border-radius: var(--nav-tool-radius, 8px);
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: 0 14px 40px rgba(15,23,42,.12);
  display: none;
  z-index: 40;
}
.lang-menu[hidden] { display: none !important; }
.lang-switch.is-open .lang-menu { display: grid; gap: .2rem; }
.lang-option {
  display: flex;
  align-items: center;
  gap: .65rem;
  width: 100%;
  border: 0;
  background: transparent;
  border-radius: var(--nav-tool-radius, 8px);
  padding: .55rem var(--nav-menu-pad, 8px);
  color: var(--ink);
  font-size: .9rem;
  font-weight: 500;
  cursor: pointer;
  text-align: left;
}
.lang-option:hover,
.lang-option.is-active {
  background: rgba(var(--blue-rgb), .12);
}
.lang-option.is-active { color: var(--blue); }
.lang-option .flag {
  width: 26px;
  height: 26px;
  border-radius: var(--nav-tool-radius, 8px);
  flex-shrink: 0;
}
.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}
.menu-toggle span {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 20px;
  height: 2px; /* search SVG stroke-width: 2 ile aynı */
  border-radius: 1px;
  background: var(--ink);
  transform: translate(-50%, -50%);
  transition:
    transform .32s cubic-bezier(.22, 1, .36, 1),
    opacity .22s ease,
    top .32s cubic-bezier(.22, 1, .36, 1),
    width .32s cubic-bezier(.22, 1, .36, 1),
    background .2s ease;
}
/* Eşit çizgi aralığı: merkezler arası 8px (2px çizgi + 6px boşluk) */
.menu-toggle span:nth-child(1) { top: calc(50% - 8px); }
.menu-toggle span:nth-child(2) { top: 50%; }
.menu-toggle span:nth-child(3) { top: calc(50% + 8px); }
.menu-toggle[aria-expanded="true"] span:nth-child(1),
.menu-toggle.is-open span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.menu-toggle[aria-expanded="true"] span:nth-child(2),
.menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
  transform: translate(-50%, -50%) scaleX(.4);
}
.menu-toggle[aria-expanded="true"] span:nth-child(3),
.menu-toggle.is-open span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* ========== HERO ========== */
.hero {
  --hero-vh-pct: 80;
  --hero-focus-y: 52%;
  --hero-fold: calc(100svh - var(--chrome-top, calc(var(--header-h, 78px) + var(--topbar-h, 0px))) - var(--highlights-fold-reserve, 128px) - var(--highlights-fold-buffer, 4px) + var(--hero-fold-lift, 22px));
  --fab-stack-reserve: 280px;
  --fab-stack-reserve-mobile: 88px;
  position: relative;
  width: 100%;
  aspect-ratio: auto;
  height: min(calc(var(--hero-vh-pct) * 1svh), var(--hero-fold));
  min-height: 260px;
  max-height: min(calc(var(--hero-vh-pct) * 1svh), var(--hero-fold));
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  background: #0c0e10;
  z-index: 1;
}
@media (min-width: 801px) {
  .hero {
    aspect-ratio: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    display: block;
    background: transparent;
  }
  .hero-media,
  .hero-stage {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: auto !important;
    background: transparent !important;
  }
  .hero-still,
  .hero-media picture {
    width: 100% !important;
    height: auto !important;
  }
  .hero-media .hero-photo {
    width: 100% !important;
    height: auto !important;
    object-fit: unset !important;
    object-position: center center !important;
  }
  .hero-video {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
  .hero-actions {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 3;
  }
}
.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #0c0e10;
  pointer-events: none;
}
.hero-stage {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero-still,
.hero-media picture {
  width: 100%;
  height: 100%;
  display: block;
  transition: opacity .45s ease;
}
.hero-media .hero-photo,
.hero-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center var(--hero-focus-y, 42%);
  transform: none !important;
}
.hero-video {
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center var(--hero-focus-y, 42%);
  opacity: 0;
  pointer-events: none;
  transition: opacity .5s ease;
}
.hero.has-video .hero-video {
  opacity: 1;
}
.hero.has-video .hero-still {
  opacity: 0;
}
.hero-actions {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  gap: var(--hero-btn-gap);
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  max-width: 28rem;
  width: 100%;
  margin-inline: auto;
  padding: 0 1.5rem 2.35rem;
  background: transparent;
  pointer-events: none;
}
.hero-actions,
.hero-actions .btn-glass {
  transform: none !important;
  animation: none !important;
}
.hero-actions .btn-glass {
  pointer-events: auto;
  position: relative;
}
.hero-actions .btn-glass .btn-face--hover {
  display: none;
}
.hero-actions .btn-glass.has-hover-label .btn-face--hover {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}
.hero-actions .btn-glass.has-hover-label:hover .btn-face--default {
  visibility: hidden;
}
.hero-actions .btn-glass.has-hover-label:hover .btn-face--hover {
  opacity: 1;
}
.btn-glass {
  flex: 0 1 auto;
  width: auto;
  min-width: 0;
  padding: 0 var(--hero-btn-px);
  border-radius: var(--hero-btn-radius);
  border: 1px solid var(--hero-glass-border);
  background: var(--hero-glass-bg);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: var(--hero-glass-text);
  font-weight: 600;
  font-size: var(--hero-btn-font);
  text-align: center;
  box-shadow: none;
  transition: background .22s ease, color .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.btn-glass:hover {
  background: var(--hero-glass-hover-bg);
  border-color: var(--hero-glass-hover-bg);
  color: var(--hero-glass-hover-text);
  box-shadow: none;
}
/* Hero “Ürünler” = Tüm Ürünler turkuazı */
.btn-glass--primary {
  background: linear-gradient(180deg, var(--hero-primary-start), var(--hero-primary-end));
  border: 1px solid var(--hero-glass-border);
  color: #fff;
  box-shadow: 0 0 18px rgba(var(--blue-rgb), .35);
  box-sizing: border-box;
}
.btn-glass--primary:hover {
  background: linear-gradient(180deg, var(--hero-primary-hover-start), var(--hero-primary-hover-end));
  border-color: var(--hero-glass-border);
  color: #fff;
  box-shadow: 0 0 22px rgba(var(--blue-rgb), .45);
}
html[data-theme="dark"] .btn-glass {
  background: var(--hero-glass-bg);
  border-color: var(--hero-glass-border);
  color: var(--hero-glass-text);
}
html[data-theme="dark"] .btn-glass:hover {
  background: var(--hero-glass-hover-bg);
  border-color: var(--hero-glass-hover-bg);
  color: var(--hero-glass-hover-text);
}
html[data-theme="dark"] .btn-glass--primary {
  background: linear-gradient(180deg, var(--hero-primary-start), var(--hero-primary-end));
  border-color: var(--hero-glass-border);
  color: #fff;
}
html[data-theme="dark"] .btn-glass--primary:hover {
  background: linear-gradient(180deg, var(--hero-primary-hover-start), var(--hero-primary-hover-end));
  border-color: var(--hero-glass-border);
  color: #fff;
}

.highlights {
  background: var(--bg);
  border-bottom: 0;
  padding: .85rem 0;
  position: relative;
  z-index: 1;
  --highlight-hover-filter: brightness(0) saturate(100%) invert(62%) sepia(31%) saturate(1038%) hue-rotate(152deg) brightness(91%) contrast(89%);
  --highlight-hover-label: #51A2B4;
}
.highlights-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: .65rem 1rem;
  align-items: start;
  justify-items: center;
}
.highlight-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .4rem;
  text-align: center;
  color: #5b616a;
  transition: color .2s ease;
  min-width: 0;
  width: 100%;
  max-width: 160px;
  padding: .35rem .2rem .3rem;
  text-decoration: none;
  cursor: default;
  pointer-events: auto;
}
.highlight-icon {
  display: grid;
  place-items: center;
  width: var(--highlight-icon-size);
  height: var(--highlight-icon-size);
  flex: 0 0 var(--highlight-icon-size);
  color: #1a1a1a;
  background: none;
  border-radius: 0;
  box-shadow: none;
  transition: transform .25s ease;
  transform: none;
  animation: none !important;
}
.highlight-icon img {
  width: var(--highlight-icon-size);
  height: var(--highlight-icon-size);
  object-fit: contain;
  display: block;
  transition: filter .2s ease;
}
.highlight-label {
  font-size: var(--highlight-label-size);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -.01em;
  transition: color .2s ease, font-weight .2s ease;
}
.highlight-item,
.highlight-item.fx-float,
.highlight-item.fx-float-delay,
.highlight-item.fx-float-delay2 {
  animation: none !important;
  transform: none !important;
}
.highlight-item:hover {
  color: var(--highlight-hover-label);
  transform: none !important;
}
.highlight-item:hover .highlight-label {
  color: var(--highlight-hover-label);
  font-weight: 600;
}
.highlight-item:hover .highlight-icon {
  transform: none;
}
.highlight-item:hover .highlight-icon img {
  filter: var(--highlight-hover-filter);
}

/* ========== INOVASYON (trumed-innovation) ========== */
.inovasyon.trumed-innovation {
  position: relative;
  --ino-panel-h: 420px;
  --ino-clip-slant: 11%;
  --ino-seam-overlap: 3.5%;
  min-height: var(--ino-panel-h);
  color: #fff;
  overflow: hidden;
  background: #0c0e10;
  border-bottom: 0;
}
.inovasyon-mobile-head {
  display: none;
}
.trumed-innovation-panels {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0;
  height: var(--ino-panel-h);
  min-height: var(--ino-panel-h);
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 1;
  background: #0c0e10;
  overflow: hidden;
}
.trumed-innovation-panel {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  flex: 1 1 33.333%;
  min-width: 0;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #0c0e10;
  z-index: 1;
}
.trumed-innovation-panel.left {
  -webkit-clip-path: polygon(
    0 0,
    calc(100% - var(--ino-clip-slant) - var(--ino-seam-overlap)) 0,
    calc(100% - var(--ino-seam-overlap)) 100%,
    0 100%
  );
  clip-path: polygon(
    0 0,
    calc(100% - var(--ino-clip-slant) - var(--ino-seam-overlap)) 0,
    calc(100% - var(--ino-seam-overlap)) 100%,
    0 100%
  );
  margin-right: calc(var(--ino-seam-overlap) * -1);
  z-index: 3;
}
.trumed-innovation-panel.center {
  -webkit-clip-path: polygon(
    0 0,
    calc(100% - var(--ino-clip-slant) - var(--ino-seam-overlap)) 0,
    calc(100% - var(--ino-seam-overlap)) 100%,
    var(--ino-clip-slant) 100%
  );
  clip-path: polygon(
    0 0,
    calc(100% - var(--ino-clip-slant) - var(--ino-seam-overlap)) 0,
    calc(100% - var(--ino-seam-overlap)) 100%,
    var(--ino-clip-slant) 100%
  );
  margin-left: calc(var(--ino-seam-overlap) * -1);
  margin-right: calc(var(--ino-seam-overlap) * -1);
  z-index: 2;
}
.trumed-innovation-panel.right {
  -webkit-clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    var(--ino-clip-slant) 100%
  );
  clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    var(--ino-clip-slant) 100%
  );
  margin-left: calc(var(--ino-seam-overlap) * -1);
  z-index: 1;
}
.trumed-innovation-panel .panel-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}
.trumed-innovation-panel .panel-bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  display: block;
  transform: translate(-50%, -50%) scale(1.08);
  transform-origin: center center;
  transition: transform .35s ease, filter .35s ease;
}
.trumed-innovation-panel .panel-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.34));
  pointer-events: none;
}
.trumed-innovation-panel .panel-hover {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  place-items: center;
  padding: 1.5rem;
  text-align: center;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .3s ease, transform .3s ease;
  pointer-events: none;
}
.trumed-innovation-panel .panel-hover h3 {
  margin: 0;
  max-width: 12ch;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0,0,0,.35);
}
.trumed-innovation-panel .panel-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-content: center;
  text-align: center;
  padding: 2rem 1.5rem;
  pointer-events: none;
  transition: opacity .3s ease, transform .3s ease;
}
.trumed-innovation-panel .panel-content h2 {
  margin: 0 0 .5rem;
  font-size: clamp(2.4rem, 5vw, 3.4rem);
  font-weight: 700;
  letter-spacing: -.02em;
  color: #fff;
  text-shadow: 0 2px 14px rgba(0,0,0,.28);
  line-height: 1.1;
  max-width: 16ch;
  margin-inline: auto;
}
.trumed-innovation-panel .panel-content p {
  margin: 0 auto;
  font-size: 1.05rem;
  color: #fff;
  opacity: .95;
  text-shadow: 0 2px 10px rgba(0,0,0,.25);
  line-height: 1.35;
  max-width: 28ch;
}
.inovasyon.is-hovering .trumed-innovation-panel.center .panel-content {
  opacity: 0;
  transform: translateY(-6px);
}
.trumed-innovation-panel:hover .panel-bg img,
.trumed-innovation-panel.is-active .panel-bg img {
  transform: translate(-50%, -50%) scale(1.12);
}
.trumed-innovation-panel:hover .panel-hover,
.trumed-innovation-panel.is-active .panel-hover {
  opacity: 1;
  transform: translateY(0);
}
.trumed-innovation-panel:hover::after,
.trumed-innovation-panel.is-active::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(var(--blue-rgb), .18), rgba(var(--blue-rgb), .32));
  box-shadow: inset 0 0 0 1px rgba(var(--blue-rgb), .35);
  pointer-events: none;
}

/* İnovasyon — tablet: eğim oranı sabit */
@media (max-width: 1280px) and (min-width: 801px) {
  .inovasyon.trumed-innovation {
    --ino-clip-slant: 10%;
    --ino-seam-overlap: 3%;
  }
}
@media (max-width: 980px) and (min-width: 801px) {
  .inovasyon.trumed-innovation {
    --ino-clip-slant: 9%;
    --ino-seam-overlap: 2.5%;
  }
}

/* ========== PRODUCTS ========== */
.products {
  background: var(--bg);
  color: #121417;
  padding: clamp(1.85rem, 3.2vw, 2.75rem) 0 clamp(1.7rem, 2.8vw, 2.45rem);
  border-bottom: 0;
  overflow-x: clip;
}
.products .section-head { margin-bottom: 1.05rem; gap: .2rem; }
.news .section-head {
  margin-bottom: .7rem;
  gap: .2rem;
  width: 100%;
}
.news .container > .section-head,
.news .container > .news-grid {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}
.news-grid > * {
  min-width: 0;
  max-width: 100%;
}
.products .section-title {
  color: var(--type-heading-color);
}
.products .section-desc {
  color: var(--type-body-color);
  max-width: none;
  margin-bottom: 0;
}
.filters {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: .45rem;
  margin-bottom: .45rem;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: .15rem 0 .25rem;
}
.filters::-webkit-scrollbar {
  display: none;
}
.filters-wrap {
  position: relative;
  z-index: 8;
  isolation: isolate;
  margin-bottom: .55rem;
  overflow: hidden;
  max-width: 100%;
}
.filters-wrap::before,
.filters-wrap::after {
  content: none !important;
  display: none !important;
}
.filters-wrap .filters { margin-bottom: 0; }
.filters-nav {
  display: none;
}
.filters-hint {
  display: none;
}
.nav-drawer {
  display: none;
}
.nav-drawer-extras,
.nav-drawer-lang,
.nav-lang-panel {
  display: none;
}
.filter-btn {
  border: 1px solid rgba(18,20,23,.14);
  background: #fff;
  color: #3a3f46;
  border-radius: var(--btn-radius, 999px);
  padding: .45rem .95rem;
  font-size: .88rem;
  cursor: pointer;
  transition: border-color .2s ease, color .2s ease, background .2s ease;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  flex: 0 0 auto;
  white-space: nowrap;
}
.filter-btn:hover {
  border-color: rgba(81,162,180,.55);
  color: #000;
  background: #fff;
  box-shadow: none;
}
.filter-btn:focus:not(.active),
.filter-btn:focus-visible:not(.active),
.filter-btn:active:not(.active) {
  outline: none;
  box-shadow: none;
  background: #fff;
}
.filter-btn.active {
  background: linear-gradient(180deg, #63b4c4, #51A2B4);
  border-color: transparent;
  color: #fff;
  box-shadow: none;
}
.filter-btn.active:hover {
  background: linear-gradient(180deg, #6bbdcc, #4596a8);
  border-color: transparent;
  color: #fff;
  box-shadow: none;
}
.filter-btn.active:focus,
.filter-btn.active:focus-visible,
.filter-btn.active:active {
  background: linear-gradient(180deg, #63b4c4, #51A2B4);
  box-shadow: none;
  border-color: transparent;
  color: #fff;
}

.cat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(.85rem, 1.8vh, 1.35rem) clamp(1.15rem, 2.4vw, 2.1rem);
  justify-items: stretch;
  align-items: stretch;
  overflow: hidden;
  padding: 18px 12px 28px;
  margin: 0 -12px 0;
  position: relative;
  z-index: 0;
}
.cat-grid[hidden] {
  display: none !important;
}
.cat-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  color: #121417;
  border: 0;
  border-radius: calc(var(--radius) + 4px);
  background: transparent;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  font: inherit;
  cursor: pointer;
  overflow: visible;
  box-shadow: none;
  transform: none !important;
  animation: none !important;
  transition: color .22s ease, box-shadow .28s ease, background .28s ease;
  -webkit-appearance: none;
  appearance: none;
}
.cat-item:hover {
  color: #000;
  border: 0;
  padding: 0;
  background: #fff;
  box-shadow:
    0 0 0 1px rgba(var(--blue-rgb), .42),
    0 8px 26px rgba(var(--blue-rgb), .28),
    0 2px 10px rgba(var(--blue-rgb), .14);
  transform: none !important;
}
.cat-item .thumb {
  width: 100%;
  max-width: none;
  aspect-ratio: 16 / 10.5;
  height: auto;
  min-height: 0;
  max-height: none;
  margin: 0 0 .42rem;
  border-radius: var(--radius);
  border: none;
  outline: none;
  overflow: hidden;
  background: transparent;
  position: relative;
  box-shadow: none;
  transition: box-shadow .28s ease;
  isolation: isolate;
}
.cat-item .thumb::after {
  display: none !important;
  content: none !important;
}
.cat-item .thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  padding: 0;
  box-sizing: border-box;
  transform: none;
  transition: opacity .3s ease, transform .3s ease;
  filter: none;
}
.cat-item .thumb .img-hover {
  position: absolute;
  inset: 0;
  opacity: 0;
  filter: none;
  z-index: 1;
  pointer-events: none;
}
.cat-item:hover .thumb {
  background: transparent;
  box-shadow: none;
  transform: none;
}
.cat-item:hover .thumb .img-hover { opacity: 1; }
.cat-item:hover .thumb .img-main { opacity: 0; }
.cat-item:hover .thumb img { transform: scale(1.03); }
.cat-item h3 {
  margin: 0 0 .26rem;
  font-size: clamp(1rem, 1.25vw, 1.14rem);
  font-weight: 700;
  line-height: 1.22;
  min-height: calc(1.22em * 2);
  padding: 0 .5rem;
  width: 100%;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cat-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin: auto .5rem .55rem;
  background: #111;
  color: #fff;
  border: 0;
  font-size: .86rem;
  font-weight: 700;
  line-height: 1;
  padding: .45rem .95rem;
  min-height: 1.75rem;
  box-sizing: border-box;
  border-radius: 999px;
  letter-spacing: .01em;
  transition: none;
  animation: none !important;
  box-shadow: none;
}
.cat-item:hover .cat-badge {
  background: #111;
  color: #fff;
  border: 0;
  transform: none;
}
.product-card:hover .cat-badge {
  background: #111;
  color: #fff;
  border: 0;
}
.cat-item.is-hidden { display: none !important; }
.cat-grid.is-cat-hidden,
.cat-grid[hidden] {
  display: none !important;
}

/* Aynı sayfada kategori ürün paneli — Biz Kimiz .container hizası */
.product-panel {
  margin-top: 0;
  width: 100%;
}
.product-panel[hidden] { display: none !important; }
.product-panel-head {
  display: none !important;
}
.product-panel-back {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  margin: 0 0 .35rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: .88rem;
  font-weight: 600;
  cursor: pointer;
  line-height: 1.2;
}
.product-panel-back:hover { color: var(--blue); }
.product-panel-title {
  margin: 0 0 .25rem;
  font-size: clamp(1.35rem, 2.1vw, 1.75rem);
  font-weight: 700;
  letter-spacing: -.02em;
  text-align: left;
  color: var(--ink);
  line-height: 1.15;
}
.product-panel-lead {
  margin: 0;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.4;
  text-align: left;
  max-width: 46rem;
}
.product-panel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.55rem 1.85rem;
  align-items: stretch;
}
.product-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  background: transparent;
  border: 0;
  border-radius: calc(var(--radius) + 4px);
  box-shadow: none;
  padding: 0;
  margin: 0;
  height: 100%;
  color: var(--ink);
  cursor: pointer;
  overflow: visible;
  text-decoration: none;
  transition: color .22s ease, box-shadow .28s ease, background .28s ease;
}
a.product-card:hover {
  color: #000;
  text-decoration: none;
}
.product-card:hover {
  color: #000;
  padding: 0;
  background: #fff;
  box-shadow:
    0 0 0 1px rgba(var(--blue-rgb), .22),
    0 4px 12px rgba(var(--blue-rgb), .12);
}
.product-card .thumb-wrap {
  position: relative;
  width: 100%;
  margin: 0 0 .5rem;
}
.product-card .thumb-link {
  display: block;
  width: 100%;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.product-card .thumb {
  width: 100%;
  aspect-ratio: 16 / 10.5;
  max-height: none;
  min-height: 0;
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  background: transparent;
  position: relative;
  isolation: isolate;
}
.product-card .thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
  transform: none;
  background: transparent;
  transition: opacity .3s ease, transform .3s ease;
}
.product-card .thumb .img-hover {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}
.product-card:hover .thumb .img-hover { opacity: 1; }
.product-card:hover .thumb .img-main { opacity: 0; }
.product-card:hover .thumb img {
  transform: scale(1.03);
}
.product-card h3,
.product-card h5 {
  margin: 0 0 .25rem;
  padding: 0 .5rem;
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  font-weight: 700;
  line-height: 1.25;
  min-height: calc(1.25em * 2);
  text-align: left;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-card h3 a {
  color: inherit;
  text-decoration: none;
}
.product-card h3 a:hover { color: inherit; }
.product-card .cat-badge {
  align-self: flex-start;
  font-size: .9rem;
  margin: auto .5rem .55rem;
  padding: .45rem .95rem;
  border-radius: 999px;
  background: #111;
  color: #fff;
  border: 0;
  font-weight: 700;
}
html[data-theme="dark"] .product-panel .product-card .cat-badge,
html[data-theme="dark"] .product-card .cat-badge {
  background: #fff;
  color: #111;
}
.product-card .thumb-wrap .hover-actions {
  position: absolute;
  inset: 0;
  z-index: 4;
}
.product-panel .archive-more-wrap {
  margin-top: 1.5rem;
}
.btn-teal .icon-download,
.btn-teal-outline .icon-download,
.catalog-download .icon-download,
.btn-teal .icon-preview {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  display: block;
}
.catalog-actions .btn-teal,
.catalog-actions .btn-teal-outline {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  flex: 1 1 0;
  justify-content: center;
  min-width: 0;
  font-size: 1rem;
  padding: .85rem 1.1rem;
}

/* ========== BIZ KIMIZ ========== */
.about {
  background: var(--bg);
  padding: clamp(2rem, 4vw, 3rem) 0;
  border-bottom: 0;
}
.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: clamp(1.25rem, 2.5vw, 2.25rem);
  align-items: stretch; /* foto = yazı yüksekliği */
}
.about-media {
  margin: 0;
  width: 100%;
  justify-self: stretch;
  align-self: stretch;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--bg);
  border: 0;
  box-shadow: none;
  position: relative;
  min-height: 0;
  height: auto;
}
.about-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  display: block;
}
.about-content {
  padding-top: 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.about-content .section-title {
  margin: 0 0 var(--type-stack-gap);
}
.about-content .section-lead {
  margin: 0 0 var(--type-sub-mb);
}
.about-copy {
  margin: 0 0 .85rem;
  display: grid;
  gap: var(--type-body-gap);
  color: var(--type-body-color);
  font-size: var(--type-body-size);
  font-weight: var(--type-body-weight);
  line-height: var(--type-body-lh);
}
.about-copy p { margin: 0; }
.about-card {
  margin: 0;
  background: var(--surface);
  border-radius: 14px;
  box-shadow: var(--shadow);
  padding: .85rem 1.05rem;
  border: 1px solid var(--line);
  display: grid;
  gap: var(--type-body-gap);
}
.about-card p {
  margin: 0;
  color: var(--type-body-color);
  line-height: var(--type-body-lh);
  font-size: var(--type-body-size);
  font-weight: var(--type-body-weight);
}
.about-card p:last-child { margin-bottom: 0; }
.about-card strong { color: var(--type-heading-color); }

/* ========== KURUMSAL MISSION PANEL ========== */
.mission {
  background: var(--bg);
  position: relative;
  border: 0;
  box-shadow: none;
  outline: none;
}
.mission-pin {
  position: relative;
  top: auto;
  min-height: 100dvh;
  min-height: 100svh;
  max-height: none;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(2.5rem, 5vh, 4rem) clamp(1.25rem, 3vw, 2rem);
  box-sizing: border-box;
  overflow: visible;
  background: var(--bg);
  border: 0;
  box-shadow: none;
  outline: none;
}
.mission-stage.container,
.mission-stage {
  display: grid;
  grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1.35fr) minmax(160px, 0.38fr);
  column-gap: clamp(1.5rem, 3vw, 2.75rem);
  row-gap: 1.25rem;
  align-items: center;
  align-content: center;
  width: min(100%, var(--max));
  max-width: var(--max);
  max-height: none;
  margin-inline: auto;
  min-height: 0;
  flex: 0 0 auto;
  box-sizing: border-box;
  padding-inline: 0;
}
.mission-visual {
  position: relative;
  width: 100%;
  max-width: none;
  justify-self: stretch;
  align-self: center;
  /* Tüm adımlarda aynı kutu — 01 metni uzayınca foto büyümesin */
  aspect-ratio: 4 / 5;
  height: auto;
  max-height: min(520px, 62vh);
  min-height: 0;
  border-radius: 18px;
  overflow: hidden;
  background: var(--bg);
  border: 0;
  box-shadow: none;
  isolation: isolate;
}
.mission-marks,
.mission-mark {
  display: none !important;
}
.mission-glow {
  display: none;
}
.mission-media {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  border-radius: inherit;
}
.mission-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 58%, rgba(0,0,0,.14));
  opacity: .45;
}
html.mission-locked {
  overflow: hidden;
  overscroll-behavior: none;
  scroll-behavior: auto !important;
}
html.mission-locked body {
  overscroll-behavior: none;
}
.mission-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  transform: none;
  filter: none;
  will-change: opacity;
  pointer-events: none;
  backface-visibility: hidden;
  transition: none;
}
.mission-img.is-active {
  opacity: 1;
  z-index: 2;
  transform: none;
  filter: none;
  animation: none;
}
/* Cross-fade — sadece opacity */
.mission-img.is-fade-in {
  z-index: 3;
  animation: missionFadeIn .7s cubic-bezier(.22, 1, .36, 1) both;
}
.mission-img.is-fade-out {
  z-index: 1;
  animation: missionFadeOut .7s cubic-bezier(.4, 0, .2, 1) both;
}
.mission-img.is-enter-right,
.mission-img.is-enter-left,
.mission-img.is-enter-up,
.mission-img.is-enter-bl,
.mission-img.is-enter-br,
.mission-img.is-exit-left,
.mission-img.is-exit-right,
.mission-img.is-exit-bl,
.mission-img.is-exit-br,
.mission-img.is-exit-fall,
.mission-img.is-exit-fall-rev {
  animation: none;
}
@keyframes missionFadeIn {
  0% { opacity: 0; }
  40% { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes missionFadeOut {
  0% { opacity: 1; }
  55% { opacity: .4; }
  100% { opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .mission-img.is-enter-right,
  .mission-img.is-enter-left,
  .mission-img.is-exit-left,
  .mission-img.is-exit-right,
  .mission-img.is-fade-in,
  .mission-img.is-fade-out,
  .mission-mark {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
}
.mission-copy {
  min-width: 0;
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 0;
  align-content: start;
  align-self: center;
  padding-top: 0;
  max-width: none;
  transition: none;
}
.mission-kicker {
  margin: 0 0 var(--type-sub-mb);
  font-size: var(--type-sub-size);
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--teal);
  line-height: var(--type-sub-lh);
}
.mission-kicker-prefix,
.mission-kicker-sep,
.mission-kicker-topic {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}
.mission-kicker-sep {
  opacity: 1;
  letter-spacing: .12em;
}
.mission-title {
  margin: 0 0 var(--type-sub-mb);
  font-size: var(--type-heading-size);
  font-weight: var(--type-heading-weight);
  letter-spacing: var(--type-heading-spacing);
  line-height: var(--type-heading-lh);
  color: var(--type-heading-color);
}
.mission-text,
.mission-body {
  margin: 0;
  color: var(--type-body-color);
  font-size: var(--type-body-size);
  font-weight: var(--type-body-weight);
  line-height: var(--type-body-lh);
  max-width: none;
}
.mission-body {
  display: grid;
  gap: var(--type-body-gap);
  max-height: none;
  overflow: visible;
  padding-right: 0;
}
.mission-body p { margin: 0; }
.mission-more { display: none !important; }
.mission-nav {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: clamp(.85rem, 1.6vw, 1.35rem);
  align-self: center;
  justify-self: stretch;
  width: 100%;
  max-width: none;
  min-height: 0;
  padding-top: 0;
  padding-left: 0;
  box-sizing: border-box;
  border-left: 0;
}
.mission-nav-item {
  display: inline-flex;
  align-items: baseline;
  gap: .65rem;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: .35rem 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
  white-space: nowrap;
  transition: color .25s ease, opacity .25s ease;
}
.mission-copy.is-leaving,
.mission-copy.is-entering {
  opacity: 1;
  transform: none;
  transition: none;
}
@media (max-width: 980px) {
  .mission-copy:not(.is-leaving):not(.is-entering) .mission-kicker,
  .mission-copy:not(.is-leaving):not(.is-entering) .mission-title,
  .mission-copy:not(.is-leaving):not(.is-entering) .mission-body {
    animation: missionRise .7s cubic-bezier(.22, 1, .36, 1) both;
  }
  .mission-copy:not(.is-leaving):not(.is-entering) .mission-kicker { animation-delay: .04s; }
  .mission-copy:not(.is-leaving):not(.is-entering) .mission-title { animation-delay: .1s; }
  .mission-copy:not(.is-leaving):not(.is-entering) .mission-body { animation-delay: .16s; }
}
@keyframes missionRise {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.mission.is-animating {
  pointer-events: none;
}
.mission-nav-num {
  font-size: 1rem;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  letter-spacing: .04em;
  color: rgba(18, 20, 23, .28);
  min-width: 1.7rem;
  transition: color .25s ease;
}
.mission-nav-label {
  font-size: 1.05rem;
  font-weight: 400;
  letter-spacing: -.01em;
  color: rgba(18, 20, 23, .28);
  transition: color .25s ease;
}
/* Light: seçili siyah; seçili olmayan silik gri */
.mission-nav-item.is-active {
  background: transparent;
  border-color: transparent;
}
.mission-nav-item.is-active .mission-nav-num,
.mission-nav-item.is-active .mission-nav-label {
  color: #111;
  font-weight: 700;
}
.mission-nav-item:hover:not(.is-active) .mission-nav-num,
.mission-nav-item:hover:not(.is-active) .mission-nav-label {
  color: rgba(18, 20, 23, .55);
}
html[data-theme="dark"] .mission {
  background: var(--bg);
}
html[data-theme="dark"] .mission-visual {
  background: var(--bg);
  border: 0;
  box-shadow: none;
}
html[data-theme="dark"] .mission-mark {
  -webkit-text-stroke-color: rgba(255,255,255,.1);
}
html[data-theme="dark"] .mission-more {
  color: #e8edf2;
  border-color: rgba(255,255,255,.28);
}
html[data-theme="dark"] .mission-more:hover {
  color: var(--blue);
  border-color: var(--blue);
}
html[data-theme="dark"] .mission-nav-num,
html[data-theme="dark"] .mission-nav-label {
  color: rgba(255, 255, 255, .28);
}
html[data-theme="dark"] .mission-nav-item.is-active {
  background: transparent;
  border-color: transparent;
}
html[data-theme="dark"] .mission-nav-item.is-active .mission-nav-num,
html[data-theme="dark"] .mission-nav-item.is-active .mission-nav-label {
  color: #fff;
  font-weight: 700;
}
html[data-theme="dark"] .mission-nav-item:hover:not(.is-active) .mission-nav-num,
html[data-theme="dark"] .mission-nav-item:hover:not(.is-active) .mission-nav-label {
  color: rgba(255, 255, 255, .55);
}
html[data-theme="dark"] .mission-nav {
  border-left: 0;
}

@media (max-width: 1200px) and (min-width: 981px) {
  .mission-stage.container,
  .mission-stage {
    grid-template-columns: minmax(220px, 0.85fr) minmax(0, 1.4fr) minmax(140px, 0.38fr);
    column-gap: 1.5rem;
  }
  .mission-nav {
    gap: .75rem;
  }
}

@media (max-height: 780px) and (min-width: 981px) {
  .mission-pin {
    min-height: 0;
    padding: 1.75rem 0;
  }
  .mission-kicker { margin-bottom: var(--type-sub-mb); }
  .mission-title {
    margin-bottom: var(--type-sub-mb);
  }
  .mission-body {
    font-size: var(--type-body-size);
    line-height: var(--type-body-lh);
    gap: var(--type-body-gap);
  }
}

@media (max-width: 980px) {
  .mission-pin {
    min-height: 0;
    max-height: none;
    height: auto;
    padding: 1.5rem 0 1.75rem;
    align-items: stretch;
    overflow: visible;
    display: block;
  }
  .mission-scroll-track {
    display: block;
  }
  .mission-scroll-sentinel {
    height: 110vh;
    pointer-events: none;
  }
  .mission-scroll-sentinel:first-child {
    height: 100vh;
  }
  .mission-stage.container,
  .mission-stage {
    position: sticky;
    top: calc(var(--header-h) + .35rem);
    z-index: 2;
    grid-template-columns: 1fr;
    gap: 1.15rem;
    align-content: start;
    max-height: none;
    width: min(100% - 1.5rem, var(--max));
    padding-bottom: .5rem;
    background: var(--bg);
  }
  .mission-visual {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 10;
    max-height: none;
    border-radius: 16px;
    order: 1;
    justify-self: stretch;
    align-self: stretch;
  }
  .mission-copy {
    order: 2;
    text-align: left;
    gap: .75rem;
  }
  .mission-title { margin-bottom: var(--type-sub-mb); }
  .mission-body {
    max-width: none;
    font-size: var(--type-body-size);
    line-height: var(--type-body-lh);
    gap: var(--type-body-gap);
    max-height: none;
    overflow: visible;
  }
  .mission-nav {
    order: 3;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    justify-self: center;
    align-self: center;
    gap: clamp(.85rem, 4.5vw, 1.35rem);
    margin-top: .35rem;
    max-width: 100%;
    width: 100%;
    min-height: 0;
    padding: .75rem 0 0;
    border-left: 0;
    border-top: 0;
  }
  .mission-nav-item {
    width: auto;
    min-width: 0;
    padding: .15rem 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    justify-content: center;
    white-space: nowrap;
    opacity: .28;
    transition: opacity .4s ease, color .35s ease;
  }
  .mission-nav-item.is-active {
    background: transparent;
    border: 0;
    opacity: 1;
  }
  .mission-nav-label {
    display: none !important;
  }
  .mission-nav-item.is-active .mission-nav-num {
    background: transparent;
    color: #111;
    font-weight: 700;
  }
  html[data-theme="dark"] .mission-nav-item.is-active .mission-nav-num {
    background: transparent;
    color: #fff;
    font-weight: 700;
  }
  .mission-nav-num {
    display: inline-block;
    width: auto;
    height: auto;
    min-width: 0;
    border-radius: 0;
    background: transparent;
    color: rgba(18, 20, 23, .28);
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: .04em;
    transition: color .35s ease, opacity .4s ease;
  }
  .mission-nav-item.is-active .mission-nav-num {
    opacity: 1;
  }

  /* Mobil scroll FX — yazılar silik gri başlar, kaydırınca üstten alta siyaha döner */
  .mission--mobile-fx {
    --mission-photo: 0.22;
    --mission-head: 0;
    --mission-fade: rgba(18, 20, 23, 0.26);
  }
  .mission--mobile-fx .mission-visual {
    overflow: hidden;
    border-radius: 16px;
    clip-path: inset(0 0 calc((1 - var(--mission-photo, 0.22)) * 100%) 0 round 16px);
    will-change: clip-path;
  }
  .mission--mobile-fx .mission-visual .mission-media {
    transform: translateY(calc((1 - var(--mission-photo, 0.22)) * -4%));
    opacity: calc(0.55 + var(--mission-photo, 0.22) * 0.45);
    will-change: transform, opacity;
  }
  .mission--mobile-fx .mission-img {
    transition: none !important;
    animation: none !important;
  }
  .mission--mobile-fx [data-mobile-fx].mission-copy.is-leaving,
  .mission--mobile-fx [data-mobile-fx].mission-copy.is-entering {
    opacity: 1 !important;
  }
  .mission--mobile-fx .mission-copy[data-mobile-fx] {
    pointer-events: none;
  }
  .mission--mobile-fx .mission-copy[data-mobile-fx] .mission-kicker,
  .mission--mobile-fx .mission-copy[data-mobile-fx] .mission-kicker-prefix,
  .mission--mobile-fx .mission-copy[data-mobile-fx] .mission-kicker-sep,
  .mission--mobile-fx .mission-copy[data-mobile-fx] .mission-kicker-topic,
  .mission--mobile-fx .mission-copy[data-mobile-fx] .mission-title,
  .mission--mobile-fx .mission-copy[data-mobile-fx] .mission-body,
  .mission--mobile-fx .mission-copy[data-mobile-fx] .mission-body p {
    animation: none !important;
    transition: opacity .12s linear, color .12s linear;
  }
  .mission--mobile-fx .mission-copy[data-mobile-fx] .mission-kicker,
  .mission--mobile-fx .mission-copy[data-mobile-fx] .mission-kicker-prefix,
  .mission--mobile-fx .mission-copy[data-mobile-fx] .mission-kicker-sep,
  .mission--mobile-fx .mission-copy[data-mobile-fx] .mission-kicker-topic,
  .mission--mobile-fx .mission-copy[data-mobile-fx] .mission-title {
    opacity: 1 !important;
    color: transparent !important;
    background-image: linear-gradient(
      to bottom,
      var(--ink) 0%,
      var(--ink) calc(var(--mission-head, 0) * 100%),
      var(--mission-fade) calc(var(--mission-head, 0) * 100%),
      var(--mission-fade) 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
  }
  .mission--mobile-fx .mission-copy[data-mobile-fx] .mission-body p {
    opacity: 1 !important;
    color: transparent !important;
    background-image: linear-gradient(
      to bottom,
      var(--ink) 0%,
      var(--ink) calc(var(--mission-p, 0) * 100%),
      var(--mission-fade) calc(var(--mission-p, 0) * 100%),
      var(--mission-fade) 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
  }
  html[data-theme="dark"] .mission--mobile-fx {
    --mission-fade: rgba(245, 247, 250, 0.28);
  }
  html[data-theme="dark"] .mission--mobile-fx .mission-copy[data-mobile-fx] .mission-kicker,
  html[data-theme="dark"] .mission--mobile-fx .mission-copy[data-mobile-fx] .mission-kicker-prefix,
  html[data-theme="dark"] .mission--mobile-fx .mission-copy[data-mobile-fx] .mission-kicker-sep,
  html[data-theme="dark"] .mission--mobile-fx .mission-copy[data-mobile-fx] .mission-kicker-topic,
  html[data-theme="dark"] .mission--mobile-fx .mission-copy[data-mobile-fx] .mission-title {
    background-image: linear-gradient(
      to bottom,
      #f5f7fa 0%,
      #f5f7fa calc(var(--mission-head, 0) * 100%),
      var(--mission-fade) calc(var(--mission-head, 0) * 100%),
      var(--mission-fade) 100%
    );
  }
  html[data-theme="dark"] .mission--mobile-fx .mission-copy[data-mobile-fx] .mission-body p {
    background-image: linear-gradient(
      to bottom,
      #f5f7fa 0%,
      #f5f7fa calc(var(--mission-p, 0) * 100%),
      var(--mission-fade) calc(var(--mission-p, 0) * 100%),
      var(--mission-fade) 100%
    );
  }
}

@media (max-width: 980px) and (max-height: 700px) {
  .mission-visual { aspect-ratio: 16 / 9; }
  .mission-scroll-sentinel { height: 88vh; }
  .mission-scroll-sentinel:first-child { height: 100vh; }
}

@media (min-width: 981px) {
  .mission-scroll-track {
    display: none;
  }
  .mission-pin {
    min-height: calc(100dvh - var(--header-h));
    min-height: calc(100svh - var(--header-h));
  }
  .mission-stage {
    min-height: min(520px, 62vh);
    align-items: center;
  }
  .mission-visual,
  .mission-copy,
  .mission-nav {
    align-self: center;
  }
  .mission-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: min(520px, 62vh);
    min-height: min(520px, 62vh);
    max-height: min(520px, 62vh);
  }
  .mission-nav {
    justify-content: center;
    align-self: center;
    transform: none !important;
  }
  .mission-body {
    min-height: calc(var(--type-body-lh) * 4 + var(--type-body-gap) * 3);
  }
}

/* ========== KATALOG ========== */
.catalog {
  background: var(--bg);
  padding: var(--section-y) 0;
  border-bottom: 0;
}
.catalog-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3.25rem);
  align-items: center;
}
.catalog-intro[hidden] { display: none !important; }
.catalog-media {
  margin: 0;
  background: transparent !important;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  overflow: visible;
}
.catalog-media img {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
  border-radius: 0;
  background: transparent;
  transform: scale(1.06);
  transform-origin: center center;
}
.catalog-copy {
  min-width: 0;
  max-width: none;
  justify-self: start;
}
.catalog-copy .section-title { margin: 0 0 var(--type-stack-gap); }
.catalog-copy .section-lead { margin: 0 0 var(--type-sub-mb); max-width: none; }
.catalog-copy .section-desc { margin: 0 0 1.5rem; max-width: none; }
.catalog-actions {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: .65rem;
  width: 100%;
  max-width: none;
}
.catalog-actions .btn-label--mobile { display: none; }
.catalog-actions .btn-teal,
#catalog-download-intro {
  transition: background .22s ease, color .22s ease, border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}
.catalog-actions .btn-teal:not(.btn-teal-outline):hover,
#catalog-download-intro:hover {
  box-shadow: 0 10px 26px rgba(var(--blue-rgb, 81, 162, 180), .32);
  transform: translateY(-1px);
}
.catalog-actions .btn-teal-outline:hover,
#catalog-open:hover {
  box-shadow: 0 8px 20px rgba(var(--blue-rgb, 81, 162, 180), .18);
  transform: translateY(-1px);
}
.btn-teal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  background: var(--teal);
  color: #fff;
  border: 1px solid var(--teal);
  border-radius: 999px;
  padding: .9rem 1.4rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.btn-teal:hover { background: var(--teal-dark); border-color: var(--teal-dark); color: #fff; }
.btn-teal-outline {
  background: transparent;
  color: var(--ink);
  border-color: rgba(18, 20, 23, .18);
}
.btn-teal-outline:hover {
  background: var(--teal);
  border-color: var(--teal);
  color: #fff;
}

/* Katalog okuyucu — fullscreen overlay */
.catalog-reader {
  background: #10151b;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 22px;
  box-shadow: var(--shadow-lg);
  padding: .85rem .85rem 1rem;
  color: #e8edf2;
}
.catalog-reader[hidden] { display: none !important; }
.catalog-reader.is-fullscreen {
  position: fixed;
  inset: 0;
  z-index: 400;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  max-width: none;
  margin: 0;
  border: 0;
  border-radius: 0;
  padding:
    calc(.75rem + env(safe-area-inset-top, 0px))
    .9rem
    calc(.75rem + env(safe-area-inset-bottom, 0px));
  display: flex;
  flex-direction: column;
  background: #0b0f13;
  box-shadow: none;
  animation: catalogFsIn .28s cubic-bezier(.22, 1, .36, 1) both;
}
@keyframes catalogFsIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: none; }
}
body.catalog-open {
  overflow: hidden !important;
  touch-action: none;
}
body.catalog-open .fixed-actions-wrap,
body.catalog-open .back-to-top {
  display: none !important;
}
.catalog-reader-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: .75rem 1rem;
  margin-bottom: .75rem;
  padding: .15rem .35rem .75rem;
  border-bottom: 1px solid rgba(255,255,255,.08);
  flex: 0 0 auto;
}
.catalog-reader-top #catalog-page-label {
  font-size: .92rem;
  font-weight: 600;
  color: rgba(255,255,255,.82);
}
.catalog-close {
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
  color: #fff;
  border-radius: 10px;
  padding: .55rem .9rem;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
}
.catalog-close:hover {
  border-color: rgba(255,255,255,.35);
  background: rgba(255,255,255,.12);
}
.catalog-reader.is-fullscreen .catalog-reader-body {
  flex: 1 1 auto;
  min-height: 0;
  height: auto;
}
.catalog-reader.is-fullscreen .catalog-thumbs {
  max-height: none;
  height: 100%;
}
.catalog-reader.is-fullscreen .catalog-spread {
  min-height: 0;
  height: 100%;
  overflow: auto;
  overscroll-behavior: contain;
}
.catalog-reader.is-fullscreen .catalog-page {
  overflow: auto;
  align-content: center;
  justify-items: center;
}
.catalog-reader.is-fullscreen .catalog-page canvas {
  max-width: none;
  max-height: none;
}
.catalog-reader-body {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: .75rem;
  min-height: min(78vh, 780px);
}
.catalog-thumbs {
  display: flex;
  flex-direction: column;
  gap: .55rem;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: min(78vh, 780px);
  padding: .35rem .25rem .35rem .15rem;
  background: #0b0f13;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.06);
  scrollbar-width: thin;
}
.catalog-thumb {
  flex: 0 0 auto;
  width: 100%;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 8px;
  background: #161b22;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.catalog-thumb canvas {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
}
.catalog-thumb-num {
  position: absolute;
  left: .3rem;
  bottom: .3rem;
  min-width: 1.25rem;
  padding: .1rem .3rem;
  border-radius: 4px;
  background: rgba(0,0,0,.65);
  color: #fff;
  font-size: .65rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.catalog-thumb.is-active {
  border-color: var(--blue);
  box-shadow: 0 0 0 1px rgba(var(--blue-rgb), .35);
}
.catalog-thumb:hover { border-color: rgba(var(--blue-rgb), .55); }
.catalog-reader-stage {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  gap: .55rem;
  align-items: center;
  min-width: 0;
}
.catalog-spread {
  position: relative;
  min-height: min(72vh, 720px);
  height: 100%;
  border-radius: 14px;
  background: #0b0f13;
  overflow: auto;
  overscroll-behavior: contain;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.06);
}
.catalog-page {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: .75rem;
  overflow: auto;
  opacity: 0;
  transform: translateX(20px) scale(.99);
  transition: opacity .3s ease, transform .4s cubic-bezier(.22,1,.36,1);
  pointer-events: none;
}
.catalog-page.is-active {
  opacity: 1;
  transform: none;
  pointer-events: auto;
  z-index: 2;
}
.catalog-page.is-exit {
  opacity: 0;
  transform: translateX(-20px) scale(.99);
  z-index: 1;
}
.catalog-page canvas {
  max-width: none;
  max-height: none;
  width: auto;
  height: auto;
  border-radius: 3px;
  box-shadow: 0 18px 50px rgba(0,0,0,.45);
  background: #fff;
  transform-origin: center center;
}
.catalog-loading {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(255,255,255,.7);
  font-size: .95rem;
  z-index: 3;
  background: rgba(11,15,19,.55);
}
.catalog-loading[hidden] { display: none !important; }
.catalog-nav {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
  color: #fff;
  font-size: 1.35rem;
  cursor: pointer;
  transition: background .2s, border-color .2s, transform .2s;
}
.catalog-nav:hover {
  background: rgba(var(--blue-rgb), .28);
  border-color: rgba(var(--blue-rgb), .55);
  transform: scale(1.05);
}
.catalog-nav:disabled {
  opacity: .35;
  cursor: default;
  transform: none;
}
.catalog-reader-bar {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: .75rem;
  padding: .65rem .35rem 0;
  border-top: 1px solid rgba(255,255,255,.08);
}
.catalog-range {
  width: 100%;
  accent-color: var(--blue);
}
.catalog-reader-actions {
  display: flex;
  align-items: center;
  gap: .55rem;
  flex-wrap: wrap;
}
.catalog-tool {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
  color: #fff;
  font-size: 1.15rem;
  cursor: pointer;
}
.catalog-tool:hover {
  border-color: rgba(var(--blue-rgb), .5);
  background: rgba(var(--blue-rgb), .2);
}
.catalog-download { text-decoration: none; }

/* ========== HIKAYE — animasyonlu kart örnekleri ========== */
.story {
  background:
    radial-gradient(1000px 420px at 8% 0%, rgba(var(--blue-rgb), .08), transparent 60%),
    radial-gradient(800px 380px at 92% 20%, rgba(var(--blue-rgb), .05), transparent 55%),
    var(--bg);
  padding: var(--section-y) 0;
  overflow: hidden;
}
.eyebrow {
  display: block;
  color: var(--type-sub-color);
  font-size: var(--type-sub-size);
  font-weight: var(--type-sub-weight);
  letter-spacing: .12em;
  text-transform: uppercase;
  line-height: var(--type-sub-lh);
  margin-bottom: var(--type-stack-gap);
}
.story-head-main {
  max-width: 46rem;
  margin-bottom: 1.5rem;
}
.story-head-main .section-title {
  font-size: clamp(1.7rem, 3.2vw, 2.35rem);
  max-width: 22ch;
}
.story-demo-switch {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-bottom: 1.75rem;
}
.story-demo-ink {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 0;
  border-radius: 999px;
  background: var(--blue);
  box-shadow: 0 10px 24px rgba(var(--blue-rgb), .28);
  pointer-events: none;
  z-index: 0;
  transition:
    left .38s cubic-bezier(.22, 1, .36, 1),
    top .38s cubic-bezier(.22, 1, .36, 1),
    width .38s cubic-bezier(.22, 1, .36, 1),
    height .38s cubic-bezier(.22, 1, .36, 1);
}
.story-demo-btn {
  position: relative;
  z-index: 1;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--muted);
  border-radius: 999px;
  padding: .55rem 1rem;
  font: inherit;
  font-size: .84rem;
  font-weight: 600;
  cursor: pointer;
  transition: color .25s, border-color .25s, background .25s, transform .2s;
}
.story-demo-btn:hover {
  color: var(--ink);
  border-color: rgba(var(--blue-rgb), .35);
}
.story-demo-btn.is-active {
  background: transparent;
  border-color: transparent;
  color: #fff;
  box-shadow: none;
}
.story-demo[hidden] { display: none !important; }
.story-demo.is-active {
  animation: storyDemoIn .55s cubic-bezier(.22,1,.36,1) both;
}
@keyframes storyDemoIn {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}

/* —— Split / word helpers —— */
[data-split-chars] .char,
[data-split-words] .word {
  display: inline-block;
  opacity: 0;
  transform: translateY(1.1em);
  filter: blur(4px);
  transition:
    opacity .55s cubic-bezier(.22,1,.36,1),
    transform .7s cubic-bezier(.22,1,.36,1),
    filter .55s ease;
  transition-delay: calc(var(--i, 0) * 28ms);
}
[data-split-words] .word { margin-right: .28em; filter: blur(2px); }
.is-inview [data-split-chars] .char,
.is-inview [data-split-words] .word,
.story-demo.is-active.is-armed [data-split-chars] .char,
.story-demo.is-active.is-armed [data-split-words] .word {
  opacity: 1;
  transform: none;
  filter: none;
}
[data-fade-up] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s ease, transform .75s cubic-bezier(.22,1,.36,1);
  transition-delay: calc(var(--i, 0) * 90ms);
}
.is-inview [data-fade-up],
.story-demo.is-active.is-armed [data-fade-up] {
  opacity: 1;
  transform: none;
}

/* 10 · Split text */
.story-split-demo {
  max-width: 52rem;
  padding: .5rem 0 1rem;
}
.story-split-kicker {
  margin: 0 0 .75rem;
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--blue);
}
.story-split-title {
  margin: 0 0 1rem;
  font-size: clamp(1.65rem, 3.4vw, 2.6rem);
  line-height: 1.15;
  letter-spacing: -.03em;
}
.story-split-lead {
  margin: 0 0 1.5rem;
  max-width: 42rem;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.55;
}
.story-split-media {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #111;
}
.story-split-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 11 · Word reveal */
.story-words-demo { max-width: 54rem; }
.story-words-title {
  margin: .5rem 0 1rem;
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
  letter-spacing: -.02em;
  line-height: 1.2;
}
.story-words-body {
  margin: 0 0 1.5rem;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.65;
  max-width: 40rem;
}
.story-words-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.story-words-grid figure {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #111;
}
.story-words-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 12 · Process + image */
.story-process {
  display: grid;
  grid-template-columns: minmax(240px, .85fr) minmax(0, 1.15fr);
  gap: clamp(1.25rem, 3vw, 2.5rem);
  align-items: start;
}
.story-process-sticky {
  position: sticky;
  top: calc(var(--header-h, 72px) + 1rem);
  align-self: start;
  display: grid;
  gap: .75rem;
}
.story-process-label {
  margin: 0;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
}
.story-process-num {
  font-size: clamp(3.5rem, 8vw, 5.5rem);
  font-weight: 700;
  letter-spacing: -.06em;
  line-height: .9;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}
.story-process-media {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 5 / 4;
  max-height: 280px;
  background: #111;
}
.story-process-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity .55s ease, transform .85s cubic-bezier(.22,1,.36,1);
}
.story-process-media img.is-active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}
.story-process-rail {
  position: relative;
  width: 2px;
  height: 72px;
  margin-top: .35rem;
  background: var(--line);
  border-radius: 2px;
  overflow: hidden;
}
.story-process-rail__fill {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  background: var(--blue);
  transition: height .35s ease;
}
.story-process-steps { display: grid; gap: 0; padding-bottom: 20vh; }
.story-process-step {
  min-height: clamp(9rem, 28vh, 14rem);
  padding: 1.25rem 0 1.5rem;
  border-top: 1px solid var(--line);
  opacity: .28;
  transition: opacity .45s ease, color .35s ease;
}
.story-process-step h3 {
  margin: 0 0 .45rem;
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  letter-spacing: -.02em;
}
.story-process-step p {
  margin: 0;
  max-width: 36rem;
  color: var(--muted);
  line-height: 1.55;
}
.story-process-step.is-active {
  opacity: 1;
}

/* 13 · Chapter scroll (STILL-ish) */
.story-still {
  position: relative;
  display: grid;
  gap: 0;
}
.story-still-chapter {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: center;
  min-height: min(78vh, 640px);
  padding: 2rem 0;
  opacity: .22;
  transition: opacity .5s ease;
}
.story-still-chapter.is-active { opacity: 1; }
.story-still-idx {
  display: block;
  margin-bottom: .55rem;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--blue);
}
.story-still-copy h3 {
  margin: 0 0 .75rem;
  font-size: clamp(1.45rem, 2.8vw, 2.15rem);
  letter-spacing: -.03em;
  line-height: 1.15;
}
.story-still-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
  max-width: 32rem;
}
.story-still-media {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  max-height: 480px;
  background: #111;
  justify-self: stretch;
}
.story-still-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story-still-dots {
  position: sticky;
  bottom: 1.25rem;
  display: flex;
  justify-content: center;
  gap: .45rem;
  padding: .5rem;
  z-index: 2;
  pointer-events: none;
}
.story-still-dots button {
  pointer-events: auto;
  min-width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--muted);
  font: inherit;
  font-size: .78rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(15,23,42,.08);
}
.story-still-dots button.is-active {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}

/* 14 · FAQ load */
.story-faqload { max-width: 44rem; }
.story-faqload-title {
  margin: 0 0 1.25rem;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  letter-spacing: -.02em;
}
.story-faqload-list { display: grid; gap: 0; }
.story-faqload-item {
  border-bottom: 1px solid var(--line);
  padding: .15rem 0;
}
.story-faqload-item summary {
  cursor: pointer;
  list-style: none;
  padding: 1.05rem 0;
  font-weight: 600;
  font-size: 1.02rem;
}
.story-faqload-item summary::-webkit-details-marker { display: none; }
.story-faqload-item p {
  margin: 0 0 1rem;
  color: var(--muted);
  line-height: 1.55;
}

@media (max-width: 900px) {
  .story-words-grid { grid-template-columns: 1fr; }
  .story-process {
    grid-template-columns: 1fr;
  }
  .story-process-sticky {
    position: relative;
    top: 0;
  }
  .story-process-steps { padding-bottom: 0; }
  .story-process-step { min-height: 0; }
  .story-still-chapter {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 1.25rem 0;
  }
  .story-still-media {
    aspect-ratio: 16 / 10;
    max-height: 260px;
    order: -1;
  }
}

/* Örnek 1 — yatay slider (transform) */
.story-rail-viewport {
  overflow: hidden;
  width: 100%;
  padding: .35rem 0 1rem;
}
.story-rail-track {
  display: flex;
  gap: 1.1rem;
  will-change: transform;
  transition: transform .55s cubic-bezier(.22,1,.36,1);
}
.story-year-card {
  flex: 0 0 min(300px, calc(100vw - 4.5rem));
  width: min(300px, calc(100vw - 4.5rem));
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow);
  padding: 1.45rem 1.4rem 1.5rem;
  min-height: 220px;
  display: grid;
  align-content: start;
  gap: .55rem;
  transition: box-shadow .35s, border-color .35s, transform .35s;
}
.story-year-card:hover {
  border-color: rgba(var(--blue-rgb), .45);
  box-shadow: 0 18px 40px rgba(15, 23, 42, .12);
  transform: translateY(-6px);
}
.story-year-card--accent {
  background:
    linear-gradient(160deg, rgba(var(--blue-rgb), .12), transparent 55%),
    var(--surface);
  border-color: rgba(var(--blue-rgb), .28);
}
.story-year-card__year {
  color: var(--teal);
  font-size: .92rem;
  font-weight: 700;
  letter-spacing: .02em;
  justify-self: end;
}
.story-year-card h3 {
  margin: 0;
  font-size: 1.35rem;
  letter-spacing: -.02em;
}
.story-year-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
  font-size: .95rem;
}
.story-mini-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  margin-top: .35rem;
}
.story-mini-tags span {
  font-size: .75rem;
  font-weight: 600;
  padding: .3rem .65rem;
  border-radius: 999px;
  background: rgba(var(--blue-rgb), .12);
  color: var(--ink);
}
.story-rail-controls {
  display: flex;
  align-items: center;
  gap: .75rem;
  max-width: 280px;
  margin-top: .25rem;
}
.story-rail-nav {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink);
  font-size: 1.25rem;
  cursor: pointer;
  transition: border-color .2s, color .2s, transform .2s;
}
.story-rail-nav:hover {
  border-color: var(--teal);
  color: var(--teal);
  transform: scale(1.05);
}
.story-rail-progress {
  flex: 1;
  height: 3px;
  border-radius: 999px;
  background: rgba(var(--blue-rgb), .12);
  overflow: hidden;
}
.story-rail-progress > span {
  display: block;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--teal), var(--blue));
  border-radius: inherit;
  transition: width .35s ease;
}

/* Örnek 2 — split + stack */
.story-split {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.15fr);
  gap: clamp(1.5rem, 4vw, 2.75rem);
  align-items: start;
}
.story-split__intro h3 {
  margin: 0 0 .75rem;
  font-size: clamp(1.45rem, 2.6vw, 1.9rem);
  letter-spacing: -.02em;
  line-height: 1.25;
}
.story-split__intro > p {
  margin: 0 0 1.15rem;
  color: var(--muted);
  line-height: 1.65;
}
.story-values {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}
.tag {
  background: var(--pill-bg);
  border: 1px solid transparent;
  border-radius: 999px;
  padding: .45rem .85rem;
  font-size: .82rem;
  font-weight: 600;
  color: var(--ink);
  white-space: nowrap;
}
.tag.outline {
  background: var(--surface);
  border-color: var(--line);
}
.story-stack {
  display: grid;
  gap: 1rem;
}
.story-expand-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow);
  padding: 1.35rem 1.4rem 1.25rem;
  display: grid;
  gap: .55rem;
  transition: transform .35s cubic-bezier(.22,1,.36,1), box-shadow .35s, border-color .35s;
}
.story-expand-card:hover {
  transform: translateY(-4px);
  border-color: rgba(var(--blue-rgb), .35);
  box-shadow: 0 16px 36px rgba(15, 23, 42, .1);
}
.story-expand-card h3 {
  margin: 0;
  font-size: 1.2rem;
  letter-spacing: -.015em;
}
.story-expand-card__teaser {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}
.story-expand-card__extra {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .4s cubic-bezier(.22,1,.36,1);
}
.story-expand-card__extra > p {
  overflow: hidden;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
  opacity: 0;
  transition: opacity .3s ease;
}
.story-expand-card.is-open .story-expand-card__extra {
  grid-template-rows: 1fr;
}
.story-expand-card.is-open .story-expand-card__extra > p {
  opacity: 1;
  margin-top: .15rem;
}
.btn-more {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  justify-self: start;
  margin-top: .35rem;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink);
  border-radius: 999px;
  padding: .55rem 1rem;
  font-size: .88rem;
  font-weight: 600;
  cursor: pointer;
  transition: border-color .25s, box-shadow .25s, background .25s;
}
.btn-more:hover {
  border-color: var(--teal);
  box-shadow: 0 6px 18px rgba(var(--blue-rgb), .15);
}
.btn-more .chev {
  font-size: .7rem;
  transition: transform .3s ease;
}
.story-expand-card.is-open .btn-more .chev { transform: rotate(180deg); }

/* Örnek 3 — mosaic */
.story-mosaic {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 1rem;
}
.story-mosaic-card {
  position: relative;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow);
  padding: 1.4rem;
  display: grid;
  align-content: start;
  gap: .5rem;
  transition: transform .4s cubic-bezier(.22,1,.36,1), box-shadow .4s, border-color .35s;
}
.story-mosaic-card:hover {
  transform: translateY(-8px);
  border-color: rgba(var(--blue-rgb), .4);
  box-shadow: 0 20px 44px rgba(15, 23, 42, .12);
}
.story-mosaic-card--hero {
  grid-row: span 2;
  min-height: 320px;
  background:
    linear-gradient(165deg, rgba(var(--blue-rgb), .14), transparent 50%),
    var(--surface);
}
.story-mosaic-card--wide {
  grid-column: 2 / -1;
}
.story-mosaic-card h3 {
  margin: 0;
  font-size: 1.2rem;
  letter-spacing: -.015em;
}
.story-mosaic-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
  font-size: .95rem;
}
.story-mosaic-glow {
  position: absolute;
  width: 180px;
  height: 180px;
  right: -40px;
  bottom: -50px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--blue-rgb), .28), transparent 70%);
  pointer-events: none;
  animation: storyGlow 4.5s ease-in-out infinite;
}
@keyframes storyGlow {
  0%, 100% { transform: scale(1); opacity: .7; }
  50% { transform: scale(1.18); opacity: 1; }
}

/* Örnek 4 — coverflow */
.story-cover {
  position: relative;
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  gap: .5rem;
  min-height: 280px;
}
.story-cover-stage {
  position: relative;
  height: 260px;
  perspective: 1200px;
}
.story-cover-card {
  position: absolute;
  inset: 50% auto auto 50%;
  width: min(340px, 78%);
  padding: 1.5rem 1.4rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow-lg);
  display: grid;
  gap: .5rem;
  transform: translate(-50%, -50%) scale(.82) translateX(0) rotateY(0);
  opacity: .35;
  pointer-events: none;
  transition: transform .55s cubic-bezier(.22,1,.36,1), opacity .4s, box-shadow .4s, border-color .35s;
  z-index: 1;
}
.story-cover-card h3 { margin: 0; font-size: 1.3rem; }
.story-cover-card p { margin: 0; color: var(--muted); line-height: 1.5; }
.story-cover-card.is-prev {
  opacity: .55;
  transform: translate(-50%, -50%) scale(.88) translateX(-42%) rotateY(18deg);
  z-index: 2;
}
.story-cover-card.is-next {
  opacity: .55;
  transform: translate(-50%, -50%) scale(.88) translateX(42%) rotateY(-18deg);
  z-index: 2;
}
.story-cover-card.is-active {
  opacity: 1;
  pointer-events: auto;
  border-color: rgba(var(--blue-rgb), .4);
  box-shadow: 0 22px 50px rgba(15, 23, 42, .14);
  transform: translate(-50%, -50%) scale(1) translateX(0) rotateY(0);
  z-index: 5;
}
.story-cover-nav {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink);
  font-size: 1.3rem;
  cursor: pointer;
  transition: border-color .2s, color .2s, transform .2s;
}
.story-cover-nav:hover {
  border-color: var(--teal);
  color: var(--teal);
  transform: scale(1.06);
}
.story-cover-dots {
  display: flex;
  justify-content: center;
  gap: .45rem;
  margin-top: 1rem;
}
.story-cover-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  background: rgba(var(--blue-rgb), .25);
  cursor: pointer;
}
.story-cover-dots button.is-active {
  background: var(--blue);
  width: 22px;
  border-radius: 999px;
}

/* Örnek 5 — zigzag */
.story-zigzag {
  position: relative;
  display: grid;
  gap: 1.25rem;
  padding: .5rem 0;
}
.story-zigzag::before {
  content: "";
  position: absolute;
  left: 50%;
  top: .5rem;
  bottom: .5rem;
  width: 2px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, transparent, rgba(var(--blue-rgb), .45), transparent);
}
.story-zig-card {
  width: min(100%, 460px);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow);
  padding: 1.25rem 1.35rem;
  animation: storyZigIn .7s cubic-bezier(.22,1,.36,1) both;
}
.story-zig-card--left { justify-self: start; margin-right: auto; }
.story-zig-card--right { justify-self: end; margin-left: auto; animation-delay: .12s; }
.story-zig-card:nth-child(3) { animation-delay: .24s; }
@keyframes storyZigIn {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: none; }
}
.story-zig-year {
  color: var(--teal);
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: .02em;
  padding-top: .15rem;
}
.story-zig-body h3 { margin: 0 0 .35rem; font-size: 1.15rem; }
.story-zig-body p { margin: 0; color: var(--muted); line-height: 1.55; }

/* Örnek 6 — flip */
.story-flip-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.story-flip {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  perspective: 1000px;
  min-height: 210px;
  text-align: left;
  color: inherit;
  font: inherit;
}
.story-flip-inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 210px;
  transform-style: preserve-3d;
  transition: transform .65s cubic-bezier(.22,1,.36,1);
}
.story-flip.is-flipped .story-flip-inner { transform: rotateY(180deg); }
.story-flip-face {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
  padding: 1.25rem;
  display: grid;
  align-content: center;
  gap: .45rem;
}
.story-flip-front strong,
.story-flip-back strong {
  font-size: 1.15rem;
  letter-spacing: -.015em;
}
.story-flip-front em {
  font-style: normal;
  font-size: .8rem;
  font-weight: 600;
  color: var(--teal);
}
.story-flip-back {
  transform: rotateY(180deg);
  background:
    linear-gradient(160deg, rgba(var(--blue-rgb), .14), transparent 55%),
    var(--surface);
}
.story-flip-back p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
  font-size: .92rem;
}

/* ========== ÖRNEK 7: Senkron kart + liste ========== */
.story-sync {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, .75fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: stretch;
  min-height: min(72vh, 640px);
}
.story-sync-stage {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  min-height: 520px;
  background:
    radial-gradient(600px 280px at 20% 10%, rgba(var(--blue-rgb), .12), transparent 60%),
    #f3f5f7;
}
.story-sync-track {
  display: flex;
  align-items: stretch;
  gap: 1rem;
  height: 100%;
  min-height: 520px;
  padding: 1.25rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.story-sync-track::-webkit-scrollbar { display: none; }
.story-sync-card {
  position: relative;
  flex: 0 0 42%;
  max-width: 340px;
  min-width: 220px;
  min-height: 460px;
  align-self: stretch;
  border-radius: 24px;
  overflow: hidden;
  scroll-snap-align: center;
  isolation: isolate;
  transform: scale(.92);
  opacity: .72;
  transition:
    flex-basis .55s cubic-bezier(.22,1,.36,1),
    max-width .55s cubic-bezier(.22,1,.36,1),
    transform .55s cubic-bezier(.22,1,.36,1),
    opacity .4s ease,
    box-shadow .45s ease;
  box-shadow: 0 14px 40px rgba(15,23,42,.1);
  cursor: pointer;
  background: #111;
  color: #fff;
  text-align: left;
}
.story-sync-card.is-active {
  flex-basis: 58%;
  max-width: 420px;
  transform: scale(1);
  opacity: 1;
  box-shadow: 0 28px 60px rgba(15,23,42,.22);
  z-index: 2;
}
.story-sync-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
  transition: transform 1.1s cubic-bezier(.22,1,.36,1);
}
.story-sync-card.is-active img { transform: scale(1); }
.story-sync-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(8,12,18,.78) 100%);
  z-index: 1;
}
.story-sync-card__body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 1.35rem 1.25rem 1.3rem;
  display: grid;
  gap: .45rem;
}
.story-sync-card__body h3 {
  margin: 0;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-weight: 700;
  letter-spacing: -.02em;
}
.story-sync-card__body p {
  margin: 0;
  font-size: .9rem;
  line-height: 1.5;
  color: rgba(255,255,255,.86);
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height .45s ease, opacity .35s ease, margin .35s ease;
}
.story-sync-card.is-active .story-sync-card__body p {
  max-height: 7rem;
  opacity: 1;
  margin-top: .15rem;
}
.story-sync-link {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  color: #fff;
  text-decoration: none;
  font-size: .88rem;
  font-weight: 600;
  margin-top: .35rem;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity .35s ease, transform .35s ease;
}
.story-sync-card.is-active .story-sync-link {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
.story-sync-link:hover { color: #d7eef3; }
.story-sync-side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  padding: .35rem 0;
  min-width: 0;
}
.story-sync-list { display: grid; gap: .15rem; }
.story-sync-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: .85rem;
  width: 100%;
  border: 0;
  background: transparent;
  padding: .85rem 0;
  cursor: pointer;
  color: var(--muted);
  font: inherit;
  text-align: left;
  border-bottom: 1px solid var(--line);
  transition: color .25s ease;
}
.story-sync-item:last-child { border-bottom: 0; }
.story-sync-item__label {
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -.01em;
  white-space: nowrap;
}
.story-sync-item__line {
  height: 1px;
  background: currentColor;
  opacity: .22;
  transform-origin: left center;
  transition: opacity .3s ease, background .3s ease;
}
.story-sync-item__num {
  font-size: .95rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  letter-spacing: .04em;
}
.story-sync-item.is-active { color: var(--ink); }
.story-sync-item.is-active .story-sync-item__line {
  background: var(--blue);
  opacity: .7;
}
.story-sync-item:hover { color: var(--ink); }
.story-sync-controls {
  display: flex;
  align-items: center;
  gap: .85rem;
  color: var(--muted);
}
.story-sync-nav,
.story-sync-nav-label {
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
  padding: .35rem .15rem;
}
.story-sync-nav {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  transition: border-color .2s, color .2s, background .2s;
}
.story-sync-nav:hover,
.story-sync-nav-label:hover {
  color: var(--ink);
  border-color: rgba(var(--blue-rgb), .45);
}
.story-sync-nav-label {
  font-weight: 600;
  font-size: .95rem;
  letter-spacing: .02em;
}
.story-sync-rail {
  flex: 1;
  height: 1px;
  background: var(--line);
  border-radius: 999px;
  position: relative;
  overflow: hidden;
}
.story-sync-rail::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--sync-progress, 20%);
  background: var(--blue);
  transition: width .45s cubic-bezier(.22,1,.36,1);
}

/* ========== ÖRNEK: Scroll pin (sol sticky fade + sağ adımlar) ========== */
.story-pin {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(1.1rem, 3vw, 2.25rem);
  align-items: start;
}
.story-pin-sticky {
  position: sticky;
  top: calc(var(--header-h, 72px) + 1rem);
  align-self: start;
  display: grid;
  gap: .85rem;
  padding: .85rem;
  border-radius: 20px;
  background:
    radial-gradient(500px 220px at 20% 0%, rgba(var(--blue-rgb), .1), transparent 60%),
    var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.story-pin-media {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 5 / 4;
  max-height: 280px;
  background: #111;
}
.story-pin-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity .55s ease, transform .85s cubic-bezier(.22,1,.36,1);
}
.story-pin-img.is-active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}
.story-pin-copy {
  display: grid;
  gap: .4rem;
  opacity: 1;
  transform: none;
  transition: opacity .4s ease, transform .5s cubic-bezier(.22,1,.36,1);
}
.story-pin-copy.is-leaving {
  opacity: 0;
  transform: translateY(10px);
}
.story-pin-copy.is-entering {
  opacity: 0;
  transform: translateY(14px);
  transition: none;
}
.story-pin-idx {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .14em;
  color: var(--blue);
}
.story-pin-copy h3 {
  margin: 0;
  font-size: clamp(1.25rem, 2.1vw, 1.6rem);
  letter-spacing: -.03em;
  line-height: 1.15;
}
.story-pin-lead {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
  font-size: .9rem;
}
.story-pin-points {
  list-style: none;
  margin: .2rem 0 0;
  padding: 0;
  display: grid;
  gap: .35rem;
}
.story-pin-points li {
  position: relative;
  padding-left: 1.2rem;
  font-size: .86rem;
  color: var(--ink);
  line-height: 1.4;
}
.story-pin-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .4rem;
  width: .45rem;
  height: .45rem;
  border-radius: 50%;
  background: var(--blue);
}
.story-pin-steps {
  display: grid;
  gap: 0;
  padding-bottom: 12vh;
}
.story-pin-step {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1rem;
  width: 100%;
  margin: 0;
  padding: clamp(1.1rem, 3.2vh, 1.65rem) .15rem;
  min-height: clamp(4.75rem, 16vh, 8rem);
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: color .3s ease, border-color .3s ease, background .3s ease;
}
.story-pin-step:last-child {
  border-bottom: 0;
}
.story-pin-step__num {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: .06em;
  color: rgba(var(--blue-rgb), .4);
  font-variant-numeric: tabular-nums;
}
.story-pin-step__title {
  margin: 0;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.2;
  color: var(--ink);
}
.story-pin-step.is-active {
  background: linear-gradient(90deg, rgba(var(--blue-rgb), .07), transparent 70%);
}
.story-pin-step.is-active .story-pin-step__num {
  color: var(--blue);
}
.story-pin-step.is-active .story-pin-step__title {
  color: var(--blue);
}
.story-pin-step:focus-visible {
  outline: 2px solid rgba(var(--blue-rgb), .45);
  outline-offset: 2px;
}

@media (max-width: 900px) {
  .story-pin {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .story-pin-sticky {
    position: relative;
    top: 0;
  }
  .story-pin-media {
    max-height: 220px;
    aspect-ratio: 16 / 10;
  }
  .story-pin-steps {
    padding-bottom: 0;
  }
  .story-pin-step {
    min-height: 0;
    padding: .95rem .1rem;
  }
}

/* ========== ÖRNEK 8: Koyu satırlar — accordion / iç içe ========== */
.story-rows {
  --row-nest: 14px;
  background:
    radial-gradient(900px 420px at 80% 10%, rgba(var(--blue-rgb), .18), transparent 55%),
    #0d1218;
  border-radius: 28px;
  padding: clamp(1.1rem, 2.5vw, 1.65rem);
  color: #eef3f7;
  box-shadow: var(--shadow-lg);
  overflow: visible;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.story-row {
  position: relative;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px;
  background: rgba(255,255,255,.035);
  overflow: hidden;
  cursor: pointer;
  margin-top: calc(var(--row-nest) * -1);
  transform-origin: top center;
  transform: scale(.985) translateY(0);
  opacity: .72;
  z-index: 1;
  transition:
    transform .55s cubic-bezier(.22,1,.36,1),
    opacity .35s ease,
    margin .45s cubic-bezier(.22,1,.36,1),
    background .3s ease,
    box-shadow .45s ease,
    border-color .3s ease;
}
.story-row:first-child { margin-top: 0; }
.story-row:nth-child(1) { z-index: 1; }
.story-row:nth-child(2) { z-index: 2; }
.story-row:nth-child(3) { z-index: 3; }
.story-row.is-active {
  opacity: 1;
  transform: scale(1);
  margin-top: .85rem;
  margin-bottom: .35rem;
  z-index: 8;
  cursor: default;
  background: rgba(255,255,255,.055);
  border-color: rgba(var(--blue-rgb), .35);
  box-shadow: 0 22px 50px rgba(0,0,0,.35);
}
.story-row:first-child.is-active { margin-top: 0; }
.story-row:not(.is-active):hover {
  opacity: .9;
  border-color: rgba(255,255,255,.2);
  transform: scale(.99) translateY(-2px);
}
.story-row__bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: .9rem;
  padding: 1rem 1.15rem;
  user-select: none;
}
.story-row__idx {
  font-size: .82rem;
  letter-spacing: .12em;
  color: rgba(255,255,255,.42);
  font-weight: 700;
}
.story-row__bar h3 {
  margin: 0;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  letter-spacing: -.02em;
  line-height: 1.2;
  color: rgba(255,255,255,.78);
  transition: color .25s ease, font-size .35s ease;
}
.story-row.is-active .story-row__bar h3 {
  color: #fff;
  font-size: clamp(1.35rem, 2.6vw, 1.85rem);
}
.story-row.is-active .story-row__idx { color: rgba(255,255,255,.55); }
.story-row__toggle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.22);
  position: relative;
  flex-shrink: 0;
  transition: transform .4s ease, background .25s, border-color .25s;
}
.story-row__toggle::before,
.story-row__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  border-radius: 1px;
  transition: transform .35s ease, opacity .25s ease;
}
.story-row__toggle::before {
  width: 10px;
  height: 1.5px;
  transform: translate(-50%, -50%);
}
.story-row__toggle::after {
  width: 1.5px;
  height: 10px;
  transform: translate(-50%, -50%);
}
.story-row.is-active .story-row__toggle {
  background: var(--blue);
  border-color: var(--blue);
  transform: rotate(90deg);
}
.story-row.is-active .story-row__toggle::after { opacity: 0; }
.story-row__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(1rem, 3vw, 2.25rem);
  align-items: center;
  padding: 0 1.15rem 1.25rem;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-8px);
  transition:
    max-height .55s cubic-bezier(.22,1,.36,1),
    opacity .35s ease,
    transform .45s cubic-bezier(.22,1,.36,1),
    padding .45s ease;
}
.story-row.is-active .story-row__panel {
  max-height: 520px;
  opacity: 1;
  transform: none;
  padding-top: .15rem;
}
.story-row__copy p {
  margin: 0 0 1rem;
  color: rgba(255,255,255,.78);
  line-height: 1.6;
  max-width: 38ch;
  font-size: .98rem;
}
.story-row__checks {
  list-style: none;
  margin: 0 0 1.15rem;
  padding: 0;
  display: grid;
  gap: .6rem;
}
.story-row__checks li {
  position: relative;
  padding-left: 1.85rem;
  color: rgba(255,255,255,.9);
  font-size: .94rem;
  line-height: 1.45;
}
.story-row__checks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,.55);
  display: grid;
  place-items: center;
  font-size: .7rem;
  line-height: 1;
  color: transparent;
  transition: background .25s ease, border-color .25s ease, color .25s ease;
}
.story-row.is-active .story-row__checks li::before {
  background: #fff;
  border-color: #fff;
  color: #0d1218;
}
.story-row__cta {
  display: inline-flex;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: .95rem;
  border-bottom: 1px solid rgba(255,255,255,.55);
  padding-bottom: .15rem;
  transition: color .2s, border-color .2s;
}
.story-row__cta:hover {
  color: #bfe4ec;
  border-color: #bfe4ec;
}
.story-row__media {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  min-height: clamp(200px, 28vw, 280px);
  background: #161c24;
  box-shadow: 0 16px 40px rgba(0,0,0,.3);
}
.story-row__media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  display: block;
  transform: scale(1.04);
  transition: transform 1s cubic-bezier(.22,1,.36,1);
}
.story-row.is-active .story-row__media img { transform: scale(1); }
.story-row__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(var(--blue-rgb), .16), transparent 45%);
  pointer-events: none;
}

/* Senkron: aktif dışındakiler daha iç içe */
.story-sync-track { gap: .55rem; }
.story-sync-card:not(.is-active) {
  flex-basis: 18%;
  max-width: 150px;
  min-width: 110px;
  margin-right: -1.75rem;
  transform: scale(.86);
  opacity: .55;
  filter: saturate(.85) brightness(.9);
}
.story-sync-card.is-active {
  flex-basis: 62%;
  max-width: 460px;
  margin-right: 0;
  filter: none;
}
.story-sync-card:not(.is-active) .story-sync-card__body h3 {
  font-size: .95rem;
  writing-mode: horizontal-tb;
}

@media (prefers-reduced-motion: reduce) {
  .story-mosaic-glow,
  .story-demo.is-active,
  .story-zig-card,
  .story-rail-track,
  .story-cover-card,
  .story-sync-card,
  .story-row,
  .story-row__panel,
  .story-flip-inner { animation: none !important; transition: none !important; }
}

/* One-row side slider: cards left, wider nav right */
.story-slider {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 1.2fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  min-height: 380px;
}
.story-slider-stage {
  position: relative;
  height: 360px;
  width: 100%;
  max-width: 520px;
  justify-self: start;
  overflow: visible;
}
.story-slide {
  position: absolute;
  top: 50%;
  left: 0;
  width: min(100%, 420px);
  height: auto;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow-lg);
  padding: 1.75rem 1.9rem;
  opacity: 0;
  pointer-events: none;
  /* default: waiting further left */
  transform: translate3d(-70%, -50%, 0) scale(.86);
  transition: transform .6s cubic-bezier(.22,1,.36,1), opacity .45s ease, box-shadow .35s ease;
  z-index: 1;
  overflow: hidden;
}
.story-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  /* settle on the left side of the stage */
  transform: translate3d(0, -50%, 0) scale(1);
  z-index: 5;
  box-shadow: 0 22px 55px rgba(0,0,0,.12);
}
.story-slide.is-prev {
  /* previous card peeks slightly to the left */
  opacity: .42;
  transform: translate3d(-14%, -50%, 0) scale(.92);
  z-index: 4;
}
.story-slide.is-next {
  /* next card enters from further left */
  opacity: .28;
  transform: translate3d(-38%, -50%, 0) scale(.88);
  z-index: 3;
}
.story-slide.is-far {
  opacity: 0;
  transform: translate3d(-75%, -50%, 0) scale(.84);
  z-index: 1;
}
.story-slide h3 {
  margin: 0 0 .85rem;
  font-size: clamp(1.3rem, 2.1vw, 1.6rem);
  line-height: 1.25;
}
.story-slide > p {
  color: var(--muted);
  margin: 0;
  line-height: 1.65;
  font-size: .98rem;
}
.story-slide .btn-more {
  margin-top: 1.35rem;
  align-self: flex-start;
}
.story-slide .slide-extra {
  display: none;
  margin: 0 0 1.1rem;
  color: var(--muted);
  font-size: .95rem;
}
.story-slide.is-expanded .slide-extra { display: block; }
.story-slide--year .slide-year-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}
.story-slide--year h3 { margin: 0; }
.story-slide--year .year {
  color: var(--teal);
  font-weight: 700;
  font-size: 1.15rem;
  white-space: nowrap;
}
.story-slide--year > p { margin-top: .25rem; }

.story-slider-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: .15rem;
  padding: .25rem 0;
  min-height: 360px;
}
.story-nav-item {
  display: grid;
  grid-template-columns: minmax(0, auto) 1fr auto;
  align-items: center;
  gap: .85rem;
  width: 100%;
  border: 0;
  background: transparent;
  padding: .7rem 0;
  cursor: pointer;
  text-align: left;
  color: #b0b4ba;
  font-size: 1rem;
  font-weight: 500;
  transition: color .3s ease;
}
.story-nav-item span {
  white-space: nowrap;
}
.story-nav-item i {
  display: block;
  height: 1px;
  background: currentColor;
  opacity: .4;
  transition: opacity .3s, background .3s, height .2s;
}
.story-nav-item b {
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  letter-spacing: .06em;
  font-size: .95rem;
}
.story-nav-item:hover { color: var(--muted); }
.story-nav-item.is-active {
  color: var(--ink);
  font-weight: 600;
}
.story-nav-item.is-active i {
  opacity: 1;
  background: var(--ink);
  height: 2px;
}

.story-slider-controls {
  display: flex;
  align-items: center;
  gap: .75rem;
  margin-top: 1.75rem;
  padding-top: .75rem;
}
.story-prev,
.story-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink);
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
  transition: border-color .25s, color .25s, transform .2s;
}
.story-prev:hover,
.story-next:hover {
  border-color: var(--teal);
  color: var(--teal);
  transform: scale(1.05);
}
.story-progress {
  flex: 1;
  height: 2px;
  background: #e5e7eb;
  border-radius: 999px;
  overflow: hidden;
}
.story-progress span {
  display: block;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--teal), var(--blue));
  border-radius: inherit;
}
.story-slider.is-paused .story-progress span { transition: none; }

@media (prefers-reduced-motion: reduce) {
  .story-slide { transition: none; }
}

/* ========== HABERLER ========== */
.news {
  background: var(--bg);
  color: var(--ink);
  padding: var(--section-y) 0;
  border: 0;
  box-shadow: none;
  outline: none;
  overflow-x: clip;
}
.news .section-title { color: var(--type-heading-color); }
.news .section-desc {
  color: var(--type-body-color);
  max-width: none;
}
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.35rem, 2.4vw, 2.15rem) clamp(1.5rem, 2.8vw, 2.4rem);
  align-items: start;
}
/* Ürünler gibi: hover’da kutu glow + görsel büyüme / ikinci görsel */
.news-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: transparent;
  border-radius: calc(var(--radius) + 6px);
  overflow: visible;
  border: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
  color: inherit;
  text-decoration: none;
  transition: color .22s ease, box-shadow .28s ease, background .28s ease;
}
.news-card:hover {
  background: #fff;
  box-shadow:
    0 0 0 1px rgba(var(--blue-rgb), .28),
    0 8px 26px rgba(var(--blue-rgb), .28),
    0 2px 10px rgba(var(--blue-rgb), .14);
}
.news-card.fx-pulse-glow,
.news-card.fx-pulse-glow.is-inview {
  animation: none !important;
}
.news-card .thumb {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e8eaed;
  border-radius: var(--radius);
  border: 0;
  box-shadow: none;
  margin: var(--news-photo-pad-t, 8px) var(--news-photo-pad-r, 8px) var(--news-photo-pad-b, 8px) var(--news-photo-pad-l, 8px);
  isolation: isolate;
}
.news-card .thumb img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transform: scale(1.02);
  transition: transform .4s ease, opacity .35s ease;
}
.news-card .thumb .img-hover {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}
.news-card:hover .thumb img {
  transform: scale(1.08);
}
.news-card.has-hover:hover .thumb .img-hover { opacity: 1; }
.news-card.has-hover:hover .thumb:has(.img-hover[src]) .img-main { opacity: 0; }
.news-card:not(:has(.img-hover[src])):hover .thumb .img-main { opacity: 1; }
.news-card .body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .55rem;
  padding: 0;
  flex: 1;
  width: 100%;
}
.news-card h3 {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: left;
  font-size: clamp(1.02rem, 1.35vw, 1.12rem);
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: -.01em;
  color: var(--ink);
  /* 2 satır için sabit alan — tarih hep aynı hizada */
  min-height: calc(1.35em * 2);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.date-pill {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin: 0;
  background: #111;
  color: #fff;
  border: 0;
  font-size: .86rem;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1;
  padding: .45rem .95rem;
  min-height: 1.75rem;
  box-sizing: border-box;
  border-radius: 999px;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
  text-align: center;
  transition: none;
}
.news-card--extra[hidden] {
  display: none !important;
}
.news-card--extra.is-revealing {
  animation: none;
}
@keyframes newsDrop {
  from {
    opacity: 0;
    transform: translateY(-12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.news-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.news-load-more {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  border: 0;
  background: #111;
  color: #fff;
  border-radius: 999px;
  padding: .75rem 1.25rem;
  font-size: .95rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: none;
  transition: background .2s ease, color .2s ease;
}
.news-load-more .chev {
  font-size: .7rem;
  transition: transform .3s ease;
}
.news-load-more:hover {
  border: 0;
  color: #fff;
  background: #000;
  box-shadow: none;
}
.news-load-more.is-open .chev { transform: rotate(180deg); }
.news-load-more[hidden] { display: none !important; }
@media (prefers-reduced-motion: reduce) {
  .news-card--extra.is-revealing { animation: none; }
  .news-card .thumb img,
  .news-card:hover .thumb img { transform: none; }
  .news-card.has-hover:hover .thumb .img-hover { opacity: 1; }
  .news-card.has-hover:hover .thumb:has(.img-hover[src]) .img-main { opacity: 0; }
}

/* ========== CONTACT ========== */
.contact {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 3.25rem 0;
  overflow: hidden;
  background: var(--contact-wash);
}
.contact-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.contact-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 6% center;
  transform: none;
  image-rendering: auto;
  pointer-events: none;
}
.contact-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    transparent 0%,
    transparent 38%,
    color-mix(in srgb, var(--contact-wash) 35%, transparent) 58%,
    color-mix(in srgb, var(--contact-wash) 88%, transparent) 78%,
    var(--contact-wash) 100%
  );
}
.contact-inner {
  position: relative;
  z-index: 2;
  width: min(100% - 2.5rem, 720px);
  margin-right: max(0.75rem, calc((100% - var(--max)) / 2 - 1.75rem));
}
.contact-shell {
  background: var(--surface);
  border: 1px solid rgba(var(--blue-rgb), .14);
  border-radius: 22px;
  padding: 1.35rem;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, .55) inset,
    0 12px 40px rgba(15, 23, 42, .1),
    0 4px 18px rgba(var(--blue-rgb), .12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  overflow: visible;
}
.contact-col-head {
  margin-bottom: 1rem;
}
.contact-col-head .eyebrow { color: var(--type-sub-color); }
.contact-col-head .contact-title {
  margin: 0 0 var(--type-stack-gap);
  font-size: var(--type-heading-size);
  font-weight: var(--type-heading-weight);
  line-height: var(--type-heading-lh);
  letter-spacing: var(--type-heading-spacing);
  color: var(--type-heading-color);
}
.contact-lead {
  margin: 0;
  color: var(--type-body-color);
  font-size: var(--type-body-size);
  font-weight: var(--type-body-weight, 400);
  line-height: var(--type-body-lh);
  max-width: none;
}
.contact-lead p,
.contact-lead span,
.contact-lead strong,
.contact-lead b,
.contact-lead em,
.contact-lead h1,
.contact-lead h2,
.contact-lead h3,
.contact-lead h4,
.contact-lead h5,
.contact-lead h6 {
  display: inline;
  margin: 0;
  padding: 0;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit;
  color: inherit !important;
}
.contact-switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .35rem;
  margin-bottom: .75rem;
  padding: .3rem;
  background: color-mix(in srgb, var(--bg) 88%, #fff);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: none;
  position: relative;
  z-index: 2;
}
.contact-switch-btn {
  border: 0;
  background: transparent;
  border-radius: 10px;
  padding: .7rem .9rem;
  font: inherit;
  font-size: .92rem;
  font-weight: 600;
  color: var(--muted);
  cursor: pointer;
  transition: background .2s, color .2s, box-shadow .2s;
}
.contact-switch-btn.is-active {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 8px 18px rgba(var(--blue-rgb), .28);
}
.contact-panels {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  width: 100%;
  overflow: visible;
  position: relative;
}
.contact-panel {
  grid-area: 1 / 1;
  width: 100%;
  min-width: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  transition: opacity .2s ease;
  overflow: visible;
}
.contact-panel.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}
.contact-form-card {
  display: flex;
  flex-direction: column;
  gap: var(--field-gap);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  padding: 0;
  --field-pad: .65rem;
  --field-gap: .65rem;
  --float-lbl-space: .62rem;
  --field-h: calc(2.65rem + var(--float-lbl-space));
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--field-gap);
  margin: 0;
}
.contact-form-card label.field,
.contact-form-card .field {
  display: block;
  position: relative;
  margin: 0;
  overflow: visible;
}
.contact-form-card .form-full { margin: 0; }
.contact-form-card .req {
  color: #111;
  font-weight: 700;
}
html[data-theme="dark"] .contact-form-card .req { color: #f5f5f5; }

/* Floating label alanları */
.contact-form-card .field > input,
.contact-form-card .field > select,
.contact-form-card .field > textarea {
  width: 100%;
  max-width: 100%;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: var(--field-pad) var(--field-pad);
  min-height: var(--field-h, 2.65rem);
  height: var(--field-h, 2.65rem);
  box-sizing: border-box;
  background: var(--surface-2);
  color: var(--ink);
  font: inherit;
  font-size: 16px;
  outline: none;
  transition: border-color .2s, box-shadow .2s;
  appearance: none;
  -webkit-appearance: none;
}
.contact-form-card .field--select > select {
  height: auto;
  min-height: calc(var(--field-h, 2.65rem) + .2rem);
  line-height: 1.35;
  overflow: visible;
}
.contact-form-card .field--textarea > textarea {
  border-radius: 18px;
  min-height: 5.5rem;
  height: 5.5rem;
  max-height: 5.5rem;
  resize: none;
  overflow-y: auto;
  line-height: 1.45;
  padding: var(--field-pad);
}
.contact-form-card .field > input::placeholder,
.contact-form-card .field > textarea::placeholder {
  color: transparent;
}
.contact-form-card .float-lbl {
  position: absolute;
  left: calc(var(--field-pad) - .05rem);
  top: 50%;
  transform: translateY(-50%);
  font-size: .92rem;
  font-weight: 500;
  color: var(--muted);
  pointer-events: none;
  transition: top .18s ease, transform .18s ease, font-size .18s ease, color .18s ease, background .18s ease;
  line-height: 1.2;
  max-width: calc(100% - (var(--field-pad) * 2));
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: transparent;
  padding: 0 .35rem;
  z-index: 2;
}
.contact-form-card .field--textarea > .float-lbl {
  top: var(--field-pad);
  transform: none;
}
.contact-form-card .field > input:focus,
.contact-form-card .field > select:focus,
.contact-form-card .field > textarea:focus {
  border-color: var(--blue);
  box-shadow: none;
  outline: none;
  transform: none;
}
/* Label yukarı — border hattında, çizgi label altında kalmasın */
.contact-form-card .field:focus-within > input,
.contact-form-card .field:focus-within > select,
.contact-form-card .field:focus-within > textarea,
.contact-form-card .field > input:not(:placeholder-shown),
.contact-form-card .field > textarea:not(:placeholder-shown),
.contact-form-card .field--select:has(select:valid) > select,
.contact-form-card .field.is-float > input,
.contact-form-card .field.is-float > select,
.contact-form-card .field.is-float > textarea {
  padding-top: calc(var(--field-pad) + var(--float-lbl-space));
  padding-right: var(--field-pad);
  padding-bottom: var(--field-pad);
  padding-left: var(--field-pad);
  box-shadow: none;
  outline: none;
  transform: none;
}
.contact-form-card .field:focus-within > .float-lbl,
.contact-form-card .field:focus-within .float-lbl,
.contact-form-card .field > input:not(:placeholder-shown) + .float-lbl,
.contact-form-card .field > textarea:not(:placeholder-shown) + .float-lbl,
.contact-form-card .field--select:has(select:valid) > .float-lbl,
.contact-form-card .field.is-float > .float-lbl,
.contact-form-card .field.is-float .float-lbl {
  top: 0;
  transform: translateY(-50%);
  font-size: .72rem;
  font-weight: 600;
  color: var(--blue);
  background: var(--surface-2);
  padding: 0 .4rem;
  line-height: 1;
  z-index: 3;
}

.contact-form-card label.is-invalid > input,
.contact-form-card label.is-invalid > select,
.contact-form-card label.is-invalid > textarea,
.contact-form-card label.is-invalid .phone-combo {
  border-color: #e11d48;
  box-shadow: none;
}
.field-error {
  display: block;
  color: #e11d48;
  font-size: .75rem;
  line-height: 1.3;
  margin-top: .35rem;
}
.form-error-summary {
  margin: 0 0 .75rem;
  padding: .65rem .8rem;
  border-radius: 999px;
  background: rgba(225, 29, 72, .08);
  border: 1px solid rgba(225, 29, 72, .25);
  color: #be123c;
  font-size: .85rem;
}
.contact-form-card .field--select > select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23666' d='M1.4.6 6 5.2 10.6.6 12 2 6 8 0 2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right var(--field-pad) center;
  background-size: 10px;
  padding: var(--field-pad) calc(var(--field-pad) + 1.35rem) var(--field-pad) var(--field-pad);
  color: var(--ink);
  cursor: pointer;
}
.contact-form-card .field--select > select:invalid {
  color: transparent;
}
.contact-form-card .field--select:focus-within > select,
.contact-form-card .field--select:has(select:valid) > select,
.contact-form-card .field--select.is-float > select {
  height: auto;
  min-height: calc(var(--field-h, 2.65rem) + .35rem);
  padding-top: 1.28rem;
  padding-right: calc(var(--field-pad) + 1.35rem);
  padding-bottom: .5rem;
  padding-left: var(--field-pad);
  line-height: 1.35;
  color: var(--ink);
  background-color: var(--surface-2);
  box-shadow: none;
  border-color: var(--line);
}
.contact-form-card .field--select:has(select:valid):not(:focus-within) > .float-lbl {
  color: var(--muted);
}

/* Telefon + ülke kodu */
.phone-combo {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface-2);
  transition: border-color .2s, box-shadow .2s;
  min-height: var(--field-h, 2.65rem);
  height: var(--field-h, 2.65rem);
  box-sizing: border-box;
  overflow: visible;
}
.phone-combo:focus-within {
  border-color: var(--blue);
  box-shadow: none;
}
.phone-combo.is-open {
  z-index: 50;
  border-color: var(--blue);
  box-shadow: none;
}
.phone-cc-btn {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  flex: 0 0 auto;
  align-self: stretch;
  border: 0;
  background: transparent;
  padding: var(--field-pad);
  margin: 0;
  cursor: pointer;
  color: var(--ink);
  font: inherit;
  font-size: .88rem;
  font-weight: 600;
  border-radius: 999px 0 0 999px;
}
.phone-cc-flag { font-size: 1.15rem; line-height: 1; }
.phone-cc-code { letter-spacing: .01em; }
.phone-cc-chev {
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  opacity: .55;
  margin: 0 0 .2rem .1rem;
}
.phone-cc-btn[aria-expanded="true"] .phone-cc-chev {
  transform: rotate(225deg);
  margin-bottom: 0;
}
.phone-input-wrap {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  align-self: stretch;
  display: flex;
  align-items: center;
  overflow: visible;
}
.phone-input-wrap > input[type="tel"] {
  width: 100%;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  border-radius: 0 999px 999px 0 !important;
  padding: calc(var(--field-pad) + var(--float-lbl-space)) var(--field-pad) var(--field-pad) !important;
  min-height: 0 !important;
  height: 100% !important;
  outline: none;
  font: inherit;
  font-size: .92rem;
  color: var(--ink);
}
.phone-input-wrap > input[type="tel"]:focus,
.phone-input-wrap > input[type="tel"]:not(:placeholder-shown),
.contact-form-card .field--phone:focus-within .phone-input-wrap > input[type="tel"],
.contact-form-card .field--phone:has(.phone-input-wrap > input:not(:placeholder-shown)) .phone-input-wrap > input[type="tel"],
.contact-form-card .field--phone.is-float .phone-input-wrap > input[type="tel"] {
  padding-top: calc(var(--field-pad) + var(--float-lbl-space)) !important;
  padding-right: var(--field-pad) !important;
  padding-bottom: var(--field-pad) !important;
  padding-left: var(--field-pad) !important;
}
.phone-input-wrap > input[type="tel"]::placeholder { color: transparent; }
.contact-form-card .field--phone .phone-combo {
  position: relative;
}
.contact-form-card .field--phone .phone-input-wrap .float-lbl {
  left: calc(var(--field-pad) - .05rem);
  z-index: 2;
}
.contact-form-card .field--phone:focus-within .phone-input-wrap .float-lbl,
.contact-form-card .field--phone:has(.phone-input-wrap > input:not(:placeholder-shown)) .phone-input-wrap .float-lbl,
.contact-form-card .field--phone.is-float .phone-input-wrap .float-lbl {
  top: 0;
  transform: translateY(-50%);
  font-size: .72rem;
  font-weight: 600;
  color: var(--blue);
  background: var(--surface-2);
  padding: 0 .4rem;
  line-height: 1;
  z-index: 3;
}
.phone-cc-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + .4rem);
  z-index: 40;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .14);
  overflow: hidden;
  max-height: min(320px, 55vh);
  display: flex;
  flex-direction: column;
}
.phone-cc-panel[hidden] { display: none !important; }
.phone-cc-search {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0 !important;
  padding: .85rem 1rem !important;
  background: var(--surface-2) !important;
  font: inherit;
  font-size: .9rem;
  color: var(--ink);
  outline: none;
}
.phone-cc-list {
  list-style: none;
  margin: 0;
  padding: .35rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.phone-cc-option {
  display: flex;
  align-items: center;
  gap: .65rem;
  width: 100%;
  border: 0;
  background: transparent;
  border-radius: 12px;
  padding: .55rem .65rem;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: var(--ink);
}
.phone-cc-option:hover,
.phone-cc-option.is-active,
.phone-cc-option.is-highlight,
.phone-cc-option:focus-visible {
  background: rgba(var(--blue-rgb), .1);
  outline: none;
}
.phone-cc-option .cc-flag { font-size: 1.2rem; width: 1.5rem; text-align: center; }
.phone-cc-option .cc-name {
  flex: 1 1 auto;
  min-width: 0;
  font-size: .88rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.phone-cc-option .cc-dial {
  font-size: .82rem;
  font-weight: 600;
  color: var(--muted);
  flex-shrink: 0;
}
.phone-cc-empty {
  padding: 1rem;
  text-align: center;
  color: var(--muted);
  font-size: .88rem;
}

.btn-send {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: var(--field-gap);
  background: var(--blue);
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: .7rem 1.35rem;
  min-width: 110px;
  font-weight: 700;
  font-size: .88rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: filter .2s, transform .15s;
}
.btn-send:hover { filter: brightness(.96); }
.btn-send:active { transform: translateY(1px); }
.form-ok {
  display: none;
  margin: .75rem 0 0;
  padding: .7rem .85rem;
  border-radius: 8px;
  background: rgba(15, 118, 110, .1);
  border: 1px solid rgba(15, 118, 110, .25);
  color: #0f766e;
  font-size: .88rem;
  line-height: 1.4;
}
.form-ok.show { display: block; }

.contact-side-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  overflow: visible;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.contact-map {
  position: relative;
  width: 100%;
  flex: 1 1 auto;
  background: var(--bg);
  border-radius: 14px;
  overflow: hidden;
  min-height: 220px;
}
.contact-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  border: 0;
}
.contact-info-list {
  padding: .55rem 0 0;
  margin: 0;
}
.cinfo-item {
  padding: .55rem 0 0;
  border-bottom: 0;
}
.cinfo-item + .cinfo-item {
  margin-top: .45rem;
  padding-top: .55rem;
  border-top: 1px solid var(--line);
}
.cinfo-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cinfo-item h4 {
  margin: 0 0 .25rem;
  font-size: .88rem;
  font-weight: 700;
  color: var(--ink);
}
.cinfo-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
  font-size: .88rem;
}
.cinfo-item a {
  color: var(--blue);
  text-decoration: none;
}
.cinfo-item a:hover { text-decoration: underline; }

/* Visible in source / crawlable, not shown on page */
.designer-credit {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* ========== FOOTER ========== */
.site-footer {
  background: var(--surface);
  padding: 2.75rem 0 .85rem;
  border-top: 1px solid var(--line);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1.1fr auto;
  gap: 1.75rem 2rem;
  margin-bottom: 1.75rem;
  align-items: start;
}
.footer-logo {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}
.footer-logo img {
  display: block;
  height: var(--logo-footer-h);
  width: auto;
  max-width: none;
  object-fit: contain;
  object-position: left center;
  padding: 2px 0;
}
.footer-brand p {
  color: var(--muted);
  max-width: 300px;
  margin: .85rem 0 0;
  font-size: .9rem;
  line-height: 1.5;
}
.footer-policy-links {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem 1rem;
  margin-top: .85rem;
}
.footer-policy-links a {
  color: var(--muted);
  font-size: .82rem;
}
.footer-policy-links a:hover { color: var(--blue); }
.footer-col h4,
.footer-social-title,
.footer-acc-btn {
  margin: 0 0 .75rem;
  font-size: .95rem;
  font-weight: 700;
  color: var(--ink);
}
.footer-acc-btn {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0 0 .75rem;
  text-align: left;
  cursor: default;
  font: inherit;
  pointer-events: none;
}
.footer-acc-chev {
  display: none;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform .2s ease;
  opacity: .55;
}
.footer-accordion.is-open .footer-acc-chev {
  transform: rotate(225deg);
}
.footer-acc-panel { display: block; }
.footer-col a {
  display: block;
  color: var(--muted);
  margin-bottom: .4rem;
  font-size: .9rem;
}
.footer-col a:hover { color: var(--blue); }
.footer-meta {
  margin: 0 0 .55rem;
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.5;
}
.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
}
.footer-socials a {
  display: grid;
  place-items: center;
  width: calc(var(--footer-social-icon) + 16px);
  height: calc(var(--footer-social-icon) + 16px);
  margin: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  transition: color .2s ease;
}
.footer-socials a svg {
  width: var(--footer-social-icon);
  height: var(--footer-social-icon);
}
.copyright {
  border-top: 1px solid var(--line);
  padding-top: .85rem;
  margin: 0;
  text-align: center;
  color: var(--muted);
  font-size: .85rem;
}
.copyright strong { color: var(--ink); }

/* ========== ARCHIVE (kategori) ========== */
body.page-archive {
  background: var(--bg);
  color: var(--ink);
}
body.page-archive .site-header {
  border-bottom-color: var(--line);
}
body.page-archive .container {
  width: min(100% - 1rem, var(--max));
}
body.page-archive .archive-grid-wrap > .container {
  width: min(100% - .75rem, 1480px);
}
.archive-hero {
  background: var(--bg);
  color: var(--ink);
  padding: 1.25rem 0 .75rem;
}
.breadcrumb { color: var(--muted); font-size: .9rem; margin-bottom: .75rem; }
.breadcrumb a:hover { color: var(--blue); }
.archive-hero h1 {
  margin: 0 0 .5rem;
  font-size: clamp(2rem, 4vw, 2.6rem);
  font-weight: 700;
}
.archive-hero .lead { margin: 0; color: var(--muted); font-size: 1.05rem; }
.archive-grid-wrap {
  background: var(--bg);
  padding: .75rem 0 3rem;
}
.archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem .75rem;
}
.archive-card {
  text-align: left;
  color: var(--ink);
  border-radius: calc(var(--radius) + 4px);
  padding: .45rem .5rem .55rem;
  border: 0;
  transition: color .22s ease, box-shadow .28s ease, background .28s ease;
  position: relative;
  background: transparent;
  overflow: visible;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: none;
}
.archive-card:hover {
  border-color: transparent;
  background: #fff;
  box-shadow:
    0 0 0 1px rgba(var(--blue-rgb), .28),
    0 8px 26px rgba(var(--blue-rgb), .28),
    0 2px 10px rgba(var(--blue-rgb), .14);
}
.archive-card .thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 11;
  cursor: pointer;
  max-height: none;
  min-height: clamp(160px, 20vh, 230px);
  display: block;
  margin: 0 0 .5rem;
  border-radius: var(--radius);
  overflow: hidden;
  border: none;
  outline: none;
  box-shadow: none;
  background: transparent;
}
.archive-card .thumb img {
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  padding: 0;
  box-sizing: border-box;
  transition: opacity .35s ease, transform .35s ease;
  border: none;
  outline: none;
  box-shadow: none;
  transform: none;
}
.archive-card .thumb .img-main,
.archive-card .thumb > img:first-of-type {
  position: relative;
  z-index: 1;
}
.archive-card .thumb .img-hover {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  padding: 2%;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,.1));
}
.archive-card:hover .thumb .img-hover { opacity: 1; }
.archive-card:hover .thumb .img-main,
.archive-card:hover .thumb > img.img-main { opacity: 0; }
.archive-card:hover .thumb img { transform: scale(1.03); }
.hover-actions {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: .42rem;
  padding: 0 0 .7rem;
  opacity: 0;
  pointer-events: none;
  background: none;
  transform: translateY(6px);
  transition: opacity .22s ease, transform .22s ease;
}
.product-card:hover .hover-actions,
.related-card:hover .hover-actions,
.archive-card:hover .hover-actions {
  opacity: 1;
  pointer-events: none;
  transform: translateY(0);
}
.hover-actions .act-btn {
  pointer-events: auto;
}
.act-btn {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .38);
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  border: 1px solid rgba(255, 255, 255, .58);
  box-shadow: 0 8px 22px rgba(0, 0, 0, .12);
  display: grid;
  place-items: center;
  color: #1a1a1a;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, transform .2s ease;
  text-decoration: none;
  padding: 0;
  flex-shrink: 0;
}
.act-btn svg {
  display: block;
  width: 18px;
  height: 18px;
}
.act-btn:hover {
  background: rgba(15, 15, 15, .86);
  border-color: rgba(255, 255, 255, .18);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .28);
  color: #fff;
  transform: translateY(-1px);
}
.archive-card h3 {
  margin: 0 0 .25rem;
  padding: 0;
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  font-weight: 700;
  line-height: 1.25;
  color: var(--ink);
  text-align: left;
  width: 100%;
}
.archive-card h3 a { color: inherit; pointer-events: none; cursor: default; text-decoration: none; }
.archive-card h3 a:hover { color: inherit; }
.archive-badge,
.cat-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin: 0;
  background: #111;
  color: #fff;
  border: 0;
  font-size: .86rem;
  font-weight: 700;
  line-height: 1;
  padding: .45rem .95rem;
  min-height: 1.75rem;
  box-sizing: border-box;
  border-radius: 999px;
  letter-spacing: .01em;
}
.archive-card--extra[hidden] { display: none !important; }
.archive-card--extra.is-revealing {
  animation: newsDrop .55s cubic-bezier(.22,1,.36,1) both;
}
.archive-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.archive-more-wrap[hidden],
[data-product-more-wrap][hidden] {
  display: none !important;
}
.archive-load-more {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink);
  border-radius: 999px;
  padding: .85rem 1.4rem;
  font-size: .95rem;
  font-weight: 600;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, color .2s ease;
}
.archive-load-more .chev {
  font-size: .7rem;
  transition: transform .3s ease;
}
.archive-load-more:hover {
  border-color: rgba(var(--blue-rgb), .45);
  color: #000;
  box-shadow: 0 8px 22px rgba(0,0,0,.06);
}
.archive-load-more[hidden] { display: none !important; }

html[data-theme="dark"] body.page-archive {
  background: var(--bg);
  color: #e8edf2;
}
html[data-theme="dark"] .archive-hero,
html[data-theme="dark"] .archive-grid-wrap {
  background: var(--bg);
}
html[data-theme="dark"] .archive-card,
html[data-theme="dark"] .archive-card h3 {
  color: #fff;
}
html[data-theme="dark"] .archive-badge {
  background: #fff;
  color: #111;
  border: 0;
}
html[data-theme="dark"] body.page-product {
  background: var(--bg);
  color: var(--ink);
}
html[data-theme="dark"] .crumb-bar {
  background: var(--bg);
  border-bottom-color: var(--line);
}

/* ========== LIGHTBOX ========== */
.lightbox[hidden] { display: none !important; }
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  align-items: stretch;
  justify-items: center;
  padding: 3.25rem 1rem 0.5rem;
  box-sizing: border-box;
}
.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.88);
  backdrop-filter: blur(6px);
}
.lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1.1rem;
  z-index: 3;
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
}
.lightbox-nav {
  display: none !important;
}
.lightbox-prev { left: 1rem; }
.lightbox-next { right: 1rem; }
.lightbox-nav:hover { background: rgba(110,110,110,.75); }
.lightbox-stage {
  position: relative;
  z-index: 2;
  width: min(100%, 1200px);
  height: 100%;
  min-height: 0;
  max-height: none;
  overflow: hidden;
  cursor: grab;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
  border-radius: var(--radius, 10px);
  background: transparent;
}
.lightbox-stage.is-dragging { cursor: grabbing; }
.lightbox-frame { display: contents; }
.lightbox-image {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: auto;
  height: auto;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  object-fit: contain;
  object-position: center center;
  transform: translate(calc(-50% + var(--pan-x, 0px)), calc(-50% + var(--pan-y, 0px)));
  transform-origin: center center;
  transition: none;
  user-select: none;
  pointer-events: none;
  image-rendering: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  -webkit-user-drag: none;
}
.lightbox-stage.is-zoomed .lightbox-image {
  image-rendering: -webkit-optimize-contrast;
}
.lightbox-zoom {
  position: absolute;
  left: 50%;
  bottom: .85rem;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  gap: .35rem;
  background: rgba(40,40,40,.78);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: var(--radius-sm, 8px);
  padding: .3rem .45rem;
  pointer-events: auto;
}
.lightbox-zoom button {
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  font-size: 1.35rem;
  cursor: pointer;
  line-height: 1;
  pointer-events: auto;
  touch-action: manipulation;
}
.lightbox-zoom button:hover { background: rgba(255,255,255,.12); }
.lightbox-thumbs {
  position: relative;
  z-index: 2;
  display: flex;
  gap: .55rem;
  justify-content: center;
  flex-wrap: wrap;
  width: min(100%, 920px);
  max-width: min(100%, 920px);
  padding: .85rem 0 1.1rem;
  margin: 0;
  background: transparent;
}
.lightbox-thumbs button {
  width: 72px;
  height: 54px;
  padding: 0;
  border-radius: 6px;
  border: 2px solid transparent;
  background: #1a1a1a;
  overflow: hidden;
  cursor: pointer;
}
.lightbox-thumbs button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
}
.lightbox-thumbs button.active {
  border-color: #fff;
}
body.lightbox-open { overflow: hidden; }

@media (hover: none), (max-width: 800px) {
  .hover-actions {
    opacity: 1;
    pointer-events: auto;
    transform: none;
    background: none;
    align-items: flex-end;
    padding-bottom: .5rem;
  }
}
@media (max-width: 800px) {
  .lightbox-nav { width: 40px; height: 40px; }
  .lightbox-prev { left: .4rem; }
  .lightbox-next { right: .4rem; }
  .lightbox-thumbs button { width: 58px; height: 44px; }
}

/* ========== SINGLE PRODUCT ========== */
body.page-product { background: var(--bg, #F5F5F5); color: var(--ink); }
body.page-product .crumb-bar { display: none !important; }
.crumb-bar {
  background: var(--bg);
  border-bottom: 1px solid var(--line);
  padding: .85rem 0;
}
.product-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(1.75rem, 4vw, 3.5rem);
  padding: 2.75rem 0 3.25rem;
  align-items: start;
  isolation: isolate;
}
.product-main-image {
  background: transparent;
  border: 0;
  border-radius: 28px;
  min-height: 0;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
  z-index: 0;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  box-shadow: none;
}
.product-main-image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
  cursor: zoom-in;
}
.product-main-image .img-hover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  margin: auto;
  padding: inherit;
  object-fit: contain;
  object-position: center center;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
.product-main-image.has-hover:hover .img-hover { opacity: 1; }
.product-main-image.has-hover:hover .img-main,
.product-main-image.has-hover:hover #main-product-img { opacity: 0; }
.product-main-image.has-hover:hover img { transform: none; }

.product-main-image.is-media-loading,
.gallery-slide.is-media-loading,
.product-card .thumb.is-media-loading,
.cat-item .thumb.is-media-loading,
.news-card .thumb.is-media-loading,
.archive-card .thumb.is-media-loading,
.feat-img.is-media-loading,
.about-visual.is-media-loading {
  background-color: transparent;
}
.product-main-image.is-media-loading::before,
.gallery-slide.is-media-loading::before,
.product-card .thumb.is-media-loading::before,
.cat-item .thumb.is-media-loading::before,
.news-card .thumb.is-media-loading::before,
.archive-card .thumb.is-media-loading::before,
.feat-img.is-media-loading::before,
.about-visual.is-media-loading::before {
  content: none !important;
  display: none !important;
  animation: none !important;
}
.product-main-image > img,
.gallery-slide > img,
.feat-img img,
.about-visual img {
  position: relative;
  z-index: 1;
}
.product-main-image.is-media-ready,
.gallery-slide.is-media-ready,
.product-card .thumb.is-media-ready,
.cat-item .thumb.is-media-ready,
.news-card .thumb.is-media-ready,
.archive-card .thumb.is-media-ready,
.feat-img.is-media-ready,
.about-visual.is-media-ready {
  background-color: transparent;
}
@media (prefers-reduced-motion: reduce) {
  .product-main-image.is-media-loading::before,
  .gallery-slide.is-media-loading::before,
  .product-card .thumb.is-media-loading::before,
  .cat-item .thumb.is-media-loading::before,
  .news-card .thumb.is-media-loading::before,
  .archive-card .thumb.is-media-loading::before,
  .feat-img.is-media-loading::before,
  .about-visual.is-media-loading::before {
    animation: none;
    background: #eef1f4;
  }
}
.product-summary {
  min-width: 0;
  position: relative;
  z-index: 1;
}
.product-summary .cat-label {
  display: inline-flex;
  align-items: center;
  color: #6b7280;
  background: #f1f5f9;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .01em;
  margin-bottom: .85rem;
  padding: .28rem .75rem;
}
.product-summary .cat-label[hidden] { display: none !important; }
.product-summary :is(h1, h2, h3, h4, h5, h6),
.product-summary .product-title {
  display: block;
  margin: 0 0 1.15rem;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: 1.2;
  position: relative;
  overflow: visible;
}
body.page-product .product-summary h1.product-title,
body.page-product .product-summary .product-title {
  display: block;
  margin: 0 0 1.15rem !important;
  line-height: 1.2 !important;
}
.product-summary p,
.product-summary li {
  color: #334155;
  margin: 0 0 .85rem;
  font-size: .98rem;
  line-height: 1.7;
  display: block;
  position: static;
  height: auto;
  overflow: visible;
}
body.page-product .product-summary p:not(.product-title),
body.page-product .product-summary li {
  display: block !important;
  position: static !important;
  float: none !important;
  line-height: 1.7 !important;
  margin-top: 0 !important;
  margin-bottom: .85rem !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  transform: none !important;
}
.product-summary p:empty { display: none; }
.product-summary p:not(.product-title):last-of-type,
.product-summary li:last-of-type,
body.page-product .product-summary p:not(.product-title):last-of-type,
body.page-product .product-summary li:last-of-type { margin-bottom: 0 !important; }
.product-summary .cta-link,
.product-summary .cta-link[hidden] {
  display: none !important;
}

.product-info-section {
  padding: 2rem 0 3.5rem;
  background: transparent;
}
.product-info-section .center-head { text-align: center; margin-bottom: 1.75rem; }
.product-info-section .center-head .eyebrow { color: var(--teal); }
.product-info-section .center-head h2 {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
}
.prod-tabs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: .75rem;
  justify-content: center;
  margin-bottom: 1.75rem;
}
.prod-tab {
  border: 0;
  background: #f4f6f8;
  color: #64748b;
  border-radius: 999px;
  padding: .95rem 1.25rem;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
  min-width: 0;
  transition: background .2s ease, color .2s ease;
}
.prod-tab.active {
  background: var(--teal);
  border-color: var(--teal);
  color: #fff;
}
.prod-panel { display: none; }
.prod-panel.active { display: block; }
.features-card {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 16px 50px rgba(15, 23, 42, .06);
  border: 0;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  display: grid;
  grid-template-columns: minmax(240px, .9fr) minmax(0, 1.1fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: center;
}
.features-card .feat-img {
  background: #f7f9fc;
  border: 0;
  border-radius: 20px;
  min-height: 280px;
  overflow: hidden;
  padding: 1.5rem;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.features-card .feat-img img {
  width: 100%;
  height: auto;
  min-height: 0;
  max-width: 100%;
  max-height: 360px;
  object-fit: contain;
  object-position: center center;
  display: block;
}
.features-card:has(.feat-img[hidden]) {
  grid-template-columns: 1fr;
}
.features-card h3 {
  margin: 0 0 1.15rem;
  font-size: 1.2rem;
  font-weight: 700;
}
.feat-list { display: grid; gap: .85rem; }
.feat-item {
  display: flex;
  align-items: flex-start;
  gap: .65rem;
  background: transparent;
  border-radius: 0;
  padding: 0;
  position: relative;
  color: #334155;
  font-size: .95rem;
  line-height: 1.55;
}
.feat-item::before {
  content: "";
  position: static;
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  margin-top: calc((1em - 8px) / 2);
  border-radius: 50%;
  background: var(--teal);
}

.prod-tabs-wrap { margin-bottom: 1.75rem; }
.prod-tabs-progress {
  display: none !important;
}

.gallery-slide.is-xray img,
.product-main-image img.is-xray {
  object-fit: contain;
  padding: 0;
}
.guide-cta[hidden],
.product-video[hidden],
.product-set[hidden],
.related-products[hidden],
.product-faq[hidden],
.gallery-section[hidden],
.product-info-section[hidden],
.prod-tab[hidden],
.prod-panel[hidden] { display: none !important; }

.guide-cta.is-disabled {
  opacity: .72;
}
.guide-cta.is-disabled .btn-teal {
  pointer-events: none;
  background: #9aa3ab;
  cursor: not-allowed;
}

.product-set,
.related-products {
  padding: clamp(1.5rem, 3vw, 2.5rem) 0 clamp(2rem, 4vw, 3.5rem);
}
.product-section-head {
  text-align: left;
  margin-bottom: 1.25rem;
}
.gallery-section .product-section-head,
.product-faq .product-section-head,
.related-products .product-section-head {
  text-align: center;
  margin-bottom: 1.75rem;
}
.product-section-head .section-title {
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  margin: 0;
}
.related-products,
.related-slider,
.related-slider-viewport {
  max-width: 100%;
  min-width: 0;
}
.related-products {
  overflow: visible;
}
.related-slider {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: .75rem;
}
.related-slider:has(.related-slider-nav[hidden]) {
  grid-template-columns: 1fr;
  gap: 0;
}
.related-slider-viewport {
  overflow: hidden;
  padding: 14px 16px 20px;
  margin: 0;
}
.related-slider-track {
  display: flex;
  gap: 1rem;
  transition: transform .45s cubic-bezier(.22, 1, .36, 1);
  will-change: transform;
}
.related-slider-nav {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink);
  font-size: 1.5rem;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: none;
  transition: border-color .2s, opacity .2s;
}
.related-slider-nav:hover:not(:disabled) {
  border-color: rgba(var(--blue-rgb), .45);
  transform: none;
  box-shadow: none;
}
.related-slider-nav:disabled {
  opacity: .35;
  cursor: not-allowed;
}
.related-slider-nav[hidden] {
  display: none !important;
}
.related-card-cta {
  display: none !important;
}
.product-faq {
  padding: 2.5rem 0 1.5rem;
}
body.page-product section.product-faq.container {
  width: min(100% - 2.5rem, var(--max)) !important;
  max-width: var(--max) !important;
  margin-inline: auto;
  padding-inline: 15px;
  box-sizing: border-box;
}
.product-faq-list {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  display: grid;
  gap: .85rem;
}
.product-faq-item {
  border: 0;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, .05);
  padding: 0 1.15rem;
}
.product-faq-item[open] {
  border-radius: 22px;
}
.product-faq-item:last-child {
  border-bottom: 0;
}
.product-faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 1.05rem 3rem 1.05rem .35rem;
  font-weight: 700;
  font-size: .92rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  position: relative;
}
.product-faq-item summary::-webkit-details-marker { display: none; }
.product-faq-item summary::after {
  content: "+";
  position: absolute;
  right: .15rem;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #eef2f6;
  color: #64748b;
  display: grid;
  place-items: center;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1;
}
.product-faq-item[open] summary::after {
  content: "−";
  transform: translateY(-50%);
}
.product-faq-answer {
  padding: 0 .35rem 1.1rem;
  color: var(--muted);
  line-height: 1.6;
  font-size: .92rem;
}
@media (max-width: 960px) {
  .related-slider-track .related-card.product-card { flex-basis: calc((100% - 1rem) / 2); }
}
.product-video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 18px;
  overflow: hidden;
  background: #0c0e10;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.product-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.product-set-grid,
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.set-card,
.related-card:not(.product-card):not(.news-card) {
  display: grid;
  gap: .65rem;
  padding: 1rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
  color: inherit;
  transition: border-color .2s, transform .2s, box-shadow .2s;
}
.set-card:hover,
.related-card:not(.product-card):not(.news-card):hover {
  border-color: rgba(var(--blue-rgb), .4);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(15, 23, 42, .08);
}
.set-card img,
.related-card:not(.product-card):not(.news-card) img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center center;
  background: var(--bg);
  border-radius: 12px;
  padding: 0;
}
.set-card h3,
.related-card:not(.product-card):not(.news-card) h3 {
  margin: 0;
  font-size: .98rem;
  line-height: 1.35;
}
.set-card p,
.related-card:not(.product-card):not(.news-card) p {
  margin: 0;
  color: var(--muted);
  font-size: .85rem;
}
.related-slider-track .related-card.product-card {
  flex: 0 0 calc((100% - 2rem) / 3);
  min-width: 0;
  text-decoration: none;
  color: inherit;
  padding: 0;
  align-items: flex-start;
  text-align: left;
}
.related-slider-track .related-card.product-card:hover {
  padding: 0;
}
.related-slider-track .related-card.product-card .thumb-link {
  pointer-events: auto;
}
.related-slider-track .related-card.product-card h3,
.related-slider-track .related-card.product-card h5 {
  margin: 0 0 .25rem;
  padding: 0 .5rem;
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
}
.related-slider-track .related-card.product-card .thumb,
.related-slider-track .related-card.product-card .thumb img {
  object-fit: contain;
  background: transparent !important;
}
.page-product .related-card.product-card .thumb,
.page-product .related-card.product-card .thumb-wrap {
  background: transparent !important;
}
.page-product .related-card.product-card:hover {
  background: #fff;
  box-shadow:
    0 0 0 1px rgba(var(--blue-rgb), .22),
    0 4px 12px rgba(var(--blue-rgb), .12);
}
.related-slider-track .related-card.product-card .cat-badge {
  display: inline-flex;
}
.related-slider-track .related-card.product-card:not(.has-hover):hover .thumb .img-main {
  opacity: 1 !important;
}
.related-slider-track .related-card.product-card:not(.has-hover):hover .thumb .img-hover {
  opacity: 0 !important;
}
@media (max-width: 800px) {
  .page-product .related-slider,
  .page-product .related-slider:has(.related-slider-nav[hidden]) {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    gap: .35rem;
    align-items: center;
  }
  .page-product .related-slider-nav,
  .page-product .related-slider-nav[hidden] {
    display: grid !important;
  }
  .page-product .related-slider-nav[hidden] {
    visibility: hidden;
    pointer-events: none;
  }
  .page-product .related-slider-viewport {
    overflow: hidden;
    padding: 12px 10px 18px;
    margin: 0;
    scroll-snap-type: none;
  }
  .page-product .related-slider-track {
    display: flex;
    flex-wrap: nowrap;
  }
  .page-product .related-slider-track .related-card.product-card {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    min-width: 0;
  }
}
.feat-360-stage[data-frames] {
  cursor: ew-resize;
  touch-action: pan-y;
}
.feat-360-stage[data-frames] .feat-360-overlay { display: none; }
.feat-360-stage[data-frames] .feat-360-preview {
  opacity: 1;
  filter: none;
  pointer-events: none;
  width: min(58%, 420px);
  max-height: 380px;
}

/* 360° viewer tab */
.viewer360-panel {
  background: var(--surface);
  border-radius: 22px;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--line);
  padding: 1.25rem;
}
.feat-360 {
  display: block;
  width: 100%;
}
.feat-360-stage {
  position: relative;
  min-height: 420px;
  border-radius: 18px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(var(--blue-rgb), .14), transparent 58%),
    linear-gradient(165deg, var(--bg) 0%, #eef2f5 55%, #e8edf1 100%);
  border: 1px solid rgba(var(--blue-rgb), .22);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7), 0 12px 32px rgba(15,23,42,.06);
  display: grid;
  place-items: center;
}
.feat-360-preview {
  width: min(42%, 320px);
  max-height: 340px;
  object-fit: contain;
  opacity: .45;
  filter: grayscale(.08) contrast(1.04);
  user-select: none;
  pointer-events: none;
}
.feat-360-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .7rem;
  padding: 1.5rem;
  text-align: center;
  background: linear-gradient(180deg, rgba(247,248,250,.35) 0%, rgba(232,237,241,.72) 100%);
}
.feat-360-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 2px dashed rgba(var(--blue-rgb), .55);
  color: var(--teal-dark);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: .04em;
  background: rgba(var(--blue-rgb), .12);
  box-shadow: 0 0 0 10px rgba(var(--blue-rgb), .06);
}
.feat-360-overlay p {
  margin: 0;
  max-width: 22ch;
  color: var(--ink);
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.35;
}
.feat-360-hint {
  color: var(--muted);
  font-size: .82rem;
  font-weight: 500;
  letter-spacing: .02em;
}
.feat-360-ring {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 1px solid rgba(var(--blue-rgb), .28);
  pointer-events: none;
  animation: feat360spin 12s linear infinite;
}
.feat-360-ring::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 10px rgba(var(--blue-rgb), .8);
}
@keyframes feat360spin {
  to { transform: rotate(360deg); }
}
@media (prefers-reduced-motion: reduce) {
  .feat-360-ring { animation: none; }
}

html[data-theme="dark"] .feat-360-stage {
  background:
    radial-gradient(circle at 50% 42%, rgba(var(--blue-rgb), .18), transparent 58%),
    linear-gradient(165deg, #0f161c 0%, #172029 55%, #10161c 100%);
  border-color: rgba(var(--blue-rgb), .28);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 12px 32px rgba(0,0,0,.25);
}
html[data-theme="dark"] .feat-360-overlay {
  background: linear-gradient(180deg, rgba(8,12,16,.12) 0%, rgba(8,12,16,.55) 100%);
}
html[data-theme="dark"] .feat-360-badge {
  color: #9fd4e0;
  border-color: rgba(var(--blue-rgb), .65);
  background: rgba(var(--blue-rgb), .12);
}
html[data-theme="dark"] .feat-360-overlay p {
  color: #f2f7f9;
}
html[data-theme="dark"] .feat-360-hint {
  color: rgba(220,235,240,.72);
}
html[data-theme="dark"] .feat-360-preview {
  opacity: .4;
}
.about-panel, .screws-panel {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 16px 50px rgba(15, 23, 42, .06);
  padding: clamp(1.5rem, 3vw, 2.25rem);
  max-width: none;
  margin: 0 auto;
  color: #334155;
}
.about-panel.has-visual {
  display: grid;
  grid-template-columns: minmax(220px, 360px) minmax(0, 1fr);
  gap: 0;
  max-width: none;
  align-items: stretch;
  padding: 0;
  overflow: hidden;
}
.about-panel.has-visual .about-copy {
  padding: clamp(1.5rem, 3vw, 2.25rem);
}
.about-visual {
  background: #fff;
  border-radius: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 260px;
  pointer-events: none;
  position: relative;
}
.about-visual img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: contain;
  background: transparent;
  max-height: none;
  pointer-events: none;
  cursor: default;
}
.about-panel p { margin: 0 0 1rem; }
.about-copy h3,
.screws-panel > h3 {
  margin: 0 0 1.1rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--ink);
}
.about-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .85rem;
}
.about-panel .about-card {
  background: #f6f8fb;
  border-radius: 16px;
  padding: 1rem 1.05rem;
  font-size: .9rem;
  line-height: 1.6;
  color: #475569;
}
.screws-images {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 0;
}
.screws-images figure {
  width: auto;
  margin: 0;
  text-align: center;
  background: #f7f9fc;
  border-radius: 28px;
  padding: 1.75rem 1rem 1.2rem;
  overflow: hidden;
}
.screws-images img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  background: transparent;
  border-radius: inherit;
}
.screws-images figcaption {
  margin-top: .85rem;
  font-size: .95rem;
  font-weight: 600;
  color: #334155;
}
@media (max-width: 800px) {
  .about-panel.has-visual {
    grid-template-columns: 1fr;
  }
  .about-panel.has-visual .about-copy {
    padding: 1.25rem 1.35rem 1.5rem;
  }
  .about-cards,
  .screws-images {
    grid-template-columns: 1fr;
  }
}

.gallery-section { padding: 2rem 0 3.5rem; }
.gallery-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
}
.page-product .gal-prev,
.page-product .gal-next {
  display: grid;
}
.gallery-track {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  overflow: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.gallery-slide {
  background: transparent;
  border-radius: 24px;
  min-height: 0;
  min-width: calc(33.333% - .67rem);
  flex: 0 0 calc(33.333% - .67rem);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  cursor: zoom-in;
  box-shadow: none;
  position: relative;
}
.gallery-slide img {
  width: 100%;
  height: auto;
  max-height: 260px;
  min-height: 0;
  object-fit: contain;
  object-position: center center;
  display: block;
}
.gal-nav {
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: #fff;
  cursor: pointer;
  display: grid; place-items: center;
  color: #333;
}
.gal-nav:hover { border-color: #bbb; }

.guide-cta {
  margin: 0 0 4rem;
  background: #fff;
  border: 0;
  border-radius: 20px;
  padding: 1.75rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.guide-cta .eyebrow { margin-bottom: .4rem; }
.guide-cta h3 {
  margin: 0 0 .4rem;
  font-size: 1.35rem;
}
.guide-cta p { margin: 0; color: #555; max-width: 520px; }

.article {
  width: min(100% - 2.5rem, 760px);
  margin: 0 auto 3rem;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 30px rgba(0,0,0,.05);
  padding: 1.5rem;
}
.article img {
  width: 100%;
  border-radius: 12px;
  aspect-ratio: 16/10;
  object-fit: cover;
  margin-bottom: 1.25rem;
}

body.page-news {
  background: #fff;
}
.news-detail {
  padding: 2rem 0 3.5rem;
  background: transparent;
}
.news-detail-wrap {
  width: min(100% - 2.5rem, var(--max, 1222px));
  margin-inline: auto;
  padding-inline: 15px;
  box-sizing: border-box;
}
.news-detail-wrap .news-related {
  padding: 2.75rem 0 0;
  margin-inline: 0;
  width: 100%;
  max-width: none;
  background: transparent;
}
.news-related .related-slider {
  display: block;
  position: relative;
  padding-inline: 52px;
  background: transparent;
  overflow: visible;
  container-type: inline-size;
  container-name: news-related-slider;
  --news-related-arrow-offset: 0px;
  /* Foto dikey orta: viewport pad + thumb pad + (thumbH/2) - (btn/2) */
  --news-related-arrow-top: calc(
    14px
    + var(--news-photo-pad-t, 8px)
    + (
      (
        (100cqi - 104px - 24px - 2rem) / 3
        - var(--news-photo-pad-l, 8px)
        - var(--news-photo-pad-r, 8px)
      ) * 10 / 16 / 2
    )
    - 21px
    + var(--news-related-arrow-offset, 0px)
  );
}
.news-related .related-slider:has(.related-slider-nav[hidden]) {
  padding-inline: 0;
}
.news-related .related-slider-viewport {
  overflow: hidden;
  /* Hover mavi çizgi/gölge kesilmesin */
  padding: 14px 12px 32px;
  margin: 0;
  min-width: 0;
  background: transparent;
}
.news-related .related-slider-track .news-card.related-card {
  display: flex;
  flex-direction: column;
  height: auto;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  gap: 0;
  overflow: visible;
  border-radius: calc(var(--radius) + 6px);
  color: inherit;
  text-decoration: none;
  transition: color .22s ease, box-shadow .28s ease, background .28s ease;
}
.news-related .related-slider-track .news-card.related-card:hover {
  background: #fff;
  outline: none;
  /* Anasayfa ile aynı stil; glow daha az yayılı */
  box-shadow:
    0 0 0 1px rgba(var(--blue-rgb), .28),
    0 4px 12px rgba(var(--blue-rgb), .2),
    0 1px 4px rgba(var(--blue-rgb), .1);
}
.news-related .related-slider-track .news-card.related-card .thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e8eaed;
  border-radius: var(--radius);
  margin: var(--news-photo-pad-t, 8px) var(--news-photo-pad-r, 8px) var(--news-photo-pad-b, 8px) var(--news-photo-pad-l, 8px);
}
.news-related .related-slider-track .news-card.related-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease, opacity .28s ease;
}
.news-related .related-slider-track .news-card.related-card:hover .thumb img {
  transform: scale(1.04);
}
.news-related .related-slider-track .news-card.related-card.has-hover .thumb .img-hover {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.news-related .related-slider-track .news-card.related-card.has-hover:hover .thumb .img-hover {
  opacity: 1;
}
.news-related .related-slider-track .news-card.related-card.has-hover:hover .thumb:has(.img-hover[src]) .img-main {
  opacity: 0;
}
.news-related .related-slider-track .news-card.related-card .body {
  display: flex;
  flex-direction: column;
  gap: .85rem;
  padding: .15rem .35rem 1.05rem;
}
.news-related .related-slider-track .news-card.related-card h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 700;
  color: inherit;
}
.news-related .related-slider-track .news-card.related-card .date-pill {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin: 0;
  background: #111;
  color: #fff;
  border: 0;
  font-size: .86rem;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1;
  padding: .45rem .95rem;
  min-height: 1.75rem;
  box-sizing: border-box;
  border-radius: 999px;
}
/* Oklar: kart fotoğrafının dikey ortası (CSS, zıplamasız) */
.news-related .related-slider-nav {
  position: absolute;
  top: var(--news-related-arrow-top);
  z-index: 6;
  width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
  box-shadow: none !important;
  background: #fff !important;
  color: #121417 !important;
  border: 1px solid rgba(18, 20, 23, .2);
  border-radius: 999px;
  font-size: 0;
  line-height: 0;
  transition: border-color .2s ease, opacity .2s ease;
  transform: none !important;
  opacity: 1;
  visibility: visible;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}
.news-related .related-slider-nav::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: 0;
  border-style: solid;
  border-color: currentColor;
  border-width: 0 2.25px 2.25px 0;
  box-sizing: border-box;
  flex: 0 0 auto;
}
.news-related .related-slider-prev::before {
  /* optik denge: chevron sola açık */
  transform: translateX(1.5px) rotate(135deg);
}
.news-related .related-slider-next::before {
  /* optik denge: chevron sağa açık */
  transform: translateX(-1.5px) rotate(-45deg);
}
.news-related .related-slider-nav:hover:not(:disabled),
.news-related .related-slider-nav:focus,
.news-related .related-slider-nav:focus-visible,
.news-related .related-slider-nav:active {
  box-shadow: none !important;
  transform: none !important;
  outline: none;
  border-color: rgba(var(--blue-rgb), .5);
  color: #121417 !important;
  background: #fff !important;
}
.news-related .related-slider-nav:disabled {
  opacity: .5;
  cursor: not-allowed;
}
.news-related .related-slider-nav[hidden] {
  display: inline-flex !important;
  visibility: visible !important;
}
.news-related .related-slider-prev { left: 0; right: auto; }
.news-related .related-slider-next { right: 0; left: auto; }

@media (max-width: 960px) {
  .news-related .related-slider {
    padding-inline: 48px;
    --news-related-arrow-top: calc(
      14px
      + var(--news-photo-pad-t, 8px)
      + (
        (
          (100cqi - 96px - 24px - 1rem) / 2
          - var(--news-photo-pad-l, 8px)
          - var(--news-photo-pad-r, 8px)
        ) * 10 / 16 / 2
      )
      - 21px
      + var(--news-related-arrow-offset, 0px)
    );
  }
}
@media (max-width: 640px) {
  .news-related .related-slider {
    padding-inline: 44px;
    --news-related-arrow-top: calc(
      14px
      + var(--news-photo-pad-t, 8px)
      + (
        (
          100cqi - 88px - 24px
          - var(--news-photo-pad-l, 8px)
          - var(--news-photo-pad-r, 8px)
        ) * 10 / 16 / 2
      )
      - 21px
      + var(--news-related-arrow-offset, 0px)
    );
  }
}
.news-detail-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}
.news-detail-tag {
  display: inline-flex;
  align-items: center;
  background: rgba(81, 162, 180, .16);
  color: #2f7d8d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: .4rem .85rem;
  border-radius: 999px;
}
.news-detail-date {
  font-size: 14px;
  color: #8a9199;
}
.news-detail-title {
  margin: 0;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: -.02em;
  color: #111;
}
.news-detail-card {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 1.75rem;
  align-items: stretch;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
  padding: 1.35rem;
  overflow: hidden;
}
.news-detail-media {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: .7rem;
}
.news-detail-photo {
  width: 100%;
  aspect-ratio: 16 / 11;
  min-height: 0;
  height: auto;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}
.news-detail-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
}
.news-detail-thumb {
  width: 64px;
  height: 64px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  background: #e8eaed;
}
.news-detail-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.news-detail-thumb.is-active,
.news-detail-thumb:hover {
  border-color: #51A2B4;
}
.news-detail-body {
  color: #555;
  font-size: 16px;
  line-height: 26px;
}
.news-detail-body p {
  margin: 0 0 1rem;
}
.news-detail-body p:last-child {
  margin-bottom: 0;
}
.news-detail-wrap .news-gallery-section {
  margin-top: 1.5rem;
}
html[data-theme="dark"] body.page-news {
  background: #121216;
}
html[data-theme="dark"] .news-detail-title {
  color: #f5f7fa;
}
html[data-theme="dark"] .news-detail-card {
  background: #1b1b22;
  box-shadow: none;
}
html[data-theme="dark"] .news-detail-body {
  color: rgba(245, 247, 250, .78);
}
html[data-theme="dark"] .news-related-card h3 {
  color: #f5f7fa;
}
.news-related {
  padding: 3rem 0 1rem;
  background: transparent !important;
}
.news-related .section-head {
  margin-bottom: 0;
  margin-top: 0;
}
.news-related .eyebrow {
  color: #51A2B4;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}
.news-related .related-slider-track .news-card.related-card {
  flex: 0 0 calc((100% - 2rem) / 3);
  min-width: 0;
}
@media (max-width: 960px) {
  .news-related .related-slider-track .news-card.related-card {
    flex-basis: calc((100% - 1rem) / 2);
  }
}
@media (max-width: 640px) {
  .news-related .related-slider-track .news-card.related-card {
    flex-basis: 100%;
  }
}
@media (max-width: 900px) {
  .news-detail-card {
    grid-template-columns: 1fr;
  }
  .news-detail-title {
    font-size: 26px;
    line-height: 32px;
  }
}

.news-gallery-section {
  width: min(100% - 2.5rem, 760px);
  margin: 0 auto 3rem;
  padding: 0 .25rem;
}
.news-gallery-title {
  margin: 0 0 1.25rem;
  font-size: clamp(1.25rem, 2.4vw, 1.65rem);
  font-weight: 700;
  letter-spacing: -.02em;
}
.news-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 1rem;
}
.news-gallery-item {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
  transition: transform .25s ease, box-shadow .25s ease;
}
.news-gallery-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, .12);
}
.news-gallery img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
  margin: 0;
  border-radius: 0;
}
html[data-theme="dark"] .news-gallery-item {
  box-shadow: 0 8px 24px rgba(0, 0, 0, .35);
}
html[data-theme="dark"] .news-gallery-title {
  color: var(--ink);
}

@media (max-width: 1024px) {
  .nav-links { gap: .9rem; }
  .nav-links a { font-size: 13px; }
  .cat-grid, .news-grid, .archive-grid, .gallery-track, .product-panel-grid { grid-template-columns: 1fr 1fr; }
  .catalog-intro, .about-grid, .story-split, .product-top, .features-card { grid-template-columns: 1fr; }
  .about-media {
    position: relative;
    max-height: none;
    min-height: 220px;
    aspect-ratio: 16 / 10;
    height: auto;
    justify-self: stretch;
    width: 100%;
  }
  .about-media img {
    position: absolute;
    inset: 0;
  }
  .catalog-copy { max-width: none; }
  .catalog-actions {
    flex-wrap: nowrap;
    max-width: none;
    gap: .5rem;
  }
  .catalog-actions .btn-label--desktop { display: none; }
  .catalog-actions .btn-label--mobile { display: inline; }
  .catalog-actions .btn-teal,
  .catalog-actions .btn-teal-outline {
    flex: 1 1 0;
    font-size: .95rem;
    padding: .78rem .7rem;
    gap: .32rem;
    white-space: nowrap;
  }
  .catalog-actions .icon-download,
  .catalog-actions .icon-preview {
    width: 15px;
    height: 15px;
  }
  .catalog-media img { transform: none; max-width: 420px; margin-inline: auto; }
  .catalog-reader {
    padding: .75rem;
    border-radius: 18px;
  }
  .catalog-reader.is-fullscreen {
    border-radius: 0;
    padding:
      calc(.55rem + env(safe-area-inset-top, 0px))
      .65rem
      calc(.55rem + env(safe-area-inset-bottom, 0px));
  }
  .catalog-reader-body {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .catalog-reader.is-fullscreen .catalog-reader-body {
    grid-template-rows: auto 1fr;
  }
  .catalog-thumbs {
    flex-direction: row;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
    padding: .4rem;
    gap: .45rem;
  }
  .catalog-reader.is-fullscreen .catalog-thumbs {
    height: auto;
    max-height: none;
  }
  .catalog-thumb {
    width: 72px;
    flex: 0 0 72px;
  }
  .catalog-reader-stage {
    grid-template-columns: 1fr;
    position: relative;
  }
  .catalog-spread {
    min-height: min(62vh, 560px);
  }
  .catalog-reader.is-fullscreen .catalog-spread {
    min-height: 0;
  }
  .catalog-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,.45);
  }
  .catalog-prev { left: .55rem; }
  .catalog-next { right: .55rem; }
  .catalog-nav:hover { transform: translateY(-50%) scale(1.05); }
  .catalog-page { padding: .65rem; }
  .catalog-page canvas,
  .catalog-reader.is-fullscreen .catalog-page canvas {
    max-width: none;
    max-height: none;
  }
  .catalog-reader-actions {
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .catalog-download {
    justify-content: center;
    min-width: 140px;
  }
  .story-mosaic {
    grid-template-columns: 1fr 1fr;
  }
  .story-mosaic-card--hero {
    grid-row: auto;
    grid-column: 1 / -1;
    min-height: 0;
  }
  .story-mosaic-card--wide { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .contact { justify-content: center; }
  .contact-inner {
    margin-right: auto;
    margin-left: auto;
  }
  .contact-bg::after {
    background: linear-gradient(
      180deg,
      color-mix(in srgb, var(--contact-wash) 18%, transparent) 0%,
      color-mix(in srgb, var(--contact-wash) 55%, transparent) 48%,
      color-mix(in srgb, var(--contact-wash) 92%, transparent) 100%
    );
  }
  .guide-cta { flex-direction: column; align-items: flex-start; }
  .highlights-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .highlight-item { max-width: none; }
}

@media (max-width: 800px) {
  /* Mobilde scrollbar gizle */
  html {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  html::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }

  .product-set-grid,
  .related-grid { grid-template-columns: 1fr; }
  .product-main-image {
    min-height: clamp(220px, 42vw, 360px);
    aspect-ratio: 1;
    padding: 0;
  }
  .product-main-image img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: contain;
  }
  .features-card .feat-img { min-height: 220px; }
  .features-card .feat-img img { min-height: 0; max-height: 260px; }
  .gallery-slide {
    min-width: 100%;
    flex-basis: 100%;
  }
  .nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .4rem;
    position: relative;
    z-index: 2;
    min-height: var(--header-h);
    padding-block: .35rem;
  }
  .site-header,
  .site-header.is-scrolled {
    background: #fff !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
  }
  html[data-theme="dark"] .site-header,
  html[data-theme="dark"] .site-header.is-scrolled {
    background: #121212 !important;
  }
  html.is-header-scrolled,
  .site-header.is-scrolled {
    --nav-tool-size: 44px;
  }
  .menu-toggle {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 44px;
    height: 44px;
    order: 1;
    flex-shrink: 0;
    z-index: 12;
    touch-action: manipulation;
    cursor: pointer;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    -webkit-tap-highlight-color: transparent;
  }
  .menu-toggle span {
    width: 20px;
    height: 2px;
  }
  .menu-toggle span:nth-child(1) { top: calc(50% - 8px); }
  .menu-toggle span:nth-child(2) { top: 50%; }
  .menu-toggle span:nth-child(3) { top: calc(50% + 8px); }
  .menu-toggle:hover,
  .menu-toggle:focus-visible {
    border: 0;
    background: transparent;
    box-shadow: none;
  }
  .nav-tools {
    display: contents;
  }
  /* Mobil header: solda hamburger, sağda arama — dil menünün altında */
  .nav-tools .theme-toggle {
    display: none !important;
  }
  .nav-tools .lang-switch,
  .nav-tools > .lang-btn {
    display: none !important;
  }
  .nav-tools .nav-search,
  .nav-search {
    display: block !important;
    position: absolute;
    right: 0;
    top: calc(50% - 22px);
    order: 5;
    margin: 0;
    flex-shrink: 0;
    z-index: 20;
    width: 44px;
    height: 44px;
    overflow: visible;
    touch-action: manipulation;
    transform: none;
    -webkit-transform: none;
  }
  .nav-search.is-open {
    z-index: 140;
    overflow: visible;
  }
  .nav-search .search-toggle {
    width: 44px;
    height: 44px;
    border: var(--nav-tool-border, 1px solid rgba(0, 0, 0, .12));
    border-radius: var(--nav-tool-radius, 8px);
    background: #fff;
    box-shadow: none;
    color: var(--ink);
    touch-action: manipulation;
    cursor: pointer;
    z-index: 4;
    -webkit-tap-highlight-color: transparent;
  }
  .nav-search .search-toggle svg {
    width: 22px;
    height: 22px;
  }
  .nav-search .search-toggle:hover,
  .nav-search .search-toggle:focus-visible {
    border: var(--nav-tool-border, 1px solid rgba(0, 0, 0, .12));
    background: #fff;
    box-shadow: none;
  }
  html[data-theme="dark"] .nav-search .search-toggle,
  html[data-theme="dark"] .nav-search .search-toggle:hover,
  html[data-theme="dark"] .nav-search .search-toggle:focus-visible {
    background: #121212;
    border-color: rgba(255, 255, 255, .18);
  }
  .nav-search .search-panel {
    border-radius: var(--nav-tool-radius, 8px);
  }
  .nav-search:not(.is-open) .search-panel {
    visibility: hidden;
    pointer-events: none !important;
    opacity: 0;
    width: 44px;
    transform: none;
  }
  .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    margin: 0;
    width: auto;
    max-width: min(72vw, 280px);
    z-index: 11;
    pointer-events: auto;
    touch-action: manipulation;
    cursor: pointer;
    isolation: isolate;
  }
  .logo img {
    height: var(--logo-header-h);
    max-height: var(--logo-header-h);
    max-width: 100%;
    width: auto;
    display: block;
    object-fit: contain;
    object-position: center center;
    aspect-ratio: auto;
    transform: none !important;
    -webkit-transform: none !important;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  .site-header.is-scrolled .logo {
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
  }
  .site-header.is-scrolled .logo img {
    height: calc(var(--logo-header-h) * var(--logo-header-scroll-scale, .826));
    max-height: calc(var(--logo-header-h) * var(--logo-header-scroll-scale, .826));
    transform: none !important;
    -webkit-transform: none !important;
  }
  .theme-toggle {
    order: 4;
    margin-left: auto;
    flex-shrink: 0;
    z-index: 3;
  }
  .lang-switch {
    order: 5;
    margin-left: auto;
    flex-shrink: 0;
    z-index: 3;
  }
  .lang-btn {
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
  }
  .lang-btn:hover,
  .lang-switch.is-open .lang-btn {
    border: 0;
    background: transparent;
    box-shadow: none;
  }
  .lang-btn .flag {
    width: 22px;
    height: 22px;
    box-shadow: none;
  }
  .lang-btn .chev { display: none; }
  .nav-search.is-open .search-panel {
    --search-pad: 4px;
    --search-btn: calc(44px - (var(--search-pad) * 2));
    position: fixed;
    top: calc(var(--header-h) + env(safe-area-inset-top, 0px) + .35rem);
    left: .75rem;
    right: .75rem;
    width: auto !important;
    max-width: none;
    height: calc(var(--search-btn) + var(--search-pad) * 2);
    padding: var(--search-pad);
    border-radius: var(--nav-tool-radius, 8px);
    background: #fff;
    transform: none !important;
    -webkit-transform: none !important;
    opacity: 1;
    visibility: visible;
    pointer-events: auto !important;
    overflow: visible;
    z-index: 140;
    animation: none;
    box-shadow: 0 14px 36px rgba(15, 23, 42, .16);
  }
  html[data-theme="dark"] .nav-search.is-open .search-panel {
    background: #121212;
    border-color: rgba(255, 255, 255, .18);
  }
  .nav-search.is-open .search-panel input,
  .search-panel.search-panel--docked input {
    font-size: 16px;
    min-width: 0;
    flex: 1 1 auto;
    width: auto;
    height: 100%;
  }
  body.search-open .site-header,
  body.search-open .nav {
    overflow: visible;
  }
  /* Açıkken ikon kaybolmasın — panel header altında; ikon kapatma tuşu olarak kalsın */
  .nav-search.is-open .search-toggle {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }
  .nav-search.is-open .search-go,
  .search-panel.search-panel--docked .search-go {
    width: var(--search-btn);
    height: var(--search-btn);
    flex-basis: var(--search-btn);
    border-radius: var(--search-inner-radius, var(--nav-tool-radius, 8px));
    background: var(--blue);
  }
  .search-panel.search-panel--docked {
    --search-pad: 4px;
    --search-btn: calc(44px - (var(--search-pad) * 2));
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: fixed;
    top: calc(var(--header-h) + env(safe-area-inset-top, 0px) + .35rem);
    left: .75rem;
    right: .75rem;
    width: auto !important;
    max-width: none;
    height: calc(var(--search-btn) + var(--search-pad) * 2);
    padding: var(--search-pad);
    border-radius: var(--nav-tool-radius, 8px);
    background: #fff;
    transform: none !important;
    -webkit-transform: none !important;
    opacity: 1;
    visibility: visible;
    pointer-events: auto !important;
    overflow: visible;
    z-index: 200;
    animation: none;
    box-shadow: 0 14px 36px rgba(15, 23, 42, .16);
  }
  html[data-theme="dark"] .search-panel.search-panel--docked {
    background: #121212;
    border-color: rgba(255, 255, 255, .18);
  }
  .nav-search.is-open .search-results,
  .search-results.search-results--docked.is-visible {
    position: fixed;
    top: calc(var(--header-h) + env(safe-area-inset-top, 0px) + 3.35rem);
    left: .75rem;
    right: .75rem;
    width: auto;
    z-index: 201;
    display: grid;
    gap: .2rem;
  }
  @keyframes mobileSearchIn {
    from { opacity: 0; transform: translateX(18px); }
    to { opacity: 1; transform: translateX(0); }
  }
  .site-header .nav > .nav-links,
  .nav-links--desktop {
    display: none !important;
  }
  .nav-drawer {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 90;
    width: 100%;
    height: 100%;
    height: 100dvh;
    margin: 0;
    padding: 0;
    border: 0;
    background: var(--surface);
    overflow: hidden;
    transform: translate3d(calc(-100% - 8px), 0, 0);
    visibility: hidden;
    pointer-events: none;
    clip-path: inset(0 100% 0 0);
    transition: transform .34s cubic-bezier(.22, 1, .36, 1), visibility .34s ease, clip-path .34s ease;
  }
  .nav-drawer.open {
    z-index: 120;
    transform: translate3d(0, 0, 0);
    visibility: visible;
    pointer-events: auto;
    clip-path: inset(0 0 0 0);
  }
  .nav-drawer[hidden] {
    display: block !important;
    z-index: 90;
    transform: translate3d(calc(-100% - 8px), 0, 0);
    visibility: hidden;
    pointer-events: none;
    clip-path: inset(0 100% 0 0);
  }
  html.nav-drawer-open,
  html.nav-drawer-open body,
  body.nav-drawer-open {
    overflow: hidden !important;
    overscroll-behavior: none;
  }
  body.nav-drawer-open {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    touch-action: none;
  }
  body.nav-drawer-open .site-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    z-index: 200;
    background: #fff !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
  }
  .nav-drawer,
  .nav-drawer.open,
  .nav-drawer[hidden] {
    top: calc(var(--header-h) + env(safe-area-inset-top, 0px));
    height: calc(100dvh - var(--header-h) - env(safe-area-inset-top, 0px));
    inset: calc(var(--header-h) + env(safe-area-inset-top, 0px)) 0 0 0;
  }
  .nav-drawer-view {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    padding: .35rem 0 env(safe-area-inset-bottom, 0px);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    background: var(--surface);
  }
  .nav-drawer-view[data-drawer-view="main"] {
    z-index: 1;
  }
  /* Tema: sadece açık menüde, linklerin altında — gri bar yok */
  .nav-drawer-theme {
    margin-top: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 1.35rem 1.2rem 1.25rem;
  }
  .nav-drawer-theme .drawer-theme.theme-toggle {
    position: relative;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    border: 0 !important;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
  }
  .nav-drawer-theme .drawer-theme.theme-toggle .theme-icon {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .nav-drawer-theme .drawer-theme .icon-sun { color: #d4a017; }
  html[data-theme="dark"] .nav-drawer-theme .drawer-theme .icon-moon { color: #e8edf2; }
  .nav-drawer-theme .drawer-theme:hover,
  .nav-drawer-theme .drawer-theme:focus-visible {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }
  .nav-drawer-links {
    --drawer-item-h: 3.25rem;
    --drawer-item-gap: .35rem;
    display: flex;
    flex-direction: column;
    gap: var(--drawer-item-gap);
    margin: 0;
    padding: .65rem 1.2rem 0;
  }
  .nav-drawer-links a,
  .drawer-lang-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: var(--drawer-item-h);
    margin: 0;
    padding: 0 1rem;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--ink);
    font: inherit;
    font-size: 1.12rem;
    font-weight: 700;
    line-height: 1.25;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    box-shadow: none;
    transition: color .2s ease;
  }
  .nav-drawer-links a:hover,
  .drawer-lang-trigger:hover,
  .nav-drawer-links a:focus,
  .nav-drawer-links a:focus-visible,
  .nav-drawer-links a:active,
  .drawer-lang-trigger:focus,
  .drawer-lang-trigger:focus-visible,
  .drawer-lang-trigger:active {
    background: transparent;
    box-shadow: none;
    outline: none;
  }
  .nav-drawer-links a:hover,
  .drawer-lang-trigger:hover {
    color: var(--blue);
  }
  .nav-drawer-links a.active {
    background: transparent;
    color: var(--blue);
    box-shadow: none;
  }
  .drawer-chev {
    display: grid;
    place-items: center;
    color: var(--muted);
    flex-shrink: 0;
  }
  .nav-lang-panel {
    display: none;
    z-index: 2;
    transform: translateX(100%);
    transition: transform .3s cubic-bezier(.22, 1, .36, 1);
  }
  .nav-drawer.is-lang-open .nav-lang-panel {
    display: flex;
    transform: translateX(0);
  }
  .nav-lang-panel[hidden] {
    display: none !important;
  }
  .nav-drawer.is-lang-open .nav-lang-panel[hidden] {
    display: flex !important;
  }
  .drawer-panel-bar {
    display: grid;
    grid-template-columns: 48px 1fr 48px;
    align-items: center;
    gap: .25rem;
    min-height: 56px;
    padding: .4rem .7rem;
    border: 0;
    flex-shrink: 0;
  }
  .drawer-panel-back,
  .drawer-panel-close {
    width: 48px;
    height: 48px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: var(--ink);
    display: grid;
    place-items: center;
    cursor: pointer;
  }
  .drawer-panel-back:hover,
  .drawer-panel-close:hover,
  .drawer-panel-back:focus,
  .drawer-panel-close:focus,
  .drawer-panel-back:active,
  .drawer-panel-close:active {
    background: transparent;
    outline: none;
    box-shadow: none;
  }
  .drawer-panel-title {
    text-align: center;
    font-size: 1.12rem;
    font-weight: 700;
    letter-spacing: -.01em;
    color: var(--ink);
  }
  .drawer-lang-options {
    --drawer-item-h: 3.25rem;
    --drawer-item-gap: .35rem;
    display: flex;
    flex-direction: column;
    gap: var(--drawer-item-gap);
    padding: .65rem 1.2rem 0;
    flex: 1;
    overflow-y: auto;
  }
  .drawer-lang-option {
    display: flex;
    align-items: center;
    gap: .8rem;
    width: 100%;
    min-height: var(--drawer-item-h);
    margin: 0;
    padding: 0 1rem;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: var(--ink);
    font: inherit;
    font-size: 1.05rem;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
  }
  .drawer-lang-option .flag {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    border-radius: 6px;
  }
  .drawer-lang-option:hover,
  .drawer-lang-option:focus,
  .drawer-lang-option:focus-visible,
  .drawer-lang-option:active {
    background: transparent;
    outline: none;
    box-shadow: none;
  }
  .drawer-lang-option:hover {
    color: var(--blue);
  }
  .drawer-lang-option.is-active {
    background: transparent;
    color: var(--blue);
    font-weight: 700;
  }
  html[data-theme="dark"] body.nav-drawer-open .site-header {
    background: #121212 !important;
  }
  html[data-theme="dark"] .nav-drawer,
  html[data-theme="dark"] .nav-drawer-view,
  html[data-theme="dark"] body.nav-drawer-open .site-header {
    background: #121212;
    color: #f5f7fa;
  }
  html[data-theme="dark"] .nav-drawer-links a,
  html[data-theme="dark"] .drawer-lang-trigger,
  html[data-theme="dark"] .drawer-panel-title,
  html[data-theme="dark"] .drawer-lang-option {
    color: #f5f7fa;
  }
  html[data-theme="dark"] .nav-drawer-links a.active,
  html[data-theme="dark"] .nav-drawer-links a:hover,
  html[data-theme="dark"] .drawer-lang-trigger:hover,
  html[data-theme="dark"] .drawer-lang-option.is-active,
  html[data-theme="dark"] .drawer-lang-option:hover {
    color: var(--blue);
    background: transparent;
  }
  .cat-grid, .news-grid, .archive-grid, .gallery-track, .footer-grid, .product-panel-grid {
    grid-template-columns: 1fr;
  }
  .news-grid {
    gap: 1.75rem;
    grid-template-columns: 1fr;
  }
  .news-card {
    width: 100%;
    max-width: 100%;
  }
  .news-card .thumb {
    width: 100%;
    max-width: 100%;
    margin-bottom: .85rem;
    aspect-ratio: 16 / 10;
  }
  .news-card .thumb img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
  }
  .news-card .body {
    gap: .75rem;
  }
  .form-row { grid-template-columns: 1fr; gap: var(--field-gap); }
  .contact {
    min-height: 0;
    padding: 2.35rem 0 2.75rem;
  }
  .contact-inner { width: min(100% - 1.5rem, 640px); }
  .contact-shell {
    padding: 1.15rem 1rem;
    border-radius: 18px;
  }
  .contact-form-card,
  .contact-side-card {
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    border: 0;
    padding: 0;
  }
  .contact-switch {
    border-radius: 12px;
  }
  .contact-form-card { padding: 0; --field-pad: .62rem; --field-gap: .6rem; --float-lbl-space: .58rem; --field-h: calc(2.55rem + var(--float-lbl-space)); }
  .contact-form-card .field > input,
  .contact-form-card .field > select {
    font-size: 16px;
    padding: calc(var(--field-pad) + var(--float-lbl-space)) var(--field-pad) var(--field-pad);
    min-height: var(--field-h);
    height: var(--field-h);
  }
  .contact-form-card .field--select > select {
    height: auto;
    min-height: calc(var(--field-h) + .2rem);
    padding-top: 1.2rem;
    padding-bottom: .45rem;
    line-height: 1.35;
  }
  .contact-form-card .field > textarea {
    font-size: 16px;
    padding: calc(var(--field-pad) + var(--float-lbl-space)) var(--field-pad) var(--field-pad);
    min-height: 5.5rem;
    height: 5.5rem;
    max-height: 5.5rem;
    resize: none;
  }
  .contact-form-card .field--select > select {
    padding: calc(var(--field-pad) + var(--float-lbl-space)) calc(var(--field-pad) + 1.25rem) var(--field-pad) var(--field-pad);
  }
  .contact-form-card .float-lbl {
    left: calc(var(--field-pad) - .05rem);
    font-size: .9rem;
  }
  .contact-form-card .field.is-float > .float-lbl,
  .contact-form-card .field.is-float .float-lbl,
  .contact-form-card .field--phone.is-float .float-lbl {
    font-size: .68rem;
  }
  .phone-combo { min-height: var(--field-h); height: var(--field-h); }
  .phone-combo.is-open { z-index: 60; }
  .phone-cc-btn { padding: var(--field-pad); font-size: .82rem; }
  .phone-cc-flag { font-size: 1rem; }
  .phone-input-wrap > input[type="tel"] {
    padding: calc(var(--field-pad) + var(--float-lbl-space)) var(--field-pad) var(--field-pad) !important;
    font-size: .9rem !important;
  }
  .phone-cc-panel {
    z-index: 70;
    max-height: min(280px, 48vh);
    border-radius: 16px;
  }
  .contact-map iframe { height: 200px; min-height: 200px; }
  .news-card {
    padding: .55rem .4rem .85rem;
  }
  /* Footer: accordion yok — Kurumsal | İletişim yan yana açık; sosyal ortalı */
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.15rem 1.25rem;
    margin-bottom: 0;
  }
  .footer-brand {
    grid-column: 1 / -1;
    padding-bottom: .35rem;
  }
  .footer-acc-btn {
    display: block;
    width: 100%;
    margin: 0 0 .55rem;
    padding: 0;
    cursor: default;
    pointer-events: none;
    text-align: left;
  }
  .footer-acc-chev { display: none !important; }
  .footer-social-title { display: none; }
  .footer-accordion .footer-acc-panel,
  .footer-accordion.is-open .footer-acc-panel {
    display: block;
    padding: 0;
  }
  .footer-social-col {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3.35rem;
    margin-top: .35rem;
    padding: .85rem 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }
  .footer-socials {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: .65rem;
    width: 100%;
  }
  .copyright {
    border-top: 0;
    padding-top: 1rem;
  }
  .story-demo-switch { gap: .4rem; }
  .story-demo-btn { font-size: .76rem; padding: .48rem .72rem; }
  .story-mosaic { grid-template-columns: 1fr; }
  .story-flip-grid { grid-template-columns: 1fr 1fr; }
  .story-zigzag::before { left: 1rem; }
  .story-zig-card--left,
  .story-zig-card--right {
    justify-self: stretch;
    margin: 0;
    width: 100%;
  }
  .story-cover {
    grid-template-columns: 36px 1fr 36px;
  }
  .story-sync {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 1.25rem;
  }
  .story-sync-stage,
  .story-sync-track { min-height: 420px; }
  .story-sync-card {
    flex-basis: 78%;
    max-width: 300px;
  }
  .story-sync-card.is-active {
    flex-basis: 86%;
    max-width: 340px;
  }
  .story-sync-side { gap: 1.25rem; }
  .story-sync-item { padding: .7rem 0; }
  .story-sync-item__label { font-size: .98rem; }
  .story-row {
    margin-top: -10px;
  }
  .story-row.is-active { margin-top: .65rem; }
  .story-row__panel {
    grid-template-columns: 1fr;
    gap: .85rem;
  }
  .story-row.is-active .story-row__panel { max-height: 900px; }
  .story-row__media { min-height: 200px; }
  .story-row__bar h3 { font-size: 1.05rem; }
  .story-row.is-active .story-row__bar h3 { font-size: 1.35rem; }
  .story-sync-card:not(.is-active) {
    flex-basis: 22%;
    max-width: 120px;
    min-width: 96px;
    margin-right: -1.25rem;
  }
  .story-year-card {
    flex-basis: min(280px, calc(100vw - 4rem));
    width: min(280px, calc(100vw - 4rem));
  }
  .gallery-row { grid-template-columns: 1fr; }
  .gal-nav { display: none; }
  .page-product .gallery-row {
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr) 42px !important;
    grid-template-rows: auto;
    gap: .35rem;
    align-items: center;
  }
  .page-product .gal-nav,
  .page-product .gal-prev,
  .page-product .gal-next {
    display: grid !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin: 0;
    justify-self: center;
  }
  .page-product .gallery-track {
    min-width: 0;
  }
  .page-product .gallery-slide {
    min-width: 100%;
    flex-basis: 100%;
  }
  .prod-tab { min-width: 0; flex: 1 1 100%; }
  .feat-360-stage { min-height: 320px; }
  .trumed-innovation-panels {
    --ino-skew: 0deg;
    --ino-overlap: 0px;
    display: flex;
    flex-direction: column;
    gap: .55rem;
    height: auto !important;
    min-height: 0 !important;
    width: 100%;
    margin-left: 0;
    padding: 0 1rem 1rem;
    background: transparent;
    overflow: visible;
  }
  .inovasyon.trumed-innovation {
    display: flex;
    flex-direction: column;
    min-height: 0 !important;
    height: auto !important;
    overflow: visible !important;
    background: var(--bg);
  }
  .inovasyon-mobile-head {
    display: block;
    order: -1;
    padding: 1.15rem 0 .65rem;
    background: transparent;
  }
  .inovasyon-mobile-head .container {
    width: min(100% - 2.5rem, var(--max));
    padding-inline: 15px;
    margin-inline: auto;
  }
  .inovasyon-mobile-head .section-title,
  .inovasyon-mobile-head h3 {
    margin: 0;
    color: var(--type-heading-color) !important;
    font-size: var(--type-heading-size);
    font-weight: var(--type-heading-weight);
    letter-spacing: var(--type-heading-spacing);
    line-height: var(--type-heading-lh);
    text-shadow: none;
  }
  .trumed-innovation-panel {
    aspect-ratio: 2.75 / 1;
    height: auto !important;
    min-height: clamp(112px, 30vw, 188px);
    max-height: none;
    margin: 0 !important;
    flex: 0 0 auto !important;
    transform: none !important;
    clip-path: none !important;
    -webkit-clip-path: none !important;
    border-radius: var(--radius) !important;
    overflow: hidden;
    z-index: 1 !important;
  }
  .trumed-innovation-panel.left,
  .trumed-innovation-panel.center,
  .trumed-innovation-panel.right {
    margin: 0 !important;
    flex: none !important;
    transform: none !important;
  }
  .trumed-innovation-panel .panel-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
  }
  .trumed-innovation-panel .panel-bg img {
    position: absolute;
    inset: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center center;
    transform: none !important;
  }
  .trumed-innovation-panel:hover .panel-bg img,
  .trumed-innovation-panel.is-active .panel-bg img {
    transform: scale(1.03) !important;
  }
  .trumed-innovation-panel .panel-content {
    display: none !important;
  }
  .trumed-innovation-panel .panel-hover {
    opacity: 1;
    transform: none;
    background: transparent;
    align-items: end;
    justify-items: start;
    text-align: left;
    padding: 1rem 1.05rem 1.05rem;
  }
  .trumed-innovation-panel .panel-hover h3 {
    max-width: none;
    font-size: 1.15rem;
    color: #fff;
    text-shadow: 0 4px 16px rgba(0,0,0,.5);
  }
  .trumed-innovation-panel:hover::after,
  .trumed-innovation-panel.is-active::after {
    display: none !important;
  }
  .highlights { padding: .7rem 0; }
  .highlights-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .75rem .5rem;
    justify-items: center;
    width: 100%;
    margin-inline: auto;
    padding-inline: .15rem;
  }
  .highlight-item {
    max-width: none;
    width: 100%;
    padding: .15rem .1rem;
    gap: .28rem;
    pointer-events: none;
  }
  .highlight-icon {
    width: var(--highlight-icon-size);
    height: var(--highlight-icon-size);
    flex: 0 0 var(--highlight-icon-size);
  }
  .highlight-icon img {
    width: var(--highlight-icon-size);
    height: var(--highlight-icon-size);
  }
  .highlight-label {
    font-size: var(--highlight-label-size);
    line-height: 1.25;
    max-width: 8.5rem;
  }
  .products .section-title,
  .products .section-desc { text-align: left; }
  .about-grid { text-align: left; }

  /* Mobil sıra: Hero → ikonlar (slider altı) → Ürünler → İnovasyon → … */
  main#anasayfa {
    display: flex;
    flex-direction: column;
  }
  main#anasayfa > .hero { order: 1; }
  main#anasayfa > .highlights { order: 2; }
  main#anasayfa > .products { order: 3; }
  main#anasayfa > .inovasyon { order: 4; }
  main#anasayfa > .about { order: 5; }
  main#anasayfa > .catalog { order: 6; }
  main#anasayfa > .mission { order: 7; }
  main#anasayfa > .news { order: 8; }
  main#anasayfa > .contact { order: 9; }

  /* Kategori şeridi: tek satır kaydırılabilir, kenar fade yok */
  .products {
    overflow-x: visible;
  }
  .filters-wrap {
    margin-bottom: 1.35rem;
    padding-inline: 0;
    z-index: 8;
    overflow: hidden;
  }
  .cat-grid {
    margin-top: 0;
    overflow: hidden;
  }
  .filters-wrap::before,
  .filters-wrap::after {
    content: none !important;
    display: none !important;
  }
  .filters-wrap .filters {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: .45rem;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    scrollbar-width: none;
    padding: .2rem .15rem .35rem;
    margin: 0;
    cursor: grab;
  }
  .filters-wrap .filters::-webkit-scrollbar { display: none; }
  .filters-wrap .filters.is-dragging {
    cursor: grabbing;
  }
  .filters-wrap .filter-btn {
    flex: 0 0 auto;
    white-space: nowrap;
    touch-action: manipulation;
    position: relative;
    z-index: 1;
  }
  .filters-wrap .filter-btn.active {
    box-shadow: none !important;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
  }
  /* Oklar üst üste biniyordu — mobilde sadece kaydırma + kenar fade */
  .filters-nav {
    display: none !important;
  }
  .filters-hint {
    display: none !important;
  }
  .filters-hint[hidden] { display: none !important; }
  .filters-wrap.is-scrolled .filters-hint { display: none !important; }
  @keyframes filtersHintPulse {
    0%, 100% { opacity: .55; transform: translateX(0); }
    50% { opacity: 1; transform: translateX(4px); }
  }

  /* ========== MOBILE TRIAL — geri almak için bu bloğu sil ==========
     Hero büyük; inovasyon mobilde kart stack olarak görünür.
  ================================================================ */
  .inovasyon.trumed-innovation {
    display: flex;
    flex-direction: column;
    min-height: 0 !important;
    border-bottom: 0;
    background: var(--bg);
    overflow: visible !important;
  }
  .hero {
    background: #0c0e10;
  }
  .hero-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #0c0e10;
    pointer-events: none;
  }
  .hero-media .hero-photo,
  .hero-video {
    object-fit: cover;
    object-position: center center;
    transform: none !important;
  }
  .hero-actions {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding: 0 1.15rem max(.95rem, env(safe-area-inset-bottom));
    flex-wrap: nowrap;
    background: transparent;
  }
  .btn-glass {
    flex: 0 1 auto;
    min-width: 0;
    width: auto;
    max-width: 100%;
    letter-spacing: .01em;
    border-width: 1px;
  }
.filter-btn {
  border-radius: var(--btn-radius, 999px);
    padding: .38rem .78rem;
    font-size: .8rem;
  }
  .btn-teal,
  .btn-teal-outline,
  .btn-more,
  .news-load-more,
  .archive-load-more,
  .btn-send {
    border-radius: 999px;
  }
  .btn-teal,
  .btn-teal-outline {
    padding: .72rem 1.15rem;
    font-size: .9rem;
  }
  .news-load-more,
  .archive-load-more {
    padding: .65rem 1.1rem;
    font-size: .88rem;
  }
  /* ========== /MOBILE TRIAL ========== */
}

/* ========== DARK MODE polish ========== */
html[data-theme="dark"] .logo img,
html[data-theme="dark"] .footer-logo img {
  filter: brightness(0) invert(1);
}
html[data-theme="dark"] .site-header.is-scrolled .logo img {
  filter: brightness(0) invert(1);
}
html[data-theme="dark"] .about-card,
html[data-theme="dark"] .about-media,
html[data-theme="dark"] .story-year-card,
html[data-theme="dark"] .story-expand-card,
html[data-theme="dark"] .story-mosaic-card {
  border-color: var(--line);
  background: var(--bg);
}
html[data-theme="dark"] .filter-btn:focus:not(.active),
html[data-theme="dark"] .filter-btn:focus-visible:not(.active),
html[data-theme="dark"] .filter-btn:active:not(.active) {
  background: transparent;
  box-shadow: none;
}
html[data-theme="dark"] .filter-btn.active:focus,
html[data-theme="dark"] .filter-btn.active:focus-visible,
html[data-theme="dark"] .filter-btn.active:active {
  background: linear-gradient(180deg, #63b4c4, #51A2B4);
  box-shadow: none;
}
html[data-theme="dark"] .about-card {
  background: rgba(255, 255, 255, .04);
  border-color: rgba(255, 255, 255, .1);
}
html[data-theme="dark"] .about-card p,
html[data-theme="dark"] .about-card strong {
  color: #f5f7fa;
}
html[data-theme="dark"] .catalog {
  background: var(--bg);
}
html[data-theme="dark"] .catalog-media {
  background: transparent;
  border: 0;
  box-shadow: none;
}
html[data-theme="dark"] .btn-teal-outline {
  color: #e8edf2;
  border-color: rgba(255,255,255,.22);
}
html[data-theme="dark"] .btn-teal-outline:hover {
  background: var(--teal);
  border-color: var(--teal);
  color: #fff;
}
html[data-theme="dark"] .date-pill {
  background: var(--bg);
  color: #fff;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
}
html[data-theme="dark"] .news-load-more {
  background: var(--bg);
  color: #fff;
  border: 1px solid rgba(255,255,255,.22);
}
html[data-theme="dark"] .news-load-more:hover {
  background: var(--surface-2);
  color: #fff;
  border-color: rgba(var(--blue-rgb), .55);
}
html[data-theme="dark"] .news {
  background: var(--bg);
  color: #f3f6f8;
}
html[data-theme="dark"] .news .section-title { color: #f5f7fa; }
html[data-theme="dark"] .news .section-desc {
  color: rgba(243, 246, 248, .68);
}
html[data-theme="dark"] .news-card h3 { color: #f5f7fa; }
html[data-theme="dark"] .news-card .thumb { background: var(--bg); }
html[data-theme="dark"] .news-card:hover {
  background: #161b22;
  box-shadow:
    0 0 0 1px rgba(var(--blue-rgb), .4),
    0 10px 28px rgba(var(--blue-rgb), .28),
    0 2px 10px rgba(0, 0, 0, .35);
}
html[data-theme="dark"] .cat-badge {
  background: #fff;
  color: #111;
  border: 0;
  border-radius: 999px;
}
html[data-theme="dark"] .cat-item:hover .cat-badge {
  background: #fff;
  color: #111;
  border: 0;
  border-radius: 999px;
}
html[data-theme="dark"] .highlights {
  background: var(--bg);
  border-bottom: 0;
}
html[data-theme="dark"] .highlight-item { color: #9aa6b2; }
html[data-theme="dark"] .highlight-icon img {
  filter: invert(1);
}
html[data-theme="dark"] .highlight-item:hover { color: var(--highlight-hover-label); }
html[data-theme="dark"] .highlight-item:hover .highlight-label { color: var(--highlight-hover-label); }
html[data-theme="dark"] .highlight-item:hover .highlight-icon img {
  filter: var(--highlight-hover-filter);
}
html[data-theme="dark"] .products {
  background: var(--bg);
  color: var(--ink);
}
html[data-theme="dark"] .filters-wrap::before {
  background: linear-gradient(90deg, var(--bg) 15%, transparent);
}
html[data-theme="dark"] .filters-wrap::after {
  background: linear-gradient(270deg, var(--bg) 15%, transparent);
}
html[data-theme="dark"] .products .section-title { color: var(--ink); }
html[data-theme="dark"] .products .section-desc { color: var(--muted); }
html[data-theme="dark"] .filter-btn {
  background: transparent;
  border-color: rgba(255,255,255,.32);
  color: #fff;
}
html[data-theme="dark"] .filter-btn:hover {
  color: #fff;
  border-color: rgba(var(--blue-rgb), .7);
}
html[data-theme="dark"] .filter-btn.active {
  background: linear-gradient(180deg, #63b4c4, #51A2B4);
  border-color: transparent;
  color: #fff;
  box-shadow: none;
}
html[data-theme="dark"] .cat-item {
  color: var(--ink);
  background: transparent;
  border: 0;
  box-shadow: none;
}
html[data-theme="dark"] .cat-item:hover {
  border: 0;
  background: rgba(255, 255, 255, .03);
  color: #fff;
  box-shadow:
    0 0 0 1px rgba(var(--blue-rgb), .4),
    0 10px 30px rgba(var(--blue-rgb), .28),
    0 2px 12px rgba(var(--blue-rgb), .16);
}
html[data-theme="dark"] .cat-item .thumb {
  background: transparent;
  border: none;
  border-radius: var(--radius);
  box-shadow: none;
}
html[data-theme="dark"] .cat-item:hover .thumb {
  background: transparent;
}
html[data-theme="dark"] .product-card:hover,
html[data-theme="dark"] .related-card.product-card:hover,
html[data-theme="dark"] .archive-card:hover {
  background: rgba(255, 255, 255, .03);
  color: #fff;
  box-shadow:
    0 0 0 1px rgba(var(--blue-rgb), .4),
    0 10px 30px rgba(var(--blue-rgb), .28),
    0 2px 12px rgba(var(--blue-rgb), .16);
}
html[data-theme="dark"] .inovasyon.trumed-innovation {
  background: var(--bg);
}
html[data-theme="dark"] .trumed-innovation-panels {
  background: var(--bg);
}
html[data-theme="dark"] .trumed-innovation-panel {
  background: var(--bg);
}
html[data-theme="dark"] .trumed-innovation-panel:hover::after,
html[data-theme="dark"] .trumed-innovation-panel.is-active::after {
  background: linear-gradient(180deg, rgba(var(--blue-rgb), .22), rgba(var(--blue-rgb), .36));
  box-shadow: inset 0 0 0 1px rgba(var(--blue-rgb), .4);
}
html[data-theme="dark"] .contact-shell {
  background: rgba(18, 18, 18, .82);
  border-color: rgba(var(--blue-rgb), .22);
  box-shadow:
    0 14px 40px rgba(0, 0, 0, .45),
    0 4px 18px rgba(var(--blue-rgb), .12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
html[data-theme="dark"] .contact-col-head .eyebrow {
  background: transparent !important;
  color: var(--teal) !important;
}
html[data-theme="dark"] .contact-col-head .contact-title,
html[data-theme="dark"] .contact-lead {
  color: #f5f7fa;
}
html[data-theme="dark"] .contact-switch {
  background: rgba(15, 18, 22, .7);
}
html[data-theme="dark"] .contact-form-card select {
  color: var(--muted);
  background-color: var(--surface-2);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%239aa6b2' d='M1.4.6 6 5.2 10.6.6 12 2 6 8 0 2z'/%3E%3C/svg%3E");
}
html[data-theme="dark"] .contact-form-card .float-lbl {
  color: var(--muted);
}
html[data-theme="dark"] .contact-form-card .field:focus-within > .float-lbl,
html[data-theme="dark"] .contact-form-card .field:focus-within .float-lbl,
html[data-theme="dark"] .contact-form-card .field > input:not(:placeholder-shown) + .float-lbl,
html[data-theme="dark"] .contact-form-card .field > textarea:not(:placeholder-shown) + .float-lbl,
html[data-theme="dark"] .contact-form-card .field--select:has(select:valid) > .float-lbl,
html[data-theme="dark"] .contact-form-card .field.is-float > .float-lbl,
html[data-theme="dark"] .contact-form-card .field.is-float .float-lbl,
html[data-theme="dark"] .contact-form-card .field--phone.is-float .float-lbl {
  color: var(--blue);
  background: var(--surface-2);
}
html[data-theme="dark"] .phone-cc-panel {
  background: var(--surface);
  border-color: rgba(255, 255, 255, .12);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .45);
}
html[data-theme="dark"] .phone-cc-search {
  background: rgba(0, 0, 0, .25) !important;
  border-color: rgba(255, 255, 255, .1);
}
html[data-theme="dark"] .archive-hero {
  background: var(--bg);
  color: var(--ink);
}
html[data-theme="dark"] .archive-hero .lead { color: var(--muted); }
html[data-theme="dark"] .breadcrumb { color: var(--muted); }
html[data-theme="dark"] body.page-archive .site-header {
  background: var(--header-bg);
}
html[data-theme="dark"] .article {
  background: var(--surface);
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}
html[data-theme="dark"] .guide-cta {
  background: var(--surface);
  border-color: var(--line);
}
html[data-theme="dark"] .guide-cta p { color: var(--muted); }
html[data-theme="dark"] .page-hero,
html[data-theme="dark"] .product-hero-band {
  background: var(--bg);
}
html[data-theme="dark"] .features-card,
html[data-theme="dark"] .product-summary,
html[data-theme="dark"] .specs-table {
  background: var(--surface);
  color: var(--ink);
  border-color: var(--line);
}
html[data-theme="dark"] .feat-item {
  background: transparent;
  color: var(--ink);
}
html[data-theme="dark"] .features-card .feat-img,
html[data-theme="dark"] .about-visual,
html[data-theme="dark"] .screws-images figure,
html[data-theme="dark"] .about-card {
  background: rgba(255,255,255,.03);
}
html[data-theme="dark"] .about-panel,
html[data-theme="dark"] .screws-panel,
html[data-theme="dark"] .product-faq-item {
  background: var(--surface);
}
html[data-theme="dark"] .gallery-slide {
  background: transparent;
}
html[data-theme="dark"] .product-summary .cat-label {
  background: rgba(255,255,255,.06);
  color: var(--muted);
}
html[data-theme="dark"] .archive-card .thumb {
  background: #161b22;
}
html[data-theme="dark"] .product-main-image {
  background: transparent;
}
html[data-theme="dark"] .contact-bg img {
  filter: brightness(.72) saturate(.9);
}
html[data-theme="dark"] .form-ok { color: #5eead4; }

/* ========== SCROLL REVEAL KAPALI — 12 Eylül gibi anında görünsün ========== */
[data-reveal],
.reveal-ready .news-card,
.reveal-ready .archive-card,
.reveal-ready .about-card,
.reveal-ready .about-media,
.reveal-ready .catalog-media,
.reveal-ready .story-year-card,
.reveal-ready .story-expand-card,
.reveal-ready .story-mosaic-card,
.reveal-ready .story-split__intro,
.reveal-ready .story-head-main,
.reveal-ready .trumed-innovation-panel,
html.fx-ready .fx,
html.fx-ready .fx-hero,
html.fx-ready .fx-hero-cta,
html.fx-ready .fx-left,
html.fx-ready .fx-right,
html.fx-ready .fx-up,
html.fx-ready .fx-down,
html.fx-ready .fx-zoom,
html.fx-ready .fx-tilt-l,
html.fx-ready .fx-tilt-r {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  transition: none !important;
  will-change: auto;
}
.reveal-ready .trumed-innovation-panel {
  opacity: 1 !important;
  transition: none !important;
}
[data-reveal].is-inview,
.reveal-ready .news-card.is-inview,
.reveal-ready .archive-card.is-inview,
.reveal-ready .about-card.is-inview,
.reveal-ready .about-media.is-inview,
.reveal-ready .catalog-media.is-inview,
.reveal-ready .story-year-card.is-inview,
.reveal-ready .story-expand-card.is-inview,
.reveal-ready .story-mosaic-card.is-inview,
.reveal-ready .story-split__intro.is-inview,
.reveal-ready .story-head-main.is-inview {
  opacity: 1;
  transform: none;
}
.reveal-ready .trumed-innovation-panel.is-inview {
  opacity: 1;
}

html.fx-ready .fx,
html.fx-ready .fx-left,
html.fx-ready .fx-right,
html.fx-ready .fx-up,
html.fx-ready .fx-down,
html.fx-ready .fx-zoom,
html.fx-ready .fx-tilt-l,
html.fx-ready .fx-tilt-r,
html.fx-ready .fx.is-inview,
html.fx-ready .fx-hero,
html.fx-ready .fx-hero.is-inview,
html.fx-ready .fx-hero-cta,
html.fx-ready .fx-hero-cta.is-inview {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  transition: none !important;
}

.fx-float.is-inview {
  animation: none;
}
.fx-float-delay.is-inview { animation-delay: 1.1s; }
.fx-float-delay2.is-inview { animation-delay: 2.2s; }
@keyframes fxFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.fx-pulse-glow.is-inview {
  animation: none;
}
.cat-item.fx-pulse-glow,
.cat-item.fx-pulse-glow.is-inview {
  animation: none !important;
  box-shadow: none !important;
}
@keyframes fxPulseGlow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(var(--blue-rgb), 0); }
  50% { box-shadow: 0 12px 36px rgba(var(--blue-rgb), .18); }
}

html.fx-ready main > section.fx-section {
  transition: opacity .6s ease;
}
html.fx-ready .section-title.fx.is-inview,
html.fx-ready .inovasyon-mobile-head h3.fx.is-inview,
html.fx-ready .trumed-innovation-panel .panel-content h2.fx.is-inview {
  animation: none !important;
}
@keyframes fxTitlePop {
  from { letter-spacing: -.06em; filter: blur(4px); }
  to { letter-spacing: normal; filter: blur(0); }
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal],
  .reveal-ready .news-card,
  .reveal-ready .archive-card,
  .reveal-ready .about-card,
  .reveal-ready .about-media,
  .reveal-ready .catalog-media,
  .reveal-ready .story-year-card,
  .reveal-ready .story-expand-card,
  .reveal-ready .story-mosaic-card,
  .reveal-ready .story-split__intro,
  .reveal-ready .story-head-main,
  html.fx-ready .fx,
  html.fx-ready .fx-hero,
  html.fx-ready .fx-hero-cta {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }
  .reveal-ready .trumed-innovation-panel {
    opacity: 1 !important;
    transition: none !important;
  }
  .fx-float,
  .fx-pulse-glow { animation: none !important; }
}

/* ========== BACK TO TOP + SABIT BUTONLAR ========== */
.fixed-actions-wrap {
  position: fixed;
  right: max(18px, env(safe-area-inset-right, 0px));
  bottom: max(18px, env(safe-area-inset-bottom, 0px));
  z-index: 900;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  pointer-events: none;
}
.fixed-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  pointer-events: none;
}
.fab-mobile-toggle {
  display: none;
  pointer-events: auto;
  width: var(--fab-size, 48px);
  height: var(--fab-size, 48px);
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  background: var(--fab-bg, var(--teal, #51A2B4));
  color: var(--fab-color, #fff);
  border: 0;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  appearance: none;
  transition: transform .2s, background .2s;
}
.fab-mobile-toggle:focus,
.fab-mobile-toggle:focus-visible,
.fab-mobile-toggle:active {
  outline: none;
  box-shadow: none;
  background: var(--fab-bg, var(--teal, #51A2B4));
}
.fab-mobile-toggle:hover {
  transform: translateY(-2px);
  background: var(--fab-hover-bg, var(--teal-dark, #3f8a9a));
}
.fab-mobile-toggle__icon {
  width: 20px;
  height: 20px;
  display: block;
}
.fab-mobile-toggle__icon--close { display: none; }
.fixed-actions-wrap.is-fab-open .fab-mobile-toggle__icon--open { display: none; }
.fixed-actions-wrap.is-fab-open .fab-mobile-toggle__icon--close { display: block; }
.fixed-action,
.back-to-top {
  pointer-events: auto;
  width: var(--fab-size, 48px);
  height: var(--fab-size, 48px);
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--fab-bg, var(--teal, #51A2B4));
  color: var(--fab-color, #fff);
  text-decoration: none;
  border: 0;
  box-shadow: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transition: transform .2s, background .2s, opacity .25s ease;
}
.fixed-action:hover,
.back-to-top:hover {
  transform: translateY(-2px);
  background: var(--fab-hover-bg, var(--teal-dark, #3f8a9a));
}
.fixed-action svg,
.back-to-top svg {
  width: 20px;
  height: 20px;
  display: block;
}
.fixed-action--left { position: fixed; left: 18px; right: auto; bottom: max(18px, env(safe-area-inset-bottom, 0px)); }
.fixed-actions-wrap.has-mobile-fab .fab-mobile-toggle {
  display: flex;
}
.fixed-actions-wrap.has-mobile-fab .fixed-actions {
  position: absolute;
  right: 0;
  bottom: calc(100% + 8px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px) scale(.94);
  transition: opacity .28s ease, transform .28s ease, visibility .28s ease;
  pointer-events: none;
}
.fixed-actions-wrap.has-mobile-fab.is-fab-open .fixed-actions {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.fixed-actions-wrap.has-mobile-fab.is-fab-open .fixed-action {
  animation: fabMobileReveal .28s ease both;
}
.fixed-actions-wrap.has-mobile-fab.is-fab-open .fixed-action:nth-child(1) { animation-delay: .02s; }
.fixed-actions-wrap.has-mobile-fab.is-fab-open .fixed-action:nth-child(2) { animation-delay: .05s; }
.fixed-actions-wrap.has-mobile-fab.is-fab-open .fixed-action:nth-child(3) { animation-delay: .08s; }
.fixed-actions-wrap.has-mobile-fab.is-fab-open .fixed-action:nth-child(4) { animation-delay: .11s; }
.fixed-actions-wrap.has-mobile-fab.is-fab-open .fixed-action:nth-child(5) { animation-delay: .14s; }
.fixed-actions-wrap.has-mobile-fab:not(.is-fab-open) .fixed-actions .fixed-action {
  pointer-events: none;
}
@media (max-width: 800px) {
  .fixed-actions-wrap {
    right: max(12px, env(safe-area-inset-right, 0px));
    bottom: max(12px, env(safe-area-inset-bottom, 0px));
    gap: 8px;
  }
  .fixed-actions {
    gap: 8px;
  }
  .fixed-action,
  .back-to-top {
    box-shadow: none;
  }
}
@keyframes fabMobileReveal {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
.fixed-action--no-mobile { display: none !important; }
.fixed-action--no-desktop { display: flex; }
@media (min-width: 801px) {
  .fixed-action--no-mobile { display: flex !important; }
  .fixed-action--no-desktop { display: none !important; }
}
.back-to-top {
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
}
.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
html[data-theme="dark"] .fixed-action,
html[data-theme="dark"] .back-to-top {
  box-shadow: none;
}

/* Legacy selectors kept for compatibility */
.fixed-actions-old { display: none; }

/* Top bar — dil bazlı duyuru */
.site-topbar {
  background: #1a3a44;
  color: #fff;
  font-size: 13px;
  line-height: 1.3;
}
.site-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 36px;
  padding: 6px 0;
}
.site-topbar-text a { color: inherit; text-decoration: none; }
.site-topbar-meta a { color: rgba(255,255,255,.9); text-decoration: none; font-size: 12px; }
.site-topbar.topbar-hide-mobile { display: block; }
body.has-site-topbar { --topbar-h: 48px; }
@media (max-width: 800px) {
  .site-topbar.topbar-hide-mobile { display: none; }
  .site-topbar:not(.topbar-hide-mobile) .site-topbar-inner { flex-direction: column; align-items: flex-start; }
}

/* Sabit iletişim butonları — see .fixed-actions-wrap above */
.fixed-actions-wrap .fixed-actions {
  position: static;
  right: auto;
  bottom: auto;
}

.hero-dots {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 5;
}
.hero-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  background: rgba(255,255,255,.45);
  cursor: pointer;
  padding: 0;
  transition: none;
}
.hero-dot.is-active { background: #fff; width: 10px; }

.news-card,
.news-card *,
.product-card,
.product-card a,
.product-card .thumb-link,
.archive-card,
.archive-card a {
  -webkit-user-drag: none;
}
body.page-product .product-main-image,
body.page-product .gallery-slide {
  background: transparent !important;
  box-shadow: none !important;
}
body.page-product .related-slider .product-card,
body.page-product .related-slider .product-card .thumb {
  overflow: visible;
}
body.page-product .screws-images figure,
body.page-product .features-card,
body.page-product .about-panel,
body.page-product .guide-cta {
  overflow: hidden;
}
body.page-product .screws-panel,
body.page-product .screws-images figure,
body.page-product .screws-images img {
  border-radius: 28px !important;
}

