:root {
  --ink: #17211d;
  --muted: #66736d;
  --paper: #fbfaf7;
  --line: #ded9cf;
  --green: #245a45;
  --gold: #b88a38;
  --brick: #9a4c3a;
  --blue: #2e6171;
  --soft: #f0ece4;
  --white: #ffffff;
  --shadow: 0 18px 55px rgba(30, 38, 34, 0.12);
  --cream: #f7f0e5;
  --charcoal: #151716;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  line-height: 1.6;
}

.advisor-home {
  background: #f8f5ef;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: minmax(230px, 1fr) auto auto;
  gap: 26px;
  align-items: center;
  padding: 16px clamp(20px, 5vw, 64px);
  border-bottom: 1px solid rgba(222, 217, 207, 0.82);
  background: rgba(251, 250, 247, 0.92);
  backdrop-filter: blur(18px);
}

.advisor-header {
  background: rgba(248, 245, 239, 0.94);
}

.brand {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  min-width: 0;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border-radius: 8px;
  background: var(--green);
  color: var(--white);
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 16px;
  line-height: 1.2;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
}

.nav {
  display: flex;
  gap: 22px;
  color: #3d4944;
  font-size: 14px;
}

.header-cta,
.primary-btn,
.secondary-btn,
.contact-form button,
.owner-lead-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 8px;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 700;
}

.header-cta,
.primary-btn,
.contact-form button,
.owner-lead-form button {
  background: var(--green);
  color: var(--white);
}

.header-cta {
  padding: 0 18px;
  font-size: 14px;
}

.outline-btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 8px;
  color: var(--white);
  font-weight: 700;
}

.luxury-hero {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(420px, 1.08fr);
  min-height: 760px;
  background: var(--charcoal);
  color: var(--white);
}

.hero-portrait {
  min-height: 520px;
}

.hero-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.86;
}

.hero-panel {
  display: grid;
  align-content: center;
  padding: clamp(56px, 8vw, 104px);
}

.overline {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
}

.position-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  padding: 18px clamp(20px, 5vw, 64px);
  border-bottom: 1px solid #e5d2b8;
  background: #fff0dc;
  color: #4b3922;
}

.position-strip strong {
  color: #17211d;
}

.position-strip span {
  padding: 6px 10px;
  border: 1px solid #e4c69d;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-weight: 800;
}

.proof-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.proof-bar div {
  min-height: 132px;
  padding: 28px clamp(18px, 3vw, 34px);
  border-right: 1px solid var(--line);
}

.proof-bar div:last-child {
  border-right: 0;
}

.proof-bar strong {
  display: block;
  color: var(--green);
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1;
}

.proof-bar span {
  color: var(--muted);
  font-weight: 700;
}

.platform-band {
  padding: 88px clamp(20px, 5vw, 64px);
  background: #eef5fb;
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 34px;
}

.platform-grid article {
  min-height: 230px;
  padding: 24px;
  border: 1px solid #d7e4ef;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
}

.platform-grid span {
  color: #0b62b8;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.platform-grid p {
  color: #566673;
}

.intro-split {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(320px, 1.2fr);
  gap: 56px;
  padding: 92px clamp(20px, 5vw, 64px);
  background: var(--cream);
}

.intro-copy {
  color: #4f5a55;
  font-size: 19px;
}

.brand-explain {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(360px, 1.18fr);
  gap: 42px;
  align-items: start;
  padding: 86px clamp(20px, 5vw, 64px);
  background: var(--white);
  border-top: 1px solid rgba(222, 217, 207, 0.76);
  border-bottom: 1px solid rgba(222, 217, 207, 0.76);
}

.brand-explain .section-heading {
  max-width: 760px;
}

.brand-explain .section-heading p:last-child {
  color: #4f5a55;
  font-size: 18px;
}

.brand-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.brand-proof-grid article {
  min-height: 220px;
  padding: 24px;
  border: 1px solid #d9d2c7;
  border-radius: 8px;
  background: #fbfaf7;
}

.brand-proof-grid span {
  display: block;
  margin-bottom: 12px;
  color: var(--green);
  font-size: 19px;
  font-weight: 900;
}

.brand-proof-grid p {
  margin: 0;
  color: var(--muted);
}

.service-paths {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--white);
}

.service-paths a {
  display: grid;
  min-height: 240px;
  align-content: end;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-paths a:last-child {
  border-right: 0;
}

.service-paths span {
  color: var(--gold);
  font-weight: 900;
}

.business-paths a:nth-child(1) span,
.business-paths a:nth-child(1) h3 {
  color: #0b62b8;
}

.business-paths a:nth-child(2) span,
.business-paths a:nth-child(2) h3 {
  color: #e87812;
}

.business-paths a:nth-child(3) span,
.business-paths a:nth-child(3) h3 {
  color: var(--green);
}

.pricing-band {
  padding: 88px clamp(20px, 5vw, 64px);
  background: #fff7ee;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 32px;
}

.pricing-grid article {
  min-height: 188px;
  padding: 24px;
  border: 1px solid #ead0b5;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
}

.pricing-grid span {
  color: #a94335;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.pricing-grid p {
  color: #625547;
  white-space: pre-line;
}

.pricing-lines {
  display: grid;
  gap: 7px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.pricing-lines li {
  position: relative;
  padding-left: 16px;
  color: #51463d;
  font-size: 14px;
  line-height: 1.52;
}

.pricing-lines li::before {
  position: absolute;
  left: 0;
  color: #a94335;
  content: "•";
  font-weight: 900;
}

.service-hub-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(520px, 1.28fr);
  gap: 24px;
  align-items: start;
  margin-top: 34px;
}

.service-summary-panel,
.process-panel {
  border: 1px solid #ead0b5;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 16px 42px rgba(140, 84, 37, 0.08);
}

.service-summary-panel {
  padding: 26px;
}

.service-summary-panel h3 {
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.16;
}

.service-summary-panel .pricing-grid {
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 22px;
  margin-bottom: 18px;
}

.service-summary-panel .pricing-grid article {
  min-height: auto;
  padding: 18px;
  background: var(--white);
}

.service-summary-panel .pricing-grid h3 {
  font-size: 20px;
}

.service-guide-card {
  align-self: stretch;
  margin: 0;
}

.guide-image-button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.pricing-guide {
  overflow: hidden;
  margin: 18px 0 0;
  border: 1px solid #ead0b5;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.pricing-guide img {
  display: block;
  width: 100%;
  object-fit: contain;
}

.pricing-guide figcaption {
  padding: 14px 18px;
  color: var(--muted);
  font-size: 13px;
}

.pricing-details {
  margin-top: 26px;
}

.pricing-details summary {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid #dcb98d;
  border-radius: 8px;
  background: var(--white);
  color: #8d3f31;
  cursor: pointer;
  font-weight: 900;
}

.process-panel {
  margin-top: 24px;
  padding: 24px;
}

.process-heading {
  display: grid;
  grid-template-columns: minmax(260px, 0.65fr) minmax(320px, 1fr);
  gap: 18px;
  align-items: end;
}

.process-heading h3 {
  margin-bottom: 0;
  font-size: clamp(26px, 4vw, 42px);
}

.process-heading > p {
  margin: 0;
  color: var(--muted);
}

.service-route-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 22px;
}

.service-route-grid a {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid #ead0b5;
  border-radius: 8px;
  background: var(--white);
}

.service-route-grid span {
  width: fit-content;
  padding: 4px 9px;
  border-radius: 999px;
  background: #fff0dc;
  color: #a94335;
  font-size: 12px;
  font-weight: 900;
}

.service-route-grid strong {
  color: var(--ink);
  font-size: 18px;
}

.service-route-grid small {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.service-flow-grid {
  margin-top: 24px;
}

.service-paths p {
  margin-bottom: 0;
  color: var(--muted);
}

.testimonial-band {
  display: grid;
  justify-items: center;
  padding: 94px clamp(20px, 8vw, 120px);
  background: var(--charcoal);
  color: var(--white);
  text-align: center;
}

.quote-mark {
  height: 42px;
  color: var(--gold);
  font-size: 76px;
  line-height: 0.9;
}

.testimonial-band blockquote {
  max-width: 980px;
  margin: 0 0 22px;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.25;
}

.testimonial-band p {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

.hero {
  position: relative;
  display: grid;
  min-height: 720px;
  align-items: end;
  overflow: hidden;
  padding: clamp(84px, 10vw, 128px) clamp(20px, 5vw, 64px) 56px;
  background: #17211d;
  color: var(--white);
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(15, 24, 20, 0.88), rgba(15, 24, 20, 0.52) 46%, rgba(15, 24, 20, 0.2)),
    linear-gradient(0deg, rgba(15, 24, 20, 0.55), rgba(15, 24, 20, 0));
  content: "";
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.86;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 820px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 18px;
  font-size: clamp(42px, 7vw, 82px);
  line-height: 1.06;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 12px;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.12;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 20px;
}

.hero-copy {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
}

.hero-actions,
.hero-stats,
.filters,
.segmented,
.listing-meta,
.card-footer,
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.primary-btn,
.secondary-btn {
  padding: 0 22px;
}

.secondary-btn {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}

.hero-stats {
  margin-top: 38px;
}

.hero-stats span {
  min-width: 150px;
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.82);
}

.hero-stats strong {
  display: block;
  color: var(--white);
  font-size: 26px;
  line-height: 1.1;
}

.toolbar-band,
.services,
.contact,
.about-band,
.book-band,
.articles-band {
  padding: 76px clamp(20px, 5vw, 64px);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.trust-strip a {
  display: grid;
  min-height: 72px;
  place-items: center;
  border-right: 1px solid var(--line);
  color: #405049;
  font-weight: 700;
}

.trust-strip a:last-child {
  border-right: 0;
}

.about-band {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(320px, 1.05fr);
  gap: 48px;
  align-items: center;
  background: var(--paper);
}

.about-copy p:last-child {
  color: var(--muted);
  font-size: 18px;
}

.about-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.about-metrics div {
  min-height: 180px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.about-metrics strong {
  display: block;
  margin-bottom: 14px;
  color: var(--green);
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.05;
}

.about-metrics span {
  color: var(--muted);
}

.toolbar-band {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(340px, 660px);
  gap: 34px;
  align-items: end;
  background: var(--white);
}

.listing-anchor {
  display: block;
  height: 0;
  scroll-margin-top: 96px;
}

.refined-toolbar {
  border-bottom: 1px solid var(--line);
  background: #f8f5ef;
}

.feishu-listings-band {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(420px, 1.28fr);
  gap: 34px;
  align-items: stretch;
  padding: 82px clamp(20px, 5vw, 64px);
  border-bottom: 1px solid var(--line);
  background: #f8f5ef;
}

.feishu-entry-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.feishu-entry-card {
  display: grid;
  min-height: 260px;
  align-content: end;
  gap: 12px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 34px rgba(30, 38, 34, 0.06);
}

.feishu-entry-card span {
  width: fit-content;
  padding: 5px 10px;
  border-radius: 999px;
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
}

.feishu-entry-card.rent span {
  background: #0b62b8;
}

.feishu-entry-card.sale span {
  background: #e87812;
}

.feishu-entry-card strong {
  color: var(--ink);
  font-size: clamp(23px, 3vw, 34px);
  line-height: 1.18;
}

.feishu-entry-card p {
  margin: 0;
  color: var(--muted);
}

.section-heading {
  max-width: 680px;
}

.section-heading p:last-child {
  color: var(--muted);
}

.filters {
  justify-content: flex-end;
}

.segmented {
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.segmented button {
  min-width: 68px;
  height: 38px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
}

.segmented button.active {
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 4px 14px rgba(23, 33, 29, 0.08);
}

.search-box,
.select-box {
  display: grid;
  gap: 5px;
  color: var(--muted);
  font-size: 12px;
}

.search-box input,
.select-box select,
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  outline: none;
}

.search-box input,
.select-box select {
  padding: 0 12px;
}

.listings-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 28px;
  padding: 38px clamp(20px, 5vw, 64px) 86px;
}

.flow-gallery {
  padding: 88px clamp(20px, 5vw, 64px);
  background: var(--white);
}

.flow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.flow-grid figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 34px rgba(30, 38, 34, 0.08);
}

.flow-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: top center;
}

.flow-grid figure:first-child img,
.flow-grid figure:nth-child(2) img {
  aspect-ratio: 4 / 3.5;
}

.flow-grid figcaption {
  padding: 14px 16px;
  color: var(--ink);
  font-weight: 800;
}

.flow-zoom {
  width: calc(100% - 32px);
  min-height: 40px;
  margin: 0 16px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: var(--green);
  cursor: pointer;
  font-weight: 900;
}

.owner-upload {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(340px, 1.1fr);
  gap: 46px;
  padding: 88px clamp(20px, 5vw, 64px);
  background: #f4f7f1;
}

.upload-copy p:last-child {
  color: var(--muted);
  font-size: 18px;
}

.upload-mock {
  display: grid;
  gap: 12px;
  padding: 24px;
  border: 1px solid #d6dfd1;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.form-mount .wpforms-container,
.form-mount .fluentform,
.form-mount .frm_forms {
  margin: 0;
}

.owner-form-mount .wpforms-container,
.owner-form-mount .fluentform,
.owner-form-mount .frm_forms {
  padding: 24px;
  border: 1px solid #d6dfd1;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.mock-field {
  min-height: 52px;
  padding: 14px 16px;
  border: 1px dashed #b8c8b0;
  border-radius: 8px;
  color: var(--muted);
}

.upload-mock button {
  min-height: 50px;
  border: 0;
  border-radius: 8px;
  background: var(--green);
  color: var(--white);
  cursor: pointer;
  font-weight: 800;
}

.listing-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.listing-summary span {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.listing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.listing-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 8px 26px rgba(30, 38, 34, 0.06);
}

.listing-card figure {
  position: relative;
  margin: 0;
  aspect-ratio: 4 / 3;
  background: var(--soft);
}

.listing-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(23, 33, 29, 0.76);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
}

.listing-body {
  padding: 18px;
}

.listing-body h3 {
  min-height: 56px;
}

.project-name {
  margin-bottom: 6px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
}

.price {
  margin-bottom: 10px;
  color: var(--brick);
  font-size: 24px;
  font-weight: 800;
}

.listing-meta {
  gap: 8px;
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 13px;
}

.listing-meta span {
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--soft);
}

.listing-reason {
  min-height: 52px;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 14px;
}

.chips {
  gap: 7px;
  min-height: 62px;
}

.chips span {
  padding: 4px 8px;
  border: 1px solid #e7e1d6;
  border-radius: 999px;
  color: #4f5c56;
  font-size: 12px;
}

.card-footer {
  justify-content: space-between;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.yield {
  color: var(--blue);
  font-weight: 800;
}

.card-footer a {
  color: var(--green);
  font-weight: 800;
}

.listing-actions button {
  border: 0;
  background: transparent;
  color: var(--green);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.listing-actions {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.lead-panel {
  position: sticky;
  top: 92px;
  align-self: start;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--ink);
  color: var(--white);
  box-shadow: var(--shadow);
}

.light-panel {
  background: #26372e;
}

.lead-panel h2 {
  font-size: 31px;
}

.lead-panel ul {
  margin: 22px 0;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.82);
}

.full {
  width: 100%;
}

.services {
  background: #eef2ee;
}

.book-band {
  display: grid;
  grid-template-columns: minmax(240px, 360px) minmax(320px, 1fr);
  gap: 54px;
  align-items: center;
  background: #fff8ea;
}

.advisor-book {
  background: #fbf7ef;
}

.book-cover {
  overflow: hidden;
  border: 1px solid rgba(184, 138, 56, 0.32);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.book-cover img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.book-copy {
  max-width: 760px;
}

.book-copy p {
  color: #5f5344;
  font-size: 18px;
}

.book-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 26px;
}

.book-points span {
  padding: 8px 12px;
  border: 1px solid rgba(184, 138, 56, 0.3);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #695133;
  font-size: 13px;
  font-weight: 700;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-grid article {
  padding: 28px;
  border: 1px solid #d8ddd7;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.service-grid span {
  color: var(--gold);
  font-weight: 900;
}

.service-grid p,
.insight p,
.contact p,
.articles-band p {
  color: var(--muted);
}

.articles-band {
  background: var(--white);
}

.resources-band {
  padding: 84px clamp(20px, 5vw, 64px);
  background: var(--white);
}

.centered {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.work-with {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(340px, 560px);
  gap: 52px;
  align-items: start;
  padding: 92px clamp(20px, 5vw, 64px);
  background: var(--charcoal);
  color: var(--white);
}

.work-copy {
  max-width: 760px;
}

.work-copy p:last-child {
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
}

.elevated-form {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.contact-form-mount .wpforms-container,
.contact-form-mount .fluentform,
.contact-form-mount .frm_forms {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.global-seo-band {
  display: grid;
  grid-template-columns: minmax(300px, 0.74fr) minmax(360px, 1.26fr);
  gap: 44px;
  padding: 78px clamp(20px, 5vw, 64px);
  background: #eef5f2;
  border-top: 1px solid #d6e1db;
  border-bottom: 1px solid #d6e1db;
}

.global-seo-band h2 {
  max-width: 620px;
  font-size: clamp(28px, 4vw, 46px);
}

.global-seo-band p {
  color: #4f5d56;
  font-size: 18px;
}

.global-seo-band .seo-keywords {
  grid-column: 2;
  margin: -18px 0 0;
  color: #66736d;
  font-size: 13px;
  font-weight: 800;
}

.faq-band {
  padding: 86px clamp(20px, 5vw, 64px);
  background: var(--white);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 34px;
}

.faq-grid article {
  min-height: 230px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.faq-grid h3 {
  color: var(--ink);
  font-size: 19px;
  line-height: 1.35;
}

.faq-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.refined-footer {
  background: #0f1110;
  color: rgba(255, 255, 255, 0.68);
}

.owner-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 20px;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.18s ease;
}

.listing-modal {
  position: fixed;
  inset: 0;
  z-index: 108;
  display: grid;
  place-items: center;
  padding: 20px;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.18s ease;
}

.flow-modal {
  position: fixed;
  inset: 0;
  z-index: 110;
  display: grid;
  place-items: center;
  padding: 20px;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.18s ease;
}

.listing-modal.is-open {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

.flow-modal.is-open {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

.listing-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 16, 14, 0.68);
}

.flow-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 16, 14, 0.72);
}

.listing-modal__panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(320px, 1fr);
  width: min(980px, 100%);
  max-height: 92vh;
  overflow: auto;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.listing-modal__media {
  position: relative;
  min-height: 420px;
  background: var(--soft);
}

.listing-modal__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.listing-modal__media span {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(23, 33, 29, 0.78);
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
}

.listing-modal__body {
  padding: 32px;
}

.listing-modal__body h2 {
  margin: 0 46px 12px 0;
  font-size: clamp(26px, 4vw, 42px);
}

.listing-modal__price {
  margin-bottom: 16px;
  color: var(--brick);
  font-size: 30px;
  font-weight: 900;
}

.listing-modal__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.listing-modal__meta span {
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--soft);
  color: var(--muted);
  font-size: 13px;
}

.listing-modal__reason {
  color: var(--muted);
  font-size: 16px;
}

.listing-modal__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
  color: var(--muted);
}

.listing-modal__links a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--green);
  font-weight: 800;
}

.listing-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.listing-modal__actions .outline-btn {
  border-color: var(--line);
  color: var(--green);
}

.listing-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  cursor: pointer;
  color: var(--ink);
  font-size: 24px;
  line-height: 1;
}

.flow-modal__panel {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
  max-height: 92vh;
  overflow: auto;
  padding: 22px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.flow-modal__panel h2 {
  margin: 0 48px 16px 0;
  font-size: clamp(20px, 3vw, 30px);
}

.flow-modal__panel img {
  display: block;
  width: 100%;
  height: auto;
}

.flow-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  cursor: pointer;
  color: var(--ink);
  font-size: 24px;
  line-height: 1;
}

.owner-modal.is-open,
.owner-modal:target {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

.owner-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 16, 14, 0.62);
}

.owner-modal__panel {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  padding: 30px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.owner-modal__panel h2 {
  margin: 6px 0 12px;
  font-size: clamp(26px, 4vw, 38px);
  line-height: 1.12;
}

.owner-modal__panel p {
  color: var(--muted);
}

.owner-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  cursor: pointer;
  color: var(--ink);
  font-size: 24px;
  line-height: 1;
}

.owner-lead-form {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.owner-lead-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.owner-lead-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 800;
}

.owner-lead-form input,
.owner-lead-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  background: #fbfaf7;
  color: var(--ink);
  font-weight: 500;
}

.owner-lead-form textarea {
  min-height: 132px;
  resize: vertical;
}

.owner-lead-form button {
  width: 100%;
  margin-top: 4px;
}

.owner-lead-success {
  margin-top: 12px;
  padding: 10px 12px;
  border: 1px solid #b8d6c2;
  border-radius: 8px;
  background: #eef8f0;
  color: var(--green);
  font-weight: 800;
}

.article-grid {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.article-group {
  display: grid;
  grid-template-columns: minmax(210px, 0.7fr) repeat(3, 1fr);
  gap: 14px;
  align-items: stretch;
}

.article-group > div {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--green);
  color: var(--white);
}

.article-group > div span {
  display: block;
  font-size: 20px;
  font-weight: 900;
}

.article-group > div p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.75);
}

.article-card {
  display: grid;
  min-height: 178px;
  align-content: space-between;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.article-card time {
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
}

.article-card h3 {
  margin: 14px 0 22px;
  font-size: 19px;
  line-height: 1.38;
}

.article-card strong {
  color: var(--green);
  font-weight: 800;
}

.category-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.category-row span {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 13px;
}

.category-row strong {
  color: var(--green);
}

.insight {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(280px, 1fr);
  gap: 48px;
  align-items: center;
  padding: 86px clamp(20px, 5vw, 64px);
  background: var(--white);
}

.insight p {
  margin-bottom: 0;
  font-size: 19px;
}

.contact {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(320px, 560px);
  gap: 42px;
  align-items: start;
}

.contact-form {
  display: grid;
  gap: 12px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  padding: 0 14px;
}

.contact-form textarea {
  min-height: 118px;
  padding-top: 12px;
  resize: vertical;
}

.contact-form button {
  min-height: 50px;
  border: 0;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  padding: 22px clamp(20px, 5vw, 64px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}

@media (max-width: 1080px) {
  .listing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .luxury-hero,
  .intro-split,
  .work-with,
  .owner-upload,
  .brand-explain,
  .global-seo-band {
    grid-template-columns: 1fr;
  }

  .hero-portrait {
    min-height: 420px;
  }
}

@media (max-width: 860px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav {
    display: none;
  }

  .toolbar-band,
  .feishu-listings-band,
  .listings-wrap,
  .insight,
  .contact,
  .about-band,
  .book-band,
  .service-hub-layout,
  .process-heading {
    grid-template-columns: 1fr;
  }

  .trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-strip a {
    border-bottom: 1px solid var(--line);
  }

  .about-metrics,
  .article-grid,
  .proof-bar,
  .service-paths,
  .service-route-grid,
  .feishu-entry-grid,
  .brand-proof-grid,
  .faq-grid,
  .platform-grid,
  .pricing-grid,
  .flow-grid {
    grid-template-columns: 1fr;
  }

  .article-group {
    grid-template-columns: 1fr;
  }

  .flow-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
  }

  .flow-grid figure {
    min-width: min(86vw, 420px);
    scroll-snap-align: start;
  }

  .listing-modal__panel {
    grid-template-columns: 1fr;
  }

  .listing-modal__media {
    min-height: 260px;
  }

  .proof-bar div,
  .service-paths a {
    border-right: 0;
  }

  .filters {
    justify-content: flex-start;
  }

  .lead-panel {
    position: static;
  }

  .global-seo-band .seo-keywords {
    grid-column: auto;
    margin-top: 0;
  }
}

@media (max-width: 620px) {
  .site-header {
    gap: 14px;
    padding: 12px 16px;
  }

  .brand strong {
    font-size: 14px;
  }

  .brand small {
    display: none;
  }

  .header-cta {
    min-height: 40px;
    padding: 0 12px;
  }

  .hero {
    min-height: 660px;
    padding: 92px 18px 36px;
  }

  .luxury-hero {
    min-height: auto;
  }

  .hero-panel {
    padding: 44px 18px 52px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .hero-actions a,
  .listing-modal__actions a {
    width: 100%;
  }

  .hero-portrait {
    min-height: 320px;
  }

  h1 {
    font-size: 40px;
  }

  .hero-copy {
    font-size: 16px;
  }

  .hero-stats span {
    min-width: calc(50% - 6px);
    flex: 1 1 140px;
  }

  .toolbar-band,
  .feishu-listings-band,
  .services,
  .contact,
  .insight,
  .about-band,
  .book-band,
  .articles-band,
  .resources-band,
  .brand-explain,
  .global-seo-band,
  .faq-band,
  .platform-band,
  .pricing-band,
  .flow-gallery,
  .owner-upload,
  .intro-split,
  .work-with,
  .testimonial-band {
    padding: 56px 18px;
  }

  .listings-wrap {
    padding: 28px 18px 62px;
  }

  .listing-grid,
  .service-grid,
  .article-grid {
    grid-template-columns: 1fr;
  }

  .trust-strip {
    grid-template-columns: 1fr;
  }

  .trust-strip a {
    min-height: 54px;
    justify-items: start;
    padding: 0 18px;
  }

  .search-box,
  .select-box {
    width: 100%;
  }

  .listing-modal {
    padding: 12px;
  }

  .listing-modal__body {
    padding: 24px 18px;
  }

  .card-footer,
  .listing-actions {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
