/**
 * Hakkımızda page (ported from Vox hk-* layout)
 * Brand tokens mapped to Fotonezih --fn-* variables
 */
.hk-page .container {
  width: min(1120px, calc(100% - 3rem));
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 640px) {
  .hk-page .container { width: min(1120px, calc(100% - 2rem)); }
}

/* ── Hakkımızda (Gersan-inspired / VOX) ─────────────────── */
.hk-hero {
  position: relative;
  min-height: min(72vh, 620px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #0c1017;
}
.hk-hero__media { position: absolute; inset: 0; overflow: hidden; }
.hk-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transform-origin: center center;
  will-change: transform;
}
.hk-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12,16,23,.45) 0%, rgba(12,16,23,.7) 100%);
  opacity: .55;
  transition: opacity .1s linear;
  will-change: opacity;
}
.hk-hero__vignette {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 140px;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.55));
  pointer-events: none;
  z-index: 1;
}
.hk-hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 100px 20px 80px;
  max-width: 820px;
  will-change: transform, opacity;
}
.hk-hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  z-index: 2;
  width: 22px;
  height: 36px;
  border: 1.5px solid rgba(255,255,255,.45);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  padding-top: 8px;
}
.hk-hero__scroll span {
  width: 4px;
  height: 8px;
  border-radius: 4px;
  background: #fff;
  animation: hkScrollDot 1.6s ease-in-out infinite;
}
@keyframes hkScrollDot {
  0% { opacity: .3; transform: translateY(0); }
  50% { opacity: 1; transform: translateY(8px); }
  100% { opacity: .3; transform: translateY(0); }
}
.hk-hero__content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  padding: 100px 20px 80px;
  max-width: 820px;
}
.hk-hero__title {
  font-size: clamp(42px, 7vw, 72px);
  font-weight: 900;
  letter-spacing: -.03em;
  margin: 0 0 18px;
  line-height: 1;
}
.hk-hero__lead {
  margin: 0 auto;
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.6;
  color: rgba(255,255,255,.82);
  max-width: 540px;
}

.hk-band {
  position: relative;
  background: #fff;
}
.hk-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 0;
}
.hk-split__text {
  background: #fff;
  display: flex;
  align-items: center;
  min-height: 340px;
}
.hk-split__text-inner {
  padding: 80px 56px 80px clamp(24px, 5.5vw, 88px);
  max-width: 620px;
  margin-left: auto;
  width: 100%;
}
.hk-split__text-inner p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.55;
  color: #222;
  margin: 0;
  letter-spacing: -0.01em;
}
.hk-split__accent {
  background: var(--fn-accent, #CA8A04);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 80px clamp(32px, 5vw, 72px) 100px;
  min-height: 380px;
}
.hk-split__claim {
  margin: 0;
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.025em;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  gap: .15em;
}
.hk-split__claim-lead {
  font-size: .52em;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .88;
}
.hk-split__claim-hero {
  font-size: 1.35em;
  font-weight: 900;
  letter-spacing: -.03em;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 2px 0 rgba(0,0,0,.08);
}
.hk-split__claim-sub {
  font-size: .58em;
  font-weight: 500;
  letter-spacing: .04em;
  opacity: .9;
  margin-top: .15em;
}

/* Showreel / video — referanstaki büyük medya alanı */
.hk-showreel {
  position: relative;
  z-index: 2;
  margin-top: -48px;
  padding: 0 clamp(20px, 5vw, 64px) 64px;
}
.hk-showreel__frame {
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #0c1017;
  border-radius: 0;
  box-shadow: 0 24px 64px rgba(15, 23, 42, .22);
  transform: scale(0.9);
  transform-origin: center top;
  will-change: transform;
}
.hk-showreel__poster,
.hk-showreel__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hk-showreel__video {
  opacity: 0;
  pointer-events: none;
  transition: opacity .35s ease;
  z-index: 4;
  background: #0c1017;
  overflow: hidden;
}
.hk-showreel__video iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  /* Kenar UI (logo, başlık, altyazı alanı) kırpılsın */
  transform: translate(-50%, -50%) scale(1.55);
  pointer-events: none;
}
.hk-showreel__frame.is-playing .hk-showreel__video {
  opacity: 1;
  pointer-events: none;
}
.hk-showreel__frame.is-playing .hk-showreel__poster,
.hk-showreel__frame.is-playing .hk-showreel__brand,
.hk-showreel__frame.is-playing .hk-showreel__shade,
.hk-showreel__frame.is-playing .hk-showreel__net,
.hk-showreel__frame.is-playing .hk-showreel__play {
  opacity: 0;
  pointer-events: none;
  transition: opacity .35s ease;
}
.hk-showreel__shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 50% 48%, rgba(12,16,23,.05), rgba(12,16,23,.38)),
    linear-gradient(180deg, rgba(12,16,23,.12), rgba(12,16,23,.36));
  z-index: 1;
}
.hk-showreel__net {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: .7;
  background:
    radial-gradient(circle at 18% 72%, rgba(56, 189, 248, .7) 0 2.5px, transparent 3.5px),
    radial-gradient(circle at 42% 48%, rgba(56, 189, 248, .6) 0 2.5px, transparent 3.5px),
    radial-gradient(circle at 68% 38%, rgba(56, 189, 248, .65) 0 2.5px, transparent 3.5px),
    radial-gradient(circle at 82% 62%, rgba(56, 189, 248, .55) 0 2.5px, transparent 3.5px),
    radial-gradient(circle at 55% 78%, rgba(56, 189, 248, .5) 0 2.5px, transparent 3.5px);
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}
.hk-showreel__net::before {
  content: '';
  position: absolute;
  inset: 12% 8% 18% 8%;
  background:
    linear-gradient(115deg, transparent 0 46%, rgba(56,189,248,.35) 46.5%, transparent 47.2%),
    linear-gradient(70deg, transparent 0 38%, rgba(56,189,248,.28) 38.5%, transparent 39.2%),
    linear-gradient(155deg, transparent 0 55%, rgba(56,189,248,.3) 55.5%, transparent 56.2%),
    linear-gradient(25deg, transparent 0 48%, rgba(56,189,248,.22) 48.5%, transparent 49.2%);
}
.hk-showreel__brand {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  pointer-events: none;
  padding-right: 28px;
}
.hk-showreel__mark {
  width: 26px;
  height: 56px;
  position: relative;
  flex-shrink: 0;
  background: linear-gradient(#fff, #fff) center / 14px 2px no-repeat;
}
.hk-showreel__mark::before,
.hk-showreel__mark::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
}
.hk-showreel__mark::before { top: 0; }
.hk-showreel__mark::after { bottom: 0; }
.hk-showreel__name {
  font-size: clamp(44px, 7.5vw, 88px);
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
}
.hk-showreel__play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 0;
  background: #1a2744;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 28px rgba(0,0,0,.4);
  transition: transform .25s ease, background .25s ease;
}
.hk-showreel__play:hover {
  transform: translate(-50%, -50%) scale(1.08);
  background: var(--fn-accent, #CA8A04);
}
.hk-showreel__play svg {
  margin-left: 3px;
}

.hk-profile {
  padding: 80px 0;
  background: #fff;
}
.hk-profile__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 56px;
  align-items: center;
}
.hk-profile__eyebrow {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--fn-ink, #1C1917);
  margin: 0 0 18px;
}
.hk-profile__lead {
  font-size: 17px;
  line-height: 1.65;
  color: var(--fn-ink, #1C1917);
  margin: 0 0 18px;
}
.hk-profile__copy p {
  font-size: 20px;
  line-height: 1.75;
  color: var(--fn-muted, #78716C);
  margin: 0 0 16px;
}
.hk-profile__signoff {
  margin-top: 8px !important;
  color: var(--fn-ink, #1C1917) !important;
  line-height: 1.6 !important;
}
.hk-profile__visual { position: relative; overflow: hidden; border-radius: 18px; background: #1c1917; }
.hk-profile__visual img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  border-radius: 18px;
  display: block;
}
.hk-profile__stat {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background: var(--fn-accent, #CA8A04);
  color: #fff;
  border-radius: 14px;
  padding: 20px 22px;
  min-width: 140px;
  box-shadow: 0 16px 40px rgba(202, 138, 4, .35);
}
.hk-profile__stat strong {
  display: block;
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 6px;
}
.hk-profile__stat span {
  font-size: 13px;
  font-weight: 600;
  opacity: .92;
}

.hk-fields {
  background:
    radial-gradient(ellipse 70% 60% at 0% 0%, rgba(202, 138, 4, .18), transparent 55%),
    radial-gradient(ellipse 50% 40% at 100% 80%, rgba(255,255,255,.06), transparent 50%),
    #12161f;
  color: #fff;
  padding: 80px 0 88px;
}
.hk-fields__intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 48px;
  margin-bottom: 48px;
}
.hk-fields__intro p {
  margin: 0;
  font-size: 19px;
  line-height: 1.7;
  color: rgba(255,255,255,.72);
}
.hk-fields__intro strong { color: #fff; font-weight: 700; }
.hk-fields__title {
  text-align: center;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  margin: 0 0 36px;
  letter-spacing: -.02em;
}
.hk-fields__stage {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr;
  gap: 0;
  align-items: stretch;
  min-height: 480px;
}
.hk-fields__media {
  position: relative;
  border-radius: 18px 0 0 18px;
  overflow: hidden;
  background: #0c1017;
}
.hk-fields__media img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
  display: block;
  transition: opacity .35s ease, transform 1.1s cubic-bezier(.22, 1, .36, 1);
}
.hk-fields__media img.is-swap {
  opacity: 0;
  transform: scale(1.04);
}
.hk-fields__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 28px 28px 24px;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.75));
}
.hk-fields__caption h3 {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 800;
}
.hk-fields__caption p {
  margin: 0;
  font-size: 20px;
  line-height: 1.55;
  color: rgba(255,255,255,.8);
  max-width: 480px;
}
.hk-fields__panel {
  background: #fff;
  border-radius: 0 18px 18px 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,.25);
}
.hk-fields__item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 0 22px;
  min-height: 64px;
  border: 0;
  border-bottom: 1px solid #e8ecf0;
  background: #fff;
  color: #64748b;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  position: relative;
  transition: color .2s, background .2s;
}
.hk-fields__item:last-child { border-bottom: 0; }
.hk-fields__item.is-active {
  color: #0f172a;
  font-weight: 700;
  background: #fafafa;
}
.hk-fields__item.is-active::after {
  content: '';
  position: absolute;
  right: 0;
  top: 18%;
  bottom: 18%;
  width: 4px;
  border-radius: 4px 0 0 4px;
  background: var(--fn-accent, #CA8A04);
}
.hk-fields__num {
  font-size: 12px;
  font-weight: 600;
  color: #94a3b8;
  flex-shrink: 0;
}
.hk-fields__item.is-active .hk-fields__num { color: var(--fn-accent, #CA8A04); }

.hk-history {
  background: #f4f5f7;
  padding: 80px 0;
}
.hk-history__title {
  text-align: center;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  margin: 0 0 8px;
  color: var(--fn-ink, #1C1917);
}
.hk-history__sub {
  text-align: center;
  margin: 0 0 40px;
  color: var(--fn-muted, #78716C);
  font-size: 15px;
}
.hk-history__stage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--fn-line, #E7E5E4);
  min-height: 520px;
}
.hk-history__content {
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(ellipse 80% 60% at 0% 100%, rgba(202, 138, 4, .1), transparent 55%),
    #fff;
}
.hk-history__year {
  display: block;
  font-size: clamp(56px, 8vw, 88px);
  font-weight: 900;
  letter-spacing: -.04em;
  line-height: 1;
  color: var(--fn-accent, #CA8A04);
  margin-bottom: 18px;
}
.hk-history__heading {
  font-size: 28px;
  font-weight: 800;
  margin: 0 0 14px;
  color: var(--fn-ink, #1C1917);
}
.hk-history__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: var(--fn-muted, #78716C);
  max-width: 420px;
}
.hk-history__panel {
  max-height: 560px;
  overflow-y: auto;
  border-left: 1px solid var(--fn-line, #E7E5E4);
}
.hk-history__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 16px 22px;
  border: 0;
  border-bottom: 1px solid #eef1f4;
  background: #fff;
  color: #64748b;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  position: relative;
}
.hk-history__item:hover { background: #fafafa; }
.hk-history__item.is-active {
  color: #0f172a;
  font-weight: 700;
  background: #fff7ed;
}
.hk-history__item.is-active::after {
  content: '';
  position: absolute;
  right: 0;
  top: 20%;
  bottom: 20%;
  width: 4px;
  background: var(--fn-accent, #CA8A04);
}
.hk-history__num { font-size: 11px; color: #94a3b8; }

.hk-vm {
  padding: 72px 0 40px;
  background: #fff;
}
.hk-vm__frame {
  position: relative;
  padding: clamp(40px, 6vw, 72px) clamp(28px, 5vw, 64px);
  min-height: 380px;
}
.hk-vm__corner {
  position: absolute;
  width: 28px;
  height: 28px;
  border-color: var(--fn-ink, #1C1917);
  border-style: solid;
  border-width: 0;
  opacity: .55;
  pointer-events: none;
}
.hk-vm__corner--tl { top: 0; left: 0; border-top-width: 2px; border-left-width: 2px; }
.hk-vm__corner--tr { top: 0; right: 0; border-top-width: 2px; border-right-width: 2px; }
.hk-vm__corner--bl { bottom: 0; left: 0; border-bottom-width: 2px; border-left-width: 2px; }
.hk-vm__corner--br { bottom: 0; right: 0; border-bottom-width: 2px; border-right-width: 2px; }

.hk-vm__layout {
  display: grid;
  grid-template-columns: minmax(180px, 0.9fr) 90px minmax(240px, 1.4fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
}

.hk-vm__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  text-align: right;
}
.hk-vm__tab {
  appearance: none;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: inherit;
  font-size: clamp(28px, 3.6vw, 42px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: rgba(27, 36, 48, .28);
  transition: color .35s ease, transform .35s ease;
  text-align: right;
}
.hk-vm__tab:hover { color: rgba(27, 36, 48, .55); }
.hk-vm__tab.is-active {
  color: var(--fn-ink, #1C1917);
}

.hk-vm__gauge {
  position: relative;
  height: 280px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
}
.hk-vm__gauge-track {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  will-change: transform;
  animation: hk-vm-wheel 7s linear infinite;
}
.hk-vm__gauge-track.is-reverse {
  animation-direction: reverse;
}
.hk-vm__tick {
  display: block;
  width: var(--w, 40px);
  height: 1.5px;
  background: var(--fn-ink, #1C1917);
  opacity: .55;
  border-radius: 1px;
  flex-shrink: 0;
}
@keyframes hk-vm-wheel {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(0, -50%, 0); }
}

.hk-vm__panels { position: relative; min-height: 180px; }
.hk-vm__panel {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 12px, 0);
  transition: opacity .4s ease, transform .4s ease, visibility .4s;
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  pointer-events: none;
}
.hk-vm__panel.is-active {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  position: relative;
  pointer-events: auto;
}
.hk-vm__panel[hidden] { display: block !important; }
.hk-vm__panel p {
  margin: 0 0 16px;
  font-size: 19px;
  line-height: 1.75;
  color: var(--fn-muted, #78716C);
  max-width: 520px;
}
.hk-vm__panel p:last-child { margin-bottom: 0; }

@media (prefers-reduced-motion: reduce) {
  .hk-vm__gauge-track { animation: none; }
}

.hk-firms {
  padding: 80px 0;
  background: #f4f5f7;
}
.hk-firms__title {
  text-align: center;
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 800;
  margin: 0 0 8px;
}
.hk-firms__sub {
  text-align: center;
  margin: 0 0 36px;
  color: var(--fn-muted, #78716C);
}
.hk-firms__logos {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 16px;
}
.hk-firms__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  background: #fff;
  border: 1px solid var(--fn-line, #E7E5E4);
  border-radius: 14px;
  text-decoration: none;
  color: var(--fn-ink, #1C1917);
  font-weight: 700;
  transition: transform .2s, box-shadow .2s;
}
.hk-firms__logo:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(15,23,42,.08);
}
.hk-firms__logo img {
  max-width: 120px;
  max-height: 52px;
  object-fit: contain;
}
.hk-firms__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.hk-firms__card {
  background: #fff;
  border: 1px solid var(--fn-line, #E7E5E4);
  border-radius: 14px;
  padding: 28px 24px;
}
.hk-firms__card strong {
  display: block;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 8px;
  color: var(--fn-ink, #1C1917);
}
.hk-firms__card span {
  font-size: 14px;
  color: var(--fn-muted, #78716C);
  line-height: 1.55;
}

@media (max-width: 1024px) {
  .hk-fields__stage { grid-template-columns: 1fr; }
  .hk-fields__media { border-radius: 18px 18px 0 0; }
  .hk-fields__media img { min-height: 320px; }
  .hk-fields__panel { border-radius: 0 0 18px 18px; }
  .hk-history__stage { grid-template-columns: 1fr; }
  .hk-history__panel { border-left: 0; border-top: 1px solid var(--fn-line, #E7E5E4); max-height: 360px; }
}
@media (max-width: 900px) {
  .hk-split { grid-template-columns: 1fr; }
  .hk-split__text { min-height: 0; }
  .hk-split__text-inner {
    margin-left: 0;
    max-width: none;
    padding: 48px 24px;
  }
  .hk-split__text-inner p { font-size: 18px; }
  .hk-split__accent {
    min-height: 0;
    padding: 48px 24px;
  }
  .hk-split__claim { font-size: 34px; max-width: none; }
  .hk-split__claim-hero { font-size: 1.45em; }
  .hk-showreel {
    margin-top: -24px;
    padding: 0 16px 40px;
  }
  .hk-showreel__brand { padding-right: 16px; gap: 10px; }
  .hk-showreel__name { letter-spacing: 0.04em; }
  .hk-showreel__play { width: 48px; height: 48px; }
  .hk-profile__grid { grid-template-columns: 1fr; }
  .hk-fields__intro { grid-template-columns: 1fr; }
  .hk-vm__layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .hk-vm__nav { align-items: flex-start; text-align: left; }
  .hk-vm__tab { text-align: left; font-size: 28px; }
  .hk-vm__gauge { height: 120px; width: 100%; }
  .hk-vm__gauge-track { flex-direction: row; gap: 6px; animation-name: hk-vm-wheel-x; }
  .hk-vm__tick { width: 1.5px !important; height: var(--w, 40px); }
  @keyframes hk-vm-wheel-x {
    from { transform: translate3d(0, 0, 0); }
    to { transform: translate3d(-50%, 0, 0); }
  }
  .hk-firms__cards { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .hk-hero { min-height: 420px; }
  .hk-hero__content { padding: 80px 16px 64px; }
  .hk-profile { padding: 56px 0; }
  .hk-fields, .hk-history, .hk-firms { padding: 56px 0; }
  .hk-vm { padding: 40px 0 24px; }
  .hk-vm__frame { padding: 32px 20px; }
  .hk-history__content { padding: 32px 24px; }
}

/* ── Hakkımızda scroll animasyonları ─────────────────────── */
.hk-reveal {
  opacity: 0;
  transform: translate3d(0, 36px, 0);
  filter: drop-shadow(0 18px 24px rgba(15, 23, 42, 0));
  transition:
    opacity .85s cubic-bezier(.22, 1, .36, 1),
    transform .85s cubic-bezier(.22, 1, .36, 1),
    filter .85s cubic-bezier(.22, 1, .36, 1);
  will-change: opacity, transform, filter;
}
.hk-reveal.is-in {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: drop-shadow(0 14px 28px rgba(15, 23, 42, .12));
}
.hk-hero .hk-reveal.is-in {
  filter: drop-shadow(0 16px 32px rgba(0, 0, 0, .35));
}
.hk-section-fade {
  position: relative;
}
.hk-section-fade::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  height: 72px;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(180deg, rgba(15, 23, 42, .07), transparent);
}
.hk-split.hk-section-fade::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, .28), transparent);
}
.hk-fields.hk-section-fade::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, .08), transparent);
}
.hk-zoom-frame {
  overflow: hidden;
  border-radius: inherit;
}
.hk-zoom-frame img {
  transform: scale(1.12);
  transition: transform 1.35s cubic-bezier(.22, 1, .36, 1);
  will-change: transform;
}
.hk-zoom-frame.is-zoomed img {
  transform: scale(1);
}
.hk-profile__visual.hk-zoom-frame {
  border-radius: 18px;
}
.hk-fields__media.hk-zoom-frame {
  border-radius: 18px 0 0 18px;
}

@media (prefers-reduced-motion: reduce) {
  .hk-reveal,
  .hk-zoom-frame img,
  .hk-hero__media img,
  .hk-hero__content,
  .hk-hero__overlay,
  .hk-fields__media img {
    transition: none !important;
    animation: none !important;
  }
  .hk-reveal {
    opacity: 1;
    transform: none;
    filter: none;
  }
  .hk-zoom-frame img { transform: none; }
  .hk-hero__scroll { display: none; }
}
