@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

@font-face {
    font-family: 'Transforma Sans Medium';
    src: url('../Assets/Images/transforma-sans-medium.ttf') format('truetype'),
         url('Assets/Images/transforma-sans-medium.ttf') format('truetype'),
         url('./Assets/Images/transforma-sans-medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    background: linear-gradient(180deg, #ece5cd 0%, #6b3a3a 100%);
    min-height: 100vh;
    padding: 40px 20px;
}

h1, h2, h3 {
    font-family: 'Transforma Sans Medium', sans-serif;
    font-weight: normal;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    background: #F5EFE7;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

/* Header */
.header {
    background: linear-gradient(135deg, #602523 0%, #6b3a3a 100%);
    padding: 20px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px 20px 0 0;
    position: relative;
}

.logo-link {
    text-decoration: none;
    display: block;
}

.logo-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: white;
    border: 4px solid #6b3a3a;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

.logo-circle:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.logo-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav {
    display: flex;
    gap: 40px;
    align-items: center;
}

.nav a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: opacity 0.3s;
}

.nav a:hover {
    opacity: 0.8;
}

.cta-btn {
    background: #9b6e6e;
    color: white;
    padding: 10px 24px;
    border-radius: 25px;
    font-weight: bold;
}

/* Hamburger Menu Button */
.hamburger {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    z-index: 1001;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background-color: white;
    margin: 3px 0;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

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

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

/* Mobile Menu Dropdown */
.mobile-menu {
    display: none;
    background: #6b3a3a;
    flex-direction: column;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
}

.mobile-menu.active {
    max-height: 500px;
}

.mobile-menu-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 18px 50px;
    color: white;
    text-decoration: none;
    font-size: 15px;
    text-transform: capitalize;
    transition: background 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: #8b5a5a;
}

.mobile-menu-item:hover {
    background: #9b6a6a;
}

.mobile-menu-item.active {
    background: #7a4a4a;
    font-weight: 600;
}

.menu-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.menu-icon svg {
    stroke: white;
}

/* Hero Section */
.hero-section {
    width: 100%;
    background: #F5EFE7;
}

.hero-image {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.hero-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

/* Color Palette Styles */
.color-palette {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 40px;
    display: flex;
    justify-content: center;
}

.color-cards {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.color-card {
    width: 140px;
    height: 140px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.color-card .color-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 4px;
    text-align: left;
    width: 100%;
}

.color-card .color-value {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 400;
    text-align: left;
    line-height: 1.4;
    width: 100%;
}

/* Dynamic Content Styles */
.dynamic-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 40px;
}

.content-row {
    margin-bottom: clamp(30px, 5vw, 40px);
}

/* Text + Image Row */
.text-image-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(40px, 6vw, 80px);
    align-items: center;
}

.content-text h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 600;
    margin-bottom: 16px;
    line-height: 1.2;
}

.content-text h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 600;
    margin-bottom: 16px;
    line-height: 1.3;
}

.content-text .subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 500;
    margin-bottom: 20px;
    opacity: 0.8;
}

.content-text .description {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(14px, 1.5vw, 16px);
    line-height: 1.7;
}

.content-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Full Width Image */
.full-image-row img {
    width: 100%;
    height: auto;
    display: block;
}

/* Image + Text Row (Reversed) */
.image-text-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(40px, 6vw, 80px);
    align-items: center;
}

/* Make specific image larger in height */
.image-text-row .content-image {
    height: 600px;
}

.image-text-row .content-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Two Column Grid */
.two-col-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(30px, 4vw, 60px);
}

/* Same size containers for two-column images */
.col-image {
    height: 500px;
}

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

/* Three Column Grid */
.three-col-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(20px, 3vw, 40px);
}

.three-col-image {
    height: 400px;
}

.three-col-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Discover More Section */
.discover-more {
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 40px;
}

.discover-title {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(28px, 3.5vw, 42px);
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
}

.discover-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(30px, 5vw, 60px);
}

.discover-card {
    text-decoration: none;
    color: inherit;
    display: block;
    transition: transform 0.3s ease;
}

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

.discover-image {
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 4px;
}

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

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

.discover-info h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 600;
    margin-bottom: 8px;
}

.discover-info p {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(14px, 1.5vw, 16px);
    opacity: 0.7;
}

/* Mobile Navigation Buttons - Hidden by default */
.discover-mobile-nav {
    display: none;
}

.mobile-nav-btn {
    flex: 1;
    padding: 16px 24px;
    background-color: transparent;
    border: 2px solid #333;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.mobile-nav-btn:hover {
    background-color: #333;
    color: #fff;
}

.mobile-nav-btn .arrow {
    font-size: 18px;
}

/* Lightbox Styles */
.lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.95);
}

.lightbox-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 80vh;
    object-fit: contain;
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 40px;
    color: #fff;
    font-size: 45px;
    font-weight: 300;
    cursor: pointer;
    transition: 0.3s;
    z-index: 10000;
}

.lightbox-close:hover {
    color: #bbb;
}

.lightbox-prev,
.lightbox-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 40px;
    transition: 0.3s;
    user-select: none;
    z-index: 10000;
}

.lightbox-prev {
    left: 20px;
}

.lightbox-next {
    right: 20px;
}

.lightbox-prev:hover,
.lightbox-next:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.lightbox-caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

/* Make images clickable */
.content-image img,
.full-image-row img,
.col-image img,
.three-col-image img {
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.content-image img:hover,
.full-image-row img:hover,
.col-image img:hover,
.three-col-image img:hover {
    opacity: 0.9;
}

/* Project Intro */
.project-intro {
    background: #F5EFE7;
    padding: 60px 50px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.project-intro h1 {
    font-size: 48px;
    color: #6b3a3a;
    margin-bottom: 20px;
    font-family: 'Transforma Sans Medium', sans-serif;
}

.project-intro .subtitle {
    font-size: 18px;
    color: #7f8a63;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
    font-weight: 600;
}

.project-intro .description {
    font-size: 16px;
    color: #5A5A5A;
    line-height: 1.8;
    text-align: left;
}

/* Gallery Section - Images Fill Containers */
.gallery {
    background: #F5EFE7;
    padding: 0 50px 60px;
}

.gallery-row {
    display: grid;
    gap: 20px;
    margin-bottom: 20px;
}

.gallery-row.row-1 {
    grid-template-columns: 1fr;
}

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

.gallery-row.row-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
    background: transparent;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    max-width: 100%;
}

.gallery-item.full-width {
    grid-column: 1 / -1;
}

.gallery-item.full-width img {
    object-fit: contain;
}

/* Navigation Buttons */
.project-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 50px;
    background: #F5EFE7;
    gap: 20px;
}

.nav-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: white;
    border: 3px solid #6b3a3a;
    border-radius: 25px;
    color: #6b3a3a;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    transition: all 0.3s;
}

.nav-btn:hover {
    background: #6b3a3a;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(107, 58, 58, 0.3);
}

.arrow {
    font-size: 18px;
    font-weight: bold;
}

/* Footer */
.footer {
    background: linear-gradient(135deg, #44515c 0%, #333f49 100%);
    color: white;
    padding: 60px 50px 30px;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-brand {
    text-align: left;
}

.footer-title {
    font-family: 'Transforma Sans Medium', sans-serif;
    font-size: 28px;
    margin-bottom: 8px;
    color: white;
}

.footer-tagline {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Montserrat', sans-serif;
}

.footer-cta {
    display: flex;
    justify-content: center;
}

.footer-btn {
    background: white;
    border: 4px solid #44515c;
    color: #44515c;
    padding: 14px 32px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.3s;
    display: inline-block;
}

.footer-btn:hover {
    background: #44515c;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(68, 81, 92, 0.3);
}

.footer-social {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}

.social-icon {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.3s;
    text-decoration: none;
}

.social-icon:hover {
    background: white;
    color: #6b3a3a;
    transform: translateY(-3px);
}

.social-icon svg {
    width: 20px;
    height: 20px;
}

.footer-links {
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: white;
}

.footer-separator {
    margin: 0 12px;
    color: rgba(255, 255, 255, 0.4);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 30px;
    text-align: center;
}

.footer-bottom p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Montserrat', sans-serif;
}

/* Responsive */
@media (max-width: 968px) {
    /* Show hamburger menu on tablet and mobile */
    .hamburger {
        display: flex;
    }

    /* Hide desktop navigation */
    .nav.desktop-nav {
        display: none !important;
    }

    /* Show mobile menu */
    .mobile-menu {
        display: flex;
    }

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

    .footer {
        padding: 40px 30px 20px;
    }

    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 30px;
    }

    .footer-brand {
        text-align: center;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-title {
        font-size: 24px;
    }

    .instagram-section {
        padding: 60px 30px;
    }

    .instagram-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .instagram-subtitle {
        font-size: 36px;
    }

    .instagram-feed-single {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    body {
        background: #F5EFE7;
        padding: 0;
        min-height: 100vh;
    }

    .container {
        border-radius: 0;
        box-shadow: none;
    }

    .header {
        border-radius: 0;
        padding: 20px 20px;
    }

    .hero-image-section {
        height: 400px;
    }

    .info-banner {
        font-size: 12px;
        padding: 15px;
    }

    .contact-content {
        padding: 50px 20px;
    }

    .contact-grid {
        gap: 40px;
    }

    .contact-section-title {
        font-size: 28px;
        margin-bottom: 25px;
    }

    .form-group label {
        font-size: 13px;
    }

    .form-group input,
    .form-group textarea {
        padding: 12px;
        font-size: 14px;
    }

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

    .contact-submit-btn {
        padding: 14px 32px;
        font-size: 14px;
    }

    .contact-info-card {
        padding: 20px;
        gap: 15px;
    }

    .contact-info-icon {
        width: 45px;
        height: 45px;
    }

    .contact-info-content h3 {
        font-size: 16px;
    }

    .contact-info-content p {
        font-size: 14px;
    }

    .instagram-section {
        padding: 50px 20px;
    }

    .instagram-container {
        gap: 40px;
    }

    .instagram-text {
        padding-bottom: 80px;
    }

    .instagram-title {
        font-size: 18px;
    }

    .instagram-subtitle {
        font-size: 36px;
    }

    .instagram-description {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .instagram-follow-btn {
        padding: 12px 28px;
        font-size: 14px;
    }

    .instagram-feed-single {
        max-width: 100%;
    }

    .footer {
        padding: 40px 20px 20px;
        border-radius: 0;
    }

    .footer-title {
        font-size: 22px;
    }

    .footer-tagline {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .logo-circle {
        width: 60px;
        height: 60px;
        border-width: 3px;
    }

    .hero-image-section {
        height: 300px;
    }

    .info-banner {
        font-size: 11px;
        padding: 12px;
    }

    .contact-content {
        padding: 40px 20px;
    }

    .contact-section-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .contact-form {
        gap: 20px;
    }

    .form-group label {
        font-size: 12px;
    }

    .form-group input,
    .form-group textarea {
        padding: 10px;
        font-size: 13px;
    }

    .contact-submit-btn {
        padding: 12px 28px;
        font-size: 13px;
    }

    .contact-info-card {
        padding: 18px;
    }

    .contact-info-icon {
        width: 40px;
        height: 40px;
    }

    .contact-info-content h3 {
        font-size: 15px;
    }

    .contact-info-content p {
        font-size: 13px;
    }

    .instagram-section {
        padding: 40px 20px;
    }

    .instagram-container {
        gap: 35px;
    }

    .instagram-text {
        padding-bottom: 70px;
    }

    .instagram-title {
        font-size: 16px;
    }

    .instagram-subtitle {
        font-size: 28px;
    }

    .instagram-description {
        font-size: 13px;
    }

    .instagram-follow-btn {
        padding: 10px 24px;
        font-size: 13px;
    }

    .mobile-menu-item {
        padding: 18px 20px;
    }

    .footer-bottom p {
        font-size: 12px;
    }
}