.hero {
    position: relative;
    margin-top: 0;
    min-height: clamp(300px, 34vw, 440px);
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    border-radius: 0;
    overflow: hidden;
    border: 0;
    box-shadow: none;
    background: #ff751f;
}

.hero-media {
    position: absolute;
    inset: 0;
}

.hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
    border-radius: 0;
    filter: saturate(102%) contrast(1.02);
}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(102deg, rgba(18, 16, 14, 0.86) 0%, rgba(18, 16, 14, 0.74) 44%, rgba(18, 16, 14, 0.5) 70%, rgba(18, 16, 14, 0.26) 100%);
    pointer-events: none;
}

.hero::before {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 42%;
    background: linear-gradient(180deg, rgba(18, 16, 14, 0) 0%, rgba(18, 16, 14, 0.36) 72%, rgba(18, 16, 14, 0.58) 100%);
    pointer-events: none;
    z-index: 0;
}

.hero-overlay {
    position: relative;
    z-index: 1;
    min-height: inherit;
    width: min(var(--wtc-max-content, 1160px), 92vw);
    margin-inline: auto;
    display: grid;
    align-items: center;
    padding: clamp(2rem, 4vw, 3.75rem) 0;
}

.hero-content {
    width: min(620px, 100%);
    display: grid;
    gap: 1rem;
    color: #fff;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.28);
}

.hero-eyebrow {
    margin: 0;
    font-size: 0.76rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.86);
}

.hero h1 {
    margin: 0;
    font-family: var(--font-display, "Playfair Display", serif);
    font-size: clamp(2rem, 1.7rem + 2vw, 3.3rem);
    line-height: 1.08;
    color: #fff;
}

.hero-lead {
    margin: 0;
    max-width: 56ch;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(1rem, 0.95rem + 0.26vw, 1.12rem);
}

.hero-actions {
    margin-top: 0.4rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.hero .btn-outline {
    border-color: rgba(255, 255, 255, 0.54);
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.hero .btn-outline:hover,
.hero .btn-outline:focus-visible {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}

.hero-trust {
    margin: 0.6rem 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.hero-trust li {
    display: inline-flex;
    align-items: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.76rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 600;
}

.module {
    margin-top: clamp(3.25rem, 6vw, 5rem);
}

.module-shell {
    border-radius: 28px;
    border: 1px solid var(--wtc-border, rgba(31, 29, 26, 0.14));
    padding: clamp(2rem, 3vw, 3rem);
}

.module-shell > * + * {
    margin-top: clamp(0.95rem, 1.8vw, 1.4rem);
}

.module--light .module-shell {
    background: color-mix(in srgb, var(--wtc-surface, #fffaf4) 88%, white 12%);
}

.module--cream .module-shell {
    background: #f2e4d5;
}

.module--accent .module-shell {
    background: linear-gradient(150deg, #f7eee4 0%, #fff7ef 38%, #f4e0ca 100%);
}

.about-shell {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: clamp(1.1rem, 2vw, 1.8rem);
    align-items: center;
}

.about-copy-block {
    display: grid;
    gap: 0.95rem;
    max-width: min(92ch, 100%);
    text-align: center;
    justify-items: center;
}

.about-copy-block h2 {
    margin: 0;
    font-family: var(--font-display, "Playfair Display", serif);
    font-size: clamp(1.8rem, 1.52rem + 1.08vw, 2.55rem);
    line-height: 1.12;
    color: var(--wtc-accent, #ff751f);
}

.about-copy-block p {
    margin: 0;
    color: var(--wtc-muted, #5f5a53);
    line-height: 1.72;
}

.policy-band {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #d4cdbe;
}

.policy-band .policy-shell {
    width: min(var(--wtc-max-content, 1160px), 92vw);
    margin-inline: auto;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: clamp(2rem, 3vw, 3rem) 0;
}

.policy-shell {
    display: grid;
    grid-template-columns: minmax(240px, 0.9fr) minmax(300px, 1.1fr);
    gap: clamp(1.3rem, 3vw, 2.4rem);
    align-items: start;
}

.policy-header {
    display: grid;
    gap: 0.9rem;
}

.policy-header h2 {
    margin: 0;
    font-family: var(--font-display, "Playfair Display", serif);
    font-size: clamp(1.6rem, 1.35rem + 0.8vw, 2.2rem);
    line-height: 1.14;
    color: #2a2723;
}

.policy-header p {
    margin: 0;
    color: #4e4841;
}

.policy-list {
    margin: clamp(1.45rem, 1.2rem + 0.5vw, 1.9rem) 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(170px, 1fr));
    gap: 0.8rem 1rem;
}

.policy-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    color: #3a352f;
    line-height: 1.45;
}

.policy-list li::before {
    content: "•";
    color: var(--wtc-accent, #ff751f);
    font-weight: 700;
}

.services-shell {
    display: grid;
    grid-template-columns: minmax(250px, 0.9fr) minmax(360px, 1.1fr);
    gap: clamp(1.4rem, 3vw, 2.5rem);
}

.services-intro {
    display: grid;
    gap: 0.85rem;
    align-content: start;
}

.services-intro h2 {
    margin: 0;
    font-family: var(--font-display, "Playfair Display", serif);
    font-size: clamp(1.7rem, 1.45rem + 1vw, 2.35rem);
    line-height: 1.12;
    color: var(--wtc-accent, #ff751f);
}

.services-intro p {
    margin: 0;
    color: var(--wtc-muted, #5f5a53);
}

.services-actions {
    margin-top: 0.7rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.service-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    gap: 0.9rem;
    counter-reset: service-index;
}

.service-item {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid var(--wtc-border, rgba(31, 29, 26, 0.14));
    border-radius: 18px;
    padding: 1rem 1rem 1.1rem;
    display: grid;
    gap: 0.55rem;
}

.service-item h3 {
    margin: 0;
    font-size: 1rem;
    color: #2b2824;
}

.service-item p {
    margin: 0;
    color: #59544e;
    font-size: 0.94rem;
    line-height: 1.5;
}

.services-shell--signature {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(1rem, 2.2vw, 1.6rem);
}

.services-intro--signature {
    justify-items: center;
    text-align: center;
    max-width: min(68ch, 100%);
    margin-inline: auto;
    gap: 0.7rem;
}

.services-intro--signature .services-actions {
    margin-top: 0.2rem;
    justify-content: center;
}

.services-shell--signature > .services-actions {
    width: 100%;
    justify-self: center;
    justify-content: center;
    margin-top: 0.2rem;
}

.services-shell--signature .service-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(0.8rem, 1.7vw, 1.15rem);
    max-width: 100%;
    margin-inline: 0;
}

.services-shell--signature .service-item {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(31, 29, 26, 0.1);
    border-radius: 16px;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 246, 239, 0.95) 100%);
    box-shadow: 0 12px 28px rgba(19, 16, 12, 0.08);
    padding: 1rem 1rem 1.05rem;
    gap: 0.45rem;
    height: 100%;
}

.services-shell--signature .service-item::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 3px;
    background: linear-gradient(90deg, var(--wtc-accent, #ff751f), rgba(255, 117, 31, 0.35));
}

.services-shell--signature .service-item h3 {
    font-size: 1.01rem;
    letter-spacing: 0.01em;
}

.services-shell--signature .service-item p {
    color: #4f4943;
    line-height: 1.52;
    font-size: 0.9rem;
}

.services-shell--smooth {
    grid-template-columns: minmax(320px, 540px) minmax(240px, 320px);
    justify-content: center;
    align-items: center;
    gap: clamp(0.85rem, 1.6vw, 1.25rem);
}

.services-intro--smooth {
    text-align: left;
    justify-items: start;
    justify-self: start;
    max-width: 54ch;
    gap: 0.6rem;
}

.services-intro--smooth h2 {
    font-size: clamp(2.1rem, 1.85rem + 1.1vw, 2.85rem);
    line-height: 1.08;
}

.services-intro--smooth p {
    margin: 0;
    color: #4f4943;
    line-height: 1.6;
}

.smooth-services-media {
    margin: 0;
    width: min(320px, 100%);
    justify-self: start;
}

.smooth-services-media img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 18px;
    border: 1px solid rgba(31, 29, 26, 0.14);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    background: #fff;
}

.testimonials-band {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #ff751f;
}

.testimonials-band .testimonials-shell {
    width: min(var(--wtc-max-content, 1160px), 92vw);
    margin-inline: auto;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: clamp(2rem, 3vw, 3rem) 0;
}

.testimonials-band .section-eyebrow,
.testimonials-band .testimonials-header h2,
.testimonials-band .testimonials-note {
    color: #fff;
}

.testimonials-note {
    margin: 0.4rem 0 0;
    font-size: 0.98rem;
    letter-spacing: 0.01em;
    opacity: 0.92;
}

.testimonials-stars {
    display: inline-block;
    margin-left: 0.45em;
    font-size: 1em;
    line-height: 1;
    letter-spacing: 0.08em;
    vertical-align: baseline;
}

.testimonials-shell {
    display: grid;
    gap: clamp(1rem, 1.8vw, 1.45rem);
}

.testimonials-header {
    margin-bottom: 0;
}

.testimonials-carousel {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: clamp(0.4rem, 1.2vw, 0.9rem);
}

.carousel-button {
    border: 1px solid rgba(31, 29, 26, 0.2);
    background: rgba(255, 255, 255, 0.9);
    color: #26231f;
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    line-height: 1;
    cursor: pointer;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

.carousel-button:hover:not(:disabled) {
    transform: translateY(-1px);
    box-shadow: 0 8px 16px rgba(31, 29, 26, 0.12);
    background: #fff;
}

.carousel-button:disabled {
    opacity: 0.38;
    cursor: not-allowed;
}

.testimonials-track {
    --testimonials-per-view: 2;
    --testimonials-gap: 0.9rem;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - var(--testimonials-gap) * (var(--testimonials-per-view) - 1)) / var(--testimonials-per-view));
    gap: var(--testimonials-gap);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 0.15rem;
}

.testimonials-track::-webkit-scrollbar {
    display: none;
}

.testimonial-slide {
    scroll-snap-align: start;
    min-height: 100%;
}

.testimonial-feature,
.testimonial-compact {
    margin: 0;
    border: 1px solid rgba(31, 29, 26, 0.14);
    border-radius: 18px;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 248, 244, 0.82) 100%);
    box-shadow: 0 10px 22px rgba(31, 29, 26, 0.06);
    padding: 1.05rem 1.05rem 1.2rem;
    display: grid;
    align-content: start;
    gap: 0.1rem;
    position: relative;
}

.testimonial-feature {
    border-color: rgba(31, 29, 26, 0.18);
    border-radius: 22px;
    padding: clamp(1.2rem, 2vw, 1.7rem);
    box-shadow: 0 14px 30px rgba(31, 29, 26, 0.08);
}

.testimonial-feature::before {
    content: "“";
    position: absolute;
    top: 0.28rem;
    left: 0.9rem;
    font-size: clamp(2.4rem, 4vw, 3rem);
    line-height: 1;
    font-family: "Cormorant Garamond", Georgia, serif;
    color: rgba(255, 117, 31, 0.28);
    pointer-events: none;
}

.testimonial-feature p,
.testimonial-compact p {
    margin: 0;
    color: #3a352f;
    line-height: 1.62;
}

.testimonial-feature p {
    font-size: 1rem;
    max-width: 42ch;
}

.testimonial-feature footer,
.testimonial-compact footer {
    margin-top: 0.85rem;
    font-size: 0.82rem;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #5f584f;
    font-weight: 700;
}

.testimonial-compact p {
    font-size: 0.96rem;
    line-height: 1.58;
}

.testimonial-compact::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 2px;
    background: linear-gradient(90deg, rgba(255, 117, 31, 0.9), rgba(255, 117, 31, 0.25));
    border-radius: 16px 16px 0 0;
}

.booking-shell {
    display: grid;
    gap: clamp(1rem, 2vw, 1.8rem);
}

.booking-header {
    margin-bottom: 0;
}

.booking-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(210px, 1fr));
    gap: 0.95rem;
}

.booking-card {
    border-radius: 16px;
    border: 1px solid var(--wtc-border, rgba(31, 29, 26, 0.14));
    background: rgba(255, 255, 255, 0.75);
    padding: 1rem;
    display: grid;
    align-content: start;
    gap: 0.55rem;
}

.booking-card strong {
    font-size: 1rem;
    color: #26231f;
}

.booking-card p {
    margin: 0;
    color: #5a544e;
    line-height: 1.45;
}

.booking-card a {
    color: var(--wtc-ink, #1f1d1a);
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 600;
}

.social-links {
    display: flex;
    gap: 0.7rem;
    flex-wrap: wrap;
    align-items: center;
}

.social-links .social-link {
    width: 2.2rem;
    height: 2.2rem;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    color: #ff751f;
    background: #fff;
    border: 1px solid rgba(255, 117, 31, 0.28);
    text-decoration: none;
    font-weight: 600;
    line-height: 1;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.social-links .social-link:hover {
    background: #fff3ea;
    box-shadow: 0 6px 14px rgba(20, 18, 16, 0.12);
    transform: translateY(-1px);
}

.social-links .social-link__icon {
    width: 1rem;
    height: 1rem;
    fill: currentColor;
}

@media (max-width: 980px) {
    .hero {
        min-height: 340px;
    }

    .about-shell,
    .policy-shell,
    .services-shell,
    .testimonials-shell {
        grid-template-columns: 1fr;
    }

    .testimonials-track {
        --testimonials-per-view: 1;
    }

    .policy-list,
    .service-list,
    .booking-grid {
        grid-template-columns: 1fr;
    }

    .carousel-button {
        width: 2.4rem;
        height: 2.4rem;
    }

    .policy-list {
        margin-top: 0;
    }

    .services-shell--signature .service-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .services-intro--smooth {
        justify-self: start;
    }
}

@media (max-width: 640px) {
    .hero {
        margin-top: 0;
        min-height: 250px;
        border-radius: 0;
    }

    .hero::after {
        background: linear-gradient(180deg, rgba(18, 16, 14, 0.18) 0%, rgba(18, 16, 14, 0.52) 38%, rgba(18, 16, 14, 0.82) 100%);
    }

    .hero::before {
        height: 58%;
    }

    .hero-overlay {
        padding: 1.25rem;
        align-items: end;
    }

    .hero-actions {
        width: 100%;
    }

    .hero-actions a {
        flex: 1 1 100%;
    }

    .hero-trust {
        gap: 0.45rem;
    }

    .hero-trust li {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .module {
        margin-top: clamp(2.8rem, 8vw, 3.4rem);
    }

    .module-shell {
        border-radius: 20px;
        padding: 1.2rem;
    }

    .services-actions {
        width: 100%;
    }

    .services-actions a {
        width: 100%;
        justify-content: center;
    }

    .services-shell--signature .service-list {
        grid-template-columns: 1fr;
    }

    .testimonials-carousel {
        grid-template-columns: 1fr;
    }

    .carousel-button {
        display: none;
    }
}
