/* Enhanced slick and seamless design */
:root {
    --bg-color: #ffffff;
    --bg-alt: #fafafa;
    --text-color: #1a1a1a;
    --text-muted: #6c757d;
    --accent-color: #ff6b35;
    --accent-secondary: #e55a2b;
    --border-color: #f0f0f0;
    --transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --font-family-formal: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* Smooth scrolling for the entire page */
html {
    scroll-behavior: auto;
}

/* Import Montserrat font for bold, formal look */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');

/* CSS Variables */

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

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

/* Enhanced typography */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-family-formal);
    font-weight: 700;
    line-height: 1.2;
}

h2 {
    font-size: clamp(2.5rem, 6vw, 4rem);
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

h3 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    margin-bottom: 1rem;
}

p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--text-muted);
}

.lead {
    font-size: clamp(1.25rem, 3vw, 1.5rem);
    font-weight: 400;
    line-height: 1.5;
    color: var(--text-color);
}

/* Enhanced section spacing */
.section-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 6rem 2rem;
}

section {
    position: relative;
    overflow: hidden;
}

/* Enhanced navigation */
.navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: transparent;
    backdrop-filter: none;
    border-bottom: none;
    transition: var(--transition);
    padding: 1.5rem 0;
}

.nav-content {
    width: 100%;
    padding: 0 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-logo {
    font-family: var(--font-family-formal);
    font-size: 2.5rem;
    font-weight: 800;
    color: white;
    text-decoration: none;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    margin-top: 1.5rem;
    margin-left: 1.5rem;
}

.nav-links {
    display: flex;
    gap: 3rem;
    list-style: none;
}

.nav-links a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.1rem;
    transition: var(--transition);
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.nav-links a:hover {
    color: var(--accent-color);
    transform: translateY(-2px);
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--accent-color);
    transition: var(--transition);
}

.nav-links a:hover::after {
    width: 100%;
}

.linkedin-icon {
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.linkedin-icon::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    display: block;
}

/* Enhanced hero section */
.hero {
    min-height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)), url('../images/about-photo.jpeg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: flex-start;
    padding-top: 140px;
    position: relative;
}

/* Enhanced About Section */
.about {
    background-color: var(--bg-alt);
    color: var(--text-color);
    position: relative;
    overflow: hidden;
}

.about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(0,0,0,0.02)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.about-content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr;
    gap: 4rem;
    max-width: 1000px;
    margin: 0 auto;
}

.about-header {
    text-align: center;
    margin-bottom: 3rem;
}

.about-header h2 {
    font-size: clamp(3rem, 8vw, 5rem);
    font-weight: 900;
    color: var(--text-color);
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}

.about-header .lead {
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    color: var(--text-muted);
    font-weight: 400;
    line-height: 1.4;
    max-width: 800px;
    margin: 0 auto;
}

.about-story {
    background: var(--bg-color);
    border: 1px solid var(--border-color);
    border-radius: 0;
    padding: 4rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    transition: var(--transition);
}

.about-story:hover {
    transform: translateY(-4px);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.12);
}

.about-story p {
    font-size: clamp(1.1rem, 2.5vw, 1.3rem);
    line-height: 1.8;
    color: var(--text-color);
    margin-bottom: 2.5rem;
}

.quote-block {
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.08) 0%, rgba(229, 90, 43, 0.04) 100%);
    border: 1px solid rgba(255, 107, 53, 0.15);
    border-radius: 0;
    padding: 3rem;
    margin: 4rem 0;
    position: relative;
    transition: var(--transition);
}

.quote-block:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(255, 107, 53, 0.1);
}

.quote-block::before {
    content: '"';
    position: absolute;
    top: -15px;
    left: 30px;
    font-size: 6rem;
    color: rgba(255, 107, 53, 0.2);
    font-family: serif;
    line-height: 1;
}

.quote-block blockquote {
    font-size: clamp(1.5rem, 3.5vw, 2rem);
    font-style: italic;
    font-weight: 600;
    color: var(--text-color);
    line-height: 1.5;
    margin: 0;
    position: relative;
    z-index: 2;
}

.quote-block cite {
    display: block;
    margin-top: 1.5rem;
    color: var(--accent-color);
    font-weight: 600;
    font-size: 1.1rem;
}

.mission-statement {
    margin: 4rem 0;
    text-align: center;
    padding: 4rem 3rem;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(29, 78, 216, 0.05) 100%);
    border: 1px solid rgba(59, 130, 246, 0.2);
    border-radius: 16px;
}

.mission-statement h3 {
    color: var(--text-muted);
    font-weight: 500;
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.mission-highlight {
    font-size: clamp(2.5rem, 6vw, 3.5rem);
    font-weight: 800;
    color: var(--accent-color);
    margin: 1.5rem 0;
    letter-spacing: -0.02em;
}

.journey-statement {
    margin: 4rem 0;
    text-align: center;
}

.journey-statement p {
    font-size: 1.25rem;
    color: var(--text-muted);
    margin-bottom: 2rem;
}

.mission-pillars {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.pillar {
    background-color: var(--accent-color);
    color: white;
    padding: 1rem 2rem;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 50px;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

/* Buttons */
.primary-btn {
    display: inline-block;
    background-color: var(--accent-color);
    color: white;
    padding: 1rem 2rem;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: var(--transition);
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.primary-btn:hover {
    background-color: var(--accent-secondary);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.4);
}

.secondary-btn {
    display: inline-block;
    border: 2px solid var(--accent-color);
    color: var(--accent-color);
    padding: 1rem 2rem;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: var(--transition);
    border-radius: 8px;
}

.secondary-btn:hover {
    background-color: var(--accent-color);
    color: white;
    transform: translateY(-2px);
}

/* Enhanced Ventures Section */
.projects {
    background-color: var(--bg-color);
    color: var(--text-color);
    position: relative;
}

.projects::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 20%, rgba(255, 107, 53, 0.03) 0%, transparent 50%),
                radial-gradient(circle at 70% 80%, rgba(59, 130, 246, 0.03) 0%, transparent 50%);
}

.projects .section-content {
    position: relative;
    z-index: 2;
}

.projects h2 {
    font-size: clamp(3rem, 8vw, 5rem);
    font-weight: 900;
    color: var(--text-color);
    text-align: center;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}

.projects .lead {
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    color: var(--text-muted);
    text-align: center;
    margin-bottom: 5rem;
    font-weight: 400;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2.5rem;
    margin-top: 4rem;
}

.project-card {
    background: var(--bg-color);
    border: 2px solid var(--border-color);
    border-radius: 0;
    padding: 2.5rem;
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 400px;
}

.project-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--accent-color), #ff6b35);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.project-card:hover {
    transform: translateY(-4px);
    border-color: var(--accent-color);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.project-card:hover::before {
    transform: scaleX(1);
}

.project-header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.project-logo {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    background: var(--bg-alt);
    padding: 0;
    transition: var(--transition);
    flex-shrink: 0;
    border: 0.25px solid rgba(0, 0, 0, 0.04);
    object-fit: cover;
}

.project-card:hover .project-logo {
    transform: scale(1.05);
    border-color: var(--accent-color);
    box-shadow: 0 4px 12px rgba(255, 107, 53, 0.15);
}

.project-title {
    flex: 1;
}

.project-card h3 {
    color: var(--text-color);
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    text-transform: none;
    letter-spacing: -0.01em;
}

.project-tag {
    display: inline-block;
    background: rgba(255, 107, 53, 0.1);
    color: var(--accent-color);
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.25rem 0.75rem;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.project-card p {
    color: var(--text-muted);
    line-height: 1.7;
    margin-bottom: 2rem;
    font-size: 1rem;
    flex: 1;
}

.project-highlights {
    margin-top: auto;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border-color);
}

.project-highlight {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    font-size: 0.9rem;
    color: var(--text-muted);
}

.project-highlight:last-child {
    margin-bottom: 0;
}

.project-highlight::before {
    content: '→';
    color: var(--accent-color);
    font-weight: bold;
    font-size: 1rem;
}

.project-insight {
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.05) 0%, rgba(255, 107, 53, 0.02) 100%);
    border-left: 3px solid var(--accent-color);
    padding: 1.5rem;
    border-radius: 0;
    margin-top: 1.5rem;
    transition: var(--transition);
}

.project-insight:hover {
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.08) 0%, rgba(255, 107, 53, 0.04) 100%);
}

.project-insight strong {
    color: var(--accent-color);
    font-weight: 700;
}

.project-insight {
    color: var(--text-color);
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Freelance Page Styles */
.freelance-hero {
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.1) 0%, rgba(59, 130, 246, 0.05) 100%);
    padding: 8rem 0 6rem;
    text-align: center;
    position: relative;
}

.freelance-hero-content h1 {
    font-size: clamp(3rem, 8vw, 5rem);
    font-weight: 900;
    color: var(--text-color);
    margin-bottom: 2rem;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}

.hero-subtitle {
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    color: var(--text-muted);
    margin-bottom: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4;
}

.hero-cta {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.services {
    background-color: var(--bg-color);
    padding: 6rem 0;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2.5rem;
    margin-top: 4rem;
}

.service-card {
    background: var(--bg-color);
    border: 2px solid var(--border-color);
    border-radius: 0;
    padding: 2.5rem;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--accent-color), #ff6b35);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-4px);
    border-color: var(--accent-color);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-card h3 {
    color: var(--text-color);
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    letter-spacing: -0.01em;
}

.service-card p {
    color: var(--text-muted);
    line-height: 1.7;
    margin-bottom: 2rem;
    font-size: 1rem;
}

.service-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-features li {
    color: var(--text-muted);
    margin-bottom: 0.75rem;
    padding-left: 1.5rem;
    position: relative;
    font-size: 0.95rem;
}

.service-features li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: var(--accent-color);
    font-weight: bold;
}

.portfolio {
    background-color: var(--bg-alt);
    padding: 6rem 0;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2.5rem;
    margin-top: 4rem;
}

.portfolio-item {
    background: var(--bg-color);
    border: 2px solid var(--border-color);
    border-radius: 0;
    overflow: hidden;
    transition: var(--transition);
}

.portfolio-item:hover {
    transform: translateY(-4px);
    border-color: var(--accent-color);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.portfolio-image {
    height: 250px;
    overflow: hidden;
    background: var(--bg-alt);
}

.portfolio-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.portfolio-item:hover .portfolio-image img {
    transform: scale(1.05);
}

.portfolio-content {
    padding: 2rem;
}

.portfolio-content h3 {
    color: var(--text-color);
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    letter-spacing: -0.01em;
}

.portfolio-content p {
    color: var(--text-muted);
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-size: 1rem;
}

.portfolio-tech {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.tech-tag {
    background: rgba(255, 107, 53, 0.1);
    color: var(--accent-color);
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.25rem 0.75rem;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.process {
    background-color: var(--bg-color);
    padding: 6rem 0;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
    margin-top: 4rem;
}

.process-step {
    text-align: center;
    position: relative;
}

.step-number {
    width: 60px;
    height: 60px;
    background: var(--accent-color);
    color: white;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0 auto 2rem;
    transition: var(--transition);
}

.process-step:hover .step-number {
    transform: scale(1.1);
}

.process-step h3 {
    color: var(--text-color);
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    letter-spacing: -0.01em;
}

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

/* Ventures Section Styles */
.ventures {
    background-color: var(--bg-color);
    padding: 6rem 0;
}

.ventures-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2.5rem;
    margin-top: 4rem;
}

.venture-card {
    background: var(--bg-color);
    border: 2px solid var(--border-color);
    border-radius: 0;
    padding: 2.5rem;
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 400px;
}

.venture-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--accent-color), #ff6b35);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.venture-card:hover {
    transform: translateY(-4px);
    border-color: var(--accent-color);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.venture-card:hover::before {
    transform: scaleX(1);
}

.venture-header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.venture-logo {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    background: var(--bg-alt);
    padding: 0;
    transition: var(--transition);
    flex-shrink: 0;
    border: 0.25px solid rgba(0, 0, 0, 0.04);
    object-fit: cover;
}

.venture-card:hover .venture-logo {
    transform: scale(1.05);
    border-color: var(--accent-color);
    box-shadow: 0 4px 12px rgba(255, 107, 53, 0.15);
}

.venture-title {
    flex: 1;
}

.venture-card h3 {
    color: var(--text-color);
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    text-transform: none;
    letter-spacing: -0.01em;
}

.venture-tag {
    display: inline-block;
    background: rgba(255, 107, 53, 0.1);
    color: var(--accent-color);
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.25rem 0.75rem;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.venture-card p {
    color: var(--text-muted);
    line-height: 1.7;
    margin-bottom: 2rem;
    font-size: 1rem;
    flex: 1;
}

.venture-highlights {
    margin-top: auto;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border-color);
}

.venture-highlight {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    font-size: 0.9rem;
    color: var(--text-muted);
}

.venture-highlight:last-child {
    margin-bottom: 0;
}

.venture-highlight::before {
    content: '→';
    color: var(--accent-color);
    font-weight: bold;
    font-size: 1rem;
}

.venture-insight {
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.05) 0%, rgba(255, 107, 53, 0.02) 100%);
    border-left: 3px solid var(--accent-color);
    padding: 1.5rem;
    border-radius: 0;
    margin-top: 1.5rem;
    transition: var(--transition);
}

.venture-insight:hover {
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.08) 0%, rgba(255, 107, 53, 0.04) 100%);
}

.venture-insight strong {
    color: var(--accent-color);
    font-weight: 700;
}

.venture-insight {
    color: var(--text-color);
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Portfolio Section Styles */
.portfolio {
    background-color: var(--bg-alt);
    padding: 6rem 0;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2.5rem;
    margin-top: 4rem;
}

.portfolio-card {
    background: var(--bg-color);
    border: 2px solid var(--border-color);
    border-radius: 0;
    padding: 2.5rem;
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 400px;
}

.portfolio-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--accent-color), #ff6b35);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.portfolio-card:hover {
    transform: translateY(-4px);
    border-color: var(--accent-color);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.portfolio-card:hover::before {
    transform: scaleX(1);
}

.portfolio-header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.portfolio-logo {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    background: var(--bg-alt);
    padding: 0;
    transition: var(--transition);
    flex-shrink: 0;
    border: 0.25px solid rgba(0, 0, 0, 0.04);
    object-fit: cover;
}

.portfolio-card:hover .portfolio-logo {
    transform: scale(1.05);
    border-color: var(--accent-color);
    box-shadow: 0 4px 12px rgba(255, 107, 53, 0.15);
}

.portfolio-title {
    flex: 1;
}

.portfolio-card h3 {
    color: var(--text-color);
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    text-transform: none;
    letter-spacing: -0.01em;
}

.portfolio-tag {
    display: inline-block;
    background: rgba(255, 107, 53, 0.1);
    color: var(--accent-color);
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.25rem 0.75rem;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.portfolio-card p {
    color: var(--text-muted);
    line-height: 1.7;
    margin-bottom: 2rem;
    font-size: 1rem;
    flex: 1;
}

.portfolio-highlights {
    margin-top: auto;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border-color);
}

.portfolio-highlight {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    font-size: 0.9rem;
    color: var(--text-muted);
}

.portfolio-highlight:last-child {
    margin-bottom: 0;
}

.portfolio-highlight::before {
    content: '→';
    color: var(--accent-color);
    font-weight: bold;
    font-size: 1rem;
}

.portfolio-insight {
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.05) 0%, rgba(255, 107, 53, 0.02) 100%);
    border-left: 3px solid var(--accent-color);
    padding: 1.5rem;
    border-radius: 0;
    margin-top: 1.5rem;
    transition: var(--transition);
}

.portfolio-insight:hover {
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.08) 0%, rgba(255, 107, 53, 0.04) 100%);
}

.portfolio-insight strong {
    color: var(--accent-color);
    font-weight: 700;
}

.portfolio-insight {
    color: var(--text-color);
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Experience Section */
.experience {
    background-color: var(--bg-color);
}

.experience-list {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 4rem;
}

.experience-item {
    display: flex;
    align-items: center;
    padding: 2rem;
    margin-bottom: 1.5rem;
    background-color: var(--bg-alt);
    border-radius: 12px;
    border: 1px solid var(--border-color);
    transition: var(--transition);
}

.experience-item:hover {
    transform: translateX(8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.experience-icon {
    width: 50px;
    height: 50px;
    background-color: var(--accent-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.5rem;
    color: white;
    font-weight: 600;
}

.experience-content h4 {
    color: var(--accent-color);
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
}

.experience-content p {
    color: var(--text-muted);
    margin: 0;
    font-size: 1rem;
}

/* Enhanced Press Section */
.press {
    background-color: var(--bg-alt);
    color: var(--text-color);
    position: relative;
}

.press::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 80%, rgba(255, 107, 53, 0.03) 0%, transparent 50%);
}

.press .section-content {
    position: relative;
    z-index: 2;
}

.press h2 {
    font-size: clamp(3rem, 8vw, 5rem);
    font-weight: 900;
    color: var(--text-color);
    text-align: center;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}

.press .lead {
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    color: var(--text-muted);
    text-align: center;
    margin-bottom: 5rem;
    font-weight: 400;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.press-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 3rem;
    margin-top: 4rem;
}

.press-card {
    background: var(--bg-color);
    border: 1px solid var(--border-color);
    border-radius: 0;
    padding: 3rem;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.press-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--accent-color), var(--accent-secondary));
}

.press-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
    border-color: var(--accent-color);
}

.press-meta {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.press-date {
    background: rgba(255, 107, 53, 0.08);
    color: var(--accent-color);
    padding: 0.75rem 1.5rem;
    border-radius: 0;
    font-size: 0.875rem;
    font-weight: 700;
    border: 1px solid rgba(255, 107, 53, 0.15);
    transition: var(--transition);
}

.press-date:hover {
    background: rgba(255, 107, 53, 0.12);
}

.press-outlet {
    background: var(--bg-alt);
    color: var(--text-muted);
    padding: 0.75rem 1.5rem;
    border-radius: 0;
    font-size: 0.875rem;
    font-weight: 700;
    border: 1px solid var(--border-color);
    transition: var(--transition);
}

.press-outlet:hover {
    background: var(--bg-color);
    border-color: var(--accent-color);
}

.press-card h3 {
    color: var(--text-color);
    margin-bottom: 2rem;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: -0.01em;
}

.press-excerpt {
    color: var(--text-muted);
    line-height: 1.8;
    margin-bottom: 2.5rem;
    font-style: italic;
    font-size: 1.1rem;
}

.press-link {
    display: inline-flex;
    align-items: center;
    color: var(--accent-color);
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0.5rem 0;
}

.press-link:hover {
    color: var(--accent-secondary);
    transform: translateX(8px);
}

/* Adventure Section - White redesign */
.adventure {
    background-color: var(--bg-color);
    color: var(--text-color);
    position: relative;
}

.adventure::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 80% 20%, rgba(59, 130, 246, 0.05) 0%, transparent 50%);
}

.adventure .section-content {
    position: relative;
    z-index: 2;
}

.adventure h2 {
    font-size: clamp(3rem, 8vw, 5rem);
    font-weight: 900;
    color: var(--text-color);
    text-align: center;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}

.adventure .lead {
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    color: var(--text-muted);
    text-align: center;
    margin-bottom: 4rem;
    font-weight: 400;
}

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

.adventure-item {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: var(--transition);
    background: var(--bg-color);
    border: 1px solid var(--border-color);
}

.adventure-item:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    border-color: var(--accent-color);
}

.adventure-image {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: var(--transition);
}

.adventure-item:hover .adventure-image {
    transform: scale(1.1);
}

.adventure-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
    color: white;
    padding: 2rem;
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.adventure-quote {
    text-align: center;
    margin: 4rem 0;
    padding: 3rem;
    background: var(--bg-alt);
    border: 1px solid var(--border-color);
    border-radius: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.adventure-quote blockquote {
    font-size: clamp(1.5rem, 3.5vw, 2rem);
    font-style: italic;
    font-weight: 600;
    color: var(--text-color);
    line-height: 1.4;
}

/* Schedule Section - White redesign */
.schedule {
    background-color: var(--bg-color);
    color: var(--text-color);
    position: relative;
}

.schedule::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 50%, rgba(255, 107, 53, 0.05) 0%, transparent 70%);
}

.schedule .section-content {
    position: relative;
    z-index: 2;
}

.schedule h2 {
    font-size: clamp(3rem, 8vw, 5rem);
    font-weight: 900;
    color: var(--text-color);
    text-align: center;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}

.schedule .lead {
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    color: var(--text-muted);
    text-align: center;
    margin-bottom: 4rem;
    font-weight: 400;
}

.calendly-container {
    max-width: 800px;
    margin: 0 auto;
    background: var(--bg-color);
    border: 1px solid var(--border-color);
    border-radius: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.calendly-inline-widget {
    border-radius: 0;
}

/* Enhanced Contact Section */
.contact {
    background-color: var(--bg-color);
    color: var(--text-color);
    position: relative;
}

.contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 50%, rgba(255, 107, 53, 0.03) 0%, transparent 70%);
}

.contact .section-content {
    position: relative;
    z-index: 2;
}

.contact h2 {
    font-size: clamp(3rem, 8vw, 5rem);
    font-weight: 900;
    color: var(--text-color);
    text-align: center;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}

.contact-message {
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    color: var(--text-muted);
    text-align: center;
    margin-bottom: 4rem;
    font-weight: 400;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.contact-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin-bottom: 5rem;
}

.contact-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--text-color);
    text-decoration: none;
    padding: 1.5rem 2rem;
    background: var(--bg-color);
    border: 1px solid var(--border-color);
    border-radius: 0;
    font-weight: 600;
    font-size: 1.1rem;
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    min-width: 200px;
    justify-content: center;
}

.contact-link:hover {
    background: rgba(255, 107, 53, 0.04);
    border-color: var(--accent-color);
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
    color: var(--accent-color);
}

.contact-icon {
    font-size: 1.5rem;
}

/* Enhanced Calendly Widget */
.calendly-widget-container {
    margin-top: 4rem;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    background: var(--bg-color);
    border: 2px solid var(--border-color);
    border-radius: 0;
    padding: 2.5rem;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.calendly-widget-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--accent-color), #ff6b35);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.calendly-widget-container:hover {
    transform: translateY(-2px);
    border-color: var(--accent-color);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.calendly-widget-container:hover::before {
    transform: scaleX(1);
}

.calendly-widget-container h3 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 1rem;
    text-transform: none;
    letter-spacing: -0.01em;
}

.calendly-widget-container p {
    color: var(--text-muted);
    font-size: 1rem;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.calendly-inline-widget {
    border-radius: 0;
    border: 1px solid var(--border-color);
    background: var(--bg-alt);
    transition: var(--transition);
    min-height: 600px;
}

.calendly-inline-widget:hover {
    border-color: var(--accent-color);
}

/* Footer */
.footer {
    background-color: var(--bg-color);
    text-align: center;
    padding: 3rem 0;
    border-top: 1px solid var(--border-color);
    color: var(--text-muted);
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-links {
        display: none;
    }
    
    .about-story {
        padding: 2rem;
    }
    
    .mission-pillars {
        flex-direction: column;
        align-items: center;
    }
    
    .ventures-grid {
        grid-template-columns: 1fr;
    }
    
    .adventure-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
    
    .hero-cta {
        flex-direction: column;
        align-items: center;
    }
    
    .contact-links {
        flex-direction: column;
        align-items: center;
    }
}

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

.fade-in {
    animation: fadeIn 0.8s ease-out forwards;
}

/* Utility Classes */
.centered {
    text-align: center;
}

/* Work Page Styles */
.projects-header {
    text-align: center;
    margin-bottom: 5rem;
}

.projects-list {
    max-width: 1000px;
    margin: 0 auto;
}

.project-full {
    margin-bottom: 5rem;
    padding-bottom: 4rem;
    border-bottom: 1px solid var(--border-color);
}

.project-full:last-child {
    border-bottom: none;
}

.project-info h2 {
    color: var(--accent-color);
    margin-bottom: 1.5rem;
    font-size: 2rem;
}

.project-meta {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.project-meta span {
    background-color: rgba(59, 130, 246, 0.1);
    color: var(--accent-color);
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 50px;
}

.project-description {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 2.5rem;
    color: var(--text-muted);
}

.project-details {
    display: grid;
    gap: 3rem;
}

.detail-block h3 {
    color: var(--accent-color);
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}

.detail-block p {
    color: var(--text-color);
    line-height: 1.7;
    font-size: 1.125rem;
}

.impact-list {
    list-style: none;
    display: grid;
    gap: 1.5rem;
}

.impact-list li {
    padding-left: 2rem;
    position: relative;
    font-size: 1.125rem;
}

.impact-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.75rem;
    width: 10px;
    height: 10px;
    background-color: var(--accent-color);
    border-radius: 50%;
}

.nav-links .active {
    color: var(--accent-color);
}

.nav-links .active::after {
    width: 100%;
} 

/* Mobile menu button */
.mobile-menu-btn {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 25px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
}

.mobile-menu-btn span {
    width: 100%;
    height: 2px;
    background-color: white;
    border-radius: 0;
    transition: var(--transition);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* Mobile menu dropdown */
.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(20px);
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    padding: 2rem;
}

.mobile-menu.active {
    display: flex;
}

.mobile-menu a {
    color: white;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 500;
    margin: 1rem 0;
    padding: 1rem;
    transition: var(--transition);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.mobile-menu a:hover {
    color: var(--accent-color);
    transform: translateX(10px);
}

/* Hamburger animation */
.mobile-menu-btn.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.mobile-menu-btn.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-btn.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

/* Mobile Responsive Design */
@media (max-width: 768px) {
    /* Base mobile adjustments */
    html {
        font-size: 14px;
    }
    
    .section-content {
        padding: 2rem 1rem;
    }
    
    /* Navigation mobile improvements */
    .nav-content {
        padding: 0 1rem;
        justify-content: space-between;
    }
    
    .nav-logo {
        font-size: 1.75rem;
        margin-top: 1rem;
        margin-left: 0.5rem;
    }
    
    .nav-links {
        display: none; /* Hide desktop nav on mobile */
    }
    
    /* Show mobile menu button */
    .mobile-menu-btn {
        display: flex;
        margin-top: 0.5rem;
        margin-right: 0.5rem;
    }
    
    /* Hero section mobile */
    .hero {
        min-height: 80vh;
        padding-top: 100px;
        background-attachment: scroll; /* Better mobile performance */
    }
    
    /* About section mobile */
    .about-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .about-story {
        padding: 1.5rem;
        margin-top: 1rem;
    }
    
    .about-story p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    .quote-block {
        padding: 1.5rem;
        margin: 2rem 0;
    }
    
    .quote-block blockquote {
        font-size: 1.25rem;
        line-height: 1.4;
    }
    
    /* Projects section mobile */
    .projects-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .project-card {
        padding: 1.5rem;
        min-height: auto;
    }
    
    .project-header {
        gap: 1rem;
        margin-bottom: 1.5rem;
    }
    
    .project-logo {
        width: 50px;
        height: 50px;
        padding: 0;
        border-radius: 3px;
        border: 0.25px solid rgba(0, 0, 0, 0.04);
        object-fit: cover;
    }
    
    .project-card h3 {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }
    
    .project-tag {
        font-size: 0.7rem;
        padding: 0.2rem 0.6rem;
    }
    
    .project-card p {
        font-size: 1rem;
        line-height: 1.6;
        margin-bottom: 1.5rem;
    }
    
    .project-highlights {
        padding-top: 1rem;
        margin-top: 1rem;
    }
    
    .project-highlight {
        font-size: 0.85rem;
        margin-bottom: 0.5rem;
    }
    
    .project-insight {
        padding: 1rem;
        margin-top: 1rem;
    }
    
    .calendly-widget-container {
        padding: 2rem;
        margin-top: 3rem;
    }
    
    .calendly-widget-container h3 {
        font-size: 1.5rem;
    }
    
    .calendly-widget-container p {
        font-size: 0.95rem;
        margin-bottom: 1.5rem;
    }
    
    .calendly-inline-widget {
        min-height: 500px;
    }
    
    /* Adventure section mobile */
    .adventure-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .adventure-item {
        border-radius: 8px;
    }
    
    .adventure-image {
        height: 200px;
    }
    
    .adventure-caption {
        padding: 1rem;
        font-size: 0.9rem;
    }
    
    .adventure-quote {
        margin: 2rem 0;
        padding: 1.5rem;
    }
    
    .adventure-quote blockquote {
        font-size: 1.25rem;
    }
    
    /* Contact section mobile */
    .contact-content {
        text-align: center;
    }
    
    .contact-links {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    
    .contact-link {
        width: 100%;
        max-width: 300px;
        padding: 1rem;
        font-size: 1rem;
    }
    
    /* Press section mobile */
    .press-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .press-card {
        padding: 1.5rem;
    }
    
    .press-card h3 {
        font-size: 1.25rem;
    }
    
    .press-excerpt {
        font-size: 0.95rem;
    }
    
    /* Typography mobile adjustments */
    h2 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }
    
    h3 {
        font-size: 1.5rem;
    }
    
    .lead {
        font-size: 1.1rem;
        line-height: 1.5;
    }
    
    /* Button mobile adjustments */
    .primary-btn, .secondary-btn {
        padding: 0.875rem 1.5rem;
        font-size: 1rem;
        width: 100%;
        max-width: 300px;
    }
}

/* Small mobile devices */
@media (max-width: 480px) {
    .section-content {
        padding: 1.5rem 0.75rem;
    }
    
    .nav-logo {
        font-size: 1.5rem;
        margin-top: 1.5rem;
        margin-left: 0.25rem;
    }
    
    .mobile-menu-btn {
        margin-top: 1rem;
        margin-right: 0.25rem;
    }
    
    .hero {
        min-height: 70vh;
        padding-top: 80px;
    }
    
    .about-story {
        padding: 1rem;
    }
    
    .venture-card {
        padding: 1rem;
    }
    
    .adventure-image {
        height: 180px;
    }
    
    h2 {
        font-size: 1.75rem;
    }
    
    .lead {
        font-size: 1rem;
    }
} 