/* Category hub. Scoped styles keep existing service and article layouts intact. */
.rfx-hub{--hub-ink:#091a33;--hub-muted:#65605c;--hub-orange:#c64e0b;--hub-line:#e4e1de;--hub-paper:#fff;--hub-offset:154px;background:#fffdfa;color:var(--hub-ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;line-height:1.75}
.rfx-hub *{box-sizing:border-box}
.rfx-hub [hidden]{display:none!important}
.rfx-hub .hub-wrap{max-width:1240px;margin:0 auto;padding-left:32px;padding-right:32px}
.rfx-hub h1,.rfx-hub h2,.rfx-hub h3,.rfx-hub p{margin:0;color:inherit}
.rfx-hub h1,.rfx-hub h2,.rfx-hub h3{font-family:inherit;letter-spacing:-.035em}
.rfx-hub a{color:inherit;text-decoration:none}
.rfx-hub a,.rfx-hub button,.rfx-hub summary{-webkit-tap-highlight-color:transparent}
.rfx-hub :is(a,button,summary):focus-visible,.rfx-hub article:focus-visible{outline:3px solid #664528;outline-offset:5px;border-radius:5px}
.rfx-hub svg{width:22px;height:22px;flex-shrink:0}
.rfx-hub [id]{scroll-margin-top:var(--hub-offset)}
.rfx-hub .hub-hero{background:#fff6ec;border-bottom:1px solid var(--hub-line);position:relative;overflow:hidden}
.rfx-hub .hub-crumb{display:flex;align-items:center;gap:12px;padding:24px 0;font-size:13px;color:#706963}
.rfx-hub .hub-crumb a:hover{color:var(--hub-orange);text-decoration:underline}
.rfx-hub .hub-hero-grid{display:grid;grid-template-columns:1.25fr 1fr;gap:72px;align-items:center;padding:22px 0 65px}
.rfx-hub .hub-eyebrow{display:flex;align-items:center;gap:9px;font-size:13px;font-weight:650;color:#675c53;margin-bottom:21px;letter-spacing:.07em}
.rfx-hub .hub-eyebrow>span{width:6px;height:6px;border-radius:50%;background:#846a54;box-shadow:0 0 0 4px #e8dfd8}
.rfx-hub h1{font-size:clamp(32px,3.6vw,51px);line-height:1.28;font-weight:750;margin-bottom:20px}
.rfx-hub .hub-lead{font-size:15px;line-height:1.9;max-width:510px;color:var(--hub-muted);margin-bottom:28px}
.rfx-hub .hub-primary{display:inline-flex;gap:25px;align-items:center;justify-content:center;background:var(--hub-orange);color:white;border:1px solid var(--hub-orange);border-radius:7px;padding:12px 19px;font-size:14px;font-weight:650;min-height:48px;transition:background .2s,box-shadow .2s}
.rfx-hub .hub-primary:hover{background:#9c3912;box-shadow:0 5px 15px #783c1820}
.rfx-hub .hub-start{background:#fff;border:1px solid #e2dcd7;border-radius:14px;padding:25px 28px 10px;box-shadow:0 8px 0 -3px #e9e3de,0 22px 38px -26px #312b2533;position:relative}
.rfx-hub .hub-start-label{display:flex;justify-content:space-between;font-size:11px;letter-spacing:.1em;color:#756b62;margin-bottom:8px}
.rfx-hub .hub-start-label>span{font-size:19px;line-height:1}
.rfx-hub .hub-start h2{font-size:21px;font-weight:700;line-height:1.5;margin-bottom:18px}
.rfx-hub .hub-start>a{display:flex;align-items:center;gap:12px;min-height:64px;font-size:13px;line-height:1.55;border-top:1px solid #ece8e5;padding:14px 0;transition:color .18s}
.rfx-hub .hub-start>a>svg{margin-left:auto;width:18px;height:18px}
.rfx-hub .hub-start>a:hover{color:var(--hub-orange)}
.rfx-hub .hub-start .hub-start-number{font-size:11px;letter-spacing:.06em;color:#8c8681;font-variant-numeric:tabular-nums}
.rfx-hub .hub-start .hub-start-help{min-height:48px;font-size:11px;color:#706963;justify-content:space-between}
.rfx-hub .hub-catalog{padding-top:68px;padding-bottom:72px}
.rfx-hub .hub-section-head{display:flex;justify-content:space-between;gap:32px;align-items:flex-end;margin-bottom:28px}
.rfx-hub .hub-kicker{font-size:11px;font-weight:650;letter-spacing:.12em;color:var(--hub-orange);margin-bottom:10px}
.rfx-hub .hub-section-head h2{font-size:29px;line-height:1.45;font-weight:720}
.rfx-hub .hub-section-head>p{max-width:455px;font-size:13px;color:var(--hub-muted);line-height:1.85}
.rfx-hub .hub-filter-bar{position:sticky;top:72px;z-index:40;background:#fffdfaf5;backdrop-filter:blur(12px);padding:14px 0;margin-bottom:20px;border-bottom:1px solid var(--hub-line);display:flex;align-items:center;justify-content:space-between;gap:12px}
.rfx-hub .hub-filters{display:flex;gap:7px;flex-wrap:wrap}
.rfx-hub .hub-filters button{font:inherit;font-size:13px;color:#5d5752;background:transparent;border:1px solid #e4dfdb;border-radius:6px;padding:8px 13px;min-height:40px;cursor:pointer;transition:color .18s,background .18s,border-color .18s}
.rfx-hub .hub-filters button:hover{border-color:#958a81;background:#f1ede9}
.rfx-hub .hub-filters button[aria-pressed="true"]{background:#0b1c34;color:#fff;border-color:#0b1c34}
.rfx-hub .hub-count{font-size:11px;color:#706963;white-space:nowrap;min-width:80px;text-align:right}
.rfx-hub .hub-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;align-items:stretch}
.rfx-hub .hub-card{--hub-accent:#8a4f27;--hub-tint:#faf1e7;display:flex;flex-direction:column;background:white;border:1px solid var(--hub-line);border-radius:12px;padding:25px 25px 12px;transition:transform .2s,border-color .2s,box-shadow .2s;min-width:0;position:relative}
.rfx-hub .hub-tone-ai{--hub-accent:#685b50;--hub-tint:#f3eee9}
.rfx-hub .hub-tone-content{--hub-accent:#4c6582;--hub-tint:#edf2f7}
.rfx-hub .hub-tone-authority{--hub-accent:#795969;--hub-tint:#f6eff1}
.rfx-hub .hub-tone-website{--hub-accent:#73563d;--hub-tint:#f4efea}
.rfx-hub .hub-tone-team{--hub-accent:#7e6a3d;--hub-tint:#f6f2e6}
.rfx-hub .hub-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}
.rfx-hub .hub-icon{width:43px;height:43px;display:grid;place-items:center;border-radius:9px;background:var(--hub-tint);color:var(--hub-accent)}
.rfx-hub .hub-icon svg{width:25px;height:25px}
.rfx-hub .hub-card-no{font-size:13px;font-weight:500;letter-spacing:.08em;color:#88827c;font-variant-numeric:tabular-nums}
.rfx-hub .hub-card h3{font-size:20px;font-weight:700;line-height:1.5;margin-bottom:12px}
.rfx-hub .hub-card-description{font-size:14px;line-height:1.85;color:#5b554f;min-height:49px;margin-bottom:17px}
.rfx-hub .hub-card-work{font-size:13px;color:#706963;line-height:1.85;padding:14px 15px;background:#f9f7f5;border-radius:7px;margin-bottom:21px}
.rfx-hub .hub-card-work>span{display:block;color:#4b3e33;font-size:11px;font-weight:650;letter-spacing:.06em;margin-bottom:5px}
.rfx-hub .hub-service-links{list-style:none;padding:0;margin:auto 0 0;border-top:1px solid #ece8e4}
.rfx-hub .hub-service-links>li{padding:0;margin:0;border-bottom:1px solid #f1eeeb}
.rfx-hub .hub-service-links>li:last-child{border-bottom:0}
.rfx-hub .hub-service-links a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;min-height:61px;transition:color .18s}
.rfx-hub .hub-service-links strong{display:block;font-size:14px;font-weight:650;line-height:1.5}
.rfx-hub .hub-service-links small{display:block;font-size:11px;color:#766f69;margin-top:3px;line-height:1.5}
.rfx-hub .hub-service-links svg{width:17px;height:17px;transition:transform .2s;color:#7b746e}
.rfx-hub .hub-service-links a:hover{color:var(--hub-orange)}
.rfx-hub .hub-service-links a:hover svg{transform:translateX(3px);color:var(--hub-orange)}
.rfx-hub .hub-card:target{border-color:#8e7e70;box-shadow:0 0 0 3px #e8e0d9}
.rfx-hub .hub-compare{background:#f1ede9;border-top:1px solid #e6e0db;border-bottom:1px solid #e6e0db;padding:64px 0}
.rfx-hub .hub-compare .hub-section-head{align-items:flex-start}
.rfx-hub .hub-compare .hub-section-head h2{max-width:470px}
.rfx-hub .hub-modes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;background:#fff;border:1px solid #e3dcd5;border-radius:12px;overflow:hidden}
.rfx-hub .hub-mode{padding:27px 28px;display:flex;flex-direction:column}
.rfx-hub .hub-mode+.hub-mode{border-left:1px solid #e9e3de}
.rfx-hub .hub-mode-label{align-self:flex-start;color:#66594e;font-size:11px;letter-spacing:.06em;font-weight:600;margin-bottom:14px;border:1px solid #e5ded7;padding:3px 8px;border-radius:4px;background:#faf7f5}
.rfx-hub .hub-mode h3{font-size:19px;line-height:1.55;margin-bottom:12px}
.rfx-hub .hub-mode>p{font-size:13px;color:var(--hub-muted);line-height:1.85}
.rfx-hub .hub-mode ul{list-style:none;margin:17px 0 23px;padding:0}
.rfx-hub .hub-mode li{position:relative;font-size:13px;line-height:1.8;padding:4px 0 4px 15px;color:#645a52}
.rfx-hub .hub-mode li:before{content:"";position:absolute;left:0;top:13px;width:5px;height:5px;background:#a19285;border-radius:50%}
.rfx-hub .hub-mode>a{display:inline-flex;align-items:center;justify-content:space-between;margin-top:auto;border-top:1px solid #ebe6e1;padding-top:14px;font-size:13px;font-weight:600;color:#534539}
.rfx-hub .hub-mode>a svg{width:17px;height:17px}
.rfx-hub .hub-mode>a:hover{color:var(--hub-orange)}
.rfx-hub .hub-faq-section{display:grid;grid-template-columns:.7fr 1.3fr;gap:80px;padding-top:74px;padding-bottom:70px}
.rfx-hub .hub-faq-intro h2{font-size:29px;line-height:1.55;margin-bottom:18px;max-width:310px}
.rfx-hub .hub-faq-intro>p:not(.hub-kicker){font-size:13px;color:var(--hub-muted);max-width:275px;margin-bottom:22px}
.rfx-hub .hub-faq-intro>a{display:inline-flex;gap:10px;align-items:center;font-size:13px;font-weight:600;color:var(--hub-orange)}
.rfx-hub .hub-faq-intro>a svg{width:17px;height:17px}
.rfx-hub .hub-faq{border-bottom:1px solid var(--hub-line)}
.rfx-hub .hub-faq:first-child{border-top:1px solid var(--hub-line)}
.rfx-hub .hub-faq summary{list-style:none;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:21px 0;font-size:14px;line-height:1.65;font-weight:600;cursor:pointer}
.rfx-hub .hub-faq summary::-webkit-details-marker{display:none}
.rfx-hub .hub-plus{height:20px;width:20px;flex-shrink:0;position:relative}
.rfx-hub .hub-plus:before,.rfx-hub .hub-plus:after{content:"";position:absolute;top:9px;left:4px;width:12px;height:1.5px;background:#7a6b5e}
.rfx-hub .hub-plus:after{transform:rotate(90deg);transition:transform .2s}
.rfx-hub .hub-faq[open] .hub-plus:after{transform:rotate(0)}
.rfx-hub .hub-faq[open] summary{color:#584636}
.rfx-hub .hub-faq>p{font-size:14px;color:var(--hub-muted);line-height:1.95;padding:0 34px 23px 0}
.rfx-hub .hub-next{padding-bottom:65px}
.rfx-hub .hub-next-panel{display:flex;align-items:center;justify-content:space-between;gap:30px;background:#0b1c34;color:#fff;border-radius:12px;padding:36px 40px}
.rfx-hub .hub-next-panel h2{font-size:26px;line-height:1.4;margin-bottom:12px}
.rfx-hub .hub-next-panel p{color:#dad4ce;font-size:13px;max-width:590px;line-height:1.9}
.rfx-hub .hub-next-actions{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:14px}
.rfx-hub .hub-next-actions .hub-primary{background:#f4ede7;color:#0b1c34;border-color:#f4ede7}
.rfx-hub .hub-next-actions .hub-primary:hover{background:#fff}
.rfx-hub .hub-text-link{display:inline-flex;align-items:center;gap:12px;font-size:11px;color:#e8e3de}
.rfx-hub .hub-text-link svg{width:15px;height:15px}
.rfx-hub .hub-related{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;margin-top:27px}
.rfx-hub .hub-related>a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 0;border-bottom:1px solid var(--hub-line)}
.rfx-hub .hub-related strong{display:block;font-size:13px;font-weight:600;margin-bottom:4px}
.rfx-hub .hub-related small{display:block;font-size:11px;color:var(--hub-muted)}
.rfx-hub .hub-related svg{width:18px;height:18px;color:#7e7267}
.rfx-hub .hub-related>a:hover strong{color:var(--hub-orange)}
/* This page has its own contact section; avoid a repeated sales band in the footer. */
.rfx-hub-page .foot-cta{display:none}
.rfx-hub-page .mm-menu>li:focus-within .mega{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
.rfx-hub-page .mm-menu>li:focus-within .drop{opacity:1;visibility:visible;transform:translateY(0)}
@media(hover:hover) and (prefers-reduced-motion:no-preference){.rfx-hub .hub-card:hover{transform:translateY(-4px);border-color:#bcb2aa;box-shadow:0 14px 30px -15px #0b1c3433}.rfx-hub .hub-card.hub-enter{animation:hub-enter .28s ease-out both}@keyframes hub-enter{from{transform:translateY(5px)}to{transform:translateY(0)}}}
@media(max-width:1100px){.rfx-hub .hub-hero-grid{gap:36px}.rfx-hub .hub-filter-bar{top:64px}.rfx-hub .hub-filter-bar{flex-wrap:wrap}.rfx-hub .hub-count{text-align:left}.rfx-hub .hub-card{padding:22px 20px 10px}.rfx-hub .hub-card h3{font-size:18px}}
@media(min-width:961px){.rfx-hub .hub-cards[data-visible-count="2"]{grid-template-columns:repeat(2,minmax(0,1fr))}.rfx-hub .hub-cards[data-visible-count="1"]{grid-template-columns:1fr}.rfx-hub .hub-cards[data-visible-count="1"] .hub-card{display:grid;grid-template-columns:1fr 1fr;column-gap:40px;padding:28px}.rfx-hub .hub-cards[data-visible-count="1"] .hub-card>:not(.hub-service-links){grid-column:1}.rfx-hub .hub-cards[data-visible-count="1"] .hub-service-links{grid-column:2;grid-row:1 / span 4;align-self:center;margin:0;border-top:0;border-left:1px solid var(--hub-line);padding-left:35px}.rfx-hub .hub-cards[data-visible-count="1"] .hub-card-work{margin:0}}
@media(max-width:960px){.rfx-hub .hub-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.rfx-hub .hub-section-head{align-items:flex-start;gap:30px}.rfx-hub .hub-section-head>p{max-width:370px}.rfx-hub .hub-mode{padding:24px 20px}.rfx-hub .hub-faq-section{gap:40px;grid-template-columns:.8fr 1.2fr}}
@media(max-width:760px){.rfx-hub{--hub-offset:88px}.rfx-hub .hub-wrap{padding-left:22px;padding-right:22px}.rfx-hub .hub-crumb{padding:18px 0}.rfx-hub .hub-hero-grid{grid-template-columns:1fr;gap:28px;padding:15px 0 36px}.rfx-hub .hub-eyebrow{font-size:11px;margin-bottom:15px}.rfx-hub h1{font-size:34px;line-height:1.3;margin-bottom:17px}.rfx-hub .hub-lead{font-size:14px;margin-bottom:21px}.rfx-hub .hub-primary{font-size:13px;padding:10px 16px}.rfx-hub .hub-start{padding:19px 21px 6px}.rfx-hub .hub-start h2{font-size:19px;margin-bottom:12px}.rfx-hub .hub-start>a{min-height:54px;padding:12px 0}.rfx-hub .hub-start .hub-start-help{font-size:11px;min-height:44px}.rfx-hub .hub-catalog{padding-top:39px;padding-bottom:40px}.rfx-hub .hub-section-head{display:block;margin-bottom:19px}.rfx-hub .hub-section-head h2{font-size:25px;margin-bottom:13px}.rfx-hub .hub-section-head>p{font-size:13px;max-width:none}.rfx-hub .hub-filter-bar{position:static;padding-top:0;gap:10px;margin-bottom:20px}.rfx-hub .hub-filters{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:100%;gap:6px}.rfx-hub .hub-filters button{padding:8px 5px;font-size:12px;min-height:40px;white-space:nowrap}.rfx-hub .hub-cards{gap:15px}.rfx-hub .hub-card{padding:23px 22px 11px}.rfx-hub .hub-card h3{font-size:20px}.rfx-hub .hub-card-description{min-height:0}.rfx-hub .hub-card-work{margin-bottom:17px}.rfx-hub .hub-card-top{margin-bottom:16px}.rfx-hub .hub-compare{padding:39px 0}.rfx-hub .hub-modes{grid-template-columns:1fr}.rfx-hub .hub-mode{padding:25px}.rfx-hub .hub-mode+.hub-mode{border-left:0;border-top:1px solid #e9e3de}.rfx-hub .hub-mode ul{margin:13px 0 18px}.rfx-hub .hub-faq-section{grid-template-columns:1fr;gap:27px;padding-top:40px;padding-bottom:40px}.rfx-hub .hub-faq-intro h2{font-size:25px;max-width:330px;margin-bottom:12px}.rfx-hub .hub-faq-intro>p:not(.hub-kicker){max-width:none;margin-bottom:14px}.rfx-hub .hub-faq summary{font-size:14px;padding:19px 0;gap:16px}.rfx-hub .hub-faq>p{font-size:14px;padding-right:15px}.rfx-hub .hub-next{padding-bottom:40px}.rfx-hub .hub-next-panel{display:block;padding:28px 25px}.rfx-hub .hub-next-panel h2{font-size:23px}.rfx-hub .hub-next-actions{margin-top:24px;align-items:flex-start;gap:16px}.rfx-hub .hub-related{grid-template-columns:1fr;gap:0;margin-top:15px}.rfx-hub .hub-related>a{min-height:80px}}
@media(max-width:600px){.rfx-hub .hub-cards{grid-template-columns:1fr}}
@media(max-width:360px){.rfx-hub .hub-wrap{padding-left:17px;padding-right:17px}.rfx-hub h1{font-size:30px}.rfx-hub .hub-filters button{font-size:11px;padding-left:3px;padding-right:3px}}
@media(prefers-reduced-motion:reduce){html:has(.rfx-hub){scroll-behavior:auto!important}.rfx-hub *{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
@media print{.rfx-hub [hidden]{display:flex!important}.rfx-hub .hub-filter-bar,.rfx-hub .hub-primary,.rfx-hub .hub-start{display:none!important}.rfx-hub .hub-card{break-inside:avoid;box-shadow:none}.rfx-hub .hub-cards{grid-template-columns:repeat(2,1fr)}.rfx-hub .hub-faq>p{display:block!important}.rfx-hub-page .mm,.rfx-hub-page .rfx-fab{display:none!important}}
/* Keep contact available without two large floating controls covering the directory. */
.rfx-hub-page .rfx-form-btn{display:none!important}
.rfx-hub-page .rfx-fab-btn{background:#0b1c34;border:1px solid #fff8;border-radius:8px;box-shadow:0 4px 12px #0b1c3420;font-size:12px;padding:11px 15px;min-height:44px}
.rfx-hub-page .rfx-fab-btn .rfx-ic{display:none}
.rfx-hub-page .mp:not(.on){visibility:hidden}
/* September design revision: illustrated hero, direct headings, no decorative small labels. */
.rfx-hub .hub-sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.rfx-hub .hub-banner{background:#fff8ef url('../images/search-services-banner-v1.webp') center center/cover no-repeat}
.rfx-hub .hub-banner .hub-hero-grid{display:block;padding:28px 0 64px;min-height:400px}
.rfx-hub .hub-banner .hub-intro{max-width:570px}
.rfx-hub .hub-banner .hub-lead{font-size:16px;max-width:520px;line-height:1.9}
.rfx-hub .hub-quick-wrap{padding-top:32px}
.rfx-hub .hub-start-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:30px;box-shadow:none;padding:24px 28px 9px}
.rfx-hub .hub-start-strip h2{grid-column:1/-1;font-size:22px;margin:0 0 15px}
.rfx-hub .hub-start-strip>a{font-size:14px;min-height:58px}
.rfx-hub .hub-start-strip .hub-start-help{grid-column:1/-1;font-size:14px;justify-content:flex-start;gap:14px}
.rfx-hub .hub-catalog{padding-top:48px}
.rfx-hub .hub-section-head{align-items:center}
.rfx-hub .hub-card-description,.rfx-hub .hub-card-work,.rfx-hub .hub-mode>p,.rfx-hub .hub-mode li,.rfx-hub .hub-faq>p{font-size:15px}
.rfx-hub .hub-service-links strong{font-size:15px}
.rfx-hub .hub-service-links a{min-height:54px}
.rfx-hub .hub-mode>a,.rfx-hub .hub-faq-intro>a,.rfx-hub .hub-related strong{font-size:15px}
.rfx-hub .hub-filters button{font-size:14px}
.rfx-hub .hub-filter-bar{justify-content:flex-start}
.rfx-hub .hub-faq-intro h2{max-width:340px}
.rfx-hub .hub-next-panel p{font-size:15px}
.rfx-hub .hub-related>a{min-height:58px}
@media(max-width:1100px) and (min-width:761px){.rfx-hub .hub-banner{background-position:55% center}.rfx-hub .hub-banner .hub-intro{max-width:52%}.rfx-hub .hub-banner h1{font-size:38px}}
@media(max-width:760px){.rfx-hub .hub-banner{background-color:#fff8ef;background-size:auto 265px;background-position:78% bottom}.rfx-hub .hub-banner .hub-hero-grid{padding:10px 0 265px;min-height:540px}.rfx-hub .hub-banner .hub-intro{max-width:none}.rfx-hub .hub-banner .hub-lead{font-size:15px;max-width:none}.rfx-hub .hub-quick-wrap{padding-top:23px}.rfx-hub .hub-start-strip{grid-template-columns:1fr;gap:0;padding:21px 22px 7px}.rfx-hub .hub-start-strip h2{font-size:20px;margin-bottom:12px}.rfx-hub .hub-start-strip>a{font-size:14px;min-height:54px}.rfx-hub .hub-start-strip .hub-start-help{font-size:14px;line-height:1.75}.rfx-hub .hub-catalog{padding-top:35px}.rfx-hub .hub-filters button{font-size:12px}.rfx-hub .hub-card h3{font-size:21px}.rfx-hub .hub-faq summary{font-size:15px}.rfx-hub .hub-mode>p,.rfx-hub .hub-mode li,.rfx-hub .hub-card-work{font-size:15px}}
@media(max-width:360px){.rfx-hub .hub-filters button{font-size:11px}.rfx-hub .hub-banner h1{font-size:30px}}

/* Orange is the shared primary brand color; category icons do not introduce alternate palettes. */
.rfx-hub .hub-card{--hub-accent:#c65c18;--hub-tint:#fff0e3}
.rfx-hub .hub-filters button[aria-pressed="true"]{background:#c64e0b;border-color:#c64e0b;color:#fff}
.rfx-hub :is(a,button,summary):focus-visible,.rfx-hub article:focus-visible{outline-color:#cf6018}
@media(max-width:760px){.rfx-hub .hub-banner{background-image:linear-gradient(to bottom,#fff8ef 0,rgba(255,248,239,0) 55px),url('../images/search-services-banner-v1.webp');background-size:100% 265px,auto 265px;background-position:left bottom,78% bottom;background-repeat:no-repeat}}
