/* A consistent, readable type scale for the project dashboard. */
:root {
  --accent: #18774f;
  --accent-light: #eaf5ee;
  --text-secondary: #536477;
  --text-caption: #637386;
}
body {
  font-size: 15px;
  font-optical-sizing: auto;
}
button,
input,
select,
textarea {
  font-optical-sizing: auto;
}
.nav-inner {
  min-height: 90px;
  gap: 24px;
}
.brand-copy strong {
  font-size: 23px;
  letter-spacing: -0.5px;
}
.brand-copy small {
  font-size: 9px;
  letter-spacing: 2px;
  color: var(--text-caption);
}
.brand-mark {
  width: 45px;
  height: 48px;
}
.nav-tab {
  font-size: 13px;
  font-weight: 600;
  padding: 11px 16px;
  min-height: 43px;
}
.nav-tab svg {
  width: 16px;
  height: 16px;
}
.live-pill {
  font-size: 11px;
}
.icon-btn {
  width: 40px;
  height: 40px;
}
.icon-btn svg {
  width: 17px;
  height: 17px;
}
.shell {
  padding-top: 32px;
  padding-bottom: 56px;
}
.page-meta {
  font-size: 10px;
  letter-spacing: 0.8px;
  margin-bottom: 32px;
}
.report-stamp {
  font-size: 9px;
}
.report-stamp strong {
  font-size: 12px;
  font-weight: 600;
}
.hero {
  gap: 48px;
  margin-bottom: 30px;
}
.hero-copy {
  padding: 10px 0;
}
.hero h1 {
  font-size: clamp(48px, 4.55vw, 66px);
  line-height: 1.09;
  letter-spacing: -2px;
  margin: 20px 0 22px;
  font-weight: 500;
}
.hero h1 em {
  font-weight: 400;
}
.hero p {
  font-size: 15px;
  line-height: 1.85;
  color: var(--text-secondary);
  max-width: 520px;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 1.7px;
  font-weight: 600;
}
.hero-actions {
  gap: 14px;
  margin-top: 26px;
}
.btn {
  font-size: 13px;
  min-height: 44px;
  padding: 11px 17px;
  font-weight: 600;
  gap: 10px;
}
.btn svg {
  width: 17px;
  height: 17px;
}
.btn.text-btn {
  font-size: 13px;
  padding: 11px 8px;
}
.hero-facts {
  margin-top: 29px;
  padding-top: 23px;
  gap: 16px;
}
.hero-facts > div {
  gap: 9px;
}
.hero-facts > div > span {
  font-size: 10px;
  letter-spacing: 0.8px;
  color: var(--text-caption);
}
.hero-facts strong {
  font-size: 14px;
  font-weight: 600;
}
.hero-photo {
  min-height: 405px;
}
.hero-photo figcaption {
  left: 28px;
  bottom: 27px;
  right: 28px;
}
.hero-photo figcaption > strong {
  padding-right: 50px;
  font-size: 31px;
  line-height: 1.16;
  letter-spacing: -0.6px;
}
.hero-photo figcaption > span {
  font-size: 10px;
  letter-spacing: 1.6px;
}
.photo-corner {
  font-size: 8px;
  letter-spacing: 1px;
}
.photo-link {
  width: 42px;
  height: 42px;
}
.kpi-grid {
  gap: 18px;
  margin: 25px 0 0;
}
.kpi-card {
  padding: 22px 24px;
  min-height: 163px;
}
.kpi-label {
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: 0.8px;
  color: var(--text-caption);
  font-weight: 600;
}
.kpi-value {
  font-size: 37px;
  line-height: 1.2;
  margin: 12px 0 10px;
  font-variant-numeric: lining-nums tabular-nums;
}
.kpi-value.pending-value {
  font-size: 29px;
  color: #788492;
}
.kpi-card small {
  font-size: 12px;
  color: var(--text-caption);
  line-height: 1.65;
  align-items: baseline;
}
.kpi-top svg {
  width: 19px;
  height: 19px;
}
.section-head {
  margin: 40px 0 20px;
}
.section-head h2 {
  font-size: 28px;
  letter-spacing: -0.65px;
}
.section-head > div {
  gap: 13px;
}
.section-index {
  width: 30px;
  height: 30px;
  font-size: 12px;
}
.section-note {
  font-size: 10px;
  color: var(--text-caption);
  letter-spacing: 0.8px;
}
.count-badge {
  font-size: 11px;
  padding: 3px 7px;
}
.section-intro {
  font-size: 13px;
  margin: -9px 0 20px 43px;
  color: var(--text-caption);
}
.two-col {
  grid-template-columns: 1fr 1.2fr;
  gap: 22px;
}
.panel-head {
  padding: 23px 24px;
}
.panel-head .eyebrow {
  font-size: 9px;
  letter-spacing: 1.4px;
  color: var(--text-caption);
}
.panel-head h3 {
  font-size: 23px;
  margin-top: 5px;
  letter-spacing: -0.45px;
}
.panel-symbol {
  width: 37px;
  height: 37px;
}
.panel-symbol svg {
  width: 18px;
  height: 18px;
}
.key-list {
  padding: 4px 24px 0;
  gap: 0 24px;
}
.key-list > div {
  padding: 18px 0;
}
.key-list dt {
  font-size: 10px;
  letter-spacing: 0.6px;
  margin-bottom: 7px;
  color: var(--text-caption);
}
.key-list dd {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7;
}
.subtle-note {
  padding: 15px 24px;
  font-size: 11px;
  line-height: 1.7;
  color: var(--text-caption);
}
.subtle-note svg {
  width: 15px;
  height: 15px;
  margin-top: 2px;
}
.map-foot {
  font-size: 9px;
  line-height: 1.65;
  padding: 12px 16px;
}
.link-btn {
  font-size: 12px;
  min-height: 36px;
  padding: 5px 0;
  gap: 8px;
}
.link-btn svg {
  width: 15px;
  height: 15px;
}
.update-grid {
  gap: 20px;
}
.update-card {
  padding: 23px 24px;
}
.update-card h3 {
  font-size: 25px;
}
.contractor {
  font-size: 12px;
  color: var(--text-caption);
}
.status-tag {
  font-size: 10px;
  padding: 5px 8px;
  letter-spacing: 0.1px;
}
.update-card li {
  font-size: 13px;
  line-height: 1.8;
  padding: 10px 0 10px 15px;
  color: var(--text-secondary);
}
.update-card li:before {
  top: 19px;
}
.gallery-preview {
  gap: 20px;
}
.preview-photo > span {
  font-size: 13px;
  padding: 38px 19px 20px;
}
.preview-photo small {
  font-size: 9px;
  letter-spacing: 1.2px;
  margin-bottom: 6px;
}
.overview-note {
  padding: 18px 20px;
  gap: 13px;
}
.overview-note p {
  font-size: 12px;
  line-height: 1.85;
}
.overview-note .link-btn {
  font-size: 11px;
}
footer {
  padding-top: 25px;
  padding-bottom: 30px;
  font-size: 11px;
}
.footer-brand {
  font-size: 18px;
}
.footer-brand span {
  font-size: 9px;
}
.footer-admin {
  font-size: 11px;
  min-height: 36px;
}
.footer-admin svg {
  width: 14px;
  height: 14px;
}
.page-heading {
  padding: 20px 0 33px;
}
.page-heading h1 {
  font-size: 47px;
  letter-spacing: -1.5px;
  margin: 13px 0;
}
.page-heading p {
  font-size: 15px;
  color: var(--text-secondary);
}
.heading-tag {
  font-size: 10px;
  line-height: 1.65;
  letter-spacing: 0.8px;
}
.data-quality {
  padding: 19px 22px;
  gap: 13px;
}
.data-quality strong {
  font-size: 13px;
  font-weight: 600;
}
.data-quality p {
  font-size: 12px;
  line-height: 1.85;
}
.data-quality svg {
  margin-top: 3px;
}
.phase-card {
  padding: 22px;
}
.phase-card h3 {
  font-size: 26px;
}
.phase-card .phase-length {
  font-size: 11px;
  color: var(--text-caption);
}
.phase-card p {
  font-size: 13px;
  line-height: 1.8;
  color: var(--text-secondary);
}
.phase-card-top {
  gap: 12px;
}
.phase-switcher {
  padding: 16px 20px;
  gap: 9px;
}
.phase-btn {
  font-size: 12px;
  min-height: 42px;
  padding: 9px 18px;
}
.data-table th {
  font-size: 10px;
  letter-spacing: 0.7px;
  font-weight: 600;
  color: var(--text-caption);
}
.data-table td {
  font-size: 13px;
}
.data-table th,
.data-table td {
  padding: 17px 23px;
}
.data-table td:nth-child(n + 2) {
  font-variant-numeric: tabular-nums;
}
.activity-unit {
  font-size: 10px;
  margin-top: 5px;
}
.progress-mini > span {
  font-size: 12px;
}
.progress-mini-track {
  width: 85px;
  height: 6px;
}
.quantity-warning {
  font-size: 10px !important;
  line-height: 1.5;
  margin-top: 5px;
}
.phase-remarks {
  font-size: 12px;
  line-height: 1.8;
  padding: 16px 23px;
}
.chart-wrap {
  height: 305px;
}
.chart-note {
  font-size: 12px;
  line-height: 1.8;
}
.gallery-toolbar {
  padding: 16px;
  gap: 18px;
}
.search-field input {
  font-size: 14px;
  padding: 12px 0;
}
.filter-field > span {
  font-size: 10px;
}
.filter-field select {
  font-size: 12px;
  min-height: 43px;
}
.gallery-shown {
  font-size: 12px;
}
.photo-overlay {
  padding: 18px 20px;
}
.photo-overlay strong {
  font-size: 14px;
  line-height: 1.65;
}
.photo-overlay > span {
  font-size: 11px;
  margin-top: 9px;
}
.gallery-empty p {
  font-size: 14px;
}
.modal-caption {
  font-size: 13px;
  line-height: 1.65;
}
.modal-footer > span {
  font-size: 11px;
}
.modal-nav {
  width: 40px;
  height: 40px;
}
.login-modal p {
  font-size: 13px;
  line-height: 1.8;
}
.login-modal label {
  font-size: 12px;
}
.login-modal input {
  font-size: 14px;
  min-height: 46px;
}
.login-modal .login-error {
  font-size: 12px;
}
.form-grid label,
.photo-form label,
.editor-field {
  font-size: 11px;
  line-height: 1.65;
}
.form-grid input,
.form-grid textarea,
.photo-form input,
.phase-editor input,
.phase-editor textarea,
.update-editor-row input,
.update-editor-row textarea {
  font-size: 13px;
  min-height: 43px;
}
.admin-bar p {
  font-size: 13px;
}
.admin-savebar > span {
  font-size: 12px;
}
.btn.small,
.btn.danger {
  font-size: 11px;
}
.toast {
  font-size: 13px;
}
.report-stamp strong,
.hero-facts strong,
.gallery-shown,
.status-tag {
  font-variant-numeric: tabular-nums;
}
@media (max-width: 1200px) {
  .nav-inner {
    gap: 16px;
  }
  .brand-copy strong {
    font-size: 21px;
  }
  .nav-tab {
    font-size: 12px;
    padding: 11px 12px;
  }
  .hero {
    gap: 30px;
  }
  .hero h1 {
    font-size: 54px;
  }
  .hero p {
    font-size: 14px;
  }
  .hero-photo {
    min-height: 405px;
  }
  .hero-actions {
    gap: 9px;
    flex-wrap: wrap;
  }
  .hero-facts {
    gap: 10px;
  }
  .hero-facts > div > span {
    font-size: 9px;
  }
  .hero-facts strong {
    font-size: 13px;
  }
  .kpi-card {
    padding: 20px;
  }
  .kpi-value {
    font-size: 34px;
  }
  .kpi-card small {
    font-size: 11px;
  }
  .two-col {
    grid-template-columns: 1fr 1.15fr;
    gap: 18px;
  }
  .panel-head,
  .update-card {
    padding: 21px;
  }
  .phase-card {
    padding: 19px;
  }
  .update-card-head {
    flex-wrap: wrap;
  }
  .map-foot {
    flex-wrap: wrap;
  }
  .preview-photo {
    aspect-ratio: 1.5;
  }
  .preview-photo > span {
    padding: 35px 16px 17px;
    font-size: 12px;
  }
  .preview-photo svg {
    display: none;
  }
}
@media (min-width: 721px) and (max-width: 960px) {
  .nav-actions {
    display: flex;
    gap: 6px;
  }
  .nav-inner {
    flex-wrap: wrap;
  }
  .nav-tabs {
    margin-left: auto;
  }
  .brand-copy strong {
    font-size: 19px;
  }
  .brand-copy small {
    font-size: 8px;
  }
  .nav-tab {
    font-size: 11px;
    padding: 10px;
  }
  .nav-tab svg {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
  .hero h1 {
    font-size: 44px;
    letter-spacing: -1.5px;
  }
  .hero p {
    font-size: 13px;
  }
  .hero-photo {
    min-height: 395px;
  }
  .hero-photo figcaption > strong {
    font-size: 27px;
  }
  .hero-facts {
    grid-template-columns: 1fr 1fr;
  }
  .hero-actions .btn {
    font-size: 12px;
  }
  .page-meta {
    font-size: 9px;
  }
  .kpi-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .two-col {
    grid-template-columns: 1fr;
  }
  .map-img {
    max-height: 350px;
  }
  .update-grid {
    grid-template-columns: 1fr;
  }
  .update-card-head {
    flex-wrap: nowrap;
  }
  .section-head h2 {
    font-size: 26px;
  }
  .overview-note {
    flex-wrap: wrap;
  }
  .overview-note .link-btn {
    margin-left: 30px;
  }
}
@media (max-width: 720px) {
  body {
    font-size: 14px;
  }
  .nav-inner {
    min-height: 0;
    padding: 13px 18px 11px;
    gap: 13px;
  }
  .brand-mark {
    width: 37px;
    height: 40px;
  }
  .brand-copy strong {
    font-size: 21px;
  }
  .brand-copy small {
    font-size: 8px;
    letter-spacing: 1.5px;
  }
  .nav-tabs {
    gap: 3px;
  }
  .nav-tab {
    font-size: 11px;
    min-height: 44px;
    padding: 10px 7px;
    gap: 6px;
  }
  .nav-tab svg {
    display: none;
  }
  .icon-btn {
    width: 36px;
    height: 37px;
  }
  .nav-actions {
    gap: 7px;
  }
  .shell {
    padding: 25px 18px 38px;
  }
  .page-meta {
    font-size: 9px;
    line-height: 1.65;
    letter-spacing: 0.5px;
    margin-bottom: 27px;
  }
  .page-meta > span:first-child {
    max-width: 55%;
    gap: 5px;
  }
  .report-stamp {
    font-size: 8px;
  }
  .report-stamp strong {
    font-size: 11px;
  }
  .eyebrow {
    font-size: 10px;
    letter-spacing: 1.5px;
  }
  .hero {
    gap: 25px;
    margin-bottom: 25px;
  }
  .hero-copy {
    padding: 0;
  }
  .hero h1 {
    font-size: clamp(38px, 11.4vw, 53px);
    line-height: 1.12;
    margin: 18px 0;
    letter-spacing: -1.55px;
  }
  .hero p {
    font-size: 14px;
    line-height: 1.8;
  }
  .hero-actions {
    flex-wrap: wrap;
    gap: 8px 15px;
    margin-top: 22px;
  }
  .hero-actions .btn {
    min-height: 44px;
    padding: 11px 15px;
    font-size: 12px;
  }
  .hero-actions .text-btn {
    min-height: 40px;
    padding: 8px 0;
    font-size: 12px;
  }
  .hero-actions .text-btn svg {
    display: inline;
    width: 15px;
  }
  .hero-facts {
    grid-template-columns: 1fr 1.1fr 0.9fr;
    margin-top: 23px;
    padding-top: 20px;
    gap: 10px;
  }
  .hero-facts > div {
    gap: 8px;
  }
  .hero-facts > div > span {
    font-size: 9px;
    letter-spacing: 0.4px;
    line-height: 1.6;
  }
  .hero-facts strong {
    font-size: 12px;
  }
  .hero-photo {
    min-height: 295px;
  }
  .hero-photo figcaption {
    left: 21px;
    bottom: 22px;
    right: 21px;
  }
  .hero-photo figcaption > strong {
    font-size: 28px;
    line-height: 1.2;
  }
  .hero-photo figcaption > span {
    font-size: 9px;
  }
  .photo-corner {
    font-size: 7px;
  }
  .photo-link {
    width: 38px;
    height: 38px;
  }
  .kpi-grid {
    gap: 13px;
    margin-top: 20px;
  }
  .kpi-card {
    padding: 19px 16px;
    min-height: 165px;
  }
  .kpi-label {
    font-size: 10px;
    letter-spacing: 0.45px;
  }
  .kpi-top {
    align-items: flex-start;
    gap: 7px;
  }
  .kpi-top svg {
    width: 16px;
    height: 16px;
    margin-top: 2px;
  }
  .kpi-value {
    font-size: 30px;
    margin: 13px 0 8px;
  }
  .kpi-value.pending-value {
    font-size: 27px;
  }
  .kpi-card small {
    font-size: 11px;
    line-height: 1.7;
  }
  .section-head {
    margin: 32px 0 18px;
    gap: 12px;
    flex-wrap: wrap;
  }
  .section-head > div {
    gap: 10px;
  }
  .section-head h2 {
    font-size: 25px;
    letter-spacing: -0.6px;
  }
  .section-index {
    width: 27px;
    height: 27px;
    font-size: 11px;
  }
  .section-head .link-btn {
    font-size: 11px;
    min-height: 30px;
  }
  .section-head .link-btn svg {
    width: 14px;
  }
  .section-intro {
    font-size: 12px;
    line-height: 1.8;
    margin: -7px 0 18px 37px;
  }
  .two-col {
    gap: 18px;
  }
  .panel-head {
    padding: 21px;
  }
  .panel-head .eyebrow {
    font-size: 9px;
  }
  .panel-head h3 {
    font-size: 22px;
  }
  .key-list {
    padding: 2px 21px 0;
    gap: 0 20px;
  }
  .key-list > div {
    padding: 17px 0;
  }
  .key-list dt {
    font-size: 10px;
    line-height: 1.6;
  }
  .key-list dd {
    font-size: 12px;
    line-height: 1.8;
  }
  .subtle-note {
    padding: 15px 21px;
    font-size: 11px;
  }
  .map-foot {
    flex-wrap: wrap;
    font-size: 9px;
    padding: 12px 14px;
    gap: 5px 10px;
  }
  .link-btn {
    font-size: 12px;
  }
  .update-grid {
    gap: 15px;
  }
  .update-card {
    padding: 22px;
  }
  .update-card-head {
    flex-wrap: nowrap;
  }
  .update-card h3 {
    font-size: 25px;
  }
  .update-card li {
    font-size: 13px;
    line-height: 1.85;
  }
  .contractor {
    font-size: 12px;
  }
  .status-tag {
    font-size: 9px;
    padding: 6px 8px;
  }
  .gallery-preview {
    gap: 15px;
  }
  .preview-photo {
    aspect-ratio: 1.65;
  }
  .preview-photo > span {
    font-size: 14px;
    padding: 37px 20px 20px;
  }
  .preview-photo small {
    font-size: 9px;
  }
  .overview-note {
    padding: 18px;
    gap: 10px;
  }
  .overview-note p {
    font-size: 12px;
    line-height: 1.85;
  }
  .overview-note .link-btn {
    font-size: 11px;
    margin-left: 27px;
  }
  footer {
    padding: 24px 18px;
    gap: 14px;
    font-size: 10px;
  }
  .footer-brand {
    font-size: 17px;
  }
  .footer-brand span {
    font-size: 8px;
  }
  .footer-admin {
    font-size: 11px;
  }
  .page-heading {
    padding: 5px 0 26px;
    gap: 20px;
  }
  .page-heading h1 {
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: -1.2px;
  }
  .page-heading p {
    font-size: 14px;
    line-height: 1.8;
  }
  .heading-tag {
    font-size: 9px;
  }
  .data-quality {
    padding: 17px;
    gap: 10px;
  }
  .data-quality strong {
    font-size: 12px;
  }
  .data-quality p {
    font-size: 12px;
    line-height: 1.8;
  }
  .phase-card {
    padding: 17px;
  }
  .phase-card h3 {
    font-size: 25px;
  }
  .phase-card .phase-length {
    font-size: 10px;
    line-height: 1.65;
  }
  .phase-card p {
    font-size: 12px;
    line-height: 1.85;
  }
  .phase-card .status-tag {
    font-size: 9px;
  }
  .phase-switcher {
    padding: 12px;
    gap: 7px;
  }
  .phase-btn {
    font-size: 11px;
    min-height: 40px;
    padding: 9px 12px;
  }
  .table-scroll-hint {
    font-size: 10px;
    line-height: 1.7;
    padding: 10px 15px;
  }
  .data-table {
    min-width: 580px;
  }
  .data-table th {
    font-size: 10px;
  }
  .data-table td {
    font-size: 12px;
  }
  .data-table th,
  .data-table td {
    padding: 16px;
  }
  .activity-unit {
    font-size: 10px;
  }
  .progress-mini > span {
    font-size: 12px;
  }
  .phase-remarks {
    font-size: 12px;
    line-height: 1.8;
  }
  .chart-wrap {
    height: 280px;
  }
  .chart-note {
    font-size: 12px;
    line-height: 1.8;
  }
  .gallery-toolbar {
    padding: 13px;
    gap: 13px;
  }
  .search-field input {
    font-size: 14px;
  }
  .filter-field > span {
    font-size: 9px;
  }
  .filter-field select {
    font-size: 11px;
    min-height: 41px;
  }
  .gallery-shown {
    font-size: 10px;
  }
  .photo-overlay {
    padding: 18px 19px;
  }
  .photo-overlay strong {
    font-size: 14px;
  }
  .photo-overlay > span {
    font-size: 11px;
  }
  .modal-caption {
    font-size: 12px;
  }
  .login-modal {
    padding: 29px;
  }
  .form-grid label,
  .photo-form label,
  .editor-field {
    font-size: 11px;
  }
  .form-grid input,
  .form-grid textarea,
  .photo-form input,
  .phase-editor input,
  .phase-editor textarea,
  .update-editor-row input,
  .update-editor-row textarea {
    font-size: 14px;
  }
  .admin-card .panel-head h3 {
    font-size: 20px;
  }
  .admin-card .panel-head .btn {
    font-size: 10px;
  }
  .admin-bar p {
    font-size: 12px;
  }
  .admin-bar .btn {
    font-size: 10px;
  }
  .admin-savebar > span {
    font-size: 11px;
  }
  .admin-savebar .btn {
    font-size: 11px;
  }
}
@media (max-width: 360px) {
  .nav-inner {
    padding-left: 14px;
    padding-right: 14px;
  }
  .brand-copy strong {
    font-size: 19px;
  }
  .brand-copy small {
    font-size: 7px;
  }
  .brand {
    gap: 9px;
  }
  .brand-mark {
    width: 33px;
    height: 37px;
  }
  .nav-actions {
    gap: 5px;
  }
  .icon-btn {
    width: 31px;
    height: 35px;
  }
  .nav-tab {
    font-size: 10px;
    padding: 10px 5px;
  }
  .shell {
    padding-left: 14px;
    padding-right: 14px;
  }
  .hero h1 {
    font-size: 38px;
    letter-spacing: -1.6px;
  }
  .hero-facts > div > span {
    font-size: 8px;
  }
  .hero-facts strong {
    font-size: 11px;
  }
  .kpi-card {
    padding: 18px 13px;
  }
  .kpi-label {
    font-size: 9px;
  }
  .kpi-value {
    font-size: 27px;
  }
  .kpi-value.pending-value {
    font-size: 25px;
  }
  .section-head h2 {
    font-size: 23px;
  }
  .phase-card {
    padding: 14px;
  }
  .phase-card p {
    font-size: 11px;
  }
  .phase-card .status-tag {
    font-size: 8px;
  }
  .filter-field {
    gap: 6px;
  }
  .gallery-shown {
    font-size: 9px;
  }
}
@media print {
  .nav-actions,
  .dozer-progress-readout {
    display: none !important;
  }
  .hero h1 {
    font-size: 35px;
  }
  .hero p,
  .key-list dd,
  .update-card li {
    font-size: 10px;
  }
  .hero-photo {
    min-height: 270px;
  }
  .kpi-card {
    padding: 14px;
    min-height: 130px;
  }
  .kpi-value {
    font-size: 26px;
  }
  .kpi-card small,
  .phase-card p {
    font-size: 10px;
  }
  .section-head h2 {
    font-size: 22px;
  }
  .dozer-progress,
  .kpi-card,
  .phase-card {
    break-inside: avoid;
  }
}
