.rmhp-body-shell {
    margin: 0;
    background: #f8faf8;
    color: #202423;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.7;
}

.rmhp-main {
    box-sizing: border-box;
    width: min(100%, 920px);
    margin: 0 auto;
    padding: 20px 16px 56px;
}

.rmhp-page-nav {
    position: sticky;
    top: 0;
    z-index: 5;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    padding: 10px 0 12px;
    background: rgba(248, 250, 248, 0.96);
    backdrop-filter: blur(10px);
}

.rmhp-page-nav a {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid #cfdcd6;
    border-radius: 6px;
    background: #fff;
    color: #163b35;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
}

.rmhp-page-nav a.is-active {
    border-color: #17616b;
    background: #17616b;
    color: #fff;
}

.rmhp-hero {
    padding: 18px 0 26px;
    border-bottom: 1px solid #d9e2dd;
}

.rmhp-hero img {
    display: block;
    width: 100%;
    max-height: 430px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 22px;
    box-shadow: 0 18px 40px rgba(30, 54, 48, 0.14);
}

.rmhp-main h1 {
    margin: 0 0 16px;
    color: #163b35;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.2;
    letter-spacing: 0;
}

.rmhp-main h2 {
    margin: 0 0 14px;
    color: #163b35;
    font-size: 22px;
    letter-spacing: 0;
}

.rmhp-section {
    padding: 30px 0;
    border-bottom: 1px solid #d9e2dd;
}

.rmhp-page-head {
    padding-top: 22px;
}

.rmhp-kicker {
    display: inline-flex;
    margin: 0 0 10px;
    border: 1px solid #cfdcd6;
    border-radius: 6px;
    padding: 4px 9px;
    background: #fff;
    color: #17616b;
    font-size: 13px;
    font-weight: 700;
}

.rmhp-lead {
    font-size: 17px;
}

.rmhp-section p,
.rmhp-lead p {
    max-width: 760px;
}

.rmhp-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
    padding: 22px 0 8px;
}

.rmhp-gallery img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 6px;
    box-shadow: 0 10px 24px rgba(30, 54, 48, 0.11);
}

.rmhp-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0 0 20px;
}

.rmhp-facts div {
    border: 1px solid #d9e2dd;
    border-radius: 6px;
    padding: 10px 12px;
    background: #fff;
}

.rmhp-facts dt {
    margin: 0 0 3px;
    color: #65736d;
    font-size: 12px;
    font-weight: 700;
}

.rmhp-facts dd {
    margin: 0;
    color: #202423;
    font-weight: 700;
    line-height: 1.5;
}

.rmhp-blog-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rmhp-blog-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid #e0e8e4;
}

.rmhp-blog-list span {
    display: grid;
    gap: 4px;
}

.rmhp-blog-list a {
    color: #17616b;
    font-weight: 700;
    text-decoration: none;
}

.rmhp-menu-link {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    border: 1px solid #17616b;
    border-radius: 6px;
    padding: 8px 13px;
    background: #fff;
    color: #17616b;
    font-weight: 700;
    text-decoration: none;
}

.rmhp-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.rmhp-manage-home-link {
    margin: 0 0 18px;
}

.rmhp-primary-link {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid #17616b;
    border-radius: 6px;
    padding: 10px 15px;
    background: #17616b;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.rmhp-contact-text {
    display: grid;
    gap: 8px;
    max-width: 760px;
}

.rmhp-contact-line {
    margin: 0;
}

.rmhp-contact-text a {
    color: #17616b;
    font-weight: 700;
    overflow-wrap: anywhere;
    text-underline-offset: 3px;
}

.rmhp-social-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    vertical-align: middle;
}

.rmhp-social-icon {
    flex: 0 0 auto;
    width: 14px;
    height: 14px;
}

.rmhp-blog-list time,
.rmhp-date {
    color: #6a625b;
    white-space: nowrap;
}

.rmhp-article .rmhp-body {
    white-space: normal;
    overflow-wrap: anywhere;
    font-size: 17px;
}

.rmhp-form {
    display: grid;
    gap: 16px;
    margin: 20px 0 32px;
}

.rmhp-form label {
    display: grid;
    gap: 8px;
    font-weight: 700;
}

.rmhp-form input,
.rmhp-form textarea {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #b8aea2;
    border-radius: 6px;
    padding: 12px;
    background: #fff;
    color: #1c1c1c;
    font: inherit;
}

.rmhp-form textarea {
    resize: vertical;
    min-height: 220px;
}

.rmhp-form button,
.rmhp-login input[type="submit"],
.rmhp-secondary {
    width: 100%;
    border: 0;
    border-radius: 6px;
    padding: 14px 16px;
    background: #0f5f6d;
    color: #fff;
    font: inherit;
    font-weight: 700;
}

.rmhp-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.rmhp-actions form {
    margin: 0;
}

.rmhp-actions a,
.rmhp-actions button {
    display: inline-flex;
    min-width: 54px;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    border: 1px solid #b8aea2;
    border-radius: 6px;
    background: #fff;
    color: #0f5f6d;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.rmhp-actions button {
    color: #8b2f25;
}

.rmhp-secondary {
    background: #4b4742;
}

.rmhp-notice,
.rmhp-error {
    padding: 12px;
    border-radius: 6px;
    background: #e6f4ec;
}

.rmhp-error {
    background: #fde9e7;
}

.rmhp-footer {
    padding: 18px 16px 28px;
    text-align: center;
    font-size: 12px;
    color: #777;
}

.rmhp-footer a {
    color: inherit;
    text-decoration: none;
}

.rmhp-section a[href^="tel:"],
.rmhp-section a[href^="mailto:"],
.rmhp-section a[href^="http"]:not(.rmhp-primary-link):not(.rmhp-menu-link) {
    color: #0f5f6d;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.rmhp-shop-salon-lea-lea-toyota-outcall {
    background: #fbf7f1;
    color: #27302a;
}

.rmhp-shop-salon-lea-lea-toyota-outcall .rmhp-main {
    max-width: 980px;
}

.rmhp-shop-salon-lea-lea-toyota-outcall .rmhp-page-nav {
    background: rgba(251, 247, 241, 0.96);
}

.rmhp-shop-salon-lea-lea-toyota-outcall .rmhp-page-nav a {
    border-color: #dfd2c2;
    color: #53683d;
}

.rmhp-shop-salon-lea-lea-toyota-outcall .rmhp-page-nav a.is-active,
.rmhp-shop-salon-lea-lea-toyota-outcall .rmhp-primary-link,
.rmhp-shop-salon-lea-lea-toyota-outcall .rmhp-form button,
.rmhp-shop-salon-lea-lea-toyota-outcall .rmhp-login input[type="submit"] {
    border-color: #7a8d52;
    background: #7a8d52;
    color: #fff;
}

.rmhp-shop-salon-lea-lea-toyota-outcall .rmhp-hero,
.rmhp-shop-salon-lea-lea-toyota-outcall .rmhp-section {
    border-color: #eaded0;
}

.rmhp-shop-salon-lea-lea-toyota-outcall .rmhp-hero img {
    max-height: 390px;
    object-position: center;
    box-shadow: 0 18px 42px rgba(105, 83, 55, 0.13);
}

.rmhp-shop-salon-lea-lea-toyota-outcall .rmhp-main h1,
.rmhp-shop-salon-lea-lea-toyota-outcall .rmhp-main h2 {
    color: #425238;
}

.rmhp-shop-salon-lea-lea-toyota-outcall .rmhp-kicker {
    border-color: #e5cfc4;
    background: #fffdf9;
    color: #8b5f52;
}

.rmhp-shop-salon-lea-lea-toyota-outcall .rmhp-facts div {
    border-color: #eaded0;
    background: #fffdf9;
}

.rmhp-shop-salon-lea-lea-toyota-outcall .rmhp-facts dt,
.rmhp-shop-salon-lea-lea-toyota-outcall .rmhp-blog-list time,
.rmhp-shop-salon-lea-lea-toyota-outcall .rmhp-date {
    color: #8b7568;
}

.rmhp-shop-salon-lea-lea-toyota-outcall .rmhp-menu-link {
    border-color: #7a8d52;
    background: #fffdf9;
    color: #53683d;
}

.rmhp-shop-salon-lea-lea-toyota-outcall .rmhp-blog-list a,
.rmhp-shop-salon-lea-lea-toyota-outcall .rmhp-contact-text a,
.rmhp-shop-salon-lea-lea-toyota-outcall .rmhp-section a[href^="tel:"],
.rmhp-shop-salon-lea-lea-toyota-outcall .rmhp-section a[href^="mailto:"],
.rmhp-shop-salon-lea-lea-toyota-outcall .rmhp-section a[href^="http"]:not(.rmhp-primary-link):not(.rmhp-menu-link) {
    color: #53683d;
}

@media (max-width: 600px) {
    .rmhp-main {
        padding: 10px 12px 44px;
    }

    .rmhp-page-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
    }

    .rmhp-page-nav a {
        min-height: 44px;
        font-size: 13px;
    }

    .rmhp-hero img {
        max-height: 320px;
    }

    .rmhp-main h1 {
        font-size: 30px;
    }

    .rmhp-facts {
        grid-template-columns: 1fr;
    }

    .rmhp-cta-row,
    .rmhp-primary-link,
    .rmhp-menu-link {
        width: 100%;
    }

    .rmhp-blog-list li {
        display: grid;
    }

    .rmhp-actions {
        justify-content: stretch;
    }

    .rmhp-actions a,
    .rmhp-actions form,
    .rmhp-actions button {
        width: 100%;
    }
}
