@charset "utf-8";
/* ==================================================
HOME PAGE
HEADER + HERO SECTION
Dream Builders Bloomington
================================================== */

/* =========================
HEADER
========================= */

.mobile-contact {
    display: none;
}

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 30;
    padding: 24px 40px;
}

.site-logo img {
    width: 145px;
    height: auto;
}

.main-nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-nav a {
    color: #ffffff;
    font-size: .9rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 14px;
}

.main-nav a:hover {
    color: #b88a3b;
}

.nav-dropdown {
    position: relative;
    display: inline-block;
}

.nav-dropdown-toggle i {
    font-size: .65rem;
    margin-left: 5px;
}

.nav-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 270px;
    background: rgba(14,33,28,.97);
    padding: 14px 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    box-shadow: 0 18px 45px rgba(0,0,0,.25);
    transition: all .25s ease;
    z-index: 999;
}

.nav-dropdown:hover .nav-dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.nav-dropdown-menu a {
    display: block;
    margin: 0;
    padding: 12px 22px;
    color: #ffffff;
    font-size: .78rem;
    letter-spacing: .08em;
    white-space: nowrap;
}

.nav-dropdown-menu a:hover {
    background: rgba(255,255,255,.08);
    color: #d6ab59;
}

.header-actions {
    white-space: nowrap;
	text-align: right;
}

.header-location {
    color: #d6ab59;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .10em;
    text-transform: uppercase;
    margin-top: 6px;
	
	text-shadow:
        0 2px 8px rgba(0,0,0,.55);
}

.header-location:before {
    content: "⌖";
    margin-right: 6px;
}

.header-phone {
    color: #ffffff;
    font-weight: 700;
    margin-right: 16px;
    text-decoration: none;
	
	text-shadow:
        0 2px 10px rgba(0,0,0,.65);
}

.header-phone:hover {
    color: #b88a3b;
}

.header-cta {
    background: #b88a3b;
    color: #ffffff;
    padding: 13px 20px;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-decoration: none;
}

.header-cta:hover {
    background: #d0a24d;
    color: #ffffff;
}
/* ==================================================
CINEMATIC HERO
================================================== */

.project-hero-image {

    animation: heroZoom 22s ease-in-out forwards;

}

@keyframes heroZoom {

    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.08);
    }

}

/* =========================
HERO
========================= */
.project-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.project-hero-text{
    max-width:92%;
}

.project-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
	object-position: center center;
    z-index: 1;
}

.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    z-index: 2;

    background:
        linear-gradient(
            90deg,
            rgba(8,25,21,.78) 0%,
            rgba(8,25,21,.72) 20%,
            rgba(8,25,21,.55) 35%,
            rgba(8,25,21,.25) 55%,
            rgba(8,25,21,.08) 75%,
            rgba(8,25,21,0) 100%
        );
}

.project-hero .container {
	position: relative;
    z-index: 3;
}

.project-hero {
	position: relative;
    min-height: 850px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.project-hero-content {
    position: relative;
    z-index: 4;
    max-width: 850px;
    padding-left: 120px;
    padding-top: 120px;
}

.section-eyebrow {
    display: inline-block;
    position: relative;
    color: #d6ab59;
    font-size: .85rem;
    font-weight: 800;
    letter-spacing: .22em;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.project-hero-content .section-eyebrow {
    text-shadow: 0 2px 8px rgba(0,0,0,.45);
	margin-bottom:32px;
}

.section-eyebrow::after {
    content: "";
    display: block;
    width: 110px;
    height: 3px;
    background: #d6ab59;
    margin-top: 12px;
}

/* Center the gold line whenever the eyebrow is inside a centered section */

.text-center .section-eyebrow::after {
    margin-left: auto;
    margin-right: auto;
}

.project-hero-content h1 {
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.08;
    margin-bottom: 28px;
    max-width: 700px;
	text-shadow:
		0 3px 12px rgba(0,0,0,.55);
}

.hero-description {
    color: rgba(255,255,255,.92);
    font-size: 1.05rem;
    line-height: 1.8;
    max-width: 640px;
    margin-bottom: 40px;
	 text-shadow:
        0 2px 8px rgba(0,0,0,.40);
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
	gap: 16px;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 54px;
	min-width: 250px;
	margin-right: 0;

    padding: 0 40px;
   

    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;

    text-decoration: none;
}

.hero-btn-primary {
    background: #b88a3b;
    color: #ffffff;
}

.hero-btn-primary:hover {
    background: #d0a24d;
    color: #ffffff;
}

.hero-btn-secondary {
    border: 1px solid rgba(255,255,255,.70);
    color: #ffffff;
}

.hero-btn-secondary:hover {
    background: rgba(255,255,255,.12);
    color: #ffffff;
}
/* ==================================================
STICKY PROJECT NAVIGATION
================================================== */

.project-nav{
    position: sticky;
    top: 90px;               /* Match your header height */
    z-index: 500;

    background: rgba(8,25,21,.82);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    border-bottom: 1px solid rgba(255,255,255,.08);
}

.project-nav nav{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:40px;
    padding:18px 0;
}

.project-nav a{
    color:#c89a43;
    text-decoration:none;
    text-transform:uppercase;
    font-size:.78rem;
    font-weight:700;
    letter-spacing:.14em;
    transition:.25s;
    opacity:.9;
}

.project-nav a:hover{
    color:#ffffff;
    opacity:1;
}

.project-nav a.active{
    color:#ffffff;
}

/* ==================================================
PROJECT PAGE SCROLL ANIMATIONS
================================================== */

.reveal-up,
.reveal-left,
.reveal-right,
.reveal-scale {
    opacity: 0;
    transition:
        opacity 1s ease,
        transform 1s cubic-bezier(.22,1,.36,1);
}

.reveal-up {
    transform: translateY(60px);
}

.reveal-left {
    transform: translateX(-60px);
}

.reveal-right {
    transform: translateX(60px);
}

.reveal-scale {
    transform: scale(.94);
}

.reveal-up.visible,
.reveal-left.visible,
.reveal-right.visible,
.reveal-scale.visible {
    opacity: 1;
    transform: translate(0,0) scale(1);
}

/* Stagger delays */

.delay-1 {
    transition-delay: .12s;
}

.delay-2 {
    transition-delay: .24s;
}

.delay-3 {
    transition-delay: .36s;
}

.delay-4 {
    transition-delay: .48s;
}

.delay-5 {
    transition-delay: .60s;
}

.delay-6 {
    transition-delay: .72s;
}
/* =========================
SLIDER DOTS
========================= */

/* =========================
RESPONSIVE
========================= */

/* =========================
HERO STATS BAR
========================= */

.hero-stats-bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;

    display: flex;
    justify-content: center;

    background: rgba(8,25,21,.88);
    border-top: 1px solid rgba(255,255,255,.08);
    backdrop-filter: blur(4px);
}

.hero-stat {
    display: flex;
    align-items: center;
    gap: 16px;

    width: 25%;
    max-width: 310px;

    padding: 28px 30px;
    color: #ffffff;
}

.hero-stat-icon {
    color: #d6ab59;
    font-size: 2rem;
    line-height: 1;
}

.hero-stat strong {
    display: block;
    color: #ffffff;
    font-size: .95rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.hero-stat small {
    display: block;
    color: rgba(255,255,255,.78);
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    line-height: 1.35;
}

/* ==================================================
SECTION 2: PROJECT OVERVIEW
================================================== */

.project-overview-section {
    background: #f8f6f1;
    padding: 110px 0;
}

.project-overview-image img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    display: block;
    box-shadow: 0 18px 45px rgba(0,0,0,.12);
}

.project-detail-list {
    margin-top: 35px;
}

.project-detail-list div {
    padding: 12px 0;
    color: #0e211c;
    font-weight: 700;
    border-bottom: 1px solid rgba(14,33,28,.08);
}

.project-detail-list div:last-child {
    border-bottom: none;
}

/* ==================================================
THE SIP - SECTION 3 TRANSFORMATION
================================================== */

.sip-transformation-section {
    background: #ffffff;
    padding: 110px 0;
}

.sip-before-after-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 60px;
}

.sip-transform-card {
    width: calc(50% - 12px);
    overflow: hidden;
    background: #f8f6f1;
    box-shadow: 0 15px 35px rgba(0,0,0,.08);
}

.sip-transform-image {
    position: relative;
    overflow: hidden;
}

.sip-transform-image img {
    display: block;
    width: 100%;
    height: 420px;
    object-fit: cover;
    transition: transform .45s ease;
}

.sip-transform-card:hover img {
    transform: scale(1.04);
}

.sip-transform-label {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;

    background: rgba(8,25,21,.88);
    color: #ffffff;

    padding: 10px 16px;

    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.sip-transform-label-after {
    background: #b88a3b;
}

.sip-transformation-summary {
    max-width: 820px;
    margin: 55px auto 0;
    text-align: center;
}

.sip-transformation-summary h3 {
    color: #0e211c;
    font-size: 1.8rem;
    margin-bottom: 18px;
}

.sip-transformation-summary p {
    color: #5f6d68;
    line-height: 1.85;
    margin-bottom: 0;
}


/* Tablet */

@media (max-width: 991.98px) {

    .sip-transform-image img {
        height: 340px;
    }

}


/* Mobile */

@media (max-width: 767.98px) {

    .sip-transformation-section {
        padding: 80px 0;
    }

    .sip-transform-card {
        width: 100%;
    }

    .sip-transform-image img {
        height: auto;
    }

}

/*==================================================
SECTION 3 - SIGNATURE SPACES
==================================================*/

.signature-spaces-section{
    padding:110px 0;
    background:#ffffff;
}

.signature-grid{
    display:flex;
    gap:30px;
    margin-top:60px;
}

.signature-card{
    flex:1;
    background:#f8f6f1;
    overflow:hidden;
    box-shadow:0 18px 45px rgba(0,0,0,.08);
    transition:.35s;
}

.signature-card:hover{
    transform:translateY(-8px);
    box-shadow:0 28px 60px rgba(0,0,0,.14);
}

.signature-card img{
    width:100%;
    height:300px;
    object-fit:cover;
    transition:.4s;
}

.signature-card:hover img{
    transform:scale(1.05);
}

.signature-content{
    padding:32px;
}

.signature-content span{
    display:block;
    color:#b88a3b;
    font-size:.75rem;
    font-weight:800;
    letter-spacing:.12em;
    text-transform:uppercase;
    margin-bottom:12px;
}

.signature-content h3{
    margin-bottom:18px;
    color:#0e211c;
}

.signature-content p{
    color:#5f6d68;
    line-height:1.8;
    margin:0;
}

/* Center the gold line under the eyebrow */
.signature-spaces-section .section-eyebrow {
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
}

.signature-spaces-section .section-eyebrow::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 110px;
    height: 3px;
    background: #b88a3b;
    transform: translateX(-50%);
}

/* ==================================================
   THE SIP - CUSTOM PROJECT GALLERY
   Applies ONLY to The Sip project page
================================================== */

.sip-gallery .sip-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 260px;
    gap: 14px;
}

.sip-gallery .sip-gallery-item {
    position: relative;
    display: block;
    overflow: hidden;
    background: #172d28;
}

.sip-gallery .sip-gallery-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.5s ease,
                opacity 0.5s ease;
}

.sip-gallery .sip-gallery-item:hover img {
    transform: scale(1.04);
    opacity: 0.92;
}

/* Large primary image */

.sip-gallery .sip-gallery-feature {
    grid-column: span 2;
    grid-row: span 2;
}

/* Wide horizontal images */

.sip-gallery .sip-gallery-wide {
    grid-column: span 2;
}


/* TABLET */

@media (max-width: 1000px) {

    .sip-gallery .sip-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 250px;
    }

    .sip-gallery .sip-gallery-feature,
    .sip-gallery .sip-gallery-wide {
        grid-column: span 2;
    }

}


/* MOBILE */

@media (max-width: 650px) {

    .sip-gallery .sip-gallery-grid {
        display: block;
    }

    .sip-gallery .sip-gallery-item {
        height: 250px;
        margin-bottom: 12px;
    }

    .sip-gallery .sip-gallery-feature {
        height: 330px;
    }

}

/* ==================================================
SECTION 4 - MASONRY GALLERY
================================================== */

.project-gallery-grid {

    column-count: 3;
    column-gap: 24px;

}

.project-gallery-grid a {

    display: inline-block;
    width: 100%;
    margin: 0 0 24px;
    break-inside: avoid;

    overflow: hidden;
    border-radius: 2px;

    box-shadow: 0 12px 35px rgba(0,0,0,.08);

}

.project-gallery-grid img {

    display: block;
    width: 100%;
    height: auto;

    transition: transform .45s ease;

}

.project-gallery-grid a:hover img {

    transform: scale(1.04);

}

/* ==================================================
PROJECT LIGHTBOX
================================================== */

.project-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(8,25,21,.94);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 40px;
}

.project-lightbox.active {
    display: flex;
}

.project-lightbox img {
    max-width: 92vw;
    max-height: 86vh;
    box-shadow: 0 25px 70px rgba(0,0,0,.45);
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
    position: absolute;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.25);
    color: #ffffff;
    cursor: pointer;
    transition: .25s;
}

.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover {
    background: rgba(214,171,89,.85);
}

.lightbox-close {
    top: 25px;
    right: 30px;
    width: 46px;
    height: 46px;
    font-size: 2rem;
    line-height: 1;
}

.lightbox-prev,
.lightbox-next {
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 70px;
    font-size: 2rem;
}

.lightbox-prev {
    left: 25px;
}

.lightbox-next {
    right: 25px;
}

.project-lightbox,
.project-lightbox img {
    touch-action: pan-y;
}

.project-lightbox img {
    max-width: 92vw;
    max-height: 86vh;
    box-shadow: 0 25px 70px rgba(0,0,0,.45);
    transition: transform .2s ease;
    transform-origin: center center;
}

.lightbox-caption {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    font-size: .9rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    opacity: .85;
    text-align: center;
}

/*==================================================
SECTION 5 - CRAFTSMANSHIP HIGHLIGHTS
==================================================*/

.project-highlights-section{
    background:#ffffff;
    padding:110px 0;
}

.highlights-grid{
    display:flex;
    gap:30px;
    margin-top:60px;
}

.highlight-card{
    flex:1;
    background:#f8f6f1;
    padding:40px 30px;
    text-align:center;
    transition:.3s;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.highlight-card:hover{
    transform:translateY(-8px);
    box-shadow:0 25px 55px rgba(0,0,0,.15);
}

.highlight-card i{
    font-size:42px;
    color:#b88a3b;
    margin-bottom:25px;
}

.highlight-card h3{
    margin-bottom:18px;
}

.highlight-card p{
    margin:0;
    line-height:1.8;
    color:#5f6d68;
}

/* ==================================================
SECTION 6: RELATED PROJECTS
================================================== */

.related-projects-section {
    background: #f8f6f1;
    padding: 110px 0;
}

.related-projects-grid {
    display: flex;
    gap: 30px;
    margin-top: 60px;
}

.related-project-card {
    flex: 1;
    background: #ffffff;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,.08);
    transition: .3s;
}

.related-project-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 55px rgba(0,0,0,.15);
}

.related-project-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    transition: .4s;
}

.related-project-card:hover img {
    transform: scale(1.05);
}

.related-project-card div {
    padding: 28px;
}

.related-project-card span {
    display: block;
    color: #b88a3b;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.related-project-card h3 {
    color: #0e211c;
    margin-bottom: 10px;
}

.related-project-card p {
    color: #0e211c;
    font-weight: 800;
    font-size: .78rem;
    letter-spacing: .10em;
    text-transform: uppercase;
    margin: 0;
}

/* ==================================================
SECTION 7: PROJECT PAGER
================================================== */

.project-pager-section {
    display: flex;
    background: #0e211c;
}

.project-pager-link {
    width: 50%;
    padding: 45px 60px;
    color: #ffffff;
    text-decoration: none;
    transition: .3s;
}

.project-pager-link:hover {
    background: #b88a3b;
    color: #ffffff;
}

.project-pager-next {
    text-align: right;
    border-left: 1px solid rgba(255,255,255,.12);
}

.project-pager-link span {
    display: block;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.project-pager-link strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2rem;
    font-weight: 400;
}

/* ==================================================
GLOBAL CTA
================================================== */

.final-cta-section {

    background:
        linear-gradient(
            rgba(8,25,21,.72),
            rgba(8,25,21,.72)
        ),
        url('../images/main_slider/Wayport_dusk.png');

    background-size: cover;
    background-position: center center;
	background-attachment: fixed;

    padding: 120px 0;
    text-align: center;
}

.final-cta-title {
    color: #ffffff;
    font-size: 3.5rem;
    margin-bottom: 25px;
}

.final-cta-text {
    color: rgba(255,255,255,.82);
    font-size: 1.15rem;
    line-height: 1.9;
    max-width: 760px;
    margin: 0 auto 45px;
}

.final-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.final-cta-phone {
    border: 1px solid rgba(255,255,255,.50);
    color: #ffffff;
}

.final-cta-phone:hover {
    background: rgba(255,255,255,.10);
    color: #ffffff;
}

.final-cta-section .section-eyebrow {
    color: #d6ab59;
    margin-bottom: 15px;
}

.final-cta-section .section-eyebrow:after {
    content: "";
    display: block;
    width: 110px;
    height: 3px;
    background: #d6ab59;
    margin: 12px auto 0;
}


/* ==================================================
FOOTER
================================================== */

.site-footer {
    background: #081915;
    color: rgba(255,255,255,.78);
    padding: 80px 0 30px;
}

.footer-logo {
    width: 220px;
    margin-bottom: 24px;
}

.footer-brand p {
    max-width: 350px;
    color: rgba(255,255,255,.72);
    line-height: 1.8;
}

.site-footer h3 {
    color: #ffffff;
    font-size: 1rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.footer-contact {
    line-height: 1.9;
}

.footer-links a,
.footer-contact a {
    display: block;
    color: rgba(255,255,255,.72);
    font-size: .95rem;
    margin-bottom: 10px;
    text-decoration: none;
}

.footer-contact p {
    color: rgba(255,255,255,.72);
    line-height: 1.7;
    margin-bottom: 18px;
}

.footer-links a:hover,
.footer-contact a:hover {
    color: #d6ab59;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.12);
    margin-top: 55px;
    padding-top: 25px;

    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-bottom p {
    color: rgba(255,255,255,.55);
    font-size: .85rem;
    margin-bottom: 0;
}

/* ==================================================
FOOTER SOCIAL
================================================== */
.footer-social {
    margin-top: 20px;
}

.footer-social a {
    display: flex;
    align-items: center;
    color: rgba(255,255,255,.78);
    text-decoration: none;
    margin-bottom: 14px;
}

.footer-social i {
    width: 24px;
    margin-right: 10px;
    color: #d6ab59;
    font-size: 17px;
}

.footer-social a:hover {
    color: #d6ab59;
}
.mobile-menu-toggle {
    display: none;
}


@media (max-width: 1199.98px) {
	
    .footer-brand,
    .footer-links,
    .footer-contact {
        margin-bottom: 35px;
    }

    .mobile-contact {
        display: block;
        position: absolute;
        top: 180px;
        left: 25px;
        z-index: 20;
        text-align: left;
    }

    .mobile-contact a {
        display: block;
		margin-bottom: 8px;
        color: #fff;
        font-weight: 700;
        text-decoration: none;
        font-size: 1.15rem;
        text-shadow: 0 2px 8px rgba(0,0,0,.8);
    }

    .mobile-contact span {
        display: block;
        margin-top: 4px;
        color: #c79a3b;
        font-size: .85rem;
        letter-spacing: .18em;
        text-transform: uppercase;
        text-shadow: 0 2px 8px rgba(0,0,0,.8);
    }
	
	.site-header {
        padding: 18px 0;
    }

    .site-logo img {
        width: 175px;
    }

    .mobile-menu-toggle {
        display: block;
        position: absolute;
        top: 28px;
        right: 22px;
        z-index: 50;
        background: rgba(8,25,21,.65);
        color: #ffffff;
        border: 1px solid rgba(255,255,255,.35);
        font-size: 1.6rem;
        line-height: 1;
        padding: 8px 13px;
    }

    .main-nav {
        display: none;
        position: absolute;
        top: 95px;
        left: 20px;
        right: 20px;
        z-index: 45;
        background: rgba(8,25,21,.95);
        padding: 20px;
        text-align: center;
    }

    .main-nav.open {
        display: block;
    }

    .main-nav a {
        display: block;
        margin: 0;
        padding: 13px 0;
        border-bottom: 1px solid rgba(255,255,255,.12);
    }

    .header-actions {
        display: none;
		position: absolute;
        top: 40px;
        right: 85px;
        text-align: right;
    }

    .header-location {
        display: none;
    }

    .hero-content {
        padding-left: 28px;
        padding-right: 28px;
        padding-top: 210px;
        max-width: 100%;
        text-align: left;
    }

    .hero-content h1 {
        font-size: 3.4rem;
        line-height: 1.05;
        max-width: 100%;
    }

    .hero-description {
        font-size: 1.15rem;
        line-height: 1.65;
        max-width: 100%;
    }

    .hero-buttons {
        display: block;
    }

    .hero-btn {
        width: 100%;
        margin-bottom: 14px;
    }

    .hero-stats-bar {
        display: none;
    }
	
	.final-cta-title {
    	font-size: 2.8rem;
    }
	
	.related-projects-grid {
        flex-direction: column;
    }
	
	.highlights-grid{
    	flex-direction:column;
	}
	
	.project-gallery-grid{
        column-count:2;
    }
	
	.signature-grid{
    	flex-direction:column;
	}
	
	.project-overview-image {
        margin-bottom: 40px;
    }
	
	.hero-stats-bar {
        position: relative;
        flex-wrap: wrap;
    }

    .hero-stat {
        width: 50%;
        max-width: none;
        padding: 22px;
    }

    .hero-dots {
        bottom: 30px;
    }
	
	.site-logo img {
        width: 145px;
    }
	
	.header-location {
		display: none;
	}

    .hero-slider {
        min-height: 720px;
    }

    .hero-container {
        min-height: 720px;
    }

    .hero-content {
        padding-top: 120px;
		padding-left: 50px;
    }

    .hero-content h1 {
        font-size: 3.75rem;
    }
	
	.project-hero{

    padding-bottom:30px;

	}
	
	.hero-content h1 {
        font-size: 4.5rem;
    }
}
/* ==================================================
TABLET / SMALL LAPTOP: 992px - 1199px
================================================== */

@media (min-width: 992px) and (max-width: 1199.98px) {

    /* Header */
    .site-header .container {
        max-width: 100%;
        padding-left: 28px;
        padding-right: 28px;
    }

    .site-header .logo img {
        width: 125px;
    }

    .site-header .main-nav {
        gap: 16px;
    }

    .site-header .main-nav a {
        font-size: .68rem;
        letter-spacing: .07em;
    }

    /* Hero */
    .project-hero {
        min-height: 760px;
    }

    .project-hero-content {
        max-width: 560px;
        margin-left: 4%;
        padding-top: 95px;
    }

    .project-hero-content h1 {
        font-size: 4.2rem;
    }

    .project-hero-content p {
        font-size: 1.02rem;
        line-height: 1.75;
        max-width: 540px;
    }

    .hero-buttons {
        gap: 14px;
    }

    .hero-buttons .db-btn {
        padding: 17px 28px;
        font-size: .76rem;
    }

    /* Sticky project nav */
    .project-nav {
        top: 82px;
    }

    .project-nav nav {
        gap: 28px;
    }

    .project-nav a {
        font-size: .72rem;
        letter-spacing: .12em;
    }

    /* Overview */
    .project-overview-section {
        padding: 95px 0;
    }

    .project-overview-image img {
        height: 500px;
    }

    .project-overview-section .section-title {
        font-size: 2.55rem;
    }

    /* Signature cards */
    .signature-grid {
        gap: 22px;
    }

    .signature-card img {
        height: 260px;
    }

    .signature-content {
        padding: 28px;
    }

    /* Masonry gallery */
    .project-gallery-grid {
        column-count: 2;
        column-gap: 24px;
    }

    /* Highlights */
    .highlights-grid {
        gap: 22px;
    }

    .highlight-card {
        padding: 34px 24px;
    }

    .highlight-card h3 {
        font-size: 1.35rem;
    }

    /* Related projects */
    .related-projects-grid {
        gap: 22px;
    }

    .related-project-card img {
        height: 240px;
    }

}

@media (max-width: 767.98px) {
    .project-pager-section {
        display: block;
    }

    .project-pager-link {
        display: block;
        width: 100%;
        padding: 35px 30px;
    }

    .project-pager-next {
        text-align: left;
        border-left: none;
        border-top: 1px solid rgba(255,255,255,.12);
    }
	
	.project-gallery-grid{
        column-count:1;
    }
	
	.hero-content h1 {
        font-size: 3rem;
    }

    .hero-description {
        font-size: 1rem;
    }
	
	.project-nav{
        top:70px;
    }

    .project-nav nav{
        gap:18px;
        padding:14px 0;
    }

    .project-nav a{
        font-size:.72rem;
        letter-spacing:.10em;
    }

}
/* =========================
MOBILE HERO FIX
========================= */

@media (max-width: 575.98px) {

    .site-header {
        padding: 14px 0;
    }

    .site-logo img {
        width: 150px;
    }

    .header-actions {
        display: none;
    }

    .header-phone {
        font-size: 1.05rem;
		display: block;
    }
	
	.header-location {
		font-size: .8rem;
	}

    .mobile-menu-toggle {
        top: 58px;
        right: 22px;
        font-size: 1.35rem;
        padding: 7px 11px;
    }

    .hero-slider {
        height: auto;
        min-height: 1150px;
    }

    .hero-content {
        padding-top: 280px;
        padding-left: 28px;
        padding-right: 28px;
        max-width: 100%;
        text-align: left;
    }

    .hero-eyebrow {
        font-size: .82rem;
        line-height: 1.6;
        letter-spacing: .18em;
        margin-bottom: 24px;
    }

    .hero-eyebrow:after {
        width: 95px;
    }

    .hero-content h1 {
        font-size: 3.05rem;
        line-height: 1.05;
        max-width: 100%;
        margin-bottom: 26px;
    }

    .hero-description {
        font-size: 1.1rem;
        line-height: 1.65;
        max-width: 100%;
        margin-bottom: 34px;
    }

    .hero-buttons {
        margin-bottom: 90px;
		display: block;
    }

    .hero-btn {
        width: 100%;
        min-width: 0;
        margin-bottom: 14px;
    }

    .hero-dots {
        bottom: 20px;
		z-index: 10;
    }
	
	.mobile-contact {
        display: block;
        position: absolute;
        top: 180px;
        left: 25px;
        z-index: 20;
        text-align: left;
    }

    .site-footer {
        padding: 60px 0 25px;
    }

    .footer-bottom {
        display: block;
    }

    .footer-bottom p {
        margin-bottom: 10px;
    }

    .final-cta-section {
        padding: 80px 0;
    }

    .final-cta-title {
        font-size: 2.2rem;
    }

    .final-cta-buttons {
        display: block;
    }

    .final-cta-buttons .db-btn {
        width: 100%;
        margin-bottom: 12px;
    }
	
	.project-lightbox {
        padding: 18px;
    }

    .lightbox-prev,
    .lightbox-next {
        width: 42px;
        height: 58px;
    }
	
	.hero-slider {
        height: 88vh;
        min-height: 650px;
    }

    .hero-container {
        min-height: 650px;
    }

    .hero-content h1 {
        font-size: 2.5rem;
		padding-left: 25px;
		padding-right: 25px;
    }

    .hero-buttons {
        display: block;
    }

    .hero-btn {
        width: 100%;
        margin-bottom: 12px;
        margin-right: 0;
    }
	
	.hero-stats-bar {
        display: none;
    }

}