/*####################################################
//       _  _ ___ ___ ___ _  ____   _____ ___       //
//      | \| |_ _/ __| __| |/ /\ \ / / _ \ __|      //
//      | .` || | (__| _|| ' <  \ V /|  _/ _|       //
//      |_|\_|___\___|___|_|\_\  |_| |_| |___|      //
//                                                  //
//  File: style.css                                 //
//  Author: NiceKype                                //
//  Copyright (c) 2026 NiceKype                     //
####################################################*/


@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Public+Sans:100,300,400,500,600,700,800,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Russo+One&display=swap');

@font-face {
  font-family: 'DoctorGlitch';
  src: url('../fonts/DoctorGlitch.eot');
  src: url('../fonts/DoctorGlitch.woff2') format('woff2'),
       url('../fonts/DoctorGlitch.woff') format('woff'),
       url('../fonts/DoctorGlitch.ttf') format('truetype'),
       url('../fonts/DoctorGlitch.svg#DoctorGlitch') format('svg'),
       url('../fonts/DoctorGlitch.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Thin.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Black.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

:root {
    --primary-color: #aa1010;
    --secondary-color: #ff0000;

    --primary-bg-color: #181818;
    --secondary-bg-color: #212529;

    --surface-1: #101214;
    --surface-2: #171a1f;
    --surface-3: #1d2127;

    --text-main: #f5f7fa;
    --text-soft: rgba(245, 247, 250, 0.78);
    --text-muted: rgba(245, 247, 250, 0.58);

    --border-soft: rgba(255, 255, 255, 0.08);
    --border-accent: rgba(170, 16, 16, 0.28);

    --shadow-main: 0 20px 50px rgba(0, 0, 0, 0.32);
    --shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.2);

    --radius-xl: 30px;
    --radius-lg: 22px;
    --radius-md: 16px;

    --nav-height: 102px;
}

* {
    scrollbar-width: inherit;
    scrollbar-color: var(--text-muted) var(--primary-bg-color);
}
*::-webkit-scrollbar {
    width: 14px;
}
*::-webkit-scrollbar-track {
    background: var(--primary-bg-color);
}
*::-webkit-scrollbar-thumb {
    background-color: var(--text-muted);
    border-radius: 10px;
    border: 3px solid #000;
}

::selection {
  background: var(--primary-color);
  color: var(--primary-bg-color);
}
::-moz-selection {
  background: var(--primary-color);
  color: var(--primary-bg-color);
}

html {
	cursor: url('../img/cursor-default.png'), default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    scroll-behavior: smooth;
}

body.nk-body {
    background:
        radial-gradient(circle at top left, rgba(170, 16, 16, 0.16), transparent 30%),
        radial-gradient(circle at top right, rgba(255, 0, 0, 0.07), transparent 24%),
        linear-gradient(180deg, #0b0d10 0%, #12161b 100%);
    color: var(--text-main);
    font-family: "Rajdhani", sans-serif;
    margin: 0;
    position: relative;
    min-height: 100vh;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: inherit;
}


.nk-preloader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: var(--primary-bg-color);
    overflow: hidden;
    transition: opacity 0.45s ease, visibility 0.45s ease;
}

.nk-preloader.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.nk-preloader-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
        url("../img/flame-background.png") center center / cover no-repeat;
    filter: grayscale();
    opacity: 0.3;
    transform: scale(1.04);
}

.nk-preloader-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.nk-preloader-logo-wrap {
    position: relative;
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nk-preloader-logo {
    position: relative;
    z-index: 2;
    width: 96px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 0 18px rgba(0, 0, 0, 0.28));
    animation: nkPreloaderLogoPulse 1.8s ease-in-out infinite;
}

.nk-preloader-ring {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.nk-preloader-ring-track {
    fill: none;
    stroke: rgba(255, 255, 255, 0.08);
    stroke-width: 6;
}

.nk-preloader-ring-rotator {
    transform-origin: 60px 60px;
    animation: nkPreloaderSpin 1.2s linear infinite;
}

.nk-preloader-ring-progress {
    fill: none;
    stroke: var(--primary-color);
    stroke-width: 6;
    stroke-linecap: round;

    stroke-dasharray: 1 326.73;
    stroke-dashoffset: 0;

    transform: rotate(-90deg);
    transform-origin: 60px 60px;

    filter: drop-shadow(0 0 12px rgba(170,16,16,0.35));

    animation: nkPreloaderDash 1.8s ease-in-out infinite;
}

@keyframes nkPreloaderSpin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes nkPreloaderDash {

    0% {
        stroke-dasharray: 1 326.73;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 140 326.73;
        stroke-dashoffset: -70;
    }

    100% {
        stroke-dasharray: 140 326.73;
        stroke-dashoffset: -326.73;
    }

}

@keyframes nkPreloaderLogoPulse {
    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.03);
        opacity: 0.96;
    }
}

@media (max-width: 767.98px) {
    .nk-preloader-logo-wrap {
        width: 150px;
        height: 150px;
    }

    .nk-preloader-logo {
        width: 82px;
    }
}


.nk-container {
    max-width: 1340px;
}

.section-space {
    padding: 90px 0;
}

.nk-site-bg {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.nk-bg-orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(90px);
    opacity: 0.45;
}

.nk-bg-orb-1 {
    width: 320px;
    height: 320px;
    top: 90px;
    left: -60px;
    background: rgba(170, 16, 16, 0.3);
}

.nk-bg-orb-2 {
    width: 420px;
    height: 420px;
    right: -120px;
    top: 260px;
    background: rgba(255, 0, 0, 0.12);
}

.nk-bg-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,0.28), transparent 85%);
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,0.28), transparent 85%);
}

.nk-header {
    position: sticky;
    top: 0;
    z-index: 1200;
    backdrop-filter: blur(16px);
    background: rgba(10, 12, 15, 0.72);
    border-bottom: 1px solid rgba(255,255,255,0.05);
    box-shadow: 0 8px 24px rgba(0,0,0,0.18);
}

.nk-navbar {
    min-height: var(--nav-height);
    padding: 0;
}

.nk-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.nk-brand img.nav-logo {
	max-height: 60px;
	transition: 0.3s all;
}

.nk-brand img.nav-logo:hover {
	max-height: 60px;
	transition: 0.3s all;
	transform: rotate(-6deg) scale(1.1);
	cursor: url('../img/cursor-pointer.png'), pointer;
}

.nk-brand-mark {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary-color), #520000);
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.08em;
    box-shadow: 0 10px 24px rgba(170, 16, 16, 0.3);
}

.nk-brand-text {
    color: #fff;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.nk-nav-list {
    gap: 6px;
}

.nk-nav-list .nav-link {
    color: rgba(255,255,255,0.86);
    padding: 12px 15px !important;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
	text-transform: uppercase;
    transition: 0.22s ease;
}

.nk-nav-list .nav-link:hover,
.nk-nav-list .nav-link.active {
    color: #fff;
    background: rgba(255,255,255,0.05);
	cursor: url('../img/cursor-pointer.png'), pointer;
}

.nk-nav-cta {
    border: 1px solid rgba(255,255,255,0.08);
	border-radius: 12px;
    background: linear-gradient(180deg, rgba(170,16,16,0.22), rgba(170,16,16,0.08));
}

.nk-nav-toggle {
    border: 0;
    padding: 8px 0;
    box-shadow: none !important;
}

.nk-nav-toggle-line {
    display: block;
    width: 28px;
    height: 2px;
    background: #fff;
    margin: 6px 0;
    border-radius: 999px;
}

.nk-nav-dropdown {
    position: relative;
}

.nk-dropdown-menu {
    margin-top: 2px;
    min-width: 220px;
    padding: 10px;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;
    background: rgba(16, 18, 22, 0.96);
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 35px rgba(0,0,0,0.28);
}

.nk-dropdown-menu .dropdown-item {
    border-radius: 12px;
    padding: 11px 14px;
    color: rgba(255,255,255,0.86);
    font-weight: 600;
    transition: 0.2s ease;
}

.nk-dropdown-menu .dropdown-item:hover,
.nk-dropdown-menu .dropdown-item:focus {
    background: rgba(255,255,255,0.06);
    color: #fff;
	cursor: url('../img/cursor-pointer.png'), pointer;
}

.nk-nav-dropdown .dropdown-toggle::after {
    margin-left: 8px;
    vertical-align: middle;
}

#socialDropdown {
	color: rgba(255,255,255,0.86) !important;
}

#socialDropdown:hover,
#socialDropdown:focus {
	background: rgba(255,255,255,0.05);
	color: #fff !important;
	cursor: url('../img/cursor-pointer.png'), pointer;
}

@media (min-width: 1200px) {
    .nk-nav-dropdown:hover > .nk-dropdown-menu {
        display: block;
		cursor: url('../img/cursor-pointer.png'), pointer;
    }
}

.nk-hero {
    position: relative;
    z-index: 1;
    padding-top: 70px;
}

.nk-hero-shell {
    position: relative;
    border: 1px solid rgba(255,255,255,0.07);
    background:
        linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.015));
    box-shadow: var(--shadow-main);
    border-radius: 38px;
    overflow: hidden;
    padding: 48px;
}

.nk-hero-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(255,255,255,0.05), transparent 30%),
        radial-gradient(circle at 80% 30%, rgba(170,16,16,0.12), transparent 26%);
    pointer-events: none;
}

.nk-kicker-wrap {
    margin-bottom: 20px;
}

.nk-kicker {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    padding: 10px 14px;
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.06);
}

.nk-kicker i {
    color: var(--secondary-color);
    font-size: 0.65rem;
}

.nk-hero-title {
	font-family: 'DoctorGlitch', sans-serif;
    font-size: clamp(3rem, 9vw, 6.5rem);
    line-height: 0.92;
    margin: 0 0 20px;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.nk-hero-title span {
    color: var(--secondary-color);
    text-shadow: 0 0 24px rgba(255,0,0,0.22);
}

.nk-hero-subtitle {
    max-width: 680px;
    color: var(--text-soft);
    font-size: 1.2rem;
    line-height: 1.65;
    margin-bottom: 28px;
}

.nk-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 30px;
}

.nk-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 22px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.02em;
    transition: 0.22s ease;
}

.nk-btn:hover {
    transform: translateY(-2px);
	cursor: url('../img/cursor-pointer.png'), pointer;
}

.nk-btn-primary {
    color: #fff;
    background: linear-gradient(135deg, var(--primary-color), #640909);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 14px 30px rgba(170,16,16,0.24);
}

.nk-btn-secondary {
    color: #fff;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
}

.nk-btn-ghost {
    color: var(--text-main);
    background: transparent;
    border: 1px dashed rgba(255,255,255,0.12);
}

.nk-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.nk-mini-card {
    min-width: 220px;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.06);
}

.nk-mini-label {
    display: block;
    color: var(--text-muted);
    font-size: 0.92rem;
    margin-bottom: 4px;
}

.nk-hero-stage {
    position: relative;
    min-height: 640px;
}

.nk-stage-frame {
    position: relative;
    height: 100%;
    min-height: 640px;
    border-radius: 32px;
    background:
        linear-gradient(180deg, rgba(19, 22, 27, 0.98), rgba(10, 12, 15, 0.98));
    border: 1px solid rgba(255,255,255,0.07);
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(0,0,0,0.34);
}

.nk-stage-topline {
    display: flex;
    gap: 8px;
    padding: 18px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.nk-stage-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: rgba(255,255,255,0.22);
}

.nk-stage-content {
    position: relative;
    padding: 24px;
    height: calc(100% - 47px);
}

.nk-stage-badge {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(170,16,16,0.18);
    border: 1px solid rgba(170,16,16,0.22);
    font-size: 0.92rem;
    font-weight: 700;
    margin-bottom: 18px;
}

.nk-stage-avatar {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    height: 360px;
    margin-bottom: 18px;
    background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
}

.nk-stage-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 0%;
}

.nk-stage-panels {
    display: grid;
    gap: 12px;
}

.nk-stage-panel {
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.06);
}

.nk-stage-panel span {
    display: block;
    color: var(--text-muted);
    font-size: 0.9rem;
    margin-bottom: 2px;
}

.nk-stage-panel strong {
    font-size: 1rem;
}

.nk-floating-chip {
    position: absolute;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(15,17,20,0.84);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: var(--shadow-soft);
    font-weight: 700;
    letter-spacing: 0.06em;
}

.nk-chip-1 { top: 24px; right: -12px; }
.nk-chip-2 { bottom: 150px; left: -10px; }
.nk-chip-3 { bottom: 30px; right: 18px; }

.nk-section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
}

.nk-section-head-sm {
    margin-bottom: 18px;
}

.nk-section-kicker {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--secondary-color);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-weight: 700;
}

.nk-section-title {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.02;
    font-weight: 800;
}

.nk-section-text {
    max-width: 560px;
    color: var(--text-soft);
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.6;
}

.nk-about-card,
.nk-feature-card,
.nk-social-card,
.nk-project-card,
.nk-stat-card,
.nk-content-panel,
.nk-twitch-panel,
.nk-tiktok-panel,
.nk-code-card,
.nk-code-window,
.nk-info-tile {
    border-radius: var(--radius-lg);
    border: 1px solid var(--border-soft);
    background:
        linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.02));
    box-shadow: var(--shadow-soft);
}

.nk-about-card {
    padding: 28px;
}

.nk-about-image {
    border-radius: 24px;
    overflow: hidden;
    min-height: 420px;
    background: rgba(255,255,255,0.03);
}

.nk-about-image img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
}

.nk-about-content p {
    font-size: 1.12rem;
    line-height: 1.7;
    color: var(--text-soft);
}

.nk-about-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 14px;
    margin: 24px 0;
}

.nk-info-tile {
    padding: 20px;
}

.nk-info-tile i {
    font-size: 1.3rem;
    color: var(--secondary-color);
    margin-bottom: 12px;
}

.nk-info-tile h3 {
    margin: 0 0 8px;
    font-size: 1.25rem;
}

.nk-info-tile p {
    margin: 0;
    font-size: 0.98rem;
    color: var(--text-soft);
}

.nk-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 22px;
}

.nk-feature-card {
    padding: 24px;
    position: relative;
    overflow: hidden;
}

.nk-feature-card::before {
    content: "";
    position: absolute;
    inset: auto -10% -30% auto;
    width: 160px;
    height: 160px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(170,16,16,0.18), transparent 68%);
    pointer-events: none;
}

.nk-feature-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    margin-bottom: 16px;
    background: rgba(170,16,16,0.12);
    color: var(--secondary-color);
    border: 1px solid rgba(170,16,16,0.22);
}

.nk-feature-card h3,
.nk-social-card h3,
.nk-project-body h3,
.nk-code-card h3 {
    margin: 0 0 10px;
    font-size: 1.4rem;
    font-weight: 700;
	color: var(--primary-color);
}

h3.closed-project {
	color: #646464;
}

.nk-feature-card p,
.nk-social-card p,
.nk-project-body p,
.nk-code-card p {
    margin: 0 0 14px;
    color: var(--text-soft);
    line-height: 1.6;
}

.nk-coding-cards a {
	text-decoration: none !important;
}

.nk-feature-card a,
.nk-social-card a,
.nk-project-body a {
    text-decoration: none;
    color: var(--secondary-color);
    font-weight: 700;
}

.nk-coding-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 22px;
}

.nk-code-window {
    overflow: hidden;
}

.nk-code-top {
    display: flex;
    gap: 8px;
    padding: 16px 18px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.nk-code-top span {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: rgba(255,255,255,0.18);
}

.nk-code-window pre {
    margin: 0;
    padding: 24px;
    color: #f7f7f7;
    font-family: Consolas, Monaco, monospace;
    font-size: 0.98rem;
    line-height: 1.7;
    overflow: auto;
}

.nk-coding-cards {
    display: grid;
    gap: 22px;
}

.nk-code-card {
    padding: 22px;
}

.nk-social-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 22px;
}

.nk-social-card {
    padding: 24px;
    min-height: 230px;
}

.nk-social-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    color: var(--text-main);
}

.nk-social-top i {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.05);
    color: var(--secondary-color);
    border: 1px solid rgba(255,255,255,0.06);
    font-size: 1.1rem;
}

.nk-social-top span {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.nk-project-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 22px;
}

.nk-project-wide {
    grid-column: span 2;
}

.nk-project-card {
    overflow: hidden;
}

.nk-project-media {
    height: 220px;
    overflow: hidden;
    background: rgba(255,255,255,0.03);
}

.nk-project-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.nk-project-card:hover .nk-project-media img {
    transform: scale(1.04);
}

.nk-project-media img.closed-project {
    filter: grayscale();
	transition: 0.3s all;
}

.nk-project-card:hover .nk-project-media img.closed-project {
    filter: none;
}

.nk-project-body {
    padding: 22px;
}

.nk-project-tag {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(170,16,16,0.12);
    border: 1px solid rgba(170,16,16,0.2);
    color: var(--secondary-color);
    font-size: 0.84rem;
    font-weight: 700;
    margin-bottom: 14px;
}

.nk-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 18px;
}

.nk-stat-card {
    padding: 24px;
    text-align: left;
}

.nk-stat-card strong {
    display: block;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1;
    margin-bottom: 10px;
    color: #fff;
}

.nk-stat-card span {
    color: var(--text-soft);
    font-size: 1rem;
}

.nk-content-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 22px;
    margin-bottom: 22px;
}

.nk-content-panel,
.nk-twitch-panel,
.nk-tiktok-panel {
    padding: 26px;
	margin-bottom: 22px;
}

.nk-panel-intro {
    color: var(--text-soft);
    line-height: 1.6;
    margin-bottom: 18px;
}

.nk-embed-placeholder {
    min-height: 260px;
    border-radius: 18px;
    border: 1px dashed rgba(255,255,255,0.12);
    background:
        linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-muted);
    text-align: center;
    padding: 20px;
}

.nk-panel-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}


.nk-partner-strip {
    position: relative;
    padding: 70px 0 30px;
    z-index: 1;
}

.nk-partner-head {
    margin-bottom: 24px;
}

.nk-partner-slider-wrap {
    position: relative;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,0.08);
    background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
    box-shadow: 0 14px 30px rgba(0,0,0,0.2);
    overflow: hidden;
}

.nk-partner-viewport {
    overflow: hidden;
    width: 100%;
    cursor: grab;
    user-select: none;
}

.nk-partner-viewport.is-dragging {
    cursor: grabbing;
}

.nk-partner-track {
    display: flex;
    align-items: stretch;
    will-change: transform;
}

.nk-partner-item {
    flex: 0 0 20%;
    max-width: 20%;
    min-width: 20%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    text-decoration: none;
    pointer-events: auto;
}

.nk-partner-item img {
    max-width: 100%;
    max-height: 38px;
    object-fit: contain;
    filter: grayscale(1);
    opacity: 0.82;
    transition: filter 0.35s ease, opacity 0.35s ease, transform 0.35s ease;
    pointer-events: none;
}

.nk-partner-item:hover img {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.03);
}

@media (max-width: 1199.98px) {
    .nk-partner-item {
        flex: 0 0 25%;
        max-width: 25%;
        min-width: 25%;
    }
}

@media (max-width: 991.98px) {
    .nk-partner-item {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
        min-width: 33.3333%;
        height: 130px;
    }
}

@media (max-width: 767.98px) {
    .nk-partner-item {
        flex: 0 0 50%;
        max-width: 50%;
        min-width: 50%;
        height: 115px;
        padding: 18px;
    }

    .nk-partner-item img {
        max-height: 64px;
    }
}


.gear-page {
    position: relative;
    z-index: 1;
}

.gear-hero {
    margin-bottom: 40px;
}

.gear-hero-shell {
    position: relative;
    padding: 36px;
    border-radius: 30px;
    border: 1px solid rgba(255,255,255,0.07);
    background: linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.02));
    box-shadow: var(--shadow-main);
    overflow: hidden;
}

.gear-hero-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 20%, rgba(255,255,255,0.04), transparent 28%),
        radial-gradient(circle at 85% 20%, rgba(170,16,16,0.12), transparent 26%);
    pointer-events: none;
}

.gear-eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--secondary-color);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-weight: 700;
}

.gear-title {
    margin: 0 0 14px;
    font-size: clamp(2.6rem, 6vw, 4.8rem);
    font-weight: 800;
    line-height: 0.95;
    color: #fff;
}

.gear-title span {
    color: var(--secondary-color);
    text-shadow: 0 0 24px rgba(255,0,0,0.2);
}

.gear-subtitle {
    margin: 0;
    max-width: 760px;
    color: var(--text-soft);
    font-size: 1.1rem;
    line-height: 1.7;
}

.gear-hero-side {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-start;
}

.gear-hero-chip {
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    padding: 0 16px;
    border-radius: 999px;
    color: #fff;
    font-weight: 700;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
}

.gear-category-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin: 0 0 55px;
    position: sticky;
    top: 102px;
    z-index: 1300;
    padding: 14px;
    border-radius: 18px;
    backdrop-filter: blur(16px);
    background: rgba(16, 18, 22, 0.9);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
    transition: border-radius 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.gear-category-nav.is-sticky {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.gear-category-nav a {
    text-decoration: none;
    color: #fff;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    transition: 0.25s ease;
    font-size: 0.95rem;
    font-weight: 600;
}

.gear-category-nav a:hover {
    transform: translateY(-2px);
    background: rgba(170,16,16,0.16);
    border-color: rgba(170,16,16,0.26);
    color: #fff;
}

.gear-section {
    margin-bottom: 72px;
    scroll-margin-top: 170px;
}

.gear-section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.gear-section-kicker {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--secondary-color);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-weight: 700;
}

.gear-section-head h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 800;
}

.gear-section-head p {
    margin: 0;
    max-width: 560px;
    color: var(--text-soft);
    line-height: 1.6;
}

.gear-setup-showcase {
    display: grid;
    gap: 22px;
}

.gear-setup-image {
    position: relative;
    min-height: 430px;
    border-radius: 26px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.03);
    box-shadow: var(--shadow-soft);
}

.gear-setup-image img {
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.gear-setup-overlay {
    position: absolute;
    inset: auto 0 0 0;
    padding: 28px;
    background: linear-gradient(to top, rgba(0,0,0,0.82), rgba(0,0,0,0.08));
}

.gear-setup-overlay h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
}

.gear-setup-overlay p {
    margin: 0;
    color: rgba(255,255,255,0.82);
    line-height: 1.6;
}

.gear-card-grid,
.gear-software-grid {
    display: grid;
    gap: 22px;
}

.gear-card-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.gear-software-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.gear-card,
.gear-software-card,
.gear-gallery-card,
.gear-note-box {
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.02));
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: var(--shadow-soft);
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.gear-card:hover,
.gear-software-card:hover,
.gear-gallery-card:hover,
.gear-note-box:hover {
    transform: translateY(-4px);
    border-color: rgba(170,16,16,0.24);
    background: linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.025));
}

.gear-card,
.gear-note-box {
    padding: 22px;
}

.gear-card-category {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--primary-color);
    font-weight: 700;
}

.gear-card-label {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--secondary-color);
    opacity: 0.95;
}

.gear-card h3,
.gear-gallery-overlay h3 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
}

.gear-card a,
.gear-gallery-overlay a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: var(--secondary-color);
    font-weight: 700;
    transition: 0.2s ease;
}

.gear-card a:hover {
    color: #fff;
}

.gear-software-card {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 20px;
    color: #fff;
    text-decoration: none;
}

.gear-software-card span {
    font-size: 0.85rem;
    color: var(--secondary-color);
    opacity: 0.95;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
}

.gear-software-card strong {
    font-size: 1.08rem;
    font-weight: 700;
    color: #fff;
}

.gear-badge {
    display: inline-block;
    font-size: 0.75rem;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(170,16,16,0.18);
    color: #fff;
    border: 1px solid rgba(170,16,16,0.24);
    margin-bottom: 12px;
}

.airsoft-layout {
    display: grid;
    grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
    gap: 22px;
    align-items: stretch;
}

.airsoft-loadout-card {
    min-height: 100%;
    aspect-ratio: 9 / 16;
}

.airsoft-side-grid {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 22px;
}

.airsoft-weapon-card {
    min-height: 280px;
    max-height: 360px;
}

.gear-gallery-card {
    position: relative;
}

.gear-gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gear-gallery-overlay {
    position: absolute;
    inset: auto 0 0 0;
    padding: 22px;
    background: linear-gradient(to top, rgba(0,0,0,0.82), rgba(0,0,0,0.08));
}

.gear-gallery-overlay p {
    margin: 0;
    color: rgba(255,255,255,0.82);
    line-height: 1.6;
}

.gear-note-box {
    margin-top: 10px;
    color: rgba(255,255,255,0.9);
    line-height: 1.7;
}

.gear-note-box code {
    color: var(--secondary-color);
    background: rgba(255,255,255,0.06);
    padding: 2px 6px;
    border-radius: 8px;
}

@media (max-width: 1199.98px) {
    .gear-category-nav {
        top: 102px;
    }
}

@media (max-width: 991.98px) {
    .gear-hero-shell {
        padding: 24px;
    }

    .gear-category-nav {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .airsoft-layout {
        grid-template-columns: 1fr;
    }

    .airsoft-loadout-card {
        aspect-ratio: 9 / 16;
        max-height: 760px;
    }

    .airsoft-side-grid {
        grid-template-rows: auto;
    }

    .airsoft-weapon-card {
        min-height: 240px;
    }

    .gear-setup-image,
    .gear-setup-image img {
        min-height: 320px;
    }
}

@media (max-width: 767.98px) {
    .gear-page {
        padding-top: 0;
    }

    .gear-hero-shell {
        padding: 20px;
        border-radius: 24px;
    }

    .gear-subtitle,
    .gear-section-head p,
    .gear-setup-overlay p,
    .gear-gallery-overlay p,
    .gear-note-box {
        font-size: 1rem;
    }

    .gear-card,
    .gear-note-box {
        padding: 18px;
    }

    .gear-setup-overlay,
    .gear-gallery-overlay {
        padding: 18px;
    }
}


.partner-page {
    position: relative;
    z-index: 1;
}

.partner-hero {
    margin-bottom: 42px;
}

.partner-hero-shell {
    position: relative;
    padding: 38px;
    border-radius: 30px;
    border: 1px solid rgba(255,255,255,0.07);
    background: linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.02));
    box-shadow: var(--shadow-main);
    overflow: hidden;
}

.partner-hero-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 18%, rgba(255,255,255,0.04), transparent 30%),
        radial-gradient(circle at 85% 18%, rgba(170,16,16,0.12), transparent 28%);
    pointer-events: none;
}

.partner-eyebrow,
.partner-section-kicker {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--secondary-color);
    font-size: 0.84rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-weight: 700;
}

.partner-title {
    margin: 0 0 14px;
    font-size: clamp(2.6rem, 6vw, 4.8rem);
    font-weight: 800;
    line-height: 0.95;
    color: #fff;
}

.partner-title span {
    color: var(--secondary-color);
    text-shadow: 0 0 24px rgba(255,0,0,0.2);
}

.partner-subtitle {
    margin: 0;
    max-width: 760px;
    color: var(--text-soft);
    font-size: 1.08rem;
    line-height: 1.7;
}

.partner-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 24px;
}

.partner-hero-side,
.partner-pitch-side {
    display: grid;
    gap: 14px;
}

.partner-hero-card,
.partner-pitch-mini,
.partner-service-card,
.partner-stat-card,
.partner-contact-card,
.partner-pitch-card,
.partner-logo-card {
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,0.08);
    background: linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.02));
    box-shadow: var(--shadow-soft);
}

.partner-hero-card,
.partner-pitch-mini,
.partner-stat-card,
.partner-contact-card {
    padding: 20px;
}

.partner-hero-card span,
.partner-pitch-mini span,
.partner-stat-card span {
    display: block;
    color: var(--text-muted);
    font-size: 0.92rem;
    margin-bottom: 4px;
}

.partner-hero-card strong,
.partner-pitch-mini strong,
.partner-stat-card strong {
    color: #fff;
    font-size: 1.05rem;
}

.partner-section {
    margin-bottom: 72px;
}

.partner-section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.partner-section-head h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 800;
}

.partner-section-head p {
    margin: 0;
    max-width: 560px;
    color: var(--text-soft);
    line-height: 1.6;
}

.partner-logo-grid {
    display: grid;
    gap: 22px;
}

.partner-logo-grid-current {
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.partner-logo-grid-old {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.partner-logo-card {
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    text-decoration: none;
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.partner-logo-card:hover {
    transform: translateY(-4px);
    border-color: rgba(170,16,16,0.24);
    background: linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.025));
}

.partner-logo-card img {
    max-width: 100%;
    max-height: 72px;
    object-fit: contain;
    filter: grayscale(1);
    opacity: 0.9;
    transition: filter 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

.partner-logo-card:hover img {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.03);
}

.partner-logo-card.is-old img {
    opacity: 0.65;
    filter: grayscale(1);
}

.partner-pitch-card {
    padding: 28px;
}

.partner-pitch-card h2 {
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.05;
    font-weight: 800;
}

.partner-pitch-card p {
    color: var(--text-soft);
    line-height: 1.7;
    font-size: 1.04rem;
}

.partner-service-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 22px;
}

.partner-service-card {
    padding: 24px;
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.partner-service-card:hover {
    transform: translateY(-4px);
    border-color: rgba(170,16,16,0.24);
    background: linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.025));
}

.partner-service-icon {
    width: 250px;
    height: 145px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(170,16,16,0.12);
    border: 1px solid rgba(170,16,16,0.18);
    margin-bottom: 18px;
    overflow: hidden;
}

.partner-service-icon img {
    max-width: 240px;
    object-fit: contain;
    border-radius: 18px;
}

.partner-service-card h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
}

.partner-service-card p {
    margin: 0;
    color: var(--text-soft);
    line-height: 1.65;
}

.partner-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 22px;
}

.partner-stat-card {
    min-height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partner-stat-card img.lifetime {
    max-width: 280px;
}

.partner-stat-card img.grow {
    max-height: 320px;
}

.partner-contact-card {
    padding: 30px;
    text-align: center;
}

.partner-contact-card h2 {
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 800;
}

.partner-contact-card p {
    max-width: 760px;
    margin: 0 auto;
    color: var(--text-soft);
    line-height: 1.7;
}

.partner-contact-actions {
    margin-top: 24px;
    border-radius: 24px;
}

@media (max-width: 991.98px) {
    .partner-hero-shell,
    .partner-pitch-card,
    .partner-contact-card {
        padding: 24px;
    }

    .partner-service-grid,
    .partner-stats-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .partner-hero-shell,
    .partner-pitch-card,
    .partner-contact-card {
        padding: 20px;
        border-radius: 22px;
    }

    .partner-subtitle,
    .partner-section-head p,
    .partner-pitch-card p,
    .partner-service-card p,
    .partner-contact-card p {
        font-size: 1rem;
    }

    .partner-logo-card {
        min-height: 130px;
        padding: 20px;
    }

    .partner-logo-card img {
        max-height: 60px;
    }
}

.partner-service-icon {
    cursor: pointer;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.partner-service-icon:hover {
    transform: translateY(-2px);
    border-color: rgba(170,16,16,0.22);
    background: rgba(255,255,255,0.05);
}

.partner-lightbox {
    position: fixed;
    inset: 0;
    z-index: 5000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.22s ease, visibility 0.22s ease;
}

.partner-lightbox.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.partner-lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(6, 8, 10, 0.82);
    backdrop-filter: blur(8px);
}

.partner-lightbox-dialog {
    position: relative;
    z-index: 2;
    width: min(1000px, 100%);
    border-radius: 26px;
    border: 1px solid rgba(255,255,255,0.08);
    background: linear-gradient(180deg, rgba(18,20,24,0.96), rgba(12,14,17,0.96));
    box-shadow: 0 24px 60px rgba(0,0,0,0.4);
    overflow: hidden;
}

.partner-lightbox-close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 14px;
    background: rgba(255,255,255,0.08);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.partner-lightbox-close:hover {
    background: rgba(170,16,16,0.22);
    transform: scale(1.03);
}

.partner-lightbox-content {
    padding: 28px;
}

.partner-lightbox-content img {
    width: 100%;
    max-height: 75vh;
    object-fit: contain;
    display: block;
    border-radius: 18px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
    padding: 18px;
}

.partner-lightbox-content h3 {
    margin: 18px 0 0;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .partner-lightbox {
        padding: 14px;
    }

    .partner-lightbox-content {
        padding: 18px;
    }

    .partner-lightbox-close {
        top: 10px;
        right: 10px;
        width: 42px;
        height: 42px;
    }
}


.about-page {
    position: relative;
    z-index: 1;
}

.about-hero {
    margin-bottom: 42px;
}

.about-hero-shell {
    position: relative;
    padding: 38px;
    border-radius: 30px;
    border: 1px solid rgba(255,255,255,0.07);
    background: linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.02));
    box-shadow: var(--shadow-main);
    overflow: hidden;
}

.about-hero-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 18%, rgba(255,255,255,0.04), transparent 30%),
        radial-gradient(circle at 85% 18%, rgba(170,16,16,0.12), transparent 28%);
    pointer-events: none;
}

.about-eyebrow,
.about-section-kicker {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--secondary-color);
    font-size: 0.84rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-weight: 700;
}

.about-title {
    margin: 0 0 14px;
    font-size: clamp(2.6rem, 6vw, 4.8rem);
    font-weight: 800;
    line-height: 0.95;
    color: #fff;
}

.about-title span {
    color: var(--secondary-color);
    text-shadow: 0 0 24px rgba(255,0,0,0.2);
}

.about-subtitle {
    margin: 0;
    max-width: 760px;
    color: var(--text-soft);
    font-size: 1.08rem;
    line-height: 1.7;
}

.about-hero-side {
    display: grid;
    gap: 14px;
}

.about-hero-card,
.about-text-card,
.about-skill-card {
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,0.08);
    background: linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.02));
    box-shadow: var(--shadow-soft);
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.about-hero-card,
.about-text-card,
.about-skill-card {
    padding: 22px;
}

.about-hero-card:hover,
.about-text-card:hover,
.about-skill-card:hover {
    transform: translateY(-4px);
    border-color: rgba(170,16,16,0.24);
    background: linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.025));
}

.about-hero-card span {
    display: block;
    color: var(--text-muted);
    font-size: 0.92rem;
    margin-bottom: 4px;
}

.about-hero-card strong {
    color: #fff;
    font-size: 1.05rem;
}

.about-hero-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
    display: block;
}

.about-hero-side .about-hero-card {
    padding: 0 !important;
    overflow: hidden;
    min-height: 320px;
    max-height: 420px;
}

.about-hero-card {
    position: relative;
}

.about-hero-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.4));
    pointer-events: none;
}

@media (min-width: 992px) {
    .about-hero-side .about-hero-card {
        height: 100%;
        min-height: 360px;
    }
}

.about-section {
    margin-bottom: 72px;
}

.about-section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.about-section-head h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 800;
}

.about-section-head p {
    margin: 0;
    max-width: 560px;
    color: var(--text-soft);
    line-height: 1.6;
}

.about-text-grid,
.about-experience-grid {
    display: grid;
    gap: 22px;
}

.about-text-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.about-experience-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.about-text-card h3,
.about-skill-head h3 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 1.35rem;
    font-weight: 700;
}

.about-text-card p {
    margin: 0 0 14px;
    color: var(--text-soft);
    line-height: 1.75;
}

.about-text-card p:last-child {
    margin-bottom: 0;
}

.about-skill-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.about-skill-badge {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(170,16,16,0.14);
    border: 1px solid rgba(170,16,16,0.24);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.about-skill-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}

.about-skill-list li {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255,255,255,0.035);
    border: 1px solid rgba(255,255,255,0.06);
}

.about-skill-list li span {
    color: var(--text-soft);
    line-height: 1.45;
}

.about-skill-list li strong {
    white-space: nowrap;
    color: #fff;
    font-size: 0.92rem;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
}

@media (max-width: 991.98px) {
    .about-hero-shell {
        padding: 24px;
    }
}

@media (max-width: 767.98px) {
    .about-hero-shell,
    .about-text-card,
    .about-skill-card,
    .about-hero-card {
        padding: 20px;
        border-radius: 22px;
    }

    .about-subtitle,
    .about-section-head p,
    .about-text-card p {
        font-size: 1rem;
    }

    .about-skill-list li {
        flex-direction: column;
        align-items: flex-start;
    }

    .about-skill-list li strong {
        white-space: normal;
    }
}


.branding-page {
    position: relative;
    z-index: 1;
}

.branding-hero {
    margin-bottom: 42px;
}

.branding-hero-shell {
    position: relative;
    padding: 38px;
    border-radius: 30px;
    border: 1px solid rgba(255,255,255,0.07);
    background: linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.02));
    box-shadow: var(--shadow-main);
    overflow: hidden;
}

.branding-hero-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 18%, rgba(255,255,255,0.04), transparent 30%),
        radial-gradient(circle at 85% 18%, rgba(170,16,16,0.12), transparent 28%);
    pointer-events: none;
}

.branding-eyebrow,
.branding-section-kicker {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--secondary-color);
    font-size: 0.84rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-weight: 700;
}

.branding-title {
    margin: 0 0 14px;
    font-size: clamp(2.6rem, 6vw, 4.8rem);
    font-weight: 800;
    line-height: 0.95;
    color: #fff;
}

.branding-title span {
    color: var(--secondary-color);
    text-shadow: 0 0 24px rgba(255,0,0,0.2);
}

.branding-subtitle {
    margin: 0;
    max-width: 760px;
    color: var(--text-soft);
    font-size: 1.08rem;
    line-height: 1.7;
}

.branding-hero-side {
    display: grid;
    gap: 14px;
}

.branding-hero-card,
.branding-font-card,
.branding-logo-card,
.branding-rule-card,
.branding-color-card {
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,0.08);
    background: linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.02));
    box-shadow: var(--shadow-soft);
}

.branding-hero-card {
    padding: 20px;
}

.branding-hero-card span {
    display: block;
    color: var(--text-muted);
    font-size: 0.92rem;
    margin-bottom: 4px;
}

.branding-hero-card strong {
    color: #fff;
    font-size: 1.05rem;
}

.branding-section {
    margin-bottom: 72px;
}

.branding-section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.branding-section-head h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 800;
}

.branding-section-head p {
    margin: 0;
    max-width: 560px;
    color: var(--text-soft);
    line-height: 1.6;
}

.branding-color-grid,
.branding-font-grid,
.branding-logo-grid {
    display: grid;
    gap: 22px;
}

.branding-color-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.branding-font-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.branding-logo-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.branding-color-card {
    padding: 20px;
    text-align: left;
    cursor: pointer;
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
    color: inherit;
}

.branding-color-card:hover,
.branding-font-card:hover,
.branding-logo-card:hover,
.branding-rule-card:hover {
    transform: translateY(-4px);
    border-color: rgba(170,16,16,0.24);
    background: linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.025));
}

.branding-color-swatch {
    display: block;
    width: 100%;
    height: 90px;
    border-radius: 18px;
    margin-bottom: 16px;
    border: 1px solid rgba(255,255,255,0.08);
}

.branding-color-code {
    display: block;
    color: #fff;
    font-size: 1.12rem;
    font-weight: 700;
    margin-bottom: 6px;
}

.branding-color-name {
    display: block;
    color: var(--text-soft);
    font-size: 0.98rem;
}

.branding-font-card {
    padding: 24px;
}

.branding-font-kicker {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--secondary-color);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-weight: 700;
}

.branding-font-card h3 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
}

.branding-font-card p {
    margin: 0 0 18px;
    color: var(--text-soft);
    line-height: 1.7;
}

.branding-font-preview {
    min-height: 72px;
    display: flex;
    align-items: center;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.07);
    color: #fff;
    font-size: 1.3rem;
}

.branding-font-rajdhani {
    font-family: "Rajdhani", sans-serif;
}

.branding-font-doctorglitch {
    font-family: "DoctorGlitch", "Rajdhani", sans-serif;
}

.branding-font-gotham {
    font-family: "Gotham", "Rajdhani", sans-serif;
}

.branding-logo-card {
    min-height: 240px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.branding-logo-stage {
    position: relative;
    width: 100%;
    min-height: 150px;
    margin-bottom: 18px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.015));
    border: 1px solid rgba(255,255,255,0.07);
}

.branding-logo-stage-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
    background-size: 24px 24px;
    opacity: 0.55;
    pointer-events: none;
}

.branding-logo-stage::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(255,255,255,0.03), transparent 30%),
        radial-gradient(circle at 80% 25%, rgba(170,16,16,0.10), transparent 28%);
    pointer-events: none;
}

.branding-logo-card img {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 220px;
    max-height: 110px;
    object-fit: contain;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.branding-logo-card span {
    color: #fff;
    font-weight: 700;
}

.branding-logo-card:hover .branding-logo-stage {
    border-color: rgba(170,16,16,0.22);
    background:
        linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
}

.branding-logo-card:hover img {
    transform: scale(1.03);
    filter: drop-shadow(0 0 14px rgba(170,16,16,0.18));
}

.branding-rule-card {
    padding: 28px;
}

.branding-rule-card h2 {
    margin: 0 0 12px;
    color: #fff;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 800;
}

.branding-rule-card p {
    margin: 0;
    color: var(--text-soft);
    line-height: 1.7;
}

.branding-copy-toast {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 4000;
    padding: 14px 18px;
    border-radius: 14px;
    background: rgba(16,18,22,0.94);
    border: 1px solid rgba(255,255,255,0.08);
    color: #fff;
    box-shadow: var(--shadow-soft);
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: opacity 0.22s ease, transform 0.22s ease;
}

.branding-copy-toast.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 991.98px) {
    .branding-hero-shell,
    .branding-rule-card {
        padding: 24px;
    }
}

@media (max-width: 767.98px) {
    .branding-hero-shell,
    .branding-rule-card,
    .branding-font-card,
    .branding-color-card,
    .branding-logo-card {
        padding: 20px;
        border-radius: 22px;
    }

    .branding-subtitle,
    .branding-section-head p,
    .branding-font-card p,
    .branding-rule-card p {
        font-size: 1rem;
    }

    .branding-logo-card {
        min-height: 190px;
    }
}


.nk-footer {
    position: relative;
    z-index: 1;
    padding: 60px 0 30px;
    border-top: 1px solid rgba(255,255,255,0.06);
    background: rgba(10, 12, 15, 0.7);
    backdrop-filter: blur(14px);
}

.nk-footer-top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 480px);
    gap: 30px;
    align-items: start;
    margin-bottom: 26px;
}

.nk-footer-brand p {
    max-width: 520px;
    margin-top: 16px;
    color: var(--text-soft);
    line-height: 1.7;
}

.nk-footer-nav-wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 22px;
}

.nk-footer-nav-block h4 {
    margin: 0 0 14px;
    font-size: 1.1rem;
    color: #fff;
}

.nk-footer-nav-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nk-footer-nav-block li + li {
    margin-top: 8px;
}

.nk-footer-nav-block a {
    text-decoration: none;
    color: var(--text-soft);
    transition: 0.2s ease;
}

.nk-footer-nav-block a:hover {
    color: #fff;
	cursor: url('../img/cursor-pointer.png'), pointer;
}

.nk-footer-bottom {
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,0.06);
    display: flex;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
    color: var(--text-muted);
}
.nk-footer-bottom i {
	font-size: 15px;
}
.nk-footer-bottom i.fa-heart {
	transition: 0.3s all;
}
.nk-footer-bottom i.fa-heart:hover {
	color: var(--primary-color);
}

.nk-feature-card,
.nk-social-card,
.nk-project-card,
.nk-stat-card,
.nk-content-panel,
.nk-twitter-panel,
.nk-code-card,
.nk-info-tile,
.nk-about-card {
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.nk-feature-card:hover,
.nk-social-card:hover,
.nk-project-card:hover,
.nk-stat-card:hover,
.nk-content-panel:hover,
.nk-twitter-panel:hover,
.nk-code-card:hover,
.nk-info-tile:hover,
.nk-about-card:hover {
    transform: translateY(-4px);
    border-color: var(--border-accent);
    background:
        linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.025));
}

@media (max-width: 1199.98px) {
    .nk-nav-list {
        padding-top: 18px;
        padding-bottom: 10px;
    }

    .nk-hero-shell {
        padding: 30px;
    }

    .nk-hero-stage,
    .nk-stage-frame {
        min-height: 560px;
    }

    .nk-about-grid,
    .nk-feature-grid,
    .nk-social-grid,
    .nk-project-grid,
    .nk-stats-grid,
    .nk-content-grid {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }

    .nk-project-wide {
        grid-column: span 2;
    }

    .nk-coding-wrap,
    .nk-footer-top {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991.98px) {
    .section-space {
        padding: 72px 0;
    }

    .nk-hero {
        padding-top: 36px;
    }

    .nk-hero-shell {
        border-radius: 28px;
    }

    .nk-about-grid,
    .nk-feature-grid,
    .nk-social-grid,
    .nk-project-grid,
    .nk-stats-grid,
    .nk-content-grid,
    .nk-footer-nav-wrap {
        grid-template-columns: 1fr;
    }

    .nk-project-wide {
        grid-column: span 1;
    }

    .nk-about-image,
    .nk-about-image img {
        min-height: 320px;
    }

    .nk-hero-stage,
    .nk-stage-frame {
        min-height: 500px;
    }

    .nk-stage-avatar {
        height: 280px;
    }

    .nk-floating-chip {
        display: none;
    }
}

@media (max-width: 767.98px) {
    :root {
        --nav-height: 84px;
    }

    .nk-brand-text {
        font-size: 1.15rem;
    }

    .nk-hero-shell {
        padding: 22px;
    }

    .nk-hero-subtitle,
    .nk-section-text,
    .nk-about-content p,
    .nk-feature-card p,
    .nk-social-card p,
    .nk-project-body p,
    .nk-code-card p,
    .nk-panel-intro {
        font-size: 1rem;
    }

    .nk-mini-card {
        min-width: 100%;
    }

    .nk-content-panel,
    .nk-twitter-panel,
    .nk-about-card {
        padding: 20px;
    }

    .nk-footer {
        padding-top: 40px;
    }
}


.nk-error-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    position: relative;
    z-index: 1;
}

.nk-error-shell {
    position: relative;
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    padding: 42px 30px;
    border-radius: 30px;
    border: 1px solid rgba(255,255,255,0.07);
    background: linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.02));
    box-shadow: var(--shadow-main);
    overflow: hidden;
}

.nk-error-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(255,255,255,0.04), transparent 28%),
        radial-gradient(circle at 80% 20%, rgba(170,16,16,0.12), transparent 28%);
    pointer-events: none;
}

.nk-error-kicker {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: 12px;
    color: var(--secondary-color);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-weight: 700;
}

.nk-error-code {
    position: relative;
    z-index: 1;
    margin: 0 0 10px;
    font-size: clamp(5rem, 16vw, 9rem);
    line-height: 0.9;
    font-weight: 800;
    color: #fff;
    text-shadow: 0 0 30px rgba(170,16,16,0.18);
}

.nk-error-title {
    position: relative;
    z-index: 1;
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 800;
}

.nk-error-text {
    position: relative;
    z-index: 1;
    max-width: 620px;
    margin: 0 auto;
    color: var(--text-soft);
    font-size: 1.08rem;
    line-height: 1.7;
}

.nk-error-actions {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 28px;
}

@media (max-width: 767.98px) {
    .nk-error-shell {
        padding: 30px 20px;
        border-radius: 24px;
    }

    .nk-error-text {
        font-size: 1rem;
    }
}