/* Premium Clinic WP - Custom Styles */

:root {
    --card-radius: 0px;
    --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --shadow-teal: rgba(0, 77, 64, 0.08);
    --shadow-teal-heavy: rgba(0, 77, 64, 0.14);
    --leading-display: 1.04;
    --leading-heading: 1.12;
    --leading-body: 1.6;
    --tracking-display: -0.022em;
    --tracking-heading: -0.012em;
    --tracking-eyebrow: 0.2em;
    --tracking-caps: 0.12em;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "ss01" 1, "ss02" 1;
    font-optical-sizing: auto;
    font-synthesis: none;
    text-wrap: pretty;
    hanging-punctuation: first last;
}

body.pcwp-menu-open {
    overflow: hidden;
}

h1, h2, h3, h4 {
    text-wrap: balance;
    font-family: var(--wp--preset--font-family--heading);
    font-variation-settings: "opsz" 72;
    font-weight: 500;
    color: var(--wp--preset--color--deep-teal);
    letter-spacing: var(--tracking-display);
}

h1 {
    font-size: clamp(40px, 5.4vw, 84px);
    line-height: var(--leading-display);
}

h2 {
    font-size: clamp(32px, 4.2vw, 58px);
    line-height: 1.05;
    font-variation-settings: "opsz" 72;
    letter-spacing: -0.018em;
}

h3 {
    font-size: 23px;
    line-height: 1.22;
    font-variation-settings: "opsz" 36;
    letter-spacing: var(--tracking-heading);
}

h4 {
    font-size: 20px;
    line-height: 1.28;
    font-variation-settings: "opsz" 36;
    letter-spacing: var(--tracking-heading);
}

p, li, .hero-sub, .story-metrics p {
    max-width: 65ch;
}

:focus-visible {
    outline: 2px solid #004D40;
    outline-offset: 3px;
}

/* Header Scroll State */
.main-header {
    transition: var(--transition-smooth);
    background: transparent;
}
.main-header.is-scrolled {
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 18px 42px rgba(0, 77, 64, 0.1);
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

/* Custom Header Menu */
.main-header {
    position: absolute;
    z-index: 12;
    top: 54px;
    left: 50%;
    transform: translateX(-50%);
    width: min(1240px, calc(100vw - 40px));
    align-items: center;
    gap: 18px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 14px 18px !important;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(18px);
    box-shadow: 0 20px 56px rgba(12, 21, 18, 0.06);
}

.main-header .wp-block-site-logo {
    flex-shrink: 0;
}

.main-header .custom-logo {
    width: 154px;
    height: auto;
}

.pcwp-utility-bar {
    gap: 16px;
}

.pcwp-utility-bar p {
    max-width: none;
}

.pcwp-utility-bar__aside {
    flex-shrink: 0;
}

.pcwp-nav {
    position: relative;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 0;
}

.pcwp-nav-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.pcwp-nav-item {
    position: relative;
}

.pcwp-nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 17px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--wp--preset--color--charcoal);
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.pcwp-nav-link:hover,
.pcwp-nav-link:focus-visible,
.pcwp-nav-item.is-active > .pcwp-nav-link {
    background: rgba(0, 77, 64, 0.055);
    color: var(--wp--preset--color--deep-teal);
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: inset 0 0 0 1px rgba(0, 77, 64, 0.05);
}

.pcwp-nav-link--button {
    appearance: none;
}

.main-header > .wp-block-buttons {
    flex-shrink: 0;
}

.main-header > .wp-block-buttons .wp-block-button {
    margin: 0;
}

.main-header > .wp-block-buttons .wp-element-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 24px;
    border: 1px solid rgba(0, 77, 64, 0.1);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(0, 77, 64, 0.98), rgba(8, 84, 73, 0.98));
    box-shadow: 0 16px 34px rgba(0, 77, 64, 0.18);
    color: var(--wp--preset--color--white);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.main-header > .wp-block-buttons .wp-element-button:hover,
.main-header > .wp-block-buttons .wp-element-button:focus-visible {
    background: linear-gradient(180deg, #0b6255, #08594e);
    border-color: rgba(11, 98, 85, 0.92);
    box-shadow: 0 20px 42px rgba(0, 77, 64, 0.24);
    color: var(--wp--preset--color--white);
    text-decoration: none;
    transform: translateY(-1px);
}

.pcwp-dropdown-bg,
.pcwp-mega-bg {
    position: absolute;
    top: calc(100% - 1px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.14s ease, visibility 0s linear 0.14s;
}

.pcwp-dropdown-bg::before,
.pcwp-mega-bg::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background: transparent;
}

.pcwp-dropdown-bg {
    left: 50%;
    transform: translateX(-50%);
    min-width: 220px;
    padding-top: 14px;
    z-index: 30;
}

.pcwp-dropdown-bg::before {
    top: -12px;
    height: 14px;
}

.pcwp-nav-item--has-dropdown:hover .pcwp-dropdown-bg,
.pcwp-nav-item--has-dropdown:focus-within .pcwp-dropdown-bg,
.pcwp-nav-item--mega:hover .pcwp-mega-bg,
.pcwp-nav-item--mega:focus-within .pcwp-mega-bg {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 0.14s ease;
}

.pcwp-dropdown-panel {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(0, 77, 64, 0.08);
    border-radius: 18px;
    box-shadow: 0 22px 48px rgba(12, 21, 18, 0.1);
    padding: 8px;
    backdrop-filter: blur(16px);
}

.pcwp-dropdown-link {
    display: block;
    padding: 10px 14px;
    border-radius: 12px;
    color: var(--wp--preset--color--charcoal);
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;
}

.pcwp-dropdown-link:hover,
.pcwp-dropdown-link:focus-visible {
    background: rgba(0, 77, 64, 0.055);
    color: var(--wp--preset--color--deep-teal);
    text-decoration: none;
}

.pcwp-mega-bg {
    left: 50%;
    transform: translateX(-50%);
    width: min(1180px, calc(100vw - 64px));
    padding-top: 14px;
    z-index: 40;
}

.pcwp-mega-bg::before {
    top: -12px;
    height: 16px;
}

.pcwp-mega-panel {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(0, 77, 64, 0.08);
    border-radius: 24px;
    box-shadow: 0 26px 56px rgba(12, 21, 18, 0.1);
    overflow: hidden;
    position: relative;
    backdrop-filter: blur(16px);
}

.pcwp-mega-body {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding-bottom: 72px;
}

.pcwp-mega-col--treatments {
    flex: 1.1;
    padding: 28px 20px 28px 28px;
}

.pcwp-mega-col--skincare {
    flex: 0.9;
    padding: 28px 20px 0;
}

.pcwp-mega-col--internal {
    flex: 0.7;
    padding: 28px 28px 0 20px;
}

.pcwp-mega-title {
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 77, 64, 0.12);
    color: var(--wp--preset--color--charcoal);
    font-family: var(--wp--preset--font-family--body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.pcwp-mega-group-label {
    padding: 10px 0 3px;
    color: var(--wp--preset--color--muted-gray);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.pcwp-mega-group-label:first-of-type {
    padding-top: 0;
}

.pcwp-mega-link {
    display: block;
    padding: 4px 0;
    color: var(--wp--preset--color--charcoal);
    font-size: 14px;
    line-height: 1.55;
    text-decoration: none;
    transition: color 0.15s ease;
}

.pcwp-mega-link:hover,
.pcwp-mega-link:focus-visible {
    color: var(--wp--preset--color--deep-teal);
    text-decoration: none;
}

.pcwp-mega-preview {
    position: absolute;
    top: 318px;
    right: 20px;
    left: 41%;
    z-index: 1;
}

.pcwp-mega-preview-track {
    display: grid;
    grid-template-areas: 'stack';
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.pcwp-mega-preview-img {
    grid-area: stack;
    width: 100%;
    aspect-ratio: 3 / 1;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.pcwp-mega-preview-img--treatments {
    opacity: 1;
}

.pcwp-mega-body:has(.pcwp-mega-col--treatments:hover) .pcwp-mega-preview-img,
.pcwp-mega-body:has(.pcwp-mega-col--skincare:hover) .pcwp-mega-preview-img,
.pcwp-mega-body:has(.pcwp-mega-col--internal:hover) .pcwp-mega-preview-img {
    opacity: 0;
}

.pcwp-mega-body:has(.pcwp-mega-col--treatments:hover) .pcwp-mega-preview-img--treatments,
.pcwp-mega-body:has(.pcwp-mega-col--skincare:hover) .pcwp-mega-preview-img--skincare,
.pcwp-mega-body:has(.pcwp-mega-col--internal:hover) .pcwp-mega-preview-img--internal {
    opacity: 1;
}

.pcwp-mega-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 28px;
    background: rgba(0, 77, 64, 0.05);
    border-top: 1px solid rgba(0, 77, 64, 0.12);
}

.pcwp-mega-cta span {
    color: var(--wp--preset--color--muted-gray);
    font-size: 12px;
    letter-spacing: 0.05em;
}

.pcwp-mega-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 18px;
    border: 1px solid rgba(197, 160, 89, 0.45);
    border-radius: 999px;
    color: var(--wp--preset--color--deep-teal);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
}

.pcwp-mega-cta a:hover,
.pcwp-mega-cta a:focus-visible {
    background: var(--wp--preset--color--deep-teal);
    border-color: var(--wp--preset--color--deep-teal);
    color: var(--wp--preset--color--white);
    text-decoration: none;
}

.pcwp-nav-toggle,
.pcwp-mobile-panel {
    display: none;
}

@media (max-width: 1240px) {
    .pcwp-utility-bar {
        gap: 10px;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .pcwp-utility-bar p {
        font-size: 13px !important;
        line-height: 1.5;
    }

    .pcwp-util-address {
        display: none !important;
    }

    .main-header {
        gap: 16px;
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: auto;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 14px !important;
        padding-bottom: 14px !important;
        border: 0;
        border-radius: 0;
        background: transparent;
        backdrop-filter: none;
        box-shadow: none;
    }

    .main-header.is-scrolled {
        background: rgba(255, 255, 255, 0.98) !important;
        border-bottom: 1px solid rgba(0, 77, 64, 0.08);
        box-shadow: 0 4px 20px rgba(0, 77, 64, 0.06);
    }

    .main-header .custom-logo {
        width: 128px;
        height: auto;
    }

    .main-header > .wp-block-buttons {
        display: flex;
    }

    .pcwp-nav {
        justify-content: flex-end;
        flex: 1 1 auto;
        min-width: 0;
    }

.pcwp-nav-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        min-width: 108px;
        height: 46px;
        border: 1px solid rgba(0, 77, 64, 0.16);
        border-radius: 999px;
        background: var(--wp--preset--color--white);
        color: var(--wp--preset--color--deep-teal);
        cursor: pointer;
        padding: 0 16px;
        box-shadow: 0 8px 24px rgba(0, 77, 64, 0.08);
        transition: 0.2s ease;
    }

    .pcwp-nav-toggle:hover,
    .pcwp-nav-toggle:focus-visible,
    .pcwp-nav-toggle[aria-expanded='true'] {
        background: rgba(0, 77, 64, 0.06);
        border-color: rgba(0, 77, 64, 0.28);
        box-shadow: 0 12px 28px rgba(0, 77, 64, 0.14);
    }

    .pcwp-nav-toggle-icon {
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        gap: 4px;
        width: 16px;
        flex-shrink: 0;
    }

    .pcwp-nav-toggle-line {
        display: block;
        width: 100%;
        height: 2px;
        background: currentColor;
        border-radius: 999px;
    }

.pcwp-nav-toggle-text {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    line-height: 1;
}

    .pcwp-nav-list {
        display: none;
    }

    .pcwp-mobile-panel.is-open {
        display: flex;
        justify-content: flex-end;
        position: fixed;
        inset: 0;
        z-index: 9999;
        background: rgba(12, 10, 9, 0.46);
        padding: 0;
        overflow: hidden;
    }

    .pcwp-mobile-panel.is-open[hidden] {
        display: block;
    }

    .pcwp-mobile-panel::before {
        content: '';
        position: absolute;
        inset: 0;
    }

    .pcwp-mobile-sheet {
        position: relative;
        z-index: 1;
        width: min(440px, 100vw);
        min-height: 100dvh;
        margin-left: auto;
        background: var(--wp--preset--color--white);
        box-shadow: -24px 0 60px rgba(0, 0, 0, 0.18);
        display: flex;
        flex-direction: column;
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
        border-radius: 28px 0 0 28px;
    }

    .pcwp-mobile-sheet,
    .pcwp-mobile-sheet *,
    .pcwp-mobile-sheet *::before,
    .pcwp-mobile-sheet *::after {
        box-sizing: border-box;
    }

    .pcwp-mobile-panel-head,
    .pcwp-mobile-item,
    .pcwp-mobile-cta {
        width: 100%;
        margin: 0;
        background: transparent;
    }

    .pcwp-mobile-panel-head {
        position: sticky;
        top: 0;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding: max(22px, env(safe-area-inset-top)) 24px 18px;
        background: var(--wp--preset--color--white);
        border-bottom: 1px solid rgba(0, 77, 64, 0.08);
    }

    .pcwp-mobile-panel-brand {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 3px;
        min-width: 0;
    }

.pcwp-mobile-panel-kicker {
    color: var(--wp--preset--color--muted-gray);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    line-height: 1;
}

.pcwp-mobile-logo {
    font-size: 18px;
    font-weight: 500;
    font-variation-settings: "opsz" 36;
    font-family: var(--wp--preset--font-family--heading);
    letter-spacing: -0.012em;
    line-height: 1.1;
}

    .pcwp-mobile-logo span {
        color: var(--wp--preset--color--champagne);
    }

    .pcwp-mobile-close {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        padding: 0;
        border: 1px solid rgba(0, 77, 64, 0.14);
        border-radius: 999px;
        background: rgba(0, 77, 64, 0.05);
        color: var(--wp--preset--color--deep-teal);
        cursor: pointer;
        font-size: 28px;
        line-height: 1;
        flex-shrink: 0;
        transition: 0.2s ease;
    }

    .pcwp-mobile-close:hover,
    .pcwp-mobile-close:focus-visible {
        background: rgba(0, 77, 64, 0.1);
        border-color: rgba(0, 77, 64, 0.24);
    }

    .pcwp-mobile-close-icon {
        transform: translateY(-1px);
    }

    .pcwp-mobile-item {
        border-bottom: 1px solid rgba(0, 77, 64, 0.08);
    }

    .pcwp-mobile-item:last-of-type,
    .pcwp-mobile-cta {
        box-shadow: none;
    }

    .pcwp-mobile-item:last-of-type {
        border-bottom: 0;
    }

.pcwp-mobile-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    cursor: pointer;
    padding: 18px 24px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.45;
    color: var(--wp--preset--color--charcoal);
    letter-spacing: -0.005em;
}

    .pcwp-mobile-item summary::-webkit-details-marker {
        display: none;
    }

    .pcwp-mobile-item summary::after {
        content: '';
        width: 8px;
        height: 8px;
        border-right: 2px solid rgba(0, 77, 64, 0.6);
        border-bottom: 2px solid rgba(0, 77, 64, 0.6);
        transform: rotate(45deg);
        transition: transform 0.2s ease;
    }

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

    .pcwp-mobile-sub {
        padding: 0 24px 18px;
    }

    .pcwp-mobile-sub a {
        display: block;
        padding: 7px 0 7px 12px;
        border-left: 2px solid rgba(0, 77, 64, 0.12);
        color: var(--wp--preset--color--charcoal);
        font-size: 13px;
        line-height: 1.45;
        text-decoration: none;
    }

    .pcwp-mobile-sub a:hover,
    .pcwp-mobile-sub a:focus-visible {
        border-left-color: var(--wp--preset--color--champagne);
        color: var(--wp--preset--color--deep-teal);
        text-decoration: none;
    }

.pcwp-mobile-label,
.pcwp-mobile-sub-label {
    color: var(--wp--preset--color--muted-gray);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

    .pcwp-mobile-label {
        padding: 10px 0 4px 12px;
    }

    .pcwp-mobile-sub-label {
        padding: 12px 0 4px 12px;
    }

    .pcwp-mobile-cta {
        position: sticky;
        bottom: 0;
        margin-top: auto;
        padding: 18px 24px calc(24px + env(safe-area-inset-bottom));
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, #ffffff 24%);
        border-top: 1px solid rgba(0, 77, 64, 0.08);
    }

.pcwp-mobile-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    border-radius: 16px;
    background: var(--wp--preset--color--deep-teal);
    box-shadow: 0 18px 36px rgba(0, 77, 64, 0.16);
    color: var(--wp--preset--color--white);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
}
}

@media (max-width: 900px) {
    .pcwp-utility-bar {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 6px;
    }

    .pcwp-utility-bar__aside {
        width: 100%;
        justify-content: flex-start;
    }

    .pcwp-util-address,
    .pcwp-util-hours {
        display: none !important;
    }

    .main-header {
        gap: 12px;
    }

    .main-header .custom-logo {
        width: 116px;
    }

    .pcwp-nav-toggle {
        min-width: 102px;
    }

    .pcwp-mobile-sheet {
        width: min(400px, 100vw);
    }

    .pcwp-mobile-panel-head,
    .pcwp-mobile-item summary,
    .pcwp-mobile-cta {
        padding-left: 20px;
        padding-right: 20px;
    }

    .pcwp-mobile-sub {
        padding: 0 20px 16px;
    }
}

@media (max-width: 768px) {
    .pcwp-utility-bar {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    .pcwp-utility-bar {
        flex-direction: row !important;
        align-items: center !important;
        gap: 8px !important;
    }

    .pcwp-utility-bar p {
        font-size: 12px !important;
    }

    .pcwp-util-address,
    .pcwp-util-hours,
    .pcwp-utility-bar__main .pcwp-util-hours {
        display: none !important;
    }

    .pcwp-utility-bar__main {
        display: flex;
        align-items: center;
        gap: 6px;
        flex: 1;
        min-width: 0;
    }

    .pcwp-utility-bar__aside p {
        white-space: nowrap;
    }

    .main-header {
        gap: 10px;
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }

    .main-header .custom-logo {
        width: 108px;
    }

    .pcwp-nav-toggle {
        min-width: 44px;
        height: 42px;
        padding: 0 12px;
        border-radius: 12px;
        gap: 0;
    }

    .pcwp-nav-toggle-text {
        display: none;
    }

    .pcwp-mobile-panel.is-open {
        background: rgba(12, 10, 9, 0.5);
    }

    .pcwp-mobile-sheet {
        width: 100%;
        border-radius: 0;
        box-shadow: none;
    }

    .pcwp-mobile-panel-head {
        padding-top: max(16px, env(safe-area-inset-top));
    }

    .pcwp-mobile-logo {
        font-size: 15px;
    }

    .pcwp-mobile-close {
        width: 42px;
        height: 42px;
    }

    .pcwp-mobile-item summary {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 13px;
    }

    .pcwp-mobile-sub a {
        font-size: 12px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .pcwp-mobile-label,
    .pcwp-mobile-sub-label {
        font-size: 10px;
    }

    .pcwp-mobile-cta {
        padding-bottom: max(18px, env(safe-area-inset-bottom));
    }
}

@media (max-width: 480px) {
    .main-header > .wp-block-buttons .wp-element-button {
        font-size: 10px;
        padding: 0 14px;
        min-height: 40px;
    }
    .pcwp-utility-bar {
        gap: 4px;
    }

    .pcwp-utility-bar p {
        font-size: 11px !important;
    }

    .main-header .custom-logo {
        width: 98px;
    }

    .pcwp-nav-toggle {
        width: 40px;
        height: 40px;
        min-width: 40px;
        padding: 0 11px;
    }

    .pcwp-mobile-panel-kicker {
        font-size: 9px;
    }

    .pcwp-mobile-logo {
        font-size: 14px;
    }

    .pcwp-mobile-close {
        width: 40px;
        height: 40px;
        font-size: 24px;
    }

    .pcwp-mobile-panel-head,
    .pcwp-mobile-item summary,
    .pcwp-mobile-sub,
    .pcwp-mobile-cta {
        padding-left: 14px;
        padding-right: 14px;
    }

    .pcwp-utility-bar {
        gap: 4px !important;
    }

    .pcwp-utility-bar p {
        font-size: 10px !important;
    }

    .pcwp-utility-bar__main {
        gap: 4px;
    }
}

/* Services v30 */
.pcwp-services-wrap {
    max-width: var(--wp--style--global--wide-size, 1280px);
    margin: 0 auto;
}

.pcwp-services-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 60px;
}

.pcwp-services-head > div:first-child {
    flex-shrink: 0;
    max-width: 340px;
}

.pcwp-services-eyebrow {
    color: var(--wp--preset--color--champagne);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.pcwp-services-head h2 {
    font-size: clamp(32px, 4.2vw, 58px);
    line-height: 1.05;
    font-variation-settings: "opsz" 72;
    letter-spacing: -0.018em;
    color: var(--wp--preset--color--deep-teal);
}

.pcwp-services-lead {
    color: var(--wp--preset--color--muted-gray);
    font-size: 17px;
    line-height: 1.65;
    margin-bottom: 24px;
    max-width: 480px;
}

.pcwp-services-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.pcwp-services-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 28px;
    border: 0;
    border-radius: 999px;
    background: var(--wp--preset--color--deep-teal);
    color: #fff;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.15s ease;
}

.pcwp-services-button:hover {
    background: #00382E;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

.pcwp-services-button--secondary {
    background: transparent;
    border: 1px solid rgba(0, 77, 64, 0.25);
    color: var(--wp--preset--color--deep-teal);
}

.pcwp-services-button--secondary:hover {
    background: rgba(0, 77, 64, 0.06);
    border-color: rgba(0, 77, 64, 0.4);
    color: var(--wp--preset--color--deep-teal);
}

.pcwp-services-catalog {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

@media (max-width: 1024px) {
    .pcwp-services-catalog {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .pcwp-services-catalog {
        grid-template-columns: 1fr;
    }
    .pcwp-services-head {
        flex-direction: column;
        gap: 24px;
    }
}

.pcwp-service-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    border: 1px solid #eee;
    border-radius: 0;
    background: var(--wp--preset--color--ivory);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: inherit;
}

.pcwp-service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(0, 77, 64, 0.14);
    color: inherit;
    text-decoration: none;
}

.pcwp-service-card:active {
    transform: translateY(-1px);
}

.pcwp-service-window {
    position: relative;
    overflow: hidden;
    background: #f0edea;
}

.pcwp-service-window-bar {
    position: absolute;
    top: 12px;
    left: 14px;
    display: flex;
    gap: 6px;
    z-index: 1;
}

.pcwp-service-window-bar span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(0,0,0,0.15);
}

.pcwp-service-window-bar span:nth-child(1) { background: #ff5f56; }
.pcwp-service-window-bar span:nth-child(2) { background: #ffbd2e; }
.pcwp-service-window-bar span:nth-child(3) { background: #27c93f; }

.pcwp-service-media {
    aspect-ratio: 600 / 400;
    overflow: hidden;
}

.pcwp-service-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.pcwp-service-card:hover .pcwp-service-media img {
    transform: scale(1.05);
}

.pcwp-service-content {
    padding: 24px 24px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.pcwp-service-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.pcwp-service-no {
    font-size: 15px;
    font-weight: 500;
    font-style: italic;
    font-family: var(--wp--preset--font-family--heading);
    font-variation-settings: "opsz" 36;
    color: var(--wp--preset--color--muted-gray);
    letter-spacing: -0.01em;
}

.pcwp-service-badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 11px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    border-radius: 999px;
}

.pcwp-service-badge--blue {
    background: rgba(0, 122, 204, 0.12);
    color: #007acc;
}

.pcwp-service-badge--green {
    background: rgba(0, 150, 100, 0.12);
    color: #009664;
}

.pcwp-service-badge--yellow {
    background: rgba(200, 160, 0, 0.12);
    color: #c8a000;
}

.pcwp-service-badge--red {
    background: rgba(200, 60, 60, 0.12);
    color: #c83c3c;
}

.pcwp-service-content h3 {
    font-size: 23px;
    line-height: 1.22;
    font-variation-settings: "opsz" 36;
    letter-spacing: -0.012em;
    color: var(--wp--preset--color--charcoal);
    margin-bottom: 8px;
}

.pcwp-service-summary {
    font-size: 14px;
    line-height: 1.65;
    color: var(--wp--preset--color--muted-gray);
    margin-bottom: 14px;
}

.pcwp-service-facts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 16px;
}

.pcwp-service-fact {
    padding: 8px 10px;
    background: rgba(0,0,0,0.03);
    border-radius: 4px;
}

.pcwp-service-fact span {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: var(--wp--preset--color--muted-gray);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    margin-bottom: 2px;
}

.pcwp-service-fact strong {
    font-size: 14px;
    font-weight: 600;
    color: var(--wp--preset--color--charcoal);
}

.pcwp-service-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid rgba(0,0,0,0.06);
}

.pcwp-service-price span {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: var(--wp--preset--color--muted-gray);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    margin-bottom: 1px;
}

.pcwp-service-price strong {
    font-size: 25px;
    font-weight: 500;
    font-family: var(--wp--preset--font-family--heading);
    font-variation-settings: "opsz" 36;
    letter-spacing: -0.015em;
    color: var(--wp--preset--color--deep-teal);
}

.pcwp-service-detail {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--wp--preset--color--deep-teal);
    border-bottom: 1px solid var(--wp--preset--color--champagne);
    white-space: nowrap;
    text-decoration: none;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.pcwp-service-card:hover .pcwp-service-detail {
    border-bottom-color: var(--wp--preset--color--deep-teal);
}

.pcwp-services-callout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    margin-top: 48px;
    padding: 36px 40px;
    background: rgba(197, 160, 89, 0.06);
    border: 1px solid rgba(197, 160, 89, 0.2);
    border-radius: 0;
}

.pcwp-services-callout h3 {
    font-size: 23px;
    font-weight: 500;
    font-variation-settings: "opsz" 36;
    color: var(--wp--preset--color--deep-teal);
    margin-bottom: 8px;
    letter-spacing: -0.012em;
}

.pcwp-services-callout p {
    font-size: 15px;
    line-height: 1.65;
    color: var(--wp--preset--color--muted-gray);
    max-width: 480px;
}

@media (max-width: 768px) {
    .pcwp-services-callout {
        flex-direction: column;
        text-align: center;
        padding: 28px 24px;
    }
    .pcwp-services-callout p {
        max-width: none;
    }
}

/* Footer */
.pcwp-site-footer {
    background: linear-gradient(180deg, var(--wp--preset--color--deep-teal), #063f36) !important;
    color: var(--wp--preset--color--white) !important;
}

.pcwp-site-footer h1,
.pcwp-site-footer h2,
.pcwp-site-footer h3,
.pcwp-site-footer h4,
.pcwp-site-footer .wp-block-heading {
    color: var(--wp--preset--color--white) !important;
}

.pcwp-site-footer p,
.pcwp-site-footer a,
.pcwp-site-footer .wp-block-navigation a {
    color: rgba(255, 255, 255, 0.78) !important;
}

.pcwp-site-footer a:hover,
.pcwp-site-footer .wp-block-navigation a:hover {
    color: var(--wp--preset--color--champagne) !important;
}

.pcwp-site-footer .wp-block-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
    margin-top: 24px;
}

.pcwp-site-footer .wp-block-list li {
    margin-bottom: 0.5em;
}

.pcwp-site-footer .wp-block-list li:last-child {
    margin-bottom: 0;
}

.pcwp-site-footer .wp-block-separator {
    border-color: rgba(255, 255, 255, 0.18) !important;
}

.pcwp-site-footer .wp-block-group:last-child {
    justify-content: center;
    width: 100%;
}

/* Asymmetrical section padding */
.pcwp-hero-section,
.pcwp-services-section,
.pcwp-programs-section,
.pcwp-tech-section,
.pcwp-brand-story-section,
.pcwp-doctors-section,
.pcwp-ba-section,
.pcwp-testimonials-section,
.pcwp-pricing-section,
.pcwp-news-section,
.pcwp-faq-section,
.pcwp-booking-section,
.pcwp-branches-section {
    padding-top: clamp(80px, 8vw, 100px) !important;
    padding-bottom: clamp(86px, 8.6vw, 110px) !important;
}

.pcwp-testimonials-section,
.pcwp-ba-section,
.pcwp-news-section,
.pcwp-branches-section {
    padding-top: clamp(86px, 8.6vw, 110px) !important;
    padding-bottom: clamp(80px, 8vw, 100px) !important;
}

/* Grid & Layouts */
.pcwp-services-grid, .pcwp-doctors-grid, .pcwp-ba-grid, .pcwp-news-grid {
    display: grid !important;
    gap: 30px !important;
}

@media (max-width: 1024px) {
    .pcwp-services-grid, .pcwp-doctors-grid, .pcwp-ba-grid, .pcwp-news-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 768px) {
    .pcwp-services-grid, .pcwp-doctors-grid, .pcwp-ba-grid, .pcwp-news-grid {
        grid-template-columns: 1fr !important;
    }
}

/* Card Hover Effects */
.pcwp-service-card, .pcwp-doctor-card, .pcwp-news-card, .pcwp-branch-card {
    transition: var(--transition-smooth);
    overflow: hidden;
    background: var(--wp--preset--color--ivory);
    cursor: default;
}

.pcwp-service-card:hover, .pcwp-doctor-card:hover, .pcwp-news-card:hover, .pcwp-branch-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px var(--shadow-teal-heavy);
}

.pcwp-service-card:active, .pcwp-doctor-card:active, .pcwp-news-card:active, .pcwp-branch-card:active {
    transform: translateY(-1px);
}

/* Card surface variants */
.pcwp-card-bg {
    border: 0 !important;
    background: var(--wp--preset--color--deep-teal) !important;
    color: #fff !important;
}

.pcwp-card-bg h3,
.pcwp-card-bg h4,
.pcwp-card-bg .wp-block-heading,
.pcwp-card-bg strong {
    color: #fff !important;
}

.pcwp-card-bg p {
    color: rgba(255,255,255,0.78) !important;
}

.pcwp-card-borderless {
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}

/* Hero */
.hero-image-container {
    position: relative;
    overflow: hidden;
    min-height: 500px;
    background: linear-gradient(135deg, rgba(197, 160, 89, 0.15), var(--wp--preset--color--deep-teal));
}

.hero-image-container .hero-main-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.hero-image-container .hero-badge {
    position: absolute;
    bottom: 30px;
    left: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Image Placeholder Fallback */
.wp-block-image img[src=""], 
.wp-block-image img:not([src]) {
    display: none;
}
.wp-block-image:has(img[src=""]),
.wp-block-image:has(img:not([src])) {
    min-height: 200px;
    background: linear-gradient(135deg, #e8e0d8 0%, #f5f0eb 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.wp-block-image:has(img[src=""])::after,
.wp-block-image:has(img:not([src]))::after {
    content: "Hình ảnh";
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--wp--preset--color--muted-gray);
    opacity: 0.6;
}

@media (max-width: 768px) {
    .hero-image-container {
        min-height: 300px;
    }
    .hero-image-container .hero-badge {
        bottom: 15px;
        left: 15px;
        padding: 10px 15px !important;
    }
}

/* Treatment Program Tabs */
.program-tabs-nav {
    margin-bottom: 0;
}
.program-tab-btn {
    background: none;
    border: 1px solid #ddd;
    padding: 14px 28px;
    margin: 0 4px;
    border-radius: 50px;
    cursor: pointer;
    font-family: inherit;
    font-size: 15px;
    transition: var(--transition-smooth);
}
.program-tab-btn.active,
.program-tab-btn:hover {
    background: var(--wp--preset--color--deep-teal);
    color: white;
    border-color: var(--wp--preset--color--deep-teal);
}
.program-tab-panel {
    display: none;
}
.program-tab-panel:first-of-type {
    display: grid;
}

/* Pricing Table */
.pcwp-pricing-table table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
}

.pcwp-pricing-table th {
    background: var(--wp--preset--color--deep-teal);
    color: white;
    padding: 20px;
    text-align: left;
    font-weight: 600;
}

.pcwp-pricing-table td {
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.pcwp-pricing-table tbody tr {
    transition: background 0.2s ease;
}

.pcwp-pricing-table tbody tr:hover {
    background: rgba(197, 160, 89, 0.06);
}

.pcwp-pricing-table tbody tr:active {
    background: rgba(197, 160, 89, 0.12);
}

.pricing-cta {
    color: var(--wp--preset--color--deep-teal);
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid var(--wp--preset--color--champagne);
}

/* FAQ Accordion */
.pcwp-faq-wrap {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.pcwp-faq-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.pcwp-faq-item:last-child {
    border-bottom: none;
}

.faq-trigger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: var(--wp--preset--color--charcoal, #2D2D2D);
    cursor: pointer;
    background: none;
    border: none;
    font-family: inherit;
    line-height: 1.5;
}

.faq-trigger:hover {
    color: var(--wp--preset--color--deep-teal, #004D40);
}

.faq-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    transition: transform 0.3s;
    color: var(--wp--preset--color--champagne, #C5A059);
}

.pcwp-faq-item.is-active .faq-icon {
    transform: rotate(45deg);
}

.faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
}

.pcwp-faq-item.is-active .faq-content {
    max-height: 300px;
    padding-bottom: 20px;
}

.faq-a-text {
    font-size: 15px;
    line-height: 1.7;
    color: var(--wp--preset--color--stone, #757575);
    margin: 0;
}

/* Floating Contact */
.pcwp-floating-contact {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 9999;
}

body.pcwp-menu-open .pcwp-floating-contact {
    opacity: 0;
    pointer-events: none;
    transform: translateY(16px);
}

.floating-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    color: white;
    text-decoration: none;
    box-shadow: 0 10px 20px var(--shadow-teal-heavy);
    transition: var(--transition-smooth);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 1.1;
}

.floating-btn svg {
    width: 24px;
    height: 24px;
}

.floating-btn:hover {
    transform: scale(1.08);
}

.floating-btn:active {
    transform: scale(0.95);
}

.btn-hotline { background: #e74c3c; }
.btn-zalo { background: #0068ff; }
.btn-book { background: var(--wp--preset--color--deep-teal); }

@media (max-width: 768px) {
    .pcwp-floating-contact {
        right: 0;
        bottom: 0;
        width: 100%;
        flex-direction: row;
        border-radius: 0;
        background: white;
        padding: 10px 15px;
        box-shadow: 0 -5px 20px var(--shadow-teal-heavy);
        justify-content: center;
        gap: 10px;
    }
    .floating-btn {
        width: auto;
        height: 45px;
        border-radius: 25px;
        padding: 0 20px;
        flex-direction: row;
        gap: 6px;
        font-size: 14px;
        font-weight: 600;
    }
    .floating-btn svg {
        width: 20px;
        height: 20px;
    }
}

/* Booking Section */
.pcwp-booking-section {
    position: relative;
    overflow: hidden;
}

.pcwp-booking-section .wp-block-heading {
    color: #fff !important;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.pcwp-booking-section > .wp-block-group > .wp-block-column:first-child > p {
    color: rgba(255,255,255,0.8);
    line-height: 1.7;
    max-width: 480px;
}

/* Booking Form Card */
.pcwp-booking-form-container {
    background: #fff !important;
    border-radius: 32px !important;
}

/* Reset CF7 p-tag wrapping */
.pcwp-booking-form-container p {
    margin: 0;
}

/* Form Fields Layout */
.pcwp-form-fields {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pcwp-form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.pcwp-form-group label {
    font-size: 11.5px;
    font-weight: 700;
    color: #2D2D2D;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.pcwp-form-group label .required {
    color: #C5A059;
    margin-left: 2px;
}

.pcwp-form-group input,
.pcwp-form-group textarea {
    width: 100%;
    padding: 16px 18px;
    font-size: 16px;
    line-height: 1.5;
    font-family: var(--wp--preset--font-family--body);
    color: #2D2D2D;
    background: #FDFCFB;
    border: 1.5px solid #e8e0d8;
    border-radius: 12px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
}

.pcwp-form-group input::placeholder,
.pcwp-form-group textarea::placeholder {
    color: #b0a89e;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.01em;
}

.pcwp-form-group input:focus,
.pcwp-form-group textarea:focus {
    outline: none;
    border-color: #004D40;
    box-shadow: 0 0 0 3px rgba(0,77,64,0.1);
    background: #fff;
}

.pcwp-form-group textarea {
    min-height: 80px;
    resize: vertical;
}

/* Submit Button */
.pcwp-form-submit {
    margin-top: 4px;
}

.pcwp-form-submit .wpcf7-submit {
    width: 100%;
    padding: 18px 32px;
    font-size: 12.5px;
    font-weight: 700;
    font-family: var(--wp--preset--font-family--body);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #fff;
    background: #004D40;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
}

.pcwp-form-submit .wpcf7-submit:hover {
    background: #00382E;
    transform: translateY(-1px);
    box-shadow: 0 8px 20px var(--shadow-teal-heavy);
}

.pcwp-form-submit .wpcf7-submit:active {
    transform: translateY(0) scale(0.98);
}

/* WPCF7 Spinner */
.wpcf7-spinner {
    display: none;
}

/* Mobile: booking section */
@media (max-width: 768px) {
    .pcwp-booking-section {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .pcwp-booking-form-container {
        padding: 24px !important;
        border-radius: 24px !important;
    }

.pcwp-booking-section .wp-block-heading {
    font-size: clamp(32px, 4.2vw, 58px) !important;
    font-variation-settings: "opsz" 72 !important;
    font-weight: 500 !important;
    line-height: 1.05 !important;
    letter-spacing: -0.018em !important;
}

    .pcwp-booking-section > .wp-block-group {
        border-radius: 24px !important;
    }

.pcwp-form-group input,
.pcwp-form-group textarea {
    padding: 14px 16px;
    font-size: 16px;
}
}

/* Hero Carousel */
.pcwp-hero-carousel {
    position: relative;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    min-height: 100dvh;
    min-height: 640px;
    overflow: hidden;
    background: #0f1a18;
    isolation: isolate;
    margin-top: 0;
}

.pcwp-hero-slides {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.pcwp-hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 800ms cubic-bezier(0.16, 1, 0.3, 1);
}

.pcwp-hero-slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

.pcwp-hero-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    user-select: none;
    -webkit-user-drag: none;
}

.pcwp-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(15, 26, 24, 0.62) 0%, rgba(15, 26, 24, 0.28) 42%, rgba(15, 26, 24, 0) 74%),
        linear-gradient(180deg, rgba(15, 26, 24, 0.58) 0%, rgba(15, 26, 24, 0) 32%, rgba(15, 26, 24, 0) 62%, rgba(15, 26, 24, 0.76) 100%);
}

.pcwp-hero-anchor {
    position: absolute;
    z-index: 4;
    color: var(--wp--preset--color--ivory);
}

.pcwp-hero-anchor--cl {
    top: 52%;
    left: 40px;
    transform: translateY(-50%);
    max-width: min(640px, calc(100vw - 80px));
}

.pcwp-hero-anchor--bl {
    bottom: 72px;
    left: 40px;
}

.pcwp-hero-anchor--br {
    right: 40px;
    bottom: 72px;
    text-align: right;
}

.pcwp-hero-content-inner {
    max-width: 640px;
}

.pcwp-hero-carousel .hero-title {
    font-family: var(--wp--preset--font-family--heading);
    font-size: clamp(40px, 5.4vw, 84px);
    font-style: italic;
    font-weight: 500;
    line-height: 1.04;
    letter-spacing: -0.022em;
    font-variation-settings: "opsz" 72;
    color: var(--wp--preset--color--ivory);
    margin: 0;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.25);
}

.pcwp-hero-carousel .hero-title em {
    color: var(--wp--preset--color--champagne);
    font-style: italic;
    font-weight: 500;
}

.pcwp-hero-carousel .hero-sub {
    margin: 22px 0 0;
    font-size: 17px;
    line-height: 1.65;
    font-weight: 400;
    color: rgba(253, 252, 251, 0.88);
    max-width: 48ch;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.3);
    text-wrap: pretty;
}

.pcwp-hero-carousel .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.pcwp-hero-carousel .wp-element-button {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: auto;
    padding: 16px 26px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-family: var(--wp--preset--font-family--body);
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.2;
    text-transform: uppercase;
    white-space: nowrap;
    transition: background 200ms cubic-bezier(0.16, 1, 0.3, 1), color 200ms cubic-bezier(0.16, 1, 0.3, 1), border-color 200ms cubic-bezier(0.16, 1, 0.3, 1), transform 200ms cubic-bezier(0.16, 1, 0.3, 1);
}

.pcwp-hero-carousel .wp-element-button svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.pcwp-hero-carousel .is-style-fill {
    background: var(--wp--preset--color--deep-teal);
    color: var(--wp--preset--color--ivory);
}

.pcwp-hero-carousel .is-style-fill:hover,
.pcwp-hero-carousel .is-style-fill:focus-visible {
    background: #00382E;
    color: var(--wp--preset--color--ivory);
    text-decoration: none;
}

.pcwp-hero-carousel .is-style-outline {
    background: transparent;
    color: var(--wp--preset--color--ivory);
    border-color: rgba(253, 252, 251, 0.42);
}

.pcwp-hero-carousel .is-style-outline:hover,
.pcwp-hero-carousel .is-style-outline:focus-visible {
    border-color: var(--wp--preset--color--ivory);
    background: rgba(253, 252, 251, 0.08);
    color: var(--wp--preset--color--ivory);
    text-decoration: none;
}

.pcwp-hero-signature {
    font-family: var(--wp--preset--font-family--heading);
    font-size: 19px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.012em;
    font-variation-settings: "opsz" 36;
    color: var(--wp--preset--color--ivory);
}

.pcwp-hero-signature__rule {
    display: block;
    width: 32px;
    height: 1px;
    margin: 0 0 10px auto;
    background: var(--wp--preset--color--champagne);
}

.pcwp-hero-signature__meta {
    display: block;
    margin-top: 6px;
    font-family: var(--wp--preset--font-family--body);
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(253, 252, 251, 0.7);
}

.pcwp-hero-controls {
    position: absolute;
    top: 50%;
    right: 40px;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    transform: translateY(-50%);
}

.pcwp-hero-nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 1px solid rgba(253, 252, 251, 0.3);
    border-radius: 0;
    background: rgba(253, 252, 251, 0.08);
    color: var(--wp--preset--color--ivory);
    cursor: pointer;
    transition: background 200ms cubic-bezier(0.16, 1, 0.3, 1), border-color 200ms cubic-bezier(0.16, 1, 0.3, 1);
}

.pcwp-hero-nav:hover,
.pcwp-hero-nav:focus-visible {
    background: rgba(253, 252, 251, 0.18);
    border-color: var(--wp--preset--color--ivory);
}

.pcwp-hero-nav svg {
    width: 14px;
    height: 14px;
}

.pcwp-hero-dots {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.pcwp-hero-dot {
    width: 2px;
    height: 22px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: rgba(253, 252, 251, 0.4);
    cursor: pointer;
    transition: background 250ms cubic-bezier(0.16, 1, 0.3, 1), height 250ms cubic-bezier(0.16, 1, 0.3, 1);
}

.pcwp-hero-dot:focus-visible {
    outline: 2px solid var(--wp--preset--color--champagne);
    outline-offset: 3px;
}

.pcwp-hero-dot.is-active {
    height: 36px;
    background: var(--wp--preset--color--champagne);
}

.pcwp-hero-dot:hover {
    background: rgba(253, 252, 251, 0.72);
}

.pcwp-hero-counter {
    color: var(--wp--preset--color--ivory);
    font-size: 11px;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.18em;
    line-height: 1;
    writing-mode: vertical-rl;
}

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

    .pcwp-hero-anchor--cl {
        top: 118px;
        left: 24px;
        max-width: calc(100vw - 48px);
        transform: none;
    }

    .pcwp-hero-anchor--bl {
        right: 24px;
        bottom: 84px;
        left: 24px;
    }

    .pcwp-hero-anchor--br {
        display: none;
    }

    .pcwp-hero-controls {
        top: auto;
        right: 16px;
        bottom: 184px;
        transform: none;
    }

    .pcwp-hero-carousel .hero-title {
        font-size: clamp(36px, 7.2vw, 56px);
    }

    .pcwp-hero-carousel .hero-sub {
        font-size: 16px;
        max-width: min(44ch, calc(100vw - 96px));
    }
}

@media (max-width: 560px) {
    .pcwp-hero-carousel {
        min-height: 760px;
    }

    .pcwp-hero-overlay {
        background:
            linear-gradient(90deg, rgba(15, 26, 24, 0.72) 0%, rgba(15, 26, 24, 0.36) 58%, rgba(15, 26, 24, 0.08) 100%),
            linear-gradient(180deg, rgba(15, 26, 24, 0.64) 0%, rgba(15, 26, 24, 0.10) 44%, rgba(15, 26, 24, 0.32) 72%, rgba(15, 26, 24, 0.86) 100%);
    }

    .pcwp-hero-anchor--cl {
        top: 92px;
        left: 20px;
        max-width: calc(100vw - 40px);
    }

    .pcwp-hero-anchor--bl {
        right: 24px;
        bottom: 216px;
        left: 24px;
    }

    .pcwp-hero-carousel .hero-title {
        font-size: clamp(32px, 9.2vw, 44px);
    }

    .pcwp-hero-carousel .hero-sub {
        max-width: calc(100vw - 96px);
    }

    .pcwp-hero-carousel .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .pcwp-hero-carousel .wp-element-button {
        width: 100%;
    }

    .pcwp-hero-controls {
        right: 12px;
        bottom: 352px;
        gap: 8px;
    }

    .pcwp-hero-nav {
        width: 32px;
        height: 32px;
    }

    .pcwp-hero-dot {
        height: 18px;
    }

    .pcwp-hero-dot.is-active {
        height: 30px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pcwp-hero-carousel .pcwp-hero-slide,
    .pcwp-hero-carousel .pcwp-hero-dot,
    .pcwp-hero-carousel .wp-element-button,
    .pcwp-hero-carousel .pcwp-hero-nav {
        transition-duration: 0.01ms !important;
    }
}

.pcwp-news-section {
    overflow: hidden;
    background:
        radial-gradient(circle at 7% 14%, rgba(197, 160, 89, 0.09), transparent 25rem),
        var(--wp--preset--color--ivory);
}

.pcwp-news-shell {
    width: min(1280px, calc(100% - 48px));
    margin-inline: auto;
}

.pcwp-news-header {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(18rem, 0.28fr);
    gap: 28px 64px;
    align-items: end;
    margin-bottom: clamp(42px, 5.5vw, 72px);
}

.pcwp-news-kicker {
    grid-column: 1 / -1;
    margin: 0 0 -10px;
    color: #8b6a2f;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.pcwp-news-header h2 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(38px, 5vw, 68px);
    line-height: 0.98;
    text-wrap: balance;
}

.pcwp-news-intro {
    max-width: 38ch;
    margin: 0 0 4px;
    color: var(--wp--preset--color--muted-gray);
    font-size: 15px;
    line-height: 1.75;
}

.pcwp-news-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.82fr) minmax(300px, 1fr);
    gap: clamp(38px, 5vw, 72px);
    align-items: start;
}

.pcwp-news-feature,
.pcwp-news-rail-item {
    min-width: 0;
}

.pcwp-news-feature__media {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: #ebe8e1;
}

.pcwp-news-feature__media::after {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(0, 77, 64, 0.08);
    content: "";
    pointer-events: none;
}

.pcwp-news-feature__image,
.pcwp-news-rail-item__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 700ms cubic-bezier(.16, 1, .3, 1);
}

.pcwp-news-feature__body {
    padding-top: 25px;
}

.pcwp-news-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 9px;
    align-items: center;
    color: #6b6b65;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.pcwp-news-meta__reading {
    margin-left: auto;
}

.pcwp-news-feature h3,
.pcwp-news-rail-item h3 {
    margin: 0;
}

.pcwp-news-feature h3 {
    max-width: 22ch;
    margin-top: 14px;
    font-size: clamp(29px, 3vw, 43px);
    line-height: 1.08;
}

.pcwp-news-feature h3 a,
.pcwp-news-rail-item h3 a {
    color: var(--wp--preset--color--deep-teal);
    text-decoration: none;
}

.pcwp-news-feature__body > p {
    max-width: 62ch;
    margin: 16px 0 0;
    color: var(--wp--preset--color--muted-gray);
    font-size: 15px;
    line-height: 1.7;
}

.pcwp-news-read-link,
.pcwp-news-all-link {
    display: inline-flex;
    gap: 12px;
    align-items: center;
    min-height: 44px;
    color: var(--wp--preset--color--deep-teal);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    text-decoration: none;
}

.pcwp-news-read-link {
    margin-top: 18px;
}

.pcwp-news-read-link svg,
.pcwp-news-all-link svg {
    width: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: square;
    stroke-width: 1.8;
    transition: transform 220ms ease;
}

.pcwp-news-rail {
    border-top: 1px solid rgba(0, 77, 64, 0.22);
}

.pcwp-news-rail-item {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 18px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 77, 64, 0.14);
}

.pcwp-news-rail-item__media {
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #ebe8e1;
}

.pcwp-news-rail-item h3 {
    margin-top: 8px;
    font-size: clamp(18px, 1.55vw, 22px);
    line-height: 1.2;
}

.pcwp-news-all-link {
    justify-content: space-between;
    width: 100%;
    margin-top: 19px;
    padding: 10px 0;
    border-bottom: 1px solid var(--wp--preset--color--deep-teal);
}

.pcwp-news-feature__media:hover .pcwp-news-feature__image,
.pcwp-news-feature__media:focus-visible .pcwp-news-feature__image,
.pcwp-news-rail-item__media:hover .pcwp-news-rail-item__image {
    transform: scale(1.04);
}

.pcwp-news-feature h3 a:hover,
.pcwp-news-rail-item h3 a:hover {
    color: #8b6a2f;
    text-decoration: none;
}

.pcwp-news-read-link:hover,
.pcwp-news-all-link:hover {
    color: #8b6a2f;
    text-decoration: none;
}

.pcwp-news-read-link:hover svg,
.pcwp-news-all-link:hover svg {
    transform: translateX(4px);
}

.pcwp-news-feature a:focus-visible,
.pcwp-news-rail a:focus-visible {
    border-radius: 2px;
    outline: 2px solid var(--wp--preset--color--deep-teal);
    outline-offset: 4px;
}

.pcwp-news-reveal {
    opacity: 0;
    transform: translateY(16px);
    transition:
        opacity 650ms cubic-bezier(.16, 1, .3, 1),
        transform 650ms cubic-bezier(.16, 1, .3, 1);
    transition-delay: var(--news-delay, 0ms);
}

.pcwp-news-feature.pcwp-news-reveal {
    transform: translateY(16px) scale(0.96);
    transform-origin: 50% 25%;
}

.pcwp-news-reveal.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.pcwp-news-empty {
    padding: 38px 0;
    border-block: 1px solid rgba(0, 77, 64, 0.18);
}

.pcwp-news-empty p {
    margin: 0;
    color: var(--wp--preset--color--muted-gray);
}

@media (max-width: 1023px) {
    .pcwp-news-header {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .pcwp-news-kicker {
        margin-bottom: -4px;
    }

    .pcwp-news-layout {
        grid-template-columns: minmax(0, 1.35fr) minmax(270px, 0.65fr);
        gap: 36px;
    }

    .pcwp-news-rail-item {
        grid-template-columns: 88px minmax(0, 1fr);
        gap: 14px;
    }

    .pcwp-news-meta__reading {
        display: none;
    }
}

@media (max-width: 767px) {
    .pcwp-news-section {
        padding-top: 72px !important;
        padding-bottom: 78px !important;
    }

    .pcwp-news-shell {
        width: min(100% - 32px, 1280px);
    }

    .pcwp-news-header {
        margin-bottom: 34px;
    }

    .pcwp-news-header h2 {
        font-size: clamp(36px, 12vw, 52px);
    }

    .pcwp-news-intro {
        font-size: 14px;
    }

    .pcwp-news-layout {
        grid-template-columns: 1fr;
        gap: 46px;
    }

    .pcwp-news-feature__body {
        padding-top: 21px;
    }

    .pcwp-news-feature h3 {
        margin-top: 12px;
        font-size: clamp(27px, 8.4vw, 37px);
    }

    .pcwp-news-feature__body > p {
        font-size: 14px;
    }

    .pcwp-news-rail-item {
        grid-template-columns: 104px minmax(0, 1fr);
        padding: 18px 0;
    }

    .pcwp-news-rail-item h3 {
        font-size: 19px;
    }
}

@media (max-width: 420px) {
    .pcwp-news-rail-item {
        grid-template-columns: 92px minmax(0, 1fr);
        gap: 13px;
    }

    .pcwp-news-meta {
        font-size: 9px;
        letter-spacing: 0.07em;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pcwp-news-reveal,
    .pcwp-news-feature.pcwp-news-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .pcwp-news-feature__image,
    .pcwp-news-rail-item__image,
    .pcwp-news-read-link svg,
    .pcwp-news-all-link svg {
        transition: none;
    }

    .pcwp-news-feature__media:hover .pcwp-news-feature__image,
    .pcwp-news-feature__media:focus-visible .pcwp-news-feature__image,
    .pcwp-news-rail-item__media:hover .pcwp-news-rail-item__image,
    .pcwp-news-read-link:hover svg,
    .pcwp-news-all-link:hover svg {
        transform: none;
    }
}

/* Animations */
.fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-up.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ==========================================================================
   Image Dossier Section - scoped under .pcwp-tech-section
   Source: variant-4-image-dossier.html (shared.css)
   Fonts: Manrope (body), Newsreader (heading) - from theme.json
   ========================================================================== */

.pcwp-tech-section {
    --pcwp-ink: #111111;
    --pcwp-charcoal: #2f3437;
    --pcwp-muted: #787774;
    --pcwp-line: #eaeaea;
    --pcwp-bone: #f7f6f3;
    --pcwp-soft: #fbfbfa;
    --pcwp-card-bg: #ffffff;
    --pcwp-blue: #e1f3fe;
    --pcwp-blue-text: #1f6c9f;
    --pcwp-green: #edf3ec;
    --pcwp-green-text: #346538;
    --pcwp-yellow: #fbf3db;
    --pcwp-yellow-text: #956400;
    --pcwp-red: #fdebec;
    --pcwp-red-text: #9f2f2d;

    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 12%, rgba(149, 100, 0, .04), transparent 30%),
        radial-gradient(circle at 84% 72%, rgba(31, 108, 159, .035), transparent 34%),
        #fbfbfa;
    color: var(--pcwp-charcoal);
    font-family: var(--wp--preset--font-family--body);
}

.pcwp-tech-section *,
.pcwp-tech-section *::before,
.pcwp-tech-section *::after {
    box-sizing: border-box;
}

.pcwp-tech-section .pcwp-tech-wrap {
    width: min(1180px, calc(100vw - 40px));
    margin: 0 auto;
}

.pcwp-tech-section .pcwp-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 18px;
    padding: 6px 12px;
    border-radius: 999px;
    background: var(--pcwp-green);
    color: var(--pcwp-green-text);
    font-family: "SF Mono", "Cascadia Code", "Consolas", monospace;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.pcwp-tech-section .pcwp-kicker::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: currentColor;
    opacity: .75;
}

.pcwp-tech-section .pcwp-title {
    max-width: 980px;
    margin: 0;
    color: var(--pcwp-ink);
    font-family: var(--wp--preset--font-family--heading);
    font-size: clamp(40px, 5.4vw, 84px);
    font-weight: 500;
    line-height: 1.04;
    letter-spacing: -0.022em;
    font-variation-settings: "opsz" 72;
}

.pcwp-tech-section .pcwp-title.compact {
    max-width: 760px;
    font-size: clamp(32px, 4.2vw, 58px);
    line-height: 1.05;
}

.pcwp-tech-section .pcwp-lede {
    max-width: 680px;
    margin: 24px 0 0;
    color: var(--pcwp-muted);
    font-size: 17px;
    line-height: 1.65;
    text-wrap: pretty;
}

.pcwp-tech-section .pcwp-machine-hero {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: center;
}

.pcwp-tech-section .pcwp-machine-copy {
    min-width: 0;
}

.pcwp-tech-section .pcwp-stage {
    position: relative;
    overflow: hidden;
    min-height: 560px;
    border: 1px solid var(--pcwp-line);
    border-radius: 12px;
    background:
        linear-gradient(rgba(17, 17, 17, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(17, 17, 17, .035) 1px, transparent 1px),
        #ffffff;
    background-size: 36px 36px;
}

.pcwp-tech-section .pcwp-stage.soft {
    background:
        radial-gradient(circle at 50% 38%, rgba(120, 119, 116, .08), transparent 34%),
        #ffffff;
}

.pcwp-tech-section .pcwp-stage-inner {
    position: absolute;
    inset: 34px;
    display: grid;
    place-items: center;
}

.pcwp-tech-section .pcwp-machine-img {
    display: block;
    width: min(100%, 620px);
    max-height: 500px;
    object-fit: contain;
    filter: saturate(.82) contrast(1.02);
    transform: translateZ(0);
    transition: transform 700ms cubic-bezier(.16, 1, .3, 1);
}

.pcwp-tech-section .pcwp-stage:hover .pcwp-machine-img,
.pcwp-tech-section .pcwp-card:hover .pcwp-machine-img,
.pcwp-tech-section .pcwp-gallery-card:hover img {
    transform: scale(1.035);
}

.pcwp-tech-section .pcwp-stage-note {
    position: absolute;
    right: 18px;
    bottom: 18px;
    max-width: 260px;
    padding: 14px 16px;
    border: 1px solid var(--pcwp-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, .92);
    color: var(--pcwp-muted);
    font-size: 13px;
    line-height: 1.55;
}

.pcwp-tech-section .pcwp-specs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 34px;
}

.pcwp-tech-section .pcwp-spec {
    min-height: 108px;
    padding: 18px;
    border: 1px solid var(--pcwp-line);
    border-radius: 12px;
    background: #ffffff;
}

.pcwp-tech-section .pcwp-spec b {
    display: block;
    color: var(--pcwp-ink);
    font-size: 25px;
    font-weight: 500;
    font-family: var(--wp--preset--font-family--heading);
    font-variation-settings: "opsz" 36;
    letter-spacing: -0.015em;
}

.pcwp-tech-section .pcwp-spec span {
    display: block;
    margin-top: 8px;
    color: var(--pcwp-muted);
    font-size: 13px;
    line-height: 1.55;
}

.pcwp-tech-section .pcwp-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-flow: dense;
    gap: 16px;
    margin-top: 56px;
}

.pcwp-tech-section .pcwp-card {
    position: relative;
    overflow: hidden;
    min-height: 250px;
    padding: clamp(24px, 3vw, 38px);
    border: 1px solid var(--pcwp-line);
    border-radius: 12px;
    background: #ffffff;
    transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.pcwp-tech-section .pcwp-card:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .04) !important;
    border-color: rgba(0, 0, 0, .1);
}

.pcwp-tech-section .pcwp-card h3 {
    margin: 0;
    color: var(--pcwp-ink);
    font-size: 23px;
    font-weight: 500;
    line-height: 1.22;
    font-variation-settings: "opsz" 36;
    letter-spacing: -0.012em;
}

.pcwp-tech-section .pcwp-card p {
    margin: 14px 0 0;
    color: var(--pcwp-muted);
    font-size: 14px;
    line-height: 1.65;
    text-wrap: pretty;
}

.pcwp-tech-section .pcwp-span-8 { grid-column: span 8; }
.pcwp-tech-section .pcwp-span-7 { grid-column: span 7; }
.pcwp-tech-section .pcwp-span-6 { grid-column: span 6; }
.pcwp-tech-section .pcwp-span-5 { grid-column: span 5; }
.pcwp-tech-section .pcwp-span-4 { grid-column: span 4; }
.pcwp-tech-section .pcwp-span-3 { grid-column: span 3; }
.pcwp-tech-section .pcwp-tall { min-height: 430px; }
.pcwp-tech-section .pcwp-soft { background: var(--pcwp-soft); }
.pcwp-tech-section .pcwp-bone { background: var(--pcwp-bone); }

.pcwp-tech-section .pcwp-tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
}

.pcwp-tech-section .pcwp-tag {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 5px 10px;
    border-radius: 999px;
    font-family: "SF Mono", "Cascadia Code", "Consolas", monospace;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.pcwp-tech-section .pcwp-tag.blue { background: var(--pcwp-blue); color: var(--pcwp-blue-text); }
.pcwp-tech-section .pcwp-tag.green { background: var(--pcwp-green); color: var(--pcwp-green-text); }
.pcwp-tech-section .pcwp-tag.yellow { background: var(--pcwp-yellow); color: var(--pcwp-yellow-text); }
.pcwp-tech-section .pcwp-tag.red { background: var(--pcwp-red); color: var(--pcwp-red-text); }

.pcwp-tech-section .pcwp-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.pcwp-tech-section .pcwp-cta,
.pcwp-tech-section .pcwp-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.pcwp-tech-section .pcwp-cta {
    border: 1px solid #111111;
    background: #111111;
    color: #ffffff;
}

.pcwp-tech-section .pcwp-secondary {
    border: 1px solid var(--pcwp-line);
    background: #ffffff;
    color: var(--pcwp-ink);
}

.pcwp-tech-section .pcwp-cta:hover { background: #333333; color: #ffffff; }
.pcwp-tech-section .pcwp-secondary:hover { border-color: rgba(0, 0, 0, .16); color: var(--pcwp-ink); }
.pcwp-tech-section .pcwp-cta:active,
.pcwp-tech-section .pcwp-secondary:active { transform: scale(.98); }

.pcwp-tech-section .pcwp-proof-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 44px;
    border: 1px solid var(--pcwp-line);
    border-radius: 12px;
    background: #ffffff;
}

.pcwp-tech-section .pcwp-proof-item {
    min-height: 112px;
    padding: 22px;
    border-right: 1px solid var(--pcwp-line);
}

.pcwp-tech-section .pcwp-proof-item:last-child { border-right: 0; }

.pcwp-tech-section .pcwp-proof-item b {
    display: block;
    color: var(--pcwp-ink);
    font-size: 25px;
    font-family: var(--wp--preset--font-family--heading);
    font-variation-settings: "opsz" 36;
    font-weight: 500;
    letter-spacing: -0.015em;
}

.pcwp-tech-section .pcwp-proof-item span {
    display: block;
    margin-top: 8px;
    color: var(--pcwp-muted);
    font-size: 13px;
    line-height: 1.55;
}

.pcwp-tech-section .pcwp-gallery-card {
    display: grid;
    grid-template-rows: minmax(220px, 1fr) auto;
    min-height: 370px;
    padding: 0;
}

.pcwp-tech-section .pcwp-gallery-media {
    display: grid;
    place-items: center;
    min-height: 260px;
    padding: 26px;
    background: #ffffff;
}

.pcwp-tech-section .pcwp-gallery-card img {
    width: 100%;
    height: 100%;
    max-height: 330px;
    object-fit: contain;
    filter: saturate(.82) contrast(1.02);
    transition: transform 700ms cubic-bezier(.16, 1, .3, 1);
}

.pcwp-tech-section .pcwp-gallery-caption {
    padding: 20px 22px 24px;
    border-top: 1px solid var(--pcwp-line);
}

.pcwp-tech-section .pcwp-gallery-caption h3 {
    font-size: 20px;
    font-variation-settings: "opsz" 36;
    font-weight: 500;
    letter-spacing: -0.012em;
}

.pcwp-tech-section .pcwp-dossier {
    display: grid;
    gap: 0;
    border-top: 1px solid var(--pcwp-line);
    margin-top: 34px;
}

.pcwp-tech-section .pcwp-dossier-row {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 24px;
    padding: 22px 0;
    border-bottom: 1px solid var(--pcwp-line);
}

.pcwp-tech-section .pcwp-dossier-row code {
    color: var(--pcwp-muted);
    font-family: "SF Mono", "Cascadia Code", "Consolas", monospace;
    font-size: 12px;
}

.pcwp-tech-section .pcwp-dossier-row h3 {
    margin: 0;
    color: var(--pcwp-ink);
    font-size: 22px;
    font-weight: 500;
    font-variation-settings: "opsz" 36;
    line-height: 1.24;
    letter-spacing: -0.012em;
}

.pcwp-tech-section .pcwp-dossier-row p {
    margin: 8px 0 0;
    color: var(--pcwp-muted);
    font-size: 14px;
    line-height: 1.65;
    text-wrap: pretty;
}

.pcwp-tech-section .pcwp-reveal {
    opacity: 0;
    transform: translateY(12px);
    transition:
        opacity 600ms cubic-bezier(.16, 1, .3, 1),
        transform 600ms cubic-bezier(.16, 1, .3, 1);
    transition-delay: calc(var(--i, 0) * 80ms);
}

.pcwp-tech-section .pcwp-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 980px) {
    .pcwp-tech-section .pcwp-machine-hero,
    .pcwp-tech-section .pcwp-grid,
    .pcwp-tech-section .pcwp-proof-strip {
        grid-template-columns: 1fr;
    }

    .pcwp-tech-section .pcwp-span-8,
    .pcwp-tech-section .pcwp-span-7,
    .pcwp-tech-section .pcwp-span-6,
    .pcwp-tech-section .pcwp-span-5,
    .pcwp-tech-section .pcwp-span-4,
    .pcwp-tech-section .pcwp-span-3 {
        grid-column: span 1;
    }

    .pcwp-tech-section .pcwp-stage {
        min-height: 430px;
    }

    .pcwp-tech-section .pcwp-specs {
        grid-template-columns: 1fr;
    }

    .pcwp-tech-section .pcwp-proof-item {
        border-right: 0;
        border-bottom: 1px solid var(--pcwp-line);
    }

    .pcwp-tech-section .pcwp-proof-item:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 640px) {
    .pcwp-tech-section .pcwp-tech-wrap {
        width: min(100% - 28px, 1180px);
    }

    .pcwp-tech-section .pcwp-stage {
        min-height: 360px;
    }

    .pcwp-tech-section .pcwp-stage-inner {
        inset: 22px;
    }

    .pcwp-tech-section .pcwp-stage-note {
        position: relative;
        right: auto;
        bottom: auto;
        margin: 290px 16px 16px;
    }

    .pcwp-tech-section .pcwp-dossier-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

/* ==========================================================================
   Contact Section (Stacked Floating Card)
   Pattern: premium-clinic-wp/contact
   Data: CPT `branches` (single entry)
   ========================================================================== */

:root {
    --pcwp-contact-cream-50: #FEFCFA;
    --pcwp-contact-line: #E8E2D6;
    --pcwp-contact-ink: #1a1714;
    --pcwp-contact-ink-soft: #3a3530;
    --pcwp-contact-ink-mute: #6b6258;
    --pcwp-contact-gold: #C5A059;
    --pcwp-contact-gold-dark: #A88642;
}

.pcwp-contact-section {
    background: var(--wp--preset--color--ivory, #FDFCFB);
    position: relative;
}

.pcwp-contact-section .pcwp-contact-head {
    max-width: 1280px;
    margin: 0 auto 32px;
    padding: 0;
}

.pcwp-contact-section .pcwp-contact-head h2 {
    color: var(--pcwp-contact-ink);
    text-wrap: balance;
}

.pcwp-contact-section .pcwp-contact-head p {
    color: var(--pcwp-contact-ink-soft);
    max-width: 40ch;
}

/* ----- Map wrapper + iframe ----- */
.pcwp-contact-map-wrap {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: var(--pcwp-contact-line);
    min-height: 480px;
    margin: 0 auto 40px;
    max-width: 1280px;
    box-shadow: 0 24px 64px -24px rgba(26, 23, 20, 0.25);
}

.pcwp-contact-map-frame {
    width: 100%;
    height: 100%;
    min-height: 480px;
    border: 0;
    display: block;
    filter: saturate(0.85) contrast(0.96);
}

/* ----- Floating glass card (desktop only) ----- */
.pcwp-contact-float-card {
    display: none;
}

@media (min-width: 768px) {
    .pcwp-contact-float-card {
        display: block;
        position: absolute;
        bottom: 24px;
        left: 24px;
        max-width: 340px;
        padding: 20px;
        background: rgba(253, 252, 251, 0.72);
        backdrop-filter: blur(24px) saturate(180%);
        -webkit-backdrop-filter: blur(24px) saturate(180%);
        border: 1px solid rgba(26, 23, 20, 0.08);
        border-radius: 16px;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.6),
            0 24px 48px -12px rgba(26, 23, 20, 0.18);
        z-index: 2;
    }
}

.pcwp-contact-float-brand {
    display: block;
    margin-bottom: 12px;
}

.pcwp-contact-float-logo-img {
    display: block;
    width: 120px;
    height: auto;
    max-width: 100%;
    border-radius: 4px;
}

.pcwp-contact-float-address {
    font-size: 13px;
    line-height: 1.55;
    color: var(--pcwp-contact-ink-soft);
    margin: 0 0 12px;
}

.pcwp-contact-float-hours {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    letter-spacing: 0.05em;
    color: var(--pcwp-contact-ink-mute);
    margin-bottom: 12px;
}

.pcwp-contact-float-hours-item {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.pcwp-contact-float-hours svg {
    width: 13px;
    height: 13px;
}

.pcwp-contact-float-divider {
    width: 1px;
    height: 12px;
    background: var(--pcwp-contact-line);
}

.pcwp-contact-float-directions {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--pcwp-contact-ink);
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 200ms ease;
}

.pcwp-contact-float-directions svg {
    width: 14px;
    height: 14px;
}

.pcwp-contact-float-directions:hover {
    color: var(--pcwp-contact-gold-dark);
}

/* ----- Info cards grid ----- */
.pcwp-contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: 1280px;
    margin: 0 auto 40px;
}

@media (min-width: 768px) {
    .pcwp-contact-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }
}

.pcwp-contact-info-card {
    border-radius: 16px;
}

.pcwp-contact-info-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.pcwp-contact-info-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--wp--preset--color--ivory, #FDFCFB);
    border: 1px solid var(--pcwp-contact-line);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pcwp-contact-ink-mute);
    flex-shrink: 0;
}

.pcwp-contact-info-icon svg {
    width: 18px;
    height: 18px;
}

.pcwp-contact-info-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--pcwp-contact-ink-mute);
    font-weight: 600;
}

.pcwp-contact-info-value {
    font-size: 17px;
    color: var(--pcwp-contact-ink);
    font-weight: 500;
    font-variation-settings: "opsz" 36;
    font-family: var(--wp--preset--font-family--heading);
    line-height: 1.4;
    margin: 0;
    letter-spacing: -0.012em;
}

.pcwp-contact-info-link {
    display: inline-block;
    text-decoration: none;
    transition: color 200ms ease;
    font-size: 19px;
    font-weight: 500;
    font-variation-settings: "opsz" 36;
    font-family: var(--wp--preset--font-family--heading);
    letter-spacing: -0.012em;
}

.pcwp-contact-info-link:hover {
    color: var(--pcwp-contact-gold-dark);
}

.pcwp-contact-info-note {
    font-size: 12px;
    letter-spacing: 0.05em;
    color: var(--pcwp-contact-ink-mute);
    margin: 4px 0 0;
}

/* ----- CTA buttons ----- */
.pcwp-contact-cta-row .wp-block-button__link {
    font-weight: 700;
    font-size: 12.5px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 16px 28px;
    border-radius: 9999px !important;
    transition: all 240ms cubic-bezier(0.16, 1, 0.3, 1);
    white-space: nowrap;
}

.pcwp-contact-cta-primary .wp-block-button__link,
.pcwp-contact-cta-primary.wp-block-button .wp-block-button__link {
    background: var(--wp--preset--color--deep-teal, #004D40) !important;
    color: var(--wp--preset--color--ivory, #FDFCFB) !important;
    border: 0 !important;
}

.pcwp-contact-cta-primary .wp-block-button__link:hover {
    background: #00382E !important;
    color: var(--wp--preset--color--ivory, #FDFCFB) !important;
    transform: translateY(-1px);
    box-shadow: 0 8px 24px -8px rgba(0, 77, 64, 0.4);
    text-decoration: none !important;
}

.pcwp-contact-cta-primary .wp-block-button__link:active {
    transform: translateY(0);
}

.pcwp-contact-cta-secondary .wp-block-button__link,
.pcwp-contact-cta-secondary.wp-block-button .wp-block-button__link {
    background: transparent !important;
    color: var(--pcwp-contact-ink) !important;
    border: 1px solid var(--pcwp-contact-ink) !important;
}

.pcwp-contact-cta-secondary .wp-block-button__link:hover {
    background: var(--pcwp-contact-ink) !important;
    color: var(--wp--preset--color--ivory, #FDFCFB) !important;
    transform: translateY(-1px);
    text-decoration: none !important;
}

.pcwp-contact-cta-secondary .wp-block-button__link:active {
    transform: translateY(0);
}

.pcwp-contact-cta-primary .wp-block-button__link:focus-visible,
.pcwp-contact-cta-secondary .wp-block-button__link:focus-visible {
    outline: 2px solid var(--pcwp-contact-gold-dark);
    outline-offset: 3px;
}

.pcwp-contact-info-link:focus-visible {
    outline: 2px solid var(--pcwp-contact-gold-dark);
    outline-offset: 2px;
    border-radius: 2px;
}

/* ----- Mobile ----- */
@media (max-width: 767px) {
    .pcwp-contact-section {
        padding-top: 64px !important;
        padding-bottom: 64px !important;
    }

    .pcwp-contact-map-wrap {
        min-height: 360px;
        margin-bottom: 24px;
        border-radius: 12px;
    }

    .pcwp-contact-map-frame {
        min-height: 360px;
    }

    .pcwp-contact-cta-row {
        flex-direction: column;
    }

    .pcwp-contact-cta-row .wp-block-button,
    .pcwp-contact-cta-row > .wp-block-button {
        width: 100%;
    }

    .pcwp-contact-cta-row .wp-block-button__link {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .pcwp-contact-float-logo-img {
        width: 96px;
    }
}

/* ----- Reduced transparency (a11y) ----- */
@media (prefers-reduced-transparency: reduce) {
    .pcwp-contact-float-card {
        background: var(--wp--preset--color--ivory, #FDFCFB);
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }
}

/* ----- Reduced motion (a11y) ----- */
@media (prefers-reduced-motion: reduce) {
    .pcwp-contact-cta-primary .wp-block-button__link,
    .pcwp-contact-cta-secondary .wp-block-button__link,
    .pcwp-contact-info-link,
    .pcwp-contact-float-directions {
        transition: none;
    }

    .pcwp-contact-cta-primary .wp-block-button__link:hover,
    .pcwp-contact-cta-secondary .wp-block-button__link:hover {
        transform: none;
    }
}
