:root {
    --container-max: 1200px;
    --radius-sm: 10px;
    --radius: 16px;
    --radius-lg: 28px;
    --button-radius: 999px;
    --card-radius: 22px;
    --card-radius-lg: 30px;
    --image-radius: 30px;
    --button-shadow: 0 12px 28px rgba(50, 75, 45, 0.16);
    --button-shadow-hover: 0 16px 36px rgba(50, 75, 45, 0.22);
    --card-shadow: 0 18px 45px rgba(37, 55, 34, 0.09);
    --card-shadow-hover: 0 22px 58px rgba(37, 55, 34, 0.14);
    --button-transform-hover: translateY(-1px);
    --card-transform-hover: translateY(-3px);
}

body {
    background: #f7f5ee;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

.ocf-header,
.site-header {
    background: rgba(247, 245, 238, 0.88);
    border-bottom: 1px solid rgba(71, 106, 67, 0.16);
    backdrop-filter: blur(18px);
}

.nav-cta,
.btn-primary,
.ocf-simple-form .btn-primary,
.hero-form-card .form-submit-btn,
.booking-wizard .btn-primary,
.booking-submit,
.bw-button-primary {
    background: #476a43;
    border-color: transparent;
    color: #fff;
    font-weight: 700;
}

.nav-cta:hover,
.btn-primary:hover,
.ocf-simple-form .btn-primary:hover,
.hero-form-card .form-submit-btn:hover,
.booking-submit:hover,
.bw-button-primary:hover {
    background: #2f4d31;
    box-shadow: var(--button-shadow-hover);
}

.btn-secondary {
    border-color: rgba(71, 106, 67, 0.28);
    color: #243722;
}

.eyebrow {
    color: #476a43;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.heading-section {
    color: #1f2b1d;
    font-weight: 800;
}

.ocf-hero {
    min-height: calc(100vh - 4.5rem);
    background: #eef1e6;
}

.ocf-hero__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(247, 245, 238, 0.96) 0%, rgba(247, 245, 238, 0.78) 44%, rgba(247, 245, 238, 0.2) 78%);
}

.ocf-hero__grid {
    grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.74fr);
    align-items: center;
    gap: clamp(2rem, 5vw, 5rem);
}

.ocf-hero__content {
    padding-block: clamp(4rem, 8vw, 8rem);
}

.ocf-hero__rating {
    width: fit-content;
    padding: 0.55rem 0.8rem;
    border: 1px solid rgba(71, 106, 67, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.68);
    box-shadow: 0 12px 34px rgba(37, 55, 34, 0.08);
}

.ocf-hero__title {
    max-width: 11ch;
    margin-top: 1.35rem;
    font-size: clamp(3rem, 7vw, 6.65rem);
    line-height: 0.92;
}

.ocf-hero__text {
    max-width: 48ch;
    color: #40513b;
    font-size: clamp(1.05rem, 1.5vw, 1.35rem);
}

.ocf-hero__form,
.ocf-simple-form,
.hero-form-card,
.booking-wizard,
.ocf-contact__panel,
.ocf-cta__panel {
    border-radius: var(--card-radius-lg);
}

.ocf-hero__form .ocf-simple-form,
.ocf-simple-form,
.hero-form-card,
.booking-wizard {
    border: 1px solid rgba(71, 106, 67, 0.14);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 28px 70px rgba(37, 55, 34, 0.16);
    backdrop-filter: blur(16px);
}

.ocf-field input,
.ocf-field textarea,
.hero-form-card input,
.hero-form-card textarea,
.ocf-phone-combo,
.booking-wizard input,
.booking-wizard textarea,
.booking-wizard select,
.bw-phone-combo,
.bw-service-option {
    border-radius: 16px;
    border-color: rgba(71, 106, 67, 0.22);
    background: #fffdf7;
}

.ocf-services,
.ocf-faq,
.ocf-gallery {
    background: #f7f5ee;
}

.ocf-services-header,
.ocf-testimonials-header,
.ocf-gallery-header {
    align-items: end;
}

.ocf-svc-card,
.ocf-location-card,
.ocf-gallery-card,
.ocf-testimonial-card,
.ocf-faq-item,
.ocf-faq-static-card {
    overflow: hidden;
    border: 1px solid rgba(71, 106, 67, 0.14);
    border-radius: var(--card-radius);
    background: #fffdf7;
    box-shadow: var(--card-shadow);
}

.ocf-svc-card:hover,
.ocf-location-card:hover,
.ocf-gallery-card:hover {
    transform: var(--card-transform-hover);
    box-shadow: var(--card-shadow-hover);
}

.ocf-svc-card-img,
.ocf-gallery-card,
.ocf-location-card__media {
    border-radius: calc(var(--card-radius) - 6px);
}

.ocf-about,
.ocf-commitments,
.ocf-service-areas,
.ocf-cta {
    background: #edf1e7;
}

.ocf-about__media img,
.ocf-commitments__media img,
.ocf-cta__image img {
    box-shadow: 0 24px 70px rgba(37, 55, 34, 0.18);
}

.ocf-testimonials {
    background: #243722;
    color: rgba(255, 255, 255, 0.78);
}

.ocf-testimonials .heading-section,
.ocf-testimonials .eyebrow,
.ocf-testimonial-card strong {
    color: #fff;
}

.ocf-testimonials .eyebrow,
.ocf-testimonial-stars {
    color: #d7b46a;
}

.ocf-testimonial-card {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.15);
    box-shadow: none;
}

.ocf-service-areas__grid,
.ocf-contact__grid {
    gap: clamp(1.5rem, 4vw, 4rem);
}

.ocf-service-areas__link,
.ocf-contact-item,
.ocf-hours-list li {
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.64);
}

.ocf-cta__panel {
    min-height: 460px;
    overflow: hidden;
    box-shadow: 0 26px 80px rgba(37, 55, 34, 0.18);
}

.ocf-footer {
    background: #1f2b1d;
}

@media (max-width: 900px) {
    .ocf-hero {
        min-height: auto;
    }

    .ocf-hero__media::after {
        background: rgba(247, 245, 238, 0.84);
    }

    .ocf-hero__grid {
        grid-template-columns: 1fr;
    }

    .ocf-hero__title {
        max-width: 12ch;
    }
}

@media (max-width: 640px) {
    :root {
        --card-radius: 18px;
        --card-radius-lg: 22px;
        --image-radius: 22px;
    }

    .ocf-hero__content {
        padding-block: 3.25rem 1rem;
    }

    .ocf-hero__title {
        max-width: 100%;
        font-size: clamp(2.35rem, 10.5vw, 3.1rem);
        line-height: 1;
        overflow-wrap: break-word;
    }

    .ocf-hero__title span {
        display: inline;
    }

    .ocf-hero__title span:not(:last-child)::after {
        content: " ";
    }

    .ocf-hero__form .ocf-simple-form,
    .hero-form-card,
    .booking-wizard {
        box-shadow: 0 18px 45px rgba(37, 55, 34, 0.14);
    }

    .ocf-hero__form,
    .ocf-simple-form,
    .hero-form-card,
    .booking-wizard,
    .ocf-field,
    .ocf-phone-combo {
        min-width: 0;
        max-width: 100%;
    }

    .ocf-hero__text {
        max-width: 100%;
        font-size: 1rem;
    }

    .ocf-contact-item-body,
    .ocf-hours-list li,
    .heading-section {
        min-width: 0;
        overflow-wrap: anywhere;
    }
}
