/* Standalone styles for hub-published pages (/pub/…) */
:root {
    --surface: #f7f6f3;
    --surface2: #eceae4;
    --border: #d5d1c8;
    --muted: #6b6560;
    --blue: #2f5d8c;
    --accent: #2f5d8c;
    --radius-sm: 0.45rem;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
.wp-pub-body {
    min-height: 100vh;
    font-family: "Source Sans 3", "Segoe UI", sans-serif;
    background:
        radial-gradient(ellipse 80% 50% at 20% 0%, rgba(47, 93, 140, 0.12), transparent 55%),
        linear-gradient(180deg, #e8e4db 0%, var(--surface) 45%, #f0ebe3 100%);
    color: #1a1a1a;
}
.wp-pub-body--error { background: #f7f6f3; }
.wp-pub-main {
    max-width: 52rem;
    margin: 0 auto;
    padding: 1.5rem 1rem 3rem;
}
.wp-pub-error { color: #8b1e1e; font-size: 1.05rem; }
.wp-pub-error-code { color: var(--muted); font-size: 0.85rem; }

.wp-pub-input {
    width: 100%;
    padding: 0.45rem 0.55rem;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    font: inherit;
    background: #fff;
}

.wp-preview-page {
    border-radius: var(--radius-sm);
    border: 1px solid var(--border);
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(26, 22, 18, 0.08);
}
.wp-preview-grid {
    display: grid;
    gap: 0;
}
.wp-preview-grid--stack {
    display: flex;
    flex-direction: column;
}
.wp-preview-cell { min-width: 0; }
.wp-cell-align-h-left { text-align: left; }
.wp-cell-align-h-center { text-align: center; }
.wp-cell-align-h-right { text-align: right; }

.wp-block { width: 100%; box-sizing: border-box; }
.wp-block-placeholder { margin: 0; color: var(--muted); font-style: italic; }

.wp-page--minimal { background: var(--surface); padding: 0.5rem; }
.wp-page--editorial {
    background: linear-gradient(180deg, var(--surface2) 0%, var(--surface) 40%);
    padding: 0.5rem;
}
.wp-page--funnel {
    background: #0a0b0d;
    color: #f4f5f7;
    padding: 0;
    max-width: 42rem;
    margin: 0 auto;
}
.wp-page--dark { background: #1a1d24; color: #f2f4f8; padding: 0.5rem; }

.wp-page--funnel .wp-block-hero {
    padding-top: 2.5rem;
    padding-bottom: 1.5rem;
}
.wp-block-hero-eyebrow {
    margin: 0 0 1rem;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #c9a227;
    line-height: 1.4;
}
.wp-page--funnel .wp-block-hero-eyebrow { color: #d4af37; }
.wp-block-hero-title {
    margin: 0;
    line-height: 1.05;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
.wp-css-font-xl .wp-block-hero-title { font-size: clamp(1.85rem, 4.5vw, 2.75rem); }
.wp-block-hero-sub {
    margin: 0.35rem 0 0;
    font-weight: 800;
    text-transform: uppercase;
    font-size: clamp(1.5rem, 3.5vw, 2.2rem);
    line-height: 1.1;
}
.wp-block-hero-tagline {
    margin: 1.25rem auto 0;
    max-width: 28rem;
    font-size: 1rem;
    line-height: 1.55;
    color: #b8bcc4;
    font-weight: 400;
    text-transform: none;
}
.wp-page--funnel .wp-block-hero-tagline { color: #9ca3af; }

.wp-block-section-title {
    margin: 0 0 0.85rem;
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    font-weight: 700;
    line-height: 1.25;
}
.wp-block-section-p {
    margin: 0 0 0.85rem;
    line-height: 1.65;
    opacity: 0.92;
}
.wp-block-section-p:last-child { margin-bottom: 0; }
.wp-page--funnel .wp-block-section-p { color: #c5c9d0; }
.wp-block-text-body { margin: 0; line-height: 1.55; white-space: pre-wrap; }

.wp-block-cta-wrap { display: flex; justify-content: center; }
.wp-block-cta {
    display: inline-block;
    padding: 0.85rem 2.25rem;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    font: inherit;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.wp-block-cta:hover { transform: translateY(-1px); }
.wp-css-variant-primary .wp-block-cta,
.wp-booking-actions .wp-block-cta {
    background: linear-gradient(180deg, #e8c547 0%, #c9a227 100%);
    color: #0a0b0d;
    box-shadow: 0 4px 20px rgba(201, 162, 39, 0.35);
}
.wp-css-variant-outline .wp-block-cta {
    background: transparent;
    color: #d4af37;
    border: 2px solid #d4af37;
    box-shadow: none;
}
.wp-css-variant-ghost .wp-block-cta {
    background: transparent;
    color: #d4af37;
    text-decoration: underline;
    box-shadow: none;
}

.wp-css-pad-none { padding: 0; }
.wp-css-pad-sm { padding: 0.45rem 0.65rem; }
.wp-css-pad-md { padding: 0.85rem 1rem; }
.wp-css-pad-lg { padding: 1.75rem 1.5rem; }
.wp-css-bg-none { background: transparent; }
.wp-css-bg-surface { background: var(--surface2); }
.wp-css-bg-accent { background: color-mix(in srgb, var(--blue) 12%, var(--surface)); }
.wp-css-bg-dark { background: #0a0b0d; color: #f4f5f7; }
.wp-css-align-left { text-align: left; }
.wp-css-align-center { text-align: center; }
.wp-css-align-right { text-align: right; }
.wp-css-radius-none { border-radius: 0; }
.wp-css-radius-sm { border-radius: 0.35rem; }
.wp-css-radius-md { border-radius: 0.65rem; }
.wp-css-radius-pill { border-radius: 999px; }
.wp-css-font-sm { font-size: 0.85rem; }
.wp-css-font-md { font-size: 1rem; }
.wp-css-font-lg { font-size: 1.2rem; }
.wp-css-font-xl { font-size: 1.65rem; }

.wp-booking-widget {
    margin: 1rem 0.65rem 0.85rem;
    padding: 1rem 1.1rem;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    background: var(--surface2);
}
.wp-booking-title { margin: 0 0 0.35rem; font-size: 1.1rem; }
.wp-booking-hint {
    margin: 0 0 0.85rem;
    color: var(--muted);
    font-size: 0.85rem;
}
.wp-booking-form {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
    gap: 0.75rem 1rem;
    align-items: end;
}
.wp-booking-field {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    font-size: 0.8rem;
}
.wp-booking-actions { grid-column: 1 / -1; }
.wp-booking-status {
    grid-column: 1 / -1;
    margin: 0;
    font-size: 0.9rem;
}
.wp-booking-status--error { color: #8b1e1e; font-weight: 600; }

.wp-admin-widget {
    margin: 1rem 0.65rem 0.85rem;
    padding: 1rem 1.1rem;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    background: var(--surface2);
}
.wp-admin-list {
    margin: 0 0 1rem;
    padding-left: 1.2rem;
    line-height: 1.55;
}
.wp-admin-list li { margin: 0.25rem 0; }

/* Admin app shell (/pub/… admin audience) */
.wp-pub-body--admin {
    background: #f3f4f6;
}
.adm-shell {
    display: grid;
    grid-template-columns: 13.5rem minmax(0, 1fr);
    min-height: 100vh;
    align-items: stretch;
}
@media (max-width: 860px) {
    .adm-shell { grid-template-columns: 1fr; }
    .adm-side {
        border-right: none;
        border-bottom: 1px solid var(--border);
    }
}
.adm-side {
    padding: 1.1rem 0.9rem;
    display: flex;
    flex-direction: column;
    border-right: 1px solid var(--border);
    background: #eceff3;
}
.adm-side-brand {
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-decoration: none;
    color: inherit;
}
.adm-side-back {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    position: sticky;
    top: 0.5rem;
    z-index: 2;
    margin: 0 0 0.75rem;
    padding: 0.4rem 0.65rem;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    background: #fff;
    color: inherit;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
}
.adm-side-back:hover {
    background: rgba(47, 93, 140, 0.08);
    border-color: rgba(47, 93, 140, 0.35);
}
.wp-admin-backrow {
    margin: 0 0 0.85rem;
}
.adm-main-back {
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 0.65rem;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    background: #fff;
    color: inherit;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
}
.adm-main-back:hover {
    background: rgba(47, 93, 140, 0.08);
    border-color: rgba(47, 93, 140, 0.35);
}
.adm-side-kicker {
    font-size: 0.75rem;
    margin: 0.2rem 0 0.85rem;
    color: var(--muted);
}
.adm-side-auth {
    margin-top: auto;
    padding-top: 1.25rem;
    border-top: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}
.adm-side-auth-meta {
    margin: 0;
    font-size: 0.78rem;
    color: var(--muted);
    word-break: break-word;
}
.adm-side-logout {
    font: inherit;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: left;
    color: inherit;
    background: transparent;
    border: 1px solid var(--border);
    padding: 0.45rem 0.65rem;
    cursor: pointer;
}
.adm-side-logout:hover {
    background: rgba(47, 93, 140, 0.08);
}
.adm-main-bar {
    display: flex;
    align-items: center;
    margin: 0 0 0.85rem;
    padding: 0 0 0.75rem;
    border-bottom: 1px solid var(--border);
}
.adm-main-back {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.85rem;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    background: #fff;
    color: inherit;
    font-size: 0.92rem;
    font-weight: 650;
    text-decoration: none;
}
.adm-main-back:hover {
    background: rgba(47, 93, 140, 0.08);
    border-color: rgba(47, 93, 140, 0.4);
}
.adm-side-exit {
    display: none;
}
.adm-nav {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    flex: 1;
}
.adm-nav-item { display: flex; flex-direction: column; gap: 0.1rem; }
.adm-nav a,
.adm-nav button.adm-nav-parent {
    display: block;
    width: 100%;
    text-align: left;
    text-decoration: none;
    color: inherit;
    opacity: 0.75;
    padding: 0.45rem 0.55rem;
    border: 0;
    border-radius: var(--radius-sm);
    background: transparent;
    font: inherit;
    font-size: 0.9rem;
    cursor: pointer;
}
.adm-nav a:hover,
.adm-nav button.adm-nav-parent:hover { opacity: 1; background: rgba(47, 93, 140, 0.08); }
.adm-nav a.is-active {
    opacity: 1;
    background: rgba(47, 93, 140, 0.14);
    color: var(--blue);
    font-weight: 600;
}
.adm-nav a.adm-nav-parent.is-current,
.adm-nav button.adm-nav-parent.is-current {
    opacity: 1;
    font-weight: 600;
}
.adm-nav button.adm-nav-parent--strong,
.adm-nav-item--strong > button.adm-nav-parent {
    font-weight: 700;
    opacity: 1;
    letter-spacing: 0.01em;
}
.adm-nav-sub {
    display: flex;
    flex-direction: column;
    gap: 0.05rem;
    margin: 0.1rem 0 0.25rem 0.55rem;
    padding-left: 0.65rem;
    border-left: 2px solid var(--border);
}
/* Branch = expand/collapse only; twigs open pages */
.adm-nav-item--branch > .adm-nav-sub,
.adm-nav-item.has-children > .adm-nav-sub {
    display: none;
}
.adm-nav-item--branch.is-open > .adm-nav-sub,
.adm-nav-item--branch.is-current.is-open > .adm-nav-sub,
.adm-nav-item.has-children.is-open > .adm-nav-sub {
    display: flex;
}
.adm-nav-item.is-current > .adm-nav-sub {
    border-left-color: color-mix(in srgb, var(--blue) 45%, var(--border));
}
.adm-nav-sub a {
    font-size: 0.85rem;
    padding: 0.35rem 0.5rem;
    opacity: 0.7;
}
.adm-main {
    padding: 1.1rem 1.25rem 2.5rem;
    min-width: 0;
}

/* Momoyoga Settings: secondary category list + content pane */
.wp-settings-shell {
    display: grid;
    grid-template-columns: 14.5rem minmax(0, 1fr);
    gap: 0;
    min-height: calc(100vh - 3rem);
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
}
.wp-settings-side {
    padding: 1.25rem 0.85rem 1.5rem;
    background: #f8fafc;
    border-right: 1px solid #e5e7eb;
}
.wp-settings-side-title {
    margin: 0 0.55rem 0.85rem;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}
.wp-settings-nav {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}
.wp-settings-nav-link {
    display: block;
    padding: 0.55rem 0.7rem;
    border-radius: 8px;
    text-decoration: none;
    color: inherit;
    font-size: 0.92rem;
    opacity: 0.78;
}
.wp-settings-nav-link:hover {
    opacity: 1;
    background: rgba(47, 93, 140, 0.08);
}
.wp-settings-nav-link.is-active {
    opacity: 1;
    background: rgba(47, 93, 140, 0.14);
    color: var(--blue);
    font-weight: 600;
}
.wp-settings-pane {
    padding: 1.35rem 1.5rem 2rem;
    min-width: 0;
}
.wp-settings-cms-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 36rem;
    margin: 0;
}
.wp-settings-cms-field {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    font-size: 0.9rem;
    font-weight: 600;
}
.wp-settings-cms-check {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
    font-weight: 600;
}
.wp-social-media-preview {
    margin: 0;
}
.wp-social-media-preview img {
    display: block;
    max-width: 100%;
    max-height: 220px;
    width: auto;
    height: auto;
    object-fit: contain;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    background: var(--surface, #fff);
}
.wp-offers-board .wp-offers-list {
    list-style: none;
    margin: 1rem 0 2rem;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(16.5rem, 1fr));
    gap: 1.25rem 1.1rem;
    align-items: stretch;
}
.wp-offers-board .wp-offers-card {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 0;
    min-width: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #fff;
}
.wp-offers-board .wp-offers-card .wp-facebook-post-card {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
    padding: 0.9rem 1rem 1.05rem;
    border: 0;
    max-width: none;
    background: transparent;
}
.wp-offers-board .wp-offers-card .wp-social-media-preview {
    margin: 0 0 0.65rem;
}
.wp-offers-board .wp-offers-card .wp-social-media-preview img {
    width: 100%;
    max-height: none;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 4px;
    display: block;
}
.wp-offers-board .wp-offers-card .wp-booking-actions {
    margin-top: auto;
    padding-top: 0.75rem;
}
.wp-offers-board .wp-offers-card .wp-booking-actions .wp-pub-btn {
    width: 100%;
    justify-content: center;
}
@media (min-width: 1100px) {
    .wp-offers-board .wp-offers-list {
        grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
        gap: 1.5rem 1.25rem;
    }
}
.wp-settings-cms-field .wp-booking-hint,
.wp-settings-cms-form > .wp-booking-hint {
    font-weight: 400;
    font-size: 0.82rem;
    color: var(--muted);
}
.wp-settings-cms-block {
    margin: 0;
    padding: 0.85rem 1rem 1rem;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    background: var(--surface, #fff);
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}
.wp-settings-cms-block-title {
    margin: 0 0 0.35rem;
    font-size: 0.95rem;
    font-weight: 700;
}
.wp-email-preview {
    margin: 0.75rem 0 0;
    padding: 0.75rem 0.85rem;
    background: #f3f1ec;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    white-space: pre-wrap;
    font-size: 0.85rem;
    max-height: 16rem;
    overflow: auto;
}
.wp-settings-pane .wp-admin-widget {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    border-radius: 0;
}
@media (max-width: 900px) {
    .wp-settings-shell {
        grid-template-columns: 1fr;
    }
    .wp-settings-side {
        border-right: none;
        border-bottom: 1px solid #e5e7eb;
        padding-bottom: 0.85rem;
    }
    .wp-settings-nav {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0.35rem;
    }
}

/* Admin: no public landing gold pills — solid primary actions */
.wp-pub-body--admin .wp-booking-actions .wp-block-cta,
.wp-pub-body--admin .wp-class-detail-foot .wp-block-cta,
.wp-pub-body--admin .wp-momo-toolbar .wp-block-cta,
.wp-pub-body--admin .wp-teachers-toolbar .wp-block-cta {
    background: #1c2420;
    color: #f3efe6;
    border-radius: 6px;
    text-transform: none;
    letter-spacing: 0.01em;
    box-shadow: none;
    padding: 0.7rem 1.25rem;
    font-weight: 600;
}
.wp-pub-body--admin .wp-booking-actions .wp-block-cta:hover,
.wp-pub-body--admin .wp-class-detail-foot .wp-block-cta:hover,
.wp-pub-body--admin .wp-momo-toolbar .wp-block-cta:hover {
    transform: none;
    background: #2a3530;
}
.wp-pub-body--admin .wp-class-detail .wp-booking-form {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    align-items: stretch;
}
.wp-pub-body--admin .wp-class-detail .wp-booking-row2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}
.wp-pub-body--admin .wp-class-detail .wp-booking-field {
    width: 100%;
}
@media (max-width: 560px) {
    .wp-pub-body--admin .wp-class-detail .wp-booking-row2 {
        grid-template-columns: 1fr;
    }
}

.wp-supplier-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin: 0 0 1rem;
}
.wp-supplier-tab-panel[hidden] {
    display: none !important;
}

/* Pass & schema — audience-delar */
.wp-schedule-siblings {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.65rem;
    margin: 0 0 0.85rem;
    padding: 0.55rem 0.65rem;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.55);
    font-size: 0.88rem;
}
.wp-schedule-siblings-label {
    font-weight: 600;
    margin-right: 0.25rem;
}
.wp-schedule-siblings a {
    text-decoration: none;
    color: inherit;
    opacity: 0.7;
    padding: 0.2rem 0.45rem;
    border-radius: 999px;
}
.wp-schedule-siblings a:hover { opacity: 1; background: rgba(47, 93, 140, 0.08); }
.wp-schedule-siblings a[aria-current="page"] {
    opacity: 1;
    font-weight: 600;
    background: rgba(47, 93, 140, 0.14);
}
.wp-schedule-state {
    margin: 0.5rem 0;
    color: var(--muted);
    font-size: 0.92rem;
}
.wp-schedule-state--error {
    color: #8b1e1e;
    font-weight: 600;
}
.wp-schedule-bookmodes {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin: 0.5rem 0 0.85rem;
}
.wp-schedule-bookmode {
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.75);
    border-radius: 999px;
    padding: 0.4rem 0.85rem;
    font-size: 0.9rem;
    text-decoration: none;
    color: inherit;
}
.wp-schedule-bookmode.is-active {
    background: rgba(47, 93, 140, 0.14);
    border-color: rgba(47, 93, 140, 0.45);
    font-weight: 600;
}
.wp-booking-widget--embedded {
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid var(--border);
}

.wp-schedule-filter { margin-bottom: 0.75rem; max-width: 18rem; }
.wp-schedule-book-hint { margin: 0.75rem 0 0; }

.wp-plan-terms {
    margin: 0.55rem 0 0.9rem;
    padding: 0 0 0 1.1rem;
    font-size: 0.85rem;
    color: var(--muted);
    line-height: 1.45;
    flex: 1 1 auto;
}
.wp-plan-compare-grid {
    list-style: none;
    margin: 0.85rem 0 1.5rem;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(16.5rem, 1fr));
    gap: 1.1rem;
    align-items: stretch;
    align-content: start;
}
.wp-plan-compare-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    align-self: stretch;
    min-width: 0;
    height: 100%;
    padding: 1.2rem 1.15rem 1.1rem;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    background: #fff;
    box-sizing: border-box;
}
.wp-plan-compare-card--featured {
    border-color: #1c2420;
}
.wp-plan-compare-card--selected {
    border-color: #1c2420;
    box-shadow: inset 0 0 0 1px #1c2420;
}
.wp-plan-compare-badge {
    margin: 0 0 0.55rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--muted);
}
.wp-plan-compare-name {
    display: block;
    margin: 0;
    font-family: Fraunces, Georgia, serif;
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.2;
}
.wp-plan-compare-price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.35rem 0.5rem;
    margin: 0.55rem 0 0;
}
.wp-plan-compare-price strong {
    display: inline-block;
    font-family: Fraunces, Georgia, serif;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1;
}
.wp-plan-compare-price span {
    font-size: 0.9rem;
    color: var(--muted);
}
.wp-plan-compare-desc {
    display: block;
    margin: 0.65rem 0 0;
    font-size: 0.9rem;
    line-height: 1.45;
    color: #3d4540;
}
.wp-plan-compare-card .wp-pub-btn {
    width: 100%;
    margin-top: auto;
    justify-content: center;
}
.wp-plan-checkout {
    /* Override .wp-booking-form auto-fit grid — it scatters Name/Email and squeezes order summary. */
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    max-width: 32rem;
    width: 100%;
    margin: 0.25rem 0 1.5rem;
    padding: 1.15rem 1.2rem 1.25rem;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    background: #fff;
    box-sizing: border-box;
}
.wp-plan-checkout-title {
    margin: 0;
    font-family: Fraunces, Georgia, serif;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: -0.02em;
}
.wp-plan-checkout .wp-plan-order,
.wp-plan-checkout .wp-booking-field,
.wp-plan-checkout .wp-booking-actions {
    width: 100%;
    max-width: none;
}
.wp-plan-checkout .wp-plan-order {
    margin: 0;
}
.wp-plan-checkout .wp-plan-order-dl > div {
    grid-template-columns: 7.5rem minmax(0, 1fr);
}
.wp-plan-buy .wp-plan-order {
    margin-bottom: 0;
}
.wp-plan-compare-card .wp-shop-card-blurb {
    min-height: 2.6em;
}
@media (min-width: 1100px) {
    .wp-plan-compare-grid {
        grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
        gap: 1.25rem;
    }
}
.wp-bookings-table-wrap {
    overflow-x: auto;
    margin-top: 0.75rem;
}
.wp-bookings-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}
.wp-bookings-table th,
.wp-bookings-table td {
    text-align: left;
    padding: 0.45rem 0.55rem;
    border-bottom: 1px solid var(--border);
    vertical-align: middle;
}
.wp-bookings-table th {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: var(--muted);
}
.wp-member-hub-live {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
    gap: 0.85rem;
    margin: 0.75rem 0 1.25rem;
}
.wp-member-hub-status,
.wp-member-hub-next {
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    padding: 0.85rem 1rem;
    background: #fff;
}
.wp-member-hub-links {
    margin-top: 0.5rem;
}

/* Veckoschema — tid × dag (Mindbody/Glofox-nivå) */
.wp-week {
    margin: 0.5rem 0 1.25rem;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    background: #fff;
    overflow: hidden;
}
.wp-week-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;
    padding: 0.65rem 0.85rem;
    border-bottom: 1px solid var(--border);
    background: #f7f8fa;
}
.wp-week-nav-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem;
}
.wp-week-label {
    margin: 0;
    min-width: 10rem;
    text-align: center;
    font-size: 1rem;
    font-weight: 650;
}
.wp-week-nav-btn,
.wp-week-viewtab {
    border: 1px solid var(--border);
    background: #fff;
    border-radius: var(--radius-sm);
    padding: 0.35rem 0.7rem;
    font-size: 0.88rem;
    cursor: pointer;
    color: inherit;
}
.wp-week-nav-btn:hover,
.wp-week-viewtab:hover {
    background: rgba(47, 93, 140, 0.08);
}
.wp-week-viewtabs {
    display: flex;
    gap: 0.3rem;
}
.wp-week-viewtab.is-active {
    background: rgba(47, 93, 140, 0.14);
    border-color: rgba(47, 93, 140, 0.45);
    font-weight: 600;
}
.wp-week-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.wp-week-grid {
    --day-count: 7;
    display: grid;
    grid-template-columns: 3.25rem minmax(0, 1fr);
    min-width: calc(3.25rem + var(--day-count) * 7.5rem);
}
.wp-week-gutter {
    position: relative;
    border-right: 1px solid var(--border);
    background: #fafbfc;
}
.wp-week-gutter-spacer {
    height: 2.4rem;
    border-bottom: 1px solid var(--border);
}
.wp-week-hours {
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.wp-week-gutter .wp-week-hours {
    top: 2.4rem;
}
.wp-week-hour {
    position: absolute;
    left: 0;
    right: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    transform: translateY(-0.55em);
}
.wp-week-hour span {
    display: block;
    padding: 0 0.35rem;
    font-size: 0.68rem;
    color: var(--muted);
    font-variant-numeric: tabular-nums;
}
.wp-week-day-track .wp-week-hour span { display: none; }
.wp-week-days {
    display: grid;
    grid-template-columns: repeat(var(--day-count), minmax(7.5rem, 1fr));
    min-width: 0;
}
.wp-week-day {
    min-width: 0;
    border-right: 1px solid var(--border);
}
.wp-week-day:last-child { border-right: none; }
.wp-week-day.is-today .wp-week-day-head {
    background: rgba(47, 93, 140, 0.12);
    font-weight: 700;
}
.wp-week-day-head {
    height: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid var(--border);
    font-size: 0.82rem;
    text-transform: capitalize;
    background: #f7f8fa;
}
.wp-week-day-track {
    position: relative;
    background:
        repeating-linear-gradient(
            to bottom,
            transparent 0,
            transparent calc(60 * 1.15px - 1px),
            rgba(0, 0, 0, 0.05) calc(60 * 1.15px - 1px),
            rgba(0, 0, 0, 0.05) calc(60 * 1.15px)
        );
}
.wp-week-day-track.is-createable {
    cursor: crosshair;
}
.wp-week-day-track.is-drop-target {
    background-color: rgba(47, 93, 140, 0.08);
}
.wp-week-block.is-skipped {
    opacity: 0.45;
    border-left-style: dashed;
    background: #f0f0f0;
}
.wp-week-block.is-draggable {
    cursor: grab;
}
.wp-week-block.is-dragging {
    opacity: 0.55;
    cursor: grabbing;
}
.wp-week-block {
    position: absolute;
    left: 0.2rem;
    right: 0.2rem;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.1rem;
    padding: 0.28rem 0.35rem;
    border: none;
    border-radius: 6px;
    border-left: 3px solid #2f5d8c;
    background: #e8f0f8;
    color: inherit;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}
.wp-week-block:hover {
    filter: brightness(0.97);
    z-index: 2;
}
.wp-week-block--flow {
    background: #e8f0f8;
    border-left-color: #2f5d8c;
}
.wp-week-block--yin {
    background: #efe8f5;
    border-left-color: #6b4f8a;
}
.wp-week-block--morning {
    background: #e9f4ea;
    border-left-color: #3d7a45;
}
.wp-week-block.is-full {
    background: #f3f3f3;
    border-left-color: #888;
    opacity: 0.92;
}
.wp-week-block.is-past {
    opacity: 0.55;
}
.wp-week-block-time {
    font-size: 0.68rem;
    font-weight: 650;
    font-variant-numeric: tabular-nums;
}
.wp-week-block-title {
    font-size: 0.78rem;
    line-height: 1.15;
    font-weight: 650;
}
.wp-week-block-meta {
    font-size: 0.66rem;
    color: var(--muted);
    line-height: 1.2;
}
@media (max-width: 860px) {
    .wp-week-grid {
        min-width: 0;
        grid-template-columns: 2.75rem minmax(0, 1fr);
    }
    .wp-week-days {
        grid-template-columns: 1fr;
    }
}

.wp-schedule-toolbar {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin: 0.85rem 0 1rem;
}
.wp-schedule-daystrip {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}
.wp-schedule-daychip,
.wp-schedule-chip {
    border: 1px solid #1c2420;
    background: transparent;
    border-radius: 0;
    padding: 0.4rem 0.85rem;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    cursor: pointer;
    color: #1c2420;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.wp-schedule-daychip:hover,
.wp-schedule-chip:hover {
    background: rgba(28, 36, 32, 0.06);
}
.wp-schedule-daychip:focus,
.wp-schedule-chip:focus {
    outline: none;
}
.wp-schedule-daychip:focus-visible,
.wp-schedule-chip:focus-visible {
    outline: 2px solid #1c2420;
    outline-offset: 2px;
}
.wp-schedule-daychip.is-active,
.wp-schedule-chip.is-active {
    background: rgba(28, 36, 32, 0.1);
    border-color: #1c2420;
    border-width: 1px;
    font-weight: 600;
    color: #1c2420;
}
.wp-schedule-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}
.wp-schedule-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
}
.wp-schedule-filters .wp-schedule-filter {
    margin: 0;
    min-width: 10rem;
    max-width: 14rem;
}

.wp-booking-summary {
    margin: 0 0 0.75rem;
    padding: 0.65rem 0.75rem;
    background: rgba(47, 93, 140, 0.08);
    border-radius: var(--radius-sm);
    font-size: 0.92rem;
}
.wp-plan-order {
    margin: 0 0 0.85rem;
    padding: 0.85rem 1rem;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    background: #fff;
}
.wp-plan-order-label {
    margin: 0 0 0.55rem;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--muted);
    font-weight: 650;
}
.wp-plan-order-dl {
    margin: 0;
    display: grid;
    gap: 0.35rem 0.75rem;
}
.wp-plan-order-dl > div {
    display: grid;
    grid-template-columns: 5.5rem 1fr;
    gap: 0.35rem;
    font-size: 0.9rem;
}
.wp-plan-order-dl dt {
    margin: 0;
    color: var(--muted);
    font-weight: 500;
}
.wp-plan-order-dl dd {
    margin: 0;
    font-weight: 600;
}
.wp-clip-balance-num {
    margin: 0.15rem 0 0.65rem;
    font-size: 2.25rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.1;
}
.wp-waiver-consent {
    display: flex;
    gap: 0.55rem;
    align-items: flex-start;
    margin: 0.45rem 0;
    font-size: 0.92rem;
}
.wp-waiver-consent input {
    margin-top: 0.2rem;
}
.wp-legal-toc ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.85rem;
    margin: 0 0 0.85rem;
    padding: 0;
    list-style: none;
}
.wp-legal-toc a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 0.15em;
}
.wp-pay-row--failed td {
    background: rgba(139, 30, 30, 0.06);
}
.wp-receipt-body {
    display: block;
    margin: 0.45rem 0 0;
    padding: 0.65rem 0.75rem;
    white-space: pre-wrap;
    font: 0.82rem/1.4 ui-monospace, Consolas, monospace;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm, 6px);
    background: rgba(255, 255, 255, 0.85);
    max-width: 36rem;
}
.wp-receipt-body[hidden] {
    display: none !important;
}
.wp-pay-desc {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}
.wp-pay-desc-email {
    display: block;
    color: var(--muted);
    font-size: 0.82rem;
    word-break: break-all;
}
.wp-pay-status {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 600;
    padding: 0.15rem 0.45rem;
    border-radius: 999px;
    background: #e8f2ea;
    color: #1f6b3a;
}
.wp-pay-status--failed {
    background: rgba(139, 30, 30, 0.12);
    color: #8b1e1e;
}
.wp-receipt-dialog {
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 0;
    max-width: 28rem;
    width: calc(100% - 2rem);
    background: #fff;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}
.wp-receipt-dialog::backdrop {
    background: rgba(20, 28, 40, 0.45);
}
.wp-receipt-dialog-inner {
    padding: 1rem 1.1rem 1.15rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.wp-receipt-dialog-inner h3 {
    margin: 0;
    font-size: 1.05rem;
}
.wp-receipt-dialog-inner pre {
    margin: 0;
    padding: 0.75rem;
    white-space: pre-wrap;
    font: 0.82rem/1.45 ui-monospace, Consolas, monospace;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    max-height: 18rem;
    overflow: auto;
}
.wp-receipt-dialog-actions {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
}
.wp-next-bill {
    display: block;
    margin-top: 0.25rem;
}

.wp-pt-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin: 0.75rem 0 1rem;
}
.wp-pt-step {
    border: 1px solid var(--border);
    background: #fff;
    border-radius: var(--radius-sm);
    padding: 0.35rem 0.65rem;
    font-size: 0.85rem;
    cursor: pointer;
}
.wp-pt-step.is-active {
    border-color: var(--accent, #2f5d8c);
    font-weight: 650;
}
.wp-pt-step:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}
.wp-pt-times {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: 0.75rem;
}
.wp-pub-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.7rem 1.25rem;
    border: 1px solid #1c2420;
    background: transparent;
    color: #1c2420;
    text-decoration: none;
    font: inherit;
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.wp-pub-btn:hover {
    background: #1c2420;
    color: #f3efe6;
}
.wp-pub-btn--primary {
    background: #1c2420;
    color: #f3efe6;
    border-color: #1c2420;
}
.wp-pub-btn--primary:hover {
    background: #2a3530;
    border-color: #2a3530;
}
.wp-landing-ctas {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 1.25rem;
    margin-top: 1.25rem;
}
.wp-landing-textlink {
    color: inherit;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid color-mix(in srgb, currentColor 35%, transparent);
}
button.wp-landing-textlink {
    background: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding: 0;
    font: inherit;
    cursor: pointer;
    display: inline;
}
.wp-landing-textlink:hover {
    border-bottom-color: currentColor;
}
.wp-event-post-preview,
.wp-facebook-post-card {
    margin: 0.5rem 0 0;
    padding: 0.85rem 1rem;
    border: 1px solid var(--border, #e5e1d8);
    border-radius: 6px;
    background: #fff;
    max-width: 22rem;
}
.wp-offers-card .wp-facebook-post-card,
.wp-class-card > .wp-facebook-post-card {
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    background: transparent;
}
.wp-event-post-preview-channel {
    margin: 0 0 0.35rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--muted, #666);
}
.wp-event-post-preview-title {
    display: block;
    font-size: 1.02rem;
    margin-bottom: 0.25rem;
}
.wp-event-post-preview-text {
    margin: 0.5rem 0 0;
    white-space: pre-wrap;
    font-size: 0.95rem;
    line-height: 1.4;
}
.wp-event-post-preview .wp-social-media-preview,
.wp-facebook-post-card .wp-social-media-preview {
    margin: 0 0 0.65rem;
}
.wp-event-post-preview .wp-social-media-preview img,
.wp-facebook-post-card .wp-social-media-preview img {
    width: 100%;
    max-height: 14rem;
    object-fit: cover;
    border-radius: 4px;
    display: block;
}
.wp-event-post-preview .wp-pub-btn {
    pointer-events: none;
}

/* —— Startsida: full-bleed, foto-hero, ingen preview-kort-chrome —— */
.wp-pub-body--home {
    background: #f3efe6;
    color: #1c2420;
}
.wp-pub-body--home .wp-pub-main {
    max-width: none;
    margin: 0;
    padding: 0;
}
.wp-preview-page--public {
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    overflow: visible;
}
.wp-preview-page--home.wp-page--editorial {
    padding: 0;
    background: transparent;
}
.wp-pub-body--home .pub-top {
    position: sticky;
    top: 0;
    border-bottom: none;
    background: rgba(14, 20, 18, 0.78);
    backdrop-filter: blur(12px);
    color: #f3efe6;
    padding: 0.95rem clamp(1.15rem, 4vw, 2.5rem);
}
.wp-pub-body--home .wp-block-hero,
.wp-pub-body--home .wp-block-hero.wp-css-align-center {
    text-align: left;
}
.wp-pub-body--home .pub-brand {
    font-family: Fraunces, Georgia, serif;
    font-size: 1.15rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #f3efe6;
}
.wp-pub-body--home .pub-nav a {
    opacity: 0.78;
    color: #f3efe6;
    border-radius: 0;
    padding: 0.25rem 0.4rem;
    font-size: 0.88rem;
}
.wp-pub-body--home .pub-nav a:hover {
    opacity: 1;
    background: transparent;
    text-decoration: underline;
    text-underline-offset: 0.3em;
}
.wp-pub-body--home .pub-nav a.is-active {
    opacity: 1;
    font-weight: 600;
    background: transparent;
}
.wp-pub-body--home .pub-nav-cta {
    background: #f3efe6;
    color: #1c2420;
    border-radius: 0;
    padding: 0.55rem 1.05rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.wp-pub-body--home .wp-block-hero {
    position: relative;
    isolation: isolate;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    text-align: left;
    padding: clamp(5.5rem, 14vh, 7rem) clamp(1.25rem, 5vw, 3.5rem) clamp(2.5rem, 8vh, 4.5rem);
    color: #f3efe6;
    background-color: #2a322c;
    background-image:
        linear-gradient(105deg, rgba(18, 24, 20, 0.82) 0%, rgba(18, 24, 20, 0.45) 48%, rgba(18, 24, 20, 0.25) 100%),
        linear-gradient(180deg, rgba(18, 24, 20, 0.2) 0%, rgba(18, 24, 20, 0.55) 100%),
        url("https://images.unsplash.com/photo-1599901860904-17e6ed7083a0?auto=format&fit=crop&w=2200&q=80");
    background-size: cover;
    background-position: center 40%;
    animation: sn-hero-in 1.1s ease-out both;
}
@keyframes sn-hero-in {
    from { opacity: 0; }
    to { opacity: 1; }
}
.wp-pub-body--home .wp-block-hero-eyebrow {
    color: rgba(243, 239, 230, 0.72);
    letter-spacing: 0.16em;
    margin-bottom: 1.25rem;
    animation: sn-rise 0.9s 0.15s ease-out both;
}
.wp-pub-body--home .wp-block-hero-title {
    font-family: Fraunces, Georgia, serif;
    font-weight: 700;
    font-size: clamp(3.2rem, 11vw, 6.5rem);
    text-transform: none;
    letter-spacing: -0.04em;
    line-height: 0.95;
    max-width: 12ch;
    animation: sn-rise 0.95s 0.22s ease-out both;
}
.wp-pub-body--home .wp-block-hero-sub {
    font-family: Fraunces, Georgia, serif;
    font-weight: 500;
    font-style: italic;
    font-size: clamp(1.45rem, 3.4vw, 2.15rem);
    text-transform: none;
    letter-spacing: -0.02em;
    color: #e8e4da;
    margin-top: 0.85rem;
    max-width: 22ch;
    animation: sn-rise 0.95s 0.32s ease-out both;
}
.wp-pub-body--home .wp-block-hero-tagline {
    color: rgba(243, 239, 230, 0.82);
    max-width: 34rem;
    font-size: clamp(1rem, 1.6vw, 1.12rem);
    line-height: 1.6;
    margin-top: 1.15rem;
    margin-left: 0;
    animation: sn-rise 0.95s 0.4s ease-out both;
}
.wp-pub-body--home .wp-block-hero-ctas {
    justify-content: flex-start;
    margin-top: 1.75rem;
    animation: sn-rise 0.95s 0.5s ease-out both;
}
.wp-pub-body--home .wp-block-hero-ctas .wp-pub-btn {
    border-color: rgba(243, 239, 230, 0.55);
    color: #f3efe6;
    background: transparent;
    min-width: 9.5rem;
}
.wp-pub-body--home .wp-block-hero-ctas .wp-pub-btn:hover {
    background: rgba(243, 239, 230, 0.12);
}
.wp-pub-body--home .wp-block-hero-ctas .wp-pub-btn--primary {
    background: #f3efe6;
    color: #1c2420;
    border-color: #f3efe6;
}
.wp-pub-body--home .wp-block-hero-ctas .wp-pub-btn--primary:hover {
    background: #fff;
    border-color: #fff;
}
@keyframes sn-rise {
    from { opacity: 0; transform: translateY(0.85rem); }
    to { opacity: 1; transform: translateY(0); }
}

.wp-landing-surface {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
}
.wp-landing-surface--home .wp-surface-body {
    display: flex;
    flex-direction: column;
}
.wp-landing-journey {
    background: #ebe6db;
}
.wp-journey-situations,
.wp-journey-times {
    display: grid;
    gap: 0.65rem;
    margin: 0 0 1.5rem;
}
@media (min-width: 720px) {
    .wp-journey-situations {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .wp-journey-times {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
.wp-journey-choice {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
    text-align: left;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(28, 36, 32, 0.16);
    background: #f3efe6;
    color: #1c2420;
    font: inherit;
    cursor: pointer;
    transition: border-color 0.15s ease, background 0.15s ease;
}
.wp-journey-choice:hover {
    border-color: rgba(28, 36, 32, 0.45);
}
.wp-journey-choice.is-selected {
    border-color: #1c2420;
    background: #1c2420;
    color: #f3efe6;
}
.wp-journey-choice strong {
    font-family: Fraunces, Georgia, serif;
    font-size: 1.12rem;
    font-weight: 600;
    letter-spacing: -0.02em;
}
.wp-journey-choice span {
    font-size: 0.9rem;
    line-height: 1.4;
    opacity: 0.78;
}
.wp-journey-time-kicker {
    margin-top: 0.5rem;
}
.wp-journey-result {
    margin-top: 0.5rem;
    padding: 1.35rem 0 0;
    border-top: 1px solid rgba(28, 36, 32, 0.12);
}
.wp-journey-result[data-state="error"] .wp-schedule-state {
    color: #8b1e1e;
}
.wp-journey-result-title {
    margin: 0 0 0.45rem;
    font-family: Fraunces, Georgia, serif;
    font-size: clamp(1.45rem, 3vw, 1.95rem);
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.15;
}
.wp-journey-result-lead {
    margin: 0 0 0.65rem;
    max-width: 38rem;
    color: #5a615a;
    line-height: 1.55;
}
.wp-journey-steps {
    margin: 1rem 0 0;
    padding: 0 0 0 1.15rem;
    max-width: 38rem;
}
.wp-journey-steps li {
    margin: 0 0 0.85rem;
}
.wp-journey-steps strong {
    display: block;
    font-family: Fraunces, Georgia, serif;
    margin-bottom: 0.15rem;
}
.wp-journey-steps p {
    margin: 0;
    color: #5a615a;
    line-height: 1.45;
}
.wp-program-surface .wp-surface-body {
    display: flex;
    flex-direction: column;
}
.wp-program {
    background: #ebe6db;
}
.wp-program-summary {
    margin: 0 0 1.25rem;
}
.wp-program-missing {
    margin: 0.75rem 0 0;
}
.wp-program-spans {
    margin-bottom: 1.75rem;
}
@media (min-width: 720px) {
    .wp-program-spans {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
.wp-program-result {
    margin-top: 0.5rem;
    padding: 1.35rem 0 0;
    border-top: 1px solid rgba(28, 36, 32, 0.12);
}
.wp-program-result[data-state="error"] .wp-schedule-state {
    color: #8b1e1e;
}
.wp-program-meta {
    margin: 0 0 1rem;
}
.wp-program-milestones {
    margin: 0 0 1.5rem;
}
.wp-program-milestone-list {
    margin: 0.35rem 0 0;
    padding: 0 0 0 1.15rem;
    max-width: 40rem;
    color: #5a615a;
    line-height: 1.5;
}
.wp-program-weeks {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.35rem;
}
.wp-program-week-title {
    margin: 0 0 0.65rem;
    font-family: Fraunces, Georgia, serif;
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: -0.02em;
}
.wp-history-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
    align-items: end;
    margin-bottom: 1rem;
}
.wp-member-plan-head {
    margin-bottom: 0.35rem;
}
.wp-member-plan-title {
    margin: 0 0 0.35rem;
    font-family: Fraunces, Georgia, serif;
    font-size: 1.65rem;
    font-weight: 600;
}
.wp-member-plan-topbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem 1rem;
    margin-top: 0.55rem;
}
.wp-member-plan-progress {
    margin: 0;
}
.wp-member-plan-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 0.55rem;
    margin: 0;
}
.wp-member-plan-ranges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin: 0.85rem 0 1rem;
}
.wp-member-plan-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}
.wp-member-plan-row {
    border: 1px solid rgba(28, 36, 32, 0.12);
    padding: 0.75rem 0.9rem;
    background: rgba(243, 239, 230, 0.55);
}
.wp-member-plan-row-main {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}
.wp-member-plan-row-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.55rem;
}
.wp-plan-friend-avatars {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    margin-left: 0.25rem;
}
.wp-plan-friend-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem 0.65rem;
    margin-top: 0.35rem;
}
.wp-plan-friend-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.85rem;
    height: 1.85rem;
    border-radius: 999px;
    border: 1px solid rgba(28, 36, 32, 0.35);
    background: #f7f4ee;
    font-size: 0.68rem;
    font-weight: 650;
    letter-spacing: 0.02em;
    line-height: 1;
    color: #1c2420;
}
.wp-member-plan-row-actions .wp-pub-btn.is-selected {
    background: #1c2420;
    color: #f7f4ee;
    border-color: #1c2420;
}
.wp-member-plan-row-detail {
    margin-top: 0.55rem;
    padding-top: 0.55rem;
    border-top: 1px solid rgba(28, 36, 32, 0.1);
}
.wp-plan-video {
    margin-top: 0.65rem;
    aspect-ratio: 16 / 9;
    width: 100%;
    max-width: 40rem;
    background: #1c2420;
    overflow: hidden;
}
.wp-plan-video-frame {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}
.wp-member-plan-build {
    margin: 0.85rem 0 1.15rem;
    padding: 1rem;
    border: 1px solid rgba(28, 36, 32, 0.14);
    background: #ebe6db;
}
.wp-member-plan-build .wp-journey-times {
    margin-bottom: 0.85rem;
}
.wp-member-plan-build-wrap {
    margin-bottom: 1rem;
}
.wp-plan-waitlist {
    margin: 1.25rem 0 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(28, 36, 32, 0.12);
}
.wp-self-checkin-card {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 1rem;
    padding: 0.85rem;
    border: 1px solid rgba(28, 36, 32, 0.14);
    background: rgba(243, 239, 230, 0.55);
}
.wp-self-checkin-card--identity {
    margin-bottom: 1.25rem;
}
.wp-self-checkin-qr {
    width: 11rem;
    height: 11rem;
    object-fit: contain;
    background: #fff;
    border: 1px solid rgba(28, 36, 32, 0.12);
}
.wp-self-checkin-code {
    font-family: ui-monospace, Consolas, monospace;
    font-size: 1.1rem;
    letter-spacing: 0.06em;
}
.wp-member-create {
    margin-bottom: 1.5rem;
    padding: 1.15rem 1.2rem 1.25rem;
    border: 1px solid rgba(28, 36, 32, 0.14);
    background: rgba(243, 239, 230, 0.55);
}
.wp-member-create-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    margin-top: 0.75rem;
}
.wp-member-event-form {
    margin-top: 0.85rem;
}
.wp-member-event-fields {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-width: 36rem;
}
.wp-member-event-row {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
}
.wp-member-event-form .wp-booking-field {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    margin: 0;
}
.wp-member-event-form .wp-booking-field > span {
    font-size: 0.85rem;
    color: #4a524c;
}
.wp-member-event-form textarea.wp-pub-input {
    min-height: 4.5rem;
    resize: vertical;
}
.wp-member-event-form .wp-member-event-recur {
    margin: 0.15rem 0 0;
}
.wp-member-event-form [data-event-weekly-fields] {
    margin-top: 0.35rem;
}
.wp-member-event-form [data-event-recur-preview] {
    margin: 0.15rem 0 0.35rem;
}
.wp-member-event-map {
    margin: 0.15rem 0 0.35rem;
    max-width: 36rem;
}
.wp-member-event-map-frame {
    margin-top: 0.45rem;
}
.wp-member-event-map-iframe {
    display: block;
    width: 100%;
    height: 14rem;
    border: 1px solid rgba(28, 36, 32, 0.16);
    background: #ebe6db;
}
.wp-member-event-map [data-event-map-state][data-state="error"] {
    color: #8a2e2e;
}
.wp-member-event-map [data-event-map-state][data-state="loading"] {
    color: #4a524c;
}
.wp-member-create-youtube {
    margin-top: 1.15rem;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(28, 36, 32, 0.12);
    max-width: 36rem;
}
.wp-member-create-youtube summary {
    cursor: pointer;
    font-size: 0.95rem;
    color: #1c2420;
    margin-bottom: 0.65rem;
}
.wp-member-create-youtube .wp-admin-widget {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}
.wp-library-card--mine {
    border-color: rgba(28, 36, 32, 0.28);
}
.wp-profile-reminders {
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(28, 36, 32, 0.12);
}
.wp-member-plan-add-panel {
    margin-top: 1rem;
    padding: 1rem;
    border: 1px solid rgba(28, 36, 32, 0.14);
    background: #ebe6db;
}
.wp-plan-weekdays {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 0.75rem;
    margin: 0.35rem 0 0.75rem;
}
.wp-plan-weekday {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.9rem;
}
.wp-plan-weeks-input {
    width: 4.5rem;
    display: inline-block;
    margin: 0 0.25rem;
}
.wp-plan-recur-freq,
.wp-plan-recur-end {
    border: 0;
    margin: 0 0 0.75rem;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem 1rem;
}
.wp-plan-recur-freq legend,
.wp-plan-recur-end legend {
    font-size: 0.78rem;
    font-weight: 650;
    margin-bottom: 0.25rem;
    width: 100%;
}
.wp-member-plan-library-list {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    max-height: 18rem;
    overflow: auto;
}
.wp-member-plan-library-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.55rem;
    padding: 0.55rem 0.65rem;
    border: 1px solid rgba(28, 36, 32, 0.12);
    background: rgba(243, 239, 230, 0.7);
}
.wp-member-plan-library-row .wp-class-meta {
    display: block;
}
.wp-program-acts {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}
.wp-program-act {
    border-top: 1px solid rgba(28, 36, 32, 0.1);
}
.wp-program-act-toggle {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    column-gap: 1rem;
    row-gap: 0.2rem;
    align-items: start;
    width: 100%;
    margin: 0;
    padding: 0.85rem 0;
    border: none;
    background: transparent;
    color: inherit;
    font: inherit;
    text-align: left;
    cursor: pointer;
}
.wp-program-act-toggle:hover .wp-program-act-title {
    text-decoration: underline;
    text-underline-offset: 0.2em;
}
.wp-program-act-title {
    grid-column: 1;
    grid-row: 1;
    font-family: Fraunces, Georgia, serif;
    font-size: 1.05rem;
    font-weight: 600;
}
.wp-program-act-toggle .wp-class-meta {
    grid-column: 1;
    grid-row: 2;
}
.wp-program-act-more {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
    font-size: 0.88rem;
    color: #5a615a;
    text-decoration: underline;
    text-underline-offset: 0.2em;
}
.wp-program-act-detail {
    padding: 0 0 0.95rem;
    max-width: 36rem;
    color: #5a615a;
    line-height: 1.5;
}
.wp-program-act-detail p {
    margin: 0 0 0.45rem;
}
.wp-program-act.is-open .wp-program-act-toggle {
    padding-bottom: 0.35rem;
}
.wp-program-act-cta {
    flex: 0 0 auto;
    align-self: center;
}

.wp-landing-kicker {
    margin: 0 0 0.55rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #6d736c;
}
.wp-landing-heading {
    margin: 0 0 0.55rem;
    font-family: Fraunces, Georgia, serif;
    font-size: clamp(1.85rem, 4vw, 2.75rem);
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.12;
    color: #1c2420;
}
.wp-landing-lead {
    margin: 0 0 1.75rem;
    max-width: 36rem;
    color: #5a615a;
    line-height: 1.6;
    font-size: 1.05rem;
}
.wp-landing-panel {
    margin: 0;
    padding: clamp(2.75rem, 7vw, 5rem) clamp(1.25rem, 5vw, 3.5rem);
    border-top: 1px solid rgba(28, 36, 32, 0.1);
}
.wp-landing-offer-banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.25rem 2rem;
    align-items: center;
    margin: 0;
    padding: clamp(1.75rem, 4vw, 2.5rem) clamp(1.25rem, 5vw, 3.5rem);
    background: #1c2420;
    color: #f3efe6;
}
.wp-landing-offer-banner .wp-landing-kicker {
    color: rgba(243, 239, 230, 0.65);
}
.wp-landing-offer-banner-copy {
    flex: 1 1 16rem;
}
.wp-landing-offer-banner-copy strong {
    display: block;
    font-family: Fraunces, Georgia, serif;
    font-size: clamp(1.45rem, 3vw, 1.9rem);
    font-weight: 600;
    margin-bottom: 0.35rem;
    letter-spacing: -0.02em;
}
.wp-landing-offer-banner-copy p {
    margin: 0;
    color: rgba(243, 239, 230, 0.78);
    line-height: 1.5;
    max-width: 34rem;
}
.wp-landing-offer-banner-side {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
}
.wp-landing-offer-price {
    font-family: Fraunces, Georgia, serif;
    font-size: clamp(2.2rem, 5vw, 3rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1;
}
.wp-landing-offer-banner .wp-pub-btn--primary {
    background: #f3efe6;
    color: #1c2420;
    border-color: #f3efe6;
}
.wp-landing-studio {
    padding: clamp(3rem, 8vw, 5.5rem) clamp(1.25rem, 5vw, 3.5rem);
    text-align: center;
    background:
        radial-gradient(ellipse 60% 80% at 50% 0%, rgba(90, 110, 95, 0.12), transparent 70%),
        #ebe6db;
}
.wp-landing-studio-mark {
    margin: 0;
    font-family: Fraunces, Georgia, serif;
    font-size: clamp(2.4rem, 7vw, 4.2rem);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1;
}
.wp-landing-studio-line {
    margin: 0.15rem 0 1.25rem;
    font-family: Fraunces, Georgia, serif;
    font-style: italic;
    font-size: clamp(1.35rem, 3.5vw, 2rem);
    color: #4a524c;
}
.wp-landing-studio-copy {
    margin: 0 auto;
    max-width: 28rem;
    color: #5a615a;
    line-height: 1.55;
    font-size: 1.05rem;
}
.wp-landing-practices {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 2rem 2.5rem;
}
@media (min-width: 800px) {
    .wp-landing-practices {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
.wp-landing-practice {
    padding: 0;
    border: none;
    background: transparent;
}
.wp-landing-practice strong {
    display: block;
    font-family: Fraunces, Georgia, serif;
    font-size: 1.35rem;
    font-weight: 600;
    margin-bottom: 0.55rem;
    letter-spacing: -0.02em;
}
.wp-landing-practice p {
    margin: 0 0 0.85rem;
    color: #5a615a;
    line-height: 1.55;
    font-size: 0.98rem;
}
.wp-landing-teachers {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 1.5rem;
}
@media (min-width: 700px) {
    .wp-landing-teachers {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 2rem;
    }
}
.wp-landing-teachers li {
    padding: 1.25rem 0 0;
    border-top: 1px solid rgba(28, 36, 32, 0.14);
}
.wp-landing-teachers strong {
    display: block;
    font-family: Fraunces, Georgia, serif;
    font-size: 1.2rem;
    margin-bottom: 0.25rem;
}
.wp-landing-visit {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0;
    max-width: 42rem;
}
.wp-landing-visit li {
    padding: 1.15rem 0;
    border-top: 1px solid rgba(28, 36, 32, 0.12);
}
.wp-landing-visit li:last-child {
    border-bottom: 1px solid rgba(28, 36, 32, 0.12);
}
.wp-landing-visit strong {
    display: block;
    margin-bottom: 0.25rem;
    font-size: 1.02rem;
}
.wp-landing-visit p {
    margin: 0;
    color: #5a615a;
    line-height: 1.5;
}
.wp-landing-next {
    background: #ebe6db;
}
.wp-pub-body--home .pub-foot {
    border-top: 1px solid rgba(28, 36, 32, 0.12);
    background: #ebe6db;
    padding: 2rem clamp(1.25rem, 5vw, 3.5rem) 2.5rem;
}
.wp-workshop-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem 1rem;
    align-items: end;
    margin: 0.75rem 0 1rem;
}
.wp-workshop-cats {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}
.wp-workshop-grid {
    list-style: none;
    margin: 1rem 0 2rem;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(16.5rem, 1fr));
    gap: 1.25rem 1.1rem;
    align-items: stretch;
    align-content: start;
}
.wp-workshop-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    background: #fff;
    box-sizing: border-box;
}
.wp-workshop-media {
    margin: 0;
}
.wp-workshop-thumb {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 0;
    background: #ebe6df;
}
.wp-workshop-thumb--missing {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--muted);
    font-size: 0.85rem;
    text-align: center;
    padding: 0.35rem;
    aspect-ratio: 4 / 3;
}
.wp-workshop-body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    gap: 0.3rem;
    padding: 0.9rem 1rem 1.05rem;
    min-width: 0;
}
.wp-workshop-title {
    display: block;
    font-family: Fraunces, Georgia, serif;
    font-size: 1.15rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.2;
}
.wp-workshop-body > .wp-class-meta {
    margin: 0;
}
.wp-workshop-actions {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-top: auto;
    padding-top: 0.75rem;
}
.wp-workshop-actions .wp-pub-btn {
    width: 100%;
    justify-content: center;
}
.wp-workshop-detail-img {
    max-width: 100%;
    border-radius: var(--radius-sm);
}
@media (min-width: 1100px) {
    .wp-workshop-grid {
        grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
        gap: 1.5rem 1.25rem;
    }
}
.wp-field-error {
    display: block;
    color: #8a1c12;
    font-size: 0.8rem;
    margin-top: 0.25rem;
}
.wp-shop-totals {
    margin: 0.75rem 0;
    padding-top: 0.5rem;
    border-top: 1px solid var(--border);
}
.wp-shop-total-line {
    margin: 0.2rem 0;
}
.wp-shop-detail-stock--out {
    color: #8a1c12;
}
.wp-shop-card--out {
    opacity: 0.72;
}
.wp-gift-self,
.wp-gift-delivery label {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0.35rem 0;
}
.wp-gift-delivery {
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    padding: 0.65rem 0.85rem;
    margin: 0.75rem 0;
}
.wp-gift-delivery legend {
    padding: 0 0.25rem;
    font-size: 0.85rem;
    color: var(--muted);
}
.wp-landing-next,
.wp-landing-offer {
    margin-bottom: 1rem;
}

.wp-about-media {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
    gap: 0.85rem;
    margin: 1rem 0;
}
.wp-about-figure {
    margin: 0;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    overflow: hidden;
    background: #f7f5f2;
}
.wp-about-figure img {
    display: block;
    width: 100%;
    height: 12rem;
    object-fit: cover;
}
.wp-about-figure--missing {
    min-height: 10rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 1rem;
    color: var(--muted);
}
.wp-about-figure figcaption {
    padding: 0.5rem 0.75rem;
    font-size: 0.85rem;
    color: var(--muted);
}

.wp-faq-group {
    margin: 0 0 1.25rem;
}
.wp-faq-group-title {
    font-size: 1.05rem;
    margin: 0 0 0.5rem;
}
.wp-faq-item {
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    background: #fff;
    padding: 0.65rem 0.85rem;
    margin: 0 0 0.5rem;
}
.wp-faq-item summary {
    cursor: pointer;
}
.wp-faq-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin: 0.65rem 0 0.25rem;
}

.wp-instructor-grid {
    list-style: none;
    padding: 0;
    margin: 1rem 0 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(16.5rem, 1fr));
    gap: 1.25rem 1.1rem;
    align-items: stretch;
}
.wp-instructor-card {
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.wp-instructor-photo {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    background: #ebe6df;
}
.wp-instructor-photo--missing {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--muted);
    font-size: 0.9rem;
    aspect-ratio: 4 / 3;
}
.wp-instructor-body {
    padding: 0.9rem 1rem 1.05rem;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-width: 0;
}
.wp-instructor-body > strong {
    font-family: Fraunces, Georgia, serif;
    font-size: 1.15rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.2;
}
.wp-instructor-body > p {
    margin: 0.35rem 0 0;
}
.wp-instructor-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.4rem;
    margin: auto 0 0;
    padding-top: 0.85rem;
}
.wp-instructor-actions .wp-pub-btn {
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
    text-align: center;
}
@media (min-width: 1100px) {
    .wp-instructor-grid {
        grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
        gap: 1.5rem 1.25rem;
    }
}

.wp-class-list {
    list-style: none;
    padding: 0;
    margin: 0.5rem 0 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.wp-funnel-compose-layout {
    display: grid;
    grid-template-columns: minmax(220px, 0.9fr) minmax(0, 1.4fr);
    gap: 1.25rem;
    align-items: start;
}
.wp-funnel-compose-master .wp-class-list {
    gap: 0.55rem;
    margin-bottom: 0;
}
.wp-funnel-compose-detail {
    min-width: 0;
}
.wp-funnel-compose-detail > [data-funnel-detail] {
    margin: 0;
    padding: 0.85rem 1rem;
    border: 1px solid var(--border, #d0d5dd);
    border-radius: var(--radius-sm, 4px);
    background: rgba(255, 255, 255, 0.85);
}
.wp-funnel-compose-step {
    align-items: flex-start;
}
.wp-funnel-bindings {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    margin: 0.35rem 0 0.75rem;
}
.wp-funnel-bind-row {
    display: grid;
    grid-template-columns: 7rem minmax(0, 1fr) minmax(0, 1fr);
    gap: 0.35rem;
    align-items: center;
}
.wp-funnel-bind-target {
    font-size: 0.85rem;
    font-weight: 600;
}
@media (max-width: 700px) {
    .wp-funnel-bind-row {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 900px) {
    .wp-funnel-compose-layout {
        grid-template-columns: 1fr;
    }
}
.wp-class-daygroup {
    list-style: none;
    margin: 0;
    padding: 0;
}
.wp-class-dayhead {
    margin: 0 0 0.45rem;
    font-size: 0.95rem;
    font-weight: 650;
    letter-spacing: 0.01em;
    color: var(--text, #1a1a1a);
}
.wp-class-daylist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}
.wp-class-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.65rem 1rem;
    padding: 0.75rem 0.85rem;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.7);
}
.wp-class-card--active {
    border-color: var(--accent, #1a5f4a);
    box-shadow: inset 3px 0 0 var(--accent, #1a5f4a);
    background: rgba(255, 255, 255, 0.95);
}
.wp-class-card > a.wp-class-card-main {
    text-decoration: none;
    color: inherit;
    flex: 1;
    min-width: 0;
}
.wp-class-card > a.wp-class-card-main:focus-visible {
    outline: 2px solid var(--accent, #1a5f4a);
    outline-offset: 2px;
}
[data-funnel-detail] > .wp-booking-title {
    margin: 0.25rem 0 0.75rem;
}
.wp-funnel-convert {
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid var(--border);
}
.wp-funnel-design-preview {
    margin-top: 0.75rem;
    padding: 0.75rem;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.55);
}
.wp-page-designer-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin: 0.75rem 0 0.5rem;
}
.wp-page-designer-tab {
    display: inline-block;
    padding: 0.35rem 0.7rem;
    border: 1px solid var(--border, #d0d5dd);
    border-radius: var(--radius-sm, 4px);
    text-decoration: none;
    color: inherit;
    font-size: 0.9rem;
    background: rgba(255, 255, 255, 0.5);
}
.wp-page-designer-tab.is-current {
    border-color: var(--accent, #1a5f4a);
    background: var(--accent, #1a5f4a);
    color: #fff;
    font-weight: 600;
}
.wp-page-designer-tools {
    margin: 0.5rem 0 0.75rem;
}
.wp-page-designer-workspace {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(240px, 0.85fr);
    gap: 1rem;
    align-items: start;
}
@media (max-width: 900px) {
    .wp-page-designer-workspace {
        grid-template-columns: 1fr;
    }
}
.wp-page-grid-workspace {
    grid-template-columns: minmax(140px, 0.7fr) minmax(0, 1.6fr) minmax(220px, 0.9fr);
}
@media (max-width: 1000px) {
    .wp-page-grid-workspace {
        grid-template-columns: 1fr;
    }
}
.wp-page-palette {
    padding: 0.75rem;
    border: 1px solid var(--border, #d0d5dd);
    border-radius: var(--radius-sm, 4px);
    background: rgba(255, 255, 255, 0.75);
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}
.wp-page-palette-item {
    padding: 0.45rem 0.55rem;
    border: 1px dashed var(--border, #d0d5dd);
    border-radius: var(--radius-sm, 4px);
    cursor: grab;
    background: #fff;
    font-size: 0.9rem;
}
.wp-page-palette-item:active { cursor: grabbing; }
.wp-page-palette-item:hover { border-color: var(--accent, #2f5d8c); }
.wp-page-grid-size {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
    margin: 0.5rem 0 0.75rem;
}
.wp-page-grid-size label {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.9rem;
}
.wp-page-grid {
    display: grid;
    gap: 0.5rem;
    min-height: 12rem;
    --wp-page-grid-gap: 0.5rem;
}
.wp-page-grid-cell {
    border: 1px solid var(--border, #d0d5dd);
    border-radius: var(--radius-sm, 4px);
    min-height: 4.5rem;
    padding: 0.35rem;
    background: rgba(255, 255, 255, 0.35);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}
.wp-page-grid-cell--h-left { align-items: flex-start; text-align: left; }
.wp-page-grid-cell--h-center { align-items: center; text-align: center; }
.wp-page-grid-cell--h-right { align-items: flex-end; text-align: right; }
.wp-page-grid-cell--v-top { justify-content: flex-start; }
.wp-page-grid-cell--v-middle { justify-content: center; }
.wp-page-grid-cell--v-bottom { justify-content: flex-end; }
.wp-page-grid-cell--open-n {
    margin-top: calc(-1 * var(--wp-page-grid-gap));
    border-top-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.wp-page-grid-cell--open-s {
    margin-bottom: calc(-1 * var(--wp-page-grid-gap));
    border-bottom-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.wp-page-grid-cell--open-e {
    margin-right: calc(-1 * var(--wp-page-grid-gap));
    border-right-color: transparent;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.wp-page-grid-cell--open-w {
    margin-left: calc(-1 * var(--wp-page-grid-gap));
    border-left-color: transparent;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.wp-page-grid-cell--empty {
    display: flex;
    align-items: center;
    justify-content: center;
    border-style: dashed;
    background: rgba(255, 255, 255, 0.15);
}
.wp-page-grid-cell.is-selected {
    outline: 2px solid var(--accent, #2f5d8c);
    outline-offset: 1px;
}
.wp-page-cell-borders {
    margin: 0.75rem 0 0;
    padding: 0.5rem 0 0;
    border: none;
    border-top: 1px solid var(--border, #d0d5dd);
}
.wp-page-cell-borders legend {
    font-size: 0.75rem;
    font-weight: 650;
    color: var(--dim, #667085);
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 0;
}
.wp-page-cell-borders-compass {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    margin-top: 0.35rem;
}
.wp-page-cell-borders-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
}
.wp-page-cell-borders-row--ew {
    gap: 0.5rem;
}
.wp-page-cell-borders-center {
    width: 1.25rem;
    text-align: center;
    color: var(--dim, #667085);
    font-size: 0.85rem;
}
.wp-page-cell-border {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.8rem;
    cursor: pointer;
}
.wp-page-cell-border input:disabled + span {
    opacity: 0.45;
}
.wp-page-designer-canvas .wp-page-grid-cell .wp-block {
    cursor: grab;
}
.wp-page-designer-canvas {
    padding: 0.75rem;
    border: 1px solid var(--border, #d0d5dd);
    border-radius: var(--radius-sm, 4px);
    background: transparent;
    min-height: 280px;
}
.wp-page-designer-canvas .wp-preview-page {
    box-shadow: 0 8px 28px rgba(26, 22, 18, 0.1);
}
.wp-page-designer-canvas .wp-block {
    cursor: pointer;
    outline: 2px solid transparent;
    outline-offset: 2px;
    transition: outline-color 0.12s ease;
}
.wp-page-designer-canvas .wp-block.is-selected {
    outline-color: var(--accent, #2f5d8c);
}
.wp-page-designer-canvas .wp-funnel-convert-hint {
    color: var(--muted, #6b6560);
    margin-top: 1rem;
}
.wp-page-designer-inspector {
    padding: 0.75rem;
    border: 1px solid var(--border, #d0d5dd);
    border-radius: var(--radius-sm, 4px);
    background: rgba(255, 255, 255, 0.7);
}
.wp-block-cta-block {
    margin: 0.5rem 0;
}
.wp-funnel-landing-design {
    margin-bottom: 0.5rem;
}
.wp-friend-card .wp-class-card-main {
    flex: 1 1 100%;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}
.wp-friend-activities {
    margin-top: 0.45rem;
    padding-top: 0.45rem;
    border-top: 1px solid var(--border);
}
.wp-friend-activities-label {
    margin: 0 0 0.35rem;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--muted, #5a6570);
}
.wp-friend-activities-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}
.wp-friend-activity-link {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    text-decoration: none;
    color: inherit;
}
.wp-friend-activity-link:hover strong {
    text-decoration: underline;
}
.wp-friend-activities-empty {
    margin: 0.35rem 0 0;
}
.wp-class-card--dense {
    gap: 0.45rem 0.85rem;
    padding: 0.55rem 0.7rem;
    border-left: 3px solid #2f5d8c;
}
.wp-class-card--dense .wp-class-time {
    font-size: 0.9rem;
}
.wp-class-card--dense .wp-class-meta {
    font-size: 0.78rem;
    line-height: 1.25;
}
.wp-class-card--dense .wp-class-pill {
    font-size: 0.7rem;
    padding: 0.08rem 0.4rem;
}
.wp-class-card--flow {
    border-left-color: #2f5d8c;
    background: #f4f8fc;
}
.wp-class-card--yin {
    border-left-color: #6b4f8a;
    background: #f7f3fa;
}
.wp-class-card--morning {
    border-left-color: #3d7a45;
    background: #f3f8f3;
}
.wp-class-card.is-full {
    background: #f3f3f3;
    border-left-color: #888;
}
.wp-class-card.is-past {
    opacity: 0.6;
}
.wp-class-card.is-skipped {
    opacity: 0.55;
    background: #f6f6f6;
}
.wp-class-card--empty {
    color: var(--muted);
    justify-content: center;
}
.wp-class-card-main {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 12rem;
    flex: 1;
}
.wp-class-card-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem 0.55rem;
}
.wp-class-time {
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    font-size: 1.05rem;
}
.wp-class-pill {
    font-size: 0.75rem;
    padding: 0.12rem 0.5rem;
    border-radius: 999px;
    background: rgba(47, 93, 140, 0.1);
    color: #2f5d8c;
}
.wp-class-meta {
    font-size: 0.88rem;
    color: var(--muted);
}
.wp-class-card-side {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.4rem;
}
.wp-class-badge {
    font-size: 0.78rem;
    padding: 0.15rem 0.45rem;
    border-radius: 999px;
    background: rgba(47, 93, 140, 0.12);
}
.wp-class-badge--full {
    background: rgba(139, 30, 30, 0.12);
    color: #8b1e1e;
    font-weight: 600;
}
.wp-class-badge--open {
    background: rgba(30, 110, 60, 0.12);
    color: #1e6e3c;
}
.wp-library-toolbar {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    margin: 0 0 0.85rem;
}
.wp-library-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}
.wp-library-list {
    list-style: none;
    margin: 1rem 0 2rem;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(16.5rem, 1fr));
    gap: 1.25rem 1.1rem;
    align-items: stretch;
    align-content: start;
}
.wp-library-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--border, #e5e7eb);
    border-radius: var(--radius-sm);
    background: #fff;
    box-sizing: border-box;
}
.wp-library-cover-wrap {
    width: 100%;
    margin: 0;
}
.wp-library-cover {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 0;
    background: #ebe6db;
}
.wp-library-cover--missing {
    border: 0;
    border-bottom: 1px dashed #d1d5db;
    background:
        linear-gradient(135deg, #f3efe6 0%, #ebe6db 55%, #e2ddd2 100%);
}
.wp-library-body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    gap: 0.35rem;
    padding: 0.9rem 1rem 1.05rem;
}
.wp-library-kicker {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.35rem 0.55rem;
}
.wp-library-type {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #2f5d8c;
}
.wp-library-meta {
    margin: 0;
    font-size: 0.82rem;
    color: var(--muted);
    line-height: 1.35;
}
.wp-library-title {
    display: block;
    font-family: Fraunces, Georgia, serif;
    font-size: 1.12rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.25;
    color: #1c2420;
}
.wp-library-teaser {
    margin: 0;
    font-size: 0.86rem;
    line-height: 1.4;
    color: var(--muted);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.wp-library-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.4rem;
    width: 100%;
    margin-top: auto;
    padding-top: 0.65rem;
}
.wp-library-card .wp-class-badge {
    text-align: center;
    width: auto;
    box-sizing: border-box;
    font-size: 0.72rem;
}
.wp-library-card-actions {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    width: 100%;
}
.wp-library-card-actions .wp-pub-btn {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    justify-content: center;
}
.wp-library-card--locked {
    opacity: 1;
    background: #f8f8f8;
}
.wp-library-card--locked .wp-library-cover {
    filter: grayscale(0.35);
}
.wp-library-card--locked .wp-class-badge {
    background: rgba(139, 30, 30, 0.12);
    color: #8b1e1e;
}
.wp-library-card--mine {
    border-color: #d7e3ef;
}
@media (min-width: 1100px) {
    .wp-library-list {
        grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
        gap: 1.5rem 1.25rem;
    }
}
.wp-landing-teacher-photo {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    margin-bottom: 0.75rem;
    background: #ebe6db;
}
.wp-shop-detail-media {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #ebe6db;
}
.wp-shop-card-media img,
.wp-shop-detail-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wp-shop-card-media--missing {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--muted);
    font-size: 0.85rem;
    background: #ebe6db !important;
}
.wp-class-book {
    font-size: 0.88rem;
    padding: 0.35rem 0.75rem;
}
.wp-class-detail-btn {
    font-size: 0.82rem;
    padding: 0.25rem 0.55rem;
}
.wp-class-detail {
    border: 1px solid var(--border);
    border-radius: var(--radius-md, 10px);
    padding: 0;
    max-width: 28rem;
    width: calc(100% - 2rem);
    background: #fff;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}
.wp-class-detail::backdrop {
    background: rgba(20, 28, 40, 0.45);
}
.wp-class-detail-inner {
    margin: 0;
    padding: 1rem 1.1rem 1.15rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.wp-class-detail-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.75rem;
}
.wp-class-detail-head h3 {
    margin: 0;
    font-size: 1.15rem;
}
.wp-class-detail-body {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}
.wp-class-detail-foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
}
.wp-class-detail-close {
    flex: 0 0 auto;
    box-sizing: border-box;
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
    max-width: 2rem;
    padding: 0;
    border: 1px solid #1c2420;
    border-radius: 0;
    background: transparent;
    color: #1c2420;
    font: inherit;
    font-size: 1rem;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.wp-class-detail-close:hover {
    background: rgba(28, 36, 32, 0.06);
}
.wp-class-detail-close:focus {
    outline: none;
}
.wp-class-detail-close:focus-visible {
    outline: 2px solid #1c2420;
    outline-offset: 2px;
}
.wp-workshop-edit {
    max-width: 36rem;
}
.wp-workshop-edit .wp-member-event-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem;
}
.wp-workshop-edit-preview {
    margin: 0.25rem 0 0.5rem;
}
.wp-workshop-edit-preview img {
    display: block;
    width: 100%;
    max-height: 10rem;
    object-fit: cover;
    border-radius: var(--radius-sm, 6px);
    border: 1px solid var(--border);
}
.wp-workshop-admin-title {
    overflow-wrap: anywhere;
    word-break: break-word;
}
.wp-workshop-admin-list .wp-class-card {
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.75rem 1rem;
}
.wp-workshop-admin-list .wp-class-card-main {
    flex: 1 1 auto;
    min-width: 0;
}
.wp-workshop-admin-list .wp-class-card-side {
    flex: 0 0 auto;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.4rem;
    margin-left: auto;
}
.wp-workshop-admin-list .wp-class-card-side .wp-pub-btn {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2rem;
    min-height: 2rem;
    max-height: 2rem;
    padding: 0 0.7rem;
    margin: 0;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    border-radius: 4px;
    white-space: nowrap;
    transform: none;
}
@media (max-width: 640px) {
    .wp-workshop-admin-list .wp-class-card {
        flex-wrap: wrap;
    }
    .wp-workshop-admin-list .wp-class-card-side {
        width: 100%;
        justify-content: flex-end;
        margin-left: 0;
    }
}

.wp-admin-cal-toolbar {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0.5rem 0 0.75rem;
}
.wp-admin-cal-month {
    font-weight: 600;
    text-transform: capitalize;
    min-width: 9rem;
    text-align: center;
}
.wp-cal-nav-btn {
    width: 2.2rem;
    cursor: pointer;
}
.wp-admin-cal-grid-wrap { margin-bottom: 1rem; }
.cal-month-head,
.cal-month-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
}
.cal-month-dow {
    text-align: center;
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--muted);
    padding: 0.35rem 0;
    text-transform: uppercase;
}
.cal-month-day {
    min-height: 4.5rem;
    padding: 0.25rem;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 4px;
    cursor: pointer;
    text-align: left;
    font: inherit;
    color: inherit;
}
.cal-month-day--other { opacity: 0.35; }
.cal-month-num {
    font-size: 0.78rem;
    font-weight: 600;
    display: block;
    margin-bottom: 0.15rem;
}
.cal-month-chips { display: flex; flex-direction: column; gap: 1px; }
.cal-month-chip {
    font-size: 0.62rem;
    line-height: 1.2;
    padding: 1px 3px;
    border-radius: 3px;
    background: #2f5d8c;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cal-month-more { font-size: 0.62rem; color: var(--muted); }

/* Momoyoga-style Teachers admin */
.wp-admin-widget.wp-teachers {
    margin: 0;
    padding: 1.25rem 1.5rem 2rem;
    border: none;
    border-radius: 0;
    background: transparent;
    max-width: 52rem;
}
.wp-teachers .wp-booking-title {
    margin: 0 0 1rem;
    font-size: 1.65rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}
.wp-teachers-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.35rem 1.5rem 1.5rem;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}
.wp-teachers-toolbar {
    margin-bottom: 1.15rem;
}
.wp-teachers-table-wrap {
    overflow-x: auto;
}
.wp-teachers-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}
.wp-teachers-table th {
    text-align: left;
    font-weight: 600;
    color: var(--muted);
    padding: 0.55rem 0.4rem;
    border-bottom: 1px solid #e5e7eb;
}
.wp-teachers-table td {
    padding: 0.85rem 0.4rem;
    border-bottom: 1px solid #eef0f3;
    vertical-align: middle;
}
.wp-teachers-table tr:last-child td {
    border-bottom: none;
}
.wp-teachers-table tbody tr:hover td {
    background: #f8fafc;
}
.wp-teachers-empty td {
    color: var(--muted);
    padding: 1.25rem 0.4rem;
}
.wp-teachers-namebtn {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0;
    border: none;
    background: transparent;
    font: inherit;
    color: inherit;
    text-align: left;
    cursor: pointer;
}
.wp-teachers-namebtn:hover strong {
    text-decoration: underline;
}
.wp-teachers-avatar-sm {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 999px;
    background: #e8eef5;
    color: #3b5b7a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.78rem;
    font-weight: 700;
    flex-shrink: 0;
}
.wp-teachers-namecol {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    min-width: 0;
}
.wp-teachers-email {
    color: var(--muted);
    font-size: 0.86rem;
}
.wp-teachers-foot {
    margin: 1.1rem 0 0;
    color: var(--muted);
    font-size: 0.86rem;
}
.wp-teachers-form-head {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 1rem;
}
.wp-teachers-form-head .wp-booking-title {
    margin: 0;
    font-size: 1.35rem;
}
.wp-teachers-back {
    width: 2.1rem;
    height: 2.1rem;
    border: none;
    border-radius: 8px;
    background: transparent;
    font-size: 1.2rem;
    line-height: 1;
    cursor: pointer;
    color: inherit;
    flex-shrink: 0;
}
.wp-teachers-back:hover {
    background: #e8eef5;
}
/* Do NOT inherit .wp-booking-form auto-fit grid — that scatters fields */
.wp-teachers-form {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    max-width: 36rem;
    margin: 0;
}
.wp-teachers-avatar {
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 999px;
    background: #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.15rem 0 0.25rem;
    color: #6b7280;
    font-size: 1.05rem;
    font-weight: 600;
}
/* Form layout only — never apply to <tr class="wp-teachers-data-row"> */
.wp-teachers-fields-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    align-items: start;
}
.wp-teachers-table th:nth-child(1) { width: 46%; }
.wp-teachers-table th:nth-child(2) { width: 28%; }
.wp-teachers-table th:nth-child(3) { width: 26%; }
.wp-teachers-role {
    font-size: 0.9rem;
    color: #374151;
}
.wp-teachers-phone {
    font-size: 0.9rem;
    color: var(--muted);
    font-variant-numeric: tabular-nums;
}
.wp-teachers-field {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin: 0;
    font-size: 0.88rem;
    font-weight: 600;
    color: #374151;
}
.wp-teachers-field .wp-pub-input {
    width: 100%;
    box-sizing: border-box;
    font-weight: 400;
}
.wp-teachers-field textarea.wp-pub-input {
    min-height: 6.5rem;
    resize: vertical;
    line-height: 1.45;
}
.wp-teachers-field-hint {
    display: block;
    margin-top: 0.15rem;
    color: var(--muted);
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.35;
}
.wp-teachers-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0.35rem;
    padding-top: 0.35rem;
}
.wp-teachers-actions .wp-pub-btn--primary {
    min-width: 6.5rem;
}
.wp-teachers[data-teachers-view="form"] #pubTeachersState {
    display: none;
}
.wp-teachers .wp-booking-status {
    margin: 0;
}
@media (max-width: 640px) {
    .wp-teachers-fields-row {
        grid-template-columns: 1fr;
    }
    .wp-teachers-table th:nth-child(3),
    .wp-teachers-table td:nth-child(3) {
        display: none;
    }
    .wp-admin-widget.wp-teachers {
        padding: 1rem;
    }
}


/* Momoyoga-style Classes admin (week day-cards + mini month) */
.wp-schedule-surface--momo {
    max-width: none;
}
.wp-momo-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 15.5rem;
    gap: 1.5rem;
    align-items: start;
}
.wp-momo-toolbar {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 0.75rem;
}
.wp-momo-aside {
    position: sticky;
    top: 1rem;
    padding: 0.75rem 0.85rem 1rem;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 6px;
}
.wp-momo-aside .wp-admin-cal-toolbar {
    margin-top: 0;
}
.wp-momo-minical .cal-month-day {
    min-height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.15rem;
    border-radius: 999px;
    border: none;
    background: transparent;
}
.wp-momo-minical .cal-month-day--momo .cal-month-num {
    margin: 0;
    width: 1.7rem;
    height: 1.7rem;
    line-height: 1.7rem;
    text-align: center;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 500;
}
.wp-momo-minical .cal-month-day--momo.has-class .cal-month-num {
    background: #2d9b6f;
    color: #fff;
    font-weight: 600;
}
.wp-momo-minical .cal-month-day--momo.is-today .cal-month-num {
    box-shadow: inset 0 0 0 1.5px #1a1a1a;
}
.wp-momo-minical .cal-month-day--momo.is-week:not(.has-class) .cal-month-num {
    background: rgba(45, 155, 111, 0.12);
}
.wp-momo-minical .cal-month-chips { display: none; }
.wp-week--momo {
    border: none;
    background: transparent;
    padding: 0;
}
.wp-week--momo .wp-week-scroll {
    overflow: visible;
}
.wp-week-grid--momo {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}
.wp-momo-day {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 0.85rem 1rem 0.75rem;
}
.wp-momo-day.is-today {
    border-color: #2d9b6f;
    box-shadow: 0 0 0 1px rgba(45, 155, 111, 0.25);
}
.wp-momo-day-head {
    margin: 0 0 0.65rem;
    font-size: 1rem;
    font-weight: 650;
}
.wp-momo-day-empty {
    margin: 0 0 0.65rem;
    color: var(--muted);
    font-size: 0.92rem;
}
.wp-momo-day-list {
    list-style: none;
    margin: 0 0 0.55rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}
.wp-momo-class-btn {
    display: grid;
    grid-template-columns: 5.5rem minmax(0, 1fr) auto;
    gap: 0.75rem;
    align-items: center;
    width: 100%;
    padding: 0.55rem 0.65rem;
    border: 1px solid transparent;
    border-radius: 6px;
    background: #f7f8f7;
    text-align: left;
    font: inherit;
    color: inherit;
    cursor: pointer;
}
.wp-momo-class-btn:hover {
    border-color: var(--border);
    background: #f0f4f1;
}
.wp-momo-class.is-skipped .wp-momo-class-btn {
    opacity: 0.55;
    text-decoration: line-through;
}
.wp-momo-class.is-full .wp-momo-class-seats {
    color: #b42318;
    font-weight: 600;
}
.wp-momo-class-time {
    font-variant-numeric: tabular-nums;
    font-size: 0.9rem;
    color: var(--muted);
}
.wp-momo-class-main {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}
.wp-momo-class-title {
    font-size: 0.98rem;
    font-weight: 650;
}
.wp-momo-class-teacher {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--muted);
    font-size: 0.86rem;
}
.wp-momo-avatar {
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 999px;
    background: #d9e8df;
    color: #1d5c45;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    font-weight: 700;
}
.wp-momo-class-seats {
    font-variant-numeric: tabular-nums;
    font-size: 0.9rem;
    color: var(--muted);
    white-space: nowrap;
}
.wp-momo-add-day {
    display: inline-flex;
    align-items: center;
    margin-top: 0.15rem;
    padding: 0.35rem 0.15rem;
    border: none;
    background: transparent;
    color: #2d9b6f;
    font: inherit;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
}
.wp-momo-add-day:hover {
    text-decoration: underline;
}
.wp-booking-row2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}
.wp-schedule-advanced {
    margin: 0.35rem 0 0.25rem;
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 0.35rem 0.75rem 0.75rem;
    background: #fafafa;
}
.wp-schedule-advanced > summary {
    cursor: pointer;
    font-weight: 600;
    padding: 0.4rem 0;
}
.wp-schedule-advanced[open] > summary {
    margin-bottom: 0.45rem;
}
@media (max-width: 960px) {
    .wp-momo-layout {
        grid-template-columns: 1fr;
    }
    .wp-momo-aside {
        position: static;
        order: -1;
    }
    .wp-momo-class-btn {
        grid-template-columns: 4.5rem minmax(0, 1fr);
    }
    .wp-momo-class-seats {
        grid-column: 2;
        justify-self: start;
    }
}
@media (max-width: 560px) {
    .wp-booking-row2 {
        grid-template-columns: 1fr;
    }
}

.wp-day-kpis {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin: 0.75rem 0 1rem;
}
.wp-day-kpi {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 4.5rem;
    padding: 0.55rem 0.65rem;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.7);
    font-size: 0.78rem;
    color: var(--muted);
}
.wp-day-kpi-n {
    font-size: 1.25rem;
    font-weight: 700;
    color: inherit;
    line-height: 1.1;
}
.wp-risk--ok { background: rgba(22, 163, 74, 0.14); }
.wp-risk--full { background: rgba(139, 30, 30, 0.12); color: #8b1e1e; font-weight: 600; }
.wp-risk--high { background: rgba(180, 120, 20, 0.16); color: #8a5a00; font-weight: 600; }
.wp-risk--low { background: rgba(47, 93, 140, 0.12); }

.wp-shop {
    margin-top: 0.5rem;
}
.wp-shop-head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem 1.25rem;
    margin-bottom: 0.5rem;
}
.wp-shop-head .wp-booking-title { margin-bottom: 0.25rem; }
.wp-shop-fulfill-note {
    margin: 0 0 0.85rem;
    font-size: 0.88rem;
    color: var(--muted);
    max-width: 42rem;
}
.wp-shop-cart-btn {
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.85);
    border-radius: 999px;
    padding: 0.45rem 0.95rem;
    font-size: 0.9rem;
    cursor: pointer;
    color: inherit;
}
.wp-shop-cart-btn:disabled { opacity: 0.45; cursor: not-allowed; }
.wp-shop-cart-count {
    display: inline-block;
    min-width: 1.35rem;
    margin-left: 0.25rem;
    padding: 0.05rem 0.4rem;
    border-radius: 999px;
    background: rgba(47, 93, 140, 0.14);
    font-weight: 650;
    font-variant-numeric: tabular-nums;
    text-align: center;
}
.wp-shop-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin: 0 0 1rem;
}
.wp-shop-filter-chip {
    border: 1px solid #1c2420;
    background: transparent;
    border-radius: 0;
    padding: 0.4rem 0.85rem;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    cursor: pointer;
    color: #1c2420;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.wp-shop-filter-chip:hover {
    background: rgba(28, 36, 32, 0.06);
}
.wp-shop-filter-chip:focus {
    outline: none;
}
.wp-shop-filter-chip:focus-visible {
    outline: 2px solid #1c2420;
    outline-offset: 2px;
}
.wp-shop-filter-chip.is-active {
    background: rgba(28, 36, 32, 0.1);
    border-color: #1c2420;
    font-weight: 600;
    color: #1c2420;
}
.wp-shop-filter-chip--child {
    font-weight: 500;
    opacity: 0.92;
    margin-left: 0.35rem;
}

.wp-shop-grid {
    list-style: none;
    margin: 0.5rem 0 1.5rem;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1.1rem;
}
.wp-shop-card {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--border);
    border-radius: var(--radius-md, 10px);
    background: rgba(255, 255, 255, 0.82);
    overflow: hidden;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.wp-shop-card--selected {
    border-color: rgba(47, 93, 140, 0.55);
    box-shadow: 0 0 0 1px rgba(47, 93, 140, 0.25);
}
.wp-shop-card--empty {
    grid-column: 1 / -1;
    padding: 1.5rem;
    text-align: center;
    color: var(--muted);
}
.wp-shop-card-media {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    border: 0;
    padding: 0;
    cursor: pointer;
    background:
        radial-gradient(ellipse at 30% 20%, rgba(255, 255, 255, 0.35), transparent 55%),
        linear-gradient(145deg, var(--shop-tone-a), var(--shop-tone-b));
    --shop-tone-a: #c4a574;
    --shop-tone-b: #8a6a42;
}
.wp-shop-card-media[data-tone="cork"],
.wp-shop-detail-media[data-tone="cork"] {
    --shop-tone-a: #d2b48c;
    --shop-tone-b: #8b6914;
}
.wp-shop-card-media[data-tone="sand"],
.wp-shop-detail-media[data-tone="sand"] {
    --shop-tone-a: #e8dcc8;
    --shop-tone-b: #b8a88a;
}
.wp-shop-card-media[data-tone="ink"],
.wp-shop-detail-media[data-tone="ink"] {
    --shop-tone-a: #4a5568;
    --shop-tone-b: #1a202c;
}
.wp-shop-card-media[data-tone="sage"],
.wp-shop-detail-media[data-tone="sage"] {
    --shop-tone-a: #a8b5a0;
    --shop-tone-b: #5c6b54;
}
.wp-shop-card-media[data-tone="clay"],
.wp-shop-detail-media[data-tone="clay"] {
    --shop-tone-a: #c4785a;
    --shop-tone-b: #8b4513;
}
.wp-shop-card-body {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    padding: 0.85rem 0.95rem 1rem;
    flex: 1;
}
.wp-shop-card-cat {
    font-size: 0.72rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--muted);
}
.wp-shop-card-name {
    font-size: 1.05rem;
    line-height: 1.25;
}
.wp-shop-card-blurb {
    margin: 0.15rem 0 0;
    font-size: 0.88rem;
    color: var(--muted);
    line-height: 1.4;
    flex: 1;
}
.wp-shop-card-ship {
    font-size: 0.78rem;
    color: #2f5d8c;
}
.wp-shop-card-foot {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-top: 0.55rem;
}
.wp-shop-card-price {
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}
.wp-shop-add {
    font-size: 0.85rem;
    padding: 0.35rem 0.7rem;
}

.wp-club-shop-picker {
    list-style: none;
    margin: 1rem 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-width: 28rem;
}
.wp-club-shop-pick-btn {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.15rem;
    width: 100%;
    text-align: left;
    padding: 0.75rem 0.9rem;
    border: 1px solid rgba(20, 28, 40, 0.18);
    background: #faf9f7;
    cursor: pointer;
    font: inherit;
}
.wp-club-shop-pick-btn:hover,
.wp-club-shop-pick-btn:focus-visible {
    border-color: rgba(20, 28, 40, 0.45);
    outline: none;
}
.wp-club-shop-store-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 1rem;
    margin: 0.75rem 0 1rem;
}

.wp-shop-cart {
    position: fixed;
    inset: 0;
    z-index: 40;
    background: rgba(20, 28, 40, 0.45);
    display: flex;
    justify-content: flex-end;
}
.wp-shop-cart[hidden] { display: none; }
.wp-shop-cart-panel {
    width: min(26rem, 100%);
    height: 100%;
    background: #faf9f7;
    box-shadow: -8px 0 32px rgba(0, 0, 0, 0.18);
    display: flex;
    flex-direction: column;
    overflow: auto;
    padding: 1rem 1.1rem 1.5rem;
}
.wp-shop-cart-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}
.wp-shop-cart-head h3 { margin: 0; font-size: 1.15rem; }
.wp-shop-icon-btn {
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
    padding: 0;
    flex-shrink: 0;
    border: 1px solid var(--border);
    border-radius: 6px;
    background: #fff;
    font: inherit;
    font-size: 1rem;
    line-height: 1;
    cursor: pointer;
    color: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.wp-shop-text-btn {
    width: auto;
    min-width: 0;
    height: auto;
    padding: 0.35rem 0.65rem;
    font-size: 0.88rem;
}
.wp-shop-cart-lines {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}
.wp-shop-cart-empty { color: var(--muted); font-size: 0.92rem; }
.wp-shop-cart-line {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    padding-bottom: 0.65rem;
    border-bottom: 1px solid var(--border);
}
.wp-shop-cart-line-main {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}
.wp-shop-cart-line-side {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex-shrink: 0;
}
.wp-shop-qty-btn {
    width: 1.75rem;
    height: 1.75rem;
    border: 1px solid var(--border);
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1;
}
.wp-shop-qty-n {
    min-width: 1.25rem;
    text-align: center;
    font-variant-numeric: tabular-nums;
    font-weight: 600;
}
.wp-shop-line-price {
    font-weight: 650;
    font-size: 0.9rem;
    margin-left: 0.35rem;
    min-width: 4.5rem;
    text-align: right;
}
.wp-shop-checkout {
    margin-top: 0.25rem;
    /* Single column — do not inherit .wp-booking-form auto-fit grid (scatters Name/Email). */
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: stretch;
}
.wp-shop-checkout .section-label {
    margin: 0.15rem 0 0;
    font-size: 0.78rem;
    font-weight: 650;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--muted);
}
.wp-shop-checkout .wp-booking-field,
.wp-shop-checkout .wp-shop-addr-row,
.wp-shop-checkout .wp-shop-totals,
.wp-shop-checkout .wp-shop-eta,
.wp-shop-checkout .wp-booking-actions,
.wp-shop-checkout #pubShopPayMode {
    width: 100%;
}
.wp-shop-addr-row {
    display: grid;
    grid-template-columns: minmax(6.5rem, 0.45fr) minmax(0, 1fr);
    gap: 0.65rem;
}
.wp-shop-eta {
    margin: 0.35rem 0 0;
    font-size: 0.85rem;
    color: var(--muted);
}
.wp-shop-total {
    margin: 0.5rem 0 0;
    font-size: 1.05rem;
}

.wp-shop-detail {
    border: 1px solid var(--border);
    border-radius: var(--radius-md, 10px);
    padding: 0;
    max-width: 34rem;
    width: calc(100% - 2rem);
    background: #fff;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
}
.wp-shop-detail::backdrop {
    background: rgba(20, 28, 40, 0.45);
}
.wp-shop-detail-inner {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
}
@media (max-width: 560px) {
    .wp-shop-detail-inner { grid-template-columns: 1fr; }
}
.wp-shop-detail-close {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    z-index: 1;
}
.wp-shop-detail-media {
    min-height: 12rem;
    background:
        radial-gradient(ellipse at 30% 20%, rgba(255, 255, 255, 0.35), transparent 55%),
        linear-gradient(145deg, var(--shop-tone-a, #c4a574), var(--shop-tone-b, #8a6a42));
}
.wp-shop-detail-copy {
    padding: 1.15rem 1.2rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}
.wp-shop-detail-cat {
    margin: 0;
    font-size: 0.72rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--muted);
}
.wp-shop-detail-copy h3 { margin: 0; font-size: 1.25rem; }
.wp-shop-detail-price { margin: 0; font-weight: 700; font-size: 1.1rem; }
.wp-shop-detail-blurb { margin: 0.25rem 0; font-size: 0.92rem; color: var(--muted); line-height: 1.45; }
.wp-shop-detail-ship { margin: 0 0 0.5rem; font-size: 0.85rem; color: #2f5d8c; }

.wp-pricing-sections {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 0.85rem;
}
.wp-pricing-section-title {
    margin: 0 0 0.75rem;
    font-family: Fraunces, Georgia, serif;
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: -0.02em;
}
.wp-pricing-section .wp-booking-hint {
    margin: 0 0 0.85rem;
}
.wp-pricing-section .wp-plan-compare-grid {
    margin: 0;
}
.wp-pricing-cols {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 0.75rem;
}
@media (max-width: 720px) {
    .wp-pricing-cols { grid-template-columns: 1fr; }
}

.wp-waitlist-class {
    margin: 0.65rem 0;
    padding: 0.65rem 0.75rem;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.7);
}
.wp-waitlist-class > summary {
    cursor: pointer;
    font-size: 0.92rem;
    margin-bottom: 0.35rem;
}
.wp-customers-toolbar {
    display: grid;
    grid-template-columns: 1fr 12rem;
    gap: 0.75rem;
    margin: 0.5rem 0 0.75rem;
}
@media (max-width: 640px) {
    .wp-customers-toolbar { grid-template-columns: 1fr; }
}
.wp-cust-detail {
    margin-top: 1rem;
    padding-top: 0.75rem;
    border-top: 1px solid var(--border);
}
.wp-cust-tags {
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    padding: 0.55rem 0.7rem;
    margin: 0.5rem 0;
}
.wp-cust-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin: 0.2rem 0.65rem 0.2rem 0;
    font-size: 0.86rem;
}
.wp-reception-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin: 0.65rem 0 1.15rem;
}
.wp-reception-links .wp-pub-btn {
    font-size: 0.86rem;
    padding: 0.4rem 0.75rem;
}
.wp-reception-hero {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 0.35rem;
}
.wp-reception-hero .wp-booking-title {
    margin: 0.15rem 0 0.35rem;
}
.wp-reception-panel {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1rem 1.1rem 1.15rem;
    margin: 0 0 1rem;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}
.wp-reception-panel-title {
    margin: 0 0 0.85rem;
    font-size: 1rem;
    font-weight: 650;
}
.wp-reception-form-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem 1rem;
    margin-bottom: 0.85rem;
}
.wp-reception-form-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.wp-reception-form .wp-booking-actions {
    margin-top: 0.25rem;
}
.wp-admin-panel {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.1rem 1.2rem 1.25rem;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}
.wp-todo-row {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    width: 100%;
    cursor: pointer;
}
.wp-todo-row input[type="checkbox"] {
    margin-top: 0.35rem;
    flex-shrink: 0;
}
.wp-todo-row > span {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}
.wp-todo-card--done strong {
    text-decoration: line-through;
    color: var(--muted);
}
.wp-admin-panel-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}
.wp-discount-create {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(5rem, 0.55fr) auto;
    gap: 0.75rem 1rem;
    align-items: end;
    margin-bottom: 1.15rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eef0f3;
}
.wp-discount-create-actions {
    padding-bottom: 0.1rem;
}
@media (max-width: 720px) {
    .wp-reception-form-grid,
    .wp-reception-form-grid--2,
    .wp-discount-create {
        grid-template-columns: 1fr;
    }
}

.wp-preview-page--admin {
    border: none;
    box-shadow: none;
    background: transparent;
    border-radius: 0;
}

/* Publik sajt-chrome — Sanctuary-lik: logo = hem, Boka-CTA, ingen Hem-länk */
.wp-pub-body--public {
    background: #f3efe6;
    color: #1c2420;
}
.pub-site {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.pub-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem 1.5rem;
    padding: 1rem clamp(1.15rem, 4vw, 2.5rem);
    border-bottom: 1px solid rgba(28, 36, 32, 0.1);
    background: rgba(243, 239, 230, 0.92);
    backdrop-filter: blur(12px);
    position: sticky;
    top: 0;
    z-index: 5;
}
.pub-brand {
    font-family: Fraunces, Georgia, serif;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    text-decoration: none;
    color: #1c2420;
}
.pub-brand--logo {
    display: inline-flex;
    align-items: center;
    max-height: 2.4rem;
}
.pub-brand--logo img {
    display: block;
    max-height: 2.4rem;
    width: auto;
    max-width: 10rem;
    object-fit: contain;
}
.pub-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.1rem 0.15rem;
    flex: 1;
    justify-content: flex-start;
}
.pub-nav a {
    text-decoration: none;
    color: #1c2420;
    opacity: 0.62;
    padding: 0.4rem 0.55rem;
    border-radius: 0;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.pub-nav a:hover {
    opacity: 1;
    background: transparent;
    text-decoration: underline;
    text-underline-offset: 0.35em;
}
.pub-nav a.is-active {
    opacity: 1;
    font-weight: 700;
    background: transparent;
}
.pub-top-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem 0.75rem;
    margin-left: auto;
}
.pub-auth {
    position: relative;
}
.pub-auth-login,
.pub-auth-logout,
.pub-auth-member,
.pub-auth-admin,
.pub-auth-supplier {
    font: inherit;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    color: #1c2420;
    background: transparent;
    border: 1px solid rgba(28, 36, 32, 0.28);
    padding: 0.5rem 0.85rem;
    cursor: pointer;
}
.pub-auth-member {
    background: #1c2420;
    color: #f3efe6;
    border-color: #1c2420;
}
.pub-auth-logout {
    border-color: transparent;
    opacity: 0.7;
    padding-left: 0.35rem;
    padding-right: 0.35rem;
}
.wp-pub-body--home .pub-auth-login,
.wp-pub-body--home .pub-auth-logout,
.wp-pub-body--home .pub-auth-admin,
.wp-pub-body--home .pub-auth-supplier {
    color: #f3efe6;
    border-color: rgba(243, 239, 230, 0.45);
}
.wp-pub-body--home .pub-auth-member {
    background: #f3efe6;
    color: #1c2420;
    border-color: #f3efe6;
}
.pub-auth-error {
    font-size: 0.72rem;
    color: #8b1e1e;
    max-width: 12rem;
}
.wp-pub-body--home .pub-auth-error {
    color: #ffc9c9;
}
.pub-nav-cta {
    text-decoration: none;
    color: #f3efe6;
    background: #1c2420;
    padding: 0.55rem 1.05rem;
    border-radius: 0;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.pub-nav-cta:hover {
    background: #2a3530;
}
.pub-foot {
    margin-top: auto;
    padding: 2rem clamp(1.15rem, 4vw, 2.5rem) 2.5rem;
    border-top: 1px solid rgba(28, 36, 32, 0.1);
    background: #ebe6db;
}
.pub-foot-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.15rem;
}
.pub-foot-nav a {
    text-decoration: none;
    color: #5a615a;
    font-size: 0.85rem;
}
.pub-foot-nav a:hover { color: #1c2420; }

/* Publik interior: ingen preview-kort-chrome, bredare yta */
.wp-pub-body--public:not(.wp-pub-body--home) .wp-pub-main {
    max-width: 72rem;
    margin: 0 auto;
    padding: 0 clamp(1.15rem, 4vw, 2.5rem) 3.5rem;
}
.wp-pub-body--public:not(.wp-pub-body--home) .wp-preview-page--public,
.wp-pub-body--public:not(.wp-pub-body--home) .wp-preview-page--public.wp-page--editorial {
    border: none;
    box-shadow: none;
    background: transparent;
    padding: 0;
    border-radius: 0;
    overflow: visible;
}
.wp-pub-body--public:not(.wp-pub-body--home) .wp-block-hero {
    min-height: 0;
    padding: clamp(2.25rem, 6vw, 3.75rem) 0 1.5rem;
    background: transparent;
    color: #1c2420;
    align-items: flex-start;
    text-align: left;
}
.wp-pub-body--public:not(.wp-pub-body--home) .wp-block-hero-eyebrow {
    color: #6d736c;
    letter-spacing: 0.16em;
    margin-bottom: 0.75rem;
}
.wp-pub-body--public:not(.wp-pub-body--home) .wp-block-hero-title {
    font-family: Fraunces, Georgia, serif;
    font-weight: 600;
    font-size: clamp(2.1rem, 5vw, 3.4rem);
    text-transform: none;
    letter-spacing: -0.03em;
    line-height: 1.05;
    max-width: 18ch;
}
.wp-pub-body--public:not(.wp-pub-body--home) .wp-block-hero-sub {
    font-family: Fraunces, Georgia, serif;
    font-weight: 500;
    font-style: italic;
    font-size: clamp(1.2rem, 2.5vw, 1.65rem);
    text-transform: none;
    letter-spacing: -0.02em;
    color: #3d4540;
    margin-top: 0.55rem;
}
.wp-pub-body--public:not(.wp-pub-body--home) .wp-block-hero-tagline {
    color: #5a615a;
    max-width: 36rem;
    margin-top: 0.85rem;
    margin-left: 0;
    font-size: 1.05rem;
    line-height: 1.55;
}
.wp-pub-body--public:not(.wp-pub-body--home) .wp-admin-widget,
.wp-pub-body--public:not(.wp-pub-body--home) .wp-landing-surface {
    margin: 0.5rem 0 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
}
.wp-pub-body--public:not(.wp-pub-body--home) .wp-booking-title {
    font-family: Fraunces, Georgia, serif;
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    font-weight: 600;
    letter-spacing: -0.02em;
}
.wp-pub-body--public:not(.wp-pub-body--home) .wp-block-section {
    background: transparent;
    padding: 0.75rem 0 1.25rem;
}
.wp-pub-body--public:not(.wp-pub-body--home) .wp-block-section-title {
    font-family: Fraunces, Georgia, serif;
    font-weight: 600;
    letter-spacing: -0.02em;
}

/* Funnel / clickfunnel */
.wp-pub-body--funnel {
    background: linear-gradient(165deg, #eef3f0 0%, #f7f6f3 45%, #ebe4d8 100%);
}
.pub-funnel-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.85rem 1.25rem;
}
.pub-funnel-brand {
    font-family: Fraunces, Georgia, serif;
    font-weight: 600;
    text-decoration: none;
    color: inherit;
}
.pub-funnel-exit {
    font-size: 0.85rem;
    color: var(--muted);
    text-decoration: none;
}

.wp-pub-body--member .adm-side,
.wp-pub-body--staff .adm-side {
    background: #e8ece8;
}

.wp-booking-check {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin: 0.5rem 0;
    font-size: 0.92rem;
    cursor: pointer;
}

.wp-booking-check input {
    margin-top: 0.2rem;
}

/* Admin Inställningar — Website settings (stacked, not booking field grid) */
.wp-website-settings-form {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    max-width: 36rem;
}
.wp-website-settings-form .wp-settings-fieldset {
    margin: 0;
    padding: 0.85rem 1rem 1rem;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    background: var(--surface, #fff);
}
.wp-website-settings-form .wp-settings-fieldset legend {
    padding: 0 0.35rem;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--muted);
}
.wp-website-settings-form .wp-booking-hint {
    margin: 0 0 0.65rem;
}
.wp-website-feature-list {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}
.wp-website-feature-list .wp-booking-check {
    margin: 0.2rem 0;
}
.wp-website-settings-form .wp-booking-field {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    font-size: 0.85rem;
}
.wp-website-settings-form .wp-booking-field select.wp-pub-input {
    max-width: 16rem;
}

/* Content admin (Videos / Recipes / Overview) — vertical forms, library-style cards */
.wp-content-admin-form {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    max-width: 36rem;
}
.wp-content-admin-form .wp-settings-cms-field {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    margin: 0;
}
.wp-content-admin-list {
    margin-top: 0.5rem;
}

/* Social Media library (Buffer-style) */
.wp-media-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin: 0.75rem 0 1rem;
}
.wp-media-grid {
    list-style: none;
    margin: 0.75rem 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(10.5rem, 1fr));
    gap: 0.85rem;
}
.wp-media-card {
    margin: 0;
    padding: 0.65rem;
    border: 1px solid var(--border, #ddd);
    border-radius: var(--radius-sm, 4px);
    background: var(--surface, #fff);
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}
.wp-media-card .wp-social-media-preview {
    margin: 0;
}
.wp-media-card .wp-social-media-preview img {
    width: 100%;
    height: 7.5rem;
    object-fit: cover;
    display: block;
    border-radius: 2px;
}
.wp-media-card strong {
    font-size: 0.9rem;
}

/* Webassistant funnel � public chat (Intercom / Tidio-style) */
.wp-webassistant {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 80;
    font-family: 'Source Sans 3', system-ui, sans-serif;
}
.wp-webassistant-launcher {
    border: 1px solid var(--border, #c8c4bc);
    background: var(--accent, #1f3d2b);
    color: #fff;
    padding: 0.65rem 1.1rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0,0,0,0.12);
}
.wp-webassistant-panel {
    position: absolute;
    right: 0;
    bottom: 3.25rem;
    width: min(22rem, calc(100vw - 2rem));
    max-height: min(28rem, calc(100vh - 6rem));
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--border, #c8c4bc);
    border-radius: 8px;
    box-shadow: 0 8px 28px rgba(0,0,0,0.14);
    overflow: hidden;
}
/* Author display:flex overrides UA [hidden] ? must reassert hide */
.wp-webassistant-panel[hidden] {
    display: none;
}
.wp-webassistant-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.65rem 0.85rem;
    border-bottom: 1px solid var(--border, #e5e1d8);
    background: #f7f5f1;
}
.wp-webassistant-close {
    border: 0;
    background: transparent;
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
    color: #444;
}
.wp-webassistant-thread {
    flex: 1;
    overflow: auto;
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    min-height: 10rem;
}
.wp-webassistant-bubble {
    max-width: 90%;
    padding: 0.5rem 0.7rem;
    border-radius: 8px;
    font-size: 0.92rem;
    line-height: 1.35;
    white-space: pre-wrap;
}
.wp-webassistant-bubble--bot {
    align-self: flex-start;
    background: #f0eee8;
    color: #1a1a1a;
}
.wp-webassistant-bubble--user {
    align-self: flex-end;
    background: var(--accent, #1f3d2b);
    color: #fff;
}
.wp-webassistant-cta {
    display: block;
    margin: 0 0.75rem 0.5rem;
    text-align: center;
    padding: 0.45rem 0.75rem;
    border: 1px solid var(--accent, #1f3d2b);
    border-radius: 6px;
    color: var(--accent, #1f3d2b);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
}
.wp-webassistant-form {
    display: flex;
    gap: 0.35rem;
    padding: 0.55rem 0.65rem 0.75rem;
    border-top: 1px solid var(--border, #e5e1d8);
}
.wp-webassistant-input {
    flex: 1;
    border: 1px solid var(--border, #c8c4bc);
    border-radius: 6px;
    padding: 0.45rem 0.55rem;
    font: inherit;
}
.wp-webassistant-send {
    border: 0;
    background: var(--accent, #1f3d2b);
    color: #fff;
    border-radius: 6px;
    padding: 0.45rem 0.75rem;
    font-weight: 600;
    cursor: pointer;
}
.wp-webassistant-send:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}
.wp-webassistant-status {
    margin: 0;
    padding: 0 0.75rem 0.55rem;
    font-size: 0.8rem;
    color: #555;
}
.wp-webassistant-status--error {
    color: #8b1e1e;
}
