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

body {
    font-family: 'Clarendon', 'Rockwell', 'Courier New', serif;
    line-height: 1.6;
    color: #1d1d1f;
    background-color: #ffffff;
}

h1,
h2,
h3,
h4,
.nav-logo a,
.btn,
.hero-badge span,
.project-category,
.project-category-badge,
.centerpiece-overlay span {
    font-family: 'Clarendon', 'Rockwell', 'Courier New', serif;
    letter-spacing: 0.5px;
}

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

/* Navigation - Apple Style */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    z-index: 1000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}

.nav-logo a {
    font-size: 26px;
    font-weight: 600;
    color: #1d1d1f;
    text-decoration: none;
    text-transform: uppercase;
}

.nav-menu {
    display: flex;
    gap: 40px;
}

.nav-link {
    color: #1d1d1f;
    text-decoration: none;
    font-weight: 400;
    transition: color 0.3s ease;
}

.nav-link:hover,
.nav-link.active {
    color: #7C8981;
}

/* Mobile Menu Toggle */
.nav-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.bar {
    width: 25px;
    height: 3px;
    background-color: #1d1d1f;
    margin: 3px 0;
    transition: 0.3s;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

.btn-primary {
    background: #7C8981;
    color: white;
    box-shadow: 0 4px 15px rgba(124, 137, 129, 0.3);
    border: none;
}

.btn-primary:hover {
    background: #8C9CAA;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(140, 156, 170, 0.4);
}

.btn-secondary {
    background: transparent;
    color: #7C8981;
    border: 2px solid #7C8981;
}

.btn-secondary:hover {
    background: #7C8981;
    color: white;
}

/* Flash Messages */
.flash-messages {
    position: fixed;
    top: 80px;
    right: 20px;
    z-index: 1001;
}

.flash-message {
    padding: 15px 20px;
    margin-bottom: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 300px;
}

.flash-success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.flash-error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.flash-close {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    margin-left: 15px;
}

/* Main content spacing */
main {
    margin-top: 60px;
}

/* Modern Hero Section with Centerpiece Photo */
.hero-section-modern {
    min-height: 100vh;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 120px 0 80px;
}

.hero-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 90px;
    align-items: center;
    text-align: left;
}

.hero-content-modern {
    z-index: 2;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #D7D1CF;
    border: 2px solid #7C8981;
    border-radius: 50px;
    padding: 8px 20px;
    margin-bottom: 30px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #7C8981;
}

.hero-logo {
    height: 20px;
    width: auto;
    opacity: 0.7;
    filter: brightness(0.8);
}

.hero-title-modern {
    font-size: 4.2rem;
    font-weight: 700;
    color: #1d1d1f;
    margin-bottom: 20px;
    line-height: 1.1;
}

.hero-subtitle-modern {
    font-size: 1.4rem;
    color: #86868b;
    margin-bottom: 40px;
    line-height: 1.5;
    max-width: 500px;
}

.hero-contact-quick {
    display: flex;
    justify-content: flex-start;
    gap: 18px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.contact-quick-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: white;
    padding: 15px 25px;
    border-radius: 12px;
    text-decoration: none;
    color: #1d1d1f;
    font-weight: 600;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.contact-quick-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.12);
}

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

/* Centerpiece Photo */
.hero-centerpiece {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.centerpiece-backdrop {
    position: absolute;
    top: -40px;
    right: -40px;
    bottom: -40px;
    left: -40px;
    background-size: cover;
    background-position: center;
    filter: blur(25px) saturate(120%);
    opacity: 0.45;
    border-radius: 30px;
    transform: scale(1.05);
}

.centerpiece-frame {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.9);
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.centerpiece-image {
    width: 100%;
    height: 750px;
    object-fit: cover;
    border-radius: 16px;
    display: block;
}

.centerpiece-overlay {
    position: absolute;
    top: 30px;
    right: 30px;
}

.overlay-badge {
    background: rgba(255, 140, 0, 0.95);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    backdrop-filter: blur(10px);
}

/* Hero Actions */
.hero-actions-modern {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-primary-modern {
    background: #7C8981;
    color: white;
    padding: 15px 35px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
    box-shadow: 0 4px 20px rgba(124, 137, 129, 0.3);
}

.btn-primary-modern:hover {
    background: #8C9CAA;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(140, 156, 170, 0.4);
}

.btn-outline-modern {
    background: transparent;
    color: #7C8981;
    border: 2px solid #7C8981;
    padding: 13px 35px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.btn-outline-modern:hover {
    background: #7C8981;
    color: white;
    transform: translateY(-2px);
}

/* Original Hero Section - Keep for fallback */
.hero-section {
    height: 100vh;
    background: linear-gradient(135deg, rgba(255, 140, 0, 0.9) 0%, rgba(51, 51, 51, 0.9) 100%), 
                url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><rect fill="%23333" width="100" height="100"/><polygon fill="%23ff8c00" points="20,20 80,20 50,80"/></svg>');
    background-size: cover, 200px 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}

.hero-content {
    text-align: center;
    color: white;
    z-index: 2;
    position: relative;
    max-width: 800px;
    padding: 0 20px;
}

.hero-title {
    font-size: clamp(3rem, 8vw, 6rem);
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.1;
}

.hero-subtitle {
    font-size: clamp(1.2rem, 3vw, 1.5rem);
    font-weight: 300;
    margin-bottom: 40px;
    opacity: 0.9;
}

.hero-cta {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.hero-scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.scroll-arrow {
    width: 30px;
    height: 30px;
    border: 2px solid white;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0) rotate(-45deg);
    }
    40% {
        transform: translateY(-10px) rotate(-45deg);
    }
    60% {
        transform: translateY(-5px) rotate(-45deg);
    }
}

/* Features Section - Microsoft Style */
.features-section {
    padding: 100px 0;
    background: #D7D1CF;
}

.section-header {
    text-align: center;
    margin-bottom: 80px;
}

.section-header h2 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1d1d1f;
}

.section-header p {
    font-size: 1.2rem;
    color: #86868b;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
}

.feature-card {
    background: white;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 24px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-design {
    background: linear-gradient(135deg, #ff8c00, #ffb347);
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.icon-development {
    background: linear-gradient(135deg, #333333, #666666);
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.icon-strategy {
    background: linear-gradient(135deg, #ffd700, #ff8c00);
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

/* Modern Services Grid Layout */
.services-grid-modern {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-top: 60px;
}

@media (max-width: 1200px) {
    .services-grid-modern {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .services-grid-modern {
        grid-template-columns: 1fr;
        gap: 25px;
    }
}

/* Service Category Links */
.service-category-link {
    text-decoration: none;
    color: inherit;
    display: block;
    transition: transform 0.3s ease;
}

.service-category-link:hover {
    text-decoration: none;
    color: inherit;
    transform: translateY(-5px);
}

.service-category-link:visited {
    text-decoration: none;
    color: inherit;
}

.service-category-link:active {
    text-decoration: none;
    color: inherit;
}

.service-category-link * {
    text-decoration: none;
}

.service-category-link:hover .service-category {
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
}

.service-category {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-category:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.service-header {
    background: #7C8981;
    padding: 30px;
    color: white;
    text-align: center;
}

/* Individual service category colors */
.service-category:nth-child(1) .service-header {
    background: #8C9CAA; /* Blue */
}

.service-category:nth-child(2) .service-header {
    background: #8C9CAA; /* Blue */
}

.service-category:nth-child(3) .service-header {
    background: #7C8981; /* Green */
}

.service-category:nth-child(4) .service-header {
    background: #7C8981; /* Green */
}

.service-header h3 {
    font-size: 1.4rem;
    color: white;
    margin: 0;
    font-weight: 600;
}


.service-list {
    padding: 30px;
}

.service-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: background-color 0.2s ease;
}

.service-item:last-child {
    border-bottom: none;
}

.service-item:hover {
    background-color: rgba(124, 137, 129, 0.05);
    border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;
}

/* Service item hover colors for each category */
.service-category:nth-child(1) .service-item:hover {
    background-color: rgba(140, 156, 170, 0.05);
}

.service-category:nth-child(2) .service-item:hover {
    background-color: rgba(140, 156, 170, 0.05);
}

.service-category:nth-child(3) .service-item:hover {
    background-color: rgba(124, 137, 129, 0.05);
}

.service-category:nth-child(4) .service-item:hover {
    background-color: rgba(124, 137, 129, 0.05);
}

.service-item .bullet {
    color: #7C8981;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1;
}

/* Bullet colors for each category */
.service-category:nth-child(1) .service-item .bullet {
    color: #8C9CAA;
}

.service-category:nth-child(2) .service-item .bullet {
    color: #8C9CAA;
}

.service-category:nth-child(3) .service-item .bullet {
    color: #7C8981;
}

.service-category:nth-child(4) .service-item .bullet {
    color: #7C8981;
}

.service-item span:last-child {
    font-size: 1rem;
    color: #1d1d1f;
    font-weight: 500;
}

/* Portfolio Image Clickable Styling */
.portfolio-image {
    cursor: pointer;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.portfolio-image:hover {
    transform: scale(1.05);
    filter: brightness(1.1);
}

/* Project Card Link Styling */
.project-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
    transition: transform 0.2s ease;
}

.project-card-link:hover {
    text-decoration: none;
    color: inherit;
}

.project-card-link:hover .project-card {
    transform: translateY(-8px);
}

.feature-card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 16px;
    color: #1d1d1f;
}

.feature-card p {
    color: #86868b;
    line-height: 1.6;
}

/* Portfolio Preview Gallery */
.portfolio-preview {
    padding: 100px 0;
    position: relative;
}

.preview-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #f5f5f7 0%, #e8e8ea 100%);
}

.portfolio-preview .container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.preview-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1d1d1f;
}

.preview-content p {
    font-size: 1.2rem;
    color: #86868b;
    margin-bottom: 30px;
    line-height: 1.6;
}

.btn-outline {
    background: transparent;
    color: #7C8981;
    border: 2px solid #7C8981;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-outline:hover {
    background: #7C8981;
    color: white;
}

.preview-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.preview-item {
    height: 200px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    transition: transform 0.3s ease;
    display: block;
    text-decoration: none;
    color: inherit;
}

.preview-item:hover {
    transform: translateY(-5px);
}

.preview-item:nth-child(1) {
    grid-column: span 2;
    height: 250px;
}

.preview-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    padding: 30px 20px 20px;
    color: white;
}

.preview-overlay h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.preview-overlay span {
    font-size: 0.9rem;
    opacity: 0.8;
}

/* CTA Section */
.cta-section {
    padding: 100px 0;
    background: #8C9CAA;
    color: white;
    text-align: center;
}

/* Portfolio CTA - More top padding for better spacing */
.portfolio-cta {
    padding: 150px 0 100px;
    background: #8C9CAA;
    color: white;
    text-align: center;
}

.cta-content h2 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1d1d1f;
}

.cta-content p {
    font-size: 1.2rem;
    margin-bottom: 40px;
    color: #1d1d1f;
    opacity: 0.9;
}

.btn-cta {
    background: #D7D1CF;
    color: #1d1d1f;
    padding: 15px 40px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(215, 209, 207, 0.3);
}

.btn-cta:hover {
    background: #7C8981;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(124, 137, 129, 0.4);
}

/* Portfolio Section */
.portfolio-header {
    padding: 100px 0 60px;
    text-align: center;
    background: #8C9CAA;
    color: white;
}

.portfolio-header h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: white;
}

.portfolio-filters {
    padding: 40px 0;
    background: #D7D1CF;
    border-bottom: 1px solid #e5e5e7;
}

.filter-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 10px 20px;
    border: 2px solid #7C8981;
    background: transparent;
    color: #7C8981;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
}

.filter-btn.active,
.filter-btn:hover {
    background: #7C8981;
    color: white;
}

.portfolio-grid {
    padding: 80px 0;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 40px;
}

.project-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.project-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.project-image {
    position: relative;
    height: 250px;
    background: linear-gradient(135deg, #ff8c00, #333333);
    overflow: hidden;
}

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

.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.project-card:hover .project-overlay {
    opacity: 1;
}

.project-actions {
    display: flex;
    gap: 15px;
}

.btn-view,
.btn-details {
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-view {
    background: #007aff;
    color: white;
    border: none;
}

.btn-details {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.project-content {
    padding: 30px;
}

.project-category {
    color: #7C8981;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.project-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #1d1d1f;
}

.project-description {
    color: #86868b;
    line-height: 1.6;
    margin-bottom: 20px;
}

.project-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.project-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.tag {
    padding: 4px 12px;
    background: #f5f5f7;
    color: #86868b;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 500;
}

.link-arrow {
    color: #007aff;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.link-arrow:hover {
    color: #0056cc;
}

/* Contact Page */
.contact-header {
    padding: 100px 0 60px;
    text-align: center;
    background: #7C8981;
    color: white;
}

.contact-header h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: white;
}

.contact-form-section {
    padding: 80px 0;
}

.contact-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
}

.contact-info h2 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #1d1d1f;
}

.contact-methods {
    margin: 40px 0;
}

.contact-method {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.method-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: #2d5016;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-email,
.icon-phone,
.icon-location {
    width: 24px;
    height: 24px;
    background: white;
    border-radius: 4px;
}

.method-content h4 {
    font-weight: 600;
    margin-bottom: 5px;
    color: #1d1d1f;
}

.method-content p {
    color: #86868b;
}

.response-time {
    padding: 20px;
    background: #f5f5f7;
    border-radius: 12px;
    margin-top: 30px;
}

.response-time h4 {
    font-weight: 600;
    margin-bottom: 10px;
    color: #1d1d1f;
}

.form-card {
    background: white;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #1d1d1f;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 15px;
    border: 2px solid #e5e5e7;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s ease;
    font-family: inherit;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #007aff;
}

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

.btn-submit {
    background: #1d1d1f;
    color: white;
    padding: 15px 40px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.btn-submit:hover {
    background: #000;
    transform: translateY(-2px);
}

.form-note {
    margin-top: 15px;
    font-size: 0.9rem;
    color: #86868b;
    text-align: center;
}

/* Meet the Carpenter Section */
.meet-carpenter {
    padding: 100px 0;
    background: #7C8981;
    color: white;
}

.meet-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: center;
}

.meet-photo {
    position: relative;
}

.photo-frame {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.photo-frame img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.meet-label {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9rem;
    color: #ff8c00;
    margin-bottom: 20px;
    font-weight: 600;
}

.meet-content h2 {
    font-size: 2.8rem;
    margin-bottom: 20px;
    color: white;
}

.meet-bio {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    margin-bottom: 30px;
}

.experience-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.experience-card {
    background: white;
    padding: 20px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.experience-card h4 {
    font-size: 1.8rem;
    color: #1d1d1f;
    margin-bottom: 5px;
}

.experience-card p {
    color: #86868b;
    font-size: 0.95rem;
}

.expertise-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.expertise-list li {
    background: white;
    padding: 15px 20px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    color: #55565b;
}

@media (max-width: 992px) {
    .meet-grid {
        grid-template-columns: 1fr;
    }
}

/* Footer */
.footer {
    background: #1d1d1f;
    color: white;
    padding: 30px 0 20px;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.footer-logo {
    height: 32px;
    width: auto;
    opacity: 0.9;
}

.footer-section h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0;
}

.footer-section h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.footer-section p {
    color: #86868b;
    line-height: 1.6;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    color: #86868b;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: white;
}


.footer-bottom {
    border-top: 1px solid #333;
    padding-top: 15px;
    text-align: center;
}

.footer-bottom p {
    color: #86868b;
}

/* Project Detail Page */
.project-header {
    padding: 60px 0 30px;
    background: #8C9CAA;
    color: white;
}

.project-breadcrumb a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    margin-bottom: 20px;
    display: inline-block;
}

.project-category-badge {
    background: #7C8981;
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
}

.project-header h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: white;
}

.project-lead {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

.project-featured {
    padding: 60px 0;
}

.featured-image {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12);
}

.main-project-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.project-details {
    padding: 40px 0;
}

.project-info-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px;
}

.project-specs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 30px;
    margin: 30px 0;
}

.spec-item h4 {
    font-weight: 600;
    margin-bottom: 8px;
    color: #1d1d1f;
}

.spec-item p {
    color: #86868b;
}

.project-description-full h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #1d1d1f;
}

.contact-card {
    background: white;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.contact-card h3 {
    margin-bottom: 15px;
    color: #1d1d1f;
}

.contact-card p {
    color: #86868b;
    margin-bottom: 25px;
}

.contact-info {
    margin-top: 30px;
    text-align: left;
}

.contact-item {
    margin-bottom: 15px;
    color: #86868b;
}

/* Masonry Gallery */
.project-gallery {
    padding: 80px 0;
    background: #D7D1CF;
}

.gallery-header {
    text-align: center;
    margin-bottom: 60px;
}

.gallery-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1d1d1f;
}

.masonry-gallery {
    columns: 3;
    column-gap: 20px;
}

.gallery-item {
    position: relative;
    margin-bottom: 20px;
    break-inside: avoid;
    border-radius: 12px;
    overflow: hidden;
}

.gallery-image {
    width: 100%;
    height: auto;
    display: block;
    cursor: pointer;
}

/* Lightbox */
.lightbox {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    align-items: center;
    justify-content: center;
}

.lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

.lightbox-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: white;
    font-size: 2rem;
    cursor: pointer;
}

#lightbox-image {
    max-width: 100%;
    max-height: 90vh;
    border-radius: 8px;
    object-fit: contain;
}

#lightbox-caption {
    color: white;
    text-align: center;
    margin-top: 15px;
    font-size: 1.1rem;
}

.photo-count {
    color: white;
    font-size: 0.9rem;
    font-weight: 500;
}

/* Related Projects */
.related-projects {
    padding: 80px 0;
}

.related-grid {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-menu {
        display: none;
    }
    
    .nav-toggle {
        display: flex;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-cta {
        flex-direction: column;
        align-items: center;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .services-grid-modern {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 40px;
    }
    
    .service-header {
        padding: 25px;
        text-align: center;
    }
    
    .service-header h3 {
        font-size: 1.2rem;
    }
    
    .service-list {
        padding: 25px;
    }
    
    .service-item {
        padding: 10px 0;
    }
    
    .projects-grid {
        grid-template-columns: 1fr;
    }
    
    .contact-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 40px;
    }
    
    /* Project Detail Mobile */
    .project-info-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .main-project-image {
        height: 300px;
    }
    
    .masonry-gallery {
        columns: 2;
        column-gap: 15px;
    }
    
    .project-header h1 {
        font-size: 2rem;
    }
    
    .project-specs {
        grid-template-columns: 1fr;
    }
    
    /* Modern Hero Mobile */
    .hero-container {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
        padding: 0 20px;
        font-family: 'Open Sans', sans-serif;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('hero-image.jpg');
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        background-blend-mode: darken;
    }
    
    .hero-title-modern {
        font-size: 2.5rem;
        font-weight: 700;
        color: #fff;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }
    
    .hero-subtitle-modern {
        font-size: 1.2rem;
        max-width: none;
    }
    
    .hero-contact-quick {
        justify-content: center;
        flex-direction: column;
        gap: 15px;
    }
    
    .contact-quick-item {
        padding: 12px 20px;
    }
    
    .centerpiece-image {
        height: 360px;
    }
    
    .hero-actions-modern {
        justify-content: center;
        flex-direction: column;
        gap: 15px;
    }
    
    .btn-primary-modern,
    .btn-outline-modern {
        padding: 12px 25px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .masonry-gallery {
        columns: 1;
    }
}

/* FAQ Section Styles */
.contact-faq {
    padding: 80px 0;
    background: #f8f9fa;
}

.faq-header {
    text-align: center;
    margin-bottom: 60px;
}

.faq-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1d1d1f;
    margin-bottom: 20px;
}

.faq-grid {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: white;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #e5e5e7;
}

.faq-item h4 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #1d1d1f;
    margin-bottom: 15px;
    line-height: 1.4;
}

.faq-item p {
    font-size: 1rem;
    line-height: 1.6;
    color: #666;
    margin: 0;
}
