/* Property-manager positioning refresh.
   Kept separate from the established site stylesheet so the concept can be
   reviewed or removed without disturbing the planner and administrative UI. */

:root {
  --property-ink: #0f1c29;
  --property-muted: #4d5f6f;
  --property-paper: #e6edf2;
  --property-paper-deep: #d6dee6;
  --property-green: #27445d;
  --property-green-dark: #182330;
  --property-green-soft: #d6dee6;
  --property-rust: #6f94ae;
  --property-gold: #89adc9;
  --property-line: rgba(25, 39, 52, 0.2);
  --property-shadow: 0 18px 42px rgba(10, 18, 26, 0.13);
}

body.homepage,
body.property-examples-page {
  color: var(--property-ink);
  background: var(--property-paper);
}

.homepage h1,
.homepage h2,
.property-examples-page h1,
.property-examples-page h2 {
  font-family: Georgia, Cambria, "Times New Roman", serif;
  letter-spacing: -0.035em;
}

.homepage .eyebrow,
.property-examples-page .eyebrow {
  color: var(--property-green);
  letter-spacing: 0.16em;
}

.property-hero {
  padding: 58px 0 54px;
  background:
    radial-gradient(circle at 12% 20%, rgba(137, 173, 201, 0.18), transparent 28rem),
    linear-gradient(135deg, #eef3f6 0%, #d6dee6 100%);
  border-bottom: 1px solid var(--property-line);
}

.property-hero-grid,
.property-split {
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(0, 1.07fr);
  align-items: center;
  gap: clamp(38px, 5vw, 72px);
}

.property-hero-copy {
  max-width: 650px;
}

.property-hero h1 {
  max-width: 17ch;
  margin: 10px 0 16px;
  color: var(--property-ink);
  font-size: clamp(2.8rem, 3.55vw, 3.7rem);
  line-height: 1.03;
  text-wrap: balance;
}

.property-hero-lede {
  max-width: 620px;
  margin-bottom: 22px;
  color: #4d5f6f;
  font-size: clamp(1.04rem, 1.35vw, 1.2rem);
  line-height: 1.55;
}

.property-hero-media {
  position: relative;
  min-height: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 6px solid rgba(255, 255, 255, 0.78);
  border-radius: 20px;
  background: #d6dee6;
  box-shadow: var(--property-shadow);
}

.property-hero-visual-stage {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.property-hero-visual-note {
  margin: 9px 8px 0;
  color: var(--property-muted);
  font-size: 0.76rem;
  line-height: 1.35;
  text-align: right;
}

.property-hero-building,
.telemetry-scene > picture {
  display: contents;
}

.property-hero-building > img {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.property-hero-dashboard-panel {
  position: absolute;
  z-index: 1;
  right: 22px;
  bottom: 22px;
  width: 43%;
  overflow: hidden;
  border: 4px solid rgba(255, 255, 255, 0.9);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(15, 28, 41, 0.3);
}

.property-hero-dashboard-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 13px;
  background: #102f4b;
  color: #ffffff;
}

.property-hero-dashboard-header > div > span,
.property-hero-dashboard-header > div > strong {
  display: block;
}

.property-hero-dashboard-header > div > span {
  margin-bottom: 2px;
  color: #b9d0df;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.property-hero-dashboard-header > div > strong {
  font-size: 0.9rem;
}

.property-hero-dashboard-state {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.62rem;
  font-weight: 800;
  white-space: nowrap;
}

.property-hero-dashboard-state i,
.property-hero-dashboard-footer i {
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 999px;
  background: #35a578;
}

.property-hero-dashboard-readings {
  display: grid;
}

.property-hero-dashboard-readings > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 13px;
  border-bottom: 1px solid #e3e9ed;
}

.property-hero-dashboard-readings span {
  color: #526878;
  font-size: 0.72rem;
}

.property-hero-dashboard-readings strong {
  color: #0c7d61;
  font-size: 0.74rem;
}

.property-hero-dashboard-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 9px 13px;
  color: #2c465a;
  background: #eef5f2;
  font-size: 0.62rem;
}

.property-hero-dashboard-footer > span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 800;
}

.property-hero-dashboard-footer small {
  color: #627888;
  font-size: 0.58rem;
  white-space: nowrap;
}

.property-hero-media > img.property-hero-dashboard {
  object-fit: contain;
  object-position: center;
  background: #f3f6f8;
}

.status-dot {
  width: 12px;
  height: 12px;
  display: inline-block;
  flex: 0 0 12px;
  border-radius: 999px;
  box-shadow: 0 0 0 5px rgba(127, 185, 137, 0.14);
}

.status-dot-good {
  background: #7fb989;
}

.status-dot-watch {
  background: var(--property-gold);
  box-shadow: 0 0 0 5px rgba(137, 173, 201, 0.18);
}

.homepage .button,
.property-examples-page .button {
  border-radius: 8px;
  background: var(--property-green-dark);
  box-shadow: 0 8px 20px rgba(15, 28, 41, 0.16);
}

.homepage .button:hover,
.property-examples-page .button:hover {
  background: #1b354c;
}

.homepage .button.secondary,
.property-examples-page .button.secondary {
  border: 1px solid rgba(15, 28, 41, 0.22);
  background: rgba(255, 255, 255, 0.7);
  color: var(--property-green-dark);
  box-shadow: none;
}

.property-audience {
  padding: 24px 0;
  border-bottom: 1px solid var(--property-line);
  background: #ffffff;
}

.property-audience .container {
  display: grid;
  gap: 14px;
}

.property-audience p {
  margin: 0;
  color: var(--property-green-dark);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.property-audience-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.property-audience-list span,
.property-tech-strip span {
  padding: 5px 14px;
  border: 0;
  border-left: 2px solid var(--property-gold);
  border-radius: 0;
  background: transparent;
  color: #4d5f6f;
  font-size: 0.91rem;
  font-weight: 700;
  text-align: left;
}

.homepage .property-responsibility,
.homepage .property-portfolio,
.homepage .property-human-section {
  padding: clamp(72px, 8vw, 116px) 0;
  background: var(--property-paper);
}

.homepage .property-portfolio {
  background: #d6dee6;
}

.homepage .property-human-section {
  background: #f1f6f9;
}

.property-split-reverse {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.property-photo-card {
  position: relative;
  overflow: hidden;
  min-height: 450px;
  border: 6px solid rgba(255, 255, 255, 0.82);
  border-radius: 18px;
  background: #d6dee6;
  box-shadow: var(--property-shadow);
}

.property-photo-card.dashboard-photo-card {
  min-height: 0;
  aspect-ratio: 16 / 9;
  background: #ffffff;
}

.property-photo-card.dashboard-photo-card img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
}

.property-photo-card.dashboard-photo-card figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 6px 9px;
  border-radius: 8px;
  background: rgba(15, 28, 41, 0.88);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 800;
}

.property-photo-card img {
  width: 100%;
  height: 100%;
  min-height: 450px;
  object-fit: cover;
}

.property-photo-card .original-mechanical-photo {
  object-fit: contain;
  object-position: center;
  background: #756f68;
  filter: saturate(0.84) contrast(1.03);
}

.original-boiler-photo {
  object-position: center;
}

.original-well-photo {
  object-position: center;
}

.property-incident-photo-card {
  position: relative;
}

.property-image-alert-badge {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: calc(100% - 40px);
  padding: 11px 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 11px;
  color: #fff;
  background: rgba(123, 38, 25, 0.94);
  box-shadow: 0 10px 24px rgba(37, 15, 10, 0.3);
  backdrop-filter: blur(5px);
}

.property-image-alert-badge > span:last-child {
  display: grid;
  gap: 2px;
}

.property-image-alert-badge small {
  color: rgba(255, 235, 226, 0.92);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.property-image-alert-badge strong {
  font-size: 0.9rem;
  line-height: 1.2;
}

.property-image-alert-dot {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: #ff6b4a;
  box-shadow: 0 0 0 4px rgba(255, 107, 74, 0.2);
}

.property-photo-tall,
.property-photo-tall img {
  min-height: 560px;
}

.property-copy-block h2,
.property-section-heading h2,
.project-map-heading h2,
.property-final-card h2 {
  margin: 10px 0 20px;
  color: var(--property-ink);
  font-size: clamp(2.2rem, 3.8vw, 3.65rem);
  line-height: 1.06;
}

.property-responsibility .property-copy-block h2 {
  max-width: 650px;
  font-size: clamp(2.35rem, 3.2vw, 3.2rem);
  line-height: 1.08;
  text-wrap: balance;
}

.property-responsibility .property-copy-block > p,
.property-human-section .property-copy-block > p {
  max-width: 680px;
}

.property-section-heading h2,
.project-map-heading h2,
.property-final-card h2,
.property-examples-hero h1 {
  text-wrap: balance;
}

.property-copy-block > p,
.property-section-heading > p,
.property-section-heading > div > p,
.project-map-heading .section-intro,
.property-final-card p {
  color: var(--property-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.property-check-list {
  display: grid;
  gap: 11px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.property-check-list li {
  position: relative;
  padding-left: 30px;
  color: #21313f;
  font-weight: 700;
}

.property-check-list li::before {
  position: absolute;
  top: 0.05em;
  left: 0;
  content: "\2713";
  color: var(--property-rust);
  font-weight: 800;
}

.property-inline-link {
  display: inline-block;
  margin-top: 24px;
}

.homepage .property-project-process {
  padding: clamp(66px, 7vw, 96px) 0;
  border-top: 1px solid rgba(25, 39, 52, 0.11);
  background: #f6f9fb;
}

.property-project-process-heading {
  max-width: 900px;
}

.property-project-process-heading h2 {
  max-width: 17ch;
}

.property-project-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 1px;
  overflow: hidden;
  border: 1px solid var(--property-line);
  border-radius: 16px;
  background: var(--property-line);
  list-style: none;
  box-shadow: 0 14px 30px rgba(10, 18, 26, 0.08);
}

.property-project-steps li {
  min-height: 230px;
  padding: 26px 24px;
  background: #ffffff;
}

.property-project-steps li > span {
  width: 38px;
  height: 38px;
  display: grid;
  margin-bottom: 28px;
  place-items: center;
  border-radius: 50%;
  background: #dfeaf1;
  color: #27445d;
  font-weight: 900;
}

.property-project-steps strong {
  display: block;
  margin-bottom: 9px;
  color: var(--property-ink);
  font-size: 1.06rem;
}

.property-project-steps p {
  margin: 0;
  color: var(--property-muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.homepage .property-priorities {
  padding: clamp(72px, 8vw, 110px) 0;
  background: var(--property-green-dark);
}

.property-priorities .eyebrow,
.property-technical .eyebrow {
  color: #89adc9;
}

.property-priorities .property-section-heading h2,
.property-priorities .property-section-heading p {
  color: #f1f6f9;
}

.property-section-heading {
  max-width: 800px;
  margin-bottom: 40px;
}

.property-section-heading-centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

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

.property-problem-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.property-priority-card {
  min-height: 270px;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.075);
}

.property-priority-card h3 {
  margin: 22px 0 12px;
  color: #f1f6f9;
  font-size: 1.45rem;
}

.property-priority-card p {
  color: #d6e3eb;
  line-height: 1.66;
}

.property-priority-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #e6edf2;
  color: var(--property-green-dark);
  font-size: 1.2rem;
}

.property-priority-icon.property-problem-label {
  width: auto;
  height: auto;
  min-width: 64px;
  place-items: start;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #a8c5d9;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.09em;
}

.homepage .property-priority-note {
  max-width: 1040px;
  margin: 28px 0 0;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  color: #d6e3eb;
  font-size: 0.94rem;
  line-height: 1.62;
}

.homepage .property-priority-note strong {
  color: #ffffff;
}

.property-mini-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 24px;
}

.property-mini-list > div {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 12px;
  padding: 14px 16px;
  border: 1px solid var(--property-line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.7);
}

.property-mini-list small {
  grid-column: 2;
  color: var(--property-muted);
}

.text-link {
  color: var(--property-green-dark);
  font-weight: 800;
}

.text-link:hover {
  color: var(--property-rust);
}

.property-alert-example {
  margin-top: 28px;
  padding: 22px 24px;
  border-left: 5px solid var(--property-rust);
  border-radius: 0 12px 12px 0;
  background: #e6edf2;
  box-shadow: 0 12px 24px rgba(10, 18, 26, 0.09);
}

.property-alert-label {
  display: block;
  margin-bottom: 7px;
  color: #315b78;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.property-alert-example strong {
  display: block;
  color: var(--property-ink);
  font-size: 1.08rem;
}

.property-alert-example p {
  margin: 4px 0 0;
  color: var(--property-muted);
}

.homepage .project-map-section {
  padding-top: clamp(72px, 8vw, 108px);
  padding-bottom: clamp(48px, 5vw, 64px);
}

.homepage .project-map-heading {
  display: block;
  width: min(100%, 760px);
  max-width: 760px;
  margin: 0 auto 32px;
  text-align: center;
}

.homepage .project-map-heading h2 {
  max-width: 20ch;
  margin-right: auto;
  margin-left: auto;
  text-wrap: balance;
}

.homepage .project-map-heading .section-intro {
  max-width: 58ch;
  margin-right: auto;
  margin-left: auto;
  text-wrap: pretty;
}

.homepage .project-map-actions {
  display: flex;
  width: min(100%, 760px);
  min-height: 76px;
  margin: 18px auto 0;
  padding: 14px 16px 14px 20px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid rgba(180, 207, 225, 0.3);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 16px 34px rgba(4, 15, 25, 0.16);
}

.homepage .project-map-actions-copy {
  min-width: 0;
}

.homepage .project-map-actions-copy span {
  display: block;
  margin-bottom: 3px;
  color: #d9e9f3;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.homepage .project-map-actions-copy p {
  margin: 0;
  color: #f4f8fb;
  font-size: 0.94rem;
  line-height: 1.45;
}

.homepage .project-map-action-link {
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 44px;
  padding: 0 17px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 10px;
  background: #f4f8fb;
  color: #152a3d;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(4, 15, 25, 0.18);
  transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.homepage .project-map-action-link span {
  font-size: 1.05rem;
  transition: transform 160ms ease;
}

.homepage .project-map-action-link:hover {
  background: #ffffff;
  color: #152a3d;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(4, 15, 25, 0.24);
}

.homepage .project-map-action-link:hover span {
  transform: translateX(2px);
}

.homepage .project-map-action-link:focus-visible {
  outline: 3px solid #89adc9;
  outline-offset: 4px;
}

.property-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0 0 32px;
}

.property-proof-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--property-line);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 34px rgba(6, 15, 24, 0.14);
}

.property-proof-card > span {
  display: block;
  margin-bottom: 13px;
  color: var(--property-green);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.property-proof-card h3 {
  margin: 0 0 10px;
  color: var(--property-ink);
  font-size: 1.25rem;
  line-height: 1.3;
}

.property-proof-card p {
  margin: 0;
  color: var(--property-muted);
  line-height: 1.62;
}

.property-result-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 28px;
}

.property-proof-card-testimonial {
  isolation: isolate;
  overflow: hidden;
  padding: 32px;
  border: 1px solid rgba(137, 173, 201, 0.46);
  background: linear-gradient(145deg, #ffffff 0%, #f1f6f9 100%);
}

.property-proof-card-testimonial::before {
  position: absolute;
  z-index: -1;
  top: -32px;
  left: 22px;
  color: rgba(137, 173, 201, 0.17);
  content: "\201C";
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: 10rem;
  line-height: 1;
  pointer-events: none;
}

.property-proof-card > .property-testimonial-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 22px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #e7f0f5;
  color: #315b78;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
}

.property-testimonial-label::before {
  width: 6px;
  height: 6px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--property-gold);
  content: "";
}

.property-testimonial-quote {
  margin: 0;
}

.property-testimonial-quote p {
  max-width: 34ch;
  margin: 0;
  color: #152a3d;
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: clamp(1.3rem, 1.8vw, 1.58rem);
  font-style: italic;
  font-weight: 700;
  line-height: 1.48;
}

.property-testimonial-person {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}

.property-testimonial-avatar {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: #27445d;
  box-shadow: 0 5px 14px rgba(10, 18, 26, 0.16);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.property-testimonial-person > div {
  min-width: 0;
}

.property-testimonial-person strong,
.property-testimonial-person div > span {
  display: block;
}

.property-testimonial-person strong {
  color: var(--property-ink);
  font-size: 0.96rem;
}

.property-testimonial-person div > span {
  margin-top: 2px;
  color: #5a6d7d;
  font-size: 0.78rem;
  font-weight: 700;
}

.property-proof-card > .property-testimonial-story {
  margin-top: 22px;
  color: #415a6d;
  font-size: 0.96rem;
  line-height: 1.62;
}

.property-proof-card > .property-testimonial-outcome,
.property-proof-card > .property-testimonial-boundary {
  margin-top: 18px;
  padding: 13px 14px;
  border-radius: 10px;
  font-size: 0.86rem;
  line-height: 1.55;
}

.property-proof-card > .property-testimonial-outcome {
  border-left: 4px solid var(--property-gold);
  background: #dfeaf1;
  color: #20384b;
}

.property-proof-card > .property-testimonial-outcome strong {
  color: var(--property-ink);
}

.property-proof-card-testimonial > .property-testimonial-story {
  margin-bottom: 18px;
}

.property-proof-card-testimonial > .property-testimonial-outcome {
  margin-top: auto;
}

.property-proof-card > .property-testimonial-boundary {
  margin-top: auto;
  padding-top: 18px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  border-top: 1px solid rgba(49, 91, 120, 0.2);
  border-radius: 0;
  color: #526878;
}

.project-map-disclosure {
  width: min(100%, 760px);
  margin: 0 auto 20px;
  border: 1px solid rgba(180, 207, 225, 0.3);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
}

.project-map-disclosure > summary {
  position: relative;
  padding: 18px 52px 18px 20px;
  color: #f4f8fb;
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.project-map-disclosure > summary::-webkit-details-marker {
  display: none;
}

.project-map-disclosure > summary::after {
  position: absolute;
  top: 13px;
  right: 20px;
  content: "+";
  color: var(--property-gold);
  font-size: 1.4rem;
}

.project-map-disclosure[open] > summary::after {
  content: "\2212";
}

.project-card-disclosure {
  width: min(100%, 940px);
}

.project-story-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 0 14px 14px;
}

.project-story-card {
  min-width: 0;
  padding: 22px;
  border: 1px solid rgba(173, 202, 223, 0.45);
  border-radius: 14px;
  background: #f5f9fc;
  color: var(--property-ink);
  box-shadow: 0 14px 30px rgba(4, 15, 25, 0.16);
}

.project-story-card > span {
  display: block;
  margin-bottom: 8px;
  color: #436b88;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.project-story-card h3 {
  margin: 0 0 5px;
  color: var(--property-ink);
  font-size: 1.22rem;
  line-height: 1.22;
}

.project-story-card p {
  margin: 12px 0 0;
  color: var(--property-muted);
  line-height: 1.5;
}

.project-story-card .project-story-location {
  margin-top: 0;
  color: #56758c;
  font-size: 0.82rem;
  font-weight: 700;
}

.project-story-card .project-story-result {
  padding: 12px 14px;
  border-left: 3px solid #82aec9;
  border-radius: 8px;
  background: #e7f0f6;
  color: #29475d;
}

.project-story-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.project-story-card li {
  padding: 5px 8px;
  border: 1px solid #c7d9e6;
  border-radius: 999px;
  background: #ffffff;
  color: #45647b;
  font-size: 0.72rem;
  font-weight: 700;
}

.project-map-disclosure .project-map-experience {
  width: 100%;
  height: 620px;
  padding: 0 14px 14px;
}

.project-map-disclosure .project-map-experience.is-unavailable {
  height: auto;
  min-height: 150px;
}

.homepage .property-technical {
  padding: 76px 0;
  background: #d6dee6;
}

.property-technical .property-section-heading {
  max-width: 820px;
}

.property-technical .property-technical-intro {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  align-items: end;
  gap: clamp(32px, 5vw, 72px);
  margin: 0 0 34px;
  text-align: left;
}

.property-technical .property-technical-intro h2 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(2.45rem, 3.6vw, 3.35rem);
}

.property-technical .property-technical-intro > p {
  max-width: 500px;
  margin: 0 0 5px;
  line-height: 1.6;
}

.property-technical .property-section-heading h2,
.property-technical .property-section-heading p {
  color: var(--property-ink);
}

.property-technical .eyebrow {
  color: var(--property-green);
}

.property-tech-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.property-tech-strip-single {
  grid-template-columns: 1fr;
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.property-tech-strip-single span {
  padding: 20px 22px;
}

.property-tech-strip span {
  display: grid;
  align-items: start;
  gap: 6px;
  padding: 14px 16px;
  border-radius: 12px;
  text-align: left;
}

.property-technical .property-tech-strip span {
  min-height: 168px;
  padding: 24px;
  border: 1px solid rgba(49, 91, 120, 0.22);
  border-left: 4px solid var(--property-gold);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 24px rgba(10, 18, 26, 0.06);
}

.property-tech-strip strong {
  color: var(--property-green-dark);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.property-tech-strip small {
  color: #4d5f6f;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.45;
}

.property-process-note {
  max-width: 880px;
  margin: 22px auto 0;
  color: var(--property-muted);
  font-size: 0.9rem;
  line-height: 1.6;
  text-align: center;
}

.property-pricing-detail {
  max-width: 920px;
  margin: 24px 0 0;
  color: var(--property-muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

.property-technical-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
  margin-top: 26px;
}

.property-technical-footer .property-process-note,
.property-technical-footer .property-fit-actions {
  margin: 0;
}

.property-technical-footer .property-process-note {
  max-width: 660px;
  text-align: left;
}

.homepage .property-pricing-fit {
  padding: clamp(72px, 8vw, 108px) 0;
  background: #f1f6f9;
}

.property-pricing-fit .property-section-heading {
  max-width: 900px;
}

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

.property-fit-grid article {
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid var(--property-line);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(10, 18, 26, 0.07);
}

.property-fit-grid h3 {
  margin: 0 0 18px;
  color: var(--property-ink);
  font-size: 1.4rem;
}

.property-fit-grid ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 20px;
  color: var(--property-muted);
  line-height: 1.6;
}

.property-fit-grid li::marker {
  color: var(--property-rust);
}

.property-fit-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
  margin-top: 28px;
}

.homepage .project-map-section .property-fit-actions .text-link {
  color: #f4f8fb;
  text-decoration: underline;
  text-decoration-color: #89adc9;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.homepage .project-map-section .property-fit-actions .text-link:hover {
  color: #c9e2f3;
  text-decoration-color: currentColor;
}

.homepage .project-map-section .property-fit-actions .text-link:focus-visible {
  border-radius: 3px;
  outline: 3px solid #89adc9;
  outline-offset: 5px;
}

.homepage .property-home-faq {
  padding: clamp(72px, 8vw, 108px) 0;
  background: var(--property-green-dark);
}

.property-faq-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.68fr) minmax(0, 1.32fr);
  align-items: start;
  gap: clamp(38px, 6vw, 84px);
}

.property-faq-layout > div:first-child {
  position: sticky;
  top: 120px;
}

.property-faq-layout .eyebrow {
  color: var(--property-gold);
}

.property-faq-layout h2 {
  margin: 10px 0 16px;
  color: #ffffff;
  font-size: clamp(2.2rem, 3.8vw, 3.4rem);
  line-height: 1.08;
}

.property-faq-layout > div:first-child p {
  color: #d6e3eb;
  line-height: 1.65;
}

.property-faq-layout > div:first-child .text-link {
  display: inline-block;
  margin-top: 10px;
  color: #ffffff;
}

.property-faq-list {
  display: grid;
  gap: 10px;
}

.property-faq-list details {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.07);
}

.property-faq-list summary {
  position: relative;
  padding: 19px 48px 19px 20px;
  color: #ffffff;
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.property-faq-list summary::-webkit-details-marker {
  display: none;
}

.property-faq-list summary::after {
  position: absolute;
  top: 16px;
  right: 20px;
  content: "+";
  color: var(--property-gold);
  font-size: 1.35rem;
}

.property-faq-list details[open] summary::after {
  content: "\2212";
}

.property-faq-list details p {
  margin: 0;
  padding: 0 20px 20px;
  color: #d6e3eb;
  line-height: 1.65;
}

.homepage .property-final-cta {
  padding: 84px 0;
  background: #cfd6dd;
}

.property-final-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 42px;
  padding: clamp(34px, 5vw, 64px);
  border: 1px solid var(--property-line);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: var(--property-shadow);
}

.property-final-card h2 {
  max-width: 720px;
  margin-bottom: 14px;
  font-size: clamp(2.2rem, 3.35vw, 3.25rem);
}

.property-final-card p {
  max-width: 760px;
  margin-bottom: 0;
}

.property-final-actions {
  min-width: 260px;
  display: grid;
  gap: 10px;
}

.property-final-actions .button {
  justify-content: center;
  text-align: center;
}

/* Property-focused example page */
.property-examples-hero {
  padding: clamp(42px, 5vw, 62px) 0 clamp(38px, 4vw, 52px);
  background: linear-gradient(135deg, #eef3f6, #d6dee6);
}

.property-technical-intro > p strong {
  color: var(--property-ink);
}

.property-examples-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(460px, 1.22fr);
  align-items: center;
  gap: clamp(30px, 4vw, 58px);
}

.property-examples-hero-copy {
  text-align: left;
}

.property-result-highlight {
  padding: 13px 0;
  border-bottom: 1px solid rgba(137, 173, 201, 0.28);
  background: #102f4b;
}

.property-result-highlight-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
}

.property-result-highlight-inner > div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

.property-result-highlight-inner > div > span {
  color: #a8c5d9;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  white-space: nowrap;
}

.property-result-highlight p {
  margin: 0;
  color: #dceaf2;
  font-size: 0.88rem;
  line-height: 1.4;
}

.property-result-highlight p strong,
.property-result-highlight .text-link {
  color: #ffffff;
}

.property-result-highlight .text-link {
  white-space: nowrap;
}

.property-result-highlight .text-link:hover {
  color: #c5dbe9;
}

.property-examples-hero h1 {
  max-width: 720px;
  margin: 8px 0 16px;
  color: var(--property-ink);
  font-size: clamp(2.45rem, 4.1vw, 3.8rem);
  line-height: 1.02;
}

.property-examples-hero h1 + p {
  max-width: 720px;
  margin: 0;
  color: var(--property-muted);
  font-size: 1.08rem;
  line-height: 1.55;
}

.property-examples-hero-preview {
  margin: 0;
  overflow: hidden;
  border: 5px solid rgba(255, 255, 255, 0.8);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: var(--property-shadow);
}

.property-examples-hero-preview img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.property-examples-hero-preview figcaption {
  padding: 12px 15px 13px;
  color: var(--property-muted);
  font-size: 0.82rem;
  line-height: 1.45;
  text-align: left;
}

.property-examples-hero-preview figcaption strong {
  color: var(--property-ink);
}

.property-example-section {
  padding: clamp(34px, 4vw, 54px) 0 clamp(68px, 8vw, 108px);
  background: var(--property-paper);
}

.property-examples-intro {
  margin-bottom: 18px;
}

.property-examples-intro h2 {
  max-width: 820px;
  margin-bottom: 0;
}

.property-example-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.property-inline-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 30px;
  margin-top: 34px;
  padding: clamp(26px, 4vw, 38px);
  border: 1px solid rgba(49, 91, 120, 0.22);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(10, 18, 26, 0.08);
}

.property-inline-cta span {
  display: block;
  margin-bottom: 8px;
  color: #315b78;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.property-inline-cta h3 {
  margin: 0 0 8px;
  color: var(--property-ink);
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.4vw, 2.25rem);
  line-height: 1.15;
}

.property-inline-cta p {
  margin: 0;
  color: var(--property-muted);
  line-height: 1.6;
}

.property-capability-framework {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0 0;
}

.property-capability-framework > div {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(25, 39, 52, 0.15);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.64);
}

.property-capability-framework span,
.property-capability-framework strong {
  display: block;
}

.property-capability-framework span {
  margin-bottom: 7px;
  color: #315b78;
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0.11em;
}

.property-capability-framework strong {
  min-height: 3.5em;
  color: var(--property-ink);
  font-size: 0.94rem;
  line-height: 1.35;
}

.property-capability-framework p {
  margin: 9px 0 0;
  color: var(--property-muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.property-examples-hero-actions {
  justify-content: flex-start;
  margin-top: 22px;
}

.property-custom-dashboard-note {
  display: grid;
  gap: 5px;
  max-width: 820px;
  margin: 0 auto;
  padding: 18px 22px;
  border: 1px solid rgba(49, 91, 120, 0.24);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 28px rgba(10, 18, 26, 0.08);
  text-align: left;
}

.property-custom-dashboard-note strong,
.property-custom-dashboard-note span {
  display: block;
}

.property-custom-dashboard-note strong {
  color: var(--property-ink);
  font-size: 1.02rem;
}

.property-custom-dashboard-note span {
  color: var(--property-muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.property-examples-disclosure {
  margin: 0 0 20px;
  padding: 11px 16px;
  border-left: 4px solid var(--property-gold);
  background: rgba(255, 255, 255, 0.72);
  color: var(--property-muted);
  line-height: 1.55;
}

.property-examples-disclosure strong {
  color: var(--property-ink);
}

.property-examples-context {
  margin-top: clamp(42px, 6vw, 72px);
  padding-top: clamp(36px, 5vw, 56px);
  border-top: 1px solid rgba(25, 39, 52, 0.16);
}

.property-real-proof {
  margin-top: clamp(56px, 7vw, 92px);
  padding-top: clamp(48px, 6vw, 72px);
  border-top: 1px solid rgba(25, 39, 52, 0.16);
}

.property-real-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.property-real-proof-grid article {
  min-width: 0;
  padding: 24px;
  border: 1px solid rgba(25, 39, 52, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 14px 30px rgba(10, 18, 26, 0.07);
}

.property-real-proof-grid span {
  display: block;
  margin-bottom: 12px;
  color: #315b78;
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.property-real-proof-grid h3 {
  margin: 0 0 10px;
  color: var(--property-ink);
  font-size: 1.15rem;
}

.property-real-proof-grid p {
  margin: 0;
  color: var(--property-muted);
  line-height: 1.6;
}

.property-example-card {
  display: grid;
  grid-template-columns: minmax(0, 1.48fr) minmax(290px, 0.52fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--property-line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 36px rgba(10, 18, 26, 0.1);
}

.property-example-card figure {
  position: relative;
  min-height: 440px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(137, 173, 201, 0.26), transparent 22rem),
    #d6dee6;
}

.property-example-card-history-rich figure {
  min-height: 500px;
}

.property-example-card figure img,
.property-dashboard {
  width: 100%;
  height: 100%;
}

.property-example-card-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 36px;
}

.property-example-label {
  display: block;
  margin-bottom: 8px;
  color: var(--property-green);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.property-example-card h3 {
  margin: 0 0 10px;
  color: var(--property-ink);
  font-size: 1.5rem;
}

.property-example-card p {
  color: var(--property-muted);
  line-height: 1.62;
}

.property-example-callout {
  margin-top: 18px;
  padding: 12px 14px;
  border-left: 4px solid var(--property-gold);
  background: #e6edf2;
  color: #21313f;
  font-size: 0.92rem;
  line-height: 1.48;
}

.property-history-section {
  padding: clamp(72px, 8vw, 112px) 0;
  border-top: 1px solid rgba(25, 39, 52, 0.12);
  background:
    radial-gradient(circle at 88% 12%, rgba(137, 173, 201, 0.12), transparent 28rem),
    var(--property-green-dark);
}

.property-history-heading {
  max-width: 900px;
}

.property-history-heading .eyebrow {
  color: var(--property-gold);
}

.property-history-heading h2,
.property-history-heading > p:last-child {
  color: #f1f6f9;
}

.property-history-heading > p:last-child {
  max-width: 790px;
}

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

.property-history-grid-compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.property-history-card {
  min-width: 0;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 18px 36px rgba(4, 10, 16, 0.16);
}

.property-history-card-header {
  min-height: 62px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.property-history-kicker {
  display: block;
  margin-bottom: 5px;
  color: #89adc9;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.property-history-card h3,
.property-event-history h3 {
  margin: 0;
  color: #ffffff;
  font-size: 1.12rem;
  line-height: 1.25;
}

.property-history-reading {
  flex: 0 0 auto;
  text-align: right;
}

.property-history-reading strong,
.property-history-reading span {
  display: block;
}

.property-history-reading strong {
  color: #ffffff;
  font-size: 1.42rem;
  line-height: 1;
}

.property-history-reading span {
  margin-top: 5px;
  color: #b9cedc;
  font-size: 0.7rem;
}

.property-history-chart-shell {
  padding: 12px 12px 9px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(7, 16, 24, 0.28);
}

.property-history-chart {
  width: 100%;
  height: auto;
  display: block;
}

.property-history-grid-line {
  fill: none;
  stroke: rgba(216, 229, 237, 0.13);
  stroke-width: 1;
}

.property-history-axis-label,
.property-history-threshold-label,
.property-history-runtime-label {
  fill: #cbdbe5;
  font-family: "Inter", "Source Sans 3", Arial, sans-serif;
  font-size: 10px;
}

.property-history-threshold {
  fill: none;
  stroke: #d1a66f;
  stroke-dasharray: 5 5;
  stroke-width: 1.5;
}

.property-history-threshold-label {
  fill: #f0d3aa;
}

.property-history-area {
  stroke: none;
}

.property-history-line {
  fill: none;
  stroke: #a5cae0;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.property-history-line-temperature {
  stroke: #d7e8f2;
}

.property-history-point {
  fill: #ffffff;
  stroke: #6f94ae;
  stroke-width: 3;
}

.property-history-runtime rect {
  fill: #6f94ae;
}

.property-history-runtime-label {
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.property-history-bars rect {
  fill: rgba(137, 173, 201, 0.58);
}

.property-history-bars rect.is-current {
  fill: #a5cae0;
}

.property-history-axis {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 4px;
  margin-top: 4px;
  color: #cbdbe5;
  font-size: 0.62rem;
  text-align: center;
}

.property-history-axis-five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.property-history-insight {
  margin: 16px 0 0;
  color: #c8d8e2;
  font-size: 0.89rem;
  line-height: 1.58;
}

.property-history-insight strong {
  color: #ffffff;
}

.property-monitoring-boundaries {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.property-monitoring-boundaries > div {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.055);
}

.property-monitoring-boundaries strong,
.property-monitoring-boundaries span {
  display: block;
}

.property-monitoring-boundaries strong {
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 0.9rem;
}

.property-monitoring-boundaries span {
  color: #c8d8e2;
  font-size: 0.8rem;
  line-height: 1.52;
}

.property-event-history {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
  margin-top: 22px;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
}

.property-event-history h3 {
  max-width: 540px;
  margin-bottom: 12px;
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.4vw, 2.25rem);
  letter-spacing: -0.025em;
}

.property-event-history-copy p {
  margin: 0;
  color: #c8d8e2;
  line-height: 1.62;
}

.property-event-list {
  position: relative;
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0 0 0 24px;
  list-style: none;
}

.property-event-list::before {
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 5px;
  width: 2px;
  content: "";
  background: rgba(137, 173, 201, 0.55);
}

.property-event-list li {
  position: relative;
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.property-event-list li:last-child {
  border-bottom: 0;
}

.property-event-list li::before {
  position: absolute;
  top: 17px;
  left: -23px;
  width: 10px;
  height: 10px;
  border: 2px solid var(--property-green-dark);
  border-radius: 50%;
  content: "";
  background: #a5cae0;
  box-shadow: 0 0 0 3px rgba(165, 202, 224, 0.14);
}

.property-event-list time {
  color: #a5cae0;
  font-size: 0.76rem;
  font-weight: 800;
}

.property-event-list strong,
.property-event-list span {
  display: block;
}

.property-event-list strong {
  color: #ffffff;
  font-size: 0.88rem;
}

.property-event-list span {
  margin-top: 3px;
  color: #b9cad5;
  font-size: 0.78rem;
  line-height: 1.4;
}

.property-dashboard {
  min-height: 400px;
  overflow: hidden;
  border: 1px solid rgba(25, 39, 52, 0.18);
  border-radius: 14px;
  background: #f1f6f9;
  box-shadow: 0 16px 34px rgba(15, 28, 41, 0.14);
  color: var(--property-ink);
  font-family: "Inter", "Source Sans 3", Arial, sans-serif;
}

.dashboard-topbar {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 18px;
  border-bottom: 1px solid rgba(25, 39, 52, 0.13);
  background: #ffffff;
}

.dashboard-brand {
  color: var(--property-ink);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  line-height: 1;
}

.dashboard-brand small {
  display: block;
  margin-top: 4px;
  color: var(--property-muted);
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.24em;
}

.dashboard-context,
.dashboard-count,
.dashboard-watch-badge,
.dashboard-alert-badge {
  color: var(--property-muted);
  font-size: 0.72rem;
  font-weight: 700;
}

.dashboard-body {
  padding: 18px;
}

.dashboard-title-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.dashboard-title-row small,
.dashboard-title-row strong {
  display: block;
}

.dashboard-title-row small {
  margin-bottom: 4px;
  color: #42657d;
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.dashboard-title-row strong {
  font-size: 1.12rem;
}

.dashboard-count,
.dashboard-watch-badge,
.dashboard-alert-badge {
  padding: 6px 9px;
  border: 1px solid rgba(25, 39, 52, 0.13);
  border-radius: 999px;
  background: #ffffff;
  white-space: nowrap;
}

.dashboard-watch-badge {
  background: #d6e3eb;
  color: #1b354c;
}

.dashboard-alert-badge {
  background: #182330;
  color: #ffffff;
}

.dashboard-summary-grid,
.dashboard-metric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin-bottom: 14px;
}

.dashboard-summary-grid > div,
.dashboard-metric-grid > div {
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(25, 39, 52, 0.12);
  border-radius: 10px;
  background: #ffffff;
}

.dashboard-summary-grid > div {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 8px;
}

.dashboard-summary-grid strong {
  font-size: 1.15rem;
}

.dashboard-summary-grid small {
  grid-column: 2;
  color: var(--property-muted);
  font-size: 0.66rem;
}

.dashboard-alert-dot {
  width: 12px;
  height: 12px;
  display: inline-block;
  flex: 0 0 12px;
  border-radius: 50%;
  background: #c8473f;
  box-shadow: 0 0 0 5px rgba(200, 71, 63, 0.16);
}

.dashboard-property-list {
  display: grid;
  gap: 8px;
}

.dashboard-property-list > div {
  min-width: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 10px;
  padding: 10px 12px;
  border: 1px solid rgba(25, 39, 52, 0.11);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.82);
}

.dashboard-property-list strong {
  overflow: hidden;
  font-size: 0.76rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dashboard-property-list small {
  grid-column: 2;
  color: var(--property-muted);
  font-size: 0.63rem;
}

.dashboard-metric-grid small,
.dashboard-metric-grid strong,
.dashboard-metric-grid span {
  display: block;
}

.dashboard-metric-grid small {
  margin-bottom: 7px;
  color: var(--property-muted);
  font-size: 0.62rem;
}

.dashboard-metric-grid strong {
  overflow: hidden;
  margin-bottom: 2px;
  font-size: 1rem;
  text-overflow: ellipsis;
}

.dashboard-metric-grid span {
  color: #42657d;
  font-size: 0.64rem;
  font-weight: 700;
}

.dashboard-chart-card {
  padding: 12px 14px 10px;
  border: 1px solid rgba(25, 39, 52, 0.12);
  border-radius: 10px;
  background: #ffffff;
}

.dashboard-chart-card > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.72rem;
}

.dashboard-chart-card > div:first-child small,
.dashboard-chart-axis {
  color: var(--property-muted);
  font-size: 0.6rem;
}

.dashboard-chart-card svg {
  width: 100%;
  height: 112px;
  display: block;
  margin: 8px 0 2px;
}

.chart-grid {
  fill: none;
  stroke: #d6dee6;
  stroke-width: 1;
}

.chart-area {
  fill: rgba(137, 173, 201, 0.22);
}

.chart-line {
  fill: none;
  stroke: #27445d;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4;
}

.dashboard-chart-axis {
  display: flex;
  justify-content: space-between;
}

.dashboard-alert-panel {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  padding: 13px;
  border: 1px solid rgba(25, 39, 52, 0.14);
  border-radius: 10px;
  background: #ffffff;
}

.dashboard-alert-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #182330;
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 900;
}

.dashboard-alert-panel strong {
  display: block;
  margin-bottom: 3px;
  font-size: 0.78rem;
}

.dashboard-alert-panel p {
  margin: 0;
  color: var(--property-muted);
  font-size: 0.65rem;
  line-height: 1.45;
}

.dashboard-timeline {
  position: relative;
  display: grid;
  gap: 0;
  margin-top: 12px;
  padding-left: 18px;
}

.dashboard-timeline::before {
  position: absolute;
  top: 9px;
  bottom: 9px;
  left: 5px;
  width: 2px;
  content: "";
  background: #89adc9;
}

.dashboard-timeline > div {
  position: relative;
  display: grid;
  grid-template-columns: 58px 1fr;
  column-gap: 8px;
  padding: 7px 0;
}

.dashboard-timeline > div::before {
  position: absolute;
  top: 12px;
  left: -17px;
  width: 8px;
  height: 8px;
  border: 2px solid #f1f6f9;
  border-radius: 50%;
  content: "";
  background: #27445d;
}

.dashboard-timeline span {
  color: #42657d;
  font-size: 0.63rem;
  font-weight: 800;
}

.dashboard-timeline strong {
  font-size: 0.7rem;
}

.dashboard-timeline small {
  grid-column: 2;
  color: var(--property-muted);
  font-size: 0.61rem;
}

.telemetry-scene {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 440px;
  overflow: hidden;
  background: #d6dee6;
}

.telemetry-scene > img,
.telemetry-scene > picture > img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.telemetry-scene-media {
  position: absolute;
  inset: 0;
  min-height: 0;
}

.telemetry-scene::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, transparent 26%, rgba(15, 28, 41, 0.14) 58%, rgba(15, 28, 41, 0.42) 100%);
}

.telemetry-scene-basement::after {
  background: linear-gradient(90deg, rgba(15, 28, 41, 0.4) 0%, rgba(15, 28, 41, 0.12) 42%, transparent 74%);
}

.telemetry-scene-panel {
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 20px;
  bottom: 20px;
  width: min(48%, 420px);
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 14px;
  background: rgba(241, 246, 249, 0.94);
  box-shadow: 0 18px 36px rgba(15, 28, 41, 0.24);
  color: var(--property-ink);
  font-family: "Inter", "Source Sans 3", Arial, sans-serif;
  backdrop-filter: blur(10px);
}

.telemetry-scene-panel-left {
  right: auto;
  left: 20px;
}

.telemetry-scene-label {
  display: block;
  margin-bottom: 7px;
  color: #315b78;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.telemetry-scene-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.telemetry-scene-heading strong,
.telemetry-scene-heading small {
  display: block;
}

.telemetry-scene-heading strong {
  font-size: 1.12rem;
}

.telemetry-scene-heading small {
  color: var(--property-muted);
  font-size: 0.62rem;
  text-align: right;
}

.telemetry-scene-stats,
.telemetry-scene-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin-bottom: 12px;
}

.telemetry-scene-stats > div,
.telemetry-scene-metrics > div {
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(25, 39, 52, 0.12);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.8);
}

.telemetry-scene-stats > div {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 7px;
}

.telemetry-scene-stats strong {
  font-size: 1rem;
}

.telemetry-scene-stats small {
  grid-column: 2;
  color: var(--property-muted);
  font-size: 0.58rem;
}

.telemetry-scene-list {
  display: grid;
  gap: 7px;
}

.telemetry-scene-list > div {
  min-width: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 9px;
  padding: 9px 10px;
  border: 1px solid rgba(25, 39, 52, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
}

.telemetry-scene-list strong {
  overflow: hidden;
  font-size: 0.67rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.telemetry-scene-list small {
  grid-column: 2;
  color: var(--property-muted);
  font-size: 0.57rem;
}

.telemetry-scene-mini-chart {
  margin-top: 9px;
  padding: 9px 10px 7px;
  border: 1px solid rgba(25, 39, 52, 0.11);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.78);
}

.telemetry-scene-mini-chart > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--property-ink);
  font-size: 0.61rem;
}

.telemetry-scene-mini-chart > div:first-child small {
  color: var(--property-muted);
  font-size: 0.54rem;
}

.telemetry-scene-mini-chart svg {
  width: 100%;
  height: 52px;
  display: block;
  margin-top: 3px;
}

.mini-history-bars rect {
  fill: rgba(111, 148, 174, 0.56);
}

.mini-history-bars rect.is-current {
  fill: #27445d;
}

.mini-history-area {
  fill: rgba(137, 173, 201, 0.22);
}

.mini-history-line {
  fill: none;
  stroke: #27445d;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.mini-history-point {
  fill: #ffffff;
  stroke: #27445d;
  stroke-width: 2;
}

.telemetry-scene-mini-axis {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 2px;
  margin-top: 0;
  color: var(--property-muted);
  font-size: 0.48rem;
  text-align: center;
}

.telemetry-scene-mini-axis-six {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.telemetry-scene-history-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  margin-top: 8px;
}

.telemetry-scene-history-summary span {
  min-width: 0;
  padding: 7px 8px;
  border: 1px solid rgba(25, 39, 52, 0.1);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--property-muted);
  font-size: 0.53rem;
  line-height: 1.3;
}

.telemetry-scene-history-summary strong {
  display: block;
  margin-bottom: 2px;
  color: var(--property-ink);
  font-size: 0.59rem;
}

.telemetry-scene-pressure-history svg {
  height: 46px;
}

.telemetry-scene-alert-property .telemetry-scene-panel {
  padding: 18px 20px;
}

.telemetry-scene-metrics small,
.telemetry-scene-metrics strong,
.telemetry-scene-metrics span {
  display: block;
}

.telemetry-scene-metrics small {
  min-height: 2.35em;
  color: var(--property-muted);
  font-size: 0.58rem;
  line-height: 1.2;
}

.telemetry-scene-metrics strong {
  margin: 5px 0 2px;
  overflow: hidden;
  font-size: 0.91rem;
  text-overflow: ellipsis;
}

.telemetry-scene-metrics span {
  color: #42657d;
  font-size: 0.58rem;
  font-weight: 800;
}

.telemetry-scene-chart {
  padding: 10px 12px 7px;
  border: 1px solid rgba(25, 39, 52, 0.11);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.78);
}

.telemetry-scene-chart > div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 0.65rem;
}

.telemetry-scene-chart > div small {
  color: var(--property-muted);
}

.telemetry-scene-chart svg {
  width: 100%;
  height: 86px;
  display: block;
  margin-top: 5px;
}

.telemetry-scene-alert {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
  padding: 11px;
  border-radius: 9px;
  background: #182330;
  color: #ffffff;
}

.telemetry-scene-alert > span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #ffffff;
  color: #182330;
  font-weight: 900;
}

.telemetry-scene-alert strong,
.telemetry-scene-alert small {
  display: block;
}

.telemetry-scene-alert strong {
  font-size: 0.72rem;
}

.telemetry-scene-alert small {
  margin-top: 2px;
  color: #d6e3eb;
  font-size: 0.58rem;
}

.telemetry-scene-alert.telemetry-scene-ok {
  background: #234f43;
}

.telemetry-scene-alert.telemetry-scene-ok > span {
  color: #176c55;
}

.telemetry-scene-timeline {
  display: grid;
  gap: 0;
  margin-top: 12px;
}

.telemetry-scene-timeline > div {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 8px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(25, 39, 52, 0.11);
}

.telemetry-scene-timeline > div:last-child {
  border-bottom: 0;
}

.telemetry-scene-timeline span {
  color: #42657d;
  font-size: 0.62rem;
  font-weight: 900;
}

.telemetry-scene-timeline strong {
  font-size: 0.66rem;
}

@media (min-width: 961px) {
  .property-audience-list {
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 1.3fr) minmax(0, 0.95fr) minmax(0, 1.05fr);
  }

  .property-audience-list span {
    display: block;
    min-height: 0;
    align-items: center;
    justify-content: center;
    font-size: 0.84rem;
    line-height: 1.25;
    white-space: normal;
  }
}

@media (max-width: 960px) {
  .property-hero-grid,
  .property-split,
  .property-split-reverse {
    grid-template-columns: 1fr;
  }

  .property-examples-hero-grid {
    grid-template-columns: 1fr;
  }

  .property-examples-hero-copy {
    max-width: 760px;
  }

  .property-examples-hero-preview {
    max-width: 820px;
  }

  .property-inline-cta {
    grid-template-columns: 1fr;
  }

  .property-hero {
    padding-top: 54px;
  }

  .property-hero-copy {
    max-width: 760px;
  }

  .property-hero-media,
  .property-hero-media > img {
    min-height: 0;
  }

  .property-hero-media {
    aspect-ratio: 16 / 9;
  }

  .property-audience .container {
    align-items: stretch;
  }

  .property-audience-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .property-result-highlight-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
  }

  .property-result-highlight-inner > div {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
  }

  .property-project-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .property-technical .property-technical-intro,
  .property-technical-footer {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .property-technical-footer .property-fit-actions {
    margin-top: 0;
  }

  .property-priority-grid,
  .property-example-grid,
  .property-tech-strip {
    grid-template-columns: 1fr;
  }

  .property-problem-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .property-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .property-faq-layout {
    grid-template-columns: 1fr;
  }

  .property-faq-layout > div:first-child {
    position: static;
  }

  .property-example-card {
    grid-template-columns: 1fr;
  }

  .property-example-card figure {
    min-height: 420px;
  }

  .property-example-card-history-rich figure {
    min-height: 500px;
  }

  .property-example-card figure,
  .property-example-card-history-rich figure {
    min-height: 0;
    padding: 0;
  }

  .telemetry-scene {
    display: grid;
    height: auto;
    min-height: 0;
    grid-template-rows: auto auto;
  }

  .telemetry-scene > img,
  .telemetry-scene > picture > img {
    position: static;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
  }

  .telemetry-scene > .property-example-water-photo {
    aspect-ratio: 3 / 4;
    object-fit: cover;
    object-position: center;
  }

  .telemetry-scene::after,
  .telemetry-scene-basement::after {
    display: none;
  }

  .telemetry-scene-panel,
  .telemetry-scene-panel-left,
  .telemetry-scene-alert-property .telemetry-scene-panel {
    position: static;
    inset: auto;
    width: auto;
    max-width: none;
    padding: 20px;
    overflow: visible;
    border: 0;
    border-top: 1px solid rgba(15, 28, 41, 0.12);
    border-radius: 0;
    background: #f1f6f9;
    box-shadow: none;
    backdrop-filter: none;
  }

  .telemetry-scene-heading {
    margin-bottom: 10px;
  }

  .telemetry-scene-list small {
    display: block;
  }

  .property-priority-card {
    min-height: 0;
  }

  .property-final-card {
    grid-template-columns: 1fr;
  }

  .property-final-actions {
    min-width: 0;
  }

  .property-history-grid {
    grid-template-columns: 1fr;
  }

  .property-real-proof-grid,
  .property-monitoring-boundaries {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .property-capability-framework {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .property-history-card-header {
    min-height: 0;
  }

  .property-event-history {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .homepage .project-map-actions {
    width: min(100%, 620px);
  }
}

@media (max-width: 620px) {
  .property-project-steps {
    grid-template-columns: 1fr;
  }

  .property-project-steps li {
    min-height: 0;
  }

  .property-result-highlight {
    padding: 14px 0;
  }

  .property-result-highlight-inner,
  .property-result-highlight-inner > div {
    grid-template-columns: 1fr;
  }

  .property-result-highlight-inner {
    gap: 8px;
  }

  .property-result-highlight-inner > div > span {
    display: none;
  }

  .property-proof-card-testimonial {
    padding: 26px;
  }

  .homepage .project-map-section {
    padding-bottom: 48px;
  }

  .homepage .project-map-actions {
    width: 100%;
    min-height: 0;
    margin-top: 16px;
    padding: 18px;
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }

  .homepage .project-map-action-link {
    width: 100%;
  }

  .property-hero {
    padding: 30px 0 36px;
  }

  .property-hero h1 {
    margin-top: 8px;
    margin-bottom: 14px;
    font-size: clamp(2.25rem, 10vw, 3rem);
  }

  .property-hero-lede {
    margin-bottom: 18px;
    line-height: 1.5;
  }

  .property-hero-grid {
    gap: 24px;
  }

  .property-hero-media,
  .property-photo-card,
  .property-photo-card img,
  .property-photo-tall,
  .property-photo-tall img {
    min-height: 350px;
  }

  .property-photo-card.mechanical-photo-card,
  .property-photo-card.mechanical-photo-card img {
    min-height: 300px;
  }

  .property-photo-card.dashboard-photo-card,
  .property-photo-card.dashboard-photo-card img {
    min-height: 0;
  }

  .property-photo-card.mechanical-photo-card .original-well-photo {
    height: 300px;
    object-fit: contain;
    object-position: center;
    background: #756f68;
  }

  .property-image-alert-badge {
    display: none;
  }

  .property-hero-media {
    display: grid;
    min-height: 0;
    aspect-ratio: auto;
  }

  .property-hero-visual-stage {
    position: relative;
    display: grid;
    aspect-ratio: auto;
    background: #ffffff;
  }

  .property-hero-building {
    position: relative;
    display: block;
    min-height: 0;
    aspect-ratio: 16 / 9;
    overflow: hidden;
  }

  .property-hero-building > img {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    object-position: center 44%;
  }

  .property-hero-dashboard-panel {
    position: static;
    width: 100%;
    border: 0;
    border-top: 1px solid #dce5ea;
    border-radius: 0;
    box-shadow: none;
  }

  .property-hero-visual-note {
    margin-top: 8px;
    text-align: center;
  }

  .property-hero-dashboard-header,
  .property-hero-dashboard-readings > div,
  .property-hero-dashboard-footer {
    padding-right: 10px;
    padding-left: 10px;
  }

  .property-hero-media > img,
  .property-hero-media > picture > img {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
    object-position: center 44%;
  }

  .property-hero-media > img.property-hero-dashboard {
    min-height: 0;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    object-position: center;
  }

  .property-audience-list span,
  .property-tech-strip span {
    font-size: 0.82rem;
  }

  .property-audience-list {
    grid-template-columns: 1fr;
  }

  .property-technical .property-technical-intro h2 {
    font-size: clamp(2.25rem, 10vw, 2.85rem);
  }

  .property-copy-block h2,
  .property-section-heading h2,
  .project-map-heading h2,
  .property-final-card h2 {
    font-size: clamp(2rem, 9vw, 2.8rem);
  }

  .property-priority-card,
  .property-example-card-copy {
    padding: 24px;
  }

  .property-capability-framework {
    grid-template-columns: 1fr;
  }

  .property-proof-grid,
  .property-fit-grid,
  .property-real-proof-grid,
  .property-monitoring-boundaries {
    grid-template-columns: 1fr;
  }

  .property-problem-grid {
    grid-template-columns: 1fr;
  }

  .project-map-disclosure .project-map-experience {
    height: auto;
    min-height: 0;
    padding: 0 10px 10px;
  }

  .property-capability-framework strong {
    min-height: 0;
  }

  .property-example-card figure {
    min-height: 0;
    padding: 0;
  }

  .property-dashboard {
    min-height: 380px;
  }

  .telemetry-scene {
    display: grid;
    height: auto;
    min-height: 0;
    grid-template-rows: auto auto;
  }

  .telemetry-scene > img,
  .telemetry-scene > picture > img {
    aspect-ratio: 4 / 3;
  }

  .telemetry-scene > .property-example-water-photo {
    aspect-ratio: 3 / 4;
    object-position: center;
  }

  .telemetry-scene-panel,
  .telemetry-scene-panel-left,
  .telemetry-scene-alert-property .telemetry-scene-panel {
    padding: 18px;
  }

  .telemetry-scene-chart svg {
    height: 68px;
  }

  .telemetry-scene-mini-chart svg {
    height: 46px;
  }

  .telemetry-scene-pressure-history svg {
    height: 40px;
  }

  .dashboard-body {
    padding: 12px;
  }

  .dashboard-summary-grid,
  .dashboard-metric-grid {
    gap: 6px;
  }

  .dashboard-summary-grid > div,
  .dashboard-metric-grid > div {
    padding: 9px;
  }

  .dashboard-property-list small,
  .dashboard-timeline small {
    display: none;
  }

  .property-final-card {
    padding: 30px 24px;
  }

  .property-history-card {
    padding: 16px;
  }

  .property-history-card-header {
    gap: 10px;
  }

  .property-history-card h3 {
    font-size: 1rem;
  }

  .property-history-reading strong {
    font-size: 1.2rem;
  }

  .property-event-history {
    padding: 24px 18px;
  }

  .property-event-list li {
    grid-template-columns: 68px 1fr;
  }
}

@media (max-width: 360px) {
  .telemetry-scene-panel,
  .telemetry-scene-panel-left,
  .telemetry-scene-alert-property .telemetry-scene-panel {
    padding: 14px;
  }

  .telemetry-scene-heading {
    align-items: flex-start;
  }

  .telemetry-scene-metrics {
    grid-template-columns: 1fr;
  }

  .telemetry-scene-metrics > div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 2px 10px;
  }

  .telemetry-scene-metrics small {
    min-height: 0;
  }

  .telemetry-scene-metrics strong {
    margin: 0;
  }

  .telemetry-scene-metrics span {
    grid-column: 1 / -1;
  }
}
@media (max-width: 620px) {
  .project-story-card-grid {
    grid-template-columns: 1fr;
    padding: 0 10px 10px;
  }

  .project-story-card {
    padding: 18px;
  }
}

/* Product-faithful dashboard examples */
.property-example-card-dashboard figure {
  min-height: 560px;
  display: flex;
  padding: 18px;
  background:
    radial-gradient(circle at 15% 0%, rgba(137, 173, 201, 0.34), transparent 25rem),
    #c8d5df;
}

.example-dashboard {
  width: 100%;
  min-width: 0;
  display: flex;
  overflow: hidden;
  border: 1px solid rgba(21, 46, 68, 0.18);
  border-radius: 13px;
  background: #f4f7f9;
  box-shadow: 0 16px 34px rgba(15, 35, 52, 0.18);
  color: #14283b;
  font-family: "Inter", "Source Sans 3", Arial, sans-serif;
}

.example-dashboard-body {
  position: relative;
  width: 100%;
  min-height: 100%;
  padding: 15px 15px 15px calc(34% + 12px);
}

.example-dashboard-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.example-dashboard-heading span,
.example-dashboard-heading h4 {
  display: block;
}

.example-dashboard-heading > div > span {
  margin-bottom: 3px;
  color: #507189;
  font-size: 0.54rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.example-dashboard-heading h4 {
  margin: 0;
  color: #102a42;
  font-size: 1rem;
  line-height: 1.15;
}

.example-dashboard-site-context {
  position: absolute;
  inset: 15px auto 15px 15px;
  width: calc(34% - 15px);
  min-width: 0;
  height: auto;
  display: block;
  margin: 0;
  overflow: hidden;
  border: 1px solid #d4dde4;
  border-radius: 9px;
  background: #17364e;
}

.property-example-card-dashboard .example-dashboard-site-context img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.property-example-card-dashboard .example-dashboard-site-context-water img {
  object-position: center 52%;
}

.example-dashboard-site-context > div {
  position: absolute;
  inset: auto 0 0;
  min-width: 0;
  padding: 26px 13px 11px;
  background: linear-gradient(180deg, transparent, rgba(8, 27, 42, 0.88));
}

.example-dashboard-site-context span,
.example-dashboard-site-context strong,
.example-dashboard-site-context small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.example-dashboard-site-context span {
  color: #bcd7e7;
  font-size: 0.48rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.example-dashboard-site-context strong {
  margin-top: 3px;
  color: #ffffff;
  font-size: 0.65rem;
}

.example-dashboard-site-context small {
  margin-top: 3px;
  color: #dce8ef;
  font-size: 0.5rem;
}

.example-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 8px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 0.55rem;
  font-weight: 850;
  white-space: nowrap;
}

.example-dashboard-heading .example-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.example-status i {
  width: 7px;
  height: 7px;
  display: block;
  flex: 0 0 7px;
  border-radius: 50%;
  background: currentColor;
}

.example-status-normal {
  background: #e8f5ef;
  color: #13715d;
}

.example-status-watch {
  background: #fff2da;
  color: #9a6214;
}

.example-site-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 10px;
}

.example-site-card,
.example-metric-grid > div,
.example-chart-card,
.example-cycle-row,
.example-dashboard-event {
  border: 1px solid #d8e0e6;
  background: #ffffff;
}

.example-site-card {
  min-width: 0;
  overflow: hidden;
  border-radius: 9px;
}

.example-site-card.is-featured {
  border-color: rgba(22, 140, 130, 0.46);
  box-shadow: inset 0 3px 0 #168c82;
}

.example-site-card > div {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  padding: 9px 9px 8px;
  border-bottom: 1px solid #e2e8ec;
}

.example-site-card > div > strong {
  overflow: hidden;
  font-size: 0.66rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.example-site-card .example-status {
  padding: 3px 5px;
  font-size: 0.47rem;
}

.example-site-card dl {
  margin: 0;
  padding: 3px 9px 5px;
}

.example-site-card dl > div {
  min-width: 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  padding: 5px 0;
  border-bottom: 1px solid #edf1f3;
}

.example-site-card dl > div:last-child {
  border-bottom: 0;
}

.example-site-card dt,
.example-site-card dd {
  margin: 0;
  font-size: 0.55rem;
}

.example-site-card dt {
  min-width: 0;
  overflow: hidden;
  color: #677986;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.example-site-card dd {
  color: #16324a;
  font-weight: 850;
  white-space: nowrap;
}

.example-metric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 10px;
}

.example-metric-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.example-metric-grid > div {
  min-width: 0;
  padding: 10px;
  border-radius: 9px;
}

.example-metric-grid > div.is-watch {
  border-color: rgba(200, 135, 46, 0.58);
  background: #fffaf1;
  box-shadow: inset 0 3px 0 #c8872e;
}

.example-metric-grid small,
.example-metric-grid strong,
.example-metric-grid span {
  display: block;
}

.example-metric-grid small {
  min-height: 2em;
  color: #687987;
  font-size: 0.54rem;
  line-height: 1.2;
}

.example-metric-grid strong {
  margin: 5px 0 3px;
  color: #11324c;
  font-size: 1rem;
  line-height: 1;
}

.example-metric-grid span {
  color: #557084;
  font-size: 0.5rem;
  font-weight: 700;
  line-height: 1.28;
}

.example-chart-card {
  padding: 10px 12px 8px;
  border-radius: 9px;
}

.example-chart-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.example-chart-header strong,
.example-chart-header small,
.example-chart-current span {
  display: block;
}

.example-chart-header > div:first-child > strong {
  font-size: 0.7rem;
}

.example-chart-header > div:first-child > small {
  margin-top: 2px;
  color: #687987;
  font-size: 0.52rem;
}

.example-chart-current {
  text-align: right;
}

.example-chart-current span {
  color: #687987;
  font-size: 0.48rem;
  font-weight: 700;
}

.example-chart-current strong {
  color: #13715d;
  font-size: 0.78rem;
}

.example-chart-current.is-watch strong {
  color: #a46817;
}

.example-chart-layout {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 5px;
  margin-top: 5px;
}

.example-chart-y {
  height: 116px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1px 0;
  color: #788995;
  font-size: 0.45rem;
  text-align: right;
}

.example-chart-layout svg {
  width: 100%;
  height: 116px;
  display: block;
  overflow: visible;
}

.example-chart-grid {
  fill: none;
  stroke: #dfe6eb;
  stroke-width: 1;
}

.example-chart-band {
  fill: rgba(40, 151, 123, 0.09);
}

.example-chart-area {
  stroke: none;
}

.example-chart-line {
  fill: none;
  stroke: #174e75;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.example-chart-line-teal {
  stroke: #168c82;
}

.example-chart-line-watch {
  stroke: #b97720;
}

.example-chart-point {
  fill: #ffffff;
  stroke: #174e75;
  stroke-width: 3;
}

.example-chart-point-teal {
  stroke: #168c82;
}

.example-chart-point-watch {
  stroke: #b97720;
}

.example-chart-threshold {
  fill: none;
  stroke: #c8872e;
  stroke-dasharray: 6 5;
  stroke-width: 1.5;
}

.example-chart-threshold-label {
  fill: #9a6214;
  font-family: "Inter", "Source Sans 3", Arial, sans-serif;
  font-size: 10px;
  font-weight: 750;
}

.example-chart-axis {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 2px;
  margin: 1px 0 0 33px;
  color: #788995;
  font-size: 0.45rem;
  text-align: center;
}

.example-chart-axis span:first-child {
  text-align: left;
}

.example-chart-axis span:last-child {
  text-align: right;
}

.example-chart-legend {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 7px 0 0 33px;
  color: #5e7281;
  font-size: 0.48rem;
}

.example-chart-legend span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.example-chart-legend i {
  width: 15px;
  height: 3px;
  display: block;
  border-radius: 3px;
  background: #174e75;
}

.example-chart-legend .is-line-teal {
  background: #168c82;
}

.example-chart-legend .is-line-watch {
  background: #b97720;
}

.example-chart-legend .is-threshold {
  height: 0;
  border-top: 2px dashed #c8872e;
  border-radius: 0;
  background: transparent;
}

.example-chart-legend .is-band {
  height: 8px;
  border: 1px solid rgba(40, 151, 123, 0.28);
  background: rgba(40, 151, 123, 0.12);
}

.example-dashboard-event {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  margin-top: 9px;
  padding: 9px 10px;
  border-color: rgba(200, 135, 46, 0.48);
  border-radius: 9px;
  background: #fffaf1;
}

.example-event-icon {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #b97720;
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 900;
}

.example-dashboard-event strong,
.example-dashboard-event small {
  display: block;
}

.example-dashboard-event strong {
  font-size: 0.6rem;
}

.example-dashboard-event small {
  margin-top: 2px;
  color: #6f654f;
  font-size: 0.48rem;
  line-height: 1.25;
}

.example-event-state {
  color: #9a6214;
  font-size: 0.48rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.example-cycle-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 9px;
  overflow: hidden;
  border-radius: 9px;
}

.example-cycle-row > div {
  min-width: 0;
  padding: 8px 10px;
  border-right: 1px solid #e1e7eb;
}

.example-cycle-row > div:last-child {
  border-right: 0;
}

.example-cycle-row span,
.example-cycle-row strong,
.example-cycle-row small {
  display: block;
}

.example-cycle-row span {
  color: #507189;
  font-size: 0.49rem;
  font-weight: 850;
}

.example-cycle-row strong {
  margin-top: 2px;
  font-size: 0.58rem;
}

.example-cycle-row small {
  margin-top: 2px;
  color: #687987;
  font-size: 0.46rem;
  line-height: 1.25;
}

.property-example-data-note {
  margin-top: 18px;
  padding: 12px 13px;
  border-left: 3px solid #168c82;
  background: #edf5f4;
}

.property-example-data-note strong,
.property-example-data-note span {
  display: block;
}

.property-example-data-note strong {
  margin-bottom: 4px;
  color: #17384c;
  font-size: 0.72rem;
}

.property-example-data-note span {
  color: #536b79;
  font-size: 0.78rem;
  line-height: 1.45;
}

@media (max-width: 960px) {
  .property-example-card-dashboard figure,
  .property-example-card-dashboard.property-example-card-history-rich figure {
    min-height: 0;
    padding: 18px;
  }

  .example-dashboard {
    min-height: 520px;
  }
}

@media (max-width: 620px) {
  .property-example-card-dashboard figure,
  .property-example-card-dashboard.property-example-card-history-rich figure {
    padding: 8px;
  }

  .example-dashboard {
    min-height: 0;
  }

  .example-dashboard-body {
    position: static;
    padding: 10px;
  }

  .example-dashboard-site-context {
    position: relative;
    inset: auto;
    width: auto;
    height: 132px;
    margin-bottom: 10px;
  }

  .example-site-grid,
  .example-metric-grid,
  .example-metric-grid-four {
    grid-template-columns: 1fr;
  }

  .example-site-card dl {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding: 7px 9px 9px;
  }

  .example-site-card dl > div {
    display: block;
    padding: 0;
    border: 0;
  }

  .example-site-card dt,
  .example-site-card dd {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .example-site-card dd {
    margin-top: 3px;
  }

  .example-metric-grid > div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 3px 10px;
  }

  .example-metric-grid small {
    min-height: 0;
  }

  .example-metric-grid strong {
    grid-row: 1 / span 2;
    grid-column: 2;
    margin: 0;
  }

  .example-chart-layout svg,
  .example-chart-y {
    height: 98px;
  }

  .example-chart-threshold-label {
    font-size: 13px;
  }

  .example-chart-legend {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .example-dashboard-event {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .example-event-state {
    display: none;
  }

  .example-cycle-row {
    grid-template-columns: 1fr;
  }

  .example-cycle-row > div {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 2px 8px;
    border-right: 0;
    border-bottom: 1px solid #e1e7eb;
  }

  .example-cycle-row > div:last-child {
    border-bottom: 0;
  }

  .example-cycle-row small {
    grid-column: 2;
  }
}

/* Modern and existing systems are shown as equal standalone images, without inset or masking layers. */
.property-responsibility .property-split {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
}

.equipment-image-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 14px;
  width: 100%;
}

.property-photo-card.mechanical-photo-card.equipment-photo-card {
  width: 100%;
  margin: 0;
  min-height: 0;
  background: #d6dee6;
}

.property-photo-card.mechanical-photo-card.equipment-photo-card-modern {
  aspect-ratio: 1160 / 1356;
}

.property-photo-card.mechanical-photo-card.equipment-photo-card-existing {
  aspect-ratio: 1160 / 1356;
}

.property-photo-card.mechanical-photo-card.equipment-photo-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 960px) {
  .property-responsibility .property-split {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .equipment-image-pair {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .property-photo-card.mechanical-photo-card.equipment-photo-card,
  .property-photo-card.mechanical-photo-card.equipment-photo-card img {
    min-height: 0;
  }
}
