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

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #0a0a1a;
    color: #ffffff;
    line-height: 1.6;
    font-weight: 300;
}

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

h1, h2, h3 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 12px 30px;
    text-decoration: none;
    font-size: 14px;
    text-transform: lowercase;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.btn-primary {
    background-color: #00d4d4;
    color: #0a0a1a;
    border-radius: 4px;
}

.btn-primary:hover {
    background-color: #00b8b8;
}

.btn-outline {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.btn-outline:hover {
    background-color: #ffffff;
    color: #0a0a1a;
}

/* Underline decoration */
.underline {
    width: 60px;
    height: 2px;
    background-color: #00d4d4;
    margin: 15px 0 20px;
}

.underline.center {
    margin: 15px auto 40px;
}

/* Header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: rgba(10, 10, 26, 0.95);
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-icon {
    width: 40px;
    height: 40px;
    background-color: #00d4d4;
    color: #0a0a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
    border-radius: 4px;
}

.logo-text {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    color: #ffffff;
}

.logo-highlight {
    color: #00d4d4;
}

.nav ul {
    display: flex;
    list-style: none;
    gap: 30px;
}

.nav a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.nav a:hover {
    color: #00d4d4;
}

/* Hero Section */
.hero {
    padding: 150px 0 80px;
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

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

.hero-left h1 {
    font-size: 64px;
    font-weight: 400;
    margin-bottom: 40px;
    line-height: 1.1;
}

.hero-image img {
    width: 100%;
    max-width: 500px;
    border-radius: 4px;
}

.hero-right {
    padding-left: 40px;
}

.hero-right h2 {
    font-size: 36px;
    font-weight: 400;
}

.hero-right p {
    color: #b0b0b0;
    font-size: 14px;
    line-height: 1.8;
}

.hero-decoration {
    position: absolute;
    top: 80px;
    right: -50px;
    width: 300px;
    opacity: 0.6;
}

.hero-decoration img {
    width: 100%;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
}

/* Studio Section */
.studio-section {
    background-color: #0f0f25;
    padding: 80px 0;
    text-align: center;
}

.studio-section h2 {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 20px;
}

.studio-section p {
    color: #b0b0b0;
    max-width: 800px;
    margin: 0 auto 30px;
    font-size: 14px;
}

/* Offer Section */
.offer-section {
    padding: 100px 0;
    background-color: #0a0a1a;
}

.offer-content {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
    align-items: start;
}

.offer-text h2 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 30px;
}

.offer-text p {
    color: #b0b0b0;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.8;
}

.offer-text strong {
    color: #00d4d4;
}

.offer-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.offer-card {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.offer-card img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

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

.offer-card h3 {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

/* Stats Section */
.stats-section {
    padding: 100px 0;
    background-color: #0f0f25;
    text-align: center;
}

.stats-section h2 {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 60px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.stat-item {
    padding: 30px;
}

.stat-number {
    display: block;
    font-size: 56px;
    font-family: 'Cormorant Garamond', serif;
    color: #00d4d4;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 14px;
    color: #b0b0b0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Portfolio Section */
.portfolio-section {
    padding: 100px 0;
    background-color: #0a0a1a;
    text-align: center;
}

.portfolio-section h2 {
    font-size: 42px;
    font-weight: 400;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.portfolio-item {
    overflow: hidden;
    border-radius: 4px;
}

.portfolio-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.5s ease, filter 0.3s ease;
}

.portfolio-item:hover img {
    transform: scale(1.1);
    filter: brightness(1.1);
}

/* Contact Section */
.contact-section {
    padding: 100px 0;
    background-color: #0f0f25;
    text-align: center;
}

.contact-section h2 {
    font-size: 42px;
    font-weight: 400;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.contact-card {
    background-color: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 40px 25px;
    transition: all 0.3s ease;
}

.contact-card:hover {
    background-color: rgba(0, 212, 212, 0.05);
    border-color: rgba(0, 212, 212, 0.3);
    transform: translateY(-5px);
}

.contact-icon {
    font-size: 36px;
    margin-bottom: 20px;
    color: #00d4d4;
}

.contact-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #ffffff;
}

.contact-card p {
    color: #b0b0b0;
    font-size: 14px;
    line-height: 1.8;
}

.contact-card a {
    color: #00d4d4;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-card a:hover {
    color: #ffffff;
}

.social-links {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 30px;
}

.social-link {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: color 0.3s ease;
    position: relative;
}

.social-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #00d4d4;
    transition: width 0.3s ease;
}

.social-link:hover {
    color: #00d4d4;
}

.social-link:hover::after {
    width: 100%;
}

/* Footer */
.footer {
    padding: 40px 0;
    background-color: #050510;
    text-align: center;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer p {
    color: #666;
    font-size: 13px;
}

/* Responsive */
@media (max-width: 992px) {
    .hero-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .hero-left h1 {
        font-size: 48px;
    }

    .hero-right {
        padding-left: 0;
    }

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

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .header .container {
        flex-wrap: wrap;
        gap: 15px;
    }

    .nav ul {
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .hero-left h1 {
        font-size: 36px;
    }

    .offer-cards {
        grid-template-columns: 1fr;
    }

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

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

    .social-links {
        flex-direction: column;
        gap: 15px;
    }

    .portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .stat-number {
        font-size: 42px;
    }
}

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

    .nav {
        display: none;
    }

    .hero-left h1 {
        font-size: 28px;
    }
}
