/* Shared surfaces for public pages and the owner workspace. */
:root{
 --ui-glass:rgba(247,249,244,.84);--ui-glass-solid:#f5f6f2;
 --ui-glass-edge:rgba(113,127,101,.18);--ui-glass-highlight:rgba(255,255,255,.8);
 --ui-glass-wash:linear-gradient(125deg,rgba(192,214,231,.1),rgba(235,224,171,.08) 70%,transparent);
 --ui-glass-shadow:0 8px 28px rgba(30,43,21,.045);
 --ui-glass-inset:rgba(255,255,255,.55);--ui-glass-selected:rgba(222,229,214,.8);
 --ui-glass-action:#203326;--ui-glass-action-hover:#294331;--ui-glass-action-ink:#f3f3ec;
}
:root[data-theme=dark]{
 --ui-glass:rgba(23,29,22,.86);--ui-glass-solid:#171d16;
 --ui-glass-edge:rgba(220,235,200,.16);--ui-glass-highlight:rgba(240,250,226,.09);
 --ui-glass-wash:linear-gradient(125deg,rgba(125,156,169,.045),rgba(195,182,110,.035) 70%,transparent);
 --ui-glass-shadow:0 8px 28px rgba(0,0,0,.12);
 --ui-glass-inset:rgba(11,16,10,.55);--ui-glass-selected:rgba(53,64,44,.84);
 --ui-glass-action:#203326;--ui-glass-action-hover:#294331;
}
/* Opaque fallback; blur is enabled only where the browser supports it. */
body :is(.business-card,.community-story,.directory-banner,.filter-fields,.language-switcher,.theme-options,.photo-viewer-panel),
body .business-panorama :is(.glass-panel,.business-offer),
body .svoi-account :is(.account-editor-content,.svoi-business-list li,.svoi-auth,.owner-page-preview){
 background:var(--ui-glass-solid);border:1px solid var(--ui-glass-edge);
 box-shadow:inset 0 1px 0 var(--ui-glass-highlight),var(--ui-glass-shadow);
}
@supports ((backdrop-filter:blur(1px)) or (-webkit-backdrop-filter:blur(1px))){
 body :is(.business-card,.community-story,.directory-banner,.filter-fields,.language-switcher,.theme-options,.photo-viewer-panel),
 body .business-panorama :is(.glass-panel,.business-offer),
 body .svoi-account :is(.account-editor-content,.svoi-business-list li,.svoi-auth,.owner-page-preview){
  background:var(--ui-glass-wash),var(--ui-glass);
  -webkit-backdrop-filter:none;backdrop-filter:none;
 }
}
/* Nested groups use a lighter treatment, avoiding stacks of expensive blur. */
body .svoi-account :is(.svoi-offer,.account-dashboard>.account-tabs,.language-tabs,.owner-photo-list>div),
body .svoi-account [data-workplaces]>.svoi-field,
body .business-panorama .contact-button:not(.contact-phone){
 background:var(--ui-glass-wash),var(--ui-glass-inset);border:1px solid var(--ui-glass-edge);
 box-shadow:inset 0 1px 0 var(--ui-glass-highlight);
}
body .svoi-account .account-editor>.account-tabs{background:transparent;box-shadow:none}
body .svoi-account :is(.account-tabs,.language-tabs) [aria-selected=true]{
 background:var(--ui-glass-selected);color:var(--ink);box-shadow:inset 0 1px 0 var(--ui-glass-highlight);
}
body .svoi-account .account-editor>.account-tabs [aria-selected=true]{border-radius:16px;border-color:var(--ui-glass-edge)}
body :is(.language-switcher a,.theme-options button):hover,
body .theme-options button[aria-pressed=true]{background:var(--ui-glass-selected);color:var(--ink)}
/* Primary actions match the matte dark glass on the business profile. */
body .discovery-hero .search-bar button,
body .search-bar button,
body .community-story>.button,
body .business-card .card-open,
body .svoi-account :is([data-step-next],[data-open-preview],.account-dashboard-heading button,.svoi-auth button,.account-action-submit button),
body .business-panorama :is(.contact-phone,.business-section-nav [aria-current=true]){
 background:linear-gradient(135deg,rgba(255,255,255,.1),transparent),var(--ui-glass-action);
 color:var(--ui-glass-action-ink);border:1px solid rgba(210,227,191,.22);
 box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 3px 12px rgba(15,22,12,.06);
}
body .discovery-hero .search-bar button:hover,body .search-bar button:hover,
body .community-story>.button:hover,
body .business-card .card-open:hover,
body .svoi-account :is([data-step-next],[data-open-preview],.account-dashboard-heading button,.svoi-auth button,.account-action-submit button):hover,
body .business-panorama :is(.contact-phone,.business-section-nav [aria-current=true]):hover{
 background:linear-gradient(135deg,rgba(255,255,255,.13),transparent),var(--ui-glass-action-hover);color:var(--ui-glass-action-ink);
}
body .business-panorama .contact-phone :is(small,.contact-icon){color:var(--ui-glass-action-ink)}
body .category-chips a{background:var(--ui-glass-inset);border:1px solid var(--ui-glass-edge);box-shadow:inset 0 1px 0 var(--ui-glass-highlight)}
body .category-chips [aria-current=true]{background:var(--ui-glass-action);color:var(--ui-glass-action-ink);border-color:var(--ui-glass-edge)}
body .category-chips a:hover{background:var(--ui-glass-selected);color:var(--ink)}
body .discovery-hero .search-bar label,
body .svoi-account :is(input:not([type=checkbox]):not([type=file]):not([type=hidden]),select,textarea){
 background:var(--ui-glass-inset);border-color:var(--ui-glass-edge);color:var(--ink);box-shadow:inset 0 1px 0 var(--ui-glass-highlight);
}
body .svoi-account :is(input,select,textarea):focus-visible{border-color:var(--muted)}
/* Preserve error colours and keep native select menus readable. */
body .svoi-account select option{background:var(--ui-glass-solid);color:var(--ink)}
@media(prefers-reduced-transparency:reduce){
 body :is(.business-card,.community-story,.directory-banner,.filter-fields,.language-switcher,.theme-options,.photo-viewer-panel),
 body .business-panorama :is(.glass-panel,.business-offer),
 body .svoi-account :is(.account-editor-content,.svoi-business-list li,.svoi-auth,.owner-page-preview){background:var(--ui-glass-solid);-webkit-backdrop-filter:none;backdrop-filter:none}
}

body .business-card .card-open{-webkit-backdrop-filter:none;backdrop-filter:none}
@media(prefers-reduced-transparency:reduce){body .business-card .card-open{background:var(--ui-glass-action-hover);-webkit-backdrop-filter:none;backdrop-filter:none}}
/* Stable header selectors: opening/pressing must not animate through old colours. */
body .site-header :is(.language-menu,.theme-menu)>summary,
body .site-header :is(.language-menu,.theme-menu)[open]>summary,
body .site-header :is(.language-menu,.theme-menu)>summary:is(:hover,:active,:focus){
 background:transparent;color:var(--ink);border-color:transparent;box-shadow:none;transition:none;
 -webkit-tap-highlight-color:transparent;
}
body .site-header :is(.language-switcher a,.theme-options button){transition:none;-webkit-tap-highlight-color:transparent}
body .site-header :is(.language-switcher a,.theme-options button):is(:hover,:active,:focus-visible){background:var(--ui-glass-selected);color:var(--ink)}

/* Directory filters use the same controls and spacing as the owner editor. */
body .advanced-filters>summary{padding:10px 16px;min-height:44px;gap:10px;border:1px solid var(--ui-glass-edge);border-radius:999px;background:var(--ui-glass-inset);font-size:12px;margin:16px 0}
body .advanced-filters>summary:focus-visible{outline:1px solid var(--muted);outline-offset:3px}
body .filter-fields{padding:24px;gap:24px 20px;border-radius:24px}
body .filter-fields>label{gap:10px;font-size:13px}
body .filter-fields select{min-height:48px;border:1px solid var(--ui-glass-edge);border-radius:16px;background-color:var(--ui-glass-inset);font-size:14px;color:var(--ink);box-shadow:inset 0 1px 0 var(--ui-glass-highlight)}
body .filter-fields select option{background:var(--ui-glass-solid);color:var(--ink)}
body .filter-fields fieldset{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0;padding:20px 0 0}
body .filter-fields legend{font-size:12px;padding-right:14px;color:var(--muted)}
body .filter-checkbox{min-height:58px;padding:12px 14px;gap:12px;background:var(--ui-glass-inset);border:1px solid var(--ui-glass-edge);border-radius:16px;font-size:13px;line-height:1.4;cursor:pointer}
body .filter-checkbox:has(:checked){background:var(--ui-glass-selected);border-color:var(--muted)}
body .filter-checkbox input[type=checkbox]{appearance:none;-webkit-appearance:none;position:relative;display:block;flex:0 0 36px;width:36px;height:22px;min-height:22px;max-height:22px;padding:0;margin:0;border:0;border-radius:11px;background:var(--line);box-shadow:none;cursor:pointer}
body .filter-checkbox input[type=checkbox]:after{content:'';position:absolute;left:3px;top:50%;width:16px;height:16px;border-radius:50%;background:var(--muted);transform:translateY(-50%);transition:transform .15s}
body .filter-checkbox input[type=checkbox]:checked{background:var(--ink)}
body .filter-checkbox input[type=checkbox]:checked:after{background:var(--paper);transform:translate(14px,-50%)}
body .filter-checkbox input[type=checkbox]:focus-visible{outline:1px solid var(--muted);outline-offset:3px}
body .filter-help{margin:20px 0 12px;line-height:1.7;font-size:12px}
body .reset-filters{padding:10px 16px;border:1px solid var(--ui-glass-edge);border-radius:999px;background:var(--ui-glass-inset);text-decoration:none;margin-bottom:10px}
@media(max-width:1000px){body .filter-fields{grid-template-columns:repeat(2,minmax(0,1fr))}body .filter-fields fieldset{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){body .filter-fields{padding:18px;gap:18px 12px}body .filter-fields select{font-size:16px}body .filter-checkbox{padding:12px;gap:10px;font-size:12px}}
@media(max-width:380px){body .filter-fields fieldset{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){body .filter-checkbox input[type=checkbox]:after{transition:none}}
/* Compact catalogue controls; selected criteria remain visible when the panel is closed. */
body .directory-filters{margin-bottom:0}
body .advanced-filters>summary{margin:10px 0;min-height:40px;padding:8px 14px}
body .filter-fields{padding:18px;gap:16px;border-radius:20px}
body .filter-fields>label{gap:6px}
body .filter-fields select{min-height:44px;padding-top:10px;padding-bottom:10px}
body .filter-fields fieldset{display:flex;flex-wrap:wrap;gap:8px;padding:10px 0 0}
body .filter-checkbox{min-height:42px;padding:8px 12px;border-radius:12px;font-size:12px}
body .filter-actions{grid-column:1/-1;display:flex;align-items:center;justify-content:flex-end;gap:18px}
body .filter-actions button{min-height:42px;padding:10px 20px;font-size:13px}
body .filter-actions a{font-size:12px;color:var(--muted)}
body .filter-explanation{margin:10px 0;font-size:12px;color:var(--muted)}
body .filter-explanation>summary{cursor:pointer}
body .filter-help{margin:8px 0}
body .active-filters{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:10px 0 14px}
body .active-filters a{display:inline-flex;align-items:center;gap:10px;padding:7px 12px;min-height:36px;border:1px solid var(--ui-glass-edge);border-radius:999px;background:var(--ui-glass-selected);font-size:12px;text-decoration:none}
body .active-filters a span{font-size:18px;line-height:1}
body .active-filters .clear-all{background:transparent;border-color:transparent;color:var(--muted)}
body:not(.home) .category-chips{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;gap:8px;padding:6px 0;margin:8px 0 12px}
body:not(.home) .category-chips::-webkit-scrollbar{display:none}
body:not(.home) .category-chips a{flex:0 0 auto;min-height:38px;padding:8px 14px;font-size:12px}
body:not(.home) .category-subchips{margin-top:-6px}
body:not(.home) .category-subchips a{min-height:34px;font-size:11px;padding:6px 12px}
@media(max-width:600px){body .filter-fields{padding:14px;gap:12px}body .filter-fields select{font-size:16px}body .filter-fields fieldset{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}body .filter-checkbox{gap:8px;padding:8px;font-size:11px}body .filter-actions{justify-content:space-between}body .active-filters{gap:6px}}
body .archive-heading{margin:0 0 20px}
body .archive-heading>.eyebrow{display:none}
body .archive-heading h1{font-size:clamp(32px,4vw,52px);line-height:1.1;margin:0;letter-spacing:-.04em}
/* Hero filters open in the top layer, keeping the editorial banner stable. */
body .hero-filter-dialog{width:min(560px,calc(100vw - 32px));max-width:none;max-height:calc(100dvh - 40px);margin:auto;padding:22px;border:1px solid var(--ui-glass-edge);border-radius:26px;background:var(--ui-glass-solid);color:var(--ink);box-shadow:0 24px 80px #0003;overflow:auto;box-sizing:border-box}
body .hero-filter-dialog::backdrop{background:rgba(15,22,16,.32);backdrop-filter:none;-webkit-backdrop-filter:none}
body .hero-filter-dialog>header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}
body .hero-filter-dialog h2{font-size:21px;line-height:1.2;letter-spacing:-.025em;margin:0}
body .hero-filter-dialog .hero-filter-close{display:grid;place-items:center;width:36px;height:36px;min-height:36px;flex:0 0 36px;padding:0;border-radius:50%;background:var(--ui-glass-inset);color:var(--ink);border:1px solid var(--ui-glass-edge);font-size:26px;line-height:1}
body .hero-filter-dialog .filter-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:0;border:0;border-radius:0;box-shadow:none;background:transparent;backdrop-filter:none}
body .hero-filter-dialog .filter-fields>label{min-width:0;font-size:12px}
body .hero-filter-dialog select{width:100%;min-height:46px;font-size:14px;padding-right:32px}
body .hero-filter-dialog fieldset{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding-top:12px}
body .hero-filter-dialog .filter-checkbox{margin:0;min-height:44px;font-size:13px}
body .hero-filter-dialog .filter-actions{display:flex;flex-direction:row-reverse;justify-content:space-between;border-top:1px solid var(--ui-glass-edge);padding-top:16px;margin-top:2px}
body .hero-filter-dialog .filter-actions button{background:var(--ui-glass-action);color:var(--ui-glass-action-ink);border:1px solid var(--ui-glass-edge);border-radius:999px;box-shadow:inset 0 1px 0 var(--ui-glass-highlight)}
body .hero-filter-dialog .filter-explanation{margin:16px 0 0;font-size:12px}
body .hero-filter-dialog .filter-explanation summary{font-size:12px}
@media(max-width:600px){body .hero-filter-dialog{padding:18px;border-radius:22px}body .hero-filter-dialog h2{font-size:19px}body .hero-filter-dialog select{font-size:16px}body .hero-filter-dialog .filter-fields{gap:12px}body .hero-filter-dialog .filter-checkbox{font-size:12px;gap:8px}body .hero-filter-dialog .filter-actions{gap:12px}body .hero-filter-dialog .filter-actions button{font-size:12px;padding:10px 14px}}
/* Keep category labels distinct inside business cards. */
body .card-categories a{display:inline-block;vertical-align:baseline}
body .card-categories a+a{border:0;padding-inline-start:21px;margin-inline-start:0;position:relative}
body .card-categories a+a::before{content:"";position:absolute;inset-inline-start:8px;top:50%;transform:translateY(-50%);width:5px;height:5px;box-sizing:border-box;border:1px solid var(--muted);border-radius:50%;background:transparent;pointer-events:none}
/* Match the hero's selected catalogue chip to the shared matte-glass actions. */
body .discovery-hero .category-chips a[aria-current=true]{background:linear-gradient(135deg,rgba(255,255,255,.14),transparent),var(--ui-glass-action);color:var(--ui-glass-action-ink);border:1px solid var(--ui-glass-edge);box-shadow:inset 0 1px 0 var(--ui-glass-highlight),var(--ui-glass-shadow);-webkit-backdrop-filter:none;backdrop-filter:none}
body .discovery-hero .category-chips a[aria-current=true]:hover{background:linear-gradient(135deg,rgba(255,255,255,.16),transparent),var(--ui-glass-action-hover);color:var(--ui-glass-action-ink)}
@media(prefers-reduced-transparency:reduce){body .discovery-hero .category-chips a[aria-current=true]{background:var(--ui-glass-action-hover);-webkit-backdrop-filter:none;backdrop-filter:none}}
/* Shared menu rhythm across public filters and the owner workspace. */
body .site-header :is(.language-switcher,.theme-options){display:flex;flex-direction:column;gap:6px;padding:10px}
body .site-header :is(.language-switcher a,.theme-options button){margin:0;min-height:44px;padding:11px 14px;line-height:1.4;border-radius:10px}
@supports(appearance:base-select){
 body select::picker(select){padding:10px;max-height:min(360px,65dvh);background:var(--ui-glass-solid);border-color:var(--ui-glass-edge)}
 body select option{margin-block:3px;padding:12px 14px;min-height:44px;line-height:1.45;border-radius:10px}
 body select option:first-child{margin-block-start:0}
 body select option:last-child{margin-block-end:0}
 body select option:focus-visible{outline:1px solid var(--muted);outline-offset:-1px}
}

/* Category hierarchy: a quiet parent label and a compact linked subcategory. */
body .card-categories{display:flex;align-items:center;flex-wrap:wrap;gap:8px 10px;line-height:1.4}
body .card-categories a,body .card-categories a+a{display:inline-flex;align-items:center;gap:6px;min-height:28px;margin:0;padding:0;border:0;position:static;vertical-align:middle;text-decoration:none}
body .card-categories a+a::before{content:none}
body .card-categories :is(.card-category,.card-subcategory){padding:4px 9px;border:1px solid var(--ui-glass-edge);border-radius:9px;background:var(--ui-glass-inset);box-shadow:inset 0 1px 0 var(--ui-glass-highlight);max-width:100%}
body .card-categories :is(.card-category,.card-subcategory):hover{background:var(--ui-glass-selected);color:var(--ink)}
/* One hover treatment for shared glass controls, without changing their semantic colours. */
:root{--ui-hover-edge:rgba(97,119,81,.46);--ui-hover-shadow:0 5px 16px rgba(39,58,28,.12);--ui-hover-brightness:1.06}
:root[data-theme=dark]{--ui-hover-edge:rgba(218,235,196,.42);--ui-hover-shadow:0 5px 20px rgba(0,0,0,.24);--ui-hover-brightness:1.18}
@media(hover:hover) and (pointer:fine){
 html body :is(button,a.button,.header-cta,.card-open,.category-chips a,.active-filters a,.reset-filters,.language-switcher a,.theme-options button,summary,.card-subcategory,.contact-link,.business-section-nav a,.page-numbers){transition:box-shadow .18s ease,border-color .18s ease,filter .18s ease,background-color .18s ease,color .18s ease}
 html body :is(button:not(:disabled),a.button,.header-cta,.card-open,.category-chips a,.active-filters a,.reset-filters,.language-switcher a,.theme-options button,.card-subcategory,.business-section-nav a,.page-numbers):not([aria-disabled=true]):hover{
  border-color:var(--ui-hover-edge);box-shadow:inset 0 1px 0 var(--ui-glass-highlight),inset 0 0 0 1px var(--ui-glass-edge),var(--ui-hover-shadow);filter:brightness(var(--ui-hover-brightness));-webkit-backdrop-filter:none;backdrop-filter:none;
 }
 html body .site-header :is(.language-menu,.theme-menu)>summary:hover,
 html body .advanced-filters>summary:hover{background:var(--ui-glass-selected);border-color:var(--ui-hover-edge);box-shadow:inset 0 1px 0 var(--ui-glass-highlight),var(--ui-hover-shadow);color:var(--ink)}
 html body :is(.business-card,.svoi-business-list li,.business-offer,.filter-checkbox,.category-choice,.service-options .svoi-check,.owner-file-control){transition:box-shadow .2s ease,border-color .2s ease,background-color .2s ease}
 html body :is(.business-card,.svoi-business-list li,.business-offer):hover{border-color:var(--ui-hover-edge);box-shadow:inset 0 1px 0 var(--ui-glass-highlight),0 8px 26px rgba(57,77,45,.14)}
 html body :is(.filter-checkbox,.category-choice,.service-options .svoi-check):not(:has(input:disabled)):hover,
 html body .owner-file-control:not(:has(input:disabled)):hover{background:var(--ui-glass-selected);box-shadow:inset 0 0 0 1px var(--ui-hover-edge)}
 html body :is(select,input:not([type=checkbox]):not([type=hidden]):not([type=file]),textarea):not(:disabled):hover{border-color:var(--ui-hover-edge)}
 html body select option:hover{background:var(--ui-glass-selected);box-shadow:inset 0 0 0 1px var(--ui-glass-edge)}
 html body :is(.site-nav a,.card-category,.filter-actions a,.filter-explanation summary):hover{color:var(--ink);text-decoration:underline;text-decoration-color:var(--ui-hover-edge);text-underline-offset:5px}
 html body .discovery-photo img{transition:filter .2s ease}
 html body .discovery-photo:hover img{filter:brightness(1.06)}
}
@media(prefers-reduced-motion:reduce){html body :is(button,a,summary,select,input,textarea,.business-card,.svoi-business-list li,.business-offer,.filter-checkbox,.category-choice,.svoi-check,.owner-file-control,.discovery-photo img){transition:none}}
@media(prefers-reduced-transparency:reduce){html body :is(button,a,summary):hover{-webkit-backdrop-filter:none;backdrop-filter:none}}

/* Accordion headings are full-surface controls, with an inset keyboard focus ring. */
html body .svoi-account :is(.category-group,.category-suggest)>summary{border-radius:17px;text-decoration:none;outline:none;background:transparent}
html body .svoi-account .category-suggest>summary{padding:16px 18px}
html body .svoi-account :is(.category-group,.category-suggest)>summary:focus-visible{outline:1px solid var(--muted);outline-offset:-3px}
html body .svoi-account :is(.category-group,.category-suggest)>summary::after{text-decoration:none}
@media(hover:hover) and (pointer:fine){
 html body .svoi-account :is(.category-group,.category-suggest)>summary:hover{background:var(--ui-glass-selected);color:var(--ink);text-decoration:none;box-shadow:inset 0 1px 0 var(--ui-glass-highlight),inset 0 0 0 1px var(--ui-hover-edge)}
}

/* Shared action buttons: primary, secondary and destructive states. Navigation retains its own geometry. */
:root{--button-radius:999px;--button-height:46px;--button-font-size:14px;--button-padding:11px 22px}
html body :is(button,a.button,.card-open,.reset-filters):not(:where(.account-tabs *, .language-tabs *, .theme-options *, .category-selection *, .photo-nav, .hero-filter-close, [data-photo-open], [role=switch])){display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:var(--button-height);padding:var(--button-padding);border-radius:var(--button-radius);font-size:var(--button-font-size);font-weight:650;line-height:1.4;text-align:center;text-decoration:none;border:1px solid rgba(173,197,159,.23);background:linear-gradient(135deg,rgba(255,255,255,.055),transparent 70%),var(--ui-glass-action);color:var(--ui-glass-action-ink);box-shadow:inset 0 1px 0 rgba(228,242,215,.1),0 4px 16px rgba(0,0,0,.12);-webkit-backdrop-filter:none;backdrop-filter:none}
html body :is([data-step-back],#svoi-save,[data-open-preview],[data-clear-cover],[data-close-preview],[data-photo-close],[data-action=image],[data-action=remove],[data-remove-gallery],[data-workplaces] .location-remove,.account-action-logout button,.account-action-pause button,.share-button,.reset-filters){background:var(--ui-glass-wash),var(--ui-glass-inset);color:var(--ink)}
@media(hover:hover) and (pointer:fine){
html body :is(button,a.button,.card-open,.reset-filters):not(:where(.account-tabs *, .language-tabs *, .theme-options *, .category-selection *, .photo-nav, .hero-filter-close, [data-photo-open], [role=switch])):not(:disabled):not([aria-disabled=true]):hover{background:linear-gradient(135deg,rgba(255,255,255,.075),transparent 70%),var(--ui-glass-action-hover);color:var(--ui-glass-action-ink);border-color:var(--ui-hover-edge);filter:none;box-shadow:inset 0 1px 0 var(--ui-glass-highlight),var(--ui-hover-shadow)}
html body :is([data-step-back],#svoi-save,[data-open-preview],[data-clear-cover],[data-close-preview],[data-photo-close],[data-action=image],[data-action=remove],[data-remove-gallery],[data-workplaces] .location-remove,.account-action-logout button,.account-action-pause button,.share-button,.reset-filters):not(:disabled):hover{background:var(--ui-glass-selected);color:var(--ink)}
html body :is([data-action=remove],[data-remove-gallery],[data-workplaces] .location-remove):not(:disabled):hover{background:var(--error-surface,var(--ui-glass-selected));color:var(--error-ink,var(--ink));border-color:var(--error-line,var(--ui-hover-edge))}
}
html body :is(button,a.button,.card-open,.reset-filters):not(:where(.account-tabs *, .language-tabs *, .theme-options *, .category-selection *, .photo-nav, .hero-filter-close, [data-photo-open], [role=switch])):focus-visible{outline:1px solid var(--muted);outline-offset:3px}
html body :is(button,a.button,.card-open,.reset-filters):not(:where(.account-tabs *, .language-tabs *, .theme-options *, .category-selection *, .photo-nav, .hero-filter-close, [data-photo-open], [role=switch])):disabled{opacity:.45;cursor:not-allowed;filter:none;box-shadow:inset 0 1px 0 var(--ui-glass-highlight)}
@media(prefers-reduced-transparency:reduce){html body :is(button,a.button,.card-open,.reset-filters):not(:where(.account-tabs *, .language-tabs *, .theme-options *, .category-selection *, .photo-nav, .hero-filter-close, [data-photo-open], [role=switch])){backdrop-filter:none;-webkit-backdrop-filter:none}}
/* Client gallery photos retain their full composition at every viewport size. */
body .business-photo-mosaic{height:auto;grid-template-rows:auto;align-items:start}
body .business-photo-mosaic a{display:flex;align-items:center;justify-content:center;background:var(--ui-glass-inset);min-width:0}
body .business-photo-mosaic a:first-child{grid-row:auto}
body .business-photo-mosaic.photos-3 a:first-child{grid-column:1/-1}
body .business-photo-mosaic img{display:block;width:auto;height:auto;max-width:100%;max-height:640px;object-fit:contain}
body .business-photo-mosaic a[hidden]{display:none}

html body .card-categories :is(.card-category,.card-subcategory):hover{text-decoration:none}

/* Backdrop sampling is reserved for short-lived overlays, never repeated scrolling cards. */
@supports ((backdrop-filter:blur(1px)) or (-webkit-backdrop-filter:blur(1px))){
 body .site-header :is(.language-switcher,.theme-options){-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}
 body .hero-filter-dialog::backdrop{-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}
}
@media(prefers-reduced-transparency:reduce){
 body .site-header :is(.language-switcher,.theme-options),body .hero-filter-dialog::backdrop{-webkit-backdrop-filter:none;backdrop-filter:none}
}
/* Static interaction states: avoid animated repainting while scrolling. */
html{scroll-behavior:auto!important}
body *,body *::before,body *::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}

/* Compact grouped navigation, option 02. The brand remains unchanged. */
html body .site-header .header-inner{gap:12px;min-height:100px}
html body .site-header .nav-icon{width:18px;height:18px;flex:0 0 18px;display:block}
html body .site-header .site-nav{display:flex;gap:4px;padding:5px;margin-left:20px;margin-right:auto;background:var(--ui-glass-selected);border:1px solid var(--ui-glass-edge);border-radius:999px}
html body .site-header .site-nav a{display:flex;align-items:center;justify-content:center;gap:9px;min-height:44px;padding:11px 16px;border:1px solid transparent;border-radius:999px;font-size:14px;font-weight:650;text-decoration:none;white-space:nowrap}
html body .site-header .site-nav a[aria-current]{background:var(--ui-glass-inset);border-color:var(--ui-glass-edge);color:var(--ink)}
html body .site-header :is(.language-menu,.theme-menu){margin:0}
html body .site-header :is(.language-menu,.theme-menu)>summary{display:flex;align-items:center;justify-content:center;gap:9px;height:46px;min-height:46px;padding:11px 16px;border:1px solid var(--ui-glass-edge);border-radius:999px;background:var(--ui-glass-wash),var(--ui-glass-inset);color:var(--ink);font-size:14px;font-weight:650;box-shadow:inset 0 1px 0 var(--ui-glass-highlight)}
html body .site-header .theme-menu>summary{width:46px;padding:0}
html body .site-header :is(.language-switcher,.theme-options){width:210px;min-width:210px;top:calc(100% + 10px);padding:8px;gap:4px;border-radius:18px;background:var(--ui-glass-solid);backdrop-filter:none;-webkit-backdrop-filter:none}
html body .site-header :is(.language-switcher a,.theme-options button){display:flex;align-items:center;width:100%;min-height:44px;padding:11px 14px;margin:0;border:1px solid transparent;border-radius:10px;font-size:14px;font-weight:500;line-height:1.4;text-decoration:none;color:var(--ink);background:transparent;box-shadow:none}
html body .site-header :is(.language-switcher [aria-current=true],.theme-options [aria-pressed=true]){background:var(--ui-glass-selected);border-color:var(--ui-glass-edge)}
html body .site-header :is(a,summary,button):focus-visible{outline:1px solid var(--muted);outline-offset:3px}
@media(hover:hover) and (pointer:fine){html body .site-header :is(.site-nav a,.language-menu>summary,.theme-menu>summary,.language-switcher a,.theme-options button):hover{background:var(--ui-glass-selected);color:var(--ink);border-color:var(--ui-hover-edge);text-decoration:none;filter:none;box-shadow:inset 0 1px 0 var(--ui-glass-highlight)}}
@media(max-width:1000px){html body .site-header .header-inner{flex-wrap:wrap;padding-block:16px}html body .site-header .site-nav{order:5;margin:0;width:100%}html body .site-header .site-nav a{flex:1}html body .site-header .language-menu{margin-left:auto}}
@media(max-width:480px){html body .site-header .header-inner{gap:8px}html body .site-header .header-cta{padding:11px 12px;font-size:12px}html body .site-header .header-cta .nav-icon{display:none}html body .site-header .language-menu>summary{padding:11px 10px}html body .site-header .language-menu .nav-icon{display:none}html body .site-header .site-nav a{font-size:13px;padding:10px}}
/* Match the approved 02 mockup: floating capsule and softly filled outlined controls. */
:root{--nav-panel:#fff;--nav-group:#edf1e9;--nav-control:#f2f5ef;--nav-edge:#dce2d7;--nav-selected:#e4ebdf;--nav-ink:#19231c}
:root[data-theme=dark]{--nav-panel:#151d17;--nav-group:#202c22;--nav-control:#1b281e;--nav-edge:#394b3b;--nav-selected:#304333;--nav-ink:#f3f3ec}
html body .site-header{background:transparent;border:0;padding:20px 0}
html body .site-header .header-inner{display:flex;min-height:98px;padding:20px 24px;border:1px solid var(--nav-edge);border-radius:48px;background:var(--nav-panel);box-shadow:0 8px 26px #20332608;color:var(--nav-ink)}
html body .site-header .site-nav{background:var(--nav-group);border-color:transparent}
html body .site-header .site-nav a,
html body .site-header :is(.language-menu,.theme-menu)>summary,
html body .site-header :is(.language-menu,.theme-menu)[open]>summary,
html body .site-header :is(.language-menu,.theme-menu)>summary:is(:focus,:active,:hover){background:linear-gradient(135deg,#ffffff08,transparent),var(--nav-control);border:1px solid var(--nav-edge);color:var(--nav-ink);box-shadow:none;text-decoration:none}
html body .site-header .site-nav a[aria-current]{background:var(--nav-selected);border-color:var(--nav-edge)}
html body .site-header :is(.language-switcher,.theme-options){width:230px;min-width:230px;background:var(--nav-panel);border:1px solid var(--nav-edge);box-shadow:0 12px 28px #2033260c;color:var(--nav-ink)}
html body .site-header :is(.language-switcher a,.theme-options button){color:var(--nav-ink);font-weight:400}
html body .site-header :is(.language-switcher [aria-current=true],.theme-options [aria-pressed=true]){background:var(--nav-selected);border-color:transparent}
@media(hover:hover) and (pointer:fine){html body .site-header :is(.site-nav a,.language-switcher a,.theme-options button):hover{background:var(--nav-selected);color:var(--nav-ink);border-color:var(--nav-edge)}}
@media(max-width:1000px){html body .site-header .header-inner{border-radius:28px;padding:16px 20px}}
@media(max-width:480px){html body .site-header{padding:12px 0}html body .site-header .header-inner{width:calc(100% - 24px);padding:14px 12px;gap:8px}html body .site-header .brand{margin-right:auto}html body .site-header .language-menu{margin-left:0}}
/* Lightweight frosted navigation: static glass shading without scroll-time backdrop sampling. */
:root{--nav-frost:rgba(248,251,246,.93);--nav-frost-light:rgba(255,255,255,.9);--nav-frost-tint:rgba(195,212,198,.16);--nav-frost-shadow:rgba(32,51,38,.07)}
:root[data-theme=dark]{--nav-frost:rgba(21,31,24,.94);--nav-frost-light:rgba(221,240,224,.10);--nav-frost-tint:rgba(101,139,112,.10);--nav-frost-shadow:rgba(0,0,0,.20)}
html body .site-header .header-inner,
html body .site-header :is(.language-switcher,.theme-options){
 background:linear-gradient(135deg,var(--nav-frost-light),transparent 42%),radial-gradient(ellipse at 85% 100%,var(--nav-frost-tint),transparent 65%),var(--nav-frost);
 border:1px solid var(--nav-edge);
 box-shadow:inset 0 1px 0 var(--nav-frost-light),inset 0 -1px 0 var(--nav-frost-tint),0 8px 26px var(--nav-frost-shadow);
 -webkit-backdrop-filter:none;backdrop-filter:none;
}
@media(prefers-reduced-transparency:reduce){html body .site-header .header-inner,html body .site-header :is(.language-switcher,.theme-options){background:var(--nav-panel)}}

/* Dashboard uses the same compact controls and static frosted surfaces as navigation. */
html body .svoi-account .account-dashboard{display:grid;gap:28px}
html body .svoi-account .account-dashboard>.account-tabs{display:inline-flex;justify-self:start;max-width:100%;padding:5px;gap:4px;margin:0;border:1px solid var(--nav-edge);border-radius:999px;background:var(--nav-group);box-shadow:inset 0 1px 0 var(--nav-frost-light)}
html body .svoi-account .account-dashboard>.account-tabs button{min-height:44px;padding:11px 18px;border:1px solid var(--nav-edge);border-radius:999px;background:var(--nav-control);color:var(--nav-ink);font-size:14px;font-weight:650}
html body .svoi-account .account-dashboard>.account-tabs button[aria-selected=true]{background:var(--nav-selected);border-color:var(--ui-hover-edge);color:var(--nav-ink);box-shadow:inset 0 1px 0 var(--nav-frost-light)}
html body .svoi-account .account-dashboard-heading{margin:0 0 20px;gap:16px}
html body .svoi-account .account-dashboard-heading h2{font-size:28px;line-height:1.25}
html body .svoi-account .account-dashboard .svoi-business-list{margin:0;padding:0;gap:16px;list-style:none}
html body .svoi-account .account-dashboard :is(.svoi-business-list li,.account-panel){padding:24px;border:1px solid var(--nav-edge);border-radius:24px;background:linear-gradient(135deg,var(--nav-frost-light),transparent 42%),var(--nav-frost);box-shadow:inset 0 1px 0 var(--nav-frost-light),0 8px 26px var(--nav-frost-shadow)}
html body .svoi-account .account-dashboard .svoi-business-list li>a{display:inline-block;margin:0 0 16px;font-size:20px;font-weight:650;line-height:1.3;text-decoration:none}
html body .svoi-account .dashboard-statuses{display:flex;flex-wrap:wrap;gap:8px;margin:0;font-size:12px;line-height:1.5;color:var(--muted)}
html body .svoi-account .dashboard-statuses span{padding:6px 10px;border:1px solid var(--nav-edge);border-radius:10px;background:var(--nav-control)}
html body .svoi-account .dashboard-statuses strong{font-weight:500;color:var(--ink)}
html body .svoi-account:has(>.account-dashboard)>.account-action-logout{margin-top:28px;padding-top:20px;border-top:1px solid var(--nav-edge)}
@media(hover:hover) and (pointer:fine){html body .svoi-account .account-dashboard :is(.account-tabs button,.svoi-business-list li):hover{background:var(--nav-selected);border-color:var(--ui-hover-edge)}}
@media(max-width:600px){html body .svoi-account .account-dashboard{gap:22px}html body .svoi-account .account-dashboard>.account-tabs{width:100%}html body .svoi-account .account-dashboard>.account-tabs button{flex:1;padding:10px 12px;font-size:13px}html body .svoi-account .account-dashboard-heading{flex-wrap:wrap}html body .svoi-account .account-dashboard-heading h2{font-size:24px}html body .svoi-account .account-dashboard :is(.svoi-business-list li,.account-panel){padding:20px;border-radius:20px}}
/* Footer shares the navigation's lightweight frosted surface. */
html body .site-footer{padding:32px 0;color:var(--nav-ink);background:linear-gradient(125deg,var(--nav-frost-light),transparent 48%),radial-gradient(ellipse at 85% 100%,var(--nav-frost-tint),transparent 65%),var(--nav-frost);border-top:1px solid var(--nav-edge);box-shadow:inset 0 1px 0 var(--nav-frost-light),0 -8px 28px var(--nav-frost-shadow);backdrop-filter:none;-webkit-backdrop-filter:none}
html body .site-footer>.wrap{gap:24px}
html body .site-footer p{color:var(--muted);font-size:13px;line-height:1.6;max-width:46ch;text-align:right}
@media(max-width:600px){html body .site-footer{padding:24px 0}html body .site-footer>.wrap{flex-wrap:wrap;gap:16px}html body .site-footer p{text-align:left;font-size:12px}}
@media(prefers-reduced-transparency:reduce){html body .site-footer{background:var(--nav-panel)}}
body .city-results{position:absolute;top:calc(100% + 6px);left:0;right:0;max-height:220px;overflow:auto;z-index:30;padding:8px;border:1px solid var(--ui-glass-edge);border-radius:16px;background:var(--ui-glass-solid);box-shadow:var(--ui-glass-shadow)}
body .city-results [role=option]{padding:11px 12px;margin:3px 0;border-radius:9px;cursor:pointer;font-size:14px;font-weight:500}
body .city-results [role=option]:hover,body .city-results [aria-selected=true]{background:var(--ui-glass-selected)}
body .city-results p{font-size:12px;color:var(--muted);padding:8px;margin:0}
body .filter-fields select[name=city][hidden],body .city-results[hidden]{display:none}
/* Owner settlement selection shares the public autocomplete surface. */
[data-primary-place]{display:grid;gap:16px;margin-block:16px 24px}
[data-primary-place]>button,[data-workplaces]>label>button{justify-self:start}
.owner-place-search{position:relative;display:grid;gap:12px;width:100%;margin-block:16px}
.owner-place-search[hidden]{display:none!important}
.owner-place-search .city-results{top:90px;z-index:30}
.owner-place-search small{line-height:1.5}

/* Category chips keep a matched surface/text pair instead of generic button hover. */
html body .svoi-account .category-selection button:is(:hover,:active,:focus-visible){background:var(--ui-glass-selected);color:var(--ink);border-color:var(--ui-hover-edge,var(--ui-glass-edge));box-shadow:inset 0 1px 0 var(--ui-glass-highlight),inset 0 0 0 1px var(--ui-glass-edge);filter:none}

/* Editor steps: rounded hover and keyboard focus, isolated from generic buttons. */
html body .svoi-account .account-editor>.account-tabs button{border-radius:12px;border-color:transparent;filter:none}
html body .svoi-account .account-editor>.account-tabs button[aria-selected=true]{border-radius:12px;background:var(--ui-glass-selected);color:var(--ink);box-shadow:inset 3px 0 var(--muted)}
@media(hover:hover) and (pointer:fine){
 html body .svoi-account .account-editor>.account-tabs button:not(:disabled):hover{background:var(--ui-glass-inset);color:var(--ink);border-color:transparent;box-shadow:none;filter:none}
 html body .svoi-account .account-editor>.account-tabs button[aria-selected=true]:not(:disabled):hover{background:var(--ui-glass-selected);box-shadow:inset 3px 0 var(--muted)}
}
html body .svoi-account .account-editor>.account-tabs button:focus:not(:focus-visible){outline:none}
html body .svoi-account .account-editor>.account-tabs button:focus-visible{outline:2px solid var(--muted);outline-offset:-3px;background:var(--ui-glass-inset);color:var(--ink);filter:none}
html body .svoi-account .account-editor>.account-tabs button[aria-selected=true]:focus-visible{background:var(--ui-glass-selected)}
html body .svoi-account .account-editor>.account-tabs button:not(:disabled):active{background:var(--ui-glass-selected);color:var(--ink);filter:none}
@media(max-width:1100px){html body .svoi-account .account-editor>.account-tabs button[aria-selected=true]{box-shadow:inset 0 -2px var(--muted)}}
/* The main location field accepts settlements and postcodes. */
body .search-location{position:relative}
body .search-location .location-results{top:calc(100% + 8px);text-align:left;white-space:normal;min-width:100%;font-size:14px;color:var(--ink);line-height:1.5}
body .search-location .location-results:not([hidden]){padding:12px}
body input:-webkit-autofill,body input:-webkit-autofill:hover,body input:-webkit-autofill:focus{ -webkit-text-fill-color:var(--ink);caret-color:var(--ink);-webkit-box-shadow:0 0 0 1000px var(--ui-glass-solid) inset!important;box-shadow:0 0 0 1000px var(--ui-glass-solid) inset!important}
body input:autofill{color:var(--ink);caret-color:var(--ink);box-shadow:0 0 0 1000px var(--ui-glass-solid) inset!important}

/* Keep the page background clear beneath business content. */
body .business-panorama::before{display:none}
/* One photo at a time; native scrolling also supports touch and no-JS browsing. */
body .business-slider{min-width:0;scroll-margin-top:24px}
body .business-slides{display:flex;align-items:flex-start;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;border-radius:20px;background:var(--ui-glass-inset)}
body .business-slides::-webkit-scrollbar{display:none}
body .business-slides>a{flex:0 0 100%;min-width:0;height:auto;display:flex;align-items:center;justify-content:center;scroll-snap-align:start;scroll-snap-stop:always;cursor:zoom-in;padding:12px}
body .business-slides img{display:block;width:auto;height:auto;max-width:100%;max-height:none;object-fit:contain;border-radius:16px}
body .business-slider-controls{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px}
body .business-slider-controls[hidden]{display:none}
body .business-slider-controls button{font-size:13px;min-height:44px;padding:10px 16px}
body .business-slider-controls [data-slide-count]{white-space:nowrap;font-size:13px;color:var(--muted);font-variant-numeric:tabular-nums}
@media(max-width:600px){body .business-slider-controls{gap:8px}body .business-slider-controls button{font-size:12px;padding:10px 12px}}

html body .business-slider .business-slider-controls button{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;min-width:44px;min-height:44px;padding:0;border-radius:50%}
html body .business-slider-controls button>svg{display:block;flex:0 0 22px;width:22px;height:22px;fill:none;stroke:currentColor}

/* A visible photo surface in light mode, in-page and in the enlarged viewer. */
:root:not([data-theme=dark]) .business-slides,
:root:not([data-theme=dark]) .photo-viewer-image{background:var(--soft)}
html body .photo-nav>svg{display:block;flex:0 0 22px;width:22px;height:22px;fill:none;stroke:currentColor}

/* Restore only the catalogue image zoom transition after the motion reset. */
@media(prefers-reduced-motion:no-preference) and (hover:hover) and (pointer:fine){
 html body .business-card .card-cover img{transition:transform .45s cubic-bezier(.22,.61,.36,1)!important}
}
/* Quiet, theme-aware scrollbars for the page and nested scrollable panels. */
:root{--scrollbar-track:var(--paper);--scrollbar-thumb:color-mix(in srgb,var(--muted) 65%,var(--paper));--scrollbar-thumb-hover:var(--muted)}
:where(html,body *){scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}
:where(html,body *)::-webkit-scrollbar{width:10px;height:10px}
:where(html,body *)::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:999px}
:where(html,body *)::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border:2px solid var(--scrollbar-track);border-radius:999px;min-height:36px}
:where(html,body *)::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}
:where(html,body *)::-webkit-scrollbar-corner{background:var(--scrollbar-track)}
@media(forced-colors:active){:where(html,body *){scrollbar-color:auto}}
/* Equal dimensions keep numbered pagination controls circular. */
body .pagination .page-numbers:not(.prev):not(.next){width:44px;height:44px;min-width:44px;min-height:44px;flex:0 0 44px;padding:0;border-radius:50%;line-height:1;display:inline-flex;align-items:center;justify-content:center}
body .pagination .page-numbers.dots{border-color:transparent;background:transparent}
/* Solid dark navigation surfaces match the clarity of the light theme. */
html[data-theme=dark] body .site-header .site-nav{background:#253329;border-color:#354839;box-shadow:none}
html[data-theme=dark] body .site-header .site-nav a{background:#19271e;border-color:#49614c;box-shadow:none;filter:none}
html[data-theme=dark] body .site-header .site-nav a[aria-current]{background:#354c39;border-color:#6a8566}
html[data-theme=dark] body .site-header .site-nav a:hover{background:#304735;border-color:#789471;box-shadow:none;filter:none}
html[data-theme=dark] body .site-header .site-nav a:active{background:#3c5641}
/* Keep filter controls compact even when a category name is long. */
body .filter-fields{align-items:start}
body .filter-fields>label{min-width:0;align-content:start;align-items:start;grid-template-rows:auto auto}
html body .filter-fields select{appearance:none;width:100%;min-width:0;height:48px;min-height:48px;max-height:48px;padding:11px 40px 11px 14px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;line-height:24px;font-weight:400}
html body .filter-fields select option{white-space:normal;overflow-wrap:anywhere}
@media(max-width:600px){
 body .filter-fields,body .hero-filter-dialog .filter-fields{grid-template-columns:minmax(0,1fr);gap:16px}
 body .filter-fields fieldset{min-width:0}
 body .filter-fields .filter-actions{flex-wrap:wrap;gap:12px}
}

html body .filter-fields select::picker(select){appearance:auto}

/* Original wordmark with the pro accent replacing the flag dot. */
.brand .brand-word{position:relative;display:inline-block}
.brand .brand-pro{position:absolute;right:0;top:-.65em;display:block;margin:0;font-size:.32em;font-weight:800;letter-spacing:-.035em;line-height:1.1;color:#1479ef;background:linear-gradient(180deg,#1479ef 0%,#1479ef 38%,#f8d52e 65%,#f8d52e 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}
@media(forced-colors:active){.brand .brand-pro{background:none;color:LinkText;-webkit-text-fill-color:currentColor}}
/* Calm account dashboard: one action bar and cover photos within the cards. */
html body .svoi-account .account-banner{min-height:205px;padding:30px 34px;margin-bottom:24px}
html body .svoi-account .account-banner h1{font-size:clamp(30px,3.4vw,42px)}
html body .svoi-account .account-dashboard{gap:24px}
html body .svoi-account .account-dashboard>.account-tabs{display:flex;width:100%;justify-self:stretch;gap:28px;padding:0;border:0;border-bottom:1px solid var(--nav-edge);border-radius:0;background:none;box-shadow:none;backdrop-filter:none}
html body .svoi-account .account-dashboard>.account-tabs button{flex:none;margin:0;padding:12px 0 16px;min-height:48px;border:0;border-bottom:2px solid transparent;border-radius:0;background:none;color:var(--muted);box-shadow:none}
html body .svoi-account .account-dashboard>.account-tabs button[aria-selected=true]{background:none;color:var(--ink);border-bottom-color:var(--ink);box-shadow:none}
html body .svoi-account .account-dashboard>.account-tabs button:hover{background:none;color:var(--ink)}
html body .svoi-account .account-dashboard>.account-tabs button:focus-visible{outline:2px solid var(--muted);outline-offset:3px}
html body .svoi-account .account-dashboard-heading h2{font-size:14px;line-height:1.5;letter-spacing:0;font-weight:500;color:var(--muted)}
html body .svoi-account .account-dashboard .svoi-business-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
html body .svoi-account .account-dashboard .dashboard-business{display:grid;grid-template-columns:minmax(0,1fr);gap:16px;align-content:start;padding:24px;border-radius:20px;min-width:0}
html body .svoi-account .account-dashboard .dashboard-business.has-photo{grid-template-columns:minmax(0,1fr) 112px}
html body .svoi-account .account-dashboard .dashboard-business-title{grid-column:1;margin:0;font-size:19px;line-height:1.4;overflow-wrap:anywhere;align-self:start}
html body .svoi-account .dashboard-business-photo{grid-column:2;grid-row:1/3;display:block;width:112px;height:112px;max-width:none;max-height:none;object-fit:cover;border-radius:16px;margin:0;border:1px solid var(--nav-edge)}
html body .svoi-account .dashboard-business .dashboard-statuses{grid-column:1;align-self:end;font-size:11px;gap:6px}
html body .svoi-account .dashboard-statuses .profile-status{padding:5px 8px;border-radius:7px}
html body .svoi-account .dashboard-statuses .status-publish{background:#6e965815;border-color:#78936160}
html body .svoi-account .dashboard-business-bottom{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--nav-edge);padding-top:16px;margin-top:2px;font-size:12px;color:var(--muted)}
html body .svoi-account .dashboard-edit{color:var(--ink);text-decoration:underline;text-underline-offset:4px}
html body .svoi-account .dashboard-change.state-draft{color:#84611e}
:root[data-theme=dark] body .svoi-account .dashboard-change.state-draft{color:#d7bd87}
@media(max-width:850px){html body .svoi-account .account-dashboard .svoi-business-list{grid-template-columns:1fr}}
@media(max-width:600px){html body .svoi-account .account-banner{padding:26px 22px;min-height:0}html body .svoi-account .account-dashboard-heading{flex-wrap:nowrap;gap:16px}html body .svoi-account .account-dashboard-heading h2{font-size:12px}html body .svoi-account .account-dashboard-heading button{white-space:nowrap;font-size:12px}html body .svoi-account .account-dashboard .dashboard-business{padding:18px;gap:14px}html body .svoi-account .account-dashboard .dashboard-business.has-photo{grid-template-columns:minmax(0,1fr) 88px}html body .svoi-account .dashboard-business-photo{width:88px;height:104px;border-radius:13px}html body .svoi-account .account-dashboard .dashboard-business-title{font-size:17px}html body .svoi-account .account-dashboard>.account-tabs{gap:24px}html body .svoi-account .account-dashboard>.account-tabs button{font-size:13px}}

html body:has(.account-dashboard){background:var(--paper);color:var(--ink)}
html body .svoi-account .account-dashboard .dashboard-business-title{color:var(--ink)}
/* Card metadata follows the owner's saved draft, including all workplaces. */
html body .svoi-account .dashboard-business-photo{grid-row:1/4}
html body .svoi-account .dashboard-business-meta{grid-column:1;display:grid;gap:10px;min-width:0;font-size:12px;color:var(--muted);line-height:1.6}
html body .svoi-account .dashboard-meta-label{display:block;font-size:10px;font-weight:650;margin-bottom:4px;color:var(--muted)}
html body .svoi-account .dashboard-meta-group ul{display:flex;flex-wrap:wrap;gap:5px 7px;list-style:none;margin:0;padding:0}
html body .svoi-account .account-dashboard .dashboard-meta-group li{display:block;margin:0;padding:3px 8px;border:1px solid var(--nav-edge);border-radius:6px;background:var(--nav-control);box-shadow:none;backdrop-filter:none;color:var(--ink);font-size:11px;line-height:1.5;overflow-wrap:anywhere;min-width:0}
html body .svoi-account .dashboard-meta-more{position:relative;z-index:2;margin:5px 0 0;padding:0;border:0;border-radius:0;background:none;box-shadow:none}
html body .svoi-account .dashboard-meta-more summary{display:inline-block;padding:2px 0;min-height:28px;font-size:11px;line-height:1.8;color:var(--muted);text-decoration:underline;text-underline-offset:3px;cursor:pointer;list-style:none}
html body .svoi-account .dashboard-meta-more summary::-webkit-details-marker{display:none}
html body .svoi-account .dashboard-meta-more summary:hover{color:var(--ink)}
html body .svoi-account .dashboard-meta-more summary:focus-visible{outline:2px solid var(--muted);outline-offset:3px}
html body .svoi-account .dashboard-meta-more[open] ul{margin-top:5px}

/* Keep dashboard cover photos in their original proportions. */
html body .svoi-account .account-dashboard .dashboard-business-photo{height:auto;max-height:none;aspect-ratio:auto;object-fit:contain;align-self:start}
/* Compact language control has the same circular geometry as the theme control. */
@media(max-width:480px){
 html body .site-header .language-menu{flex-shrink:0}
 html body .site-header .language-menu>summary{width:46px;min-width:46px;height:46px;min-height:46px;padding:0;aspect-ratio:1;border-radius:50%;box-sizing:border-box}
}

/* Category selection returns directly to the category navigation. */
#catalog-categories{scroll-margin-top:24px}
/* The fragment target is a navigation container, not an interactive control. */
html body #catalog-categories:focus,html body #catalog-categories:focus-visible{outline:none}
html body #catalog-categories a:focus-visible{outline:2px solid var(--muted);outline-offset:3px}

/* Mobile dropdowns stay inside the header width, immediately below the controls. */
@media(max-width:600px){
 html body .site-header .header-inner{position:relative}
 html body .site-header :is(.language-menu,.theme-menu){position:static}
 html body .site-header :is(.language-switcher,.theme-options){left:auto;right:12px;top:70px;width:230px;min-width:0;max-width:calc(100% - 24px);box-sizing:border-box;z-index:30;background:var(--nav-panel)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}
}

@media(max-width:480px){html body .site-header :is(.language-switcher,.theme-options){top:68px}}

/* Profile cover and compact, predictable breadcrumbs on small screens. */
html body .business-panorama .business-cover>.business-cover-backdrop{filter:blur(12px);opacity:.8;inset:-24px;width:calc(100% + 48px);height:calc(100% + 48px)}
html body .business-title .breadcrumbs{height:auto;min-height:0;max-width:100%;margin:0 0 18px;padding:0;background:none;border:0;border-radius:0;box-shadow:none}
html body .business-title .breadcrumbs ol{display:flex;flex-wrap:nowrap;align-items:center;gap:8px;min-width:0;max-width:100%;margin:0;padding:0}
html body .business-title .breadcrumbs li{min-width:0;flex:0 0 auto;line-height:1.5}
html body .business-title .breadcrumbs li:last-child{flex:1 1 0;overflow:hidden}
html body .business-title .breadcrumbs li:last-child>span,html body .business-title .breadcrumbs li:last-child>a{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}
html body .business-title .breadcrumbs li+li:before{flex-shrink:0}
@media(max-width:600px){
 html body .business-panorama .business-title{padding:20px}
 html body .business-panorama .business-title.has-cover{margin-top:-28px}
 html body .business-panorama .business-title-row{flex-direction:column;align-items:stretch;gap:16px;min-width:0}
 html body .business-panorama .business-title h1{font-size:clamp(25px,6.8vw,32px);line-height:1.22;letter-spacing:-.025em;text-wrap:balance;overflow-wrap:anywhere;margin:0}
 html body .business-panorama .business-quick-contacts:empty,html body .business-panorama .business-meta:empty{display:none}
 html body .business-title .breadcrumbs ol{font-size:10px}
}

/* Cover treatment: soft desktop covers, sharp mobile images. */

@media(max-width:600px){
 html body .business-card .card-cover img{filter:none;transform:none!important}
 html body .business-panorama .business-cover>.business-cover-backdrop{filter:none;opacity:1;inset:0;width:100%;height:100%}
}

/* Contact examples stay inside their own inputs; consent fills the final grid cell. */
html body .svoi-account .svoi-contact-fields>.svoi-check{grid-column:auto;align-self:center;display:flex;align-items:center;gap:12px;margin:0;min-width:0;line-height:1.5}
html body .svoi-account .svoi-contact-fields>.svoi-check>input{flex-shrink:0}
html body .svoi-account .svoi-contact-fields>.svoi-field{min-width:0}
@media(max-width:600px){html body .svoi-account .svoi-contact-fields{grid-template-columns:minmax(0,1fr)}}

/* Consent aligns with the input row, excluding the label. */
html body .svoi-account .svoi-contact-fields{--contact-label-height:22px;--contact-label-gap:9px}
html body .svoi-account .svoi-contact-fields>.svoi-field{gap:var(--contact-label-gap)}
html body .svoi-account .svoi-contact-fields>.svoi-field>span:first-child{min-height:var(--contact-label-height)}
html body .svoi-account .svoi-contact-fields>.svoi-check{align-self:stretch;box-sizing:border-box;padding-top:calc(var(--contact-label-height) + var(--contact-label-gap))}
@media(max-width:600px){html body .svoi-account .svoi-contact-fields>.svoi-check{padding-top:0}}

/* Fill the last contact row when the visible contact count is odd. */
html body .business-panorama .business-contacts>ul>li:last-child:nth-child(odd){grid-column:1 / -1}
