/*
Theme Name: To Pardis
Theme URI: https://pardis.info/
Author: To Pardis
Description: قالب اختصاصی دایرکتوری کسب‌وکارهای «تو پردیس»؛ هماهنگ با افزونه To Pardis Core.
Version: 0.26.41
Requires at least: 6.2
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: to-pardis
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/*
 * Local variable Persian webfont.
 * The file is bundled with the theme, so public pages do not depend on an
 * external font CDN. font-display: swap keeps text visible during loading.
 */
@font-face {
  font-family: 'Vazirmatn';
  src: url('assets/fonts/Vazirmatn[wght].woff2') format('woff2');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --tp-primary: #0f7f79;
  --tp-primary-dark: #0b625e;
  --tp-sidebar: #0b4a51;
  --tp-sidebar-deep: #083d43;
  --tp-primary-soft: #e9f5f2;
  --tp-coral: #f47b55;
  --tp-ink: #123b42;
  --tp-muted: #6e8282;
  --tp-line: #dbe7e3;
  --tp-soft: #f5f8f6;
  --tp-white: #ffffff;
  --tp-shadow: 0 20px 55px rgba(18, 59, 66, .09);
  --tp-font-family: 'Vazirmatn', Tahoma, Arial, sans-serif;
  --tp-font-weight-body: 400;
  --tp-font-weight-heading: 800;
  --tp-font-weight-ui: 700;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--tp-ink); font-family: var(--tp-font-family); font-size: clamp(17px, 1.28vw, 18px); line-height: 1.8; direction: rtl; }
body.tp-menu-open, body.tp-filter-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
/* Keep Elementor text widgets aligned by default while allowing widget typography controls to win. */
:where(.elementor-widget-heading .elementor-heading-title, .elementor-widget-text-editor, .elementor-widget-button .elementor-button, .elementor-widget-form input, .elementor-widget-form select, .elementor-widget-form textarea, .elementor-widget-form button) { font-family: var(--tp-font-family); }
button { cursor: pointer; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus, .tp-skip-link:focus { z-index: 100000; top: 8px; right: 8px; width: auto; height: auto; padding: 10px 15px; clip: auto; border-radius: 8px; background: #fff; color: var(--tp-ink); }
.tp-skip-link { position: absolute; top: -100px; }
.tp-site-main { min-height: 55vh; }
.tp-elementor-content { width: 100%; }
body.tp-page-built-with-elementor .tp-site-main { overflow: clip; }
.tp-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.tp-site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid rgba(219, 231, 227, .8); background: rgba(255,255,255,.94); backdrop-filter: blur(16px); }
.admin-bar .tp-site-header { top: 32px; }
.tp-header-row { display: flex; align-items: center; min-height: 78px; gap: 34px; }
.tp-brand { display: inline-flex; align-items: center; gap: 10px; min-width: max-content; }
.tp-brand-mark { display: grid; place-items: center; width: 45px; height: 45px; border-radius: 15px 15px 15px 6px; background: linear-gradient(145deg, var(--tp-primary), #34a59a); box-shadow: 0 8px 22px rgba(15, 127, 121, .24); color: #fff; font-size: clamp(19px, 1.45vw, 21px); font-weight: 900; }
.tp-brand strong, .tp-brand small { display: block; }
.tp-brand strong { font-size: clamp(19px, 1.45vw, 21px); line-height: 1.35; }
.tp-brand small { margin-top: 1px; color: #8aa09e; font-size: clamp(13px, .95vw, 14px); }
.tp-main-nav { display: flex; align-items: center; margin-right: 18px; }
.tp-primary-menu { display: flex; align-items: center; gap: 27px; padding: 0; margin: 0; list-style: none; }
.tp-main-nav a { position: relative; padding-block: 28px; color: #496465; font-size: clamp(15px, 1.15vw, 16px); font-weight: 700; }
.tp-main-nav a::after { position: absolute; right: 0; bottom: 20px; width: 0; height: 2px; border-radius: 2px; background: var(--tp-coral); content: ""; transition: width .2s; }
.tp-main-nav a:hover, .tp-main-nav a.is-active { color: var(--tp-primary-dark); }
.tp-main-nav a:hover::after, .tp-main-nav a.is-active::after { width: 100%; }
.tp-main-nav .current-menu-item > a, .tp-main-nav .current_page_item > a { color: var(--tp-primary-dark); }
.tp-main-nav .current-menu-item > a::after, .tp-main-nav .current_page_item > a::after { width: 100%; }
.tp-header-actions { display: flex; align-items: center; gap: 9px; margin-right: auto; }
.tp-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 43px; padding: 0 18px; border: 1px solid transparent; border-radius: 12px; font-size: clamp(15px, 1.1vw, 16px); font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.tp-button:hover { transform: translateY(-2px); }
.tp-button-ghost { border-color: var(--tp-line); background: #fff; }
.tp-button-coral { background: var(--tp-coral); box-shadow: 0 10px 25px rgba(244,123,85,.22); color: #fff; }
.tp-button-outline { border-color: var(--tp-primary); background: transparent; color: var(--tp-primary); }
.tp-button-large { min-height: 53px; padding-inline: 24px; border-radius: 15px; font-size: clamp(15px, 1.15vw, 16px); }
.tp-menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 1px solid var(--tp-line); border-radius: 11px; background: #fff; }
.tp-menu-toggle span { display: block; height: 2px; margin: 4px 0; border-radius: 2px; background: var(--tp-ink); }
.tp-menu-toggle .screen-reader-text { margin: -1px; }
.tp-menu-overlay { position: fixed; z-index: 40; inset: 0; background: rgba(8, 61, 67, .3); backdrop-filter: blur(2px); }
.tp-custom-logo .custom-logo-link { display: block; }
.tp-custom-logo img { display: block; width: auto; max-width: 210px; max-height: 54px; }

.tp-hero { position: relative; min-height: 600px; overflow: hidden; background: linear-gradient(135deg, #f3faf7 0%, #e7f4ef 47%, #d9eee8 100%); }
.tp-hero::before { position: absolute; inset: 0; opacity: .33; background-image: radial-gradient(circle at 1px 1px, rgba(15,127,121,.2) 1px, transparent 0); background-size: 24px 24px; content: ""; mask-image: linear-gradient(90deg, #000, transparent 60%); }
.tp-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; min-height: 570px; padding-block: 70px 90px; gap: 55px; }
.tp-hero-copy { position: relative; z-index: 3; }
.tp-eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; padding: 7px 12px; border: 1px solid #cae4dc; border-radius: 100px; background: rgba(255,255,255,.6); color: var(--tp-primary); font-size: clamp(14px, 1.05vw, 15px); font-weight: 800; }
.tp-eyebrow i { width: 7px; height: 7px; border-radius: 50%; background: var(--tp-coral); box-shadow: 0 0 0 4px rgba(244,123,85,.15); }
.tp-hero h1 { margin: 0; font-size: clamp(38px, 4.2vw, 61px); line-height: 1.35; letter-spacing: -.025em; font-weight: 950; }
.tp-hero h1 em { position: relative; color: var(--tp-primary); font-style: normal; }
.tp-hero h1 em::after { position: absolute; right: 0; bottom: -5px; width: 100%; height: 8px; border-radius: 50%; background: var(--tp-coral); opacity: .38; content: ""; transform: rotate(-1deg); }
.tp-hero-copy > p { max-width: 650px; margin: 19px 0 27px; color: #587273; font-size: clamp(17px, 1.28vw, 18px); line-height: 2; }
.tp-hero-search { display: grid; grid-template-columns: minmax(230px, 1fr) 190px 105px; align-items: center; max-width: 710px; padding: 7px; border: 1px solid #d1e4df; border-radius: 17px; background: #fff; box-shadow: 0 18px 50px rgba(18,59,66,.12); }
.tp-hero-search label { display: flex; align-items: center; min-height: 48px; gap: 8px; }
.tp-hero-search .tp-search-field { padding-right: 12px; }
.tp-search-icon, .tp-area-field > span { color: var(--tp-primary); font-size: 24px; }
.tp-hero-search input, .tp-hero-search select { width: 100%; border: 0; outline: 0; background: transparent; color: var(--tp-ink); font-size: clamp(15px, 1.1vw, 16px); }
.tp-hero-search input::placeholder { color: #91a4a4; }
.tp-area-field { padding-inline: 12px; border-right: 1px solid var(--tp-line); }
.tp-hero-search button { min-height: 48px; border: 0; border-radius: 12px; background: var(--tp-primary); color: #fff; font-size: clamp(15px, 1.1vw, 16px); font-weight: 900; }
.tp-hero-tags { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; margin-top: 15px; color: #718988; font-size: clamp(13.5px, 1vw, 14.5px); }
.tp-hero-tags button, .tp-hero-tags a { padding: 4px 9px; border: 1px solid #d2e5df; border-radius: 30px; background: rgba(255,255,255,.52); color: #577171; font-size: clamp(13.5px, 1vw, 14.5px); }
.tp-hero-visual { position: relative; min-height: 430px; }
.tp-hero-visual::before { position: absolute; inset: 32px 20px 12px 26px; border: 1px solid rgba(15,127,121,.18); border-radius: 50%; background: rgba(255,255,255,.23); content: ""; }
.tp-city-card { position: absolute; z-index: 4; top: 102px; right: 80px; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 240px; height: 190px; border: 1px solid rgba(255,255,255,.6); border-radius: 32px 32px 32px 10px; background: linear-gradient(145deg, var(--tp-sidebar), var(--tp-primary)); box-shadow: 0 30px 70px rgba(8,61,67,.25); color: #fff; transform: rotate(-2deg); }
.tp-city-card::after { position: absolute; inset: 8px; border: 1px solid rgba(255,255,255,.13); border-radius: 25px 25px 25px 7px; content: ""; }
.tp-city-pin { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 9px; border-radius: 18px; background: var(--tp-coral); font-size: 27px; }
.tp-city-card strong { font-size: 27px; }
.tp-city-card small { margin-top: 6px; color: #bfe0dc; font-size: clamp(13.5px, 1vw, 14.5px); }
.tp-mini-card { position: absolute; z-index: 5; display: grid; grid-template-columns: 44px auto; align-items: center; min-width: 145px; padding: 11px; border: 1px solid rgba(255,255,255,.85); border-radius: 17px; background: rgba(255,255,255,.9); box-shadow: 0 15px 35px rgba(18,59,66,.12); backdrop-filter: blur(10px); }
.tp-mini-card > span { grid-row: span 2; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 11px; background: var(--tp-primary-soft); color: var(--tp-primary); font-size: clamp(19px, 1.45vw, 21px); }
.tp-mini-card strong { font-size: clamp(14px, 1.05vw, 15px); }
.tp-mini-card small { color: #7c9291; font-size: clamp(12.5px, .9vw, 13.5px); }
.tp-mini-cafe { top: 44px; right: 12px; transform: rotate(3deg); }
.tp-mini-health { top: 80px; left: 0; transform: rotate(-3deg); }
.tp-mini-shop { right: 12px; bottom: 42px; transform: rotate(-2deg); }
.tp-mini-business { top: 44px; right: 12px; transform: rotate(3deg); }
.tp-mini-category { top: 80px; left: 0; transform: rotate(-3deg); }
.tp-mini-area { right: 12px; bottom: 42px; transform: rotate(-2deg); }
.tp-skyline { position: absolute; right: 25px; bottom: 10px; display: flex; align-items: end; height: 100px; opacity: .18; gap: 8px; }
.tp-skyline i { width: 35px; height: 55px; border-radius: 6px 6px 0 0; background: var(--tp-sidebar); }
.tp-skyline i:nth-child(2) { height: 85px; }.tp-skyline i:nth-child(3) { height: 68px; }.tp-skyline i:nth-child(4) { height: 95px; }.tp-skyline i:nth-child(5) { height: 52px; }.tp-skyline i:nth-child(6) { height: 75px; }
.tp-hero-orbit { position: absolute; border: 1px solid rgba(15,127,121,.11); border-radius: 50%; }
.tp-orbit-one { top: -220px; left: -170px; width: 570px; height: 570px; }.tp-orbit-two { right: -180px; bottom: -310px; width: 610px; height: 610px; }
.tp-hero-wave { position: absolute; bottom: -1px; width: 100%; height: 54px; background: #fff; clip-path: ellipse(55% 52% at 50% 100%); }

.tp-section { padding-block: 88px; }
.tp-section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 31px; gap: 30px; }
.tp-section-kicker { display: block; margin-bottom: 8px; color: var(--tp-primary); font-size: clamp(13.5px, 1vw, 14.5px); font-weight: 900; }
.tp-section-heading h2, .tp-area-copy h2, .tp-register-card h2 { margin: 0 0 8px; font-size: clamp(25px, 3vw, 36px); font-weight: 950; }
.tp-section-heading p, .tp-area-copy p, .tp-register-card p { margin: 0; color: var(--tp-muted); font-size: clamp(15px, 1.1vw, 16px); line-height: 1.9; }
.tp-section-heading > a { color: var(--tp-primary); font-size: clamp(14px, 1.05vw, 15px); font-weight: 900; }
.tp-section-heading > a b { margin-right: 5px; }
.tp-category-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 13px; }
.tp-category-card { position: relative; min-height: 183px; padding: 22px 15px 17px; border: 1px solid var(--tp-line); border-radius: 19px; background: #fff; color: var(--tp-ink); text-align: right; transition: transform .22s, box-shadow .22s, border-color .22s; }
.tp-category-card:hover, .tp-category-card.is-active { border-color: var(--tp-primary); box-shadow: var(--tp-shadow); transform: translateY(-6px); }
.tp-category-icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 20px; border-radius: 17px; font-size: 23px; }
.tp-icon-1 { background: #fff0e9; color: #c45d3d; }.tp-icon-2 { background: #e9f5f2; color: #0f7f79; }.tp-icon-3 { background: #f6eefa; color: #9655a6; }.tp-icon-4 { background: #fff6de; color: #bf8a16; }.tp-icon-5 { background: #eaf2fb; color: #4e78aa; }.tp-icon-6 { background: #eef2ff; color: #5f6aa9; }
.tp-category-card strong, .tp-category-card small { display: block; }
.tp-category-card strong { margin-bottom: 6px; font-size: clamp(15px, 1.1vw, 16px); }
.tp-category-card small { color: #8a9c9b; font-size: clamp(13px, .95vw, 14px); }
.tp-category-card > i { position: absolute; left: 15px; bottom: 15px; color: #9fb0af; font-style: normal; }

.tp-popular-section { background: var(--tp-soft); }
.tp-compact-heading { align-items: center; }
.tp-category-tabs { display: flex; padding: 4px; border: 1px solid var(--tp-line); border-radius: 12px; background: #fff; gap: 3px; }
.tp-category-tabs button { min-height: 35px; padding: 0 12px; border: 0; border-radius: 9px; background: transparent; color: #66807f; font-size: clamp(13px, .95vw, 14px); }
.tp-category-tabs button.is-active { background: var(--tp-primary); color: #fff; }
.tp-business-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.tp-business-card { overflow: hidden; border: 1px solid var(--tp-line); border-radius: 21px; background: #fff; transition: transform .22s, box-shadow .22s; }
.tp-business-card:hover { box-shadow: var(--tp-shadow); transform: translateY(-5px); }
.tp-business-cover { position: relative; display: grid; place-items: center; height: 180px; overflow: hidden; }
.tp-business-cover img { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.tp-business-card:hover .tp-business-cover img { transform: scale(1.035); }
.tp-business-cover::before, .tp-business-cover::after { position: absolute; border-radius: 50%; content: ""; }
.tp-business-cover::before { right: -30px; top: -40px; width: 150px; height: 150px; background: rgba(255,255,255,.22); }.tp-business-cover::after { left: -20px; bottom: -45px; width: 120px; height: 120px; border: 18px solid rgba(255,255,255,.18); }
.tp-cover-cafe { background: linear-gradient(145deg,#cba47a,#855b3e); }.tp-cover-clinic { background: linear-gradient(145deg,#87c8c4,#338b87); }.tp-cover-beauty { background: linear-gradient(145deg,#d4a5bb,#945e7b); }.tp-cover-shop { background: linear-gradient(145deg,#e8b876,#a7753e); }.tp-cover-service { background: linear-gradient(145deg,#7aa7bb,#416f83); }.tp-cover-sport { background: linear-gradient(145deg,#9eaf7e,#5e7541); }
.tp-tone-teal { background: linear-gradient(145deg,#87c8c4,#338b87); }.tp-tone-coral { background: linear-gradient(145deg,#d9a084,#a45f44); }.tp-tone-blue { background: linear-gradient(145deg,#7aa7bb,#416f83); }.tp-tone-amber { background: linear-gradient(145deg,#e8b876,#a7753e); }.tp-tone-violet { background: linear-gradient(145deg,#d4a5bb,#945e7b); }.tp-tone-olive { background: linear-gradient(145deg,#9eaf7e,#5e7541); }
.tp-business-monogram { position: relative; z-index: 2; display: grid; place-items: center; width: 82px; height: 82px; border: 1px solid rgba(255,255,255,.65); border-radius: 27px 27px 27px 9px; background: rgba(255,255,255,.9); box-shadow: 0 15px 28px rgba(0,0,0,.13); color: var(--tp-ink); font-size: 31px; font-weight: 950; }
.tp-verified-pill { position: absolute; right: 12px; top: 12px; z-index: 3; padding: 6px 9px; border-radius: 30px; background: rgba(255,255,255,.9); color: var(--tp-primary); font-size: clamp(12.5px, .9vw, 13.5px); font-weight: 800; }
.tp-business-cover button { position: absolute; z-index: 3; left: 12px; top: 12px; display: grid; place-items: center; width: 31px; height: 31px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.9); color: var(--tp-ink); font-size: clamp(19px, 1.45vw, 21px); }
.tp-business-body { padding: 18px; }
.tp-business-category { color: var(--tp-primary); font-size: clamp(13px, .95vw, 14px); font-weight: 800; }
.tp-business-body h3 { margin: 7px 0 9px; font-size: clamp(17px, 1.28vw, 18px); }
.tp-business-body > p { margin: 0; color: #778d8c; font-size: clamp(13.5px, 1vw, 14.5px); }.tp-business-body > p span { color: var(--tp-coral); }
.tp-business-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 17px; padding-top: 14px; border-top: 1px solid #edf2f0; }
.tp-open-dot { display: inline-flex; align-items: center; gap: 6px; color: #3d9273; font-size: clamp(13px, .95vw, 14px); }.tp-open-dot::before { width: 7px; height: 7px; border-radius: 50%; background: #42a77f; content: ""; box-shadow: 0 0 0 3px #e5f5ef; }
.tp-business-footer a { color: var(--tp-primary); font-size: clamp(13px, .95vw, 14px); font-weight: 800; }
.tp-business-card-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 17px; padding-top: 14px; border-top: 1px solid #edf2f0; }
.tp-business-card-footer span { color: #7b9190; font-size: clamp(13px, .95vw, 14px); }
.tp-business-card-footer a { color: var(--tp-primary); font-size: clamp(13px, .95vw, 14px); font-weight: 800; }
.tp-center-action { display: flex; justify-content: center; margin-top: 30px; }
.tp-empty-state { display: grid; place-items: center; min-height: 290px; padding: 40px; border: 1px dashed #b9cfca; border-radius: 22px; background: #fff; text-align: center; }
.tp-empty-state > span { font-size: 45px; color: var(--tp-primary); }.tp-empty-state strong { margin-top: 8px; }.tp-empty-state p { color: var(--tp-muted); font-size: clamp(14px, 1.05vw, 15px); }.tp-empty-state button { padding: 9px 14px; border: 0; border-radius: 10px; background: var(--tp-primary-soft); color: var(--tp-primary); }

.tp-area-section { background: #fff; }
.tp-area-shell { position: relative; display: grid; grid-template-columns: 1fr .9fr; align-items: center; min-height: 385px; overflow: hidden; padding: 56px 65px; border-radius: 30px; background: linear-gradient(135deg, var(--tp-sidebar-deep), var(--tp-primary-dark)); box-shadow: 0 25px 60px rgba(8,61,67,.2); color: #fff; }
.tp-area-shell::before { position: absolute; right: -120px; bottom: -170px; width: 430px; height: 430px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; content: ""; }
.tp-area-copy { position: relative; z-index: 2; }.tp-section-kicker.tp-light { color: #7fd2c8; }.tp-area-copy p { max-width: 560px; color: #bad0ce; }
.tp-area-pills { display: flex; flex-wrap: wrap; margin-top: 25px; gap: 9px; }.tp-area-pills a { display: inline-flex; align-items: center; gap: 12px; min-height: 38px; padding: 0 13px; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; background: rgba(255,255,255,.07); font-size: clamp(13.5px, 1vw, 14.5px); }.tp-area-pills a span { color: var(--tp-coral); }
.tp-map-art { position: relative; height: 290px; opacity: .95; }
.tp-map-art::before { position: absolute; inset: 20px; border: 1px solid rgba(255,255,255,.13); border-radius: 46% 54% 42% 58%; background: rgba(255,255,255,.04); content: ""; transform: rotate(-9deg); }
.tp-map-road { position: absolute; z-index: 2; height: 3px; border-radius: 20px; background: rgba(255,255,255,.25); transform-origin: center; }.tp-road-a { top: 80px; right: 35px; width: 310px; transform: rotate(-25deg); }.tp-road-b { top: 150px; right: 55px; width: 300px; transform: rotate(21deg); }.tp-road-c { top: 185px; right: 90px; width: 225px; transform: rotate(-50deg); }
.tp-map-pin { position: absolute; z-index: 4; display: grid; place-items: center; width: 40px; height: 40px; border: 4px solid rgba(255,255,255,.22); border-radius: 50% 50% 50% 12px; background: var(--tp-coral); color: #fff; font-size: clamp(13.5px, 1vw, 14.5px); font-weight: 900; transform: rotate(-45deg); }.tp-pin-a { top: 55px; right: 100px; }.tp-pin-b { top: 145px; left: 90px; }.tp-pin-c { right: 200px; bottom: 35px; }
.tp-map-art > strong { position: absolute; z-index: 5; right: 50%; top: 50%; padding: 8px 12px; border-radius: 10px; background: #fff; color: var(--tp-sidebar); font-size: clamp(15px, 1.1vw, 16px); transform: translate(50%,-50%); }

.tp-register-section { padding-top: 20px; }
.tp-register-card { display: grid; grid-template-columns: 86px 1fr auto; align-items: center; min-height: 190px; padding: 35px 45px; border: 1px solid #cfe3dd; border-radius: 27px; background: linear-gradient(135deg,#f3faf7,#e7f4ef); gap: 28px; }
.tp-register-icon { position: relative; display: grid; place-items: center; width: 80px; height: 80px; border-radius: 25px 25px 25px 8px; background: var(--tp-primary); color: #fff; font-size: 32px; }.tp-register-icon span { position: absolute; top: -7px; left: -7px; display: grid; place-items: center; width: 28px; height: 28px; border: 4px solid #edf8f4; border-radius: 50%; background: var(--tp-coral); font-size: clamp(18px, 1.35vw, 19px); }
.tp-register-card h2 { font-size: 25px; }.tp-register-card p { max-width: 650px; }

.tp-site-footer { margin-top: 80px; background: #083d43; color: #d9e8e6; }
.tp-footer-main { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.1fr; padding-block: 62px 48px; gap: 55px; }
.tp-brand-light strong { color: #fff; }.tp-brand-light small { color: #8eb1ae; }.tp-brand-light .tp-brand-mark { background: #fff; color: var(--tp-sidebar); box-shadow: none; }
.tp-footer-brand > p, .tp-footer-main > div > p { color: #98b5b2; font-size: clamp(13.5px, 1vw, 14.5px); line-height: 2; }
.tp-footer-brand > p { max-width: 300px; margin-top: 20px; }
.tp-footer-main h3 { margin: 5px 0 18px; color: #fff; font-size: clamp(15px, 1.1vw, 16px); }.tp-footer-main > div > a:not(.tp-brand) { display: block; margin: 11px 0; color: #a9c2bf; font-size: clamp(13.5px, 1vw, 14.5px); }.tp-footer-main > div > a:hover { color: #fff; }.tp-footer-contact { color: #77d1c6 !important; font-weight: 800; }
.tp-footer-bottom { display: flex; justify-content: space-between; padding-block: 20px; border-top: 1px solid rgba(255,255,255,.08); color: #789b98; font-size: clamp(13px, .95vw, 14px); }.tp-footer-bottom div { display: flex; gap: 20px; }
.tp-footer-menu { display: flex; gap: 20px; padding: 0; margin: 0; list-style: none; }

/* Shared WordPress components. */
.tp-button-primary { background: var(--tp-primary); border-color: var(--tp-primary); color: #fff; box-shadow: 0 9px 22px rgba(15, 127, 121, .18); }
.tp-button-primary:hover { background: var(--tp-primary-dark); }
.tp-button-block { width: 100%; }
.tp-business-body h2 { margin: 7px 0 9px; font-size: clamp(17px, 1.28vw, 18px); line-height: 1.65; }
.tp-business-location { min-height: 20px; }
.tp-empty-inline { padding: 32px; border: 1px dashed var(--tp-line); border-radius: 18px; color: var(--tp-muted); text-align: center; }
.tp-breadcrumbs { display: flex; align-items: center; flex-wrap: wrap; margin-bottom: 25px; gap: 8px; color: #76908f; font-size: clamp(13.5px, 1vw, 14.5px); }
.tp-breadcrumbs a:hover { color: var(--tp-primary); }
.tp-breadcrumbs span { color: #afbfbd; }
.tp-breadcrumbs strong { color: var(--tp-ink); font-weight: 700; }

/* Directory archive and filtering. */
.tp-directory-hero { padding: 46px 0 50px; border-bottom: 1px solid #dceae6; background: linear-gradient(135deg, #f3faf7, #e7f4ef); }
.tp-directory-hero .tp-breadcrumbs { margin-bottom: 22px; }
.tp-directory-hero h1 { margin: 0 0 10px; font-size: clamp(30px, 4vw, 45px); line-height: 1.4; }
.tp-directory-hero p { max-width: 700px; margin: 0; color: var(--tp-muted); font-size: clamp(15px, 1.1vw, 16px); line-height: 1.9; }
.tp-directory-section { padding: 34px 0 85px; background: var(--tp-soft); }
.tp-directory-toolbar { display: grid; grid-template-columns: minmax(260px, 1fr) 210px auto; align-items: center; margin-bottom: 22px; padding: 8px; border: 1px solid var(--tp-line); border-radius: 17px; background: #fff; box-shadow: 0 8px 28px rgba(18,59,66,.05); gap: 8px; }
.tp-toolbar-search { display: flex; align-items: center; min-height: 44px; padding-inline: 10px; gap: 9px; }
.tp-toolbar-search > span:first-child { color: var(--tp-primary); font-size: 23px; }
.tp-toolbar-search input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--tp-ink); font-size: clamp(14px, 1.05vw, 15px); }
.tp-sort-field { display: flex; align-items: center; min-height: 44px; padding-inline: 12px; border-right: 1px solid var(--tp-line); color: var(--tp-muted); gap: 6px; font-size: clamp(13px, .95vw, 14px); }
.tp-sort-field select { flex: 1; border: 0; outline: 0; background: transparent; color: var(--tp-ink); font-size: clamp(13.5px, 1vw, 14.5px); }
.tp-directory-toolbar > .tp-button { min-height: 44px; }
.tp-mobile-filter-button { display: none; min-height: 44px; border: 1px solid var(--tp-line); border-radius: 11px; background: #fff; color: var(--tp-ink); font-size: clamp(14px, 1.05vw, 15px); font-weight: 800; }
.tp-directory-layout { display: grid; grid-template-columns: 245px minmax(0, 1fr); align-items: start; gap: 22px; }
.tp-directory-filters { position: sticky; top: 100px; padding: 20px; border: 1px solid var(--tp-line); border-radius: 19px; background: #fff; }
.tp-filter-mobile-header { display: none; }
.tp-filter-group { margin-bottom: 20px; }
.tp-filter-group > label { display: block; margin-bottom: 8px; color: var(--tp-ink); font-size: clamp(14px, 1.05vw, 15px); font-weight: 800; }
.tp-filter-group select { width: 100%; min-height: 44px; padding: 0 11px; border: 1px solid var(--tp-line); border-radius: 11px; outline: 0; background: #fff; color: var(--tp-ink); font-size: clamp(13.5px, 1vw, 14.5px); }
.tp-filter-group select:focus { border-color: var(--tp-primary); box-shadow: 0 0 0 3px rgba(15, 127, 121, .1); }
.tp-filter-group small { display: block; margin-top: 7px; color: var(--tp-muted); font-size: clamp(12.5px, .9vw, 13.5px); line-height: 1.7; }
.tp-clear-filters { display: block; margin-top: 13px; color: var(--tp-muted); font-size: clamp(13px, .95vw, 14px); text-align: center; text-decoration: underline; }
.tp-results-heading { display: flex; justify-content: space-between; min-height: 38px; }
.tp-results-heading p { margin: 0 0 12px; color: var(--tp-muted); font-size: clamp(13.5px, 1vw, 14.5px); }
.tp-results-heading strong { color: var(--tp-ink); font-size: clamp(15px, 1.1vw, 16px); }
.tp-directory-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tp-directory-grid .tp-business-cover { height: 150px; }
.tp-pagination { margin-top: 32px; }
.tp-pagination .page-numbers { display: flex; align-items: center; justify-content: center; padding: 0; margin: 0; list-style: none; gap: 6px; }
.tp-pagination a, .tp-pagination span { display: grid; place-items: center; min-width: 39px; height: 39px; padding-inline: 8px; border: 1px solid var(--tp-line); border-radius: 10px; background: #fff; color: var(--tp-ink); font-size: clamp(13.5px, 1vw, 14.5px); }
.tp-pagination .current { border-color: var(--tp-primary); background: var(--tp-primary); color: #fff; }
.tp-filter-overlay { position: fixed; z-index: 70; inset: 0; background: rgba(8,61,67,.45); backdrop-filter: blur(2px); }

/* Single business profile. */
.tp-business-profile-hero { padding: 32px 0 35px; background: linear-gradient(135deg, #f3faf7, #e7f4ef); }
.tp-profile-hero-card { display: grid; grid-template-columns: 250px minmax(0, 1fr) auto; align-items: center; overflow: hidden; min-height: 220px; border: 1px solid rgba(207, 227, 221, .9); border-radius: 26px; background: #fff; box-shadow: 0 15px 45px rgba(18,59,66,.08); }
.tp-profile-cover { position: relative; display: grid; place-items: center; align-self: stretch; min-height: 220px; overflow: hidden; }
.tp-profile-cover img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.tp-profile-monogram { position: relative; z-index: 2; display: grid; place-items: center; width: 96px; height: 96px; border: 1px solid rgba(255,255,255,.65); border-radius: 30px 30px 30px 10px; background: rgba(255,255,255,.92); box-shadow: 0 16px 35px rgba(0,0,0,.14); color: var(--tp-ink); font-size: 38px; font-weight: 950; }
.tp-profile-heading { padding: 30px; }
.tp-profile-labels { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.tp-profile-labels > a { padding: 5px 9px; border-radius: 20px; background: var(--tp-primary-soft); color: var(--tp-primary); font-size: clamp(13px, .95vw, 14px); font-weight: 800; }
.tp-profile-verified { color: var(--tp-primary); font-size: clamp(13px, .95vw, 14px); font-weight: 800; }
.tp-profile-heading h1 { margin: 11px 0 8px; font-size: clamp(28px, 3vw, 39px); line-height: 1.45; }
.tp-profile-heading > p { margin: 0; color: var(--tp-muted); font-size: clamp(14px, 1.05vw, 15px); line-height: 1.9; }
.tp-profile-heading > p span { color: var(--tp-coral); }
.tp-profile-actions { display: grid; min-width: 190px; padding: 28px; gap: 9px; }
.tp-profile-actions .tp-button { width: 100%; }
.tp-profile-section { padding: 38px 0 72px; background: var(--tp-soft); }
.tp-profile-layout { display: grid; grid-template-columns: minmax(0, 1fr) 315px; align-items: start; gap: 22px; }
.tp-profile-main { display: grid; gap: 18px; }
.tp-profile-card { border: 1px solid var(--tp-line); border-radius: 20px; background: #fff; box-shadow: 0 3px 10px rgba(18,59,66,.025); }
.tp-profile-card h2 { margin: 0 0 14px; font-size: clamp(18px, 1.35vw, 19px); }
.tp-profile-content { padding: 27px; }
.tp-entry-content { color: #4d6869; font-size: clamp(15px, 1.1vw, 16px); line-height: 2.1; }
.tp-entry-content > :first-child { margin-top: 0; }.tp-entry-content > :last-child { margin-bottom: 0; }
.tp-entry-content h2 { margin-top: 28px; color: var(--tp-ink); font-size: 21px; }.tp-entry-content h3 { margin-top: 22px; color: var(--tp-ink); font-size: clamp(18px, 1.35vw, 19px); }
.tp-entry-content a { color: var(--tp-primary); text-decoration: underline; }
.tp-info-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.tp-info-card { display: flex; min-height: 130px; padding: 22px; gap: 14px; }
.tp-info-card > span { display: grid; place-items: center; width: 43px; height: 43px; flex: 0 0 43px; border-radius: 13px; background: var(--tp-primary-soft); color: var(--tp-primary); font-size: 20px; }
.tp-info-card h2 { margin-bottom: 7px; font-size: clamp(15px, 1.15vw, 16px); }.tp-info-card p { margin: 0; color: var(--tp-muted); font-size: clamp(13.5px, 1vw, 14.5px); line-height: 2; }
.tp-map-card { overflow: hidden; }
.tp-map-card header { display: flex; align-items: center; justify-content: space-between; padding: 20px 22px; border-bottom: 1px solid var(--tp-line); gap: 20px; }
.tp-map-card header h2 { margin-bottom: 4px; }.tp-map-card header p { margin: 0; color: var(--tp-muted); font-size: clamp(13px, .95vw, 14px); }.tp-map-card header > a { color: var(--tp-primary); font-size: clamp(13px, .95vw, 14px); font-weight: 800; }
.tp-map-card iframe { display: block; width: 100%; height: 335px; border: 0; }
.tp-profile-sidebar { position: sticky; top: 100px; display: grid; gap: 18px; }
.tp-contact-card, .tp-owner-card { padding: 22px; }
.tp-contact-row { display: grid; grid-template-columns: 42px minmax(0, 1fr) auto; align-items: center; min-height: 67px; border-top: 1px solid #edf2f0; gap: 11px; }
.tp-contact-row > span { display: grid; place-items: center; width: 37px; height: 37px; border-radius: 11px; background: var(--tp-primary-soft); color: var(--tp-primary); }
.tp-contact-row small, .tp-contact-row strong { display: block; }.tp-contact-row small { color: var(--tp-muted); font-size: clamp(12.5px, .9vw, 13.5px); }.tp-contact-row strong { margin-top: 3px; font-size: clamp(13.5px, 1vw, 14.5px); }.tp-contact-row i { color: var(--tp-coral); font-style: normal; }
.tp-owner-card { text-align: center; }
.tp-owner-card-icon { display: grid; place-items: center; width: 54px; height: 54px; margin: 0 auto 15px; border-radius: 17px 17px 17px 6px; background: var(--tp-primary); color: #fff; font-size: 24px; }
.tp-owner-card h2 { font-size: clamp(16px, 1.2vw, 17px); }.tp-owner-card p, .tp-muted-message { color: var(--tp-muted); font-size: clamp(13px, .95vw, 14px); line-height: 1.9; }
.tp-owner-card .tp-button { margin-top: 14px; }
.tp-related-section { padding-top: 66px; background: #fff; }

/* Standard WordPress pages and fallback content. */
.tp-standard-page { padding: 65px 0 90px; background: var(--tp-soft); }
.tp-standard-shell { max-width: 920px; padding: 38px; border: 1px solid var(--tp-line); border-radius: 24px; background: #fff; }
.tp-standard-shell > article > header h1, .tp-generic-heading h1 { margin: 0 0 28px; font-size: clamp(28px, 4vw, 42px); }
.tp-post-list { display: grid; gap: 18px; }
.tp-post-card { display: grid; grid-template-columns: 220px 1fr; overflow: hidden; border: 1px solid var(--tp-line); border-radius: 18px; background: #fff; }
.tp-post-card > a img { display: block; width: 100%; height: 100%; object-fit: cover; }.tp-post-card > div { padding: 23px; }.tp-post-card h2 { margin: 0 0 10px; font-size: 19px; }.tp-post-card p { color: var(--tp-muted); font-size: clamp(13.5px, 1vw, 14.5px); line-height: 1.9; }.tp-post-card > div > a { color: var(--tp-primary); font-size: clamp(13.5px, 1vw, 14.5px); font-weight: 800; }
.tp-error-page { display: grid; place-items: center; min-height: 600px; padding: 70px 0; background: linear-gradient(135deg, #f3faf7, #e7f4ef); text-align: center; }
.tp-error-page .tp-container > span { color: var(--tp-primary); font-size: clamp(70px, 12vw, 140px); font-weight: 950; opacity: .18; }.tp-error-page h1 { margin: -25px 0 10px; font-size: 32px; }.tp-error-page p { margin: 0 0 25px; color: var(--tp-muted); }.tp-error-page .tp-container > div { display: flex; justify-content: center; gap: 9px; }

@media (max-width: 1024px) {
  .tp-main-nav { gap: 15px; margin-right: 0; }.tp-main-nav a { font-size: clamp(14px, 1.05vw, 15px); }.tp-header-actions .tp-button-ghost { display: none; }
  .tp-primary-menu { gap: 15px; }
  .tp-hero-grid { grid-template-columns: 1fr .75fr; gap: 20px; }.tp-hero-search { grid-template-columns: 1fr 155px 95px; }
  .tp-category-grid { grid-template-columns: repeat(3, 1fr); }.tp-category-card { min-height: 160px; }
  .tp-footer-main { grid-template-columns: 1.4fr 1fr 1fr; }.tp-footer-main > div:last-child { grid-column: 1 / -1; }
  .tp-directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tp-profile-hero-card { grid-template-columns: 210px minmax(0, 1fr); }
  .tp-profile-actions { grid-column: 1 / -1; grid-template-columns: repeat(2, 1fr); padding-top: 0; }
  .tp-profile-layout { grid-template-columns: minmax(0, 1fr) 280px; }
}

@media (max-width: 780px) {
  .admin-bar .tp-site-header { top: 46px; }
  .tp-container { width: min(100% - 28px, 620px); }
  .tp-header-row { min-height: 68px; }.tp-brand-mark { width: 41px; height: 41px; }.tp-brand strong { font-size: clamp(17px, 1.28vw, 18px); }
  .tp-menu-toggle { display: block; margin-right: auto; }.tp-header-actions { margin-right: 0; }.tp-header-actions .tp-button { min-height: 40px; padding-inline: 12px; font-size: clamp(13.5px, 1vw, 14.5px); }
  .tp-main-nav { position: absolute; z-index: 50; top: calc(100% + 1px); right: 14px; left: 14px; display: none; padding: 10px; border: 1px solid var(--tp-line); border-radius: 16px; background: #fff; box-shadow: var(--tp-shadow); }.tp-main-nav.is-open { display: grid; }.tp-main-nav a { padding: 11px 13px; border-radius: 10px; }.tp-main-nav a::after { display: none; }.tp-main-nav a.is-active { background: var(--tp-primary-soft); }
  .tp-primary-menu { display: grid; gap: 2px; }
  .tp-hero { min-height: auto; }.tp-hero-grid { display: block; padding-block: 62px 90px; }.tp-hero-copy { text-align: center; }.tp-hero h1 { font-size: 38px; }.tp-hero-copy > p { font-size: clamp(15px, 1.15vw, 16px); }.tp-hero-search { grid-template-columns: 1fr; gap: 5px; max-width: 520px; margin-inline: auto; }.tp-hero-search .tp-search-field, .tp-hero-search .tp-area-field { min-height: 44px; padding-inline: 10px; border: 0; border-bottom: 1px solid var(--tp-line); }.tp-hero-search button { min-height: 46px; }.tp-hero-tags { justify-content: center; }.tp-hero-visual { display: none; }
  .tp-section { padding-block: 66px; }.tp-section-heading { align-items: flex-start; }.tp-section-heading p { max-width: 420px; }.tp-category-grid { grid-template-columns: repeat(2, 1fr); }.tp-category-card { min-height: 155px; }
  .tp-compact-heading { display: block; }.tp-category-tabs { margin-top: 20px; overflow-x: auto; }.tp-category-tabs button { flex: 0 0 auto; }.tp-business-grid { grid-template-columns: repeat(2, 1fr); }.tp-business-cover { height: 155px; }
  .tp-area-shell { grid-template-columns: 1fr; padding: 42px 28px; }.tp-map-art { height: 230px; margin-top: 20px; }.tp-road-a { width: 240px; }.tp-road-b { width: 240px; }
  .tp-register-card { grid-template-columns: 70px 1fr; padding: 30px; }.tp-register-icon { width: 67px; height: 67px; }.tp-register-card .tp-button { grid-column: 1 / -1; }
  .tp-footer-main { grid-template-columns: 1fr 1fr; gap: 35px 25px; }.tp-footer-brand { grid-column: 1 / -1; }.tp-footer-bottom { gap: 20px; }
  .tp-directory-toolbar { grid-template-columns: minmax(0, 1fr) auto; }.tp-sort-field { display: none; }.tp-directory-toolbar > .tp-button { display: none; }.tp-mobile-filter-button { display: block; }
  .tp-directory-layout { display: block; }.tp-directory-filters { position: fixed; z-index: 80; top: 0; right: 0; bottom: 0; width: min(86vw, 340px); overflow-y: auto; padding: 0 20px 25px; border: 0; border-radius: 0; transform: translateX(110%); transition: transform .24s ease; }.tp-directory-filters.is-open { transform: translateX(0); }
  .tp-filter-mobile-header { position: sticky; z-index: 2; top: 0; display: flex; align-items: center; justify-content: space-between; margin: 0 -20px 20px; padding: 18px 20px; border-bottom: 1px solid var(--tp-line); background: #fff; }.tp-filter-mobile-header button { width: 36px; height: 36px; border: 0; border-radius: 10px; background: var(--tp-soft); color: var(--tp-ink); font-size: 24px; }
  .tp-profile-hero-card { grid-template-columns: 150px minmax(0, 1fr); }.tp-profile-cover { min-height: 185px; }.tp-profile-heading { padding: 23px; }.tp-profile-actions { grid-template-columns: repeat(2, 1fr); }
  .tp-profile-layout { grid-template-columns: 1fr; }.tp-profile-sidebar { position: static; grid-template-columns: repeat(2, 1fr); }.tp-contact-card, .tp-owner-card { min-height: 100%; }
  .tp-post-card { grid-template-columns: 170px 1fr; }
}

@media (max-width: 520px) {
  .tp-header-actions .tp-button-coral { display: none; }.tp-hero h1 { font-size: 31px; line-height: 1.5; }.tp-hero-copy > p { font-size: clamp(15px, 1.1vw, 16px); }.tp-eyebrow { font-size: clamp(13px, .95vw, 14px); }
  .tp-section-heading { display: block; }.tp-section-heading > a { display: inline-block; margin-top: 14px; }.tp-section-heading h2, .tp-area-copy h2 { font-size: 26px; }
  .tp-category-grid { gap: 10px; }.tp-category-card { min-height: 145px; padding: 17px 13px; }.tp-category-icon { width: 47px; height: 47px; margin-bottom: 14px; }
  .tp-business-grid { grid-template-columns: 1fr; }.tp-business-cover { height: 170px; }
  .tp-area-pills a { flex: 1 0 calc(50% - 9px); justify-content: space-between; }.tp-map-art { transform: scale(.9); }
  .tp-register-card { display: block; text-align: center; }.tp-register-icon { margin: 0 auto 22px; }.tp-register-card .tp-button { width: 100%; margin-top: 22px; }
  .tp-footer-main { grid-template-columns: 1fr; }.tp-footer-brand { grid-column: auto; }.tp-footer-bottom { display: grid; justify-content: center; text-align: center; }.tp-footer-bottom div { justify-content: center; }
  .tp-directory-hero { padding: 34px 0 38px; }.tp-directory-hero h1 { font-size: 29px; }
  .tp-directory-toolbar { grid-template-columns: 1fr; }.tp-mobile-filter-button { width: 100%; }.tp-directory-grid { grid-template-columns: 1fr; }.tp-directory-grid .tp-business-cover { height: 170px; }
  .tp-profile-hero-card { display: block; }.tp-profile-cover { min-height: 210px; }.tp-profile-heading { padding: 22px; }.tp-profile-actions { grid-template-columns: 1fr; padding: 0 22px 22px; }
  .tp-profile-sidebar { grid-template-columns: 1fr; }.tp-info-grid { grid-template-columns: 1fr; }.tp-map-card header { align-items: flex-start; }.tp-map-card iframe { height: 260px; }
  .tp-profile-content, .tp-contact-card, .tp-owner-card { padding: 20px; }.tp-standard-shell { padding: 24px; }.tp-post-card { grid-template-columns: 1fr; }.tp-post-card > a img { max-height: 220px; }
  .tp-error-page .tp-container > div { display: grid; }.tp-error-page .tp-button { width: 100%; }
}

/* Theme Options helpers */
.tp-brand-panel-logo{display:block;max-height:58px;width:auto}.tp-directory-layout-no-filters{grid-template-columns:1fr}.tp-directory-layout-no-filters .tp-directory-results{min-width:0}

/* =========================================================
 * UI/UX refinement — 0.3.0
 * Visual layer only: no permalink, query or Core behavior.
 * ========================================================= */
:root {
  --tp-primary: #0f766e;
  --tp-primary-dark: #0b5f59;
  --tp-primary-strong: #09534e;
  --tp-primary-soft: #edf8f5;
  --tp-primary-softer: #f5fbf9;
  --tp-coral: #f77955;
  --tp-coral-dark: #e96643;
  --tp-ink: #173b3e;
  --tp-ink-2: #31595b;
  --tp-muted: #748c8c;
  --tp-line: #dce9e6;
  --tp-line-soft: #eaf1ef;
  --tp-soft: #f7faf9;
  --tp-white: #fff;
  --tp-shadow-sm: 0 8px 24px rgba(22, 60, 62, .06);
  --tp-shadow: 0 18px 50px rgba(22, 60, 62, .09);
  --tp-shadow-lg: 0 28px 80px rgba(14, 70, 69, .15);
  --tp-radius-sm: 12px;
  --tp-radius: 18px;
  --tp-radius-lg: 28px;
}

body {
  min-width: 320px;
  color: var(--tp-ink);
  background: #fff;
  font-family: var(--tp-font-family);
  font-size: clamp(17px, 1.28vw, 18px);
  font-weight: var(--tp-font-weight-body);
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::selection { background: rgba(15, 118, 110, .16); color: var(--tp-primary-dark); }
a, button, input, select { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible {
  outline: 3px solid rgba(15, 118, 110, .18);
  outline-offset: 2px;
}

.tp-container { width: min(1220px, calc(100% - 48px)); }
.tp-site-main { overflow: clip; }
.tp-site-footer { margin-top: 0; }

.tp-button-icon,
.tp-field-icon,
.tp-business-location > span,
.tp-business-card-footer a i,
.tp-verified-pill i,
.tp-category-card > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.tp-button-icon svg,
.tp-field-icon svg,
.tp-business-location svg,
.tp-business-card-footer svg,
.tp-verified-pill svg,
.tp-category-card > i svg,
.tp-category-icon svg,
.tp-city-pin svg,
.tp-mini-card > span svg,
.tp-register-icon svg,
.tp-filter-mobile-header button svg,
.tp-empty-icon svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Header */
.tp-site-header {
  border-bottom: 1px solid rgba(216, 232, 228, .85);
  background: rgba(255, 255, 255, .91);
  box-shadow: 0 4px 20px rgba(23, 59, 62, .025);
  backdrop-filter: saturate(150%) blur(18px);
}
.tp-header-row { min-height: 76px; gap: 28px; }
.tp-brand { gap: 11px; }
.tp-brand-mark {
  width: 46px;
  height: 46px;
  border-radius: 16px 16px 16px 7px;
  background: linear-gradient(145deg, #0d857c, #0f6c67);
  box-shadow: 0 10px 24px rgba(15, 118, 110, .2);
  font-size: clamp(18px, 1.35vw, 19px);
}
.tp-brand strong { color: #173b3e; font-size: clamp(18px, 1.35vw, 19px); font-weight: 900; }
.tp-brand small { margin-top: 2px; color: #8aa09f; font-size: clamp(13px, .95vw, 14px); }
.tp-main-nav { margin-right: 12px; }
.tp-primary-menu { gap: 8px; }
.tp-main-nav a {
  padding: 10px 12px;
  border-radius: 10px;
  color: #587172;
  font-size: clamp(15px, 1.1vw, 16px);
  font-weight: 750;
}
.tp-main-nav a::after { display: none; }
.tp-main-nav a:hover,
.tp-main-nav .current-menu-item > a,
.tp-main-nav .current_page_item > a {
  background: var(--tp-primary-soft);
  color: var(--tp-primary-dark);
}
.tp-header-actions { gap: 8px; }
.tp-header-actions .tp-button { min-height: 42px; padding-inline: 15px; border-radius: 12px; font-size: clamp(14px, 1.05vw, 15px); }
.tp-header-actions .tp-button-icon { font-size: clamp(17px, 1.28vw, 18px); }
.tp-header-login { border-color: #dce8e5; color: #3e5d5f; }
.tp-header-register { box-shadow: 0 10px 24px rgba(247, 121, 85, .18); }
.tp-button-coral:hover { background: var(--tp-coral-dark); box-shadow: 0 14px 28px rgba(247, 121, 85, .22); }

/* Hero */
.tp-hero {
  min-height: 575px;
  background:
    radial-gradient(circle at 18% 18%, rgba(247, 121, 85, .08), transparent 22%),
    radial-gradient(circle at 82% 24%, rgba(15, 118, 110, .12), transparent 29%),
    linear-gradient(135deg, #f8fcfb 0%, #eff9f6 48%, #e5f4ef 100%);
}
.tp-hero::before {
  opacity: .27;
  background-image: radial-gradient(circle at 1px 1px, rgba(15, 118, 110, .28) 1px, transparent 0);
  background-size: 25px 25px;
}
.tp-hero-grid { min-height: 555px; grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr); padding-block: 64px 84px; gap: 54px; }
.tp-eyebrow {
  margin-bottom: 17px;
  padding: 7px 12px;
  border-color: #cce6df;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 7px 22px rgba(22, 60, 62, .035);
  font-size: clamp(13.5px, 1vw, 14.5px);
}
.tp-hero h1 {
  max-width: 720px;
  font-size: clamp(39px, 4vw, 58px);
  line-height: 1.42;
  letter-spacing: -.035em;
  font-weight: 950;
}
.tp-hero h1 em::after { bottom: 2px; height: 7px; opacity: .28; }
.tp-hero-copy > p { max-width: 650px; margin: 17px 0 26px; color: #60797a; font-size: clamp(15px, 1.15vw, 16px); line-height: 2.05; }
.tp-hero-search {
  grid-template-columns: minmax(250px, 1fr) 190px 106px;
  max-width: 720px;
  padding: 6px;
  border-color: #d4e6e2;
  border-radius: 16px;
  box-shadow: 0 18px 45px rgba(23, 59, 62, .1);
}
.tp-hero-search label { min-height: 50px; gap: 9px; }
.tp-field-icon { color: var(--tp-primary); font-size: 20px; }
.tp-hero-search input,
.tp-hero-search select { font-size: clamp(14px, 1.05vw, 15px); }
.tp-area-field { border-right-color: #e2ece9; }
.tp-hero-search button { min-height: 50px; border-radius: 11px; background: var(--tp-primary); font-size: clamp(14px, 1.05vw, 15px); transition: background .2s, transform .2s; }
.tp-hero-search button:hover { background: var(--tp-primary-dark); transform: translateY(-1px); }
.tp-hero-tags { margin-top: 14px; font-size: clamp(13px, .95vw, 14px); gap: 6px; }
.tp-hero-tags a { padding: 4px 9px; border-color: #d7e7e3; background: rgba(255,255,255,.66); transition: background .2s, color .2s, border-color .2s; }
.tp-hero-tags a:hover { border-color: #b8dbd2; background: #fff; color: var(--tp-primary-dark); }

.tp-hero-visual { min-height: 410px; }
.tp-hero-visual::before {
  inset: 20px 18px 12px;
  border-color: rgba(15,118,110,.12);
  background: rgba(255,255,255,.2);
  box-shadow: inset 0 0 80px rgba(255,255,255,.35);
}
.tp-city-card {
  top: 98px;
  right: 76px;
  width: 236px;
  height: 184px;
  border-radius: 30px 30px 30px 11px;
  background: linear-gradient(145deg, #0b5354, #0e8178);
  box-shadow: 0 28px 65px rgba(11, 83, 84, .24);
  transform: rotate(-2.5deg);
}
.tp-city-pin { width: 52px; height: 52px; border-radius: 17px; font-size: 25px; }
.tp-city-card strong { font-size: 25px; }
.tp-city-card small { font-size: clamp(13px, .95vw, 14px); }
.tp-mini-card {
  grid-template-columns: 42px auto;
  min-width: 154px;
  padding: 10px 11px;
  border-color: rgba(255,255,255,.9);
  border-radius: 16px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 14px 34px rgba(23, 59, 62, .1);
}
.tp-mini-card > span { width: 35px; height: 35px; border-radius: 10px; font-size: clamp(18px, 1.35vw, 19px); }
.tp-mini-card strong { font-size: clamp(13.5px, 1vw, 14.5px); }
.tp-mini-card small { font-size: clamp(12.5px, .9vw, 13.5px); }

/* Section rhythm */
.tp-section { padding-block: 76px; }
.tp-section-heading { margin-bottom: 27px; }
.tp-section-kicker { margin-bottom: 7px; font-size: clamp(13px, .95vw, 14px); letter-spacing: .01em; }
.tp-section-heading h2,
.tp-area-copy h2,
.tp-register-card h2 { font-size: clamp(24px, 2.8vw, 34px); line-height: 1.55; }
.tp-section-heading p,
.tp-area-copy p,
.tp-register-card p { font-size: clamp(14px, 1.05vw, 15px); line-height: 1.95; }
.tp-section-heading > a { display: inline-flex; align-items: center; min-height: 38px; padding: 0 12px; border: 1px solid var(--tp-line); border-radius: 10px; background: #fff; font-size: clamp(13.5px, 1vw, 14.5px); transition: border-color .2s, background .2s, transform .2s; }
.tp-section-heading > a:hover { border-color: #bfdad4; background: var(--tp-primary-soft); transform: translateX(-2px); }

/* Category cards */
.tp-category-section { background: #fff; }
.tp-category-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.tp-category-card {
  min-height: 174px;
  padding: 19px 15px 16px;
  border-color: #e0ebe8;
  border-radius: 18px;
  box-shadow: 0 5px 18px rgba(23, 59, 62, .025);
}
.tp-category-card:hover { border-color: #bcdcd5; box-shadow: 0 15px 38px rgba(23,59,62,.085); transform: translateY(-5px); }
.tp-category-icon { width: 52px; height: 52px; margin-bottom: 18px; border-radius: 16px; font-size: 22px; }
.tp-category-card strong { margin-bottom: 5px; font-size: clamp(14px, 1.05vw, 15px); line-height: 1.6; }
.tp-category-card small { font-size: clamp(12.5px, .9vw, 13.5px); }
.tp-category-card > i { left: 14px; bottom: 14px; width: 20px; height: 20px; color: #9ab0ae; font-size: clamp(17px, 1.28vw, 18px); transition: color .2s, transform .2s; }
.tp-category-card:hover > i { color: var(--tp-primary); transform: translateX(-3px); }

/* Business cards */
.tp-popular-section { background: #f8fbfa; }
.tp-business-grid { gap: 18px; }
.tp-business-card {
  border-color: #dfeae7;
  border-radius: 20px;
  box-shadow: 0 5px 18px rgba(23, 59, 62, .025);
}
.tp-business-card:hover { border-color: #c8ded9; box-shadow: 0 17px 46px rgba(23,59,62,.095); transform: translateY(-5px); }
.tp-business-cover { height: 184px; }
.tp-business-cover::before { z-index: 1; }
.tp-business-monogram { width: 78px; height: 78px; border-radius: 24px 24px 24px 9px; font-size: 28px; }
.tp-verified-pill {
  right: 12px;
  top: 12px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 28px;
  padding: 0 9px;
  border: 1px solid rgba(255,255,255,.68);
  border-radius: 999px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 7px 18px rgba(23,59,62,.07);
  color: #24746d;
  font-size: clamp(12.5px, .9vw, 13.5px);
  font-weight: 800;
  backdrop-filter: blur(8px);
}
.tp-verified-pill i { width: 15px; height: 15px; border-radius: 50%; background: #daf2eb; font-size: clamp(13px, .95vw, 14px); }
.tp-business-body { padding: 17px 17px 15px; }
.tp-business-category { display: inline-flex; align-items: center; min-height: 25px; padding: 0 8px; border-radius: 7px; background: var(--tp-primary-soft); font-size: clamp(12.5px, .9vw, 13.5px); }
.tp-business-body h2,
.tp-business-body h3 { margin: 8px 0 7px; font-size: clamp(16px, 1.2vw, 17px); line-height: 1.7; font-weight: 900; }
.tp-business-body h2 a:hover,
.tp-business-body h3 a:hover { color: var(--tp-primary); }
.tp-business-location { display: flex; align-items: center; gap: 5px; min-height: 21px; color: #7b9090; font-size: clamp(13px, .95vw, 14px); }
.tp-business-location > span { color: var(--tp-coral); font-size: clamp(15px, 1.15vw, 16px); }
.tp-business-card-footer { margin-top: 14px; padding-top: 12px; }
.tp-business-card-footer span { font-size: clamp(12.5px, .9vw, 13.5px); }
.tp-business-card-footer a { display: inline-flex; align-items: center; gap: 4px; font-size: clamp(12.5px, .9vw, 13.5px); }
.tp-business-card-footer a i { font-size: clamp(15px, 1.15vw, 16px); transition: transform .2s; }
.tp-business-card-footer a:hover i { transform: translateX(-2px); }

/* Area section */
.tp-area-section { padding-block: 76px; background: #fff; }
.tp-area-shell {
  min-height: 370px;
  padding: 50px 58px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 86% 28%, rgba(255,255,255,.08), transparent 24%),
    linear-gradient(135deg, #083e42, #0b6964);
  box-shadow: 0 26px 65px rgba(8, 62, 66, .18);
}
.tp-section-kicker.tp-kicker-light { color: #83d6cb; }
.tp-area-copy p { color: #bed4d1; }
.tp-area-pills { margin-top: 23px; gap: 8px; }
.tp-area-pills a { min-height: 40px; padding: 0 13px; border-color: rgba(255,255,255,.13); border-radius: 10px; background: rgba(255,255,255,.065); font-size: clamp(13px, .95vw, 14px); transition: background .2s, border-color .2s, transform .2s; }
.tp-area-pills a:hover { border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.11); transform: translateY(-2px); }

/* Registration CTA */
.tp-register-section { padding: 8px 0 76px; }
.tp-register-card {
  min-height: 184px;
  padding: 32px 40px;
  border-color: #d0e6e0;
  border-radius: 25px;
  background:
    radial-gradient(circle at 12% 30%, rgba(247,121,85,.09), transparent 18%),
    linear-gradient(135deg, #f7fcfa, #ebf8f4);
  box-shadow: 0 10px 34px rgba(23,59,62,.045);
}
.tp-register-icon { width: 76px; height: 76px; border-radius: 23px 23px 23px 8px; font-size: 28px; }
.tp-register-icon > svg { width: 30px; height: 30px; }
.tp-register-icon span { width: 27px; height: 27px; border-width: 3px; font-size: clamp(16px, 1.2vw, 17px); }
.tp-register-icon span svg { width: 14px; height: 14px; }
.tp-register-card h2 { font-size: 23px; }

/* Footer */
.tp-site-footer { background: #073f43; }
.tp-footer-main { padding-block: 56px 44px; gap: 48px; }
.tp-footer-main h2,
.tp-footer-main h3 { margin: 5px 0 17px; color: #fff; font-size: clamp(14px, 1.05vw, 15px); font-weight: 850; }
.tp-footer-main > div > a:not(.tp-brand) { margin: 10px 0; color: #a8c1bf; font-size: clamp(13px, .95vw, 14px); transition: color .2s, transform .2s; }
.tp-footer-main > div > a:not(.tp-brand):hover { color: #fff; transform: translateX(-2px); }
.tp-footer-brand > p,
.tp-footer-main > div > p { font-size: clamp(13px, .95vw, 14px); }
.tp-footer-bottom { font-size: clamp(12.5px, .9vw, 13.5px); }

/* Directory / category archive */
.tp-directory-hero {
  position: relative;
  padding: 40px 0 42px;
  border-bottom-color: #dce9e6;
  background:
    radial-gradient(circle at 12% 25%, rgba(247,121,85,.07), transparent 20%),
    linear-gradient(135deg, #f8fcfb, #edf8f5);
}
.tp-directory-hero::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .16;
  background-image: radial-gradient(circle at 1px 1px, rgba(15,118,110,.24) 1px, transparent 0);
  background-size: 25px 25px;
  content: "";
  mask-image: linear-gradient(90deg, transparent, #000 55%, transparent);
}
.tp-directory-hero .tp-container { position: relative; z-index: 1; }
.tp-directory-hero .tp-breadcrumbs { margin-bottom: 17px; }
.tp-directory-hero h1 { margin-bottom: 7px; font-size: clamp(28px, 3.3vw, 40px); font-weight: 950; }
.tp-directory-hero p { font-size: clamp(14px, 1.05vw, 15px); }
.tp-directory-section { padding: 28px 0 76px; background: #f7faf9; }
.tp-directory-toolbar {
  grid-template-columns: minmax(300px, 1fr) 205px 96px;
  margin-bottom: 20px;
  padding: 6px;
  border-color: #deeae7;
  border-radius: 15px;
  box-shadow: 0 7px 24px rgba(23,59,62,.045);
}
.tp-toolbar-search { min-height: 46px; padding-inline: 11px; }
.tp-toolbar-search .tp-field-icon { font-size: 19px; }
.tp-toolbar-search input { font-size: clamp(13.5px, 1vw, 14.5px); }
.tp-sort-field { min-height: 46px; font-size: clamp(12.5px, .9vw, 13.5px); }
.tp-sort-field select { font-size: clamp(13px, .95vw, 14px); }
.tp-directory-toolbar > .tp-button { min-height: 46px; border-radius: 11px; font-size: clamp(13.5px, 1vw, 14.5px); }
.tp-directory-layout { grid-template-columns: 235px minmax(0, 1fr); gap: 20px; }
.tp-directory-filters {
  top: 96px;
  padding: 18px;
  border-color: #deeae7;
  border-radius: 17px;
  box-shadow: 0 6px 22px rgba(23,59,62,.035);
}
.tp-filter-group { margin-bottom: 18px; }
.tp-filter-group > label { margin-bottom: 7px; font-size: clamp(13.5px, 1vw, 14.5px); }
.tp-filter-group select { min-height: 43px; border-color: #dce8e5; border-radius: 10px; font-size: clamp(13px, .95vw, 14px); }
.tp-filter-group small { font-size: clamp(12px, .82vw, 13px); }
.tp-clear-filters { font-size: clamp(12.5px, .9vw, 13.5px); }
.tp-results-heading { min-height: 35px; }
.tp-results-heading p { margin-bottom: 10px; font-size: clamp(13px, .95vw, 14px); }
.tp-results-heading strong { font-size: clamp(14px, 1.05vw, 15px); }
.tp-directory-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.tp-directory-grid .tp-business-cover { height: 145px; }
.tp-directory-grid .tp-business-body { padding: 15px; }
.tp-directory-grid .tp-business-body h2 { font-size: clamp(15px, 1.15vw, 16px); }
.tp-mobile-filter-button { align-items: center; justify-content: center; gap: 7px; }
.tp-mobile-filter-button .tp-button-icon { font-size: clamp(18px, 1.35vw, 19px); }
.tp-filter-mobile-header button { display: grid; place-items: center; }
.tp-filter-mobile-header button svg { width: 18px; height: 18px; }
.tp-empty-state .tp-empty-icon { margin-inline: auto; font-size: 32px; }

/* Better touch/mobile behavior */
@media (max-width: 1100px) {
  .tp-container { width: min(100% - 38px, 980px); }
  .tp-header-row { gap: 16px; }
  .tp-main-nav a { padding-inline: 9px; font-size: clamp(14px, 1.05vw, 15px); }
  .tp-hero-grid { grid-template-columns: minmax(0, 1fr) 340px; gap: 24px; }
  .tp-city-card { right: 50px; }
  .tp-category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .tp-category-card { min-height: 150px; }
  .tp-directory-layout { grid-template-columns: 220px minmax(0, 1fr); }
  .tp-directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 780px) {
  .tp-container { width: min(100% - 28px, 640px); }
  .tp-header-row { min-height: 66px; }
  .tp-brand-mark { width: 41px; height: 41px; border-radius: 14px 14px 14px 6px; }
  .tp-brand strong { font-size: clamp(16px, 1.2vw, 17px); }
  .tp-brand small { font-size: clamp(12.5px, .9vw, 13.5px); }
  .tp-menu-toggle { order: 3; display: block; margin-right: 0; margin-left: auto; }
  .tp-header-actions { order: 2; margin-right: auto; margin-left: 4px; }
  .tp-header-login { display: none !important; }
  .tp-header-actions .tp-button { min-height: 39px; padding-inline: 11px; }
  .tp-main-nav {
    top: calc(100% + 8px);
    right: 14px;
    left: 14px;
    padding: 8px;
    border-radius: 15px;
    box-shadow: 0 20px 60px rgba(8,62,66,.15);
  }
  .tp-primary-menu { gap: 2px; }
  .tp-main-nav a { display: block; padding: 11px 12px; }

  .tp-hero-grid { display: block; min-height: auto; padding-block: 50px 72px; }
  .tp-hero-copy { text-align: center; }
  .tp-eyebrow { margin-bottom: 14px; }
  .tp-hero h1 { margin-inline: auto; font-size: clamp(31px, 8.5vw, 39px); line-height: 1.55; }
  .tp-hero-copy > p { max-width: 540px; margin: 14px auto 22px; font-size: clamp(14px, 1.05vw, 15px); line-height: 2; }
  .tp-hero-search { grid-template-columns: 1fr; max-width: 540px; margin-inline: auto; padding: 6px; gap: 0; }
  .tp-hero-search .tp-search-field,
  .tp-hero-search .tp-area-field { min-height: 46px; padding-inline: 9px; border: 0; border-bottom: 1px solid #e5eeec; }
  .tp-hero-search button { margin-top: 5px; }
  .tp-hero-tags { justify-content: center; }
  .tp-hero-visual { display: none; }
  .tp-hero-wave { height: 36px; }

  .tp-section { padding-block: 60px; }
  .tp-section-heading { margin-bottom: 22px; }
  .tp-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .tp-category-card { min-height: 145px; padding: 17px 13px; }
  .tp-category-icon { width: 48px; height: 48px; margin-bottom: 14px; }
  .tp-business-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .tp-business-cover { height: 150px; }

  .tp-area-section { padding-block: 60px; }
  .tp-area-shell { grid-template-columns: 1fr; min-height: 0; padding: 36px 26px; border-radius: 24px; }
  .tp-map-art { height: 210px; margin-top: 18px; }
  .tp-register-section { padding-bottom: 60px; }
  .tp-register-card { grid-template-columns: 70px 1fr; padding: 27px; gap: 20px; }
  .tp-register-icon { width: 66px; height: 66px; }
  .tp-register-card .tp-button { grid-column: 1 / -1; }

  .tp-directory-hero { padding: 30px 0 33px; }
  .tp-directory-section { padding-top: 20px; }
  .tp-directory-toolbar { grid-template-columns: minmax(0, 1fr) auto; padding: 5px; }
  .tp-sort-field,
  .tp-directory-toolbar > .tp-button { display: none; }
  .tp-mobile-filter-button { display: inline-flex; min-height: 46px; padding-inline: 13px; }
  .tp-directory-layout { display: block; }
  .tp-directory-filters {
    position: fixed;
    z-index: 80;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(88vw, 350px);
    max-width: 100%;
    overflow-y: auto;
    padding: 0 19px 26px;
    border: 0;
    border-radius: 0;
    box-shadow: -18px 0 60px rgba(8,62,66,.16);
    transform: translateX(110%);
    transition: transform .24s ease;
  }
  .tp-directory-filters.is-open { transform: translateX(0); }
  .tp-filter-mobile-header {
    position: sticky;
    z-index: 2;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -19px 20px;
    padding: 16px 19px;
    border-bottom: 1px solid var(--tp-line);
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(12px);
  }
  .tp-filter-mobile-header button { width: 36px; height: 36px; border: 0; border-radius: 10px; background: var(--tp-soft); color: var(--tp-ink); }
  .tp-directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 520px) {
  .tp-container { width: calc(100% - 24px); }
  .tp-header-actions .tp-header-register { display: none; }
  .tp-menu-toggle { margin-right: auto; margin-left: 0; }
  .tp-hero-grid { padding-block: 44px 63px; }
  .tp-hero h1 { font-size: 30px; }
  .tp-hero-copy > p { font-size: clamp(13.5px, 1vw, 14.5px); }
  .tp-section { padding-block: 52px; }
  .tp-section-heading { display: block; }
  .tp-section-heading h2,
  .tp-area-copy h2 { font-size: 24px; }
  .tp-section-heading > a { margin-top: 13px; }
  .tp-category-grid { gap: 9px; }
  .tp-category-card { min-height: 136px; }
  .tp-category-card strong { font-size: clamp(13.5px, 1vw, 14.5px); }
  .tp-business-grid,
  .tp-directory-grid { grid-template-columns: 1fr; }
  .tp-business-cover,
  .tp-directory-grid .tp-business-cover { height: 176px; }
  .tp-area-shell { padding: 30px 21px; }
  .tp-area-pills a { flex: 1 0 calc(50% - 8px); justify-content: space-between; }
  .tp-map-art { height: 185px; transform: scale(.9); transform-origin: center; }
  .tp-register-card { display: block; padding: 26px 21px; text-align: center; }
  .tp-register-icon { margin: 0 auto 18px; }
  .tp-register-card h2 { font-size: 21px; }
  .tp-register-card .tp-button { width: 100%; margin-top: 18px; }
  .tp-footer-main { grid-template-columns: 1fr; padding-block: 44px 34px; }
  .tp-footer-bottom { display: grid; justify-content: center; gap: 12px; text-align: center; }
  .tp-directory-toolbar { grid-template-columns: 1fr; }
  .tp-mobile-filter-button { width: 100%; }
  .tp-toolbar-search { min-height: 45px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}


/* Elementor 0.5.0 integration helpers */
.tp-hero-grid.tp-hero-grid-no-visual { grid-template-columns: minmax(0, 1fr); }
.tp-hero-grid.tp-hero-grid-no-visual .tp-hero-copy { max-width: 820px; margin-inline: auto; text-align: center; }
.tp-hero-grid.tp-hero-grid-no-visual .tp-hero-tags { justify-content: center; }
.tp-area-shell.tp-area-shell-no-map { grid-template-columns: 1fr; }
.elementor-widget-to-pardis-hero,
.elementor-widget-to-pardis-categories,
.elementor-widget-to-pardis-businesses,
.elementor-widget-to-pardis-areas,
.elementor-widget-to-pardis-register-cta { margin-bottom: 0 !important; }


/* Elementor homepage seed: the first project container must stay edge-to-edge. */
.tp-elementor-content .tp-home-elementor-root {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	gap: 0 !important;
}
.tp-elementor-content .tp-home-elementor-root > .e-con-inner {
	max-width: none !important;
	width: 100% !important;
	padding: 0 !important;
	gap: 0 !important;
}

/* =========================================================
 * Elementor visual editing — 0.7.0
 * Keep full-bleed section backgrounds while inner .tp-container stays boxed.
 * ========================================================= */
.tp-elementor-content,
.tp-elementor-content > .elementor,
.tp-home-elementor-root,
.tp-home-elementor-root.e-con,
.tp-home-elementor-root > .e-con-inner {
  width: 100%;
  max-width: none;
}

.tp-home-elementor-root.e-con {
  --width: 100%;
  --max-width: 100%;
  --content-width: 100%;
  --gap: 0px;
  padding: 0 !important;
  margin: 0 !important;
  gap: 0 !important;
}

.tp-home-elementor-root > .e-con-inner {
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  gap: 0 !important;
}

.tp-home-elementor-root > .elementor-element,
.tp-home-elementor-root > .e-con-inner > .elementor-element,
.tp-home-elementor-root .elementor-widget-container {
  width: 100%;
  max-width: 100%;
}

/* Prevent Elementor wrapper spacing from breaking the deliberate section rhythm. */
.tp-home-elementor-root > .elementor-element.elementor-widget,
.tp-home-elementor-root > .e-con-inner > .elementor-element.elementor-widget {
  margin: 0;
}

/* Keep full-width widgets visually clean inside the editor canvas too. */
.elementor-editor-active .tp-home-elementor-root .tp-hero,
.elementor-editor-active .tp-home-elementor-root .tp-section {
  width: 100%;
}

/* =========================================================
 * Homepage Hero final pass — 0.8.0
 * Controlled UI/UX refinement for the Elementor Hero widget only.
 * ========================================================= */
.tp-elementor-hero {
  isolation: isolate;
}
.tp-elementor-hero::after {
  position: absolute;
  z-index: 0;
  top: 7%;
  right: 52%;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.62) 0%, rgba(255,255,255,0) 68%);
  content: "";
  pointer-events: none;
}
.tp-elementor-hero .tp-hero-grid {
  min-height: inherit;
}
.tp-elementor-hero .tp-hero-copy {
  width: 100%;
}
.tp-elementor-hero .tp-eyebrow {
  min-height: 34px;
  margin-bottom: 18px;
  padding: 6px 12px;
  border-color: rgba(15,127,121,.17);
  background: rgba(255,255,255,.72);
  box-shadow: 0 8px 26px rgba(18,59,66,.04);
  backdrop-filter: blur(10px);
}
.tp-elementor-hero .tp-eyebrow i {
  flex: 0 0 auto;
  box-shadow: 0 0 0 4px rgba(244,123,85,.13);
}
.tp-elementor-hero .tp-hero-copy h1 {
  max-width: 760px;
  text-wrap: balance;
}
.tp-elementor-hero .tp-hero-copy h1 em {
  white-space: nowrap;
}
.tp-elementor-hero .tp-hero-copy h1 em::after {
  bottom: 3px;
  height: 8px;
  opacity: .24;
  transform: rotate(-1.2deg) skewX(-9deg);
}
.tp-elementor-hero .tp-hero-copy > p {
  max-width: 680px;
  margin-top: 16px;
  margin-bottom: 24px;
  text-wrap: pretty;
}
.tp-elementor-hero .tp-hero-search {
  position: relative;
  grid-template-columns: minmax(250px, 1fr) minmax(160px, 190px) 118px;
  max-width: 750px;
  padding: 6px;
  border-color: rgba(15,127,121,.16);
  border-radius: 18px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 20px 54px rgba(18,59,66,.10), 0 2px 7px rgba(18,59,66,.04);
  backdrop-filter: blur(14px);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.tp-elementor-hero .tp-hero-search:focus-within {
  border-color: rgba(15,127,121,.43);
  box-shadow: 0 23px 58px rgba(18,59,66,.13), 0 0 0 3px rgba(15,127,121,.07);
  transform: translateY(-1px);
}
.tp-elementor-hero .tp-hero-search-no-area {
  grid-template-columns: minmax(250px, 1fr) 118px;
}
.tp-elementor-hero .tp-hero-search label {
  min-width: 0;
  padding-inline: 13px;
}
.tp-elementor-hero .tp-hero-search .tp-search-field {
  padding-inline: 13px;
}
.tp-elementor-hero .tp-hero-search input,
.tp-elementor-hero .tp-hero-search select {
  min-width: 0;
  height: 100%;
  padding: 0;
  line-height: 1.7;
}
.tp-elementor-hero .tp-hero-search input::placeholder {
  color: #91a3a3;
  opacity: 1;
}
.tp-elementor-hero .tp-area-field {
  border-right-color: rgba(219,231,227,.9);
}
.tp-elementor-hero .tp-field-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 24px;
  height: 24px;
}
.tp-elementor-hero .tp-field-icon svg,
.tp-elementor-hero .tp-search-button-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.tp-elementor-hero .tp-hero-search button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 0;
  padding-inline: 13px;
  border-radius: 12px;
  box-shadow: 0 9px 20px rgba(15,127,121,.18);
}
.tp-elementor-hero .tp-hero-search button:hover {
  box-shadow: 0 12px 24px rgba(15,127,121,.22);
}
.tp-elementor-hero .tp-search-button-icon {
  display: grid;
  place-items: center;
}
.tp-elementor-hero .tp-hero-tags {
  min-height: 28px;
  margin-top: 13px;
  gap: 6px;
}
.tp-elementor-hero .tp-hero-tags > span {
  margin-left: 2px;
  font-weight: 700;
}
.tp-elementor-hero .tp-hero-tags a {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 4px 10px;
  border-color: rgba(15,127,121,.13);
  background: rgba(255,255,255,.62);
  backdrop-filter: blur(8px);
}
.tp-elementor-hero .tp-hero-tags a:hover {
  border-color: rgba(15,127,121,.28);
  background: rgba(255,255,255,.94);
  box-shadow: 0 6px 16px rgba(18,59,66,.05);
}
.tp-elementor-hero .tp-hero-visual {
  min-height: 430px;
  transform: translateZ(0);
}
.tp-elementor-hero .tp-hero-visual::before {
  inset: 18px 12px 8px 22px;
  border-color: rgba(15,127,121,.10);
  background: linear-gradient(145deg, rgba(255,255,255,.35), rgba(255,255,255,.12));
  box-shadow: inset 0 0 90px rgba(255,255,255,.38), 0 20px 60px rgba(15,127,121,.03);
}
.tp-elementor-hero .tp-city-card {
  top: 96px;
  right: 76px;
  width: 242px;
  height: 188px;
  border-color: rgba(255,255,255,.72);
  box-shadow: 0 30px 68px rgba(8,61,67,.23);
}
.tp-elementor-hero .tp-city-card::before {
  position: absolute;
  top: -32px;
  left: -28px;
  width: 74px;
  height: 74px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 24px;
  content: "";
  transform: rotate(18deg);
}
.tp-elementor-hero .tp-city-pin {
  box-shadow: 0 9px 22px rgba(244,123,85,.25);
}
.tp-elementor-hero .tp-mini-card {
  min-width: 156px;
  border-color: rgba(255,255,255,.92);
  background: rgba(255,255,255,.93);
  box-shadow: 0 15px 38px rgba(18,59,66,.10);
}
.tp-elementor-hero .tp-mini-card > span svg,
.tp-elementor-hero .tp-city-pin svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.tp-elementor-hero .tp-city-pin svg {
  width: 26px;
  height: 26px;
}
.tp-elementor-hero .tp-mini-business { top: 38px; right: 4px; }
.tp-elementor-hero .tp-mini-category { top: 76px; left: 0; }
.tp-elementor-hero .tp-mini-area { right: 8px; bottom: 36px; }
.tp-elementor-hero .tp-skyline {
  opacity: .14;
}
.tp-elementor-hero .tp-hero-wave {
  height: 48px;
}

@media (max-width: 1100px) {
  .tp-elementor-hero .tp-hero-search {
    grid-template-columns: minmax(220px, 1fr) 160px 110px;
  }
  .tp-elementor-hero .tp-hero-search-no-area {
    grid-template-columns: minmax(220px, 1fr) 110px;
  }
  .tp-elementor-hero .tp-city-card {
    right: 47px;
  }
  .tp-elementor-hero .tp-mini-category {
    left: -3px;
  }
}

@media (max-width: 780px) {
  .tp-elementor-hero::after {
    right: 8%;
    width: 280px;
    height: 280px;
  }
  .tp-elementor-hero .tp-hero-grid {
    padding-block: 48px 70px;
  }
  .tp-elementor-hero .tp-hero-copy {
    max-width: 620px;
    margin-inline: auto;
  }
  .tp-elementor-hero .tp-hero-copy h1 {
    max-width: 580px;
  }
  .tp-elementor-hero .tp-hero-copy > p {
    margin-inline: auto;
  }
  .tp-elementor-hero .tp-hero-search,
  .tp-elementor-hero .tp-hero-search-no-area {
    grid-template-columns: 1fr;
    max-width: 560px;
    padding: 6px;
  }
  .tp-elementor-hero .tp-hero-search label {
    padding-inline: 10px;
  }
  .tp-elementor-hero .tp-hero-search .tp-search-field,
  .tp-elementor-hero .tp-hero-search .tp-area-field {
    min-height: 47px;
    border: 0;
    border-bottom: 1px solid rgba(219,231,227,.9);
  }
  .tp-elementor-hero .tp-hero-search button {
    min-height: 48px;
    margin-top: 5px;
  }
  .tp-elementor-hero .tp-hero-tags {
    max-width: 560px;
    margin-inline: auto;
  }
}

@media (max-width: 520px) {
  .tp-elementor-hero .tp-eyebrow {
    max-width: 100%;
    min-height: 31px;
    margin-bottom: 12px;
    padding: 5px 10px;
    font-size: clamp(12.5px, .9vw, 13.5px);
  }
  .tp-elementor-hero .tp-hero-copy h1 {
    font-size: clamp(28px, 8vw, 32px);
    line-height: 1.5;
  }
  .tp-elementor-hero .tp-hero-copy h1 em::after {
    bottom: 2px;
    height: 6px;
  }
  .tp-elementor-hero .tp-hero-copy > p {
    margin-top: 12px;
    margin-bottom: 19px;
    font-size: clamp(13.5px, 1vw, 14.5px);
  }
  .tp-elementor-hero .tp-hero-search {
    border-radius: 15px;
    box-shadow: 0 14px 34px rgba(18,59,66,.09);
  }
  .tp-elementor-hero .tp-hero-search label {
    min-height: 45px;
  }
  .tp-elementor-hero .tp-hero-search button {
    min-height: 46px;
    border-radius: 10px;
  }
  .tp-elementor-hero .tp-hero-tags {
    justify-content: center;
    margin-top: 11px;
    font-size: clamp(12.5px, .9vw, 13.5px);
  }
  .tp-elementor-hero .tp-hero-tags a {
    min-height: 25px;
    padding-inline: 8px;
    font-size: clamp(12.5px, .9vw, 13.5px);
  }
  .tp-elementor-hero .tp-hero-wave {
    height: 30px;
  }
}

/* ==========================================================
 * 0.9.0 — Categories section UI/UX refinement
 * Scope: Elementor categories widget only.
 * ========================================================== */
.tp-category-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfc 100%);
}
.tp-category-section::before {
  position: absolute;
  top: -110px;
  left: -90px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(15, 127, 121, .06);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}
.tp-category-section .tp-container { position: relative; z-index: 1; }
.tp-category-heading { align-items: flex-end; margin-bottom: 30px; }
.tp-category-heading-copy { max-width: 650px; }
.tp-category-section .tp-section-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 9px;
  padding: 0 10px;
  border: 1px solid #d9ebe7;
  border-radius: 999px;
  background: #f4faf8;
  color: var(--tp-primary);
  font-size: clamp(12.5px, .9vw, 13.5px);
  font-weight: 900;
}
.tp-category-section .tp-section-heading h2 {
  margin-bottom: 7px;
  letter-spacing: -.02em;
}
.tp-category-section .tp-section-heading p { max-width: 560px; }
.tp-category-all-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 13px;
  border: 1px solid #dbe8e5;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(18, 59, 66, .035);
  color: var(--tp-primary);
  font-size: clamp(13px, .95vw, 14px);
  font-weight: 900;
  gap: 7px;
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.tp-category-all-link svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.tp-category-all-link:hover {
  border-color: #bfdbd5;
  background: var(--tp-primary-soft);
  box-shadow: 0 9px 24px rgba(18, 59, 66, .06);
  transform: translateX(-2px);
}
.tp-category-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}
.tp-category-card {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  min-height: 178px;
  overflow: hidden;
  padding: 20px 17px 17px;
  border: 1px solid #deebe7;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(18, 59, 66, .028);
  color: var(--tp-ink);
  text-align: right;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}
.tp-category-card::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(15,127,121,.36), transparent);
  content: "";
  opacity: 0;
  transform: scaleX(.65);
  transition: opacity .22s ease, transform .22s ease;
}
.tp-category-card::after {
  position: absolute;
  z-index: -2;
  top: -45px;
  left: -45px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(15, 127, 121, .025);
  content: "";
  transition: transform .28s ease, background .28s ease;
}
.tp-category-card:hover,
.tp-category-card:focus-visible {
  border-color: #bddbd5;
  background: #fff;
  box-shadow: 0 18px 44px rgba(18, 59, 66, .09);
  outline: 0;
  transform: translateY(-5px);
}
.tp-category-card:hover::before,
.tp-category-card:focus-visible::before { opacity: 1; transform: scaleX(1); }
.tp-category-card:hover::after,
.tp-category-card:focus-visible::after { background: rgba(15,127,121,.045); transform: scale(1.16); }
.tp-category-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  margin-bottom: 17px;
  border: 1px solid rgba(18,59,66,.035);
  border-radius: 17px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.44);
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease;
}
.tp-category-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.tp-category-card:hover .tp-category-icon,
.tp-category-card:focus-visible .tp-category-icon {
  box-shadow: 0 10px 22px rgba(18,59,66,.08), inset 0 0 0 1px rgba(255,255,255,.48);
  transform: translateY(-2px) scale(1.03);
}
.tp-category-card-copy { display: block; min-width: 0; width: 100%; }
.tp-category-card strong {
  display: block;
  overflow: hidden;
  margin-bottom: 7px;
  color: var(--tp-ink);
  font-size: clamp(14px, 1.05vw, 15px);
  font-weight: 900;
  line-height: 1.7;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tp-category-count {
  display: inline-flex;
  align-items: center;
  min-height: 23px;
  max-width: calc(100% - 28px);
  padding: 0 8px;
  border-radius: 999px;
  background: #f5f8f7;
  color: #819391;
  font-size: clamp(12.5px, .86vw, 13.5px);
  line-height: 1;
  gap: 3px;
  white-space: nowrap;
}
.tp-category-count span { opacity: .92; }
.tp-category-arrow {
  position: absolute;
  left: 13px;
  bottom: 13px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid #e2ece9;
  border-radius: 9px;
  background: #fbfdfc;
  color: #93aaa7;
  font-style: normal;
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}
.tp-category-arrow svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.tp-category-card:hover .tp-category-arrow,
.tp-category-card:focus-visible .tp-category-arrow {
  border-color: var(--tp-primary);
  background: var(--tp-primary);
  color: #fff;
  transform: translateX(-2px);
}

/* Keep the six automatic icon tones subtle and brand-compatible. */
.tp-category-card-tone-1 .tp-icon-1 { background: #fff1eb; color: #c76041; }
.tp-category-card-tone-2 .tp-icon-2 { background: #eaf6f3; color: #0f7f79; }
.tp-category-card-tone-3 .tp-icon-3 { background: #f6effa; color: #9155a2; }
.tp-category-card-tone-4 .tp-icon-4 { background: #fff7e5; color: #b98113; }
.tp-category-card-tone-5 .tp-icon-5 { background: #edf4fb; color: #4e79a9; }
.tp-category-card-tone-6 .tp-icon-6 { background: #eff1ff; color: #626ca6; }

@media (max-width: 1100px) {
  .tp-category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .tp-category-card { min-height: 164px; }
}

@media (max-width: 780px) {
  .tp-category-section { padding-block: 62px; }
  .tp-category-heading { align-items: flex-start; margin-bottom: 24px; }
  .tp-category-heading-copy { max-width: 520px; }
  .tp-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
  .tp-category-card { min-height: 154px; padding: 17px 14px 14px; border-radius: 17px; }
  .tp-category-icon { width: 49px; height: 49px; margin-bottom: 14px; border-radius: 15px; }
  .tp-category-icon svg { width: 21px; height: 21px; }
  .tp-category-card strong { font-size: clamp(13.5px, 1vw, 14.5px); }
}

@media (max-width: 520px) {
  .tp-category-section { padding-block: 52px; }
  .tp-category-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; margin-bottom: 20px; gap: 12px; }
  .tp-category-heading-copy { grid-column: 1 / -1; }
  .tp-category-section .tp-section-kicker { min-height: 26px; padding-inline: 9px; font-size: clamp(12px, .82vw, 13px); }
  .tp-category-section .tp-section-heading h2 { font-size: 24px; }
  .tp-category-section .tp-section-heading p { font-size: clamp(13.5px, .98vw, 14.5px); line-height: 1.85; }
  .tp-category-all-link { grid-column: 2; min-height: 35px; padding-inline: 10px; border-radius: 10px; font-size: clamp(12.5px, .9vw, 13.5px); }
  .tp-category-grid { gap: 9px; }
  .tp-category-card { min-height: 145px; padding: 15px 12px 12px; border-radius: 15px; }
  .tp-category-icon { width: 45px; height: 45px; margin-bottom: 12px; border-radius: 13px; }
  .tp-category-icon svg { width: 19px; height: 19px; }
  .tp-category-card strong { margin-bottom: 5px; font-size: clamp(13px, .95vw, 14px); line-height: 1.6; }
  .tp-category-count { min-height: 21px; padding-inline: 7px; font-size: clamp(11.5px, .79vw, 12.5px) !important; }
  .tp-category-arrow { left: 10px; bottom: 10px; width: 25px; height: 25px; border-radius: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .tp-category-card,
  .tp-category-card::before,
  .tp-category-card::after,
  .tp-category-icon,
  .tp-category-arrow,
  .tp-category-all-link { transition: none !important; }
  .tp-category-card:hover,
  .tp-category-card:focus-visible,
  .tp-category-card:hover .tp-category-icon,
  .tp-category-card:focus-visible .tp-category-icon { transform: none; }
}

/* ==========================================================
 * 0.10.0 — Homepage businesses section UI/UX refinement
 * Scope: homepage/Elementor businesses section. Archive cards keep their
 * existing layout and behavior.
 * ========================================================== */
.tp-popular-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 16%, rgba(15,127,121,.045), transparent 23%),
    linear-gradient(180deg, #f8fbfa 0%, #f5faf8 100%);
}
.tp-popular-section::before {
  position: absolute;
  bottom: -130px;
  right: -100px;
  width: 310px;
  height: 310px;
  border: 1px solid rgba(15,127,121,.055);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}
.tp-popular-section .tp-container { position: relative; z-index: 1; }
.tp-businesses-heading { align-items: flex-end; margin-bottom: 30px; }
.tp-businesses-heading-copy { max-width: 680px; }
.tp-popular-section .tp-section-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 9px;
  padding: 0 10px;
  border: 1px solid #d7e9e5;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  color: var(--tp-primary);
  font-size: clamp(12.5px, .9vw, 13.5px);
  font-weight: 900;
}
.tp-popular-section .tp-section-heading h2 {
  margin-bottom: 7px;
  letter-spacing: -.02em;
}
.tp-popular-section .tp-section-heading p { max-width: 580px; }
.tp-businesses-all-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 13px;
  border: 1px solid #d8e7e3;
  border-radius: 12px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 5px 16px rgba(18,59,66,.035);
  color: var(--tp-primary);
  font-size: clamp(13px, .95vw, 14px);
  font-weight: 900;
  gap: 7px;
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.tp-businesses-all-link svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.tp-businesses-all-link:hover,
.tp-businesses-all-link:focus-visible {
  border-color: #bdd9d3;
  background: #fff;
  box-shadow: 0 9px 24px rgba(18,59,66,.065);
  outline: 0;
  transform: translateX(-2px);
}

.tp-popular-section .tp-business-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 18px;
}
.tp-popular-section .tp-business-card-home {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid #dce9e6;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 7px 23px rgba(18,59,66,.032);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.tp-popular-section .tp-business-card-home::after {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(15,127,121,.5), transparent);
  content: "";
  opacity: 0;
  transform: scaleX(.7);
  transition: opacity .24s ease, transform .24s ease;
  pointer-events: none;
}
.tp-popular-section .tp-business-card-home:hover,
.tp-popular-section .tp-business-card-home:focus-within {
  border-color: #bcd8d2;
  box-shadow: 0 20px 52px rgba(18,59,66,.105);
  transform: translateY(-6px);
}
.tp-popular-section .tp-business-card-home:hover::after,
.tp-popular-section .tp-business-card-home:focus-within::after { opacity: 1; transform: scaleX(1); }

.tp-popular-section .tp-business-card-home .tp-business-cover {
  position: relative;
  display: grid;
  place-items: center;
  height: 190px;
  flex: 0 0 auto;
  overflow: hidden;
  isolation: isolate;
}
.tp-popular-section .tp-business-card-home .tp-business-cover::before,
.tp-popular-section .tp-business-card-home .tp-business-cover::after { pointer-events: none; }
.tp-popular-section .tp-business-card-home .tp-business-cover img {
  z-index: 0;
  transform: scale(1.002);
  transition: transform .42s cubic-bezier(.2,.65,.3,1), filter .3s ease;
}
.tp-popular-section .tp-business-card-home:hover .tp-business-cover img,
.tp-popular-section .tp-business-card-home:focus-within .tp-business-cover img {
  filter: saturate(1.03) contrast(1.01);
  transform: scale(1.055);
}
.tp-business-cover-shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, transparent 43%, rgba(8,61,67,.42) 100%);
  opacity: .32;
  transition: opacity .25s ease;
  pointer-events: none;
}
.tp-popular-section .tp-business-card-home:hover .tp-business-cover-shade,
.tp-popular-section .tp-business-card-home:focus-within .tp-business-cover-shade { opacity: .7; }
.tp-business-cover-action {
  position: absolute;
  z-index: 4;
  right: 14px;
  bottom: 13px;
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  padding: 0 10px;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 8px 22px rgba(8,61,67,.13);
  color: var(--tp-ink);
  font-size: clamp(12.5px, .9vw, 13.5px);
  font-weight: 900;
  gap: 5px;
  opacity: 0;
  transform: translateY(7px);
  transition: opacity .22s ease, transform .22s ease;
  backdrop-filter: blur(8px);
  pointer-events: none;
}
.tp-business-cover-action svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.tp-popular-section .tp-business-card-home:hover .tp-business-cover-action,
.tp-popular-section .tp-business-card-home:focus-within .tp-business-cover-action { opacity: 1; transform: translateY(0); }

.tp-popular-section .tp-business-card-home .tp-verified-pill {
  z-index: 5;
  right: 12px;
  top: 12px;
  min-height: 29px;
  padding-inline: 9px;
  border-color: rgba(255,255,255,.76);
  background: rgba(255,255,255,.94);
  box-shadow: 0 8px 22px rgba(18,59,66,.075);
  backdrop-filter: blur(9px);
}
.tp-popular-section .tp-business-card-home .tp-business-monogram {
  z-index: 2;
  width: 80px;
  height: 80px;
  border-radius: 25px 25px 25px 9px;
  box-shadow: 0 16px 36px rgba(8,61,67,.14);
  transition: transform .25s ease, box-shadow .25s ease;
}
.tp-popular-section .tp-business-card-home:hover .tp-business-monogram,
.tp-popular-section .tp-business-card-home:focus-within .tp-business-monogram {
  box-shadow: 0 20px 42px rgba(8,61,67,.18);
  transform: translateY(-3px) rotate(-1deg);
}

.tp-popular-section .tp-business-card-home .tp-business-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  padding: 18px 18px 16px;
}
.tp-popular-section .tp-business-card-home .tp-business-category {
  align-self: flex-start;
  min-height: 26px;
  padding-inline: 9px;
  border: 1px solid rgba(15,127,121,.06);
  border-radius: 8px;
  background: var(--tp-primary-soft);
  color: var(--tp-primary);
  font-size: clamp(12.5px, .9vw, 13.5px);
  font-weight: 900;
  line-height: 1;
  transition: background .2s ease, color .2s ease;
}
.tp-popular-section .tp-business-card-home .tp-business-category:hover { background: #dcefeb; color: var(--tp-primary-dark); }
.tp-popular-section .tp-business-card-home .tp-business-body h2,
.tp-popular-section .tp-business-card-home .tp-business-body h3 {
  display: -webkit-box;
  min-height: 52px;
  overflow: hidden;
  margin: 9px 0 7px;
  color: var(--tp-ink);
  font-size: clamp(16px, 1.2vw, 17px);
  font-weight: 950;
  line-height: 1.72;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.tp-popular-section .tp-business-card-home .tp-business-body h2 a,
.tp-popular-section .tp-business-card-home .tp-business-body h3 a { transition: color .2s ease; }
.tp-popular-section .tp-business-card-home .tp-business-body h2 a:hover,
.tp-popular-section .tp-business-card-home .tp-business-body h3 a:hover,
.tp-popular-section .tp-business-card-home .tp-business-body h2 a:focus-visible,
.tp-popular-section .tp-business-card-home .tp-business-body h3 a:focus-visible { color: var(--tp-primary); outline: 0; }
.tp-popular-section .tp-business-card-home .tp-business-location {
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 22px;
  overflow: hidden;
  margin: 0;
  color: #758c8b;
  font-size: clamp(13px, .95vw, 14px);
  line-height: 1.7;
  text-overflow: ellipsis;
  white-space: nowrap;
  gap: 6px;
}
.tp-popular-section .tp-business-card-home .tp-business-location > span {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border-radius: 6px;
  background: rgba(244,123,85,.1);
  color: var(--tp-coral);
  font-size: clamp(15px, 1.1vw, 16px);
}
.tp-popular-section .tp-business-card-home .tp-business-location svg { width: 12px; height: 12px; }
.tp-popular-section .tp-business-card-home .tp-business-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 34px;
  margin-top: auto;
  padding-top: 13px;
  border-top: 1px solid #edf3f1;
  gap: 12px;
}
.tp-popular-section .tp-business-card-home .tp-business-card-footer > span {
  overflow: hidden;
  color: #819493;
  font-size: clamp(12.5px, .9vw, 13.5px);
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tp-popular-section .tp-business-card-home .tp-business-card-footer a {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  color: var(--tp-primary);
  font-size: clamp(12.5px, .9vw, 13.5px);
  font-weight: 900;
  gap: 4px;
}
.tp-popular-section .tp-business-card-home .tp-business-card-footer a i {
  display: inline-flex;
  transition: transform .2s ease;
}
.tp-popular-section .tp-business-card-home .tp-business-card-footer a:hover i,
.tp-popular-section .tp-business-card-home .tp-business-card-footer a:focus-visible i { transform: translateX(-3px); }
.tp-popular-section .tp-business-card-home a:focus-visible {
  border-radius: 7px;
  outline: 2px solid rgba(15,127,121,.28);
  outline-offset: 2px;
}

@media (max-width: 780px) {
  .tp-businesses-heading { margin-bottom: 24px; }
  .tp-popular-section .tp-business-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .tp-popular-section .tp-business-card-home .tp-business-cover { height: 160px; }
  .tp-popular-section .tp-business-card-home .tp-business-body { padding: 15px; }
  .tp-business-cover-action { display: none; }
}

@media (max-width: 520px) {
  .tp-businesses-heading { display: block; }
  .tp-businesses-all-link { margin-top: 13px; }
  .tp-popular-section .tp-business-grid { grid-template-columns: 1fr; gap: 12px; }
  .tp-popular-section .tp-business-card-home .tp-business-cover { height: 190px; }
  .tp-popular-section .tp-business-card-home .tp-business-body h2,
  .tp-popular-section .tp-business-card-home .tp-business-body h3 { min-height: 0; }
}

@media (hover: none) {
  .tp-business-cover-action { display: none; }
  .tp-popular-section .tp-business-card-home:hover { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .tp-popular-section .tp-business-card-home,
  .tp-popular-section .tp-business-card-home::after,
  .tp-popular-section .tp-business-card-home .tp-business-cover img,
  .tp-business-cover-action,
  .tp-popular-section .tp-business-card-home .tp-business-monogram { transition: none !important; }
}


/* Area pills layout refresh - v0.19.0 */
.tp-area-pills {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
  gap: 10px;
  width: 100%;
}
.tp-area-pills a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 14px;
  text-align: center;
  font-size: clamp(13.5px, 1vw, 14.5px);
  font-weight: 700;
  line-height: 1.55;
  white-space: nowrap;
}
.tp-area-pills a span {
  display: none !important;
}

@media (max-width: 900px) {
  .tp-area-pills {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .tp-area-pills {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .tp-area-pills {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .tp-area-pills a {
    min-height: 42px;
    padding: 0 12px;
    font-size: clamp(13px, .95vw, 14px);
  }
}


/* Areas illustration + CTA refresh - v0.19.0 */
.tp-map-art {
  position: relative;
  height: 300px;
  max-width: 470px;
  margin-inline: auto;
  opacity: 1;
}
.tp-map-art::before {
  inset: 22px 18px 18px;
  border-radius: 42% 58% 49% 51%;
  background: radial-gradient(circle at 32% 26%, rgba(255,255,255,.09), transparent 34%), rgba(255,255,255,.04);
}
.tp-map-art::after {
  position: absolute;
  inset: 46px 34px;
  border: 1px dashed rgba(255,255,255,.09);
  border-radius: 42px;
  content: "";
}
.tp-map-road {
  height: 4px;
  background: linear-gradient(90deg, rgba(255,255,255,.06), rgba(255,255,255,.32), rgba(255,255,255,.08));
}
.tp-road-a { top: 82px; right: 34px; width: 315px; }
.tp-road-b { top: 158px; right: 58px; width: 286px; }
.tp-road-c { top: 194px; right: 122px; width: 215px; }
.tp-map-node {
  position: absolute;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 14px;
  background: rgba(255,255,255,.1);
  box-shadow: 0 16px 34px rgba(4, 40, 43, .14);
  backdrop-filter: blur(10px);
  color: #fff;
  font-size: clamp(13.5px, 1vw, 14.5px);
  font-weight: 800;
}
.tp-map-node::before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--tp-coral);
  box-shadow: 0 0 0 5px rgba(244,123,85,.18);
  content: "";
}
.tp-node-a { top: 52px; right: 84px; }
.tp-node-b { top: 148px; left: 84px; }
.tp-node-c { right: 170px; bottom: 42px; }
.tp-map-art > strong {
  padding: 12px 18px;
  border-radius: 16px;
  box-shadow: 0 16px 30px rgba(4, 40, 43, .12);
  font-size: clamp(15px, 1.15vw, 16px);
  font-weight: 900;
}
.tp-map-art > em {
  position: absolute;
  right: 50%;
  bottom: 16px;
  z-index: 5;
  color: rgba(255,255,255,.7);
  font-size: clamp(13px, .95vw, 14px);
  font-style: normal;
  transform: translateX(50%);
}

.tp-register-card {
  grid-template-columns: 86px minmax(0, 1fr) auto;
  min-height: 204px;
  overflow: hidden;
  border-color: #d4e6e1;
  background: radial-gradient(circle at 9% 20%, rgba(244,123,85,.08), transparent 18%), linear-gradient(135deg, #f8fcfb, #eaf7f3);
}
.tp-register-card::before {
  position: absolute;
  left: -34px;
  bottom: -36px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(15,127,121,.08), transparent 70%);
  content: "";
}
.tp-register-copy, .tp-register-action, .tp-register-icon { position: relative; z-index: 1; }
.tp-register-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 16px;
}
.tp-register-highlights span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid #d8e8e3;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  color: var(--tp-ink);
  font-size: clamp(13px, .95vw, 14px);
  font-weight: 800;
}
.tp-register-action {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
.tp-register-action small {
  color: var(--tp-muted);
  font-size: clamp(13px, .95vw, 14px);
  line-height: 1.8;
}
.tp-register-action .tp-button { white-space: nowrap; }

@media (max-width: 780px) {
  .tp-map-art { height: 245px; max-width: 100%; }
  .tp-map-node { min-height: 36px; padding-inline: 11px; font-size: clamp(13px, .95vw, 14px); }
  .tp-node-a { right: 56px; }
  .tp-node-b { left: 58px; }
  .tp-node-c { right: 138px; bottom: 34px; }

  .tp-register-card { grid-template-columns: 70px 1fr; }
  .tp-register-action { grid-column: 1 / -1; align-items: flex-start; }
}

@media (max-width: 520px) {
  .tp-map-art { height: 210px; }
  .tp-map-art::after { inset: 38px 20px; }
  .tp-road-a { width: 230px; right: 20px; top: 66px; }
  .tp-road-b { width: 205px; right: 40px; top: 126px; }
  .tp-road-c { width: 165px; right: 95px; top: 160px; }
  .tp-map-node { min-height: 34px; padding-inline: 10px; border-radius: 12px; font-size: clamp(12.5px, .9vw, 13.5px); }
  .tp-map-node::before { width: 8px; height: 8px; }
  .tp-node-a { top: 44px; right: 38px; }
  .tp-node-b { top: 116px; left: 28px; }
  .tp-node-c { right: 104px; bottom: 28px; }
  .tp-map-art > strong { padding: 10px 14px; font-size: clamp(14px, 1.05vw, 15px); }
  .tp-map-art > em { bottom: 10px; font-size: clamp(12.5px, .9vw, 13.5px); }

  .tp-register-highlights { justify-content: center; }
  .tp-register-action { align-items: stretch; }
  .tp-register-action small { text-align: center; }
}


/* Categories hub fallback - v0.19.0 */
.tp-categories-page-fallback { margin-top: 20px; }
.tp-categories-page-lead { max-width: 720px; margin: 0 0 28px; color: var(--tp-muted); font-size: clamp(15px, 1.1vw, 16px); line-height: 2; }


/* =========================================================
 * Archive reference UI — v0.19.0
 * Scoped to .tp-ref-archive so Elementor/pages are unaffected.
 * ========================================================= */
.tp-ref-archive.archive-page { --archive-ink:#15333b; --archive-muted:#677a7e; --archive-petrol:#0c545b; --archive-petrol-deep:#073b42; --archive-orange:#ee7b4f; --archive-orange-dark:#d9643b; --archive-line:#e5ebe9; min-height:100vh; background:#f7f9f7; color:var(--archive-ink); font-family:var(--tp-font-family); }
.tp-ref-archive .archive-section { width:min(1160px, calc(100% - 40px)); margin-inline:auto; }
.tp-ref-archive .archive-hero { position:relative; overflow:hidden; padding:20px 0 48px; background:linear-gradient(135deg,#eef6f2,#fff4e9); }
.tp-ref-archive .archive-hero::before,.tp-ref-archive .archive-hero::after { position:absolute; border-radius:50%; pointer-events:none; content:""; }
.tp-ref-archive .archive-hero::before { top:-170px; left:-120px; width:330px; height:330px; border:52px solid rgba(12,84,91,.04); }
.tp-ref-archive .archive-hero::after { right:-90px; bottom:-125px; width:210px; height:210px; background:rgba(238,123,79,.08); }
.tp-ref-archive .archive-hero > .archive-section { position:relative; z-index:2; }
.tp-ref-archive .archive-breadcrumb { display:flex; align-items:center; gap:8px; margin-bottom:27px; color:#7c8e90; font-size: clamp(12.5px, .9vw, 13.5px); }
.tp-ref-archive .archive-breadcrumb b { color:#3d5a5e; font-weight:600; }
.tp-ref-archive .archive-hero-copy { text-align:center; }
.tp-ref-archive .archive-kicker { color:var(--archive-orange-dark); font-size: clamp(12.5px, .9vw, 13.5px); font-weight:800; }
.tp-ref-archive .archive-hero-copy h1 { margin:9px 0 10px; font-size:36px; letter-spacing:-1.8px; }
.tp-ref-archive .archive-hero-copy p { max-width:680px; margin:0 auto; color:#657a7e; font-size: clamp(13.5px, 1vw, 14.5px); line-height:2; }
.tp-ref-archive .archive-search { display:grid; grid-template-columns:1.4fr .8fr auto; max-width:850px; margin:27px auto 0; padding:7px; border:1px solid #e3ebe7; border-radius:17px; background:#fff; box-shadow:0 17px 42px rgba(21,60,66,.10); }
.tp-ref-archive .archive-search label { display:flex; align-items:center; min-width:0; gap:10px; padding:4px 12px; }
.tp-ref-archive .archive-search label + label { border-right:1px solid #e7ece9; }
.tp-ref-archive .archive-search label > span { width:19px; color:var(--archive-orange); }
.tp-ref-archive .archive-search label > span svg { width:18px; height:18px; fill:none; stroke:currentColor; stroke-width:1.8; }
.tp-ref-archive .archive-search input,.tp-ref-archive .archive-search select { width:100%; height:38px; border:0; outline:0; background:transparent; color:var(--archive-ink); font-size: clamp(13px, .95vw, 14px); }
.tp-ref-archive .archive-search button { padding:0 25px; border:0; border-radius:11px; background:var(--archive-orange); color:#fff; cursor:pointer; font-size: clamp(13px, .95vw, 14px); font-weight:800; }
.tp-ref-archive .archive-search button:hover { background:var(--archive-orange-dark); }
.tp-ref-archive .archive-chips { display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap:7px; margin-top:14px; color:#879596; font-size: clamp(12px, .82vw, 13px); }
.tp-ref-archive .archive-chips a { padding:5px 9px; border:1px solid #dce6e2; border-radius:999px; background:rgba(255,255,255,.68); font-size: clamp(12px, .82vw, 13px); }
.tp-ref-archive .archive-top-ad { position:relative; display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:16px; min-height:105px; margin-top:25px; margin-bottom:25px; padding:19px 24px; overflow:hidden; border-radius:19px; background:linear-gradient(110deg,#704a38,#a66343 58%,#d28b55); color:#fff; box-shadow:0 16px 35px rgba(101,60,38,.12); }
.tp-ref-archive .archive-top-ad::after { position:absolute; top:-80px; left:-75px; width:190px; height:190px; border:35px solid rgba(255,255,255,.06); border-radius:50%; content:""; }
.tp-ref-archive .archive-ad-label { position:absolute; top:8px; left:10px; color:#f1d9ca; font-size: clamp(11px, .76vw, 12px); }
.tp-ref-archive .ad-coffee-mark { display:grid; place-items:center; width:58px; height:58px; border-radius:18px 8px; background:#fff4df; color:#9a5839; font-size:24px; font-weight:900; }
.tp-ref-archive .archive-top-ad > div:nth-child(3) { display:flex; flex-direction:column; gap:4px; }
.tp-ref-archive .archive-top-ad small { color:#f3d6c5; font-size: clamp(11px, .76vw, 12px); }
.tp-ref-archive .archive-top-ad strong { font-size: clamp(15px, 1.15vw, 16px); }
.tp-ref-archive .archive-top-ad p { margin:0; color:#f6dfd2; font-size: clamp(12px, .82vw, 13px); }
.tp-ref-archive .archive-top-ad > a { position:relative; z-index:2; padding:10px 13px; border:1px solid rgba(255,255,255,.24); border-radius:10px; font-size: clamp(12px, .82vw, 13px); font-weight:700; }
.tp-ref-archive .archive-layout { display:grid; grid-template-columns:245px minmax(0,1fr); align-items:start; gap:20px; padding-top:8px; padding-bottom:68px; }
.tp-ref-archive .archive-filter-panel { position:sticky; top:98px; padding:18px; border:1px solid #e1e9e5; border-radius:18px; background:#fff; }
.tp-ref-archive .filter-heading { display:grid; grid-template-columns:1fr auto; align-items:start; padding-bottom:15px; }
.tp-ref-archive .filter-heading small { color:var(--archive-orange); font-size: clamp(11px, .76vw, 12px); font-weight:700; }
.tp-ref-archive .filter-heading h2 { margin:4px 0 0; font-size: clamp(17px, 1.28vw, 18px); }
.tp-ref-archive .filter-heading > a { padding:5px; color:#889697; font-size: clamp(11px, .76vw, 12px); }
.tp-ref-archive .filter-close { display:none; border:0; background:transparent; cursor:pointer; }
.tp-ref-archive .filter-group { padding:17px 0; border-top:1px solid #edf1ef; }
.tp-ref-archive .filter-group h3 { margin:0 0 11px; font-size: clamp(12.5px, .9vw, 13.5px); }
.tp-ref-archive .type-filter { display:flex; flex-wrap:wrap; gap:6px; }
.tp-ref-archive .type-filter a { padding:6px 9px; border:1px solid #dfe7e3; border-radius:999px; background:#fff; font-size: clamp(11px, .76vw, 12px); }
.tp-ref-archive .type-filter a.active { border-color:var(--archive-petrol); background:var(--archive-petrol); color:#fff; }
.tp-ref-archive .filter-group select { width:100%; height:37px; padding:0 9px; border:1px solid #dfe7e3; border-radius:9px; outline:0; background:#fafcfb; font-size: clamp(12px, .82vw, 13px); }
.tp-ref-archive .price-level { display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:6px; color:#758789; font-size: clamp(11px, .76vw, 12px); }
.tp-ref-archive .price-level i { height:5px; border-radius:10px; background:linear-gradient(to left,var(--archive-petrol),#b9d4cb,#efb48f); }
.tp-ref-archive .filter-group > p { margin:9px 0 0; color:#9aa5a5; font-size: clamp(10.5px, .72vw, 11.5px); line-height:1.8; }
.tp-ref-archive .apply-mobile-filter { display:none; }
.tp-ref-archive .results-toolbar { display:flex; align-items:center; justify-content:space-between; gap:15px; min-height:62px; padding:10px 14px; border:1px solid #e1e9e5; border-radius:15px; background:#fff; }
.tp-ref-archive .results-toolbar > div { display:flex; align-items:center; gap:10px; }
.tp-ref-archive .result-count { display:grid; place-items:center; width:39px; height:39px; border-radius:12px; background:#eaf4f0; color:var(--archive-petrol); font-size: clamp(15px, 1.1vw, 16px); font-weight:900; }
.tp-ref-archive .results-toolbar p { display:flex; flex-direction:column; gap:3px; margin:0; }
.tp-ref-archive .results-toolbar strong { font-size: clamp(12.5px, .9vw, 13.5px); }
.tp-ref-archive .results-toolbar small { color:#879596; font-size: clamp(11px, .76vw, 12px); }
.tp-ref-archive .results-toolbar label { display:flex; align-items:center; gap:7px; color:#819092; font-size: clamp(12px, .82vw, 13px); }
.tp-ref-archive .results-toolbar select { height:34px; padding:0 8px; border:1px solid #dfe7e3; border-radius:8px; outline:0; background:#fff; color:#38575c; font-size: clamp(12px, .82vw, 13px); }
.tp-ref-archive .active-filters { display:flex; flex-wrap:wrap; gap:6px; min-height:16px; margin:10px 0; }
.tp-ref-archive .active-filters:empty { margin:5px 0; }
.tp-ref-archive .active-filters a { padding:6px 9px; border-radius:999px; background:#eaf3ef; color:#416a62; font-size: clamp(11px, .76vw, 12px); }
.tp-ref-archive .archive-business-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:13px; }
.tp-ref-archive .archive-business-card { overflow:hidden; border:1px solid #e0e8e4; border-radius:18px; background:#fff; transition:transform .2s,box-shadow .2s; }
.tp-ref-archive .archive-business-card:hover { transform:translateY(-3px); box-shadow:0 17px 35px rgba(21,58,64,.08); }
.tp-ref-archive .archive-business-card.premium { border-color:#edcab9; box-shadow:0 10px 28px rgba(164,85,53,.07); }
.tp-ref-archive .archive-card-cover { position:relative; display:block; height:145px; overflow:hidden; background:linear-gradient(145deg,color-mix(in srgb,var(--card-accent) 72%,#fff),var(--card-accent)); }
.tp-ref-archive .archive-card-cover::before { position:absolute; inset:0 0 50%; background:rgba(214,237,234,.42); content:""; }
.tp-ref-archive .archive-card-cover.has-image::before { z-index:1; inset:0; background:linear-gradient(180deg,rgba(7,40,43,.03),rgba(7,40,43,.20)); }
.tp-ref-archive .archive-cover-image { width:100%; height:100%; object-fit:cover; }
.tp-ref-archive .archive-cover-scene { position:absolute; inset:28px 12% 0; border:8px solid rgba(255,245,222,.68); border-bottom:0; }
.tp-ref-archive .archive-cover-scene::before { position:absolute; top:-12px; right:-12%; left:-12%; height:22px; border-radius:8px; background:repeating-linear-gradient(90deg,#fff0d9 0 26px,var(--card-accent) 26px 52px); content:""; }
.tp-ref-archive .archive-cover-scene::after { position:absolute; right:50%; bottom:20px; width:75px; height:16px; border-radius:50%; background:rgba(83,54,41,.48); content:""; transform:translateX(50%); }
.tp-ref-archive .archive-cover-scene i { position:absolute; right:50%; bottom:0; width:8px; height:33px; background:rgba(77,51,40,.55); }
.tp-ref-archive .archive-cover-scene i:nth-child(2) { right:auto; left:-4%; bottom:3px; width:35px; height:40px; border-radius:50% 8px; background:rgba(72,123,84,.75); }
.tp-ref-archive .archive-cover-scene i:nth-child(3) { right:5%; bottom:37px; width:30px; height:18px; border-radius:50%; background:#f4d493; }
.tp-ref-archive .premium-label,.tp-ref-archive .card-verified { position:absolute; z-index:3; top:10px; padding:5px 7px; border-radius:999px; background:rgba(255,255,255,.90); font-size: clamp(10.5px, .72vw, 11.5px); font-weight:700; }
.tp-ref-archive .premium-label { right:10px; color:#a35336; }
.tp-ref-archive .card-verified { right:10px; color:#367b60; }
.tp-ref-archive .premium-label + .card-verified { right:82px; }
.tp-ref-archive .archive-save { position:absolute; z-index:4; top:9px; left:9px; display:grid; place-items:center; width:29px; height:29px; border-radius:50%; background:rgba(255,255,255,.90); color:#9c513d; font-size: clamp(17px, 1.28vw, 18px); }
.tp-ref-archive .archive-card-logo { position:absolute; z-index:4; right:14px; bottom:10px; display:grid; place-items:center; width:46px; height:46px; border:4px solid rgba(255,255,255,.90); border-radius:14px; background:var(--card-accent); color:#fff; box-shadow:0 7px 17px rgba(25,52,52,.14); font-size: clamp(19px, 1.45vw, 21px); font-weight:900; }
.tp-ref-archive .archive-card-body { padding:14px; }
.tp-ref-archive .archive-card-title { display:flex; align-items:flex-start; justify-content:space-between; gap:8px; }
.tp-ref-archive .archive-card-title small { color:#8b9899; font-size: clamp(10.5px, .72vw, 11.5px); }
.tp-ref-archive .archive-card-title h2 { margin:4px 0 0; font-size: clamp(14px, 1.05vw, 15px); }
.tp-ref-archive .archive-card-title > span { padding:5px 6px; border-radius:7px; background:#fff4d9; color:#9d680b; font-size: clamp(12px, .82vw, 13px); font-weight:700; }
.tp-ref-archive .archive-card-description { min-height:24px; margin:12px 0; color:#60777a; font-size: clamp(12px, .82vw, 13px); line-height:1.8; }
.tp-ref-archive .archive-card-address { margin:0; padding-top:10px; border-top:1px solid #edf1ef; color:#819092; font-size: clamp(11px, .76vw, 12px); line-height:1.8; }
.tp-ref-archive .archive-card-address i { color:var(--archive-orange); font-size: clamp(10.5px, .72vw, 11.5px); font-style:normal; }
.tp-ref-archive .archive-card-footer { display:grid; grid-template-columns:1fr auto; align-items:center; gap:7px; margin-top:11px; }
.tp-ref-archive .archive-card-footer > span { font-size: clamp(11px, .76vw, 12px); }
.tp-ref-archive .archive-card-footer .is-open { color:#378462; }
.tp-ref-archive .archive-card-footer .is-closed { color:#a26a5b; }
.tp-ref-archive .archive-card-footer small { color:#8d999a; font-size: clamp(10.5px, .72vw, 11.5px); }
.tp-ref-archive .archive-card-footer a { grid-column:1/-1; padding:8px; border-radius:8px; background:#f4f8f6; color:var(--archive-petrol); text-align:center; font-size: clamp(11px, .76vw, 12px); font-weight:800; }
.tp-ref-archive .archive-business-card.premium .archive-card-footer a { background:var(--archive-orange); color:#fff; }
.tp-ref-archive .archive-native-ad { position:relative; display:grid; grid-column:1/-1; grid-template-columns:auto 1fr auto; align-items:center; gap:12px; min-height:90px; padding:15px 17px; overflow:hidden; border-radius:16px; background:linear-gradient(105deg,#0b5056,#163f45); color:#fff; }
.tp-ref-archive .archive-native-ad > span { position:absolute; top:7px; left:8px; color:#90b1b2; font-size: clamp(10.5px, .72vw, 11.5px); }
.tp-ref-archive .native-ad-icon { display:grid; place-items:center; width:48px; height:48px; border-radius:14px; background:var(--archive-orange); font-size:20px; font-weight:900; }
.tp-ref-archive .archive-native-ad > div:nth-child(3) { display:flex; flex-direction:column; gap:4px; }
.tp-ref-archive .archive-native-ad small { color:#9dbcbc; font-size: clamp(10.5px, .72vw, 11.5px); }
.tp-ref-archive .archive-native-ad strong { font-size: clamp(13px, .95vw, 14px); }
.tp-ref-archive .archive-native-ad a { padding:8px 10px; border:1px solid rgba(255,255,255,.19); border-radius:8px; font-size: clamp(11px, .76vw, 12px); font-weight:700; }
.tp-ref-archive .archive-empty { padding:65px 20px; border:1px solid #e0e8e4; border-radius:18px; background:#fff; text-align:center; }
.tp-ref-archive .archive-empty > span { display:block; width:38px; margin:0 auto; color:#b0c0bd; }
.tp-ref-archive .archive-empty > span svg { width:38px; height:38px; fill:none; stroke:currentColor; stroke-width:1.5; }
.tp-ref-archive .archive-empty h2 { margin:12px 0 7px; font-size: clamp(17px, 1.28vw, 18px); }
.tp-ref-archive .archive-empty p { color:#829093; font-size: clamp(12px, .82vw, 13px); }
.tp-ref-archive .archive-empty a { display:inline-block; padding:9px 14px; border-radius:9px; background:var(--archive-orange); color:#fff; font-size: clamp(12px, .82vw, 13px); }
.tp-ref-archive .archive-pagination { display:flex; align-items:center; justify-content:center; gap:5px; margin-top:25px; }
.tp-ref-archive .archive-pagination .page-numbers { display:grid; place-items:center; min-width:32px; height:32px; padding:0 10px; border:1px solid #dfe7e3; border-radius:8px; background:#fff; font-size: clamp(12px, .82vw, 13px); }
.tp-ref-archive .archive-pagination .current { border-color:var(--archive-petrol); background:var(--archive-petrol); color:#fff; }
.tp-ref-archive .archive-seo { display:grid; grid-template-columns:1fr 270px; gap:42px; margin-bottom:70px; padding:32px; border:1px solid #e1e9e5; border-radius:22px; background:#fff; }
.tp-ref-archive .archive-seo h2 { margin:8px 0 13px; font-size:20px; }
.tp-ref-archive .archive-seo p { color:#607579; text-align:justify; font-size: clamp(12.5px, .9vw, 13.5px); line-height:2.3; }
.tp-ref-archive .archive-seo aside { padding-right:25px; border-right:1px solid #e8eeeb; }
.tp-ref-archive .archive-seo h3 { margin:0 0 13px; font-size: clamp(14px, 1.05vw, 15px); }
.tp-ref-archive .archive-seo aside a { display:flex; justify-content:space-between; padding:10px 0; border-top:1px solid #edf1ef; color:#566f73; font-size: clamp(12px, .82vw, 13px); }
.tp-ref-archive .archive-seo aside a span { color:var(--archive-orange); }
.tp-ref-archive .archive-mobile-dock,.tp-ref-archive .archive-mobile-filter-button { display:none; }
.tp-ref-archive .archive-filter-overlay[hidden] { display:none; }
.tp-ref-archive .archive-filter-overlay { position:fixed; z-index:94; inset:0; border:0; background:rgba(7,37,42,.48); }

@media (max-width:900px) {
  .tp-ref-archive .archive-layout { grid-template-columns:1fr; }
  .tp-ref-archive .archive-filter-panel { position:fixed; z-index:95; top:0; right:0; bottom:0; width:min(330px,88vw); overflow-y:auto; border-radius:20px 0 0 20px; transform:translateX(110%); transition:transform .25s; }
  .admin-bar .tp-ref-archive .archive-filter-panel { top:32px; }
  .tp-ref-archive .archive-filter-panel.is-open { transform:translateX(0); }
  .tp-ref-archive .filter-close { display:block; font-size:21px; line-height:1; }
  .tp-ref-archive .apply-mobile-filter { display:block; width:100%; padding:11px; border:0; border-radius:10px; background:var(--archive-orange); color:#fff; font-size: clamp(12px, .82vw, 13px); font-weight:800; }
  .tp-ref-archive .archive-mobile-filter-button { position:fixed; z-index:70; bottom:18px; left:18px; display:flex; align-items:center; gap:7px; padding:11px 14px; border:0; border-radius:12px; background:var(--archive-petrol); color:#fff; box-shadow:0 10px 28px rgba(8,54,59,.25); font-size: clamp(12px, .82vw, 13px); font-weight:800; }
  .tp-ref-archive .archive-mobile-filter-button span { display:grid; place-items:center; width:16px; }
  .tp-ref-archive .archive-mobile-filter-button span svg { width:16px; height:16px; fill:none; stroke:currentColor; stroke-width:1.8; }
  .tp-ref-archive .archive-mobile-filter-button b { padding:3px 6px; border-radius:999px; background:var(--archive-orange); }
  .tp-ref-archive .archive-seo { grid-template-columns:1fr; }
  .tp-ref-archive .archive-seo aside { padding:22px 0 0; border-top:1px solid #e8eeeb; border-right:0; }
}
@media (max-width:782px) {
  .admin-bar .tp-ref-archive .archive-filter-panel { top:46px; }
}
@media (max-width:600px) {
  .tp-ref-archive.archive-page { padding-bottom:70px; }
  .tp-ref-archive .archive-section { width:calc(100% - 28px); }
  .tp-ref-archive .archive-hero { padding-top:12px; padding-bottom:34px; }
  .tp-ref-archive .archive-breadcrumb { margin-bottom:22px; overflow:hidden; white-space:nowrap; }
  .tp-ref-archive .archive-hero-copy h1 { font-size:25px; letter-spacing:-1.2px; }
  .tp-ref-archive .archive-hero-copy p { font-size: clamp(12.5px, .9vw, 13.5px); }
  .tp-ref-archive .archive-search { grid-template-columns:1fr 1fr; margin-top:20px; }
  .tp-ref-archive .archive-search label:first-child { grid-column:1/-1; border-bottom:1px solid #e7ece9; }
  .tp-ref-archive .archive-search label + label { border-right:0; }
  .tp-ref-archive .archive-search input,.tp-ref-archive .archive-search select { font-size: clamp(12.5px, .9vw, 13.5px); }
  .tp-ref-archive .archive-search button { min-height:49px; padding:0 12px; }
  .tp-ref-archive .archive-chips { justify-content:flex-start; }
  .tp-ref-archive .archive-top-ad { grid-template-columns:auto 1fr; width:calc(100% - 28px); margin:16px 14px; padding:18px 15px; }
  .tp-ref-archive .ad-coffee-mark { width:48px; height:48px; }
  .tp-ref-archive .archive-top-ad strong { font-size: clamp(13px, .95vw, 14px); line-height:1.7; }
  .tp-ref-archive .archive-top-ad > a { grid-column:1/-1; text-align:center; }
  .tp-ref-archive .archive-layout { width:calc(100% - 28px); padding-top:13px; padding-bottom:45px; }
  .tp-ref-archive .results-toolbar { flex-direction:column; align-items:flex-start; }
  .tp-ref-archive .results-toolbar > form { width:100%; padding-top:9px; border-top:1px solid #edf1ef; }
  .tp-ref-archive .results-toolbar label { justify-content:space-between; width:100%; }
  .tp-ref-archive .results-toolbar select { flex:1; }
  .tp-ref-archive .archive-business-grid { grid-template-columns:1fr; }
  .tp-ref-archive .archive-card-cover { height:155px; }
  .tp-ref-archive .archive-card-title h2 { font-size: clamp(15px, 1.1vw, 16px); }
  .tp-ref-archive .archive-native-ad { grid-template-columns:auto 1fr; }
  .tp-ref-archive .archive-native-ad a { grid-column:1/-1; text-align:center; }
  .tp-ref-archive .archive-seo { width:calc(100% - 28px); margin-bottom:45px; padding:22px 18px; border-radius:17px; }
  .tp-ref-archive .archive-seo h2 { font-size: clamp(17px, 1.28vw, 18px); line-height:1.7; }
  .tp-ref-archive .archive-seo p { text-align:right; font-size: clamp(12.5px, .9vw, 13.5px); }
  .tp-ref-archive .archive-mobile-filter-button { display:none; }
  .tp-ref-archive .archive-mobile-dock { position:fixed; z-index:80; right:0; bottom:0; left:0; display:grid; grid-template-columns:repeat(5,1fr); height:66px; direction:rtl; background:rgba(255,255,255,.97); box-shadow:0 -8px 25px rgba(13,51,59,.09); backdrop-filter:blur(15px); }
  .tp-ref-archive .archive-mobile-dock.archive-mobile-dock-no-filter { grid-template-columns:repeat(4,1fr); }
  .tp-ref-archive .archive-mobile-dock a,.tp-ref-archive .archive-mobile-dock button { display:flex; flex-direction:column; align-items:center; justify-content:center; gap:2px; border:0; background:transparent; color:#819093; }
  .tp-ref-archive .archive-mobile-dock span { display:grid; place-items:center; width:20px; height:20px; }
  .tp-ref-archive .archive-mobile-dock span svg { width:18px; height:18px; fill:none; stroke:currentColor; stroke-width:1.8; }
  .tp-ref-archive .archive-mobile-dock small { font-size: clamp(11px, .76vw, 12px); }
  .tp-ref-archive .archive-mobile-dock .active { color:var(--archive-petrol); }
  .tp-ref-archive .archive-mobile-dock .dock-main span { width:43px; height:43px; margin-top:-25px; border-radius:14px; background:var(--archive-orange); color:#fff; box-shadow:0 8px 22px rgba(238,123,79,.35); }
  .tp-ref-archive .archive-mobile-dock .dock-main span svg { width:24px; height:24px; }
  .tp-ref-archive .archive-mobile-dock .dock-main small { color:var(--archive-ink); font-weight:700; }
}


/* Real archive boolean filters - v0.19.0 */
.tp-ref-archive .archive-boolean-filters {
  display: grid;
  gap: 10px;
  padding-top: 15px;
  border-top: 1px solid #edf1ef;
}
.tp-ref-archive .archive-switch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 34px;
  cursor: pointer;
  color: #233f42;
  font-size: clamp(12.5px, .9vw, 13.5px);
  font-weight: 750;
  user-select: none;
}
.tp-ref-archive .archive-switch input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.tp-ref-archive .archive-switch i {
  position: relative;
  flex: 0 0 31px;
  width: 31px;
  height: 18px;
  border: 1px solid #d7e2df;
  border-radius: 999px;
  background: #e7ecea;
  transition: background .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.tp-ref-archive .archive-switch i::after {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 4px rgba(18,59,66,.15);
  content: "";
  transition: transform .18s ease;
}
.tp-ref-archive .archive-switch input:checked + i {
  border-color: #0f7f79;
  background: #0f7f79;
  box-shadow: 0 0 0 3px rgba(15,127,121,.08);
}
.tp-ref-archive .archive-switch input:checked + i::after {
  transform: translateX(-13px);
}
.tp-ref-archive .archive-switch input:focus-visible + i {
  outline: 2px solid rgba(15,127,121,.32);
  outline-offset: 2px;
}


/* =========================================================
   Single business detail — approved prototype port, v0.19.0
   ========================================================= */
.tp-single-business-v2 { --detail-ink:#15333b; --detail-muted:#677a7e; --detail-petrol:#0c545b; --detail-orange:#ee7b4f; background:#f6f8f5; color:var(--detail-ink); min-height:100vh; padding-bottom:1px; }
.tp-single-business-v2 .detail-breadcrumb { display:flex; align-items:center; gap:8px; padding-top:22px; padding-bottom:16px; color:#7e8e90; font-size: clamp(13px, .95vw, 14px); white-space:nowrap; overflow:hidden; }
.tp-single-business-v2 .detail-breadcrumb a:hover { color:var(--detail-orange); }
.tp-single-business-v2 .detail-breadcrumb b { color:#3b585e; font-weight:600; overflow:hidden; text-overflow:ellipsis; }
.tp-single-business-v2 .detail-hero { position:relative; padding-bottom:36px; }
.tp-single-business-v2 .detail-cover-scene { position:relative; height:405px; overflow:hidden; border-radius:28px; background:linear-gradient(145deg,#edd2ad,#bd714f 58%,#5d6b51); box-shadow:0 22px 55px rgba(31,63,66,.13); }
.tp-single-business-v2 .detail-cover-scene.has-real-image { background:#dfe8e3; }
.tp-single-business-v2 .detail-cover-image { width:100%; height:100%; object-fit:cover; display:block; }
.tp-single-business-v2 .detail-cover-fallback { position:absolute; inset:0; display:grid; place-items:center; overflow:hidden; background:linear-gradient(145deg,#e9c597,#a9674e 60%,#63775c); }
.tp-single-business-v2 .detail-cover-fallback::before,.tp-single-business-v2 .detail-cover-fallback::after { content:""; position:absolute; border-radius:50%; background:rgba(255,255,255,.12); }
.tp-single-business-v2 .detail-cover-fallback::before { width:330px; height:330px; right:-70px; top:-120px; }
.tp-single-business-v2 .detail-cover-fallback::after { width:250px; height:250px; left:-50px; bottom:-110px; }
.tp-single-business-v2 .detail-cover-fallback > span { position:relative; z-index:2; display:grid; place-items:center; width:120px; height:120px; border:5px solid rgba(255,255,255,.75); border-radius:34px 18px; background:rgba(255,255,255,.18); color:#fff; font-size:54px; font-weight:950; backdrop-filter:blur(7px); }
.tp-single-business-v2 .detail-cover-fallback > i { position:absolute; z-index:1; height:5px; border-radius:20px; background:rgba(255,255,255,.23); transform-origin:center; }
.tp-single-business-v2 .detail-cover-fallback > i:nth-of-type(1){ width:380px; right:80px; top:110px; transform:rotate(-18deg); }
.tp-single-business-v2 .detail-cover-fallback > i:nth-of-type(2){ width:340px; left:85px; top:220px; transform:rotate(17deg); }
.tp-single-business-v2 .detail-cover-fallback > i:nth-of-type(3){ width:270px; right:220px; bottom:80px; transform:rotate(-48deg); }
.tp-single-business-v2 .cover-photo-label { position:absolute; bottom:16px; right:18px; z-index:3; padding:6px 9px; border-radius:8px; background:rgba(255,255,255,.9); color:#6d7f80; font-size: clamp(12px, .82vw, 13px); font-weight:700; }
.tp-single-business-v2 .cover-actions { position:absolute; top:18px; left:18px; z-index:4; display:flex; gap:7px; }
.tp-single-business-v2 .cover-actions button { cursor:pointer; padding:9px 12px; border:0; border-radius:10px; background:rgba(255,255,255,.92); color:#37565b; font-size: clamp(12.5px, .9vw, 13.5px); font-weight:700; box-shadow:0 6px 16px rgba(31,52,52,.08); }
.tp-single-business-v2 .detail-thumbnails { position:absolute; top:288px; bottom:auto; left:22px; z-index:8; display:flex; gap:9px; }
.tp-single-business-v2 .detail-thumbnails button { width:90px; height:66px; overflow:hidden; cursor:pointer; padding:0; border:4px solid rgba(255,255,255,.75); border-radius:12px; background:#e7c398; transition:.2s ease; box-shadow:0 8px 20px rgba(43,57,52,.12); }
.tp-single-business-v2 .detail-thumbnails button.active { border-color:#fff; transform:translateY(-5px); box-shadow:0 11px 26px rgba(43,57,52,.2); }
.tp-single-business-v2 .detail-thumbnails img { width:100%; height:100%; object-fit:cover; }
.tp-single-business-v2 .business-identity-card { position:relative; z-index:6; display:grid; grid-template-columns:auto minmax(0,1fr) auto auto; align-items:center; gap:18px; width:calc(100% - 52px); margin:-43px auto 0; padding:22px 24px; border:1px solid #e6ebe8; border-radius:21px; background:#fff; box-shadow:0 17px 40px rgba(24,61,65,.11); }
.tp-single-business-v2 .detail-logo { display:grid; place-items:center; width:78px; height:78px; border:5px solid #fff; border-radius:21px; background:#a95b3f; color:#fff4e6; font-size:31px; font-weight:900; box-shadow:0 9px 24px rgba(110,57,39,.21); }
.tp-single-business-v2 .identity-badges { display:flex; flex-wrap:wrap; align-items:center; gap:7px; }
.tp-single-business-v2 .identity-badges > * { padding:5px 8px; border-radius:100px; font-size: clamp(12px, .82vw, 13px); font-weight:800; }
.tp-single-business-v2 .identity-category { color:#b25b3d; background:#fff1e9; }
.tp-single-business-v2 .identity-verified { color:#347c5d; background:#e8f5ef; }
.tp-single-business-v2 .identity-featured { color:#966313; background:#fff3cd; }
.tp-single-business-v2 .identity-main h1 { margin:8px 0 7px; letter-spacing:-1px; font-size:23px; line-height:1.55; }
.tp-single-business-v2 .identity-main p { margin:0; color:#728386; font-size: clamp(12.5px, .9vw, 13.5px); line-height:1.8; }
.tp-single-business-v2 .identity-main p span { color:var(--detail-orange); font-size: clamp(11px, .76vw, 12px); }
.tp-single-business-v2 .identity-rating { display:flex; flex-direction:column; align-items:center; padding:0 20px; border-left:1px solid #e7ece9; border-right:1px solid #e7ece9; }
.tp-single-business-v2 .identity-rating strong { font-size:24px; }
.tp-single-business-v2 .identity-rating span { color:#e6a52d; letter-spacing:1px; font-size: clamp(13px, .95vw, 14px); }
.tp-single-business-v2 .identity-rating small { margin-top:3px; color:#8b9899; font-size: clamp(11px, .76vw, 12px); }
.tp-single-business-v2 .identity-open { display:flex; flex-direction:column; align-items:flex-start; gap:4px; }
.tp-single-business-v2 .identity-open span { font-size: clamp(13px, .95vw, 14px); font-weight:800; }
.tp-single-business-v2 .identity-open.is-open span { color:#38835f; }
.tp-single-business-v2 .identity-open.is-closed span { color:#a54d49; }
.tp-single-business-v2 .identity-open small { color:#7f8e8f; font-size: clamp(11px, .76vw, 12px); }
.tp-single-business-v2 .detail-anchor-nav { position:sticky; top:76px; z-index:30; overflow-x:auto; border-top:1px solid #e6ece9; border-bottom:1px solid #e1e8e4; background:rgba(255,255,255,.94); backdrop-filter:blur(12px); }
.admin-bar .tp-single-business-v2 .detail-anchor-nav { top:108px; }
.tp-single-business-v2 .detail-anchor-nav > div { display:flex; align-items:center; gap:28px; height:55px; }
.tp-single-business-v2 .detail-anchor-nav a { position:relative; flex:none; color:#63777a; font-size: clamp(13px, .95vw, 14px); font-weight:700; }
.tp-single-business-v2 .detail-anchor-nav a:first-child { color:var(--detail-petrol); }
.tp-single-business-v2 .detail-anchor-nav a:first-child::after { content:""; position:absolute; right:0; left:0; bottom:-20px; height:3px; border-radius:3px; background:var(--detail-orange); }
.tp-single-business-v2 .detail-layout { display:grid; grid-template-columns:minmax(0,1fr) 310px; align-items:start; gap:22px; padding-top:38px; padding-bottom:75px; }
.tp-single-business-v2 .detail-content,.tp-single-business-v2 .detail-sidebar { display:flex; flex-direction:column; gap:18px; }
.tp-single-business-v2 .detail-card,.tp-single-business-v2 .sidebar-card { border:1px solid #e2e9e5; border-radius:19px; background:#fff; }
.tp-single-business-v2 .detail-card { padding:27px; }
.tp-single-business-v2 .detail-section-title { display:flex; align-items:center; gap:11px; margin-bottom:20px; }
.tp-single-business-v2 .detail-section-title > div { display:flex; flex-direction:column; gap:5px; }
.tp-single-business-v2 .detail-section-title small { color:#d9643b; font-size: clamp(12px, .82vw, 13px); font-weight:800; }
.tp-single-business-v2 .detail-section-title h2 { margin:0; letter-spacing:-.6px; font-size: clamp(19px, 1.45vw, 21px); line-height:1.6; }
.tp-single-business-v2 .detail-title-icon { display:grid; place-items:center; width:39px; height:39px; border-radius:12px; background:#edf6f2; color:var(--detail-petrol); font-size: clamp(13.5px, 1vw, 14.5px); }
.tp-single-business-v2 .detail-section-title.with-action { justify-content:space-between; }
.tp-single-business-v2 .detail-section-title.with-action > a { padding-bottom:4px; border-bottom:1px solid rgba(12,84,91,.23); color:var(--detail-petrol); font-size: clamp(12.5px, .9vw, 13.5px); font-weight:800; }
.tp-single-business-v2 .tp-detail-entry { color:#5f7477; font-size: clamp(13.5px, 1vw, 14.5px); line-height:2.15; }
.tp-single-business-v2 .tp-detail-entry p { margin:0 0 13px; }
.tp-single-business-v2 .feature-chips { display:flex; flex-wrap:wrap; gap:8px; margin-top:21px; padding-top:20px; border-top:1px solid #edf1ef; }
.tp-single-business-v2 .feature-chips span { padding:7px 10px; border-radius:100px; background:#edf7f1; color:#3b6d60; font-size: clamp(12px, .82vw, 13px); font-weight:700; }
.tp-single-business-v2 .service-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:9px; }
.tp-single-business-v2 .service-item { display:flex; align-items:center; gap:10px; min-height:78px; padding:11px; border-radius:14px; background:#f5f8f5; }
.tp-single-business-v2 .service-item:nth-child(3n+2){ background:#fff5e9; }
.tp-single-business-v2 .service-item:nth-child(3n+3){ background:#eef6f6; }
.tp-single-business-v2 .service-item > span { display:grid; place-items:center; flex:none; width:41px; height:41px; border-radius:12px; background:rgba(255,255,255,.75); color:var(--detail-petrol); font-size: clamp(18px, 1.35vw, 19px); font-weight:900; }
.tp-single-business-v2 .service-item h3 { margin:0 0 4px; font-size: clamp(13px, .95vw, 14px); }
.tp-single-business-v2 .service-item p { margin:0; color:#778789; font-size: clamp(11px, .76vw, 12px); line-height:1.7; }
.tp-single-business-v2 .service-item i { margin-right:auto; color:#96a4a4; font-style:normal; }
.tp-single-business-v2 .detail-gallery-grid { display:grid; grid-template-columns:1.3fr .7fr .7fr; grid-template-rows:150px 150px; gap:8px; }
.tp-single-business-v2 .gallery-tile { display:block; position:relative; overflow:hidden; border-radius:13px; background:#d1ab82; }
.tp-single-business-v2 .gallery-tile:first-child { grid-row:1 / 3; }
.tp-single-business-v2 .gallery-tile img { width:100%; height:100%; object-fit:cover; transition:transform .25s ease; }
.tp-single-business-v2 .gallery-tile:hover img { transform:scale(1.03); }
.tp-single-business-v2 .rating-summary { display:grid; grid-template-columns:150px 1fr; align-items:center; gap:27px; padding:18px; border-radius:15px; background:#f8faf8; }
.tp-single-business-v2 .rating-big { display:flex; flex-direction:column; align-items:center; border-left:1px solid #e0e7e3; }
.tp-single-business-v2 .rating-big strong { font-size:38px; }
.tp-single-business-v2 .rating-big span { color:#e4a326; letter-spacing:2px; font-size: clamp(14px, 1.05vw, 15px); }
.tp-single-business-v2 .rating-big small { margin-top:5px; color:#879495; font-size: clamp(11px, .76vw, 12px); }
.tp-single-business-v2 .rating-message { color:#697d80; font-size: clamp(13px, .95vw, 14px); line-height:2; }
.tp-single-business-v2 .review-list { margin-top:18px; }
.tp-single-business-v2 .review-list article { display:grid; grid-template-columns:auto 1fr; gap:11px; padding:18px 0; border-bottom:1px solid #edf1ef; }
.tp-single-business-v2 .review-avatar { display:grid; place-items:center; width:38px; height:38px; border-radius:50%; background:#edf6f2; color:var(--detail-petrol); font-size: clamp(14px, 1.05vw, 15px); font-weight:900; }
.tp-single-business-v2 .review-meta { display:flex; align-items:center; gap:9px; }
.tp-single-business-v2 .review-meta strong { font-size: clamp(12.5px, .9vw, 13.5px); }
.tp-single-business-v2 .review-meta small { color:#8c9999; font-size: clamp(11px, .76vw, 12px); }
.tp-single-business-v2 .review-list p { margin:10px 0 0; color:#63777a; font-size: clamp(12.5px, .9vw, 13.5px); line-height:2; }
.tp-single-business-v2 .tp-detail-empty { margin:0; padding:18px; border-radius:12px; background:#f7f9f7; color:#78898b; font-size: clamp(12.5px, .9vw, 13.5px); }
.tp-single-business-v2 .tp-detail-comment-form { margin-top:20px; padding-top:20px; border-top:1px solid #edf1ef; }
.tp-single-business-v2 .tp-detail-comment-form .comment-reply-title { margin:0 0 14px; font-size: clamp(15px, 1.1vw, 16px); }
.tp-single-business-v2 .tp-detail-comment-form textarea,.tp-single-business-v2 .tp-detail-comment-form input[type=text],.tp-single-business-v2 .tp-detail-comment-form input[type=email] { width:100%; min-height:42px; padding:10px 12px; border:1px solid #dfe8e4; border-radius:10px; background:#fff; }
.tp-single-business-v2 .tp-detail-comment-form textarea { min-height:110px; }
.tp-single-business-v2 .tp-detail-comment-form .submit { cursor:pointer; padding:10px 18px; border:0; border-radius:10px; background:var(--detail-petrol); color:#fff; font-weight:800; }
.tp-single-business-v2 .detail-sidebar { position:sticky; top:153px; gap:14px; }
.admin-bar .tp-single-business-v2 .detail-sidebar { top:185px; }
.tp-single-business-v2 .sidebar-card { padding:19px; }
.tp-single-business-v2 .sidebar-card h2 { margin:0 0 14px; font-size: clamp(15px, 1.1vw, 16px); }
.tp-single-business-v2 .primary-contact-actions { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:7px; }
.tp-single-business-v2 .primary-contact-actions a { display:flex; flex-direction:column; align-items:center; justify-content:center; gap:5px; min-height:62px; border-radius:11px; background:#edf6f2; color:var(--detail-petrol); font-size: clamp(12px, .82vw, 13px); font-weight:800; }
.tp-single-business-v2 .primary-contact-actions a.is-primary { background:var(--detail-orange); color:#fff; }
.tp-single-business-v2 .primary-contact-actions span { font-size: clamp(18px, 1.35vw, 19px); }
.tp-single-business-v2 .quick-contact-card dl { margin:16px 0 0; }
.tp-single-business-v2 .quick-contact-card dl div { display:flex; justify-content:space-between; gap:14px; padding:10px 0; border-top:1px solid #edf1ef; font-size: clamp(12px, .82vw, 13px); }
.tp-single-business-v2 .quick-contact-card dt { color:#849395; }
.tp-single-business-v2 .quick-contact-card dd { margin:0; text-align:left; font-weight:800; }
.tp-single-business-v2 .secondary-contact-links { display:flex; flex-wrap:wrap; gap:7px; padding-top:10px; border-top:1px solid #edf1ef; }
.tp-single-business-v2 .secondary-contact-links a { flex:1; min-width:90px; padding:8px 9px; border-radius:8px; background:#f7f9f7; color:var(--detail-petrol); text-align:center; font-size: clamp(12px, .82vw, 13px); font-weight:800; }
.tp-single-business-v2 .sidebar-title { display:flex; justify-content:space-between; gap:10px; align-items:flex-start; }
.tp-single-business-v2 .sidebar-title span { font-size: clamp(11px, .76vw, 12px); font-weight:800; }
.tp-single-business-v2 .sidebar-title .is-open { color:#38835f; }
.tp-single-business-v2 .sidebar-title .is-closed { color:#a54d49; }
.tp-single-business-v2 .hours-text { padding:12px 0; border-top:1px solid #edf1ef; color:#64777a; font-size: clamp(12.5px, .9vw, 13.5px); line-height:2; }
.tp-single-business-v2 .hours-card > small { display:block; margin-top:8px; color:#9aa5a5; font-size: clamp(11px, .76vw, 12px); line-height:1.7; }
.tp-single-business-v2 .mini-map { position:relative; height:145px; margin-bottom:15px; overflow:hidden; border-radius:13px; background:#dfece7; }
.tp-single-business-v2 .mini-map iframe { width:100%; height:100%; border:0; filter:saturate(.75) contrast(.92); }
.tp-single-business-v2 .mini-map small { position:absolute; bottom:8px; left:9px; z-index:4; padding:5px 7px; border-radius:6px; background:#fff; color:#607678; font-size: clamp(11px, .76vw, 12px); }
.tp-single-business-v2 .location-card p { color:#617679; font-size: clamp(12px, .82vw, 13px); line-height:2; }
.tp-single-business-v2 .location-button { display:block; width:100%; padding:9px; border:1px solid #dce6e2; border-radius:9px; background:#fff; color:var(--detail-petrol); text-align:center; font-size: clamp(12px, .82vw, 13px); font-weight:800; }
.tp-single-business-v2 .correction-card { border-color:#f0ddc6; background:linear-gradient(145deg,#fff5e9,#f8eee1); }
.tp-single-business-v2 .correction-card > span { color:#bd6848; font-size: clamp(11px, .76vw, 12px); font-weight:800; }
.tp-single-business-v2 .correction-card h2 { margin-top:6px; }
.tp-single-business-v2 .correction-card p { color:#7d7169; font-size: clamp(12px, .82vw, 13px); line-height:1.8; }
.tp-single-business-v2 .correction-card a { display:block; width:100%; padding:9px; border-radius:9px; background:var(--detail-orange); color:#fff; text-align:center; font-size: clamp(12px, .82vw, 13px); font-weight:800; }
.tp-single-business-v2 .related-section { padding-bottom:80px; }
.tp-single-business-v2 .related-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:13px; }
.tp-single-business-v2 .related-card { overflow:hidden; border:1px solid #e2e9e5; border-radius:17px; background:#fff; transition:.2s ease; }
.tp-single-business-v2 .related-card:hover { transform:translateY(-3px); box-shadow:0 14px 28px rgba(22,55,60,.08); }
.tp-single-business-v2 .related-cover { position:relative; display:grid; place-items:center; height:135px; overflow:hidden; background:linear-gradient(145deg,#d3b58f,#9a6754); color:#fff; font-size:32px; font-weight:900; }
.tp-single-business-v2 .related-cover.has-image img { width:100%; height:100%; object-fit:cover; }
.tp-single-business-v2 .related-cover i { position:absolute; top:9px; right:9px; padding:5px 7px; border-radius:100px; background:#fff4e5; color:#9a6127; font-size: clamp(11px, .76vw, 12px); font-style:normal; }
.tp-single-business-v2 .related-card > div:last-child { padding:13px; }
.tp-single-business-v2 .related-card h3 { margin:0 0 5px; font-size: clamp(13.5px, 1vw, 14.5px); }
.tp-single-business-v2 .related-card p { margin:0; color:#859294; font-size: clamp(11px, .76vw, 12px); }
.tp-single-business-v2 .business-mobile-actions { display:none; }

@media (max-width:900px){
  .tp-single-business-v2 .business-identity-card { grid-template-columns:auto 1fr auto; }
  .tp-single-business-v2 .identity-open { display:none; }
  .tp-single-business-v2 .detail-layout { grid-template-columns:1fr; }
  .tp-single-business-v2 .detail-sidebar { position:static; display:grid; grid-template-columns:1fr 1fr; }
  .tp-single-business-v2 .quick-contact-card,.tp-single-business-v2 .correction-card { grid-row:span 2; }
  .tp-single-business-v2 .service-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:600px){
  .tp-single-business-v2 { padding-bottom:70px; }
  .tp-single-business-v2 .detail-breadcrumb { padding-top:14px; }
  .tp-single-business-v2 .detail-hero { width:100%; padding-bottom:22px; }
  .tp-single-business-v2 .detail-cover-scene { height:278px; border-radius:0; }
  .tp-single-business-v2 .cover-actions { top:12px; left:12px; }
  .tp-single-business-v2 .cover-actions button { padding:7px 9px; font-size: clamp(11px, .76vw, 12px); }
  .tp-single-business-v2 .detail-thumbnails { position:static; overflow-x:auto; padding:9px 14px 0; }
  .tp-single-business-v2 .detail-thumbnails button { width:75px; min-width:75px; height:54px; border-width:3px; }
  .tp-single-business-v2 .business-identity-card { grid-template-columns:auto 1fr; gap:12px; width:calc(100% - 28px); margin:12px auto 0; padding:17px; border-radius:17px; }
  .tp-single-business-v2 .detail-logo { width:57px; height:57px; border-radius:16px; font-size:24px; }
  .tp-single-business-v2 .identity-main h1 { margin-top:7px; font-size: clamp(19px, 1.45vw, 21px); }
  .tp-single-business-v2 .identity-main p { line-height:1.7; }
  .tp-single-business-v2 .identity-rating { grid-column:1/-1; flex-direction:row; justify-content:center; gap:8px; padding:11px 0 0; border:0; border-top:1px solid #e7ece9; }
  .tp-single-business-v2 .identity-rating strong { font-size: clamp(19px, 1.45vw, 21px); }
  .tp-single-business-v2 .identity-rating small { margin:0; }
  .tp-single-business-v2 .detail-anchor-nav { top:66px; }
  .admin-bar .tp-single-business-v2 .detail-anchor-nav { top:112px; }
  .tp-single-business-v2 .detail-anchor-nav > div { width:max-content; min-width:100%; height:50px; padding:0 14px; gap:22px; }
  .tp-single-business-v2 .detail-anchor-nav a:first-child::after { bottom:-18px; }
  .tp-single-business-v2 .detail-layout { width:calc(100% - 28px); padding-top:22px; padding-bottom:45px; }
  .tp-single-business-v2 .detail-card { padding:19px; border-radius:16px; }
  .tp-single-business-v2 .detail-section-title { align-items:flex-start; }
  .tp-single-business-v2 .detail-section-title h2 { font-size: clamp(16px, 1.2vw, 17px); }
  .tp-single-business-v2 .service-grid { grid-template-columns:1fr 1fr; gap:7px; }
  .tp-single-business-v2 .service-item { min-height:72px; padding:8px; }
  .tp-single-business-v2 .service-item > span { width:34px; height:34px; }
  .tp-single-business-v2 .detail-gallery-grid { grid-template-columns:1fr 1fr; grid-template-rows:125px 110px; }
  .tp-single-business-v2 .gallery-tile:first-child { grid-row:auto; }
  .tp-single-business-v2 .rating-summary { grid-template-columns:1fr; }
  .tp-single-business-v2 .rating-big { padding-bottom:14px; border:0; border-bottom:1px solid #e0e7e3; }
  .tp-single-business-v2 .detail-sidebar { grid-template-columns:1fr; }
  .tp-single-business-v2 .quick-contact-card,.tp-single-business-v2 .correction-card { grid-row:auto; }
  .tp-single-business-v2 .related-section { width:calc(100% - 28px); padding-bottom:55px; }
  .tp-single-business-v2 .related-grid { display:flex; overflow-x:auto; margin-left:-14px; padding-left:14px; }
  .tp-single-business-v2 .related-card { min-width:82%; }
  .tp-single-business-v2 .business-mobile-actions { position:fixed; right:0; bottom:0; left:0; z-index:70; display:grid; grid-auto-flow:column; grid-auto-columns:1fr; gap:7px; height:63px; padding:7px 10px; background:rgba(255,255,255,.97); box-shadow:0 -8px 25px rgba(20,54,59,.12); }
  .tp-single-business-v2 .business-mobile-actions a { display:flex; align-items:center; justify-content:center; gap:4px; border:1px solid #dfe8e4; border-radius:10px; background:#f7faf8; color:var(--detail-petrol); font-size: clamp(12.5px, .9vw, 13.5px); font-weight:800; }
  .tp-single-business-v2 .business-mobile-actions a.is-primary { border-color:var(--detail-orange); background:var(--detail-orange); color:#fff; }
}

/* =========================================================
   Single business fidelity pass — approved Work source, v0.20.0
   Scope is intentionally limited to the business detail page.
   ========================================================= */
.tp-single-business-v2 .tp-container {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
}
.tp-single-business-v2 .detail-breadcrumb {
  overflow: visible;
  white-space: normal;
  font-size: clamp(12.5px, .9vw, 13.5px);
}
.tp-single-business-v2 .detail-breadcrumb b {
  overflow: visible;
  font-weight: 500;
  text-overflow: clip;
}
.tp-single-business-v2 .detail-cover-scene {
  transition: background .35s;
}
.tp-single-business-v2 .cover-photo-label {
  right: 18px;
  bottom: 18px;
  padding: 7px 10px;
  border-radius: 100px;
  background: rgba(255,255,255,.86);
  color: #718082;
  font-weight: 400;
}
.tp-single-business-v2 .cover-actions button {
  font-weight: 400;
}
.tp-single-business-v2 .business-identity-card {
  box-shadow: 0 17px 40px rgba(24,61,65,.11);
}
.tp-single-business-v2 .identity-badges > * {
  font-weight: 700;
}
.tp-single-business-v2 .identity-main h1 {
  line-height: normal;
}
.tp-single-business-v2 .identity-main p {
  line-height: normal;
}
.tp-single-business-v2 .identity-open span {
  font-weight: 700;
}
.tp-single-business-v2 .identity-open small {
  font-size: clamp(12px, .82vw, 13px);
}
.tp-single-business-v2 .detail-anchor-nav {
  top: 78px;
  overflow-x: visible;
  background: rgba(255,255,255,.94);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.admin-bar .tp-single-business-v2 .detail-anchor-nav {
  top: 110px;
}
.tp-single-business-v2 .detail-section-title small {
  font-weight: 700;
}
.tp-single-business-v2 .detail-section-title h2 {
  letter-spacing: -.7px;
  line-height: normal;
}
.tp-single-business-v2 .detail-title-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #fff0e7;
  color: #bd6848;
  font-size: clamp(18px, 1.35vw, 19px);
}
.tp-single-business-v2 .detail-title-icon svg,
.tp-single-business-v2 .service-item > span svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.tp-single-business-v2 .feature-chips span {
  font-weight: 400;
}
.tp-single-business-v2 .service-grid {
  grid-template-columns: repeat(3, 1fr);
}
.tp-single-business-v2 .service-item {
  background: transparent;
}
.tp-single-business-v2 .service-item > span {
  background: rgba(255,255,255,.72);
}
.tp-single-business-v2 .service-item h3 {
  font-size: clamp(13px, .95vw, 14px);
}
.tp-single-business-v2 .service-item p {
  line-height: normal;
}
.tp-single-business-v2 .service-latte { background:#f4e8d8; }
.tp-single-business-v2 .service-sunny { background:#fff0c9; }
.tp-single-business-v2 .service-saffron { background:#f6dfb1; }
.tp-single-business-v2 .service-tomato { background:#f7ddd6; }
.tp-single-business-v2 .service-herb { background:#dff0df; }
.tp-single-business-v2 .service-berry { background:#f1e2eb; }
.tp-single-business-v2 .detail-gallery-grid {
  grid-template-rows: 125px 125px;
}
.tp-single-business-v2 .gallery-tile {
  cursor: pointer;
  border: 0;
}
.tp-single-business-v2 .review-avatar {
  border-radius: 12px;
  background: #e7f1ed;
}
.tp-single-business-v2 .review-meta {
  gap: 8px;
}
.tp-single-business-v2 .review-meta small {
  margin-right: auto;
  color: #929e9f;
}
.tp-single-business-v2 .review-list p {
  margin: 10px 0;
}
.tp-single-business-v2 .quick-contact-card dd {
  font-weight: 700;
}
.tp-single-business-v2 .correction-card > span {
  font-weight: 700;
}
.tp-single-business-v2 .correction-card a {
  font-weight: 700;
}
.tp-single-business-v2 .related-grid {
  grid-template-columns: repeat(3, 1fr);
}
.tp-single-business-v2 .related-cover {
  height: 125px;
}
.tp-single-business-v2 .related-cover i {
  background: rgba(255,255,255,.84);
}

@media (max-width: 900px) {
  .tp-single-business-v2 .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .tp-single-business-v2 .tp-container {
    width: min(calc(100% - 28px), 1160px);
  }
  .tp-single-business-v2 .detail-breadcrumb {
    overflow: hidden;
    white-space: nowrap;
  }
  .tp-single-business-v2 .detail-hero {
    width: 100%;
  }
  .tp-single-business-v2 .cover-photo-label {
    display: none;
  }
  .tp-single-business-v2 .identity-badges {
    flex-wrap: wrap;
  }
  .tp-single-business-v2 .identity-main p {
    line-height: 1.7;
  }
  .tp-single-business-v2 .detail-anchor-nav {
    top: 68px;
    overflow-x: auto;
  }
  .admin-bar .tp-single-business-v2 .detail-anchor-nav {
    top: 114px;
  }
  .tp-single-business-v2 .detail-section-title h2 {
    line-height: 1.6;
  }
  .tp-single-business-v2 .service-grid {
    grid-template-columns: 1fr 1fr;
  }
  .tp-single-business-v2 .service-item h3 {
    font-size: clamp(12.5px, .9vw, 13.5px);
  }
  .tp-single-business-v2 .review-meta {
    flex-wrap: wrap;
  }
  .tp-single-business-v2 .review-meta small {
    width: 100%;
    margin-right: 0;
  }
  .tp-single-business-v2 .business-mobile-actions {
    grid-template-columns: repeat(3, 1fr);
  }
  .tp-single-business-v2 .business-mobile-actions a {
    font-weight: 700;
  }
  .tp-single-business-v2 .business-mobile-actions span {
    margin-left: 3px;
    font-size: clamp(15px, 1.1vw, 16px);
  }
}

/* Core 0.5 profile media integration — v0.21.0 */
.tp-single-business-v2 .detail-logo.has-business-logo,
.tp-ref-archive .archive-card-logo.has-business-logo {
  overflow: hidden;
  background: #fff;
}
.tp-single-business-v2 .detail-logo.has-business-logo img,
.tp-ref-archive .archive-card-logo.has-business-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tp-single-business-v2 .detail-logo.has-category-icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.tp-ref-archive .archive-card-logo.has-category-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.tp-single-business-v2 .service-item:not(a) {
  cursor: default;
}
@media (max-width: 720px) {
  .tp-single-business-v2 .detail-logo.has-category-icon svg { width: 24px; height: 24px; }
}



/* Structured weekly business hours — v0.22.0 */
.tp-single-business-v2 .hours-list { margin-top:8px; border-top:1px solid #edf1ef; }
.tp-single-business-v2 .hours-row { display:flex; align-items:center; justify-content:space-between; gap:12px; min-height:34px; padding:7px 0; border-bottom:1px solid #f0f3f1; color:#64777a; font-size: clamp(12px, .82vw, 13px); line-height:1.6; }
.tp-single-business-v2 .hours-row:last-child { border-bottom:0; }
.tp-single-business-v2 .hours-row strong { flex:0 0 auto; color:#3d5559; font-size: clamp(12px, .82vw, 13px); font-weight:800; }
.tp-single-business-v2 .hours-row span { direction:ltr; unicode-bidi:isolate; margin-right:auto; color:#617679; text-align:left; white-space:nowrap; }
.tp-single-business-v2 .hours-row span.is-full { direction:rtl; margin-right:0; white-space:normal; }
.tp-single-business-v2 .hours-row.is-closed-day span { direction:rtl; color:#a06b63; }
.tp-single-business-v2 .hours-row.is-today { margin-inline:-8px; padding-inline:8px; border-radius:8px; background:#f2f8f5; }
.tp-single-business-v2 .hours-row.is-today strong::after { margin-right:5px; color:#4d9076; content:"امروز"; font-size: clamp(10.5px, .72vw, 11.5px); font-weight:700; }

/* Native ad, real reviews and FAQ — v0.23.1 */
.tp-single-business-v2 .native-ad {
  position:relative;
  isolation:isolate;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:16px;
  min-height:132px;
  padding:23px 22px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.08);
  border-radius:19px;
  color:#fff;
  background:linear-gradient(112deg,#163f45 0%,#0b5f63 58%,#0b4f54 100%);
  box-shadow:0 16px 34px rgba(18,59,66,.12);
}
.tp-single-business-v2 .native-ad::after {
  content:"";
  position:absolute;
  z-index:-1;
  top:-82px;
  left:-68px;
  width:180px;
  height:180px;
  border:30px solid rgba(255,255,255,.045);
  border-radius:50%;
  pointer-events:none;
}
.tp-single-business-v2 .native-ad-background {
  position:absolute;
  z-index:-2;
  inset:0;
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  transform:scale(1.01);
}
.tp-single-business-v2 .native-ad-background::after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(7,39,43,.92) 0%,rgba(8,54,58,.78) 46%,rgba(8,54,58,.58) 100%);
}
.tp-single-business-v2 .native-ad.has-background-image {
  min-height:158px;
  border-color:rgba(255,255,255,.14);
  background:#123b42;
}
.tp-single-business-v2 .native-ad.has-background-image::after { opacity:.5; }
.tp-single-business-v2 .native-ad.has-no-mark { grid-template-columns:minmax(0,1fr) auto; }
.tp-single-business-v2 .native-ad-label {
  position:absolute;
  top:10px;
  left:11px;
  z-index:2;
  padding:4px 7px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:999px;
  color:#d8e7e6;
  background:rgba(8,54,58,.40);
  backdrop-filter:blur(6px);
  font-size: clamp(11px, .76vw, 12px);
  line-height:1;
}
.tp-single-business-v2 .native-ad-mark {
  position:relative;
  z-index:2;
  display:grid;
  place-items:center;
  width:62px;
  min-width:62px;
  min-height:56px;
  padding:8px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:18px 8px;
  background:linear-gradient(145deg,#fb895f,#f06b41);
  box-shadow:0 10px 24px rgba(74,29,14,.18);
  font-size: clamp(14px, 1.05vw, 15px);
  font-weight:900;
  line-height:1.45;
  text-align:center;
  word-break:break-word;
}
.tp-single-business-v2 .native-ad-copy { position:relative; z-index:2; display:flex; min-width:0; flex-direction:column; gap:4px; }
.tp-single-business-v2 .native-ad-copy small { color:#c1d6d6; font-size: clamp(11px, .76vw, 12px); font-weight:700; }
.tp-single-business-v2 .native-ad-copy strong { font-size: clamp(15px, 1.1vw, 16px); line-height:1.8; text-shadow:0 2px 12px rgba(0,0,0,.12); }
.tp-single-business-v2 .native-ad-copy p { max-width:630px; margin:0; color:#d1dede; font-size: clamp(12px, .82vw, 13px); line-height:1.9; }
.tp-single-business-v2 .native-ad > a {
  position:relative;
  z-index:2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  min-height:39px;
  padding:9px 13px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:10px;
  color:#fff;
  background:rgba(255,255,255,.08);
  box-shadow:0 8px 18px rgba(0,0,0,.08);
  backdrop-filter:blur(6px);
  font-size: clamp(12px, .82vw, 13px);
  font-weight:800;
  white-space:nowrap;
  transition:transform .18s ease, background .18s ease, border-color .18s ease;
}
.tp-single-business-v2 .native-ad > a:hover,
.tp-single-business-v2 .native-ad > a:focus-visible { transform:translateY(-1px); border-color:rgba(255,255,255,.38); background:rgba(255,255,255,.15); }


.tp-single-business-v2 .reviews-card .rating-summary {
  display:grid;
  grid-template-columns:150px minmax(0,1fr);
  align-items:center;
  gap:27px;
  padding:18px;
  border-radius:15px;
  background:#f8faf8;
}
.tp-single-business-v2 .rating-big {
  display:flex;
  flex-direction:column;
  align-items:center;
  border-left:1px solid #e0e7e3;
}
.tp-single-business-v2 .rating-big strong { font-size:38px; line-height:1.1; }
.tp-single-business-v2 .rating-big span { color:#e4a326; letter-spacing:2px; font-size: clamp(14px, 1.05vw, 15px); }
.tp-single-business-v2 .rating-big small { margin-top:5px; color:#879495; font-size: clamp(11px, .76vw, 12px); }
.tp-single-business-v2 .rating-bars { display:flex; flex-direction:column; gap:7px; }
.tp-single-business-v2 .rating-bars > div {
  display:grid;
  grid-template-columns:30px minmax(0,1fr) 29px;
  align-items:center;
  gap:8px;
  color:#7b8a8c;
  font-size: clamp(11px, .76vw, 12px);
}
.tp-single-business-v2 .rating-bars i { height:5px; overflow:hidden; border-radius:10px; background:#e1e7e4; }
.tp-single-business-v2 .rating-bars b { display:block; height:100%; border-radius:10px; background:#e4a326; }
.tp-single-business-v2 .rating-bars em { font-style:normal; text-align:left; }
.tp-single-business-v2 .review-list { margin-top:18px; }
.tp-single-business-v2 .review-list article {
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:11px;
  padding:18px 0;
  border-bottom:1px solid #edf1ef;
}
.tp-single-business-v2 .review-avatar {
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  border-radius:12px;
  color:#0b5f63;
  background:#e7f1ed;
  font-weight:900;
}
.tp-single-business-v2 .review-meta { display:flex; align-items:center; gap:8px; }
.tp-single-business-v2 .review-meta strong { font-size: clamp(12.5px, .9vw, 13.5px); }
.tp-single-business-v2 .review-meta span { padding:4px 6px; border-radius:6px; color:#a86d14; background:#fff4d5; font-size: clamp(11px, .76vw, 12px); }
.tp-single-business-v2 .review-meta small { margin-right:auto; color:#929e9f; font-size: clamp(11px, .76vw, 12px); }
.tp-single-business-v2 .review-list p { margin:10px 0 0; color:#63777a; font-size: clamp(12.5px, .9vw, 13.5px); line-height:2; }
.tp-single-business-v2 .review-owner-reply { margin-top:13px; padding:12px 14px; border-right:3px solid var(--tp-coral); border-radius:11px; background:#fff7f2; }
.tp-single-business-v2 .review-owner-reply > div { display:flex; align-items:center; gap:7px; }
.tp-single-business-v2 .review-owner-reply > div > span { display:grid; place-items:center; width:23px; height:23px; flex:0 0 23px; border-radius:7px; background:rgba(244,123,85,.14); color:#c75331; font-size:14px; font-weight:900; }
.tp-single-business-v2 .review-owner-reply strong { color:#8f4029; font-size: clamp(12px, .82vw, 13px); }
.tp-single-business-v2 .review-owner-reply small { margin-right:auto; color:#a4796c; font-size: clamp(10.5px, .72vw, 11.5px); }
.tp-single-business-v2 .review-owner-reply > p { margin:7px 30px 0 0; color:#76564d; font-size: clamp(12px, .82vw, 13px); line-height:2; overflow-wrap:anywhere; }
.tp-single-business-v2 .load-reviews { display:table; margin:15px auto 0; padding:8px 13px; border:1px solid #dce6e1; border-radius:9px; color:#0b5f63; font-size: clamp(12px, .82vw, 13px); font-weight:800; }
/* Review CTA: use a more specific selector than the generic .detail-section-title.with-action > a rule. */
.tp-single-business-v2 .detail-section-title.with-action > a.review-button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:8px 14px;
  border:1px solid #0b5f63;
  border-radius:9px;
  background:#0b5f63;
  color:#fff;
  box-shadow:0 5px 14px rgba(11,95,99,.12);
  font-size: clamp(12px, .82vw, 13px);
  font-weight:800;
  line-height:1.4;
  text-decoration:none;
  transition:background .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.tp-single-business-v2 .detail-section-title.with-action > a.review-button:visited { color:#fff; }
.tp-single-business-v2 .detail-section-title.with-action > a.review-button:hover {
  border-color:#084e52;
  background:#084e52;
  color:#fff;
  box-shadow:0 7px 18px rgba(11,95,99,.17);
  transform:translateY(-1px);
}
.tp-single-business-v2 .detail-section-title.with-action > a.review-button:focus-visible {
  color:#fff;
  outline:3px solid rgba(11,95,99,.18);
  outline-offset:2px;
}

.tp-single-business-v2 .tp-business-review-form { margin-top:22px; padding-top:20px; border-top:1px solid #e8eeeb; }
.tp-single-business-v2 .tp-business-review-form > h3 { margin:0 0 12px; color:#173f45; font-size: clamp(15px, 1.15vw, 16px); }
.tp-single-business-v2 .tp-business-review-form > p { margin:0; color:#63777a; font-size: clamp(12.5px, .9vw, 13.5px); line-height:2; }
.tp-single-business-v2 .tp-review-notice { margin:0 0 12px; padding:10px 12px; border-radius:10px; font-size: clamp(12.5px, .9vw, 13.5px); line-height:1.8; }
.tp-single-business-v2 .tp-review-notice.is-success { color:#2f6c54; background:#edf8f2; }
.tp-single-business-v2 .tp-review-notice.is-info { color:#3f6268; background:#eef6f6; }
.tp-single-business-v2 .tp-review-notice.is-error { color:#9a4738; background:#fff1ed; }
.tp-single-business-v2 .tp-review-login { display:inline-flex; margin-top:10px; padding:9px 13px; border-radius:9px; color:#fff; background:#0b5f63; font-size: clamp(12.5px, .9vw, 13.5px); font-weight:800; }
.tp-single-business-v2 .tp-business-review-form form { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.tp-single-business-v2 .tp-business-review-form label > span,
.tp-single-business-v2 .tp-rating-picker legend { display:block; margin-bottom:6px; color:#405a5e; font-size: clamp(12px, .82vw, 13px); font-weight:800; }
.tp-single-business-v2 .tp-business-review-form input[type="text"],
.tp-single-business-v2 .tp-business-review-form textarea { width:100%; padding:10px 11px; border:1px solid #dbe5e1; border-radius:10px; outline:0; background:#fff; color:#193f45; font:inherit; font-size: clamp(12.5px, .9vw, 13.5px); }
.tp-single-business-v2 .tp-business-review-form input[type="text"]:focus,
.tp-single-business-v2 .tp-business-review-form textarea:focus { border-color:#7aa9a0; box-shadow:0 0 0 3px rgba(11,95,99,.08); }
.tp-single-business-v2 .tp-review-text { grid-column:1/-1; }
.tp-single-business-v2 .tp-rating-picker { min-width:0; margin:0; padding:0; border:0; }
.tp-single-business-v2 .tp-rating-picker > div { display:inline-flex; flex-direction:row-reverse; gap:3px; direction:ltr; }
.tp-single-business-v2 .tp-rating-picker input { position:absolute; opacity:0; pointer-events:none; }
.tp-single-business-v2 .tp-rating-picker label { cursor:pointer; color:#d9dfdc; font-size:25px; line-height:1; transition:color .15s ease; }
.tp-single-business-v2 .tp-rating-picker label:hover,
.tp-single-business-v2 .tp-rating-picker label:hover ~ label,
.tp-single-business-v2 .tp-rating-picker input:checked ~ label { color:#e4a326; }
.tp-single-business-v2 .tp-rating-picker input:focus-visible + label { outline:3px solid rgba(15,127,121,.28); outline-offset:3px; border-radius:4px; }
.tp-single-business-v2 .tp-business-review-form form > button { justify-self:start; min-height:40px; padding:9px 16px; border:0; border-radius:9px; color:#fff; background:#0b5f63; font:inherit; font-size: clamp(12.5px, .9vw, 13.5px); font-weight:800; cursor:pointer; }
.tp-single-business-v2 .tp-business-review-form form > small { align-self:center; color:#899899; font-size: clamp(11px, .76vw, 12px); line-height:1.8; }

.tp-single-business-v2 .faq-card details { padding:14px 0; border-top:1px solid #e8eeeb; }
.tp-single-business-v2 .faq-card summary { display:flex; align-items:center; justify-content:space-between; cursor:pointer; font-size: clamp(12.5px, .9vw, 13.5px); font-weight:700; list-style:none; }
.tp-single-business-v2 .faq-card summary::-webkit-details-marker { display:none; }
.tp-single-business-v2 .faq-card summary span { color:#f3794d; font-size: clamp(19px, 1.45vw, 21px); transition:transform .18s ease; }
.tp-single-business-v2 .faq-card details[open] summary span { transform:rotate(45deg); }
.tp-single-business-v2 .faq-card details p { margin:10px 0 0; color:#687b7e; font-size: clamp(12px, .82vw, 13px); line-height:2; }

@media (max-width: 720px) {
  .tp-single-business-v2 .native-ad { grid-template-columns:auto minmax(0,1fr); gap:12px; min-height:0; padding:26px 15px 15px; border-radius:16px; }
  .tp-single-business-v2 .native-ad.has-background-image { min-height:178px; }
  .tp-single-business-v2 .native-ad.has-no-mark { grid-template-columns:1fr; }
  .tp-single-business-v2 .native-ad.has-no-mark > a { grid-column:1; }
  .tp-single-business-v2 .native-ad-background { background-position:center; }
  .tp-single-business-v2 .native-ad-background::after { background:linear-gradient(180deg,rgba(7,39,43,.72) 0%,rgba(7,39,43,.88) 100%); }
  .tp-single-business-v2 .native-ad-mark { width:52px; min-width:52px; min-height:48px; padding:7px; border-radius:15px 7px; font-size: clamp(13px, .95vw, 14px); }
  .tp-single-business-v2 .native-ad-copy strong { font-size: clamp(14px, 1.05vw, 15px); line-height:1.7; }
  .tp-single-business-v2 .native-ad-copy p { font-size: clamp(12px, .82vw, 13px); }
  .tp-single-business-v2 .native-ad > a { grid-column:1/-1; width:100%; min-height:40px; justify-self:stretch; }
  .tp-single-business-v2 .reviews-card .rating-summary { grid-template-columns:1fr; gap:15px; }
  .tp-single-business-v2 .rating-big { padding-bottom:14px; border-left:0; border-bottom:1px solid #e0e7e3; }
	.tp-single-business-v2 .review-owner-reply > div { align-items:flex-start; flex-wrap:wrap; }
	.tp-single-business-v2 .review-owner-reply small { width:100%; margin-right:30px; }
	.tp-single-business-v2 .review-owner-reply > p { margin-right:0; }
  .tp-single-business-v2 .tp-business-review-form form { grid-template-columns:1fr; }
  .tp-single-business-v2 .tp-review-text { grid-column:auto; }
}


/* Typography system — v0.24.1
 * Small fixed type sizes were normalized above to responsive clamp() values.
 * Mobile uses the clamp minimum; desktop grows gently to the maximum.
 */

/* ================================================================
   Header Builder + Elementor footer bridge — v0.25.0
   ================================================================ */
.tp-header-layout-mobile{display:none}
.tp-header-row-shell{position:relative;width:100%}
.tp-header-builder-row{display:flex;align-items:center;gap:clamp(10px,1.8vw,28px);margin-inline:auto}
.tp-header-wide{width:100%;padding-inline:clamp(18px,3vw,48px)}
.tp-header-element{min-width:0}
.tp-header-element-brand{display:flex;align-items:center;flex:0 0 auto}
.tp-header-spacer{flex:1 1 auto;min-width:12px}
.tp-header-builder-row .tp-main-nav{margin:0}
.tp-header-builder-row .tp-header-actions{margin:0;flex:0 0 auto}
.tp-header-row-top,.tp-header-row-bottom{background:rgba(248,251,250,.7)}
.tp-header-row-top{border-bottom:1px solid rgba(219,231,227,.6)}
.tp-header-row-bottom{border-top:1px solid rgba(219,231,227,.6)}
.tp-header-row-top .tp-main-nav a,.tp-header-row-bottom .tp-main-nav a{padding:8px 10px;font-size:clamp(13px,.95vw,14px)}
.tp-header-notice{display:inline-flex;align-items:center;min-height:32px;color:var(--tp-primary-dark);font-size:clamp(13px,.95vw,14px);font-weight:700;line-height:1.8}
a.tp-header-notice:hover{color:var(--tp-coral)}
.tp-header-layout-desktop .tp-menu-toggle{display:none!important}
.tp-elementor-footer{width:100%;margin:0;padding:0}

@media (max-width:780px){
  .tp-header-layout-desktop{display:none!important}
  .tp-header-layout-mobile{display:block}
  .tp-header-layout-mobile .tp-header-builder-row{gap:9px}
  .tp-header-layout-mobile .tp-menu-toggle{order:initial;display:block;margin:0}
  .tp-header-layout-mobile .tp-header-actions{order:initial;margin:0}
  .tp-header-layout-mobile .tp-header-login,
  .tp-header-layout-mobile .tp-header-register{display:inline-flex!important}
  .tp-header-layout-mobile .tp-main-nav{margin:0}
  .tp-header-layout-mobile .tp-header-row-top .tp-main-nav a,
  .tp-header-layout-mobile .tp-header-row-bottom .tp-main-nav a{padding:11px 12px;font-size:clamp(14px,1.05vw,15px)}
  .tp-header-notice{font-size:13px}
}

@media (max-width:520px){
  .tp-header-layout-mobile .tp-header-register{display:inline-flex!important}
  .tp-header-layout-mobile .tp-menu-toggle{margin:0}
}

/* Final builder compatibility overrides. */
.tp-header-row-top,.tp-header-row-bottom{background:transparent}
@media (max-width:780px){
  .tp-header-layout-mobile .tp-brand-panel-logo,
  .tp-header-layout-mobile .tp-brand-custom img{width:auto;max-width:min(44vw,180px);max-height:46px}
}

/* ================================================================
   Mobile navigation drawer — v0.26.0
   The hamburger has a stable off-canvas target independent of the
   Header Builder's inline "menu" card.
   ================================================================ */
.tp-mobile-menu-drawer{display:none}

@media (max-width:780px){
  .tp-menu-overlay{z-index:90;background:rgba(8,61,67,.36);backdrop-filter:blur(3px)}
  .tp-mobile-menu-drawer{
    position:fixed;
    z-index:100;
    top:0;
    right:0;
    bottom:0;
    display:flex;
    flex-direction:column;
    width:min(88vw,360px);
    max-width:100%;
    overflow:hidden;
    overscroll-behavior:contain;
    border-left:1px solid var(--tp-line);
    background:#fff;
    box-shadow:-22px 0 55px rgba(8,54,59,.18);
    transform:translateX(110%);
    transition:transform .26s ease;
    visibility:hidden;
  }
  .admin-bar .tp-mobile-menu-drawer{top:46px}
  .tp-mobile-menu-drawer.is-open{transform:translateX(0);visibility:visible}
  .tp-mobile-menu-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    min-height:72px;
    padding:12px 16px;
    border-bottom:1px solid var(--tp-line);
    background:#fff;
    gap:14px;
  }
  .tp-mobile-menu-brand{min-width:0}
  .tp-mobile-menu-brand .tp-brand-panel-logo,
  .tp-mobile-menu-brand .tp-brand-custom img{width:auto;max-width:min(50vw,175px);max-height:45px}
  .tp-mobile-menu-close{
    display:grid;
    place-items:center;
    flex:0 0 42px;
    width:42px;
    height:42px;
    padding:0;
    border:1px solid var(--tp-line);
    border-radius:12px;
    background:var(--tp-soft);
    color:var(--tp-ink);
    font-size:29px;
    line-height:1;
  }
  .tp-mobile-menu-close:hover,.tp-mobile-menu-close:focus-visible{border-color:var(--tp-primary);color:var(--tp-primary);outline:0}
  .tp-mobile-menu-nav{flex:1 1 auto;overflow-y:auto;overscroll-behavior:contain;padding:14px 14px 24px}
  .tp-mobile-primary-menu{display:grid;padding:0;margin:0;list-style:none;gap:4px}
  .tp-mobile-primary-menu li{display:block;margin:0}
  .tp-mobile-primary-menu a{
    display:flex;
    align-items:center;
    min-height:48px;
    padding:10px 13px;
    border-radius:11px;
    color:#496465;
    font-size:15px;
    font-weight:700;
    line-height:1.8;
  }
  .tp-mobile-primary-menu a:hover,
  .tp-mobile-primary-menu .current-menu-item>a,
  .tp-mobile-primary-menu .current_page_item>a{background:var(--tp-primary-soft);color:var(--tp-primary-dark)}
  .tp-mobile-primary-menu .sub-menu{display:grid;padding:3px 15px 6px 0;margin:0;list-style:none;gap:2px}
  .tp-mobile-primary-menu .sub-menu a{min-height:42px;color:var(--tp-muted);font-size:14px;font-weight:600}
}

@media (prefers-reduced-motion:reduce){
  .tp-mobile-menu-drawer{transition:none}
}


/* ================================================================
   Global mobile dock — v0.26.3
   Floating glass navigation inspired by modern iOS tab bars.
   It is intentionally public-site only; the owner panel keeps its
   dedicated application navigation supplied by To Pardis Core.
   ================================================================ */
.tp-global-mobile-dock { display: none; }

@media (max-width: 780px) {
  body:not(.tp-panel-app-page) {
    padding-bottom: calc(94px + env(safe-area-inset-bottom));
    scroll-padding-bottom: calc(106px + env(safe-area-inset-bottom));
  }

  .tp-global-mobile-dock {
    --tp-dock-petrol: var(--tp-primary-dark, #0b545a);
    --tp-dock-orange: var(--tp-coral, #f47b49);
    position: fixed;
    z-index: 85;
    right: 12px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    left: 12px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: end;
    min-height: 72px;
    padding: 7px 6px 6px;
    overflow: visible;
    direction: rtl;
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 27px;
    background: rgba(248,250,249,.78);
    box-shadow:
      0 18px 42px rgba(15,50,54,.16),
      0 4px 12px rgba(15,50,54,.08),
      inset 0 1px 0 rgba(255,255,255,.82);
    -webkit-backdrop-filter: saturate(180%) blur(26px);
    backdrop-filter: saturate(180%) blur(26px);
    isolation: isolate;
  }

  .tp-global-mobile-dock::before {
    position: absolute;
    z-index: -1;
    inset: 1px;
    border-radius: 25px;
    background: linear-gradient(180deg, rgba(255,255,255,.26), rgba(255,255,255,.04));
    pointer-events: none;
    content: "";
  }

  .tp-global-mobile-dock__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    min-width: 0;
    min-height: 58px;
    padding: 5px 2px 4px;
    border: 0;
    border-radius: 18px;
    outline: 0;
    background: transparent;
    color: #7f8d90;
    font: inherit;
    text-decoration: none !important;
    cursor: pointer;
    gap: 3px;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }

  .tp-global-mobile-dock__icon {
    display: grid;
    place-items: center;
    width: 34px;
    height: 29px;
    border-radius: 12px;
    color: inherit;
    transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
  }

  .tp-global-mobile-dock__icon svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.85;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .tp-global-mobile-dock__item small {
    display: block;
    max-width: 100%;
    overflow: hidden;
    color: inherit;
    font-size: 10.5px;
    font-weight: 650;
    line-height: 1.25;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: color .2s ease, font-weight .2s ease;
  }

  .tp-global-mobile-dock__item.is-active {
    color: var(--tp-dock-petrol);
  }

  .tp-global-mobile-dock__item.is-active .tp-global-mobile-dock__icon {
    background: rgba(11,84,90,.10);
    box-shadow: inset 0 0 0 1px rgba(11,84,90,.035);
    transform: translateY(-1px);
  }

  .tp-global-mobile-dock__item.is-active small {
    font-weight: 850;
  }

  .tp-global-mobile-dock__item:focus-visible {
    box-shadow: inset 0 0 0 2px rgba(11,84,90,.36);
  }

  .tp-global-mobile-dock__item:active:not(.tp-global-mobile-dock__main) .tp-global-mobile-dock__icon {
    transform: scale(.92);
  }

  .tp-global-mobile-dock__main {
    overflow: visible;
    color: var(--tp-dock-petrol);
  }

  .tp-global-mobile-dock__main .tp-global-mobile-dock__icon {
    width: 50px;
    height: 50px;
    margin-top: -22px;
    margin-bottom: 1px;
    border: 4px solid rgba(255,255,255,.88);
    border-radius: 18px;
    background: linear-gradient(145deg, #ff8a57, var(--tp-dock-orange));
    color: #fff;
    box-shadow:
      0 10px 24px rgba(244,123,73,.34),
      0 2px 7px rgba(80,49,35,.12),
      inset 0 1px 0 rgba(255,255,255,.28);
  }

  .tp-global-mobile-dock__main .tp-global-mobile-dock__icon svg {
    width: 24px;
    height: 24px;
    stroke-width: 2;
  }

  .tp-global-mobile-dock__main small {
    max-width: none;
    overflow: visible;
    color: #38575a;
    font-size: 10px;
    font-weight: 850;
    text-overflow: clip;
  }

  .tp-global-mobile-dock__main:active .tp-global-mobile-dock__icon {
    transform: scale(.94) translateY(1px);
    box-shadow: 0 6px 17px rgba(244,123,73,.28), inset 0 1px 0 rgba(255,255,255,.22);
  }

  /* The new global dock owns the archive's mobile filter action below 780px. */
  .tp-ref-archive .archive-mobile-filter-button,
  .tp-ref-archive .archive-mobile-dock {
    display: none !important;
  }

  /* Keep business contact CTAs available without covering the global dock. */
  .tp-single-business-v2 .business-mobile-actions {
    bottom: calc(94px + env(safe-area-inset-bottom));
    right: 14px;
    left: 14px;
    height: auto;
    min-height: 54px;
    padding: 6px;
    border: 1px solid rgba(255,255,255,.68);
    border-radius: 20px;
    background: rgba(250,252,251,.88);
    box-shadow: 0 10px 28px rgba(20,54,59,.12), inset 0 1px 0 rgba(255,255,255,.75);
    -webkit-backdrop-filter: blur(20px) saturate(150%);
    backdrop-filter: blur(20px) saturate(150%);
  }

  .tp-single-business-v2 .business-mobile-actions a {
    min-height: 42px;
    border-radius: 14px;
  }
}

@media (max-width: 600px) {
  .tp-single-business-v2 {
    padding-bottom: 166px;
  }
}

@media (max-width: 360px) {
  .tp-global-mobile-dock {
    right: 8px;
    left: 8px;
    padding-inline: 4px;
    border-radius: 24px;
  }
  .tp-global-mobile-dock::before { border-radius: 22px; }
  .tp-global-mobile-dock__item { padding-inline: 1px; }
  .tp-global-mobile-dock__item small { font-size: 9.7px; }
  .tp-global-mobile-dock__main small { font-size: 9.2px; }
  .tp-global-mobile-dock__main .tp-global-mobile-dock__icon {
    width: 46px;
    height: 46px;
    border-radius: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tp-global-mobile-dock__icon,
  .tp-global-mobile-dock__item small {
    transition: none !important;
  }
}


/* === 0.26.4: role-aware OTP login chooser === */
body.tp-role-login-open { overflow: hidden; }
.tp-role-login[hidden] { display: none !important; }
.tp-role-login { position: fixed; inset: 0; z-index: 10020; display: grid; place-items: center; padding: 20px; }
.tp-role-login__backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(7, 31, 38, .42); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.tp-role-login__sheet { position: relative; width: min(520px, 100%); padding: 28px; border: 1px solid rgba(255,255,255,.72); border-radius: 30px; background: rgba(252, 254, 253, .94); box-shadow: 0 28px 80px rgba(10, 44, 50, .24); -webkit-backdrop-filter: blur(28px) saturate(155%); backdrop-filter: blur(28px) saturate(155%); animation: tpRoleSheetIn .22s ease-out both; }
.tp-role-login__handle { display: none; }
.tp-role-login__close { position: absolute; top: 16px; left: 16px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: rgba(18,59,66,.08); color: var(--tp-ink); font-size: 25px; line-height: 1; }
.tp-role-login__head { text-align: center; padding: 4px 34px 18px; }
.tp-role-login__badge { display: grid; place-items: center; width: 58px; height: 58px; margin: 0 auto 13px; border-radius: 20px; background: linear-gradient(145deg, rgba(15,127,121,.13), rgba(15,127,121,.06)); color: var(--tp-primary); }
.tp-role-login__badge svg { width: 28px; height: 28px; }
.tp-role-login__head h2 { margin: 0 0 6px; font-size: clamp(21px, 4vw, 26px); line-height: 1.45; }
.tp-role-login__head p { margin: 0; color: var(--tp-muted); font-size: 14px; line-height: 1.8; }
.tp-role-login__choices { display: grid; gap: 11px; }
.tp-role-login__choice { display: grid; grid-template-columns: 52px minmax(0,1fr) 22px; align-items: center; gap: 12px; min-height: 82px; padding: 13px 15px; border: 1px solid #dde9e6; border-radius: 21px; background: rgba(255,255,255,.76); transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.tp-role-login__choice:hover { transform: translateY(-2px); border-color: rgba(15,127,121,.34); box-shadow: 0 12px 28px rgba(18,59,66,.08); }
.tp-role-login__choice-icon { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 17px; background: var(--tp-primary-soft); color: var(--tp-primary); }
.tp-role-login__choice.is-owner .tp-role-login__choice-icon { background: #fff1eb; color: var(--tp-coral); }
.tp-role-login__choice-icon svg { width: 25px; height: 25px; }
.tp-role-login__choice strong, .tp-role-login__choice small { display: block; }
.tp-role-login__choice strong { margin-bottom: 3px; font-size: 16px; }
.tp-role-login__choice small { color: var(--tp-muted); font-size: 12.5px; line-height: 1.65; }
.tp-role-login__choice b { color: #91a3a1; font-size: 25px; font-weight: 400; }
.tp-role-login__note { margin: 15px 4px 0; color: #718583; font-size: 12px; text-align: center; }
@keyframes tpRoleSheetIn { from { opacity: 0; transform: translateY(12px) scale(.985); } to { opacity: 1; transform: translateY(0) scale(1); } }
@media (max-width: 640px) {
  .tp-role-login { align-items: end; padding: 0; }
  .tp-role-login__sheet { width: 100%; padding: 17px 16px calc(18px + env(safe-area-inset-bottom)); border-radius: 30px 30px 0 0; border-bottom: 0; animation-name: tpRoleSheetMobileIn; }
  .tp-role-login__handle { display: block; width: 42px; height: 5px; margin: 0 auto 13px; border-radius: 99px; background: rgba(18,59,66,.16); }
  .tp-role-login__close { top: 20px; left: 16px; }
  .tp-role-login__head { padding-bottom: 14px; }
  .tp-role-login__badge { width: 52px; height: 52px; border-radius: 18px; }
  .tp-role-login__choice { min-height: 78px; border-radius: 20px; }
}
@keyframes tpRoleSheetMobileIn { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }

/* ================================================================
   Business detail mobile flow + bidi-safe hours — v0.26.9
   Desktop/tablet structure stays unchanged. On phones only, the two
   desktop columns are flattened so content and sidebar cards can follow
   the natural reading/task sequence requested for the mobile experience.
   ================================================================ */
.tp-single-business-v2 .hours-row .hours-value.is-range {
  display:inline-flex;
  align-items:center;
  gap:5px;
  direction:ltr;
  unicode-bidi:isolate;
  margin-right:auto;
  white-space:nowrap;
}
.tp-single-business-v2 .hours-row .hours-value.is-range bdi {
  direction:ltr;
  unicode-bidi:isolate;
}
.tp-single-business-v2 .hours-row .hours-value.is-range i {
  direction:rtl;
  unicode-bidi:isolate;
  color:inherit;
  font-style:normal;
}

@media (max-width:720px) {
  /* Flatten only on phones; desktop/tablet two-column order is untouched. */
  .tp-single-business-v2 .detail-layout {
    display:flex;
    flex-direction:column;
    align-items:stretch;
    width:100%;
    gap:18px;
  }

  /* The desktop grid used align-items:start. After flattening the two columns
     on mobile, that rule also affects the new flex layout and makes sidebar
     cards shrink to their content width. Force every reordered card to fill
     the available mobile content width. */
  .tp-single-business-v2 .detail-card,
  .tp-single-business-v2 .sidebar-card,
  .tp-single-business-v2 .native-ad {
    align-self:stretch;
    width:100%;
    min-width:0;
    max-width:none;
    box-sizing:border-box;
  }
  .tp-single-business-v2 .detail-content,
  .tp-single-business-v2 .detail-sidebar {
    display:contents;
  }

  /* Mobile business-page order. */
  .tp-single-business-v2 .about-card { order:10; }
  .tp-single-business-v2 .native-ad[data-tp-ad-placement="single_after_intro"] { order:20; }
  .tp-single-business-v2 .native-ad[data-tp-ad-placement="single_after_services"] { order:35; }
  .tp-single-business-v2 .native-ad[data-tp-ad-placement="single_before_reviews"] { order:75; }
  .tp-single-business-v2 .native-ad[data-tp-ad-placement="single_after_reviews"] { order:85; }
  .tp-single-business-v2 #services { order:30; }
  .tp-single-business-v2 #gallery { order:40; }
  .tp-single-business-v2 .quick-contact-card { order:50; }
  .tp-single-business-v2 .location-card { order:60; }
  .tp-single-business-v2 .hours-card { order:70; }
  .tp-single-business-v2 .reviews-card { order:80; }
  .tp-single-business-v2 .faq-card { order:90; }
  .tp-single-business-v2 .correction-card { order:100; }

  /* Keep today's full row and its range legible on narrow phones. */
  .tp-single-business-v2 .hours-row {
    min-width:0;
  }
  .tp-single-business-v2 .hours-row strong {
    min-width:0;
  }
  .tp-single-business-v2 .hours-row .hours-value.is-range {
    flex:0 0 auto;
    max-width:58%;
  }
}

/* v0.26.15 — visitor-to-owner confirmation */
.tp-owner-upgrade__sheet { max-width: 500px; }
.tp-owner-upgrade__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 4px; }
.tp-owner-upgrade__actions .tp-button { justify-content: center; min-height: 50px; border: 0; cursor: pointer; }
@media (max-width: 767px) {
  .tp-owner-upgrade__actions { grid-template-columns: 1fr; }
  .tp-owner-upgrade__actions .tp-button-coral { order: 1; }
  .tp-owner-upgrade__actions .tp-button-ghost { order: 2; }
}

/* =========================================================
   0.26.20 — Single business mobile horizontal rhythm
   Keep business-detail cards consistently inset from viewport edges.
   Scoped only to .tp-single-business-v2 to avoid affecting archives,
   visitor panel, authentication UI, header/footer, or global cards.
   ========================================================= */
@media (max-width: 767px) {
  /* One shared mobile gutter: 12px on each side. */
  .tp-single-business-v2 .tp-container {
    width: calc(100% - 24px);
    max-width: 1160px;
    margin-inline: auto;
  }

  /* Hero follows the same gutter instead of becoming full-bleed. */
  .tp-single-business-v2 .detail-hero {
    width: calc(100% - 24px);
    margin-inline: auto;
  }

  /* Restore a card-like cover on mobile. */
  .tp-single-business-v2 .detail-cover-scene {
    border-radius: 20px;
  }

  /* Identity card is already inside the inset hero; avoid a second inset. */
  .tp-single-business-v2 .business-identity-card {
    width: 100%;
    margin-inline: 0;
    box-sizing: border-box;
  }

  /* Main content and related section use the same viewport gutter. */
  .tp-single-business-v2 .detail-layout,
  .tp-single-business-v2 .related-section {
    width: calc(100% - 24px);
    margin-inline: auto;
  }

  /* Make every content/sidebar card fill its inset container cleanly. */
  .tp-single-business-v2 .detail-card,
  .tp-single-business-v2 .sidebar-card,
  .tp-single-business-v2 .native-ad,
  .tp-single-business-v2 .related-card {
    max-width: 100%;
    box-sizing: border-box;
  }
}


/* =========================================================
   0.26.23 — managed advertisement placements
   Core 0.8.26 owns campaigns; theme owns responsive presentation.
   ========================================================= */
.tp-managed-ad .native-ad-background-mobile { display:none; }

/* General directory/category advertisement cards. */
.tp-ref-archive .tp-archive-ad {
  position:relative;
  isolation:isolate;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:16px;
  min-height:108px;
  padding:22px 24px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  border-radius:19px;
  color:#fff;
  background:linear-gradient(110deg,#0b5056,#163f45 62%,#0a6063);
  box-shadow:0 16px 35px rgba(18,59,66,.12);
}
.tp-ref-archive .tp-archive-ad--middle {
  grid-column:1/-1;
  min-height:94px;
  padding:18px 18px;
  border-radius:16px;
}
.tp-ref-archive .tp-archive-ad .native-ad-background {
  position:absolute;
  z-index:-2;
  inset:0;
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  transform:scale(1.01);
}
.tp-ref-archive .tp-archive-ad .native-ad-background::after {
  position:absolute;
  inset:0;
  content:"";
  background:linear-gradient(90deg,rgba(7,39,43,.94) 0%,rgba(8,54,58,.76) 52%,rgba(8,54,58,.58) 100%);
}
.tp-ref-archive .tp-archive-ad.has-background-image { min-height:132px; background:#123b42; }
.tp-ref-archive .tp-archive-ad--middle.has-background-image { min-height:112px; }
.tp-ref-archive .tp-archive-ad::after {
  position:absolute;
  z-index:-1;
  top:-82px;
  left:-70px;
  width:185px;
  height:185px;
  border:32px solid rgba(255,255,255,.05);
  border-radius:50%;
  content:"";
  pointer-events:none;
}
.tp-ref-archive .tp-archive-ad .native-ad-label {
  position:absolute;
  top:9px;
  left:10px;
  z-index:2;
  padding:4px 7px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:999px;
  color:#d8e7e6;
  background:rgba(8,54,58,.42);
  backdrop-filter:blur(6px);
  font-size:clamp(10.5px,.72vw,11.5px);
  line-height:1;
}
.tp-ref-archive .tp-archive-ad .native-ad-mark {
  position:relative;
  z-index:2;
  display:grid;
  place-items:center;
  width:58px;
  min-width:58px;
  min-height:54px;
  padding:8px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:17px 8px;
  background:linear-gradient(145deg,#fb895f,#f06b41);
  box-shadow:0 10px 24px rgba(74,29,14,.18);
  font-size:clamp(13px,.95vw,14px);
  font-weight:900;
  line-height:1.45;
  text-align:center;
}
.tp-ref-archive .tp-archive-ad.has-no-mark { grid-template-columns:minmax(0,1fr) auto; }
.tp-ref-archive .tp-archive-ad .native-ad-copy {
  position:relative;
  z-index:2;
  display:flex;
  min-width:0;
  flex-direction:column;
  gap:4px;
}
.tp-ref-archive .tp-archive-ad .native-ad-copy small { color:#b9d0d0; font-size:clamp(11px,.76vw,12px); font-weight:700; }
.tp-ref-archive .tp-archive-ad .native-ad-copy strong { font-size:clamp(14px,1.05vw,16px); line-height:1.8; }
.tp-ref-archive .tp-archive-ad .native-ad-copy p { margin:0; color:#d2e0df; font-size:clamp(12px,.82vw,13px); line-height:1.8; }
.tp-ref-archive .tp-archive-ad > a {
  position:relative;
  z-index:2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  min-height:40px;
  padding:9px 13px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:10px;
  color:#fff;
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(6px);
  font-size:clamp(12px,.82vw,13px);
  font-weight:800;
  white-space:nowrap;
}
.tp-ref-archive .tp-archive-ad--bottom { margin-top:25px; margin-bottom:25px; }

/* The final single-business placement is intentionally full content width. */
.tp-single-business-v2 .tp-managed-ad--single-bottom { margin-top:22px; margin-bottom:22px; }

@media (max-width:767px) {
  .tp-managed-ad .native-ad-background-desktop { display:none; }
  .tp-managed-ad .native-ad-background-mobile { display:block; }

  .tp-ref-archive .tp-archive-ad {
    grid-template-columns:auto minmax(0,1fr);
    width:calc(100% - 28px);
    margin:16px 14px;
    padding:26px 15px 15px;
    border-radius:16px;
  }
  .tp-ref-archive .tp-archive-ad--middle {
    width:100%;
    margin:0;
  }
  .tp-ref-archive .tp-archive-ad.has-no-mark { grid-template-columns:1fr; }
  .tp-ref-archive .tp-archive-ad > a { grid-column:1/-1; width:100%; }
  .tp-ref-archive .tp-archive-ad .native-ad-background { background-position:center; }
  .tp-ref-archive .tp-archive-ad .native-ad-background::after { background:linear-gradient(180deg,rgba(7,39,43,.70) 0%,rgba(7,39,43,.90) 100%); }

  .tp-single-business-v2 .tp-managed-ad--single-bottom {
    width:calc(100% - 24px);
    margin:18px auto;
  }
}

/* Managed category icon identity — v0.26.24 */
.tp-category-icon .tp-category-custom-image,
.tp-single-business-v2 .detail-title-icon .tp-category-custom-image,
.tp-single-business-v2 .service-item > span .tp-category-custom-image {
  display: block;
  width: 62%;
  height: 62%;
  object-fit: contain;
}
.tp-single-business-v2 .detail-logo.has-category-image,
.tp-ref-archive .archive-card-logo.has-category-image {
  overflow: hidden;
}
.tp-single-business-v2 .detail-logo.has-category-image .tp-category-custom-image {
  display: block;
  width: 68%;
  height: 68%;
  object-fit: contain;
}
.tp-ref-archive .archive-card-logo.has-category-image .tp-category-custom-image {
  display: block;
  width: 66%;
  height: 66%;
  object-fit: contain;
}
