:root {
  --fz-ink: #183b3b;
  --fz-muted: #657574;
  --fz-line: #dce4df;
  --fz-paper: #f7f8f4;
  --fz-accent: #b17b42;
}
html {
  scroll-padding-top: 100px;
}
body {
  background: var(--fz-paper);
  color: var(--fz-ink);
  font-family: "Microsoft JhengHei", "PingFang TC", sans-serif;
  -webkit-font-smoothing: antialiased;
}
button,
input,
select {
  font: inherit;
}
a,
button {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid #b57c36;
  outline-offset: 4px;
}
button,
a,
input,
select {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
img {
  max-width: 100%;
}
.fz-wrap {
  width: min(1240px, calc(100% - 80px));
  margin-inline: auto;
}
.fz-site {
  min-height: 100vh;
}
.fz-site main {
  outline: none;
}
.fz-editorial {
  padding-top: 80px;
}
.fz-editorial h1,
.fz-editorial h2,
.fz-editorial h3 {
  color: var(--fz-ink);
  font-weight: 600;
  letter-spacing: -0.025em;
  text-wrap: balance;
}
.fz-editorial h2 {
  font-size: clamp(27px, 2.7vw, 38px);
  line-height: 1.45;
  margin: 12px 0 18px;
}
.fz-editorial p {
  color: var(--fz-muted);
  line-height: 1.9;
}
.fz-kicker {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: #667c72;
}
.fz-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: rgba(250, 251, 247, 0.97);
  border-bottom: 1px solid var(--fz-line);
  backdrop-filter: blur(14px);
}
.fz-header-row {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.fz-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.fz-brand img {
  border-radius: 10px;
  object-fit: contain;
}
.fz-brand strong {
  font-size: 20px;
  letter-spacing: 0.06em;
}
.fz-brand small {
  display: block;
  font-size: 10px;
  letter-spacing: 0.12em;
  color: var(--fz-muted);
  margin-top: 3px;
}
.fz-desktop-nav {
  display: flex;
  gap: 4px;
}
.fz-desktop-nav a {
  font-size: 14px;
  padding: 11px 13px;
  white-space: nowrap;
  border-radius: 5px;
}
.fz-desktop-nav a[aria-current],
.fz-desktop-nav a:hover {
  background: #e7ece5;
  color: #153d34;
}
.fz-header-contact {
  display: flex;
  gap: 8px;
}
.fz-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #244d43;
  color: #fff;
  padding: 14px 24px;
  min-height: 48px;
  border: 1px solid #244d43;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  transition:
    background 0.18s,
    transform 0.18s;
}
.fz-button:hover {
  background: #163d33;
  transform: translateY(-1px);
}
.fz-button-light {
  background: transparent;
  border-color: #becbc3;
  color: #244d43;
}
.fz-button-light:hover {
  background: #e7ece5;
}
.fz-header-contact .fz-button {
  padding: 9px 15px;
  min-height: 40px;
  font-size: 12px;
}
.fz-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.fz-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  color: #285448;
  font-size: 14px;
  font-weight: 600;
}
.fz-text-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.fz-menu-toggle {
  display: none;
}
.fz-mobile-menu {
  display: none;
}
.fz-skip {
  position: absolute;
  top: -100px;
  left: 20px;
  background: white;
  padding: 12px;
  z-index: 120;
}
.fz-skip:focus {
  top: 10px;
}
.fz-hero {
  padding: 38px 0 46px;
  background: #eef1e9;
}
.fz-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.03fr;
  gap: 64px;
  align-items: center;
}
.fz-hero-copy {
  padding: 30px 0;
}
.fz-hero h1 {
  font-family: "Noto Serif TC", "PMingLiU", serif;
  font-size: clamp(36px, 4.15vw, 59px);
  line-height: 1.38;
  margin: 20px 0 22px;
  font-weight: 600;
  letter-spacing: 0.035em;
}
.fz-hero p {
  font-size: 16px;
  margin-bottom: 28px;
}
.fz-hero-picture {
  height: 460px;
  position: relative;
  overflow: hidden;
  border-radius: 4px 64px 4px 4px;
  background: #dae3db;
}
.fz-hero-picture > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fz-picture-caption {
  position: absolute;
  inset: auto 0 0;
  padding: 56px 28px 25px;
  background: linear-gradient(transparent, rgba(10, 35, 38, 0.82));
  color: white;
}
.fz-picture-caption span {
  font-size: 10px;
  letter-spacing: 0.22em;
}
.fz-picture-caption strong {
  display: block;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-top: 9px;
}
.fz-hero-note {
  display: flex;
  gap: 22px;
  margin-top: 36px;
  font-size: 11px;
  letter-spacing: 0.03em;
  color: var(--fz-muted);
}
.fz-home-search {
  display: flex;
  gap: 24px;
  align-items: end;
  background: white;
  padding: 24px 28px;
  margin-top: -20px;
  position: relative;
  box-shadow: 0 10px 36px #183b3b08;
  border: 1px solid var(--fz-line);
  border-radius: 8px;
}
.fz-editorial label {
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-size: 12px;
  font-weight: 600;
  color: #596f65;
}
.fz-editorial input,
.fz-editorial select {
  border: 1px solid #d7e1d9;
  border-radius: 5px;
  background: #fff;
  color: #25413a;
  padding: 12px 14px;
  min-height: 48px;
  font-size: 15px;
  min-width: 0;
  width: 100%;
}
.fz-home-search label:first-child {
  width: 200px;
}
.fz-search-grow {
  flex: 1;
}
.fz-section {
  padding-top: 76px;
  padding-bottom: 76px;
}
.fz-section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 30px;
}
.fz-section-heading h2 {
  margin-bottom: 8px;
}
.fz-section-heading p {
  margin: 0;
}
.fz-city-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.fz-city {
  border-top: 1px solid #a2b8a9;
  padding: 25px 25px 22px;
  background: #edf1ea;
  transition: background 0.2s;
}
.fz-city:nth-child(2) {
  background: #eeeae2;
  border-color: #c9b99f;
}
.fz-city:nth-child(3) {
  background: #e9eef0;
  border-color: #acbec5;
}
.fz-city:hover {
  background: #dfe8dc;
}
.fz-city-index {
  font-size: 10px;
  letter-spacing: 0.13em;
  color: #637971;
}
.fz-city h3 {
  font-family: "PMingLiU", serif;
  font-size: 36px;
  margin: 23px 0 10px;
  letter-spacing: 0.12em;
}
.fz-city > strong {
  font-size: 15px;
  font-weight: 500;
}
.fz-city p {
  font-size: 13px;
  line-height: 1.9;
  min-height: 52px;
  margin: 15px 0 26px;
}
.fz-city-bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ced8cf;
  padding-top: 18px;
  font-size: 12px;
}
.fz-tinted {
  background: #edf0e9;
}
.fz-property-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}
.fz-property {
  background: #fff;
  border: 1px solid #e0e7df;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s;
}
.fz-property:hover {
  box-shadow: 0 12px 28px #153b3410;
}
.fz-property-image {
  display: block;
  aspect-ratio: 16/10;
  position: relative;
  overflow: hidden;
  background: #e6ebe6;
}
.fz-property-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.fz-property-image:hover img {
  transform: scale(1.025);
}
.fz-property-image > span {
  position: absolute;
  left: 14px;
  bottom: 12px;
  font-size: 11px;
  color: white;
  background: #173f39e8;
  padding: 6px 10px;
  border-radius: 3px;
}
.fz-property-body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.fz-property .fz-property-type {
  font-size: 11px;
  margin: 0 0 7px;
  color: #8b7355;
}
.fz-property h3 {
  font-size: 22px;
  margin: 0 0 12px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}
.fz-property-spec {
  font-size: 12px;
  line-height: 1.75 !important;
  margin: 0 0 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 42px;
}
.fz-property-price {
  padding-top: 15px;
  border-top: 1px solid #e7ebe5;
  margin-top: auto;
}
.fz-property-price small {
  font-size: 10px;
  color: #758176;
  display: block;
}
.fz-property-price strong {
  font-size: 16px;
  font-weight: 600;
  display: block;
  line-height: 1.6;
  margin-top: 7px;
  overflow-wrap: anywhere;
}
.fz-property .fz-text-link {
  justify-content: space-between;
  margin-top: 14px;
  font-size: 12px;
}
.fz-guide-intro {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 90px;
}
.fz-guide-intro p {
  margin: 20px 0;
}
.fz-topic-list > a,
.fz-topic-list > div {
  display: flex;
  gap: 22px;
  align-items: center;
  border-bottom: 1px solid var(--fz-line);
  padding: 22px 0;
  min-height: 90px;
}
.fz-topic-list > a:first-child,
.fz-topic-list > div:first-child {
  border-top: 1px solid var(--fz-line);
}
.fz-topic-list span {
  font-size: 11px;
  color: #8b9e91;
}
.fz-topic-list h3 {
  font-size: 17px;
  flex: 1;
  margin: 0;
  line-height: 1.6;
}
.fz-topic-list > a:hover h3 {
  color: #9d713e;
}
.fz-cta {
  background: #21483e;
  padding: 45px 48px;
  margin-bottom: 75px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.fz-cta h2 {
  color: #fff;
  font-size: 30px;
  margin: 10px 0;
}
.fz-cta p {
  color: #d0ded3;
  font-size: 13px;
  margin: 0;
}
.fz-cta .fz-kicker {
  color: #c4cdaa;
}
.fz-cta .fz-button {
  background: #e2d8bd;
  border-color: #e2d8bd;
  color: #244136;
}
.fz-cta .fz-button-light {
  background: transparent;
  color: white;
  border-color: #6a8a79;
}
.fz-footer {
  background: #e7ece4;
  padding: 52px 0 0;
  color: #395348;
}
.fz-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 60px;
}
.fz-footer-name {
  font-size: 24px;
  font-family: "PMingLiU", serif;
  letter-spacing: 0.15em;
}
.fz-footer p {
  font-size: 12px;
  line-height: 2;
  margin-top: 14px;
  color: #64796b;
}
.fz-footer nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 20px;
  align-content: start;
}
.fz-footer a {
  font-size: 13px;
  line-height: 1.8;
}
.fz-footer h2 {
  font-size: 13px;
  margin: 0 0 15px;
  font-weight: 600;
}
.fz-footer-grid > div:last-child > a {
  display: block;
  margin: 8px 0;
}
.fz-footer-bottom {
  padding: 22px 0;
  margin-top: 40px;
  border-top: 1px solid #ced9ce;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: #6b8072;
}
.fz-page-head {
  background: #eaf0e7;
  padding: 34px 0 42px;
  border-bottom: 1px solid var(--fz-line);
}
.fz-page-head nav {
  font-size: 11px;
  color: #708476;
  margin-bottom: 20px;
}
.fz-page-head h1 {
  font-size: clamp(29px, 3.4vw, 44px);
  line-height: 1.4;
  margin: 0 0 12px;
  max-width: 1000px;
}
.fz-page-head p {
  font-size: 15px;
  margin: 0;
  max-width: 760px;
}
.fz-listing-content {
  padding-top: 30px;
  padding-bottom: 58px;
}
.fz-filters {
  display: flex;
  align-items: end;
  gap: 18px;
  background: white;
  border: 1px solid var(--fz-line);
  padding: 24px;
  border-radius: 7px;
}
.fz-filters > label {
  min-width: 150px;
}
.fz-reset {
  min-height: 44px;
  padding: 8px 12px;
  font-size: 13px;
  color: #57745e;
  white-space: nowrap;
  text-decoration: underline;
  text-underline-offset: 4px;
  border: 0;
  background: transparent;
}
.fz-result-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 24px 0;
}
.fz-result-bar p {
  font-size: 14px;
  margin: 0;
}
.fz-result-bar label {
  flex-direction: row;
  align-items: center;
  white-space: nowrap;
}
.fz-result-bar select {
  padding: 8px;
  min-height: 40px;
  font-size: 12px;
}
.fz-caption {
  font-size: 12px !important;
  margin-top: 30px;
  line-height: 1.8 !important;
  color: #708073 !important;
}
.fz-empty {
  text-align: center;
  padding: 70px 20px;
}
.fz-empty p {
  margin-bottom: 24px;
}
.fz-load-more {
  display: flex;
  margin: 32px auto 0;
}
.fz-guides-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}
.fz-guide-sidebar {
  position: sticky;
  top: 108px;
}
.fz-guide-sidebar h2 {
  font-size: 13px;
  margin: 26px 0 15px;
}
.fz-guide-categories {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.fz-guide-categories button {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  text-align: left;
  border: 0;
  border-radius: 4px;
  padding: 11px 13px;
  font-size: 13px;
  background: transparent;
  color: #597266;
}
.fz-guide-categories button[aria-pressed="true"] {
  background: #264e42;
  color: #fff;
}
.fz-guide-categories span {
  opacity: 0.65;
  font-size: 11px;
}
.fz-guides-layout .fz-result-bar {
  margin-top: 0;
}
.fz-qa {
  border-top: 1px solid var(--fz-line);
}
.fz-qa:last-child {
  border-bottom: 1px solid var(--fz-line);
}
.fz-qa summary {
  display: flex;
  align-items: center;
  gap: 18px;
  list-style: none;
  cursor: pointer;
  padding: 23px 8px;
}
.fz-qa summary::-webkit-details-marker {
  display: none;
}
.fz-qa summary > span:first-child {
  font-size: 11px;
  color: #91a396;
}
.fz-qa summary h2 {
  font-size: 17px;
  line-height: 1.7;
  margin: 0;
  flex: 1;
  text-wrap: wrap;
  letter-spacing: 0;
}
.fz-expand {
  font-size: 23px;
  color: #64806b;
  font-weight: 300;
}
.fz-qa[open] {
  background: #fff;
}
.fz-qa[open] .fz-expand {
  transform: rotate(45deg);
}
.fz-answer {
  padding: 0 30px 28px 40px;
  max-width: 850px;
}
.fz-answer p {
  font-size: 15px;
  line-height: 2.05;
  margin: 0 0 18px;
  white-space: pre-line;
  overflow-wrap: anywhere;
}
.fz-reading {
  max-width: 850px;
  padding-top: 54px;
  padding-bottom: 64px;
}
.fz-reading > p {
  font-size: 17px;
  line-height: 2.1;
  margin: 0 0 28px;
  white-space: pre-line;
}
.fz-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(300px, 1fr);
  gap: 48px;
  align-items: start;
}
.fz-detail-image {
  width: 100%;
  max-height: 540px;
  object-fit: cover;
  border-radius: 8px;
  background: #e4e9e0;
}
.fz-detail-copy h2 {
  font-size: 24px;
  margin-top: 35px;
}
.fz-detail-copy dl > div {
  display: grid;
  grid-template-columns: 105px minmax(0, 1fr);
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid var(--fz-line);
  font-size: 14px;
  line-height: 1.9;
}
.fz-detail-copy dt {
  color: #7a887d;
}
.fz-detail-copy dd {
  white-space: pre-line;
  margin: 0;
  overflow-wrap: anywhere;
}
.fz-detail-copy video {
  width: 100%;
  margin: 15px 0;
  background: #173b33;
  border-radius: 8px;
}
.fz-detail-aside {
  padding: 30px;
  background: #fff;
  border: 1px solid var(--fz-line);
  border-radius: 8px;
  position: sticky;
  top: 110px;
}
.fz-detail-aside h2 {
  font-size: 25px;
  overflow-wrap: anywhere;
}
.fz-detail-aside h3 {
  font-size: 20px;
  margin-top: 24px;
}
.fz-detail-aside p {
  font-size: 13px;
}
.fz-detail-aside hr {
  border: 0;
  border-top: 1px solid var(--fz-line);
  margin-top: 24px;
}
.fz-detail-aside .fz-actions {
  margin: 24px 0;
}
.fz-detail-aside .fz-button {
  width: 100%;
}
.fz-about-grid {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 90px;
}
.fz-reading-copy {
  font-size: 17px;
}
.fz-reading-copy p {
  margin: 0 0 24px;
}
.fz-service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
  margin-top: 35px;
}
.fz-service-grid article {
  border-top: 1px solid #bbc9ba;
  padding-top: 24px;
}
.fz-service-grid article > span {
  color: #8a9f8b;
  font-size: 12px;
}
.fz-service-grid h3 {
  font-size: 20px;
  margin: 20px 0 15px;
}
.fz-service-grid p {
  font-size: 14px;
}
.fz-event-panel {
  background: #e7ece2;
  border: 1px solid #d2dfcc;
  padding: 45px;
  margin-bottom: 80px;
  border-radius: 8px;
}
.fz-event-panel .fz-actions {
  margin-top: 26px;
}
.fz-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.fz-contact-grid article {
  background: white;
  padding: 35px;
  border: 1px solid var(--fz-line);
  border-radius: 8px;
}
.fz-contact-grid h2 {
  font-size: 28px;
}
.fz-contact-grid p {
  margin-bottom: 24px;
}
.fz-contact-grid article > a {
  display: block;
  margin: 16px 0;
}
/* Keep the existing live map, with the shared visual language. */
[code-path^="src/pages/CityMap.tsx"] h1 {
  font-weight: 600;
}
[code-path="src/pages/CityMap.tsx:76:7"] {
  background: #eaf0e7 !important;
  color: #183b3b !important;
}
[code-path="src/pages/CityMap.tsx:76:7"] * {
  color: #183b3b !important;
}
[code-path^="src/pages/CityMap.tsx"] .card-luxury {
  box-shadow: none;
  border: 1px solid #dce4df;
}
body:has(.fz-editorial) > .fz-currency-switcher {
  display: none !important;
}
.fz-footer .fz-footer-name {
  font-size: 24px;
}
.fz-editorial .fz-wa-btn {
  margin-left: 0 !important;
}
@media (min-width: 1500px) {
  .fz-hero-picture {
    height: 490px;
  }
}
@media (max-width: 1120px) {
  .fz-wrap {
    width: calc(100% - 48px);
  }
  .fz-header-contact {
    display: none;
  }
  .fz-hero-grid {
    gap: 32px;
  }
  .fz-hero-picture {
    height: 430px;
  }
  .fz-desktop-nav a {
    padding: 10px;
  }
  .fz-cta {
    padding: 32px;
  }
  .fz-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .fz-guides-layout {
    gap: 30px;
  }
  .fz-about-grid {
    gap: 40px;
  }
}
@media (max-width: 760px) {
  .fz-wrap {
    width: calc(100% - 36px);
  }
  .fz-header-row {
    height: 68px;
  }
  .fz-brand img {
    width: 36px;
    height: 36px;
  }
  .fz-brand strong {
    font-size: 18px;
  }
  .fz-desktop-nav {
    display: none;
  }
  .fz-menu-toggle {
    display: block;
    border: 1px solid #c9d4c9;
    background: transparent;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 13px;
    min-height: 44px;
  }
  .fz-mobile-menu {
    display: flex;
    flex-direction: column;
    gap: 3px;
    background: #fbfcf8;
    padding: 16px 22px 24px;
    max-height: calc(100dvh - 68px);
    overflow: auto;
    border-top: 1px solid var(--fz-line);
    box-shadow: 0 20px 25px #173b3314;
  }
  .fz-mobile-menu > a {
    padding: 12px;
    font-size: 15px;
    min-height: 44px;
    border-radius: 5px;
  }
  .fz-mobile-menu > a[aria-current] {
    background: #e5ecdf;
  }
  .fz-mobile-menu .fz-actions {
    margin-top: 14px;
  }
  .fz-editorial {
    padding-top: 68px;
  }
  .fz-hero {
    padding: 12px 0 34px;
  }
  .fz-hero-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .fz-hero-copy {
    padding: 25px 4px 12px;
  }
  .fz-hero h1 {
    font-size: 38px;
    margin: 16px 0 18px;
    line-height: 1.38;
  }
  .fz-hero p {
    font-size: 14px;
    margin-bottom: 22px;
  }
  .fz-desktop-break {
    display: none;
  }
  .fz-hero-note {
    font-size: 10px;
    margin-top: 24px;
    gap: 16px;
  }
  .fz-hero-picture {
    height: 250px;
    border-radius: 4px 44px 4px 4px;
  }
  .fz-picture-caption {
    padding: 45px 20px 18px;
  }
  .fz-picture-caption strong {
    font-size: 15px;
  }
  .fz-home-search {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: -12px;
    gap: 16px;
    padding: 22px;
  }
  .fz-home-search label:first-child {
    width: auto;
  }
  .fz-home-search .fz-button {
    width: 100%;
  }
  .fz-section {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .fz-section-heading {
    align-items: start;
    gap: 8px;
    flex-direction: column;
    margin-bottom: 24px;
  }
  .fz-editorial h2 {
    font-size: 27px;
  }
  .fz-city-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .fz-city {
    padding: 22px;
  }
  .fz-city h3 {
    font-size: 30px;
    margin: 14px 0 6px;
  }
  .fz-city p {
    min-height: 0;
    margin: 12px 0 20px;
  }
  .fz-property-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  .fz-property-body {
    padding: 15px;
  }
  .fz-property h3 {
    font-size: 18px;
  }
  .fz-property-price strong {
    font-size: 14px;
  }
  .fz-property-image > span {
    left: 8px;
    bottom: 8px;
    padding: 5px 7px;
    font-size: 10px;
  }
  .fz-guide-intro {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .fz-guide-intro h2 br {
    display: none;
  }
  .fz-topic-list h3 {
    font-size: 16px;
  }
  .fz-cta {
    display: block;
    padding: 28px 24px;
    margin-bottom: 42px;
  }
  .fz-cta h2 {
    font-size: 25px;
  }
  .fz-cta .fz-actions {
    margin-top: 24px;
  }
  .fz-cta .fz-button {
    padding: 12px 15px;
    font-size: 12px;
  }
  .fz-footer {
    padding-top: 34px;
  }
  .fz-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .fz-footer-grid > div:first-child {
    grid-column: 1/-1;
  }
  .fz-footer-bottom {
    display: block;
    line-height: 1.8;
    margin-top: 28px;
    font-size: 10px;
  }
  .fz-footer-bottom span {
    display: block;
    margin-top: 7px;
  }
  .fz-page-head {
    padding: 26px 0 30px;
  }
  .fz-page-head h1 {
    font-size: 29px;
    line-height: 1.5;
  }
  .fz-page-head p {
    font-size: 14px;
  }
  .fz-filters {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 18px;
    gap: 14px;
  }
  .fz-filters > label {
    min-width: 0;
  }
  .fz-filters > label:first-child {
    grid-column: 1/-1;
  }
  .fz-filters .fz-reset {
    grid-column: 1/-1;
    text-align: left;
    padding: 0;
  }
  .fz-editorial input,
  .fz-editorial select {
    font-size: 16px;
  }
  .fz-result-bar {
    margin: 20px 0;
  }
  .fz-result-bar p {
    font-size: 13px;
  }
  .fz-guides-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .fz-guide-sidebar {
    position: static;
  }
  .fz-guide-categories {
    flex-direction: row;
    overflow-x: auto;
    padding-bottom: 10px;
  }
  .fz-guide-categories button {
    white-space: nowrap;
    min-height: 44px;
    flex-shrink: 0;
  }
  .fz-guide-sidebar h2 {
    font-size: 13px;
    margin: 20px 0 10px;
  }
  .fz-qa summary {
    gap: 12px;
    padding: 20px 0;
  }
  .fz-qa summary h2 {
    font-size: 16px;
  }
  .fz-answer {
    padding: 0 16px 22px;
  }
  .fz-answer p {
    font-size: 15px;
  }
  .fz-detail-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .fz-detail-aside {
    position: static;
    padding: 24px;
  }
  .fz-detail-copy dl > div {
    grid-template-columns: 80px 1fr;
    gap: 12px;
  }
  .fz-about-grid,
  .fz-contact-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .fz-reading-copy {
    font-size: 15px;
  }
  .fz-service-grid {
    gap: 25px;
  }
  .fz-service-grid h3 {
    font-size: 18px;
  }
  .fz-event-panel {
    padding: 26px;
    margin-bottom: 45px;
  }
  .fz-contact-grid article {
    padding: 24px;
  }
  .fz-reading {
    padding-top: 32px;
    padding-bottom: 42px;
  }
  .fz-reading > p {
    font-size: 16px;
  }
}
@media (max-width: 440px) {
  .fz-property-grid {
    grid-template-columns: 1fr;
  }
  .fz-property-image {
    aspect-ratio: 16/9;
  }
  .fz-property-body {
    padding: 20px;
  }
  .fz-property h3 {
    font-size: 21px;
  }
  .fz-property-spec {
    min-height: 0;
  }
  .fz-property-price strong {
    font-size: 17px;
  }
  .fz-hero h1 {
    font-size: 35px;
  }
  .fz-hero .fz-button {
    padding: 12px 19px;
  }
  .fz-hero .fz-text-link {
    font-size: 13px;
  }
  .fz-service-grid {
    grid-template-columns: 1fr;
  }
}
.fz-brand-mark {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: #244d43;
  color: white;
  display: grid;
  place-items: center;
  font-family: "PMingLiU", serif;
  font-size: 22px;
}
.fz-signup {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 700px;
  margin-top: 30px;
}
.fz-signup .fz-consent {
  grid-column: 1/-1;
  display: flex;
  flex-direction: row;
  align-items: start;
  font-size: 12px;
  line-height: 1.8;
}
.fz-signup input[type="checkbox"] {
  width: 18px;
  height: 18px;
  min-height: 18px;
  flex-shrink: 0;
  margin-top: 3px;
}
.fz-signup .fz-form-message {
  grid-column: 1/-1;
  font-size: 14px;
}
.fz-signup button:disabled {
  opacity: 0.65;
  cursor: wait;
}
@media (max-width: 600px) {
  .fz-signup {
    grid-template-columns: 1fr;
  }
}
.fz-city-tabs {
  display: flex;
  gap: 14px;
  margin-bottom: 32px;
}
.fz-city-tabs a {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 18px 24px;
  border: 1px solid var(--fz-line);
  border-radius: 6px;
  background: white;
}
.fz-city-tabs a[aria-current] {
  background: #244d43;
  color: white;
  border-color: #244d43;
}
.fz-city-tabs strong {
  font-size: 21px;
  font-weight: 500;
}
.fz-city-tabs span {
  font-size: 12px;
  opacity: 0.75;
}
.fz-map-layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: start;
}
.fz-map-layout figure {
  margin: 0;
  position: sticky;
  top: 110px;
}
.fz-map-layout img {
  width: 100%;
  border: 1px solid var(--fz-line);
  border-radius: 8px;
  background: #fff;
}
.fz-map-layout figcaption {
  font-size: 11px;
  color: #7c8c80;
  line-height: 1.8;
  margin-top: 12px;
}
.fz-district-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 25px 0;
}
.fz-district-list a {
  display: flex;
  align-items: center;
  gap: 10px;
  background: white;
  border: 1px solid var(--fz-line);
  border-radius: 5px;
  padding: 14px;
  font-size: 13px;
}
.fz-district-list span {
  flex: 1;
}
.fz-district-list small {
  color: #6c8372;
  white-space: nowrap;
}
.fz-district-list a:hover {
  border-color: #77967e;
}
.fz-filters {
  flex-wrap: wrap;
}
.fz-filters .fz-search-grow {
  min-width: 230px;
}
@media (max-width: 760px) {
  .fz-map-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .fz-map-layout figure {
    position: static;
  }
  .fz-city-tabs {
    gap: 8px;
    overflow: auto;
  }
  .fz-city-tabs a {
    flex: 1;
    flex-direction: column;
    gap: 6px;
    padding: 14px 15px;
    white-space: nowrap;
  }
  .fz-city-tabs strong {
    font-size: 19px;
  }
  .fz-city-tabs span {
    font-size: 10px;
  }
  .fz-district-list {
    grid-template-columns: 1fr 1fr;
  }
  .fz-district-list a {
    flex-wrap: wrap;
    gap: 6px;
  }
  .fz-filters .fz-search-grow {
    min-width: 0;
  }
}
.fz-guides-layout > * {
  min-width: 0;
}
.fz-guide-categories {
  max-width: 100%;
}
.fz-map-layout > * {
  min-width: 0;
}
.fz-site svg {
  flex-shrink: 0;
}
.fz-qa summary h2 {
  min-width: 0;
  overflow-wrap: anywhere;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
