403Webshell
Server IP : 167.235.67.158  /  Your IP : 216.73.216.95
Web Server : Apache
System : Linux ubuntu-8gb-nbg1-1 6.8.0-111-generic #111-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 11 23:16:02 UTC 2026 x86_64
User : root ( 0)
PHP Version : 8.3.6
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/iwillruhl/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/iwillruhl/styles.css
/* Cub Studio-inspired Motion Designer Portfolio */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --color-bg: #faf9f7;
    --color-bg-alt: #f3f1ed;
    --color-text: #1a1a1a;
    --color-text-muted: #5c5c5c;
    --color-accent: #1a1a1a;
    --color-border: rgba(26, 26, 26, 0.12);
    --font-display: 'DM Serif Display', Georgia, serif;
    --font-body: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    line-height: 1.6;
    color: var(--color-text);
    background-color: var(--color-bg);
    overflow-x: hidden;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Navigation - Cub minimal style */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background: transparent;
    z-index: 1000;
    padding: 1.25rem 0;
    border-bottom: none;
    transition: background 0.3s var(--ease-out), border-color 0.3s var(--ease-out);
}

.navbar.scrolled {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar.scrolled .nav-menu a {
    color: #fff;
}

.navbar.scrolled .nav-menu a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.navbar.scrolled .hamburger span {
    background: #fff;
}

.navbar.scrolled .logo img {
    filter: brightness(0) invert(1);
}

.nav-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    height: 2.5rem;
    width: auto;
    display: block;
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease;
}


.nav-menu {
    display: flex;
    list-style: none;
    gap: 2.5rem;
}

.nav-menu a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 0.95rem;
    letter-spacing: 0.01em;
    transition: color 0.2s ease;
}

.nav-menu a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 24px;
    position: relative;
}

.hamburger span {
    position: absolute;
    width: 24px;
    height: 2px;
    background: #fff;
    transition: all 0.3s var(--ease-out);
}

.hamburger span:nth-child(1) { top: 2px; }
.hamburger span:nth-child(2) { top: 11px; }
.hamburger span:nth-child(3) { top: 20px; }

/* Hero - Full-screen showreel background */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background: #0a0a0a;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero-showreel-bg iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw; /* 16:9 */
    min-height: 100vh;
    min-width: 177.78vh; /* 16:9 */
    transform: translate(-50%, -50%);
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1;
}

.hero-cta {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30vh;
}

.hero-showreel-btn {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: transparent;
    color: #fff;
    font-family: var(--font-body);
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 100px;
    letter-spacing: 0.02em;
    border: 2px solid #fff;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.hero-showreel-btn:hover {
    background: #fff;
    color: #1a1a1a;
    transform: scale(1.03);
}

/* Showreel section - watch with sound & controls */
/* Showreel Page */
.showreel-page {
    background: var(--color-bg);
}

.showreel-page-dark {
    background: #141414;
}

.showreel-page-hero {
    padding: 8rem 0 5rem;
    min-height: 100vh;
}

.showreel-page-dark .back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-weight: 500;
    margin-bottom: 2rem;
    transition: color 0.2s ease;
}

.showreel-page-dark .back-link:hover {
    color: #fff;
}

.showreel-page .back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--color-text-muted);
    text-decoration: none;
    font-weight: 500;
    margin-bottom: 2rem;
    transition: color 0.2s ease;
}

.showreel-page .back-link:hover {
    color: var(--color-text);
}

.showreel-page-title {
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.showreel-lottie-title {
    transform: scale(0.95);
    transform-origin: center center;
    width: 800px;
    max-width: 100%;
    height: 150px;
    margin: 0 auto;
}

.showreel-title-fallback {
    font-family: var(--font-display);
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 400;
    letter-spacing: -0.02em;
    color: var(--color-text);
}

.showreel-page-dark .showreel-title-fallback {
    color: #fff;
}

.showreel-page-title:has(.showreel-lottie-title svg) .showreel-title-fallback {
    display: none;
}

.showreel-page-title:not(:has(.showreel-lottie-title svg)) .showreel-lottie-title {
    display: none;
}

.showreel-page-video {
    margin-top: 1rem;
}

.showreel-container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #111;
}

.showreel-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Scroll prompt - Cub signature */
.hero .scroll-prompt {
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    animation: scrollBounce 2s ease-in-out infinite;
}

.scroll-prompt svg {
    opacity: 0.8;
}

@keyframes scrollBounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(6px); }
}

.click-prompt {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1.5rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    animation: clickPromptPulse 2s ease-in-out infinite;
}

.click-prompt svg {
    opacity: 0.9;
    animation: clickPromptArrowBounce 2s ease-in-out infinite;
}

@keyframes clickPromptArrowBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(5px); }
}

@keyframes clickPromptPulse {
    0%, 100% { opacity: 0.8; }
    50% { opacity: 1; }
}

/* Category Sections - Cub editorial style */
.category-section {
    padding: 6rem 0;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    background-size: cover;
    background-position: center;
}

.category-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 0;
}

.category-section .container {
    position: relative;
    z-index: 1;
}

.category-section.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Explainer - Cambridge Little Steps */
.category-explainer {
    background-image: url("https://img.youtube.com/vi/pMp9ExdeH8w/maxresdefault.jpg");
}

/* Branding - Seed Creativity */
.category-branding {
    background-image: url("motion-thumbnail.png");
}

/* Product - Nokia */
.category-product {
    background-image: url("Nokia-thumbnail.png");
}

/* Interactive - National Space Centre */
.category-interactive {
    background-image: url("https://img.youtube.com/vi/1inS6FbVYBE/maxresdefault.jpg");
}

.category-intro {
    margin-bottom: 3rem;
    max-width: 700px;
}

.category-heading {
    font-family: var(--font-body);
    font-size: clamp(1.25rem, 3vw, 1.5rem);
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0.01em;
}

.category-section .category-heading {
    color: #fff;
}

.category-heading em {
    font-style: italic;
    font-weight: 800;
}

.project-showcase {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.project-link {
    text-decoration: none;
    color: var(--color-text);
    transition: color 0.2s ease, border-color 0.2s ease;
    display: block;
    width: fit-content;
    text-align: left;
    border-bottom: 2px solid transparent;
    padding-bottom: 2px;
    cursor: pointer;
}

.category-section .project-link {
    color: #fff;
}

.project-link:hover {
    color: var(--color-text);
    border-bottom-color: var(--color-text);
}

.category-section .project-link:hover {
    color: #fff;
    border-bottom-color: #fff;
}

.project-name {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.more-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
    color: var(--color-text);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease, background 0.2s ease;
    border: 2px solid var(--color-text);
    padding: 0.6rem 1.25rem;
    border-radius: 100px;
    cursor: pointer;
}

.more-link:hover {
    color: var(--color-bg);
    background: var(--color-text);
}

.category-section .more-link {
    color: #fff;
    border-color: #fff;
}

.category-section .more-link:hover {
    color: #1a1a1a;
    background: #fff;
}

.more-link::after {
    content: "→";
    font-size: 1rem;
}

.more-link strong {
    font-weight: 600;
}

/* Work Section */
.work-section {
    padding: 6rem 0;
    background: #141414;
}

.work-section-title {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 400;
    margin-bottom: 3rem;
    letter-spacing: -0.02em;
    color: #fff;
}

.work-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.work-item {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 6px;
    cursor: pointer;
    background: #1a1a1a;
}

.work-image {
    width: 100%;
    height: 100%;
    position: relative;
}

.work-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s var(--ease-out);
}

.work-item:hover .work-thumbnail {
    transform: scale(1.05);
}

.work-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem;
    background: linear-gradient(to top, rgba(0,0,0,0.92), transparent);
    color: #fff;
    transform: translateY(100%);
    transition: transform 0.3s var(--ease-out);
}

.work-item:hover .work-overlay {
    transform: translateY(0);
}

.work-title {
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.work-category {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* About Section */
.about-section {
    padding: 6rem 0;
    background: #0d0d0d;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.about-section .about-heading {
    color: #fff;
}


.about-section .about-text {
    color: #fff;
}

.about-section .about-text .lead {
    color: #fff;
}

.about-section .skill-tag {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.9);
}

.about-section .skill-tag:hover {
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.about-content {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 4rem;
    align-items: start;
}

.about-heading {
    font-family: var(--font-display);
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 400;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

.about-image {
    aspect-ratio: 1;
    border-radius: 8px;
    overflow: hidden;
}

.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-text .lead {
    font-size: 1.15rem;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.skills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.skill-tag {
    padding: 0.5rem 1.25rem;
    background: var(--color-bg);
    border: 1px solid var(--color-border);
    border-radius: 100px;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--color-text);
}

/* Contact Section */
.contact-section {
    padding: 6rem 0;
    background: #080808;
}

.contact-heading {
    font-family: var(--font-display);
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 400;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
    color: #fff;
}

.contact-intro {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
}

.contact-methods {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.contact-section .contact-link {
    font-size: 1.1rem;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    border-bottom: 2px solid #fff;
    padding-bottom: 2px;
    transition: opacity 0.2s ease;
}

.contact-section .contact-link:hover {
    opacity: 0.8;
}

.contact-link {
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--color-text);
    text-decoration: none;
    border-bottom: 2px solid var(--color-text);
    padding-bottom: 2px;
    transition: opacity 0.2s ease;
}

.contact-link:hover {
    opacity: 0.7;
}

/* Footer - Cub style */
.footer {
    padding: 4rem 0 2rem;
    background: #050505;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 2rem;
}

.footer-brand {
    margin-bottom: 2rem;
}

.footer-logo {
    height: 2rem;
    opacity: 0.9;
    filter: brightness(0) invert(1);
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
}

.footer-contact p,
.footer-contact a {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
}

.footer-contact a {
    text-decoration: none;
}

.footer-contact a:hover {
    color: #fff;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.footer-links a {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

.footer-links a:hover {
    color: #fff;
}

.footer-social a {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

.footer-social a:hover {
    color: #fff;
}

.footer-copy {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
}

/* Project Modal */
.project-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3000;
    overflow-y: auto;
}

.project-modal.active {
    display: block;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(8px);
}

.modal-container {
    position: relative;
    min-height: 100vh;
    padding: 4rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-close {
    position: fixed;
    top: 1.5rem;
    right: 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    z-index: 3001;
    transition: all 0.2s ease;
}

.modal-close:hover {
    background: rgba(255, 255, 255, 0.2);
}

.modal-content {
    background: #141414;
    border-radius: 12px;
    width: 100%;
    max-width: 900px;
    overflow: hidden;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    isolation: isolate;
}

.modal-header {
    padding: 2.5rem 2.5rem 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.modal-header .project-category {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.5rem;
}

.modal-header .project-title {
    font-family: var(--font-display);
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    color: #fff;
}

.modal-header .project-client {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.6);
}

.modal-media {
    padding: 0 2.5rem 2rem;
    overflow: hidden;
}

.modal-media .media-container {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 8px;
    overflow: hidden;
    background: #111;
    position: relative;
    contain: layout paint;
}

.modal-media .media-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    border: none;
}

.media-container {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 8px;
    overflow: hidden;
    background: #111;
}

.media-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--color-text-muted);
    gap: 1rem;
}

.modal-content .media-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.modal-details {
    padding: 2rem 2.5rem 3rem;
}

.modal-content .details-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    align-items: start;
}

.modal-content .details-main {
    display: flex;
    flex-direction: column;
    gap: 2.25rem;
}

.modal-content .detail-section {
    margin-bottom: 0;
}

.modal-content .detail-section h2 {
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin-bottom: 0.875rem;
    color: #fff;
}

.modal-content .detail-section p {
    font-size: 1rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 0;
}

.modal-content .detail-section p + p {
    margin-top: 1rem;
}

.modal-content .sidebar-section {
    margin-bottom: 0;
}

.modal-content .sidebar-section h3 {
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
}

.modal-content .sidebar-section p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.85);
}

.modal-content .details-sidebar {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.modal-content .services-list,
.modal-content .tools-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.modal-content .services-list li,
.modal-content .tools-list li {
    padding: 0.5rem 0;
    font-size: 0.95rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.85);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.modal-content .services-list li:last-child,
.modal-content .tools-list li:last-child {
    border-bottom: none;
}

.details-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
}

.detail-section h2 {
    font-family: var(--font-body);
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: var(--color-text);
}

.detail-section p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--color-text-muted);
}

.sidebar-section h3 {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: var(--color-text);
}

.sidebar-section p {
    color: var(--color-text-muted);
}

.services-list,
.tools-list {
    list-style: none;
}

.services-list li,
.tools-list li {
    padding: 0.5rem 0;
    font-size: 0.95rem;
    color: var(--color-text-muted);
    border-bottom: 1px solid var(--color-border);
}

.services-list li:last-child,
.tools-list li:last-child {
    border-bottom: none;
}

/* Video carousel in modal */
.modal-media .video-carousel {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.modal-media .video-carousel-container {
    overflow: hidden;
    max-width: 100%;
}

.modal-media .video-carousel-track {
    max-width: 100%;
}

.modal-media .video-carousel-item {
    max-width: 100%;
    min-width: 100%;
}

.modal-media .video-carousel-item iframe,
.modal-media .video-carousel-item [style*="aspect-ratio"] {
    max-width: 100% !important;
}

.video-carousel {
    position: relative;
}

.video-carousel-container {
    overflow: hidden;
}

.video-carousel-track {
    display: flex;
    transition: transform 0.4s var(--ease-out);
}

.video-carousel-item {
    min-width: 100%;
    display: none;
}

.video-carousel-item.active {
    display: block;
}

.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.6);
    border: none;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    z-index: 10;
    transition: background 0.2s ease;
}

.carousel-arrow:hover {
    background: rgba(0, 0, 0, 0.8);
}

.carousel-prev { left: 1rem; }
.carousel-next { right: 1rem; }

/* Responsive */
@media (max-width: 900px) {
    .work-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-content {
        grid-template-columns: 1fr;
    }

    .details-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 0;
        flex-direction: column;
        background: #0a0a0a;
        width: 100%;
        height: 100vh;
        justify-content: center;
        align-items: center;
        transition: left 0.3s var(--ease-out);
        border-right: 1px solid rgba(255, 255, 255, 0.15);
        z-index: 999;
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-menu li {
        margin: 1rem 0;
    }

    .nav-menu a {
        color: #fff;
        font-size: 1.25rem;
        padding: 0.5rem 0;
    }

    .nav-menu a:hover {
        color: rgba(255, 255, 255, 0.85);
    }

    .hamburger {
        display: flex;
        z-index: 1001;
        position: relative;
    }

    .hamburger.active span:nth-child(1) {
        top: 11px;
        transform: rotate(45deg);
    }

    .hamburger.active span:nth-child(2) {
        opacity: 0;
        transform: scale(0);
    }

    .hamburger.active span:nth-child(3) {
        top: 11px;
        transform: rotate(-45deg);
    }

    #showreel-animation {
        transform: scale(0.55);
    }

    .showreel-text-mobile {
        display: block;
    }

    #showreel-animation:not(:empty) + .showreel-text-mobile {
        display: none;
    }

    .showreel-container {
        width: calc(100% - 2rem);
    }


    .about-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .about-image {
        max-width: 280px;
        margin: 0 auto;
    }

    .work-grid {
        grid-template-columns: 1fr;
    }

    .category-section {
        padding: 4rem 0;
    }

    .container {
        padding: 0 1.5rem;
    }
}

@media (max-width: 480px) {
    .project-name {
        font-size: 1.75rem;
    }

    .category-heading {
        font-size: 1.5rem;
    }
}

Youez - 2016 - github.com/yon3zu
LinuXploit