/* Additional pages only. The original assets are unchanged. */
.inner-page {
    font-size: 16px;
    line-height: 1.7;
}
.inner-hero {
    padding: 28px 0 56px;
    background: linear-gradient(110deg, var(--cream), #eef4ec);
}
.inner-page .eyebrow {
    color: var(--green);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}
.inner-page h1 {
    color: var(--green);
    font-size: clamp(34px, 4vw, 58px);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -1.5px;
    margin: 14px 0 20px;
}
.inner-intro {
    font-size: 18px;
    max-width: 650px;
    margin-bottom: 26px;
}
.inner-hero-photo,
.inner-story-photo {
    display: block;
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 18px;
}
.inner-section {
    padding: 60px 0;
}
.inner-cream {
    background: var(--cream);
}
.inner-heading {
    color: var(--green);
    font-size: clamp(27px, 3vw, 38px);
    line-height: 1.25;
    margin: 10px 0 24px;
}
.inner-page h3 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
}
.inner-page p + p {
    margin-top: 16px;
}
.inner-page .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 44px;
    white-space: normal;
}
.inner-card,
.inner-service {
    background: white;
    border: 1px solid #dfe7dd;
    border-radius: 14px;
    box-shadow: var(--shadow);
}
.inner-card {
    padding: 28px;
}
.inner-card h3,
.inner-service h2 {
    margin-bottom: 12px;
}
.inner-card p,
.inner-service p {
    color: var(--muted);
}
.inner-icon {
    object-fit: contain;
    margin-bottom: 18px;
}
.inner-service {
    overflow: hidden;
}
.inner-service-photo {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.inner-service h2 {
    font-size: 23px;
}
.inner-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    margin-top: 14px;
    font-weight: 700;
    color: var(--green);
}
.inner-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 36px;
    background: var(--green);
    color: white;
    border-radius: 16px;
}
.inner-cta .eyebrow {
    color: var(--gold);
}
.inner-cta h2 {
    font-size: clamp(25px, 2.6vw, 36px);
    margin: 10px 0 14px;
    color: white;
}
.inner-cta .btn {
    flex-shrink: 0;
}
.inner-service-tab {
    border: 1px solid #c9d8c9;
    color: var(--green);
    background: var(--cream);
}
.inner-service-tab:hover {
    background: var(--green);
    color: white;
}
.inner-document-list {
    padding-left: 22px;
}
.inner-document-list li {
    padding: 6px 0;
}
.inner-page details {
    border-bottom: 1px solid #dfe7dd;
    padding: 12px 0;
}
.inner-page summary {
    min-height: 44px;
    padding: 8px 0;
    cursor: pointer;
    font-weight: 700;
}
.inner-page details p {
    margin: 8px 0 12px;
}
.inner-contact-method {
    display: flex;
    gap: 18px;
    margin-top: 28px;
    overflow-wrap: anywhere;
}
.inner-contact-method h3 {
    font-size: 17px;
}
.inner-contact-method a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
}
.inner-page .form-control,
.inner-page .form-select {
    min-height: 48px;
    border-color: #cdd8cc;
}
.inner-page textarea {
    resize: vertical;
}
@media (max-width: 767px) {
    .inner-section {
        padding: 40px 0;
    }
    .inner-hero {
        padding: 24px 0 36px;
    }
    .inner-hero-photo,
    .inner-story-photo {
        height: 240px;
    }
    .inner-intro {
        font-size: 16px;
    }
    .inner-cta {
        flex-direction: column;
        align-items: flex-start;
    }
    .inner-card,
    .inner-cta {
        padding: 24px;
    }
}
