.contact-hero {
    position: relative;
    padding: 180px 0 120px;
    background-color: #0d0d0d;
    background-image: linear-gradient(rgba(13, 13, 13, 0.8), rgba(13, 13, 13, 0.9)), 
                      url('../public/cbg.jpg'); /* Use a blurred office or studio shot */
    background-size: cover;
    background-position: center;
    color: #fff;
    overflow: hidden;
    min-height: 80vh;
    display: flex;
    align-items: center;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}
/* Subtle Grid Pattern */
.hero-bg-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-image: radial-gradient(rgba(194, 147, 92, 0.1) 1px, transparent 1px);
    background-size: 40px 40px;
}

.contact-hero-flex {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    position: relative;
    z-index: 5;
}

.hero-tag {
    color: #c2935c;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 0.8rem;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
}

.contact-hero h1 {
    font-size: 3.8rem;
    font-family: 'Playfair Display', serif;
    line-height: 1.1;
    margin-bottom: 25px;
    font-weight: 800;
}

.hero-divider {
    width: 60px;
    height: 4px;
    background: #c2935c;
    margin-bottom: 30px;
}

.contact-hero h3 {
    font-size: 1.8rem;
    color: #eee;
    margin-bottom: 20px;
    font-weight: 400;
}

.contact-hero p {
    font-size: 1.1rem;
    color: #aaa;
    line-height: 1.7;
    max-width: 550px;
    margin-bottom: 40px;
}

.hero-contact-quick {
    display: flex;
    gap: 30px;
}

.quick-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.q-icon {
    font-size: 1.4rem;
    color: #c2935c;
}

.quick-item p {
    margin-bottom: 0;
    font-size: 0.9rem;
    color: #fff;
}

/* Glassmorphism Badge on Right */
.glass-contact-badge {
    position: relative;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

.badge-ring {
    position: absolute;
    width: 340px;
    height: 340px;
    border: 1px dashed rgba(194, 147, 92, 0.3);
    border-radius: 50%;
    animation: rotate 20s linear infinite;
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.badge-content {
    text-align: center;
}

.b-title {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #c2935c;
}

.b-text {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #888;
}

/* --- ANIMATION CLASSES --- */
.reveal-left { animation: slideInLeft 1s ease forwards; }
.reveal-bottom { animation: slideInUp 1s ease forwards; animation-delay: 0.3s; opacity: 0; }
.reveal-bottom-delay { animation: slideInUp 1s ease forwards; animation-delay: 0.5s; opacity: 0; }
.reveal-bottom-delay-2 { animation: slideInUp 1s ease forwards; animation-delay: 0.7s; opacity: 0; }
.reveal-right { animation: slideInRight 1.2s ease forwards; }

@keyframes slideInLeft {
    from { transform: translateX(-50px); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}

@keyframes slideInUp {
    from { transform: translateY(30px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

@keyframes slideInRight {
    from { transform: translateX(50px); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}

/* Mobile Responsiveness */
@media (max-width: 992px) {
    .contact-hero-flex { grid-template-columns: 1fr; text-align: center; }
    .hero-divider, .glass-contact-badge { margin: 0 auto; }
    .contact-hero h1 { font-size: 2.5rem; }
    .hero-contact-quick { justify-content: center; }
    .glass-contact-badge { margin-top: 50px; }
}






.studio-contact-info {
    padding: 120px 0;
    background-color: #0a0a0a; /* Darker, richer black */
    color: #fff;
    position: relative;
    overflow: hidden;
}

.studio-info-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 100px;
    position: relative;
    z-index: 2;
}

/* Left Side Styling */
.studio-statement {
    flex: 1;
    max-width: 450px;
}

.studio-statement h2 {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    line-height: 1.2;
    margin: 20px 0;
}

.gold-text {
    color: #c2935c;
    font-style: italic;
}

.studio-statement p {
    color: #888;
    font-size: 1.1rem;
    line-height: 1.6;
}

/* Watermark in background */
.studio-logo-watermark {
    position: absolute;
    bottom: -50px;
    left: -20px;
    font-size: 12rem;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.02);
    pointer-events: none;
    user-select: none;
}

/* Right Side Styling (List) */
.studio-contact-list {
    flex: 1.2;
}

.info-row {
    display: flex;
    border-bottom: 1px solid #222;
    padding: 30px 0;
    transition: all 0.3s ease;
}

.info-row:first-child { border-top: 1px solid #222; }

.info-row:hover {
    border-color: #c2935c;
}

.info-label {
    flex: 0.4;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 2px;
    color: #c2935c;
    font-weight: 700;
}

.info-value {
    flex: 1;
}

.info-value a, .info-value p {
    font-size: 1.2rem;
    color: #fff;
    text-decoration: none;
    margin: 0;
    display: block;
}

.info-value a:hover {
    color: #c2935c;
}

.info-sub {
    display: block;
    font-size: 0.85rem;
    color: #666;
    margin-top: 8px;
}

/* Special styling for WhatsApp row */
.info-row.highlighted .info-value a {
    color: #c2935c;
    font-weight: 600;
}
/* SECTION BASE */
.studio-contact-info.reveal-contact {
    opacity: 0;
    transform: translateY(80px);
    transition: all 1s ease;
}

.studio-contact-info.active {
    opacity: 1;
    transform: translateY(0);
}

/* LEFT SIDE (TEXT BLOCK) */
.studio-statement {
    opacity: 0;
    transform: translateX(-60px);
    transition: all 1s ease;
}

.studio-contact-info.active .studio-statement {
    opacity: 1;
    transform: translateX(0);
}

/* TEXT STAGGER */
.studio-statement > * {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
}

.studio-contact-info.active .studio-statement > * {
    opacity: 1;
    transform: translateY(0);
}

.studio-contact-info.active .eyebrow { transition-delay: 0.2s; }
.studio-contact-info.active h2 { transition-delay: 0.4s; }
.studio-contact-info.active p { transition-delay: 0.6s; }

/* WATERMARK FADE */
.studio-logo-watermark {
    opacity: 0;
    transform: scale(0.8);
    transition: all 1s ease;
}

.studio-contact-info.active .studio-logo-watermark {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.8s;
}

/* RIGHT SIDE (CONTACT LIST) */
.studio-contact-list {
    opacity: 0;
    transform: translateX(60px);
    transition: all 1s ease;
}

.studio-contact-info.active .studio-contact-list {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.3s;
}

/* ROW STAGGER */
.info-row {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease;
}

.studio-contact-info.active .info-row:nth-child(1) { opacity: 1; transform: translateY(0); transition-delay: 0.4s; }
.studio-contact-info.active .info-row:nth-child(2) { opacity: 1; transform: translateY(0); transition-delay: 0.5s; }
.studio-contact-info.active .info-row:nth-child(3) { opacity: 1; transform: translateY(0); transition-delay: 0.6s; }
.studio-contact-info.active .info-row:nth-child(4) { opacity: 1; transform: translateY(0); transition-delay: 0.7s; }
.studio-contact-info.active .info-row:nth-child(5) { opacity: 1; transform: translateY(0); transition-delay: 0.8s; }

/* HOVER MICRO INTERACTION */
.info-row:hover {
    transform: translateX(5px);
}
/* --- MOBILE RESPONSIVE --- */
@media (max-width: 992px) {
    .studio-info-wrapper {
        flex-direction: column;
        gap: 60px;
    }
    
    .studio-statement h2 {
        font-size: 2.2rem;
    }

    .info-row {
        flex-direction: column;
        gap: 10px;
    }

    .info-label {
        margin-bottom: 5px;
    }
}




.studio-contact-form {
    padding: 80px 0 120px;
    background-color: #0a0a0a;
    font-family: 'Poppins', sans-serif;
}

.form-wrapper {
    max-width: 900px;
    margin: 0 auto;
    background: #111;
    padding: 60px;
    border: 1px solid #222;
    position: relative;
}

.form-header {
    text-align: center;
    margin-bottom: 50px;
}

.form-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem;
    color: #fff;
    margin-bottom: 10px;
}

.form-header p {
    color: #666;
    font-size: 0.95rem;
    letter-spacing: 1px;
}

/* Form Layout */
.input-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-bottom: 25px;
}

.input-group input, 
.input-group select, 
.input-group textarea {
    width: 100%;
    background: #161616;
    border: 1px solid #222;
    padding: 18px 20px;
    color: #fff;
    font-size: 0.95rem;
    border-radius: 4px;
    outline: none;
    transition: all 0.3s ease;
}

/* Custom styling for Select dropdown */
.input-group select {
    appearance: none;
    cursor: pointer;
}

.input-group input:focus, 
.input-group select:focus, 
.input-group textarea:focus {
    border-color: #c2935c;
    background: #1a1a1a;
    box-shadow: 0 0 15px rgba(194, 147, 92, 0.1);
}

.full-width {
    grid-column: span 2;
}

/* Submit Button */
.form-submit {
    text-align: center;
    margin-top: 40px;
}

.submit-btn {
    background: #c2935c;
    color: #000;
    border: none;
    padding: 18px 50px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.4s ease;
    display: inline-flex;
    align-items: center;
    gap: 15px;
}

.submit-btn:hover {
    background: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

.submit-btn .arrow {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.submit-btn:hover .arrow {
    transform: translateX(5px);
}

/* Responsive Fix */
@media (max-width: 768px) {
    .form-wrapper { padding: 40px 20px; }
    .input-grid { grid-template-columns: 1fr; }
    .full-width { grid-column: span 1; }
    .form-header h2 { font-size: 2.2rem; }
}







.cta-section {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), 
                url('../public/ghb.png'); /* Use a dark architectural/studio photo */
    background-size: cover;
    background-position: center;
    padding: 80px 20px;
    text-align: center;
    color: #ffffff;
    border-top: 1px solid rgba(193, 155, 108, 0.3); /* Subtle gold border */
}

.cta-container {
    max-width: 1000px;
    margin: 0 auto;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.03);
    padding: 50px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.cta-title span {
    color: #c19b6c; /* Match your gold branding */
    font-style: italic;
}

.cta-description {
    font-size: 1.1rem;
    color: #cccccc;
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

.cta-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Button Styles */
.btn {
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn-primary {
    background-color: #c19b6c;
    color: #000;
}

.btn-primary:hover {
    background-color: #a6835a;
    transform: translateY(-3px);
}

.btn-outline {
    background: transparent;
    border: 1px solid #c19b6c;
    color: #c19b6c;
}

.btn-outline:hover {
    background: rgba(193, 155, 108, 0.1);
}

.btn-whatsapp {
    background-color: #c19b6c;
    color: #fff;
}

.btn-whatsapp:hover {
    filter: brightness(1.1);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .cta-title { font-size: 2rem; }
    .cta-actions { flex-direction: column; align-items: stretch; }
}