:root {
  --ink: #17332b;
  --ink-2: #28463d;
  --green: #173f34;
  --green-deep: #0e2b23;
  --green-soft: #dfe8e1;
  --paper: #f6f2ea;
  --paper-2: #eee8de;
  --white: #ffffff;
  --gold: #c9a86d;
  --gold-deep: #9f7a3f;
  --muted: #6a756f;
  --line: rgba(23, 51, 43, .16);
  --shadow: 0 24px 70px rgba(17, 45, 36, .13);
  --shadow-sm: 0 12px 34px rgba(17, 45, 36, .10);
  --radius: 26px;
  --radius-sm: 16px;
  --max: 1240px;
}

* { box-sizing: border-box; }
html [hidden] { display: none !important; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  padding-top: 84px;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
::selection { background: var(--gold); color: var(--green-deep); }

.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.container.narrow { width: min(calc(100% - 40px), 860px); }
.section { padding: 112px 0; }
.section.compact { padding: 72px 0; }
.section.green { background: var(--green); color: var(--white); }
.section.white { background: var(--white); }
.section.paper-2 { background: var(--paper-2); }
.section + .section { border-top: 1px solid rgba(23, 51, 43, .06); }

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold-deep);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .74rem;
  font-weight: 800;
}
.green .eyebrow { color: #e6c88f; }
.display {
  margin: 0;
  max-width: 1050px;
  font-family: Georgia, "Times New Roman", "Noto Serif SC", serif;
  font-size: clamp(3.1rem, 7.2vw, 7.4rem);
  line-height: .96;
  letter-spacing: -.045em;
  font-weight: 500;
}
.h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", "Noto Serif SC", serif;
  font-size: clamp(2.8rem, 5vw, 5.8rem);
  line-height: 1.02;
  letter-spacing: -.04em;
  font-weight: 500;
}
.h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", "Noto Serif SC", serif;
  font-size: clamp(2.2rem, 4.5vw, 4.5rem);
  line-height: 1.06;
  letter-spacing: -.035em;
  font-weight: 500;
}
.h3 { margin: 0; font-size: clamp(1.25rem, 2vw, 1.8rem); line-height: 1.2; }
.lead { font-size: clamp(1.08rem, 1.8vw, 1.35rem); max-width: 760px; color: var(--muted); }
.green .lead { color: rgba(255,255,255,.75); }
.small { font-size: .85rem; color: var(--muted); }
.muted { color: var(--muted); }
.kicker-row { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.58);
  font-size: .76rem;
  font-weight: 750;
  letter-spacing: .04em;
}
.badge.selling::before, .badge.planning::before { content: ""; width: 7px; height: 7px; border-radius: 50%; }
.badge.selling::before { background: #3d8b65; }
.badge.planning::before { background: var(--gold); }

.skip-link { position: absolute; left: -9999px; top: 0; }
.skip-link:focus { left: 16px; top: 16px; z-index: 9999; padding: 10px 14px; background: var(--white); border-radius: 8px; }

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  background: color-mix(in srgb, var(--paper) 91%, transparent);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(23, 51, 43, .10);
}
.header-inner { height: 84px; display: flex; align-items: center; gap: 28px; }
.logo { display: flex; align-items: center; flex: 0 0 auto; }
.logo img { width: 256px; height: auto; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 23px; }
.main-nav a { font-size: .9rem; font-weight: 700; position: relative; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--gold); transition: right .22s ease; }
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { right: 0; }
.lang-switch { display: flex; align-items: center; border-left: 1px solid var(--line); padding-left: 18px; gap: 8px; }
.lang-switch a { font-size: .76rem; font-weight: 800; letter-spacing: .1em; color: var(--muted); }
.lang-switch a.active { color: var(--green); }
.header-cta { white-space: nowrap; }
.mobile-nav-actions { display: none; }
.menu-button { display: none; margin-left: auto; border: 0; background: transparent; width: 46px; height: 46px; border-radius: 50%; position: relative; }
.menu-button span, .menu-button::before, .menu-button::after { content: ""; position: absolute; left: 11px; right: 11px; height: 2px; background: var(--green); transition: .2s ease; }
.menu-button::before { top: 15px; }
.menu-button span { top: 22px; }
.menu-button::after { top: 29px; }
.nav-open .menu-button::before { top: 22px; transform: rotate(45deg); }
.nav-open .menu-button span { opacity: 0; }
.nav-open .menu-button::after { top: 22px; transform: rotate(-45deg); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--green);
  color: var(--white);
  font-weight: 800;
  font-size: .9rem;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); background: var(--green-deep); }
.button.secondary { background: transparent; color: var(--green); border-color: var(--line); }
.button.secondary:hover { background: var(--white); }
.button.gold { background: var(--gold); color: var(--green-deep); }
.button.white { background: var(--white); color: var(--green); }
.button.small-button { min-height: 40px; padding: 8px 15px; font-size: .8rem; }
.button.block { width: 100%; }
.button.linklike { padding: 0; min-height: auto; border: 0; background: transparent; color: var(--green); border-radius: 0; }
.button.linklike:hover { box-shadow: none; transform: none; color: var(--gold-deep); }
.actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.icon-arrow { font-size: 1.2em; line-height: 1; }

.hero-home {
  min-height: calc(100vh - 84px);
  padding: 74px 0 34px;
  display: grid;
  align-items: end;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 12%, rgba(201,168,109,.28), transparent 25%),
    linear-gradient(145deg, var(--paper) 0%, #ede8df 53%, #dce5de 100%);
}
.hero-home::after {
  content: "";
  position: absolute;
  width: 44vw;
  height: 44vw;
  right: -9vw;
  bottom: -21vw;
  border: 1px solid rgba(23,63,52,.16);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(23,63,52,.035), 0 0 0 160px rgba(23,63,52,.022);
}
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 330px; gap: 50px; align-items: end; }
.hero-copy { padding-bottom: 38px; }
.hero-copy .lead { margin: 32px 0 30px; }
.hero-note { border-left: 2px solid var(--gold); padding-left: 20px; margin-top: 34px; max-width: 620px; color: var(--muted); font-size: .9rem; }
.hero-stat-card {
  background: rgba(255,255,255,.74);
  border: 1px solid rgba(255,255,255,.9);
  backdrop-filter: blur(16px);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow);
  margin-bottom: 28px;
}
.hero-stat-card strong { display: block; font-family: Georgia, serif; font-size: 3.4rem; line-height: 1; font-weight: 500; margin: 4px 0 8px; }
.hero-stat-card + .hero-stat-card { margin-top: -6px; margin-left: 48px; }
.hero-stat-card .label { color: var(--muted); font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.scroll-hint { position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%); z-index: 3; font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }

.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 48px; }
.section-heading > div:first-child { max-width: 820px; }
.section-heading .lead { margin: 18px 0 0; }

.project-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; }
.project-card {
  grid-column: span 4;
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(23,51,43,.08);
  transition: transform .24s ease, box-shadow .24s ease;
  min-width: 0;
}
.project-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.project-card.wide { grid-column: span 6; }
.project-media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--green-soft); }
.project-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.project-card:hover .project-media img { transform: scale(1.035); }
.project-media .badge { position: absolute; top: 16px; left: 16px; backdrop-filter: blur(12px); }
.favorite-button {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.84);
  color: var(--green);
  font-size: 1.15rem;
  display: grid;
  place-items: center;
}
.favorite-button.active { background: var(--green); color: var(--white); }
.project-body { padding: 24px; }
.project-body h3 { margin: 5px 0 8px; font-family: Georgia, serif; font-size: 1.8rem; font-weight: 500; }
.project-location { color: var(--muted); font-size: .83rem; }
.project-financing-badge { display: inline-flex; align-items: center; gap: 8px; max-width: 100%; margin-top: 12px; padding: 7px 10px; border: 1px solid #d8bd79; border-radius: 999px; background: #fbf5e8; color: var(--green-deep); font-size: .75rem; line-height: 1.2; }
.project-financing-badge span { flex: 0 0 auto; padding-right: 8px; border-right: 1px solid rgba(23,51,43,.22); color: #8d671c; font-weight: 900; letter-spacing: .03em; }
.project-financing-badge strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 800; }
.financing-fact { border-color: rgba(205,167,93,.5); background: linear-gradient(135deg, #fffdf8 0%, #fbf4e5 100%); }
.project-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding: 18px 0 20px; margin-top: 18px; border-top: 1px solid var(--line); }
.project-fact small { display: block; color: var(--muted); font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; }
.project-fact strong { display: block; margin-top: 3px; font-size: .9rem; }
.card-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.card-price { font-weight: 800; }
.card-price small { display: block; font-size: .7rem; color: var(--muted); font-weight: 600; }
.compare-control { display: inline-flex; align-items: center; gap: 7px; font-size: .75rem; font-weight: 750; color: var(--muted); }
.compare-control input { accent-color: var(--green); }

.filter-bar {
  display: grid;
  grid-template-columns: 1.4fr repeat(5, 1fr) auto;
  gap: 12px;
  padding: 16px;
  margin: 0 0 32px;
  background: var(--white);
  border: 1px solid rgba(23,51,43,.09);
  border-radius: 22px;
  box-shadow: var(--shadow-sm);
}
.filter-group label { display: block; margin: 0 0 6px 4px; font-size: .68rem; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.input, .select, .textarea {
  width: 100%;
  min-height: 48px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fbfaf7;
  color: var(--ink);
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.input:focus, .select:focus, .textarea:focus { border-color: var(--gold-deep); box-shadow: 0 0 0 4px rgba(201,168,109,.16); }
.textarea { min-height: 124px; resize: vertical; }
.filter-reset { align-self: end; min-height: 48px; }
.resale-payment-filter { min-width: 0; margin: 0; padding: 0; border: 0; }
.resale-payment-filter legend { display: block; width: 100%; margin: 0 0 6px 4px; padding: 0; font-size: .68rem; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.resale-radio-group { display: flex; align-items: stretch; min-height: 48px; overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: #fbfaf7; }
.resale-radio-group label { display: flex; flex: 1 1 0; align-items: center; justify-content: center; gap: 7px; margin: 0; padding: 8px 10px; color: var(--ink); font-size: .78rem; font-weight: 800; letter-spacing: 0; text-transform: none; cursor: pointer; }
.resale-radio-group label + label { border-left: 1px solid var(--line); }
.resale-radio-group input { width: 16px; height: 16px; margin: 0; accent-color: var(--green); }
.resale-radio-group label:has(input:checked) { background: var(--green-deep); color: var(--white); }
.results-meta { display: flex; justify-content: space-between; align-items: center; gap: 18px; margin-bottom: 22px; color: var(--muted); font-size: .88rem; }
.no-results { grid-column: 1 / -1; padding: 60px; text-align: center; border: 1px dashed var(--line); border-radius: var(--radius); }

.map-section { padding-top: 28px; background: linear-gradient(180deg, var(--paper), #edf1eb); }
.map-intro { max-width: 450px; margin: 8px 0 0; color: var(--muted); }
.interactive-map-shell { position: relative; min-height: 560px; overflow: hidden; border-radius: 28px; border: 1px solid rgba(23,51,43,.14); background: linear-gradient(135deg, #e7eee8, #c8d8cb); box-shadow: var(--shadow-sm); }
.map-loading { min-height: 560px; display: grid; place-items: center; color: var(--green-deep); font-weight: 800; background: linear-gradient(135deg, #e7eee8, #c8d8cb); }
.map-consent { min-height: 560px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 36px; text-align: center; background: radial-gradient(circle at 15% 22%, rgba(201,168,109,.28), transparent 28%), linear-gradient(135deg, #173f34, #315f51); color: var(--white); }
.map-consent h3 { margin: 5px 0 12px; font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.3rem); font-weight: 500; }.map-consent p:not(.eyebrow) { max-width: 560px; color: rgba(255,255,255,.78); }.map-consent .button { margin-top: 18px; }.map-consent.error { background: #754d42; }
.leaflet-map { width: 100%; height: 560px; background: #dce7dc; }
.leaflet-control-zoom a { color: var(--green-deep) !important; border-color: rgba(23,63,52,.16) !important; }.leaflet-bar { border: 0 !important; box-shadow: 0 8px 28px rgba(16,43,36,.16) !important; }.leaflet-control-attribution { padding: 4px 7px !important; color: #5f655f !important; background: rgba(255,255,255,.84) !important; font-size: .62rem !important; }
.harvest-marker-wrap { background: transparent; border: 0; }.harvest-marker { display: grid; place-items: center; width: 36px; height: 36px; border: 3px solid var(--white); border-radius: 50% 50% 50% 8px; background: var(--green-deep); color: var(--white); box-shadow: 0 6px 18px rgba(15,43,36,.32); transform: rotate(-45deg); }.harvest-marker svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linejoin: round; transform: rotate(45deg); }
.harvest-popup { min-width: 164px; padding: 4px 2px; }.harvest-popup span { display: block; color: var(--gold-deep); font-size: .68rem; font-weight: 800; letter-spacing: .1em; }.harvest-popup strong, .harvest-popup small, .harvest-popup a { display: block; }.harvest-popup strong { margin: 3px 0; color: var(--green-deep); font-family: Georgia, serif; font-size: 1.1rem; }.harvest-popup small { color: var(--muted); }.harvest-popup a { margin-top: 12px; color: var(--green); font-weight: 800; font-size: .78rem; }
.leaflet-tooltip { border: 0 !important; border-radius: 9px !important; padding: 7px 10px !important; background: var(--green-deep) !important; color: var(--white) !important; box-shadow: 0 8px 22px rgba(15,43,36,.25) !important; font-family: Georgia, serif; font-size: .86rem; }.leaflet-tooltip-top::before { border-top-color: var(--green-deep) !important; }
.project-map { position: relative; min-height: 560px; overflow: hidden; border-radius: 28px; border: 1px solid rgba(23,51,43,.14); background: linear-gradient(135deg, #e7eee8 0%, #c8d8cb 48%, #e9e4d5 100%); box-shadow: var(--shadow-sm); }
.project-map::before { content: ''; position: absolute; inset: 8% 4%; border: 1px solid rgba(23,63,52,.15); border-radius: 47% 53% 42% 58% / 55% 38% 62% 45%; transform: rotate(-8deg); }
.project-map::after { content: ''; position: absolute; width: 88%; height: 52%; left: 8%; top: 25%; border-top: 2px dashed rgba(23,63,52,.2); border-bottom: 2px dashed rgba(23,63,52,.14); transform: rotate(-9deg); }
.map-water { position: absolute; width: 130%; height: 32px; left: -15%; border-radius: 999px; background: rgba(117,155,174,.48); transform: rotate(-20deg); }
.water-one { top: 31%; }.water-two { top: 73%; left: -4%; transform: rotate(16deg); opacity: .55; }
.map-ring { position: absolute; left: 50%; top: 52%; border: 2px solid rgba(194,151,87,.42); border-radius: 50%; transform: translate(-50%,-50%); }
.ring-one { width: 39%; height: 36%; }.ring-two { width: 64%; height: 58%; border-style: dashed; }
.map-area-label { position: absolute; z-index: 1; color: rgba(23,63,52,.55); font-family: Georgia, serif; letter-spacing: .04em; }
.label-center { left: 42%; top: 46%; font-size: clamp(2rem, 5vw, 4.8rem); }.label-north { left: 29%; top: 8%; }.label-east { right: 8%; top: 28%; }
.map-marker { position: absolute; z-index: 3; left: var(--x); top: var(--y); width: 18px; height: 18px; border: 3px solid var(--white); border-radius: 50%; background: var(--gold-deep); box-shadow: 0 3px 0 3px rgba(23,63,52,.18); transform: translate(-50%,-50%); transition: transform .18s ease, background .18s ease; }
.map-marker::after { content: ''; position: absolute; left: 50%; top: 100%; width: 2px; height: 16px; background: var(--gold-deep); transform: translateX(-50%); }
.map-marker span { position: absolute; left: 15px; top: -10px; width: max-content; max-width: 175px; padding: 6px 9px; border-radius: 8px; background: rgba(23,63,52,.92); color: var(--white); font-size: .72rem; font-weight: 800; box-shadow: 0 6px 18px rgba(0,0,0,.15); }
.map-marker:hover, .map-marker:focus-visible { z-index: 5; background: var(--green); transform: translate(-50%,-50%) scale(1.35); outline: 0; }.map-marker:hover span, .map-marker:focus-visible span { background: var(--green); }
.map-note { margin: 16px 0 0; color: var(--muted); font-size: .78rem; }

.compare-drawer {
  position: fixed;
  left: 50%;
  bottom: 22px;
  transform: translate(-50%, 140%);
  width: min(calc(100% - 32px), 920px);
  z-index: 90;
  background: var(--green-deep);
  color: var(--white);
  border-radius: 22px;
  padding: 16px 18px;
  box-shadow: 0 26px 80px rgba(0,0,0,.28);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  transition: transform .25s ease;
}
.compare-drawer.visible { transform: translate(-50%, 0); }
.compare-list { display: flex; flex-wrap: wrap; gap: 8px; }
.compare-pill { display: inline-flex; align-items: center; gap: 7px; padding: 8px 10px; background: rgba(255,255,255,.1); border-radius: 999px; font-size: .78rem; }
.compare-pill button { border: 0; background: transparent; color: white; }

.value-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.value-item { background: var(--paper); padding: 30px 24px; min-height: 235px; }
.value-item .n { color: var(--gold-deep); font-family: Georgia, serif; font-size: 2.2rem; }
.value-item h3 { margin: 44px 0 12px; }
.value-item p { margin: 0; color: var(--muted); font-size: .9rem; }

.process-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 14px; margin-top: 48px; }
.process-step { min-height: 280px; padding: 22px 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 20px; display: flex; flex-direction: column; }
.process-step .number { font-family: Georgia, serif; color: #e4c993; font-size: 2.4rem; }
.process-step h3 { margin: auto 0 10px; font-size: 1rem; }
.process-step p { margin: 0; color: rgba(255,255,255,.68); font-size: .82rem; }

.calculator-shell { display: grid; grid-template-columns: 1.1fr .9fr; gap: 32px; align-items: stretch; }
.calculator-card, .result-card { border-radius: var(--radius); padding: 34px; }
.calculator-card { background: var(--white); box-shadow: var(--shadow-sm); }
.result-card { background: var(--green); color: var(--white); display: flex; flex-direction: column; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field.full { grid-column: 1 / -1; }
.field label { display: block; margin: 0 0 7px; font-size: .78rem; font-weight: 750; }
.field .hint { display: block; margin-top: 5px; color: var(--muted); font-size: .72rem; }
.result-big { font-family: Georgia, serif; font-size: clamp(3rem, 5vw, 5.8rem); line-height: 1; margin: 28px 0 10px; }
.result-label { color: rgba(255,255,255,.65); text-transform: uppercase; font-size: .75rem; letter-spacing: .1em; }
.result-list { margin: 30px 0; padding: 0; list-style: none; }
.result-list li { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.result-card .button { margin-top: auto; }

.guide-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.guide-card { padding: 26px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.42); min-height: 290px; display: flex; flex-direction: column; transition: .2s ease; }
.guide-card:hover { background: var(--white); transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.guide-card .read { color: var(--gold-deep); font-size: .76rem; font-weight: 800; }
.guide-card h3 { margin: 36px 0 12px; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 500; }
.guide-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.guide-card .arrow { margin-top: auto; padding-top: 22px; font-size: 1.4rem; }

.cta-band { padding: 80px 0; background: var(--gold); color: var(--green-deep); }
.cta-layout { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.cta-layout .h2 { max-width: 860px; }

.site-footer { padding: 72px 0 28px; background: var(--green-deep); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 48px; }
.footer-brand img { width: 260px; filter: brightness(0) invert(1); opacity: .95; }
.footer-brand p { color: rgba(255,255,255,.64); max-width: 420px; margin-top: 24px; }
.footer-col h3 { font-size: .75rem; text-transform: uppercase; letter-spacing: .14em; color: #dfc28d; margin: 0 0 18px; }
.footer-col a, .footer-col span { display: block; color: rgba(255,255,255,.72); font-size: .9rem; margin: 9px 0; }
.footer-col a:hover { color: var(--white); }
.footer-bottom { margin-top: 54px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.5); font-size: .75rem; }

.page-hero { padding: 84px 0 72px; background: linear-gradient(145deg, var(--paper) 0%, #e4ebe5 100%); }
.page-hero .lead { margin: 24px 0 0; }
.breadcrumbs { display: flex; gap: 8px; flex-wrap: wrap; color: var(--muted); font-size: .76rem; margin-bottom: 28px; }
.breadcrumbs span::after { content: "/"; margin-left: 8px; color: rgba(23,51,43,.35); }
.breadcrumbs span:last-child::after { display: none; }

.project-hero { position: relative; min-height: clamp(520px, 64vh, 720px); display: flex; align-items: end; background: var(--green-deep); overflow: hidden; }
.project-hero-media { position: absolute; inset: 0; }
.project-hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,24,19,.05) 0%, rgba(8,24,19,.14) 35%, rgba(8,24,19,.9) 100%); }
.project-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.project-hero-copy { position: relative; z-index: 2; color: var(--white); padding: 90px 0 62px; width: 100%; }
.project-hero-copy .eyebrow { color: #f0d4a0; }
.project-hero-copy .breadcrumbs { display: inline-flex; padding: 9px 13px; margin-bottom: 18px; color: rgba(255,255,255,.8); background: rgba(8,31,24,.82); border-left: 3px solid var(--gold); box-shadow: 0 8px 24px rgba(0,0,0,.16); }
.project-hero-copy .breadcrumbs span::after { color: rgba(255,255,255,.42); }
.project-hero-copy .eyebrow { display: table; padding: 8px 13px 6px; margin: 0; background: rgba(8,31,24,.88); border-left: 3px solid var(--gold); }
.project-hero-copy .h1 { max-width: 670px; margin: 0; padding: 8px 16px 13px 13px; border-left: 3px solid var(--gold); background: rgba(8,31,24,.9); font-size: clamp(2.45rem, 3.55vw, 4.1rem); line-height: 1.08; letter-spacing: -.035em; text-shadow: 0 2px 16px rgba(0,0,0,.5); box-shadow: 0 14px 38px rgba(0,0,0,.2); }
.project-hero-copy .lead { display: table; padding: 9px 13px; margin-top: 14px; color: rgba(255,255,255,.94); background: rgba(8,31,24,.84); border-left: 3px solid var(--gold); font-size: 1.1rem; }
.project-hero-copy .hero-data-line { display: table; padding: 9px 13px; margin-top: 10px; color: #fff; background: rgba(8,31,24,.84); border-left: 3px solid var(--gold); font-weight: 700; }
.project-hero-copy .lead { color: rgba(255,255,255,.76); margin: 22px 0 0; }
.project-hero-actions { margin-top: 30px; }
.project-conversion-panel { margin-top: 30px; max-width: 1120px; padding: 17px; border: 1px solid rgba(255,255,255,.32); border-radius: 18px; background: rgba(8,31,24,.84); box-shadow: 0 20px 50px rgba(0,0,0,.2); backdrop-filter: blur(14px); }
.conversion-panel-heading { display: flex; align-items: baseline; gap: 12px; padding: 0 5px 13px; }
.conversion-panel-heading span { color: #efd29c; font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.conversion-panel-heading strong { font-size: .95rem; color: var(--white); }
.conversion-actions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.conversion-action { min-height: 96px; display: flex; align-items: center; gap: 13px; padding: 16px; border: 1px solid rgba(255,255,255,.25); border-radius: 12px; color: var(--white); background: rgba(255,255,255,.09); text-align: left; transition: transform .2s ease, background .2s ease, border-color .2s ease; cursor: pointer; font: inherit; }
.conversion-action:hover { color: var(--white); transform: translateY(-3px); background: rgba(255,255,255,.18); border-color: rgba(255,255,255,.75); }
.conversion-action.consultation { background: var(--gold); color: var(--green-deep); border-color: var(--gold); }
.conversion-action.consultation:hover { color: var(--green-deep); background: #e1be7d; border-color: #e1be7d; }
.conversion-icon { display: grid; flex: 0 0 32px; width: 32px; height: 32px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: .63rem; font-weight: 900; letter-spacing: .04em; }
.conversion-copy { display: grid; gap: 5px; min-width: 0; }
.conversion-copy b { font-size: .94rem; font-weight: 800; }
.conversion-copy small { color: inherit; opacity: .76; font-size: .72rem; line-height: 1.4; }
.conversion-arrow { margin-left: auto; font-size: 1.25rem; font-weight: 700; }
.project-decision-bar { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px; align-items: center; margin-top: 30px; padding: 26px 28px; border: 1px solid rgba(23,51,43,.16); border-radius: 20px; background: linear-gradient(135deg, #f7f3e9, #eff4ef); box-shadow: 0 12px 30px rgba(23,51,43,.08); }
.project-decision-bar .eyebrow { margin: 0 0 8px; }
.project-decision-bar .h3 { margin: 0 0 8px; font-family: Georgia, "Times New Roman", "Noto Serif SC", serif; font-size: 1.45rem; font-weight: 500; }
.project-decision-bar p:not(.eyebrow) { max-width: 610px; margin: 0; font-size: .88rem; line-height: 1.6; }
.project-decision-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; max-width: 460px; }
.project-decision-actions .button { min-height: 46px; white-space: nowrap; }

.project-summary { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1px; background: var(--line); border-bottom: 1px solid var(--line); }
.summary-item { padding: 24px; background: var(--paper); }
.summary-item small { display: block; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; font-size: .65rem; font-weight: 800; }
.summary-item strong { display: block; margin-top: 6px; font-size: .94rem; }

.detail-layout { display: grid; grid-template-columns: minmax(0, 1fr); gap: 56px; align-items: start; }
.detail-content > section + section { margin-top: 72px; padding-top: 64px; border-top: 1px solid var(--line); }
.detail-content p { color: var(--muted); }
.highlight-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; list-style: none; padding: 0; margin: 28px 0 0; }
.highlight-list li { position: relative; padding: 18px 18px 18px 46px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.45); }
.highlight-list li::before { content: "✓"; position: absolute; left: 17px; top: 17px; color: var(--gold-deep); font-weight: 900; }
.sticky-inquiry { position: static; max-width: 760px; background: var(--white); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow); }
.sticky-inquiry h2 { margin: 0 0 8px; font-family: Georgia, serif; font-weight: 500; }
.sticky-inquiry p { margin: 0 0 22px; color: var(--muted); font-size: .88rem; }
.role-box { margin-top: 20px; padding: 16px; border-radius: 14px; background: var(--green-soft); color: var(--ink-2); font-size: .76rem; }

.unit-toolbar { display: grid; grid-template-columns: 1fr 1fr 1fr auto; gap: 12px; margin: 24px 0 16px; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
table { width: 100%; border-collapse: collapse; min-width: 720px; }
th, td { padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--line); }
th { font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); background: #f7f5ef; }
td { font-size: .88rem; }
tr:last-child td { border-bottom: 0; }
tr:hover td { background: #faf9f5; }
.table-action { border: 0; background: transparent; color: var(--green); font-weight: 800; }
.unit-empty { padding: 32px; border: 1px dashed var(--line); border-radius: 18px; background: rgba(255,255,255,.35); }

.gallery-grid { display: grid; grid-template-columns: 1.4fr .6fr; grid-template-rows: repeat(2, 260px); gap: 14px; }
.gallery-grid figure { margin: 0; overflow: hidden; border-radius: 18px; background: var(--green-soft); }
.gallery-grid figure:first-child { grid-row: 1 / -1; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; }

.disclosure { padding: 22px; border: 1px solid var(--line); background: var(--paper-2); border-radius: 18px; font-size: .82rem; color: var(--muted); }
.disclosure strong { color: var(--ink); }

.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: start; }
.contact-card { background: var(--green); color: var(--white); border-radius: var(--radius); padding: 36px; }
.contact-card a { display: block; font-size: 1.12rem; margin: 12px 0; }
.contact-card .muted { color: rgba(255,255,255,.65); }
.form-card { background: var(--white); border-radius: var(--radius); padding: 36px; box-shadow: var(--shadow-sm); }
.checkbox { display: flex; align-items: flex-start; gap: 10px; font-size: .78rem; color: var(--muted); }
.checkbox input { margin-top: 4px; accent-color: var(--green); }
.consent-stack { display: grid; gap: 12px; margin-top: 2px; }
.consent-choice { display: flex !important; align-items: flex-start; gap: 11px; margin: 0 !important; color: var(--muted); font-size: .78rem !important; font-weight: 500 !important; line-height: 1.5; }
.consent-choice input { width: 18px; height: 18px; margin: 1px 0 0; flex: 0 0 18px; accent-color: var(--green); }
.consent-choice.required span::after { content: " *"; color: var(--gold-deep); font-weight: 900; }
.consent-withdrawal { margin: 2px 0 0; color: var(--muted); font-size: .71rem; line-height: 1.5; }
.consent-withdrawal a { color: var(--green); text-decoration: underline; text-underline-offset: 2px; }
.expose-modal { width: min(680px, calc(100vw - 28px)); max-height: min(90vh, 860px); padding: 0; border: 0; border-radius: 20px; color: var(--ink); background: var(--paper); box-shadow: 0 28px 90px rgba(5,22,16,.42); }
.expose-modal::backdrop { background: rgba(6,25,18,.72); backdrop-filter: blur(5px); }
.expose-modal-shell { position: relative; padding: 38px; overflow-y: auto; max-height: min(90vh, 860px); }
.expose-modal-shell h2 { margin: 4px 0 10px; font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3rem); font-weight: 500; }
.expose-modal-shell > p:not(.eyebrow) { margin: 0 0 18px; color: var(--muted); }
.expose-modal-close { position: absolute; right: 18px; top: 15px; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; color: var(--green); background: var(--white); font-size: 1.5rem; cursor: pointer; }
.expose-project-name { margin: 0 0 22px; padding: 12px 14px; border-radius: 10px; color: var(--green); background: var(--green-soft); font-size: .86rem; font-weight: 800; }
.expose-quick-action { position: fixed; z-index: 30; right: 0; top: 50%; display: grid; gap: 2px; padding: 13px 14px 13px 12px; border: 0; border-radius: 12px 0 0 12px; color: var(--green-deep); background: var(--gold); box-shadow: 0 8px 25px rgba(10,35,26,.24); font: inherit; font-size: .78rem; font-weight: 900; cursor: pointer; transform: translateY(-50%); }
.expose-quick-action span { font-size: .61rem; letter-spacing: .1em; text-transform: uppercase; opacity: .72; }
.expose-quick-action:hover { background: #e1be7d; }
.form-status { min-height: 24px; margin-top: 12px; font-size: .82rem; }
.form-status.success { color: #2f7653; }
.form-status.error { color: #a12f35; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.service-split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.service-list { display: grid; gap: 16px; }
.service-row { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.service-row .n { font-family: Georgia, serif; font-size: 1.9rem; color: var(--gold-deep); }
.service-row h3 { margin: 0 0 6px; }
.service-row p { margin: 0; color: var(--muted); }
.info-panel { position: sticky; top: 112px; border-radius: var(--radius); padding: 34px; background: var(--green); color: var(--white); }
.info-panel p { color: rgba(255,255,255,.7); }
.info-panel ul { padding-left: 20px; color: rgba(255,255,255,.78); }

.compare-page-grid { display: grid; gap: 16px; }
.compare-table { display: grid; grid-template-columns: 180px repeat(var(--compare-count, 2), minmax(210px,1fr)); overflow-x: auto; border: 1px solid var(--line); border-radius: 18px; }
.compare-cell { padding: 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); min-width: 180px; background: var(--white); }
.compare-cell.label { background: var(--paper-2); font-weight: 800; font-size: .82rem; }
.compare-cell.head { background: var(--green); color: var(--white); }
.compare-cell:nth-last-child(-n + 3) { }

.admin-shell { min-height: 100vh; background: #edf0ed; }
.admin-header { padding: 18px 0; background: var(--green-deep); color: var(--white); }
.admin-header .container { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.admin-header img { width: 220px; filter: none; background: var(--paper); padding: 8px 12px; border-radius: 12px; }
.admin-main { padding: 44px 0 80px; }
.admin-grid { display: grid; grid-template-columns: 270px 1fr; gap: 26px; }
.admin-sidebar { background: var(--white); border-radius: 18px; padding: 18px; height: fit-content; }
.admin-sidebar button { width: 100%; text-align: left; border: 0; background: transparent; padding: 12px; border-radius: 10px; font-weight: 700; color: var(--muted); }
.admin-sidebar button.active { background: var(--green-soft); color: var(--green); }
.admin-content { min-width: 0; }
.admin-panel { background: var(--white); border-radius: 18px; padding: 26px; box-shadow: var(--shadow-sm); }
.admin-toolbar { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 14px; margin-bottom: 20px; }
.admin-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 22px; }
.admin-stat { background: var(--white); border-radius: 16px; padding: 20px; }
.admin-stat strong { display: block; font-family: Georgia, serif; font-size: 2rem; }
.admin-stat span { color: var(--muted); font-size: .75rem; }
.token-box { display: flex; gap: 10px; }
.token-box .input { min-width: 280px; }
.status-select { min-height: 38px; padding: 6px 10px; border: 1px solid var(--line); border-radius: 8px; }

.account-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 7px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.5);
  color: var(--green);
  font-size: .78rem;
  font-weight: 800;
  white-space: nowrap;
}
.account-link.authenticated { background: var(--green-soft); border-color: transparent; }

.unit-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; min-width: 150px; }
.unit-actions-in-price { margin-top: 12px; min-width: 0; flex-direction: row; flex-wrap: wrap; align-items: center; gap: 6px; }
.unit-actions-in-price .button, .unit-actions-in-price .table-action { box-sizing: border-box; width: auto; height: 40px; min-height: 40px; padding: 0 14px; white-space: nowrap; font-size: .82rem; line-height: 1; }
.unit-actions-in-price .table-action { display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: var(--green); font-weight: 800; cursor: pointer; }
.unit-actions-in-price .favorite-unit-action { border-color: #b8cdbf; background: #eef5ef; }
.unit-actions-in-price .formal-reservation-button { border-radius: 999px; box-shadow: none; }
.unit-actions-in-price .table-action:hover { border-color: var(--green); background: #f4f8f4; }
.unit-actions .button { min-height: 36px; padding: 7px 12px; }
.favorite-unit-action.active { color: var(--gold-deep); }
.formal-reservation-button { white-space: nowrap; }

.account-hero, .reservation-hero { background: linear-gradient(145deg, var(--paper) 0%, #dce7df 100%); }
.auth-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; align-items: start; }
.auth-card, .reservation-form-card, .reservation-context-card {
  padding: 34px;
  border: 1px solid rgba(23,51,43,.09);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}
.auth-card > .field { margin: 20px 0; }
.auth-card h2, .reservation-form-card h2 { margin-bottom: 26px; }
.registration-card { background: #fbfaf6; }
.account-boundary-note {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 22px;
  margin-top: 32px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--paper-2);
  color: var(--muted);
  font-size: .88rem;
}
.account-boundary-note strong { color: var(--ink); }
.account-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.account-loading { min-height: 260px; display: grid; place-items: center; color: var(--muted); font-weight: 800; }
.account-profile-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 28px;
  border-radius: 22px;
  background: var(--green);
  color: var(--white);
}
.account-profile-card small { color: rgba(255,255,255,.62); text-transform: uppercase; letter-spacing: .1em; }
.account-profile-card h2 { margin: 5px 0 2px; font-family: Georgia, serif; font-size: 2rem; font-weight: 500; }
.account-profile-card p { margin: 0; color: rgba(255,255,255,.7); }
.account-section { margin-top: 72px; }
.compact-heading { margin-bottom: 28px; }
.account-card-grid { display: grid; gap: 18px; }
.account-favorite-card {
  display: grid;
  grid-template-columns: 210px 1fr;
  min-height: 180px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--white);
}
.favorite-image { background: var(--green-soft); }
.favorite-image img { width: 100%; height: 100%; object-fit: cover; }
.favorite-content { padding: 22px 24px; }
.favorite-title-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.favorite-title-row small, .application-main small { color: var(--muted); text-transform: uppercase; letter-spacing: .08em; font-size: .68rem; font-weight: 800; }
.favorite-title-row h3 { margin: 4px 0 0; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 500; }
.favorite-content p { color: var(--muted); margin: 10px 0 20px; }
.account-empty { padding: 34px; border: 1px dashed var(--line); border-radius: 18px; color: var(--muted); text-align: center; }
.application-list { display: grid; gap: 16px; }
.application-card { padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: #fbfaf7; }
.application-status-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.application-status-row small { color: var(--muted); }
.reservation-status {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--paper-2);
  color: var(--ink-2);
  font-size: .72rem;
  font-weight: 800;
}
.reservation-status.submitted { background: #e6eee8; color: #265840; }
.reservation-status.contact_in_progress { background: #e8eef3; color: #31536b; }
.reservation-status.waiting_financing { background: #f3ead8; color: #7b5c25; }
.reservation-status.confirmed { background: #dcecdf; color: #28623d; }
.reservation-status.not_confirmed, .reservation-status.cancelled { background: #f2dfdf; color: #813f43; }
.application-main { display: grid; grid-template-columns: 1.25fr .75fr; gap: 30px; margin-top: 20px; }
.application-main h3 { margin: 4px 0 8px; font-family: Georgia, serif; font-size: 1.4rem; font-weight: 500; }
.application-main p { margin: 4px 0 0; color: var(--muted); }
.application-main strong { display: block; margin-top: 5px; font-size: 1.25rem; }
.application-footer { display: flex; justify-content: space-between; gap: 20px; margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: .76rem; }
.application-footer a { color: var(--green); font-weight: 800; }

.reservation-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; align-items: start; }
.reservation-context-card { position: sticky; top: 110px; background: var(--green); color: var(--white); }
.reservation-context-card .eyebrow { color: #e7c98e; }
.reservation-context-card h2 { margin: 0 0 24px; font-family: Georgia, serif; font-size: 2rem; font-weight: 500; }
.reservation-context-card .small { color: rgba(255,255,255,.65); }
.reservation-loading { min-height: 160px; display: grid; place-items: center; color: rgba(255,255,255,.72); }
.reservation-facts { display: grid; gap: 0; margin: 0 0 24px; }
.reservation-facts div { display: grid; grid-template-columns: 130px 1fr; gap: 14px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.reservation-facts dt { color: rgba(255,255,255,.62); font-size: .76rem; }
.reservation-facts dd { margin: 0; font-weight: 800; }
.reservation-form-card { background: #fbfaf7; }
.financing-choice { margin: 0; padding: 18px; border: 1px solid var(--line); border-radius: 14px; }
.financing-choice legend { padding: 0 8px; font-weight: 800; font-size: .82rem; }
.financing-choice label { display: inline-flex; align-items: center; gap: 8px; margin-right: 24px; }
.financing-choice input { accent-color: var(--green); }
.financing-support-box { padding: 22px; border-radius: 16px; background: var(--green-soft); }
.financing-support-box p { margin: 8px 0 16px; color: var(--muted); }
.reservation-success {
  grid-column: 1 / -1;
  padding: 46px;
  border-radius: var(--radius);
  background: var(--green);
  color: var(--white);
  box-shadow: var(--shadow);
}
.reservation-success .eyebrow { color: #e7c98e; }
.reservation-success h2 { max-width: 980px; margin: 0; font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.7rem); line-height: 1.12; font-weight: 500; }
.reservation-success > p:not(.eyebrow) { max-width: 760px; color: rgba(255,255,255,.72); }
.success-mark { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 50%; background: var(--gold); color: var(--green-deep); font-size: 1.8rem; font-weight: 900; }
.contact-action-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 28px 0; }
.contact-action-grid a { padding: 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; }
.contact-action-grid small, .contact-action-grid strong { display: block; }
.contact-action-grid small { color: rgba(255,255,255,.58); }
.contact-action-grid strong { margin-top: 5px; }

.admin-wide-table table { min-width: 1350px; }
.admin-note-input { width: 240px; min-height: 88px; padding: 9px; border: 1px solid var(--line); border-radius: 9px; resize: vertical; }

.cookie-banner { position: fixed; left: 18px; right: 18px; bottom: 18px; z-index: 95; display: none; max-width: 720px; margin-left: auto; padding: 18px; border-radius: 18px; background: var(--white); box-shadow: var(--shadow); border: 1px solid var(--line); }
.cookie-banner.visible { display: block; }
.cookie-banner p { margin: 0 0 14px; color: var(--muted); font-size: .8rem; }
.install-prompt { position: fixed; z-index: 96; left: 12px; right: 12px; bottom: calc(14px + env(safe-area-inset-bottom)); max-width: 680px; margin: 0 auto; display: grid; grid-template-columns: 58px minmax(0, 1fr) auto; align-items: center; gap: 15px; padding: 17px; border: 1px solid rgba(255,255,255,.22); border-radius: 22px; background: linear-gradient(135deg, #0d3b2e, #1b5242); color: var(--white); box-shadow: 0 24px 60px rgba(10,40,31,.38); }
.install-prompt[hidden] { display: none; }
.install-prompt.above-cookie { bottom: 180px; }
.install-prompt-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 17px; background: var(--gold); color: var(--green-deep); font-family: Georgia, serif; font-size: 1.9rem; font-weight: 850; box-shadow: inset 0 0 0 1px rgba(255,255,255,.35); }
.install-prompt-copy strong { display: block; font-size: 1.08rem; letter-spacing: .01em; }
.install-prompt-copy p { margin: 5px 0 0; color: rgba(255,255,255,.78); font-size: .88rem; line-height: 1.48; }
.install-prompt-copy .install-prompt-ios { color: #f0d49a; }
.install-guide { display: inline-flex; align-items: center; gap: 9px; margin-top: 11px; padding: 7px 10px; border-radius: 12px; background: rgba(255,255,255,.1); }
.install-guide-step { display: inline-flex; align-items: center; gap: 6px; }
.install-guide-step b { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 8px; background: rgba(240,212,154,.95); color: var(--green-deep); font-size: 1rem; }
.install-guide-name b { font-family: Georgia, serif; font-size: .9rem; }
.install-guide-step small { color: var(--white); font-size: .72rem; font-weight: 800; }
.install-guide-arrow { color: #f0d49a; font-weight: 900; }
.install-prompt-actions { display: flex; align-items: center; gap: 7px; }
.install-prompt .button { min-height: 45px; padding: 11px 17px; border-color: var(--gold); background: var(--gold); color: var(--green-deep); font-size: .9rem; white-space: nowrap; }
.install-prompt-dismiss { width: 35px; height: 35px; padding: 0; border: 0; border-radius: 50%; background: transparent; color: rgba(255,255,255,.7); font-size: 1.65rem; line-height: 1; }
.install-prompt-dismiss:focus-visible, .install-prompt-dismiss:hover { background: rgba(255,255,255,.12); color: var(--white); }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].revealed { opacity: 1; transform: none; }

/* SharePoint-backed project data hub */
.project-location-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.availability-mini { display: inline-flex; align-items: center; flex: 0 0 auto; padding: 5px 9px; border-radius: 999px; background: var(--green-soft); color: var(--green); font-size: .7rem; font-weight: 850; }
.hero-data-line { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 20px; color: rgba(255,255,255,.76); font-size: .85rem; font-weight: 750; }
.hero-data-line span { display: inline-flex; align-items: center; gap: 8px; }
.hero-data-line span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.project-section-nav { position: sticky; top: 84px; z-index: 79; border-bottom: 1px solid var(--line); background: color-mix(in srgb, var(--white) 94%, transparent); backdrop-filter: blur(18px); }
.project-section-nav .container { display: flex; align-items: center; gap: 28px; overflow-x: auto; scrollbar-width: none; }
.project-section-nav .container::-webkit-scrollbar { display: none; }
.project-section-nav a { flex: 0 0 auto; padding: 15px 0 13px; border-bottom: 2px solid transparent; color: var(--muted); font-size: .8rem; font-weight: 850; }
.project-section-nav a:hover, .project-section-nav a:focus-visible { color: var(--green); border-bottom-color: var(--gold); }
.project-summary .summary-item.emphasis { background: var(--green); color: var(--white); }
.project-summary .summary-item.emphasis small { color: rgba(255,255,255,.62); }
.compact-heading { margin-bottom: 28px; }
.coverage-note { margin-top: 26px; padding: 18px 20px; border-left: 3px solid var(--gold); border-radius: 0 14px 14px 0; background: var(--paper); color: var(--muted); font-size: .86rem; }
.coverage-note strong { color: var(--ink); }

.data-facts-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 30px; }
.data-fact { min-height: 190px; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); display: flex; flex-direction: column; align-items: flex-start; }
.data-fact.featured { background: var(--green); color: var(--white); }
.data-fact small { color: var(--gold-deep); text-transform: uppercase; letter-spacing: .1em; font-size: .66rem; font-weight: 850; }
.data-fact.featured small, .data-fact.featured p { color: rgba(255,255,255,.7); }
.data-fact strong { display: block; margin-top: 18px; font-family: Georgia, "Times New Roman", "Noto Serif SC", serif; font-size: 1.28rem; line-height: 1.25; font-weight: 500; }
.data-fact p { margin: 10px 0 18px; font-size: .82rem; }
.data-fact .button { margin-top: auto; }
.data-fact.featured .button.secondary { color: var(--white); border-color: rgba(255,255,255,.3); }

.gallery-grid.enhanced figure { position: relative; }
.gallery-grid.enhanced button { width: 100%; height: 100%; padding: 0; border: 0; background: transparent; color: var(--white); text-align: left; position: relative; }
.gallery-grid.enhanced button::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(7,26,20,.72)); opacity: 0; transition: opacity .2s ease; }
.gallery-grid.enhanced button:hover::after, .gallery-grid.enhanced button:focus-visible::after { opacity: 1; }
.gallery-grid.enhanced button span { position: absolute; right: 16px; bottom: 14px; z-index: 2; opacity: 0; transform: translateY(6px); transition: .2s ease; font-size: .75rem; font-weight: 800; }
.gallery-grid.enhanced button:hover span, .gallery-grid.enhanced button:focus-visible span { opacity: 1; transform: none; }
.gallery-scroll-note { margin: 10px 0 0; color: var(--muted); font-size: .82rem; }
.project-gallery { display: flex; gap: 14px; overflow-x: auto; overscroll-behavior-inline: contain; padding: 2px 2px 12px; scroll-snap-type: x mandatory; scrollbar-color: rgba(14,63,50,.42) transparent; scrollbar-width: thin; }
.project-gallery::-webkit-scrollbar { height: 8px; }
.project-gallery::-webkit-scrollbar-thumb { border-radius: 999px; background: rgba(14,63,50,.34); }
.project-gallery figure, .project-gallery figure:first-child { flex: 0 0 clamp(240px, 30vw, 380px); aspect-ratio: 4 / 3; grid-column: auto; grid-row: auto; scroll-snap-align: start; }

.inventory-shell { margin-top: 28px; }
.inventory-summary-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.inventory-stat { padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); }
.inventory-stat strong { display: block; font-family: Georgia, serif; font-size: 2rem; line-height: 1; }
.inventory-stat span { display: block; margin-top: 8px; color: var(--muted); font-size: .72rem; font-weight: 750; }
.inventory-stat.available { background: var(--green); color: var(--white); border-color: var(--green); }
.inventory-stat.available span { color: rgba(255,255,255,.72); }
.promotion-banner { margin: 16px 0; padding: 20px 22px; border-radius: 18px; border: 1px solid rgba(159,122,63,.24); background: linear-gradient(135deg, rgba(201,168,109,.22), rgba(246,242,234,.72)); }
.promotion-banner small, .promotion-banner strong, .promotion-banner span { display: block; }
.promotion-banner small { color: var(--gold-deep); text-transform: uppercase; letter-spacing: .1em; font-size: .66rem; font-weight: 850; }
.promotion-banner strong { margin-top: 5px; font-size: 1rem; }
.promotion-banner span { margin-top: 5px; color: var(--muted); font-size: .78rem; }
.unit-toolbar.advanced { display: grid; grid-template-columns: repeat(auto-fit, minmax(135px, 1fr)); align-items: end; gap: 10px; padding: 16px; margin: 16px 0; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.unit-toolbar.advanced > div label { display: block; margin: 0 0 5px 4px; color: var(--muted); font-size: .64rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 850; }
.unit-toolbar.advanced .select { min-height: 44px; background: var(--white); }
.unit-reset { min-height: 44px; white-space: nowrap; }
.unit-result-line { display: flex; justify-content: space-between; gap: 14px; margin: 12px 2px; color: var(--muted); font-size: .78rem; }
.unit-table-wrap table { min-width: 0; width: 100%; table-layout: fixed; }
.unit-table-wrap th, .unit-table-wrap td { padding-left: 12px; padding-right: 12px; }
.unit-table-wrap [hidden] { display: none !important; }

@media (min-width: 835px) {
  .unit-table-wrap { border: 0; overflow: visible; background: transparent; }
  .unit-table-wrap table, .unit-table-wrap tbody { display: block; width: 100%; }
  .unit-table-wrap thead { display: none; }
  .unit-table-wrap tr { display: grid; grid-template-columns: .75fr 1.2fr .5fr .8fr .62fr .95fr minmax(230px, 1.7fr); gap: 0; align-items: stretch; margin-bottom: 12px; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: var(--white); transition: transform .2s ease, box-shadow .2s ease; }
  .unit-table-wrap tr:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
  .unit-table-wrap td { display: flex; flex-direction: column; justify-content: center; min-height: 126px; padding: 18px 16px; border: 0; border-right: 1px solid var(--line); }
  .unit-table-wrap td:last-child { border-right: 0; }
  .unit-table-wrap td::before { content: attr(data-label); margin-bottom: 7px; color: var(--muted); font-size: .66rem; font-weight: 800; letter-spacing: .07em; }
  .unit-table-wrap td:nth-child(2) strong { font-size: 1.05rem; }
  .unit-table-wrap td:nth-child(7) { background: #faf8f3; }
  .unit-actions-in-price { margin-top: 10px; }
}
.unit-table-wrap td small { display: block; margin-top: 3px; color: var(--muted); font-size: .68rem; }
.unit-result-line [data-unit-page-summary]{color:var(--muted);font-weight:600}.unit-load-more{display:flex;justify-content:center;margin:20px 0 8px}.unit-load-more .button{min-width:240px}
.unit-status { display: inline-flex; align-items: center; gap: 6px; padding: 6px 9px; border-radius: 999px; font-size: .68rem; font-weight: 850; white-space: nowrap; }
.unit-status::before { content: ""; width: 6px; height: 6px; border-radius: 50%; }
.unit-status.available { background: #e1eee6; color: #236444; }
.unit-status.available::before { background: #3d8b65; }
.unit-status.reserved { background: #f3ead8; color: #8d6427; }
.unit-status.reserved::before { background: #c28a31; }
.unit-status.blocked { background: #e9e8e5; color: #65645f; }
.unit-status.blocked::before { background: #85827b; }
.unit-price { min-width: 120px; }
.unit-price strong, .unit-price del, .unit-price small { display: block; }
.unit-price del { margin-top: 2px; color: var(--muted); font-size: .73rem; }
.unit-price small { max-width: 175px; margin-top: 4px; color: var(--gold-deep); font-size: .62rem; line-height: 1.35; }
.unit-no-results { margin-top: 14px; padding: 24px; border: 1px dashed var(--line); border-radius: 16px; text-align: center; background: var(--paper); }
.unit-no-results strong, .unit-no-results span { display: block; }
.unit-no-results span { margin-top: 4px; color: var(--muted); font-size: .8rem; }
.inventory-note { margin: 16px 3px 0; }

.document-groups { display: grid; gap: 14px; }
.document-group { border: 1px solid var(--line); border-radius: 20px; overflow: hidden; background: var(--paper); }
.document-group > summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 20px 22px; cursor: pointer; font-weight: 850; }
.document-group > summary::-webkit-details-marker { display: none; }
.document-group > summary::after { content: "+"; margin-left: auto; color: var(--gold-deep); font-size: 1.4rem; font-weight: 400; }
.document-group[open] > summary::after { content: "−"; }
.document-group > summary small { color: var(--muted); font-size: .7rem; font-weight: 650; }
.document-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; padding-top: 1px; background: var(--line); border-top: 1px solid var(--line); }
.document-card { min-width: 0; padding: 24px; background: var(--white); display: grid; grid-template-columns: 44px 1fr; gap: 15px; }
.document-card.pending { background: #faf8f2; }
.document-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; background: var(--green-soft); color: var(--green); font-size: .72rem; font-weight: 900; }
.document-meta { display: flex; flex-wrap: wrap; gap: 8px; color: var(--muted); font-size: .66rem; }
.document-status { padding: 3px 7px; border-radius: 999px; background: #e1eee6; color: #236444; font-weight: 850; }
.document-status.pending { background: #f3ead8; color: #8d6427; }
.document-card h3 { margin: 10px 0 6px; font-family: Georgia, serif; font-size: 1.25rem; font-weight: 500; }
.document-card p { margin: 0 0 12px; font-size: .8rem; }
.source-file { display: block; padding: 8px 10px; border-radius: 9px; background: var(--paper); color: var(--muted); font-size: .65rem; word-break: break-word; }
.document-footer { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 18px; }
.document-footer > span { color: var(--muted); font-size: .68rem; }
.privacy-boundary { margin-top: 18px; padding: 18px 20px; border-radius: 16px; background: var(--green-deep); color: rgba(255,255,255,.72); font-size: .78rem; }
.privacy-boundary strong { color: var(--white); }

.location-card { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin: 24px 0 14px; padding: 22px; border-radius: 18px; background: var(--paper); border: 1px solid var(--line); }
.location-card small, .location-card strong { display: block; }
.location-card small { color: var(--muted); font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; }
.location-card strong { margin-top: 5px; }
.updates-timeline { margin-top: 30px; border-left: 1px solid var(--line); }
.updates-timeline article { display: grid; grid-template-columns: 130px 1fr; gap: 22px; position: relative; padding: 0 0 30px 24px; }
.updates-timeline article::before { content: ""; position: absolute; width: 11px; height: 11px; left: -6px; top: 5px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px var(--white); }
.updates-timeline time { color: var(--muted); font-size: .75rem; font-weight: 800; }
.updates-timeline h3 { margin: 8px 0 5px; }
.updates-timeline p { margin: 0; font-size: .86rem; }
.update-kind { display: inline-flex; padding: 4px 7px; border-radius: 999px; background: var(--green-soft); color: var(--green); font-size: .62rem; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.construction-schedule { margin-top: 46px; padding: 30px; border: 1px solid rgba(23, 51, 43, .13); border-radius: 22px; background: linear-gradient(135deg, #fbfaf5 0%, #f2f6f1 100%); box-shadow: 0 12px 28px rgba(23, 51, 43, .06); touch-action: pan-x pan-y pinch-zoom; }
.construction-schedule .section-heading { margin-bottom: 0; }
.construction-schedule .lead { max-width: 740px; }
.construction-schedule-action { align-self: flex-end; flex: 0 0 auto; }
.construction-schedule-mobile-action { display: none; }
.construction-schedule-list { display: grid; gap: 0; margin-top: 26px; border-left: 1px solid rgba(23, 51, 43, .22); }
.construction-schedule-item { display: grid; grid-template-columns: 132px minmax(0, 1fr); gap: 20px; position: relative; padding: 0 0 8px 25px; }
.construction-schedule-item::before { content: ""; position: absolute; left: -6px; top: 5px; width: 11px; height: 11px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px #f6f7f0; }
.construction-schedule-item time { color: var(--green); font-weight: 800; font-size: .8rem; }
.construction-schedule-item h3 { margin: 8px 0 6px; font-family: Georgia, "Times New Roman", "Noto Serif SC", serif; font-size: 1.12rem; }
.construction-schedule-item p { max-width: 720px; margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.65; }

.request-summary[hidden] { display: none !important; }
.request-summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; padding: 13px 14px; border: 1px solid rgba(159,122,63,.28); border-radius: 13px; background: rgba(201,168,109,.16); }
.request-summary small, .request-summary strong { display: block; }
.request-summary small { color: var(--gold-deep); font-size: .62rem; text-transform: uppercase; letter-spacing: .08em; }
.request-summary strong { margin-top: 2px; font-size: .8rem; }
.request-summary button { width: 30px; height: 30px; flex: 0 0 auto; border: 0; border-radius: 50%; background: var(--white); color: var(--green); }
.project-mobile-actions, .project-mobile-expose { display: none; }

.image-lightbox { width: min(94vw, 1180px); max-width: none; max-height: 92vh; padding: 0; border: 0; border-radius: 18px; overflow: hidden; background: var(--green-deep); color: var(--white); box-shadow: 0 40px 100px rgba(0,0,0,.45); }
.image-lightbox::backdrop { background: rgba(4,16,12,.82); backdrop-filter: blur(5px); }
.image-lightbox img { width: 100%; max-height: 82vh; object-fit: contain; background: #091b16; }
.image-lightbox p { margin: 0; padding: 12px 18px; color: rgba(255,255,255,.72); font-size: .78rem; }
.image-lightbox [data-lightbox-close] { position: absolute; top: 12px; right: 12px; z-index: 3; width: 42px; height: 42px; border: 0; border-radius: 50%; background: rgba(255,255,255,.9); color: var(--green-deep); font-size: 1.5rem; }

@media (max-width: 880px) {
  .project-section-nav { top: 84px; }
  .data-facts-grid, .document-grid { grid-template-columns: 1fr; }
  .inventory-summary-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .project-detail-page { padding-bottom: 70px; }
  .project-section-nav { top: 72px; }
  .project-section-nav .container { gap: 22px; }
  .hero-data-line { display: grid; gap: 7px; }
  .project-location-row { align-items: flex-start; }
  .availability-mini { white-space: nowrap; }
  .inventory-summary-grid { grid-template-columns: repeat(2, 1fr); }
  .unit-toolbar.advanced { grid-template-columns: 1fr 1fr; }
  .unit-toolbar.advanced .unit-reset { grid-column: 1 / -1; }
  .unit-result-line { flex-direction: column; gap: 4px; }
  .unit-table-wrap { border: 0; overflow: visible; background: transparent; }
  .unit-table-wrap table, .unit-table-wrap tbody { display: block; min-width: 0; }
  .unit-table-wrap thead { display: none; }
  .unit-table-wrap tr { display: block; margin-bottom: 13px; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: var(--white); }
  .unit-table-wrap tr[hidden] { display: none; }
  .unit-table-wrap td { display: grid; grid-template-columns: minmax(105px, .42fr) 1fr; gap: 10px; align-items: start; padding: 10px 14px; border-bottom: 1px solid var(--line); }
  .unit-table-wrap td::before { content: attr(data-label); color: var(--muted); font-size: .66rem; text-transform: uppercase; letter-spacing: .06em; font-weight: 800; }
  .unit-table-wrap td:last-child { border-bottom: 0; }
  .unit-price { min-width: 0; }
  .document-card { grid-template-columns: 38px 1fr; padding: 18px; }
  .document-icon { width: 38px; height: 38px; }
  .document-footer { align-items: flex-start; flex-direction: column; }
  .location-card { align-items: flex-start; flex-direction: column; }
  .updates-timeline article { grid-template-columns: 1fr; gap: 5px; }
  .construction-schedule { margin-top: 34px; padding: 20px 16px; border-radius: 18px; }
  .construction-schedule .section-heading { display: block; }
  .construction-schedule .lead { font-size: .9rem; }
  .construction-schedule-action { display: none; }
  .construction-schedule-list { display: flex; gap: 10px; margin-top: 18px; padding: 2px 2px 10px; overflow-x: auto; border-left: 0; scroll-snap-type: x mandatory; scrollbar-width: thin; }
  .construction-schedule-item { display: block; min-width: min(76vw, 290px); padding: 15px; border: 1px solid rgba(23, 51, 43, .13); border-radius: 15px; background: rgba(255,255,255,.78); scroll-snap-align: start; }
  .construction-schedule-item::before { display: none; }
  .construction-schedule-item h3 { margin: 7px 0 4px; font-size: 1rem; }
  .construction-schedule-item p { font-size: .82rem; line-height: 1.5; }
  .construction-schedule-mobile-action { display: flex; width: 100%; min-height: 48px; justify-content: center; margin-top: 4px; }
  .project-mobile-actions { position: fixed; left: 0; right: 0; bottom: 0; z-index: 88; display: grid; grid-template-columns: repeat(2, 1fr); padding: 9px max(12px, env(safe-area-inset-left)) calc(9px + env(safe-area-inset-bottom)); background: rgba(14,43,35,.97); box-shadow: 0 -10px 30px rgba(0,0,0,.18); }
  .project-mobile-actions a, .project-mobile-actions button { min-height: 45px; display: grid; place-items: center; border: 0; border-right: 1px solid rgba(255,255,255,.16); background: transparent; color: rgba(255,255,255,.78); font-size: .76rem; font-weight: 850; }
  .project-mobile-actions > :last-child { border-right: 0; }
  .project-mobile-actions .primary { border-radius: 999px; background: var(--gold); color: var(--green-deep); }
  .project-mobile-expose { position: fixed; right: 14px; bottom: calc(77px + env(safe-area-inset-bottom)); z-index: 89; display: inline-flex; align-items: center; gap: 8px; min-height: 46px; padding: 0 16px; border: 0; border-radius: 999px; background: var(--gold); box-shadow: 0 10px 25px rgba(3, 29, 22, .27); color: var(--green-deep); font-size: .8rem; font-weight: 900; }
  .project-mobile-expose span { display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: rgba(14,43,35,.12); font-size: .8rem; }
  .image-lightbox { width: 96vw; }
  .install-prompt { grid-template-columns: 48px minmax(0, 1fr) auto; gap: 10px; padding: 14px; border-radius: 19px; }
  .install-prompt-icon { width: 48px; height: 48px; border-radius: 14px; font-size: 1.55rem; }
  .install-prompt-copy strong { font-size: .98rem; }
  .install-prompt-copy p { font-size: .8rem; }
  .install-guide { gap: 6px; margin-top: 9px; padding: 6px 8px; }
  .install-guide-step { gap: 4px; }
  .install-guide-step b { width: 22px; height: 22px; font-size: .88rem; }
  .install-guide-step small { font-size: .64rem; }
  .install-prompt .button { min-height: 41px; padding: 9px 13px; font-size: .82rem; }
}

.resale-rmb-tag { position:absolute; left:12px; bottom:12px; display:inline-flex; align-items:center; padding:7px 10px; border-radius:999px; background:var(--gold); color:var(--green-deep); font-size:.72rem; font-weight:900; box-shadow:0 3px 12px rgba(0,0,0,.16); }

@media print {
  .project-section-nav, .project-mobile-actions, .document-footer .button, .image-lightbox { display: none !important; }
}

/* 二手房页面：保留主站色板，并以横向房源卡片展示关键数据。 */
.resale-page .page-hero,.resale-detail-page .resale-detail-loading{background:radial-gradient(circle at 82% 18%,rgba(201,168,109,.24),transparent 24%),linear-gradient(145deg,var(--paper),#e5ece6)}
.resale-listing-hero .h1{max-width:900px}.resale-source-banner{display:flex;gap:14px;align-items:flex-start;margin:0 0 22px;padding:16px 18px;border-radius:16px;border:1px solid var(--line);font-size:.84rem}.resale-source-banner.demo{background:#fff3d5}.resale-source-banner.warning{background:#f8e8e4}
.filter-range{display:flex;align-items:center;gap:6px}.filter-range .select{min-width:0;flex:1}.filter-range>span{color:var(--muted);font-weight:700}.filter-bar,.resale-filter-bar{gap:10px;padding:12px;border:0;border-radius:28px;background:rgba(255,255,255,.88);box-shadow:0 12px 30px rgba(23,51,43,.08)}.filter-bar .filter-group>label,.resale-filter-bar .filter-group>label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.filter-bar .input,.filter-bar .select,.resale-filter-bar .input,.resale-filter-bar .select{min-height:58px;padding:0 20px;border-color:rgba(23,51,43,.24);border-radius:999px;background:rgba(255,255,255,.96);font-size:1rem;font-weight:700;color:var(--green-deep);box-shadow:none}.filter-bar .filter-group.search .input{padding-left:49px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 24 24' fill='none' stroke='%2317332b' stroke-width='2.3' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-3.7-3.7'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:18px center}.filter-bar .filter-reset,.resale-filter-bar .filter-reset{align-self:stretch;min-height:58px;padding-inline:22px;border-radius:999px}.filter-range-popover{position:relative}.filter-range-popover>summary{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:58px;padding:0 20px;list-style:none;cursor:pointer;border:1px solid rgba(23,51,43,.24);border-radius:999px;background:rgba(255,255,255,.96);font-size:1rem;font-weight:700;color:var(--green-deep)}.filter-range-popover>summary::-webkit-details-marker{display:none}.filter-range-popover>summary::after{content:'⌄';font-size:1.28rem;line-height:1;transition:transform .2s ease}.filter-range-popover[open]>summary{border-color:var(--green-deep);box-shadow:0 0 0 4px rgba(23,51,43,.09)}.filter-range-popover[open]>summary::after{transform:rotate(180deg)}.filter-range-panel{position:absolute;z-index:40;top:calc(100% + 10px);left:0;width:max(300px,100%);padding:18px;border:1px solid rgba(23,51,43,.16);border-radius:22px;background:var(--white);box-shadow:0 22px 48px rgba(12,34,26,.2)}.filter-range-panel .select{min-height:50px;padding-inline:14px;border-radius:10px;font-weight:600}.filter-range-apply{width:100%;min-height:48px;margin-top:14px;justify-content:center;border-radius:12px}.resale-filter-bar{display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));margin-bottom:28px}.resale-filter-bar .filter-group.search{grid-column:span 2}.resale-filter-bar .filter-range-group{grid-column:span 2}.resale-map-section{padding-top:34px;background:linear-gradient(180deg,#edf1eb,var(--paper))}.resale-map-heading{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:18px}.resale-map-heading .h2{margin:0 0 8px}.resale-map-heading p:not(.eyebrow){max-width:740px;margin:0;color:var(--muted)}.resale-map-heading .text-link{white-space:nowrap}
.resale-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:18px}.resale-loading{min-height:220px;display:grid;place-items:center;border:1px dashed var(--line);border-radius:var(--radius);color:var(--muted)}.resale-card{min-width:0;display:grid;grid-template-columns:minmax(280px,36%) 1fr;overflow:hidden;background:var(--white);border:1px solid rgba(23,51,43,.10);border-radius:22px;box-shadow:var(--shadow-sm);transition:transform .2s ease,box-shadow .2s ease}.resale-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.resale-card-media{position:relative;min-height:280px;overflow:hidden;background:var(--green-soft)}.resale-card-media img{width:100%;height:100%;object-fit:cover}.resale-card-favorite{position:absolute;right:14px;top:14px;width:42px;height:42px;display:grid;place-items:center;border:0;border-radius:50%;background:rgba(255,255,255,.9);color:var(--green);font-size:1.15rem}.resale-card-favorite.active{background:var(--green);color:var(--white)}.resale-card-body{padding:22px}.resale-card-location{color:var(--muted);font-size:.8rem}.resale-card h2,.resale-card h3{margin:5px 0 9px;font-family:Georgia,"Times New Roman","Noto Serif SC",serif;font-size:1.55rem;line-height:1.2;font-weight:500}.resale-card-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:15px 0;margin:16px 0;border-block:1px solid var(--line)}.resale-card-facts small{display:block;color:var(--muted);font-size:.65rem}.resale-card-facts strong{display:block;font-size:.85rem}.resale-card-price{display:flex;justify-content:space-between;align-items:end;gap:12px;margin-top:18px}.resale-card-price strong{font-family:Georgia,serif;font-size:1.45rem;font-weight:500}.resale-card-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:17px}.resale-card-actions .button{flex:1;min-width:120px}.resale-status{display:inline-flex;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.91);font-size:.72rem;font-weight:850}.resale-status.available{color:#2f7653}.resale-map-shell{position:relative;min-height:440px;overflow:hidden;border:1px solid var(--line);border-radius:24px;background:linear-gradient(135deg,#e7eee8,#c8d8cb);box-shadow:var(--shadow-sm)}.resale-map-shell .leaflet-map,.resale-map-shell .map-loading{min-height:440px;height:440px}.resale-map-empty{position:absolute;z-index:600;inset:0;display:grid;place-items:center;padding:28px;text-align:center;background:rgba(237,241,235,.88);color:var(--green-deep);font-weight:800}
.resale-detail-loading{min-height:62vh;padding:120px 0;display:flex;align-items:center}.resale-detail-hero{position:relative;min-height:74vh;display:flex;align-items:end;overflow:hidden;background:var(--green-deep)}.resale-detail-hero-media{position:absolute;inset:0}.resale-detail-hero-media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,24,19,.07),rgba(8,24,19,.18) 38%,rgba(8,24,19,.91))}.resale-detail-hero-media img{width:100%;height:100%;object-fit:cover}.resale-detail-hero-copy{position:relative;z-index:2;width:100%;padding:88px 0 62px;color:var(--white)}.resale-detail-hero-copy .eyebrow{color:#f0d4a0}.resale-detail-hero-copy .lead{color:rgba(255,255,255,.78)}.resale-summary{display:grid;grid-template-columns:repeat(6,1fr);gap:1px;background:var(--line)}.resale-detail-sections>section+section{margin-top:72px;padding-top:64px;border-top:1px solid var(--line)}.resale-gallery{display:grid;grid-template-columns:1.3fr .7fr;gap:12px}.resale-gallery figure{margin:0;overflow:hidden;min-height:260px;border-radius:18px;background:var(--green-soft)}.resale-gallery figure:first-child{grid-row:span 2;min-height:530px}.resale-gallery img{width:100%;height:100%;object-fit:cover}.resale-fact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin:20px 0 30px;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:var(--line)}.resale-fact-grid>div{min-height:104px;padding:18px;background:var(--paper)}.resale-fact-grid small{display:block;color:var(--muted);font-size:.7rem}.resale-fact-grid strong{display:block;margin-top:6px;font-size:.93rem;overflow-wrap:anywhere}.resale-floorplan{margin-top:24px;padding:24px;border:1px solid var(--line);border-radius:18px;background:var(--paper-2)}.resale-mobile-actions{display:none}.account-property-kind{display:inline-flex;margin-bottom:5px;padding:4px 8px;border-radius:999px;background:var(--green-soft);color:var(--green-deep);font-size:.65rem;font-weight:900}
@media(max-width:1120px){.resale-filter-bar{grid-template-columns:repeat(3,1fr)}.resale-filter-bar .filter-group.search,.resale-filter-bar .filter-range-group{grid-column:span 2}.resale-map-heading{align-items:flex-start;flex-direction:column;gap:10px}.resale-summary{grid-template-columns:repeat(3,1fr)}}@media(max-width:640px){.resale-filter-bar{grid-template-columns:1fr;padding:13px}.resale-filter-bar .filter-group.search,.resale-filter-bar .filter-range-group{grid-column:auto}.resale-card{grid-template-columns:1fr;border-radius:18px}.resale-card-media{min-height:0;aspect-ratio:16/10}.resale-card-body{padding:16px}.resale-card h2,.resale-card h3{margin:4px 0 7px;font-size:1.28rem}.resale-card-facts{grid-template-columns:1fr 1fr;gap:6px;padding:11px 0;margin:11px 0}.resale-card-facts strong{font-size:.8rem}.resale-card-body>p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0 0 10px;font-size:.86rem;line-height:1.45}.resale-card-price{align-items:center;flex-direction:row;margin-top:10px}.resale-card-price strong{font-size:1.18rem}.resale-card-actions{margin-top:12px;gap:6px}.resale-card-actions .button{min-width:0;padding:10px 9px;font-size:.8rem}.resale-card-actions .linklike{flex:0 0 auto}.resale-map-shell,.resale-map-shell .leaflet-map,.resale-map-shell .map-loading{min-height:360px;height:360px}.resale-source-banner{flex-direction:column;gap:4px}.resale-summary{grid-template-columns:1fr 1fr}.resale-gallery{display:block}.resale-gallery figure,.resale-gallery figure:first-child{min-height:0;height:245px;margin-bottom:10px}.resale-fact-grid{grid-template-columns:1fr 1fr}.resale-radio-group{min-height:52px}.resale-mobile-actions{position:fixed;z-index:88;left:10px;right:10px;bottom:10px;display:grid;grid-template-columns:1fr 1fr 46px;gap:7px;padding:8px;border:1px solid rgba(246,242,234,.96);box-shadow:0 15px 45px rgba(17,45,36,.24)}.resale-detail-page .site-footer{padding-bottom:110px}}


@media (max-width: 1120px) {
  .main-nav { gap: 16px; }
  .main-nav a { font-size: .8rem; }
  .header-cta { display: none; }
  .project-card { grid-column: span 6; }
  .value-grid { grid-template-columns: repeat(3, 1fr); }
  .process-grid { grid-template-columns: repeat(4, 1fr); }
  .guide-grid { grid-template-columns: repeat(2, 1fr); }
  .filter-bar { grid-template-columns: repeat(3, 1fr); }
  .filter-group.search { grid-column: span 2; }
  .conversion-actions { grid-template-columns: 1fr; }
  .conversion-action { min-height: 76px; }
  .filter-reset { align-self: end; }
  .project-summary { grid-template-columns: repeat(3, 1fr); }
  .detail-layout { grid-template-columns: 1fr 340px; gap: 36px; }
}

@media (max-width: 880px) {
  .section { padding: 82px 0; }
  .menu-button { display: block; }
  .account-link, .header-cta { display: none; }
  .main-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 12px;
    left: auto;
    bottom: auto;
    width: min(calc(100vw - 24px), 360px);
    max-height: calc(100dvh - 90px);
    margin: 0;
    padding: 18px;
    overflow-y: auto;
    border: 1px solid rgba(13, 50, 40, .12);
    border-radius: 20px;
    background: var(--paper);
    box-shadow: 0 20px 48px rgba(3, 29, 22, .22);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px) scale(.98);
    transform-origin: top right;
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  }
  .nav-open .main-nav { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0) scale(1); }
  .main-nav > a { width: 100%; padding: 13px 12px; border-radius: 12px; font-size: 1rem; }
  .main-nav > a:hover, .main-nav > a[aria-current="page"] { background: var(--green-soft); color: var(--green); }
  .mobile-nav-actions { display: grid; grid-template-columns: 1fr 1fr; width: 100%; gap: 9px; margin-top: 12px; padding-top: 14px; border-top: 1px solid var(--line); }
  .mobile-nav-actions .mobile-account-link { display: grid; place-items: center; min-height: 43px; padding: 8px; border: 1px solid var(--line); border-radius: 999px; color: var(--green); font-size: .8rem; font-weight: 850; }
  .mobile-nav-actions .button { justify-content: center; min-height: 43px; padding: 8px 11px; font-size: .78rem; }
  .lang-switch { margin-left: auto; border-left: 0; padding-left: 0; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 0; }
  .hero-side { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .hero-stat-card, .hero-stat-card + .hero-stat-card { margin: 0; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .calculator-shell, .contact-layout, .service-split, .detail-layout { grid-template-columns: 1fr; }
  .sticky-inquiry, .info-panel { position: static; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-layout { grid-template-columns: 1fr; }
  .cta-layout .actions { justify-content: flex-start; }
  .project-summary { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid:not(.project-gallery) { grid-template-columns: 1fr 1fr; grid-template-rows: 320px 190px; }
  .gallery-grid:not(.project-gallery) figure:first-child { grid-column: 1 / -1; grid-row: auto; }
  .admin-grid { grid-template-columns: 1fr; }
  .admin-sidebar { display: flex; overflow-x: auto; }
  .admin-sidebar button { min-width: max-content; }
  .admin-stats { grid-template-columns: repeat(2, 1fr); }
  .header-inner { gap: 14px; }
  .auth-layout, .reservation-layout { grid-template-columns: 1fr; }
  .reservation-context-card { position: static; }
  .account-heading-row { align-items: flex-start; }
  .account-favorite-card { grid-template-columns: 170px 1fr; }
  .application-main { grid-template-columns: 1fr; }
  .contact-action-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  body { padding-top: 72px; }
  .container, .container.narrow { width: min(calc(100% - 28px), var(--max)); }
  .header-inner { height: 72px; gap: 8px; }
  .logo img { width: 172px; }
  .account-link { min-height: 36px; padding: 6px 9px; font-size: .68rem; }
  .main-nav { right: 10px; width: min(calc(100vw - 20px), 360px); }
  .lang-switch { display: none; }
  .hero-home { min-height: auto; padding: 70px 0 60px; }
  .display { font-size: clamp(3rem, 15vw, 5.4rem); }
  .hero-side { grid-template-columns: 1fr; }
  .hero-stat-card + .hero-stat-card { margin-left: 36px; }
  .project-card, .project-card.wide { grid-column: 1 / -1; }
  .project-facts { grid-template-columns: 1fr 1fr; }
  .project-facts .project-fact:last-child { grid-column: 1 / -1; }
  .value-grid { grid-template-columns: 1fr; }
  .value-item { min-height: auto; }
  .value-item h3 { margin-top: 26px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step { min-height: 210px; }
  .guide-grid { grid-template-columns: 1fr; }
  .filter-bar { grid-template-columns: 1fr; }
  .filter-group.search { grid-column: auto; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .calculator-card, .result-card, .form-card, .contact-card { padding: 24px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .project-hero { min-height: clamp(500px, 64vh, 620px); }
  .project-summary { grid-template-columns: 1fr 1fr; }
  .summary-item { padding: 18px 14px; }
  .highlight-list { grid-template-columns: 1fr; }
  .unit-toolbar { grid-template-columns: 1fr 1fr; }
  .gallery-grid:not(.project-gallery) { display: block; }
  .gallery-grid:not(.project-gallery) figure { height: 250px; margin-bottom: 12px; }
  .project-gallery { gap: 12px; margin-right: -20px; padding-right: 20px; }
  .project-gallery figure, .project-gallery figure:first-child { flex-basis: min(78vw, 320px); }
  .compare-drawer { flex-direction: column; align-items: stretch; }
  .compare-drawer .actions { justify-content: stretch; }
  .compare-drawer .button { flex: 1; }
  .admin-stats { grid-template-columns: 1fr 1fr; }
  .token-box { flex-direction: column; }
  .token-box .input { min-width: 0; }
  .interactive-map-shell, .leaflet-map, .map-consent, .map-loading { min-height: 620px; height: 620px; }
  .map-legend { top: auto; right: 10px; bottom: 10px; width: calc(100% - 20px); max-height: 212px; }
  .map-legend-list { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
  .map-legend-item { padding: 7px; grid-template-columns: 24px 1fr; gap: 6px; }
  .map-legend-item > span { width: 22px; height: 22px; }.map-legend-item strong { font-size: .68rem; }.map-legend-item small { font-size: .6rem; }
  .auth-card, .reservation-form-card, .reservation-context-card { padding: 22px; }
  .account-boundary-note { grid-template-columns: 1fr; gap: 8px; padding: 20px; }
  .account-heading-row { display: block; }
  .account-heading-row .button { margin-top: 18px; }
  .account-profile-card { align-items: flex-start; flex-direction: column; padding: 22px; }
  .account-section { margin-top: 54px; }
  .account-favorite-card { grid-template-columns: 1fr; }
  .favorite-image { height: 190px; }
  .favorite-title-row { flex-direction: column; }
  .application-status-row, .application-footer { align-items: flex-start; flex-direction: column; }
  .reservation-facts div { grid-template-columns: 1fr; gap: 3px; }
  .financing-choice label { display: flex; margin: 8px 0; }
  .contact-action-grid { grid-template-columns: 1fr; }
  .reservation-success { padding: 28px 22px; }
  .unit-actions { width: 100%; min-width: 0; align-items: stretch; }
  .unit-actions .button, .unit-actions .table-action { width: 100%; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

@media print {
  .site-header, .site-footer, .sticky-inquiry, .compare-drawer, .cookie-banner, .button, .favorite-button, .filter-bar { display: none !important; }
  body { background: white; color: black; }
  .section { padding: 30px 0; }
  .project-hero { min-height: 360px; }
  .project-card { box-shadow: none; break-inside: avoid; }
}

/* 二手房详情相册：横向浏览，避免多张图片纵向堆叠占满页面。 */
.resale-detail-page .resale-gallery {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 4px 2px 16px;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--gold) var(--green-soft);
  -webkit-overflow-scrolling: touch;
}
.resale-detail-page .resale-gallery figure,
.resale-detail-page .resale-gallery figure:first-child {
  flex: 0 0 min(72%, 720px);
  height: clamp(260px, 34vw, 440px);
  min-height: 0;
  margin: 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  box-shadow: 0 10px 28px rgba(20, 49, 40, .10);
}
.resale-detail-page .resale-gallery img { display: block; }
.resale-detail-page .resale-onoffice-paragraph {
  display: block;
  margin: 0 0 1.35em;
  white-space: normal;
}
.resale-detail-page .resale-onoffice-paragraph:last-child { margin-bottom: 0; }
.resale-resource-section { border-top: 1px solid var(--line); padding-top: 28px; }
.resale-resource-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; margin-top: 22px; }
.resale-resource-card { display: flex; align-items: center; gap: 14px; min-height: 92px; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); color: var(--ink); text-decoration: none; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.resale-resource-card:hover { transform: translateY(-2px); border-color: var(--green); box-shadow: 0 12px 30px rgba(12, 52, 43, .12); }
.resale-resource-card.video { background: var(--green); color: #fff; border-color: var(--green); }
.resale-resource-card span:last-child { display: grid; gap: 4px; }
.resale-resource-card small { color: var(--muted); }
.resale-resource-card.video small { color: rgba(255,255,255,.76); }
.resale-resource-icon { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 42px; border-radius: 50%; background: var(--green); color: #fff; font-size: 21px; font-weight: 800; }
.resale-resource-card.video .resale-resource-icon { background: var(--gold); color: var(--ink); }
@media (max-width: 640px) {
  .resale-detail-page .resale-gallery { gap: 10px; padding-bottom: 12px; }
  .resale-detail-page .resale-gallery figure,
  .resale-detail-page .resale-gallery figure:first-child {
    flex-basis: 86%;
    height: 250px;
    margin: 0;
  }
}
@media (min-width:1121px){.resale-filter-bar{grid-template-columns:minmax(235px,1.35fr) minmax(145px,.78fr) minmax(185px,1fr) minmax(185px,1fr) minmax(135px,.7fr) minmax(175px,.9fr) auto;align-items:end}.resale-filter-bar .filter-group.search,.resale-filter-bar .filter-range-group{grid-column:auto}.resale-filter-bar .filter-group{min-width:0}.resale-filter-bar .filter-reset{min-width:96px}}
/* 统一范围筛选的下拉图标，避免字体将箭头渲染成字母 v。 */
.filter-range-popover>summary::after{content:"";width:16px;height:16px;flex:0 0 16px;background:center/16px 16px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2317332b' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E")}
.filter-range-group.has-range-selection .filter-range-popover>summary{border-color:rgba(154,112,44,.72);background:#fffaf0;color:var(--green-deep);box-shadow:0 0 0 3px rgba(201,168,109,.13)}
.filter-bar .filter-reset{min-width:96px}
@media (max-width:900px){.project-decision-bar{grid-template-columns:1fr;gap:18px}.project-decision-actions{justify-content:flex-start;max-width:none}}
@media (max-width:640px){.project-decision-bar{margin-top:22px;padding:21px 18px;border-radius:18px}.project-decision-bar .h3{font-size:1.28rem}.project-decision-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.project-decision-actions .button:first-child{grid-column:1/-1}.project-decision-actions .button{justify-content:center;padding-inline:12px;font-size:.84rem}}
/* 无密钥底图保留道路信息，并统一为 HARVEST 使用的高亮浅灰白视觉。 */
.interactive-map-shell .leaflet-map,.resale-map-shell .leaflet-map{background:#f6f3eb}.interactive-map-shell .leaflet-tile-pane,.resale-map-shell .leaflet-tile-pane{filter:saturate(.58) sepia(.1) brightness(1.1) contrast(.84);opacity:.9}
/* 新房列表：手机端使用紧凑的双列筛选与较短地图，而不是桌面布局的纵向放大版。 */
@media (max-width:640px){.map-section{padding:20px 0 26px}.interactive-map-shell,.interactive-map-shell .leaflet-map,.interactive-map-shell .map-loading{min-height:340px;height:340px;border-radius:22px}.map-note{margin-top:12px;font-size:.82rem;line-height:1.55}.filter-bar{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:10px;border-radius:20px;margin-bottom:20px}.filter-bar .filter-group.search{grid-column:1/-1}.filter-bar .filter-group:nth-child(4){grid-row:4;grid-column:1}.filter-bar .filter-reset{grid-row:4;grid-column:2;min-height:48px;padding-inline:12px}.filter-bar .input,.filter-bar .select,.filter-bar .filter-range-popover>summary{min-height:48px;padding-inline:15px;font-size:.92rem}.filter-bar .filter-group.search .input{padding-left:45px;background-position:16px center}.filter-bar .select{appearance:none;padding-right:40px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2317332b' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 15px center;background-size:16px}.filter-bar .filter-range-group:nth-child(6) .filter-range-panel{left:auto;right:0;width:min(300px,calc(100vw - 44px))}.filter-bar .filter-range-panel{width:min(300px,calc(100vw - 44px));padding:14px}.filter-bar .filter-range-panel .select{min-height:46px;padding-inline:10px}.filter-bar .filter-range-apply{min-height:44px;margin-top:10px}.results-meta{margin-bottom:16px;font-size:.8rem}}
