/* macOS Tahoe 26 Dark Theme with Glass Morphism */
:root {
    --tahoe-bg: #0a0a0a;
    --tahoe-surface: rgba(255, 255, 255, 0.05);
    --tahoe-surface-hover: rgba(255, 255, 255, 0.1);
    --tahoe-primary: #007aff;
    --tahoe-primary-hover: #0056cc;
    --tahoe-secondary: #5856d6;
    --tahoe-success: #34c759;
    --tahoe-warning: #ff9500;
    --tahoe-danger: #ff3b30;
    --tahoe-text-primary: #ffffff;
    --tahoe-text-secondary: #a1a1a6;
    --tahoe-text-tertiary: #6e6e73;
    --tahoe-border: rgba(255, 255, 255, 0.1);
    --tahoe-border-hover: rgba(255, 255, 255, 0.2);
    --tahoe-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    --tahoe-shadow-lg: 0 8px 40px rgba(0, 0, 0, 0.4);
    --tahoe-shadow-xl: 0 12px 60px rgba(0, 0, 0, 0.5);
    --tahoe-radius: 12px;
    --tahoe-radius-lg: 20px;
    --tahoe-radius-xl: 28px;
    --glass-bg: rgba(255, 255, 255, 0.05);
    --glass-border: rgba(255, 255, 255, 0.1);
    --glass-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    
    /* Hamburger menu variables */
    --box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
    --background-color: transparent;
    --gradient-1: rgba(0, 0, 0, 0.6);
    --gradient-2: rgba(0, 0, 0, 0.4);
    --text-color: #fff;
    --header-bg: rgba(26, 26, 26, 0.75);
    --header-border: rgba(255, 255, 255, 0.18);
    --nav-drawer-bg: rgba(30, 30, 30, 0.25);
    --nav-drawer-border: rgba(255, 255, 255, 0.18);
    --nav-link-hover: rgba(255, 255, 255, 0.1);
    --overlay-bg: rgba(0, 0, 0, 0.5);
    --form-bg: rgba(255, 255, 255, 0.15);
    --input-bg: rgba(255, 255, 255, 0.15);
    --input-border: rgba(255, 255, 255, 0.3);
    --input-focus: #007AFF;
    --input-focus-shadow: rgba(0, 122, 255, 0.3);
    --button-bg: linear-gradient(135deg, #007AFF 0%, #0056CC 100%);
    --button-hover: linear-gradient(135deg, #0056CC 0%, #004499 100%);
    --button-shadow: rgba(0, 122, 255, 0.3);
    --clear-btn-bg: rgba(255, 97, 87, 0.8);
    --clear-btn-hover: rgba(255, 97, 87, 1);
    --clear-btn-shadow: rgba(255, 97, 87, 0.2);
    --export-btn-bg: rgba(255, 255, 255, 0.2);
    --export-btn-hover: rgba(255, 255, 255, 0.3);
    --export-btn-border: rgba(255, 255, 255, 0.2);
    --export-btn-shadow: rgba(255, 255, 255, 0.1);
    --remove-btn-border: #ff6157;
    --remove-btn-color: #ff6157;
    --edit-btn-border: #007AFF;
    --edit-btn-color: #007AFF;
    --remove-btn-hover-bg: #ff6157;
    --edit-btn-hover-bg: #007AFF;
    --remove-btn-hover-shadow: rgba(255, 97, 87, 0.2);
    --edit-btn-hover-shadow: rgba(0, 122, 255, 0.2);
    --product-card-bg: rgba(255, 255, 255, 0.15);
    --table-bg: rgba(255, 255, 255, 0.15);
    --table-header-bg: rgba(255, 255, 255, 0.1);
    --table-border: rgba(255, 255, 255, 0.2);
    --table-cell-border: rgba(255, 255, 255, 0.1);
    --table-hover: rgba(0, 122, 255, 0.1);
    --table-footer-bg: rgba(0, 122, 255, 0.1);
    --summary-table-bg: rgba(255, 255, 255, 0.15);
    --highlight-profit: #34C759;
    --highlight-profit-bg: rgba(52, 199, 89, 0.1);
    --highlight-profit-border: rgba(52, 199, 89, 0.2);
    --storage-status-bg: rgba(255, 255, 255, 0.15);
    --storage-status-success: #34C759;
    --storage-status-success-border: rgba(52, 199, 89, 0.2);
    --storage-status-error: #ff6157;
    --storage-status-error-border: rgba(255, 97, 87, 0.2);
    --file-upload-bg: #007AFF;
    --file-upload-border: #0056CC;
}

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@media (max-width: 980px) {
    .gallery-thumbnails {
        flex-direction: row;
        overflow-y: visible;
        max-width: 100%;
        max-height: none;
        justify-content: center;
        padding: 0.5rem 0;
        overflow-x: auto;
        flex-wrap: wrap;
    }
    
    .thumbnail-item {
        width: 80px;
        height: 60px;
        flex-shrink: 0;
    }
}

@media (max-width: 768px) {
    .gallery-thumbnails {
        max-width: calc(100vw - 40px);
        gap: 0.5rem;
        padding: 0.25rem 0;
    }
    
    .thumbnail-item {
        width: 70px;
        height: 50px;
    }
}

@media (max-width: 480px) {
    .gallery-thumbnails {
        max-width: calc(100vw - 30px);
        gap: 0.25rem;
    }
    
    .thumbnail-item {
        width: 60px;
        height: 45px;
    }
}
@media (max-width: 1024px) {
.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid
;
    grid-template-columns: auto !important;
    gap: 2rem;
}
}
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: var(--tahoe-text-primary);
    background: var(--tahoe-bg);
    overflow-x: hidden;
    position: relative;
}

/* Hamburger Menu Styles */
.hamb-header {
    height: 44px !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    padding: 0 16px !important;
    z-index: 1000 !important;
    display: flex !important;
    align-items: center !important;
    background: rgba(10, 10, 10, 0.8) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
}

.hamb-header-container {
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}

.hamb-header-left {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    min-width: 44px;
}

.hamb-header-center {
    flex: 2 1 0;
    display: flex;
    justify-content: end;
    align-items: end;
}

.hamb-header-right {
    flex: 1 1 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-width: 120px;
}

.hamb-logo {
    color: var(--text-color);
    font-size: 1.2rem;
    font-weight: 600;
    text-decoration: none;
}

.hamb-hamburger {
    background: none;
    border: none;
    color: var(--text-color);
    font-size: 18px;
    cursor: pointer;
    padding: 8px;
    transition: opacity 0.3s ease;
}

.hamb-hamburger:hover,
.hamb-hamburger:focus {
    opacity: 0.7;
    outline: none;
}

/* Glass-Themed Navigation Drawer */
.hamb-nav-drawer {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    background: var(--nav-drawer-bg);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-right: 1.5px solid var(--nav-drawer-border);
    box-shadow: 2px 0 24px rgba(31,38,135,0.12);
    padding: 16px;
    transition: left 0.3s ease;
    z-index: 10019;
}

.hamb-nav-drawer.active {
    left: 0;
}

.hamb-nav-list {
    list-style: none;
    padding: 60px 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.hamb-nav-list li {
    border-bottom: 1px solid var(--nav-drawer-border);
    padding-bottom: 12px;
}

.hamb-nav-list li a {
    display: block;
    padding: 8px;
    color: var(--text-color);
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    border-radius: 6px;
    transition: background 0.3s ease;
}

.hamb-nav-list li a:hover {
    background: var(--nav-link-hover);
}

.scroll-link {
    cursor: pointer;
    transition: all 0.3s ease;
}

.scroll-link:hover {
    color: #007AFF;
}

/* Submenu styles */
.hamb-nav-submenu {
    list-style: none;
    padding-left: 20px;
    margin-top: 8px;
    display: none;
    border-left: 1px solid var(--nav-drawer-border);
    margin-left: 8px;
}

.hamb-nav-submenu.active {
    display: block;
}

.hamb-nav-submenu li {
    border-bottom: none;
    padding-bottom: 0;
}

.hamb-nav-submenu li a {
    font-size: 0.9rem;
    padding: 6px 8px;
    opacity: 0.9;
}

.hamb-nav-item-with-submenu > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.hamb-nav-submenu-toggle {
    background: none;
    border: none;
    color: var(--text-color);
    cursor: pointer;
    padding: 4px;
    font-size: 12px;
    transition: transform 0.3s ease;
    pointer-events: none;
}

.hamb-nav-submenu-toggle.active {
    transform: rotate(90deg);
}

.hamb-nav-submenu li {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 8px;
}

.hamb-nav-submenu li a {
    font-size: 0.9rem;
    padding: 6px 8px;
    opacity: 0.9;
    font-weight: 300;
}

.hamb-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--overlay-bg);
    z-index: 9999;
}

.hamb-overlay.active {
    display: block;
}

.hamb-close-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    background: var(--remove-btn-border);
    border: none;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.hamb-close-btn:hover {
    opacity: 0.7;
}

.hamb-button {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    padding: 10px 20px;
    background: #007aff;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.hamb-button:hover,
.hamb-button:focus {
    background: #005bb5;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 95, 163, 0.4);
    transform: translateY(-2px);
}

.portfolio-content {
    background: transparent !important; 
    backdrop-filter: none !important;
    border: none !important;
}

.portfolio-content h3 {
    background: transparent !important; 
    backdrop-filter: none !important;
    border: none !important;
    font-size: 1.2rem !important;
}

.tag {
    font-size: 0.6rem !important;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 80%, rgba(0, 122, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(88, 86, 214, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(52, 199, 89, 0.05) 0%, transparent 50%);
    pointer-events: none;
    z-index: -1;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Navigation */





.bar {
    width: 25px;
    height: 3px;
    background: var(--tahoe-text-primary);
    margin: 3px 0;
    transition: 0.3s;
    border-radius: 2px;
}

/* Hero Section */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 0 80px;
    position: relative;
}

.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    
    gap: 4rem;
    align-items: center;
}

.hero-content {
    animation: fadeInUp 1s ease-out;
    text-align: center;
}

.hero-title {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, var(--tahoe-primary), var(--tahoe-secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle {
    font-size: 1.5rem;
    color: var(--tahoe-text-secondary);
    margin-bottom: 1rem;
    font-weight: 500;
}

.hero-description {
    font-size: 1.1rem;
    color: var(--tahoe-text-tertiary);
    margin-bottom: 2rem;
    line-height: 1.7;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.btn {
    display: inline-block;
    padding: 12px 24px;
    border-radius: var(--tahoe-radius);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 1rem;
}

.btn-primary {
    background: var(--glass-bg);
    color: var(--tahoe-text-primary);
    border: 1px solid var(--glass-border);
    backdrop-filter: blur(10px);
    box-shadow: var(--tahoe-shadow);
}

.btn-primary:hover {
    background: var(--glass-bg);
    border-color: var(--tahoe-primary);
    transform: translateY(-2px);
    box-shadow: var(--tahoe-shadow-lg);
}

.btn-secondary {
    background: var(--glass-bg);
    color: var(--tahoe-text-primary);
    border: 1px solid var(--glass-border);
    backdrop-filter: blur(10px);
}

.btn-secondary:hover {
    background: var(--glass-bg);
    border-color: var(--tahoe-primary);
    transform: translateY(-2px);
    box-shadow: var(--tahoe-shadow);
}

.hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadeInRight 1s ease-out 0.3s both;
}

.hero-graphic {
    width: 300px;
    height: 300px;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: var(--tahoe-radius-xl);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    color: var(--tahoe-primary);
    backdrop-filter: blur(20px);
    box-shadow: var(--tahoe-shadow-lg);
    transition: all 0.3s ease;
}

.hero-graphic:hover {
    transform: scale(1.05);
    box-shadow: var(--tahoe-shadow-xl);
    border-color: var(--tahoe-primary);
}

/* Portfolio Section */
.portfolio {
    padding: 100px 0;
    background: transparent;
}

/* TIYPN Web Design Card Styles */
.tiypn-web-card {
    position: relative;
    background: transparent;
    border: none;
    overflow: hidden;
    height: 400px;
}

.tiypn-web-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tiypn-web-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.tiypn-web-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.tiypn-web-card:hover .tiypn-web-image img {
    transform: scale(1.05);
}

.tiypn-web-card:hover .tiypn-web-content {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
}

.tiypn-web-content h3 {
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 600;
}

.tiypn-web-content .tag {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-header h2 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--tahoe-text-primary);
}

.section-header p {
    font-size: 1.2rem;
    color: var(--tahoe-text-secondary);
    max-width: 600px;
    margin: 0 auto;
}

.portfolio-filters {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 10px 20px;
    border: 1px solid var(--glass-border);
    background: var(--glass-bg);
    color: var(--tahoe-text-secondary);
    border-radius: var(--tahoe-radius);
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    backdrop-filter: blur(10px);
}

.filter-btn:hover,
.filter-btn.active {
    background: var(--glass-bg);
    color: var(--tahoe-text-primary);
    border-color: var(--tahoe-primary);
    transform: translateY(-2px);
    box-shadow: var(--tahoe-shadow);
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.portfolio-item {
    animation: fadeInUp 0.6s ease-out both;
}

.portfolio-item:nth-child(1) { animation-delay: 0.1s; }
.portfolio-item:nth-child(2) { animation-delay: 0.2s; }
.portfolio-item:nth-child(3) { animation-delay: 0.3s; }
.portfolio-item:nth-child(4) { animation-delay: 0.4s; }
.portfolio-item:nth-child(5) { animation-delay: 0.5s; }
.portfolio-item:nth-child(6) { animation-delay: 0.6s; }

.portfolio-card {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: var(--tahoe-radius-lg);
    overflow: hidden;
    transition: all 0.3s ease;
    backdrop-filter: blur(20px);
    box-shadow: var(--tahoe-shadow);
}

.portfolio-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--tahoe-shadow-xl);
    border-color: var(--tahoe-primary);
}

.portfolio-card[onclick] {
    transition: all 0.3s ease;
    cursor: pointer;
}

.portfolio-card[onclick]:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: var(--tahoe-shadow-xl);
}

.portfolio-image {
    position: relative;
    overflow: hidden;
    height: auto;
}

.portfolio-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.portfolio-card:hover .portfolio-image img {
    transform: scale(1.1);
}

/* TIYPN SS25 Card Specific Styles */
.tiypn-card {
    position: relative;
    background: transparent;
    border: none;
    overflow: hidden;
    height: 400px;
}

.tiypn-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.tiypn-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.tiypn-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 2rem;
    z-index: 2;
    transform: translateY(0);
    transition: all 0.3s ease;
}

.tiypn-card:hover .tiypn-image img {
    transform: scale(1.05);
}

.tiypn-card:hover .tiypn-content {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
}

.tiypn-content h3 {
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 600;
}

.tiypn-content .tag {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* TIYPN FW24 Card Specific Styles */
.tiypn-fw24-card {
    position: relative;
    background: transparent;
    border: none;
    overflow: hidden;
    height: 400px;
}

.tiypn-fw24-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.tiypn-fw24-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.tiypn-fw24-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 2rem;
    z-index: 2;
    transform: translateY(0);
    transition: all 0.3s ease;
}

.tiypn-fw24-card:hover .tiypn-fw24-image img {
    transform: scale(1.05);
}

.tiypn-fw24-card:hover .tiypn-fw24-content {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
}

.tiypn-fw24-content h3 {
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 600;
}

.tiypn-fw24-content .tag {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* TIYPN Winter '23 Card Specific Styles */
.tiypn-winter23-card {
    position: relative;
    background: transparent;
    border: none;
    overflow: hidden;
    height: 400px;
}

.tiypn-winter23-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.tiypn-winter23-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.tiypn-winter23-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 2rem;
    z-index: 2;
    transform: translateY(0);
    transition: all 0.3s ease;
}

.tiypn-winter23-card:hover .tiypn-winter23-image img {
    transform: scale(1.05);
}

.tiypn-winter23-card:hover .tiypn-winter23-content {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
}

.tiypn-winter23-content h3 {
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 600;
}

.tiypn-winter23-content .tag {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* TIYPN Fall '23 Card Specific Styles */
.tiypn-fall23-card {
    position: relative;
    background: transparent;
    border: none;
    overflow: hidden;
    height: 400px;
}

.tiypn-fall23-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.tiypn-fall23-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.tiypn-fall23-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 2rem;
    z-index: 2;
    transform: translateY(0);
    transition: all 0.3s ease;
}

.tiypn-fall23-card:hover .tiypn-fall23-image img {
    transform: scale(1.05);
}

.tiypn-fall23-card:hover .tiypn-fall23-content {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
}

.tiypn-fall23-content h3 {
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 600;
}

.tiypn-fall23-content .tag {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* TIYPN SS23 Card Specific Styles */
.tiypn-ss23-card {
    position: relative;
    background: transparent;
    border: none;
    overflow: hidden;
    height: 400px;
}

.tiypn-ss23-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.tiypn-ss23-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.tiypn-ss23-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 2rem;
    z-index: 2;
    transform: translateY(0);
    transition: all 0.3s ease;
}

.tiypn-ss23-card:hover .tiypn-ss23-image img {
    transform: scale(1.05);
}

.tiypn-ss23-card:hover .tiypn-ss23-content {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
}

.tiypn-ss23-content h3 {
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 600;
}

.tiypn-ss23-content .tag {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* TIYPN SS24 Card Specific Styles */
.tiypn-ss24-card {
    position: relative;
    background: transparent;
    border: none;
    overflow: hidden;
    height: 400px;
}

.tiypn-ss24-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.tiypn-ss24-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.tiypn-ss24-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 2rem;
    z-index: 2;
    transform: translateY(0);
    transition: all 0.3s ease;
}

.tiypn-ss24-card:hover .tiypn-ss24-image img {
    transform: scale(1.05);
}

.tiypn-ss24-card:hover .tiypn-ss24-content {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
}

.tiypn-ss24-content h3 {
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 600;
}

.tiypn-ss24-content .tag {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* TIYPN SS24 Film Card Specific Styles */
.tiypn-ss24-film-card {
    /* Uses standard portfolio card styling */
}

.tiypn-ss24-film-image {
    /* Uses standard portfolio image styling */
}

.tiypn-ss24-film-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.tiypn-ss24-film-content {
    /* Uses standard portfolio content styling */
}

.tiypn-ss24-film-card:hover .tiypn-ss24-film-image img {
    transform: scale(1.1);
}

.tiypn-ss24-film-card:hover .tiypn-ss24-film-content {
    /* Uses standard hover styling */
}

.tiypn-ss24-film-content h3 {
    /* Uses standard portfolio content h3 styling */
}

.tiypn-ss24-film-content .tag {
    /* Uses standard tag styling */
}

/* TIYPN Winter '23 Film Card Specific Styles */
.tiypn-winter23-film-card {
    /* Uses standard portfolio card styling */
}

.tiypn-winter23-film-image {
    /* Uses standard portfolio image styling */
}

.tiypn-winter23-film-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.tiypn-winter23-film-content {
    /* Uses standard portfolio content styling */
}

.tiypn-winter23-film-card:hover .tiypn-winter23-film-image img {
    transform: scale(1.1);
}

.tiypn-winter23-film-card:hover .tiypn-winter23-film-content {
    /* Uses standard hover styling */
}

.tiypn-winter23-film-content h3 {
    /* Uses standard portfolio content h3 styling */
}

.tiypn-winter23-film-content .tag {
    /* Uses standard tag styling */
}

/* Project Header Styles */
.project-header {
    padding: 120px 0 60px;
    background: transparent;
}

.project-header-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.project-header-content h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--tahoe-text-primary);
}

.project-header-content p {
    font-size: 1.2rem;
    color: var(--tahoe-text-secondary);
    margin-bottom: 2rem;
    line-height: 1.6;
}

.project-meta {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--tahoe-text-secondary);
    font-size: 0.9rem;
}

.meta-item i {
    color: var(--tahoe-primary);
}

/* Gallery Styles */
.gallery-main {
    margin-bottom: 2rem;
}

.gallery-image-container {
    position: relative;
    border-radius: var(--tahoe-radius-lg);
    overflow: hidden;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
}

.gallery-image-container img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.fullscreen-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.fullscreen-btn:hover {
    background: rgba(0, 0, 0, 0.9);
    transform: scale(1.1);
}

.gallery-caption-main {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: white;
    padding: 2rem;
    text-align: center;
}

.gallery-caption-main h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.gallery-caption-main p {
    font-size: 1rem;
    opacity: 0.9;
}

.gallery-navigation {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 3rem;
}

.gallery-nav-btn {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    color: var(--tahoe-text-primary);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-nav-btn:hover {
    background: var(--glass-bg);
    border-color: var(--tahoe-primary);
    transform: scale(1.1);
}

.gallery-nav-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.gallery-thumbnails {
    display: flex;
    gap: 1rem;
    flex: 1;
    overflow-x: auto;
    padding: 0.5rem 0;
}

.thumbnail-item {
    flex-shrink: 0;
    width: 120px;
    height: 80px;
    border-radius: var(--tahoe-radius);
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    opacity: 0.7;
}

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

.thumbnail-item.active {
    border-color: var(--tahoe-primary);
    opacity: 1;
}

.thumbnail-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.thumbnail-item:hover img {
    transform: scale(1.1);
}

/* Project Info Styles */
.project-info {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: var(--tahoe-radius-lg);
    padding: 3rem;
    backdrop-filter: blur(20px);
    box-shadow: var(--tahoe-shadow);
}

.project-info h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--tahoe-text-primary);
}

.project-info p {
    font-size: 1.1rem;
    color: var(--tahoe-text-secondary);
    line-height: 1.7;
    margin-bottom: 2rem;
}

.project-tags {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.instagram-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    color: white;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: var(--tahoe-radius);
    font-weight: 600;
    transition: all 0.3s ease;
}

.instagram-link:hover {
    transform: translateY(-2px);
    box-shadow: var(--tahoe-shadow-lg);
}

/* Fullscreen Overlay */
.fullscreen-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}

.fullscreen-container {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
}

.fullscreen-image {
    width: 100%;
    height: auto;
    max-height: 90vh;
    object-fit: contain;
    border-radius: var(--tahoe-radius);
}

.fullscreen-close {
    position: absolute;
    top: -50px;
    right: 0;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.fullscreen-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}



.portfolio-content {
    padding: 2rem;
}

.portfolio-content h3 {
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--tahoe-text-primary);
    text-align: center;
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.3;
}



.portfolio-tags {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
}

.tag {
    background: var(--glass-bg);
    color: var(--tahoe-text-primary);
    border: 1px solid var(--glass-border);
    padding: 4px 8px;
    border-radius: 16px;
    font-size: 0.7rem;
    font-weight: 500;
    backdrop-filter: blur(10px);
}

/* About Section */
.about {
    padding: 100px 0;
    background: transparent;
}

.about-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.about-text h2 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: var(--tahoe-text-primary);
}

.about-text p {
    font-size: 1.1rem;
    color: var(--tahoe-text-secondary);
    margin-bottom: 2rem;
    line-height: 1.7;
}

.skills-list {
    list-style: none;
}

.skills-list li {
    padding: 0.5rem 0;
    color: var(--tahoe-text-secondary);
    display: flex;
    align-items: center;
    gap: 1rem;
}

.skills-list i {
    color: var(--tahoe-primary);
    font-size: 1.2rem;
}

.about-stats {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.stat-item {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: var(--tahoe-radius-lg);
    padding: 2rem;
    text-align: center;
    backdrop-filter: blur(20px);
    box-shadow: var(--tahoe-shadow);
    transition: all 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-5px);
    box-shadow: var(--tahoe-shadow-lg);
    border-color: var(--tahoe-primary);
}

.stat-item h3 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--tahoe-primary);
    margin-bottom: 0.5rem;
}

.stat-item p {
    color: var(--tahoe-text-secondary);
    font-weight: 500;
}

/* Contact Section */
.contact {
    padding: 100px 0;
    background: transparent;
}

.contact-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.contact-item {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: var(--tahoe-radius-lg);
    padding: 2rem;
    backdrop-filter: blur(20px);
    box-shadow: var(--tahoe-shadow);
    transition: all 0.3s ease;
}

.contact-item:hover {
    transform: translateY(-5px);
    box-shadow: var(--tahoe-shadow-lg);
    border-color: var(--tahoe-primary);
}

.contact-item i {
    font-size: 2rem;
    color: var(--tahoe-primary);
    margin-bottom: 1rem;
}

.contact-item h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--tahoe-text-primary);
}

.contact-item p {
    color: var(--tahoe-text-secondary);
}

.contact-form {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: var(--tahoe-radius-lg);
    padding: 2rem;
    backdrop-filter: blur(20px);
    box-shadow: var(--tahoe-shadow);
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid var(--glass-border);
    border-radius: var(--tahoe-radius);
    background: rgba(255, 255, 255, 0.05);
    color: var(--tahoe-text-primary);
    font-size: 1rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--tahoe-primary);
    box-shadow: 0 0 0 3px rgba(0, 122, 255, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

/* Footer */
.footer {
    background: var(--glass-bg);
    border-top: 1px solid var(--glass-border);
    padding: 60px 0 20px;
    backdrop-filter: blur(20px);
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 3rem;
}

.footer-logo h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--tahoe-primary);
    margin-bottom: 1rem;
}

.footer-logo p {
    color: var(--tahoe-text-secondary);
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-links a {
    color: var(--tahoe-text-secondary);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: var(--tahoe-primary);
}

.footer-social {
    display: flex;
    gap: 1rem;
}

.footer-social a {
    width: 50px;
    height: 50px;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--tahoe-text-secondary);
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.footer-social a:hover {
    color: var(--tahoe-primary);
    border-color: var(--tahoe-primary);
    transform: translateY(-3px);
    box-shadow: var(--tahoe-shadow);
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 20px 0;
    border-top: 1px solid var(--glass-border);
    margin-top: 2rem;
    text-align: center;
    color: var(--tahoe-text-tertiary);
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Responsive Design */
@media (max-width: 992px) and (min-width: 769px) {
    .portfolio-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .footer-social {
        justify-content: center;
    }
    .hamburger {
        display: flex;
    }

    .nav-menu {
        position: fixed;
        left: -100%;
        top: 70px;
        flex-direction: column;
        background: rgba(10, 10, 10, 0.95);
        backdrop-filter: blur(20px);
        width: 100%;
        text-align: center;
        transition: 0.3s;
        border-top: 1px solid var(--glass-border);
        padding: 2rem 0;
    }

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

    .hero-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-buttons {
        justify-content: center;
    }

    .portfolio-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

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

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

    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
        padding: 0 15px;
    }

    .footer {
        padding: 40px 0 15px;
    }

    .footer-bottom {
        padding: 15px 20px 0;
        margin-top: 1.5rem;
    }

    .section-header h2 {
        font-size: 2rem;
    }

    .about-text h2 {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1.2rem;
    }

   

  

    .portfolio-grid {
        gap: 1rem;
    }

    .footer {
        padding: 30px 0 10px;
    }

    .footer-content {
        gap: 1.5rem;
        padding: 0 10px;
    }

    .footer-bottom {
        padding: 10px 15px 0;
        margin-top: 1rem;
    }

    .footer-social a {
        width: 40px;
        height: 40px;
    }
}

 