body {
    font-family: "Helvetica Neue", Arial, sans-serif;
    background-color: #ffffff;
    /* Clean white background */
    color: #111;
    line-height: 1.6;
    margin: 0;
    min-height: 100vh;
}


/* 1. The Hero Header */

.hero-section {
    background-color: #b07d4a;
    /* A more muted, sophisticated 'peru' */
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    margin-bottom: 50px;
    /* Removed the 120vw and border-radius for a cleaner look */
}

.hero-text h1 {
    font-size: 3rem;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 10px;
}

main {
    /* Adjust '100px' to the actual height of your header */
    padding-top: 100px;
    padding-bottom: 80px;
    /* Space for the footer */
}


/* 2. The Content Layout */

.contact-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 40px 20px;
    align-items: flex-start;
    height: 200vh;
    align-items: start;
}

.image-box {
    flex: 1;
}

.image-box img {
    width: 60vw;
    filter: grayscale(20%);
    /* Adds a moody, branded feel */
    display: block;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
}

.info-box {
    flex: 1;
}

.info-group {
    margin-bottom: 30px;
    height: 6rem;
}

.info-group h3 {
    text-transform: uppercase;
    font-size: 1.1rem;
    letter-spacing: 2px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 10px;
    color: #333;
}

.info-group p,
address {
    font-style: normal;
    font-size: 1rem;
    color: #555;
}


/* Mobile Responsive */

@media (max-width: 768px) {
    .contact-container {
        flex-direction: column;
    }
}

.footer-placeholder {
    height: 0;
    margin-bottom: 120rem;
    margin-top: 120vh;
}

footer-placeholder {
    height: 0;
    margin-bottom: 120rem;
    margin-top: 120vh;
}