@font-face {
    font-display: swap;
    font-family: "Vazirmatn";
    font-style: normal;
    font-weight: 100 900;
    src: url("https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@v33.003/fonts/webfonts/Vazirmatn%5Bwght%5D.woff2") format("woff2-variations");
}

:root {
    --font-sans: "Vazirmatn", system-ui, BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, sans-serif;
    --brand-blue: #0a6fb7;
    --brand-blue-dark: #07558d;
    --brand-orange: #f58220;
    --brand-green: #1f9d55;
    --ink: #1f2a37;
    --muted: #667085;
    --line: #e5e7eb;
    --soft: #f4f7fb;
    --surface: #ffffff;
}

#components-reconnect-modal {
    display: none !important;
    pointer-events: none;
}

.server-reconnect-banner {
    display: none;
    direction: rtl;
    font-family: var(--font-sans);
    inset: auto auto max(96px, calc(24px + env(safe-area-inset-bottom))) max(24px, env(safe-area-inset-left));
    justify-content: flex-start;
    max-width: min(360px, calc(100vw - 2rem));
    position: fixed;
    z-index: 1250;
}

.server-reconnect-banner[data-visible="true"] {
    display: flex;
}

.server-reconnect-banner.components-reconnect-hide,
.server-reconnect-banner[data-visible="false"] {
    display: none;
}

.server-reconnect-banner__content {
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(20, 43, 79, 0.08);
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.16);
    color: #142b4f;
    display: grid;
    gap: 0.55rem;
    max-width: 100%;
    padding: 0.8rem 0.9rem;
    pointer-events: auto;
}

.server-reconnect-banner__dot {
    background: #f58220;
    border-radius: 999px;
    box-shadow: 0 0 0 5px rgba(245, 130, 32, 0.12);
    flex: 0 0 auto;
    height: 0.58rem;
    width: 0.58rem;
}

.server-reconnect-banner__state {
    display: none;
    font-size: 0.84rem;
    font-weight: 800;
    line-height: 1.7;
}

.server-reconnect-banner[data-connection-state="reconnecting"] .server-reconnect-banner__state--show,
.server-reconnect-banner[data-connection-state="failed"] .server-reconnect-banner__state--failed,
.server-reconnect-banner[data-connection-state="rejected"] .server-reconnect-banner__state--rejected {
    display: block;
}

.server-reconnect-banner__actions {
    display: none;
    gap: 0.4rem;
    justify-content: flex-start;
}

.server-reconnect-banner[data-connection-state="failed"] .server-reconnect-banner__actions,
.server-reconnect-banner[data-connection-state="rejected"] .server-reconnect-banner__actions {
    display: inline-flex;
}

.server-reconnect-banner__actions button {
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    font: inherit;
    font-size: 0.78rem;
    font-weight: 900;
    padding: 0.35rem 0.65rem;
}

.server-reconnect-banner__actions button:first-child {
    background: #0f6b5a;
    color: #fff;
}

.server-reconnect-banner__actions button:last-child {
    background: #fff;
    color: #0f6b5a;
}

.ai-chat-widget {
    position: fixed;
    left: max(24px, env(safe-area-inset-left));
    right: auto;
    bottom: max(24px, env(safe-area-inset-bottom));
    z-index: 1100;
    font-family: inherit;
    pointer-events: none;
}

.ai-chat-widget,
.ai-chat-widget * {
    box-sizing: border-box;
}

.ai-chat-widget__toggle {
    align-items: center;
    display: inline-flex;
    gap: 0.55rem;
    min-height: 50px;
    border: 0;
    border-radius: 999px;
    padding: 0 1rem 0 1.15rem;
    color: #fff;
    background: #0f6b5a;
    box-shadow: 0 14px 34px rgba(15, 107, 90, .22);
    font-size: 0.95rem;
    font-weight: 800;
    cursor: pointer;
    pointer-events: auto;
}

.ai-chat-widget__toggle-avatar,
.ai-chat-widget__avatar {
    align-items: center;
    aspect-ratio: 1;
    border-radius: 50%;
    display: inline-flex;
    flex: 0 0 auto;
    justify-content: center;
}

.ai-chat-widget__toggle-avatar {
    width: 30px;
    color: #0f6b5a;
    background: #f4fffb;
    font-size: 1rem;
    font-weight: 900;
}

.ai-chat-widget__toggle-avatar img,
.ai-chat-widget__avatar img {
    width: 72%;
    height: 72%;
    object-fit: contain;
}

.ai-chat-widget__status-dot {
    width: 8px;
    height: 8px;
    border: 2px solid rgba(255, 255, 255, .86);
    border-radius: 50%;
    background: #f58220;
}

body[data-server-connection="reconnecting"] .ai-chat-widget__status-dot {
    background: #fbbf24;
}

body[data-server-connection="offline"] .ai-chat-widget__status-dot,
body[data-server-connection="failed"] .ai-chat-widget__status-dot,
body[data-server-connection="rejected"] .ai-chat-widget__status-dot {
    background: #ef4444;
}

.ai-chat-widget button:disabled,
.ai-chat-widget textarea:disabled,
.ai-chat-widget input:disabled {
    cursor: not-allowed;
    opacity: .62;
}

.ai-chat-widget button:focus-visible,
.ai-chat-widget a:focus-visible,
.ai-chat-widget textarea:focus-visible,
.ai-chat-widget input:focus-visible {
    outline: 3px solid rgba(245, 130, 32, .35);
    outline-offset: 3px;
}

.ai-chat-widget__panel {
    position: fixed;
    left: max(24px, env(safe-area-inset-left));
    right: auto;
    top: auto;
    bottom: max(24px, env(safe-area-inset-bottom));
    width: 390px;
    max-width: calc(100vw - 48px);
    max-height: min(56vh, 520px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(20, 43, 79, .08);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(20, 43, 79, .18);
    pointer-events: auto;
    z-index: 1100;
}

.ai-chat-widget__panel--guest {
    max-height: min(52vh, 420px);
}

.ai-chat-widget__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    min-height: 66px;
    padding: .75rem .9rem;
    color: #fff;
    background: linear-gradient(135deg, #0f6b5a, #08715f);
    flex: 0 0 auto;
}

.ai-chat-widget__identity {
    align-items: center;
    display: flex;
    gap: 0.65rem;
    min-width: 0;
}

.ai-chat-widget__identity div {
    display: grid;
    gap: 0.08rem;
    min-width: 0;
}

.ai-chat-widget__identity strong {
    font-size: .96rem;
    line-height: 1.45;
}

.ai-chat-widget__identity span:last-child {
    color: rgba(255, 255, 255, .78);
    font-size: .76rem;
}

.ai-chat-widget__avatar {
    width: 40px;
    border: 1px solid rgba(244, 255, 251, .72);
    color: #0f6b5a;
    background: #f4fffb;
    box-shadow: inset 0 0 0 4px rgba(15, 107, 90, .08);
    font-size: 1.18rem;
    font-weight: 900;
}

.ai-chat-widget__header-actions {
    display: flex;
    align-items: center;
    gap: .75rem;
}

.ai-chat-widget__header button {
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, .16);
    font-size: 1.2rem;
    cursor: pointer;
}

.ai-chat-widget__header .ai-chat-widget__new-chat {
    width: auto;
    min-width: 0;
    height: 32px;
    border-radius: 999px;
    padding: 0 .8rem;
    font-size: .76rem;
    font-weight: 800;
}

.ai-chat-widget__auth,
.ai-chat-widget__messages {
    padding: 1rem 1rem 0.9rem;
}

.ai-chat-widget__auth {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 14px;
    justify-content: center;
    min-height: 280px;
    overflow-y: auto;
    padding: 28px 20px;
    text-align: center;
    background:
        radial-gradient(circle at top right, rgba(15, 107, 90, .08), transparent 42%),
        #fbfdff;
}

.ai-chat-widget__auth-avatar {
    align-items: center;
    background: #f4fffb;
    border: 1px solid rgba(15, 107, 90, 0.14);
    border-radius: 50%;
    box-shadow: inset 0 0 0 5px rgba(15, 107, 90, 0.06);
    display: inline-flex;
    flex: 0 0 auto;
    height: 54px;
    justify-content: center;
    width: 54px;
}

.ai-chat-widget__auth-avatar img {
    height: 72%;
    object-fit: contain;
    width: 72%;
}

.ai-chat-widget__auth-copy {
    display: grid;
    gap: 0.45rem;
    max-width: 320px;
}

.ai-chat-widget__auth h2 {
    color: #142b4f;
    font-size: 1rem;
    font-weight: 950;
    line-height: 1.65;
    margin: 0;
}

.ai-chat-widget__auth p {
    margin: 0;
    color: #5b6b82;
    font-size: 0.88rem;
    line-height: 1.8;
}

.ai-chat-widget__auth-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 300px;
    width: 100%;
}

.ai-chat-widget__form button,
.ai-chat-widget__lead button {
    border: 0;
    border-radius: 14px;
    padding: .65rem 1rem;
    color: #fff;
    background: #0f6b5a;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
}

.ai-chat-widget__auth-button {
    border: 0;
    border-radius: 14px;
    cursor: pointer;
    font: inherit;
    font-weight: 800;
    height: 46px;
    padding: 0 1rem;
    width: 100%;
}

.ai-chat-widget__auth-button--primary {
    background: #0f6b5a;
    color: #fff;
}

.ai-chat-widget__auth-button--secondary {
    border: 1px solid rgba(15, 107, 90, 0.18);
    color: #0f6b5a;
    background: #f0faf7;
}

.ai-chat-widget__auth small {
    color: #7a8798;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.7;
}

.ai-chat-widget__messages {
    display: flex;
    flex: 1 1 auto;
    min-height: 0;
    flex-direction: column;
    gap: .7rem;
    overflow-y: auto;
    background:
        radial-gradient(circle at top right, rgba(15, 107, 90, .08), transparent 38%),
        #fbfdff;
}

.ai-chat-widget__message {
    display: grid;
    gap: .2rem;
    max-width: 84%;
    border-radius: 18px;
    padding: .62rem .76rem;
    color: #142b4f;
    background: #fff;
    font-size: .93rem;
    line-height: 1.8;
    white-space: pre-wrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

.ai-chat-widget__message--user {
    align-self: flex-start;
    color: #fff;
    background: #0f6b5a;
    border-bottom-left-radius: 8px;
}

.ai-chat-widget__message--assistant {
    align-self: flex-end;
    border: 1px solid rgba(15, 107, 90, .1);
    background: #f0faf7;
    border-bottom-right-radius: 8px;
}

.ai-chat-widget__message--pending {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    color: #475569;
}

.ai-chat-widget__empty {
    display: grid;
    gap: .75rem;
}

.ai-chat-widget__empty .ai-chat-widget__message {
    font-size: .92rem;
    padding: .6rem .74rem;
}

.ai-chat-widget__suggestions {
    display: grid;
    gap: .55rem;
}

.ai-chat-widget__suggestions-title {
    color: #667085;
    font-size: .82rem;
    font-weight: 800;
}

.ai-chat-widget__suggestion-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .45rem;
}

.ai-chat-widget__suggestion {
    border: 1px solid rgba(15, 107, 90, .16);
    border-radius: 999px;
    min-width: 0;
    padding: 8px 10px;
    color: #0f6b5a;
    background: rgba(240, 250, 247, .78);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
    min-height: 38px;
    overflow-wrap: anywhere;
    cursor: pointer;
    transition: background .16s ease, border-color .16s ease, transform .16s ease;
}

.ai-chat-widget__suggestion:hover {
    border-color: rgba(15, 107, 90, .32);
    background: #e5f7f0;
    transform: translateY(-1px);
}

.ai-chat-widget__spinner {
    width: 1rem;
    height: 1rem;
    flex: 0 0 auto;
    border: 2px solid rgba(15, 107, 90, .18);
    border-top-color: #0f6b5a;
    border-radius: 50%;
    animation: ai-chat-widget-spin .8s linear infinite;
}

@keyframes ai-chat-widget-spin {
    to {
        transform: rotate(360deg);
    }
}

.ai-chat-widget__cards {
    display: grid;
    gap: .5rem;
}

.ai-chat-widget__cards a {
    display: grid;
    gap: .25rem;
    border: 1px solid rgba(15, 107, 90, .14);
    border-radius: 16px;
    padding: .75rem;
    color: #142b4f;
    background: #fff;
    text-decoration: none;
}

.ai-chat-widget__cards span {
    color: #64748b;
    font-size: .85rem;
    line-height: 1.7;
}

.ai-chat-widget__quota {
    flex: 0 0 auto;
    margin: .5rem 1rem 0;
    color: #a16207;
    font-size: .84rem;
}

.ai-chat-widget__form {
    display: grid;
    flex: 0 0 auto;
    grid-template-columns: minmax(0, 1fr) 42px;
    align-items: end;
    gap: .35rem;
    margin: .7rem .9rem calc(.85rem + env(safe-area-inset-bottom));
    padding: .32rem;
    border: 1px solid #d8dee8;
    border-radius: 18px;
    background: #fff;
}

.ai-chat-widget__lead input,
.ai-chat-widget__lead textarea {
    min-width: 0;
    border: 1px solid #d8dee8;
    border-radius: 15px;
    padding: .62rem .72rem;
    color: #142b4f;
    font: inherit;
    -webkit-touch-callout: default;
    -webkit-user-select: text;
    user-select: text;
}

.ai-chat-widget__form textarea {
    min-width: 0;
    min-height: 40px;
    max-height: 128px;
    border: 0;
    border-radius: 14px;
    padding: .55rem .62rem;
    color: #142b4f;
    background: transparent;
    font: inherit;
    resize: vertical;
    -webkit-touch-callout: default;
    -webkit-user-select: text;
    user-select: text;
}

.ai-chat-widget__form button {
    align-self: end;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    padding: 0;
    font-size: 1.2rem;
}

.ai-chat-widget__lead {
    display: grid;
    gap: .5rem;
    border: 1px solid rgba(15, 107, 90, .14);
    border-radius: 16px;
    padding: .75rem;
    background: #fff;
}

.ai-chat-widget__lead-note {
    margin: 0;
    color: #64748b;
    font-size: .82rem;
    line-height: 1.8;
}

.ai-chat-widget__lead textarea {
    min-height: 72px;
    resize: vertical;
}

.ai-chat-widget__sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 768px) {
    .ai-chat-widget {
        right: max(.9rem, env(safe-area-inset-right));
        bottom: calc(.9rem + env(safe-area-inset-bottom));
        left: auto;
    }

    .ai-chat-widget__toggle {
        width: 54px;
        height: 54px;
        min-height: 54px;
        justify-content: center;
        padding: 0;
        border-radius: 50%;
    }

    .ai-chat-widget__toggle-text,
    .ai-chat-widget__status-dot {
        display: none;
    }

    body[data-server-connection="offline"] .ai-chat-widget__status-dot,
    body[data-server-connection="failed"] .ai-chat-widget__status-dot,
    body[data-server-connection="rejected"] .ai-chat-widget__status-dot,
    body[data-server-connection="reconnecting"] .ai-chat-widget__status-dot {
        display: block;
        position: absolute;
        right: 0.2rem;
        top: 0.2rem;
    }

    .ai-chat-widget__panel {
        position: fixed;
        right: 0;
        left: 0;
        top: auto;
        bottom: 0;
        width: 100%;
        max-width: none;
        height: 85vh;
        max-height: 85vh;
        border-radius: 24px 24px 0 0;
    }

    .ai-chat-widget__panel--guest {
        height: 85vh;
        max-height: 85vh;
    }

    .ai-chat-widget__header {
        min-height: 64px;
        padding: .7rem .85rem;
    }

    .ai-chat-widget__identity strong {
        font-size: .95rem;
    }

    .ai-chat-widget__avatar {
        width: 38px;
    }

    .ai-chat-widget__header .ai-chat-widget__new-chat {
        padding: 0 .62rem;
        font-size: .72rem;
    }

    .ai-chat-widget__messages {
        min-height: 0;
        padding: .8rem .85rem .7rem;
    }

    .ai-chat-widget__message {
        max-width: 90%;
    }

    .ai-chat-widget__form {
        margin: .65rem .8rem calc(.8rem + env(safe-area-inset-bottom));
    }

    .server-reconnect-banner {
        inset: auto 12px max(84px, calc(16px + env(safe-area-inset-bottom))) 12px;
        max-width: none;
    }

    .server-reconnect-banner__content {
        align-items: flex-start;
        border-radius: 18px;
        gap: 0.5rem;
        justify-content: flex-start;
        padding: 0.55rem 0.65rem;
    }

    .server-reconnect-banner__state {
        flex: 1 1 calc(100% - 2rem);
        font-size: 0.8rem;
    }

    .server-reconnect-banner__actions {
        flex: 1 1 100%;
    }
}

@media (max-width: 420px) {
    .ai-chat-widget__suggestion-grid {
        grid-template-columns: 1fr;
    }

    .ai-chat-widget__identity span:last-child {
        display: none;
    }

    .ai-chat-widget__header .ai-chat-widget__new-chat {
        max-width: 7.5rem;
    }
}

html,
body {
    direction: rtl;
    font-family: var(--font-sans);
    margin: 0;
    min-height: 100%;
}

body {
    background: var(--soft);
    color: var(--ink);
}

a {
    color: inherit;
}

img {
    display: block;
    max-width: 100%;
}

h1,
h2,
h3,
p {
    line-height: 1.65;
    margin-top: 0;
}

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

.shop-shell {
    min-height: 100vh;
    overflow-x: clip;
    position: relative;
}

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

html.mobile-menu-open .mobile-menu-backdrop,
html.mobile-menu-open .mobile-menu-panel {
    display: block;
}

.action-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.shop-header {
    align-items: center;
    background: #fff;
    border-bottom: 1px solid var(--line);
    display: grid;
    gap: 1.2rem;
    grid-template-columns: auto minmax(280px, 1fr) auto;
    padding: 1rem clamp(1rem, 4vw, 3rem);
    position: sticky;
    top: 0;
    z-index: 10;
}

.brand-mark {
    align-items: center;
    color: var(--brand-blue);
    display: inline-flex;
    gap: 0.1rem;
    text-decoration: none;
}

.brand-mark__logo {
    border-radius: 8px;
    display: block;
    height: 4rem;
    object-fit: contain;
    width: 4rem;
}

.shop-search {
    align-items: stretch;
    border: 2px solid var(--brand-blue);
    border-radius: 8px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    overflow: hidden;
}

.shop-search input {
    border: 0;
    min-width: 0;
    padding: 0.8rem 1rem;
}

.shop-search button,
.primary-button,
.auth-form button,
.booking-form button,
.filter-panel button,
.hero-search button {
    background: var(--brand-orange);
    border: 0;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    font-weight: 800;
    padding: 0.78rem 1.15rem;
    text-decoration: none;
}

.shop-search button {
    border-radius: 0;
}

.primary-button--compact {
    padding: 0.55rem 0.9rem;
}

.ghost-link,
.filter-panel a,
.auth-form a {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 6px;
    color: var(--brand-blue-dark);
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    padding: 0.75rem 1rem;
    text-decoration: none;
}

.account-nav {
    align-items: center;
    display: flex;
    gap: 0.75rem;
    min-width: 0;
}

.account-nav form {
    margin: 0;
}

.account-nav a,
.account-nav button {
    background: transparent;
    border: 0;
    color: var(--brand-blue-dark);
    font-weight: 800;
    text-decoration: none;
}

.listing-header strong {
    color: var(--muted);
    font-size: 0.95rem;
}

.category-nav {
    background: #fff;
    border-bottom: 1px solid var(--line);
    display: flex;
    gap: 0.45rem;
    overflow-x: auto;
    padding: 0 clamp(1rem, 4vw, 3rem);
}

.category-nav a {
    color: var(--ink);
    flex: 0 0 auto;
    font-weight: 800;
    padding: 0.9rem 1rem;
    text-decoration: none;
}

.category-nav a:hover {
    color: var(--brand-blue);
}

main {
    margin: 0 auto;
    max-width: 1240px;
    padding: 1.4rem clamp(1rem, 4vw, 2rem) 3rem;
}

.store-hero {
    --hero-orange: #ff8a1e;
    --hero-orange-deep: #ff7100;
    --hero-navy: #142b4f;
    --hero-muted: #5b6b82;
    --hero-line: #d8dee8;
    align-items: start;
    background:
        radial-gradient(circle at 81% 27%, rgba(255, 255, 255, 0.92) 0 14%, transparent 36%),
        radial-gradient(circle at 12% 84%, rgba(255, 138, 30, 0.14) 0 12%, transparent 32%),
        radial-gradient(circle at 72% 78%, rgba(0, 103, 177, 0.12) 0 14%, transparent 34%),
        linear-gradient(90deg, #fff8f1 0%, #fdfbf8 46%, #eef5fd 100%);
    border-radius: 0;
    color: var(--hero-navy);
    display: grid;
    gap: clamp(1.5rem, 2vw, 2.25rem);
    grid-template-columns: minmax(680px, 1.15fr) minmax(420px, 0.9fr);
    isolation: isolate;
    margin-bottom: 1.5rem;
    margin-inline: calc((100% - min(1440px, calc(100vw - 64px))) / 2);
    margin-top: -0.5rem;
    min-height: 600px;
    overflow: hidden;
    padding: clamp(1.25rem, 1.55vw, 1.75rem) 2rem clamp(1.5rem, 1.8vw, 2rem);
    position: relative;
    width: min(1440px, calc(100vw - 64px));
}

.store-hero::after {
    background:
        radial-gradient(circle at 76% 42%, rgba(255, 255, 255, 0.62), transparent 30%),
        radial-gradient(rgba(255, 138, 30, 0.14) 1.4px, transparent 1.4px),
        linear-gradient(90deg, rgba(255, 248, 241, 0.08), rgba(238, 245, 253, 0.18));
    background-size: auto, 18px 18px, auto;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: -1;
}

.store-hero__content {
    justify-self: end;
    max-width: 820px;
    min-width: 0;
    padding-top: 0.3rem;
    position: relative;
    width: 100%;
    z-index: 1;
}

.store-hero h1 {
    color: var(--hero-navy);
    display: block;
    font-size: clamp(2.375rem, 3.35vw, 3.125rem);
    font-weight: 950;
    letter-spacing: -0.055em;
    line-height: 1.12;
    margin: 0.35rem 0 0.2rem;
    white-space: normal;
}

.store-hero__headline-line {
    display: block;
}

.store-hero h1 mark {
    background: transparent;
    color: var(--hero-orange);
    padding: 0;
}

.store-hero p {
    color: var(--hero-muted);
    font-size: clamp(1rem, 1.15vw, 1.1875rem);
    font-weight: 600;
    line-height: 1.7;
    margin: 0;
    max-width: 760px;
}

.deal-badge,
.listing-header span,
.provider-hero span,
.auth-page span,
.booking-panel span,
.offer-band span,
.magazine-band span,
.service-card__body > span,
.product-detail__content > span {
    color: var(--brand-blue);
    font-size: 0.84rem;
    font-weight: 900;
}

.store-hero .deal-badge {
    background: #fff;
    border-radius: 999px;
    color: var(--brand-blue);
    display: inline-flex;
    box-shadow: 0 8px 20px rgba(19, 43, 79, 0.08);
    font-size: clamp(1rem, 1.05vw, 1.125rem);
    font-weight: 900;
    padding: 0.625rem 1.125rem;
}

.hero-search {
    background: #fff;
    border: 1px solid rgba(20, 43, 79, 0.06);
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(20, 43, 79, 0.08);
    display: grid;
    gap: 0.55rem 0.7rem;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    margin-top: 0.6rem;
    max-width: 780px;
    padding: clamp(1rem, 1.1vw, 1.125rem);
}

.hero-search__field {
    align-content: start;
    min-width: 0;
}

.hero-search__advanced {
    display: contents;
}

.hero-search .hero-search__advanced-toggle,
.hero-search .hero-search__advanced-trigger {
    display: none;
}

.hero-search__field--advanced {
    grid-column: span 4;
}

.hero-search__field--keyword {
    grid-column: span 7;
}

.hero-search__field--city {
    grid-column: span 5;
}

.hero-search__submit {
    display: flex;
    grid-column: 1 / -1;
    margin-top: 0.15rem;
}

.hero-search__submit button {
    align-items: center;
    background: linear-gradient(135deg, var(--hero-orange), var(--hero-orange-deep));
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(255, 138, 30, 0.2);
    display: inline-flex;
    font-size: clamp(1.125rem, 1.22vw, 1.25rem);
    gap: 0.65rem;
    height: clamp(3.375rem, 3.45vw, 3.625rem);
    justify-content: center;
    letter-spacing: -0.02em;
    padding: 0 1.5rem;
    width: 100%;
}

.hero-search__submit button svg {
    fill: currentColor;
    height: 1.4rem;
    width: 1.4rem;
}

.hero-search__submit button span {
    color: #fff;
    font-size: inherit;
}

.store-hero__actions {
    gap: 0.75rem;
    margin-top: 0.55rem;
}

.store-hero h1 + .store-hero__actions {
    margin-top: 0.95rem;
}

.store-hero__button {
    align-items: center;
    border-radius: 15px;
    display: inline-flex;
    font-size: clamp(1rem, 1.05vw, 1.125rem);
    font-weight: 900;
    gap: 0.6rem;
    justify-content: center;
    min-height: clamp(3.125rem, 3.2vw, 3.375rem);
    padding: 0 1.45rem;
}

.store-hero__button svg {
    flex: 0 0 auto;
    height: 1.35rem;
    width: 1.35rem;
}

.store-hero__button--primary {
    background: linear-gradient(135deg, var(--hero-orange), var(--hero-orange-deep));
    box-shadow: 0 10px 24px rgba(255, 138, 30, 0.22);
    color: #fff;
}

.store-hero__button--primary svg {
    fill: #fff;
}

.store-hero__button--secondary {
    background: rgba(255, 255, 255, 0.9);
    border: 1.5px solid var(--hero-orange);
    color: var(--hero-orange);
    font-size: clamp(0.92rem, 0.96vw, 1rem);
    padding-inline: 1.2rem;
    white-space: nowrap;
}

.store-hero__button--secondary svg {
    fill: currentColor;
}

.hero-search label,
.filter-panel label,
.booking-form label,
.auth-form label {
    color: var(--ink);
    display: grid;
    gap: 0.35rem;
}

.hero-search span,
.filter-panel span,
.booking-form span,
.auth-form span {
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 800;
}

.hero-search .hero-search__label {
    color: var(--hero-navy);
    font-size: clamp(0.875rem, 0.9vw, 1rem);
    font-weight: 900;
    margin-bottom: 0.1rem;
}

.hero-search__control {
    display: block;
    position: relative;
}

.hero-search select,
.hero-search input,
.filter-panel select,
.filter-panel input,
.booking-form select,
.booking-form input,
.booking-form textarea,
.auth-form input,
.auth-form select {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 6px;
    color: var(--ink);
    min-width: 0;
    padding: 0.75rem 0.85rem;
}

.hero-search select,
.hero-search input {
    border-color: var(--hero-line);
    border-radius: 16px;
    color: #20324d;
    font-size: clamp(0.9375rem, 0.92vw, 1.0625rem);
    font-weight: 650;
    height: clamp(3.125rem, 3.2vw, 3.375rem);
    padding: 0 2.8rem 0 2.55rem;
    width: 100%;
}

.hero-search input {
    padding-left: 3rem;
    padding-right: 1.2rem;
}

.hero-search input::placeholder {
    color: #8c96a8;
    font-weight: 500;
}

.hero-search select {
    appearance: none;
    background: #fff;
}

.hero-search__icon,
.hero-search__chevron {
    fill: #9aa4b5;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.hero-search__icon {
    height: 1.22rem;
    width: 1.22rem;
}

.hero-search__icon--leading {
    right: 1rem;
}

.hero-search__icon--search,
.hero-search__chevron {
    left: 1rem;
}

.hero-search__chevron {
    height: 1.1rem;
    width: 1.1rem;
}

.hero-quick-links {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    justify-content: flex-start;
    margin-top: 0.55rem;
}

.hero-quick-links__label {
    color: var(--hero-muted);
    font-size: clamp(0.75rem, 0.78vw, 0.84rem);
    font-weight: 700;
    margin-inline-end: 0.3rem;
}

.hero-quick-links a {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(20, 43, 79, 0.05);
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(20, 43, 79, 0.08);
    color: var(--hero-navy);
    display: inline-flex;
    font-size: clamp(0.8125rem, 0.8vw, 0.875rem);
    font-weight: 800;
    gap: 0.28rem;
    padding: 0.35rem 0.6rem;
    text-decoration: none;
}

.hero-quick-links a span {
    color: #61718a;
    font-size: 0.85rem;
    line-height: 1;
}

.store-hero__visual {
    align-self: end;
    min-height: 440px;
    min-width: 0;
    pointer-events: none;
    position: relative;
    z-index: 0;
}

.store-hero__visual img {
    bottom: 0;
    height: auto;
    left: clamp(-1.5rem, -2vw, -0.5rem);
    max-width: none;
    position: absolute;
    width: clamp(380px, 34vw, 540px);
}

.store-hero__visual picture {
    display: contents;
}

.services-showcase {
    background:
        radial-gradient(circle at 52% 72%, rgba(255, 138, 30, 0.08), transparent 31%),
        radial-gradient(circle at 5% 3%, rgba(196, 210, 229, 0.4), transparent 16%),
        linear-gradient(135deg, #fffdf9 0%, #fff8f1 58%, #f4f9ff 100%);
    border: 1px solid rgba(20, 43, 79, 0.06);
    border-radius: 34px;
    box-shadow: 0 20px 50px rgba(20, 43, 79, 0.06);
    isolation: isolate;
    margin: clamp(2rem, 3vw, 3rem) auto clamp(3rem, 4vw, 4.5rem);
    max-width: 1440px;
    overflow: hidden;
    padding: clamp(2.55rem, 3.4vw, 3.5rem) clamp(2rem, 3.6vw, 3.5rem) clamp(2.25rem, 3vw, 2.75rem);
    position: relative;
}

.services-showcase::before {
    background:
        radial-gradient(rgba(255, 138, 30, 0.2) 1.3px, transparent 1.3px);
    background-size: 18px 18px;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: -1;
}

.services-showcase__decor {
    pointer-events: none;
    position: absolute;
    z-index: -1;
}

.services-showcase__decor--paw {
    color: rgba(255, 138, 30, 0.35);
    font-size: 1.2rem;
    left: 2.2rem;
    top: 5.7rem;
}

.services-showcase__decor--paw::before,
.services-showcase__decor--paw::after {
    background: rgba(255, 138, 30, 0.28);
    border-radius: 999px;
    content: "";
    height: 0.55rem;
    position: absolute;
    top: -0.35rem;
    width: 0.55rem;
}

.services-showcase__decor--paw::before {
    left: -0.45rem;
}

.services-showcase__decor--paw::after {
    right: -0.45rem;
}

.services-showcase__decor--dots {
    background-image: radial-gradient(rgba(255, 138, 30, 0.48) 1.5px, transparent 1.5px);
    background-size: 14px 14px;
    height: 76px;
    left: 2.1rem;
    opacity: 0.55;
    top: 2rem;
    width: 86px;
}

.services-showcase__header {
    align-items: center;
    display: flex;
    gap: 1.25rem;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.services-showcase__heading {
    align-items: center;
    display: flex;
    gap: 1rem;
}

.services-showcase__icon {
    align-items: center;
    background: #fff1e5;
    border-radius: 999px;
    color: #ff7a00;
    display: inline-flex;
    flex: 0 0 auto;
    height: clamp(3.25rem, 4vw, 3.75rem);
    justify-content: center;
    width: clamp(3.25rem, 4vw, 3.75rem);
}

.services-showcase__icon svg {
    fill: currentColor;
    height: 1.9rem;
    width: 1.9rem;
}

.services-showcase h2 {
    color: #142b4f;
    font-size: clamp(2.1rem, 2.6vw, 2.625rem);
    font-weight: 950;
    letter-spacing: -0.035em;
    line-height: 1.25;
    margin: 0;
}

.services-showcase__heading p {
    color: #5b6b82;
    font-size: clamp(1.05rem, 1.1vw, 1.18rem);
    font-weight: 650;
    line-height: 1.7;
    margin: 0.35rem 0 0;
}

.services-showcase__all {
    align-items: center;
    background: rgba(255, 255, 255, 0.82);
    border: 1.5px solid #0067b1;
    border-radius: 999px;
    color: #0067b1;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 1rem;
    font-weight: 900;
    gap: 0.55rem;
    min-height: 3rem;
    padding-inline: 1.45rem;
    text-decoration: none;
    transition: background 180ms ease, transform 180ms ease;
}

.services-showcase__all:hover {
    background: #f3f9ff;
    transform: translateY(-1px);
}

.services-showcase__all svg {
    fill: currentColor;
    height: 1.15rem;
    width: 1.15rem;
}

.services-showcase__grid {
    display: grid;
    gap: clamp(1.1rem, 1.5vw, 1.4rem);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: clamp(2rem, 2.7vw, 2.6rem);
    position: relative;
    z-index: 1;
}

.services-showcase-card {
    background: #fff;
    border: 1px solid rgba(20, 43, 79, 0.08);
    border-radius: 24px;
    box-shadow: 0 14px 34px rgba(20, 43, 79, 0.08);
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.services-showcase-card:hover {
    border-color: rgba(0, 103, 177, 0.16);
    box-shadow: 0 20px 44px rgba(20, 43, 79, 0.12);
    transform: translateY(-3px);
}

.services-showcase-card__media {
    aspect-ratio: 16 / 9;
    background: #eef5fd;
    display: block;
    overflow: hidden;
}

.services-showcase-card__media img {
    height: 100%;
    object-fit: cover;
    transition: transform 220ms ease;
    width: 100%;
}

.services-showcase-card:hover .services-showcase-card__media img {
    transform: scale(1.035);
}

.services-showcase-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 1.1rem 1.2rem 1.2rem;
}

.services-showcase-card__category {
    color: #0067b1;
    font-size: 0.92rem;
    font-weight: 900;
    margin-bottom: 0.45rem;
}

.services-showcase-card h3 {
    color: #142b4f;
    font-size: clamp(1.05rem, 1.25vw, 1.32rem);
    font-weight: 950;
    line-height: 1.55;
    margin: 0 0 0.55rem;
    min-height: 4.1rem;
}

.services-showcase-card h3 a {
    color: inherit;
    text-decoration: none;
}

.services-showcase-card__body p {
    color: #5b6b82;
    display: -webkit-box;
    font-size: 0.94rem;
    line-height: 1.7;
    margin: 0 0 0.85rem;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.services-showcase-card__badge {
    align-items: center;
    align-self: flex-start;
    background: #eef6ff;
    border: 1px solid rgba(0, 103, 177, 0.12);
    border-radius: 999px;
    color: #0067b1;
    display: inline-flex;
    font-size: 0.84rem;
    font-weight: 900;
    gap: 0.4rem;
    padding: 0.42rem 0.72rem;
}

.services-showcase-card__badge svg {
    fill: currentColor;
    height: 1rem;
    width: 1rem;
}

.services-showcase--centers h2 {
    letter-spacing: 0;
}

.center-showcase-card .services-showcase-card__body {
    gap: 0.5rem;
    padding-bottom: 1.15rem;
}

.center-showcase-card__meta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem 0.55rem;
    min-height: 1.35rem;
}

.center-showcase-card__meta > span {
    color: #718096;
    font-size: 0.84rem;
    font-weight: 800;
}

.center-showcase-card h3 {
    display: -webkit-box;
    margin-bottom: 0;
    min-height: 3.35rem;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.center-showcase-card .services-showcase-card__body p {
    margin-bottom: 0;
    min-height: 3.2rem;
}

.services-showcase-card__footer {
    align-items: center;
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 1.05rem;
}

.services-showcase-card__footer small {
    color: #7a8798;
    font-size: 0.9rem;
    font-weight: 650;
    line-height: 1.7;
}

.services-showcase-card__footer a {
    align-items: center;
    background: #0067b1;
    border-radius: 13px;
    box-shadow: 0 8px 18px rgba(0, 103, 177, 0.18);
    color: #fff;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 0.96rem;
    font-weight: 900;
    gap: 0.45rem;
    justify-content: center;
    min-height: 2.85rem;
    padding-inline: 1.1rem;
    text-decoration: none;
    transition: background 180ms ease, transform 180ms ease;
}

.services-showcase-card__footer a:hover {
    background: #005596;
    transform: translateY(-1px);
}

.services-showcase-card__footer svg {
    fill: currentColor;
    height: 1rem;
    width: 1rem;
}

.center-showcase-card .services-showcase-card__footer {
    justify-content: flex-start;
    padding-top: 0.75rem;
}

.center-showcase-card .services-showcase-card__footer a {
    background: #eef6ff;
    border: 1px solid rgba(0, 103, 177, 0.18);
    box-shadow: none;
    color: #0067b1;
}

.center-showcase-card .services-showcase-card__footer a:hover,
.center-showcase-card .services-showcase-card__footer a:focus-visible {
    background: #e1f0ff;
}

.popular-searches-strip {
    background: #fff;
    border: 1px solid rgba(20, 43, 79, 0.07);
    border-radius: 22px;
    margin: clamp(1.8rem, 3vw, 2.6rem) auto clamp(2.6rem, 4vw, 4rem);
    max-width: 1180px;
    padding: clamp(1.2rem, 2vw, 1.55rem);
}

.popular-searches-strip__header {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.popular-searches-strip__header h2 {
    color: #142b4f;
    font-size: clamp(1.2rem, 1.7vw, 1.55rem);
    font-weight: 950;
    letter-spacing: 0;
    margin: 0;
}

.popular-searches-strip__header p {
    color: #6a7d98;
    font-size: 0.94rem;
    font-weight: 700;
    margin: 0.2rem 0 0;
}

.popular-searches-strip__header > a {
    align-items: center;
    background: #f3f9ff;
    border: 1px solid rgba(0, 103, 177, 0.14);
    border-radius: 999px;
    color: #0067b1;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 0.9rem;
    font-weight: 900;
    min-height: 2.45rem;
    padding-inline: 1rem;
    text-decoration: none;
}

.popular-searches-strip__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 1rem;
}

.popular-searches-strip__chips a {
    background: #f8fbfe;
    border: 1px solid rgba(20, 43, 79, 0.08);
    border-radius: 999px;
    color: #334963;
    font-size: 0.9rem;
    font-weight: 850;
    line-height: 1.4;
    padding: 0.48rem 0.82rem;
    text-decoration: none;
    transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.popular-searches-strip__chips a:hover,
.popular-searches-strip__chips a:focus-visible {
    background: #eef6ff;
    border-color: rgba(0, 103, 177, 0.22);
    color: #0067b1;
}

@media (max-width: 768px) {
    .popular-searches-strip {
        border-radius: 20px;
        margin: 1.4rem auto 2.4rem;
        padding: 1rem;
        width: min(100%, calc(100vw - 32px));
    }

    .popular-searches-strip__header {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.55rem;
    }

    .popular-searches-strip__chips {
        flex-wrap: wrap;
        overflow-x: visible;
    }

    .popular-searches-strip__chips a {
        white-space: normal;
    }
}

.services-showcase__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: center;
    margin-top: clamp(2rem, 2.6vw, 2.5rem);
    position: relative;
    z-index: 1;
}

.services-showcase__chip {
    align-items: center;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(20, 43, 79, 0.1);
    border-radius: 999px;
    color: #5b6b82;
    display: inline-flex;
    font-size: clamp(0.95rem, 1vw, 1.05rem);
    font-weight: 800;
    gap: 0.5rem;
    min-height: 2.85rem;
    padding-inline: 1.25rem;
    text-decoration: none;
    transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.services-showcase__chip:hover,
.services-showcase__chip--active {
    background: #f3f9ff;
    border-color: rgba(0, 103, 177, 0.35);
    color: #0067b1;
}

.services-showcase__chip--active {
    font-weight: 950;
}

.services-showcase__chip span {
    color: inherit;
    font-size: 1rem;
    line-height: 1;
}

.quick-categories {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 1.4rem 0;
}

.quick-categories a {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--ink);
    display: grid;
    gap: 0.75rem;
    overflow: hidden;
    padding-bottom: 0.95rem;
    text-align: center;
    text-decoration: none;
}

.quick-categories img {
    aspect-ratio: 5 / 3;
    object-fit: cover;
    width: 100%;
}

.offer-band,
.listing-header,
.provider-hero,
.magazine-band,
.booking-panel,
.detail-grid article,
.public-empty,
.auth-page {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.offer-band,
.listing-header,
.provider-hero {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 1.4rem 0;
    padding: 1.1rem 1.25rem;
}

.offer-band a {
    color: var(--brand-blue-dark);
    font-weight: 900;
}

.offer-band__copy {
    display: grid;
    gap: 0.15rem;
}

.offer-band__copy small {
    color: var(--muted);
    font-size: 0.84rem;
}

.product-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(min(245px, 100%), 1fr));
}

.service-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    display: grid;
    overflow: hidden;
}

.service-card__image {
    aspect-ratio: 4 / 3;
    background-position: center;
    background-size: cover;
    display: block;
    position: relative;
}

.service-card__image-note {
    background: rgba(15, 23, 42, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 999px;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    inset-inline-start: 0.7rem;
    padding: 0.28rem 0.58rem;
    position: absolute;
    top: 0.7rem;
}

.service-card__body {
    display: grid;
    gap: 0.45rem;
    padding: 1rem;
}

.service-card h2 {
    font-size: 1.05rem;
    margin: 0;
    overflow-wrap: anywhere;
}

.service-card p,
.service-card small {
    color: var(--muted);
    margin: 0;
    overflow-wrap: anywhere;
}

.service-card__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.service-card__chip {
    background: #eff6ff;
    border: 1px solid #dbeafe;
    border-radius: 999px;
    color: var(--brand-blue-dark);
    font-size: 0.78rem;
    font-weight: 800;
    padding: 0.2rem 0.55rem;
}

.service-card__meta {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 0.5rem;
}

.service-card__meta strong,
.price-row strong {
    color: var(--brand-orange);
    font-size: 1.08rem;
}

.service-card__meta a {
    background: var(--brand-blue);
    border-radius: 6px;
    color: #fff;
    font-weight: 800;
    padding: 0.55rem 0.85rem;
    text-decoration: none;
}

.product-grid--home-services .service-card--home-service {
    display: flex;
    flex-direction: column;
}

.product-grid--home-services .service-card--home-service .service-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.product-grid--home-services .service-card--home-service .service-card__meta {
    gap: 0.6rem;
    margin-top: auto;
    padding-top: 0.55rem;
}

.product-grid--home-services .service-card--home-service .service-card__meta a {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    line-height: 1.25;
    min-height: 2.5rem;
    white-space: nowrap;
}

.product-grid--home-videos .service-card--home-video {
    display: flex;
    flex-direction: column;
}

.product-grid--home-videos .service-card--home-video .service-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.product-grid--home-videos .service-card--home-video .service-card__meta {
    justify-content: flex-end;
    margin-top: auto;
    padding-top: 0.55rem;
}

.product-grid--home-videos .service-card--home-video .service-card__meta a {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    line-height: 1.25;
    max-width: 100%;
    min-height: 2.5rem;
    text-align: center;
    white-space: nowrap;
}

.article-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(min(285px, 100%), 1fr));
}

.article-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.article-card__image {
    aspect-ratio: 16 / 10;
    background-position: center;
    background-size: cover;
    display: block;
}

.article-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 0.7rem;
    padding: 1rem 1rem 1.1rem;
}

.article-card__type {
    color: var(--brand-blue-dark);
    font-size: 0.95rem;
    font-weight: 900;
}

.article-card h2 {
    font-size: 1.45rem;
    line-height: 1.5;
    margin: 0;
}

.article-card h3 {
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 0;
}

.article-card h2 a {
    color: var(--ink);
    text-decoration: none;
}

.article-card h3 a {
    color: var(--ink);
    text-decoration: none;
}

.article-card h2 a:hover {
    color: var(--brand-blue-dark);
}

.article-card p {
    color: var(--muted);
    display: -webkit-box;
    line-height: 1.9;
    margin: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.article-card__footer {
    align-items: center;
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
    margin-top: auto;
}

.article-card__footer small {
    color: var(--muted);
    display: inline-block;
    line-height: 1.7;
}

.article-card__cta {
    background: var(--brand-blue);
    border-radius: 8px;
    color: #fff;
    font-weight: 900;
    padding: 0.55rem 0.95rem;
    text-decoration: none;
    white-space: nowrap;
}

.article-card__cta:hover {
    background: var(--brand-blue-dark);
}

.favorite-form button {
    background: var(--soft);
    border: 1px solid var(--line);
    border-radius: 6px;
    color: var(--brand-blue-dark);
    cursor: pointer;
    font-weight: 800;
    padding: 0.45rem 0.7rem;
}

.favorite-form button:hover {
    background: #fff;
}

.magazine-band {
    display: grid;
    gap: 1.4rem;
    grid-template-columns: 280px minmax(0, 1fr);
    margin-top: 1.5rem;
    overflow: hidden;
}

.magazine-band img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.magazine-band div {
    padding: 1.5rem 1.5rem 1.5rem 0;
}

.catalog-layout {
    align-items: start;
    display: grid;
    gap: 1rem;
    grid-template-columns: 280px minmax(0, 1fr);
}

.filter-panel,
.auth-form,
.booking-form {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    display: grid;
    gap: 0.8rem;
    padding: 1rem;
}

.filter-panel__actions {
    display: grid;
    gap: 0.6rem;
}

.filter-panel--services {
    gap: 0.95rem;
}

.filter-panel__header {
    border-bottom: 1px solid var(--line);
    display: grid;
    gap: 0.25rem;
    padding-bottom: 0.75rem;
}

.filter-panel__header strong {
    color: var(--ink);
    font-size: 0.98rem;
}

.filter-panel__header small {
    color: var(--muted);
}

.filter-panel__grid {
    display: grid;
    gap: 0.8rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.filter-panel__actions--inline {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.filter-panel__actions--inline button,
.filter-panel__actions--inline a {
    flex: 1 1 140px;
}

.product-grid--catalog {
    grid-template-columns: repeat(auto-fit, minmax(min(230px, 100%), 1fr));
}

.product-grid--provider-services {
    grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
}

.service-card--compact .service-card__body {
    padding-top: 1.2rem;
}

.catalog-main {
    display: grid;
    gap: 1rem;
    min-width: 0;
}

.catalog-main__toolbar {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    justify-content: space-between;
}

.result-mode-switch {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.result-mode-switch a {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--brand-blue-dark);
    font-size: 0.92rem;
    font-weight: 800;
    padding: 0.35rem 0.8rem;
    text-decoration: none;
}

.result-mode-switch a.active {
    background: var(--brand-blue);
    border-color: var(--brand-blue);
    color: #fff;
}

.map-mode-switch {
    display: flex;
    gap: 0.45rem;
    flex-wrap: wrap;
}

.map-mode-switch a {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--brand-blue-dark);
    font-size: 0.9rem;
    font-weight: 800;
    padding: 0.35rem 0.75rem;
    text-decoration: none;
}

.map-mode-switch a.active {
    background: var(--brand-orange);
    border-color: var(--brand-orange);
    color: #fff;
}

.map-mobile-trigger {
    background: var(--brand-blue);
    border: 1px solid var(--brand-blue);
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-weight: 800;
    padding: 0.65rem 0.9rem;
}

.pagination-nav {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    justify-content: center;
    margin-top: 0.35rem;
}

.pagination-nav a {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--brand-blue-dark);
    font-size: 0.9rem;
    font-weight: 800;
    min-width: 2.15rem;
    padding: 0.45rem 0.7rem;
    text-align: center;
    text-decoration: none;
}

.pagination-nav a.active {
    background: var(--brand-blue);
    border-color: var(--brand-blue);
    color: #fff;
}

.provider-group-card__services {
    color: var(--muted);
    display: grid;
    gap: 0.3rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.provider-group-card__services li a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 0.18rem;
}

.provider-group-card__services--chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.provider-group-card__services--chips li {
    margin: 0;
}

.provider-group-card__services--chips a {
    background: #f8fafc;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 0.2rem 0.55rem;
    text-decoration: none;
}

.service-hero-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    display: grid;
    gap: 0;
    grid-template-columns: minmax(300px, 0.95fr) minmax(0, 1.05fr);
    margin-top: 1.35rem;
    overflow: hidden;
}

.service-hero-card__media {
    aspect-ratio: 4 / 3;
    background-position: center;
    background-size: cover;
    position: relative;
}

.service-hero-card__media--placeholder {
    align-items: center;
    background: linear-gradient(135deg, #eef2ff, #eff6ff);
    display: flex;
    justify-content: center;
    padding: 1rem;
    text-align: center;
}

.service-hero-card__media--placeholder strong {
    color: var(--brand-blue-dark);
    font-size: 0.95rem;
}

.service-card__image-note--hero {
    font-size: 0.78rem;
    inset-inline-start: 1rem;
    top: 1rem;
}

.service-hero-card__content {
    display: grid;
    gap: 0.75rem;
    padding: clamp(1.1rem, 3vw, 1.8rem);
}

.service-image-disclaimer {
    color: var(--muted);
    font-size: 0.88rem;
    line-height: 1.75;
    margin: 0;
}

.service-hero-card__content h1 {
    margin: 0;
}

.service-hero-card__provider-link {
    color: var(--brand-blue-dark);
    font-weight: 800;
}

.service-hero-card__rating {
    align-items: center;
    display: flex;
    gap: 0.55rem;
}

.service-hero-card__rating strong {
    color: var(--brand-orange);
    font-size: 1.3rem;
}

.product-detail {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
    overflow: hidden;
}

.product-detail__image {
    background-position: center;
    background-size: cover;
    min-height: 420px;
}

.product-detail__content {
    display: grid;
    gap: 0.8rem;
    padding: clamp(1.2rem, 4vw, 2.2rem);
}

.product-detail h1 {
    font-size: clamp(1.8rem, 3vw, 2.7rem);
    margin: 0;
}

.rating-row,
.price-row,
.badge-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.detail-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
    margin: 1rem 0;
}

.service-detail-layout {
    align-items: start;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(300px, 420px) minmax(0, 1fr);
    margin: 1rem 0;
}

.service-detail-page {
    min-width: 0;
    overflow-x: clip;
}

.service-detail-main,
.service-detail-sidebar {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-width: 0;
}

.service-detail-main {
    grid-column: 2;
    grid-row: 1;
}

.service-detail-sidebar {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
}

.service-detail-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    height: auto;
    min-width: 0;
    padding: 1.2rem;
}

.service-detail-card h2 {
    margin-bottom: 0.7rem;
}

.service-detail-card p {
    margin-bottom: 0.7rem;
}

.service-detail-card p:last-child {
    margin-bottom: 0;
}

.service-detail-card .action-row {
    margin-top: 0.4rem;
}

.service-detail-card .provider-map-frame {
    margin-top: 0.8rem;
}

.service-detail-layout .provider-map-frame iframe {
    border: 0;
    display: block;
    height: 300px;
    width: 100%;
}

.service-detail__description-fallback {
    color: var(--muted);
    margin: 0;
}

.detail-grid article,
.booking-panel,
.public-empty {
    padding: 1.2rem;
}

.public-empty .action-row {
    margin-top: 0.9rem;
}

.provider-section {
    display: grid;
    gap: 0.9rem;
    margin-top: 1.35rem;
}

.provider-section h2 {
    margin: 0;
}

.provider-slider {
    display: grid;
    gap: 0.55rem;
    margin-top: 0.9rem;
}

.provider-slider__track {
    display: grid;
    gap: 0.6rem;
    grid-auto-columns: minmax(180px, 1fr);
    grid-auto-flow: column;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding-bottom: 0.25rem;
    scroll-snap-type: x mandatory;
}

.provider-slider__slide {
    margin: 0;
    scroll-snap-align: start;
}

.provider-slider__slide a,
.provider-slider__slide button {
    background: transparent;
    border: 1px solid var(--line);
    border-radius: 8px;
    cursor: pointer;
    display: block;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.provider-slider__slide img {
    display: block;
    height: 140px;
    object-fit: cover;
    width: 100%;
}

.provider-slider__dots {
    display: flex;
    gap: 0.45rem;
    justify-content: center;
}

.provider-slider__dots a {
    background: #d3ddec;
    border-radius: 999px;
    display: inline-block;
    height: 0.55rem;
    width: 0.55rem;
}

.provider-map-frame {
    border: 1px solid var(--line);
    border-radius: 8px;
    margin-top: 0.5rem;
    overflow: hidden;
}

.provider-map-canvas {
    display: block;
    height: 360px;
    width: 100%;
}

.provider-map-canvas--mobile {
    height: calc(100dvh - 9rem);
    min-height: 360px;
}

.provider-map-error {
    align-content: center;
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 8px;
    color: var(--muted);
    display: grid;
    gap: 0.35rem;
    height: 100%;
    justify-items: center;
    padding: 1rem;
    text-align: center;
}

.provider-map-error p,
.provider-map-error strong {
    margin: 0;
}

.provider-map-error strong {
    color: var(--ink);
}

.search-map-panel {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 1rem;
}

.search-map-panel__header h2 {
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
}

.search-map-panel__header small {
    color: var(--muted);
    display: block;
    margin-bottom: 0.65rem;
}

.search-map-panel__hint {
    color: var(--muted);
    display: block;
    margin-top: 0.7rem;
}

.search-map-panel__empty {
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 10px;
    padding: 1rem;
}

.search-map-panel__empty p,
.search-map-panel__empty strong {
    margin: 0;
}

.search-map-panel__empty p {
    color: var(--muted);
    margin-top: 0.45rem;
}

.provider-group-card.is-map-active {
    border-color: var(--brand-blue);
    box-shadow: 0 0 0 2px rgba(10, 111, 183, 0.15);
}

.provider-map-popup {
    display: grid;
    gap: 0.35rem;
    max-width: 240px;
}

.provider-map-popup p,
.provider-map-popup small,
.provider-map-popup strong {
    margin: 0;
}

.provider-map-popup small,
.provider-map-popup p {
    color: var(--muted);
    line-height: 1.45;
}

.provider-map-popup a {
    color: var(--brand-blue-dark);
    font-weight: 800;
    text-decoration: none;
}

.mobile-map-overlay {
    background: rgba(15, 23, 42, 0.6);
    inset: 0;
    padding: 1rem;
    position: fixed;
    z-index: 80;
}

.mobile-map-overlay__header {
    align-items: center;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 10px 10px 0 0;
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
    padding: 0.8rem;
}

.mobile-map-overlay__canvas-wrap {
    background: #fff;
    border: 1px solid var(--line);
    border-top: 0;
    border-radius: 0 0 10px 10px;
    padding: 0.8rem;
}

.provider-hero-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
    margin-top: 1.35rem;
    overflow: hidden;
    padding: 1rem;
}

.provider-hero-card__media {
    display: grid;
    gap: 0.65rem;
}

.provider-hero-card__media--placeholder {
    align-items: center;
    background: linear-gradient(135deg, #eef2ff, #eff6ff);
    border-radius: 8px;
    justify-content: center;
    min-height: 260px;
    text-align: center;
}

.provider-hero-card__media--placeholder strong {
    color: var(--brand-blue-dark);
    font-size: 0.95rem;
}

.provider-hero-card__media > img,
.provider-hero-card__media-button img {
    aspect-ratio: 4 / 3;
    border-radius: 8px;
    object-fit: cover;
    width: 100%;
}

.provider-hero-card__media-button,
.provider-hero-card__thumb-button {
    background: transparent;
    border: 0;
    cursor: pointer;
    display: block;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.provider-hero-card__media-button {
    border-radius: 8px;
}

.provider-hero-card__thumbs {
    display: grid;
    gap: 0.5rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.provider-hero-card__thumbs a,
.provider-hero-card__thumb-button {
    border-radius: 6px;
    overflow: hidden;
}

.provider-hero-card__thumbs img {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
}

.provider-hero-card__content {
    display: grid;
    gap: 0.8rem;
}

.provider-hero-card__content h1 {
    margin: 0;
}

.provider-chip-row {
    gap: 0.45rem;
}

.provider-hero-card__location {
    color: var(--muted);
    margin: 0;
}

.provider-hero-card__rating {
    align-items: center;
    display: flex;
    gap: 0.5rem;
}

.provider-hero-card__rating strong {
    color: var(--brand-orange);
    font-size: 1.35rem;
}

.action-row--provider-cta,
.action-row--provider-contact {
    gap: 0.75rem;
}

.provider-service-meta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.provider-service-meta small {
    margin: 0;
}

.working-hours-list {
    display: grid;
    gap: 0.6rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.working-hours-list li {
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 8px;
    display: flex;
    gap: 0.7rem;
    justify-content: space-between;
    padding: 0.55rem 0.7rem;
}

.working-hours-list strong.is-closed {
    color: #c2410c;
}

.booking-panel {
    display: grid;
    gap: 1rem;
}

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

.booking-form__wide,
.booking-form button {
    grid-column: 1 / -1;
}

.reserve-helper-text {
    color: var(--muted);
    margin: 0;
}

.reserve-page {
    align-items: start;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.85fr);
    margin-top: 1.35rem;
}

.reserve-page__form-panel {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 1rem;
}

.reserve-form {
    align-items: start;
}

.reserve-form [aria-invalid="true"] {
    border-color: #dc2626;
}

.reserve-more {
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 0.65rem 0.75rem;
}

.reserve-more summary {
    color: var(--brand-blue-dark);
    cursor: pointer;
    font-weight: 800;
}

.reserve-more__grid {
    display: grid;
    gap: 0.7rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 0.7rem;
}

.reserve-more__wide {
    grid-column: 1 / -1;
}

.form-error {
    color: #b91c1c;
    display: block;
    font-size: 0.8rem;
    min-height: 1rem;
}

.reserve-summary-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    display: grid;
    gap: 0.75rem;
    padding: 1rem;
    position: sticky;
    top: 0.7rem;
}

.reserve-summary-card h2 {
    margin: 0;
}

.reserve-summary-card__image {
    border-radius: 10px;
    display: block;
    max-height: 210px;
    object-fit: cover;
    width: 100%;
}

.reserve-summary-card dl {
    display: grid;
    gap: 0.45rem;
    margin: 0;
}

.reserve-summary-card dt {
    color: var(--muted);
    font-size: 0.85rem;
}

.reserve-summary-card dd {
    margin: 0;
}

.reserve-confirmation {
    margin-top: 1.35rem;
}

.reserve-confirmation__panel {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    margin: 0 auto;
    max-width: 760px;
    padding: 1rem;
}

.reserve-confirmation__panel dl {
    display: grid;
    gap: 0.45rem;
    margin: 0;
}

.reserve-confirmation__panel dt {
    color: var(--muted);
    font-size: 0.85rem;
}

.reserve-confirmation__panel dd {
    margin: 0;
}

.reserve-confirmation__hint {
    color: var(--muted);
    margin: 0.4rem 0 0;
}

.provider-score {
    color: var(--brand-orange);
    display: grid;
    justify-items: center;
}

.provider-score strong {
    font-size: 2.5rem;
}

html:has(.detail-page-shell),
body:has(.detail-page-shell) {
    overflow-x: hidden;
}

.detail-page-shell {
    display: grid;
    gap: 1.15rem;
    margin: 1.35rem auto 2rem;
    max-width: 1280px;
    min-width: 0;
    width: 100%;
}

.detail-page-shell--sticky {
    padding-bottom: 1rem;
}

.detail-hero-card {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.88) 0, rgba(255, 255, 255, 0) 34%),
        radial-gradient(circle at bottom left, rgba(10, 111, 183, 0.11) 0, rgba(10, 111, 183, 0) 38%),
        linear-gradient(135deg, #fff8f1 0%, #ffffff 44%, #edf5fd 100%);
    border: 1px solid rgba(20, 43, 79, 0.08);
    border-radius: 28px;
    box-shadow: 0 28px 58px rgba(20, 43, 79, 0.08);
    display: grid;
    gap: 1.15rem 1.35rem;
    grid-template-areas:
        "content media"
        "actions media"
        "facts facts";
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    overflow: hidden;
    padding: clamp(1.15rem, 2.5vw, 1.7rem);
    position: relative;
}

.detail-hero-card::before,
.detail-hero-card::after {
    content: "";
    pointer-events: none;
    position: absolute;
}

.detail-hero-card::before {
    background: rgba(245, 130, 32, 0.1);
    border-radius: 42% 58% 61% 39% / 41% 39% 61% 59%;
    height: 8.5rem;
    inset-inline-end: -2.2rem;
    top: -2.8rem;
    width: 8.5rem;
}

.detail-hero-card::after {
    background: rgba(10, 111, 183, 0.08);
    border-radius: 61% 39% 46% 54% / 44% 47% 53% 56%;
    bottom: -3.3rem;
    height: 9.2rem;
    inset-inline-start: -2.3rem;
    width: 9.2rem;
}

.detail-hero-card__content,
.detail-hero-card__media-shell,
.detail-hero-card__actions,
.detail-facts-grid {
    min-width: 0;
    position: relative;
    z-index: 1;
}

.detail-hero-card__content {
    display: grid;
    gap: 1rem;
    grid-area: content;
}

.detail-hero-card__headline {
    display: grid;
    gap: 0.85rem;
}

.detail-chip-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.detail-chip {
    align-items: center;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(20, 43, 79, 0.08);
    border-radius: 999px;
    color: #0a6fb7;
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 800;
    min-height: 2rem;
    padding: 0 0.8rem;
    white-space: nowrap;
}

.detail-chip--soft {
    background: rgba(10, 111, 183, 0.08);
    color: var(--brand-blue-dark);
}

.detail-hero-card h1 {
    color: #142b4f;
    font-size: clamp(1.9rem, 2.7vw, 2.8rem);
    letter-spacing: -0.02em;
    line-height: 1.22;
    margin: 0;
}

.detail-hero-card__summary,
.detail-rich-text p,
.detail-panel__intro,
.detail-helper-text,
.detail-review-card p,
.detail-service-card p,
.detail-placeholder-card p,
.detail-empty-state p,
.detail-claim-card p {
    color: #58708f;
    line-height: 1.9;
    margin: 0;
}

.detail-hero-card__provider-line,
.detail-hero-card__location-line {
    align-items: center;
    color: #5b6f87;
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin: 0;
}

.detail-hero-card__provider-line span:first-child {
    color: #7e8ea3;
    font-size: 0.88rem;
    font-weight: 700;
}

.detail-hero-card__provider-line a {
    color: #0a6fb7;
    font-weight: 900;
    text-decoration: none;
}

.detail-hero-card__meta-row {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.detail-price-pill,
.detail-review-pill {
    align-items: center;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(20, 43, 79, 0.08);
    border-radius: 18px;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.45rem 0.65rem;
    min-height: 3.1rem;
    padding: 0.7rem 0.9rem;
}

.detail-price-pill span,
.detail-review-pill span {
    color: #6a7f97;
    font-size: 0.88rem;
}

.detail-price-pill strong,
.detail-review-pill strong {
    color: #142b4f;
    font-size: 1rem;
    font-weight: 900;
    white-space: nowrap;
}

.detail-price-pill,
.detail-review-pill,
.detail-service-card__meta strong {
    overflow-wrap: normal;
    word-break: keep-all;
}

.detail-hero-card__media-shell {
    display: grid;
    gap: 0.75rem;
    grid-area: media;
}

.detail-hero-card__media {
    background: linear-gradient(135deg, #dfeaf7 0%, #eef6ff 100%);
    border-radius: 24px;
    min-height: 100%;
    overflow: hidden;
    position: relative;
}

.detail-hero-card__media img,
.detail-hero-card__media-button img {
    display: block;
    height: 100%;
    max-height: 420px;
    object-fit: cover;
    width: 100%;
}

.detail-hero-card__media-button {
    background: transparent;
    border: 0;
    cursor: pointer;
    display: block;
    padding: 0;
    width: 100%;
}

.photo-swipe-hero-gallery {
    display: grid;
    gap: 0.75rem;
}

.photo-swipe-hero-gallery__anchors,
.photo-swipe-hero-gallery__anchor {
    display: none;
}

.photo-swipe-hero-gallery__main-shell {
    min-height: 0;
}

.photo-swipe-hero-gallery__main-button {
    aspect-ratio: 4 / 3;
    cursor: zoom-in;
    min-height: 0;
}

.photo-swipe-hero-gallery__main-button img {
    aspect-ratio: 4 / 3;
    max-height: none;
}

.photo-swipe-hero-gallery__thumb-fallback {
    align-items: center;
    aspect-ratio: 1;
    background: linear-gradient(180deg, #f4f8fc, #e4edf7);
    color: #526983;
    display: flex;
    font-size: 0.76rem;
    font-weight: 800;
    justify-content: center;
    padding: 0.45rem;
    text-align: center;
}

.detail-hero-card__media-badge {
    align-items: center;
    background: rgba(20, 43, 79, 0.7);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 0.8rem;
    font-weight: 800;
    inset-inline-start: 1rem;
    min-height: 2rem;
    padding: 0 0.75rem;
    position: absolute;
    top: 1rem;
}

.detail-hero-card__media--placeholder {
    align-items: center;
    display: grid;
    justify-items: center;
    min-height: 280px;
    padding: 1rem;
}

.detail-placeholder-card {
    align-items: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.92));
    border: 1px solid rgba(20, 43, 79, 0.08);
    border-radius: 22px;
    display: grid;
    gap: 0.65rem;
    justify-items: center;
    max-width: 300px;
    padding: 1.2rem;
    text-align: center;
}

.detail-placeholder-card--inline {
    align-content: center;
    max-width: none;
    min-height: 280px;
    width: 100%;
}

.detail-placeholder-card strong {
    color: #142b4f;
    font-size: 1rem;
}

.detail-placeholder-card__paw {
    background:
        radial-gradient(circle at 50% 72%, rgba(20, 43, 79, 0.12) 0 28%, transparent 30%),
        radial-gradient(circle at 24% 38%, rgba(245, 130, 32, 0.2) 0 13%, transparent 14%),
        radial-gradient(circle at 44% 24%, rgba(245, 130, 32, 0.2) 0 13%, transparent 14%),
        radial-gradient(circle at 66% 24%, rgba(10, 111, 183, 0.16) 0 13%, transparent 14%),
        radial-gradient(circle at 82% 40%, rgba(10, 111, 183, 0.16) 0 13%, transparent 14%);
    border-radius: 46% 54% 50% 50%;
    display: inline-block;
    height: 4.2rem;
    transform: rotate(-12deg);
    width: 4.2rem;
}

.detail-thumb-strip {
    display: flex;
    gap: 0.55rem;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding-bottom: 0.15rem;
    scrollbar-width: none;
}

.detail-thumb-strip::-webkit-scrollbar {
    display: none;
}

.detail-thumb-strip__item,
.detail-gallery-grid__item {
    background: #fff;
    border: 1px solid rgba(20, 43, 79, 0.08);
    border-radius: 16px;
    cursor: pointer;
    overflow: hidden;
    padding: 0;
}

.detail-thumb-strip__item {
    flex: 0 0 72px;
    max-width: 72px;
}

.detail-thumb-strip__item--active {
    border-color: rgba(245, 130, 32, 0.42);
    box-shadow: 0 10px 24px rgba(245, 130, 32, 0.14);
}

.detail-thumb-strip__item img {
    aspect-ratio: 1;
    display: block;
    object-fit: cover;
    width: 100%;
}

.detail-hero-card__media-note {
    color: #6f8198;
    font-size: 0.85rem;
    margin: 0;
}

.detail-hero-card__actions {
    display: grid;
    gap: 0.8rem;
    grid-area: actions;
}

.detail-action-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.detail-action-row--stacked {
    align-items: stretch;
    flex-direction: column;
}

.detail-button {
    align-items: center;
    border-radius: 16px;
    cursor: pointer;
    display: inline-flex;
    font-size: 0.95rem;
    font-weight: 900;
    justify-content: center;
    min-height: 48px;
    padding: 0.85rem 1rem;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.detail-button:focus-visible {
    box-shadow: 0 0 0 4px rgba(10, 111, 183, 0.18);
    outline: 2px solid rgba(10, 111, 183, 0.36);
    outline-offset: 2px;
}

.detail-button[disabled],
.detail-button[aria-disabled="true"] {
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.58;
    transform: none;
}

.detail-hero-card__actions .detail-button {
    border-radius: 999px;
    font-size: 0.9rem;
    min-height: 46px;
    padding: 0.65rem 1rem;
}

.detail-button:hover {
    transform: translateY(-1px);
}

.detail-button--primary {
    background: linear-gradient(135deg, #f79334, #f58220);
    border: 1px solid rgba(245, 130, 32, 0.34);
    box-shadow: 0 14px 28px rgba(245, 130, 32, 0.22);
    color: #fff;
}

.detail-button--secondary {
    background: rgba(10, 111, 183, 0.08);
    border: 1px solid rgba(10, 111, 183, 0.18);
    color: #0a6fb7;
}

.detail-button--ghost {
    background: #fff;
    border: 1px solid rgba(20, 43, 79, 0.1);
    color: #142b4f;
}

.detail-button--tertiary {
    background: #fff;
    border: 1px solid rgba(10, 111, 183, 0.12);
    box-shadow: none;
    color: #0a6fb7;
}

.detail-button--link {
    background: transparent;
    border: 0;
    box-shadow: none;
    color: #0a6fb7;
    min-height: auto;
    padding: 0;
}

.detail-button--small {
    border-radius: 12px;
    font-size: 0.86rem;
    min-height: 36px;
    padding: 0.45rem 0.75rem;
}

.detail-button--full {
    width: 100%;
}

.provider-public-page .detail-button,
.center-detail-page .detail-button {
    border-radius: 14px;
    box-shadow: none;
    font-size: 0.92rem;
    font-weight: 800;
    min-height: 42px;
    padding: 0.62rem 0.9rem;
}

.provider-public-page .detail-button:hover,
.center-detail-page .detail-button:hover {
    box-shadow: none;
    transform: translateY(-1px);
}

.provider-public-page .detail-button--primary,
.center-detail-page .detail-button--primary {
    background: #f58220;
    border-color: rgba(245, 130, 32, 0.32);
    box-shadow: 0 10px 22px rgba(245, 130, 32, 0.18);
    color: #fff;
    font-weight: 900;
    min-height: 48px;
}

.provider-public-page .detail-button--primary:hover,
.provider-public-page .detail-button--primary:focus-visible,
.center-detail-page .detail-button--primary:hover,
.center-detail-page .detail-button--primary:focus-visible {
    background: #ef7715;
    border-color: rgba(239, 119, 21, 0.42);
    box-shadow: 0 12px 24px rgba(245, 130, 32, 0.22);
}

.provider-public-page .detail-button--secondary,
.center-detail-page .detail-button--secondary {
    background: rgba(10, 111, 183, 0.08);
    border-color: rgba(10, 111, 183, 0.16);
    color: #0a4f84;
}

.provider-public-page .detail-button--secondary:hover,
.provider-public-page .detail-button--secondary:focus-visible,
.center-detail-page .detail-button--secondary:hover,
.center-detail-page .detail-button--secondary:focus-visible {
    background: rgba(10, 111, 183, 0.12);
    border-color: rgba(10, 111, 183, 0.24);
    color: #083f69;
}

.provider-public-page .detail-button--ghost,
.provider-public-page .detail-button--tertiary,
.center-detail-page .detail-button--ghost,
.center-detail-page .detail-button--tertiary {
    background: #fff;
    border-color: rgba(10, 111, 183, 0.12);
    color: #0a6fb7;
}

.provider-public-page .detail-button--ghost:hover,
.provider-public-page .detail-button--tertiary:hover,
.provider-public-page .detail-button--ghost:focus-visible,
.provider-public-page .detail-button--tertiary:focus-visible,
.center-detail-page .detail-button--ghost:hover,
.center-detail-page .detail-button--tertiary:hover,
.center-detail-page .detail-button--ghost:focus-visible,
.center-detail-page .detail-button--tertiary:focus-visible {
    background: #f7fbff;
    border-color: rgba(10, 111, 183, 0.2);
    color: #0a4f84;
}

.provider-public-page .detail-button--link,
.center-detail-page .detail-button--link {
    background: transparent;
    border: 0;
    color: #0a6fb7;
    font-size: 0.86rem;
    min-height: 0;
    padding: 0;
}

.provider-public-page .detail-button--link:hover,
.provider-public-page .detail-button--link:focus-visible,
.center-detail-page .detail-button--link:hover,
.center-detail-page .detail-button--link:focus-visible {
    background: transparent;
    color: #083f69;
    text-decoration: underline;
    transform: none;
}

.provider-public-page .detail-button--small,
.center-detail-page .detail-button--small {
    border-radius: 12px;
    font-size: 0.84rem;
    min-height: 36px;
    padding: 0.45rem 0.75rem;
}

.provider-public-page .detail-hero-card__actions .detail-action-row,
.center-detail-page .detail-hero-card__actions .detail-action-row {
    align-items: center;
}

.provider-public-page .detail-hero-card__actions .detail-button,
.center-detail-page .detail-hero-card__actions .detail-button {
    border-radius: 15px;
    min-height: 46px;
    padding: 0.68rem 1rem;
}

.provider-public-page .detail-hero-card__actions .detail-button--primary,
.center-detail-page .detail-hero-card__actions .detail-button--primary {
    min-width: 145px;
}

.provider-public-page .detail-hero-card__actions .detail-button--secondary,
.provider-public-page .detail-hero-card__actions .detail-button--ghost,
.center-detail-page .detail-hero-card__actions .detail-button--secondary,
.center-detail-page .detail-hero-card__actions .detail-button--ghost {
    min-width: 108px;
}

.provider-public-page .detail-service-card .detail-button--service,
.center-detail-page .detail-service-card .detail-button--service {
    background: rgba(10, 111, 183, 0.08);
    border-color: rgba(10, 111, 183, 0.16);
    box-shadow: none;
    color: #0a4f84;
    min-height: 40px;
}

.provider-public-page .detail-panel__footer-actions .detail-button,
.provider-public-page .center-detail-page__map-actions .detail-button,
.center-detail-page .detail-panel__footer-actions .detail-button,
.center-detail-page .center-detail-page__map-actions .detail-button {
    min-height: 42px;
}

.provider-public-page .center-detail-page__map-actions .detail-button,
.center-detail-page .center-detail-page__map-actions .detail-button {
    flex: 1 1 150px;
}

.provider-public-page .center-detail-page__related-card .detail-button,
.center-detail-page .center-detail-page__related-card .detail-button {
    justify-self: start;
}

.provider-public-page .center-detail-page__content-card-meta .detail-button--link,
.center-detail-page .center-detail-page__content-card-meta .detail-button--link {
    white-space: nowrap;
}

.provider-public-page .detail-action-row--stacked .detail-button,
.provider-public-page .detail-social-row .detail-button,
.center-detail-page .detail-action-row--stacked .detail-button,
.center-detail-page .detail-social-row .detail-button {
    min-height: 40px;
}

.provider-public-page .detail-panel--support .support-contact-card__call,
.center-detail-page .detail-panel--support .support-contact-card__call {
    background: rgba(10, 111, 183, 0.08);
    border-color: rgba(10, 111, 183, 0.14);
    border-radius: 13px;
    box-shadow: none;
    color: #0a4f84;
    font-size: 0.86rem;
    font-weight: 800;
    min-height: 38px;
    padding: 0.45rem 0.8rem;
}

.provider-public-page .detail-panel--support .support-contact-card__call:hover,
.provider-public-page .detail-panel--support .support-contact-card__call:focus-visible,
.center-detail-page .detail-panel--support .support-contact-card__call:hover,
.center-detail-page .detail-panel--support .support-contact-card__call:focus-visible {
    background: rgba(10, 111, 183, 0.12);
    border-color: rgba(10, 111, 183, 0.22);
    color: #083f69;
    transform: translateY(-1px);
}

.provider-public-page .detail-chip,
.provider-public-page .detail-mini-meta li,
.center-detail-page .detail-chip,
.center-detail-page .detail-mini-meta li {
    background: rgba(246, 249, 252, 0.9);
    border-color: rgba(20, 43, 79, 0.07);
    color: #4f6884;
    cursor: default;
    font-size: 0.78rem;
    font-weight: 700;
    min-height: 1.8rem;
    padding: 0 0.68rem;
}

.provider-public-page .detail-chip--soft,
.center-detail-page .detail-chip--soft {
    background: rgba(10, 111, 183, 0.07);
    color: #315a82;
}

.detail-facts-grid {
    display: grid;
    gap: 0.8rem;
    grid-area: facts;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.detail-fact-card {
    align-items: start;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(20, 43, 79, 0.08);
    border-radius: 22px;
    display: grid;
    gap: 0.55rem;
    grid-template-columns: auto minmax(0, 1fr);
    padding: 0.95rem;
}

.detail-fact-card__icon,
.detail-info-list__icon,
.detail-link-list__icon,
.detail-claim-card__icon {
    align-items: center;
    background: rgba(10, 111, 183, 0.1);
    border-radius: 14px;
    color: #0a6fb7;
    display: inline-flex;
    font-size: 0.8rem;
    font-weight: 900;
    height: 2.5rem;
    justify-content: center;
    min-width: 2.5rem;
    padding-inline: 0.45rem;
}

.detail-fact-card small,
.detail-info-list small {
    color: #7c8ea4;
    display: block;
    font-size: 0.82rem;
    margin-bottom: 0.22rem;
}

.detail-fact-card strong,
.detail-info-list strong {
    color: #142b4f;
    display: block;
    font-size: 0.97rem;
    line-height: 1.65;
}

.detail-content-layout {
    align-items: start;
    display: grid;
    gap: 1.25rem;
    grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);
}

.detail-main-column,
.detail-side-column {
    display: grid;
    gap: 1rem;
    min-width: 0;
}

.detail-panel,
.detail-claim-card {
    background: #fff;
    border: 1px solid rgba(20, 43, 79, 0.08);
    border-radius: 24px;
    box-shadow: 0 16px 34px rgba(20, 43, 79, 0.06);
    min-width: 0;
    overflow: hidden;
    padding: 1.2rem;
}

.center-detail-page .detail-side-column,
.provider-public-page .detail-side-column {
    gap: 0.8rem;
}

.center-detail-page .detail-side-column .detail-panel,
.provider-public-page .detail-side-column .detail-panel,
.center-detail-page .detail-claim-card {
    border-radius: 20px;
    box-shadow: 0 10px 22px rgba(20, 43, 79, 0.04);
    padding: 1rem;
}

.center-detail-page .detail-side-column .detail-panel:not(.center-detail-section--quick-actions):not(.center-detail-section--contact),
.provider-public-page .detail-side-column .detail-panel:not(:first-child) {
    background: rgba(255, 255, 255, 0.76);
    box-shadow: none;
}

.detail-panel--form {
    padding-bottom: calc(1.2rem + env(safe-area-inset-bottom));
}

.detail-panel__header {
    display: grid;
    gap: 0.28rem;
    margin-bottom: 0.8rem;
}

.detail-panel__header span {
    color: #0a6fb7;
    font-size: 0.82rem;
    font-weight: 800;
}

.detail-panel__header h2,
.detail-claim-card h2 {
    color: #142b4f;
    font-size: 1.25rem;
    margin: 0;
}

.detail-side-column .detail-panel__header h2,
.detail-claim-card h2 {
    font-size: 1.05rem;
}

.detail-tag-row,
.detail-social-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 1rem;
}

.detail-tag {
    background: #f7fbff;
    border: 1px solid rgba(20, 43, 79, 0.08);
    border-radius: 999px;
    color: #3f5875;
    display: inline-flex;
    font-size: 0.84rem;
    font-weight: 800;
    min-height: 2rem;
    padding: 0 0.8rem;
}

.detail-gallery-grid {
    display: grid;
    gap: 0.8rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.detail-gallery-grid__item img {
    aspect-ratio: 1;
    display: block;
    object-fit: cover;
    width: 100%;
}

.detail-hours-list {
    display: grid;
    gap: 0.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.detail-hours-list li {
    align-items: center;
    background: #f8fbff;
    border: 1px solid rgba(20, 43, 79, 0.08);
    border-radius: 16px;
    display: flex;
    gap: 0.7rem;
    justify-content: space-between;
    padding: 0.65rem 0.75rem;
}

.detail-hours-list strong.is-closed {
    color: #b85a1b;
}

.detail-empty-state {
    align-items: center;
    background: #f8fbff;
    border: 1px dashed rgba(20, 43, 79, 0.16);
    border-radius: 20px;
    display: grid;
    gap: 0.85rem;
    grid-template-columns: auto minmax(0, 1fr);
    padding: 1rem;
}

.detail-empty-state--compact {
    background: #fbfdff;
}

.detail-empty-state h3 {
    color: #142b4f;
    font-size: 1rem;
    margin: 0;
}

.detail-empty-state__icon {
    align-items: center;
    background: linear-gradient(135deg, rgba(245, 130, 32, 0.14), rgba(10, 111, 183, 0.12));
    border-radius: 18px;
    display: inline-flex;
    height: 3rem;
    justify-content: center;
    width: 3rem;
}

.detail-empty-state__icon::before {
    color: #0a6fb7;
    font-size: 0.82rem;
    font-weight: 900;
}

.detail-empty-state__icon--description::before {
    content: "شرح";
}

.detail-empty-state__icon--hours::before {
    content: "زمان";
}

.detail-empty-state__icon--reviews::before {
    content: "نظر";
}

.detail-empty-state__icon--services::before {
    content: "خدمت";
}

.detail-review-list {
    display: grid;
    gap: 0.8rem;
}

.detail-review-card {
    background: #f8fbff;
    border: 1px solid rgba(20, 43, 79, 0.08);
    border-radius: 18px;
    display: grid;
    gap: 0.5rem;
    padding: 0.9rem 1rem;
}

.detail-review-card__meta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    justify-content: space-between;
}

.detail-review-card__meta strong,
.detail-review-card__meta span {
    color: #142b4f;
}

.detail-info-list {
    display: grid;
    gap: 0.7rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.detail-info-list li {
    align-items: start;
    display: grid;
    gap: 0.7rem;
    grid-template-columns: auto minmax(0, 1fr);
}

.detail-info-list strong a,
.detail-link-list a,
.detail-link-list a span:last-child {
    color: inherit;
    text-decoration: none;
}

.detail-info-list--compact {
    margin-bottom: 1rem;
}

.detail-map-frame {
    border: 1px solid rgba(20, 43, 79, 0.08);
    border-radius: 20px;
    margin-top: 1rem;
    overflow: hidden;
}

.detail-map-frame iframe {
    border: 0;
    display: block;
    height: 250px;
    width: 100%;
}

.detail-map-placeholder {
    align-items: center;
    background: #f8fbff;
    border: 1px dashed rgba(20, 43, 79, 0.16);
    border-radius: 20px;
    color: #58708f;
    display: grid;
    justify-items: center;
    margin-top: 1rem;
    min-height: 180px;
    padding: 1rem;
    text-align: center;
}

.detail-link-list {
    display: grid;
    gap: 0.45rem;
}

.detail-link-list a {
    align-items: center;
    border-radius: 18px;
    color: #22456f;
    display: grid;
    gap: 0.75rem;
    grid-template-columns: auto minmax(0, 1fr);
    padding: 0.62rem 0.7rem;
    transition: background-color 0.18s ease, transform 0.18s ease;
}

.detail-link-list a:hover {
    background: #f7fbff;
    transform: translateX(-2px);
}

.center-detail-page__request-preview {
    background: linear-gradient(135deg, #f8fbff 0%, #fffdf8 100%);
    border: 1px solid rgba(20, 43, 79, 0.08);
    border-radius: 18px;
    display: grid;
    gap: 0.75rem;
    padding: 0.85rem;
}

.center-detail-page__request-preview > div {
    display: grid;
    gap: 0.25rem;
}

.center-detail-page__request-preview strong {
    color: #142b4f;
    font-size: 0.98rem;
    line-height: 1.55;
}

.center-detail-page__request-preview span {
    color: #58708f;
    font-size: 0.86rem;
    line-height: 1.75;
}

.detail-claim-card {
    background: linear-gradient(135deg, rgba(255, 248, 239, 0.88) 0%, rgba(255, 253, 248, 0.92) 100%);
    display: grid;
    gap: 0.7rem;
}

.detail-claim-card__copy {
    display: grid;
    gap: 0.5rem;
}

.center-detail-page .center-detail-section--claim .detail-button--primary {
    background: #fff;
    border-color: rgba(245, 130, 32, 0.24);
    box-shadow: none;
    color: #b85a1b;
}

.center-detail-page .center-detail-section--claim .detail-button--primary:hover {
    background: #fff8ef;
}

.center-detail-page .center-detail-section--links .detail-panel__header,
.center-detail-page .center-detail-section--support .detail-panel__header {
    margin-bottom: 0.55rem;
}

.center-detail-page .center-detail-section--links .detail-panel__header span,
.center-detail-page .center-detail-section--support .detail-panel__header span {
    font-size: 0.76rem;
}

.center-detail-page .center-detail-section--links .detail-panel__header h2,
.center-detail-page .center-detail-section--support .detail-panel__header h2 {
    font-size: 0.98rem;
}

.detail-request-form {
    display: grid;
    gap: 0.7rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.detail-request-form__field {
    display: grid;
    gap: 0.35rem;
}

.detail-request-form__field span {
    color: #5e748f;
    font-size: 0.9rem;
    font-weight: 800;
}

.detail-request-form__field input,
.detail-request-form__field select,
.detail-request-form__field textarea {
    background: #f7fbff;
    border: 1px solid rgba(20, 43, 79, 0.12);
    border-radius: 16px;
    color: #142b4f;
    min-height: 46px;
    min-width: 0;
    padding: 0.7rem 0.8rem;
}

.detail-request-form__field textarea {
    min-height: 96px;
    resize: vertical;
}

.detail-request-form__field--wide,
.detail-request-form button {
    grid-column: 1 / -1;
}

.detail-request-form__field input:focus,
.detail-request-form__field select:focus,
.detail-request-form__field textarea:focus {
    border-color: rgba(10, 111, 183, 0.4);
    box-shadow: 0 0 0 4px rgba(10, 111, 183, 0.1);
    outline: 0;
}

.detail-service-grid {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.detail-service-card {
    background: #f8fbff;
    border: 1px solid rgba(20, 43, 79, 0.08);
    border-radius: 18px;
    display: grid;
    gap: 0.55rem;
    padding: 0.8rem;
}

.detail-service-card h3 {
    color: #142b4f;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
}

.detail-service-card p {
    display: -webkit-box;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.detail-service-card .detail-chip-row {
    gap: 0.4rem;
}

.detail-service-card__meta strong {
    color: #142b4f;
    font-size: 0.95rem;
    white-space: nowrap;
}

.detail-service-card .detail-button {
    margin-top: 0.1rem;
    min-height: 42px;
    padding-block: 0.65rem;
}

.detail-mobile-cta {
    display: none;
}

.center-detail-page .detail-content-layout {
    grid-template-columns: minmax(0, 1.75fr) minmax(320px, 1fr);
}

.center-detail-page .detail-hero-card {
    grid-template-areas:
        "content media"
        "actions media";
}

.center-detail-page .detail-hero-card--basic {
    grid-template-columns: minmax(0, 1.22fr) minmax(260px, 0.78fr);
}

.center-detail-page .detail-hero-card--basic .detail-hero-card__media-shell {
    align-content: start;
}

.center-detail-page__eyebrow {
    color: #6f8198;
    font-size: 0.82rem;
    font-weight: 900;
    margin: 0;
}

.center-detail-page__trust-note {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(20, 43, 79, 0.08);
    border-radius: 16px;
    display: grid;
    gap: 0.35rem;
    padding: 0.72rem 0.85rem;
}

.center-detail-page__trust-note strong {
    color: #142b4f;
    font-size: 0.97rem;
}

.center-detail-page__trust-note p {
    color: #58708f;
    font-size: 0.88rem;
    line-height: 1.75;
    margin: 0;
}

.center-detail-page__hero-summary {
    display: -webkit-box;
    max-width: 60ch;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.center-detail-page__status-chip--verified {
    background: rgba(23, 140, 91, 0.1);
    color: #0f7a4c;
}

.center-detail-page__status-chip--managed {
    background: rgba(10, 111, 183, 0.1);
    color: var(--brand-blue-dark);
}

.center-detail-page__status-chip--basic {
    background: rgba(245, 130, 32, 0.12);
    color: #9c4f08;
}

.center-detail-page__media-shell--empty .detail-hero-card__media--placeholder {
    min-height: clamp(260px, 28vw, 340px);
}

.center-detail-page__media-shell--empty .detail-placeholder-card {
    border-radius: 18px;
    max-width: 280px;
    padding: 1rem;
}

.center-detail-page__media-shell--empty .detail-placeholder-card__paw {
    height: 3.3rem;
    width: 3.3rem;
}

.center-detail-page__media-shell--empty .detail-placeholder-card p {
    font-size: 0.88rem;
    line-height: 1.7;
}

.center-detail-page__gallery-summary {
    align-items: center;
    backdrop-filter: blur(10px);
    background: rgba(20, 43, 79, 0.54);
    border-radius: 16px;
    bottom: 1rem;
    color: #fff;
    display: flex;
    gap: 0.7rem;
    inset-inline-end: 1rem;
    justify-content: space-between;
    max-width: calc(100% - 2rem);
    padding: 0.55rem 0.7rem;
    position: absolute;
}

.center-detail-page__gallery-summary span {
    font-size: 0.84rem;
    font-weight: 800;
}

.center-detail-page__gallery-link,
.detail-gallery-link {
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-weight: 900;
    min-height: 2rem;
    padding: 0 0.8rem;
}

.detail-gallery-summary {
    align-items: center;
    backdrop-filter: blur(10px);
    background: rgba(20, 43, 79, 0.54);
    border-radius: 16px;
    bottom: 1rem;
    color: #fff;
    display: flex;
    gap: 0.7rem;
    inset-inline-end: 1rem;
    justify-content: space-between;
    max-width: calc(100% - 2rem);
    padding: 0.55rem 0.7rem;
    position: absolute;
}

.detail-gallery-summary span {
    font-size: 0.84rem;
    font-weight: 800;
}

.center-detail-page__trust-strip {
    display: grid;
    gap: 0.65rem;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.center-detail-page__trust-item {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(20, 43, 79, 0.08);
    border-radius: 14px;
    box-shadow: 0 8px 18px rgba(20, 43, 79, 0.035);
    display: grid;
    gap: 0.18rem;
    min-height: 58px;
    min-width: 0;
    padding: 0.62rem 0.75rem;
}

.center-detail-page__trust-item--note {
    background: rgba(245, 130, 32, 0.08);
    border-color: rgba(245, 130, 32, 0.14);
}

.center-detail-page__trust-item small,
.detail-review-card__submeta small {
    color: #7c8ea4;
    font-size: 0.82rem;
    font-weight: 800;
}

.center-detail-page__trust-item strong {
    color: #142b4f;
    font-size: 0.9rem;
    line-height: 1.45;
}

.center-detail-page__tag-row {
    margin-top: 1.1rem;
}

.center-detail-page__sticky-card {
    position: sticky;
    top: 1rem;
}

.detail-request-form--compact {
    grid-template-columns: minmax(0, 1fr);
}

.center-detail-page__map-frame {
    margin-top: 1rem;
}

.center-detail-page__map-frame iframe {
    height: 320px;
    min-height: 300px;
}

.center-detail-page__map-placeholder {
    align-content: center;
    gap: 0.65rem;
    margin-top: 1.15rem;
    min-height: 320px;
}

.center-detail-page__map-placeholder strong,
.center-detail-page__location-copy strong {
    color: #142b4f;
}

.center-detail-page__location-summary {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
    margin-top: 1rem;
}

.center-detail-page__location-copy {
    display: grid;
    gap: 0.3rem;
}

.center-detail-page__location-copy small {
    color: #7c8ea4;
    font-size: 0.82rem;
    font-weight: 800;
}

.center-detail-page__location-copy p {
    margin: 0.1rem 0 0;
}

.center-detail-page__map-actions {
    align-items: stretch;
    justify-content: flex-end;
}

.center-detail-page__guide-list {
    color: #58708f;
    display: grid;
    gap: 0.8rem;
    line-height: 1.9;
    margin: 0;
    padding: 0 1.1rem 0 0;
}

.center-detail-page__guide-list li::marker {
    color: #f58220;
}

.center-detail-page__link-list a {
    background: #fbfdff;
    border: 1px solid rgba(20, 43, 79, 0.06);
}

.detail-note-banner {
    background: linear-gradient(135deg, #fff8ef 0%, #fffdf8 100%);
    border: 1px solid rgba(245, 130, 32, 0.12);
    border-radius: 18px;
    display: grid;
    gap: 0.35rem;
    margin-top: 1rem;
    padding: 0.95rem 1rem;
}

.detail-note-banner strong {
    color: #142b4f;
}

.detail-panel__header--with-action {
    align-items: start;
    display: flex;
    gap: 0.9rem;
    justify-content: space-between;
}

.detail-panel__header--with-action > div {
    min-width: 0;
}

.detail-panel__action-link {
    color: #0a6fb7;
    font-size: 0.9rem;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

.detail-mini-meta {
    color: #58708f;
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.55rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.detail-mini-meta li {
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(20, 43, 79, 0.06);
    border-radius: 999px;
    font-size: 0.82rem;
    line-height: 1.7;
    padding: 0.18rem 0.55rem;
}

.detail-panel__footer-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1rem;
}

.detail-hours-list--compact {
    margin-bottom: 0.75rem;
}

.detail-social-row--compact {
    margin-top: 0;
    margin-bottom: 1rem;
}

.center-detail-page__related-grid {
    display: grid;
    gap: 0.85rem;
}

.center-detail-page__related-grid--centers {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.center-detail-page__related-grid--content {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.center-detail-page__related-card,
.center-detail-page__content-card {
    background: #f8fbff;
    border: 1px solid rgba(20, 43, 79, 0.08);
    border-radius: 18px;
    display: grid;
    min-width: 0;
    overflow: hidden;
}

.center-detail-page__related-card-media,
.center-detail-page__content-card-media {
    background: linear-gradient(135deg, #dfeaf7 0%, #eef6ff 100%);
    display: block;
    min-width: 0;
    position: relative;
}

.center-detail-page__related-card-media img,
.center-detail-page__content-card-media img {
    aspect-ratio: 16 / 10;
    display: block;
    object-fit: cover;
    width: 100%;
}

.center-detail-page__related-card-placeholder {
    align-items: center;
    aspect-ratio: 16 / 10;
    color: #0a6fb7;
    display: grid;
    font-weight: 900;
    justify-items: center;
    padding: 1rem;
    text-align: center;
}

.center-detail-page__related-card-body,
.center-detail-page__content-card-body {
    display: grid;
    gap: 0.5rem;
    padding: 0.85rem;
}

.center-detail-page__related-card-kicker {
    color: #0a6fb7;
    font-size: 0.82rem;
    font-weight: 800;
}

.center-detail-page__related-card h3,
.center-detail-page__content-card h3 {
    color: #142b4f;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.center-detail-page__related-card h3 a,
.center-detail-page__content-card h3 a,
.center-detail-page__content-card-meta a {
    color: inherit;
    text-decoration: none;
}

.center-detail-page__related-card p,
.center-detail-page__content-card p {
    color: #58708f;
    display: -webkit-box;
    font-size: 0.9rem;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.75;
    margin: 0;
    overflow: hidden;
}

.center-detail-page__content-card-badge {
    align-items: center;
    background: rgba(20, 43, 79, 0.78);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 900;
    inset-inline-start: 0.9rem;
    min-height: 1.9rem;
    padding: 0 0.7rem;
    position: absolute;
    top: 0.9rem;
}

.center-detail-page__content-card-meta {
    align-items: center;
    color: #7c8ea4;
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
}

.center-detail-page__content-card-meta a {
    color: #0a6fb7;
    font-weight: 900;
}

.center-detail-page__content-card-meta small {
    font-size: 0.82rem;
}

@media (max-width: 1100px) {
    .detail-content-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .detail-side-column {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .center-detail-page .detail-side-column {
        grid-template-columns: minmax(0, 1fr);
    }

    .center-detail-page__trust-strip,
    .center-detail-page__related-grid--centers,
    .center-detail-page__related-grid--content {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .center-detail-page__sticky-card {
        position: static;
    }
}

@media (max-width: 900px) {
    .detail-hero-card {
        grid-template-areas:
            "content"
            "media"
            "actions"
            "facts";
        grid-template-columns: minmax(0, 1fr);
    }

    .detail-hero-card__media img,
    .detail-hero-card__media-button img {
        max-height: 360px;
    }

    .detail-side-column,
    .detail-service-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .center-detail-page__map-frame iframe,
    .center-detail-page__map-placeholder {
        min-height: 300px;
    }
}

@media (max-width: 768px) {
    .detail-page-shell {
        gap: 1rem;
        margin: 1rem auto 1.5rem;
    }

    .detail-page-shell--sticky {
        padding-bottom: calc(6.6rem + env(safe-area-inset-bottom));
    }

    .detail-hero-card,
    .detail-panel,
    .detail-claim-card {
        border-radius: 24px;
        padding: 0.95rem;
    }

    .detail-hero-card h1 {
        font-size: clamp(1.4rem, 6vw, 1.65rem);
    }

    .detail-hero-card {
        gap: 0.9rem;
        grid-template-areas:
            "content"
            "actions"
            "facts"
            "media";
    }

    .center-detail-page .detail-hero-card {
        grid-template-areas:
            "media"
            "content"
            "actions";
    }

    .detail-chip-row {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 0.1rem;
        scrollbar-width: none;
    }

    .detail-chip-row::-webkit-scrollbar {
        display: none;
    }

    .detail-chip {
        flex: 0 0 auto;
    }

    .detail-hero-card__meta-row,
    .detail-action-row {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
    }

    .detail-button {
        min-height: 46px;
        width: 100%;
    }

    .center-detail-page__request-preview {
        padding: 0.75rem;
    }

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

    .detail-fact-card {
        min-width: 0;
        padding: 0.8rem;
    }

    .detail-thumb-strip,
    .detail-gallery-grid {
        display: flex;
        gap: 0.65rem;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        padding-bottom: 0.1rem;
        scrollbar-width: none;
    }

    .detail-thumb-strip::-webkit-scrollbar,
    .detail-gallery-grid::-webkit-scrollbar {
        display: none;
    }

    .detail-thumb-strip__item,
    .detail-gallery-grid__item {
        flex: 0 0 42vw;
        max-width: 170px;
    }

    .detail-hero-card__media--placeholder {
        min-height: 180px;
    }

    .detail-hero-card__media img,
    .detail-hero-card__media-button img {
        max-height: 220px;
    }

    .center-detail-page .detail-hero-card__media img,
    .center-detail-page .detail-hero-card__media-button img {
        max-height: 280px;
    }

    .center-detail-page__media-shell--empty .detail-hero-card__media--placeholder {
        min-height: 220px;
    }

    .detail-hero-card__actions .detail-button--ghost {
        display: none;
    }

    .provider-public-page .detail-hero-card__actions .detail-button--ghost,
    .center-detail-page .detail-hero-card__actions .detail-button--ghost {
        display: inline-flex;
    }

    .provider-public-page .detail-hero-card__actions .detail-button,
    .provider-public-page .detail-hero-card__actions .detail-button--primary,
    .provider-public-page .detail-hero-card__actions .detail-button--secondary,
    .provider-public-page .detail-hero-card__actions .detail-button--ghost,
    .center-detail-page .detail-hero-card__actions .detail-button,
    .center-detail-page .detail-hero-card__actions .detail-button--primary,
    .center-detail-page .detail-hero-card__actions .detail-button--secondary,
    .center-detail-page .detail-hero-card__actions .detail-button--ghost {
        min-width: 0;
        width: 100%;
    }

    .service-detail-page .detail-panel--gallery:not(.detail-panel--gallery-expanded) {
        display: none;
    }

    .center-detail-page .detail-main-column,
    .center-detail-page .detail-side-column,
    .provider-public-page .detail-main-column,
    .provider-public-page .detail-side-column {
        display: contents;
    }

    .center-detail-page .center-detail-section--quick-actions {
        order: 1;
    }

    .center-detail-page .center-detail-section--about {
        order: 2;
    }

    .center-detail-page .center-detail-section--services {
        order: 3;
    }

    .center-detail-page .center-detail-section--contact {
        order: 4;
    }

    .center-detail-page .center-detail-section--map {
        order: 5;
    }

    .center-detail-page .center-detail-section--reviews {
        order: 6;
    }

    .center-detail-page .center-detail-section--similar {
        order: 7;
    }

    .center-detail-page .center-detail-section--related-content {
        order: 8;
    }

    .center-detail-page .center-detail-section--faq {
        order: 9;
    }

    .center-detail-page .center-detail-section--claim {
        order: 10;
    }

    .center-detail-page .center-detail-section--links {
        order: 11;
    }

    .center-detail-page .center-detail-section--support {
        order: 12;
    }

    .provider-public-page .provider-public-section--info {
        order: 1;
    }

    .provider-public-page .provider-public-section--about {
        order: 2;
    }

    .provider-public-page .provider-public-section--services {
        order: 3;
    }

    .provider-public-page .provider-public-section--contact {
        order: 4;
    }

    .provider-public-page .provider-public-section--map {
        order: 5;
    }

    .provider-public-page .provider-public-section--reviews {
        order: 6;
    }

    .provider-public-page .provider-public-section--similar {
        order: 7;
    }

    .provider-public-page .provider-public-section--related-content {
        order: 8;
    }

    .provider-public-page .provider-public-section--faq {
        order: 9;
    }

    .provider-public-page .provider-public-section--hours,
    .provider-public-page .provider-public-section--social,
    .provider-public-page .provider-public-section--links {
        order: 10;
    }

    .provider-public-page .provider-public-section--support {
        order: 11;
    }

    .detail-map-frame iframe {
        height: 210px;
    }

    .detail-map-placeholder {
        min-height: 160px;
    }

    .detail-request-form,
    .detail-service-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .center-detail-page__gallery-summary {
        inset-inline-end: 0.8rem;
    }

    .detail-gallery-summary {
        inset-inline-end: 0.8rem;
    }

    .center-detail-page__trust-strip {
        display: flex;
        gap: 0.7rem;
        overflow-x: auto;
        padding-bottom: 0.1rem;
        scrollbar-width: none;
    }

    .center-detail-page__trust-strip::-webkit-scrollbar {
        display: none;
    }

    .center-detail-page__trust-item {
        flex: 0 0 72vw;
        max-width: 280px;
    }

    .center-detail-page__location-summary {
        align-items: stretch;
        flex-direction: column;
    }

    .center-detail-page__map-frame iframe {
        height: 250px;
        min-height: 250px;
    }

    .center-detail-page__map-placeholder {
        min-height: 250px;
    }

    .center-detail-page__guide-list {
        padding-inline-start: 0.9rem;
    }

    .detail-panel--form {
        padding-bottom: calc(32px + env(safe-area-inset-bottom));
    }

    .detail-hours-list li,
    .detail-info-list li,
    .detail-review-card__meta {
        align-items: start;
        grid-template-columns: auto minmax(0, 1fr);
    }

    .detail-hours-list li {
        display: grid;
        justify-content: stretch;
    }

    .detail-link-list a {
        padding: 0.75rem;
    }

    .detail-panel__header--with-action {
        align-items: start;
        flex-direction: column;
    }

    .detail-panel__footer-actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
    }

    .center-detail-page__related-grid--centers,
    .center-detail-page__related-grid--content {
        display: flex;
        gap: 0.8rem;
        overflow-x: auto;
        padding-bottom: 0.1rem;
        scroll-padding-inline: 0.1rem;
        scrollbar-width: none;
    }

    .center-detail-page__related-grid--centers::-webkit-scrollbar,
    .center-detail-page__related-grid--content::-webkit-scrollbar {
        display: none;
    }

    .center-detail-page__related-card,
    .center-detail-page__content-card {
        flex: 0 0 82vw;
        max-width: 320px;
    }

    .detail-mobile-cta {
        align-items: center;
        background: rgba(244, 248, 252, 0.94);
        backdrop-filter: blur(12px);
        border-top: 1px solid rgba(20, 43, 79, 0.08);
        bottom: 0;
        display: grid;
        gap: 0.65rem;
        grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
        left: 0;
        padding: 0.85rem 1rem calc(0.85rem + env(safe-area-inset-bottom));
        position: fixed;
        right: 0;
        z-index: 35;
    }

    .detail-page-shell--sticky.provider-public-page,
    .detail-page-shell--sticky.center-detail-page {
        padding-bottom: calc(8.2rem + env(safe-area-inset-bottom));
    }

    .provider-public-page .detail-mobile-cta,
    .center-detail-page .detail-mobile-cta {
        grid-template-columns: minmax(0, 1fr);
    }

    body:has(.service-detail-page) .ai-chat-widget,
    body:has(.center-detail-page) .ai-chat-widget,
    body:has(.provider-public-page) .ai-chat-widget {
        display: none;
    }
}

.auth-page {
    align-items: start;
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
    margin: 2rem auto;
    max-width: 980px;
    padding: clamp(1.2rem, 4vw, 2rem);
}

.auth-page__intro {
    display: grid;
    gap: 0.7rem;
}

.password-field {
    align-items: stretch;
    display: grid;
    gap: 0.4rem;
    grid-template-columns: minmax(0, 1fr) auto;
}

.password-field input {
    min-width: 0;
}

.password-toggle {
    background: var(--soft);
    border: 1px solid var(--line);
    border-radius: 6px;
    color: var(--brand-blue-dark);
    cursor: pointer;
    font-weight: 800;
    padding: 0.45rem 0.75rem;
}

.field-help {
    color: var(--muted);
    font-size: 0.8rem;
}

.auth-form--wide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.auth-form--wide button,
.auth-form--wide a,
.auth-form .check-row {
    grid-column: 1 / -1;
}

.check-row {
    align-items: center;
    display: flex;
}

.shop-footer {
    align-items: start;
    background: #fff;
    border-top: 1px solid var(--line);
    color: var(--muted);
    display: grid;
    gap: 0.8rem 1.5rem;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 1.4rem clamp(1rem, 4vw, 2rem);
}

.shop-footer__brand {
    display: grid;
    gap: 0.35rem;
}

.shop-footer__links {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 1rem;
}

.shop-footer__links a {
    color: var(--brand-blue-dark);
    font-weight: 800;
    text-decoration: none;
}

.content-page {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    display: grid;
    gap: 0.9rem;
    padding: clamp(1.2rem, 4vw, 2rem);
}

.content-page h1 {
    margin: 0;
}

.content-page__steps,
.content-page__list {
    margin: 0;
    padding-right: 1.15rem;
}

.content-page__steps li,
.content-page__list li {
    margin-bottom: 0.45rem;
}

.faq-list {
    display: grid;
    gap: 0.8rem;
}

.faq-list article {
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 0.9rem;
}

.faq-list h2,
.faq-list p {
    margin: 0;
}

.support-contact-card {
    background:
        linear-gradient(135deg, rgba(243, 248, 252, 0.95), rgba(255, 255, 255, 0.98) 72%);
    border: 1px solid rgba(20, 43, 79, 0.08);
    border-radius: 22px;
    box-shadow: 0 14px 30px rgba(20, 43, 79, 0.06);
    display: grid;
    gap: 0.9rem;
    padding: 1rem 1.1rem;
}

.support-contact-card--compact {
    gap: 0.75rem;
    padding: 0.95rem 1rem;
}

.content-page__support-card,
.assistant-page__support-card,
.reserve-confirmation__support {
    margin-top: 0.35rem;
}

.support-contact-card__copy {
    display: grid;
    gap: 0.35rem;
}

.support-contact-card__title {
    color: #142b4f;
    font-size: 1rem;
    font-weight: 900;
}

.support-contact-card__copy p {
    color: #516b89;
    line-height: 1.85;
    margin: 0;
}

.support-contact-card__actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
    justify-content: space-between;
}

.support-contact-card__phone {
    color: #142b4f;
    display: grid;
    gap: 0.2rem;
    text-decoration: none;
}

.support-contact-card__phone span {
    color: #6a819c;
    font-size: 0.8rem;
    font-weight: 700;
}

.support-contact-card__phone strong {
    font-size: 1.04rem;
    font-weight: 900;
    letter-spacing: 0.03em;
}

.support-contact-card__call {
    align-items: center;
    background: rgba(47, 95, 166, 0.08);
    border: 1px solid rgba(47, 95, 166, 0.14);
    border-radius: 999px;
    color: #23508c;
    display: inline-flex;
    font-size: 0.9rem;
    font-weight: 800;
    justify-content: center;
    min-height: 2.5rem;
    padding: 0 0.95rem;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
    white-space: nowrap;
}

.support-contact-card__call:hover {
    background: rgba(47, 95, 166, 0.12);
    border-color: rgba(47, 95, 166, 0.22);
    transform: translateY(-1px);
}

.article-page {
    display: grid;
    gap: 0;
}

.article-hero {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px 8px 0 0;
    display: grid;
    gap: 0;
    grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
    align-items: start;
    overflow: hidden;
}

.article-hero__intro {
    display: grid;
    gap: 1rem;
    padding: clamp(1.1rem, 3vw, 1.9rem);
}

.article-hero__media {
    min-height: clamp(280px, 30vw, 460px);
}

.article-hero__media img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.article-detail__summary {
    color: var(--brand-blue-dark);
    font-weight: 800;
}

.article-content {
    background: #fff;
    border: 1px solid var(--line);
    border-top: 0;
    border-radius: 0 0 8px 8px;
    display: grid;
    gap: 1rem;
    padding: clamp(1.1rem, 3vw, 1.9rem);
}

.article-content p,
.article-content li,
.article-content blockquote {
    font-size: 1.02rem;
    line-height: 1.95;
    overflow-wrap: anywhere;
    margin: 0;
}

.article-content h2,
.article-content h3,
.article-content h4 {
    margin: 0;
}

.article-content ul,
.article-content ol {
    margin: 0;
    padding-right: 1.25rem;
}

.article-content img {
    border-radius: 8px;
    max-height: 560px;
    object-fit: cover;
    width: 100%;
}

.article-content iframe {
    border: 0;
    border-radius: 8px;
    min-height: 260px;
    width: 100%;
}

.video-embed {
    aspect-ratio: 16 / 9;
    border-radius: 8px;
    overflow: hidden;
}

.video-embed iframe {
    border: 0;
    height: 100%;
    width: 100%;
}

.button-link {
    cursor: pointer;
}

.video-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(min(285px, 100%), 1fr));
}

.video-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    display: grid;
    overflow: hidden;
}

.video-card__image {
    align-items: center;
    aspect-ratio: 16 / 10;
    background-position: center;
    background-size: cover;
    display: grid;
    justify-content: center;
    position: relative;
}

.video-card__image::after {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0), rgba(15, 23, 42, 0.25));
    content: "";
    inset: 0;
    position: absolute;
}

.video-card__play {
    align-items: center;
    backdrop-filter: blur(2px);
    background: rgba(15, 23, 42, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 1.25rem;
    height: 2.8rem;
    justify-content: center;
    position: relative;
    width: 2.8rem;
    z-index: 1;
}

.video-card__body {
    display: grid;
    gap: 0.55rem;
    padding: 1rem;
}

.video-card__body h2,
.video-card__body h3 {
    margin: 0;
}

.video-card__body h2 a,
.video-card__body h3 a {
    color: var(--ink);
    text-decoration: none;
}

.video-card__body p,
.video-card__body small {
    color: var(--muted);
    margin: 0;
}

.video-card__meta {
    margin-top: 0.5rem;
}

.video-card__meta a {
    background: var(--brand-blue);
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    font-weight: 800;
    padding: 0.55rem 0.95rem;
    text-decoration: none;
}

.video-placeholder {
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 8px;
    padding: 1rem;
}

.video-placeholder h2,
.video-placeholder p {
    margin: 0;
}

@media (max-width: 1024px) {
    .services-showcase {
        padding: 2rem 1.5rem 2rem;
    }

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

    .services-showcase-card h3 {
        min-height: 3.5rem;
    }
}

@media (max-width: 1280px) {
    .store-hero {
        grid-template-columns: minmax(580px, 1.12fr) minmax(360px, 0.88fr);
        min-height: 620px;
    }

    .store-hero h1 {
        font-size: clamp(2.5rem, 4vw, 3.5rem);
    }

    .store-hero__visual {
        min-height: 470px;
    }

    .store-hero__visual img {
        left: -1.25rem;
        width: clamp(390px, 37vw, 560px);
    }
}

@media (max-width: 900px) {
    .hero-search,
    .catalog-layout,
    .service-detail-layout,
    .product-detail,
    .detail-grid,
    .auth-page,
    .magazine-band,
    .article-hero,
    .shop-footer,
    .provider-hero-card,
    .service-hero-card {
        grid-template-columns: 1fr;
    }

    .store-hero {
        gap: 1.25rem;
        grid-template-columns: 1fr;
        margin-inline: calc((100% - min(100%, calc(100vw - 40px))) / 2);
        min-height: 0;
        padding: 1.5rem 1.25rem 0;
        width: min(100%, calc(100vw - 40px));
    }

    .store-hero::after {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(238, 245, 253, 0.1));
    }

    .store-hero__content {
        justify-self: stretch;
        max-width: none;
        text-align: right;
    }

    .store-hero h1 {
        font-size: clamp(2.45rem, 8.2vw, 3.55rem);
        line-height: 1.2;
        margin-top: 1.15rem;
        white-space: normal;
    }

    .store-hero p {
        font-size: clamp(1.08rem, 3.1vw, 1.35rem);
    }

    .store-hero__actions {
        align-items: stretch;
    }

    .store-hero__button {
        flex: 1 1 250px;
    }

    .hero-search {
        border-radius: 24px;
        margin-top: 1rem;
    }

    .hero-search__field,
    .hero-search__field--city,
    .hero-search__field--keyword,
    .hero-search__field--advanced {
        grid-column: 1 / -1;
    }

    .hero-quick-links {
        justify-content: flex-start;
        padding-bottom: 0.25rem;
    }

    .store-hero__visual {
        min-height: clamp(300px, 55vw, 430px);
        order: 2;
    }

    .store-hero__visual img {
        bottom: -2.1rem;
        left: 50%;
        transform: translateX(-50%);
        width: min(92vw, 610px);
    }

    .service-detail-sidebar {
        grid-column: auto;
        grid-row: auto;
        align-self: stretch;
        order: 1;
    }

    .service-detail-main {
        grid-column: auto;
        grid-row: auto;
        order: 2;
    }

    .shop-header {
        gap: 0.85rem;
        grid-template-columns: auto minmax(0, 1fr) auto;
        padding: 0.85rem 0.9rem;
        position: static;
    }

    .shop-search {
        grid-column: 1 / -1;
    }

    .hero-search__field--keyword,
    .hero-search__submit {
        grid-column: 1 / -1;
    }

    .filter-panel__grid {
        grid-template-columns: 1fr;
    }

    .catalog-main__toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .result-mode-switch,
    .result-mode-switch a {
        width: 100%;
    }

    .map-mode-switch {
        display: none;
    }

    .map-mobile-trigger {
        display: inline-flex;
        justify-content: center;
        width: 100%;
    }

    .search-map-panel--desktop {
        display: none;
    }

    .brand-mark {
        justify-self: start;
    }

    .brand-mark strong {
        font-size: 1.05rem;
    }

    .mobile-menu-toggle {
        align-items: center;
        border: 1px solid var(--line);
        border-radius: 8px;
        cursor: pointer;
        display: inline-grid;
        gap: 0.23rem;
        justify-content: center;
        padding: 0.6rem 0.55rem;
        background: #fff;
    }

    .mobile-menu-toggle span {
        background: var(--ink);
        border-radius: 999px;
        display: block;
        height: 2px;
        width: 1.1rem;
    }

    .account-nav--desktop,
    .category-nav--desktop {
        display: none;
    }

    .mobile-menu-backdrop {
        background: rgba(15, 23, 42, 0.35);
        border: 0;
        inset: 0;
        position: fixed;
        z-index: 49;
    }

    .mobile-menu-panel {
        background: #fff;
        border-left: 1px solid var(--line);
        bottom: 0;
        max-width: min(88vw, 360px);
        overflow-y: auto;
        padding: 1rem;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 50;
    }

    .mobile-menu-panel[hidden],
    .mobile-menu-backdrop[hidden] {
        display: none !important;
    }

    .mobile-menu-panel__header {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin-bottom: 1rem;
    }

    .mobile-menu-close {
        background: var(--soft);
        border: 1px solid var(--line);
        border-radius: 999px;
        color: var(--ink);
        cursor: pointer;
        font-size: 0.88rem;
        font-weight: 800;
        padding: 0.38rem 0.7rem;
    }

    .mobile-menu-group {
        border-top: 1px solid var(--line);
        display: grid;
        gap: 0.35rem;
        padding-top: 0.9rem;
    }

    .mobile-menu-group + .mobile-menu-group {
        margin-top: 0.9rem;
    }

    .mobile-menu-group a,
    .mobile-menu-group button {
        background: #fff;
        border: 1px solid var(--line);
        border-radius: 8px;
        color: var(--ink);
        display: block;
        font-weight: 800;
        padding: 0.7rem 0.85rem;
        text-decoration: none;
        width: 100%;
    }

    .mobile-menu-group form {
        margin: 0;
    }

    .mobile-menu-group button {
        cursor: pointer;
        text-align: right;
    }

    .mobile-menu-group .account-menu {
        display: grid;
        gap: 0.35rem;
        position: static;
    }

    .mobile-menu-group .account-menu__summary {
        align-items: center;
        background: #fff;
        border: 1px solid var(--line);
        border-radius: 14px;
        color: var(--ink);
        display: flex;
        max-width: none;
        min-height: 46px;
        padding: 0.7rem 0.85rem;
    }

    .mobile-menu-group .account-menu__panel {
        border-radius: 16px;
        box-shadow: none;
        left: auto;
        min-width: 0;
        margin-top: 0.2rem;
        padding: 0.35rem;
        position: static;
        top: auto;
    }

    .mobile-menu-group__title {
        color: #6a7d98;
        display: block;
        font-size: 0.8rem;
        font-weight: 900;
        padding-bottom: 0.1rem;
    }

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

    .shop-footer__links {
        justify-content: start;
    }

    .product-detail__image {
        min-height: 300px;
    }

    .article-hero__media {
        min-height: 280px;
    }

    .article-hero__media img {
        height: auto;
        min-height: 280px;
    }
}

@media (max-width: 768px) {
    .services-showcase {
        border-radius: 24px;
        margin: 1.8rem auto 2.5rem;
        padding: 1.5rem 0 1.55rem;
    }

    .services-showcase__background {
        opacity: 0.2;
    }

    .services-showcase__decor--paw,
    .services-showcase__decor--dots {
        opacity: 0.35;
        transform: scale(0.8);
    }

    .services-showcase__header {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.9rem;
        padding-inline: 1rem;
    }

    .services-showcase__heading {
        align-items: flex-start;
        gap: 0.75rem;
    }

    .services-showcase__icon {
        height: 2.8rem;
        width: 2.8rem;
    }

    .services-showcase__icon svg {
        height: 1.45rem;
        width: 1.45rem;
    }

    .services-showcase h2 {
        font-size: clamp(1.5rem, 6.8vw, 1.75rem);
    }

    .services-showcase__heading p {
        font-size: 0.9rem;
        margin-top: 0.2rem;
    }

    .services-showcase__all {
        font-size: 0.9rem;
        min-height: 2.55rem;
        padding-inline: 1rem;
    }

    .services-showcase__grid {
        display: flex;
        gap: 0.9rem;
        margin-top: 1.35rem;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        padding: 0 1rem 0.55rem;
        scroll-padding-inline: 1rem;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .services-showcase__grid::-webkit-scrollbar {
        display: none;
    }

    .services-showcase-card {
        flex: 0 0 84vw;
        max-width: 340px;
        scroll-snap-align: start;
    }

    .services-showcase-card__body {
        padding: 1rem;
    }

    .services-showcase-card h3 {
        font-size: clamp(1.05rem, 4.8vw, 1.18rem);
        min-height: 0;
    }

    .services-showcase-card__body p {
        font-size: 0.88rem;
    }

    .services-showcase-card__footer {
        gap: 0.6rem;
    }

    .services-showcase-card__footer a {
        border-radius: 12px;
        font-size: 0.9rem;
        min-height: 2.65rem;
        padding-inline: 0.9rem;
    }

    .services-showcase-card__footer small {
        font-size: 0.82rem;
    }

    .services-showcase__chips {
        flex-wrap: nowrap;
        gap: 0.5rem;
        justify-content: flex-start;
        margin-top: 1.25rem;
        overflow-x: auto;
        padding: 0.05rem 1rem 0.4rem;
        scrollbar-width: none;
    }

    .services-showcase__chips::-webkit-scrollbar {
        display: none;
    }

    .services-showcase__chip {
        flex: 0 0 auto;
        font-size: 0.88rem;
        min-height: 2.55rem;
        padding-inline: 0.95rem;
        white-space: nowrap;
    }

    .store-hero {
        display: flex;
        flex-direction: column;
        gap: 0;
        margin-top: 0;
        padding: 1.1rem 1rem 1.35rem;
    }

    .store-hero::after {
        background:
            radial-gradient(circle at 48% 34%, rgba(255, 255, 255, 0.72), transparent 34%),
            linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(238, 245, 253, 0.08));
    }

    .store-hero__content {
        display: contents;
    }

    .store-hero h1 {
        font-size: clamp(2rem, 8.4vw, 2.75rem);
        letter-spacing: -0.035em;
        line-height: 1.16;
        margin: 0;
        order: 1;
        text-align: right;
        white-space: normal;
        width: 100%;
    }

    .store-hero p {
        font-size: clamp(0.95rem, 3.9vw, 1.05rem);
        line-height: 1.75;
        margin-top: 0.55rem;
        order: 2;
        text-align: right;
        width: 100%;
    }

    .store-hero__actions {
        display: contents;
    }

    .store-hero__button {
        border-radius: 14px;
        flex: 0 0 auto;
        font-size: 1rem;
        min-height: 3.15rem;
        padding-inline: 1.15rem;
    }

    .store-hero__button--primary {
        margin-top: 0.75rem;
        order: 3;
        width: 100%;
    }

    .store-hero__button--secondary {
        align-self: center;
        background: rgba(255, 255, 255, 0.75);
        box-shadow: none;
        font-size: 0.92rem;
        margin-top: 0.9rem;
        min-height: 2.75rem;
        order: 7;
        padding-inline: 1rem;
        width: auto;
    }

    .hero-search {
        border-radius: 21px;
        gap: 0.65rem;
        margin-top: 0.9rem;
        order: 4;
        padding: 1rem;
        width: 100%;
    }

    .hero-search .hero-search__label {
        font-size: 0.9rem;
        margin-bottom: 0.05rem;
    }

    .hero-search select,
    .hero-search input {
        border-radius: 14px;
        font-size: 0.95rem;
        height: 3.1rem;
        padding-inline-end: 2.75rem;
    }

    .hero-search .hero-search__advanced-toggle {
        display: block;
        height: 1px;
        opacity: 0;
        position: absolute;
        width: 1px;
    }

    .hero-search .hero-search__advanced-trigger {
        align-items: center;
        background: #fff8f1;
        border: 1px solid rgba(255, 138, 30, 0.28);
        border-radius: 14px;
        color: var(--hero-orange);
        cursor: pointer;
        display: inline-flex;
        font-size: 0.92rem;
        font-weight: 900;
        gap: 0.35rem;
        grid-column: 1 / -1;
        justify-content: center;
        min-height: 2.8rem;
    }

    .hero-search__advanced-trigger svg {
        fill: currentColor;
        height: 1.05rem;
        transition: transform 0.18s ease;
        width: 1.05rem;
    }

    .hero-search__advanced {
        display: none;
        gap: 0.65rem;
        grid-column: 1 / -1;
        grid-template-columns: 1fr;
    }

    .hero-search__advanced-toggle:checked + .hero-search__advanced-trigger + .hero-search__advanced {
        display: grid;
    }

    .hero-search__advanced-toggle:checked + .hero-search__advanced-trigger svg {
        transform: rotate(180deg);
    }

    .hero-search__submit button {
        border-radius: 14px;
        font-size: 1.2rem;
        height: 3.35rem;
        min-height: 3.35rem;
    }

    .hero-quick-links {
        flex-wrap: nowrap;
        gap: 0.5rem;
        margin-inline: -1rem;
        margin-top: 0.85rem;
        order: 5;
        overflow-x: auto;
        padding: 0.15rem 1rem 0.55rem;
        scrollbar-width: none;
        width: calc(100% + 2rem);
    }

    .hero-quick-links::-webkit-scrollbar {
        display: none;
    }

    .hero-quick-links__label {
        flex: 0 0 auto;
        font-size: 0.85rem;
        margin-inline-end: 0;
        white-space: nowrap;
    }

    .hero-quick-links a {
        flex: 0 0 auto;
        font-size: 0.84rem;
        padding: 0.48rem 0.75rem;
        white-space: nowrap;
        width: auto;
    }

    .store-hero__visual {
        margin-top: 0.8rem;
        min-height: 0;
        order: 6;
        width: 100%;
    }

    .store-hero__visual img {
        bottom: auto;
        left: auto;
        margin-inline: auto;
        max-width: min(72vw, 300px);
        position: static;
        transform: none;
        width: 100%;
    }

    .service-detail-layout {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .service-detail-main,
    .service-detail-sidebar {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        max-width: 100%;
        min-width: 0;
        width: 100%;
    }

    .service-detail-main {
        order: 2;
    }

    .service-detail-sidebar {
        align-self: stretch;
        order: 1;
    }

    .service-hero-card {
        gap: 0;
        overflow: hidden;
    }

    .service-hero-card__media {
        min-width: 0;
        width: 100%;
    }

    .service-hero-card__content {
        min-width: 0;
        padding: 1rem;
    }

    .service-hero-card .action-row {
        align-items: stretch;
    }

    .service-hero-card .action-row a,
    .service-detail-sidebar .action-row a {
        width: 100%;
    }

    .service-detail-card {
        max-width: 100%;
        width: 100%;
    }

    .service-detail-page .provider-slider__track {
        display: flex;
        gap: 0.6rem;
        grid-auto-columns: initial;
        grid-auto-flow: initial;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        padding-bottom: 0.25rem;
        scroll-snap-type: x mandatory;
    }

    .service-detail-page .provider-slider__slide {
        flex: 0 0 82%;
        max-width: 82%;
        scroll-snap-align: start;
    }

    .service-detail-page .provider-slider__slide img {
        aspect-ratio: 4 / 3;
        height: auto;
        max-width: 100%;
        object-fit: cover;
        width: 100%;
    }

    .service-detail-page .working-hours-list li {
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 0.4rem 0.7rem;
        padding: 0.55rem 0.65rem;
    }

    .service-detail-layout .provider-map-frame iframe {
        height: 240px;
        max-width: 100%;
    }

    .photo-swipe-hero-gallery__main-button,
    .photo-swipe-hero-gallery__main-button img {
        aspect-ratio: 4 / 3;
    }
}

@media (min-width: 901px) {
    .mobile-map-overlay {
        display: none;
    }
}

@media (max-width: 560px) {
    main {
        padding-inline: 0.8rem;
    }

    .category-nav {
        padding: 0 0.8rem;
    }

    .category-nav a {
        padding: 0.75rem 0.7rem;
    }

    .quick-categories,
    .booking-form,
    .auth-form--wide {
        grid-template-columns: 1fr;
    }

    .auth-form button,
    .auth-form a {
        width: 100%;
    }

    .listing-header {
        align-items: start;
        flex-direction: column;
        gap: 0.55rem;
    }

    .listing-header h1 {
        font-size: clamp(1.65rem, 7vw, 2.1rem);
        line-height: 1.35;
    }

    .store-hero {
        min-height: auto;
        margin-inline: calc((100% - min(100%, calc(100vw - 32px))) / 2);
        padding: 1rem 0.95rem 1.25rem;
        width: min(100%, calc(100vw - 32px));
    }

    .store-hero .deal-badge {
        font-size: 0.98rem;
        padding: 0.65rem 1rem;
    }

    .store-hero h1 {
        font-size: clamp(2rem, 8.4vw, 2.55rem);
        letter-spacing: -0.04em;
        white-space: normal;
    }

    .store-hero p br {
        display: none;
    }

    .store-hero__button {
        min-height: 3.15rem;
        padding-inline: 1rem;
    }

    .hero-search {
        border-radius: 22px;
        padding: 1rem;
    }

    .hero-search select,
    .hero-search input,
    .hero-search__submit button {
        height: 3.1rem;
        min-height: 3.1rem;
    }

    .hero-search__submit button {
        font-size: 1.18rem;
    }

    .hero-search__submit {
        display: block;
    }

    .hero-search__submit button {
        min-width: 100%;
    }

    .hero-quick-links a {
        width: auto;
        justify-content: center;
    }

    .hero-quick-links__label {
        flex-basis: auto;
    }

    .store-hero__visual {
        min-height: 0;
    }

    .store-hero__visual img {
        max-width: min(72vw, 292px);
        width: 100%;
    }

    .password-field {
        grid-template-columns: 1fr;
    }

    .service-card__meta {
        align-items: stretch;
        flex-direction: column;
        gap: 0.65rem;
    }

    .service-card__meta a {
        text-align: center;
    }

    .reserve-page {
        grid-template-columns: 1fr;
    }

    .reserve-summary-card {
        order: -1;
        position: static;
    }

    .reserve-more__grid {
        grid-template-columns: 1fr;
    }

    .article-card h2 {
        font-size: 1.28rem;
    }

    .article-card__footer {
        align-items: stretch;
        flex-direction: column;
    }

    .article-card__cta {
        text-align: center;
    }

    .provider-slider__track {
        grid-auto-columns: 78%;
    }

    .action-row a,
    .action-row button {
        width: 100%;
    }
}

/* Final unified homepage overrides: keep these after legacy homepage rules. */
.quick-categories {
    background: transparent;
    display: block;
    margin: clamp(1.75rem, 2.8vw, 2.5rem) auto clamp(2.75rem, 4vw, 3.5rem);
    max-width: 1440px;
}

.quick-categories__header,
.content-strip__header {
    align-items: end;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1.2rem;
}

.quick-categories__header h2,
.content-strip__header h2,
.provider-guide h2 {
    color: #142b4f;
    font-size: clamp(1.45rem, 2vw, 2rem);
    font-weight: 950;
    letter-spacing: -0.03em;
    line-height: 1.25;
    margin: 0;
}

.quick-categories__header p,
.content-strip__header p,
.provider-guide p {
    color: #5b6b82;
    font-weight: 650;
    line-height: 1.8;
    margin: 0.25rem 0 0;
}

.quick-categories__header > span {
    align-items: center;
    background: #fff1e5;
    border-radius: 999px;
    color: #ff8a1e;
    display: inline-flex;
    flex: 0 0 auto;
    height: 2.4rem;
    justify-content: center;
    width: 2.4rem;
}

.quick-categories__grid {
    display: grid;
    gap: 0.9rem;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.quick-categories__grid a {
    align-items: center;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(20, 43, 79, 0.08);
    border-radius: 20px;
    box-shadow: 0 10px 24px rgba(20, 43, 79, 0.05);
    color: #142b4f;
    display: grid;
    gap: 0.8rem;
    justify-items: center;
    min-height: 118px;
    overflow: visible;
    padding: 1.1rem 0.9rem;
    text-align: center;
    text-decoration: none;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.quick-categories__grid a:hover {
    border-color: rgba(0, 103, 177, 0.18);
    box-shadow: 0 16px 30px rgba(20, 43, 79, 0.08);
    transform: translateY(-2px);
}

.quick-categories__icon {
    align-items: center;
    background: linear-gradient(135deg, #eef6ff, #fff8f1);
    border: 1px solid rgba(0, 103, 177, 0.08);
    border-radius: 18px;
    color: #0067b1;
    display: inline-flex;
    font-size: 1.15rem;
    font-weight: 950;
    height: 3.2rem;
    justify-content: center;
    line-height: 1;
    width: 3.2rem;
}

.quick-categories__grid strong {
    font-size: clamp(0.92rem, 1vw, 1.02rem);
    font-weight: 900;
}

.quick-categories .quick-categories__all,
.content-strip__header a {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(0, 103, 177, 0.18);
    border-radius: 999px;
    color: #0067b1;
    display: inline-flex;
    flex: 0 0 auto;
    font-weight: 900;
    gap: 0.4rem;
    padding: 0.62rem 1.05rem;
    text-decoration: none;
}

.quick-categories .quick-categories__all {
    box-shadow: none;
    justify-content: center;
    margin-top: 1rem;
    min-height: 0;
    overflow: visible;
    padding: 0.62rem 1.05rem;
    padding-bottom: 0.62rem;
    text-align: start;
    width: auto;
}

.services-showcase--sparse .services-showcase__grid {
    grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 340px));
    justify-content: center;
}

.provider-guide {
    align-items: center;
    background:
        radial-gradient(circle at 12% 35%, rgba(255, 138, 30, 0.14), transparent 24%),
        linear-gradient(135deg, #fff8f1 0%, #fffdf9 55%, #f3f9ff 100%);
    border: 1px solid rgba(255, 138, 30, 0.12);
    border-radius: 28px;
    box-shadow: 0 16px 38px rgba(20, 43, 79, 0.055);
    display: grid;
    gap: 1.3rem;
    grid-template-columns: minmax(260px, 0.85fr) minmax(360px, 1.1fr) 150px;
    margin: clamp(2.5rem, 4vw, 4rem) auto;
    overflow: hidden;
    padding: clamp(1.45rem, 2.4vw, 2rem);
    position: relative;
}

.provider-guide::before {
    background-image: radial-gradient(rgba(255, 138, 30, 0.28) 1.5px, transparent 1.5px);
    background-size: 13px 13px;
    content: "";
    height: 76px;
    left: 1.4rem;
    opacity: 0.6;
    position: absolute;
    top: 1.4rem;
    width: 88px;
}

.provider-guide__copy,
.provider-guide__items,
.provider-guide__illustration {
    position: relative;
    z-index: 1;
}

.provider-guide__copy > span,
.content-strip__header span,
.video-card__body > span {
    color: #0067b1;
    font-size: 0.9rem;
    font-weight: 950;
}

.provider-guide__copy a {
    align-items: center;
    background: #0067b1;
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(0, 103, 177, 0.16);
    color: #fff;
    display: inline-flex;
    font-weight: 900;
    gap: 0.4rem;
    margin-top: 1rem;
    padding: 0.72rem 1.2rem;
    text-decoration: none;
}

.provider-guide__items {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.provider-guide__items span {
    align-items: center;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(20, 43, 79, 0.07);
    border-radius: 18px;
    color: #142b4f;
    display: flex;
    font-weight: 800;
    gap: 0.65rem;
    padding: 0.8rem 0.9rem;
}

.provider-guide__items strong {
    align-items: center;
    background: #fff1e5;
    border-radius: 999px;
    color: #ff7a00;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 0.76rem;
    height: 2.3rem;
    justify-content: center;
    width: 2.3rem;
}

.provider-guide__illustration {
    align-items: center;
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(20, 43, 79, 0.06);
    border-radius: 24px;
    display: grid;
    gap: 0.65rem;
    justify-content: center;
    min-height: 150px;
}

.provider-guide__illustration span {
    align-items: center;
    background: #f3f9ff;
    border-radius: 999px;
    color: #0067b1;
    display: inline-flex;
    font-size: 1.05rem;
    font-weight: 950;
    height: 2.6rem;
    justify-content: center;
    width: 2.6rem;
}

.content-strip {
    margin: clamp(2.5rem, 4vw, 4rem) auto;
}

.article-grid--home,
.video-grid--home {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.article-card--home,
.video-card {
    border-color: rgba(20, 43, 79, 0.07);
    border-radius: 22px;
    box-shadow: 0 12px 28px rgba(20, 43, 79, 0.055);
}

.article-card--home .article-card__image,
.video-card__media {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    position: relative;
}

.article-card--home .article-card__body,
.video-card__body {
    gap: 0.55rem;
    padding: 1rem 1.05rem 1.1rem;
}

.article-card--home h2,
.video-card__body h2 {
    color: #142b4f;
    font-size: clamp(1.05rem, 1.22vw, 1.22rem);
    font-weight: 950;
    line-height: 1.55;
    margin: 0;
}

.article-card--home p,
.video-card__body p {
    color: #5b6b82;
    display: -webkit-box;
    font-size: 0.94rem;
    line-height: 1.8;
    margin: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.article-card--home .article-card__cta,
.video-card__body a {
    background: transparent;
    border-radius: 0;
    color: #0067b1;
    font-weight: 900;
    padding: 0;
    text-decoration: none;
}

.video-card {
    display: flex;
    flex-direction: column;
}

.video-card__media {
    align-items: center;
    display: grid;
    justify-content: center;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

.article-card--home .article-card__image img,
.video-card__media img {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.video-card__media::after {
    background: linear-gradient(180deg, rgba(20, 43, 79, 0.02), rgba(20, 43, 79, 0.34));
    content: "";
    inset: 0;
    position: absolute;
}

.video-card__play {
    background: rgba(255, 255, 255, 0.92);
    border: 0;
    box-shadow: 0 10px 24px rgba(20, 43, 79, 0.2);
    color: #ff7a00;
    height: 3.2rem;
    position: relative;
    width: 3.2rem;
    z-index: 1;
}

.video-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.video-card__body a {
    align-self: flex-start;
    margin-top: auto;
}

.shop-footer {
    background:
        radial-gradient(circle at 12% 15%, rgba(255, 138, 30, 0.1), transparent 22%),
        linear-gradient(180deg, #ffffff 0%, #fffdf9 100%);
    border-top: 1px solid rgba(20, 43, 79, 0.08);
    color: #5b6b82;
    display: block;
    padding: clamp(2.2rem, 4vw, 3.4rem) clamp(1rem, 4vw, 3rem) 1.4rem;
}

.shop-footer__inner {
    display: grid;
    gap: clamp(1.5rem, 3vw, 2.5rem);
    grid-template-columns: minmax(250px, 1.05fr) minmax(360px, 1.25fr) minmax(270px, 0.9fr);
    margin: 0 auto;
    max-width: 1440px;
}

.shop-footer__brand strong {
    color: #0067b1;
    font-size: 1.65rem;
    font-weight: 950;
}

.shop-footer__brand span {
    line-height: 1.85;
}

.shop-footer__social,
.shop-footer__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 0.8rem;
}

.shop-footer__social span {
    align-items: center;
    background: #f3f9ff;
    border-radius: 999px;
    color: #0067b1;
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 950;
    height: 2.2rem;
    justify-content: center;
    width: 2.2rem;
}

.shop-footer__badges span {
    background: #142b4f;
    border-radius: 12px;
    color: #fff;
    font-size: 0.82rem;
    font-weight: 850;
    padding: 0.5rem 0.75rem;
}

.shop-footer__links {
    align-items: start;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.shop-footer__links div,
.shop-footer__newsletter {
    display: grid;
    gap: 0.48rem;
}

.shop-footer h2 {
    color: #142b4f;
    font-size: 1rem;
    font-weight: 950;
    margin: 0 0 0.25rem;
}

.shop-footer__links a {
    color: #5b6b82;
    font-weight: 700;
}

.shop-footer__newsletter p {
    line-height: 1.8;
    margin: 0;
}

.shop-footer__newsletter form {
    background: #fff;
    border: 1px solid rgba(20, 43, 79, 0.08);
    border-radius: 16px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-top: 0.45rem;
    overflow: hidden;
}

.shop-footer__newsletter input,
.shop-footer__newsletter button {
    border: 0;
    min-height: 3.1rem;
}

.shop-footer__newsletter input {
    min-width: 0;
    padding: 0 0.95rem;
}

.shop-footer__newsletter button {
    background: #ff8a1e;
    color: #fff;
    cursor: pointer;
    font-weight: 950;
    padding-inline: 1.1rem;
}

.shop-footer__copy {
    border-top: 1px solid rgba(20, 43, 79, 0.07);
    display: block;
    margin: 2rem auto 0;
    max-width: 1440px;
    padding-top: 1rem;
}

@media (max-width: 1024px) {
    .quick-categories__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .provider-guide,
    .shop-footer__inner {
        grid-template-columns: 1fr;
    }

    .provider-guide__illustration {
        display: none;
    }

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

@media (max-width: 768px) {
    .quick-categories {
        margin: 2rem auto 2.3rem;
    }

    .quick-categories__header,
    .content-strip__header {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.8rem;
    }

    .quick-categories__header > span {
        display: none;
    }

    .quick-categories__grid,
    .article-grid--home,
    .video-grid--home {
        display: flex;
        gap: 0.8rem;
        margin-inline: -1rem;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        padding: 0.1rem 1rem 0.55rem;
        scroll-padding-inline: 1rem;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .quick-categories__grid::-webkit-scrollbar,
    .article-grid--home::-webkit-scrollbar,
    .video-grid--home::-webkit-scrollbar {
        display: none;
    }

    .quick-categories__grid a {
        flex: 0 0 140px;
        min-height: 108px;
        scroll-snap-align: start;
    }

    .provider-guide {
        border-radius: 22px;
        margin: 2.25rem auto;
        padding: 1.25rem;
    }

    .provider-guide__items {
        display: flex;
        gap: 0.65rem;
        margin-inline: -0.35rem;
        overflow-x: auto;
        padding: 0.1rem 0.35rem 0.45rem;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .provider-guide__items::-webkit-scrollbar {
        display: none;
    }

    .provider-guide__items span {
        flex: 0 0 210px;
        padding: 0.7rem 0.8rem;
        scroll-snap-align: start;
    }

    .content-strip {
        margin: 2.25rem auto;
    }

    .article-card--home,
    .video-card {
        flex: 0 0 84vw;
        max-width: 340px;
        scroll-snap-align: start;
    }

    .shop-footer {
        padding-inline: 1rem;
    }

    .shop-footer__links,
    .shop-footer__newsletter form {
        grid-template-columns: 1fr;
    }
}

/* Deployment polish for responsive homepage layout. */
.services-showcase__sparse-note {
    display: none;
}

.services-showcase--sparse {
    align-items: center;
    display: grid;
    gap: clamp(1rem, 1.9vw, 1.5rem);
    grid-template-columns: minmax(320px, 0.75fr) minmax(0, 1fr);
    max-width: 1180px;
    padding: clamp(1.7rem, 2.4vw, 2.2rem);
}

.services-showcase--sparse .services-showcase__header {
    align-items: flex-start;
    align-self: stretch;
    flex-direction: column;
    gap: 0.9rem;
    justify-content: center;
}

.services-showcase--sparse .services-showcase__heading {
    align-items: flex-start;
}

.services-showcase--sparse .services-showcase__sparse-note {
    color: #5b6b82;
    display: block;
    font-size: 0.94rem;
    font-weight: 650;
    line-height: 1.78;
    margin-top: 0.45rem;
    max-width: 390px;
}

.services-showcase--sparse .services-showcase__grid {
    gap: 0.85rem;
    grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
    justify-self: stretch;
    margin-top: 0;
    max-width: 620px;
}

.services-showcase--sparse .services-showcase-card h3 {
    min-height: 3.35rem;
}

.services-showcase--sparse .services-showcase__chips {
    grid-column: 1 / -1;
    margin-top: 0.85rem;
}

.quick-categories__grid a {
    outline: none;
}

.quick-categories__grid a:hover,
.quick-categories__grid a:focus-visible {
    border-color: rgba(0, 103, 177, 0.28);
    box-shadow: 0 18px 34px rgba(20, 43, 79, 0.1);
    transform: translateY(-3px);
}

.quick-categories__grid a:hover .quick-categories__icon,
.quick-categories__grid a:focus-visible .quick-categories__icon {
    background: linear-gradient(135deg, #f3f9ff, #fff1e5);
    border-color: rgba(0, 103, 177, 0.18);
    color: #005ea8;
    transform: scale(1.04);
}

.quick-categories__icon {
    box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.55);
    font-size: 1.25rem;
    transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.content-strip__header a:hover,
.quick-categories .quick-categories__all:hover,
.content-strip__header a:focus-visible,
.quick-categories .quick-categories__all:focus-visible {
    background: #f3f9ff;
    border-color: rgba(0, 103, 177, 0.32);
}

.shop-footer__links-mobile {
    display: none;
}

@media (max-width: 1024px) {
    .services-showcase--sparse {
        display: block;
        max-width: 920px;
    }

    .services-showcase--sparse .services-showcase__header {
        align-items: center;
        text-align: center;
    }

    .services-showcase--sparse .services-showcase__heading {
        align-items: center;
    }

    .services-showcase--sparse .services-showcase__sparse-note {
        margin-inline: auto;
    }

    .services-showcase--sparse .services-showcase__grid {
        margin-inline: auto;
        margin-top: 1.45rem;
    }
}

@media (max-width: 768px) {
    .services-showcase,
    .services-showcase--sparse {
        display: block;
        margin: 1.8rem auto 2.25rem;
        max-width: 100%;
        padding: 1.35rem 0 1.45rem;
    }

    .services-showcase--sparse .services-showcase__header {
        align-items: flex-start;
        padding-inline: 1rem;
        text-align: right;
    }

    .services-showcase--sparse .services-showcase__heading {
        align-items: flex-start;
    }

    .services-showcase--sparse .services-showcase__sparse-note {
        font-size: 0.88rem;
        line-height: 1.75;
        margin-inline: 0;
        max-width: none;
    }

    .services-showcase__grid,
    .services-showcase--sparse .services-showcase__grid {
        display: flex;
        gap: 0.9rem;
        justify-content: flex-start;
        margin-top: 1.25rem;
        max-width: none;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        padding: 0 1rem 0.6rem;
        scroll-padding-inline: 1rem;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .services-showcase__grid::-webkit-scrollbar {
        display: none;
    }

    .services-showcase-card,
    .services-showcase--sparse .services-showcase-card {
        flex: 0 0 min(86vw, 350px);
        max-width: 350px;
        scroll-snap-align: start;
    }

    .services-showcase-card__footer {
        align-items: stretch;
        flex-direction: column;
    }

    .services-showcase-card__footer a {
        width: 100%;
    }

    .quick-categories {
        margin-bottom: 2rem;
        overflow: hidden;
    }

    .quick-categories__grid,
    .article-grid--home,
    .video-grid--home {
        gap: 0.85rem;
        margin-inline: -0.8rem;
        padding-inline: 0.8rem;
        scroll-padding-inline: 0.8rem;
    }

    .quick-categories__grid a {
        flex-basis: 148px;
        min-height: 112px;
    }

    .quick-categories__icon {
        height: 3.35rem;
        width: 3.35rem;
    }

    .article-card--home,
    .video-card {
        flex-basis: min(86vw, 360px);
        max-width: 360px;
    }

    .content-strip__header {
        margin-bottom: 1rem;
    }

    .shop-footer {
        padding: 1.65rem 1rem 1.1rem;
    }

    .shop-footer__inner {
        gap: 1.1rem;
    }

    .shop-footer__brand {
        gap: 0.25rem;
    }

    .shop-footer__brand strong {
        font-size: 1.45rem;
    }

    .shop-footer__brand span,
    .shop-footer__newsletter p {
        font-size: 0.9rem;
        line-height: 1.75;
    }

    .shop-footer__links--desktop {
        display: none;
    }

    .shop-footer__links-mobile {
        display: grid;
        gap: 0.55rem;
    }

    .shop-footer__links-mobile details {
        background: rgba(255, 255, 255, 0.72);
        border: 1px solid rgba(20, 43, 79, 0.08);
        border-radius: 16px;
        overflow: hidden;
    }

    .shop-footer__links-mobile summary {
        color: #142b4f;
        cursor: pointer;
        font-weight: 950;
        list-style: none;
        padding: 0.85rem 1rem;
    }

    .shop-footer__links-mobile summary::-webkit-details-marker {
        display: none;
    }

    .shop-footer__links-mobile summary::after {
        color: #0067b1;
        content: "+";
        float: left;
        font-weight: 950;
    }

    .shop-footer__links-mobile details[open] summary::after {
        content: "-";
    }

    .shop-footer__links-mobile a {
        border-top: 1px solid rgba(20, 43, 79, 0.06);
        color: #5b6b82;
        display: block;
        font-size: 0.92rem;
        font-weight: 750;
        padding: 0.68rem 1rem;
        text-decoration: none;
    }

    .shop-footer__social,
    .shop-footer__badges {
        margin-top: 0.55rem;
    }

    .shop-footer__copy {
        margin-top: 1.15rem;
    }
}

@media (max-width: 420px) {
    .services-showcase-card,
    .services-showcase--sparse .services-showcase-card {
        flex-basis: 84vw;
    }

    .quick-categories__grid a {
        flex-basis: 136px;
    }
}

/* Final production polish. */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    max-width: 100%;
    overflow-x: clip;
}

button,
a,
input,
select,
textarea,
.hero-search,
.hero-quick-links,
.quick-categories,
.services-showcase,
.provider-guide,
.content-strip,
.shop-footer,
.services-showcase-card,
.article-card,
.video-card {
    min-width: 0;
}

.shop-header {
    background: #fff;
    border-bottom: 1px solid var(--line);
    display: block;
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 10;
}

.shop-header__inner {
    align-items: center;
    display: grid;
    gap: 1.2rem;
    grid-template-columns: auto minmax(280px, 1fr) auto;
    margin-inline: auto;
    max-width: 1440px;
    padding: 1rem 2rem;
    width: 100%;
}

.category-nav {
    background: #fff;
    border-bottom: 1px solid var(--line);
    display: block;
    overflow: hidden;
    padding: 0;
}

.category-nav__inner {
    display: flex;
    gap: 0.45rem;
    margin-inline: auto;
    max-width: 1440px;
    overflow-x: auto;
    padding-inline: 2rem;
    scrollbar-width: none;
}

.category-nav__inner::-webkit-scrollbar {
    display: none;
}

.category-nav__inner a {
    flex: 0 0 auto;
}

main .shop-header,
main .category-nav,
main .shop-search,
.shop-footer .shop-header,
.shop-footer .category-nav,
.shop-footer .shop-search {
    display: none !important;
}

.quick-categories__grid a:nth-child(even) .quick-categories__icon {
    background: #fff1e5;
    border-color: rgba(255, 138, 30, 0.16);
    color: #ff8a1e;
}

.quick-categories__icon {
    background: #f3f9ff;
    border-color: rgba(0, 103, 177, 0.12);
    border-radius: 16px;
    box-shadow: 0 8px 18px rgba(20, 43, 79, 0.06), inset 0 0 0 4px rgba(255, 255, 255, 0.58);
    height: 3rem;
    width: 3rem;
}

.quick-categories__icon svg {
    fill: none;
    height: 1.55rem;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 1.55rem;
}

.quick-categories__grid a:hover .quick-categories__icon,
.quick-categories__grid a:focus-visible .quick-categories__icon {
    box-shadow: 0 10px 22px rgba(0, 103, 177, 0.12), inset 0 0 0 4px rgba(255, 255, 255, 0.68);
}

.quick-categories__grid a:nth-child(even):hover .quick-categories__icon,
.quick-categories__grid a:nth-child(even):focus-visible .quick-categories__icon {
    border-color: rgba(255, 138, 30, 0.28);
    color: #ff7a00;
}

.services-showcase-card__footer {
    display: grid;
    gap: 0.55rem;
    grid-template-columns: 1fr;
    min-width: 0;
    width: 100%;
}

.services-showcase-card__footer small {
    font-size: 0.82rem;
    line-height: 1.5;
    min-width: 0;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.services-showcase-card__footer a {
    align-items: center;
    display: inline-flex;
    gap: 0.4rem;
    justify-content: center;
    min-height: 2.6rem;
    min-width: 0;
    padding-inline: 0.9rem;
    white-space: nowrap;
    width: 100%;
}

@media (max-width: 900px) {
    .shop-header__inner {
        gap: 0.85rem;
        grid-template-columns: auto minmax(0, 1fr) auto;
        padding: 0.65rem 1rem;
    }

    .shop-header {
        padding: 0;
    }

    .brand-mark__logo {
        height: 3.15rem;
        width: 3.15rem;
    }

    .category-nav__inner {
        padding-inline: 1rem;
    }

    .category-nav--desktop {
        display: none;
    }

    body:has(.store-hero) .shop-header .shop-search {
        display: none;
    }
}

@media (max-width: 768px) {
    .store-hero {
        padding: 0.75rem 0.9rem 0.9rem;
    }

    .store-hero h1 {
        font-size: clamp(1.9rem, 8vw, 2.35rem);
    }

    .store-hero p {
        font-size: clamp(0.9rem, 3.7vw, 1rem);
        line-height: 1.68;
        margin-top: 0.4rem;
    }

    .store-hero__button--primary {
        margin-top: 0.55rem;
    }

    .store-hero__button--secondary {
        background: transparent;
        border-color: rgba(255, 138, 30, 0.45);
        font-size: 0.86rem;
        margin-top: 0.45rem;
        min-height: 2.35rem;
        padding-inline: 0.85rem;
    }

    .hero-search {
        border-radius: 19px;
        gap: 0.5rem;
        margin-top: 0.55rem;
        padding: 0.78rem;
    }

    .hero-search .hero-search__advanced-trigger {
        min-height: 2.55rem;
    }

    .hero-search select,
    .hero-search input {
        height: 2.9rem;
    }

    .hero-search__submit button {
        height: 3rem;
        min-height: 3rem;
    }

    .hero-quick-links {
        margin-inline: 0;
        margin-top: 0.55rem;
        padding: 0.1rem 0 0.35rem;
        scroll-padding-inline: 0;
        width: 100%;
    }

    .store-hero__visual {
        margin-top: 0.45rem;
    }

    .store-hero__visual img {
        max-width: min(60vw, 238px);
    }

    .quick-categories__grid,
    .services-showcase__grid,
    .services-showcase--sparse .services-showcase__grid,
    .article-grid--home,
    .video-grid--home,
    .services-showcase__chips {
        margin-inline: 0;
        max-width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        padding-inline: 1rem;
        scroll-padding-inline: 1rem;
        -webkit-overflow-scrolling: touch;
        width: 100%;
    }

    .quick-categories__grid {
        padding-inline: 0.25rem;
        scroll-padding-inline: 0.25rem;
    }

    .quick-categories__grid a {
        flex: 0 0 146px;
        max-width: 146px;
    }

    .quick-categories__icon {
        height: 2.85rem;
        width: 2.85rem;
    }

    .quick-categories__icon svg {
        height: 1.45rem;
        width: 1.45rem;
    }

    .services-showcase-card,
    .services-showcase--sparse .services-showcase-card {
        flex: 0 0 min(84vw, 340px);
        max-width: min(84vw, 340px);
    }

    .services-showcase-card__footer {
        align-items: stretch;
        display: grid;
        gap: 0.55rem;
    }

    .services-showcase-card__footer small {
        min-width: 0;
        text-align: start;
        white-space: nowrap;
    }

    .services-showcase-card__footer a {
        justify-content: center;
        min-height: 2.75rem;
        width: 100%;
    }

    .article-card--home,
    .video-card {
        flex: 0 0 min(84vw, 350px);
        max-width: min(84vw, 350px);
    }

    .provider-guide__copy a,
    .content-strip__header a,
    .quick-categories .quick-categories__all,
    .shop-footer__newsletter button {
        max-width: 100%;
        min-height: 2.75rem;
    }

    .shop-footer {
        padding-block: 1.35rem 1rem;
    }

    .shop-footer__inner {
        gap: 0.9rem;
    }

    .shop-footer__newsletter form {
        margin-top: 0.25rem;
    }
}

@media (max-width: 420px) {
    .shop-header__inner {
        padding-inline: 0.85rem;
    }

    .store-hero {
        padding-inline: 0.8rem;
    }

    .quick-categories__grid a {
        flex-basis: 136px;
        max-width: 136px;
    }
}

/* Centers directory redesign */
.centers-directory {
    display: grid;
    gap: clamp(1.1rem, 2vw, 1.6rem);
    margin-inline: calc((100% - min(1440px, calc(100vw - 64px))) / 2);
    padding-bottom: clamp(2.5rem, 4vw, 4rem);
    width: min(1440px, calc(100vw - 64px));
}

.centers-directory__hero {
    align-items: center;
    background:
        radial-gradient(circle at 12% 20%, rgba(0, 103, 177, 0.08), transparent 18%),
        radial-gradient(circle at 17% 83%, rgba(255, 138, 30, 0.11), transparent 22%),
        radial-gradient(circle at 84% 18%, rgba(0, 103, 177, 0.08), transparent 18%),
        linear-gradient(135deg, #ffffff 0%, #fbfdff 58%, #eef6ff 100%);
    border: 1px solid rgba(20, 43, 79, 0.07);
    border-radius: 24px;
    box-shadow: 0 14px 30px rgba(20, 43, 79, 0.045);
    direction: ltr;
    display: grid;
    grid-template-columns: minmax(210px, 0.46fr) minmax(0, 1.54fr);
    max-height: 240px;
    min-height: 210px;
    overflow: hidden;
    padding: clamp(1.1rem, 2vw, 1.55rem);
    position: relative;
}

.centers-directory__hero::before {
    background-image: radial-gradient(rgba(255, 138, 30, 0.32) 1.45px, transparent 1.45px);
    background-size: 14px 14px;
    content: "";
    height: 84px;
    left: 1.45rem;
    opacity: 0.34;
    position: absolute;
    top: 1.1rem;
    width: 104px;
}

.centers-directory__hero::after {
    background:
        radial-gradient(circle, rgba(0, 103, 177, 0.08) 0 38%, transparent 39%),
        radial-gradient(circle, rgba(255, 138, 30, 0.1) 0 34%, transparent 35%);
    background-position: 0 0, 46px 36px;
    background-size: 94px 94px, 78px 78px;
    content: "";
    height: 122px;
    left: 4.1rem;
    opacity: 0.44;
    position: absolute;
    top: 3.2rem;
    width: 148px;
}

.centers-directory__hero-card {
    align-self: center;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(20, 43, 79, 0.06);
    border-radius: 20px;
    box-shadow: 0 12px 24px rgba(20, 43, 79, 0.045);
    color: #21416f;
    direction: rtl;
    display: grid;
    gap: 0.35rem;
    grid-column: 1;
    justify-self: start;
    max-width: 270px;
    padding: 0.95rem 1rem;
    position: relative;
    z-index: 1;
}

.centers-directory__hero-card strong {
    color: #142b4f;
    font-size: 0.98rem;
    font-weight: 950;
    line-height: 1.65;
}

.centers-directory__hero-card span {
    color: #65758b;
    font-size: 0.86rem;
    font-weight: 750;
    line-height: 1.75;
}

.centers-directory__hero-copy {
    direction: rtl;
    grid-column: 2;
    justify-self: end;
    max-width: 720px;
    min-width: 0;
    position: relative;
    z-index: 1;
}

.centers-directory__hero-copy > span {
    color: #0067b1;
    font-size: 1rem;
    font-weight: 950;
}

.centers-directory__hero h1 {
    color: #142b4f;
    font-size: clamp(1.95rem, 2.4vw, 2.55rem);
    font-weight: 950;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0.3rem 0 0.55rem;
}

.centers-directory__hero p {
    color: #5b6b82;
    font-size: clamp(1rem, 1.1vw, 1.12rem);
    font-weight: 650;
    line-height: 1.85;
    margin: 0;
    max-width: 620px;
}

.centers-directory__hero-shortcuts {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 0.9rem;
}

.centers-directory__hero-shortcuts a {
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(20, 43, 79, 0.08);
    border-radius: 999px;
    color: #21416f;
    cursor: pointer;
    font-size: 0.86rem;
    font-weight: 900;
    min-height: 2.25rem;
    padding: 0.42rem 0.78rem;
    text-decoration: none;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.centers-directory__hero-shortcuts a:hover {
    background: rgba(238, 247, 243, 0.9);
    border-color: rgba(16, 109, 88, 0.2);
    color: #0c5f4b;
    transform: translateY(-1px);
}

.centers-directory__stat {
    align-items: center;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(20, 43, 79, 0.06);
    border-radius: 22px;
    box-shadow: 0 12px 28px rgba(20, 43, 79, 0.06);
    display: grid;
    justify-items: center;
    min-height: 120px;
    padding: 1rem;
    position: relative;
    z-index: 1;
}

.centers-directory__stat span,
.centers-directory__stat small {
    color: #5b6b82;
    font-weight: 750;
}

.centers-directory__stat strong {
    color: #0067b1;
    font-size: 2.25rem;
    font-weight: 950;
    line-height: 1.1;
}

.centers-directory__toolbar {
    align-items: end;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(20, 43, 79, 0.07);
    border-radius: 24px;
    box-shadow: 0 14px 34px rgba(20, 43, 79, 0.055);
    display: grid;
    gap: 0.85rem;
    grid-template-columns: minmax(340px, 1fr) minmax(170px, 0.38fr) minmax(190px, 0.42fr) auto;
    padding: 1rem;
}

.centers-directory__toolbar label,
.centers-directory__filters label {
    color: #142b4f;
    display: grid;
    gap: 0.35rem;
    min-width: 0;
}

.centers-directory__toolbar label > span,
.centers-directory__filters label > span,
.centers-directory__filter-group > span {
    color: #142b4f;
    font-size: 0.9rem;
    font-weight: 900;
}

.centers-directory__toolbar input,
.centers-directory__toolbar select,
.centers-directory__filters input,
.centers-directory__filters select {
    background: #fff;
    border: 1px solid #d8dee8;
    border-radius: 15px;
    color: #20324d;
    min-height: 3.15rem;
    min-width: 0;
    padding-inline: 0.95rem;
    width: 100%;
}

.centers-directory__search {
    position: relative;
}

.centers-directory__search input {
    padding-inline-start: 2.75rem;
}

.centers-directory__search svg {
    fill: #9aa4b5;
    height: 1.15rem;
    left: 1rem;
    pointer-events: none;
    position: absolute;
    top: calc(50% + 0.55rem);
    transform: translateY(-50%);
    width: 1.15rem;
}

.centers-directory__toolbar button,
.centers-directory__filter-actions button {
    align-items: center;
    background: #eef6ff;
    border: 1px solid rgba(0, 103, 177, 0.14);
    border-radius: 15px;
    color: #0067b1;
    cursor: pointer;
    display: inline-flex;
    font-weight: 950;
    gap: 0.45rem;
    justify-content: center;
    min-height: 3.15rem;
    padding-inline: 1rem;
    white-space: nowrap;
}

.centers-directory__toolbar button svg {
    fill: currentColor;
    height: 1.05rem;
    width: 1.05rem;
}

.centers-directory__content {
    align-items: start;
    display: grid;
    gap: clamp(1rem, 1.6vw, 1.4rem);
    grid-template-columns: minmax(260px, 290px) minmax(0, 1fr);
}

.centers-directory__filters {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(20, 43, 79, 0.07);
    border-radius: 24px;
    box-shadow: 0 14px 34px rgba(20, 43, 79, 0.055);
    padding: 1.1rem;
    position: sticky;
    top: 9rem;
}

.centers-directory__filters-header {
    border-bottom: 1px solid rgba(20, 43, 79, 0.07);
    display: grid;
    gap: 0.25rem;
    margin-bottom: 1rem;
    padding-bottom: 0.9rem;
}

.centers-directory__filters-header strong {
    color: #142b4f;
    font-size: 1.1rem;
    font-weight: 950;
}

.centers-directory__filters-header small,
.centers-directory__filter-group small {
    color: #7a8798;
    line-height: 1.7;
}

.centers-directory__filters form {
    display: grid;
    gap: 1rem;
}

.centers-directory__filter-group {
    display: grid;
    gap: 0.65rem;
    min-width: 0;
}

.centers-directory__pet-options {
    display: grid;
    gap: 0.5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.centers-directory__pet-options label {
    align-items: center;
    background: #f3f9ff;
    border: 1px solid rgba(0, 103, 177, 0.12);
    border-radius: 14px;
    color: #0067b1;
    cursor: pointer;
    display: inline-flex;
    font-size: 0.86rem;
    font-weight: 900;
    justify-content: center;
    min-height: 2.7rem;
}

.centers-directory__pet-options input {
    height: 1px;
    opacity: 0;
    position: absolute;
    width: 1px;
}

.centers-directory__price-row {
    display: grid;
    gap: 0.55rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.centers-directory__check {
    align-items: center;
    color: #5b6b82;
    display: flex !important;
    font-weight: 750;
    gap: 0.55rem;
}

.centers-directory__check input {
    accent-color: #0067b1;
    min-height: auto;
    width: auto;
}

.centers-directory__filter-actions {
    display: grid;
    gap: 0.6rem;
}

.centers-directory__filter-actions button {
    background: #0067b1;
    color: #fff;
}

.centers-directory__filter-actions a {
    align-items: center;
    background: #eef6ff;
    border: 1px solid rgba(0, 103, 177, 0.12);
    border-radius: 15px;
    color: #0067b1;
    display: inline-flex;
    font-weight: 900;
    justify-content: center;
    min-height: 3rem;
    text-decoration: none;
}

.centers-directory__main {
    display: grid;
    gap: 1rem;
    min-width: 0;
}

.centers-directory__results-bar {
    align-items: center;
    color: #5b6b82;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.centers-directory__results-bar strong {
    color: #142b4f;
    font-size: 1.05rem;
    font-weight: 950;
}

.centers-directory__grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.centers-directory-card {
    background: #fff;
    border: 1px solid rgba(20, 43, 79, 0.08);
    border-radius: 22px;
    box-shadow: 0 12px 30px rgba(20, 43, 79, 0.07);
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.centers-directory-card:hover {
    border-color: rgba(0, 103, 177, 0.18);
    box-shadow: 0 18px 40px rgba(20, 43, 79, 0.11);
    transform: translateY(-3px);
}

.centers-directory-card__media {
    aspect-ratio: 16 / 9;
    background: #eef6ff;
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

.centers-directory-card__media img {
    height: 100%;
    object-fit: cover;
    transition: transform 220ms ease;
    width: 100%;
}

.centers-directory-card:hover .centers-directory-card__media img {
    transform: scale(1.035);
}

.centers-directory-card__media-placeholder {
    align-items: center;
    background:
        radial-gradient(circle at 18% 20%, rgba(255, 138, 30, 0.18), transparent 28%),
        radial-gradient(circle at 82% 24%, rgba(0, 103, 177, 0.14), transparent 30%),
        linear-gradient(135deg, #fff8f1 0%, #eef6ff 100%);
    color: #0067b1;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 1rem;
    text-align: center;
    width: 100%;
}

.centers-directory-card__media-placeholder strong {
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(0, 103, 177, 0.12);
    border-radius: 999px;
    color: #0067b1;
    font-size: 0.92rem;
    font-weight: 950;
    padding: 0.45rem 0.8rem;
}

.centers-directory-card__media span {
    background: rgba(243, 249, 255, 0.94);
    border: 1px solid rgba(0, 103, 177, 0.14);
    border-radius: 999px;
    color: #0067b1;
    font-size: 0.78rem;
    font-weight: 950;
    padding: 0.25rem 0.6rem;
    position: absolute;
    right: 0.6rem;
    top: 0.6rem;
}

.centers-directory-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 0.55rem;
    padding: 0.95rem;
}

.centers-directory-card__category {
    color: #0067b1;
    font-size: 0.86rem;
    font-weight: 950;
}

.centers-directory-card h2 {
    color: #142b4f;
    display: -webkit-box;
    font-size: clamp(1rem, 1.05vw, 1.14rem);
    font-weight: 950;
    line-height: 1.55;
    margin: 0;
    min-height: 3.1rem;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.centers-directory-card h2 a {
    color: inherit;
    text-decoration: none;
}

.centers-directory-card small,
.centers-directory-card p {
    color: #5b6b82;
    line-height: 1.7;
    margin: 0;
}

.centers-directory-card p {
    display: -webkit-box;
    font-size: 0.88rem;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.centers-directory-card__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-top: auto;
}

.centers-directory-card__badges span {
    background: #eef6ff;
    border: 1px solid rgba(0, 103, 177, 0.12);
    border-radius: 999px;
    color: #0067b1;
    font-size: 0.8rem;
    font-weight: 900;
    padding: 0.32rem 0.62rem;
}

.centers-directory-card__cta {
    align-items: center;
    background: #0067b1;
    border-radius: 13px;
    box-shadow: 0 8px 18px rgba(0, 103, 177, 0.16);
    color: #fff;
    display: inline-flex;
    font-weight: 950;
    justify-content: center;
    margin-top: 0.35rem;
    min-height: 2.75rem;
    text-decoration: none;
    width: 100%;
}

.centers-directory-card__cta:hover {
    background: #005596;
}

.centers-directory__pagination {
    margin-top: 0.5rem;
}

.centers-directory__pagination a {
    border-radius: 999px;
    min-width: 2.55rem;
}

.centers-directory__pagination a.active {
    background: #0067b1;
    border-color: #0067b1;
    color: #fff;
}

.centers-popular-searches {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(20, 43, 79, 0.07);
    border-radius: 24px;
    box-shadow: 0 14px 34px rgba(20, 43, 79, 0.055);
    padding: clamp(1.25rem, 2vw, 1.7rem);
}

.centers-popular-searches__header {
    align-items: end;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.centers-popular-searches__header span {
    color: #0067b1;
    font-size: 0.88rem;
    font-weight: 950;
}

.centers-popular-searches__header h2 {
    color: #142b4f;
    font-size: clamp(1.3rem, 1.9vw, 1.75rem);
    font-weight: 950;
    letter-spacing: 0;
    margin: 0.15rem 0 0;
}

.centers-popular-searches__header p {
    color: #5b6b82;
    font-size: 0.96rem;
    font-weight: 700;
    line-height: 1.75;
    margin: 0.25rem 0 0;
}

.centers-popular-searches__grid {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.centers-popular-searches__grid a {
    background: #f8fbfe;
    border: 1px solid rgba(20, 43, 79, 0.08);
    border-radius: 16px;
    color: #142b4f;
    display: grid;
    gap: 0.3rem;
    min-height: 5.5rem;
    padding: 0.95rem;
    text-decoration: none;
    transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.centers-popular-searches__grid a:hover,
.centers-popular-searches__grid a:focus-visible {
    background: #eef6ff;
    border-color: rgba(0, 103, 177, 0.2);
    transform: translateY(-2px);
}

.centers-popular-searches__grid strong {
    font-size: 0.98rem;
    font-weight: 950;
    line-height: 1.55;
}

.centers-popular-searches__grid span {
    color: #6a7d98;
    font-size: 0.84rem;
    font-weight: 750;
}

@media (max-width: 1280px) {
    .centers-directory__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .centers-popular-searches__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) {
    .centers-directory__toolbar {
        grid-template-columns: 1fr 1fr;
    }

    .centers-directory__content {
        grid-template-columns: 1fr;
    }

    .centers-directory__filters {
        position: static;
    }

    .centers-directory__filters form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .centers-directory__filter-actions {
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .centers-popular-searches__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .centers-directory {
        gap: 1rem;
        margin-inline: calc((100% - min(100%, calc(100vw - 32px))) / 2);
        width: min(100%, calc(100vw - 32px));
    }

    .centers-directory__hero {
        border-radius: 24px;
        direction: rtl;
        grid-template-columns: 1fr;
        max-height: none;
        min-height: 0;
        padding: 1.25rem;
    }

    .centers-directory__hero-card {
        display: none;
    }

    .centers-directory__hero-copy {
        grid-column: 1;
        justify-self: start;
    }

    .centers-directory__hero h1 {
        font-size: clamp(1.75rem, 8vw, 2.35rem);
    }

    .centers-directory__hero p {
        font-size: 0.95rem;
    }

    .centers-directory__stat {
        justify-items: start;
        min-height: 0;
    }

    .centers-directory__toolbar {
        border-radius: 20px;
        grid-template-columns: 1fr;
        padding: 0.85rem;
    }

    .centers-directory__toolbar button {
        width: 100%;
    }

    .centers-directory__filters {
        display: none;
    }

    .centers-directory__filters form {
        grid-template-columns: 1fr;
    }

    .centers-directory__filter-actions {
        grid-column: auto;
        grid-template-columns: 1fr;
    }

    .centers-directory__results-bar {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.3rem;
    }

    .centers-directory__grid {
        grid-template-columns: 1fr;
    }

    .centers-directory-card {
        border-radius: 20px;
    }

    .centers-directory-card h2 {
        min-height: 0;
    }

    .centers-popular-searches {
        border-radius: 20px;
        padding: 1rem;
    }

    .centers-popular-searches__header {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.35rem;
    }

    .centers-popular-searches__grid {
        grid-template-columns: 1fr;
    }
}

/* Focused auth pages. */
.shop-shell--auth {
    background:
        radial-gradient(circle at 18% 18%, rgba(255, 138, 30, 0.12), transparent 28%),
        radial-gradient(circle at 82% 24%, rgba(0, 103, 177, 0.12), transparent 32%),
        linear-gradient(135deg, #f4f8fc 0%, #fff8f1 100%);
    min-height: 100vh;
}

.shop-shell--auth .shop-header {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(20, 43, 79, 0.08);
    box-shadow: 0 10px 28px rgba(20, 43, 79, 0.05);
}

.shop-shell--auth .shop-header__inner {
    display: grid;
    gap: 1rem;
    grid-template-columns: auto auto;
    justify-content: space-between;
    max-width: 1100px;
    min-height: 76px;
    padding: 0.75rem 1.25rem;
}

.shop-shell--auth .brand-mark {
    min-width: 0;
}

.auth-home-link {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(20, 43, 79, 0.08);
    border-radius: 999px;
    color: #142b4f;
    display: inline-flex;
    font-size: 0.9rem;
    font-weight: 900;
    justify-content: center;
    min-height: 2.6rem;
    padding: 0.55rem 0.95rem;
    text-decoration: none;
    transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.auth-home-link:hover,
.auth-home-link:focus-visible {
    border-color: rgba(0, 103, 177, 0.28);
    color: #0067b1;
    transform: translateY(-1px);
}

.shop-shell--auth main {
    display: grid;
    min-height: calc(100vh - 76px);
    padding: clamp(1.25rem, 3vw, 2.75rem);
    place-items: center;
}

.shop-shell--auth .auth-page {
    align-items: stretch;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: grid;
    gap: clamp(1.25rem, 3vw, 2rem);
    grid-template-columns: minmax(0, 1fr) minmax(420px, 460px);
    margin: 0;
    max-width: 1100px;
    padding: 0;
    width: min(100%, 1100px);
}

.shop-shell--auth .auth-page__intro,
.shop-shell--auth .auth-form {
    border: 1px solid rgba(20, 43, 79, 0.08);
    border-radius: 28px;
    box-shadow: 0 20px 50px rgba(20, 43, 79, 0.08);
}

.shop-shell--auth .auth-page__intro {
    align-content: center;
    background:
        radial-gradient(circle at 18% 20%, rgba(255, 138, 30, 0.14), transparent 28%),
        radial-gradient(circle at 85% 16%, rgba(15, 107, 90, 0.12), transparent 30%),
        linear-gradient(135deg, #ffffff 0%, #eef6ff 100%);
    display: grid;
    gap: 0.9rem;
    min-height: 420px;
    overflow: hidden;
    padding: clamp(2rem, 4vw, 3rem);
    position: relative;
}

.shop-shell--auth .auth-page__intro::after {
    background:
        linear-gradient(135deg, rgba(255, 138, 30, 0.15), rgba(0, 103, 177, 0.08));
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 999px;
    bottom: -4rem;
    content: "";
    height: 12rem;
    left: -3.2rem;
    position: absolute;
    width: 12rem;
}

.shop-shell--auth .auth-page__intro span {
    align-items: center;
    background: #fff8f1;
    border: 1px solid rgba(255, 138, 30, 0.18);
    border-radius: 999px;
    color: #ff7a00;
    display: inline-flex;
    font-size: 0.86rem;
    font-weight: 950;
    justify-content: center;
    justify-self: start;
    padding: 0.42rem 0.78rem;
}

.shop-shell--auth .auth-page__intro h1 {
    color: #142b4f;
    font-size: clamp(2rem, 3.1vw, 2.8rem);
    font-weight: 950;
    line-height: 1.25;
    margin: 0;
    max-width: 12ch;
}

.shop-shell--auth .auth-page__intro p {
    color: #5b6b82;
    font-size: 1rem;
    font-weight: 650;
    line-height: 1.85;
    margin: 0;
    max-width: 34rem;
}

.shop-shell--auth .auth-form {
    align-content: start;
    background: #fff;
    display: grid;
    gap: 1rem;
    padding: clamp(2rem, 3vw, 2.75rem);
    width: 100%;
}

.shop-shell--auth .auth-form--wide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.shop-shell--auth .auth-form--wide > *,
.shop-shell--auth .auth-form__full,
.shop-shell--auth .auth-form .check-row,
.shop-shell--auth .auth-form > button,
.shop-shell--auth .auth-form > a {
    min-width: 0;
}

.shop-shell--auth .auth-form__full,
.shop-shell--auth .auth-form--wide > button,
.shop-shell--auth .auth-form--wide > a,
.shop-shell--auth .auth-form .check-row,
.shop-shell--auth .auth-form .inline-notice {
    grid-column: 1 / -1;
}

.shop-shell--auth .auth-form .inline-notice {
    border-radius: 16px;
    margin: 0;
}

.shop-shell--auth .auth-form label {
    color: #142b4f;
    display: grid;
    gap: 0.45rem;
}

.shop-shell--auth .auth-form span {
    color: #142b4f;
    font-size: 0.88rem;
    font-weight: 900;
}

.shop-shell--auth .auth-form input,
.shop-shell--auth .auth-form select {
    background: #fff;
    border: 1px solid #d8dee8;
    border-radius: 15px;
    color: #142b4f;
    font-size: 0.98rem;
    font-weight: 700;
    height: 54px;
    min-width: 0;
    outline: none;
    padding: 0 0.95rem;
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

.shop-shell--auth .auth-form input[name="MobileNumber"] {
    text-align: left;
}

.shop-shell--auth .auth-form input:focus,
.shop-shell--auth .auth-form select:focus,
.shop-shell--auth .auth-form input:focus-visible,
.shop-shell--auth .auth-form select:focus-visible,
.shop-shell--auth .password-field:focus-within {
    border-color: #0067b1;
    box-shadow: 0 0 0 4px rgba(0, 103, 177, 0.1);
}

.shop-shell--auth .password-field {
    background: #fff;
    border: 1px solid #d8dee8;
    border-radius: 15px;
    display: grid;
    gap: 0;
    grid-template-columns: minmax(0, 1fr) auto;
    overflow: hidden;
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

.shop-shell--auth .password-field input {
    border: 0;
    border-radius: 0;
    height: 52px;
    box-shadow: none;
}

.shop-shell--auth .password-field input:focus,
.shop-shell--auth .password-field input:focus-visible {
    box-shadow: none;
}

.shop-shell--auth .password-toggle {
    background: #f4f8fc;
    border: 0;
    border-right: 1px solid #d8dee8;
    color: #0067b1;
    cursor: pointer;
    font-size: 0.84rem;
    font-weight: 900;
    min-width: 4.2rem;
    padding: 0 0.75rem;
}

.shop-shell--auth .password-field .password-toggle {
    grid-column: auto;
    min-height: 0;
    width: auto;
}

.shop-shell--auth .password-toggle:hover,
.shop-shell--auth .password-toggle:focus-visible {
    background: #eef6ff;
    color: #005596;
}

.shop-shell--auth .check-row {
    align-items: center;
    display: flex;
    gap: 0.55rem;
    min-height: 1.75rem;
}

.shop-shell--auth .check-row input {
    accent-color: #0067b1;
    height: 1.05rem;
    width: 1.05rem;
}

.shop-shell--auth .check-row span,
.shop-shell--auth .field-help {
    color: #5b6b82;
    font-size: 0.82rem;
    font-weight: 700;
}

.shop-shell--auth .field-help {
    line-height: 1.65;
}

.shop-shell--auth .auth-form > button[type="submit"],
.shop-shell--auth .auth-form > a {
    align-items: center;
    border-radius: 15px;
    display: inline-flex;
    font-weight: 950;
    justify-content: center;
    min-height: 52px;
    text-decoration: none;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
    width: 100%;
}

.shop-shell--auth .auth-form > button[type="submit"] {
    background: linear-gradient(135deg, #ff8a1e, #ff7a00);
    border: 0;
    box-shadow: 0 12px 24px rgba(255, 138, 30, 0.22);
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
}

.shop-shell--auth .auth-form > a {
    background: #fff;
    border: 1px solid #d8dee8;
    color: #142b4f;
    min-height: 50px;
}

.shop-shell--auth .auth-form > button[type="submit"]:hover,
.shop-shell--auth .auth-form > button[type="submit"]:focus-visible,
.shop-shell--auth .auth-form > a:hover,
.shop-shell--auth .auth-form > a:focus-visible {
    transform: translateY(-1px);
}

.shop-shell--auth .auth-form > a:hover,
.shop-shell--auth .auth-form > a:focus-visible {
    border-color: rgba(0, 103, 177, 0.28);
    color: #0067b1;
}

.shop-shell--auth .auth-form > a.auth-form__text-action {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    color: #0067b1;
    font-size: 0.92rem;
    min-height: 46px;
}

.shop-shell--auth .auth-form > a.auth-form__text-action:hover,
.shop-shell--auth .auth-form > a.auth-form__text-action:focus-visible {
    background: #f3f9ff;
    border-color: rgba(0, 103, 177, 0.12);
}

.shop-shell--auth .field-help[hidden] {
    display: none !important;
}

@media (max-width: 900px) {
    .shop-shell--auth .shop-header__inner {
        min-height: 72px;
        padding: 0.6rem 1rem;
    }

    .shop-shell--auth .brand-mark__logo {
        height: 3rem;
        width: 3rem;
    }

    .shop-shell--auth .brand-mark strong {
        font-size: 1.1rem;
    }

    .auth-home-link {
        font-size: 0.82rem;
        min-height: 2.35rem;
        padding: 0.45rem 0.7rem;
    }

    .shop-shell--auth main {
        align-items: start;
        min-height: calc(100vh - 72px);
        padding: 1rem 1rem calc(32px + env(safe-area-inset-bottom));
    }

    .shop-shell--auth .auth-page {
        gap: 0.875rem;
        grid-template-columns: 1fr;
        width: min(100%, calc(100vw - 32px));
    }

    .shop-shell--auth .auth-page__intro {
        border-radius: 22px;
        gap: 0.5rem;
        min-height: 0;
        padding: 0.95rem 1.25rem;
    }

    .shop-shell--auth .auth-page__intro::after {
        display: none;
    }

    .shop-shell--auth .auth-page__intro span {
        font-size: 0.8rem;
        padding: 0.34rem 0.66rem;
    }

    .shop-shell--auth .auth-page__intro h1 {
        font-size: clamp(2.125rem, 8vw, 2.375rem);
        line-height: 1.35;
        max-width: none;
    }

    .shop-shell--auth .auth-page__intro p {
        font-size: 1rem;
        line-height: 1.65;
    }

    .shop-shell--auth .auth-form,
    .shop-shell--auth .auth-form--wide {
        border-radius: 24px;
        gap: 0.8rem;
        grid-template-columns: 1fr;
        padding: 1.25rem;
    }

    .shop-shell--auth .auth-form label {
        gap: 0.3rem;
    }

    .shop-shell--auth .auth-form input,
    .shop-shell--auth .auth-form select {
        font-size: 0.95rem;
        height: 50px;
    }

    .shop-shell--auth .password-field input {
        height: 48px;
    }

    .shop-shell--auth .password-toggle {
        font-size: 0.8rem;
        min-width: 3.65rem;
        padding: 0 0.55rem;
    }

    .shop-shell--auth .auth-form > button[type="submit"],
    .shop-shell--auth .auth-form > a {
        min-height: 50px;
    }

    .shop-shell--auth .auth-page--register {
        gap: 0.75rem;
    }

    .shop-shell--auth .auth-page--register .auth-page__intro {
        gap: 0.38rem;
        padding: 0.75rem 1rem;
    }

    .shop-shell--auth .auth-page--register .auth-page__intro h1 {
        font-size: clamp(2rem, 7.4vw, 2.125rem);
        line-height: 1.25;
    }

    .shop-shell--auth .auth-page--register .auth-page__intro p {
        font-size: 0.92rem;
        line-height: 1.48;
    }

    .shop-shell--auth .auth-page--register .auth-form,
    .shop-shell--auth .auth-page--register .auth-form--wide {
        column-gap: 0.65rem;
        row-gap: 0.58rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 1.15rem;
    }

    .shop-shell--auth .auth-page--register .auth-register__full,
    .shop-shell--auth .auth-page--register .auth-form .auth-form__full,
    .shop-shell--auth .auth-page--register .auth-form > button,
    .shop-shell--auth .auth-page--register .auth-form > a {
        grid-column: 1 / -1;
    }

    .shop-shell--auth .auth-page--register .auth-form label {
        gap: 0.25rem;
    }

    .shop-shell--auth .auth-page--register .auth-form span {
        font-size: 0.8rem;
        line-height: 1.25;
    }

    .shop-shell--auth .auth-page--register .auth-form input,
    .shop-shell--auth .auth-page--register .auth-form select {
        height: 48px;
    }

    .shop-shell--auth .auth-page--register .password-field input {
        height: 46px;
    }

    .shop-shell--auth .auth-page--register .field-help {
        font-size: 0.78rem;
        line-height: 1.35;
    }

    .shop-shell--auth .auth-page--register .auth-form > a.auth-form__text-action {
        font-size: 0.88rem;
        min-height: 42px;
    }
}

@media (max-width: 420px) {
    .shop-shell--auth .shop-header__inner {
        gap: 0.7rem;
        padding-inline: 0.85rem;
    }

    .shop-shell--auth .brand-mark strong {
        display: none;
    }

    .shop-shell--auth .auth-page {
        width: min(100%, calc(100vw - 24px));
    }

    .shop-shell--auth .auth-page__intro,
    .shop-shell--auth .auth-form {
        border-radius: 20px;
    }

    .shop-shell--auth .auth-page__intro h1 {
        font-size: 2.125rem;
        max-width: none;
    }

    .shop-shell--auth .auth-form {
        padding: 1.15rem;
    }

    .shop-shell--auth .auth-page--register .auth-form {
        padding: 1rem;
    }
}

.customer-account-shell {
    --customer-ink: #142b4f;
    --customer-muted: #5f718c;
    --customer-border: rgba(20, 43, 79, 0.08);
    --customer-soft: #f4f8fc;
    --customer-soft-strong: #e8f0fa;
    --customer-shadow: 0 22px 48px rgba(20, 43, 79, 0.08);
    color: var(--customer-ink);
    display: grid;
    gap: 1rem;
    margin: 0 auto;
    max-width: min(1320px, calc(100vw - 32px));
    padding-bottom: 7rem;
    width: 100%;
}

.customer-account-shell .page-intro,
.customer-account-shell .listing-header,
.customer-account-shell .public-empty,
.customer-account-shell .list-panel,
.customer-account-shell .form-panel,
.customer-surface-card {
    background: #fff;
    border: 1px solid var(--customer-border);
    border-radius: 24px;
    box-shadow: var(--customer-shadow);
}

.customer-account-shell .page-intro,
.customer-account-shell .listing-header,
.customer-account-shell .public-empty,
.customer-account-shell .list-panel,
.customer-account-shell .form-panel {
    padding: 1.35rem 1.4rem;
}

.customer-account-shell .page-intro {
    gap: 0.5rem;
    margin-bottom: 0;
}

.customer-account-shell .page-intro h1,
.customer-account-shell .listing-header h1,
.customer-account-shell .public-empty h1,
.customer-account-shell .public-empty h2,
.customer-account-shell .list-panel h1,
.customer-account-shell .list-panel h2,
.customer-account-shell .form-panel h2,
.customer-account-shell .form-panel h3 {
    color: var(--customer-ink);
    margin: 0;
}

.customer-account-shell .page-intro__eyebrow,
.customer-account-shell .listing-header > div > span,
.customer-account-shell .form-panel > h2:first-child {
    color: #0b6aa7;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
}

.customer-account-shell .page-intro__description,
.customer-account-shell .listing-header > strong,
.customer-account-shell .list-panel p,
.customer-account-shell .list-panel small,
.customer-account-shell .public-empty p,
.customer-account-shell .public-empty small {
    color: var(--customer-muted);
}

.customer-account-shell .listing-header {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin: 0;
}

.customer-account-shell .listing-header > div {
    display: grid;
    gap: 0.3rem;
}

.customer-account-shell .public-empty {
    display: grid;
    gap: 0.65rem;
}

.customer-account-shell .public-empty .ghost-link,
.customer-account-shell .public-empty .primary-button {
    margin-top: 0.3rem;
}

.customer-account-nav {
    align-items: center;
    display: flex;
    justify-content: center;
    position: static;
    width: 100%;
}

.customer-account-nav__scroll {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(20, 43, 79, 0.08);
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(20, 43, 79, 0.05);
    display: flex;
    gap: 0.5rem;
    margin-inline: auto;
    max-width: min(100%, 980px);
    overflow-x: auto;
    padding: 0.5rem;
    scrollbar-width: none;
}

.customer-account-nav__scroll::-webkit-scrollbar {
    display: none;
}

.customer-account-nav__item,
.customer-account-nav__item--ghost {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 999px;
    color: var(--customer-muted);
    display: inline-flex;
    flex: 0 0 auto;
    font: inherit;
    font-size: 0.95rem;
    font-weight: 700;
    justify-content: center;
    min-height: 44px;
    padding: 0 1rem;
    text-decoration: none;
    transition: background-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
    white-space: nowrap;
}

.customer-account-nav__item:hover,
.customer-account-nav__item--ghost:hover {
    background: rgba(10, 111, 183, 0.08);
    color: #0a6fb7;
}

.customer-account-nav__item--active {
    background: #fff;
    box-shadow:
        inset 0 0 0 1px rgba(245, 130, 32, 0.22),
        0 8px 20px rgba(20, 43, 79, 0.08);
    color: var(--customer-ink);
    position: relative;
}

.customer-account-nav__item--active::after {
    background: linear-gradient(90deg, #f58220, #0a6fb7);
    border-radius: 999px;
    content: "";
    height: 0.28rem;
    inset: auto 1rem 0.48rem;
    position: absolute;
}

.customer-account-nav__item--ghost {
    cursor: pointer;
}

.customer-dashboard-page {
    box-sizing: border-box;
    gap: 1.1rem;
    min-width: 0;
    width: 100%;
}

.customer-dashboard-page .customer-account-nav {
    margin-top: 0.15rem;
}

.customer-dashboard__compact-header {
    align-items: end;
    display: flex;
    justify-content: space-between;
    min-width: 0;
}

.customer-dashboard__compact-header h1 {
    color: var(--customer-ink);
    font-size: clamp(1.7rem, 2vw, 2.2rem);
    margin: 0;
}

.customer-dashboard__compact-header p {
    color: var(--customer-muted);
    margin: 0.35rem 0 0;
    max-width: 44rem;
}

.customer-dashboard__compact-eyebrow {
    color: #0b6aa7;
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 800;
    margin-bottom: 0.35rem;
}

.shop-shell--account .shop-header {
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(14px);
}

.shop-shell--account .shop-header__inner {
    gap: 1rem;
    grid-template-columns: auto minmax(260px, 1fr) auto;
    max-width: 1320px;
    min-height: 78px;
    padding-block: 0.85rem;
}

.shop-shell--account .shop-search--account {
    border-color: rgba(10, 111, 183, 0.18);
    border-radius: 18px;
    box-shadow: inset 0 0 0 1px rgba(10, 111, 183, 0.04);
    max-width: 520px;
    justify-self: center;
    width: min(100%, 520px);
}

.shop-shell--account .shop-search--account input {
    background: #f8fbff;
}

.shop-shell--account .shop-search--account button {
    padding-inline: 1rem;
}

.shop-shell--account .account-nav--account-page {
    align-items: center;
    gap: 0.55rem;
}

.shop-shell--account .account-nav--account-page a,
.shop-shell--account .account-nav--account-page button {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.92rem;
    min-height: 42px;
    padding: 0 0.95rem;
}

.shop-shell--account .account-nav--account-page a {
    background: rgba(10, 111, 183, 0.08);
    color: #0a6fb7;
}

.shop-shell--account .account-nav--account-page button {
    color: var(--customer-ink);
}

.shop-shell--account main {
    max-width: 1320px;
    padding-top: 1.25rem;
}

.shop-shell--provider-onboarding .shop-header {
    position: static;
}

.shop-shell--provider-onboarding main {
    padding-top: 1rem;
}

.shop-shell:not(.shop-shell--auth) .shop-header {
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(14px);
}

.shop-shell:not(.shop-shell--auth) .shop-header__inner {
    gap: 1rem;
    grid-template-columns: auto minmax(280px, 1fr) auto;
    max-width: 1320px;
    min-height: 78px;
    padding-block: 0.85rem;
}

.shop-shell:not(.shop-shell--auth) .shop-search {
    border-color: rgba(10, 111, 183, 0.18);
    border-radius: 18px;
    box-shadow: inset 0 0 0 1px rgba(10, 111, 183, 0.04);
    justify-self: center;
    max-width: 560px;
    width: min(100%, 560px);
}

.shop-shell:not(.shop-shell--auth) .shop-search input {
    background: #f8fbff;
}

.shop-shell:not(.shop-shell--auth) .shop-search button {
    padding-inline: 1rem;
}

.shop-shell:not(.shop-shell--auth) .category-nav {
    background: rgba(255, 255, 255, 0.92);
}

.shop-shell:not(.shop-shell--auth) .category-nav__inner {
    gap: 0.25rem;
    max-width: 1320px;
    padding-block: 0.3rem;
}

.shop-shell:not(.shop-shell--auth) .category-nav__inner a {
    border-radius: 999px;
    color: #3c4f6d;
    min-height: 42px;
    padding: 0.72rem 0.95rem;
}

.shop-shell:not(.shop-shell--auth) .category-nav__inner a:hover,
.shop-shell:not(.shop-shell--auth) .category-nav__inner a:focus-visible {
    background: rgba(10, 111, 183, 0.08);
    color: #0a6fb7;
}

.account-nav--public {
    align-items: center;
    gap: 0.55rem;
    position: relative;
}

.account-nav--public > a,
.account-nav--public > button,
.account-nav--public .account-menu__summary {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.92rem;
    font-weight: 800;
    min-height: 42px;
    min-width: 0;
    padding: 0 0.95rem;
    text-decoration: none;
}

.account-nav--public > a:not(.primary-button),
.account-nav--public > button,
.account-nav--public .account-menu__summary {
    background: rgba(10, 111, 183, 0.08);
    color: #0a6fb7;
}

.account-menu {
    position: relative;
}

.account-menu__summary {
    align-items: center;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    justify-content: center;
    list-style: none;
    max-width: 12rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.account-menu__summary::-webkit-details-marker {
    display: none;
}

.account-menu__summary::after {
    content: "▾";
    font-size: 0.76rem;
    margin-inline-start: 0.45rem;
}

.account-menu__summary[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

.account-menu__panel {
    background: #fff;
    border: 1px solid rgba(20, 43, 79, 0.1);
    border-radius: 20px;
    box-shadow: 0 18px 40px rgba(20, 43, 79, 0.14);
    display: grid;
    gap: 0.35rem;
    left: 0;
    min-width: 14rem;
    padding: 0.55rem;
    position: absolute;
    top: calc(100% + 0.6rem);
    z-index: 40;
}

.account-menu__panel[hidden] {
    display: none !important;
}

.account-menu__header {
    border-bottom: 1px solid rgba(20, 43, 79, 0.08);
    display: grid;
    gap: 0.2rem;
    margin-bottom: 0.2rem;
    padding: 0.3rem 0.5rem 0.75rem;
}

.account-menu__header strong {
    color: #142b4f;
    font-size: 0.94rem;
}

.account-menu__header span {
    color: #70829a;
    font-size: 0.76rem;
    font-weight: 800;
}

.account-menu__panel a,
.account-menu__panel button {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 14px;
    color: #142b4f;
    display: flex;
    font-size: 0.92rem;
    font-weight: 700;
    justify-content: flex-start;
    min-height: 2.7rem;
    padding: 0.7rem 0.85rem;
    text-align: right;
    text-decoration: none;
    width: 100%;
}

.account-menu__panel a:hover,
.account-menu__panel a:focus-visible,
.account-menu__panel button:hover,
.account-menu__panel button:focus-visible {
    background: #f4f8fc;
    color: #0a6fb7;
}

.account-menu__panel form {
    margin: 0;
}

.customer-dashboard__grid,
.customer-account-shell .form-shell {
    align-items: start;
    display: grid;
    gap: 1rem;
    min-width: 0;
}

.customer-dashboard__grid {
    gap: 1.2rem;
    grid-template-areas:
        "welcome welcome"
        "main side";
    grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
}

.customer-account-shell .form-shell {
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.95fr);
}

.customer-dashboard__main-column,
.customer-dashboard__side-column {
    display: grid;
    gap: 1rem;
    min-width: 0;
}

.customer-dashboard__welcome-card {
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.9) 0, rgba(255, 255, 255, 0) 38%),
        radial-gradient(circle at bottom right, rgba(10, 111, 183, 0.12) 0, rgba(10, 111, 183, 0) 40%),
        linear-gradient(135deg, #fff8f0 0%, #ffffff 45%, #edf5fd 100%);
    border: 1px solid rgba(20, 43, 79, 0.07);
    border-radius: 28px;
    box-shadow: 0 28px 54px rgba(20, 43, 79, 0.08);
    display: grid;
    gap: 1.35rem;
    overflow: hidden;
    padding: 1.6rem;
    position: relative;
    grid-area: welcome;
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.9fr);
}

.customer-dashboard__welcome-card::before,
.customer-dashboard__welcome-card::after {
    content: "";
    pointer-events: none;
    position: absolute;
}

.customer-dashboard__welcome-card::before {
    background: rgba(245, 130, 32, 0.12);
    border-radius: 44% 56% 62% 38% / 42% 38% 62% 58%;
    height: 8rem;
    left: -2.2rem;
    top: -2rem;
    width: 8rem;
}

.customer-dashboard__welcome-card::after {
    background: rgba(10, 111, 183, 0.08);
    border-radius: 58% 42% 46% 54% / 48% 42% 58% 52%;
    bottom: -2.8rem;
    height: 9rem;
    right: -2.6rem;
    width: 9rem;
}

.customer-dashboard__welcome-copy {
    max-width: 42rem;
    min-width: 0;
    position: relative;
    z-index: 1;
}

.customer-dashboard__welcome-art {
    align-items: center;
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
    justify-self: end;
    min-height: 100%;
    pointer-events: none;
    position: relative;
    z-index: 0;
}

.customer-dashboard__paw {
    background:
        radial-gradient(circle at 50% 72%, rgba(20, 43, 79, 0.08) 0 28%, transparent 30%),
        radial-gradient(circle at 24% 38%, rgba(245, 130, 32, 0.16) 0 13%, transparent 14%),
        radial-gradient(circle at 44% 24%, rgba(245, 130, 32, 0.16) 0 13%, transparent 14%),
        radial-gradient(circle at 66% 24%, rgba(10, 111, 183, 0.12) 0 13%, transparent 14%),
        radial-gradient(circle at 82% 40%, rgba(10, 111, 183, 0.12) 0 13%, transparent 14%);
    border-radius: 46% 54% 50% 50%;
    display: inline-block;
    transform: rotate(-16deg);
}

.customer-dashboard__paw--lg {
    height: 5.4rem;
    opacity: 0.9;
    width: 5.4rem;
}

.customer-dashboard__paw--sm {
    height: 3.6rem;
    margin-top: 2rem;
    opacity: 0.72;
    width: 3.6rem;
}

.customer-dashboard__paw--xs {
    height: 2.3rem;
    margin-top: -1.4rem;
    opacity: 0.55;
    width: 2.3rem;
}

.customer-dashboard__welcome-kicker {
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(20, 43, 79, 0.08);
    border-radius: 999px;
    color: #0a6fb7;
    display: inline-flex;
    font-size: 0.8rem;
    font-weight: 800;
    margin-bottom: 0.8rem;
    padding: 0.38rem 0.78rem;
}

.customer-dashboard__welcome-copy h2 {
    color: var(--customer-ink);
    font-size: clamp(1.8rem, 2.2vw, 2.5rem);
    line-height: 1.35;
    margin: 0;
}

.customer-dashboard__welcome-copy p {
    color: var(--customer-muted);
    margin: 0.55rem 0 0;
    max-width: 36rem;
}

.customer-dashboard__cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 1.1rem;
}

.customer-button,
.customer-account-shell .primary-button,
.customer-account-shell .ghost-button,
.customer-account-shell .ghost-link,
.customer-account-shell .action-link {
    align-items: center;
    border-radius: 14px;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    min-height: 46px;
    padding: 0 1rem;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease;
}

.customer-button:hover,
.customer-account-shell .primary-button:hover,
.customer-account-shell .ghost-button:hover,
.customer-account-shell .ghost-link:hover,
.customer-account-shell .action-link:hover {
    transform: translateY(-1px);
}

.customer-button--primary,
.customer-account-shell .primary-button {
    background: linear-gradient(135deg, #f79334, #f58220);
    border: 1px solid rgba(245, 130, 32, 0.3);
    box-shadow: 0 12px 26px rgba(245, 130, 32, 0.24);
    color: #fff;
}

.customer-button--secondary {
    background: rgba(10, 111, 183, 0.08);
    border: 1px solid rgba(10, 111, 183, 0.12);
    color: #0a6fb7;
}

.customer-button--tertiary,
.customer-account-shell .ghost-button,
.customer-account-shell .ghost-link,
.customer-account-shell .action-link {
    background: #fff;
    border: 1px solid rgba(20, 43, 79, 0.1);
    color: var(--customer-ink);
}

.customer-button--full {
    width: 100%;
}

.customer-dashboard__stats-grid,
.customer-entity-grid {
    display: grid;
    gap: 0.8rem;
}

.customer-dashboard__stats-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column: 1 / -1;
    position: relative;
    z-index: 1;
}

.customer-dashboard__main-column {
    grid-area: main;
}

.customer-dashboard__side-column {
    grid-area: side;
}

.customer-stat-card {
    align-items: start;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(20, 43, 79, 0.08);
    border-radius: 20px;
    display: grid;
    gap: 0.35rem;
    min-width: 0;
    padding: 1rem;
}

.customer-stat-card strong {
    color: var(--customer-ink);
    font-size: 1.45rem;
    line-height: 1;
}

.customer-stat-card > span:last-child {
    color: var(--customer-muted);
    font-size: 0.88rem;
}

.customer-stat-card__icon {
    align-items: center;
    border-radius: 12px;
    display: inline-flex;
    font-size: 0.76rem;
    font-weight: 800;
    height: 2.15rem;
    justify-content: center;
    padding: 0 0.7rem;
}

.customer-stat-card__icon--pets {
    background: rgba(245, 130, 32, 0.12);
    color: #d46e0f;
}

.customer-stat-card__icon--bookings {
    background: rgba(10, 111, 183, 0.12);
    color: #0a6fb7;
}

.customer-stat-card__icon--addresses {
    background: rgba(29, 100, 84, 0.12);
    color: #166150;
}

.customer-stat-card__icon--favorites {
    background: rgba(74, 58, 255, 0.08);
    color: #3056c9;
}

.customer-surface-card {
    padding: 1.25rem;
}

.customer-surface-card--empty {
    display: grid;
    gap: 0.4rem;
}

.customer-sidebar-card {
    display: grid;
    gap: 1rem;
}

.customer-section-card {
    display: grid;
    gap: 1rem;
    padding: 1.3rem;
}

.customer-section-card--pets {
    background: linear-gradient(180deg, #fffdf9, #ffffff 56%);
    border-color: rgba(245, 130, 32, 0.14);
    box-shadow: 0 24px 52px rgba(20, 43, 79, 0.08);
}

.customer-section-heading {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.customer-section-heading > div {
    display: grid;
    gap: 0.18rem;
    min-width: 0;
}

.customer-section-heading span {
    color: #0a6fb7;
    font-size: 0.8rem;
    font-weight: 800;
}

.customer-section-heading h2 {
    color: var(--customer-ink);
    font-size: 1.2rem;
    margin: 0;
}

.customer-section-heading a,
.customer-section-heading strong {
    color: var(--customer-muted);
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
}

.customer-quick-actions {
    display: grid;
    gap: 0.65rem;
}

.customer-quick-actions a {
    align-items: center;
    background: linear-gradient(180deg, #fff, #f8fbff);
    border: 1px solid rgba(20, 43, 79, 0.08);
    border-radius: 18px;
    color: var(--customer-ink);
    display: flex;
    gap: 0.8rem;
    justify-content: space-between;
    min-height: 48px;
    padding: 0.8rem 0.95rem;
    text-decoration: none;
}

.customer-quick-actions a span {
    align-items: center;
    background: rgba(10, 111, 183, 0.08);
    border-radius: 12px;
    color: #0a6fb7;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 0.75rem;
    font-weight: 800;
    height: 2rem;
    justify-content: center;
    min-width: 2.6rem;
    padding: 0 0.5rem;
}

.customer-progress-bar {
    background: rgba(20, 43, 79, 0.08);
    border-radius: 999px;
    height: 0.7rem;
    overflow: hidden;
}

.customer-progress-bar span {
    background: linear-gradient(90deg, #0a6fb7, #f58220);
    border-radius: inherit;
    display: block;
    height: 100%;
}

.customer-checklist {
    display: grid;
    gap: 0.7rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.customer-checklist li {
    align-items: center;
    color: var(--customer-muted);
    display: flex;
    gap: 0.65rem;
}

.customer-checklist li.is-done {
    color: var(--customer-ink);
}

.customer-checklist__mark {
    background: #fff;
    border: 2px solid rgba(20, 43, 79, 0.16);
    border-radius: 50%;
    display: inline-flex;
    flex: 0 0 auto;
    height: 1.1rem;
    position: relative;
    width: 1.1rem;
}

.customer-checklist li.is-done .customer-checklist__mark {
    background: #1f9d55;
    border-color: #1f9d55;
}

.customer-checklist li.is-done .customer-checklist__mark::after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    content: "";
    height: 0.48rem;
    inset: 0.17rem 0.34rem auto auto;
    position: absolute;
    transform: rotate(45deg);
    width: 0.22rem;
}

.customer-checklist--compact {
    gap: 0.5rem;
    margin-top: 0.9rem;
}

.customer-checklist--compact li {
    font-size: 0.92rem;
}

.customer-empty-state {
    align-items: start;
    background: linear-gradient(180deg, #f8fbff, #ffffff);
    border: 1px dashed rgba(20, 43, 79, 0.14);
    border-radius: 22px;
    display: grid;
    gap: 0.65rem;
    justify-items: start;
    padding: 1.3rem;
}

.customer-empty-state--compact {
    padding: 1.15rem;
}

.customer-empty-state--pets {
    background: linear-gradient(135deg, #fff8ef 0%, #ffffff 62%, #f7fbff 100%);
    border-color: rgba(245, 130, 32, 0.2);
}

.customer-empty-state h3,
.customer-empty-state p {
    margin: 0;
}

.customer-empty-state p {
    color: var(--customer-muted);
    max-width: 34rem;
}

.customer-empty-state__icon {
    align-items: center;
    background: rgba(245, 130, 32, 0.12);
    border-radius: 16px;
    color: #d46e0f;
    display: inline-flex;
    font-size: 1.15rem;
    height: 2.6rem;
    justify-content: center;
    min-width: 2.8rem;
    padding: 0 0.7rem;
}

.customer-empty-state__icon::before {
    display: block;
    line-height: 1;
}

.customer-empty-state__icon--pets::before {
    content: "🐾";
}

.customer-empty-state__icon--bookings {
    background: rgba(10, 111, 183, 0.12);
    color: #0a6fb7;
}

.customer-empty-state__icon--bookings::before {
    content: "🗓";
}

.customer-empty-state__icon--addresses {
    background: rgba(31, 157, 85, 0.12);
    color: #1a7d48;
}

.customer-empty-state__icon--addresses::before {
    content: "📍";
}

.customer-empty-state__icon--favorites {
    background: rgba(228, 94, 134, 0.12);
    color: #cc4770;
}

.customer-empty-state__icon--favorites::before {
    content: "♡";
    font-size: 1.35rem;
    font-weight: 800;
}

.customer-empty-state__actions,
.customer-entity-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    min-width: 0;
}

.customer-entity-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
}

.customer-entity-card,
.customer-booking-card,
.customer-address-card,
.customer-favorite-card {
    background: linear-gradient(180deg, #fff, #fbfdff);
    border: 1px solid rgba(20, 43, 79, 0.08);
    border-radius: 22px;
}

.customer-entity-card,
.customer-booking-card,
.customer-address-card {
    display: grid;
    gap: 0.8rem;
    padding: 1rem;
}

.customer-entity-card__header,
.customer-address-card__header,
.customer-booking-card__top,
.customer-booking-card__details,
.customer-address-list,
.customer-booking-list,
.customer-favorite-list {
    display: grid;
    gap: 0.75rem;
}

.customer-entity-card__header,
.customer-address-card__header,
.customer-booking-card__top {
    align-items: center;
    grid-template-columns: auto minmax(0, 1fr);
}

.customer-address-card__header,
.customer-booking-card__top {
    display: flex;
    justify-content: space-between;
}

.customer-entity-card__header h3,
.customer-booking-card__top h3,
.customer-address-card__header h3,
.customer-favorite-card h3 {
    margin: 0;
}

.customer-entity-card__header p,
.customer-booking-card__top p,
.customer-address-card__header p,
.customer-entity-card__meta,
.customer-booking-card__details,
.customer-address-card__snippet,
.customer-provider-card__text,
.customer-favorite-card p,
.customer-favorite-card small {
    color: var(--customer-muted);
    margin: 0;
}

.customer-entity-card__meta,
.customer-booking-card__details {
    font-size: 0.9rem;
}

.customer-booking-card__details {
    display: flex;
    flex-wrap: wrap;
}

.customer-favorite-list {
    gap: 0.85rem;
}

.customer-favorite-card {
    align-items: center;
    display: grid;
    gap: 0.85rem;
    grid-template-columns: 88px minmax(0, 1fr);
    padding: 0.8rem;
}

.customer-favorite-card__image {
    aspect-ratio: 1;
    background-color: var(--customer-soft);
    background-position: center;
    background-size: cover;
    border-radius: 18px;
    display: block;
}

html:has(.customer-dashboard-page),
body:has(.customer-dashboard-page) {
    overflow-x: hidden;
}

.customer-badge {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.76rem;
    font-weight: 800;
    justify-content: center;
    min-height: 2rem;
    padding: 0 0.8rem;
    white-space: nowrap;
}

.customer-badge--pending {
    background: rgba(245, 130, 32, 0.14);
    color: #b66312;
}

.customer-badge--confirmed {
    background: rgba(10, 111, 183, 0.12);
    color: #0a6fb7;
}

.customer-badge--completed {
    background: rgba(31, 157, 85, 0.14);
    color: #1a7d48;
}

.customer-badge--cancelled {
    background: rgba(192, 59, 59, 0.1);
    color: #a23737;
}

.customer-account-shell .form-panel {
    display: grid;
    gap: 1rem;
}

.customer-account-shell .form-grid {
    display: grid;
    gap: 0.9rem;
    grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr));
}

.customer-account-shell .field {
    display: grid;
    gap: 0.45rem;
}

.customer-account-shell .field span {
    color: var(--customer-muted);
    font-size: 0.86rem;
    font-weight: 700;
}

.customer-account-shell .field input,
.customer-account-shell .field textarea,
.customer-account-shell .field select,
.customer-account-shell .inline-form select {
    background: var(--customer-soft);
    border: 1px solid rgba(20, 43, 79, 0.12);
    border-radius: 16px;
    color: var(--customer-ink);
    min-height: 50px;
    min-width: 0;
    padding: 0.8rem 0.9rem;
}

.customer-account-shell .field textarea {
    min-height: 7rem;
    resize: vertical;
}

.customer-account-shell .field input:focus,
.customer-account-shell .field textarea:focus,
.customer-account-shell .field select:focus,
.customer-account-shell .inline-form select:focus {
    border-color: rgba(10, 111, 183, 0.38);
    box-shadow: 0 0 0 4px rgba(10, 111, 183, 0.12);
    outline: 0;
}

.customer-account-shell .checkbox-row {
    align-items: center;
    color: var(--customer-ink);
    display: flex;
    gap: 0.55rem;
}

.customer-account-shell .checkbox-row input {
    accent-color: #0a6fb7;
    height: 1rem;
    width: 1rem;
}

.customer-account-shell .action-row,
.customer-account-shell .inline-form,
.customer-account-shell .stack-row,
.customer-account-shell .booking-row,
.customer-account-shell .pet-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.customer-account-shell .booking-row,
.customer-account-shell .pet-row {
    align-items: center;
}

.customer-account-shell .booking-row > div,
.customer-account-shell .pet-row > div {
    display: grid;
    gap: 0.18rem;
}

.customer-account-shell .inline-form--stack {
    align-items: stretch;
    flex-direction: column;
}

.customer-account-shell .timeline-row {
    border-bottom: 1px solid rgba(20, 43, 79, 0.08);
    display: grid;
    gap: 0.45rem;
    padding-bottom: 1rem;
}

.customer-account-shell .timeline-row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.customer-account-shell .product-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
}

.customer-account-shell .service-card {
    border-radius: 22px;
    box-shadow: var(--customer-shadow);
    overflow: hidden;
}

.customer-account-shell .service-card__image {
    aspect-ratio: 16 / 11;
}

.customer-account-shell .favorite-form button {
    background: rgba(245, 130, 32, 0.1);
    border: 1px solid rgba(245, 130, 32, 0.16);
    border-radius: 12px;
    color: #b66312;
    font-weight: 800;
    min-height: 40px;
    padding: 0 0.85rem;
}

.customer-account-shell .favorite-form button:hover {
    background: rgba(245, 130, 32, 0.16);
}

@media (max-width: 1100px) {
    .customer-dashboard__grid,
    .customer-account-shell .form-shell {
        grid-template-columns: minmax(0, 1fr);
    }

    .customer-dashboard__grid {
        grid-template-areas:
            "welcome"
            "side"
            "main";
    }

    .customer-dashboard__welcome-card {
        grid-template-columns: minmax(0, 1fr);
    }

    .customer-dashboard__welcome-art {
        inset-inline-end: auto;
        justify-content: flex-start;
        min-height: auto;
    }
}

@media (max-width: 768px) {
    .customer-account-shell {
        box-sizing: border-box;
        gap: 1rem;
        max-width: 100%;
        padding-inline: 0;
        padding-bottom: 8rem;
        width: 100%;
    }

    .customer-dashboard-page {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .customer-dashboard-page .customer-account-nav {
        margin-top: 0;
        order: 1;
    }

    .customer-dashboard__compact-header {
        align-items: start;
        display: grid;
        gap: 0.35rem;
        order: 2;
    }

    .customer-account-nav__scroll {
        border-radius: 0;
        border: 0;
        box-shadow: none;
        gap: 0.45rem;
        margin-inline: 0;
        max-width: 100%;
        overflow-x: auto;
        padding: 0 0 0.1rem;
        white-space: nowrap;
        width: 100%;
    }

    .customer-account-tabs {
        padding-inline: 0;
    }

    .customer-account-nav__item {
        background: #fff;
        border: 1px solid rgba(20, 43, 79, 0.08);
        border-radius: 999px;
        box-shadow: none;
    }

    .customer-account-nav__item--active {
        box-shadow: inset 0 0 0 1px rgba(245, 130, 32, 0.22);
    }

    .customer-dashboard__grid {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        order: 3;
        width: 100%;
    }

    .customer-dashboard__main-column,
    .customer-dashboard__side-column,
    .customer-dashboard__welcome-card,
    .customer-dashboard__section {
        box-sizing: border-box;
        max-width: 100%;
        min-width: 0;
        width: 100%;
    }

    .customer-dashboard__main-column,
    .customer-dashboard__side-column {
        display: contents;
    }

    .shop-shell--account .shop-header {
        position: sticky;
        top: 0;
    }

    .shop-shell--provider-onboarding .shop-header {
        position: static;
    }

    .shop-shell--account .shop-header__inner {
        gap: 0.75rem;
        grid-template-columns: auto minmax(0, 1fr) auto;
        min-height: 72px;
        padding: 0.8rem 0.95rem;
    }

    .shop-shell--account .shop-search--account {
        grid-column: 1 / -1;
        justify-self: stretch;
        max-width: none;
        width: 100%;
    }

    .shop-shell:not(.shop-shell--auth) .shop-header__inner {
        gap: 0.75rem;
        grid-template-columns: auto minmax(0, 1fr) auto;
        min-height: 72px;
        padding: 0.8rem 0.95rem;
    }

    .shop-shell:not(.shop-shell--auth) .shop-search {
        grid-column: 1 / -1;
        justify-self: stretch;
        max-width: none;
        width: 100%;
    }

    .customer-dashboard__welcome-card,
    .customer-account-shell .page-intro,
    .customer-account-shell .listing-header,
    .customer-account-shell .public-empty,
    .customer-account-shell .list-panel,
    .customer-account-shell .form-panel,
    .customer-surface-card {
        border-radius: 22px;
        width: 100%;
    }

    .customer-dashboard__welcome-card {
        gap: 1rem;
        grid-template-columns: minmax(0, 1fr);
        padding: 1.25rem;
    }

    .customer-dashboard__welcome-copy h2 {
        font-size: clamp(1.5rem, 6vw, 1.75rem);
    }

    .customer-dashboard__welcome-art {
        display: none;
    }

    .customer-dashboard__cta-row {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        width: 100%;
    }

    .customer-dashboard__cta-row .customer-button {
        width: 100%;
    }

    .customer-dashboard__welcome-art {
        justify-content: flex-start;
    }

    .customer-dashboard__stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.625rem;
    }

    .customer-stat-card {
        min-width: 0;
        padding: 0.95rem 0.85rem;
    }

    .customer-stat-card strong,
    .customer-stat-card > span:last-child {
        overflow-wrap: anywhere;
    }

    .customer-surface-card,
    .customer-section-card,
    .customer-empty-state,
    .customer-account-shell .page-intro,
    .customer-account-shell .listing-header,
    .customer-account-shell .public-empty,
    .customer-account-shell .list-panel,
    .customer-account-shell .form-panel {
        box-sizing: border-box;
        padding: 1.125rem;
    }

    .customer-empty-state__actions,
    .customer-entity-card__actions {
        display: grid;
        width: 100%;
    }

    .customer-empty-state__actions .customer-button,
    .customer-entity-card__actions a {
        width: 100%;
    }

    .customer-dashboard__section--welcome {
        order: 1;
    }

    .customer-dashboard__section--profile {
        order: 2;
    }

    .customer-dashboard__section--quick-actions {
        order: 3;
    }

    .customer-dashboard__section--pets {
        order: 4;
    }

    .customer-dashboard__section--bookings {
        order: 5;
    }

    .customer-dashboard__section--addresses {
        order: 6;
    }

    .customer-dashboard__section--favorites {
        order: 7;
    }

    .customer-dashboard__section--provider {
        order: 8;
    }

    .customer-entity-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .customer-favorite-card {
        grid-template-columns: 76px minmax(0, 1fr);
    }

    .customer-account-shell .listing-header,
    .customer-section-heading,
    .customer-booking-card__top,
    .customer-address-card__header {
        align-items: start;
        flex-direction: column;
    }

    .customer-section-heading,
    .customer-booking-card__details {
        min-width: 0;
    }

    .customer-booking-card__details {
        gap: 0.35rem;
    }

    body:has(.customer-dashboard-page) .ai-chat-widget {
        display: none;
    }

    body:has(.provider-onboarding-page) .ai-chat-widget,
    body:has(.provider-services-page) .ai-chat-widget {
        display: none;
    }
}

body:has(.customer-dashboard-page) .ai-chat-widget {
    bottom: max(18px, env(safe-area-inset-bottom));
    left: max(18px, env(safe-area-inset-left));
}

body:has(.provider-onboarding-page) .ai-chat-widget,
body:has(.provider-services-page) .ai-chat-widget {
    bottom: max(96px, env(safe-area-inset-bottom));
    left: max(18px, env(safe-area-inset-left));
}

@media (max-width: 560px) {
    .customer-account-shell {
        gap: 0.85rem;
        padding-inline: 0;
    }

    .customer-dashboard__compact-header h1 {
        font-size: 1.45rem;
    }

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

    .customer-account-nav__item,
    .customer-account-nav__item--ghost,
    .customer-button,
    .customer-account-shell .primary-button,
    .customer-account-shell .ghost-button,
    .customer-account-shell .ghost-link,
    .customer-account-shell .action-link {
        min-height: 44px;
    }
}

.listing-page {
    display: grid;
    gap: 0.85rem;
    overflow-x: clip;
    padding-bottom: 6.5rem;
}

.listing-header--services {
    --listing-hero-line: rgba(20, 43, 79, 0.08);
    --listing-hero-shadow: 0 16px 36px rgba(20, 43, 79, 0.06);
    align-items: center;
    background:
        radial-gradient(circle at top left, rgba(255, 143, 40, 0.12), transparent 28%),
        radial-gradient(circle at bottom right, rgba(45, 114, 216, 0.12), transparent 28%),
        linear-gradient(135deg, #ffffff 0%, #f7fbff 56%, #eef5fd 100%);
    border: 1px solid var(--listing-hero-line);
    border-radius: 24px;
    box-shadow: var(--listing-hero-shadow);
    display: grid;
    gap: 0.55rem 1rem;
    grid-template-columns: minmax(0, 1fr) auto;
    margin: 0;
    padding: 1rem 1.25rem;
}

.listing-header--services .listing-header__copy {
    grid-column: 1;
}

.listing-header--services .listing-toolbar--header {
    grid-column: 2;
    justify-self: end;
}

.listing-header--services .listing-filter-chips,
.listing-header--services .category-seo-links {
    grid-column: 1 / -1;
}

.listing-header__copy,
.listing-header__meta {
    display: grid;
    gap: 0.32rem;
    min-width: 0;
}

.listing-header__eyebrow {
    color: #56759f;
    font-size: 0.8rem;
    font-weight: 900;
    letter-spacing: 0.01em;
}

.listing-header--services h1 {
    color: #142b4f;
    font-size: clamp(1.55rem, 2.2vw, 2rem);
    line-height: 1.22;
    margin: 0;
}

.listing-header--services p {
    color: #5d6d84;
    font-size: 0.9rem;
    line-height: 1.65;
    margin: 0;
    max-width: 42rem;
}

.category-seo-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: 0.15rem;
}

.category-seo-links a {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(20, 43, 79, 0.12);
    border-radius: 999px;
    color: #243042;
    font-size: 0.83rem;
    font-weight: 850;
    min-height: 2.05rem;
    padding: 0.35rem 0.7rem;
    text-decoration: none;
}

.category-seo-links a.active,
.category-seo-links a:hover {
    background: rgba(226, 247, 239, 0.92);
    border-color: rgba(16, 109, 88, 0.32);
    color: #0c5f4b;
}

.category-seo-links--local {
    margin-top: 0;
}

.category-seo-links--local a {
    background: rgba(255, 255, 255, 0.82);
    font-size: 0.8rem;
    min-height: 2rem;
    padding-block: 0.32rem;
}

.listing-secondary-links {
    display: grid;
    gap: 0.35rem;
    min-width: 0;
}

.category-seo-links--secondary {
    flex-wrap: nowrap;
    margin-top: 0;
    overflow-x: auto;
    padding: 0 0.1rem 0.1rem;
    scrollbar-width: none;
}

.category-seo-links--secondary::-webkit-scrollbar {
    display: none;
}

.category-seo-links--secondary a {
    background: rgba(255, 255, 255, 0.78);
    box-shadow: none;
    color: #54657c;
    flex: 0 0 auto;
}

.listing-header__summary {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.listing-header__summary strong {
    color: #173562;
    font-size: 0.98rem;
}

.listing-header__summary span {
    color: #70829a;
    font-size: 0.84rem;
    font-weight: 800;
}

.listing-result-pill {
    align-items: center;
    align-self: auto;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: inline-flex;
    gap: 0.45rem;
    padding: 0;
}

.listing-result-pill span {
    color: #718199;
    font-size: 0.85rem;
    font-weight: 800;
}

.listing-result-pill strong {
    color: #142b4f;
    font-size: 0.98rem;
}

.listing-filter-chips,
.filter-panel__active-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.listing-filter-chip {
    align-items: center;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(20, 43, 79, 0.1);
    border-radius: 999px;
    color: #21416f;
    display: inline-flex;
    gap: 0.45rem;
    font-size: 0.84rem;
    font-weight: 800;
    min-height: 2.05rem;
    padding: 0.35rem 0.7rem;
    text-decoration: none;
}

.listing-filter-chip--muted {
    background: #f8fbff;
}

.listing-sort-form {
    align-items: center;
    display: inline-flex;
    gap: 0.55rem;
}

.listing-sort-form label {
    align-items: center;
    display: inline-flex;
    gap: 0.5rem;
}

.listing-sort-form span {
    color: #6f8097;
    font-size: 0.82rem;
    font-weight: 900;
    white-space: nowrap;
}

.listing-sort-form select {
    appearance: none;
    background: #fff;
    border: 1px solid rgba(20, 43, 79, 0.12);
    border-radius: 16px;
    color: #173562;
    font-size: 0.95rem;
    font-weight: 800;
    min-height: 2.75rem;
    min-width: 10rem;
    padding: 0 0.85rem;
}

.listing-toolbar {
    align-items: center;
    display: flex;
    gap: 0.65rem;
    justify-content: space-between;
    min-width: 0;
}

.listing-toolbar__actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: flex-end;
    min-width: 0;
}

.listing-page .result-mode-switch,
.listing-page .map-mode-switch {
    flex-wrap: wrap;
    gap: 0.45rem;
}

.listing-page .result-mode-switch a,
.listing-page .map-mode-switch a,
.listing-filter-trigger {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(20, 43, 79, 0.1);
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(20, 43, 79, 0.05);
    color: #173562;
    display: inline-flex;
    font-size: 0.86rem;
    font-weight: 900;
    justify-content: center;
    min-height: 2.45rem;
    padding: 0.35rem 0.85rem;
    text-decoration: none;
}

.listing-page .result-mode-switch a.active {
    background: #1f5bb8;
    border-color: #1f5bb8;
    color: #fff;
}

.listing-page .map-mode-switch a.active {
    background: #ff8a1e;
    border-color: #ff8a1e;
    color: #fff;
}

.listing-filter-trigger {
    cursor: pointer;
    display: none;
}

.catalog-layout--services {
    gap: 1rem;
    grid-template-columns: 290px minmax(0, 1fr);
}

.listing-filter-card {
    border-radius: 24px;
    box-shadow: 0 22px 44px rgba(20, 43, 79, 0.07);
    gap: 0.85rem;
    padding: 1rem;
}

.listing-filter-card .filter-panel__header {
    border-bottom-color: rgba(20, 43, 79, 0.08);
    padding-bottom: 0.75rem;
}

.listing-filter-card .filter-panel__header strong {
    font-size: 1rem;
}

.listing-filter-card .filter-panel__header small {
    line-height: 1.8;
}

.listing-filter-card .filter-panel__grid {
    gap: 0.8rem;
    grid-template-columns: 1fr;
}

.listing-filter-card label {
    display: grid;
    gap: 0.4rem;
}

.listing-filter-card label > span {
    color: #173562;
    font-size: 0.85rem;
    font-weight: 900;
}

.listing-filter-card input,
.listing-filter-card select {
    background: #f9fbff;
    border: 1px solid rgba(20, 43, 79, 0.1);
    border-radius: 16px;
    box-sizing: border-box;
    min-height: 3.1rem;
    width: 100%;
}

.listing-filter-card input {
    padding-inline: 0.95rem;
}

.listing-filter-card select {
    padding-inline: 0.85rem;
}

.listing-filter-card .filter-panel__actions--inline,
.listing-filter-card .filter-panel__actions--sheet {
    gap: 0.75rem;
}

.listing-filter-card .filter-panel__actions--inline button,
.listing-filter-card .filter-panel__actions--inline a,
.listing-filter-card .filter-panel__actions--sheet button,
.listing-filter-card .filter-panel__actions--sheet a {
    border-radius: 16px;
    min-height: 3.15rem;
}

.catalog-main--services {
    gap: 1.25rem;
}

.listing-results-toolbar {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(20, 43, 79, 0.08);
    border-radius: 22px;
    box-shadow: 0 14px 32px rgba(20, 43, 79, 0.05);
    display: flex;
    gap: 0.9rem;
    justify-content: space-between;
    padding: 0.9rem 1rem;
}

.listing-results-toolbar__summary,
.listing-results-toolbar__controls {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    min-width: 0;
}

.listing-results-toolbar__summary strong {
    color: #173562;
    font-size: 0.98rem;
}

.listing-results-toolbar__summary span {
    color: #70829a;
    font-size: 0.84rem;
    font-weight: 800;
}

.listing-sort-form--mobile {
    display: none;
}

.services-results-grid {
    align-items: stretch;
    gap: 1.25rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.services-results-grid > * {
    height: 100%;
}

.services-results-grid .pagination-nav {
    grid-column: 1 / -1;
    margin-top: 0.45rem;
}

.service-card--listing {
    border: 1px solid rgba(20, 43, 79, 0.08);
    border-radius: 26px;
    box-shadow: 0 22px 40px rgba(20, 43, 79, 0.06);
    display: flex;
    flex-direction: column;
    height: 100%;
    min-width: 0;
}

.service-card__image--listing {
    aspect-ratio: 16 / 10;
    background: linear-gradient(180deg, #eef4fb, #e8f1fb);
    flex: 0 0 auto;
    overflow: hidden;
}

.service-card__image--listing img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.service-card__image-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    inset-inline-end: 0.9rem;
    inset-inline-start: 0.9rem;
    position: absolute;
    top: 0.9rem;
}

.service-card__image-chip {
    background: rgba(20, 43, 79, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 0.76rem;
    font-weight: 900;
    padding: 0.28rem 0.65rem;
}

.service-card__image-note {
    inset-inline-start: auto;
    inset-inline-end: 0.9rem;
    top: auto;
    bottom: 0.9rem;
}

.service-card__placeholder {
    align-content: center;
    background:
        radial-gradient(circle at top right, rgba(255, 138, 30, 0.18), transparent 32%),
        linear-gradient(135deg, #ecf5ff 0%, #dff0ee 100%);
    color: #173562;
    display: grid;
    gap: 0.75rem;
    height: 100%;
    justify-items: center;
    padding: 1rem;
    text-align: center;
}

.service-card__placeholder strong {
    font-size: 0.92rem;
    max-width: 16rem;
}

.service-card__placeholder-badge {
    align-items: center;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(20, 43, 79, 0.08);
    border-radius: 999px;
    color: #173562;
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 900;
    padding: 0.28rem 0.7rem;
}

.service-card__placeholder--groomer {
    background:
        radial-gradient(circle at top right, rgba(255, 138, 30, 0.2), transparent 34%),
        linear-gradient(135deg, #fff4e7 0%, #ffe9d2 100%);
}

.service-card__placeholder--vet {
    background:
        radial-gradient(circle at top right, rgba(31, 91, 184, 0.18), transparent 34%),
        linear-gradient(135deg, #edf5ff 0%, #dfeeff 100%);
}

.service-card__placeholder--sitter {
    background:
        radial-gradient(circle at top right, rgba(16, 149, 123, 0.18), transparent 34%),
        linear-gradient(135deg, #ecf8f4 0%, #dff4ec 100%);
}

.service-card__placeholder--default {
    background:
        radial-gradient(circle at top right, rgba(255, 138, 30, 0.16), transparent 32%),
        linear-gradient(135deg, #ecf5ff 0%, #dff0ee 100%);
}

.service-card__placeholder-icon {
    align-items: center;
    background: rgba(255, 255, 255, 0.72);
    border-radius: 20px;
    display: inline-flex;
    height: 64px;
    justify-content: center;
    width: 64px;
}

.service-card__placeholder-icon svg {
    fill: rgba(31, 91, 184, 0.8);
    height: 36px;
    width: 36px;
}

.service-card--listing .service-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 0.72rem;
    min-height: 0;
    overflow: hidden;
    padding: 1.15rem 1.15rem 1.2rem;
}

.service-card--listing .service-card__body > * {
    min-width: 0;
}

.service-card__eyebrow-row {
    align-items: center;
    color: #56759f;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.85rem;
    font-weight: 900;
    gap: 0.5rem;
    justify-content: space-between;
}

.service-card__eyebrow-row--compact {
    justify-content: flex-start;
}

.service-card__status-badge {
    align-items: center;
    background: #eef6ff;
    border: 1px solid #d3e5ff;
    border-radius: 999px;
    color: #1f5bb8;
    display: inline-flex;
    font-size: 0.76rem;
    font-weight: 900;
    min-height: 2rem;
    padding: 0.2rem 0.68rem;
}

.service-card--listing h2 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #142b4f;
    display: -webkit-box;
    font-size: 1.16rem;
    line-height: 1.55;
    margin: 0;
    overflow: hidden;
}

.service-card__summary {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    line-height: 1.8;
    overflow: hidden;
    overflow-wrap: anywhere;
}

.service-card__location {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    font-size: 0.88rem;
    line-height: 1.7;
    overflow: hidden;
    overflow-wrap: anywhere;
}

.service-card__location a {
    color: #1f5bb8;
    font-weight: 800;
    text-decoration: none;
}

.service-card--listing .service-card__badges {
    align-content: start;
    gap: 0.45rem;
    max-height: 4.1rem;
    overflow: hidden;
}

.service-card--listing .service-card__chip {
    background: #f0f6ff;
    border: 1px solid #dbeafe;
    color: #184176;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.76rem;
    min-height: 2rem;
    padding: 0.26rem 0.62rem;
}

.service-card__chip--skeleton {
    color: transparent;
    min-width: 4.4rem;
}

.favorite-form {
    margin-top: -0.1rem;
}

.favorite-form button {
    background: #fff7ef;
    border: 1px solid rgba(255, 138, 30, 0.25);
    border-radius: 999px;
    color: #d86c00;
    font-weight: 900;
    min-height: 2.35rem;
    padding: 0.45rem 0.8rem;
}

.service-card--listing .service-card__meta {
    align-items: stretch;
    flex-direction: column;
    flex: 0 0 auto;
    gap: 0.8rem;
    margin-top: auto;
    padding-top: 0.1rem;
}

.service-card__price {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.service-card__price-note {
    background: #fff6e9;
    border: 1px solid rgba(255, 138, 30, 0.18);
    border-radius: 999px;
    color: #cf6f09;
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 900;
    padding: 0.3rem 0.68rem;
    white-space: nowrap;
}

.service-card__actions {
    flex: 0 0 auto;
    display: grid;
    gap: 0.65rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-card__actions--single {
    grid-template-columns: minmax(0, 1fr);
}

.service-card__cta {
    align-items: center;
    border-radius: 16px;
    display: inline-flex;
    font-weight: 900;
    justify-content: center;
    min-height: 3rem;
    padding: 0.7rem 0.95rem;
    text-align: center;
    text-decoration: none;
}

.service-card__cta--primary {
    background: linear-gradient(135deg, #ff962f 0%, #ff7a00 100%);
    color: #fff;
}

.service-card__cta--secondary {
    background: #f4f8ff;
    border: 1px solid rgba(31, 91, 184, 0.14);
    color: #1f5bb8;
}

.provider-group-card__services--chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0;
    max-height: 4.35rem;
    overflow: hidden;
    padding: 0;
}

.provider-group-card__services--chips a,
.provider-group-card__more {
    align-items: center;
    background: #f7faff;
    border: 1px solid rgba(20, 43, 79, 0.08);
    border-radius: 999px;
    color: #21416f;
    display: inline-flex;
    font-size: 0.8rem;
    font-weight: 800;
    max-width: 100%;
    min-height: 2rem;
    overflow: hidden;
    padding: 0.24rem 0.62rem;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
}

.provider-group-card__more {
    color: #617188;
}

.pagination-nav {
    gap: 0.55rem;
    margin-top: 0.8rem;
}

.pagination-nav a {
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(20, 43, 79, 0.05);
    min-height: 2.8rem;
    min-width: 2.8rem;
    padding: 0.55rem 0.85rem;
}

.pagination-nav a.active {
    background: #ff8a1e;
    border-color: #ff8a1e;
}

.local-seo-sections {
    display: grid;
    gap: 0.9rem;
}

.local-seo-section {
    background: #ffffff;
    border: 1px solid rgba(20, 43, 79, 0.08);
    border-radius: 22px;
    box-shadow: 0 18px 42px rgba(20, 43, 79, 0.05);
    display: grid;
    gap: 0.85rem;
    padding: 1.15rem 1.25rem;
}

.local-seo-section h2 {
    color: #142b4f;
    font-size: 1.05rem;
    line-height: 1.5;
    margin: 0;
}

.local-seo-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.local-seo-links a {
    background: #f7faff;
    border: 1px solid rgba(20, 43, 79, 0.08);
    border-radius: 999px;
    color: #21416f;
    font-size: 0.86rem;
    font-weight: 850;
    min-height: 2.35rem;
    padding: 0.45rem 0.8rem;
    text-decoration: none;
}

.local-seo-links a:hover {
    background: #eef7f3;
    border-color: rgba(16, 109, 88, 0.22);
    color: #0c5f4b;
}

.local-faq-list {
    display: grid;
    gap: 0.75rem;
}

.local-faq-list article {
    border-top: 1px solid rgba(20, 43, 79, 0.08);
    display: grid;
    gap: 0.35rem;
    padding-top: 0.75rem;
}

.local-faq-list article:first-child {
    border-top: 0;
    padding-top: 0;
}

.local-faq-list h3 {
    color: #173562;
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0;
}

.local-faq-list p {
    color: #62758e;
    font-size: 0.9rem;
    line-height: 1.9;
    margin: 0;
}

.public-empty--listing {
    border-radius: 26px;
    box-shadow: 0 22px 44px rgba(20, 43, 79, 0.06);
    padding: 2rem 1.8rem;
    text-align: right;
}

.public-empty--listing p {
    line-height: 1.9;
}

.service-card__skeleton {
    animation: listing-skeleton-shimmer 1.5s linear infinite;
    background: linear-gradient(90deg, rgba(223, 232, 244, 0.85) 0%, rgba(246, 249, 253, 1) 50%, rgba(223, 232, 244, 0.85) 100%);
    background-size: 200% 100%;
    border-radius: 999px;
    display: block;
}

.service-card--skeleton .service-card__image {
    animation: listing-skeleton-shimmer 1.5s linear infinite;
    background: linear-gradient(90deg, rgba(223, 232, 244, 0.85) 0%, rgba(246, 249, 253, 1) 50%, rgba(223, 232, 244, 0.85) 100%);
    background-size: 200% 100%;
}

.service-card__skeleton--eyebrow {
    height: 0.9rem;
    width: 34%;
}

.service-card__skeleton--title {
    border-radius: 14px;
    height: 1.3rem;
    width: 82%;
}

.service-card__skeleton--text {
    border-radius: 14px;
    height: 0.95rem;
    width: 64%;
}

.service-card__skeleton--price {
    height: 1.15rem;
    width: 32%;
}

.service-card__skeleton--button {
    border-radius: 16px;
    height: 3rem;
    width: 46%;
}

.listing-filter-sheet-backdrop {
    background: rgba(15, 23, 42, 0.32);
    inset: 0;
    position: fixed;
    z-index: 24;
}

.listing-filter-sheet {
    background: #f4f8fc;
    border-radius: 28px 28px 0 0;
    bottom: 0;
    box-shadow: 0 -18px 42px rgba(20, 43, 79, 0.18);
    display: grid;
    gap: 1rem;
    inset-inline: 0;
    max-height: 85vh;
    overflow: hidden;
    padding: 1rem 1rem calc(1rem + env(safe-area-inset-bottom));
    position: fixed;
    z-index: 25;
}

.listing-filter-sheet__header {
    align-items: start;
    display: flex;
    gap: 0.8rem;
    justify-content: space-between;
}

.listing-filter-sheet__header div {
    display: grid;
    gap: 0.25rem;
}

.listing-filter-sheet__header strong {
    color: #142b4f;
    font-size: 1rem;
}

.listing-filter-sheet__header small {
    color: #66778f;
    line-height: 1.8;
}

body:has(.listing-page) .ai-chat-widget {
    bottom: max(14px, env(safe-area-inset-bottom));
    left: max(18px, env(safe-area-inset-left));
}

.listing-filter-card--mobile {
    box-shadow: none;
    display: grid;
    max-height: calc(85vh - 5.4rem);
    overflow-y: auto;
    padding-bottom: calc(1.2rem + env(safe-area-inset-bottom));
}

.listing-filter-card--mobile .filter-panel__actions--sheet {
    background: #fff;
    border-top: 1px solid rgba(20, 43, 79, 0.08);
    margin-inline: -1.15rem;
    margin-top: 0.4rem;
    padding: 1rem 1.15rem calc(0.15rem + env(safe-area-inset-bottom));
    position: sticky;
    bottom: -1.15rem;
}

@keyframes listing-skeleton-shimmer {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

@media (max-width: 1100px) {
    .services-results-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 900px) {
    .listing-header--services {
        align-items: start;
        grid-template-columns: minmax(0, 1fr);
        padding: 0.95rem 1rem;
    }

    .listing-header--services .listing-header__copy,
    .listing-header--services .listing-toolbar--header,
    .listing-header--services .listing-filter-chips,
    .listing-header--services .category-seo-links {
        grid-column: 1;
        justify-self: stretch;
    }

    .listing-sort-form--desktop,
    .listing-filter-card--desktop {
        display: none;
    }

    .listing-sort-form--mobile {
        display: grid;
    }

    .listing-toolbar {
        align-items: stretch;
        flex-direction: column;
        gap: 0.5rem;
    }

    .listing-toolbar__actions {
        justify-content: stretch;
        width: 100%;
    }

    .listing-page .result-mode-switch,
    .listing-page .map-mode-switch {
        width: 100%;
    }

    .listing-header--services .result-mode-switch,
    .listing-header--services .listing-toolbar__actions {
        display: grid;
        gap: 0.5rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        overflow: visible;
    }

    .listing-page .result-mode-switch a,
    .listing-page .map-mode-switch a,
    .listing-filter-trigger,
    .listing-page .map-mobile-trigger {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .listing-header--services .result-mode-switch a,
    .listing-header--services .listing-filter-trigger,
    .listing-header--services .map-mobile-trigger {
        min-height: 2.35rem;
        width: auto;
    }

    .listing-filter-trigger,
    .listing-page .map-mobile-trigger {
        display: inline-flex;
    }

    .catalog-layout--services {
        grid-template-columns: 1fr;
    }

    .listing-results-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .listing-results-toolbar__summary,
    .listing-results-toolbar__controls {
        justify-content: space-between;
        width: 100%;
    }

}

@media (max-width: 768px) {
    .listing-page {
        gap: 0.75rem;
        padding-bottom: 1rem;
    }

    .listing-header--services {
        border-radius: 20px;
        padding: 0.85rem 0.9rem;
    }

    .listing-header--services h1 {
        font-size: clamp(1.35rem, 5.8vw, 1.75rem);
    }

    .listing-header--services p {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        font-size: 0.86rem;
        line-height: 1.6;
        overflow: hidden;
    }

    .listing-header--services .category-seo-links,
    .category-seo-links--secondary {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 0.1rem;
    }

    .category-seo-links a,
    .category-seo-links--local a {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .listing-secondary-links {
        display: flex;
        gap: 0.45rem;
        min-width: 0;
        overflow-x: auto;
        padding-bottom: 0.1rem;
        scrollbar-width: none;
    }

    .listing-secondary-links::-webkit-scrollbar {
        display: none;
    }

    .listing-secondary-links .category-seo-links {
        flex: 0 0 auto;
        overflow: visible;
        padding-bottom: 0;
    }

    .listing-filter-chips {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 0.15rem;
    }

    .listing-filter-chips::-webkit-scrollbar,
    .listing-page .result-mode-switch::-webkit-scrollbar,
    .listing-page .map-mode-switch::-webkit-scrollbar {
        display: none;
    }

    .listing-toolbar__actions {
        display: grid;
        gap: 0.6rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
    }

    .listing-sort-form--mobile label {
        width: 100%;
    }

    .listing-sort-form--mobile select {
        width: 100%;
    }

    .listing-results-toolbar__summary,
    .listing-results-toolbar__controls {
        justify-content: flex-start;
    }

    .photo-swipe-hero-gallery__main-button,
    .photo-swipe-hero-gallery__main-button img {
        aspect-ratio: 4 / 3;
    }

    .services-results-grid {
        gap: 1rem;
        grid-template-columns: 1fr;
    }

    .service-card--listing {
        border-radius: 24px;
    }

    .service-card__image--listing {
        aspect-ratio: 4 / 3;
    }

    .service-card--listing .service-card__body {
        padding: 1rem;
    }

    .service-card__actions,
    .service-card__actions--single {
        grid-template-columns: 1fr;
    }

    .service-card__cta {
        width: 100%;
    }

    .service-card__skeleton--button {
        width: 100%;
    }

    body:has(.listing-page) .ai-chat-widget {
        display: none;
    }
}

@media (max-width: 560px) {
    .listing-page .map-mobile-trigger,
    .listing-filter-trigger {
        min-height: 2.35rem;
    }

    .listing-header--services .listing-toolbar__actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .listing-sort-form--mobile select,
    .listing-filter-chip {
        min-height: 2.9rem;
    }

    .service-card__image-badges {
        inset-inline-end: 0.75rem;
        inset-inline-start: 0.75rem;
        top: 0.75rem;
    }

    .pagination-nav a {
        flex: 1 1 2.8rem;
    }
}

.assistant-home-promo,
.assistant-page__hero,
.assistant-page__section,
.assistant-article-cta,
.assistant-visibility-page__hero,
.assistant-visibility-page__section {
    background: #fff;
    border: 1px solid rgba(20, 43, 79, 0.08);
    border-radius: 28px;
    box-shadow: 0 18px 40px rgba(20, 43, 79, 0.08);
}

.assistant-launch-button {
    appearance: none;
    border: 0;
    cursor: pointer;
    font: inherit;
    text-align: center;
}

.assistant-home-promo {
    align-items: center;
    background:
        radial-gradient(circle at top left, rgba(255, 153, 54, 0.14), transparent 34%),
        linear-gradient(135deg, rgba(235, 244, 252, 0.96), #fff 68%);
    display: grid;
    gap: 1.5rem;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.95fr);
    margin: 1.75rem 0 2rem;
    padding: 1.9rem 2rem;
}

.assistant-home-promo__eyebrow,
.assistant-page__eyebrow,
.assistant-visibility-page__eyebrow {
    color: #2f5fa6;
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 800;
    margin-bottom: 0.65rem;
}

.assistant-home-promo h2,
.assistant-page__hero h1,
.assistant-visibility-page__hero h1 {
    color: #142b4f;
    margin: 0;
}

.assistant-home-promo h2 {
    font-size: clamp(1.7rem, 3vw, 2.15rem);
}

.assistant-home-promo__subtitle,
.assistant-page__subtitle,
.assistant-visibility-page__subtitle {
    color: #27466f;
    font-size: 1.02rem;
    font-weight: 700;
    margin: 0.65rem 0 0.8rem;
}

.assistant-home-promo p,
.assistant-page__hero p,
.assistant-page__section p,
.assistant-article-cta p,
.assistant-visibility-page__hero p,
.assistant-visibility-page__section p {
    color: #55708f;
    line-height: 1.9;
    margin: 0;
}

.assistant-home-promo__actions,
.assistant-page__actions,
.assistant-page__provider-links,
.assistant-visibility-page__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.25rem;
}

.assistant-home-promo__panel,
.assistant-page__hero-panel,
.assistant-visibility-page__note {
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(20, 43, 79, 0.08);
    border-radius: 24px;
    padding: 1.25rem;
}

.assistant-home-promo__avatar,
.assistant-page__hero-avatar {
    align-items: center;
    background: linear-gradient(135deg, rgba(31, 85, 170, 0.16), rgba(255, 153, 54, 0.22));
    border-radius: 18px;
    display: inline-flex;
    height: 3rem;
    justify-content: center;
    margin-bottom: 0.95rem;
    width: 3rem;
}

.assistant-home-promo__avatar img,
.assistant-page__hero-avatar img {
    height: 1.75rem;
    width: 1.75rem;
}

.assistant-home-promo__panel strong,
.assistant-page__hero-panel strong,
.assistant-page__section-header h2,
.assistant-article-cta__copy strong,
.assistant-visibility-page__note strong,
.assistant-visibility-page__factor h3 {
    color: #142b4f;
}

.assistant-home-promo__chips,
.assistant-page__hero-chips,
.assistant-page__prompt-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 1rem;
}

.assistant-home-promo__chips button,
.assistant-page__hero-chips button,
.assistant-page__prompt-chips button,
.assistant-page__use-case-card button {
    background: rgba(47, 95, 166, 0.08);
    border: 1px solid rgba(47, 95, 166, 0.12);
    border-radius: 999px;
    color: #204476;
    cursor: pointer;
    font: inherit;
    min-height: 2.65rem;
    padding: 0.72rem 1rem;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.assistant-home-promo__chips button:hover,
.assistant-page__hero-chips button:hover,
.assistant-page__prompt-chips button:hover,
.assistant-page__use-case-card button:hover {
    background: rgba(47, 95, 166, 0.14);
    border-color: rgba(47, 95, 166, 0.2);
    transform: translateY(-1px);
}

.assistant-page,
.assistant-visibility-page {
    display: grid;
    gap: 1.5rem;
    margin: 1.6rem auto 2.4rem;
    max-width: 1240px;
    padding: 0 1rem;
}

.assistant-page__hero,
.assistant-visibility-page__hero {
    background:
        radial-gradient(circle at top right, rgba(43, 98, 184, 0.14), transparent 30%),
        radial-gradient(circle at bottom left, rgba(255, 153, 54, 0.12), transparent 30%),
        #f7fbff;
    display: grid;
    gap: 1.4rem;
    grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.95fr);
    padding: 2rem;
}

.assistant-page__hero-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem 1rem;
    margin-top: 1rem;
}

.assistant-page__hero-links a {
    color: #2f5fa6;
    font-weight: 700;
    text-decoration: none;
}

.assistant-page__hero-links a:hover {
    text-decoration: underline;
}

.assistant-page__section,
.assistant-visibility-page__section {
    padding: 1.6rem 1.7rem;
}

.assistant-page__section-header {
    margin-bottom: 1.1rem;
}

.assistant-page__section-header h2 {
    font-size: clamp(1.25rem, 2vw, 1.6rem);
    margin: 0 0 0.45rem;
}

.assistant-page__use-cases,
.assistant-visibility-page__factors {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.assistant-page__use-case-card,
.assistant-visibility-page__factor {
    background: #f9fbff;
    border: 1px solid rgba(20, 43, 79, 0.08);
    border-radius: 22px;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-width: 0;
    padding: 1.15rem;
}

.assistant-page__use-case-icon,
.assistant-visibility-page__factor > span {
    align-items: center;
    background: rgba(255, 153, 54, 0.16);
    border-radius: 999px;
    color: #ef8a17;
    display: inline-flex;
    font-size: 0.8rem;
    height: 2rem;
    justify-content: center;
    width: 2rem;
}

.assistant-page__use-case-card h3,
.assistant-page__prompt-group h3,
.assistant-visibility-page__factor h3 {
    font-size: 1.05rem;
    margin: 0;
}

.assistant-page__steps {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.assistant-page__steps article,
.assistant-page__prompt-group {
    background: #f8fbff;
    border: 1px solid rgba(20, 43, 79, 0.08);
    border-radius: 22px;
    padding: 1.1rem;
}

.assistant-page__steps strong,
.assistant-page__faq summary,
.assistant-visibility-page__note strong {
    color: #142b4f;
}

.assistant-page__prompt-groups {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.assistant-page__faq {
    display: grid;
    gap: 0.85rem;
}

.assistant-page__faq details {
    background: #f8fbff;
    border: 1px solid rgba(20, 43, 79, 0.08);
    border-radius: 20px;
    padding: 1rem 1.1rem;
}

.assistant-page__faq summary {
    cursor: pointer;
    font-weight: 800;
    list-style: none;
}

.assistant-page__faq summary::-webkit-details-marker {
    display: none;
}

.assistant-page__faq details p {
    margin-top: 0.85rem;
}

.assistant-page__section--safety .support-contact-card {
    margin-top: 1rem;
}

.assistant-article-cta {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(241, 247, 253, 0.92), #fff 65%);
    display: grid;
    gap: 1rem;
    grid-template-columns: auto minmax(0, 1fr) auto;
    margin-top: 1.5rem;
    padding: 1.15rem 1.25rem;
}

@media (max-width: 720px) {
    .support-contact-card__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .support-contact-card__call,
    .support-contact-card__phone {
        width: 100%;
    }
}

.assistant-article-cta__icon {
    align-items: center;
    background: rgba(47, 95, 166, 0.12);
    border-radius: 18px;
    color: #2f5fa6;
    display: inline-flex;
    height: 3rem;
    justify-content: center;
    width: 3rem;
}

.assistant-article-cta__icon svg {
    fill: none;
    height: 1.5rem;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 1.5rem;
}

.assistant-article-cta__copy {
    min-width: 0;
}

.assistant-article-cta__copy strong {
    display: block;
    font-size: 1.05rem;
    margin-bottom: 0.3rem;
}

.assistant-article-cta__copy small {
    color: #6d8097;
    display: block;
    line-height: 1.8;
    margin-top: 0.6rem;
}

.assistant-article-cta__actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.assistant-article-cta__link,
.assistant-listing-helper a {
    color: #2f5fa6;
    font-weight: 800;
    text-decoration: none;
}

.assistant-article-cta__link:hover,
.assistant-listing-helper a:hover {
    text-decoration: underline;
}

.assistant-listing-helper {
    align-items: center;
    background: rgba(47, 95, 166, 0.05);
    border: 1px solid rgba(20, 43, 79, 0.08);
    border-radius: 18px;
    color: #48627f;
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem 1rem;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: 0.85rem 1rem;
}

.assistant-listing-helper--centers {
    margin-top: 0.85rem;
}

.assistant-visibility-page__note {
    align-self: start;
}

.assistant-visibility-page__note p {
    margin-top: 0.6rem;
}

@media (max-width: 1080px) {
    .assistant-page__use-cases,
    .assistant-page__prompt-groups,
    .assistant-visibility-page__factors {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

@media (max-width: 900px) {
    .assistant-home-promo,
    .assistant-page__hero,
    .assistant-visibility-page__hero,
    .assistant-article-cta {
        grid-template-columns: 1fr;
    }

    .assistant-article-cta__actions .primary-button {
        width: 100%;
    }

    .assistant-article-cta__actions {
        align-items: stretch;
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .assistant-page,
    .assistant-visibility-page {
        padding: 0 0.8rem;
    }

    .assistant-home-promo,
    .assistant-page__hero,
    .assistant-page__section,
    .assistant-visibility-page__hero,
    .assistant-visibility-page__section,
    .assistant-article-cta {
        border-radius: 24px;
        padding: 1.2rem;
    }

    .assistant-home-promo {
        margin-bottom: 1.5rem;
    }

    .assistant-home-promo__actions,
    .assistant-page__actions,
    .assistant-page__provider-links,
    .assistant-visibility-page__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .assistant-home-promo__actions .primary-button,
    .assistant-home-promo__actions .ghost-link,
    .assistant-page__actions .primary-button,
    .assistant-page__actions .ghost-link,
    .assistant-page__provider-links .primary-button,
    .assistant-page__provider-links .ghost-link,
    .assistant-visibility-page__actions .primary-button,
    .assistant-visibility-page__actions .ghost-link {
        justify-content: center;
        width: 100%;
    }

    .assistant-page__use-cases,
    .assistant-page__steps,
    .assistant-page__prompt-groups,
    .assistant-visibility-page__factors {
        grid-template-columns: 1fr;
    }

    .assistant-home-promo__chips,
    .assistant-page__hero-chips,
    .assistant-page__prompt-chips {
        gap: 0.55rem;
    }

    .assistant-home-promo__chips button,
    .assistant-page__hero-chips button,
    .assistant-page__prompt-chips button,
    .assistant-page__use-case-card button {
        width: 100%;
    }

    .assistant-listing-helper {
        align-items: flex-start;
        flex-direction: column;
    }
}

.adoption-page {
    display: grid;
    gap: 1.5rem;
    min-width: 0;
}

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

.adoption-hero {
    align-items: center;
    background:
        radial-gradient(circle at 15% 22%, rgba(255, 138, 30, 0.14), transparent 27%),
        radial-gradient(circle at 84% 12%, rgba(31, 91, 184, 0.13), transparent 30%),
        linear-gradient(135deg, #ffffff 0%, #eef6ff 55%, #fff7ee 100%);
    border: 1px solid rgba(20, 43, 79, 0.08);
    border-radius: 28px;
    box-shadow: 0 22px 52px rgba(20, 43, 79, 0.08);
    display: grid;
    gap: 1.5rem;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
    overflow: hidden;
    padding: clamp(1.2rem, 3vw, 2.6rem);
    position: relative;
}

.adoption-hero::before {
    color: rgba(31, 91, 184, 0.07);
    content: "♡  ♡  ♡";
    font-size: clamp(5rem, 13vw, 10rem);
    font-weight: 900;
    inset-inline-end: 8%;
    letter-spacing: 0;
    line-height: 1;
    position: absolute;
    top: 4%;
    transform: rotate(-10deg);
}

.adoption-hero__content {
    display: grid;
    gap: 1rem;
    max-width: 44rem;
    position: relative;
    z-index: 1;
}

.adoption-eyebrow,
.adoption-section__header span {
    align-items: center;
    background: #fff7ed;
    border: 1px solid rgba(255, 138, 30, 0.22);
    border-radius: 999px;
    color: #cf6f09;
    display: inline-flex;
    font-size: 0.85rem;
    font-weight: 900;
    justify-content: center;
    min-height: 2.1rem;
    padding: 0.3rem 0.8rem;
    width: fit-content;
}

.adoption-hero h1 {
    color: #142b4f;
    font-size: clamp(2rem, 4.7vw, 4.15rem);
    line-height: 1.22;
    margin: 0;
}

.adoption-hero p,
.adoption-section__header p,
.adoption-final-cta p,
.adoption-empty-state p,
.adoption-guide p,
.adoption-pet-card p {
    color: #617188;
    line-height: 1.9;
    margin: 0;
}

.adoption-hero__actions,
.adoption-empty-state__actions,
.adoption-final-cta__actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.adoption-hero__actions .primary-button,
.adoption-hero__actions .ghost-link,
.adoption-empty-state__actions .primary-button,
.adoption-empty-state__actions .ghost-link,
.adoption-final-cta__actions .primary-button,
.adoption-final-cta__actions .ghost-link {
    align-items: center;
    border-radius: 16px;
    display: inline-flex;
    justify-content: center;
    min-height: 3.15rem;
    padding-inline: 1.15rem;
}

.adoption-trust-note {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(31, 91, 184, 0.12);
    border-radius: 18px;
    color: #173562;
    font-size: 0.95rem;
    font-weight: 850;
    line-height: 1.9;
    padding: 0.85rem 1rem;
}

.adoption-hero__visual {
    min-width: 0;
    position: relative;
    z-index: 1;
}

.adoption-hero__image-card {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.48)),
        linear-gradient(135deg, #e8f4ff, #fff0df);
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 26px;
    box-shadow: 0 24px 48px rgba(20, 43, 79, 0.12);
    overflow: hidden;
    padding: 1rem;
    position: relative;
}

.adoption-hero__image-card img {
    aspect-ratio: 4 / 3;
    border-radius: 20px;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.adoption-hero__floating-card {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(20, 43, 79, 0.08);
    border-radius: 999px;
    box-shadow: 0 14px 30px rgba(20, 43, 79, 0.1);
    color: #173562;
    font-size: 0.82rem;
    font-weight: 900;
    padding: 0.48rem 0.85rem;
    position: absolute;
}

.adoption-hero__floating-card--top {
    inset-inline-start: 1.3rem;
    top: 1.4rem;
}

.adoption-hero__floating-card--bottom {
    bottom: 1.4rem;
    inset-inline-end: 1.3rem;
}

.adoption-filter-card,
.adoption-section,
.adoption-guide,
.adoption-final-cta {
    background: #fff;
    border: 1px solid rgba(20, 43, 79, 0.08);
    border-radius: 24px;
    box-shadow: 0 18px 42px rgba(20, 43, 79, 0.06);
}

.adoption-filter-card {
    display: grid;
    gap: 1rem;
    padding: 1.15rem;
}

.adoption-filter-card--compact {
    gap: 0.65rem;
    padding: 0.85rem;
}

.adoption-filter-card--compact .adoption-filter-card__header strong {
    font-size: 1rem;
}

.adoption-filter-card--compact .adoption-filter-card__header span {
    font-size: 0.82rem;
}

.adoption-filter-card__header,
.adoption-section__header {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.adoption-filter-card__header {
    align-items: start;
}

.adoption-filter-card__header strong,
.adoption-section__header h2,
.adoption-empty-state h2,
.adoption-final-cta h2,
.adoption-guide h3,
.adoption-pet-card h3 {
    color: #142b4f;
    margin: 0;
}

.adoption-filter-card__header strong {
    font-size: 1.05rem;
}

.adoption-filter-card__header span {
    color: #70829a;
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1.8;
}

.adoption-filter-card__grid {
    display: grid;
    gap: 0.8rem;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.adoption-filter-card--compact .adoption-filter-card__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(220px, 2fr);
}

.adoption-filter-card--compact input,
.adoption-filter-card--compact select {
    min-height: 2.75rem;
}

.adoption-filter-card label {
    display: grid;
    gap: 0.42rem;
}

.adoption-filter-card label > span {
    color: #173562;
    font-size: 0.84rem;
    font-weight: 900;
}

.adoption-filter-card input,
.adoption-filter-card select {
    background: #f9fbff;
    border: 1px solid rgba(20, 43, 79, 0.1);
    border-radius: 14px;
    color: #1f2a37;
    min-height: 3rem;
    min-width: 0;
    padding-inline: 0.85rem;
    width: 100%;
}

.adoption-filter-card__search {
    grid-column: span 2;
}

.adoption-filter-card--compact .adoption-filter-card__search {
    grid-column: auto;
}

.adoption-filter-card__advanced {
    border-top: 1px solid rgba(20, 43, 79, 0.08);
    padding-top: 0.2rem;
}

.adoption-filter-card__advanced summary {
    align-items: center;
    color: #1f5bb8;
    cursor: pointer;
    display: inline-flex;
    font-size: 0.88rem;
    font-weight: 900;
    min-height: 2.4rem;
}

.adoption-filter-card__advanced-grid {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-top: 0.55rem;
}

.adoption-filter-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.adoption-filter-card__actions button,
.adoption-filter-card__actions a {
    border-radius: 14px;
    min-height: 3rem;
}

.adoption-section,
.adoption-guide {
    display: grid;
    gap: 1.1rem;
    padding: 1.25rem;
}

.adoption-section__header h2,
.adoption-final-cta h2 {
    font-size: clamp(1.35rem, 2.4vw, 2rem);
    line-height: 1.45;
}

.adoption-card-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.adoption-card-grid--success {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.adoption-pet-card {
    background: #fff;
    border: 1px solid rgba(20, 43, 79, 0.08);
    border-radius: 20px;
    box-shadow: 0 14px 32px rgba(20, 43, 79, 0.05);
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
}

.adoption-pet-card__image {
    aspect-ratio: 4 / 3;
    background:
        radial-gradient(circle at 24% 22%, rgba(255, 138, 30, 0.2), transparent 32%),
        linear-gradient(135deg, #edf5ff, #fff4e8);
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

.adoption-pet-card__image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.adoption-pet-card__placeholder {
    align-items: center;
    color: #1f5bb8;
    display: flex;
    font-size: 1.15rem;
    font-weight: 900;
    height: 100%;
    justify-content: center;
}

.adoption-pet-card__sample-visual {
    align-items: center;
    isolation: isolate;
    justify-content: center;
}

.adoption-pet-card__sample-visual::before,
.adoption-pet-card__sample-visual::after {
    display: none;
}

.adoption-pet-card__sample-art {
    filter: drop-shadow(0 16px 24px rgba(20, 43, 79, 0.09));
    height: 82%;
    max-height: 11.5rem;
    position: relative;
    width: 86%;
    z-index: 1;
}

.sample-art__window,
.sample-art__house {
    fill: rgba(255, 255, 255, 0.78);
    stroke: rgba(31, 91, 184, 0.22);
    stroke-width: 5;
}

.sample-art__window-line,
.sample-art__roof,
.sample-art__floor {
    fill: none;
    stroke: rgba(31, 91, 184, 0.38);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 7;
}

.sample-art__cat,
.sample-art__dog {
    fill: #fff;
    stroke: #173562;
    stroke-linejoin: round;
    stroke-width: 6;
}

.sample-art__ear,
.sample-art__tail,
.sample-art__face {
    fill: none;
    stroke: #173562;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 6;
}

.sample-art__face {
    stroke-width: 7;
}

.sample-art__heart {
    fill: #ff8a1e;
    opacity: 0.9;
}

.sample-art__cushion {
    fill: rgba(255, 255, 255, 0.76);
    stroke: rgba(255, 138, 30, 0.42);
    stroke-linejoin: round;
    stroke-width: 6;
}

.sample-art__spark {
    fill: rgba(31, 91, 184, 0.18);
    stroke: rgba(31, 91, 184, 0.42);
    stroke-linejoin: round;
    stroke-width: 4;
}

.adoption-pet-card__sample-label {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(20, 43, 79, 0.08);
    border-radius: 999px;
    bottom: 0.85rem;
    color: #173562;
    font-size: 0.82rem;
    font-weight: 900;
    inset-inline-end: 0.85rem;
    padding: 0.32rem 0.72rem;
    position: absolute;
    z-index: 1;
}

.adoption-pet-card__sample-visual--cat-window {
    background:
        radial-gradient(circle at 24% 20%, rgba(255, 255, 255, 0.9), transparent 20%),
        radial-gradient(circle at 72% 28%, rgba(255, 138, 30, 0.16), transparent 28%),
        linear-gradient(135deg, #eaf5ff, #fff8ef);
}

.adoption-pet-card__sample-visual--dog-home {
    background:
        radial-gradient(circle at 74% 22%, rgba(255, 255, 255, 0.88), transparent 22%),
        radial-gradient(circle at 24% 76%, rgba(16, 149, 123, 0.16), transparent 28%),
        linear-gradient(135deg, #eaf8f3, #eef6ff);
}

.adoption-pet-card__sample-visual--kitten-cushion {
    background:
        radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.9), transparent 22%),
        radial-gradient(circle at 20% 70%, rgba(31, 91, 184, 0.12), transparent 26%),
        linear-gradient(135deg, #fff4e8, #f3fbf8);
}

.adoption-status-badge {
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 900;
    inset-inline-start: 0.8rem;
    padding: 0.3rem 0.68rem;
    position: absolute;
    top: 0.8rem;
}

.adoption-status-badge--active {
    background: #fff4e8;
    border: 1px solid rgba(255, 138, 30, 0.28);
    color: #c26000;
}

.adoption-status-badge--rehomed {
    background: #eaf8f3;
    border: 1px solid rgba(16, 149, 123, 0.22);
    color: #0f6b5a;
}

.adoption-pet-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 0.7rem;
    padding: 1rem;
}

.adoption-pet-card__title-row,
.adoption-pet-card__meta,
.adoption-pet-card__tags,
.adoption-pet-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.48rem;
}

.adoption-pet-card__title-row {
    align-items: center;
    justify-content: space-between;
}

.adoption-pet-card h3 {
    font-size: 1.08rem;
    line-height: 1.5;
}

.adoption-pet-card__title-row > span,
.adoption-pet-card__meta span,
.adoption-pet-card__tags span {
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 850;
    min-height: 1.9rem;
    padding: 0.25rem 0.6rem;
}

.adoption-pet-card__title-row > span {
    background: #eef6ff;
    color: #1f5bb8;
}

.adoption-pet-card__meta span {
    background: #f6f9fd;
    color: #617188;
}

.adoption-pet-card__tags span {
    background: #f0f7f5;
    color: #0f6b5a;
}

.adoption-pet-card p {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}

.adoption-pet-card__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: auto;
    padding-top: 0.2rem;
}

.adoption-pet-card__primary,
.adoption-pet-card__secondary {
    align-items: center;
    border-radius: 14px;
    display: inline-flex;
    font-size: 0.9rem;
    font-weight: 900;
    justify-content: center;
    min-height: 2.8rem;
    padding: 0.55rem 0.72rem;
    text-align: center;
    text-decoration: none;
}

.adoption-pet-card__primary {
    background: #ff8a1e;
    color: #fff;
}

.adoption-pet-card__secondary {
    background: #f4f8ff;
    border: 1px solid rgba(31, 91, 184, 0.14);
    color: #1f5bb8;
}

.adoption-pet-card--rehomed {
    background: #fbfefd;
}

.adoption-pet-card--rehomed .adoption-pet-card__image {
    aspect-ratio: 1 / 1;
}

.adoption-empty-state {
    background:
        radial-gradient(circle at 16% 22%, rgba(255, 138, 30, 0.13), transparent 28%),
        linear-gradient(135deg, #ffffff, #f8fbff);
    border: 1px dashed rgba(31, 91, 184, 0.2);
    border-radius: 18px;
    display: grid;
    gap: 0.85rem;
    grid-template-columns: auto minmax(0, 1fr);
    padding: 0.95rem 1rem;
}

.adoption-empty-state__mark {
    align-items: center;
    align-self: start;
    background: #fff7ed;
    border: 1px solid rgba(255, 138, 30, 0.2);
    border-radius: 20px;
    box-shadow: 0 12px 24px rgba(255, 138, 30, 0.1);
    color: #ff8a1e;
    display: inline-flex;
    height: 3.5rem;
    justify-content: center;
    width: 3.5rem;
}

.adoption-empty-state__mark svg {
    fill: currentColor;
    height: 2.35rem;
    width: 2.35rem;
}

.adoption-empty-state__copy {
    display: grid;
    gap: 0.55rem;
    min-width: 0;
}

.adoption-empty-state h2 {
    font-size: 1.12rem;
    line-height: 1.55;
}

.adoption-empty-state p {
    font-size: 0.92rem;
}

.adoption-empty-state__actions .primary-button,
.adoption-empty-state__actions .ghost-link {
    min-height: 2.85rem;
}

.adoption-guide__grid {
    display: grid;
    gap: 0.9rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.adoption-guide article {
    background: #f8fbff;
    border: 1px solid rgba(20, 43, 79, 0.07);
    border-radius: 18px;
    display: grid;
    gap: 0.55rem;
    padding: 1rem;
}

.adoption-guide article > span {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(31, 91, 184, 0.1);
    border-radius: 14px;
    color: #1f5bb8;
    display: inline-flex;
    font-size: 1.1rem;
    font-weight: 900;
    height: 2.4rem;
    justify-content: center;
    width: 2.4rem;
}

.adoption-guide h3 {
    font-size: 1rem;
}

.adoption-final-cta {
    align-items: center;
    background:
        radial-gradient(circle at 16% 18%, rgba(31, 91, 184, 0.13), transparent 28%),
        linear-gradient(135deg, #ffffff, #fff4e8);
    display: grid;
    gap: 1rem;
    justify-items: center;
    padding: clamp(1.2rem, 3vw, 2rem);
    text-align: center;
}

.adoption-final-cta > div:first-child {
    display: grid;
    gap: 0.45rem;
    justify-items: center;
    max-width: 42rem;
    text-align: center;
}

.adoption-final-cta__actions {
    justify-content: center;
}

.adoption-final-cta__actions .primary-button,
.adoption-final-cta__actions .ghost-link {
    min-width: 12rem;
}

.adoption-final-cta__actions .primary-button {
    background: linear-gradient(135deg, #ff8a1e, #f17300);
    box-shadow: 0 14px 28px rgba(255, 138, 30, 0.24);
    min-height: 3.35rem;
    min-width: 13.5rem;
    padding-inline: 1.45rem;
}

.adoption-final-cta__actions .ghost-link {
    background: #f4f8ff;
    border-color: rgba(31, 91, 184, 0.15);
    color: #1f5bb8;
}

body:has(.adoption-page) .ai-chat-widget {
    bottom: max(14px, env(safe-area-inset-bottom));
    left: max(18px, env(safe-area-inset-left));
}

@media (max-width: 1100px) {
    .adoption-filter-card__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .adoption-filter-card--compact .adoption-filter-card__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .adoption-card-grid,
    .adoption-card-grid--success {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

@media (max-width: 820px) {
    .adoption-hero {
        grid-template-columns: 1fr;
    }

    .adoption-hero__content {
        order: 1;
    }

    .adoption-hero__visual {
        order: 2;
    }

    .adoption-filter-card__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .adoption-filter-card--compact .adoption-filter-card__grid,
    .adoption-filter-card__advanced-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .adoption-filter-card__search {
        grid-column: 1 / -1;
    }

    .adoption-section__header,
    .adoption-filter-card__header,
    .adoption-final-cta {
        align-items: stretch;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .adoption-page {
        gap: 1rem;
    }

    .adoption-hero,
    .adoption-filter-card,
    .adoption-section,
    .adoption-guide,
    .adoption-final-cta {
        border-radius: 22px;
    }

    .adoption-hero {
        padding: 1rem;
    }

    .adoption-hero__visual {
        display: none;
    }

    .adoption-hero__actions,
    .adoption-empty-state__actions,
    .adoption-final-cta__actions,
    .adoption-filter-card__actions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .adoption-hero__actions .primary-button,
    .adoption-hero__actions .ghost-link,
    .adoption-empty-state__actions .primary-button,
    .adoption-empty-state__actions .ghost-link,
    .adoption-final-cta__actions .primary-button,
    .adoption-final-cta__actions .ghost-link,
    .adoption-filter-card__actions button,
    .adoption-filter-card__actions a {
        width: 100%;
    }

    .adoption-filter-card__grid,
    .adoption-filter-card--compact .adoption-filter-card__grid,
    .adoption-filter-card__advanced-grid,
    .adoption-card-grid,
    .adoption-card-grid--success,
    .adoption-guide__grid {
        grid-template-columns: 1fr;
    }

    .adoption-pet-card__actions {
        grid-template-columns: 1fr;
    }

    .adoption-empty-state {
        gap: 0.65rem;
        grid-template-columns: 1fr;
        padding: 0.85rem;
    }

    .adoption-empty-state__mark {
        border-radius: 16px;
        height: 3rem;
        width: 3rem;
    }

    .adoption-empty-state__mark svg {
        height: 2rem;
        width: 2rem;
    }

    .adoption-empty-state__copy {
        gap: 0.45rem;
    }

    .adoption-empty-state__actions {
        gap: 0.55rem;
        margin-top: 0.05rem;
    }

    .adoption-empty-state__actions .primary-button,
    .adoption-empty-state__actions .ghost-link {
        min-height: 2.65rem;
    }

    .adoption-filter-card--compact {
        gap: 0.55rem;
        padding: 0.75rem;
    }

    .adoption-filter-card--compact .adoption-filter-card__header {
        gap: 0.25rem;
    }

    .adoption-filter-card--compact .adoption-filter-card__header span {
        display: none;
    }

    .adoption-filter-card--compact input,
    .adoption-filter-card--compact select {
        min-height: 2.6rem;
    }

    .adoption-filter-card--compact .adoption-filter-card__advanced summary {
        min-height: 2.05rem;
    }

    .adoption-filter-card--compact .adoption-filter-card__actions {
        gap: 0.55rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .adoption-filter-card--compact .adoption-filter-card__actions button,
    .adoption-filter-card--compact .adoption-filter-card__actions a {
        min-height: 2.7rem;
    }

    .adoption-filter-card--compact .adoption-filter-card__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .adoption-filter-card--compact .adoption-filter-card__search {
        grid-column: 1 / -1;
    }

    body:has(.adoption-page) .ai-chat-widget {
        display: none;
    }
}
