/* ============================================================
   HİKAYEMİZ — v62
   ============================================================ */

.tk-wave-bg {
    background-color: #F3EAE3;
    position: relative; overflow: hidden;
}
.tk-wave-img {
    position: relative; width: 100%; height: auto;
    z-index: 0; pointer-events: none; display: block;
}
.tk-doodle-img {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover; z-index: 0;
    opacity: 0.22; pointer-events: none;
}

/* ---- HİKAYEMİZ — wave en üstü, nav altı ---- */
.tk-page-header {
    position: absolute;
    top: calc(var(--nav-height, 88px) + 18px);
    left: 0; width: 100%;
    text-align: center;
    z-index: 5;
}
.tk-kicker {
    display: inline-block;
    font-size: 10px; font-weight: 700;
    letter-spacing: 0.42em; color: #BE601B;
    font-family: var(--font-primary);
}
.tk-page-header .tk-kicker {
    font-size: 35px; font-weight: 600;
    letter-spacing: 0.25em; color: #9e7a5e;
}

.tk-white-bg { background-color: #FFF7F1; position: relative; }

/* ---- Section ---- */
.tk-section {
    padding: clamp(32px, 5vh, 64px) 0;
    position: relative; z-index: 2;
}

/* ---- Başlıklar ---- */
.tk-title-main {
    font-family: var(--font-display);
    font-size: clamp(32px, 3.6vw, 56px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: var(--slide-1-title, #745944);
    margin-bottom: 8px;
    overflow: visible;
}
.tk-title-sub {
    font-family: var(--font-primary);
    font-size: 10px; font-weight: 600;
    letter-spacing: 0.28em; color: #BE601B;
    margin-bottom: 14px; opacity: 0.8;
    text-transform: uppercase;
}
.tk-text-wrap {
    display: flex; flex-direction: column;
    justify-content: center; height: 100%;
}
.tk-text-body {
    font-size: 14.5px; line-height: 1.82;
    color: var(--color-dark-brown, #745944);
    opacity: 0.72; max-width: 460px;
}
.tk-text-body + .tk-text-body { margin-top: 10px; }

/* ---- Görsel ---- */
.tk-img-wrap {
    position: relative;
    display: flex; align-items: center; justify-content: center;
}
.tk-img-main {
    width: 100%; max-width: 480px; height: auto;
    object-fit: contain; border-radius: 20px;
    filter: drop-shadow(0 16px 40px rgba(116,89,68,0.20));
    animation: tkFloat 6s ease-in-out infinite;
}
@keyframes tkFloat {
    0%, 100% { transform: translateY(0); }
    50%       { transform: translateY(-14px); }
}
.tk-section:nth-child(2) .tk-img-main { animation-delay: -2s; }
.tk-section:nth-child(3) .tk-img-main { animation-delay: -4s; }
.tk-section:nth-child(4) .tk-img-main { animation-delay: -1s; }
.tk-section:nth-child(5) .tk-img-main { animation-delay: -3s; }
.tk-section:nth-child(6) .tk-img-main { animation-delay: -5s; }

.tk-img-circle {
    position: absolute; width: 340px; height: 340px;
    border-radius: 50%; background: rgba(190,96,27,0.06);
    z-index: -1; transform: translate(20px, 20px);
}

/* ---- Cursor ---- */
.tk-title-main .tw-cursor {
    display: inline-block; width: 2px;
    background: var(--slide-1-title, #745944);
    margin-left: 2px; vertical-align: middle;
    animation: twBlink 0.8s step-end infinite;
    height: 0.82em; border-radius: 2px;
}
@keyframes twBlink { 0%,100%{opacity:1} 50%{opacity:0} }

/* ---- Kapanış ---- */
.tk-closing {
    background-color: #F3EAE3;
    padding: clamp(48px, 7vh, 90px) 0;
    text-align: center;
}
.tk-closing-title {
    font-family: var(--font-display);
    font-size: clamp(26px, 3vw, 44px);
    font-weight: 700; color: var(--slide-1-title, #745944);
    margin-bottom: 18px;
}
.tk-closing-text {
    font-size: 15px; line-height: 1.9;
    color: var(--color-dark-brown, #745944);
    opacity: 0.72; max-width: 640px; margin: 0 auto;
}
.tk-closing-manifesto {
    margin-top: 22px; font-style: italic;
    opacity: 0.80; line-height: 2;
}

/* ---- Reveal ---- */
[data-reveal="tk-left"]  { opacity: 0; transform: translateX(-48px); }
[data-reveal="tk-right"] { opacity: 0; transform: translateX(48px); }
[data-reveal="tk-up"]    { opacity: 0; transform: translateY(40px); }
[data-reveal="tk-left"].is-visible,
[data-reveal="tk-right"].is-visible,
[data-reveal="tk-up"].is-visible {
    opacity: 1; transform: none;
    transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.4,0,0.2,1);
}

/* ---- Responsive ---- */
@media (max-width: 991.98px) {
    .tk-page-header { position: relative; top: auto; padding: 16px 0 6px; }
    .tk-section { padding: clamp(24px,4vh,48px) 0; }
    .tk-img-main { max-width: 300px; }
    .tk-img-circle { width: 260px; height: 260px; }
    .tk-text-wrap { align-items: center; text-align: center; }
    .tk-text-body { max-width: 100%; text-align: left; }
    .tk-section .row { flex-direction: column; }
    .tk-section--imgfirst .row { flex-direction: column-reverse; }
}
@media (max-width: 575.98px) {
    .tk-section { padding: clamp(20px,3vh,36px) 0; }
    .tk-img-main { max-width: 240px; }
    .tk-title-main { font-size: clamp(26px,7vw,36px); }
    .tk-closing { padding: 40px 0 60px; }
}