/* ==========================================================================
   ADU city pages
   - Text-only "ADU types" section (8 cards, no photos)
   - Nearby service-area links
   - Process section trimmed to a single photo
   ========================================================================== */

/* ---------- ADU types ---------- */
.adu-types {
    padding: 80px 20px;
    background-color: #fdf8f0;
}

.adu-types__inner {
    max-width: 1200px;
    margin: 0 auto;
}

.adu-types__heading {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #1a2a44;
    font-size: 34px;
    line-height: 1.3;
    margin: 0 0 14px;
}

.adu-types__intro {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 48px;
    color: #444;
    font-size: 18px;
    line-height: 1.6;
}

.adu-types__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.adu-type {
    background: #ffffff;
    border-top: 3px solid #edbc72;
    padding: 34px 36px 30px;
    box-shadow: 0 2px 14px rgba(26, 42, 68, 0.06);
    scroll-margin-top: 110px;
}

.adu-type__top {
    display: flex;
    align-items: baseline;
    gap: 14px;
    margin-bottom: 10px;
}

.adu-type__num {
    font-family: Roboto, sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    color: #edbc72;
}

.adu-type__label {
    font-family: Roboto, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #8a7550;
}

.adu-type__title {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    color: #1a2a44;
    font-size: 22px;
    line-height: 1.35;
    margin: 0 0 14px;
}

.adu-type p {
    color: #444;
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 12px;
}

.adu-type p:last-child {
    margin-bottom: 0;
}

.adu-type a {
    color: #1a2a44;
    text-decoration: underline;
    text-decoration-color: #edbc72;
    text-underline-offset: 3px;
}

.adu-types__cta {
    text-align: center;
    margin-top: 44px;
}

.adu-types__cta a {
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.4px;
    padding: 14px 30px;
    background: #edbc72;
    color: #1a2a44;
    text-decoration: none;
    border: 2px solid #edbc72;
    border-radius: 2px;
    transition: background 0.3s ease, color 0.3s ease;
}

.adu-types__cta a:hover {
    background: transparent;
    color: #1a2a44;
}

@media (max-width: 1024px) {
    .adu-types__heading {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .adu-types {
        padding: 56px 16px;
    }
    .adu-types__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .adu-type {
        padding: 26px 22px 22px;
    }
    .adu-types__heading {
        font-size: 26px;
    }
    .adu-types__intro {
        font-size: 16px;
        margin-bottom: 32px;
    }
}

/* Hero pills link to in-page sections; keep them from wrapping awkwardly */
.hero-services-list__items li a[href^="#"] {
    cursor: pointer;
}

/* ---------- Process section: one photo instead of two ---------- */
.elementor-element.elementor-element-c92b4fa {
    display: none !important;
}

@media (min-width: 1025px) {
    .elementor-element.elementor-element-47fed4e {
        width: 48% !important;
    }
}

/* ---------- Nearby ADU service areas ---------- */
.adu-areas {
    padding: 56px 20px;
    background-color: #1a2a44;
    color: #ffffff;
}

.adu-areas__inner {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.adu-areas__title {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.3;
    margin: 0 0 12px;
}

.adu-areas__intro {
    max-width: 720px;
    margin: 0 auto 28px;
    font-size: 17px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
}

.adu-areas__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 12px;
}

.adu-areas__list a {
    display: inline-block;
    padding: 9px 18px;
    border: 1px solid #edbc72;
    border-radius: 999px;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: background 0.2s ease, color 0.2s ease;
}

.adu-areas__list a:hover {
    background: #edbc72;
    color: #1a2a44;
}

@media (max-width: 680px) {
    .adu-areas {
        padding: 44px 16px;
    }
    .adu-areas__title {
        font-size: 24px;
    }
    .adu-areas__list a {
        font-size: 14px;
        padding: 8px 14px;
    }
}
