/* =========================
   RESET
========================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


html {
    scroll-behavior: smooth;
}


body {
    font-family: 'Montserrat', sans-serif;
    color: #1f2420;
    background: #f5f2ea;
    line-height: 1.6;
}



/* =========================
   NAVIGATION
========================= */

header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}


.navbar {
    max-width: 1250px;
    margin: auto;
    padding: 28px 35px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}


.logo {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    letter-spacing: 5px;
    color: white;
    font-weight: 600;
}


.logo span {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 8px;
    letter-spacing: 3px;
    margin-top: -4px;
}


.nav-links {
    display: flex;
    gap: 35px;
}


.nav-links a {
    color: white;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 1px;
    transition: 0.3s;
}


.nav-links a:hover {
    opacity: 0.65;
}


.nav-button {
    text-decoration: none;
    color: white;
    border: 1px solid rgba(255,255,255,0.7);

    padding: 11px 20px;

    font-size: 11px;
    letter-spacing: 1px;

    transition: 0.3s;
}


.nav-button:hover {
    background: white;
    color: #1f2420;
}



/* =========================
   HERO
========================= */

.hero {
    min-height: 650px;

    position: relative;

    display: flex;
    align-items: center;

    background:
        url("phils-building.jpg")
        center/cover no-repeat;
}


.hero-overlay {

    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(16, 24, 19, 0.88),
            rgba(16, 24, 19, 0.55),
            rgba(16, 24, 19, 0.25)
        );
}


.hero-content {

    position: relative;
    z-index: 2;

    max-width: 1250px;
    width: 100%;

    margin: auto;

    padding: 100px 35px 40px;
}


.eyebrow,
.section-label {

    font-size: 10px;

    letter-spacing: 3px;

    font-weight: 700;

    color: #b9935a;

    margin-bottom: 20px;
}


.hero h1 {

    font-family: 'Playfair Display', serif;

    color: white;

    font-size: clamp(55px, 7vw, 92px);

    line-height: 0.95;

    font-weight: 500;

    max-width: 800px;
}


.hero h1 em {

    color: #d6b174;

    font-weight: 500;
}


.hero-text {

    color: rgba(255,255,255,0.85);

    max-width: 520px;

    margin-top: 25px;

    font-size: 15px;
}


.hero-buttons {

    display: flex;

    gap: 14px;

    margin-top: 35px;

    flex-wrap: wrap;
}



/* =========================
   BUTTONS
========================= */

.btn {

    display: inline-block;

    text-decoration: none;

    padding: 15px 25px;

    font-size: 11px;

    font-weight: 600;

    letter-spacing: 1px;

    transition: 0.3s;
}


.primary-btn {

    background: #b9935a;

    color: white;
}


.primary-btn:hover {

    background: #9f7b46;

    transform: translateY(-2px);
}


.secondary-btn {

    border: 1px solid rgba(255,255,255,0.65);

    color: white;
}


.secondary-btn:hover {

    background: white;

    color: #1f2420;
}


.dark-btn {

    border-color: #1f2420;

    color: #1f2420;
}


.dark-btn:hover {

    background: #1f2420;

    color: white;
}



/* =========================
   QUICK INFO
========================= */

.quick-info {

    max-width: 1100px;

    margin: -45px auto 0;

    position: relative;

    z-index: 5;

    background: white;

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}


.quick-card {

    padding: 28px;

    display: flex;

    align-items: center;

    gap: 16px;

    border-right: 1px solid #e7e3da;
}


.quick-card:last-child {
    border-right: none;
}


.quick-icon {
    font-size: 25px;
}


.quick-card h3 {

    font-family: 'Playfair Display', serif;

    font-size: 19px;

    font-weight: 600;
}


.quick-card p {

    font-size: 11px;

    color: #666;

    margin-top: 2px;
}



/* =========================
   ABOUT
========================= */

.about {

    max-width: 1150px;

    margin: auto;

    padding: 110px 35px;

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 85px;

    align-items: center;
}


.about-image img {

    width: 100%;

    height: 420px;

    object-fit: cover;
}


.about-content h2,
.services h2,
.why-us h2,
.contact h2 {

    font-family: 'Playfair Display', serif;

    font-size: clamp(40px, 4vw, 58px);

    font-weight: 500;

    line-height: 1.1;

    margin-bottom: 25px;
}


.about-content p:not(.section-label) {

    color: #666;

    margin-bottom: 15px;

    font-size: 14px;

    max-width: 500px;
}


.text-link {

    display: inline-block;

    margin-top: 10px;

    text-decoration: none;

    color: #a57d45;

    font-weight: 600;

    font-size: 12px;
}



/* =========================
   SERVICES
========================= */

.services {

    background: #1f2420;

    color: white;

    padding: 90px 35px;
}


.services-header {

    text-align: center;

    margin-bottom: 50px;
}


.services h2 {

    margin-bottom: 0;
}


.service-grid {

    max-width: 1100px;

    margin: auto;

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 18px;
}


.service-card {

    border: 1px solid rgba(255,255,255,0.15);

    padding: 35px 25px;

    min-height: 230px;

    transition: 0.3s;
}


.service-card:hover {

    transform: translateY(-5px);

    border-color: #b9935a;
}


.service-icon {

    font-size: 28px;

    margin-bottom: 22px;
}


.service-card h3 {

    font-family: 'Playfair Display', serif;

    font-size: 22px;

    margin-bottom: 12px;
}


.service-card p {

    font-size: 12px;

    color: rgba(255,255,255,0.65);

    line-height: 1.7;
}



/* =========================
   WHY US
========================= */

.why-us {

    max-width: 1150px;

    margin: auto;

    padding: 100px 35px;

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 100px;

    align-items: center;
}


.why-content > p:not(.section-label) {

    color: #666;

    max-width: 480px;

    font-size: 14px;
}


.why-points {

    display: flex;

    flex-direction: column;

    gap: 25px;
}


.why-point {

    display: flex;

    gap: 20px;

    padding-bottom: 22px;

    border-bottom: 1px solid #ddd;
}


.why-point span {

    color: #b9935a;

    font-weight: bold;

    font-size: 13px;
}


.why-point h3 {

    font-family: 'Playfair Display', serif;

    font-size: 21px;

    margin-bottom: 4px;
}


.why-point p {

    font-size: 12px;

    color: #666;
}



/* =========================
   CONTACT
========================= */

.contact {

    background: #e8e3d8;

    padding: 90px 35px;

    text-align: center;
}


.contact-content {

    max-width: 750px;

    margin: auto;
}


.contact h2 {

    margin-bottom: 15px;
}


.contact-content > p {

    color: #666;

    font-size: 14px;
}


.contact-buttons {

    margin-top: 30px;

    display: flex;

    justify-content: center;

    gap: 12px;

    flex-wrap: wrap;
}


.address {

    margin-top: 35px;

    font-size: 13px;
}


.address strong {

    font-family: 'Playfair Display', serif;

    font-size: 19px;
}


.address p {

    margin-top: 8px;
}



/* =========================
   FOOTER
========================= */

footer {

    background: #151916;

    color: white;

    text-align: center;

    padding: 55px 20px;
}


.footer-logo {

    font-family: 'Playfair Display', serif;

    font-size: 30px;

    letter-spacing: 5px;
}


.footer-logo span {

    display: block;

    font-family: 'Montserrat', sans-serif;

    font-size: 8px;

    letter-spacing: 3px;

    margin-top: 2px;

    color: #b9935a;
}


footer > p {

    margin-top: 18px;

    font-size: 11px;

    color: rgba(255,255,255,0.55);
}


.copyright {

    margin-top: 25px;

    font-size: 10px;
}



/* =========================
   MOBILE
========================= */

@media (max-width: 850px) {


    .navbar {

        padding: 20px;

    }


    .nav-links {

        display: none;

    }


    .nav-button {

        padding: 9px 13px;

    }


    .logo {

        font-size: 23px;

    }


    .hero {

        min-height: 620px;

    }


    .hero-content {

        padding: 120px 25px 60px;

    }


    .quick-info {

        grid-template-columns: 1fr;

        margin: 0;

    }


    .quick-card {

        border-right: none;

        border-bottom: 1px solid #e7e3da;

    }


    .about {

        grid-template-columns: 1fr;

        gap: 45px;

        padding: 70px 25px;

    }


    .about-image img {

        height: 350px;

    }


    .service-grid {

        grid-template-columns: repeat(2, 1fr);

    }


    .why-us {

        grid-template-columns: 1fr;

        gap: 50px;

        padding: 70px 25px;

    }


}


@media (max-width: 550px) {


    .service-grid {

        grid-template-columns: 1fr;

    }


    .hero h1 {

        font-size: 52px;

    }


    .hero-buttons {

        flex-direction: column;

        align-items: flex-start;

    }


}
