.page-hero {
    background: #111111;
    color: #ffffff;
    padding: 105px 0;
}

.page-hero h1 {
    font-size: 4.2rem;
    line-height: .95;
    letter-spacing: -0.055em;
    font-weight: 900;
    text-transform: uppercase;
    max-width: 780px;
}

.page-hero p {
    color: #d8d8d8;
    font-size: 1.15rem;
    line-height: 1.75;
    max-width: 650px;
    margin-top: 28px;
}

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

.page-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 85px;
    align-items: start;
}

.page-label {
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: .78rem;
    font-weight: 900;
    color: #777777;
    margin-bottom: 22px;
}

.page-section h2 {
    font-size: 3.4rem;
    line-height: .98;
    letter-spacing: -0.05em;
    font-weight: 900;
    text-transform: uppercase;
}

.page-copy p {
    font-size: 1.06rem;
    line-height: 1.85;
    color: #444444;
    margin-bottom: 24px;
}

.services-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 60px;
}

.state-card-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    margin-top: 60px;
}

.info-card {
    background: #f6f6f6;
    border: 1px solid #e7e7e7;
    padding: 36px;
}

.info-card h3 {
    font-size: 1.25rem;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: 16px;
}

.info-card p {
    color: #555555;
    line-height: 1.7;
}

.dark-band {
    background: #0b0b0b;
    color: #ffffff;
    padding: 95px 0;
}

.dark-band h2 {
    font-size: 3rem;
    line-height: 1;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.dark-band p {
    color: #d8d8d8;
    max-width: 700px;
    line-height: 1.8;
}

.contact-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 80px;
    align-items: start;
}

.contact-details {
    margin-top: 36px;
}

.contact-details p {
    margin-bottom: 12px;
    color: #444444;
}

.contact-details strong {
    color: #111111;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .82rem;
}

.contact-details a {
    color: #111111;
    font-size: 1.8rem;
    font-weight: 900;
    text-decoration: none;
}

.quote-form-box {
    background: #f6f6f6;
    border: 1px solid #e5e5e5;
    padding: 42px;
}

.quote-form {
    display: grid;
    gap: 22px;
}

.quote-form label {
    display: grid;
    gap: 8px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-size: .78rem;
    color: #222222;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
    width: 100%;
    border: 1px solid #d8d8d8;
    background: #ffffff;
    padding: 15px 16px;
    font: inherit;
    color: #111111;
}

.quote-form textarea {
    resize: vertical;
}

.quote-form button {
    background: #111111;
    color: #ffffff;
    border: 0;
    padding: 18px 28px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
    cursor: pointer;
}

.quote-form button:hover {
    background: #333333;
}

@media(max-width:900px) {
    .page-grid,
    .contact-grid,
    .services-card-grid,
    .state-card-grid {
        grid-template-columns: 1fr;
    }

    .page-hero h1,
    .page-section h2 {
        font-size: 2.6rem;
    }
}
.about-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 0;
}

@media(max-width:900px) {
    .about-card-grid {
        grid-template-columns: 1fr;
    }
}
.person-contact {
    border-top: 1px solid #dddddd;
    padding: 18px 0;
}

.person-contact span {
    display: block;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .82rem;
    margin-bottom: 6px;
}