.approved-site .healing-table-content.main-page-wrapper {
    padding-top: 0;
}

.healing-table-page {
    background: #fbf5ed;
    color: var(--e-global-color-text, #966b54);
    font-family: "Wix Madefor Text", sans-serif;
    font-size: 16px;
    line-height: 1.65;
}

.healing-table-hero {
    position: relative;
    isolation: isolate;
    display: grid;
    place-items: center;
    min-height: 580px;
    margin-top: 0;
    padding: 250px 20px;
    overflow: hidden;
}

.healing-table-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: rgb(55 35 23 / 45%);
}

.healing-table-hero-image {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.healing-table-hero h1 {
    margin: 0;
    color: var(--e-global-color-accent, #fff);
    font-family: "Frank Ruhl Libre", serif;
    font-size: 6vw;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
}

.healing-table-experience {
    max-width: 1600px;
    margin-inline: auto;
    padding: 80px 100px;
}

.healing-table-story {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: center;
    gap: clamp(32px, 5vw, 80px);
}

.healing-table-page .healing-table-rotator img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: none;
    border-radius: 0;
    object-fit: contain;
}

.healing-table-rotator {
    position: relative;
    min-width: 0;
    min-height: 0;
    width: 100%;
    height: auto;
    max-height: 800px;
    aspect-ratio: 2 / 3;
    background: #f2ece4;
}

.healing-table-slides {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.healing-table-slide {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.healing-table-menu-hint {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 7px 12px;
    border: 1px solid rgb(150 107 84 / 30%);
    border-radius: 20px;
    background: #fbf5ed;
    color: #744e38;
    font-size: 13px;
    line-height: 1.3;
}

.healing-table-page .healing-table-rotator button {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    min-height: 44px;
    padding: 0;
    border: 1px solid #966b54;
    background: #fbf5ed;
    color: #744e38;
    font-size: 22px;
    line-height: 1;
    transform: translateY(-50%);
}

.healing-table-page .healing-table-rotator button:focus-visible,
.healing-table-inquiry:focus-visible,
.healing-table-menu-slide:focus-visible {
    outline: 3px solid #f3a72b;
    outline-offset: 4px;
}

.healing-table-menu-slide:focus-visible {
    outline-offset: -4px;
}

.healing-table-page .healing-table-rotator [data-pause] {
    top: auto;
    right: 16px;
    bottom: 16px;
    width: auto;
    height: 34px;
    min-height: 34px;
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 13px;
    transform: none;
}

.healing-table-carousel-status {
    position: absolute;
    left: 16px;
    bottom: 16px;
    padding: 6px 12px;
    border-radius: 20px;
    background: #fbf5ed;
    color: #744e38;
    font-size: 13px;
}

.healing-table-description {
    min-width: 0;
}

.healing-table-description h2 {
    margin: 0 0 20px;
    color: var(--e-global-color-text, #966b54);
    font-family: "Frank Ruhl Libre", serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.15;
}

.healing-table-description h3 {
    margin: 0 0 10px;
    color: var(--e-global-color-text, #966b54);
    font-family: "Frank Ruhl Libre", serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2;
}

.healing-table-description p {
    margin: 0 0 25px;
    white-space: pre-line;
}

.healing-table-description .healing-table-capacity {
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgb(150 107 84 / 30%);
}

.healing-table-page .healing-table-quote {
    margin: 0 0 30px;
    padding: 0 0 30px;
    border: 0;
    border-bottom: 1px solid rgb(150 107 84 / 30%);
    background: none;
    color: var(--e-global-color-text, #966b54);
    font-family: "Frank Ruhl Libre", serif;
    font-size: clamp(22px, 2vw, 28px);
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
}

.healing-table-page .healing-table-inquiry {
    display: inline-flex;
    justify-content: center;
    padding: 15px 30px;
    border: 1px solid #966b54;
    border-radius: 30px;
    background: #966b54;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
}

.healing-table-page .healing-table-inquiry:hover {
    background: #76503c;
    border-color: #76503c;
    color: #fff;
}

@media (max-width: 1366px) {
    .healing-table-experience { padding: 50px 40px; }
    .healing-table-page { font-size: 15px; }
}

@media (max-width: 1024px) {
    .healing-table-hero { min-height: 330px; padding: 120px 20px; }
    .healing-table-experience { padding: 60px 20px; }
}

@media (max-width: 767px) {
    .healing-table-hero { min-height: 300px; padding: 100px 20px; }
    .healing-table-hero h1 { font-size: clamp(38px, 9vw, 58px); }
    .healing-table-experience { padding: 40px 20px; }
    .healing-table-story { grid-template-columns: minmax(0, 1fr); gap: 32px; }
    .healing-table-rotator { max-height: none; }
    .healing-table-description h2 { font-size: 32px; }
}
