:root {
    --ink: #1e1f20;
    --coal: #292a2b;
    --gold: #bd8528;
    --cream: #f4f0e8;
    --line: #d6d0c5
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    color: var(--ink);
    font-family: "DM Sans", sans-serif;
    background: var(--cream)
}

h1,
h2,
h3 {
    font-family: Manrope, sans-serif;
    letter-spacing: -.05em;
    margin: 0
}

a {
    text-decoration: none;
    color: inherit
}

.topbar {
    height: 86px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 5.5%;
    position: sticky;
    top: 0;
    z-index: 4;
    border-bottom: 1px solid #eee
}

.brand img {
    display: block;
    width: 143px;
    height: 62px;
    object-fit: contain
}

.topbar nav {
    display: flex;
    gap: 30px;
    font-size: 14px;
    font-weight: 600
}

.topbar nav a:hover {
    color: var(--gold)
}

.header-cta {
    background: var(--coal);
    color: #fff;
    padding: 14px 20px;
    font-size: 13px;
    font-weight: 700
}

.header-cta span {
    color: #d79c32;
    margin-left: 8px
}

.hero {
    min-height: 625px;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    position: relative;
    padding: 70px 8%;
    background: #252627;
    color: #fff;
    overflow: hidden
}

.hero-grid {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 49.8%, #ffffff0b 50%, transparent 50.2%), linear-gradient(#ffffff0b 1px, transparent 1px);
    background-size: 100px 100px;
    mask-image: linear-gradient(to right, #000 0%, transparent 85%)
}

.hero-copy {
    position: relative;
    z-index: 1
}

.eyebrow {
    font-size: 11px;
    letter-spacing: .15em;
    font-weight: 700;
    margin: 0 0 20px;
    color: #e4b15c
}

.eyebrow span {
    height: 2px;
    width: 25px;
    background: currentColor;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px
}

.eyebrow.dark {
    color: #a66e18
}

.hero h1 {
    font-size: clamp(42px, 5vw, 73px);
    line-height: 1.03
}

.hero h1 em {
    font-style: normal;
    color: #d6a13d
}

.lead {
    line-height: 1.7;
    color: #d5d5d2;
    max-width: 510px;
    font-size: 17px;
    margin: 27px 0
}

.hero-actions {
    display: flex;
    gap: 12px;
    align-items: center
}

.button {
    padding: 16px 20px;
    font-size: 14px;
    font-weight: 700
}

.gold {
    background: var(--gold);
    color: #fff
}

.gold b,
.submit b {
    font-size: 19px;
    margin-left: 20px
}

.outline {
    border: 1px solid #fff6;
    color: #fff
}

.hero-art {
    height: 430px;
    position: relative;
    z-index: 1
}

.sun {
    position: absolute;
    width: 235px;
    height: 235px;
    border-radius: 50%;
    background: #c79131;
    right: 12%;
    top: 0;
    opacity: .9
}

.building {
    position: absolute;
    bottom: 63px;
    background: #191a1b;
    border: 4px solid #c38c2d
}

.building.one {
    height: 180px;
    width: 68px;
    right: 47%
}

.building.two {
    height: 250px;
    width: 82px;
    right: 28%
}

.building.three {
    height: 125px;
    width: 55px;
    right: 12%
}

.excavator {
    position: absolute;
    bottom: 25px;
    left: 6%;
    width: 390px;
    height: 230px;
    filter: drop-shadow(0 15px 10px #0006)
}

.cab {
    position: absolute;
    bottom: 37px;
    left: 135px;
    width: 120px;
    height: 85px;
    background: #1a1a1a;
    border: 7px solid #d89a2e;
    transform: skewY(-12deg)
}

.track {
    position: absolute;
    bottom: 0;
    left: 100px;
    width: 210px;
    height: 48px;
    border-radius: 48px;
    background: #111;
    border: 7px solid #d89a2e
}

.arm {
    position: absolute;
    left: 230px;
    top: 70px;
    width: 180px;
    height: 23px;
    background: #d89a2e;
    transform: rotate(-25deg);
    transform-origin: left
}

.bucket {
    position: absolute;
    right: -7px;
    top: 30px;
    width: 65px;
    height: 102px;
    border: 18px solid #d89a2e;
    border-top: 0;
    border-left: 0;
    transform: rotate(20deg)
}

.ground {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    height: 7px;
    background: #d89a2e
}

.hero-note {
    position: absolute;
    right: 7%;
    bottom: 45px;
    display: flex;
    gap: 13px;
    align-items: center;
    border-left: 2px solid #ce9330;
    padding-left: 14px;
    z-index: 2
}

.hero-note span {
    font: 800 54px/1 Manrope;
    color: #d49a33
}

.hero-note small {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .08em;
    font-size: 9px
}

.section {
    padding: 100px 8%
}

.section-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 45px
}

.section-heading h2,
.about h2,
.quote h2 {
    font-size: clamp(34px, 4vw, 55px);
    line-height: 1.08
}

.section-heading>p {
    max-width: 310px;
    line-height: 1.6;
    color: #62605c
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line)
}

.service-grid article {
    min-height: 190px;
    padding: 25px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: #f7f4ee;
    transition: .2s
}

.service-grid article:hover {
    background: var(--coal);
    color: #fff
}

.service-grid span {
    display: block;
    color: var(--gold);
    font-size: 12px;
    font-weight: 700
}

.service-grid h3 {
    font-size: 23px;
    margin: 38px 0 8px
}

.service-grid p {
    font-size: 14px;
    margin: 0;
    color: #797570
}

.service-grid article:hover p {
    color: #d8d5d0
}

.about {
    background: #1e1f20;
    color: #fff;
    display: grid;
    grid-template-columns: .65fr 1.2fr .8fr;
    gap: 55px;
    align-items: center
}

.number {
    font: 800 clamp(92px, 14vw, 190px)/.8 Manrope;
    color: #c58a29
}

.number span {
    font-size: .42em
}

.about h2 {
    margin-bottom: 23px
}

.about>div>p:not(.eyebrow) {
    color: #c6c4c1;
    line-height: 1.8;
    max-width: 510px
}

.about strong {
    color: #e4b15c
}

.about-list {
    border-left: 1px solid #ffffff29;
    padding-left: 30px
}

.about-list p {
    font-size: 14px;
    color: #dedbd5 !important
}

.about-list b {
    color: #d59c39;
    margin-right: 8px
}

.quote {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 75px;
    align-items: start;
    background: #e8e2d7
}

.quote-intro {
    padding-top: 25px
}

.quote-intro>p:not(.eyebrow) {
    line-height: 1.7;
    color: #605e58
}

.quote-intro>a {
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid var(--gold);
    padding-bottom: 6px;
    display: inline-block;
    margin-top: 15px
}

.quote-intro b {
    margin-left: 10px;
    color: var(--gold)
}

.quote-card {
    background: #fff;
    padding: 32px;
    box-shadow: 0 18px 40px #39322613
}

.form-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid var(--coal);
    padding-bottom: 16px
}

.form-top h3 {
    font-size: 23px
}

.form-top span {
    font-size: 10px;
    letter-spacing: .14em;
    font-weight: 700;
    color: var(--gold)
}

.contact-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin: 23px 0
}

label {
    font-size: 11px;
    letter-spacing: .07em;
    font-weight: 700;
    color: #5e5d59
}

input,
textarea {
    width: 100%;
    border: 1px solid #dedad2;
    margin-top: 7px;
    padding: 12px;
    font: 14px "DM Sans";
    outline: none;
    background: #fdfcf9
}

input:focus,
textarea:focus {
    border-color: var(--gold)
}

.full {
    grid-column: span 2
}

.table-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
    color: #827c72;
    margin: 18px 0 8px
}

.table-head,
.work-row {
    display: grid;
    grid-template-columns: 76px 1fr 120px 25px;
    align-items: center
}

.table-head {
    background: #28292a;
    color: #fff;
    padding: 10px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .06em
}

.work-row {
    border: 1px solid #dedad2;
    border-top: 0;
    padding: 0 10px
}

.work-row input {
    border: 0;
    border-left: 1px solid #e3dfd7;
    margin: 0;
    padding: 13px 10px
}

.row-number {
    font-size: 12px;
    color: #9e711f;
    font-weight: 700
}

.remove {
    border: 0;
    background: transparent;
    color: #9d9a94;
    font-size: 20px;
    cursor: pointer
}

.add-line {
    border: 0;
    background: transparent;
    padding: 14px 0;
    color: #9f6d1c;
    font: 700 12px "DM Sans";
    cursor: pointer
}

.note {
    display: block
}

.note textarea {
    height: 70px;
    resize: vertical
}

.submit {
    margin-top: 22px;
    width: 100%;
    border: 0;
    background: var(--gold);
    color: #fff;
    padding: 17px;
    font: 700 14px "DM Sans";
    cursor: pointer;
    text-align: left
}

.submit b {
    float: right
}

footer {
    background: #292a2b;
    color: #fff;
    padding: 55px 8%;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1.3fr .7fr;
    gap: 35px
}

footer img {
    width: 155px;
    height: 80px;
    object-fit: contain;
    background: #fff;
    margin-bottom: 8px
}

footer p,
footer a {
    font-size: 13px;
    line-height: 1.7;
    color: #d0cfcc;
    display: block;
    margin: 0 0 12px
}

footer h4 {
    color: #d8a040;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: .12em;
    margin: 0 0 15px
}

footer strong {
    color: #fff
}

.footer-cta {
    align-self: center
}

.footer-cta a {
    border: 1px solid #d59b37;
    padding: 15px;
    color: #fff;
    font-weight: 700
}

.footer-cta b {
    float: right;
    color: #d59b37
}

@media(max-width:800px) {
    .topbar {
        padding: 8px 5%
    }

    .topbar nav {
        display: none
    }

    .header-cta {
        padding: 11px
    }

    .hero {
        grid-template-columns: 1fr;
        padding: 70px 7% 130px
    }

    .hero-art {
        position: absolute;
        opacity: .23;
        right: -18%;
        bottom: 5px;
        width: 80%;
        transform: scale(.85)
    }

    .hero-note {
        right: 7%;
        bottom: 30px
    }

    .section {
        padding: 70px 7%
    }

    .section-heading,
    .quote {
        display: block
    }

    .section-heading>p {
        margin-top: 20px
    }

    .service-grid {
        grid-template-columns: 1fr 1fr
    }

    .about {
        grid-template-columns: 1fr;
        gap: 35px
    }

    .number {
        font-size: 110px
    }

    .about-list {
        border-left: 0;
        border-top: 1px solid #ffffff29;
        padding: 20px 0 0
    }

    .quote-intro {
        margin-bottom: 35px
    }

    .quote-card {
        padding: 20px
    }

    footer {
        grid-template-columns: 1fr 1fr
    }

    .footer-cta {
        grid-column: span 2
    }

    .table-head,
    .work-row {
        grid-template-columns: 57px 1fr 85px 20px
    }

    .table-head {
        font-size: 8px
    }

    .work-row input {
        font-size: 12px
    }
}

@media(max-width:460px) {
    .header-cta {
        font-size: 11px
    }

    .brand img {
        width: 120px
    }

    .hero-actions {
        flex-direction: column;
        align-items: start
    }

    .service-grid {
        grid-template-columns: 1fr
    }

    .contact-fields {
        grid-template-columns: 1fr
    }

    .full {
        grid-column: auto
    }

    footer {
        grid-template-columns: 1fr
    }

    .footer-cta {
        grid-column: auto
    }
}