:root {
    --hkf-page: #f6f7f4;
    --hkf-surface: #ffffff;
    --hkf-surface-soft: #f8fafc;
    --hkf-surface-warm: #fbfcfa;
    --hkf-ink: #172033;
    --hkf-muted: #526174;
    --hkf-subtle: #64748b;
    --hkf-border: #d8e0ea;
    --hkf-border-strong: #cbd5e1;
    --hkf-primary: #0f766e;
    --hkf-primary-dark: #115e59;
    --hkf-primary-soft: #eef6f5;
    --hkf-price: #9f1239;
    --hkf-success-bg: #dcfce7;
    --hkf-success-text: #14532d;
    --hkf-warning-bg: #fffbeb;
    --hkf-warning-border: #f1d28a;
    --hkf-warning-text: #78350f;
    --hkf-danger-bg: #fee2e2;
    --hkf-danger-text: #991b1b;
    --hkf-info-bg: #eef6f5;
    --hkf-info-text: #134e4a;
    --hkf-radius: 8px;
    --hkf-radius-control: 6px;
    --hkf-shadow-card: 0 1px 2px rgba(15, 23, 42, 0.04), 0 10px 28px rgba(15, 23, 42, 0.05);
    --hkf-shadow-soft: 0 1px 2px rgba(15, 23, 42, 0.04);
    --hkf-shadow-focus: 0 0 0 3px rgba(15, 118, 110, 0.16);
    --hkf-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans TC", "PingFang HK", "Microsoft JhengHei", sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    overflow-x: clip;
}

body {
    background:
        linear-gradient(180deg, #fbfcfa 0, var(--hkf-page) 280px),
        var(--hkf-page) !important;
    color: var(--hkf-ink) !important;
    font-family: var(--hkf-font) !important;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0;
    overflow-x: clip;
}

a {
    text-underline-offset: 3px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
    box-shadow: var(--hkf-shadow-focus);
    outline: 2px solid transparent;
}

h1,
h2,
h3 {
    color: var(--hkf-ink);
    letter-spacing: 0;
}

h1 {
    font-size: clamp(1.75rem, 4.8vw, 2.25rem) !important;
    line-height: 1.18 !important;
}

h2 {
    font-size: clamp(1.15rem, 3vw, 1.35rem);
    line-height: 1.3;
}

p,
li,
dd,
td {
    line-height: 1.7;
}

.site-header,
header.site-header {
    background: rgba(255, 255, 255, 0.98) !important;
    border-bottom: 1px solid var(--hkf-border) !important;
    box-shadow: 0 1px 0 rgba(15, 23, 42, 0.03);
    backdrop-filter: saturate(1.1) blur(10px);
}

.brand {
    color: var(--hkf-ink) !important;
    min-width: max-content;
}

.brand span,
.muted,
small {
    color: var(--hkf-subtle) !important;
}

.top-nav a,
.storefront-button,
.button-link,
.legacy-product-button,
.button,
.btn,
button,
input[type="submit"] {
    border-radius: var(--hkf-radius-control) !important;
    font-weight: 800 !important;
    min-height: 42px;
    text-decoration: none;
    transition: background-color 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

.top-nav a:hover,
.category-quick-links a:hover,
.link-list a:hover,
.legacy-link-list a:hover,
.storefront-button:hover,
.button-link:hover,
.legacy-product-button:hover {
    box-shadow: var(--hkf-shadow-soft);
    transform: translateY(-1px);
}

.storefront-button.primary,
.button-link.primary,
.legacy-product-button,
.button,
.btn-primary,
button:not(.nav-dropdown-btn):not(.reject):not(.btn-secondary):not(.btn-danger):not(.btn-success),
input[type="submit"] {
    background: var(--hkf-primary) !important;
    border-color: var(--hkf-primary) !important;
    color: #ffffff !important;
}

.storefront-button.primary:hover,
.button-link.primary:hover,
.legacy-product-button:hover,
.button:hover,
.btn-primary:hover,
button:not(.nav-dropdown-btn):not(.reject):not(.btn-secondary):not(.btn-danger):not(.btn-success):hover {
    background: var(--hkf-primary-dark) !important;
    border-color: var(--hkf-primary-dark) !important;
}

button.nav-dropdown-btn {
    background: transparent !important;
    border-color: transparent !important;
    color: var(--hkf-ink) !important;
}

button.nav-dropdown-btn:hover,
.nav-dropdown-group:focus-within button.nav-dropdown-btn {
    background: var(--hkf-primary-soft) !important;
    border-color: var(--hkf-border) !important;
    color: var(--hkf-primary) !important;
}

.public-site-header .site-header-inner {
    align-items: center !important;
    display: flex !important;
    gap: 20px !important;
    justify-content: space-between !important;
    margin: 0 auto;
    max-width: 1180px;
    padding: 10px 20px !important;
    width: 100%;
}

.public-site-header .brand {
    display: grid;
    line-height: 1.12;
}

.public-brand-wordmark {
    align-items: center;
    display: inline-grid !important;
    gap: 10px;
    grid-template-columns: auto minmax(0, 1fr);
    min-width: 240px;
    text-align: left;
}

.public-brand-mark {
    align-items: center;
    background:
        linear-gradient(145deg, #ffffff, var(--hkf-primary-soft));
    border: 1px solid #b8ded8;
    border-radius: 8px;
    color: var(--hkf-primary) !important;
    display: inline-flex !important;
    font-size: 0.92rem !important;
    font-weight: 950 !important;
    height: 38px;
    justify-content: center;
    letter-spacing: 0;
    line-height: 1;
    width: 38px;
}

.public-brand-copy {
    display: grid !important;
    gap: 1px;
    min-width: 0;
}

.public-brand-copy strong {
    color: var(--hkf-ink);
    display: block;
    font-size: 1rem;
    font-weight: 950;
    letter-spacing: 0;
    line-height: 1.12;
}

.public-brand-copy span {
    display: block !important;
}

.public-brand-domain {
    color: var(--hkf-primary) !important;
    font-size: 0.78rem !important;
    font-weight: 850 !important;
    line-height: 1.18;
}

.public-brand-tagline {
    color: var(--hkf-subtle) !important;
    font-size: 0.7rem !important;
    font-weight: 750 !important;
    line-height: 1.25;
}

.public-title-brand-line {
    align-items: center;
    color: var(--hkf-primary);
    display: inline-flex;
    flex-wrap: wrap;
    font-size: 0.78rem;
    font-weight: 900;
    gap: 6px 8px;
    letter-spacing: 0;
    line-height: 1.25;
    margin-bottom: 8px;
}

.public-title-brand-line small {
    color: var(--hkf-subtle) !important;
    font-size: 0.78rem;
    font-weight: 750;
}

.public-title-brand-mark {
    align-items: center;
    background: var(--hkf-primary-soft);
    border: 1px solid #b8ded8;
    border-radius: 999px;
    color: var(--hkf-primary);
    display: inline-flex;
    font-size: 0.68rem;
    font-weight: 950;
    height: 22px;
    justify-content: center;
    line-height: 1;
    width: 22px;
}

.storefront-hero--category-products-first .public-title-brand-line {
    margin-bottom: 6px;
}

.public-top-nav {
    align-items: center;
    display: flex !important;
    flex: 1 1 auto;
    flex-wrap: wrap;
    gap: 6px !important;
    justify-content: flex-end;
    min-width: 0;
    width: auto;
}

.public-mobile-menu-toggle {
    align-items: center;
    background: var(--hkf-surface) !important;
    border: 1px solid var(--hkf-border-strong) !important;
    border-radius: var(--hkf-radius-control) !important;
    color: var(--hkf-primary) !important;
    display: none !important;
    font-size: 0.9rem;
    font-weight: 900;
    gap: 8px;
    justify-content: center;
    min-height: 40px;
    padding: 8px 11px !important;
    white-space: nowrap;
}

.public-mobile-menu-toggle:hover,
.public-mobile-menu-toggle:focus-visible {
    background: var(--hkf-primary-soft) !important;
    border-color: #9ccdc6 !important;
    color: var(--hkf-primary-dark) !important;
}

.public-mobile-menu-toggle__icon,
.public-mobile-menu-toggle__icon::before,
.public-mobile-menu-toggle__icon::after {
    background: currentColor;
    border-radius: 999px;
    content: "";
    display: block;
    height: 2px;
    width: 16px;
}

.public-mobile-menu-toggle__icon {
    position: relative;
}

.public-mobile-menu-toggle__icon::before,
.public-mobile-menu-toggle__icon::after {
    left: 0;
    position: absolute;
}

.public-mobile-menu-toggle__icon::before {
    top: -5px;
}

.public-mobile-menu-toggle__icon::after {
    top: 5px;
}

.public-mobile-menu-backdrop,
.public-mobile-drawer-header,
.public-mobile-drawer-actions,
.public-mobile-nav-heading small {
    display: none;
}

.public-top-nav .public-nav-link,
.public-top-nav .nav-dropdown-btn {
    align-items: center;
    border: 1px solid transparent;
    border-radius: var(--hkf-radius-control) !important;
    display: inline-flex;
    font-size: 0.86rem !important;
    justify-content: center;
    line-height: 1.15;
    min-height: 38px;
    padding: 8px 10px !important;
    white-space: nowrap;
}

.public-top-nav .public-nav-link:hover,
.public-top-nav .public-nav-link:focus-visible {
    background: var(--hkf-primary-soft);
    border-color: var(--hkf-border);
    color: var(--hkf-primary) !important;
}

.public-nav-link--shop {
    color: var(--hkf-ink) !important;
    font-weight: 900 !important;
}

.public-nav-link--cart {
    background: var(--hkf-primary) !important;
    border-color: var(--hkf-primary) !important;
    box-shadow: 0 8px 18px rgba(15, 118, 110, 0.14);
    color: #ffffff !important;
    min-width: 74px;
}

.public-nav-link--cart:hover,
.public-nav-link--cart:focus-visible {
    background: var(--hkf-primary-dark) !important;
    border-color: var(--hkf-primary-dark) !important;
    color: #ffffff !important;
}

.public-nav-dropdown .arrow {
    color: var(--hkf-primary);
    font-size: 0.74rem;
    line-height: 1;
}

.nav-dropdown-group {
    display: inline-flex;
    flex: 0 0 auto;
    position: relative;
}

@media (min-width: 641px) {
    .nav-dropdown-group::after {
        content: "";
        display: block;
        height: 8px;
        left: 0;
        min-width: 100%;
        pointer-events: auto;
        position: absolute;
        top: 100%;
        width: max(100%, 260px);
        z-index: 59;
    }
}

.nav-dropdown-content {
    background: #ffffff;
    border-color: var(--hkf-border) !important;
    border-radius: var(--hkf-radius) !important;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12) !important;
    display: none;
    gap: 4px;
    left: 0;
    min-width: 260px !important;
    padding: 8px !important;
    position: absolute;
    top: calc(100% + 6px);
    z-index: 60;
}

.nav-dropdown-content a {
    border-radius: var(--hkf-radius-control) !important;
    color: var(--hkf-ink) !important;
    font-size: 0.86rem !important;
    line-height: 1.3;
    min-height: 38px !important;
    padding: 9px 10px !important;
}

.nav-dropdown-content a:hover,
.nav-dropdown-content a:focus-visible {
    background: var(--hkf-primary-soft) !important;
    color: var(--hkf-primary) !important;
}

.public-nav-dropdown--guide .nav-dropdown-content {
    min-width: 360px !important;
}

.nav-dropdown-group:hover .nav-dropdown-content,
.nav-dropdown-group:focus-within .nav-dropdown-content,
.nav-dropdown-group.is-open .nav-dropdown-content {
    display: grid !important;
}

.public-nav-dropdown--guide:hover .nav-dropdown-content,
.public-nav-dropdown--guide:focus-within .nav-dropdown-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.storefront-button.secondary,
.button-link.secondary,
.btn-secondary,
button.secondary,
button.btn-secondary {
    background: var(--hkf-surface) !important;
    border: 1px solid var(--hkf-border-strong) !important;
    color: var(--hkf-primary) !important;
}

button.reject,
.btn-danger {
    background: var(--hkf-danger-bg) !important;
    border-color: #fca5a5 !important;
    color: var(--hkf-danger-text) !important;
}

.btn-success {
    background: var(--hkf-success-bg) !important;
    border-color: #86efac !important;
    color: var(--hkf-success-text) !important;
}

.container,
main,
.admin-shell {
    width: 100%;
}

.storefront-hero,
.hero,
.panel,
.card,
.summary-card,
.legacy-content-panel,
.legacy-product-card,
.hero-assurance,
details.faq-item,
.assurance,
.chip-card,
.data-card,
.queue-card {
    background: var(--hkf-surface) !important;
    border: 1px solid var(--hkf-border) !important;
    border-radius: var(--hkf-radius) !important;
}

.storefront-hero,
.hero,
.panel,
.card,
.legacy-content-panel {
    box-shadow: var(--hkf-shadow-card) !important;
}

.storefront-hero,
.hero {
    background:
        linear-gradient(135deg, #ffffff 0%, #ffffff 56%, var(--hkf-primary-soft) 100%) !important;
    overflow: hidden;
    position: relative;
}

.storefront-hero::before,
.hero::before {
    background: var(--hkf-primary);
    content: "";
    display: block;
    height: 4px;
    inset: 0 0 auto 0;
    position: absolute;
}

.storefront-hero h1,
.hero h1 {
    max-width: 780px;
}

.storefront-hero--product {
    grid-template-columns: minmax(0, 1fr) !important;
}

.storefront-hero--product .storefront-intro {
    max-width: 760px;
}

.product-hero-price-line {
    align-items: baseline;
    background: #ffffff;
    border: 1px solid var(--hkf-border);
    border-radius: var(--hkf-radius-sm);
    display: inline-flex;
    gap: 10px;
    margin-top: 14px;
    padding: 10px 14px;
}

.product-hero-price-line span {
    color: var(--hkf-text-muted);
    font-size: 0.86rem;
    font-weight: 800;
}

.product-hero-price-line strong {
    color: var(--hkf-primary);
    font-size: clamp(1.15rem, 3vw, 1.55rem);
    font-weight: 900;
    letter-spacing: 0;
}

.storefront-hero--category-products-first {
    gap: 16px !important;
    grid-template-columns: minmax(0, 1fr) !important;
    margin-bottom: 12px !important;
    padding: 22px !important;
}

.storefront-hero--category-products-first .storefront-intro {
    max-width: 900px;
}

.storefront-hero--category-products-first .storefront-actions {
    margin-top: 16px;
}

.storefront-hero--schedule-compact {
    gap: 14px !important;
    grid-template-columns: minmax(0, 1fr) !important;
    margin-bottom: 12px !important;
    padding: 22px !important;
}

.storefront-hero--schedule-compact .storefront-intro {
    max-width: 900px;
}

.storefront-hero--schedule-compact .storefront-actions {
    margin-top: 16px;
}

.home-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.home-hero-badges span {
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid #b8ded8;
    border-radius: 999px;
    color: var(--hkf-info-text);
    font-size: 0.86rem;
    font-weight: 900;
    line-height: 1.25;
    padding: 7px 10px;
}

.home-hero-shop-proof {
    align-self: stretch;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid var(--hkf-border);
    border-radius: var(--hkf-radius);
    display: grid;
    gap: 12px;
    min-width: 0;
    padding: 12px;
}

.home-hero-shop-media {
    border-radius: 7px;
    min-height: 0;
    overflow: hidden;
    position: relative;
}

.home-hero-shop-media img {
    aspect-ratio: 16 / 10;
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.home-hero-shop-media span {
    background: linear-gradient(90deg, rgba(15, 23, 42, 0.76), rgba(15, 23, 42, 0.08));
    bottom: 0;
    color: #ffffff;
    font-size: 0.84rem;
    font-weight: 900;
    left: 0;
    padding: 9px 10px;
    position: absolute;
    right: 0;
}

.home-hero-proof-strip {
    display: grid;
    gap: 8px 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-hero-proof-strip div {
    border-top: 1px solid var(--hkf-border);
    min-width: 0;
    padding-top: 8px;
}

.home-hero-proof-strip strong {
    color: var(--hkf-ink);
    display: block;
    font-size: 0.88rem;
    line-height: 1.35;
}

.home-hero-proof-strip span {
    color: var(--hkf-muted);
    display: block;
    font-size: 0.78rem;
    line-height: 1.46;
    margin-top: 3px;
}

.storefront-hero--home-polished {
    align-items: stretch;
    gap: clamp(18px, 3vw, 34px) !important;
    grid-template-columns: minmax(0, 0.98fr) minmax(420px, 0.9fr) !important;
    min-height: 0;
    padding: clamp(24px, 3.4vw, 34px) !important;
}

.storefront-hero--home-polished h1 {
    max-width: 760px;
}

.storefront-hero--home-polished .storefront-intro {
    max-width: 690px;
}

.home-hero-reassurance-list {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style: none;
    margin: 18px 0 0;
    padding: 0;
}

.home-hero-reassurance-list li {
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid #b8ded8;
    border-radius: var(--hkf-radius-control);
    color: var(--hkf-info-text);
    font-size: 0.82rem;
    font-weight: 900;
    line-height: 1.45;
    padding: 9px 10px 9px 28px;
    position: relative;
}

.home-hero-reassurance-list li::before {
    color: var(--hkf-primary);
    content: "✓";
    font-weight: 950;
    left: 10px;
    position: absolute;
    top: 9px;
}

.storefront-hero--home-polished .home-hero-shop-proof {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 251, 250, 0.9));
    gap: 14px;
    padding: 14px;
}

.storefront-hero--home-polished .home-hero-shop-media img {
    aspect-ratio: 16 / 9.35;
}

.storefront-hero--home-polished .home-hero-proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.storefront-hero--home-polished .home-hero-proof-strip div {
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid var(--hkf-border);
    border-radius: var(--hkf-radius-control);
    padding: 10px;
}

.storefront-hero--home-polished .home-hero-proof-strip strong::before {
    color: var(--hkf-primary);
    content: "• ";
}

.storefront-kicker,
.kicker,
.eyebrow {
    align-items: center;
    color: var(--hkf-primary) !important;
    display: inline-flex;
    font-size: 0.82rem !important;
    font-weight: 900 !important;
    gap: 7px;
}

.storefront-kicker::before,
.kicker::before,
.eyebrow::before {
    background: var(--hkf-primary);
    border-radius: 999px;
    content: "";
    display: inline-block;
    height: 7px;
    width: 7px;
}

.storefront-kicker,
.kicker,
.card-header h2,
.panel h2 {
    color: var(--hkf-primary) !important;
}

.storefront-intro,
.intro,
.legacy-product-meta,
.panel p,
.panel li,
.faq-item p {
    color: var(--hkf-muted) !important;
}

.subtitle,
.help,
.small,
.provider-meta {
    color: var(--hkf-subtle) !important;
}

.hero-assurance,
.assurance,
.trust-strip div,
.info-card,
.storefront-guidance-item,
.venue-seo-card,
.chip-card,
.metric,
.summary-panel {
    background: var(--hkf-surface-warm) !important;
    border-color: var(--hkf-border) !important;
}

.hero-assurance strong,
.assurance strong,
.trust-strip strong,
.info-card strong,
.storefront-guidance-item strong,
.venue-seo-card h3,
.chip-card strong {
    color: var(--hkf-ink) !important;
}

.hero-assurance--home {
    align-content: start;
    gap: 10px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 14px !important;
}

.hero-assurance--home div {
    background: var(--hkf-surface);
    border: 1px solid var(--hkf-border);
    border-radius: var(--hkf-radius-control);
    min-width: 0;
    padding: 10px;
}

.hero-assurance--home strong {
    font-size: 0.88rem !important;
    line-height: 1.35;
}

.hero-assurance--home span {
    font-size: 0.8rem !important;
    line-height: 1.5 !important;
}

.storefront-guidance,
.info-grid,
.trust-strip,
.chip-grid {
    gap: 12px !important;
}

.customer-message-strip {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    margin: 18px 0 22px;
}

.customer-message-card {
    background: var(--hkf-surface-warm);
    border: 1px solid var(--hkf-border);
    border-radius: var(--hkf-radius);
    box-shadow: var(--hkf-shadow-soft);
    padding: 14px;
}

.public-icon {
    align-items: center;
    background: var(--hkf-primary-soft);
    border: 1px solid #b8ded8;
    border-radius: 999px;
    color: var(--hkf-primary);
    display: inline-flex;
    flex: 0 0 auto;
    height: 32px;
    justify-content: center;
    width: 32px;
}

.public-icon svg {
    display: block;
    height: 18px;
    width: 18px;
}

.customer-message-card-head {
    align-items: center;
    display: flex;
    gap: 8px;
    margin-bottom: 6px;
}

.customer-message-check {
    color: var(--hkf-primary);
    display: inline-flex;
    flex: 0 0 auto;
    height: 14px;
    opacity: 0.7;
    width: 14px;
}

.customer-message-check svg {
    display: block;
    height: 100%;
    width: 100%;
}

.customer-message-card strong {
    color: var(--hkf-ink);
    display: block;
    font-size: 0.92rem;
    line-height: 1.35;
    margin-bottom: 0;
}

.customer-message-card span {
    color: var(--hkf-muted);
    display: block;
    font-size: 0.9rem;
    line-height: 1.62;
}

.public-process-panel {
    background: var(--hkf-surface);
    border: 1px solid var(--hkf-border);
    border-radius: var(--hkf-radius);
    box-shadow: var(--hkf-shadow-card);
    margin: 18px 0 22px;
    padding: 18px;
}

.public-process-heading {
    align-items: end;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 14px;
}

.public-process-heading h2 {
    margin: 0;
}

.public-process-heading p {
    color: var(--hkf-muted);
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 8px 0 0;
    max-width: 760px;
}

.public-process-steps {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.public-process-panel--home .public-process-steps {
    counter-reset: hkf-process-step;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.public-process-step {
    background: var(--hkf-surface-warm);
    border: 1px solid var(--hkf-border);
    border-radius: var(--hkf-radius-control);
    display: grid;
    gap: 10px;
    grid-template-columns: auto minmax(0, 1fr);
    padding: 12px;
}

.public-process-panel--home {
    background:
        linear-gradient(135deg, #ffffff, rgba(232, 245, 242, 0.72));
    overflow: hidden;
    position: relative;
}

.public-process-panel--home .public-process-step {
    align-content: start;
    background: rgba(255, 255, 255, 0.9);
    grid-template-columns: 1fr;
    min-height: 180px;
    position: relative;
}

.public-process-panel--home .public-process-step::before {
    background: var(--hkf-primary);
    border-radius: 999px;
    color: #ffffff;
    content: counter(hkf-process-step);
    counter-increment: hkf-process-step;
    display: inline-grid;
    font-size: 0.72rem;
    font-weight: 950;
    height: 22px;
    left: 36px;
    place-items: center;
    position: absolute;
    top: 9px;
    width: 22px;
    z-index: 1;
}

.public-process-panel--home .public-process-step:not(:last-child)::after {
    background: linear-gradient(90deg, rgba(15, 118, 110, 0.24), rgba(15, 118, 110, 0));
    content: "";
    height: 2px;
    left: calc(100% - 8px);
    position: absolute;
    top: 25px;
    width: 28px;
}

.public-process-panel--home .public-process-step-icon {
    height: 40px;
    width: 40px;
}

.public-process-panel--home .public-process-step-icon .public-icon svg {
    height: 19px;
    width: 19px;
}

.public-process-step-icon {
    align-items: center;
    background: var(--hkf-primary);
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    font-size: 0.8rem;
    font-weight: 900;
    height: 26px;
    justify-content: center;
    line-height: 1;
    width: 26px;
}

.public-process-step-icon .public-icon {
    background: transparent;
    border: 0;
    color: inherit;
    height: 26px;
    width: 26px;
}

.public-process-step-icon .public-icon svg {
    height: 15px;
    width: 15px;
}

.public-process-step strong {
    color: var(--hkf-ink);
    display: block;
    font-size: 0.92rem;
    line-height: 1.35;
}

.public-process-step p {
    color: var(--hkf-muted);
    font-size: 0.86rem;
    line-height: 1.58;
    margin: 5px 0 0;
}

.public-floating-support {
    bottom: 18px;
    pointer-events: none;
    position: fixed;
    right: max(16px, env(safe-area-inset-right));
    z-index: 35;
}

.public-floating-support-panel {
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--hkf-border);
    border-radius: var(--hkf-radius);
    box-shadow: var(--hkf-shadow-card);
    display: grid;
    gap: 9px;
    margin-bottom: 10px;
    max-width: 188px;
    padding: 10px;
    pointer-events: auto;
}

.public-floating-support-heading {
    align-items: flex-start;
    display: flex;
    gap: 9px;
}

.public-floating-support-heading .public-icon {
    height: 30px;
    width: 30px;
}

.public-floating-support-heading .public-icon svg {
    height: 16px;
    width: 16px;
}

.public-floating-support-heading strong {
    color: var(--hkf-ink);
    display: block;
    font-size: 0.9rem;
    line-height: 1.3;
}

.public-floating-support-heading span {
    color: var(--hkf-muted);
    display: block;
    font-size: 0.78rem;
    line-height: 1.55;
    margin-top: 3px;
}

@media (min-width: 641px) {
    .public-floating-support-heading span {
        display: none;
    }
}

.public-floating-support-links {
    display: grid;
    gap: 7px;
}

.public-floating-support-links a,
.public-floating-button {
    align-items: center;
    border-radius: var(--hkf-radius-control);
    display: inline-flex;
    font-weight: 900;
    justify-content: center;
    min-height: 38px;
    text-decoration: none;
}

.public-floating-support-links a {
    background: var(--hkf-surface-warm);
    border: 1px solid var(--hkf-border);
    color: var(--hkf-primary);
    font-size: 0.82rem;
    padding: 7px 9px;
}

.public-floating-actions {
    display: grid;
    gap: 8px;
    justify-items: end;
    pointer-events: auto;
}

.public-floating-button {
    background: var(--hkf-primary);
    border: 1px solid var(--hkf-primary);
    box-shadow: var(--hkf-shadow-card);
    color: #ffffff;
    gap: 7px;
    padding: 8px 11px;
}

.public-floating-button:hover {
    background: var(--hkf-primary-dark);
    border-color: var(--hkf-primary-dark);
}

.public-floating-button--top {
    background: var(--hkf-surface);
    border-color: var(--hkf-border-strong);
    color: var(--hkf-primary);
}

.public-floating-button--top:hover {
    background: var(--hkf-primary-soft);
    border-color: var(--hkf-border-strong);
    color: var(--hkf-primary-dark);
}

.public-floating-button .public-icon {
    background: transparent;
    border: 0;
    color: currentColor;
    height: 24px;
    width: 24px;
}

.public-floating-button .public-icon svg {
    height: 16px;
    width: 16px;
}

.public-floating-button span {
    font-size: 0.82rem;
    line-height: 1;
}

.google-review-trust {
    align-items: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 247, 0.96));
    border: 1px solid var(--hkf-border);
    border-radius: var(--hkf-radius);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.07);
    display: grid;
    gap: 14px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    margin: 20px 0;
    padding: 16px;
}

.google-review-mark {
    align-items: center;
    background: #ffffff;
    border: 1px solid #d9e4df;
    border-radius: 999px;
    color: var(--hkf-primary);
    display: inline-flex;
    font-size: 1.05rem;
    font-weight: 900;
    height: 44px;
    justify-content: center;
    line-height: 1;
    width: 44px;
}

.google-review-copy {
    min-width: 0;
}

.google-review-kicker {
    color: var(--hkf-primary);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0;
}

.google-review-copy strong {
    color: var(--hkf-ink);
    display: inline-block;
    font-size: 1.35rem;
    line-height: 1.15;
    margin-top: 2px;
}

.google-review-copy span {
    color: var(--hkf-muted);
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 800;
    margin-left: 8px;
}

.google-review-copy p {
    color: var(--hkf-subtle);
    font-size: 0.9rem;
    line-height: 1.65;
    margin: 6px 0 0;
}

.google-review-link {
    align-items: center;
    background: var(--hkf-primary);
    border: 1px solid var(--hkf-primary);
    border-radius: var(--hkf-radius-control);
    color: #ffffff !important;
    display: inline-flex;
    font-size: 0.88rem;
    font-weight: 900;
    justify-content: center;
    min-height: 40px;
    padding: 8px 13px;
    text-decoration: none;
    white-space: nowrap;
}

.google-review-link:hover {
    background: var(--hkf-primary-dark);
    border-color: var(--hkf-primary-dark);
}

.google-review-actions {
    display: grid;
    gap: 8px;
}

.google-review-page-link {
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--hkf-border-strong);
    border-radius: var(--hkf-radius-control);
    color: var(--hkf-primary) !important;
    display: inline-flex;
    font-size: 0.86rem;
    font-weight: 900;
    justify-content: center;
    min-height: 38px;
    padding: 7px 12px;
    text-decoration: none;
    white-space: nowrap;
}

.google-review-page-link:hover {
    background: var(--hkf-surface-soft);
}

.google-review-trust--category {
    margin-top: 18px;
}

.google-review-trust--compact,
.google-review-trust--reassurance {
    box-shadow: none;
    grid-template-columns: auto minmax(0, 1fr);
}

.google-review-trust--compact {
    background: rgba(255, 255, 255, 0.55);
    gap: 9px;
    margin: 12px 0 0;
    padding: 10px;
}

.google-review-trust--compact .google-review-mark {
    font-size: 0.85rem;
    height: 30px;
    width: 30px;
}

.google-review-trust--compact .google-review-copy strong {
    font-size: 1rem;
}

.google-review-trust--compact .google-review-copy span {
    display: block;
    font-size: 0.78rem;
    margin-left: 0;
    margin-top: 2px;
}

.google-review-trust--compact .google-review-copy p {
    display: none;
}

.google-review-trust--compact .google-review-actions,
.google-review-trust--reassurance .google-review-actions {
    grid-column: 1 / -1;
}

.google-review-trust--compact .google-review-link,
.google-review-trust--compact .google-review-page-link,
.google-review-trust--reassurance .google-review-link,
.google-review-trust--reassurance .google-review-page-link {
    min-height: 34px;
    width: 100%;
}

.google-review-trust--reassurance {
    background: #f8fafc;
    gap: 10px;
    margin-top: 14px;
    padding: 12px;
}

.google-review-trust--reassurance .google-review-mark {
    height: 34px;
    width: 34px;
}

.google-review-trust--reassurance .google-review-copy strong {
    font-size: 1.08rem;
}

.google-review-trust--reassurance .google-review-copy span {
    display: block;
    font-size: 0.82rem;
    margin-left: 0;
    margin-top: 2px;
}

.google-review-trust--reassurance .google-review-copy p {
    font-size: 0.82rem;
    line-height: 1.58;
}

.google-review-trust--home {
    background:
        linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.96) 42%, rgba(232, 245, 242, 0.92) 100%);
    border-color: #b8ded8;
    gap: 18px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    overflow: hidden;
    padding: 18px;
    position: relative;
}

.google-review-trust--home::after {
    background:
        radial-gradient(circle at center, rgba(15, 118, 110, 0.13), rgba(15, 118, 110, 0));
    border-radius: 999px;
    content: "";
    height: 160px;
    position: absolute;
    right: -62px;
    top: -86px;
    width: 160px;
}

.google-review-trust--home > * {
    position: relative;
    z-index: 1;
}

.google-review-trust--home .google-review-mark {
    box-shadow: 0 12px 26px rgba(15, 118, 110, 0.12);
    height: 58px;
    width: 58px;
}

.google-review-score-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin-top: 3px;
}

.google-review-score-row strong {
    margin-top: 0;
}

.google-review-score-row strong span {
    font-size: 2.05rem;
    line-height: 1;
}

.google-review-stars {
    color: #f59e0b !important;
    font-size: 1rem !important;
    letter-spacing: 0;
    margin-left: 0 !important;
}

.home-storefront-proof,
.home-product-depth,
.home-category-access,
.home-hall-shortcuts {
    margin: 22px 0;
}

.home-storefront-proof {
    background: var(--hkf-surface);
    border: 1px solid var(--hkf-border);
    border-radius: var(--hkf-radius);
    box-shadow: var(--hkf-shadow-card);
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.08fr);
    overflow: hidden;
    padding: 18px;
}

.home-storefront-proof--service-band {
    background:
        linear-gradient(135deg, var(--hkf-primary-soft), #ffffff 56%);
    box-shadow: var(--hkf-shadow-soft);
    grid-template-columns: 1fr;
    padding: 20px;
}

.home-storefront-proof--service-band .home-storefront-copy {
    max-width: 920px;
}

.home-storefront-media {
    background: var(--hkf-surface-soft);
    border: 1px solid var(--hkf-border);
    border-radius: var(--hkf-radius);
    display: grid;
    gap: 8px;
    overflow: hidden;
    padding: 8px;
}

.home-storefront-media img {
    aspect-ratio: 4 / 3;
    border-radius: 6px;
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.home-storefront-media span {
    color: var(--hkf-subtle);
    font-size: 0.86rem;
    font-weight: 800;
    padding: 0 2px 2px;
}

.home-storefront-copy {
    align-self: center;
}

.home-storefront-copy h2,
.home-section-heading h2,
.home-product-group h3 {
    margin: 0;
}

.home-storefront-copy p {
    color: var(--hkf-muted);
    font-size: 1rem;
    line-height: 1.75;
    margin: 10px 0 0;
}

.home-proof-list {
    display: grid;
    gap: 8px;
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
}

.home-proof-list li {
    background: var(--hkf-primary-soft);
    border: 1px solid #b8ded8;
    border-radius: var(--hkf-radius-control);
    color: var(--hkf-info-text);
    font-weight: 800;
    line-height: 1.5;
    padding: 8px 10px;
}

.home-section-heading {
    align-items: end;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 14px;
}

.home-section-heading h2 {
    color: var(--hkf-ink);
    font-size: clamp(1.2rem, 3vw, 1.45rem);
}

.home-category-access {
    background:
        linear-gradient(135deg, #ffffff, rgba(232, 245, 242, 0.58));
    border: 1px solid var(--hkf-border);
    border-radius: var(--hkf-radius);
    box-shadow: var(--hkf-shadow-soft);
    padding: 16px;
}

.home-category-access-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-category-access-card {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid var(--hkf-border);
    border-radius: var(--hkf-radius-control);
    color: inherit;
    display: grid;
    gap: 8px;
    min-height: 134px;
    overflow: hidden;
    padding: 12px;
    position: relative;
    text-decoration: none;
}

.home-category-access-card::after {
    background: linear-gradient(135deg, rgba(15, 118, 110, 0.11), rgba(15, 118, 110, 0));
    border-radius: 999px;
    content: "";
    height: 86px;
    position: absolute;
    right: -36px;
    top: -42px;
    width: 86px;
}

.home-category-access-card > * {
    position: relative;
    z-index: 1;
}

.home-category-access-card:hover,
.home-category-access-card:focus-visible {
    border-color: var(--hkf-primary);
    box-shadow: var(--hkf-shadow-soft);
}

.home-category-access-card > span:not(.home-category-access-icon):not(.home-card-pill-row) {
    background: var(--hkf-primary-soft);
    border-radius: 999px;
    color: var(--hkf-info-text);
    display: inline-flex;
    font-size: 0.76rem;
    font-weight: 900;
    line-height: 1.2;
    padding: 5px 8px;
    width: fit-content;
}

.home-category-access-icon {
    align-items: center;
    background: #ffffff;
    border: 1px solid #b8ded8;
    border-radius: 999px;
    color: var(--hkf-primary);
    display: inline-flex;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.home-category-access-icon .public-icon {
    background: transparent;
    border: 0;
    color: currentColor;
    height: 24px;
    width: 24px;
}

.home-category-access-icon .public-icon svg {
    height: 15px;
    width: 15px;
}

.home-card-pill-row,
.home-product-pill-row,
.home-hall-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.home-card-pill-row em,
.home-product-pill-row span,
.home-hall-tags em {
    background: rgba(232, 245, 242, 0.78);
    border: 1px solid #b8ded8;
    border-radius: 999px;
    color: var(--hkf-primary);
    font-size: 0.72rem;
    font-style: normal;
    font-weight: 900;
    line-height: 1.15;
    padding: 4px 7px;
}

.home-category-access-card strong {
    color: var(--hkf-ink);
    font-size: 1.04rem;
    line-height: 1.25;
}

.home-category-access-card p {
    color: var(--hkf-muted);
    font-size: 0.86rem;
    line-height: 1.55;
    margin: 0;
}

.home-product-group-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-product-group,
.home-hall-card {
    background: var(--hkf-surface);
    border: 1px solid var(--hkf-border);
    border-radius: var(--hkf-radius);
    box-shadow: var(--hkf-shadow-card);
}

.home-product-group {
    display: grid;
    gap: 14px;
    padding: 16px;
}

.home-product-group {
    position: relative;
}

.home-product-group::before {
    background: linear-gradient(90deg, var(--hkf-primary), rgba(15, 118, 110, 0));
    border-radius: 999px;
    content: "";
    height: 3px;
    left: 16px;
    position: absolute;
    right: 16px;
    top: 0;
}

.home-product-group-header {
    display: grid;
    gap: 7px;
}

.home-product-intent {
    background: var(--hkf-primary-soft);
    border-radius: 999px;
    color: var(--hkf-info-text);
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 900;
    line-height: 1.2;
    padding: 5px 9px;
    width: fit-content;
}

.home-product-group h3 {
    color: var(--hkf-ink);
    font-size: 1.08rem;
}

.home-product-group p {
    color: var(--hkf-muted);
    font-size: 0.92rem;
    line-height: 1.62;
    margin: 0;
}

.home-product-group-header a {
    color: var(--hkf-primary);
    font-size: 0.9rem;
    font-weight: 900;
    text-decoration: none;
    width: fit-content;
}

.home-product-pill-row {
    margin-top: 1px;
}

.home-product-mini-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-product-mini-card {
    background: var(--hkf-surface-warm);
    border: 1px solid var(--hkf-border);
    border-radius: var(--hkf-radius-control);
    color: inherit;
    display: grid;
    gap: 7px;
    min-width: 0;
    padding: 9px;
    text-decoration: none;
}

.home-product-mini-card:hover {
    border-color: var(--hkf-primary);
    box-shadow: var(--hkf-shadow-soft);
}

.home-product-mini-card--visual {
    background: #ffffff;
}

.home-product-mini-image,
.home-product-mini-placeholder {
    align-items: center;
    aspect-ratio: 1 / 1;
    background: #ffffff;
    border: 1px solid var(--hkf-border);
    border-radius: 6px;
    color: var(--hkf-subtle);
    display: flex;
    font-size: 0.76rem;
    justify-content: center;
    overflow: hidden;
    text-align: center;
}

.home-product-mini-image img {
    height: 100%;
    object-fit: contain;
    padding: 4px;
    width: 100%;
}

.home-product-mini-card--visual .home-product-mini-image {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.home-product-mini-card--visual .home-product-mini-image img {
    padding: 2px;
}

.home-product-mini-name {
    color: var(--hkf-ink);
    display: block;
    font-size: 0.86rem;
    font-weight: 900;
    line-height: 1.38;
    min-height: 2.4em;
}

.home-product-mini-price {
    color: var(--hkf-price);
    font-size: 0.96rem;
    font-weight: 900;
}

.home-product-mini-price--fallback {
    color: var(--hkf-muted);
    font-size: 0.78rem;
}

.home-product-mini-cta {
    color: var(--hkf-primary);
    font-size: 0.82rem;
    font-weight: 900;
}

.home-product-more-link {
    align-items: center;
    background: var(--hkf-surface);
    border: 1px solid var(--hkf-border-strong);
    border-radius: var(--hkf-radius-control);
    color: var(--hkf-primary);
    display: inline-flex;
    font-size: 0.88rem;
    font-weight: 900;
    justify-content: center;
    min-height: 40px;
    padding: 8px 10px;
    text-decoration: none;
}

.home-product-empty {
    background: var(--hkf-warning-bg);
    border: 1px solid var(--hkf-warning-border);
    border-radius: var(--hkf-radius-control);
    color: var(--hkf-warning-text);
    font-size: 0.9rem;
    line-height: 1.55;
    padding: 10px;
}

.home-hall-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-hall-card {
    color: inherit;
    display: grid;
    gap: 8px;
    min-height: 0;
    padding: 14px;
    position: relative;
    text-decoration: none;
}

.home-hall-card:hover {
    border-color: var(--hkf-primary);
}

.home-hall-card strong {
    color: var(--hkf-ink);
    font-size: 1rem;
}

.home-hall-card span {
    color: var(--hkf-muted);
    font-size: 0.88rem;
    line-height: 1.55;
}

.home-hall-coverage {
    color: var(--hkf-muted);
    font-size: 0.9rem;
    line-height: 1.58;
    margin: 7px 0 0;
    max-width: 740px;
}

.home-hall-icon {
    align-items: center;
    background: var(--hkf-primary-soft);
    border: 1px solid #b8ded8;
    border-radius: 999px;
    color: var(--hkf-primary);
    display: inline-flex;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.home-hall-icon .public-icon {
    background: transparent;
    border: 0;
    color: currentColor;
    height: 24px;
    width: 24px;
}

.home-hall-icon .public-icon svg {
    height: 15px;
    width: 15px;
}

.home-hall-tags {
    margin-top: auto;
}

.home-schedule-trust {
    background:
        linear-gradient(135deg, #ffffff 0%, #ffffff 62%, var(--hkf-primary-soft) 100%);
    border: 1px solid var(--hkf-border);
    border-radius: var(--hkf-radius);
    box-shadow: var(--hkf-shadow-card);
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 0.92fr) minmax(300px, 1.08fr);
    margin: 22px 0;
    padding: 18px;
}

.home-schedule-copy h2 {
    margin: 0;
}

.home-schedule-copy p {
    color: var(--hkf-muted);
    font-size: 0.95rem;
    line-height: 1.72;
    margin: 10px 0 0;
}

.home-schedule-disclaimer {
    background: #fffbeb;
    border: 1px solid var(--hkf-warning-border);
    border-radius: var(--hkf-radius-control);
    color: var(--hkf-warning-text) !important;
    font-size: 0.88rem !important;
    padding: 9px 10px;
}

.home-schedule-preview {
    align-self: stretch;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid var(--hkf-border);
    border-radius: var(--hkf-radius);
    display: flex;
    flex-direction: column;
    gap: 9px;
    min-height: 0;
    padding: 10px;
}

.home-schedule-preview-head {
    align-items: baseline;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.home-schedule-preview-head strong {
    color: var(--hkf-ink);
    font-size: 0.94rem;
}

.home-schedule-preview-head span {
    color: var(--hkf-muted);
    font-size: 0.82rem;
}

.schedule-scroll-area {
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-color: var(--hkf-border-strong) transparent;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
}

.schedule-scroll-area:focus {
    outline: 2px solid rgba(31, 111, 104, 0.22);
    outline-offset: 3px;
}

.schedule-scroll-area::-webkit-scrollbar {
    width: 6px;
}

.schedule-scroll-area::-webkit-scrollbar-thumb {
    background: var(--hkf-border-strong);
    border-radius: 999px;
}

.schedule-scroll-area::-webkit-scrollbar-track {
    background: transparent;
}

.home-schedule-list {
    display: grid;
    gap: 8px;
    max-height: 286px;
    padding-right: 3px;
    scroll-behavior: auto;
}

.home-schedule-list--auto {
    background:
        linear-gradient(#ffffff, rgba(255, 255, 255, 0)) top / 100% 20px no-repeat,
        linear-gradient(rgba(255, 255, 255, 0), #ffffff) bottom / 100% 24px no-repeat;
}

.home-schedule-preview:focus-within .home-schedule-preview-head span,
.home-schedule-preview:hover .home-schedule-preview-head span {
    color: var(--hkf-primary);
}

.home-schedule-list--static {
    max-height: none;
    overflow: visible;
}

.home-schedule-row {
    align-items: start;
    background: var(--hkf-surface);
    border: 1px solid var(--hkf-border);
    border-radius: var(--hkf-radius-control);
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(92px, 0.38fr) minmax(0, 1fr);
    min-width: 0;
    padding: 10px;
}

.home-schedule-row > div {
    min-width: 0;
}

.home-schedule-row strong,
.home-schedule-row span {
    display: block;
    overflow-wrap: anywhere;
}

.home-schedule-row strong {
    color: var(--hkf-ink);
    font-size: 0.92rem;
    line-height: 1.45;
}

.home-schedule-row span {
    color: var(--hkf-muted);
    font-size: 0.86rem;
    line-height: 1.5;
    margin-top: 2px;
}

.home-schedule-date {
    border-right: 1px solid var(--hkf-border);
    padding-right: 10px;
}

.home-schedule-preview-note {
    color: var(--hkf-muted);
    font-size: 0.78rem;
    line-height: 1.5;
    margin: 0;
}

.home-schedule-empty {
    align-items: center;
    background: var(--hkf-warning-bg);
    border: 1px solid var(--hkf-warning-border);
    border-radius: var(--hkf-radius-control);
    color: var(--hkf-warning-text);
    display: flex;
    min-height: 100%;
    padding: 14px;
}

.storefront-guidance-item,
.info-card,
.trust-strip div,
.venue-seo-card,
.chip-card {
    box-shadow: var(--hkf-shadow-soft);
}

.venue-seo-grid--home-lower .venue-seo-card {
    background:
        linear-gradient(135deg, #ffffff, rgba(248, 251, 250, 0.94));
    overflow: hidden;
    position: relative;
}

.venue-seo-grid--home-lower .venue-seo-card::after {
    background: linear-gradient(135deg, rgba(15, 118, 110, 0.1), rgba(15, 118, 110, 0));
    border-radius: 999px;
    content: "";
    height: 120px;
    position: absolute;
    right: -52px;
    top: -56px;
    width: 120px;
}

.home-service-card-head {
    align-items: center;
    display: flex;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.home-service-card-icon {
    align-items: center;
    background: var(--hkf-primary-soft);
    border: 1px solid #b8ded8;
    border-radius: 999px;
    color: var(--hkf-primary);
    display: inline-flex;
    flex: 0 0 auto;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.home-service-card-icon .public-icon {
    background: transparent;
    border: 0;
    color: currentColor;
    height: 24px;
    width: 24px;
}

.home-service-card-icon .public-icon svg {
    height: 15px;
    width: 15px;
}

.venue-seo-grid--home-lower .venue-seo-card p {
    position: relative;
    z-index: 1;
}

.category-quick-links {
    align-items: center;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid var(--hkf-border);
    border-radius: var(--hkf-radius);
    padding: 10px;
}

.legacy-product-price,
.price,
.amount,
.money {
    color: var(--hkf-price) !important;
    font-weight: 900 !important;
}

.legacy-product-grid {
    gap: 18px !important;
}

.legacy-product-card {
    box-shadow: var(--hkf-shadow-card);
    gap: 8px;
}

.legacy-product-panel h2 {
    align-items: center;
    display: flex;
    gap: 10px;
}

.legacy-product-panel h2::before {
    background: var(--hkf-primary);
    border-radius: 999px;
    content: "";
    display: inline-block;
    height: 8px;
    width: 8px;
}

.legacy-product-image,
.legacy-product-placeholder {
    background:
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
    border-color: var(--hkf-border) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75);
    min-height: 220px;
}

.legacy-product-placeholder {
    align-items: center;
    color: var(--hkf-muted);
    display: grid;
    gap: 8px;
    justify-items: center;
    line-height: 1.55;
    padding: 18px;
    text-align: center;
}

.legacy-product-placeholder strong {
    color: var(--hkf-ink);
    font-size: 0.98rem;
}

.legacy-product-placeholder span {
    color: var(--hkf-muted);
    font-size: 0.86rem;
    max-width: 24rem;
}

.legacy-product-image img {
    background: #ffffff;
    height: 100% !important;
    object-fit: contain !important;
    padding: 6px;
    width: 100% !important;
}

.legacy-product-name {
    color: var(--hkf-ink) !important;
    font-size: 1.04rem !important;
}

.legacy-product-panel.is-detail .legacy-product-name {
    font-size: clamp(1.3rem, 3vw, 1.8rem) !important;
}

.legacy-product-panel.is-detail .legacy-product-price {
    background: #fff1f2;
    border: 1px solid #fecdd3;
    border-radius: var(--hkf-radius-control);
    display: inline-flex;
    font-size: clamp(1.45rem, 4vw, 1.9rem) !important;
    margin: 0.65rem 0 0.75rem !important;
    padding: 6px 12px;
}

.legacy-product-detail-card {
    align-items: start;
    gap: 26px !important;
    grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.08fr) !important;
}

.legacy-product-detail-media {
    display: grid;
    gap: 10px;
    min-width: 0;
}

.legacy-product-panel.is-detail .legacy-product-image,
.legacy-product-panel.is-detail .legacy-product-placeholder {
    aspect-ratio: 1 / 1;
    margin-bottom: 0;
    min-height: 360px;
}

.legacy-product-image-note,
.legacy-product-description {
    color: var(--hkf-muted);
    font-size: 0.9rem;
    line-height: 1.65;
    margin: 0;
}

.legacy-product-detail-info {
    display: grid;
    gap: 16px;
    min-width: 0;
}

.legacy-product-detail-top {
    align-items: start;
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.legacy-product-status {
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 9px;
    padding: 6px 10px;
}

.legacy-product-status.is-orderable {
    background: var(--hkf-primary-soft);
    border: 1px solid #b8ded8;
    color: var(--hkf-primary);
}

.legacy-product-status.is-unavailable {
    background: #f8fafc;
    border: 1px solid var(--hkf-border);
    color: var(--hkf-muted);
}

.product-detail-tags {
    margin-top: 9px;
}

.product-detail-note-grid,
.product-detail-trust-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-detail-note,
.product-detail-trust-item,
.product-detail-checkout-box,
.legacy-product-unavailable {
    background: var(--hkf-surface-warm);
    border: 1px solid var(--hkf-border);
    border-radius: var(--hkf-radius);
    padding: 13px;
}

.product-detail-note strong,
.product-detail-trust-item strong,
.product-detail-checkout-box strong,
.legacy-product-unavailable strong {
    color: var(--hkf-ink);
    display: block;
    font-size: 0.93rem;
    line-height: 1.35;
    margin-bottom: 5px;
}

.product-detail-note span,
.product-detail-trust-item span,
.legacy-product-unavailable span {
    color: var(--hkf-muted);
    display: block;
    font-size: 0.88rem;
    line-height: 1.62;
}

.product-detail-trust-item {
    align-items: start;
    display: flex;
    gap: 10px;
}

.product-detail-trust-item .public-icon {
    height: 28px;
    width: 28px;
}

.product-detail-checkout-box {
    background: #f8fbfa;
}

.product-detail-checkout-box ul {
    color: var(--hkf-muted);
    font-size: 0.9rem;
    line-height: 1.65;
    margin: 8px 0 0;
    padding-left: 1.15rem;
}

.product-detail-cta {
    align-items: stretch;
    background: #ffffff;
    border: 1px solid var(--hkf-border);
    border-radius: var(--hkf-radius);
    box-shadow: var(--hkf-shadow-soft);
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 13px;
}

.product-detail-buy-reassurance {
    border-bottom: 1px solid var(--hkf-border);
    color: var(--hkf-muted);
    display: grid;
    font-size: 0.84rem;
    font-weight: 800;
    gap: 6px 12px;
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    line-height: 1.42;
    list-style: none;
    margin: 0;
    padding: 0 0 11px;
}

.product-detail-buy-reassurance li {
    align-items: start;
    display: flex;
    gap: 6px;
    min-width: 0;
}

.product-detail-buy-reassurance li::before {
    color: var(--hkf-primary);
    content: "✓";
    flex: 0 0 auto;
    font-weight: 950;
}

.product-detail-cta .legacy-product-cart-form {
    align-items: end;
    display: grid;
    gap: 10px;
    grid-template-columns: 92px minmax(150px, auto);
    margin-top: 0;
    padding-top: 0;
}

.product-detail-cta .legacy-product-cart-form label {
    color: var(--hkf-muted);
    display: grid;
    font-size: 0.78rem;
    font-weight: 900;
    gap: 5px;
}

.product-detail-cta .legacy-product-cart-form input[type="number"] {
    min-height: 42px;
    width: 100%;
}

.product-detail-cta .legacy-product-button,
.product-detail-cta .storefront-button {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    margin-top: 0;
    min-height: 42px;
}

.legacy-product-unavailable {
    background: #f8fafc;
}

.product-detail-whatsapp-button {
    white-space: nowrap;
}

.product-related-panel {
    border-top: 1px solid var(--hkf-border);
    margin-top: 22px;
    padding-top: 20px;
}

.product-related-panel h3 {
    color: var(--hkf-ink);
    font-size: 1.16rem;
    line-height: 1.3;
    margin: 0;
}

.product-related-panel .legacy-product-panel-head p {
    color: var(--hkf-muted);
    font-size: 0.92rem;
    line-height: 1.62;
    margin: 5px 0 0;
}

.legacy-product-grid--related {
    align-items: stretch;
    gap: 12px !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    margin-top: 12px;
}

.legacy-product-panel.is-detail .legacy-product-card.legacy-product-card--related {
    align-content: start;
    display: flex;
    flex-direction: column;
    gap: 7px !important;
    grid-template-columns: none !important;
    min-width: 0;
    padding: 10px !important;
}

.legacy-product-panel.is-detail .legacy-product-card--related .legacy-product-image,
.legacy-product-panel.is-detail .legacy-product-card--related .legacy-product-placeholder {
    aspect-ratio: 1 / 1;
    margin-bottom: 0;
    min-height: 0;
    width: 100%;
}

.legacy-product-panel.is-detail .legacy-product-card--related .legacy-product-image img {
    max-height: none;
    padding: 3px;
}

.legacy-product-card--related .legacy-product-placeholder span {
    font-size: 0.8rem;
}

.legacy-product-panel.is-detail .legacy-product-card--related .legacy-product-name {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    font-size: 0.95rem !important;
    font-weight: 900;
    line-height: 1.35;
    min-height: 2.7em;
    overflow: hidden;
    overflow-wrap: anywhere;
    writing-mode: horizontal-tb;
}

.legacy-product-panel.is-detail .legacy-product-card--related .legacy-product-price {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    display: block !important;
    font-size: 1.05rem !important;
    line-height: 1.25;
    margin: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    writing-mode: horizontal-tb;
}

.legacy-product-card--related .category-product-tags {
    align-content: start;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    min-height: 0;
}

.legacy-product-card--related .category-product-tag {
    font-size: 0.72rem;
    line-height: 1.2;
    padding: 4px 7px;
}

.legacy-product-panel.is-detail .legacy-product-card--related .storefront-button {
    align-self: end;
    margin-top: auto;
    min-height: 36px;
    padding: 7px 10px !important;
    width: 100%;
}

.legacy-product-cart-form {
    align-items: center;
}

.legacy-product-cart-form input {
    text-align: center;
}

.legacy-product-actions .storefront-button,
.legacy-product-cart-form .legacy-product-button {
    min-width: 150px;
}

.category-choice-guide {
    margin: 22px 0;
}

.category-choice-guide--before-products {
    margin: 18px 0 14px;
}

.category-choice-guide--before-products .category-choice-card {
    min-height: 142px;
}

.category-compact-trust {
    background: var(--hkf-surface);
    border: 1px solid var(--hkf-border);
    border-radius: var(--hkf-radius);
    box-shadow: var(--hkf-shadow-soft);
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 10px 0 14px;
    overflow: hidden;
}

.category-compact-trust div {
    background: var(--hkf-surface-warm);
    min-width: 0;
    padding: 13px 14px;
}

.category-compact-trust strong {
    color: var(--hkf-ink);
    display: block;
    font-size: 0.92rem;
    line-height: 1.35;
}

.category-compact-trust span {
    color: var(--hkf-muted);
    display: block;
    font-size: 0.84rem;
    line-height: 1.55;
    margin-top: 4px;
}

.category-after-products {
    display: grid;
    gap: 18px;
    margin-top: 24px;
}

.category-review-link {
    align-items: center;
    background: var(--hkf-surface-soft);
    border: 1px solid var(--hkf-border);
    border-radius: var(--hkf-radius);
    color: var(--hkf-muted);
    display: flex;
    flex-wrap: wrap;
    font-size: 0.9rem;
    gap: 8px 12px;
    justify-content: space-between;
    line-height: 1.55;
    padding: 12px 14px;
}

.category-review-link a {
    color: var(--hkf-primary);
    font-weight: 900;
    text-decoration: none;
}

.category-review-link a:hover,
.category-review-link a:focus-visible {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.category-after-products .google-review-trust,
.category-after-products .public-order-process,
.category-after-products .customer-message-strip,
.category-after-products .storefront-guidance,
.category-after-products .venue-seo-grid,
.category-after-products .category-quick-links {
    margin-bottom: 0;
    margin-top: 0;
}

.category-choice-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.category-choice-card {
    background: var(--hkf-surface);
    border: 1px solid var(--hkf-border);
    border-radius: var(--hkf-radius);
    box-shadow: var(--hkf-shadow-soft);
    color: inherit;
    display: grid;
    gap: 7px;
    min-height: 168px;
    padding: 14px;
    text-decoration: none;
}

.category-choice-card:hover,
.category-choice-card:focus-visible {
    border-color: var(--hkf-primary);
    box-shadow: var(--hkf-shadow-card);
}

.category-choice-card span,
.category-product-intent,
.category-product-tag {
    background: var(--hkf-primary-soft);
    border: 1px solid #b8ded8;
    border-radius: 999px;
    color: var(--hkf-info-text);
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 900;
    justify-self: start;
    line-height: 1.3;
    padding: 4px 9px;
}

.category-product-tags {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    min-width: 0;
}

.category-product-tag {
    background: #eef7f5;
    border-color: #cfe7e1;
    font-size: 0.72rem;
    font-weight: 800;
    padding: 3px 8px;
}

.category-choice-card strong {
    color: var(--hkf-ink);
    font-size: 1.05rem;
    line-height: 1.35;
}

.category-choice-card p {
    color: var(--hkf-muted);
    font-size: 0.88rem;
    line-height: 1.62;
    margin: 0;
}

.legacy-product-panel-head {
    align-items: end;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 14px;
}

.legacy-product-panel-head h2 {
    margin: 0;
}

.legacy-product-panel-head p {
    color: var(--hkf-muted);
    font-size: 0.94rem;
    line-height: 1.7;
    margin: 8px 0 0;
    max-width: 760px;
}

.legacy-product-panel--category-final {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
}

.category-filter-panel {
    background: #ffffff;
    border: 1px solid var(--hkf-border);
    border-radius: var(--hkf-radius);
    display: grid;
    gap: 10px;
    margin: 10px 0 12px;
    padding: 12px;
    scroll-margin-top: 96px;
}

.product-filter-loading {
    color: var(--hkf-primary);
    font-size: 0.9rem;
    font-weight: 900;
    margin: 0 0 8px;
}

.product-results-region.htmx-request {
    opacity: 0.72;
}

.category-filter-head {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
}

.category-filter-head h3 {
    color: var(--hkf-ink);
    font-size: 1rem;
    margin: 0;
}

.category-filter-head p,
.category-filter-summary {
    color: var(--hkf-muted);
    font-size: 0.84rem;
    line-height: 1.5;
}

.category-filter-head p {
    margin: 3px 0 0;
}

.category-filter-mobile-selected {
    display: none;
}

.category-filter-mobile-row {
    background: #f8fafc;
    border: 1px solid var(--hkf-border);
    border-radius: 14px;
    display: block;
    padding: 7px;
}

.category-filter-mobile-summary {
    align-items: center;
    cursor: pointer;
    display: grid;
    gap: 7px;
    grid-template-columns: minmax(0, auto) minmax(0, 1fr) auto;
    list-style: none;
}

.category-filter-mobile-summary::-webkit-details-marker {
    display: none;
}

.category-filter-mobile-label {
    color: var(--hkf-muted);
    font-size: 0.76rem;
    font-weight: 900;
    white-space: nowrap;
}

.category-filter-selected-chip {
    align-items: center;
    background: var(--hkf-primary);
    border: 1px solid var(--hkf-primary);
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 900;
    gap: 5px;
    justify-content: center;
    min-height: 32px;
    min-width: 0;
    overflow: hidden;
    padding: 5px 9px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.category-filter-selected-chip small {
    background: rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    font-size: 0.68rem;
    line-height: 1;
    padding: 3px 5px;
}

.category-filter-change {
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--hkf-border-strong);
    border-radius: 999px;
    color: var(--hkf-primary);
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 900;
    justify-content: center;
    min-height: 32px;
    padding: 5px 9px;
    width: auto;
}

.category-filter-change:hover,
.category-filter-mobile-summary:hover .category-filter-change,
.category-filter-mobile-summary:focus-visible .category-filter-change {
    border-color: #80cbc4;
    color: var(--hkf-primary-dark);
}

.category-filter-mobile-options {
    display: grid;
    gap: 6px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 7px;
}

.category-filter-reset,
.category-filter-chip {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 850;
    justify-content: center;
    min-height: 32px;
    text-decoration: none;
}

.category-filter-reset {
    background: var(--hkf-primary-soft);
    border: 1px solid var(--hkf-border-strong);
    color: var(--hkf-primary);
    flex: 0 0 auto;
    padding: 6px 12px;
}

.category-filter-groups {
    align-items: start;
    display: grid;
    gap: 9px 12px;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.25fr) minmax(0, 0.95fr);
}

.category-filter-group {
    display: grid;
    gap: 6px;
}

.category-filter-group > span {
    color: var(--hkf-ink);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.01em;
}

.category-filter-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.category-filter-chip {
    background: var(--hkf-surface);
    border: 1px solid var(--hkf-border);
    color: var(--hkf-slate);
    box-shadow: 0 1px 0 rgba(15, 23, 42, 0.03);
    padding: 5px 10px;
}

.category-filter-chip:hover,
.category-filter-chip:focus-visible,
.category-filter-reset:hover,
.category-filter-reset:focus-visible {
    border-color: #80cbc4;
    color: var(--hkf-primary);
}

.category-filter-chip.is-active {
    background: var(--hkf-primary);
    border-color: var(--hkf-primary);
    box-shadow: 0 7px 14px rgba(15, 118, 110, 0.13);
    color: #ffffff;
}

.category-filter-empty {
    background: var(--hkf-warning-bg);
    border: 1px solid var(--hkf-warning-border);
    border-radius: var(--hkf-radius);
    color: var(--hkf-warning-text);
    display: grid;
    gap: 8px;
    margin-top: 14px;
    padding: 16px;
}

.category-filter-empty strong {
    color: var(--hkf-warning-text);
    font-size: 1rem;
}

.category-filter-empty p {
    line-height: 1.65;
    margin: 0;
}

.category-filter-empty .storefront-button {
    justify-self: start;
}

.legacy-product-grid--category-final {
    gap: 10px !important;
    grid-template-columns: repeat(auto-fill, minmax(178px, 1fr)) !important;
}

.legacy-product-card--category-final {
    align-content: start;
    display: grid;
    gap: 5px !important;
    grid-template-rows: auto auto auto auto auto auto;
    min-width: 0;
    padding: 7px !important;
}

.legacy-product-image-link {
    display: block;
    overflow: hidden;
    text-decoration: none;
}

.legacy-product-panel--category-final .legacy-product-image,
.legacy-product-panel--category-final .legacy-product-placeholder {
    aspect-ratio: 1 / 1.03;
    min-height: 0;
}

.legacy-product-panel--category-final .legacy-product-image img {
    max-height: none;
    padding: 1px;
}

.legacy-product-name-link {
    color: var(--hkf-ink) !important;
    line-height: 1.35;
    min-height: 2.45em;
    text-decoration: none;
}

.legacy-product-name-link:hover,
.legacy-product-name-link:focus-visible {
    color: var(--hkf-primary) !important;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.legacy-product-card--category-final .legacy-product-price {
    color: #be123c !important;
    display: inline-flex;
    font-size: 1.1rem !important;
    font-weight: 900;
    justify-self: start;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
}

.legacy-product-actions--category {
    margin-top: 0;
}

.legacy-product-actions--category .storefront-button {
    width: 100%;
}

.legacy-product-card--category-final .legacy-product-cart-form {
    display: grid;
    gap: 5px;
    grid-template-columns: 62px minmax(0, 1fr);
    margin-top: 1px;
}

.legacy-product-card--category-final .legacy-product-cart-form input {
    min-height: 38px;
    width: 100%;
}

.legacy-product-card--category-final .legacy-product-button {
    min-height: 38px;
    min-width: 0;
    width: 100%;
}

.legacy-product-card--category-final .storefront-button {
    min-height: 36px;
    padding-bottom: 7px;
    padding-top: 7px;
}

.legacy-product-card--category-final .legacy-product-meta {
    color: var(--hkf-subtle) !important;
    font-size: 0.84rem !important;
    line-height: 1.55;
}

.warning,
.alert-warning,
.notice-warning {
    background: var(--hkf-warning-bg) !important;
    border: 1px solid var(--hkf-warning-border) !important;
    color: var(--hkf-warning-text) !important;
}

.success,
.alert-success,
.notice-success {
    background: var(--hkf-success-bg) !important;
    border: 1px solid #86efac !important;
    color: var(--hkf-success-text) !important;
    border-radius: var(--hkf-radius) !important;
    padding: 12px 14px;
}

.notice,
.status-banner {
    border-radius: var(--hkf-radius) !important;
    box-shadow: var(--hkf-shadow-soft);
}

.status-banner {
    background: var(--hkf-info-bg) !important;
    border: 1px solid #b8ded8 !important;
    color: var(--hkf-info-text) !important;
}

.metric.primary {
    background: #ecfdf5 !important;
    border-color: #99f6e4 !important;
}

.metric-value,
.summary .total,
.num {
    font-variant-numeric: tabular-nums;
}

.summary .total {
    color: var(--hkf-ink);
}

.provider-option {
    background: var(--hkf-surface);
    box-shadow: var(--hkf-shadow-soft);
}

.provider-option:hover {
    border-color: var(--hkf-primary) !important;
}

.error,
.alert-danger,
.notice-danger {
    background: var(--hkf-danger-bg) !important;
    border: 1px solid #fca5a5 !important;
    color: var(--hkf-danger-text) !important;
    border-radius: var(--hkf-radius) !important;
    padding: 12px 14px;
}

.badge,
.status-pill,
.pill {
    border-radius: 999px !important;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.3;
    padding: 4px 9px !important;
    white-space: nowrap;
}

.badge.ok,
.badge.yes,
.badge.success,
.status-pill.ok,
.paid,
.fulfilled,
.approved {
    background: var(--hkf-success-bg) !important;
    color: var(--hkf-success-text) !important;
}

.badge.warn,
.badge.pending,
.status-pill.warn,
.pending,
.hold {
    background: var(--hkf-warning-bg) !important;
    color: var(--hkf-warning-text) !important;
}

.badge.bad,
.badge.no,
.badge.rejected,
.status-pill.bad,
.rejected,
.overdue {
    background: var(--hkf-danger-bg) !important;
    color: var(--hkf-danger-text) !important;
}

.badge.disabled,
.badge.info,
.status-pill.info {
    background: var(--hkf-info-bg) !important;
    color: var(--hkf-info-text) !important;
}

input,
select,
textarea {
    background: #ffffff;
    border: 1px solid var(--hkf-border-strong) !important;
    border-radius: var(--hkf-radius-control) !important;
    color: var(--hkf-ink);
    font: inherit;
}

input:focus,
select:focus,
textarea:focus {
    border-color: var(--hkf-primary) !important;
}

textarea {
    line-height: 1.6;
}

table {
    border-collapse: collapse;
}

th {
    background: var(--hkf-surface-soft);
    color: var(--hkf-muted);
    font-size: 0.82rem;
    letter-spacing: 0;
}

td,
th {
    border-bottom: 1px solid #e5e9f0;
    vertical-align: top;
}

.table-wrap,
.legacy-schedule-table-wrap,
.responsive-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}

.schedule-search-panel {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 250, 252, 0.92));
    border: 1px solid var(--hkf-border);
    border-radius: var(--hkf-radius-card);
    display: grid;
    gap: 18px;
    margin-top: 18px;
    padding: 20px;
}

.schedule-search-copy {
    max-width: 780px;
}

.schedule-search-copy h2 {
    margin-bottom: 8px;
}

.schedule-search-copy p:last-child {
    margin-bottom: 0;
}

.schedule-search-form {
    align-items: end;
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(150px, 0.9fr) minmax(180px, 1fr) minmax(190px, 1fr) minmax(110px, 0.65fr);
}

.schedule-search-form label {
    display: grid;
    gap: 6px;
}

.schedule-search-form label span {
    color: var(--hkf-muted);
    font-size: 0.82rem;
    font-weight: 800;
}

.schedule-search-form label small {
    color: var(--hkf-subtle);
    font-size: 0.78rem;
    line-height: 1.45;
}

.schedule-search-form input,
.schedule-search-form select {
    min-height: 42px;
    padding: 8px 10px;
    width: 100%;
}

.schedule-search-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    grid-column: 1 / -1;
}

.schedule-search-loading {
    color: var(--hkf-primary);
    font-size: 0.9rem;
    font-weight: 900;
    grid-column: 1 / -1;
    margin: 0;
}

.htmx-indicator {
    display: none;
}

.htmx-request .htmx-indicator,
.htmx-request.htmx-indicator {
    display: block;
}

.schedule-results-region.htmx-request {
    opacity: 0.72;
}

.schedule-search-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.schedule-search-links a {
    background: #ffffff;
    border: 1px solid var(--hkf-border-strong);
    border-radius: var(--hkf-radius-control);
    color: var(--hkf-primary);
    font-size: 0.9rem;
    font-weight: 800;
    min-height: 38px;
    padding: 8px 12px;
    text-decoration: none;
}

.schedule-result-summary {
    align-items: start;
    background: var(--hkf-surface-soft);
    border: 1px solid var(--hkf-border);
    border-radius: var(--hkf-radius-card);
    display: grid;
    gap: 8px;
    margin-top: 18px;
    padding: 14px 16px;
}

.schedule-result-summary strong {
    color: var(--hkf-ink);
    display: block;
    font-size: 1.05rem;
}

.schedule-result-summary span,
.schedule-result-summary p {
    color: var(--hkf-muted);
    font-size: 0.92rem;
    line-height: 1.65;
    margin: 0;
}

.schedule-result-summary .schedule-stale-note {
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: var(--hkf-radius-control);
    color: #9a3412;
    padding: 8px 10px;
}

.schedule-result-list {
    display: grid;
    gap: 10px;
    margin-top: 14px;
    max-height: clamp(420px, 62vh, 690px);
    padding-right: 4px;
    scroll-behavior: smooth;
}

.schedule-result-card {
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--hkf-border);
    border-radius: var(--hkf-radius-card);
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(118px, 0.75fr) minmax(220px, 1.45fr) minmax(180px, 1fr);
    padding: 14px;
}

.schedule-result-date {
    border-right: 1px solid var(--hkf-border);
    display: grid;
    gap: 4px;
    padding-right: 14px;
}

.schedule-result-date strong {
    color: var(--hkf-ink);
    font-size: 1rem;
}

.schedule-result-date .schedule-result-date-label {
    color: var(--hkf-muted);
    font-size: 0.78rem;
    font-weight: 800;
}

.schedule-result-date span {
    color: var(--hkf-primary);
    font-weight: 900;
}

.schedule-result-main h3 {
    color: var(--hkf-ink);
    font-size: 1.02rem;
    margin: 0 0 5px;
}

.schedule-result-main p {
    color: var(--hkf-muted);
    line-height: 1.6;
    margin: 0;
}

.schedule-result-main .schedule-result-note {
    color: var(--hkf-subtle);
    font-size: 0.84rem;
    margin-top: 5px;
}

.schedule-result-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: flex-end;
}

.schedule-result-meta span {
    background: var(--hkf-accent-soft);
    border: 1px solid rgba(15, 118, 110, 0.14);
    border-radius: 999px;
    color: var(--hkf-primary);
    font-size: 0.82rem;
    font-weight: 800;
    padding: 5px 9px;
}

.category-quick-links a,
.link-list a,
.legacy-link-list a {
    border-radius: var(--hkf-radius-control) !important;
}

.site-footer,
footer {
    color: var(--hkf-subtle);
}

.public-site-footer {
    background: rgba(255, 255, 255, 0.64);
    border-top: 1px solid var(--hkf-border) !important;
    margin-top: 42px !important;
    padding: 36px clamp(24px, 4vw, 56px) 42px;
}

.footer-inner {
    margin: 0 auto;
    max-width: 1180px;
    width: 100%;
}

.footer-grid {
    align-items: start;
    display: grid !important;
    gap: 30px clamp(28px, 3vw, 48px) !important;
    grid-template-columns: minmax(280px, 1.35fr) repeat(4, minmax(142px, 0.9fr)) !important;
    justify-content: space-between;
}

.footer-brand-copy {
    color: var(--hkf-subtle);
    font-size: 0.88rem;
    line-height: 1.7;
    margin: 9px 0 0;
    max-width: 330px;
}

.footer-column {
    display: grid;
    gap: 9px;
    max-width: 240px;
    min-width: 0;
}

.footer-column--brand {
    max-width: 380px;
}

.footer-column strong {
    color: var(--hkf-ink);
    display: block;
    font-size: 0.94rem;
    letter-spacing: 0;
    line-height: 1.35;
}

.footer-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-column li + li {
    margin-top: 6px;
}

.footer-column a {
    border-radius: 5px;
    color: var(--hkf-muted) !important;
    display: inline-block;
    font-size: 0.88rem;
    line-height: 1.42;
    padding: 3px 0;
    text-decoration: none;
}

.footer-column a:hover,
.footer-column a:focus-visible {
    color: var(--hkf-primary) !important;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.footer-whatsapp-link {
    display: inline-flex !important;
    font-size: 0.84rem !important;
    margin-top: 10px;
    min-height: 38px !important;
    padding: 7px 13px !important;
    width: auto !important;
}

.footer-review-link {
    align-items: center;
    border: 1px solid var(--hkf-border-strong);
    border-radius: var(--hkf-radius-control) !important;
    color: var(--hkf-primary) !important;
    display: inline-flex !important;
    font-size: 0.84rem !important;
    font-weight: 900;
    justify-content: center;
    margin-top: 10px;
    min-height: 36px;
    padding: 7px 12px !important;
    text-decoration: none !important;
    width: fit-content;
}

.footer-review-link:hover,
.footer-review-link:focus-visible {
    background: var(--hkf-surface-soft);
    color: var(--hkf-primary-dark) !important;
    text-decoration: none !important;
}

.public-site-footer .google-review-trust--compact {
    background: #ffffff;
    border-color: var(--hkf-border-strong);
    gap: 8px;
    margin-top: 12px;
    padding: 9px;
}

.public-site-footer .google-review-trust--compact .google-review-mark {
    height: 28px;
    width: 28px;
}

.public-site-footer .google-review-trust--compact .google-review-copy strong {
    font-size: 0.96rem;
}

.public-site-footer .google-review-trust--compact .google-review-copy span {
    font-size: 0.74rem;
}

.public-site-footer .google-review-trust--compact .google-review-link {
    background: var(--hkf-primary);
    border-color: var(--hkf-primary);
    color: #ffffff !important;
    font-size: 0.78rem;
    min-height: 32px;
    padding: 5px 10px;
}

.public-site-footer .google-review-trust--compact .google-review-page-link {
    font-size: 0.78rem;
    min-height: 32px;
    padding: 5px 10px;
}

.public-site-footer .google-review-trust--compact .google-review-link:hover,
.public-site-footer .google-review-trust--compact .google-review-link:focus-visible {
    background: var(--hkf-primary-dark);
    border-color: var(--hkf-primary-dark);
}

.footer-legal {
    border-top: 1px solid var(--hkf-border);
    font-size: 0.82rem;
    line-height: 1.7;
    margin-top: 34px;
    padding-bottom: 4px;
    padding-top: 20px;
    text-align: center;
}

@media (min-width: 961px) {
    .public-site-footer .footer-inner {
        padding-right: 190px;
    }
}

@media (min-width: 961px) and (max-width: 1588px) {
    .public-site-footer .footer-grid {
        grid-template-columns: minmax(270px, 1.2fr) repeat(auto-fit, minmax(148px, 1fr)) !important;
    }
}

@media (min-width: 641px) and (max-width: 960px) {
    .public-site-footer {
        padding-left: 24px;
        padding-right: 24px;
    }

    .public-site-footer .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .footer-column,
    .footer-column--brand {
        max-width: none;
    }
}

.panel-grid {
    align-items: stretch;
}

@media (min-width: 860px) {
    .panel-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .panel-grid .panel:nth-child(odd):last-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 900px) {
    .home-storefront-proof,
    .home-category-access-grid,
    .home-product-group-grid,
    .home-schedule-trust {
        grid-template-columns: 1fr;
    }

    .public-process-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .category-choice-grid,
    .legacy-product-grid--category-final {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .category-compact-trust {
        grid-template-columns: 1fr;
    }

    .schedule-search-form,
    .schedule-result-card {
        grid-template-columns: 1fr 1fr;
    }

    .schedule-result-date {
        border-bottom: 1px solid var(--hkf-border);
        border-right: 0;
        grid-column: 1 / -1;
        padding-bottom: 10px;
        padding-right: 0;
    }

    .schedule-result-meta {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    body {
        font-size: 16px;
    }

    .storefront-actions,
    .actions,
    .legacy-product-actions,
    .form-actions,
    .button-row {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .storefront-button,
    .button-link,
    .legacy-product-button,
    .button,
    .btn,
    button {
        justify-content: center;
        width: 100%;
    }

    .panel,
    .card,
    .summary-card,
    .legacy-content-panel,
    .legacy-product-card {
        padding: 16px !important;
    }

    .category-choice-guide {
        margin: 16px 0;
    }

    .category-choice-guide .home-section-heading,
    .legacy-product-panel-head {
        align-items: stretch;
        flex-direction: column;
        gap: 10px;
    }

    .category-choice-grid {
        grid-template-columns: 1fr !important;
    }

    .legacy-product-grid--category-final {
        gap: 10px !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .schedule-search-panel {
        gap: 14px;
        padding: 14px;
    }

    .schedule-search-form,
    .schedule-result-card {
        grid-template-columns: 1fr;
    }

    .schedule-search-actions,
    .schedule-search-links {
        display: grid;
        grid-template-columns: 1fr;
    }

    .schedule-search-links a {
        justify-content: center;
        text-align: center;
    }

    .schedule-result-card {
        align-items: stretch;
        gap: 10px;
        padding: 12px;
    }

    .schedule-result-date {
        border-bottom: 1px solid var(--hkf-border);
        border-right: 0;
        padding-bottom: 9px;
        padding-right: 0;
    }

    .category-choice-card {
        min-height: 0;
        padding: 12px;
    }

    .category-choice-guide--before-products {
        margin: 14px 0 12px;
    }

    .category-choice-guide--before-products .home-section-heading {
        align-items: center;
        flex-direction: row;
    }

    .category-choice-guide--before-products .home-section-heading h2 {
        font-size: 1.18rem;
    }

    .category-choice-guide--before-products .home-section-heading .storefront-button {
        display: none;
    }

    .category-choice-guide--before-products .category-choice-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .category-choice-guide--before-products .category-choice-card {
        gap: 5px;
        padding: 10px;
    }

    .category-choice-guide--before-products .category-choice-card span {
        font-size: 0.72rem;
        padding: 3px 7px;
    }

    .category-choice-guide--before-products .category-choice-card strong {
        font-size: 0.94rem;
    }

    .category-choice-guide--before-products .category-choice-card p {
        display: none;
    }

    .category-filter-panel {
        gap: 7px;
        margin: 8px 0 10px;
        padding: 9px;
    }

    .category-filter-head {
        align-items: stretch;
        flex-direction: column;
        gap: 6px;
    }

    .category-filter-head h3 {
        font-size: 0.95rem;
    }

    .category-filter-head p {
        display: none;
    }

    .category-filter-summary {
        font-size: 0.78rem;
    }

    .category-filter-mobile-selected {
        display: grid;
        gap: 7px;
    }

    .category-filter-mobile-options .category-filter-chip {
        min-width: 0;
        text-align: center;
        white-space: normal;
    }

    .category-filter-change {
        min-width: 52px;
    }

    .category-filter-groups {
        display: none;
        gap: 7px;
        grid-template-columns: 1fr;
    }

    .category-filter-group {
        align-items: center;
        grid-template-columns: 66px minmax(0, 1fr);
    }

    .category-filter-group > span {
        font-size: 0.74rem;
    }

    .category-filter-chips {
        flex-wrap: nowrap;
        gap: 6px;
        margin-left: -2px;
        overflow-x: auto;
        padding: 0 2px 4px;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .category-filter-chips::-webkit-scrollbar {
        display: none;
    }

    .category-filter-reset {
        width: fit-content;
    }

    .category-filter-chip {
        flex: 0 0 auto;
        min-height: 30px;
        min-width: max-content;
        padding: 4px 9px;
    }

    .legacy-product-panel--category-final {
        padding: 14px !important;
    }

    .legacy-product-card--category-final {
        gap: 6px;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto auto;
        padding: 8px !important;
    }

    .legacy-product-card--category-final .legacy-product-image,
    .legacy-product-card--category-final .legacy-product-placeholder,
    .legacy-product-card--category-final .legacy-product-image-link {
        grid-row: auto;
        width: 100%;
    }

    .legacy-product-panel--category-final .legacy-product-image,
    .legacy-product-panel--category-final .legacy-product-placeholder {
        aspect-ratio: 1 / 1.02;
    }

    .legacy-product-card--category-final .legacy-product-name-link {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        font-size: 0.86rem;
        line-height: 1.28;
        min-height: 2.2em;
        overflow: hidden;
    }

    .legacy-product-card--category-final .legacy-product-price {
        font-size: 0.96rem !important;
    }

    .legacy-product-card--category-final .category-product-tags {
        display: none;
    }

    .legacy-product-card--category-final .legacy-product-meta {
        display: none;
        font-size: 0.82rem !important;
        line-height: 1.5;
    }

    .legacy-product-card--category-final .legacy-product-actions--category {
        display: none;
    }

    .legacy-product-card--category-final .legacy-product-cart-form {
        grid-column: auto;
        grid-template-columns: 38px minmax(0, 1fr);
    }

    .legacy-product-card--category-final .legacy-product-cart-form input {
        font-size: 0.9rem;
        min-height: 34px;
        padding: 4px;
    }

    .legacy-product-card--category-final .legacy-product-button {
        font-size: 0.78rem;
        line-height: 1.15;
        min-height: 34px;
        padding: 5px 4px;
    }

    .storefront-hero,
    .hero {
        padding: 20px 16px !important;
    }

    .storefront-hero {
        gap: 14px !important;
        margin-top: 18px !important;
    }

    .storefront-hero--category-products-first {
        margin-bottom: 10px !important;
        padding: 18px 16px !important;
    }

    .storefront-hero--category-products-first h1 {
        font-size: clamp(1.7rem, 8vw, 2.05rem);
        line-height: 1.18;
    }

    .storefront-hero--category-products-first .storefront-intro {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        overflow: hidden;
    }

    .category-compact-trust {
        display: flex;
        gap: 6px;
        margin: 8px 0 10px;
        overflow-x: auto;
        padding-bottom: 2px;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .category-compact-trust::-webkit-scrollbar {
        display: none;
    }

    .category-compact-trust div {
        flex: 0 0 auto;
        min-width: max-content;
        padding: 10px 12px;
    }

    .category-compact-trust span {
        display: none;
    }

    .legacy-product-panel-head p {
        display: none;
    }

    .legacy-product-panel-head .storefront-button {
        display: none;
    }

    .storefront-hero h1 {
        font-size: 1.72rem !important;
        line-height: 1.18 !important;
        margin-bottom: 0.55rem !important;
    }

    .storefront-hero .storefront-intro {
        font-size: 0.96rem !important;
        line-height: 1.62 !important;
    }

    .storefront-hero .storefront-action-venue {
        display: none;
    }

    .category-compact-trust {
        margin: 8px 0 12px;
    }

    .category-compact-trust div {
        padding: 11px 12px;
    }

    .category-compact-trust span {
        font-size: 0.8rem;
        line-height: 1.42;
    }

    .category-after-products {
        gap: 15px;
        margin-top: 18px;
    }

    .home-hero-badges {
        gap: 6px;
        margin-top: 12px;
    }

    .home-hero-badges span {
        font-size: 0.8rem;
        padding: 6px 9px;
    }

    .public-site-header .site-header-inner {
        align-items: stretch !important;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 8px !important;
        padding-bottom: 10px !important;
        padding-top: 10px !important;
    }

    .brand {
        min-width: 0;
        text-align: center;
    }

    .brand span {
        font-size: 0.72rem !important;
    }

    .public-brand-wordmark {
        gap: 8px;
        justify-content: start;
        justify-self: start;
        margin: 0;
        min-width: 0;
        text-align: left;
        width: min(100%, 260px);
    }

    .public-brand-mark {
        height: 34px;
        width: 34px;
    }

    .public-brand-copy strong {
        font-size: 0.96rem;
    }

    .public-brand-domain {
        font-size: 0.74rem !important;
    }

    .public-brand-tagline {
        display: none !important;
    }

    .public-mobile-menu-toggle {
        display: inline-flex !important;
        justify-self: end;
        position: relative;
        transition: opacity 180ms ease, transform 220ms ease;
        z-index: 91;
    }

    body.hkf-mobile-menu-open .public-mobile-menu-toggle {
        opacity: 0;
        pointer-events: none;
        transform: translateX(8px);
    }

    .public-title-brand-line {
        font-size: 0.74rem;
        gap: 5px 7px;
        margin-bottom: 6px;
    }

    .public-title-brand-line small {
        font-size: 0.72rem;
    }

    .public-title-brand-mark {
        height: 20px;
        width: 20px;
    }

    .public-mobile-menu-backdrop {
        background: rgba(15, 23, 42, 0.34);
        border: 0 !important;
        border-radius: 0 !important;
        bottom: 0;
        box-shadow: none !important;
        display: none;
        left: 0;
        min-height: 100vh;
        padding: 0 !important;
        position: fixed;
        right: 0;
        top: 0;
        width: 100vw;
        z-index: 88;
    }

    body.hkf-mobile-menu-open .public-mobile-menu-backdrop {
        display: block;
    }

    body.hkf-mobile-menu-open {
        overflow: hidden;
    }

    body.hkf-mobile-menu-open .site-header,
    body.hkf-mobile-menu-open .container,
    body.hkf-mobile-menu-open main,
    body.hkf-mobile-menu-open footer {
        filter: saturate(0.94);
        transform: translateX(-10px) scale(0.985);
        transition: transform 260ms ease, filter 260ms ease;
    }

    body.hkf-mobile-menu-open .public-site-header {
        filter: none;
        transform: none;
    }

    .public-top-nav {
        background: #ffffff;
        border-left: 1px solid rgba(148, 163, 184, 0.28);
        border-radius: 16px 0 0 16px;
        bottom: 0;
        box-shadow: -24px 0 60px rgba(15, 23, 42, 0.24);
        display: flex !important;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 10px !important;
        height: 100vh;
        height: 100dvh;
        justify-content: flex-start;
        max-width: 390px;
        max-height: 100vh;
        max-height: 100dvh;
        opacity: 0;
        overflow-y: auto;
        padding: 16px 14px 22px !important;
        pointer-events: none;
        position: fixed;
        right: 0;
        top: 0;
        transform: translateX(104%);
        transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms ease;
        width: min(88vw, 390px);
        z-index: 90;
    }

    .public-top-nav.is-mobile-open {
        opacity: 1;
        pointer-events: auto;
        transform: translateX(0);
    }

    .public-mobile-drawer-header {
        align-items: center;
        border-bottom: 1px solid var(--hkf-border);
        display: flex;
        justify-content: space-between;
        margin: -2px 0 2px;
        padding: 0 0 12px;
    }

    .public-mobile-drawer-header span {
        color: var(--hkf-primary);
        display: block;
        font-size: 0.72rem;
        font-weight: 900;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .public-mobile-drawer-header strong {
        color: var(--hkf-ink);
        display: block;
        font-size: 1.12rem;
        line-height: 1.25;
        margin-top: 2px;
    }

    .public-mobile-menu-close {
        align-items: center;
        background: var(--hkf-surface-warm) !important;
        border: 1px solid var(--hkf-border) !important;
        border-radius: 999px !important;
        color: var(--hkf-primary) !important;
        display: inline-flex;
        height: 38px;
        justify-content: center;
        min-height: 38px;
        padding: 0 !important;
        position: relative;
        width: 38px;
    }

    .public-mobile-menu-close::before,
    .public-mobile-menu-close::after {
        background: currentColor;
        border-radius: 999px;
        content: "";
        display: block;
        height: 2px;
        left: 50%;
        position: absolute;
        top: 50%;
        width: 15px;
    }

    .public-mobile-menu-close::before {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .public-mobile-menu-close::after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .public-mobile-menu-close span {
        display: none;
    }

    .public-mobile-drawer-actions {
        display: grid;
        gap: 8px;
        grid-template-columns: 1fr 1fr;
    }

    .public-mobile-action {
        align-items: center;
        background: var(--hkf-surface) !important;
        border: 1px solid var(--hkf-border) !important;
        border-radius: 8px !important;
        color: var(--hkf-primary) !important;
        display: inline-flex;
        font-size: 0.84rem !important;
        font-weight: 900 !important;
        justify-content: center;
        min-height: 42px;
        padding: 8px 10px !important;
        text-align: center;
        text-decoration: none;
    }

    .public-mobile-action--primary {
        background: var(--hkf-primary) !important;
        border-color: var(--hkf-primary) !important;
        color: #ffffff !important;
    }

    .public-top-nav .public-nav-link,
    .public-top-nav .nav-cta {
        align-items: center;
        border: 1px solid var(--hkf-border);
        border-radius: 10px !important;
        font-size: 0.9rem;
        justify-content: flex-start;
        min-height: 46px;
        padding: 11px 12px !important;
        text-align: left;
        white-space: normal;
        width: 100%;
    }

    .public-top-nav .public-nav-link--home {
        background: var(--hkf-surface-warm);
        color: var(--hkf-ink) !important;
        display: flex !important;
        font-weight: 900 !important;
    }

    .public-top-nav .public-nav-dropdown {
        background: #ffffff;
        border: 1px solid var(--hkf-border);
        border-radius: 12px;
        display: block;
        min-width: 0;
        overflow: hidden;
        width: 100%;
    }

    .public-top-nav .public-nav-dropdown .nav-dropdown-btn {
        background: #ffffff !important;
        border: 0 !important;
        border-radius: 0 !important;
        color: var(--hkf-ink) !important;
        justify-content: space-between;
        min-height: 58px;
        padding: 12px !important;
        white-space: normal;
        width: 100%;
    }

    .public-mobile-nav-heading {
        display: grid;
        gap: 3px;
        text-align: left;
    }

    .public-mobile-nav-heading span {
        color: var(--hkf-ink);
        font-size: 0.94rem;
        font-weight: 950;
        line-height: 1.22;
    }

    .public-mobile-nav-heading small {
        color: var(--hkf-subtle);
        display: block;
        font-size: 0.76rem;
        font-weight: 750;
        line-height: 1.28;
    }

    .public-top-nav .public-nav-dropdown .nav-dropdown-content {
        background: var(--hkf-surface);
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        display: none !important;
        gap: 0;
        grid-template-columns: 1fr !important;
        left: auto !important;
        margin: 0;
        min-width: 0 !important;
        padding: 4px 10px 10px !important;
        position: static !important;
        right: auto !important;
        top: auto !important;
        width: 100%;
    }

    .public-top-nav .public-nav-dropdown.is-open .nav-dropdown-content {
        display: grid !important;
    }

    .public-top-nav .public-nav-dropdown:not(.is-open):focus-within .nav-dropdown-content {
        display: none !important;
    }

    .public-top-nav .public-nav-dropdown .nav-dropdown-btn[aria-expanded="true"] .arrow {
        transform: rotate(180deg);
    }

    .public-top-nav .public-nav-dropdown .nav-dropdown-content a {
        background: transparent;
        border: 0 !important;
        border-top: 1px solid rgba(148, 163, 184, 0.22) !important;
        color: var(--hkf-ink) !important;
        font-size: 0.86rem !important;
        justify-content: flex-start;
        min-height: 40px !important;
        padding: 9px 2px !important;
        text-align: left !important;
        white-space: normal;
        word-break: keep-all;
    }

    .public-top-nav .public-nav-link--whatsapp,
    .public-top-nav .public-nav-link--cart {
        justify-content: center;
        text-align: center;
    }

    .public-top-nav .public-nav-link--whatsapp {
        background: #ecfdf5;
        border-color: #bbf7d0;
        color: #166534 !important;
        font-weight: 950 !important;
    }

    .public-top-nav .public-nav-link--cart {
        box-shadow: none;
    }

    .public-top-nav > * {
        opacity: 0;
        transform: translateX(18px);
        transition: opacity 220ms ease, transform 260ms ease;
    }

    .public-top-nav.is-mobile-open > * {
        opacity: 1;
        transform: translateX(0);
    }

    .public-top-nav.is-mobile-open > *:nth-child(1) {
        transition-delay: 45ms;
    }

    .public-top-nav.is-mobile-open > *:nth-child(2) {
        transition-delay: 75ms;
    }

    .public-top-nav.is-mobile-open > *:nth-child(3) {
        transition-delay: 105ms;
    }

    .public-top-nav.is-mobile-open > *:nth-child(4) {
        transition-delay: 135ms;
    }

    .public-top-nav.is-mobile-open > *:nth-child(5) {
        transition-delay: 165ms;
    }

    .public-top-nav.is-mobile-open > *:nth-child(6) {
        transition-delay: 195ms;
    }

    .public-top-nav.is-mobile-open > *:nth-child(7) {
        transition-delay: 225ms;
    }

    .public-top-nav.is-mobile-open > *:nth-child(8),
    .public-top-nav.is-mobile-open > *:nth-child(9) {
        transition-delay: 255ms;
    }

    .customer-message-strip {
        grid-template-columns: 1fr;
        margin: 14px 0 18px;
    }

    .public-process-panel {
        padding: 14px;
    }

    .public-process-heading {
        align-items: stretch;
        flex-direction: column;
        gap: 10px;
    }

    .public-process-steps {
        grid-template-columns: 1fr;
    }

    .home-storefront-proof {
        gap: 16px;
        padding: 14px;
    }

    .hero-assurance--home {
        gap: 8px !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 10px !important;
    }

    .hero-assurance--home div {
        padding: 9px;
    }

    .hero-assurance--home strong {
        font-size: 0.82rem !important;
    }

    .hero-assurance--home span {
        display: none;
    }

    .home-section-heading {
        align-items: stretch;
        flex-direction: column;
        gap: 10px;
    }

    .home-category-access {
        padding: 12px;
    }

    .home-category-access-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-category-access-card {
        gap: 5px;
        min-height: 0;
        padding: 10px;
    }

    .home-category-access-card span {
        font-size: 0.7rem;
        padding: 4px 7px;
    }

    .home-category-access-card strong {
        font-size: 0.96rem;
    }

    .home-category-access-card p {
        font-size: 0.8rem;
        line-height: 1.45;
    }

    .home-product-mini-grid,
    .home-hall-grid {
        grid-template-columns: 1fr;
    }

    .home-product-mini-card {
        grid-template-columns: 84px minmax(0, 1fr);
    }

    .home-product-mini-card:nth-child(n+3) {
        display: none;
    }

    .home-product-mini-image,
    .home-product-mini-placeholder {
        grid-row: span 2;
    }

    .home-product-mini-name {
        min-height: 0;
    }

    .home-product-more-link {
        width: 100%;
    }

    .home-schedule-trust {
        padding: 14px;
    }

    .home-schedule-preview {
        gap: 8px;
        padding: 9px;
    }

    .home-schedule-preview-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 2px;
    }

    .home-schedule-list {
        max-height: 214px;
    }

    .home-schedule-list--static {
        max-height: none;
    }

    .home-schedule-copy p {
        font-size: 0.9rem !important;
        line-height: 1.6;
    }

    .home-schedule-disclaimer {
        display: none;
    }

    .public-floating-support {
        display: block;
        margin: 14px 0 0;
        pointer-events: auto;
        position: static;
    }

    .public-floating-support-panel {
        display: none;
    }

    .public-floating-actions {
        display: flex;
        gap: 7px;
        justify-content: flex-end;
    }

    .public-floating-button {
        border-radius: 999px;
        height: 44px;
        min-height: 44px;
        padding: 0;
        width: 44px;
    }

    .public-floating-button span {
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        height: 1px;
        overflow: hidden;
        position: absolute;
        white-space: nowrap;
        width: 1px;
    }

    .public-site-footer {
        margin-top: 28px !important;
        padding: 28px 20px 30px;
    }

    .public-site-footer .footer-inner {
        max-width: none;
        padding-right: 0;
    }

    .public-site-footer .footer-grid {
        gap: 22px !important;
        grid-template-columns: 1fr !important;
    }

    .footer-column,
    .footer-column--brand {
        max-width: none;
    }

    .footer-column {
        gap: 9px;
    }

    .footer-column li + li {
        margin-top: 7px;
    }

    .public-site-footer .google-review-trust--compact {
        max-width: 100%;
    }

    .footer-legal {
        margin-top: 26px;
        padding-top: 18px;
    }

    .google-review-trust {
        gap: 10px;
        grid-template-columns: auto minmax(0, 1fr);
        margin: 14px 0;
        padding: 12px;
    }

    .google-review-mark {
        height: 36px;
        width: 36px;
    }

    .google-review-copy strong {
        font-size: 1.08rem;
    }

    .google-review-copy span {
        display: block;
        font-size: 0.82rem;
        margin-left: 0;
        margin-top: 2px;
    }

    .google-review-copy p {
        font-size: 0.84rem;
        line-height: 1.58;
    }

    .google-review-actions {
        grid-column: 1 / -1;
        width: 100%;
    }

    .google-review-link,
    .google-review-page-link {
        width: 100%;
    }

    .home-schedule-row {
        grid-template-columns: 1fr;
    }

    .home-schedule-date {
        border-bottom: 1px solid var(--hkf-border);
        border-right: 0;
        padding-bottom: 7px;
        padding-right: 0;
    }

    .category-quick-links {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .category-quick-links a,
    .link-list a,
    .legacy-link-list a {
        justify-content: center;
        text-align: center;
    }

    .legacy-product-image,
    .legacy-product-placeholder {
        min-height: 200px;
    }

    .legacy-product-panel.is-detail .legacy-product-image,
    .legacy-product-panel.is-detail .legacy-product-placeholder {
        min-height: 260px;
    }

    .legacy-product-detail-card {
        gap: 16px !important;
        grid-template-columns: 1fr !important;
        padding: 12px !important;
    }

    .legacy-product-detail-top {
        display: grid;
        gap: 8px;
    }

    .product-detail-note-grid,
    .product-detail-trust-grid {
        grid-template-columns: 1fr;
    }

    .product-detail-cta {
        grid-template-columns: 1fr;
    }

    .product-detail-buy-reassurance {
        grid-template-columns: 1fr;
    }

    .product-detail-cta .legacy-product-cart-form {
        grid-template-columns: 1fr;
    }

    .product-detail-cta .storefront-button,
    .product-detail-cta .legacy-product-button {
        width: 100%;
    }

    .product-detail-whatsapp-button {
        white-space: normal;
    }

    .product-related-panel {
        margin-top: 18px;
        padding-top: 16px;
    }

    .legacy-product-grid--related {
        grid-template-columns: 1fr;
    }

    .legacy-product-card--related .legacy-product-image,
    .legacy-product-card--related .legacy-product-placeholder {
        min-height: 210px;
    }

    table {
        min-width: 680px;
    }

    .top-nav {
        gap: 8px;
    }
}

.schedule-result-prefill {
    border-top: 1px solid #e2e8f0;
    margin-top: 12px;
    padding-top: 12px;
}

.schedule-result-prefill summary {
    color: #0f766e;
    cursor: pointer;
    font-weight: 900;
    list-style-position: inside;
}

.schedule-prefill-confirm {
    background: #f8fafc;
    border: 1px solid #dbe6ee;
    border-radius: 8px;
    color: #475569;
    display: grid;
    gap: 8px;
    line-height: 1.65;
    margin-top: 10px;
    padding: 12px;
}

.schedule-prefill-confirm strong {
    color: #172033;
}

.schedule-prefill-confirm form {
    margin: 0;
}

.schedule-session-notice,
.checkout-prefill-banner {
    background: #f7fbf9;
    border: 1px solid #b9d9d1;
    border-radius: 8px;
    color: #334155;
    line-height: 1.65;
    margin: 16px 0;
    padding: 14px;
}

.schedule-session-notice strong,
.checkout-prefill-banner strong {
    color: #0f766e;
    display: block;
    margin-bottom: 4px;
}

.schedule-session-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}

/* Reusable Visual Components */
.visual-flow {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 15px;
}
.visual-flow-step {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}
.visual-flow-step .step-badge {
    background: var(--hkf-primary);
    color: #ffffff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
}
.visual-flow-step .step-content strong {
    display: block;
    font-size: 1.05rem;
    color: var(--hkf-ink);
    margin-bottom: 4px;
}
.visual-flow-step .step-content p {
    margin: 0;
    color: var(--hkf-muted);
    font-size: 0.92rem;
    line-height: 1.6;
}

.visual-checklist {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
    margin-top: 15px;
}
.visual-check-item {
    background: var(--hkf-surface-soft);
    border: 1px solid var(--hkf-border);
    border-radius: var(--hkf-radius);
    padding: 14px;
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 0.93rem;
    color: var(--hkf-ink);
}
.visual-check-item .check-icon {
    color: var(--hkf-primary);
    font-weight: bold;
    font-size: 1.1rem;
}

.visual-comparison {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
    margin-top: 15px;
}
.visual-comparison-card {
    background: var(--hkf-surface);
    border: 1px solid var(--hkf-border);
    border-radius: var(--hkf-radius);
    padding: 20px;
    box-shadow: var(--hkf-shadow-soft);
}
.visual-comparison-card h3 {
    margin-top: 0;
    margin-bottom: 14px;
    font-size: 1.1rem;
    color: var(--hkf-primary);
    border-bottom: 2px solid var(--hkf-surface-soft);
    padding-bottom: 6px;
}
.visual-comparison-card .detail-line {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
    font-size: 0.92rem;
    border-bottom: 1px dashed var(--hkf-border);
    padding-bottom: 6px;
}
.visual-comparison-card .detail-line strong {
    color: var(--hkf-subtle);
}
.visual-comparison-card .detail-line span {
    color: var(--hkf-ink);
    text-align: right;
}

.visual-fact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 16px;
    margin-bottom: 24px;
}
.visual-fact-card {
    background: var(--hkf-surface);
    border: 1px solid var(--hkf-border);
    border-radius: var(--hkf-radius);
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.visual-fact-card h3 {
    margin: 0;
    color: var(--hkf-primary);
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 8px;
}
.visual-fact-card p {
    margin: 0;
    color: var(--hkf-muted);
    font-size: 0.95rem;
    line-height: 1.6;
}

.visual-fact-link {
    color: var(--hkf-primary);
    display: inline-flex;
    font-size: 0.9rem;
    font-weight: 900;
    margin-top: auto;
    text-decoration: none;
}

.visual-fact-link:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.visual-example-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
    margin-top: 15px;
}
.visual-example-card {
    background: var(--hkf-surface);
    border: 1px solid var(--hkf-border);
    border-radius: var(--hkf-radius);
    padding: 18px;
    box-shadow: var(--hkf-shadow-soft);
}
.visual-example-card .example-title {
    font-weight: 700;
    color: var(--hkf-primary);
    font-size: 1rem;
    margin-bottom: 6px;
}
.visual-example-card .example-desc {
    color: var(--hkf-muted);
    font-size: 0.92rem;
    line-height: 1.5;
}

.visual-caution {
    background: var(--hkf-warning-bg);
    border: 1px solid var(--hkf-warning-border);
    color: var(--hkf-warning-text);
    border-radius: var(--hkf-radius);
    padding: 16px;
    margin: 20px 0;
    font-size: 0.92rem;
    line-height: 1.6;
}
.visual-caution strong {
    display: block;
    margin-bottom: 4px;
    font-size: 0.98rem;
}
.visual-caution p {
    margin: 0;
}

.visual-next-actions {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    margin-top: 14px;
}
.visual-next-actions a.visual-next-action-card,
.visual-next-actions div.visual-next-action-card {
    align-items: flex-start;
    background: var(--hkf-surface);
    border: 1px solid var(--hkf-border);
    border-radius: 10px;
    display: flex;
    gap: 12px;
    padding: 16px;
    color: inherit;
    text-decoration: none;
}
a.visual-next-action-card:hover {
    border-color: var(--hkf-primary);
}
.visual-next-action-card::before {
    background: var(--hkf-primary);
    border-radius: 999px;
    content: "";
    flex: 0 0 8px;
    height: 8px;
    margin-top: 0.55rem;
    width: 8px;
}
.visual-next-action-card strong {
    color: var(--hkf-ink);
    display: block;
    font-size: 1rem;
    margin-bottom: 5px;
}
.visual-next-action-card span {
    color: var(--hkf-muted);
    display: block;
    font-size: 0.92rem;
    line-height: 1.58;
}

@media (max-width: 1180px) {
    .storefront-hero--home-polished {
        grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr) !important;
    }

    .home-hall-grid,
    .public-process-panel--home .public-process-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .public-process-panel--home .public-process-step:not(:last-child)::after {
        display: none;
    }
}

@media (max-width: 900px) {
    .storefront-hero--home-polished {
        grid-template-columns: 1fr !important;
    }

    .storefront-hero--home-polished .home-hero-shop-media img {
        aspect-ratio: 16 / 8.8;
    }

    .home-hero-reassurance-list {
        grid-template-columns: 1fr;
    }

    .google-review-trust--home {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .google-review-trust--home .google-review-actions {
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .storefront-hero--home-polished {
        padding: 18px 16px !important;
    }

    .storefront-hero--home-polished .home-hero-shop-proof {
        padding: 10px;
    }

    .storefront-hero--home-polished .home-hero-shop-media img {
        aspect-ratio: 4 / 3;
    }

    .storefront-hero--home-polished .home-hero-proof-strip {
        grid-template-columns: 1fr;
    }

    .home-hero-reassurance-list {
        margin-top: 12px;
    }

    .home-hero-reassurance-list li {
        font-size: 0.8rem;
        padding-bottom: 8px;
        padding-top: 8px;
    }

    .home-category-access-card {
        min-height: 0;
    }

    .home-category-access-icon {
        height: 30px;
        width: 30px;
    }

    .home-category-access-card > span:not(.home-category-access-icon):not(.home-card-pill-row) {
        font-size: 0.7rem;
        padding: 4px 7px;
    }

    .home-card-pill-row {
        display: none;
    }

    .home-product-pill-row span,
    .home-hall-tags em {
        font-size: 0.7rem;
    }

    .google-review-trust--home {
        padding: 13px;
    }

    .google-review-score-row strong span {
        font-size: 1.45rem;
    }

    .google-review-stars {
        font-size: 0.86rem !important;
    }

    .google-review-trust--home .google-review-actions {
        grid-template-columns: 1fr;
    }

    .home-schedule-list--auto {
        max-height: 230px;
    }

    .home-hall-grid,
    .public-process-panel--home .public-process-steps {
        grid-template-columns: 1fr;
    }

    .home-hall-card {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .home-hall-card > span:not(.home-hall-icon):not(.home-hall-tags) {
        grid-column: 2;
    }

    .home-hall-tags {
        grid-column: 1 / -1;
    }

    .public-process-panel--home .public-process-step {
        min-height: 0;
    }

    .public-process-panel--home .public-process-step::before {
        left: 37px;
    }

    .venue-seo-grid--home-lower .venue-seo-card {
        padding: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-schedule-list--auto {
        scroll-behavior: auto;
    }
}
