.table-scroll-hint { display: none; }
@media screen and (max-width: 720px) {
  .table-scroll-hint { display: flex; justify-content: space-between; gap: 10px; padding: 9px 14px; color: #356c49; background: #f2f9f4; font-size: 9px; border-bottom: 1px solid #d7e7dc; }
}
:root {
  --ink: #182332;
  --muted: #75818e;
  --gold: #18774f;
  --line: #e3e7eb;
  --radius: 13px;
  --serif: "Fraunces", Georgia, serif;
  --shadow: 0 7px 24px -12px #24364c26;
  --max: 1440px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  color: var(--ink);
  background: #f5f6f8;
  font:
    14px/1.55 "Inter",
    system-ui,
    sans-serif;
  -webkit-font-smoothing: antialiased;
  background-image:
    radial-gradient(ellipse 700px 500px at 10% 0%, #21956410, transparent),
    linear-gradient(90deg, #22334803 1px, transparent 1px),
    linear-gradient(#22334803 1px, transparent 1px);
  background-size:
    auto,
    64px 64px,
    64px 64px;
}
button,
input,
textarea,
select {
  font: inherit;
  color: inherit;
}
button {
  cursor: pointer;
  transition:
    background 0.18s,
    box-shadow 0.18s,
    transform 0.18s;
}
button:disabled {
  opacity: 0.5;
  cursor: wait;
}
svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
a {
  color: inherit;
}
button:focus-visible,
a:focus-visible,
select:focus-visible {
  outline: 3px solid #2b966b;
  outline-offset: 4px;
}
input:focus,
textarea:focus {
  outline: 2px solid #26855e;
  outline-offset: 2px;
}
button:hover {
  filter: brightness(0.96);
}
[hidden] {
  display: none !important;
}
::selection {
  background: #d5eddf;
}
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  padding: 12px;
  background: #fff;
  z-index: 100;
}
.skip-link:focus {
  top: 8px;
}
.topnav {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #ffffffed;
  backdrop-filter: blur(18px);
  border-bottom: 1px solid #dfe2e8;
}
.nav-inner {
  max-width: 1540px;
  margin: auto;
  min-height: 84px;
  padding: 14px 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  flex-shrink: 0;
}
.brand-mark {
  width: 42px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: linear-gradient(140deg, #14734c, #319268);
  color: #fff;
  box-shadow: 0 4px 12px #16815426;
}
.brand-mark svg {
  width: 23px;
  height: 23px;
  transform: rotate(-7deg);
}
.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.brand-copy strong {
  font: 500 20px var(--serif);
  letter-spacing: -0.5px;
}
.brand-copy small {
  font-size: 8px;
  letter-spacing: 2.1px;
  color: #74808a;
}
.nav-tabs {
  display: flex;
  gap: 3px;
  background: #f6f7f9;
  border: 1px solid #e6e8eb;
  border-radius: 10px;
  padding: 4px;
}
.nav-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 15px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  font-size: 11px;
  white-space: nowrap;
  color: #64707e;
  font-weight: 500;
}
.nav-tab svg {
  width: 15px;
  height: 15px;
}
.nav-tab.active {
  color: #fff;
  background: linear-gradient(120deg, #14734c, #27865d);
  box-shadow: 0 2px 6px #12683f30;
}
.nav-tab:hover:not(.active) {
  background: #e9edf0;
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.icon-btn {
  height: 35px;
  width: 35px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
}
.icon-btn svg {
  width: 15px;
  height: 15px;
}
.live-pill {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  color: #547165;
  white-space: nowrap;
  margin-right: 8px;
}
.live-pill i,
.status-live:before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #34866d;
  box-shadow: 0 0 0 3px #34866d10;
}
.shell {
  max-width: var(--max);
  margin: auto;
  padding: 27px 42px 54px;
}
.tab-panel {
  display: none;
}
.tab-panel.active {
  display: block;
  animation: arrive 0.3s ease-out;
}
@keyframes arrive {
  from {
    opacity: 0.4;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.page-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 9px;
  letter-spacing: 1px;
  color: #74808b;
  margin: 0 0 28px;
}
.page-meta > span:first-child {
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-meta svg {
  width: 13px;
  height: 13px;
}
.page-meta b {
  font-weight: 400;
  color: #b7bec7;
  margin: 0 5px;
}
.report-stamp {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 8px;
}
.report-stamp strong {
  font-size: 10px;
  letter-spacing: 0.2px;
  font-weight: 500;
  color: #4b5867;
  border-left: 1px solid #d3d9df;
  padding-left: 12px;
}
.hero {
  display: grid;
  grid-template-columns: 1.02fr 1fr;
  gap: 56px;
  align-items: center;
  margin: 0 0 29px;
}
.hero-copy {
  padding: 14px 0 5px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1.6px;
  color: var(--gold);
}
.eyebrow i {
  width: 17px;
  height: 1px;
  background: var(--gold);
}
.hero h1 {
  font: 500 clamp(40px, 3.8vw, 57px)/1.12 var(--serif);
  letter-spacing: -2px;
  margin: 16px 0 19px;
}
.hero h1 em {
  display: block;
  color: #228359;
  font-weight: 400;
}
.hero p {
  max-width: 445px;
  margin: 0;
  color: #75808b;
  font-size: 12px;
  line-height: 1.9;
}
.hero-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 24px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  padding: 11px 16px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}
.btn svg {
  width: 15px;
  height: 15px;
}
.btn.primary {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
  box-shadow: 0 4px 9px #18233213;
}
.btn.primary:hover {
  background: #304056;
}
.btn.text-btn {
  background: transparent;
  border-color: transparent;
  color: #57616e;
  padding: 10px 8px;
}
.hero-facts {
  display: grid;
  grid-template-columns: 1fr 1.05fr 0.95fr;
  margin-top: 27px;
  padding-top: 21px;
  border-top: 1px solid #dce1e6;
  gap: 14px;
}
.hero-facts > div {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.hero-facts > div > span {
  font-size: 8px;
  letter-spacing: 1px;
  color: #83909b;
}
.hero-facts strong {
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}
.hero-facts strong > span {
  font: inherit;
  color: inherit;
  letter-spacing: 0;
}
.status-live {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #347c64;
}
.status-live:before {
  content: "";
}
.hero-photo {
  margin: 0;
  position: relative;
  isolation: isolate;
  align-self: stretch;
  min-height: 358px;
  border-radius: 15px;
  overflow: hidden;
  background: #d7d9d8;
  box-shadow: 0 12px 22px -16px #1525326b;
}
.hero-photo > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  filter: saturate(0.72);
}
.hero-photo:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #0d20201f, transparent 42%, #0b1d24ad);
  z-index: 0;
}
.photo-corner {
  position: absolute;
  right: 17px;
  top: 18px;
  color: #fff;
  font-size: 7px;
  letter-spacing: 1.1px;
  padding: 6px 9px;
  border: 1px solid #ffffff40;
  border-radius: 4px;
  background: #19262d30;
  z-index: 1;
}
.hero-photo figcaption {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 23px;
  z-index: 1;
  color: #fff;
}
.hero-photo figcaption > span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 8px;
  letter-spacing: 1.8px;
  margin-bottom: 10px;
  color: #e0f2e6;
}
.hero-photo figcaption i {
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #8bd5af;
}
.hero-photo figcaption > strong {
  font: 400 26px/1.18 var(--serif);
  letter-spacing: -0.5px;
  display: block;
}
.photo-link {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: #ffffff18;
  border: 1px solid #ffffff50;
}
.photo-link svg {
  width: 16px;
  height: 16px;
}
.kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
  margin: 0 0 23px;
}
.kpi-card {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px 22px;
  background: #fff;
  box-shadow: var(--shadow);
  min-height: 151px;
  overflow: hidden;
}
.kpi-card.accent {
  background: linear-gradient(120deg, #f6fcf8, #fff);
  border-color: #cfe5d7;
}
.kpi-card.accent:before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 2px;
  background: linear-gradient(90deg, #319268, #d2ecdb);
}
.kpi-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.kpi-label {
  font-size: 9px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #77818e;
  font-weight: 500;
}
.kpi-top svg {
  color: #909ca7;
  width: 17px;
  height: 17px;
}
.accent .kpi-top svg {
  color: #32865f;
}
.kpi-value {
  display: block;
  font: 500 32px/1.2 var(--serif);
  letter-spacing: -0.9px;
  margin: 13px 0 9px;
}
.kpi-card small {
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 9px;
  color: #84909c;
  line-height: 1.5;
}
.dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  flex-shrink: 0;
}
.dot.gold {
  background: #2a8b61;
}
.pending-value {
  font-size: 23px;
  color: #7a8490;
  letter-spacing: -0.5px;
}
.wall-monitor {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px 26px 14px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.wall-monitor-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
}
.wall-monitor h2 {
  font: 400 20px var(--serif);
  margin: 8px 0 0;
  letter-spacing: -0.4px;
}
.wall-monitor .eyebrow {
  font-size: 8px;
  color: #929aa4;
  letter-spacing: 1.3px;
}
.progress-readout {
  max-width: 315px;
  text-align: right;
}
.progress-readout strong {
  display: block;
  color: #287b54;
  font-size: 11px;
  font-weight: 500;
}
.progress-readout > span {
  display: block;
  font-size: 8px;
  color: #8d969e;
  margin-top: 4px;
}
.wall-scene {
  height: 82px;
  position: relative;
  margin-top: 12px;
}
.terrain {
  position: absolute;
  left: 0;
  bottom: 17px;
  width: 100%;
  height: 65px;
  fill: #f1f1ed;
  opacity: 0.85;
}
.scene-label {
  position: absolute;
  right: 7px;
  top: 15px;
  font-size: 6px;
  color: #b1b8ba;
  letter-spacing: 2px;
}
.wall-track {
  height: 72px;
  position: absolute;
  inset: 0 0 auto;
  overflow: hidden;
}
.wall-track:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10px;
  border-top: 2px solid #cdc5ad;
  background: repeating-linear-gradient(120deg, #e4dfd2 0 1px, #f9f6ed 1px 6px);
}
.wall-panels {
  position: absolute;
  left: 2%;
  right: 2%;
  bottom: 10px;
  height: 34px;
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  gap: 3px;
}
.wall-panels span {
  position: relative;
  background:
    repeating-linear-gradient(0deg, transparent 0 9px, #d9d6cc 9px 10px),
    #f3f0e8;
  border: 1px solid #c6c2b5;
  border-left: 3px solid #bbb6a9;
  border-right: 3px solid #bbb6a9;
  border-top: 3px solid #bcb7a9;
}
.wall-panels span:before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    90deg,
    transparent 0 15px,
    #d5d1c4 15px 16px
  );
  opacity: 0.7;
}
.wall-fill {
  position: absolute;
  bottom: 10px;
  left: 2%;
  width: 0;
  height: 34px;
  background: #2d936450;
  transition: width 1.5s;
  pointer-events: none;
}
.survey-marker {
  position: absolute;
  bottom: 45px;
  left: 2%;
  color: #257e54;
  transform: translateX(-50%);
  transition: left 1.5s;
}
.wall-labels {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 7px;
  letter-spacing: 0.8px;
  color: #98a0a8;
}
.wall-labels span:nth-child(2) {
  letter-spacing: 0;
  font-size: 8px;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin: 34px 0 17px;
}
.section-head > div {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.section-index {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border: 1px solid #c8dfd1;
  border-radius: 7px;
  color: var(--gold);
  font: 400 11px var(--serif);
  background: #f6fcf8;
  flex-shrink: 0;
}
.section-head h2 {
  font: 500 23px var(--serif);
  letter-spacing: -0.6px;
  margin: 0;
}
.section-note {
  font-size: 8px;
  letter-spacing: 1px;
  color: #939da8;
  text-align: right;
}
.count-badge {
  background: #e9edf0;
  border-radius: 5px;
  min-width: 21px;
  text-align: center;
  font-size: 9px;
  padding: 3px 6px;
  color: #72808d;
}
.two-col {
  display: grid;
  grid-template-columns: 0.9fr 1.25fr;
  gap: 20px;
}
.panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 20px 22px;
  border-bottom: 1px solid #edf0f2;
}
.panel-head .eyebrow {
  font-size: 7px;
  letter-spacing: 1.5px;
  color: #949eaa;
}
.panel-head h3 {
  font: 500 18px var(--serif);
  letter-spacing: -0.3px;
  margin: 4px 0 0;
}
.panel-symbol {
  display: grid;
  place-items: center;
  color: #2d7d58;
  background: #f0f8f3;
  border: 1px solid #d8eade;
  border-radius: 8px;
  width: 32px;
  height: 32px;
}
.panel-symbol svg {
  width: 16px;
  height: 16px;
}
.key-list {
  margin: 0;
  padding: 6px 22px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
.key-list > div {
  padding: 15px 0;
  border-bottom: 1px solid #eff1f3;
  min-width: 0;
}
.key-list > div:nth-last-child(-n + 2) {
  border: 0;
}
.key-list dt {
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  color: #909aa5;
  margin-bottom: 5px;
}
.key-list dd {
  font-size: 10px;
  font-weight: 500;
  margin: 0;
  line-height: 1.65;
  overflow-wrap: anywhere;
}
.subtle-note {
  display: flex;
  gap: 8px;
  font-size: 8px;
  color: #929ba5;
  border-top: 1px solid #eff1f3;
  padding: 12px 22px;
  margin-top: 10px;
}
.subtle-note svg {
  width: 12px;
  height: 12px;
}
.map-panel {
  display: flex;
  flex-direction: column;
}
.map-image-wrap {
  margin: 13px 14px 0;
  overflow: hidden;
  border: 1px solid #d6e1da;
  border-radius: 8px;
  background: #edf5f0;
  flex: 1;
  display: flex;
  align-items: center;
}
.map-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.map-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 11px 16px;
  color: #8a939a;
  font-size: 7px;
}
.map-foot > span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.map-foot i {
  width: 5px;
  height: 5px;
  background: #67a885;
  border-radius: 50%;
}
.map-foot svg {
  width: 11px;
  height: 11px;
}
.link-btn {
  background: transparent;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 10px;
  color: #23734c;
  font-weight: 500;
  padding: 5px 0;
  text-decoration: none;
  white-space: nowrap;
}
.link-btn svg {
  width: 13px;
  height: 13px;
}
.section-intro {
  color: #909aa5;
  font-size: 10px;
  margin: -8px 0 16px 38px;
}
.update-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.update-card {
  padding: 20px 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  position: relative;
}
.update-card:before {
  content: "";
  position: absolute;
  top: 23px;
  left: 0;
  width: 3px;
  height: 26px;
  background: #5aa77c;
  border-radius: 0 3px 3px 0;
}
.update-card-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
}
.update-card h3 {
  font: 500 20px var(--serif);
  margin: 0 0 4px;
}
.contractor {
  font-size: 9px;
  color: #8a95a0;
}
.status-tag {
  display: inline-block;
  font-size: 7px;
  font-weight: 500;
  letter-spacing: 0.3px;
  background: #f2f5f7;
  color: #7b8895;
  padding: 5px 7px;
  border: 1px solid #e8edf1;
  border-radius: 5px;
  white-space: nowrap;
}
.update-card ul {
  list-style: none;
  padding: 0;
  margin: 15px 0 0;
}
.update-card li {
  font-size: 10px;
  line-height: 1.75;
  color: #63707d;
  padding: 7px 0 7px 14px;
  position: relative;
  border-top: 1px solid #f0f2f4;
}
.update-card li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 4px;
  height: 4px;
  background: #5aa77c;
  border-radius: 50%;
}
.gallery-preview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.preview-photo {
  position: relative;
  aspect-ratio: 1.8;
  border: 0;
  padding: 0;
  border-radius: 12px;
  overflow: hidden;
  text-align: left;
  background: #dce1e1;
  color: #fff;
}
.preview-photo > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s;
  filter: saturate(0.75);
}
.preview-photo:hover > img {
  transform: scale(1.04);
}
.preview-photo > span {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(transparent, #152027cc);
  padding: 36px 18px 17px;
  font-size: 11px;
  display: block;
}
.preview-photo small {
  display: block;
  font-size: 7px;
  letter-spacing: 1.2px;
  color: #b9e3cb;
  margin-bottom: 5px;
}
.preview-photo svg {
  position: absolute;
  right: 18px;
  bottom: 20px;
  width: 14px;
  height: 14px;
}
.overview-note {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 25px;
  border: 1px solid #e2e4e4;
  border-radius: 9px;
  background: #f0f2f3;
  padding: 15px 18px;
}
.overview-note > svg {
  width: 17px;
  color: #508366;
}
.overview-note p {
  font-size: 9px;
  color: #8a949f;
  line-height: 1.8;
  margin: 0;
  flex: 1;
}
.overview-note strong {
  color: #687380;
  font-weight: 500;
}
.overview-note .link-btn {
  margin-left: 15px;
  font-size: 9px;
}
footer {
  max-width: var(--max);
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 23px 42px 30px;
  border-top: 1px solid #e1e4e8;
  color: #9aa3ac;
  font-size: 8px;
}
.footer-brand {
  font: 500 15px var(--serif);
  text-decoration: none;
  color: #596474;
}
.footer-brand span {
  font:
    400 7px "Inter",
    sans-serif;
  letter-spacing: 1px;
  color: #98a2ad;
  margin-left: 7px;
}
.footer-admin {
  border: 0;
  background: transparent;
  color: #89939f;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 8px;
}
.footer-admin svg {
  width: 11px;
  height: 11px;
}
.page-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 20px 0 31px;
}
.page-heading h1 {
  font: 500 44px/1.15 var(--serif);
  letter-spacing: -1.5px;
  margin: 12px 0;
}
.page-heading p {
  font-size: 12px;
  color: #82909c;
  margin: 0;
}
.heading-tag {
  border: 1px solid #d0e2d6;
  color: #387c57;
  background: #f3faf5;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 8px;
  letter-spacing: 1px;
  white-space: nowrap;
}
.data-quality {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 17px 20px;
  background: #f0f8f2;
  border: 1px solid #cde4d4;
  border-radius: 10px;
  color: #37764e;
}
.data-quality svg {
  width: 18px;
  height: 18px;
}
.data-quality strong {
  font-size: 11px;
  font-weight: 500;
}
.data-quality p {
  font-size: 10px;
  margin: 4px 0 0;
  line-height: 1.8;
}
.phase-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.phase-card {
  background: white;
  border: 1px solid var(--line);
  border-top: 3px solid #79af8e;
  border-radius: 11px;
  padding: 20px;
  box-shadow: var(--shadow);
}
.phase-card.completed {
  border-top-color: #459b80;
}
.phase-card.finishing {
  border-top-color: #6192a7;
}
.phase-card-top {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.phase-card h3 {
  font: 500 23px var(--serif);
  margin: 0;
}
.phase-card .phase-length {
  font-size: 9px;
  color: #909ba6;
  margin-top: 7px;
}
.phase-card p {
  font-size: 10px;
  color: #82909c;
  line-height: 1.8;
  margin: 15px 0 0;
}
.phase-card.completed .status-tag {
  background: #eef7f2;
  border-color: #d7eade;
  color: #418569;
}
.phase-card.finishing .status-tag {
  background: #edf4f7;
  border-color: #dbe6ec;
  color: #577f93;
}
.phase-switcher {
  display: flex;
  gap: 8px;
  overflow: auto;
  padding: 16px 20px;
  border-bottom: 1px solid var(--line);
}
.phase-btn {
  border: 1px solid #e3e6e8;
  background: #f8f9fa;
  color: #7c8994;
  border-radius: 6px;
  padding: 9px 17px;
  font-size: 10px;
  white-space: nowrap;
}
.phase-btn.active {
  background: #238157;
  border-color: #238157;
  color: #fff;
}
.table-wrap {
  overflow-x: auto;
}
.data-table {
  width: 100%;
  border-collapse: collapse;
}
.data-table th {
  background: #f7f8f9;
  color: #8e98a3;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.data-table td {
  font-size: 11px;
  color: #526271;
}
.data-table th,
.data-table td {
  text-align: left;
  padding: 16px 22px;
  border-bottom: 1px solid #edf0f2;
}
.data-table td:first-child {
  font-weight: 500;
  color: #465566;
}
.data-table th:nth-child(n + 2),
.data-table td:nth-child(n + 2) {
  text-align: right;
}
.data-table tr:last-child td {
  border-bottom: 0;
}
.progress-mini {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 11px;
  flex-wrap: wrap;
}
.progress-mini > span {
  font-variant-numeric: tabular-nums;
  font-size: 10px;
}
.progress-mini-track {
  width: 84px;
  height: 5px;
  border-radius: 6px;
  background: #edf0f2;
  overflow: hidden;
}
.progress-mini-track span {
  display: block;
  height: 100%;
  background: #4b976e;
  border-radius: 6px;
}
.quantity-warning {
  display: inline-block;
  font:
    500 8px "Inter",
    sans-serif !important;
  color: #38774f !important;
  background: #eaf5ee;
  border: 1px solid #c4dfce;
  padding: 3px 6px;
  border-radius: 4px;
}
.phase-remarks {
  padding: 15px 22px;
  color: #8d98a2;
  background: #fafbfc;
  font-size: 10px;
  border-top: 1px solid #edf0f2;
}
.chart-panel {
  padding: 25px;
}
.chart-wrap {
  height: 285px;
  position: relative;
}
.chart-note {
  font-size: 10px;
  color: #8a97a3;
  padding: 15px 0 0;
  border-top: 1px solid #edf0f2;
  margin: 18px 0 0;
}
.gallery-toolbar {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 11px;
  margin: 0 0 24px;
}
.search-field {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  max-width: 440px;
  background: #f7f8f9;
  border: 1px solid #e8ebee;
  border-radius: 7px;
  padding: 0 12px;
}
.search-field svg {
  width: 16px;
  color: #97a0aa;
}
.search-field input {
  border: 0;
  background: transparent;
  width: 100%;
  min-width: 0;
  padding: 11px 0;
  font-size: 11px;
  outline: none;
}
.search-field:focus-within {
  outline: 2px solid #26855e;
  outline-offset: 2px;
}
.filter-field {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: 10px;
}
.filter-field > span {
  font-size: 8px;
  letter-spacing: 1px;
  color: #929aa3;
}
.filter-field select {
  border: 1px solid #e4e8eb;
  border-radius: 7px;
  background: #fff;
  padding: 10px 30px 10px 10px;
  font-size: 10px;
  max-width: 200px;
}
.gallery-shown {
  margin-left: auto;
  font-size: 10px;
  color: #929ca7;
}
.gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.photo-card {
  border: 1px solid var(--line);
  background: #fff;
  padding: 0;
  border-radius: 12px;
  overflow: hidden;
  text-align: left;
  box-shadow: var(--shadow);
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.photo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 25px #24364c18;
}
.photo-card img {
  width: 100%;
  height: 225px;
  display: block;
  object-fit: cover;
  transition: transform 0.3s;
}
.photo-overlay {
  display: block;
  padding: 16px 18px 17px;
}
.photo-overlay strong {
  display: block;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.6;
}
.photo-overlay > span {
  display: block;
  font-size: 9px;
  color: #929eaa;
  margin-top: 7px;
}
.gallery-empty {
  text-align: center;
  color: #8b98a4;
  padding: 80px 15px;
}
.gallery-empty svg {
  width: 40px;
  height: 40px;
  color: #77ac8b;
}
.gallery-empty h2 {
  font: 500 27px var(--serif);
}
.gallery-empty p {
  font-size: 12px;
}
.modal {
  width: min(1150px, 94vw);
  max-height: 95vh;
  border: 1px solid #ffffff20;
  border-radius: 12px;
  padding: 0;
  background: #16212b;
  color: #fff;
  box-shadow: 0 30px 90px #0005;
  overflow: auto;
}
.modal::backdrop,
.login-modal::backdrop {
  background: #111f2bd9;
  backdrop-filter: blur(7px);
}
.modal > img {
  display: block;
  width: 100%;
  max-height: 81vh;
  min-height: 160px;
  object-fit: contain;
  background: #0f1820;
}
.modal-close {
  position: absolute;
  right: 12px;
  top: 12px;
  display: grid;
  place-items: center;
  border: 1px solid #ffffff50;
  background: #17222caa;
  color: #fff;
  font-size: 25px;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  z-index: 2;
}
.modal-footer {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 13px 15px;
}
.modal-caption {
  font-size: 11px;
  flex: 1;
  color: #d4dce1;
}
.modal-nav {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  border: 1px solid #ffffff30;
  border-radius: 7px;
  background: #ffffff10;
  color: #fff;
}
.modal-footer > span {
  font-size: 9px;
  color: #a8b7c4;
  white-space: nowrap;
}
.login-modal {
  width: 410px;
  max-width: 92vw;
  border: 1px solid #eee;
  border-radius: 18px;
  padding: 35px;
  background: #fff;
  box-shadow: 0 30px 90px #0003;
}
.login-modal form {
  display: flex;
  flex-direction: column;
}
.login-icon {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  border-radius: 11px;
  background: #eef8f1;
  color: #2b8053;
  margin-bottom: 23px;
  border: 1px solid #cfe5d7;
}
.login-modal h2 {
  font: 500 34px var(--serif);
  letter-spacing: -1px;
  margin: 12px 0;
}
.login-modal p {
  font-size: 11px;
  color: #85919e;
  margin: 0 0 25px;
  line-height: 1.8;
}
.login-modal label {
  font-size: 10px;
  margin-bottom: 8px;
  color: #667684;
}
.login-modal input {
  border: 1px solid #dce2e8;
  border-radius: 7px;
  padding: 12px;
  margin-bottom: 17px;
  font-size: 12px;
  width: 100%;
}
.login-modal .link-btn {
  margin-top: 13px;
}
.login-modal .login-error {
  font-size: 11px;
  color: #ae3f36;
  margin-bottom: 14px;
}
.toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 100;
  background: var(--ink);
  color: #fff;
  padding: 14px 20px;
  border-radius: 9px;
  font-size: 11px;
  box-shadow: 0 8px 30px #0002;
  transform: translateY(10px);
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
  max-width: calc(100vw - 40px);
}
.toast.show {
  opacity: 1;
  transform: none;
}
.load-error {
  background: #fff2e7;
  border: 1px solid #e9c6a0;
  color: #93612c;
  padding: 15px 20px;
  border-radius: 9px;
  margin-bottom: 20px;
  font-size: 12px;
}
.load-error .link-btn {
  margin-left: 15px;
}
.admin-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: var(--ink);
  color: #fff;
  border-radius: 13px;
  padding: 27px;
  margin: 0 0 20px;
}
.admin-bar h2 {
  font: 500 27px var(--serif);
  margin: 6px 0;
}
.admin-bar p {
  font-size: 11px;
  color: #bdc8d2;
  margin: 0;
}
.btn.ghost {
  color: #fff;
  background: #ffffff0a;
  border-color: #ffffff40;
}
.btn.small {
  padding: 7px 11px;
  font-size: 10px;
}
.btn.danger {
  background: #fff5f3;
  color: #aa4d45;
  border-color: #e9c8c3;
  font-size: 10px;
}
.admin-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.admin-card {
  padding-bottom: 18px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 22px;
}
.form-grid label,
.photo-form label,
.editor-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 9px;
  color: #83919d;
  letter-spacing: 0.3px;
}
.form-grid input,
.form-grid textarea,
.photo-form input,
.phase-editor input,
.phase-editor textarea,
.update-editor-row input,
.update-editor-row textarea {
  border: 1px solid #dce3e8;
  border-radius: 7px;
  background: #fff;
  width: 100%;
  padding: 10px 12px;
  font-size: 11px;
  letter-spacing: 0;
  color: #50606f;
}
.span-2 {
  grid-column: span 2;
}
.span-full {
  grid-column: 1/-1;
}
.phase-editor {
  display: grid;
  grid-template-columns: 1fr 1fr 0.7fr 0.8fr 2fr auto;
  gap: 12px;
  padding: 20px 22px;
  border-bottom: 1px solid var(--line);
  align-items: end;
}
.phase-editor .activities-field {
  grid-column: 1/-1;
}
.phase-editor textarea {
  min-height: 110px;
  resize: vertical;
  line-height: 1.7;
}
.update-editor-row {
  display: grid;
  grid-template-columns: 1fr 1fr 0.8fr 2.5fr auto;
  gap: 12px;
  padding: 20px 22px;
  border-bottom: 1px solid var(--line);
  align-items: end;
}
.update-editor-row textarea {
  min-height: 95px;
  resize: vertical;
  line-height: 1.7;
}
.photo-form {
  display: grid;
  grid-template-columns: 1.4fr 1.8fr 1fr 0.9fr auto;
  gap: 12px;
  align-items: end;
  padding: 22px;
}
.photo-form input[type="file"] {
  font-size: 9px;
  padding: 10px;
}
.admin-photo-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  padding: 0 22px;
}
.admin-photo {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: 8px;
  overflow: hidden;
  background: #e8edf0;
}
.admin-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.admin-photo button {
  position: absolute;
  right: 6px;
  top: 6px;
  border: 0;
  border-radius: 5px;
  width: 26px;
  height: 26px;
  background: #a64842dd;
  color: #fff;
  font-size: 17px;
}
.admin-savebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  position: sticky;
  bottom: 15px;
  z-index: 20;
  margin: 22px auto 0;
  background: #ffffffed;
  backdrop-filter: blur(10px);
  border: 1px solid #d4dce3;
  border-radius: 10px;
  box-shadow: 0 8px 30px #22334426;
  padding: 12px 16px;
  max-width: 700px;
}
.admin-savebar > span {
  font-size: 11px;
  color: #758695;
}
.project-card {
  display: flex;
  flex-direction: column;
}
.key-list {
  flex: 1;
  align-content: space-evenly;
}
.hero p {
  font-size: 13px;
}
.key-list dd {
  font-size: 12px;
}
.update-card li {
  font-size: 12px;
}
.contractor {
  font-size: 11px;
}
.photo-overlay strong {
  font-size: 13px;
}
.phase-card p {
  font-size: 12px;
}
.data-table td {
  font-size: 12px;
}
.key-list dt,
.kpi-card small,
.section-intro,
.section-note,
.contractor,
.phase-card p,
.phase-card .phase-length,
.photo-overlay > span,
.gallery-shown,
.subtle-note,
.chart-note,
.phase-remarks,
.hero-facts > div > span,
.overview-note p,
.panel-head .eyebrow,
.wall-labels,
.progress-readout > span,
.page-heading p {
  color: #697583;
}
.kpi-card small {
  font-size: 10px;
}
.key-list dt {
  font-size: 9px;
}
.section-intro {
  font-size: 11px;
}
.status-tag {
  color: #627080;
}
.activity-unit {
  display: block;
  font-size: 9px;
  font-weight: 400;
  color: #697583;
  margin-top: 4px;
}
.empty-state {
  padding: 25px;
  font-size: 12px;
  color: #697583;
}
.panel-head .eyebrow {
  font-size: 8px;
}
.subtle-note {
  font-size: 9px;
}
.map-foot {
  color: #697583;
}
.overview-note p {
  font-size: 10px;
}
.data-table th {
  color: #697583;
}
.phase-remarks {
  font-size: 11px;
}
@media (min-width: 1600px) {
  .hero-photo {
    min-height: 400px;
  }
  .hero h1 {
    font-size: 61px;
  }
  .hero {
    gap: 70px;
  }
  .hero-copy {
    padding: 20px 0;
  }
  .hero p {
    font-size: 13px;
  }
  .hero-facts {
    margin-top: 35px;
  }
  .hero-actions {
    margin-top: 28px;
  }
}
@media (max-width: 1240px) {
  .nav-inner {
    padding: 13px 28px;
    gap: 15px;
  }
  .live-pill {
    display: none;
  }
  .shell {
    padding: 25px 28px 45px;
  }
  .hero {
    gap: 35px;
  }
  .hero h1 {
    font-size: 46px;
  }
  .hero-photo {
    min-height: 355px;
  }
  .hero-actions {
    gap: 6px;
  }
  .btn {
    padding: 10px 13px;
    font-size: 10px;
  }
  .hero-facts {
    gap: 8px;
  }
  .hero-facts > div > span {
    font-size: 7px;
  }
  .hero-facts strong {
    font-size: 11px;
  }
  .kpi-card {
    padding: 19px;
  }
  .phase-card {
    padding: 17px;
  }
  .gallery {
    gap: 17px;
  }
  .photo-card img {
    height: 205px;
  }
  footer {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 960px) {
  .nav-inner {
    padding: 12px 22px;
    gap: 12px;
    flex-wrap: wrap;
  }
  .brand-copy strong {
    font-size: 18px;
  }
  .nav-tab {
    padding: 9px 11px;
    font-size: 10px;
    gap: 6px;
  }
  .nav-actions {
    gap: 5px;
  }
  .icon-btn {
    width: 30px;
    height: 32px;
  }
  .hero {
    gap: 24px;
  }
  .hero h1 {
    font-size: 39px;
    letter-spacing: -1.5px;
  }
  .hero-photo {
    min-height: 360px;
  }
  .hero-facts {
    grid-template-columns: 1fr 1fr;
    row-gap: 15px;
  }
  .hero-facts > div:last-child {
    display: none;
  }
  .hero-actions {
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 5px;
  }
  .hero-actions .text-btn {
    padding: 5px 0;
  }
  .hero-copy {
    padding: 4px 0;
  }
  .hero p {
    font-size: 11px;
  }
  .page-meta {
    font-size: 7px;
  }
  .report-stamp {
    font-size: 7px;
  }
  .report-stamp strong {
    font-size: 9px;
  }
  .kpi-grid {
    gap: 12px;
  }
  .kpi-card {
    padding: 17px 15px;
  }
  .kpi-label {
    font-size: 8px;
    letter-spacing: 0.5px;
  }
  .kpi-value {
    font-size: 27px;
  }
  .kpi-card small {
    font-size: 8px;
  }
  .kpi-top svg {
    width: 15px;
  }
  .two-col {
    grid-template-columns: 1fr 1.2fr;
    gap: 15px;
  }
  .panel-head {
    padding: 17px;
  }
  .key-list {
    padding: 4px 17px 0;
    gap: 0 13px;
  }
  .key-list dd {
    font-size: 9px;
  }
  .key-list dt {
    font-size: 7px;
  }
  .map-foot {
    flex-wrap: wrap;
  }
  .update-grid {
    gap: 12px;
  }
  .update-card {
    padding: 17px;
  }
  .update-card-head {
    flex-wrap: wrap;
  }
  .gallery-preview {
    gap: 12px;
  }
  .preview-photo {
    aspect-ratio: 1.35;
  }
  .preview-photo > span {
    font-size: 10px;
    padding-left: 13px;
  }
  .preview-photo svg {
    display: none;
  }
  .phase-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .phase-editor,
  .update-editor-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .phase-editor .activities-field {
    grid-column: 1/-1;
  }
  .photo-form {
    grid-template-columns: repeat(2, 1fr);
  }
  .admin-photo-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-shown {
    font-size: 9px;
  }
  .page-heading h1 {
    font-size: 38px;
  }
  .heading-tag {
    font-size: 7px;
    padding: 8px;
  }
  .section-head h2 {
    font-size: 21px;
  }
  .section-note {
    font-size: 7px;
  }
  .wall-monitor h2 {
    font-size: 18px;
  }
  .progress-readout {
    max-width: 250px;
  }
  .progress-readout > span {
    font-size: 7px;
  }
}
@media (max-width: 720px) {
  html {
    scroll-padding-top: 135px;
  }
  .nav-inner {
    padding: 12px 18px 10px;
    gap: 13px;
  }
  .brand-mark {
    height: 37px;
    width: 34px;
    border-radius: 8px;
  }
  .brand-mark svg {
    width: 20px;
    height: 20px;
  }
  .brand-copy strong {
    font-size: 18px;
  }
  .brand-copy small {
    font-size: 6px;
    letter-spacing: 1.8px;
  }
  .nav-tabs {
    order: 3;
    width: 100%;
    justify-content: stretch;
  }
  .nav-tab {
    flex: 1;
    padding: 9px 7px;
    font-size: 10px;
    gap: 6px;
  }
  .nav-actions {
    margin-left: auto;
  }
  .nav-tab svg {
    width: 13px;
    height: 13px;
  }
  .shell {
    padding: 21px 18px 30px;
  }
  .page-meta {
    margin-bottom: 22px;
    align-items: flex-start;
    gap: 10px;
    font-size: 7px;
    letter-spacing: 0.6px;
  }
  .page-meta > span:first-child {
    gap: 5px;
    flex-wrap: wrap;
    max-width: 53%;
  }
  .page-meta svg {
    width: 10px;
    height: 10px;
  }
  .page-meta b {
    margin: 0 1px;
  }
  .report-stamp {
    flex-direction: column;
    gap: 3px;
    align-items: flex-end;
    font-size: 6px;
  }
  .report-stamp strong {
    border: 0;
    padding: 0;
    font-size: 9px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-bottom: 23px;
  }
  .hero-copy {
    padding: 0;
  }
  .hero h1 {
    font-size: 44px;
    letter-spacing: -1.6px;
    margin: 15px 0;
  }
  .eyebrow {
    font-size: 8px;
  }
  .hero p {
    font-size: 11px;
    line-height: 1.8;
    max-width: 400px;
  }
  .hero-actions {
    gap: 13px;
    flex-wrap: nowrap;
    margin-top: 22px;
  }
  .hero-actions .btn {
    font-size: 10px;
    padding: 11px 13px;
    gap: 8px;
  }
  .hero-actions .text-btn {
    font-size: 9px;
    padding: 8px 0;
  }
  .hero-actions .text-btn svg {
    width: 13px;
  }
  .hero-facts {
    margin-top: 23px;
    padding-top: 18px;
    grid-template-columns: 1fr 1.1fr 0.9fr;
    gap: 10px;
  }
  .hero-facts > div:last-child {
    display: flex;
  }
  .hero-facts > div > span {
    font-size: 6px;
    letter-spacing: 0.7px;
  }
  .hero-facts strong {
    font-size: 10px;
  }
  .hero-photo {
    min-height: 270px;
    border-radius: 12px;
  }
  .hero-photo > img {
    object-position: center 37%;
  }
  .hero-photo figcaption {
    left: 19px;
    right: 19px;
    bottom: 18px;
  }
  .hero-photo figcaption > strong {
    font-size: 25px;
  }
  .photo-corner {
    font-size: 6px;
    top: 15px;
    right: 15px;
  }
  .kpi-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 20px;
  }
  .kpi-card {
    min-height: 137px;
    padding: 17px 16px;
  }
  .kpi-value {
    font-size: 27px;
    margin: 13px 0 8px;
  }
  .kpi-label {
    font-size: 7px;
    letter-spacing: 0.6px;
  }
  .kpi-top svg {
    width: 14px;
    height: 14px;
  }
  .kpi-card small {
    font-size: 8px;
  }
  .wall-monitor {
    padding: 19px 17px 12px;
  }
  .wall-monitor-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }
  .wall-monitor h2 {
    font-size: 19px;
    line-height: 1.3;
    max-width: 240px;
  }
  .wall-monitor .eyebrow {
    font-size: 7px;
  }
  .progress-readout {
    text-align: left;
    max-width: none;
  }
  .progress-readout strong {
    font-size: 10px;
  }
  .progress-readout > span {
    font-size: 7px;
  }
  .wall-scene {
    margin-top: 0;
    height: 71px;
  }
  .wall-panels {
    height: 25px;
    gap: 2px;
    grid-template-columns: repeat(16, 1fr);
  }
  .wall-panels span:nth-child(n + 17) {
    display: none;
  }
  .wall-fill {
    height: 25px;
  }
  .scene-label {
    font-size: 5px;
    top: 23px;
  }
  .wall-labels {
    font-size: 6px;
    gap: 5px;
    margin-top: 8px;
    flex-wrap: wrap;
  }
  .wall-labels span:nth-child(2) {
    order: 3;
    text-align: center;
    width: 100%;
    font-size: 7px;
    margin-top: 5px;
  }
  .wall-labels span:last-child {
    margin-left: auto;
  }
  .section-head {
    margin: 28px 0 15px;
    gap: 10px;
  }
  .section-head > div {
    gap: 9px;
  }
  .section-head h2 {
    font-size: 22px;
    letter-spacing: -0.7px;
  }
  .section-index {
    width: 23px;
    height: 23px;
    font-size: 10px;
    border-radius: 6px;
  }
  .section-note {
    display: none;
  }
  .two-col {
    grid-template-columns: 1fr;
    gap: 17px;
  }
  .panel-head {
    padding: 19px;
  }
  .key-list {
    padding: 2px 19px 0;
    gap: 0 22px;
  }
  .key-list dd {
    font-size: 10px;
  }
  .key-list dt {
    font-size: 8px;
  }
  .key-list > div {
    padding: 15px 0;
  }
  .map-image-wrap {
    margin: 12px 12px 0;
  }
  .map-foot {
    font-size: 6px;
    flex-wrap: nowrap;
    gap: 5px;
    padding: 10px 12px;
  }
  .map-foot > span {
    gap: 3px;
  }
  .subtle-note {
    font-size: 8px;
    padding: 13px 19px;
  }
  .update-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }
  .update-card {
    padding: 20px;
  }
  .update-card-head {
    flex-wrap: nowrap;
  }
  .update-card h3 {
    font-size: 21px;
  }
  .update-card li {
    font-size: 11px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .update-card li:before {
    top: 16px;
  }
  .contractor {
    font-size: 10px;
  }
  .status-tag {
    font-size: 8px;
  }
  .section-intro {
    font-size: 9px;
    margin-left: 32px;
  }
  .gallery-preview {
    grid-template-columns: 1fr;
    gap: 13px;
  }
  .preview-photo {
    aspect-ratio: 1.8;
  }
  .preview-photo > span {
    padding: 35px 18px 18px;
    font-size: 12px;
  }
  .preview-photo svg {
    display: block;
  }
  .preview-photo small {
    font-size: 8px;
  }
  .section-head .link-btn {
    font-size: 8px;
    gap: 5px;
  }
  .section-head .link-btn svg {
    width: 11px;
  }
  .overview-note {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 9px;
    padding: 16px;
  }
  .overview-note p {
    font-size: 9px;
  }
  .overview-note .link-btn {
    margin-left: 25px;
    font-size: 9px;
  }
  footer {
    padding: 21px 18px;
    flex-wrap: wrap;
    gap: 14px;
    font-size: 7px;
  }
  .footer-brand {
    font-size: 14px;
    width: 100%;
  }
  .footer-brand span {
    font-size: 6px;
  }
  .footer-admin {
    margin-left: auto;
    font-size: 8px;
  }
  .page-heading {
    padding: 5px 0 24px;
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }
  .page-heading h1 {
    font-size: 37px;
    margin: 12px 0;
    letter-spacing: -1.1px;
  }
  .page-heading p {
    font-size: 11px;
    line-height: 1.8;
  }
  .heading-tag {
    font-size: 7px;
  }
  .data-quality {
    padding: 15px;
    gap: 10px;
  }
  .data-quality strong {
    font-size: 10px;
  }
  .data-quality p {
    font-size: 9px;
  }
  .phase-grid {
    gap: 12px;
  }
  .phase-card {
    padding: 16px;
  }
  .phase-card-top {
    flex-direction: column;
    gap: 11px;
  }
  .phase-card h3 {
    font-size: 23px;
  }
  .phase-card .phase-length {
    font-size: 8px;
  }
  .phase-card p {
    font-size: 9px;
    margin-top: 12px;
  }
  .phase-btn {
    font-size: 9px;
    padding: 8px 11px;
  }
  .phase-switcher {
    padding: 12px;
    gap: 6px;
  }
  .data-table {
    min-width: 470px;
  }
  .data-table th,
  .data-table td {
    padding: 13px 15px;
  }
  .data-table th {
    font-size: 7px;
  }
  .data-table td {
    font-size: 10px;
  }
  .progress-mini-track {
    width: 55px;
  }
  .phase-remarks {
    padding: 14px 16px;
    font-size: 9px;
  }
  .chart-panel {
    padding: 18px 14px;
  }
  .chart-wrap {
    height: 250px;
  }
  .chart-note {
    font-size: 9px;
  }
  .gallery-toolbar {
    flex-wrap: wrap;
    padding: 11px;
    gap: 12px;
    margin-bottom: 19px;
  }
  .search-field {
    max-width: none;
    flex-basis: 100%;
  }
  .filter-field {
    margin-left: 0;
    gap: 8px;
  }
  .filter-field > span {
    font-size: 7px;
  }
  .filter-field select {
    font-size: 9px;
    padding: 8px;
  }
  .gallery-shown {
    font-size: 8px;
  }
  .gallery {
    grid-template-columns: 1fr;
    gap: 19px;
  }
  .photo-card img {
    height: auto;
    aspect-ratio: 1.5;
  }
  .photo-overlay {
    padding: 15px 17px;
  }
  .photo-overlay strong {
    font-size: 12px;
  }
  .photo-overlay > span {
    font-size: 9px;
  }
  .modal-footer {
    padding: 12px 10px;
    gap: 8px;
    flex-wrap: wrap;
  }
  .modal-caption {
    font-size: 10px;
    min-width: 50%;
  }
  .modal-nav {
    width: 30px;
    height: 30px;
  }
  .modal-footer > span {
    font-size: 8px;
  }
  .modal-close {
    width: 32px;
    height: 32px;
    font-size: 22px;
  }
  .login-modal {
    padding: 27px;
  }
  .login-modal h2 {
    font-size: 31px;
  }
  .admin-bar {
    padding: 21px;
    align-items: flex-start;
  }
  .admin-bar h2 {
    font-size: 24px;
  }
  .admin-bar p {
    font-size: 10px;
  }
  .admin-bar .btn {
    font-size: 8px;
    white-space: nowrap;
    padding: 8px;
  }
  .form-grid {
    grid-template-columns: 1fr;
    padding: 19px;
  }
  .span-2 {
    grid-column: 1;
  }
  .phase-editor,
  .update-editor-row,
  .photo-form {
    grid-template-columns: 1fr;
    padding: 19px;
  }
  .phase-editor .activities-field {
    grid-column: 1;
  }
  .admin-photo-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 19px;
  }
  .admin-savebar {
    padding: 11px;
    gap: 10px;
  }
  .admin-savebar > span {
    font-size: 9px;
  }
  .admin-savebar .btn {
    font-size: 9px;
  }
  .admin-card .panel-head h3 {
    font-size: 16px;
  }
  .admin-card .panel-head .btn {
    font-size: 8px;
  }
  .load-error {
    font-size: 10px;
  }
}
@media (max-width: 360px) {
  .nav-inner {
    padding-left: 13px;
    padding-right: 13px;
  }
  .shell {
    padding-left: 14px;
    padding-right: 14px;
  }
  .nav-tab {
    font-size: 9px;
    padding: 9px 5px;
    gap: 5px;
  }
  .nav-tab svg {
    width: 12px;
  }
  .hero h1 {
    font-size: 39px;
  }
  .hero-actions {
    gap: 9px;
  }
  .hero-actions .btn {
    font-size: 9px;
    padding: 11px;
  }
  .hero-actions .text-btn {
    padding: 7px 0;
    font-size: 8px;
  }
  .hero-actions .text-btn svg {
    display: none;
  }
  .hero-facts strong {
    font-size: 9px;
  }
  .hero-facts > div > span {
    font-size: 6px;
    letter-spacing: 0.3px;
  }
  .kpi-card {
    padding: 15px 12px;
  }
  .kpi-label {
    font-size: 6px;
  }
  .kpi-value {
    font-size: 25px;
  }
  .section-head h2 {
    font-size: 19px;
  }
  .section-head > div {
    gap: 7px;
  }
  .section-head .link-btn {
    font-size: 7px;
  }
  .page-heading h1 {
    font-size: 32px;
  }
  .phase-card {
    padding: 13px;
  }
  .phase-card p {
    font-size: 8px;
  }
  .phase-card .status-tag {
    font-size: 7px;
  }
  .map-foot {
    font-size: 5px;
  }
  .gallery-shown {
    font-size: 7px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
@media print {
  body {
    background: #fff !important;
    font-size: 11px;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }
  .topnav,
  .skip-link,
  .hero-actions,
  .photo-link,
  .link-btn,
  .footer-admin,
  .nav-actions,
  .overview-note button,
  .gallery-toolbar,
  .modal,
  .login-modal,
  .toast,
  .load-error,
  .admin-savebar {
    display: none !important;
  }
  .shell {
    max-width: none;
    padding: 0;
  }
  .page-meta {
    margin-bottom: 20px;
  }
  .hero {
    gap: 25px;
  }
  .hero h1 {
    font-size: 36px;
  }
  .hero-photo {
    min-height: 280px;
  }
  .hero p {
    font-size: 10px;
  }
  .hero-facts {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .hero-facts > div:last-child {
    display: flex;
  }
  .kpi-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .kpi-card {
    padding: 14px;
    min-height: 120px;
  }
  .kpi-value {
    font-size: 24px;
  }
  .panel,
  .kpi-card,
  .update-card,
  .wall-monitor,
  .phase-card {
    box-shadow: none;
    break-inside: avoid;
  }
  .section-head {
    break-after: avoid;
    margin-top: 23px;
  }
  .hero,
  .gallery-preview,
  .photo-card {
    break-inside: avoid;
  }
  .two-col {
    grid-template-columns: 1fr 1.2fr;
  }
  .update-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .gallery-preview {
    grid-template-columns: repeat(3, 1fr);
  }
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  .phase-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .phase-card {
    padding: 13px;
  }
  .photo-card img {
    height: 180px;
  }
  .chart-wrap {
    height: 240px;
  }
  footer {
    padding: 20px 0;
  }
  .footer-brand {
    width: auto;
  }
  .tab-panel {
    animation: none !important;
  }
  [data-panel="admin"] {
    display: none !important;
  }
  @page {
    size: A4 landscape;
    margin: 12mm;
  }
}
