.tenant-storefront-page {
    --sf-ink: #111513;
    --sf-muted: #66706b;
    --sf-line: rgba(17, 21, 19, 0.12);
    --sf-soft: #f4f7f5;
    --sf-paper: #ffffff;
    --sf-mint: #41d69b;
    --sf-coral: #ff7048;
    --sf-cream: #fff8e7;
    color: var(--sf-ink);
    background: var(--sf-soft);
    overflow-x: hidden;
}

.tenant-storefront-main {
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
}

.tenant-storefront-page *,
.tenant-storefront-page *::before,
.tenant-storefront-page *::after {
    box-sizing: border-box;
}

.tenant-storefront-page button,
.tenant-storefront-page input,
.tenant-storefront-page select,
.tenant-storefront-page textarea {
    font: inherit;
}

.tenant-storefront-page button {
    cursor: pointer;
}

.sf-shell {
    width: 100%;
    min-height: 100vh;
    overflow-x: clip;
    background:
        linear-gradient(180deg, color-mix(in srgb, var(--sf-soft) 0%, transparent) 0%, var(--sf-soft) 42rem),
        var(--sf-soft);
}

.sf-cover {
    position: relative;
    min-height: 56rem;
    padding: 1rem 1.2rem 3.2rem;
    color: #ffffff;
    background: #0b1110;
    isolation: isolate;
    overflow: hidden;
}

.sf-cover::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background-image: var(--sf-photo);
    background-position: center;
    background-size: cover;
    filter: saturate(0.9) contrast(1.05);
    transform: scale(1.02);
}

.sf-cover::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(5, 8, 8, 0.9) 0%, rgba(5, 8, 8, 0.72) 42%, rgba(5, 8, 8, 0.35) 100%),
        linear-gradient(180deg, rgba(5, 8, 8, 0.12) 0%, rgba(5, 8, 8, 0.72) 100%);
}

.sf-nav,
.sf-cover__content,
.sf-service-board,
.sf-info-grid,
.sf-team-section,
.sf-footer {
    min-width: 0;
    width: min(100%, 1340px);
    margin-inline: auto;
}

.sf-nav {
    position: relative;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 4rem;
}

.sf-brand,
.sf-nav nav,
.sf-nav nav a,
.sf-proof span,
.sf-live-dot,
.sf-submit-row button,
.sf-assistant__form button {
    display: inline-flex;
    align-items: center;
}

.sf-brand {
    min-width: 0;
    gap: 0.65rem;
    color: #ffffff;
    text-decoration: none;
}

.sf-brand span {
    width: 2.15rem;
    height: 2.15rem;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #07100d;
    background: linear-gradient(135deg, var(--sf-coral) 0 48%, var(--sf-mint) 49% 100%);
    font-size: 0.92rem;
    font-weight: 900;
}

.sf-brand strong {
    overflow: hidden;
    max-width: 18rem;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sf-nav nav {
    gap: 0.15rem;
    padding: 0.25rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: rgba(7, 12, 11, 0.42);
    backdrop-filter: blur(18px);
}

.sf-nav nav a {
    justify-content: center;
    min-height: 2.35rem;
    padding: 0.52rem 0.85rem;
    border-radius: 6px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.84rem;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.sf-nav nav a:hover,
.sf-nav nav a:focus-visible {
    color: #07100d;
    background: #ffffff;
    outline: none;
}

.sf-nav .theme-toggle--storefront {
    width: 2.35rem;
    height: 2.35rem;
    flex: 0 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    border-radius: 8px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: none;
}

.sf-nav .theme-toggle--storefront:hover,
.sf-nav .theme-toggle--storefront:focus-visible {
    border-color: rgba(65, 214, 155, 0.48) !important;
    background: rgba(65, 214, 155, 0.14);
}

.sf-nav .theme-toggle--storefront .material-symbols-rounded {
    font-size: 1.05rem;
}

.sf-cover__content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(27rem, 36rem);
    gap: 2rem;
    align-items: center;
    min-height: 48rem;
    padding-top: 2rem;
}

.sf-cover__content > * {
    min-width: 0;
}

.sf-intro {
    min-width: 0;
    max-width: 42rem;
    animation: sfFadeUp 520ms ease both;
}

.sf-kicker,
.sf-mini-label,
.sf-field span {
    display: block;
    font-size: 0.76rem;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
}

.sf-kicker {
    color: var(--sf-mint);
}

.sf-intro h1 {
    margin: 0.8rem 0 0.9rem;
    max-width: 39rem;
    color: #ffffff;
    font-size: 3rem;
    line-height: 1.04;
    font-weight: 950;
    letter-spacing: 0;
}

.sf-intro p {
    max-width: 36rem;
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 1rem;
    line-height: 1.7;
    overflow-wrap: break-word;
}

.sf-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1.25rem;
}

.sf-proof span {
    min-height: 2.35rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    padding: 0.52rem 0.72rem;
    color: rgba(255, 255, 255, 0.84);
    background: rgba(7, 12, 11, 0.42);
    backdrop-filter: blur(14px);
    font-size: 0.84rem;
    font-weight: 800;
}

.sf-featured-services {
    display: grid;
    gap: 0.55rem;
    width: min(100%, 34rem);
    margin-top: 1.65rem;
}

.sf-featured-service,
.sf-service-row,
.sf-program {
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.85rem;
    text-align: left;
}

.sf-featured-service {
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 8px;
    padding: 0.78rem 0.85rem;
    color: #ffffff;
    background: rgba(7, 12, 11, 0.5);
    backdrop-filter: blur(18px);
    transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.sf-featured-service:hover,
.sf-featured-service.is-active {
    border-color: rgba(65, 214, 155, 0.85);
    background: rgba(65, 214, 155, 0.16);
    transform: translateY(-1px);
}

.sf-featured-service strong,
.sf-featured-service small,
.sf-featured-service em,
.sf-service-row strong,
.sf-service-row small,
.sf-service-row em,
.sf-program strong,
.sf-program small,
.sf-program em {
    display: block;
}

.sf-featured-service strong {
    overflow: hidden;
    color: inherit;
    font-size: 0.95rem;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sf-service-row strong,
.sf-program strong {
    overflow-wrap: anywhere;
    color: inherit;
    font-size: 0.95rem;
    font-weight: 900;
    line-height: 1.2;
    white-space: normal;
}

.sf-program__perks {
    display: flex !important;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-top: 0.5rem;
}

.sf-program__perks i {
    display: inline-flex;
    align-items: center;
    min-height: 1.55rem;
    border: 1px solid rgba(65, 214, 155, 0.28);
    border-radius: 999px;
    padding: 0.2rem 0.44rem;
    color: color-mix(in srgb, var(--sf-mint) 72%, var(--sf-ink));
    background: rgba(65, 214, 155, 0.08);
    font-size: 0.7rem;
    font-style: normal;
    font-weight: 850;
}

.sf-featured-service small {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.78rem;
}

.sf-featured-service em,
.sf-service-row em,
.sf-program em {
    color: var(--sf-mint);
    font-size: 0.86rem;
    font-style: normal;
    font-weight: 900;
    white-space: nowrap;
}

.sf-booking-form {
    width: 100%;
    min-width: 0;
    margin: 0;
    animation: sfFadeUp 620ms ease 90ms both;
}

.sf-booking-panel,
.sf-service-board,
.sf-program-panel,
.sf-assistant,
.sf-team-section {
    min-width: 0;
    border: 1px solid var(--sf-line);
    border-radius: 8px;
    color: var(--sf-ink);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(18px);
}

.sf-booking-panel {
    width: 100%;
    overflow: hidden;
    padding: 1.2rem;
}

.sf-booking-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 0.95rem;
    border-bottom: 1px solid var(--sf-line);
}

.sf-booking-head h2,
.sf-section-head h2,
.sf-details-head p {
    margin: 0;
}

.sf-booking-head h2 {
    margin-top: 0.28rem;
    color: var(--sf-ink);
    font-size: 1.45rem;
    line-height: 1.15;
    font-weight: 950;
    letter-spacing: 0;
}

.sf-live-dot {
    flex: 0 0 auto;
    align-self: flex-start;
    gap: 0.42rem;
    min-height: 2.15rem;
    border: 1px solid rgba(65, 214, 155, 0.35);
    border-radius: 8px;
    padding: 0.4rem 0.6rem;
    color: #0a6b47;
    background: rgba(65, 214, 155, 0.13);
    font-size: 0.78rem;
    font-weight: 900;
}

.sf-live-dot::before {
    content: "";
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 999px;
    background: var(--sf-mint);
    box-shadow: 0 0 0 4px rgba(65, 214, 155, 0.18);
}

.sf-input-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 0.9rem;
}

.sf-field {
    display: grid;
    gap: 0.28rem;
    min-width: 0;
    min-height: 4.45rem;
    border: 1px solid rgba(17, 21, 19, 0.12);
    border-radius: 8px;
    padding: 0.58rem 0.72rem;
    background: #f7faf8;
    transition: border-color 150ms ease, background-color 150ms ease, box-shadow 150ms ease;
}

.sf-field span,
.sf-mini-label {
    color: rgba(17, 21, 19, 0.58);
}

.sf-field input,
.sf-field select,
.sf-field textarea,
.sf-assistant__form input,
.sf-assistant__form textarea {
    width: 100%;
    min-width: 0;
    border: 0;
    color: var(--sf-ink);
    background: transparent;
    outline: none;
    font-size: 0.95rem;
    font-weight: 760;
    line-height: 1.35;
}

.sf-field input,
.sf-field select {
    min-height: 2rem;
}

.sf-field textarea {
    resize: vertical;
}

.sf-field select:not([multiple]):not([size]) {
    appearance: none;
    -webkit-appearance: none;
    padding-right: 1.8rem;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.75 7L9 11.25L13.25 7' stroke='%23111513' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 0.9rem;
    background-position: right 0.1rem center;
}

.sf-field:hover {
    border-color: rgba(17, 21, 19, 0.22);
    background: #ffffff;
}

.sf-field:focus-within {
    border-color: rgba(65, 214, 155, 0.86);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(65, 214, 155, 0.16);
}

.sf-span-2 {
    grid-column: span 2;
}

.sf-availability-zone {
    display: grid;
    gap: 0.85rem;
    margin-top: 1rem;
    padding-block: 1rem;
    border-block: 1px solid var(--sf-line);
}

.sf-date-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 0.42rem;
    min-height: 2.4rem;
}

.tenant-date-chip {
    min-height: 2.25rem;
    border: 1px solid rgba(17, 21, 19, 0.12);
    border-radius: 8px;
    padding: 0.44rem 0.65rem;
    color: var(--sf-ink);
    background: #ffffff;
    font-size: 0.82rem;
    font-weight: 850;
    transition: border-color 150ms ease, background-color 150ms ease, transform 150ms ease;
}

.tenant-date-chip:hover,
.tenant-date-chip.is-active {
    border-color: var(--sf-mint);
    color: #07100d;
    background: var(--sf-mint);
    transform: translateY(-1px);
}

.sf-slot-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6rem;
    max-height: 16rem;
    overflow: auto;
    padding-right: 0.1rem;
}

.tenant-slot {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.62rem;
    align-items: start;
    height: 100%;
    min-height: 5rem;
    border: 1px solid rgba(17, 21, 19, 0.12);
    border-radius: 8px;
    padding: 0.75rem;
    color: var(--sf-ink);
    background: #ffffff;
    transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.tenant-slot input {
    width: 1rem;
    height: 1rem;
    margin-top: 0.2rem;
    accent-color: var(--sf-mint);
}

.tenant-slot strong,
.tenant-slot small {
    display: block;
}

.tenant-slot strong {
    color: var(--sf-ink);
    font-size: 0.9rem;
    font-weight: 900;
}

.tenant-slot small {
    color: var(--sf-muted);
    font-size: 0.76rem;
    line-height: 1.45;
}

.tenant-slot:hover,
.tenant-slot.is-selected {
    border-color: var(--sf-mint);
    box-shadow: 0 12px 28px rgba(65, 214, 155, 0.16);
    transform: translateY(-1px);
}

.sf-empty,
.sf-slot-intel,
.sf-assistant__messages,
.sf-errors {
    border: 1px solid rgba(17, 21, 19, 0.1);
    border-radius: 8px;
    padding: 0.78rem;
    color: var(--sf-muted);
    background: #f7faf8;
    font-size: 0.86rem;
    line-height: 1.5;
}

.sf-empty--dark {
    color: rgba(255, 255, 255, 0.68);
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(7, 12, 11, 0.5);
}

.sf-slot-intel span,
.sf-slot-intel strong,
.sf-slot-intel small,
.sf-assistant__messages span,
.sf-assistant__messages strong,
.sf-assistant__messages small {
    display: block;
}

.sf-slot-intel strong,
.sf-assistant__messages strong {
    color: var(--sf-ink);
    font-size: 0.92rem;
}

.sf-slot-intel small,
.sf-assistant__messages small {
    margin-top: 0.24rem;
}

.sf-details-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 0.9rem;
}

.sf-details-head p {
    color: var(--sf-muted);
    font-size: 0.84rem;
    font-weight: 760;
}

.sf-submit-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 0.95rem;
}

.sf-submit-row span {
    color: var(--sf-muted);
    font-size: 0.84rem;
    font-weight: 800;
}

.sf-agreement {
    display: block;
    margin-top: 0.35rem;
    color: var(--sf-muted);
    font-size: 0.76rem;
    font-weight: 750;
    line-height: 1.45;
}

.sf-agreement a {
    color: var(--sf-ink);
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.sf-submit-row button,
.sf-assistant__form button {
    justify-content: center;
    min-height: 2.85rem;
    border: 1px solid var(--sf-ink);
    border-radius: 8px;
    padding: 0.72rem 1rem;
    color: #ffffff;
    background: var(--sf-ink);
    font-size: 0.92rem;
    font-weight: 900;
    transition: background-color 150ms ease, border-color 150ms ease, transform 150ms ease;
}

.sf-submit-row button {
    min-width: 11.5rem;
}

.sf-submit-row button:hover,
.sf-assistant__form button:hover {
    border-color: #0a6b47;
    color: #07100d;
    background: var(--sf-mint);
    transform: translateY(-1px);
}

.sf-errors {
    margin-top: 0.9rem;
    border-color: rgba(220, 38, 38, 0.24);
    color: #7f1d1d;
    background: rgba(254, 226, 226, 0.72);
}

.sf-errors ul {
    margin: 0.35rem 0 0;
    padding-left: 1.1rem;
}

.sf-growth-note,
.sf-booking-summary {
    min-width: 0;
    display: grid;
    gap: 0.8rem;
    margin-top: 0.9rem;
    border: 1px solid rgba(65, 214, 155, 0.28);
    border-radius: 8px;
    background: rgba(65, 214, 155, 0.1);
}

.sf-growth-note {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    padding: 0.82rem;
}

.sf-growth-note .material-symbols-rounded,
.sf-benefit-hint .material-symbols-rounded,
.sf-benefit-hint > i {
    width: 2.1rem;
    height: 2.1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #07100d;
    background: var(--sf-mint);
    font-size: 1.05rem;
}

.sf-growth-note strong,
.sf-booking-summary strong {
    display: block;
    color: var(--sf-ink);
    font-weight: 950;
    line-height: 1.2;
}

.sf-growth-note p,
.sf-booking-summary p {
    margin: 0.22rem 0 0;
    color: var(--sf-muted);
    font-size: 0.84rem;
    line-height: 1.45;
}

.sf-booking-summary {
    grid-template-columns: minmax(0, 1fr);
    padding: 0.9rem;
    background:
        linear-gradient(135deg, rgba(65, 214, 155, 0.12), rgba(255, 112, 72, 0.08)),
        #ffffff;
}

.sf-benefit-hint {
    display: grid;
    grid-template-columns: 2.1rem minmax(0, 1fr);
    gap: 0.68rem;
    align-items: start;
    border-top: 1px solid rgba(17, 21, 19, 0.1);
    padding-top: 0.78rem;
}

.sf-benefit-hint p {
    min-width: 0;
    overflow-wrap: anywhere;
}

.sf-benefit-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-top: 0.55rem;
}

.sf-benefit-chips span {
    min-height: 1.8rem;
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(65, 214, 155, 0.32);
    border-radius: 999px;
    padding: 0.32rem 0.58rem;
    color: var(--sf-ink);
    background: rgba(65, 214, 155, 0.12);
    font-size: 0.76rem;
    font-weight: 850;
    line-height: 1;
}

.sf-benefit-hint .material-symbols-rounded,
.sf-benefit-hint > i {
    flex: 0 0 2.1rem;
    overflow: hidden;
    white-space: nowrap;
}

.sf-service-board,
.sf-info-grid,
.sf-team-section,
.sf-footer {
    position: relative;
    z-index: 3;
}

.sf-service-board {
    display: grid;
    grid-template-columns: minmax(17rem, 0.34fr) minmax(0, 1fr);
    gap: 1.2rem;
    align-items: start;
    margin-top: -2rem;
    padding: 1.2rem;
    box-shadow: 0 22px 70px rgba(17, 21, 19, 0.12);
}

.sf-section-head {
    min-width: 0;
}

.sf-section-head h2 {
    margin-top: 0.3rem;
    color: var(--sf-ink);
    font-size: 1.6rem;
    line-height: 1.12;
    font-weight: 950;
    letter-spacing: 0;
}

.sf-section-head p {
    margin: 0.55rem 0 0;
    color: var(--sf-muted);
    font-size: 0.92rem;
    line-height: 1.6;
}

.sf-service-list,
.sf-program-list,
.sf-assistant__form {
    display: grid;
    gap: 0.7rem;
}

.sf-service-list {
    grid-template-columns: repeat(var(--sf-service-columns, 3), minmax(0, 1fr));
}

.sf-service-list--carousel,
.sf-service-list--slider {
    grid-auto-flow: column;
    grid-template-columns: none;
    overflow-x: auto;
    padding-bottom: 0.35rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
}

.sf-service-list--carousel {
    grid-auto-columns: minmax(220px, calc(100% / var(--sf-service-columns, 3)));
}

.sf-service-list--slider {
    grid-auto-columns: minmax(280px, min(86%, 440px));
}

.sf-service-list--carousel .sf-service-row,
.sf-service-list--slider .sf-service-row {
    scroll-snap-align: start;
}

.sf-service-list--text {
    grid-template-columns: 1fr;
    gap: 0;
}

.sf-service-row {
    width: 100%;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 0.82rem;
    color: var(--sf-ink);
    background: #f7faf8;
    transition: border-color 150ms ease, background-color 150ms ease, transform 150ms ease;
}

.sf-service-row:hover,
.sf-service-row.is-active {
    border-color: rgba(65, 214, 155, 0.65);
    background: #ffffff;
    transform: translateY(-1px);
}

.sf-service-list--text .sf-service-row {
    grid-template-columns: minmax(0, 1fr) auto;
    border-width: 0 0 1px;
    border-radius: 0;
    padding: 0.85rem 0;
    background: transparent;
    transform: none;
}

.sf-service-list--text .sf-service-index {
    display: none;
}

.sf-service-card--minimal .sf-service-row {
    border-color: transparent;
    background: transparent;
}

.sf-service-card--outlined .sf-service-row {
    border-color: color-mix(in srgb, var(--sf-mint) 34%, var(--sf-line));
    background: transparent;
}

.sf-service-card--filled .sf-service-row {
    border-color: color-mix(in srgb, var(--sf-mint) 16%, var(--sf-line));
    background: color-mix(in srgb, var(--sf-mint) 8%, #fff);
}

.sf-service-index {
    width: 2.25rem;
    height: 2.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #07100d;
    background: var(--sf-cream);
    font-size: 0.8rem;
    font-weight: 950;
}

.sf-service-row small,
.sf-program small {
    color: var(--sf-muted);
    font-size: 0.8rem;
}

.sf-info-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.42fr);
    gap: 1rem;
    margin-top: 1rem;
}

.sf-program-panel,
.sf-assistant,
.sf-team-section {
    padding: 1.15rem;
    box-shadow: 0 18px 54px rgba(17, 21, 19, 0.08);
}

.sf-program-panel .sf-section-head,
.sf-assistant .sf-section-head,
.sf-team-section .sf-section-head {
    margin-bottom: 0.85rem;
}

.sf-program {
    border: 1px solid var(--sf-line);
    border-radius: 8px;
    padding: 0.84rem;
    color: var(--sf-ink);
    background: #ffffff;
}

.sf-assistant__messages {
    min-height: 4.6rem;
}

.sf-assistant__form {
    grid-template-columns: 1fr 1fr;
    margin-top: 0.75rem;
}

.sf-assistant__form input,
.sf-assistant__form textarea {
    min-height: 2.75rem;
    border: 1px solid rgba(17, 21, 19, 0.12);
    border-radius: 8px;
    padding: 0.72rem 0.8rem;
    background: #f7faf8;
    transition: border-color 150ms ease, background-color 150ms ease, box-shadow 150ms ease;
}

.sf-assistant__form input:focus,
.sf-assistant__form textarea:focus {
    border-color: rgba(65, 214, 155, 0.86);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(65, 214, 155, 0.16);
}

.sf-assistant__form textarea,
.sf-assistant__form button {
    grid-column: span 2;
}

.sf-team-section {
    --sf-team-gap: 1rem;
    margin-top: 1rem;
    border: 1px solid var(--sf-line);
    border-radius: 14px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.9)),
        var(--sf-paper);
    overflow: hidden;
}

.sf-team-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
    margin-bottom: 1.1rem;
}

.sf-team-head .sf-section-head {
    max-width: 54rem;
    margin-bottom: 0;
}

.sf-team-controls {
    display: inline-flex;
    gap: 0.35rem;
    flex: 0 0 auto;
    padding: 0.28rem;
    border: 1px solid var(--sf-line);
    border-radius: 999px;
    background: #f7faf8;
}

.sf-team-control {
    width: 2.6rem;
    height: 2.6rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    color: var(--sf-ink);
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(17, 21, 19, 0.08);
    transition: transform 150ms ease, color 150ms ease, background-color 150ms ease;
}

.sf-team-control:hover,
.sf-team-control:focus-visible {
    color: #ffffff;
    background: var(--sf-ink);
    outline: none;
    transform: translateY(-1px);
}

.sf-team-carousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - (var(--sf-team-gap) * 2)) / 3);
    gap: var(--sf-team-gap);
    min-width: 0;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 0.15rem 0.05rem 0.3rem;
    scroll-behavior: smooth;
    scroll-padding-inline: 0.05rem;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
}

.sf-team-carousel::-webkit-scrollbar {
    display: none;
}

.sf-team-card {
    min-width: 0;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--sf-line);
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(17, 21, 19, 0.08);
    overflow: hidden;
    scroll-snap-align: start;
    transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.sf-team-card:hover,
.sf-team-card.is-active {
    border-color: rgba(65, 214, 155, 0.74);
    box-shadow: 0 18px 42px rgba(17, 21, 19, 0.12);
    transform: translateY(-2px);
}

.sf-team-card figure {
    position: relative;
    aspect-ratio: 16 / 11;
    min-height: 0;
    margin: 0;
    overflow: hidden;
    background: #0b1110;
}

.sf-team-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    filter: saturate(0.94) contrast(1.02);
    transition: transform 220ms ease;
}

.sf-team-card:hover img {
    transform: scale(1.035);
}

.sf-team-card figure::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 48%;
    background: linear-gradient(180deg, transparent, rgba(5, 8, 8, 0.82));
}

.sf-team-card figcaption {
    position: absolute;
    right: 0.75rem;
    bottom: 0.75rem;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-width: 4rem;
    min-height: 4rem;
    padding: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 12px;
    color: #fff;
    background: rgba(7, 12, 11, 0.58);
    backdrop-filter: blur(14px);
}

.sf-team-card figcaption span {
    font-size: 1.25rem;
    font-weight: 950;
    line-height: 1;
}

.sf-team-card figcaption small {
    margin-top: 0.25rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.68rem;
    font-weight: 850;
    line-height: 1.1;
    text-align: center;
}

.sf-team-card__body {
    flex: 1;
    display: grid;
    grid-template-rows: auto auto auto 1fr auto;
    gap: 0.58rem;
    padding: 1rem;
}

.sf-team-card h3,
.sf-team-card p {
    margin: 0;
}

.sf-team-card h3 {
    overflow: hidden;
    color: var(--sf-ink);
    font-size: 1.05rem;
    font-weight: 950;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sf-team-card p,
.sf-team-card em {
    display: block;
    color: var(--sf-muted);
    font-size: 0.82rem;
    font-style: normal;
    line-height: 1.45;
}

.sf-team-card em {
    min-height: 2.4rem;
}

.sf-team-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.sf-team-card__meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    min-height: 1.85rem;
    padding: 0.32rem 0.55rem;
    border-radius: 999px;
    color: #0a6b47;
    background: rgba(65, 214, 155, 0.12);
    font-size: 0.74rem;
    font-weight: 900;
}

.sf-team-card__meta i {
    font-size: 0.78rem;
}

.sf-team-book {
    min-height: 2.55rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 0.25rem;
    border: 0;
    border-radius: 8px;
    color: #ffffff;
    background: var(--sf-ink);
    font-size: 0.84rem;
    font-weight: 950;
    transition: background-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.sf-team-book:hover,
.sf-team-book:focus-visible {
    background: #0a6b47;
    box-shadow: 0 12px 28px rgba(10, 107, 71, 0.22);
    outline: none;
    transform: translateY(-1px);
}

.sf-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.4rem 0 1.8rem;
    color: var(--sf-muted);
    font-size: 0.88rem;
    font-weight: 800;
}

.sf-footer nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.sf-footer a {
    color: var(--sf-ink);
    text-decoration: none;
}

.sf-footer a:hover,
.sf-footer a:focus-visible {
    color: #0a6b47;
    outline: none;
}

@keyframes sfFadeUp {
    from {
        opacity: 0;
        transform: translateY(14px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .sf-intro,
    .sf-booking-form {
        animation: none;
    }

    .sf-featured-service,
    .sf-service-row,
    .sf-field,
    .tenant-date-chip,
    .tenant-slot,
    .sf-submit-row button,
    .sf-assistant__form button {
        transition: none;
    }
}

@media (max-width: 1199.98px) {
    .sf-cover {
        min-height: auto;
    }

    .sf-cover__content {
        grid-template-columns: 1fr;
        min-height: 0;
        padding-top: 2rem;
    }

    .sf-intro {
        max-width: 48rem;
    }

    .sf-booking-panel {
        max-width: 48rem;
    }

    .sf-service-board,
    .sf-info-grid {
        grid-template-columns: 1fr;
    }

    .sf-service-list {
        grid-template-columns: repeat(var(--sf-service-tablet-columns, 2), minmax(0, 1fr));
    }

    .sf-service-list--carousel,
    .sf-service-list--slider {
        grid-template-columns: none;
    }

    .sf-team-carousel {
        grid-auto-columns: calc((100% - var(--sf-team-gap)) / 2);
    }
}

@media (max-width: 767.98px) {
    .sf-nav {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
    }

    .sf-nav nav {
        grid-column: 1 / -1;
        justify-content: flex-start;
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .sf-nav nav::-webkit-scrollbar {
        display: none;
    }

    .sf-cover {
        padding: 0.75rem 0.75rem 2rem;
    }

    .sf-nav {
        align-items: flex-start;
        flex-direction: column;
    }

    .sf-nav nav {
        width: 100%;
        overflow-x: auto;
        justify-content: flex-start;
    }

    .sf-nav nav a {
        flex: 0 0 auto;
        min-height: 2.25rem;
        padding-inline: 0.75rem;
        font-size: 0.8rem;
    }

    .sf-cover__content {
        gap: 1.25rem;
        padding-top: 1.35rem;
    }

    .sf-intro h1 {
        max-width: 20rem;
        font-size: 2.05rem;
    }

    .sf-intro p {
        max-width: 20rem;
        font-size: 0.94rem;
        overflow-wrap: normal;
    }

    .sf-proof {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 20rem;
    }

    .sf-proof span {
        justify-content: center;
        text-align: center;
        font-size: 0.8rem;
    }

    .sf-program {
        grid-template-columns: 1fr;
        gap: 0.35rem;
    }

    .sf-featured-services {
        display: grid;
        gap: 0.55rem;
        max-width: 20rem;
        overflow: visible;
        padding-bottom: 0;
    }

    .sf-featured-service:nth-child(n + 4) {
        display: none;
    }

    .sf-booking-panel,
    .sf-service-board,
    .sf-program-panel,
    .sf-assistant,
    .sf-team-section {
        padding: 0.9rem;
    }

    .sf-booking-form,
    .sf-booking-panel {
        max-width: 20rem;
    }

    .sf-booking-head,
    .sf-details-head,
    .sf-submit-row,
    .sf-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .sf-input-grid,
    .sf-slot-grid,
    .sf-assistant__form {
        grid-template-columns: 1fr;
    }

    .sf-service-list {
        grid-template-columns: repeat(var(--sf-service-mobile-columns, 1), minmax(0, 1fr));
    }

    .sf-service-list--carousel,
    .sf-service-list--slider {
        grid-template-columns: none;
    }

    .sf-team-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .sf-team-carousel {
        grid-auto-columns: 100%;
    }

    .sf-team-card figure,
    .sf-team-card img {
        min-height: 0;
        height: auto;
    }

    .sf-team-card img {
        height: 100%;
    }

    .sf-span-2,
    .sf-assistant__form textarea,
    .sf-assistant__form button {
        grid-column: auto;
    }

    .sf-service-board,
    .sf-info-grid,
    .sf-team-section,
    .sf-footer {
        width: calc(100% - 1.5rem);
    }

    .sf-service-board {
        margin-top: -1rem;
    }

    .sf-section-head,
    .sf-section-head p {
        width: 100%;
        max-width: 100%;
        overflow-wrap: break-word;
    }

    .sf-service-row {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .sf-service-list--carousel {
        grid-auto-columns: minmax(260px, 84%);
    }

    .sf-service-list--slider {
        grid-auto-columns: minmax(280px, 88%);
    }

    .sf-service-row em {
        grid-column: 2;
    }

    .sf-submit-row button {
        width: 100%;
        min-width: 0;
    }

    .sf-footer nav {
        justify-content: flex-start;
    }
}

html[data-bs-theme="dark"] .tenant-storefront-page {
    --sf-ink: #f8fafc;
    --sf-muted: #94a3b8;
    --sf-line: rgba(148, 163, 184, 0.18);
    --sf-soft: #070b13;
    --sf-paper: rgba(15, 23, 42, 0.86);
    color: var(--sf-ink);
    background: #070b13;
}

html[data-bs-theme="dark"] .sf-shell {
    background:
        linear-gradient(180deg, rgba(7, 11, 19, 0) 0%, #070b13 42rem),
        radial-gradient(circle at 12% 36rem, rgba(65, 214, 155, 0.1), transparent 24rem),
        #070b13;
}

html[data-bs-theme="dark"] .sf-booking-panel,
html[data-bs-theme="dark"] .sf-service-board,
html[data-bs-theme="dark"] .sf-program-panel,
html[data-bs-theme="dark"] .sf-assistant,
html[data-bs-theme="dark"] .sf-team-section {
    border-color: var(--sf-line);
    color: var(--sf-ink);
    background: rgba(15, 23, 42, 0.88);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
}

html[data-bs-theme="dark"] .sf-field,
html[data-bs-theme="dark"] .tenant-date-chip,
html[data-bs-theme="dark"] .tenant-slot,
html[data-bs-theme="dark"] .sf-empty,
html[data-bs-theme="dark"] .sf-slot-intel,
html[data-bs-theme="dark"] .sf-assistant__messages,
html[data-bs-theme="dark"] .sf-errors,
html[data-bs-theme="dark"] .sf-growth-note,
html[data-bs-theme="dark"] .sf-booking-summary,
html[data-bs-theme="dark"] .sf-service-row,
html[data-bs-theme="dark"] .sf-program,
html[data-bs-theme="dark"] .sf-assistant__form input,
html[data-bs-theme="dark"] .sf-assistant__form textarea,
html[data-bs-theme="dark"] .sf-team-card,
html[data-bs-theme="dark"] .sf-team-controls,
html[data-bs-theme="dark"] .sf-team-control {
    border-color: var(--sf-line);
    background: rgba(7, 11, 19, 0.58);
    color: var(--sf-ink);
}

html[data-bs-theme="dark"] .sf-field:hover,
html[data-bs-theme="dark"] .sf-field:focus-within,
html[data-bs-theme="dark"] .sf-service-row:hover,
html[data-bs-theme="dark"] .sf-service-row.is-active,
html[data-bs-theme="dark"] .sf-assistant__form input:focus,
html[data-bs-theme="dark"] .sf-assistant__form textarea:focus {
    border-color: rgba(65, 214, 155, 0.72);
    background: rgba(15, 23, 42, 0.96);
}

html[data-bs-theme="dark"] .sf-field span,
html[data-bs-theme="dark"] .sf-mini-label,
html[data-bs-theme="dark"] .tenant-slot small,
html[data-bs-theme="dark"] .sf-empty,
html[data-bs-theme="dark"] .sf-slot-intel,
html[data-bs-theme="dark"] .sf-assistant__messages,
html[data-bs-theme="dark"] .sf-details-head p,
html[data-bs-theme="dark"] .sf-submit-row span,
html[data-bs-theme="dark"] .sf-service-row small,
html[data-bs-theme="dark"] .sf-program small,
html[data-bs-theme="dark"] .sf-section-head p,
html[data-bs-theme="dark"] .sf-team-card p,
html[data-bs-theme="dark"] .sf-team-card em,
html[data-bs-theme="dark"] .sf-footer {
    color: var(--sf-muted);
}

html[data-bs-theme="dark"] .sf-team-card__meta span {
    color: #86efac;
    background: rgba(65, 214, 155, 0.12);
}

html[data-bs-theme="dark"] .sf-team-book {
    color: #ffffff;
    background: #0f766e;
}

html[data-bs-theme="dark"] .sf-team-control:hover,
html[data-bs-theme="dark"] .sf-team-control:focus-visible {
    color: #07100d;
    background: var(--sf-mint);
}

html[data-bs-theme="dark"] .sf-booking-head,
html[data-bs-theme="dark"] .sf-availability-zone,
html[data-bs-theme="dark"] .sf-program-panel .sf-section-head,
html[data-bs-theme="dark"] .sf-assistant .sf-section-head,
html[data-bs-theme="dark"] .sf-team-section .sf-section-head {
    border-color: var(--sf-line);
}

html[data-bs-theme="dark"] .sf-field input,
html[data-bs-theme="dark"] .sf-field select,
html[data-bs-theme="dark"] .sf-field textarea,
html[data-bs-theme="dark"] .sf-assistant__form input,
html[data-bs-theme="dark"] .sf-assistant__form textarea {
    color: var(--sf-ink);
}

html[data-bs-theme="dark"] .sf-field input::placeholder,
html[data-bs-theme="dark"] .sf-field textarea::placeholder,
html[data-bs-theme="dark"] .sf-assistant__form input::placeholder,
html[data-bs-theme="dark"] .sf-assistant__form textarea::placeholder {
    color: rgba(203, 213, 225, 0.56);
}

html[data-bs-theme="dark"] .sf-field select {
    color-scheme: dark;
}

html[data-bs-theme="dark"] .sf-field select option {
    color: #f8fafc;
    background: #0f172a;
}

html[data-bs-theme="dark"] .sf-field select:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.75 7L9 11.25L13.25 7' stroke='%23f8fafc' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

html[data-bs-theme="dark"] .tenant-date-chip:hover,
html[data-bs-theme="dark"] .tenant-date-chip.is-active,
html[data-bs-theme="dark"] .tenant-slot.is-selected {
    border-color: var(--sf-mint);
    color: #07100d;
    background: var(--sf-mint);
}

html[data-bs-theme="dark"] .tenant-date-chip.is-active *,
html[data-bs-theme="dark"] .tenant-slot.is-selected strong,
html[data-bs-theme="dark"] .tenant-slot.is-selected small {
    color: #07100d;
}

html[data-bs-theme="dark"] .sf-submit-row button,
html[data-bs-theme="dark"] .sf-assistant__form button {
    border-color: var(--sf-mint);
    color: #07100d;
    background: var(--sf-mint);
}

html[data-bs-theme="dark"] .sf-footer a {
    color: #f8fafc;
}

.sf-builder-nav-band {
    padding: 1rem 1.2rem;
    background:
        linear-gradient(135deg, rgba(var(--tenant-primary-rgb), 0.92), rgba(7, 12, 11, 0.9)),
        #0b1110;
}

.sf-builder-flow {
    display: grid;
    gap: 0.85rem;
    padding: 0 0 0.85rem;
}

.sf-builder-hero {
    position: relative;
    min-height: 25rem;
    display: grid;
    align-items: center;
    padding: 2rem 1rem;
    color: #fff;
    background: #0b1110;
    isolation: isolate;
    overflow: hidden;
}

.sf-builder-hero::before,
.sf-builder-hero::after {
    content: "";
    position: absolute;
    inset: 0;
}

.sf-builder-hero::before {
    z-index: -2;
    background-image: var(--sf-photo);
    background-position: var(--sf-photo-position, center);
    background-size: cover;
    filter: saturate(0.95) contrast(1.04);
    transform: scale(1.02);
}

.sf-builder-hero::after {
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(5, 8, 8, 0.88), rgba(5, 8, 8, 0.48)),
        linear-gradient(180deg, rgba(5, 8, 8, 0.12), rgba(5, 8, 8, 0.64));
}

.sf-builder-hero__content,
.sf-builder-booking-section,
.sf-program-panel--builder,
.sf-assistant--builder,
.sf-builder-cta,
.sf-builder-note {
    width: min(100%, 1340px);
    margin-inline: auto;
}

.sf-builder-hero__content {
    display: grid;
    justify-items: start;
    max-width: 38rem;
}

.sf-builder-hero h1 {
    margin: 0.55rem 0 0.65rem;
    max-width: 34rem;
    color: #fff;
    font-size: 2.05rem;
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: 0;
}

.sf-builder-hero p {
    max-width: 34rem;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.94rem;
    line-height: 1.55;
}

.sf-builder-cta-link,
.sf-builder-cta a {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 2.8rem;
    margin-top: 1.25rem;
    padding: 0.72rem 1rem;
    border-radius: 8px;
    color: #07100d;
    background: var(--sf-mint);
    font-size: 0.9rem;
    font-weight: 900;
    text-decoration: none;
}

.sf-builder-booking-section {
    padding-inline: 1.2rem;
}

.sf-booking-form--builder {
    display: block;
    width: min(100%, 880px);
    margin-inline: auto;
}

.sf-program-panel--builder,
.sf-assistant--builder,
.sf-builder-cta,
.sf-builder-note {
    padding-inline: 1.1rem;
}

.sf-program-panel--builder,
.sf-assistant--builder,
.sf-builder-cta,
.sf-builder-note {
    border-radius: 8px;
}

.sf-builder-cta,
.sf-builder-note {
    padding-block: 1.15rem;
    border: 1px solid var(--sf-line);
    background: var(--sf-paper);
    box-shadow: 0 12px 34px rgba(var(--tenant-primary-rgb), 0.06);
}

.sf-builder-cta h2,
.sf-builder-note p {
    max-width: 38rem;
    margin: 0.25rem 0 0;
    color: var(--sf-ink);
    font-size: 1.45rem;
    line-height: 1.12;
    font-weight: 900;
    letter-spacing: 0;
}

.sf-builder-cta p {
    max-width: 38rem;
    margin: 0.55rem 0 0;
    color: var(--sf-muted);
    line-height: 1.5;
    font-weight: 700;
}

.sf-builder-note p {
    max-width: 56rem;
    font-size: 1rem;
    line-height: 1.45;
}

html[data-bs-theme="dark"] .sf-builder-nav-band,
html[data-bs-theme="dark"] .sf-builder-hero {
    background: #05080f;
}

html[data-bs-theme="dark"] .sf-builder-cta,
html[data-bs-theme="dark"] .sf-builder-note {
    border-color: var(--sf-line);
    background: rgba(15, 23, 42, 0.88);
}
