/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; }
html { font-size: 16px; scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    color: #111;
    line-height: 1.6;
    overflow-x: hidden;
}
a { text-decoration: none; color: inherit; }
ul { list-style: none; padding: 0; margin: 0; }
h1, h2, h3, h4, h5, h6 { font-family: 'Roboto', sans-serif; margin: 0; }
img { max-width: 100%; height: auto; display: block; }

/* ===== CONTAINER ===== */
.u-sheet {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}
.u-sheet-1 { max-width: 1140px; }

/* ===== PALETTE COLORS ===== */
.u-palette-1-base { background-color: #34421e; color: #fff; }
.u-palette-1-dark-1 { color: #1a2b0a; }
.u-text-palette-1-base { color: #34421e; }
.u-text-palette-1-dark-1 { color: #1a2b0a; }
.u-palette-3-base { background-color: #b1a58a; color: #fff; }
.u-text-palette-3-base { color: #b1a58a; }
.u-palette-4-light-3 { background-color: #d9d0c1; }
.u-palette-5-dark-3 { background-color: #1a2b0a; }
.u-grey-5 { background-color: #f2f2f2; }
.u-white { background-color: #fff; }

/* ===== HEADER ===== */
.u-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(255,255,255,0.97);
    border-bottom: 1px solid #eaeaea;
    transition: box-shadow 0.3s;
}
.u-header.scrolled { box-shadow: 0 2px 20px rgba(0,0,0,0.1); }
.u-header .u-sheet-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 72px;
}
.u-headline a {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a2b0a;
    letter-spacing: 1px;
}
.u-nav-container ul {
    display: flex;
    gap: 25px;
}
.u-nav-container li a {
    font-size: 0.875rem;
    font-weight: 500;
    color: #444;
    padding: 8px 0;
    transition: color 0.3s;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.u-nav-container li a:hover,
.u-nav-container li a.active {
    color: #34421e;
}
.menu-collapse { display: none; }
.menu-collapse a svg {
    width: 28px;
    height: 28px;
    fill: #333;
}

/* ===== SECTION 1: HERO ===== */
.u-section-1 {
    background: url('https://images03.nicepage.com/c461c07a441a5d220e8feb1a/d1a38628763f5bb8bb506d2f/01.jpg') center/cover no-repeat;
    min-height: 652px;
    display: flex;
    align-items: center;
    padding-top: 72px;
}
.u-section-1 .u-sheet-1 { min-height: 652px; display: flex; align-items: center; justify-content: flex-start; padding: 0; }
.u-section-1 .u-group-1 {
    width: auto;
    min-height: 540px;
    background: transparent;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
.u-section-1 .u-text-1 {
    font-size: 4.5rem;
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
    margin: 0 0 30px 30px;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
    text-align: left;
}
.u-section-1 .u-text-2 {
    font-size: 1.25rem;
    color: #fff;
    margin: 0 0 40px 30px;
    line-height: 1.8;
    max-width: 500px;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
    text-align: left;
}

/* ===== SECTION 2: IMAGE GALLERY ===== */
.u-section-2 {
    background: #34421e;
    padding: 50px 0 35px;
}
.u-section-2 .u-layout-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}
.u-section-2 .u-image {
    min-height: 284px;
    background-size: cover;
    background-position: center;
}
.u-section-2 .u-image-1 { background-image: url('https://images03.nicepage.com/c461c07a441a5d220e8feb1a/50ac257d00fc5a65a23a6402/1.jpg'); }
.u-section-2 .u-image-2 { background-image: url('https://images03.nicepage.com/c461c07a441a5d220e8feb1a/141ac024456b585dbfd32f82/Untitled1.jpg'); }
.u-section-2 .u-image-3 { background-image: url('https://images03.nicepage.com/c461c07a441a5d220e8feb1a/ecae0d40d27a54499f983d9a/2.jpg'); }

/* ===== SECTION 3: DREAM HOUSE ===== */
.u-section-3 { padding: 50px 0; }
.u-section-3 .u-group-center {
    text-align: center;
    max-width: 962px;
    margin: 0 auto 28px;
    padding: 20px;
}
.u-section-3 .u-text-1 { font-size: 3.75rem; font-weight: 700; color: #1a2b0a; }
.u-layout-wrap-3 .u-layout-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.u-layout-wrap-3 .u-image-4 {
    min-height: 602px;
    background: url('https://images03.nicepage.com/c461c07a441a5d220e8feb1a/26808816019b5b5ca69310f6/4f00076946b4093289669f43c543b590.jpg') center 100%/cover no-repeat;
}
.u-layout-wrap-3 .u-layout-cell {
    background: #1a2b0a;
    padding: 60px;
    display: flex;
    align-items: center;
}
.u-layout-wrap-3 .u-container-layout-3 { max-width: 500px; }
.u-layout-wrap-3 .u-text-2 { font-size: 1.75rem; color: #b1a58a; margin-bottom: 20px; }
.u-layout-wrap-3 .u-text-3 { color: #b1a58a; margin-bottom: 20px; line-height: 1.8; }
.u-link-1 {
    color: #b1a58a;
    border-bottom: 1px solid #b1a58a;
    padding-bottom: 2px;
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 1px;
    transition: opacity 0.3s;
}
.u-link-1:hover { opacity: 0.7; }

/* ===== SECTION 4: DESIGN CHALLENGE ===== */
.u-section-4 { padding: 75px 0; }
.u-section-4 .u-group-center-2 {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 0 60px;
}
.u-section-4 .u-text-1 { font-size: 2.5rem; color: #34421e; margin-bottom: 20px; }
.u-section-4 .u-text-2 { font-size: 1rem; color: #555; line-height: 1.8; }

/* ===== SECTION 5: WHAT WE DO ===== */
.u-section-5 {
    background: #b1a58a;
    padding: 65px 0;
}
.u-section-5 .u-layout-wrap-5 .u-layout-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.u-layout-cell-5-left {
    background: #fff;
    padding: 60px;
    display: flex;
    align-items: center;
}
.u-container-layout-5 { max-width: 450px; }
.u-layout-cell-5-left .u-text-1 { font-size: 1.75rem; color: #34421e; margin-bottom: 20px; }
.u-layout-cell-5-left .u-text-2 { color: #34421e; margin-bottom: 20px; line-height: 1.8; }
.u-link-2 {
    color: #34421e;
    border-bottom: 1px solid #34421e;
    padding-bottom: 2px;
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 1px;
}
.u-layout-cell-5-right { display: flex; flex-direction: column; }
.u-layout-row-5 { display: grid; grid-template-columns: 1fr 1fr; flex: 1; }
.u-layout-row-5 .u-image {
    min-height: 301px;
    background-size: cover;
    background-position: center;
}
.u-image-5 { background-image: url('https://images03.nicepage.com/c461c07a441a5d220e8feb1a/594bb6d5e63f5b67905f15c8/Untitled5.jpg'); }
.u-image-6 { background-image: url('https://images03.nicepage.com/c461c07a441a5d220e8feb1a/b6e81760880b5bd5921c9ae5/33dee2efdaae64632514e4942754b400.jpg'); }
.u-image-7 { background-image: url('https://images03.nicepage.com/c461c07a441a5d220e8feb1a/a15457353d0d52ed9542a0e1/d39717eb731b7ff9448aeffca445f15d.jpg'); }
.u-image-8 { background-image: url('https://images03.nicepage.com/c461c07a441a5d220e8feb1a/3c8a13c6cb3552f3adcb6eb5/8a209396-a5e6-d5fa-cdbb-6f3377184622.jpg'); background-position: 50% 0%; }

/* ===== SECTION 6: ICONS ===== */
.u-section-6 {
    background: #34421e;
    padding: 55px 0;
}
.u-layout-wrap-6 .u-layout-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
}
.u-layout-cell-icon {
    text-align: center;
    color: #fff;
}
.u-container-layout-icon { padding: 25px 10px; }
.u-icon svg {
    width: 64px;
    height: 64px;
    fill: #fff;
}
.u-layout-cell-icon h3 {
    font-size: 1.25rem;
    margin-top: 30px;
    font-weight: 500;
    letter-spacing: 1px;
}

/* ===== SECTION 7: QUOTE ===== */
.u-section-7 {
    background: #f2f2f2;
    padding: 55px 0;
}
.u-section-7 .u-group-expanded {
    padding: 0 10px;
}
.u-section-7 .u-text-1 {
    font-size: 2.25rem;
    font-weight: 400;
    color: #333;
    line-height: 1.4;
    max-width: 900px;
}

/* ===== SECTION 8: PROJECT LINKS ===== */
.u-section-8 { padding: 55px 0; }
.u-layout-wrap-8 .u-layout-row {
    display: grid;
    grid-template-columns: 23fr 37fr;
}
.u-layout-cell-links {
    display: flex;
    align-items: center;
    padding-left: 20px;
}
.u-container-layout-links { display: flex; flex-direction: column; gap: 20px; }
.u-link-8 {
    text-transform: uppercase;
    font-size: 1.125rem;
    font-weight: 500;
    color: #333;
    transition: color 0.3s;
    letter-spacing: 0.5px;
}
.u-link-8:hover { color: #34421e; }
.u-image-9 {
    min-height: 435px;
    background: url('https://images03.nicepage.com/c461c07a441a5d220e8feb1a/d5ccae3eb6635409ac756906/Untitled1.jpg') 0% 50%/cover no-repeat;
}

/* ===== SECTION 9: PARALLAX ===== */
.u-section-9 {
    min-height: 497px;
    background: url('https://images03.nicepage.com/c461c07a441a5d220e8feb1a/540b7a5d622a58d3b2839b91/914aa6b8-5f20-9b36-d55e-5ce4743e9452.jpg') center/cover no-repeat;
    background-attachment: fixed;
}

/* ===== SECTION 10: GOOD WORK ===== */
.u-section-10 { padding: 50px 0; }
.u-section-10 .u-group-center {
    text-align: center;
    max-width: 962px;
    margin: 0 auto 28px;
    padding: 20px;
}
.u-section-10 .u-text-1 { font-size: 3.75rem; font-weight: 700; color: #1a2b0a; }
.u-layout-wrap-10 .u-layout-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.u-layout-wrap-10 .u-image-10 {
    min-height: 602px;
    background: url('https://images03.nicepage.com/c461c07a441a5d220e8feb1a/78402318915c5dba99fba050/Untitled2.jpg') center 100%/cover no-repeat;
}
.u-layout-wrap-10 .u-layout-cell {
    background: #1a2b0a;
    padding: 60px;
    display: flex;
    align-items: center;
}
.u-container-layout-10 { max-width: 500px; }
.u-image-circle {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    background: url('https://images03.nicepage.com/c461c07a441a5d220e8feb1a/505b2f3730a85585a18aa4ff/Untitled5.jpg') center/cover no-repeat;
    margin-bottom: 28px;
}
.u-layout-wrap-10 .u-text-2 { font-size: 1.75rem; color: #b1a58a; margin-bottom: 20px; }
.u-layout-wrap-10 .u-text-3 { color: #b1a58a; margin-bottom: 20px; line-height: 1.8; }

/* ===== SECTION 11: CTA ===== */
.u-section-11 {
    background: #d9d0c1;
    padding: 25px 0;
}
.u-section-11 .u-group-center-2 {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 60px;
}
.u-section-11 .u-text-1 {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}
.u-section-11 .u-text-2 {
    color: #555;
    margin-bottom: 30px;
    line-height: 1.8;
}
.u-btn-1 {
    display: inline-block;
    padding: 12px 40px;
    border: 1px solid #555;
    color: #555;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.875rem;
    letter-spacing: 1px;
    transition: all 0.3s;
    background: transparent;
}
.u-btn-1:hover {
    background: #34421e;
    border-color: #34421e;
    color: #fff;
}

/* ===== FOOTER ===== */
.u-footer {
    background: #34421e;
    color: #fff;
    padding: 40px 0 0;
}
.u-footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.u-footer-col h4 {
    font-size: 1.125rem;
    margin-bottom: 20px;
    color: #b1a58a;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.u-footer-col p { font-size: 0.9rem; line-height: 1.8; color: #ccc; }
.u-footer-links li { margin-bottom: 10px; }
.u-footer-links a { color: #ccc; transition: color 0.3s; font-size: 0.9rem; }
.u-footer-links a:hover { color: #fff; }
.u-social-icons { display: flex; gap: 15px; }
.u-social-icon {
    width: 40px;
    height: 40px;
    border: 1px solid #b1a58a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b1a58a;
    font-size: 0.75rem;
    font-weight: 700;
    transition: all 0.3s;
}
.u-social-icon:hover {
    background: #b1a58a;
    color: #34421e;
}
.u-footer-bottom {
    text-align: center;
    padding: 20px 0;
    font-size: 0.85rem;
    color: #aaa;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1199px) {
    .u-section-1 { min-height: 639px; }
    .u-section-1 .u-group-1 { width: 503px; }
    .u-section-1 .u-text-1 { font-size: 6rem; }
    .u-section-3 .u-group-center { width: 793px; }
    .u-section-3 .u-text-1 { font-size: 3.75rem; }
    .u-layout-wrap-3 .u-image-4 { min-height: 494px; }
    .u-layout-wrap-3 .u-layout-cell { min-height: 494px; padding: 50px; }
    .u-layout-wrap-10 .u-image-10 { min-height: 494px; }
    .u-layout-wrap-10 .u-layout-cell { min-height: 494px; }
    .u-section-7 .u-text-1 { font-size: 2.25rem; }
    .u-section-9 { min-height: 407px; }
}
@media (max-width: 991px) {
    .u-section-1 { min-height: 632px; }
    .u-section-1 .u-group-1 { width: 445px; min-height: 493px; }
    .u-section-1 .u-text-1 { font-size: 4.5rem; }
    .u-section-2 .u-image { min-height: 222px; }
    .u-section-3 .u-group-center { width: 608px; }
    .u-layout-wrap-3 .u-layout-cell { padding: 31px; }
    .u-layout-wrap-5 .u-layout-cell-5-left { padding: 31px; }
    .u-layout-cell-5-right .u-image { min-height: 222px; }
    .u-layout-wrap-10 .u-image-10 { min-height: 600px; }
    .u-layout-wrap-10 .u-layout-cell { min-height: 600px; padding: 31px; }
    .u-image-circle { width: 106px; height: 106px; }
    .u-section-4 .u-group-center-2 { width: 720px; padding: 0 38px; }
    .u-section-7 .u-text-1 { font-size: 1.75rem; }
    .u-section-9 { min-height: 330px; }
    .u-section-11 .u-group-center-2 { width: 506px; padding: 0 31px; }
    .u-layout-wrap-6 .u-layout-row { gap: 15px; }
    .u-layout-wrap-6 .u-layout-row { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 767px) {
    .u-nav-container { display: none; }
    .menu-collapse { display: block; }
    .u-nav-container.active { display: block; position: absolute; top: 72px; left: 0; right: 0; background: #fff; border-bottom: 1px solid #eaeaea; padding: 20px; }
    .u-nav-container.active ul { flex-direction: column; gap: 10px; }
    .u-section-1 { min-height: 604px; }
    .u-section-1 .u-group-1 { width: 413px; }
    .u-section-2 .u-layout-row { grid-template-columns: 1fr; }
    .u-section-2 .u-image { min-height: 342px; }
    .u-section-3 .u-group-center { width: 100%; }
    .u-layout-wrap-3 .u-layout-row { grid-template-columns: 1fr; }
    .u-layout-wrap-3 .u-image-4 { min-height: 373px; }
    .u-layout-wrap-3 .u-layout-cell { padding: 50px; }
    .u-section-4 .u-group-center-2 { width: 100%; padding: 0 28px; }
    .u-layout-wrap-5 .u-layout-row { grid-template-columns: 1fr; }
    .u-layout-cell-5-left { min-height: 619px; padding: 50px; }
    .u-layout-cell-5-right .u-image { min-height: 342px; }
    .u-layout-wrap-8 .u-layout-row { grid-template-columns: 1fr; }
    .u-image-9 { min-height: 300px; }
    .u-layout-wrap-10 .u-layout-row { grid-template-columns: 1fr; }
    .u-layout-wrap-10 .u-image-10 { min-height: 373px; }
    .u-layout-wrap-10 .u-layout-cell { padding: 50px; }
    .u-footer-content { grid-template-columns: 1fr 1fr; }
    .u-section-11 .u-group-center-2 { width: 100%; padding: 0 15px; }
}
@media (max-width: 575px) {
    .u-section-1 { min-height: 629px; background-position: 15.2% 50%; }
    .u-section-1 .u-group-1 { width: 100%; min-height: 488px; padding-left: 0; }
    .u-section-1 .u-text-1 { font-size: 3.75rem; }
    .u-section-2 .u-image { min-height: 284px; }
    .u-section-3 .u-text-1 { font-size: 3rem; }
    .u-layout-wrap-3 .u-layout-cell { padding: 15px; }
    .u-section-4 .u-group-center-2 { padding: 0 18px; }
    .u-layout-cell-5-left { padding: 15px; }
    .u-layout-cell-5-right .u-image { min-height: 268px; }
    .u-section-6 .u-layout-wrap-6 .u-layout-row { grid-template-columns: 1fr 1fr; gap: 10px; }
    .u-layout-wrap-10 .u-layout-cell { padding: 15px; }
    .u-image-circle { width: 108px; height: 108px; }
    .u-footer-content { grid-template-columns: 1fr; }
    .u-section-8 .u-layout-cell-links { padding-left: 1px; }
    .u-link-8 { font-size: 1rem; }
}
