:root {
    --rh-black: #0b0b0a;
    --rh-ink: #171411;
    --rh-charcoal: #28231e;
    --rh-bronze: #a77a32;
    --rh-gold: #d4a84d;
    --rh-cream: #f7f3ea;
    --rh-stone: #ddd5c8;
    --rh-muted: #746d62;
    --rh-white: #ffffff;
    --rh-max: 1180px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--rh-cream);
    color: var(--rh-ink);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 1.6;
}

a {
    color: inherit;
}

img {
    display: block;
    max-width: 100%;
}

.rh-skip-link {
    background: var(--rh-black);
    color: var(--rh-white);
    left: 1rem;
    padding: .75rem 1rem;
    position: fixed;
    top: -100px;
    z-index: 1000;
}

.rh-skip-link:focus {
    top: 1rem;
}

.rh-site-header {
    background: rgba(11, 11, 10, .95);
    color: var(--rh-white);
    position: sticky;
    top: 0;
    z-index: 30;
}

.rh-header-inner {
    align-items: center;
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
    margin: 0 auto;
    max-width: var(--rh-max);
    min-height: 82px;
    padding: .75rem 1.25rem;
}

.rh-brand {
    align-items: center;
    display: inline-flex;
    gap: .8rem;
    text-decoration: none;
}

.rh-brand img {
    border: 1px solid rgba(255, 255, 255, .22);
    height: 58px;
    object-fit: contain;
    width: 54px;
}

.rh-brand strong,
.rh-brand small {
    display: block;
    letter-spacing: 0;
    line-height: 1.1;
}

.rh-brand strong {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.rh-brand small {
    color: var(--rh-gold);
    font-size: .75rem;
    text-transform: uppercase;
}

.rh-menu-toggle {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .28);
    color: var(--rh-white);
    display: none;
    min-height: 44px;
    padding: .45rem .8rem;
}

.rh-menu {
    align-items: center;
    display: flex;
    gap: .25rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.rh-menu a {
    border-radius: 3px;
    color: rgba(255, 255, 255, .86);
    display: block;
    font-size: .78rem;
    padding: .6rem .7rem;
    text-decoration: none;
    text-transform: uppercase;
}

.rh-menu a:hover,
.rh-menu .current-menu-item > a {
    background: rgba(212, 168, 77, .16);
    color: var(--rh-gold);
}

.rh-main {
    min-height: 60vh;
}

.rh-hero {
    background: var(--rh-black);
    color: var(--rh-white);
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
    min-height: calc(100vh - 82px);
}

.rh-hero__media {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 580px;
    overflow: hidden;
}

.rh-hero__media img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.rh-hero__media img:first-child {
    filter: saturate(.9) contrast(1.08);
}

.rh-hero__content {
    align-self: center;
    padding: clamp(2rem, 5vw, 5rem);
}

.rh-kicker {
    color: var(--rh-bronze);
    font-size: .78rem;
    font-weight: 700;
    margin: 0 0 .8rem;
    text-transform: uppercase;
}

h1,
h2,
h3 {
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.04;
    margin: 0;
}

h1 {
    font-size: clamp(2.4rem, 6vw, 5.2rem);
    max-width: 820px;
}

h2 {
    font-size: clamp(1.6rem, 3vw, 3rem);
}

.rh-hero__content p:not(.rh-kicker) {
    color: rgba(255, 255, 255, .8);
    font-size: 1.2rem;
    max-width: 560px;
}

.rh-hero__actions,
.rh-contact-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    margin-top: 1.4rem;
}

.rh-button {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 4px;
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    min-height: 46px;
    padding: .7rem 1rem;
    text-decoration: none;
}

.rh-button--primary {
    background: var(--rh-gold);
    color: var(--rh-black);
}

.rh-button--secondary {
    border-color: rgba(167, 122, 50, .45);
    color: inherit;
}

.rh-section {
    margin: 0 auto;
    max-width: var(--rh-max);
    padding: clamp(3rem, 7vw, 6rem) 1.25rem;
}

.rh-section--split,
.rh-intro {
    display: grid;
    gap: clamp(1.8rem, 5vw, 4rem);
    grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
}

.rh-copy {
    color: var(--rh-charcoal);
}

.rh-copy p:first-child {
    margin-top: 0;
}

.rh-band {
    background: var(--rh-ink);
    color: var(--rh-white);
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(3, 1fr);
}

.rh-band div {
    background: rgba(255, 255, 255, .04);
    padding: 2rem;
}

.rh-band span {
    color: var(--rh-gold);
    display: block;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.5rem;
    line-height: 1.1;
}

.rh-band p {
    color: rgba(255, 255, 255, .72);
    margin-bottom: 0;
}

.rh-card-grid,
.rh-profile-grid,
.rh-service-grid,
.rh-list-grid {
    display: grid;
    gap: 1.25rem;
}

.rh-card-grid {
    grid-template-columns: repeat(3, 1fr);
}

.rh-feature-card {
    background: var(--rh-white);
    color: var(--rh-white);
    min-height: 420px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

.rh-feature-card::after {
    background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, .86));
    content: '';
    inset: 0;
    position: absolute;
}

.rh-feature-card img {
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
    width: 100%;
}

.rh-feature-card span {
    bottom: 1.25rem;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 2rem;
    left: 1.25rem;
    position: absolute;
    z-index: 2;
}

.rh-feature-card:hover img {
    transform: scale(1.045);
}

.rh-profile-grid {
    grid-template-columns: repeat(3, 1fr);
}

.rh-profile-card,
.rh-list-grid article,
.rh-service-grid article {
    background: var(--rh-white);
    border: 1px solid rgba(23, 20, 17, .08);
    box-shadow: 0 18px 45px rgba(23, 20, 17, .08);
}

.rh-profile-card img {
    aspect-ratio: 4 / 4.2;
    object-fit: cover;
    width: 100%;
}

.rh-profile-card__body {
    padding: 1.25rem;
}

.rh-profile-card h2,
.rh-list-grid h2,
.rh-service-grid h2 {
    font-size: 1.4rem;
}

.rh-profile-card ul {
    color: var(--rh-muted);
    margin: 1rem 0 0;
    padding-left: 1.1rem;
}

.rh-list-grid {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 2rem;
}

.rh-list-grid article,
.rh-service-grid article {
    padding: 1.3rem;
}

.rh-list-grid p,
.rh-service-grid p {
    color: var(--rh-muted);
    margin-bottom: 0;
}

.rh-feature-pair {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: 1fr 1fr;
}

.rh-feature-pair img {
    aspect-ratio: 16 / 10;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.rh-service-grid {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 1.25rem;
}

.rh-service-grid small,
.rh-source {
    color: var(--rh-bronze);
    font-weight: 700;
}

.rh-contact {
    align-items: center;
    display: grid;
    gap: clamp(2rem, 5vw, 5rem);
    grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
    margin: 0 auto;
    max-width: var(--rh-max);
    padding: clamp(3rem, 7vw, 6rem) 1.25rem;
}

.rh-contact h1 {
    font-size: clamp(2rem, 4vw, 4rem);
}

.rh-contact img {
    aspect-ratio: 4 / 5;
    object-fit: cover;
    width: 100%;
}

.rh-cta {
    background: var(--rh-black);
    color: var(--rh-white);
    margin: 0 auto clamp(3rem, 7vw, 6rem);
    max-width: var(--rh-max);
    padding: clamp(2rem, 5vw, 4rem);
}

.rh-cta h2 {
    max-width: 780px;
}

.rh-cta > div {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    margin-top: 1.4rem;
}

.rh-page > .entry-content,
.rh-page > * {
    margin-left: auto;
    margin-right: auto;
}

.rh-site-footer {
    align-items: center;
    background: var(--rh-ink);
    color: rgba(255, 255, 255, .72);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 2rem max(1.25rem, calc((100vw - var(--rh-max)) / 2));
}

.rh-site-footer strong {
    color: var(--rh-white);
    display: block;
}

.rh-site-footer p {
    margin: .2rem 0 0;
}

.rh-footer-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.rh-footer-contact a {
    color: var(--rh-gold);
}

@media (max-width: 980px) {
    .rh-menu-toggle {
        display: inline-flex;
    }

    .rh-navigation {
        background: var(--rh-black);
        border-top: 1px solid rgba(255, 255, 255, .12);
        display: none;
        left: 0;
        padding: 1rem 1.25rem;
        position: absolute;
        right: 0;
        top: 82px;
    }

    .rh-navigation.is-open {
        display: block;
    }

    .rh-menu {
        align-items: stretch;
        flex-direction: column;
    }

    .rh-menu a {
        padding: .85rem 0;
    }

    .rh-hero,
    .rh-section--split,
    .rh-intro,
    .rh-contact {
        grid-template-columns: 1fr;
    }

    .rh-hero {
        min-height: auto;
    }

    .rh-hero__media {
        min-height: 430px;
        order: 2;
    }

    .rh-hero__content {
        order: 1;
    }

    .rh-card-grid,
    .rh-profile-grid,
    .rh-list-grid,
    .rh-service-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 680px) {
    body {
        font-size: 16px;
    }

    .rh-header-inner {
        min-height: 76px;
    }

    .rh-brand img {
        height: 50px;
        width: 46px;
    }

    .rh-brand strong {
        font-size: 1rem;
    }

    .rh-navigation {
        top: 76px;
    }

    .rh-hero__media,
    .rh-feature-pair,
    .rh-band,
    .rh-card-grid,
    .rh-profile-grid,
    .rh-list-grid,
    .rh-service-grid {
        grid-template-columns: 1fr;
    }

    .rh-hero__media {
        min-height: 540px;
    }

    .rh-feature-card {
        min-height: 340px;
    }

    .rh-site-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .rh-button {
        width: 100%;
    }
}

/* Visual refinement pass: image-led, premium kennel presentation. */
:root {
    --rh-forest: #1f3028;
    --rh-steel: #3c4645;
    --rh-paper: #fbfaf6;
}

body {
    background:
        linear-gradient(180deg, rgba(251, 250, 246, .96), rgba(245, 240, 230, .96)),
        radial-gradient(circle at top left, rgba(31, 48, 40, .1), transparent 34%);
}

.rh-site-header {
    background: rgba(9, 9, 8, .92);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(212, 168, 77, .18);
}

.rh-header-inner {
    min-height: 76px;
}

.rh-brand {
    gap: .95rem;
}

.rh-brand img {
    background: var(--rh-paper);
    border: 1px solid rgba(212, 168, 77, .4);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .34);
    height: 62px;
    padding: 3px;
    width: 58px;
}

.rh-brand strong {
    font-size: clamp(1.05rem, 1.8vw, 1.55rem);
}

.rh-menu {
    gap: .15rem;
}

.rh-menu a {
    border: 1px solid transparent;
    font-size: .72rem;
    line-height: 1;
}

.rh-menu a:hover,
.rh-menu .current-menu-item > a {
    border-color: rgba(212, 168, 77, .22);
}

.rh-hero {
    align-items: end;
    display: grid;
    grid-template-columns: 1fr;
    isolation: isolate;
    min-height: calc(92svh - 76px);
    overflow: hidden;
    position: relative;
}

.rh-hero::before {
    background:
        linear-gradient(90deg, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, .72) 35%, rgba(0, 0, 0, .16) 72%),
        linear-gradient(180deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .8));
    content: '';
    inset: 0;
    position: absolute;
    z-index: -1;
}

.rh-hero__media {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    inset: 0;
    min-height: 0;
    position: absolute;
    z-index: -2;
}

.rh-hero__media img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.rh-hero__media img:first-child {
    filter: saturate(.86) contrast(1.18);
    object-position: 48% 42%;
}

.rh-hero__media img:nth-child(2) {
    filter: saturate(.92) contrast(1.08);
    object-position: 35% 50%;
}

.rh-hero__content {
    align-self: end;
    max-width: var(--rh-max);
    padding: clamp(5rem, 12vh, 8rem) 1.25rem clamp(2rem, 7vh, 4rem);
    width: 100%;
    z-index: 1;
}

.rh-hero__content h1 {
    font-size: clamp(3.4rem, 8vw, 7.8rem);
    max-width: 920px;
    text-shadow: 0 10px 38px rgba(0, 0, 0, .52);
}

.rh-hero__content p:not(.rh-kicker) {
    color: rgba(255, 255, 255, .86);
    font-size: clamp(1.08rem, 2vw, 1.42rem);
    margin-top: 1.1rem;
}

.rh-hero__actions {
    margin-top: 1.8rem;
}

.rh-hero__meta {
    border-top: 1px solid rgba(255, 255, 255, .22);
    color: rgba(255, 255, 255, .78);
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: clamp(2.4rem, 6vh, 4.6rem);
    max-width: 980px;
    padding-top: 1.15rem;
}

.rh-hero__meta span {
    display: block;
    font-size: .95rem;
}

.rh-hero__meta strong {
    color: var(--rh-gold);
    display: block;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.85rem;
    line-height: 1;
}

.rh-button {
    border-radius: 3px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .18);
    min-height: 50px;
    padding: .78rem 1.15rem;
}

.rh-button--secondary {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .26);
    color: currentColor;
}

.rh-section {
    padding: clamp(3.6rem, 7vw, 6.5rem) 1.25rem;
}

.rh-section-heading {
    margin-bottom: 2rem;
    max-width: 820px;
}

.rh-section-heading p:not(.rh-kicker) {
    color: var(--rh-muted);
    font-size: 1.1rem;
    margin-bottom: 0;
}

.rh-intro {
    align-items: start;
    border-bottom: 1px solid rgba(23, 20, 17, .09);
}

.rh-intro h2 {
    max-width: 680px;
}

.rh-card-grid {
    gap: 1rem;
}

.rh-feature-card {
    border: 1px solid rgba(23, 20, 17, .08);
    min-height: 500px;
}

.rh-feature-card::after {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, .04) 24%, rgba(0, 0, 0, .78)),
        linear-gradient(45deg, rgba(31, 48, 40, .42), transparent 48%);
}

.rh-feature-card span {
    align-items: center;
    display: flex;
    font-size: clamp(1.65rem, 2.6vw, 2.5rem);
    gap: .65rem;
}

.rh-feature-card span::before {
    background: var(--rh-gold);
    content: '';
    display: inline-block;
    height: 2px;
    width: 42px;
}

.rh-profile-grid {
    gap: 1rem;
}

.rh-profile-card,
.rh-list-grid article,
.rh-service-grid article {
    background: var(--rh-paper);
    border-color: rgba(23, 20, 17, .1);
    box-shadow: 0 16px 50px rgba(31, 48, 40, .1);
}

.rh-profile-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.rh-profile-card img {
    aspect-ratio: 4 / 3.6;
    filter: saturate(.92) contrast(1.08);
}

.rh-profile-card__body {
    padding: 1.35rem;
}

.rh-profile-card h2,
.rh-list-grid h2,
.rh-service-grid h2 {
    color: var(--rh-forest);
    font-size: 1.35rem;
}

.rh-profile-card p {
    color: var(--rh-steel);
}

.rh-profile-card ul {
    border-top: 1px solid rgba(23, 20, 17, .08);
    padding-top: .95rem;
}

.rh-band {
    background: linear-gradient(135deg, var(--rh-black), var(--rh-forest));
}

.rh-cta {
    background:
        linear-gradient(120deg, rgba(11, 11, 10, .94), rgba(31, 48, 40, .94)),
        url('../images/litter-dogs.jpg') center/cover;
    border: 1px solid rgba(212, 168, 77, .2);
}

.rh-site-footer {
    background: #0f1412;
    border-top: 1px solid rgba(212, 168, 77, .18);
}

@media (max-width: 980px) {
    .rh-navigation {
        top: 76px;
    }

    .rh-hero {
        min-height: calc(90svh - 76px);
    }

    .rh-hero__media {
        display: block;
    }

    .rh-hero__media img:first-child {
        display: block;
    }

    .rh-hero__media img:nth-child(2) {
        display: none;
    }

    .rh-hero__content {
        padding-top: clamp(4rem, 12vh, 6rem);
    }

    .rh-hero__meta {
        grid-template-columns: 1fr;
        max-width: 420px;
    }

    .rh-feature-card {
        min-height: 420px;
    }
}

@media (max-width: 680px) {
    .rh-header-inner {
        min-height: 72px;
    }

    .rh-brand img {
        height: 54px;
        width: 50px;
    }

    .rh-navigation {
        top: 72px;
    }

    .rh-hero {
        min-height: calc(88svh - 72px);
    }

    .rh-hero::before {
        background:
            linear-gradient(90deg, rgba(0, 0, 0, .88), rgba(0, 0, 0, .42)),
            linear-gradient(180deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .86));
    }

    .rh-hero__content h1 {
        font-size: clamp(3rem, 15vw, 4.5rem);
    }

    .rh-hero__content {
        padding-bottom: 2rem;
    }

    .rh-hero__meta {
        display: none;
    }
}
