/* =========================================================
   RAYON WARI INTERIOR DESIGN STUDIO
   MINIMALIST KHAKI WEBSITE
========================================================= */

:root {
    /* KHAKI COLOR PALETTE */
    --background: #F9F7F4;
    --white: #FFFFFF;
    --soft: #E7DFD3;
    --beige: #D5C8B2;
    --taupe: #C3B091;
    --brown: #9A7F54;
    --dark: #796442;

    --text: #3D352A;
    --muted: #796F62;
    --line: #D5C8B2;

    --primary: #9A7F54;
    --primary-dark: #796442;
    --accent: #B19370;
    --cream: #F9F7F4;

    /* TYPOGRAPHY */
    --serif: "Playfair Display", Georgia, serif;
    --sans: "DM Sans", Arial, sans-serif;

    /* LAYOUT */
    --container: 1240px;
}


/* =========================================================
   RESET
========================================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 88px;
}

body {
    margin: 0;
    padding: 0;

    font-family: var(--sans);

    background: var(--background);
    color: var(--text);

    line-height: 1.6;

    overflow-x: hidden;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea,
select {
    font: inherit;
}

button {
    cursor: pointer;
}

.container {
    width: min(90%, var(--container));
    margin-inline: auto;
}

.section {
    padding: 100px 0;
}


/* =========================================================
   HEADER
========================================================= */

.header {
    width: 100%;
    height: 88px;

    position: sticky;
    top: 0;
    z-index: 1000;

    display: flex;
    align-items: center;

    /* KAKULAY NG DARK BACKGROUND NG LOGO */
    background: #ffffff;

    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
}
.nav-container {
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 25px;
}


/* =========================================================
   RAYON WARI LOGO
========================================================= */

.logo-brand {
    width: 105px;
    height: 80px;

    display: flex;
    align-items: center;
    justify-content: flex-start;

    flex-shrink: 0;
    overflow: visible;
}

.header-logo {
    width: 80px !important;
    height: auto !important;
    display: block;

    object-fit: contain;
    transform: none !important;
}

/* =========================================================
   NAVIGATION
========================================================= */

.nav {
    margin-left: auto;

    display: flex;
    align-items: center;

    gap: 32px;
}

.nav a {
    position: relative;
    padding: 8px 0;

    color: #080808;

    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.6px;

    transition: color 0.3s ease;
}

.nav a:hover,
.nav a.active {
    color: #c9a976;
}

.nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;

    width: 0;
    height: 1px;

    background: #D5C8B2;
    transition: width 0.3s ease;
}

.nav a:hover::after,
.nav a.active::after {
    width: 100%;
}


/* =========================================================
   LET'S TALK BUTTON
========================================================= */

.nav-btn {
    min-height: 40px;
    padding: 0 20px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #C3B091;
    background: transparent;
    color: #0c0c0b;

    font-size: 9px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.nav-btn:hover {
    background: #C3B091;
    color: #51453C;
}


/* =========================================================
   MOBILE MENU BUTTON
========================================================= */

.menu-btn {
    display: none;

    padding: 5px;

    border: 0;

    background: transparent;
    color: var(--text);

    font-size: 21px;
}


/* =========================================================
   HERO
========================================================= */

.hero {
    position: relative;
    min-height: 620px;

    display: flex;
    align-items: center;

    background:
        url("images/pic3.png")
        center center / cover no-repeat;

    overflow: hidden;
}

/* HERO LIGHT OVERLAY */

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;

    background: linear-gradient(
        90deg,
        rgba(249, 247, 244, 0.72) 0%,
        rgba(249, 247, 244, 0.62) 22%,
        rgba(249, 247, 244, 0.42) 38%,
        rgba(249, 247, 244, 0.20) 52%,
        rgba(249, 247, 244, 0.06) 70%,
        rgba(249, 247, 244, 0.00) 100%
    );
}


/* HERO INNER */

.hero-inner {
    position: relative;
    z-index: 2;

    width: 100%;
}


/* HERO TEXT CONTAINER */

.hero-content-box {
    width: 100%;
    max-width: 570px;

    padding: 75px 0;

    /* usog nang kaunti sa right */
    margin-left: 35px;
}


/* =========================================================
   HERO EYEBROW
========================================================= */

.eyebrow {
    margin-bottom: 25px;

    display: flex;
    align-items: center;

    gap: 14px;
}

.eyebrow span {
    width: 38px;
    height: 1px;

    flex-shrink: 0;

    /* GRAY LINE */
    background: #777777;
}

.eyebrow p {
    margin: 0;

    /* SOFT GRAY */
    color: #000000;

    font-size: 10px;
    font-weight: 500;

    line-height: 1.5;

    letter-spacing: 1.6px;
    text-transform: uppercase;
}


/* =========================================================
   HERO HEADING
========================================================= */

.hero h1 {
    max-width: 540px;

    margin: 0 0 23px;

    font-family: var(--serif);

    /* slightly smaller */
    font-size: clamp(40px, 3.8vw, 55px);

    font-weight: 400;

    line-height: 1.10;

    letter-spacing: -1.2px;

    /* WARM GRAY */
    color: #524c4c;
}


/* =========================================================
   HERO DESCRIPTION
========================================================= */

.hero-description {
    max-width: 480px;

    margin: 0 0 32px;

    /* DARK WARM GRAY */
    color: #161616;

    font-size: 14px;
    font-weight: 400;

    line-height: 1.8;
}


/* =========================================================
   HERO BUTTONS
========================================================= */

.hero-buttons {
    display: flex;
    align-items: center;

    gap: 13px;

    flex-wrap: wrap;
}


/* PRIMARY HERO BUTTON */

.hero-primary-btn {
    min-height: 51px;

    padding: 0 24px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 15px;

    background: var(--primary);
    color: var(--white);

    border: 1px solid var(--primary);

    border-radius: 3px;

    font-size: 10px;
    font-weight: 500;

    text-transform: uppercase;
    letter-spacing: 0.9px;

    transition:
        background 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}

.hero-primary-btn:hover {
    background: var(--primary-dark);
    border-color: var(--primary-dark);

    transform: translateY(-2px);
}

.hero-primary-btn i {
    font-size: 11px;

    transition: transform 0.3s ease;
}

.hero-primary-btn:hover i {
    transform: translateX(4px);
}


/* SECONDARY HERO BUTTON */

.hero-secondary-btn {
    min-height: 51px;

    padding: 0 23px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 11px;

    background: rgba(255, 255, 255, 0.82);
    color: var(--text);

    border: 1px solid rgba(121, 100, 66, 0.20);

    border-radius: 3px;

    font-size: 10px;
    font-weight: 500;

    text-transform: uppercase;
    letter-spacing: 0.8px;

    backdrop-filter: blur(5px);

    transition:
        background 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}

.hero-secondary-btn:hover {
    background: var(--white);
    border-color: var(--primary);

    transform: translateY(-2px);
}

.hero-secondary-btn i {
    color: var(--primary);

    font-size: 17px;
}


/* =========================================================
   VALUES
========================================================= */

.values {
    background: var(--white);

    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.values-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);
}

.value-card {
    position: relative;

    padding: 42px 30px;

    text-align: center;
}

.value-card:not(:last-child)::after {
    content: "";

    position: absolute;

    top: 25%;
    right: 0;

    width: 1px;
    height: 50%;

    background: var(--line);
}

.value-icon {
    height: 45px;

    margin-bottom: 16px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--primary);

    font-size: 27px;
}

.value-card h3 {
    margin-bottom: 11px;

    color: var(--text);

    font-size: 11px;
    font-weight: 600;

    letter-spacing: 0.7px;

    text-transform: uppercase;
}

.value-card p {
    max-width: 210px;

    margin: auto;

    color: var(--muted);

    font-size: 11px;

    line-height: 1.8;
}


/* =========================================================
   COMMON SECTION ELEMENTS
========================================================= */

.section-label {
    margin-bottom: 20px;

    display: flex;
    align-items: center;

    gap: 13px;

    color: var(--primary-dark);

    font-size: 10px;
    font-weight: 500;

    text-transform: uppercase;
    letter-spacing: 1.4px;
}

.section-label span {
    width: 30px;
    height: 1px;

    background: var(--primary);
}

.section-label.center {
    justify-content: center;
}

.section-label.light {
    color: var(--beige);
}

.section-label.light span {
    background: var(--taupe);
}

h2 {
    color: var(--text);

    font-family: var(--serif);

    font-size: clamp(36px, 4vw, 54px);
    font-weight: 400;

    line-height: 1.15;

    letter-spacing: -1px;
}


/* =========================================================
   TEXT LINK
========================================================= */

.text-link {
    width: fit-content;

    padding-bottom: 5px;

    display: inline-flex;
    align-items: center;

    gap: 17px;

    border-bottom: 1px solid var(--primary);

    color: var(--primary-dark);

    font-size: 10px;
    font-weight: 500;

    text-transform: uppercase;
    letter-spacing: 1px;
}

.text-link i {
    transition: transform 0.3s ease;
}

.text-link:hover i {
    transform: translateX(5px);
}


/* =========================================================
   ABOUT
========================================================= */

.about {
    background: var(--background);
}

.about-grid {
    display: grid;

    grid-template-columns: 1.05fr 0.95fr;

    gap: 90px;

    align-items: center;
}

.about-image {
    height: 620px;

    overflow: hidden;

    background: var(--soft);
}

.about-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.7s ease;
}

.about-content {
    max-width: 510px;
}

.about-content h2 {
    margin-bottom: 28px;
}

.about-content > p {
    margin-bottom: 19px;

    color: var(--muted);

    font-size: 13px;

    line-height: 1.95;
}

.about-content .text-link {
    margin-top: 15px;
}


/* =========================================================
   SPACES WE DESIGN
========================================================= */

.spaces-section {
    padding: 100px 0;
    background: #f7f5f1;
}

.spaces-heading {
    max-width: 620px;
    margin-bottom: 55px;
}

.spaces-heading .section-label {
    display: block;
    margin-bottom: 14px;

    font-size: 10px;
    font-weight: 500;
    letter-spacing: 2px;

    color: #8a7954;
}

.spaces-heading h2 {
    margin: 0 0 18px;

    font-family: var(--serif);
    font-size: clamp(36px, 4vw, 52px);
    font-weight: 400;
    line-height: 1.1;

    color: #5f5b56;
}

.spaces-heading p {
    max-width: 520px;
    margin: 0;

    font-size: 14px;
    line-height: 1.8;

    color: #77716b;
}


/* GRID */

.spaces-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    border-top: 1px solid #ddd8d1;
    border-left: 1px solid #ddd8d1;
}


/* ITEM */

.space-item {
    min-height: 170px;
    padding: 30px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    border-right: 1px solid #ddd8d1;
    border-bottom: 1px solid #ddd8d1;

    transition: 0.3s ease;
}

.space-item span {
    font-size: 10px;
    letter-spacing: 1px;

    color: #a99c8d;
}

.space-item h3 {
    margin: 0;

    max-width: 230px;

    font-family: var(--serif);
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;

    color: #5f5b56;
}


/* HOVER */

.space-item:hover {
    background: #ebe5dc;
}

.space-item:hover h3 {
    transform: translateX(5px);
}

.space-item h3 {
    transition: transform 0.3s ease;
}


/* TABLET */

@media (max-width: 900px) {

    .spaces-section {
        padding: 80px 0;
    }

    .spaces-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* MOBILE */

@media (max-width: 600px) {

    .spaces-section {
        padding: 65px 0;
    }

    .spaces-heading {
        margin-bottom: 35px;
    }

    .spaces-grid {
        grid-template-columns: 1fr;
    }

    .space-item {
        min-height: 125px;
        padding: 25px;
    }

    .space-item h3 {
        font-size: 20px;
    }
}

/* =========================================================
   SPACES WE DESIGN
========================================================= */

.spaces-section {
    padding: 110px 0;
    background: #f7f5f1;
}


/* HEADER */

.spaces-header {
    margin-bottom: 65px;

    display: grid;
    grid-template-columns: 1fr 0.7fr;

    align-items: end;
    gap: 80px;
}


/* SMALL LABEL */

.spaces-label {
    margin-bottom: 18px;

    display: flex;
    align-items: center;

    gap: 14px;
}

.spaces-label span {
    width: 35px;
    height: 1px;

    background: #9a7f54;
}

.spaces-label p {
    margin: 0;

    color: #8a795f;

    font-size: 9px;
    font-weight: 500;

    letter-spacing: 2px;

    text-transform: uppercase;
}


/* TITLE */

.spaces-title h2 {
    margin: 0;

    font-family: var(--serif);

    font-size: clamp(38px, 4vw, 52px);
    font-weight: 400;

    line-height: 1.1;

    letter-spacing: -1px;

    color: #5f5b56;
}


/* DESCRIPTION */

.spaces-intro {
    max-width: 430px;

    margin: 0 0 5px auto;

    color: #77716b;

    font-size: 13px;
    font-weight: 400;

    line-height: 1.9;
}


/* =========================================================
   LIST
========================================================= */

.spaces-list {
    width: 100%;

    border-top: 1px solid #d8d2ca;
}


/* EACH ROW */

.space-row {
    min-height: 100px;

    display: grid;

    grid-template-columns: 80px 1fr 50px;

    align-items: center;

    border-bottom: 1px solid #d8d2ca;

    transition:
        padding 0.35s ease,
        background 0.35s ease;
}


/* NUMBER */

.space-number {
    color: #a99c8d;

    font-family: var(--sans);

    font-size: 9px;
    font-weight: 500;

    letter-spacing: 1px;
}


/* TITLE */

.space-row h3 {
    margin: 0;

    font-family: var(--serif);

    font-size: clamp(22px, 2vw, 28px);
    font-weight: 400;

    line-height: 1.3;

    color: #5f5b56;

    transition:
        transform 0.35s ease,
        color 0.35s ease;
}


/* ARROW */

.space-arrow {
    justify-self: end;

    color: #9a7f54;

    font-size: 17px;
    font-weight: 300;

    opacity: 0.65;

    transition:
        transform 0.35s ease,
        opacity 0.35s ease;
}


/* =========================================================
   HOVER
========================================================= */

.space-row:hover {
    padding-left: 15px;
    padding-right: 15px;

    background: rgba(213, 200, 178, 0.15);
}

.space-row:hover h3 {
    transform: translateX(6px);

    color: #796442;
}

.space-row:hover .space-arrow {
    opacity: 1;

    transform: translate(3px, -3px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .spaces-section {
        padding: 85px 0;
    }

    .spaces-header {
        margin-bottom: 50px;

        grid-template-columns: 1fr;

        gap: 25px;
    }

    .spaces-intro {
        max-width: 520px;

        margin: 0;
    }

    .space-row {
        grid-template-columns: 60px 1fr 35px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .spaces-section {
        padding: 70px 0;
    }

    .spaces-header {
        margin-bottom: 40px;
    }

    .spaces-title h2 {
        font-size: 36px;
    }

    .spaces-intro {
        font-size: 12px;
        line-height: 1.8;
    }

    .space-row {
        min-height: 85px;

        grid-template-columns: 42px 1fr 25px;
    }

    .space-row h3 {
        font-size: 20px;
    }

    .space-number {
        font-size: 8px;
    }

    .space-arrow {
        font-size: 15px;
    }

    .space-row:hover {
        padding-left: 5px;
        padding-right: 5px;
    }
}

/* =========================================================
   SPACES WE DESIGN - CATEGORY STYLE
========================================================= */

.spaces-section {
    padding: 95px 0 105px;
    background: #f9f7f4;
}


/* HEADING */

.spaces-heading {
    max-width: 620px;
    margin: 0 auto 45px;

    text-align: center;
}

.spaces-label {
    margin-bottom: 12px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 12px;
}

.spaces-label span {
    width: 28px;
    height: 1px;

    background: #9a7f54;
}

.spaces-label p {
    margin: 0;

    color: #8b8177;

    font-size: 9px;
    font-weight: 500;

    letter-spacing: 1.8px;

    text-transform: uppercase;
}

.spaces-heading h2 {
    margin: 0 0 14px;

    font-family: var(--serif);

    font-size: clamp(36px, 4vw, 50px);
    font-weight: 400;

    line-height: 1.1;

    color: #5f5b56;
}

.spaces-heading > p {
    margin: auto;

    max-width: 500px;

    color: #77716b;

    font-size: 12px;

    line-height: 1.8;
}

/* =========================================================
   MISSION & VISION
========================================================= */

.mission-vision-section {
    padding: 105px 0;
    background: #ffffff;
}

.mission-heading {
    max-width: 680px;
    margin-bottom: 60px;
}

.mission-heading h2 {
    margin: 0;

    font-family: var(--serif);
    font-size: clamp(38px, 4vw, 54px);
    font-weight: 400;

    line-height: 1.15;

    color: #5f5b56;
}


/* GRID */

.mission-vision-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    border-top: 1px solid var(--line);
}


/* CARD */

.mission-card {
    min-height: 350px;

    position: relative;

    padding: 40px 45px 45px;

    display: flex;
    flex-direction: column;

    transition: background 0.35s ease;
}

.mission-card:first-child {
    border-right: 1px solid var(--line);
}

.mission-card:hover {
    background: #f9f7f4;
}


/* NUMBER */

.mission-number {
    margin-bottom: 60px;

    color: #aaa197;

    font-size: 9px;
    font-weight: 500;

    letter-spacing: 1px;
}


/* SMALL TITLE */

.mission-small-title {
    margin-bottom: 15px;

    color: #9a7f54;

    font-size: 9px;
    font-weight: 500;

    letter-spacing: 1.8px;

    text-transform: uppercase;
}


/* HEADING */

.mission-content h3 {
    max-width: 400px;

    margin: 0 0 22px;

    font-family: var(--serif);
    font-size: clamp(25px, 2.5vw, 33px);
    font-weight: 400;

    line-height: 1.25;

    color: #5f5b56;
}


/* PARAGRAPH */

.mission-content > p:last-child {
    max-width: 480px;

    margin: 0;

    color: #77716b;

    font-size: 12px;

    line-height: 1.9;
}


/* TABLET */

@media (max-width: 850px) {

    .mission-vision-section {
        padding: 80px 0;
    }

    .mission-vision-grid {
        grid-template-columns: 1fr;
    }

    .mission-card {
        min-height: auto;

        padding: 35px 25px;
    }

    .mission-card:first-child {
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .mission-number {
        margin-bottom: 35px;
    }
}


/* MOBILE */

@media (max-width: 520px) {

    .mission-vision-section {
        padding: 65px 0;
    }

    .mission-heading {
        margin-bottom: 40px;
    }

    .mission-content h3 {
        font-size: 25px;
    }

}

/* =========================================================
   OUR TEAM / MEET THE STUDIO
========================================================= */

.team-section {
    background: #f9f7f4;
}


/* HEADER */


.team-header {
    margin-bottom: 60px;

    display: grid;
    grid-template-columns: 1fr 0.75fr;

    gap: 80px;
    align-items: end;
}

.team-header h2 {
    margin: 0;

    font-family: var(--serif);

    font-size: clamp(38px, 4vw, 54px);
    font-weight: 400;

    line-height: 1.12;

    color: #5f5b56;
}

.team-intro {
    max-width: 460px;

    margin: 0 0 5px auto;

    color: #77716b;

    font-size: 13px;
    line-height: 1.9;
}


/* =========================================================
   FEATURED TEAM MEMBER
========================================================= */

.featured-team-member {
    margin-bottom: 80px;

    min-height: 500px;

    display: grid;
    grid-template-columns: 1fr 1fr;

    background: #ffffff;

    border: 1px solid #ece7e0;
}


/* IMAGE */

.featured-team-image {
    min-height: 500px;

    overflow: hidden;

    background: #e8e3dc;
}

.featured-team-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.7s ease;
}

.featured-team-member:hover .featured-team-image img {
    transform: scale(1.02);
}


/* CONTENT */

.featured-team-content {
    padding: 60px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.team-role {
    margin-bottom: 16px;

    color: #9a7f54;

    font-size: 9px;
    font-weight: 500;

    text-transform: uppercase;
    letter-spacing: 1.8px;
}

.featured-team-content h3 {
    margin: 0 0 22px;

    font-family: var(--serif);

    font-size: clamp(32px, 3vw, 44px);
    font-weight: 400;

    color: #5f5b56;
}

.featured-team-content > p {
    max-width: 470px;

    margin: 0 0 30px;

    color: #77716b;

    font-size: 13px;
    line-height: 1.9;
}


/* CONTACT */

.team-contact {
    padding-top: 22px;

    display: flex;
    flex-direction: column;

    gap: 12px;

    border-top: 1px solid #e2ddd6;
}

.team-contact a {
    width: fit-content;

    display: flex;
    align-items: center;

    gap: 10px;

    color: #625d57;

    font-size: 11px;

    transition: color 0.3s ease;
}

.team-contact a:hover {
    color: #9a7f54;
}

.team-contact i {
    width: 18px;

    color: #9a7f54;
}


/* =========================================================
   DESIGN TEAM
========================================================= */

.team-subheading {
    margin-bottom: 25px;

    display: flex;
    align-items: center;

    gap: 14px;
}

.team-subheading::before {
    content: "";

    width: 35px;
    height: 1px;

    background: #9a7f54;
}

.team-subheading span {
    color: #8a795f;

    font-size: 9px;
    font-weight: 500;

    letter-spacing: 1.8px;
    text-transform: uppercase;
}


/* GRID */

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    gap: 22px;
}


/* CARD */

.team-card {
    background: #ffffff;

    border: 1px solid #ece7e0;
}

.team-image {
    height: 390px;

    overflow: hidden;

    background: #e8e3dc;
}

.team-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.6s ease;
}

.team-card:hover .team-image img {
    transform: scale(1.025);
}


/* CARD CONTENT */

.team-card-content {
    padding: 18px 20px 22px;
}

.team-card-content span {
    display: block;

    margin-bottom: 7px;

    color: #9a7f54;

    font-size: 8px;
    font-weight: 500;

    text-transform: uppercase;
    letter-spacing: 1.4px;
}

.team-card-content h3 {
    margin: 0;

    font-family: var(--serif);

    font-size: 21px;
    font-weight: 400;

    color: #5f5b56;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .team-header {
        grid-template-columns: 1fr;

        gap: 25px;
    }

    .team-intro {
        margin: 0;
    }

    .featured-team-member {
        grid-template-columns: 1fr;
    }

    .featured-team-image {
        min-height: 480px;
    }

    .featured-team-content {
        padding: 45px;
    }

    .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .featured-team-member {
        margin-bottom: 55px;
    }

    .featured-team-image {
        min-height: 400px;
    }

    .featured-team-content {
        padding: 32px 24px;
    }

    .team-grid {
        grid-template-columns: 1fr;
    }

    .team-image {
        height: 400px;
    }
}

/* =========================================================
   TIMELINE
========================================================= */

.schedule-timeline {
    position: relative;

    display: flex;
    justify-content: space-between;

    margin-bottom: 75px;
    padding: 0 10px;
}


/* HORIZONTAL LINE */

.timeline-line {
    position: absolute;

    top: 9px;
    left: 10px;
    right: 10px;

    height: 1px;

    background: #aaa095;
}


/* ITEM */

.timeline-item {
    width: 14.28%;

    position: relative;

    z-index: 2;
}


/* DOT */

.timeline-dot {
    width: 18px;
    height: 18px;

    border-radius: 50%;

    background: #9a9188;
}


/* ACTIVE */

.timeline-item.active .timeline-dot {
    background: #9a7f54;
}


/* STAR */

.timeline-star {
    width: 20px;
    height: 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #9a7f54;

    font-size: 14px;
}


/* DATE */

.timeline-date {
    margin-top: 14px;

    display: flex;
    flex-direction: column;

    transform: rotate(-45deg);
    transform-origin: top left;
}

.timeline-date small {
    color: #aaa39c;

    font-size: 8px;
    font-weight: 400;
}

.timeline-date strong {
    color: #827b74;

    font-size: 8px;
    font-weight: 500;

    letter-spacing: 0.3px;
}

.timeline-item.active .timeline-date strong {
    color: #9a7f54;
}


/* =========================================================
   PHASE GRID
========================================================= */

.schedule-phases {
    margin-top: 55px;

    display: grid;
    grid-template-columns: repeat(7, 1fr);

    border-top: 1px solid #d7d0c8;
    border-left: 1px solid #d7d0c8;
}


/* EACH PHASE */

.schedule-phase {
    min-height: 390px;

    padding: 22px 15px;

    position: relative;

    display: flex;
    flex-direction: column;

    border-right: 1px solid #d7d0c8;
    border-bottom: 1px solid #d7d0c8;

    background: rgba(255, 255, 255, 0.35);

    transition:
        background 0.3s ease,
        transform 0.3s ease;
}

.schedule-phase:hover {
    background: #ffffff;

    transform: translateY(-3px);
}


/* NUMBER */

.phase-number {
    margin-bottom: 18px;

    color: #aaa197;

    font-size: 8px;
    font-weight: 500;

    letter-spacing: 1px;
}


/* TITLE */

.schedule-phase h3 {
    min-height: 42px;

    margin: 0 0 18px;

    color: #5f5b56;

    font-family: var(--serif);

    font-size: 15px;
    font-weight: 500;

    line-height: 1.25;
}


/* AGENDA */

.phase-label {
    margin-bottom: 8px;

    color: #9a7f54;

    font-size: 8px;
    font-weight: 500;

    letter-spacing: 1px;

    text-transform: uppercase;
}


/* LIST */

.schedule-phase ul {
    margin: 0;
    padding: 0;

    list-style: none;
}

.schedule-phase li {
    margin-bottom: 5px;

    color: #77716b;

    font-size: 9px;

    line-height: 1.4;
}


/* TIME */

.phase-time {
    margin-top: auto;

    color: #77716b;

    font-size: 8px;

    line-height: 1.5;
}


/* =========================================================
   SUMMARY
========================================================= */

.schedule-summary {
    margin-top: 35px;

    padding-top: 25px;
    margin-bottom: 60px;

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 30px;

    border-top: 1px solid #d7d0c8;
}

.schedule-summary div {
    display: flex;
    flex-direction: column;

    gap: 5px;
}

.schedule-summary span {
    color: #999189;

    font-size: 8px;
    font-weight: 500;

    text-transform: uppercase;

    letter-spacing: 0.8px;
}

.schedule-summary strong {
    color: #5f5b56;

    font-family: var(--serif);

    font-size: 20px;
    font-weight: 400;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

   .schedule-phases {
    margin-top: 55px;

    display: grid;
    grid-template-columns: repeat(7, 1fr);

    border-top: 1px solid #d7d0c8;
    border-left: 1px solid #d7d0c8;
}

    .schedule-phase {
        min-height: 300px;
    }

    .schedule-timeline {
        display: none;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .design-schedule-section {
        padding: 70px 0;
        
    }
    /* DESIGN SCHEDULE SPACING */

.schedule-header {
    margin-bottom: 45px;
}

.schedule-timeline {
    margin-top: 35px;
    margin-bottom: 55px;
}

/* Give the whole section more space */
.schedule-section {
    padding: 90px 0 110px;
}

    .schedule-heading {
        margin-bottom: 45px;
    }

    .schedule-phases {
        grid-template-columns: 1fr;
    }

    .schedule-phase {
        min-height: auto;

        padding: 28px 22px;
    }

    .phase-time {
        margin-top: 35px;
    }

    .schedule-summary {
        grid-template-columns: 1fr;

        gap: 20px;
    }
}

/* =========================================================
   CATEGORY GRID
========================================================= */

.spaces-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 20px;
}


/* CARD */

.space-card {
    display: block;

    background: #ffffff;

    border: 1px solid #ece7e0;

    overflow: hidden;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.space-card:hover {
    transform: translateY(-4px);

    box-shadow:
        0 12px 30px rgba(71, 61, 49, 0.08);
}


/* IMAGE */

.space-image {
    height: 240px;

    overflow: hidden;

    background: #e8e3dc;
}

.space-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.6s ease;
}

.space-card:hover .space-image img {
    transform: scale(1.035);
}


/* CONTENT */

.space-card-content {
    min-height: 85px;

    padding: 16px 18px 18px;

    display: flex;
    align-items: center;

    gap: 13px;
}


/* ICON */

.space-icon {
    width: 35px;
    height: 35px;

    flex-shrink: 0;

    display: grid;
    place-items: center;

    border: 1px solid #ded7cf;

    border-radius: 50%;

    color: #9a7f54;

    font-size: 13px;
}


/* TITLE */

.space-card h3 {
    margin: 0;

    font-family: var(--serif);

    font-size: 17px;
    font-weight: 400;

    line-height: 1.25;

    color: #5f5b56;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 950px) {

    .spaces-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .space-image {
        height: 260px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .spaces-section {
        padding: 70px 0;
    }

    .spaces-heading {
        margin-bottom: 35px;
    }

    .spaces-grid {
        grid-template-columns: 1fr;
    }

    .space-image {
        height: 260px;
    }

    .space-card-content {
        min-height: 75px;
    }
}
/* =========================================================
   PORTFOLIO
========================================================= */

.portfolio {
    background: var(--background);
}

.portfolio-header {
    margin-bottom: 50px;

    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    gap: 40px;
}

.projects-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 20px;
}

.project-image {
    height: 480px;

    position: relative;

    overflow: hidden;

    background: var(--soft);
}

.project-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.7s ease;
}

.project:hover .project-image img {
    transform: scale(1.04);
}

.project-overlay {
    position: absolute;
    inset: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(61, 53, 42, 0.15);

    opacity: 0;

    transition: opacity 0.3s ease;
}

.project:hover .project-overlay {
    opacity: 1;
}

.project-overlay span {
    width: 52px;
    height: 52px;

    display: grid;
    place-items: center;

    border-radius: 50%;

    background: var(--white);
    color: var(--primary-dark);
}

.project h3 {
    margin-top: 17px;

    color: var(--text);

    font-family: var(--serif);

    font-size: 18px;
    font-weight: 400;
}

.project > p {
    margin-top: 3px;

    color: var(--muted);

    font-size: 10px;
}


/* =========================================================
   WHY CHOOSE US
========================================================= */

.why-us {
    background: var(--soft);
}

.why-grid {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 90px;

    align-items: center;
}

.why-image {
    height: 620px;

    overflow: hidden;

    background: var(--beige);
}

.why-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.7s ease;
}

.why-content {
    max-width: 530px;
}

.why-content h2 {
    margin-bottom: 28px;
}

.why-content > p {
    margin-bottom: 38px;

    color: var(--muted);

    font-size: 13px;

    line-height: 1.95;
}

.why-list {
    border-top: 1px solid var(--beige);
}

.why-list > div {
    padding: 17px 0;

    display: flex;
    align-items: center;

    gap: 25px;

    border-bottom: 1px solid var(--beige);
}

.why-list span {
    color: var(--primary);

    font-family: var(--serif);

    font-size: 11px;
}

.why-list p {
    color: var(--text);

    font-size: 12px;
}


/* =========================================================
   PROCESS
========================================================= */

.process {
    background: var(--white);
}

.process-heading {
    max-width: 670px;

    margin: 0 auto 65px;

    text-align: center;
}

.process-heading h2 {
    margin-bottom: 20px;
}

.process-heading > p {
    max-width: 500px;

    margin: auto;

    color: var(--muted);

    font-size: 12px;

    line-height: 1.85;
}

.process-grid {
    display: grid;

    grid-template-columns: repeat(5, 1fr);

    border-top: 1px solid var(--line);
}

.process-grid article {
    padding: 35px 25px 20px;

    position: relative;
}

.process-grid article:not(:last-child)::after {
    content: "";

    width: 9px;
    height: 9px;

    position: absolute;

    top: 44px;
    right: -5px;

    border-top: 1px solid var(--taupe);
    border-right: 1px solid var(--taupe);

    transform: rotate(45deg);
}

.process-grid span {
    margin-bottom: 32px;

    display: block;

    color: var(--primary);

    font-family: var(--serif);

    font-size: 12px;
}

.process-grid h3 {
    margin-bottom: 12px;

    color: var(--text);

    font-family: var(--serif);

    font-size: 20px;
    font-weight: 400;
}

.process-grid p {
    color: var(--muted);

    font-size: 10px;

    line-height: 1.85;
}


/* =========================================================
   CONTACT CTA
========================================================= */

.contact-section {
    padding: 125px 0;

    background: var(--primary-dark);

    color: var(--white);
}

.contact-grid {
    display: grid;

    grid-template-columns: 1fr 0.8fr;

    gap: 100px;

    align-items: end;
}

.contact-section h2 {
    color: var(--white);

    font-size: clamp(42px, 5vw, 64px);
}

.contact-right p {
    max-width: 450px;

    margin-bottom: 30px;

    color: var(--soft);

    font-size: 12px;

    line-height: 1.9;
}

.light-btn {
    padding: 14px 20px;

    display: inline-flex;
    align-items: center;

    gap: 40px;

    border: 1px solid var(--taupe);

    color: var(--white);

    font-size: 9px;

    text-transform: uppercase;
    letter-spacing: 1px;

    transition:
        background 0.3s ease,
        color 0.3s ease;
}

.light-btn:hover {
    background: var(--background);
    color: var(--primary-dark);
}


/* =========================================================
   FOOTER - FINAL TWO COLUMN LAYOUT
========================================================= */

.footer {
    background: #F2EEE8;
    color: #4E463D;
}

.footer-grid {
    padding-bottom: 70px;

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 120px;

    align-items: center;
}


/* LEFT SIDE */

.footer-brand {
    max-width: 450px;
}

.footer-logo {
    width: 330px;
    height: auto;

    display: block;

    margin-bottom: 30px;

    transform: translateX(-35px);
}

.footer-brand p,
.footer-inquiry > p,
.footer-details a,
.footer-details span {
    color: #756C62;
}

.footer-label {
    color: #9A7652;
}

.footer-inquiry h3 {
    color: #40372F;
}

.footer-details {
    border-top: 1px solid rgba(70, 55, 40, 0.18);
}

.footer-button {
    border: 1px solid #9A7652;
    color: #6F5239;
}

.footer-button:hover {
    background: #8A6E49;
    color: #ffffff;
}

.footer-bottom {
    border-top: 1px solid rgba(70, 55, 40, 0.18);
    color: #81766A;
}

.footer-bottom a {
    color: #81766A;
}

.footer-brand p {
    max-width: 350px;

    margin: 0;

    color: #D5C8B2;

    font-size: 12px;
    line-height: 1.9;
}


/* RIGHT SIDE */

.footer-inquiry {
    max-width: 430px;

    justify-self: end;
    width: 100%;
}

.footer-label {
    display: block;

    margin-bottom: 15px;

    color: #C3B091;

    font-size: 9px;
    font-weight: 500;

    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.footer-inquiry h3 {
    margin: 0 0 15px;

    font-family: var(--serif);

    font-size: 32px;
    font-weight: 400;

    line-height: 1.2;

    color: #ffffff;
}

.footer-inquiry > p {
    margin: 0 0 25px;

    color: #D5C8B2;

    font-size: 12px;
    line-height: 1.8;
}


/* CONTACT DETAILS */

.footer-details {
    padding: 20px 0;

    display: flex;
    flex-direction: column;
    gap: 8px;

    border-top: 1px solid rgba(255,255,255,0.15);
}

.footer-details a,
.footer-details span {
    width: fit-content;

    color: #D5C8B2;

    font-size: 11px;

    transition: color 0.3s ease;
}

.footer-details a:hover {
    color: #ffffff;
}


/* LET'S TALK BUTTON */

.footer-button {
    margin-top: 15px;

    min-height: 45px;

    padding: 0 20px;

    display: inline-flex;
    align-items: center;
    justify-content: space-between;

    gap: 50px;

    border: 1px solid #C3B091;

    color: #ffffff;

    font-size: 9px;
    font-weight: 500;

    letter-spacing: 1px;

    transition:
        background 0.3s ease,
        color 0.3s ease;
}

.footer-button:hover {
    background: #ffffff;
    color: #4E412F;
}


/* BOTTOM */

.footer-bottom {
    min-height: 70px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 30px;

    border-top: 1px solid rgba(255,255,255,0.15);

    color: #C3B091;

    font-size: 9px;
}

.footer-bottom p {
    margin: 0;
}

.footer-bottom a {
    display: flex;
    align-items: center;

    gap: 8px;

    color: #C3B091;

    font-size: 9px;

    letter-spacing: 0.8px;
    text-transform: uppercase;

    transition: color 0.3s ease;
}

.footer-bottom a:hover {
    color: #ffffff;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .footer-grid {
        grid-template-columns: 1fr;

        gap: 55px;
    }

    .footer-inquiry {
        justify-self: start;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .footer {
        padding-top: 60px;
    }

    .footer-grid {
        padding-bottom: 50px;

        gap: 45px;
    }

    .footer-logo {
        width: 250px;

        transform: translateX(-25px);
    }

    .footer-inquiry h3 {
        font-size: 28px;
    }

    .footer-bottom {
        padding: 20px 0;

        flex-direction: column;
        align-items: flex-start;

        gap: 12px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    /* LOGO */

    .logo-brand {
        width: 210px;
    }

    .header-logo {
        transform: scale(0.80);
        transform-origin: left center;
    }


    /* NAV */

    .nav {
        gap: 20px;
    }

    .nav a {
        font-size: 9px;
    }

    .nav-btn {
        padding: 0 14px;
    }


    /* HERO */

    .hero {
        min-height: 600px;

        background-position: 60% center;
    }

    .hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;

    background: linear-gradient(
        90deg,
        rgba(249, 247, 244, 0.72) 0%,
        rgba(249, 247, 244, 0.62) 22%,
        rgba(249, 247, 244, 0.42) 38%,
        rgba(249, 247, 244, 0.20) 52%,
        rgba(249, 247, 244, 0.06) 70%,
        rgba(249, 247, 244, 0.00) 100%
    );
}

    .hero-content-box {
    width: 100%;
    max-width: 570px;

    padding: 75px 0;

    /* usog nang kaunti sa right */
    margin-left: 35px;
}

    .hero h1 {
        font-size: 52px;
    }


    /* ABOUT */

    .about-grid,
    .why-grid {
        gap: 55px;
    }


    /* SERVICES */

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .service:nth-child(2) {
        border-right: 0;
    }

    .service:nth-child(1),
    .service:nth-child(2) {
        border-bottom: 1px solid var(--line);
    }


    /* PROCESS */

    .process-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .process-grid article:nth-child(3)::after {
        display: none;
    }
}


/* =========================================================
   MOBILE / SMALL TABLET
========================================================= */

@media (max-width: 850px) {

    html {
        scroll-padding-top: 72px;
    }

    .section {
        padding: 75px 0;
    }


    /* HEADER */

    .header {
        height: 72px;
    }

    .nav-container {
        gap: 15px;
    }


    /* LOGO */

    .logo-brand {
        width: 180px;
        height: 72px;
    }

    .header-logo {
        width: 100%;

        transform: scale(0.80);
        transform-origin: left center;
    }


    /* NAVIGATION */

    .nav-btn {
        display: none;
    }

    .menu-btn {
        display: block;
    }

    .nav {
        width: 100%;

        margin: 0;
        padding: 25px 6%;

        position: absolute;

        top: 72px;
        left: 0;

        display: flex;
        flex-direction: column;
        align-items: flex-start;

        gap: 18px;

        background: var(--white);

        border-top: 1px solid var(--line);
        border-bottom: 1px solid var(--line);

        opacity: 0;
        visibility: hidden;

        transform: translateY(-10px);

        transition:
            opacity 0.3s ease,
            visibility 0.3s ease,
            transform 0.3s ease;
    }

    .nav.show {
        opacity: 1;
        visibility: visible;

        transform: translateY(0);
    }

    .nav a {
        width: 100%;

        padding: 7px 0;

        font-size: 10px;
    }


    /* HERO */

    .hero {
        min-height: 610px;

        align-items: flex-end;

        background-position: 62% center;
    }

    .hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;

    background: linear-gradient(
        90deg,
        rgba(249, 247, 244, 0.72) 0%,
        rgba(249, 247, 244, 0.62) 22%,
        rgba(249, 247, 244, 0.42) 38%,
        rgba(249, 247, 244, 0.20) 52%,
        rgba(249, 247, 244, 0.06) 70%,
        rgba(249, 247, 244, 0.00) 100%
    );
}

    .hero-content-box {
    width: 100%;
    max-width: 570px;

    padding: 75px 0;

    /* usog nang kaunti sa right */
    margin-left: 35px;
}

    .hero h1 {
        font-size: 46px;
    }

    .hero-description {
        max-width: 430px;

        font-size: 13px;
    }


    /* VALUES */

    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .value-card:nth-child(2)::after {
        display: none;
    }

    .value-card:nth-child(1),
    .value-card:nth-child(2) {
        border-bottom: 1px solid var(--line);
    }


    /* ABOUT */

    .about-grid {
        grid-template-columns: 1fr;

        gap: 50px;
    }

    .about-image {
        height: 520px;
    }


    /* SECTION HEADING */

    .section-heading {
        margin-bottom: 45px;

        flex-direction: column;
        align-items: flex-start;

        gap: 25px;
    }

/* =========================================
   REDUCE SPACE BEFORE PORTFOLIO
========================================= */

.spaces-section {
    padding-bottom: 30px;
}

.portfolio {
    padding-top: 40px;
}

    /* PORTFOLIO */

    .portfolio-header {
        align-items: flex-start;
        flex-direction: column;

        gap: 30px;
    }

    .projects-grid {
        grid-template-columns: 1fr;

        gap: 45px;
    }

    .project-image {
        height: 540px;
    }


    /* WHY CHOOSE US */

    .why-grid {
        grid-template-columns: 1fr;

        gap: 50px;
    }

    .why-image {
        height: 520px;
    }


    /* PROCESS */

    .process-grid {
        grid-template-columns: 1fr;
    }

    .process-grid article {
        padding: 28px 10px;

        border-bottom: 1px solid var(--line);
    }

    .process-grid article::after {
        display: none;
    }

    .process-grid span {
        margin-bottom: 15px;
    }


    /* CONTACT */

    .contact-grid {
        grid-template-columns: 1fr;

        gap: 40px;
    }


    /* FOOTER */

    .footer-grid {
        grid-template-columns: 1fr;

        gap: 45px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 520px) {

    .container {
        width: 88%;
    }

    html {
        scroll-padding-top: 68px;
    }


    /* HEADER */

    .header {
        height: 68px;
    }


    /* LOGO */

    .logo-brand {
        width: 150px;
        height: 68px;
    }

    .header-logo {
        transform: scale(0.80);
        transform-origin: left center;
    }


    /* NAV */

    .nav {
        top: 68px;
    }


    /* HERO */

    .hero {
        min-height: 650px;

        background-position: 64% center;
    }

    .hero-content-box {
    width: 100%;
    max-width: 570px;

    padding: 75px 0;

    /* usog nang kaunti sa right */
    margin-left: 35px;
}

    .eyebrow {
        margin-bottom: 18px;
    }

    .eyebrow span {
        width: 28px;
    }

    .eyebrow p {
        font-size: 8px;

        letter-spacing: 1.2px;
    }

    .hero h1 {
        margin-bottom: 18px;

        font-size: 39px;

        line-height: 1.1;

        letter-spacing: -1px;
    }

    .hero-description {
        margin-bottom: 25px;

        font-size: 12px;

        line-height: 1.7;
    }


    /* HERO BUTTONS */

    .hero-buttons {
        width: 100%;

        align-items: stretch;
        flex-direction: column;
    }

    .hero-primary-btn,
    .hero-secondary-btn {
        width: 100%;
    }


    /* VALUES */

    .values-grid {
        grid-template-columns: 1fr;
    }

    .value-card {
        padding: 38px 20px;
    }

    .value-card::after {
        display: none;
    }

    .value-card:not(:last-child) {
        border-bottom: 1px solid var(--line);
    }


    /* ABOUT / WHY */

    .about-image,
    .why-image {
        height: 420px;
    }


    /* SERVICES */

    .services-grid {
        grid-template-columns: 1fr;
    }

    .service {
        min-height: 280px;

        border-right: 0 !important;
        border-bottom: 1px solid var(--line);
    }


    /* PROJECT */

    .project-image {
        height: 420px;
    }


    /* CONTACT */

    .contact-section {
        padding: 75px 0;
    }


    /* FOOTER */

    .footer {
        padding-top: 60px;
    }

    .footer-bottom {
        padding: 20px 0;

        flex-direction: column;
        align-items: flex-start;

        gap: 12px;
    }
}

/* =========================================
   FINAL SPACING FIX
========================================= */

/* Spaces We Design */
.spaces-section {
    padding-top: 70px;
    padding-bottom: 35px;
}

/* Our Work / Portfolio */
.portfolio.section {
    padding-top: 35px;
    padding-bottom: 80px;
}

/* =========================================================
   FINAL - UNIFORM SECTION SPACING
========================================================= */

:root {
    --section-spacing: 50px;
}

/* ALL MAIN SECTIONS */
.section,
.about,
.spaces-section,
.mission-vision-section,
.team-section,
.design-schedule-section,
.schedule-section,
.portfolio,
.why-us,
.process,
.contact-section {
    padding-top: var(--section-spacing);
    padding-bottom: var(--section-spacing);
}

/* TABLET */
@media (max-width: 900px) {

    :root {
        --section-spacing: 75px;
    }
}

/* MOBILE */
@media (max-width: 600px) {

    :root {
        --section-spacing: 60px;
    }
}

/* =========================================================
   LET'S TALK / INQUIRY MODAL
========================================================= */

body.modal-open {
    overflow: hidden;
}


/* MAIN */

.inquiry-modal {
    position: fixed;
    inset: 0;

    z-index: 5000;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 30px;

    opacity: 0;
    visibility: hidden;

    transition:
        opacity 0.35s ease,
        visibility 0.35s ease;
}

.inquiry-modal.active {
    opacity: 1;
    visibility: visible;
}


/* OVERLAY */

.inquiry-overlay {
    position: absolute;
    inset: 0;

    background: rgba(46, 40, 33, 0.58);

    backdrop-filter: blur(5px);
}


/* MODAL BOX */

.inquiry-modal-box {
    width: min(1100px, 100%);
    max-height: 90vh;

    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: 0.8fr 1.2fr;

    overflow-y: auto;

    background: #f9f7f4;

    box-shadow:
        0 25px 80px rgba(43, 36, 28, 0.18);

    transform: translateY(25px);

    transition: transform 0.4s ease;
}

.inquiry-modal.active .inquiry-modal-box {
    transform: translateY(0);
}


/* CLOSE */

.inquiry-close {
    width: 42px;
    height: 42px;

    position: absolute;
    top: 20px;
    right: 20px;

    z-index: 5;

    display: grid;
    place-items: center;

    border: 1px solid #d5c8b2;

    background: transparent;
    color: #796442;

    font-size: 14px;

    transition: 0.3s ease;
}

.inquiry-close:hover {
    background: #796442;
    color: #ffffff;
}


/* =========================================================
   LEFT SIDE
========================================================= */

.inquiry-intro {
    padding: 75px 55px;

    background: #e7dfd3;
}

.inquiry-intro h2 {
    margin: 0 0 25px;

    font-family: var(--serif);

    font-size: clamp(42px, 4vw, 58px);
    font-weight: 400;

    line-height: 1.05;

    color: #4c4339;
}

.inquiry-intro > p {
    max-width: 370px;

    margin: 0;

    color: #796f62;

    font-size: 12px;
    line-height: 1.9;
}


/* =========================================================
   FORM SIDE
========================================================= */

.inquiry-form-wrap {
    padding: 75px 55px 55px;
}

.inquiry-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    gap: 28px 22px;
}

.form-group {
    display: flex;
    flex-direction: column;

    gap: 9px;
}

.form-group.full,
.form-submit.full {
    grid-column: 1 / -1;
}


/* LABEL */

.form-group label {
    color: #796442;

    font-size: 8px;
    font-weight: 500;

    letter-spacing: 1.2px;

    text-transform: uppercase;
}


/* INPUT */

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;

    padding: 12px 0;

    border: 0;
    border-bottom: 1px solid #cfc5b8;

    outline: none;

    border-radius: 0;

    background: transparent;

    color: #3d352a;

    font-family: var(--sans);

    font-size: 12px;

    transition: border-color 0.3s ease;
}

.form-group textarea {
    min-height: 110px;

    resize: vertical;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-bottom-color: #9a7f54;
}


/* PLACEHOLDER */

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #aaa197;
}


/* SELECT */

.form-group select {
    cursor: pointer;
}


/* =========================================================
   SUBMIT
========================================================= */

.form-submit {
    margin-top: 10px;

    display: flex;
    justify-content: flex-end;
}

.form-submit button {
    min-width: 180px;
    min-height: 50px;

    padding: 0 22px;

    display: inline-flex;
    align-items: center;
    justify-content: space-between;

    gap: 35px;

    border: 1px solid #9a7f54;

    background: #9a7f54;

    color: #ffffff;

    font-size: 9px;
    font-weight: 500;

    letter-spacing: 1px;

    transition: 0.3s ease;
}

.form-submit button:hover {
    background: #796442;
    border-color: #796442;
}

.form-submit button i {
    transition: transform 0.3s ease;
}

.form-submit button:hover i {
    transform: translateX(4px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 850px) {

    .inquiry-modal {
        padding: 20px;
    }

    .inquiry-modal-box {
        grid-template-columns: 1fr;
    }

    .inquiry-intro {
        padding: 55px 40px;
    }

    .inquiry-form-wrap {
        padding: 45px 40px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .inquiry-modal {
        padding: 10px;
    }

    .inquiry-intro {
        padding: 50px 25px 35px;
    }

    .inquiry-intro h2 {
        font-size: 38px;
    }

    .inquiry-form-wrap {
        padding: 35px 25px;
    }

    .inquiry-form {
        grid-template-columns: 1fr;

        gap: 20px;
    }

    .form-group.full,
    .form-submit.full {
        grid-column: auto;
    }

    .form-submit {
        justify-content: stretch;
    }

    .form-submit button {
        width: 100%;
    }

}

/* =========================================================
   HOME STACKED SCROLL GALLERY
========================================================= */

.home-stack-gallery {
    position: relative;

    padding: 20px 0 70px;

    background: #f8f6f2;
}


/* =========================================================
   EACH IMAGE PAIR
========================================================= */

.stack-gallery-row {
    position: sticky;

    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 18px;

    width: 100%;
    height: 500px;

    overflow: hidden;

    background: #f8f6f2;

    box-shadow:
        0 -10px 35px
        rgba(61, 53, 42, 0.05);

    transition:
        transform .6s ease,
        opacity .6s ease;
}


/* =========================================================
   STICKY POSITION
========================================================= */

.stack-row-1 {
    top: 110px;

    z-index: 1;
}


.stack-row-2 {
    top: 125px;

    z-index: 2;

    margin-top: 100px;
}


.stack-row-3 {
    top: 140px;

    z-index: 3;

    margin-top: 100px;
}


/* =========================================================
   IMAGE
========================================================= */

.stack-gallery-image {
    width: 100%;
    height: 100%;

    overflow: hidden;

    background: #e8e2da;
}


.stack-gallery-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center;

    transform: scale(1.02);

    transition:
        transform 1.2s ease;
}


.stack-gallery-row:hover
.stack-gallery-image img {
    transform: scale(1);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 900px) {

    .stack-gallery-row {
        height: 430px;
    }

}


@media (max-width: 600px) {

    .home-stack-gallery {
        padding-bottom: 50px;
    }


    .stack-gallery-row {
        grid-template-columns: 1fr;

        grid-template-rows:
            repeat(2, 1fr);

        height: 560px;

        gap: 10px;
    }


    .stack-row-1 {
        top: 90px;
    }


    .stack-row-2 {
        top: 100px;

        margin-top: 70px;
    }


    .stack-row-3 {
        top: 110px;

        margin-top: 70px;
    }

}