/* Owner service entrances and pages use the existing marketplace design tokens. */
.sfm-header .sfm-navigation > .sfm-container{gap:0 16px;flex-wrap:wrap}
.sfm-header .sfm-navigation a:nth-child(n){font-size:15px;white-space:nowrap}
.sfm-owner-entry-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.sfm-owner-entry{display:flex;align-items:flex-start;gap:18px;padding:24px;border:1px solid var(--sfm-line);border-radius:8px;background:var(--sfm-soft);transition:background .15s,border-color .15s}
.sfm-owner-entry:hover{background:#fffbed;border-color:#c8b86d}
.sfm-owner-entry-icon{display:grid;place-items:center;width:46px;height:46px;flex-shrink:0;border-radius:8px;background:var(--sfm-yellow)}
.sfm-owner-entry .sfm-eyebrow{display:block;font-size:13px!important;margin-bottom:7px!important}
.sfm-owner-entry h3{font-size:22px!important;margin:0 0 8px!important}
.sfm-owner-entry p{font-size:14px;color:var(--sfm-muted);margin:0 0 14px}
.sfm-owner-entry strong{font-size:14px}
body.sfm-owner-services{background:#fff!important;color:var(--sfm-ink);font-family:var(--sfm-font)}
body.sfm-owner-services .sfm-main{padding:0 0 42px!important}
body.sfm-owner-services .sfm-owner-page{width:min(1240px,calc(100% - 48px));max-width:1280px;margin:0 auto;padding:0;overflow:visible;background:transparent}
.sfm-owner-page .sfm-breadcrumb{flex-wrap:wrap;padding:18px 0;font-size:12px}
.sfm-owner-page .sfm-page-heading{margin:2px 0 12px}
.sfm-owner-page .sfm-page-heading h1{font-size:32px!important;font-weight:750;line-height:1.4;margin:0 0 8px!important;letter-spacing:0}
.sfm-owner-page .sfm-owner-tabs{margin:14px 0 20px}
.sfm-owner-hero{display:grid;grid-template-columns:1.25fr 1fr;gap:28px;padding:26px;background:var(--sfm-soft);border:1px solid var(--sfm-line);border-radius:9px;align-items:center}
.sfm-owner-hero>div,.sfm-owner-hero figure{min-width:0}
.sfm-owner-hero h2{font-size:28px!important;line-height:1.45!important;margin-bottom:12px!important}
.sfm-owner-hero>div>p:not(.sfm-eyebrow){font-size:15px;line-height:1.85;color:#566258}
.sfm-owner-hero .sfm-actions{display:flex;gap:12px 18px;align-items:center;flex-wrap:wrap;margin-top:20px}
.sfm-owner-hero .sfm-owner-hero-note{font-size:12px!important;margin:13px 0 0!important}
.sfm-owner-hero figure{margin:0;border-radius:7px;overflow:hidden;background:#e6ebe2}
.sfm-owner-hero figure img{display:block;width:100%;height:235px;object-fit:cover}
.sfm-owner-hero figcaption{font-size:11px;line-height:1.5;color:#566258;padding:8px 11px;background:#fff}
.sfm-owner-contents{display:flex;gap:10px 24px;flex-wrap:wrap;padding:15px 0;border-bottom:1px solid var(--sfm-line);margin-bottom:24px}
.sfm-owner-contents a{display:inline-flex;min-height:36px;align-items:center;font-size:14px;font-weight:650}
.sfm-owner-layout{display:grid;grid-template-columns:minmax(0,1fr) 292px;gap:28px;align-items:start}
.sfm-owner-content,.sfm-owner-sidebar{min-width:0}
.sfm-owner-sidebar{position:sticky;top:20px}
.sfm-owner-sidebar .sfm-panel{padding:22px;border:1px solid var(--sfm-line);border-radius:8px;background:#fff;margin:0 0 18px}
.sfm-owner-sidebar .sfm-owner-contact{background:#fff9de;border-color:#e7d99d}
.sfm-owner-sidebar h2{font-size:20px!important;line-height:1.5!important}
.sfm-owner-sidebar p{font-size:14px;line-height:1.8;color:#566258}
.sfm-owner-sidebar .sfm-button{display:flex;width:100%;margin:18px 0}
.sfm-owner-phone{display:block;font-size:22px;font-weight:750;margin:14px 0 6px}
.sfm-owner-sidebar .sfm-fine-print{font-size:12px!important;margin-bottom:0!important}
.sfm-owner-related>a{display:block;padding:10px 0;border-bottom:1px solid var(--sfm-line);font-size:14px;line-height:1.6}
.sfm-owner-related>a:last-child{border:0;padding-bottom:0}
.sfm-owner-page [id]{scroll-margin-top:20px}
body.sfm-owner-services .sfm-owner-page .sf-v2-section{padding:0;margin:0 0 28px;border:0;background:transparent;max-width:none;box-shadow:none}
body.sfm-owner-services .sfm-owner-page .sf-v2-section-head{display:block;padding:0;margin:0 0 16px;max-width:none}
body.sfm-owner-services .sfm-owner-page .sf-v2-kicker{display:block;color:#64705f;font:650 12px/1.6 var(--sfm-font);letter-spacing:.3px;margin:0 0 6px;text-transform:none}
body.sfm-owner-services .sfm-owner-page .sf-v2-section-head h2{font:750 24px/1.5 var(--sfm-font);letter-spacing:0;max-width:none;margin:0 0 8px}
body.sfm-owner-services .sfm-owner-page .sf-v2-section-head>p{font:400 14px/1.8 var(--sfm-font);color:var(--sfm-muted);max-width:none;margin:0}
body.sfm-owner-services .sfm-owner-page .sf-v2-grid-three{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
body.sfm-owner-services .sfm-owner-page .sf-v2-grid-two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
body.sfm-owner-services .sfm-owner-page .sf-v2-info-card{padding:18px;border:1px solid var(--sfm-line);border-radius:8px;background:#fff;box-shadow:none;min-width:0}
body.sfm-owner-services .sfm-owner-page .sf-v2-info-card h3{font:750 18px/1.55 var(--sfm-font);letter-spacing:0;margin:0 0 9px}
body.sfm-owner-services .sfm-owner-page .sf-v2-info-card p,
body.sfm-owner-services .sfm-owner-page .sf-v2-info-card li,
body.sfm-owner-services .sfm-owner-page .sf-v2-prose{font:400 14px/1.85 var(--sfm-font);color:#566258}
body.sfm-owner-services .sfm-owner-page .sf-v2-info-card p:last-child{margin-bottom:0}
body.sfm-owner-services .sfm-owner-page .sf-v2-info-card ul{margin:10px 0;padding-left:19px}
body.sfm-owner-services .sfm-owner-page .sf-v2-primary,
body.sfm-owner-services .sfm-owner-page .sf-v2-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:44px;font:700 14px/1.5 var(--sfm-font);padding:10px 16px;border-radius:6px;border:1px solid #aeb8ac;background:#fff;color:var(--sfm-ink)!important;box-shadow:none;text-decoration:none}
body.sfm-owner-services .sfm-owner-page .sf-v2-primary{background:var(--sfm-yellow);border-color:transparent}
body.sfm-owner-services .sfm-owner-page .sf-v2-primary:hover{background:var(--sfm-yellow-hover)}
body.sfm-owner-services .sfm-owner-page .sf-v2-secondary:hover,
body.sfm-owner-services .sfm-owner-page .sf-service-selected{background:#fff7d4;border-color:#c9ab39}
body.sfm-owner-services .sfm-owner-page .sf-v2-note{font:400 12px/1.8 var(--sfm-font);color:var(--sfm-muted);margin:12px 0 0}
body.sfm-owner-services .sfm-owner-page .sf-v2-history-card{overflow:hidden;padding:16px}
body.sfm-owner-services .sfm-owner-page .sf-v2-history-card figure{margin:-16px -16px 14px;background:var(--sfm-soft);border-radius:0;overflow:hidden}
body.sfm-owner-services .sfm-owner-page .sf-v2-history-card figure img{display:block;width:100%;height:150px;object-fit:cover}
body.sfm-owner-services .sfm-owner-page .sf-v2-history-card figcaption{font-size:10px;line-height:1.6;padding:7px 10px;color:#657068}
body.sfm-owner-services .sfm-owner-page .sf-v2-history-card h3{font-size:16px}
body.sfm-owner-services .sfm-owner-page .sf-v2-history-price strong{font-size:19px;color:var(--sfm-ink)}
body.sfm-owner-services .sfm-owner-page .sf-v2-history-price small{font-size:12px}
body.sfm-owner-services .sfm-owner-page .sf-v2-table-wrap{max-width:100%;overflow:auto;border:1px solid var(--sfm-line);border-radius:8px;background:#fff;margin:14px 0}
body.sfm-owner-services .sfm-owner-page .sf-v2-table{width:100%;min-width:0;table-layout:fixed;border:0;margin:0;font:400 14px/1.8 var(--sfm-font)}
body.sfm-owner-services .sfm-owner-page .sf-v2-table th,
body.sfm-owner-services .sfm-owner-page .sf-v2-table td{padding:12px 16px;vertical-align:top;border:0;border-bottom:1px solid var(--sfm-line);color:#445147;white-space:normal;overflow-wrap:anywhere;background:#fff}
body.sfm-owner-services .sfm-owner-page .sf-v2-table th:first-child{width:28%}
body.sfm-owner-services .sfm-owner-page .sf-v2-table thead th{background:var(--sfm-soft);color:var(--sfm-ink);font-weight:700}
body.sfm-owner-services .sfm-owner-page .sf-v2-table tbody tr:last-child>*{border-bottom:0}
body.sfm-owner-services .sfm-owner-page .sf-v2-process{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:0;margin:0;list-style:none}
body.sfm-owner-services .sfm-owner-page .sf-v2-process li{padding:18px;background:var(--sfm-soft);border:1px solid var(--sfm-line);border-radius:8px;min-width:0}
body.sfm-owner-services .sfm-owner-page .sf-v2-process li:before{font:700 18px/1.5 var(--sfm-font);color:#657068;position:static;margin:0 0 6px;display:block}
body.sfm-owner-services .sfm-owner-page .sf-v2-process h3{font-size:17px;line-height:1.5;margin-bottom:7px}
body.sfm-owner-services .sfm-owner-page .sf-v2-process p{font-size:14px;line-height:1.8;color:#566258;margin:0}
body.sfm-owner-services .sfm-owner-page .sf-v2-faq details{padding:0;border:1px solid var(--sfm-line);border-radius:7px;margin-bottom:10px;background:#fff}
body.sfm-owner-services .sfm-owner-page .sf-v2-faq summary{padding:16px 18px;font:650 15px/1.7 var(--sfm-font);cursor:pointer}
body.sfm-owner-services .sfm-owner-page .sf-v2-faq .sf-v2-prose{padding:0 18px 16px}
body.sfm-owner-services .sfm-owner-page .sf-v2-number{font-size:19px;color:#64705f;margin-bottom:7px;display:block}
body.sfm-owner-services .sfm-owner-page .sf-v2-value{border-top:1px solid var(--sfm-line);padding-top:28px}
body.sfm-owner-services .sfm-owner-page .sf-v2-team-card{display:grid;grid-template-columns:150px minmax(0,1fr);gap:26px;padding:24px;border:1px solid var(--sfm-line);border-radius:8px;background:var(--sfm-soft)}
body.sfm-owner-services .sfm-owner-page .sf-v2-team-card figure{margin:0;max-width:150px}
body.sfm-owner-services .sfm-owner-page .sf-v2-team-card img{width:150px;height:188px;object-fit:cover;border-radius:6px}
body.sfm-owner-services .sfm-owner-page .sf-v2-team-card figcaption{font-size:12px;margin-top:7px}
body.sfm-owner-services .sfm-owner-page .sf-v2-contact{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:28px;padding:28px;border-radius:9px;border:1px solid var(--sfm-line);background:var(--sfm-soft);margin:28px 0 0;color:var(--sfm-ink)}
body.sfm-owner-services .sfm-owner-page .sf-v2-contact-copy{padding:0;background:transparent;color:var(--sfm-ink);min-width:0}
body.sfm-owner-services .sfm-owner-page .sf-v2-contact-copy h2{font:750 25px/1.5 var(--sfm-font)!important;letter-spacing:0;color:var(--sfm-ink)!important}
body.sfm-owner-services .sfm-owner-page .sf-v2-contact-copy p,
body.sfm-owner-services .sfm-owner-page .sf-v2-contact-copy li{font:400 14px/1.9 var(--sfm-font);color:#566258}
body.sfm-owner-services .sfm-owner-page .sf-v2-contact-copy a{color:var(--sfm-ink)}
body.sfm-owner-services .sfm-owner-page .sf-v2-contact-phone{font:750 26px/1.6 var(--sfm-font);display:block;margin:18px 0 4px}
body.sfm-owner-services .sfm-owner-page .sf-v2-contact-small{font-size:12px!important}
body.sfm-owner-services .sfm-owner-page .sf-lp-enquiry{padding:24px;border-radius:8px;background:#fff;border:1px solid var(--sfm-line);min-width:0;box-shadow:none}
body.sfm-owner-services .sfm-owner-page .sf-lp-enquiry h2{font-size:22px;line-height:1.5}
body.sfm-owner-services .sfm-owner-page .sf-lp-enquiry>p{font-size:13px;color:#566258}
body.sfm-owner-services .sfm-owner-page .sf-lead-form{padding:0;background:transparent;border:0;box-shadow:none}
body.sfm-owner-services .sfm-owner-page .sf-lead-form label{font-size:14px;line-height:1.7;color:var(--sfm-ink)}
body.sfm-owner-services .sfm-owner-page .sf-lead-form input[type=checkbox]{appearance:auto!important;-webkit-appearance:checkbox!important;accent-color:#826800;width:18px;height:18px;flex:0 0 18px;opacity:1;position:static;margin:3px 0 0}
body.sfm-owner-services .sfm-owner-page .sf-lead-form button[type=submit]{font-size:16px!important;border-radius:6px!important}
body.sfm-owner-services .sfm-owner-page .sf-form-consent{align-items:flex-start;gap:8px}
body.sfm-owner-services .sfm-owner-page .sf-lead-form input:not([type=hidden]):not([type=checkbox]):not([type=radio]),
body.sfm-owner-services .sfm-owner-page .sf-lead-form select,
body.sfm-owner-services .sfm-owner-page .sf-lead-form textarea{font:400 16px/1.5 var(--sfm-font);color:var(--sfm-ink);background:#fff;border:1px solid #b7c0b5;border-radius:5px;max-width:100%;min-height:44px;box-shadow:none}
body.sfm-owner-services .sfm-owner-page .sf-lead-form button[type=submit]{font:700 16px/1.5 var(--sfm-font);color:var(--sfm-ink)!important;background:var(--sfm-yellow)!important;min-height:48px;border:0;border-radius:6px;padding:12px 20px;box-shadow:none;width:100%}
body.sfm-owner-services .sfm-owner-page .sf-lead-form button[type=submit]:hover{background:var(--sfm-yellow-hover)!important}
.sfm-owner-mobile-contact{display:none}
@media(min-width:1440px){body.sfm-owner-services .sfm-owner-page{width:min(1280px,calc(100% - 64px))}}
@media(max-width:1190px){
.sfm-header .sfm-navigation>.sfm-container{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-template-rows:repeat(2,44px);gap:0 8px}
.sfm-owner-layout{grid-template-columns:minmax(0,1fr) 260px;gap:20px}
.sfm-owner-hero{gap:20px;padding:22px}
.sfm-owner-hero h2{font-size:25px!important}
body.sfm-owner-services .sfm-owner-page .sf-v2-grid-three{grid-template-columns:repeat(2,minmax(0,1fr))}
body.sfm-owner-services .sfm-owner-page .sf-v2-case-grid.sf-v2-grid-three>article:last-child{grid-column:auto}
}
@media(max-width:980px){
body.sfm-owner-services .sfm-owner-page{width:calc(100% - 36px)}
.sfm-owner-layout{grid-template-columns:minmax(0,1fr)}
.sfm-owner-sidebar{position:static;display:grid;grid-template-columns:1fr 1fr;gap:18px}
.sfm-owner-sidebar .sfm-panel{margin:0 0 24px}
.sfm-owner-hero figure img{height:220px}
}
@media(max-width:760px){
.sfm-owner-entry-grid{gap:12px}
.sfm-owner-entry{padding:18px;gap:12px}
.sfm-owner-entry-icon{width:36px;height:36px}
.sfm-owner-entry h3{font-size:18px!important}
.sfm-owner-entry p{font-size:13px}
body.sfm-owner-services .sfm-owner-page{width:calc(100% - 30px)}
.sfm-owner-hero{grid-template-columns:1fr;padding:20px;gap:20px}
.sfm-owner-hero figure img{height:220px}
.sfm-owner-contents{gap:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding:8px 0;margin-bottom:22px}
.sfm-owner-contents a{font-size:12px;justify-content:center;min-height:44px;text-align:center}
body.sfm-owner-services .sfm-owner-page .sf-v2-section-head h2{font-size:22px}
body.sfm-owner-services .sfm-owner-page .sf-v2-contact{grid-template-columns:1fr;padding:20px;gap:20px}
body.sfm-owner-services .sfm-owner-page .sf-v2-team-card{grid-template-columns:110px minmax(0,1fr);gap:18px;padding:20px}
body.sfm-owner-services .sfm-owner-page .sf-v2-team-card img{width:110px;height:138px}
body.sfm-owner-services .sfm-owner-page .sf-lp-enquiry{padding:20px}
body.sfm-owner-services .sfm-owner-page .sf-v2-table th,
body.sfm-owner-services .sfm-owner-page .sf-v2-table td{padding:10px;font-size:13px}
body.sfm-owner-services{padding-bottom:74px!important}
.sfm-owner-mobile-contact{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:50;gap:16px;align-items:center;justify-content:space-between;background:#fff;padding:10px max(15px,env(safe-area-inset-left)) calc(10px + env(safe-area-inset-bottom));border-top:1px solid var(--sfm-line);box-shadow:0 -2px 12px #2027220a}
.sfm-owner-mobile-contact>a:first-child{font-size:14px;font-weight:650;min-height:44px;display:flex;align-items:center;padding:0 10px}
.sfm-owner-mobile-contact .sfm-button{flex:1}
}
@media(max-width:600px){
.sfm-header .sfm-navigation>.sfm-container{grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:repeat(3,44px);gap:0 5px}
.sfm-header .sfm-navigation a:nth-child(n){font-size:14px}
.sfm-owner-entry-grid{grid-template-columns:1fr}
.sfm-owner-page .sfm-page-heading{display:block}
.sfm-owner-page .sfm-page-heading>.sfm-button{margin-top:12px}
.sfm-owner-page .sfm-page-heading h1{font-size:28px!important}
.sfm-owner-sidebar{display:block}
body.sfm-owner-services .sfm-owner-page .sf-v2-grid-three,
body.sfm-owner-services .sfm-owner-page .sf-v2-grid-two{grid-template-columns:1fr}
body.sfm-owner-services .sfm-owner-page .sf-v2-process{grid-template-columns:1fr}
body.sfm-owner-services .sfm-owner-page .sf-v2-history-card figure img{height:210px}
body.sfm-owner-services .sfm-owner-page .sf-v2-team-card{display:block}
body.sfm-owner-services .sfm-owner-page .sf-v2-team-card figure{margin:0 0 18px}
body.sfm-owner-services .sfm-owner-page .sf-v2-table th:first-child{width:32%}
}
@media(max-width:480px){
body.sfm-owner-services .sfm-owner-page{width:calc(100% - 26px)}
.sfm-owner-hero{padding:18px}
.sfm-owner-hero h2{font-size:23px!important}
.sfm-owner-hero figure img{height:180px}
body.sfm-owner-services .sfm-owner-page .sf-v2-contact{padding:16px}
body.sfm-owner-services .sfm-owner-page .sf-lp-enquiry{padding:17px}
}
@media print{.sfm-owner-sidebar,.sfm-owner-contents,.sfm-owner-mobile-contact{display:none!important}.sfm-owner-layout{display:block}}
