:root {
    /* Vitality Care tokens */
    --text-primary: #2a1f16;
    --text-tertiary: #3c2c1c;
    --text-secondary: #d2c3af;
    --text-on-muted: #6f5c46;
    --text-disabled: #9c8a72;
    --text-primary-rgb: 42, 31, 22;
    --surface-base: #000000;
    --surface-muted: #f5f0e8;
    --surface-raised: #ede6da;
    --surface-dropdown: #252527;
    --surface-field: #faf7f1;
    --surface-base-rgb: 0, 0, 0;
    --surface-muted-rgb: 245, 240, 232;
    --border-muted: #8c5a3a;
    --border-muted-rgb: 140, 90, 58;
    --hairline: rgba(42, 31, 22, 0.12);
    --accent-point: #b86f68;
    --accent-point-hover: #a85f58;
    --accent-point-rgb: 184, 111, 104;
    --feedback-error: #b23b2e;
    --feedback-success: #1f7a4d;
    --font-family: Pretendard, "Apple SD Gothic Neo", sans-serif;
    --font-weight-light: 300;
    --font-weight-regular: 400;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --type-display-size: 64px;
    --type-display-lh: 1.05;
    --type-display-ls: -0.03em;
    --type-heading-size: 48px;
    --type-heading-lh: 1.15;
    --type-heading-ls: -0.025em;
    --type-subhead-size: 20px;
    --type-subhead-lh: 1.35;
    --type-subhead-ls: -0.02em;
    --type-card-title-size: 20px;
    --type-card-title-lh: 1.35;
    --type-card-title-ls: -0.02em;
    --type-lead-size: 24px;
    --type-lead-lh: 1.35;
    --type-body-size: 18px;
    --type-body-lh: 1.7;
    --type-caption-size: 14px;
    --type-caption-lh: 1.5;
    --type-label-size: 11px;
    --type-label-lh: 1;
    --type-label-ls: 0.3em;
    --type-section-size: 40px;
    --type-section-lh: 1.25;
    --type-desc-size: 16px;
    --type-desc-lh: 1.6;
    --space-1: 2px;
    --space-2: 3px;
    --space-3: 4px;
    --space-4: 6px;
    --space-5: 10px;
    --space-6: 13px;
    --space-7: 14px;
    --space-8: 16px;
    --layout-1: 24px;
    --layout-2: 40px;
    --layout-3: 64px;
    --layout-4: 88px;
    --radius-none: 0;
    --radius-pill: 50px;
    --duration-instant: 200ms;
    --duration-fast: 220ms;
    --duration-normal: 250ms;
    --duration-slow: 300ms;
    --duration-spin: 750ms;
    --easing-standard: cubic-bezier(0.4, 0, 0.2, 1);

    /* Legacy Oracle aliases */
    --oracle-point: var(--accent-point);
    --oracle-point-hover: var(--accent-point-hover);
    --oracle-point-rgb: 184, 111, 104;
    --oracle-point-rgb-space: 184 111 104;
    --oracle-text: var(--text-primary);
    --oracle-sub: var(--text-on-muted);
    --oracle-soft: var(--surface-muted);
    --oracle-line: var(--hairline);
    --font-size-body: var(--type-body-size);
}

::selection {
    color: var(--surface-muted);
    background: var(--accent-point);
}

@keyframes vc-spin {
    to {
        transform: rotate(360deg);
    }
}

/* Bridge existing utility classes to the Vitality tokens. */
.text-point,
.hover\:text-point:hover,
.group:hover .group-hover\:text-point,
.oracle-main [class*="text-[#1fd5bd]"] {
    color: var(--accent-point) !important;
}

.bg-point,
.hover\:bg-point:hover,
.group:hover .group-hover\:bg-point,
.oracle-main [class*="bg-[#1fd5bd]"] {
    background-color: var(--accent-point) !important;
}

.hover\:bg-point-hover:hover {
    background-color: var(--accent-point-hover) !important;
}

.border-point,
.hover\:border-point:hover {
    border-color: var(--accent-point) !important;
}

.text-sub {
    color: var(--text-on-muted) !important;
}

.text-charcoal {
    color: var(--text-primary) !important;
}

.bg-bg-gray {
    background-color: var(--surface-muted) !important;
}

/* Equipment content page */
.ctt_equipment > header {
    display: none;
}

.ctt_equipment {
    margin: 0 !important;
    padding: 80px 0 0 !important;
    background: #f8fbfa !important;
}

.ctt_equipment #ctt_con {
    padding: 0;
}

.ctt_tour > header {
    display: none;
}

.ctt_hours > header,
.ctt_location > header {
    display: none;
}

.ctt_tour {
    margin: 0 !important;
    padding: 80px 0 0 !important;
    background: #f8fbfa !important;
}

.ctt_hours,
.ctt_location {
    margin: 0 !important;
    padding: 80px 0 0 !important;
    background: #f8fbfa !important;
}

.ctt_tour #ctt_con {
    padding: 0 0 clamp(84px, 9vw, 132px);
    background: #f8fbfa;
}

.ctt_hours #ctt_con,
.ctt_location #ctt_con {
    padding: 0;
}

.oracle-content-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 13px;
    margin: 0 0 28px;
    color: var(--oracle-point);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0;
}

.oracle-content-breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.oracle-content-breadcrumb strong {
    color: var(--oracle-point);
    font-weight: 850;
}

.oracle-content-breadcrumb span {
    color: rgba(var(--oracle-point-rgb), 0.58);
}

.oracle-content-breadcrumb span,
.oracle-equipment-hero .oracle-content-breadcrumb span {
    position: static;
    z-index: auto;
    display: inline;
    max-width: none;
    margin: 0;
    color: rgba(var(--oracle-point-rgb), 0.58);
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.sub_title3 .oracle-content-breadcrumb,
.oracle-equipment-hero .oracle-content-breadcrumb {
    margin-bottom: 30px;
}

.sub_title3 {
    position: relative;
    width: min(100% - 48px, 1224px);
    margin: 0 auto;
    padding: clamp(72px, 8vw, 112px) 0 clamp(56px, 6vw, 86px);
    background: transparent;
    text-align: left;
}

.sub_title3::after,
.oracle-equipment-hero::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 30px;
    width: min(100%, 1224px);
    height: 1px;
    background: #dfe9e7;
    transform: translateX(-50%);
}

.ctt_about #ctt_con > h2:first-of-type::after,
.ctt_special #ctt_con > h2:first-of-type::after,
.ctt_doctors #ctt_con > h2:first-of-type::after,
.ctt_hours #ctt_con > h2:first-of-type::after,
.ctt_location #ctt_con > h2:first-of-type::after {
    content: "";
    display: block;
    width: min(100%, 1224px);
    height: 1px;
    margin: 30px 0 0;
    background: #dfe9e7;
}

.ctt_about,
.ctt_clinical {
    padding-top: 80px !important;
}

.ctt_about {
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
}

.sub_title3 .title > span {
    display: block;
    margin-bottom: 24px;
    color: var(--oracle-point);
    font-size: 1.0625rem;
    font-weight: 850;
    line-height: 1.35;
    letter-spacing: 0;
}

.sub_title3 .title h2 {
    margin: 0;
    color: #171717;
    font-size: clamp(32px, 4.2vw, 48px);
    font-weight: 850;
    line-height: 1.2;
    letter-spacing: 0;
    word-break: keep-all;
}

.sub_title3 .line {
    display: none;
}

.ctt_about .oracle-page-eyebrow,
.ctt_special .oracle-page-eyebrow,
.ctt_doctors .oracle-page-eyebrow,
.ctt_hours .oracle-page-eyebrow,
.ctt_location .oracle-page-eyebrow,
.sub_title3 .title > span,
.oracle-equipment-hero > p {
    display: none;
}

.ctt_special {
    margin: 0 !important;
    padding: 80px 0 0 !important;
    background: #fff !important;
}

.ctt_special #ctt_con {
    padding: 0 !important;
    line-height: inherit;
}

.ctt_special > header {
    display: none;
}

.oracle-about-page {
    color: #171717;
    font-family: Pretendard, "Apple SD Gothic Neo", sans-serif;
    letter-spacing: 0;
}

.oracle-about-page :where(h2, h3, p, a, span, strong, li, dt, dd) {
    font-family: Pretendard, "Apple SD Gothic Neo", sans-serif;
}

.oracle-about-hero {
    position: relative;
    overflow: hidden;
    width: min(100% - 48px, 1224px);
    margin: 0 auto;
    padding: clamp(72px, 8vw, 112px) 0 clamp(56px, 6vw, 86px);
    color: #171717;
    background: transparent;
}

.oracle-about-hero::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 30px;
    width: min(100%, 1224px);
    height: 1px;
    background: #dfe9e7;
    transform: translateX(-50%);
    pointer-events: none;
}

.oracle-about-hero__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
}

.oracle-about-hero__eyebrow {
    margin: 0 0 20px;
    color: var(--oracle-point);
    font-size: 1.0625rem;
    font-weight: 850;
    line-height: 1.35;
    letter-spacing: 0;
    text-transform: uppercase;
}

.oracle-about-hero h2 {
    margin: 0;
    color: #171717;
    font-size: clamp(32px, 4.2vw, 48px);
    font-weight: 850;
    line-height: 1.2;
    letter-spacing: 0;
    word-break: keep-all;
}

.oracle-about-hero h2 + p {
    max-width: 620px;
    margin: 26px 0 0;
    color: #596763;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.85;
    word-break: keep-all;
}

.oracle-about-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: clamp(44px, 5vw, 64px);
}

.oracle-about-tabs a {
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    padding: 1px 18px 0;
    border: 0;
    box-shadow: inset 0 0 0 1.5px #dfe9e7;
    border-radius: 999px;
    color: #5d6a66;
    background: #fff;
    font-size: 14px;
    font-weight: 750;
    text-decoration: none;
    transition: box-shadow 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.oracle-about-tabs a:hover,
.oracle-about-tabs a.is-active {
    box-shadow: inset 0 0 0 1.5px var(--oracle-point);
    color: var(--oracle-point);
    background: #f3fbfa;
}

.oracle-about-cta {
    width: min(100% - 48px, 1224px);
    margin: clamp(72px, 8vw, 112px) auto 0;
    padding-bottom: clamp(84px, 9vw, 132px);
    font-family: Pretendard, "Apple SD Gothic Neo", sans-serif;
}

.oracle-about-cta__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: clamp(28px, 5vw, 72px);
    align-items: center;
    min-height: 260px;
    padding: clamp(34px, 5vw, 58px);
    border-radius: 0;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(184, 111, 104, 0.9), rgba(20, 28, 27, 0.98)),
        #17201f;
    overflow: hidden;
}

.oracle-about-cta__copy p {
    margin: 0 0 16px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
    font-weight: 850;
    line-height: 1.3;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.oracle-about-cta__copy h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(28px, 3.4vw, 40px);
    font-weight: 850;
    line-height: 1.16;
    letter-spacing: 0;
    word-break: keep-all;
}

.oracle-about-cta__copy span {
    display: block;
    max-width: 560px;
    margin-top: 22px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8;
    word-break: keep-all;
}

.oracle-about-cta__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(150px, 1fr));
    gap: 12px;
    width: min(100%, 350px);
}

.oracle-about-cta__button,
.oracle-about-cta__phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 22px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 850;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.oracle-about-cta__button:hover,
.oracle-about-cta__phone:hover {
    transform: translateY(-2px);
}

.oracle-about-cta__button--primary {
    color: #111;
    background: #fff;
}

.oracle-about-cta__button--kakao {
    color: #181600;
    background: #fee500;
}

.oracle-about-cta__phone {
    grid-column: 1 / -1;
    color: #fff;
    border: 0;
    box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.08);
}

.oracle-special-intro {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(36px, 6vw, 88px);
    width: min(100% - 48px, 1180px);
    margin: 0 auto;
    padding: clamp(82px, 9vw, 124px) 0;
}

.oracle-special-intro__copy p,
.oracle-special-feature__copy span,
.oracle-special-dark > div > p {
    margin: 0 0 16px;
    color: var(--oracle-point);
    font-size: 12px;
    font-weight: 850;
    line-height: 1.3;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.oracle-special-intro__copy h3,
.oracle-special-feature__copy h3,
.oracle-special-dark h3 {
    margin: 0;
    color: #171717;
    font-size: clamp(28px, 3.4vw, 40px);
    font-weight: 850;
    line-height: 1.18;
    letter-spacing: 0;
    word-break: keep-all;
}

.oracle-special-intro__text {
    display: grid;
    gap: 20px;
    align-content: center;
}

.oracle-special-intro__text p,
.oracle-special-feature__copy > p {
    margin: 0;
    color: #65716e;
    font-size: clamp(15px, 1.15vw, 18px);
    font-weight: 520;
    line-height: 1.9;
    word-break: keep-all;
}

.oracle-special-feature {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    gap: clamp(36px, 5.5vw, 76px);
    align-items: start;
    padding: clamp(82px, 9vw, 128px) max(24px, calc((100vw - 1180px) / 2));
    background: #f5f8f7;
}

.oracle-special-feature__media {
    height: auto;
    overflow: hidden;
    border-radius: 8px;
    background: #e9efed;
}

.oracle-special-feature__media img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.oracle-special-feature__copy dl {
    display: grid;
    gap: 0;
    margin: clamp(34px, 4vw, 52px) 0 0;
    border-top: 1px solid rgba(23, 23, 23, 0.12);
}

.oracle-special-feature__copy dl div {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    min-height: 72px;
    border-bottom: 1px solid rgba(23, 23, 23, 0.12);
}

.oracle-special-feature__copy dt {
    margin: 0;
    color: var(--oracle-point);
    font-size: 13px;
    font-weight: 850;
}

.oracle-special-feature__copy dd {
    margin: 0;
    color: #171717;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.45;
    word-break: keep-all;
}

.oracle-special-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    width: min(100% - 48px, 1180px);
    margin: 0 auto;
    padding: clamp(82px, 9vw, 128px) 0;
}

@media (min-width: 1024px) {
    .oracle-special-grid article:last-child:nth-child(odd) {
        grid-column: span 2;
    }
}

.oracle-special-grid article {
    position: relative;
    min-height: clamp(288px, 27.2vw, 400px);
    overflow: hidden;
    background: #111;
}

.oracle-special-grid article img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.82;
    transform: scale(1);
    transition: transform 0.65s ease, opacity 0.65s ease;
}

.oracle-special-grid article::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.82) 0%,
        rgba(0, 0, 0, 0.58) 34%,
        rgba(0, 0, 0, 0.18) 68%,
        rgba(0, 0, 0, 0.02) 100%
    );
}

.oracle-special-grid article:hover img {
    opacity: 0.96;
    transform: scale(1.06);
}

.oracle-about-special .oracle-special-grid,
.oracle-about-special .oracle-special-dark {
    display: none !important;
}

.oracle-special-grid article > div {
    position: absolute;
    inset: auto 0 0;
    z-index: 1;
    padding: clamp(24px, 3.8vw, 44px);
}

.oracle-special-grid article p:first-child {
    margin: 0 0 14px;
    color: var(--oracle-point);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.oracle-special-grid article p:first-child span {
    margin-right: 10px;
}

.oracle-special-grid article h3 {
    margin: 0;
    color: #fff;
    font-size: clamp(28px, 3.4vw, 40px);
    font-weight: 850;
    line-height: 1.2;
    letter-spacing: 0;
    word-break: keep-all;
}

.oracle-special-grid article p:last-child {
    max-width: 520px;
    margin: 16px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 16px;
    font-weight: 560;
    line-height: 1.75;
    word-break: keep-all;
}

.oracle-special-dark {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(34px, 5vw, 72px);
    align-items: start;
    padding: clamp(82px, 9vw, 128px) max(24px, calc((100vw - 1180px) / 2));
    color: #17211f;
    background: #f5f8f7;
}

.oracle-special-dark h3 {
    color: #17211f;
}

.oracle-special-dark ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #d9e5e2;
}

.oracle-special-dark li {
    min-height: 164px;
    padding: clamp(22px, 3vw, 34px);
    background: #f5f8f7;
}

.oracle-special-dark li strong {
    display: block;
    color: #17211f;
    font-size: 20px;
    font-weight: 850;
    line-height: 1.35;
}

.oracle-special-dark li span {
    display: block;
    margin-top: 14px;
    color: #5b6965;
    font-size: 14px;
    font-weight: 560;
    line-height: 1.75;
    word-break: keep-all;
}

.ctt_doctors {
    margin: 0 !important;
    padding: 80px 0 0 !important;
    background: #fff !important;
}

.ctt_doctors #ctt_con {
    padding: 0 !important;
    line-height: inherit;
}

.ctt_doctors > header {
    display: none;
}

.oracle-doctors-page {
    background: #fff;
}

.oracle-doctors-profile {
    display: grid;
    grid-template-columns: minmax(340px, 0.42fr) minmax(0, 0.58fr);
    gap: clamp(36px, 4.5vw, 64px);
    align-items: stretch;
    width: min(100% - 48px, 1224px);
    margin: 0 auto;
    padding: clamp(56px, 7vw, 96px) 0 clamp(52px, 7vw, 88px);
}

.oracle-doctors-profile__media {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    border-radius: 8px;
}

.oracle-doctors-profile__media img {
    display: block;
    width: 80%;
    height: auto;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    object-position: center top;
}

.oracle-doctors-profile__copy {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    min-width: 0;
    max-width: 100%;
    padding: 0 0 0 30px;
    overflow-wrap: break-word;
}

.oracle-doctors-profile__text {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.oracle-doctors-kicker {
    margin: 0 0 18px;
    color: var(--oracle-point);
    font-size: 0.95rem;
    font-weight: 850;
    line-height: 1.4;
}

.oracle-doctors-profile__copy h3 {
    margin: 0;
    color: #171717;
    font-size: clamp(28px, 3.4vw, 40px);
    font-weight: 850;
    line-height: 1.12;
    letter-spacing: 0;
}

.oracle-doctors-role {
    margin: 14px 0 0;
    color: var(--oracle-point);
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.5;
}

.oracle-doctors-message {
    margin-top: clamp(34px, 4vw, 54px);
    padding-top: clamp(28px, 3.4vw, 42px);
}

.oracle-doctors-message h4 {
    margin: 0 0 24px;
    color: #171717;
    font-size: clamp(28px, 3.4vw, 40px);
    font-weight: 850;
    line-height: 1.18;
    letter-spacing: 0;
    word-break: keep-all;
}

.oracle-doctors-message p {
    max-width: 100%;
    margin: 0;
    color: #52615d;
    font-size: 0.96rem;
    font-weight: 600;
    line-height: 1.8;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.oracle-doctors-message p + p {
    margin-top: 14px;
}

.oracle-doctors-standard {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(18px, 1.8vw, 28px);
    width: min(100% - 48px, 1224px);
    margin: 0 auto;
    margin-bottom: clamp(48px, 6vw, 86px);
    background: transparent;
    border: 0;
}

.oracle-doctors-standard article {
    min-height: 238px;
    border: 1px solid #dfe9e7;
    border-radius: 8px;
    background: #fff;
    padding: clamp(30px, 3vw, 44px);
}

.oracle-doctors-standard span {
    display: block;
    margin-bottom: 44px;
    color: var(--oracle-point);
    font-size: 0.84rem;
    font-weight: 900;
}

.oracle-doctors-standard h3 {
    margin: 0 0 16px;
    color: #171717;
    font-size: 20px;
    font-weight: 850;
    line-height: 1.2;
}

.oracle-doctors-standard p {
    margin: 0;
    color: #5d6a66;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.75;
    word-break: keep-all;
}

.oracle-doctors-career {
    display: grid;
    grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
    gap: clamp(36px, 4.5vw, 70px);
    width: min(100% - 48px, 1224px);
    margin: 0 auto;
    padding: clamp(70px, 8vw, 112px) 0 clamp(86px, 9vw, 132px);
}

.oracle-doctors-career h3 {
    margin: 0;
    color: #171717;
    font-size: clamp(28px, 3.4vw, 40px);
    font-weight: 850;
    line-height: 1.12;
    letter-spacing: 0;
}

.oracle-doctors-career p:not(.oracle-doctors-kicker) {
    margin: 24px 0 0;
    color: #596763;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.9;
    word-break: keep-all;
}

.oracle-doctors-career ul {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #dfe9e7;
}

.oracle-doctors-career li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #dfe9e7;
    padding: 20px 0 20px 34px;
    color: #1e2724;
    font-size: 0.95rem;
    font-weight: 760;
    line-height: 1.5;
    overflow-wrap: break-word;
}

.oracle-doctors-career li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 28px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--oracle-point);
}

.oracle-doctors-credentials {
    margin-top: clamp(24px, 3vw, 42px);
    padding: clamp(18px, 2vw, 24px) 0 0;
    align-self: stretch;
    width: 100%;
    border-top: 1px solid #dfe9e7;
    column-count: 2;
    column-gap: clamp(24px, 4vw, 48px);
}

.oracle-doctors-credentials p {
    margin: 0;
    padding: 12px 0 0;
    color: #1e2724;
    font-size: 0.94rem;
    font-weight: 760;
    line-height: 1.5;
    overflow-wrap: break-word;
}

.oracle-doctors-credentials p:last-child {
    padding-bottom: 0;
}

.oracle-guide-page {
    width: min(100% - 48px, 1224px);
    margin: 0 auto;
    padding: clamp(52px, 6vw, 84px) 0 clamp(80px, 8vw, 128px);
}

.ctt_hours .oracle-guide-page,
.ctt_location .oracle-guide-page {
    padding-top: clamp(84px, 9vw, 128px);
}

.oracle-guide-page > h2 {
    max-width: 1224px;
    margin: 0;
    color: #171717;
    font-size: clamp(32px, 4.2vw, 48px);
    font-weight: 850;
    line-height: 1.2;
    letter-spacing: 0;
    word-break: keep-all;
}

.oracle-guide-panel {
    margin-top: clamp(42px, 5vw, 72px);
    border: 1px solid #dfe9e7;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}

.oracle-guide-panel__head {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    align-items: flex-end;
    justify-content: space-between;
    padding: clamp(28px, 4vw, 44px);
    border-bottom: 1px solid #dfe9e7;
}

.oracle-guide-panel__head span {
    color: var(--oracle-point);
    font-size: 0.8125rem;
    font-weight: 850;
    line-height: 1.3;
    letter-spacing: 0;
}

.oracle-guide-panel__head strong {
    color: #171717;
    font-size: clamp(28px, 3.4vw, 40px);
    font-weight: 850;
    line-height: 1.25;
    word-break: keep-all;
}

.oracle-guide-page--location .oracle-guide-panel__head strong {
    font-size: 20px;
    line-height: 1.45;
}

.oracle-guide-page--location .oracle-guide-panel__head {
    display: grid;
    grid-template-columns: minmax(240px, 0.34fr) minmax(0, 1fr);
    gap: 0;
    align-items: stretch;
    padding: 0;
}

.oracle-guide-page--location .oracle-guide-panel__head > span,
.oracle-guide-page--location .oracle-guide-panel__head > strong {
    grid-column: 1;
    padding-right: clamp(28px, 4vw, 44px);
    padding-left: clamp(28px, 4vw, 44px);
}

.oracle-guide-page--location .oracle-guide-panel__head > span {
    align-self: end;
    padding-top: clamp(28px, 4vw, 44px);
}

.oracle-guide-page--location .oracle-guide-panel__head > strong {
    align-self: start;
    padding-bottom: clamp(28px, 4vw, 44px);
}

.oracle-guide-page--hours .oracle-guide-panel {
    margin-top: clamp(30px, 4vw, 52px);
}

.oracle-guide-page--hours .oracle-guide-panel__head strong {
    font-size: 20px;
    line-height: 1.4;
}

.oracle-hours-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.34fr);
    gap: 0;
}

.oracle-hours-main {
    display: grid;
    margin: 0;
}

.oracle-hours-row {
    display: grid;
    grid-template-columns: minmax(150px, 0.4fr) minmax(0, 1fr);
    gap: clamp(16px, 2.8vw, 30px);
    align-items: center;
    min-height: 86px;
    padding: 0 clamp(28px, 4vw, 44px);
    border-bottom: 1px solid #dfe9e7;
}

.oracle-hours-row:last-child {
    border-bottom: 0;
}

.oracle-hours-row span,
.oracle-hours-summary span {
    display: block;
    margin-bottom: 6px;
    color: var(--oracle-point);
    font-size: 0.75rem;
    font-weight: 850;
    line-height: 1.3;
}

.oracle-hours-row strong {
    display: block;
    color: #171717;
    font-size: 16px;
    font-weight: 850;
    line-height: 1.4;
}

.oracle-hours-row p {
    margin: 0;
    color: #202826;
    font-size: 20px;
    font-weight: 850;
    line-height: 1.25;
    letter-spacing: 0;
}

.oracle-hours-row--accent {
    background: #f4fbf9;
}

.oracle-hours-row--closed p {
    color: #d9534f;
}

.oracle-hours-summary {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    padding: clamp(30px, 4vw, 44px);
    border-left: 1px solid #dfe9e7;
    background: #f8fbfa;
    color: #171717;
}

.oracle-hours-summary strong {
    display: block;
    color: #171717;
    font-size: 20px;
    font-weight: 850;
    line-height: 1.35;
    word-break: keep-all;
}

.oracle-hours-summary p {
    margin: 14px 0 0;
    color: #66736f;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.65;
}

.oracle-hours-summary a {
    display: inline-flex;
    margin-top: auto;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border-radius: 4px;
    background: var(--oracle-point);
    color: #fff;
    font-size: 0.9375rem;
    font-weight: 850;
    text-decoration: none;
}

.oracle-hours-summary a[href^="tel:"] {
    margin-top: 0;
}

.oracle-hours-summary .oracle-hours-summary__kakao {
    background: #fee500;
    color: #191919 !important;
}

.oracle-hours-info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 22px;
}

.oracle-hours-info-card {
    display: flex;
    gap: 18px;
    min-height: 176px;
    padding: clamp(24px, 3vw, 34px);
    border: 1px solid #dfe9e7;
    border-radius: 8px;
    background: #fff;
}

.oracle-hours-info-card--primary {
    background: #f8fbfa;
}

.oracle-hours-info-card__icon {
    display: inline-flex;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(0, 167, 142, 0.1);
    color: var(--oracle-point);
}

.oracle-hours-info-card__body p {
    margin: 0 0 10px;
    color: var(--oracle-point);
    font-size: 0.75rem;
    font-weight: 850;
    line-height: 1.3;
}

.oracle-hours-info-card__body h3 {
    margin: 0;
    color: #171717;
    font-size: 1.125rem;
    font-weight: 850;
    line-height: 1.4;
    word-break: keep-all;
}

.oracle-hours-info-card__body span {
    display: block;
    margin-top: 10px;
    color: #66736f;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
}

.oracle-hours-info-card__body a {
    display: inline-flex;
    margin-top: 14px;
    color: var(--oracle-point);
    font-size: 0.875rem;
    font-weight: 850;
    text-decoration: none;
}

.oracle-hours-cta {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    margin-top: 22px;
    padding: clamp(26px, 3.6vw, 40px);
    border-radius: 8px;
    background: #171717;
    color: #fff;
}

.oracle-hours-cta__copy p,
.oracle-hours-cta__copy h3,
.oracle-hours-cta__copy span {
    margin: 0;
}

.oracle-hours-cta__copy p {
    color: var(--oracle-point);
    font-size: 0.75rem;
    font-weight: 850;
    line-height: 1.3;
}

.oracle-hours-cta__copy h3 {
    margin-top: 10px;
    color: #fff;
    font-size: clamp(28px, 3.4vw, 40px);
    font-weight: 850;
    line-height: 1.35;
}

.oracle-hours-cta__copy span {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
}

.oracle-hours-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.oracle-hours-cta__button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 18px;
    border-radius: 4px;
    font-size: 0.9375rem;
    font-weight: 850;
    text-decoration: none;
}

.oracle-hours-cta__button--kakao {
    background: #fee500;
    color: #171717;
}

.oracle-hours-cta__button--online {
    border: 0;
    box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, 0.28);
    color: #fff;
}

.oracle-hours-cta__button--phone {
    flex-basis: 100%;
    border: 0;
    box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, 0.28);
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.oracle-about-cta .oracle-hours-cta {
    margin-top: 0;
}

.oracle-about-cta .oracle-hours-cta__actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(100%, 520px);
}

.oracle-about-cta .oracle-hours-cta__button {
    white-space: nowrap;
}

.oracle-about-cta .oracle-hours-cta__button--phone {
    flex-basis: auto;
}

.oracle-guide-notice {
    display: grid;
    gap: 8px;
    padding: clamp(24px, 3vw, 34px) clamp(28px, 4vw, 44px);
    background: #f8fbfa;
    color: #66736f;
    font-size: 1rem;
    font-weight: 650;
    line-height: 1.65;
}

.oracle-guide-notice p {
    margin: 0;
}

.oracle-location-map {
    height: min(52vw, 440px);
    min-height: 320px;
    background: #edf4f3;
}

.oracle-location-map--panel-head {
    grid-column: 2;
    grid-row: 1 / span 2;
    height: clamp(300px, 32vw, 430px);
    min-height: 300px;
    border-left: 1px solid #dfe9e7;
}

.oracle-location-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.oracle-location-map .oracle-kakao-map {
    height: 100%;
}

.oracle-location-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid #dfe9e7;
}

.oracle-location-grid article,
.oracle-location-card {
    min-height: 178px;
    padding: clamp(28px, 3.4vw, 38px);
    border-right: 1px solid #dfe9e7;
    background: #fff;
}

.oracle-location-grid article > img,
.oracle-location-card > img {
    display: block;
    width: 80px;
    height: 80px;
    margin-bottom: 18px;
    border-radius: 50%;
    object-fit: contain;
}

.oracle-location-grid article:last-child,
.oracle-location-card:last-child {
    border-right: 0;
}

.oracle-location-grid span,
.oracle-route-section h3 {
    color: var(--oracle-point);
    font-size: 0.8125rem;
    font-weight: 850;
    line-height: 1.35;
}

.oracle-location-grid h3 {
    margin: 16px 0 12px;
    color: #171717;
    font-size: 1.375rem;
    font-weight: 850;
    line-height: 1.3;
}

.oracle-location-grid p {
    margin: 0;
    color: #66736f;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.65;
}

.oracle-transit-info {
    border-top: 1px solid #dfe9e7;
}

.oracle-transit-info__section {
    padding: clamp(28px, 3.7vw, 42px);
    border-bottom: 1px solid #dfe9e7;
}

.oracle-transit-info__section:last-child {
    border-bottom: 0;
}

.oracle-transit-info h3 {
    margin: 0 0 18px;
    color: #171717;
    font-size: 1.125rem;
    font-weight: 850;
    line-height: 1.4;
}

.oracle-transit-lines,
.oracle-stop-list {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 32px;
}

.oracle-transit-lines span,
.oracle-stop-list span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #1f2926;
    font-size: 1rem;
    font-weight: 650;
    line-height: 1.4;
}

.line-badge,
.oracle-stop-list b {
    display: inline-flex;
    width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 850;
    line-height: 1;
}

.line-badge.line-badge--green {
    background: #3cb44a;
    border: none;
    color: #fff;
    padding: 5px 14px;
}

.line-badge.line-badge--gold {
    background: #c99727;
    border: none;
    color: #fff;
    padding: 5px 14px;
}

.oracle-stop-list b {
    border: 2px solid #74766f;
    background: #fff;
    color: #3d403b;
}

.oracle-bus-list {
    display: grid;
    gap: 10px;
}

.oracle-bus-list > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    color: #1f2926;
    font-size: 16px;
    font-weight: 650;
    line-height: 1.5;
}

.oracle-bus-list span + span::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    margin-right: 7px;
    background: #d7dddb;
    vertical-align: -1px;
}

.bus-badge {
    display: inline-flex;
    min-width: 42px;
    height: 25px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1;
}

.bus-badge--blue {
    background: #587ee8;
}

.bus-badge--green {
    background: #47ae4e;
}

.bus-badge--red {
    background: #f15d49;
}

.oracle-route-section {
    padding: clamp(30px, 4vw, 44px);
    border-top: 1px solid #dfe9e7;
}

.oracle-route-section h3 {
    margin: 0 0 18px;
}

.oracle-route-subtitle {
    margin: 28px 0 0;
    color: #171717;
    font-size: 1rem;
    font-weight: 850;
    line-height: 1.45;
}

.oracle-route-subtitle--spaced {
    margin-top: clamp(42px, 5vw, 72px);
}

.oracle-route-section__desc {
    margin: -6px 0 22px;
    color: #66736f;
    font-size: 1rem;
    font-weight: 650;
    line-height: 1.65;
}

.oracle-route-section ol,
.oracle-route-section ul {
    display: grid;
    gap: 12px;
    margin: 0;
    padding-left: 1.25rem;
    color: #3d4643;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.65;
}

.oracle-route-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
}

.oracle-route-gallery figure,
.oracle-route-card {
    overflow: hidden;
    margin: 0;
    border: 1px solid #dfe9e7;
    background: #f8fbfa;
}

.oracle-route-gallery img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.oracle-route-gallery figcaption,
.oracle-route-card p {
    margin: 0;
    padding: 14px 16px;
    color: #3d4643;
    font-size: 16px;
    font-weight: 750;
    line-height: 1.45;
}

.oracle-route-card p strong {
    display: block;
    margin-bottom: 6px;
    color: var(--oracle-point);
    font-size: 0.8125rem;
    font-weight: 850;
    line-height: 1.35;
}

.oracle-parking-map-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.oracle-parking-map-card {
    overflow: hidden;
    border: 1px solid #dfe9e7;
    background: #f8fbfa;
}

.oracle-parking-map-card h4 {
    margin: 0;
    padding: 22px 22px 0;
    color: #171717;
    font-size: 1.125rem;
    font-weight: 850;
    line-height: 1.4;
}

.oracle-parking-map-card p {
    margin: 8px 0 0;
    padding: 0 22px 18px;
    color: #66736f;
    font-size: 16px;
    font-weight: 650;
    line-height: 1.55;
}

.oracle-kakao-map {
    width: 100% !important;
    max-width: none !important;
}

.oracle-parking-map-card .oracle-kakao-map {
    height: 360px !important;
}

.oracle-kakao-map .wrap_map {
    width: 100% !important;
    height: 100% !important;
}

.interior_wrap {
    width: 1100px;
    max-width: calc(100% - 48px);
    margin: 0 auto;
}

.gallery-thumbs {
    overflow: hidden;
    width: 1100px;
    max-width: 100%;
    height: 133px;
    margin: 0 auto;
}

.gallery-thumbs .swiper-wrapper,
.gallery-thumbs .swiper-slide {
    height: 100%;
}

.gallery-top {
    overflow: hidden;
    width: 1100px;
    max-width: 100%;
    aspect-ratio: 1208 / 678;
    height: auto;
    margin: 10px auto 0;
    background: #f8fbfa;
}

.gallery-top .swiper-wrapper,
.gallery-top .swiper-slide {
    height: 100%;
}

.gallery-top .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.gallery-top .swiper-slide img,
.gallery-thumbs .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.ctt_tour .gallery-thumbs .swiper-slide img,
.ctt_interior .gallery-thumbs .swiper-slide img {
    max-width: none;
    height: 100% !important;
}

.ctt_tour .gallery-top .swiper-slide img {
    max-width: none;
    height: auto !important;
    min-height: 100%;
    flex-shrink: 0;
}

.gallery-thumbs .swiper-slide {
    overflow: hidden;
    opacity: 0.4;
    cursor: pointer;
    transition: opacity 0.22s ease;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.gallery-top .swiper-button-next,
.gallery-top .swiper-button-prev {
    color: #fff;
}

.gallery-top .swiper-button-next::after,
.gallery-top .swiper-button-prev::after {
    font-size: 44px;
    font-weight: 700;
}

.ctt_interior .gallery-top .swiper-button-next::after,
.ctt_interior .gallery-top .swiper-button-prev::after {
    display: none;
}

.ctt_interior .gallery-top .swiper-button-next,
.ctt_interior .gallery-top .swiper-button-prev {
    position: absolute;
    top: 50%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -22px;
    padding: 0;
    cursor: pointer;
    appearance: none;
}

.ctt_interior .gallery-top .swiper-button-next {
    right: 20px;
}

.ctt_interior .gallery-top .swiper-button-prev {
    left: 20px;
}

.ctt_interior .gallery-top .swiper-button-next svg,
.ctt_interior .gallery-top .swiper-button-prev svg {
    display: block;
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@media (max-width: 980px) {
    .gallery-thumbs {
        height: 112px;
    }

    .gallery-top {
        height: auto;
        aspect-ratio: 1208 / 678;
    }
}

@media (max-width: 640px) {
    .sub_title3 {
        width: calc(100% - 32px);
        margin: 64px auto 36px;
    }

    .sub_title3 .title h2 {
        font-size: clamp(2.6rem, 13vw, 48px);
    }

    .oracle-guide-page {
        width: calc(100% - 32px);
        padding: 44px 0 80px;
    }

    .ctt_hours .oracle-guide-page,
    .ctt_location .oracle-guide-page {
        padding-top: 84px;
    }

    .oracle-guide-page > h2 {
        font-size: clamp(2.6rem, 13vw, 48px);
    }

    .oracle-guide-panel__head {
        align-items: flex-start;
        flex-direction: column;
    }

    .oracle-guide-page--location .oracle-guide-panel__head {
        grid-template-columns: 1fr;
    }

    .oracle-guide-page--location .oracle-guide-panel__head > span,
    .oracle-guide-page--location .oracle-guide-panel__head > strong {
        padding-right: 24px;
        padding-left: 24px;
    }

    .oracle-location-map--panel-head {
        grid-column: 1;
        grid-row: auto;
        width: 100%;
        height: 340px;
        min-height: 300px;
        border-top: 1px solid #dfe9e7;
        border-left: 0;
    }

    .oracle-hours-layout,
    .oracle-hours-info-grid,
    .oracle-location-grid {
        grid-template-columns: 1fr;
    }

    .oracle-hours-row {
        grid-template-columns: 1fr;
        gap: 10px;
        min-height: auto;
        padding: 24px;
    }

    .oracle-hours-summary {
        border-left: 0;
        border-top: 1px solid #dfe9e7;
    }

    .oracle-hours-info-card {
        min-height: auto;
    }

    .oracle-hours-cta {
        align-items: flex-start;
        flex-direction: column;
    }

    .oracle-hours-cta__actions {
        width: 100%;
        justify-content: flex-start;
    }

    .oracle-location-grid article,
    .oracle-location-card {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid #dfe9e7;
    }

    .oracle-location-grid article:last-child,
    .oracle-location-card:last-child {
        border-bottom: 0;
    }

    .oracle-route-gallery {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .oracle-parking-map-grid {
        grid-template-columns: 1fr;
    }

    .oracle-transit-lines,
    .oracle-stop-list {
        gap: 12px 20px;
    }

    .oracle-bus-list > div {
        gap: 8px 6px;
        font-size: 0.875rem;
    }

    .interior_wrap {
        max-width: calc(100% - 32px);
    }

    .gallery-thumbs {
        height: 88px;
    }

    .gallery-top .swiper-button-next::after,
    .gallery-top .swiper-button-prev::after {
        font-size: 30px;
    }
}

.oracle-equipment-page {
    background: #f7f8f8;
    color: #1a1a1a;
}

.oracle-equipment-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(92px, 12vw, 150px) clamp(24px, 7vw, 120px) clamp(70px, 8vw, 110px);
    background: #101413;
    color: #fff;
}

.oracle-equipment-hero::after {
    content: "EQUIPMENT";
    position: absolute;
    right: clamp(20px, 7vw, 110px);
    bottom: -0.22em;
    color: rgba(255, 255, 255, 0.045);
    font-size: clamp(58px, 14vw, 190px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
}

.oracle-equipment-hero p {
    position: relative;
    z-index: 1;
    margin: 0 0 20px;
    color: var(--oracle-point);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.oracle-equipment-hero h2 {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 0;
    font-size: clamp(32px, 4.2vw, 48px);
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: 0;
}

.oracle-equipment-hero span {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 620px;
    margin-top: 28px;
    color: rgba(255, 255, 255, 0.72);
    font-size: clamp(15px, 1.4vw, 18px);
    font-weight: 500;
    line-height: 1.85;
}

.oracle-equipment-summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    background: #dfe5e3;
}

.oracle-equipment-summary a {
    display: flex;
    min-height: 116px;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    padding: 24px;
    background: #fff;
    text-decoration: none;
}

.oracle-equipment-summary strong {
    color: var(--oracle-point);
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
}

.oracle-equipment-summary span {
    color: #37413e;
    font-size: 14px;
    font-weight: 800;
}

.oracle-equipment-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    max-width: 1440px;
    margin: 0 auto;
    padding: clamp(42px, 6vw, 84px) clamp(18px, 5vw, 80px);
}

.oracle-equipment-card {
    overflow: hidden;
    min-width: 0;
    border: 1px solid rgba(18, 24, 22, 0.08);
    border-radius: 8px;
    background: #fff;
}

.oracle-equipment-card__media {
    overflow: hidden;
    position: relative;
    aspect-ratio: 4 / 3;
    background: #111;
}

.oracle-equipment-card__media::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 42%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.26));
    pointer-events: none;
}

.oracle-equipment-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.oracle-equipment-card:hover img {
    transform: scale(1.045);
}

.oracle-equipment-card__body {
    padding: 22px 22px 24px;
}

.oracle-equipment-card__meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 14px;
    color: #66736f;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.oracle-equipment-card__meta span {
    color: var(--oracle-point);
}

.oracle-equipment-card h3 {
    margin: 0;
    color: #151b1a;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.22;
    letter-spacing: 0;
}

.oracle-equipment-card__body > p:not(.oracle-equipment-card__meta) {
    min-height: 84px;
    margin: 14px 0 0;
    color: #5e6966;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.72;
}

.oracle-equipment-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 20px;
}

.oracle-equipment-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    border-radius: 999px;
    background: #f1f5f4;
    padding: 0 10px;
    color: #4d5b57;
    font-size: 12px;
    font-weight: 800;
}

.oracle-equipment-note {
    display: none !important;
    margin: 0 clamp(18px, 5vw, 80px) clamp(54px, 8vw, 110px);
    padding: clamp(34px, 5vw, 62px);
    background: #16201e;
    color: #fff;
}

.oracle-equipment-note h3 {
    margin: 0;
    font-size: clamp(28px, 3.4vw, 40px);
    font-weight: 900;
    line-height: 1.24;
    letter-spacing: 0;
}

.oracle-equipment-note p {
    max-width: 780px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.9;
}

@media (max-width: 1180px) {
    .oracle-equipment-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .oracle-equipment-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .oracle-equipment-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .oracle-equipment-hero {
        padding: 78px 22px 58px;
    }

    .oracle-equipment-summary,
    .oracle-equipment-grid {
        grid-template-columns: 1fr;
    }

    .oracle-equipment-summary a {
        min-height: 86px;
        padding: 20px 22px;
    }

    .oracle-equipment-grid {
        gap: 14px;
        padding: 26px 14px 54px;
    }

    .oracle-equipment-card__body > p:not(.oracle-equipment-card__meta) {
        min-height: 0;
    }

    .oracle-equipment-note {
        margin: 0 14px 60px;
        padding: 30px 24px;
    }
}

/* Equipment lineup refresh */
.oracle-equipment-page {
    background: #f8fbfa;
    padding-bottom: clamp(70px, 8vw, 120px);
}

.oracle-equipment-hero {
    width: min(100% - 48px, 1224px);
    margin: 0 auto;
    padding: clamp(72px, 8vw, 112px) 0 clamp(56px, 6vw, 86px);
    background: transparent;
    color: #171717;
}

.oracle-equipment-hero::after,
.oracle-equipment-hero > span {
    display: none;
}

.oracle-equipment-hero p {
    margin-bottom: 24px;
    color: var(--oracle-point);
    font-size: 18px;
    font-weight: 850;
    letter-spacing: 0;
    text-transform: none;
}

.oracle-equipment-hero h2 {
    max-width: 1224px;
    color: #171717;
    font-size: 4rem;
    font-weight: 850;
    line-height: 1.2;
    letter-spacing: 0;
    word-break: keep-all;
}

.oracle-equipment-count {
    width: min(100% - 48px, 1224px);
    margin: 0 auto;
    padding: 0 0 28px;
    color: #171717;
    font-size: 1.0625rem;
    font-weight: 850;
    line-height: 1.2;
}

.oracle-equipment-grid {
    width: min(100% - 48px, 1224px);
    max-width: 1224px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(18px, 1.8vw, 28px);
    padding: 0;
}

.oracle-equipment-card {
    display: block;
    position: relative;
    border: 1px solid #dfe9e7;
    border-radius: 8px;
    background: #fff;
    box-shadow: none;
    color: inherit;
    text-decoration: none;
    transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.oracle-equipment-card > a.oracle-equipment-card__link {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: block;
    min-height: 0;
    border-radius: inherit;
}

.oracle-equipment-card > div.oracle-equipment-card__link {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    min-height: 100%;
    border-radius: inherit;
}

.oracle-equipment-card:hover {
    border-color: rgba(var(--oracle-point-rgb), 0.38);
    box-shadow: 0 18px 44px rgba(18, 32, 29, 0.08);
    transform: translateY(-3px);
}

.oracle-equipment-card__media {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: auto;
    aspect-ratio: auto;
    background: #edf4f3;
    padding: 0;
}

.oracle-equipment-card__media::after {
    display: none;
}

.oracle-equipment-card__media img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center bottom;
}

.oracle-equipment-card:hover img {
    transform: none;
}

.oracle-equipment-card__body {
    min-height: 148px;
    padding: clamp(24px, 2vw, 30px);
}

.oracle-equipment-card h3 {
    color: #171717;
    font-size: 20px;
    font-weight: 850;
    line-height: 1.35;
    letter-spacing: 0;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.oracle-equipment-tags {
    gap: 12px 14px;
    margin-top: 24px;
}

.oracle-equipment-tags span {
    min-height: auto;
    border-radius: 0;
    background: transparent;
    padding: 0;
    color: #66736f;
    font-size: clamp(13px, 0.95vw, 15px);
    font-weight: 800;
    line-height: 1.45;
}

.oracle-equipment-note {
    width: min(100% - 48px, 1224px);
    max-width: 1224px;
    margin: clamp(42px, 5vw, 72px) auto 0;
    border-radius: 8px;
    background: #10201d;
}

@media (max-width: 1180px) {
    .oracle-equipment-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .oracle-equipment-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .oracle-equipment-hero {
        width: calc(100% - 40px);
        padding: 56px 20px 38px;
    }

    .oracle-equipment-count {
        width: calc(100% - 40px);
        padding: 0 0 18px;
    }

    .oracle-equipment-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        width: calc(100% - 32px);
    }

    .oracle-equipment-card__body {
        min-height: 0;
    }

    .oracle-equipment-note {
        width: calc(100% - 32px);
        margin: 34px auto 0;
    }
}

html,
body {
    width: 100%;
    overflow-x: clip;
    font-family: var(--font-family);
}

body {
    margin: 0;
    color: var(--oracle-text);
    font-family: var(--font-family);
    background: var(--surface-muted);
    letter-spacing: 0;
    font-size: var(--type-body-size);
    line-height: var(--type-body-lh);
    -webkit-font-smoothing: antialiased;
}

button,
input,
select,
textarea {
    font-family: inherit;
}

.oracle-main :where(a, button, input, select, textarea):focus-visible,
.oracle-header :where(a, button):focus-visible,
.oracle-floating :where(a, button):focus-visible {
    outline: none;
}

.oracle-main :where(a, button):active,
.oracle-header :where(a, button):active,
.oracle-floating :where(a, button):active {
    transform: scale(0.96);
}

.oracle-main :where(button, .btn-cta, .oracle-hero-primary-cta, .oracle-hero-secondary-cta, [data-detail-sticky-cta] a),
.oracle-header :where(.oracle-header__cta, .oracle-header__member-login),
.oracle-mobile-menu__cta {
    border-radius: var(--radius-pill);
    min-height: 44px;
    transition-duration: var(--duration-fast);
    transition-timing-function: var(--easing-standard);
}

.oracle-main :where(input:not([type]), input[type="text"], input[type="tel"], input[type="email"], input[type="password"], input[type="search"], select, textarea) {
    border: 1px solid var(--border-muted);
    border-radius: var(--radius-none);
    background: #faf7f1;
    color: var(--text-primary);
    font-size: 15px;
}

.oracle-main :where(input:not([type]), input[type="text"], input[type="tel"], input[type="email"], input[type="password"], input[type="search"], select, textarea):focus {
    border-color: var(--accent-point);
    outline: 2px solid var(--accent-point);
    outline-offset: 2px;
}

.oracle-main :where(input, select, textarea):disabled {
    background: rgba(42, 31, 22, 0.05);
    color: #9c8a72;
}

.oracle-main :where(input[type="checkbox"]) {
    accent-color: var(--accent-point);
}

body #oracle-site,
body #oracle-site #container,
body #oracle-site .oracle-main {
    float: none;
    width: 100%;
    min-width: 0;
    max-width: none;
    min-height: 0;
    height: auto !important;
    margin: 0;
    padding: 0;
    font-size: inherit;
}

body #oracle-site #container:after,
body #oracle-site .oracle-main:after {
    display: none;
}

a {
    color: inherit;
    text-decoration: none;
}

.oracle-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    height: 80px;
    padding: 0 clamp(28px, 5vw, 88px);
    background: var(--surface-base);
    border-bottom: 1px solid rgba(245, 240, 232, 0.14);
    backdrop-filter: blur(16px);
    transition: background var(--duration-normal) var(--easing-standard), border-color var(--duration-normal) var(--easing-standard);
}

.oracle-header--home:not(.is-scrolled) {
    background: transparent;
    border-bottom-color: transparent;
    backdrop-filter: none;
}

.oracle-logo img {
    display: block;
    width: 150px;
    height: auto;
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease;
}

.oracle-header--home:not(.is-scrolled) .oracle-logo img {
    filter: brightness(0) invert(1);
}

.oracle-gnb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(18px, 2.4vw, 38px);
    flex: 1;
    font-size: 15px;
    font-weight: 700;
}

.oracle-gnb__item {
    position: relative;
    padding: 32px 0;
}

.oracle-gnb__item > a,
.oracle-header__link,
.oracle-header--home:not(.is-scrolled) .oracle-gnb__item > a,
.oracle-header--home:not(.is-scrolled) .oracle-header__link {
    color: var(--text-secondary);
    text-decoration: none;
}

.oracle-header--home:not(.is-scrolled) .oracle-gnb__item:hover > a,
.oracle-header--home:not(.is-scrolled) .oracle-header__link:hover {
    color: var(--surface-muted);
}

.oracle-gnb__item > a[aria-current="page"] {
    color: var(--surface-muted);
    border-bottom: 2px solid rgba(var(--surface-muted-rgb), 0.55);
    padding-bottom: var(--space-4);
}

.oracle-gnb__panel {
    position: absolute;
    left: 50%;
    top: 76px;
    display: grid;
    min-width: 220px;
    padding: 18px;
    gap: 10px;
    background: var(--surface-dropdown);
    border: 1px solid rgba(245, 240, 232, 0.12);
    box-shadow: none;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 8px);
    transition: 0.22s ease;
}

.oracle-gnb__item:hover .oracle-gnb__panel {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

.oracle-gnb__panel a {
    white-space: nowrap;
    color: var(--text-secondary);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.oracle-gnb__panel a:hover {
    color: var(--surface-muted);
}

.oracle-gnb__panel a[aria-current="page"] {
    color: var(--surface-muted);
}

.oracle-header__actions {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 14px;
    font-weight: 700;
}

.oracle-header__member-login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 1px 18px 0;
    border: 0;
    box-shadow: inset 0 0 0 1.5px var(--border-muted);
    border-radius: 999px;
    color: var(--surface-muted);
    background: transparent;
    white-space: nowrap;
}

.oracle-header--home:not(.is-scrolled) .oracle-header__member-login {
    box-shadow: inset 0 0 0 1.5px var(--border-muted);
    color: var(--surface-muted);
    background: transparent;
}

.oracle-header__cta {
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    padding: 1px 24px 0;
    border-radius: 999px;
    color: var(--surface-muted);
    background: var(--accent-point);
}

.oracle-header__cta:hover {
    background: var(--accent-point-hover);
}

.oracle-main {
    min-height: 60vh;
    color: var(--oracle-text);
    font-family: var(--font-family);
    font-size: var(--type-body-size);
    letter-spacing: 0;
    line-height: var(--type-body-lh);
    background: var(--surface-muted);
}

.oracle-main > section:first-child {
    margin-top: 0;
}

.oracle-main :where(h1, h2, h3, h4, h5, h6, p, a, button, strong, span, li, label, input, select, textarea) {
    font-family: var(--font-family);
}

.oracle-home-visual-hero .mb-7,
.oracle-home-visual-hero h1 {
    transition: opacity 0.42s ease, transform 0.42s ease;
    will-change: opacity, transform;
}

.oracle-home-visual-hero.oracle-hero-slide-changing .mb-7,
.oracle-home-visual-hero.oracle-hero-slide-changing h1 {
    opacity: 0;
    transform: translateY(-10px);
}

.oracle-home-visual-hero.oracle-hero-slide-enter .mb-7,
.oracle-home-visual-hero.oracle-hero-slide-enter h1 {
    animation: oracleHeroTextEnter 0.52s ease both;
}

@keyframes oracleHeroTextEnter {
    from {
        opacity: 0;
        transform: translateY(28px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.oracle-home-visual-hero h1 {
    color: #fff;
    letter-spacing: -0.04em;
}

.oracle-main section:first-child h1,
.oracle-home-visual-hero h1 :not(.text-point) {
    color: #fff;
}

.oracle-main section:first-child h1 .text-point,
.oracle-home-visual-hero h1 .text-point {
    color: var(--oracle-point);
}

.oracle-home-visual-hero .oracle-home-hero-slide {
    opacity: 0;
    transition: opacity 1.1s ease, transform 6s ease;
    transform: scale(1.02);
    will-change: opacity, transform;
}

.oracle-home-visual-hero .oracle-home-hero-slide.is-active {
    opacity: 1;
    transform: scale(1);
}

.oracle-home-visual-hero .oracle-hero-secondary-cta {
    border: 0 !important;
    box-shadow: inset 0 0 0 1.5px #fff !important;
    background: transparent !important;
    color: #fff !important;
}

.oracle-home-visual-hero .oracle-hero-primary-cta {
    border: 0 !important;
    background: var(--accent-point) !important;
    color: var(--surface-muted) !important;
    box-shadow: none !important;
}

.oracle-home-visual-hero .oracle-hero-primary-cta:hover {
    border: 0 !important;
    background: var(--accent-point-hover) !important;
    color: var(--surface-muted) !important;
    box-shadow: none !important;
}

.oracle-home-visual-hero .oracle-hero-secondary-cta:hover {
    box-shadow: inset 0 0 0 1.5px var(--border-muted) !important;
    background: var(--text-primary) !important;
    color: var(--surface-muted) !important;
}

.oracle-home-visual-hero .oracle-hero-angle {
    position: absolute;
    top: 50%;
    z-index: 12;
    width: 58px;
    height: 72px;
    padding: 0;
    border: 0;
    background: transparent;
    transform: translateY(-50%);
    cursor: pointer;
}

.oracle-home-visual-hero .oracle-hero-angle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 28px;
    border-top: 1.5px solid rgba(255, 255, 255, 0.9);
    border-left: 1.5px solid rgba(255, 255, 255, 0.9);
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.oracle-home-visual-hero .oracle-hero-angle--prev {
    left: clamp(18px, 3.8vw, 64px);
}

.oracle-home-visual-hero .oracle-hero-angle--next {
    right: clamp(18px, 3.8vw, 64px);
}

.oracle-home-visual-hero .oracle-hero-angle--prev::before {
    transform: translate(-35%, -50%) rotate(-45deg);
}

.oracle-home-visual-hero .oracle-hero-angle--next::before {
    transform: translate(-65%, -50%) rotate(135deg);
}

.oracle-home-visual-hero .oracle-hero-angle:hover::before {
    border-color: #fff;
}

.oracle-home-visual-hero .oracle-hero-angle--prev:hover::before {
    transform: translate(-45%, -50%) rotate(-45deg);
}

.oracle-home-visual-hero .oracle-hero-angle--next:hover::before {
    transform: translate(-55%, -50%) rotate(135deg);
}

.oracle-main section:first-child .oracle-hero-pagination,
.oracle-home-visual-hero .oracle-hero-pagination {
    bottom: 2.5rem;
    align-items: center;
    gap: 12px;
}

.oracle-main section:first-child .oracle-hero-pagination button,
.oracle-home-visual-hero .oracle-hero-pagination button,
.oracle-main section:first-child .oracle-hero-dot,
.oracle-home-visual-hero .oracle-hero-dot {
    display: block;
    flex: 0 0 6px;
    width: 6px !important;
    min-width: 6px;
    height: 6px !important;
    min-height: 6px;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.35) !important;
    box-shadow: none !important;
    font-size: 0;
    line-height: 0;
    opacity: 1;
    appearance: none;
}

.oracle-main section:first-child .oracle-hero-dot.is-active,
.oracle-home-visual-hero .oracle-hero-dot.is-active {
    background: #fff !important;
}

.oracle-main section:first-child video.oracle-hero-video-a,
.oracle-main section:first-child video.oracle-hero-video-b {
    opacity: 0;
    transition: opacity 1.2s ease;
    will-change: opacity;
}

.oracle-main section:first-child video.oracle-hero-video-a.is-active,
.oracle-main section:first-child video.oracle-hero-video-b.is-active {
    opacity: 1;
}

.oracle-why-static-section .oracle-reveal-image,
.oracle-why-static-section .oracle-reveal-copy,
.section-doctor.oracle-reveal-section {
    opacity: 0;
    transition: opacity 0.82s ease, transform 0.82s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
}

.oracle-why-static-section .oracle-reveal-image--left {
    transform: translate3d(-72px, 0, 0);
}

.oracle-why-static-section .oracle-reveal-image--right {
    transform: translate3d(72px, 0, 0);
}

.oracle-why-static-section .oracle-reveal-copy,
.section-doctor.oracle-reveal-section {
    transform: translate3d(0, 42px, 0);
}

.oracle-why-static-section .oracle-reveal-image.is-visible,
.oracle-why-static-section .oracle-reveal-copy.is-visible,
.section-doctor.oracle-reveal-section.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
    .oracle-why-static-section .oracle-reveal-image,
    .oracle-why-static-section .oracle-reveal-copy,
    .section-doctor.oracle-reveal-section {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

.premium-clinic-stats h2 {
    max-width: 560px;
    font-size: clamp(28px, 3.4vw, 40px) !important;
}

.premium-clinic-stats h2 .whitespace-nowrap {
    white-space: nowrap;
}

.premium-clinic-stats .text-\[\#1fd5bd\] {
    color: var(--oracle-point);
}

.home-consult-section h2 {
    font-size: clamp(32px, 5vw, 48px) !important;
    line-height: 1.24 !important;
    white-space: nowrap;
    word-break: keep-all;
}

.oracle-home-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 100vh;
    overflow: hidden;
    color: #fff;
    background: #101010;
}

.oracle-home-hero video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.oracle-home-hero__shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.4) 48%, rgba(0, 0, 0, 0.08)),
        linear-gradient(0deg, rgba(0, 0, 0, 0.58), transparent 48%);
}

.oracle-home-hero__content {
    position: relative;
    z-index: 2;
    max-width: 760px;
    padding: 0 12vw;
}

.oracle-home-hero span,
.oracle-home-standard span,
.oracle-home-heading span,
.oracle-home-doctor span,
.oracle-home-consult span {
    color: var(--oracle-point);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.oracle-home-hero h1 {
    margin: 28px 0 44px;
    font-size: clamp(40px, 6vw, 64px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.05em;
}

.oracle-home-hero h1 em {
    color: var(--oracle-point);
    font-style: normal;
}

.oracle-home-hero__actions {
    display: flex;
    gap: 14px;
}

.oracle-home-hero__actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 158px;
    height: 58px;
    padding: 1px 28px 0;
    border-radius: 999px;
    border: 0;
    box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, 0.3);
    color: #fff;
    font-weight: 800;
}

.oracle-home-hero__actions a:first-child {
    background: var(--oracle-point);
    box-shadow: inset 0 0 0 1.5px var(--oracle-point);
}

.oracle-home-standard {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    gap: clamp(56px, 8vw, 120px);
    padding: 120px clamp(28px, 8vw, 140px);
    background: #fbfbfb;
}

.oracle-home-standard h2,
.oracle-home-heading h2,
.oracle-home-doctor h2,
.oracle-home-consult h2 {
    margin: 18px 0 24px;
    font-size: clamp(32px, 5vw, 48px);
    line-height: 1.18;
    letter-spacing: -0.04em;
}

.oracle-home-standard h2 {
    max-width: 560px;
    font-size: clamp(32px, 5vw, 48px);
}

.oracle-home-standard p,
.oracle-home-heading p {
    color: var(--oracle-sub);
    font-size: 18px;
    line-height: 1.75;
}

.oracle-home-standard dl {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
    margin: 0;
}

.oracle-home-standard div > dt,
.oracle-home-standard dt {
    color: #111;
    font-size: clamp(38px, 4vw, 64px);
    font-weight: 900;
    letter-spacing: -0.05em;
}

.oracle-home-standard dd {
    margin: 10px 0 0;
    color: var(--oracle-sub);
    font-size: 16px;
    font-weight: 800;
}

.oracle-special-section {
    position: relative;
    min-height: auto;
    overflow: visible;
    padding: 120px clamp(28px, 8vw, 140px);
    background: linear-gradient(180deg, #fff 0%, #fbfffe 52%, #fff 100%);
}

.oracle-special-sticky {
    position: relative;
    top: auto;
    display: flex;
    align-items: flex-start;
    min-height: auto;
    padding: 0;
    background:
        radial-gradient(circle at 86% 70%, rgba(var(--oracle-point-rgb), 0.12), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(251, 255, 254, 0.94));
    overflow: visible;
    isolation: isolate;
}

.oracle-special-sticky::before {
    content: "ORACLE";
    position: absolute;
    top: clamp(48px, 7vw, 84px);
    right: clamp(-52px, -2vw, -18px);
    z-index: 0;
    color: rgba(184, 111, 104, 0.045);
    font-size: clamp(104px, 15vw, 220px);
    font-weight: 850;
    line-height: 0.9;
    letter-spacing: -0.07em;
    pointer-events: none;
    user-select: none;
}

.oracle-special-sticky::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: min(42vw, 520px);
    height: min(42vw, 520px);
    background: radial-gradient(circle, rgba(var(--oracle-point-rgb), 0.16), rgba(var(--oracle-point-rgb), 0.04) 42%, transparent 70%);
    filter: blur(32px);
    opacity: 0.75;
    pointer-events: none;
}

.oracle-special-shell {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.oracle-special-head {
    margin-bottom: clamp(44px, 5.4vw, 72px);
    text-align: left;
}

.oracle-special-eyebrow {
    margin: 0 0 18px;
    color: var(--oracle-point);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.oracle-special-head h2 {
    margin: 0;
    color: #1a1a1a;
    font-size: clamp(28px, 3.4vw, 40px);
    font-weight: 850;
    line-height: 1.16;
    letter-spacing: -0.035em;
}

.oracle-special-head p:not(.oracle-special-eyebrow) {
    margin: 22px 0 0;
    max-width: 620px;
    color: #66736f;
    font-size: clamp(15px, 1.25vw, 18px);
    font-weight: 500;
    line-height: 1.9;
    word-break: keep-all;
}

.oracle-special-frame {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(32px, 4.5vw, 68px);
    align-items: start;
}

.oracle-special-steps {
    display: none;
    flex-direction: column;
    border-top: 1px solid #e8e8e8;
}

.oracle-special-step {
    appearance: none;
    position: relative;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
    align-items: baseline;
    min-height: 74px;
    border: 0;
    border-bottom: 1px solid #e8e8e8;
    background: transparent;
    color: #1a1a1a;
    cursor: pointer;
    opacity: 0.38;
    padding: 19px 0;
    text-align: left;
    transition: opacity 0.25s ease, color 0.25s ease;
}

.oracle-special-step::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background: var(--oracle-point);
    transition: width 0.35s ease;
}

.oracle-special-step span {
    color: inherit;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.14em;
}

.oracle-special-step strong {
    color: inherit;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.42;
    word-break: keep-all;
}

.oracle-special-step.is-active,
.oracle-special-step:hover {
    color: var(--oracle-point);
    opacity: 1;
}

.oracle-special-step.is-active::before,
.oracle-special-step:hover::before {
    width: 100%;
}

.oracle-special-stage {
    display: grid;
    gap: clamp(42px, 5vw, 72px);
    position: relative;
    min-height: auto;
    border-left: 2px solid #e8e8e8;
}

.oracle-special-stage::after {
    content: "DERMATOLOGY PRINCIPLE";
    position: absolute;
    right: 0;
    bottom: -18px;
    color: rgba(184, 111, 104, 0.18);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.22em;
    pointer-events: none;
    user-select: none;
}

.oracle-special-panel {
    position: relative;
    inset: auto;
    min-height: 260px;
    padding-left: clamp(26px, 3vw, 42px);
    opacity: 1;
    transform: none;
    pointer-events: auto;
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.oracle-special-panel.is-active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.oracle-special-node {
    position: absolute;
    top: 46px;
    left: -7px;
    width: 12px;
    height: 12px;
    border-radius: 999px;
    border: 3px solid #fff;
    background: var(--oracle-point);
    box-shadow: 0 0 0 1px var(--oracle-point);
    z-index: 2;
}

.oracle-special-ghost {
    position: absolute;
    top: -12px;
    right: 0;
    color: #f4f6f6;
    font-size: clamp(72px, 11vw, 120px);
    font-weight: 850;
    line-height: 1;
    letter-spacing: -0.06em;
    pointer-events: none;
    user-select: none;
}

.oracle-special-content {
    position: relative;
    z-index: 1;
    max-width: 760px;
}

.oracle-special-eng,
.oracle-special-network-banner p {
    margin: 0 0 13px;
    color: var(--oracle-point);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.oracle-special-content h3,
.oracle-special-network-banner h3 {
    margin: 0;
    color: #1a1a1a;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.32;
    letter-spacing: -0.025em;
    word-break: keep-all;
}

.oracle-special-lead {
    margin: 20px 0 24px;
    color: #1a1a1a;
    font-size: clamp(17px, 1.7vw, 18px);
    font-weight: 700;
    line-height: 1.72;
    word-break: keep-all;
}

.oracle-special-content ul {
    display: grid;
    gap: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.oracle-special-content li {
    display: flex;
    gap: 12px;
    color: #777;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
    word-break: keep-all;
}

.oracle-special-check {
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    margin-top: 4px;
}

.oracle-special-network-banner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    max-width: 760px;
    border-radius: 28px;
    background: #e8faf8;
    padding: clamp(26px, 4vw, 38px);
}

.oracle-special-network-banner a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 999px;
    background: var(--oracle-point);
    padding: 0 24px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    transition: background-color 0.2s ease;
}

.oracle-special-network-banner a:hover {
    background: var(--oracle-point);
}

.oracle-special-section[data-oracle-special-carousel] {
    min-height: auto;
    overflow: hidden;
    padding: 120px 0 130px;
    background: #fff;
}

.oracle-special-section[data-oracle-special-carousel] .oracle-special-shell {
    max-width: none;
}

.oracle-special-section[data-oracle-special-carousel] .oracle-special-head {
    max-width: 1180px;
    margin: 0 auto clamp(44px, 5vw, 70px);
    padding: 0 clamp(28px, 8vw, 140px);
}

.oracle-special-carousel {
    position: relative;
    overflow: hidden;
    padding: 10px 0 0;
    touch-action: pan-y;
    user-select: none;
}

.oracle-special-track {
    --oracle-special-card-base: clamp(250px, 20vw, 330px);
    --oracle-special-card-active: clamp(430px, 42vw, 720px);
    --oracle-special-card-height: clamp(300px, 28vw, 420px);
    display: flex;
    align-items: center;
    gap: clamp(18px, 2.2vw, 34px);
    padding: 18px max(28px, calc((100vw - 1180px) / 2)) 8px;
    will-change: transform;
    transition: transform 0.92s cubic-bezier(0.16, 1, 0.3, 1);
}

.oracle-special-track.is-positioning .oracle-special-card {
    transition:
        transform 0.48s cubic-bezier(0.16, 1, 0.3, 1),
        opacity 0.46s ease,
        filter 0.46s ease,
        box-shadow 0.46s ease;
}

.oracle-special-card {
    position: relative;
    flex: 0 0 var(--oracle-special-card-base);
    margin-inline: 0;
    height: var(--oracle-special-card-height);
    overflow: hidden;
    border-radius: 22px;
    background: #f7f7f7;
    box-shadow: none;
    opacity: 0.72;
    cursor: pointer;
    transform: translateY(0);
    transition:
        flex-basis 0.78s cubic-bezier(0.16, 1, 0.3, 1),
        transform 0.48s cubic-bezier(0.16, 1, 0.3, 1),
        opacity 0.46s ease,
        filter 0.46s ease,
        box-shadow 0.46s ease;
}

.oracle-special-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.03);
    transition: transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}

.oracle-special-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(8, 12, 16, 0.08), rgba(8, 12, 16, 0.18)),
        linear-gradient(180deg, transparent 46%, rgba(8, 12, 16, 0.34));
    opacity: 0.5;
    transition: opacity 0.42s ease;
}

.oracle-special-card-copy {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: clamp(24px, 3vw, 36px);
    color: #fff;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.38s ease, transform 0.38s ease;
}

.oracle-special-card-copy p {
    margin: 0 0 10px;
    color: var(--oracle-point);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.18em;
}

.oracle-special-card-copy p span {
    margin-right: 10px;
}

.oracle-special-card-copy h3 {
    width: calc(var(--oracle-special-card-base) - clamp(48px, 6vw, 72px));
    max-width: 100%;
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 850;
    line-height: 1.18;
    letter-spacing: -0.04em;
    word-break: keep-all;
}

.oracle-special-card-copy strong {
    display: block;
    width: calc(var(--oracle-special-card-base) - clamp(48px, 6vw, 72px));
    max-width: 100%;
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    font-weight: 650;
    line-height: 1.7;
    word-break: keep-all;
}

.oracle-special-card-detail {
    position: absolute;
    top: clamp(22px, 2.6vw, 34px);
    right: clamp(22px, 2.6vw, 34px);
    display: grid;
    justify-items: end;
    gap: 0;
    width: min(52%, 440px);
    max-height: none;
    margin-top: 0;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(17px, 1.15vw, 18px);
    font-weight: 650;
    line-height: 1.68;
    opacity: 0;
    text-align: right;
    transform: translateX(28px);
    transition:
        opacity 0.42s ease,
        transform 0.58s cubic-bezier(0.16, 1, 0.3, 1);
}

.oracle-special-card-detail span {
    display: block;
    word-break: keep-all;
    text-wrap: pretty;
    text-align: right;
}

.oracle-special-card.is-active {
    flex-basis: var(--oracle-special-card-active);
    z-index: 2;
    opacity: 1;
    filter: none;
    box-shadow: none;
}

.oracle-special-card.is-active img {
    transform: scale(1);
}

.oracle-special-card.is-active::after {
    opacity: 0.64;
}

.oracle-special-card:hover::after {
    opacity: 0.78;
}

.oracle-special-card:hover {
    opacity: 1;
    transform: translateY(-7px);
    box-shadow: none;
}

.oracle-special-card.is-active:hover {
    box-shadow:
        0 30px 88px rgba(var(--oracle-point-rgb), 0.2),
        0 16px 42px rgba(184, 111, 104, 0.14);
}

.oracle-special-card.is-active .oracle-special-card-detail {
    opacity: 1;
    transform: translateX(0);
}

.oracle-special-controls {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: space-between;
    width: clamp(430px, 42vw, 720px);
    max-width: calc(100vw - 56px);
    margin: clamp(26px, 4vw, 44px) auto 0;
    pointer-events: none;
}

.oracle-special-controls button {
    position: relative;
    appearance: none;
    width: 72px;
    height: 42px;
    border: 0;
    background: transparent;
    color: #111;
    font-size: 0;
    cursor: pointer;
    transition: color 0.2s ease, transform 0.2s ease;
    pointer-events: auto;
}

.oracle-special-controls button span,
.oracle-special-controls button::before,
.oracle-special-controls button::after {
    position: absolute;
    display: block;
    height: 1.5px;
    border-radius: 999px;
    background: currentColor;
    content: "";
}

.oracle-special-controls button span {
    top: 50%;
    left: 10px;
    right: 10px;
    transform: translateY(-50%);
}

.oracle-special-controls button::after {
    top: 50%;
    width: 18px;
}

.oracle-special-controls button::before {
    display: none;
}

.oracle-special-controls [data-oracle-special-prev]::after {
    left: 10px;
    transform: translateY(-50%) rotate(-35deg);
    transform-origin: left center;
}

.oracle-special-controls [data-oracle-special-next]::after {
    right: 10px;
    transform: translateY(-50%) rotate(35deg);
    transform-origin: right center;
}

.oracle-special-controls button:hover {
    color: var(--oracle-point);
    transform: translateY(-2px);
}

.oracle-home-concern {
    padding: 110px 0 0;
    background: #fff;
}

.oracle-home-heading {
    max-width: 840px;
    margin: 0 auto 70px;
    padding: 0 28px;
    text-align: center;
}

.oracle-home-heading--left {
    margin-left: 0;
    text-align: left;
}

.oracle-home-panels {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    min-height: 680px;
}

.oracle-home-panel {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    overflow: hidden;
    padding: 44px 22px;
    color: #fff;
    text-align: center;
}

.oracle-home-panel img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.04);
    transition: 0.7s ease;
}

.oracle-home-panel::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.56));
    transition: 0.45s ease;
}

.oracle-home-panel:hover img {
    transform: scale(1.1);
}

.oracle-home-panel:hover::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.34));
}

.oracle-home-panel span,
.oracle-home-panel h3,
.oracle-home-panel p {
    position: relative;
    z-index: 2;
}

.oracle-home-panel span {
    color: var(--oracle-point);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.2em;
}

.oracle-home-panel h3 {
    margin: 18px 0 12px;
    font-size: clamp(25px, 2vw, 38px);
    line-height: 1.08;
    letter-spacing: -0.06em;
    white-space: nowrap;
}

.oracle-home-panel p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    font-weight: 700;
}

.oracle-home-solutions {
    background: #fff;
}

.oracle-solution-group {
    display: grid;
    grid-template-columns: minmax(220px, 20%) minmax(0, 1fr);
    gap: clamp(28px, 3.6vw, 56px);
    padding: 110px clamp(28px, 5.2vw, 78px);
    padding-right: clamp(130px, 12vw, 170px);
}

.oracle-solution-group--mint {
    background: #f4f9f8;
}

.oracle-solution-group aside {
    position: sticky;
    top: 120px;
    align-self: start;
}

.oracle-solution-group aside span {
    color: #111;
    font-size: 14px;
    font-weight: 900;
}

.oracle-solution-group aside h2 {
    margin: 14px 0 0;
    max-width: 230px;
    font-size: clamp(28px, 3.4vw, 40px);
    line-height: 1.1;
    letter-spacing: -0.065em;
    word-break: keep-all;
}

.oracle-solution-list {
    display: grid;
    gap: 92px;
}

.oracle-solution-card {
    display: block;
}

.oracle-solution-card img {
    display: block;
    width: 100%;
    height: 27rem;
    object-fit: cover;
    background: #f1f1f1;
}

.oracle-solution-card div {
    margin-top: -118px;
    padding: 0 36px 36px;
    position: relative;
    color: #fff;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

.oracle-solution-card h3 {
    margin: 0 0 14px;
    font-size: 20px;
    letter-spacing: -0.08em;
    transition: color 0.25s ease;
}

.oracle-solution-card:hover h3 {
    color: var(--oracle-point);
}

.oracle-solution-card strong {
    display: block;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 1.55;
}

.oracle-solution-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 1.7;
}

.oracle-home-why {
    padding: 120px clamp(28px, 8vw, 140px);
    background: #fbfbfb;
}

.oracle-why-list {
    display: grid;
    gap: 70px;
}

.oracle-why-list article {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.7fr);
    gap: clamp(36px, 6vw, 88px);
    align-items: center;
}

.oracle-why-list article:nth-child(even) img {
    order: 2;
}

.oracle-why-list img {
    width: 100%;
    aspect-ratio: 1.45;
    object-fit: cover;
}

.oracle-why-list span {
    color: var(--oracle-point);
    font-size: 14px;
    font-weight: 900;
}

.oracle-why-list h3 {
    margin: 18px 0;
    font-size: clamp(28px, 3.4vw, 40px);
    line-height: 1.16;
    letter-spacing: -0.04em;
}

.oracle-why-list p {
    color: var(--oracle-sub);
    font-size: 18px;
    line-height: 1.8;
}

.oracle-home-doctor {
    position: relative;
    display: grid;
    grid-template-columns: 46% 54%;
    gap: clamp(40px, 6vw, 90px);
    align-items: stretch;
    padding: 120px clamp(28px, 8vw, 140px);
    overflow: hidden;
    background: #fff;
}

.oracle-home-doctor::before {
    content: "";
    position: absolute;
    right: 8%;
    top: 18%;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(var(--oracle-point-rgb), 0.12), transparent 70%);
    filter: blur(40px);
    opacity: 0.5;
    animation: oracleSoftFloat 14s ease-in-out infinite alternate;
}

.oracle-home-doctor__photo,
.oracle-home-doctor__text {
    position: relative;
    z-index: 1;
}

.oracle-home-doctor__photo img {
    width: 100%;
    height: 100%;
    min-height: 660px;
    object-fit: cover;
}

.oracle-home-doctor__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 44px 0;
}

.oracle-home-doctor__text .role {
    color: #6f7d79;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.75;
}

.oracle-home-doctor__text h3 {
    margin: 54px 0 22px;
    font-size: clamp(32px, 5vw, 48px);
    line-height: 1.2;
    letter-spacing: -0.04em;
}

.oracle-home-doctor__text p {
    color: #555;
    font-size: 18px;
    line-height: 1.95;
}

@keyframes oracleSoftFloat {
    from { transform: translate3d(0, 0, 0) scale(1); }
    to { transform: translate3d(-30px, 24px, 0) scale(1.08); }
}

.oracle-home-consult {
    display: grid;
    grid-template-columns: 45% 55%;
    gap: 70px;
    padding: 120px clamp(28px, 8vw, 140px);
    color: #fff;
    background:
        radial-gradient(circle at 22% 20%, rgba(var(--oracle-point-rgb), 0.14), transparent 32%),
        linear-gradient(135deg, #111, #202020);
}

.oracle-home-consult p,
.oracle-home-consult li {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    line-height: 1.8;
}

.oracle-home-consult ol {
    display: grid;
    gap: 14px;
    margin: 42px 0 0;
    padding: 0;
    list-style: none;
}

.oracle-home-consult form {
    display: grid;
    gap: 18px;
    padding: 46px;
    color: #171717;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 28px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.24);
}

.oracle-home-consult label {
    display: grid;
    gap: 8px;
    color: #333;
    font-size: 14px;
    font-weight: 800;
}

.oracle-home-consult input,
.oracle-home-consult select,
.oracle-home-consult textarea {
    width: 100%;
    min-height: 52px;
    padding: 0 16px;
    border: 1px solid rgba(23, 23, 23, 0.12);
    border-radius: 14px;
    background: #fff;
    font: inherit;
}

.oracle-home-consult textarea {
    min-height: 120px;
    padding-top: 16px;
}

.oracle-home-consult__buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.oracle-home-consult__buttons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    border-radius: 999px;
    background: var(--oracle-point);
    color: #fff;
    font-weight: 900;
}

.oracle-home-consult__buttons a:last-child {
    background: #111;
}

.oracle-home-location {
    padding: 120px clamp(28px, 8vw, 140px);
    background: #f7f8f8;
}

@media (prefers-reduced-motion: reduce) {
    .oracle-home-doctor::before {
        animation: none;
    }
}

.oracle-hero {
    display: flex;
    align-items: center;
    min-height: 720px;
    padding: 120px clamp(32px, 12vw, 180px);
    background:
        radial-gradient(circle at 78% 30%, rgba(var(--oracle-point-rgb), 0.18), transparent 34%),
        linear-gradient(115deg, #f7f5ef 0%, #ffffff 54%, #eef4f3 100%);
}

.oracle-hero__content {
    max-width: 720px;
}

.oracle-hero span,
.oracle-section__heading span,
.oracle-split-section span,
.oracle-tone-grid span {
    color: var(--oracle-point);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.26em;
}

.oracle-hero h1 {
    margin: 24px 0 28px;
    font-size: clamp(40px, 6vw, 64px);
    line-height: 1.08;
    letter-spacing: -0.045em;
}

.oracle-hero p {
    max-width: 620px;
    color: var(--oracle-sub);
    font-size: 24px;
    line-height: 1.75;
}

.oracle-hero__actions {
    display: flex;
    gap: 14px;
    margin-top: 44px;
}

.oracle-hero__actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    height: 56px;
    padding: 1px 24px 0;
    border-radius: 999px;
    border: 0;
    box-shadow: inset 0 0 0 1.5px var(--oracle-line);
    font-weight: 800;
}

.oracle-hero__actions a:first-child {
    color: #fff;
    background: var(--oracle-point);
    box-shadow: inset 0 0 0 1.5px var(--oracle-point);
}

.oracle-section,
.oracle-split-section {
    padding: 120px clamp(28px, 7vw, 120px);
}

.oracle-section--soft {
    background: var(--oracle-soft);
}

.oracle-section__heading {
    max-width: 860px;
    margin: 0 auto 62px;
    text-align: center;
}

.oracle-section__heading h2,
.oracle-split-section h2 {
    margin: 18px 0;
    font-size: clamp(28px, 3.4vw, 40px);
    line-height: 1.18;
    letter-spacing: -0.035em;
}

.oracle-section__heading p,
.oracle-split-section p {
    color: var(--oracle-sub);
    font-size: 18px;
    line-height: 1.75;
}

.oracle-tone-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    max-width: 1180px;
    margin: 0 auto;
    background: var(--oracle-line);
}

.oracle-tone-grid article {
    min-height: 280px;
    padding: 42px;
    background: #fff;
}

.oracle-tone-grid h3 {
    margin: 28px 0 18px;
    font-size: 28px;
    line-height: 1.25;
}

.oracle-tone-grid p {
    color: var(--oracle-sub);
    font-size: 16px;
    line-height: 1.75;
}

.oracle-split-section {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 80px;
    background: #fbfbfb;
}

.oracle-split-section > div:last-child {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 36px;
    align-content: center;
    font-weight: 800;
}

.oracle-floating {
    position: fixed;
    right: 0;
    top: 35%;
    z-index: 10010;
    display: grid;
    gap: 20px;
    width: 118px;
    padding: 28px 20px;
    background: #fff;
    border-radius: 34px 0 0 34px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.18);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-50%) translateX(40px);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.oracle-floating.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(-50%) translateX(0);
}

.oracle-floating a,
.oracle-floating button {
    display: grid;
    justify-self: stretch;
    justify-items: center;
    align-content: center;
    gap: 8px;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding: 12px 0;
    border: 0;
    background: transparent;
    color: var(--text-secondary, #d2c3af);
    font-family: inherit;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
    text-align: center;
    cursor: pointer;
    transition: color 0.2s ease, transform 0.2s ease;
}

.oracle-floating a:hover,
.oracle-floating button:hover,
.oracle-floating button.is-active {
    color: var(--text-secondary, #d2c3af);
    transform: translateY(-2px);
}

.oracle-floating__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: currentColor;
}

.oracle-floating__icon svg {
    display: block;
    width: 40px;
    height: 40px;
}

.oracle-floating__icon--talk {
    width: 40px;
    height: 40px;
    color: currentColor;
}

.oracle-floating__talk-text {
    fill: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.oracle-floating__label {
    display: block;
}

.oracle-scroll-top {
    position: fixed;
    right: 32px;
    bottom: 34px;
    z-index: 80;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    box-sizing: border-box;
    padding: 0;
    border: 0;
    box-shadow: inset 0 0 0 1.5px rgba(17, 26, 24, 0.16);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: rgba(17, 26, 24, 0.5);
    line-height: 1;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transform: translateY(10px);
    backdrop-filter: blur(8px);
    transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.oracle-scroll-top.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.oracle-scroll-top:hover {
    box-shadow: inset 0 0 0 1.5px rgba(17, 26, 24, 0.28);
}

.oracle-scroll-top svg {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 22px;
    height: 22px;
    transform: translate(-50%, -50%);
}

.oracle-hero-popup {
    position: fixed;
    left: 0;
    top: clamp(46px, 50vh, 300px);
    z-index: 20;
    width: max(210px, 11vw);
    min-width: 0;
    overflow: visible;
    background: transparent;
    box-shadow: none;
    border-radius: 26px 26px 12px 12px;
    animation: oraclePopupEnter 0.45s ease-out both;
}

.oracle-hero-popup--quick-sms {
    left: auto;
    right: 0;
    top: auto;
    z-index: 10020;
    display: none;
    width: 238px;
    max-height: none;
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
    filter: none;
    transform: none;
}

.oracle-hero-popup--quick-sms.is-open {
    display: block;
}

.oracle-hero-popup__sms {
    position: relative;
    overflow: visible;
    border-radius: 26px 26px 12px 12px;
    background: transparent;
}

.oracle-hero-popup--quick-sms .oracle-hero-popup__sms {
    max-height: var(--oracle-quick-sms-max-height, calc(100vh - 32px));
    overflow: hidden;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.oracle-hero-popup__close {
    position: absolute;
    right: 8px;
    top: 10px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border: 0;
    border-radius: 50%;
    background: rgba(20, 27, 30, 0.78);
    color: #fff;
    font-family: inherit;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
}

.oracle-hero-popup__close:hover {
    background: rgba(20, 27, 30, 0.95);
}

.oracle-hero-popup__sms-head {
    display: flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 26px 26px 0 0;
    background: #27cdb9;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}

.oracle-hero-popup__sms-body {
    position: relative;
    z-index: 1;
    padding: 0 11px 10px;
    border-radius: 0 0 12px 12px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

.oracle-hero-popup--quick-sms .oracle-hero-popup__sms-body {
    max-height: calc(var(--oracle-quick-sms-max-height, 440px) - 50px);
    overflow-y: auto;
    overscroll-behavior: contain;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.oracle-hero-popup--quick-sms .oracle-hero-popup__sms-head {
    border: 0;
    background: transparent;
}

.oracle-sms-map {
    position: relative;
    height: auto;
    aspect-ratio: 1000 / 700;
    margin: 0 -11px 10px;
    overflow: hidden;
    background: #f8f8f8;
}

.oracle-sms-map::before,
.oracle-sms-map::after {
    content: none;
}

.oracle-sms-map img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.oracle-sms-map::before,
.oracle-sms-map::after {
    position: absolute;
    color: #555;
    font-size: 6px;
    line-height: 1.25;
    white-space: pre-line;
    content: "?랁삊???A\A濡?뜲由ъ븘\A\A援먰넻鍮뚮뵫\A\A媛留덈줈媛뺤젙";
}

.oracle-sms-map::before {
    left: 13px;
    top: 12px;
}

.oracle-sms-map::after {
    right: 22px;
    bottom: 22px;
    content: "?꾩뒪\A?〓낭??A?ル룄洹?A?鍮꾩튂?덇꼍";
}

.oracle-sms-map::before,
.oracle-sms-map::after {
    content: none;
}

.oracle-sms-map__road,
.oracle-sms-map__path,
.oracle-sms-map__parking,
.oracle-sms-map__station,
.oracle-sms-map__clinic,
.oracle-sms-map__pin {
    position: absolute;
    display: block;
}

.oracle-sms-map__road--horizontal {
    left: 0;
    right: 0;
    top: 63px;
    height: 9px;
    background: rgba(210, 210, 210, 0.86);
}

.oracle-sms-map__road--vertical-one {
    left: 45px;
    top: 0;
    bottom: 0;
    width: 8px;
    background: rgba(212, 212, 212, 0.82);
}

.oracle-sms-map__road--vertical-two {
    left: 118px;
    top: 54px;
    bottom: 0;
    width: 7px;
    background: rgba(212, 212, 212, 0.82);
}

.oracle-sms-map__road--vertical-three {
    right: 18px;
    top: 0;
    bottom: 0;
    width: 26px;
    background: rgba(212, 212, 212, 0.74);
}

.oracle-sms-map__path--green {
    left: 0;
    top: 20px;
    width: 70px;
    height: 29px;
    padding: 9px 0 0 6px;
    border-left: 2px solid #36a84f;
    border-bottom: 2px solid #36a84f;
    color: #36a84f;
    font-size: 9px;
    font-weight: 800;
}

.oracle-sms-map__path--green::before {
    position: absolute;
    right: -6px;
    bottom: -6px;
    width: 8px;
    height: 8px;
    border: 2px solid #f5c400;
    border-radius: 50%;
    background: #fff6a4;
    content: "";
}

.oracle-sms-map__path--pink {
    left: 50px;
    top: 76px;
    width: 82px;
    height: 37px;
    border: 2px solid #ef2d98;
}

.oracle-sms-map__path--yellow {
    left: 53px;
    top: 70px;
    width: 80px;
    border-top: 3px solid #ffd51d;
}

.oracle-sms-map__parking {
    min-width: 52px;
    padding: 2px 4px;
    border: 2px solid #1d2a98;
    background: #fff;
    color: #1d2a98;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
}

.oracle-sms-map__parking b {
    display: inline-block;
    margin-left: 3px;
    color: #fff;
    background: #1d2a98;
    font-size: 7px;
    line-height: 1.35;
    vertical-align: 2px;
}

.oracle-sms-map__parking--top {
    right: 54px;
    top: 58px;
}

.oracle-sms-map__parking--right {
    right: 40px;
    top: 79px;
    min-width: 67px;
}

.oracle-sms-map__station {
    right: 7px;
    top: 10px;
    width: 58px;
    height: 58px;
    border: 3px solid #37a84c;
    border-radius: 50%;
    background: #fff;
    color: #37a84c;
    text-align: center;
}

.oracle-sms-map__station small {
    display: block;
    margin-top: 7px;
    font-size: 7px;
    font-weight: 800;
}

.oracle-sms-map__station b {
    display: block;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.05;
}

.oracle-sms-map__clinic {
    left: 59px;
    top: 86px;
    display: grid;
    grid-template-columns: 1fr 31px;
    width: 68px;
    min-height: 25px;
    border: 3px solid #00788a;
    background: #fff;
    color: #00788a;
    align-items: center;
}

.oracle-sms-map__clinic b {
    padding-left: 5px;
    background: #00788a;
    color: #fff;
    font-size: 9px;
    font-weight: 900;
    line-height: 1.1;
}

.oracle-sms-map__clinic em {
    font-style: normal;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
}

.oracle-sms-map__pin {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    color: #fff;
    font-size: 8px;
    font-weight: 800;
    line-height: 12px;
    text-align: center;
}

.oracle-sms-map__pin--car {
    right: 50px;
    top: 53px;
    background: #129ee5;
}

.oracle-sms-map__pin--bus {
    right: 14px;
    bottom: 26px;
    background: #dd1d9c;
}

.oracle-sms-map__pin--bus::before {
    content: "B";
}

.oracle-sms-phone {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
    margin-bottom: 5px;
}

.oracle-sms-phone select,
.oracle-sms-phone input,
.oracle-hero-popup__sms textarea {
    width: 100%;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    background: #fff;
    color: #4f4f4f;
    font-family: inherit;
    font-size: 12px;
}

.oracle-sms-phone select,
.oracle-sms-phone input {
    height: 29px;
    padding: 0 7px;
}

.oracle-sms-phone select {
    appearance: auto;
}

.oracle-hero-popup__sms textarea {
    display: block;
    height: 54px;
    margin-bottom: 5px;
    padding: 6px 9px;
    resize: none;
    line-height: 1.42;
}

.oracle-sms-submit {
    width: 100%;
    height: 36px;
    border-radius: 6px;
    background: #27cdb9;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    text-align: center;
}

.oracle-hero-popup__image {
    aspect-ratio: 3000 / 4244;
    overflow: hidden;
    background: #f0f0f0;
}

.oracle-hero-popup__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: grab;
    user-select: none;
}

.oracle-hero-popup__image img:active {
    cursor: grabbing;
}

.oracle-hero-popup__tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: 7px;
    background: #e7eceb;
}

.oracle-hero-popup__tabs button {
    background: transparent;
    transition: background 0.3s ease;
}

.oracle-hero-popup__tabs button.is-active {
    background: var(--oracle-point);
}

.oracle-hero-popup__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    min-height: 34px;
    padding: 0 9px 0 10px;
    color: #000;
    background: transparent;
    font-size: 11px;
    letter-spacing: -0.02em;
}

.oracle-hero-popup__footer label {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.oracle-hero-popup__footer input {
    width: 12px;
    height: 12px;
    accent-color: var(--oracle-point);
}

.oracle-hero-popup__footer button {
    min-width: 34px;
    color: #000;
    font-size: 11px;
    font-weight: 700;
    text-align: right;
}
@keyframes oraclePopupEnter {
    from {
        opacity: 0;
        transform: translate(-24px, 12px);
    }
    to {
        opacity: 1;
        transform: translate(0, 0);
    }
}

@media (max-width: 767px) {
    .oracle-hero-popup {
        display: none;
    }

    #hd_pop {
        position: fixed;
        inset: 0;
        z-index: 120;
        height: auto;
        padding: 18px;
        background: rgba(17, 17, 17, 0.42);
        pointer-events: auto;
    }

    #hd_pop .hd_pops {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        left: auto !important;
        width: min(100%, 340px) !important;
        max-width: calc(100vw - 36px);
        max-height: calc(100dvh - 36px);
        margin: 0 auto;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 18px 54px rgba(0, 0, 0, 0.24);
    }

    #hd_pop .hd_pops_con {
        width: 100% !important;
        height: auto !important;
        max-height: calc(100dvh - 104px);
        overflow: auto;
        overscroll-behavior: contain;
    }

    #hd_pop .hd_pops_con img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    #hd_pop .hd_pops_footer {
        min-height: 52px;
        gap: 8px;
        padding: 0 14px;
        font-size: 12px;
    }

    #hd_pop .hd_pops_footer button {
        min-height: 42px;
    }

    #hd_pop .hd_pops_footer .hd_pops_close {
        min-width: 44px;
        font-size: 13px;
    }

    #hd_pop .hd_pops_footer .hd_pops_reject {
        gap: 7px;
        font-size: 12px;
    }

    #hd_pop .hd_pops_footer .hd_pops_reject::before {
        width: 15px;
        height: 15px;
    }
}

@media (min-width: 1921px) {
    .oracle-hero-popup {
        max-width: 420px;
    }
}

#hd_pop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 45;
    pointer-events: none;
}

#hd_pop.oracle-popup-empty {
    display: none !important;
    pointer-events: none !important;
}

#hd_pop h2,
#hd_pop .sound_only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
}

#hd_pop .hd_pops {
    position: absolute;
    top: 28vh !important;
    right: 6vw !important;
    left: auto !important;
    overflow: hidden;
    border: 0;
    background: #fff;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
    animation: oraclePopupEnter 0.45s ease-out both;
    pointer-events: auto;
}

#hd_pop .hd_pops_con {
    overflow: hidden;
}

#hd_pop .hd_pops_con img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-select: none;
}

#hd_pop .hd_pops_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 66px;
    padding: 0 30px 0 28px;
    background: #fff;
    color: #66736f;
    font-size: 15px;
    letter-spacing: -0.02em;
}

#hd_pop .hd_pops_footer button {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    cursor: pointer;
}

#hd_pop .hd_pops_footer .hd_pops_close {
    position: static !important;
    justify-content: flex-end;
    min-width: 64px;
    color: #4b5563;
    font-size: 15px;
    font-weight: 700;
    text-align: right;
    white-space: nowrap;
}

#hd_pop .hd_pops_footer .hd_pops_reject {
    position: relative;
    gap: 12px;
    justify-content: flex-start;
    color: #66736f;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
}

#hd_pop .hd_pops_footer .hd_pops_reject::before {
    content: "";
    display: inline-block;
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    border: 1.5px solid var(--oracle-point);
    border-radius: 3px;
    background: var(--oracle-point);
}

.oracle-native-popup-slider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #f0f0f0;
}

.oracle-native-popup-slider__track {
    display: flex;
    width: 100%;
    height: calc(100% - 6px);
    transition: transform 0.35s ease;
}

.oracle-native-popup-slider__slide {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
}

.oracle-native-popup-slider__bars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: 6px;
    background: #e5e7eb;
}

.oracle-native-popup-slider__bars button {
    border: 0;
    background: transparent;
    transition: background 0.25s ease;
    cursor: pointer;
}

.oracle-native-popup-slider__bars button.is-active {
    background: var(--oracle-point);
}

@media (max-width: 767px) {
    #hd_pop {
        position: fixed !important;
        inset: 0 !important;
        z-index: 120 !important;
        display: flex !important;
        width: 100% !important;
        height: 100dvh !important;
        align-items: center;
        justify-content: center;
        padding: 18px;
        background: rgba(17, 17, 17, 0.42);
        pointer-events: auto;
    }

    #hd_pop .hd_pops {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        width: min(100%, 340px) !important;
        max-width: calc(100vw - 36px) !important;
        max-height: calc(100dvh - 36px) !important;
        margin: 0 !important;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 18px 54px rgba(0, 0, 0, 0.24);
        transform: none !important;
    }

    #hd_pop .hd_pops_con {
        width: 100% !important;
        height: auto !important;
        max-height: calc(100dvh - 96px) !important;
        overflow: auto;
        overscroll-behavior: contain;
    }

    #hd_pop .hd_pops_con img {
        display: block;
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    #hd_pop .oracle-native-popup-slider__track {
        height: 100%;
    }

    #hd_pop .oracle-native-popup-slider__bars {
        display: none;
    }

    #hd_pop .hd_pops_footer {
        min-height: 52px;
        gap: 8px;
        padding: 0 14px;
        font-size: 12px;
    }

    #hd_pop .hd_pops_footer button {
        min-height: 42px;
    }

    #hd_pop .hd_pops_footer .hd_pops_close {
        min-width: 44px;
        font-size: 13px;
    }

    #hd_pop .hd_pops_footer .hd_pops_reject {
        gap: 7px;
        font-size: 12px;
    }

    #hd_pop .hd_pops_footer .hd_pops_reject::before {
        width: 15px;
        height: 15px;
    }
}

#hd_pop {
    position: fixed !important;
    inset: 0 !important;
    z-index: 9999 !important;
    display: flex;
    width: 100% !important;
    height: 100dvh !important;
    align-items: center;
    justify-content: center;
    padding: clamp(18px, 4vw, 54px);
    background: rgba(0, 0, 0, 0.6);
    pointer-events: auto;
}

#hd_pop.oracle-popup-empty {
    display: none !important;
}

#hd_pop .hd_pops {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    align-self: center !important;
    width: min(485px, calc(100vw - 72px), calc(68dvh - 140px)) !important;
    max-height: calc(100dvh - 108px);
    margin: 44px 0 0 !important;
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
    animation: oraclePopupEnter 0.42s ease-out both;
    pointer-events: auto;
}

#hd_pop .hd_pops_con {
    width: 100% !important;
    height: auto !important;
    max-height: calc(100dvh - 108px);
    overflow-x: hidden;
    overflow-y: hidden;
    background: var(--oracle-point);
}

#hd_pop .oracle-native-popup-slider {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    background: #fff;
}

#hd_pop .oracle-native-popup-slider__track {
    width: 100%;
    height: auto;
    overflow: hidden;
}

#hd_pop .oracle-native-popup-slider__slide a,
#hd_pop .oracle-native-popup-single a {
    display: block;
    width: 100%;
    height: auto;
}

#hd_pop .oracle-native-popup-slider__slide {
    transition: margin-left 0.75s ease;
    /* [수정 2026-07-27] will-change 제거 — 이 슬라이드가 상시 GPU 합성 레이어로 승격되면,
       팝업(#hd_pop) 60% 검정 dim backdrop 위에서 등장 페이드 중 생긴 '뒤 dim 비침'이
       리페인트 전까지 고착돼 이미지가 어둡게 보였다가 버튼 클릭(리페인트) 시 선명해지는
       compositing 글리치가 났음(간헐적). transition은 will-change 없이도 정상 동작. */
}

#hd_pop .oracle-native-popup-slider__slide img,
#hd_pop .oracle-native-popup-single img {
    display: block;
    width: 100%;
    height: auto;
    background: #fff;
}

#hd_pop .oracle-native-popup-slider__copy {
    padding: 18px 22px 20px;
    background: #fff;
    color: #2b2522;
    text-align: center;
    word-break: keep-all;
}

#hd_pop .oracle-native-popup-slider__copy strong {
    display: block;
    margin-bottom: 8px;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.35;
}

#hd_pop .oracle-native-popup-slider__copy div {
    color: #5f5752;
    font-size: 14px;
    line-height: 1.65;
}

#hd_pop .oracle-native-popup-slider__nav {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    height: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    border-top: 1px solid #e2e2e2;
    background: #e2e2e2;
    gap: 1px;
    scrollbar-width: none;
}

#hd_pop .oracle-native-popup-slider__nav::-webkit-scrollbar {
    display: none;
}

#hd_pop .oracle-native-popup-slider__nav button {
    display: flex;
    flex: 1 0 0;
    min-height: 0;
    min-width: 0;
    height: 50px;
    align-items: center;
    justify-content: center;
    padding: 0 3px;
    border: 0;
    background: #fff;
    color: #111;
    font: inherit;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: -0.04em;
    text-align: center;
    word-break: normal;
    cursor: pointer;
    transition: color 0.18s ease, background 0.18s ease;
}

#hd_pop .oracle-native-popup-slider__nav button.is-active {
    background: var(--oracle-point);
    color: #fff;
    font-weight: 700;
}

#hd_pop .oracle-native-popup-slider__bars {
    position: absolute;
    left: 50%;
    bottom: -47px;
    display: none;
    height: auto;
    transform: translateX(-50%);
    gap: 18px;
    background: transparent;
}

#hd_pop .oracle-native-popup-slider__bars button {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
}

#hd_pop .oracle-native-popup-slider__bars button.is-active {
    background: var(--oracle-point);
}

#hd_pop .hd_pops_footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 16px;
    min-height: 36px;
    padding: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.88);
    font-size: 15px;
}

#hd_pop .hd_pops_footer::after {
    display: none;
    content: none;
}

#hd_pop .hd_pops_footer .hd_pops_reject,
#hd_pop .hd_pops_footer .hd_pops_close {
    color: inherit;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.22);
}

#hd_pop .hd_pops_footer .hd_pops_reject {
    justify-self: start;
}

#hd_pop .hd_pops_footer .hd_pops_close {
    justify-self: end;
    margin-left: 0;
}

#hd_pop .hd_pops_footer .hd_pops_reject::before {
    border: 1.5px solid rgba(var(--oracle-point-rgb), 0.72);
    border-radius: 3px;
    background: var(--oracle-point);
    box-shadow: none;
}

#hd_pop .oracle-native-popup-single {
    width: 100%;
    height: 100%;
    background: var(--oracle-point);
}

@media (max-width: 767px) {
    #hd_pop {
        padding: 18px;
    }

    #hd_pop .hd_pops {
        width: min(100%, 390px, calc(70dvh - 110px)) !important;
        max-width: calc(100vw - 36px) !important;
        max-height: calc(100dvh - 36px) !important;
        margin: 0 !important;
    }

    #hd_pop .hd_pops_con {
        height: auto !important;
        max-height: calc(100dvh - 96px) !important;
        overflow: hidden;
    }

    #hd_pop .oracle-native-popup-slider {
        display: block;
    }

    #hd_pop .oracle-native-popup-slider__track {
        height: auto;
    }

    #hd_pop .oracle-native-popup-slider__slide {
        height: auto;
    }

    #hd_pop .oracle-native-popup-slider__slide img,
    #hd_pop .oracle-native-popup-single img {
        height: auto;
        object-fit: contain;
    }

    #hd_pop .oracle-native-popup-slider__nav {
        display: none !important;
    }

    #hd_pop .oracle-native-popup-slider__bars {
        display: flex;
        position: static;
        justify-content: center;
        padding: 12px 0 0;
        transform: none;
        gap: 10px;
    }

    #hd_pop .oracle-native-popup-slider__bars button {
        background: #d9d9d9;
    }

    #hd_pop .hd_pops_footer {
        min-height: 44px;
        font-size: 12px;
    }
}

.oracle-footer {
    background: #f3f5f5;
}

.oracle-footer__inner {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 60px;
    padding: 70px clamp(28px, 7vw, 120px);
}

.oracle-footer img {
    width: 150px;
    margin-bottom: 28px;
}

.oracle-footer strong,
.oracle-footer__point {
    color: var(--oracle-point);
    font-weight: 800;
}

.oracle-footer p {
    color: #444;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.65;
}

.oracle-footer__bar {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 22px clamp(28px, 7vw, 120px);
    color: rgba(255, 255, 255, 0.7);
    background: #161616;
    font-size: 13px;
}

.oracle-footer-admin-login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 1px 10px 0;
    border: 0;
    box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.42);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.oracle-footer-admin-login:hover {
    box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, 0.34);
    color: rgba(255, 255, 255, 0.72);
}

/* Static main parity: the solution archive uses block flow inside each section.
   The legacy Gnuboard helper class had the same name and was forcing grid. */
.oracle-solution-section .oracle-solution-list {
    display: block;
}

.oracle-solution-section {
    background: #fff;
    overflow: visible;
    padding: 12rem 9rem 12rem 6rem;
    position: relative;
}

.oracle-solution-showcase {
    overflow: visible;
}

.oracle-solution-section--reverse {
    background: #f4f9f8;
}

.oracle-solution-layout {
    align-items: start;
    display: grid;
    gap: 8rem;
    grid-template-columns: minmax(180px, 20%) minmax(0, 75%);
    width: 100%;
}

.oracle-solution-section--reverse .oracle-solution-layout {
    grid-template-columns: minmax(0, 75%) minmax(180px, 20%);
}

.oracle-solution-side {
    align-self: start;
    height: fit-content;
    min-width: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 10rem;
    z-index: 2;
}

.oracle-solution-list {
    grid-column: 2;
    grid-row: 1;
}

.oracle-solution-section--reverse .oracle-solution-side {
    grid-column: 2;
    grid-row: 1;
}

.oracle-solution-section--reverse .oracle-solution-list {
    grid-column: 1;
    grid-row: 1;
}

.oracle-solution-sticky {
    position: relative;
}

.oracle-solution-section--reverse .oracle-solution-sticky {
    text-align: right;
}

.oracle-solution-heading {
    color: #111;
    display: block;
    font-size: 1.55rem;
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.28;
}

.oracle-solution-heading span {
    display: block;
}

.oracle-solution-nav {
    margin-top: 3.8rem;
}

.oracle-solution-nav li + li {
    margin-top: 0.85rem;
}

.oracle-solution-nav button {
    align-items: baseline;
    color: rgba(17, 17, 17, 0.28);
    cursor: pointer;
    display: flex;
    gap: 0.7rem;
    font-size: 0.84rem;
    line-height: 1.35;
    text-align: left;
    transition: color 0.25s ease, transform 0.25s ease;
    width: 100%;
}

.oracle-solution-section--reverse .oracle-solution-nav button {
    flex-direction: row-reverse;
    justify-content: flex-start;
    text-align: right;
}

.oracle-solution-nav button:hover,
.oracle-solution-nav button.is-active {
    color: #111;
}

.oracle-solution-nav button.is-active {
    transform: translateX(4px);
}

.oracle-solution-section--reverse .oracle-solution-nav button.is-active {
    transform: translateX(-4px);
}

.oracle-solution-nav button span {
    flex: 0 0 auto;
    font-size: 0.76rem;
}

.oracle-solution-nav button strong {
    font-weight: 500;
}

.oracle-solution-item {
    opacity: 0.62;
    transform: translateY(24px);
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.oracle-solution-item.is-active,
.oracle-solution-item:hover {
    opacity: 1;
    transform: translateY(0);
}

.oracle-solution-item + .oracle-solution-item {
    margin-top: 8rem;
}

.oracle-solution-item a {
    color: inherit;
    display: block;
    text-decoration: none;
}

.oracle-solution-thumb {
    align-items: center;
    background: #f6f6f6;
    display: flex;
    height: 27rem;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.oracle-solution-thumb::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0.12) 56%, rgba(0, 0, 0, 0.62) 100%);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.88;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.45s ease;
    z-index: 1;
}

.oracle-solution-thumb img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease, filter 0.7s ease;
    width: 100%;
}

.oracle-solution-item a:hover .oracle-solution-thumb img,
.oracle-solution-item.is-active .oracle-solution-thumb img {
    filter: brightness(1.02);
    transform: scale(1.025);
}

.oracle-solution-desc {
    bottom: 0;
    left: 0;
    margin: 0;
    max-width: min(42rem, 88%);
    padding: clamp(1.6rem, 3.2vw, 3.1rem);
    position: absolute;
    z-index: 2;
}

.oracle-solution-desc h3 {
    color: #fff;
    font-size: clamp(28px, 3.4vw, 40px);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.16;
    margin: 0 0 0.85rem;
    text-shadow: 0 0.35rem 1.4rem rgba(0, 0, 0, 0.34);
    transition: color 0.25s ease;
}

.oracle-solution-item a:hover .oracle-solution-desc h3 {
    color: var(--oracle-point);
}

.oracle-solution-desc p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.94rem;
    line-height: 1.65;
    margin: 0;
    text-shadow: 0 0.3rem 1.1rem rgba(0, 0, 0, 0.35);
}

.oracle-solution-desc p + p {
    margin-top: 0.3rem;
}

.oracle-solution-desc .oracle-solution-lead {
    color: rgba(255, 255, 255, 0.94);
    font-weight: 800;
}

.oracle-mobile-toggle,
.oracle-mobile-backdrop,
.oracle-mobile-menu {
    display: none;
}

.oracle-mobile-toggle {
    position: relative;
    z-index: 80;
    flex-direction: column;
    gap: 6px;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
}

.oracle-mobile-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: #fff;
    transition: background 0.25s ease;
}

.oracle-mobile-toggle span:last-child {
    width: 16px;
    margin-left: 6px;
}

.oracle-header--home:not(.is-scrolled) .oracle-mobile-toggle span {
    background: #fff;
}

.oracle-mobile-backdrop {
    position: fixed;
    inset: 0;
    z-index: 60;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
}

.oracle-mobile-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 70;
    width: min(280px, 82vw);
    overflow-y: auto;
    background: #fff;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}

.oracle-mobile-menu__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #f1f1f1;
}

.oracle-mobile-menu__head strong {
    font-size: 16px;
    font-weight: 800;
}

.oracle-mobile-close {
    width: 32px;
    height: 32px;
    color: #1a1a1a;
    font-size: 24px;
    line-height: 1;
}

.oracle-mobile-menu__body {
    padding: 16px 0;
}

.oracle-mobile-menu__group {
    border-bottom: 1px solid #f5f5f5;
}

.oracle-mobile-menu__group summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    list-style: none;
    padding: 16px 20px;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 700;
}

.oracle-mobile-menu__group summary::-webkit-details-marker {
    display: none;
}

.oracle-mobile-menu__group summary::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
    margin-right: 4px;
}

.oracle-mobile-menu__group[open] summary::after {
    transform: rotate(-135deg);
}

.oracle-mobile-menu__group a {
    display: block;
    padding: 12px 32px;
    background: #f7f8f8;
    color: #66736f;
    font-size: 14px;
    font-weight: 600;
}

.oracle-mobile-menu__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px;
    min-height: 52px;
    padding-top: 1px;
    border-radius: 999px;
    background: var(--oracle-point);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}

.oracle-mobile-menu__account {
    padding: 18px 20px 0;
}

.oracle-mobile-menu__account a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding-top: 1px;
    border: 0;
    box-shadow: inset 0 0 0 1.5px #d8e3de;
    border-radius: 999px;
    color: #244d43;
    background: #fff;
    font-size: 14px;
    font-weight: 800;
}

body.oracle-mobile-open .oracle-mobile-backdrop {
    opacity: 1;
    pointer-events: auto;
}

body.oracle-mobile-open .oracle-mobile-menu {
    transform: translateX(0) !important;
}

/* Static Gnuboard port: imported markup can leave initial inline styles in the
   extracted markup, so force visible resting states for the rendered main page. */
@media (max-width: 960px) {
    .oracle-header {
        height: 64px;
        padding: 0 20px;
        flex-wrap: nowrap;
    }

    .oracle-logo img {
        width: 132px;
    }

    .oracle-gnb,
    .oracle-header__actions {
        display: none;
    }

    .oracle-mobile-toggle {
        display: flex;
    }

    .oracle-mobile-backdrop,
    .oracle-mobile-menu {
        display: block;
    }

    body.oracle-mobile-open .oracle-mobile-backdrop {
        opacity: 1;
        pointer-events: auto;
    }

    body.oracle-mobile-open .oracle-mobile-menu {
        transform: translateX(0) !important;
    }

    .ctt_about,
    .ctt_special,
    .ctt_doctors,
    .ctt_equipment,
    .ctt_tour,
    .ctt_hours,
    .ctt_location,
    .ctt_clinical {
        padding-top: 64px !important;
    }

    .oracle-tone-grid,
    .oracle-split-section,
    .oracle-footer__inner {
        grid-template-columns: 1fr;
    }

    .oracle-floating {
        display: none !important;
    }

    .oracle-scroll-top {
        position: fixed;
        right: 18px;
        bottom: max(20px, calc(env(safe-area-inset-bottom) + 18px));
        z-index: 80;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        box-sizing: border-box;
        padding: 0;
        border: 0;
        box-shadow: inset 0 0 0 1.5px rgba(17, 26, 24, 0.16);
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.92);
        color: rgba(17, 26, 24, 0.5);
        line-height: 1;
        opacity: 0;
        overflow: hidden;
        pointer-events: none;
        transform: translateY(10px);
        backdrop-filter: blur(8px);
        transition: opacity 0.2s ease, transform 0.2s ease;
    }

    .oracle-scroll-top.is-visible {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .oracle-scroll-top svg {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 20px;
        height: 20px;
        display: block;
        transform: translate(-50%, -50%);
    }

    .oracle-home-hero__content {
        padding: 0 24px;
    }

    .oracle-home-standard,
    .oracle-solution-group,
    .oracle-why-list article,
    .oracle-home-doctor,
    .oracle-home-consult {
        grid-template-columns: 1fr;
    }

    .oracle-special-section {
        min-height: auto;
        padding-top: 76px;
        padding-bottom: 86px;
    }

    .oracle-special-section[data-oracle-special-carousel] {
        padding: 76px 0 88px;
    }

    .oracle-special-section[data-oracle-special-carousel] .oracle-special-head {
        padding: 0 24px;
    }

    .oracle-special-sticky {
        position: relative;
        top: auto;
        min-height: auto;
        padding-top: 0;
        padding-bottom: 0;
        overflow: visible;
    }

    .oracle-special-sticky::before {
        top: 18px;
        right: -28px;
        font-size: 82px;
        opacity: 0.7;
    }

    .oracle-special-sticky::after {
        width: 280px;
        height: 280px;
        opacity: 0.45;
    }

    .oracle-special-head h2 {
        font-size: clamp(32px, 9.6vw, 40px);
    }

    .oracle-special-frame {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .oracle-special-steps {
        display: none;
    }

    .oracle-special-stage {
        min-height: auto;
    }

    .oracle-special-stage::after {
        display: none;
    }

    .oracle-special-panel {
        position: relative;
        inset: auto;
        min-height: 300px;
        padding: 0 0 54px 30px;
        opacity: 1;
        transform: none;
        pointer-events: auto;
    }

    .oracle-special-panel:not(:last-child) {
        border-bottom: 0;
    }

    .oracle-special-ghost {
        font-size: 72px;
    }

    .oracle-special-content h3,
    .oracle-special-network-banner h3 {
        font-size: 24px;
    }

    .oracle-special-network-banner {
        border-radius: 22px;
        padding: 24px;
    }

    .oracle-special-network-banner a {
        width: 100%;
    }

    .oracle-special-content li br {
        display: none;
    }

    .oracle-special-track {
        --oracle-special-card-base: 72vw;
        --oracle-special-card-active: 84vw;
        --oracle-special-card-height: 390px;
        gap: 16px;
        overflow: visible;
        padding: 12px 24px 6px;
    }

    .oracle-special-card {
        border-radius: 18px;
    }

    .oracle-special-card-copy {
        padding: 22px;
    }

    .oracle-special-card-copy h3 {
        font-size: 20px;
        line-height: 1.2;
    }

    .oracle-special-card-copy strong {
        font-size: 13px;
    }

    .oracle-special-card-detail {
        left: 22px;
        right: 22px;
        width: auto;
        font-size: 14.5px;
        line-height: 1.62;
    }

    .oracle-special-controls {
        width: 84vw;
        max-width: calc(100vw - 48px);
        margin-top: 16px;
    }

    .oracle-special-controls button {
        width: 58px;
        height: 38px;
    }

    .oracle-special-controls button span {
        left: 8px;
        right: 8px;
    }

    .oracle-special-controls button::after {
        width: 15px;
    }

    .oracle-special-controls [data-oracle-special-prev]::after {
        left: 8px;
    }

    .oracle-special-controls [data-oracle-special-next]::after {
        right: 8px;
    }

    .oracle-about-hero {
        padding: 104px 24px 38px;
    }

    .oracle-about-hero h2 {
        font-size: clamp(38px, 12vw, 48px);
    }

    .oracle-about-hero h2 + p {
        max-width: 100%;
        font-size: 16px;
        line-height: 1.78;
    }

    .oracle-about-tabs {
        flex-wrap: nowrap;
        gap: 6px;
        margin-right: -24px;
        overflow-x: auto;
        padding: 0 24px 4px 0;
        scrollbar-width: none;
    }

    .oracle-about-tabs::-webkit-scrollbar {
        display: none;
    }

    .oracle-about-tabs a {
        flex: 0 0 auto;
        min-height: 42px;
        padding: 0 15px;
        font-size: 13px;
    }

    .oracle-about-cta {
        width: min(100% - 32px, 1224px);
        margin-top: 64px;
        padding-bottom: 86px;
    }

    .oracle-about-cta__inner {
        grid-template-columns: 1fr;
        min-height: auto;
        padding: 28px;
    }

    .oracle-about-cta__copy h2 {
        font-size: clamp(28px, 8.2vw, 38px);
        line-height: 1.24;
    }

    .oracle-about-cta__copy span {
        margin-top: 18px;
        font-size: 14px;
        line-height: 1.75;
    }

    .oracle-about-cta__actions {
        grid-template-columns: 1fr;
        width: 100%;
    }

    .oracle-about-cta__phone {
        grid-column: auto;
    }

    .oracle-about-cta .oracle-hours-cta__actions {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: 100%;
    }

    .oracle-about-cta .oracle-hours-cta__button {
        min-height: 44px;
        padding: 1px 10px 0;
        font-size: 13px;
    }

    .oracle-special-intro,
    .oracle-special-feature,
    .oracle-special-dark {
        grid-template-columns: 1fr;
    }

    .oracle-special-intro {
        width: min(100% - 48px, 1180px);
        padding: 68px 0;
    }

    .oracle-special-intro__copy h3,
    .oracle-special-feature__copy h3,
    .oracle-special-dark h3 {
        font-size: clamp(30px, 9vw, 38px);
    }

    .oracle-special-feature {
        padding-top: 68px;
        padding-bottom: 72px;
    }

    .oracle-special-feature__copy dl div {
        grid-template-columns: 44px minmax(0, 1fr);
        min-height: 66px;
    }

    .oracle-special-feature__copy dd {
        font-size: 16px;
    }

    .oracle-special-grid {
        grid-template-columns: 1fr;
        width: 100%;
        padding: 0;
    }

    .oracle-special-grid article {
        min-height: auto;
    }

    .oracle-special-grid article img {
        position: relative;
        inset: auto;
        height: auto;
    }

    .oracle-special-grid article > div {
        padding: 26px 24px;
    }

    .oracle-special-grid article p:last-child {
        font-size: 14px;
    }

    .oracle-special-dark {
        padding-top: 70px;
        padding-bottom: 76px;
    }

    .oracle-special-dark ul {
        grid-template-columns: 1fr;
    }

    .oracle-special-dark li {
        min-height: auto;
    }

    .oracle-doctors-profile,
    .oracle-doctors-career {
        grid-template-columns: 1fr;
        width: min(100% - 48px, 1224px);
    }

    .oracle-doctors-profile {
        gap: 34px;
        padding-top: 68px;
        padding-bottom: 72px;
    }

    .oracle-doctors-profile__copy h3 {
        font-size: clamp(2rem, 7vw, 40px);
    }

    .oracle-doctors-message h4 {
        font-size: clamp(1.45rem, 4.2vw, 2rem);
        margin-bottom: 18px;
    }

    .oracle-doctors-message p {
        font-size: 0.95rem;
        line-height: 1.75;
    }

    .oracle-doctors-profile__media {
        min-height: auto;
        aspect-ratio: 3 / 4;
    }

    .oracle-doctors-profile__copy {
        padding: 0;
        overflow-wrap: break-word;
    }

    .oracle-doctors-credentials {
        width: 100%;
        margin: clamp(24px, 3.5vw, 36px) 0 0;
        column-count: 1;
    }

    .oracle-doctors-standard {
        grid-template-columns: 1fr;
    }

    .oracle-doctors-standard article {
        min-height: auto;
    }

    .oracle-doctors-standard h3 {
        font-size: 20px;
    }

    .oracle-doctors-standard span {
        font-size: 0.82rem;
    }

    .oracle-doctors-career {
        padding-top: 70px;
        padding-bottom: 86px;
    }

    .oracle-doctors-career li {
        font-size: 0.94rem;
    }

    .oracle-home-panels {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .oracle-home-panel {
        min-height: 260px;
    }

    .oracle-solution-group aside {
        position: static;
    }

    .oracle-solution-group {
        gap: 26px;
        padding: 76px 18px;
        padding-right: 18px;
    }

    .oracle-solution-group aside {
        text-align: center;
    }

    .oracle-solution-group aside h2 {
        max-width: 100%;
        font-size: clamp(28px, 8vw, 36px);
        line-height: 1.16;
    }

    .oracle-solution-section {
        padding: 76px 18px;
        overflow: hidden;
    }

    .oracle-solution-layout,
    .oracle-solution-section--reverse .oracle-solution-layout {
        display: grid;
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .oracle-solution-side {
        grid-column: auto !important;
        grid-row: auto !important;
        position: static;
        top: auto;
        width: 100%;
    }

    .oracle-solution-sticky {
        position: relative;
        text-align: center;
        top: auto;
    }

    .oracle-solution-section--reverse .oracle-solution-sticky {
        text-align: center;
    }

    .oracle-solution-heading {
        font-size: clamp(26px, 8vw, 34px);
        line-height: 1.18;
    }

    .oracle-solution-nav {
        display: none;
    }

    .oracle-solution-list,
    .oracle-solution-section--reverse .oracle-solution-list,
    .oracle-solution-section .oracle-solution-list {
        display: grid;
        grid-column: auto !important;
        grid-row: auto !important;
        grid-template-columns: 1fr;
        gap: 18px;
        width: 100%;
    }

    .oracle-solution-item {
        opacity: 1;
        transform: none;
    }

    .oracle-solution-item + .oracle-solution-item {
        margin-top: 0;
    }

    .oracle-solution-thumb {
        height: auto;
        min-height: 0;
        aspect-ratio: 4 / 3;
        border-radius: 8px;
    }

    .oracle-solution-thumb.align-right-mobile img {
        object-position: right center;
    }

    .oracle-solution-desc {
        max-width: 100%;
        padding: 22px;
    }

    .oracle-solution-desc h3 {
        margin-bottom: 8px;
        font-size: clamp(22px, 6.4vw, 28px);
        line-height: 1.18;
    }

    .oracle-solution-desc p {
        display: block;
        font-size: 13px;
        line-height: 1.55;
    }

    .oracle-solution-card img {
        height: auto;
        aspect-ratio: 4 / 3;
        border-radius: 8px;
        object-fit: cover;
    }

    .oracle-solution-card div {
        margin: -92px 12px 0;
        min-height: 92px;
        padding: 0 18px 20px;
    }

    .oracle-solution-card p {
        display: block;
    }

    .oracle-solution-card h3 {
        margin-bottom: 8px;
        font-size: 20px;
        line-height: 1.16;
        letter-spacing: -0.045em;
    }

    .oracle-solution-card strong {
        display: block;
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 1.45;
    }

    .oracle-solution-card p {
        font-size: 12px;
        line-height: 1.5;
    }

    .oracle-solution-list {
        gap: 26px;
    }

    .oracle-why-list article:nth-child(even) img {
        order: 0;
    }

    .oracle-home-doctor__photo img {
        min-height: auto;
    }
}

.oracle-main .oracle-reveal {
    opacity: 0;
    transform: translate3d(0, 34px, 0);
    transition: opacity 0.62s ease, transform 0.62s ease;
    will-change: opacity, transform;
}

.oracle-main .oracle-reveal.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.oracle-main .tone-b-hero .oracle-reveal {
    animation: oracleToneHeroEnter 0.78s ease-out 0.08s forwards;
}

.oracle-main .oracle-reveal.grid {
    display: grid !important;
}

.oracle-main .oracle-reveal.flex {
    display: flex !important;
}

.oracle-treatment-common-related-grid--single,
.oracle-treatment-common-related-grid--pair {
    justify-content: center;
}

.oracle-treatment-common-related-grid--single {
    grid-template-columns: minmax(0, 350px);
}

.oracle-treatment-common-related-grid--pair {
    grid-template-columns: minmax(0, 350px);
}

@media (min-width: 768px) {
    .oracle-treatment-common-related-grid--pair {
        grid-template-columns: repeat(2, minmax(0, 350px));
    }
}

.oracle-main .tone-a-hero .oracle-reveal {
    transform: translate3d(0, 34px, 0);
    animation: oracleToneHeroEnter 0.8s ease-out 0.08s forwards;
}

@keyframes oracleToneHeroEnter {
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.oracle-main .tone-a-overview h2,
.oracle-main .tone-a-technology h2,
.oracle-main .tone-a-tip-system h2,
.oracle-main .tone-a-soft-cta h2,
.oracle-main .tone-a-final-cta h2 {
    letter-spacing: -0.035em;
}

.oracle-main .tone-a-overview .tracking-\[-1px\] {
    letter-spacing: -1px;
}

.oracle-main .tone-a-overview-video {
    position: relative;
    z-index: 12;
    width: min(100%, 520px);
    max-width: calc(100vw - 48px);
    aspect-ratio: 16 / 9;
    margin: 3rem auto 0;
    overflow: hidden;
    border-radius: 18px;
    background: var(--surface-base);
    box-shadow: 0 28px 80px rgba(17, 24, 39, 0.2);
}

.oracle-main .tone-a-overview-video iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    pointer-events: none;
    transform: scale(1.65);
    transform-origin: center;
}

.oracle-main .tone-a-overview-video::after {
    content: none;
}

.oracle-main .tone-a-overview-image {
    right: auto;
    left: calc(50% + 112px);
    width: min(28vw, 380px);
    max-height: min(82%, 500px);
}

.oracle-main .tone-a-trust-card {
    background-color: rgba(255, 255, 255, 0.06);
}

.oracle-main .tone-a-trust {
    min-height: 520px;
    background-color: var(--surface-base) !important;
    background-repeat: no-repeat;
    background-size: auto 100% !important;
    background-position: center center;
}

.oracle-main .tone-a-flow-media {
    aspect-ratio: 16 / 10;
}

.oracle-main .tone-a-flow-media--wide {
    aspect-ratio: 16 / 9;
}

.oracle-main .tone-a-flow-media--contain .bg-cover {
    background-size: contain;
    background-repeat: no-repeat;
}

.oracle-main .tone-a-flow-media--fit-width .bg-cover {
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.oracle-main .tone-a-tip-media--flush {
    padding: 0;
}

.oracle-main .tone-a-tip-media--compact {
    padding: 0.75rem;
}

@media (min-width: 1024px) {
    .oracle-main .tone-a-tip-system--three > .grid {
        max-width: 80rem;
        grid-template-columns: minmax(180px, 0.32fr) minmax(0, 1.68fr);
        gap: 1.75rem;
    }

    .oracle-main .tone-a-tip-system--three > .grid > .grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.75rem;
    }

    .oracle-main .tone-a-tip-system--three .aspect-\[4\/3\] {
        padding: 1.25rem;
    }

    .oracle-main .tone-a-tip-system--three .border-t {
        padding: 1.4rem;
    }

    .oracle-main .tone-a-tip-system--three h3 {
        margin-top: 0.85rem;
        font-size: 1.125rem;
        line-height: 1.35;
    }

    .oracle-main .tone-a-tip-system--three h3 + p {
        margin-top: 0.75rem;
    }

    .oracle-main .tone-a-tip-system--stacked > .grid {
        max-width: 72rem;
        grid-template-columns: minmax(260px, 0.45fr) minmax(0, 0.95fr);
        gap: 2.5rem;
    }

    .oracle-main .tone-a-tip-system--stacked > .grid > .grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 1rem;
    }
}

@media (max-width: 1023px) {
    .oracle-main .tone-a-overview {
        display: flex;
        flex-direction: column;
    }

    .oracle-main .tone-a-overview .mx-auto.flex {
        order: 1;
        width: 100%;
        min-height: auto !important;
    }

    .oracle-main .tone-a-overview-video {
        order: 2;
        margin-top: 2rem;
    }
}

@media (min-width: 1024px) {
    .oracle-main .tone-a-trust {
        min-height: clamp(640px, 38vw, 720px);
    }

    .oracle-main .tone-a-trust-layout {
        grid-template-columns: 0.9fr 1.1fr;
        align-items: flex-start;
    }

    .oracle-main .tone-a-flow-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: center;
    }

    .oracle-main .tone-a-flow-row--reverse > :first-child {
        order: 2;
    }

    .oracle-main .tone-a-overview-video {
        position: absolute;
        top: 50%;
        right: max(6vw, calc((100vw - 72rem) / 2));
        width: min(38vw, 520px);
        max-width: 520px;
        margin: 0;
        transform: translateY(-50%);
    }

    .oracle-main .tone-a-overview-image {
        right: auto;
        left: calc(50% + 112px);
        width: min(28vw, 380px);
    }
}

.oracle-main .tone-a-faq-icon.rotate-45 {
    transform: rotate(45deg);
}

.oracle-main .tone-a-before-slider {
    -webkit-user-select: none;
    user-select: none;
}

.oracle-main [data-detail-sticky-cta] {
    pointer-events: none;
}

.oracle-main [data-detail-sticky-cta] a {
    pointer-events: auto;
}

@media (max-width: 767px) {
    .oracle-main .tone-a-hero {
        padding-top: 4rem;
    }

    .oracle-main .tone-a-overview img[aria-hidden="true"] {
        display: none;
    }

    .oracle-main .tone-a-soft-cta h2 {
        font-size: 1.45rem;
        line-height: 1.32;
    }

    .oracle-treatment-common-hero div.bg-cover {
        background-position: calc(50% + 200px) center !important;
    }

    .oracle-treatment-common-trust.tone-a-trust {
        background-color: rgba(0, 0, 0, 0.45) !important;
        background-blend-mode: multiply !important;
        background-position: 78% center !important;
    }

    .oracle-treatment-common-trust.tone-a-trust[style*="precision_ulthera_bg"] {
        background-position: 72% center !important;
    }
    
    .oracle-treatment-common-trust.tone-a-trust[style*="Thermage_sec_bg"] {
        background-position: 82% center !important;
    }
    
    .oracle-treatment-common-trust.tone-a-trust[style*="precision_tunliner_bg"] {
        background-position: 85% center !important;
    }
    
    .oracle-treatment-common-trust.tone-a-trust[style*="precision_tentherma_bg"] {
        background-position: 80% center !important;
    }
    
    .oracle-treatment-common-trust.tone-a-trust[style*="precision_tentriple_bg"] {
        background-position: 78% center !important;
    }
    
    .oracle-treatment-common-trust.tone-a-trust[style*="precision_juvelook_bg"] {
        background-position: 83% center !important;
    }
    
    .oracle-treatment-common-trust.tone-a-trust[style*="precision_rejuran_bg"] {
        background-position: 77% center !important;
    }
    
    .oracle-treatment-common-trust.tone-a-trust[style*="precision_virtue_bg"] {
        background-position: 80% center !important;
    }
    
    .oracle-treatment-common-trust.tone-a-trust[style*="precision_bbl_bg"] {
        background-position: 76% center !important;
    }
    
    .oracle-treatment-common-trust.tone-a-trust[style*="precision_belotero_bg"] {
        background-position: 82% center !important;
    }
    
    .oracle-treatment-common-trust.tone-a-trust[style*="precision_lituo_bg"] {
        background-position: 78% center !important;
    }
    
    .oracle-treatment-common-trust.tone-a-trust[style*="precision_radiesse_bg"] {
        background-position: 80% center !important;
    }
    
    .oracle-treatment-common-trust.tone-a-trust[style*="precision_sculptra_bg"] {
        background-position: 83% center !important;
    }
    
    .oracle-treatment-common-trust.tone-a-trust[style*="precision_filler_botox_bg"] {
        background-position: 80% center !important;
    }


}

@media (prefers-reduced-motion: reduce) {
    .oracle-main .oracle-reveal,
    .oracle-main .tone-a-hero .oracle-reveal,
    .oracle-main .tone-b-hero .oracle-reveal {
        animation: none;
        opacity: 1;
        transform: none;
        transition: none;
    }
}

.oracle-main,
.oracle-main :where(h1, h2, h3, h4, h5, h6, p, a, button, strong, span, li) {
    letter-spacing: 0;
}

.oracle-main :where(a, button, input, select, textarea):focus-visible,
.oracle-header :where(a, button):focus-visible,
.oracle-floating :where(a, button):focus-visible {
    outline: none;
}

.oracle-header__cta,
.oracle-mobile-menu__cta,
.tone-b-button,
.oracle-main .tone-a-soft-cta a,
.oracle-main .tone-a-final-cta a,
.oracle-main [data-detail-sticky-cta] a {
    min-width: max-content;
}

.tone-b-section h2,
.tone-b-copy h2,
.tone-b-final h2,
.tone-b-hero h1,
.tone-b-hero__lead,
.tone-b-concern-card h3,
.tone-b-cause-list h3,
.tone-b-diagnosis-grid h3,
.tone-b-process h3,
.tone-b-lineup h3,
.tone-b-faq-list h3 {
    word-break: keep-all;
    overflow-wrap: break-word;
}

.tone-b-concern-card,
.tone-b-cause-list article,
.tone-b-diagnosis-grid article,
.tone-b-process article,
.tone-b-lineup article,
.tone-b-faq-list article,
.tone-b-note-grid div {
    transition: border-color 0.22s ease;
}

.tone-b-concern-card:hover,
.tone-b-cause-list article:hover,
.tone-b-process article:hover,
.tone-b-lineup article:hover {
    border-color: rgba(var(--oracle-point-rgb), 0.38);
}

.tone-b-lineup img,
.tone-b-cause-media img,
.tone-b-image-card img {
    color: transparent;
}

.tone-b-image-card iframe {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 100%;
    border: 0;
    border-radius: 8px;
    background: var(--surface-field);
    pointer-events: none;
    transform: scale(1.65);
    transform-origin: center;
}

@media (max-width: 960px) {
    .oracle-main {
        font-size: var(--type-body-size);
    }

    .oracle-header__cta,
    .oracle-mobile-menu__cta,
    .tone-b-button,
    .oracle-main .tone-a-soft-cta a,
    .oracle-main .tone-a-final-cta a,
    .oracle-main [data-detail-sticky-cta] a {
        min-width: 0;
    }

    .tone-b-section h2,
    .tone-b-copy h2,
    .tone-b-final h2 {
        font-size: clamp(28px, 8vw, 40px);
        line-height: 1.28;
    }

    .tone-b-hero h1 {
        font-size: clamp(42px, 12vw, 48px);
        line-height: 1.08;
    }
}

@media (max-width: 640px) {
    .tone-b-hero {
        padding: 112px 0 78px;
        text-align: left;
    }

    .tone-b-hero__lead,
    .tone-b-hero__desc {
        margin-left: 0;
        margin-right: 0;
    }

    .tone-b-actions {
        margin-top: 30px;
    }

    .tone-b-concern-card,
    .tone-b-cause-list article,
    .tone-b-process article,
    .tone-b-lineup article div,
    .tone-b-faq-list article {
        padding: 22px;
    }

    .tone-b-concern-card--image {
        padding: 0;
    }

    .tone-b-concern-card--image .tone-b-concern-card__body {
        padding: 22px;
    }

    .tone-b-note-grid div {
        min-height: auto;
    }
}

/* Tone B: cosmetic treatment detail pages */
.tone-b-shell {
    width: min(100% - 48px, 1180px);
    margin: 0 auto;
}

.tone-b-section {
    padding: 112px 0;
    background: #fff;
}

.tone-b-soft {
    background: var(--surface-field);
}

.tone-b-kicker {
    margin: 0 0 18px;
    color: var(--accent-point);
    font-size: var(--type-label-size);
    font-weight: 800;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.tone-b-section h2,
.tone-b-copy h2,
.tone-b-final h2 {
    margin: 0;
    color: var(--text-primary);
    font-size: clamp(28px, 3.4vw, 40px);
    font-weight: 800;
    line-height: 1.24;
    letter-spacing: -0.02em;
}

.tone-b-section p,
.tone-b-copy p {
    color: var(--text-on-muted);
    font-size: 18px;
    line-height: 1.9;
}

.tone-b-hero {
    position: relative;
    overflow: hidden;
    padding: 166px 0 118px;
    background:
        radial-gradient(circle at 20% 20%, rgba(var(--oracle-point-rgb), 0.18), rgba(var(--oracle-point-rgb), 0) 32%),
        linear-gradient(135deg, #f5fffd 0%, #f8fbfb 48%, #eef6f4 100%);
    text-align: center;
}

.tone-b-hero::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -220px;
    width: min(880px, 80vw);
    height: 420px;
    border-radius: 50%;
    transform: translateX(-50%);
    background: rgba(var(--oracle-point-rgb), 0.08);
    filter: blur(46px);
    pointer-events: none;
}

.tone-b-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 820px;
}

.tone-b-hero h1 {
    margin: 0;
    color: var(--text-primary);
    font-size: clamp(32px, 4.2vw, 48px);
    font-weight: 850;
    line-height: 1.04;
    letter-spacing: -0.035em;
}

.tone-b-hero__lead {
    margin: 28px auto 0;
    color: var(--text-on-muted);
    font-size: clamp(20px, 2vw, 24px);
    font-weight: 750;
    line-height: 1.45;
}

.tone-b-hero__desc {
    max-width: 690px;
    margin: 22px auto 0;
    color: var(--text-on-muted);
    font-size: 16px;
    line-height: 1.9;
}

.tone-b-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--space-5);
    margin-top: 36px;
}

.tone-b-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    min-width: 154px;
    border-radius: var(--radius-pill);
    padding: 0 26px;
    font-size: 14px;
    font-weight: 800;
    transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.tone-b-button:hover {
    transform: translateY(-2px);
}

.tone-b-button--primary {
    background: var(--accent-point);
    color: #fff;
    box-shadow: none;
}

.tone-b-button--ghost {
    border: 0;
    box-shadow: inset 0 0 0 1.5px rgba(28, 45, 42, 0.16);
    background: rgba(255, 255, 255, 0.72);
    color: var(--text-on-muted);
}

.tone-b-button--light {
    background: #fff;
    color: var(--text-primary);
}

.tone-b-button--dark {
    border: 0;
    box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, 0.22);
    color: #fff;
}

.tone-b-component-map {
    padding: 28px 0;
    background: #fff;
    border-bottom: 1px solid var(--hairline);
}

.tone-b-component-map__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
    gap: var(--space-4);
}

.tone-b-component-map article {
    min-height: 92px;
    border: 1px solid var(--hairline);
    border-radius: 8px;
    padding: 14px 12px;
    background: var(--surface-field);
}

.tone-b-component-map span,
.tone-b-component-map strong,
.tone-b-component-map p {
    display: block;
}

.tone-b-component-map span {
    color: var(--accent-point);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.16em;
}

.tone-b-component-map strong {
    margin-top: var(--space-5);
    color: var(--text-primary);
    font-size: 12px;
    line-height: 1.25;
}

.tone-b-component-map p {
    margin: 6px 0 0;
    color: var(--text-on-muted);
    font-size: var(--type-label-size);
    line-height: 1.35;
}

.tone-b-split {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 66px;
    align-items: center;
}

.tone-b-image-card {
    overflow: hidden;
    margin: 0;
    border-radius: 8px;
    background: var(--surface-field);
    aspect-ratio: 5 / 4;
}

.tone-b-image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tone-b-copy p {
    margin: 24px 0 0;
    max-width: 620px;
}

.tone-b-note-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--space-5);
    margin-top: 34px;
}

.tone-b-note-grid div {
    min-height: 104px;
    border: 1px solid var(--hairline);
    border-radius: 8px;
    padding: 20px;
    background: #fff;
}

.tone-b-note-grid strong,
.tone-b-note-grid span {
    display: block;
}

.tone-b-note-grid strong {
    color: var(--text-primary);
    font-size: 15px;
}

.tone-b-note-grid span {
    margin-top: var(--space-5);
    color: var(--text-on-muted);
    font-size: 13px;
    line-height: 1.55;
}

.tone-b-section-head {
    max-width: 780px;
    margin: 0 auto 52px;
    text-align: center;
}

.tone-b-section-head--left {
    margin-right: 0;
    margin-left: 0;
    text-align: left;
}

.tone-b-section-head p:not(.tone-b-kicker) {
    margin: 18px 0 0;
}

.tone-b-concern-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--space-7);
    align-items: stretch;
}

.tone-b-concern-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tone-b-concern-grid--six {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tone-b-concern-card,
.tone-b-cause-list article,
.tone-b-diagnosis-grid article,
.tone-b-process article,
.tone-b-lineup article,
.tone-b-faq-list article {
    border: 1px solid var(--hairline);
    border-radius: 8px;
    background: #fff;
}

.tone-b-concern-grid > *,
.tone-b-cause-list > *,
.tone-b-diagnosis-grid > *,
.tone-b-process > *,
.tone-b-lineup > * {
    height: 100%;
}

.tone-b-concern-card {
    min-height: 250px;
    padding: 26px;
}

.tone-b-concern-card--image {
    padding: 0;
    overflow: hidden;
}

.tone-b-concern-card figure {
    margin: 0;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: var(--surface-field);
}

.tone-b-concern-card figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tone-b-concern-card__body {
    display: block;
}

.tone-b-concern-card--image .tone-b-concern-card__body {
    padding: 24px 26px 26px;
}

.tone-b-concern-card span,
.tone-b-process article span,
.tone-b-plan-list__num {
    color: var(--accent-point);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.16em;
}

.tone-b-concern-card h3,
.tone-b-cause-list h3,
.tone-b-diagnosis-grid h3,
.tone-b-process h3,
.tone-b-lineup h3,
.tone-b-faq-list h3 {
    margin: 18px 0 0;
    color: var(--text-primary);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.45;
    letter-spacing: -0.01em;
}

.tone-b-concern-card p,
.tone-b-process p,
.tone-b-faq-list p {
    margin: 16px 0 0;
    color: var(--text-on-muted);
    font-size: 14px;
    line-height: 1.75;
}

.tone-b-cause-layout {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: var(--layout-1);
    align-items: stretch;
}

.tone-b-cause-media {
    display: grid;
    min-height: 0;
}

.tone-b-cause-media img,
.tone-b-cause-media video {
    width: 100%;
    height: 100%;
    min-height: 0;
    border-radius: 8px;
    object-fit: cover;
    background: var(--surface-field);
}

.tone-b-cause-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    align-items: stretch;
}

.tone-b-cause-list article {
    padding: 22px;
}

.tone-b-cause-list article > p,
.tone-b-lineup article p {
    margin: 0;
    color: var(--accent-point);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.tone-b-cause-list article > span,
.tone-b-lineup article span {
    display: block;
    margin-top: var(--space-7);
    color: var(--text-on-muted);
    font-size: 14px;
    line-height: 1.75;
}

.tone-b-concern-card__body > h3,
.tone-b-cause-list article > h3,
.tone-b-process article > h3,
.tone-b-lineup article div > h3,
.tone-c-intro-list article > h3,
.tone-c-method article > h3,
.tone-c-process article > h3 {
    display: block;
    width: fit-content;
    max-width: 100%;
    background-image: linear-gradient(transparent 58%, rgba(var(--oracle-point-rgb), 0.24) 58%);
    background-repeat: no-repeat;
    background-size: 0 100%;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    transition: background-size 0.24s ease;
}

.tone-b-concern-card:hover .tone-b-concern-card__body > h3,
.tone-b-cause-list article:hover > h3,
.tone-b-process article:hover > h3,
.tone-b-lineup article:hover div > h3,
.tone-c-intro-list article:hover > h3,
.tone-c-method article:hover > h3,
.tone-c-process article:hover > h3 {
    background-size: 100% 100%;
}

.tone-b-diagnosis {
    background: var(--surface-base);
}

.tone-b-diagnosis__inner {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 44px 60px;
    align-items: center;
}

.tone-b-diagnosis__inner--no-media {
    grid-template-columns: 1fr;
}

.tone-b-diagnosis__inner--no-media > div:first-of-type {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.tone-b-diagnosis-media {
    margin: 0;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: rgba(255, 255, 255, 0.08);
}

.tone-b-diagnosis-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tone-b-diagnosis-grid {
    grid-column: 1 / -1;
}

.tone-b-diagnosis h2,
.tone-b-diagnosis p:not(.tone-b-kicker) {
    color: #fff;
}

.tone-b-diagnosis p:not(.tone-b-kicker) {
    color: rgba(255, 255, 255, 0.62);
}

.tone-b-diagnosis-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    align-items: stretch;
}

.tone-b-diagnosis__inner--no-media .tone-b-diagnosis-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tone-b-diagnosis-grid article {
    min-height: 150px;
    padding: 26px;
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.11);
}

.tone-b-diagnosis-grid article.tone-b-diagnosis-card--image {
    overflow: hidden;
    padding: 0;
}

.tone-b-diagnosis-card__media {
    margin: 0;
    aspect-ratio: 394 / 199;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.08);
}

.tone-b-diagnosis-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tone-b-diagnosis-card__body {
    display: block;
}

.tone-b-diagnosis-card--image .tone-b-diagnosis-card__body {
    padding: 22px 24px 24px;
}

.tone-b-diagnosis-grid h3 {
    margin-top: 0;
    color: #fff;
}

.tone-b-diagnosis-grid .tone-b-diagnosis-card--image h3 {
    margin-top: 0;
}

.tone-b-diagnosis-grid p {
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 14px;
    line-height: 1.7;
}

.tone-b-process {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--space-7);
    align-items: stretch;
}

.tone-b-process article {
    position: relative;
    min-height: 232px;
    padding: 28px;
}

.tone-b-process article:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 40px;
    right: -14px;
    width: 14px;
    height: 1px;
    background: var(--surface-raised);
}

.tone-b-lineup {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--space-7);
    align-items: stretch;
}

.tone-b-lineup article {
    overflow: hidden;
}

.tone-b-lineup img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    padding: 0;
    background: linear-gradient(135deg, var(--surface-field), var(--surface-field));
}

.tone-b-category-pigment .tone-b-lineup img {
    padding: 0;
}

.tone-b-lineup article div {
    padding: var(--layout-1);
}

.tone-b-plan {
    background: linear-gradient(135deg, var(--surface-field), var(--surface-field));
}

.tone-b-plan__inner {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 56px;
    align-items: start;
}

.tone-b-plan-list {
    display: grid;
    gap: 12px;
}

.tone-b-plan-list p {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 18px;
    margin: 0;
    border: 1px solid var(--hairline);
    border-radius: 8px;
    padding: 22px 24px;
    background: rgba(255, 255, 255, 0.72);
    color: var(--text-on-muted);
    font-size: 16px;
    line-height: 1.75;
}

.tone-b-plan-list__num,
.tone-b-plan-list__text {
    display: block;
    min-width: 0;
}

.tone-b-plan-list__text {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: 0;
    word-break: keep-all;
}

.tone-b-safety {
    background: #fff;
}

.tone-b-safety__inner {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 54px;
    align-items: start;
}

.tone-b-safety-box {
    border: 1px solid var(--hairline);
    border-radius: 8px;
    padding: 30px;
    background: var(--surface-field);
}

.tone-b-safety-box p {
    margin: 0;
    color: var(--text-on-muted);
    font-size: 14px;
    line-height: 1.85;
}

.tone-b-safety-box p + p {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid var(--hairline);
}

.tone-b-faq {
    max-width: 920px;
}

.tone-b-faq-list {
    display: grid;
    gap: var(--space-5);
}

.tone-b-faq-list article {
    padding: 24px 28px;
}

.tone-b-faq-list h3 {
    margin-top: 0;
    font-size: 20px;
}

.tone-b-final {
    padding: 112px 0;
    background: var(--surface-base);
    color: #fff;
    text-align: center;
}

.tone-b-final h2 {
    color: #fff;
}

.tone-b-final p:not(.tone-b-kicker) {
    max-width: 620px;
    margin: 22px auto 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 16px;
    line-height: 1.8;
}

@media (max-width: 1180px) {
    .tone-b-concern-grid,
    .tone-b-process {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tone-b-process article:not(:last-child)::after {
        display: none;
    }
}

@media (max-width: 900px) {
    .tone-b-section,
    .tone-b-final {
        padding: 84px 0;
    }

    .tone-b-hero {
        padding: 126px 0 92px;
    }

    .tone-b-split,
    .tone-b-cause-layout,
    .tone-b-diagnosis__inner,
    .tone-b-plan__inner,
    .tone-b-safety__inner {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .tone-b-lineup,
    .tone-b-note-grid,
    .tone-b-component-map__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .tone-b-shell {
        width: min(100% - 32px, 1180px);
    }

    .tone-b-concern-grid,
    .tone-b-concern-grid--three,
    .tone-b-cause-list,
    .tone-b-diagnosis-grid,
    .tone-b-process {
        grid-template-columns: 1fr;
    }

    .tone-b-diagnosis__inner--no-media .tone-b-diagnosis-grid {
        grid-template-columns: 1fr;
    }

    .tone-b-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .tone-b-button {
        width: 100%;
    }

    .tone-b-plan-list p {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}

/* Agency QA pass: final overrides for detailed treatment pages. */
.oracle-main,
.oracle-main :where(h1, h2, h3, h4, h5, h6, p, a, button, strong, span, li),
.tone-b-section h2,
.tone-b-copy h2,
.tone-b-final h2,
.tone-b-hero h1,
.tone-b-hero__lead,
.tone-b-kicker {
    letter-spacing: 0;
}

.oracle-main :where(h1, h2, h3, h4, h5, h6),
.tone-b-hero h1,
.tone-b-section h2,
.tone-b-copy h2,
.tone-b-final h2,
.tone-c-hero h1,
.tone-c-section h2,
.tone-c-equipment h2 {
    word-break: keep-all;
    overflow-wrap: break-word;
    text-wrap: balance;
}

.oracle-main :where(p, li),
.tone-b-hero__lead,
.tone-b-hero__desc,
.tone-b-section p,
.tone-c-hero__lead,
.tone-c-hero__desc,
.tone-c-section p {
    word-break: keep-all;
    overflow-wrap: break-word;
    text-wrap: pretty;
}

.oracle-main :where(a, button, input, select, textarea):focus-visible,
.oracle-header :where(a, button):focus-visible,
.oracle-floating :where(a, button):focus-visible {
    outline: none;
}

.tone-b-section h2,
.tone-b-copy h2,
.tone-b-final h2,
.tone-b-hero h1,
.tone-b-hero__lead,
.tone-b-concern-card h3,
.tone-b-cause-list h3,
.tone-b-diagnosis-grid h3,
.tone-b-process h3,
.tone-b-lineup h3,
.tone-b-faq-list h3 {
    word-break: keep-all;
    overflow-wrap: break-word;
}

.tone-b-concern-card,
.tone-b-cause-list article,
.tone-b-diagnosis-grid article,
.tone-b-process article,
.tone-b-lineup article,
.tone-b-faq-list article,
.tone-b-note-grid div {
    transition: border-color 0.22s ease;
}

.tone-b-concern-card:hover,
.tone-b-cause-list article:hover,
.tone-b-process article:hover,
.tone-b-lineup article:hover {
    border-color: rgba(var(--oracle-point-rgb), 0.38);
}

@media (max-width: 960px) {
    .oracle-main {
        font-size: var(--type-body-size);
    }

    .tone-b-section h2,
    .tone-b-copy h2,
    .tone-b-final h2 {
        font-size: clamp(28px, 8vw, 40px);
        line-height: 1.28;
    }

    .tone-b-hero h1 {
        font-size: clamp(42px, 12vw, 48px);
        line-height: 1.08;
    }
}

@media (max-width: 640px) {
    .tone-b-hero {
        padding: 112px 0 78px;
        text-align: left;
    }

    .tone-b-hero__lead,
    .tone-b-hero__desc {
        margin-left: 0;
        margin-right: 0;
    }

    .tone-b-concern-card,
    .tone-b-cause-list article,
    .tone-b-process article,
    .tone-b-lineup article div,
    .tone-b-faq-list article {
        padding: 22px;
    }

    .tone-b-concern-card--image {
        padding: 0;
    }

    .tone-b-concern-card--image .tone-b-concern-card__body {
        padding: 22px;
    }
}

/* Tone C: clinical dermatology pages */
.tone-c-shell {
    width: min(100% - 48px, 1160px);
    margin: 0 auto;
}

.tone-c-kicker {
    margin: 0 0 18px;
    color: var(--accent-point);
    font-size: var(--type-label-size);
    font-weight: 850;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.tone-c-hero {
    position: relative;
    overflow: hidden;
    padding: 154px 0 0;
    background: var(--surface-base);
    color: #fff;
}

.tone-c-hero::before {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 44%;
    background: linear-gradient(180deg, rgba(16, 23, 22, 0), rgba(var(--oracle-point-rgb), 0.1));
    pointer-events: none;
}

.tone-c-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 880px;
    padding-bottom: 86px;
}

.tone-c-hero h1 {
    margin: 0;
    max-width: 820px;
    color: #fff;
    font-size: clamp(32px, 4.2vw, 48px);
    font-weight: 850;
    line-height: 1.12;
    word-break: keep-all;
}

.tone-c-hero__lead {
    max-width: 680px;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(20px, 2vw, 24px);
    font-weight: 750;
    line-height: 1.48;
    word-break: keep-all;
}

.tone-c-hero__desc {
    max-width: 720px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 16px;
    line-height: 1.9;
    word-break: keep-all;
}

.tone-c-actions {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-5);
    margin-top: 36px;
}

.tone-c-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    min-width: 150px;
    border-radius: var(--radius-pill);
    padding: 0 26px;
    font-size: 14px;
    font-weight: 850;
    transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.tone-c-button:hover {
    transform: translateY(-2px);
}

.tone-c-button--primary {
    background: var(--accent-point);
    color: #fff;
    box-shadow: none;
}

.tone-c-button--ghost {
    border: 0;
    box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, 0.22);
    color: #fff;
}

.tone-c-section {
    padding: 108px 0;
    background: #fff;
}

.tone-c-soft {
    background: var(--surface-field);
}

.tone-c-section h2 {
    margin: 0;
    color: var(--text-primary);
    font-size: clamp(28px, 3.4vw, 40px);
    font-weight: 850;
    line-height: 1.25;
    word-break: keep-all;
}

.tone-c-section p {
    color: var(--text-on-muted);
    font-size: 18px;
    line-height: 1.9;
    word-break: keep-all;
}

.tone-c-intro {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: var(--layout-3);
    align-items: start;
}

.tone-c-intro > div:first-child > p:not(.tone-c-kicker) {
    margin: 24px 0 0;
}

.tone-c-intro-list,
.tone-c-method,
.tone-c-process {
    display: grid;
    gap: var(--space-7);
    align-items: stretch;
}

.tone-c-intro-list article,
.tone-c-method article,
.tone-c-process article,
.tone-c-diagnosis-grid article {
    border: 1px solid var(--hairline);
    border-radius: 8px;
    background: #fff;
}

.tone-c-intro-list > *,
.tone-c-method > *,
.tone-c-diagnosis-grid > *,
.tone-c-photo-grid > *,
.tone-c-equipment-list > *,
.tone-c-process > * {
    height: 100%;
}

.tone-c-intro-list article {
    padding: 28px;
}

.tone-c-intro-list figure {
    overflow: hidden;
    margin: 0 0 20px;
    border-radius: 8px;
    aspect-ratio: 4 / 3;
    background: var(--surface-field);
}

.tone-c-intro-list figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tone-c-intro-list h3,
.tone-c-method h3,
.tone-c-process h3,
.tone-c-diagnosis-grid h3 {
    margin: 0;
    color: var(--text-primary);
    font-size: 20px;
    font-weight: 850;
    line-height: 1.4;
}

.tone-c-intro-list p {
    margin: 14px 0 0;
}

.tone-c-dark {
    background: var(--surface-base);
    color: #fff;
}

.tone-c-diagnosis {
    display: grid;
    grid-template-columns: 0.84fr 1.16fr;
    gap: 56px;
    align-items: center;
}

.tone-c-dark h2 {
    color: #fff;
}

.tone-c-dark p:not(.tone-c-kicker) {
    color: rgba(255, 255, 255, 0.62);
}

.tone-c-diagnosis-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    align-items: stretch;
}

.tone-c-diagnosis-grid article {
    min-height: 176px;
    padding: 26px;
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
}

.tone-c-diagnosis-grid span,
.tone-c-process span,
.tone-c-caution-list span {
    color: var(--accent-point);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.14em;
}

.tone-c-caution-list__text {
    display: block;
    min-width: 0;
    color: var(--text-on-muted) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 1.75;
    word-break: keep-all;
}

.tone-c-diagnosis-grid h3 {
    margin-top: 18px;
    color: #fff;
}

.tone-c-diagnosis-grid p {
    margin: 14px 0 0;
}

/* 검은 배경 진단 그리드 카드 → tone-a "Oracle Precision"(tone-a-trust-card) 카드 디자인 */
.tone-c-dark .tone-c-diagnosis-grid article {
    min-height: 0;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
}

.tone-c-dark .tone-c-diagnosis-grid span {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.tone-c-dark .tone-c-diagnosis-grid h3 {
    margin-top: 12px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}

.tone-c-dark .tone-c-diagnosis-grid p {
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    line-height: 1.625;
    white-space: pre-line;
}

.tone-c-section-head {
    max-width: 760px;
    margin: 0 auto 50px;
    text-align: center;
}

.tone-c-method {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tone-c-method article {
    position: relative;
    min-height: 248px;
    padding: 30px;
}

.tone-c-method__top {
    display: block;
    box-sizing: border-box;
    padding-right: 138px;
    margin: 0 0 22px;
}

.tone-c-method__top p {
    margin: 0;
    color: var(--accent-point);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.tone-c-method__icon {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 26px;
    right: 30px;
    width: 69px;
    height: 69px;
    border: 1px solid rgba(var(--accent-point-rgb), 0.28);
    border-radius: 50%;
    background: transparent;
    color: var(--accent-point);
    margin: 0;
    line-height: 0;
}

.tone-c-method__icon svg {
    display: block;
    width: 36px;
    height: 36px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tone-c-method article > span {
    display: block;
    margin-top: var(--space-8);
    color: var(--text-on-muted);
    font-size: 14px;
    line-height: 1.75;
}

.tone-c-visuals {
    background: var(--surface-field);
}

.tone-c-photo-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 46px;
    align-items: stretch;
}

.tone-c-photo-grid article,
.tone-c-equipment-list article {
    overflow: hidden;
    border: 1px solid var(--hairline);
    border-radius: 8px;
    background: #fff;
}

.tone-c-photo-grid figure,
.tone-c-equipment-list figure {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: var(--surface-field);
}

.tone-c-photo-grid img,
.tone-c-equipment-list img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tone-c-photo-grid article > div,
.tone-c-equipment-list article > div {
    padding: var(--layout-1);
}

.tone-c-photo-grid h3,
.tone-c-equipment-list h3 {
    margin: 0;
    color: var(--text-primary);
    font-size: 18px;
    font-weight: 850;
    line-height: 1.45;
    word-break: keep-all;
}

.tone-c-photo-grid p,
.tone-c-equipment-list p {
    margin: 10px 0 0;
    color: var(--text-on-muted);
    font-size: 14px;
    line-height: 1.75;
    word-break: keep-all;
}

.tone-c-image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: var(--layout-1);
    background: repeating-linear-gradient(135deg, var(--surface-field), var(--surface-field) 12px, var(--surface-raised) 12px, var(--surface-raised) 24px);
    color: var(--text-on-muted);
    text-align: center;
}

.tone-c-image-placeholder span {
    display: inline-flex;
    border-radius: var(--radius-pill);
    background: rgba(255, 255, 255, 0.78);
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
    word-break: break-all;
}

.tone-c-equipment {
    background: var(--surface-base);
}

.tone-c-equipment__inner {
    display: grid;
    grid-template-columns: 0.86fr 1.14fr;
    gap: 56px;
    align-items: start;
}

.tone-c-equipment h2 {
    color: #fff;
}

.tone-c-equipment .tone-c-equipment__inner > div:first-child > p:not(.tone-c-kicker) {
    margin-top: var(--layout-1);
    color: rgba(255, 255, 255, 0.62);
}

.tone-c-equipment-list {
    display: grid;
    gap: 18px;
    align-items: stretch;
}

.tone-c-equipment-list article {
    display: grid;
    grid-template-columns: 220px 1fr;
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.12);
}

.tone-c-equipment-list article.tone-c-equipment-card--text {
    grid-template-columns: 1fr;
}

.tone-c-equipment-list article.tone-c-equipment-card--text > div {
    min-height: 180px;
    padding: 30px;
    justify-content: flex-start;
}

.tone-c-equipment-list figure {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: auto;
    width: 220px;
    min-height: 170px;
    height: 100%;
    padding: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.07));
}

.tone-c-equipment-list img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.tone-c-equipment-list article > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tone-c-equipment-list p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.75;
    text-transform: none;
    word-break: keep-all;
    white-space: normal;
}

.tone-c-equipment-list h3 {
    color: rgba(255, 255, 255, 0.86);
    font-size: 20px;
}

.tone-c-equipment-split {
    display: grid;
    grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
    gap: 56px;
    align-items: start;
}

.tone-c-equipment-intro {
    position: sticky;
    top: 112px;
}

.tone-c-equipment-intro h2 {
    color: #fff;
}

.tone-c-equipment--split .tone-c-equipment-intro h2 {
    font-size: clamp(28px, 3.4vw, 40px);
    font-weight: 900;
    line-height: 1.33;
    letter-spacing: 0;
}

.tone-c-equipment-intro > p:not(.tone-c-kicker) {
    margin-top: var(--layout-1);
    color: rgba(255, 255, 255, 0.62);
    font-size: var(--type-body-size);
    line-height: 1.85;
    word-break: keep-all;
}

.tone-c-equipment--split .tone-c-equipment-intro > p:not(.tone-c-kicker)::after {
    display: block;
    width: 34px;
    height: 2px;
    margin-top: 30px;
    background: var(--accent-point);
    content: "";
}

.tone-c-equipment-special-list {
    display: grid;
    gap: 18px;
}

.tone-c-equipment-special-card {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
}

.tone-c-equipment--split .tone-c-equipment-special-card {
    background: #fff;
    border: 1px solid rgba(214, 224, 221, 0.76);
    border-radius: 14px;
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.16);
}

.tone-c-equipment-special-card__media {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 383 / 165;
    min-height: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.07));
}

.tone-c-equipment-special-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.tone-c-equipment-special-card__body {
    padding: 28px;
}

.tone-c-equipment--split .tone-c-equipment-special-card__body {
    min-width: 0;
    padding: 30px 34px;
}

.tone-c-equipment-special-card h3 {
    color: rgba(255, 255, 255, 0.88);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.4;
}

.tone-c-equipment--split .tone-c-equipment-special-card h3,
.tone-c-equipment--split .eq-card-title {
    position: relative;
    margin: 0;
    padding-left: var(--space-8);
    color: var(--text-primary);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.45;
}

.tone-c-equipment--split .tone-c-equipment-special-card h3::before,
.tone-c-equipment--split .eq-card-title::before {
    position: absolute;
    top: 4px;
    left: 0;
    width: 4px;
    height: 18px;
    background: var(--accent-point);
    border-radius: var(--radius-pill);
    content: "";
}

.tone-c-equipment--split .eq-card-title {
    display: block;
}

.tone-c-equipment-special-card__body > p,
.tone-c-equipment-compare p {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.78;
    word-break: keep-all;
}

.tone-c-equipment--split .tone-c-equipment-special-card__body > p,
.tone-c-equipment--split .tone-c-equipment-compare p,
.tone-c-equipment--split .eq-compare-new p {
    color: var(--text-on-muted);
    font-size: 14px;
    line-height: 1.82;
}

.tone-c-equipment--split .eq-laser-images {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    background: var(--surface-raised);
    border-top: 1px solid var(--hairline);
}

.tone-c-equipment--split .eq-laser-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 220px;
    margin: 0;
    padding: 0;
    background: var(--surface-raised);
}

.tone-c-equipment--split .eq-laser-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 60%;
}

.tone-c-equipment--split .eq-laser-img figcaption,
.tone-c-equipment--split .eq-side-img-caption {
    position: absolute;
    left: 16px;
    bottom: 14px;
    padding: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
    background: transparent;
    border: 0;
    border-radius: var(--radius-none);
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.32);
}

.tone-c-equipment--split .eq-compare-new {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
    gap: 28px;
    align-items: stretch;
    margin-top: 30px;
}

.tone-c-equipment--split .eq-divider-line {
    width: 1px;
    min-height: 100%;
    background: var(--surface-raised);
}

.tone-c-equipment--split .eq-compare-title {
    margin: 0 0 10px;
    color: var(--accent-point);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.45;
}

.tone-c-equipment--split .eq-compare-new .tone-c-equipment-compare__item {
    min-height: 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: var(--radius-none);
}

.tone-c-equipment--split .eq-side-layout {
    display: grid;
    grid-template-columns: 200px minmax(0, 1fr);
    align-items: stretch;
}

.tone-c-equipment--split .eq-side-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    padding: 0;
    background: var(--surface-raised);
    border-right: 1px solid var(--hairline);
}

.tone-c-equipment--split .eq-side-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center 10%;
    scale: 150%;
}

.tone-c-equipment-compare {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.tone-c-equipment-compare__item {
    min-height: 168px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
}

.tone-c-equipment-compare h4 {
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.45;
}

.tone-c-equipment-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.tone-c-equipment-chips li {
    padding: 7px 12px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--radius-pill);
}

.tone-c-process {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tone-c-process article {
    min-height: 230px;
    padding: 28px;
}

.tone-c-process h3 {
    margin-top: 18px;
}

.tone-c-process p {
    margin: 16px 0 0;
    font-size: 14px;
}

.tone-c-caution {
    background: var(--surface-field);
}

.tone-c-caution__inner {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 54px;
    align-items: start;
}

.tone-c-caution-list {
    display: grid;
    gap: 12px;
}

.tone-c-caution-list p {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 18px;
    margin: 0;
    border: 1px solid var(--hairline);
    border-radius: 8px;
    padding: 22px 24px;
    background: rgba(255, 255, 255, 0.78);
    color: var(--text-on-muted);
}

.tone-c-intro-list article,
.tone-c-method article,
.tone-c-process article,
.tone-c-diagnosis-grid article {
    transition: border-color 0.22s ease;
}

.tone-c-intro-list article:hover,
.tone-c-method article:hover,
.tone-c-process article:hover {
    border-color: rgba(var(--oracle-point-rgb), 0.38);
}

.oracle-main .tone-b-section .oracle-reveal,
.oracle-main .tone-c-section .oracle-reveal {
    transition: opacity 0.62s ease, transform 0.62s ease, border-color 0.22s ease;
}

.oracle-main .tone-b-section .tone-b-concern-card.oracle-reveal.is-visible:hover,
.oracle-main .tone-b-section .tone-b-cause-list article.oracle-reveal.is-visible:hover,
.oracle-main .tone-b-section .tone-b-process article.oracle-reveal.is-visible:hover,
.oracle-main .tone-b-section .tone-b-lineup article.oracle-reveal.is-visible:hover,
.oracle-main .tone-c-section .tone-c-intro-list article.oracle-reveal.is-visible:hover,
.oracle-main .tone-c-section .tone-c-method article.oracle-reveal.is-visible:hover,
.oracle-main .tone-c-section .tone-c-process article.oracle-reveal.is-visible:hover {
    transform: translateY(0);
}

@media (max-width: 980px) {
    .tone-c-hero {
        padding-top: 126px;
    }

    .tone-c-intro,
    .tone-c-diagnosis,
    .tone-c-equipment__inner,
    .tone-c-caution__inner {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .tone-c-equipment-split {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .tone-c-equipment-intro {
        position: static;
    }

    .tone-c-method,
    .tone-c-photo-grid,
    .tone-c-process {
        grid-template-columns: 1fr;
    }

    .tone-c-method__icon {
        right: 20px;
    }

    .tone-c-method__top {
        padding-right: 100px;
    }

    .tone-c-diagnosis-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 981px) {
    .tone-c-intro:has(.tone-c-intro-list > article:nth-child(3):last-child) {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .tone-c-intro:has(.tone-c-intro-list > article:nth-child(3):last-child) > div:first-child {
        max-width: 780px;
    }

    .tone-c-intro:has(.tone-c-intro-list > article:nth-child(3):last-child) .tone-c-intro-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .tone-c-intro:has(.tone-c-intro-list > article:nth-child(3):last-child) .tone-c-intro-list article {
        min-height: 100%;
    }
}

@media (max-width: 640px) {
    .tone-c-shell {
        width: min(100% - 32px, 1160px);
    }

    .tone-c-hero__inner {
        padding-bottom: 62px;
    }

    .tone-c-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .tone-c-button {
        width: 100%;
    }

    .tone-c-diagnosis-grid {
        grid-template-columns: 1fr;
    }

    .tone-c-equipment-list article {
        grid-template-columns: 1fr;
    }

    .tone-c-equipment-list figure {
        min-height: 220px;
    }

    .tone-c-equipment-special-card__media {
        aspect-ratio: 16 / 8;
    }

    .tone-c-equipment-special-card__body {
        padding: 22px;
    }

    .tone-c-equipment--split .eq-laser-images,
    .tone-c-equipment--split .eq-side-layout {
        grid-template-columns: 1fr;
    }

    .tone-c-equipment--split .eq-laser-img {
        height: 174px;
    }

    .tone-c-equipment--split .eq-laser-img img {
        height: 100%;
    }



    .tone-c-equipment--split .eq-side-img {
        min-height: 178px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .tone-c-equipment--split .eq-compare-new {
        grid-template-columns: 1fr;
    }

    .tone-c-equipment--split .eq-divider-line {
        width: 100%;
        min-height: 1px;
        height: 1px;
    }

    .tone-c-equipment-compare {
        grid-template-columns: 1fr;
    }

    .tone-c-equipment-compare__item {
        min-height: 0;
    }

    .tone-c-method article {
        padding-right: 30px;
    }

    .tone-c-method__icon {
        top: 22px;
        right: 16px;
        width: 63px;
        height: 63px;
    }

    .tone-c-method__icon svg {
        width: 33px;
        height: 33px;
    }

    .tone-c-method__top {
        padding-right: var(--layout-4);
    }

    .tone-c-section {
        padding: 84px 0;
    }

    .tone-c-caution-list p {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}

/* Treatment mobile rhythm refresh */
@media (max-width: 640px) {
    .oracle-main .tone-a-overview,
    .oracle-main .tone-a-technology,
    .oracle-main .tone-a-tip-system,
    .oracle-main .tone-a-targets,
    .oracle-main .tone-a-before-after,
    .oracle-main .tone-a-faq-safety,
    .oracle-main .tone-a-related,
    .oracle-main .oracle-treatment-common-process,
    .tone-b-section,
    .tone-c-section {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .oracle-main .tone-a-overview {
        background: linear-gradient(180deg, var(--surface-field) 0%, var(--surface-field) 100%) !important;
    }

    .oracle-main .tone-a-overview .mx-auto.flex {
        min-height: auto;
        align-items: flex-start;
    }

    .oracle-main .tone-a-tip-system > .grid > .grid,
    .oracle-main .tone-a-before-after .mt-12.grid,
    .oracle-main .oracle-treatment-common-related-grid,
    .tone-b-concern-grid,
    .tone-b-diagnosis-grid,
    .tone-c-intro-list,
    .tone-c-method,
    .tone-c-photo-grid {
        display: flex !important;
        grid-template-columns: none !important;
        gap: 12px;
        margin-right: -16px;
        margin-left: -16px;
        padding: 2px 16px 12px;
        overflow-x: auto;
        scroll-padding-left: 16px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .oracle-main .tone-a-tip-system > .grid > .grid::-webkit-scrollbar,
    .oracle-main .tone-a-before-after .mt-12.grid::-webkit-scrollbar,
    .oracle-main .oracle-treatment-common-related-grid::-webkit-scrollbar,
    .tone-b-concern-grid::-webkit-scrollbar,
    .tone-b-diagnosis-grid::-webkit-scrollbar,
    .tone-c-intro-list::-webkit-scrollbar,
    .tone-c-method::-webkit-scrollbar,
    .tone-c-photo-grid::-webkit-scrollbar {
        display: none;
    }

    .oracle-main .tone-a-tip-system > .grid > .grid > *,
    .oracle-main .tone-a-before-after .mt-12.grid > *,
    .oracle-main .oracle-treatment-common-related-grid > *,
    .tone-b-concern-grid > *,
    .tone-b-diagnosis-grid > *,
    .tone-c-intro-list > *,
    .tone-c-method > *,
    .tone-c-photo-grid > * {
        flex: 0 0 min(82vw, 328px);
        scroll-snap-align: start;
    }

    .oracle-main .tone-a-tip-system > .grid > .grid > div,
    .oracle-main .tone-a-before-after .mt-12.grid > div,
    .oracle-main .oracle-treatment-common-related-grid > a,
    .tone-b-concern-card,
    .tone-b-cause-list article,
    .tone-b-diagnosis-grid article,
    .tone-c-intro-list article,
    .tone-c-method article,
    .tone-c-photo-grid article {
        box-shadow: none;
    }

    .oracle-main .tone-a-tip-system--stacked > .grid > .grid {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        margin-right: 0;
        margin-left: 0;
        padding: 0;
        overflow-x: visible;
        scroll-snap-type: none;
    }

    .oracle-main .tone-a-tip-system--stacked > .grid > .grid > * {
        flex: initial;
        scroll-snap-align: none;
    }

    .oracle-main .oracle-treatment-common-related-grid > * {
        flex: 0 0 calc(100vw - 48px) !important;
        max-width: 350px !important;
        scroll-snap-align: start !important;
    }

    .oracle-main .tone-a-flow-row {
        gap: 0;
        overflow: hidden;
        border: 1px solid var(--hairline);
        border-radius: 8px;
        background: #fff;
        box-shadow: none;
    }

    .oracle-main .tone-a-flow-row + .tone-a-flow-row {
        margin-top: 22px;
    }

    .oracle-main .tone-a-flow-media {
        border-radius: var(--radius-none);
    }

    .oracle-main .tone-a-flow-row > div:last-child {
        padding: 22px;
    }

    .oracle-main .tone-a-overview .mt-10.grid > div,
    .oracle-main .tone-a-targets .mt-12.grid > div,
    .oracle-main .tone-a-tip-system > .grid > .grid > div,
    .oracle-main .tone-a-before-after .mt-12.grid > div,
    .oracle-main .oracle-treatment-common-related-grid > a,
    .oracle-main .oracle-treatment-common-process article,
    .oracle-main .tone-a-flow-row,
    .tone-b-concern-card,
    .tone-b-cause-list article,
    .tone-b-diagnosis-grid article,
    .tone-b-process article,
    .tone-b-lineup article,
    .tone-b-faq-list article,
    .tone-b-note-grid div,
    .tone-c-intro-list article,
    .tone-c-method article,
    .tone-c-process article,
    .tone-c-diagnosis-grid article,
    .tone-c-photo-grid article {
        box-shadow: none !important;
    }

    .oracle-main .tone-a-trust {
        min-height: auto;
        background-position: center top;
        background-size: cover !important;
    }

    .oracle-main .tone-a-trust-layout {
        gap: var(--layout-1);
    }

    .oracle-main .tone-a-trust-card {
        border: 1px solid rgba(255, 255, 255, 0.14);
        background: rgba(0, 0, 0, 0.75) !important;
    }

    .oracle-main .tone-a-trust-card:nth-child(even) {
        margin-left: 0;
    }

    .oracle-main .tone-a-overview .mt-10.grid,
    .oracle-main .tone-a-targets .mt-12.grid,
    .tone-b-cause-list {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: var(--space-5);
        margin-right: 0;
        margin-left: 0;
        padding: 0;
        overflow: visible;
        scroll-snap-type: none;
    }

    .oracle-main .tone-a-overview .mt-10.grid > *,
    .oracle-main .tone-a-targets .mt-12.grid > *,
    .tone-b-cause-list > * {
        flex: none;
        width: auto;
        scroll-snap-align: none;
    }

    .oracle-main .oracle-treatment-common-process .mt-12.grid,
    .tone-b-process,
    .tone-c-process {
        position: relative;
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 26px !important;
        padding-left: 0 !important;
    }

    .oracle-main .oracle-treatment-common-process .mt-12.grid::before,
    .tone-b-process::before,
    .tone-c-process::before {
        display: none !important;
    }

    .oracle-main .oracle-treatment-common-process article,
    .tone-b-process article,
    .tone-c-process article {
        position: relative;
        z-index: 1;
        display: grid !important;
        grid-template-columns: 72px minmax(0, 1fr) !important;
        gap: 8px 18px !important;
        align-items: start !important;
        min-height: 0 !important;
        padding: 6px 0 !important;
        border: 0 !important;
        border-radius: 8px !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .oracle-main .oracle-treatment-common-process article::before,
    .tone-b-process article::before,
    .tone-c-process article::before {
        content: "";
        position: absolute;
        left: 35px !important;
        top: 34px !important;
        bottom: -28px !important;
        width: 2px !important;
        background: var(--accent-point) !important;
        z-index: -1 !important;
    }

    .oracle-main .oracle-treatment-common-process article:last-child::before,
    .tone-b-process article:last-child::before,
    .tone-c-process article:last-child::before {
        display: none !important;
    }

    .oracle-main .oracle-treatment-common-process article > span,
    .tone-b-process article > span,
    .tone-c-process article > span {
        display: inline-flex !important;
        grid-column: 1 !important;
        grid-row: 1 !important;
        justify-self: center !important;
        align-self: center !important;
        align-items: center !important;
        justify-content: center !important;
        width: 56px !important;
        height: 56px !important;
        border-radius: 999px !important;
        background: var(--accent-point) !important;
        color: #fff !important;
        font-size: 14px !important;
        font-weight: 850 !important;
        line-height: 1 !important;
        letter-spacing: 0 !important;
    }

    .oracle-main .oracle-treatment-common-process article > h3,
    .tone-b-process article > h3,
    .tone-c-process article > h3 {
        grid-column: 2 !important;
        grid-row: 1 !important;
        align-self: center !important;
        margin-top: 0 !important;
        font-size: 20px !important;
        line-height: 1.35 !important;
    }

    .oracle-main .oracle-treatment-common-process article > p,
    .tone-b-process article > p,
    .tone-c-process article > p {
        grid-column: 2 !important;
        grid-row: 2 !important;
        margin-top: 6px !important;
        font-size: 16px !important;
        line-height: 1.65 !important;
    }

    .tone-b-section-head,
    .tone-b-section-head--left,
    .tone-c-section-head {
        max-width: none;
        margin-bottom: 30px;
        text-align: left;
    }

    .tone-b-kicker,
    .tone-c-kicker {
        display: block;
        border: 0;
        border-radius: var(--radius-none);
        padding: 0;
        background: transparent;
        line-height: 1.3;
        letter-spacing: 0.14em;
    }

    .oracle-special-stage {
        border-left: 0;
    }

    .tone-b-about .tone-b-image-card,
    .tone-b-cause-media,
    .tone-b-diagnosis-media {
        margin-right: -16px;
        margin-left: -16px;
        border-radius: var(--radius-none);
    }

    .tone-b-about .tone-b-image-card img,
    .tone-b-cause-media img,
    .tone-b-diagnosis-media img {
        border-radius: var(--radius-none);
    }

    .tone-b-note-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .tone-b-note-grid div {
        display: grid;
        grid-template-columns: 92px 1fr;
        align-items: center;
        gap: 12px;
        padding: var(--space-8);
    }

    .tone-b-note-grid span {
        margin-top: 0;
    }

    .tone-b-lineup {
        grid-template-columns: 1fr;
    }

    .tone-b-lineup article {
        display: grid;
        grid-template-columns: 128px minmax(0, 1fr);
        min-height: 136px;
    }

    .tone-b-lineup img {
        width: 100%;
        height: 100%;
        aspect-ratio: auto;
        padding: 0;
        object-fit: cover;
    }

    .tone-b-lineup article div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 18px !important;
    }

    .tone-b-plan,
    .tone-c-caution {
        background: linear-gradient(180deg, var(--surface-field) 0%, var(--surface-field) 100%);
    }

    .tone-b-plan-list,
    .tone-c-caution-list {
        gap: var(--space-5);
    }

    .tone-b-plan-list p,
    .tone-c-caution-list p {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 12px;
        padding: 18px;
    }

    .tone-c-diagnosis-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: var(--space-5);
        width: 100%;
    }

    .tone-c-diagnosis-grid article:nth-child(even) {
        margin-left: 0;
    }

    .tone-c-diagnosis-grid article {
        width: 100%;
    }

    .tone-c-equipment-list {
        gap: 12px;
    }

    .tone-c-equipment-list article {
        grid-template-columns: 112px minmax(0, 1fr);
        min-height: 136px;
    }

    .tone-c-equipment-list figure {
        min-height: 136px;
    }

    .tone-c-equipment-list article > div {
        padding: 18px;
    }

    .tone-c-photo-grid figure {
        aspect-ratio: 16 / 10;
    }

    .oracle-main *,
    .oracle-about-page * {
        box-shadow: none !important;
    }

}

/* Hospital introduction mobile pass */
@media (max-width: 767px) {
    .ctt_special,
    .ctt_doctors,
    .ctt_equipment,
    .ctt_tour,
    .ctt_hours,
    .ctt_location {
        overflow: hidden;
    }

    .oracle-about-page {
        width: 100%;
        overflow: hidden;
    }

    .oracle-about-hero {
        padding: 100px 18px 38px;
    }

    .oracle-about-hero__inner {
        width: 100%;
    }

    .oracle-about-hero h2 {
        font-size: clamp(36px, 11vw, 48px);
        line-height: 1.12;
    }

    .oracle-about-hero h2 + p {
        font-size: 16px;
        line-height: 1.75;
    }

    .oracle-about-tabs {
        width: calc(100% + 18px);
        margin-right: -18px;
        padding-right: 18px;
    }

    .oracle-special-intro,
    .oracle-special-feature,
    .oracle-special-dark,
    .oracle-doctors-profile,
    .oracle-doctors-standard,
    .oracle-doctors-career,
    .oracle-equipment-grid,
    .oracle-equipment-note,
    .interior_wrap {
        width: calc(100% - 32px);
        max-width: none;
        margin-right: auto;
        margin-left: auto;
    }

    .oracle-special-intro,
    .oracle-special-feature,
    .oracle-special-dark,
    .oracle-doctors-profile,
    .oracle-doctors-career {
        grid-template-columns: minmax(0, 1fr);
    }

    .oracle-special-intro {
        gap: 22px;
        padding: 60px 0;
    }

    .oracle-special-intro__copy h3,
    .oracle-special-feature__copy h3,
    .oracle-special-dark h3 {
        font-size: clamp(28px, 8.8vw, 38px);
        line-height: 1.22;
    }

    .oracle-special-intro__text p,
    .oracle-special-feature__copy > p,
    .oracle-special-dark li span {
        font-size: 16px;
        line-height: 1.78;
    }

    .oracle-special-feature {
        gap: 28px;
        padding: 58px 0 64px;
    }

    .oracle-special-feature__media {
        min-height: 0;
        aspect-ratio: 4 / 3;
        border-radius: 8px;
    }

    .oracle-special-feature__media img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .oracle-special-feature__copy {
        min-width: 0;
    }

    .oracle-special-grid {
        grid-template-columns: minmax(0, 1fr);
        width: calc(100% - 32px);
        gap: var(--space-8);
        margin: 0 auto;
        padding: 0;
    }

    .oracle-special-grid article {
        min-height: auto;
        border-radius: 8px;
    }

    .oracle-special-grid article img {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
        inset: auto;
        object-fit: cover;
    }

    .oracle-special-grid article > div {
        padding: var(--layout-1);
    }

    .oracle-special-grid article p:last-child {
        display: block;
        font-size: 14px;
        line-height: 1.7;
    }

    .oracle-special-dark {
        gap: 28px;
        border-radius: 8px;
        padding: 46px 24px 52px;
    }

    .oracle-special-dark ul {
        grid-template-columns: minmax(0, 1fr);
        gap: 12px;
    }

    .oracle-special-dark li {
        min-height: auto;
        padding: 22px 20px;
    }

    .ctt_doctors .sub_title3,
    .ctt_tour .sub_title3 {
        width: calc(100% - 32px);
        margin: 0 auto;
        padding: 66px 0 34px;
    }

    .ctt_doctors .sub_title3 .title h2,
    .ctt_tour .sub_title3 .title h2 {
        font-size: clamp(38px, 12vw, 48px);
        line-height: 1.1;
    }

    .oracle-doctors-profile {
        gap: var(--layout-1);
        padding: 0 0 58px;
    }

    .oracle-doctors-profile__media {
        width: 100%;
        min-height: 0;
        aspect-ratio: 4 / 5;
        border-radius: 8px;
    }

    .oracle-doctors-profile__media img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
    }

    .oracle-doctors-profile__copy {
        min-width: 0;
        padding: 0;
    }

    .oracle-doctors-profile__copy h3 {
        font-size: clamp(30px, 8.4vw, 40px);
        line-height: 1.18;
    }

    .oracle-doctors-message {
        padding: 24px 0 0;
    }

    .oracle-doctors-credentials {
        width: 100%;
        border-radius: 8px;
        padding: 22px;
    }

    .oracle-doctors-standard {
        grid-template-columns: minmax(0, 1fr);
        gap: 12px;
    }

    .oracle-doctors-standard article {
        min-height: auto;
        padding: var(--layout-1);
    }

    .oracle-doctors-career {
        gap: 28px;
        padding: 56px 0 72px;
    }

    .oracle-equipment-hero {
        padding: 84px 18px 44px;
    }

    .oracle-equipment-hero h2 {
        font-size: clamp(38px, 12vw, 48px);
        line-height: 1.1;
    }

    .oracle-equipment-count {
        width: calc(100% - 32px);
        margin: 0 auto;
        padding-top: 44px;
    }

    .oracle-equipment-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: var(--space-8);
        padding-top: 28px;
    }

    .oracle-equipment-card {
        overflow: hidden;
        border-radius: 8px;
    }

    .oracle-equipment-card__media {
        min-height: 0;
        aspect-ratio: 4 / 3;
        padding: 18px;
    }

    .oracle-equipment-card__media img {
        display: block;
        width: 100%;
        height: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    .oracle-equipment-card__body {
        padding: 22px;
    }

    .oracle-equipment-tags {
        gap: 8px;
        margin-top: var(--space-8);
    }

    .oracle-equipment-note {
        margin-top: 32px;
        border-radius: 8px;
        padding: 28px 22px;
    }

    .interior_wrap {
        padding-bottom: var(--layout-3);
    }

    .gallery-top {
        width: 100%;
        aspect-ratio: 4 / 3;
        border-radius: 8px;
    }

    .ctt_tour .gallery-top .swiper-slide img {
        width: 100%;
        height: 100% !important;
        min-height: 0;
        object-fit: cover;
    }

    .gallery-thumbs {
        width: 100%;
        height: 72px;
        margin-bottom: 8px;
    }

    .gallery-top .swiper-button-next::after,
    .gallery-top .swiper-button-prev::after {
        font-size: 28px;
    }

    .oracle-guide-page,
    .oracle-location-section,
    .oracle-parking-section {
        width: calc(100% - 32px);
        max-width: none;
    }

    .oracle-guide-panel,
    .oracle-hours-info-card,
    .oracle-location-grid,
    .oracle-location-card,
    .oracle-route-card,
    .oracle-parking-map-card,
    .oracle-transit-card {
        border-radius: 8px;
    }

    .oracle-about-cta {
        width: calc(100% - 32px);
        margin-top: 54px;
        padding-bottom: 76px;
    }

    .oracle-about-cta__inner {
        gap: var(--layout-1);
        border-radius: 8px;
        padding: 26px 22px;
    }
}

@media (max-width: 960px), (hover: none), (pointer: coarse) {
    .oracle-about-tabs a:hover {
        box-shadow: inset 0 0 0 1.5px var(--hairline);
        color: var(--text-on-muted);
        background: #fff;
    }

    .oracle-about-tabs a.is-active,
    .oracle-about-tabs a.is-active:hover {
        box-shadow: inset 0 0 0 1.5px var(--oracle-point);
        color: var(--oracle-point);
        background: var(--surface-field);
    }

    .oracle-about-cta__button:hover,
    .oracle-about-cta__phone:hover,
    .oracle-equipment-card:hover,
    .oracle-floating a:hover,
    .tone-b-button:hover,
    .tone-c-button:hover {
        transform: none;
    }

    .oracle-special-grid article:hover img,
    .oracle-equipment-card:hover img,
    .oracle-home-panel:hover img,
    .oracle-solution-item a:hover .oracle-solution-thumb img {
        transform: none;
    }

    .oracle-special-grid article:hover img {
        opacity: 0.82;
    }

    .oracle-home-panel:hover::after {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.56));
    }

    .oracle-equipment-card:hover,
    .tone-b-concern-card:hover,
    .tone-b-cause-list article:hover,
    .tone-b-process article:hover,
    .tone-b-lineup article:hover,
    .tone-c-intro-list article:hover,
    .tone-c-method article:hover,
    .tone-c-process article:hover {
        border-color: var(--hairline);
        box-shadow: none;
        transform: none;
    }

    .oracle-special-card:hover {
        opacity: inherit;
        transform: none;
        box-shadow: none;
    }

    .oracle-special-card:hover::after {
        opacity: 0.64;
    }

    .oracle-special-card.is-active:hover {
        box-shadow: none;
    }

    .oracle-special-step:hover {
        color: inherit;
        opacity: 0.58;
    }

    .oracle-special-step:hover::before {
        width: 0;
    }

    .oracle-special-step.is-active,
    .oracle-special-step.is-active:hover {
        color: var(--oracle-point);
        opacity: 1;
    }

    .oracle-special-step.is-active::before,
    .oracle-special-step.is-active:hover::before {
        width: 100%;
    }

    .oracle-solution-nav button:hover {
        color: inherit;
    }

    .oracle-solution-nav button.is-active,
    .oracle-solution-nav button.is-active:hover {
        color: var(--text-primary);
    }

    .oracle-solution-item:hover {
        opacity: 0.62;
        transform: translateY(24px);
    }

    .oracle-solution-item.is-active,
    .oracle-solution-item.is-active:hover {
        opacity: 1;
        transform: translateY(0);
    }

    .oracle-solution-item a:hover .oracle-solution-thumb img,
    .oracle-solution-item.is-active .oracle-solution-thumb img {
        filter: none;
    }

    .oracle-solution-item a:hover .oracle-solution-desc h3 {
        color: var(--oracle-point);
    }

    .oracle-floating a:hover {
        color: var(--text-secondary, var(--text-secondary));
    }

    .hover\\:-translate-y-0\\.5:hover,
    .hover\\:-translate-y-1:hover,
    .hover\\:scale-\\[1\\.035\\]:hover,
    .hover\\:scale-\\[1\\.04\\]:hover,
    .hover\\:scale-\\[1\\.055\\]:hover,
    .group:hover .group-hover\\:scale-\\[1\\.035\\],
    .group:hover .group-hover\\:scale-\\[1\\.04\\],
    .group:hover .group-hover\\:scale-\\[1\\.055\\] {
        transform: none !important;
    }

    .group:hover .group-hover\\:brightness-\\[0\\.94\\] {
        filter: brightness(0.72) !important;
    }

    .group:hover .group-hover\\:brightness-\\[0\\.96\\] {
        filter: brightness(0.62) !important;
    }

    .group:hover .group-hover\\:opacity-70 {
        opacity: 1 !important;
    }

    .group:hover .group-hover\\:opacity-100 {
        opacity: 0 !important;
    }

    .group:hover .group-hover\\:translate-y-0 {
        transform: translateY(1.25rem) !important;
    }

    .group:hover .group-hover\\:w-full {
        width: 0 !important;
    }
}

/* Breadcrumb Positioning Fail-safe for Hours and Location Pages */
.ctt_hours .oracle-content-breadcrumb,
.ctt_location .oracle-content-breadcrumb {
    width: 100%;
    margin: 0 0 28px;
    padding: 0;
}

@media (max-width: 768px) {
    .ctt_hours .oracle-content-breadcrumb,
    .ctt_location .oracle-content-breadcrumb {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (min-width: 769px) {
    .mobile-sep {
        display: none !important;
    }
}

@media (min-width: 1024px) {
    .treatment-editorial-split a.group:hover div.bg-gradient-to-t {
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.2) 100%) !important;
        opacity: 1 !important;
    }

    .treatment-editorial-split a.group:hover p {
        color: #ffffff !important;
    }

    .treatment-editorial-split a.group:hover p.text-\[\#1fd5bd\] {
        color: var(--oracle-point) !important;
    }
}

.oracle-main .treatment-editorial-split h3.text-white {
    color: #ffffff !important;
}

/* Disable reveal animation for horizontal scroll cards on mobile */
@media (max-width: 980px) {
    .oracle-main .tone-a-tip-system > .grid > .grid > .oracle-reveal,
    .oracle-main .tone-a-before-after .mt-12.grid > .oracle-reveal,
    .oracle-main .oracle-treatment-common-related-grid > .oracle-reveal,
    .tone-b-concern-grid > .oracle-reveal,
    .tone-b-diagnosis-grid > .oracle-reveal,
    .tone-c-intro-list > .oracle-reveal,
    .tone-c-method > .oracle-reveal,
    .tone-c-photo-grid > .oracle-reveal {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
        animation: none !important;
    }
}

/* Vitality Care shell refinement: header, GNB, drawer, quick menu, footer. */
.oracle-header {
    height: 80px;
    padding: 0 clamp(var(--layout-1), 5vw, var(--layout-4));
    gap: var(--layout-1);
    background: var(--surface-base);
    border-bottom: 1px solid rgba(245, 240, 232, 0.14);
    backdrop-filter: none;
    isolation: isolate;
}

.oracle-header::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0;
    background: rgba(var(--surface-base-rgb), 0.82);
    backdrop-filter: blur(2px);
    transition: opacity var(--duration-normal) var(--easing-standard);
}

.oracle-header:has(.oracle-gnb__item:hover)::before,
.oracle-header:has(.oracle-gnb__item:focus-within)::before {
    opacity: 1;
}

.oracle-logo,
.oracle-gnb,
.oracle-header__actions,
.oracle-mobile-toggle {
    position: relative;
    z-index: 2;
}

.oracle-logo {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    min-height: 44px;
}

.oracle-logo img {
    width: 150px;
    filter: brightness(0) invert(1);
}

.oracle-gnb {
    justify-content: flex-end;
    gap: clamp(var(--space-6), 2vw, var(--layout-1));
    min-width: 0;
    font-size: 14px;
    font-weight: var(--font-weight-semibold);
}

.oracle-gnb__item {
    padding: 0;
}

.oracle-gnb__item > a,
.oracle-header__link,
.oracle-header--home:not(.is-scrolled) .oracle-gnb__item > a,
.oracle-header--home:not(.is-scrolled) .oracle-header__link {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 80px;
    color: var(--text-secondary);
    line-height: 1;
    white-space: nowrap;
    transition: color var(--duration-fast) var(--easing-standard);
}

.oracle-gnb__item > a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: var(--surface-muted);
    opacity: 0;
    transform: scaleX(0.72);
    transform-origin: center;
    transition: opacity var(--duration-fast) var(--easing-standard), transform var(--duration-fast) var(--easing-standard);
}

.oracle-gnb__item:hover > a,
.oracle-gnb__item:focus-within > a,
.oracle-header__link:hover,
.oracle-header--home:not(.is-scrolled) .oracle-gnb__item:hover > a,
.oracle-header--home:not(.is-scrolled) .oracle-header__link:hover {
    color: var(--surface-muted);
}

.oracle-gnb__item > a[aria-current="page"] {
    color: var(--surface-muted);
    border-bottom: 0;
    padding-bottom: 0;
    font-weight: var(--font-weight-bold);
}

.oracle-gnb__item > a[aria-current="page"]::after,
.oracle-gnb__item:hover > a::after,
.oracle-gnb__item:focus-within > a::after {
    opacity: 1;
    transform: scaleX(1);
}

.oracle-header:has(.oracle-gnb__item:hover) .oracle-gnb__item:hover > a::after,
.oracle-header:has(.oracle-gnb__item:focus-within) .oracle-gnb__item:focus-within > a::after {
    background: var(--surface-muted);
}

.oracle-gnb__panel {
    z-index: 3;
    top: 80px;
    left: 50%;
    display: grid;
    grid-auto-flow: row;
    align-items: start;
    justify-items: center;
    width: max-content;
    min-width: 180px;
    max-width: min(280px, calc(100vw - 48px));
    padding: 18px 0 56px;
    gap: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    transform: translate(-50%, 10px);
    transition: opacity var(--duration-fast) var(--easing-standard), transform var(--duration-fast) var(--easing-standard);
}

.oracle-gnb__item:hover .oracle-gnb__panel,
.oracle-gnb__item:focus-within .oracle-gnb__panel {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

.oracle-gnb__panel a {
    width: 100%;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    color: var(--text-secondary);
    font-size: var(--type-caption-size);
    font-weight: var(--font-weight-semibold);
    line-height: var(--type-caption-lh);
    text-align: center;
    text-decoration: underline;
    text-decoration-color: transparent;
    text-underline-offset: 3px;
    transition: color var(--duration-fast) var(--easing-standard), text-decoration-color var(--duration-fast) var(--easing-standard);
}

.oracle-gnb__panel a:hover,
.oracle-gnb__panel a:focus-visible {
    color: var(--surface-muted);
    text-decoration-color: rgba(var(--surface-muted-rgb), 0.5);
}

.oracle-gnb__panel a[aria-current="page"] {
    color: var(--surface-muted);
    text-decoration-color: currentColor;
}

.oracle-header__actions {
    flex: 0 0 auto;
    gap: var(--space-5);
}

.oracle-header__member-login,
.oracle-header--home:not(.is-scrolled) .oracle-header__member-login {
    min-height: 44px;
    padding: 1px 20px 0;
    border: 0;
    box-shadow: inset 0 0 0 1.5px var(--border-muted);
    border-radius: var(--radius-pill);
    color: var(--surface-muted);
    background: transparent;
    font-size: 13px;
    font-weight: var(--font-weight-semibold);
    transition: box-shadow var(--duration-fast) var(--easing-standard), color var(--duration-fast) var(--easing-standard), background var(--duration-fast) var(--easing-standard);
}

.oracle-header__member-login:hover {
    box-shadow: inset 0 0 0 1.5px var(--accent-point);
    color: var(--surface-muted);
    background: rgba(245, 240, 232, 0.06);
}

.oracle-header--home:not(.is-scrolled) .oracle-gnb__item > a,
.oracle-header--home:not(.is-scrolled) .oracle-header__link {
    color: var(--surface-muted);
}

.oracle-header--home:not(.is-scrolled) .oracle-header__member-login {
    box-shadow: inset 0 0 0 1.5px var(--surface-muted);
    color: var(--surface-muted);
}

.oracle-header__cta {
    min-height: 44px;
    padding: 1px 24px 0;
    border-radius: var(--radius-pill);
    color: var(--surface-muted);
    background: var(--accent-point);
    font-size: 13px;
    font-weight: var(--font-weight-bold);
    line-height: 1;
    white-space: nowrap;
    transition: background var(--duration-fast) var(--easing-standard), transform var(--duration-fast) var(--easing-standard);
}

.oracle-header__cta:hover {
    background: var(--accent-point-hover);
}

body.oracle-mobile-open {
    overflow: hidden;
}

.oracle-mobile-toggle {
    border-radius: var(--radius-pill);
    color: var(--surface-muted);
}

.oracle-mobile-toggle span,
.oracle-header--home:not(.is-scrolled) .oracle-mobile-toggle span {
    width: 22px;
    height: 1.5px;
    background: currentColor;
}

.oracle-mobile-backdrop {
    z-index: 60;
    background: rgba(0, 0, 0, 0.55);
    transition: opacity var(--duration-normal) var(--easing-standard);
}

.oracle-mobile-menu {
    z-index: 70;
    width: min(360px, 86vw);
    background: var(--surface-base);
    color: var(--surface-muted);
    border-right: 1px solid rgba(245, 240, 232, 0.12);
    box-shadow: none;
    transition: transform var(--duration-normal) var(--easing-standard);
}

.oracle-mobile-menu__head {
    min-height: 80px;
    padding: 0 var(--layout-1);
    border-bottom: 1px solid rgba(245, 240, 232, 0.12);
}

.oracle-mobile-menu__head strong {
    color: var(--surface-muted);
    font-size: var(--type-caption-size);
    font-weight: var(--font-weight-semibold);
    letter-spacing: var(--type-label-ls);
    line-height: var(--type-label-lh);
    text-transform: uppercase;
}

.oracle-mobile-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: var(--radius-pill);
    color: var(--text-secondary);
    font-size: 26px;
    line-height: 1;
}

.oracle-mobile-close:hover {
    color: var(--surface-muted);
    background: rgba(245, 240, 232, 0.06);
}

.oracle-mobile-menu__body {
    padding: var(--space-8) 0 0;
}

.oracle-mobile-menu__group {
    border-bottom: 1px solid rgba(245, 240, 232, 0.1);
}

.oracle-mobile-menu__group summary {
    min-height: 56px;
    padding: 0 var(--layout-1);
    color: var(--surface-muted);
    font-size: 15px;
    font-weight: var(--font-weight-bold);
}

.oracle-mobile-menu__group summary::after {
    width: 7px;
    height: 7px;
    border-color: var(--accent-point);
}

.oracle-mobile-menu__group a {
    min-height: 44px;
    padding: 12px var(--layout-1) 12px var(--layout-2);
    background: rgba(245, 240, 232, 0.04);
    color: var(--text-secondary);
    font-size: var(--type-caption-size);
    font-weight: var(--font-weight-semibold);
    line-height: var(--type-caption-lh);
    border-top: 1px solid rgba(245, 240, 232, 0.06);
}

.oracle-mobile-menu__group a:hover,
.oracle-mobile-menu__group a[aria-current="page"] {
    color: var(--surface-muted);
    background: rgba(245, 240, 232, 0.08);
}

.oracle-mobile-menu__group a[aria-current="page"] {
    border-left: 2px solid var(--accent-point);
}

.oracle-mobile-menu__account {
    padding: var(--layout-1) var(--layout-1) 0;
}

.oracle-mobile-menu__account a {
    min-height: 44px;
    border: 0;
    box-shadow: inset 0 0 0 1.5px var(--border-muted);
    border-radius: var(--radius-pill);
    color: var(--surface-muted);
    background: transparent;
    font-size: var(--type-caption-size);
    font-weight: var(--font-weight-semibold);
}

.oracle-mobile-menu__account a:hover {
    box-shadow: inset 0 0 0 1.5px var(--accent-point);
    background: rgba(245, 240, 232, 0.06);
}

.oracle-mobile-menu__cta {
    min-height: 48px;
    margin: var(--space-8) var(--layout-1) var(--layout-1);
    border-radius: var(--radius-pill);
    color: var(--surface-muted);
    background: var(--accent-point);
    font-size: 14px;
    font-weight: var(--font-weight-bold);
}

.oracle-mobile-menu__cta:hover {
    background: var(--accent-point-hover);
}

.oracle-floating {
    right: 0;
    top: 50%;
    width: 76px;
    padding: var(--space-7) 0;
    gap: var(--space-1);
    background: var(--surface-base);
    border: 1px solid rgba(245, 240, 232, 0.14);
    border-right: 0;
    border-radius: var(--radius-pill) 0 0 var(--radius-pill);
    box-shadow: none;
    transform: translateY(-50%) translateX(24px);
}

.oracle-floating.is-visible {
    transform: translateY(-50%) translateX(0);
}

.oracle-floating a,
.oracle-floating button {
    min-height: 64px;
    padding: var(--space-5) var(--space-3);
    color: var(--text-secondary);
    font-size: var(--type-label-size);
    font-weight: var(--font-weight-semibold);
    line-height: 1.25;
    transition: color var(--duration-fast) var(--easing-standard), background var(--duration-fast) var(--easing-standard), transform var(--duration-fast) var(--easing-standard);
}

.oracle-floating a:hover,
.oracle-floating button:hover,
.oracle-floating button.is-active {
    color: var(--surface-muted);
    background: rgba(245, 240, 232, 0.06);
}

.oracle-floating__icon,
.oracle-floating__icon--talk {
    width: 28px;
    height: 28px;
}

.oracle-floating__icon svg {
    width: 28px;
    height: 28px;
}

.oracle-floating__talk-text {
    fill: var(--surface-base);
    font-size: 10px;
    font-weight: var(--font-weight-bold);
}

.oracle-scroll-top {
    right: 24px;
    bottom: 28px;
    width: 48px;
    height: 48px;
    border-radius: var(--radius-pill);
    background: var(--surface-muted);
    color: var(--text-primary);
    box-shadow: inset 0 0 0 1.5px rgba(42, 31, 22, 0.12);
}

.oracle-scroll-top:hover {
    box-shadow: inset 0 0 0 1.5px var(--accent-point);
    color: var(--accent-point);
}

.oracle-footer {
    background: var(--surface-raised);
    color: var(--text-primary);
}

.oracle-footer .bg-\[\#f3f5f5\],
footer .bg-\[\#f3f5f5\],
footer > div:first-child {
    background: var(--surface-raised) !important;
}

.oracle-footer__inner,
.oracle-footer footer > div:first-child > div,
footer .max-w-6xl {
    max-width: 1224px;
}

.oracle-footer img[src*="oracle_logo"],
footer img[src*="oracle_logo"] {
    width: 150px;
    height: auto;
    filter: brightness(0) saturate(100%) !important;
}

.oracle-footer strong,
.oracle-footer__point,
.oracle-footer h4,
footer h4.text-point {
    color: var(--accent-point) !important;
    font-weight: var(--font-weight-bold);
}

.oracle-footer p,
.oracle-footer li,
footer p,
footer li {
    color: var(--text-tertiary) !important;
    font-size: var(--type-caption-size);
    line-height: var(--type-caption-lh);
}

.oracle-footer a,
footer a {
    text-decoration: underline;
    text-decoration-color: rgba(42, 31, 22, 0.3);
    text-underline-offset: 3px;
}

.oracle-footer a:hover,
footer a:hover {
    color: var(--accent-point) !important;
    text-decoration-color: currentColor;
}

.oracle-footer__bar,
footer .bg-\[\#161616\] {
    color: rgba(245, 240, 232, 0.72);
    background: var(--surface-base) !important;
}

.oracle-footer__bar p,
.oracle-footer__bar a,
footer .bg-\[\#161616\] p,
footer .bg-\[\#161616\] a {
    color: rgba(245, 240, 232, 0.72) !important;
}

.oracle-footer-admin-login {
    min-height: 28px;
    padding: 0 var(--space-5);
    box-shadow: inset 0 0 0 1.5px rgba(245, 240, 232, 0.22);
    border-radius: var(--radius-pill);
    color: rgba(245, 240, 232, 0.72) !important;
    text-decoration: none !important;
}

.oracle-footer-admin-login:hover {
    box-shadow: inset 0 0 0 1.5px var(--accent-point);
    color: var(--surface-muted) !important;
}

@media (max-width: 1024px) {
    .oracle-header {
        height: 64px;
        padding: 0 20px;
    }

    .oracle-logo img {
        width: 132px;
    }

    .oracle-gnb,
    .oracle-header__actions {
        display: none;
    }

    .oracle-mobile-toggle {
        display: flex;
    }

    .oracle-mobile-backdrop,
    .oracle-mobile-menu {
        display: block;
    }

    .oracle-mobile-menu__head {
        min-height: 64px;
    }

    .ctt_about,
    .ctt_special,
    .ctt_doctors,
    .ctt_equipment,
    .ctt_tour,
    .ctt_hours,
    .ctt_location,
    .ctt_clinical {
        padding-top: 64px !important;
    }
}

@media (max-width: 767px) {
    .oracle-floating {
        display: none !important;
    }

    .oracle-scroll-top {
        right: 18px;
        bottom: max(18px, calc(env(safe-area-inset-bottom) + 18px));
        width: 46px;
        height: 46px;
    }

    footer .section-padding {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
}

@media print {
    .oracle-header,
    .oracle-mobile-backdrop,
    .oracle-mobile-menu,
    .oracle-floating,
    .oracle-scroll-top {
        display: none !important;
    }
}

/* Vitality Care component token pass. */
.oracle-main,
.ctt_about,
.ctt_special,
.ctt_doctors,
.ctt_equipment,
.ctt_tour,
.ctt_hours,
.ctt_location,
.ctt_clinical,
.oracle-about-page,
.oracle-doctors-page,
.oracle-guide-page {
    color: var(--text-primary);
    background: var(--surface-muted) !important;
}

.oracle-main :where(h1, h2, h3, h4, h5, h6),
.sub_title3 .title h2,
.oracle-about-hero h2,
.oracle-special-intro__copy h3,
.oracle-special-feature__copy h3,
.oracle-doctors-profile__copy h3,
.oracle-guide-page > h2,
.oracle-section__heading h2,
.oracle-split-section h2,
.oracle-home-panel h3,
.tone-b-section h2,
.tone-c-section h2 {
    color: var(--text-primary);
}

.oracle-main :where(p, li, dd),
.oracle-about-hero h2 + p,
.oracle-special-intro__text p,
.oracle-special-feature__copy > p,
.oracle-doctors-message p,
.oracle-guide-panel__head span,
.oracle-hours-row p,
.oracle-hours-summary p,
.oracle-location-grid p,
.oracle-section__heading p,
.oracle-split-section p,
.oracle-tone-grid p {
    color: var(--text-tertiary);
}

.oracle-content-breadcrumb,
.sub_title3 .title > span,
.oracle-about-hero__eyebrow,
.oracle-special-intro__copy p,
.oracle-special-feature__copy span,
.oracle-special-dark > div > p,
.oracle-doctors-kicker,
.oracle-doctors-role,
.oracle-guide-panel__head span,
.oracle-location-grid span,
.oracle-section__heading span,
.oracle-split-section span,
.oracle-tone-grid span {
    color: var(--accent-point);
}

.oracle-content-breadcrumb span,
.oracle-equipment-hero .oracle-content-breadcrumb span {
    color: rgba(var(--accent-point-rgb), 0.58);
}

.sub_title3::after,
.oracle-equipment-hero::before,
.ctt_about #ctt_con > h2:first-of-type::after,
.ctt_special #ctt_con > h2:first-of-type::after,
.ctt_doctors #ctt_con > h2:first-of-type::after,
.ctt_hours #ctt_con > h2:first-of-type::after,
.ctt_location #ctt_con > h2:first-of-type::after,
.oracle-special-feature__copy dl,
.oracle-special-feature__copy dl div,
.oracle-doctors-career,
.oracle-doctors-career li,
.oracle-hours-row,
.oracle-location-grid article:last-child,
.oracle-location-card:last-child,
.oracle-guide-panel__head {
    border-color: var(--hairline);
}

.sub_title3::after,
.oracle-equipment-hero::before,
.ctt_about #ctt_con > h2:first-of-type::after,
.ctt_special #ctt_con > h2:first-of-type::after,
.ctt_doctors #ctt_con > h2:first-of-type::after,
.ctt_hours #ctt_con > h2:first-of-type::after,
.ctt_location #ctt_con > h2:first-of-type::after {
    background-color: var(--hairline);
}

.oracle-about-tabs a,
.oracle-equipment-tags span,
.oracle-hours-info-card__icon,
.oracle-main :where(.tag, .badge, .chip) {
    border-color: var(--border-muted);
    border-radius: var(--radius-pill);
    color: var(--text-primary);
    background: transparent;
}

.oracle-about-tabs a {
    box-shadow: inset 0 0 0 1.5px var(--border-muted);
}

.oracle-about-tabs a:hover,
.oracle-about-tabs a.is-active,
.oracle-equipment-tags span:hover,
.oracle-hours-info-card__body a:hover {
    border-color: var(--accent-point);
    color: var(--accent-point);
    background: rgba(var(--accent-point-rgb), 0.08);
}

.oracle-about-tabs a:hover,
.oracle-about-tabs a.is-active {
    box-shadow: inset 0 0 0 1.5px var(--accent-point);
}

.oracle-guide-panel,
.oracle-hours-info-card,
.oracle-location-grid article,
.oracle-location-card,
.oracle-tone-grid article,
.oracle-doctors-standard article,
.oracle-doctors-credentials,
.oracle-equipment-card,
.oracle-route-card,
.oracle-parking-map-card,
.oracle-transit-card,
.tone-b-concern-card,
.tone-b-cause-list article,
.tone-b-diagnosis-grid article,
.tone-b-process article,
.tone-b-lineup article,
.tone-b-faq-list article,
.tone-b-note-grid div,
.tone-c-intro-list article,
.tone-c-method article,
.tone-c-process article,
.tone-c-diagnosis-grid article,
.tone-c-equipment-list article,
.tone-c-caution-list p {
    border: 1px solid var(--hairline);
    border-radius: var(--radius-none);
    background: var(--surface-raised);
    box-shadow: none;
}

/* 피부질환(tone-c) Treatment Method 섹션 카드 배경 흰색 */
.tone-c-section .tone-c-method article {
    background: #fff;
}

.oracle-guide-panel:hover,
.oracle-hours-info-card:hover,
.oracle-location-grid article:hover,
.oracle-location-card:hover,
.oracle-equipment-card:hover,
.tone-b-concern-card:hover,
.tone-b-cause-list article:hover,
.tone-b-process article:hover,
.tone-b-lineup article:hover,
.tone-c-intro-list article:hover,
.tone-c-method article:hover,
.tone-c-process article:hover {
    border-color: var(--accent-point);
    box-shadow: none;
}

.oracle-section--soft,
.oracle-split-section,
.oracle-solution-section--reverse,
.tone-b-plan,
.tone-c-caution,
.oracle-guide-notice,
.oracle-hours-row--accent {
    background: var(--surface-raised);
}

.oracle-about-cta__inner,
.oracle-hours-cta,
.oracle-special-dark,
.oracle-equipment-note,
.tone-b-final,
.tone-c-final,
.oracle-main [class*="final-cta"],
.oracle-main [class*="soft-cta"] {
    border-radius: var(--radius-none);
    color: var(--surface-muted);
    background: var(--surface-base);
    box-shadow: none;
}

.oracle-about-cta__copy h2,
.oracle-about-cta__copy span,
.oracle-hours-cta__copy h3,
.oracle-hours-cta__copy span,
.oracle-special-dark h3,
.oracle-special-dark li strong,
.oracle-equipment-note h3,
.tone-b-final h2,
.tone-b-final p,
.tone-c-final h2,
.tone-c-final p {
    color: var(--surface-muted);
}

.oracle-about-cta__copy p,
.oracle-hours-cta__copy p,
.oracle-special-dark > div > p {
    color: var(--text-secondary);
}

.oracle-about-cta__button,
.oracle-about-cta__phone,
.oracle-hours-cta__button,
.oracle-home-consult button,
.oracle-sms-submit,
.oracle-main :where(.btn-cta, .tone-b-button, .tone-c-button, .oracle-hero-primary-cta, .oracle-hero-secondary-cta, [data-detail-sticky-cta] a) {
    min-height: 44px;
    padding-top: 1px;
    border-radius: var(--radius-pill);
    box-shadow: none;
}

.oracle-about-cta__button--primary,
.oracle-hours-cta__button--online,
.oracle-main :where(.btn-cta, .tone-b-button, .tone-c-button, .oracle-hero-primary-cta, [data-detail-sticky-cta] a) {
    color: var(--surface-muted);
    background: var(--text-primary);
}

.oracle-about-cta__button--primary:hover,
.oracle-hours-cta__button--online:hover,
.oracle-main :where(.btn-cta, .tone-b-button, .tone-c-button, .oracle-hero-primary-cta, [data-detail-sticky-cta] a):hover {
    color: var(--surface-muted);
    background: var(--text-tertiary);
}

.oracle-about-cta__button--kakao,
.oracle-hours-cta__button--kakao,
.oracle-home-consult button,
.oracle-sms-submit {
    color: var(--surface-muted);
    background: var(--accent-point);
}

.oracle-about-cta__button--kakao:hover,
.oracle-hours-cta__button--kakao:hover,
.oracle-home-consult button:hover,
.oracle-sms-submit:hover {
    color: var(--surface-muted);
    background: var(--accent-point-hover);
}

.oracle-about-cta__phone,
.oracle-hours-cta__button--phone,
.oracle-main :where(.oracle-hero-secondary-cta) {
    border: 0;
    box-shadow: inset 0 0 0 1.5px var(--border-muted);
    color: var(--text-primary);
    background: transparent;
}

.oracle-about-cta .oracle-about-cta__phone,
.oracle-about-cta .oracle-hours-cta__button--phone,
.oracle-hours-cta .oracle-hours-cta__button--phone,
.oracle-main :where([class*="final-cta"], [class*="soft-cta"]) :where(.oracle-hero-secondary-cta, a[href^="tel:"]) {
    box-shadow: inset 0 0 0 1.5px rgba(245, 240, 232, 0.44);
    color: var(--surface-muted);
}

.oracle-about-cta .oracle-about-cta__phone:hover,
.oracle-about-cta .oracle-hours-cta__button--phone:hover,
.oracle-hours-cta .oracle-hours-cta__button--phone:hover,
.oracle-main :where([class*="final-cta"], [class*="soft-cta"]) :where(.oracle-hero-secondary-cta, a[href^="tel:"]):hover {
    box-shadow: inset 0 0 0 1.5px var(--surface-muted);
    color: var(--surface-muted);
    background: rgba(245, 240, 232, 0.08);
}

.oracle-home-consult input,
.oracle-home-consult select,
.oracle-home-consult textarea,
.oracle-sms-phone select,
.oracle-sms-phone input,
.oracle-hero-popup__sms textarea,
.oracle-hero-popup__footer input,
.oracle-main :where(input:not([type]), input[type="text"], input[type="tel"], input[type="email"], input[type="password"], input[type="search"], select, textarea) {
    border: 1px solid var(--border-muted);
    border-radius: var(--radius-none);
    color: var(--text-primary);
    background: var(--surface-field);
    box-shadow: none;
}

.oracle-home-consult input:focus,
.oracle-home-consult select:focus,
.oracle-home-consult textarea:focus,
.oracle-sms-phone select:focus,
.oracle-sms-phone input:focus,
.oracle-hero-popup__sms textarea:focus,
.oracle-hero-popup__footer input:focus {
    border-color: var(--accent-point);
    outline: 2px solid var(--accent-point);
    outline-offset: 2px;
}

.oracle-main :where(input, select, textarea):disabled {
    color: var(--text-disabled);
    background: rgba(var(--text-primary-rgb), 0.05);
}

.oracle-main :where(input[type="checkbox"]) {
    accent-color: var(--accent-point);
}

.oracle-hero-popup,
#hd_pop .hd_pops {
    border: 1px solid var(--hairline);
    border-radius: var(--radius-none);
    /* background: var(--surface-muted); */
    box-shadow: none;
}

.oracle-hero-popup__sms,
.oracle-hero-popup__sms-body,
#hd_pop .hd_pops_con,
#hd_pop .hd_pops_footer {
    border-color: var(--hairline);
    background: var(--surface-muted);
}

.oracle-hero-popup__sms-head,
.oracle-hero-popup__close,
#hd_pop .hd_pops_close {
    color: var(--surface-muted);
    background: var(--surface-base);
}

.oracle-main table th,
.oracle-main .tbl_head01 thead th {
    color: var(--surface-muted);
    background: var(--text-primary);
}

.oracle-main table td,
.oracle-main .tbl_head01 tbody td {
    border-color: var(--hairline);
    color: var(--text-tertiary);
}

.oracle-main :where(.pg_current, .pg_page:hover) {
    border-color: var(--accent-point);
    color: var(--surface-muted);
    background: var(--accent-point);
}

/* Vitality Care subpage component pass. */
.oracle-content-breadcrumb,
.sub_title3 .oracle-content-breadcrumb,
.oracle-equipment-hero .oracle-content-breadcrumb {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0 var(--space-5);
    min-height: 44px;
    margin: 0 0 var(--layout-1);
    overflow: hidden;
    color: var(--text-on-muted);
    font-size: var(--type-caption-size);
    line-height: var(--type-caption-lh);
    white-space: nowrap;
}

.oracle-content-breadcrumb a {
    color: var(--text-primary);
    text-decoration: underline;
    text-decoration-color: rgba(var(--text-primary-rgb), 0.28);
    text-underline-offset: 3px;
}

.oracle-content-breadcrumb a:hover {
    color: var(--accent-point);
    text-decoration-color: currentColor;
}

.oracle-content-breadcrumb strong,
.oracle-content-breadcrumb [aria-current="page"] {
    min-width: 0;
    overflow: hidden;
    color: var(--accent-point);
    font-weight: var(--font-weight-semibold);
    text-overflow: ellipsis;
}

.oracle-content-breadcrumb span[aria-hidden="true"],
.oracle-content-breadcrumb span {
    color: rgba(var(--text-primary-rgb), 0.34);
}

.sub_title3,
.oracle-about-hero,
.oracle-equipment-hero {
    width: min(100% - 48px, 1224px);
    padding: 112px 0 var(--layout-4);
    background: transparent;
}

.sub_title3 .title h2,
.oracle-about-hero h2,
.oracle-equipment-hero h2 {
    font-size: clamp(32px, 4.2vw, 48px);
    font-weight: var(--font-weight-bold);
    line-height: var(--type-display-lh);
    letter-spacing: var(--type-display-ls);
}

.oracle-about-hero h2 + p,
.oracle-equipment-hero p,
.tone-b-hero__lead,
.tone-c-hero__lead {
    max-width: 720px;
    font-size: var(--type-lead-size);
    font-weight: var(--font-weight-light);
    line-height: var(--type-lead-lh);
}

.oracle-treatment-common-hero,
.oracle-main .tone-a-hero,
.tone-b-hero,
.tone-c-hero {
    color: var(--surface-muted);
    background-color: var(--surface-base);
}

.oracle-treatment-common-hero::before,
.oracle-main .tone-a-hero::before,
.tone-b-hero::before,
.tone-c-hero::before {
    background: linear-gradient(180deg, rgba(var(--surface-base-rgb), 0.35), rgba(var(--surface-base-rgb), 0.7));
}

.oracle-main .tone-a-hero h1,
.tone-b-hero h1,
.tone-c-hero h1 {
    color: var(--surface-muted);
    font-size: clamp(32px, 4.2vw, 48px);
    font-weight: var(--font-weight-bold);
    line-height: var(--type-display-lh);
    letter-spacing: var(--type-display-ls);
}

.oracle-main .tone-a-hero p,
.tone-b-hero__desc,
.tone-c-hero__desc {
    color: var(--text-secondary);
}

.premium-clinic-stats,
.tone-b-component-map,
.oracle-main .tone-a-overview .mt-10.grid,
.oracle-main .tone-a-targets .mt-12.grid {
    gap: 1px;
    background: var(--hairline);
}

.premium-clinic-stats > *,
.tone-b-component-map article,
.oracle-main .tone-a-overview .mt-10.grid > div,
.oracle-main .tone-a-targets .mt-12.grid > div {
    min-height: 112px;
    border: 0;
    border-radius: var(--radius-none);
    background: var(--surface-raised);
}

.premium-clinic-stats :where(span, p),
.tone-b-component-map span {
    color: var(--border-muted);
    font-size: var(--type-label-size);
    font-weight: var(--font-weight-semibold);
    letter-spacing: 0.16em;
    line-height: var(--type-label-lh);
    text-transform: uppercase;
}

.premium-clinic-stats :where(strong, h3),
.tone-b-component-map strong {
    color: var(--text-primary);
    font-size: 22px;
    font-weight: var(--font-weight-bold);
    line-height: 1.18;
}

.oracle-main .oracle-treatment-common-process .mt-12.grid,
.tone-b-process,
.tone-c-process,
.tone-b-plan-list,
.tone-c-caution-list {
    gap: 1px;
    background: var(--hairline);
}

.oracle-main .oracle-treatment-common-process article,
.tone-b-process article,
.tone-c-process article,
.tone-b-plan-list p,
.tone-c-caution-list p {
    border: 0;
    border-radius: var(--radius-none);
    background: var(--surface-raised);
}

.oracle-main .oracle-treatment-common-process article > span,
.tone-b-process article span,
.tone-c-process span,
.tone-b-plan-list__num,
.tone-c-caution-list span {
    color: var(--accent-point);
    font-size: 32px;
    font-weight: var(--font-weight-bold);
    letter-spacing: 0;
    line-height: 1;
}

.oracle-main .oracle-treatment-common-process article > h3,
.tone-b-process article > h3,
.tone-c-process article > h3 {
    margin-top: var(--space-7);
    color: var(--text-primary);
    font-size: var(--type-subhead-size);
    font-weight: var(--font-weight-bold);
    line-height: var(--type-subhead-lh);
    letter-spacing: var(--type-subhead-ls);
}

.tone-b-faq-list,
.oracle-main .tone-a-faq-safety .space-y-4 {
    gap: 1px;
    background: var(--hairline);
}

.tone-b-faq-list article,
.oracle-main .tone-a-faq-safety .space-y-4 > * {
    border: 0;
    border-radius: var(--radius-none);
    background: var(--surface-raised);
}

.tone-b-faq-list h3,
.oracle-main .tone-a-faq-safety h3 {
    color: var(--text-primary);
}

.tone-b-faq-list p,
.oracle-main .tone-a-faq-safety p {
    color: var(--text-tertiary);
}

.oracle-main :where(.badge, .status, .label, [class*="badge"]),
.oracle-board-list :where(.bo_cate_link, .notice-badge, .event-badge, .new_icon),
.tbl_head01 :where(.bo_cate_link, .new_icon),
.line-badge,
.bus-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 5px 13px;
    border: 1px solid var(--border-muted);
    border-radius: var(--radius-pill);
    color: var(--text-primary);
    background: transparent;
    font-size: var(--type-label-size);
    font-weight: var(--font-weight-bold);
    line-height: 1;
    text-decoration: none;
}

.oracle-main :where(.badge--event, .event-badge),
.oracle-board-list .event-badge {
    border-color: var(--accent-point);
    color: var(--surface-muted);
    background: var(--accent-point);
}

.oracle-main :where(.badge--notice, .notice-badge),
.oracle-board-list .notice-badge {
    border-color: var(--text-primary);
    color: var(--surface-muted);
    background: var(--text-primary);
}

.oracle-main :where(.badge--new, .new_icon),
.oracle-board-list .new_icon {
    border-color: var(--feedback-success);
    color: var(--surface-muted);
    background: var(--feedback-success);
}

.oracle-equipment-page {
    background: var(--surface-muted);
}

.oracle-equipment-count {
    color: var(--text-on-muted);
    font-size: var(--type-caption-size);
    font-variant-numeric: tabular-nums;
}

.oracle-equipment-grid {
    gap: 20px;
}

.oracle-equipment-card {
    overflow: hidden;
    border: 1px solid var(--hairline);
    border-radius: var(--radius-none);
    background: var(--surface-raised);
}

.oracle-equipment-card__media {
    aspect-ratio: 4 / 3;
    background: var(--surface-base);
}

.oracle-equipment-card__media::after {
    color: var(--border-muted);
}

.oracle-equipment-card__body {
    padding: var(--layout-1);
}

.oracle-equipment-card h3 {
    color: var(--text-primary);
    font-size: var(--type-card-title-size);
    font-weight: var(--font-weight-bold);
    line-height: var(--type-card-title-lh);
    letter-spacing: var(--type-card-title-ls);
}

.oracle-equipment-tags {
    gap: var(--space-4);
}

.oracle-equipment-tags span {
    border: 0;
    color: var(--border-muted);
    background: rgba(var(--border-muted-rgb), 0.1);
    font-size: var(--type-label-size);
}

.oracle-location-map,
.oracle-kakao-map,
.oracle-location-grid article,
.oracle-location-card,
.oracle-route-card,
.oracle-parking-map-card,
.oracle-transit-info {
    border: 1px solid var(--hairline);
    border-radius: var(--radius-none);
    background: var(--surface-raised);
    box-shadow: none;
}

.oracle-location-map,
.oracle-kakao-map {
    aspect-ratio: 21 / 9;
    min-height: 320px;
    overflow: hidden;
}

.oracle-location-map iframe,
.oracle-location-map .oracle-kakao-map,
.oracle-kakao-map .wrap_map {
    min-height: 100%;
}

.oracle-transit-lines,
.oracle-route-gallery,
.oracle-parking-map-grid {
    gap: 20px;
}

.oracle-route-card img,
.oracle-location-grid article > img,
.oracle-location-card > img,
.oracle-parking-map-card .oracle-kakao-map {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.oracle-route-card p strong,
.oracle-route-section h3,
.oracle-parking-map-card h4 {
    color: var(--text-primary);
}

.oracle-route-card p,
.oracle-parking-map-card p,
.oracle-transit-info p {
    color: var(--text-tertiary);
}

.interior_wrap,
.gallery-top,
.gallery-thumbs {
    background: var(--surface-muted);
}

.gallery-top {
    aspect-ratio: 16 / 9;
    border-radius: var(--radius-none);
}

.gallery-thumbs .swiper-slide,
.tone-c-photo-grid article {
    border: 1px solid var(--hairline);
    border-radius: var(--radius-none);
    background: var(--surface-raised);
}

.gallery-top .swiper-slide img,
.gallery-thumbs .swiper-slide img,
.tone-c-photo-grid img {
    object-fit: cover;
}

.gallery-thumbs .swiper-slide {
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.gallery-top .swiper-button-next,
.gallery-top .swiper-button-prev {
    width: 44px;
    height: 44px;
    border: 0;
    box-shadow: inset 0 0 0 1.5px var(--border-muted);
    border-radius: var(--radius-pill);
    color: var(--surface-muted);
    background: var(--text-primary);
}

@media (min-width: 961px) {
    .oracle-doctors-profile {
        grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr);
    }
}

.oracle-doctors-profile__media {
    aspect-ratio: 3 / 4;
    border-radius: var(--radius-none);
    background: var(--surface-raised);
}

.oracle-doctors-credentials,
.oracle-doctors-standard article,
.oracle-doctors-career {
    border: 1px solid var(--hairline);
    border-radius: var(--radius-none);
    background: var(--surface-raised);
}

.oracle-doctors-career li::before {
    color: var(--accent-point);
}

#bo_list,
#bo_v,
#bo_w,
.oracle-board-list,
.oracle-board-view,
.oracle-board-write {
    color: var(--text-primary);
    background: var(--surface-muted);
}

#bo_list .tbl_head01,
#bo_v .bo_v_table,
.oracle-board-list__body,
.oracle-board-view__body,
.oracle-board-write form,
.bo_fx,
.bo_sch,
.board_search,
.form_01 {
    border: 1px solid var(--hairline);
    border-radius: var(--radius-none);
    background: var(--surface-raised);
    box-shadow: none;
}

#bo_list .tbl_head01 tr,
#bo_v .bo_v_nb li,
.oracle-board-list__row,
.bo_v_nb li {
    min-height: 44px;
    border-bottom: 1px solid var(--hairline);
}

#bo_list .td_datetime,
#bo_list .td_date,
#bo_v .if_date,
.oracle-board-list__date,
.bo_v_info {
    color: var(--text-on-muted);
    font-variant-numeric: tabular-nums;
}

#bo_list a,
#bo_v a,
#bo_w a,
.oracle-board-list a,
.oracle-board-view a,
.oracle-board-write a {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: rgba(var(--text-primary-rgb), 0.28);
    text-underline-offset: 3px;
}

#bo_list a:hover,
#bo_v a:hover,
#bo_w a:hover,
.oracle-board-list a:hover,
.oracle-board-view a:hover,
.oracle-board-write a:hover {
    color: var(--accent-point);
    text-decoration-color: currentColor;
}

.pg_wrap,
.pg {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--space-4);
}

.pg_page,
.pg_current,
.pg a,
.pg strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    border: 0;
    box-shadow: inset 0 0 0 1.5px var(--border-muted);
    border-radius: var(--radius-pill);
    color: var(--text-primary);
    background: transparent;
    font-size: var(--type-caption-size);
    font-variant-numeric: tabular-nums;
    text-decoration: none;
}

.pg_current,
.pg strong,
.pg_page:hover,
.pg a:hover {
    box-shadow: inset 0 0 0 1.5px var(--accent-point);
    color: var(--surface-muted);
    background: var(--accent-point);
}

/* [교정] 이동 버튼(처음/이전/다음/맨끝): default.css가 텍스트를 숨기고 GIF 화살표를 쓰지만
   위 필 스타일의 background:transparent가 GIF를 덮어 빈 버튼이 되므로, 텍스트를 다시 노출 */
.pg_start,
.pg_prev,
.pg_next,
.pg_end {
    text-indent: 0;
    overflow: visible;
    padding: 0 16px;
    border: 0;
    background: transparent;
}

.btn_submit,
.btn_confirm .btn_submit,
.bo_sch .btn_submit,
#bo_w .btn_submit,
#bo_list .btn_b02,
#bo_v .btn_b02 {
    min-height: 44px;
    padding: 11px 24px 10px;
    border: 0;
    box-shadow: inset 0 0 0 1.5px var(--accent-point);
    border-radius: var(--radius-pill);
    color: var(--surface-muted);
    background: var(--accent-point);
    font-weight: var(--font-weight-semibold);
}

.btn_cancel,
.btn_confirm .btn_cancel,
.btn_b01,
.btn_b03,
.btn_admin {
    min-height: 44px;
    padding: 11px 22px 10px;
    border: 0;
    box-shadow: inset 0 0 0 1.5px var(--border-muted);
    border-radius: var(--radius-pill);
    color: var(--text-primary);
    background: transparent;
    font-weight: var(--font-weight-semibold);
}

.empty_table,
.empty_list,
.oracle-board-list__empty {
    min-height: 88px;
    padding: var(--layout-1);
    color: var(--text-on-muted);
    background: var(--surface-raised);
    text-align: center;
}

@media (max-width: 640px) {
    .oracle-content-breadcrumb {
        gap: 0 var(--space-4);
        width: 100%;
    }

    .sub_title3,
    .oracle-about-hero,
    .oracle-equipment-hero {
        width: calc(100% - 32px);
        padding: 84px 0 var(--layout-2);
    }

    .premium-clinic-stats,
    .tone-b-component-map__grid,
    .oracle-main .oracle-treatment-common-process .mt-12.grid,
    .tone-b-process,
    .tone-c-process {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .oracle-location-map,
    .oracle-kakao-map {
        aspect-ratio: 4 / 3;
    }

    .gallery-top {
        aspect-ratio: 4 / 3;
    }

    .pg_page,
    .pg_current,
    .pg a,
    .pg strong {
        min-width: 40px;
        height: 40px;
    }
}

/* ============================================================
   대비 가독성 보정 (2026-07 서브페이지 토큰화 후속)
   다크 섹션의 어두운 글씨 / 밝은 카드의 흰 글씨 / 카톡버튼 대비 문제 수리.
   기존(원본)부터 있던 figure/ground 불일치 포함.
   ============================================================ */

/* 1) 다크 섹션 헤딩 → 밝게 */
.oracle-main [class*="soft-cta"] :where(h1,h2,h3,h4,h5,h6),
.oracle-main [class*="final-cta"] :where(h1,h2,h3,h4,h5,h6),
.oracle-main .tone-a-trust :where(h1,h2,h3,h4,h5,h6),
.oracle-main .tone-a-overview-video :where(h1,h2,h3,h4,h5,h6),
.oracle-main .tone-b-diagnosis :where(h1,h2,h3,h4,h5,h6),
.oracle-main .tone-b-final :where(h1,h2,h3,h4,h5,h6),
.oracle-main .tone-c-dark :where(h1,h2,h3,h4,h5,h6),
.oracle-main .tone-c-equipment :where(h1,h2,h3,h4,h5,h6),
.oracle-main .oracle-special-dark :where(h1,h2,h3,h4,h5,h6) {
  color: var(--surface-muted) !important;
}

/* 2) 다크 섹션 본문 → 밝게 (포인트 라벨 제외) */
.oracle-main [class*="soft-cta"] :where(p,li):not(.text-point):not([class*="kicker"]),
.oracle-main [class*="final-cta"] :where(p,li):not(.text-point):not([class*="kicker"]),
.oracle-main .tone-a-trust :where(p,li):not(.text-point):not([class*="kicker"]),
.oracle-main .tone-b-diagnosis :where(p,li):not(.text-point):not([class*="kicker"]),
.oracle-main .tone-b-final :where(p,li):not(.text-point):not([class*="kicker"]),
.oracle-main .tone-c-dark :where(p,li):not(.text-point):not([class*="kicker"]),
.oracle-main .tone-c-equipment :where(p,li):not(.text-point):not([class*="kicker"]) {
  color: var(--text-secondary) !important;
}

/* 3) 진단 그리드 카드: 다크 패널 의도 복원 (흰 글씨 가독) */
.oracle-main .tone-b-diagnosis-grid article,
.oracle-main .tone-c-diagnosis-grid article {
  background: var(--surface-base) !important;
}

/* 4) 카카오톡 버튼: 노랑 배경 위 글씨 → 어둡게 (카카오 규격) */
.oracle-main [class*="FEE500"],
.oracle-main [class*="FEE500"] * {
  color: #191919 !important;
}

/* GNB 메가메뉴 호버 스크림/드롭다운 고착 방지 (JS initGnbHoverGuard 와 짝) */
.oracle-header.is-gnb-hover-off::before { opacity: 0 !important; }
.oracle-header.is-gnb-hover-off .oracle-gnb__panel {
  opacity: 0 !important;
  pointer-events: none !important;
}

/* ============================================================
   서브페이지 카드 배경 흰색 통일 + 컨테이너 투명 (사용자 요청)
   크림(surface-raised) 카드 → #fff / 옅은 컨테이너 → 투명.
   tone-a/b/c 공통 요소 포함. 다크 섹션 카드(rgba 흰색 0.06)는 제외.
   ============================================================ */
.tone-b-note-grid div,
.tone-b-concern-card,
.tone-b-lineup article,
.tone-c-photo-grid article {
  background: #fff !important;
}

.tone-b-concern-card__body {
  background: transparent !important;
}

/* ============================================================
   히어로 서브텍스트 완전 흰색 (text-white/60·/40 → #fff)
   ============================================================ */
.oracle-main [class*="text-white/60"],
.oracle-main [class*="text-white/40"] {
  color: #fff !important;
}

/* ============================================================
   서브페이지 그리드 통일: 불투명 박스+갭 헤어라인 → 투명 셀 + 내부 획
   box-shadow 로 셀 우/하단에 획을 그리고, overflow:hidden 으로
   맨 바깥 열/행의 획을 잘라냄 → 열 수·반응형 무관, 바깥 획 없음.
   ============================================================ */
.premium-clinic-stats,
.tone-b-component-map,
.oracle-main .tone-a-overview .mt-10.grid,
.oracle-main .tone-a-targets .mt-12.grid,
.oracle-main .oracle-treatment-common-process .mt-12.grid,
.tone-b-process,
.tone-c-process,
.tone-b-plan-list,
.tone-c-caution-list,
.tone-b-faq-list,
.oracle-main .tone-a-faq-safety .space-y-4 {
  gap: 0 !important;
  background: transparent !important;
  overflow: hidden;
}
.premium-clinic-stats > *,
.tone-b-component-map > *,
.oracle-main .tone-a-overview .mt-10.grid > *,
.oracle-main .tone-a-targets .mt-12.grid > *,
.oracle-main .oracle-treatment-common-process .mt-12.grid > *,
.tone-b-process > *,
.tone-c-process > *,
.tone-b-plan-list > *,
.tone-c-caution-list > *,
.tone-b-faq-list > *,
.oracle-main .tone-a-faq-safety .space-y-4 > * {
  background: transparent !important;
  box-shadow: 1px 0 0 0 var(--hairline), 0 1px 0 0 var(--hairline);
}

/* 카드형 그리드 셀: 획에서 떨어지도록 좌우 패딩 (process/리스트는 자체 레이아웃이라 제외) */
.premium-clinic-stats > *,
.tone-b-component-map > *,
.oracle-main .tone-a-overview .mt-10.grid > *,
.oracle-main .tone-a-targets .mt-12.grid > * {
  padding: 22px 28px !important;
}

/* ============================================================
   Related Treatments 카드(이미지 위 오버레이) 텍스트 흰색
   (rose 'Related' 라벨은 uppercase 라 제외)
   ============================================================ */
.oracle-treatment-common-related-grid h3,
.oracle-treatment-common-related-grid a p:not([class*="uppercase"]) {
  color: #fff !important;
}

/* ============================================================
   text-white 유틸은 항상 순수 흰색 (대비보정 규칙보다 우선)
   ============================================================ */
.oracle-main [class*="text-white"] {
  color: #fff !important;
}

/* ============================================================
   Cause Analysis 카드 그리드 배경 흰색
   ============================================================ */
.tone-b-cause-list > *,
.tone-b-cause-list article {
  background: #fff !important;
}

/* ============================================================
   Treatment Process (tone-b / tone-c / common, 4열 가로):
   번호 로즈 원형 + 오른쪽 연결선. 패딩·position 정규화로 일관 배치.
   ============================================================ */
.oracle-main .tone-b-process article,
.oracle-main .tone-c-process article,
.oracle-main .oracle-treatment-common-process article {
  position: relative !important;
  padding: 28px !important;
  box-shadow: none !important; /* 그리드 세로/가로 구분선 제거 (원형+연결선 디자인) */
}
.oracle-main .tone-b-process article > span,
.oracle-main .tone-c-process article > span,
.oracle-main .oracle-treatment-common-process article > span {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px;
  border-radius: 50% !important;
  background: var(--accent-point) !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
}
/* 원형 오른쪽으로 뻗는 연결선 (컬럼 오른쪽 끝 근처까지) */
.oracle-main .tone-b-process article::after,
.oracle-main .tone-c-process article::after,
.oracle-main .oracle-treatment-common-process article::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: 84px !important;
  right: 22px !important;
  top: 49px !important;
  width: auto !important;
  height: 1px !important;
  background: var(--border-muted) !important;
}

/* ============================================================
   tone-c Clinical Point (intro) 카드 배경 흰색
   ============================================================ */
.tone-c-intro-list article {
  background: #fff !important;
}

/* ============================================================
   진료시간(oraclea040): 가이드 패널 배경 제거 / notice·summary → #fbf8f8
   ============================================================ */
.oracle-guide-page,
.oracle-guide-panel {
  background-color: transparent !important;
}
.oracle-guide-notice,
.oracle-hours-summary {
  background-color: #fbf8f8 !important;
}

/* ============================================================
   의료진소개(doctors): profile 미디어 배경 제거 / credentials 배경·보더 제거
   ============================================================ */
.oracle-doctors-profile__media {
  background-color: transparent !important;
}
.oracle-doctors-credentials {
  background-color: transparent !important;
  border: 0 !important;
}

/* ============================================================
   특별함 페이지에 가져온 '오라클의 특별함' 카러셀 배경 흰색
   ============================================================ */
.oracle-about-special .oracle-special-section,
.oracle-special-section--white {
  background: #fff !important;
}

/* ============================================================
   특별함 페이지 Why Oracle 섹션: 이미지 박스 꽉 채우기 (cover, 여백 제거)
   ============================================================ */
.oracle-special-why img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block;
}

/* ============================================================
   장비(equipment): media 정사각+회색 / tags span 배경 제거
   ============================================================ */
.oracle-equipment-card__media {
  aspect-ratio: 3 / 3 !important;
  background-color: #e9e9e9 !important;
}
.oracle-equipment-tags span {
  background-color: transparent !important;
}

/* ============================================================
   둘러보기(tour): swiper prev/next 버튼 배경·획 제거 / 본문·CTA 배경 #fbf8f8
   ============================================================ */
.gallery-top .swiper-button-next,
.gallery-top .swiper-button-prev {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: var(--text-primary) !important;
}
.ctt_tour #ctt_con,
.oracle-about-cta {
  background: #fbf8f8 !important;
}

/* ============================================================
   진료시간(oraclea040): guide-notice 테두리 / hours-info-card 배경 제거
   ============================================================ */
.oracle-guide-notice {
  border: 1px solid var(--hairline) !important;
}
.oracle-hours-info-card {
  background-color: transparent !important;
}

/* ============================================================
   오시는길(oraclea050): 지도 테두리 제거 / location-card 배경 제거 / 주차맵 #fbf8f8
   ============================================================ */
.oracle-location-map {
  border: 0 !important;
}
.oracle-location-card {
  background-color: transparent !important;
}
.oracle-parking-map-card {
  background: #fbf8f8 !important;
}

/* 오시는길 지도: grid 셀에 맞게 (min-width:0 로 콘텐츠 강제확장 방지) + 내부도 100% */
.oracle-location-map {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow: hidden !important;
}

#hd_pop .hd_pops {
  background: transparent !important;
}

#hd_pop .hd_pops_footer {
  background: transparent !important;
}

#hd_pop .hd_pops_footer .hd_pops_reject::before {
  border-color: rgba(255, 255, 255, 0.82) !important;
  background: transparent !important;
}

/* ============================================================
   병원소개 공통 CTA 컴포넌트 (.oracle-intro-cta)
   마크업: content.skin.php oracle_about_cta_banner() — 통짜 다크 밴드
   ============================================================ */
.oracle-about-cta.oracle-intro-cta {
  position: relative;
  left: 50%;
  width: 100vw !important;
  max-width: none !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: -50vw !important;
  margin-right: 0 !important;
  padding: 0 !important;
  background: var(--surface-base) !important;
}

.oracle-intro-cta .oracle-intro-cta__inner {
  width: min(100% - 48px, 1224px);
  margin: 0 auto !important;
  border-radius: 0 !important;
  background: transparent !important;
}

/* CTA 를 품은 콘텐츠 래퍼(#ctt)의 그누보드 기본 하단 여백 제거 — 밴드가 푸터에 밀착 */
article[class*="ctt_"]:has(.oracle-intro-cta) {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

#oracle-site .oracle-header .oracle-header__cta {
  border: 0 !important;
  box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, 0.72) !important;
  color: #fff !important;
  background: transparent !important;
}

#oracle-site .oracle-header .oracle-header__cta:hover {
  box-shadow: inset 0 0 0 1.5px var(--accent-point) !important;
  color: #fff !important;
  background: var(--accent-point) !important;
}

/* 진료안내(oraclea040/hours): 가이드 패널 배경 */
.ctt_oraclea040 .oracle-guide-panel,
.ctt_hours .oracle-guide-panel {
  background: #fbf8f8 !important;
}

/* 오시는길(location) 가이드 패널: 콘텐츠 영역 전체 흰색 (패널·카드 모두, 지도 위젯 내부만 제외) */
.oracle-guide-page--location .oracle-guide-panel--location,
.oracle-guide-panel--location,
.oracle-guide-panel--location .oracle-location-map--panel-head,
.oracle-guide-panel--location .oracle-transit-info,
.oracle-guide-panel--location .oracle-route-card,
.oracle-guide-panel--location .oracle-parking-map-card {
  background: #fff !important;
}

/* 오시는길: 정보 표시 요소들의 hover 강조 제거 (이동/강조가 아니므로 과함) — 링크 hover 는 유지 */
.oracle-guide-page--location .oracle-guide-panel:hover,
.oracle-guide-page--location .oracle-location-grid article:hover,
.oracle-guide-page--location .oracle-transit-info:hover,
.oracle-guide-page--location .oracle-route-card:hover,
.oracle-guide-page--location .oracle-parking-map-card:hover,
.oracle-guide-page--location .oracle-hours-info-card:hover {
  border-color: var(--hairline) !important;
  box-shadow: none !important;
  transform: none !important;
}

#oracle-site .oracle-mobile-menu .oracle-mobile-menu__cta {
  border-color: var(--accent-point) !important;
  color: #fff !important;
  background: var(--accent-point) !important;
}

#oracle-site .oracle-mobile-menu .oracle-mobile-menu__cta:hover {
  border-color: var(--accent-point-hover) !important;
  color: #fff !important;
  background: var(--accent-point-hover) !important;
}

#oracle-site :where(.oracle-about-cta__button--kakao, .oracle-hours-cta__button--kakao),
#oracle-site :where(.home-consult-section, .oracle-treatment-common-consultation, .oracle-treatment-common-final-cta) a[class*="FEE500"] {
  border-color: #fee500 !important;
  box-shadow: inset 0 0 0 1.5px #fee500 !important;
  color: #191919 !important;
  background: #fee500 !important;
}

#oracle-site :where(.oracle-about-cta__button--kakao, .oracle-hours-cta__button--kakao):hover,
#oracle-site :where(.home-consult-section, .oracle-treatment-common-consultation, .oracle-treatment-common-final-cta) a[class*="FEE500"]:hover {
  border-color: #f5dc00 !important;
  box-shadow: inset 0 0 0 1.5px #f5dc00 !important;
  color: #191919 !important;
  background: #f5dc00 !important;
}

#oracle-site .oracle-header .oracle-header__member-login {
  border: 0 !important;
  box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, 0.72) !important;
  color: #fff !important;
  background: transparent !important;
}

#oracle-site .oracle-header .oracle-header__member-login:hover {
  box-shadow: inset 0 0 0 1.5px var(--accent-point) !important;
  color: #fff !important;
  background: var(--accent-point) !important;
}

#oracle-site .oracle-main :where([class*="final-cta"], [class*="soft-cta"], .oracle-treatment-common-final-cta, .oracle-treatment-common-consultation) a[href^="tel:"]:hover {
  box-shadow: inset 0 0 0 1.5px var(--accent-point) !important;
  color: #fff !important;
  background: var(--accent-point) !important;
}

.oracle-floating :where(a, button):hover,
.oracle-floating button.is-active {
  color: var(--text-secondary) !important;
  background: transparent !important;
  box-shadow: none !important;
}

.oracle-floating .oracle-floating__icon {
  transition: color var(--duration-fast) var(--easing-standard);
}

.oracle-floating :where(a, button):hover .oracle-floating__icon,
.oracle-floating button.is-active .oracle-floating__icon {
  color: var(--accent-point) !important;
}

.oracle-floating a[href="https://pf.kakao.com/_CxmxiLl"]:hover .oracle-floating__icon--talk {
  color: #fee500 !important;
}

.oracle-floating a[href="https://pf.kakao.com/_CxmxiLl"]:hover .oracle-floating__talk-text {
  fill: #191919 !important;
}

#ctt {
  background: transparent !important;
}

#ctt.ctt_oraclea010 {
  padding: 0 !important;
}

.ctt_interior .gallery-top {
  position: relative;
}

.ctt_interior .oracle-about-cta.oracle-intro-cta {
  margin-top: clamp(72px, 8vw, 112px) !important;
}

.oracle-equipment-card {
  position: relative !important;
  border: 0 !important;
  border-bottom: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: center !important;
}

.oracle-equipment-card::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  bottom: 0 !important;
  width: min(100%, 260px) !important;
  height: 1px !important;
  background: var(--hairline) !important;
  transform: translateX(-50%) !important;
  transition: background var(--duration-fast) var(--easing-standard) !important;
}

.oracle-equipment-card:hover {
  background: transparent !important;
  box-shadow: none !important;
}

.oracle-equipment-card:hover::after {
  background: var(--accent-point) !important;
}

.oracle-equipment-card__media {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: min(100%, 260px) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  aspect-ratio: 1 / 1 !important;
  border: 1px solid var(--hairline) !important;
  border-radius: 50% !important;
  background: #fff !important;
}

.oracle-equipment-card__media::after {
  display: none !important;
}

.oracle-equipment-card__media img {
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  object-fit: contain !important;
  object-position: center !important;
}

.oracle-category-page .oracle-equipment-card__media--cover {
  overflow: hidden !important;
}

.oracle-category-page .oracle-equipment-card__media--cover img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

.oracle-equipment-card__body,
.oracle-equipment-card__meta,
.oracle-equipment-tags {
  justify-content: center !important;
  text-align: center !important;
}

.oracle-equipment-card__body > p:not(.oracle-equipment-card__meta) {
  margin-left: auto !important;
  margin-right: auto !important;
}

.oracle-home-visual-hero .oracle-hero-primary-cta {
  background: #b86f68 !important;
  color: #fff !important;
  box-shadow: 0 18px 44px rgba(184, 111, 104, 0.24) !important;
}

.oracle-home-visual-hero .oracle-hero-primary-cta:hover {
  background: #a85f58 !important;
  color: #fff !important;
}

.oracle-hero-popup--quick-sms .oracle-hero-popup__sms-head,
.oracle-hero-popup__sms-head {
  background: var(--surface-base) !important;
  color: var(--surface-muted) !important;
}

.oracle-hero-popup--quick-sms .oracle-hero-popup__sms-body {
  background: #fff !important;
}

/* 시술 상세 섹션 타이틀: 컴파일 Tailwind가 루트 17px 기준이라 lg:text-4xl=42.5px로 뜸 — 서브 Section Title 40 고정 */
.oracle-main h2[class*="lg:text-4xl"] {
    font-size: clamp(28px, 3.4vw, 40px);
}

/* 시술 상세페이지 Consultation/CTA 아웃라인 버튼: border 대신 box-shadow(inset 1.5px) — 전체 버튼 획 통일 */
.oracle-cta-ghost {
  box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, 0.2);
  transition: box-shadow 0.2s ease, color 0.2s ease;
}
.oracle-cta-ghost:hover {
  box-shadow: inset 0 0 0 1.5px var(--accent-point);
}

/* 비급여수가표(price) 페이지: 가격표 이미지 중앙 정렬 + 콘텐츠 높이 확보(짧은 콘텐츠로 푸터가 화면 중앙에 뜨지 않도록) */
.oracle-treatment-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: calc(100vh - 80px);
  padding: clamp(104px, 11vw, 152px) 16px clamp(56px, 7vw, 96px);
}
.oracle-treatment-price::before {
  content: "비급여수가표";
  display: block;
  margin-bottom: clamp(24px, 3vw, 44px);
  color: var(--text-primary);
  font-size: clamp(28px, 3.4vw, 46px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
  text-align: center;
}
.oracle-treatment-price > div {
  width: 100%;
  text-align: center;
}
.oracle-treatment-price img {
  display: block;
  width: auto;
  max-width: min(100%, 1224px);
  height: auto;
  margin: 0 auto;
  border-radius: 10px;
}

/* Hospital intro subpages: align visual content width with the page header */
.ctt_special .oracle-special-intro,
.ctt_special .oracle-special-grid,
.ctt_about .oracle-special-intro,
.ctt_about .oracle-special-grid,
.ctt_oraclea010 .oracle-special-intro,
.ctt_oraclea010 .oracle-special-grid,
.ctt_doctors .oracle-doctors-profile,
.ctt_doctors .oracle-doctors-standard,
.ctt_doctors .oracle-doctors-career,
.ctt_oraclea020 .oracle-doctors-profile,
.ctt_oraclea020 .oracle-doctors-standard,
.ctt_oraclea020 .oracle-doctors-career,
.ctt_equipment .oracle-equipment-count,
.ctt_equipment .oracle-equipment-grid,
.ctt_equipment .oracle-equipment-note,
.ctt_tour .interior_wrap,
.ctt_interior .interior_wrap {
  width: min(100% - 48px, 1224px) !important;
  max-width: 1224px !important;
}

.ctt_special .oracle-special-feature,
.ctt_special .oracle-special-dark,
.ctt_about .oracle-special-feature,
.ctt_about .oracle-special-dark,
.ctt_oraclea010 .oracle-special-feature,
.ctt_oraclea010 .oracle-special-dark {
  width: min(100% - 48px, 1224px) !important;
  max-width: 1224px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: clamp(32px, 4vw, 56px) !important;
  padding-left: clamp(32px, 4vw, 56px) !important;
}

.ctt_hours .oracle-guide-page,
.ctt_oraclea040 .oracle-guide-page,
.ctt_location .oracle-guide-page,
.ctt_oraclea050 .oracle-guide-page {
  width: min(100% - 48px, 1224px) !important;
  max-width: 1224px !important;
}

.oracle-about-hero::after {
  background: #e9dfdf !important;
}

.ctt_tour .gallery-thumbs,
.ctt_tour .gallery-top {
  width: 100% !important;
}

/* oraclea040: remove grid hover motion/emphasis */
.ctt_oraclea040 .oracle-guide-panel,
.ctt_oraclea040 .oracle-guide-panel *,
.ctt_oraclea040 .oracle-hours-info-card,
.ctt_oraclea040 .oracle-hours-row {
  transition: none !important;
}

.ctt_oraclea040 .oracle-guide-panel:hover,
.ctt_oraclea040 .oracle-hours-info-card:hover,
.ctt_oraclea040 .oracle-hours-row:hover {
  border-color: var(--hairline) !important;
  box-shadow: none !important;
  opacity: 1 !important;
  transform: none !important;
}

/* oraclea050: draw grid lines once so borders do not stack */
.ctt_oraclea050 .oracle-location-grid,
.ctt_location .oracle-location-grid {
  gap: 0 !important;
  align-items: stretch !important;
  border-top: 1px solid var(--hairline) !important;
  background: #fff !important;
}

.ctt_oraclea050 .oracle-location-grid article,
.ctt_oraclea050 .oracle-location-card,
.ctt_location .oracle-location-grid article,
.ctt_location .oracle-location-card {
  min-height: 178px !important;
  border: 0 !important;
  border-right: 1px solid var(--hairline) !important;
  border-bottom: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  transform: none !important;
  transition: none !important;
}

.ctt_oraclea050 .oracle-location-grid article:last-child,
.ctt_oraclea050 .oracle-location-card:last-child,
.ctt_location .oracle-location-grid article:last-child,
.ctt_location .oracle-location-card:last-child {
  border-right: 0 !important;
}

.ctt_oraclea050 .oracle-location-grid article:hover,
.ctt_oraclea050 .oracle-location-card:hover,
.ctt_location .oracle-location-grid article:hover,
.ctt_location .oracle-location-card:hover {
  border-color: var(--hairline) !important;
  background: #fff !important;
  box-shadow: none !important;
  transform: none !important;
}

@media (max-width: 767px) {
  .ctt_special .oracle-special-intro,
  .ctt_special .oracle-special-grid,
  .ctt_doctors .oracle-doctors-profile,
  .ctt_doctors .oracle-doctors-standard,
  .ctt_doctors .oracle-doctors-career,
  .ctt_equipment .oracle-equipment-count,
  .ctt_equipment .oracle-equipment-grid,
  .ctt_equipment .oracle-equipment-note,
  .ctt_tour .interior_wrap,
  .ctt_special .oracle-special-feature,
  .ctt_special .oracle-special-dark {
    width: calc(100% - 32px) !important;
    max-width: none !important;
  }

  .ctt_special .oracle-special-feature,
  .ctt_special .oracle-special-dark {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

  .ctt_oraclea050 .oracle-location-grid article,
  .ctt_oraclea050 .oracle-location-card,
  .ctt_location .oracle-location-grid article,
  .ctt_location .oracle-location-card {
    border-right: 0 !important;
    border-bottom: 1px solid var(--hairline) !important;
  }

  .ctt_oraclea050 .oracle-location-grid article:last-child,
  .ctt_oraclea050 .oracle-location-card:last-child,
  .ctt_location .oracle-location-grid article:last-child,
  .ctt_location .oracle-location-card:last-child {
    border-bottom: 0 !important;
  }
}

/* ============================================================
   비립종/한관종(tone-c split) EQUIPMENT 우측 카드 가독성
   카드 배경이 흰색인데 "다크 섹션 대비 보정"(.tone-c-equipment)이
   heading·본문을 밝게 강제해 텍스트가 안 보이는 문제 수리.
   이미지 위 캡션(.eq-side-img-caption)은 흰색 유지(건드리지 않음).
   ============================================================ */
/* 본문 p → 읽히는 중간톤 (흰 배경) */
#container .tone-c-equipment--split .tone-c-equipment-special-card__body > p,
#container .tone-c-equipment--split .tone-c-equipment-compare__item p {
  color: var(--text-on-muted) !important;
}
/* 제목류 → 본문보다 진하게 (특정도를 본문 p 규칙보다 높게) */
#container .tone-c-equipment--split .tone-c-equipment-special-card :where(h1,h2,h3,h4,h5,h6),
#container .tone-c-equipment--split .tone-c-equipment-special-card__body .eq-card-title {
  color: var(--text-primary) !important;
}
#container .tone-c-equipment--split .tone-c-equipment-compare__item .eq-compare-title {
  color: var(--accent-point) !important;
}
