:root {
    --container-max: 1160px;
    --radius-sm: 12px;
    --radius: 18px;
    --radius-lg: 26px;
    --button-radius: 12px;
    --card-radius: 20px;
    --card-radius-lg: 28px;
    --image-radius: 24px;
    --button-shadow: none;
    --button-shadow-hover: 0 16px 35px rgba(31, 111, 139, 0.18);
    --button-transform-hover: translateY(-2px);
    --card-shadow: 0 18px 52px rgba(11, 31, 43, 0.08);
    --card-shadow-hover: 0 24px 70px rgba(11, 31, 43, 0.13);
}

body {
    background: #f8f7f2;
    color: #32424a;
}

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

.ocf-header,
.site-header {
    background: rgba(248, 247, 242, 0.9);
    border-bottom: 1px solid rgba(18, 44, 56, 0.12);
    backdrop-filter: blur(18px);
}

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

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

.btn-secondary {
    border-color: rgba(18, 44, 56, 0.2);
    color: #122c38;
}

.eyebrow {
    color: #1f6f8b;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.heading-section {
    color: #122c38;
    font-weight: 800;
    letter-spacing: 0;
}

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

.ocf-hero::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(18, 44, 56, 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(18, 44, 56, 0.07) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(90deg, #000 0%, transparent 72%);
}

.ocf-hero__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(248, 247, 242, 0.98) 0%, rgba(248, 247, 242, 0.86) 45%, rgba(18, 44, 56, 0.26));
}

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

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

.ocf-hero__title {
    max-width: 11.5ch;
    margin-top: 1.1rem;
    font-size: clamp(3rem, 6.6vw, 6rem);
    line-height: 0.94;
}

.ocf-hero__text {
    max-width: 53ch;
    color: #40535c;
    font-size: clamp(1.05rem, 1.45vw, 1.3rem);
}

.ocf-hero__rating {
    width: fit-content;
    border: 1px solid rgba(31, 111, 139, 0.18);
    border-radius: 999px;
    padding: 0.48rem 0.72rem;
    background: #fff;
    box-shadow: 0 12px 35px rgba(11, 31, 43, 0.07);
}

.ocf-hero__stars,
.ocf-testimonial-stars {
    color: #d98c4a;
}

.ocf-hero__form .ocf-simple-form,
.ocf-simple-form,
.hero-form-card,
.booking-wizard,
.ocf-contact__panel {
    border: 1px solid rgba(18, 44, 56, 0.14);
    border-radius: var(--card-radius-lg);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 26px 75px rgba(11, 31, 43, 0.13);
    backdrop-filter: blur(14px);
}

.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: 14px;
    border-color: rgba(18, 44, 56, 0.16);
    background: #fff;
}

.bw-service-option.is-selected,
.bw-service-option[aria-checked="true"] {
    border-color: #1f6f8b;
    background: rgba(31, 111, 139, 0.08);
}

.ocf-services,
.ocf-faq,
.ocf-contact {
    background: #f8f7f2;
}

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

.ocf-svc-grid {
    gap: 0.9rem;
}

.ocf-svc-card,
.ocf-location-card,
.ocf-gallery-card,
.ocf-testimonial-card,
.ocf-faq-item,
.ocf-faq-static-card {
    border: 1px solid rgba(18, 44, 56, 0.12);
    border-radius: var(--card-radius);
    background: #fff;
    box-shadow: var(--card-shadow);
}

.ocf-svc-card:hover,
.ocf-location-card:hover,
.ocf-gallery-card:hover {
    transform: var(--button-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 {
    background: #eef4f3;
}

.ocf-about__media img,
.ocf-commitments__media img {
    box-shadow: 0 28px 80px rgba(11, 31, 43, 0.16);
}

.ocf-testimonials {
    background: #122c38;
    color: rgba(255, 255, 255, 0.76);
}

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

.ocf-testimonials .eyebrow {
    color: #92d8d1;
}

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

.ocf-service-areas {
    background: #fff;
}

.ocf-service-areas__grid {
    border: 1px solid rgba(18, 44, 56, 0.12);
    border-radius: var(--card-radius-lg);
    background: #f8f7f2;
    padding: clamp(1rem, 4vw, 2rem);
}

.ocf-service-areas__link,
.ocf-contact-item,
.ocf-hours-list li {
    border-radius: 14px;
    background: #fff;
}

.ocf-cta {
    background: #dcebe8;
}

.ocf-cta__panel {
    border: 1px solid rgba(18, 44, 56, 0.12);
    border-radius: var(--card-radius-lg);
    background: #122c38;
    box-shadow: 0 28px 80px rgba(11, 31, 43, 0.18);
}

.ocf-cta .heading-section,
.ocf-cta .eyebrow,
.ocf-cta__text {
    color: #fff;
}

.ocf-cta .eyebrow {
    color: #92d8d1;
}

.ocf-footer {
    background: #0d2029;
}

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

    .ocf-hero::before {
        mask-image: linear-gradient(180deg, #000 0%, transparent 70%);
    }

    .ocf-hero__media::after {
        background: rgba(248, 247, 242, 0.86);
    }

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

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

    .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,
    .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;
    }
}
