/* Home page styles */
.home-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
    gap: 46px;
    align-items: center;
    padding: 76px 60px;
    background:
        linear-gradient(rgba(52, 28, 2, 0.82), rgba(52, 28, 2, 0.82)),
        url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?w=1600&h=900&fit=crop") center/cover;
}

.home-hero-copy {
    max-width: 780px;
    color: #fff;
}

.home-kicker {
    margin-bottom: 14px;
    color: #d8c9b8;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.home-hero-copy h1 {
    color: #fff;
    font-size: 48px;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.home-hero-copy > p:not(.home-kicker) {
    max-width: 720px;
    margin-top: 24px;
    color: #f5efe8;
    font-size: 18px;
    line-height: 1.75;
}

.home-hero-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.home-phone-link {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.home-hero-panel {
    background: #fff;
    border-top: 6px solid #8B6F47;
    padding: 30px 28px;
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.18);
}

.home-hero-panel h2 {
    color: #222;
    font-size: 28px;
    line-height: 1.15;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.home-hero-panel p {
    color: #333;
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 18px;
}

.home-hero-panel ul {
    margin-left: 20px;
}

.home-hero-panel li {
    color: #222;
    font-size: 15px;
    line-height: 1.6;
    margin: 8px 0;
}

.home-quick-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1120px;
    margin: -28px auto 0;
    position: relative;
    z-index: 2;
    background: #fff;
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.12);
}

.home-quick-links a {
    display: block;
    padding: 24px 26px;
    color: #222;
    text-decoration: none;
    border-left: 1px solid #e2d7ca;
}

.home-quick-links a:first-child {
    border-left: none;
}

.home-quick-links strong,
.home-quick-links span {
    display: block;
}

.home-quick-links strong {
    font-size: 20px;
    line-height: 1.2;
}

.home-quick-links span {
    margin-top: 6px;
    color: #555;
    font-size: 14px;
    line-height: 1.4;
}

.home-services-section,
.home-process-section {
    max-width: 1120px;
    margin: 0 auto;
    padding: 72px 40px;
}

.home-section-heading {
    max-width: 700px;
    margin-bottom: 34px;
}

.home-section-heading p {
    color: #8B6F47;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.home-section-heading h2 {
    color: #222;
    font-size: 38px;
    line-height: 1.18;
    text-transform: uppercase;
}

.home-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.home-services-grid article {
    border: 1px solid #e2d7ca;
    border-top: 5px solid #8B6F47;
    padding: 26px 22px;
    background: #fff;
}

.home-services-grid h3,
.home-process-list h3 {
    color: #222;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.home-services-grid p,
.home-process-list p {
    color: #333;
    font-size: 16px;
    line-height: 1.65;
}

.home-process-section {
    background: #f5f5f5;
    max-width: none;
}

.home-process-section > * {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}

.home-process-list {
    display: grid;
    gap: 16px;
}

.home-process-list article {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 22px;
    align-items: start;
    background: #fff;
    padding: 22px 24px;
}

.home-process-list span {
    color: #8B6F47;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
}

.home-cta-section {
    background: #341C02;
    color: #fff;
    text-align: center;
    padding: 62px 40px 70px;
}

.home-cta-section h2 {
    font-size: 38px;
    line-height: 1.15;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.home-cta-section p {
    max-width: 680px;
    margin: 0 auto 24px;
    color: #f5efe8;
    font-size: 17px;
    line-height: 1.6;
}

@media (max-width: 900px) {
    .home-hero {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 58px 32px;
    }

    .home-hero-copy h1 {
        font-size: 38px;
    }

    .home-quick-links,
    .home-services-grid {
        grid-template-columns: 1fr;
    }

    .home-quick-links {
        margin: 0;
        max-width: none;
        box-shadow: none;
        border-bottom: 1px solid #e2d7ca;
    }

    .home-quick-links a {
        border-left: none;
        border-top: 1px solid #e2d7ca;
    }

    .home-services-section,
    .home-process-section {
        padding: 56px 32px;
    }
}

@media (max-width: 768px) {
    .home-hero {
        padding: 44px 16px;
    }

    .home-hero-copy h1 {
        font-size: 31px;
    }

    .home-hero-copy > p:not(.home-kicker) {
        font-size: 16px;
        line-height: 1.65;
    }

    .home-hero-actions {
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
    }

    .home-hero-actions .orange-button,
    .home-phone-link {
        width: 100%;
        text-align: center;
    }

    .home-hero-panel {
        padding: 24px 20px;
    }

    .home-hero-panel h2 {
        font-size: 24px;
    }

    .home-section-heading h2 {
        font-size: 28px;
    }

    .home-services-section,
    .home-process-section {
        padding: 44px 16px 50px;
    }

    .home-process-list article {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 22px 18px;
    }
}

@media (max-width: 480px) {
    .home-hero-copy h1 {
        font-size: 26px;
    }

    .home-kicker {
        font-size: 12px;
    }

    .home-hero-panel li,
    .home-services-grid p,
    .home-process-list p {
        font-size: 15px;
    }

    .home-phone-link {
        font-size: 16px;
    }

    .home-quick-links a {
        padding: 20px 16px;
    }

    .home-services-grid article {
        padding: 22px 18px;
    }

    .home-cta-section {
        padding: 46px 16px 54px;
    }

    .home-cta-section h2 {
        font-size: 26px;
    }
}
