@charset "UTF-8";
/**
 * MCE Ahşap — Hakkımızda (ana sayfa ile uyumlu, sayfaya özgü ritim)
 * .ab-* sınıfları; .page-about gövdesi
 */

/* —— Header (görüntü üstü) —— */
.page-about .head.head--ghost:not(.is-scrolled) {
  background: transparent;
  border-bottom-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.page-about #ab-hero {
  scroll-margin-top: calc(var(--head-h) + 0.5rem);
}

/* —— Breadcrumb —— */
.ab-bc {
  display: block;
  margin-bottom: 1.15rem;
}
.ab-bc__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.3rem 0.2rem;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 252, 248, 0.4);
}
.ab-bc__item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.ab-bc__item:not(:last-child)::after {
  content: "·";
  opacity: 0.45;
}
.ab-bc__a {
  color: rgba(255, 250, 245, 0.88);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.25s, border-color 0.25s;
}
.ab-bc__a:hover {
  color: var(--logo-honey);
  border-bottom-color: rgba(196, 165, 116, 0.45);
}
.ab-bc__item--cur {
  color: var(--logo-honey);
}

/* —— 1 · Hero (ana sayfa hero ile aynı renk/ışık dili) —— */
.ab-hero {
  --ab-hero-h: 600px;
  position: relative;
  min-height: var(--ab-hero-h);
  height: var(--ab-hero-h);
  display: block;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  isolation: isolate;
  background: #0a0908;
}

.ab-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.ab-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 42%;
  transform: scale(1.05);
  animation: abKenBurns 32s var(--hero-fade) infinite alternate;
  will-change: transform;
  filter: contrast(1.05) saturate(0.95);
}
@keyframes abKenBurns {
  0% {
    transform: scale(1.05) translate3d(0, 0, 0);
  }
  100% {
    transform: scale(1.12) translate3d(-0.4%, 0.3%, 0);
  }
}

/* Ana sayfa .hero__overlay benzeri: marka ısığı solda */
.ab-hero__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
      100deg,
      rgba(196, 165, 116, 0.22) 0%,
      rgba(var(--hero-brand), 0.72) 12%,
      rgba(var(--hero-brand), 0.4) 30%,
      rgba(var(--hero-brand), 0.1) 48%,
      rgba(0, 0, 0, 0) 58%
    ),
    linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.5) 100%),
    rgba(0, 0, 0, 0.32);
}
.ab-hero__grain {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.07;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}
.ab-hero__noise {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.045;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.ab-hero__frame {
  position: relative;
  z-index: 2;
  min-height: var(--ab-hero-h);
  display: flex;
  flex-direction: column;
  padding: calc(var(--head-h) + 0.4rem) 0 1rem;
  box-sizing: border-box;
}
.ab-hero__frame::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(196, 165, 116, 0.45) 20%, rgba(196, 165, 116, 0.45) 80%, transparent);
  opacity: 0.6;
  pointer-events: none;
  z-index: 3;
}

.ab-hero__body {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: min(46rem, 100%);
  padding: 0.25rem 0 1.25rem 1.1rem;
}
.ab-hero__rail {
  position: absolute;
  left: 0;
  top: 0.25rem;
  bottom: 1rem;
  width: 2px;
  background: linear-gradient(180deg, var(--logo-honey), rgba(196, 165, 116, 0.15) 60%, transparent);
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(196, 165, 116, 0.25);
}
.ab-hero__h {
  font-family: var(--font-ed);
  font-size: clamp(2.05rem, 0.45rem + 3.8vw, 3.15rem);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: #fff;
  margin: 0 0 0.9rem;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.5);
  max-width: 22ch;
}
.ab-hero__h-l1 {
  display: block;
  font-size: 1.05em;
  font-weight: 600;
  letter-spacing: 0.03em;
  background: linear-gradient(105deg, #fff 0%, rgba(255, 250, 245, 0.9) 55%, var(--logo-honey) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 2px 20px rgba(0, 0, 0, 0.45));
  padding-bottom: 0.15em;
  border-bottom: 2px solid rgba(196, 165, 116, 0.35);
  margin-bottom: 0.2em;
  width: fit-content;
  max-width: 100%;
}
@supports not (background-clip: text) {
  .ab-hero__h-l1 {
    background: none;
    -webkit-text-fill-color: #fff;
    color: #fff;
  }
}
.ab-hero__h-l2 {
  display: block;
  font-size: 1.12em;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--logo-honey);
  text-shadow: 0 0 32px rgba(196, 165, 116, 0.35), 0 2px 18px rgba(0, 0, 0, 0.55);
}
.ab-hero__p {
  margin: 0 0 1.1rem;
  font-size: clamp(1.1rem, 0.3vw + 1.02rem, 1.22rem);
  line-height: 1.78;
  color: rgba(252, 250, 247, 0.94);
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.4);
  max-width: 38rem;
  font-weight: 400;
}

.ab-hero__scroll {
  margin-top: auto;
  align-self: center;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: rgba(255, 250, 245, 0.7);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0.5rem 1.1rem 0.5rem 0.85rem;
  border: 1px solid rgba(196, 165, 116, 0.28);
  border-radius: 3px 10px 10px 3px;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(20, 16, 12, 0.55) 100%);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: color 0.3s, border-color 0.3s, background 0.3s, transform 0.4s var(--ease-out), box-shadow 0.3s;
  animation: abFloat 3.2s ease-in-out infinite;
}
.ab-hero__scroll-line {
  width: 1px;
  height: 1.4rem;
  background: linear-gradient(180deg, rgba(196, 165, 116, 0.15), var(--logo-honey) 40%, rgba(196, 165, 116, 0.2));
  border-radius: 1px;
  box-shadow: 0 0 12px rgba(196, 165, 116, 0.35);
  flex-shrink: 0;
}
.ab-hero__scroll-t {
  max-width: 12rem;
  line-height: 1.35;
  text-align: left;
}
.ab-hero__scroll-ico {
  width: 1.1rem;
  height: 1.1rem;
  flex-shrink: 0;
  opacity: 0.7;
  transition: transform 0.45s var(--ease-out), opacity 0.3s;
}
.ab-hero__scroll:hover {
  color: var(--logo-honey);
  border-color: rgba(196, 165, 116, 0.55);
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.55) 0%, rgba(30, 22, 16, 0.75) 100%);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.ab-hero__scroll:hover .ab-hero__scroll-ico {
  transform: translateY(3px);
  opacity: 1;
}
@keyframes abFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 3px, 0);
  }
}

/* Hero giriş: kısa fade — rail serbest */
@media (prefers-reduced-motion: no-preference) {
  .ab-hero__body > *:not(.ab-hero__rail) {
    animation: abHeroFade 0.88s var(--ease-out) 0.08s both;
  }
}
@keyframes abHeroFade {
  from {
    opacity: 0;
    transform: translate3d(0, 12px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ab-hero__bg img {
    animation: none;
  }
  .ab-hero__scroll {
    animation: none;
  }
}

@media (max-width: 600px) {
  .ab-hero {
    height: auto;
    min-height: min(100svh, 600px);
  }
  .ab-hero__frame {
    min-height: min(100svh, 600px);
  }
  .ab-hero__h {
    max-width: none;
  }
  .ab-hero__rail {
    display: none;
  }
  .ab-hero__body {
    padding-left: 0;
  }
}

/* —— 2 · Manifesto —— */
.ab-manifest {
  position: relative;
  padding: clamp(5.25rem, 10vw, 8.5rem) 0;
  background: #f3ebe3;
  background-image: linear-gradient(90deg, rgba(44, 24, 16, 0.03) 1px, transparent 1px),
    linear-gradient(rgba(44, 24, 16, 0.03) 1px, transparent 1px);
  background-size: 1.5rem 1.5rem;
  border-bottom: 1px solid var(--c-border);
}
.ab-manifest::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 8%;
  right: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--c-border) 20%, var(--c-border) 80%, transparent);
  opacity: 0.5;
}
.ab-man__in {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(2.25rem, 5.5vw, 4.5rem);
  align-items: start;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 min(1.5rem, 4vw);
}
.ab-man__col--lead {
  position: relative;
  padding-top: 0.5rem;
}
.ab-man__n {
  position: absolute;
  left: 0;
  top: 0.2rem;
  font-family: var(--font-ed);
  font-size: clamp(3.2rem, 5vw, 4.5rem);
  line-height: 0.8;
  font-weight: 500;
  color: rgba(128, 84, 61, 0.12);
  user-select: none;
  pointer-events: none;
}
.ab-man__ey {
  position: relative;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--logo-mahogany);
  margin: 0 0 0.5rem;
}
.ab-man__h {
  position: relative;
  font-family: var(--font-ed);
  font-size: clamp(2rem, 0.3rem + 2.2vw, 2.65rem);
  line-height: 1.2;
  font-weight: 500;
  color: var(--c-ink);
  margin: 0 0 0.9rem;
  letter-spacing: -0.02em;
}
.ab-man__h em {
  color: var(--logo-mahogany);
  font-style: italic;
  font-weight: 500;
}
.ab-man__lead {
  font-size: 1.12rem;
  line-height: 1.85;
  color: var(--c-muted);
  margin: 0;
  max-width: 32rem;
}
.ab-man__p {
  position: relative;
  margin: 0 0 1.1rem;
  padding-left: 0.85rem;
  font-size: 1.12rem;
  line-height: 1.85;
  color: var(--c-muted);
  max-width: 46rem;
  border-left: 2px solid rgba(196, 165, 116, 0.45);
}
.ab-man__p strong {
  color: var(--c-ink);
  font-weight: 600;
}
.ab-man__p--mark {
  border-left-color: var(--logo-mahogany);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5), transparent);
  padding: 0.75rem 0.5rem 0.75rem 0.85rem;
  border-radius: 0 0.2rem 0.2rem 0;
  font-size: 0.98rem;
  color: var(--c-ink);
}
.ab-man__col--body .ab-man__p:last-child {
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .ab-man__in {
    grid-template-columns: 1fr;
  }
  .ab-man__n {
    right: 0.5rem;
    left: auto;
  }
}

.ab-man__mv {
  --mv-radius: 1.35rem;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.1rem, 2.2vw, 1.5rem);
  max-width: var(--max);
  margin: clamp(2.5rem, 5vw, 3.75rem) auto 0;
  padding: clamp(1.75rem, 3vw, 2.5rem) min(1.5rem, 4vw);
  isolation: isolate;
}
.ab-man__mv-backdrop {
  position: absolute;
  inset: 0 0 auto;
  z-index: 0;
  height: min(18rem, 50vw);
  border-radius: var(--mv-radius);
  background: linear-gradient(135deg, rgba(196, 165, 116, 0.14) 0%, rgba(128, 84, 61, 0.06) 50%, rgba(44, 24, 16, 0.04) 100%);
  filter: blur(0);
  pointer-events: none;
}
.ab-man__mv-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.55;
  pointer-events: none;
}
.ab-man__mv-glow--a {
  width: 45%;
  height: 8rem;
  top: 0.5rem;
  left: 5%;
  background: radial-gradient(ellipse, rgba(196, 165, 116, 0.4) 0%, transparent 70%);
}
.ab-man__mv-glow--b {
  width: 40%;
  height: 7rem;
  top: 1.5rem;
  right: 8%;
  background: radial-gradient(ellipse, rgba(128, 84, 61, 0.22) 0%, transparent 70%);
}
.ab-man__mv-card {
  position: relative;
  z-index: 1;
  padding: clamp(1.65rem, 2.2vw, 2.05rem) clamp(1.5rem, 2.1vw, 1.9rem) clamp(1.65rem, 2.1vw, 1.95rem);
  border-radius: var(--mv-radius);
  border: 1px solid rgba(255, 255, 255, 0.75);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 252, 248, 0.98) 40%, #faf5ef 100%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.95) inset, 0 4px 6px -1px rgba(44, 24, 16, 0.06), 0 22px 50px -20px rgba(44, 24, 16, 0.2);
  overflow: hidden;
  transition: transform 0.45s var(--ease-out), box-shadow 0.45s, border-color 0.3s;
}
.ab-man__mv-sheen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--logo-honey) 0%, var(--logo-mahogany) 55%, rgba(196, 165, 116, 0.45) 100%);
  border-radius: var(--mv-radius) var(--mv-radius) 0 0;
  opacity: 0.9;
  pointer-events: none;
}
.ab-man__mv-card--vision .ab-man__mv-sheen {
  background: linear-gradient(90deg, #5a3d2e 0%, var(--logo-honey) 45%, var(--logo-mahogany) 100%);
}
.ab-man__mv-card::after {
  content: "";
  position: absolute;
  right: -15%;
  bottom: -25%;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(196, 165, 116, 0.09) 0%, transparent 65%);
  pointer-events: none;
  transition: transform 0.5s var(--ease-out);
}
.ab-man__mv-card--vision::after {
  right: auto;
  left: -10%;
  background: radial-gradient(circle, rgba(128, 84, 61, 0.08) 0%, transparent 60%);
}
.ab-man__mv-card:hover {
  transform: translate3d(0, -5px, 0);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.95) inset, 0 12px 32px -8px rgba(44, 24, 16, 0.12), 0 32px 60px -28px rgba(44, 24, 16, 0.22);
  border-color: rgba(196, 165, 116, 0.35);
}
.ab-man__mv-card:hover::after {
  transform: scale(1.05);
}
@media (prefers-reduced-motion: reduce) {
  .ab-man__mv-card:hover {
    transform: none;
  }
  .ab-man__mv-card:hover::after {
    transform: none;
  }
}
.ab-man__mv-top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: start;
  gap: 0.6rem 0.9rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(44, 24, 16, 0.08);
}
.ab-man__mv-num {
  font-family: var(--font-ed);
  font-size: clamp(2.05rem, 0.25rem + 1.3vw, 2.6rem);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.04em;
  color: rgba(196, 165, 116, 0.55);
  user-select: none;
}
.ab-man__mv-ey {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--logo-mahogany);
  margin: 0 0 0.2rem;
  opacity: 0.8;
}
.ab-man__mv-titles {
  min-width: 0;
  padding-top: 0.15rem;
}
.ab-man__mv-h {
  position: relative;
  font-family: var(--font-ed);
  font-size: clamp(1.32rem, 0.12rem + 0.8vw, 1.6rem);
  font-weight: 600;
  color: var(--c-ink);
  margin: 0;
  letter-spacing: -0.02em;
  line-height: 1.2;
  background: linear-gradient(100deg, var(--c-ink) 0%, #4a3a32 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@supports not (background-clip: text) {
  .ab-man__mv-h {
    background: none;
    -webkit-text-fill-color: var(--c-ink);
    color: var(--c-ink);
  }
}
.ab-man__mv-ico {
  color: var(--logo-mahogany);
  opacity: 0.35;
  line-height: 0;
  transition: opacity 0.35s, color 0.35s, transform 0.4s;
}
.ab-man__mv-ico svg {
  display: block;
}
.ab-man__mv-card:hover .ab-man__mv-ico {
  opacity: 0.55;
  color: var(--logo-honey);
  transform: rotate(-4deg) scale(1.04);
}
@media (prefers-reduced-motion: reduce) {
  .ab-man__mv-card:hover .ab-man__mv-ico {
    transform: none;
  }
}
.ab-man__mv-p {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.8;
  color: var(--c-muted);
  letter-spacing: 0.01em;
}
@media (max-width: 720px) {
  .ab-man__mv {
    grid-template-columns: 1fr;
  }
  .ab-man__mv-top {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0.4rem 0.75rem;
  }
  .ab-man__mv-num {
    flex-shrink: 0;
  }
  .ab-man__mv-titles {
    flex: 1 1 12rem;
  }
  .ab-man__mv-ico {
    margin-left: auto;
    margin-top: 0;
  }
}

/* —— 3 · İlkeler (kartlar) —— */
.ab-tenet {
  padding: clamp(4.75rem, 8.5vw, 7.25rem) 0;
  background: linear-gradient(180deg, #fdfaf6 0%, #f5eee6 100%);
  border-bottom: 1px solid var(--c-border);
  position: relative;
}
.ab-tenet::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 50% 40% at 10% 0%, rgba(196, 165, 116, 0.08) 0%, transparent 60%);
  pointer-events: none;
}
.ab-tenet__in {
  position: relative;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 min(1.5rem, 4vw);
}
.ab-tenet__head {
  text-align: center;
  max-width: 50rem;
  margin: 0 auto 3.6rem;
}
.ab-tenet__ey {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--logo-mahogany);
  margin: 0 0 0.5rem;
}
.ab-tenet__h {
  font-family: var(--font-ed);
  font-size: clamp(1.95rem, 0.3rem + 1.7vw, 2.5rem);
  color: var(--c-ink);
  margin: 0 0 0.9rem;
  font-weight: 500;
  line-height: 1.2;
}
.ab-tenet__sub {
  margin: 0;
  font-size: 1.14rem;
  line-height: 1.8;
  color: var(--c-muted);
}
.ab-tenet__g {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  align-items: stretch;
}
.ab-tenet__cell {
  position: relative;
  padding: 2.35rem 1.9rem 2.1rem 1.9rem;
  text-align: left;
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-soft);
  transition: transform 0.45s var(--ease-out), box-shadow 0.45s var(--ease-out), border-color 0.35s;
  overflow: hidden;
}
.ab-tenet__cell::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--logo-honey), var(--logo-mahogany));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s var(--ease-out);
}
.ab-tenet__cell:hover {
  transform: translate3d(0, -4px, 0);
  box-shadow: var(--shadow-lift);
  border-color: rgba(128, 84, 61, 0.2);
}
.ab-tenet__cell:hover::after {
  transform: scaleX(1);
}
.ab-tenet__ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.85rem;
  height: 2.85rem;
  border-radius: 12px;
  margin-bottom: 1.15rem;
  background: linear-gradient(145deg, #faf6f0, #e8ded4);
  border: 1px solid var(--c-border);
  position: relative;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  color: var(--logo-mahogany);
  flex-shrink: 0;
}
.ab-tenet__svg {
  width: 1.65rem;
  height: 1.65rem;
  display: block;
  opacity: 0.92;
}
.ab-tenet__cell:hover .ab-tenet__ico {
  color: #4a3024;
  border-color: rgba(196, 165, 116, 0.45);
}
.ab-tenet__cell:hover .ab-tenet__svg {
  opacity: 1;
}
.ab-tenet__cell h3 {
  font-family: var(--font-ed);
  font-size: 1.45rem;
  font-weight: 500;
  color: var(--c-ink);
  margin: 0 0 0.65rem;
  line-height: 1.25;
}
.ab-tenet__cell p {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.82;
  color: var(--c-muted);
}
.ab-tenet__cell--accent {
  background: linear-gradient(165deg, #fff 0%, #f4ebe3 100%);
  border-color: rgba(196, 165, 116, 0.35);
}
@media (max-width: 900px) {
  .ab-tenet__g {
    grid-template-columns: 1fr;
  }
}

/* —— 4 · Uygulama alanları (scope) —— */
.ab-scene--scope {
  position: relative;
  padding: clamp(3.9rem, 6.5vw, 5.5rem) 0;
  color: var(--c-ink);
  border-bottom: 1px solid var(--c-border);
  overflow: hidden;
  background: #f3f0eb;
  background-image: linear-gradient(180deg, #faf7f2 0%, #ebe6df 100%);
  isolation: isolate;
}
.ab-scene--scope .ab-scene__in {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0 min(1.5rem, 4vw);
}
.ab-scope__deco {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.ab-scope__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.45;
  animation: abScopeOrb 14s ease-in-out infinite;
}
.ab-scope__orb--a {
  width: min(55vw, 22rem);
  height: min(55vw, 22rem);
  top: -8%;
  right: -5%;
  background: radial-gradient(circle, rgba(196, 165, 116, 0.5) 0%, transparent 68%);
}
.ab-scope__orb--b {
  width: min(50vw, 18rem);
  height: min(50vw, 18rem);
  bottom: 5%;
  left: -8%;
  background: radial-gradient(circle, rgba(128, 84, 61, 0.18) 0%, transparent 70%);
  animation-delay: -7s;
}
@media (prefers-reduced-motion: reduce) {
  .ab-scope__orb {
    animation: none;
  }
}
@keyframes abScopeOrb {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(-1.5%, 2%, 0) scale(1.04);
  }
}
.ab-scope__head {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 1.5rem 2.5rem;
  align-items: end;
  margin-bottom: clamp(2.25rem, 4vw, 3rem);
  padding-bottom: 1.75rem;
  border-bottom: 1px solid rgba(44, 24, 16, 0.1);
}
.ab-scope__ey {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--logo-mahogany);
  margin: 0 0 0.55rem;
  padding: 0.35rem 0.7rem 0.38rem;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(196, 165, 116, 0.3);
  border-radius: 999px;
  box-shadow: 0 2px 10px -4px rgba(44, 24, 16, 0.15);
}
.ab-scope__h {
  font-family: var(--font-ed);
  font-size: clamp(1.95rem, 0.25rem + 1.6vw, 2.65rem);
  font-weight: 500;
  line-height: 1.12;
  margin: 0;
  color: #2a1f1a;
  letter-spacing: -0.02em;
}
.ab-scope__lede {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.85;
  color: var(--c-muted);
  max-width: 32rem;
  justify-self: end;
  padding: 0.2rem 0 0.15rem 0.5rem;
  border-left: 2px solid rgba(196, 165, 116, 0.55);
}
@media (max-width: 800px) {
  .ab-scope__head {
    grid-template-columns: 1fr;
  }
  .ab-scope__lede {
    justify-self: start;
    border-left: 0;
    border-top: 1px solid rgba(196, 165, 116, 0.35);
    padding: 0.9rem 0 0 0;
  }
}
.ab-scope__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.05rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 640px) {
  .ab-scope__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.15rem 1.2rem;
  }
}
@media (min-width: 1000px) {
  .ab-scope__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.ab-scope__card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 1.6rem 1.4rem 1.65rem 1.45rem;
  border-radius: 1.1rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.95) inset, 0 4px 6px -1px rgba(44, 24, 16, 0.04), 0 16px 40px -24px rgba(44, 24, 16, 0.12);
  transition: transform 0.4s var(--ease-out), box-shadow 0.4s, border-color 0.3s;
  overflow: hidden;
}
.ab-scope__card:hover {
  transform: translate3d(0, -4px, 0);
  border-color: rgba(196, 165, 116, 0.35);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.98) inset, 0 20px 48px -20px rgba(44, 24, 16, 0.16);
}
@media (prefers-reduced-motion: reduce) {
  .ab-scope__card:hover {
    transform: none;
  }
}
.ab-scope__bar {
  position: absolute;
  top: 0;
  left: 0.85rem;
  right: 0.85rem;
  height: 3px;
  border-radius: 0 0 3px 3px;
  background: linear-gradient(90deg, var(--logo-honey) 0%, var(--logo-mahogany) 100%);
  opacity: 0.85;
  pointer-events: none;
}
.ab-scope__card[data-index="1"] .ab-scope__bar {
  background: linear-gradient(90deg, #8b6b4a 0%, #c4a574 100%);
}
.ab-scope__card[data-index="2"] .ab-scope__bar {
  background: linear-gradient(90deg, #5c4030 0%, #a88f6f 100%);
}
.ab-scope__card[data-index="4"] .ab-scope__bar {
  background: linear-gradient(90deg, var(--logo-mahogany) 0%, var(--logo-honey) 100%);
}
.ab-scope__card[data-index="5"] .ab-scope__bar {
  background: linear-gradient(90deg, #6d4a38 0%, #d4b896 100%);
}
.ab-scope__card[data-index="6"] .ab-scope__bar {
  background: linear-gradient(90deg, #3d2a22 0%, #8b7355 100%);
}
.ab-scope__card[data-index="3"] .ab-scope__bar {
  height: 4px;
  background: linear-gradient(90deg, #c4a574 0%, var(--logo-mahogany) 50%, var(--logo-honey) 100%);
  opacity: 1;
}
.ab-scope__card--feat {
  border-color: rgba(196, 165, 116, 0.45);
  background: linear-gradient(165deg, #fff 0%, #fffcf7 100%);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.95) inset, 0 8px 32px -12px rgba(196, 165, 116, 0.25);
}
@media (min-width: 640px) {
  .ab-scope__card--feat {
    grid-column: 1 / -1;
  }
}
.ab-scope__ix {
  position: absolute;
  top: 1.1rem;
  right: 1.15rem;
  font-family: var(--font-ed);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: rgba(128, 84, 61, 0.32);
  user-select: none;
  line-height: 1;
}
.ab-scope__tag {
  display: inline-flex;
  align-self: flex-start;
  font-size: 0.59rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--logo-mahogany);
  margin: 0 0 0.5rem;
  padding: 0.24rem 0.52rem 0.26rem;
  background: linear-gradient(180deg, rgba(196, 165, 116, 0.16) 0%, rgba(196, 165, 116, 0.05) 100%);
  border: 1px solid rgba(196, 165, 116, 0.3);
  border-radius: 7px;
}
.ab-scope__t {
  font-family: var(--font-ed);
  font-size: clamp(1.14rem, 0.1rem + 0.45vw, 1.3rem);
  font-weight: 500;
  line-height: 1.3;
  color: var(--c-ink);
  margin: 0 0 0.5rem;
  letter-spacing: -0.02em;
  padding-right: 2.75rem;
}
.ab-scope__card--feat .ab-scope__t {
  font-size: clamp(1.28rem, 0.12rem + 0.5vw, 1.4rem);
}
.ab-scope__d {
  margin: 0;
  font-size: 1.04rem;
  line-height: 1.75;
  color: var(--c-muted);
}
@media (min-width: 1000px) {
  .ab-scope__card--feat {
    padding: 1.85rem 2.1rem 1.9rem;
  }
}

/* —— 5 · Atölye (studio) —— */
.ab-work {
  position: relative;
  padding: 0;
  border-bottom: 1px solid var(--c-border);
  overflow: hidden;
  isolation: isolate;
}
.ab-work--studio {
  background: linear-gradient(175deg, #e8e3dc 0%, #f5f0eb 38%, #ddd7cf 100%);
}
.ab-work--studio::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 1;
  background: linear-gradient(90deg, var(--logo-mahogany) 0%, var(--logo-honey) 55%, rgba(196, 165, 116, 0.45) 100%);
  opacity: 0.95;
  pointer-events: none;
}
.ab-work__veil {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.ab-work__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(64px);
  opacity: 0.55;
  animation: abWorkOrb 18s ease-in-out infinite;
}
.ab-work__orb--a {
  width: min(48vw, 20rem);
  height: min(48vw, 20rem);
  top: 4%;
  right: -6%;
  background: radial-gradient(circle, rgba(196, 165, 116, 0.35) 0%, transparent 65%);
}
.ab-work__orb--b {
  width: min(42vw, 16rem);
  height: min(42vw, 16rem);
  bottom: 18%;
  left: -4%;
  background: radial-gradient(circle, rgba(128, 84, 61, 0.2) 0%, transparent 68%);
  animation-delay: -9s;
}
@media (prefers-reduced-motion: reduce) {
  .ab-work__orb {
    animation: none;
  }
}
@keyframes abWorkOrb {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(1.2%, -1.5%, 0) scale(1.05);
  }
}
.ab-work__board {
  position: relative;
  z-index: 1;
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(2.5rem, 4vw, 3.25rem) min(1.5rem, 4vw) clamp(3.5rem, 5.5vw, 4.75rem);
}
.ab-work__intro {
  max-width: 48rem;
  margin: 0 0 clamp(2rem, 3.5vw, 2.75rem);
  padding-bottom: clamp(1.25rem, 2vw, 1.65rem);
  border-bottom: 1px solid rgba(36, 28, 22, 0.12);
}
.ab-work--studio .ab-work__ey {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 0.85rem;
  padding: 0.32rem 0.7rem 0.34rem 0.62rem;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--logo-mahogany);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 250, 244, 0.88) 100%);
  border: 1px solid rgba(196, 165, 116, 0.4);
  border-radius: 999px;
  box-shadow: 0 4px 20px -8px rgba(40, 28, 20, 0.15);
}
.ab-work--studio .ab-work__ey::after {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--logo-honey), var(--logo-mahogany));
  opacity: 0.9;
  flex-shrink: 0;
}
.ab-work--studio .ab-work__h {
  font-family: var(--font-ed);
  font-size: clamp(2.05rem, 0.45rem + 2.2vw, 2.9rem);
  font-weight: 500;
  line-height: 1.1;
  margin: 0;
  color: #1a1410;
  letter-spacing: -0.03em;
  text-wrap: balance;
}
.ab-work__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.75rem, 3.5vw, 2.5rem);
  align-items: start;
}
@media (min-width: 960px) {
  .ab-work__layout {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 2.25rem 2.5rem;
  }
}
.ab-work__visual {
  position: relative;
  margin: 0;
  padding: 0;
  border-radius: 1.15rem;
}
.ab-work__visual-bezel {
  position: absolute;
  z-index: 0;
  inset: 0.55rem 0.55rem -0.4rem -0.45rem;
  border-radius: 1.2rem 1.35rem 0.4rem 1.1rem;
  background: linear-gradient(145deg, rgba(196, 165, 116, 0.22) 0%, rgba(44, 24, 16, 0.06) 100%);
  border: 1px solid rgba(196, 165, 116, 0.32);
  pointer-events: none;
}
.ab-work__visual-in {
  position: relative;
  z-index: 1;
  border-radius: 1.05rem;
  overflow: hidden;
  background: #1a1410;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset, 0 24px 48px -20px rgba(0, 0, 0, 0.45),
    0 60px 100px -48px rgba(40, 28, 20, 0.35);
  aspect-ratio: 4 / 5;
  max-height: min(75vh, 36rem);
}
.ab-work__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 0.7s var(--ease-out);
}
@media (hover: hover) and (pointer: fine) {
  .ab-work__visual:hover .ab-work__img {
    transform: scale(1.04);
  }
}
@media (prefers-reduced-motion: reduce) {
  .ab-work__visual:hover .ab-work__img {
    transform: scale(1.01);
  }
}
.ab-work__cap {
  position: relative;
  z-index: 2;
  margin: 0.9rem 0 0 0.15rem;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(86, 68, 58, 0.7);
  max-width: 24rem;
}
.ab-work__column {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  min-width: 0;
}
.ab-work__panel {
  padding: 1.55rem 1.5rem 1.65rem 1.5rem;
  border-radius: 1rem;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 252, 248, 0.72) 100%);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.95) inset, 0 20px 50px -28px rgba(30, 22, 16, 0.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.ab-work__panel .ab-work__p {
  margin: 0 0 1rem;
  font-size: 1.12rem;
  line-height: 1.85;
  color: #3a302a;
  max-width: none;
}
.ab-work__panel .ab-work__p:last-of-type {
  margin-bottom: 0;
}
.ab-work__p--note {
  font-size: 1.05rem;
  line-height: 1.78;
  color: rgba(70, 58, 50, 0.85);
  opacity: 0.95;
  margin-top: 0.25rem;
}
.ab-work__trio {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ab-work__trio li {
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
  background: #14100d;
  border: 1px solid rgba(196, 165, 116, 0.2);
  box-shadow: 0 8px 28px -12px rgba(0, 0, 0, 0.3);
  aspect-ratio: 1;
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.35s var(--ease-out);
}
@media (hover: hover) and (pointer: fine) {
  .ab-work__trio li:hover {
    border-color: rgba(196, 165, 116, 0.45);
    box-shadow: 0 12px 36px -10px rgba(0, 0, 0, 0.28);
    transform: translate3d(0, -2px, 0);
  }
}
.ab-work__trio img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease-out);
}
@media (hover: hover) and (pointer: fine) {
  .ab-work__trio li:hover img {
    transform: scale(1.05);
  }
}
@media (prefers-reduced-motion: reduce) {
  .ab-work__trio li:hover,
  .ab-work__trio li:hover img {
    transform: none;
  }
}
.ab-work__cta {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 0.45rem;
  margin-top: 0.1rem;
  padding: 0.72rem 1.2rem 0.75rem 1.1rem;
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  color: #faf5ef;
  background: linear-gradient(135deg, #5c3d2e 0%, #3a2820 50%, #2a1f1a 100%);
  border: 1px solid rgba(196, 165, 116, 0.28);
  border-radius: 999px;
  box-shadow: 0 4px 20px -6px rgba(0, 0, 0, 0.35);
  transition: transform 0.3s var(--ease-out), box-shadow 0.3s, gap 0.3s, border-color 0.25s, color 0.25s;
}
.ab-work__cta:hover {
  color: #fff;
  gap: 0.6rem;
  border-color: rgba(212, 184, 150, 0.45);
  box-shadow: 0 8px 28px -6px rgba(0, 0, 0, 0.4);
  transform: translate3d(0, -1px, 0);
}
.ab-work__cta:focus-visible {
  outline: 2px solid var(--logo-honey);
  outline-offset: 3px;
}
@media (prefers-reduced-motion: reduce) {
  .ab-work__cta:hover {
    transform: none;
  }
}

/* —— 7 · Alıntı (credo) —— */
.ab-pledge--credo {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-top: 1px solid rgba(196, 165, 116, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  overflow: hidden;
  background: radial-gradient(120% 80% at 50% 0%, #2a2420 0%, #12100e 45%, #0a0908 100%);
  isolation: isolate;
  quotes: none;
}
.ab-pledge--credo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  z-index: 2;
  background: linear-gradient(90deg, transparent, rgba(196, 165, 116, 0.35) 20%, rgba(196, 165, 116, 0.35) 80%, transparent);
  pointer-events: none;
  opacity: 0.6;
}
.ab-pledge__credo {
  position: relative;
  z-index: 1;
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(2.75rem, 5vw, 4.25rem) min(1.5rem, 4vw);
}
.ab-pledge__credo-deco {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.ab-pledge__credo-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(58px);
  opacity: 0.42;
  animation: abPledgeOrb 22s ease-in-out infinite;
}
.ab-pledge__credo-orb--a {
  width: min(52vw, 22rem);
  height: min(52vw, 22rem);
  top: -18%;
  right: -8%;
  background: radial-gradient(circle, rgba(196, 165, 116, 0.4) 0%, transparent 68%);
}
.ab-pledge__credo-orb--b {
  width: min(40vw, 16rem);
  height: min(40vw, 16rem);
  bottom: -12%;
  left: -2%;
  background: radial-gradient(circle, rgba(128, 84, 61, 0.28) 0%, transparent 70%);
  animation-delay: -11s;
}
@media (prefers-reduced-motion: reduce) {
  .ab-pledge__credo-orb {
    animation: none;
  }
}
@keyframes abPledgeOrb {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(-1.2%, 1.8%, 0) scale(1.06);
  }
}
.ab-pledge__credo-surface {
  position: relative;
  z-index: 1;
  max-width: 56rem;
  margin: 0 auto;
  padding: clamp(1.85rem, 3.5vw, 2.65rem) clamp(1.45rem, 2.5vw, 2.1rem) clamp(1.95rem, 2.8vw, 2.5rem) clamp(1.45rem, 2.5vw, 2.1rem);
  border-radius: 1.2rem;
  background: linear-gradient(165deg, rgba(52, 44, 38, 0.55) 0%, rgba(20, 16, 14, 0.88) 100%);
  border: 1px solid rgba(196, 165, 116, 0.18);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04) inset, 0 28px 72px -36px rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(14px) saturate(1.1);
  -webkit-backdrop-filter: blur(14px) saturate(1.1);
}
@media (max-width: 480px) {
  .ab-pledge__credo-surface {
    padding: 1.5rem 1.15rem 1.65rem;
  }
}
.ab-pledge__credo-surface::before {
  content: "\201C";
  position: absolute;
  top: 0.2rem;
  left: 0.55rem;
  font-family: var(--font-ed);
  font-size: clamp(3.25rem, 12vw, 4.5rem);
  line-height: 0.9;
  color: rgba(196, 165, 116, 0.14);
  user-select: none;
  pointer-events: none;
}
.ab-pledge__credo-t {
  position: relative;
  margin: 0;
  padding: 0.4rem 0 0.2rem 0.35rem;
  max-width: 100%;
  font-family: var(--font-ed);
  font-size: clamp(1.3rem, 0.12rem + 1.15vw, 1.65rem);
  line-height: 1.58;
  font-style: normal;
  font-weight: 400;
  color: #ede6de;
  letter-spacing: -0.018em;
  text-wrap: balance;
}
@media (min-width: 700px) {
  .ab-pledge__credo-t {
    padding-left: 0.1rem;
    padding-top: 0.65rem;
  }
}
.ab-pledge__credo-ft {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.7rem;
  margin: 1.65rem 0 0;
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(214, 198, 178, 0.78);
}
.ab-pledge__credo-sep {
  display: block;
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 50%;
  background: var(--logo-honey);
  opacity: 0.45;
  flex-shrink: 0;
  box-shadow: 0 0 0 1px rgba(196, 165, 116, 0.25);
}
.ab-pledge__credo-hl {
  color: var(--logo-honey);
  letter-spacing: 0.18em;
  text-shadow: 0 0 32px rgba(196, 165, 116, 0.2);
}

/* —— 8 · Yol (flow / adımlar) —— */
.ab-path--flow {
  position: relative;
  padding: clamp(3.25rem, 5.5vw, 4.75rem) 0;
  border-bottom: 1px solid var(--c-border);
  overflow: hidden;
  background: #f0ebe4;
  background-image: linear-gradient(175deg, #faf6f0 0%, #ebe5dd 50%, #e2dcd4 100%);
  isolation: isolate;
}
.ab-path__in {
  position: relative;
  z-index: 1;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 min(1.5rem, 4vw);
}
.ab-path__deco {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.ab-path__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(68px);
  opacity: 0.38;
  animation: abPathOrb 20s ease-in-out infinite;
}
.ab-path__orb--a {
  width: min(44vw, 18rem);
  height: min(44vw, 18rem);
  top: 8%;
  right: -6%;
  background: radial-gradient(circle, rgba(196, 165, 116, 0.4) 0%, transparent 68%);
}
.ab-path__orb--b {
  width: min(38vw, 14rem);
  height: min(38vw, 14rem);
  bottom: 12%;
  left: -4%;
  background: radial-gradient(circle, rgba(128, 84, 61, 0.14) 0%, transparent 70%);
  animation-delay: -10s;
}
@media (prefers-reduced-motion: reduce) {
  .ab-path__orb {
    animation: none;
  }
}
@keyframes abPathOrb {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(1.5%, -1.2%, 0) scale(1.04);
  }
}
.ab-path--flow .ab-path__head {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 1.5rem 2.25rem;
  align-items: end;
  margin: 0 0 clamp(2.25rem, 4vw, 3rem);
  padding-bottom: 1.65rem;
  border-bottom: 1px solid rgba(44, 24, 16, 0.1);
}
.ab-path--flow .ab-path__ey {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--logo-mahogany);
  margin: 0 0 0.55rem;
  padding: 0.32rem 0.65rem 0.35rem 0.58rem;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 250, 244, 0.92) 100%);
  border: 1px solid rgba(196, 165, 116, 0.32);
  border-radius: 999px;
  box-shadow: 0 2px 12px -4px rgba(40, 28, 20, 0.12);
}
.ab-path--flow .ab-path__h {
  font-family: var(--font-ed);
  font-size: clamp(1.9rem, 0.25rem + 1.6vw, 2.6rem);
  font-weight: 500;
  line-height: 1.12;
  margin: 0;
  color: #201a16;
  letter-spacing: -0.025em;
  text-wrap: balance;
}
.ab-path--flow .ab-path__intro {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.84;
  color: var(--c-muted);
  max-width: 32rem;
  justify-self: end;
  padding: 0.2rem 0 0.2rem 0.65rem;
  border-left: 2px solid rgba(196, 165, 116, 0.45);
}
@media (max-width: 800px) {
  .ab-path--flow .ab-path__head {
    grid-template-columns: 1fr;
  }
  .ab-path--flow .ab-path__intro {
    justify-self: start;
    border-left: 0;
    border-top: 1px solid rgba(196, 165, 116, 0.35);
    padding: 0.9rem 0 0 0;
  }
}
.ab-path--flow .ab-path__head-in {
  min-width: 0;
}
.ab-path__steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.05rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 640px) {
  .ab-path__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem 1.15rem;
  }
}
@media (min-width: 1100px) {
  .ab-path__steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.05rem 1rem;
  }
}
.ab-path__card {
  --path-accent: linear-gradient(90deg, #8b6b4a 0%, #c4a574 100%);
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 0;
  margin: 0;
  padding: 1.5rem 1.3rem 1.55rem 1.3rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.95) inset, 0 4px 6px -1px rgba(44, 24, 16, 0.04), 0 20px 44px -28px rgba(44, 24, 16, 0.2);
  transition: transform 0.4s var(--ease-out), box-shadow 0.4s, border-color 0.3s;
  overflow: hidden;
}
@media (hover: hover) and (pointer: fine) {
  .ab-path__card:hover {
    transform: translate3d(0, -3px, 0);
    border-color: rgba(196, 165, 116, 0.38);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.98) inset, 0 20px 48px -20px rgba(44, 24, 16, 0.18);
  }
}
@media (prefers-reduced-motion: reduce) {
  .ab-path__card:hover {
    transform: none;
  }
}
.ab-path__bar {
  position: absolute;
  top: 0;
  left: 0.75rem;
  right: 0.75rem;
  height: 3px;
  border-radius: 0 0 3px 3px;
  background: var(--path-accent);
  opacity: 0.92;
  pointer-events: none;
}
.ab-path__card[data-step="1"] {
  --path-accent: linear-gradient(90deg, #8b6b4a 0%, #c4a574 100%);
}
.ab-path__card[data-step="2"] {
  --path-accent: linear-gradient(90deg, #5c4030 0%, #a88f6f 100%);
}
.ab-path__card[data-step="3"] {
  --path-accent: linear-gradient(90deg, var(--logo-mahogany) 0%, var(--logo-honey) 100%);
}
.ab-path__card[data-step="4"] {
  --path-accent: linear-gradient(90deg, #3d2a22 0%, #8b7355 100%);
}
.ab-path__ix {
  position: absolute;
  top: 0.95rem;
  right: 0.95rem;
  font-family: var(--font-ed);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: rgba(128, 84, 61, 0.28);
  user-select: none;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.ab-path__card-h {
  font-size: 1.12rem;
  font-weight: 600;
  color: var(--c-ink);
  margin: 0 0 0.5rem;
  font-family: var(--font-ed);
  line-height: 1.28;
  padding-right: 2.4rem;
  letter-spacing: -0.02em;
}
.ab-path__card-p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.76;
  color: var(--c-muted);
}
@media (min-width: 1100px) {
  .ab-path__card-p {
    font-size: 0.98rem;
    line-height: 1.7;
  }
}

/* —— 9 · Kanıt (s-band / ana sayfa sayaçları) —— */
.ab-proof--band {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
.ab-proof--band .s-band.ab-proof__shell {
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: 0 24px 56px -28px rgba(0, 0, 0, 0.55);
}
.ab-proof__intro {
  text-align: center;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 0 clamp(0.5rem, 1.2vw, 0.75rem);
}
@media (min-width: 1101px) {
  .ab-proof__intro {
    padding-bottom: clamp(1.75rem, 2.5vw, 2.5rem);
  }
}
@media (min-width: 801px) and (max-width: 1100px) {
  .ab-proof__intro {
    padding-bottom: 2.25rem;
  }
}
.ab-proof__head {
  margin: 0 auto;
  max-width: 40rem;
}
.ab-proof__title {
  font-family: var(--font-ed);
  font-size: clamp(1.55rem, 0.25rem + 1.2vw, 1.9rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: var(--logo-cream);
  margin: 0 0 0.65rem;
  text-shadow: 0 2px 32px rgba(0, 0, 0, 0.35);
}
.ab-proof__lead {
  margin: 0;
  font-size: 1.04rem;
  line-height: 1.75;
  color: rgba(244, 237, 228, 0.5);
}
.ab-proof--band .ab-proof__tag {
  display: inline-block;
  font-size: 0.72em;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #ddb885;
  font-variant-numeric: tabular-nums;
}
.ab-proof--band .ab-proof__a {
  color: #ddb885;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid rgba(221, 184, 133, 0.35);
  transition: color 0.2s, border-color 0.2s;
}
.ab-proof--band .ab-proof__a:hover {
  color: #fff5dc;
  border-bottom-color: rgba(255, 245, 220, 0.5);
}
.ab-proof--band .ab-proof__a:focus-visible {
  outline: 2px solid #ddb885;
  outline-offset: 3px;
  border-bottom-color: transparent;
}
.ab-proof__footwrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 0 clamp(0.5rem, 1vw, 0.5rem);
}
@media (min-width: 1101px) {
  .ab-proof__footwrap {
    padding-top: clamp(0.75rem, 1.5vw, 1.25rem);
  }
}
.ab-proof__note {
  margin: 0;
  text-align: center;
  font-size: 0.7rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: rgba(244, 237, 228, 0.4);
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
}
.ab-proof--band .s-band__in + .ab-proof__footwrap {
  margin-top: 0.25rem;
}

/* —— 10 · Tarihçe sarmalayıcı —— */
.ab-heritage {
  position: relative;
  padding: clamp(2.25rem, 3.5vw, 2.75rem) 0 0;
  background: linear-gradient(180deg, #ddd4ca 0%, #c9bfb3 0.15rem, #ebe3da 0.15rem, #f0e9e2 8%, #f8f3ed 100%);
}
.ab-heritage::before {
  content: "";
  display: block;
  max-width: 7rem;
  height: 3px;
  margin: 0 auto clamp(1.5rem, 2.5vw, 2.25rem);
  background: linear-gradient(90deg, transparent, var(--logo-honey) 20%, var(--logo-honey) 80%, transparent);
  border-radius: 2px;
  opacity: 0.8;
  box-shadow: 0 0 16px rgba(196, 165, 116, 0.25);
}
.ab-heritage .s-pro {
  background: transparent;
  margin-bottom: 0;
}

/* Tarihçe · giriş (yeni düzen; zigzag yerine) */
.ab-tarihce__intro {
  position: relative;
  z-index: 0;
  padding: clamp(0.5rem, 1.5vw, 1.25rem) min(1.5rem, 4vw) clamp(2.5rem, 4.5vw, 3.5rem);
  isolation: isolate;
  overflow: hidden;
}
.ab-tarihce__deco {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.ab-tarihce__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(64px);
  opacity: 0.42;
  animation: abTarihceOrb 18s ease-in-out infinite;
}
.ab-tarihce__orb--a {
  width: min(48vw, 20rem);
  height: min(48vw, 20rem);
  top: -6%;
  right: -5%;
  background: radial-gradient(circle, rgba(196, 165, 116, 0.38) 0%, transparent 65%);
}
.ab-tarihce__orb--b {
  width: min(40vw, 16rem);
  height: min(40vw, 16rem);
  bottom: 5%;
  left: -3%;
  background: radial-gradient(circle, rgba(128, 84, 61, 0.12) 0%, transparent 70%);
  animation-delay: -9s;
}
@media (prefers-reduced-motion: reduce) {
  .ab-tarihce__orb {
    animation: none;
  }
}
@keyframes abTarihceOrb {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(-1.2%, 1.5%, 0) scale(1.04);
  }
}
.ab-tarihce__intro-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(1.75rem, 3.5vw, 2.75rem);
  align-items: center;
}
@media (max-width: 900px) {
  .ab-tarihce__intro-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.ab-tarihce__visual {
  position: relative;
  margin: 0;
  border-radius: 1.2rem;
}
.ab-tarihce__visual-bezel {
  position: absolute;
  z-index: 0;
  inset: 0.5rem 0.5rem -0.35rem -0.4rem;
  border-radius: 1.15rem 1.25rem 0.35rem 1.1rem;
  background: linear-gradient(148deg, rgba(196, 165, 116, 0.2) 0%, rgba(60, 42, 32, 0.06) 100%);
  border: 1px solid rgba(196, 165, 116, 0.25);
  pointer-events: none;
}
.ab-tarihce__visual-in {
  position: relative;
  z-index: 1;
  border-radius: 1.05rem;
  overflow: hidden;
  background: #2a201c;
  aspect-ratio: 4 / 5;
  max-height: min(72vh, 34rem);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset, 0 22px 50px -24px rgba(0, 0, 0, 0.4),
    0 50px 90px -50px rgba(40, 28, 20, 0.28);
}
.ab-tarihce__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
  transition: transform 0.75s var(--ease-out);
}
@media (hover: hover) and (pointer: fine) {
  .ab-tarihce__visual:hover .ab-tarihce__img {
    transform: scale(1.035);
  }
}
@media (prefers-reduced-motion: reduce) {
  .ab-tarihce__visual:hover .ab-tarihce__img {
    transform: scale(1.01);
  }
}
.ab-tarihce__cap {
  position: relative;
  z-index: 2;
  margin: 0.85rem 0 0 0.2rem;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(86, 70, 60, 0.65);
}
.ab-tarihce__body {
  min-width: 0;
  padding: 0.15rem 0 0.25rem;
}
@media (min-width: 901px) {
  .ab-tarihce__body {
    padding: 0.5rem 0 0.5rem 0.35rem;
  }
}
.ab-tarihce__ey {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.75rem;
  padding: 0.3rem 0.62rem 0.32rem 0.55rem;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--logo-mahogany);
  background: linear-gradient(180deg, #fff 0%, rgba(255, 250, 244, 0.9) 100%);
  border: 1px solid rgba(196, 165, 116, 0.32);
  border-radius: 999px;
  box-shadow: 0 2px 14px -4px rgba(40, 28, 20, 0.12);
}
.ab-tarihce__ey::after {
  content: "";
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--logo-honey), var(--logo-mahogany));
  flex-shrink: 0;
  opacity: 0.9;
}
.ab-tarihce__h {
  font-family: var(--font-ed);
  font-size: clamp(2rem, 0.25rem + 1.7vw, 2.8rem);
  font-weight: 500;
  line-height: 1.12;
  margin: 0 0 1.1rem;
  color: #1e1814;
  letter-spacing: -0.028em;
  text-wrap: balance;
}
.ab-tarihce__lead {
  margin: 0;
  max-width: 36rem;
  font-size: 1.12rem;
  line-height: 1.85;
  color: var(--c-muted);
  padding: 0.35rem 0 0.2rem 0.75rem;
  border-left: 2px solid rgba(196, 165, 116, 0.45);
}
@media (max-width: 900px) {
  .ab-tarihce__lead {
    border-left: 0;
    border-top: 1px solid rgba(196, 165, 116, 0.35);
    padding: 0.9rem 0 0 0;
  }
}

/* —— 11 · CTA kapanış (sonraki adımlar) —— */
.page-about__main {
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
}
.ab-finale {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  margin-bottom: 0;
  isolation: isolate;
}
.ab-finale--next {
  background: #0b0908;
  color: #f2ebe3;
  border-top-color: rgba(196, 165, 116, 0.15);
}
.ab-finale--next::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(ellipse 70% 55% at 20% 0%, rgba(196, 165, 116, 0.14) 0%, transparent 55%),
    radial-gradient(ellipse 55% 50% at 100% 80%, rgba(128, 84, 61, 0.22) 0%, transparent 50%),
    linear-gradient(165deg, #161210 0%, #0a0807 50%, #050403 100%);
  pointer-events: none;
}
.ab-finale--next::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  z-index: 1;
  background: linear-gradient(90deg, transparent, rgba(221, 184, 133, 0.45) 20%, rgba(221, 184, 133, 0.45) 80%, transparent);
  opacity: 0.5;
  pointer-events: none;
}
.ab-next__veil {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.ab-next__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.35;
  animation: abNextOrb 22s ease-in-out infinite;
}
.ab-next__orb--a {
  width: min(50vw, 20rem);
  height: min(50vw, 20rem);
  top: 15%;
  right: -8%;
  background: radial-gradient(circle, rgba(196, 165, 116, 0.45) 0%, transparent 68%);
}
.ab-next__orb--b {
  width: min(40vw, 15rem);
  height: min(40vw, 15rem);
  bottom: 5%;
  left: -5%;
  background: radial-gradient(circle, rgba(80, 52, 38, 0.35) 0%, transparent 70%);
  animation-delay: -11s;
}
@media (prefers-reduced-motion: reduce) {
  .ab-next__orb {
    animation: none;
  }
}
@keyframes abNextOrb {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(1.5%, -1.2%, 0) scale(1.05);
  }
}
.ab-next {
  position: relative;
  z-index: 1;
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(3rem, 5.5vw, 4.75rem) min(1.5rem, 4vw) clamp(3.5rem, 6vw, 5rem);
}
.ab-next__surface {
  max-width: 58rem;
  margin: 0 auto;
  padding: clamp(1.9rem, 3.5vw, 2.5rem) clamp(1.55rem, 2.5vw, 2.15rem) clamp(1.9rem, 2.5vw, 2.3rem);
  border-radius: 1.2rem;
  background: linear-gradient(155deg, rgba(30, 24, 20, 0.75) 0%, rgba(14, 11, 9, 0.92) 100%);
  border: 1px solid rgba(196, 165, 116, 0.22);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04) inset, 0 32px 64px -36px rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(14px) saturate(1.05);
  -webkit-backdrop-filter: blur(14px) saturate(1.05);
}
.ab-next__head {
  margin: 0 0 clamp(1.35rem, 2.5vw, 1.75rem);
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.ab-next__ey {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.7rem;
  padding: 0.32rem 0.7rem 0.34rem 0.55rem;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #e8c99a;
  background: linear-gradient(180deg, rgba(60, 48, 40, 0.9) 0%, rgba(28, 22, 18, 0.85) 100%);
  border: 1px solid rgba(221, 184, 133, 0.28);
  border-radius: 999px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.35) inset;
}
.ab-next__ey::after {
  content: "";
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #ddb885, #8b5a3c);
  flex-shrink: 0;
  opacity: 0.95;
}
.ab-next__h {
  font-family: var(--font-ed);
  font-size: clamp(1.75rem, 0.25rem + 1.45vw, 2.35rem);
  line-height: 1.14;
  margin: 0;
  color: #faf6f0;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-wrap: balance;
  max-width: 42rem;
}
.ab-next__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}
.ab-next__p {
  margin: 0;
  color: rgba(240, 232, 222, 0.82);
  line-height: 1.85;
  font-size: 1.1rem;
  max-width: 40rem;
}
.ab-next__p strong {
  color: rgba(255, 250, 244, 0.95);
  font-weight: 600;
}
.ab-next__actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
  min-width: 0;
}
.page-about .ab-next__actions .ab-next__btn,
.page-about .ab-next__actions .btn--hero {
  margin-top: 0;
  width: auto;
  min-width: min(100%, 17rem);
  max-width: 20rem;
  padding-inline: 1.4rem;
  min-height: 2.9rem;
  justify-content: center;
  text-align: center;
  font-size: 0.8rem;
  border-radius: 999px;
  box-shadow: 0 4px 24px -6px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s var(--ease-out), box-shadow 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .page-about .ab-next__actions .ab-next__btn:hover,
  .page-about .ab-next__actions .btn--hero:hover {
    transform: translate3d(0, -1px, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .page-about .ab-next__actions .ab-next__btn:hover,
  .page-about .ab-next__actions .btn--hero:hover {
    transform: none;
  }
}
@media (max-width: 520px) {
  .page-about .ab-next__actions .ab-next__btn,
  .page-about .ab-next__actions .btn--hero {
    width: 100%;
    max-width: none;
  }
}

/* Gradient sayılar (hakkimizda s-band): fallback */
@supports not (background-clip: text) {
  .ab-proof--band .s-band__num {
    color: #ddb885;
    -webkit-text-fill-color: #ddb885;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ab-hero__body > *:not(.ab-hero__rail) {
    animation: none;
  }
  .ab-hero__scroll {
    animation: none;
  }
}
