.page-content.page-content-hakkimizda {
    width: 100%;
    max-width: none;
    margin: calc(var(--header-height, 86px) * -1) 0 0;
    padding: 0;
    background: #000000;
    color: #ffffff;
    --hak-fade-line: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.22) 10%,
        rgba(255, 255, 255, 0.58) 50%,
        rgba(255, 255, 255, 0.22) 90%,
        rgba(255, 255, 255, 0) 100%
    );
    --hak-pad: clamp(1.5rem, 4vw, 4rem);
    --hak-max: 1200px;
}

.hak-hero {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 var(--hak-pad) 4rem;
    background: #000000;
    overflow: hidden;
}

.hak-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-image: var(--hak-hero-bg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 0;
    opacity: 0;
    transform: scale(1.08);
    animation: hakHeroBgIn 1.4s 0.1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    will-change: transform, opacity;
}

.hak-hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
        rgba(0, 0, 0, 0.55) 0%,
        rgba(0, 0, 0, 0.35) 45%,
        rgba(0, 0, 0, 0.85) 100%);
    pointer-events: none;
}

@keyframes hakHeroBgIn {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.hak-hero-inner {
    position: relative;
    z-index: 1;
    width: min(100%, var(--hak-max));
}

.hak-hero-title {
    position: relative;
    z-index: 1;
    font-family: "area-variable", sans-serif;
    font-size: clamp(3.5rem, 11vw, 10rem);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
    padding-top: 0.12em;
    overflow: visible;
    white-space: nowrap;
}

.hak-hero-title .hak-hero-char {
    display: inline-block;
}

.hak-hero-sub {
    position: relative;
    z-index: 1;
    font-family: "Cardo", serif;
    font-style: italic;
    font-size: clamp(0.95rem, 1.6vw, 1.35rem);
    color: rgba(255, 255, 255, 0.74);
    margin: 1.5rem 0 0;
    letter-spacing: 0.01em;
}

.hak-hero-rule {
    position: relative;
    z-index: 1;
    border: none;
    height: 1px;
    background: var(--hak-fade-line);
    margin: 2.5rem 0 0;
    transform-origin: left center;
}

.hak-manifesto {
    position: relative;
    padding: 0;
    background: #000;
    overflow: hidden;
}

.hak-manifesto-pin {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 var(--hak-pad);
}

.hak-manifesto-text {
    max-width: 900px;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(1.6rem, 3.2vw, 2.8rem);
    font-weight: 600;
    line-height: 1.55;
    text-align: center;
    color: #ffffff;
    margin: 0;
}

.hak-manifesto-text .hak-word {
    display: inline-block;
    opacity: 0.08;
    transition: opacity 0.6s ease;
    margin-right: 0.25em;
}

.hak-manifesto-text .hak-word.is-lit {
    opacity: 1;
}

.hak-split {
    position: relative;
    background: #000;
}

.hak-split-pin {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: calc(var(--app-height, 100vh) - var(--header-height, 86px));
    overflow: hidden;
}

.hak-split-media {
    position: relative;
    overflow: hidden;
}

.hak-split-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    will-change: opacity, clip-path, transform;
    animation: hakKenBurns 14s ease-in-out infinite alternate;
}

@keyframes hakKenBurns {
    0%   { transform: scale(1.0) translate(0, 0); }
    100% { transform: scale(1.06) translate(-1%, -0.8%); }
}

.hak-split-content {
    display: grid;
    align-items: center;
    padding: clamp(2rem, 5vw, 5rem) clamp(2rem, 4vw, 4rem);
    position: relative;
    isolation: isolate;
}

.hak-split-panel {
    grid-area: 1 / 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 0;
    will-change: opacity;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
}

.hak-split-panel.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 1;
}

.hak-split-eyebrow {
    font-family: "Montserrat", sans-serif;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--red);
    margin: 0 0 1.2rem;
}

.hak-split-heading {
    font-family: "area-variable", sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    color: #fff;
    margin: 0 0 1.5rem;
}

.hak-split-text {
    font-family: "Montserrat", sans-serif;
    font-size: clamp(0.85rem, 1.1vw, 1rem);
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.65);
    margin: 0;
    max-width: 480px;
}

.hak-split-index {
    position: absolute;
    bottom: clamp(2rem, 4vw, 3rem);
    right: clamp(2rem, 4vw, 4rem);
    font-family: "area-variable", sans-serif;
    font-size: clamp(4rem, 6vw, 5rem);
    font-weight: 700;
    color: rgba(255, 255, 255, 0.31);
    line-height: 1;
    pointer-events: none;
}

.hak-split-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.06);
    z-index: 2;
}

.hak-split-progress-fill {
    height: 100%;
    width: 0%;
    background: var(--red);
    will-change: width;
}

.hak-stats {
    padding: clamp(5rem, 10vw, 9rem) var(--hak-pad);
    background: #000;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.hak-stats-inner {
    max-width: var(--hak-max);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.hak-stat {
    text-align: center;
    padding: 1.5rem 1rem;
    position: relative;
}

.hak-stat:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background: rgba(255, 255, 255, 0.08);
}

.hak-stat-num {
    font-family: "area-variable", sans-serif;
    font-size: clamp(2.4rem, 5vw, 4rem);
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    margin: 0;
    font-variant-numeric: tabular-nums;
}

.hak-stat-suffix {
    font-size: 0.55em;
    color: var(--red);
    margin-left: 0.08em;
}

.hak-stat-label {
    font-family: "Montserrat", sans-serif;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin: 0.8rem 0 0;
}

.hak-parallax-band {
    position: relative;
    height: 65vh;
    overflow: hidden;
    background: #000;
}

.hak-parallax-img {
    position: absolute;
    inset: -20% 0;
    width: 100%;
    height: 140%;
    object-fit: cover;
    will-change: transform;
}

.hak-parallax-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hak-parallax-quote {
    max-width: 700px;
    padding: 0 var(--hak-pad);
    text-align: center;
}

.hak-parallax-quote blockquote {
    font-family: "Cardo", serif;
    font-style: italic;
    font-size: clamp(1.2rem, 2.2vw, 1.8rem);
    line-height: 1.65;
    color: #ffffff;
    margin: 0;
}

.hak-quote-line {
    display: block;
}

.hak-quote-line--primary {
    white-space: nowrap;
}

.hak-parallax-quote cite {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
    margin-top: 1.5rem;
}

.hak-timeline {
    padding: clamp(5rem, 10vw, 8rem) var(--hak-pad);
    background: #000;
}

.hak-timeline-header {
    text-align: center;
    margin-bottom: clamp(3rem, 6vw, 5rem);
}

.hak-timeline-eyebrow {
    font-family: "Montserrat", sans-serif;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--red);
    margin: 0 0 0.8rem;
}

.hak-timeline-title {
    font-family: "area-variable", sans-serif;
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    color: #fff;
    margin: 0;
}

.hak-timeline-track {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding-left: 40px;
}

.hak-timeline-line {
    position: absolute;
    left: 7px;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.06);
}

.hak-timeline-line-fill {
    width: 100%;
    height: 0%;
    background: var(--red);
    will-change: height;
}

.hak-tl-item {
    position: relative;
    padding: 0 0 clamp(2.5rem, 4vw, 3.5rem);
}

.hak-tl-item:last-child {
    padding-bottom: 0;
}

.hak-tl-dot {
    position: absolute;
    left: -40px;
    top: 0.35em;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hak-tl-dot::before {
    content: "";
    width: 7px;
    height: 7px;
    background: rgba(255, 255, 255, 0.15);
    transition: background 0.4s ease;
}

.hak-tl-item.is-active .hak-tl-dot::before {
    background: var(--red);
}

.hak-tl-year {
    font-family: "area-variable", sans-serif;
    font-size: clamp(0.85rem, 1.2vw, 1rem);
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--red);
    margin: 0 0 0.35rem;
}

.hak-tl-title {
    font-family: "Montserrat", sans-serif;
    font-size: clamp(0.95rem, 1.3vw, 1.1rem);
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 0.5rem;
    line-height: 1.4;
}

.hak-tl-desc {
    font-family: "Montserrat", sans-serif;
    font-size: clamp(0.8rem, 1vw, 0.9rem);
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
    max-width: 560px;
}

.hak-values {
    padding: clamp(5rem, 10vw, 8rem) var(--hak-pad);
    background: #000;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.hak-values-inner {
    max-width: var(--hak-max);
    margin: 0 auto;
}

.hak-values-header {
    margin-bottom: clamp(3rem, 5vw, 4rem);
}

.hak-values-eyebrow {
    font-family: "Montserrat", sans-serif;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--red);
    margin: 0 0 0.8rem;
}

.hak-values-title {
    font-family: "area-variable", sans-serif;
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    color: #fff;
    margin: 0;
}

.hak-values-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
}

.hak-value {
    padding: clamp(1.5rem, 3vw, 2.5rem);
    border: 1px solid rgba(255, 255, 255, 0.06);
    margin: -0.5px;
    position: relative;
}

.hak-value-head {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    min-height: 2.75rem;
    margin: 0 0 1rem;
}

.hak-value-icon {
    width: 2rem;
    height: 2rem;
    flex: 0 0 2rem;
    object-fit: contain;
    object-position: center;
    opacity: 0.92;
    filter: brightness(0) saturate(100%) invert(22%) sepia(97%) saturate(2703%) hue-rotate(352deg) brightness(92%) contrast(93%);
}

.hak-value-title {
    font-family: "Montserrat", sans-serif;
    font-size: clamp(0.85rem, 1.1vw, 1rem);
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 0.75rem;
}

.hak-value-desc {
    font-family: "Montserrat", sans-serif;
    font-size: clamp(0.78rem, 0.95vw, 0.88rem);
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
}

@media (max-width: 1024px) {
    .hak-split-pin {
        grid-template-columns: 1fr;
        min-height: auto;
        height: auto;
        display: flex;
        flex-direction: column;
        overflow: visible;
    }

    .hak-split-media {
        position: relative;
        inset: auto;
        width: 100%;
        aspect-ratio: 4 / 5;
        height: auto;
        max-height: 55vh;
        flex-shrink: 0;
        z-index: 0;
    }

    .hak-split-img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .hak-split-media::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0) 60%,
            rgba(0, 0, 0, 0.55) 100%
        );
        z-index: 1;
    }

    .hak-split-content {
        position: relative;
        z-index: 2;
        flex: 0 0 auto;
        min-height: clamp(20rem, 42vh, 28rem);
        padding: clamp(1.5rem, 4vw, 2.5rem) clamp(1.25rem, 4vw, 2rem) clamp(2.25rem, 5vw, 3rem);
    }

    .hak-split-panel {
        z-index: 2;
        justify-content: flex-start;
        min-height: 100%;
    }

    .hak-split-index {
        color: rgba(255, 255, 255, 0.15);
    }

    .hak-stats-inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .hak-stat:nth-child(2)::after {
        display: none;
    }

    .hak-stat:nth-child(1)::after,
    .hak-stat:nth-child(3)::after {
        height: 100%;
        top: 0;
    }

    .hak-values-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .hak-hero {
        padding-bottom: 3rem;
    }

    .hak-hero-title {
        font-size: clamp(1.9rem, 10vw, 4.5rem);
    }

    .hak-manifesto-text {
        font-size: clamp(1.2rem, 4.5vw, 1.6rem);
    }

    .hak-stats-inner {
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem 0;
    }

    .hak-stat::after {
        display: none !important;
    }

    .hak-parallax-band {
        height: 50vh;
    }

    .hak-parallax-quote {
        max-width: min(100%, 34rem);
        padding: 0 clamp(1rem, 5vw, 1.5rem);
    }

    .hak-parallax-quote blockquote {
        font-size: clamp(1rem, 4.8vw, 1.35rem);
        line-height: 1.55;
    }

    .hak-quote-line--primary {
        white-space: normal;
    }

    .hak-parallax-quote cite {
        margin-top: 1rem;
        font-size: 0.64rem;
        letter-spacing: 0.12em;
    }

    .hak-timeline-track {
        padding-left: 32px;
    }

    .hak-tl-dot {
        left: -32px;
    }
}

@media (max-width: 480px) {
    .hak-split-content {
        min-height: clamp(22rem, 50vh, 30rem);
        padding: 1.35rem 1rem 2rem;
    }

    .hak-stats-inner {
        grid-template-columns: 1fr;
    }

    .hak-split-panel {
        padding: 0;
    }

    .hak-split-heading {
        font-size: clamp(1.4rem, 7.6vw, 1.9rem);
        margin-bottom: 1rem;
    }

    .hak-split-text {
        max-width: none;
        font-size: 0.88rem;
        line-height: 1.62;
    }

    .hak-split-index {
        right: 1rem;
        bottom: 1rem;
        font-size: clamp(3rem, 15vw, 4rem);
    }

    .hak-values-grid {
        grid-template-columns: 1fr;
    }

    .hak-value-head {
        gap: 0.75rem;
    }

    .hak-value-icon {
        width: 1.85rem;
        height: 1.85rem;
        flex-basis: 1.85rem;
    }
}
