:root {
  --service-ink: #173b40;
  --service-copy: #60777a;
  --service-teal: #07878b;
  --service-teal-dark: #05686c;
  --service-coral: #e97858;
  --service-line: #dce7e5;
  --service-paper: #ffffff;
}

.portal-page > main {
  display: flex;
  flex-direction: column;
}
.portal-page > main > * { min-width: 0; }

.service-hero { order: 1; color: var(--service-ink); overflow: visible !important; background: #f3f8f5; }
.featured-homes { order: 2; }
.service-category-links { order: 3; }
.home-service-paths { order: 4; }
.service-explorer { order: 5; }
.home-map-section { order: 6; }
.blog-section { order: 7; }
.qa-section { order: 8; }

.service-hero-main { max-width: 1180px; margin: 0 auto; padding: 48px 32px 32px; text-align: left; }
.service-hero-grid { display: grid; grid-template-columns: minmax(0,1.02fr) minmax(390px,.98fr); gap: 54px; align-items: center; }
.service-hero-copy { min-width: 0; padding: 8px 0 12px; }
.service-hero-eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 18px; color: #476569; font-size: 14px; font-weight: 650; }
.service-hero-eyebrow span { display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; background: #daf1e9; color: var(--service-teal-dark); }
.service-hero h1 { max-width: 600px; margin: 0; color: #12373c; font-size: clamp(42px,4vw,57px); font-weight: 720; letter-spacing: -.045em; line-height: 1.12; }
.service-hero h1 em { display: block; margin-top: .08em; font-size: 1em; font-style: normal; white-space: nowrap; }
.service-hero h1 .hero-slogan-first { display: block; font-size: 1.08em; white-space: nowrap; }
@media (max-width: 380px) { .service-hero h1 .hero-slogan-first { font-size: 1em; } }
.portal-page .service-hero h1 .hero-slogan-accent, .portal-page .service-hero h1 em { color: #61d1cd !important; }
.service-hero-lead { max-width: 610px; margin: 18px 0 27px; color: #587276; font-size: 18px; line-height: 1.68; }
.service-hero-photo { position: relative; min-height: 382px; margin: 0; overflow: hidden; border-radius: 24px 24px 80px 24px; background: #dceae5; box-shadow: 0 24px 60px rgba(30,72,72,.12); }
.service-hero-photo img { display: block; width: 100%; height: 382px; object-fit: cover; object-position: 62% center; }
.service-hero-photo figcaption { position: absolute; right: 18px; bottom: 18px; left: 18px; padding: 15px 18px; border-radius: 12px 12px 34px 12px; background: rgba(255,255,255,.93); box-shadow: 0 10px 26px rgba(26,64,68,.12); backdrop-filter: blur(8px); }
.service-hero-photo strong,.service-hero-photo span { display: block; }
.service-hero-photo strong { margin-bottom: 3px; color: #183e43; font-size: 15px; }
.service-hero-photo span { color: #60777a; font-size: 13px; line-height: 1.45; }

.service-switcher { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; margin: 0; }
.service-switcher button { display: flex; min-width: 0; min-height: 76px; align-items: center; justify-content: flex-start; gap: 10px; padding: 12px 13px; border: 1px solid #d8e4e1; border-radius: 13px; background: rgba(255,255,255,.7); color: #31565a; cursor: pointer; font: 650 15px/1.2 inherit; text-align: left; transition: background .18s ease,border-color .18s ease,transform .18s ease; }
.service-switcher button:hover,.service-switcher button:focus-visible { transform: translateY(-2px); background: #fff; border-color: #97c9c5; }
.service-switcher button.is-active { border-color: #07878b; background: #fff; color: var(--service-teal-dark); box-shadow: inset 0 -3px 0 #07878b; }
.service-switcher button svg { width: 29px; height: 29px; flex: 0 0 29px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.service-switcher button span { display: block; }
.service-switcher button small { display: block; margin-bottom: 4px; color: #7a8d8f; font-size: 10px; font-weight: 550; white-space: nowrap; }

.service-search-panel { margin-top: 30px; padding: 20px 22px 18px; border: 1px solid #d8e5e2; border-radius: 18px; background: #fff; box-shadow: 0 18px 46px rgba(24,67,70,.08); }
.service-search-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 13px; }
.service-search-panel-head > div:first-child span,.service-search-panel-head > div:first-child strong { display: block; }
.service-search-panel-head > div:first-child span { margin-bottom: 2px; color: var(--service-teal); font-size: 11px; font-weight: 750; letter-spacing: .08em; }
.service-search-panel-head > div:first-child strong { color: #24494d; font-size: 26px !important; line-height: 1.25; letter-spacing: -.02em; }
.service-search-method { display: flex; width: fit-content; gap: 4px; margin: 0; padding: 4px; border: 1px solid #cbdedb; border-radius: 13px; background: #f2f6f5; }
.service-search-method button { position: relative; display: inline-flex; min-width: 126px; min-height: 44px; align-items: center; justify-content: center; gap: 7px; padding: 9px 16px; border: 1px solid transparent; border-radius: 9px; background: #fff; color: #526d70; cursor: pointer; font: 680 15px/1 inherit; transition: color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease; }
.service-search-method button:hover,.service-search-method button:focus-visible { color: var(--service-teal-dark); }
.service-search-method button.is-active { border-color: var(--service-teal); background: var(--service-teal); color: #fff; box-shadow: 0 6px 16px rgba(7,135,139,.22); }
.service-search-method button[data-search-method="filters"].is-active::before { content: "✓"; font-size: 13px; font-weight: 800; }
.service-search-method svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }

.service-search { position: relative; display: grid; grid-template-columns: 185px 210px minmax(250px,1fr) auto; width: 100%; min-height: 74px; box-sizing: border-box; padding: 5px; border: 1px solid #d4e1df; border-radius: 13px; background: #fbfdfc; text-align: left; }
.service-search label { min-width: 0; }
.service-search-location,.service-search-criteria { display: flex; flex-direction: column; justify-content: center; padding: 7px 22px; border-right: 1px solid var(--service-line); }
.service-search-location span,.service-search-criteria span { margin-bottom: 3px; color: #7b8d8f; font-size: 12px; font-weight: 650; }
.service-search select,.service-search input { width: 100%; min-width: 0; box-sizing: border-box; border: 0; outline: 0; background: transparent; color: #294b4f; font: inherit; }
.service-search select { cursor: pointer; font-size: 16px; font-weight: 650; }
.home-multi-filter{position:relative}.home-multi-trigger{position:relative;width:100%;min-width:0!important;min-height:30px!important;padding:0 28px 0 0!important;border:0!important;border-radius:0!important;background:transparent!important;color:#294b4f!important;text-align:left;box-shadow:none!important;transform:none!important}.home-multi-trigger b{display:block;overflow:hidden;font-size:16px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.home-multi-trigger i{position:absolute;top:50%;right:3px;width:8px;height:8px;border-right:2px solid #158d8b;border-bottom:2px solid #158d8b;transform:translateY(-70%) rotate(45deg)}.home-multi-trigger[aria-expanded="true"] i{transform:translateY(-25%) rotate(225deg)}.home-multi-options{position:absolute;z-index:1000;top:calc(100% + 12px);left:8px;width:max(100%,230px);max-height:330px;overflow-x:hidden;overflow-y:auto;padding:10px;border:1px solid #00a99d;border-radius:16px;background:#fff;box-shadow:0 14px 35px rgba(11,63,68,.18)}.home-multi-options[hidden]{display:none}.home-multi-options label{display:flex;align-items:center;gap:10px;min-height:38px;padding:7px 9px;border-radius:9px;color:#202426;cursor:pointer}.home-multi-options label:hover{background:#eaf8f6}.home-multi-options label span{margin:0!important;color:#202426!important;font-size:15px!important;font-weight:550!important}.home-multi-options input{appearance:none;width:20px!important;height:20px!important;flex:0 0 20px;margin:0;border:1.5px solid #9cb6b8!important;border-radius:5px;background:#fff!important}.home-multi-options input:checked{border-color:#00b5a8!important;background:#00b5a8 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='m4.5 10 3.4 3.4 7.6-7.6' fill='none' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/16px 16px no-repeat!important}
.service-search-query { display: flex; align-items: center; gap: 11px; padding: 0 22px; }
.service-search-query svg { width: 23px; flex: 0 0 23px; fill: none; stroke: #759093; stroke-linecap: round; stroke-width: 1.8; }
.service-search input { font-size: 16px; }
.service-search input::placeholder { color: #91a1a3; }
.service-search > button { min-width: 146px; border: 0; border-radius: 11px; background: var(--service-teal); color: #fff; cursor: pointer; font: 720 16px/1.2 inherit; transition: background .18s ease,transform .18s ease; }
.service-search > button:hover,.service-search > button:focus-visible { background: var(--service-teal-dark); transform: translateY(-1px); }
.service-search.is-ai { grid-template-columns: minmax(0,1fr) auto; }
.service-search.is-ai .service-search-query { min-height: 62px; }
.service-search-status { grid-column: 1/-1; margin: 8px 10px 3px; color: #8c4938; font-size: 13px; }

.service-hero-help { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 5px 8px; margin: 12px 3px 0; color: #687f82; font-size: 13px; }
.service-hero-help a { color: var(--service-teal-dark); font-weight: 720; text-underline-offset: 3px; }
.service-hero-help i { color: #9aabaa; font-style: normal; }
.service-proof { display: grid; grid-template-columns: repeat(3,1fr); gap: 72px; padding: 28px max(32px,calc((100vw - 1080px)/2)) 30px; border-top: 1px solid #dfe9e6; background: #fff; }
.service-proof > div { display: flex; align-items: center; gap: 14px; }
.service-proof svg { width: 41px; height: 41px; flex: 0 0 41px; fill: none; stroke: var(--service-coral); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.service-proof p { margin: 0; }
.service-proof strong,.service-proof span { display: block; }
.service-proof strong { margin-bottom: 3px; color: #20474b; font-size: 16px; }
.service-proof span { color: #60787b; font-size: 13px; line-height: 1.5; }

.featured-homes { position: relative; width: min(1180px,calc(100% - 64px)); box-sizing: border-box; margin: 56px auto 0; color: var(--service-ink); scroll-margin-top: 150px; }
.featured-homes-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 20px; padding-bottom: 18px; border-bottom: 1px solid #dfe8e6; }
.featured-homes-head span { display: block; margin-bottom: 6px; color: var(--service-teal); font-size: 13px; font-weight: 750; letter-spacing: .04em; }
.featured-homes-head h2 { margin: 0; color: #17383d; font-size: clamp(28px,2.5vw,36px); font-weight: 690; letter-spacing: -.035em; line-height: 1.2; }
.featured-homes-head p { margin: 9px 0 0; color: var(--service-copy); font-size: 14px; line-height: 1.6; }
.featured-homes-head p a { margin-left: 8px; color: var(--service-teal-dark); font-weight: 700; text-underline-offset: 3px; }
.featured-homes-actions { display: flex; align-items: center; flex: 0 0 auto; }
.featured-homes-actions a { display: inline-flex; min-height: 42px; align-items: center; padding: 0 17px; border: 1px solid #b9d6d3; border-radius: 8px; color: var(--service-teal-dark); font-size: 13px; font-weight: 700; text-decoration: none; }
.featured-homes-actions a:hover,.featured-homes-actions a:focus-visible { border-color: var(--service-teal); background: #eff8f6; }
.featured-homes-actions button { display: none; }
.featured-homes-viewport { width: 100%; overflow: visible; }
.featured-homes-track { display: grid; width: 100%; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; padding: 1px 1px 7px; }
.featured-homes-track .featured-home-card:nth-child(n+7) { display: none; }
.featured-home-card { display: block; width: auto; overflow: hidden; scroll-snap-align: start; border: 1px solid #d8e4e2; border-radius: 16px; background: #fff; color: var(--service-ink); text-decoration: none; transition: transform .18s ease,border-color .18s ease,box-shadow .18s ease; }
.featured-home-card:hover,.featured-home-card:focus-visible { transform: translateY(-3px); border-color: #8fc9c5; box-shadow: 0 14px 30px rgba(24,67,70,.09); }
.featured-home-photo { position: relative; height: 178px; overflow: hidden; background: #e7efed; }
.featured-home-photo img { display: block; width: 100%; height: 178px !important; object-fit: cover; transition: transform .3s ease; }
.featured-home-card:hover .featured-home-photo img { transform: scale(1.025); }
.featured-home-photo > b { position: absolute; top: 14px; right: 14px; display: grid; min-width: 60px; min-height: 54px; box-sizing: border-box; place-items: center; padding: 7px 9px 6px; border-radius: 12px; background: rgba(255,255,255,.96); box-shadow: 0 7px 18px rgba(20,56,58,.16); color: var(--service-teal-dark); font-size: 20px; line-height: 1; text-align: center; backdrop-filter: blur(6px); }
.featured-home-photo > b small { display: block; margin-top: 4px; color: #687d7f; font-size: 8px; font-weight: 650; white-space: nowrap; }
.featured-home-copy { display: flex; min-height: 156px; min-width: 0; flex-direction: column; padding: 18px 19px 17px; }
.featured-home-copy > span { display: block; color: var(--service-teal); font-size: 12px; font-weight: 700; }
.featured-home-copy h3 { height: 48px; margin: 8px 0 6px; overflow: hidden; color: #204247; font-size: 18px; font-weight: 690; line-height: 1.38; }
.featured-home-copy p { margin: 0 0 14px; overflow: hidden; color: #708386; font-size: 13px; line-height: 1.5; white-space: nowrap; text-overflow: ellipsis; }
.featured-home-copy strong { display: block; margin-top: auto; padding-top: 13px; border-top: 1px solid #e3ecea; color: #294e52; font-size: 14px; white-space: nowrap; }
.featured-home-copy strong::after { float: right; color: var(--service-teal); content: "查看詳情"; font-size: 13px; }

.service-category-links { display: none; }
.service-category-links a { display: grid; grid-template-columns: 46px minmax(0,1fr) 40px; align-items: center; gap: 18px; min-height: 112px; padding: 18px 16px 18px 24px; border: 1px solid #d8e3e2; border-radius: 14px; background: #fff; color: var(--service-ink); text-decoration: none; transition: border-color .18s ease,transform .18s ease,box-shadow .18s ease; }
.service-category-links a:hover { transform: translateY(-2px); border-color: #8ec9c8; }
.service-category-links svg { width: 42px; height: 42px; fill: none; stroke: var(--service-teal); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.65; }
.service-category-links span,.service-category-links strong,.service-category-links small { display: block; min-width: 0; }
.service-category-links strong { color: #20454a; font-size: 17px; line-height: 1.35; }
.service-category-links small { margin-top: 6px; color: #708386; font-size: 13px; font-weight: 500; line-height: 1.45; }
.service-category-links i { display: block; width: auto; color: var(--service-teal-dark); font-size: 13px; font-style: normal; font-weight: 700; text-align: right; }

.home-service-paths { width: min(1180px,100%); box-sizing: border-box; margin: 0 auto; padding: 78px 32px 86px; color: var(--service-ink); }
.service-path-heading,.service-explorer-heading,.section-heading > div,.qa-head { max-width: 720px; margin: 0 0 32px; text-align: left; }
.service-path-heading h2,.service-explorer-heading h2,.home-map-heading h2,.section-heading h2,.qa-head h2 { margin: 8px 0 11px; color: #17383d; font-size: clamp(34px,3.1vw,45px); font-weight: 680; letter-spacing: -.035em; line-height: 1.2; }
.service-path-heading p,.service-explorer-heading p,.home-map-heading p,.section-heading p,.qa-head p { margin: 0; color: var(--service-copy); font-size: 17px; line-height: 1.7; }
.home-map-heading,.home-map-layout { width: min(1180px,calc(100% - 64px)); }
.home-map-section { padding-top: 68px; padding-bottom: 68px; }
.home-map-layout,#homeMap { min-height: 500px; }
.blog-section,.qa-section { width: min(1180px,calc(100% - 64px)); box-sizing: border-box; padding-right: 0; padding-left: 0; }
.home-map-heading h2 { margin-bottom: 11px; }
.service-path-layout { display: grid; gap: 24px; }
.service-path-options { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.service-path-options > a { display: flex; min-height: 270px; flex-direction: column; padding: 28px 26px 25px; border: 1px solid #d9e5e2; border-radius: 16px; background: #fff; color: var(--service-ink); text-decoration: none; transition: transform .18s ease,border-color .18s ease,box-shadow .18s ease; }
.service-path-options > a:hover { transform: translateY(-3px); border-color: #8fc9c5; box-shadow: 0 14px 34px rgba(24,67,70,.08); }
.service-path-options svg { width: 48px; height: 48px; margin-bottom: 24px; fill: none; stroke: var(--service-coral); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.65; }
.service-path-options > a:nth-child(2) svg { stroke: var(--service-teal); }
.service-path-options > a:nth-child(3) svg { stroke: #707db0; }
.service-path-options span,.service-path-guide span { display: block; margin-bottom: 6px; color: var(--service-teal); font-size: 13px; font-weight: 750; letter-spacing: .03em; }
.service-path-options h3,.service-path-guide h3 { margin: 0; color: #17383d; font-weight: 680; letter-spacing: -.025em; line-height: 1.35; }
.service-path-options h3 { min-height: 64px; font-size: 23px; }
.service-path-options p { margin: 8px 0 20px; color: #65797c; font-size: 14px; line-height: 1.65; }
.service-path-options b { display: inline-flex; align-items: center; gap: 12px; margin-top: auto; color: var(--service-teal-dark); font-size: 14px; }
.service-path-options i,.service-path-guide i { font-style: normal; font-size: 20px; transition: transform .18s ease; }
.service-path-options > a:hover i,.service-path-guide a:hover i { transform: translateX(4px); }
.service-path-guide { display: grid; grid-template-columns: 210px minmax(0,1fr) auto; gap: 28px; align-items: center; min-height: 150px; overflow: hidden; border: 1px solid #d9e5e2; border-radius: 16px; background: #f3f8f6; }
.service-path-guide img { display: block; width: 210px; height: 150px; object-fit: cover; }
.service-path-guide h3 { font-size: 24px; }
.service-path-guide p { margin: 7px 0 0; color: #65797c; font-size: 14px; line-height: 1.6; }
.service-path-guide > a { display: inline-flex; align-items: center; gap: 13px; margin-right: 28px; padding: 13px 18px; border-radius: 9px; background: var(--service-teal); color: #fff; font-weight: 750; text-decoration: none; white-space: nowrap; }

.service-explorer { width: min(1180px,calc(100% - 64px)); box-sizing: border-box; margin: 0 auto 80px; padding: 70px 0 0; border-top: 1px solid var(--service-line); color: var(--service-ink); }
.service-explorer-heading { max-width: 720px; }
.service-explorer-tabs { display: flex; gap: 34px; margin: 34px 0 10px; border-bottom: 1px solid var(--service-line); }
.service-explorer-tabs button { position: relative; padding: 12px 2px 15px; border: 0; background: transparent; color: #6b7e80; cursor: pointer; font: 680 17px/1.2 inherit; }
.service-explorer-tabs button::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 3px; background: var(--service-teal); content: ""; opacity: 0; }
.service-explorer-tabs button.is-active { color: var(--service-ink); }
.service-explorer-tabs button.is-active::after { opacity: 1; }
.service-explorer-panel { display: grid; grid-template-columns: repeat(2,1fr); column-gap: 48px; }
.service-explorer-panel[hidden] { display: none; }
.service-explorer > .group-grid[hidden],.service-search [hidden] { display: none !important; }
.service-explorer-panel > a { display: grid; grid-template-columns: 48px minmax(0,1fr) 44px; gap: 18px; align-items: center; min-height: 116px; padding: 17px 2px; border-bottom: 1px solid var(--service-line); color: var(--service-ink); text-decoration: none; }
.service-explorer-panel svg { width: 46px; height: 46px; fill: none; stroke: var(--service-teal); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.55; }
.service-explorer-panel h3 { margin: 0 0 5px; font-size: 20px; }
.service-explorer-panel p { margin: 0; color: var(--service-copy); font-size: 14px; line-height: 1.55; }
.service-explorer-panel i { color: var(--service-teal-dark); font-size: 0; font-style: normal; font-weight: 700; text-align: right; }
.service-explorer-panel i::before { content: "查看"; font-size: 13px; }

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

@media (max-width: 900px) {
  .service-hero-main { padding-inline: 24px; }
  .service-hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .service-hero-copy { padding-bottom: 0; }
  .service-hero-photo { min-height: 330px; border-radius: 20px 20px 58px 20px; }
  .service-hero-photo img { height: 330px; }
  .service-proof { gap: 20px; }
  .featured-homes { width: calc(100% - 48px); }
  .featured-homes-track { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .home-map-layout,#homeMap { min-height: 450px; }
  .service-category-links { grid-template-columns: repeat(2,1fr); gap: 12px; width: calc(100% - 40px); }
  .service-category-links a { grid-template-columns: 32px 1fr 36px; padding-left: 14px; font-size: 15px; }
  .service-category-links svg { width: 31px; height: 31px; }
  .service-category-links i { width: 34px; height: 34px; }
  .home-service-paths { padding: 64px 24px 72px; }
  .service-path-options { grid-template-columns: 1fr; }
  .service-path-options > a { min-height: 0; display: grid; grid-template-columns: 48px minmax(0,1fr); gap: 0 20px; }
  .service-path-options svg { grid-row: 1; margin: 0; }
  .service-path-options > a > div { grid-column: 2; }
  .service-path-options h3 { min-height: 0; }
  .service-path-guide { grid-template-columns: 170px minmax(0,1fr); }
  .service-path-guide img { width: 170px; }
  .service-path-guide > a { grid-column: 2; justify-self: start; margin: -12px 0 20px; }
  .service-explorer { width: calc(100% - 48px); padding-top: 58px; }
}

@media (max-width: 760px) {
  .service-hero { background: #f3f8f5; }
  .service-hero-main { padding: 36px 18px 31px; }
  .service-hero h1 { max-width: 100%; font-size: clamp(31px,8.4vw,43px); overflow-wrap: anywhere; }
  .service-hero-lead { font-size: 17px; }
  .service-hero-photo { min-height: 260px; }
  .service-hero-photo img { height: 260px; }
  .service-hero-photo figcaption { right: 12px; bottom: 12px; left: 12px; }
  .service-switcher { gap: 7px; }
  .service-switcher button { min-width: 0; flex-direction: column; justify-content: center; gap: 4px; padding: 9px 5px; font-size: 13px; text-align: center; }
  .service-switcher button svg { width: 26px; height: 26px; }
  .service-switcher button small { display: none; }
  .service-search-panel { margin-top: 22px; padding: 17px 14px 14px; }
  .service-search-panel-head { align-items: flex-start; flex-direction: column; gap: 11px; }
  .service-search-method { width: 100%; }
  .service-search-method button { flex: 1 1 0; justify-content: center; }
  .service-search { grid-template-columns: 1fr; padding: 9px; }
  .service-search-location,.service-search-criteria { min-height: 58px; padding: 7px 14px; border-right: 0; border-bottom: 1px solid var(--service-line); }
  .service-search-query { min-height: 58px; padding: 0 14px; }
  .service-search > button { min-height: 52px; }
  .service-search.is-ai { grid-template-columns: 1fr; }
  .service-proof { grid-template-columns: 1fr; gap: 17px; padding: 23px 21px; }
  .featured-homes { width: calc(100% - 32px); margin-top: 38px; }
  .featured-homes-head { align-items: flex-start; margin-bottom: 17px; }
  .featured-homes-head h2 { font-size: 29px; }
  .featured-homes-head p { font-size: 14px; }
  .featured-homes-actions a { min-height: 38px; padding: 0 12px; }
  .featured-homes-track { grid-template-columns: 1fr; }
  .featured-homes-track .featured-home-card:nth-child(n+5) { display: none; }
  .home-map-section { padding-top: 52px; padding-bottom: 52px; }
  .home-map-layout,#homeMap { min-height: 380px; }
  .featured-home-card { width: auto; }
  .featured-home-photo { height: 168px; }
  .featured-home-photo img { height: 168px !important; }
  .featured-home-copy { min-height: 158px; padding: 17px 18px 16px; }
  .service-category-links { grid-template-columns: 1fr; width: calc(100% - 32px); margin-top: 20px; }
  .service-category-links a { min-height: 66px; }
  .home-service-paths { padding: 54px 16px 60px; }
  .service-path-heading { margin-bottom: 23px; }
  .service-path-heading h2,.service-explorer-heading h2,.home-map-heading h2,.section-heading h2,.qa-head h2 { font-size: 31px; }
  .service-path-heading p,.service-explorer-heading p,.home-map-heading p,.section-heading p,.qa-head p { font-size: 16px; }
  .service-path-options > a { padding: 23px 20px; }
  .service-path-options h3 { font-size: 20px; }
  .service-path-guide { grid-template-columns: 1fr; gap: 0; }
  .service-path-guide img { width: 100%; height: 210px; }
  .service-path-guide > div { padding: 22px 20px 0; }
  .service-path-guide h3 { font-size: 22px; }
  .service-path-guide > a { grid-column: 1; margin: 18px 20px 22px; }
  .service-explorer { width: calc(100% - 32px); margin-bottom: 60px; padding-top: 50px; }
  .home-map-heading,.home-map-layout,.blog-section,.qa-section { width: calc(100% - 32px); }
  .service-explorer-tabs { gap: 22px; overflow-x: auto; }
  .service-explorer-tabs button { flex: 0 0 auto; font-size: 16px; }
  .service-explorer-panel { grid-template-columns: 1fr; }
  .service-explorer-panel > a { min-height: 104px; }
  .qa-section { width: 100%; min-width: 0; max-width: 100%; box-sizing: border-box; }
  .qa-head,.qa-tabs,.qa-panels { min-width: 0; max-width: 100%; }
}

@media (max-width: 430px) {
  .service-hero-main { padding-left: 15px; padding-right: 15px; }
  .service-hero-eyebrow { font-size: 12px; }
  .service-search-method button { padding-inline: 10px; }
}
